/* CloudHotelier Natura Template */

body{
    color: #535353;
    font-family: Arial,sans-serif;
    font-size: 12px;
    background: #EEE url('../backgrounds/paper.jpg');
    margin: 0;
}

a{
    color: #A0798E;
    text-decoration: none;

    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

a:hover,
div.cht_bottom a{
    color: #866075;
}

a.readmore,
a.k2ReadMore,div.cht_hotel_home p
a.itemPrevious,
a.itemNext{
    color: #FFF;
    background: #A0798E;
    padding: 2px 10px 3px 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    text-shadow: 1px 1px 1px #000000;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.2);

    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;


}

a.readmore:hover,
a.k2ReadMore:hover,
a.itemPrevious:hover,
a.itemNext:hover{
    background: #B595A7;
}

button, input[type='button'], input[type='reset'], input[type='submit']{
    border: 0;
}


.button, a.button-more{

    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;

    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    text-shadow: 1px 1px 1px #000000;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.2);

    background: #AE8D9E;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #AE8D9E), color-stop(57%, #9F778D));
    background-image: -webkit-linear-gradient(#AE8D9E, #9F778D 57%);
    background-image: -moz-linear-gradient(#AE8D9E, #9F778D 57%);
    background-image: -o-linear-gradient(#AE8D9E, #9F778D 57%);
    background-image: linear-gradient(#AE8D9E, #9F778D 57%);

    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.button:hover, a.button-more:hover{
    background: #9F778D;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #AE8D9E), color-stop(57%, #866075));
    background-image: -webkit-linear-gradient(#AE8D9E, #866075 57%);
    background-image: -moz-linear-gradient(#AE8D9E, #866075 57%);
    background-image: -o-linear-gradient(#AE8D9E, #866075 57%);
    background-image: linear-gradient(#AE8D9E, #866075 57%);
}

h1, h2, h3, h4, h5, h6 .componentheading{
    font-weight: normal;
    text-shadow: 1px 1px 2px rgba(255,255,255, 0.8);
    margin: 10px 0;
}

h1,
h2,
.componentheading,
#itemListLeading h3{
    color: #797D6B;
    font-size: 22px;

}

h3, #itemListLinks h4{
    font-size: 14px;
    color: #797D6B;
}

div.cht_top img,
div.cht_bottom img,
div.catItemImageBlock img,
div.tagItemImageBlock img,
div.userItemImageBlock img,
div.genericItemImageBlock img,
.itemView img,
.k2LatestCommentsBlock img,
.userBlock img,
.item-page img,
.hotel_hotel_hotel img,
.hotel_hotel_rooms img,
.cht_component .hotel_list_hotel_img,
.cht_component .hotel_book_hotel_img,
.cht_component .hotel_booking_hotel_img{
/*borde de imágenes*/
    padding: 0;
    border: 5px solid #FFF;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
select,
textarea{
    background: #FFF;
    border: 1px solid #CCC;
    display: inline-block;
    padding: 5px 7px;
    color: #535353;
}

select{
    padding: 4px;
}

ul, li{
    margin: 0;
    padding: 0;
    list-style: none;
}

li{
    margin-left: 20px;
    padding-left: 20px;
    background: url(../img/li.png) no-repeat 0 50%;
}


/* Estructura */

.hidden{
    display: none;
}

div.clr{
    clear: both;
}

div.cht_page_wrapper{
    overflow: hidden;

    background: #A5AE99;
    background: rgba(38, 62, 10, 0.4);
}

div.cht_page{
    margin: 20px auto;
    width: 1020px;
    min-height: 1000px;

    background: #EDEEEA;
    background: rgba(255, 255, 255, 0.8);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}

div.cht_toolbar{
    float: right;
    width: 640px;
    height: 35px;
    line-height: 35px;
    margin-top: 25px;
    margin-right: 30px;
    font-size: 1.2em;
    color: #AAAAAA;
    text-align: right;
}

div.cht_toolbar div{
    float: right;
}

div.mod-languages{
    text-transform: lowercase;
}

div.mod-languages a{
    color: #AAAAAA;
}

div.mod-languages .lang-active a{
    color: #263E0A
}

div.cht_toolbar p{
    margin: 0;
}

div.mod-languages ul.lang-inline li{
    margin: 0 5px;
    padding: 0;
    background: none;
}

div.cht_logo{
    float: left;
    width: 280px;
    height: 100px;
    margin: 30px;
}

div.cht_logo h1.cht_logo a{
    display: block;
    width: 280px;
    height: 100px;
    text-indent: -9999px;
    background: url('../styles/hotel/logo.png') 50% 50% no-repeat;
}

div.cht_menu{
    float: right;
    width: 624px;
    padding: 0 8px;
    height: 54px;
    font-size: 1.3em;
    margin-top: 20px;
    margin-right: 30px;

    background: #CCD0C6;
    background: rgba(38, 62, 10, 0.2);
    border-radius: 8px;
}

div.cht_menu ul, div.cht_menu li{
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
}

div.cht_menu li{
    float: left;
    position: relative;
}


div.cht_menu a{

    color: #797D6B;
    text-decoration: none;
    text-transform: none;/*lowercase*/

    display: inline-block;
    text-align: center;
    height: 54px;
    line-height: 54px;

    padding: 8px 8px;
    margin: -8px 5px;

    border-radius: 8px;
    text-shadow: 1px 1px 1px rgba(255,255,255, 0.2);

    -webkit-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    -o-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

div.cht_menu li.active a,
div.cht_menu li:hover a{
    color: #263E0A;

    background: #ABB3A0;
    background: rgba(38, 62, 10, 0.2);
}

div.cht_menu li ul{

    padding: 11px 5px;
    position: absolute;
    z-index: 10;

    opacity: 0;
    display: block;
    top: -999px;

    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

div.cht_menu li:hover ul{
    top: 54px;
    opacity: 1;
}

div.cht_menu li li{
    display: block;
    clear: both;
}

div.cht_menu li li a,
div.cht_menu li:hover li a{

    display: block;

    height: 32px;
    line-height: 32px;
    width: 170px;
    padding: 0 10px;

    margin: 3px 0;

    font-size: 12px;
    text-align: left;
    text-transform: none;

    background: #B5BEAC;
    background: rgba(181, 190, 172, 0.95);
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);

}

div.cht_menu li li:hover a,
div.cht_menu li:hover li:hover a{
    background: #A5B09A;
    background: rgba(162, 172, 151, 0.95);
}





div.cht_slideshow{
    margin-top: 10px;
}

div.cht_main{
    margin: 30px;
}


div.cht_top{
    position: relative; /* required for home search */
    margin: 30px;
    border-radius: 20px;
    background: rgba(122, 125, 107, 0.1);
}

div.cht_top div.moduletable{
    float: left;
    width: 400px;
    padding: 15px 40px 25px 40px;
}

.cht_top h3{
    font-size: 16px;
}

.cht_search_tips p{
    margin: 0;
}

.cht_search_tips h3{
    margin: 22px 0 10px;
}

.cht_tip_coin, .cht_tip_lock, .cht_tip_check{
    display: inline-block;
    padding: 10px 0 10px 60px;
    min-height: 28px;
    background: url(../img/tip_coin.png) no-repeat 0 50%;
}

.cht_tip_lock{
    background: url(../img/tip_lock.png) no-repeat 0 50%;
}

.cht_tip_check{
    background: url(../img/tip_check.png) no-repeat 0 50%;
}


div.cht_home_flash{
    margin: 5px 0;
}

div.cht_home_flash img{
    float: left;
    margin: 10px 20px 15px 0;
}

div.cht_home_flash p{
    padding: 25px 0 10px 0;
}

div.cht_component{
    float: right;
    min-width: 670px;
}

div.cht_sidebar_a,
div.cht_sidebar_b{
    width: 260px;
    float: left;
}

div.cht_sidebar_a div.moduletable,
div.cht_sidebar_b div.moduletable{
    margin-bottom: 20px;
    padding: 10px 25px 15px 25px;
    border-radius: 10px;
}

div.cht_sidebar_a h3, 
div.cht_sidebar_b h3{
    border-bottom: 1px solid #EFEFEF;
    line-height: 30px;
    color: #7A7D6B;
    margin: 10px 0;
}

div.moduletable.cht_box{
    background: rgba(122, 125, 107, 0.1);
    border-radius: 20px;
}

div.cht_sidebar_a div.moduletable.cht_box,
div.cht_sidebar_b div.moduletable.cht_box{
    background: rgba(255, 255, 255, 0.8);
}

div.cht_sidebar_a div.moduletable.cht_color{
    background: rgba(161, 122, 143, 0.35);
    border-radius: 30px;
    box-shadow: -1px 1px 1px rgba(255,255,255,0.4);
}

div.cht_sidebar_a div.moduletable.cht_color,
div.cht_sidebar_b div.moduletable.cht_color{
    background: rgba(161, 122, 143, 0.35);
    border-radius: 20px;
}

div.cht_sidebar_a div.moduletable.cht_color h3,
div.cht_sidebar_b div.moduletable.cht_color h3{
    border: 0;
}

div.moduletable.icon-coin h3{
    background: url('../img/coin.png') no-repeat 0px 3px;
    padding-left: 32px;
}

div.moduletable.icon-lock h3{
    background: url('../img/lock.png') no-repeat 0px 3px;
    padding-left: 32px;
}

div.cht_breadcrumbs{
    float: right;
    text-align: right;
    padding: 5px 15px;
    color: #AAA;

    border-radius: 5px;
    background: rgba(122, 125, 107, 0.1);
}

div.cht_breadcrumbs a{
    color: #535353;
}

div.cht_bottom_wrapper{
    margin-top: 30px;
    background: url('../img/back_bottom.png');
}

div.cht_bottom{
    padding: 10px 30px;
    background: url('../img/shadow_h_top.png') no-repeat top center;
}

div.cht_bottom div.moduletable{
    padding: 10px 20px;
    width: 220px;
    float: left;
}

div.cht_bottom h3{
    font-size: 18px;
    margin: 10px 0 20px 0;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.4);
}

div.cht_bottom_a{
    float: left;
    min-height: 200px;
    margin: 20px 30px 20px 0;
    color: #333;

    background: rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 1px rgba(255,255,255,0.4);
    box-shadow: 1px 1px 1px rgba(255,255,255,0.4);
    border-radius: 20px;
}

div.cht_bottom_a ul{
    padding: 0 5px 15px 0;
}

div.cht_bottom_a li{
    background: none;
    padding: 0;
    line-height: 18px;
}

div.cht_bottom_a h3{
    color: #263E0A;
}

.icon_facebook{
    padding: 2px 0 2px 20px;
    background: transparent url('../img/icon_facebook.png') 0 50% no-repeat;
}

.icon_twitter{
    padding: 2px 0 2px 20px;
    background: transparent url('../img/icon_twitter.png') 0 50% no-repeat;
}

div.cht_bottom_b{
    float: left;
    width: 670px;
    min-height: 200px;
    margin: 20px 0;
    color: #333;

    text-shadow: 1px 1px 1px rgba(255,255,255,0.4);

}

div.cht_bottom div.moduletable.cht_bottom_large{
    width: 370px;
}

.cht_sticker_email,
.cht_sticker_twitter,
.cht_sticker_facebook,
.cht_sticker_flickr,
.cht_sticker_youtube,
.cht_sticker_linkedin,
.cht_sticker_skype,
.cht_sticker_tripadvisor{
    display: inline-block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background: transparent url('../img/stickers.png') 0 0 no-repeat;
    margin: 0 2px;
}

.cht_sticker_twitter{
    background-position: -32px 0;
}
.cht_sticker_facebook{
    background-position: -64px 0;
}
.cht_sticker_flickr{
    background-position: -96px 0;
}
.cht_sticker_youtube{
    background-position: -128px 0;
}
.cht_sticker_linkedin{
    background-position: -160px 0;
}
.cht_sticker_skype{
    background-position: -192px 0;
}
.cht_sticker_tripadvisor{
    background-position: -224px 0;
}

.cht_bottom_b input[type='email'],.cht_bottom_b input[type='text']{
    border: 1px solid #C4ACB9;
    height: 21px;
    line-height: 21px;
    width: 170px;
    margin-right: 15px;
}


div.cht_footer{
    background: rgba(102, 102, 102, 0.2);
    height: 55px;
    line-height: 55px;
    font-size: 11px;
}

div#cht_footer{
    background: url('../img/shadow_small_h.png') no-repeat top center;
    overflow: hidden;
}

div.cht_footer ul, div.cht_footer li{
    display: block;
    background: none;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

div.cht_footer div.moduletable_menu{
    float: right;
    margin-right: 30px;
}

div.cht_footer div.moduletable_left{
    margin-left: 30px;
}

div.cht_footer li{
    margin: 0 5px;
}

div.cht_footer a{
    color: #888;
}

div.cht_copy{
    height: 60px;
    line-height: 60px;
    font-size: 11px;
    text-align: center;
    color: #999;
    position: relative;
    width: 1020px;
}

div.cht_copy a{
    color: #999;
}

a#cht_to_top{
    display: block;
    width: 22px;
    height: 22px;
    background: url('../img/to_top.png') no-repeat;
    position: absolute;
    right: 25px;
    top: 20px;
}

.item-page{
    background: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    margin: 20px 0;
    padding: 20px;
}


div.cht_main_error{
    min-height: 600px;
}

div.cht_component_error{
    margin: 60px 0;
    width: 900px;
}

div.cht_component_error ul, div.cht_component_error ol{
    margin: 10px 0 10px 20px;
    padding: 0;
}





/* Slideshow */

#cht_slideshow {
    position: relative;
    height: 560px;
    width: 1020px;

    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);

    /* overflow: hidden; */
}

div.cht_slideshow{
    position: relative;
}

#cht_slideshow_prev,
#cht_slideshow_next{
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 260px;
    z-index: 10;
    background: url('../img/prev_next.png') no-repeat;
}

#cht_slideshow_prev{
    left: -55px;
    background-position: 0 0;
}

#cht_slideshow_next{
    right: -55px;
    background-position: 0 -150px;
}

#cht_slideshow_prev:hover{
    background-position: 0 -50px;
}

#cht_slideshow_prev:active{
    background-position: 0 -100px;
}

#cht_slideshow_next:hover{
    background-position: 0 -200px;
}

