body{
    overflow-x:hidden;
    position:relative;
    margin: 0;
    padding:0;
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    font-size: 17px;
    line-height: 25px;
    color: #2f2f2f;
    background-color:#fff;
}

h1, h2, h3, h4, h5, h6 {
    margin-top:0;
    font-family: 'Roboto', sans-serif;
    text-transform:none;
    font-weight:300;
    color:#333;
}
h1 {margin:0 0 26px; line-height:46px; font-size:46px;}
h2 {margin:0 0 26px; line-height:40px; font-size:40px;}
h2 b {font-weight:500;}
h3 {margin:0 0 21px; line-height:25px; font-size:22px;}
h3 b {font-weight:900;}
h4 {margin:0 0 34px; line-height:25px; font-size:20px;}
h4 b {font-weight:500;}
h5 {margin:0 0 15px; line-height:20px; font-size:15px;}
h6 {margin:0 0 15px; line-height:20px; font-size:12px;} 


.navbar {
    background-color: #fff;
    border-bottom:1px solid #ccc;
    
}

#baner{
    width:100%;
    height:450px;  
    margin: 0 auto; 
    margin-top:60px;
}

#baner-text{
    font-size:90px; 
    line-height:90px;
    color:#f5f5f5;  
    text-shadow: 1px 1px 1px #000000;
    position:relative;
    top: 120px;   
    font-weight:400;
}
#baner-text .baner-text-small{
    font-size:50px; 
}

.navbar {
    font-family: Montserrat, sans-serif;
    font-size: 16px !important;
    height:60px;

}
.navbar-nav li a{
    line-height:35px;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #cb0001 !important;

}
.section-header {
    margin-bottom: 50px;
}
.section-header .section-title {
    font-size: 32px;
    color: #454545;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 60px 0 20px;
    font-family:'Roboto';font-weight:500;
}
.section-header .section-title:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #c33630;
}
.section-header .section-title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #c33630;
}

h4.title{ 
    margin-bottom:15px; 
    font-family:'Roboto'; 
    font-size:22px; 
    color:#454545;
    text-align:center;
    font-weight: 400;
    font-style: normal;        
}
#contact-info{
    margin: 0 auto;
    width:350px;
}

#news-box{

    padding-top:70px;
}
#news-box a:link, #news-box a:visited {
    color: #2f2f2f;
    
}
#news-box a:hover{
    text-decoration:none;
}
.news-date{
    color: #c33630;
    font-size:14px;
    font-weight:bold;
}

#news{
    padding: 30px 0;
}
.news-item{
    margin:15px 10px;
    padding:10px;
    border-bottom: 1px solid #ccc;
    text-align:left;
    font-size:14px;
}

.main-page-section{
    padding-bottom:50px;
    border-top:1px solid #ccc;
}

.main-page-section-bg{
        background-color: #f6f6f6;
}



#footer{
    background-color: #343a40;
    color:#fff;
    min-height: 170px;
    padding-top:30px;
    font-size:15px;

}
#footer a:link, #footer a:visited{
    color:#fff;
}
#footer a:hover{
    text-decoration:none;
}
.news-title-index{
    font-weight:bold;
    padding-bottom:8px;
}