/*layout.css*/

/*
Fonts and colors

Base font size from TBS is 14px not 16 so base em calculations on this.

.wf-inactive use this class to provide fallback if font doesn't load. We are using the async version of typekit.

font-family: "Montserrat",sans-serif;
font-style: normal;
font-weight: 500;

500 is the only weigh included in the kit at the moment


rgb(152,189,5) Lime green
rgb(7,117,184) Lighter blue


*/
.mapInfoPopUp{
	width:160px;
}



	@media (min-width: 768px) and (max-width: 991px) {
		body{
			background-color:rgb(15,15,15);
		}
	}

	@media (max-width: 991px) {
		body{
			padding-top:100px;
		}
	}

	@media (min-width: 992px) {
		body{
			background-position:50% 117px;
			/*background-position:50% top;*/
			padding-top:0px;
		}

		.navbar-nav {
			float:none;
		}

		.navbar-nav > li{
			float:none;
			display:inline-block;
		}

	}

	body.home{

		background-image:none;

	}



	body.home h1{
		margin-bottom:24px;
	}

	body.contact{
		background-image:none;
	}

.nopad{
	padding-right:0;
	padding-left:0;
}

.telno{
	white-space:nowrap
}

.social{
	text-align:right;
	padding:20px 0;
}

h1{
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:2.5em;
}

h2{
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:1.714285714em;
}



.headingOnColor{
	background-color:#1A86CA;
	color:#fff;
	padding:10px;
	margin:0;
}
.headingOnColor.center{
	text-align:center;
}

.photo {
	background: none repeat scroll 0 0 #fff;
    border: 4px solid #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.photo  img{
	max-width:100%;
	height:100%;
	display:block;
}


.mapcanvas{
	width:100%;
	height:250px;
}

.staticMap{
	width:100%;
	height:144px;
	border:1px solid #BBBBBB;
}

.mapInfoPopUp h1{
	font-size:1em;


}

.btn.btn-default{
	background-color: #91b303;
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 500;
    padding: 5px 20px;
	border-radius:0;
	margin-top: 6px;
}

label {
	font-family: "Montserrat",sans-serif;
}

form .error{
	color:red;
}

label.error{
	display:block;
}

.formProcessed{
	padding:10px;
	text-align:center;
	font-weight:600;
}
/* ===== TEXT FORMATTING ===== */
.txt ul{
	list-style: bullet outside none;
	padding-top:10px;
}

.txt ul li{
	margin-bottom:10px;
	padding-left:10px;
    list-style-type: disc;
}

.txt li,
.txt p{
	font-size:1em;
}

.txt a{
	font-size:1em;
	color:rgb(152,189,5);
	text-decoration:none;
}
.txt img{
	max-width:100%!important;
	height:auto!important;
}

ul.brandlist{
	list-style:none;
	padding-left:0;
}
	.brandlist li{
		display:inline-block;
		zoom:1;
		*display:inline;
		width:31%;
	}
	.brandlist a{
		color:rgb(0,0,0);
		font-size: .857142857em;/*12*/
		text-decoration: underline;
	}
		.brandlist a:hover{
			color:rgb(152,189,5);
		}


/* ===== END TEXT FORMATTING ===== */
.show-image-left {


	margin-bottom:10px;

}

.show-image-right {

	margin-bottom:10px;

}


/*** portrait mobile */

@media only screen and (min-width: 480px) {
	.show-image-left {
		float:left;
		margin-right:10px;
		margin-bottom:10px;

	}

	.show-image-right {
		float:right;
		margin-left:10px;
		margin-bottom:10px;

	}


	.show-image-left .videoWrapper,
	.show-image-right .videoWrapper{
		max-width:100%;
		width:320px;
		height:80%;
		margin:0 auto;
	}
}



.videoWrapper .me-plugin {
	width:100%;
	height:100%;
}

.video-js {padding-top: 56.25%}
.vjs-fullscreen {padding-top: 0px}
.vjs-default-skin .vjs-big-play-button {
	top:50%;
	margin-top:-41px;
	left:50%;
	margin-left:-57px;
	background-color:rgba(0, 115, 187,0.9);
	height:80px;
}

.vjs-default-skin .vjs-big-play-button:before {

    line-height: 80px;
	font-size:50px;

}

.zoomWrapper{
	max-width:100%;
}

.zoomWrapper img{
	max-width:100%;
	height:auto;
}

.topcontentWrapper {
	background-repeat: no-repeat;
	background-position:50% 0px;

}
@media (max-width: 991px) {
	body.home .topcontentWrapper {

	}
}


.containerWrapper {
	background-color:#F8F8F8;
}



.manufacturerWrapper {
	background-color:#fff;


}
.mainWrapper {
	max-width:1190px;
	background-color:#F3F3F3;
	margin:0px auto;
	padding:20px 0 20px;

	position: relative;
    z-index: 2;

	-webkit-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.36);
	-moz-box-shadow:    0px -2px 5px 0px rgba(50, 50, 50, 0.36);
	box-shadow:         0px -2px 5px 0px rgba(50, 50, 50, 0.36);

}

.mainWrapper .txt > h2:first-child{
	margin-top:0;
}

.withShadow{

	 -webkit-box-shadow:  0px  -4px 10px -6px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:     0px  -4px 10px -6px rgba(50, 50, 50, 0.75);
	box-shadow:          0px  -4px 10px -6px rgba(50, 50, 50, 0.75);


}
body.home .containerWrapper.withShadow{
	padding-bottom:60px;
}

.col-xs-12.col-sm-12 {
    padding: 0;
}

.container{
	width: 100%;
	margin:0 auto;
	/*outline:solid 1px red;*/
}
	.container.topcontent{
		padding-top:40px;


	}

	@media (max-width: 767px) {
		.container.topcontent{
			background: linear-gradient(to bottom, rgba(0,0,0,0) 0px, rgba(0,0,0,0) 370px,rgba(1,1,1,0) 400px,rgba(9,9,9,1) 458px,rgba(15,15,15,1) 100%);

		}
	}

	@media (max-width: 991px) {
		.container.topcontent{
			padding-top:20px;

		}
	}



	.topcontent .banner{
		display:none;
	}
	@media (min-width: 768px) {
		.topcontent .banner{
			display:block;
		}
	}

	@media (min-width: 992px) {
		.container.topcontent{
		/*padding-top:2.4%;*/
		padding-top:40px;

		}

	}

		.home .container.topcontent{
			max-width:1238px;
			width:100%;
			padding-left:0;
			padding-right:0;
			margin-bottom:16px;

		}

		body.contact .container.topcontent{
			height:400px;
		}

		body.contact .mapcanvas{
			position:absolute;
			top:113px;
			left:0;
			width:100%;
			height:560px;
		}

		@media (max-width: 991px) {
			body.contact .mapcanvas{
				top:45px;
			}
		}

		@media (max-width: 767px) {
			body.contact .mapcanvas{
				left:20px;
				right:20px ;
				width:auto;
			}

		}

		@media (max-width: 540px) {
			body.contact .mapcanvas{
				display:none;
			}
			body.contact .topcontent{
				display:none;
			}
			body.contact #showLocations {
				display:none;
			}
		}

		body.contact .social{
			float:right;
			padding:0;
		}

		@media (max-width: 480px) {
			body .social{
				float:none;
				text-align:left;
			}
		}



