/*
	Theme Name: GSW
	Theme URI: germansystemwindows.com
	Description: The official GSW webpage
	Version: 0.0.1
	Tags: german system windows, windows, doors, termopan

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 400 11px/1.4 'Open Sans', sans-serif;
	color:#202020;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:block;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
.clearfix{
	clear: both;
} 
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#202020;
	text-decoration:none;
}
a:hover {
	color: #a6ce39;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
.tr-200,
a{
	-webkit-transition: all 200ms ease;
	        transition: all 200ms ease;
}
b, strong{
	font-weight: 700;
}
input:focus {
	outline: 0;
	border: 1px solid #a6ce39;
}
li, ul, h2, h3, h1{
	margin: 0; padding: 0;
}
h1{
	line-height: 44px;
}
h2, main{
	font-weight: 500;
}
main{
	font-size: 15px;
	line-height: 26px;
	text-align: justify;
	max-width:1000px;
}
.main-title--border{
	font-size: 26px;
	border-bottom: 1px solid #cfcfcf;
	position: relative;
	padding: 10px 0;
}
.main-title--border:before{
    content: '';
    width: 110px;
    height: 3px;
    background-color: #a6ce39;
    position: absolute;
    bottom: -1px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	position:relative;
	margin:0 auto;
}
.cpper{
	margin:0 auto;
	max-width: 1000px;
	
	*zoom: 1;
}
/* header */
.header {
	padding: 28px 0 10px 0;
	max-width:1000px;
}
/* logo */
.logo {
	float: left;
}
/* nav */
.nav {
	float: right;
	z-index: 10;
	position: relative;
}
.nav li{
	display: inline-block;
	margin-left: 20px;
	padding: 5px 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
}
.nav li:first-child{
	margin-left: 0;
}
.nav .sub-menu li{
	margin: 0;
	display: block;
    line-height: 19px;
	text-transform: none;
	white-space: nowrap;
}
.nav .sub-menu li:before{
	content: '›';
	display: inline-block;
	vertical-align: top;
	color: #a2a2a2;
	margin-right: 7px;
}
.nav .sub-menu li:hover:before,
.nav .sub-menu li:hover a{
	color: #a6ce39;
}
.nav .sub-menu li:hover a{
	text-decoration: underline;
}
.nav .sub-menu li:first-child{
	border: none;
}
.nav li.current-menu-item,
.nav li.current-menu-ancestor{
	border-bottom: 3px solid #a6ce39;
}
.nav .sub-menu li.current-menu-parent{
	border-bottom: 0;
}
.nav li .sub-menu .current-menu-item{
	border-bottom: 0;
}
.nav li .sub-menu .current-menu-item a{
	font-weight: 600;
}
.header .sub-menu{
    position: absolute;
    background-color: #fff;
    z-index: 2;
    padding: 10px 30px 10px 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.5);
    margin-top: 9px;
	display: none;
}
.sub-menu .sub-menu{
	left: 190px;
	top: -11px;
}
.sub-menu .sub-menu:after{
	content: none;
}
.sub-menu .sub-menu:before{
	content: none;
}
.sub-menu li a{
	font-weight: 400;
	color: #a2a2a2;
}
.sub-menu:after{
	content: '';
	position: absolute;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	left: 10px; top: -9px;
	
	border-bottom: 10px solid #ffffff;
}
.sub-menu:before{
	content: '';
	position: absolute;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	left: 10px; top: -10px;
	
	border-bottom: 10px solid #a4a4a4;	
}
/* slider */
/*
#inters-slider{
	height: 370px;
	overflow: hidden;
	position: relative;
}
#inters-slider img{
	position: absolute;
}
*/
/* sidebar */
.sidebar {

}
.is-mobile{
	display: none;
}
/* footer */

/* 2017.07 */
.footer__social-media{
	list-style: none;
}
.footer__social-media li{
	display: inline-block;
	margin-right: 10px;
}


