@charset "UTF-8";

wbr { 
    display: inline-block; 
}
footer li{
    line-height: 24px;   
}
.text-italic{
    font-style: italic;
}
.text-bold{
    font-weight: 700;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.post p, .post li, .post-nb p, .post-nb li{
    line-height: 25px;  
}
p.text-quote{
    font-style: italic;
    background: #f5f5f5;
    color: #ba2417;
    border-radius: 5px;
    border: 1px solid #ededed;
    padding: 20px;
    text-align: center;
    margin: 0 40px;   
}
p.text-important{
    background: #ba2417;
    color: white;
    border-radius: 5px;
    border: 1px solid #ededed;
    padding: 20px;
    text-align: center;
    margin: 0 40px;   
}
.main_title p{
    text-align: justify;
}
.post-nb{
    border: 1px solid #ededed;
    -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
    -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
    box-shadow: 0px 3px 0px 0px #f0f2f4;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
}
.post h2, .post h3, .post h4{
    color: #b40303;   
}
.button-tools{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.button-tools a {
    -webkit-border-radius: 5px;
    display: block;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ededed;
    padding: 25px 25px 30px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    line-height: 14px;
    color: #999;
}
.button-tools a#map_icon:before {
    content: "\e01d";
    font-size: 24px;
    color: #1aa79b;
    font-family: "ElegantIcons";
    position: relative;
    top: 5px;
    padding-right: 10px;
}
.banner img{
    width: 100%; 
    border: 1px solid #ededed;
    box-shadow: 0px 3px 0px 0px #f0f2f4;
    -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
    -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn_filter span{
    position: relative;
    font-size: 16px;
    bottom: 4px;
    padding: 0 8px;
}
#main-button{
    display: inline-block;
    background: #b40303;
    color: white;
    padding: 12px 20px;
    border-radius: 2px;
    box-shadow: #050505 0px 1px 5px 0px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
}
.m-button{
    display: inline-block;
    background: #b40303;
    color: white;
    padding: 12px 20px;
    border-radius: 2px;
    box-shadow: #050505 0px 1px 5px 0px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    margin: 24px;
}
.m-button:hover{
    color: white;
}
#logo-header{
     position: relative;
     bottom: 5px;
}
#logo-desc{
    height: 40px;
}
#logo-mob{
    display: none;
    height: 40px;
}
.contacts-element{
    position: fixed;
    width: 240px;
    right: -195px;
    background: #b40303;
    color: white;
    z-index: 999;
    border-radius: 4px;
    padding: 10px;
    line-height: 20px;
    font-size: 16px;
    box-shadow: #2c2c2c -1px 1px 2px 0px;
    transition: right 0.5s ease-out 0s;
}
.contacts-element:hover{
    cursor: pointer;
    right: -25px;
    transition: right 0.5s ease-out 0.2s;
}
.contacts-element i{
    font-size: 20px;
    margin-right: 10px;
}
.contacts-element span{
    position: relative;
    bottom: 1px;
}
.main-menu .contact-mm{
     display: none;   
}
.contact-mm i{
    position: relative;
    font-size: 20px;
    bottom: 4px;
}
#contacts-tel{
    bottom: 160px;   
}
#contacts-email{
    bottom: 100px;   
}
#contacts-email i{
    position: relative;
    top: 3px;
}
@media (max-width: 991px){
    .banner{
        display: none;    
    }
    .contacts-element{
        display: none;
    }
    .main-menu .contact-mm{
     display: block;   
    }
}
@media (max-width: 359px){
    #logo-desc{
        display: none;
    }
    #logo-mob{
        display: inline;
    }
}