/* CSS Document */

@import url('//fonts.googleapis.com/css?family=Roboto:300,400&subset=greek,greek-ext');


html, body {
	height: 100%;
	min-height:100%;
	-webkit-text-size-adjust:none;
	-webkit-font-smoothing: antialiased !important;
	background:#fff;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}


body{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:300;
}

body.locked{
	overflow:hidden;
}

a {
	text-decoration: none;
	outline: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:300;
}


.clear {
	clear: both;
}

ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

strong,
b{
	font-weight:400;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6,
p {
	margin: 0px;
	padding: 0px;
	font-weight: 300;
}


#wrapper {
	position: relative;
	width:100%;
	min-height:100%;
	padding: 0px;
	margin: 0 auto 0 auto;
	padding:0px 0 0px 0;
	padding:0 0 0px 0;
}



* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline:none;
}

.mob{
	display:none;
}

::-webkit-input-placeholder {
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=1);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	color:#000;
}
::-moz-placeholder {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=1);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	color:#000;
}
:-ms-input-placeholder {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=1);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	color:#000;
}
:-moz-placeholder {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=1);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	color:#000;
}

/* //////////////////////////////////////////////// */




.header{
	height:50px;
	text-align:center;
	line-height:50px;
}

.header .menu a{
	margin:0 10px 0 10px;
}

.main{
	position:relative;
	min-height:100vh;
	background-repeat:no-repeat;
	background-position:center top;
}

.logo{
	position:absolute;
	top:20px;
	top:50px;
	left:30px;
	z-index:20;
}

.form-hold{
	max-width:500px;
	margin:0 auto 0 auto;
	padding:0px 10px 0px 10px;
	text-align:center;
}

.form-hold h1{
	font-size:28px;
	color:#000;
	font-weight:bold;
	padding:0 0 20px 0;
}

.form-hold .description{
	font-size:16px;
	color:#000;
	
}


.form-hold .form,
.form-hold .pop-form{
	padding:40px 0 20px 0;
}

.form-hold .row{
	padding:0 60px 15px 60px;
	text-align:left;
	position:relative;
}

.form-hold .row.question{
	padding:0 0 40px 0;	
	font-size:16px;
}

.form-hold .row.question input[type="text"]{
	font-size:18px;
	text-align:center;
}

.form-hold .row .min-label{
	position:absolute;
	margin:-10px 0 0 0;
	font-size:12px;
	opacity: 0;
	
	-webkit-transition: opacity 300ms; 
	   -moz-transition: opacity 300ms; 
	     -o-transition: opacity 300ms; 
	        transition: opacity 300ms; 
}

.form-hold .row .min-label-textarea{
	margin:-15px 0 0 0;
}

.form-hold .row.active .min-label{
	opacity: 1;
}

.form-hold .row.active input[type="text"]{
	
}

.form-hold .row.active input[type="text"]::-webkit-input-placeholder {
	opacity: 0;
}
.form-hold .row.active input[type="text"]::-moz-placeholder {
  opacity: 0;
}
.form-hold .row.active input[type="text"]:-ms-input-placeholder {
  opacity: 0;
}
.form-hold .row.active input[type="text"]:-moz-placeholder {
  opacity: 0;
}


.form-hold .row label{
	display:block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #000;
	padding:0 0 5px 0;
}

.form-hold .row .field-description{
	text-align:center;
	padding:10px 0 0 0;
}

.form-hold .row.checkboxes{
	padding:0 60px 20px 90px;
}

.form-hold .row .image-field img{
	width:100%;
	height:auto;
}

.form-hold .row.checkboxes .prettycheckbox{
		float:left;
		margin:0 0 0 -30px;
}


.form-hold .row.terms,
.form-hold .row.terms a,
.form-hold .row.checkboxes,
.form-hold .row.checkboxes a{
	font-size: 11px;
}

.form-hold .row.terms a{
	text-decoration:underline;	
}

.form-hold .row label sup{
	color:#ff0000;
}

.form-hold .row input[type="text"],
.form-hold .row textarea,
.form-hold .row .emoji-field,
.form-hold .row .sticker-field{
	display:block;
	width:100%;
	border:0px;
	border-bottom:1px solid #088c77;
	background:none;
	padding:5px 10px 5px 10px;
	line-height:normal;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:300;
	-webkit-transition: background 200ms; 
	   -moz-transition: background 200ms; 
	     -o-transition: background 200ms; 
	        transition: background 200ms; 
}



.form-hold .row textarea{
	border:1px solid #088c77;
	line-height:normal;
	padding:10px 10px 10px 10px;
}

.form-hold .row .emoji-field,
.form-hold .row .sticker-field{
	text-align:center;
	line-height:30px;
	height:45px;
	overflow:hidden;
}

.form-hold .row .sticker-field{
	height:80px;	
}

