@media screen {
    html {
        margin:0; 
        padding:0;
    }
    body, body.en{
        margin:0; 
        padding:0; 
        /*font-family: 'Arimo', sans-serif;*/
        font-family: 'Fjalla One', sans-serif;
        text-align:left; 
        background: #fff;
    }
    input, textarea, button, select {
        -webkit-appearance: none; /*Safari/Chrome*/
        -moz-appearance: none!important; /*Firefox*/
        -ms-appearance: none; /*IE*/
        -o-appearance: none; /*Opera*/
        appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    div.row{
        max-width: 1280px;
    }
    .visual{
        position: relative;
    }
    div.Registration dl.horizontal select::-ms-expand {
        display: none;
    }
    /*....................translations..................................*/

    /*....................end of translations..................................*/

    /*....................header section..................................*/
    .Header{
        position: absolute;
        top: 25px;
        right: 50%;
        margin-right: -150px;
        width: 300px;
        text-align: center;
        z-index: 100;
    }

    /*switch and log*/

    .login{
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        cursor: pointer;
        top: 20px;
        position: absolute;
        right: 20px;
        z-index: 10;
        padding: 10px 20px 8px;
        background: rgba(0,0,0, 0.4);
        border: 1px solid #fff;
        /* line-height: 1; */
    }
    .login:hover {

        /*............... end of footer..................................*/


        /*............... mediaquery section..................................*/
        background:#fff;
        color:#0095f2
    }
    div.switchAndLog {
        position:absolute;
        width:100%;
        left:0;
        right:0;
        top:5px;
        z-index: 1000;
        cursor:pointer;

        /*............... end of footer..................................*/


        /*............... mediaquery section..................................*/
    }
    div.SwitchLocale div.highlighted{
        right: auto;
        left: 0;
    }

    div.SwitchLocale{
        position: absolute;
        top: 20px;
        left: 20px;
    }

    div.SwitchLocale > div{
        margin-top: 0;
    }

    div.SwitchLocale > p, div.SwitchLocale div span.label-native span{
        display: none;
    }

    div.SwitchLocale div span.label{
        height: auto;
        line-height: 1;
    }

    div.SwitchLocale div span.label-native{
        padding: 0;
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        line-height: 1.2;
    }

    div.SwitchLocale div.highlighted{
        width: 170px!important;
    }

    div.SwitchLocale div.highlighted ul{
        display: block;
        padding: 0 10px;
    }

    div.SwitchLocale div.highlighted ul li{
        text-align: center;
        padding: 5px 0;
    }

    /*switch and log end*/

    div.SwitchLocale > div, div.SwitchLocale div span.label{
        border: none!important;
    }

    .login:hover{
        text-decoration: none;
    }

    .Header h2{
        text-align: center;
    }

    /*...............end of header section..................................*/
    /*...............registrtion section..................................*/

    .tipsy.tipsy-w{
        display: none!important;
    }

    .g-recaptcha > div{
        margin: 10px auto;
    }

    div.Registration{
        width: 100%;
        max-width: 100%;
        display: none;
        margin-top: 130px;
        text-align: center;
        padding: 0;
        margin: 0;;;
    }

    #genderId{
        visibility: hidden;
        height: 0;
    }

    div.Registration form{
        margin: 0;
    }
    div.Registration .step{
        text-align: center;
        font-size: 60px;
        color: #fff;
        padding: 10px 0;
        margin: 20px auto;
        display: block;
        padding: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;;
    }

    div.Registration .owl-item{
        padding: 400px 0 100px;
    }

    div.Registration .owl-item:nth-of-type(1){
        background: url('/images/index/bg1.jpg') center top no-repeat;
        background-size: cover;
    }

    div.Registration .owl-item:nth-of-type(2){
        background: url('/images/index/bg2.jpg') center top no-repeat;
        background-size: cover;
    }

    div.Registration .owl-item:nth-of-type(3){
        background: url('/images/index/bg3.jpg') center top no-repeat;
        background-size: cover;
    }

    div.Registration .owl-item:nth-of-type(3) p.error{
        width: 100%;
    }

    .Registration .owl-controls.clickable{
        display: none!important;
    }

    div.Registration dl dt, div.Registration dl.horizontal dd{
        width: 100%;
        text-align: center;
    }
    div.Registration dl dt{
        padding: 10px 0 30px;
        display: none;
    }
    div.Registration dt label, div.Registration dt{
        text-align: center;
        font-size: 65px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }
    label[for=genderId] {display:none;}
    .hideInShortForm{
        display: none;
    }
    .hideInShortFiorm{
        display: none;
    }
    div.Registration select#birthDayPerson1, div.Registration select#birthMonthPerson1, div.Registration select#birthYearPerson1, dl dd input#email{
        display: inline-block;
        vertical-align: middle;
        width: 165px;
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
        padding: 20px 10px;
        font-size: 15px;
        text-align: left;
        text-align-last: left;
        margin: 0 10px;
        text-transform: uppercase;
        padding-left: 20px;
        box-sizing: border-box;;
    }
    div.Registration select option{
        color: #000;
    }
    div.Registration select#birthDayPerson1, div.Registration select#birthMonthPerson1, div.Registration select#birthYearPerson1{
        background: url('/images/index/arr.png') right center no-repeat;
    }

    input#email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff;
        text-transform: uppercase;
    }
    input#email::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
        text-transform: uppercase;
    }
    input#email:-ms-input-placeholder { /* IE 10+ */
        color: #fff;
        text-transform: uppercase;
    }
    input#email:-moz-placeholder { /* Firefox 18- */
        color: #fff;
        text-transform: uppercase;
    }
    dl dd input#email{
        width: 400px;
        vertical-align: top;
    }
    dl dd input#email:focus, dl dd input#email:active{
        text-align: left;
        text-align-last: left;
    }

    div.Registration select#birthMonthPerson1{
        width: 280px;
    }

    .icon.warning.mailCheckerHelperMessage + p.icon.warning{
        color: #fff;
        font-size: 9px;
        background: none;
        display: none;;
    }

    div.Registration p.warning {color:#fff;}
div.RegistrationSimple p.warning {padding:0 20px;}
    div.RegistrationSimple div.submit-block p.warning a{
        color: #fff;
        font-size: 11px;
    }

    div.Registration input.submit, .joinUs{
        background: #03d3e0;
        text-transform: uppercase;;
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        width: auto;
        border: none;
        padding: 5px 15px;
        height: auto;
        color: #fff;
        margin-top: 0;;
        cursor: pointer;
    }

    div.Registration input.submit:hover, .joinUs:hover{
        color: #fff;
        cursor: pointer;
        background: #0095f2;
    }


    body.ru div.Registration input.submit{
        font-size: 18px;
    }

    .owl-theme .owl-controls{
        display: none!important;
    }

    body .owl-theme .owl-controls .owl-page span{
        border-radius: 0;
        filter: Alpha(Opacity=100);/*IE7 fix*/
        opacity: 1;
        background-color: rgba(255,255,255, 0.3);
    }
    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span{
        background: rgba(229, 247, 75, 0.25);
    }

    dl p.error{
        left: 0;
        margin: 0 auto;
    }

    .owl-controls.clickable{
        padding-top: 10px;
    }

    .Registration .owl-item:first-of-type label{
        font-size: 70px;
    }

    .left, .right{
        width: 50%;
        float: left;
    }
    div.Registration .owl-item:nth-of-type(3) dl{
        display: inline-block;
        vertical-align: bottom;
        margin: 0;
    }

    div.Registration .owl-item:nth-of-type(3) dl dd{
        margin: 0!important;
        left:auto;
    }

    p.submitbutton{
        padding: 0;
        display:inline-block;
    }

    div.submit-block{
        vertical-align: top;
    }

    .wsm, .msw{
        width: 470px;
        color: #fff;
        font-size: 25px;
        text-transform: uppercase;
        border: 2px solid #fff;
        padding: 10px;
        cursor: pointer;
        font-family: 'Arimo', sans-serif;
        margin: 80px auto 60px;
        cursor: pointer;
        background: rgba(0,0,0, 0.4);
    }
    .wsm:hover, .msw:hover{
        background: #fff;
        color: #0095f2;;
    }

    body.pt .wsm, body.pt .msw{
        font-size: 20px;
    }

    .wsm br, .msw br{
        display: none;
    }
    /*............... end of registrtion section..................................*/
    /*............... middlesection..................................*/
    .welcome{
        text-align: center;
        padding: 0 10px;
    }
    .welcome h1{
        font-size: 60px;
        text-transform: uppercase;
        color: #0095f2;
        padding: 60px 0 20px;
        line-height: 1.2;
    }

    .welcome h2{
        font-size: 25px;
        color: #000;
        padding: 10px 0 40px;
        text-transform: uppercase;
    }

    .welcome p{
        font-family: 'Arimo', sans-serif;
        font-size: 18px;
        color: #000;
        padding-bottom: 20px;
        max-width: 1000px;
        margin: 0 auto;;;
    }

    .goDown{
        font-family: 'Arimo', sans-serif;
        color: #fff;
        background: #0095f2;
        padding: 15px 40px;
        display: inline-block;
        margin-top: 30px;
        text-transform: uppercase;
        cursor: pointer;
        margin-bottom: 100px;
        font-weight: bold;
        font-size: 22px;;
    }

    .goDown:hover{
        background:#03d3e0;
    }

    .SearchResult{
        display: none;
        width: 90%;
        margin: 0 auto 100px;
    }

    .membersArea{
        background: url(/images/index/footerBg.jpg) center top no-repeat;
        background-size: cover;
    }

    .membersArea ul{
        list-style-type: none;
        margin-top: 60px;;
        padding: 0;
    }
    .membersArea ul li{
        display: inline-block;
        vertical-align: top;
        width: 25%;
        text-align: center;
        margin: 0 -3px;
        padding: 150px 5% 0 5%;
    }

    .membersArea ul li:nth-of-type(1){
        background: url(/images/index/icon1.png) center top no-repeat;
    }
    .membersArea ul li:nth-of-type(2){
        background: url(/images/index/icon2.png) center top no-repeat;
    }

    .membersArea ul li:nth-of-type(3){
        background: url(/images/index/icon3.png) center top no-repeat;
    }

    .membersArea ul li:nth-of-type(4){
        background: url(/images/index/icon4.png) center top no-repeat;
    }

    .membersArea ul li h3{
        font-size: 26px;
        color:#03d3e0;
        text-transform: uppercase;
    }

    .membersArea ul li p{
        color: #fff;
        font-size: 14px;
    }
    .membersArea h2{
        font-size: 50px;
        letter-spacing: 1px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        margin-top: 30px;;
    }

    .membersArea h2 span{
        color: #03d3e0;
    }

    div.simple div.member{
        height: auto;
        width: 100%;
        border: none;
    }

    div.member div.username{
        display: none;
    }

    div.member img{
        width: 100%;
        height: 100%;
        border: 5px solid #fff;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    }

    .owl-buttons{
        position: relative;
    }

    .owl-buttons .owl-prev, .owl-buttons .owl-next{
        width: 32px;
        height: 47px;
        top: -145px;
        position: absolute;
    }

    .owl-buttons .owl-prev{
        left: -50px;
        background: url(/images/index/bgArrows.png) left top no-repeat;
    }

    .owl-buttons .owl-prev:hover{
        background-position: left bottom;
    }

    .owl-buttons .owl-next{
        right:-50px;
        background: url(/images/index/bgArrows.png) right top no-repeat;
    }

    .owl-buttons .owl-next:hover{
        background-position: right bottom;
    }
    .joinUs{
        width: 270px;
        display: block;
        text-align: center;
        margin: 0 auto 110px;
        color: #fff;
    }

    body.ru .joinUs{
        font-size: 20px;
    }

    .joinUs:hover{
        text-decoration: none;
    }
    /*............... end of middlesection...................................*/
    /*............... footer secrtin.................................*/
    footer{
        background: #252525;
        padding: 50px 0 20px;
        overflow: hidden;
        text-align: center;
    }
    iframe{
        max-width: 100%;
    }
    footer .logo{
        opacity: 0.3;
        max-width: 200px;
        display: block;
        margin-top: 5px;
    }

    .footerWarn{
        color: #fff;
        opacity: 0.13;
        font-size: 13px;
        padding-top: 30px;;
        font-family: 'Arimo', sans-serif
    }

    #bottonNavigation {margin:0;}
    #bottonNavigation li{
        list-style-type: none;
        display: inline-block;
        padding: 0 10px 0 0;
        margin:0;
    }

    ul#bottonNavigation li a{
        color: rgba(255,255,255, 0.37);
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Arimo', sans-serif;
    }

    ul#bottonNavigation li a:hover{
        color: #fff;
    }

    div#copyright{
        font-size: 14px;
        color: rgba(255,255,255, 0.2);
        margin-top: 5px;
    }

    div#copyright br{
        display: none;
    }

    .adsbygoogle{
        margin: 0 auto;
        display: block;
    }

    /*............... end of footer..................................*/


    /*............... mediaquery section..................................*/

    div.Sidebar.Left .SidebarItem{
        -moz-box-shadow: 0px 0px 6px rgba(0,0,0, 0.6);
        -webkit-box-shadow: 0px 0px 6px rgba(0,0,0, 0.6);
        -ms-box-shadow: 0px 0px 6px rgba(0,0,0, 0.6);
        -o-box-shadow: 0px 0px 6px rgba(0,0,0, 0.6);
        box-shadow: 0px 0px 6px rgba(0,0,0, 0.6);
    }
}

