﻿/* 
Site Developed By Karoline Dassie
	Main colors:
	blue #313b86 #303c85 #343e86
	light blue #3b4694
	white #fff
	black #000
	gray #acacad
	red #d63520
*/

body,
html {
	background: url('../siteart/bg.jpg') repeat top center !important;
	-webkit-text-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
}

/*=====================

Fonts

=======================*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800';
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css';
@import 'https://fonts.googleapis.com/css?family=Lobster';

/* =====================

Typography 

=====================*/

h1 {
	font-family: 'Lobster', cursive;
	font-weight: normal;
	line-height: 1.3em;
	text-align: center;
	font-size: 36px;
}

h2 {
	font-weight: 400;
	font-size: 30px;
	color: #313b86
}

h2 span {
	font-weight: 900;
}

h3 {
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase
}

h4,
.h1plz {
	font-weight: 600;
	color: #fff;
	font-size: 19px;
	background: #3b4694 !important;
	text-transform: uppercase;
	text-align: center;
	padding: 0.3em 0 !important;
	font-family: 'Open Sans', sans-serif;
}

h5 {
	font-weight: 900;
	color: #000 !important;
	font-size: 25px;
	text-align: right;
	padding-top: 5px !important
}

h5 a {
	color: #000 !important
}

h6 {
	font-weight: 600;
	color: #fff;
	font-size: 17px;
	background: #333;
	text-transform: uppercase;
	border: 3px solid #313c85 !important;
	margin: 3em auto 1em auto !important;
	text-align: center;
	padding: 0.3em 0 !important
}

p {
	font-weight: 400;
	font-size: 17px;
	color: #fff;
}

.boldless {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6em
}

.bold {
	font-weight: 900;
	font-size: 16px;
}

.italic {
	font-size: 14px;
	line-height: 24px;
	font-style: italic
}

.red {
	color: #d63520
}

.black {
	color: #000 !important;
}

.white {
	color: #fff;
}

#white {
	background: #fff;
}

.blu {
	color: #313b86;
}

.grey {
	color: #acacad;
}

.clear {
	clear: both;
}

.link {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}

.link:hover {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

u {
	text-decoration: underline
}

hr {
	color: #fff;
	background: #fff;
	height: 2px;
}

.mudar p {
	font-size: 17px !important;
}

.mudar a:link,
.mudar a:active,
.mudar a:focus {
	color: #fff !important;
	font-weight: bold !important;
}

/* =====================

INVENTORY PAGE

=====================*/

.hosted-content h1 {
	text-align: left !important;
	text-transform: capitalize !important;
	font-family: 'Open Sans', sans-serif;
	color: #313b86 !important;
	font-weight: 900;
	font-size: 27px
}

.hosted-content .m-bottom-10 {
	font-size: 12px !important;
}

.hosted-content h5 a {
	font-size: 14px !important;
	color: #313b86 !important;
	text-align: left !important
}

.hosted-content h5 {
	text-align: left !important
}

body .full .has-quote-forms #listing-top-information,
body .full .has-quote-forms #listing-bottom-information {
	width: 100% !important
}

body .full .has-quote-forms .quote-forms {
	width: 100% !important
}

.hosted-content .listings-wrapper .flex>div,
.hosted-content .listings-detail-wrapper .flex>div {
	width: 50% !important;
	float: left
}

.forceright {
	float: right;
}

.byemrg {
	margin: 1% 0 !important
}

/* =====================

HEADER

=====================*/

header {
	background: #f8f8f8;
	border-bottom: #3b4694 solid 6px;
	padding: 10px 0 0 0;
}

.logo {
	float: left;
	margin-top: 40px;
	width: 35%;
}

.logo img {
	width: 100%;
	max-width: 400px;
}



.topright {
	float: right;
	width: 64%
}

#headconwrap {
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #e8e8e8 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 1%, #e8e8e8 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 1%, #e8e8e8 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0);
	/* IE6-9 */
	margin: 20px 0 0 15px;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-box-shadow: 0 -1px 2px 1px #c4c4c4;
	-webkit-box-shadow: 0 -1px 2px 1px #c4c4c4;
	box-shadow: 0 -1px 2px 1px #c4c4c4;
	float: right;
	position: relative;
	width: 30%;
}

#headconwrap p {
	color: #000;
	margin: 10px 0 0 10px;
	font-size: 14px;
	line-height: 1.7em
}

