﻿/* 
Site Developed By Karoline Dassie
	Main colors:
	blue #313b86 #303c85 #343e86
	light blue #3b4694
	white #fff
	black #000
	gray #acacad
	red #d63520
*/





body {
	background: url('../siteart/bg.jpg') repeat top center !important;
	-webkit-text-size-adjust: none;
	background-color: #000 !important;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	/* 	color:#fff; */
}

body.whitesurround {
	color: white;
}

.column2 {
	width: 57%;
	*width: 57%;
	float: left;
	box-sizing: border-box;
}

.column3 {
	width: 43%;
	*width: 43%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.column4 {
	width: 25%;
	*width: 25%;
	float: left;
	box-sizing: border-box;
}

.column5 {
	width: 20%;
	float: left;
	padding-right: 1%;
	box-sizing: border-box;
}

.column6 {
	width: 16.66666%;
	*width: 14%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
	margin: 0 0 20px 0;
}

.last {
	padding-right: 0;
	margin-right: 0 !IMPORTANT;
}

/*=====================

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 

=====================*/

.hosted-content h1 {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 700;
}

h1:not(.container.cf *) {
	font-family: 'Lobster', cursive;
	color: #fff;
	font-weight: normal;
	line-height: 1.3em;
	text-align: center;
	font-size: 36px;
}

h2:not(.container.cf *) {
	font-weight: 400;
	font-size: 18px;
	color: #313b86
}

h2:not(.container.cf *) span {
	font-weight: 900;
}

h3:not(.container.cf *) {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase
}

h4:not(.container.cf *) {
	font-weight: 600;
	font-size: 19px;
	color: #fff;
	background: #3b4694 !important;
	text-transform: uppercase;
	text-align: center;
	padding: 0.3em 0 !important
}

h5:not(.container.cf *) {
	font-weight: 900;
	font-size: 25px;
	color: #000 !important;
	text-align: right;
	padding-top: 5px !important
}

h6:not(.container.cf *) {
	font-weight: 600;
	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:not(.container.cf *) {
	font-weight: 400;
	font-size: 17px;
	color: #fff
}

.boldless {
	font-weight: 500;
	font-size: 18px;
}

.bold {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.7em
}

.italic {
	font-size: 14px;
	line-height: 24px;
	font-style: italic
}

.red {
	color: #d63520 !important
}

.black {
	color: #000 !important;
}

.white {
	color: #fff;
}

#white {
	background: #fff !important;
}

.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:not(.container.cf *) {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

u {
	text-decoration: underline
}

hr:not(.container.cf *) {
	color: #fff;
	background: #fff;
	height: 2px;
}

.container cf {
	float: none;
}

/* =====================

INVENTORY

=====================*/

.hosted-content {
	color: #000 !important
}

.hosted-content h3 {
	font-weight: 900;
	color: #909090 !important
}

.hosted-content h1 {
	color: #d63520;
	text-align: left
}

.hosted-content h5 {
	font-size: 20px;
	text-align: left
}

.hosted-content .bold {
	font-size: 13px !important;
}


/* =====================

HEADER

=====================*/

header {
	/*background:#f8f8f8;*/
	background: #fff;
	border-bottom: #3b4694 solid 6px;
	padding: 10px 0 0 0;
}

.logo {
	max-width: 100%
}


.logo img {
	width: 100%;
}

/*	.logo{float:left;margin-top:40px; width:30%;max-width:400px;}*/
.topright {
	float: right;
	width: 100%;
	/*era 68%*/
}

#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 1%;
	-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%;
}

#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;
	margin-top: 40px;
	width: 27%;
}

.logoH img {
	width: 100%;
	max-width: 400px;
}

.toprightH {
	float: right;
	width: 73%
}

#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: 200px;
}



/* =====================

Social Media

=====================*/

#socialmedia {
	float: right;
	margin: 0;
	width: 22%;
	text-align: left
}

#socialmedia i {
	font-size: 35px;
	margin-left: 5px
}

.facebook,
.fa-facebook-square {
	color: #3b579d
}

.youtube,
.fa-youtube-square {
	color: #707070
}

/* =====================

Content

=====================*/
.mobilehide {
	display: block;
	align-content: center !important;
	text-align: center !important;
	vertical-align: middle !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:not(.container.cf *) {
	color: #fff;
	float: left;
	position: relative;
	width: 44%;
	margin: 1% 3%;
}

.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 {
	padding: 20px;
}

.pad-it-left {
	padding: 0 0 0 4%;
}

.twothird {
	padding: 0 0 0 2%;
	width: 67%;
}

.onethird {
	float: left;
	width: 31%;
	margin: 1%;
}

.onethird img {
	max-width: 100%;
}

.half {
	width: 50%;
	margin: 2em 0 2em 0
}

.half img {
	width: 47%;
	margin: 1%;
	background: #fff
}

.half-rents {
	width: 47%;
	margin: 2em 1%;
	float: left
}

.half-rents img {
	width: 100%;
	margin: 1%
}

/*	#promotion{width:55%; margin:2em auto}
	#promotion img{max-width:400px; width:100%}*/
#loc img {
	max-width: 450px;
	width: 100%;
}

