@charset "UTF-8";





@font-face {
    font-family:"SamsungIFBd";
    src:url(../fonts/SamsungIF_Bd.woff) format("woff"),
    url(../fonts/SamsungIF_Bd.ttf) format("truetype");
    font-weight:normal;
    font-style:normal 
}

@font-face {
    font-family:"SamsungIFRg";
    src:url(../fonts/SamsungIF_Rg.woff) format("woff"),
    url(../fonts/SamsungIF_Rg.ttf) format("truetype");
    font-weight:normal;
    font-style:normal 
}

@font-face {
    font-family:"SamsungSharpSans-Bold";
    src:url(../fonts/SamsungSharpSans-Bold.woff) format("woff"),
    url(../fonts/SamsungSharpSans-Bold.ttf) format("truetype");
    font-weight:normal;
    font-style:normal 
}

@font-face {
    font-family:"SamsungSharpSans-Medium";
    src:url(../fonts/SamsungSharpSans-Medium.woff) format("woff"),
    url(../fonts/SamsungSharpSans-Medium.ttf) format("truetype");
    font-weight:normal;
    font-style:normal 
}

@font-face {
    font-family:"SamsungSharpSans-Rg";
    src:url(../fonts/SamsungSharpSans-Regular.woff) format("woff"),
    url(../fonts/SamsungSharpSans-Regular.ttf) format("truetype");
    font-weight:normal;
    font-style:normal 
}



html, body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

body{
    font-family: "SamsungIFRg";
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 62.5%; 
    /* hack to reset the main body text size to 10px (deaults to 16px) 
        now we can use 1.6em for 16px font size etc.
    */
}



.gameArea {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1300px;
    height: 975px;
    overflow: hidden;
}

.topGameArea{
    width: 100%;
    height: 13%;
}

.mainGameArea{
    width: 100%;
    height: 87%;
    position: relative;
}

#whiteBg {
   position: fixed;
    z-index: -10;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    
    background: -webkit-linear-gradient(#ffffff , #e2dfd7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff , #e2dfd7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff , #e2dfd7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff , #e2dfd7); /* Standard syntax */
}

#darkBg {
    position: fixed;
    z-index: -10;
    height: 100%;
    width: 100%;
    
    background: -webkit-linear-gradient(#060613  , #000000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#060613 , #000000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#060613 , #000000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#060613 , #000000); /* Standard syntax */
    
    opacity: 0;
}

#imageBg{
    position: fixed;
    z-index: -10;
    height: 100%;
    width: 100%;
    opacity: 0; 
    
    background-image: url(../images/imageBg.jpg);
    background-size: cover;
    background-position: 50% 50%;
/*
     -webkit-filter:blur(50px);
    -moz-filter:blur(50px);
    -o-filter:blur(50px);
    filter:blur(50px);
*/
}



#allGameContainer{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#formBg{
    position: fixed;
    z-index: -10;
    height: 100%;
    width: 100%;
    opacity: 0; 
    
    background-image: url(../images/formBg.jpg);
    background-size: cover;
    background-position: 50% 50%;

}
#staticContainer {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    
}

.menuButtonContainer{
    z-index: 6;
}
.menuListContainer{
    z-index: 10;
}

.homeTitle {
    font-size: 9.5em;
    letter-spacing: 0.4em;
    text-align: center;
    font-family: "SamsungSharpSans-Rg";
    
    opacity: 0;
}

.homeTitle2 {
    font-size: 2.4em;
    margin: 0 auto;
    text-align: center;
    
    opacity: 0;
}


.homeTitleFinaleA{
    text-align: center;
    font-size: 2.5em; 
    opacity: 0;
     font-family:"SamsungIFRg";
     z-index: 3;
     
}

.homeTitleWinnersA{
	text-align: center;
    font-size: 2.5em; 
   opacity: 0;
     font-family:"SamsungIFRg";
     z-index: 3;
    padding-top: 1.8em;
}


.homeTitleWinnersContainer{
	width: 40%;
	opacity: 0;
	font-size: 1.8em;
	margin: 0 auto;
	display: block;
	padding-top: 1em;
	
}

.winnersLeft{
	width: 48%;
	display: block;
	float: left;
	text-align: center;
	
}

.winnersRight{
	width: 48%;
	display: block;
	float: right;
	text-align: center;
}

.winnersLeft strong,
.winnersRight strong{
	font-family:"SamsungIFBd";
	font-weight: normal;
}

.homeTitleWinnersB{
	text-align: center;
    font-size: 2em; 
    padding-top: 0.5em;
     font-family:"SamsungIFRg";
     z-index: 3;
     opacity: 0;
}

.homeTitleWinnersC{
	text-align: center;
    font-size: 2em; 
    padding-top: 1.5em;
     font-family:"SamsungIFBd";
     z-index: 3;
     opacity: 0;
   clear: both;
     
}

.homeTitleFinale{
    font-size: 2em;
    margin: 0 auto;
    text-align: center;
      padding-top: 1em;
    opacity: 0;
}

.winnersLine{
	width: 1px;
	height: 3.3em;
	background: #898887;
	position: absolute;
  left: 50%;
}


.homeTitleFinale strong{
  
    font-family:"SamsungIFBd";
    
}

.homeTitleFinale2{
	font-family:"SamsungIFBd";
	font-size: 2.4em;
	display: block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    opacity: 0;
	  background-color: #008ed5;
	  font-weight: normal;
	  padding-top: 0.6em;
  height: 4.88372093%;
  position: relative;
  z-index: 1500;
   width: 24%;
    color: #fff;
  
  transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */

}

