.navbar {
    font-family: 'Roboto Slab', serif;
    transition-duration: 0.2s;
}

.navbar_top{
    background: none !important;
    border: 0 !important;
    min-height: inherit !important;
    height: auto !important;
    margin-bottom: 0 !important;
    width: 100%;
    z-index: 999;
}

.menu_list{
    padding: 0 !important;
    background: #fff !important;
    margin-right: 0 !important;
}

.menu_list li a{
    font-size: 15px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 16px !important;
    letter-spacing: 0.04em;
    padding-right: 10px !important;
    color: #454545 !important;
}

.menu_list li a:hover, .menu_list li a:focus{
    background: none !important;
    color: #bf141b !important;
}

.navbar_top .menu_list li.active a{
    background: none !important;
    color: #bf141b !important;
    font-weight: 600;
}

.navbar-brand{
    height: auto !important;
    padding: 10px 15px !important;
}

.navbar-toggle .icon-bar{
    background: #ccc;
}

.header_2{
    display: none;
    background: rgba(255,255,255,0.98) !important;
    border: 0 !important;
    min-height: inherit !important;
    height: auto !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index:100;
}

.menu_list_2{
    padding: 0 !important;
    margin-right: 0 !important;
    background: #fff !important;
}

.menu_list_2 li a{
    font-size: 14px;
    padding-top: 22px !important;
    padding-bottom: 23px !important;
    letter-spacing: 0.04em;
}

.menu_list_2 li a:hover, .menu_list_2 li a:focus{
    background: none !important;
    color: #bf141b !important;
}

.header_2 .menu_list_2 li.active a{
    background: none !important;
    color: #bf141b;
    font-weight: 600;
}

/********************************************************************/

.dropdown-menu > li > a 
{
    font-weight: normal !important;
    color: #333 !important;
    padding: 15px !important;
    font-size: 14px;
}

.dropdown-menu > li > a > i
{
    /*position: absolute;
    right: 15px;
    margin-top: 4px;*/
}
 
.dropdown-submenu {
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100% !important;
    margin-top:-6px;
    margin-left:-1px;
    min-width:200px;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: none;
}

ul.nav li:hover > ul.dropdown-menu {
    display: block;
}

#navbar {
    text-align: center;
}

/***********************************************************************************/

.top_footer{
    background: #393939;
    padding: 20px 0;
}

.top_footer .social_links a{
    text-align: center;
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #454545;
    color: #df5050;
    border-radius: 50%;
    font-size: 22px;
    padding-top: 17px;
    margin-right: 15px;
}

.top_footer a:hover, .top_footer a:focus{
    background: #df5050;
    color: #454545;
}

.top_footer .contact_links
{
    text-align:right;
    margin-top: 6px;
}

.top_footer .contact_links h6{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 18px;
    color: #a7a7a7;
    display: inline-block;
    margin-right: 35px;
}

.top_footer .contact_links h6:last-child{
    margin-right: 0;
}

.top_footer .contact_links h6 span{
    color: #df5050;
    font-size: 22px;
    margin-right: 5px;
}

.top_footer .contact_links h6 a{
    color: #a7a7a7;
}

.top_footer .contact_links h6 a:hover{
    background: none;
    color: #df5050;
}

.middle_footer{
    background: #454545;
    color: #cecece;
    padding: 0 0 30px;
}

.middle_footer span{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.04em;
    display: block;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #393939;
    padding-top: 30px !important;
    text-align: left;
    color: #cecece;
}

.middle_footer ul{
    margin: 0 0 0 15px !important;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.04em;
}

.middle_footer ul a{
    color: #cecece;
}

.middle_footer ul a:hover, .middle_footer ul a:focus{
    color: #df5050;
}

.middle_footer p{
    font-size: 15px;
    color: #cecece;
    line-height: 22px;
    letter-spacing: 0.04em;
}

