@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,greek);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
	margin:0 auto;
 	background-color:#fff;
	font-family: 'Ubuntu Condensed', sans-serif;
  	text-decoration: none;
 	font-weight:none;
 	font-size: 17px !important;
 	color:#555;
 	text-align:left;
 	min-width:970px;
}

/**************for css3 support in older browsers************
link documentation
css3pie.com/documentation/supported-css3-features/

write the css rule and add
behavior: url(plugins/css3pie/PIE.htc);
e.g
#myElement {
    behavior: url(plugins/css3pie/PIE.htc);
    border-radius: 10px;
/***********extra options for pie***********	
    -pie-watch-ancestors: 1;
	-pie-png-fix: true;
	-pie-lazy-init:true;
	-pie-poll:true;
	-pie-track-hover:false;
	-pie-track-active:false; 
}


/**********accordion content***************/

.container{	width:970px !important;}
h1 {
	font-size:24px;
	font-family: 'Montserrat', sans-serif;
	color:#000;
	font-weight:bold;
	text-align:center;
	padding-bottom:20px;
}
h2 {
	font-size:20px;
	font-family: 'Montserrat', sans-serif;
	color:#AAAAAA;
	font-weight:bold;
	text-align:center;
}

a {color:#666; transition: all 0.2s linear;text-decoration:none !important; }
a:hover{color:#222; text-decoration:none;}

.accordion_head_in {text-decoration:none;font-size:20px;display:block;}
.accordion_content_in {display:none;}
.accordion_wrapper_in li {position:relative;overflow:hidden;}

.pagination li.inactive{ visibility:hidden;}
.pagination li { float:left;}
.pagination_wrapper{ text-align:center;}

.float_image{ float:left;}

.empty_row_10{display:block; height:10px}
.empty_row_20{display:block; height:20px}
.empty_row_30{display:block; height:30px}
.empty_row_40{display:block; height:40px}
.empty_row_50{display:block; height:50px}
 
.alpha{ margin-left:0;}
.omega{ margin-right:0;}
.alphap{ padding-left:0;}
.omegap{ padding-right:0;}
.shadow {
	-moz-box-shadow: 3px 3px 4px #333;
	-webkit-box-shadow: 3px 3px 4px #333;
	box-shadow: 3px 3px 4px #333;
/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333');
	zoom: 1;  
}
.inside_template  {
	padding-top:100px;
	padding-bottom:30px;
}

.inside_template h1{
	text-align:left !important;
} 

.header_line2 {
	background:#F5f5f5;
 	color:#000;
	height:100px;
	filter:alpha(opacity=85);
    opacity:.75;
	width:100%;
	z-index:180;
	position:fixed;
    top: 35px;
}
 
#weather_wrapper {
	position:absolute;
 	font-size:14px;
	z-index:100;
	right:70px;
 }

.lang {
	position:absolute;
	text-align:right;
	width:100%;
	font-size:14px;
	padding-right:11px;
	z-index:100;
	font-weight:bold;
}
 
.lang a {color:#444; transition: all 0.2s linear;}
.lang a:hover {color:#000; transition: all 0.2s linear;}


 .menu li {
	display:inline-block;
	margin-top:15px;
}

/* Effect 11: text fill based on Lea Verou's animation https://dabblet.com/gist/6046779  
.cl-effect-11 a {
	padding: 5px 0;
	border-top: 2px solid #CFCCC7;
	color: #000;
	text-shadow: none;
} 

.cl-effect-11 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 5px 0;
	max-width: 0;
	border-bottom: 2px solid #B00EC2;
	color: #B00EC2;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
}

.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before {
	max-width: 100%;
}
*/

/* Effect 13: three circles */
.cl-effect-13 a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-13 a::before {
	position: absolute;
	top: 100%;
	left: 50%;
	color: transparent;
	content: "•";
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.cl-effect-13 a:hover::before,
.cl-effect-13 a:focus::before {
	color: #B00EC2;
	text-shadow: 10px 0 #B00EC2, -10px 0 #B00EC2;
}

.cl-effect-13 a:hover,
.cl-effect-13 a:focus {
	color: #B00EC2;
}

nav a {
    color: #000;
     font-size: 14px;
    font-weight: bold !important;
    letter-spacing: 0.5px !important;
    margin: 5px 3px;
    outline: medium none;
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
} 

nav li .active {
    color: #B00EC2;
    font-size: 14px;
    font-weight: bold !important;
    letter-spacing: 0.5px !important;
    margin: 5px 5px;
    outline: medium none;
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
} 

  .intro {
	padding:20px 0px;
	text-align:center;
}
 .srow_6 {
	background:url(../images/overlay.jpg) fixed center center / cover rgba(0, 0, 0, 0);
	background-attachment:fixed;
    height:500px;
}
.overlay {
    background-image: url("../images/black_transparency_65.png");
    min-height: 700px;
    padding-top: 30px;
    padding-bottom: 60px;
	color:#fff !important;
}
.grey_bg2 {
	background:#F3F3F3;
 	padding:15px 0px 0px 0px;
}
.grey_bg {
	background:#F3F3F3;
	min-height:200px;
	padding:15px 0px;
}

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

.newsletter {
	background:#F8932E;
 	padding:15px 0px;
}
.footer {
	text-align:center !important;
	background:#7D066F;
	color:#fff;
 	padding:15px 0px;
}

.srow_3{
	position:relative; z-index:100; background-color:#FFFFFF;	
}

.footer ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.footer li {
	color:#fff;
	line-height:20px;
}

.HOTSoft_wrapper {
	border-top:1px solid #555555;
	padding-top:15px;
}

.HOTSoft_wrapper a {color:#E19EED; transition: all 0.2s linear;text-decoration:none !important; }
.HOTSoft_wrapper a:hover{color:#fff; text-decoration:none;}
	
	
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel, .item, .active {
height:100%;
}
.carousel-inner {
height:100%;
}
.carousel {
/*margin-bottom: 60px;
*/}
.carousel-caption {
z-index: 10;
}
.carousel .item {
background-color: #fff;
width: 100%; /*slider width*/
}
.carousel .item img {
    width: 100%; /*img width*/
}
.carousel .carousel-inner .bg {
background-repeat:no-repeat;
background-size:cover;
}
 .carousel-caption h1,
.carousel-caption .lead {
	font-size:40px;
 	margin: 0;
  	line-height: 1.25;
 	color: #fff;
 	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	text-align:left;
	line-height:40px;
	margin-bottom:20px;
}
.carousel-caption p {
	font-size:16px;
	text-align:left;
	line-height:22px;
}
.carousel-caption .btn {
  margin-top: 10px;
}
.carousel .item {-webkit-transition: opacity 1.5s; 
-moz-transition: opacity 1.5s; -ms-transition: opacity 1.5s; -o-transition: opacity 1.5s; transition: opacity 1.5s;}
 .carousel .active.left, .carousel .active.right {left:0;opacity:0;z-index:2;}
.carousel .next, .carousel .prev {left:0;opacity:1; z-index:1;}
.btn-primary {
    background-color: #F8932E;
    border-color: #F8932E;
    color: #fff;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.carousel-caption {
    top: 40%;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
}	

#rotator{ width: 100%;min-width: 940px;max-height:0;margin: 0;/*position: absolute;*/left: 0;}
#rotator_pag {
    bottom: -23px;
    display:block;
    left: 0;
    margin-top: -33px !important;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 101;
}

.rotator_pag a {display:inline-block; width:20px; height:20px; border:5px solid #fff; border-radius:10px; margin-left:8px;background:#B709A2;}
.rotator_pag .selected {background:#7D066F !important;}
.rotator_pag span { visibility:hidden !important; }
.rotator .ce_image {
	position:relative;
}

.rotator .ce_image h1 {
    background: none repeat scroll 0 0 #9C0A93;
    color: #fff;
    font-size: 22px;
    left: 26%;
    letter-spacing: 1px;
    padding: 20px 0px;
    position: absolute;
    text-transform: uppercase;
    top: 75%;
    width: 50%;
}

	/*END OF CAROUSEL
-------------------------------------------------- */
.banners h1 {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
    text-align: left;
}

.banners {
	font-size:15px;
	line-height:16px;
}

.banners .read_more {
    background: none repeat scroll 0 0 #9c0a93;
    border-radius: 6px;
    color: #fff;
    display: block;
    margin-top: 10px;
    padding: 7px 10px;
    text-align: center;
    width: 100px;
}

.banners .read_more:hover {
	background: none repeat scroll 0 0 #680663;
 }

.rel_element_1{
	width:460px;;
	padding:0 15px;
	float:left;
}

.rel_element_1 .rel_text{
	background-color:#fff;
	padding:10px;
	display:inline-block;
	width:100%;
	color:#000;	
}
.srow_title{ text-align:center;margin-bottom:20px; font-size:24px; color:#fff !important;}

#mc_embed_signup .clear {
    clear: none;
    display: inline-block;
    float: right;
    margin-top: -48px;
    padding: 0 20px;
 }
 
 #mc_embed_signup .button {
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    clear: both;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 40px !important;
    line-height: 40px !important;
    margin: 0 5px 10px 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

#mc_embed_signup input.button {
    display: block;
    margin: 0 0 10px;
    min-width: 150px !important;
    width: 35%;
}

#mc_embed_signup input {
    border: 1px solid #F8932E !important;
}

.inside {
	padding-top:150px;
}
#webtv_list_3 .vid_element{
	position:relative;
	width:120px;
	height:90px;
}
#webtv_list_3 .vid_element .vid_image{
	position:relative;
	width:120px;
	height:90px;
}
#webtv_list_3 .video_title{ position:absolute; bottom:0px; background:#FFF; color:#000; display:inline-block; width:100%; z-index:1;}
#testimonials {
	margin:15px 0px;
}

.taxi {
	background:url(../images/taxi_bg.jpg) no-repeat;
	width:485px;
	height:310px;
}

.taxi_inside {
    background: none repeat scroll 0 0 #000;
    bottom: 0;
    color: #fff;
    height: auto;
    right: 0;
    opacity: 0.8;
    position: absolute;
    width: 50%;
    z-index: 10;
	padding:10px;
}

.accomodation {
	background:url(../images/accomodation_bg.jpg) no-repeat;
	width:485px;
	height:310px;
}

.accomodation_inside {
    background: none repeat scroll 0 0 #000;
    top: 0;
    color: #fff;
    height: auto;
    right: 0;
    opacity: 0.8;
    position: absolute;
    width: 50%;
	padding:10px;
    z-index: 10;
}

.offers {
	background:url(../images/offers_bg.jpg) no-repeat;
	width:485px;
	height:310px;
}
.offers_inside {
    background: none repeat scroll 0 0 #000;
    top: 0;
    color: #fff;
    height: auto;
    left: 0;
    opacity: 0.8;
    position: absolute;
    width: 50%;
	padding:10px;
    z-index: 10;
}

.thehotel {
	background:url(../images/thehotel_bg.jpg) no-repeat;
	width:485px;
	height:310px;
}

.thehotel_inside {
    background: none repeat scroll 0 0 #000;
    top: 0;
    color: #fff;
    height: auto;
    left: 0;
    opacity: 0.8;
    position: absolute;
	padding:10px;
    width: 50%;
    z-index: 10;
}

.reservation td {
	padding:5px 0px;
	text-align:left;
}

.reservation input {
	background:#EEEEEE;
	border:1px solid #eee;
	width:250px;
	height:35px;
}
	
.reservation textarea {
	background:#EEEEEE;
	border:1px solid #eee;
}

.reservation .submit {
	font-size:16px;
	background:#7D066F;
	border:1px solid #7D066F;
	height:60px;
	width:180px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
}

.reservation label {
	font-family: "Montserrat",sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 0 10px;
    text-align: right !important;
    text-transform: uppercase;
    width: 350px;
}	

.sxolia_rotator h1 {
	font-size:18px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding-bottom:10px;
}

.sxolia_rotator {
	line-height:18px;
	font-size:16px;
 }

/*kahgoria sto menu skip navigation */
.invisible {
	display:none;
}
.inside_template label {
    color: #000;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 0 10px;
    text-align: left !important;
	width:auto !important;
    text-transform: uppercase;
 }
 
.ce_gallery ul{
	 margin:0px;
	 padding:0px;
 }
 
 .ce_gallery li {
	 display:inline-block;
 }
 
 
 *::before, *::after {
    box-sizing: border-box;
}
*, *::after, *::before {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}

#mc_embed_signup label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}

#mc_embed_signup input.email {
    display: block;
    margin: 0 4% 10px 0;
    min-width: 220px !important;
    padding: 8px 0;
    text-indent: 5px;
    width: 58%;
}
#mc_embed_signup input {
    border: 1px solid #999;
}

