 /*

Southwest Motorhomes - Pages Stylesheet
https://www.southwestmotorhomes.co.uk/
Handwritten by Oliver Coningham

*/

																					/* ------------ Motorhomes - Overview ------------ */

#motorhomes-overviews {
	padding-top: 10px;
	width: 100%;
	}

#motorhomes-overviews .item {
	background-color: #fff;
	margin-top: 30px;
	position: relative;
	width: 100%;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	}

#motorhomes-overviews .item .item-title {
	/* background-color: #062041; */
	border-bottom: 1px solid #e5e8eb;
	color: #062041;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	letter-spacing: 0;
	line-height: 25px;
	padding: 20px 20px;
	text-transform: uppercase;
	width: 100%;
	}

#motorhomes-overviews .item .item-title h2 {
	display: inline-block;
	color: #062041;
	float: left;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	letter-spacing: 0;
	line-height: 25px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: auto;
	}

#motorhomes-overviews .item .item-title h2 a {
	border: none;
	color: #062041;
	text-decoration: none;
	}

#motorhomes-overviews .item .item-title p {
	display: inline-block;
	float: right;
	margin: 0;
	}

#motorhomes-overviews .item .item-img {
	float: left;
	padding: 20px 20px 50px 20px;
	position: relative;
	width: 40%;
	}

#motorhomes-overviews .item .item-img .count,
#motorhomes-overviews .item .item-img .tag-line,
.slider-slides-content .slide .tag-line{
	background: #062041 url("../img/icon-camera.png") no-repeat left 10px center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	margin: 0;
	padding: 10px 10px 10px 40px;
	position: absolute;
	top: 20px;
	right: 40px;
	z-index: 5;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	}
#motorhomes-overviews .item .item-img .tag-line,
.slider-slides-content .slide .tag-line {
    background: #062041;
    right: auto;
    left:20px;
    padding: 10px;
}
.slider-slides-content .slide .tag-line {
    left:0;
    top:0;
}
#motorhomes-overviews .item .item-img .tag-line.red,
.slider-slides-content .slide .tag-line.red {
    background: #e70a1f;
}

#motorhomes-overviews .item .item-img img {
	float: left;
	height: auto;
	width: 100%;
	}

#motorhomes-overviews .item .item-copy {
	float: left;
	padding: 20px 20px 20px 0;
	width: 60%;
	}

#motorhomes-overviews .item .item-copy p:first-child {
	margin-top: 10px;
	}

#motorhomes-overviews .item .item-copy ul {
	list-style: none;
	margin: 0;
	padding-top: 15px;
	}

#motorhomes-overviews .item .item-copy li {
	border-bottom: 1px solid #e5e8eb;
	float: left;
	margin: 10px 30px 0 0;
	padding-bottom: 8px;
	width: calc(50% - 15px);
	}

#motorhomes-overviews .item .item-copy li strong {
	display: inline-block;
	float: right;
	}

#motorhomes-overviews .item .item-copy li:nth-child(2n+2) {
	margin-right: 0;
	}

#motorhomes-overviews .item .item-copy .button {
	background-image: url("../img/arrow-right-white.svg");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: #0c3261;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	margin-top: 15px;
	padding: 23px 80px 23px 20px;
	/*position: absolute;
	bottom: 20px;
	right: 20px;*/
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

.button.finance {
	margin-right: 20px;
	background-color:  #cf1641 !important;
	background-image: url("../img/arrow-right-white.svg") !important;
	background-position: right 10px center !important;
	padding: 23px 80px 23px 20px !important;
	border: none !important
}

.button.finance span {
	font-weight: 300;
	font-size: 13px;
	text-transform: lowercase;
}

.slider-copy .button.finance {
	margin-left: 20px;
}

.used-motorhome-details .button.finance,
.new-motorhome-details .button.finance {
	float: none !important;
	margin-bottom: 30px;
}


#motorhomes-overviews .item .item-copy .button:hover,
.button.finance:hover {
	background-color: #062041 !important;
	}

#motorhomes-overviews .item .item-img img {
	float: left;
	height: auto;
	width: 100%;
	}

#motorhomes-overviews .item .item-img .slide {
	display: block !important;
	padding-right: 20px;
	}

