@charset "UTF-8";


@font-face {
    font-family:'Avenir Next LT Pro Regular';
    src: url('../fonts/AvenirNextLTPro-Regular.eot');
    src: url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'), url('../fonts/AvenirNextLTPro-Regular.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0219;
}
@font-face {
    font-family:'Avenir Next LT Pro Demi It';
    src: url('../fonts/AvenirNextLTPro-DemiIt.otf');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-0192;
}
@font-face {
    font-family:'Avenir Next LT Pro Demi Cn';
    src: url('../fonts/AvenirNextLTPro-DemiCn.otf');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0192;
}
@font-face {
    font-family:'Avenir Next LT Pro Demi';
    src: url('../fonts/AvenirNextLTPro-Demi.eot');
    src: url('../fonts/AvenirNextLTPro-Demi.woff') format('woff'), url('../fonts/AvenirNextLTPro-Demi.ttf') format('truetype'), url('../fonts/AvenirNextLTPro-Demi.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0192;
}
@font-face {
    font-family:'Avenir Next LT Pro Bold';
    src: url('../fonts/AvenirNextLTPro-Bold.eot');
    src: url('../fonts/AvenirNextLTPro-Bold.woff') format('woff'), url('../fonts/AvenirNextLTPro-Bold.ttf') format('truetype'), url('../fonts/AvenirNextLTPro-Bold.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0219;
}
@font-face {
    font-family:'Avenir Next LT Pro Heavy Cn';
    src: url('../fonts/AvenirNextLTPro-HeavyCn.otf');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0219;
}
@font-face {
    font-family:'Avenir Next LT Pro Heavy Cn It';
    src: url('../fonts/AvenirNextLTPro-HeavyCnIt.otf');
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-0219;
}

/** GLOBAL STYLES **/
html{
    webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    zoom:1;
}
html, body, div, p, table, img{
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Avenir Next LT Pro Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    background: #000 url(../images/1018_v1_bg3.png) no-repeat top center;
    background-size: cover;
}
a{
    color: #fff;
}
a:hover,
a:focus{
    text-decoration: none;
    color: #fff;
}
nav{
    display: none;
}
.navbar-collapse{
    display: none;
}
footer{
    height: 70px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #676767;
    position: fixed;
    bottom: 0px;
    left: 0px;
    font-family: 'Avenir Next LT Pro Demi';
    font-size: 13px;
    padding: 14px 16px;
    z-index: 100;
}
footer a.info{
    color: #333f48;
    display: inline-block;
    padding: 12px;
}
footer{
    transition: 0.5s;
}
footer:hover{
    background: #d3d3d3;
    transition: 0.5s;
}
footer a:hover{
    text-shadow: 0px 0px 5px #b5b5b5;
}
#login-form{
    width: 70%;
    max-width: 405px;
    margin: 0px auto;
}
#login-form .modal-dialog {
    width: 100%;
}
#login-form label{
    font-family: 'Avenir Next LT Pro Demi';
    color: #333f48;
    width: 120px;

}
#login-form input[type="password"],
#login-form input[type="text"]{
    font-family: 'Avenir Next LT Pro Regular';
    width: 65%;
    margin-bottom: 5px;
    color:#333f48;
    padding-left: 5px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    vertical-align: middle;
    display: inline-block;
}
::-moz-placeholder { /* Firefox 19+ */
    vertical-align: middle;
    display: inline-block;
}
:-ms-input-placeholder { /* IE 10+ */
    vertical-align: middle;
    display: inline-block;
}
:-moz-placeholder { /* Firefox 18- */
    vertical-align: middle;
    display: inline-block;
}
#login-form .small *{
    vertical-align: middle;
}
#login-form .small{
    text-align: right;
}
#login-form .small label{
    margin-bottom: 0px;
    font-size: 12px;
    padding-top: 3px;
}
#login-form .small input{
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-bottom: 0px;
}
#login-form .modal-content{
    border-radius:0px;
}
#login-form .modal-content .btn{
    border-radius:0px;
}
#login-form .modal-content .btn-reg{
    color: #333f48;
}
#login-form .modal-content .btn-success{
    background-color: #00b2f5;
    border-color: #00b2f5;
}
#login-form .modal-content .btn-success:hover{
    background: #00aae9;
}
#login-form .modal-header{
    background: #fff url(../images/bszk_logo_40x40.png) no-repeat 10px 10px;
    border: 0px;
}
#login-form .modal-header h4{
    padding-left: 120px;
    color: #333f48;
    font-size: 14px;
    text-transform: uppercase;
}
#login-form .modal-footer{
    border: 0px;
}
.login-dekstop-btn a,
.login-dekstop-btn img{
    outline: none;
}
/** GLOBAL STYLES **/
/** INNER PAGE STYLES **/