.headcon {
	background: #5c639f;
	/* Old browsers */
	background: -moz-linear-gradient(top, #5c639f 1%, #343d88 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #5c639f 1%, #343d88 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #5c639f 1%, #343d88 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c639f', endColorstr='#343d88', GradientType=0);
	/* IE6-9 */
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	padding: 7px 10px;
}

/*HORNOI*/

.logoH {
	float: left;
	width: 27%;
}

.logoH img {
	width: 100%;
	max-width: 400px;
	margin-bottom: 20px
}

.toprightH {
	float: right;
	width: 73%
}

img.logo-main-bottom-left {
	max-width: 90px !important;
	margin-bottom: 0 !important;
	float: right;
}

img.logo-main-bottom-right {
	max-width: 180px !important;
	margin-bottom: 0 !important;
	float: right;
	margin-left: 10px
}

#headconwrapH {
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #e8e8e8 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 1%, #e8e8e8 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 1%, #e8e8e8 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0);
	/* IE6-9 */
	margin: 20px 0 0 15px;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-khtml-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-box-shadow: 0 -1px 2px 1px #c4c4c4;
	-webkit-box-shadow: 0 -1px 2px 1px #c4c4c4;
	box-shadow: 0 -1px 2px 1px #c4c4c4;
	float: right;
	position: relative;
	width: 24%;
}

#headconwrapH p {
	color: #000;
	margin: 10px 0 0 10px;
	font-size: 14px;
	line-height: 1.7em
}

.leaseH {
	float: right;
	width: 21%;
	margin-top: 18px
}

.leaseH img {
	width: 100%;
	max-width: 180px;
}



/* =====================

Social Media

=====================*/

#socialmedia {
	float: right;
	margin: 0;
	width: 22%;
	text-align: left
}

#socialmedia i {
	font-size: 35px;
	margin-left: 5px
}

.facebook {
	color: #3b579d
}

.youtube {
	color: #707070
}

.googleplus i {
	font-size: 35px;
	color: #da4835;
	float: right
}


/* =====================

Content

=====================*/
.mobilehide {
	display: block !important
}

.mobileshow {
	display: none !important
}



.wrapper {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
}

.hornoi-wrapper {
	position: relative;
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
	top: 300px;
}

.ie7 .wrapper .sev {
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	right: 21px;
}

.wrapper2 {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
}

.wrapper-inv {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
}

table {
	border-collapse: collapse;
	max-width: 700px;
}

table tr td.bord {
	padding: 4px 8px;
	border: solid 1px #acacad;
	max-width: 345px;
}

.pad {
	padding: 0px 15px 15px 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.rent-image {
	float: left;
	max-width: 270px;
	height: auto;
}

.rent-image img {
	border: 1px #fff solid;
}

.rent-content {
	float: right;
	max-width: 480px;
}


#head-bord {
	height: 6px;
	background: #3b4694 repeat-x;
	-moz-box-shadow: -3px -3px 3px #3B3B3B;
	-webkit-box-shadow: -3px -3px 3px #3B3B3B;
	box-shadow: -3px -3px 3px #3B3B3B;
	z-index: 9999 !important;
}


#hold {
	width: 780px;
	float: right;
	position: relative;
}

#hornoi-hold {
	width: 780px;
	float: right;
	position: relative;
}

#hold-service {
	width: 780px;
	float: right;
	position: relative;
}

#hold-service img {
	float: right;
	margin: 0 30px 30px 30px;
}

.ie7 #hold {
	width: 780px;
	float: right;
	position: relative;
}

#hold-inv {
	width: 960px;
	float: right;
	position: relative;
}

.ie7 #hold-inv {
	width: 860px;
	float: right;
	position: relative;
}

#content {
	width: 76%;
	float: left;
	position: relative;
}

.ie7 #content {
	width: 76%;
	float: left;
	position: relative;
}

#hornoi-content {
	width: 76%;
	float: left;
	position: relative;
}

.contact-info {
	color: #fff;
	float: left;
	position: relative;
	width: 31%;
	padding: 3em 0 0 0
}

.contact-info h6 {
	margin: 0 !important
}

.contact-info img {
	width: 97%;
	border: 5px solid #fff
}

.contact-info p {
	background: #333;
	padding: 20px 0;
	text-align: center
}

.middle {
	margin: 0 2%;
}

#map {
	position: relative;
	margin: 3em auto 0 auto !important;
	text-align: center !important
}

#map img {
	border: 0;
	width: 100% !important;
	max-width: 500px !important;
	height: auto;
}

.pad-it-left {
	padding: 0 0 0 4%;
}

.twothird {
	padding: 0 0 0 2%;
	width: 67%;
}

