/*
Theme Name: Kokoda Caravans	
Version: 1.0
Author: The Pixel Lab
Author URI: http://www.thepixellab.com.au

Table of Contents:

1. Globals
2. Header
3. Home
4. Inside
5. Footer
6. Forms
7. UI
8. Viewports

*/

/* ============================ 
		1. GLOBALS 
============================== */

@import url(https://fonts.googleapis.com/css?family=Maven+Pro:500,400,700|Khula:400,300,600,700);
@import url('https://fonts.googleapis.com/css?family=Rubik');
@import url('https://fonts.googleapis.com/css?family=Roboto');
html {
    height: 100%;	
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
}

body {
	font-family: 'Roboto', sans-serif;
	padding-top: 96px;
	height: 100%;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
	font-family: 'Rubik', sans-serif;
}

.alignleft {
	float: left;
	margin: 0 15px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 15px;
}

.aligncenter {
	width: 100%;
	margin: 0 auto;
}

small, .small {
	font-size: 80%;
	line-height: 1.4em;
}

a:hover, a:focus {
  color: #fff;
  text-decoration: none;
}

.thumbnail {
	padding: 0!important;
	margin: 0!important;
	background-color: transparent;
	border: 0!important;
	border-radius: 0!important;
}

.caret {
	background-image: url('_img/arrow_down_black_bold.png');
	background-repeat: no-repeat;
	background-size: 19px 19px;
	background-position:-2px -2px;
	display: inline-block;
	width: 19px;
	height: 15px;
	margin-left: 0;
	border: 0;
}
.caret.up-arrow {
	background-image: url('_img/arrow_up_black_bold.png');
}
.caret-dark {
	background-image: url('_img/arrow-down-black.png');
	background-repeat: no-repeat;
	background-size: 10px 5px;
	display: inline-block;
	width: 10px;
	height: 5px;
	margin-left: 2px;
	border: 0;
}

.page-nav .caret-dark {
	padding-bottom: 7px;
}

.visible {
	display: block!important;
}

.hidden {
	display: none!important;
}


/* ============================ 
		2. HEADER 
============================== */

/* NAV */

.navbar-fixed-top {
	top: 0;
	border-width: 0;
}

.navbar-default {
	background-color: #fff;
	color: #000;
	height: 114px;
	font-family: "Maven Pro", Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #e4e8e8;
}
@media all and (width:768px)
{
	.navbar-default
	{
		height: 85px;
	}
}

.navbar-default .nav-container {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.navbar-default .nav-container .row > div
{
	background: #fff;
	border-bottom: 1px solid #eceff0;
}


.navbar-default .navbar-header {
	position: relative;
}

.navbar-default .navbar-header .brand {
	display: block;
}

.navbar-default .navbar-nav {
	position: relative;
}

.navbar-default .navbar-nav li {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.navbar-default .navbar-nav > li > a {
	padding-top: 31px;
	padding-bottom: 31px;
	padding-left: 0;
	padding-right: 0;
	border-right: 1px solid #eff1f1;
	color: #000;
	background-color: #fff;
	line-height: 18px;
}
@media all and (width:768px) {
	.navbar-default .navbar-nav > li > a
	{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.navbar-default .navbar-nav > li.current-menu-parent > a {
	background-color: #e4e8e8;
}
.navbar-default .navbar-nav > li:first-child > a  {
	border-left: 1px solid #e4e8e8;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.nav-search > a:hover {
	background-color: #e4e8e8;
	color: #000;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a:focus{
	background-color: #fff;
}
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover
 {
	background-color: #e4e8e8;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover{
	background-color: #e4e8e8;
}

.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {
	border-color: #e4e8e8;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	height: 4px;
	width: 32px;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #000;
}

.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #eee;
}

/* dropdown */

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	background-color: #e7e7e7;
}

.navbar-default .nav li .dropdown-menu {
	margin-top: 31px;
	border-radius: 0;
	top: 49px;
	background: #151515;
	border: 0;
	padding: 0;
	min-width: 100%;
}

@media all and (width:768px)
{
	.navbar-default .nav li .dropdown-menu {
		top:20px;
	}
}

.navbar-default .nav li .dropdown-menu li a {
	padding: 15px 30px;
}

.navbar-default .nav li .dropdown-menu li.active a {
	background-color: #e5e8e8;
}

.navbar-default .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  color: #000;
  white-space: nowrap;
  background-color: #fff;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.navbar-default .dropdown-menu > li > a:hover, 
.navbar-default .dropdown-menu > li > a:focus {
	background-color: #e4e8e8;
	color: #000;
}

/* search */

.nav-search.hidden-xs > a {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px 22px;
	text-indent: -9999px;
	padding-top: 50px;
	padding-bottom: 46px;
}

.nav-search.visible-xs a {
	width: 22px;
	height: 22px;
	display: block;
	background: url('_img/ico-search-black.png') no-repeat center center;
	background-size: 22px 22px;
	text-indent: -9999px;
	position: absolute;
		right: 87px;
		top: 25px;
}

.nav-search.ico-search a {
	background-image: url('_img/ico-search-black.png');
}

.nav-search.ico-close a {
	background-image: url('_img/close-black.png');
}

/* search box */

nav .container {
	position: relative;
}

.search-box
{
	display: none;
	width: 76%;
	background: #fff;
	padding: 19px 25px 0;
	position: absolute;
	top: 33px;
	right: 0;
	z-index: 100;
	height: 71%;
}

.single-product .search-box,
.page-template-page-listing .search-box {
	bottom: -134px;
}

.search-box input[type="text"] {
	width: 90%;
	padding: 9px 10px 25px 10px;
	border: none;
	font-size: 17px;
	font-family: avenir,arial,helvetica,sans-serif;
	letter-spacing: .1em;
	font-weight: 500;
}
.search-box input[type="text"]:focus,.search-box input[type="submit"]:focus{
	outline:none;
}
.search-box input#searchsubmit[type="submit"] {
	background-image: url(_img/ico-search-black.png);
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px 22px;
	background-color: #fff;


}

.search-box label {
	display: none;
}

/* search listing */

.searchwp-live-search-results {

	z-index: 9999!important;
    padding: 10px;
	border-radius: 0 !important;
}

.searchwp-live-search-result {
	margin-bottom: 15px;
	font-family: "Khula", Helvetica, Arial, sans-serif;
}

.searchwp-live-search-result .result-item h4 {
	font-size: 17px;
	color: #202020;
	margin: 0 0 5px 0;
}

.result-item h4 a {
	color: inherit;
}

.result-item h4 a:hover {
	text-decoration: underline;
}

.searchwp-live-search-result .result-thumbnail {
	float: left;
	width: 150px;
	margin-right: 14px;
}

.result-thumbnail img {
	width: 100%;
	height: auto;
}

.searchwp-live-search-result .result-item {
	float: left;
	width: 65%;
}

.searchwp-live-search-result .result-item .search-meta {
	font-size: 14px;
	color: #777;
	display: block;
	line-height: 1.3em;
}

#mobileSearch form input[type="text"] {
	width: 100%;
	padding: 7px 14px;
	font-size: 16px;
	color: #333;
}

#mobileSearch form input[type="submit"] {
	width: 100%;
	margin-top: 3px;
	font-weight: 500;
	text-transform: uppercase;
}

#mobileSearch label {
	display: none;
}

.search .page-content .result-item h4 {
	font-size: 22px;
	color: #202020;
	margin: 0 0 5px 0;
}