#cht_slideshow_next:active{
    background-position: 0 -250px;
}

div.cht_slideshow_mask_top{
    height: 12px;
    width: 1020px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/shadow_h_top.png') no-repeat top center;
}

div.cht_slideshow_mask_bottom{
    height: 12px;
    width: 1020px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../img/shadow_h_bottom.png') no-repeat top center;
}

/* Home Search */
div.cht_top div.moduletable.cht_hotel_home{
    position: absolute;
    width: 1000px;
    padding: 0 10px;
    height: 80px;
    top: -130px;
    left: -30px;
    z-index: 10;

    background: #333;
    background: rgba(0,0,0, 0.6);
}


div.cht_hotel_home p{
    display: block;
    float: left;
    margin: 0;
    padding: 28px 0;
    width: auto;
    margin-right: 20px;
}

div.cht_hotel_home p#hotel_mod_room0,
div.cht_hotel_home p.hotel_mod_search_container{
    width: auto;
    margin-right: 30px;
}

div.cht_hotel_home .hotel_mod_occupation{
    width: 80px;
}

div.cht_hotel_home label{
    width: auto;
    margin-left: 20px;
    margin-right: 6px;
    text-align: right;
    color: #FFF;
    font-size: 1.3em;

    text-shadow: 0 0 8px rgba(255,255,255,0.7);
}

