@charset "utf-8";

@font-face {
	font-family: "archyedt-bold";
	src: url(../fonts/archyedt-bold.otf);
}
/*
@font-face {
	font-family: "bpg_square_banner_caps_2013";
	src: url(../fonts/bpg_square_banner_caps_2013.ttf);
}
@font-face {
	font-family: "bpg-arial-caps-webfont";
	src: url(../fonts/bpg-arial-caps-webfont.ttf);
}
*/
@font-face {
	font-family: "BPG_EXTRASQUARE";
	src: url(../fonts/BPG_EXTRASQUARE.ttf);
}
@font-face {
	font-family: "!BPGGEL";
	src: url(../fonts/!BPGGEL.ttf);
}
html,body{
    position: relative;
    overflow: hidden;
    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/bg1.jpg');
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    -webkit-transition: background-image 300ms ease-in;
    -moz-transition: background-image 300ms ease-in;
    -ms-transition: background-image 300ms ease-in;
    -o-transition: background-image 300ms ease-in;
    transition: background-image 300ms ease-in;
/*
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
*/
}
body > *{
    font-family: "BPG_EXTRASQUARE";
}
div{
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
.section{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.wrapper{
    position: relative;
    width: 80%;
    height: 90vh;
    margin: 8vh auto 0 auto;
    color: #fff;
    display: table;
}
.logo{
    position: fixed;
    width: 400px;
    height: 70px;
    left: 4%;
    top: 7vh;
    z-index: 10;
    background: url(../img/logo.png) center no-repeat;
    background-size: contain;
}
/*
.close{
    position: fixed;
    right: 10%;
    top:10vh;
    cursor: pointer;
    opacity: .85;
    z-index: 10;
    font-size: 15px;
    color: #fff;
}
.close:hover{
    opacity: 1;
}
*/
.vcenter{
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.red{
    color: #ff1644;
}
.underline{
    box-shadow: inset 0 -3px 0 #fff;
}
.arrow{
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 6vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 55px;
    border-radius: 100%;
    box-shadow: 0 0 0 6px rgba(255,22,68,0.22);
    background-color: #ff1644;
    box-sizing: content-box;
    cursor: pointer;
    font-size: 23px;
    color: #fff;
    text-align: center;
    z-index: 10;
}
.arrow:hover{
    box-shadow: 0 0 0 6px rgba(255,22,68,0.27);
}
@keyframes bounce {
	0%, 10%, 40%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-16px);
		transform: translateY(-16px);
	}
	60% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}
.list{
    font-size: 15px;
    line-height: 3vh;
    color: #d1d1d1;
    margin: 0;
    text-align: left;
}
.SlBtn{
    padding: 1.5vh 3vw;
    display: inline-block;
    font-family: "archyedt-bold";
    color: #fff;
    background: #ff1644;
    border-radius: 3px;
    opacity: .85;
    font-size: 3vh;
    letter-spacing: 2px;
}
.SlBtn:hover{
    opacity: 1;
}
.col2{
    width: 50%;
    height: auto;
    min-height: 1px;
    float: left;
    display: inline-table;
}
.table{
    width: 100%;
    max-width: 505px;
}
h1{
    margin: 0;
    font-size: 7vh;
    font-family: "archyedt-bold";
    color: #fff;
    letter-spacing: 3px;
    font-weight: 100;
}
.h1MarginTop{
    margin-top: 5vh;
}
h2{
    margin: 0;
    font-size: 4vh;
    font-family: "BPG_EXTRASQUARE";
    color: #fff;
    letter-spacing: 1px;
    font-weight: 100;
}
h5{
    width: 120%;
    margin: 0 0 0 -10%;
    font-size: 1.6vh;
    font-family: "BPG_EXTRASQUARE";
    color: #fff;
    letter-spacing: 1px;
    font-weight: 100;
}
.colPaddingLeft{
    padding-left: 14%;
}
.bbuletLeft{
    margin: 3vh 0;
    line-height: 3.3vh;
    font-size: 2vh;
    text-align: left;
    display: table;
}
.bbuletLeft:before{
    content: '\2022';
    font-size: 6vh;
    color: #ff1644;
    padding-right: 1.5vw;
    line-height: 4.5vh;
}
.lari{
    font-family: "!BPGGEL";
}
.iPokerLogo{
    margin-top: 5vh;
}
/*-----------------------------Medias---------------------------*/
@media(max-width:1280px) and (max-height:1000px){
    .colPaddingLeft{
        padding-left: 9%;
    }
    .bbuletLeft{
        margin: 2vh 0;
        font-size: 1.8vh;
    }
}
@media(max-width:1440px) and (max-height:900px){
    .colPaddingLeft {
        padding-left: 10%;
    }
}
@media(max-width:1366px) and (max-height:1024px){
    .bbuletLeft {
        line-height: 3vh;
        font-size: 2vh;
    }
}
@media(max-width:1024px){
    html,body{
        overflow-y: auto;
    }
    #second,
    #third{
        min-height: auto;
        height: auto;
    }
    #second > .wrapper,
    #third > .wrapper{
        height: auto;
        min-height: auto;
        margin: 0 auto 0 auto;
    }
    #second > .wrapper > .vcenter,
    #third > .wrapper > .vcenter{
        min-height: auto;
    }
    .arrow{
        display: none !important;
    }
    .logo{
        width: 30%;
        height: 30px;
        left: 10px;
        top: 5px;
    }
    .col2 {
        width: 100%;
        height: auto;
        padding: 0 !important;
        margin: 0;
    }
    h1,h2,h3{
        text-align: center;
        letter-spacing: 1px;
    }
    h1{
        font-size: 8.6vw;
    }
    h2{
        font-size: 5.33vw;
    }
    h3{
        font-size: 3.85vw;
        margin-bottom: 5vh;
    }
    h5{
        width: 100%;
        margin: 3vh 0 3vh 0;
    }
    .hideMob{
        display: none;
    }
    .iPokerLogo{
        margin-bottom: 10vh;
    }
    .bbuletLeft {
        line-height: 3.3vh;
        font-size: 2.2vh;
    }
}
/*------Mobile Devices------*/
@media(max-width:1024px) and (orientation:landscape){
    .table {
        max-width: 300px;
    }
    h1 {
        font-size: 5.6vw;
    }
    h2 {
        font-size: 3.5vw;
    }
    h3 {
        font-size: 2.5vw;
    }
    .headerName{
        font-size: 4.1vw;
    }
    .bbuletLeft {
        line-height: 3.3vw;
        font-size: 2vw;
    }
    .SlBtn {
        padding: 1vw 3vh;
        font-size: 2.5vw;
        width: auto !important;
    }
    h5 {
        font-size: 1.6vw;
    }
}