/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

input, textarea, button {
    font-family: arial;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
}

p {
    margin-bottom: 25px;
}

h2 {
    font-size: 20px;
    margin-bottom: 25px;
}

ul {
    margin-bottom: 25px;
    padding-left: 16px;
}

ol {
    padding-left: 20px;
    margin-bottom: 25px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    background: #000;
    line-height: 1.3;
    min-width: 302px;
}

.wrapper {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;  
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.content-box {
    float: left;
    width: 100%;
}

.table-cell {
    width: 1000px;
    display: table-cell;
    vertical-align: middle;
}

.styledCheckbox input {
    display: block !important;
    opacity: 0;
    filter: alpha(opacity = 0); 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.styledCheckbox {
    position: relative;
}

/* *** VIDEO *** */

#video-bg {
    position: relative;
    height: 100%;
    float: left;
    width: 100%;
    overflow: hidden;
}

#video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  #video-bg > video { height: 300%; top: -100%; }
}

@media (max-aspect-ratio: 16/9) {
  #video-bg > video { width: 300%; left: -100%; }
}

@supports (object-fit: cover) {
    #video-bg > video {
        top: 0; left: 0;
        width: 100%; height: 100%;
        object-fit: cover;
    }
}

/* *** HEADER *** */

header {
    background: url('../img/opacity.png');   
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    float: left;
    border-bottom: 2px solid #cc0099;
    width: 100%;
}

.header-box {
    float: left;
    width: 100%;
    padding: 15px 0;
}

header .logo {
    float: left;
}

header .logo img {
    float: left;
    width: 200px;
}

.body-active .logo img {
    width: 140px;
}

.main-menu {
    position: absolute;
    bottom: -17px;
    right: 0;
}

.main-menu > ul > li {
    position: relative;
    float: left;
    list-style: none;
    margin-left: 45px;
}

.main-menu > ul > li > a {
    color: #fff;
    display: block;
    float: left;
    height: 40px;
    font-size: 22px;
	text-transform:uppercase;
}