div.cht_hotel_home .hotel_clear{
    clear: none;
}

div.cht_hotel_home a.button-more{
    height: 27px;
    line-height: 27px;
    padding: 0 30px;
    background: #75ABCB;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #98C7E0), color-stop(57%, #75ABCB));
    background-image: -webkit-linear-gradient(#98C7E0, #75ABCB 57%);
    background-image: -moz-linear-gradient(#98C7E0, #75ABCB 57%);
    background-image: -o-linear-gradient(#98C7E0, #75ABCB 57%);
    background-image: linear-gradient(#98C7E0, #75ABCB 57%);
}

div.cht_hotel_home a.button-more:hover{
    background: #83BBDA;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #83BBDA), color-stop(57%, #63A0C5));
    background-image: -webkit-linear-gradient(#83BBDA, #63A0C5 57%);
    background-image: -moz-linear-gradient(#83BBDA, #63A0C5 57%);
    background-image: -o-linear-gradient(#83BBDA, #63A0C5 57%);
    background-image: linear-gradient(#83BBDA, #63A0C5 57%);
}

div.datepicker_jqui,
div.datepicker_vista,
div.datepicker_dashboard,
div.datepicker_natura{
    z-index: 11;
}


div.cht_hotel_home .button-more{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

div.cht_hotel_home span.mod_hotel_element_wrapp{
    display: inline-block;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}


/* Pagination */

.k2Pagination{
    margin: 20px 0 5px 0;
    text-align: center;
    color: #AAA;
}

.pagination ul,
.k2Pagination ul,
.itemCommentsPagination ul{
    margin: 15px 0;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.pagination li,
.k2Pagination li,
.itemCommentsPagination li{
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    background: none;
}

.pagination a,
.pagination span,
.k2Pagination a,
.k2Pagination span,
.itemCommentsPagination a,
.itemCommentsPagination span{
    display: inline-block;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0,0,0, 0.2);
    background: #F5F5F5;
    padding: 4px 10px;
}

.pagination span,
.k2Pagination span,
.itemCommentsPagination span{
    background: #F9F9F9;
    box-shadow: 1px 1px 1px rgba(0,0,0, 0.1);
    color: #AAA;
}

.pagination a:hover,
.k2Pagination a:hover,
.itemCommentsPagination a:hover{
    background: #EFEFEF;
    text-decoration: none;
}


.itemCommentsPagination li{
    margin: 0 5px;
}
.itemCommentsPagination a,
.itemCommentsPagination span{
    padding: 3px 8px;
}



/* Tips */

.tip-wrap{
    z-index: 10;
    width: 240px!important;
    background: #FFF;
    padding: 10px;

    background: rgba(255, 255, 255, 0.90);

    border-radius: 10px;

    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

    -moz-text-shadow: #FFF 1px 1px 1px;
    -webkit-text-shadow: #FFF 1px 1px 1px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}

.tip-title{
    font-size: 14px;
    color: #263E0A;
    padding: 5px 2px 10px;
}





/* K2 Home */

.componentheading{
    margin: 5px 0 10px 0;
}

.cht_home .catItemAuthor,
.cht_home .catItemLinks,
.cht_home .catItemCommentsLink{
    display: none;
}

.catItemCommentsLink{
    float: right;
}

.catItemReadMore{
    margin: 20px 0 10px 0;
}

.cht_home#itemListSecondary .catItemReadMore{
    margin-left: 195px;
}

.cht_home #itemListSecondary .catItemImageBlock{
    margin-top: -45px;
    margin-bottom: -10px;
}

.cht_home #itemListSecondary .catItemReadMore{
    margin-left: 195px;
}

.catItemTitle a,
.tagItemTitle a,
.genericItemTitle a,
.userItemTitle a{
    color: #263E0A;
}

.catItemTitle,
.tagItemTitle,
.genericItemTitle,
.userItemTitle{
    font-size: 16px;
    margin: 5px 0 0 0;
}

.catItemDateCreated,
.catItemAuthor,
.itemDateCreated,
.itemAuthor,
.itemContentFooter{
    font-size: 11px;
    color: #AAA;
    display: block;
}

.itemContentFooter{
    margin: 20px 0;
}

#itemListLinks{
    background: rgba(122, 125, 107, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
}

#itemListLinks .catItemTitle{
    font-size: 12px;
    padding-left: 20px;
    margin-left: 20px;
    background: url(../img/li.png) no-repeat 0 50%;
}

#itemListLinks .catItemImageBlock{
    display: none;
}

#itemListLinks h4{
    color: #797D6B;
    margin: 0 0 5px 0;
}

/* K2 Categories */

.itemContainer{
    float: left;
}

.userBlock,
.tagItemView,
.genericItemView,
.userItemView,
#itemListLeading .catItemView,
#itemListPrimary .catItemView,
#itemListSecondary .catItemView{
    background: rgba(122, 125, 107, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0 20px 0;
}

.userItemView,
.genericItemView,
.tagItemView{
    margin: 10px 0 20px 0;
}

.tagItemImageBlock,
.genericItemImageBlock,
.userItemImageBlock,
#itemListLeading .catItemImageBlock,
#itemListPrimary .catItemImageBlock{
    margin: 15px 0;
}

#itemListLeading .catItemIntroText{
    font-size: 120%;
}

#itemListPrimary .catItemIntroText{
    font-size: 105%;
}

.catItemCategory,
.catItemTagsBlock,
.catItemCommentsLink,
.itemCategory,
.itemTagsBlock{
    margin: 10px 0;
}

.catItemTagsBlock span,
.catItemCategory span,
.itemCategory span,
.itemTagsBlock span{
    display: inline-block;
    min-width: 100px;
}

.catItemTagsBlock ul,
.itemTagsBlock ul{
    display: inline;
    margin: 0;
    padding: 0;
}

.catItemTagsBlock li,
.itemTagsBlock li{
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
    display: inline;
}

.catItemTagsBlock a,
.catItemCategory a,
.itemCategory a,
.itemTagsBlock a,
.itemToolbar a,
.k2TagCloudBlock a,
.cht_component .hotel_list_rooms_boards a{

    color: #FFF;
    background: #EEE;
    background-color: rgba(0,0,0,0.2);
    padding: 2px 10px 3px 10px;
    display: inline-block;
    margin: 2px 0;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    text-shadow: 1px 1px 1px #000000;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.2);

    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.catItemTagsBlock a:hover,
.catItemCategory a:hover,
.itemCategory a:hover,
.itemToolbar a:hover,
.itemTagsBlock a:hover,
.k2TagCloudBlock a:hover,
.cht_component .hotel_list_rooms_boards a:hover{
    color: #FFF;
    background: #CCC;
    background: rgba(0,0,0,0.4);
}

#itemListSecondary .catItemImageBlock,
#itemListPrimary .catItemImageBlock{
    float: left;
    margin-top: -60px;
    margin-bottom: 10px;
}

.tagItemView,
.genericItemView,
.userItemView{
    position: relative;
    min-height: 225px;
}

.tagItemImageBlock,
.genericItemImageBlock,
.userItemImageBlock{
    position: absolute;
    top: 10px;
}

.tagItemHeader,
.tagItemIntroText,
.tagItemCategory,
.tagItemReadMore,
.genericItemHeader,
.genericItemIntroText,
.genericItemCategory,
.genericItemReadMore,
.userItemHeader,
.userItemIntroText,
.userItemCategory,
.userItemTagsBlock,
.userItemReadMore,
.userItemCommentsLink,
#itemListPrimary .catItemHeader,
#itemListPrimary .catItemIntroText{
    margin-left: 310px;
}

