.page img {
	margin: 10px !important;
}
.page.contact img {
	margin: 0 !important;
}
.page .btn.btn-primary{
	background-color: #2a3786;
	text-align: center;
	border-radius: 3px;
}

/* Cooperation page */
.cooperation h1.header-title {
	margin-top: 10px;
	text-align: center;
	background-color: #2a3786;
	color: #F2F2F2;
}
.cooperation p {
	margin-top: 25px;
}

/* Contact page */
.contact .gmap_box{
	position: relative;
	width: 550px;
	height: 400px;
}
.contact .gmap {
	position: absolute;
	top: 0;
	left: 0;
	width: 550px;
	height: 400px;
}
.contact .gmap.initHide {
	visibility: hidden;
}
.contact hr {
	border-top: 1px solid #c2252e;
}
.contact ul {
	display: inline-block;
}
.contact ul li {
	list-style: none;
	margin: 5px 0 15px 20px;
}
.contact ul li {
	cursor: pointer;
}
.contact ul li .fa.fa-arrow:before {
	content: '\f18e';
	font-family: 'FontAwesome', sans-serif;
	margin-left: 10px;
}
.contact ul li.active .fa.fa-arrow:before {
	content: '\f01a';
}
.contact ul.pointer li div div {
	display: none;
}
.contact ul.pointer li div div:first-child,
.contact ul.pointer li.active div div{
	display: block;
}
.contact ul.pointer li.active div div {
	margin-left: 5px;
}
.contact ul.pointer li.active div div:first-child {
	margin-left: 0;
}
.contact ul li i{
	margin-right: 5px;
	min-width: 15px;
	text-align: center;
}
.contact ul li.active {
	/*text-decoration: underline;*/
	color: #c2252e;
}
.contact ul li i.fa.fa-mobile-phone {
	font-size: 20px;
}

/* Gallery page */
#gallery-tag-filter {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
}
#gallery-tag-filter > * {
	margin: 0 1rem;
}

.gallery #links {
	display: grid;
}

.gallery #links > div {
	text-align: left;
	padding: 1rem 2rem;
}

.gallery #links > div img {
	width: 260px;
	margin: 0 !important;
}

.gallery #links .gallery-title {
	text-align: left;
	color: #2a3786;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 260px;
	padding: .5rem 0;
}

.gallery #links .gallery-tags a {
	padding: 0.25rem;
	color: #1a6a9a;
}

.gallery #links .gallery-tags a:hover {
	color: #c2252e;
}

.gallery #links .gallery-tags a.active {
	font-weight: bold;
	background: #f2f2f2;
	color: #c2252e;
}

@media (min-width: 1600px) {
	.gallery #links {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.gallery #links {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 720px) and (max-width: 1199px) {
	.gallery #links {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 540px) and (max-width: 719px) {
	.gallery #links {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 539px) {
	.gallery #links {
		grid-template-columns: 1fr;
	}

	.gallery #links > div {
		text-align: center;
	}

	.gallery #links .gallery-item .gallery-title {
		text-align: center;
		width: 100%;
		max-width: 80vw;
	}
}

/* Tabs styles */
ul.tabs-nav {
	float: left;
	width: 100%;
	list-style: none;
	border-bottom: 2px solid #2a3786;
}
ul.tabs-nav li {
	padding: 10px;
	margin: 0 5px;
	float: left;
	background-color: #E6E6E6;
}
ul.tabs-nav li.active, ul.tabs-nav li:hover {
	background-color: #2a3786;
	color: #F2F2F2;
}
ul.tabs-nav li a {
	color: #888;
}
ul.tabs-nav li.active a, ul.tabs-nav li:hover a {
	color: #F2F2F2;
}
.drop1 {
	color: #F2F2F2;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	display:block;
	height:37px;
	width:37px;
	float:left;
	text-align:center;
	line-height:37px;
	font-size:18px;
	font-weight:bold;
	overflow:hidden;
	margin:0 7px 0 0;
}
.fa-check {
	color: forestgreen !important;
}
.fa-ban {
	color: red !important;
}
.wds_compare .table td {
	vertical-align: middle;
}
.wds_table {
	width: 100%;
}
.wds_table td {
	padding: 0;
}
.wds_table.normal td {
	padding: 10px 20px;
}
.wds_table td img{
	margin: 0 !important;
}
.wds_table td.padding-5{
	padding: 5px;
}
.wds_table .fa{
	margin: 0 1px;
}
.wds_400 .fa {
	color: #F60;
}
.wds_400 .drop1 {
	background: #F60;
}
.wds_500 .fa {
	color: #399;
}
.wds_500 .drop1 {
	background: #399;
}
.wds_4_series .fa {
	color: #393;
}
.wds_4_series .drop1 {
	background: #393;
}
.wds_7_series .fa {
	color: #900;
}
.wds_7_series .drop1 {
	background: #900;
}
.wds_8_series .fa {
	color: #09C;
}
.wds_8_series .drop1 {
	background: #09C;
}

