@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=greek');
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');

body {
	margin: 0;
	background-color: #282425;
	font-family: 'Comfortaa', cursive;
	font-size: 12pt;
	letter-spacing: 0.5px;
	color: #886d4b;
}

img {
	border:0;
}

.clear {
	clear: both;
}

.spacer {
	height: 50px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

#responsive_container {
	width: 100%;
	/*margin: 0px auto 0px auto;*/
}

.header {
    position: absolute;
	z-index: 1;
	width: 100%;
	text-align: center;
}

/* site logo */
.logo_link {
    background: url(../img/diros_GR_white.png);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
    height: 202px;
    width: 300px;
	background-color: #282425;
	opacity: 0.9;
	position: absolute;
    top: 25px;
    left: 140px;
}

.logo_link_eng {
    background: url(../img/diros_ENG_white.png);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
    height: 202px;
    width: 300px;
	background-color: #282425;
	opacity: 0.9;
	position: absolute;
    top: 25px;
    left: 140px;
}

/* navigation menu */
.nav_menu {
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	top: 80px;
    /* right: 15%; */
    left: 30%;
}

/*.menu-block {
    display: inline-block;
    width: 100px;
	color: #048791;
	overflow: hidden;
	vertical-align: middle;
	font-size: 11pt;
	text-shadow: 1px 1px #000;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.nav_links {
	overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 10px;
	font-size: 11pt;
	text-shadow: 1px 1px #000;
}

.nav_links:hover {
    font-weight: bold;
	color: #e4dbb1;
}

.nav_icon, .bar1, .bar2, .bar3  {
    display: none;
}

.active {
    font-weight: bold;
	color: #e4dbb1;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0, 0.8);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 15%;
    right: 3%;
    width: 100%;
    text-align: right;
    margin-top: 30px;
    font-size: 1.7em !important;
}

.overlay a {
    padding: 12px;
    text-decoration: none;
    color: #f2f2f2;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #818181;
}

@media screen and (max-width: 1570px){
    .logo_link, .logo_link_eng {
        left: 18px;
    }
	.nav_menu {
		left: 25%;
	}
}

@media screen and (max-width: 1455px){
    .logo_link, .logo_link_eng {
        left: 14px;
    }
	.nav_menu {
		left: 22%;
	}
}
@media screen and (max-width: 1454px) {
    .header {
        height: 100px !important;
    }
    
    /* site logo */
    .logo_link, .logo_link_eng {
        height: 168px;
        width: 250px;
        top: 10px;
		/* background-size: contain; */
    }
    .nav_menu, .language_selection {
        display: none;
    }

    .nav_icon {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        top: 32.5px;
        right: 4%;
		z-index: 11;
    }

    .bar1, .bar2, .bar3 {
        display: block;
        width: 35px;
        height: 5px;
        background-color: #ffffff;
        margin: 6px 0;
        transition: 0.4s;
    }
    
    .change .bar1 {
        width: 40px;
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }
    
    .change .bar2 {opacity: 0;}
    
    .change .bar3 {
        width: 40px;
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }

    .logo_link, .logo_link_eng {
        left: 70px;
    }
}
/* navigation menu */

/*.menu-block a:hover, .menu-block a:active {
	color: #e4dbb1 !important;
	text-decoration: none;
}

.menu-block a:link, .menu-block a:visited {
	color: #fff;
	text-decoration: none;
}*/

/* #img_container {
	z-index: 1;
	position: relative;
} */

#imageslider {
	width: 100%;
	height: 700px;
	margin: 0;
	display: block;
	object-fit: cover;
}

.slider_container {
	display: inline-block;
}

.slider_container > div {
    display: block;
	float: left;
}

.slider_container img {
	width: 200px;
	height: 117px;
	margin: 0;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.dimmed {
/*	opacity: 0.7;
    filter: alpha(opacity=70); */
	-webkit-filter: contrast(50%) brightness(130%);
}

.img_cap {
	/*z-index: 20;*/
	position: absolute;
	left: 0px;
	top: -9px;
	height: 9px;
	width: 100%;
	background-color: #e4dbb1;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media screen and (max-width: 1020px) {
	/* #img_container {
		z-index: 1;
		position: relative;
	} */
	
	#imageslider {
		height: 600px;
	}
	.slider_container {
		display: none;
	}
}

