@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300,600); 

body {
	background: #009fe3; /* Old browsers */
	background-image: url('../img/bg-body.png');
	background-repeat:repeat-x;
	color:#fff;
}

.logo {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.background {
	position:absolute;
	top:0px;
	overflow: hidden;
	width: 100%;
	z-index: -1;
}

.wheel {
	background:url('../img/wheel.png');
	height:343px;
	width: 343px;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	cursor:pointer;
}

.wheelEN {
	background:url('../img/wheel-en.png');
}

.gamearea {
	margin: 0 auto;
	margin-bottom:20px;
	width:680px;
}

.gamedata {
	position: relative;
	width: 700px;
}

.pointer {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	position: absolute;
	top: 120px;
	height: 112px;
	width: 160px;
	z-index: 50;
}

.textblock {
    background: #0996D2;
    padding: 10px;
    border: 1px solid;
    border-color: #4dbceb;
    border-color: rgba(255, 255, 255, 0.3);
	color: #fff;
    padding: 25px;
    font-size: 18px;
    line-height: 30px;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

.prize {
    background-image: url('../img/yourprize.png');
    height: 112px;
    width: 200px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0px;
    padding: 20px;
    padding-top: 29px;
    font-size: 27px;
    color: #fff;
    text-shadow: 1px 1px 0px #625400;
    letter-spacing: 1px;
    font-weight: 800;
    line-height: 26px;
    text-transform: uppercase;
    padding-right: 55px;
}

.clicktorun {
	background-image: url('../img/click.png');
	width: 150px;
	height: 118px;
	position: absolute;
	top: 60px;
	right: 20px;
}

.popup {
	background: RGBA(0,0,0,.7);
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:9999999;
	color:#000;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	display:none;
}

.popup .closepop {
	text-align: right;
	font-size: 20px;
	float: right;
	margin-top: -25px;
	cursor: pointer;
}

.popup .note {
	font-size: 11px;
	display: block;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 10px;
}

.popup p, .popup form {
	font-family: 'Arial',sans-serif;
}

.popup form span {
	font-family: 'Open Sans', sans-serif;
}

.popup input {
	height: 35px;
	padding: 10px;
	line-height: 10px;
	margin-top: 10px;
}

.popup input.useremail {
	width: 250px;
	text-align: center;
}

.popup .emailsend {
	border: 0px;
	background-color: #075385;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…JHcmFkaWVudD48cGF0aCBkPSJNMCwwdjFoMVYweiIgZmlsbD0idXJsKCNnKSIvPjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(top,#0070b9,#075385);
    background-image: linear-gradient(180deg,#0070b9,#075385);
	color: #FFF;
	text-align: center;
}

.popup .formmsg {
	margin-top:10px;
	margin-bottom: 0px;
	display:none;
}

.loading {
    background: RGBA(0,0,0,.5);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999999;
    position: fixed;
    text-align: center;
}

.dots {
    padding: 40px;
    background: #fff;
    border-radius: 5px;
    margin: 0 auto;
    display: inline-block;
    margin-top: 250px;
    width: 120px;
    margin-left: 20px;
}

.fb-login {
	display: none;
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	background: RGBA(0,0,0,.7);
	z-index:9999999;
}

.fb-button {
	display: block;
	width: 300px;
	padding: 10px;
	color: #FFF;
	background: #3B5998;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
	border: 5px solid #FFF;
	font-size: 18px;
	cursor:pointer;
}

.fb-div {
	background:#fff;
	border-radius:20px;
	margin-top:40px;
	padding:20px;
	border:10px solid #aaa;
	color:#000;
	text-align: center;
}

.popwin {
	background:#fff;
	border-radius:10px;
	margin-top:40px;
    padding: 20px;
    border: 0px solid #aaa;
    box-shadow: 0px 0px 100px RGBA(0,0,0,0.5);
}

.popwin h1 {
	background: #FFB;
	padding: 10px;
	border-radius: 5px;
	font-weight: bold;
	font-family:arial;
}

.popwin p.type {
	display:none;
}

.popwin a.btn-redeem, a.btn-redeem:link, a.btn-redeem:hover, a.btn-redeem:visited, a.btn-redeem:active {
	display: block;
	padding: 10px;
	background-color: #075385;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…JHcmFkaWVudD48cGF0aCBkPSJNMCwwdjFoMVYweiIgZmlsbD0idXJsKCNnKSIvPjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(top,#0070b9,#075385);
    background-image: linear-gradient(180deg,#0070b9,#075385);
	width: 180px;
	margin-top: 10px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 3px;
	color:#fff;
	font-family: arial, sans-serif;
	font-size: 13px;
}

.logged-div {
	font-family: 'Open Sans', sans-serif;
	background-color: #075385;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…JHcmFkaWVudD48cGF0aCBkPSJNMCwwdjFoMVYweiIgZmlsbD0idXJsKCNnKSIvPjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(top,#0070b9,#075385);
    background-image: linear-gradient(180deg,#0070b9,#075385);
	padding: 10px;
	/* border-radius: 0px; */
	border-radius: 10px 10px 0px 0px;
	min-height: 82px;
}

.fb-avatar {
	background: #FFF;
	border: 2px solid #fff;
	width: auto;
	float: left;
	overflow: hidden;
	border-radius: 100px;
}

.fb-avatar-recent {
	background: #FFF;
    /* padding: 5px; */
    border: 3px solid #FFF;
    width: auto;
    float: left;
    overflow: auto;
    overflow: hidden;
    border-radius: 100px;
    position: absolute;
}

#fb-name {
	padding-left: 10px;
	overflow: auto;
	font-size: 18px;
	margin-top: 16px;
	overflow: hidden;
}

.fb-avatar img {
	width:50px;
	height:50px;
}

.fb-avatar-recent img {
	width:50px;
	height:50px;
}

.facebook-welcome {
	display:none;
}

#fb-picture {
	display:none;
}

.facebook-welcome,.facebook-user {
	float:left;
	width:50%;
	height: auto;
}

.fb-name {
	margin-top: 30px;
	margin-left: 20px;
	padding-left: 10px;
}

.facebook-welcome h3 {
    margin: 0px;
    margin-top: 15px;
    text-align: right;
    padding-right: 17px;
    font-size:23px;
    font-weight: bold;
}

.winners {
	margin-top: -70px;
	padding-top:80px;
	padding-bottom:40px;
	font-family: 'Open Sans', sans-serif;
	    text-align: left;
	    font-weight: bold;
}

.userData {
    float: left;
    overflow: visible;
    margin-left: 20px;
    font-size: 20px;
    width: 170px;
    text-align: center;
}

.fb-prize-2, .fb-prize-1, .fb-prize-3 {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.fb-prize-1 img, .fb-prize-2 img, .fb-prize-3 img {
	width:100%;
}

.gift {
	height: 137px;
	width: 137px;
	background-image: url('../img/gift.png');
	position: absolute;
	top: -70px;
	background-repeat: no-repeat;
	left: 0px;
	margin: 0 auto;
	float: left;
}

.popup-premios {
	position: absolute;
}

.popup-premios .pop {
	margin-top: -65px;

	width: 120px;
	background-color: #075385;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…JHcmFkaWVudD48cGF0aCBkPSJNMCwwdjFoMVYweiIgZmlsbD0idXJsKCNnKSIvPjwvc3ZnPg==);
    background-image: -webkit-linear-gradient(top,#0070b9,#075385);
    background-image: linear-gradient(180deg,#0070b9,#075385);
	border-radius: 5px;
	color: #fff;
	padding: 6px;
	left: -30px;
	position: absolute;
	border: 0px solid #000;
	display: none;
}

.popup-premios .pop .arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid rgba(0, 0, 0, 0);
	border-right: 20px solid rgba(0, 0, 0, 0);
	border-top: 20px solid #075385;
	position: absolute;
	bottom: -19px;
	left: 35px;
}

.popup-premios .premio {
	width: 64px;
	height: 64px;
	text-align: center;
	position: absolute;

}

.popup-premios .first {
    left: 30px;
    top: 95px;
}

.popup-premios .second {
	left: 90px;
    top: 50px;
}

.popup-premios .third {
	left: 190px;
	top: 50px;
}

.popup-premios .fourth {
    left: 250px;
    top: 95px;
}

.popup-premios .fifth {
    left: 250px;
    top: 190px;
}

.popup-premios .sixth {
	left: 190px;
    top: 250px;
}

.popup-premios .seventh {
	left: 90px;
    top: 250px;
}

.popup-premios .eight {
	left: 30px;
    top: 190px;
}

.game {
	height: 343px;
	width: 343px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
}

.star {
	background-image: url('../img/star.png');
	height: 95px;
	width: 95px;
	background-repeat: no-repeat;
	position: absolute;
	top: 124px;
	/* left: 127px; */
	z-index: 99999;
	overflow: auto;
	margin-left: 125px;
}

.winners .title {
	color:#fff;
	margin-bottom:20px;
}

.winners .container {
	width: 654px;
}

.winners .title h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	margin-top: 14px;
	margin-bottom: 14px;
	font-weight: 600;
}

.footer {
	background: #414141;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer a:link,a:hover,a:visited,a:active {
	color:#999;
}

.footer .main-footer {
	text-align: center;
}

/*TYC*/

.tyc {
	background: #fff;
	padding:30px;
	color:#000;
	margin-bottom:40px;
}

.tyc h1 {
	margin: 0px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.tyc h2 {
	margin: 0px;
	text-align: left;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.tyc ol li {
	margin-bottom: 10px;
}

.go-back {
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
}

.go-back a:link,a:hover,a:visited,a:active {
	color:#428BCA;
}