.search .page-content .result {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.search .page-content .result-item .search-meta {
	font-size: 17px;
	display: block;
	line-height: 1.3em;
	color: #777;
}


/* ============================ 
		3. HOME 
============================== */

/* BANNER */
.banner-wrap {
	font-family: 'Roboto', sans-serif;
	position: relative;
	height: 90%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	top: 19px;
}
.home.page .banner
{
	position: relative;
	width: 100%;
	height:auto;
	margin-top: 1.5%;
}
@media (max-width: 2024px)
{
	.home.page .banner
	{
		margin-top: -1px;
	}
}
@media (width: 768px)
{
	.home.page .banner
	{
		margin-top: -15px;
	}
}
.home.page .banner .banner-list-wrap
{
	font-family: 'Roboto', sans-serif;
	position: relative;
	height: auto;
	padding: 0;
	margin-top: -220px;
}
@media (max-width: 2024px)
{
	.home.page .banner .banner-list-wrap
	{
		margin-top: -3%;
	}
}
.home.page .banner-list-wrap .banner-wrap {
	font-family: 'Roboto', sans-serif;
	position: relative;
}
.home.page .banner-list-wrap .banner-wrap img{
	width:100%;
	min-height: 200px;
}
.single-product .banner-wrap {
	font-family: 'Roboto', sans-serif;
	position: relative;
	height: 90%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	top: auto;
}
@media(max-width: 768px)
{
	.single-product .banner-wrap {
		top:21px;
	}
}
@media(max-width: 1020px)
{
	.single-product .banner-wrap {
		height: 51%;
	}
}
@media(max-width: 500px)
{
	.single-product .banner-wrap {
		height: 29%;
		top: 49px;
		margin-bottom: 30px;
	}
	.home.page .banner-list-wrap .banner-wrap {
		height: 100% !important;
	}
	.home.page .banner .banner-list-wrap
	{
		top:0;
		min-height: 200px;
		margin-top: -22px;
	}
}
.single-product .banner-wrap .banner,
.single-product .banner-wrap .banner .row{
	height: 100%;
	position: relative;
	width: 90%;
}
@media only screen and (max-width: 650px){
	.banner-wrap .banner{
		width:auto;
	}
}
.banner-wrap .banner,
.banner-wrap .banner .row {
	height: 100%;
	position: relative;
}

.page.home .banner-wrap .banner .row .banner-content,
.single-product .banner-wrap .banner .row .banner-content {
	height: 250px;
	padding-left: 20px;
	position: absolute;
	top: 25%;
}

.page.home .banner-wrap .banner .row .banner-content
{
	color: #000;
	background-color: hsla(0,0%,100%,.9);
	padding: 19px 25px 21px;
	min-width: 450px;
	height: 210px;
	left: 5.2%;
	top: 30%;
}
@media only screen and (max-width:900px)
{
	.page.home .banner-wrap .banner .row .banner-content
	{
		display: none;
	}
}

@media only screen and (max-width:1326px) {
	.page.home .banner-wrap .banner .row .banner-content
	{
		left: 0;
		height: 200px;
	}
}
.page.home .banner-wrap .banner h1 , .page.home .banner-wrap .banner h2 {
	color: #000;
	text-shadow: none;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 15px;
	margin-top: 5px;
}

.page.home .banner-wrap .banner .row .banner-content .lead
{
	color: #000;
	text-shadow: none;
}

.page.home .banner-wrap .banner a.btn-default
{
	color: #fff;
	font-size: 12px;
	display: block;
	height: 46px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	background: #0c121c;
	padding: 15px 5%;
	text-align: center;
	width: 200px;
}
.page.home .banner-wrap .banner a.btn-default:hover
{
	background: #fff;
	color:#0c121c;
}
.single-product .banner-wrap .banner .row .banner-content
{
	color:#000;
	background-color: hsla(0,0%,100%,.9);
	padding:19px 25px 21px;
	min-width: 450px;
}

.banner h1 {
	font-size: 38px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 20px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.home .banner h1 {
	text-shadow: none;
}
@media only screen and (max-width:767px)
{
	.banner h1 {
		margin-bottom: 15px;
	}
}
/* BREAK */

.break {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.break h2 {
	color:#202020;
	margin: 0;
	padding: 0;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.3em;
}

@media (max-width: 900px)
{
	.break {
		background: #202020;
	}
	.break h2 {
		color: #fff;
	}
}

/* FEATURED */

.home.page .featured{
	background-color: #f8f9f9;
	padding: 50px 30px;
}

.home.page  .featured .item {
	width: 33.3334%;
	display: block;
	float: left;
	background-color: #f8f9f9;
	padding: 0px 20px 30px;
	vertical-align: top;
}


.home.page .featured .item .item-img {
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.home.page  .featured .item .item-img .banner-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 80px;
	height: 104px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.home.page  .featured .item .item-img img
{
	width: 100%;
}

.home.page  .featured .item .item-img,
.home.page  .featured .item.item-details {
	opacity: 1;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.home.page .featured .item:hover .item-img {
	opacity: 0.7;
}

.featured .item .item-details {
	height: 120px;
	color: #4a4f54;
}

.featured .item:last-child .item {
	margin-right: 0;
}

.home.page .featured .item .item-details .details
{
	padding: 30px 10px 0 10px;
}

.home.page .featured .item .item-details .details h3 {
	font-family: 'Rubik', sans-serif;
	color: #0c121c;
	font-size: 17px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 14px 0;
	letter-spacing: .1em;
}

.home.page .featured .item .item-details p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 10px 0;
	padding: 0;
	color: #898d90;
}
.home.page .featured .item .item-details .find-out-more
{
	width: 100%;
	line-height: 1;
	padding: 0 10px;
	color: #898d90;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.home.page .featured .item .item-details .find-out-more a,
.home.page .featured .item .item-details .find-out-more a:hover
{
	color: #898d90;
}
.home.page .featured .item .item-details .find-out-more img {
	width: 5px;
	margin-right: 5px;
	vertical-align: baseline;
}
/* BENEFITS */

.home.page .benefits {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f8f9f9;
}

.benefits .icon {
	text-align: center;
}

.benefits .icon h4 {
	text-transform: uppercase;
	margin-top: 15px;
	font-size: 16px;
	color: #202020;
	font-weight: 400;
	letter-spacing: 1px;
}

.benefits .icon p {
	margin: 0;
	padding: 0;
}

/* BLOG */

.home .blog {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}

.home .blog h2 {
	color: #0c121c;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	width: auto;
	height: 40px;
	font-size: 30px;
	margin: 0 0 40px 0;
}

.blog .item {
	color: #0c121d;
	font-family: 'Roboto', sans-serif;
}

.blog .item {
	padding-left: 42px;
	background-size: 32px 32px;
	background-position: top left;
	background-repeat: no-repeat;
}

.blog .item a {
	color: #0c121d;
	word-break: break-word;
}

.blog .item a:hover {
	color: #1a1a1a;
}

.blog .item h3 {
	font-size: 1.6em;
	font-weight: 400;
	color: #0c121d;
	margin: 0 0 10px 0;
}

.blog .item h3 a {
	color: inherit;
}

.blog .item h3 a:hover {
	text-decoration: none;
}

.blog .item em {
	font-size: 14px;
	display: block;
}

.blog .item p {
	margin: 10px 0 0 0;
	font-size:14px;
}

.blog .item.article
{
	background-image: url('_img/ico-news-article@2x.png');
}

.blog .item.event {
	background-image: url('_img/ico-news-event@2x.png');
}

.blog .item.video {
	background-image: url('_img/ico-news-video@2x.png');
}


/* ============================ 
		4. INSIDE
============================== */

/* PRODUCT PAGE */

.page-nav {
	background: #404040;
	height: 50px;
}

.page-nav .container-fluid {
	padding-right: 0;border-bottom: 1px solid #cbd0d1;
}

.page-nav .navbar-right {
	margin-right: 0;
}

.page-nav.navbar-fixed-top {
	position: fixed;
	top: 114px;
	right: 0;
	left: 0;
	z-index: 1020;
	background: #fff;
}
@media only screen and (max-width: 768px)
{
	.page-nav.navbar-fixed-top {
		top:85px;
	}
}
.single-product .page-nav.navbar-fixed-top input#product-list-toggle
{
	position: absolute;
	left: -9999px;
}
.single-product .page-nav.navbar-fixed-top .product-list-toggle-label
{
	display:none;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px)
{


	.single-product .page-nav.navbar-fixed-top
	{
		top: 73px;
	}
	.single-product .page-nav.navbar-fixed-top .nav-container
	{
		padding:0;border-bottom:0;
	}
	.single-product .page-nav.navbar-fixed-top .product-list-toggle-label
	{
		display: block;
		cursor: pointer;
		padding: 15px 8px;
		background-color: white;
		margin-bottom: 0px;
		border-bottom: 1px solid #eceded;
	}
	.single-product .page-nav.navbar-fixed-top ul.navbar-nav
	{
		padding: 0;
		width: 100%;
		float: left;
		padding-bottom: 0;
		margin-right: auto;
		margin-left: auto;
	}
	.single-product .page-nav.navbar-fixed-top input[type="checkbox"] ~ ul.navbar-nav {
		height: 0;
		transform: scaleY(0);
		transition: transform .2s ease-in;
		margin-top: 0;
		margin-bottom: 0;
		border-bottom: 1px solid #d9d9d9;
	}
	.single-product .page-nav.navbar-fixed-top input[type="checkbox"]:checked ~ ul.navbar-nav{
		height: 100%;
		transform-origin: top;
		transition: transform .2s ease-out;
		transform: scaleY(1);
	}
	.single-product .page-nav.navbar-fixed-top ul.navbar-nav li{
		padding: 0;
		width: 100%;
		float: none;
		padding-bottom: 0;
	}
	.single-product .page-nav.navbar-fixed-top ul.navbar-nav li a{
		float:none;
		padding-left: 8px;
	}

	.single-product .page-nav.navbar-fixed-top .product-list-toggle-label img.arrow {
		width: 25px;
		right: 16px;
		position: absolute;
		transition: transform .2s ease;
	}

	.single-product .page-nav.navbar-fixed-top input[type="checkbox"]:checked ~ .product-list-toggle-label img.arrow {

		transition: transform .2s ease;
		transform: rotate(-180deg);
	}

}
.page-nav > ul {
	display: block;
	margin: 0 5px 0 0;
}

.page-nav ul li {
	position: relative;
	display: block;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 1px;
}
@media only screen and (max-width: 768px)
{
	.page-nav ul li
	{
		font-size: 13px;
	}
}
.page-nav ul li.active a {
	background-color: #4F4F4F;
}

.page-nav .nav > li > a {
	display: block;
	float: left;
	color: #000;
	padding: 15px 27px;
	background-color: #fff;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.page-nav .nav > li > a:focus {
    text-decoration: none;
	background-color: #1a1a1a;
	color: #fff;
}

.page-nav ul li a:hover {
	text-decoration: none;
	background-color: #0c121d;color:#fff;
}

.page-nav ul li .dropdown-menu {
	border: 0;
	padding: 0;
}

.page-nav ul li .dropdown-menu li {
	width: 100%;
}

.page-nav ul li .dropdown-menu li a {
	border-left: 0;
	border-bottom: 1px dotted #555;
	display: block;
	float: left;
	width: 100%;
	padding: 10px 27px;
}

.page-nav ul li .dropdown-menu li:last-child a {
	border-bottom: 0;
}

.page-nav ul li .dropdown-menu li a:hover {
	background: #eee;
}

.page-nav ul li.models a {
	color: #202020;
	background-color: #fff;
}

.banner-wrap .banner-grad {
	height: 100%;
	position: relative;
	/*background: url('_img/banner-grad-bg.png') repeat-x left bottom;*/
}

.banner-wrap .banner-grad .banner-badge {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 100px;
	height: 130px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.banner-wrap .banner .lead {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}
.single-product .banner .lead{
	color: #000;
	text-shadow:none;
}
.single-product .banner h1 {
	margin-bottom: 5px;
	color:#000;
	text-shadow: none;
	font-weight: bold;

}

.banner-wrap .banner .product-meta {
	display: block;
	min-width: 40%;
	position: absolute;
	left: 0;
	bottom:0;
	font-family: "Maven Pro", Helvetica, Arial, sans-serif;
	background: hsla(180,8%,90%,.9);
	padding: 9px 5%;
	text-align: center;
	width: 100%;
	opacity: .7;
}

.banner-wrap .banner .product-meta span {
	color: #0C121C;
	font-size: 19px;
	font-weight: 400;
	background-size: 22px auto;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 36px;
	margin-right: 20px;
}

.banner-wrap .banner .product-meta .price {
	font-size: 19px;
	font-weight: 400;
	line-height: 1;
	margin-right: 30px;
	padding-top: 10px;
}

.banner-wrap .banner .product-meta .size {
	background-image: url('_img/ico-size@2x-black.png');
	background-position: 0 9px;
	padding-left: 30px;
	padding-top: 5px;
}

.banner-wrap .banner .product-meta .occupants {
	background-image: url('_img/ico-occupants@2x-black.png');
	background-position: 0 7px;
	padding-left: 30px;
	padding-top: 5px;
}
.single-product .mobile-banner-wrap
{
	display:none;
}
.home .mobile-banner-wrap
{
	display:none;
}
@media(max-width: 900px)
{
	.home .mobile-banner-wrap
	{
		display: block;
	}
}
@media(max-width: 500px) {

	.home .mobile-banner-wrap
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
.home .mobile-banner-wrap .banner-content.content-1,
.home .mobile-banner-wrap .banner-content.content-2,
.home .mobile-banner-wrap .banner-content.content-3
{
	display:none;
}

.home .mobile-banner-wrap .banner.container
{
	color: #000;
	background-color: hsla(0,0%,100%,.9);
}
.home .mobile-banner-wrap .banner.container h1{
	color: #000;
}
@media (max-width: 400px)
{
	.home .mobile-banner-wrap .banner.container h1
	{
		font-size: 28px;
		margin-bottom: 10px;
	}
}
.home .mobile-banner-wrap .banner.container p
{
	font-size:16px;
	margin-bottom: 25px;
}

.home .mobile-banner-wrap .banner.container a.btn-default{
	color: #fff;
	background-color: #202020;
	font-size: 13px;
}
@media (max-width: 1020px)
{
	.banner-wrap .banner-grad
	{
		display:none;
	}
	.single-product .mobile-banner-wrap
	{
		display:block;
	}
	.single-product .mobile-banner-wrap .banner .row .banner-content
	{
		color: #000;
		background-color: hsla(0,0%,100%,.9);
	}
	.single-product .mobile-banner-wrap .banner .product-brochure-button
	{
		display: block;
		font-family: "Maven Pro", Helvetica, Arial, sans-serif;
		background: #0c121c;
		padding: 9px 3%;
		text-align: center;
		width: 250px;
		margin: 0 auto;
	}

	.single-product .mobile-banner-wrap .banner .product-brochure-button a {
		color: #fff;
		font-size: 16px;
		font-weight: normal;
		background-size: 22px auto;
		background-repeat: no-repeat;
		display: block;
		height: 33px;
		text-transform: uppercase;
		padding: 4px 0;
	}

	.single-product .mobile-banner-wrap .banner .product-meta {
		display: block;
		min-width: 40%;
		font-family: "Maven Pro", Helvetica, Arial, sans-serif;
		padding: 9px 5%;
		text-align: center;
		width: 100%;
		margin-bottom: 15px;
	}
	.single-product .mobile-banner-wrap .banner .product-meta .price {
		font-size: 19px;
		font-weight: 400;
		line-height: 1;
		margin-right: 30px;
		padding-top: 10px;
	}
	.single-product .mobile-banner-wrap .banner .product-meta span {
		color: #0C121C;
		font-size: 19px;
		font-weight: 400;
		background-size: 22px auto;
		background-repeat: no-repeat;
		height: 36px;
		margin-right: 20px;
	}
	.single-product .mobile-banner-wrap .banner .product-meta .size {
		background-image: url(_img/ico-size@2x-black.png);
		background-position: 0 9px;
		padding-left: 30px;
		padding-top: 10px;
	}
	.single-product .mobile-banner-wrap .banner .product-meta .occupants {
		background-image: url(_img/ico-occupants@2x-black.png);
		background-position: 0 7px;
		padding-left: 30px;
		padding-top: 9px;
	}

}
@media (max-width: 400px) {

	.home .mobile-banner-wrap
	 {
		padding-top: 30px;
		padding-bottom: 30px;
		display: block;
	}
}
.video-embed {
	margin-top: 20px;
	margin-bottom: 30px;
	height: 440px;
}

.stripe {
	padding-top: 60px;
	padding-bottom: 60px;
	font-weight: 300;
}

.stripe.center {
	text-align: center;	
}

.stripe h2 {
	font-size: 35px;
	margin: 0 0 20px 0;
	font-weight: 300;
	line-height: 1.3em;
}

.stripe p {
	font-size: 20px;
	margin-bottom: 20px;
}

.stripe.intro {
	color: #202020;
	background: #eceded;
	position: relative;
	top:0;
	padding: 60px 0 60px 0;
}

.stripe.intro h2{
	text-transform: capitalize;
}
.stripe.intro p:last-child {
	margin-bottom: 0;
	font-size: 20px;
}
.stripe.floorplan h2{
	color: #303235;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	width: auto;
	height: 29px;
	line-height: 41px;
	margin: 20px 28% 10px;
	font-size: 38px;
	font-weight: bold;

}
@media (max-width : 680px)  {
	.stripe.floorplan h2
	{
		margin: 10px auto 20px;
		font-size: 38px;
		height:38px;
	}
}
.stripe.floorplan{
	background: #ffffff;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 90px;
}

.stripe.floorplan img {
	width: 75%;
	margin: auto 12%;
}

.floorplan .btn {
	margin-top: 0px;
	margin-right: 0px;
	padding: 15px 30px;
}
@media only screen and (max-width: 430px)
{
	.floorplan .btn
	{
		margin-top: 15px;
	}
}
.floorplan .btn.virtual-tour {
	background-image: url('_img/ico-360.png');
	background-repeat: no-repeat;
	background-position: 15px 10px;
	background-size: 42px auto;
	padding-left: 67px;
}

.stripe.feature {
	color: #202020;
	background: #eceded;
}

.stripe.feature:last-child {
	padding-bottom: 60px;
}

.stripe.feature.grey-light {
	background-color: #404040;
	color: #fff;
}

.stripe.feature.grey-dark {
	background-color: #202020;
	color: #fff;
}

.stripe.feature.white {
	background-color: #fff;
	color: #202020;
}

.stripe.feature.black {
	background-color: #000;
	color: #f4f4f4;
} 

.stripe.feature.grey-dark a,
.stripe.feature.grey-light a,
.stripe.feature.black a {
	color: #ffffff;
	text-decoration: underline;
}

.stripe.feature.grey-dark a:hover,
.stripe.feature.grey-light a:hover,
.stripe.feature.black a:hover {
	color: #bdbdbd;
}
#features.stripe.feature .container-fluid
{
	padding-left: 100px;
	padding-right: 100px;
}
@media (max-width: 600px )
{
	#features.stripe.feature .container-fluid
	{
		padding-left: 10%;
		padding-right: 0;
	}
}
#features.stripe.feature .header-wrapper h2
{
	color: #0c121c;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	width: auto;
	height: 60px;
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 50px;
}
#features.stripe.feature .mobile-features-navigation
{
	display: none;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}
#features.stripe.feature .mobile-features-navigation .feature-number
{
	font-size:20px;padding: 0 26px;
}
#features.stripe.feature .mobile-features-navigation .arrow
{
	cursor: pointer;
	width:20px;
}
#features.stripe.feature .feature-img
{
	max-height: 400px;
	overflow: hidden;
	margin-bottom: 50px;
}

#features.stripe.feature h3 {
	color: #0c121c;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	letter-spacing: .1em;
}

#features.stripe.feature p {
	font-size: 14px;
	margin-bottom: 30px;
	color: #4a4f54;
	letter-spacing: .02em;
}

.stripe.feature .row {
	margin-bottom: 60px;
}

.stripe.feature .row:last-child {
  margin-bottom: 0;
}
.stripe.feature .row .item
{
	padding-left: 20px;
	padding-right: 20px;
}
.stripe.specs {
	color: #000000;
	background-size: 100% auto;
	background-color: #fff;
	padding-top: 40px;
}

.stripe.specs .group-headings {
	text-align: left;
}

.stripe.specs .group-headings .heading {
	font-size: 24px;
	text-transform: uppercase;
	display: block;
	font-weight: 400;
	width: 100%;
	border-bottom: 1px solid #1e1e1f;
	float: left;
	line-height: 1em;
}

.stripe.specs .group-headings .heading a {
	color: #fff;
	background-color: #404040;
	width: 100%;
	display: block;
	float: left;
	padding: 25px 20px 15px 40px;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.stripe.specs .group-headings .heading a:hover {
	background: #fff;
	color: #202020;
	text-decoration: none;
}

.stripe.specs .items {
	background: #fff;
	text-align: left;
	color: #202020;
}

.stripe.specs .items .item .row {
	border-top: 1px solid #b8b8b8;
}

.stripe.specs .items .item .row:first-child {
	border-top: 0;
}

.stripe.specs .items .item h4 {
	font-size: 20px;
	font-family: "Maven Pro", Helvetica, Arial, sans-serif;
	font-weight: 500;
	margin: 20px 0 15px 0;
}

.stripe.specs .items .item .head {
	font-size: 20px;
	font-family: "Maven Pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin: 16px 0 14px 0;	
}

.stripe.specs .items .item p {
	font-size: 17px;
	font-weight: 400;
}

.stripe.specs .items .item p.details {
	font-size: 20px;
	font-family: "Maven Pro", Helvetica, Arial, sans-serif;
	margin: 20px 0 15px 0;	
}

.stripe.gallery {
	background: #eceded;
	padding-top: 30px;
}

.stripe.gallery .flexslider {
	position: relative;
}

.stripe.gallery .flexslider ul {
	margin: 0;
	padding: 0;
}

.stripe.gallery .flexslider .slides {
	z-index: 930;
}

.stripe.gallery .flexslider .slides li {
	overflow: hidden;
	list-style-type: none;
}

.stripe.gallery .flexslider .slides li a {
	display: block;
	position: relative;
}
.stripe.gallery .header-wrapper h2{
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	width: auto;
	height: 100px;
	line-height: 100px;
	margin: 0 28% 35px;
	font-size: 38px;
	font-weight: bold;
}
.stripe.gallery .flexslider .slides li a .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
		top: 0;
		left: 0;
	display: block;
	-webkit-transition: display 0.2s linear;
	-moz-transition: display 0.2s linear;
	-o-transition: display 0.2s linear;
	transition: display 0.2s linear;
}

.stripe.gallery .flexslider .slides li a:hover .overlay {
	display: none;
}

.stripe.gallery .flexslider .slides li a .gallery-img {
	width: 100%;
}

.stripe.gallery .flex-viewport {
	z-index: 930;
	width: 94%;
	margin: 0 auto;
}

.stripe.gallery .flex-direction-nav {
	position: absolute;
		top: 42%;
	width: 100%;
	height: 47px;
	z-index: 910;
}

.stripe.gallery .flex-direction-nav li {
	z-index: 920;
	width: 24px;
	height: 47px;
	text-indent: -9999px;
	list-style-type: none;
}

.stripe.gallery .flex-direction-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: 24px 47px;
	background-repeat: no-repeat;
}

.stripe.gallery .flex-direction-nav .flex-nav-prev {
	float: left;
}

.stripe.gallery .flex-direction-nav .flex-nav-prev a {
	background-image: url('_img/arrow-left-grey.png');
}

.stripe.gallery .flex-direction-nav .flex-nav-next {
	float: right;
}

.stripe.gallery .flex-direction-nav .flex-nav-next a {
	background-image: url('_img/arrow-right-grey.png');
}

/* PRODUCT LISTING */

.page-template-page-listing .banner-wrap {
	height: 25% !important;
	top : 0;

}
.page-template-page-listing .banner-wrap .banner .row .banner-content
{
	left:20px;
}

@media all and (max-width: 776px)
{
	.page-template-page-listing .banner-wrap .banner .row .banner-content
	{
		left: 0 !important;
	}
}

.page-template-page-listing .stripe.listing {
	background: #fff;
	padding-bottom: 0;
	padding-top: 0;
}

.page-template-page-listing .stripe.listing .featured {
	text-align: left;
	background: #ffffff;
	min-height: 800px;
	margin-bottom: 30px;
	padding: 0;
}

.page-template-page-listing .stripe.listing .featured .item i {
	font-style: normal;
}

.page-template-page-listing .stripe.listing .featured .item .item-details {
	height: auto;
}

.page-template-page-listing .stripe.listing .featured .item .item-details .details .product-meta {
	margin-bottom: 15px;
}

.page-template-page-listing .stripe.listing .featured .item .item-details .details .product-meta span {
	height: 23px;
	line-height: 23px;
	background-size: 18px auto;
	background-repeat: no-repeat;
	display: inline-block;
	font-size: 18px;
	margin-right: 15px;
}

.page-template-page-listing .stripe.listing .featured .item .item-details .details .product-meta .price {
	padding-left: 0;
	margin-right: 15px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}

.page-template-page-listing  .stripe.listing .featured .item {
	padding: 0;
	border: 1px solid #eff1f1;
	background: #fff;
	opacity: 1;
	transition-delay: 0ms;
	transition: opacity .4s;
}

.page-template-page-listing .stripe.listing  .featured .item.is-animated
{
	animation: 2s zoom-in;
}

@keyframes zoom-in {
	0% {
		opacity: 0;

	}
	100% {
		opacity: 1;
	}
}
.page-template-page-listing .stripe.listing  .featured .item .item-img img{
	width:100%;
}

.page-template-page-listing .featured .item .item-details {
	height: 120px;
	color: #404040;
	background-color: #fff;
}
.page-template-page-listing  .featured .item .item-img, .featured .item.item-details {
	opacity: 1;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.page-template-page-listing .featured .item .item-img
{
	overflow: hidden;
	position: relative;
	height:auto
}
.page-template-page-listing  .featured .item:hover .item-img {
	opacity: 0.8;
}
.page-template-page-listing .featured .item:hover .item-details {
	background-color: #eee;
}

.page-template-page-listing .featured .item .item-details .details {
	padding: 10px 30px 20px;
	text-align: center;
	min-height: 230px;
}

.page-template-page-listing .featured .item .item-details .details h3 {
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	padding: 2px 0;
	display: inline-block;
	text-align: center;
}

.page-template-page-listing  .featured .item .item-details p
{
	color: #4a4f54;
	font-size: 16px;
	margin: 20px 0;
	text-transform: capitalize;
}

.page-template-page-listing  .product-meta .price i {
	font-size: 75%;
	font-style: normal;
}

.page-template-page-listing  .banner .product-meta .price i {
	font-size: 50%;
}

.page-template-page-listing  .stripe.listing .featured .item .item-details .details .product-meta .size {
	background-image: url(_img/ico-size@2x-black.png);
	background-position: 0 5px;
	padding-left: 23px;
	padding-top: 4px;
}

.page-template-page-listing  .stripe.listing .featured .item .item-details .details .product-meta .occupants {
	background-image: url(_img/ico-occupants@2x-black.png);
	background-position: 0 5px;
	padding-left: 30px;
	padding-top: 4px;
}

.page-template-page-listing .stripe.listing .featured .item .item-details .details .tare,
.page-template-page-listing  .stripe.listing .featured .item .item-details .details .ball {
	font-size: 16px;
}

.page-template-page-listing .filter
{
	background-color: #eee;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 0;
}
.page-template-page-listing .filter.stick-to-top
{
	top: 70px;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.page-template-page-listing .filter .filter-header .filter-header-content
{
	padding:0;
}
.page-template-page-listing .filter .filter-header .filter-header-content a
{
	width: 100%;
	display: inline-block;
	padding: 20px 0 15px;
}
.page-template-page-listing .filter .filter-header .filter-header-content a  h3
{
	margin: 0;
	float: left;
	position: relative;
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #343434;
}
@media screen and (max-width:767px)
{
	.page-template-page-listing .filter .filter-header .filter-header-content a  h3
	{
		font-size: 1.6em;
	}
}
.page-template-page-listing  .filter .filter-header a .toggle
{
	display: inline-block;
	float: right;
	width: 41px;
	height: 25px;

	outline: none;
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
	background: url('_img/new-spite.png') 0 -4890px no-repeat;
}
.page-template-page-listing  .filter .filter-header a.toggle-active
{
	transform: rotate(0deg);
}
.page-template-page-listing  .filter .filter-header a.toggle-active .toggle
{
	transform: rotate(180deg);
}

.page-template-page-listing .filter .filter-form-group
{
	overflow: hidden;
	display: block;
	height: 0px;
	transition: none;
}
.page-template-page-listing .filter.active .filter-form-group
{
	overflow: visible;
	display: block;
	height: 230px;
	transition: none;
	border-top: 1.8px solid #c1c1c1;
}
@media screen and (max-width:1200px)
{
	.page-template-page-listing .filter.active .filter-form-group
	{
		height: auto;
		margin-bottom: 30px;
	}
}
.page-template-page-listing .filter .form-group .header{
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #343434;
	margin-bottom: 0.714em;
}

.page-template-page-listing .filter .form-group label {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #343434;
}
.page-template-page-listing .filter .form-group label input
{
	margin-right: 15px;
}

.page-template-page-listing .filter .form-group
{
	text-align: left;
}
@media screen and (max-width:1200px)
{
	.page-template-page-listing .filter .form-group
	{
		display: inline-block;
		float: left;
		min-width: 160px;
	}
}
.page-template-page-listing .filter .form-group select {
	width: 100%;
	color: #383838;
	background-color: #fff;
	border: 0;
	border-radius: 0;
}

/**  customize the look of dropdown select, radio form **/
/*the container must be positioned relative:*/
.page-template-page-listing .filter .form-group .custom-select {
	position: relative;
	font-family: Arial;
}

.page-template-page-listing .filter .form-group .custom-select select {
	display: none; /*hide original SELECT element:*/
}
.page-template-page-listing .filter .form-group .select-selected {
	background-color: #eeeeee;
	border: 1px solid #1a1a1a;
}
/* arrow icon at custom select */
.page-template-page-listing .filter .form-group .custom-select .select-selected .icon-select
{
	position: absolute;
	top: 8px;
	right: 6%;
	font-size: 14px;
	height: 22px;
	line-height: 40px;
	transition: all 275ms;
	cursor: pointer;
}

/*style the items (options), including the selected item:*/
.page-template-page-listing .filter .form-group .select-items div,.select-selected
{
	color: #1a1a1a;
	padding: 8px 16px;
	border-bottom: 1px solid #1a1a1a;
	border-left: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
	cursor: pointer;
}
/*style items (options):*/
.page-template-page-listing .filter .form-group .custom-select .select-items {
	position: absolute;
	background-color: #eee;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}
/*hide the items when the select box is closed:*/
.page-template-page-listing .filter .form-group .custom-select .select-hide {
	display: none;
}
.page-template-page-listing .filter .form-group .custom-select .select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

/**  customize the look of radio form **/
.page-template-page-listing .filter .form-group label{
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.page-template-page-listing .filter .form-group label input[type=radio] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.page-template-page-listing .filter .form-group label .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border-radius: 50%;
	border: 1px solid #343434;
}

/* On mouse-over, add a grey background color */
.page-template-page-listing .filter .form-group label:hover input ~ .checkmark {
	background-color: #eee;
}

/* When the radio button is checked, add a blue background */
.page-template-page-listing .filter .form-group label input:checked ~ .checkmark {
	background-color: #eee;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.page-template-page-listing .filter .form-group label .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.page-template-page-listing .filter .form-group label input[type=radio]:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.page-template-page-listing .filter .form-group label .checkmark:after {
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1a1a1a;
}

/* CONTENT PAGE */

.page .banner-wrap {
	height: 25%;
	background-color: #1a1a1a;
}

.page .banner-wrap .banner-content {
	position: relative;
}

.page .banner-wrap .banner .row .banner-content {
    top: 40%;
}

/* DEALER LOCATOR PAGE */

.stripe.map {
	background-color: #202020;	
	color: #fff;
	padding:0;
	margin-top: 20px;
}

.map .map-search {
	padding: 25px;
	background: #fff;
	text-align: center;
	border-bottom: 1px dotted #999;
}

.map .map-search label {
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	padding-right: 5px;
}

.map .map-search input[type="text"],
.map .map-search select {
	color: #111;
	font-family: "Khula", Helvetica, Arial, sans-serif;
	height: 42px;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
}

.map .map-search input[type="text"] {
	width: 200px;
}

.map .map-search .search_item,
#radius_in_submit {
	display: inline-block;
}

.map .map-search .search-bar-item {
	display: inline-block;
}

#addy_in_state {
	margin-left: 30px;
	margin-right: 30px;
}

.map .map-search .search_box:before,
.map .map-search .search_box:after {
    content: "";
    display: table;
} 

.map .map-search .search_box:after {
    clear: both;
}
.map .map-search .search_box {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

#radius_in_submit .slp_ui_button {
	position: relative;
	top: 3px;
}

.map .map-results {
	padding-left: 0;
	padding-right: 0;
}

.map .map-screen {
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.map .map-screen .hide-sidebar {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 999;
}

.map .map-screen .hide-sidebar span {
	display: block;
	padding: 10px;
	text-align: left;
	background: #fff;
	color: #333;
	cursor: pointer;
}

.map .map-screen .hide-sidebar span .lbl {
	font-style: normal;	
}

#map_sidebar {
}

#map_sidebar .text_below_map,
#map_sidebar .no_results_found h2 {
	color: #333;
	font-size: 18px;
	padding: 20px;
}

#map_sidebar .no_results_found h2 {
	color: #cc0000;
}

#map_sidebar .results_wrapper {
	background-color: #fff;
	cursor: pointer;
	color: #333;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	border-bottom: 1px dotted #999;
}

#map_sidebar .results_wrapper:hover {
	background-color: #eee;
}

#map_sidebar .results_entry {
	background-repeat: no-repeat;
}

