@font-face {
    font-family: 'Aka-AcidGR-Cord';
    src: url('../fonts/Aka-AcidGR-Cord.woff2') format('woff2'),
        url('../fonts/Aka-AcidGR-Cord.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap&subset=greek');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap&subset=greek');

@viewport {
	min-zoom: 0.5;
	max-zoom: 2;
}


/* responsive type ---------------------------------------------------------- */
html {
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
}

@include media-breakpoint-up(sm) {
  html {
	font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
	font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
	font-size: 1.6rem;
  }
}
/* -------------------------------------------------------------------------- */



/*
GENERIC
*/
html ,
body {
	min-height: 100vh;
}

body {
	background-color: #FAC900;
	color: #231F20;
	font-size: 18px;
	line-height: 1.2;
}

* {
	background-size: cover;
}

p {
	margin-bottom: .5rem;
}

b, strong {
	font-weight:bold;
}


a {
	transition: all 0.2s ease-in-out;
	color: #B2152C;
	text-decoration: none;
}
a:hover {
	color: #d45d69;
	text-decoration: underline;
}





.second-row {
	flex-grow: 1;
	/*max-width: 820px;*/
	max-width: 960px;
}


.selectme img {
	max-width: 40vw;
}


.container {
	max-width: 820px;
}


#ytube {
	max-width: 64%;
}
.wm-l
{
	max-width: 140%;
	margin-left: -24px;
}
@media(max-width: 750px)
{
	.flex-wrap
	{
		padding-left: 0px
		padding-right: 0px;
	}
}
@media(min-width: 750px)
{
	.p10c
	{
		padding-left: 10%;
    	padding-right: 10%;
	}
	.txr
	{
		margin-left: 9%;
		text-align: right;
	}
	.txl
	{
		margin-right: 9%;
		text-align: left;
	}
	.flex-wrap
	{
		padding-left: 40px;
		padding-right: 40px;
	}
}

section {
	/*transition: all 0.3s ease-in-out;*/
	display: none;
	height: 100%;
	min-height: 100vh;
	width: 100vw;
	/*width: 820px;*/
	padding: 0 1rem;
}

#sec-0 {
}
#sec-1 {
}
#sec-2 {
}
#sec-3,
#sec-4,
#sec-5 {
	background: url('../images/header_bg_2.svg') center top no-repeat transparent;
}
#sec-5,
#sec-6 {
}

.cc-window.cc-static {
    position: fixed!important;
}

#sec-wrapper {
	flex-grow: 1;
display: flex;
align-items: flex-start;
justify-content: center;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}


.no-padding {
	padding: 0;
}


.title-row {
	max-width: 820px;
	text-align: center;
}

.title-row h3 {
	margin: 0;
}



.cord {
	font-family: "Aka-AcidGR-Cord";
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}


.progress {
    height: 2rem;
    font-size: 1.25rem;
    background-color: #fff;
    border-radius: .75rem;
    border: 3px solid #fff;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.progress-bar {
    background-color: #E96E81;
}


.text-white {
	color: #fff;
}
.text-black {
	color: #221F20;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    font-family:  sans-serif;
}


.chk-wrapper {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.c-box-wrapper {
	justify-content: space-between;
	width: 100%;
	height: 100%;
	align-items: center;
	align-items: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.c-box-wrapper .title {
	padding: 0.45rem;
	width: 100%;
	position: relative;
	height: 100%;
	display: flex;
	align-items: flex-end;
}


#winner {
	font-weight: bold;
	text-transform: uppercase;
}


.announcer {
	position:absolute;
	transform: translate(-50%, -50%) scale(0.75, 0.75);
	top: 0;
	left: 0;
}
p
{
	font-family: sans-serif;
}


.card {
    background-color: rgba(255,255,255,0.7);
    border-radius: 1.25rem;
    border:0 none;
    padding: 1.5rem 1.5rem;
}
img.card {
    background-color: #fff;
    /*border-radius: 1.25rem;*/
    /*border: 8px solid #fff;*/
}

.card.pan {
    border:4px solid #fff;
}

/*
HEADER
*/
header {
	background-size: cover;
}
.header-logo {
	margin: 30px auto 10px auto;
	max-width: 240px;
}





h1 {
	font-size: 3em;
	font-weight: bold;
	/*white-space: nowrap;*/
}
h3 {
	font-weight: bold;
}



.login-box {
	display: none;
}


.error {
	background-color: #F2DEDE;
	border: 1px solid #EBCCD1;
}
#token {
	display:none;
}