/* #body_container {
	width: 1200px;
	margin: 0px auto 0px auto;
	background-color: #282425;
} */

.content-area {
	width: 100%;
	margin: 0px auto 0px auto;
}

#featured_container {
	position: relative;
	text-align: center;
	padding: 100px 0 100px 0;
	display: flex;
    align-items: center;
    justify-content: space-evenly;
}

@media screen and (max-width: 950px){
    #featured_container {
		flex-direction: column;
	}
}

.featured_box {
	/* margin: 0 80px 0 80px; */
	margin-bottom: 25px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 350px;
	height: 350px;
}

.featured_img {
	width: 100%;
	height: 305px;
}

.featured_bottom {
	width: 100%;
	height: 45px;
	line-height: 45px;
}

.featured_bottom_left {
	float: left;
	width: 70%;
	height: 100%;
	text-align: left;
	font-size: 1.6em;
	color: #886d4b;
}

.featured_bottom_right {
	float: right;
	width: 30%;
	height: 100%;
	font-size: 0.6em;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background-color: #886d4b;
}

.featured_bottom_right:hover {
	background-color: #7c521d;
}

#inner_bg_container {
	position: relative;
	width: 100%;
	text-align: center;
	height: auto; /*431*/
	background: url(../img/inner_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	display: flex;
    align-items: center;
    justify-content: space-evenly;
	padding: 70px 0 50px 0;
	margin-top: 40px;
}

.featured_circle {
	/* margin: 90px 20px 0 20px; */
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	width: 250px;
	height: 250px;
	background: rgba(228,219,177,0.25);
}

.featured_circle:hover {
	cursor: pointer;
	cursor: hand;
}

.featured_circle_content_container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.featured_circle_img {
	opacity: 1;
    filter: alpha(opacity=100);
}

.featured_circle_text {
	margin-top: 15px;
	color: #e4dbb1;
	font-size: 18pt;
}

#gallery_container {
	width: 100%;
	height: auto;
	display: flex;
    align-items: center;
	justify-content: center;
}

#inner_gallery_container {
	width: 60%;
	margin-top: 100px;
	margin-bottom: 100px;
}


@media screen and (max-width: 910px){
    #inner_bg_container {
		flex-direction: column;
	}

	#inner_gallery_container {
		width: 85%;
	}
}
@media screen and (min-width: 1500px){

	#inner_gallery_container {
		width: 40%;
	}
}

.gallery_block {
	float: left;
	padding: 0 0 15px 15px;
}

.div_title_container {
	/* position: absolute;
	top: 30px;
	left: 30px; */
	text-align: center;
	padding: 100px 0 0 0;
	color: #e4dbb1;
	font-size: 2em;
}

.pages_container {
	padding: 125px 5% 80px 5%;
}

.other_container {
	padding: 125px 15% 80px 15%;
}

.news_container {
	padding: 120px 15% 30px 15%;
}

.plain-page-title {
	text-align: center;
	padding: 50px 0px 50px 0px;
}

/* .half_width_div {
	width: 50%;
	height: 100%;
	margin: 0;
} */

#p_contact_container {
	color: #fff;
	display: flex;
    align-items: center;
    justify-content: space-around;
}

@media screen and (max-width: 1200px){
    #p_contact_container {
		flex-direction: column;
	}
}

#contact_container {
	text-align: center;
}

#contact_container > p {
	margin: 0;
	padding: 10px;
}

/* #cont_table td.td_label {
	text-align: right;
	vertical-align: top;
}

#cont_table td.td_input {
	text-align: left;
	width: 100%;
	position: relative;
} */

#myForm {
	display: flex;
	flex-direction: column;
	justify-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.form_member {
	margin-bottom: 15px;
}