.main-menu > ul > .current > a {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.main-menu > ul > .current > a:before {
    display: none !important;
}

.hvr-underline-from-center:before {
    height: 2px;
    background: #fff;
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    list-style: none; 
    width: 305px;
    background: #cacaca;  
    display: none;     
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: #1c2f59;
    text-align: left;
    display: block;
    padding: 11px 15px;
    float: left;
    width: 100%; 
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    background: red;
    color: #fff;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

/* *** CONTENT BOX 1 *** */

.content-box {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.gallery-box {
    float: left;
    width: 100%;
    margin-bottom: -20px;
}

.gallery-box figure {
    position: relative;
    float: left;
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center center;
    border: 3px solid #fff;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
    border-radius: 4px;    
}

.gallery-box a {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
}

.gallery-box a:hover {
    opacity: 0.3;
}

.gallery-box .row > div.col-sm-2 {
    width: 20%;
}

.row10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row10 > div {
    padding: 0 10px;
}

.slider {
    float: left;
    width: 100%;
    height: 560px;
    border: 3px solid #fff;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
    border-radius: 4px; 
    overflow: hidden;
}

.slider .table-cell {
    height: 560px;
    text-align: center;
}

.slider ul {
    margin: 0;
    padding: 0;
}

.slider .banner, .slider .bx-wrapper, .slider .bx-viewport, .slider ul, .slider li {
    height: 100% !important;
}

.bx-wrapper .bx-viewport {
    background: none;
}

.slider li {
    background-size: cover;
    padding: 20px;
    background-position: center center;      
}

.slider .description {
    display: inline-block;
    background: url('../img/opacity.png');
    padding: 10px 15px;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
    border-radius: 4px;     
}

.slider .txt {
    padding: 10px 0 20px 0;
}

h3 {
    line-height: normal;
}

.slider h3 {
    font-size: 25px;    
}

.slider h3 a {
    color: #fff;
}

.slider .btn-1 {
    display: inline-block;
    float: none;
}

.btn-1 {
    color: #fff !important;
    display: block;
    float: left;
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-weight: 600;    
    background: #cc0099;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.hvr-ripple-out:before {
    border-color: #cc0099;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
    border-radius: 4px;    
}

.slider .bx-controls {
    width: auto;
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 0;
    width: 100%;
}

.slider .bx-pager {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
}

.slider .bx-pager .bx-pager-item {
    float: none;
    display: inline-block;
    margin: 0 5px;
}

.slider .bx-pager .bx-pager-item a {
    float: left;
    text-indent: -99999px;    
    display: block;
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;  
    -moz-border-radius: 50%;  
    border-radius: 50%;      
}

.slider .bx-pager .bx-pager-item .active, .slider .bx-pager .bx-pager-item a:hover{
    background: #fff !important;    
}

/* *** CONTENT BOX 2 *** */

.content-box-2 {
    padding-top: 0;
}

.wirtual-box {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff !important;
    background-image: url('../img/img01.png');
    background-attachment: fixed;
    background-size: cover;
    height: 170px;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
    border-radius: 4px;      
}

.mask-1 {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    display: block;
    width: 100%;
    opacity: 0.4;
    height: 100%;
}

.wirtual-box .name {
    position: relative;
    z-index: 2;
    padding-top: 57px;
    font-size: 44px;    
    display: inline-block;
}

/* **** CONTENT BOX 3 *** */

.content-box-3 {
    padding-top: 0;
}

.new-box {
    float: left;
    width: 100%;
    text-align: right;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
    border-radius: 4px;      
}

.new-box .table-cell {
    padding: 20px;    
}

.new-box .pull-right {
    max-width: 50%;
}

.new-box .description {
    display: inline-block;
    background: url('../img/opacity.png');
    padding: 10px 15px 20px 15px;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
    border-radius: 4px;  
}

.new-box .txt {
    padding: 10px 0 20px 0;
}

.new-box h3 {
    font-size: 25px;    
}

.new-box h3 a {
    color: #fff;
}

.new-box .btn-1 {
    display: inline-block;
    float: none;
}

body, html {
    height: 100%;
}

/* *** FOOTER *** */

footer {
    float: left;
    width: 100%;
    background: #9a0274;
    color: #fff;
    font-size: 14px;
    padding: 25px 0;
    text-align: center;
}

.f-center {
    display: inline-block;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #000;
}

.banner-1 {
    width: 468px;
    height: 60px;
    margin-top: 27px;
}

footer .pull-left {
    text-align: left;
}

footer .pull-right {
    text-align: right;
}

.f-menu ul {
    padding: 0;
    margin: 0 0 1px 0;
    list-style: none;
	text-transform:uppercase;
}

.f-logo {
    margin-bottom: 10px;
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
    float: left;
}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 101;
    width: 100%;
    padding: 10px 15px 9px 15px;
    height: 70px;
    background: url('../img/opacity.png');   
    border-bottom: 1px solid #cc0099;
    display: none;
}

.header-rsp .logo-rsp {
    height: 50px;
    width: 140px;
    display: table-cell;
    vertical-align: middle;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: -3px;
}

.hamburger {
    position: absolute;
    top: 9px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #cc0099;
}

.data-rsp {
    position: absolute;
    top: 18px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    border-bottom: 1px solid #cc0099;
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: url('../img/opacity.png');  
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: #fff;
    font-size: 16px;
    float: left;  
    width: 100%;
    padding: 17px 15px 15px 15px;
  
}

.menu-rsp .hvr-underline-from-center:before {
    border-color: #cc0099 !important;
    background: #cc0099 !important;
}

.menu-rsp nav a:hover {
    background-color: transparent;
    color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #000;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
    background: #e3e3e3;
    color: #fff;
}

.menu-rsp nav ul ul ul {
    background: #f6f6f6;
}

.menu-rsp nav ul ul ul ul {
    background: #fff;
}

.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

/* *** LANGS BOX *** */


.langs-box {
    float: right;
}

.langs-box .dropdown-menu {
    border: 1px solid #cc0099;
    background: #062751;
    -webkit-border-radius: 0;  
    -moz-border-radius: 0;
    border-radius: 0;    
    width: 100%;
    min-width: 1px;
    margin: -1px 0 0 0;
    padding: 0;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background: #cc0099;
}

.langs-box .dropdown-menu ul {
    padding: 0;
}

.langs-box .dropdown-menu li {
    padding: 0;
    float: left;
    background: #000;
    width: 100%;
    border-top: 1px solid #000;
}

.langs-box .dropdown-menu li:first-child {
    border-top: none;
}

.langs-box .dropdown.open .glyphicon {
    color: #cc0099 !important;
}

.langs-box .dropdown-menu a img {
    float: left;
}

.langs-box .dropdown-menu a {
    padding: 8px 10px;
    float: left;
    background: #cc0099;    
    width: 100%;
}

.langs-box .dropdown-menu a:hover {
    color: #cc0099;
    background: #000;
}

.langs-box .dropdown .btn {
    border: 1px solid #cc0099 !important;
    height: 35px;
    -webkit-border-radius: 0;  
    -moz-border-radius: 0;  
    border-radius: 0;
    outline: none !important;
    padding: 0 10px;
    background: transparent;
}

.langs-box .dropdown .btn img {
    margin-top: -2px;
}

.langs-box .dropdown.open .btn {
    background: transparent !important;
    color: #cc0099 !important;
}

.langs-box .dropdown.open .btn {
    background: #cc0099;
    border-color: #92989c;
}

.langs-box .dropdown.open .glyphicon {
    color: #cc0099;
}

.langs-box .glyphicon {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #cc0099 !important;
    margin: -5px 0 0 5px;
}

.social-box {
    position: fixed;
    top: 141px;
    left: 0;
    z-index: 9;
}

.social-box img {
    float: left;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.social-box .hvr-ripple-out:before {
    border-color: #29487d !important;
}

/* *** PRELOADER *** */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000 url('../img/loading.gif') center no-repeat;  
    z-index: 20;
}

/* *** ALL *** */

.main-content {
    float: left;
    width: 100%;
    min-height: calc(100% - 158px);
    padding-top: 170px;
    padding-bottom: 40px;
}

.wrapper-1 {
    width: 1170px;
}

.content-bg-1 {
    float: left;
    width: 100%;
    background: url(../img/opacity.png);
    padding: 20px;
}

.title-1 {
    float: left;
    width: 100%;
    color: #cc0099;
    font-size: 36px;
    margin-bottom: 35px;
}

/* *** NEW CONTENT *** */

.new-content {
    float: left;
    width: 100%;
}

.new-content figure {
    border: 3px solid #fff;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;
    border-radius: 4px;      
}

.buttons-box-bottom {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.buttons-box-top {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.gallery-box-1 {
    margin-top: 20px;
}

/* *** RWD *** */

@media only screen and (max-width: 1500px) {
    .gallery-box figure {
        height: 200px;
    }
    .slider, .slider .table-cell {
        height: 420px;
    }
    .new-box .pull-right {
        max-width: 60%;
    }
    body {
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 1200px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .main-menu {
        right: 15px;
    }
    .form-box {
        width: auto;
        overflow: hidden;
        float: none;
    }
    .contact-data {
        width: 50%;
    }
    .offer-content figure {
        width: 33.333%;
    }
    .nav-tabs-1 a {
        overflow: hidden;
    }
}

@media only screen and (min-width: 992px) {
    .menu-rsp {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .main-menu {
        display: none;
    }
    .header-rsp {
        display: block;
    }
    header {
        position: relative;
        display: none;
    }
    .logo {
        display: none;
    }
    header .langs-box {
        display: none;
    }
    footer .pull-left, footer .pull-right {
        width: 100%;
        text-align: center;
    }
    footer .banner-1 {
        max-width: 100%;
        height: auto;
        width: 100%;
        margin: 15px 0;
    }
    .social-box {
        top: 80px;
    }
    .main-content {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 760px) {
    .gallery-box {
        margin-top: 20px;
    }
    .gallery-box .row > div.col-sm-2 {
        float: left;
    }
    .gallery-box figure {
        height: 150px;
    }
    .slider {
        height: 320px;
    }
    .slider .table-cell {
        height: 280px;
    }
    .new-box .pull-right {
        max-width: 100%;
    }
    .new-box .txt, .slider .txt {
        font-size: 14px;
    }
    .new-box h3, .slider h3 {
        font-size: 20px;
    }
    .wirtual-box .name {
        margin-top: 13px;
        font-size: 30px;
    }
    .slider .bx-controls {
        display: none;
    }
    .images-box figure {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        float: none;
        height: 150px;
        display: inline-block;
        right: auto !important;
        bottom: auto !important;
        -webkit-transform:rotate(0deg) !important;
        -moz-transform:rotate(0deg) !important;
        -o-transform:rotate(0deg) !important;
    }
    .images-box {
        text-align: center;
    }
    .main-content {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .club-content .description {
        margin: 25px 0 0 0;
    }
    .btn-video-box {
        margin-bottom: 20px;
    }
    .form-box {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .contact-data {
        width: 100%;
    }
    .form-list li .column {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .form-list li .column:first-child {
        margin-bottom: 20px;
    }
    .nav-tabs-1 li {
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-tabs-1 li a {
        height: auto;
        line-height: normal;
    }
    .news-list-1 figure {
        margin-bottom: 25px;
    }
    .new-content .description {
        padding-top: 25px;
    }
    .buttons-box-top .pull-right {
        width: 100%;
        text-align: center;
    }
    .buttons-box-top a {
        display: inline-block;
        float: none;
    }
}

@media only screen and (max-width: 500px) {
    .gallery-box .row > div.col-sm-2 {
        width: 33.3333%;
    }
    .wirtual-box .name {
        margin-top: 18px;
        font-size: 20px;
    }
    .offer-content figure {
        max-width: 25%;
    }
}

@media only screen and (max-width: 767px) {
.images-box figure {
    margin: 0 3px;
}
.offer-content h2 {
  font-size: 25px;
}
.nav-tabs-1 li {
  width: 50% !important;
}
.nav-tabs-1 li:last-child {
  width: 100% !important;
}
.nav-tabs-1 li {
  padding: 0 5px !important;
}
.nav-tabs-1 li {
  margin-bottom: 10px !important;
}
.contact-data, .form-box {
  width: 100% !important;
}
}