* {
margin: 0;
padding: 0;
}
body {
font-family: "Inria Serif", serif;
letter-spacing: 1px;
font-size: 20px;
line-height: 30px;
color: #000;
width: 100%;
font-weight: normal;
background: #f5f3e8;
position: relative;
margin-left: auto;
margin-right: auto;				
}


/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
font-family: "Holtwood One SC", serif; 
font-weight:bold;
font-size: 32px;
line-height: 40px;
color: #6d7787;
padding: 0px 0px 4px 0px;
margin: 0px;
}
h2, .h2 {
font-size: 30px;
line-height: 38px;
color: #815136;
padding: 0px 0px 4px 0px;
margin: 0px;
}
h3, .h3 {
font-size: 26px;
line-height: 30px;
color: #815136;
padding: 0px 0px 4px 0px;
margin: 0px;
}
h4, .h4 {
font-size: 22px;
line-height: 26px;
color: #815136 ;
padding: 0px 0px 4px 0px;
margin: 0px;
}
h5, .h5 {
font-size: 20px;
line-height: 22px;
color: #815136;
padding: 0px 0px 4px 0px;
margin: 0px;
}
 

a {
color: #a24d21;
text-decoration: none;
outline: none;
}
a:hover {
text-decoration: underline;
}

table {
border: 0px;
border-spacing: 0px;
border-collapse: separate;
padding: 0px;
margin: 0px;
}

ul, ol {
margin: 0px 0px 10px 20px;
padding: 0px 0px 0px 0px;
/*	list-style-position: inside;*/
}
ul {
/*	list-style-image: url(images/icon_bullet.webp);*/
}
ul.no-list-image, ul.no-list-image li {
list-style: none;
list-style-image: none;
}

p {
margin:0 0 20px 0;
}
img {
border: none;
max-width: 100%;
vertical-align: middle;
}

.uppercase, .ucase {
text-transform: uppercase;
}
.underline {
text-decoration: underline
}

.valign_top {
vertical-align: top;
}
.valign_middle {
vertical-align: middle;
}
.valign_bottom {
vertical-align: bottom;
}

.align_center {
text-align: center;
margin: auto;
}
.align_right {
text-align: right;
}
.align_left {
text-align: left;
}
.align_justify {
text-align: justify;
}


.position_center {
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.position_middle:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}

.box_center {
display: table;
margin: 0 auto !important;
}

.clear {
height:0;
font-size: 1px;
line-height: 0px;
clear: both;
}

.clearfix:before,
.clearfix:after {
content: "";
display: table;
} 
.clearfix:after {
clear: both;
}

.hidden {
display: none;
}

.images  {
border: 8px solid #cec4aa;
}

hr, .hr {
line-height: 1px;
height: 1px;
font-size: 1px;
border-top: 1px dotted #815136;
}


