@font-face {
    font-family: 'Saga';

    src: url('/fonts/MGS45.otf') format('opentype');
}

@font-face {
    font-family: 'Saga';

    src: url('/fonts/MGS75.otf') format('opentype');
    font-weight: bold;
}

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
}


#header {
    padding: .5rem 0;
}

.logo-head {
    margin-right: 20px;
    float: left;
    width: auto;
}

.hdr-flag {
    float: right;
    margin: 15px 10px 15px 20px;
    height: 20px !important;
}

#footer {
background: #FFFFFF;
box-shadow: 0px -14px 30px rgba(17, 17, 17, 0.1);
border-radius: 60px 60px 0px 0px;
margin-top:60px;
}


.power-top {
    background: #eee url(/img/power2.jpg) 50% 50% / cover;
    color: #fff;
    position: relative;
    margin-bottom: 60px;
    padding-top: 40%;
    border-radius: 20px;
}

.power-right {
    background: #eee url(/img/power.jpg) 50% 50% / cover;
    color: #fff;
    position: relative;
    margin-bottom: 60px;
    padding-top: 140%;
    border-radius: 20px;
    box-shadow: 0px 2px 30px rgb(0 0 0 / 25%);
}

#banner_wrapper {
    position: relative
}

#banner {
    background: #000 url(/img/bg_big.png) 50% 50% / cover;
    color: #fff;
    position: relative;
    margin-bottom: 90px;
    padding-top: 46%;
    border-radius: 20px;
}


#banner h1 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.banner-over-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 80px 60px;
}

#banner a {
    color: #fff;
    text-decoration: none;
}

#social {
    bottom: 10px !important;
    display: block;
    float: right;
    margin-top: -60px;
}

#social .social-links {
    background: #eee;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: block;
    color: #000 !important;
    text-align: center;
    padding-top: 6px;
    margin-left: 10px;
    float: left;
    opacity: 0.8;
}


#social .social-links:hover {
    background: #fff;
}

#banner a:hover {
    text-decoration: underline !important;
}

#q {
    border: 0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    box-sizing: border-box;
    color: #323232;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px 0 11px;
    position: relative;
    top: 0;
    width: 200px;
    float: right;
    outline: none;
}

.btn-search {
    background-size: 20px;
    background-color: transparent;
    border: 0 none;
    height: 20px;
    line-height: 0;
    min-width: 20px;
    padding: 0;
    position: absolute;
    right: 90px;
    font-size: 17px;
    top: 15px;
    width: 20px;
    outline: none;
}

.footer-links {
    padding-top: 60px;
}

.footer-links a {
    color: #444;
}

.bottom-nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    font-size: 14px
}

.bottom-nav .bottom-depth-2 {
    padding-left: 20px;
}

#copyright {
    padding: 15px 0;
}

#space-for-footer {
    border-top: 2px solid #ddd;
    min-height: 2px;
}

.big-link .fa {
    margin-right: 10px;
}

.bx-title {
    margin: 20px 0 30px;
    text-align: left;
}

.content-block {
    padding: 0 40px;
}

.shaded-block {
    background-color: #e5e5e559;
    padding: 40px 0;
    margin-bottom: 60px;
}

.news-inv .bx-title {
    color: #fff;
}

.news-grey {
    background-color: #cde2ef;
    padding-bottom: 30px;
    margin-bottom: -30px;
}

.news-grey .bx-title {
    color: #fff;
}

.vs-tile-container {
    margin-bottom: 30px;
    border: 1px solid #eee;
}

.vs_tile_title {
    font-weight: bold;
    min-height: 4rem;
    padding: 0 10px;
}

.vs-tile-container img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

#nav-sections {
    position: absolute;
    top: 50px;
    left: -1px;
    right: -1px;
    margin: 0;
    z-index: 5;
}

#nav-wrapper {
    width: 100%;
    height: auto;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

#nav-sections .slide-block {
    padding-bottom: 30px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {

    iframe[src*=youtube] {
        width: 100%;
        height: 405px;
    }

    .bx-breadcrumb-item {
        white-space: normal !important;
    }
}

.slide-wrapper {
    padding: 0 10px;
}

.slide-item {
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 87.6%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.top-slide-wrapper {
    padding: 0;
}

.top-slide-item {
    position: relative;
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 25%;
    transition: all 0.2s linear;
}