html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: 'Source Sans Pro', sans-serif;
}

ol, ul {
    list-style: none;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.text_center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

/*---------------------index---start---------------------------------*/



header {
    display: block;
}
.container {
    width: 1500px;
    margin: 0 auto;
    height: auto;
}

#header {
    max-width: 1920px;
    width: auto;
    margin: 0 auto;
}

.header {
    background: #FFF;
    /*float: left;*/
    width: 100%;
    height: 86px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #dadada;
}

.header_btm {
    width: 100%;
    max-width: 1920px;
    height: 80px;
    position: absolute;
    bottom: -74px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/header_bottom.png) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.header_main {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.logo {
    width: 120px;
    height: 154px;
    position: absolute;
    left: 0;
    top: 18px;
}

.logo a {
    float: left;
    width: 100%;
    height: auto;
}

.logo a img {
    display: block;
}

.nav {
    float: right;
    width: auto;
    height: auto;
    position: relative;
    margin-right: 60px;
}

.nav_main {
    float: left;
    width: auto;
    padding-right: 10px;
    transition: all 0.25s ease-in 0s;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
}

.nav_main ul {
    float: left;
    width: 100%;
    height: auto;
}

.nav_main ul.second {
    display: none;
}

.nav_main ul li {
    float: left;
    width: auto;
    height: 73px;
    padding: 0 15px;
    position: relative;
}

.nav_main ul li a {
    float: left;
    width: auto;
    height: 69px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #656565;
    line-height: 69px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
    transition: all 0.25s ease-in 0s;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
}

.nav_main ul li:hover a, .nav_main ul li.active a {
    color: #F47F1F;
}

.nav_main ul li.active a {
    border-bottom: 4px solid #F57F1F;
}

.nav_main ul li:hover ul.sub_nav {
    visibility: visible;
    opacity: 1;
    list-style-type: none;
    padding: 0;
}

ul.sub_nav {
    background-color: #FFF;
    width: 623px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 72px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.nav_main ul li .sub_nav li {
    width: 50%;
    height: auto;
    padding: 0;
}

.nav_main ul li .sub_nav li a {
    float: left;
    background: none;
    width: 100%;
    height: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #9B9B9B;
    line-height: 140%;
    text-decoration: none;
    padding: 20px 7%;
    border-bottom: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    text-transform: uppercase;
    transition: all 0.25s ease-in 0s;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
}

.nav_main ul li .sub_nav li.last a {
    border-right: none;
    width: 100%;
}

.nav_main ul .sub_nav li:hover a, .nav_main ul .sub_nav li.active a {
    background: #F47F1F;
    color: #FFF;
}

.nav_main ul li .sub_nav li a:hover, .nav_main ul li .sub_nav li a.active {
    background: #F47F1F;
    color: #FFF;
}

.phone_sec {
    float: left;
    background: #EF7D0B;
    width: auto;
    /*height: 48px;*/
    /*padding: 0 35px 0 30px;*/
    /*margin-right: 20px;*/
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    behavior: url(PIE.htc);
    position: relative;
    margin-top: 25px;
    height: 42px;
    padding: 0 15px;
    margin-right: 10px;
}

.phone_sec a {
    /*background: url(../images/phone.svg) no-repeat left 4px;*/
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 110%;
    /*padding-left: 31px;*/
    text-decoration: none;
    margin-top: 10px;
}

/*-----------------res-nav-Start-------------------*/
.res_navigation {
    display: none;
    width: 72px;
    height: 63px;
    position: absolute;
    right: 0;
    top: 0;
}

.nav-toggle {
    position: absolute;
    top: 23px;
    right: 22px;
    z-index: 999999;
    padding: 5px 28px 13px 0;
    cursor: pointer;
}

.nav-toggle:focus {
    outline: none;
}

.nav-toggle.active .top {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
    background: #F47F1F;
}

.nav-toggle.active .middle {
    opacity: 0;
    background: #FFF;
}

.nav-toggle.active .bottom {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
    background: #F47F1F;
}

.nav-toggle span {
    background: #F47F1F;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-transition: all .55s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.nav-toggle span:nth-of-type(2) {
    top: 7px;
}

.nav-toggle span:nth-of-type(3) {
    top: 16px;
}

/*-----------------res-nav-end-------------------*/

#section {
    max-width: 1920px;
    width: auto;
    margin: 0 auto;
}

.top_socail {
    float: right;
    width: 60px;
    background-color: #fff;
    padding: 6px 0 6px 0px;
    position: absolute;
    right: 0;
    top: 5px;
}

.top_socail ul {
    width: auto;
    height: auto;
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.top_socail ul li {
    float: left;
    width: auto;
    height: auto;
    margin: 6px 6px 0 0;
}

.top_socail ul li.last {
    margin-right: 0;
}

.top_socail ul li a {
    background: url(../images/social_bg.svg) no-repeat left 34px;
    float: left;
    width: 24px;
    height: 24px;
    line-height: 19px;
    border: 2px solid #666666;
    display: block;
    text-align: center;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

.top_socail ul li a svg {
    display: inline-block;
    vertical-align: middle;
    fill: #666666;
}

.top_socail ul li a:hover {
    background-position: left 0;
    border: 2px solid #533313;
}

.top_socail ul li:hover a svg {
    fill: #FFF;
}

/*---------------------footer---start---------------------------------*/
#footer {
    max-width: 1920px;
    width: auto;
    margin: 0 auto;
}

.footer {
    float: left;
    width: 100%;
    height: auto;
}

.footer {
    float: left;
    width: 100%;
    height: auto;
}

.footer_top {
    background: url(../images/footer_sep.png) repeat-x left top #E5E1DE;
    float: left;
    width: 100%;
    height: auto;
    padding: 55px 0 30px;
}

.footer_top_main {
    /*float: left;*/
    width: 98%;
    height: auto;
    margin: 0 auto;
    padding: 0 5% 0;
}

.footer_logo {
    width: 120px;
    height: 83px;
    margin: 0 auto;
    display: block;
}

.footer_logo a {
    width: 100%;
    height: auto;
}

.footer_logo a img {
    display: block;
}

.footer_nav {
    float: left;
    width: 100%;
    height: auto;
    padding-top: 30px;
    text-align: center;
}

.footer_nav ul {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.footer_nav ul li {
    width: auto;
    height: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #6A6969;
    line-height: 110%;
    display: inline-block;
}

.footer_nav ul li a {
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #6A6969;
    line-height: 110%;
    margin: 0 14px;
}

.footer_nav ul li a:hover {
    color: #593A1C;
}

.newsletter_section {
    width: 36%;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    display: table;
}

.newsletter_section p {
    float: left;
    width: 100%;
    color: #666666;
    line-height: 120%;
    text-align: left;
}

.newsletter_main {
    float: left;
    background: #C7C5C4;
    width: 100%;
    /*height: 46px;*/
    margin-top: 20px;
}

.subscribe {
    /*float: left;*/
    /*width: auto;*/
    /*height: auto;*/
    /*height: 20px;*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #EC7B01;
    line-height: 20px;
    margin-top: 13px;
    padding: 0 3%;
    text-align: center;
    /*border-right: 2px solid #FFFFFF;*/
}

.subscribe_input {
    border: none !important;
    border-bottom: 1px solid #afafaf !important;
    padding: 10px;
    color: #ffffff;
    margin: 10px 0;
    background: none;
    height: 100%;
    border-radius: 0;
}
.subscribe_input::-webkit-input-placeholder {color: #e6e6e6; text-align: center}
.subscribe_input::-moz-placeholder          {color: #e6e6e6; text-align: center}
.subscribe_input:-moz-placeholder           {color: #e6e6e6; text-align: center}
.subscribe_input:-ms-input-placeholder      {color: #e6e6e6; text-align: center}
.subscribe-form {
    text-align: center;
}
.subscribe_submit_btn {
    width: 100%;
    margin-top: 15px;
    height: 40px;
    background-color: #f47f1f;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    border: none;
}

input[type="text"].subscribe_txt {
    background: none;
    float: left;
    width: 56%;
    height: 46px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 3%;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

input[type="text"].subscribe_txt::-webkit-input-placeholder {
    color: #FFF;
}

input[type="text"].subscribe_txt:-moz-placeholder {
    color: #FFF;
}

.subscribe_submit {
    background: url(../images/subscribe_arrow.svg) no-repeat center center;
    float: left;
    width: 12%;
    height: 46px;
    text-indent: -15000px;
    position: relative;
}

.social_section {
    float: right;
    width: auto;
    height: auto;
}

.social_section ul {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.social_section ul li {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0 3px;
}

.social_section ul li a {
    background: url(../images/social_bg.svg) no-repeat left 34px;
    float: left;
    width: 34px;
    height: 34px;
    line-height: 31px;
    border: 2px solid #E0DBD5;
    display: block;
    text-align: center;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

.social_section ul li a svg {
    display: inline-block;
    vertical-align: middle;
}

.social_section ul li a:hover {
    background-position: left 0;
    border: 2px solid #533313;
}

.notre_site_btn {
    float: right;
    width: auto;
    height: auto;
}

.notre_site_btn .btn {
    float: right;
    height: 42px;
    line-height: 42px;
    text-transform: inherit;
    padding: 0 15px;
}

.notre_site_btn .btn span {
    background: url(../images/notre_site_btn_ico.svg) no-repeat center right;
    width: 26px;
    height: 42px;
    display: inline-block;
    padding-left: 12px;
    vertical-align: top;
}

.footer_bot {
    float: left;
    background: #C7C5C4;
    width: 100%;
    height: auto;
    padding: 20px 0;
}

/*---------------------footer---end---------------------------------*/


.footer_col {
    float: left;
    width: 17%;
    margin: 2% 2% 2% 0;
}

.footer_link {
    float: left;
    width: 100%;
    padding: 15px 0 0;
}

.footer_link ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer_link ul li {
    float: left;
    width: 100%;
    padding: 13px 0 0 0;
}

.footer_link ul li a {
    float: left;
    width: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5B5A59;
    line-height: 100%;
}

.footer_col h5 {
    float: left;
    width: 100%;
    font-size: 19px;
    font-weight: 800;
    color: #F47F1F;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
}

.newsletter_btm {
    float: left;
    width: 100%;
    padding: 7px 0 0;
    font-size: 16px;
}

.newsletter_btm p {
    color: #5B5B59;
    line-height: 150%;
}

.footerbtm_l {
    float: left;
    width: auto;
    padding: 15px 0 0;
}

.footer_bot_main {
    float: left;
    width: 78%;
    padding: 0 11%;
}

.footer_bot_main p {
    float: left;
    width: auto;
    height: auto;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #5B5B59;
    line-height: 120%;
}