.a_button, .a_button1 {
display: inline-block;
font-size: 18px;
line-height: 18px;
text-decoration: none;
font-weight: 600;
text-align: center;
padding: 13px 30px 13px 30px;
transition: all 250ms ease-in;
-webkit-transition: all 250ms ease-in;
}
.a_button { color: #fff; background:#917666;  }
.a_button:hover { color: #fff; background:#a24e23; text-decoration: none; }
.a_button1 { color: #fff; background:#917666;  }
.a_button1:hover { color:#fdf7dd; text-decoration: none;   }
 
 
 
/* white-popup - magnific-popup style
-----------------------------------------------------------------------------*/
.white-popup {
position: relative;
background: #FFF;
padding: 20px;
width:auto;
max-width: 700px;
margin: 20px auto;
}

#main_wrapper {
overflow: hidden;
}
.body_offset {
padding-top: 0px;
}
.txt_center { text-align:center; } 


 


/* MOBILE 
--------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------
*/  
@media only screen and (max-width: 840px) { 
body {
min-width: 320px;
max-width: 800px;
}
.page_wrapper {
width: 95%;
position: relative;
margin-left: auto;
margin-right: auto;
}

.img_left, .img_right, .images_left, .images_right {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
}


/* Menu
-----------------------------------------------------------------------------*/
.menu_icons {
width: 100%;
background: linear-gradient(to bottom, #7c5b4a 0px, #866554 50%, #7c5b4a 100%);
}
.menu_icons:after {
content:"";
display:block;
clear: both;
}
.menu_icons ul {
margin: 0px;
padding: 0px;
list-style: none;
list-style-image: none;
}
.menu_icons ul li {
width: auto;
list-style: none;
list-style-image: none;
float: right;
display: inline-block;
vertical-align: middle;
}
.menu_icons ul li:first-child {
float: left;
}
.menu_icons a {
display: block;
text-align: center;
color: #fff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-transform: uppercase;
font-weight:bold;
}
.menu_icons a:hover {
text-decoration: none;
color:#fdf7dd;
}
.menu_icons a img {
vertical-align: middle;
margin: -4px 5px 0px 0px;
} 
/* menumobile
-----------------------------------------------------------------------------*/
#menumobile {
width: 100%; display:none;
}

#menumobile ul {
margin: 0px;
padding: 0px;
list-style: none;
list-style-image: none;
}
#menumobile ul li {
width: 100%;
list-style: none;
list-style-image: none;
position: relative;
background: linear-gradient(to bottom, #8d8067 0px, #9e9178 50%, #8d8067 100%);
}
#menumobile a {
display: block;
text-align: center;
color: #fff;
font-size: 18px;
line-height: 18px; 
font-weight:700;
padding: 18px 0px 16px 0px; 
text-transform:uppercase;
}
#menumobile a:hover {
text-decoration: none;
color: #9a4a1f;
}
#menumobile li.selected > a {
color: #9a4a1f;
}

#menumobile li.closed > ul {
display: none;
}
#menumobile li.open > ul {
display: block;
/* border on open dropdown menu */
}
/* clicking area to expand/collapse */
#menumobile li.closed a {
margin-right: 40px;
padding-left: 40px;
}
#menumobile li.closed {
cursor: cell;
}
#menumobile li.closed:after {
content: "";
display: block;
width: 40px;
height: 100%;
background: url(images/mobile_arrow_close.webp) center 13px no-repeat;
position: absolute;
top: 0px;
right: 0px;
z-index: 1;
}
#menumobile li li.closed:after {
z-index: 2;
}
#menumobile li li li.closed:after {
z-index: 3;
}
#menumobile li li li li.closed:after {
z-index: 4;
}
#menumobile li li li li li.closed:after {
z-index: 5;
}

#menumobile li.open a {
margin-right: 40px;
padding-left: 40px;
}
#menumobile li.open {
cursor: cell;
}
#menumobile li.open:after {
content: "";
display: block;
width: 40px;
height: 100%;
background: url(images/mobile_arrow_open.webp) center 13px no-repeat;
position: absolute;
top: 0px;
right: 0px;
z-index: 1;
}
#menumobile li li.open:after {
z-index: 2;
}
#menumobile li li li.open:after {
z-index: 3;
}
#menumobile li li li li.open:after {
z-index: 4;
}
#menumobile li li li li li.open:after {
z-index: 5;
}
 
#header {
width: 100%; min-height:158px;
position: relative;
background: #a34e21 url(images/mob_bkg_header.jpg) top center no-repeat; 
color: #fff;
margin:0; 
padding:5px 0 5px 0;
text-align:center;
z-index:1001;
} 
#header_mob   {
width: 100%;
height:400px;
position: relative;
background: #a34e21 url(images/mob_bkg_main.jpg) top center no-repeat; 
color: #fff;
margin:0; 
padding:0;
text-align:center;
z-index:101;
} 


