
body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Lato', Sans-serif;
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    color: #FFFFFF;
    font-weight:normal;
}

#topBanner{
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
    position: relative;
}

#topBanner img{
    width: 100%;
    -webkit-border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px;
}

#topBanner #logo{
    height: 60%;
    position: absolute;
    width: auto;
    left: 10px;
    top: 10px;
}

#topBanner #companyName{
    position: absolute;
    left: 146px;
    top: 6px;
    font-size: 34px;
    font-weight:bold;
    color: #fff;
}

#topBanner #wrapper{
    background: none #c51d34;
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    -webkit-border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px;
}

#topBanner #ajaxSearch{
    position: absolute;
    right: 15px;
    bottom: 7px;
}

#topBanner #ajaxSearchInput{
    border: 1px solid #CCCCCC;
    padding: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#topBanner #ajaxSearch:after{
    content: '\f002';
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #000;
}

#topBanner #ajaxSearchResult{
    position: absolute;
    width: 300px;
    height: 438px;
    right: 0;
    top: 40px;
    z-index: 99;
    background: none #fff;
    overflow-y: auto;
    display: none;
    -webkit-border-radius:0 5px 5px 5px;
    -moz-border-radius:0 5px 5px 5px;
    border-radius:0 5px 5px 5px;
    -webkit-box-shadow: 0 0 8px rgba(17, 43, 70, 0.25);
    -moz-box-shadow: 0 0 8px rgba(17, 43, 70, 0.25);
    box-shadow: 0 0 8px rgba(17, 43, 70, 0.25);
}

#topBanner #ajaxSearchResult ul{
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    padding:0;
}

#topBanner #ajaxSearchResult ul li{
    list-style: none;
    float: left;
    width: 100%;
    background: none #95C11F;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    margin: 0;
}

#topBanner #ajaxSearchResult ul li a{
    color: #004C83;
}

#topBanner #ajaxSearchResult ul li:hover, #topBanner #ajaxSearchResult ul li:hover a{
    background: none #004C83;
    color: #fff;
}

#topBanner #ajaxSearchResult ul li img{
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-top: 2px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

#topBanner #ajaxSearchResult ul li a h2{
    float: left;
    width: 225px;
    font-size: 13px;
    font-weight:bold;
    margin: 0;
    text-align: left;
    overflow: hidden;
    height:14px;
}

#topBanner #ajaxSearchResult ul li a h3{
    float: left;
    width: 225px;
    font-size: 12px;
    text-align: left;
    overflow: hidden;
    height:30px;
    margin: 0;
    font-weight:normal;
}

#topBanner #topInfo{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 15px;
    font-weight:bold;
}

#topBanner #topInfo .prefix{
    padding: 8px 10px;
    float: left;
}

#topBanner #topInfo .tel{
    float: left;
    font-size:32px;
}

#page{
    width: 1000px;
    margin: 0 auto;
    background: none;
}

#leftCol{
    float: left;
    width: 200px;
}

#leftCol #info{
    float: left;
    width: 100%;
    text-align: left;
}

#rightCol{
    float: left;
    padding: 0;
    width: 790px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-left: 10px;
}

#footer{
    float: left;
    width: 100%;
    margin: 50px 0;
}

#footer ul{
    list-style: none;
    margin: 0;
    padding: 15px;
    float: left;
    background: none #fff;
    width: 100%;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 8px rgba(17, 43, 70, 0.25);
    -moz-box-shadow: 0 0 8px rgba(17, 43, 70, 0.25);
    box-shadow: 0 0 8px rgba(17, 43, 70, 0.25);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#footer ul li{
    float: left;
    padding: 0 10px;
}

#footer ul li a{
    color: #004c83;
    text-decoration: none;
}

#footer ul li a:hover{
    text-decoration: underline;
}

#footer .space i{
    font-size: 8px;
    color: #004C83;
}

#navi{
    list-style: none;
    float: left;
    margin: 0;
    padding: 10px 0;
    border: 1px solid #95C11F;
    background: none #95C11F;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow: 0 0 8px rgba(17, 43, 70, 0.25);
    -moz-box-shadow: 0 0 8px rgba(17, 43, 70, 0.25);
    box-shadow: 0 0 8px rgba(17, 43, 70, 0.25);
}

#navi li{
    padding: 4px 10px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #fff;
}

#navi li:hover{
    background: none #FFFFFF;
}

#navi li:hover a{
    color: #004c83;
}

#navi li a{
    text-decoration: none;
    font-size: 16px;
    color: #FFFFFF;
}

.hotelList{
    float: left;
    width: 810px;
    margin-left: -20px;
}

.hotelList .item{
    width: 176px;
    border: 1px solid #95C11F;
    background: none #95C11F;
    padding: 5px 0 0 0;
    margin: 8px 0 8px 22px;
    display: inline-block;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    overflow: hidden;
    height: 275px;
    -webkit-box-shadow: 0 0 8px rgba(17, 43, 70, 0.25);
    -moz-box-shadow: 0 0 8px rgba(17, 43, 70, 0.25);
    box-shadow: 0 0 8px rgba(17, 43, 70, 0.25);
}

.hotelList .item:hover{
    border: 1px solid #004c83;
    background: none #004c83;
}