@media all and (max-width: 1180px){
    .owl-buttons .owl-prev, .owl-buttons .owl-next{
        top: -130px;
    }
}

@media all and (max-width: 991px){
    .owl-buttons .owl-prev, .owl-buttons .owl-next{
        top: -120px;
    }

    .wsm, .msw{
        width: 270px;
        line-height: 30px;
    }

    .wsm br, .msw br{
        display: block;
    }

}

@media all and (max-width: 768px){
    .wsm, .msw{
        margin: 0 auto;
    }

    .Header a img{
        width: 200px;
    }

    div.Registration .owl-item{
        padding: 217px 0 100px;
    }

    div.Registration .owl-item:nth-of-type(1) {
        padding: 300px 0 100px;
    }

    .welcome h1{
        padding-top: 40px;
        font-size: 40px;
    }

    .welcome h2{
        font-size: 20px;
    }

    .welcome p{
        font-size: 14px;
    }

    .goDown{
        margin-top: 80px;
    }

    div.Registration .step{
        margin: 0 auto;
    }

    .membersArea ul li{
        width: 50%;
    }
}

@media all and (max-width: 640px){

    .Header a img{
        width: 120px;
    }

    /*switch and log*/
    div.switchAndLog{
        width: 100%;
        left: 0;
        right: 0;
        top: 5px;
    }


    div.SwitchLocale div span.label-native, .login{
        font-size: 15px;
        top: 5px;
    }

    /*switch and log end*/

    .wsm, .msw{
        font-size: 12px;
        width: 130px;
        padding: 5px;
        line-height: 18px;
    }

    body.pt .wsm, body.pt .msw{
        font-size: 9px;
    }

    div.Registration .owl-item{
        padding: 115px 0 20px;
    }

    div.Registration .owl-item:nth-of-type(1) {
        padding: 150px 0 20px;
    }

    div.Registration select#birthDayPerson1, div.Registration select#birthMonthPerson1, div.Registration select#birthYearPerson1, dl dd input#email{
        width: 25%;
        padding: 10px;
        font-size: 10px;
        margin: 0 1%;
        background-size: 15px;
    }

    dl dd input#email{
        width: 100%;
        vertical-align:top;
    }

    div.Registration select#birthMonthPerson1 {
        width: 30%;
    }

    div.Registration .step{
        font-size: 20px;
    }

    div.Registration input.submit{
        line-height: 35px;
        font-size: 17px;
        width: auto;
        padding: 2px 25px;
    }
    body.ru div.Registration input.submit{
        font-size: 8px;
    }

    .welcome h1{
        font-size: 24px;
    }

    .welcome h2{
        font-size: 18px;
    }

    .welcome p{
        font-size: 13px;
    }

    .goDown{
        font-size: 17px;
        margin: 10px auto 30px;
        padding: 10px 25px
    }

    .membersArea ul li h3{
        font-size: 18px;
    }

    .membersArea ul li p{
        display: none;
    }

    .middle-section .membersArea ul li{
        background-size: 90px;
        padding: 100px 5% 50px 5%;
    }

    .membersArea h2{
        font-size: 23px;
        margin-bottom: 10px;
    }

    .SearchResult{
        margin-bottom: 50px;
    }
    footer {
        padding-top: 20px;
    }

    footer .logo{
        width: 200px;
        display: inline-block;
        margin: 0 0 5px;
    }

    #bottonNavigation{
        padding: 0;
    }

    ul#bottonNavigation li a{
        font-size: 12px;
    }

    div#copyright{
        float: none;
        text-align: center;
    }
}
/*168.1.386.120.fb54cee*/