#itemListSecondary .catItemHeader,
#itemListSecondary .catItemIntroText{
    margin-left: 195px;
}

.genericItemCategory,
.tagItemCategory,
.userItemCategory{
    margin-bottom: 15px;
}

.userItemCommentsLink, .userItemReadMore{
    margin-top: 10px;
}

/* K2 Item */

.itemView{
    background: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    margin: 20px 0;
    padding: 20px;
}

.itemTitle{
    color: #535353;
}

.itemToolbar ul, .itemToolbar li{
    margin: 0;
    padding: 0;
    background:  none;
    list-style: none;
    display: inline;
}

.itemToolbar{
    margin: 10px 0;
}

.itemImageBlock{
    margin: 15px 0;
}

.itemIntroText, .itemFullText{
    line-height: 1.5em;
}

.itemIntroText{
    font-size: 120%;
}

.itemSocialSharing{
    margin: 10px;
}

div.itemTwitterButton {float:left;margin:2px 24px 0 0;}
div.itemFacebookButton {float:left;margin-right:24px;width:200px;}
div.itemGooglePlusOneButton {}

.itemAuthorBlock, .itemCommentsForm{
    margin: 15px 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.1);

    border-radius: 10px;
}

h3.itemAuthorName{
    margin: 5px 0;
}