.container-fluid{
	text-align: center;
}

.inner{
	margin:0 auto;
}

 .inner{
 	max-width:1060px;
 }

 @media (min-width: 992px) {
	header .inner{
		width: 970px;
	}
 }

 @media (min-width: 1200px) {
	header .inner{
		width: 1060px;
	}
 }


 .wider{
 	max-width:1190px;

 }


.thumbnail{
	border-radius:0;
	background-color:transparent;
	border:0;

}


 header.main{
 	/*padding-top:4px;
 	background-image:url(../../images/1/top-strip.png);
 	background-repeat:repeat-x;
 	background-position:left top;*/
 }

.row.logo{
	position: relative;
	min-height:73px;
	background:rgb(255,255,255);
	display:none;

}
.logobox{
	z-index:999;
	position: relative;
}
.logobox {
	display:inline-block;
	background:rgb(255,255,255);
}

.logobox-mobile {
	position:absolute;
	width:150px;
	top:0;
	float:none;
	margin:-75px;
	left:50%;
	top:-11px;
	background-color:#fff;
	z-index:999;


}
.navbar-default .navbar-toggle.logobox-mobile:hover {
	background-color:#fff;
}

.logobox-mobile img,
.logobox img{
	display:block;
	max-width:100%;
	max-height:100%;
	height:100px;
	margin:0 auto;

	}

@media only screen and (max-width: 991px) {
	.logobox-mobile{
		display:block;
	}

}



.logo .search{
		text-align: center;
		display:none;
}

@media only screen and (min-width: 992px) {
/*@media (min-width: 768px) {*/
	.row.logo{
		display:block;
		min-height:122px;
	}
	.logobox{
		position:absolute;
		top:0;
		left:0;
		width:228px;
		height:120px;
		padding-top:13px;
		background:rgb(255,255,255);
		z-index:2;
	}

	.logobox img{
		display:block;
		max-width:100%;
		height:120px;
		width:auto;
	}

	.logo .search{
		text-align: left;
		display:block;
	}
}


@media (min-width: 992px) {

	.row.logo{
		display:block;
		min-height:73px;
	}

	.logo .search{
		text-align: center;
	}
	.logobox{
		position:absolute;
		top:0;
		left:0;
		width:200px;
		height:162px;
		padding-top:13px;
		background:rgb(255,255,255);
		z-index:2;
	}

	.logobox:after {
		content: '';
		position: absolute;
		bottom: -4px;
		left: -4px;
		right:-4px;
		border-left:4px solid #0875B9;
		border-bottom:4px solid #0875B9;
		border-right:4px solid #0875B9;
		height:93px;
		z-index:1;
	}

	.logobox img{

		height:148px;

	}

}





@media (min-width: 768px) {

	header .centrepanel{
	text-align:left;
	margin-top:12px;

	}
}
header .newsletter {
	display:inline-block;
	width:160px;
	margin-right:14px;
	vertical-align:middle;

}

@media (min-width: 992px) {
	header .newsletter {
		margin-left:24px;
	}
}

header .newsletter a{
	border:1px solid #91B303;
	padding:5px 5px 5px 40px;
	color:#91B303;
	display:block;
	background-image:url(../../images/1/icon-newsletter-sm.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-align:center;
	font-weight:600;
	line-height:1.14em;
	font-size:14px;
    max-width: 120px;

}

header .newsletter a:hover{
	text-decoration:none;
}

header .checkout{
	display:inline-block;
	text-align:left;

}

header .checkout .noshow{
	display:none;
}

header .checkout > span{
	margin:0 5px 0 5px;
	min-width:155px;
	display:inline-block;

}
header .checkout span i{
	font-style: normal;
	color:rgb(152,189,5);
}

.sectionhead{
	color:rgb(255,255,255);
}

.sectionhead h1{
	font-size:2.772142857em;/*38.81*/
}
.sectionhead p{
	font-size:1.214285714em;/*17*/
	line-height:1.35em;
	margin-bottom:20px;
}
.topcontent .sectionhead.lower{
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:contain;

}

@media (max-width: 991px) {
	.topcontent .sectionhead.lower{
		background:none!important;
	}
}

/*
.topcontent .sectionhead.lower div{

	background: url('/_rgba.php/rgba(54, 57, 60,0.25)');
	background:rgba(54, 57, 60,0.25);



	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.topcontent .sectionhead.lower .txt{
	padding:10px;
}
*/
.topcontent .sectionhead.lower .txt strong,
.topcontent .sectionhead.lower .txt b {
	color: rgb(152, 189, 5);
}

.pageintro{
	margin-bottom:1.75em;
}
	.pageintro h2{
		padding-bottom:.75em;
		margin-bottom:.75em;
/*		border-bottom:solid 1px rgb(209,209,209);*/
	}

/* ===== THE NAV ===== */

.row.thenav{
		position:relative;
		top:auto;
		left:auto;
		margin-left:-15px;
		margin-right:-15px;
		background:rgb(0,115,187);
}

.row.thenav .navbar-header {
	float:none;
}

/*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 991px) {
	.row.thenav{
		background:rgb(0,115,187);
		position:absolute;
		top:-2px;
		left:0;
		right:0;
		margin:0;
		border-top:6px solid #fff;

	}

}

.navbar-toggle {
	border-radius:0;
	border:0;
	margin-top:0;
	margin-bottom:0;
	min-height:40px;
	margin-right:5px;
	margin-right:5px;
	font-size:16px;
}


.navbar-toggle span.label{
	display:none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
	background-color:rgb(2, 92, 148);
}

@media only screen and (min-width: 480px) {
	.navbar-toggle span.label{
		display:inline-block;

	}

	.row.thenav .menubutton{
		width:90px;

	}
}

#menubutton {
	min-height:40px;
	display:none;
	padding-top:14px;
}

.row.thenav .findusbutton{
	background-color:#FFDF17;
	color:#000;
	margin:0;
	display:none;
	text-decoration:none;
	min-height:40px;
}

.row.thenav .findusbutton span{
	color:#000;
}



.row.thenav .menubutton span.label{
	float:right;
}

.row.thenav .cartbutton,
.row.thenav .searchbutton{
	color:#fff;
	text-decoration:none;
}



.navbar-default .navbar-toggle .icon-bar {
	background-color:#fff;
}

/*@media (max-width: 767px) {*/
@media only screen and (max-width: 991px) {
	#mainmenu {display:none}
	#menubutton{display:block;}
	.row.thenav .findusbutton,
	.row.thenav .cartbutton,
	.row.thenav .searchbutton{
			display:block
	}
}

@media (min-width: 992px) {

	#mainmenu {display:block}
	#menubutton{display:none}

	.row.thenav .findusbutton,
	.row.thenav .cartbutton,
	.row.thenav .searchbutton{
		display:none;
	}

}




@media (min-width: 992px) {

	.row.thenav .nopad,
	.row.thenav .navbar-collapse {
		padding-right:0;
		padding-left:0;
	}

	.col-thenav{
		margin-left:200px;
		float:left;
	}
}

.row.thenav .navbar{
	margin-bottom:0;
	min-height: 0;
	background:none;
	border-color:transparent;
	border-width: 0;
}

.navbar-nav > li > a{
	font-family: "Montserrat",sans-serif;
	font-size:1.135714286em;
	text-rendering:optimizeLegibility;
	padding-top:10px;
	padding-right:9px;
	padding-bottom:10px;
	padding-left: 9px;
}

@media (min-width: 1200px) {
	.navbar-nav > li > a{
		padding-right:10px; /*was 15px */
		padding-left: 10px;
	}
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
	color:rgb(255,255,255);
	background: rgb(2,92,148);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a{
	background:rgb(4,129,207);
	color:rgb(255,255,255);
}

/* ===== END THE NAV ===== */

/* ===== BREADCRUMBS ===== */

	.breadcrumbs{
		margin-bottom:1em;
	}
	.breadcrumbs a,
	.breadcrumbs{
		color:rgb(152,189,5);
	}

/* ===== END BREADCRUMBS ===== */

/* ===== SIDE NAV ====== */
.sideNavPanel{
	background-color:#fff;
	border:1px solid #E7E7E7;
	padding:1px;
}

.sideNavPanel form{
	padding:10px;

}

.sideNavPanel form.contactUs{

	text-align:center;
}

.sideNavPanel form label{

}

#sideNav {
	list-style:none;
	padding:0;
	margin:0;
}

#sideNav li{
	display:block;
}