#map_sidebar .results_entry.arrow-right {
    background-image: url(_img/arrow-right-grey.png);
	background-size: 13px;
	background-position-y: 12px;
	background-position-x: 97%;
}

#map_sidebar .results_entry.arrow-down {
    background-image: url(_img/arrow-down-grey.png);
   	background-size: 26px;
   	background-position-y: 14px;
   	background-position-x: 97.5%;
}

#map_sidebar .results_wrapper .results_entry {
	padding: 10px;
}

#map_sidebar .results_wrapper .details-hidden {
	display: none;
}

#map_sidebar .location_name {
	font-size: 20px;
	font-family: "Maven Pro", Helvetica, Arial, sans-serif;
	display: block;
	border-bottom: 0;
	padding-bottom: 3px;
	margin: 0;
	cursor: pointer;
}

#map_sidebar .results_row_center_column {
	font-size: 15px;
	margin-top: 15px;
}

#map_sidebar .results_row_left_column .address-pad {
	padding-right: 30px;
	font-size: 16px;
	margin-bottom: 5px;
}

#map_sidebar .results_row_left_column .location_distance {
	color: #555;
	font-style: italic;
}

#map_sidebar .results_row_center_column .slp_result_phone,
#map_sidebar .results_row_center_column .slp_result_address,
#map_sidebar .results_row_center_column .slp_result_hours {
	display: block;
}

#map_sidebar .results_row_center_column .slp_result_hours {
	margin-bottom: 15px;
}

#map_sidebar .slp_result_email,
#map_sidebar .slp_result_website,
#map_sidebar .slp_result_website a  {
	display: inline-block;
	vertical-align: bottom;
}

#map_sidebar .slp_result_email,
#map_sidebar .slp_result_website {
	margin-bottom: 10px;
}

#map_sidebar .results_row_right_column .slp_result_hours {
	display: block;
	margin-top: 10px;
}

