body{
	 padding-top:100px;;
	 line-height:1.8em;
}


.top-header{
	padding:20px 0;
	border-bottom:1px solid #eee;
	background:#fff;
}
.top-header input{
	border-radius:0;
}
.top-header .btn-login{
	border-radius:0;
	color:#fff;
	background-color:#900;
}
.top-header .form-area{
	height:20px;
}
.banner{
	margin-top:60px;
}
.banner img{
	width:100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color:#7d6430;
}

.page-contents-one{
	padding:6.8em 0 4.375em 0;
	min-height:400px;
}
.page-contents-one-padding{
	padding-right:40px;
}
.page-contents-one h4{
	line-height:1.6em;
}
.page-contents-one .feature{
	margin:20px 0 40px 0;
}
.page-contents-one .feature h3{
	color:#7d6430;
	margin-bottom:15px;
	font-weight:bold;
}
.page-contents-one .feature i {
	background: #7d6430;
	color:#fff;
	font-size:3em;
	width:100px;
	height:100px;
	line-height:101px;
	border-radius:100%;
	text-align: center;
	margin-top:30px;	
}
.page-contents-one .feature li{
	list-style:url(../img/bullet.jpg) inside;
}
.page-contents-one .online-form li{
	list-style:none outside;
	
}
.page-contents-one .apply-form{
	margin:25px 0;
	
}
.page-contents-one .online-form input{
	border-radius:0;
	margin-bottom:20px;
}
.page-contents-one .online-form select{
	border-radius:0;
	margin-bottom:20px;
}
.page-contents-one .online-form textarea{
	border-radius:0;
}
.page-contents-one .form-margin input{
	border-radius:0;
	margin:0 0 15px 0;
}
.page-contents-one .information h4{
	color:#7d6430;
	font-weight:bold;
}
.pricing-box-alt {
border: 1px solid #e6e6e6;
	background:#fcfcfc;
	position:relative;
	margin:0 0 20px 0;
	padding:0;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-box-alt .pricing-heading {
	background: #fcfcfc;
	text-align: center;
	padding:15px 0 0px 0;
	display:block;
}
.pricing-box-alt.special .pricing-heading {
	background: #fcfcfc;
	text-align: center;
	padding:15px 0 0px 0;
	border-bottom:none;
	display:block;
	
}
.pricing-box-alt.special .pricing-heading h5 {
	color:#fff;
}

.pricing-box-alt .pricing-heading h4 strong {
	font-weight:700;
	letter-spacing:2px;
}
.pricing-box-alt .pricing-heading h4 {
	font-weight:300;
	letter-spacing:2px;
}

.pricing-box-alt .pricing-terms {
	text-align: center;
	background:#333;
	display:block;
	overflow:hidden;
	padding:10px ;
}

.pricing-box-alt .pricing-terms  h5 {
	font-style:italic;
	margin-top:10px;
	color:#fff;
	font-family:'Noto Serif', serif;
}

.pricing-box-alt .icon .price-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 68px;
    height: 68px;
	padding:12px;
    font-size: 16px;
	font-weight:700;
    line-height: 68px;
    text-shadow:none;
    cursor: pointer;
    background-color: #888;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
}

.pricing-box-alt  .pricing-action{
	margin:0;
	text-align:center;
	padding:30px 0 30px 0;
}
.pricing-content{
	background: #fff;
	text-align:center;
	font-size:14px;
}

.pricing-content strong{
color:#353535;
}

.pricing-content ul{
	list-style:none;
	padding:0;
	margin:0;
}

.pricing-content ul li{
	border-bottom:1px solid #e9e9e9;
	list-style:none;
	padding:15px 0 15px 0;
	margin:0 0 0 0;
	color: #888;
}
.materials{
	font-size:.9em;
	margin:25px 0 0 0;
}
.materials h4{
	margin-bottom:30px;
}
.materials em{
	font-size:.8em;
	text-align:center;
}
.contact-map{
	margin:35px 0;
	border:1px solid #CCC;
}


.side{
	padding:0 30px;
	
}
.side h3{
	line-height:1.5em;
}
.side .box1{
	background-color:#f9f9f9;
	border:1px solid #e1e1e1;
	padding:20px;
	margin:25px 0 50px 0;
	text-align:center;
}
.side .box2{
	background-color:#eee;
	border:1px solid #d6d5d5;
	padding:20px;
	margin:25px 0 50px 0;
	text-align:center;
	
}


footer{
	background-color:#333;
	padding:50px 0 30px 0;
	color:#fff;
}
footer a{
	color:#fff;
}
footer a:hover{
	color:#fff;
	text-decoration:underline;
}
footer a:focus{
	color:#fff;
}
footer .foot input{
	border-radius:0;
}
footer .copyright-foot{
	border-top:1px solid #1e1e1e;
	margin:30px 0 0 0;
	padding:20px 0 0 0;
	font-size:.9em;
}
.messages{
}
.messages h3{
	margin-bottom:40px;
}
.privacy-statement ul li{
	list-style:outside !important;
}
@media (max-width:320px){
.top-header img{
	width:100%;
}
}
#floatdiv{
    position:absolute;  
    padding:10px;
    z-index:100;
}