#sideNav li a{
	display:block;
	padding:10px;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:1.2em;
}

#sideNav .root a{
	background-color:#1A86CA;
	color:#fff;

}

/* ===== LINKS ===== */

.boxedlink{
	display:block;
	width:100%;
	padding:.4em .75em;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.478571429em;
	line-height:1.06em;
	text-align:center;
	color:rgb(255,255,255);
	background:rgb(152,189,5);
}



.circle{
	width:98%;
	min-width:252px;
	min-height:252px;
	padding-top:45%;
	border-radius:50%;
	background-color:rgb(255,255,255);
	background-repeat:no-repeat;
	background-position:50% -23%;

	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:1.4em;
	text-align: center;
}





	.circle.contact{
		background-image: url(../../images/1/bg-contact-round.png);
	}
	.circle.caravan{
		background-image: url(../../images/1/bg-caravan-round.png);
	}

	.circle.glasses{
		background-image: url(../../images/1/bg-glasses-round.png);
	}

.circle div,
.circle a{
	color:rgb(7,117,184);
}
.circle div{
	width:90%;
	margin:0 auto;
}
.circle a{
	display:block;
}
.circle a:hover{
	text-decoration:none;
}

.circle div.smtxt{
	font-size:0.85em;

}


.email{
	background-image:url(../../images/1/icon-button-arrow-white.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
	.arrow.blue{
		background-color:rgb(26,134,202);
	}
		.email.arrow.blue{
			display:inline-block;
			zoom:1;
			*display:inline;
			vertical-align:top;
			width:47px;
			height:42px;
			border:none;
		}

header .search button{
	background-image:url(../../images/1/icon-button-search-white.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
	.search button.blue{
		background-color:rgb(26,134,202);
	}
		.search button.blue{
			display:inline-block;
			zoom:1;
			*display:inline;
			vertical-align:top;
			width:47px;
			height:42px;
			border:none;
		}


header .search{
	padding:10px 0;
}
	header .search input{
		width:76.687116564%;
		height:42px;
		padding:.5em;
		border:solid 1px rgb(183,183,183);
        color:grey;
	}



/* ===== END LINKS ===== */

/* ===== MANUFACTURERS ===== */
ul.manufacturers{
	display:block;
	padding:0;
	position:relative;
	 list-style-type: none;
}

ul.manufacturers li {
	display:inline-block;
	width:25%;
	padding:0;
	margin:0;
	min-width:100px;
	text-align:center;

}
ul.manufacturers li  a{
	display:inline-block;
	padding:10px;
}
ul.manufacturers li  a img{
	max-width:100%;
	height:auto;
	display:block;
}
/* ===== PRODUCT LIST ===== */

.productlist{
	list-style:none;
	padding: 0 0 20px 0;
	border-bottom:solid 1px rgb(209,209,209);
}
	.productlist li{
		text-align: center;
	}

	.productlist li img{
		max-width:98%;
		margin-bottom:1.166666667em;
	}

	.productlist li a{
		display:block;
		padding:.5em .5em 1em .5em;
		font-family:arial, helvetica, sans-serif;
		font-size: .857142857em;
		color:rgb(0,0,0);
	}
		.productlist li a:hover{
			background-color: rgb(236,239,224);
		}

	.productlist li h3{
		font-family: "Montserrat",sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 1.916666667em;
		text-align: left;
	}
	.productlist li p{
		max-width:79%;
		margin:0 0 0 0;
		text-align: left;
		line-height:1.58em;
	}

	.productlist div{
		width:98%;
		margin:0 auto 1.166666667em auto;
		background:rgb(255,255,255);
	}
		.productlist div img{
			margin-bottom:0;
		}



/* ===== SEARCH ===== */

input.search{
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:top;
	height:42px;
	border:none;
}
	.sharebar .search{
		width:239px;
	}

.searchbox{
	padding-top:1.5em;
	margin-bottom:2em;
}
.searchbox form{
	display:block;
	padding:1px;
	background:rgb(255,255,255);
	border:solid 1px rgb(231,231,231);
}

.searchbox h4{
	display:block;
	padding:20px 15px;
	margin-top:0;
	color:rgb(255,255,255);
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:1.571428571em;
	background:rgb(26,134,202);
}

.searchbox fieldset{
	padding-top:1em;
	padding-bottom:1em;
	margin:0 16px;
	border-bottom:solid 1px rgb(231,231,231);
}

.searchbox select{
	font-family: "Montserrat",sans-serif;
	font-size:1em;
	line-height:2.857142857em;
	height:40px;
	width:100%;
	padding:10px;
	border:solid 1px rgb(231,231,231);
	border-radius:3px;

	-moz-box-shadow:inset 0 0 10px rgb(231,231,231);
	-webkit-box-shadow:inset 0 0 10px rgb(231,231,231);
	box-shadow:inset 0 0 10px rgb(231,231,231);
}

.searchbox label{
	display:block;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:1.571428571em;
}
	.searchbox .labelinline input,
	.searchbox .labelinline label{
		display:inline-block;
		zoom:1;
		*display:inline;
	}
	.searchbox .labelinline input{
		margin-left:.5em;
		margin-right:1em;
	}

.searchbox button{
	display: block;
	width:47.619047619%;
	margin:1em auto;
	color:rgb(255,255,255);
	background:rgb(152,189,5);
	border:none;
	line-height:2.5em;
}

header .checkout button{
	display:inline-block;
	zoom:1;
	*display:inline;
	width:auto;
	margin:1em auto;
	color:rgb(255,255,255);
	background:rgb(152,189,5);
	border:none;
	line-height:2.5em;
}



/* ===== FOOTER ===== */
.upperfooter{
	background-color:rgb(0,0,0);

	position: relative;
    z-index: 2;
}



@media only screen and (min-width: 480px) {

	.footerlip {
		background-image:url(../../images/1/icon-newsletter-footer.png);
		background-repeat:no-repeat;
		background-position:20px 25px;
		margin-top:-25px;
		padding:16px 20px 16px 130px;
		text-align:left;

	}

}

footer .inner,
.upperfooter .inner{
	/*max-width:1190px;*/
	max-width:1090px;
}

.sharebar a{
	margin:0 5px 5px 5px;
	display:inline-block;
}

.sharebar a,
footer a{
	color:rgb(255,255,255);
}

footer h4,
.sharebar,
.footerlip{
	color:rgb(255,255,255);
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:1.785714286em;
}
.sharebar2{
	color:rgb(255,255,255);
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 500;
	 font-size: 1.2em;

}
#inputKeyword:focus::-webkit-input-placeholder {
  transition: text-indent 0.5s 0.5s ease; 
  text-indent: -100%;
  opacity: 1;
}

footer{
	padding-top:1em;
}
footer .row{
	padding-bottom:1em;
}

footer div{
	text-align:left;
}
	footer div a{
		display:block;
	}
	footer div a:hover{
		color:rgb(152,189,5);
	}
		footer div.legalbar {
			margin-top:10px;
		}
		footer div.legalbar >div{
			padding-top:24px;
			text-align:center;

		}

		footer div.legalbar a{
			display:inline-block;
			zoom:1;
			*display:inline;
			margin:0.5em 2em;
		}

		@media (min-width: 768px) {

		footer div.legalbar .col-sm-3 {
			border-top:1px solid #FEC31D;
			text-align:left;
		}

		}
		footer div.legalbar .col-sm-9 {
			border-top:1px solid #535A60;
			text-align:center;
		}


/* ===== SHARE BAR ===== */


.sharebar{
	padding:30px 0;
	background:rgb(0,0,0);
}
.sharebar label{
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:middle;
	height:35px;
	padding-top:3px;
	font-weight: normal;
}

.sharebar input{
	padding-left:.5em;
	color:rgb(0,0,0);
	font-size:.7em;
}

/* ===== PAYMENT BAR ===== */

	.paymentbar div{
		text-align:center;
	}
	.paymentbar img{
		margin:0 auto;
		max-width:100%;
		height:auto;
	}

/* ===== CTAs ===== */

.sidebarcta img{
	width:100%;
	height:auto;
}

/* ====== slide banner ========== */

.carousel-indicators {
	bottom:14%;
}

.carousel-control.left,
.carousel-control.right{
	background:none;
}

.carousel-indicators li {
	background-color:#fff;
	border:none;
	height:15px;
	width:15px;
	border-radius:15px;
}
.carousel-indicators .active{
	background-color:#95C1ED;
	height:15px;
	width:15px;
	border-radius:15px;
	margin:1px;
	margin-right:5px;
}

/* ====== Newsletter sign up =======*/
form.newsletterSignUp{
	display:block;
}

form.newsletterSignUp h2{
	margin-top:0;
	font-size:1em;
	margin-bottom:8px;
}

form.newsletterSignUp p{
	margin-top:0;
	font-size:0.65em;
	margin-bottom:8px;
}

form.newsletterSignUp input.text{

	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:top;
	height:42px;
	border:none;
	max-width:239px;
	width:75%;
	color:#26282A;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
}

/* ========== banner search ========== */
.topcontent .search {

	position:relative;
	z-index:10;
	text-align:left;
}

.topcontent .search h2{
	background-color:#1A86CA;
	color:#fff;
	text-align:center;
	padding:10px;
	margin:0;
}

.topcontent .event h2{
	background-color:#fff;
	color:#000;
	text-align:left;
	padding:10px 0px;
	margin:0;
}


@media (min-width: 768px) {
	.topcontent .search {
		margin-top:-6.8%;
	}

	.topcontent .search h2{
		display:inline-block;
		text-align:left;
	}

}



.topcontent .searchPanel{
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.9);

	padding:0;
}
.topcontent .showroompicker{
	width:100%;
	text-align:left;
	display:none;

}



.showroompicker .nav-tabs > li {
		float: none;

		margin-bottom: -1px;
}

.topcontent .showroompicker .stub{


	background-color:#0875B9;
	color:#fff;
	background-image:url(../../images/1/showroomstub.png);
	background-repeat:no-repeat;


	padding: 10px 15px;
	padding-left:75px;
	line-height: 1.42857;
}

.topcontent .showroomcontent{
		display:none;
	}

.showroomcontent .comm p{
		line-height:40px;
		margin-bottom:0px;
	}

@media (max-width: 991px) {
 .showroomcontent .comm p{
		margin-top:15px;
	}
}

@media (min-width: 768px) {

	.topcontent .showroomcontent{
		display:block;
	}



	.topcontent .showroompicker{
		width: 580px; /*560px;*/
		display:block;

	}

	.showroompicker .nav-tabs > li {
		float: left;
		margin-bottom: 0px;
		height:60px;
		width:130px;

	}

	.topcontent .showroompicker .stub{
		float:left;
		width:180px;
		height:60px;

	}

}


.topcontent .showroompicker .nav-tabs {
	border-bottom:0;
}

.topcontent .showroompicker .nav-tabs li > a{
	background-color:#0875B9;
	color:#fff;
	border:0;
	border-radius:0;
	margin-right:0;
	padding: 10px 15px;
}
.topcontent .showroompicker .nav-tabs li.active > a{
	background-color:#024F7E;
}

.topcontent .tab-content{

	background-color:#fff;
}
.topcontent .tab-content h3{
	font-size:1em;
	font-weight:600;
	margin:0;
}

.topcontent .tab-content  .tab-pane{
	padding-top:10px;
	padding-bottom:10px;
}

.topcontent .tab-content  .tab-pane .row{
	padding-bottom:10px;
}



.topcontent .agerow{
	border-bottom:1px solid #D1D1D1;
	padding:10px 10px;
	text-align:center;
	font-size:1.25em;
font-family: "Montserrat",sans-serif;
	 line-height:1.4em;
}

.topcontent .agerow  span {
	display:inline-block;
	 line-height:1.42em;
	 vertical-align: middle;
}
.topcontent .agerow  label {
	padding-left:10px;
	margin-left:0px;
	font-weight:400;
}

.topcontent .age-range{
	display:inline-block;
}
.topcontent .age-range .form-control{
	width:auto;
	display:inline-block;
}
.topcontent .ajaxloader{
	margin:0px auto;
	width:32px;
	display:block;
	padding:20px 0;
	clear:both;
}
.topcontent .ajaxloader img{
	display:block;
}
/* ========== featured article related ========= */
.featured-article.thumbnail{
	background-color:#fff;
}
.featured-article.thumbnail:hover{
	text-decoration:none;
	background-color:#ECEFE1;
}

.featured-article.thumbnail h2{
	color:#000;
	margin-bottom:20px;
	font-size:1.3em;
}

.featured-article.thumbnail h2:after{
	content:"";
	width:46px;
	display:block;
	margin:auto;
	border-top:2px solid #000;
	margin-top:20px;
}
.featured-article.thumbnail p{
	color:#000;
	font-size:1.1em;
}

/* ========== product ranges ======== */
.productranges.thumbnail{
	background-color:transparent;
}
.productranges.thumbnail:hover{
	text-decoration:none;
	background-color:#ECEFE1;
}

.productranges.thumbnail h2{
	color:#000;
	margin-bottom:10px;
	font-size:1.3em;
	margin-top:0px;
}

.productranges.thumbnail h2 span{
	color:#91B304;

}

.productranges.thumbnail p{
	color:#E31323;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:2.5em;
}

/* ========== std related/child page thumbnail ===== */
.page.thumbnail {
	background-color:transparent;
	padding:5px;
}

.page.thumbnail:hover {
	text-decoration:none;
	background-color:#ECEFE1;
}

.page.thumbnail h2{
	color:#000;
	margin-bottom:15px;
	font-size:1.3em;
	margin-top:0px;
}

.page.thumbnail .summary{
	color:#000;
}



.page.thumbnail .imgWrap, .event.thumbnail .imgWrap{
	border:1px solid #e7e7e7;
	text-align:center;
	padding:1px;
	background-color:#fff;
	margin:0 auto;
	margin-bottom:15px;
	/*width:300px;*/
}

@media (min-width: 768px) {

	.page.thumbnail .imgWrap, .event.thumbnail .imgWrap{
		width:100%;
	}

}

.page.thumbnail .imgWrap img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;

}



/* ========= promoted model range =========*/
.row.promotedmodels{
	border-bottom:1px solid #d1d1d1;
	margin-bottom:15px;
}

.row.promotedmodels .imgWrap{
	border:0px;
	background:transparent;
}

/* ========== page body sections =========== */
.body-section{
	margin-top:20px;
}
.body-section h2{
	margin-top:0;
}


/* === flexslider gallery ===*/
.flexsliderGallery {
	position:relative;
}
.flexslider .enlarge,
.flexsliderGallery .enlarge{
	display:block;
	position:absolute;
	bottom:5px;
	right:5px;
	z-index:101;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 500;
	/*text-align:center;
	background-color:rgba(255,255,255,0.7);
	color:#000;
	text-decoration:none;


	width:40px;
	height:40px;
	line-height:40px;
	border-radius:2px;*/
}


.flexslider.carousel li img{
	border:1px solid #ccc;
}

@media (max-width: 540px) {
	.flexslider.carousel {
		display:none;
	}

}

@media (max-width: 991px) {
	.flexsliderGallery .enlarge {
		display:none;
	}

}


.flexslider {
	margin-bottom:20px;
}
.flexslider  div.flex-caption{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    bottom: 0;
    color: #fff;
    font-size: 14px;

    line-height: 18px;
    padding: 10px;
    position: absolute;


}

/**** CTAS *****/
.cta > a{
	display:block;
}
.sidebyside{
	padding-bottom:25px;
}

.cta.icon-block{
	border:1px solid #D9D9D9;
	padding:10px;

	position:relative;
	text-align:left;
	color:#000;
	margin-bottom:15px;
	background-color:#F7F7F7;

}



.cta.icon-block h2,
.cta.icon-block p{
	color:#000;
	margin-top:0;
	margin-bottom:0px;
	margin-left:80px;


}



body.home .cta.icon-block h2,
body.home .cta.icon-block p{
	padding-left:0px;
}
.cta.icon-block h2 {
	font-size:1.5em;
	height:68px;
	vertical-align:middle;


}

.cta.icon-block p{
		display:none;
}



.cta.icon-block button{
	color:#fff;
	background-color:#91B303;
	padding:5px 20px;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:1.3em;
	display:inline-block;
	/*margin-left:110px;*/


}

.cta.icon-block button{
	display:none;
}

.cta.icon-block a:hover{
	text-decoration:none;
}

.cta.icon-block .icon{
	width:68px;
	height:68px;
	float:left;

}

@media (min-width: 768px) {

	.cta.icon-block h2,
	.cta.icon-block p{

		margin-left:110px;
		margin-bottom:20px;

	}

	.cta.icon-block .icon{
		width:83px;
		height:83px;
		float:left;

	}


	.cta.icon-block p{
		display:block;

	}

	.cta.icon-block .icon{
		display:none;
	}

	.cta.icon-block h2{
		margin-left:0px;
		height:auto;
	}
	.cta.icon-block button {
		margin-left:0px;
	}
	.cta.icon-block p {
		clear:both;
		margin-left:0px;
	}

	body.home .cta.icon-block .icon{
		display:block;
	}

	body.home .cta.icon-block p {
		margin-left:110px;
		clear:none;
	}


	body.home .cta.icon-block h2{
		margin-left:110px;
	}

	body.home .cta.icon-block button {
		margin-left:110px;
	}

	.cta.icon-block button{
		display:block;
	}
}

@media (min-width: 992px){
	.cta.icon-block .icon{
		display:block;
		margin:0px 10px 10px 0;

	}
}

body.used-caravans .cta.icon-block button {
	background-color: #BD2229;
}

ul.cta-sidebarlist {
	padding-top:10px;
}

.cta.image-only,
.cta.in-side-nav {
	margin-top:10px;
}

.cta-side-upper .cta.image-only,
.cta-side-upper .cta.in-side-nav{
	margin-top:0px;
	margin-bottom:10px;
}

.cta.image-only a,
.cta.in-side-nav a{

	display:block;
}

.cta.image-only img,
.cta.in-side-nav img{
	max-width:100%;
	height:auto;
	display:block;
}
.cta-sidebarlist{
	list-style:none;
	margin:0;
	padding:0;
	display:block;
}
.cta-sidebarlist li {
	display:block;
	max-width:243px;
}

.circleWrapper {
	max-width:243px;
	margin:0 auto;
	min-width:213px;

}

@media (max-width: 991px){
	.cta-sidebarlist {
		display:block;
		text-align:center;
	}
	.cta-sidebarlist li {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;

	}
}

.cta-contactus{
	padding-left:75px;
	background-image:url(../../images/1/icon_contact.png);
	background-repeat:no-repeat;
}

.cta-contactus span{

	color:rgb(7,117,184);
}

.cta.tardis {
	background: #FFF url("../../images/1/bg-contact-tel.png") no-repeat scroll left top;
	color: #0775B8;
	padding: 14px 0px 14px 80px;
	margin: 15px 0px 0px;
	font-weight: 700;
	font-family: "Montserrat",sans-serif;
	font-size: 18px;
}


.cta.circle{
	width:252px;
	height:252px;
	margin:0 auto;
	position:relative;
	padding-top:0;
	background-position:center -20px;
	background-size: 100%;
}

.cta.circle a{
	position:absolute;
	display:block;
	top:44%;
	max-width:252px;
}

@media (min-width: 768px) {
	.cta.circle{
		width: 100%;
		height:auto;
		padding-bottom: 100%;
		min-width:100px;
		min-height:100px;
	}

	.cta.circle a{

		/*top:105px;*/

	}
}

@media (min-width: 992px) {
	.cta.circle a{

		/*top:120px;*/

	}
}






.pricingsummary{
	margin-bottom:20px;
}
.pricingsummary table{
	margin-bottom:0;
}
.pricingsummary table button{
	padding:0;
}
.pricingsummary  .deliverycharge{
		background-color:#E4EDBC;
		padding:8px;
		font-weight:600;
		padding-right:50px;
}

.pricingsummary  .deliverycharge span{
		float:right;
		width:45px;
		text-align:right;
}

.features ul{
	list-style-type: square;
	clear:left;
	padding-left:20px;
	margin-right:-10px;

}
.features li {


  width:45%;

}

.features li:nth-child(odd){
	float:left;
	clear:left;
}

.features li:nth-child(even){
	float:right;
	clear:right;
}


/*** MODEL TABS ***/
.modelTabbedPanel .nav-tabs >  li.active > a,
.modelTabbedPanel .nav-tabs >  li > a:hover{
	background-color:#91B303;
	color:#fff;
}

.modelTabbedPanel .nav-tabs >  li > a{
	background-color:#E3EDBD;
	color:#91B303;
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:1.5em;
	padding: 5px 20px;
}

.modelpanel{
	position:relative;
}



.modelpanel .info{
	padding-top:15px;
}

@media only screen and (min-width: 480px) {

/*	.modelpanel .info .modelspec{
		float:left;
		width:48%;
	}*/

/*	.modelpanel .info .modelgallery{
		float:right;
		width:48%;
	}*/

	.modelpanel .info .modelpricing{
		display:block;
		width:100%;
		clear:both;
	}



}


.modelpricing{
	margin-top:20px;
}
.modelpanel .info .modelspec table{
	width:100%!important;
	border:0px!important;
}

.modelpanel .info .modelspec table td{
	padding:5px 10px;
	border:0;
}

.modelpanel .info .modelspec table tr td:first-child{
	width:60%;
	font-weight:600;
}

.modelpanel .info .modelspec table tr:nth-child(odd)		{ background-color:none; }
.modelpanel .info .modelspec table tr:nth-child(even)		{ background-color:#fff; }

.modelpanel .flexslider{
	margin-bottom: 40px;
}

.modelpanel .where{
}
.modelpanel .circle{
	width:252px;
	padding-top:100px;
	margin:0 auto;
}
.modelrangecontact{
	margin-top:10px;
}

@media (min-width: 768px) {
	/*.modelpanel{
		min-height:300px;
	}*/
	.modelpanel .where{
		position:absolute;
		top:15px;
		right:5px;
	}
	.modelrangecontact{
	margin-top:60px;
	}
}

.popover.where{
	background-color:#fff;
	width:240px;

}
.popover.where h3{
	background-color:#fff;
	background-image:url(../../images/1/icon-caravan-small.png);
	background-position: right 5px;
	background-repeat:no-repeat;
	padding-right:60px;
	margin-right:10px;
}
ul.shortcuts{
	list-style:none;
	margin:0 auto;
	padding:0;
	padding-bottom:20px;

}
ul.shortcuts  li {
	float:left;
	margin:0 3% 0 0;
	width:30%;
}

@media (max-width: 991px) {
	ul.shortcuts  li {
		font-size: 0.8em;
	}
}

@media (max-width: 480px) {
	ul.shortcuts  li {
		float:none;
		display:block;
		width:auto;
		margin-bottom:5px;
	}
}

ul.shortcuts  li a{
	background-color:#91B303;
	color:#fff;
	padding:5px 25px;
	display:block;

	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:1.5em;
	text-decoration:none;
	text-align:center;
    border: white 2px solid;
    border-radius: 12px;
}


/*** SHOP ***/
.ourPrice{
	color:rgb(152,189,5);
	font-size:2em;
	border-bottom:1px solid #C7C6C6;

}
.rrp{
	color:rgb(0,0,0);
	font-size:1em;
	font-weight:bold;

}

.saving{
	color:#FF0606;
	font-size:1.6em;


}

.singlevariant > div > div{

	border-radius: 4px;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;

	}

ul.vlocations {
	list-style:none;
}
.vlocations li{
	color:red;

}

.vlocations li.instock{
	color:green;
}

/* product finder */
.productfinder{
	padding:15px;
}
.productfinder_slider_wrapper,
.caravanfinder_slider_wrapper{
	padding:40px 20px 10px;
}


.topsearch .caravanfinder_slider_wrapper{
	padding-top:10px;
}
.topsearch .paramrow {
	padding-top:10px;
}
.topsearch .paramrow label{
	padding-bottom:4px;
	font-size:22px;
	font-weight:400;
	line-height:2.2em;
}

.topsearch .paramrow .action{
	padding-top:50px;
}



@media (max-width: 767px) {

	.topsearch .paramrow label{
		padding-bottom:0px;
	}

	.topsearch .paramrow  .pricingslider label{
		padding-bottom:22px;

	}

	.topsearch .paramrow .action{
		padding:10px 0;
	}

}

@media (min-width:768px) and (max-width: 820px) {
	.topsearch .paramrow  .makes label{
		padding-bottom:0px;

	}
}



.productfinder_slider_wrapper .noUi-connect,
.caravanfinder_slider_wrapper .noUi-connect{
	background-color:rgb(7,117,184);
}

.productfinder form{
	padding:0;
}

.productfinder h2,
.caravanfinder h2 {
	font-size:1em;
	font-weight:700;
}
.productfinder .form-group label,
.sideNavPanel .caravanfinder .form-group label{

	display:block;
	font-size:1.2em;

}

.productfinder .form-group,
.productfinder .form-group .checkboxgroup,
.sideNavPanel .caravanfinder .form-group,
.sideNavPanel .caravanfinder .checkboxgroup {
	padding:10px 0;
	border-bottom:1px solid #D1D1D1;
	margin-bottom:0px;
}
.productfinder .form-group h2,
.sideNavPanel .caravanfinder h2{
	padding-bottom:15px;
	border-bottom:1px solid #D1D1D1;
	font-size:1.2em;

}
.productfinder .form-group.noborder,
.sideNavPanel .caravanfinder .form-group.noborder{
	border:0;
}

.slidertooltip {
	display: block;
	position: absolute;
	border: 0px solid #D9D9D9;
	font: 400 12px/12px Arial;
	border-radius: 3px;
	background: rgb(7,117,184);
	top: -30px;
	padding: 5px;
	left: -9px;
	text-align: center;
	width: 50px;
	color:#fff;
}
.slidertooltip strong {
	display: block;
	padding: 2px;
}

/*shop image */
.shop-product-default .product-image {
	max-height:560px;
}

/*** stock list results ***/
#resultsWrapper{
	position:relative;


}
#resultsWrapper .affix {
	top: 0px;

}
#resultsWrapper .affix-top {
	oposition: fixed
}
#resultsWrapper .affix-bottom {
	position: absolute;
}
#resultsWrapper .pagination{
	margin:0;
	vertical-align: middle;
}

