@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

@font-face{font-family:'OPAP';src:url("https://virtualsports.opap.gr/o/virtualsports-theme/fonts/OPAP-MediumItalic.eot");src:url("https://virtualsports.opap.gr/o/virtualsports-theme/fonts/OPAP-MediumItalic.eot?#iefix") format("embedded-opentype"),url("https://virtualsports.opap.gr/o/virtualsports-theme/fonts/OPAP-MediumItalic.woff2") format("woff2"),url("https://virtualsports.opap.gr/o/virtualsports-theme/fonts/OPAP-MediumItalic.woff") format("woff"),url("https://virtualsports.opap.gr/o/virtualsports-theme/fonts/OPAP-MediumItalic.ttf") format("truetype"),url("https://virtualsports.opap.gr/o/virtualsports-theme/fonts/OPAP-MediumItalic.svg#OPAP-MediumItalic") format("svg");font-weight:500;font-style:italic}

/* Falling Elements*/


body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	background: black;
	text-align: center;
	padding: 0;
	z-index: -1;

}


img.bg2-mob{
	display: none;
}

img.bg{
	width: 100%;
	height: auto;
	padding: 0;

  /* Set rules to fill background */
  background-position: right bottom;
	
  /* Set up proportionate scaling */
  min-width: 1024px;
	
  /* Set up positioning */
  position: fixed;
  bottom: 0px;
  left: 0%;
}

img.bg2 {
    height: 100%!important;
    /* width: 100%; */
    /* height: auto; */
    opacity: 1;
    position: fixed;
    top: 0!important;
    right: 0;
	z-index: 2;
}

img.bg2-responsive {
    display: none;
}

img.bg-mob{display: none;}

img.bg-responsive{display: none;}

.logo{
	position:fixed;
	left:20px;
	top:20px;
	z-index: 1000;
	max-width: 200px;
}
.footer{
	width: 100%;
	background-color:#000;
	color:#fff;
	margin:0 auto;
	position:fixed;
	bottom:0;
	max-height: 50px;
	z-index: 2;
	}

.main-title{
	width: 70%;
	float: left;
	color:white;
	position: fixed;
	top: 70%;
	left:5%;
	font: bold italic 3.5vw 'opapmedium_italic', Roboto Condensed;
	text-shadow: 2px 2px 3px black;
	z-index: 1;
	text-align: left;
}

.colHalf-l{
	width:100%;
	box-sizing:border-box;
	padding:5px;
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	line-height:15px;
	margin: 0 auto;
	text-align: center;
	}


.colHalf-r{
	width:100%;
	box-sizing:border-box;
	padding:10px;
	bottom: 0px;
	}

.colFifth{
	width:20%;
	margin: 0 auto;
	text-align:center;
	float: left;
	min-height: 100px;
	}

.prefooter{
	width:100%;
	background-color:none;
	color:#fff;
	margin:0 auto 0px auto;
	position:fixed;
	bottom:0px;
	text-align: center;
	z-index: 2;
	}


.steps-123{
width: 70%;
	bottom:0;
	margin-bottom:-20px;

}

.steps-123-mob{
	
	display: none;
}

.bannerMSG{
	width:100%;
	max-width: 250px;
	z-index: 9;
	margin: 0 auto;
	position: fixed;
	right: 10%;
	bottom: 50px;

}

.bannerMSG > img {width:100%; margin: 0 auto;}

.row-cta-desk{

	width: 100%;
	text-align: center;
	
}
.row-cta-mob {
	
	display: none;
}	

.row-cta-desk .cta-button{
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
		-webkit-animation: zoomin infinite 1s;
}



.ps-register{
	padding: 20px 0;
    color: #fff;
    border-radius: 3px;
    border: 0;
    font-weight: 700;
    width: 5.833em;
    text-align: center;
	background: #1b9800;
	cursor: pointer;
}
	


