html, body{
    padding: 0;
    margin: 0;
    background: #0065bf;
    text-align: center;
    font-family: "Open Sans", Arial, sans-serif;
}
:focus, :active {
    outline: 0;
}
.dno{
    background: url("/img/dno.jpg") center 100% no-repeat;
}

.clear{
    clear: both;
}
.center{
    text-align: center;
}
.c980{
    margin: 0 auto;
    width: 980px;
    text-align: left;
    position: relative;
}
.footnote{
    padding: 8px 0;
    font-size: 12px;
}
.ns{
    color: #479200;
}
.ns a{
    text-decoration: none;
}
.ns a:hover{
    text-decoration: underline;
}
.pages{}
.pages a, .pages span{
    display: inline-block;
    width: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
}
.pages a{
    white-space: nowrap;
}
.pages a.active, .pages span.active{
    background: #479200;
    color: #ffffff;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
}
.topbg{
    background: url("/img/bg.jpg") 100% 0 no-repeat;
}
.top{
    height: 450px;
}

.top .logo{
    position: absolute;
    top: 40px;
    left: 10px;
}

.top .phone{
    position: absolute;
    left: 330px;
    top:10px;

}
.top .phone a{
    text-decoration: none;
    color: #4ebe00;
}
.top .phone .number{
    font-size: 18px;
    color: #4ebe00;
    float: left;
    margin: 0 10px 0 0;
    font-weight: bold;
}
.top .phone .number span{
    color: #000000;
}

.top .phone .recall{
    clear: left;
    font-size: 12px;
    color: #677a5f;
    border-bottom: 1px dotted #677a5f;
    display: inline-block;
    cursor: pointer;
}
.top .phone .recall:hover {
    color: #4ebe00;
    border-color: #4ebe00;
}
.top .links{
    position: absolute;
    top: 10px;
    right: 2%;
}
.top .rooms-link{
    display: inline-block;
    background: url("/img/cart.png") 0 center no-repeat;
    padding-left: 30px;
    line-height: 26px;
    color: #677a5f;
    font-size: 12px;
}
.top .rooms-link:hover{
    color: #4ebe00;
}

.top .account{
    position: absolute;
    top: 50px;
    right: 2%;
}

.top .account-link{
    display: inline-block;
    background: url("/img/account.png") 0 center no-repeat;
    padding-left: 30px;
    line-height: 26px;
    color: #677a5f;
    font-size: 12px;
    margin-left: 10px;
}
.top .account-link:hover{
    color: #4ebe00;
}


.account-input-form{
    background: #ffffff url("/img/lock.png") 70% 20px no-repeat;
    padding: 20px 60px;
    display: none;
    text-align: left;
    color: #888888;
}
.ui-dialog .account-input-form.ui-dialog-content{
    background: #ffffff url("/img/lock.png") 90% 50px no-repeat;
}
.account-input-form .error{
    color: #ff0000;
}

.account-input-form .label{
    padding: 3px 0;
}

.account-input-form .inp{
    padding-bottom: 5px;
}

.account-input-form .inp input{
    width: 270px;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #cccccc;
    border-color: #777 #bbb #bbb #bbb;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1) inset;
}

.account-input-form .submit{
    padding: 10px 0;
}
.account-input-form .submit .button{
    margin-right: 15px;
}

.account-input-form .reg a{

}

.account-input-form .saveme{
    padding:5px 0 5px 0;
}

.account-input-form .saveme input{
    margin: 0 4px 0 0;
    vertical-align: middle;
}

.account-input-form .loader{
    height: 20px;
    margin: 0;
    background: url("/img/loader.gif") center center no-repeat;
    visibility: hidden;
}

.top .account .mydata{
    background: #ffffff;
    background: rgba(255,255,255,0.8);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 13px;
}
.top .account .mydata a{
    color: #000000;
}
.top .account .mydata a:hover{
    color: #42a100;
}
.top .account .mydata ul{
    color: #42a100;
    margin: 10px 0 0 15px;
    padding: 0;
}

.top .account .mydata ul li{
    padding: 3px 0;
}