.washbay img {
	max-width: 316px;
	margin-top: 5px;
	width: 100%
}

.donate {
	margin: 0 auto;
	text-align: center;
	width: 60%;
}

.slidemedium {
	width: 35%;
	padding: 0 4% 0 0
}

/* =====================

Videos - page

=====================*/
#vidwrap {
	width: 100%;
	margin: 0 auto 3em auto;
	text-align: center;
}

#vidwrap h1 {
	margin-bottom: 10px
}

#vidwrap iframe {
	width: 60%;
	height: 300px;
	display: block;
	margin: 0 auto;
	text-align: center
}

#vidwrap video {
	width: 60%;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center
}

#vidwraphome {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#vidwraphome video {
	width: 90%;
	height: auto;
	display: block;
	margin: 0 auto;
	text-align: center
}


/* =====================

Video - homepage

=====================*/
.vidbg {
	background: #3b4694;
	width: 100%;
	padding: 0 0 0 0;
	margin-bottom: 20px;
	text-align: center
}

.vidbg h3 {
	background: #5a619e;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

.videosize {
	width: 50%;
	height: auto;
	float: left
}

.videosize img {
	width: 100%;
	height: auto;
}

.videosize iframe {
	width: 100%;
	height: 315px;
	float: left
}

.videosize1 {
	width: 100%;
	height: auto;
}

.videosize1 img {
	width: 100%;
	height: auto;
}

.videosize1 iframe {
	width: 100%;
	height: 315px;
	float: left
}

/* =====================

FINANCE

=====================*/
.finance {
	background: #3b4694;
	width: 100%;
	text-align: center;
}

.finance h3 {
	background: #5a619e;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

.finance p {
	margin: 0 auto;
	width: 90%;
	padding: 4px 0;
}

.finance img {
	max-width: 100%;
	width: 100%
}

.half-finance {
	width: 100%;
	display: inline-block;
}

.half-finance img {
	width: 90%;
	margin: 10px 0;
}

/* =====================

AWARD

=====================*/
.award {
	background: #d63520;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

.award h3 {
	background: #d63520;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

.award img {
	max-width: 100%;
	width: 100%
}

/* =====================

Parts & Service page styles

=====================*/

#white-rect {
	padding: 1em;
	margin: 2em auto 0 auto;
	text-align: center
}

#white-rect p {
	font-weight: 600;
	font-size: 16px;
}

#white-rect a {
	font-weight: 600;
	font-size: 16px;
	text-decoration: underline;
	color: #d63520
}

#white-rect h3 {
	font-weight: 900;
	font-size: 20px;
	color: #fff
}

/* =====================

Starbusrt banner 
Button and Slideshow

=====================*/

#promo {
	padding: 10px;
	background: #fff;
	text-align: center;
	margin: 30px auto;
}

.viewwrap {
	width: 100%;
	margin: 0 auto;
	z-index: 999;
	text-align: center;
	position: relative;
}

.firstb a {
	margin: 0 3% 1em 0 !important;
}