.text-container{
    width: 100%;
    margin-top: 45px;
}
.text-container .row{
    margin: 0;
}
.text-box{
    color:#070707;
    background: #fff;
    width: 100%;
    padding: 65px 112px;
    min-height: 711px;
    font-size: 16px;
}
.text-box a{
    color: #5f4790;
}
.text-box a:hover{
    text-decoration: underline;
}

.text-box h2{
    font-family: 'Avenir Next LT Pro bold';
    color: #070707;
    font-size: 23px;
    margin: 0px 0px 25px 0px;
}
.text-box h3{
    font-family: 'Avenir Next LT Pro Demi';
    color: #5f4790;
    margin: 0px;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}
.text-box  ul {
    padding-left: 20px;
    margin-bottom: 25px;
    color: #5f4790;
}
.text-box  ul  li{
    color:#070707;
}
.head-line{
    background: #694fa0;
    overflow: visible;
    height: 84px;
    border-top: 1px solid #453369;
    border-bottom: 1px solid #c1bdcb;
}
.head-line.blue{
    background: #009dd8;
}
.head-line h1{
    font-family: 'Avenir Next LT Pro bold';
    color: #fff;
    font-size: 18px;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 30px;
}
.head-line h1 span{
    font-family: 'Avenir Next LT Pro Regular';
}
.head-line .logo{
    margin: 0;
    padding: 0;
}
.head-line .logo *{
    vertical-align: top;
}
.head-line .logo img{
    margin: 19px 21px 0px 27px;
    display: inline-block;
}
.head-line .row.menu{
    overflow: visible;
}
.head-line .menu{
    position: relative;
}
.head-line .menu .nav-menu{
    position: absolute;
    right: 20px;
    top: 82px;
    width: 100%;
    max-width: 200px;
    z-index: 110;
    background: #694ea1;
    border: 1px solid #c2becc;
    border-top: 0px;
    padding: 0;
    margin: 0;
    opacity: 0;
    height: 0px;
    overflow: hidden;
    transition: opacity 0.5s;
}
.head-line.blue .menu .nav-menu{
    background: #009dd8;
}
.head-line .menu .nav-menu.show{
    opacity: 1;
    height: auto;
    transition: opacity 0.5s;
}
.head-line .menu ul{
    float: none;
    width: 100%;
}
.head-line .menu ul li{
    display: block;
    padding: 0px;
    width: 100%;
    float: none;
    border-bottom: 1px dotted #868686;
    text-transform: uppercase;
    font-size: 12px;
}
.head-line .menu ul li a{
    padding: 10px;
    width: 100%;
    text-align: left;
    transition: 0.4s;
}
.head-line .menu ul li a.active,
.head-line .menu ul li a:hover {
    background: #7a5bbb;
    text-shadow: 0px 0px 10px #fff;
    transition: 0.4s;
}
.head-line.blue .menu ul li a:hover {
    background: #00aae9;
}
.head-line .menu ul li:last-child{
    border-bottom: none;
}

.head-line .menu button{
    display: block;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 7px 7px 0px 7px;
    border: 0px;
    margin-top: 22px;
    border-radius: 0px;
}
.head-line .menu button .icon-bar {
    display: block;
    width: 29px;
    height: 3px;
    margin-bottom: 6px;
}
.head-line .menu button.show,
.head-line .menu button:hover{
    background: #7a5bbb;
}

.head-line.blue .menu button.show,
.head-line.blue .menu button:hover{
    background: #00aae9;
}
.head-line .menu button .icon-bar{
    background: #fff;
}

.head-line .menu button .icon-bar:nth-child(2){
    transition: .7s
}
.head-line .menu button .icon-bar:nth-child(3){
    opacity: 1;
    transition: opacity .4s
}
.head-line .menu button .icon-bar:nth-child(4){
    transition: .7s
}
.head-line .menu button.show{
    height: 33px;
}
.head-line .menu button.show .icon-bar:nth-child(2){
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -2px;
    margin-left: 0px;
    transition: .4s;
}
.head-line .menu button.show .icon-bar:nth-child(3){
    opacity: 0;
}
.head-line .menu button.show .icon-bar:nth-child(4){
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -18px;
    margin-left: 0px;
    transition: .4s;
}

