html {
	height: 100%
}
body {
	width: 100%;
	height: 100%;
	background: #5B6477;
	font: normal 16px Calibri,Helvetica,sans-serif;
}
.wrapper {
	max-width: 1100px;
	margin: 0 auto -85px;
	min-height: 100%;
	height: auto;
}
.container {
	padding-bottom: 150px;
}
.container:after {
	clear: both;
	display: block;
	content: ""
}
.site-header {
  	padding: 5px 0 10px 0;
	border-bottom: 2px solid #444e63;
	margin-bottom: 15px
}
.site-header:after {
  	clear: both;
  	content: "";
  	display: block;
}
.site-header .logo{
	float: left;
}
.site-header .logo img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.site-header .phones{
	float: left;
	margin: 30px 0 0 60px
}
.button-bottom-menu {
	background: #dedede;
	padding: 25px 65px;
}
.button-bottom-menu nav{
	clear: both;
}
.button-bottom-menu ul{
	font-size: 0px;
	line-height: 0px;
	display:table;
	width: 100%;
	text-align: center;
}
.button-bottom-menu ul li{
	display: inline-block;
	//display:inline;
	zoom:1;
	overflow: hidden;
	position: relative;
	margin: 0 10px 20px
}
.button-bottom-menu ul li{
	margin: 0 10px
}
.button-menu {
	float: right;
	margin-top: 40px;
}
.button-menu li{
	float: left;
	margin-left: 25px
}
.button-bottom-menu ul li a,
.button-menu li a{
	text-decoration: none;
  	text-align: center;
  	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
  	color: #fff;
  	width: 190px;
  	height: 25px;
  	line-height: 1.2em;
  	font-size: 19px;
  	padding: 14px 40px 10px 40px;
  	display: block;
}
.btnGray a{
	background: #454d5c;
  	border-bottom: 5px solid #3d4452;
}
.btnGray .fa{
	margin-right: 10px;
	color: #a2aab9
}
.btnGray a:hover{
	background: #4f5768;
}
.btnGray a:active{
	background: #4a5365;
	margin-top: 5px;
	border: none
}
.btnRed a{
	background: #ff3900;
	border-bottom: 5px solid #cd2e00;
}
.btnRed .fa{
	margin-right: 10px;
	color: #ffd2c6
}
.calculator .submit:hover,
.single input[type=submit]:hover,
.btnRed a:hover{
	background: #f23802;
}
.single input[type=submit]:active,
.btnRed a:active {
	background: #cd2e00;
	margin-top: 5px;
	border: none
}
#result {
	display: none;
	background: #E6EFC2;
  	color: #264409;
  	border: 2px solid #C6D880;
  	margin-bottom: 20px;
  	padding: .8em;
}
#wnd_squire,
#squire,
#no-insulate {
	display: none
}
.phones strong{
	display: block;
	font-size: 24px;
  	color: #fff;
  	margin: 4px 0;
}
.content {
	margin-left: 240px;
  	font-size: 18px;
}
.content .white{
	padding: 25px 40px;
	position: relative;
  	background: #fff
}
.link-to-price {
	position: absolute;
	top: 25px;
	right: 40px;
	color: #5B6477;
}
.link-to-price:hover {
	text-decoration: none
}
.service-menu {
	overflow: hidden;
}
.service-menu ul{
	width: 110%
}
.service-menu ul li{
	width: 270px;
  	height: 170px;
  	float: left;
  	margin: 0 25px 25px 0;
}
.service-menu ul li a{
	display: block;
  	background: #464f61;
  	line-height: 170px;
  	text-decoration: none;
  	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
  	color: #FFF;
  	text-align: center;
  	text-shadow: 2px 2px 3px #000;
}
.service-menu ul li a:hover {
	opacity: 0.8
}
.service-menu ul .link-1 a{
	background: url(../img/link-1.jpg) no-repeat 0 0;
}
.service-menu ul .link-2 a{
	background: url(../img/link-2.jpg) no-repeat 0 0;
}
.service-menu ul .link-3 a{
	background: url(../img/link-3.jpg) no-repeat 0 0;
}
.service-menu ul .link-4 a{
	background: url(../img/link-4.jpg) no-repeat 0 0;
}
.service-menu ul .link-5 a{
	background: url(../img/link-5.jpg) no-repeat 0 0;
}
.service-menu ul .link-6 a{
	background: url(../img/link-6.jpg) no-repeat 0 0;
}
#breadcrumbs {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 20px;
	color: #7c7c7c
}
#breadcrumbs a{
	color: #7c7c7c
}
#breadcrumbs a:hover{
	text-decoration: none;
	color: #5B6477
}
.content .single h1 {
	font-size: 36px;
  	line-height: 50px;
	color: #5B6477;
	border-bottom: 2px solid #5B6477;
	margin-bottom: 25px
}
.content .single .alignleft {
	float: left;
	margin: 0 30px 20px 0;
}
.content .single .alignright {
	float: right;
	margin: 0 0 30px 20px
}
.content .single .aligncenter {
	display: block;
	margin: 0 auto 20px
}
.content .single select,
.content .single input[type=email],
.content .single input[type=tel],
.content .single input[type=text],
.content .single textarea {
	padding: 4px 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-width: 100%;
  	background: #FFF;
  	width: 270px;
  	outline: none;
  	border: 1px solid #d0d0d0;
  	-webkit-transition: all 200ms ease-out;
	  -moz-transition: all 200ms ease-out;
	  -o-transition: all 200ms ease-out;
	  transition: all 200ms ease-out;
}
.content .single select {
	width: 288px;
	padding: 3px 8px;
}
.content .single textarea {
	height: 100px
}
.content .single textarea:focus,
.content .single input[type=email]:focus,
.content .single input[type=tel]:focus,
.content .single input[type=text]:focus {
  	border: 1px solid #485061;
}
.content .single label {
	display: block;
  	font-weight: bold;
  	font-size: 14px;
  	padding: 1px 2px;
}
.content .single label .required {
	color: red;
	padding-left: 3px
}
.wpcf7-validation-errors,
.screen-reader-response {
	display: none !important
}
.single .wpcf7-not-valid-tip {
	display: block;
	color: red;
	font-size: 12px;
	padding: 2px 0 0
}
.wpcf7 br {
	display: none
}
.wpcf7 small{
	display: block;
	font-size: 12px;
	margin: -10px 0 0
}
.calculator .row,
.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 10px
}
.calculator .submit,
.single input[type=submit] {
	background: #ff3900;
  	padding: 14px 40px 10px 40px;
  	border: none;
  	cursor: pointer;
  	color: #FFF;
  	outline: none;
  	font-size: 19px;
  	font-family: inherit;
  	font-weight: normal;
  	margin-top: 20px;
  	border-bottom: 5px solid #cd2e00;
}
.calculator .submit,
.single.calculator input[type=submit] {
  	margin-top: 10px
}
.single input[type=submit]:focus,
.single input[type=submit]:active {
	margin-top: 25px;
	border-bottom: none
}
.calculator .submit:focus,
.calculator .submit:active,
.single.calculator input[type=submit]:focus,
.single.calculator input[type=submit]:active {
	margin-top: 15px
}
.calculator .form {
	background: #f5f5f5;
	margin-bottom: 20px;
	border: 1px solid #e8e8e8;
	padding: 20px 30px
}
.single h2 {
	font-size: 28px;
  	line-height: 40px;
	color: #5B6477;
	margin: 30px 0 10px
}
.single.calculator h2 {
	margin: 0 0 10px
}
.content .single h3 {
	font-size: 24px;
  	line-height: 36px;
	color: #5B6477;
	margin: 25px 0 10px
}
.content .single ul,
.content .single ol {
	color: #5B6477;
	font-style: italic;
	margin: 0 0 20px 20px
}
.content .single ul {
	list-style-type: disc;
	list-style-position: inside;
}
.content .single .gallery-images-list {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
}
.content .single .gallery-images-list li{
	float: left;
	margin: 0 10px 10px 0
}
.content .single .gallery-images-list li a{
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	display: block;
	padding: 4px;
  	border: 1px solid #ccc;
}
.content .single .gallery-images-list li a:hover{
	opacity: 0.7
}
.content .single .gallery-images-list li a img{
	display: block;
}
.content .single ol li,
.content .single ul li{
	margin-bottom: 5px;
}
.content .single ol {
	list-style-type: decimal;
}
.content .single p {
	margin-bottom: 16px
}
.content .single table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}
.content .single table td{
	padding: 6px 10px;
	font-size: 14px;
	vertical-align: middle;
	border-bottom: 1px solid #8b94a7;
}
.content .single table tr:hover{
	background: #f3f3f3
}
.content .single table tr:first-child td{
	color: #fff;
	background: #8b94a7;
	text-align: center;
	border-bottom: 2px solid #5B6477;
	font-weight: bold;
	text-shadow: 1px 1px 0 #1f2533;
}
.gallery-list {
	font-size: 0px;
	line-height: 0px;
	display:table;
	width: 100%;
	text-align: center;
}
.gallery-list .single-gallery{
	display: inline-block;
	width: 310px;
	height: 230px;
	//display:inline;
	zoom:1;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	color: #fff;
	padding: 2px;
	border: 1px solid #5B6477;
	margin: 0 10px 20px
}
.gallery-list .single-gallery:hover h2{
	text-decoration: underline;
}
.gallery-list .single-gallery img{
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.gallery-list .single-gallery:hover img{
	opacity: 0.8
}
.gallery-list .single-gallery h2{
	position: absolute;
	z-index: 10;
	text-shadow: 1px 1px 0 #000;
	bottom: 2px;
	left: 2px;
	right: 2px;
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px 14px;
}
.left-sidebar {
	float: left;
	width: 220px
}
.left-sidebar ul {
    font-size: 17px;
}
.left-sidebar ul li {
  border-top: 1px solid #464f61;
  position: relative;
}
.left-sidebar ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #D0D0D0;
  padding: 10px 0;
  background: #485061;
  border: 2px solid #41495b;
  border-width: 0 2px 0 2px;
  text-shadow: 0px 0px 3px #1f2533;
}
.left-sidebar ul li a:hover {
	background: #41495b;
	border-color: #485061;
	color: #FFFFFF;
}
.left-sidebar ul li.current-menu-item > a{
	background: #464f61;
	border-color: #de3d11;
	color: #FFFFFF;
}
.left-sidebar ul li ul{
	position: absolute;
	display: none;
	width: 220px;
	left: 100%;
	top: -1px;
	z-index: 100
}
.left-sidebar ul li:hover ul{
	display: block;
}
.prev-page:before, .next-page:after {
  	content: ' ';
  	display: block;
  	position: absolute;
  	top: 0;
  	width: 33px;
  	height: 36px;
  	background: url('../img/arrows.png');
}
.prev-page:before {
  	left: 0;
}
.next-page:after {
  	right: 0;
  	background-position: -33px 0;
 }