.hotelList .item .head{
    float: left;
    width: 100%;
    height:60px;
}

.hotelList .item a{
    text-decoration: none;
    float: left;
    width: 100%;
}

.hotelList .media{
    float: left;
    width:100%;
    height: 124px;
    overflow: hidden;
}

.hotelList .media img{
    height:100%;
}

.hotelList .item h4, .hotelList .item h5{
    float: left;
    margin: 2px 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.hotelList .item h4 a, .hotelList .item h5 a{
    color: #004c83;
    font-size: 14px;
    font-weight:normal;
}

.hotelList .item:hover h4 a, .hotelList .item:hover h5 a{
    color: #fff;
}

.hotelList .item h5 a{
    font-size: 16px;
    font-weight:bold;
}

.hotelList .item img{
    float: left;
    width: 100%;
    margin-top: 10px;
}

.hotelList .item .descr{
    color: #000 !important;
    font-weight:normal;
    font-size:12px;
}

.hotelList .item .price{
    color: #95C11F;
    font-weight:bold;
    font-size: 16px;
    background: none #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 15px 15px 15px;
    height:100%;
    float: left;
    width: 100%;
}

.hotelList .item .price .value{
    color: orangered;
    font-size: 18px;
}

.hotelDetails h1{
    margin-top: 0;
}

.hotelDetails .hotelInfo{
    float: left;
    width: 100%;
    color: #000;
    padding: 0 5px;
}

.hotelDetails .hotelInfo img{
    width: 210px;
    float: left;
    margin-right: 15px;
}

.hotelDetails .hotelInfo .left{
    float: left;
    width: 135px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
    font-weight:bold;
}

.hotelDetails .hotelInfo .right{
    float: left;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    width: 400px;
}

.hotelDetails .hotelInfo span{
    float: left;
    width: 100%;
    padding: 3px 0;
}

.hotelDetails .hotelDescr h4{
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none #FFFFFF;
    color: #004c83;
    font-size: 18px;
    padding: 5px 10px;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    margin-bottom: 0;
}

.hotelDetails .hotelDescr .text{
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: none #fff;
    color: #000;
    -webkit-border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px;
    font-size: 14px;
    line-height:1.3em;
    text-align: justify;
}

.hotelDetails #pricePanel{
    float: left;
    width: 100%;
    background: none #fff;
    color: #000;
}

.hotelDetails #priceContent{
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

.hotelDetails #pricePanel #control{
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
}

.hotelDetails #pricePanel table{
    float: left;
    width: 100%;
    border-spacing: 0;
}

.hotelDetails #pricePanel table tbody tr:hover{
    background: none #004c83;
    color: #fff;
}

.hotelDetails #pricePanel table tbody label.selected, .hotelDetails #pricePanel table tbody tr.active{
    background: none #c51d34;
}



.hotelDetails #pricePanel table td, .hotelDetails #pricePanel table th{
    text-align: left;
    width: 16%;
    padding: 5px 10px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hotelDetails #pricePanel table tbody tr td label{
    padding: 5px;
}

.hotelDetails #pricePanel table .right{
    text-align: right;
}

.hotelDetails #pricePanel table .center{
    text-align: center;
}

.hotelDetails .btn{
    background: none #95C11F;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.hotelDetails .btn.absolute{
    position: absolute;
}

.contentBox{
    background: none #FFFFFF;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 8px rgba(17, 43, 70, 0.25);
    -moz-box-shadow: 0 0 8px rgba(17, 43, 70, 0.25);
    box-shadow: 0 0 8px rgba(17, 43, 70, 0.25);
    margin-bottom: 5px;
    float: left;
    width: 100%;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    color: #000;
}

.contentBox h1, .contentBox h2, .contentBox h3{
    color: #004c83;
    font-weight:bold;
    margin-top: 0;
}

.contentBox p{
    color: #000;
}

.sitebox a{
    float:left;
    width: 100%;
    background: none #fff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin: 15px 0;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-shadow: 0 0 8px rgba(17, 43, 70, 0.25);
    -moz-box-shadow: 0 0 8px rgba(17, 43, 70, 0.25);
    box-shadow: 0 0 8px rgba(17, 43, 70, 0.25);
}

.sitebox:hover a{
    background: #004C83;
}

.sitebox img{
    float: left;
    width: 60px;
    margin-right: 10px;
}

.sitebox p{
    color: #000;
    font-weight:normal;
    margin: 8px 0;
}

.sitebox:hover p{
    color: #FFFFFF;
}

.sitebox p.title{
    font-size: 14px;
    font-weight:bold;
}

.sitebox p.text{
    font-size:12px;
}

.simpleForm section{
    float: left;
    width: 100%;
    padding: 5px 0;
}

.simpleForm section label{
    color: #000;
    float: left;
    min-width: 12%;
}

.simpleForm section input, .simpleForm section select{
    float: left;
    width: auto;
    font-size: 14px;
    padding: 2px 5px;
}

.simpleForm .error{
    background: none lightcoral;
}

.simpleForm #error-message{
    color: red;
}

.ui-tabs .ui-tabs-panel{
    padding: 0;
}

.ui-widget-content{
    background: none #fff;
}

.ui-widget.ui-widget-content{
    border: none;
}

.ui-widget-header{
    border: none;
    background: none;
}