#slogan {
width: 100%;
position: relative;
background: #a24e23; 
color: #fff;
font-size: 18px; 
line-height: 28px;
margin:0; 
padding:30px 0 30px 0;
text-align:center;
font-weight:bold;
} 

#slogan h1 {
font-size: 34px; 
line-height: 44px; 
text-transform:uppercase; 
color:#fff;
letter-spacing:0px;
/* text-shadow: 5px 5px 5px rgba(0,0,0,0.5); */
}
#slogan p {
font-size: 20px; 
line-height: 30px; 
text-transform:uppercase; 
/* text-shadow: 5px 5px 5px rgba(0,0,0,0.5); */
}


/* box_gallery
-----------------------------------------------------------------------------*/
#box_gallery {
width:100%;  
padding: 30px 0 30px 0;
z-index:5;
color:#fff;
background: #ae815a url(images/mob_bkg_gallery.jpg) center top no-repeat; 
}
#box_gallery h2 {
font-size: 30px; 
line-height: 36px; 
text-transform:uppercase; 
color:#fff;
letter-spacing:0px;
/* text-shadow: 5px 5px 5px rgba(0,0,0,0.5); */
}
#box_gallery_left  { text-align:center; padding:20px 0 20px 0;  }
#box_gallery_right  {  text-align:center; padding:20px 0 20px 0; }
#box_gallery_list ul {
display: table;
margin: 0 auto;
list-style: none;
list-style-image: none;
}
#box_gallery_list ul li {
position: relative;
z-index: 3;
padding: 0px;
margin: 20px 0px 0px 0px;
text-align:center;
}

/* box_services
-----------------------------------------------------------------------------*/
#box_services {
width:100%;  
padding: 30px 0 30px 0;
z-index:5;
color:#000;
background: #f3f0e2; 
} 
.box_services_div { 
margin:20px 0 40px 0;
} 
.c_title2 {
font-size: 26px;
line-height: 30px;
font-weight:bold;
color: #815136;
padding: 20px 0px 20px 0px;
margin: 0px;
}

 /* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
width: 100%; 
padding: 30px 0px 30px 0px;
background: #9e4a1f url(images/mob_bkg_contact.jpg) center bottom no-repeat;
background-size: cover;
color: #fff;
text-align:center;
}
#box_contact h2 {
font-size: 30px; 
line-height: 36px; 
text-transform:uppercase; 
color:#fff;
letter-spacing:0px;
margin-bottom:20px;
/* text-shadow: 5px 5px 5px rgba(0,0,0,0.5); */
}


#content {
width:100%;
background: #f5f3e8; 
padding: 20px 0px 20px 0px;
}
.content_title {
margin: 0px 0 0px 0 ;
}
.content_title h1 {
font-size: 34px;
line-height: 40px;
font-weight:bold;
color: #815136;
padding: 0px 0px 10px 0px;
margin: 0px;
}  
 
  
/* Footer
----------------------------------------------------------------------------*/
#footer {
min-height:140px;
background: #846653 url(images/mob_bkg_footer.jpg) center top no-repeat;
color: #fff;
position: relative;
padding: 50px 0px 0px 0px;
font-size: 16px;
line-height: 26px;
}
#footer span {
color: #fff;
font-weight: bold;
} 
#footer a { color:#e2e2e2; } 

#footer_disclaimer {
font-size: 14px;
line-height: 20px;
}
 
#div_map li  { margin:15px 0 15px 0;}

  
.desktop_only { display: none; }
 
#header_txt { display:none;}
#menutop { display:none;}
#scroll_top { display:none;}
#slideshow { display:none;}

}
/* MOBILE - END
--------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------
*/  


 
 