#paginationWrapper > div{
	padding-top:10px;
	padding-bottom:10px;
}

#paginationWrapper .pagination input{
	font-size:14px;
	width:auto;
	height:36px;
}

@media (max-width: 479px){
	#resultsWrapper .pagination{
		margin:0 0px;

	}
	#paginationWrapper .pagination input{
		font-size:12px;
		width:110px;

	}
	#paginationWrapper > div{
		padding-top:0px;
		padding-bottom:10px;
		float:none;
		text-align:center;
		width:100%;
	}
}



#paginationWrapper span{

	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:1.2em;
	display:inline-block;
	margin:0 5px;
	line-height:40px;

}
#paginationWrapper #sortby{
	display:inline-block;
	width:160px;
	vertical-align:middle;
	height:42px;
}

#paginationWrapper .pagination a {
	background:none;
	height:36px;
	width:36px;
	font-size:21px;
}


#paginationWrapper{
	text-align:center;
	z-index:9999999;
	background-color:#F3F3F3;
	vertical-align: middle;
	border-top:1px solid #D1D1D1;
	border-bottom:1px solid #D1D1D1;
	padding:10px 0;
}


@media (min-width: 480px){
	#paginationWrapper .pagination a {
		height:40px;
		width:40px;
		font-size:25px;
	}

	#paginationWrapper .pagination input{

		height:40px;
	}
}