.itemAuthorAvatar{
    float: left;
    margin-right: 20px;
}

.itemAuthorLatest, .itemRelated{
    width: 270px;
    float: left;
    margin: 0 20px;
}

li.clr, li.clearList{
    display: none;
}

.itemNavigation{
    margin: 15px 0;
    padding: 10px 0;
    border-radius: 10px;
}

.itemNavigation a{
    margin: 0 5px;
}

.itemCommentsForm form{
    margin: 0 20px;
}

.itemCommentsForm label{
    display: block;
    margin: 12px 0 2px 0;
}

.itemCommentsForm textarea,
.itemCommentsForm input.inputbox{
    width: 350px;
}

.itemCommentsForm textarea{
    height: 150px;
}

.itemCommentsForm input.button{
    display: block;
    margin: 20px 0;
}

ul.itemCommentsList,
.k2LatestCommentsBlock ul{
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #CCC;
}

ul.itemCommentsList li,
.k2LatestCommentsBlock li{
    margin: 5px 0;
    padding: 10px;
    background: none;
    list-style: none;
    border-top: 1px dotted #CCC;
}

.k2LatestCommentsBlock li{
    padding: 10px 0;
}

.commentLink{
    font-size: 11px;
    float: right;
}

.commentDate{
    display: block;
    color: #AAA;
    font-size: 11px;
}