.alert {
	position: fixed;
    z-index: 100;
	top: 0;
	width: 100%;
	text-align: center;
	padding: 1rem;
	display: none;
	font-size: 16px;
}
.error-notice {
	color: #a94442;
	background-color: #F2DEDE;
	border: 1px solid #EBCCD1;
}
.info-notice {
	color: #0c5460;
	background-color: #D4ECF1;
	border: 1px solid #bee5eb;
}
.success-notice {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}



.sec-intro {
}

.link-wrapper {
	border: 5px solid #fff;
	background: #fff;
}


/* Customize the label (the container) */
.subscribe-wrap .checkbox label, .subscribe-wrap .radio label,
.terms-wrap .checkbox label, .terms-wrap .radio label {
	padding-left: 0px;
}
.subscribe-wrap .checkbox, .subscribe-wrap .radio,
.terms-wrap .checkbox, .terms-wrap .radio {
	margin-right: .75rem;
}

.cr-icon {
	color: #fff
}

.form-check-label {
/*    display: block;
	position: relative;
	margin-bottom: 55px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}

/* Hide the browser's default radio button */
.form-check-label input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	transform: translateX(-50%);
	height: 25px;
	width: 25px;
	border: 2px dotted #fff;
	border-radius: 50%;
	bottom: -35px;

	/*background-color: #9EC83F;*/
	-webkit-box-shadow: inset 0px 0px 0px 4px rgba(159,200,63,1);
	-moz-box-shadow: inset 0px 0px 0px 4px rgba(159,200,63,1);
	box-shadow: inset 0px 0px 0px 4px rgba(159,200,63,1);
	transition: all 0.3s ease-in-out;
}

/* On mouse-over, add a grey background color */
.form-check-label:hover input ~ .checkmark {
	background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.form-chec-labelk input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-check-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-check-label .checkmark:after {
	top: 4px;
	left: 4px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: white;
}



@media (min-width: 1200px) {
	.form-check.col-lg-1 {
		width: 10%;
	}
}




















.terms-wrap {
}
.terms-wrap a {
	text-decoration:underline;
}




input[type="text"], input[type="password"] {
	border-radius: 0px;
	color: #00447C;
	padding: .275rem .75rem;
}







.checkbox label:after {
	content: '';
	display: table;
	clear: both;
}

.checkbox .cr {
	position: relative;
	display: inline-block;
	border: 2px solid #000000;
	width: 1.1em;
	height: 1.1em;
	float: left;
	margin-right: .5em;
}
.checkbox .cr .cr-icon {
	position: absolute;
	font-size: .6em;
	line-height: 0;
	top: 50%;
	left: 20%;
}
.checkbox label input[type="checkbox"] {
	display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
	color: #000;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
	opacity: .5;
}











.w-65
{
	width: 65%;
}
















.w-68
{
	width: 68%;
}


.img-responsive {
	margin-left: auto;
	margin-right: auto;
}

#selectImage {
	padding-top: 1rem;
	padding-bottom: 1rem;
}





.reg-wrapper {
	background-color: #DDEADD;
}


.selectme:hover * {
	transition: all 0.2s ease-in-out;
	opacity:0.5;
	cursor:pointer;
}




.btn {
	transition: all 0.2s ease-in-out;
	color: #fff;
	border-radius: 0;
	border: none;
	cursor: pointer;
	padding: .25rem 1rem .6rem 1rem;
}
.btn:hover {
	opacity:0.5;
}

.input-group-btn span.btn {
	padding: 5px 20px;
}


