/*@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=greek');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
@viewport {
    min-zoom: 0.5;
    max-zoom: 2;
}

/*
GENERIC
*/
html ,
body {
	min-height: 100vh;
}

body {
	font-size:14px;
    /*font-family: 'Ubuntu', sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
}

p {
	font-size: 16px;
}

b, strong {
	font-weight:bold;
}


a {
	transition: all 0.2s ease-in-out;
	color: #06518E;
    text-decoration: none;
}
a:hover {
    color: #06518E;
    text-decoration: underline;
}

.img-thumbnail {
	box-shadow: 0px 10px 40px rgba(0,0,0,0.15);
}


.form-control:focus {
    border-color: none;
    box-shadow: none;
}


#ajaxLoader {
	display: none;
	margin-right: 10px;
	margin-bottom: 4px;
}


.modal-full {
	color: #fff;
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
	background-color: rgba(0,0,0,0.5);
}


footer {
	text-align: center;
	background-color: #07518d;
	padding: 1rem 0;
	border-top: 2rem solid #fff;
}
footer .btn-social {
	color: #fff;
	font-size: 2rem;
	margin: 1rem 1rem;
	transition: all .3s ease-out;
}
footer .btn-social:hover {
	opacity: 0.5;
	text-decoration: none;
}




section {
	background-color: #90bf40;
	text-align: center;
	color: #fff;
}


hr {
	border-top: 4px solid #fff;
}


.no-padding {
	padding: 0;
}




.modal-header .close,
.modal-body .img-fluid,
.modal-body .embed-responsive {
	position: relative;
	z-index: 2;
    max-width: 90vh;
}
.modal-footer .btn-secondary {
	transition: all 0.3s ease-in-out;
	background-color: rgba(0,0,0,0.5)!important;
	position: fixed;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	overflow: hidden;
	border: 0 none;
}












.bundle {
	position: relative;
	transition: all .3s ease-out;
	position: relative;
	opacity: 0.5;
}
.bundle:hover {
	opacity: 0.75;
}
.bundle.active {
	opacity: 1;
}

























/*
HEADER
*/
header {
	background: #fff;
}
.header-logo {
	margin: 10px auto;
    max-width: 240px;
}





h1 {
	font-size: 3em;
	font-weight: bold;
	color: #06518E;
}
h3 {
	font-weight: bold;
}






.error {
	background-color: #F2DEDE;
    border-color: #a94442!important;
}
#token {
	display:none;
}
.error-notice, .success-notice {
	display:none;
}


.gallery img {
	width: 100%;
}



.form-control.field {
	transition: all .5s ease-in-out;
	border: 2px solid #fff;
}






/* Customize the label (the container) */
.terms-wrap .checkbox label, .terms-wrap .radio label {
     padding-left: 0px;
     margin-bottom: 0;
}
.terms-wrap .checkbox, .terms-wrap .radio {
     margin-top: 5px;
     margin-bottom: 0px;
}

.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;
}


.contact-gdpr label {
	font-size: 1em;
	width: 100%;
}
.contact-gdpr label p {
	font-size: 0.8em;
	margin-left: 4rem;
}
.contact-gdpr label p,
.contact-gdpr label p a {
    color: #000;
}



@media (min-width: 1200px) {
	.form-check.col-lg-1 {
	    width: 10%;
	}
}


















.terms-wrap {
	margin: 1rem auto 2rem auto;
	/*color:#fff;*/
}
.terms-wrap a {
	/*color:#fff;*/
	text-decoration:underline;
}
.error-notice {
	margin:20px auto 20px auto;
	color:#a94442;
	font-size:16px;
}
.or {
	padding: 20px 30px;
}
.login-wrapper {
}
.login-box {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	margin: auto;
}
.email-login-inner {
    margin: auto;
}

.lb {
	font-size: 16px;
	cursor: pointer;
}


.app-icons {
	margin:38px 0 20px 0;
}
.app-icons img:nth-child(1) {
	margin-right:10px;
}
.share-fb {
	/*font-size:26px;*/
}












.checkbox label:after {
	content: '';
	display: table;
	clear: both;
}

.checkbox .cr {
	position: relative;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: .25em;
	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: #fff;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
	opacity: .5;
}











#sec-hero {
	background: url(../images/hero.jpg) no-repeat center top;
	background-size: cover;
	border-bottom: 2rem solid #fff;
}

.hero-wrapper {
	padding-top: 7rem;
	padding-bottom: 10rem;
}

.hero-wrapper h1:before,
.hero-wrapper h1:after {
	content: "";
	display: block;
	width: 25%;
	height: 17px;
	background-color: #fff;
	margin: 1rem 0;
}



.hero-wrapper h1 {
	font-size: 4.5em;
	font-weight: bold;
    line-height: 1.0em;
    color: #fff;
}

























.img-responsive {
	margin-left: auto;
	margin-right: auto;
}

#selectImage {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.btn {
    transition: all 0.25s ease-in-out;
    border-radius: 0;
    padding: 10px 20px;
    color: #07518d;
    background-color: #fff;
    white-space: normal;
    margin-top: 1rem;
}
.btn:hover {
    color: #fff;
    background-color: #07518d;
}
.modal .btn {
    border: 2px solid #07518d;
}

.input-group-btn span.btn {
	padding: 5px 20px;
}

.btn.fb-login {
	background-color: #3B5998;
	color: #fff;
}
.btn.fb-login:hover {
	background-color: #324B80;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

a.btn:hover {
    color: #fff;
    text-decoration: none;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.submit {
	background: transparent;
    border: 0 none;
}
.submit:hover {
}


#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 (max-width: 1200px) {
}
@media (max-width: 960px) {
	.hideme {
		display: none;
	}
}
@media (min-width: 769px) {

	.modal-dialog {
		width: 60%;
	}
}
@media (max-width: 768px) {

	#sec-hero {
		background-position-x: 20%;
	}
	.hero-wrapper {
		padding-top: 17rem;
		padding-bottom: 7rem;
	}


	.slick-initialized {
		width: calc(100% - 90px);
	}

	.header-logo {
		max-width: 180px;
	}
	.btn-play {
		max-width: 140px;
	}
	.tagline img {
		max-width: 260px;
		padding-top:0!important;
	}
}

@media (max-width: 480px) {

	.modal-content {
	    min-height: initial;
	}

	.checkbox .cr {
	    float: none;
	    margin-right: 0;
	}
}


@media (min-width: 1200px) {
	.container {
    	max-width: 960px;
	}
}

@media (min-width: 992px) {

}








.modal {
	z-index: 99999;
}

.modal-body {
	padding: 0 15px;
	color: #07518d;
}
.modal-header, .modal-footer {
	border: none;
	min-height: 70px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.modal .close {
	transition: all .3s ease-out;
	border-radius: 100%;
	background-color: #07518d;
	color: #fff;
	font-weight: bold;
	opacity: 1;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: none;
	margin: 0;
	padding: 0;
	font-size: 1rem;
}
.modal .close:hover {
	background-color: #90BF40;
	color: #fff;
}
.modal-footer .btn {
	margin: auto;
	display: block;
	border-radius: 0;
}


.modal-open .modal {
	z-index: 99999999;
	padding-right: 0 !important;
}





































.modal-header .close, .modal-body .img-fluid, .modal-body .embed-responsive {
    max-width: 100vh;
}