@import url('reset.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


body {font-family: 'Montserrat', sans-serif;font-weight: normal;font-size: 12px;color: #a0a0a0;}
hr{color:#ddd;background-color:#ddd;height:1px;border:none;}
.header-container{z-index:0; position:relative; padding:0 15%; width:100%}
@media(max-width:1280px){.header-container{padding:0 10%;}}
@media(max-width:999px){.header-container{padding:0 5%;}}
@media(max-width:810px){.header-container{padding:0 3%;}}
@media(max-width:767px){.header-container{padding:0 15px;}}
.clearfix{height:20px; clear:both}
.clearfix-10{height:10px; clear:both}
.clearfix-0{clear:both}
/*------------------------------------menu----------------------------------------------*/

.title{font-size: 36px;font-weight: bold;color: #fff;display: block;}
.sub-title{font-size: 16px;margin-bottom: 10px;color: #e24545; font-weight:400;}
.vcenter{font-size:13px; color:#fff; font-weight:400;}
.b-text{border-bottom: 1px solid #eeeeee;padding-bottom: 27px;margin-bottom: 35px;}
.b-text p{text-align: justify;font-size: 12px;line-height: 2;color: #a0a0a0;}
.page-title{font-size: 26px;color: #333333;margin-bottom: 5px;text-transform:uppercase}
.content-p{font-size:12px; letter-spacing:0; font-weight:400;}
.contact-title{text-transform: uppercase;font-size: 14px;font-weight: bold;color: #2a2d32;border: none;
margin-bottom: 18px;}



.link-normalize{color:#000;}
.link-normalize:hover{color:#ff0000; text-decoration:none}

.black-bg{background:#000; height:150px; clear:both;}