#map.slp_map,
#map_sidebar_cont {
	height: 600px;
	background-color: #fff;
}

#sl_info_bubble {
	color: #202020;
	width: 460px;
	font-size: 15px;
	padding-bottom: 3px;
}

#sl_info_bubble .hidden {
	display: none;
}

#slp_bubble_name {
	font-size: 18px;
}

.slp_bubble_ctas {
	margin-top: 20px;
}

.slp_bubble_ctas .item {
	display: inline-block;
}

.slp_bubble_ctas .item-link {
}

.slp_bubble_ctas .item-link a:hover {
	color: #23527c;
}

#slp_bubble_website a,
#map_sidebar .slp_result_website a {
	border: 1px solid #aaa;
	padding: 11px 15px;
	border-radius: 1px;
	font-weight: bold;
	background-color: #f7f7f7;
	font-family: "Maven Pro", sans-serif!important;
	line-height: 22px!important;
}

#map_sidebar .slp_result_website a {
	padding: 9px 15px;
}

#slp_bubble_website a:hover,
#map_sidebar .slp_result_website a:hover {
	color: #23527c;
	background-color: #e7e7e7;
}


/* NEWS PAGES */

.stripe.blog {
	background: #202020;
	color: #fff;
}

.blog .items {

}

.blog .items .item {
	background-color: #404040;
	margin-bottom: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 57px;
	color: #eaeaea;
	background-position: 15px 15px;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.blog .items .item:hover {
	background-color: #0F0F0F;

}

.blog .items .item h3 {
	color: #eaeaea;
}

.blog .items .item:hover h3 {

}

.blog .items .item h3 a {
	color: inherit;
}

.blog .items .item h3 a:hover {
	text-decoration: underline;
}

.blog .side {
	font-family: "Maven Pro", Helvetica, Arial, sans-serif;
}

.blog .side h2 {
	color: #6f6f6f;
	font-size: 22px;
	font-weight: 400;
	margin: 0 20px 0 0;
}

.blog .side ul {
	margin: 0;
	padding: 0;
}

.blog .side ul,
.blog .side h2 {
	padding-left: 20px;
}

.blog .side ul li {
	list-style-type: none;
	font-size: 17px;
	margin: 0;
	padding: 0;
}

.blog .side ul li a {
	color: inherit;
}

.blog .side ul li a:hover {
	text-decoration: underline;
}

.archive .banner-wrap {
	height: 25%;
	background-color: #1a1a1a;
}

.archive .banner-wrap .banner-content {
	position: relative;
}

.archive .banner-wrap .banner .row .banner-content {
    top: 40%;
}

.archive h1 span {
	font-size: 24px;
}

/* CONTACT FORM */

.page-template-template-contact .frm_required,
.page-template-template-contact .frm_error,
.page-template-template-contact .frm_error_style {
	color: #cc0000;
}

.page-template-template-contact .stripe.form {
	background-color: #202020;
	color: #fff;
}

#form_dealerenquiry .form-field {
	margin-bottom: 15px;
}

.page-template-template-contact .stripe .frm_forms label {
	color: #fff;
	font-family: "Maven Pro", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
}

#form_dealerenquiry label {
	color: #444;
	margin-bottom: 1px;
	font-weight: normal;
	font-size: 15px;
}

.page-template-template-contact .stripe .frm_forms .frm_half {
	min-height: 90px;
}

.page-template-template-contact .stripe .frm_form_field.frm_half {
	margin-left: 0;
}

#form_dealerenquiry .frm_form_field input[type="text"],
#form_dealerenquiry .frm_form_field input[type="email"],
#form_dealerenquiry .frm_form_field textarea,
#form_dealerenquiry .frm_form_field select,
.page-template-template-contact .stripe .frm_forms .frm_form_field input[type="text"],
.page-template-template-contact .stripe .frm_forms .frm_form_field input[type="email"],
.page-template-template-contact .stripe .frm_forms .frm_form_field textarea,
.page-template-template-contact .stripe .frm_forms .frm_form_field select {
	width: 97%;
}


.page-template-template-contact .stripe .frm_forms .frm_form_field input[type="text"],
.page-template-template-contact .stripe .frm_forms .frm_form_field input[type="email"],
.page-template-template-contact .stripe .frm_forms .frm_form_field select,
.page-template-template-contact .stripe .frm_forms .frm_form_field textarea {
	background-color: #fff;
	border-radius: 1px;
	color: #000;
	font-size: 18px;
	font-family: "Khula", Helvetica, Arial, sans-serif;
	border: 1px solid #bbb;
	padding: 8px 12px 6px 12px;
	height: 38px;
}

#form_dealerenquiry .frm_form_field input[type="text"],
#form_dealerenquiry .frm_form_field input[type="email"],
#form_dealerenquiry .frm_form_field textarea,
#form_dealerenquiry .frm_form_field select {
	background-color: #fff;
	border-radius: 1px;
	color: #000;
	font-size: 16px;
	font-family: "Khula", Helvetica, Arial, sans-serif;
	border: 1px solid #bbb;
	padding: 8px 12px 6px 12px;
	height: 38px;
}

#form_dealerenquiry .frm_form_field textarea {
	height: 100px;
}

.page-template-template-contact .stripe .frm_forms .frm_form_field textarea {
	height: auto;
}

.page-template-template-contact .stripe .frm_forms .frm_submit {
	clear: both;
	display: block;
	margin-top: 15px;
	width: 100%;
}

page-template-template-contact .stripe .frm_forms .frm_submit input {
	margin-top: 20px;	
}

page-template-template-contact .stripe .frm_required {
	color: #cc0000;
}

page-template-template-contact .stripe .frm_error {
	color: #cc0000;
	margin-bottom: 5px;
}

/* ============================ 
		5. FOOTER 
============================== */

/* CTA */

.cta {
	background: #1a1a1a;
	color: #fff;
}

.cta h2 {
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.cta p {
	font-size: 18px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.cta .contact {
	background: #fff;
	text-align: center;
	padding: 25px 0px 35px;
}

.cta a {
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 40px;
	color: inherit;
	background-color: #1a1a1a;
	background-image: url('_img/arrow-right-grey.png');
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 24px 47px;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
.cta .contact a
{
	color: #ffff;
	background: #111;
	padding: 12px 50px;
	font-size: 24px;
	padding-top: 11px;
	letter-spacing: 0;
	display: inline-block;
	text-transform: uppercase;
	line-height: normal;
	font-family: 'Rubik', sans-serif;
	border: 1px solid #fff;
}

.cta .contact a:hover{
	color: #111;
	background: #fff;
	border: 1px solid #111;
}
.cta .contact p{
	color: #111;
	margin: 18px 0;
	font-weight: 400;
}
.cta a:hover {
	background-color: #000;
	background-image: url('_img/arrow-right-grey.png');
	text-decoration: none;
}

.cta .dealer {
	text-align: center;
	padding: 55px 0px;
	z-index: 5;
}
.cta .dealer input.address_postcode{
	color: #111;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	height: 52px;
	vertical-align: top;
	margin-bottom: 15px;
	font-family: 'Roboto', sans-serif;
}
@media (max-width : 993px)  {
	.cta .dealer input.address_postcode{
		height: 48px;
	}
}
@media (max-width : 768px)  {
	.cta .dealer input.address_postcode{
		width: 90%;
		text-align: center;
		margin-bottom: 20px;
		height: 48px;
	}
}
.cta .dealer p {
	margin: 18px 0;
	font-weight: 400;
}
.cta .dealer button h2
{
	margin:0;
	font-weight: normal;
}
.cta .dealer button{
	background: #fff;
	border-color:#fff;
	color: #111;
	padding: 12px 48px;
	font-size: 24px;
	letter-spacing: 4px;
	display: inline-block;
	text-transform: uppercase;
	line-height: normal;
}
.cta .dealer button:hover
{
	background:#eee;
}
.footer-wrap {
	background: #1a1a1a;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-wrap h4 {
	font-size: 20px;
	color: #fff;
	margin: 0 0 15px 0;
	font-weight: 400;
}

.footer-wrap ul {
	margin: 0;
	padding: 0;
}

.footer-wrap ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
}

.footer-wrap ul li a {
	color: #ffffff;
}

.footer-wrap ul li a:hover {
	text-decoration: none;
}

.footer-wrap .footer-nav ul li {
	line-height: 2.1em;
}

.footer-wrap .social h4 {
	margin: 0 0 5px 0;
}

.footer-wrap .social ul li {
	display: inline;
	margin-right: 5px;
	opacity: 1;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.footer-wrap .social ul li a
{
	display: inline-block;
	font-size: 33px;
	margin-right: 30px;
}

.footer-wrap .social ul li:hover a{
	opacity: 0.7;
}


.footer-wrap .newsletter {
	margin-top: 20px;
}

.footer-wrap .newsletter input[type="email"] {
	width: 100%;
	border: 0;

	padding: 10px 10px 5px 10px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff;
}

.footer-wrap .newsletter input[type="email"]:focus {
	background-color: #fff;
} 

.footer-wrap .newsletter .frm_submit {

}
.footer-wrap .newsletter .btn-main:hover
{
	background: #eee;
}
.footer-wrap .newsletter .btn-main {
	width: 170px;
	margin-top: 5px;
}

.footer-wrap .newsletter .frm_message,
.footer-wrap .newsletter .frm_error,
.footer-wrap .newsletter .frm_error_style {
	color: #fff;
}

.footer-meta {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "Khula", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #222;
	text-transform: uppercase;
}

.footer-meta span {
	margin-right: 20px;
}

.footer-meta a {
	color: inherit;
}

.footer-meta .copyright {
	padding-top: 8px;
}

.footer-meta .copyright .notice {
	display: block;
	text-transform: none;
	margin-top: 3px;
}

.footer-meta .certification {
	text-align: right;
}

.footer-meta .certification ul {
	margin: 0;
	padding: 0;
}

.footer-meta .certification ul li {
	list-style-type: none;
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
}

.footer-meta .certification ul li:last-child {
	margin-right: 0;
}

/* ============================ 
		6. FORMS 
============================== */



/* ============================ 
		7. UI
============================== */

.modal-backdrop {
    background-color: #000;
}

.modal-backdrop.in {
    filter: alpha(opacity=9);
    opacity: .9;
}

.btn,
.slp_ui_button,
#searchsubmit,
.frm_forms .frm_submit input {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	border-radius: 2px;
	font-size: 16px;
}

.banner .btn {
	letter-spacing: 2px;
	font-weight: 700;
}

.banner .btn:hover {
	background-color: #000000;
	color: #fff;
}

.banner .btn-default {
	padding: 17px 33px;
}


.btn-default,
.slp_ui_button,
.frm_forms .frm_submit input {
	background-color: #fff;
	color: #202020;
	border: 0;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.btn-main,
.slp_ui_button,
.frm_forms .frm_submit input,
#form_dealerenquiry .frm_submit input {
	background-color: #fff;
	border: 0;
	color: #030303;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 10px 25px;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.btn-main:hover,
.slp_ui_button:hover,
.frm_forms .frm_submit input:hover,
#form_dealerenquiry .frm_submit input:hover {
	background-color: #fff;
	color: #030303;
}

.btn-sub,
#searchsubmit {
	background-color: #2F3235;
	border: 0;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 10px 25px;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.btn-sub:hover,
.btn-sub:focus,
#searchsubmit:hover {
	background-color: #4C5054;
	color: #fff;
}

.modal-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

#enquiryModal .modal-title {
	font-size: 19px;
}

.modal-content {
	border-radius: 0!important;
}

.modal-body {
	background-color: #202020;
	color: #fff;
}

#enquiryModal .modal-body {
	background-color: #fff;
	color: #444;	
}

#techSpecs .pull-right {
	text-align: right;
}

#techSpecs .modal-body span {
	display: inline-block;
	margin-bottom: 3px;
}

#techSpecs .modal-footer {
	text-align: left;
}

/** nanoscroll js **/

.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}


/* ============================ 
		8. VIEWPORTS
============================== */

/* Tablet and up */
@media only screen and (min-width:768px) {
	
	/* fluid nav */
	.navbar-default .navbar-nav {
		width: 85%;
	}
	
	.navbar-default .navbar-nav .nav-search {
		width: 8%;
	}
	
	.navbar-default .navbar-nav > li {
		width: 18.4%;
		text-align: center;
	}
	
}
/* Large Desktop and up */
@media only screen and (min-width:1200px) {
	
	.page-nav .navbar-right {
	  margin-right: 0;
	}
	
	.banner h1 {
		font-size: 38px;
	}
	
	.banner-wrap .banner .lead {
		font-size: 16px;
	}
	.stripe.intro .video-embed {
		height: 460px;
	}
	.stripe.gallery .flex-viewport {
		width: 95%;
	}

	#map.slp_map,
	#map_sidebar_cont {
		height: 600px;
	}

	#sl_info_bubble {
		width: 420px;
		font-size: 16px;
	}

}

/* X-large Desktop and up */
@media only screen and (min-width:1500px) {

	#map.slp_map,
	#map_sidebar_cont {
		height: 650px;
	}

	#sl_info_bubble {
		width: 420px;
		font-size: 17px;
	}

}

/* Small Desktop only */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.stripe.map #addressInput {
		width: 300px;
	}

	#map.slp_map,
	#map_sidebar_cont {
		height: 500px;
	}

	#sl_info_bubble {
		width: 380px;
		font-size: 15px;
	}

}

/* Tablet only */
@media only screen and (min-width: 768px) and (max-width: 992px) {

	#map.slp_map,
	#map_sidebar_cont {
		height: 450px;
	}

	#sl_info_bubble {
		width: 360px;
		font-size: 14px;
	}

}