.head-line .menu .login{
    margin-top: 30px;
    margin-right: 12px;
    float: right;
    transition: 1s;
}
.head-line .menu .login:hover{
    width: 55px;
    -moz-transform: perspective(600px) rotateY(180deg);
    -webkit-transform: perspective(600px) rotateY(180deg);
    transform: perspective(600px) rotateY(180deg);
    transition: 1s;
}
.text-box.boxes{
    padding: 35px 30px;
}
.box{
    width: 284px;
    float: left;
    margin: 0px 36px 36px 36px;
}
.box h2{
    font-size: 16px;
    font-family: 'Avenir Next LT Pro Demi';
    text-transform: uppercase;
    color: #fff;
    background: #009dd8;
    padding: 12px 17px;
    max-width: 145px;
    overflow: hidden;
    margin: 0;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
}
.box h3{
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e1;
    margin-bottom: 10px;
}
.box div{
    width: 100%;
    color: #fff;
    background: #818486;
    padding: 17px;
    font-size: 14px;
    -webkit-border-radius: 30px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 30px;
    -moz-border-radius-topleft: 0;
    border-radius: 30px;
    border-top-left-radius: 0;
}
.head-line .menu .nav-menu.line{
    display: block;
    float: right;
    position: inherit;
    right: inherit;
    top: inherit;
    opacity: 1;
    height: auto;
    border: 0px;
    margin-top: 20px;
    max-width: 120px;
}
.head-line .menu .nav-menu.line li{
    border: 0px;
    text-align: center;
    font-size: 18px;
}
.head-line .menu .nav-menu.line li a:hover{
    background: transparent;
}
.hidden-name{
    display: none;
}
.news-container{
    color: #070707;
    background: #fff;
    width: 100%;
    padding: 54px 49px;
    min-height: 711px;
    font-size: 16px;
}
.news-box{
    text-align: right;
}
.news-box p{
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}
.news-box h2{
    font-family: 'Avenir Next LT Pro Bold';
    color: #5f4790;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.news-container .btn-black{
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 1px 13px;
    padding-top: 2px;
    margin: 5px 20px 20px 0px;
}
.news-container .btn-black:hover{
    background: #202020;
}
.btn.more{
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 7px 12px;
    background: #5f4790;
    display: block;
    margin: 30px auto;
    border: 1px solid #000;
}
.btn.more:hover{
    background: #7254ac;
}
/** INNER PAGE STYLES **/
/** PALETTE **/
.right-side{
    position: relative;
}
.palette{
    position: absolute;
    left: 0;
    top: -100%;
    z-index:0;
    opacity: 0;
    transition:  opacity 0.7s;
}
.palette.active{
    top: 0%;
    opacity: 1;
    z-index:100;
}

.head-line .menu .nav-menu.active{
    transition:  opacity 0.7s;
}
/** PALETTE **/
/** TILES **/
.metro-container{
    width: 778px;
}
.container {
    width: 970px;
}
.metro-container{
    position: relative;
    margin: 0px auto;
}
.tile.login-dekstop-btn{
    position: absolute;
    right: 82px;
    top: 0px;
    width:205px;
    height: 82px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Avenir Next LT Pro Bold';
    overflow: hidden;
    z-index: 200;
}
.tile.login-dekstop-btn img{
    display: block;
    margin: 0px auto;
    margin-top: 30px;
}
.tile.login-dekstop-btn img.loggedin{
    margin-top: 25px;
    margin-bottom: 3px;
}
.login-navbar img.loggedin{
    margin-top: -2px;
}
.tile.login-dekstop-btn .flip-front:hover,
.tile.login-dekstop-btn .flip-back:hover{
    box-shadow: none;
}
.left-side{
    float: left;
    width:36.8%;
}
.right-side{
    float: left;
    width:63.2%;
}
.tile{
    width: 205px;
    height: 205px;
    float: left;
    color: #fff;
    cursor: pointer;
    overflow: hidden;

    transition: box-shadow 0.25s ease-out;
    -moz-transition: box-shadow 0.25s ease-out;
    -webkit-transition: box-shadow 0.25s ease-out;
    -o-transition: box-shadow 0.25s ease-out;
    -ms-transition: box-shadow 0.25s ease-out;
    font-weight: normal;
    text-decoration: none;
    box-shadow: 0 0 2px transparent;
}
.tile:hover{
    box-shadow: 0 0 2px #fff;
}
.tile.no3d:hover{
    background: rgba(45, 181, 210, 0.95) !important;
}
.tile img{
    display: block;
    margin: 46px auto;
    margin-bottom: 0px;
}
.tile.logo{
    float: right;
    width:100%;
    background-color:rgba(255, 255, 255, 0.95);
    margin-top: 287px;
}
.tile h1,
.tile h2{
    font-size: 14px;
    margin: 20px 10px 10px 10px;
    text-align: center;
    text-transform: uppercase;
    line-height: 18px;
}

