@import url("import.css");
/*@import url("base-style/base-style.css");*/
/*@import url("base-style/forms.css");*/
/*@import url("plug-in/grid.css");*/
/*@import url("plug-in/corners.css");*/
@import url("plug-in/tabel_ul.css");
@import url("plug-in/menu.css");
/*@import url("plug-in/calendar.css");*/
/*@import url("button_1.css");*/
/*@import url("style_site.css");*/
@import url("second.css");
@import url("css_from_region.css");



/*
    start old styles
*/


/*
* breadcrumbs path
*/
.brcrumbs-wrp{
}
.brcrumbs-el-menu{
    display: inline;
    margin-right: 5px;
    position: relative;
}
.brcrumbs-el-menu.link-active a.brcrumbs-link.sub-menu-link{
    background: url("/img/button/brcrums-arrow.png") no-repeat scroll right -29px;
    text-decoration: none;
}
.brcrumbs-el-menu a.brcrumbs-link{
    padding-right: 14px;
    background: url("/img/button/brcrums-arrow.png") no-repeat scroll right 3px;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
}
.brcrumbs-el-menu a.brcrumbs-link:hover{
    background: url("/img/button/brcrums-arrow.png") no-repeat scroll right -15px;
    text-decoration: none;
}
.brcrumbs-el-menu a.brcrumbs-link.sub-menu-link:hover{
    background: url("/img/button/brcrums-arrow.png") no-repeat scroll right -15px;
    text-decoration: none;
}
.brcrumbs-el-menu #path_href_4{
    cursor: pointer;
}
.brcrumbs-link-right{
    text-decoration: none;
    color: #777;

}
.brcrumbs-link-left{
    text-decoration: underline;

}
.brcrumbs-el-menu strong{
    font-weight: normal;
    font-size: 11px;
    color: #696969;
    text-decoration: none !important;
}
/* fly block for brcrums */
.sub-menu-wrp{
    width: auto;
    position: absolute;
    z-index: 300;
    top: 25px;
    left: 0%;
    background-color: #fff;
    border: 2px solid #f2ad2e;
}
.shadow-fly-box{
    -webkit-box-shadow: 0 0 13px #BBBBBB;
    -moz-box-shadow: 0 0 13px #BBBBBB;
    box-shadow: 0 0 13px #BBBBBB;
}
.sub-menu-box{
    position: relative;
}
.sub-menu-box.columns-5{
    width: 865px;
}

.sub-menu-box.columns-4{
    width: 690px;
}
.sub-menu-box.columns-3{
    width: 520px;
}
.sub-menu-box.columns-2{
    width: 355px;
}
.sub-menu-box.columns-1{
    width: 175px;
}
.sub-menu-arrow{
    background: url('/img/button/brcrumbs-top-arrow.gif') no-repeat scroll 0 0px;
    width: 15px;
    position: absolute;
    top: -11px;
    left: 20px;
    height: 11px;
    display: block;
}
.sub-menu-content{
    padding: 10px 0px 10px 0;
    display: inline-block;
}
.sub-menu-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sub-menu-content ul li{
    line-height: 20px;
    display: block;
}
.sub-menu-content ul li a{
    padding: 2px 1px;
    display: inline-block;
}
.sub-menu-content ul li a:hover{
    background-color: #f7f7f7;
}

ul.li-sub-mebu {
    float: left;
    margin: 0 0px 0 10px;
    width: 162px;
}

.el-create-link{
    text-decoration: underline;
}
.el-create-link:hover{
    text-decoration: none;
}

a.no-part-link{
    text-decoration: none;
    color: #5E5E5E;
}
a.no-part-link span{
    text-decoration: underline;
    color: #3F5FB1;
}
a.no-part-link span:hover{
    text-decoration: none;
    color: #3F5FB1;
}
/*
* end breadcrumbs path
*/

.displayNoneRule {
    display: none;
}

/*
style calendar.css
*/

/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Default CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */

.hidden {
    opacity: 0;
    position: absolute;
}
.visible {
    opacity: 1;
}


input.calendar,
select.calendar {
    /*width: 55px;*/
    /*margin-top:0;*/
    /*margin-bottom:0;*/
    /*padding:0;*/
}

button.calendar {
    background: url('/img/icons/calendar-trans.png?new');
    position: absolute;
    top: 1px;
    left: 5px;
    border: 0;
    cursor: pointer;
    height: 21px;
    /*margin-right:4px;*/
    width: 23px;
    /*float:left;*/
}
button:focus{
    border:none;
}

/*button.calendar, noindex:-moz-any-link {*/
    /*position:relative;*/
/*}*/
div.calendar{
    background:url(/img/calendar/calendar.gif) no-repeat;
    text-align: center;
    height: 195px;
    width: 158px;
    /*
	margin-left:6px;
	margin-top:25px;
	*/
    padding-left:7px;
}
div.calendar * {
    margin: 0;
    padding: 0;
}
div.calendar div {
    background-color: none;
    cursor: move;
    height: 185px;
    overflow: hidden;
    position: relative;
    width: 147px;
    float:left;
}

div.calendar caption {
    color: #333;
    font: normal 12px/16px Arial, Helvetica, sans-serif;
    padding-top: 8px;
    padding-bottom:10px;
    text-align: center;
    width: 100%;
    background-color:none;
}
div.calendar caption a {
    cursor: pointer;
    display: block;
    height: 12px;
    overflow: hidden;
    position: absolute;
    text-indent: -100px;
    top: 10px;
    width: 15px;
    background-color:none;
}
div.calendar caption a.prev {
    background-image: url(/img/calendar/calendar-prev.gif);
    left: 0;
}
div.calendar caption a.next {
    background-image: url(/img/calendar/calendar-next.gif);
    right: 0;
}
div.calendar caption a:hover {
    background-position: 0 12px;
}
div.calendar caption span {
    height: 25px;
    position: relative;
    text-align: center;
}
div.calendar caption span.month {
    padding-right: 8px;
}
div.calendar caption span.month:after {
    content: ',';
}