/* Tablet and down */
@media only screen and (max-width:992px) {

	.page-nav .nav > li > a {
		padding-left: 17px;
		padding-right: 17px;
	}
	
	.page-nav ul li:first-child a {
		border-left: 0;
	}
	
	.navbar-default .navbar-nav > li {
		font-size: 12px;
	}
	
	.searchwp-live-search-result .result-thumbnail {
		width: 120px;
	}
	
	.searchwp-live-search-results .result-item {
		width: 60%;
	}
	
	.home.page .featured .item {
		  width: 50%;
	  }
	
	.home .featured .item {
		width: 33.3334%;
	}
	
	.featured .item .item-img {
		height: 220px;
	}
	.home .featured .item .item-img
	{
		height:auto;
	}
	.home .featured .item .item-details {
		height: 130px;
	}
	
	.stripe.listing .featured .item .item-details {
	  height: 220px;
	}
	
	.featured .item .item-details .details h3 {
		font-size: 22px;	
	}
	
	.home .featured .item .item-details .details h3 {
		font-size: 20px;
	}
	
	.stripe.listing .featured .item .item-details .details .product-meta span {
		font-size: 17px;
	}
	
	.stripe.listing .featured .item .item-details .details .product-meta .price {
		font-size: 19px;
	}
	
	.featured .item .item-details p {
		font-size: 17px;
	}
	
	.home .featured .item .item-details p {
		font-size: 15px;
	}
	
	.stripe.listing .featured .item .item-details .details .tare, 
	.stripe.listing .featured .item .item-details .details .ball {
		font-size: 15px;
	}
	
	.benefits {
		padding-bottom: 30px;
	}
	
	.benefits .icon {
		margin-bottom: 30px;
	}
	
	.blog h2 {
		font-size: 20px;
	}
	
	.blog .item {
	}
	
	.blog .item h3,
	.blog .side h2 {
		font-size: 18px;
	}
	
	.blog .item p,
	.blog .side ul li {
		font-size: 14px;
	}
	
	.cta h2 {
		font-size: 20px;
	}
	
	.cta p {
		font-size: 15px;
	}
	
	.stripe.feature .feature-img {
		max-height: 270px;
		overflow: hidden;
	}
	
	.stripe.feature h3 {
		font-size: 20px;
	}
	
	.stripe.feature p {
		font-size: 15px;
	}
	
	.stripe.gallery .flex-viewport {
		width: 93%;
	}
	
	.stripe.gallery .flexslider .slides li {
		height: auto
	}
	
	#map_sidebar .location_name {
		font-size: 20px;
	}
	
	#map_sidebar .results_row_center_column,
	#map_sidebar .results_row_right_column {
		font-size: 15px;
	}

	.slp_ui_button {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.footer-wrap footer h4 {
		font-size: 18px;
	}
	
	.footer-wrap ul li {
		font-size: 15px;
	}
	
	.frm_forms label {
		font-size: 15px;
	}

}

/* Mobile and down */
@media only screen and (max-width:767px) {

	body {
		padding-top: 74px;
	}
	
	body.single-product,
	body.page-template-page-listing {
		padding-top: 74px;
	}

	.navbar-default {
		background-color: #000;
		height: 74px;
	}
	.navbar-default .navbar-header
	{
		padding: 0 15px;
		border-left: 0;
		height: 74px;
	}
	.navbar-default .navbar-header .brand img {
		width: 100%;
	}
	
	.nav-container {
		padding-left: auto;
		padding-right: auto;
		margin-left: auto;
		margin-right: auto;
		width: auto;
	}
	
	.navbar-default .navbar-collapse {
		border-bottom: 0;
	}
	
	.navbar-nav {
		margin-top: 0;
		background: #000;
	}
	
	.navbar-default .navbar-nav > li {
		font-size: 14px;
	}
	
	.navbar-default .navbar-nav > li > a {
		color: #000;
		padding: 15px 32px;
		border-right: 0;
	}
	
	.navbar-default .navbar-nav > li:first-child > a {
		border-left: 0;
	}
	
	.navbar-fixed-top .navbar-collapse {
	  max-height: 600px;
	}
	
	.navbar-default .nav li .dropdown-menu {
		margin-top: 0;
		background: #3c3c3c;
	}
	
	.navbar-default .nav li .dropdown-menu li a {
		padding: 15px 32px 15px 52px;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #000;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
		background-color: #e4e8e8;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, 
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
		background-color: #e4e8e8;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		background-color: #e4e8e8;
	}
	
	.searchwp-live-search-result .result-thumbnail {
		width: 120px;
	}
	
	.searchwp-live-search-results .result-item {
		width: 60%;
	}

	.banner-wrap {
		height: 41%;
		top: 54px;
	}
	.home.page .banner-wrap {
		top : 0;
	}
	.banner-wrap .scroll-btn {
		width: 320px;
	}

	.page-template-page-listing .banner-wrap,
	.archive .banner-wrap {
		height: 150px;
	}

	.single-product .banner-wrap .banner .row .banner-content {
		top: 28%;
	}
	
	.page .banner-wrap .banner .row .banner-content.page-heading h1 {
		font-size: 34px;
	}
	.banner-wrap .banner .row .banner-content {
		top: 20%;
	}

	.banner-wrap .banner-grad .banner-badge {
		position: absolute;
		top: 5px;
		right: 5px;
		width: 80px;
		height: 104px;
	}
	
	.page .banner-wrap .banner .row .banner-content,
	.archive .banner-wrap .banner .row .banner-content {
		left: 20px;
	}
	
	.banner h1 {
		font-size: 38px;
	}
	
	.home .break h2 {
		font-size: 22px;
	}
	
	.featured .item,
	.home.page .featured .item {
		width: 100%;
		float: none;
	}

	.home.page .featured .item .item-img {
		border-right: 0;
		height: auto;
	}

	.home.page .featured .item .item-details {
		height: 130px;
		border-right: 0;
	}
	
	.home .featured .item .item-details {
		height: 110px;
	}
	
	.home .featured .item .item-details .details h3 {
		font-size: 22px;
	}
	
	.home .featured .item .item-details p {
		font-size: 17px;
	}
	
	.stripe.listing .featured .item {
		border: 0;
	}
	
	.benefits .icon {
		margin-bottom: 50px;
	}
	
	.benefits .icon:last-child {
		margin-bottom: 30px;
	}
	
	.blog h2 {
		font-size: 24px;
	}
	
	.blog .item {
		background-position-x: 15px;
		padding-left: 57px;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	
	.blog .item h3,
	.blog .side h2 {
		font-size: 24px;
	}
	
	.blog .item p,
	.blog .side ul li {
		font-size: 17px;
	}
	
	.blog .side h2,
	.blog .side ul {
		padding-left: 45px;
	}
	
	.blog .items {
		border-right: 0;
	}
	
	.cta .dealer,
	.cta .contact {
		border: 0;
	}
	
	.cta .dealer {
		border-bottom: 1px solid #424242;
	}
	
	.cta h2 {
		font-size: 24px;
	}
	
	.cta p {
		font-size: 17px;
	}
	
	.banner-wrap .banner .product-meta {
		width: 100%;
		min-width: 30%;
	}
	
	.stripe.intro .video-embed {
		height: 380px;
	}
	
	.stripe.feature h3 {
		font-size: 24px;
	}
	
	.stripe.feature p {
		font-size: 17px;
	}
	
	.stripe.feature .feature-img {
		max-height: 220px;
		overflow: hidden;
	}
	
	.stripe.gallery .flex-viewport {
		width: 88%;
	}

	.two-text .col-sm-4 {
		margin-top: 40px;
	}

	.map .map-search .search-bar-item,
	.map .map-search .search_item, 
	#radius_in_submit {
		display: block;
		margin-bottom: 20px;
	}

	.map .map-search .search-bar-item input,
	.map .map-search .search-bar-item select {
		width: 100%
	}

	#search_by_tag,
	#addy_in_address,
	#addy_in_radius,
	#addy_in_state,
	#radius_in_submit {
		margin-left: 5%;
		margin-right: 5%;
	}

	#map.slp_map {
		height: 450px;
	}

	#map_sidebar_cont {
		height: 350px;
	}

	#sl_info_bubble {
		width: 380px;
		font-size: 15px;
	}
	
	#map_sidebar .results_wrapper {
		width: 100%;
	}
	
	#map_sidebar .location_name {
		font-size: 22px;
	}
	
	#map_sidebar .results_row_center_column,
	#map_sidebar .results_row_right_column {
		font-size: 17px;
	}
	
	.cta a {
		padding-left:  20px;
	}
	
	.footer-wrap .footer-nav {
		margin-bottom: 20px;
	}
	
	.footer-wrap footer h4 {
		font-size: 20px;
	}
	
	.footer-wrap ul li {
		font-size: 17px;
	}
	
	.footer-meta .copyright {
		margin-bottom: 30px;
	}
	
	.footer-meta .copyright,
	.footer-meta .certification {
		text-align: center;
	}
	
	.searchwp-live-search-results-showing {
		z-index: 99999!important;
	}

}

/* X-small Mobile and down */
@media only screen and (max-width:450px) {

	.searchwp-live-search-result .result-thumbnail {
		width: 90px;
	}
	
	.searchwp-live-search-results .result-item {
		width: 60%;
	}

	.page .banner-wrap .banner .row .banner-content.page-heading h1 {
		font-size: 32px;
	}
	
	.home .featured .item .item-details .details h3 {
		font-size: 20px;
	}
	
	.home .featured .item .item-details p {
		font-size: 15px;
	}
	.single-product .banner h1
	{
		font-size: 30px;
	}
	.single-product .banner-wrap .banner .row .banner-content
	{
		min-width: 100%;
		padding: 6%;
	}
	.banner-wrap .banner .product-meta {
		width: 100%;
		min-width: 30%;
	}
	.banner-wrap .banner .product-meta span.price
	{
		font-size: 26px;
		line-height: 1.2;
		padding-top: 3px;

	}
	.featured .item .item-img {
		border-right: 0;
		height: 250px;
	}
	
	.featured .item .item-details .details h3 {
		font-size: 20px;	
	}
	
	.stripe.listing .featured .item .item-details .details .product-meta .price {
		font-size: 17px;
	}
	
	.featured .item .item-details p {
		font-size: 15px;
	}
	
	.stripe.listing .featured .item .item-details .details .tare, 
	.stripe.listing .featured .item .item-details .details .ball {
		font-size: 13px;
	}
	
	.blog h2 {
		font-size: 20px;
	}
	
	.blog .item h3 {
		font-size: 18px;
	}
	
	.blog .item p {
		font-size: 14px;
	}
	
	.cta h2 {
		font-size: 20px;
	}
	
	.cta p {
		font-size: 15px;
	}
	
	.stripe.intro .video-embed {
		height: 300px;
	}
	
	.stripe.feature h3 {
		font-size: 20px;
	}
	
	.stripe.feature p {
		font-size: 15px;
	}
	
	.stripe.gallery .flex-viewport {
		width: 84%;
	}
	
	.stripe.gallery .flexslider .slides li {
	    height: auto;
	}
	
	.filter form select {
		width: 100%;
	}

	#search_by_tag,
	#addy_in_address,
	#addy_in_radius,
	#addy_in_state,
	#radius_in_submit {
		margin-left: 0;
		margin-right: 0;
	}
	
	#map_sidebar .location_name {
		font-size: 20px;
	}

	#sl_info_bubble {
		width: 280px;
		height: 320px;
		font-size: 15px;
	}
	
	#map_sidebar .results_row_center_column,
	#map_sidebar .results_row_right_column {
		font-size: 15px;
	}

	.slp_bubble_ctas .item {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.slp_bubble_ctas .item-link {
		padding-top: 15px;
		text-align: left;
	}
	
	.footer-wrap footer h4 {
		font-size: 18px;
	}
	
	.footer-wrap ul li {
		font-size: 15px;
	}
	
}
/** Top menu customize **/
.top-nav-panel{
	width: 85%;float: left;
	border-left: 1px solid #eff1f1;
	border-bottom: 1px solid #eff1f1;
}
.top-nav-panel .top-menu{
	list-style-type: none;
	float: right;
	text-align: center;
	padding-right: 20px;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
}
.top-nav-panel .top-menu li.menu-item{
	display: inline-block;
	vertical-align: middle;
	float: right;
	padding: 6px 10px 6px 10px;
	background-image: url(_img/arrow-right-black.png);
	background-size: 4px;
	background-repeat: no-repeat;
	background-position: 12px 14px;

}
.top-nav-panel .top-menu li.menu-item:hover
{
	background-color: #e4e8e8;
}
.top-nav-panel .top-menu li.menu-item a{
	padding: 0 12px;
	font-family: 'Roboto', sans-serif;
	color: #0c121c;
	font-size: 10px;
	letter-spacing: 0.2em;
	font-weight: 400;
}


/** customize product specification **/
#specifications .header-wrapper h2{
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	width: auto;
	height: 100px;
	line-height: 100px;
	margin: 0 auto 35px;
	font-size: 38px;
}

#specifications .panel-group {
	margin-bottom: 20px;
	background: #fff;
	padding-bottom: 5px;
}
#specifications .panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
}
#specifications .panel-heading {background: #0c121c;color:#fff;text-transform: uppercase;font-size: 20px;padding: 18px 45px;}
#specifications .panel-heading .panel-title
{
	font-size: 20px;
}
#specifications .panel-heading .panel-title a{cursor: pointer}
#specifications .panel-heading .panel-title a.collapsed:after
{
	background-image: url("_img/sprite.png");
	background-position: -84px -226px;
	content: "";
	display: block;
	float: right;
	height: 15px;
	width: 15px;
}
#specifications .panel-heading .panel-title a:not(.collapsed):after
{
	background-image: url("_img/sprite.png");
	background-position: -105px -226px;
	content: "";
	display: block;
	float: right;
	height: 15px;
	width: 15px;
}
#specifications .panel-collapse .panel-body
{
	background: #fff;
	color: #0c121c;
	padding: 30px;
	font-size: 17px;
}
#specifications .panel-collapse .panel-body table.spec_table
{
	background-color: #fff;
	border: 1px solid #a4a7a9;
	width: 100%;
}
#specifications .panel-collapse .panel-body table.spec_table tr{
	border-bottom: 1px solid #a4a7a9;
}
#specifications .panel-collapse .panel-body table.spec_table tr td:first-child{
	background-color: #e4e8e8;width: 10%;
}
#specifications .panel-collapse .panel-body table.spec_table tr td{
	padding:18px;
	width: 30%;
}

#specifications .panel-collapse .panel-body table.spec_table table.spec_opt_table
{
	height:100%;
}
#specifications .panel-collapse .panel-body table.spec_table table.spec_opt_table tr td.options
 {
	 border-left: 1px solid #a4a7a9;
 }

 #specifications .panel-collapse .panel-body table.spec_table table.spec_opt_table tr
 {
	border-bottom: none;
 }

#specifications .panel-collapse .panel-body table.spec_table table.spec_opt_table tr td
{
	background-color: #fff;
	width: auto;
	vertical-align: baseline;
}

#specifications .panel-collapse .panel-body p{
	font-size: 17px;
	margin-bottom: 0;
}

.banner-wrap .banner .product-brochure-button{
	display: block;
	min-width: 40%;
	position: absolute;
	left: 26px;
	top: 50%;
	font-family: 'Roboto', sans-serif;
	background: #0c121c;
	padding: 9px 5%;
	text-align: center;
}