.form-hold .row input[type="text"]:focus,
.form-hold .row textarea:focus{
	
}

.form-hold .row.captcha input[type="text"]{
	background:#dfdfdf;
	border:0px;
	width:100%;
	border-bottom:1px solid #dfdfdf;
	color:#000;
}


.captcha img{
	display:block;
	height:30px;
	width:70px;
}



.form-hold .row.captcha{
	font-size:0px;
	padding-bottom:40px;
}

.form-hold .row.captcha .col{
	display:inline-block;
	vertical-align:bottom;
	width:70px;
	font-size:15px;
}

.form-hold .row.captcha .col label{
	font-size:12px;
}

.form-hold .row.captcha .col.last{
	width:calc(100% - 70px);
	padding:0 0 0 15px;
}

.form-hold .row input[type="text"].error,
.form-hold .row textarea.error,
.form-hold .row .emoji-field.error,
.form-hold .row .sticker-field.error{
	border-color:#ff0000;
}

.form-hold .row textarea{
	height:100px;	
}

.form-hold .submit,
.lightbox .content .text a.submit{
	display:block;
	width:160px;
	border:0px;
	height:35px;
	line-height:35px;
	font-size: 14px;
	text-decoration:none;
	color:#fff;
	margin:30px auto 0 auto;
	
	-ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    
	-webkit-transition: background 200ms; 
	   -moz-transition: background 200ms; 
	     -o-transition: background 200ms; 
	        transition: background 200ms; 
}


.form-hold .submit span{
	display:block;
	-ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}

.form-hold .submit:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=0.9);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.form-hold .submit.img-button{
	width:auto;
	height:auto;
	-ms-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
    background:none;
    display:inline-block;
    padding:0px;
}

.form-hold .submit.img-button img{
	display:block;
	margin:0px;
	padding:0px;
}

.gifts-hold img{
	display:block;
	margin:0 auto 0 auto;
	width:960px;
	height:auto;
}


.required-copy{
	padding:0px 0 35px 0;
	font-size:10px;
	color:#828282;
}


.lightbox .required-copy{
	padding-top:20px;
}

.winners-hold{
	text-align:left;
	line-height:26px;
	font-size: 16px;
    color: #000;
}

.winners-hold.center{
	text-align:center;
	padding:40px 0 40px 0;
}

.winners-hold.center a{
	text-decoration:underline;
	font-size:18px;
}

.winners-hold ul li,
.terms-hold ul li{
	list-style-type:disc;
	margin:0 0 0 15px;
}

.winners-hold ol li,
.terms-hold ol li{
	list-style-type:decimal;
	margin:0 0 0 15px;
}

.terms-hold{
	text-align:left;
	line-height:16px;
	font-size: 12px;
    color: #000;
}

.error-message{
	
	text-align:center;
	color:#ff0000;
	margin:20px auto 20px auto;
	width:350px;
	
}

.lightbox{
	position:fixed;
	/*background:rgba(0,0,0,0.4);*/
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 1000;
	display:none;
}

.lightbox.active{
	display:block;
}

.lightbox .content{ 
	position:absolute;
	top:10%;
	left:50%;
	width:80%;
	max-width:700px;
	background:rgba(255,255,255,0.95);
	height:80%;
	
	-ms-transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);

	padding:50px;
	
	z-index: 10;
}

.lightbox#complete .content{
	width:auto;
	height:auto;
	background:none;
	max-width:5000px;
}


.lightbox .backclose{ 
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	z-index: 1;
}
.lightbox .content h5{ 
	font-size: 24px;
	font-weight:400;
	padding:0 0 20px 0;
}

.lightbox .content .text{ 
	font-size: 13px;
	overflow:auto;
	position:relative;
	height:90%;
	padding:0 20px 0 0;
}

.lightbox .content .text a{
	font-size: 12px;
	text-decoration:underline;
}

.lightbox .close{
	position:absolute;
	right:20px;
	top:20px;
	background: url("https://www.gregorys-contests.gr/app/assets/images/icon-full-spec-close.png") no-repeat center center;
	width: 21px;
	height: 21px;
}

.lightbox .content .text p{
	padding:0px 0 10px 0;
}

.lightbox .content .text b,
.lightbox .content .text strong{
	font-weight:600;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table
}
.clearfix:after {
	clear: both
}
.clearfix {
	*zoom: 1
}

.prettycheckbox, .prettyradio {
	display: inline-block;
	padding: 0;
	margin: 0 3px -6px 0;
	position:relative;
}
.prettycheckbox > a, 
.prettyradio > a {
	height: 20px;
	width: 20px;
	display: block;
	float: left;
	cursor: pointer;
	margin: 0;
	border:1px solid #088c77;
	background:none;
}

.prettyradio > a {
	border-radius: 50%;
}