/* DESKTOP 
--------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------
*/  
@media only screen and (min-width:841px) {

#menumobile { display:none;}
.menu_icons { display:none;}
.mobile_only {	display: none; } 
#header_mob { display:none;}

body {
min-width: 1100px;
max-width:1920px;
background:  url(images/body_bg.png) center repeat-y;
}

.img_left {
width: auto;
float: left;
margin: 0px 15px 10px 0px;
}
.img_right {
width: auto;
float: right;
margin: 0px 0px 10px 15px;
}

.images_left {
width: auto;
float: left;
margin: 0px 25px 15px 0px;
}
.images_right {
width: auto;
float: right;
margin: 0px 0px 15px 25px;
}

.grid2, .grid3, .grid4 { 
float:left; margin:0; padding:0;
}
.grid2 {width:50%; }
.grid3 {width:33.33%; }
.grid4 {width:25%; }


/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}

.page_wrapper {
width: 1100px;
height: 100%;
position: relative;
margin-left: auto;
margin-right: auto;
}
.body_wrapper {
max-width: 1920px !important;
margin: 0 auto !important;
float: none !important;
}
.box_fixed {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
margin-left: auto !important;
margin-right: auto !important;
z-index: 9999 !important;
width: 100% !important;
max-width:1920px;
float: none !important;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}


#header_top {
width: 100%;
position: relative;
height: 54px;
background: #856654 url(images/bkg_top.jpg) top center no-repeat; 
color: #fff;
margin:0; 
padding:0;
text-align:center;
z-index:9999;
}
#header_top2 {
width: 100%;
position: relative;
height: 21px;
background: #856654 url(images/bkg_top2.jpg) top center no-repeat; 
color: #fff;
margin:0; 
padding:0;
text-align:center;
z-index:1001;
}

#header {
width: 100%;
position: relative;
height: 140px;
background: #856654 url(images/bkg_top_logo.jpg) top center no-repeat; 
color: #fff;
margin:0; 
padding:0;
text-align:center;
z-index:1001;
} 
 
#header_main {
width: 100%;
position: relative;
height: 890px;
background: #856654 url(images/bkg_main.jpg) center top no-repeat; 
color: #fff;
margin:0; 
padding:0;
text-align:center;
z-index:10;
} 
.inside #header_main { height: 600px; } 



/* slideshow
-----------------------------------------------------------------------------*/


#slideshow {
width: 100%;
height: 850px;
position: relative;
z-index: 0;
}

.inside #slideshow {
width: 100%;
height: 400px;
position: relative;
z-index: 0;
}

#slideshow ul {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
list-style: none;
list-style-image: none;
position: relative;
}
#slideshow li {
width: 100%;
height: 100%;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
list-style: none;
list-style-image: none;
}
#slide_1 { background: url(images/slides_01.webp) center center no-repeat;  } 
#slide_2 { background: url(images/slides_02.webp) center center no-repeat;  } 
#slide_3 { background: url(images/slides_03.webp) center center no-repeat;  } 
#slide_4 { background: url(images/slides_04.webp) center center no-repeat;  } 
#slide_5 { background: url(images/slides_05.webp) center center no-repeat;  } 
#slide_inside { background: url(images/slides_01.webp) center center no-repeat !important;  } 

#slideshow li:after {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
right: 0px; 
bottom: 0px;
background: url(images/bkg_slide_1.png) center top no-repeat, url(images/bkg_slide_2.png) center bottom no-repeat;
}

.inside #slideshow li:after {
background: url(images/bkg_slide_1.png) center top no-repeat, url(images/bkg_inside.png) center bottom no-repeat;
}

/* slideshow araows and pager
-----------------------------------------------------------------------------*/
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 200px;
	left: 30px;
	z-index: 101;
}
#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 200px;
	right: 30px;
	z-index: 101;
}
.inside #slides_arrow_prev, 
.inside #slides_arrow_next {
	top: 100px;
}
/* slideshow arrows and pager - END
-----------------------------------------------------------------------------*/

