@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #000000;
    font-family: Tahoma;
    background-color: #ede9e4;
}

.clear:before,
.clear:after {
    content: '';
    display: table;
    width: 100%;
}

.clear:after {
    clear: both;
}
.clear {
    clear: both;
}

.header-div {
    margin: 0 auto;
    width: 960px;
    height: auto;
    padding: 0;
}

.header-div .logo_img {
    clear: both;
    display: block;
    margin: 35px auto;
    width: 360px; /*remove if needed*/
}

.contact-div {
    float: left;
    /* width: 400px; */
    height: auto;
    margin: 10px 0 0 0;
}

.contact-div img {
    float: left;
}

.contact-div .text {
    color: #a98d6f;
    font-size: 22px;
    padding-left: 65px;
}

.contact-div .text label {
    font-size: 14px;
    color: #404040;
}

.contact-div .text span {
    font-size: 9px;
    color: #878889;
}

.lang-box {
    float: right;
    width: 20%;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 0;
    text-align: right;
}

.list-langs {
    text-decoration: none;
    font-size: 12px;
    color: #999999;
    border-right: #333333 1px dotted;
    padding: 0 5px 0 5px;
}

.curr-lang {
    text-decoration: none;
    font-size: 12px;
    color: #333333;
    border-right: #333333 1px dotted;
    padding: 0 5px 0 5px;
}

.list-langs:hover {
    color: #333333;
}

.main-menu {
    width: 100%;
    float: left;
    height: 60px;
    background-color: #503b24;
    margin: 0 0 0 0;
}

.main-menu .menu-box {
    margin: 0 auto;
    width: 960px;
    height: 65px;
}

.menu-box a {
    float: left;
    height: 58px;
    line-height: 58px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    padding: 0 15px 0 15px;
    font-family: Verdana;
    border-top: #644c32 2px solid;
}

.menu-box .home {
    background: url(../images/home.png) no-repeat left;
    padding: 0 20px 0 30px;
}

.menu-box a:hover {
    color: #ffffff;
    background-color: #007c00;
    border-top: #d12e2e 2px solid;
}

.main-menu .f-search {
    float: right;
    width: 200px;
    height: 28px;
    border: #54412d 1px solid;
    background-color: #FFFFFF;
    margin: 15px 0 0 0;
}

.f-search input {
    float: left;
    width: 152px;
    height: 28px;
    border: none;
    margin: 0;
    padding: 0 0 0 10px;
    color: #a0876c;
    font-size: 11px;
}

#find_id {
    cursor: pointer;
    float: left;
    background: #74ae74;
    width: 38px;
    height: 28px;
}


.row {
    margin-left: -10px;
    margin-right: -10px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.container form {
    padding-bottom: 10px;
}
.page-center {
    margin: 0 auto;
    width: 960px;
    height: auto;
    min-height: 20px;
}


.page-center:before,
.page-center:after {
    content: '';
    width: 100%;
    display: table;
}

.page-center:after {
    clear: both;
}

.footer-main {
    margin: 0 auto;
    width: 960px;
    height: auto;
}

.footer-main label {
    float: left;
    width: 100%;
    color: #4d4b49;
    font-size: 12px;
}

.footer-main .box {
    float: left;
    width: 480px;
    height: auto;
    min-height: 20px;
    margin: 0;
}

.box img {
    float: left;
    margin: 15px 20px 0 0;
}

.box a {
    text-decoration: none;
}

.footer-main .social {
    float: left;
    width: 480px;
    height: auto;
    min-height: 20px;
    margin: 0;
}

.social img {
    float: right;
    display: block;
    padding: 0 10px;
    height: 23px;
}

.social a {
    text-decoration: none;
}

.copyright {
    float: left;
    width: 100%;
    height: auto;
    background: url(../images/border-top.png) top repeat-x;
    margin: 30px 0 10px 0;
    padding: 5px 0 0 0;
    color: #696464;
    font-size: 10px;
    text-align: center;
}


.request-line-aside.agreement label {
    display: inline-block;
    position: relative;
    left: 176px;
    padding-bottom: 20px;
    font-size: 13px;
    font-weight: normal;
    color: inherit;
}

.request-line-aside.agreement input {
    margin: 10px 2px 0 0;
    top: 2px;
    position: relative;
    display: inline-block;
}

.request-line-aside.agreement label a {
    text-decoration: none;
    color: #333;
}

.request-line-aside.agreement label a:hover {
    color: #17cbe0;
}

.special-pages>.container {
    padding-bottom: 20px;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, 
.embed-responsive embed, 
.embed-responsive iframe, 
.embed-responsive object, 
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}