.homeTitleFinale2:hover{
	

	 
	  background-color: #006699;
    transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}

.homeTitle3 {
    font-size: 2.8em;
    margin: 0 auto;
    text-align: center;
    margin-top: 1.5em;
}

.homeTitle3 span{
    font-family:"SamsungSharpSans-Bold";
}
.homeTitle4 {
    font-size: 2.1em;
    text-align: center;
    margin: 0.2em auto;
}

.homeImage2 {
    width: 100%;
    height: 57.79069767%;
    text-align: center;
    margin: 1em auto;
    background: url(../images/home2.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    background-position: 50% 50%;
}


.homeImage2 img{
    width: 100%;    
}


.homeTitle5 {
     font-size: 2em;
     text-align: center;
    margin: 1em  auto;
}
.homeTitle5 span{
    
    color: #0689d8;
}
.homeTitle5 strong{
    font-family:"SamsungSharpSans-Bold";
}

#homeButton {
    font-size: 2.4em;
  display: block;
  font-family: "SamsungIFBd";
  font-weight: normal;
  color: #fff;
  /* top: 80%; */
  width: 20.76923077%;
  /* left: 23.46153846%; */
  cursor: pointer;
  background-color: #008ed5;
  text-align: center;
  padding-top: 0.6em;
  height: 4.88372093%;
  position: relative;
  z-index: 7;
    
    margin: 0.3em auto;
    
     transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */

}

#homeButton:hover{
    color: #fff;
    background-color: #006699;
    transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}



#homeArrow {
    width: 2.076923077%;
    height: 2.093023256%;
    background-image: url(../images/homeArrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 1.5em auto;
    cursor: pointer;
    opacity: 0;
    position: relative;
    z-index: 7;
     transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */

}

#homeArrow:hover{
    opacity: .6;
    transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}



.homeImage {
    width: 83%;
  text-align: center;
  opacity: 0;
  margin: 0 auto;
}

.homeImage img{
    width: 100%;    
}


#logoIntro{
    opacity: 0;
}

.menuIcon{
	width: 23px;
	height: 19px;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	top:45px;
	left: 45px;
	opacity: 0;
    z-index: 9;
    
	 transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */

}

.menuIcon:hover{
	opacity: .6;
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}

.menuIcon span{
	display: block;
	width: 23px;
	height: 5px;
	background-color: #000;
	margin-bottom: 2px;
}


.menuIconLight{
    width: 23px;
	height: 19px;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	top:45px;
	left: 45px;
	opacity: 0;
    display: none;
     z-index: 9;
    
	 transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}

.menuIconLight:hover{
	opacity: .6;
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}
.menuIconLight span{
	display: block;
	width: 23px;
	height: 5px;
	background-color: #fff;
	margin-bottom: 2px;
}

.menuLayer{
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	z-index: 100;
    background: -webkit-linear-gradient(#ffffff , #e2dfd7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff , #e2dfd7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff , #e2dfd7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff , #e2dfd7); /* Standard syntax */
}

.menuLayer .menuContainer{
	width: 100%;
	height: 100%;	
	display: table;
	text-align: center;
    
}
.menuLayer ul{
	display: table-cell;
	margin: 0 auto;
	vertical-align: middle;
}

.menuLayer ul li{
	width: 26.92307692%;
	text-align: center;
	display: block;
	margin: 0 auto;
	padding-bottom: 1.2em;
	font-size: 3em;
    z-index: 12;
}

.menuLayer ul li a {
	color: #000;
	
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}

.menuLayer ul li a:hover {
	color: #0689d8;
	
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}

.menuLayer .close{
	width: 21px;
	height: 21px;
	position: absolute;
	top:45px;
	left: 45px;
	background-image: url(../images/closeBut.png);
	cursor: pointer;
	z-index: 9;
	 transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */

	
}
.menuLayer .close:hover{
	opacity: .6;
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}




.logoTop{
	
	  width: 28.5%;
	height: 100%;
	margin: auto;
    overflow: hidden;
    position: relative;
    opacity: 0;
}

.logoTopDark{
	background-image: url("../images/logoTop.png");
	width: 100%;
	height: 100%;
	margin: auto;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}
.logoTopLight{
	background-image: url("../images/logoTopWh.png");
	width: 100%;
	height: 100%;
	margin: auto;
    position: absolute;
    opacity: 0;
        
    background-repeat: no-repeat;
    background-size: cover;
}

#homeLogo{
    height: 73%;
    overflow: hidden;
}


.textGame1Container {
    position: absolute;
    top: 31%;
    left: 13%;
    text-align: right;
    width: 30.76923077%;
    z-index: 10;
}

.textGame1Container2 {
    position: absolute;
    top: 31%;
    left: 13%;
    text-align: right;
    width: 30.76923077%;
    z-index: 10;
}

.textGame4Container {
    position: relative;
    top: 2%;
    margin: 0 auto;
    text-align: center;
    width: 47.69230769%;
    color: #0689d8;
    z-index: 10;
}

.textGame5Container {
    position: relative;
    top: 2%;
    margin: 0 auto;
    text-align: center;
    width: 47.69230769%;
    color: #0689d8;
    z-index: 10;
}
.textGame1a {
    font-family: "SamsungIFRg";
    font-weight: normal;
    font-size: 3em;
    color: #fff;
    opacity: 0;
}
.textGame1b {
    font-family: "SamsungIFRg";
    font-weight: normal;
    font-size: 1.8em;
    color: #fff;
    opacity: 0;
    padding-top: 1em;
    
}
.textGame2a {
    font-family: "SamsungIFRg";
    font-weight: normal;
    font-size: 3em;
    color: #010101;
    
}
.textGame2b {
    font-family: "SamsungIFRg";
    font-weight: normal;
    font-size: 1.8em;
    color: #010101;
    padding-top: 1em;
    
}

