@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

html {
      margin:0;
      padding:0;
      position: relative;
      width:100%;
      height: 100%;
      overflow-y: scroll; 
}

html,
body {
   position: relative;
   margin:0;
   padding:0;
   width:100%;
   font-family: 'Open Sans',Verdana,Arial,sans-serif;
   color:#000000;
   background-color:rgba(255,255,255,1);  
}

body.modal-open{
    width:100%!important;
    padding-right:0!important;
    overflow-y:scroll!important;
    position:fixed!important;
}


a,
a:active {
    color: #000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
      outline: none;
      cursor:pointer;
}

a:hover,
a:focus {
   color:#484848;
   text-decoration:none
}

a.blue{
	color:#0072bc;
	font-weight:600;
}
a.blue:hover,
a.blue:focus {
   color:#0054a7;
   text-decoration:none;
   font-weight:600;
   text-shadow: 0px 0px 1px #484948;
}


.back-to-top,
.back-to-top:active,
.back-to-top:focus {
    position: fixed;
    display: none;
    background: #b37b37;
    color: #000;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }

    .back-to-top:hover {
        color: #fff;
        opacity: 1;
        text-decoration: none;
    }

input::-moz-focus-inner { 
  border: 0; 
}

h1{ 
    
    color:#322724;
    font-size:48px;
    font-weight:600;
    line-height:50px;
    text-align:center;
	 font-family: Arial,sans-serif;
}
h2{ 
    color:#322724;
    font-size:30px;
    font-weight:700;
    line-height:35px;
margin-bottom:50px;
}
p { 
     color:#000;
    font-size:24px;
    font-weight:400;
    line-height:30px;
	margin-bottom:25px;
}

.box_shadow {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(31,31,31,1);
-moz-box-shadow: 5px 5px 5px 0px rgba(31,31,31,1);
box-shadow: 5px 5px 5px 0px rgba(31,31,31,1);
}
.box_shadow_light {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
}

.navbar-fixed-top{
	position: relative;
    background: #fff;
    background-repeat:repeat-x;
    background-position:top left;
    background-image: url('../images/wood.jpg');
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s; 
    width:100%;
    height:125px;
    border:0;
    margin:0;
    padding:0;
}

.navbar-fixed-top .container {
    position:relative;
    padding:0 !important;
    border:none;
}
#logo{
    float:left;
	margin-top:15px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

 .top-right{
	 margin-top:20px;
   position:relative;   
   float:right; 
text-align:right; 
  
 }
 .top-right div{
    font-size:24px;
    color:#ffffff;
    font-weight:700;
    text-transform:uppercase;
	 -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	text-shadow: 2px 2px #484948;
 }

 .top-right a,
 .top-right a:active {
    color: #fff;
	 font-size:30px;
	  font-weight:700;
    text-transform:uppercase;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
      outline: none;
      cursor:pointer;
	  text-decoration:none;
	 text-shadow: 2px 2px #484948;
}

 .top-right a:hover,
 .top-right a:focus {
   color:#e2dfdf;
   text-decoration:none;
}

.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}




.container-fluid{
	  position:relative; 
    padding:0 !important;
}

.bar{
    position:relative;   
    width:100%;
    height:40px;	
    background: #eeeeee;
    background-repeat: no-repeat;
    background-position:top left;
    background-image: url('../images/bar.jpg');
	background-size:content;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s; 
    border:0;
    margin:0;
    padding:0;
	text-align:center;
}

.bottom-bar{
   position:relative; 
    width:100%;
    height:24px;
    background: #eeeeee;
    background-repeat: no-repeat;
    background-position:top left;
    background-image: url('../images/bottom-bar.jpg');
	background-size:content;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border:0;
    margin:0;
    padding:0;
}
#navbar { 
 
      border:none;
      outline:none;
      margin:0;
      width:100%;
	 text-align:center; 
	
}