.smallTextLink{font: italic 11px 'opapmedium_italic', Roboto Condensed; color:#ffffff; width: 100%; float: left; margin: 40px auto 0 auto;
background-color: #232633; border-radius: 4px; padding: 10px 0;}

.linkWhite{color:#ffffff; text-decoration: none;}


/* The Modal (background) */
.modal {
	font-family: 'Open Sans', sans-serif;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
	text-align: left;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
font-family: open sans; 
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* ipad Pro*/
@media screen and (height: 1366px) and (width: 1024px) {
	
	
	img.bg{
		display: none;
	}
	img.bg2{
		display: none;
	}
	
	img.bg-mob{
		display: block;
		top: 0;
		position: fixed;
		left: 0;
	}	

   img.bg-responsive{display: none;}
	
	img.bg2-mob {
    height: 100%!important;
    /* height: auto; */
    opacity: 1;
    position: fixed;
    top: 0!important;
    right: 0;
	z-index: 2;
}
	img.bg2-responsive {
    display: block;
	position: fixed;
	top: -50px;
}	
	
	
	.bannerMSG{
		
		float: none;
		width:100%;
		margin: 0px auto 0 auto;
		text-align: center;
		left: 0;
		right: 0;
		bottom:200px;
		max-width: 300px;
	}


.row-cta-desk{

	width: 100%;
	text-align: center;
	margin-top: 0px; 
	
}

.row-cta-desk .cta-button{
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
		-webkit-animation: zoomin infinite 1s;
}



.ps-register{
	padding: 20px 0;
    color: #fff;
    border-radius: 3px;
    border: 0;
    font-weight: 700;
    text-align: center;
	background: #1b9800;
	cursor: pointer;
}

.smallTextLink{font-family: open sans; color:#ffffff; font-size: 17px; line-height: 20px; width: 100%; float: left; margin: 20px auto;}

.linkWhite{color:#ffffff;}

	.steps-123-mob{
	display: block;
		

}
	
	.steps-123{
	display: none;
		width: 100%;

}
	
	
}


@media screen and (max-width: 1024px) {
	
	
	img.bg{
		display: none;
	}
	img.bg2{
		display: none;
	}
	
	img.bg-mob{
		display: none;
		
	}	
	
	img.bg-responsive{display: block;
	    top: -200px;
		position: fixed;
		width: 100%;
		height: auto;
	}
	
	
	
	img.bg2-mob {
    display: none;
}
	
	img.bg2-responsive {
    display: block;
		height: 100%!important;
    /* height: auto; */
    opacity: 1;
    position: fixed;
    top: 40px!important;
    right: 120px;
	z-index: 2;
}
	
	
	
	.bannerMSG{
		
		float: none;
		width:100%;
		margin: 0px auto 0 auto;
		text-align: center;
		left: 0;
		right: 0;
		bottom: 280px;
		max-width: 300px;
	}


.row-cta-desk{

	width: 100%;
	text-align: center;
	margin-top: 0px; 
	max-width: 250px;
	margin: 0 auto;
	
}

.row-cta-desk .cta-button{
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}



.ps-register{
	padding: 20px 0;
    color: #fff;
    border-radius: 3px;
    border: 0;
    font-weight: 700;
    text-align: center;
	background: #1b9800;
	cursor: pointer;
}

.smallTextLink{font-family: open sans; color:#ffffff; font-size: 12px; line-height: 20px; width: 100%; float: none; margin: 10px auto;padding: 5px; max-width: 150px;}

.linkWhite{color:#ffffff;}

	.steps-123-mob{
	display: block;
	margin-bottom: 50px;

}
	
	.steps-123{
	display: none;
		width: 100%;
		

}
	.footer{
		max-height: 70px;
	}
	
}

@media screen and (max-width: 800px) {
	
	img.bg-responsive {
    display: block;
    /* height: auto; */
    opacity: 1;
    position: fixed;
    bottom: 0!important;
    right: 0px;
	z-index: 2;
	margin-top: 40px; 
}	
	
		img.bg2-responsive {
    display: fixed;
		height: 100%!important;
    /* height: auto; */
    opacity: 1;
    position: fixed;
    top: 20px!important;
    right: 80px;
	z-index: 2;
}
	
	
		.bannerMSG{
		
		float: none;
		width:100%;
		margin: 0px auto 0 auto;
		text-align: center;
		left: 0;
		right: 0;
		bottom:170px;
		max-width: 300px;
	}


.row-cta-desk{

	width: 100%;
	text-align: center;
	margin-top: 0px; 
	max-width: 250px;
	margin: 0 auto;
	
}

.row-cta-desk .cta-button{
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0px; 
}
	
	.steps-123-mob{
		margin-bottom: 0px;
	}

	
	
}

@media screen and (max-width: 414px) {
	
	img.bg-responsive {
    display: block;
    /* height: auto; */
    opacity: 1;
    position: fixed;
    bottom: 0!important;
    right: 0px;
	z-index: 2;
	margin-top: 170px; 
}	
	
	
		img.bg2-responsive {
    display: block;
		height: 100%!important;
    /* height: auto; */
    opacity: 1;
    position: fixed;
    top: -20px!important;
    right: 0px;
	z-index: 2;
}
	
	
		.bannerMSG{
		
		float: none;
		width:100%;
		margin: 0px auto 0 auto;
		text-align: center;
		left: 0;
		right: 0;
		bottom:120px;
		max-width: 300px;
	}


.row-cta-desk{

	width: 100%;
	text-align: center;
	margin-top: 0px; 
	max-width: 250px;
	margin: 0 auto;
	
}

.row-cta-desk .cta-button{
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0px; 
}

	
	
}



@media screen and (max-width: 376px) {
	
	img.bg-responsive {
    display: block;
    /* height: auto; */
    opacity: 1;
    position: fixed;
    bottom: 0!important;
    right: 0px;
	z-index: 2;
	margin-top: 170px; 
}
	
		img.bg2-responsive {
    display: block;
		height: 100%!important;
    /* height: auto; */
    opacity: 1;
    position: fixed;
    top: -15px!important;
    right: -5px;
	z-index: 2;
}
	
	
		.bannerMSG{
		
		float: none;
		width:100%;
		margin: 0px auto 0 auto;
		text-align: center;
		left: 0;
		right: 0;
		bottom: 90px;
		max-width: 300px;
	}
	



.row-cta-desk{

	width: 100%;
	text-align: center;
	margin-top: 0px; 
	max-width: 250px;
	margin: 0 auto;
	
}

.row-cta-desk .cta-button{
	max-width: 150px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0px;
}
	
	.footer .colHalf-l{
		font-size: 8px;
	}

	
	
}



@media screen and (max-width: 360px) {
	
	
	img.bg-responsive {
    display: block;
    /* height: auto; */
    opacity: 1;
    position: fixed;
    bottom: 0!important;
    right: 0px;
	z-index: 2;
	margin-top: 180px; 
}
	
		img.bg2-responsive {
    display: block;
		height: 100%!important;
    /* height: auto; */
    opacity: 1;
    position: fixed;
    top: -15px!important;
    right: 0px;
	z-index: 2;
}
	
	
		.bannerMSG{
		
		float: none;
		width:100%;
		margin: 0px auto 0 auto;
		text-align: center;
		left: 0;
		right: 0;
		bottom: 90px;
		max-width: 300px;
	}
	



.row-cta-desk{

	width: 100%;
	text-align: center;
	margin-top: 0px; 
	max-width: 250px;
	margin: 0 auto;
	
}

.row-cta-desk .cta-button{
	max-width: 150px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0px;
}
	
	.footer .colHalf-l{
		font-size: 8px;
	}

	
	
}

@media screen and (max-width: 320px) {
	
	
	img.bg-responsive {
    display: block;
    /* height: auto; */
    opacity: 1;
    position: fixed;
    bottom: 0!important;
    right: 0px;
	z-index: 2;
	margin-top: 190px; 
}
	
		img.bg2-responsive {
    display: block;
		height: 100%!important;
    /* height: auto; */
    opacity: 1;
    position: fixed;
    top: -15px!important;
    right: 0px;
	z-index: 2;
}
	
	
		.bannerMSG{
		
		float: none;
		width:100%;
		margin: 0px auto 0 auto;
		text-align: center;
		left: 0;
		right: 0;
		bottom: 90px;
		max-width: 300px;
	}
	



.row-cta-desk{

	width: 100%;
	text-align: center;
	margin-top: 0px; 
	max-width: 250px;
	margin: 0 auto;
	
}

.row-cta-desk .cta-button{
	max-width: 150px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0px;
}
	
	.footer .colHalf-l{
		font-size: 8px;
	}

	
	
}


@keyframes zoomin {
	0% {width: 250px;}	
	50% {width: 240px;}
	100% {width: 250px;}
	
}

@-webkit-keyframes zoomin {
	0% {width: 250px;}	
	50% {width: 240px;}
	100% {width: 250px;}
	

}