.top .slogan{
    position: absolute;
    top: 80px;
    left: 330px;
    font-family: "Open Sans Condensed";
    font-style: italic;
    color: #42a100;
    font-size: 30px;
    text-shadow: 1px 1px 0 rgba(255,255,255,1);
}

.top .slogan .contact{
    position: absolute;
    left:100%;
    top: 0;
    width: 24px;
    height: 32px;
    background: url("/img/contact.png") 0 0 no-repeat;
    text-decoration: none;
}

.tmenu{
    height: 94px;
    background: url("/img/tmenu.png") center 0 no-repeat;
    margin-bottom: 20px;
}

.tmenu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
}

.tmenu ul li{
    display: inline-block;
}
.tmenu ul li a{
    display: inline-block;
    line-height: 94px;
    color: #ffffff;
    font-style: italic;
    padding: 0 20px;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(28,81,2,1);
}
.tmenu ul li a:hover {
    background: url("/img/tmenu-hover.png") 0 0 repeat-x;
}

.content{
    width: 880px;
    background: #e9dcbd url("/img/content.png");
    border-radius: 10px;
    box-shadow: 0 2px 21px rgba(0,0,0,0.45);
    padding: 40px 50px;
    color: #6e3900;
}
.content a{
    color: #479200;
}
.content a:hover{
    color:#0d8cfc;
}
.content h1{
    font-family: "Open Sans Condensed";
    color: #000000;
    font-size: 30px;
}
.content h2{
    font-family: "Open Sans Condensed";
    color: #000000;
    font-size: 26px;
}

.content .sep{
    height: 2px;
    overflow: hidden;
    margin: 15px 0;
    background: #bfa57e url("/img/sep.png") 0 0 repeat-x;
}

.content h1:first-child{
    margin-top: 0;
    padding-top: 0;
}

.footer{
    width: 940px;
    color: #ffffff;
    padding: 50px 0;
}

.footer .copy{
    float: left;
    color: #d6ecff;
    font-style: italic;
    white-space: nowrap;
    margin-right: 50px;
}

.footer .phone{
    float: left;
    white-space: nowrap;
    font-size: 18px;
}
.footer .phone a{
    color: #ffffff;
    text-decoration: none;
}
.footer .counters{
    float: right;
}

.rooms{

}