.inside #header_main:after { 
position: absolute;
background: url(images/bkg_inside.png) center bottom no-repeat;
content: "";
display: block;
width: 100%;
height: 14px;
bottom: 0px;
left: 0px;
z-index:999;
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
width: 100%;
margin:0; padding:20px 0 0 0;
z-index:1001;
}
#menutop ul {
display: table;
margin: 0 auto;
padding: 0px;
list-style: none;
list-style-image: none;
z-index:10001;
}
#menutop li {
float: left;
height: 16px;
background: url(images/menutop_li_bg.png) top right no-repeat;
padding: 0px 2px 0px 2px;
margin: 0px;
}
#menutop li:last-child {
background: none;
}
#menutop ul li a {
display: block;
color: #fff;
font-size: 16px; 
line-height: 16px;
font-weight:bold;
text-transform:uppercase;
text-align: center;
padding: 4px 25px 0px 25px;
margin: 0px;
transition: all 250ms ease-in;
-webkit-transition: all 250ms ease-in;
}
#menutop ul li:hover a, #menutop li.selected a {
color: #fdf7dd;
text-decoration: none;
}

#slogan {
width: 100%;
position: relative;
height: 495px;
background: #a24e23 url(images/bkg_slogan.jpg) top center no-repeat; 
color: #fff;
font-size: 20px; 
line-height: 26px;
margin:0; 
padding:30px 0 0 0;
text-align:center;
font-weight:bold;
} 

#slogan h1 {
font-size: 77px; 
line-height: 77px; 
text-transform:uppercase; 
color:#fff;
letter-spacing:0px;
margin:30px 0 30px 0; padding:0;
/* text-shadow: 5px 5px 5px rgba(0,0,0,0.5); */
}
#slogan p {
font-size: 24px; 
line-height: 30px; 
text-transform:uppercase; 
/* text-shadow: 5px 5px 5px rgba(0,0,0,0.5); */
}
  

/* box_gallery
-----------------------------------------------------------------------------*/
#box_gallery {
width:100%;  
padding: 60px 0 60px 0;
z-index:5;
color:#fff;
background: #c8b294 url(images/bkg_gallery.jpg) center top no-repeat;
background-size: cover;
font-size: 22px;
line-height: 30px;
}
#box_gallery h2 {
font-size: 80px; 
line-height: 85px; 
text-transform:uppercase; 
color:#fff;
letter-spacing:0px;
/* text-shadow: 5px 5px 5px rgba(0,0,0,0.5); */
}
#box_gallery_left  {
float:left;
width:450px;
}
#box_gallery_right  {
float:right;
width:600px;
}
#box_gallery_list   { padding-top:50px;}
#box_gallery_list ul {
display: table;
margin: 0 auto;
list-style: none;
list-style-image: none;
}
#box_gallery_list ul li {
float: left;
position: relative;
z-index: 3;
padding: 0px 22px 22px 0px;
margin: 0px 0px 0px 0px;
}
#box_gallery_list li:nth-child(3), #box_gallery_list li:nth-child(6) {
padding-right: 0px;
}
#box_gallery_list ul li a {
display: table-cell;
position: relative;
vertical-align: top;
width: 352px;
height: 295px;
overflow: hidden;
font-weight: 600;
}
#box_gallery_list ul li a img {
transition: all 250ms ease-in;
-webkit-transition: all 250ms ease-in;
width: 352px;
height: 295px;
}
#box_gallery_list ul li a:hover img {
opacity: 1;
transform: scale(1.1);
}
#dline { 
width: 100%;
height: 18px;
margin-top:-18px;
background: url(images/bkg_line.png) top center no-repeat; 
padding:0;
z-index:100; 
}
 