/* FAQ page */
.faq .accordion-title {
	position: relative;
	cursor: pointer;
	padding: 5px 10px 5px 0;
	border: 1px dotted transparent;
}
.faq .accordion-title:hover {
	text-decoration: underline;
	border: 1px dotted #aaa;
}
.faq .accordion-content  {
	border-bottom: 1px solid #aaa;
}

/* Metering page */
.metering .accordion-title {
	position: relative;
	cursor: pointer;
	padding: 5px 10px 5px 0;
	border: 1px dotted transparent;
}
.metering .accordion-title:hover {
	text-decoration: underline;
	border: 1px dotted #aaa;
}
.metering .accordion-content  {
	border-bottom: 1px solid #aaa;
	display: none;
}
.metering .accordion-content.active {
	display: block;
}
.metering ul {
	display: inline-block;
}
.metering ul li {
	margin: 5px 0 5px 20px;
}
.metering .badge, .delivery .badge{
	margin: 2px;
	padding: 8px;
	background: #2a3786;
}
.metering .badge-red, .delivery .badge-red {
	background: #c2252e;
	text-shadow: 1px 1px 0 #333;
	cursor: pointer;
}
.metering .padding-t20 {
	padding-top: 20px;
}

/* Repair page*/
.repair ul {
	display: inline-block;
}
.repair ul li {
	margin: 5px 0 5px 20px;
}

/* Accessories page */
.page.accessories p {
	font-size: 16px;
}
.page.accessories h4 {
	font-weight: bold;
	padding: 10px 0;
}
.page.accessories img{
	width: 100%;
	border: 5px solid #ededed;
    margin: 0 0 25px 0;
}
.page.accessories .col-sm-12{
	padding-right: 0;
}

/* choose products */
.choose_products h3 {
	cursor: pointer;
}
.choose_products li {
	list-style: none;
}
.choose_products_box {
	/*height: 450px;*/
}
.choose_products_steps{
	margin-bottom: 20px;
}
.choose_products_steps li {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	height: 430px;
	padding: 10px 1px;
	margin: 0 2px;
	background: #c2252e;
	color: white;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: inset 0 -3px 1px rgba(0,0,0,0.3);
}
.choose_products_steps li.step_1_2 {
	background: #FC3;
}
.choose_products_steps li.step_1_3 {
	background: #3CC;
}
.choose_products_steps li.step_1_4 {
	background: #936;
}
.choose_products_steps li.step_1_5 {
	background: #336;
}

.choose_products_steps li .step_1_1_1,
.choose_products_steps li .step_1_2_1,
.choose_products_steps li .step_1_3_1,
.choose_products_steps li .step_1_4_1,
.choose_products_steps li .step_1_5_1{
	background: #FFF;
	padding: 2px 0;
    margin-top: 5px;
	font-size: 18px;
}

.choose_products_steps li .step_1_1_2 p,
.choose_products_steps li .step_1_2_2 p,
.choose_products_steps li .step_1_3_2 p,
.choose_products_steps li .step_1_4_2 p,
.choose_products_steps li .step_1_5_2 p{
	height: 65px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-shadow: 0 0 1px #525252;
}
.choose_products_steps li .step_1_1_3,
.choose_products_steps li .step_1_2_3,
.choose_products_steps li .step_1_3_3,
.choose_products_steps li .step_1_4_3,
.choose_products_steps li .step_1_5_3{
	height: 250px;
	margin-top: 10px;
}
.choose_products_steps li .step_1_1_3 > div,
.choose_products_steps li .step_1_2_3 > div,
.choose_products_steps li .step_1_3_3 > div,
.choose_products_steps li .step_1_4_3 > div,
.choose_products_steps li .step_1_5_3 > div{
    display: inline-block;
    width: 80%;
    padding: 10px;
	margin-bottom: 5px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-shadow: 0 0 1px #525252;
}
.choose_products_steps li .step_1_1_3 > div.n1,
.choose_products_steps li .step_1_2_3 > div.n1,
.choose_products_steps li .step_1_3_3 > div.n1,
.choose_products_steps li .step_1_4_3 > div.n1,
.choose_products_steps li .step_1_5_3 > div.n1{
    margin-top: 40%;
}
.choose_products_steps li .step_1_1_4,
.choose_products_steps li .step_1_2_4,
.choose_products_steps li .step_1_3_4,
.choose_products_steps li .step_1_4_4,
.choose_products_steps li .step_1_5_4{
	font-size: 30px;
}