.error .prettycheckbox > a, .error .prettyradio > a {
	border-color:#ff0000;
}
.prettycheckbox > a:focus, .prettyradio > a:focus {
	outline: 0 none
}
.prettycheckbox label, .prettyradio label {
	display:none !important;
}

.error .prettycheckbox > a.checked{
	border-color:none;
}

.prettycheckbox > a.checked:after {
	content:"✓";
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	line-height:25px;
	font-size:20px;
}

.prettyradio > a.checked:after {
	content:"";
	position:absolute;
	left:20%;
	top:20%;
	width:60%;
	height:60%;
	border-radius: 50%;
}

.intro img,
.gifts img{
	display:block;
	margin:0 auto 0 auto;
}



.gen-content{
	margin:0 auto 0 auto;
	width:400px;
	padding:100px 0 0 0
}

.footer{
	padding:20px;
	text-align:center;
}

.footer a{
	font-size:15px;	
}

#edit-data .details-edit{
	display:none;
}

#edit-data .item-edit .details-edit{
	display:block;
}

#edit-data .item-edit .details{
	display:none;
}

#edit-data .items{
	border-top:1px solid #DCDFE4;
}

#edit-data .items .item{
	border-bottom:1px solid #DCDFE4;
	padding:15px 0 15px 0;
	line-height:30px;
}

#edit-data .details,
#edit-data .details-edit{
	width:calc(100% - 100px); 
}

#edit-data .buttons{
	float:right;
	width:60px;
}


#edit-data .item-edit .buttons a{
	display:none;
}

#edit-data .item-edit .buttons a.update{
	display:block;
}

#edit-data .item-edit .buttons a.update{
	display:block;
}

#edit-data .buttons a{
	display:inline-block;
	width:20px;
	height:30px;
	background: url("https://www.gregorys-contests.gr/app/assets/images/edit.svg") no-repeat center center;
	background-size:contain;
	margin:0 0 0 5px;
}

#edit-data .buttons a.delete{
	background-image: url("https://www.gregorys-contests.gr/app/assets/images/delete.svg");
}


#edit-data .buttons a.update{
	background-image: url("https://www.gregorys-contests.gr/app/assets/images/submit.svg");
	display:none;
}

#edit-data .details-edit input[type="text"]{
	width:48%;
	height:30px;
	border:1px solid #dfdfdf;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #000;
	background: rgba(255,255,255,0.4);
}

.delete-user-data,
.download-user-data{
	font-weight:400;
	text-decoration:underline;
}

@media screen and (max-width: 1200px) {
	.logo img{
		height: 120px;
		width:auto;
	}		
}





.cookie_wrapper br {
    display: none;
}

#cookiepopup {
    border-radius: 0;
    bottom: 0;
    display: none;
    height: auto;
    overflow: hidden;
    position: fixed;
    right: 0%;
    bottom: 0px;
    width: 40%;
    max-width:500px;
    z-index: 5000;
   background:rgba(255,255,255,0.90);
    -webkit-box-shadow: 7px 5px 18px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 7px 5px 18px 0px rgba(0,0,0,0.4);
	box-shadow: 7px 5px 18px 0px rgba(0,0,0,0.4);
}
#cookiepopup *, #cookiepopup *:before, #cookiepopup *:after {
    box-sizing: border-box;
   
} 
.cookie_content p {
	 text-align: left;
}

.cookie_content h2{
    font-size: 20px;
    color:#000;
    padding-bottom:10px;
}

.cookie_wrapper {
    
    font-size: 13px;
    line-height:19px;
    color:#2d3e50;
    padding: 20px 30px 20px 20px;
   /* position: relative;*/
    text-align: left;
   /* width: 640px;*/
    position:relative;
}
.cookie_wrapper_bg {
   
}
.cookie_content {
    font-size: 13px;
    line-height:19px;
    color:#000; 
}





.cookie_closebtn{
	position:absolute;
	right:10px;
	top:10px;
	background: url("https://www.gregorys-contests.gr/app/assets/images/icon-full-spec-close.png") no-repeat center center;
	background-size:contain;
	width:21px;
	height:21px;
}


.cookie_btn_wrapper{
	position: relative;
	clear: both;
       text-align:left;
      padding:20px 0 0 0;
}

#cookie_info{
	display: none;
}





.cookie_btn.cookie_accept,
.cookie_btn.cookie_info{
  
  behavior:none;
	
	height:	40px;
    line-height:40px;
    padding:0 20px 0 20px;
    border:0px;
    color:#fff;
	font-size:14px;         
	background:#000;
	text-align:center;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display:inline-block;
	vertical-align: top;
	text-decoration:none !important;
}