.gameScreen1{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
}

.gameScreen2{
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
}
.gameScreen3{
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
}
.gameScreen4{
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
}
.gameScreen5{
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
}



.ani1{
	margin: auto;
	height: 94.7%;
	background: url("../images/screen1.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: block;
	vertical-align: middle;
	width: 30.3%;
	opacity: 0;
    top: 2%;
    position: absolute;
    left:35%;
}


.ani2{
	margin: auto;
	height: 94.7%;
	background: url("../images/screen2.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: block;
	vertical-align: middle;
	position: absolute;
	width: 30.3%;
	opacity: 0;
    top: 2%;
    position: absolute;
    left:35%;
}


.ani3{
	margin: auto;
	height: 94.7%;
	background: url("../images/screen3.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: block;
	vertical-align: middle;
	position: absolute;
	width: 30.3%;
	opacity: 0;
    top: 2%;
    position: absolute;
    left:35%;
}

.ani3b{
	margin: auto;
	height: 94.7%;
	background: url("../images/screen3-b.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: block;
	vertical-align: middle;
	position: absolute;
	width: 30.3%;
	opacity: 0;
    top: 2%;
    position: absolute;
    left:35%;
}

.ani4{
	margin: auto;
	height: 94.7%;
	background: url("../images/screen4.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: block;
	vertical-align: middle;
	position: absolute;
	width: 30.3%;
	opacity: 0;
    top: 2%;
    position: absolute;
    left:35%;
}

.aniBlue{
	margin: auto;
	height: 94.7%;
	background: url("../images/screen_blue.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: block;
	vertical-align: middle;
	position: absolute;
	width: 30.3%;
	opacity: 0;
    top: 2%;
    position: absolute;
    left:35%;
}

.aniGreen{
	margin: auto;
	height: 94.7%;
	background: url("../images/screen_green.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: block;
	vertical-align: middle;
	position: absolute;
	width: 30.3%;
	opacity: 0;
    top: 2%;
    position: absolute;
    left:35%;
}

.aniPurple{
	margin: auto;
	height: 94.7%;
	background: url("../images/screen_purple.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: block;
	vertical-align: middle;
	position: absolute;
	width: 30.3%;
	opacity: 0;
    top: 2%;
    position: absolute;
    left:35%;
}

.aniRed{
	margin: auto;
	height: 94.7%;
	background: url("../images/screen_red.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: block;
	vertical-align: middle;
	position: absolute;
	width: 30.3%;
	opacity: 0;
    top: 2%;
    position: absolute;
    left:35%;
}

.aniOrange{
	margin: auto;
	height: 94.7%;
	background: url("../images/screen_orange.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: block;
	vertical-align: middle;
	position: absolute;
	width: 30.3%;
	opacity: 0;
    top: 2%;
    position: absolute;
    left:35%;
}



.photoContainer{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
    overflow: visible;
    opacity: 0;
    top:12%;
   /*  z-index: 6; */
}


.photo{
	width: 5%;
	height: 7.558139535%;
	
	background-position: 50% 50%;
    margin: 0;
	margin-top: 1.8em;
	background-size: cover;
    position: relative;
    z-index: 6;
    left: 58.8%;
	border-radius: 50% 50%;
	border-width: 0.55em ;
}


#photoOrange{
	border-color: #ff662b;
	border-style: solid;
    background: url("../images/photoA.png");
    background-position: 50% 50%;
    background-size: cover;
}

#photoGreen{
	border-color: #00b393;
	border-style: solid;
    background: url("../images/photoB.png");
    background-position: 50% 50%;
    background-size: cover;
}

#photoBlue{
	border-color: #00b1ce;
	border-style: solid;
    background: url("../images/photoC.png");
    background-position: 50% 50%;
    background-size: cover;
}

#photoPurple{
	border-color: #d618dd;
	border-style: solid;
    background: url("../images/photoD.png");
    background-position: 50% 50%;
    background-size: cover;
}

#photoRed{
	border-color: #ff0006;
	border-style: solid;
    background: url("../images/photoE.png");
    background-position: 50% 50%;
    background-size: cover;
}

.photoContainerIcon {
    width: 1.923076923%;
    height: 2.906976744%;
    background: url("../images/photoIcon.png");
	background-position: 50% 50%;
    margin: 0;
	margin-top: 1.2em;
	background-size: cover;
    position: relative;
    left: 61.5%;
}

.socialContainer{
	  display: block;
  width: 150px;
  height: 22px;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  right: 13px;
  z-index: 30;
	
}
.socialDark{
	height: 22px;
	position: absolute;
	top:0;
	left: 0;
	
}
.socialLight{
	display: none;
	opacity: 0;
	height: 22px;
}
.socialContainer ul{
	
	display: block;
	position: absolute;
	top:0;
	left: 0;
	
	height: 22px;
	position: relative;
	z-index: 8;
}

.socialContainer ul li, .socialContainer ul li a  {
	height: 22px;
	width: 22px;
	display: block;
	margin-right: 15px;
	float: left;
	position: relative;
	z-index: 8;
}



.socialContainer ul li a.facebook{
	background: url(../images/facebook.png);	
	
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}

.socialContainer ul li a.facebook:hover{
	background: url(../images/facebookOver.png);
	
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
	
}

.socialContainer ul li a.facebookWh{
	background: url(../images/facebookWh.png);	
	
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}

.socialContainer ul li a.facebookWh:hover{
	background: url(../images/facebookOver.png);
	
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
	
}


.socialContainer ul li a.twitter{
	background: url(../images/twitter.png);	
	
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}

.socialContainer ul li a.twitter:hover{
	background: url(../images/twitterOver.png);	
	
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}

.socialContainer ul li a.twitterWh{
	background: url(../images/twitterWh.png);	
	
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}

.socialContainer ul li a.twitterWh:hover{
	background: url(../images/twitterOver.png);	
	
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}


.socialContainer ul li a.instagram{
	background: url(../images/instagram.png);
	
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */	
}

.socialContainer ul li a.instagram:hover{
	background: url(../images/instagramOver.png);	
	
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}

.socialContainer ul li a.instagramWh{
	background: url(../images/instagramWh.png);
	
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */	
}

.socialContainer ul li a.instagramWh:hover{
	background: url(../images/instagramOver.png);	
	
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}

.socialContainer ul li a.youtube{
	background: url(../images/youtube.png);
	
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */	
}

.socialContainer ul li a.youtube:hover{
	background: url(../images/youtubeOver.png);	
	
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}

.socialContainer ul li a.youtubeWh{
	background: url(../images/youtubeWh.png);
	
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */	
}

.socialContainer ul li a.youtubeWh:hover{
	background: url(../images/youtubeOver.png);	
	
	transition:  all 0.6s ease 0s;
	-moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
	-webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
	-o-transition:  all 0.6s ease 0s; /* Opera */
}

#gameButton1{
    display: none;
    font-family: "SamsungIFBd";
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    background-color: #008ed5;
    width: 36.75%;
    position: absolute;
    height: 20%;
    right: 0;
    font-size: 1.8em;
    text-align: center;
    padding-top: 0.9em;
    
    opacity:  0;
    
    margin-top: 1.2em;
    transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */
}
#gameButton1:hover{
     background-color: #006699;
    
    transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */
}
#gameButton2{
    display: block;
    font-family: "SamsungIFBd";
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    background-color: #008ed5;
    width: 36.75%;
    position: absolute;
    height: 23.75%;
    right: 0;
    font-size: 1.8em;
    text-align: center;
    padding-top: 0.75em;
    
    
    margin-top: 1.2em;
    transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */
}

#gameButton2:hover{
     background-color: #006699;
    
    transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */
}



#gameButton4a{
    
    display: block;
    font-family: "SamsungIFBd";
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    background-color: #008ed5;
    width: 33.75%;
    position: absolute;
    height: 12.5%;
    left: 13%;
    font-size: 1.8em;
    text-align: center;
    padding-top: 0.9em;
    margin-top: 0.7em;

    transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */

  
}