#motorhomes-overviews .item .item-img .slick-dots {
	display: inline-block;
	bottom: -30px;
	left: 50%;
	margin: 0;
	width: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	}

#motorhomes-overviews .item .item-img .slick-dots li {
	background-color: #e5e8eb;
	display: inline-block;
	float: left;
	height: 10px;
	margin: 0;
	padding: 0;
	width: 60px;
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

#motorhomes-overviews .item .item-img .slick-dots li button {
	display: none;
	}

#motorhomes-overviews .item .item-img .slick-dots li.slick-active,
#motorhomes-overviews .item .item-img .slick-dots li:hover {
	background-color: #0c3261;
	}

#motorhomes-overviews .item .item-img .slick-dots li button::before {
	display: none;
	}

#motorhomes-overviews .item .item-img .slick-dotted.slick-slider {
	margin-bottom: 0;
	}

#motorhomes-overviews .item .item-img .slick-next {
	height: 30px;
	margin-top: -10px;
	right: 10px;
	width: 30px;
	z-index: 2;
	}

#motorhomes-overviews .item .item-img .slick-prev {
	height: 30px;
	margin-top: -10px;
	left: 10px;
	width: 30px;
	z-index: 2;
	}

#motorhomes-overviews .item .item-img .slick-prev::before, 
#motorhomes-overviews .item .item-img .slick-next::before {
	font-size: 30px;
	}

#new-motorhomes #sidebar,
#used-motorhomes #sidebar,
#used-caravans #sidebar {
	padding-top: 0;
	}

#new-motorhomes #sidebar-inner,
#used-motorhomes #sidebar-inner,
#used-caravans #sidebar-inner{
	background-color: #062041;
	color: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	}

#new-motorhomes #sidebar h3,
#used-motorhomes #sidebar h3,
#used-caravans #sidebar h3 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	letter-spacing: 0;
	line-height: 25px;
	text-transform: uppercase;
	}

#new-motorhomes #sidebar form,
#used-motorhomes #sidebar form,
#used-caravans #sidebar form {
	padding-top: 20px;
	}

#new-motorhomes #sidebar form .form-row,
#used-motorhomes #sidebar form .form-row,
#used-caravans #sidebar form .form-row {
	margin-top: 10px;
	}

#new-motorhomes #sidebar form label,
#used-motorhomes #sidebar form label,
#used-caravans #sidebar form label {
	float: left;
	font-weight: 700;
	padding-top: 7px;
	width: 35%
	}

#new-motorhomes #sidebar form select,
#used-motorhomes #sidebar form select,
#used-caravans #sidebar form select {
	border: 0;
	color: #787f88;        
	float: left;
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 26px;
	padding: 10px;
	width: 50%;
	}

#new-motorhomes #sidebar form input.search-button,
#new-motorhomes #sidebar form .button,
#used-motorhomes #sidebar form input.search-button,
#used-motorhomes #sidebar form .button,
#used-caravans #sidebar form input.search-button,
#used-caravans #sidebar form .button {
	background-image: url("../img/arrow-right-white.svg");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: #0c3261;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: left;
    font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 20px;
	margin-top: 30px;
	padding: 23px 80px 23px 20px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

#new-motorhomes #sidebar form input.search-button:hover,
#new-motorhomes #sidebar form .button:hover,
#used-motorhomes #sidebar form input.search-button:hover,
#used-motorhomes #sidebar form .button:hover,
#used-caravans #sidebar form input.search-button:hover,
#used-caravans #sidebar form .button:hover{
	background-image: url("../img/arrow-right-light-blue.svg");
	background-color: #fff;
	color: #0c3261;
	}

#new-motorhomes #sidebar form input.search-button,
#used-motorhomes #sidebar form input.search-button,
#used-caravans #sidebar form input.search-button{
	margin-right: 20px;
	}

#sidebar-brands {
	padding: 30px 0 0 0;
	}

#sidebar-brands h3 {
	color: #062041 !important;
	margin-top: 10px;
	}

#sidebar-brands ul {
	padding-top: 15px;
	}

#sidebar-brands li {
	background-color: #fff;
	float: left;
	margin: 20px 20px 0 0;
	padding: 10px;
	width: calc(33.33333333333333% - 13.33333333333333px);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

#sidebar-brands li:hover {
	width: calc(33.33333333333333% - 13.33333333333333px);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
	}

