@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import "font-awesome.css";



@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300); 
@import url(//fonts.googleapis.com/css?family=Oswald:300,400);
  

html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
    background: #4f6d63;
    color: #676767;
    /*font: 300 13px/20px 'Open Sans', sans-serif;*/
    font: 300 16px/24px 'Oswald', sans-serif;
}



p {
    margin-bottom: 20px;
}



.p1 {
    margin-bottom: 7px;
}

.prv p.p1 {
    margin-bottom: 7px;
}

.p2 {
    overflow: hidden;
    margin-bottom: 17px;
}

.prv p  {
    margin-bottom: 19px;
}


	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}



input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
	color: #262626;
    font-weight: normal;
}

h2 {
    /*padding-top: 144px;*/
    padding-top: 72px;  /*vk*/
    font-size: 46px;
    /*color: #506e64;  vk08/28*/
    color:#401006;
    font-weight: bold;
    text-transform: uppercase;
    /*line-height: 30px;*/ /*vk*/
    line-height: 36px;
    margin-bottom: 14px;
}

h2 span {
    padding-top: 6px;
    text-transform: none;
    display: block;
    font-size: 30px;
    font-weight: 300;
}

h3 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #676767;
    margin-bottom: 19px;
    padding-top: 79px;
    font-weight: 300;
}

h3.head1 {
    padding-top: 49px;
}

h3 span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding-top: 1px;
}

.page1 h3 {
    padding-top: 50px;
    margin-bottom: 23px;
}

.page1 h3.head1 {
    padding-top: 80px;
    font-size: 34px;
}

.page1 h3.head1 span {
    display: block;
    padding-top: 4px;
    font-size: 24px;
    margin-bottom: 24px;
}

/*vk style mobile number to display only on phone*/

.hh {display:none;}


/*vk styling for tagline*/
.tagline {
    display:block;    
    text-align:left;    
}


/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


ul.list {
    margin-bottom: 9px;
}

ul.list li {
    padding-left: 19px;
    background: url(../images/marker.png) 0 5px no-repeat;

}


ul.list  li+li {
    margin-top: 8px;
}


/****Links****/


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	/*color: #ffdd77; vk change hover color*/
    color:#ad7266;
}

a.btn {
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    background-color: #56766a;
    margin-top: 25px;
    display: inline-block;
    padding: 10px 32px 12px 37px;
}

a.btn:hover {
    /*background-color: #ffdd77; vk change button hover color*/
    background-color:#ad7266;
}
/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
}

.page1 .img_inner {
    margin-top: 0;
}

.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 21px;
	margin-top: 7px;
}



.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 6px;
}


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.nowrap {
    white-space: nowrap;
}
/*header*/

header {
    text-align: center;
	display: block;
    padding-top: 49px;
    padding-bottom: 51px;
    position: relative;
    background: url(../images/header_bg_roman.png) 0 0 repeat;
}

.page1 header {
    padding-bottom: 0;
}

header h1 {
	position: relative;
    float: left;
    text-align: center;
    z-index: 800;
}



header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 334px;
    height: 63px;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}


/**Content**/


.content {
    background-color: #fff;
    /*padding-bottom: 88px; vk reduce padding */
    padding-bottom: 44px;
}


.page1  .content {
    padding-bottom: 111px;
}

.icon {
    /*background-color: #a7c1b6;*/
    background-color: #ad7266;
    color: #fff;
    width: 58px;
    height: 58px;
    text-align: center;
    margin: 0 auto 25px;
    font: 24px/58px FontAwesome;
    border-radius: 500px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;

}

.block1 .title {
    font: 300 24px/20px 'Open Sans Condensed', sans-serif;
    margin-bottom: 11px;
    position: static;
}


.hor {
    padding-top: 55px;
    border-bottom: 1px solid #f3f3f3;
}



.hor1 {
    padding-top: 56px;
    border-color: #f8f8f8;
}

.title.t1 {
    font: 300 34px/30px 'Open Sans Condensed', sans-serif;
    padding-top: 54px;
    position: absolute;
    text-transform: uppercase;
    padding-bottom: 7px;
    left: 0;
    border-bottom: 2px solid #f3f3f3;
}

.block1:hover .icon {
    background-color: #ffdd77;
}

a.gal {
    position: relative;
    display: block;
    background-color: #000;
    margin-bottom: 22px;
}