#gameButton4a:hover{
     background-color: #006699;
    
    transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */
}


#gameButton4b{
    
    display: block;
    font-family: "SamsungIFBd";
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    background-color: #008ed5;
    width: 33.75%;
    position: absolute;
    height: 12.5%;
    left: 52%;
    font-size: 1.8em;
    text-align: center;
    padding-top: 0.9em;
    margin-top: 0.7em;

    transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */

  
}

#gameButton4b:hover{
     background-color: #006699;
    
    transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */
}



#gameButton5a{
    
    display: block;
    font-family: "SamsungIFBd";
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    background-color: #008ed5;
    width: 33.75%;
    position: absolute;
    height: 15%;
    left: 13%;
    font-size: 1.8em;
    text-align: center;
    padding-top: 0.9em;
    margin-top: 0.7em;

    transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */

  
}

#gameButton5a:hover{
     background-color: #006699;
    
    transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */
}

#gameButton5b{
    
    display: block;
    font-family: "SamsungIFBd";
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    background-color: #008ed5;
    width: 33.75%;
    position: absolute;
    height: 15%;
    left: 52%;
    font-size: 1.8em;
    text-align: center;
    padding-top: 0.9em;
    margin-top: 0.7em;

    transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */

  
}

#gameButton5b:hover{
     background-color: #006699;
    
    transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */
}


.photoIconGrey{
        
}

#timerIndiContainer{
	height: 1%;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background: #c3c4c4;
	
}

#timerIndiContainer span{
	display: block;
	height: 100%;
	width: 0%;
	background-color: #008ed5;
}

#defaultCountdown{
	color:#008ed5;
	
	font-family:"SamsungIFRg";
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 100%;
	margin: 0px auto;
}




.birdNoBlur{
    background: url("../images/bird_noBlur.png");
    background-size: contain;  
    background-position: 50% 50%;
    width: 19.92307692%;
    height: 27.24097788%;
    background-repeat: no-repeat;
    width: 76.92%;
    height: 39.197%;
    position: absolute;
}
.bird{
    background: url("../images/bird.png");
    background-size: contain;  
    background-position: 50% 50%;
    width: 19.92307692%;
    height: 27.24097788%;
    background-repeat: no-repeat;
    width: 76.92%;
    height: 39.197%;
    position: absolute;
}


.contactsContainer {
    width: 7.076923077%;
    height: 100%;
    display: block;
    left: 67%;
    position: absolute;
    opacity: 0;
    z-index: 7;
}
#contactBut {
    display: block;
    position: relative;
    width: 100%;
    top: 6.519208382%;
    height: 16.06519209%;
    z-index: 7;
    opacity: 1;
    cursor: pointer;
