html, body {
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #837253;
    background: url("../img/bg_body.jpg");
    margin: 0;
    padding: 0;
    padding-bottom: 75px;
}

p{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

strong{
    display: inline-block;
}

.header_image{
	width: 100%;
	display: inline-block;
}

.bg-header{
	background: url("../img/bg_header.jpg") repeat;
    padding-bottom: 30px;
}

.bg-menu{
	background-color: transparent;
    border-color: transparent;
    background: url("../img/nav-bg-orange.png") center center no-repeat;
    background-size: 100% 100px;
    margin-top: -25px;    
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.bg-menu{
    padding-bottom: 38px;
}

.bg-menu header{
	height: 62px;
}

.navbar-default .navbar-nav>li>a{
    color: white;
    line-height: 50px;
    padding: 5px 30px;
    font-weight: bold;
    font-size: 15px;
}

.navbar-nav li:hover a{
    font-size: 16px;
    color: white !important;
    cursor: pointer;
}

.bg-w{
	background: white;
}

.body-content{
    margin-top: -38px;
    background: url("../img/main.png") repeat;
    background-size: contain;
}

.w100p{
    width: 100%;
    display: inline-block;
}

.black-color{
    color: #2a2a2a;  
}

.red-color{
    color: #e3160f;
}

.fs40px{
    font-size: 40px;
    line-height: 38px;
}

.fs25px{
    font-size: 25px;
}

.label-bottom{
    font-size: 20px;
    font-weight: bold;
}

.bg-footer-content{
    background: url("../img/bg-footer-content.png") center center no-repeat;
    background-size: cover;
    height: 270px;
}

.navbar-brand{
    height: 60px;
    padding: 10px 0;
}

.navbar-brand>img{
    height: 40px;
}

.p0{
    padding: 0 !important;
}

.space{
    padding: 10px;
    display: inline-block;
}

.wsite-form-label, label{
    margin: 0 !important;
}

input, textarea{
    width: 90%;
    display: inline-block;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #837253;
    border: 1px solid #b7af9a;
    padding: 6px 4px 6px !important;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

textarea{
    height: 300px;
    resize: none;
}

.submit-button{
    color: white;
    background: #554a36;
    padding: 8px 25px;
    border-radius: 6px;
    border: 0;
    outline: none;
}

.navbar-default .navbar-toggle{
    margin-right: 0 !important;
}

.navbar-toggle{
    border-color: transparent !important; 
}

.navbar-toggle{
    border-color: none !important;
}

.navbar-toggle-border{
    border-color: #ddd !important;
}

.menu-label{
    position: absolute;
    right: 55px;
    line-height: 35px;
    vertical-align: top;
    top: 0;
    color: #dddddd;
    font-size: 18px;
}

@media (max-width: 767px) {

    .navbar-collapse{
        border-color: #e7e7e7;
        background: #272115;
        border: 0;
    }

}