#mc_embed_signup input {
    border: 1px solid #7D066F !important;
}


#mc_embed_signup input {
    border: 1px solid #7D066F !important;
}

#mc_embed_signup .button:hover {
    background-color:#AD25C7 !important;
}

input[type="submit"], .button {
    background-color:#B731BF !important;
    border: 1px solid #B731BF !important;
	background-image:none !important;
 }

.sxolia_rotator_wrapper {
	height:340px;
	overflow:hidden;
	color:#FFF !important;
}

.sxolia_rotator_wrapper a{
	color:#fff !important;
}

#ctrl_36 span {
	display:block;
}

#ctrl_50 span {
	display:block;
}

input[type="radio"], input[type="checkbox"] {
    display: inline-block;
    line-height: normal;
    margin: 4px 0 0;
}

 
.taxi_form .submit {
	background:#7D066F;
	border:1px solid #7D066F;
	height:60px;
	width:180px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
}

li.book_now > a{
	background: none repeat scroll 0 0 #9c0a93;
	border-radius: 6px;
	color: #fff;
	display: block;
	margin-top: 10px;
	padding: 7px 10px;
	text-align: center;
	max-width: 100px;
	transition:all .2s ease;
}
li.book_now > a:hover{color:#fff;background-color:#AD25C7;}
li.book_now > a::before{content:none;}

#cookiebar{z-index:160;}
#cookiebar button{background-color:#9C0A93;}

@media(min-width:768px){
    .espa-sign {
        position: fixed;
        left: 15px;
        bottom: 30px;
        z-index: 101;
        /* opacity: .7; */
        transition: all .2s ease;
    }

    .espa-sign-2 {
        position: fixed;
        right: 15px;
        bottom: 30px;
        z-index: 101;
        /* opacity: .7; */
        transition: all .2s ease;
    }
}
@media(max-width:767.98px){
    .espa-sign {
        position: fixed;
        left: 15px;
        bottom: 120px;
        z-index: 101;
        /* opacity: .7; */
        transition: all .2s ease;
    }

    .espa-sign-2 {
        position: fixed;
        left: 15px;
        bottom: 170px;
        z-index: 101;
        /* opacity: .7; */
        transition: all .2s ease;
    }
}

.ht_top_bar{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #9c0a93;
    z-index: 99999999;
    padding: 5px;
}
.ht_top_bar a{
    color: white;
    font-size: 18px;
}