h1,h2,h3{font-family: 'Anton'; font-weight: normal;}
.js-video p.video{height: 0;padding-top: 0;padding-bottom: 56.34%;margin-bottom: 10px;position: relative;overflow: hidden;}
.js-video.widescreen {padding-bottom: 56.34%;}
.js-video.vimeo {padding-top: 0;}
.js-video p.video embed, .js-video p.video iframe{/*top: 0;*/left: 0;width: 100%;height: 100%;position: absolute;}
p.image-center{text-align: center}
.text-center{text-align: center;}
input.search {width: 33%;height: 40px;}
img.img-width{
    max-width: 100%;
    height: auto;
}
.swiper {
    margin-top: 25px;
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bar-header-nav-logo{
    padding: 10px 30px;
}

.bar-header-nav-logo a.logo {
    font-size: 40px !important;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.bar-header-nav-menu{
    background: #ed1c24;
    padding: 20px 0;
}
#nav{margin: 0}
#nav > ul > li > a {
    color: #FFF;
    font-family: 'Anton';
}
#nav > ul > li:hover > a, #nav > ul > li.active > a {
    background: #f3f3f3;
    color: #000;
}
#nav > ul > li.current > a {
    background: #FFF;
    color: #000 !important;
    font-weight: normal;
}
.swiper {
    margin-top: 0;
}
.text-logo {
    display: inline-block;
}
.text-contact {
    display: inline-block;
    float: right;
    color: #fff;
    margin-top: 10px;
}
.text-contact ul{
    list-style: none;
    margin: 0;
}

.text-contact ul li{
    display: inline-block;
    /*margin: 0 25px;*/
    /*padding: 0 10px;*/
}

.text-contact ul li:last-child {
    margin-right: 0;
}
.email-block {
    position: relative;
    padding-left: 50px;
}
.email-block:before {
    content: '';
    background-image: url(images/email.png);
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    opacity: 0.3;
}

.phone-block {
    position: relative;
    padding-left: 50px;
}
.phone-block:before {
    content: '';
    background-image: url(images/phone.png);
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    opacity: 0.3;
}

.location-block {
    position: relative;
    padding-left: 50px;
}
.location-block:before {
    content: '';
    background-image: url(images/location.png);
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    opacity: 0.3;
}

.block-text span.text-title {
    font-weight: 700;
    font-size: 16px;
    display: block;
    line-height: 1;
}
.block-text span.small-text{
    display: block;
}

.block-text span.small-text a {
    text-decoration: none;
    color: #fff;
}

.load-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}
.centered {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
}
.centered img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
@media screen and (max-width: 780px) {
    .text-contact, .bar-header-nav-menu {
        display: none;
    }
}

#main .major h2 {
    background: #ed1c24;
    color: #fff;
    /* background: #f7f7f7 url(images/bg02.png); */
}

.box.post h2 {
    line-height: 1;
}

header.major {
    border-top: solid 5px #ed1c24;

}