.tile.eye img{
    margin-top: 66px;
}
.tile.center img{
    margin-top: 61px;
}
.tile.logo h1 {
    margin-left: 50px;
}
.tile h1 span,
.tile h2 span{
    font-family:'Avenir Next LT Pro Bold';
    display: block;
    margin: 0px auto;
    width: 75%;
}
.right-side .tile:first-child{
    height: 287px;
}
.right-side .tile:first-child div{
    padding-top: 82px;
}
.right-side .tile:nth-child(2){
    margin-top:82px;
    width: 286px;
}
.right-side .tile:nth-child(2) div{
    padding-right: 81px;
}
.right-side .tile:nth-child(2) div.flip-front,
.right-side .tile:nth-child(2) div.flip-back{
    width: 100%;
}
.right-side .tile:last-child{
    height: 346px;
}
.just-text{
    margin-top: 70px;
}
.just-text h2{
    margin: 0px 20px;
    text-align: right;
}
.just-text h1 span,
.just-text h2 span{
    width: 100%;
}
/** TILES **/
/** TILE ANIMATION SLIDE **/
.title-slide{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.title-slide>.sub1 {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
    -webkit-transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
    -o-transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
    -moz-transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
}

.title-slide>.sub2 {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
    -webkit-transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
    -o-transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
    -moz-transition: left 0.3s, top 0.3s, right 0.3s, bottom 0.3s;
}

.title-slide>.sub2>p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    padding: 47px 10px;
}


.title-slide.left>.sub1 {
    left: 0;
}

.title-slide.left>.sub2 {
    left: -100%;
}

.title-slide.left:hover>.sub1 {
    left: 100%;
}

.title-slide.left:hover>.sub2 {
    left: -0%;
}

.title-slide.right>.sub1 {
    right: 0;
}

.title-slide.right>.sub2 {
    right: -100%;
}

.title-slide.right:hover>.sub1 {
    right: 100%;
}

.title-slide.right:hover>.sub2 {
    right: -0%;
}

.title-slide.top>.sub1 {
    top: 0;
}

.title-slide.top>.sub2 {
    top: -100%;
}

.title-slide.top:hover>.sub1 {
    top: 100%;
}

.title-slide.top:hover>.sub2 {
    top: -0%;
}

.title-slide.bottom>.sub1 {
    bottom: 0;
}

.title-slide.bottom>.sub2 {
    bottom: -100%;
}

.title-slide.bottom:hover>.sub1 {
    bottom: 100%;
}

.title-slide.bottom:hover>.sub2 {
    bottom: -0%;
}

/** TILE ANIMATION SLIDE **/
/** TILE ANIMATION FLIP **/
.flip {
    z-index: 0;
    overflow: visible;
    position: relative;
}

.flip:hover {
    box-shadow: none;
    outline: none;
    padding: 0;
}

.flip>.flip-container {
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
}

.flip>.flip-container>div {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    transition: transform 0.5s;
}

.flip:hover .flip-container>div {
    outline: 1px solid #FFF;
    -moz-box-shadow: 0 0 10px #DDD;
    -webkit-box-shadow: 0 0 10px #DDD;
    box-shadow: 0 0 10px #DDD;
}

@-moz-document url-prefix() {
    .flip:hover .flip-container>div {
        outline: none;
        -moz-box-shadow: 0 0 10px #DDD, 0 0 1px 1px #FFF;
        box-shadow: 0 0 10px #DDD, 0 0 1px 1px #FFF;
    }
}