#navbar .navbar-nav > li { 
  text-align:center;
   border:0;
    margin:0;
    padding:0;
	   padding-top:5px;
}
#navbar .navbar-nav > li > a,
#navbar .navbar-nav > li > a:active,
 #navbar .navbar-nav > li > a:focus{
    display:inline-block;
    font-size:18px; 
    color: #000;
    text-transform:uppercase;
    font-weight:600;
   -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    text-shadow: 1px 1px 1px #484948; 
    line-height:0;
		background:none;
}
#navbar .navbar-nav > li:hover,
#navbar .navbar-nav > li > a:hover
 {
    color:#eeeeee;
	background:none;
	text-shadow: 1px 1px 1px #484948; 
}
#navbar .navbar-nav > li.sep{
    width:170px;
    height:32px;
  text-align:center; 
}

#navbar ul {
width:1000px;
  list-style: none;

}

.caption-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	
	font-size:72px;
	color:#fff;
	text-shadow:3px 2px 2px #282828;
	 font-family: Arial,sans-serif;
}
.caption-center span{
	display:inline-block;
	vertical-align:middle;
	padding:0 25px;
	margin-top:-18px;
	font-size:35px;
	color:#fff;
	text-shadow:3px 2px 2px #282828;
}


.glyphicon.glyphicon-chevron-left,
.glyphicon.glyphicon-chevron-right{
	font-size:75px;
	top:48%;
}

.bold{
	font-weight:600;
}


section{
    position:relative;
    width:100%;
    padding: 20px 0;
	margin:0 0 0 0;
    overflow:hidden;
	background:transparent;
}
section .container{
    position:relative;
}
#services{
	 background: #fff;
    background-repeat:repeat;
    background-position:top left;
    background-image: url('../images/wood.jpg');
border:5px solid #a7a9ac;
border-left:0;
	border-right:0;
}
div.sectoutborder{
	border:5px solid #231f20;
	padding:0;
	margin:0;
	border-left:0;
	border-right:0;
}

#services h1,
#services p{
	color:#fff;
	text-shadow:3px 2px 2px #282828;
}
#services ul > li{
	color: #fff;
   font-size:24px;
   font-weight:600;
   line-height:30px;
   text-shadow:3px 2px 2px #282828;
}
#services div.outborder img{
	border:5px solid #a7a9ac;
}	
#services div.outborder{
	border:5px solid #231f20;
	padding:0;
	margin:50px auto 0 auto;
	border-radius:5px;
}

#gallery h1{
   font-weight:500px ;
}

#gallery hr{
	margin:25px auto;
	border:0;
	border-bottom:3px solid #a7a9ac;
	width:800px;
}

#gallery div.wow{
position:relative;
padding-bottom:120px;
}
#gallery p.botp{

  text-align:center;
  font-weight:600;
  letter-spacing:1px;
}

#contact{
	background-color:#d9d9d9;
	padding:25px 0;

}
div.welloutborder{
	  margin:25px auto;
border:5px solid #231f20;
		border-radius:5px;
}
#contact .well{
 position:relative;
  min-height: 20px;
  padding:20px 0;
  margin:0;
  width:100%;
text-align:left;
	background:#473e34;

border:5px solid #a7a9ac;
	  color:#fff;border-radius:0;
}

.well.form-horizontal h2{
  color:#fff;
  text-align:center;
  font-size:30px;
  text-transform:uppercase;
  font-weight:600;
  line-height:36px;
  margin:0;
  padding:0;
}
#contact p.req{
  color:#fff;
  text-align:right;
  font-size:16px;
  text-transform:none;
  font-weight:400;
  line-height:16px;
  margin:15px;
  padding:0 13px 0 0;;
}

#contact .well .input-group-addon{
  background-color:#408ccc;
  color:#fff;
text-align:left;
 min-width:120px;
 padding-right:0;

}

#contact .well textarea{
 resize: vertical;
}


.recapt{
	width:300px !important;
	margin:0 auto 20px auto;
}

.rc-anchor-pt{
display:block;
}