/*    height: 21.42025612%;*/
    
    transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */
}
#contactBut:hover{
    opacity: 0.6;
    
    transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */
}
.cameraContainer {
    width: 7.076923077%;
    height: 100%;
    display: block;
    left: 31%;
    top: 7%;
    position: absolute;
}
#cameraBut {
    display: block;
    position: relative;
    width: 100%;
    top: 6.519208382%;
    height: 16.06519209%;
    z-index: 7;
    opacity: 1;
    cursor: pointer;
/*    height: 21.42025612%;*/
     transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */
}
#cameraBut:hover{
    opacity: 0.6;
    
    transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */
}
.shutterContainer {
    width: 7.076923077%;
    height: 100%;
    display: block;
    left: 39.8%;
    top: 7%;
    position: absolute;
}
#shutterBut {
    display: block;
    position: relative;
    width: 100%;
    top: 6.519208382%;
    height: 16.06519209%;
    z-index: 7;
    opacity: 1;
    cursor: pointer;
/*    height: 21.42025612%;*/
     transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */
}
#shutterBut:hover{
    opacity: 0.6;
    
    transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */
}
.contactsIcon {
    width: 100%;
    position: relative;
    height: 75%;
    background: url(../images/contacts.png);
    background-repeat: no-repeat;
    background-size: contain;
    
}

.cameraIcon {
    width: 100%;
    position: relative;
    height: 75%;
    background: url(../images/camera.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 6.519208382%;
}

.shutterIcon {
    width: 100%;
    position: relative;
    height: 75%;
    background: url(../images/shutter.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 6.519208382%;
}

.contactsText {
    position: relative;
    width: 100%;
    font-size: 1.05em;
    color: #8d8270 ;
}
.cameraText {
    position: relative;
    width: 100%;
    font-size: 1.05em;
    color: #8d8270 ;
}
.shutterText {
    position: relative;
    width: 100%;
    font-size: 1.05em;
    color: #8d8270 ;
}

.mobileGame2 {
    
	height: 94.7%;
	background: url("../images/screenGame2.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: block;
	vertical-align: middle;
	width: 30.3%;
	opacity: 0;
    top: 2%;
    position: absolute;
    left:49.8%;
    z-index: 3;
}

.mobileForm{
    height: 66.86046512%;
	background: url("../images/screenForm.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: block;
	vertical-align: middle;
	width: 40.30769231%;
	
    top: 6%;
    position: absolute;
    left:13%;
    z-index: 3;
}

.mobileGame2icons {
    
	height: 94.7%;
	background: url("../images/screenGame2b.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: block;
	vertical-align: middle;
	width: 30.3%;
	opacity: 0;
    top: 2%;
    position: absolute;
    left:49.8%;
    z-index: 7;
}

.cameraArea{
    height: 100%;
    background: #fff;
    width: 100%;
    display: block;
    position: absolute;
}

.mobileGameArea {
    top: 11.8%;
    left: 52.2%;
    width: 25.9%;
    height: 69.5%;
    display: block;
    position: absolute;
    overflow: hidden;
    z-index: 6;
}

.mobileGameAreaForBlur {
    top: 11.8%;
    left: 52.2%;
    width: 25.9%;
    height: 69.5%;
    display: block;
    position: absolute; 
    z-index: 1;
}

.mobileActionButton {
    height: 7.6%;
    background: url("../images/cameraBut.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    display: block;
    vertical-align: middle;
    width: 5.1%;
    opacity: 0;
    top: 72.2%;
    position: absolute;
    left: 62.59%;
    z-index: 8;
    cursor: pointer;
}
.mobileActionButton:hover {
    background: url("../images/cameraButOver.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    
}

.textGame2Container {
    position: absolute;
    top: 31%;
    left: 14%;
    text-align: right;
    width: 33%;
    z-index: 10;
}



.formContainer {
    width: 30.76923077%;
    position: absolute;
    left: 53%;
    height: 60%;
    top: 8%;
    text-align: left;
    z-index: 8;
}

.formTitle {
    font-family: "SamsungIFRg";
    font-weight: normal;
    font-size: 2.5em;
    color: #ffffff;
    opacity: 0;
}

.formText {
    font-family: "SamsungIFRg";
    font-weight: normal;
    font-size: 1.8em;
    color: #ffffff;
    opacity: 0;
    padding-top: 0.5em;
}



#formed{
    display: block;
    height: 100%;
}

#formed input{
    background-color: #0c233a;
    border: none !important;  
    color: #fff;
    
    display: block;
    font-size: 1.4em;
    width: 93%;
    padding:1em;
}
#formed input#fCode{
    width: 82%; 
}

#formText2 {
    width: 74.61538462%;
    text-align: left;
    font-size: 1.2em;
    color: #909092;
    position: absolute;
    left: 11%;
    top: 80%;
}
#formText2 a{
    color: #008ed5;
    position: relative;
    z-index: 9;
}
#acceptTermsLabel {
    display: block;
    position: relative;
    font-size: 1.2em;
    color: #d1d7df;
    padding-top: 0.2em;
}

#acceptTermsLabel a {
    text-decoration: none;
    color: #008ed5;
    
    transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */
}

#acceptTermsLabel a:hover{
	color: #ddd;
    
    transition:  all 0.6s ease 0s;
    -moz-transition:  all 0.6s ease 0s; /* Firefox 4 */
    -webkit-transition:  all 0.6s ease 0s; /* Safari and Chrome */
    -o-transition:  all 0.6s ease 0s; /* Opera */
}
#acceptTerms {
    height: 1.5em !important;
    width: 1.5em !important;
    background-color: #e8e9eb !important;
    float: left;
}