ul.itemCommentsList li img{
    float: left;
    margin-right: 20px;
}

ul.itemCommentsList li p{
    margin: 15px 0 5px 80px;
}

.commentAuthorName{
    font-weight: bold;
}

.authorResponse p {

    padding: 8px 10px;
    background: rgba(100, 100, 100, 0.1);

    border-radius: 10px;
}

/* K2 Modules */

.k2TagCloudBlock {
    padding: 10px;
}

.k2LatestCommentsBlock img{
    border: 3px;
    float: left;
    margin-right: 10px;
}

.userBlock img{
    margin-top: 10px;
    float: left;
}

.userBlock h2, .userDescription, .userAdditionalInfo{
    margin: 10px 0 10px 135px;
}

.userItemTagsBlock ul{
    margin: 8px 0;
}


/* Hotel */

.cht_component .hotel_ajax_loading{
    background: url(../img/loader.gif) no-repeat 50% 50% transparent;
    color: #263E0A;
}

div.moduletable #hotel_mod_checkin,
div.moduletable #hotel_mod_checkout {
    padding-left: 30px;
    background: #FFF url(../img/calendar.png) no-repeat 8px 4px;
}

.hotel_small_loading{
    background: url(../img/small-loader.gif) no-repeat scroll 50% 50% transparent;
    color: #4E591F;
}

.hotel_ajax_loading{
    background: url(../img/loader.gif) no-repeat 50% 50% transparent;
    color: #000;
}