.footer {
	background-color: #202020;
	padding: 30px 0;
	margin-top: 40px;
}
.footer,
.footer a{
	color: #fff;
}
.footer a,
.footer p{
	font-size: 13px;
	font-weight: 300;
}
.footer a:hover{
	color: #a4a4a4;
}
.footer p{
	line-height: 22px;
}
.footer .display-row .col{
	display: table-cell;
	vertical-align: top;
}
.footer .display-row{
	display: table;
	width: 100%;
}
.footer li{
	list-style: none;
	line-height: 35px;
}
#nav_menu-2{
	text-transform: uppercase;
}
.footer li:not(.sc):before{
	content:' \25CF';
	margin-right: 10px;
	color: #a6ce39;
	font-size: 10px;
}
.footer li:before,
.footer li a{
	display: inline-block;
	vertical-align: middle;
}
.footer h3{
	font-size: 16px;
	margin-bottom: 15px; 
}
.copyright{
	text-align: center;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

.overlay{
	display: none;
}
.preload{
	background-color: #fff;
	width: 100%; height: 100%;
	position: fixed;
	z-index: 99;
}
.pop-out{
	display: none;
}
.pop-out .quit-button{
    position: absolute;
    top: 11px;
    right: 10px;
    font-size: 25px;
    cursor: pointer;
    margin: 0;
}
.top-reasons li{
	list-style: none;
}
.top-reasons li{
	display: inline-block;
	margin-left: 49px;
	margin-right: 49px;
}
.top-reasons li:first-child{
	margin-left: 0;
}
.top-reasons li.last-child{
	margin-right: 0;
}
.top-reasons ul{
	width: 100%;
	margin: 15px 0;
}
.top-reasons li span{
	color: #cfcfcf;
	font-size: 13px;
}
.top-reasons li span,
.int-spr{
	display: inline-block;
	vertical-align: middle;	
}
.dynamic-content h3{
	font-size: 26px;
	font-weight: 600;
}
.inters-tabs .technical span,
.inters-tabs .products span,
.inters-tabs .colors span{
	display: block;
	font-size: 13px;
	font-weight: 400;
}
/*
.inters-tabs .colors span{
	width: 20px; height: 20px;
	display: inline-block;
}
*/
.term-about-us .dynamic-content article{
	width: 100%;
	margin: 20px 0;
}
.term-about-us .dynamic-content .article-thumb{
	float: left;
	width: 209px;
	height: 184px;
	border: 1px solid #cfcfcf;
	text-align: center;
	margin-right: 20px;
}
.dynamic-content .more{
	font-size: 13px;
	text-decoration: underline;
	float: right;
}
/* products */
.dynamic-content .products-tmp .inters-tabs .tab{
	display: none;
}
.dynamic-content .products-tmp .inters-tabs .tab.active{
	display: inline-block;
}
.dynamic-content .products-tmp h3{
	margin: 50px 0 25px 0;
}
.dynamic-content .products-tmp .description{
	margin-bottom: 7px;
    overflow: hidden;
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;	
}
.dynamic-content .products-tmp .inters-read-more{
	margin-bottom: 20px;
	font-weight: 600;
	cursor: pointer;
}
.dynamic-content .products-tmp img{
	float: right;
    max-width: 350px;
	margin-left: 30px;
}
.products-tmp .inters-tabs-nav{
	border-bottom: 1px solid #cfcfcf;
	height: 40px;
}
.products-tmp .inters-tabs-nav,
.products-tmp .inters-tabs,
.products-tmp .description{
	max-width: 620px;	
}
.products-tmp .inters-tabs-nav span{
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    height: 39px;
    display: inline-block;
    padding: 0 20px;
    line-height: 39px;
	cursor: pointer;
	background-color: #f0f0f0;
}
.products-tmp .inters-tabs-nav span.active,
.products-tmp .inters-tabs-nav span:hover{
	background-color: #e6e6e6;
}
.products-tmp .inters-tabs{
	padding: 15px 0;
}
/* End products */

.contact-for-more{
	font-weight: 700;
	background-color: #a6ce39;
	display: inline-block;
	min-width: 130px;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	cursor: pointer;
	text-align: center;
	margin-top: 10px;
}
.contact-for-more:hover{
	background-color: #ffd741;	
}
.overlay{
    background-color: rgba(0,0,0,0.2);
    width: 100%; height: 100%;
    position: fixed;
    z-index: 9;
}

/* Partners Page */
.term-partners .dynamic-content{
	margin: 55px 0 70px 0;
}
.term-partners .dynamic-content article{
	width: 30%;
	margin-left: 44px;
	display: inline-block;
	vertical-align: top;
}
.term-partners .dynamic-content article:nth-child(3n+1){
	margin-left: 0;
}
.term-partners .dynamic-content article img{
    margin: 0 auto 30px;
    display: block;	
}
.term-partners .contact-for-more{
    margin: 50px auto 0 auto;
    display: block;
    width: 130px;	
}
.term-partners .contact-for-more:hover{
	width: 150px;
}
.term-partners h4,
.term-contact .dynamic-content h3{
	font-weight: 300;
	font-size: 36px;
}
.term-partners h4,
.term-contact .dynamic-content h3{
	text-align: center;
}
.term-contact h3{
	margin-bottom: 30px;
	margin-top: 35px;
}
.description-page.bottom{
	margin-bottom: 70px;
}
.single-intersupplies .size-post-thumbnail{
	float: left;
}
.term-contact iframe{
	/* pointer-events: none; */
}
.pop-out.inline{
	padding: 0;
	margin-top: 30px;
}
.pop-out.inline div[wdid="2"], .pop-out.inline div[wdid="3"], .pop-out.inline div[wdid="4"]{
	width: 31%!important;
}
.scroll-top{
    background-color: #202020;
    border-radius: 50%;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 25px;
    right: 25px;
    color: #fff;
    text-align: center;
    line-height: 50px;
	cursor: pointer;
	display: none;
}
/* contact page */


.contact-details-col{
	display: inline-block;
	vertical-align: top;
	padding: 0px 28px;
}
.contact-details-col.mrg{
	/* margin-left: 70px; */
}
.contact-details-col span,
.contact-details-col span{
	display: block;
}
.contact-details-col span.first{
	padding-bottom: 7px;
}


/* end contact page */

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.int-spr{
	background: url('img/inters-sprite.png') 0 0 no-repeat;
	width: 45px; height: 52px;
}
.int-spr.verified{
	background-position: 0 0;
}
.int-spr.secured{
	background-position: -52px 0;
	width: 50px;
}
.int-spr.warranty{
	background-position: -104px 0;
}
.int-spr.support{
	background-position: -156px 0;
}
.int-spr.quickinst{
	background-position: -208px 0;
}
.int-spr.arrow{
	background-position: -261px -40px;
	width: 7px; height: 13px;
	margin-left: 5px;
}
.inters-gallery-container{
	position: fixed;
	top: 50%; left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 10;
	
    display: none;	
}
.inters-gallery-container .gallery-image{
	display: none;
	z-index: 11;
	position: relative;
}
/*------------------------------------*\
    Newsletter Form
\*------------------------------------*/

.footer .wdform-label-section{
	display: none!important;
}
.wdform-page-and-images{
	padding: 0!important;
}
.wdform-element-section input[type="text"]{
	height: 32px!important;
}
.footer .form_maker_widget{
	position: relative;
	width: 235px!important;
}
.footer .wdform-element-section .input_deactive,
.footer .wdform-element-section .input_active{
	color: #202020!important;
	width: 235px!important;
	padding: 0 10px!important;
}
.footer .wdform-element-section .button-submit{
	position: absolute!important;
    top: -2px!important;
    right: 0!important;
	min-width: 30px!important; min-height: 30px!important;
    background-color: transparent!important;
	margin: 0!important;
	padding: 0!important;
	color: #202020!important;
}
.wdform_page{
	padding-top: 0!important;
}
.inters-gallery-images{
	position: relative;
}
.inters-gallery-images .wp-post-image{
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
}
.inters-gallery-images .wp-post-image:hover{
	transform: translateY(-10px);
	opacity: 0.8;
}
/*------------------------------------*\
    More Product Form
\*------------------------------------*/
.ui-effects-wrapper{
	width: 100%!important;
}
.ui-effects-wrapper input{
	width: 100%!important;
}
.pop-out{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 670px;
    background-color: #fff;
    transform: translateX(-50%) translateY(-50%);
	padding: 49px 30px 30px 30px;
	z-index: 10;
	border-radius: 5px;
}
.pop-out.inline{
	position: relative;
	width: 100%;
	display: block;
	transform: none;
	top: 0;
	left: 0;
}
.pop-out .title{
	font-weight: 600;
	font-size: 30px;
	margin: 0 0 20px 0!important;
}
.pop-out .inf{
	font-weight: 600;
	font-size: 17px;
	color: #a7a7a7;
	margin: 0 0 10px 0;
}
.wdform-required{
	color: #a6ce39!important;
}
.wdform_column,
.wdform_section,
.wdform-element-section,
.wdform-field{
	width: 100%!important;
}
.pop-out .wdform_row input,
.pop-out .wdform_row textarea{
	border-radius: 5px!important;
	background-color: #ffffff!important;
}
.pop-out .wdform_row textarea{
	resize: vertical;
}
.wdform_row,
.wdform-field{
	display: inline-block!important;
	vertical-align: middle;
}
.wdform_row .wdform-element-section{
	display: inline-block!important;
}
.wdform_row:first-child .wdform-element-section{
	width: 0!important;
}
.wdform_row .full-width{
	width: 100%!important;
}
.wdform-element-section{
	min-width: 0!important;
}
.wdform-label-section{
	width: 100%!important;
	font-weight: 600;
}
.wdform_row .button-submit{
	background-color: #a6ce39!important;
    font: 700 16px 'Open Sans', sans-serif!important;
    color: #202020!important;
	margin: 0!important;
	min-width: 100px!important;
	height: 45px;
}
.wdform_row .button-submit:hover{
	
}
.pop-out div[wdid="1"],
.pop-out div[wdid="6"]{
	display: block!important;
	height: 0;	
}
.pop-out div[wdid="2"],
.pop-out div[wdid="3"],
.pop-out div[wdid="4"]{
	width: 30%!important;
}
.pop-out div[wdid="3"],
.pop-out div[wdid="4"]{
	margin-left: 30px;	
}
.pop-out div[wdid="5"]{
	width: 100%!important;
	margin-bottom: 10px;
}
.pop-out div[wdid="8"]{
	padding-left: 154px;
}
.pop-out .wdform_footer{
	display: none;
}
.wdform_row .button-submit:after{
    content: ' ';
    background: url('img/inters-sprite.png') 0 0 no-repeat;
    background-position: -261px -40px;
    width: 7px;
    height: 13px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;	
}
.wdform_column{
	position: relative;
}
.question,
.answer-1,
.answer-2{
	display: inline-block;
	font-size: 17px;
	font-weight: normal;
	margin: 0 5px 0 0;
}
.answer-1,
.answer-2{
	color: #ffffff;
	font-weight: 700;
	padding: 3px 10px;
	cursor: pointer;	
}
.answer-1.active,
.answer-2.active{
	background-color: #07d902;
}
.answer-2,
.answer-1{
	background-color: #cfcfcf;
}
.answer-2{
	margin-right: 30px;
}
div[type="type_submit_reset"] .wdform-label-section{
	display: none!important;
}
div[type="type_submit_reset"] .wdform-field{
	padding: 0!important;
}
.ui-effects-wrapper {
	display: none!important;
}
.pop-out .warning{
	display: none;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	/* margin:5px 20px 20px 0; */
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	/* margin:5px 20px 20px 0; */
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	margin-top: 20px;
	
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 12px;
	right: 14px;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;;
	text-indent: -9999px;
	display: block;
	width: 13px;
	height: 13px;
	margin: 0 3px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #a6ce39;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev,
.inters-product-gallery-nav .inters-prev-img{
	left: -40px;
	background: url(img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next,
.inters-product-gallery-nav .inters-next-img{
	right: -40px;
	background: url(img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 8;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.inters-product-gallery-nav .inters-next-img,
.inters-product-gallery-nav .inters-prev-img{
    display: block;
    position: fixed;
    top: 50%;
	margin-top: -32px;
    width: 32px;
    height: 32px;
	cursor: pointer;
	z-index: 10;
	
	-webkit-transition: all 400ms cubic-bezier(0.13, 0.79, 0.74, 1.35);
	        transition: all 400ms cubic-bezier(0.13, 0.79, 0.74, 1.35);
}
.inters-product-gallery-nav .inters-next-img{
	right: 0px;
}
.inters-product-gallery-nav .inters-prev-img{
	left: 0px;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.dynamic-content .products-tmp .gallery-image{
	margin-left: 0;
	
}

/*------------------------------------*\
    Version 2.0
\*------------------------------------*/
.description-page {
	margin-bottom: 40px;
}
.not-active {
   pointer-events: none;
}
.button-green {
    bottom: 15px;
    right: 15px;
    border-radius: 3px;
    padding: 5px 10px;		
   
	font-size: 13px;
	font-weight: 600;
	color: #ffffff;
    
	cursor: pointer;
	background-color: #a6ce39;	
}
.button-green--big{
	padding: 10px 13px;
	float: right;
	text-align: right;
	font-size: 15px;
}
.button-green--big:hover{
	color: #202020;
}
.arrow-icon{
	font-style: normal;
    margin-left: 7px;
    font-size: 10px;
}
.content:after {
	content: '';
	display: block;
	clear: both;
}
/*
 Title v1.2.0
 .content--categories .content__title{
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	
    white-space: nowrap;	
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
	font-size: 30px;
	font-weight: 800;
	color: #ffffff;
}

 Title v2
*/
.content--categories .content__title{
	top: 20px;
	padding: 8px 0 8px 20px;
	max-width: 25%; 
	text-transform: uppercase;
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	line-height: 18px;
	background-color: rgba(0,0,0,.7);
}
.content--categories .content__title:before{
    content: '';
	
	top: 0;
	left: 0;
	width: 13px;
    display: inline-block;
    position: absolute;
    background-color: #a6ce39;
    height: 100%;
}
/* End Title v2 */
.content--products .content__title{
	position: relative;
	
	font-size: 13px;
	font-weight: 600;
	z-index: 3;
	white-space: nowrap;
	
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;		
}
.content--categories .button-green,
.content--products .button-green,
.content--categories .content__title{
	position: absolute;
}

/* Small category */
.content--small .content__category:hover img{
	transform: initial;
}
.content--small .content__category:nth-child(2n+1){
	margin-left: 15px!important;
}
.content--small .content__category{
	width: calc(25% - 15px);
	overflow: inherit;
}
.content--small .content__title{
	font-size: 15px;
	max-width: 50%;
}
.content--small .button-green{
	bottom: inherit;
	right: 0;
}
/* Small category END*/

.content__category {
	position: relative;
	margin-left: 15px;	
	margin-bottom: 15px;
	
	overflow: hidden;
	width: calc(50% - 10px);
	display: block;
	float: left;
}
.content__category--small{
	width: calc(33.33% - 10px);
}
.content__category img{
	width: 100%;
	height: 100%;
	
	transition: transform 300ms ease;
	-moz-transition: transform 300ms ease;
	-webkit-transition: transform 300ms ease;
}
.content__category:hover img {
	transform: scale(1.1);
}
.content--products .content__category:hover .content__title{
	color: #ffffff;
	background-color: rgba(0,0,0,0.5);
	padding: 0 10px;
}
.content--categories .content__category:nth-child(2n+1){
	margin-left: 0;
}
.content--products .content__category:nth-child(3n+1){
	margin-left: 0;
}
.product-detail{
	padding: 30px 0;
}
.product-detail__details{
	padding: 0 20px;
}
.product-detail__repr-image,
.product-detail__details{
	float: left;
}
.product-detail__repr-image{
	width: 47%;
}
.product-detail__details{
	width: 53%;
}
.product-detail__title{
	margin-bottom: 20px;
	
	text-align: left;
	font-size: 28px;
	font-weight: 800;
	color: #a6ce39;
}
.product-detail__tech-images{
	margin: 35px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 25px 0;
}
.product-detail__tech-images li{
	margin-left: 10px;
	list-style: none;
}
.product-detail__tech-images li:first-child{
	margin-left: 0;
}
.product-detail__tech-images li img{
	height: 125px;
}
.product-detail__tech-images,
.product-detail__tech-images li,
.product-detail__description {
	display: inline-block;	
}
.product-detail__info img{
	display: block;
	margin: 40px 0;
}
.product-detail__info h4{
	margin: 20px 0 10px 0;
	font-size: 16px;
}
.product-detail__info strong{
	font-weight: 700;
}
.product-detail__product{
	margin-bottom: 45px;
}
.product-detail__techie-image{
	float: left;
}
.product-detail__technical{
	margin-top: 60px;
}
.archive.tax-gsw.term-products .pagination{
	display: none;
}
.home-video{
	position: relative;
	padding-bottom: 56.25%;
    margin: 20px 0 40px 0;
	height: 0;		
}
.home-video .home-video__ivideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;		
}
.green-table{
	margin: 0 auto;
}
.green-table thead{
	background-color: #a6ce39;
	color: #fff;
	text-align: center;	
}
.green-table thead th{
	font-size: 18px;
	padding: 5px 10px;
	border: 4px solid #fff;
}
.green-table tbody td{
	background-color: #e1f5a9;
	border: 1px solid #fff;
	text-align: center;
}
.warranty strong,
.faqs strong,
.privacy-policy strong{
	font-size: 16px;
}
.faqs article a{
	font-style: italic;
	text-decoration: underline;
}
.resources article ul,
.resources article p{
	display: inline-block;
	vertical-align: top;
}
.resources article h3{
	padding: 15px 0;
}
.resources article ul{
	margin-left: 18px;
}
.resources article li{
	color: #a6ce39;
	list-style: square;
}
.resources article li span{
	color: #202020;
}
.resources .hpolgr p{
	display: block;
}
.resources article a:hover{
	color: #202020;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.gallery{
	display: table;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #cfcfcf;
}
.gallery__img{
    width: calc(27% - 4px);
    display: table-cell;
    padding-right: 4px;
}
.gallery__view-all{
	width: 18%;
	background-color: #404040;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
	cursor: pointer;
}
.play-icon {
	display: inline-block;
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	  
	border-left: 27px solid #fff;
	
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;		
}
.play-icon--main{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}
.play-icon--main:hover{
	opacity: 0.8;
}
.play-icon--left{
	left: -100px;
	border-left: none;
	border-right: 27px solid #fff;
}
.play-icon--right{
	right: -100px;
}
.gallery__view-all:hover .play-icon{
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	  
	border-left: 32px solid #fff;
}
.gallery-popup{
	position: fixed;	
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 10;
}
.gallery-popup__main{
    position: absolute;
    top: 40%;
    left: 50%;
    height: 70%;
    transform: translateY(-50%) translateX(-50%);	
}
.gallery-popup__main img{
	height: 100%;
	max-width: initial;
/*	position: absolute;	
	top: 40%;
	left: 50%;
	height: 70%;
	transform: translateY(-50%) translateX(-50%);*/
}
.gallery-popup__info-bar{
    color: #fff;
    text-align: center;
    margin: 20px 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
	bottom: -30px;
}
.gallery-popup__navigation-bar{
	left: 0; right: 0;	
	position: absolute;
	bottom: 2%;
	border: 1px solid #fff;
	padding: 20px 50px;
	margin: 0 auto;
	width: 695px;
}
/*.gallery-popup__navigation-bar ul,
.gallery-popup__navigation-bar li{
	float: left;
}*/

.gallery-popup__navigation-bar li {
    margin-right: 10px;
    width: 90px;
    height: 80px;
    overflow: hidden;
	display: inline-block;
	font-size: 0;
}
.gallery-popup__navigation-bar .active{
	border: 1px solid #999999;
}
.left-arrow,
.right-arrow{
	position: absolute;
    color: #fff;
    font-size: 36px;
    top: 50%;
    transform: translateY(-50%);
	cursor: pointer;
}
.left-arrow{
	left: 20px;
}
.right-arrow{
	right: 20px;
}
.carousel-wrapper{
	overflow: hidden;
}
.gallery-popup__navigation-bar ul{
    position: relative;
    transition: left 500ms ease;
    -webkit-transition: left 500ms ease;
    -moz-transition: left 500ms ease;	
}
.gallery-popup__navigation-bar img{
	height: 120px;
	width: auto;
	max-width: initial;
	cursor: pointer;
	
    transition: opacity 500ms ease;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;		
}
.gallery-popup__navigation-bar img:hover{
	opacity: 0.8;
}
.gallery-popup__navigation-bar{
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;	
}
.showroom-gallery .gallery{
	border: none;
}
.passive-banner{
	position: relative;
	margin-top: 45px;	
}
.passive-banner__text-holder {
    position: absolute;
    top: 5%;
    left: 50%;
	text-align: center;
	
	transform: translateX(-50%);
}
.passive-banner__title{
	font-size: 60px;
	font-weight: lighter;
	color: #a6ce39;
	text-shadow:  0 0 30px #fff;
}
.passive-banner__subtitle{
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.passive-content{
	display: table;
    margin: 30px 0;	
}
.horizontal-top-align{
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;	
}
.horizontal-middle-align{
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;	
}
.passive-house .main-title--border{
	display: none;
}
.passive-content__title{
	font-size: 16px;
	font-weight: bold;
}
.passive-content__title--green{
	color: #a6ce39;
}
.passive-content__list {
    margin: 15px 0;
}
.passive-content__list li{
	list-style: none;
}
.passive-content__list li:before{
	content: "• ";
	color: #a6ce39;
	font-size: 26px;
    vertical-align: middle;	
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:480px) {
	/* NEW */
	.content__category {
		margin: 0 0 30px 0;
		float: none;
		width: 100%;
	}
	.product-detail__repr-image{
		width: 100%;
	}	
	.logo{
		width: 200px;
	}
	.content--small .content__category{
		width: 100%!important;
	}		
}
@media only screen and (max-width:768px) {
	/* NEW */
	.passive-content,
	.horizontal-top-align,
	.horizontal-middle-align{
		display: block;
	}
	.passive-content__absimg{
		min-width: initial!important;
	}
	.cpper{
		max-width:95%;
		position: relative;
	}
	.inters-gallery-images .wp-post-image{
		float: none!important;
	}
	.dynamic-content{
		text-align: center;
	}
	.footer .display-row .col{
		display: block;
		margin: 0 auto;
		width: 250px;
		margin-bottom: 25px;
	}
	.dynamic-content .products-tmp img{
		margin-left: 0;
	}
	.bx-controls-direction{
		display: none;
	}
	.products-tmp .inters-tabs-nav, .products-tmp .inters-tabs, .products-tmp .description,
	.dynamic-content .products-tmp img{
		max-width: 100%;
	}
	.pop-out.inline div[wdid="2"], .pop-out.inline div[wdid="3"], .pop-out.inline div[wdid="4"],
	.pop-out div[wdid="2"], .pop-out div[wdid="3"], .pop-out div[wdid="4"]{
		width: 100%!important;
		margin-left: 0;
	}
	.pop-out div[wdid="8"]{
		padding-left: 0;
	}
	.term-partners .dynamic-content article{
		width: 100%;
		margin: 0 0 25px 0;
	}
	.description-page p{
		width: 100%;
		overflow: hidden;
	}
	.term-about-us .dynamic-content .article-thumb{
		float: none;
		text-align: center;
		display: inline-block;
	}
	.contact-details-col.mrg{
		margin-left: 0;
	}
	.pop-out, .question{
		width: 100%;
	}
	.answer-2{
		margin: 0;
	}
	.header .nav{
		float: none;
		position: fixed;
		background-color: #fff;
		z-index: 10;
		width: 100%;
		height: 100%;
		text-align: center;
		display: none;
		top: 0;
		left: 0;
	}
	.header .nav ul{
		top: 75px;
		position: relative;
	}
	.nav li{
		display: block;
		margin-left: 0;
		font-size: 20px;
		padding: 10px 0;		
	}
	.sub-menu{
		display: block!important;
		position: static!important;
		box-shadow: none!important;
		margin-top: 0!important;
		width: auto!important;
	}
	.sub-menu:before,
	.sub-menu:after{
		display: none;
	}
	.is-mobile{
		display: block;
		float: right;
		font-style: normal;
		font-size: 13px;
		width: 45px;
		font-family: raleway;
		height: 45px;
		background-color: #000;
		border-radius: 45px;
		line-height: 45px;
		color: #fff;
		text-align: center;
	}
	/* NEW */
	.content--categories .content__title {
		font-size: 16px;
		max-width: 50%;
		padding-right: 10px;
	}
	.product-detail__details,
	.product-detail__repr-image{
		width: 100%;
	}
	.product-detail__repr-image{
		margin-bottom: 20px;
	}
	.product-detail__repr-image img{
		width: 100%;
	}
	.product-detail__details{
		padding: 0;
	}
	.content--small .content__category{
		width: calc(50% - 15px);
		padding-bottom: 37px; 
	}
	.content--small .content__category:nth-child(2n+1) {
		margin-left: 0!important;
	}
	.content--small	.content__title{
		top: 42%;
	}
	
}
@media only screen and (max-width:360px) {
	.pop-out{
		width: 100%;
		padding-top: 0;
	}
	.pop-out textarea{
		height: 50px!important;
	}
	.pop-out input{
		height: 20px!important;
	}
	.pop-out .wdform-label{
		font-size: 13px;
	}
	.pop-out div[wdid="2"],
	.pop-out div[wdid="3"]{
		width: 45%!important;
	}
	.pop-out div[wdid="2"]{
		margin-right: 10%;
	}
	.header .nav ul{
		top: 30px;
	}
	.pop-out.inline div[wdid="2"]{
		margin-right: 0;
	}	
}
@media only screen and (max-width:500px){
	.gallery-popup__navigation-bar {
		width: 332px!important;
	}
	.gallery-popup__navigation-bar li {
		width: 30px!important;
		height: 35px!important;
	}
	.gallery-popup__navigation-bar img {
		height: 43px!important;
	}
	.play-icon,
	.break{
		display: none;
	}	
}
@media only screen and (max-width:1024px) {
	.top-reasons{
		display: none;
		margin: 0;
	}
}
@media only screen and (max-height:700px) {
	.gallery-popup__navigation-bar li{
		width: 70px;
		height: 60px;
	}
	.gallery-popup__navigation-bar img {
		height: 95px;
	}
	.gallery-popup__navigation-bar{
		width: 580px;
	}
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}