/*
Theme Name: OVERLAP
Description: Willow - Creative One Page Parallax Theme
Author: Solo Pine Design
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: white, light, one-column, two-columns, right-sidebar, fixed-layout, custom-menu, editor-style, featured-images, microformats, translation-ready
*/

/*---------------COLOR---------------*/
body { color:#4D4D4D; background-color:#F3F3F3; }
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #002e5e;
}
.content-section { color:#4D4D4D; }
.nav > li > a { color:#4D4D4D !important; }
.header-section .navbar-nav > li .sub-menu a { color:#4D4D4D !important; }
.wpb_willow_blog_grid .blog-grid-post-wrapper { color:#4D4D4D; }
.content-post .post-content { color:#4D4D4D; }
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_rss ul li a {
	color:#4D4D4D;
}



/*---------------MENU---------------*/
.header-section { background-color:#F3F3F3; }
.header-section .header-separator { margin: 0 10px; border-color:#e0e0e0; }
.header-section .site-logo {
	padding:32px 10px;
	line-height: 1em;
	width:150px;
}
.header-section.header-floating.floating .site-logo {
	padding-top: 22px;
	padding-bottom: 22px;
	line-height: 1em;
}
.nav > li > a { padding:4px 4px; }
.header-navigation .navbar-nav > li > a > i {
	font-size: 18px;
	position: relative;
	top: 1px;
}
.header-section .navbar-nav > li .sub-menu a {
	padding-top: 4px;
	padding-bottom: 4px;
}

@media ( min-width: 992px ) {
	.wpml-switcher > li {
		margin: 30px 0px;
	}
	.header-floating.floating .wpml-switcher > li {
		margin: 20px 0px;
	}
}

#lang_sel li { width:48px; }
#lang_sel a, #lang_sel a:visited { font-size:9px; background-color:#F3F3F3 !important; }
#lang_sel img.iclflag { top:-1px; }
#lang_sel ul ul { width:48px; }



/*---------------LOADER---------------*/
.page-template-page-template-one-page-php #jpreLoader {
	height: 4px;
	margin-top: -2px;
}
#jpreBar {
	background-color: #002e5e;
}
.page-template-page-template-one-page-php #jpreBar {
	z-index: 2;
	background: #4d4d4d;
}
.js-preloader > .header-section {
	opacity: 0;
}
.js-preloader.preloader-done > .header-section {
	opacity: 1;
}



/*---------------TITLE---------------*/
.wpb_willow_section_heading .section-title {
	color:#002e5e;
}
.wpb_willow_big_title span {
	border:none;
}
.wpb_willow_big_title { margin-top:0; }
@media ( max-width: 767px ) {
	.wpb_willow_big_title { font-size:29px; }
}



/*---------------HERO SECTION---------------*/
.dark-scheme .btn-hero-default {
	background-color: #002e5e;
}
.hero-section {
	height: 200px;
}
.hero-section .video-background {
	height: 200px;
}
.hero-section .hero-logo {
	top: 50%;
	height:140px;
	margin-top: -80px;
	max-height:none;
}
@media ( min-width: 768px ) {
	.hero-section {
		height: 300px;
	}
	.hero-section .video-background {
		height: 300px;
	}
	.hero-section .hero-logo {
		margin-top: 30px;
		top:0;
	}
}
@media ( min-width: 992px ) {
	.hero-section {
		height: 500px;
	}
	.hero-section .video-background {
		height: 500px;
	}
	.hero-section .hero-slide-style-1 .hero-buttons,
	.hero-section .hero-slide-style-2 .hero-buttons {
		margin-bottom: 58px;
	}
}
@media ( max-width: 767px ) {
	.hero-section .hero-slide-style-1 .hero-middle-text,
	.hero-section .hero-slide-style-2 .hero-middle-text,
	.hero-section .hero-slide-style-3 .hero-middle-text {
		font-size:30px;
	}
}



/*---------------SERVICE BLOCK---------------*/
.wpb_willow_service_block.style-2 .service-icon { margin-top: 18px; }
.wpb_willow_service_block .service-icon img {
	border:2px solid #CCC;
}
.wpb_willow_service_block .service-content { text-align:justify; }



/*---------------IMAGE LIST---------------*/
.wpb_willow_image_list {
  display: inline-block;
	margin:5px !important;
	vertical-align:top;
}
.wpb_willow_icon_block a {
}
.wpb_willow_icon_block span {
}



/*---------------COUNTER---------------*/
.wpb_willow_counter {	padding: 30px 10px; }
.wpb_willow_counter a {	color:#FFFFFF; font-weight:800; }
.wpb_willow_counter .counter-icon {	font-size: 70px; }



/*---------------PORTFOLIO---------------*/
.wpb_willow_portfolio_grid .portfolio-grid-post {
	margin-bottom: 30px !important;
}
.wpb_willow_portfolio_grid .portfolio-grid-post-wrapper { 
	border:none;
	padding:20px;
}
.wpb_willow_portfolio_grid .portfolio-grid-post-thumbnail {
	margin: -20px -20px -20px -20px !important;
}
.wpb_willow_portfolio_grid .portfolio-grid-post-thumbnail a:hover {
	opacity:unset;
}
.wpb_willow_portfolio_grid .rvcolor:hover {
	background-color: #009DDE;
	border-color: #009DDE;
}
.portfolio-grid-post .portfolio-grid-post-overlay {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba( 0, 0, 0, 0.3 );
	color: #ffffff;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.portfolio-grid-post .portfolio-grid-post-overlay:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.portfolio-grid-post:hover .portfolio-grid-post-overlay {
	opacity: 1;
	visibility: visible;
}
.portfolio-grid-post .portfolio-grid-post-content {
	display:inline-block;
	width:90%;
	vertical-align:middle;
}
.portfolio-grid-post-content .portfolio-grid-post-title {
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:7px;
}
@media ( min-width: 992px ) {
	.portfolio-grid-post-content .portfolio-grid-post-title {
		font-size:23px;
	}
	.col-md-3 .portfolio-grid-post-content .portfolio-grid-post-title {
		font-size:16px;
		margin-bottom:5px;
	}
}
@media ( min-width: 1200px ) {
	.portfolio-grid-post-content .portfolio-grid-post-title {
		font-size:30px;
	}
	.col-md-3 .portfolio-grid-post-content .portfolio-grid-post-title {
		font-size:18px;
	}
}
.large-device .portfolio-grid-post:hover .animate_css {
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s;
}
.wpb_willow_portfolio_grid .portfolio-grid-post-view-project-button {
	margin-bottom: 0 !important;
	display:inline-block !important;
	padding:5px 15px;
}
.wpb_willow_portfolio_grid .portfolio-grid-post-view-project-button:hover {
	background-color: #002e5e;
	border-color: #002e5e;
}
.wpb_willow_portfolio_grid .portfolio-grid-filter a:hover,
.wpb_willow_portfolio_grid .portfolio-grid-filter a.active {
	background-color: #002e5e;
	border-color: #002e5e;
	color: #ffffff;
}



/*---------------BLOG---------------*/
.wpb_willow_blog_grid .blog-grid-post-wrapper {
	border:none;
	padding:20px;
}
.wpb_willow_blog_grid .portfolio-grid-filter {
	text-align: center;
	margin-bottom: 60px;
}
.wpb_willow_blog_grid .portfolio-grid-filter a {
	display: inline-block;
	padding: 8px 18px;
	margin: 5px;
	border: 1px solid #fff;
	color: #999999;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color:#FFFFFF;
}
.wpb_willow_blog_grid .portfolio-grid-filter a:hover,
.wpb_willow_blog_grid .portfolio-grid-filter a.active {
	background-color: #4D4D4D;
	border-color: #4D4D4D;
	color: #ffffff;
}

.content-post .post-title {
	margin-top: 30px;
}
@media ( min-width: 992px ) {
	.content-post .post-thumbnail {
		margin: 0;
		padding:0 50px;
	}
}
.shop-online {
	margin-bottom: 50px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 50px;
	max-width: 940px;
	text-align:center;
}


/*---------------BTN BLUE---------------*/
.btn.btn-blue {
	background-color: transparent;
	border-color: #002e5e;
	color: #002e5e;
}
.btn.btn-blue:hover {
	background-color: #002e5e;
	color: #ffffff;
}



/*---------------BTN GREY---------------*/
.btn.btn-grey {
	background-color: transparent;
	border-color: #4D4D4D;
	color: #4D4D4D;
}
.btn.btn-grey:hover {
	background-color: #4D4D4D;
	color: #ffffff;
}



/*---------------BTN BLUE RV---------------*/
.btn.btn-bluerv {
	background-color: transparent;
	border-color: #009DDE;
	color: #009DDE;
}
.btn.btn-bluerv:hover {
	background-color: #009DDE;
	color: #ffffff;
}



/*---------------BTN LARGE---------------*/
input[type="submit"].btn-lg,
input[type="reset"].btn-lg,
button.btn-lg,
.btn.btn-lg {
	font-size: 14px;
	letter-spacing: 1px;
}
.btn-lg,.btn-group-lg>.btn{ 
	padding: 10px 10px;
}
.btn.btn-icon.btn-lg {
	padding-left: 50px;
}
.btn.btn-icon.btn-default.btn-lg,
.btn.btn-icon.btn-black.btn-lg,
.btn.btn-icon.btn-blue.btn-lg,
.btn.btn-icon.btn-grey.btn-lg,
.btn.btn-icon.btn-bluerv.btn-lg,
.btn.btn-icon.btn-white.btn-lg {
	padding-left: 54px;
}

.btn.btn-icon.btn-lg > i {
	padding-top: 10px;
	font-size: 20px;
	width: 40px;
}
.btn.btn-icon.btn-lg.btn-default > i,
.btn.btn-icon.btn-lg.btn-black > i,
.btn.btn-icon.btn-lg.btn-blue > i,
.btn.btn-icon.btn-lg.btn-grey > i,
.btn.btn-icon.btn-lg.btn-bluerv > i,
.btn.btn-icon.btn-lg.btn-white > i {
	width: 43px;
}
.btn.btn-icon.btn-lg > b {
	left: 40px;
}
.btn.btn-icon.btn-lg.btn-default > b,
.btn.btn-icon.btn-lg.btn-black > b,
.btn.btn-icon.btn-lg.btn-blue > b,
.btn.btn-icon.btn-lg.btn-grey > b,
.btn.btn-icon.btn-lg.btn-bluerv > b,
.btn.btn-icon.btn-lg.btn-white > b {
	left: 43px;
}



/*---------------BTN XTRALARGE---------------*/
input[type="submit"].btn-xlg,
input[type="reset"].btn-xlg,
button.btn-xlg,
.btn.btn-xlg {
	font-size: 14px;
	letter-spacing: 1px;
}
.btn-xlg,.btn-group-xlg>.btn{ 
	line-height:1.33; 
	padding: 10px 10px;
}
.btn.btn-icon.btn-xlg {
	padding-left: 50px;
}
.btn.btn-icon.btn-default.btn-xlg,
.btn.btn-icon.btn-black.btn-xlg,
.btn.btn-icon.btn-blue.btn-xlg,
.btn.btn-icon.btn-grey.btn-xlg,
.btn.btn-icon.btn-bluerv.btn-xlg,
.btn.btn-icon.btn-white.btn-xlg {
	padding-left: 54px;
}
.btn.btn-icon.btn-xlg > i {
	padding-top: 10px;
	font-size: 20px;
	width: 40px;
}
.btn.btn-icon.btn-xlg.btn-default > i,
.btn.btn-icon.btn-xlg.btn-black > i,
.btn.btn-icon.btn-xlg.btn-blue > i,
.btn.btn-icon.btn-xlg.btn-grey > i,
.btn.btn-icon.btn-xlg.btn-bluerv > i,
.btn.btn-icon.btn-xlg.btn-white > i {
	width: 43px;
}
.btn.btn-icon.btn-xlg > b {
	left: 40px;
}
.btn.btn-icon.btn-xlg.btn-default > b,
.btn.btn-icon.btn-xlg.btn-black > b,
.btn.btn-icon.btn-xlg.btn-blue > b,
.btn.btn-icon.btn-xlg.btn-grey > b,
.btn.btn-icon.btn-xlg.btn-bluerv > b,
.btn.btn-icon.btn-xlg.btn-white > b {
	left: 43px;
}

@media ( min-width: 768px ) {
	input[type="submit"].btn-xlg,
	input[type="reset"].btn-xlg,
	button.btn-xlg,
	.btn.btn-xlg {
		font-size: 28px;
		letter-spacing: 3px;
	}
	.btn.btn-icon.btn-xlg {
		padding-left: 60px;
	}
	.btn-xlg,.btn-group-xlg>.btn{ 
		border-width:6px;
	}
	.btn.btn-icon.btn-default.btn-xlg,
	.btn.btn-icon.btn-black.btn-xlg,
	.btn.btn-icon.btn-blue.btn-xlg,
	.btn.btn-icon.btn-grey.btn-xlg,
	.btn.btn-icon.btn-bluerv.btn-xlg,
	.btn.btn-icon.btn-white.btn-xlg {
		padding-left: 100px;
	}
	.btn.btn-icon.btn-xlg > i {
		padding-top: 13px;
		font-size: 33px;
		width: 45px;
	}
	.btn.btn-icon.btn-xlg.btn-default > i,
	.btn.btn-icon.btn-xlg.btn-black > i,
	.btn.btn-icon.btn-xlg.btn-blue > i,
	.btn.btn-icon.btn-xlg.btn-grey > i,
	.btn.btn-icon.btn-xlg.btn-bluerv > i,
	.btn.btn-icon.btn-xlg.btn-white > i {
		width: 80px;
	}
	.btn.btn-icon.btn-xlg > b {
		left: 45px;
	}
	.btn.btn-icon.btn-xlg.btn-default > b,
	.btn.btn-icon.btn-xlg.btn-black > b,
	.btn.btn-icon.btn-xlg.btn-blue > b,
	.btn.btn-icon.btn-xlg.btn-grey > b,
	.btn.btn-icon.btn-xlg.btn-bluerv > b,
	.btn.btn-icon.btn-xlg.btn-white > b {
		left: 75px;
	}
}



/*---------------FOOTER---------------*/
.footer-section { padding: 30px 0; }
.copyright-section { padding: 20px 0; }
div.wpcf7-response-output {
	margin: 2em 0 1em;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
	border: 2px solid #E01F2B;
}



/*---------------VARIOUS---------------*/
.section .section-background.black-overlay:after,
.section .section-background-slider.black-overlay:after {
	background-color: rgba( 0, 0, 0, 0.3 );
}

.section .section-background.white-overlay:after,
.section .section-background-slider.white-overlay:after {
	background-color: rgba( 255, 255, 255, 0.7 );
}

.btn.full-width { width:100%; }



/*---------------WIDGET RECENT POSTS---------------*/
.widget-post { padding-left:85px; }
.widget-post .widget-post-thumbnail { width:70px; }



/*---------------CUSTOM MENU---------------*/
@-webkit-keyframes customFloating {
	0% {
		padding: 30px 0;
	}
	100% {
		padding: 10px 0;
	}
}
@keyframes customFloating {
	0% {
		padding: 30px 0;
	}
	100% {
		padding: 10px 0;
	}
}
#custommenu {
	padding:30px 0;
}
@media ( max-width: 767px ) {
	#custommenu {
		display:none;
	}
	#custommenu.customfloat + .custom-menu-anchor {
		display:none;
	}
}
#custommenu.customfloat {
	-webkit-animation: customFloating 0.5s 1;
	animation: customFloating 0.5s 1;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
  position: fixed;
	padding:10px 0;
  width: 100%;
  z-index: 99997;
}
#custommenu.customfloat + .custom-menu-anchor {
	margin-top:110px; /* height of menu */
}
.vc_wp_custommenu ul.menu {
  text-align: center;
	list-style: none;
	padding:0;
}
.vc_wp_custommenu ul.menu li {
	display:inline-block;
	position: relative;
}
.vc_wp_custommenu ul.menu li a {
  border: 1px solid #eeeeee;
  color: #999999;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 5px !important;
  padding: 8px 18px;
  text-transform: uppercase;
}
.vc_wp_custommenu ul.menu li a:hover,
.vc_wp_custommenu ul.menu li a.active-scroll {
	background-color: #4D4D4D;
	border-color: #4D4D4D;
	color: #ffffff;
}