#sidebar-brands li:nth-child(3n+3) {
	margin-right: 0;
	}

#sidebar-brands li img {
	float: left;
	height: auto;
	width: 100%;
	}

#sidebar-brands p {
	font-size: 14px;
	line-height: 19px;
	margin-top: 20px;
	}

#sidebar-brands p a {
    background-image: url("../img/arrow-right-white.svg");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: #0c3261;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	margin-top: 15px;
	padding: 23px 80px 23px 20px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

#sidebar-brands p a:hover {
	background-color: #062041;
	}


																					/* ------------ Motorhomes - Details ------------ */

body.page #content.motorhome {
	padding-top: 150px;
	}

body.page #content.motorhome #breadcrumb {
	margin: 0;
	padding: 80px 80px 0 80px;
	width: 100%;
	}

body.page #content.motorhome #breadcrumb a {
	border-bottom: 1px solid #0C3261;
	color: #0C3261;
	text-decoration: none;
	}

body.page #content.motorhome #breadcrumb a:hover {
	border-bottom: 1px solid #062041;
	color: #062041;
	text-decoration: none;
	}

body.page #content.motorhome #media {
	float: left;
	width: 40%;
	position: relative;
	}
	
body.page #content.motorhome #media .tag-line {
	background: #062041;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	margin: 0;
	padding: 10px;
	position: absolute;
	top: 50px;
	left: 80px;
	z-index: 5;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	}

body.page #content.motorhome #media .tag-line.red {
    background: #e70a1f;
}

body.page #content.motorhome #media img {
	float: left;
	height: auto;
	padding: 50px 40px 20px 80px;
	width: 100%;
	}

body.page #content.motorhome #media .gallery {
	clear: both;
	padding: 0 40px 20px 80px;
	width: 100%;
	}

body.page #content.motorhome #media .gallery .img {
	float: left;
	margin: 0 20px 20px 0;
	width: calc(25% - 15px);
	}

body.page #content.motorhome #media .gallery .img:nth-child(4n+4) {
	margin-right: 0;
	}

body.page #content.motorhome #media .gallery .img img {
	padding: 0;
	}

body.page #content.motorhome #copy {
	float: right;
	padding-top: 40px;
	width: 60%;
	}

body.page #content.motorhome #copy h1::before {
	top: 5px;
	}

body.page #content.motorhome #copy h2 {
	clear: both;
	color: #062041;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	letter-spacing: 0;
	line-height: 25px;
	margin: 0;
	padding: 40px 0 10px 0;
	text-transform: uppercase;
	width: 100%;
	}

body.page #content.motorhome #copy ul {
	list-style: disc outside;
	margin: 15px 0 0 40px;
	}

body.page #content.motorhome #copy ul li {
	float: left;
	margin: 10px 30px 0 0;
	width: calc(33.33333333333333% - 20px);
	}

body.page #content.motorhome #copy ul li:nth-child(3n+3) {
	margin-right: 0;
	}

body.page #content.motorhome #copy p.price {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0 0 35px 0;
	text-transform: uppercase;
	width: 100%;
	}

body.page #content.motorhome #copy p.short {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin: 0;
	padding-bottom: 20px;
	}

body.page #content.motorhome #copy ul.features {
	list-style: none;
	margin: 0;
	padding-top: 15px;
	}

body.page #content.motorhome #copy ul.features li {
	border-bottom: 1px solid #e5e8eb;
	float: left;
	margin: 10px 30px 0 0;
	padding-bottom: 8px;
	width: calc(50% - 15px);
	}

body.page #content.motorhome #copy ul.features li strong {
	display: inline-block;
	float: right;
	}

body.page #content.motorhome #copy ul.features li:nth-child(2n+2) {
	margin-right: 0;
	}

body.page #content.motorhome #copy .button {
	background-image: url("../img/arrow-left-white.svg");
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-color: #0c3261;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	margin-top: 15px;
	padding: 23px 20px 23px 80px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

body.page #content.motorhome #copy .button:hover {
	background-color: #062041 !important;
	}

body.page #content.motorhome #media .video {
	clear: both;
	padding: 0 40px 40px 80px;
	width: 100%;
	}

body.page #content.motorhome #media .video .embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
	} 

