*{
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 1em;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
html, body, div, blockquote, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, input, textarea, th, td, button {
    font-family: 'Open Sans', Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
}
body {
    overflow-x: hidden;
    height: 100%;
    font-weight: 300;
    text-align: center;
    background-size: 110% auto;
    background-position: 0 230px;
    background-repeat: no-repeat;
}
html[dir="home"] body{
    background-image: url('../image/bg.jpg');
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, table {
    margin-bottom: .8em;
}
a.button {
    margin: 0 40px;
    color: #d35b2c;
    cursor: pointer;
    border-color: #777777 #4f4f4f #242424 #4f4f4f;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.9);
    text-decoration: none;
    background: #161716;
    background: linear-gradient(top, #161716 0%, #434344 100%);
    background: -moz-linear-gradient(top, #161716 0%, #434344 100%);
    background: -ms-linear-gradient(top, #161716 0%, #434344 100%);
    background: -webkit-linear-gradient(top, #161716 0%, #434344 100%);
    background: -o-linear-gradient(top, #161716 0%, #434344 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#161716), color-stop(100%,#434344));
}
a.button:hover {
    color: #fb6d35;
    background: #2a2c2a;
    background: linear-gradient(top, #2a2c2a 0%, #5a5a5b 100%);
    background: -moz-linear-gradient(top, #2a2c2a 0%, #5a5a5b 100%);
    background: -ms-linear-gradient(top, #2a2c2a 0%, #5a5a5b 100%);
    background: -webkit-linear-gradient(top, #2a2c2a 0%, #5a5a5b 100%);
    background: -o-linear-gradient(top, #2a2c2a 0%, #5a5a5b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2c2a), color-stop(100%,#5a5a5b));
}
.button {
    display: inline-block;
    width: 172px;
    height: 47px;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    line-height: 2.2;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-width: 2px;
    border-style: solid;
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.5);
}
span.button {
    margin: 0 40px;
    color: #b8b8b8;
    cursor: default;
    background: #8c8d8d;
    border-color: #bebebf #a6a6a7 #909090 #a6a6a7;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    background: linear-gradient(top, #8c8d8d 0%, #d0d1d0 100%);
    background: -moz-linear-gradient(top, #8c8d8d 0%, #d0d1d0 100%);
    background: -ms-linear-gradient(top, #8c8d8d 0%, #d0d1d0 100%);
    background: -webkit-linear-gradient(top, #8c8d8d 0%, #d0d1d0 100%);
    background: -o-linear-gradient(top, #8c8d8d 0%, #d0d1d0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c8d8d), color-stop(100%,#d0d1d0));
}
a {
    color: #000;
}
#header {
    z-index: 200;
    position: relative;
    background: #333;
    height: 205px;
    border-bottom: 2px solid #1f1f1f;
}
#header > div {
    padding-top: 48px;
    text-align: center;
}
.layout_center {
    width: 980px;
    padding: 0;
    margin: auto;
}
#main {
    position: relative;
    z-index: 200;
    height: 280px;
}
#main > div {
    padding-top: 50px;
}
#main table {
    width: 800px;
    margin: 0 auto;
}
#main .layout_center div {
     border: none;
     text-align: center;
     padding-bottom: 40px;
}
.articles{
    position: relative;
    width: 100%;
    background: none;
}

.article-page{
    position: relative;
    display: inline-block;
    width: 1000px;
    padding-bottom: 25px;
    border-bottom: 2px solid #afafaf;
    margin-bottom: 20px;
    padding-top: 50px;
}
.article-page .title{
    position: relative;
    margin-bottom: 20px;
}
.article-page h1{
    color: #545354;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: left;
}
.article-page .title h1:after{
    content: "";
    display: block;
    width: 100px;
    border-bottom: 2px solid #ee5222;
}
.article-page p{
    position: relative;
    text-align: left;
    line-height: 1.8;
    margin: 1em 0;
}
.article-page time{
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    background: #fff;
    z-index: 10;
    padding-right: 3px;
    bottom: -7px;
    font-style: italic;
}
.article-page img{
    max-width: 100%;
    display: block;
}
.modal-backdrop{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 1000;
    opacity: 0.6;
}
#contactUs form div{
    position: relative;
    width: 100%;
    margin: 20px 0 10px 0;
}
#contactUs form p{
    text-align: left;
}
#contactUs form input, #contactUs form textarea{
    resize: none;
    width: 100%;
    line-height: 1.3;
    padding: 9px 10px;
    font-size: 17px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
#contactUs .green_button{
    display: inline-block;
    margin: 10px 0;
    vertical-align: top;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 13px 8px;
    font: 16px/1 'Roboto Condensed', Arial, sans-serif;
    border: 0;
    position: relative;
    width: 100%;
    background: #d35b2c;
    box-sizing: border-box;
    box-shadow: 0 4px 9px rgba(2,4,6,.35);
}
#contactUs .post_error, #contactUs .post_successful{
    display: none;
    position:absolute;
    top:68px;
    left:50%;
    margin-left:-130px;
    width:247px;
    padding:31px 0 40px 0;
    background:#fff;
    color:#767676;
    font-size:18px;
    text-align:center;
    -moz-box-shadow:0 3px 5px rgba(0,2,4,.35);
    -webkit-box-shadow:0 3px 5px rgba(0,2,4,.35);
    box-shadow:0 3px 5px rgba(0,2,4,.35);
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
@media(max-width: 1750px){
    body{
        background-size: 130% 100%;
        background-position: -400px 230px;
    }
}
@media(max-width: 1400px){
    body{
        background-size: 150% 100%;
        background-position: -400px 190px;
    }
}
@media(max-width: 1200px){
    body{
        background-size: 100% auto;
        background-position: 0 160px;
    }
    .articles{
        background: #f3f4f6;
    }
    #main{
        height: 400px;
    }
    #main > div {
        padding-top: 80px;
    }
    .article-page{
        width: 900px;
    }
}
@media(max-width: 1000px){
    .layout_center{
        width: 100%;
    }
    a.button {
        margin: 0 20px;
    }
    span.button {
        margin: 0 20px;
    }
    #main{
        height: 350px;
    }
    #main > div {
        padding-top: 60px;
    }
    body{
        background-size: 110% auto;
        background-position: 0 205px;
    }
    .article-page{
        width: 600px;
    }
}
@media(max-width: 720px){
    a.button {
        margin: 0 10px;
    }
    span.button {
        margin: 0 10px;
    }
    .button{
        width: 158px;
    }
    body{
        background-size: 140% auto;
        background-position: -100px 205px;
    }
    .article-page{
        width: 90%;
    }
}
@media(max-width: 650px){
    #header img{
        width: 490px;
    }

}
@media(max-width: 565px){
    .button {
        width: 135px;
        height: 40px;
        font-size: 120%;
    }
    #header > div{
        padding-top: 65px;
    }
    #header img{
        width: 400px;
    }
    #main{
        height: 300px;
    }
    #main > div{
        padding-top: 40px;
    }
}
@media(max-width: 500px){
    .button {
        width: 110px;
        height: 33px;
        font-size: 95%;
    }
    #header {
        height: 151px;
    }
    #header > div {
        padding-top: 50px;
    }
    #header img {
        width: 300px;
    }
    body{
        background-size: 150% auto;
        background-position: -100px 170px;
    }
}
@media (max-width: 430px) {
    .button {
        width: 97px;
        height: 27px;
        font-size: 80%;
        border-radius: 7px;
    }
    #main{
        height: 250px;
    }
}
@media(max-width: 375px){
    .button{
        margin: 10px 15px 0 10px !important;
    }
    #main{
        height: 350px;
    }
    #main > div{
        padding-top: 10px;
    }
    #main .layout_center div{
        padding-bottom: 20px;
    }
    #header {
        height: 125px;
    }
    #header > div {
        padding-top: 40px;
    }
    #header img{
        width: 250px;
    }
}