.codeInfo{
    display: block;
    position: absolute;
    width: 8%;
    height: 72.75%;
    background: url(../images/codeInfo.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 15%;
    left: 90%;
    
    cursor: pointer;
}

.codeInfo:hover{
    
    opacity:0.5;
}
#acceptPromo {
    float: left;
    height: 1.5em !important;
    width: 1.5em !important;
    background-color: #e8e9eb !important;
}

#acceptPromoLabel {
    display: block;
    position: relative;
    font-size: 1.2em;
    color: #d1d7df;

    padding-top: 0.2em;
}

#formSubmitButton {
    height: 13%;
    width: 70%;
    position: relative;
    display: block;
    padding: 0;
    font-family: "SamsungIFBd";
    font-weight: normal;
    color: #fff;
    top: 1em;
    left: 2.9em;
    background: none;
    background-color: #008ed5;
    font-size: 1.8em;
    padding-top: 0.3em;
    text-align: center;
    cursor: pointer;
    text-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
}

#formSubmitButton:hover{
	color: #fff;
    background-color: #006699;
    outline: none;
    border: none;
	text-shadow: none;
}
#formSubmitButton:selected{
	outline: none;
	border: none;
}

#acceptTermsFromTerms {
    position: absolute;
    display: block;
    font-family: "SamsungIFBd";
    font-weight: normal;
    color: #fff;
    top: 553px;
    width: 217px;
    left: 233px;
    cursor: pointer;
    background-color: #008ed5;
    text-align: center;
    padding-top: 25px;
    height: 42px;
      font-size: 1.8em;
}






.posPaizoMobile1 {

	margin: auto;
	height: 57.3255814%;
	background: url("../images/mobilePosPaizo1.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: block;
	vertical-align: middle;
	width: 43.69230769%;
	opacity: 1;
    top: 42.8%;
    position: absolute;
      left:47.15384615%;

}

#introScreen2 {
/*    display: none;*/
}

.alertMessageContainer {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
}
.alertMessageContainerInner{
    position: absolute;
    margin: 0 auto;
    top: 39%;
    width: 100%;
}

.alertMessage {
    background-color: #008ed5;
    font-family: "SamsungIFRg";
    font-weight: normal;
    font-size: 1.5em;
    margin: 0 auto;

    color: #fff;
    border-radius: 0.3em;
    padding: 1em 2em 1em 2em;

    width: 25%;
    /*
    left: 214px;
    top:460px;
    */
    text-align: left;
    position: relative;
}


.alertMessage .closeBut {
    color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	border-radius: 50% 50%;
	position: absolute;
	background-color: #1c1c1c;
	width: 12px;
	height: 18px;
	border: solid 2px #fff;
	top: -10px;
	right: -10px;
	cursor: pointer;
	font-size: 12px;
	padding-left: 6px;
	text-align: left;
	padding-top: 0px;
    
  
}

.alertMessage strong {
  font-family: "SamsungIFBd";
  font-weight: normal;
  font-size: 1.7em;
  padding-bottom:0.3em ;
  display: block;
}

.alertMessage .closeBut:hover{
    background-color: #008ed5;
}


.alertMessage .nextBut {
    font-family: "SamsungIFRg";
    font-weight: normal;
    color: #fff;
    outline: solid 1px #fff;
    display: inline-block;
    padding: 0.3em 0.6em 0.3em 0.6em;
    font-size: 0.9em;
    margin-bottom: 0.5em;
    margin-top: 0.6em;
    white-space: pre-line;
    background-color: #008ed5;
    cursor: pointer;
}

.alertMessage .nextBut:hover{

    background-color: #1c1c1c;
}
.textGame4a {
    font-family: "SamsungIFRg";
    font-weight: normal;
    font-size: 2em;
}

.textGame4b {
     font-family: "SamsungIFRg";
    font-weight: normal;
    font-size: 11em;
}

.textGame4c {
    font-family: "SamsungIFRg";
    font-weight: normal;
    font-size: 2.4em; 
    position: relative;
  margin-top: -0.5em;
  display: block;
}

.textGame4c strong{
     font-family: "SamsungIFBd";
    font-weight: normal;
}

.thanksMobile {
    
	height: 72.09302326%;
	background: url("../images/thanksMobile.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: block;
	vertical-align: middle;
	width: 91.15384615%;
	opacity: 0;
    top: 30%;
    position: absolute;
    left:4%;
    z-index: 3;

}


.errorMessage{
	font-family: "SamsungIFRg";
	font-weight: normal;
	color: #444;
	border-radius: 0.5em;
	padding: 1em 2em 1em 2em;
	font-size: 1.1em;
	width: 62%;
	background-color: #fff;
	position: absolute;
	z-index: 10;
    bottom: 84%;
    left: 23%;
}

.checkboxContainer{
     width: 100%;
    position: relative;
    
}

.checkboxContainer .errorMessage{
      left: -3%;
  bottom: 102%;
}


#messageNameRequired, #messageSurnameRequired, #messageTelephoneRequired, #messageTelephoneWrong, #messageEmailRequired, #messageEmailWrong, #messageCode, #messageAcceptTerms{
	display: none;
}