#resultsWrapper ul.results{
	list-style-type:none;
	margin:20px  0 0 0;
	padding:0;
}

#resultsWrapper ul.results > li{
	background-color:#fff;
	margin:0 0 20px 0;
	padding-bottom:20px;
	display:block;
}

#resultsWrapper ul.results > li .productThumb img{
	max-width:100%;
	height:auto;
	border:1px solid #A5A5A5;
	display:block;
	padding-bottom:0;
}

body.stock-advert div.border-top{
	border-top:solid 1px rgb(209,209,209);
	margin-top:20px;
}

body.stock-advert .layout img{

	padding:10px 0px;
	max-width:100%;
	height:auto;
	border:5px solid #fff;
}

body.stock-advert .layout {

	background-color: #fff;
	text-align:center;
}

body.stock-advert .flexslider {
	margin-bottom:43px;
}

body.stock-advert .features {
	margin-bottom:20px;
}

body.stock-advert h2.price{
	border-bottom:solid 1px rgb(209,209,209);
	padding-bottom:8px;
}

body.stock-advert .price,
ul.results .price{
	color:#91B304;
	font-size:1.3em;
	font-weight:600;
}
body.stock-advert .was,
ul.results .price.was{
	color:#000;

}
body.stock-advert .now,
ul.results .price.now{
	color:#FF0000;

}