div.calendar table {
    background: #FFF;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    cursor: default;
    margin: 0 auto;
    overflow: hidden;
    width: 147px;
}
div.calendar td,
div.calendar th {
    border: 0;
    color: #7b7b7b;
    font: normal 12px Arial, Helvetica, sans-serif;
    height: 21px;
    text-align: center;
    width: 21px;
}
div.calendar th {color:#7b7b7b; font-weight:bold; border-bottom:1px solid #c2c2c2;}
div.calendar td {
    color: #ddd;
    font-size: 11px;
    border-bottom:1px solid #ebebeb;
}
div.calendar td.invalid {
    color: #7a7a7a;
}
div.calendar td.valid {
    color: #3f4096;
    cursor: pointer;
}
div.calendar td.hilite {
    background: url(/img/calendar/calendar-hilite.gif);
}
div.calendar td.inactive {
    color: #ff0000;
}
div.calendar td.active,
div.calendar td.hover {
    color: #ec0000;
    cursor: pointer;
    text-decoration:underline;
}
input.bluecalendar,
select.bluecalendar {
    width: 55px;
    margin-top:0;
    margin-bottom:0;
    padding:0;
}
button.bluecalendar{
    background: url(/../img/ria_ria/icons/blue_calendar-icon.gif);
    position: relative;
    border: 0;
    cursor: pointer;
    height: 21px;
    margin-right:4px;
    width: 23px;
    float:right;
}
button.bluecalendar, noindex:-moz-any-link {
    position:relative;
}

div.bluecalendar{
    background:url(/img/calendar/calendar.gif) no-repeat;
    text-align: center;
    height: 195px;
    width: 158px;
    /*
	margin-left:6px;
	margin-top:25px;
	*/
    padding-left:7px;
}
div.bluecalendar * {
    margin: 0;
    padding: 0;
}

div.bluecalendar div {
    background-color:none;
    cursor: move;
    height: 185px;
    overflow: hidden;
    position: relative;
    width: 147px;
    float:left;
}
div.bluecalendar caption {
    color: #333;
    font: normal 12px/16px Arial, Helvetica, sans-serif;
    padding-top: 8px;
    padding-bottom:10px;
    text-align: center;
    width: 100%;
    background-color:none;
}
div.bluecalendar caption a {
    cursor: pointer;
    display: block;
    height: 12px;
    overflow: hidden;
    position: absolute;
    text-indent: -100px;
    top: 10px;
    width: 15px;
    background-color:none;
}

div.bluecalendar caption a.prev {
    background-image: url(/img/calendar/calendar-prev.gif);
    left: 0;
}
div.bluecalendar caption a.next {
    background-image: url(/img/calendar/calendar-next.gif);
    right: 0;
}
div.bluecalendar caption a:hover {
    background-position: 0 12px;
}
div.bluecalendar caption span {
    height: 25px;
    position: relative;
    text-align: center;
}
div.bluecalendar caption span.month {
    padding-right: 8px;
}
div.bluecalendar caption span.month:after {
    content: ',';
}
div.bluecalendar table {
    background: #FFF;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    cursor: default;
    margin: 0 auto;
    overflow: hidden;
    width: 147px;
}
div.bluecalendar td,
div.bluecalendar th {
    border: 0;
    color: #7b7b7b;
    font: normal 12px Arial, Helvetica, sans-serif;
    height: 21px;
    text-align: center;
    width: 21px;
}
div.bluecalendar th {color:#7b7b7b; font-weight:bold; border-bottom:1px solid #c2c2c2;}
div.bluecalendar td {
    background: url(/img/calendar/calendar-td.gif);
    color:#C2C2C2;
    font-size: 11px;
    border-bottom:1px solid #ebebeb;
}
div.bluecalendar td.invalid {
    color: #7a7a7a;
}
div.bluecalendar td.valid {
    color: #3f4096;
    cursor: pointer;
}
div.bluecalendar td.hilite {
    background: url(/img/calendar/calendar-hilite.gif);
}
div.bluecalendar td.inactive {
    color: #ff0000;
}
div.bluecalendar td.active,
div.bluecalendar td.hover {
    color: #ec0000;
    cursor: pointer;
    text-decoration:underline;
}



/*
end style calendar.css
*/

 /*
 demo element
 */

.demoElement1 {
    position: absolute;
   /* position: fixed;*/
    z-index: 6000;
    background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity = 40);
    visibility:hidden;
}

div.demoElement , div.fondemoElement{
    position:absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    margin:0px 0px 0px 0px;
    z-index:998;
    visibility:hidden;
}
div.fondemoElement{
	z-index:996;
	background:#000;
}
/*
end demo element
*/

/* Autocomliter */
ul.autocompleter-choices {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    /*border: 1px solid #7c7c7c;*/
    /*border-left-color: #c3c3c3;*/
    /*border-right-color: #c3c3c3;*/
    /*border-bottom-color: #ddd;*/
    background-color: #fff;
    text-align: left;
    font-family: Arial, sans-serif;
    z-index: 100 !important;
    background-color: #fff;
}

ul.autocompleter-choices li {
    position: relative;
    padding: 2px 5px;
    display: block;
    float: none !important;
    cursor: pointer;
    font-weight: normal;
    white-space: nowrap;
    font-size: 1em;
    line-height: 1.5em;
    width: auto;
}

ul.autocompleter-choices li.autocompleter-selected {
    background-color: #8888EE;
    color: #fff;
}
ul.autocompleter-choices li.autocompleter-selected  span.DropMenuItemFeature{
    color: #fff;
}

ul.autocompleter-choices span.autocompleter-queried {
    display: inline;
    float: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
    color: #b6dbff;
}


/*
end auto compliter
*/



/*reviews*/
.tooltip-review{
    width: 300px;
                    background: #fff1ad;
                    border: 1px solid #fdd200;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}
.tooltip-review .tooltip-review-text{
    padding: 1px 5px 1px 25px;

}
.tooltip-review .tooltip-review-left{
    position: absolute;
    margin-left: -20px;
}

.plus-icon-green,
.minus-icon-red{
    background: url("/img/icons/plus-minus-spr.png") no-repeat 0 0;
    width: 16px;
    height: 16px;
}
.minus-icon-red{
    background-position: 0 -17px;
}
.turists-1, .turists-2, .turists-3, .turists-4, .turists-5, .turists-6, .turists-7, .turists-8{
    background: url('/img/icons/turist.png') no-repeat 0 0;
    height: 16px;
    width: 16px;
}
.turists-1{
    background-position: 0 -102px;
}
.turists-2{
    background-position: 0 -119px;
}
.turists-3{
    background-position: 0 -34px;
}
.turists-4{
    background-position: 0 -68px;
}
.turists-5{
    background-position: 0 -51px;
}
.turists-6{
    background-position: 0 0;
}
.turists-7{
    background-position: 0 -85px;
}
.turists-8{
    background-position: 0 -17px;
}
/*end reviews*/


/**fast book*/


.fast-book-confirm {
    text-align: center;
    padding: 10px 0;
}
.fast-book-form{padding: 2px 0 0 0;}
.well-booking{
    color: #58BF05;
    font-size: 16px;
    line-height: 25px;
    padding: 0 10px 10px;
}
.err-booking{
    color: #ea270d;
    font-size: 23px;
    line-height: 25px;
    padding: 0 10px 10px;
}
.fast-book-txt{
    font-size: 14px;
    padding: 5px 10px 15px;
}

.fast-book-title{
    margin: 0px 0 15px 0;
    font-size: 21px;
    color: #464646;
    display: block;
    text-align: center;
    font-weight: normal;
    font-family: Georgia, serif;
    line-height: 1;
}
.close-book-form {
    float: right;
    position: relative;
    right: 5px;
    top: 0px;
    width: 20px;
}
ul.fast-book-form{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.fast-book-form li{
    margin: 0 0 2 0;
    padding: 0;
    text-align: center;
}
ul.fast-book-form li.input-pos-t{
    margin: 0 0 2 0;
    padding: 0 20px 0 0;
    text-align: center;
}
ul.fast-book-form li label.labe-block{
    display: block;
    margin: 1px 0 2px;
}
.form-book-tabl{
    line-height: 20px;
    padding-left: 25px;
}
.form-book-tabl dt{
    font-weight: normal;
    float: left;
    padding: 0;
}


label.labe-left-inp{
    margin: 1px 0 2px;
}
input.fast-book-inp{
    /*background: url("/img/common/input-bg.gif") no-repeat scroll 0 0;*/
    border: 1px solid #b2b2b2;
    height: 16px;
    outline: 0 none;
    /*    padding: 4px;*/
}
input.fast-inp-300{
    background-position: 0 0;
    width: 295px;
}
input.fast-inp-200{
    background-position: 0 -79px;
    width: 192px;
}
input.fast-inp-150{
    background-position: 0 -120px;
    width: 142px;
}
input.fast-book-inp:focus, input.fast-book-inp:hover{
    border: 1px solid grey;
    outline: 0 none;
}

.show {
    display:block;
}

.phone-title {
    display: block;
    line-height:25px;
    font-size: 16px;
}
.expr-booking-fly-wrp.sub-menu-wrp {
    top: 100px;
    left: 270px;
    width: 460px;
    z-index: 80;
    padding: 10px;

}
.fly-box-corn {
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}




/**end fast book*/
.delete-number {
position: absolute;
left: -24px;
top: 2px;

}
.close-butt:hover{
    opacity: 0.8;
}
.close-butt,
.delete-number{
background: url("/img/button/close-but.png") no-repeat scroll 0 0;
width: 24px;
height: 24px;
text-decoration: none;
cursor: pointer;
display: block;
}

.forma_login_container_all{
    color:#757575;
    font-size:14px;
    width:475px;
    margin:14% auto;
    z-index:1000;
}
.bgL{
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    width: 475px;
}

.topLogoZone {
    position: relative;
    height:83px;
}
/*
old header

*/

/*   header  */
.topWrapper{
    height:124px;
    position:relative;
}
.topWrapper.newYear{
    height:130px;
}
.topWrapper .logo {
    /*left:-6px;*/
    position:absolute;
    top:55px;
}
.topWrapper .logoNewYear {
    left:-6px;
    position:absolute;
    top:50px;
}
.topWrapper .logo a{
    text-decoration:none;
}
.topBghead{
    background:url("/img/common/headerBg.jpg") no-repeat scroll right top #fff;
    height: 135px;
}
.topWrapper .slogan {
    color: #484848;
    left:0px;
    position:absolute;
    padding-top:5px;
    font-size:14px;
    font-weight: bold;
    top: 4px;
}
.topWrapper .slogan h1{
    font-size:14px;
    margin: 0 0 5px 0;
}
.topWrapper .slogan span{
    color: #484848;
    display: block;
    margin: 0 0 5px 0;
}
.topWrapper .menuTop {
    position:absolute;
    right:1px;
    top:105px;
}
.tabs{
    font-size:93%;
    line-height:normal;
    font-size:12px;
}
.tabs a.el-menu, .tabs h2.first{
    background:url("/img/button/tableft.png") no-repeat scroll left top transparent;
    float:left;
    margin:0;
    padding:0 0 0 5px;
    text-decoration:none;
    color:#fff;
    height:26px;
    cursor:pointer;
}

.tabs a.el-menu span, .tabs a.el-menu strong, .tabs h2.first a {
    background:url("/img/button/tabright.png") no-repeat scroll right top transparent;
    display:block;
    float:left;
    font-weight:normal;
    padding:4px 8px 8px 4px;
}

.tabs h2.first a{
    font-size:12px;
    margin:0;
    line-height: normal;
    text-decoration: none;
    color: #fff;
}

.tabs ul {
    list-style: none;
}
.tabs li {
    display:inline;
    margin:0;
    padding:0;
}
.tabs a.el-menu:hover span {
    color: #fff;
}

.tabs a.el-menu:hover, .tabs h2.first:hover {
    background-position: 0% -27px;
}

.tabs a.el-menu:hover span, .tabs h2.first a:hover {
    background-position: 100% -27px;
}
.tabs a.el-menu:hover strong {
    background-position: 100% -27px;
}

.tabs a.el-menu:active, .tabs h2.first:active{
    background-position: 0% -56px;
    color: #727272;
}
.tabs a.el-menu:active span, .tabs h2.first:active a {
    background-position: 100% -56px;
    color: #727272;
}
.tabs a.el-menu:active strong {
    background-position: 100% -56px;
    color: #727272;
}
.tabs h2.first a:active  {
    background-position: 100% -56px;
    color: #727272;
}
.tabs a.el-menu:focus {
    outline: none;
}

.breackCrumb{
    font-size:12px;
    margin:20px 0 0 20px;
    padding:0;
}
.callnumber{
    position: absolute;
    top: 30px;
    right: 30px;
    color: #676767;
    background:url('/img/phone-book.png') no-repeat;
    width:215px;
    height:58px;
    background-position:0px 3px;
    padding: 2px 0 4px 90px;
}
.callnumber h2{
    font-size: 20px;
    margin:7px 0 2px 0;
    color:#464646;
}
.callnumber p{
    font-size: 20px;
    margin: 4px 0 0px;
    color: #464646;
    padding: 0;
}
.call-numb-small{font-size: 16px;}

.call-numb-mid{font-size: 24px;}

.callnumber .online-bron{
    font-size: 11px;
}
.top_Links{
    position:absolute;
    margin-top:5px;
    right:2px;
    top:1px;
    text-align:right;
    color:#484848;
    /*width: 53%;*/
}
.topstatist {
    background: url("/img/common/statistBg1.gif") no-repeat scroll left top transparent;
    position: absolute;
    left: 212px;
    top: 71px;
    color: #727272;
    padding: 0 0 0 14px;
    line-height: 16px;
    width: 200px;
}
.topstatistend {
    background: url("/img/common/statistBg2.gif") no-repeat scroll right top transparent;
    height: 55px;
}
.stat1 {
    float: left;
    text-align: right;
    padding: 8px 18px 0 0;
}
.topstatist a {
    display: block;
    font-size: 13px;
    white-space: nowrap;
}
.topstatistnumb {
    font-weight: bold;
    font-size: 14px;
}
.butt-fly {
    outline: 0 none;
    text-align: center;
    color: #390;
    border: 0 none;
    cursor: pointer;
}
.express-booking-wrp {
position: absolute;
right: 92px;
top: 80px;
}
.express-booking {
    position: relative;
}
/**
header-menu
*/

.header-menu{
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 2;
    position: relative;
}
.center{
    *z-index: -1;
    *position: relative;
}
.header-menu .header-menu-item .header-menu-item-link{}

.header-menu a:hover,
.header-menu li:hover a {
    color: #f47321 !important;
    background: #fff !important;


}
.header-menu li:hover ul,
.header-menu ul li:hover ul {
    display: block;
}

.header-menu .header-menu-item{
    float: left;
    line-height: 1;
    margin: 0;
    padding: 0;
    list-style: none;

}
.header-menu .header-menu-item .header-menu-item-link{
    padding: 5px 6px 6px 6px;
    color: #fff;
    background: #f6a415;
    /* background: #ffc148;
     background: -moz-linear-gradient(top, #ffc148 0%, #eb9601 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc148), color-stop(100%,#eb9601));
     background: -webkit-linear-gradient(top, #ffc148 0%,#eb9601 100%);
     background: -o-linear-gradient(top, #ffc148 0%,#eb9601 100%);
     background: -ms-linear-gradient(top, #ffc148 0%,#eb9601 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc148', endColorstr='#eb9601',GradientType=0 );
     background: linear-gradient(top, #ffc148 0%,#eb9601 100%);*/
    border:  1px solid #f6a415;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
}
.header-menu .header-menu-item .header-menu-item-link:hover{
    color: #f47321;
    background: #fff;
}

.header-menu .header-menu-first-item .header-menu-item-link{
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}
.header-menu .header-menu-last-item .header-menu-item-link{
    border-radius: 0 4px 4px  0;
    -moz-border-radius: 0 4px 4px  0;
    -webkit-border-radius: 0 4px 4px  0;
}
.header-menu .header-menu-down{
    display: none;
    padding: 0px 1px 1px 1px;
    border-left: 1px solid #f6a415;
    border-right: 1px solid #f6a415;
    border-bottom: 1px solid #f6a415;
    position: absolute;
    z-index: 3;
    width: 79px;
    background: #fff;
    top: 24px;
    right: 0;
}
.header-menu-item-link-down{
    cursor: pointer;
}

.header-menu .header-menu-down .header-menu-item {
    float: none;
    *position: relative;
    *margin: 0;
    text-align: center;


}
.header-menu .header-menu-down .header-menu-item .header-menu-item-link{
    color: #f47321;
    background: url("/img/dotted-bg.gif") left top repeat-x;
    border:  0 none;
    padding: 5px 0 6px 0;
    display: block;


}
.header-menu .header-menu-down .header-menu-item .header-menu-item-link:hover{
    color: #fff !important;
    background: #f6a415 !important;
    outline: 1px solid #f6a415;
}
/**/

.header-menu .header-menu-down .header-menu-item {
    *position: relative;
    *margin: 0;
}

.header-menu .header-menu-down .header-menu-item .header-menu-item-link{
    *background: none;

}
.header-menu .header-menu-down .header-menu-item a.header-menu-item-link:hover{
    *color: #555 !important;
    *background: none !important;
}
/**
end header-menu
*/

.tabs {
    line-height: normal;
    font-size: 12px;
}
.topwrapper .menutop {
    position: absolute;
    right: 1px;
    top: 105px;
}
.top_links h1, .top_links h1 a {
    color: #484848;
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    /*padding-top: 1px;*/
    float: left;
    cursor: pointer;
    display: inline;
    font-family: Arial, sans-serif;
}
.top_links a {
    color: #484848;
    margin: 0 6px;
    float: left;
}
.top_links span {
    font-size: 13px;
    margin-right: 5px;
    float: left;
}
top_links .arrow-all-hotel {
    color: #484848;
    margin: 0 0 0 1px;
    float: left;
    text-decoration: none;
}
.container::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*
* end old header

*/
/*old footeroo*/
.layout-box {
    float: left;
}
.footer {
    clear: both;
    height: 100px;
    margin: -106px auto 0;
    position: relative;
    width: 980px;
}
.footerMenu {
    color: #909090;
    float: left;
    padding-left: 13px;
    margin-top: 20px;
    width: 68%;
    font-size: 12px;
}
.footerMenu a {
    color: #909090;
    margin: 0 7px;
    white-space: nowrap;
}
.bokf {
    background: white url(/img/common/bokF.gif) no-repeat scroll right top;
    padding-bottom: 10px;
}
.corners {
    position: relative;
    overflow: hidden;
}
.corners em.tl, .corners em.tr, .corners em.bl, .corners em.br {
    position: absolute;
    font-size: 1px;
}
.corners-8 em.tl {
    left: -8px;
    top: -8px;
}
.corners-8 em.tl, .corners-8 em.tr, .corners-8 em.bl, .corners-8 em.br {
    width: 16px;
    height: 16px;
    background: url(/img/corners/corners-8.gif);
}
.footerInfo {
    color: #909090;
    float: right;
    font-size: 12px;
    padding-right: 20px;
    margin-top: 20px;
    width: 270px;
    text-align: right;
    line-height: 1.5;
}
/*end old footeroo*/


::-webkit-input-placeholder{
    color: #ddd;
}
input:-moz-placeholder{
    color: #ddd;
}

/*gallery*/
.gal-prev-ico {
    background: url('/img/gallery/nav.gif') no-repeat 0 -38px;
    position: fixed;
    height: 17px;
    opacity: 0.4;
    width: 17px;
    left: 20px;
    top: 20px;
}
.gal-close-ico {
    background: url('/img/gallery/nav.gif') no-repeat 0 -57px;
    position: fixed;
    height: 17px;
    opacity: 0.4;
    width: 17px;
    right: 20px;
    top: 20px;
}
.gal-close-div {
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    position: absolute;
}
.gal-prev-div {
    top: 0;
    bottom: 0;
    left:0;
    height: 100%;
    position: absolute;
}
.gal-prev-div:hover .gal-prev-ico,
.gal-close-div:hover .gal-close-ico {
    opacity: 0.7;
}


.slideshow-fon {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    visibility: hidden;
    z-index: 1000;
}
.slideshow-container {
    z-index: 1001;
    visibility: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: auto;
}
/* END gallery*/
/*ScrollUp*/
.scroll-up {
    bottom: 0;
    width: 250px;
    position: fixed;
    top: 0;
    cursor: pointer;
}
.sub-scroll-up {
    width: 110px;
    opacity: 0.1;
    background: url('/img/arrow_up.png') no-repeat top center;
    background-color: grey;
    height: 100%;
    float: right;
}
.scroll-up:hover .sub-scroll-up {
    opacity: 0.2;
}
/*END ScrollUp*/
