/* CSS Document */
@font-face {
	font-family: 'Conv_PAPYRUS';
	src: url('fonts/PAPYRUS.eot');
	src: local('☺'), url('/fonts/PAPYRUS.woff') format('woff'), url('/fonts/PAPYRUS.ttf') format('truetype'), url('/fonts/PAPYRUS.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.clearer{
	float:none;
	height:0;
	line-height:0;
	clear: both;
	}

body{
	 background: #a68b70;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-size: 18px;
	 line-height: 26px;
	}
	
p{
	color: #fff;
	/*color: #434343;*/
	color: #000;
	}	

a:hover{
	color: #a68b70 !important;
	}
	
	

main {
	
	background: #dac8b0 none repeat scroll 0 0;
	
}

h2{
	font-family: 'Conv_PAPYRUS';
	}
	
	
h3{
	font-family: 'Conv_PAPYRUS';
	font-size: 60px;
	}	
	
.mtop20{
	margin-top: 20px !important;
	}	
	
.mtop30{
	margin-top: 30px !important;
	}	
	
.mtop40{
	margin-top: 40px !important;
	}	
	
.mtop50{
	margin-top: 50px !important;
	}				
	
.align-center{
	text-align: center !important;
	}
	
.stuck_container {
    background-color: white;
    position: relative;
    z-index: 0;
    background: #844b2e;
	padding-bottom:0px;
}

.navbar-default{
	background: #844b2e !important;
	}
	
.navbar-brand{
	font-family: 'Conv_PAPYRUS';
	font-size: 40px;
	color: #ffebaf;
	text-transform:none;
	}	
	
.navbar-nav {
    margin-bottom: 30px;
    margin-top: 10px;
}	

.navbar-nav {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 19px;
    font-weight: 400;
}

.navbar-default .navbar-nav > li > a {
    color: #dac8b0;
}

.navbar-nav > li > a::before {
    background-color: #dac8b0;    
}

 .navbar-nav > li.active > a:before,
  .navbar-nav > li.sfHover > a:before,
  .navbar-nav > li a:hover:before {
    background-color: #a68b70;
  }
	
.isStuck {   
    box-shadow: 0 1px 2px #bbb;   
    padding-top: 25px;
}	

.navbar-phone{
	display:inline-block;
	float: right;
	color:#dac8b0;
	font-size: 24px;	
	margin-top: 30px;
	}

@media (max-width: 767px) {	
	.navbar-phone{
		display:block;
		float: none;
		color:#fff;
		text-align:center;
		font-size: 24px;	
		margin-top: 30px;
		}
}

.cdsROW.narrow{
	margin: 0 auto 0 auto !important;
	}
	
footer{
	background:#844b2e;
	color: #ffebaf;
	}	
	
footer p, footer a{
	color: #ffebaf;
	}	

#form input[type=text], input[type=tel], #form2 input[type=text], input[type=tel] {
	width: 100%;
	height: 40px;	
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	color:#5f5f5f;
    font: 14px/14px;
    padding: 1px 30px 1px 14px;
	border:0;
	background:#fff;		
}


#form textarea {
	width: 100%;
	height: 205px;
	background: #fff;
	position: relative;
	resize:none;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	float:left;
	margin: 0;
	color:#4b4b4b;
    font: 14px/14px ;	
    padding: 10px 30px 1px 14px;	
    background: #fff;
	border:0;	
}

label{
	color:#000;
	font-weight:normal;
	}


	
.box-error22{
	
	height: 12px !important;
	line-height: 12px !important;
	width: 100%;
	padding: 2px 0 0 0 !important;	
	float:left;
	text-align:left;
	color:#feb103;
	font-size:12px;			
	border: 1px solid #dac8b0;	
	}	


	
.error-element{
	border:1px solid #feb103 !important;
	background:#e0c69e !important;
	}	
	
@media  (max-width: 995px) {	
 .mtopcell{
	 margin-top: 0 !important;
	 }
}	
	

@media (min-width:767px) and (max-width: 1200px) {	
.navbar-brand{	
	font-size: 36px;	
	}

}

@media (min-width:767px) and (max-width: 995px) {	
.navbar-nav > li + li {
    margin-left: 40px;
}

.navbar-brand{	
	font-size:28px;	
	}
	
.navbar-phone{
	font-size: 18px;
	margin-top:20px;		
	}	
}

@media (max-width:767px){
	.rd-mobilepanel_title {
		font-size: 20px;
		}
		
	h3{
		font-size: 30px;
		}	
		
	.stuck_container{
		padding-bottom: 30px;
		}	
}


@media (max-width:479px){
	.rd-mobilepanel_title {
		font-size: 14px;
		}
		
	.cdsROW.wide{
		width: 300px;
		}	
	}