ul.results > li  .thumbImg img{
	display:block;
	max-width:100%;
	height:auto;
}

.productupper{
	margin-bottom:20px;
}

.disclaimer {
	font-size:13px;

}
#resultsWrapper ul.results ul.list{
	list-style-type:none;
	margin:0;
	padding:0;
}

#resultsWrapper ul.results ul.list span{
	display:inline-block;
	width:70px;

}
#resultsWrapper ul.results > li .more{
	text-align:right;
}

#resultsWrapper ul.results > li .more img{
	display:block;
	max-width:100%;
	height:auto;
}

@media only screen and (max-width: 767px) {
	#resultsWrapper ul.results > li .more{
		padding-top:20px;
	}
}

#resultsWrapper ul.results > li img{
	display:block;
	padding-bottom:20px;
}
#resultsWrapper ul.results li .thumbImg img{
	padding-bottom:0px;
}

#resultsWrapper ul.results > li a{
	display:inline-block;
}
#resultsWrapper ul.results > li  .thumbImg  a{
	display:block;
}

body.used-caravans #resultsWrapper ul.results > li a.btn.btn-default {
	background-color: #BD2229;
}



/* advert */
body.used-caravans ul.results .price{
	color: #BD2229;
}

body.stock-advert .advertspec table{
	width:100%!important;
	border:0px!important;
}