.flip:hover.noClick .flip-container>div {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.support3D.horizontal.flip:hover .flip-back {
    -moz-transform: perspective(600px) rotateY(0);
    -webkit-transform: perspective(600px) rotateY(0);
    transform: perspective(600px) rotateY(0);
}

.support3D.vertical.flip:hover .flip-back {
    -moz-transform: perspective(600px) rotateX(0);
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
}

.support3D.horizontal.flip:hover .flip-front {
    -webkit-transform: perspective(600px) rotateY(-179.9deg);
    -moz-transform: perspective(600px) rotateY(-179.9deg);
    transform: perspective(600px) rotateY(-179.9deg);
}

.support3D.vertical.flip:hover .flip-front {
    -webkit-transform: perspective(600px) rotateX(-179.9deg);
    -moz-transform: perspective(600px) rotateX(-179.9deg);
    transform: perspective(600px) rotateX(-179.9deg);
}

.flipImgCenterer {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}

.flipImgCenterer>img {
    display: inline;
    position: relative;
    z-index: 5;
    width: auto;
    height: auto;
}

.flip .flip-front {
    position: absolute;
    display: table;
    padding: 0;
    margin: 0;
    width: 205px;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.horizontal.flip .flip-front {
    -moz-transform: perspective(600px) rotateY(0deg);
    -webkit-transform: perspective(600px) rotateY(0deg);
    transform: perspective(600px) rotateY(0deg);
}

.vertical.flip .flip-front {
    -moz-transform: perspective(600px) rotateX(0deg);
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}
.flip-back,
.flip-front{
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -ms-transition: -ms-transform 0.5s;
    transition: transform 0.5s;
}

.flip .flip-back {
    position: absolute;
    width: 205px;
    height: 100%;
    display: table;
    color: white;
    text-align: center;
    z-index: 0;
    background: inherit;
}

.support3D.flip .flip-back {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.support3D.horizontal.flip .flip-back {
    -moz-transform: perspective(600px) rotateY(180deg);
    -webkit-transform: perspective(600px) rotateY(180deg);
    transform: perspective(600px) rotateY(180deg);
}

.support3D.vertical.flip .flip-back {
    -moz-transform: perspective(600px) rotateX(180deg);
    -webkit-transform: perspective(600px) rotateX(180deg);
    transform: perspective(600px) rotateX(180deg);
}

.flip .flip-back>h5 {
    display: table-cell;
    color: #FFF;
    position: relative;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    padding: 0 0 10px 0;
    margin: 3px;
}
.flip-back:hover,
.flip-back:focus{
    box-shadow: 0 0 2px #fff;
}
.flip .tile-label-wrapper.top {
    right: 0;
}

.flip .tile-label-wrapper.bottom {
    bottom: 0;
    right: 0;
    left: 0;
}

@-moz-document url-prefix() {
    .flip .tile-label-wrapper.bottom {
        bottom: 1px;
    }
}
/** TILE ANIMATION FLIP **/
/** IE10+ **/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .tile.support3D *{
        transition: 0s;
    }
}
/** IE10+ **/
/** RESPONSIVE DESIGN **/
@media (max-width: 1200px) {
    body{
        background: #000 url(../images/1018_v1_bg3.png) no-repeat center top;
        background-size: auto;
    }
}

@media (max-width: 992px) {
    .metro-container {
        width: 750px;
    }
    .left-side {
        float: left;
        width: 34.2%;
    }
    .right-side {
        float: left;
        width: 65.8%;
    }
}
@media (max-width: 768px) {
    body{
        padding: 40px 0px 33px 0px;

    }
    body.sub-page{
        padding: 0px 0px 10px 0px;
    }
    .text-container {
        width: 100%;
        margin-top: 0px;
    }
    .sub-page .logo h1{
        display: none;
    }
    .sub-page h1.hidden-name{
        text-transform: uppercase;
        color: #070707;
        font-size: 20px;
        margin: 0px 0px 25px 0px;
        display: block;
        text-align: left;
    }
    .head-line .menu .nav-menu.line li{
        font-size: 14px;
    }
    .head-line .logo img {
        margin: 19px 10px 0px 14px;
        display: inline-block;
    }
    .head-line .menu{
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .head-line .menu .nav-menu{
        width: 200px;
    }
    .head-line .menu .navbar-nav {
        margin: 0;
    }
    .head-line{
        border-top: 0px;
    }
    .box {
        display: inline-block;
        float: none;
        vertical-align:top;
        margin: 0px 10px 20px 10px;
        text-align: left;
    }
    .text-box.boxes {
        text-align: center;
        padding: 30px 10px;
    }
    .text-box.boxes h1.hidden-name{
        text-align: center;
    }
    .head-line .logo{
        overflow: hidden;
    }
    .news-container,
    .text-box {
        padding: 30px 20px;
        min-height: 600px;
        font-size: 14px;
    }
    .left-side {
        display: none;
    }
    .right-side {
        float: none;
        width: 100%;
        height: 100%;

    }
    .metro-container {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    html,body{
        width: 100%;
        height: 100%;
    }
    footer {
        height: 33px;
        padding: 0px 17px;
    }
    footer  img{
        display: none;

    }
    footer a.info {
        padding: 8px 12px;
        font-size: 11px;
    }
    footer a.info:last-child {
        padding-right: 0px;
    }
    .navbar-toggle {
        display: block;
    }
    #navbar{
        min-height: inherit;
        max-height: inherit;
    }
    nav .container {
        width: 100%;
        padding: 0;
    }
    .navbar-nav > li > a {
        padding-left: 30px;
    }
    .navbar{
        display: block;
        height: 40px;
        min-height: 40px;
        background: #000;
    }
    nav button.navbar-toggle{
        position: absolute;
        float: none;
        right: 0px;
        top: 0px;
        padding: 7px 7px 0px 7px;
        border: 0px;
        margin-top: 3px;
        border-radius: 0px;
    }
    nav button.navbar-toggle span:nth-child(2){
        transition: .7s
    }
    nav button.navbar-toggle span:nth-child(3){
        opacity: 1;
        transition: opacity .4s
    }
    nav button.navbar-toggle span:nth-child(4){
        transition: .7s
    }
    nav button.navbar-toggle[aria-expanded=true]{
        height: 33px;
    }
    nav button.navbar-toggle[aria-expanded=true] span:nth-child(2){
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -2px;
        margin-left: 0px;
        transition: .4s;
    }
    nav button.navbar-toggle[aria-expanded=true] span:nth-child(3){
        opacity: 0;
    }
    nav button.navbar-toggle[aria-expanded=true] span:nth-child(4){
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -18px;
        margin-left: 0px;
        transition: .4s;
    }
    a.login-navbar{
        position: absolute;
        display: block;
        width: 40px;
        right: 74px;
        top: 10px;
    }
    nav .navbar-toggle .icon-bar {
        display: block;
        width: 29px;
        height: 3px;
        margin-bottom: 6px;
    }
    #navbar ul{
        margin-top: 39px;
        border-top: 1px solid #3c3c3c;
        border-bottom: 1px solid #3c3c3c;
    }
    #navbar ul, #navbar li{
        float: none;
    }
    #navbar li {
        display: block;
        padding: 0px;
        width: 100%;
        border-bottom: 1px dotted #3c3c3c;
        text-transform: uppercase;
        font-size: 12px;
        background: rgba(0, 0, 0, 0.9);
    }
    #navbar .navbar-inverse .navbar-nav>li>a {
        color: #fff;
    }
    .tile h1 span, .tile h2 span{
        width: 100%;
    }
    .just-text h2 {
        margin: 0px 18px;
    }
    .long-title h2{
        font-size: 12px;
        line-height: 16px;
        margin: 10px 5px 10px 5px;
    }
    .tile.long-title img{
        margin-top: 40px;
    }
    .tile.eye img {
        margin-bottom: 20px;
    }
    img.large{
        max-width: 50px;
    }
    .title-slide>.sub2>p {
        line-height: 18px;
        padding: 20px 10px;
    }
    #login-form input[type="password"], #login-form input[type="text"] {
        width: 100%;
    }
    #login-form .modal-header h4 {
        padding-left: 58px;
    }
    #login-form .modal-content .btn {
        padding: 6px 12px 4px 12px;
    }
    #login-form .small label {
        font-size: 14px;
        padding-top: 3px;
    }
    #login-form .small input {
        margin-top: 2px;
    }
    #login-form {
        width: 75%;
    }
    .right-side .tile:last-child {
        margin-bottom: 33px;
    }
    #login-form .modal-dialog {
        margin: 0;
    }
    .tile.login-dekstop-btn {
        background: blue;
        display: none;
    }
    .palette{
        width: 100%;
        height: 100%;
    }
    .tile {
        width: 50%;
        height: 33.3%;
        min-height: 162px;
    }
    .right-side .tile:last-child {
        height: 33.3%;
    }
    .right-side .tile:first-child {
        height: 33.3%;
    }
    .right-side .tile:nth-child(2) {
        margin-top: 0px;
        width: 50%;
    }
    .flip .flip-front {
        width: 100%;
        height: 100%;
    }
    .flip .flip-back {
        width: 100%;
        height: 100%;
    }
    .flip .flip-front{
        display: block;
    }
    .flip .flip-back{
        display: block;
    }
    .right-side .tile:nth-child(2) div {
        padding-right: 0px;
    }
    .right-side .tile div {
        padding-top: 0%;
    }
    .right-side .tile:first-child div {
        padding-top: 0%;
    }
    .just-text {
        margin-top: 55px;
    }
    .just-text h2{
        font-size: 12px;
    }
    .tile img{
        width: 60px;
    }
    .tile h1 span, .tile h2 span{
        width: 100%;
    }
}