body.page #content.motorhome #media .video .embed-container iframe, 
body.page #content.motorhome #media .video .embed-container object, 
body.page #content.motorhome #media .video .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	}

body.page #content.motorhome #motorhome-cta,
#motorhome-finance{ 
	background-color: #fff;
	clear: both;
	margin-top: 40px;
	position: relative;
	width: 100%;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	}


body.page #content.motorhome #motorhome-cta h3,
#motorhome-finance h3{ 
	border-bottom: 1px solid #e5e8eb;
	color: #062041;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	letter-spacing: 0;
	line-height: 25px;
	padding: 20px 20px;
	text-transform: uppercase;
	width: 100%;
	}

body.page #content.motorhome #motorhome-cta form { 
	padding: 30px 20px;
	}

body.page #content.motorhome #motorhome-cta form label { 
	display: none;
	}

body.page #content.motorhome #motorhome-cta form .col { 
	float: left;
	margin: 0 30px 0 0;
	width: calc(33.33333333333333% - 20px);
	}

body.page #content.motorhome #motorhome-cta form .col.last { 
	margin-right: 0;
	}

body.page #content.motorhome #motorhome-cta form input, 
body.page #content.motorhome #motorhome-cta form textarea { 
	background-color: #fff;
	border: 1px solid #e5e8eb;
	color: #787f88;        
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 26px;
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

body.page #content.motorhome #motorhome-cta form textarea { 
	height: 150px;
	margin: 10px 0 0 0;
	}

body.page #content.motorhome #motorhome-cta form .checkbox {
	display: inline-block;
	float: left;
	margin: 15px 20px 0 0;
	padding-top: 0;
	width: auto;
	}

body.page #content.motorhome #motorhome-cta form .checkbox input {
	margin: 0 5px 0 0;
	padding: 0;
	width: auto;
	}

body.page #content.motorhome #motorhome-cta form .checkbox label {
	display: inline-block;
	float: none;
	width: auto;
	}

body.page #content.motorhome #motorhome-cta form .g-recaptcha {
	margin: 20px 0;
	}

body.page #content.motorhome #motorhome-cta form button {
	background-image: url("../img/arrow-right-white.svg");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: #0c3261;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 20px;
	margin-top: 15px;
	padding: 23px 80px 23px 20px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

body.page #content.motorhome #motorhome-cta form button:hover {
	background-color: #062041;
	}


a.hp_link {
	color: #fff !important;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	letter-spacing: 0;
	line-height: 60px !important;
	padding: 0 50px !important;
	text-transform: uppercase;
	background-color:#0C3261 !important;
	width: 50% !important;
	display: block !important;
	height: 60px;
}

a.hp_link:hover {
	background-color:#062041 !important
}

																					/* ------------ Motorhome Servicing ------------ */

#motorhome-servicing #sidebar {
	padding-top: 0;
	}

#motorhome-servicing #sidebar-inner {
	background-color: #062041;
	color: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	}

#motorhome-servicing #sidebar h3 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	letter-spacing: 0;
	line-height: 25px;
	text-transform: uppercase;
	}

#motorhome-servicing #sidebar ul {
	padding-top: 15px;
	}

#motorhome-servicing #sidebar li {
	margin-top: 20px;
	}

#motorhome-servicing #sidebar li a {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	opacity: 0.6;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

#motorhome-servicing #sidebar li a:hover,
#motorhome-servicing #sidebar li a.currentpage {
	opacity: 1;
	}


																					/* ------------ Motorhome Hire ------------ */

#motorhome-hire #sidebar {
	padding-top: 0;
	}

#motorhome-hire #sidebar-inner {
	background-color: #062041;
	color: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	}

#motorhome-hire #sidebar h3 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	letter-spacing: 0;
	line-height: 25px;
	text-transform: uppercase;
	}

#motorhome-hire #sidebar ul {
	padding-top: 15px;
	}

#motorhome-hire #sidebar li {
	margin-top: 20px;
	}

#motorhome-hire #sidebar li a {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	opacity: 0.6;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

#motorhome-hire #sidebar li a:hover,
#motorhome-hire #sidebar li a.currentpage {
	opacity: 1;
	}

#motorhome-hire #copy .vehicles {
	width: 100%;
	}