#contact .well .form-group{
	max-width:90%;
	margin:0 auto 15px auto;
}
#contact div.info{
	margin-top:50px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom:0;
    color: #fff;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #fff;
}

section.message{
min-height:600px;
}


#foot{
	background-color:#473e34;
	padding:25px 0;
	text-align:center;
}
#foot hr{
    margin:0 auto 25px auto;
    width:800px;
	border-bottom:2px dotted #ffffff;
}
#foot p{
    text-align:center;
    color:#ffffff;   
}
#foot p.company,
#foot p.lic{
	font-size:18px;
	line-height:18px;
}
#foot p.company{
	 font-weight:600;
	 text-transform:uppercase;
	 
}





#foot a,
#foot a:active,
#foot a:focus{
    display:inline-block;
    font-size:24px; 
    color: #fff;
    text-transform:uppercase;
    font-weight:600;
   -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    line-height:0;
	
}

#foot a:hover
 {
    color:#e5e5e5;
}
#foot .small{
    font-size:14px;
      color:#fff;
}

#foot .small a,
#foot .small a:active,
#foot .small a:focus{
    font-size:14px; 	
}

#foot a.small:hover
 {
    color:#eeeeee;
}
#foot .foot-menu {
	width:100%;
  list-style: none;
  margin:0 0 15px -20px; 
}

#foot .foot-menu > li { 
 list-style: none;
display:inline-block;
  text-align:center; 

}
#foot .foot-menu > li > a,
#foot .foot-menu > li > a:active,
#foot .foot-menu > li > a:focus{
    display:inline-block;
    font-size:14px; 
    color: #FFF;
    text-transform:uppercase;
    font-weight:600;
   -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    text-shadow: 0 0 6px #484948;
    padding-top:0;
	vertical-align:middle;
	
	
}

#foot .foot-menu > li > a:hover
 {
    color:#b1c8ec;
}
#foot .foot-menu > li.sep{
  margin:0 10px 0 10px;
    padding:0;
   font-size:14px; 
    color: #FFF;
}	





@media (max-width: 768px) {
	
	h1{ 
    
    
    font-size:38px;
    line-height:40px;
}
h2{ 

    font-size:24px;
    line-height:25px;
margin-bottom:20px;
}
p { 

    font-size:16px;
    line-height:20px;
	margin-bottom:15px;
}

#logo{
	 float:none;
	margin:3px;
	width:280px;
}

.top-right {
    float:none;
	text-align:left;
	padding-left:15px;
	margin:0;
 }
 .top-right div{
    font-size:15px;
	text-shadow: 2px 2px #484948;
	text-align:left;
 }
 .top-right img{
   width:20px;
 }
 .top-right a,
 .top-right a:active {
	 font-size:15px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top:-30px;
    margin-right: 15px;
    margin-bottom:0;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
	color:#fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.bar{
	margin-top:0;
    height:24px;
z-index:20;
}
.bottom-bar{
    height:20px;
}
#navbar { 
 
      border:none;
      outline:none;
      margin:0;
      width:100%;
	 text-align:center; 
	background:#000;
	height:200px;
	background-color:#473e34;
}

#navbar .navbar-nav > li { 
	   padding:5px;
}
#navbar .navbar-nav > li > a,
#navbar .navbar-nav > li > a:active,
 #navbar .navbar-nav > li > a:focus{
    display:block;
    font-size:18px; 
    color: #fff;
    line-height:15px;
}
#navbar .navbar-nav > li:hover,
#navbar .navbar-nav > li > a:hover {
    color:#eeeeee;
}

.caption-center{
	font-size:20px;
	text-shadow:3px 2px 2px #282828;
	font-weight:600;
	width:250px;
}
.caption-center span{
	display:inline-block;
	vertical-align:middle;
	padding:0 5px;
	margin-top:-8px;
	font-size:15px;
	color:#fff;
	text-shadow:3px 2px 2px #282828;
}

.glyphicon.glyphicon-chevron-left,
.glyphicon.glyphicon-chevron-right{
	font-size:25px;
}
	