.btn-default {
	background-color: #EC0F67
}
.btn-default:hover {
	color: #fff;
}

.btn-play {
	background: transparent;
}
.btn-play:hover {
	background: transparent;
	opacity: 0.7;
}

a.btn:hover {
	/*color: #fff;*/
	text-decoration: none;
}


a.btn {
	transition: all 0.3s ease-in-out;
}



.btn-sp {

		    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position: relative;
    margin: 2rem auto;
    z-index: 5;
    /* max-width: 100%; */
    /* font-family: 'Aka-AcidGR-Cord'; */
    font-family: 'Roboto Condensed', sans-serif;
    transition: all 0.2s ease-in-out;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    padding: 0.8rem 1.6rem 0.8rem 1.6rem;
    box-shadow: 0.2rem 0.2rem 20px rgba(0,0,0,.25);
    text-shadow: 1px 1px 4px rgba(0,0,0,.4);
    margin-top: 5px;


	
}
.btn-sp:before {
	content:'';
	position: absolute;
	top:0;
	left:0;
    z-index: 2;
    width: 100%;
    height: 100%;
    box-shadow: inset 0.4rem 0.4rem 8px rgba(0,0,0,.4);
}
.btn-sp:after {
	content:'';
	position: absolute;
	top:0;
	left:0;
    z-index: 6;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0px 6px #fff;
}
.btn-sp:hover {
	/*opacity:0.5;*/
	border-color: inherit;
    text-shadow: none;
    box-shadow: inset 0 0 7px rgba(0,0,0,.25);
}
.btn-pink { background-color: #E96E81; }
.btn-yellow { background-color: #FAC900; }


#success {
	color: green;
	padding: 8px 20px;
	margin: 10px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 20px;
}
#invalid {
	color: red;
	padding: 8px 20px;
	margin: 10px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 20px;
}
#error {
	color: red;
	padding: 8px 20px;
	margin: 10px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 20px;
}
#error_message {
	color: blue;
	padding: 8px 20px;
	margin: 10px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 20px;
}
#loading {
	display: none;
	font-size: 25px;
	margin-top:10px;
}







/* RESPONSIVE =============================================================== */


@media (min-width: 1200px) {
}
@media (min-width: 769px) {
}
@media (min-width: 992px) {
	.text-per
	{
		font-size: 110% !important;
	}
}
@media (min-width: 480px) {

}

@media (max-width: 1200px) {
	
}
@media (max-width: 960px) {
}
@media (max-width: 768px) {
	.hideme {
		display: none;
	}
}
@media (max-width: 480px) {
	#ytube {
		max-width: initial;
	}
    html {
        font-size: 0.9rem;
    }
}

@media (min-width: 768px) {
	.text-per
	{
		font-size: 110%;
	}
	
}







.video-section .pattern-overlay {
	background-color: #000;
	padding: 110px 0 32px;
	min-height: 496px;
	/* Incase of overlay problems just increase the min-height*/
}
.video-section .buttonBar{display:none;}
.player {font-size: 1px;}

















#sec-6
{
	background: url(../images/header_bg_2.svg);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
} 

#sec-5
{
	background-size: 135%;
}

.fw-500
{
	font-weight: 500;
}


.modal {
    background: #FAC900 url('../images/gfx_bg.svg') no-repeat center center;
    background-size: 850px;
    background-position: 50% 100%;
    /*background-size: cover;*/
}

.modal.show .modal-dialog {
    min-height: 100%;
    margin: auto;
}

.modal-body {
/*	padding: 0 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;*/
}

.modal-content {
    background-color: transparent;
    border: 0 none;
}

.modal-header, .modal-footer {
	border: none;
}

.modal-footer .btn {
	margin: auto;
	display: block;
}

.modal .close {
	position: absolute;
    left: 75%;
    top: 4%;
    z-index: 5 !important;
    opacity: 1;
}

.modal-body .embed-responsive {
	border: 1rem solid #E6D1AF;
}


@media (min-width: 576px) {
	.modal-dialog {
	    max-width: 600px;
	    margin: 1.75rem auto;
	}
}