.onethird {
	width: 31%;
}

.onethird img {
	max-width: 100%;
}

.half {
	width: 50%;
	margin: 2em 0 2em 0
}

.half img {
	width: 47%;
	margin: 1%
}

.half-rents {
	width: 50%;
	margin: 2em 0 3em 0;
	float: left;
	min-height: 230px
}

.half-rents img {
	width: 95%;
	margin: 1%
}

/*	#promotion{width:55%; margin:2em auto}*/
#promotion img {
	max-width: 400px;
	width: 100%
}

#loc img {
	max-width: 450px;
	width: 100%;
}

/* =====================
FINANCING PAGE
=====================*/

.metade {
	width: 48%;
	margin: 1.5em 1%;
	float: left
}

#botaofin {
	margin: 2em 0 0 0;
}

#botaofin a {
	margin: 3%;
}

#botaofin img {
	display: inline-block
}

.espaco {
	margin: 1em 0
}

.maximg img {
	max-width: 100%
}

/* =====================

Starbusrt banner 
Button and Slideshow

=====================*/

#promo {
	padding: 10px;
	background: #fff;
	text-align: center;
	margin: 30px auto;
}

.viewwrap {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	z-index: 999;
	text-align: center;
	position: relative;
}

.firstb a {
	margin: 0 3% 1em 0 !important;
}

.viewbutton a {
	border: 1px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 25px;
	padding: 7px 0;
	display: block;
	font-weight: 900;
	text-decoration: none;
	width: 48%;
	float: left;
	margin: 0 auto 1em auto;
	background: #d63520;
	transition: background-color 300ms ease, background-color 300ms ease, all 300ms ease;
}

.viewbutton a:hover {
	text-decoration: none;
	background: #fff;
	color: #303c85;
	text-shadow: none;
}

.cycle-slideshow img {
	width: 100%;
	height: 555px;
	margin: 0 auto 20px auto;
	object-fit: cover;
}


/* =====================

Tables

=====================*/
.tabela {
	width: 100%;
	margin: 2em 0;
}

.tabela th {
	background: #fff;
	color: #303c85;
	border: 1px solid #303c85;
	padding: 5px 20px;
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
}

.tabela td {
	font-size: 14px;
	font-weight: 400;
	width: 50%;
	border: 1px solid #fff;
	padding: 5px 20px;
	background: #6f6f6f
}

.tabela td.jazzup {
	background: #d63520
}

.tabela h3 {
	font-size: 27px;
}

/* =====================

Careers page

=====================*/

#jobs {
	margin: 2% 0 0 0;
}

#jobs li {
	color: #fff;
	margin: 0 0 0 6%;
	list-style-position: inside;
	line-height: 2em;
	font-size: 14px;
	font-weight: 400;
}

#jobs li a {
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline
}

#jobs li a:hover {
	font-size: 14px;
	font-weight: 400;
	text-decoration: blink
}


/* =====================

Keyword Search

=====================*/

.search {
	float: right;
	margin: 0;
	width: 72%;
}

.search input {
	height: 34px;
	width: 80%;
	padding: 0 0 0 15px;
	float: right;
	background: #e8e8e8;
	border: none;
	color: #acacad;
	font-size: 14px;
	position: relative;
}

.search input:focus {
	height: 36px;
	background: #e8e8e8;
}

.search input.button {
	width: 36px;
	margin-left: -25px;
	z-index: 999;
	height: 36px;
	padding: 0px;
	background: url(../siteart/search-btn.png) no-repeat;
	text-indent: -9999px !important;
	font-size: .01px;
	border: none !important;
	float: right;
	position: relative;
}

.search input.button:hover {
	background: url(../siteart/search-btn-on.png) no-repeat;
}




/* =====================

Side menu - Nav and Manufacturer Logos

=====================*/

.sidemenu {
	width: 24%;
	float: left;
}

.firstnav {
	background: #313c85;
	padding: 6%;
}

.firstnav li {
	line-height: 2em;
	list-style: none;
}

.firstnav ul {
	border-left: 2px solid #252f6c;
	padding: 0 6%
}

.firstnav li a {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	list-style: none;
	color: #fff;
}

.firstnav li a:hover {
	opacity: 0.5
}

.iconnav {
	border-left: none !important;
	border-right: 2px solid #354195;
	text-align: center;
	color: #fff;
}


#mfg-hold ul {
	list-style: none;
}

#mfg-hold li {
	background: #fff;
	margin: 5px auto 0 auto;
	height: 80px;
	line-height: 80px;
	text-align: center;
	vertical-align: middle;
}