@media (pointer:coarse){
    body{
        padding: 40px 0px 33px 0px;

    }
    body.sub-page{
        padding: 0px 0px 10px 0px;
    }
    .text-container {
        width: 100%;
        margin-top: 0px;
    }
    .sub-page .logo h1{
        display: none;
    }
    .sub-page h1.hidden-name{
        text-transform: uppercase;
        color: #070707;
        font-size: 20px;
        margin: 0px 0px 25px 0px;
        display: block;
        text-align: left;
    }
    .head-line .menu .nav-menu.line li{
        font-size: 14px;
    }
    .head-line .logo img {
        margin: 19px 10px 0px 14px;
        display: inline-block;
    }
    .head-line .menu{
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .head-line .menu .nav-menu{
        width: 200px;
    }
    .head-line .menu .navbar-nav {
        margin: 0;
    }
    .head-line{
        border-top: 0px;
    }
    .box {
        display: inline-block;
        float: none;
        vertical-align:top;
        margin: 0px 10px 20px 10px;
        text-align: left;
    }
    .news-container,
    .text-box.boxes {
        text-align: center;
        padding: 30px 10px;
    }
    .text-box.boxes h1.hidden-name{
        text-align: center;
    }
    .head-line .logo{
        overflow: hidden;
    }
    .text-box {
        padding: 30px 20px;
        min-height: 600px;
        font-size: 14px;
    }
    .left-side {
        display: none;
    }
    .right-side {
        float: none;
        width: 100%;
        height: 100%;

    }
    .metro-container {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    html,body{
        width: 100%;
        height: 100%;
    }
    footer {
        height: 33px;
        padding: 0px 17px;
    }
    footer  img{
        display: none;

    }
    footer a.info {
        padding: 8px 12px;
        font-size: 11px;
    }
    footer a.info:last-child {
        padding-right: 0px;
    }
    .navbar-toggle {
        display: block;
    }
    #navbar{
        min-height: inherit;
        max-height: inherit;
    }
    nav .container {
        width: 100%;
        padding: 0;
    }
    .navbar-nav > li > a {
        padding-left: 30px;
    }
    .navbar{
        display: block;
        height: 40px;
        min-height: 40px;
        background: #000;
    }
    nav button.navbar-toggle{
        position: absolute;
        float: none;
        right: 0px;
        top: 0px;
        padding: 7px 7px 0px 7px;
        border: 0px;
        margin-top: 3px;
        border-radius: 0px;
    }
    nav button.navbar-toggle span:nth-child(2){
        transition: .7s
    }
    nav button.navbar-toggle span:nth-child(3){
        opacity: 1;
        transition: opacity .4s
    }
    nav button.navbar-toggle span:nth-child(4){
        transition: .7s
    }
    nav button.navbar-toggle[aria-expanded=true]{
        height: 33px;
    }
    nav button.navbar-toggle[aria-expanded=true] span:nth-child(2){
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -2px;
        margin-left: 0px;
        transition: .4s;
    }
    nav button.navbar-toggle[aria-expanded=true] span:nth-child(3){
        opacity: 0;
    }
    nav button.navbar-toggle[aria-expanded=true] span:nth-child(4){
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -18px;
        margin-left: 0px;
        transition: .4s;
    }
    a.login-navbar{
        position: absolute;
        display: block;
        width: 40px;
        right: 74px;
        top: 10px;
    }
    nav .navbar-toggle .icon-bar {
        display: block;
        width: 29px;
        height: 3px;
        margin-bottom: 6px;
    }
    #navbar ul{
        margin-top: 39px;
        border-top: 1px solid #3c3c3c;
        border-bottom: 1px solid #3c3c3c;
    }
    #navbar ul, #navbar li{
        float: none;
    }
    #navbar li {
        display: block;
        padding: 0px;
        width: 100%;
        border-bottom: 1px dotted #3c3c3c;
        text-transform: uppercase;
        font-size: 12px;
        background: rgba(0, 0, 0, 0.9);
    }
    #navbar .navbar-inverse .navbar-nav>li>a {
        color: #fff;
    }
    .tile h1 span, .tile h2 span{
        width: 100%;
    }
    .just-text h2 {
        margin: 0px 18px;
    }
    .long-title h2{
        font-size: 12px;
        line-height: 16px;
        margin: 10px 5px 10px 5px;
    }
    .tile.long-title img{
        margin-top: 40px;
    }
    .tile.eye img {
        margin-bottom: 20px;
    }
    img.large{
        max-width: 50px;
    }
    .title-slide>.sub2>p {
        line-height: 18px;
        padding: 20px 10px;
    }
    #login-form input[type="password"], #login-form input[type="text"] {
        width: 100%;
        padding-top: 5px;
    }
    #login-form .modal-header h4 {
        padding-left: 58px;
    }
    #login-form .modal-content .btn {
        padding: 6px 12px 4px 12px;
    }
    #login-form .small label {
        font-size: 14px;
        padding-top: 3px;
    }
    #login-form .small input {
        margin-top: 2px;
    }
    #login-form {
        width: 75%;
    }
    .right-side .tile:last-child {
        margin-bottom: 33px;
    }
    #login-form .modal-dialog {
        margin: 0;
    }
}

