﻿@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Amatic+SC:400,700);
@import url(http://fonts.googleapis.com/css?family=Advent+Pro:400,600,100,200&subset=latin,greek);
body {
	background-image:url(../images/common/blackmamba.png);
	background-repeat:repeat;
	background-color:#181c22;
	padding:0;
	margin:0;
	overflow-x:hidden;
}
.clear {
	clear:both;
}
.title {
	margin-top:10px;
}
h4{
    line-height:32px;
}
.container {
	width:1000px;
	margin:0 auto;
}
.languages ul {
	float:right;
	list-style:none;
	margin-top:-80px;
	padding-top:0;
}
.languages ul li {
	display:inline;
	background-color:rgba(255, 255, 255, 0.3);
	padding:5px;
	text-decoration:none;
}
.languages ul a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
.languages ul li:hover {
	background-color:rgba(255, 255, 255, 1);
}
.slider_bg {
	background-color:rgba(255, 255, 255, 0.3);
	width:100%;
}
/*HIDDEN DROP DOWN MENU*/
ul.dropdown_menu{
	background-color:rgba(255,255,255,0.9);
	list-style:none;
	width:200px;
	text-align:right;
	padding:15px 0 15px 0;
	font: bold 14px/18px sans-serif;
	float:right;
	display: none;
	margin-bottom:0px;
	margin-top:10px;
	}
li.reveal{ cursor:pointer;}	

ul.dropdown_menu:hover{
	background: #555;

}

ul.dropdown_menu li ul {
	list-style:none;
	padding-left:0;
	
}
ul.dropdown_menu li ul li {
	padding:15px 0 15px 0;
	width:100%;
	cursor:pointer;

}
ul.dropdown_menu li ul li a{
	padding-right:15px;
	text-decoration:none;
	color:#fff;
text-shadow: 0 -1px 0 #000;
}

ul.dropdown_menu li ul li a:hover{
	color: #fff;
	
}

ul.dropdown_menu li ul li:hover {
	background: #666;
	padding:15px 0 15px 0;
	width:100%;
	
}

ul ul { display: none; }


/**/
.navigation {
	float:right;
	margin-top:-461px;
	padding-top:0;
	background-image:url(../images/common/blackmamba.png);
	background-repeat:repeat;
	width:230px;
	text-align:center;
	color:#FFF;
	height:451px;
}
.navigation ul {
	list-style:none;
	text-align:center;
	padding-bottom:55px;
	padding-left:0px;
	padding-right:5px;
}
.navigation ul li {
	padding-bottom:5px;
	padding-top:5px;
}
.navigation ul li a {
	text-decoration:none;
	letter-spacing:-1px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:20px;
	color:white;
	transition: all 0.5s ease;
	-moz-transition: all 1s ease;
	-o-moz-transition: all 1s ease;
	-webkit-moz-transition: all 1s ease;
}
.navigation ul li a:hover {
	color:#46494e;
}
.navigation h3 {
	font-family: 'Amatic SC', cursive;
	font-weight:bold;
	color:white;
	font-size:40px;
	letter-spacing:5px;
	margin-top:20px;
}

.roza{
	margin-left:20px;
	margin-bottom:20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow: 0px 7px 4px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 7px 4px rgba(0,0,0,0.6);
	-o-box-shadow: 0px 7px 4px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 7px 4px rgba(0,0,0,0.6);
}

.main_content_wrapper {
	border-right:solid 15px rgba(255, 255, 255, 0.3);
	border-left:solid 15px rgba(255, 255, 255, 0.3);
	margin-top:30px;
	margin-bottom:20px;
}
.main_content {
	background-color:rgba(255, 255, 255, 0.3);
	padding:20px;
	margin-left:10px;
	margin-right:10px;
	float:left;
	width:910px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:white;
	font-size:14px;
	font-weight:lighter;
	line-height:20px;
	text-align:justify;
	height:auto;
	background-image:url(../images/common/inner_title.png);
	background-position:right top;
	background-repeat:no-repeat;
}
.main_content h4, .container h4 {
	font-family: 'Amatic SC', 'Advent Pro', cursive;
	color:white;
	font-size:32px;
	margin-bottom:0px;
	margin-top:15px;
	font-weight:bold;
}
.more {
	border-bottom:dotted 2px black;
	padding-bottom:5px;
	margin-top:35px;
	color:#0F0;
	font-family: 'Amatic SC', 'Advent Pro', cursive;
	font-size:30px;
	text-align:center;
	text-align:left;
}
.main_content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:lighter;
}
.SeasonWrapper{
    float:left;
    width:50%;
    text-align:center;
}
    .SeasonWrapper h4{
        color:yellow;
    }
    .get_there {
        float: left;
        width: 33.3%;
        margin: 40px auto 0 auto;
        text-align: center;
    }