.errorMessage .arrow {
  border-style: none;
  width: 0px;
  height: 0px;
   border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 95%;
  left: 7%;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
    

.errorMessage .arrowBot {
  border-style: none;
  width: 0px;
  height: 0px;
   border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 95%;
  left: 7%;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.formContainer .inputContainer {
    width: 100%;
    display: block;
    margin-top: 0.5em;
    position: relative;
      background-color: #0c233a;
}




.errorMessage .closeBut{

  
  
  color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	border-radius: 50% 50%;
	position: absolute;
	background-color: #1c1c1c;
	width: 12px;
	height: 18px;
	border: solid 2px #fff;
	top: -10px;
	right: -10px;
	cursor: pointer;
	font-size: 12px;
	padding-left: 6px;
	text-align: left;
	padding-top: 0px;
}


.errorMessage .closeBut:hover{
    background-color: #008ed5;
}

.textGame4a #timeContainer {
    display: inline;
}
















/*gifts */






#sectionGifts1
{
    width: 100%;    
    height: 768px;   
    position: relative;
    background: -webkit-linear-gradient(#ffffff , #e2dfd7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff , #e2dfd7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff , #e2dfd7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff , #e2dfd7); /* Standard syntax */
}


#sectionGifts2
{
    width: 100%;
    height: 408px;
    background-color: #ffff;
    position: relative;
}

#sectionGifts3
{
    position: relative;

    width: 100%;
    height: 658px;

    background-image: url(../images/giftsBgSection3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 1600px)
{
    #sectionGifts3
    {
        background-size: auto;
    }
}



#giftslogoTop
{
    position: absolute;
    right: 0;
    left: 0;

    width: 450px;
    height: 173px;
    margin-right: auto;
    margin-left: auto;
}



.giftMiddleContainer
{
    position: relative;

    width: 1100px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}


#giftsHeaderSection1
{
    font-family: "SamsungIFRg";
    font-size: 30px;
    position: absolute;
    top: 163px;
    display: block;
    width: 100%;
    text-align: center;
}

#giftsHeaderSection2
{
    font-family: "SamsungIFRg";
    font-size: 22px;
    position: absolute;
    top: 210px;
    display: block;
    width: 100%;
    text-align: center;
}

#gift1TextHeader{
    font-family: "SamsungIFRg";
    font-size: 24px;

    position: absolute;
    top: 409px;
    left: 20px;

    width: 530px;
    height: 30px;

    text-align: left;

}


#gift1Text
{
    font-family: "SamsungIFRg";
    font-size: 16px;

    position: absolute;
    top: 457px;
    left: 20px;

    width: 510px;
    height: 190px;

    text-align: left;
}


#gift1Img
{
    position: absolute;
    top: 256px;
    right: 30px;
}


#gift1Icon
{
    position: absolute;
    top: 270px;
    left: 20px;
}


#gift2Img
{
    position: absolute;
    top: 21px;
    left: 0px;
}


#gift21Icon
{
    position: absolute;
    top: 35px;
    left: 680px;
}


#gift22Icon
{
    position: absolute;
    top: 35px;
    left: 815px;
}


#gift2TextHeader{
    font-family: "SamsungIFRg";
    font-size: 24px;

    position: absolute;
    top: 179px;
    left: 680px;

    width: 330px;
    height: 30px;

    text-align: left;
}


#gift2Text
{
    font-family: "SamsungIFRg";
    font-size: 16px;

    position: absolute;
    top: 232px;
    left: 680px;

    width: 400px;
    height: 110px;

    text-align: left;
}


#gift31Icon
{
    position: absolute;
    top: 20px;
    left: 20px;
}


#gift32Icon
{
    position: absolute;
    top: 20px;
    left: 130px;
}

#gift3TextHeader
{
    font-family: "SamsungIFRg";
    font-size: 24px;

    position: absolute;
    top: 164px;
    left: 20px;

    width: 375px;
    height: 30px;

    text-align: left;
}


#gift3Text
{
    font-family: "SamsungIFRg";
    font-size: 16px;

    position: absolute;
    top: 205px;
    left: 20px;

    width: 625px;
    height: 110px;

    text-align: left;
}




/*tests*/







#sectionTests1
{
    width: 100%;    
    height: 765px;   
    position: relative;
    background: -webkit-linear-gradient(#ffffff , #e2dfd7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff , #e2dfd7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff , #e2dfd7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff , #e2dfd7); /* Standard syntax */
}


#sectionTests2
{
    width: 100%;
    height: 640px;
    background-color: #ffff;
    position: relative;
}




#testslogoTop
{
    position: absolute;
    right: 0;
    left: 0;

    width: 450px;
    height: 173px;
    margin-right: auto;
    margin-left: auto;
}



.testsMiddleContainer
{
    position: relative;

    width: 1100px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}


#testsHeaderSection1
{
    font-family: "SamsungIFRg";
    font-size: 30px;

    position: absolute;
    top: 186px;

    display: block;

    width: 100%;

    text-align: center;
}

#testsHeaderSection12
{
    font-family: "SamsungIFRg";
    font-size: 20px;

    position: absolute;
    top: 233px;

    display: block;

    width: 100%;

    text-align: center;
}

#test1TextHeader{
    font-family: "SamsungIFRg";
    font-size: 24px;

    position: absolute;
    top: 409px;
    left: 20px;

    width: 235px;
    height: 30px;

    text-align: left;

}


#test1Text
{
    font-family: "SamsungIFRg";
    font-size: 16px;

    position: absolute;
    top: 550px;;
    left: 20px;

    width: 510px;
    height: 190px;

    text-align: left;
}


#test1Img
{
    position: absolute;
    bottom: 0px;
    right: 30px;
}

#test1SitesAthens
{
    font-family: "SamsungIFBd";
    font-size: 16px;

    position: absolute;
    top: 457px;
    left: 20px;

    width: 205px;
    height: 40px;

    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #e5e1d8;
}

#test2SitesAthens
{
    font-family: "SamsungIFBd";
    font-size: 16px;

    position: absolute;
    top: 457px;
    left: 240px;

    width: 200px;
    height: 40px;
}




#test1Icon
{
    position: absolute;
    top: 270px;
    left: 20px;
}


#test2Img
{
    position: absolute;
    bottom: 35px;
    left: 20px;
}


#test2Icon
{
    position: absolute;
    top: 35px;
    left: 630px;
}



#test2TextHeader{
    font-family: "SamsungIFRg";
    font-size: 24px;

    position: absolute;
    top: 179px;
    left: 630px;

    width: 330px;
    height: 30px;

    text-align: left;
}