@media (pointer:coarse) and (orientation : landscape) {
    .tile.login-dekstop-btn {
        background: red;
        display: none;
    }
    .tile {
        width: 33.33%;
        height: 50%;
        min-height: 205px;
    }
    .palette{
        width: 100%;
        height: 100%;
    }
    .right-side .tile:last-child {
        height: 50%;
    }
    .right-side .tile:first-child {
        height: 50%;
    }
    .right-side .tile:nth-child(2) {
        margin-top: 0px;
        width: 33.33%;
    }
    .flip .flip-front {
        width: 100%;
        height: 100%;
    }
    .flip .flip-back {
        width: 100%;
        height: 100%;
    }
    .flip .flip-front{
        display: block;
    }
    .flip .flip-back{
        display: block;
    }
    .right-side .tile:nth-child(2) div {
        padding-right: 0px;
    }
    .right-side .tile div {
        padding-top: 10%;
    }
    .right-side .tile:first-child div {
        padding-top: 10%;
    }
}
@media (pointer:coarse) and (orientation : portrait) {
    .tile.login-dekstop-btn {
        background: blue;
        display: none;
    }
    .palette{
        width: 100%;
        height: 100%;
    }
    .tile {
        width: 50%;
        height: 33.3%;
        min-height: 162px;
    }
    .right-side .tile:last-child {
        height: 33.3%;
    }
    .right-side .tile:first-child {
        height: 33.3%;
    }
    .right-side .tile:nth-child(2) {
        margin-top: 0px;
        width: 50%;
    }
    .flip .flip-front {
        width: 100%;
        height: 100%;
    }
    .flip .flip-back {
        width: 100%;
        height: 100%;
    }
    .flip .flip-front{
        display: block;
    }
    .flip .flip-back{
        display: block;
    }
    .right-side .tile:nth-child(2) div {
        padding-right: 0px;
    }
    .right-side .tile div {
        padding-top: 0%;
    }
    .right-side .tile:first-child div {
        padding-top: 0%;
    }
    .just-text {
        margin-top: 55px;
    }
    .just-text h2{
        font-size: 12px;
    }
    .tile img{
        width: 60px;
    }
    .tile h1 span, .tile h2 span{
        width: 100%;
    }
}


@media (max-width: 480px) {

}

@media (max-width: 360px) {

}

/** RESPONSIVE DESIGN **/
