/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format('embedded-opentype'), url("fonts/flexslider-icon.woff") format('woff'), url("fonts/flexslider-icon.ttf") format('truetype'), url("fonts/flexslider-icon.svg#flexslider-icon") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 35px;
  height: 100px;
  margin: -50px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  content: url("/source/ea09b8e23a4ef38020d213d618f60d1f/chevron-left.png");
  width: 35px;
  height: 100px;
  display: inline-block;
}
.flex-direction-nav a.flex-next:before {
  content: url("/source/4d1c47f9ab578121cf4efd3ce359391d/chevron-right.png");
  width: 35px;
  height: 100px;
  display: inline-block;
}
/* product page arrow images */
.product_images .flex-direction-nav a:before {
  content: url("/source/b9e43e0f3318140071d1d59709f9653a/chevron-left-beige.png");
}
.product_images .flex-direction-nav a.flex-next:before {
  content: url("/source/17ec45f15864094e9ef207e10d0bb30d/chevron-right-beige.png");
}
 /* product page installation images */
.installation_images .flex-direction-nav a:before {
  content: url("/source/b9e43e0f3318140071d1d59709f9653a/chevron-left-beige.png");
}
.installation_images .flex-direction-nav a.flex-next:before {
  content: url("/source/17ec45f15864094e9ef207e10d0bb30d/chevron-right-beige.png");
}
.motif2 a.flex-prev {
	position: relative;
	width: 40px;
    height: 75px;
	margin-left: calc(100% - 60px);
}
.motif2 a.flex-prev:before {
	content: '';
	background-image: url("/source/6e193a58f17444d2aec46b377543ddcb/arrow-carousel-left.png");
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 0;
    width: 40px;
    height: 75px;
    display: block;
}
.motif2 a.flex-next {
	position: relative;
	left: calc(100% - 100px);
	width: 40px;
    height: 75px;
}
.motif2 a.flex-next:before {
	content: '';
	background-image: url("/source/b058ca3d6af2ded5593c63d09dd610c1/arrow-carousel-right.png");
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
    width: 40px;
    height: 75px;
    display: block;
}
@media (max-width: 840px) {
	.motif2 a.flex-prev,
	.motif2 a.flex-next,
	.motif2 a.flex-prev:before,
    .motif2 a.flex-next:before {
		width: 23px;
		height: 43px;
	}
	.motif2 a.flex-prev {
		margin-left: calc(100% - 25px);
	}
	.motif2 a.flex-next {
		position: relative;
		left: calc(100% - 25px);
	}
}

/* architect page arrow images */
.architect .flex-direction-nav a {
	opacity: 1;
   width: 44px;
   height: 78px;
   margin: -39px 0 0;
 }
.architect .flex-direction-nav a.flex-next {
	opacity: 1;
  width: 44px;
  height: 78px;
 }
.architect .flex-direction-nav a:before {
	content: url("/source/86cf1423fb5a6fb584335131a5de4605/chevron-left-grey.png");
  width: 44px;
  height: 78px;
 }
.architect .flex-direction-nav a.flex-next:before {
	content: url("/source/292d03bd6e36dc19f557d92fa6efe58e/chevron-right-grey.png");
  width: 44px;
  height: 78px;
 }
 @media (max-width: 1000px) {
	 .architect .flex-direction-nav a {
	   width: 16px;
	   height: 28px;
	   margin: -14px 0 0;
	 }
	 .architect .flex-direction-nav a.flex-next {
	   width: 16px;
	   height: 28px;
	 }
	.architect .flex-direction-nav a:before {
	   content: url("/source/1901263b4694ad19df469d333864c388/chevron-left-grey-mobile.png");
	   width: 16px;
	   height: 28px;
	 }
	.architect .flex-direction-nav a.flex-next:before {
	   content: url("/source/ecf4a68204f48a46d4d7bf982aa32993/chevron-right-grey-mobile.png");
	   width: 16px;
	   height: 28px;
	 }
 }