#mfg-hold img {
	max-height: 75px;
	vertical-align: middle
}

#mfg-hold li a:hover {
	opacity: 0.3
}


/* =====================

Form

=====================*/
.bubble-hold {
	width: 99%;
	text-align: center;
}

.bubble-hold p {
	text-align: center;
}

#formpage {
	width: 46%;
	float: left;
	margin: 0 2%;
}

#formpage input {
	padding: 8px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #8e8d8d;
	color: #8e8d8d;
	font-size: 12px;
	margin-bottom: 1em;
}

#formpage textarea {
	padding: 8px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #8e8d8d;
	color: #8e8d8d;
	font-size: 12px;
}

/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #8e8d8d;
	color: #8e8d8d;
	vertical-align: middle;
	font-size: 12px;
	line-height: normal;
	padding: 7px 0;
	width: 100%;
	max-width: 400px;
	margin-bottom: 1em;
}

#formpage input {
	width: 100%;
	max-width: 400px
}

#formpage input.larger {
	width: 100%;
}

#formpage textarea {
	width: 100%;

}

#checkwrap {
	font-size: 13px
}

#formpage input.checkbox {
	padding: 0;
	border: 0;
	margin: 10px;
	max-width: 13px;
	height: 13px;
	display: inline;
	background-color: #fff;
}

#formpage input.radio {
	padding: 0;
	border: 0;
	margin: 0 5px 0 0;
	width: 15px;
	height: 15px;
	display: inline;
}

/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background: #8e8d8d;
	color: #FFF;
	border: 1px solid #3b4694;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline-style: none;
}

#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background: none;
	border: 0;
	outline-style: none;
}

#formpagebottom {
	margin: 3em auto 0 auto
}

#formpagebottom input {
	padding: 8px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #8e8d8d;
	color: #8e8d8d;
	font-size: 12px;
	margin-bottom: 1em;
	width: 100%
}

#formpagebottom input.buttonsubmit,
#formpagebottom input.buttonsubmit:focus {
	width: 200px;
	margin: 0;
	padding: 7px 0;
	background: #d63520;
	border: 1px #3b4694 solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}

#formpagebottom input.buttonsubmit:hover {
	background: #FFF;
	color: #303c85;
	text-shadow: none;
	border: 1px #dceae8 solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
	color: #212121;
	font-size: 13px;
	text-align: left;
}

#formpage label.checkbox {
	/*  color:#212121;*/
	font-size: 13px;
	text-align: left;
	display: inline;
	padding: 0;
}

/*control the Captcha */

.CaptchaPanel {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	text-align: center;
	line-height: normal !important;
}

.CaptchaImagePanel {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.CaptchaMessagePanel {
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	font-weight: normal !important;
	font-size: 12px;
	line-height: 14px;
}

.CaptchaAnswerPanel {
	margin: 0 0 0 0;
	padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height: 0;
	margin: 0 0 0 0;
	padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
	color: #FFF;
}

.CaptchaWhatsThisPanel a:hover {
	text-decoration: none;
}


/* =====================

Scrolling Inventory

=====================*/

.scrolling-wrap {
	overflow: hidden;
	/* must have this property for mobile phones and tablet display! */
	width: 100%;
	margin: 5em auto 0 auto;
	height: 90px;
}

.scrolling {
	width: 100%;
	height: 90px;
	background: none;
}

/* =====================

Footer

=====================*/

#bottomtext {
	padding: 1em 0;
	text-align: center;
	color: #fff;
	background: #000;
}

#footer {
	background: #fff;
	padding: 2em 0;
	line-height: 1em
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
	text-decoration: underline;
	font-size: 13px;
	color: #999999;
}

a.footerlink:hover {
	text-decoration: none;
	font-size: 13px;
	color: #999999;
}

.footertext {
	font-size: 13px;
	color: #999999;
}

.smallfootertext {
	font-size: 10px;
	color: #999999;
}

.divfooter {
	max-width: 520px;
	text-align: center;
	margin: 0 auto;
	color: #999999;
}


/* =====================

RESPONSIVE STYLES

=====================*/

#showlogosmobile {
	display: none
}


@media screen and (max-width: 1020px) {
	.half-rents h3 {
		margin: 0 0 0 2%
	}

	.half-rents {
		width: 80%;
		margin: 1em auto;
		float: none;
		min-height: auto;
	}

	.half-rents img {
		width: 95%;
		margin: 3em auto 0 auto;
		display: block
	}

	.metade {
		width: 100%;
		margin: 1em auto;
		float: none;
		min-height: auto;
	}

	#botaofin {
		margin: 2em auto;
	}

	#botaofin a {
		margin: 3% auto;
		display: block;
	}

	.espaco {
		margin: 1em 0
	}

	.maximg img {
		display: block;
		margin: 0 auto;
	}
}