.banner-wrap .banner .product-brochure-button:hover{

	background: #fff;
}
.banner-wrap .banner .product-brochure-button:hover a{

	color: #0c121c;
}
.banner-wrap .banner .product-brochure-button a {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	background-size: 22px auto;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 26px;
	text-transform: uppercase;
	padding: 4px 0;
}


.page-template-template-why-kokoda .stripe.intro p:last-child
{
	font-size: 16px;
	margin-bottom: 30px;
	color: #4a4f54;
	letter-spacing: .02em;

}


.page-template-template-why-kokoda #features .stripe p
{
	font-size: 16px;
	margin-bottom: 30px;
	color: #4a4f54;
	letter-spacing: .02em;
}
/*
*loading ajax icon panel
**/


#loading-icon-panel
{
	position: fixed;
	display: none;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	margin: auto;
	background: #ffffff;
	opacity: .8;
	z-index: 999;
}
#loading-icon-panel img.loading-icon
{
    width: 50px;
    height: auto;
}
#loading-icon-panel p.loading-icon-text
{
	position: absolute;
	top: 40%;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
/*
* home banner pagination style
*/
.home.page .owl-theme .owl-controls
{
	text-align: left;
	position: absolute;
	margin-top: -80px;
	margin-left: 5%;
}
@media(max-width: 1320px) {
	.home.page .owl-theme .owl-controls
	{
		margin-left: 0;
	}
}
@media(max-width: 900px) {
	.home.page .owl-theme .owl-controls
	{
		margin: -40px auto auto;
		text-align: center;
		position: relative;
	}
}
.home.page .owl-theme .owl-controls .owl-page
{

}
.home.page .owl-theme .owl-controls .owl-page span
{
	width: 60px;
	height: 2px;
	border-radius: 0;
	background: #ffffff;
}


.home.page .banner .arrow-left,
.home.page .banner .arrow-right
{
	position: absolute;
	top: 50%;

}
.home.page .banner .arrow-left
{
	 left:15px;
	 /* make arrow left/right bounce animation	*/
	 -webkit-animation: bounceLeft 1s infinite;
	 animation: bounceRight 1s infinite;

}
.home.page .banner .arrow-right
{
	right:15px;

	/* make arrow left/right bounce animation	*/
	-webkit-animation: bounceLeft 1s infinite;
	animation: bounceLeft 1s infinite;
}
.home.page .banner .arrow-right img,
.home.page .banner .arrow-left img
{
	width:50px;
	cursor:pointer;
}

@media(max-width:550px)
{
	.home.page .banner .arrow-right img,
	.home.page .banner .arrow-left img
	{
		width:20px;

	}

}
.home.page .scroll-btn {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 0 auto -60px;
	height: 60px;
	line-height: 14px;
	text-align: center;
	position: relative;
	top: -65px;
}

.home.page .scroll-btn a {
	display: block;
	height: 100%;
	width: 100%;
	color: inherit;
	padding-top: 22px;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
@media(max-width: 1300px)
{
	.home.page .scroll-btn,
	.home.page .scroll-btn a {
		display: none !important;
	}
}
.scroll-btn a .arrow-down {
	display: inline-block;
	background-image: url('_img/arrow-down-white.png');
	background-repeat: no-repeat;
	background-size: 50px 25px;
	width: 50px;
	height: 25px;


	/*set bounce down animation */
	-moz-animation: bounceDown 1s infinite;
	-webkit-animation: bounceDown 1s infinite;
	animation: bounceDown 1s infinite;
}

@-moz-keyframes bounceDown {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	60% {
		-moz-transform: translateY(15px);
		transform: translateY(15px);
	}
}

/* set up animation configuration for bounce down */
@-webkit-keyframes bounceDown {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	60% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
}
@keyframes bounceDown {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	60% {
		-moz-transform: translateY(15px);
		-ms-transform: translateY(15px);
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
}



/* set up animation configuration for bounce left/right */
@-webkit-keyframes bounceLeft {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	60% {
		-webkit-transform: translateX(15px);
		transform: translateX(15px);
	}
}
@-moz-keyframes bounceLeft {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateX(0);
	}
	60% {
		transform: translateX(15px);
	}
}
@keyframes bounceLeft {
	0%,
	20%,
	50%,
	80%,
	100% {
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	60% {
		-ms-transform: translateX(15px);
		transform: translateX(15px);
	}
}
/* /left bounce */
/* right bounce */
@-webkit-keyframes bounceRight {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	60% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px);
	}
}
@-moz-keyframes bounceRight {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateX(0);
	}
	60% {
		transform: translateX(-15px);
	}
}
@keyframes bounceRight {
	0%,
	20%,
	50%,
	80%,
	100% {
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	60% {
		-ms-transform: translateX(-15px);
		transform: translateX(-15px);
	}
}


/*

Product navigation part

at main Menu
*/


.products-navigation
{
	position: fixed;
	visibility: hidden;
	width: 100%;
	z-index: 999;
	background-color: #f8f9f9;
	margin: 0 auto;
	height: 100%;
	overflow-y: auto;
	padding-bottom: 80px;
	padding-top: 17px;

	transition: opacity 600ms, visibility 600ms;
	opacity: 0;
	top: 57px;


}
@media only screen and (max-width: 768px)  {
	.products-navigation
	{
		top: 57px;
	}
}
@media only screen and (max-width: 420px)
{
	.products-navigation
	{
		top: 58px;
	}
}

body.product-template-default .products-navigation
{
	top:129px;
}
@media only screen and (max-width: 767px)  {
	body.product-template-default .products-navigation
	{
		top: 109px;
	}
}
.products-navigation.show-nav
{
	opacity: 1;
	visibility: visible;
}
.products-navigation .product-list
{
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	box-sizing: content-box;
	padding-bottom: 150px;
}


.products-navigation .product-list .product-list-item
{
	border:1px solid #eff1f1;
	background: #fff;
	opacity: 1;
	transition-delay: 0ms;
	transition: opacity .4s;
	padding: 0;
}
@media only screen and (max-width: 767px)
{
	.products-navigation .product-list .product-list-item
	{
		display: inline-flex;
		width: 100%;
	}
	.products-navigation .product-list .product-list-item h3
	{
		margin-top:25px;
		margin-bottom: 5px;
		font-size: 18px;
	}
}

.products-navigation .product-list .product-list-item:hover .item-details
{
	background:#e5e8e8;
}
.products-navigation .product-list .product-list-item .item-details
{
	text-align: center;
	padding: 15px 0;
}

@media only screen and (max-width: 767px)
{
	.products-navigation .product-list .product-list-item .item-details
	{
		position: relative;
		float: left;
		width: 100%;
		text-align: left;
		padding: 0 0 0 15px;
		margin: 0;
	}

	.products-navigation .product-list .product-list-item .item-details .tare,
	.products-navigation .product-list .product-list-item .item-details .ball
	{
		display: none;
	}
}
.products-navigation .product-list .product-list-item:hover .item-img img
{
	opacity: 0.8;
}
.products-navigation .product-list .product-list-item .item-img img
{
	width:100%;
}
@media only screen and (max-width: 767px)
{
	.products-navigation .product-list .product-list-item .item-img
	{
		left: 0;
		height: auto;
		float: left;
		margin: 0 auto;
		max-width: 300px;
	}
}
.products-navigation .product-list .product-list-item .item-details .details
{
	height:130px;
}
@media only screen and (max-width: 767px)
{
	.products-navigation .product-list .product-list-item .item-details .details
	{
		height: auto;
		padding: 16px 0;
	}
}
@media only screen and (max-width: 420px)
{
	.products-navigation .product-list .product-list-item .item-details .details
	{
		padding: 0;
	}
}

.products-navigation .product-list .product-list-item .item-details .details .item-title
{
	display: inline-block;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	text-transform: uppercase;
	padding: 2px 0;
	font-size: 24px;
}
@media only screen and (max-width: 767px)
{
	.products-navigation .product-list .product-list-item .item-details .details .item-title
	{
		border-bottom: none;
		border-top: none;
		padding: 0;
		font-size: 14px;
	}
}
.products-navigation .product-list .product-list-item  .item-details .details p
{
	color: #4a4f54;
	font-size: 16px;
	margin: 20px 0;
	text-transform: capitalize;
}
@media only screen and (max-width:767px)
{
	.products-navigation .product-list .product-list-item .item-details .details p
	{
		margin: 3px 0;
		font-size: 14px;
	}
}

.products-navigation .product-list .product-list-item .item-details .overview
{
	border-top: 1px solid #eff1f1;
	width: 100%;
	display: table;
	line-height: 1;
}
@media only screen and (max-width:767px)
{
	.products-navigation .product-list .product-list-item .item-details .overview
	{
		display:none;
	}
}
.products-navigation .product-list .product-list-item .item-details .overview img
{
	width: 5px;
	margin-right: 10px;
	vertical-align: baseline;
}
.products-navigation .product-list .product-list-item .item-details .overview a
{
	color: #4a4f54;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	display: table-cell;
	width: 100%;
	padding-top: 14px;
}
body.no-scroll
{
	overflow-y: hidden;
}
.products-navigation .product-list .show-all
{
	text-align: center;
	margin-top: 40px;
}
.products-navigation .product-list .show-all a
{
	color: #4a4f54;
	vertical-align: middle;
	text-align: center;
	font-size: 26px;
	text-transform: uppercase;
	width: 100%;
}
.products-navigation .product-list .show-all .mobile-range-button
{
	display: none;
	padding: 15px;
	border: 1px solid #000;
}
@media all and (max-width: 767px)
{
	.products-navigation .product-list .show-all .mobile-range-button
	{
		display: block;
	}
	.products-navigation .product-list .show-all .desktop-range-button
	{
		display: none;
	}
}
.products-navigation .product-list .show-all .mobile-range-button:hover,
.products-navigation .product-list .show-all .mobile-range-button:focus
{
	border: 1px solid #ababab;color:#ababab;
}
.products-navigation .product-list .show-all .mobile-range-button:hover a,
.products-navigation .product-list .show-all .mobile-range-button:focus a
{

	color:#ababab;
}
.products-navigation .product-list .show-all a:hover
{
	color: #ababab;
}

/**
customize the top mobile navigation
 */

#navbar-top-mob
{
	background-color: #fff;
	height: auto;
	overflow: visible;
}

#navbar-top-mob.navbar-default .nav-search.visible-xs a
{
	width: 100%;
	height: auto;
	display: block;
	background: none;
	text-indent: 0px;
	position: relative;
	right: unset;
	top: unset;
	background-color: #fff;
}
#navbar-top-mob.navbar-default .nav-search.visible-xs a:hover
{
	background-color: #e4e8e8;
	color: #000;
}
#navbar-top-mob.navbar-default .mobile-search-box
{
	display:none;
}
#navbar-top-mob.navbar-default .mobile-search-box label
{
	display: none;
}
#navbar-top-mob.navbar-default .mobile-search-box input[type="text"]
{
	padding: 9px 10px 9px 10px;
	border: none;
	font-size: 17px;
	font-family: avenir,arial,helvetica,sans-serif;
	letter-spacing: .1em;
	font-weight: 500;
	width: 80%;
}
#navbar-top-mob.navbar-default .mobile-search-box input#searchsubmit[type="submit"]
{
	background-image: url(_img/ico-search-black.png);
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px 22px;
	background-color: #fff;
	width:10%;
}

#navbar-top-mob.navbar-default .navbar-toggle
{
	background-color: #fff;
	border: 0;
	float: right;
	top: 22px;
	margin: 0;
	right: 15px;
}
@media only screen and (max-width:400px)
{
	#navbar-top-mob.navbar-default .navbar-toggle
	{
		right: 4%;
	}
}
@media only screen and (max-width:320px)
{
	#navbar-top-mob.navbar-default .navbar-toggle
	{
		right: 0;
	}
}
#navbar-top-mob.navbar-default  .navbar-toggle .icon-bar
{
	background-color: #000;
}

#navbar-top-mob.navbar-default .navbar-collapse
{
	border-bottom:1px solid #e4e8e8;
	background: #fff;

	height:100%;
	max-height:100%;
	width:100%;
	position: fixed!important;
	z-index: 1;
	overflow: auto;
	right: -100%;
	display:block;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}


/**

customize the homepage featured product

 */

.home.page .featured .header-wrapper h2
{
	color: #0c121c;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	width: auto;
	height: 40px;
	font-size: 30px;
	margin: 0 0 40px;
}

/**
All Caravans Menu
 **/

.all-caravans-menu
{
	height: 74px;
	text-align: center;
	float: left;
	width: 50%;
	background: #e4e8e8;
}
@media only screen and (max-width:476px)
{
	.all-caravans-menu
	{
		width: 40%;
	}
}
.all-caravans-menu a{
	display: block;
	width: auto;
	color: #0c121c;
	background: #e4e8e8;
}
.all-caravans-menu a:hover{
	color: #000000;
	background: #e4e8e8;
	border-bottom: 1px solid #d9dcdc;
}
.all-caravans-menu a h3{
	margin: 0;
	margin-top:30px;
	margin-bottom:24px;
	line-height: 1;
	font-size: 1em;
	text-transform: uppercase;
}
.all-caravans-menu a h3 .caret {
	background-image: url(_img/arrow_down_black_bold.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 0;
	display: inline-block;
	width: 19px;
	height: 19px;
	vertical-align: middle;
}

.all-caravans-menu a h3 .caret.up-arrow {
	background-image: url(_img/arrow_up_black_bold.png);
}


/**
Logo at top
 */
@media only screen and (min-width: 768px)
{
	.navbar-default .navbar-header {
		width: 15%;
	}
}

.navbar-default .navbar-header .brand
{
	margin: auto;
	text-align: center;
}

.navbar-default .navbar-header .brand img
{
	width: 150px;
	max-height: 102px;
	margin-top: 20px;
}

@media only screen and (max-width:767px) {

	/* fluid nav */
	.navbar-default .navbar-header .brand
	{
		display: inline-block;
		height: 100%;
		float: left;
		width: 168px;
	}

	.navbar-default .navbar-header .brand img
	{
		position: relative;
		display: block;
		margin: 0 auto;
		width: 120px;
		max-height: 100px;
		top: 10px;
	}
}
@media only screen and (max-width:424px) {
	.navbar-default .navbar-header .brand
	{
		width: 140px;
		height: 75px;
	}
}
@media only screen and (max-width:992px) {

	.navbar-default .navbar-header .brand img {
		max-width: 100%;
	}
}
/**
CUSTOMIZE THE ARCHIVE PAGE
 */

/*  Hide the main mennu at archive page only */

.page-template-template-archive .banner-wrap .banner .row .banner-content
{
	float:left;
	left: 4%;
}
.stripe.archive-listing {
	background: #ffffff;
	padding-bottom: 50px;
}
.archive-listing .filter
{
	padding: 24px 22px 30px;
	background-color: #fff;
	box-shadow: 0 5px 18px rgba(0,0,0,.18);
	margin-bottom: 50px;
	height: 700px;
}
.archive-listing .filter .form-group
{
	text-align: left;
	margin: 0px 0 30px;
	position: relative;
	width: 100%;
	display: inline-block;
	padding-top: 15px;
	border-top: 1px solid #BFBCC0;
}
.archive-listing .filter .form-group label {
	color: #1a1a1a;
	text-transform: uppercase;
}
.archive-listing .filter h2 {
	font-size: 20px;
	color: #1a1a1a !important;
	letter-spacing: normal;
	font-weight: 400;
	margin: 0 0 15px 0;
}

.archive-listing .filter .form-group select
{
	width: 100%;
	color: #383838 ;
	border: 0;
	border-radius: 0;

	background-color: #eceff3;
	outline: 0 !important;
	box-sizing: border-box;
	display: inline-block;

}

.archive-item-list.featured {
	text-align: left;
	background: #ffffff;
	margin: 0px;

}
@media only screen and (min-width:767px)
{
	.archive-item-list.featured
	{
		overflow-y: scroll;
		max-height: 900px;
		border-right: 2px solid #edeff4;
	}
}
@media only screen and (max-width:1250px)
{
	.archive-item-list.featured {
		margin: 0px;
		margin-bottom: 25px;
	}
}
.archive-listing .archive-item-list.featured .archive-item.item  a.cd-btn
{
	display: inline-block;
	width: 100%;
}
.archive-item-list.featured .archive-item.item:first-child
{
	border-top: 1px solid #fff;
}
.archive-item-list.featured .archive-item.item {
	padding-left: 0;
	padding-right: 10px;
	display: block;
	float: left;
	background-color: #fff;
	min-height: 150px;
	padding-top: 20px;
	border-top: 1px solid #BFBCC0;
	padding-bottom: 15px;
}
@media only screen and (max-width: 767px)
{
	.archive-item-list.featured .archive-item.item
	{
		padding-right: 4px;
	}
}
.archive-listing .archive-item-list.featured .archive-item.item .item-details .details .product-meta .price
{
	padding-left: 0;
	font-weight: 500;
	line-height: 22px;
}

.archive-listing .archive-item-list.featured .archive-item.item .item-details .details .product-meta span
{
	font-size: 17px;
	line-height: 20px;
	display: block;
	float: left;
	height: 20px;
	margin-right:20px;
}
.archive-listing .archive-item-list.featured .archive-item.item .item-details .details .product-meta .size {
	/*background-image: url(_img/ico-size@2x-black.png);*/
	padding: 0;
}

.archive-listing .archive-item-list.featured .archive-item.item .item-details .details .product-meta .occupants {
	/*background-image: url(_img/ico-occupants@2x-black.png);*/
	padding: 0;
}
.archive-item-list.featured .archive-item.item:hover,
.archive-item-list.featured .archive-item.item:hover .item-details
{
	cursor: pointer;
	background-color: #f5f5f5;
}
.archive-item-list.featured  .archive-item.item .item-details
{
	height: auto;
	background-color: #ffffff;
	color: #404040;
	background-image: none;
	float: left;
}

.archive-item-list.featured  .archive-item.item .item-details .details {
	padding: 12px 0 20px 20px;
}
.archive-item-list.featured  .archive-item.item .item-details p {
	font-family: "Khula", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 300;
	margin: 0 0 10px 0;
	padding: 0;
}
.archive-item-list.featured  .archive-item.item .item-details .details .product-meta
{
	margin-bottom: 15px;
	display: inline-block;
}
@media only screen and (min-width: 768px)
{
	.archive-item-list.featured  .archive-item.item .item-details .details .product-meta
	{
		margin-bottom: 9px;
	}
}
.archive-item-list.featured  .archive-item.item .item-details.tare,
.archive-item-list.featured  .archive-item.item .item-details.ball {
	font-size: 16px;
}
.archive-item-list.featured .archive-item.item:hover .item-img
{
	opacity: 0.8;
}
.archive-item-list.featured .archive-item.item .item-img
{
	height: auto;
	position: relative;
	width: auto;
	float: left;
}
.archive-item-list.featured .archive-item.item .item-img img
{
	max-width: 242px;
	height: auto;
}
@media only screen and (min-width: 992px ) and ( max-width: 1350px )
{
	.archive-item-list.featured .archive-item.item .item-img img
	{
		max-width: 95%;
	}
}
.archive-item-list.featured  .archive-item.item .item-details .details h3 {
	font-family: 'Rubik', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

/* CUSTOMIZE THE FILTER SELECT OPTIONS */

.archive-listing .filter .icon_select_mate {
	position: absolute;
	top: 9px;
	right: 6%;
	font-size: 14px;
	height: 22px;
	line-height: 40px;
	transition: all 275ms;
	cursor: pointer;
}

.archive-listing .filter .form-group .select_mate {
	position: relative;
	float: left;
	width: 100%;
	min-height: 40px;
	line-height: 40px;
	color: #1a1a1a;
	font-weight: 400;
	background-color: #eceff3;
	transition: all 375ms ease-in-out;
}
.archive-listing .filter .form-group .select_mate select {
	position: absolute;
	overflow: hidden;
	height: 0px;
	opacity: 0;
	z-index: -1;
}

.archive-listing .filter .form-group  .cont_list_select_mate {
	position: relative;
	float: left;
	width: 100%;
}
.archive-listing .filter .form-group  .selecionado_opcion {
	padding: 0 5%;
	width: 96%;
	display: block;
	cursor: pointer;
	margin-bottom: 0px !important;
	font-size: 14px !important;
	line-height: 40px;
}

.archive-listing .filter .form-group .cont_select_int {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	overflow: hidden;
	height: 0px;
	width: 100%;
	background-color: #fff;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
	transition: all 375ms ease-in-out;
}
.archive-listing .filter .form-group .cont_select_int li {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
	background-color: #ffffff;
	list-style-type: none;
	padding: 0 5%;
	margin: 0px;
	transition: all 275ms ease-in-out;
	display: block;
	cursor: pointer;
	line-height: 40px;
}
.archive-listing .filter .form-group .cont_select_int li:last-child {
	border-radius: 3px;
	border-bottom: 0px;
}
.archive-listing .filter .form-group .cont_select_int li:hover {
	background-color: #EEEEEE;
}
.archive-listing .filter .form-group  .cont_select_int .active {
	background-color: #edeff5;
}
/* CUSTOMIZE THE ARCHIVE ITEM DETAIL PANEL */
.archive-listing-item-detail-pane.cd-panel--from-right
{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.6s;
	transition: visibility 0s 0.6s;
	z-index: 9;
}

.archive-listing-item-detail-pane.cd-panel--from-right::after {
	/* overlay layer */
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: pointer;
	-webkit-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}

.archive-listing-item-detail-pane.cd-panel--from-right.cd-panel--is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}

.archive-listing-item-detail-pane.cd-panel--is-visible::after {
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: background 0.3s 0s;
	transition: background 0.3s 0s;
}


.archive-listing-item-detail-pane.cd-panel--from-right .cd-panel__header {
	position: fixed;
	width: 90%;
	height: 50px;
	line-height: 50px;
	background: rgba(255, 255, 255, 0.96);
	z-index: 2;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-transition: -webkit-transform 0.3s 0s;
	transition: -webkit-transform 0.3s 0s;
	transition: transform 0.3s 0s;
	transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.archive-listing-item-detail-pane.cd-panel--from-right .cd-panel__header h1
{
	color: #303235;
	padding-left: 5%;
	margin: 0;
	font-size: 25px;
	line-height: 50px;
}

.archive-listing-item-detail-pane.cd-panel--from-right .cd-panel__header
{
	right: 0;
}

.archive-listing-item-detail-pane.cd-panel--from-right.cd-panel--is-visible .cd-panel__header {
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
@media only screen and (min-width: 368px) {
	.archive-listing-item-detail-pane.cd-panel--from-right  .cd-panel__header {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	.archive-listing-item-detail-pane.cd-panel--from-right  .cd-panel__header {
		width: 70%;
	}
}

@media only screen and (min-width: 1170px) {
	.archive-listing-item-detail-pane.cd-panel--from-right  .cd-panel__header {
		width: 50%;
	}
}

.archive-listing-item-detail-pane.cd-panel--from-right  .cd-panel__close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	/* image replacement */
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.archive-listing-item-detail-pane.cd-panel--from-right  .cd-panel__close::before, .cd-panel__close::after {
	/* close icon created in CSS */
	content: '';
	position: absolute;
	top: 22px;
	left: 20px;
	height: 3px;
	width: 20px;
	background-color: #424f5c;
	/* this fixes a bug where pseudo elements are slighty off position */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.archive-listing-item-detail-pane.cd-panel--from-right .cd-panel__close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.archive-listing-item-detail-pane.cd-panel--from-right .cd-panel__close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.archive-listing-item-detail-pane.cd-panel--from-right .cd-panel__close:hover {
	background-color: #424f5c;
}

.archive-listing-item-detail-pane.cd-panel--from-right  .cd-panel__close:hover::before, .cd-panel__close:hover::after {
	background-color: #ffffff;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.archive-listing-item-detail-pane.cd-panel--from-right .cd-panel__close:hover::before {
	-webkit-transform: rotate(220deg);
	-ms-transform: rotate(220deg);
	transform: rotate(220deg);
}

.archive-listing-item-detail-pane.cd-panel--from-right .cd-panel__close:hover::after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.archive-listing-item-detail-pane.cd-panel--from-right.cd-panel--is-visible .cd-panel__close::before {
	-webkit-animation: cd-close-1 0.6s 0.3s;
	animation: cd-close-1 0.6s 0.3s;
}

.archive-listing-item-detail-pane.cd-panel--from-right.cd-panel--is-visible .cd-panel__close::after {
	-webkit-animation: cd-close-2 0.6s 0.3s;
	animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
	0%, 50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@keyframes cd-close-1 {
	0%, 50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@-webkit-keyframes cd-close-2 {
	0%, 50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@keyframes cd-close-2 {
	0%, 50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.archive-listing-item-detail-pane.cd-panel--from-right .cd-panel__container {
	position: fixed;
	width: 90%;
	height: 100%;
	top: 0;
	background: #ffffff;
	z-index: 1;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.archive-listing-item-detail-pane.cd-panel--from-right .cd-panel__container {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}


.archive-listing-item-detail-pane.cd-panel--from-right.cd-panel--is-visible .cd-panel__container {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
@media only screen and (min-width: 368px) {
	.archive-listing-item-detail-pane.cd-panel--from-right .cd-panel__container {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	.archive-listing-item-detail-pane.cd-panel--from-right .cd-panel__container {
		width: 70%;
	}
}

@media only screen and (min-width: 1170px) {
	.archive-listing-item-detail-pane.cd-panel--from-right .cd-panel__container {
		width: 50%;
	}
}

.archive-listing-item-detail-pane.cd-panel--from-right .cd-panel__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 70px 5%;
	overflow: auto;
	/* smooth scrolling on touch devices */
	-webkit-overflow-scrolling: touch;
}

.archive-listing-item-detail-pane.cd-panel--from-right .cd-panel__content p {
	font-size: 1.4rem;
	color: #424f5c;
	line-height: 1.4;
	margin: 2em 0;
}

.archive-listing-item-detail-pane.cd-panel--from-right .banner-wrap
{
	height:auto;
}
.archive-listing-item-detail-pane.cd-panel--from-right .banner-wrap .banner-grad
{
	display: block;
}
.archive-listing-item-detail-pane.cd-panel--from-right .stripe.floorplan{
	background: #ffffff;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 0;
}

.archive-listing-item-detail-pane.cd-panel--from-right .stripe.floorplan h2 {
	color: #303235;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	width: auto;
	margin: 30px 0 0px;
	font-size: 38px;
	font-weight: bold;
}
.archive-listing-item-detail-pane.cd-panel--from-right .stripe.floorplan p
{
	font-size: 20px;
	text-transform: capitalize;
	margin: 5px 0;
}
.archive-listing-item-detail-pane.cd-panel--from-right .stripe.floorplan img {
	width: 100%;
	margin: 0;
	text-align: center;
}

.archive-listing-item-detail-pane.cd-panel--from-right  #specifications .panel-collapse .panel-body p {
	font-size: 17px;
	margin-bottom: 0;
	color: #0c121c;
}
.archive-listing-item-detail-pane.cd-panel--from-right  #specifications
{
	color: #000000;
	background-size: 100% auto;
	background-color: #fff;
	padding: 0 10px 5px;
}
.archive-listing-item-detail-pane.cd-panel--from-right  #specifications  .panel-heading
{
	cursor: pointer;
}
.archive-listing-item-detail-pane.cd-panel--from-right  #specifications .panel-group .panel
{
	box-shadow:none;border-color: #fff;
}

.archive-listing-item-detail-pane.cd-panel--from-right  #specifications .header-wrapper h2 {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	width: auto;
	height: 100px;
	line-height: 100px;
	margin: 0 auto 20px;
	font-size: 38px;
}
.archive-listing-item-detail-pane.cd-panel--from-right .mobile-banner-wrap
{
	display: none;
	padding-bottom: 10px;
}
@media only screen and (max-width: 767px)
{
	.archive-listing-item-detail-pane.cd-panel--from-right .mobile-banner-wrap
	{
		display: block;
	}
}
.archive-listing-item-detail-pane.cd-panel--from-right .mobile-banner-wrap h1
{
	margin-bottom: 5px;
	color: #000;
	text-shadow: none;
	font-weight: bold;
}
.archive-listing-item-detail-pane.cd-panel--from-right .mobile-banner-wrap p.lead
{
	color: #000;
	text-shadow: none;
	font-size: 20px;
	margin: 10px 0;
}

.archive-listing-item-detail-pane.cd-panel--from-right .mobile-banner-wrap .product-meta
{
	display: block;
	min-width: 40%;
	font-family: "Maven Pro", Helvetica, Arial, sans-serif;
	padding: 9px 5%;
	text-align: center;
	width: 100%;
	margin: 10px 0;
}
.archive-listing-item-detail-pane.cd-panel--from-right .mobile-banner-wrap .product-meta span {
	color: #0C121C;
	font-size: 19px;
	font-weight: 400;
	background-size: 22px auto;
	background-repeat: no-repeat;
	height: 36px;
	margin-right: 20px;
}
.archive-listing-item-detail-pane.cd-panel--from-right .mobile-banner-wrap .product-meta .price {
	font-size: 19px;
	font-weight: 400;
	line-height: 1;
	margin-right: 30px;
	padding-top: 10px;
	color: #0C121C;
}
.archive-listing-item-detail-pane.cd-panel--from-right .mobile-banner-wrap  .product-meta .size {
	background-image: url(_img/ico-size@2x-black.png);
	background-position: 0 9px;
	padding-left: 30px;
	padding-top: 10px;
}
.archive-listing-item-detail-pane.cd-panel--from-right .mobile-banner-wrap .product-meta .occupants {
	background-image: url(_img/ico-occupants@2x-black.png);
	background-position: 0 7px;
	padding-left: 30px;
	padding-top: 9px;
}
.archive-listing-item-detail-pane.cd-panel--from-right  .mobile-banner-wrap .product-brochure-button {
	display: block;
	font-family: "Maven Pro", Helvetica, Arial, sans-serif;
	background: #0c121c;
	padding: 9px 3%;
	text-align: center;
	width: 250px;
	margin: 0 auto;
}

.archive-listing-item-detail-pane.cd-panel--from-right  .mobile-banner-wrap .product-brochure-button a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	background-size: 22px auto;
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	text-transform: uppercase;
	padding: 4px 0;
}
.archive-listing-item-detail-pane.cd-panel--stay-right  .stripe.gallery
{
	background: #ffffff;
	padding-top: 0;
}
.archive-listing-item-detail-pane.cd-panel--stay-right .stripe.gallery .flex-viewport
{
	width: 88%;
}



/* CUSTOMIZE THE ARCHIVE ITEM DETAIL AT RIGHT PANEL  */
.archive-item-detail-panel
{
	border-left: 1px solid #ececec;
}
@media only screen and (max-width: 991px)
{
	.archive-item-detail-panel
	{
		display:none;
	}
}

.archive-listing-item-detail-pane.cd-panel--stay-right
{
	position: relative;
	top: 0;
	left: 0;

	width: 100%;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.6s;
	transition: visibility 0s 0.6s;
	z-index: 9;

	height: 900px;
	overflow-y: scroll;
}

.archive-listing-item-detail-pane.cd-panel--stay-right::after {
	/* overlay layer */
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: pointer;
	-webkit-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}

.archive-listing-item-detail-pane.cd-panel--stay-right.cd-panel--is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}

.archive-listing-item-detail-pane.cd-panel--stay-right.cd-panel--is-visible::after {
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: background 0.3s 0s;
	transition: background 0.3s 0s;
}

.archive-listing-item-detail-pane-notice {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	z-index: 7;
	margin: 0 15px;
}
.archive-listing-item-detail-pane.cd-panel--stay-right .cd-panel__container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: #ffffff;
	z-index: 1;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;

	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}


.archive-listing-item-detail-pane.cd-panel--stay-right.cd-panel--is-visible .cd-panel__container {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.archive-item-detail-loading-panel
{
	display: none;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	margin: 0;
	background: #ffffff;
	opacity: 1;
	z-index: 999;
	position: absolute;
}
.archive-item-detail-loading-panel img.loading-icon
{
	position: absolute;
	top: 20%;
	left: 50%;
	width: 150px;
	height: 150px;
	margin-top: -75px; /* Half the height */
	margin-left: -75px; /* Half the width */
}

.archive-listing-item-detail-pane.cd-panel--stay-right .cd-panel__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	overflow: visible;
	/* smooth scrolling on touch devices */
	-webkit-overflow-scrolling: touch;
}

.archive-listing-item-detail-pane.cd-panel--stay-right .cd-panel__content p {
	font-size: 1.4rem;
	color: #424f5c;
	line-height: 1.4;
	margin: 2em 0;
}

.archive-listing-item-detail-pane.cd-panel--stay-right .banner-wrap
{
	height: auto;top: 0;
}

.archive-listing-item-detail-pane.cd-panel--stay-right .stripe.floorplan{
	background: #ffffff;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 0;
}

.archive-listing-item-detail-pane.cd-panel--stay-right .stripe.floorplan h2 {
	color: #303235;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	width: auto;
	margin: 30px 0 0px;
	font-size: 38px;
	font-weight: bold;
}
.archive-listing-item-detail-pane.cd-panel--stay-right .stripe.floorplan p
{
	font-size: 20px;
	text-transform: capitalize;
	margin: 5px 0;
}
.archive-listing-item-detail-pane.cd-panel--stay-right .stripe.floorplan img {
	width: 100%;
	margin: 20px 0 0;
	text-align: center;
}

.archive-listing-item-detail-pane.cd-panel--stay-right  #specifications .panel-collapse .panel-body p {
	font-size: 17px;
	margin: 0;
	color: #0c121c;
	text-align: left;
}
.archive-listing-item-detail-pane.cd-panel--stay-right  #specifications
{
	color: #000000;
	background-size: 100% auto;
	background-color: #fff;
	padding: 0 10px 5px;
}
.archive-listing-item-detail-pane.cd-panel--stay-right  #specifications  .panel-heading
{
	cursor: pointer;
}
.archive-listing-item-detail-pane.cd-panel--stay-right  #specifications .panel-group .panel
{
	box-shadow:none;border-color: #fff;
}

.archive-listing-item-detail-pane.cd-panel--stay-right  #specifications .header-wrapper h2 {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	width: auto;
	height: 100px;
	line-height: 100px;
	margin: 0 auto 20px;
	font-size: 38px;
}
.archive-listing-item-detail-pane.cd-panel--stay-right .mobile-banner-wrap
{
	display: block;
	padding-bottom: 10px;
	display: block;
	padding-top: 16px;
}

.archive-listing-item-detail-pane.cd-panel--stay-right .mobile-banner-wrap h1
{
	margin-bottom: 5px;
	color: #000;
	text-shadow: none;
	font-weight: 400;
}
.archive-listing-item-detail-pane.cd-panel--stay-right .mobile-banner-wrap p.lead
{
	color: #000;
	text-shadow: none;
	font-size: 20px;
	margin: 10px 0;
}

.archive-listing-item-detail-pane.cd-panel--stay-right .mobile-banner-wrap .product-meta
{
	display: block;
	min-width: 40%;
	font-family: "Maven Pro", Helvetica, Arial, sans-serif;
	padding: 9px 5%;
	text-align: center;
	width: 100%;
	margin: 10px 0;
}


.archive-listing-item-detail-pane.cd-panel--stay-right  .mobile-banner-wrap .product-meta span {
	color: #0C121C;
	font-size: 19px;
	font-weight: 400;
	background-size: 22px auto;
	background-repeat: no-repeat;
	height: 36px;
	margin-right: 20px;
}
.archive-listing-item-detail-pane.cd-panel--stay-right .mobile-banner-wrap .product-meta .price {
	font-size: 19px;
	font-weight: 400;
	line-height: 1;
	margin-right: 30px;
	padding-top: 10px;
	color: #0C121C;
}
.archive-listing-item-detail-pane.cd-panel--stay-right .mobile-banner-wrap  .product-meta .size {
	background-image: url(_img/ico-size@2x-black.png);
	background-position: 0 9px;
	padding-left: 30px;
	padding-top: 10px;
}
.archive-listing-item-detail-pane.cd-panel--stay-right .mobile-banner-wrap .product-meta .occupants {
	background-image: url(_img/ico-occupants@2x-black.png);
	background-position: 0 7px;
	padding-left: 30px;
	padding-top: 9px;
}

.archive-listing-item-detail-pane.cd-panel--stay-right .mobile-banner-wrap .product-brochure-button
{
	display: block;
	font-family: "Maven Pro", Helvetica, Arial, sans-serif;
	background: #0c121c;
	padding: 9px 3%;
	text-align: center;
	width: 250px;
	margin: 0 auto;
}

.archive-listing-item-detail-pane.cd-panel--stay-right  .mobile-banner-wrap .product-brochure-button a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	background-size: 22px auto;
	background-repeat: no-repeat;
	display: block;
	height: 33px;
	text-transform: uppercase;
	padding: 4px 0;
}
.archive-listing-item-detail-pane.cd-panel--stay-right  .stripe.gallery
{
	background: #ffffff;
	padding-top: 0;
}
.archive-listing-item-detail-pane.cd-panel--stay-right .stripe.gallery .flex-viewport {
	width: 88%;
}


/** CUSTOMIZE THE DEALER SIGN IN PAGE **/
.page-template-template-dealer-signin
{

}
.page-template-template-dealer-signin #wpmpLoginForm .btn-primary {
	color: #FFF;
	background-color: #1a1a1a;
	border-color: #FFF;
}
.page-template-template-dealer-signin #wpmpLoginForm .btn-primary:hover {
	color: #1a1a1a;
	background-color: #fff;
	border-color: #1a1a1a;
}


/** CUSTOMIZE THE SINGLE PRODUCT UPDGRADE PACKAGE **/
.stripe.upgrade {
	color: #333333;
	background-size: 100% auto;
	background-color: #eceded;
	padding-top: 40px;
}

.stripe.upgrade ~ .stripe.gallery {
	background: #ffffff;
	padding-top: 30px;
}


.stripe.upgrade ul.primary-upgrade-item
{
	list-style-type: none;
	margin:0;
	padding:0;
}
.stripe.upgrade ul.primary-upgrade-item li
{
	padding-left: 0;
	margin-left: 0;

	color: #0c121c;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;

}
@media all and (max-width: 767px)
{
	.stripe.upgrade ul.primary-upgrade-item li
	{
		margin-left: 38px;
	}
}

.stripe.upgrade ul.primary-upgrade-item li img
{
	width:70px;
}
.stripe.upgrade ul
{
	list-style-type: disc;
	margin-left: 1.1rem;
	font-size: 1.25em;

	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}
@media all and (max-width: 1000px)
{
	.stripe.upgrade ul
	{
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}
@media all and (max-width: 767px)
{
	.stripe.upgrade ul
	{
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
		padding: 18px 45px;
	}
}
.stripe.upgrade ul li
{
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 15px;
}
@media all and (max-width: 767px)
{
	.stripe.upgrade ul li
	{
		padding-left: 0px;
	}
}

.stripe.upgrade  .header-wrapper h2 {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	width: auto;
	height: 100px;
	margin: 0 auto 0;
	font-size: 38px;
}
.stripe.upgrade  .package-price
{
	color: #0c121c;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .1em;
}
@media all and (max-width: 767px)
{
	.stripe.upgrade  .package-price
	{
		margin-left: 50px;
	}
}
/** ADD FREE ICOMOON ICON  **/

@font-face {
	font-family: 'IcoMoon-Free';
	src: url('_css/fonts/IcoMoon-Free.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.icon-moon
{
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'IcoMoon-Free' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Enable Ligatures ================ */
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before
{
	content: "\ea91";
}
.icon-youtube:before
{
	content: "\ea9d";
}
.icon-instagram:before
{
	content: "\ea92";
}

/** CUSTOMIZE PAGE LISTING NEWS/EVENTS **/

.page-template-news-listing .item a,
.page-template-news-listing .item a:hover
{
	color: #ffffff;
}


/**
* customize the custom order buttton on product
*/

.custom_order_button_panel
{
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;

	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	background-color: rgba(247,247,247,0.95);
	border-top: 1px solid #ccc;
	bottom: 0;
	padding: 15px 0;
}
@media all and (max-width: 467px)
{
	.custom_order_button_panel .model-name
	{
		display: none;
	}
	.custom_order_button_panel .order-panel
	{
		width: 100%;
		text-align: center;
	}
	.custom_order_button_panel .order-panel .custom-order-button
	{
		float:none;
	}
}
.custom_order_button_panel .custom-order-button
{
	display: inline-block;
	background: #0c121c;
	padding: 5px 3%;
	text-align: center;
	width: 200px;
	float: right;
}

.custom_order_button_panel .custom-order-button a
{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	display: block;
	height: 26px;
	text-transform: uppercase;
	padding: 3px 0;
}


/** customize the warranty template **/

.page-template-template-warranty .warranty-claim-panel
{
	color: #202020;
	background: #eceded;
	text-align: center;
	padding: 25px 0px 35px;
}
.page-template-template-warranty .warranty-claim-panel p
{
	color: #111;
	margin: 18px 0;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}


.page-template-template-warranty .warranty-claim-panel .contact a {
	color: #ffff;
	background: #111;
	padding: 12px 50px;
	font-size: 24px;
	padding-top: 11px;
	letter-spacing: 0;
	display: inline-block;
	text-transform: uppercase;
	line-height: normal;
	font-family: 'Rubik', sans-serif;
	border: 1px solid #fff;
}
/**
home page custom order panel
 */

.home.page .custom-order-panel
{
	background: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
}
.home.page .custom-order-panel img {
	width: 100%;
	min-height: 200px;
}
.home.page .custom-order-panel .container-fluid  .row
{
	position: relative;
}

.home.page .custom-order-panel .custom-order-content
{
	color: #000;
	background-color: hsla(0,0%,100%,.9);
	padding: 19px 25px 21px;
	min-width: 450px;
	height: 210px;
	left: 5.2%;
	top: 30%;
	position: absolute;
}

@media only screen and (max-width: 1326px) {
	.home.page .custom-order-panel .custom-order-content
	{
		left: 0;
		height: 200px;
	}
}

.home.page .custom-order-panel .custom-order-content a{
	color: #fff;
	font-size: 15px;
	display: block;
	height: 46px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	background: #0c121c;
	padding: 11px 5%;
	text-align: center;
	width: 200px;
}

.home.page .custom-order-panel .custom-order-content a.btn-default:hover {
	background: #fff;
	color: #0c121c;
	border: 1px solid #0c121c;
}

.home.page .custom-order-panel .mobile-custom-order-content
{
	display: none;
	padding-top: 30px;
	padding-bottom: 30px;
}
@media (max-width: 900px)
{
	.home.page .custom-order-panel .custom-order-content
	{
		display: none;
	}
	.home.page .custom-order-panel .mobile-custom-order-content
	{
		display: block;
	}
}

.home.page .custom-order-panel .mobile-custom-order-content a
{
	color: #fff;
	font-size: 17px;
	height: 46px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	background: #0c121c;
	padding: 10px 5%;
	text-align: center;
	width: 200px;
}
