/* Add here all your css styles (customizations) */

.flag {
    width: 19px;
    height: 14px;
    background-position-y: 0;
    background: url("../../img/flags.png");
    display: inline-block;
    margin: 0 0 0 10px;
}

.en {
    background-position-x: 0;
}

.fr {
    background-position-x: -19px;
}

.sp {
    background-position-x: -38px;
}

.ru   {
    background-position-x: -57px;
}

@media (max-width: 550px) {
    .logo img {
        width: 80%;
    }

    .footer-logo {
        width: 55%;
    }

    .flag {
        margin: 0 0 0 5px;
    }

    .loginbar {
        width: 150px
    }
}

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 051 css*/
.jssorb051 .i {position:absolute;cursor:pointer;}
.jssorb051 .i .b {fill:#fff;fill-opacity:0.5;}
.jssorb051 .i:hover .b {fill-opacity:.7;}
.jssorb051 .iav .b {fill-opacity: 1;}
.jssorb051 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

.slider_text h2 {
    background-color: rgba(20, 19, 72, 0.3);
    padding: 20px 30px;
    line-height: 1.2em;
    color: #fff;
    font-size: 2.2em;
    font-weight: bold;
    margin: 160px 10% 0;
}

@media (min-width: 576px) {
    .slider_text h2 {
        background-color: rgba(20, 19, 72, 0.3);
        padding: 20px 30px;
        line-height: 1.1em;
        color: #fff;
        font-size: 1.2em;
        font-weight: bold;
        margin: 200px 0 0;
    }
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

#logo-footer {
	width:60%;
}

.footer, .footer-v2 .footer {
	padding:40px 0 0 !important;
}