.get_there span {
	font-family: "Times New Roman", Times, serif;
	color:#000;
	font-size:18px;
	background-color:rgba(255, 255, 255, 0.5);
	padding:5px;
	box-shadow: 5px 5px 0 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 5px 5px 0 0px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 5px 5px 0 0px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 5px 5px 0 0px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 5px 5px 0 0px rgba(0, 0, 0, 0.4);
}
.gallery {
	border:solid 4px rgba(255, 255, 255, 0.9);
	margin:5px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
	-o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
}
.gallery:hover {
	border:solid 4px #9F6;
}
.RoomsGallery{
    width:20%;
}
.information-content {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px;
    margin-top: 40px;
    float: left;
    width: 475px;
    height: 190px;
}
.information-content h3, .location-content h3 {
	font-family: 'Amatic SC', 'Advent Pro', cursive;
	color:white;
	font-size:30px;
	margin-bottom:15px;
	margin-top:0;
	font-weight:bold;
}
.information-content ul {
	list-style:none;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
}
.information-content ul li.telephone {
	background-image:url(../images/common/mobile.png);
	background-position:left;
	background-repeat:no-repeat;
	text-indent:32px;
	height:23px;
	margin-top:3px;
	margin-bottom:3px;
}
.information-content ul li.private {
	background-image:url(../images/common/tel.png);
	background-position:left;
	background-repeat:no-repeat;
	text-indent:32px;
	height:23px;
	margin-bottom:3px;
}
.information-content ul li.email {
	background-image:url(../images/common/address.png);
	background-position:left;
	background-repeat:no-repeat;
	text-indent:32px;
	height:23px;
}
.location-content {
	background-color:rgba(255, 255, 255, 0.3);
	margin-top:40px;
	padding:10px;
	float:right;
	width:475px;
	height:190px;
}

.booking_home{
	width:100%;
	margin-top:40px;
	margin-bottom:-20px;
	text-align:right;
	}

.booking_home a{
	background-color:#666;
	color:#FFF;
	padding:5px 15px;
	border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.booking_home a:hover{
	background-color:#fff;
	color:#666;
}

/*Contact*/
.label, .label1 {
	float:left;
	width:425px;
	margin:10px 10px 0 8px;
}
label {
	float:left;
	margin-top:20px;
	margin-bottom:5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #9F6;
}
.vpb_input_fields, .vpb_input_fields_subject, .vpb_input_fields_message {
	background-color:rgba(0, 0, 0, 0.3);
	border:solid thin rgba(0, 0, 0, 0.4);
	height:30px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:15px;
}
.vpb_input_fields {
	float:left;
	width:425px;
	padding:5px;
}
.vpb_input_fields_subject, .vpb_input_fields_message {
	width:870px;
	padding:5px;
	color:#FFF;
}
.vpb_input_fields_message {
	height:120px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:15px;
}
.vpb_captcha_wrapper {
	margin-left:10px;
	margin-top:15px;
}
.vpb_general_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.vpb_general_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	cursor:pointer;
}
.vpb_general_button:active {
	position:relative;
	top:1px;
}
/*Success Message Style*/
.vpb_success {
	width:93%;
	margin:15px auto 0 auto;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color: black;
	font-size:11px;
	padding:10px;
	background:#FFFFB7;
	border:1px solid #F1F1F1;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height:20px;
	font-style:italic;
}
/*Error Messages Style*/
.vpb_info {
	width:93%;
	margin:15px auto 0 auto;
	text-align:center;
	border: 1px solid #999;
	padding:8px 10px 8px 10px;
	text-shadow: 2px 2px 2px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:20px;
	font-weight:normal;
	color: black;
	background:#FFFFB7;
	font-style:italic;
}


#map-canvas{
	width:100%;
	height:300px;
	margin-top:35px;

}