/* box_services
-----------------------------------------------------------------------------*/
#box_services {
width:100%;  
padding: 60px 0 20px 0;
z-index:5;
color:#000;
background: #c8b294 url(images/box_services.jpg) center top no-repeat; 
} 
#box_services2 {
width: 100%;
height: 24px;
background: #856654 url(images/box_services2.jpg) top center no-repeat; 
margin:0; padding:0;
}
.box_services_div {
width:536px;
margin-bottom:40px;
} 
.c_title2 {
font-size: 36px;
line-height: 40px;
font-weight:bold;
color: #815136;
padding: 40px 0px 30px 0px;
margin: 0px;
}

 
 /* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
width: 100%; height:766px;
padding-top: 90px;
background: #9e4a1f url(images/bkg_contact.jpg) center top no-repeat;
background-size: cover;
color: #fff;
text-align:center;
}
#box_contact h2 {
font-size: 50px; 
line-height: 54px; 
text-transform:uppercase; 
color:#fff;
letter-spacing:0px;
margin-bottom:40px;
/* text-shadow: 5px 5px 5px rgba(0,0,0,0.5); */
}


/* content
-----------------------------------------------------------------------------*/
#content {
width:100%;
background: #f5f3e8 url(images/box_services.jpg) repeat-y; 
padding: 40px 0px 40px 0px;
}
.content_title {
margin: 0px 0 0px 0 ;
}
.content_title h1 {
font-size: 40px;
line-height: 44px;
font-weight:bold;
color: #815136;
padding: 0px 0px 10px 0px;
margin: 0px;
}  
 

/* Footer
----------------------------------------------------------------------------*/
#footer {
min-height:400px;
background: #846653 url(images/bkg_footer.jpg) center top no-repeat;
color: #fff;
position: relative;
padding: 40px 0px 0px 0px;
font-size: 18px;
line-height: 26px;
}
#footer span {
color: #fff;
font-weight: bold;
} 
#footer a { color:#e2e2e2; } 
#logo2 {margin-bottom:50px; }

#footer_disclaimer {
font-size: 14px;
line-height: 20px;
}

 
/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
width: 500px;
float: left;
}
#contact_form {
width: 560px;
float: right;
}
 
 
 

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
display: none;
position: fixed;
bottom: 50px;
right: 25px;
width: 78px;
height: 78px;
background: #917666  url(images/scroll_top_bg.png) center no-repeat;
-webkit-border-radius: 39px;
-moz-border-radius: 39px;
border-radius: 39px;
text-decoration: none;
cursor: pointer;
box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
transition: all 250ms ease-in;
-webkit-transition: all 250ms ease-in;
z-index: 1000;
}
#scroll_top:hover {
background: #a34e21 url(images/scroll_top_bg.png) center no-repeat;
text-decoration: none;
} 
 
}
/* DESKTOP - END
--------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------
*/  
 
 
.inside blockquote {margin-left:30px;} 
 

/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
font-size: 16px;
line-height: 16px;
color: #000;
padding: 0px 0px 10px 0px;
margin: 0px 0px 20px 0px;
border-bottom: 1px solid #7d5e4d;
}
.breadcrumbs ol {
margin: 0px;
padding: 0px;
list-style: none;
list-style-image: none;
}
.breadcrumbs ol li {
position: relative;
display: inline-block;
padding: 0px 15px 0px 0px;
margin: 0px 5px 0px 0px;
}
.breadcrumbs ol li:after {
content: " / ";
display: block;
width: 15px;
height: 100%;
position: absolute;
top: 0px;
right: 0px;
text-align: right;
font-size: 16px;
line-height: 16px;
}
.breadcrumbs ol li:last-child {
margin: 0px 0px 0px 0px;
}
.breadcrumbs ol li:last-child:after {
content: "";
display: block;
width: 0px;
}
.breadcrumbs ol li a {
color: #815136;
}
.breadcrumbs ol li:hover a {
text-decoration: underline;
} 
 

/* form_side
-----------------------------------------------------------------------------*/
#form_estimate_side {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	display: table;
}

