@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,800&subset=latin,greek);
*{
	font-family: 'Open Sans', sans-serif;
}
.bg_orange {
	background-color: #f07039;
	color: #ffffff;
}
.bg_orange .container{
	padding: 10px 15px;
}
.bg_white{
	background-color: #ffffff;
}
.bg_dark_grey{
	background-color: #323232;
	color: #ffffff;
}
.bg_dark_grey .container{
	padding: 20px 15px;
}
.bg_grey{
	background-color: #efefef;
	padding: 30px 15px 0px;
}
.top_white{
	position: relative;
	height: 30px;
}
.logo {
	position: absolute;
	left: 15px;
	top: 0px;
	z-index: 99999;
}
.slogan p{
	padding: 20px 0px;
}
div.title {
	color: #323232;
	font-size: 22px;
	font-weight: bold;
}
.modal.in .modal-dialog {
	z-index: 9999;
}
.gallery > .content > a.col-xs-6 img{
	width: 100%;
}
.bottom_menu a{
	color: #ffffff;
}
ul{
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
ul li i{
	margin-right: 10px;
	color: #f07039;
}
p{
	text-align: justify;
}
.gallery img:hover{
	cursor: pointer;
}


/* Lifted corners */

.drop-shadow {
	float:left;
	padding: 10px;
	margin: 5px;
	width: 45%;
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.effect2
{
	position: relative;
}
.effect2:before, .effect2:after
{
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.effect2:after
{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}



.main_block:after{
	width: 100%;
	content: '';
	background-color: #c7cdd0;
	height: 1px;
	margin: 15px auto;
	display: block;
}



















































.in-fonts .add-on{
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	text-align:center;
	background-color:#eee;
	border:1px solid #ccc;
}
#nform input#Send{
	width:240px;
	height:30px;
	margin:10px 0 0 2px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:#330505 solid 1px;
	background:#000000;
	color:#fff;
	font-family:Verdana;
	font-size:14px
}
#nform input#Send:hover[type="submit"]{
	background:#252525
}
.input-bl {
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
input[type="reset"],input[type="submit"] {
	cursor:pointer;
	width:auto;
}
select,textarea,input[type="text"],input[type="email"] {
	display:inline-block;
	height:20px;
	margin-bottom:6px;
	vertical-align:middle;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:4px 6px;
}
textarea,input {
	margin-left:0;
	height:auto;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-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:border linear .2s,box-shadow linear .2s;
	-moz-transition:border linear .2s,box-shadow linear .2s;
	-o-transition:border linear .2s,box-shadow linear .2s;
	transition:border linear .2s,box-shadow linear .2s;
}
textarea:focus,input:focus {
	outline:thin dotted \9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	border-color:rgba(82,168,236,0.8);
}
select:focus {
	outline:5px auto 0;
	outline-offset:-2px;
}
.in-fonts {
	display:inline-block;
	margin-bottom:10px;
	font-size:0;
	white-space:nowrap;
	vertical-align:middle;
}
.in-fonts input,.in-fonts select {
	position:relative;
	margin-bottom:0;
	margin-left:0;
	vertical-align:top;
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
	height: 30px;
}
.in-fonts input:focus,.in-fonts select:focus {
	z-index:2;
}
.in-fonts .add-on {
	display:inline-block;
	width: 30px;
	height:20px;
	min-width:16px;
	text-shadow:0 1px 0 #fff;
	vertical-align:top;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	margin-right:-1px;
	padding:4px 5px;
	height: 30px;
}
.in-fonts .add-on:first-child {
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
}
.platos {
	width:45%;
	margin-left:15px;
}
select {
	height:30px;
	line-height:30px;
	width:220px;
}
select,textarea,input {
	background-color:#fff;
	border:1px solid #ccc;
	font-size:14px;
	line-height:20px;
	color:#555;
}
#nform {
	display:block;
	height:auto;
	font-family:Verdana;
	font-size:12px;
	color:#333;
	padding:10px 0px;
	overflow:auto;
	position: relative;
}
#nform .error {
	font-family:Georgia,Arial;
	color:#c00;
	font-size:12px;
	margin-left:4px;
	font-style:italic;
}
#nform .verca {
	display:block;
	width:276px;
	height:64px;
}
#nform .verca #wrap {
	float:left;
	width:160px;
	margin-top:2px;
	border:solid #ccc 1px;
	height:52px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background-image:url(/hotels/1jsforms/images/rental.png);
	background-repeat:repeat;
}
#nform .verca #changeit {
	float:right;
	width:96px;
	font-family:Arial;
	font-size:11px;
}
img#refresh {
	margin-left:18px;
	cursor:pointer;
}
#nform input#code {
	width:148px;
	font-size:16px;
	margin:4px 0 0 2px;
}
#nform #Arrival_Date,#nform #Departure_Date {
	width:150px;
	height:20px;
}
#nform .addon {
	width: 97px;
	text-align: left;
	height: 30px;
}
#nform #HomeAddress,#nform #PhoneNumber,#nform #realname,#nform #email {
	width:258px;
}
#booking {
	display: block;
	height: auto;
	background-color: #eee;
	border: 1px solid #bbb;
	padding: 0px;
	text-align: center;
	padding-top: 31px;
}
#booking #checkin {
	width:180px;
	height:18px;
	border:1px solid #ccc;
	display: block;
	margin: auto;
	margin-bottom: 10px;
	background-image: url(calendar.png);
	background-position: 93% center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 30px;
	width: 84%;
}
#booking #nights,#booking #adults {
	border:1px solid #ccc;
	height: 30px;
	width: 84%;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