div.welloutborder{
	  margin:15px auto;
}

	
#contact{
	padding:15px 0;
}

#contact .well{
  padding:10px 0;

}

.well.form-horizontal h2{
  font-size:20px;
  line-height:26px;
}
#contact p.req{
  font-size:14px;
  line-height:16px;
}

#contact .well .input-group-addon{
 min-width:50px;
}


.recapt{

	transform:scale(0.90);
	-webkit-transform:scale(0.90);
	transform-origin:0 2;
	-webkit-transform-origin:0 2;
}
#contact .well .form-group{
	max-width:90%;
	margin:0 auto 15px auto;
}
#contact div.info{
	margin-top:25px;
}

#foot{
	padding:15px 0 15px 0;
}
#foot hr{
    margin:0 auto 15px auto;
}
#foot p.company,
#foot p.lic{
	font-size:14px;
	line-height:14px;
}

#foot a,
#foot a:active,
#foot a:focus{
    font-size:20px;
}

#foot .small{
    font-size:14px;
      color:#fff;
}

#foot .small a,
#foot .small a:active,
#foot .small a:focus{
    font-size:14px; 	
}

#foot .foot-menu {
	width:100%;
  list-style: none;
  margin:0 0 15px -20px; 
}

#foot .foot-menu > li > a,
#foot .foot-menu > li > a:active,
#foot .foot-menu > li > a:focus{
    font-size:12px; 
}

#foot .foot-menu > li.sep{
  margin:0 3px 0 3px;
   font-size:12px; 
}	

	
}	

@media (min-width:769px) and (max-width:1500px) {

	
	h1{ 
    
    
    font-size:38px;
    line-height:40px;
}
h2{ 

    font-size:24px;
    line-height:25px;
margin-bottom:20px;
}
p { 

    font-size:16px;
    line-height:20px;
	margin-bottom:15px;
}
#navbar ul {
width:700px;

}

#navbar .navbar-nav > li.sep{
    width:90px;
    height:32px;
  text-align:center; 
}

.caption-center{
	font-size:40px;
	width:500px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.caption-center span{
	padding:0 15px;
	margin-top:-18px;
	font-size:25px;
}
.glyphicon.glyphicon-chevron-left,
.glyphicon.glyphicon-chevron-right{
	font-size:45px;
	top:48%;
}

#contact{
	padding:15px 0;
}

#contact .well{
  padding:10px;
  margin:0 auto; 
}

.well.form-horizontal h2{
  font-size:20px;
  line-height:26px;
}
#contact p.req{
  font-size:14px;
  line-height:16px;
}

#contact .well .input-group-addon{
 min-width:50px;
}


.recapt{
	margin:0 auto;
	transform:scale(0.90);
	-webkit-transform:scale(0.90);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}
#contact .well .form-group{
	max-width:90%;
	margin:0 auto 15px auto;
}
#contact div.info{
	margin-top:25px;
}

#foot{
	padding:15px 0 15px 0;
}
#foot hr{
    margin:0 auto 15px auto;
}
#foot p.company,
#foot p.lic{
	font-size:14px;
	line-height:14px;
}

#foot a,
#foot a:active,
#foot a:focus{
    font-size:20px;
}

#foot .small{
    font-size:14px;
      color:#fff;
}

#foot .small a,
#foot .small a:active,
#foot .small a:focus{
    font-size:14px; 	
}

#foot .foot-menu {
	width:100%;
  list-style: none;
  margin:0 0 15px -20px; 
}

#foot .foot-menu > li > a,
#foot .foot-menu > li > a:active,
#foot .foot-menu > li > a:focus{
    font-size:12px; 
}

#foot .foot-menu > li.sep{
  margin:0 3px 0 3px;
   font-size:12px; 
}		


}	
	
	@media (min-width:1300px) and (max-width:1700px) {
		
		
.caption-center{
	font-size:50px;
	width:700px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.caption-center span{
	padding:0 15px;
	margin-top:-18px;
	font-size:25px;
}


	}
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}