div.cht_sidebar_a .hotel_mod_occupation{
    width: 67px;
    font-size: 11px;
    padding: 4px 2px 4px 0;
}

div.cht_sidebar_a .hotel_mod_label{
    width: 80px;
}

div.cht_sidebar_a #hotel_mod_search{
    margin: 8px 0;
}

.hotel_mod_text_pre{
    margin: 20px 0;
}

.cht_top .cht_box .hotel_mod_room,
.cht_top .cht_box .button-more{
    margin-left: 104px;
}

.cht_top .cht_box .button-more{
    margin-top: 10px;
}

.cht_top .cht_box label{
    color: #333333;
    font-weight: bold;

    text-shadow: 1px 1px 1px rgba(255,255,255, 0.5);
}

.cht_component .hotel_view_hotels_utils_top{
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;

    border-radius: 5px;
    background: rgba(122, 125, 107, 0.1);
}

.cht_component .hotel_list_hotel,
.cht_component .hotel_hotel_rooms{

    padding: 10px;
    margin: 20px 0;

    border-radius: 10px;
    background: rgba(122, 125, 107, 0.1);
    box-shadow: none;    
}

.cht_component .hotel_utils_map{
    border: none;
}

.cht_component .hotel_list_hotel_img{
    margin: 12px 20px 12px 10px;
}

.hotel_list_hotel_info_title a {
    color: #263E0A;
}

.cht_component .hotel_list_hotel_info_text{
    width: 320px;
}

.cht_component .hotel_list_hotel_price{
    width: 150px;
    text-align: center;
}

.cht_component .hotel_list_hotel_price_amount,
.cht_component .hotel_list_hotel_price_currency{
    color: #263E0A;
    font-size: 18px;
}

.cht_component a.hotel_list_hotel_book.readmore{
    height: 24px;
    line-height: 24px;
    margin: 15px 0 20px 0;
    float: none;
}

.cht_component .hotel_list_hotel_info_info,
.cht_component .hotel_list_hotel_info_actions{
    margin: 12px 0;
    font-size: 12px;
}

.cht_component .hotel_list_hotel_rooms{
    background: #FFF;
    border: 1px solid #CDCFC7;

    background: rgba(255,255,255,0.6);
}

.cht_component .hotel_list_hotel_room_title{
    background: none;
}

.cht_component .hotel_list th{
    border-top: 1px solid #CDCFC7;
    border-bottom: 1px solid #CDCFC7;
    font-weight: normal;
    font-size: 14px;
    padding: 10px;
    color: #263E0A;

    background: #D8DAD5;
    background: rgba(122, 125, 107, 0.2);
    text-shadow: 1px 1px 1px rgba(255,255,255, 0.5);
}

.cht_component .hotel_list tr.hotel_list_room_row td{
    border-bottom: 1px solid #CDCFC7;
}

.cht_component .hotel_list tr.hotel_list_room_row td{
    padding: 10px;
    background: none;
}

.cht_component .hotel_list tr.hotel_hotel_checked td{
    background: rgba(255, 255, 255, 0.6);
}

.cht_component .hotel_room_title{
    width: 52%;
}

.cht_component .hotel_room_board{
    width: 18%;
}

.hotel_room_title a, .hotel_room_amount{
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(255,255,255, 0.5);
}

.hotel_room_title strong{
    font-weight: normal;
}

.cht_component .hotel_room_amount{
    font-weight: normal;
}

.cht_component .hotel_list_rooms_boards{
    padding: 5px;
    background: none;
}

.cht_component .hotel_list_rooms_boards a{
    padding: 3px 40px;
    border-radius: 8px;
}


.hotel_view_hotel,
.hotel_view_booking,
.hotel_view_book,
.hotel_view_booking_card{
    background: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    margin: 20px 0;
    padding: 20px;
}

.hotel_hotel_hotel img{
    margin-right: 10px;
}

.cht_component .hotel_hotel_hotel_img{
    border: 0;
}

.cht_component .hotel_hotel_hotel_img_a{
    bottom: 6px;
    left: 6px;
    width: 240px;
    padding: 3px 0;
    text-align: center;
}

.cht_component .hotel_hotel_rooms .hotel_list_hotel_rooms{
    border-top: 0;
    border-bottom: 0;
}

.cht_component .hotel_hotel_rooms ul{
    margin: 10px 0;
}

.cht_component .hotel_hotel_rooms_boards{
    background: rgba(255, 255, 255, 0.6);
}

.cht_component .hotel_hotel_rooms_title{
    font-weight: normal;
    font-size: 14px;
    padding-left: 5px;
}