.red_color {
	color: crimson;
}

.subm_btn {
	border: 1px solid #fff;
	background: #685739;
	background-image: -webkit-linear-gradient(top, #685739, #90794f);
	background-image: -moz-linear-gradient(top, #685739, #90794f);
	background-image: -ms-linear-gradient(top, #685739, #90794f);
	background-image: -o-linear-gradient(top, #685739, #90794f);
	background-image: linear-gradient(to bottom, #685739, #90794f);
	color: #ffffff;
	padding: 15px;
	text-decoration: none;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.subm_btn:hover {
	background: #685739;
	background-image: -webkit-linear-gradient(top, #685739, #826c44);
	background-image: -moz-linear-gradient(top, #685739, #826c44);
	background-image: -ms-linear-gradient(top, #685739, #826c44);
	background-image: -o-linear-gradient(top, #685739, #826c44);
	background-image: linear-gradient(to bottom, #685739, #826c44);
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.required_field {
	position: absolute;
	right: -10px;
}

.contact_text {
	text-align: center;
	line-height: 18pt;
}

.arrow-right {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 0 17px 45px;
	border-color: transparent transparent transparent #886d4b;
}

.arrow-left {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 45px 17px 0;
	border-color: transparent #886d4b transparent transparent;
}

.tri_column_content_left {
	float: left;
	width: 50%;
}

.tri_column_content_middle {
	float: left;
	width: 5%;
}

.tri_column_content_right {
	float: left;
	width: 45%;
	color: #fff;
	font-size: 11pt;
	text-align: justify;
}

.tri_column_content_right h2 {
	margin: 4px 0px 0px 0px;
}

.content_header {
	color: #fff;
	text-align: center;
}

.content_dual_column {
	color: #fff;
	font-size: 11pt;
	text-align: justify;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

table.pricelist, table.pricelist tr, table.pricelist td {
	border-collapse: collapse;
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px;
}

table.pricelist {
	/* margin: 20px auto 0px auto; */
	color: #fff;
	width: 100%;
}

.topad40 {
	padding-top: 40px;
}

.topmar40 {
	margin-top: 40px;
}

.ticket_container {
	text-align: center;
	color: #fff;
}

.custom-pagination a:link, .custom-pagination a:visited {
	color: #876d4c;
}

.footer_container {
	background-color: #886d4b;
	padding: 20px 50px 10px 50px;
}

.fot_content {
	color: #eee;
}

.footer_left {
	height: 130px;
	width: 50%;
}

#footer_logo {
    height: 70%;
    width: 40%;
    padding-right: 20px;
    object-fit: contain;
}

#etad_logo {
    height: 70%;
    width: 40%;
    border-left: 2px solid #000;
    padding-left: 10px;
    object-fit: contain;
}

@media screen and (max-width: 814px){
    .footer_left {
		width: 100%;
        text-align: center;
    }
    #footer_logo {
        width: 50%;
    }
    
    /* #etad_logo {
        height: 40%;
        width: 82.19px;
        border-left: none;
        padding-left: 0;
    } */

	.footer_links {
        width: 12%;
        justify-content: space-evenly;
        flex-direction: column;
        padding-top: 0 !important;
    }

	.pages_container {
		padding: 125px 5% 80px 5%;
	}
}

.footer_right {
	float: right;
	text-align: right;
	width: 50%;
}

#footer_terms {
	text-align: right;
	font-size: 9pt;
	color: #000;
	margin-top: 20px;
}

#footer_terms > a {
	text-decoration: none;
	color: #000;
}

.copyright {
	margin-top: 30px;
	font-size: 10pt;
	color: #000;
	text-align: center;
}

.footer_links {
	text-decoration: none;
    word-wrap: break-word;
    color: #f2f2f2;
	font-size: 0.8em;
    padding: 4px;
}

.footer_links:hover {
    color: #282425;
}

/* ============================================================
	PageTop Arrow
============================================================ */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* ============================================================
	GALLERY
============================================================ */

.format-gallery {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* ============================================================
	ORIGINAL THEME CSS
============================================================ */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/*announcement modal*/
#announcement:hover {
	overflow: scroll;
}
.announcement {
	display: none;
	position: fixed;
	top: 2%;
	left: 50%;
	bottom: 18%;
	transform: translate(-50%);
	width: 60%;
	height: auto;
	background-color: #d9d9d9;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	border-radius: 5px;
	padding: 35px;
	font-size: 1em;
	color: #404040;
	z-index: 20;
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 0.4s;
	animation-name: slideIn;
	animation-duration: 0.4s
}

.announcement h2 {
	text-align: center;
}

.announcement p {
	/* text-align: justify; */
	font-size: 1em;
}

  /* The Close Button */
.close_black {
	color: #1b75bc;
	float: right;
	height: 36px;
	width: 36px;
	font-size: 38px;
	font-weight: bold;
	z-index: 1;
}

.close_black:hover,
.close_black:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

  /* Add Animation */
@-webkit-keyframes slideIn {
	from {opacity: 0} 
	to {opacity: 1}
}

@keyframes slideIn {
	from {opacity: 0} 
	to {opacity: 1}
}

@media screen and (max-width: 900px)  {
	.announcement {
		top: 2%;
		width: 95%;
	}
	.announcement p {
		font-size: 0.8em;
	}
	
}
@media screen and (max-width: 1200px)  {
	.announcement {
		width: 85%;
	}
}

.announcements_logo {
	margin-left: 25px;
	margin-right: 25px;
	vertical-align: middle;
}

.bold_stratos {
	font-weight: bold;
}


/*dropdown*/
.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	top: 25px;
	background-color: #f1f1f1;
	/*min-width: 100px;*/
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
	color: black;
	padding: 8px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

/*stratos entry*/
.void-container {
	height: 50px;
	width: 100%;
}

/* contact */
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
	-moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
	-o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
	transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #886d4b;
	outline: 0;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(136, 109, 75, 0.6);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(136, 109, 75, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(136, 109, 75, 0.6);
}
.form-control::-moz-placeholder {
	color: #999999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999999;
}
.form-control::-webkit-input-placeholder {
	color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}
textarea.form-control {
	height: auto;
}
/* contact */

#map {
	width: 100%;
	height: 500px;
	margin: 30px 0 0 0;
}

/* news */
.news_title {
	width: 100%;
	font-size: 1.25em;
	padding: 0 0 15px 0;
}

.news_title_page {
	width: 100%;
	font-size: 1.5em;
	padding: 50px 0 35px 0;
}

.news_title a:link, .news_title a:visited {
	text-decoration: none;
	color: #876d4c;
	width: 100%;
}

.news_date {
	color: #dacebe;
	font-size: 0.8em;
}

.news_content{
	color: #eee;
	font-size: 1em;
	text-align: left;
}

@media screen and (min-width: 1305px)  {
	.pages_container {
		padding: 125px 10% 80px 10%;
	}
	
	#imageslider {
		height: 820px;
	}
}
@media screen and (min-width: 1900px)  {
	.pages_container {
		padding: 125px 30% 80px 30%;
	}
}

.go_to_news {
	text-align: right;
	margin-top: 20px;
}

.go_to_news >a {
	text-decoration: none;
	color: #876d4c;
}

.ten_things {
	text-align: justify;
	line-height: 18px;
	font-size: 0.9em;
	font-weight: 500;
}

.ten_things > li {
	margin-bottom: 15px;
}

.a_golden > a {
	color: #886d4b;
}

.a_golden {
	color: #886d4b;
}
.div_width {
	display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 999px)  {
	.cave_img {
		width: 600px;
	}
}

.language_selection {
	position: absolute;
	top: 5px;
	right: 25px;
	list-style: none;
}

.language_selection li {
	display: inline-block;
	padding: 10px;
}

.language_selection span{
	color: #fff;
	font-size: 1em;
}

.language_selection_mobile {
	list-style: none;
}