#form_estimate_side fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#form_estimate_side input[type=text], #form_estimate_side input[type=email], #form_estimate_side select, #form_estimate_side textarea {
	background: #f4f8fb;
	border: 1px solid #f4f8fb;
}
#form_estimate_side textarea {
	height: 150px;
	background: #fff;
	border: 1px solid #fff;
}
#form_estimate_side #table_form {
	width: 100%;
}
#form_estimate_side #table_form td {
	width: 30%;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 1.5%;
	vertical-align: top;
}
@media screen and (max-width: 1840px) {
#form_estimate_side {
	width: 90%;
}
}
@media screen and (max-width: 1140px) {
#form_estimate_side {
	width: 100%;
}
#form_estimate_side textarea {
	height: 120px;
}
#form_estimate_side #table_form td {
	width: 100%;
	display: block;
	padding: 0%;
}
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 16px;
	line-height: 16px;
    box-sizing: border-box;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 1000px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 500px !important;
	display: table;
	margin: 0 auto;
}

@media screen and (max-width: 1840px) {
.form_standard {
	width: 700px !important;
}
.form_standard_half {
	width: 350px !important;
}
}

@media screen and (max-width: 1140px) {
.form_standard {
	width: 100%!important;
}
.form_standard_half {
	width: 100% !important;
}
}
.form {
	width: 100%;
}
.form input.submit, input.button {
	color: #fff;
	background: #917666;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 0px;
	padding: 15px 30px 15px 30px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}

.form input[type=text], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #2c2c29;
	font-weight: 700;
	padding: 20px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 11px;
}
.form textarea {
	height: 150px;
	background: #fff;
}

.required {
	color: #f00;
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #815136 !important;
	font-weight: 700;
	text-overflow: ellipsis;
	text-transform: uppercase;
	font-size:20px;
}
::-moz-placeholder {
	color: #815136 !important;
	font-weight: 700;
	text-overflow: ellipsis;
	text-transform: uppercase;
	font-size:20px;
}
:-moz-placeholder {
	color: #815136 !important;
	font-weight: 700;
	text-overflow: ellipsis;
	text-transform: uppercase;
	font-size:20px;
}
:-ms-input-placeholder {
	color: #815136 !important;
	font-weight: 700;
	text-overflow: ellipsis;
	text-transform: uppercase;
	font-size:20px;
}


 

/* columns
-----------------------------------------------------------------------------*/
.columns {
-moz-column-gap: 20px;
-webkit-column-gap: 20px;
column-gap: 20px;
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}

.columns[data-columns-count="2"] {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
.columns[data-columns-count="3"] {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
.columns[data-columns-count="4"] {
-moz-column-count: 4;
-webkit-column-count: 4;
column-count: 4;
}
.columns[data-columns-count="5"] {
-moz-column-count: 5;
-webkit-column-count: 5;
column-count: 5;
}
.columns[data-columns-count="6"] {
-moz-column-count: 6;
-webkit-column-count: 6;
column-count: 6;
}

.res_list div {
display: inline-block;
padding-bottom: 10px;
vertical-align: top;
}
/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
width: 100%;
list-style: none;
list-style-image: none;
text-align: center;
padding: 0px;
margin: 0px;
}
ul.columns_list li {
width: auto;
max-width: 94%;
display: inline-block;
padding: 0px 0px 0px 0px;
margin: 0px 1% 15px 1%;
vertical-align: top;
text-align: left;
}
ul.columns_list.align_center li {
text-align: center;
}
ul.columns_list > li {
}
ul.columns_list[data-columns-count="2"] > li {
width: 46%;
}
ul.columns_list[data-columns-count="3"] > li {
width: 29%;
}
ul.columns_list[data-columns-count="4"] > li {
width: 21%;
}
ul.columns_list[data-columns-count="5"] > li {
width: 16%;
}

ul.columns_list.valign_top li {
vertical-align: top;
}
ul.columns_list.valign_middle li {
vertical-align: middle;
}
ul.columns_list.valign_bottom li {
vertical-align: bottom;
}


 

#slideshow li.lazy {
background-image: none;
background-color: #5d5046;
z-index:0;
}
li.lazy {
background-image: none;
}
div.lazy {
background-image: none;
}