.cookie_btn_more{
	 behavior:none;
	display:inline-block;
	vertical-align: top;
	height:	40px;
    line-height:40px;
     padding:0 20px 0 20px;
    border:0px;
    color:#000;
	font-size:14px;         
	border:1px solid #000;
	text-align:center;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin:0 0 0 10px;
	text-decoration:none !important;
}




.pop-emoji,
.pop-sticker{
	position:absolute;
	background:#fff;
	padding:10px;
	left:50%;
	width:400px;
	margin:5px 0 0 0;
	-ms-transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
	text-align:center;
	
	-webkit-box-shadow: 7px 5px 18px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 7px 5px 18px 0px rgba(0,0,0,0.4);
	box-shadow: 7px 5px 18px 0px rgba(0,0,0,0.4);
	z-index:100;
	display:none;
}

.pop-emoji::after,
.pop-sticker::after{
	display:block;
	content:"";
	position:absolute;
	left:50%;
	top:-10px;
	-ms-transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;	  
	border-bottom: 10px solid #fff;
}

.form-hold .row .emoji-field img,
.form-hold .row .sticker-field img{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0px 0;
}

.form-hold .row	.sticker-field span{
	line-height:110px;
}

.form-hold .row .sticker-field img{
	max-height:70px;	
}

.pop-emoji a,
.pop-sticker a{
	display:inline-block;
	vertical-align:middle;
	margin:5px;
}

.pop-sticker a img{
	max-width:100px;
}

#consent-use .content h5{
	text-align:center;
}

#consent-use .content .text{
	
}

#consent-use .content .accept-box{
	text-align:center;
	padding:20px 0 20px 0;
	font-size:23px;
	color:#a7a9ac;
	font-weight:400;
	font-weight:bold;
}

#consent-use .content .accept-box a{
 display:inline-block;
 vertical-align:middle;
 width:24px;
 height:24px;
 border:3px solid #a7a9ac;
 margin:0 3px 5px 0;
 position:relative;
}

#consent-use .content .accept-box a.active::after{
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	left:50%;
	top:50%;
	margin:-5px 0 0 -5px;
	background:#000;
}

#consent-use .content .text{
	height:calc(90% - 50px);
}





.lightbox .form-hold .row input[type="text"], 
.lightbox .form-hold .row textarea, 
.lightbox .form-hold .row .emoji-field,
.lightbox .form-hold .row .sticker-field,
.lightbox .form-hold .row .field-description,
.lightbox .form-hold .row.terms, 
.lightbox .form-hold .row.terms a,
.lightbox .form-hold .row label,
.lightbox .form-hold .submit, 
.lightbox .content .text a.submit{
	color:#000;
}


.lightbox .form-hold .row input[type="text"], 
.lightbox .form-hold .row textarea{
	border-color:#000;
}

.youtube-video iframe{
	margin:0 auto 0 auto;
	display:block;
}


.slideshow{
	width:100%;
	display:block;
	margin:0 auto 0 auto;
	position:relative;
}

.slideshow .item img{
	width:100%;
	height:auto;
}

.slideshow .next,
.slideshow .prev{
	position:absolute;
	left:20px;
	top:50%;
	-ms-transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
	z-index: 20;
}

.slideshow .next{
	left:auto;
	right:20px;
}



.main-menu{
	background:#fff;
	height:40px;
	line-height:40px;
	text-align:center;
	
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index: 50;
	text-align:center;
	padding:0 20px 0 20px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	
}

.main-menu a{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 10px;
	font-size:14px;
	color:#000;
}






.burger-menu{
	display:block;
	position:fixed;
	top:10px;
	right:10px;
	height:60px;
	width:60px;
	line-height:60px;
	z-index: 51;
	display:none;
}

.burger-menu span{
	position:absolute;
	top:50%;
	left:50%;
	width:32px;
	height:4px;
	background:#000;
	display:block;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	-webkit-transition: all 700ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	   -moz-transition: all 700ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	     -o-transition: all 700ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	        transition: all 700ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	   -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
}

.burger-menu span:nth-child(1){
	margin:-10px 0 0 0;
}

.burger-menu span:nth-child(3){
	margin:10px 0 0 0;
}

.burger-menu.active span{
	opacity:0;
}

.burger-menu.active span:nth-child(1){
	opacity:1;

	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	margin:0px 0 0 0;
}

.burger-menu.active span:nth-child(3){
	opacity:1;

	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	margin:0px 0 0 0;
}



.form-hold .question-field{
	padding: 20px 0;
	text-align: center;

}
.form-hold .question-field .question-title{
	font-size: 20px;
	padding: 0 0 10px 0;
	font-weight: 400;
}

.form-hold .question-field .items{
	font-size: 0px;
}

.form-hold .question-field .items .item{
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	padding: 5px 10px;
}

.form-hold .question-field.question-type-vertical .items{
	text-align: left;
}

.form-hold .question-field.question-type-vertical .items .item{
	display: block;
}