.cht_component a.hasTip{
    color: #866075;
    border-bottom: 1px dotted #866075;
}

.cht_component .hotel_hotel_rooms_booking_title{
    color: #263E0A;
    font-weight: normal;
    line-height: 40px;
}

.cht_component .hotel_hotel_rooms_booking{
    background: rgba(122, 125, 107, 0.1);
}

.cht_component .hotel_book_hotel_img,
.cht_component .hotel_booking_hotel_img{
    margin: 10px 15px 10px 10px;
    padding: 0;
}

.cht_component .hotel_booking_hotel,
.cht_component .hotel_book_hotel{
    background: rgba(122, 125, 107, 0.1);
    border-radius: 5px;
    padding: 10px;
}

.cht_component .hotel_book_hotel_info_title{
    font-size: 14px;
    color: #263E0A;
    margin-top: 15px;
    display: inline-block;
}

.cht_component .hotel_book_totals{
    background: rgba(122, 125, 107, 0.1);
    text-align: center;
    border: 0;
    margin: 10px 5px;
    min-height: 80px;
    text-shadow: 1px 1px 1px rgba(255,255,255, 0.5);
}

.cht_component .hotel_book_total_text{
    font-weight: normal;
    text-align: center;
    float: none;
    width: auto;
    display: block;
}

.cht_component .hotel_book_total_amount{
    color: #263E0A;
    font-weight: normal;
    line-height: 60px;
    font-size: 18px;
}

.cht_component .hotel_book_contact,
.cht_component .hotel_book_guarantee,
.cht_component .hotel_book_submit,
.cht_component .hotel_booking_state,
.cht_component .hotel_booking_contact{
    border: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

.cht_component .hotel_book_guarantee{
    background: rgba(161, 122, 143, 0.35);
}

.cht_component .hotel_book_contact label{
    font-weight: normal;
    width: 130px;
}

.cht_component .hotel_book_rooms{
    background: rgba(122, 125, 107, 0.1);
    border-radius: 10px;
    padding: 5px 10px;
    margin: 0;
}

.cht_component .hotel_book_contact .hotel_book_rooms{
    background: none;
    padding: 0;
    width: 600px;
    margin: 10px 0;
    border: 0;
    background: none;
}

.cht_component .hotel_book_contact .hotel_book_rooms_room{
    background: rgba(0, 0, 0, 0.1);
}

.cht_component .hotel_book_contact .hotel_book_rooms select{
    width: 50px;
}

.cht_component .hotel_book_contact label.hotel_book_smoking_label{
    width: auto;
}

.cht_component .hotel_book_rooms_form{
    border: 0;
}

.cht_component .hotel_book_rooms_room{
    border: 0;
    background: rgba(255, 255, 255, 0.6);
}

.cht_component .hotel_book_rooms_room img{
    border: 0;
    padding: 0;
}

.hotel_book_comments{
    width: 200px;
}

.hotel_book_comments textarea, .cht_component .hotel_book_contact .hotel_book_comments label{
    width: 180px;
}

.hotel_book_comments textarea{
    height: 40px;
}

.hotel_book_contact .hotel_book_fields textarea{
    height: 40px;
    width: 180px;
    margin-left: 134px;
    margin-top: -20px;
}

.cht_component .hotel_book_submit{
    background: rgba(122, 125, 107, 0.1);
}

.cht_component .hotel_book_submit p{
    line-height: 36px;
}

.cht_component .hotel_book_contact{
    background: rgba(122, 125, 107, 0.1);
}

.cht_component .hotel_booking_contact{
    background: rgba(122, 125, 107, 0.1);
}

#hotel_system h3{
    margin: 20px 10px 10px 10px;
}

#hotel_system .hotel_popup_div h3{
    margin: 20px 0 10px 0;
}

.cht_component .hotel_book_rooms_room_amount{
    font-size: 14px;
    color: #263E0A;
    line-height: 40px;
    margin-right: 5px;
}
.cht_component .hotel_book_rooms_room_amount_discount{
    line-height: 40px;
}

.hotel_book_contact #hotel_book_book{
    margin: 20px;
}


/* System Messages
----------------------------------------------------------------------------------------------------*/

#system-message {
    margin: 0 0 10px 0;
    padding: 0;
}
#system-message dt { display: none; }
#system-message dd {
    margin-left: 0;
    padding: 10px;
    border-top: 3px solid #84A7DB;
    border-bottom: 3px solid #84A7DB;
    color: #0055BB;
}
#system-message dd ul,
#system-message dd li {
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
}

#system-message dd.error { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}
#system-message dd.notice { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}