/*---------------PARALLAX IMAGE BLOCK---------------*/
wpb_willow_image_parallax {
	margin-bottom:30px;
}
.wpb_willow_image_parallax .block-image-parallax {
	height:540px;
	color: #ffffff;
	text-align:center;
	background-position:50% top;
	background-repeat:no-repeat;
	background-size:cover;
}
@media ( min-width: 768px ) {
	.vc_span3 .wpb_willow_image_parallax .block-image-parallax {
		height:350px;
	}
	.vc_span6 .wpb_willow_image_parallax .block-image-parallax {
		height:345px;
	}
	.vc_span4 .wpb_willow_image_parallax .block-image-parallax {
		height:220px;
	}
}
@media ( min-width: 992px ) {
	.vc_span6 .wpb_willow_image_parallax .block-image-parallax {
		height:455px;
	}
	.vc_span4 .wpb_willow_image_parallax .block-image-parallax {
		height:293px;
	}
}
@media ( min-width: 1200px ) {
	.vc_span6 .wpb_willow_image_parallax .block-image-parallax {
		height:555px;
	}
	.vc_span4 .wpb_willow_image_parallax .block-image-parallax {
		height:360px;
	}
}
.block-image-parallax .image-parallax-overlay {
	background-color: rgba( 0, 0, 0, 0 );
	height:100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.block-image-parallax .image-parallax-overlay:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
a.image-parallax-link:hover .block-image-parallax .image-parallax-overlay {
	background-color: rgba( 0, 0, 0, 0.3 );
}
.block-image-parallax .image-parallax-content {
	display:inline-block;
	width:90%;
	vertical-align:middle;
}
.image-parallax-content .image-parallax-title {
	text-transform:uppercase;
}
.image-parallax-title .primary-title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.image-parallax-title .secondary-title {
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  margin: 0;
}
@media ( min-width: 768px ) {
	.vc_span6 .image-parallax-title .primary-title {
		font-size: 28px;
	}
	.vc_span6 .image-parallax-title .secondary-title {
		font-size: 23px;
	}
	.vc_span4 .image-parallax-title .primary-title {
		font-size: 21px;
	}
	.vc_span4 .image-parallax-title .secondary-title {
		font-size: 17px;
	}
}
@media ( min-width: 992px ) {
	.vc_span6 .image-parallax-title .primary-title {
		font-size: 35px;
	}
	.vc_span6 .image-parallax-title .secondary-title {
		font-size: 30px;
	}
	.vc_span4 .image-parallax-title .primary-title {
		font-size: 28px;
	}
	.vc_span4 .image-parallax-title .secondary-title {
		font-size: 23px;
	}
}
@media ( min-width: 1200px ) {
	.vc_span6 .image-parallax-title .primary-title {
		font-size: 40px;
	}
	.vc_span6 .image-parallax-title .secondary-title {
		font-size: 35px;
	}
	.vc_span4 .image-parallax-title .primary-title {
		font-size: 33px;
	}
	.vc_span4 .image-parallax-title .secondary-title {
		font-size: 28px;
	}
}



/*---------------GOOGLE MAP PAGE---------------*/
.section .fullmap .main-section {
	display:block;
	padding:0;
	margin:0 -15px;
	width:auto;
}
#wpsl-search-wrap {
	padding-bottom: 20px;
	padding-top: 20px;
	background:#FFF;
}
#wpsl-gmap {
	height:340px;
}
/* 
Some themes set a box-shadow or max-width for all image / 
div elements, we disable it to prevent it from messing up the map
*/
#wpsl-gmap div,
#wpsl-gmap img {
	box-shadow:none;
	max-width:none;
	background:none;
}
#mapcontrols{
	position: absolute;
}
#wpsl-result-list {
	margin-top:12px;
	display:none;
}
#wpsl-result-list .wpsl-wrapper {
	position:relative;
	height:100%;
	border-bottom: 1px dotted #ccc;
}
#wpsl-result-list #wpsl-stores > ul > li.store {
	height: 245px;
	padding:5px 30px;
	margin:20px 0;
}
#wpsl-result-list #wpsl-stores > ul > li.store p {
}
#wpsl-result-list #wpsl-stores > ul > li.store span {
	display:block;
	font-size:12px;
}
#wpsl-result-list #wpsl-stores > ul > li.store a {
	font-weight:normal;
}
#wpsl-result-list #wpsl-stores > ul > li.store a.wpsl-directions {
	display:block;
	float:right
}
#wpsl-result-list #wpsl-stores .wpsl-direction-infos {
	position:absolute;
	bottom:20px;
	width:100%;
	font-size:12px;
}
#wpsl-result-list #wpsl-stores > ul > li.wpsl-preloader,
#wpsl-result-list #wpsl-stores > ul > li.no-results {
	padding:20px 0;
	font-size: 16px;
	text-align: center;
}
#wpsl-result-list #wpsl-stores > ul > li.wpsl-preloader span,
#wpsl-result-list #wpsl-stores > ul > li.no-results span {
	display:block;
}
#wpsl-result-list #wpsl-stores > ul > li.wpsl-preloader i,
#wpsl-result-list #wpsl-stores > ul > li.no-results i {
	font-size:25px;
}
#wpsl-gmap .wpsl-info-window {
   max-width:250px;
	 line-height:normal;
}
#wpsl-gmap .wpsl-more-info-listings span,
#wpsl-gmap .wpsl-info-window span {
   display:block;
}
#wpsl-gmap .wpsl-info-window .wpsl-info-actions {
	margin-top:5px;
	text-align:right;
}
#wpsl-gmap .wpsl-start {
	width:130px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
}