.choose_products_steps li .step_1_1_2 i::after,
.choose_products_steps li .step_1_2_2 i::after,
.choose_products_steps li .step_1_3_2 i::after,
.choose_products_steps li .step_1_4_2 i::after,
.choose_products_steps li .step_1_5_2 i::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin-top: 5px;
	border-style: solid;
	border-width: 20px 110px 0 110px;
	border-color: #fff transparent transparent transparent;
}
.choose_products_steps li .step_1_1_1{
	color: #c2252e;
}
.choose_products_steps li .step_1_2_1{
	color: #FC3;
}
.choose_products_steps li .step_1_3_1{
	color: #3CC;
}
.choose_products_steps li .step_1_4_1{
	color: #936;
}
.choose_products_steps li .step_1_5_1{
	color: #336;
}

ul.choose_products_steps_3 {
	position: relative;
	margin: 130px 0 90px 0;
    border-radius: 148px;
    width: 100%;
    height: 200px;
    border: 5px solid #2a3786;
    border-left: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
	text-align: center;
	text-shadow: 0 0 1px #333;
}
ul.choose_products_steps_3 li{
	position: absolute;
	display: inline-block;
	width: 180px;
	height: 180px;
	border-radius: 100px;
	padding: 45px 10px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
ul.choose_products_steps_3 li:hover{
	-moz-transform: scale(1.3) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1.3) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1.3) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1.3) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1.3) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	z-index: 999;
}
ul.choose_products_steps_3 li span{
	display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 2px;
	font-size: 30px;
	border: 1px solid #fff;
}
ul.choose_products_steps_3 .fa-check {
	color: #fff !important;
	font-size: 80px;
}
ul.choose_products_steps_3 li:nth-child(1) {
	top: -95px;
	left: 30px;
	background: #c2252e;
}
ul.choose_products_steps_3 li:nth-child(2) {
	top: -95px;
	left: 300px;
	background: #f63;
}
ul.choose_products_steps_3 li:nth-child(3) {
	top: -95px;
	left: 560px;
	background: #936;
}
ul.choose_products_steps_3 li:nth-child(4) {
	top: -95px;
	left: 820px;
	background: #FC3;
}
ul.choose_products_steps_3 li:nth-child(5) {
	top: 100px;
	left: 820px;
	background: #666;
}
ul.choose_products_steps_3 li:nth-child(6) {
	top: 100px;
	left: 560px;
	background: #3CC;
}
ul.choose_products_steps_3 li:nth-child(7) {
	top: 100px;
	left: 300px;
	background: #2a3786;
}
ul.choose_products_steps_3 li:nth-child(8) {
	top: 100px;
	left: 30px;
	background: #336;
}

