@import "reset.css";
@import "prettyPhoto.css";
@import "supersized.css";
@import "supersized.shutter.css";
@import "jquery.jscrollpane.css";
@import "smoothness/jquery-ui-1.10.0.custom.css";
@import "jplayer.css";

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Left & Right alignment */



.left { float:left;}
.right { float:right;}
.clear {clear:both;}
.table {display:table;}
.wrapper {width:100%; overflow:hidden;}
.relative {position:relative;}
.absolute {position:absolute;}

/* Global properties ======================================================== */
body, html {height:100%;}

body{ background:#fff; border:0; font: 12px Arial, Helvetica, sans-serif; color:#2c323a ; line-height:18px; min-width:1000px; position:relative; overflow:hidden;}

.spinner{ position:absolute; z-index:99; background:url(../images/loader.gif) 50% 50% no-repeat #fff; width:100%; height:100%; top:0; left:0}

.extra {min-height:100%; height:auto !important; height:100%; width:0px; position:absolute; right:0; top:0; z-index:4; background: url(../images/content_bg.jpg); overflow: hidden; }

footer{width: 100%; height: 49px; background: url(../images/footer.png) 0 0 repeat-x; position: fixed; left: 0; bottom: 0; z-index: 20;}
.copyright{color:#84888f; line-height:40px;padding-top: 9px; padding-left:20px; float: left; font-size: 11px;}
.copyright a { color:#32373f;}
.icons { float:right; padding-top:14px; padding-right:5px;}
.icons > li { display:inline-block; padding:0 2px;position:relative;}
.icons > li > a{display:block; width:100%; height:30px;}
.tola{float: right; margin-right: 10px;}

.top1{width: 2300px; height: 114px; background: url(../images/top1.png) center 0 no-repeat; position: fixed; left: 50%; margin-left: -1150px; top: 0; z-index: 6;}
.top2{width: 1000px; height: 114px; margin: 0 auto;}

header{width: 263px; height: 137px; background: url(../images/header.png) 0 0 no-repeat; text-align: center; float: left; margin-left: 26px;}
.logo { display:inline-block;text-decoration:none; padding-top: 5px; }
.logo .img{display: inline-block;}
.logo img{ float: left; padding: 0 1px;}
.logo .txt1{ font-size: 50px; line-height: 50px; font-family: 'lobsterregular'; color: #323840; letter-spacing: 0px;}
.logo .txt2{ font-size: 12px; line-height: 14px; font-family: 'Georgia'; font-style: italic; color: #76797f; letter-spacing: 1px; padding-top: 10px;}

.home{ display:block; width:38px; height:35px; float: left; margin-left: 10px; margin-top: 38px;}
.home span{ display:block; width:100%; height:100%; background:url(../images/home.png) center center no-repeat; }

.reservation_but{width: 143px; height: 65px; background: url(../images/reservation.png) top left no-repeat; position: fixed; left: 50%; margin-left: -72px; bottom: 8px; z-index: 21;cursor: pointer;}
.reservation_but .over{position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1; background: url(../images/reservation.png) left bottom no-repeat;}
.reservation_but .txt1{position: absolute; width: 100%; left: 0; top: 0; z-index: 2; text-align: center; font-family: 'Georgia'; font-size: 18px; line-height: 65px; color: #fff; font-style: italic;}

.reservation_wrapper{width: 350px; padding: 0 30px; height: 410px; background: #fbfbfb;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; position: fixed; left: 50%; margin-left: -205px; bottom: -370px; z-index: 19;}
.reservation_wrapper2 {margin-top: 40px; position: relative;}
.close2{ display:block; width:22px; height:22px; position:absolute; right:10px; top:10px; z-index:30;}
.close2 span{ display:block; width:100%; height:100%; background:url(../images/close2.png) center center no-repeat; }

.reservation_welcome{font-family: 'Georgia'; font-size: 14px; color: #a5a5a5; line-height: 18px; font-style: italic;  padding-bottom: 10px;}
#ui-datepicker-div{z-index: 50!important;}



/* ============================= main menu ====================== */

.menu { display:block; float: left; }
#menu { display:inline-block; height:30px; white-space:nowrap; padding-top: 40px;}
#menu > li { display: inline-block;height:30px; position:relative; float:left; white-space:nowrap; padding: 0 15px; }
#menu > li > a{display: inline-block; height:100%; text-decoration:none; position:relative; z-index: 2; }
#menu > li > a .txt1{ display:block; position: relative; width:100%; height:100%; left:0px; top:0px; z-index:5;font-family:'Georgia';  font-style: italic; font-size:18px; line-height:30px; color:#696f77; text-decoration:none;  }
#menu > li > a .over1{display: block; width: 100%; height: 2px; position: absolute;left: 0;bottom: 0px; text-align: center;}
#menu > li > a .over2{width: 100%; height: 2px; display: inline-block; background: #44433f;}

.submenu{ position:absolute; z-index:1; top:30px; left:0px;}
.submenu > ul{ padding:25px 0 10px; background: url(../images/submenu.png);}
.submenu ul > li{ display:block; width:100%; height:30px; position:relative; text-align:left;}
.submenu ul > li > a{ display:block;height:100%;line-height:30px; text-decoration:none; position: relative; font-family:'Georgia'; font-style: italic; font-size:15px; color:#696f77; white-space:nowrap; padding:0 50px 0 15px; overflow: hidden;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.submenu ul > li > a:hover { color:#3f4044; text-decoration:none; }




/* ============================= main layout ====================== */



#content{ width:800px; height:0px; position:relative; overflow:hidden;}
#content > ul > li{width: 800px; position:absolute; left:0; top:0; z-index:1;}
.box{ width:700px; position:relative; padding:140px 50px 100px 50px;}

#page_CONTACTS .box{padding-bottom: 180px;}

.close{ display:block; width:28px; height:28px; position:absolute; right:15px; top:115px; z-index:30;}
.close span{ display:block; width:100%; height:100%; background:url(../images/close.png) center center no-repeat; }



.col0,.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12   { float:left;}

.col0 { width:1px; background:#131314; margin-left:29px; margin-right:30px; margin-top:20px;}

.col1{ width:330px;}







.pad_left1{ padding-left:10px;}
.pad_left2{ padding-left:20px;}
.pad_left3{ padding-left:30px;}
.pad_left4{ padding-left:40px;}
.pad_left5{ padding-left:50px;}
.pad_left6{ padding-left:60px;}




a{ color:#000; text-decoration: underline; outline:none}
a:hover{ text-decoration: none}

h2{ font-family:'Georgia';font-weight:bold; font-style: italic; font-size:24px; color:#2c323a; line-height:24px; padding:15px 0 15px 0;  }
.h3{ font-family:'Arial';font-weight:normal; font-size:12px; color:#2c323a; line-height:22px; padding-bottom: 10px;  }



.upper { text-transform:uppercase;}

.color1{ color:#fff;}
.color2{ color:#ffae00;}

.text { padding:0 0 5px; display: block;}

.line1 { height:1px; background:#4a4a4a; margin:15px 0;}

.radius1{border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}

.border1 { border:1px solid #bfbfbf;}
.border2 {padding: 5px; background: #fff;}



.img1 {margin-bottom:20px;margin-right:20px;}
.img2 {margin-right:20px; }
.img3 {margin-bottom:15px;}

.button1{display: inline-block; height: 37px; line-height: 37px; padding: 0 25px; font-family: 'Georgia'; font-size:18px; color: #c0c2c5; font-style: italic; background: url(../images/button1.jpg) left top repeat-x; text-decoration: none;border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; margin-top: 5px; margin-bottom: 5px; }
.button1:hover{color: #fff; background-position: bottom; }

.button2{display: inline-block; height: 37px; line-height: 37px; padding-left: 45px; font-family: 'Georgia'; font-size:18px; color: #242a33; font-style: italic; background: url(../images/button2.png) 0 0 no-repeat; text-decoration: none;border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; margin-top: 5px; margin-bottom: 5px; margin-left: 20px; }


.date1{ font-family: 'Arial';font-size: 12px; line-height: 22px; color: #2c323a; padding-bottom: 10px;}
.date1 .txt1{ font-weight: bold; font-size: 20px;} 

.gal1 { width:215px; padding-bottom:20px; float:left; margin-right:25px; }
.gal1.last { margin-right:0px; }

.photo1 {width:215px; height:117px; margin-bottom:15px;}
.photo1 a img {border:1px solid #bfbfbf;padding: 5px; background: #fff;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.photo1 a:hover img{background: #32373f;}

.ul1{ margin-bottom:0px;}
.ul1 > li { line-height:30px; }
.ul1 > li a{ display:block; height:100%; text-decoration:none; color:#2c323a; padding-left:25px; background: url(../images/li_st1.png) 0 8px no-repeat; font-size: 16px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.ul1 > li a:hover{ text-decoration:none; color:#000; background-position: 10px 8px;}

.prices1{padding-bottom: 5px; font-size: 14px; width: 330px;}
.prices1 .txt1{width: 270px; float: left; }
.prices1 .txt2{width: 60px; float: right;}

.prices2{padding-bottom: 5px; font-size: 14px; width: 600px;}
.prices2 .txt1{width: 400px; float: left; }
.prices2 .txt2{width: 120px; float: right;}

.google_map{
	width: 688px;
	height: 428px;
	border-radius:5px;
	background: #fff;
	position:relative;
	overflow:hidden; margin-bottom:20px; border:1px solid #bfbfbf; padding: 5px;
}

ftp://hotel:noeprietp12@91.196.125.47





/*===================== jScrollPane =====================*/

.scroll-pane{width: 100%; height:481px; overflow: auto;}


/*================= reservation =========================*/

#reservation_note{ padding-top: 5px;  }
.reservation_notification_error{ color:#f00; margin-bottom:5px;font-size: 11px; line-height: 16px; }
.reservation_notification_ok{ text-align: center; font-size: 14px; font-family: 'Georgia'; font-style: italic; color: #353a42;} 

.reservation_more{display: inline-block; height: 37px; line-height: 37px; padding: 0 15px; font-family: 'Georgia'; font-size:18px; color: #c0c2c5; font-style: italic; background: url(../images/reservation_more.jpg) left top repeat-x; text-decoration: none;border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;margin-top: 25px; }
.reservation_more:hover{color: #fff; background-position: bottom; }


#ajax-reservation-form label{height: 20px; line-height:20px; color:#a5a5a5; font-family: 'Georgia'; font-style: italic; padding-left: 10px;}
#ajax-reservation-form label.c{ margin-top:5px;}

#ajax-reservation-form input{ width:150px; padding-left: 10px; height:30px; background: #fff; border: 1px solid #bdbdbd; margin-bottom:5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-family:'Georgia'; font-size:12px; color: #5a5e65;-moz-box-shadow: inset 2px 2px 5px #f0f0f0; -webkit-box-shadow: inset 2px 2px  5px #f0f0f0; box-shadow: inset 2px 2px 5px #f0f0f0;  }
#ajax-reservation-form input.datepicker{background:#fff url(../images/calendar_ic.png) right center no-repeat;}
#ajax-reservation-form input:focus{border-color:#656565; }

#ajax-reservation-form select { height:33px; border: 1px solid #E7E7E7; border-top-color: #CCC; font-size: 1em; padding: 7px 9px; box-shadow: 0 1px 6px #F0F0F0 inset;font-family:'Georgia'; font-size:12px; color: #5a5e65;margin-bottom:5px;}
#ajax-reservation-form select.select1{width: 230px;}
#ajax-reservation-form select.select2{width: 90px;}

#ajax-reservation-form img{display: block; width:135px; height:65px; margin-top:5px; margin-left:5px;margin-right: 5px;}

#ajax-reservation-form input.capthca{ float:left; width:83px; margin-top:0px; margin-right:0px; }

#ajax-reservation-form input.submit{ width:95px; height:37px; cursor:pointer; background:url(../images/reservation_submit.png) left top no-repeat; border:none; margin:20px 0 0 0px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;  text-indent:-999%; box-shadow: none; padding: 0; }
#ajax-reservation-form input.submit:hover{ background-position:bottom;}

/*================= Contacts =========================*/

#note{ width:690px;}
.notification_error{ color:#f00; margin-bottom:5px }
.notification_ok{ text-align: center;} 

#ajax-contact-form label{float:left; width: 100px; line-height:31px; color:#a5a5a5; font-family: 'Georgia'; font-style: italic;}
#ajax-contact-form label.c{ margin-top:5px;}

#ajax-contact-form input{ float:left; width:580px; padding-left: 10px; height:37px; background: #fff; border: 1px solid #bdbdbd; margin-bottom:5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-family:'Georgia'; font-size:12px; color: #5a5e65;-moz-box-shadow: inset 2px 2px 5px #f0f0f0; -webkit-box-shadow: inset 2px 2px  5px #f0f0f0; box-shadow: inset 2px 2px 5px #f0f0f0;}
#ajax-contact-form input:focus{border-color:#a8a8a8; }

#ajax-contact-form textarea{ float:left; width:580px; height:110px; padding-left: 10px; background: #fff; border: 1px solid #bdbdbd; margin-bottom:5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-family:'Georgia'; font-size:12px; color: #5a5e65;-moz-box-shadow: inset 2px 2px 5px #f0f0f0; -webkit-box-shadow: inset 2px 2px  5px #f0f0f0; box-shadow: inset 2px 2px 5px #f0f0f0;}
#ajax-contact-form textarea:focus{border-color:#a8a8a8; }

#ajax-contact-form img{float:left; width:140px; height:53px; margin-top:5px; margin-left:10px;}

#ajax-contact-form input.capthca{ float:left; width:83px; margin-top:5px; margin-right:10px;}

#ajax-contact-form input.submit{ width:95px; height:37px; cursor:pointer; background:url(../images/submit.png) left top no-repeat; border:none; margin:5px 0 0 0px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;  text-indent:-999%;box-shadow: none; padding: 0; }
#ajax-contact-form input.submit:hover{ background-position:bottom;}

/* Generated by Font Squirrel (http://www.fontsquirrel.com)  */

@font-face {
    font-family: 'lobsterregular';
    src: url('lobster-webfont.eot');
    src: url('lobster-webfont.eot?#iefix') format('embedded-opentype'),
         url('lobster-webfont.woff') format('woff'),
         url('lobster-webfont.ttf') format('truetype'),
         url('lobster-webfont.svg#lobsterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.subitiesubitie{
width:700px;
float:left;
}

.subitie_date{
font-family:'Georgia';font-weight:bold; font-style: italic; font-size:14px; color:#2c323a; line-height:18px; padding-top:20px;
}

.subitie_title{
font-family:'Georgia';font-weight:bold; font-style: italic; font-size:18px; color:#2c323a; line-height:18px; padding:5px 0 10px 0; 
}

.subitie_discript a{
text-decoration:none;
}

.subitie_discript a:hover{
text-decoration: underline;
}