.middle_footer h5{
    font-size: 15px;
    color: #cecece;
    line-height: 22px;
    letter-spacing: 0.04em;
    padding-top: 15px !important;
}

.middle_footer h5 a{
    color: #cecece;
}

.middle_footer h5 a:hover{
    color: #df5050;
}

.bottom_footer{
    background: #393939;
    padding: 15px 0;
}

.bottom_footer h5{
    text-align: left;
    font-size: 12px;
    color: #878787;
    letter-spacing: 0.04em;
}

.bottom_footer a
{
    display:block;
    text-align: center;
    font-size: 12px;
    color: #878787;
    letter-spacing: 0.04em;
}

.bottom_footer a:hover, .bottom_footer a:focus
{
    color:#fff;
}

.bottom_footer h6{
    text-align: right;
    font-size: 12px;
    color: #878787;
    letter-spacing: 0.04em;
    margin: 0 !important;
}

/********************************************************************/

@media only screen and (max-width: 1024px) {
    
    .top_footer .contact_links h6{
        font-size: 17px;
        margin-right: 30px;
    }
    
    .top_footer .contact_links h6:last-child{
        margin-right: 0;
    }
    
}

@media only screen and (max-width: 770px){
    
    .contact {
        padding: 20px 0;
    }

    .address_contact{
        width: auto;
    }
    
    .social_links{
        text-align: center;
        margin-bottom: 20px;
    }
    
    .top_footer{
        text-align: center;
    }
    
    .top_footer .contact_links {
        text-align: center;
    }
    
    .top_footer .contact_links h6 {
        font-size: 16px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-right: 25px;
    }
    
    .top_footer .contact_links h6:last-child{
        margin-right: 0;
    }
    
    .top_footer .contact_links h6 span {
        font-size: 20px;
    }
    
    .top_footer .social_links a {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    
}

@media only screen and (max-width: 640px){
    
    .top_footer .social_links a {
        width: 40px;
        height: 40px;
        font-size: 14px;
        padding-top: 11px;
    }
    
    .top_footer .contact_links h6{
        font-size: 14px;
        margin-right: 0;
    }
    
    .middle_footer h5{
        display: none;
    }
    
    .middle_footer ul{
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0.02em;
    }
    
    .bottom_footer h5{
        text-align: center;
        font-size: 10px;
        padding-bottom: 5px !important;
    }

    .bottom_footer h6{
        text-align: center;
        font-size: 10px;
    }
    
} 

/********************************************************************/

@media only screen and (max-width: 770px){
    
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        border: 0 !important;
    }
    
    .menu_list li a, .menu_list_2 li a{
        letter-spacing: 0.03em;
        font-size: 14px;
    }
    
    .navbar-toggle {
        background-color: #fff !important;
        border: 1px solid #ccc !important;
    }

    .navbar_top {
        background: #fff !important;
        margin-top: 0;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .navbar-toggle{
        margin-top: 11px !important;
    }

    .menu_list {
        margin-top: 0 !important;
        box-shadow: 0 0 0 rgba(0,0,0,0) !important;
        margin-right: 0 !important;
    }
    
}

@media only screen and (max-width: 640px)
{

    .navbar-nav {
        margin: 0 !important;
    }
    
    .navbar_top .navbar-brand img{
        width: 80px;
    }
    
    .menu_list_2{
        background: #fff !important;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        margin-left: 0 !important;
    }
    
    .header_2 {
        background: rgba(255,255,255,0) !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0);
    }
    
    .header_2 .navbar-brand{
        display: none;
    }
    
    .dropdown-menu 
    {
        position: relative !important;
        min-width: 100% !important;
    }
    
    .dropdown-submenu>.dropdown-menu {
        left:0 !important;
    }
    
}

 
.pop_up_mail
{
    display:block;
    text-align:center;
    color:#555;
}

.pop_up_mail:hover, .pop_up_mail:focus
{
    color:#bf141b;
}