#motorhome-hire #copy .vehicles a .vehicle {
	background-color: #fff;
	float: left;
	margin: 20px 20px 0 0;
	position: relative;
	text-align: center;
	width: calc(25% - 15px);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}
	
#motorhome-hire #copy .vehicles a:hover .vehicle {
	/* transform: scale(1.05); */
	}

#motorhome-hire #copy .vehicles a:nth-child(4n+4) .vehicle {
	margin-right: 0;
	}

#motorhome-hire #copy .vehicles .vehicle img {
	float: left;
	height: auto;
	width: 100%;
	}

#motorhome-hire #copy .vehicles .vehicle .count {
	background: #062041 url("../img/icon-bed.png") no-repeat left 10px center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	margin: 0;
	padding: 10px 10px 10px 40px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	}

#motorhome-hire #copy .vehicles .vehicle .title {
	clear: both;
	color: #787f88;        
	/*
	color: #062041;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	*/
	padding: 15px 20px;
	}

#motorhome-hire #copy .vehicles .vehicle .button {
	background: none;
	background-color: #e5e8eb;
	color: #062041;
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;	
	}

#motorhome-hire #copy .vehicles .vehicle:hover .button,
#motorhome-hire #copy .vehicles .vehicle .button:hover {
	background-color: #062041;
	color: #fff;
	}

#motorhome-hire #copy .vehicles .vehicle .button p {
	margin: 0;
	}


#sidebar  .price  {
    background-color: #fff;
    width: calc(50% - 20px);
    float: left;
    margin-right: 20px;
    color: #194071;
    margin-top: 20px;
    text-align: center;
    line-height: 20px;
	padding-top: 0 !important;
}

#sidebar .price li {
	padding: 6px 0;
	margin: 0 !important
}
#sidebar .price li.header {
	text-align: center;
	background-color:  #fdcf09;
	color: #fff;
	font-weight: bold;
	}
#sidebar .price li.grey {
	background-color:  #e5e8eb;
	}

																					/* ------------ Contact ------------ */

#contact #map {
	width: 100%;
	}

#contact #map-inner {
	position: relative;
	padding-bottom: 500px;
	height: 0;
	overflow: hidden;
	}

#contact #map-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}

#contact #copy {
	padding: 80px 40px 80px 80px;
	width: 60%;
	}

#contact #enquiry-form {
	float: right;
	padding: 80px 80px 80px 40px;
	width: 40%;
	}

#contact #enquiry-form p {
	margin-top: 25px;
	}

#contact #enquiry-form form { 
	background-color: #fff;
	clear: both;
	margin-top: 40px;
	position: relative;
	width: 100%;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	}

#contact #enquiry-form form h3 { 
	border-bottom: 1px solid #e5e8eb;
	color: #062041;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	letter-spacing: 0;
	line-height: 25px;
	padding: 20px 20px;
	text-transform: uppercase;
	width: 100%;
	}

#contact #enquiry-form fieldset { 
	padding: 30px 20px;
	}

#contact #enquiry-form form label { 
	display: none;
	}

#contact #enquiry-form form .col { 
	float: left;
	margin: 0 30px 0 0;
	width: calc(33.33333333333333% - 20px);
	}

#contact #enquiry-form form .col.last { 
	margin-right: 0;
	}

#contact #enquiry-form form input, 
#contact #enquiry-form form textarea { 
	background-color: #fff;
	border: 1px solid #e5e8eb;
	color: #787f88;        
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 26px;
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

#contact #enquiry-form form textarea { 
	height: 150px;
	margin: 10px 0 0 0;
	}

#contact #enquiry-form form .checkbox {
	display: inline-block;
	float: left;
	margin: 15px 20px 0 0;
	padding-top: 0;
	width: auto;
	}

#contact #enquiry-form form .checkbox input {
	margin: 0 5px 0 0;
	padding: 0;
	width: auto;
	}

#contact #enquiry-form form .checkbox label {
	display: inline-block;
	float: none;
	width: auto;
	}

#contact #enquiry-form form .g-recaptcha {
	margin: 20px 0;
	}

#contact #enquiry-form form button {
	background-image: url("../img/arrow-right-white.svg");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: #0c3261;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 20px;
	margin-top: 15px;
	padding: 23px 80px 23px 20px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

#contact #enquiry-form form button:hover {
	background-color: #062041;
	}