/* iPads (portrait and landscape) ----------- */

@media screen and (max-width: 1000px) {
	h2 {
		line-height: 1.4em;
		font-size: 22px;
	}


	.wrapper {
		width: 96%
	}

	#socialmedia {
		width: 17%;
	}

	.search input {
		width: 89%
	}

	#headconwrap {
		display: none
	}

	.topright {
		float: none;
		margin: 0 auto 10px auto
	}

	.logo {
		float: none;
		margin: 0 auto 10px auto;
		width: 100%;
		text-align: center;
	}

	.logo img {
		max-width: 350px
	}

	/*HORNOI*/
	.toprightH {
		display: none
	}

	.logoH {
		float: none;
		margin: 0 auto 10px auto;
		width: 100%;
		text-align: center;
	}

	.logoH img {
		max-width: 350px;
		margin: 0 auto
	}

	/*#showlogosmobile{display:block; width:100%;display:inline-block; text-align:center}
	#showlogosmobile img{ max-width:100px; display:inline-block; text-align:center}
	*/
	img.logo-main-bottom-left,
	img.logo-main-bottom-right {
		display: none
	}

	/*HORNOI ENDS*/

	#map {
		text-align: center;
		margin: 1em 0 0 0
	}

	#map img {
		text-align: center
	}

	.owner {
		text-align: center;
		margin: 2em auto;
	}

	.owner img {
		float: none
	}

	#promo {
		margin: 10px auto;
	}

	.mobilecontainer {
		margin: 1em auto 0 auto
	}

	#showlogosmobile {
		display: flex;
		justify-content: center;
		gap: 40px;
		padding: 10px 0;
	}

	#showlogosmobile img {
		max-width: 100%;
		height: 70px;
	}

}

@media screen and (max-width: 870px) {
	#content {
		margin: 0 auto;
		width: 100%
	}

	#mfg-hold {
		display: none
	}

	.sidemenu {
		width: 100%;
		float: none
	}

	.mobilehide {
		display: none !important
	}

	.mobileshow {
		display: block !important
	}

	.pad-it-left {
		padding: 0
	}

	#promotion {
		width: 100%;
		margin: 2em auto;
		text-align: center
	}

	.onethird {
		width: 100%;
		text-align: center
	}

	.twothird {
		width: 100%;
		padding: 0
	}

	.bubble-hold {
		width: 100%
	}

	.slidesmall {
		width: 40%;
		margin: 0 auto;
		float: none
	}
}


/* iPhone 5, 6, 6+ ----------- */

@media screen and (max-width: 736px) {
	#formpage {
		width: 100%;
		float: none;
		margin: 0 auto
	}

	p {
		text-align: center;
		font-size: 15px;
	}

	h3 {
		text-align: center;
	}

	.tabela h3 {
		font-size: 23px;
	}

	#centermobile {
		text-align: center
	}

	#jobs {
		text-align: center;
	}

	#jobs li {
		text-align: left;
		list-style-position: inside;
		margin: 0 auto
	}

	#loc {
		text-align: center;
	}

	.topright {
		display: none
	}

	.contact-info {
		float: none;
		width: 70%;
		margin: 1em auto;
		text-align: center
	}

	#content {
		margin: 0 auto;
		width: 100%
	}

	.metade {
		text-align: center
	}
}


/* Galaxy (portrait and landscape) ----------- */

@media screen and (max-width:640px) {
	.half-rents h3 {
		text-align: left
	}

	.half-rents {
		margin: 1em auto;
		margin: 1em;
		float: none;
		width: 96%
	}

	.half-rents img {
		width: 80%;
		margin: 3em 0 0 0;
		display: block;
		text-align: left
	}


}


/* Smartphones (portrait and landscape) ----------- */

@media screen and (max-width: 480px) {

	h1 {
		font-size: 20px
	}

	#map {
		display: none
	}

	.tabela h3 {
		font-size: 18px;
	}

	.contact-info {
		width: 100%;
	}

	.viewbutton a {
		float: none;
		width: 100%;
		font-size: 13px;
	}

	.slidesmall {
		width: 90%;
		margin: 0 auto;
		float: none
	}
}

@media screen and (max-width: 360px) {
	#showlogosmobile img {
		height: 40px;
	}
}