body.stock-advert .advertspec table td{
	padding:5px 10px;
	border:0;
}

body.stock-advert .advertspec table tr td:first-child{
	width:60%;
	font-weight:600;
}
body.stock-advert .advertspec table tr:nth-child(odd)		{ background-color:none; }
body.stock-advert .advertspec table tr:nth-child(even)		{ background-color:#fff; }

.green-boxed {

    color: #91B303;
    border: 1px solid #91B303;
    padding: 10px;
}

.green-boxed.alert {
    padding-left: 70px;
    background-image: url("../../images/1/icon-alert.png");
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 40px;
}

.red-boxed {

    color: red;
    border: 1px solid red;
    padding: 10px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
}

.stockalert{
	color:red;
	font-size:14px;
	font-weight: 800;


}

body.stock-advert .speclist{

}

.cta.bookviewing{
	background-color:#1985C9;
		font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:1.5em;
	text-decoration:none;
	text-align:left;
	color:#fff;
	padding:10px;
	padding-left:60px;
	background-image:url(../../images/1/icon-telephone.png);
	background-repeat:no-repeat;
	background-position:10px center;
}

.cta.bookviewing a{
	color:#fff;
}

/* fix the clearing on 3 col rows */
.row.col3clear .col-sm-4:nth-child(3n+1),
.row.promotedmodels .col-sm-4:nth-child(3n+1){
    clear: left;
}

/* elastislide */
.elasticGallery {
	padding-bottom:20px;
}
.elasticGallery .elastislide-vertical {
	max-width: 140px;
	padding: 37px 10px;
	/*border-radius: 90px/10px;*/
	box-shadow:
		0 1px 3px rgba(0, 0, 0, 0.1),
		inset -2px 0 3px 2px rgba(255, 255, 255, 0.6),
		inset 2px 0 3px 2px rgba(255, 255, 255, 0.6),
		inset 0 -10px 10px 1px rgba(155, 155, 155, 0.1),
		inset 0 10px 10px 1px rgba(155, 155, 155, 0.1);
}

.elasticGallery .elastislide-vertical:before {
	top: 30px;
	bottom: 30px;
	left: 0;
	right: 0;
	content: " ";
	position: absolute;
	z-index: -2;
	/*box-shadow: 0 0 15px rgba(0,0,0,0.6);
	border-radius: 20px/160px;*/
}

.elasticGallery .elastislide-vertical:after {
	content: " ";
	position: absolute;
	z-index: -2;
}

.elasticGallery  .image-preview img {
	border-radius: 0 0 20px 20px;
	max-width: 100%;
	display: block;
}

.elasticGallery .elastislide-carousel ul li.current-img a img {
	/*box-shadow: 0 0 3px 2px rgba(62,235,255,0.8);*/

}

.elasticGallery .carousel_side{
	float:right;

}
.elasticGallery .image_preview{
	margin-right:170px;
}
.elasticGallery .image_preview  img{
	max-width:100%;
	height:auto;
}

/* contact page */
#showLocations {

	font-size:1.25em;
	display:inline-block;
	position:absolute;
	top:-60px;
	right:6%;
	line-height:40px;
	padding:10px 10px 10px 50px;
	text-decoration:none;
	background-image:url(../../images/1/icon-map-marker.png);
	background-position:10px center;
	background-repeat:no-repeat;
	font-family: "Montserrat",sans-serif;

}
#showLocations.poi {
	background-color:#016F23;
	color:#fff;


}