#test2Text
{
    font-family: "SamsungIFRg";
    font-size: 16px;

    position: absolute;
    top: 290px;
    left: 630px;

    width: 445px;
    height: 190px;

    text-align: left;
}


#test2SitesSalonica
{
    font-family: "SamsungIFBd";
    font-size: 16px;

    position: absolute;
    top: 232px;
    left: 630px;

    width: 200px;
    height: 40px;
}







/*tutorial*/






#sectionTutorial1
{
    width: 100%;    
    height: 775px;   
    position: relative;
    background: -webkit-linear-gradient(#ffffff , #e2dfd7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff , #e2dfd7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff , #e2dfd7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff , #e2dfd7); /* Standard syntax */
}


#sectionTutorial2
{
    width: 100%;
    height: 510px;
    background-color: #1a2330;
    position: relative;
}

#sectionTutorial3
{
    position: relative;

    width: 100%;
    height: 555px;

    background-image: url(../images/tutorialBgSection3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}

#sectionTutorial4
{
    position: relative;

    width: 100%;
    height: 520px;

    background-image: url(../images/tutorialBgSection4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}




#tutoriallogoTop
{
    position: absolute;
    right: 0;
    left: 0;

    width: 450px;
    height: 173px;
    margin-right: auto;
    margin-left: auto;
}



.tutorialMiddleContainer
{
    position: relative;

    width: 1100px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}


#tutorialHeaderSection1
{
    font-family: 'SamsungIFRg';
    font-size: 30px;
    line-height: 20px;

    position: absolute;
    top: 194px;

    display: block;

    width: 100%;

    text-align: center;
}




#tutorial1Img
{
    position: absolute;
    top: 345px;
    right: 0;
    left: 0;

    margin-right: auto;
    margin-left: auto;
}


#tutorial2Img
{
    position: absolute;
    bottom: 0;
    right: 20px;

}



#tutorial2TextHeader
{
    font-family: 'SamsungIFBd';
    font-size: 24px;

    position: absolute;
    top: 179px;
    left: 20px;

    width: 330px;
    height: 30px;
    padding-left: 10px;

    text-align: left;

    color: #f3f2ef;
}



#tutorial2Text
{
    font-family: 'SamsungIFRg';
    font-size: 16px;

    position: absolute;
    top: 232px;
    left: 20px;

    width: 450px;
    height: 150px;

    text-align: left;

    color: #f3f2ef;
}


#tutorial2Text ul{
    list-style: disc url(../images/tutorial2ListImage.png)!important; 
}


#tutorial2Text ul li{
    margin-bottom: 15px; 
    display: list-item!important;
    list-style: disc url(../images/tutorial2ListImage.png)!important; 
    padding-left: 10px;
}



#tutorial3Img
{
    position: absolute;
    bottom: 30px;
    left: 20px;

}



#tutorial3TextHeader
{
    font-family: 'SamsungIFBd';
    font-size: 24px;

    position: absolute;
    top: 179px;
    right: 40px;

    width: 440px;
    height: 30px;

    text-align: left;

    color: #000000;
}



#tutorial3Text
{
    font-family: 'SamsungIFBd';
    font-size: 16px;

    position: absolute;
    top: 232px;
    right: 40px;

    width: 450px;
    height: 150px;

    text-align: left;

    color: #000000;
}


#tutorial3Text ul{
    list-style: disc url(../images/tutorial3ListImage.png)!important; 
}


#tutorial3Text ul li{
    margin-bottom: 15px; 
    display: list-item!important;
    list-style: disc url(../images/tutorial3ListImage.png)!important; 
    padding-left: 10px;
}


#tutorial4Img
{
    position: absolute;
    bottom: 30px;
    right: 50px;

}



#tutorial4TextHeader
{
    font-family: 'SamsungIFBd';
    font-size: 24px;

    position: absolute;
    top: 179px;
    left: 20px;

    width: 330px;
    height: 30px;
    padding-left: 10px;

    text-align: left;

    color: #f3f2ef;
}



#tutorial4Text
{
    font-family: 'SamsungIFRg';
    font-size: 16px;

    position: absolute;
    top: 232px;
    left: 20px;

    width: 450px;
    height: 150px;

    text-align: left;

    color: #f3f2ef;
}


#tutorial4Text ul{
    list-style: disc url(../images/tutorial2ListImage.png)!important; 
}


#tutorial4Text ul li{
    margin-bottom: 15px; 
    display: list-item!important;
    list-style: disc url(../images/tutorial2ListImage.png)!important; 
    padding-left: 10px;
}

.textGame5a {
     font-family: "SamsungIFRg";
    font-weight: normal;
    font-size: 10em;
}

.textGame5b {
      font-family: "SamsungIFRg";
  font-weight: normal;
  font-size: 2.7em;
  position: relative;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  display: block;
}
.textGame5c {
    font-family: "SamsungIFRg";
    font-weight: normal;
    font-size: 2.7em; 
    position: relative;
  margin-top: -0.5em;
  display: block;
}