a.gal span {
    background: url(../images/magnify.png) -100px center no-repeat;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a.gal img {
    transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    box-shadow: 0 0 0 #fff;
}

a.gal:hover img {
    opacity: 0.7;
}

a.gal:hover span {
    background-position: center center;
}

.col1 {
    color: #56766a;
}

.hor2 {
    padding-top: 60px;
}

.count {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 19px;
    background-color: #56766a;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    font-weight: bold;
    margin-top: 6px;
    letter-spacing: -1px;
}

.block2 time {
    margin-top: 15px;
    display: block;
    padding-top: 4px;
    color: #56766a; 
    border-top: 1px solid #56766a;
}

.block2+.block2 {
    margin-top: 42px;
}

.hor3 {
    padding-top: 49px;
}

.gallery1 a.gal span {
    background-image: url(../images/magnify1.png);
}

.gallery1 a.gal {
    margin-top: 25px;
    margin-bottom: 24px;
}

.gallery1 {
    margin-top: -19px;
}

.blog .pad {

    padding: 23px 15px 30px 20px;
    background-color: #56766a;
}

.blog {
    padding-top: 6px;
    color: #fff;
}

.blog .links {
    overflow: hidden;
    text-align: right;
    font-size: 14px;
    margin-bottom: 20px;
}

.blog .links a {
    display: inline-block;
    margin-top: 7px;
}

.blog .links a span {
    font-size: 16px;
    position: relative;
    top: -2px;
    color: #fff !important;
    margin-right: 6px;
    display: inline-block;
    font-family: FontAwesome;
}

.blog .links a:hover span {
    color: #fff;
}

.blog .links a+a {
    margin-left: 20px;
}

.blog time {
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
}

.blog .title {
    text-transform: uppercase;
    color: #ffdd77;
    font-size: 18px;
    margin-bottom: 11px;
    line-height: 20px;
}

.blog .title a:hover {
    color: #fff;
}

.blog a.btn {
    background-color: #ffdd77;
}

.blog img {
    width: 100%;
}



.blog a.btn:hover {
    color: #56766A;
    background-color: #fff;
}

.blog+.blog {
    margin-top: 34px;
}
/**Map**/

.map {
    padding-top: 6px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

 

.map figure {
    position: relative;
	display: block;
	width: 100%;
    margin-bottom: 22px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


.map figure iframe {
	width: 100%;
	height: 269px;
	max-width: 100%;
}
.map address {
    float: left;
	display: block;
}

.map address+address {
    margin-left: 50px;
}

.map address dt {

}

 address dd span {
	min-width: 73px;
	display: inline-block;
	text-align: left;
}
a.td {
    text-decoration: underline;
}

/**Footer**/
footer {
	display: block;
    position: relative;
    z-index: 10;
    font: 300 14px/20px 'Open Sans', sans-serif;
    color: #fff;
    padding-top: 38px;
    text-align: center;
    background-color: #000;   /*vk08/18*/
}

footer a:hover {color: #ffdd77;}  /*vk use a different hover color on footer*/

.socials {
    padding-bottom: 37px;
    font-size: 0;
    min-height: 31px;
    float: right;
    line-height: 0;
}

.socials a {
    opacity: 0.65;
    width: 46px;
    height: 46px;
    background: url(../images/socials.png) 0 0 no-repeat;
    display: block;
    float: left;
}

.socials a:hover {
    opacity: 1;
}

.socials a+a {
    background-position: -51px 0;
    margin-left: 5px;
}

.socials a+a+a {
    background-position: -100px 0;
    margin-left: 3px;
}

.socials a+a+a+a {
    margin-left: 5px;
    background-position: -151px 0;
}

.socials a+a+a+a+a {
    margin-left: 3px;
    background-position: right 0;
}


.copy {
    padding-top: 12px;
    float: left;
    position: relative;
    z-index: 10;
}




#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 130px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 58px;
    height: 58px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*vk add css for product table*/
/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  /*width: 100%; */
  border-collapse: collapse; 
   table-layout: fixed;
  width: 950px; /* Important */  
}

/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #eee;   
}

th { 
  background: #333; 
  color: white; 
  font-weight: bold; 

}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
  font-size: 16px; /*vk*/
}

.rndProd {-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */}

.pic {width: 20%;}

.desc {width:20%;}

.use {width:40%;}


/*vk end css for product table*/




/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}
 .map address+address {
    float: left;
 	margin-left: 30px;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}

.extra_wrapper {
 overflow: visible;
}

.banners .extra_wrapper, .tabs .extra_wrapper {
    overflow: hidden;
}

.banners img {
    margin-right: 15px; 
}

.banners .guaranty {
    margin-right: 5px;
}

.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}

h2 {
    padding-top: 90px;
}

#owl .owl-prev, #owl .owl-next {
    bottom: 0; 
}

h3 {
    font-size: 26px;
}

.hidden {
    overflow: hidden;
}

.caption {
   width: auto; 

}

@media only screen and (max-width: 800px) {

.hh {display:none;}
}

.caption {width:95%;}



@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

.socials {
    float: none;
    margin-bottom: 0px;
}

footer {
    padding-bottom: 30px;
}

.blog .links {
    text-align: left;
}

.blog .links time {
    float: none;   
    display: block;
}


 .map address {
    float: none;
    margin-left: 0 !important;
 }

  .map address +address {
    margin-top: 30px;
  }


header h1 {
	display: block;
	width: auto;
    position: relative;
	height: auto;
}




.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 margin-bottom: 20px;
 float: none;
 position: relative !important;
 left: auto;
 top: auto;
 right: auto;
 bottom: auto;

}


header h1 {
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}


 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px !important;
}

.block1 {
    margin-top: 30px;
}

.title.t1 {
    position: static !important;
    float: none !important;
    width: auto !important;
}

#owl {
    padding-left: 80px;
}

a.gal img {
    width: 100%;
}

.caption p {
    display: none;
}

.caption {
    padding-left: 20px;
}

h2 {
    padding-top: 50px;
}

.title.t1{
    display: block;
    padding-bottom: 20px;
}

/*vk center tagline on mobile*/
.tagline {text-align: center;}

}

@media only screen and (max-width: 800px) {
 body {
 min-width: 300px;
}

.item {
    padding-right: 0;
    padding-left: 0;
}

#owl {
    margin-right: 0;
}

h2 {
    /*font-size: 30px; vk reduce for mobile */
    font-size: 24px;    
}

h2 span {
    font-size: 20px;
    line-height: 24px;  /*vk add for mobile*/    
}


/*vk add styling for product table*/
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width:100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
  text-align: center;
}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
}

/*@media screen and (max-width: 600px) {*/

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }

  /*vk display phone on mobile*/
.hh {display:inline-block; font-weight:400;}

}


 