.next-page,
.prev-page {
  	padding: 7px 0 3px 40px;
  	text-decoration: underline;
  	display: block;
  	position: relative;
  	height: 26px;
  	float: left;
  	color: #464f61;
  	margin: 10px 0;
}
.next-page:hover,
.prev-page:hover {
  	text-decoration: none;
}
.next-page {
  	padding: 7px 40px 25px 0;
  	float: right;
}
.site-footer {
	border-top: 5px solid #a0a0a0;
	height: 80px;
	max-width: 1100px;
	padding: 15px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto
}
.site-footer .phones{
	float: right;
}
.site-footer .logo{
	float: left;
	margin: 2px 0 0 10px;
	width: 100px
}
.site-footer .counters{
	float: left;
	margin: 12px 0 0 15px;
}
.site-footer .logo img{
	display: block;
	width: 100%
}
.site-footer .phones strong{
	font-size: 19px;
	margin: 0 10px 0 0
}
.toggle-menu {
	display: none
}
@media only screen and (max-width: 979px) {
	.wrapper {
  		margin: 0
	}
	.container {
	  	padding-bottom: 0;
	}
	.site-header .logo {
		float: none;
		display: block;
		max-width: 95%;
		margin: 0 auto
	}
	.site-header .phones {
	  	float: none;
	  	text-align: center;
	  	margin: 30px 0;
	}
	.button-menu {
	  	float: none;
	  	margin-top: 0;
	}
	.button-menu li {
  		float: none;
  		margin: 0 0 10px;
	}
	.button-bottom-menu ul li a, 
	.button-menu li a {
		margin: 0 auto;
		width: auto;
		padding: 14px 10px;
	}
	.left-sidebar {
  		float: none;
  		margin-bottom: 30px;
  		width: auto;
	}
	.content {
  		margin-left: 0
	}
	.service-menu ul {
	  	width: auto;
	}
	.service-menu ul li {
  		float: none;
  		margin: 0 auto 20px
	}
	.content .white {
	  	padding: 10px 15px;
	}
	.button-bottom-menu {
  		background: #dedede;
  		padding: 10px 15px;
	}
	.button-bottom-menu ul {
  		display: block
	}
	.button-bottom-menu ul li {
	  	display: block;
	  	margin: 0 auto 20px;
	}
	.site-footer {
  		height: auto;
	}
	.site-footer .logo {
	  	float: none;
	  	margin: 0 auto 20px;
	  	width: 100px;
	}
	.site-footer .counters {
  		float: none;
  		margin: 0 0 15px;
	}
	.site-footer .counters a {
  		display: block;
  		margin: 0 auto;
  		text-align: center;
	}
	.site-footer .phones {
  		float: none;
  		margin: 0 0 20px;
  		text-align: center;
	}
	.single h2 {
  		line-height: 34px
	}
	.aside-menu{
		display: none
	}
	.left-sidebar ul li ul {
	  	position: relative;
	  	display: block;
	  	width: auto;
	  	left: auto;
	  	top: auto;
	}
	.left-sidebar ul li ul li a {
  		padding: 10px 0;
  		background: #323743;
	}
	.toggle-menu {
		display: block;
		color: #fff;
		font-size: 20px;
		padding: 8px 10px;
		text-align: center;
		line-height: 30px;
		background: #323743;
	}
	.toggle-menu .fa{
		margin-right: 10px;
		font-size: 30px;
		vertical-align: bottom;
	}
}
.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}