.viewbutton a:link,
.viewbutton a:active,
.viewbutton a:visited {
	border: 1px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 25px;
	padding: 20px 0;
	display: block;
	font-weight: 900;
	text-decoration: none;
	width: 48%;
	float: left;
	margin: 0 auto 1em auto;
	background: rgba(199, 0, 0, 1);
	background: -moz-linear-gradient(top, rgba(199, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(199, 0, 0, 1)), color-stop(100%, rgba(255, 0, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(199, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(199, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: -ms-linear-gradient(top, rgba(199, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(199, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c70000', endColorstr='#ff0000', GradientType=0);
	transition: background-color 200ms ease, background-color 200ms ease, all 200ms ease;
}

.viewbutton a:hover {
	text-decoration: none;
	background: #fff;
	color: #303c85;
	text-shadow: none;
}

.viewbuttonsafety {
	width: 99%
}

.viewbuttonsafety a:link,
.viewbuttonsafety a:active,
.viewbuttonsafety a:visited {
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	padding: 10px 0;
	vertical-align: middle;
	display: block;
	font-weight: 900;
	text-decoration: none;
	width: 100%;
	margin: 0 auto 1em auto;
	text-transform: uppercase;
	background: #fff;
	color: rgba(199, 0, 0, 1);
	border: rgba(199, 0, 0, 1) 1px solid;
}

.viewbuttonsafety img {
	max-width: 60%;
	display: block;
	margin: 0 auto
}

img.laco {
	float: left;
	position: absolute
}

.viewbuttonsafety p {
	font-size: 40px;
	color: rgba(199, 0, 0, 1);
	text-transform: uppercase;
	font-weight: 900;
	line-height: normal
}

.holidayspecial {
	width: 99%
}

.holidayspecial a:link,
.holidayspecial a:active,
.holidayspecial a:visited {
	vertical-align: middle;
	display: block;
	width: 100%;
	margin: 0 auto 1em auto;
}

.holidayspecial img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border: rgba(193, 153, 69, 1) 1px solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*.viewbuttonsafety a:link, .viewbuttonsafety a:active, .viewbuttonsafety a:visited{
		-webkit-border-radius: 80px;
		-moz-border-radius: 80px;
		border-radius: 80px;
		font-size:25px;
		padding:10px 0;
        vertical-align: middle;
		display:block;
		font-weight:900;
		text-decoration:none;
		width:100%;
		margin:0 auto 1em auto ;
        text-transform: uppercase;
        background:#fff;
        color: rgba(199,0,0,1) ;
        border: rgba(199,0,0,1) 1px solid;
	}
    .viewbuttonsafety p{font-size:25px; font-weight:900; color: rgba(199,0,0,1) ;display: inline-block; vertical-align: middle}
    .viewbuttonsafety img{max-width: 70px!important; display: inline-block; vertical-align: middle}
*/

.viewbuttonsafety a:hover {
	text-decoration: none;
	text-shadow: none;
	color: #303c85;
}

/*
	.hotbtn a:link, .hotbtn a:active, .hotbtn a:visited{
		border:1px solid #fff;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		font-size:25px;
		padding:20px 0;
		display:block;
		font-weight:900;
		text-decoration:none;
		width:31%;
		float:left;
		background:#303c85;
		color:#fff;
	}*/


.cycle-slideshow img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.dropbtn {
	border: 1px solid #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 25px;
	padding: 20px 0;
	display: block;
	font-weight: 900;
	text-decoration: none;
	background: #303c85;
	color: #fff;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.dropbtn a {
	text-decoration: none !important;
}

.hotbtn {
	position: relative;
	display: inline-block;
	width: 31%;
}

#midhotbtn {
	margin: 0 2.7% 1em 2.7%
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	color: #303c85;
	width: 100%;
	z-index: 1;
}

.dropdown-content a {
	color: #303c85;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #303c85;
}

.dropdown-content a:hover {
	background: #303c85;
	color: #fff;
}

.hotbtn:hover .dropdown-content {
	display: block;
}

.hotbtn:hover .dropbtn {
	text-decoration: none;
	text-shadow: none;
	background: #303c85;
	color: #fff;
}

/* =====================

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 {
	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%;
}

.topright .search input {
	height: 34px;
	outline: none;
	width: 80% !important;
	padding: 0 0 0 15px;
	float: right;
	background: #e8e8e8;
	border: none;
	color: #333;
	font-size: 14px;
	position: relative;
}

.search input:focus {
	height: 36px;
	background: #e8e8e8;
	outline: none
}

.topright .search input.botones {
	outline: none;
	width: 36px !important;
	margin-left: -25px;
	z-index: 999;
	height: 36px;
	padding: 0px !important;
	background: url(../siteart/search-btn.png) no-repeat;
	text-indent: -9999px !important;
	border: none !important;
	float: right;
	position: relative;
	background-color: transparent !important;
}

.search input.botones:hover {
	outline: none;
	border: none;
	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%;
	text-align: left
}

.firstnav li a {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	list-style: none;
	color: #fff;
	text-align: left
}

.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: 91px;
	line-height: 113px;
	text-align: center;
	vertical-align: middle !important;
}

#mfg-hold img {
	Display: inline-block;
	Margin: 0 auto;
	Text-align: center;
}

#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: #333;
	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 {
	width: 100%;
	text-align: right;
	margin: 0 auto;
	color: #999999;
}

#footer .half {
	margin: 0 !important
}

#footer h3 {
	color: #000 !important
}

/* =====================

RESPONSIVE STYLES

=====================*/

@media screen and (max-width: 1224px) {}


/* iPads (portrait and landscape) ----------- */

@media screen and (max-width: 1000px) {
	h2 {
		line-height: 1.4em;
		font-size: 13px;
	}

	.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;
	}

	/*HORNOI*/
	.toprightH {
		display: none
	}

	.logoH {
		float: none;
		margin: 0 auto 10px auto;
		width: 100%;
		text-align: center;
	}

	.logoH img {
		max-width: 350px
	}

	/*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
	}

	img.laco {
		float: left;
		position: absolute;
		max-width: 100px
	}
}

@media screen and (max-width: 870px) {
	#content {
		margin: 0 auto;
		width: 100%
	}

	#mfg-hold {
		display: none
	}

	.washbay img {
		display: none
	}

	.sidemenu {
		width: 100%;
		float: none
	}

	.mobilehide {
		display: none !important
	}

	.mobileshow {
		display: block !important
	}

	.pad-it-left {
		padding: 0
	}

	.pad-it {
		padding: 10px;
	}

	#promotion {
		width: 100%;
		margin: 2em auto;
		text-align: center
	}

	.onethird {
		width: 100%;
		text-align: center;
		float: none;
		margin: 1% auto;
	}

	.award img {
		width: 100%;
		max-width: 300px;
	}

	.twothird {
		width: 100%;
		padding: 0
	}

	.bubble-hold {
		width: 100%
	}

	.slidesmall {
		width: 40%;
		margin: 0 auto;
		float: none
	}

	.slidemedium {
		width: 48%;
		margin: 0 auto;
		padding: 0 1%
	}
}


/* iPhone 5, 6, 6+ ----------- */

@media screen and (max-width: 736px) {
	#vidwrap iframe {
		width: 90%;
	}

	#vidwrap video {
		width: 90%;
	}

	#formpage {
		width: 100%;
		float: none;
		margin: 0 auto
	}

	p {
		text-align: center;
		font-size: 13px;
	}

	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%
	}

	.viewbutton a:link,
	.viewbutton a:active,
	.viewbutton a:visited {
		font-size: 17px
	}

	.viewbuttonsafety a:link,
	.viewbuttonsafety a:active,
	.viewbuttonsafety a:visited {
		font-size: 17px;
	}

	.viewbuttonsafety p {
		font-size: 22px;
	}

	.hotbtn a:link,
	.hotbtn a:active,
	.hotbtn a:visited {
		font-size: 17px;
	}

	.dropdown-content a {
		font-size: 13px !important;
		padding: 5px 0;
	}
}


/* Galaxy (portrait and landscape) ----------- */

@media screen and (max-width:640px) {
	.half {
		float: none;
		width: 100%;
	}

	.half img {
		width: 100%;
		margin: 0 auto
	}

	.divfooter {
		width: 100%;
		text-align: center;
	}

	#footer .half {
		margin: 0 auto !important
	}

	#footer .half img {
		width: 100%;
		max-width: 250px;
		margin: 10px auto 20px auto;
		display: block
	}

	.vidbg {
		background: #3b4694;
		width: 100%;
		padding: 0 0 10px 0;
		text-align: center
	}

	.vidbg h3 {
		background: #5a619e;
		width: 100%;
		padding: 10px 0;
		text-align: center;
	}

	.videosize {
		width: 100%;
		height: auto
	}

	.videosize .iframe {
		width: 100%;
		height: 200px
	}

	.videosize1 {
		width: 100%;
		height: auto
	}

	.videosize1 .iframe {
		width: 100%;
		height: 200px
	}
}


/* Smartphones (portrait and landscape) ----------- */

@media screen and (max-width: 560px) {

	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;
	}

	.viewbuttonsafety a:link,
	.viewbuttonsafety a:active,
	.viewbuttonsafety a:visited {
		font-size: 13px;
	}

	.slidesmall {
		width: 90%;
		margin: 0 auto;
		float: none
	}

	.viewbutton a:link,
	.viewbutton a:active,
	.viewbutton a:visited {
		display: block;
		width: 100%;
		padding: 10px 0;
		float: none;
		margin: 10px auto 20px auto !important
	}

	/*.hotbtn a:link, .hotbtn a:active, .hotbtn a:visited{display:block; width:100%; padding:10px 0; margin:1em auto}
	#midhotbtn a{margin:0 auto}*/
	.dropdown-content a {
		padding: 5px 0;
	}

	.hotbtn {
		display: block;
		width: 100%;
		padding: 10px 0;
	}

	.dropbtn {
		padding: 5px 0;
	}

	#midhotbtn {
		margin: 0 auto
	}

	img.laco {
		float: none;
		position: relative;
		max-width: 100px
	}

	.half-rents {
		float: none;
		width: 100%;
		margin: 1em auto;
	}
}

@media screen and (max-width: 320px) {}