@charset "utf-8";

@font-face {
	font-family: "archyedt-bold";
	src: url(../fonts/archyedt-bold.otf);
}
@font-face {
	font-family: "bpg_rioni_arial";
	src: url(../fonts/bpg_rioni_arial.ttf);
}
@font-face {
	font-family: "!BPGGEL";
	src: url(../fonts/!BPGGEL.ttf);
}
html,body{
    position: relative;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: rgba(0,0,0,0);
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: rgba(0,0,0,0);
    -o-tap-highlight-color: transparent;
    tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: transparent;
}
body{
    background-color: #252525;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    overflow-x: hidden;
}
div{
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover,
a:focus{
    text-decoration: none;
    color: #fff;
}
.logo{
    position: absolute;
    width: 220px;
    height: 40px;
    left: 0;
    top: 5vh;
    z-index: 10;
    background: url(../img/logo.png) center no-repeat;
    background-size: contain;
}
.center{
    text-align: center;
    margin: 0 auto;
}
.red{
    color: #ff1644;
}
.underline{
    box-shadow: inset 0 -2px 0 rgba(255,255,255,0.8);
    padding-bottom: 3px;
}
h1{
    margin: 0;
    font-size: 6vh;
    color: #fff;
    font-weight: 100;
    font-family: "bpg_rioni_arial";
}
h2{
    margin: 0;
    font-size: 3vh;
    color: #fff;
    font-weight: 100;
    font-family: "bpg_rioni_arial";
}
.gold-left,
.gold-right{
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
}
.gold-left{
    left: 0;
}
.gold-right{
    right: 0;
}
.logo-wrapper{
    position: absolute;
    top: 0;
}
.banner{
    width: 100%;
}
.banner-small{
    width: 100%;
    display: none;
}
.first-container{
    margin-top: -20vh;
}
.terms-container{
    position: relative;
    padding: 6vh 6vw ;
    background: url(../img/terms_bg.png) center no-repeat;
    background-size: 100% 100%;
    color: #eaecff;
    font-family: "bpg_rioni_arial";
    font-size: 2vh;
    line-height: 3.4vh;
}
.terms-name{
    text-align: center;
    font-size: 2.7vh;
    margin: 6vh auto 4vh auto;
    font-family: "bpg_rioni_arial";
    color: #b1b7f3;
    -webkit-text-stroke: 1px rgba(14,11,16,0.34);
    text-shadow:1px 1px 15px rgba(220,220,254,0.2), 
                1px 1px 15px rgba(220,220,254,0.2);
}
.listElem{
    margin: 2.5vh 0;
    text-align: left;
}
.listElem div{ 
    display: table-cell;
    font-family: "bpg_rioni_arial";
}
.icon{
    width: 47px;
    padding-right: 5px;
}
.text{
    width: calc(100% - 30px);
}
.schedule{
    margin-top: 13vh;
}
.schedule .row{
    height: 7vh;
    line-height: 7vh;
    background: url(../img/border.png) bottom no-repeat;
    background-size: 130% auto;
    padding: 0 3vw;
}
.glow-and-stroke{
    color: #b1b7f3;
    -webkit-text-stroke: 1px rgba(14,11,16,0.34);
    text-shadow:1px 1px 15px rgba(220,220,254,0.2), 
                1px 1px 15px rgba(220,220,254,0.2);
}
.listWrapper1{
    width: 60%;
    margin: 7vh auto 0 auto;
}
.listWrapper1 .listElem {
    margin: 1vh 0;
}
.listWrapper2{
    padding: 0 6vw;
}
.listWrapper2 .icon{
    padding-right: 20px;
}
.SlBtn{
    position: relative;
    padding: 1vh 3vw;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    opacity: .85;
    font-size: 2.4vh;
    background-color: #ff1644;
    font-family: "bpg_rioni_arial";
}
.SlBtn:hover{
    opacity: 1;
}
.lari{
    font-family: "!BPGGEL";
}
/*-----------------------------Medias---------------------------*/
/*Some Shitty Override :dd*/
@media (min-width: 1400px){
    .container {
        max-width: 1300px;
    }
}
@media(max-width:1600px){
    .gold-right{
        right: -7vw;
    }
}
@media(max-width:1366px){
    .gold-right{
        right: -10vw;
    }
}
@media(max-width:1280px){
    .gold-left{
        left: -10vw;
    }
    .gold-right{
        right: -20vw;
    }
}
@media(max-width:1024px){
    .first-container{
        margin-top: -10vh;
    }
    .gold-left,
    .gold-right{
        display: none;
    }
}
@media(max-width:768px){
    .logo{
        top: 10px;
    }
    .banner{
        display: none;
    }
    .banner-small{
        display: block;
    }
    .terms-name{
        margin: 10vh auto 4vh auto;
    }
    .schedule{
        width: 90%;
        margin: 0 auto;
    }
    .icon{
        width: 30px;
        padding-right: 5px;
    }
    .icon img{
        width: 100%;
    }
    .listWrapper2 .icon{
        padding-right: 5px;
    }
    .listWrapper1 {
        width: 90%;
    }
}
@media(max-width:1024px) and (min-width: 768px){
    .schedule{
        margin-top: 20vh;
    }
}
/*------Mobile Devices Landscape------*/
@media(max-width:1024px) and (orientation:landscape){
    h1{
        font-size: 6vw;
    }
    h2{
        font-size: 3vw;
    }
    .listElem {
        font-size: 2vw;
        line-height: 3vw;
    }
    .terms-container{
        font-size: 2vw;
        line-height: 3.4vw;
    }
    .terms-name{
        font-size: 3vw;
    }
    .schedule .row {
        height: 7vw;
        line-height: 7vw;
    }
    .terms-name {
        margin: 10vw auto 4vw auto;
    }
    .SlBtn{
        font-size: 2.4vw;
        margin: 10vw auto !important;
    }
}