/**/
.footer {
	background-color:#000;
	margin-top:3px;
	color:white;
	padding:8px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:13px;
}
.footer a {
	color:white;
	font-style:italic;
	text-decoration:none;
}
.footer a:hover {
	color:#999;
}
 @media screen and (max-width: 1120px) {
 .container {
 width:900px;
}
 .navigation {
 margin-top:-401px;
 height:391px;
}
 .navigation ul {
 padding-bottom:33px;
}
 .navigation ul li {
 padding-bottom:3px;
}
 .navigation h3 {
 font-size:40px;
 margin-top:20px;
 margin-bottom:20px;
}
.main_content {
 width:810px;
}
 .information-content {
 padding:2%;
 width:45%;
}
.location-content {
 padding:2%;
 width:45%;
}
 .label {
 float:left;
 width:47%;
 margin:10px 10px 0 8px;
}
 .vpb_input_fields {
 float:left;
 width:100%;
}
 .label1 {
 width:96%;
}
.vpb_input_fields_subject, .vpb_input_fields_message {
 width:100%;
}
 .vpb_input_fields_message {
 height:120px;
}
 .vpb_captcha_wrapper {
 margin-left:10px;
}
}
 @media screen and (max-width: 920px) {
 .container {
 width:750px;
}
 .navigation {
 margin-top:-324px;
 width:200px;
 height:314px;
}
 .navigation ul {
 padding-bottom:8px;
}
 .navigation ul li a {
 font-size:17px;
}
 .navigation h3 {
 font-size:40px;
 margin-top:9px;
 margin-bottom:9px;
}
.main_content {
 width:660px;
}
.get_there span {
 font-size:15px;
}
}
@media screen and (max-width: 760px) {
.container {
 width:95%;
}
.navigation {
 display:none;
}
.main_content {
 float:none;
 height:auto;
 width:94%;
 padding:3%;
 margin-left:0;
}
 .main_content_wrapper {
 border:none;
}
 .dropdown_container {
 width:95%;
 margin:0 auto;
}
 ul.dropdown_menu {
 display: inline;
}
 .location-content img {
 max-width:100%;
 width:100%;
}
 .information-content ul {
 font-size:15px;
 padding-left:5px;
}
}
 @media screen and (max-width: 620px) {
 .dropdown_container {
 width:100%;
 margin:0;
 padding:0;
 
}
ul.dropdown_menu{
	width:100%;
	text-align:center;
	float:left;
	background-color:rgba(255,255,255,0.9);
	}

.information-content, .location-content {
 float:none;
 width:95%;
}
 .information-content ul {
 font-size:17px;
 padding-left:35px;
}
 .location-content img {
 width:60%;
}
 .get_there {
 float:none;
 text-align:left;
 width:100%;
}
.gallery {
 max-width:100%;
 width:35%;
}
    .Apartments h4 {
        text-align: center;
    }
    .RoomsGallery {
        width: 40%;
    }
.label, .label1 {
 width:100%;
}
 .vpb_input_fields, .vpb_input_fields_subject, .vpb_input_fields_message {
 width:94%;
}
}
 @media screen and (max-width: 570px) {
 .title img {
 max-width:100%;
 width:70%;
}
 .languages ul {
  margin-top:-70px;
   padding-left:0;

}
.main_content {
 background-image:none;
}
.booking_home{
	text-align:center;
	}
#fieldcontainer5, #fieldcontainer6{
	float:none;
	width:100%;

}
#row8{
	margin-top:25px;
}

#errorflagrow8{
	float:none;
	margin-top:0;
	margin-left:0;
}


}
 @media screen and (max-width: 480px) {
 .title img {
 width:100%;
}
 .languages {
 width:100%;
 margin:0 auto;
 text-align:center;
}
 .languages ul {
 float:none;
 margin:10px auto 15px auto;

 
}
.roza{
	display: none;
}

 .information-content ul {
 font-size:14px;
 padding-left:35px;
}
 .location-content img {
 width:80%;
}
 .gallery {
 max-width:100%;
 width:90%;
}
    .SeasonWrapper{
        width:100%;
        margin-bottom:50px;
    }
   
    .vpb_input_fields, .vpb_input_fields_subject, .vpb_input_fields_message {
        width: 93%;
    }
}