#contact #contact-details {
	width: 100%;
	}

#contact #contact-details .col {
	float: left;
	margin: 40px 30px 0 0;
	padding-top: 70px;
	text-align: center;
	width: calc(33.33333333333333% - 20px);
	word-break: break-word;
	}

#contact #contact-details .col:nth-child(1) {
    background: url("../img/icon-location.svg") no-repeat top center;
	}

#contact #contact-details .col:nth-child(2) {
    background: url("../img/icon-phone.svg") no-repeat top center;
	}

#contact #contact-details .col:nth-child(3) {
    background: url("../img/icon-sign.svg") no-repeat top center;
	margin-right: 0;
	}

#contact #contact-details .col h3 {
	color: #062041;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	letter-spacing: 0;
	line-height: 30px;
	text-transform: uppercase;
	width: 100%;
	}

#contact #contact-details .col table {
	margin-top: 25px;
	}


																					/* ------------ Gallery ------------ */

#gallery #copy .gallery {
	width: 100%;
	}

#gallery #copy .gallery .dir {
	float: left;
	margin: 30px 30px 0 0;
	overflow: hidden;
	position: relative;
	width: calc(33.33333333333333% - 20px);
	}

/*
#gallery #copy .gallery .dir:nth-child(1),
#gallery #copy .gallery .dir:nth-child(2),
#gallery #copy .gallery .dir:nth-child(3) {
	margin-top: 0;
	}
*/

#gallery #copy .gallery .dir:nth-child(3n+3) {
	margin-right: 0;
	}

#gallery #copy .gallery .dir img {
	float: left;
	height: auto;
	width: 100%;
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

#gallery #copy .gallery .dir:hover img {
	transform: scale(1.1); 
	}

#gallery #copy .gallery .dir .overlay {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	}

#gallery #copy .gallery .dir p {
	color: #fff;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	letter-spacing: 0;
	line-height: 25px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}

#gallery #copy .gallery .button.back {
	background-image: url("../img/arrow-left-white.svg");
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-color: #0c3261;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	margin-top: 15px;
	padding: 23px 20px 23px 80px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	}

#gallery #copy .gallery .button.back:hover {
	background-color: #062041;
	}

#gallery #copy .gallery .img {
	float: left;
	margin: 20px 20px 0 0;
	overflow: hidden;
	position: relative;
	width: calc(16.66666666666667% - 16.66666666666667px);
	}

#gallery #copy .gallery .img:nth-child(6n+6) {
	margin-right: 0;
	}

#gallery #copy .gallery .img:nth-child(1),
#gallery #copy .gallery .img:nth-child(2),
#gallery #copy .gallery .img:nth-child(3),
#gallery #copy .gallery .img:nth-child(4),
#gallery #copy .gallery .img:nth-child(5),
#gallery #copy .gallery .img:nth-child(6) {
	margin-top: 30px;
	}

#gallery #copy .gallery .img img {
	float: left;
	height: auto;
	width: 100%;
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

#gallery #copy .gallery .img:hover img {
	transform: scale(1.1); 
	}

#gallery #copy .gallery .img .overlay {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

#gallery #copy .gallery .img .icon {
    background: url("../img/icon-zoom.png") no-repeat center center;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	}

#gallery #copy .gallery .img:hover .overlay,
#gallery #copy .gallery .img:hover .icon {
	opacity: 1;
	}
	
.hire__table {
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: #0c3261;
    font-weight: bold;
    overflow: auto;
    padding: 2rem 0;
}

.hire__table .hire__table__col {
    flex: 1;
}

.hire__table .hire__table__col .hire__table__item {
    padding: 1rem;
    border-right: 1px solid #0c326178;
    border-bottom: 1px solid #0c326178;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hire__table .hire__table__col .hire__table__item:nth-of-type(even) {
    background-color: #e5e8eb;
}

.hire__table .hire__table__col .hire__table__item:last-of-type {
    border-bottom: none;
}

.hire__table .hire__table__col:last-of-type .hire__table__item {
    border-right: none;
}

.hire__table .hire__table__col .hire__table__item.hire__table__item__title {
    text-transform: uppercase;
    font-weight: bold;
    background: #fdcf09;
    border-bottom: 3px solid #0c3261;
}