#showLocations.showrooms {
	background-color:#DA4206;
	color:#fff;


}

/* sidr */
.sidr{
	background-color: #025C94 ;
	/*box-shadow: 0 0 5px 5px #025C94; */
	box-shadow: none;

}
.sidr ul {
	border-bottom: 0px solid #0073BB;
    border-top: 1px solid #0073BB;
}

.sidr ul li {
   border-bottom: 1px solid #0073BB;
    border-top: 0px solid #0073BB;

}

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
    box-shadow: none;
	background-color:#0073BB;
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
       line-height: 48px;
}

.sidr-class-close {
	color: #025C94 ;
	position:absolute;
	right:0px;
	top:0px;
	line-height: 48px;
	width:48px;
	font-size:26px;
	text-align: center;
	border:1px solid #0073BB;
	background-color:#0073BB;
	display:block;

}

#mainmenu .close{display:none;}


body.model-range-motorhome .sectionhead.foot,
body.stock-listing .sectionhead.foot,
body.product-range .sectionhead.foot {
	padding-bottom:10px;
}

body.product-range .below > ul{
	list-style-type: none;
	clear:left;
	padding-left:0px;
	margin-right:-10px;
	padding:10px auto;

}
body.product-range .below > ul > li {


  width:30%;

}

body.product-range .below > ul > li{
	float:left;

}

#credit {
	padding-top:20px;
}
#credit a{
	color:#000000;
	font-size:13px;
	display:inline-block;
	font-weight:700;
}

body.location  .showroom{
		background-color:#fff;
		padding-top:20px;
		padding-bottom:20px;
		margin:0;
}

.directions-advert{
	margin: 10px 0;
}

body.location  .showroom .directions,
.directions-advert{
	padding:10px;
	border:1px solid #ccc;
	font-size:12px;
	color:#000;
	text-decoration:none;
	text-align:center;
	display:inline-block;
}

body.location  .showroom .directions img,
.directions-advert img{
		display:block;
}

.flexsliderGallery ul{
	list-style: outside none none;

}

body.article .txt p{
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.45em;
}
.popupContactForm {
	width:400px;
	min-height: 245px;
	position: fixed;
	right:-400px;
	bottom:0;
	z-index: 3000;
	padding:20px;
	color:#ffffff;
	background: #31363A;
	-webkit-transition: right 0.2s ease-in-out; /* Safari */
	transition: right 0.2s ease-in-out;
}
.popupContactForm .form-control {
	background: #4D4F51;
	color:#B7B7B6;
	border-radius: 0;
	border: none;
	-webkit-appearance: none;
	appearance:none;
	-moz-appearance:none;
}

.popupContactForm select.form-control {
	color: #B7B7B6;
	background: url(../../images/1/select-dropdown-icon.png) no-repeat right #4D4F51;
	background-size: 28px 28px;
	background-position-x: 99%;
}

.popupContactForm .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border:1px solid #B7B7B6;
}
.popupContactForm label {
	color:#B7B7B6;
}
.popupContactForm h3, .popupContactForm p {
	font-family: "Montserrat",sans-serif;
}
.popupContactForm .popupContactFormCloseButton {
	width:24px;
	position: absolute;
	right:20px;
	top:20px;
}

.popupContactForm .popupContactFormCloseButton img {
	max-width: 100%;
}
.popupContactForm.open {
	right:0;
}
.popupContactForm .popupContactFormButton {
	width: 50px;
	position: absolute;
	top: 0px;
	left: -50px;
}
.popupContactForm .popupContactFormButton:hover, .popupContactForm .popupContactFormCloseButton:hover {
	cursor: pointer;
}
.popupContactForm .popupContactFormButton img {
	display:block;
	max-width: 100%;
}

.popupContactForm .btn {
	width:100%;
	border:none;
	padding:10px 0;
}

.popupContactForm .messages.success {
	color: #000;
	padding: 10px 10px;
	margin: 40px auto 10px;
	font-family: "Montserrat",sans-serif;
}


.popupContactForm input:-webkit-autofill {
	-webkit-box-shadow:0 0 0 500px #4D4F51 inset !important;
	-webkit-text-fill-color:#B7B7B6 !important;
}
.spam-filter {
	display:none;
}
@media (max-height: 710px) {
	.popupContactForm {
		height: 100%;
	}
	.popupContactFormContent {
		overflow: scroll;
		height: 100%;
	}
}
@media (max-width:767px),(max-height: 600px) {
	.popupContactForm {
		width:100%;
		height:100%;
		bottom:auto;
		top:0;
		right:-100%;
	}
	.popupContactForm .popupContactFormButton {
		width: 35px;
		height: auto;
		position: absolute;
		bottom:0;
		top:auto;
		left: -35px;
	}
	.popupContactFormContent {
		overflow: scroll;
		height: 100%;
	}

}


blockquote {
	text-indent: 1.5em;
	border-left: none;
	background-image: url(../../images/1/quote.png);
	background-size: 24.75px;
	background-repeat: no-repeat;
	font-size: 1.4em;
	margin: 50px 0px;
	line-height: 1.5;
}

blockquote p {
	margin-bottom: 0px;
}

blockquote p {
	font-family: "Montserrat",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(51,51,51,0.4);
}



blockquote cite {
	font-style: normal;
	font-size: 15px;
	display: block;
	text-indent: 0;
	color: #1A86CA;
	padding-left: 0px;
	line-height: 24px;
	margin-top: 20px;
}
blockquote cite {
	font-family: "Montserrat",sans-serif;
	font-weight: 500;
}
.cta.testimonial-block > p {
	display: inline;
}
.cta.testimonial-block > p::after {
	display: inline-block;
	width: 24.75px;
	height: 18px;
	margin-left: 20px;
	content: "";
	background: url(../../images/1/quote_close.png) no-repeat 0 0;
	background-size: 100%;
}