ul.choose_products_steps_2 {
	margin-bottom: 50px;
}
ul.choose_products_steps_2 li a{
  text-decoration:none;
  color:#000;
  background:#ffc;
  display:inline-block;
  width:80%;
  padding:1em;
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  -moz-transition:-moz-transform .15s linear;
  -o-transition:-o-transform .15s linear;
  -webkit-transition:-webkit-transform .15s linear;
	border-radius: 10px;
}
ul.choose_products_steps_2 li{
  margin:1em;
  text-align: center;
}
ul.choose_products_steps_2 li a span {
	position: absolute;
	display: inline-block;
	top: 10px;
	left: 10px;
	font-size: 1.2em;
	padding:10px;
	box-shadow: 1px 2px 1px #333;
}
ul.choose_products_steps_2 li:nth-child(1) a span{
	background: palevioletred;
}
ul.choose_products_steps_2 li:nth-child(2) a span{
	background: papayawhip;
}
ul.choose_products_steps_2 li:nth-child(3) a span{
	background: paleturquoise;
}
ul.choose_products_steps_2 li h2{
  font-size:140%;
  font-weight:bold;
  padding-bottom:10px;
}
ul.choose_products_steps_2 li p{
  font-family:"Reenie Beanie",arial,sans-serif;
  font-size:180%;
}
ul.choose_products_steps_2 li a{
  -webkit-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -moz-transform:rotate(-2deg);
}
ul.choose_products_steps_2 li:nth-child(even) a{
  -o-transform:rotate(2deg);
  -webkit-transform:rotate(2deg);
  -moz-transform:rotate(2deg);
  position:relative;
  top:5px;
  background:#cfc;
}
ul.choose_products_steps_2 li:nth-child(3n) a{
  -o-transform:rotate(-3deg);
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
  position:relative;
  top:-5px;
  background:#ccf;
}
ul.choose_products_steps_2 li:nth-child(5n) a{
  -o-transform:rotate(5deg);
  -webkit-transform:rotate(5deg);
  -moz-transform:rotate(5deg);
  position:relative;
  top:-10px;
}
ul.choose_products_steps_2 li a:hover,ul.choose_products_steps_2 li a:focus{
  box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -moz-box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  position:relative;
  z-index:5;
}
.choose_products_steps_4 { list-style: none; float: left; width: 100%; padding:40px 0; }
.choose_products_steps_4 li {
	display: inline;
	float: left;
	width: 30%;
	cursor: pointer;
	font-size: 18px;
	line-height: 20px;
	-webkit-perspective: 500px;
	-webkit-transform-style: preserve-3d;
	-webkit-transition-property: perspective;
	-webkit-transition-duration: 0.5s;
}
.choose_products_steps_4 li:hover { -webkit-perspective: 5000px; }
.choose_products_steps_4 li:nth-child(1) div {
	background: #FFC;
}
.choose_products_steps_4 li:nth-child(2) div {
	background: #CFC;
}
.choose_products_steps_4 li:nth-child(3) div {
	background: #CCF;
}
.choose_products_steps_4 li div {
	color: #333;
	border: 1px dashed #888;
	padding: 10px;
	-webkit-transform: rotateY(30deg);
	-moz-box-shadow: 0 3px 10px #888;
	-webkit-box-shadow: 0 3px 10px #888;
	-webkit-transition-property: transform;
	-webkit-transition-duration: 0.5s;
}
.choose_products_steps_4 li:hover div { -webkit-transform: rotateY(0deg); }

/* Double glazed window */
#compare-double-glazed-window .column {
	float: left;
	width: 19%;
	min-width: 210px;
	margin: 5px;
	text-align: center;
	border: 1px solid #f2f2f2;
	box-shadow: 0 0 5px #ccc;
}
#compare-double-glazed-window .column ul li{
	list-style: none;
	font-size: 14px;
	margin: 5px 10px;
	border-bottom: 1px solid #ccc;
}
#compare-double-glazed-window .column .type-header {
	padding: 20px 0;
	font-weight: bold;
    font-size: 1.2em;
	border-bottom: 8px solid;
	background-color: #eee;
	background-image: -moz-linear-gradient(#fff,#eee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(#fff, #eee);
	background-image: -o-linear-gradient(#fff, #eee);
	background-image: -ms-linear-gradient(#fff, #eee);
	background-image: linear-gradient(#fff, #eee);
}
#compare-double-glazed-window .column:nth-child(1) .type-header {
	border-bottom-color: #B3E03F;
}
#compare-double-glazed-window .column:nth-child(2) .type-header {
	border-bottom-color: #7BD553;
}
#compare-double-glazed-window .column:nth-child(3) .type-header {
	border-bottom-color: #3AD5A0;
}
#compare-double-glazed-window .column:nth-child(4) .type-header {
	border-bottom-color: #45D0DA;
}
#compare-double-glazed-window .column:nth-child(5) .type-header {
	border-bottom-color: #DAB345;
}
#compare-double-glazed-window .enabled,
#compare-double-glazed-window .disabled {
	padding: 15px;
	border: 0;
	color: #fff;
}
#compare-double-glazed-window .enabled {
	background: #53D55D;
}
#compare-double-glazed-window .disabled {
	background: #c2252e;
}

/* Gold remote frame */
.gold_remote_frame h3 {
	font-size: 30px;
}
.gold_remote_frame p {
	font-size: 20px;
	line-height: 24px;
}

/* Frame bar */
.frame_bar .light-color {
	font-style: italic;
	padding: 0;
	margin: 0;
}
.frame_bar .frame_bar_description img {
	padding: 0 !important;;
	margin: 0 !important;
	border: 1px solid #CCC;
}

/* Mosquito nets */
.mosquito_nets ol{
	margin-left: 30px;
}

.page .btn-container {
	padding-bottom: 10px;
}
.image-box img {
	margin: 0 !important;
	border: 1px solid lightgray;
}

.image-box img.no-border {
	border: 0 !important;
}

.image-box img.full-w {
	width: 100%;
}

.image-box div.title-label {
	font-weight: bold;
	font-style: italic;
	padding: 15px;
	background: whitesmoke;
	border: 1px solid lightgray;
	border-top: 0;
}