#booking #sbook {
	height: 30px;
	width: 84%;
	display: block;
	margin: auto;
	margin-bottom: 10px;

	border:1px solid #ff6262; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	text-decoration:none; 
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold; 
	color: #FFFFFF;
	background-color: #c84545; background-image: -webkit-gradient(linear, left top, left bottom, from(#c84545), to(#9e2727));
	background-image: -webkit-linear-gradient(top, #c84545, #9e2727);
	background-image: -moz-linear-gradient(top, #c84545, #9e2727);
	background-image: -ms-linear-gradient(top, #c84545, #9e2727);
	background-image: -o-linear-gradient(top, #c84545, #9e2727);
	background-image: linear-gradient(to bottom, #c84545, #9e2727);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c84545, endColorstr=#9e2727);
}
#booking #sbook:hover {
	border:1px solid #ff3434;
	background-color: #9e2727; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9e2727), to(#c84545));
	background-image: -webkit-linear-gradient(top, #9e2727, #c84545);
	background-image: -moz-linear-gradient(top, #9e2727, #c84545);
	background-image: -ms-linear-gradient(top, #9e2727, #c84545);
	background-image: -o-linear-gradient(top, #9e2727, #c84545);
	background-image: linear-gradient(to bottom, #9e2727, #c84545);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#9e2727, endColorstr=#c84545);
}
#booking input,#booking select {
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#555;
}
@font-face {
	font-family:FontAwesome;
	src:url(/fonts/fontawesome-webfont.woff?v=3.0.1) format(woff);
	font-weight:400;
	font-style:normal;
}
[class^="awe-"],[class*=" awe-"] {
	font-family:FontAwesome;
	font-weight:400;
	font-style:normal;
	text-decoration:inherit;
	-webkit-font-smoothing:antialiased;
	display:inline;
	width:auto;
	height:auto;
	line-height:normal;
	vertical-align:baseline;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	margin-top:0;
}
.awe-glass:before{content:"\f000";}
.awe-search:before{content:"\f002";}
.awe-envelope:before{content:"\f003";}
.awe-star:before{content:"\f005";}
.awe-user:before{content:"\f007";}
.awe-th-large:before{content:"\f009";}
.awe-th:before{content:"\f00a";}
.awe-th-list:before{content:"\f00b";}
.awe-ok:before{content:"\f00c";}
.awe-home:before{content:"\f015";}
.awe-inbox:before{content:"\f01c";}
.awe-refresh:before{content:"\f021";}
.awe-list-alt:before{content:"\f022";}
.awe-flag:before{content:"\f024";}
.awe-bookmark:before{content:"\f02e";}
.awe-print:before{content:"\f02f";}
.awe-font:before{content:"\f031";}
.awe-list:before{content:"\f03a";}
.awe-check:before{content:"\f046";}
.awe-arrow-left:before{content:"\f060";}
.awe-arrow-right:before{content:"\f061";}
.awe-arrow-up:before{content:"\f062";}
.awe-arrow-down:before{content:"\f063";}
.awe-calendar:before{content:"\f073";}
.awe-random:before{content:"\f074";}
.awe-comment:before{content:"\f075";}
.awe-key:before{content:"\f084";}
.awe-comments:before{content:"\f086";}
.awe-phone:before{content:"\f095";}
.awe-check-empty:before{content:"\f096";}
.awe-group:before{content:"\f0c0";}
.awe-list-ul:before{content:"\f0ca";}
.awe-list-ol:before{content:"\f0cb";}
.awe-table:before{content:"\f0ce";}
.awe-sitemap:before{content:"\f0e8";}
.awe-user-md:before{content:"\f0f0";}
.awe-coffee:before{content:"\f0f4";}




#booking{display:block;height:auto;padding:6px;background-color:#eee;border:1px solid #bbb;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}#booking .label{float:left;margin-top:6px;width:112px;font-family:Arial,sans-serif;font-size:14px;}#booking #checkin{width:130px;height:28px;    padding: 4px 6px;border:1px solid #ccc;}#booking #nights,#booking #adults{border:1px solid #ccc;height:28px;width:120px;}#booking #sbook{margin-left:88px;width:168px;height:28px;border:1px solid #ccc;background-color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}#booking #sbook:hover{background-color:#F7CDCD;border:1px solid #999;}#booking input,#booking select{font-family:Arial,sans-serif;font-size:14px;color:#555;}