.rooms .item{
    width: 206px;
    float: left;
    margin: 0 13px 50px 0;
    text-align: center;
}
.rooms .item .pic img{
    border: 3px solid #0d8cfc;
}
.rooms .item .pic a:hover img{
    border-color: #479200;
}
.rooms .item .name{
    height: 44px;
    overflow: hidden;
}
.rooms .item .name a{
    text-decoration: none;
}
.rooms .item .price{
    font-weight: bold;
    color: #000000;
}
.rooms .item .price span{
    font-weight: normal;
    font-size: 12px;
}
.ui-state-disabled.reserved{
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.ui-state-disabled.reserved .ui-state-default,
.rooms-cal-reserved
{
    background: #dddddd;
    position: relative;
    color: #aaaaaa;
}
.ui-state-disabled.reserved .ui-state-default:after{
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: red;
    content: '';
    top: 0;
    left: 0;
}

.reserved_from .ui-state-default,
.rooms-cal-from{
/*    background: #e0f4c3;*/
    position: relativeC:\Users\Tim\AppData\Local\Temp\F3TCFF9.tmp\style.css;
}
.ui-datepicker-calendar .ui-state-highlight{
    color: #222222;
}
.reserved_from .ui-state-default.ui-state-active,
.reserved_to .ui-state-default.ui-state-active,
.reserved_from .ui-state-default:hover,
.reserved_to .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-highlight.ui-state-active
{
    background: #0065bf;
    color: #ffffff;
}
.reserved_from .ui-state-default:after{
    position: absolute;
    display: block;
    width: 50%;
    height: 3px;
    background: red;
    content: '';
    top: 0;
    right: 0;
}
.reserved_to .ui-state-default,
.rooms-cal-to{
/*    background: #c3ddf5;*/
    position: relative;
}
.rooms-cal-default{
    background: #ffffff;
    color: #222222;
}
.legend{
    padding: 3px 0;
    margin-left: 295px;
    font-family: Arial, sans-serif;
    font-size: 12px;
}
.reserve-info{
    font-family: Arial, sans-serif;
    float: left;
    width: 280px;
    font-size: 12px;
    background: #ffffff;
    padding: 5px;
}
.reserve-info .group{

}
.reserve-info .h{
    color: #000000;
    font-weight: bold;
}
.reserve-info .dates{
    white-space: nowrap;
    padding: 5px;
}

.rooms-cal-legend{
    font-size: .9em;
    display: inline-block;
    padding: 5px;
    text-align: right;
    width: 22px;
}
.reserved_to .ui-state-default:after{
    position: absolute;
    display: block;
    width: 50%;
    height: 3px;
    background: red;
    content: '';
    top: 0;
    left: 0;
}
.ui-datepicker-calendar .ui-state-default{
    border: 0;
    border-bottom: 2px solid #ffffff;
    padding: 5px;
    position:relative;
}

.content a.ui-state-hover{
    color: #ffffff;
}

.rooms-item{
    width: 100%;
    border-collapse: collapse;
}


.rooms-item .main-pic{
    padding: 0 0 20px 0;
    width: 390px;
}
.rooms-item .main-pic:hover img{
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
}

.rooms-item .pics{
    padding-left: 15px;
}
.rooms-item .pics .thumb{
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin: 0 15px 15px 0;
}
.rooms-item .pics .thumb img{
    width: 100px;
}
.rooms-item .pics .thumb:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
}
.rooms-price{
    margin-bottom: 20px;
    width: 390px;
    text-align: center;
    background: #ffffff;
    padding: 20px 0;
    border-radius: 10px;
}
.rooms-price .label{
    color: #479200;
}
.rooms-price .num{
    font-weight: bold;
    font-size: 30px;
    color: #000000;
}

.rooms-price .minprice{
    padding-top: 15px;
    color: #666666;
}
.rooms-price .minprice span{
    color: #000000;
    font-weight: bold;
}

.rooms-price .count{
    padding-bottom: 10px;
    color: #479200;
}
.rooms-price .count span{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.rooms-form{
    border-collapse: collapse;
    width: 100%;
}
.rooms-form td{
    border-collapse: collapse;
    padding: 0;
}
.rooms-form td.calendar{
}
.rooms-form td.form{
    width: 390px;
}

.form .label{

}
.form .elem{
    padding-bottom: 10px;
}

.form .elem input, .form .elem textarea, .form .elem select, .wysibb-text{
    font-family: Arial, sans-serif;
    font-size: 18px;
    padding: 5px;
    border: 1px solid #d3b670;
    box-shadow: 0 1px 1px rgba(0,0,0,0.6) inset;
}
.form .elem textarea{
    font-size: 14px;
    font-family: Open sans, Arial, sans-serif;
}

.ui-dialog .form .elem input, .ui-dialog .form .elem textarea, .ui-dialog .wysibb-text {
    border:1px solid #dadada;
}
.form .error{
    padding: 0 0 30px 0;
    color: #d93350;
}
.form .message{
    padding: 0 0 30px 0;
    color: #338c00;
}
.buttons{
    padding: 10px 0;
}
.button{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#27ba25+0,008c00+100 */
    background: #27ba25; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3YmEyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #27ba25 0%, #008c00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#27ba25), color-stop(100%,#008c00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #27ba25 0%,#008c00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #27ba25 0%,#008c00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #27ba25 0%,#008c00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #27ba25 0%,#008c00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27ba25', endColorstr='#008c00',GradientType=0 ); /* IE6-8 */

    display: inline-block;
    text-align: center;
    padding: 15px 50px;
    margin: 0;
    border:0;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    text-transform: uppercase;

    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255,0.8) inset;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255,0.8) inset;
    box-shadow: 0 2px 2px rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255,0.8) inset;
}