@media ( min-width: 768px ) {
	#wpsl-wrap .wpsl-search {
		position:absolute;
		z-index:9999;
	}
	#wpsl-wrap .wpsl-search.container {
		top:30px;
		max-width:300px;
	}
	#wpsl-gmap {
		height:430px;
	}
	#mapcontrols{
		top: 10px;
		left: 300px;
	}
	#wpsl-result-list .wpsl-wrapper {
		border-bottom:none;
	}
	#wpsl-result-list #wpsl-stores > ul > li.store {
		border-right: 1px dotted #ccc;
		height:225px;
		padding:0 30px;
		margin:15px 0;
	}
	#wpsl-result-list #wpsl-stores > ul > li.store:nth-child(3n) {
		border-right:none;
	}
	#wpsl-result-list #wpsl-stores .wpsl-direction-infos {
		bottom:0;
	}
}
@media ( min-width: 992px ) {
	#wpsl-wrap .wpsl-search.container {
		top:50px;
		max-width:350px;
	}
	#wpsl-gmap {
		height:500px;
	}
	#mapcontrols{
		top: 30px;
		left: 350px;
	}
	#wpsl-result-list #wpsl-stores > ul > li.store:nth-child(3n) {
		border-right: 1px dotted #ccc;
	}
	#wpsl-result-list #wpsl-stores > ul > li.store:nth-child(4n) {
		border-right:none;
	}
}