.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.motif_images .flex-control-nav {
  bottom: -20%; 
}
.motif_images .flex-control-nav li {
  margin: 0 12px;
}
.motif_images {
	padding: 0 35px;
}
.motif .flex-direction-nav a {
  width: 25px;
  height: 49px;
  margin: -25px 0 0;
  top: 50%;
}
.motif .flex-direction-nav a:before {
  content: '';
  background-image: url("/source/7da4f384445680debe810ed6bfab384a/chevron-left-motif.png");
  background-size: 25px 49px;
  width: 25px;
  height: 49px;
}
.motif .flex-direction-nav a.flex-next:before {
	content: '';
  background-image: url("/source/b30cc1332c4cbb6eb05758ae67b8fe17/chevron-right-motif.png");
  background-size: 25px 49px;
  width: 25px;
  height: 49px;
}
.motif .flexslider .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1.0;
}
.motif .flexslider .flex-direction-nav .flex-next {
  right: 0;
  opacity: 1.0;
}
.motif .flexslider:hover .flex-direction-nav .flex-prev {
  left: 4%;
  left: 0;
}
.motif .flexslider:hover .flex-direction-nav .flex-next {
  right: 4%;
  right: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 4%;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 4%;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.product_images:hover .flex-direction-nav .flex-prev {
  left: 1%;
}
.product_images:hover .flex-direction-nav .flex-next {
  right: 1%;
}
.page-template-template-automotive-product-new .product_images .flex-direction-nav .flex-prev {
	left: 15%;
	opacity: 1;
}
.page-template-template-automotive-product-new .product_images .flex-direction-nav .flex-next {
	right: 15%;
	opacity: 1;
}
.page-template-template-automotive-product-new .flex-direction-nav a {
	top: 45%;
}
.architect .flex-direction-nav .flex-prev,
.architect .flexslider:hover .flex-direction-nav .flex-prev {
  left: -75px;
}
.architect .flex-direction-nav .flex-next,
.architect .flexslider:hover .flex-direction-nav .flex-next {
  right: -75px
}
 @media (max-width: 1000px) {
  .architect .flex-direction-nav .flex-prev,
  .architect .flexslider:hover .flex-direction-nav .flex-prev {
    left: -28px;
    display: inline-block;
  }
  .architect .flex-direction-nav .flex-next,
  .architect .flexslider:hover .flex-direction-nav .flex-next {
    right: -28px;
    display: inline-block;
  }
 }
 
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 4%;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
 .flex-control-paging li a {
 	color: #000;
 }
.motif_images .flex-control-paging li a,
.page-template-template-homepage .flex-control-paging li a,
.page-template-template-product .flex-control-paging li a {
  width: 20px;
  height: 20px;
  display: block;
  background: #fff;
  background: rgba(255, 255, 255, 1.0);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.page-template-template-homepage .flex-control-paging li a:hover,
.page-template-template-product .flex-control-paging li a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 1.0);
}
.page-template-template-homepage .flex-control-paging li a.flex-active, 
.page-template-template-product .flex-control-paging li a.flex-active {
  background: #ef4034;
  background: rgba(239, 64, 52, 1.0);
  cursor: default;
}
.product_images .flex-control-nav {
	display: none;
}
.product_images .flex-control-paging li a {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px #ef4034 solid;
}
.product_images .flex-control-paging li a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 1.0);
}
.product_images .flex-control-paging li a.flex-active {
  background: #ef4034;
  background: rgba(239, 64, 52, 1.0);
  cursor: default;
}
.motif_images .flex-control-paging li a {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1px #8e8f90 solid;
}
.motif_images .flex-control-paging li a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 1.0);
}
.motif_images .flex-control-paging li a.flex-active {
  background: #8e8f90;
  background: rgba(142, 143, 144, 1.0);
  cursor: default;
}
.installation_images .flex-control-paging li a  {
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.installation_images .flex-control-paging li a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.installation_images .flex-control-paging li a.flex-active {
  background: #ef4034;
  background: rgba(239, 64, 52, 0.8);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 640px) {
	.page-template-template-homepage .flex-control-paging li a.flex-active {
	  background: #b8a480;
	  background: rgba(184, 164, 128, 1.0);
	}
  	.product_images .flex-control-nav {
		display: block;
  	}
  	.flex-direction-nav .flex-prev {
    	display: none;
  	}
  	.flex-direction-nav .flex-next {
    	display: none;
  	}
  	.page-template-template-automotive-product-new .product_images .flex-direction-nav .flex-prev {
      display: block;
      left: 5%;
    }
    .page-template-template-automotive-product-new .product_images .flex-direction-nav .flex-next {
      display: block;
      right: 5%;
    }
    .page-template-template-automotive-product-new .flex-direction-nav a {
      width: 16px;
      height: 45px;
    }
    .page-template-template-automotive-product-new .flex-direction-nav a:before {
      content: url("/source/29338b0b0bffffffcce88b2e0caa533b/chevron-left-beige-mobile.png");
		  width: 16px;
		  height: 45px;
		}
		.page-template-template-automotive-product-new .flex-direction-nav a.flex-next:before {
		  content: url("/source/fa60d6287406e51f4af0cafbf57d8eb0/chevron-right-beige-mobile.png");
		  width: 16px;
		  height: 45px;
		}
  	.flex-control-paging li a,
  	.product_images .flex-control-paging li a,
  	.installation_images .flex-control-paging li a  {
	  	width: 10px;
	  	height: 10px;
	  	-webkit-border-radius: 10px;
	  	-moz-border-radius: 10px;
	  	border-radius: 10px;
  	}
  	.flex-control-nav li {
	    margin: 0 3px;
	}
  	.product_images .flex-control-paging li a {
	  	border: 1px #ef4034 solid;
  	}
  	.product_images .flex-control-nav {
	    bottom: -15%;
	   }
	   
	   
	  .drop-pole-page-slider .installation_images .flex-direction-nav a:before, .drop-pole-page-slider .installation_images .flex-direction-nav a.flex-next:before{
	 width: 28px;
    height: 73px;
    background-size: 25px !important;
    background-repeat:no-repeat !important;
}
.drop-pole-page-slider .installation_images .flex-direction-nav a.flex-next:before {
    content: "";
    background: url("/source/17ec45f15864094e9ef207e10d0bb30d/chevron-right-beige.png");
   
}
.drop-pole-page-slider .installation_images .flex-direction-nav a:before {
	 content: "";
    background: url("/source/b9e43e0f3318140071d1d59709f9653a/chevron-left-beige.png");
}
.drop-pole-page-slider .flex-direction-nav a {
   
    width: 28px;
    height: 73px;
	margin: -26px 0 0;
}
}
@media screen and (max-width: 1050px) {	
	.page-template-template-photogallery .flex-direction-nav a:before {
	  	content: url("/source/b9e43e0f3318140071d1d59709f9653a/chevron-left-beige.png");
	 }
	.page-template-template-photogallery .flex-direction-nav a.flex-next:before {
	  	content: url("/source/17ec45f15864094e9ef207e10d0bb30d/chevron-right-beige.png");
	 }
}