.button:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29ce29+0,00b200+100 */
    background: #29ce29; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5Y2UyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGIyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #29ce29 0%, #00b200 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29ce29), color-stop(100%,#00b200)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #29ce29 0%,#00b200 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #29ce29 0%,#00b200 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #29ce29 0%,#00b200 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #29ce29 0%,#00b200 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ce29', endColorstr='#00b200',GradientType=0 ); /* IE6-8 */
}
.button.button-mini{
    padding:8px 15px;
}





.form .label{
    position: relative;
}
.form .label .form_error{
    background: darkred;
    position: absolute;
    bottom:0;
    left: 0;
    color: #ffffff;
    padding: 0 4px;
    white-space: nowrap;
    z-index: 10000;
}

.form .elem .no_valid{
    border: 1px solid darkred;
}

.form-comments .elem textarea,
.form-forum .elem textarea
{
    height: 200px;
}

.gallery-groups{
    padding-bottom: 20px;
}

.gallery-groups a{
    font-weight: bold;
    margin-right: 30px;
    margin-bottom: 30px;
}
.gallery-groups a.active{
    color: #000000;
    text-decoration: none;
}

.gallery-pics{

}

.gallery-pics .pic{
    width: 206px;
    float: left;
    margin: 0 13px 13px 0;
    text-align: center;
}
.gallery-pics .pic img{
    border: 3px solid #0d8cfc;
}
.gallery-pics .pic a:hover img{
    border-color: #479200;
}
.gallery-pics .pic a.fvideo{
    display: inline-block;
    position: relative;
    height: 150px;
}
.gallery-pics .pic a.fvideo:after{
    position: absolute;
    content: '';
    display: inline-block;
    width: 200px;
    height: 150px;
    top: 0;
    left: 0;
    background: url("/img/fvideo.png") 0 0 no-repeat;
}

.message{
    padding: 15px 0;
    text-align: center;
    color: #479200;
    font-weight: bold;
}

.comments{

}

.comments .item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url("/img/sep.png") 0 100% repeat-x;
}

.comments .item .comment{
    padding-bottom: 15px;
    text-align: justify;
}
.comments .item .comment img{
    max-width: 880px;
}
.comments .item .name{
    font-style: italic;
    font-family: "Open Sans Condensed";
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}


.forum{}

.forum .item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url("/img/sep.png") 0 100% repeat-x;
}

.forum .item .name{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.forum-table{
    width: 100%;
    border-collapse: collapse;
}
.forum-table td{
    padding: 0 20px;
}
.forum-table tr td:first-child{
    padding-left: 0;
}
.forum-table td.count{
    text-align: center;
    width: 100px;
}


.call-form{
    display: none;
    text-align: left;
}

.call-form .form-loader{
    height: 30px;
    padding: 3px 0;
    background: url("/img/loader.gif") center 0 no-repeat;
    visibility: hidden;
}


.gallery-carousel{
    position: relative;
    width: 100%;
    text-align: center;
}
.gallery-carousel .rooms .item{
    margin-left: 7px;
    margin-bottom: 10px;
}

.gallery-carousel .button-prev,.gallery-carousel .button-next{
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url("/img/arrows.png");
    background-repeat: no-repeat;
    cursor: pointer;
}
.gallery-carousel .button-prev{
    background-position: 0 0 ;
    left: -50px;
}
.gallery-carousel .button-next{
    background-position: -50px 0 ;
    right: -50px;
}

.gallery-rooms .button-prev, .gallery-rooms .button-next{
    top: 75px;
}
.gallery-gallery .button-prev, .gallery-gallery .button-next{
    top: 50px;
}

.data-table{
    border-collapse: collapse;
}

.data-table td, .data-table th{
    text-align: left;
    padding: 7px 20px;
    background: url("/img/sep.png") 0 100% repeat-x;
}
.data-table tr td:first-child, .data-table tr th:first-child{
    padding-left: 0;
}
.data-table tr td:last-child, .data-table tr th:last-child{
    padding-right: 0;
}

.order-sum{
    font-weight: bold;
    padding: 10px 0;
}
.order-sum span{
    color: #000000;
    font-size: 18px;
}