/*---------------CAROUSEL BOOTSTRAP---------------*/
.vc-carousel-control {
  top: 0 !important;
  width: 15% !important;
  font-size: 20px !important;
  margin-top: 0 !important;
  height:auto !important;
  color: #fff;
}
.vc-carousel-control.vc-left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.vc-carousel-control.vc-right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.vc-carousel-control:hover,
.vc-carousel-control:focus {
  color: #fff;
  outline: 0;
}
.vc-carousel-control .icon-prev,
.vc-carousel-control .icon-next,
.vc-carousel-control .glyphicon-chevron-left,
.vc-carousel-control .glyphicon-chevron-right {
  left:auto !important;
}
.vc-carousel-control .icon-prev,
.vc-carousel-control .glyphicon-chevron-left {
  left: 50% !important;
  margin-left: -10px;
}
.vc-carousel-control .icon-next,
.vc-carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.vc-carousel-control .icon-prev,
.vc-carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.vc-carousel-indicators li {
  background-color: transparent !important;
  border: 1px solid #fff !important;
}
.vc-carousel-indicators .vc-active {
  background-color: #fff !important;
}
@media screen and (min-width: 768px) {
  .vc-carousel-control .glyphicon-chevron-left,
  .vc-carousel-control .glyphicon-chevron-right,
  .vc-carousel-control .icon-prev,
  .vc-carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .vc-carousel-control .glyphicon-chevron-left,
  .vc-carousel-control .icon-prev {
    margin-left: -15px;
  }
  .vc-carousel-control .glyphicon-chevron-right,
  .vc-carousel-control .icon-next {
    margin-right: -15px;
  }
}



/*---------------FLEXSLIDER---------------*/
.wpb_gallery .wpb_flexslider {
	border:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	-o-border-radius:0 !important;
	border-radius:0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
	bottom:10px !important;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a  { 
	color: rgba(255,255,255,0.8) !important;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3) !important;
}
.flex-control-nav li {
	margin: 0 2px !important;
}
.wpb_gallery .wpb_flexslider .flex-control-paging li a {
	background: #666 !important;
	background: rgba(255,255,255,0.5) !important; 
}
.wpb_gallery .wpb_flexslider .flex-control-paging li a:hover {
	background: #999 !important;
	background: rgba(255,255,255,0.7) !important; 
}
.wpb_gallery .wpb_flexslider .flex-control-paging li a.flex-active {
	background: #FFF !important;
	background: rgba(255,255,255,0.9) !important;
}