.discussion .contributions #contributions-control #contribution .contributionForm input[type="text"], .discussion .contributions #contributions-control #contribution .contributionForm textareabody {background: url("/img/2014/bg.jpg") 0 0 repeat;}
/*** cleared styles from core.css ***/
a {text-decoration: none;}
a:hover,
.u-line a,
.adv a,
.newest.box a,
#insurance-content a,
#reviews .item strong a,
.paginator a.side:hover,
.paginator a.arrow:hover
        { text-decoration: underline; }


/**************************** HEADER ****************************/
#header-wrapper {width: 100%; margin: 0 auto;}
#header {
    position: absolute;
    background: none;
    min-height: 175px;
    z-index: 3;
}
#header .content {
    background: url("/img/2014/header-top-bg.png") repeat;
    /*padding: 10px 0 0;*/
}
#header-bottom {
    background: url("/img/2014/header-top-bbg.png");
    /* background-size: cover; */
    height: 56px;
    width: 100%;
}
#header .content-holder {
    height: 81px/*138px*/;
    width: 996px;
    display: block;
    position: relative;
    margin: 0 auto;
    padding-top: 10px;
}
#header nav {font-family: 'Roboto Slab', serif;}

/* HEADER / LOGO */
#logo {
    display: block;
    border: 0;
    margin: 0 0 30px;
    width: 235px;
}

/* HEADER / MAIN MENU */
#main-menu {
    text-transform: uppercase;
    text-align: left;
    float: left;
    margin-top: -18px;
}
#main-menu li {
    display: inline-block;
    margin-right: 60px;
}
#main-menu a {
    text-decoration: none;
    font-size: 20px;
    color: #10749b;
    display: block;
    padding: 10px 0;
}
#main-menu a:hover,
#main-menu a:focus,
#main-menu .active a {color: #035372;}
#main-menu .active a {font-weight: bold;}
#main-menu #countries.active a { color: #10749b; font-weight: normal; }
#main-menu #countries.active a:hover { color: #0073A4; }
/* HEADER / TOP MENU */
#top-menu {
    position: absolute;
    top: 10px;
    right: 14px;
}
#top-menu li {
    display: inline-block;
    float: left;
    margin-right: 7px;
    padding-left: 7px;
    border-left: 1px solid #4A4A4A;
}
#top-menu li:first-child {border: 0;}

#top-menu a {
    text-decoration: none;
    font-size: 13px;
    color: #4A4A4A;
    display: block;
    margin-top: -2px;
}
#top-menu a:hover,
#top-menu a:focus,
#top-menu .active a {color: #a61d1d;}
#top-menu .active a {font-weight: bold;}

/* HEADER / SEARCH */
#search-box {
    position: absolute;
    bottom: -40px;
    right: 34px;
    top: 80px;
    width: 290px;
    height: 50px;
    background: none !important;
    padding-top: 5px;
    /*float: right;
    margin: 9px 0 0;*/
}
#search-box .seach-box-btn {
    float: right;
}
#search-box .AdvancedSearchButton {
    float: left;
    width:240px;
}
    .imp {
        display: block!important;
    }
    .impBtm {
        bottom: 0px!important;
    }

    #search-box:hover {
    }
#search-box label {display: none;}
#search-box input[type="text"],
#search-box input.search-box-inp {
    border: 1px solid #979797;
    height: 33px;
    width: 180px;
    padding: 0 10px;
    display: block;
    line-height: 30px !important;
    float: right;
    border: 0;
    border-radius: 6px;
}
.search-box-inp {
    margin-bottom: 5px;
}
.search-box-button {
    background: url("/img/2014/ico-topsearch-transp-2.png") 0 0 no-repeat;
    text-indent: -999em;
    border: 0;
    width: 38px;
    height: 33px;
    display: block;
    cursor: pointer;
    float: right;
    right: 0px;
}
#search-box:hover .search-box-button {
    background: url('/img/2014/ico-topsearch-transp-2.png');
}

/* advanced search */
.AdvancedSearch {
    bottom: -270px;
    width: 270px;
    height: auto;
    background: #fff;
    position: absolute;
    z-index: 999;
    border: 1px solid #A6A6A6 !important;
    text-transform: capitalize;
}
.AdvancedSearchButton a.show_advanced_options {
    font-weight: 700;
    color: #4A4A4A;
    float:left;
    background: url("/img/2014/arrow-down-yellow_small.png") 50% 50% no-repeat;
    display:block;
    width:30px;
    height:35px;
    background-size:35px;
}
.AdvancedSearchButton a.show_advanced_options:hover {
    color: #4A4A4A;
}
.AdvancedSearch input[type=checkbox]{
    margin-right: 5px;
    display: none;
}
.AdvancedSearch label {
    /* float: left; */
    width: auto;
    min-width: 110px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Open-sans', sans-serif;
    font-size: 16px;
    color: #4A4A4A;
    padding-left: 5px;
    line-height: 20px;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 30px;
}
    .AdvancedSearch div.state label[for="state"] {
        background: url("/img/2014/advanced-search-state.png") 2px 2px;
        background-repeat: no-repeat;
    }
        .AdvancedSearch div.state input#state:checked + label[for="state"] {
            background-position: 2px -23px;
        }
    .AdvancedSearch label[for="destination"] {
        background: url("/img/2014/advanced-search-destination.png") 6px 2px;
        background-repeat: no-repeat;
    }
        .AdvancedSearch div.destination input#destination:checked + label[for="destination"] {
            background-position: 6px -23px;
        }
    .AdvancedSearch label[for="hotels"] {
        background: url("/img/2014/advanced-search-hotels.png") 5px 2px;
        background-repeat: no-repeat;
    }
        .AdvancedSearch div.hotels input#hotels:checked + label[for="hotels"] {
            background-position: 5px -23px;
        }
    .AdvancedSearch label[for="album"] {
        background: url("/img/2014/advanced-search-album.png") 5px 2px;
        background-repeat: no-repeat;
    }
        .AdvancedSearch div.album input#album:checked + label[for="album"] {
            background-position: 5px -23px;
        }
    .AdvancedSearch label[for="travelogue"] {
        background: url("/img/2014/advanced-search-travelogue.png") 5px 2px;
        background-repeat: no-repeat;
    }
        .AdvancedSearch div.travelogue input#travelogue:checked + label[for="travelogue"] {
            background-position: 5px -23px;
        }
    .AdvancedSearch label[for="travelers"] {
        background: url("/img/2014/advanced-search-travelers.png") 5px 2px;
        background-repeat: no-repeat;
    }
        .AdvancedSearch div.travelers input#travelers:checked + label[for="travelers"] {
            background-position: 5px -23px;
        }
    .AdvancedSearch label[for="discussion"] {
        background: url("/img/2014/advanced-search-discussion.png") 5px 2px;
        background-repeat: no-repeat;
    }
        .AdvancedSearch div.discussion input#discussion:checked + label[for="discussion"] {
            background-position: 5px -23px;
        }
    .AdvancedSearch label[for="skiResort"] {
        background: url("/img/2014/advanced-search-skiResort.png") 5px 2px;
        background-repeat: no-repeat;
    }
        .AdvancedSearch div.skiResort input#skiResort:checked + label[for="skiResort"] {
            background-position: 5px -23px;
        }
    .AdvancedSearch label[for="meetings"] {
        background: url("/img/2014/advanced-search-meetings.png") 5px 2px;
        background-repeat: no-repeat;
    }
        .AdvancedSearch div.meetings input#meetings:checked + label[for="meetings"] {
            background-position: 5px -23px;
        }
    .AdvancedSearch label[for="ckca"] {
        background: url("/img/2014/advanced-search-ckca.png") 5px 2px;
        background-repeat: no-repeat;
    }
        .AdvancedSearch div.ckca input#ckca:checked + label[for="ckca"] {
            background-position: 5px -23px;
        }
    .AdvancedSearch label[for="airline"] {
        background: url("/img/2014/advanced-search-airline.png") 5px 2px;
        background-repeat: no-repeat;
    }
        .AdvancedSearch div.airline input#airline:checked + label[for="airline"] {
            background-position: 5px -23px;
        }
        /* ie 8 styles */
        .AdvancedSearch#ie div input{
            display: block !important;
            float: left;
        }
    .AdvancedSearch .closeAdvanced{
        display: block;
        background: url("/img/2014/back_cross.png") right no-repeat;
        text-align: right;
        padding-right: 20px;
        height: 15px;
        cursor: pointer;
        font-size: 9px;
        line-height: 18px;
        vertical-align: middle;
        text-transform: uppercase;
    }
    .AdvancedSearch .closeAdvanced:hover{
        background: url("/img/2014/back_cross_red.png") right no-repeat;
        height: 15px;
    }


/* SEARCH RESULT  */
#searchpage-wrapper {
    width: 650px;
    min-height: 950px;
    float: left;
    margin-right: 10px;
    clear: both;
}

#searchpage-wrapper .searchpage-container {
    float: left;
    min-height: 400px;
}

#searchpage-wrapper h1.searchpage-title {
    color: #ffb700;
    top: 54px;
    left: 1em;
    padding: 0;
    margin: 0;
    border: none;
    font-family: 'Roboto Slab', serif;
    font-size: 45px;
    background: none;
}
#searchpage-wrapper .list{
        width: 310px;
        min-height: 410px;
        margin-left: 10px;
        clear: both;
    }
    #searchpage-wrapper .list h2 {
        border-top: 1px solid #f3f3f3 !important;
        border-bottom: 1px solid #f3f3f3 !important;
        text-align: left;
        color: #CBCBCB;
        font-family: "Roboto Slab",serif;
        font-size: 26px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        padding: 0 18px 0 50px;
        text-transform: uppercase;
        margin-top: 20px;
    }

    #searchpage-wrapper .list h2.album {
        background: url(/img/2014/ico_leica.png) no-repeat;
    }
    #searchpage-wrapper .list h2.travelogue {
        background: url(/img/2014/ico_pen.png) no-repeat;
    }
    #searchpage-wrapper .list h2.travelers {
        background: url(/img/2014/ico_barbie.png) no-repeat;
    }
    #searchpage-wrapper .list h2.discussion {
        background: url(/img/2014/disc_ico_general.png) no-repeat;
    }
    #searchpage-wrapper .list h2.destination {
        background: url(/img/2014/disc_ico_destin.png) no-repeat;
    }
    #searchpage-wrapper .list h2.state {
        background: url(/img/2014/disc_ico_dest.png) no-repeat;
    }
    #searchpage-wrapper .list h2.skiResort {
        background: url(/img/2014/disc_ico_resorts.png) no-repeat;
    }
    #searchpage-wrapper .list h2.hotels {
        background: url(/img/2014/ico_hotel.png) no-repeat;
    }
    #searchpage-wrapper .list h2.ckca{
        background: url(/img/2014/disc_ico_off.png) no-repeat center left;
        height: 60px !important;
        line-height: 30px;
        vertical-align: middle;
        padding-left: 50px !important;
    }
    #searchpage-wrapper .list h2.airline {
        background: url(/img/2014/ico_plane.png) no-repeat center left;
        height: 60px !important;
        line-height: 30px;
        vertical-align: middle;
        padding-left: 55px !important;
    }
#searchpage-wrapper .item .item-album{
    background-color: gray;
}
    #searchgape-wrapper .item .item-Album .item-title,
    #searchgape-wrapper .item .item-Album .item-title a {
        color: #ffbc2b;
    }
#searchpage-wrapper .list #searchList .item{
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 5px;
    padding-top: 2px;
}
#searchpage-wrapper .list  #searchList .item > a {
    color: #4A4A4A;
    font-family: 'Open-sans', sans-serif;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
    #searchpage-wrapper .list #searchList .item > a:hover {
        text-decoration: underline;
        color: #ffbc2b;
        font-weight: 600;
    }

#searchpage-wrapper .list .pagination .prev {
    background: url("/img/2014/arrow-prev-blue_small.png") 0px 0;
    background-repeat: no-repeat;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    float: left;
    width: 90px;
    margin: 5px;
    padding-left: 15px;
}
#searchpage-wrapper .list .pagination .next,
.i-was-here-next {
    background: url("/img/2014/arrow-next-blue_small.png") 50px 0;
    background-repeat: no-repeat;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    float: right;
    width: 60px;
    margin: 5px;
    color: #cacaca;
    font-family: 'Open-sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    width: 60px;
}
    #searchpage-wrapper .list .pagination a  {
        color: #cacaca;
        font-family: 'Open-sans', sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 800;
        width: 60px;
    }
        #searchpage-wrapper .list .pagination a:hover {
            color: #4A4A4A;
            text-decoration: underline;
        }
#searchpage-wrapper .noResult{
    width: 100%;
    text-align: center;
    font-family: 'Open-sans', sans-serif;
    font-size: 20px;
    color: #4A4A4A;
}
#travelagency-wrapper .alone #cont300 {
    float: right;
    margin-bottom: 20px;
}
#searchpage-wrapper #adv600 {
    margin-top: 150px;
    margin-left: 25px;
    float: left;
}

#searchpage-wrapper .rss-separator {
    clear: both;
}

#travelagency-wrapper .alone .adv {
     /* float: right; */
}

/* HOMEPAGE CONTENT LABEL */
.lbl-hp {
    width: 300px;
    background: #fff;
    text-align: right;
    color: #989898;
    font-size: 10px;
    padding-right: 10px;
}
/* .LBL IN CK/CA */
span.lbl {
    font-size: 10px;
    display: block;
    color: #989898;
    margin-left: 5px !important;
}
/* .LBL IN SCTICKY SKYSCRAPER */
div.sticky_wrap div span .lbl,
div#adblock-skyscraper span .lbl {
    top: -10px !important;
    right: 0px !important;
}
/* HEADER / LOGIN BOX */
#login {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 225px;
    height: auto;
    font-family: Arial;
}
/*
#login form,
#login .user {float: right; width: 150px;}
#login .formLine {margin: 10px 0 1px;}
#login label,
#login .name {
    color: #b7b7b7;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
}
#login .name {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 2px;
    color: #686868;
    display: block;
    position: static;
    height: 15px;
}
#login input {
    background: none;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    color: #b7b7b7;
    width: 150px;
    height: 10px;
    padding: 0 0 5px;
    display: block;
}

#login .button,
#login a {
    background: none;
    border: 0;
    color: #00b3fc;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    line-height: 18px;
    height: 15px;
    width: auto;
    margin: 1px 0 0;
    outline: none !important;
}

#login a {text-decoration: none;}
#login .link {color: #ffb700;}

#login .photo {
    background: url("/img/2014/ico-user.png") 100% 0 no-repeat;
    width: 40px;
    height: 50px;
    display: block;
    float: left;
}
#login .photo img {border: 1px solid #c2c6c0;}

#login a:hover,
#login a:focus,
#login .button:hover,
#login .button:focus {text-decoration: underline;}
*/
/*filter*/
.filter input[type="text"] {
    padding: 0px 10px;
    height:40px;
}
.filter .chzn-search input[type="text"] {
    padding: 0px 5px;
    line-height: 30px;
}
.filter fieldset {margin:0;}
/* HEADER / MAP */
.BigMap .map {margin: 0;}
#header-map {
    position: relative;
    background: url('/img/2014/fake-map-img.jpg') no-repeat;
    background-size: 100% 100%;
    /* background-position: center; */
    /* FIX FAKEMAPSIZE IN IE8 */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/2014/fake-map-img.jpg',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/2014/fake-map-img.jpg',sizingMethod='scale')";
}


#header-map,
#header-map .gmap {height: 600px; width: 100%;}
#header-overlay {
    background: url("/img/2014/header-bottom1.png") 50% 0 no-repeat;
    background-size: 100%;
    /* background-size: 100% 100%; */
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: -20px;
    z-index: 1;
    /* FIX FAKEMAPSIZE IN IE8 */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/2014/header-bottom1.png',sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/2014/header-bottom1.png',sizingMethod='scale')";
}

/* TOP 40 */
.dialogToolWindow { display: none; }
#top40 {}
#top40 .dialogToolWindow {margin-top: 15px;}
#top40 .close {
  /*  background: url("/img/2014/close_all_countries.png");*/
    border-radius: 15px;
    overflow: hidden;
    display: table;
    height: 20px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 20px;
    text-indent: -999px;
}
#top40 .close a {
    background: none;
    text-transform: lowercase;
    display: table-cell;
    color: #fff;
    text-decoration: none;
}
#top40 .close a:hover,
#top40 .close a:focus {}

/* TOP 40 / TABS MENU */
#top40 .tabs-menu {
    border-right: 1px solid #cbcbcb;
    text-align: center;
    display: block;
    float: left;
    width: 65px;
    /*height: 230px;*/
    margin: 10px 0;
}
#top40 .tabs-menu .top40,
#top40 .tabs-menu a {
    background: url("/img/2014/img-sprite.png") 0 0 no-repeat;
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 auto 5px;
    text-indent: -999em;
}
#top40 .tabs-menu .top40 {margin-top: -1px;}

#top40 .tabs-menu .cont6 {background-position: 0 -34px;}
#top40 .tabs-menu .cont8 {background-position: 0 -70px; margin-bottom: 3px;}
#top40 .tabs-menu .cont1 {background-position: 0 -103px; margin-bottom: 3px;}
#top40 .tabs-menu .cont2 {background-position: 0 -136px;}
#top40 .tabs-menu .cont3 {background-position: 0 -171px; margin-bottom: 3px;}
#top40 .tabs-menu .cont4 {background-position: 0 -203px;}
#top40 .tabs-menu .cont7 {background-position: 0 -230px;}
#top40 .tabs-menu .cont5 {background-position: 0 -1px;}

#top40 .tabs-menu .active .cont6, #top40 .tabs-menu .cont6:hover, #top40 .tabs-menu .cont6:focus {background-position: -50px -34px;}
#top40 .tabs-menu .active .cont8, #top40 .tabs-menu .cont8:hover, #top40 .tabs-menu .cont8:focus {background-position: -50px -70px;}
#top40 .tabs-menu .active .cont1, #top40 .tabs-menu .cont1:hover, #top40 .tabs-menu .cont1:focus {background-position: -50px -103px;}
#top40 .tabs-menu .active .cont2, #top40 .tabs-menu .cont2:hover, #top40 .tabs-menu .cont2:focus {background-position: -50px -136px;}
#top40 .tabs-menu .active .cont3, #top40 .tabs-menu .cont3:hover, #top40 .tabs-menu .cont3:focus {background-position: -50px -171px;}
#top40 .tabs-menu .active .cont4, #top40 .tabs-menu .cont4:hover, #top40 .tabs-menu .cont4:focus {background-position: -50px -203px;}
#top40 .tabs-menu .active .cont7, #top40 .tabs-menu .cont7:hover, #top40 .tabs-menu .cont7:focus {background-position: -50px -230px;}
#top40 .tabs-menu .active .cont5, #top40 .tabs-menu .cont5:hover, #top40 .tabs-menu .cont5:focus {background-position: -50px -1px;}

#top40 .tabs-menu .menu li {
    margin-top: 10px;
}

/* TOP 40 / TABS CONTENT */
#top40 .tabs-content {
    padding-top: 20px;
    display: block;
    float: right;
    width: 810px;
    height: 100%;
    color: #ffb700;
    overflow: hidden;
}
#top40 .tabs-content > div {height: 100%;}

#top40 .tabs-content h2 {
    font-family: 'Roboto Slab',serif;
    margin: -15px 0 10px/*0 0 10px*/;
    /*padding-top: 10px;*/
}
#top40 .tabs-content ul {
    width: 20%;
/*    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;*/
}
#top40 .tabs-content li {
    background: url('/img/2014/vlajky_new.png') no-repeat;
    /*background-position: 0 0 !important;*/
}
#top40 .tabs-content a {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    line-height: 21px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    display: block;
    padding-left:30px;

}
#top40 .tabs-content a:hover,
#top40 .tabs-content a:focus {font-size: 16px; color: #00b3fc;}


/**************************** CONTENT ***************************/
#content {
    background: #FFF;
    display: block;
    margin: -33px auto 0;
    padding: 3px 0 15px;
    min-height: 350px;
    position: relative;
    width: 996px;
    z-index: 1;
    padding-bottom: 0;
}

#content .content {padding: 0 10px;}
#content .hp.content {padding: 0 15px;}

.left-col {width: 650px; float: left;}
.right-col {width: 300px; float: right;}

.arrowMove {
    background: url("/img/ArrowMove.png") 0 0 no-repeat;
    cursor: move;
    display: block;
    height: 36px;
    left: 0;
    position: absolute;
    top: -33px;
    width: 100%;
    z-index: 99;
    cursor: pointer;
}

/* CONTENT / ORBION STATS */
#orbion-stats {font-family: 'Roboto Slab', serif; margin: 17px 0 23px;}
#orbion-stats li {
    display: block !important;
    float: left !important;
    padding: 0;
    width: 20%;
}
#orbion-stats span {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 17px;
    color: #4A4A4A;
}
#orbion-stats a {
    text-decoration: none;
    font-size: 40px;
    line-height: 42px;
    font-weight: bold;
    color: #72d3fe;
    display: block;
}
#orbion-stats a:hover,
#orbion-stats a:focus {text-decoration: underline;}

/* CONTENT / ALBUMS */
.hp #albums-list {
    height: 620px;
}
#albums-list  {
    position: relative;
    height: 600px;
    margin: 15px 0;
    margin-bottom: 30px;
}
.hp #albums-list {margin: 15px -5px; margin-top: 0px; margin-bottom: 35px;}

#albums-list li {
    display: block;
    padding: 0;
    position: absolute;
    overflow: hidden;
}
#albums-list a {position: relative; overflow: hidden;}

#albums-list .title {
    text-align: right;
    background: rgba(0,0,0, 0.7);
    position: absolute;
    bottom: -10em;
    display: block;
    padding: 0 10px 5px;
    min-height: 45px;
    max-height: 49%;
    color: #fff;
    z-index: 21;
    transition: bottom 0.5s ease 0s;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#albums-list li:hover .title {bottom: 0 !important;}

/* album date */
.photoAlbums-album-info > div > span.created-date {
    float: right;
    color: #464646;
    font-weight: 400;
    text-align: right;
    font-size: 13px;
    padding: 0px;
}
    .photoAlbums-album-info span.created-date .created-right {
        width: 150px;
        display: inline-block;
        font-size: 13px;
        text-align: left;
    }
    .photoAlbums-album-info span.created-date .created-left {
        width: 130px;
        display: inline-block;
        font-size: 13px;
        text-align: left;
    }

/* album date / end */
#albums-list .title > a {
    font-family: 'Roboto Slab', serif;
    font-size: 45px;
    line-height: 1.05em;
    display: block;
    margin: 5px 0;
    color: #fff;
}


#albums-list .title span {font-family: 'Open Sans', sans-serif; font-size: 15px;}
#albums-list .title .author {font-size: inherit !important; color: #ffb700;}
.fiki_newest_album #albums-list #advBlock {
}
#albums-list #advBlock {
    display: block;
    left: auto;
    right: 0;
    width: 300px;
    height: 600px;
}
#advBlock .skyscraper .placeholder_image,
#advBlock .square_300 .placeholder_image {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
#advBlock .skyscraper > span,
#advBlock .square_300 > span {
    position: absolute;
}

#albums-list #readMore {
    background: none;
    display: block;
    right: 0;
    bottom: -30px;
}
.content.hp #albums-list #readMore {
    bottom: 0px;
}
#albums-list #readMore a {
    color: #FFB700;
    display: block;
    font-family: 'Roboto Slab',serif;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center !important;
    text-transform: uppercase;
    width: 120px;
}

#albums-list li.fadeThis.item div.title {
    bottom: 0px !important;
}
/* CONTENT / HP ALBUMS GRID */
.hp #albums-list #albumPos1 {height: 185px;}
    .hp #albums-list #albumPos1 .title {width: 340px;}
    .hp #albums-list #albumPos1 .title > a {font-size: 25px;}

.hp #albums-list #albumPos2 {height: 425px; top: 195px;}
    .hp #albums-list #albumPos2 .title {width: 340px; bottom: 0px !important;}

.hp #albums-list #albumPos3 {height: 460px; left: 370px;}
    .hp #albums-list #albumPos3 .title {width: 277px;}
    .hp #albums-list #albumPos3 .title > a {font-size: 35px;}

.hp #albums-list #albumPos4 {height: 150px; top: 470px; left: 370px;}
    .hp #albums-list #albumPos4 .title {width: 195px;}
    .hp #albums-list #albumPos4 .title > a {font-size: 20px;}
    .hp #albums-list #albumPos4 .title > span {font-size: 13px;}

.hp #albums-list #albumPos5 {height: 150px; top: 310px; right: 0;}
    .hp #albums-list #albumPos5 .title {width: 280px;}
    .hp #albums-list #albumPos5 .title > a {font-size: 22px;}
    .hp #albums-list #albumPos5 .title > span {font-size: 13px;}

.hp #albums-list #albumPos6 {height: 150px; top: 470px; right: 168px;}
    .hp #albums-list #albumPos6 .title {width: 195px;}
    .hp #albums-list #albumPos6 .title > a {font-size: 20px;}
    .hp #albums-list #albumPos6 .title > span {font-size: 13px;}

.hp #albums-list #albumPos7 {height: 100px; top: 470px; right: 0;}
    .hp #albums-list #albumPos7 .title {width: 140px;}
    .hp #albums-list #albumPos7 .title > a {font-size: 16px; margin-bottom: 0; }
    .hp #albums-list #albumPos7 .title > span {font-size: 12px;}

.hp #albums-list #albumPos8 {display: none; /*height: 100px; top: 470px; right: 0;*/}
    .hp #albums-list #albumPos8 .title {width: 140px;}

.hp #albums-list #advBlock {height: 310px; margin-top: -10px;}

/* CONTENT / SP ALBUMS GRID */
#albums-list .title > a {font-size: 35px;}
#albums-list #albumPos1 {height: 296px;}
    #albums-list #albumPos1 .title {width: 340px;}

#albums-list #albumPos2 {height: 296px; top: 304px;}
    #albums-list #albumPos2 .title {width: 340px; bottom: 0px!important;}

#albums-list #albumPos3 {height: 400px; left: 368px;}
    #albums-list #albumPos3 .title {width: 280px;}
    #albums-list #albumPos3 .title > a {font-size: 25px;}

#albums-list #albumPos4 {height: 192px; top: 408px; left: 368px;}
    #albums-list #albumPos4 .title {width: 280px;}
    #albums-list #albumPos4 .title > a {font-size: 25px;}



/* CONTENT / ARTICLES */
.article-list {margin: 15px 0 0;}

.article-list li {
    padding: 0 20px 0 0 !important;
    display: block;
    clear: both;
}
.article-list .thumbs {
    margin-right: 20px;
    position: relative;
    float: left;
}
.article-list .thumbs img {
    border: 5px solid #F1F1F1;
    margin: 0 0 10px;
    width: 210px;
}
.article-list .thumbs .fiki {
    background: url("/img/2014/ico-plane.png") 0 0 no-repeat; /* temp, normalne to bude sprite */
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
}

.article-list h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    line-height: 30px;
    margin: -1px 0 8px;
}
.article-list h2 a {
    font-size: 30px;
    color: #72d3fe;
    text-decoration: underline;
}
.article-list h2 a:hover,
.article-list h2 a:focus {
    text-decoration: underline;
    color: #ffb700;
}

.article-list .desc {
    font-family: 'Open Sans', sans-serif;
    color: #4A4A4A;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}
/* CONTENT / ARTICLES / 2 COLS */
.article-list.cols {margin-top: 30px;}
.article-list.cols li {width: 460px; clear: none; float: left}
.article-list.cols .desc {font-size: 14px; line-height: 18px;}

p.desc a.more {
    font-weight: 600;
    color: #0F7CB6;
}

/* CONTENT / STATUS TICKER */
#status-ticker .latestContent {
    background: none;
}
#status-ticker .latestContent.carousel {
    width: 100%;
    background: #f9f9f9;
    opacity: 0;
}
#status-ticker {
    background: #FFF;
    height: 40px;
    width: auto;
    position: relative;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0 -5px;
}
#status-ticker .ajax_loader {
    position: absolute;
    background: #f9f9f9 url("/img/2014/ico-status.png") 0 0 no-repeat;
    height: 40px;
    width: 60px;
}
#status-ticker .ajax_loader img{
    position: absolute;
    top: 7px;
    left: 12px;
    height: 24px;
    width: 24px;
}
#status-ticker .fresh {
    background: #f9f9f9 url("/img/2014/ico-status.png") 0 0 no-repeat;
    position: relative;
    display: block;
    height: 40px;
    width: 60px;
    z-index: 1;
}
#status-ticker .fresh .refresh {
    background: url("/img/2014/carousel_loader_img_static2.png") 1px 0 no-repeat;
    text-indent: -999em;
    display: block;
    height: 24px;
    width: 24px;
    position: relative;
    top: 7px;
    left: 12px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#status-ticker .refresh.rot {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

#status-ticker ul {
    position: absolute;
    width: 910px;
    color: #828282;
    left: 60px;
    top: 0;
    height: 40px;
}
#status-ticker li {
    display: table;
    height: 40px;
    padding: 0;
    position: absolute;
}
#status-ticker li:after {
    color: #FFB700;
    display: block;
    font-size: 16px;
    font-weight: 100;
    position: absolute;
    width: 330px;
    top: 30%;
}
#status-ticker li > span {display: table-cell; vertical-align: middle;}
#status-ticker a {color: #4A4A4A;}
#status-ticker strong {color: #00b3fc;}

/**************************** DETAIL ****************************/

/* DETAIL / SUB MENU */
#sub-menu {
    text-transform: uppercase;
    border-bottom: 1px solid #F3F3F3;
    height: 35px;
}
#sub-menu li {
    display: inline-block;
    text-align: center;
    float: left;
    margin: 0;
    padding: 0;
}
#sub-menu li#reviews {
    width: 210px;
}
#sub-menu li#travelers {
    width: 170px;
}
#sub-menu li#albums {
    width: 130px;
}
#sub-menu li#Fiki {
    width: 130px;
}
#sub-menu li#peripluses {
    width: 120px;
}
#sub-menu li#discussions {
    width: 120px;
}
#sub-menu li#weather {
    width: 96px;
}
#sub-menu a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    display: block;
    padding: 8px 0px 9px 0px;
}
#sub-menu a:hover,
#sub-menu a:focus,
#sub-menu .active a {
    background: #577ea4 url("/img/2014/bg-submenu.png") 0 0 repeat-x;
    color: #fff;
}
#sub-menu .active a {font-weight: 500;}
/* DETAIL / DROPDOWN */
.DropDownMenu {
    font-family: 'Roboto Slab', serif;
    float: left;
    background:#EFEFEF;
    border-radius: 6px;
    margin-top:10px;
}
.drop-down .travellers_default-links {
    position:absolute;
    right:0;
    margin-top:80px;
}
.drop-down .travellers_default-links .addIco.travellers {
    margin-right:25px;
}
.drop-down.loged .DropDownMenu {
        height:100px;
}
.DropDownMenu h3,
.DropDownMenu .box {margin: 0;}

.DropDownMenu .InfoMenu {
    /* background: url("/img/2014/img-sprite.png") 0 -380px no-repeat; */
    float: left;
    height: 40px;
    line-height: 40px;
    background: #FFF url("/img/2014/select_arrow.png") no-repeat scroll 95% center;
    margin: 10px 0 10px 15px;
    width: 308px;
    position: relative;
    border-radius: 6px;
}
.DropDownMenu .PriMenu {margin-left: 10px;}
.DropDownMenu .ThirdMenu {margin-right: 10px;}
.DropDownMenu .ShowMenuNew,
.DropDownMenu .ShowMenu {
    display: block;
    color: #00B3FC;
    font-size: 16px;
    font-weight: 300;
    padding-left: 15px;
}

.DropDownMenu .menuBox {
    display: none;
    background: #fff;
    border: 1px solid #EDEDED;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 1px 0 1px #f2f2f2;
    margin: 2px 0 0 2px !important;
    padding: 15px;
    position: absolute;
    width: 274px;
    z-index: 30;
}
.DropDownMenu .menuBox li {padding-right: 0 !important;}
.DropDownMenu .menuBox li a {
    font-size: inherit;
    font-weight: 300;
    color: #00B3FC;
}

.DropDownMenu .destinationMenu {padding-bottom: 0; margin-top: 3px !important;}
.DropDownMenu .destinationMenuScroller {
    height: 350px;
    overflow:auto;
    /*background: #F2F2F2;
    border: 1px solid #E2E2E2;*/
    height: 300px;
    overflow: auto;
    padding: 10px 15px;
}

/* DETAIL / SOCIAL LINKS */
.social {
    padding:12px 10px;
    background: #fff;
    height:52px;
    float: right;
    min-width: 170px;
}
.social .item {
    background: url("/img/2014/img-sprite.png") 0 0 no-repeat;
    display: inline-block;
    float: left;
    height: 30px;
    padding: 0;
    margin-right: 2px;
    text-indent: -999em;
    width: 30px;

}
.social .item a {
    display: block;
    height: 100%;
    padding: 0;
    width: 100%;
}
.social > .item.left > a {
    background: none !important;
}
.social > .item.left > em.addFavorite {
    background: none;
    padding: 0;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.social > .item.left > .addFavorite.added {
    background: url("/img/2014/favorite-added-ico.png") #fff !important;
}
.social > .item.left {
    background-position: -163px -301px;
}
.social > .item.left:hover {
    background-position: -163px -341px;
}
.social .item.pinterest {background-position: -97px -300px;}
    .social .item.pinterest:hover,
    .social .item.pinterest:focus {background-position: -97px -340px;}

.social .facebook {background-position: 0 -300px;}
    .social .facebook:hover,
    .social .facebook:focus {background-position: 0 -340px;}

.social .tweet {background-position: -32px -300px;}
    .social .tweet:hover,
    .social .tweet:focus {background-position: -32px -340px;}

.social .google {background-position: -64px -300px;}
    .social .google:hover,
    .social .google:focus {background-position: -64px -340px;}

.social .email {background-position: -130px -300px;}
    .social .email:hover,
    .social .email:focus {background-position: -130px -340px;}

div.social-rss-ico {
    background: url("/img/2014/rss_ico.png") 0 0 no-repeat;
    display: inline-block;
    float: left;
    height: 30px;
    padding: 0;
    margin-right: 2px;
    text-indent: -999em;
    width: 30px;
}
    div.social-rss-ico:hover,
    div.social-rss-ico:focus {
        background-position: 0px -40px;
    }
div.i-was-here-social {
    background: url("/img/2014/here-i-was_ico.png") 0 0 no-repeat;
    display: inline-block;
    float: left;
    height: 30px;
    padding: 0;
    margin-right: 2px;
    text-indent: -999em;
    width: 30px;
    cursor: pointer;
}
    div.i-was-here-social:hover,
    div.i-was-here-social:focus {
        background-position: 0px -40px;
    }
div.travel-agencies .social {
    padding: 12px 0px 0px 40px;
    min-width: 160px;
    margin-bottom: 10px;
}
b.label {
    display: block;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    clear: both;
}
/**************************** FOOTER ****************************/

/* FOOTER / RSS FEED */
#rss-separator {
    background: url("/img/2014/rss-separator.png") 50% 0 no-repeat;
    display: block;
    height: 30px;
    clear: both;
}
.rssHub {margin: 0;}
#rss_hub {
    box-shadow: none;
    margin: 0;
    padding-top: 0;
    width: 996px;
    margin: 0px auto;
}


/* FOOTER / PROLINK */
#content-wrapper #prolinkftr {
    background: #dedede url("/img/2014/bg-footer.png") 0 100% repeat-x;
    padding: 50px 0 0 !important;
    clear: both;
}
#content-wrapper .prolinkftr-fixed {background: none !important;}
#content-wrapper #prolinkftr .prolinkftr-dark {margin-top: 6px;}
/**************************** ADVERTS ***************************/
.adv.context-600 {
    float: none;
    margin: 10px auto;
    width: 600px;
}
.topStuff h2 {
    background: #F9F9F9 url("/img/2014/img-sprite.png") -98px -68px no-repeat;
    border: 0 none !important;
    color: #4A4A4A;
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 18px 0 50px;
    text-align: right;
    text-transform: uppercase;
}
.topStuff .newestTravelouge article h2 {
    height: auto;
}

/* 120x60 - HIDING - TODO: REMOVE FROM TEMPLATES !! */
div.button_120x60 { display: none; }
div.button_120x60_2 { display: none; }

/* CAROUSEL - NOTOFICATIONS */
#snippet-carousel-carousel ul.running li {
    max-width: 375px;
    width: auto;
    overflow: hidden;
    background: none;
}
#snippet-carousel-carousel ul.running li > span {
    overflow: hidden;
    white-space: nowrap;
    max-width: 375px;
    padding-right: 10px;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
    max-height: 40px;
    width: auto;
}
#snippet-carousel-carousel ul.running li span a:hover {
    text-decoration: none;
}

/* LOGIN BOX */
#login {
    z-index: 500000;
    padding-top:5px;
}
a.login-dialog-opener {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    background: transparent url("../img/2014/login_ico.png") no-repeat scroll 50% 50%;
    background-size: 40px;
    float:right;
}
#login-hidden-form {
    margin-top: 40px;
    margin-left: -120px;
    z-index: 3010;
    /*width: 250px;*/
    /*height: 15px;*/
    overflow: hidden;
    -moz-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #EFEFEF;
    border: none;
    display:none;
    padding: 25px 20px;
    border-radius: 6px;
}

#login-hidden-form .notice-box{
    margin-top: 20px;
    padding: 12px 0;
    font-size: 13px;
    font-weight: 600;
    color: #d23639;
    background-color: white;
}
.actions.detail #login-hidden-form {
    left: auto;
    right: 0;
    overflow-y: hidden;
}
#login-hidden-form .label {
    background: #00b2fc url(/img/orbion-login.png) no-repeat 5px 50%;
    padding-left: 100px;
    height: 34px;
    line-height: 40px;
}
#login-hidden-form .close {
    width: 16px;
    height: 16px;
    top: 8px;
    right: 8px;
    background: url(/img/bg-close2-16x16.png) no-repeat;
}
#login-hidden-form .wrap {
    overflow-y: hidden;  padding: 0 !important; width: 250px;
    text-align: center;
}
#login-hidden-form .wrap a{
    font-weight: bold;
}
#login-hidden-form .wrap form { height: 80px; }
#login-hidden-form ul    { overflow: hidden; overflow-y: hidden; height: 80px; }
#login-hidden-form ul li { padding: 4px 0; }
#login-hidden-form ul .input label {
    display: block;
    width: 70px;
    float: left;
    font-weight: 700;
    color: #005a88;
}
#login-hidden-form ul .input input {
    width: 265px;
    margin: 0;
    border-color: #d3d3d3;
}
#login-hidden-form .wrap form ul li input[type=text]{
    background: rgba(0,0,0,0);
    border: none;
    border-bottom: 1px solid #4A4A4A;
    /*border-color: #929392;*/
    width: 170px;
    padding: 2px;
    color: #4A4A4A;
    font-weight: 600;
    height: 16px;
    font-family: 'Roboto Slab', serif;
}
#login-hidden-form .wrap form ul li input[type=password] {
    background: rgba(0,0,0,0);
    border: none;
    border-bottom: 1px solid #4A4A4A;
    /*border-color: #929392;*/
    width: 170px;
    padding: 2px;
    color: #4A4A4A;
    font-weight: 600;
    height: 16px;
    font-family: 'Roboto Slab', serif;
}
#login-hidden-form .wrap form ul li input[type=text]::-webkit-input-placeholder { color: #4A4A4A; }
#login-hidden-form .wrap form ul li input[type=password]::-webkit-input-placeholder { color: #4A4A4A; }
#login-hidden-form .wrap form ul li input[type=text]:-moz-placeholder { color: #4A4A4A; }
#login-hidden-form .wrap form ul li input[type=password]:-moz-placeholder { color: #4A4A4A; }
#login-hidden-form .wrap form ul li input[type=text]::-moz-placeholder { color: #4A4A4A; }
#login-hidden-form .wrap form ul li input[type=password]::-moz-placeholder { color: #4A4A4A; }
#login-hidden-form .wrap form ul li input[type=text]:-ms-input-placeholder { color: #4A4A4A; }
#login-hidden-form .wrap form ul li input[type=passsword]:-ms-input-placeholder { color: #4A4A4A; }
#login-hidden-form .wrap form ul li input[type=password] {
    /*letter-spacing: 2px;*/
}
#login-hidden-form ul .remember {  margin-left: 0px;
width: 150px; }
#login-hidden-form ul .submit input {
    background-color: #81c9ee;
    font-weight: 700;
    cursor: pointer;
    padding: 0 8px;
    border: none !important;
    background: none;
    color: #00b3fc;
    height: auto;
    line-height: 12px;
    font-size: 12px;
    padding: 0px;
    margin-left: 20px;
    padding-bottom: 3px;
}
#login-hidden-form ul .submit input:hover {
    background: none;
}
#login-hidden-form ul .reg {
    clear: left;
    margin-left: 70px;
}
#login-hidden-form ul li.reg {
    /* margin-left: 16px !important; */
    margin-left: 0px;
    padding-top: 2px !important;
}
#login-hidden-form ul li.submit {
    padding: 0px;
}
#login-hidden-form ul li.f11 a.f11,
#login-hidden-form ul li.lost a.f11 {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #00b3fc !important;
    font-family: 'Roboto Slab', serif;
    position: absolute;
    right: -21px;
}
#login .login .right {
    width: 165px;
    position: relative;
}
#login .login .right span.bl {
    border-bottom: 1px solid #4A4A4A;
    color: #686868;
    padding-bottom: 3px;
    font-size: 12px;
    font-weight: 600;
}
#login .login .right span.bl.br_bottom > a {
    font-family: 'Roboto Slab', serif;
}
#login-box-top.login {
    width: 225px;
}
#login-box-top.login.logedin {
    width:280px;
    margin-top:-15px;
}
#login-box-top.login.logedin .right{
    padding-right:25px;
}
#login-box-top.login.logedin .left{
    padding-left:10px;
}
#login-box-top.login.logedin .left a img{
    border-radius:6px;
}
#login .login .right div.login-item {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('/img/2014/ico-user-mail.png');
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
#login .login .right div.login-item.first {
    background: url(/img/2014/login_dark_img_notifications.png);
}
#login .login .right div.login-item.first:hover {
    background: url(/img/2014/login_dark_img_notifications_hover.png);
}
#login .login .right div.login-item.second {
    background: url(/img/2014/login_dark_img_mail.png);
}
#login .login .right div.login-item.second:hover {
    background: url(/img/2014/login_dark_img_mail_hover.png);
}
#login .login .right div.login-item.third {
    background: url(/img/2014/login_dark_img_fav.png);
}
#login .login .right div.login-item.third:hover {
    background: url(/img/2014/login_dark_img_fav_hover.png);
}
#login .login .right div.login-item.fourth {
    /* background: url(/img/2014/login_img_user_profileb.png); */
    background: url(/img/2014/login_img_user_profileb.png);
}
#login .login .right div.login-item.fourth:hover {
    background: url(/img/2014/login_img_user_profile_hoverb.png);
}
/* LOGIN -> MESSAGES INBOX */
#snippet-loginControl-messageData a.login-user {
    text-decoration: none;
    color: #666666 !important;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.messageBox .inside a.write_new_message {
    position: absolute;
    color: #0F7CB6;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;

    /* add icon */
    padding-left: 18px;
    background: url("/img/2014/icon_write_message.png")center left;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
    margin-top: 2px;
}
    .messageBox .inside a.write_new_message:hover {
        background: url("/img/2014/icon_write_message_hover.png")center left;
        background-repeat: no-repeat;
        text-decoration: underline;
    }
.messageBox .inside a.all_messages {
    color: #00b3fc;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;

    /* add ico */
    padding-left: 20px;
    background: url("/img/2014/icon_all_messages.png")center left;
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    text-decoration: none;
    margin-top: 2px;
}
    .messageBox .inside a.all_messages:hover {
        background: url("/img/2014/icon_all_messages_hover.png")center left;
        background-repeat: no-repeat;
        text-decoration: underline;
    }
div.item strong {
    color: #0F7CB6;
}
div.item span.date {
    color: #666666;
    font-size: 12px;
}
/** LOGIN-> MESSAGES INBOX END **/
.notifyBox .inside a.mark_all {
    position: absolute;
    color: #0F7CB6;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}
.friends_list_inside  #snippet-userMessages-userMessages a.next-messages,
.user_notify #snippet-userNotifications-usernotif a.next-notifi {
    float: right;
    padding: 5px;
}
#login .login .right div.login-item.first #snippet-loginControl-notify,
#login .login .right div.login-item.first #snippet-loginControl-message {
    position: absolute;
    bottom: 0px;
    right: 5px;
    text-align: right;
}
#login .login .right div.login-item.first #snippet-loginControl-notify span {
    font-size: 14px;
    font-weight: 800;
    color: #a51f1f;
}
#login .login .right div.login-item.second #snippet-loginControl-message span {
    font-size: 14px;
    font-weight: 800;
    color: #a51f1f;
    position: absolute;
    bottom: 0px;
    right: 4px;
}
.notifyBox .inside .close_anchor {
    width: 275px;
    margin-right: 3px;
    text-align: right;
    display: inline-block;
}
div.notifyBox {
    /*top: 0px;
    left: 0px;*/
    width: 300px !important;
    height: 305px !important;
}
    div.notifyBox .inside a.all_notifications {
        display: block;
        float: right;
        text-decoration: none;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;


        /* add all notify icon */
        background: url("/img/2014/icon_all_notify.png");
        background-repeat: no-repeat;
        padding-left: 20px;
        margin-top: 4px;
    }
        div.notifyBox .inside a.all_notifications:hover {
            /* add all notify icon */
            background: url("/img/2014/icon_all_notify_hover.png");
            background-repeat: no-repeat;
            text-decoration: underline;
        }
div.favoritesBox {
    left: -135px;
    width: 300px;
    height: 305px;
    overflow-y: scroll;
    background: url(/img/2014/login_top_arrow.png);
    background-repeat: no-repeat;
    background-position: 83% 0%;
    z-index: 999999999;
    position: absolute;
    display: none;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    border-bottom: 1px solid #E0E0E0;
}
div.userBox {
    width: 160px;
    height: 140px;
    overflow-y: scroll;
    background: url(/img/2014/login_top_arrow.png);
    background-repeat: no-repeat;
    background-position: 98% 0%;
    z-index: 999999999;
    position: absolute;
    display: none;
    left: 5px;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    border-bottom: 1px solid #E0E0E0;
}
div.userBox .inside {
    width: 140px;
    height: 100px;
    margin-top: 20px;
    padding: 10px;
    background: #fff;
    text-align: right;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
div.favoritesBox .inside {
    width: 300px;
    height: 100px;
    margin-top: 20px;
    padding: 10px;
    padding-top: 5px;
    background: #fff;
    text-align: right;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
div.favoritesBox .inside {
    width: 280px;
}
div.userBox .inside .top {
    display: block;
    text-align: left;
    padding-bottom: 3px;
    border-bottom: 1px solid #cacaca;
}
div.favoritesBox .inside {
    height: 265px;
}
div.favoritesBox .inside span.close_anchor,
div.messageBox .inside span.close_anchor {
    width: 275px;
    line-height: 20px;
    color: #000;
    margin-right: 10px;
    height: 14px;
    display: block;
}
div.favoritesBox .inside span.close_anchor a,
div.messageBox .inside span.close_anchor a {
    color: #000;
    font-family: Arial;
    font-weight: 100;
    text-decoration: underline;
    display: block;
    width: 14px;
    height: 14px;
    float: right;
    overflow: hidden;
    background: url(/img/2014/back_cross.png) 0 0 no-repeat;
}
div.favoritesBox .inside span.close_anchor a:hover,
div.messageBox .inside span.close_anchor a:hover {
    background: url(/img/2014/back_cross_red.png) 0 0 no-repeat;
}
div.favoritesBox .inside .inner_inside {
    width: 275px;
    height: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #cacaca;
    margin-top: 2px;
    margin-bottom: 2px;
}
div.favoritesBox .inside .inner_inside .inner h3 {
    margin: 0;
    margin-top: 0px;
    color: #E8A226;
    padding: 0;
    font-family: "Roboto Slab",serif;
    text-transform: uppercase;
    text-align: left;
}
div.favoritesBox .inside .inner_inside .inner p {
    margin: 0;
    padding: 0;
    margin: 0.6em 0;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 10px;
    background: url(/img/2014/notify_splitter.png) 0 100% no-repeat;
}
div.favoritesBox .inside .inner_inside .inner div.more {
    text-align: left;
    margin-bottom: 10px;
}
div.favoritesBox .inside .inner_inside .inner p:hover {
    background: #94DBF7;
}
div.favoritesBox .inside .inner_inside .inner p a {
    color: #666666;
    font-weight: 100;
}
div.favoritesBox .inside .inner_inside .inner p span.nfo {
    font-weight: 100 !important;
}
div.favoritesBox .inside .inner_inside .inner p span.nfo span {
    color: #000;
    font-weight: 600 !important;
}
#login div.favoritesBox .inside .inner_inside .inner p span.nfo {
    border: none;
    text-align: right;
}
#login div.userBox .inside a {
    font-family: 'Roboto Slab', serif;
    color: #4A4A4A;
}
#login div.userBox .inside a:hover {
    color: #ffb700;
}
#login div.userBox .inside a.logout {
    color: #0F7CB6;
    font-weight: 400;
    font-family: 'Open Sans',sans-serif;
    size: 13px;
    text-decoration: underline;
}
#login div.userBox .inside a.logout:hover {
    text-decoration: none;
}
div.favoritesBox .inside a,
div.userBox .inside a {
    text-decoration: none;
    font-weight: 600;
    color: #b9b9b9;
    line-height: 18px;
}
div.favoritesBox .inside a:hover,
div.userBox .inside a:hover {
    color: #ffb700;
}
div.favoritesBox .inside a.logout,
div.userBox .inside a.logout {
    color: #00b3fc;
}
div.favoritesBox .inside a.logout:hover,
div.userBox .inside a.logout:hover {
    color: #ffb700;
}
.article #subject.subject.left {
    width: 650px;
}
.article .right.user-col {
    width: 300px;
    min-height: 650px;
    overflow: hidden;
}
h1.travelogue_default {
    float: none !important;
    border: none;
    width: 100%;
    text-align: right;
    font-size: 40px;
    font-family: 'Roboto Slab', serif;
    color: #4A4A4A;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
div.travelogue_default_links,
div.travellers_default-links {
    text-align: right;
    margin: 0px;
}
.titleLinks a {line-height: 20px;}
div.travelogue_default_links a.travelog,
div.travellers_default-links a.travellers{
    color: #979797;
    font-family: 'Open Sans', sans-serif;
    padding: 7px 0px 7px 0;
    padding-left:40px;
    text-align: right;
    margin-left:40px;
    /*background: url(/img/2014/orbion_add_ico.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;*/
}
div.travelogue_default_links a.travelog strong,
div.travellers_default-links a.travellers strong {
    font-weight: 800 !important;
    font-family: "Open-sans",sans-serif;
}
div.travelogue_default_links a.travelog.hotel {
    background: transparent url("/img/bg-add.png") no-repeat scroll 0% 50%;
    padding-left:30px;
}
div.travelogue_default_links a.travelog.reviews {
    background: transparent url("/img/spriters-add-ico.png") no-repeat scroll;
    background-position: 0px -168px;
    padding-left:40px;
}
/* BREADCRUMBS */
.breadcrumbs span.with_border {
    border-left: 1px solid #00b3fc;
    color: #b7b7b7;
    padding-left: 5px;
    margin-left: 5px;
}
.breadcrumbs span a {
    color: #b7b7b7;
}
.breadcrumbs span.first_no_border {
    border: none;
    padding: 0;
    margin: 0;
}
/* TRAVELOGUE LIST */
#snippet-grid-travelogue ul.newest li {
    padding-right: 0px;
    margin-bottom: 20px;

}
#snippet-grid-travelogue ul.newest li div.left.photo {
    padding: 10px;
    background: #f1f1f1;
    position: relative;
    display: block;
}
#snippet-grid-travelogue ul.newest li .topBarPhoto.right {
    width: 460px;
    padding-left: 10px;
    height: 120px;
    max-height: 120px;
}
#snippet-grid-travelogue ul.newest li .topBarPhoto.right h3 {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffbc2b;
}
#snippet-grid-travelogue ul.newest li .topBarPhoto.right h3 a {
    color: #ffbc2b;
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    text-decoration: underline;
}
#snippet-grid-travelogue ul.newest li .topBarPhoto.right div.perex {
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    margin: 14px 0 7px 0;
}
#snippet-grid-travelogue ul.newest li .topBarPhoto.right span.suffix {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: #4A4A4A;
}
#snippet-grid-travelogue ul.newest li .topBarPhoto.right span.suffix a {
    font-size: 14px;
}
.content .cols nav {
    margin-top: 11px;
}
.article .f20.article_title {
    color: #ffb700;
    font-size: 45px;
    font-family: 'Roboto Slab', serif;
    border: none;
    padding-bottom: 0px;
}
.article .commercial-message {
    font-size: 12px;
    padding: 0 5px;
    letter-spacing: 0.03em;
    color: #555;
    text-align: right;
}
.article .article_perex {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #4A4A4A;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.article .article_text_wrapper p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #4A4A4A;
    font-size: 16px;
    word-wrap: break-word;
    font-weight: 400;
    padding: 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
    .article .article_text_wrapper p a{
        font-size: 16px;
}
.article .article_text_wrapper h2 {
    border: none;
    background: none;
    padding-left: 0px;
    color: #00b3fc;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    margin: 0;
}
.article .article_text_wrapper h3 {
    padding-left: 0px;
    color: #00b3fc;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}
.article .article_info {
    padding-left: 0px;
}
.article .article_info a.user {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #58c3fd;
    font-weight: 100;
}
.article .article_date {
    font-family: 'Open Sans', sans-serif;
    color: #4A4A4A;
    font-size: 15px;
    font-weight: 100;
}
.article .article_photoalbums .boxHeadline .title {
    text-align: right;
    text-transform: uppercase;
    color: #cacaca;
    font-family: 'Roboto Slab', serif;
}
.article_photoalbums .photoAlbums.article_photo_a {
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.article .article_photoalbums .boxHeadline {
    margin-bottom: 10px;
    border: none;
}
.article .article_photoalbums .boxHeadline .ico.block {
    background: url(/img/2014/ico_photo.png) no-repeat;
    background-position: 0% 0%;
    width: 50px;
    height: 40px;
}
.article_photoalbums .photo_wrapper_box {
    margin-bottom: 0;
}
.article_photoalbums div.box {
    margin-top: 0;
}
.article_photoalbums #travelogue-galleries-previews .photoAlbum {
    width: 630px;
    height: 340px;
    border: 10px solid #f1f1f1;
    background: #f1f1f1;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.article_photoalbums #travelogue-galleries-previews .photoAlbum:hover > .hover_photo_box {
    bottom: 0px;
}
.article_photoalbums #travelogue-galleries-previews .photoAlbum a img {
    width: auto !important;
    height: auto !important;
    max-width: 630px;
    max-height: 340px;
    border: none;
    margin-right: 0px;
    z-index: 0;
}
.article_photoalbums #travelogue-galleries-previews .photoAlbum .hover_photo_box {
    width: 630px;
    height: 75px;
    background: rgba(0,0,0,0.65);
    position: absolute;
    bottom: -75px;
    left: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: bottom 0.3s ease-in-out;
    -moz-transition: bottom 0.3s ease-in-out;
    -o-transition: bottom 0.3s ease-in-out;
    transition: bottom 0.3s ease-in-out;
}
.article_photoalbums #travelogue-galleries-previews .photoAlbum .hover_photo_box h3.album_title {
    width: 610px;
    max-width: 610px;
    margin: 1.1em 10px 0 10px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.article_photoalbums #travelogue-galleries-previews .photoAlbum .hover_photo_box h3.album_title a {
    color: #FFF !important;
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
}
.article_photoalbums #travelogue-galleries-previews .photoAlbum .hover_photo_box .album_date {
    margin-left: 10px;
    font-family: 'Roboto Slab', serif;
    color: #ffb700;
    font-size: 14px;
}
.article .topTravelouge ul li.newestTravelouge {
    width: 100%;
    margin-bottom: 10px;
}
.article .topTravelouge ul li.newestTravelouge article h2 {
    border: none;
}
.article .topTravelouge ul li.newestTravelouge article img {
    margin: 0px;
}
/* DISUCSSIONS */
.discussions .boxHeadline.comments .title {
    text-align: right;
    text-transform: uppercase;
    color: #cacaca;
    font-family: 'Roboto Slab', serif;
}
.discussions .boxHeadline.comments .count {
    text-align: right;
    color: #cacaca;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
}
.discussions .boxHeadline.comments .ico {
    width: 50px;
    height: 40px;
    background: url(/img/2014/ico_discussions.png) no-repeat;
}
.discussions .discussion #contributions-control-panel fieldset.dense .radioEmu {
    width:100%;
    text-align: right;
}
.discussions .discussion #contributions-control-panel fieldset.dense .radioEmu label[for="sortBy"] {
    float:left;
    color:#00B3FC;
    padding-left:20px;
    font-size: 18px;
    font-weight: 400;
    font-family: Arial,"Open Sans",sans-serif;
}
.discussions .discussion #contributions-control-panel fieldset.dense .radioEmu input[type="button"] {
    border-radius:0;
    background:#CCC;
    border:0;
    color:white;
    margin-top:-5px;
    width:180px;
}
.discussions .discussion #contributions-control-panel fieldset.dense .radioEmu input[type="button"]:hover {
    background:#FFB700;
}
.discussions .discussion #contributions-control-panel fieldset.dense .radioEmu select {
    border:0;
    width:150px;

}
.discussions .discussion #contributions-control-panel fieldset.dense .add {
    width:100%;
    text-align: center;
    padding-bottom:5px;
    padding-top:10px;
}
.discussions .discussion #contributions-control-panel fieldset.dense .add input {
    border:0;
    color:#FFF;
    background: #4a4a4a;
    border-radius: 0;
    width:300px;
}
.discussions .discussion #contributions-control-panel fieldset.dense .add input:hover {
    background:#FFB700;
}
.discussions .discussion #contributions-control-panel fieldset.dense {
    border: none;
}
.discussions .discussion #contributions-control-panel fieldset.dense label {
    color: #4A4A4A;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    font-size:  14px;
}
.discussions .discussion #contributions-control-panel fieldset.dense label[for="frmaddForm-addFormImage"] {
    width:120px;
}
.discussions .discussion #contributions-control-panel fieldset.dense {
    background:#F4F4F4;
    border-left-top-radius: 6px;
    border-left-bottom-radius: 6px;
    margin:0;
    margin-top:10px;
    margin-left:-10px;
    margin-right:-10px;
    padding:10px !important;
    padding-top:15px !important;
}
.discussions .discussion #contributions-control-panel fieldset.dense #sendContributionControlContainer input,
.discussions .discussion #contributions-control-panel fieldset.dense #sendContributionControlContainer textarea {
    background:#FFF;
    border-radius: 6px;
    margin:0;
    box-shadow:none;
    border:0;
    width:500px;
}
.discussions .discussion .contributions .paginatorTop {padding-left:10px;}
.discussions .discussion #contributions-control-panel fieldset.dense #sendContributionControlContainer input {
    width:495px;
}
.discussions .discussion #contributions-control-panel fieldset.dense #sendContributionControlContainer .submits {
    margin-right:0 !important;
}
.discussions .discussion #contributions-control-panel fieldset.dense #sendContributionControlContainer .submits input {
    width:295px;
    float:left;
    border-radius:0;
    margin:10px;
    background: #4a4a4a !important;
}
.discussions .discussion #contributions-control-panel fieldset.dense #sendContributionControlContainer .submits input:hover {
    background: #FFB700 !important;
}
.discussions .discussion #contributions-control-panel fieldset.dense #sendContributionControlContainer .label-top > span {
    width:100px;
    display:inline-block;
}
.discussion .contributions #contributions-control #contribution .item .story .contributionForm span.toolbar {
    width: 100%;
    display: block;
}
.discussion .contributions #contributions-control #contribution .item .story .contributionForm span.toolbar a,
.discussions .discussion #contributions-control-panel #sendContributionControlContainer span.toolbar a {
    color: #4A4A4A;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    background: url(/img/2014/ico_discussions_rules.png) no-repeat;
}
.discussion .contributions #contributions-control #contribution .item .story .contributionForm span.toolbar a:hover,
.discussions .discussion #contributions-control-panel #sendContributionControlContainer span.toolbar a:hover {
    background: url(/img/2014/ico_discussions_rules_red.png) no-repeat;
    color: #7ed6fe;
}
.discussion .contributions {
    background: none;
}
.discussion .contributions #contributions-control #contribution.items {
    background: none;
    margin-left: -10px;
    margin-right: -10px;
}
.discussion .contributions #contributions-control #contribution .item {
    background:#FFF;
    width:650px;
    display:block;
}
.discussion .contributions #contributions-control #contribution > .item {
    background: none;
    padding:10px;
    margin:0;
}
.discussion .contributions .item .box {
    display:inline-block;
    width:100%;
    margin-bottom:0;
}
.discussion .contributions #contributions-control #contribution .item .discussion-part-left {
    float:left;
    width:calc(22% - 10px);
    padding-right:10px;
}
    .discussion .contributions #contributions-control #contribution .item .discussion-part-left .user-name,
    .discussion .contributions #contributions-control #contribution .item .discussion-part-left .user-name > a {
    width:100%;
    float:none;
    text-align: center;
    color:#00B3FC;
    display:block;
    font-size: 18px;
    padding-bottom:5px;
    }
    .discussion .contributions #contributions-control #contribution .item .discussion-part-left .user-name .unreg {
    width:100%;
    float:none;
    text-align: center;
    color:#000;
    display:block;
    font-size: 15px;
    padding-bottom:5px;
    line-height: 1.6;
    }
    .discussion .contributions #contributions-control #contribution .item .discussion-part-left .userimage {
    width:auto;
    height:auto;
    margin:0 auto;
    }
    .discussion .contributions #contributions-control #contribution .item .discussion-part-left .user-ip {
    width:100%;
    display:block;
    color:#BBB;
    text-align: center;
    }
    .discussion .contributions #contributions-control #contribution .item .discussion-part-left span.date {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-family: 'Open sans',sans-serif;
    width:100%;
    text-align: center;
    padding-bottom:5px;
    }
.discussion .contributions #contributions-control #contribution .item .discussion-part-right {
    float:left;
    width:calc(78% - 16px);
    border-left:1px solid #AAA;
    padding-left:15px;
}
    .discussion .contributions #contributions-control #contribution .item .discussion-part-right .title {
        font-size:22px !important;
        color:#00B3FC;
        padding-bottom:15px;
    }
.discussion .contributions #contributions-control #contribution .contributionForm input[type="text"],
.discussion .contributions #contributions-control #contribution .contributionForm textarea{
    background: #f4f4f4;
}
.discussion .contributions #contributions-control #contribution > .item:nth-of-type(2n) {
    background: #f4f4f4;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
    .discussion .contributions #contributions-control #contribution > .item:nth-of-type(2n) .discussion-part-right {
    border-left:1px solid #CCC;
    }
.discussion .contributions #contributions-control #contribution div.subcontribution .item {
    border-bottom:1px solid #CCC;
    border-left:1px solid #CCC;
    }

    /*.discussion .contributions #contributions-control #contribution .item:hover {
        background: #fbfbfb;
    }*/
.discussion .contributions #contributions-control #contribution .item .contributionForm label {
    width:120px;
    line-height: 30px;
}
.discussion .contributions #contributions-control #contribution .item span.img {
    width: 100%;
}
.discussion .contributions #contributions-control #contribution .item .story h3 .title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #848484;
}
.discussion .contributions #contributions-control #contribution .item .story h3 .user-name a {
    color: #ffb700;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
.discussion .contributions #contributions-control #contribution .item .story h3 .appendix {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #848484;
}
.discussion .contributions #contributions-control #contribution .item .story p.contributionTextP {
    font-family: 'Open Sans', sans-serif;
    color: #000000!important;
    font-weight: 400;
    line-height: 1.7em;
}
.discussion .contributions #contributions-control #contribution .item .story p.contributionTextP > a {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: hidden;
    display: block;
}
.discussion .contributions #contributions-control #contribution .item .story .contribution-strip a {
    background: #cccccc;
    font-family: 'Open Sans', sans-serif;
}
.discussion .contributions #contributions-control #contribution .item .story .rating p.Dislike,
.discussion .contributions #contributions-control #contribution .item .story .rating p.Like {
    font-family: 'Open Sans', sans-serif;
    color: #4A4A4A;
    padding: 0;
    display: inline-block;
    line-height: 34px;
    margin: 0;
}
.discussion .contributions #contributions-control #contribution .item .story .contributionForm {
    background: none;
    padding: 0;
    margin-top: 30px;
}
.discussion .contributions #contributions-control #contribution .item .story .contributionForm label {
    color: #cacaca;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
}
.discussion .contributions #contributions-control #contribution .item .story .contributionForm input[type=text] {
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
    padding: 0 5px;
}
.discussion .contributions #contributions-control #contribution .item .story .contributionForm p {
    padding-left: 86px;
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 12px;
}
.discussion .contributions #contributions-control #contribution .item .story .contributionForm textarea {
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
    max-width: 485px;
    min-width: 485px;
    height: 150px;
    padding: 5px;
}
.discussion .contributions #contributions-control #contribution .item .story .contributionForm form label[for=frmajaxReplyForm-ajaxReplyFormImage] {
    margin-top: 5px;
    width: 100px;
}
.discussion .contributions #contributions-control #contribution .item .story .contributionForm form .label-top span,
.discussion .contributions #contributions-control #contribution .item .contributionForm form .label-top span {
    display: inline-block;
    width: 200px;
}
.discussion .contributions #contributions-control #contribution .backLink a {
    padding: 0;
    background: none;
    font-family: 'Open Sans', sans-serif;
    color: #cacaca;
    font-weight: 800;
    text-transform: uppercase;
}
.discussion .contributions .lastReaction {
    padding-left: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #4A4A4A;
    font-weight: 800;
    font-size: 16px;
    border-bottom: 1px solid #cacaca;
}
.contributionForm .smileys {
    width: 340px;
    margin-left: 90px;
    margin-top: 10px;
}
/* PAGINATOR ALL STYLES */
.paginator {
    margin: auto;
    padding: 1.5em 0;
}
.paginator a,
.paginator .active {
    display: inline-block;
    margin: 2px;
    background: #f4f4f4;
    color: #4A4A4A;
    height: 20px;
    padding: 0 6px;
    border-radius: 2px;
    font: 700 15px/20px Arial;
}
.paginator .active {
    background: #4A4A4A;
    color: #fff;
    font-size: 15px;
}
.paginator .active:hover { background: #757575; }
.paginator a:hover       { background: #D4D4D4; }
.paginator a.prev:active,
.paginator a.next:active { color: #0b557d; }
.paginator .arrow,
.paginator .arrow:hover  { background: url(/img/2014/sprite_arrows.png) no-repeat transparent; }
.paginator .arrow.l {
    padding: 0 6px 0 12px;
    background-position: -10px -4px;

     text-transform: uppercase;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;

    /* add arrow */
    display: block;
    float: left;
    background: url("/img/2014/arrow-prev-blue_small.png") left center;
    background-repeat: no-repeat;
}
.paginator .arrow.r {
    padding: 0 22px 0 6px;
    background-position: 100% -27px;

    text-transform: uppercase;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;

    /* add arrow */
    display: block;
    padding-right: 15px;
    float: right;
    background: url("/img/2014/arrow-next-blue_small.png") right center;
    background-repeat: no-repeat;
}
#paginator.paginator a {
    color: #4A4A4A;
}
#paginator.paginator .step {
    background: #f4f4f4;
    font-size: 15px;
}
#paginator.paginator .active.step {
    background: #4A4A4A;
    color: #f4f4f4;
}
#paginator.paginator .arrow {
    /*background: url(/img/2014/sprite_arrows.png) no-repeat;*/
    background-position: 100% -27px;

    background: url("/img/2014/arrow-next-blue_small.png") right center;
    background-repeat: no-repeat;
}
#paginator.paginator .arrow.l {
    background-position: -8px -3px;

    background: url("/img/2014/arrow-prev-blue_small.png") left center;
    background-repeat: no-repeat;
}
/* DISCUSSION - THREAD */
body#thread {
    background: #FFF;
    min-width: 640px;
    width: 100%;
}
body#thread p.Dislike {
    margin: 0;
}
body#thread .discussion .contributions #contributions-control #contribution .item.active {
    border: 3px solid #00B3FC;
}
body#thread #sendContributionControlContainer {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}
body#thread #sendContributionControlContainer .contributionForm label {
    color: #cacaca;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
body#thread #sendContributionControlContainer .contributionForm input[type=text] {
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
    padding: 0 5px;
}
body#thread #sendContributionControlContainer .contributionForm textarea {
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
    max-width: 485px;
    min-width: 485px;
    height: 150px;
    padding: 5px;
}
body#thread #sendContributionControlContainer .contributionForm p {
    padding-left: 92px;
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 12px;
}
body#thread #sendContributionControlContainer .contributionForm span.toolbar a {
    color: #cacaca;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    background: url(/img/2014/ico_discussions_rules.png) no-repeat;
}
body#thread #sendContributionControlContainer .contributionForm span.toolbar a:hover {
    background: url(/img/2014/ico_discussions_rules_red.png) no-repeat;
    color: #7ed6fe;
}
/* DESTINATION DETAIL */
.countries.countries-content .article .topStuff .cols .left {
    width: 48%;
}
.countries.countries-content .article .topStuff .cols .right {
    width: 48%;
}
.countries.countries-content .article .topStuff .cols .left .discussions_title {
    background-position: -98px -108px;
}
.countries.countries-content .article .topStuff .cols .right .more,
.countries.countries-content .article .topStuff .cols .left .more {
    background: none;
    width: auto;
    padding-right: 0px;
    text-transform: uppercase;
    color: #4A4A4A;
}
.countries.countries-content .article .topStuff .cols .right ul.travelogue_list li,
.countries.countries-content .article .topStuff .cols .left ul.discussions_list li {
    height: 30px;
}
.countries.countries-content .article .topStuff .cols .right ul.travelogue_list li strong {
    width: 24px;
    height: 24px;
    margin-top: 0px;
    background: url(/img/2014/ico_small_trav.png) no-repeat 0% 0%;
}
.countries.countries-content .article .topStuff .cols .left ul.discussions_list li strong {
    width: 24px;
    height: 24px;
    margin-top: 0px;
    background: url(/img/2014/ico_small_disc.png) no-repeat 0% 0%;
}
.countries.countries-content .article .topStuff .cols .right  ul.travelogue_list li div.travelogue_title,
.countries.countries-content .article .topStuff .cols .left ul.discussions_list li div.discussion_title {
    padding-top: 4px;
    width: 345px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.countries.countries-content .article .topStuff .cols .right ul.travelogue_list li div.travelogue_title a,
.countries.countries-content .article .topStuff .cols .left ul.discussions_list li div.discussion_title a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #4A4A4A;
}
.countries.countries-content .article .topStuff .cols .right ul.travelogue_list li div.travelogue_title a:hover,
.countries.countries-content .article .topStuff .cols .left ul.discussions_list li div.discussion_title a:hover {
    font-weight: 600;
    color: #ffb700;
    text-decoration: none;
}
.countries.countries-content .article .topStuff .cols .right ul.travelogue_list li span.date,
.countries.countries-content .article .topStuff .cols .left ul.discussions_list li span.colContrib {
    width: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    padding-top: 0px;
    color: #72d3fe;
    font-weight: 800;
    text-align: left;
    border-left: 1px solid #d1d1d1;
    padding-left: 6px;
}
.countries.countries-content .article .topStuff .cols .left ul.discussions_list li span.colContrib a {
    color: #72d3fe;
}
.countries.countries-content .article .topStuff .cols .right ul.travelogue_list li span.date {
    font-weight: 400;
    font-size: 12px;
    width: 104px;
}
.countries.countries-content .article .topStuff .bottom_cols h2 {
    background: none;
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-align: left;
}
.countries.countries-content .article .topStuff .bottom_cols h2.travelogue {
    background: url(/img/2014/ico_plane.png) no-repeat rgba(0,0,0,0);
}
.countries.countries-content .article .topStuff .bottom_cols h2.hotels {
    background: url(/img/2014/ico_hotel_resort.png) no-repeat;
}
.countries.countries-content .article .topStuff .bottom_cols .top_travelogue_country a.thumbs {
    float: none;
}
.countries.countries-content .article .topStuff .bottom_cols .top_travelogue_country a.thumbs img {
    width: 458px;
}
.countries.countries-content .article .topStuff .bottom_cols .top_travelogue_country .article-list article h2 {
    border: none !important;
    padding: 0px;
    text-align: left;
}
.countries.countries-content .article .topStuff .bottom_cols .top_travelogue_country .article-list p.desc {
    line-height: 20px;
    letter-spacing: 1px;
}
.countries.countries-content .article .topStuff .bottom_cols .top_travelogue_country ul.article-list {
    margin-top: 0px;
}
.topStuff .bottom_cols ul.topHotels a img {
    border: 5px solid #F1F1F1;
    float: left;
    margin-right: 15px;
}
.topStuff .bottom_cols ul.topHotels a {
    color: #ffbc2b;
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    line-height: 26px;
    max-height: 78px;
}
.topStuff .bottom_cols ul.topHotels .star_rating {
    width: 230px;
    height: 16px;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}
.topStuff .bottom_cols ul.topHotels span.review_count {
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}
#subject .slider.article_fiki {
    /*height: auto !important;*/
    min-height: 350px;
}
.slider.article_fiki .article .imgItem .imgCase {
    text-align: center;
}
#subject.subject .slider.article_fiki .article_text.left {
    width: 676px;
}
#subject.subject .slider.article_fiki .article_text.left h3,
#subject.subject .slider.article_fiki .article_text.left h5 {
    padding-left: 15px;
    color: #00b3fc;
    font-family: 'Open Sans', sans-serif;
}
#subject.subject .slider.article_fiki .article_text.left ul {
    padding-left: 15px;
    margin-bottom: 20px;
}
#subject.subject .slider.article_fiki .article_text.left ul li,
#subject.subject .slider.article_fiki .article_text.left ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 100;
    color: #0F7CB6;
}
#subject.subject .slider.article_fiki .article_text p strong {
    color: #00b3fc;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}
#subject.subject .slider.article_fiki .article_text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #000000;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
}
#subject.subject .slider.article_fiki .article_text p a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 16px;
}
#subject.subject .slider.article_fiki .article_text .toolbar {
    padding-left: 15px;
    padding-right: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    width: 100%;
}
#subject.subject .slider.article_fiki .adv.hypertext {
    float: left;
}
#subject.subject .slider.article_fiki h2 {
    background: none;
    border: none;
    padding-left: 15px;
    color: #00b3fc;
    margin: 5px 0 5px 0;
    padding-right: 0;
    width: 650px;
}
#subject.subject .slider_menu {
    width: 676px;
    text-transform: uppercase;
}
#subject.subject .slider_menu .r-arrow {
    color: #4A4A4A;
    background: none;
    padding-left: 0;
}
#subject.subject .adv.hypertext .adv-wrap {
    border: 1px solid #DCDCDC;
    background: url('/img/adv-cart-red.png') 5px 6px no-repeat #fff;
    padding-left: 35px;
    margin-bottom: 40px;
    position: relative;
}
#subject.subject .article_wrapper .article_text p {
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 400;
}
.topStuff .hypertext {
    width: 100%;
    float: left;
    margin: 0px;
}
#subject.subject .bottom_ads .context_600 {
    width: 600px;
    float: left;
    padding-left: 30px;
}
#subject.subject .bottom_ads .right_ads {
    float: right;
    width: 300px;
}
#subject.subject .bottom_ads .right_ads .context {
    margin-bottom: 15px;
}
#subject.subject .article_wrapper .travellers_default-links {
    position:absolute;
    z-index:200;
    margin-top:-70px;
    right:25px;
}

/* DISCUSSION DETAIL */
#subject .discussion.discussion_detail h3.discussion a {
    background: none;
    color: #ffb700;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    padding-left: 0px;
}
#subject .discussion.discussion_detail .top_message_wrapper {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #4A4A4A;
    font-weight: 100;
    /* border: 1px solid #4A4A4A; */
    padding-right: 0px;
    margin-right:-10px;
    padding-left: 20px;
    padding-top: 0px !important;
    border-bottom: 1px solid #f4f4f4;
    font-size: 13px;
}
#subject .discussion.discussion_detail .top_message_wrapper p {
    font-weight: 400;
}
#subject .discussion.discussion_detail .top_message_wrapper span.suffix {
    top: -1.5em;
    right: 20px;
}
#subject .discussion.discussion_detail .top_message_wrapper .reply input[type=button] {
    background: #cccccc;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
#subject .discussion.discussion_detail .top_message_wrapper .reply input[type=button]:hover {
    background: #ffb700;
}
#subject .discussion.discussion_detail .top_message_wrapper .contributionForm {
    background: none;
    width: 483px;
    float: right;
    padding: 10px 0 10px 0 !important;
}
    .box .contributionForm {
        background: none;
       /* padding: 10px 20px 10px 0 !important;*/
    }
#subject .discussion.discussion_detail .top_message_wrapper .contributionForm .toolbar a,
#frm-contributions-ajaxReplyForm div .toolbar .rules {
    color: #cacaca;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    background: url(/img/2014/ico_discussions_rules.png) no-repeat;
}
#subject .discussion.discussion_detail .top_message_wrapper .contributionForm .toolbar a:hover,
#frm-contributions-ajaxReplyForm div .toolbar a.rules:hover {
    color: #72d3fe;
    background: url(/img/2014/ico_discussions_rules_red.png) no-repeat;
}
#subject .discussion.discussion_detail .top_message_wrapper .contributionForm p {
    margin-left: 0px;
}
#subject .discussion.discussion_detail .top_message_wrapper .contributionForm label {
    color: #4A4A4A;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
#subject .discussion.discussion_detail .top_message_wrapper .contributionForm input[type=text] {
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
    padding: 0 5px;
    color: #000;
    font-family: Arial, sans-serif;
    font-weight: normal;
}
#subject .discussion.discussion_detail .top_message_wrapper .contributionForm textarea,
textarea#frmajaxReplyForm-message {
    border-radius: 6px;
    border: 0px solid #bcbcbc;
    box-shadow: none;
    max-width: 480px;
    min-width: 480px;
    height: 150px;
    padding: 5px !important;
    color: #000;
    font-family: Arial, sans-serif;
    font-weight: normal;
}
#subject .discussion.discussion_detail #contribution .story a.openThreads {
    padding-right: 22px;
    padding: 4px 16px 4px 16px;
}
#subject .discussion.discussion_detail #contribution label[for="frmajaxReplyForm-ajaxReplyFormImage"] {
    width:120px;
}
/* redesign discussions */
h3.discussion,
h3.discussion a {
    width: 580px !important;
    max-width: 580px !important;
    margin-left: 10px;
}
div.top_message_wrapper div.new-top-message {
    width: 506px !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: right;
    min-height: 50px;
    background: #f4f4f4;
    font-family: 'Open-sans',sans-serif;
    font-size: 14px;
    padding: 10px;
    line-height: 17px;
}
div.top_message_wrapper .dis-bubble {
    float:left;
    display: block;
    width: 32px;
    background: url('/img/2014/discussion-bubble.png') no-repeat;
    background-position: 0 20px;
    border: 0px;
    height: 50px;
    max-height: 200px;
    margin-right: -3px;
    margin-left: 4px;
}
div.username {
    width: 650px !important;
}
div.username h3 {
    margin: 0px !important;
}
.box div.username h3 span.user-name,
.box div.username h3 span.user-name a{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #00caff !important;
}
    div.username h3 span.user-ip span.ip {
        font-size: 11px;
        color: #cacaca;
    }
/*div.username h3 span.title {
    color: #4A4A4A !important;
    margin: 10px 0px 10px 0px;
    width: 550px !important;
}*/
div.username div.discussion-left {
    width: 100%;
    text-align: center;
    margin-right: 10px;
    height: 80px;
    min-height: 80px;
}
div.username div.contributionText {
    clear: both;
    min-height: 100px;
}
div.username div.contributionText p {
    padding: 0px !important;
    margin: 0px !important;
    min-height:100px;
    word-wrap: break-word;
    /*width: 600px !important;*/
    /*text-align: justify;*/
}
div.username div.rating{
    margin-left: 0px !important;
    float: left;
}
div.rating div.rating-item {
    float: left;
    width: 67px;
}

div.rating div.rating-item a{
    display: block;
}
    div.rating div.rating-item a p.Like,
    div.rating div.rating-item a p.Dislike {
        padding-left: 10px !important;
    }
div.rating div.rating-item a div.imgLike,
div.rating div.rating-item a div.imgDisLike {
    margin: 0px !important;
}
    div.rating div.rating-item p.Dislike {
        padding-left: 40px !important;
        display: block;
    }
    div.rating div.rating-item p.Like {
        padding-left: 40px !important;
        display: block;
        line-height: 34px !important;
    }
div.username div.reply-diss {
    float: right;
    height: auto;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 3px;
    padding-top:15px;
}
    div.username div.reply-diss .link {
        float:left;
    }
    div.username div.reply-diss a{
        color: #4A4A4A;
        font-weight: 700;
        text-transform: uppercase;
        padding-left: 5px;
        padding-right: 5px;
    }
    div.username div.reply-diss a.gray{
        color: #bbb;
    }
    div.username div.reply-diss a:hover {
        color: #ffb700;
        font-weight: 700;
    }
div.username div.contribution-strip {
    float: left;
    width: 120px !important;
    height: 34px !important;
}
    div.username div.contribution-strip a {
        color: #4A4A4A !important;
        background: none !important;
        padding: 0px !important;
        margin: 0px !important;
        height: 34px;
        line-height: 30px;
        vertical-align: middle;
        margin-right: 3px;
        position: absolute;
        right: 0px;
        text-transform: uppercase;

    }
    div.username div.contribution-strip a:hover {
        : #ffb700 !important;
    }

div.contributionText span.img {
    padding: 0px 10px 10px 10px;
    margin: 10px 0px 10px 0px;
    width: 580px !important;
}
    div.contributionText span.img span.img-dis-title {
        display: block;
        margin-bottom: 3px;
        font-size: 11px;
        text-transform: uppercase;
        color: #8b8b8b;
    }
.contributionForm {
    background: none !important;
}
    .contributionForm #frmajaxReplyForm-title {
        border-radius: 6px;
        border: 0px solid #bcbcbc;
        padding: 0 10px;
        color: #000;
        width: 470px;
        line-height: 35px;
        height:35px;
    }
    .contributionForm label[for="frmajaxReplyForm-anonymName"]{
        display: block !important;
    }
    .contributionForm #frmajaxReplyForm-anonymName {
        border-radius: 6px;
        border: 0px solid #bcbcbc;
        padding: 0 10px;
        color: #000;
        width: 470px;
    }

div.username div.reply-diss a.edit-comment {
    color: #ffb700 !important;
}
.discussion.discussion_detail .top_message_wrapper .reply input.edit-coment-btn {
    background: #ffb700 !important;
}
div.wrapper.top_message_wrapper .reply div.contributionForm form div.label-top label[for="frmajaxEditForm-ajaxEditFormImage"],
div.wrapper.top_message_wrapper .reply div.contributionForm form div.label-top span #ajaxEditFormImage-control {
    display: none;
}

div.username div.contributionText p span.img a {
    display: block;
    width: 100px !important;
    float: left;
}
div.username div.contributionText p span.img a.confirm {
    position: relative !important;
    float: left;
    width: 20px !important;
    background-color: none;
}
div.contributionForm form div.submits input[type="submit"] {
    background: #4a4a4a !important;
    border: 0px !important;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px!important;
    padding: 0px 5px 0px 5px;
    width:220px;
    margin:5px;
}
div.contributionForm form div.submits input[type="submit"]:hover{
    background: #ffb700 !important;
}
 /* add trunk to disscusion link*/
 div.new-top-message > a,
 div.contributionText p.contributionTextP a {
     max-width: 430px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     display: block;
 }



/* redesign discussions END*/
.article .user-col .add_discussion {
    margin-bottom: 15px;
}
.article .user-col .user_profile {
    margin-bottom: 15px;
}
.article .user-col .user_profile .userLinks {
    float: right;
    width: 300px;
    text-align: right;
}
.article .user-col .user_profile  .addFriend {
    width: 300px;
    text-align: right;
    float: right;
}
.article .user-col .user_profile .sendMsg {
    float: right;
    width: 300px;
    text-align: right;
}
.article .user-col .user_profile .sendMsg a.button,
.article .user-col .user_profile .addFriend a,
.article .user-col .user_profile .userLinks a {
    color: #4A4A4A;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    padding: 7px 40px 7px 0;
    background: url(/img/2014/orbion_add_ico.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    width: 260px !important;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-decoration: none;
}
.article .user-col .user_profile .sendMsg a.button {
    background: url(/img/2014/profile_send_message.png) no-repeat 100% 0%;
}
.article .user-col .user_profile .sendMsg a.button:hover,
.article .user-col .user_profile  .addFriend a:hover {
    text-decoration: underline;
}
.article .user-col .user_profile .interactive .window {
    z-index: 1337;
    max-width: 280px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #cacaca;
}
.article .user-col .user_profile .interactive .window#addFriendFormNoteContainer form > textarea {
    width: 276px !important;
    max-width: 276px;
}
.article .user-col .user_profile .interactive .window#sendMessageControlContainer form textarea {
    width: 265px;
    max-width: 265px;
    height: 150px;
}
.article .user-col .user_profile h1.f20,
.article .user-col .add_discussion h1 {
    float: none !important;
    border: none;
    width: 100%;
    text-align: right;
    font-size: 40px;
    font-family: 'Roboto Slab', serif;
    color: #4A4A4A;
    font-weight: 400;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.article .user-col .add_discussion .titleLinks a {
    color: #4A4A4A;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    padding: 7px 40px 7px 0;
    background: url(/img/2014/orbion_add_ico.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
/* DISCUSSIONS - LIST */
#subject div.list .items {
    padding: 0px;
}
#subject div.list .items .item {
    padding: 0 0 0 0px;
    height: 30px;
    max-height: 30px;
    border-bottom: 1px solid #f2f2f2;
    background: none;
}
#subject div.list .items .item span.ico {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin-top: 0px;
    /*background: url('/img/2014/ico_small_disc.png') no-repeat 0% 0%;*/
    margin: 0 10px;
}
/*
#subject div.list .items .item span.ico.destination {
    background: url(/img/2014/state_small_disc.png) no-repeat 0% 0%;
}
*/
#subject div.list .items .item span.ico.general {
    background: url('/img/2014/ico_small_disc.png') no-repeat 0% 0%;
    background-position: 0 0 !important;
}
#subject div.list .items .item span.ico.travelAgency {
    background: url('/img/2014/ico_small_disc.png') no-repeat 0% 0%;
    background-position: 0 0 !important;
}
/*
#subject div.list .items .item span.ico.airline {
    background: url(/img/2014/airline_small_disc.png) no-repeat 0% 0%;
}
*/
#subject div.list .items .item span.ico.airline {
    background: url('/img/2014/ico_small_disc.png') no-repeat 0% 0%;
    background-position: 0 0 !important;
}
#subject div.list .items .item span.ico.heart {
    background: url('/img/2014/ico_small_disc.png') no-repeat 0% 0%;
    background-position: 0 0 !important;
}
#subject div.list .items .item span.ico.offtopic {
    background: url('/img/2014/ico_small_disc.png') no-repeat 0% 0%;
    background-position: 0 0 !important;
}
#subject div.list .items .item span.ico.advertising {
    background: url('/img/2014/ico_small_disc.png') no-repeat 0% 0%;
    background-position: 0 0 !important;
}

#subject div.list .items .item .colTitle {
    padding-top: 4px;
    width: 300px;
    padding-left: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.discussions #subject div.list .items .item .colTitle a {
    font-weight: 400;
}
#subject div.list .items .item .colMiddle {
    padding-top: 4px;
    padding-left: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 180px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 18px;
    border-left: 1px solid #d1d1d1;
}
#subject div.list .items .item .colTitle a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 18px;
}
#subject div.list .items .item .colTitle a:hover {
    text-decoration: none;
    font-weight: 700;
    color: #ffb700;
}
#subject div.list .items .item .colLast {
    width: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    padding-top: 0px;
    color: #72d3fe;
    font-weight: 800;
    text-align: left;
    border-left: 1px solid #d1d1d1;
    padding-left: 6px;
    font-size: 18px;
    margin-top: 4px;
}
#subject div.list .items .item .colLast a {
    color: #72d3fe;
    font-weight: 800;
    font-size: 18px;
}
#subject div.list div > h2 {
    border-top: 1px solid #f2f2f2 !important;
    border-bottom: 1px solid #f2f2f2 !important;
    text-align: left;
    margin-bottom: 0;
    color: #4A4A4A;
    font-size: 26px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    font-family: "Roboto Slab",serif;
    font-weight: bold;
    padding-left: 55px;
}
#subject div.list div > h2.destination {
    background: url(/img/2014/disc_ico_dest.png) no-repeat;
}
#subject div.list div > h2.travel_agency {
    background: url(/img/2014/disc_ico_ckca.png) no-repeat;
}
#subject div.list div > h2.airline {
    background: url(/img/2014/disc_ico_aero.png) no-repeat;
}
#subject div.list div > h2.offtopic {
    background: url(/img/2014/disc_ico_off.png) no-repeat;
}
#subject div.list div > h2.heart {
    background: url(/img/2014/disc_ico_heart.png) no-repeat;
}
#subject div.list div > h2.general {
    background: url(/img/2014/disc_ico_general.png) no-repeat;
}
#subject div.list div > h2.advertising {
    background: url(/img/2014/disc_ico_advert.png) no-repeat;
}
#subject div.list .pagination.snippet_pagination {
    text-align: right;
}
#subject div.list .pagination.snippet_pagination a {
    text-transform: uppercase;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;

    /* add arrow */
    display: block;
    background: url("/img/2014/arrow-next-blue_small.png") right center;
    background-repeat: no-repeat;
    padding-right: 15px;
}
 /*DISCUSSIONS FILTER PLANEL*/
#discussions-filter-box{
     height: 160px;
     position: relative;
     clear: both;
 }
#discussions-filter-box.common_dicussions {
     height: 150px;
 }
#discussions-filter-box.common_dicussions form#frm-search span.discussions-filter-country {
    position: absolute;
    left: 10px;
    line-height: 30px;
    vertical-align: middle;
}
#discussions-filter-box.common_dicussions form#frm-search span.discussions-filter-destination_id #frmsearch_destination_id_chzn > a,
#discussions-filter-box.common_dicussions form#frm-search span.discussions-filter-order #frmsearch_order_chzn > a,
#discussions-filter-box.common_dicussions form#frm-search span.discussions-filter-country #frmsearch_country_code_chzn > a {
    padding-left: 0px;
    height: 40px;
    width: 190px !important;
    margin-left: 10px;
    line-height: 40px;
}
#discussions-filter-box.common_dicussions form#frm-search span.discussions-filter-destination_id #frmsearch_destination_id_chzn,
#discussions-filter-box.common_dicussions form#frm-search span.discussions-filter-order #frmsearch_order_chzn,
#discussions-filter-box.common_dicussions form#frm-search span.discussions-filter-country #frmsearch_country_code_chzn {
    width: 200px !important;
    height: 40px;
}
#discussions-filter-box.common_dicussions form#frm-search span.discussions-filter-order #frmsearch_order_chzn .chzn-drop,
#discussions-filter-box.common_dicussions form#frm-search span.discussions-filter-order #frmsearch_order_chzn .chzn-drop,
#discussions-filter-box.common_dicussions form#frm-search span.discussions-filter-destination_id #frmsearch_destination_id_chzn .chzn-drop {
    width: 192px !important;
}
#discussions-filter-box.common_dicussions form#frm-search span.discussions-filter-destination_id {
    left: 225px;
}
#discussions-filter-box.common_dicussions form#frm-search span.discussions-filter-order {
    left: 440px;
}
#discussions-filter-box.common_dicussions form#frm-search span.discussions-filter-country,
#discussions-filter-box.common_dicussions form#frm-search span.discussions-filter-destination_id,
#discussions-filter-box.common_dicussions form#frm-search span.discussions-filter-order {
    top: 60px !important;
    width: 200px !important;
    background: #FFF url("/img/2014/select_arrow.png") no-repeat 95% center;
    border-radius:6px;
    height:40px;
    line-height: 40px;
    /*background: url(/img/2014/three_line_select_bg.png);*/
}
#discussions-filter-box.common_dicussions form#frm-search span.discussions-filter-title {
    width: 630px !important;
    height: 40px;
    background:#FFF;
    border-radius: 6px;
    margin:10px;
    /*background: url("/img/2014/bg_form_travelogue_input_big.png") no-repeat;*/
}
#discussions-filter-box .add_discussion .titleLinks {
    margin-top:125px;
    padding-right:10px;
}
#discussions-filter-box.common_dicussions .add_discussion .titleLinks {
    margin-top:115px;
    padding-right:10px;
}
#discussions-filter-box.common_dicussions form#frm-search span.discussions-filter-title input[type=text] {
    width: 500px;
    height:40px;
    padding-top:0;
    padding-bottom:0;
}
#discussions-filter-box.common_dicussions form#frm-search span.discussions-filter-button > input[type=submit]#frmsearch-search {
    left: 540px !important;
    width: 100px;
    text-align: center;
    background: #FFB700 none repeat scroll 0% 0% !important;
    top: 10px !important;
    height: 40px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    color:#FFF;
    position:absolute;
}
 .discussions-filter-title{
     width: 218px !important;
    position: absolute;
    top: 30px;
    left: 10px;
    /*background: url("/img/2014/bg_form_travelogue_input.png") no-repeat;*/
    background:#FFF;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
 }
     .discussions-filter-title #frmsearch-title {
        line-height: 30px;
        border: 0px;
        margin-left: 2px;
        margin: auto;
        background: none;
        border: 0px;
        width: 180px;
        font-family: 'Open-sans',sans-serif;
        font-weight: 800;
        font-size: 14px;
        color: #979797;
     }
 .discussions-filter-destination_id {
    position:absolute;
    top: 65px;
    /*background: url("/img/2014/bg_form_travelogue.png") no-repeat;*/
    background: #FFF url("/img/2014/select_arrow.png") no-repeat scroll 95% center;
    height: 40px;
    line-height: 40px;
 }
 .discussions-filter-order{
     width: 305px !important;
    /*background: url("/img/2014/bg_form_travelogue.png") no-repeat;*/
    background: #FFF url("/img/2014/select_arrow.png") no-repeat scroll 95% center;
    height: 40px;
    line-height: 40px;
 }
 .discussions-filter-button #frmsearch-search {
    position: absolute;
    top: 40px;
    left: 172px;
    background: none;
    box-shadow: none;
    border: 0px;
    display: block;
    color: #979797;
    font-weight: 800;
    font-family: 'Open-sans',sans-serif;
    font-size: 14px;
    background: #fff!important;
 }

/* travelogue,hotel - filter panel */

#travelogue-list-id .row,
#frm-grid-filterForm .row {
    height: 70px;
    background: transparent;
}
#travelogue-list-id .wrapper-title,
#photoalbums-list-id .wrapper-title {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 625px;
    height: 40px;
    background: #FFF url("/img/2014/select_arrow.png") no-repeat scroll 95% center;
    border-radius:6px;
    /*background: url("/img/2014/bg_form_travelogue_input.png") no-repeat;*/
}
    #travelogue-list-id .button,
    #photoalbums-list-id .button {
        position: absolute;
        top: 5px;
        left: 160px;
        background: none;
        box-shadow: none;
        border: 0px;
        display: block;
        color: #979797;
        font-weight: 800;
        font-family: 'Open-sans',sans-serif;
        font-size: 14px;
    }
    #travelogue-list-id #frmfilterForm-title,
    #photoalbums-list-id #frmfilterForm-title {
        height: 40px;
        line-height: 40px;
        border: 0px;
        margin-left: 2px;
        margin: auto;
        background: none;
        border: 0px;
        width: 180px;
        font-family: 'Open-sans',sans-serif;
        font-weight: 800;
        font-size: 14px;
        color: #979797;
    }
#travelogue-list-id .row span,
#frm-grid-filterForm .row span {
    white-space: nowrap;
    width: 200px;
    /*padding-top: 3px;*/
}
#frmfilterForm_type_chzn span { /*margin-top: 5px;*/}
#travelogue-list-id .row span select {
    white-space: nowrap;
    width: 216px !important;
}
#travelogue-list-id .wrapper-destination,
#photoalbums-list-id .wrapper-destination,
#travelogue-list-id span.wrapper-country_code {
    position: absolute;
    top: 0px;
    left: 227px;
    width: 200px !important;
    /*background: url("/img/2014/bg_form_travelogue.png") no-repeat;*/
    background:#FFF url("/img/2014/select_arrow.png") no-repeat scroll 95% center;
    height: 40px;
    line-height: 40px;
    border-radius:6px;
}

    #travelogue-list-id .wrapper-detination #frmfilterForm_destination_chzn,
    #travelogue-list-id .wrapper-destination #frmfilterForm_destination_chzn {
        margin-top: 0px;
        width: 200px !important;
        background: none;
        border: 0px;
    }
#travelogue-list-id .wrapper-sort,
#photoalbums-list-id .wrapper-sort {
    position: absolute;
    top: 0px;
    left: 450px;
    background:#FFF url("/img/2014/select_arrow.png") no-repeat scroll 95% center;
    /*background: url("/img/2014/bg_form_travelogue.png") no-repeat;*/
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
}
#travelogue-list-id .wrapper-sort {
    width:200px !important;
}
#photoalbums-list-id .wrapper-sort {
    width:305px !important;
}
#travelogue-list-id .wrapper-sort .chzn-container,
#photoalbums-list-id .wrapper-sort .chzn-container {
    line-height: 40px;
}
    #frm-grid-filterForm .wrapper-sort span {
        margin-top: 0px;
    }

#wrapper-destination {
    width: 216px !important;

}

 .chzn-drop {
    width: 192px !important;
    top: 35px !important;
    min-height: 80px;
    max-height: 320px;
    font-family: 'Open-sans', sans-serif;
    font-weight: 100;
    color: #00b3fc;
    font-size: 14px;
    cursor: pointer;
    padding: 3px;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius   : 0 0 4px 4px;
    border-radius        : 0 0 4px 4px;
    -moz-background-clip   : padding;
    -webkit-background-clip: padding-box;
    background-clip        : padding-box;
}
#hotelreview-list-id .chzn-container-single .chzn-drop {
    width:297px !important;
}

div.chzn-drop div.chzn-search input[type=text]{
    width: 90% !important;
    height: auto;
    color: #4A4A4A;
    height:30px;
}
/* CHOSEN STYLES */
    /* hidding first li */
    ul.chzn-results li#frmfilterForm_type_chzn_o_0,
    ul.chzn-results li#frmfilterForm_country_chzn_o_0,
    ul.chzn-results li#frmfilterForm_continent_chzn_o_0{
        display: none;
    }

    .chzn-container-single .chzn-single  {
        font-weight: 800;
        font-family: 'Open-sans', sans-serif;
        font-size: 14px;
        color: #979797 !important;
        height: 40px;
        padding-left: 10px;
        width: 185px !important;
        line-height: 40px;
        display: block;
    }
    #photoalbums-list-id .chzn-container-single .chzn-single {
        width:300px !important;
    }
    #hotelreview-list-id .chzn-container-single .chzn-single {
        width:300px !important;
    }
a.chzn-single .chzn-single-with-drop span {
    width: 208px;
    height: 36px;
    color: #cacaca;
    display: inline-block;
}
.chzn-container .chzn-results {
    margin: 0 0px 0px 0;
    max-height: 270px;
    padding: 0 0 0 0px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.chzn-container {
  font-size: 13px;
  line-height: 30px;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #f3f3f3;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 1010;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  color: #fff;
  font-weight: 800;
  color: #00b3fc;
  text-decoration: underline;

}
.chzn-container .chzn-results .no-results {
  background: #fff;
  display: list-item;
  color: red;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}

.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url(/img/chosen-sprite.png) no-repeat -38px -22px;
  background: url(/img/chosen-sprite.png) no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(/img/chosen-sprite.png) no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/img/chosen-sprite.png) no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/img/chosen-sprite.png) no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/img/chosen-sprite.png) no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(/img/chosen-sprite.png) no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* HOTEL */

    /* hotel - special filter */
    #hotelreview-list-id #frm-grid-filterForm .filter{
        height: 100px !important;
    }
    #hotelreview-list-id #frm-grid-filterForm .filter .row .wrapper-title,
    div#travelogue-list-id form#frm-grid-filterForm div.filter fieldset span.wrapper-title{
        position: absolute;
        width: 625px !important;
        height: 40px;
        background:#FFF;
        border-radius:6px;
        left:15px;
        top:13px;
        /*background: url("/img/2014/bg_form_travelogue_input_big.png") no-repeat;*/
    }
        #hotelreview-list-id #frm-grid-filterForm .filter .row #frmfilterForm-title {
            width: 522px;
            border: 1px;
            margin-left: 1px;
            font-weight: 800;
            color: #979797;
            font-size: 14px;
            font-family: Open-sans, sans-serif;
        }
    #hotelreview-list-id #frm-grid-filterForm .filter .row .button {
        position: absolute;
        box-shadow: none;
        border: 0px;
        display: block;
        font-weight: 800;
        font-family: 'Open-sans',sans-serif;
        font-size: 14px;
        left: 540px !important;
        width: 100px;
        text-align: center;
        background: #FFB700 none repeat scroll 0% 0% !important;
        top: 10px !important;
        height: 40px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        color: #FFF;
    }
    .filter-container {
        background:#EFEFEF;
        border-radius:6px;
        padding:10px;
        margin-left:5px;
        min-height:164px;
    }
    #travellers_grid.loged .filter-container {
        min-height:100px;
    }
    #hotelreview-list-id .filter-container {
        height:190px;
    }
   .add_discussion .titleLinks a strong  {
        color:#979797;
        font-weight: 800 !important;
        font-family: "Open-sans",sans-serif;
    }
   .add_discussion .titleLinks a  {
        color:#979797;
    }
    #hotelreview-list-id .titleLinks {width:600px;}
    #hotelreview-list-id .titleLinks .travelogue_default_links {
        float: right !important;
        width: auto;
    }
    .titleLinks.right.links {
        position: absolute;
        margin-top: 170px;
        left:45px;
        z-index: 200;
    }
    .titleLinks.travelogue_links {
        position: absolute;
        margin-top: 120px;
        left:45px;
        z-index: 200;
        width:600px;
    }

    #hotelreview-list-id #frm-grid-filterForm .filter .row .wrapper-type {
        position: absolute;
        background: url("/img/2014/bg_form_travelogue.png") no-repeat;
        height: 40px;
        top: 65px;
    }
    #hotelreview-list-id #frm-grid-filterForm .wrapper-sort {
        position: absolute;
        top: 65px;
        left: 445px;
        height: 40px;
        width: 218px;
        background: url("/img/2014/bg_form_travelogue.png") no-repeat;
    }
    #hotelreview-list-id #frm-grid-filterForm .wrapper-destination {
        background: url("/img/2014/bg_form_travelogue.png") no-repeat;
        position: absolute;
        height: 40px;
        top: 65px;
        left: 225px;
    }

    .topBarPhoto-user-nick {
        color: #0F7CB6;
        font-size: 14px;
    }

    .article-user-nick {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #58c3fd;
        font-weight: 100;
    }

    /* HOTELS REVIEW GALLERY */
 .hotelreview-block {
    width: 320px !important;
    float: left;
    position: relative;
    margin-bottom: 4px;
    z-index: 1;
    overflow: hidden;
}
 .hotelreview-block.odd_review {
    width: 320px !important;
    float: left;
    position: relative;
    margin-bottom: 4px;
    margin-right: 4px;
}
    .hotelreview-block .hotelreview-topBarPhoto {
        display: block;
        position: absolute;
        top: 0px;
        width: 100%;
        height: 45px;
        line-height: 45px;
        background: rgba(0,0,0, 0.65);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    }
    .hotelreview-topBarPhoto h3 {
        color: #FFF !important;
        font-family: 'Roboto Slab', serif;
        font-size: 16px;
        font-weight: 600;
        margin: 0px;
        margin-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 270px;
    }

    .hotelreview-topBarStars {
        color: #FFF !important;
        font-family: 'Roboto Slab', serif;
        font-size: 16px;
        font-weight: 600;
        margin-right: 10px;
        margin-top: -45px;
        float: right;
    }

    .hotelreview-bottomBarPhoto {
        display: block;
        position: absolute;
        bottom: 2px;
        /* bottom: -50px; */
        width: 320px;
        background: rgba(0,0,0, 0.65);
        height: 50px;
        transition: bottom 0.5s ease 0s;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    }
    .hotelreview-block:hover .hotelreview-bottomBarPhoto {
        display: block;
        position: absolute;
        bottom: 2px !important;
        width: 100%;
        height: 50px;
        background: rgba(0,0,0, 0.65);
    }
    .hotelreview-bottomBarPhoto .hotel-review-btm,
    .hotelreview-bottomBarPhoto .hotel-review-btm a {
    color: #FFF !important;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 16px;
    text-decoration: none;
    margin-left: 10px;
    }

    .hotelreview-bottomBarPhoto .rate {
        float: right;
        color: #FFF !important;
        font-family: 'Roboto Slab', serif;
        font-size: 16px !important;
        font-weight: 700;
        margin-top: 10px;
        text-decoration: none;
        margin-right: 10px;
    }
.hotelreview-bottomBarPhoto .hide-bottom {
    position: absolute;
    top: 100px;
    left: 100px;
}

.hotelreview-user-nick {
    color: #0F7CB6;
    font-size: 12px;
}

/* thumbs - reconsider naming in order not to confuse with thumbnail */
/*/thumb */
.thumb,
.plus {
    background: url(/img/2014/sprites-thumbs-filled-small.png) no-repeat;
    display: inline-block;
    width: 34px; /* toDo: aggregate this ruleset */
    text-indent: 34px;
    height: 34px;
    white-space: nowrap;
}
li .thumb   { overflow: hidden; }
.thumb.up   { background-position: 0 0; }
.thumb.down { background-position: 0 -40px; }
/*/thumb */

/* HOTEL DETAIL REV. */
    /* hotel review new edit form for user */
    a#edithorelreview {
        cursor: pointer;
    }
    div.hotelreview-lightbox {
        position: fixed;
        z-index: 9999999999;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: rgba(0,0,0, 0.8);
        display: none;
    }
    div.hotelreview-lightbox.ie {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: #373737 !important;
        display: none;
    }
    div.hotelreview-edit {
        display: block;
        clear: both;
        position: relative;
        background: #fff;
        width: 500px !important;
        margin: 0px auto;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        margin-top: 20% !important;
        padding: 0 20px 20px 20px !important;
    }
    div.hotelreview-edit h2.hoteldescription-edit{
            border-bottom: 1px solid #f3f3f3 !important;
            text-align: left;
            color: #4A4A4A;
            font-family: "Roboto Slab",serif;
            font-size: 26px;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
            margin-top: 0px !important;
            padding-left: 50px !important;
            text-align: left;
            width: 350px;
            max-width: 400px;
            margin-left: 40px;
            text-transform: uppercase;
            background: url(/img/2014/ico_pen.png) no-repeat;
            border-radius-top-right: 5px;
            border-radius-top-left: 5px;
    }
    div.hotelreview-edit textarea#frmdescriptionForm-hotel_description {
        width: 350px!important;
    }
    div.hotelreview-edit table th {
        vertical-align: top;
        width: 130px;
    }
    div.hotelreview-edit a.back {
        text-indent: -999px;
        position: absolute;
        top: 10px;
        right: 10px;
        display: block;
        width: 100%;
        height: 20px;
        background: url("/img/2014/back_cross.png") right no-repeat;
        clear: both;
        cursor: pointer;
    }
    div.hotelreview-edit a.back:hover {
        background: url("/img/2014/back_cross_red.png") right no-repeat;
    }
    div.hotelreview-edit input#frmdescriptionForm-saveDescription {
        display: block;
        width: 100px;
        height: 30px;
        background: #4A4A4A;
        border: 0px !important;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;

        margin-top: 10px;
        font-family: '0pen Sans', sans-serif;
        float: right;
    }

    div.hotelreview-edit input#frmdescriptionForm-saveDescription:hover {
        background: #ffb700;
    }
    /* hotel edit review form end */
#hotelreview-wrapper {
    width: 650px;
    margin-top: 20px;
}

#hotelreview-wrapper #hotelreview-container {
    width: 100%;
    min-height: 200px;
    height: auto;
    padding-bottom: 40px;
}
    #hotelreview-wrapper #hotelreview-container .hotelreview-prewimg {
        float: left;
        margin: 5px;
    }
    #hotelreview-wrapper #hotelreview-container .hotelreview-description {
        float: left;
        width: 390px;

    }

        #hotelreview-wrapper #hotelreview-container .hotelreview-description p{
        margin: 0px;
        font-family: 'Open-sans', sans-serif;
        color: #4A4A4A;
        font-weight: 100;
        font-size: 16px;

    }


#hotelreview-wrapper #hotelreview-container .hotelreview-ratting {
        float: left;
        padding-left: 7px;
        border-left: 1px solid #ccc;
        position: relative;
        height: 200px;
        display: none;
    }
#hotelreview-wrapper #hotelreview-container .hotelreview-ratting .hotelreview-thumb-up {
    background: url('/img/2014/sprites-thumbs-filled.png');
    width: 48px;
    height: 70px;
    margin: 2px;
    font-weight: 800;
    font-size: 24px;
    color: #4A4A4A;
}
#hotelreview-wrapper #hotelreview-container .hotelreview-ratting .hotelreview-thumb-down {
    background: url('/img/2014/sprites-thumbs-filled.png');
    background-position: 0px 70px;
    width: 48px;
    height: 70px;
    font-weight: 800;
    font-size: 24px;
    color: #4A4A4A;
    margin: 2px;
    position: relative;
}
 .hotelreview-add {
    color: #cacaca;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    padding: 7px 40px 7px 0;
    background: url(/img/2014/orbion_add_ico_blue.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

h1.hotelreview {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #4A4A4A;
    font-size: 36px;
    font-weight: 100;
    border: 0px;
    font-family: 'Roboto Slab', sans-serif;
}
    h1.hotelreview strong {
        font-family: 'Roboto Slab', sans-serif;
        font-weight: 600;
    }
h1.hotelreview-main,
h1.travellers_right {
    margin-top: 20px;
    margin-bottom: 0px;
    color: #4A4A4A;
    font-size: 40px;
    font-weight: 400;
    border: 0px;
    font-family: 'Roboto Slab', sans-serif;
    text-align: right;
}

h3.hotelreview-foto-title {
background: url(/img/2014/ico_leica.png) no-repeat;
border-top: 1px solid #f3f3f3 !important;
border-bottom: 1px solid #f3f3f3 !important;
text-align: left;
color: #4A4A4A;
font-family: "Roboto Slab",serif;
font-size: 26px;
font-weight: bold;
height: 40px;
line-height: 40px;
padding: 0 18px 0 50px;
text-transform: uppercase;
margin-top: 20px;
}

h2.hotelreview-rev-title,
h2.areo-review {
    background: #F9F9F9 url("/img/2014/img-sprite.png") -98px -108px no-repeat;
    border: 0 none !important;
    color: #4A4A4A;
    font-family: "Roboto Slab",serif;
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 18px 0 55px;
    margin-bottom: 0px;
    text-align: left;
    text-transform: uppercase;
    clear: both;
}
h2.hotelreview-rev-title {
    margin-left: 15px
}
    h2.hotelreview-rev-title-error {
    background: #F9F9F9 url("/img/2014/ico_error.png") 0 0 no-repeat;
    border: 0 none !important;
    color: #CBCBCB;
    font-family: "Roboto Slab",serif;
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 18px 0 55px;
    margin-bottom: 0px;
    text-align: left;
    text-transform: uppercase;
    clear: both;
}

.hotelreview-rev-empty {
    text-align: center;
    color: #4A4A4A;
    font-family: 'Open-sans', sans-serif;
    font-size: 14px;
}
.hotelreview-items-list {
    display: block;
    width: calc(100% - 15px);
    height: auto;
    margin-left: 7px;
}
    .hotelreview-item,
    .areoreview-item {
        height: 35px;
        width: 100%;
        line-height: 35px;
        border-bottom: 1px solid #ccc;
        vertical-align: middle;
    }
    .hotelreview-item-title,
    .hotelreview-item-title a,
    .hotelreview-date-visited,
    .areoreview-item-title,
    .areoreview-item-title a {
        text-decoration: none;
        font-family: 'Open-sans', sans-serif;
        font-weight: 100;
        font-size: 14px;
        color: #4A4A4A;
    }
    .hotelreview-item-title a {
        white-space: nowrap;
        width: 355px;
        overflow: hidden;
        text-overflow: ellipsis;
        display:inline-block;
    }
    .hotelreview-item-title a:hover,
    .areoreview-item-title a:hover  {
        text-decoration: none;
        font-weight: 700;
        color: #ffb700;
    }
        .areoreview-item-title a.title-elips {
            display: inline-block;
            max-width: 330px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;

        }
    .hotelreview-point,
    .areoreview-point {
        margin-top: 6px;
        margin-right: 10px;
        float: left;
    }
    .hotelreview-date-visited,
    .areoreview-date-visited {
        width: 80px;
        /* margin-right: 10px; */
        margin-top: 3px;
        margin-bottom: 3px;
        line-height: 29px;
        border-left: 1px solid #ccc;
        padding-left: 3px;
        font-size: 12px !important;
    }
        .areoreview-date-visited {
            width: 90px;
        }
    .review-author {
        display: inline;
        float: right;
        margin-top: 3px;
        padding: 0px 3px 0px 3px;
        line-height: 29px;
        height: 29px;
        vertical-align: middle;
        width: 90px;
        max-width: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        color: #0F7CB6;
    }
    .review-author a {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        color: #0F7CB6;
    }
    .review-author a:hover {
        text-decoration: underline;
        font-weight: 700;
        color: #0F7CB6;
    }
    .review-edit {
        display: inline;
        float: right;
        width: 55px;
        height: 30px;
        border-left: 1px solid #ccc;

    }
    .review-edit a.edit {
        background: url("/img/2014/ico_key_friends_none.png") 0px 10px no-repeat;
        overflow: hidden;
        width: 20px;
        height: 28px;
        display: inline-block;
        margin-left: 5px;
    }
        .review-edit a.edit:hover {
            background: url("/img/2014/ico_key_friends.png") 0px 10px no-repeat;
        }
    .review-edit a.delete {
        background: url("/img/2014/ico_friends_remove_me.png") 0px 10px no-repeat;
        overflow: hidden;
        width: 20px;
        height: 28px;
        display: inline-block;
    }
        .review-edit a.delete:hover {
            background: url("/img/2014/ico_friends_remove_me_hover.png") 0px 10px no-repeat;
        }
.review-nextHotels {
    width: 650px;
    margin-bottom: 20px;

}

    h3.hotelreview-next-title {
    background: #F9F9F9 url("/img/2014/img-sprite.png") -98px -245px no-repeat;
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-align: left;
    color: #4A4A4A;
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: 100;
    height: 40px;
    line-height: 40px;
    padding: 0 18px 0 50px;
    text-transform: uppercase;
    margin-top: 20px;
    }
        h3.hotelreview-next-title strong {
            font-weight: 600;
        }
.review-nextHotels-hotel {
    float: left;
    margin-left: 10px;

}
    .review-nextHotels-hotel-title,
    .review-nextHotels-hotel-title a{
        width: 310px;
        color: #ffb700;
        padding: 10;
        margin-bottom: 10px;
        border: none;
        font-family: 'Roboto Slab', serif;
        font-size: 34px;
        font-weight: 600;
    }

div.hotelreview_default_links {
    float: none !important;
    text-align: right;
    margin-bottom: 15px;
}
div.hotelreview_default_links a.hotelrev {
    color: #979797;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    padding: 7px 0px 7px 30px;
    background: url("/img/bg-add.png");
    background-position: 0% 50%;
    background-repeat: no-repeat;
}
div.hotelreview_default_links.margin_photo_add {margin-bottom:-52px;}
div.tourplanner_default_links {
    float: none !important;
    text-align: right;
    margin-bottom: 15px;
}
div.tourplanner_default_links a.tourplan {
    color: #cacaca;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    padding: 7px 40px 7px 0;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
    /*.tourplanner_bubble {
        background: url(/img/2014/tourplaner_add-ico.png);
        width: 41px;
        height: 30px;
        vertical-align: middle;
        text-align: center;
        float: right;

    }
        .tourplanner_bubble a{
        text-align: center;
        color: #fff;
        font-weight: 700;
        line-height: 30px;
        margin-left: 5px;

        }*/
    .tourplanner_was_here {
        float: left;
        width: 200px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        display: none;

    }
        .tourplanner_was_here a {
            color: #cacaca;
            font-size: 16px;
            font-family: 'Open Sans', sans-serif;
            text-transform: uppercase;
            line-height: 30px;
        }

#IWasThere h2 {
    color: #cccccc;
    font-family: 'Open-sans', sans-serif;
    font-size: 24px;
}
.hotelreview-next-gallery,
.hotelreview-next-gallery a {
    color: #FFB700;
    display: block;
    font-family: 'Roboto Slab',serif;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 2em;
    text-align: center !important;
    text-transform: uppercase;
    width: 230px;
    float: right;
}
    .hotelreview-next-gallery a:hover {
        text-decoration: underline;
    }
/* HOTEL REVIEW - GALLERY */

.reviews.detail .subject .rating-wrap {
    margin-top: 12px;
}
.reviews.detail .rating-wrap .rating {
    vertical-align: middle;
}
.reviews.detail .gallery {
    border: 0;
   /*  min-height: 330px; */
    background: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.reviews.detail .gallery li {
    float: left;
    height: auto;
    position: relative;
    width: auto;
    padding: 0px !important;
    margin-right: 8px;
    margin-bottom: 8px;
}
.reviews.detail .gallery li.last {
   padding-right: 0;
}
.reviews.detail .gallery ul #snippet--gallery > li.Small:nth-of-type(4n) {
   margin-right: 0;
}
.reviews.detail .gallery li a {
    border: 0;
}
.reviews.detail  .gallery .desc {
    display: none;
}

.hotelreview-user-review {
    font-family: 'Open-sans', sans-serif;
    color: #4A4A4A;
    width: 100%;
    margin-top: 25px;
}
    .hotelreview-user-review p.acommod {
        font-size: 14px;
    }
        .hotelreview-user-review strong {
            color: #ffb700;
            font-family: 'Roboto',sans-serif;
            font-size: 20px;
        }
    .hotelreview-user-review p.food {
        font-size: 14px;
    }

    .hotelreview-user-review p.surround {
        font-size: 14px;
    }
    .hotelreview-user-review p.staff {
        font-size: 14px;
    }
    .hotelreview-user-review p.overall {
        font-size: 14px;
    }
.hotelreview-user-reviewBlock {
    background: #fff;
}
    .hotelreview-user-title {
        line-height: 35px;
    }
    a.hotelreview-user-title{
        color: #ffc90f;
        font-weight: 800;
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        border: 0px;
        margin-bottom: 0px;
    }
    span.hotelreview-user-title {
        color: #ffc90f;
        font-weight: 600;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        border: 0px;
        margin-top: 2px;
        margin-bottom: 0px;
        line-height: 20px;
        padding: 0px;
    }
    .hotelreview-user-reviewBlock-title {
        float: left;
        width: 500px;
        padding-left: 15px;
    }
    .hotelreview-user-thumbs {
        float: left;
        min-height: 80px;
        margin-top: 10px;
        margin-left: 10px;
        height: 100%;
        min-height: 150px;
        width: 40px;
        border-left: 1px solid #cacaca;
    }
        .hotelreview-user-thumb-up{
            background: url(/img/2014/sprites-thumbs-filled.png) no-repeat;
            background-position: 0 0;
            display: inline-block;
            width: 50px;
            /* toDo: aggregate this ruleset; */
            text-indent: 34px;
            height: 50px;
            white-space: nowrap;
        }
        .hotelreview-user-thumb-down{
            background: url(/img/2014/sprites-thumbs-filled.png) no-repeat;
            background-position: 0px -80px;
            display: inline-block;
            width: 50px;
            /* toDo: aggregate this ruleset; */
            text-indent: 34px;
            height: 50px;
            white-space: nowrap;
        }
    .hotelreview-user-hotelimage {
        float: left;
        min-height: 100px;
        min-width: 100px;
        margin-right: 10px;
    }
    .hotelreview-user-info {
        font-family: 'Open-sans',sans-serif;
        font-size: 12px;
        font-weight: 100;
        color: #4A4A4A;
        margin-top: 5px;
    }
        .hotelreview-user-info a {
            font-size: 12px;
        }

.hotelreview-arrow-box {
    width: calc(100% - 15px);
    height: 40px;
    margin-top: 20px;
    margin-left:15px;
}
.areoreview-arrow-box {
    width: 100%;
    height: 40px;
    margin-top: 20px;
}
    .hotelreview-arrow-prev,
    .areoreview-arrow-prew {
        background: url("/img/2014/arrow-prev-blue.png");
        background-repeat: no-repeat;
        height: 35px;
        line-height: 35px;
        width: 220px;
        vertical-align: middle;
        float: left;
    }
    .hotelreview-arrow-prev a,
    .areoreview-arrow-prew a,
    .hotelreview-arrow-next a,
    .areoreview-arrow-next a {
        font-family: 'Open-sans', sans-serif;
        color: #cacaca;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        padding-left: 22px;
    }
    .hotelreview-arrow-next a,
    .areoreview-arrow-next a {
        padding-left: 0px;
        padding-right: 20px !important;
    }
        .hotelreview-arrow-prev a:hover,
        .areoreview-arrow-prew a:hover,
        .hotelreview-arrow-next a:hover,
        .areoreview-arrow-next a:hover{
            color: #4A4A4A;
        }
    .hotelreview-arrow-next,
    .areoreview-arrow-next {
        background: url("/img/2014/arrow-next-blue.png") center right;
        background-repeat: no-repeat;
        height: 35px;
        line-height: 35px;
        vertical-align: middle;
        float: right;
    }
    .hotelreview-counter-nextprev,
    .areoreview-counter-nextprew {
        float: left;
        text-align: center;
        height: 35px;
        line-height: 35px;
        width: 260px;
        font-family: 'Open-sans', sans-serif;
        font-weight: 300;
        color: #cacaca;
        font-size: 16px;
    }
        .hotelreview-counter-nextprev strong,
        .areoreview-counter-nextprew strong {
            font-weight: 800;
            color: #4A4A4A;
            font-size: 22px;
        }
    .hotelreview-goback-btn {
        vertical-align: middle;
        background: #DDD;
        height: 35px;
        line-height: 31px;
        text-align: right;
        padding-left: 10px;
        padding-right: 10px;
        float:right;
    }
    .areoreview-goback-btn {
        vertical-align: middle;
        position: absolute;
        top: -28px;
        right: 0;
        background: url("/img/2014/arrow-prev-blue.png") no-repeat;
        height: 35px;
        line-height: 31px;
        text-align: right;
        padding-left: 15px;
        padding-right: 0;
    }
    .hotelreview-goback-btn a {
        font-family: 'Open Sans', sans-serif;
        color: #FFF;
        font-weight: bold;
        text-decoration: none;
        font-size:15px;
    }
    .areoreview-goback-btn a {
        font-family: 'Open Sans', sans-serif;
        color: #4A4A4A;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
    }
    .hotelreview-goback-btn a:hover,
      .areoreview-goback-btn a:hover {
        color: #4A4A4A;
        text-decoration: underline;
    }

    .hotelreview-message {
        background: url("/img/2014/no-title-mark.png") no-repeat;
        background-position: 4px 12px;
        padding-left: 20px;

    }
    .hotelreview-message a {
        font-family: 'Open-sans',sans-serif;
        text-decoration: underline;
        font-size: 14px;
    }
    span.no-score {
        height: 50px;
        width: 550px;
        margin: 0px auto;
        display: block;

        background: url("/img/2014/no-title-mark.png") no-repeat;
        background-position: 4px 1px;
        padding-left: 25px;
        padding-top: 13px;
    }
        span.no-score a{
            font-family: 'Open-sans',sans-serif;
            text-decoration: underline;
            font-size: 14px;
        }

.universal-arrow-next {
        background: url("/img/2014/arrow-next-blue.png") center right;
        background-repeat: no-repeat;
        height: 35px;
        line-height: 35px;
        width: auto;
        vertical-align: middle;
        float: right;
}
.universal-arrow-next a{
    font-family: 'Open-sans', sans-serif;
    color: #4A4A4A;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    padding-right: 20px;
}
    .universal-arrow-next a:hover {
        color: #4A4A4A;
    }

/* PHOTO ALBUMS */
h1.mainPhotoAlbums {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #4A4A4A;
    font-size: 40px;
    font-weight: 400;
    border: 0px;
    font-family: 'Roboto Slab', sans-serif;
}
.mainPhotoAlbums-wrapper {
    width: 650px;
    background: #fff;
    text-align: center;

}
/* MAIN PHOTOGALERY */
.#photoAlbums-main-wrapper {
    width: 650px;
    height: auto;
    margin: 10px;
    display: block;
    overflow: hidden;
    position: relative;

}
.photoAlbums-gallery-item-container {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 320px;
    height: 250px;
    overflow: hidden;
}
    .photoAlbums-gallery-detail-item-container {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 125px;
    height: 98px;
    overflow: hidden;
}
.photoAlbums-bottomBarPhoto {
    display: block;
    position: absolute;
    /* bottom: -50px; */
    bottom: 20px;
    width: 320px;
    height: 50px;
    vertical-align: middle;
    background: rgba(0,0,0, 0.65);
    padding-top:10px;
    transition: bottom 0.5s ease 0s;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

    .photoAlbums-bottomBar-title,
    .photoAlbums-bottomBar-title a {
        color: #fff;
        text-decoration: none !important;
        font-weight: 800;
        font-family: 'Roboto Slab', serif;
        font-size: 20px;
        margin-left: 5px;
    }
    .photoAlbums-bottomBar-autor{
        font-family: 'Open-sans', sans-serif;
        color: #fff;
        font-size: 13px;
        margin-left: 10px;
    }
    .photoAlbums-bottomBar-nick a, .photoAlbums-bottomBar-nick span{
        font-family: 'Open-sans', sans-serif;
        text-decoration: none !important;
        color: #FFB700 !important;
        font-weight: 100;
        font-size: 13px;
    }
        .photoAlbums-bottomBar-nick:hover a {
            text-decoration: underline;
        }

    .photoAlbums-gallery-item-container:hover .photoAlbums-bottomBarPhoto {
        display: block;
        position: absolute;
        bottom: 20px !important;
        width: 100%;
        height: 50px;
        padding-top: 10px;
        background: rgba(0,0,0, 0.65);
    }
.photoAlbums-gallery-link {
    width: 100%;
    height: 100%;
}
.photoAlbums-block-description {
    font-family: 'Open-sans', sans-serif !important;
    font-size: 14px;
    color: #4A4A4A;
    font-weight: 100;
    padding-top:15px;
    min-height:50px;
    padding-bottom:10px;
}
h1.photoAlbums-album-title {
    color: #ffbc2b;
    font-weight: 800;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    border: 0px;
    margin-bottom: 0px;
    width: 100%;
    padding-bottom: 5px;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.photoAlbums-album-info {
    margin-top: 0px;
    width: 100%;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    display: block;
}
.photoAlbums-album-info .photoAlbums-left {
    float:left;
    width:20%;
    min-height:100px;
    text-align: center;
}
.photoAlbums-album-info .photoAlbums-left .user {
    font-size:18px;
    font-weight:800;
    color: #ffbc2b;
    width:100%;
    display:inline-block;
    text-align: center;
    padding-bottom:10px;
    font-family: 'Roboto', sans-serif;
    padding-top:3px;
    word-wrap: break-word;
}
.photoAlbums-album-info .photoAlbums-left .user-photo {
    padding-bottom:10px;
    margin:0 auto;
    display:inline-block;
 }
.photoAlbums-album-info .photoAlbums-left .user-photo img {
    margin:0;
}
.photoAlbums-album-info .date-created {
    color:#BBB;
}
.photoAlbums-album-info .date-photo {
    width:100%;
    color:#BBB;
}
.photoAlbums-album-info .photoAlbums-right {
    float:left;
    width:76%;
    min-height:100px;
    border-left: 1px solid #DDD;
    padding-left:3%;
}
.photoAlbums-album-info div.saved-share {
    height: auto;
    display: inline-block;
    float: right;
    padding-right:5px;
    padding-bottom:3px;
}
.photoAlbums-album-info .saved-share a {
    display:inline-block;
}
.photoAlbums-album-info div.saved-share a div.item {
    position:relative;
    top:0 ;
    right:0;
    margin-right:2px;
}
.photoAlbums-album-info div.saved-share a div.item span {
    display:none;
}
.photoAlbums-album-info >div >span.created-date.edit-delete {
    padding-top:10px;
    float:left;
}
.photoAlbums-album-date {
    font-family: 'Open-sans', sans-serif;
    color: #4A4A4A;
}

/* TRAVEL AGENCY */

#travelagency-wrapper {
    width: 965px;
}
.travelagency-container {
    width: 650px;
    height: auto;
    float: left;
}
.travelagency-items-list {
    width: 650px;
    border: 1px dotted red;
}
    .travelagency-item {
        position: relative;
        width: 630px;
        padding: 10px;
    }
    .travelagency-items-list > .travelagency-item:nth-of-type(2n) {
        background: #EFEFEF;
        border-radius: 6px;
    }
    .travelagency-item-bottom {
        position: relative;
        clear: both;
        margin-bottom: 10px;
        padding-left: 10px;
    }
    .travelagency-item-img {
        float: left;
        width: 180px;
        min-height: 163px;
        height: auto;
        text-align: center;
    }
        .travelagency-item-img img {
            max-width: 95%;
            height:auto;
            margin: 0 auto;
        }
    .travelagency-description-box {
        float: left;
        width: 448px;
        min-height: 155px;
        border-left:1px solid #CACACA;
    }
    h1.travelagency-title {
        float: none !important;
        border: none;
        width: 100%;
        text-align: right;
        font-size: 40px;
        font-family: 'Roboto Slab', serif;
        color: #4A4A4A;
        font-weight: 400;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    h3.travelagency-title,
    h3.travelagency-title a {
        color: #ffbc2b;
        font-weight: 800;
        font-size: 22px;
        font-family: 'Roboto', sans-serif;
        border: 0px;
        margin: 0px;
        margin-left: 10px;
    }

    p.travelagency-description {
        font-family: 'Open-sans',sans-serif;
        font-size: 14px;
        color: #4A4A4A;
        margin-bottom: 0px;
        padding-bottom: 0px;
        min-height: 90px;
    }
    a.travelagency-add-btn{
        color: #979797;
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        padding: 7px 0px 7px 32px;
        background: transparent url("/img/bg-add.png") no-repeat scroll 0px 50%;
        text-align: right;
        margin-bottom: 20px;
        text-transform: uppercase;
        position: absolute;
        z-index: 5;
        right: 15px;
        top: 125px;
        font-size: 14px;
    }
    a.travelagency-add-btn-red{
        color: #979797;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        font-weight:800;
        padding: 7px 0px 7px 40px;
        background: transparent url("/img/spriters-add-ico.png") no-repeat scroll 0px -30px;
        float: right;
        text-align: right;
        margin-bottom: 20px;
        text-transform: uppercase;
        margin-top: 5px;
    }
    .rel.addForm.alone.reviews a.travelagency-add-btn-red {
        margin-top: -45px;
    }
    .travelagency-main-title {
        color: #ffb700;
        top: 54px;
        left: 1em;
        padding: 0;
        margin: 0;
        border: none;
        font-family: 'Roboto Slab', serif;
        font-size: 36px;
        background: none;
    }
.travelagency-count-rev {
    height: 20px;
    line-height: 18px;
    vertical-align: middle;
    width: 50%;
    float: left;
}
.travelagency-count-percent {
    position: relative;
    display: block;
    bottom: 0px;
    right: 5px;
    height: 18px;
    vertical-align: middle;
    line-height: 18px;
    width: 50%;
    float: right;
}
    .travelagency-count-rev a,
    .travelagency-count-percent a {
        font-family: 'Open-sans',sans-serif;
        font-weight: 30;
        color: #4A4A4A;
        text-transform: uppercase;
    }
    .travelagency-count-rev a:hover,
    .travelagency-count-percent a:hover {
        color: #4A4A4A;
        font-weight: 700;
    }
    .travelagency-count-rev img,
    .travelagency-count-percent img {
        width: 18px;
        height: 18px;
        display: inline-block;
        padding-right:5px;
        float: left;
    }
    .travelagency-count-rev .show_text,
    .travelagency-count-percent .show_text {
        display: inline-block;
        font-size: 13px
    }
.travelagency-count-total {
    font-family: 'Open-sans', sans-serif;
    font-weight: 300;
    color: #4A4A4A;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: underline;
}
/* TRAVEL AGENCY DETAIL REVIEW*/
.travelagency-review-description {
    display: inline-block;
    width: 100%;
}
    .travelagency-review-description .travelagency-review-logo {
        width: 220px;
        min-height: 100px;
        margin-top: 20px;
        float: left;
        text-align:center;
    }
    .travelagency-review-description .travelagency-review-logo img {
        margin:0 auto;
    }

.travelagency-review-contact {
    width: 50%;
    margin-bottom: 20px;
    float:left;
    display:inline-block;
}
    .travelagency-container h2 span.h2shorter {
        width:480px;
        display:inline-block;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .travelagency-review-contact h2,
    h2.travelagency-branches,
    h2.travelagency-contact-person,
    H2.travelagency-rating
     {
        font-family: 'Open-sans', sans-serif;
        font-size: 20px;
        color: #ffb32b;
        margin: 5px;
        margin-left: 20px;
        margin-bottom:10px;
        margin-top:15px;
        font-weight: 600;
        border: 0px!important;
        display: inline-block;
    }
    .travelagency-contact-person-wrapper {
        display:inline-block;
        width:50%;
        float:right;
    }

    .travelagency-review-contact p {
        font-family: 'Open-sans', sans-serif;
        font-size: 16px;
        margin: 0px !important;
        padding: 0px;
        color:#4A4A4A;
    }
    .box.contacts {
        padding-left:30px;
        margin-bottom: 0px;
    }
        .box.contacts .wrapper {padding-bottom:0;}
        .box.contacts a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-family: 'Open-sans', sans-serif;
            color: #4A4A4A;
            font-size: 14px;
            font-weight: normal;
            margin: 0px;
            padding: 0px;
        }
        .box.contacts a.download, .box.contacts a.print {padding-left:20px; padding-right:20px;}
        .box.contacts strong {
            color: #000;
        }
         .box.contacts p {
            line-height:1.5;
            margin:0 !important;
            padding:0 !important;
            font-size:14px;
         }

.travelagency-review-description-r {
    float: left;
    width: 430px;
}
    .travelagency-review-description-r p{
        font-family: 'Open-sans', sans-serif;
        color: #4A4A4A;
        font-size: 14px;
        text-align: left;
        line-height:1.4;
    }
.travelagency-thumbs-rating {
    float: left;
    padding-left: 7px;
    position: relative;
    height: 200px;
    margin-top: 20px;
    width:100%;
}
.travelagency-thumbs-rating .thumbs {
    margin-top: 25px;
}
    .travelagency-thumbs-rating .thumbs .thumb-up {
        background: url('/img/2014/sprites-thumbs-filled.png') no-repeat 50% 0;
        width: 49%;
        height: 50px;
        margin: 2px;
        font-weight: 800;
        font-size: 24px;
        color: #4A4A4A;
        float:left;
    }
    .travelagency-thumbs-rating .thumbs .thumb-down {
        background: url('/img/2014/sprites-thumbs-filled.png')  no-repeat 50% 100%;
        width: 49%;
        height: 45px;
        font-weight: 800;
        font-size: 24px;
        color: #4A4A4A;
        margin: 2px;
        position: relative;
        margin-top: 10px;
        float:right;
    }
    .travelagency-thumbs-rating .thumbs .thumb-down span,
    .travelagency-thumbs-rating .thumbs .thumb-up span {
        margin-left: 48%;
        margin-top: 50px;
        display: block;
    }
.box.flags {
    margin:0px;
}
a.travelagency-tours-to {
    text-align: center;
    text-decoration: underline;
    color: #484CCE !important;
    cursor:pointer;
    width:100%;
    display:inline-block;
    margin-bottom:10px;
}
.travelagency-branches-wrapper {
    width:100%;
    display:inline-block;
    float:left;
}
.travelagency-branches-item {
    float: left;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px;
    margin-right: 5px;
    font-family: 'Open-sans', sans-serif;
    font-size: 16px;
    color: #4A4A4A;
    min-height: 50px;
}
.travelagency-branches-item p > span {text-align: left; display:inline-block;}
.travelagency-branches-item p > span:nth-of-type(1) {width:2%;}
.travelagency-branches-item p > span:nth-of-type(2) {width:35%;}
.travelagency-branches-item p > span:nth-of-type(3) {width:30%;}
.travelagency-branches-item p > span:nth-of-type(4) {width:10%;}

.travelagency-go-disscusion {
    margin-left: -35px;
    margin-right: -5px;
}
.travelagency-go-disscusion .universal-arrow-next {
    background:#DDD;
    width:100%;
    line-height:40px;
}
.travelagency-go-disscusion .universal-arrow-next a{
    text-align: center;
    width:100%;
    color:#FFF !important;
    font-family: 'Open-sans', sans-serif;
    font-weight: 800 !important;
    text-transform: none;
    display:block;
    font-size: 16px !important;
}
.travelagency-go-disscusion .universal-arrow-next a:hover{
    color: #4A4A4A !important;
}

/* TRAVEL AGENCY USER REVIEWS */
.travelagency-hotelReview{

}

#travelagency-user-review-wrapper {

}
h2.travelagency-review{
    background: url(/img/2014/ico_pen.png) no-repeat;
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-align: left;
    color: #4A4A4A;
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 18px 0 50px;
    text-transform: uppercase;
    margin-top: 20px;
}
.travelagency-user-rev-item{
    border: 0px dotted red;
    margin-bottom: 50px;
    box-shadow: 0px 33px 57px -39px #e7e7e7;
}
.travelagency-user-rev-item .item-head {
    background: #f7f7f7;
    height: auto;
}
.travelagency-user-rev-item .item-head .item-img {
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}
.travelagency-user-rev-item .item-head .item-title {
    float: left;
    width: 550px;
    margin-top: 17px;
    text-indent: 0;
    padding-left: 10px;
}
    .travelagency-user-rev-item .item-head .item-title strong,
    .travelagency-user-rev-item .item-head .item-title strong a {
        color: #4A4A4A;
        font-family: "Roboto Slab",serif;
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 5px;
        margin-left: 0px;
        text-indent: 0;
    }
        .travelagency-user-rev-item .item-head .item-title strong,
        .travelagency-user-rev-item .item-head .item-title strong a:hover {
        color: #4A4A4A;
        font-family: "Roboto Slab",serif;
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 5px;
        margin-left: 0px;
    }

    .travelagency-user-rev-item .item-head .item-title .item-created,
    .travelagency-user-rev-item .item-head .item-title .item-visited
     {
        color: #4A4A4A;
        font-family: 'Open-sans', sans-serif;
        font-size: 14px;
        font-weight: 300;
        margin-top: 3px;
        margin-left: 0px;
        margin-bottom: 5px;
    }
    .travelagency-user-rev-item .item-head .item-title .item-created a,
    .travelagency-user-rev-item .item-head .item-title .item-visited a {
        color: orange;
    }
    .travelagency-user-rev-item .item-head .item-title .item-created .blue-sep {
        color: #98dffe;
        font-weight: 800;
    }
.travelagency-user-rev-item .item-content {

}

.travelagency-user-rev-item .item-content p{
    font-family: 'Open-sans', sans-serif;
    font-size: 16px;
    color: #4A4A4A;

}

.travelagency-user-rev-item .item-content p strong{
    font-family: 'Open-sans', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    color: #4A4A4A;
}
.travelagency-user-rev-item .item-colored-line{
    height: 4px;
    width: 100%;
    background: url("/img/2014/bg_colored_line.png");
}
/* SKI RESORTS MAIN */
.skiresort-block {
    width: 320px !important;
    height: 250px;
    float: left;
    position: relative;
    margin-bottom: 4px;
    z-index: 1;
    overflow: hidden;
}
    .skiresort-block:nth-child(odd) {
        width: 320px !important;
        float: left;
        position: relative;
        margin-bottom: 4px;
        margin-right: 4px;
    }
.skiresort-block .skiresort-topBarPhoto {
    display: block;
    position: absolute;
    top: 0px;
    width: 320px;
    height: 45px;
    line-height: 45px;
    background: rgba(0,0,0, 0.65);
}
    .skiresort-block .skiresort-topBarPhoto h3 {
        color: #FFF !important;
        font-family: 'Roboto Slab', serif;
        font-size: 16px;
        font-weight: 600;
        margin: 0px;
        margin-left: 10px;
        display: block;
        overflow: hidden;
        width: 300px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
.skiresort-block .skiresort-bottomBarPhoto {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 320px;
    background: rgba(0,0,0, 0.65);
    transition: bottom 0.5s ease 0s;
}
    .skiresort-block:hover .skiresort-bottomBarPhoto {
        display: block;
        position: absolute;
        bottom: 0px !important;
        width: 100%;
        height: 50px;
        background: rgba(0,0,0, 0.65);
    }
    .skiresort-block .skiresort-bottomBarPhoto .skiresort-btm {
        float: left;
    }
        .skiresort-block .skiresort-bottomBarPhoto .skiresort-btm a {
            float: left;
            color: #FFF !important;
            font-family: 'Roboto Slab', serif;
            font-size: 20px;
            font-weight: 700;
            margin-top: 16px;
            text-decoration: none;
            margin-left: 10px;
        }
    .skiresort-block .skiresort-bottomBarPhoto .rate {
        margin-top: 15px;
        float: right;
        min-height: 34px;
    }
        .skiresort-block .skiresort-bottomBarPhoto .rate a {
            color: #FFF !important;
            font-family: 'Roboto Slab', serif;
            font-size: 16px !important;
            font-weight: 700;
            margin-top: 10px;
            text-decoration: none;
            margin-right: 10px;
        }

/* SKIRESORT FILTER */
#travelagency-list-id {
    position: relative;
    height: 150px;
}


    #travelagency-list-id .row .wrapper-title {
        position: absolute;
        width: 625px !important;
        height: 40px;
        /*background: url("/img/2014/bg_form_travelogue_input_big.png") no-repeat;*/
        background: #FFF;
        border-radius:6px;
        line-height: 40px;
        top:0;
        left:0;
    }

        #travelagency-list-id .row .wrapper-title #frmfilterForm-title  {
            position: relative;
            width: 550px;
            margin-left: 2px;
            height: 37px;
            line-height: 37px;
            border: 0px;
            font-family: 'Open-sans',sans-serif;
            font-weight: 800;
            font-size: 14px;
            color: #979797;
        }

    #travelagency-list-id .row .wrapper-destination {
        background: #FFF url("/img/2014/select_arrow.png") no-repeat scroll 95% center;
        position: absolute;
        border-radius: 6px;
        height: 40px;
        line-height: 40px;
        top: 55px;
        left: 212px;
    }

    #travelagency-list-id .row .wrapper-type {
        position: absolute;
        top: 55px;
        left: 424px;
        height: 40px;
        line-height: 40px;
        background: #FFF url("/img/2014/select_arrow.png") no-repeat scroll 95% center;
        border-radius:6px;
    }
        #skiresort-list-id .row .wrapper-difficulty .chzn-single {

        }

    #travelagency-list-id .row .actions > input[type=submit]{
        position: absolute;
        box-shadow: none;
        border: 0px;
        display: block;
        font-weight: 800;
        font-family: 'Open-sans',sans-serif;
        font-size: 14px;
        left: 525px !important;
        width: 100px;
        text-align: center;
        background: #FFB700 none repeat scroll 0% 0% !important;
        top: -4px !important;
        height: 40px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        color: #FFF;
    }
    #travelagency-wrapper .filter-container {
        min-height:100px;
        height:100px;
    }
    #travelagency-wrapper .travelagency-container.loged .filter-container {
        min-height:173px;
        height:173px;
    }

/* OPERATIVE BUGS FIXING */
.DropDownMenu .menuBox .tabs .add-article{
    margin: 0 auto;
    margin-top: 25px;
    vertical-align: middle;
    width: 125px;
    background: url('/img/add_icon.png') no-repeat center right;
    background-position: 105px 2px;
    padding: 0 20px 0 15px;
}
    .DropDownMenu .menuBox .tabs .add-article a {
        font-size: inherit;
        color: #00B3FC;
    }

/* MEETING */
#meeting-head-wrapper {
    position: relative;
}/*
#meeting-head-wrapper h1.meeting-title {
    color: #ffb700;
    top: 54px;
    left: 1em;
    padding: 0;
    margin: 0;
    border: none;
    font-family: 'Roboto Slab', serif;
    font-size: 45px;
    background: none;
}
*/
h1.meeting-title{
    margin-top: 10px;
    margin-bottom: -46px;
    color: #ffb700;
    font-size: 38px;
    font-weight: 500;
    border: 0px;
    font-family: 'Roboto Slab', sans-serif;

}
.meeting-box > .meetings > .meet-box > .right > .meet-date-pass > h3,
.meeting-box > .meetings > .meet-box > .right > .meet-date-pass > h3:hover {
    color: #ffbc2b;
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    margin-bottom: -10px;
    padding-left: 5px;
}
.meeting-box > .meetings > .meet-box > .right > .meet-date-pass > p {
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    margin: 0px;
}
.meeting-box > .meetings > .meet-box > .left > .right > .meet-date-pass {
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0px;
    padding-top:5px;
}
.meeting-box > .meetings > .meet-box > .left > .right > .clock {
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 14px;
    margin: 0px;
    padding-top: 3px;
}

.meeting-box > .meetings > .meet-box > .right > .meet-date-pass > p {
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    margin: 0px;
}

.meet-detail-wrapper {
    position: relative;
}
.meet-detail-wrapper h3#meeting-detail-title {
    color: #ffb700;
    font-size: 26px;
    font-family: 'Roboto Slab', serif;
    border: none;
    padding-bottom: 0px;
    padding-top: 10px;
}
    .meet-detail-wrapper h3 .date {
        color: #A4A4A4;
        font-size: 24px;
        font-family: 'Roboto Slab', serif;
        border: none;
        padding-bottom: 0px;
    }
.meet-box .right {
    width: 300px;
    float: right;
}
    .meet-box .right p {
        font-family: 'Open-sans', sans-serif;
        font-size: 14px;
        color: #4A4A4A;
    }
    .meet-box .right a {
        font-family: 'Open-sans', sans-serif;
        font-size: 14px;
        color: #ffbc2b;
    }
.meet-box .left {
    background: url("/img/spriters-meeting.png") 285px -403px no-repeat;
    height: 100px;
    width: 290px;
    padding: 10px 30px 10px 0;
}
    .meet-box .left .right .meet-dis-btn {
        background: none;
    }

.meet-box .meeting_show_map_holder a.meet_url {
    display: inline-block;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.meet-box .meeting_show_map_holder a.open_url {
    display: inline-block;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.meet-box .meeting_show_map_holder span.meet_sep {
    display: inline-block;
    overflow: hidden;
}

.meet-box-user-nick {
    font-family: 'Open-sans', sans-serif;
    font-size: 14px;
    color: #ffbc2b;
}
.meet-detail-wrapper .meet-detail-bg-bot {
    font-family: 'Open-sans', sans-serif;
    font-size: 14px;
    color: #4A4A4A;
    height: 20px;
    padding-top: 20px;
}
    .meet-detail-wrapper .meet-detail-bg-bot a {
        color: #ffbc2b;
    }
.meet-detail-wrapper h4 {
    color: #ffb700;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
}
.meet-detail-wrapper p {
    font-family: 'Open-sans',sans-serif;
    color: #4A4A4A;
    font-size: 14px;
}
.meet-detail-wrapper h2.meeting-detail-org {
    border-top: 1px solid #f2f2f2 !important;
    border-bottom: 1px solid #f2f2f2 !important;
    text-align: left;
    margin-bottom: 0;
    color: #CBCBCB;
    font-size: 26px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    font-family: "Roboto Slab",serif;
    font-weight: bold;
    padding-left: 55px;
    background: url(/img/2014/disc_ico_off.png) no-repeat;
}
.meet-detail-wrapper .image-list-1 h2{
    color: red;
}
.meet-detail-wrapper .meeting-tag {
    border: 1px solid #cacaca;
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
}
.meet-detail-wrapper-user-nick {
    color: #ffbc2b;
    font-size: 13px;
}

#meeteres-box #image-list-1 h2 {
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-align: left;
    color: #CBCBCB;
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 18px 0 50px;
    text-transform: uppercase;
    margin-top: 20px;
    background: url(/img/2014/ico_barbie.png) no-repeat rgba(0,0,0,0);
}
    #meeteres-box div.meet-total-meeteres{
        position: absolute;
        right: 0px;
        top: 15px;
        color: #4a4a4a;
        font-family: 'Open-sans', sans-serif;
        font-weight: 300;
        font-size: 12px;
    }
#meeteres-box #image-list-1 #image-list-1-list ul {
    height: auto;
    overflow: hidden;
}
#meeteres-box #image-list-1 #image-list-1-list ul li{
    float: left;
    text-align: center;
    height: ;
}
    #meeteres-box #image-list-1 #image-list-1-list ul li:first-child {
        padding: 10px 10px 0 0;
    }
    #meeteres-box #image-list-1 #image-list-1-list ul li a {
        text-align: center;
        color: #4A4A4A;
        font-weight: 600;
    }
.meet-detail-wrapper .user-block-main {
}
.meet-detail-wrapper .user-block-main .nfo.left {
    width: 200px;
    height: 100px;
    margin-top: 0px;
}

.meet-detail-wrapper .user-block-main .nfo .nfoWrapper .col.right {
    width: 150px;
}
.meet-detail-wrapper .user-block-main .nfo .col.left {
    width: 150px;
    margin: 0px;
    font-family: 'Open-sans', sans-serif;
    font-weight: 100;
    font-color: #4A4A4A;
}
    .meet-detail-wrapper .user-block-main .nfo .col.left h2{
        font-weight: 800;
        font-size: 20px;
        color: #ffbc2b;
    }
.meet-detail-wrapper .user-block-main .nfo .nfoWrapper {
    padding-left: 15px;
    background: none;
    color: #959595;
    width: 470px;
    height: 110px;
    float: left;
}

.meet-detail-wrapper .user-block-main .avatar {
    float: left;
    width: 100px;
    margin-top: 0px;
}
.meet-detail-wrapper .meeting-detail-goback {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    position: absolute;
    top: -15px;
    right: 0;
    background: url(/img/2014/arrow-goback.png) center left;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 0;
}
    .meet-detail-wrapper .meeting-detail-goback a {
        font-family: 'Open-sans', sans-serif;
        font-size: 15px;
        color: #cacaca;
        font-weight: 800;
        text-transform: uppercase;
    }
    .meet-detail-wrapper .meeting-detail-goback a:hover {
        color: #4A4A4A;
    }
    /* MEETING FORM */
    .alone.addForm fieldset {
        margin-left: 35px;
        padding: .75em;
        border: 0px;
        background: none;
        position: relative;
        clear: both;
    }

    #travelagency-wrapper fieldset.meeting label {
        color: #4A4A4A;
        font-weight: 800;
        font-family: 'Open Sans', sans-serif;
        font-weight: 100;
        font-size: 13px;
    }
        #travelagency-wrapper fieldset.meeting label[for="frmeditForm-description"],
        #travelagency-wrapper fieldset.meeting label[for="frmeditForm-extra"] {
            vertical-align: top;
        }
    #travelagency-wrapper fieldset.meeting .textarea-wrapper {
        border: 0px;
        box-shadow: none;
    }
    #travelagency-wrapper fieldset.meeting textarea {
        border-radius: 4px;
        border: 1px solid #bcbcbc;
        box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
        padding: 5px;
        max-width: 650px;
        width: 650px;
    }
    #travelagency-wrapper fieldset.meeting input[type="text"] {
        border-radius: 4px;
        border: 1px solid #bcbcbc;
        box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
        font-weight: 100;
        padding: 0 5px;
        height: auto;
    }

    #travelagency-wrapper fieldset.meeting label.left,
    #travelagency-wrapper fieldset.meeting label[for="frmeditForm-note"],
    #travelagency-wrapper fieldset.meeting label[for="frmeditForm-tag1"],
    #travelagency-wrapper fieldset.meeting label[for="frmeditForm-tag2"],
    #travelagency-wrapper fieldset.meeting label[for="frmeditForm-tag3"] {
        color: #4A4A4A;
        font-weight: 800;
        font-family: 'Open Sans', sans-serif;
        font-weight: 100;
        font-size: 13px;
    }
    #travelagency-wrapper .center input[name=save]{
        text-shadow: none;
        border-radius: 0;
        background: #4A4A4A;
        font-family: 'Open Sans', sans-serif;
        margin-left: 0px;
    }
        #travelagency-wrapper .center input[name=save]:hover{
            background: #ffbc2b;
        }
    #travelagency-wrapper fieldset.meeting .mapBtn {
        text-shadow: none;
        border-radius: 0;
        background: #4A4A4A;
        font-family: 'Open Sans', sans-serif;
        width: 155px;
        height: 50px;
    }
    #travelagency-wrapper fieldset.meeting #gpsMap-popup-opener {
        height: 30px;
        width: auto;
        text-transform: uppercase;
        color: #fff;
        font: 700 14px/55px Arial;
        text-align: center;
        margin: 0px;
        margin-left: 15px;
        text-shadow: none;
    }
/* CHAT */
.board div.cols > div.left, .detail .board div.cols > div.left {
    width: 610px !important;
}
#chat-wrapper {
    position: relative;
    width: 605px;
}
.users-online {
    float: right;
}
    .users-online h4{
        color: #ffbc2b;
        font-size: 18px;
        font-family: 'Open-sans',sans-serif;
        font-weight: 800px;
    }
    .users-online ul.chat-user li{
        font-family: 'Open-sans',sans-serif;
        font-size: 12px;
        color: #4A4A4A;
    }
.chat #chat-list-items {
    border: 0px;
    width: 445px;
    padding: 0px;
}
#chat-wrapper h1.chat-title {
    color: #ffb700;
    top: 54px;
    left: 1em;
    padding: 0;
    margin: 0;
    border: none;
    font-family: 'Roboto Slab', serif;
    font-size: 45px;
    background: none;
    border-bottom: 1px solid #cacaca;
}
#chat-form-wrapper {
    width: 580px;
    background: #f4f4f4;
    margin: 0 0 18px;
    padding: 13px;
    border-radius: 0px;
}

#chat-form-wrapper input[type="submit"]{
    background: #cccccc;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-shadow: none;
}
#chat-form-wrapper select[name="to"]{
    background: #fff;
    border: 1px solid #cacaca;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-shadow: none;
}
#chat-form-wrapper textarea {
    border: 1px solid #cacaca;
    float: left;
    width: 430px;
}
#chat-form-wrapper div.smiles {
    background: none;
}
.chat ol li small.date {
    color: #4A4A4A;
    font-weight: 700;
    font-family: 'Open-sans',sans-serif;
    font-size: 14px;
}
.chat ol li a {
    color: #ffbc2b;
}

.chat ol li .msg p {
    color: #4A4A4A;
    overflow: hidden;
}
.chat #chat-appendix {
    background: url("/img/2014/arrow-down-blue_small.png") center right;
    background-repeat: no-repeat;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    float: right;
    width: auto;
    margin: 5px;
}
    .chat #chat-appendix a {
        font-family: 'Open-san', sans-serif;
        color: #cacaca;
        font-size: 14px;
        background: none;


    }
/* NEW PROFILE */
#newProfile .user-block-main .user-block-content #user-comments .userimage img {
    max-width: 42px;
    max-height: 42px;
}
#newProfile .user-block-main .left_block {
    width: 122px;
}
#newProfile .user-block-main .left_block a.profile_img {
    display: block;
    width: 100px;
    height: 100px;
    border: 5px solid rgba(0,0,0,0);
    margin-bottom: 10px;
}
#newProfile .user-block-main .left_block a.profile_img img {
    width: 90px !important;
    height: 90px;
    border: 5px solid #f1f1f1;
}
#newProfile .user-block-main .left_block .profile_menu ul li {
    text-align: left;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    font-size: 11px !important;
    color: #787878;
    font-weight: 600;
}
#newProfile .user-block-main .left_block .profile_menu ul li a{
    vertical-align: middle;
    font-size: 12px !important;
    color: #787878;
    font-weight: 600;
}
#newProfile .user-block-main .left_block .profile_menu ul li a:hover{
    color: #77addd;
}

#newProfile .user-block-main .left_block .profile_menu ul li a .menu_item {
    width: 35px;
    height: 35px;
    background: url(/img/2014/user_profile_sprite_icons.png) no-repeat;
    float: left;
    margin-right: 2px;
}
#newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.vacation {
    background: url(/img/2014/holiday-icons.png) no-repeat;
    background-position: 5px 5px;
    height: 35px!important;
}

#newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.vacation:hover {
    background-position: 5px -25px;
}
#newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.chat {
    background: url(/img/2014/chat_smile.png) no-repeat;
    background-position: 5px 5px;
    height: 35px!important;
}
#newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.chat:hover {
    background-position: 5px -25px;
}
#newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.meeting {
    width: 35px;
    height: 35px;
    background: url(/img/2014/meeting-icon.png) no-repeat;
    background-position: 5px 5px;
}

#newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.photoalbums {
    width: 35px;
    height: 35px;
    background: url(/img/2014/profile_album_icon.png) no-repeat;
    background-position: 5px 3px;
}
    #newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.photoalbums:hover {
    width: 35px;
    height: 35px;
    background: url(/img/2014/profile_album_icon.png) no-repeat;
    background-position: 5px -28px;
}

#newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.travelogue {
    width: 35px;
    height: 35px;
    background: url(/img/2014/profile_travelogue_icon.png) no-repeat;
    background-position: 5px 3px;
}
    #newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.travelogue:hover {
    width: 35px;
    height: 35px;
    background: url(/img/2014/profile_travelogue_icon.png) no-repeat;
    background-position: 5px -28px;
}
/* restyling user menu */
#newProfile .user-block-main .left_block .profile_menu ul li.chat {
   margin-bottom: 0px;
}

#newProfile .user-block-main .left_block .profile_menu ul li.meeting {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
}
#newProfile .user-block-main .left_block .profile_menu ul li.travelogues {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
}
#newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.meeting:hover {
    background-position: 5px -25px;
}
#newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.about_me:hover {
    background-position: -35px 0px;
}
#newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.friends {
    background-position: 0px -30px;
}
#newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.friends:hover {
    background-position: -35px -30px;
}
#newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.msgs {
    background-position: 0px -60px;
}
#newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.msgs:hover {
    background-position: -35px -60px;
}
#newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.comments {
    background: url(/img/2014/fav_disc_normal.png) no-repeat;
   /* width: 35px;
    height: 35px;
    background: url(/img/2014/user_profile_sprite_icons.png) no-repeat;
    background-position: 0px -90px;*/
}
#newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.comments:hover {
    background: url(/img/2014/fav_disc_hover.png) no-repeat;
    /*background-position: -35px -90px;*/
}
#newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.favorites {
    background-position: 0px -120px;
}
#newProfile .user-block-main .left_block .profile_menu ul li a .menu_item.favorites:hover {
    background-position: -35px -120px;
}
#newProfile .user-block-main .right_block {
    width: 510px;
    margin-top: 15px;
}
#newProfile .user-block-main .right_block #user-about .about {
    padding-top: 0;
}
#newProfile .user-block-main .right_block .left_block_about {
    width: 240px;
    padding-right: 5px;
    float: left;
}
#newProfile .user-block-main .right_block .right_block_about {
    width: 240px;
    padding-left: 5px;
    float: left;
}
#newProfile .user-block-main .right_block .right_block_about .item,
#newProfile .user-block-main .right_block .left_block_about .item {
    width: 100%;
    color: #00b3fc;
    font-family: 'Open-sans', sans-serif;
    font-weight: 100;
}
#newProfile .user-block-main .right_block .right_block_about .item p,
#newProfile .user-block-main .right_block .left_block_about .item p {
    color: #4A4A4A;
    font-size: 14px;
    margin-left: 0px;
    font-family: 'Open-sans', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 18px;
}
#newProfile h3.gallery_title_profile {
    background: url(/img/2014/ico_leica.png) no-repeat;
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-align: left;
    color: #CBCBCB;
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 18px 0 50px;
    text-transform: uppercase;
}
#newProfile .filter-block fieldset.row {
    background: none;
    padding: 0;
    border-top: 1px solid #f3f3f3;
}
#newProfile .filter-block fieldset.row h3 {
    text-align: left;
    color: #4A4A4A;
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    padding-left: 50px;
    background: url(/img/2014/ico_barbie.png) no-repeat;
    margin-top: 0;
    display: inline-block;
    width: 100%;
}
#newProfile .user-block-main #user-friends h3 {
    background: url(/img/2014/ico_my_friends.png) no-repeat;
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-align: left;
    color: #4A4A4A;
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 18px 0 50px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 5px;
}
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item {    padding: 0 0 0 0px;
    height: 72px;
    max-height: 72px;
    border-bottom: 1px solid #f2f2f2;
    background: none;
    padding: 5px;
}
#newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item{
    padding: 0 0 0 0px;
    height: 20px;
    max-height: 20px;
    border-bottom: 1px solid #f2f2f2;
    background: none;
    padding: 5px;
}
#user-msg-control .user_notify #snippet-userNotifications-usernotif .item,
.vacation-box .item {
    padding: 0 0 0 0px;
    height: 30px;
    max-height: 30px;
    border-bottom: 1px solid #f2f2f2;
    background: none;
}
/* added unread efect */
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item#unread,
#newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item#unread{
    background: #E1E6E8;
}
    #newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item#unread .colTitle .title,
    #newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item#unread .colTitle .title{
        color: red;
}
    #newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item#unread .colLast a.remove,
    #newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item#unread .colLast a.remove{
       background: url("/img/2014/ico_decline_unread.png") center center;
       background-repeat: no-repeat;
}
    #newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item#unread .colLast a.remove:hover,
    #newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item#unread .colLast a.remove:hover{
       background: url("/img/2014/ico_decline_hover.png") center center;
       background-position: no-repeat;
}

/* added hover efect */
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item:hover,
#newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item:hover{
    background: #f2f5f6 !important;
}
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item .message_prefex,
#newProfile .user-block-main #user-friends .friends_list .friends_list_inside .message_prefex{
    float: left;
    width: 320px;
    max-width: 320px;
    height: 39px;
    max-height: 39px;
    padding-left: 10px;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    /*font styles*/
    font-family: 'Open Sans', sans-serif;
    font-size : 14px;
}


#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item span.ico,
#newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item span.ico,
#user-msg-control .user_notify #snippet-userNotifications-usernotif .item span.ico,
{
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin-top: 0px;
    background: url(/img/2014/ico_friend_small.png) no-repeat 0% 0%;
    margin: 0 10px;
}
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item .colTitle {
    padding-top: 0px;
    width: 190px;
    margin-top: 6px;
    padding-left: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    float: left;
    padding-right: 10px;
    height: 18px;
    line-height: 18px;
}
#newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item .colTitle{
    padding-top: 0px;
    width: 190px;
    padding-left: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    float: left;
    padding-right: 10px;
    height: 18px;
    line-height: 18px;
}
#user-msg-control .user_notify #snippet-userNotifications-usernotif .item .colTitle {
    padding-top: 0px;
    width: 350px;
    margin-top: 6px;
    padding-left: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    float: left;
    padding-right: 10px;
    height: 18px;
    line-height: 18px;
}
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item strong.title,
#newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item .colTitle strong.title,
#user-msg-control .user_notify #snippet-userNotifications-usernotif .item .colTitle strong.title {
    margin-bottom: 5px;
}
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item strong.title a,
#newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item .colTitle strong.title a,
#user-msg-control .user_notify #snippet-userNotifications-usernotif .item .colTitle strong.title a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 18px;
}
/* added new styles */
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item strong.title a,
#newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item .colTitle strong.title a{
    color: #0F7CB6 !important;
    font-weight: 600 !important;
}

#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item strong.title a:hover,
#newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item .colTitle strong.title a:hover,
#user-msg-control .user_notify #snippet-userNotifications-usernotif .item .colTitle strong.title a:hover {
    font-weight: 600;
    text-decoration: none;
    color: #ffb700;
}
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item .colLast {
    width: 65px;
    height: 18px;
    float: right;
    display: inline-block;
    margin-top: 6px;
}
#newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item .colLast {
    width: 65px;
    height: 18px;
    float: right;
    display: inline-block;
    margin-top: 0px;
}
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item .colLast {
    width: 40px;
}
#newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item .colLast a {
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 0;
    float: left;
}
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item .colLast a.remove {
    display: inline-block;
    width: 39px;
    height: 18px;
    padding: 0;
    float: left;
}
#newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item .colLast a.edit {
    background: url(/img/2014/ico_key_friends_none.png);
}
#newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item .colLast a.edit:hover {
    background: url(/img/2014/ico_key_friends.png);
}
#newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item .colLast a.remove {
    background: url(/img/2014/ico_friends_remove_me.png);
}
#newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item .colLast a.remove:hover {
    background: url(/img/2014/ico_friends_remove_me_hover.png);
}
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item .colMiddle {
    display: inline-block;
    float: left;
    width: 150px;
    height: 18px;
    padding-top: 0px;
    margin-top: 6px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 22px;
    border-left: 1px solid #cacaca;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#newProfile .user-block-main #user-friends .friends_list .friends_list_inside .item .colMiddle {
    display: inline-block;
    float: left;
    width: 150px;
    height: 18px;
    padding-top: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 22px;
    border-left: 1px solid #cacaca;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item .colMiddle {
    width: 123px;
    border: 0px !important;
}
#newProfile .user-block-main #user-friends .friends_list.have_me .friends_list_inside .item .colTitle {
    width: 180px;
}
#newProfile .user-block-main #user-friends .friends_list.have_me .friends_list_inside .item .colMiddle {
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 3px;
}
#newProfile .user-block-main #user-friends .friends_list.have_me .friends_list_inside .item .colLast {
    width: 80px;
}
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item .colLast a,
#newProfile .user-block-main #user-friends .friends_list.have_me .friends_list_inside .item .colLast a {
    width: 39px;
    margin-right: 0px;
    /*border-left: 1px solid #cacaca;*/
    /*background-position: 50% 10%;*/
}
#newProfile .user-block-main #user-friends .friends_list.have_me .friends_list_inside .item .colLast a.add {
    background: url(/img/2014/ico_accept.png);
}
#newProfile .user-block-main #user-friends .friends_list.have_me .friends_list_inside .item .colLast a.add:hover {
    background: url(/img/2014/ico_accept_hover.png);
}
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item .colLast a.remove,
#newProfile .user-block-main #user-friends .friends_list.have_me .friends_list_inside .item .colLast a.remove {
    background: url(/img/2014/ico_decline.png);
}
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item .colLast a.remove:hover,
#newProfile .user-block-main #user-friends .friends_list.have_me .friends_list_inside .item .colLast a.remove:hover {
    background: url(/img/2014/ico_decline_hover.png);
}
#newProfile .user-block-main #user-friends .friends_list.visitors .friends_list_inside .item .colTitle {
    width: 290px;
}
#newProfile .user-block-main #user-friends .friends_list.visitors .friends_list_inside .item .colMiddle {
    width: 120px;
}
#newProfile .user-block-main #user-friends .friends_list .popupImg {
    position: absolute;
}
.first_column_friends_list {
    height: 30px;
    position: relative;
    background: url(/img/2014/user_title_bg.png);
}
.first_column_friends_list span {
    color: #4A4A4A;
    line-height: 30px;
    vertical-align: middle;
    display: inline;
    font-size: 12px;
    font-weight: 600;
    font-family: Arial;
}
.first_column_friends_list.my_messages .first,
.first_column_friends_list.visits .first,
.first_column_friends_list.have_friends .first,
.first_column_friends_list.my_friends .first {
    margin-left: 60px;
}
.first_column_friends_list.my_messages .second {
    margin-left: 110px;
}
.first_column_friends_list.my_friends .second {
    margin-left: 115px;
}
.first_column_friends_list.my_friends .third {
    margin-left: 120px;
}
.first_column_friends_list.have_friends .second {
    margin-left: 100px;
}
.first_column_friends_list.visits .second {
    margin-left: 215px;
}
#newProfile .user-block-main #user-friends .userFormWrap {
    padding-bottom: 0;
    margin-bottom: 0;
}
#newProfile .user-block-content #user-msg-control h3.label,
#newProfile .user-block-content .user_notify h3 {
    background: url(/img/2014/ico_my_friends.png) no-repeat;
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-align: left;
    color: #4A4A4A;
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 18px 0 50px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
#newProfile .user-block-content #user-msg-control .friends_list .colTitle span {
    position: absolute !important;
}
#newProfile .user-block-content #user-msg-control .messageForm {
    padding-bottom: 0;
}
#newProfile .user-block-content #user-msg-control .messageForm label {
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    color: #4A4A4A;
}
#newProfile .user-block-content #user-msg-control .messageForm input[type=text] {
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
    padding: 0 5px;
}
#newProfile .user-block-content #user-msg-control .messageForm .msgBody {
    margin-top: 0;
}
#newProfile .user-block-content #user-msg-control .messageForm .msgBody textarea {
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
    max-width: 435px;
    min-width: 435px;
    height: 150px;
    padding: 5px;
}
#newProfile .user-block-content #user-msg-control .messageForm .msgBody {
    border: 1px solid #c5c5c5;
}
#newProfile .user-block-content #user-msg-control .messageForm .msgBody .arrow.abs.block {
    display: none !important;
}
/* friends redesign tab */
a.show_more_note{
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-top: 7px;
    width: 28px;
    height: 25px;
    text-indent: -99999px;
    background: url('/img/2014/show_whole_comment.png');
    background-repeat: no-repeat;
}
    a.show_more_note:hover,
    a.show_more_note.active,
    .friends_list_inside .item a.show_more_note:hover,
    .friends_list_inside .item a.show_more_note.active {
        background: url('/img/2014/show_whole_comment_hover.png');
        background-repeat: no-repeat;
    }
.friends_list_inside .item a.show_more_note{
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-top: 0px;
    width: 28px;
    height: 25px;
    text-indent: -99999px;
    background: url('/img/2014/show_whole_comment.png');
    background-repeat: no-repeat;
}
#whole-friends-note {
    display: none;
    clear: both;
    background: #fbfbfb;
}
    #whole-friends-note span.title {
        font-size: 10px;
        font-family: 'Open Sans', sans-serif;
        display: block;
        padding: 5px 0px 0px 5px;
        text-transform: uppercase;
    }

    #whole-friends-note p.note {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
    }
    /* hiden save input */
    div.colMiddle form#frm-friendsMy-noteForm input.button {
        text-indent:  -999px;
        position: absolute;
        right: 53px;
        background: url('/img/2014/ico_accept_hover.png') #fff center center;
        border: 0px;
        background-repeat: no-repeat;
        width: 25px;
        height: 22px;
    }

/* PROFILE GALLERY */
#newProfile .gallery {
    border: 0;
}
#newProfile .gallery ul {
    width: 100%;
}
#newProfile .gallery ul li {
    width: auto;
    height: 314px;
    float: left;
    margin-right: 0px;
    padding: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 0;
}
#newProfile .gallery ul li.Big img {
    max-width: 320px;
}
#newProfile .gallery ul li.Big.child0 {
    margin-right: 10px;
}
.gallery  ul li span.desc {
    display:none;
}
#contributions-control-panel .filter.f12 fieldset .radioEmu input[type=radio] {
    margin-bottom: 10px;
}
/* COMMENTS PROFILE */
#newProfile #user-comments .msg {
    margin: 0px;
}
#newProfile #user-comments .msg .item {
    background: none;
    border: 1px solid #F1F1F1;
}
#newProfile #user-comments .msg .item .userimage {
    width: 42px;
    height: 42px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}
#newProfile #user-comments .msg .item .userContent {
    width: 420px;
    max-width: 420px;
}
#newProfile #user-comments .msg .item .userContent .itemName a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #cacaca;
}
#newProfile #user-comments .msg .item .userContent .itemHead {
    max-width: 200px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #cacaca;
}
#newProfile #user-comments .msg .item .userContent .itemHead a {
    font-size: 12px;
}
#newProfile #user-comments .msg .item .userContent .itemTitle {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#newProfile #user-comments .msg .item .userContent .itemTitle a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #4A4A4A;
    font-size: 13px;
}
#newProfile #user-comments .msg .item .userContent p {
    font-family: 'Open Sans', sans-serif;
    color: #4A4A4A;
    font-weight: 100;
}
#newProfile #user-comments h3.comments_title_profile {
    margin-left: 0px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #4A4A4A;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
}
#newProfile form fieldset span.wrapper-type,
#newProfile form fieldset span.wrapper-sort {
    background: url("/img/2014/bg_form_travelogue.png") no-repeat;
    height: 50px;
    width: 218px;
    padding: 0;
    position: absolute;
    top: 0px;
}
#newProfile form#frm-timeline-filterForm fieldset span.wrapper-type {
    right: 1px;
    top: 1px;
    height: 40px;
    width: 150px;
    background: url("/img/2014/bg_form_travelogue_150.png") no-repeat;
}
#newProfile form#frm-timeline-filterForm fieldset span.wrapper-type div.chzn-container.chzn-container-single {
    width: 150px !important;
}
#newProfile form#frm-timeline-filterForm fieldset span.wrapper-type div.chzn-drop {
    top: 40px !important;
    width: 140px !important;
}
#newProfile form fieldset span.wrapper-sort {
    left: 0px;
}
#newProfile form fieldset span.actions {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0;
    padding: 0;
    height: 50px;
    width: 60px;
}
#newProfile form#frm-timeline-filterForm fieldset span.actions {
    display: none;
}
#newProfile form fieldset span.actions input[type=submit] {
    margin: 0;
    font-weight: 800;
    font-family: 'Open-sans', sans-serif;
    font-size: 14px;
    color: #cacaca !important;
    border: none;
    background: #FFF;
    box-shadow: none;
    border: 1px solid rgb(240,240,240);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 60px;
    height: 39px;
}
#newProfile form fieldset span.wrapper-sort a span,
#newProfile form fieldset span.wrapper-type a span {
    width: 157px;
    margin: 0px auto;
}
#newProfile form fieldset span.wrapper-type .chzn-container-single,
#newProfile form fieldset span.wrapper-sort .chzn-container-single {
    width: 217px !important;
    height: 50px;
}
#newProfile form fieldset span.wrapper-sort-all {
    width: 100%;
    height: 50px;
    position: relative;
}
#newProfile form#frm-timeline-filterForm fieldset span.wrapper-sort-all {
    position: static;
    height: 0px;
}
#newProfile #user-favorites-control h3.label {
    background: url(/img/2014/ico_leica.png) no-repeat;
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-align: left;
    color: #4A4A4A;
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 18px 0 50px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
#newProfile #user-favorites-control h3.label.hotels {
    background: url(/img/2014/ico_hotel.png) no-repeat;
}
#newProfile #user-favorites-control h3.label.travelogue {
    background: url(/img/2014/disc_ico_aero.png) no-repeat;
}







#newProfile #user-favorites-control #user-albums-control,
#newProfile #user-favorites-control #user-hotels-control,
#newProfile #user-favorites-control #user-travelogues-control {
    background: none;
}
#newProfile #user-favorites-control .favorite_list .favorite_list_inside .item {
    padding: 0 0 0 0px;
    height: 30px;
    max-height: 30px;
    border-bottom: 1px solid #f2f2f2;
    background: none;
    margin: 0;
}
#newProfile #user-favorites-control .favorite_list .favorite_list_inside .item .ico {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin-top: 0px;
    background: url(/img/2014/ico_small_disc.png) no-repeat 0% 0%;
    margin: 0 10px;
}
#newProfile #user-favorites-control .favorite_list .favorite_list_inside .item .colTitle {
    padding-top: 0px;
    width: 220px;
    margin-top: 6px;
    padding-left: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    float: left;
    padding-right: 10px;
    height: 18px;
    line-height: 18px;
    border-left: 1px solid #cacaca;
}
#newProfile #user-favorites-control .favorite_list .favorite_list_inside .item .colTitle strong a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 18px;
}
#newProfile #user-favorites-control .favorite_list .favorite_list_inside .item .colTitle strong a:hover {
    font-weight: 800;
    text-decoration: none;
    color: #ffb700;
}
#newProfile #user-favorites-control .favorite_list .favorite_list_inside .item .colMiddle {
    display: inline-block;
    float: left;
    width: 150px;
    height: 18px;
    padding-top: 0px;
    margin-top: 6px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 22px;
    border-left: 1px solid #cacaca;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#newProfile #user-favorites-control .favorite_list .favorite_list_inside .item .colLast {
    width: 40px;
    height: 18px;
    float: right;
    display: inline-block;
    margin-top: 6px;
}
#newProfile #user-favorites-control .favorite_list .favorite_list_inside .item .colLast a {
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 0;
    float: left;
    background: url(/img/2014/ico_friends_remove_me.png) no-repeat;
}
#newProfile #user-favorites-control .favorite_list .favorite_list_inside .item .colLast a:hover {
    background: url(/img/2014/ico_friends_remove_me_hover.png) no-repeat;
}
#newProfile #user-favorites-control #user-travelogues-control {
    margin-top: 0px;
}
#newProfile #user-favorites-control #user-albums-control .gallery_preview {
    width: 470px;
    height: 260px;
    background: red;
    margin-bottom: 10px;
    overflow: hidden;
    border: 10px solid #f1f1f1;
}
#newProfile #user-favorites-control #user-albums-control .gallery_preview .album_image {
    width: 470px;
    height: 260px;
    position: relative;
}
#newProfile #user-favorites-control #user-albums-control .gallery_preview .album_image .album_info {
    width: 470px;
    height: 60px;
    background: rgba(0,0,0,0.65);
    position: absolute;
    bottom: -60px;
    left: 0px;
    -o-transition: bottom 0.3s ease-in-out;
    -moz-transition: bottom 0.3s ease-in-out;
    -webkit-transition: bottom 0.3s ease-in-out;
    transition: bottom 0.3s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

}
#newProfile #user-favorites-control #user-albums-control .gallery_preview .album_image:hover > .album_info {
    bottom: 0px;
}
#newProfile #user-favorites-control #user-albums-control .gallery_preview .album_image .toolbar {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: none;
    display: none;
}
#newProfile #user-favorites-control #user-albums-control .gallery_preview .album_image:hover .toolbar {
    display: block;
}
#newProfile #user-favorites-control #user-albums-control .gallery_preview .album_image .toolbar a {
    width: 18px;
    height: 18px;
    display: block;
    padding: 0;
    background: url(/img/2014/ico_friends_remove_me.png) no-repeat;
}
#newProfile #user-favorites-control #user-albums-control .gallery_preview .album_image .toolbar a:hover {
    background: url(/img/2014/ico_friends_remove_me_hover.png) no-repeat;
}
#newProfile #user-favorites-control #user-albums-control .gallery_preview .album_image .album_info h3 {
    width: 450px;
    max-width: 450px;
    margin: 10px 10px 0 10px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#newProfile #user-favorites-control #user-albums-control .gallery_preview .album_image .album_info h3 a {
    color: #FFF !important;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
}
#newProfile #user-favorites-control #user-albums-control .gallery_preview .album_image .album_info span.date {
    margin-left: 10px;
    font-family: 'Roboto Slab', serif;
    color: #ffb700;
    font-size: 14px;
}
#newProfile #user-favorites-control #user-hotels-control ul li {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
#newProfile #user-favorites-control #user-hotels-control ul li a.link {
    line-height: 1em;
}
#newProfile #user-favorites-control #user-hotels-control ul li a.link img {
    border: 5px solid #F1F1F1;
    max-width: 200px;
}
#newProfile #user-favorites-control #user-hotels-control ul li .right-block {
    float: right;
    width: 265px;
    height: 160px;
    margin-left: 15px;
    position: relative;
}
#newProfile #user-favorites-control #user-hotels-control ul li .right-block h3 {
    margin: 0;
    max-width: 247px;
}
#newProfile #user-favorites-control #user-hotels-control ul li .right-block h3 a {
    color: #ffbc2b;
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    line-height: 26px;
    max-height: 78px;
}
#newProfile #user-favorites-control #user-hotels-control ul li .right-block .country {
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    margin-top: 0;
}
#newProfile #user-favorites-control #user-hotels-control ul li .right-block .stars {
    width: 265px;
    display: inline-block;
    margin-bottom: 10px;
}
#newProfile #user-favorites-control #user-hotels-control ul li .right-block .reviews {
    display: inline-block;
    width: 265px;
    color: #4A4A4A;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 16px;
}
#newProfile #user-favorites-control #user-hotels-control ul li .right-block .toolbar {
    padding: 0;
    width: 18px;
    height: 18px;
    top: 0px;
    right: 0px;
    display: none;
    position: absolute;
}
#newProfile #user-favorites-control #user-hotels-control ul li:hover > .right-block .toolbar {
    display: block;
}
#newProfile #user-favorites-control #user-hotels-control ul li .right-block .toolbar a {
    width: 18px;
    height: 18px;
    display: block;
    padding: 0;
    background: url(/img/2014/ico_friends_remove_me.png) no-repeat;
}
#newProfile #user-favorites-control #user-hotels-control ul li .right-block .toolbar a:hover {
    background: url(/img/2014/ico_friends_remove_me_hover.png) no-repeat;
}
.article .right.user-col .adv {
    margin: 1em 0 1em 0;
}
.article .right.user-col .adv.square_300 {
    margin: 2em 0 1em 0;
}
#header-wrapper nav ul#top-menu li {
    width: auto !important;
    max-width: 220px;
}
/* TRAVELLERS TAB */
.travellers #subject #image-list-4.travelers h2 {
    background: url(/img/2014/ico_my_friends.png) no-repeat;
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-align: left;
    color: #4A4A4A;
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 18px 0 50px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 5px;
}
.travellers #subject #travellers_grid form fieldset {
    padding: 0;
    height: 50px;
    position: relative;
}
.travellers #subject #travellers_grid div.filter.f12 {
    height: auto !important;
}
.travellers #subject #travellers_grid {
    height: 50px;
}
.travellers #subject #travellers_grid form fieldset > span {
    width: 165px !important;
    height: 40px;
}
.travellers #subject #travellers_grid form fieldset > span.actions {
    width: 100px !important;
    position: absolute;
    top: 55px;
    margin: 0px;
    left: 525px !important;
    text-align: center;
    background: #FFB700 none repeat scroll 0% 0% !important;
    height: 40px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    color: #FFF;
}
.travellers #subject #travellers_grid .filter-container {
    margin-bottom:20px;
}
.travellers #subject #travellers_grid form fieldset > span.span_4 {
    position: absolute;
    top: 55px;
    left: 0px;
    width: 625px !important;
    /*background: url("/img/2014/bg_form_travelogue_new.png") no-repeat;*/
    background: #FFF url("/img/2014/select_arrow.png") no-repeat scroll 81% center;
    border-radius:6px;
}
.travellers #subject #travellers_grid form fieldset > span.span_4 #frmfilterForm_usertype_chzn a span {
    margin-top: 4px;
}
.travellers #subject #travellers_grid form fieldset > span.span_3,
.travellers #subject #travellers_grid form fieldset > span.span_5 {
    width:  305px !important;
    /*background:url(/img/2014/bg_form_travelogue_text2.png);*/
    background: #FFF;
    border-radius:6px;
}
.travellers #subject #travellers_grid form fieldset > span.span_3 {
    position: absolute;
    top: 0px;
    left: 0px;
}
.travellers #subject #travellers_grid form fieldset > span.span_5 {
    position: absolute;
    top: 0px;
    left: 320px;
}
.travellers #subject #travellers_grid form fieldset span.actions input[type=submit] {
    position: relative;
    top: 0;
    left: 0;
    width: 100px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    color:#FFF;
}
.travellers #subject #travellers_grid form fieldset span .chzn-container.chzn-container-single {
   /* background: url("/img/2014/bg_form_travelogue_new.png") no-repeat;*/
    height: 40px;
    width:525px !important;
    top: 0;
}
.travellers #subject #travellers_grid form fieldset span .chzn-container.chzn-container-single .chzn-drop {
    width:517px !important;
}
.travellers #subject #travellers_grid form fieldset span label {
    margin-left: 0;
    color: #cacaca;
    cursor: auto;
    display: none;
}
.travellers #subject #travellers_grid form fieldset span.span_5 input[type=text],
.travellers #subject #travellers_grid form fieldset span.span_3 input[type=text] {
    height: 40px;
    width: 285px;
    border-radius: 0px;
    border: none;
    margin-left: 10px;
    margin-right: 0px;
    padding: 0px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 800;
    color: #979797;
}
.travellers #subject #image-list-4-list ul li {
    width: 604px;
    padding: 0 0 0 0px;
    height: 30px;
    max-height: 30px;
    border-bottom: 1px solid #f2f2f2;
    background: none;
    margin: 0px;
    padding-left: 44px;
    background: url(/img/2014/ico_friend_small.png) no-repeat 1% 20%;
    position: relative;
}
.travellers #subject #image-list-4-list ul li a img {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 30px;
    left: 45px;
}
.travellers #subject #image-list-4-list ul li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}
.travellers #subject #image-list-4-list ul li a:hover + a img {
    display: block;
}
.travellers #subject #image-list-4-list ul li a:hover {
    text-decoration: none;
    color: #ffb700;
    font-weight: 600;
}
.travellers_last_added h2.travellers_added_title.travelers {
    background: url(/img/2014/ico_my_friends.png) no-repeat;
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-align: left;
    color: #4A4A4A;
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 18px 0 50px;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    margin-top: 5px;
}
.travellers_last_added #image-list-lastAddTravelogues,
.travellers_last_added #image-list-lastAddPhotoalbums {
    display: block !important;
}
.travellers_last_added h4 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #4A4A4A;
    height: 30px;
    line-height: 30px;
    background: url(/img/2014/user_title_bg.png);
    padding-left: 10px;
}
#travellers_grid .user_list_search_result {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #CBCBCB;
}

#subject.subject .travellers_last_added .travelers.box {
    margin: 0;
    padding: 0;
    background: none;
}
#subject.subject .travellers_last_added .travelers ul li.lft {
    width: 164px;
    padding: 0 0 0 0px;
    height: 30px;
    max-height: 30px;
    border-bottom: 1px solid #f2f2f2;
    background: none;
    margin: 0px;
    padding-left: 44px;
    background: url(/img/2014/ico_friend_small.png) no-repeat 1% 20%;
    position: relative;
}
#subject.subject .travellers_last_added .travelers ul li.lft a img {
    display: none;
    position: absolute;
    top: 30px;
    left: 45px;
    z-index: 1000;
}
#subject.subject .travellers_last_added .travelers ul li.lft a:hover + a img {
    display: block;
}
#subject.subject .travellers_last_added .travelers ul li.lft a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}
#subject.subject .travellers_last_added .travelers ul li.lft a:hover {
    text-decoration: none;
    color: #ffb700;
    font-weight: 600;
}
.users-which {
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
}
.users-which td {
    width: 33%;
}
.users-which h4 {
    font-size: 1em;
}
.userGaleries {
    display: block;
    position: relative;
    width: 657px;
    height: 288px;
    margin-bottom: 20px;
}
.userGaleries ul li {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.userGaleries ul li:nth-child(2) {
    left: 252px;
    top: 0;
}
.userGaleries ul li:nth-child(3) {
    left: 252px;
    top: 81px;
}
.userGaleries ul li:nth-child(4) {
    left: 252px;
    top: 162px;
}
.userGaleries ul li:nth-child(5) {
    left: 360px;
    top: 0;
}
.userGaleries ul li:nth-child(6) {
    left: 360px;
    top: 162px;
}
.userGaleries ul li:nth-child(7) {
    left: 522px;
    top: 0;
}
.userGaleries ul li:nth-child(8) {
    left: 522px;
    top: 81px;
}
.userGaleries ul li:nth-child(9) {
    left: 594px;
    top: 0;
}
.userGaleries ul li:nth-child(10) {
    left: 594px;
    top: 81px;
}
.userGaleries ul li:nth-child(11) {
    left: 522px;
    top: 162px;
}
/* WEATHER */
..chzn-container-single { top: 0; }
.weather_default .wrapper h1.main_weather_title {
    background: url(/img/2014/ico_weather.png) no-repeat;
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-align: left;
    color: #4A4A4A;
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: bold;
    min-height: 40px;
    line-height: 40px;
    padding: 0 18px 0 55px;
    text-transform: uppercase;
}
.weather_default .wrapper p.weather_title_text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 20px;
}
.article #subject .weather_default .wrapper {
    padding: 0;
    margin-top: 20px;
}
.weather_default h3.weather {
    background: url(/img/2014/ico_weather.png) no-repeat;
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-align: left;
    color: #4A4A4A;
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: bold;
    min-height: 40px;
    line-height: 40px;
    padding: 0 18px 0 55px;
    text-transform: uppercase;
}
.weather #subject .weather_default .items {
    background: none;
}
.weather #subject .weather_default .items .item {
    padding: 0;
    width: 315px;
}
.weather #subject .weather_default .items .item.even {
    background: none;
padding-top: 0;
}
.weather #subject .weather_default .items .item span.countryName {
background: none;
text-indent: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.weather #subject .weather_default .items .item span.countryName a {
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
font-weight: 800;
color: #4A4A4A;
font-size: 1em;
}
.weather #subject .weather_default .items .item span.status a {
font-size: 1.2em;
}
.weather #subject .weather_default .items .item span.status {
font-family: 'Roboto Slab', serif;
color: #4072a1;
font-weight: 800;
font-size: 1.4em;
}
#subject .weather_detail h1.weather {
background: url(/img/2014/ico_weather.png) no-repeat;
border-top: 1px solid #f3f3f3 !important;
border-bottom: 1px solid #f3f3f3 !important;
text-align: left;
color: #4A4A4A;
font-family: "Roboto Slab",serif;
font-size: 26px;
font-weight: bold;
height: 40px;
line-height: 40px;
padding: 0 18px 0 55px;
text-transform: uppercase;
margin-top: 20px;
}
#subject .weather_detail .wrapper {
padding-top: 0;
}
#subject .weather_detail .wrapper p {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color: #4A4A4A;
font-size: 14px;
line-height: 20px;
margin: 0;
}
#subject .weather_detail .wrapper h4 {
font-family: 'Open Sans', sans-serif;
font-weight: 800;
color: #4A4A4A;
font-size: 18px;
text-transform: uppercase;
}
#subject .weather_detail table.stats {
border-collapse: collapse;
margin-left: 0;
}
#subject .weather_detail table.stats tr.first_row {
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
font-weight: 800;
height: 30px;
line-height: 30px;
background: url(/img/2014/user_title_bg.png);
}
#subject .weather_detail table.stats tr.first_row th {
background: none;
color: #4A4A4A;
}
#subject .weather_detail table.stats tr th {
padding-bottom: 0;
}
#subject .weather_detail table.stats tr td.title {
font-family: 'Open Sans', sans-serif;
font-weight: 800;
text-transform: uppercase;
color:#4A4A4A;
}
#subject .weather_detail table.stats tr td.temp span.temp {
background: none;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
}
#subject .weather_detail .hypertext {
top: 0;
}
#subject .weather_detail .conditions {
padding-left: 10px;
margin-bottom: 10px;
}
#subject .weather_detail .conditions .col {
width: 190px;
height: 140px;
padding: 10px;
}
#subject .weather_detail .conditions .col.temperature {
height: 140px;
}
#subject .weather_detail .conditions .col.sun .box,
#subject .weather_detail .conditions .col.wind .box,
#subject .weather_detail .conditions .col.temperature .box {
margin: 0px;
width: 190px;
height: 65px;
}
#subject .weather_detail .conditions .col.wind .box.second,
#subject .weather_detail .conditions .col.temperature .box.second {
margin-top: 10px;
}
#subject .weather_detail .conditions .col.wind .box .left_side {
width: 100px;
height: 65px;
float: left;
}
#subject .weather_detail .conditions .col.temperature .box .left_side {
width: 120px;
height: 65px;
float: left;
}
#subject .weather_detail .conditions .col.wind .box .right_side {
width: 90px !important;
height: 50px !important;
padding-top: 15px !important;
}
#subject .weather_detail .conditions .col.wind .box .right_side,
#subject .weather_detail .conditions .col.temperature .box .right_side {
width: 70px;
height: 55px;
padding-top: 10px;
float: right;
}
#subject .weather_detail .conditions .col.wind .box .right_side span,
#subject .weather_detail .conditions .col.temperature .box .right_side span {
width: 100%;
display: inline-block;
}
#subject .weather_detail .conditions .col.wind .box .right_side span.top,
#subject .weather_detail .conditions .col.temperature .box .right_side span.top {
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
font-size: 18px;
font-weight: 100;
}
#subject .weather_detail .conditions .col.wind .box .right_side span.bottom.small {
font-size: 18px;
word-break: break-all;
}
#subject .weather_detail .conditions .col.wind .box .right_side span.bottom,
#subject .weather_detail .conditions .col.temperature .box .right_side span.bottom {
font-family: 'Roboto Slab', serif;
color: #4072a1;
font-size: 28px;
}
#subject .weather_detail .conditions .col.wind .box .right_side span.bottom span,
#subject .weather_detail .conditions .col.temperature .box .right_side span.bottom span {
color: #4A4A4A;
font-size: 18px;
width: 20px;
line-height: 20px;
vertical-align: top;
font-weight: 100;
}
#subject .weather_detail .conditions .col.wind .box .left_side.day {
background: url(/img/2014/mr_windu.png) no-repeat;
background-position: 50% 0%;
}
#subject .weather_detail .conditions .col.temperature .box .left_side.day {
background: url(/img/2014/weather_day.png) no-repeat;
}
#subject .weather_detail .conditions .col.wind .box .left_side.night {
background: url(/img/2014/wind_direction.png) no-repeat;
background-position: 50% 0%;
}
#subject .weather_detail .conditions .col.temperature .box .left_side.night {
background: url(/img/2014/weather_night.png) no-repeat;
}
#subject .weather_detail .conditions .col.sun .box .left_side {
width: 80px;
height: 65px;
float: left;
}
#subject .weather_detail .conditions .col.sun .box.second {
margin-top: 10px;
}
#subject .weather_detail .conditions .col.sun .box .left_side.day {
background: url(/img/2014/sun_up.png) no-repeat;
}
#subject .weather_detail .conditions .col.sun .box .left_side.night {
background: url(/img/2014/sun_down.png) no-repeat;
background-position: 0% 50%;
}
#subject .weather_detail .conditions .col.sun .box .right_side {
width: 100px;
height: 65px;
float: right;
text-align: left;
padding-left: 10px;
}
#subject .weather_detail .conditions .col.sun .box .right_side span.bottom {
line-height: 65px;
font-family: 'Roboto Slab', serif;
color: #4A4A4A;
font-weight: 100;
font-size: 24px;
}
.destinationHeader .wrapper.cols h1.countryTitle {
max-width: 750px !important;
width: auto;
position: relative;
top: 0;
left: 0;
float: left;
padding-right: 20px;
}
.weather_default h1.weather {
background: url(/img/2014/ico_weather.png) no-repeat;
border-top: 1px solid #f3f3f3 !important;
border-bottom: 1px solid #f3f3f3 !important;
text-align: left;
color: #CBCBCB;
font-family: "Roboto Slab",serif;
font-size: 26px;
font-weight: bold;
line-height: 40px;
padding: 0 18px 0 55px;
text-transform: uppercase;
margin-top: 20px;
margin-bottom: 0;
}
.weather_detail .more_weather .topStuff .col.left {
width: 100%;
}
#subject .weather_detail .more_weather .topStuff .col.left ul.discussions_list li {
padding: 0;
height: 30px;
padding-top: 5px;
}
.weather_detail .more_weather .topStuff .col.left h2 {
background-position: -98px -110px;
margin-bottom: 0px;
text-align: left;
padding: 0 18px 0 60px;
}
.weather_detail .more_weather .topStuff .col.left ul.discussions_list li strong.left {
width: 24px;
height: 24px;
margin-top: 0px;
background: url(/img/2014/ico_small_disc.png) no-repeat 0% 0%;
}
.weather_detail .more_weather .topStuff .col.left ul.discussions_list li .discussion_title {
padding-top: 4px;
width: 345px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.weather_detail .more_weather .topStuff .col.left ul.discussions_list li .discussion_title a {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color: #4A4A4A;
}
.weather_detail .more_weather .topStuff .col.left ul.discussions_list li .discussion_title a:hover {
text-decoration: none;
font-weight: 800;
color: #ffbc2b;
}
.weather_detail .more_weather .topStuff .col.left ul.discussions_list li span.colContrib {
width: 65px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-transform: uppercase;
padding-top: 0px;
color: #72d3fe;
font-weight: 800;
text-align: left;
border-left: 1px solid #d1d1d1;
padding-left: 6px;
display: inline-block;
margin-top: 4px;
}
.weather_detail .more_weather .topStuff .col.right a.more,
.weather_detail .more_weather .topStuff .col.left a.more {
background: none;
width: auto;
padding-right: 0px;
text-transform: uppercase;
color: #4A4A4A;
}
.weather_detail .more_weather .topStuff .col.right h2.hotels {
border-top: 1px solid #f3f3f3 !important;
border-bottom: 1px solid #f3f3f3 !important;
text-align: left;
color: #4A4A4A;
font-family: "Roboto Slab",serif;
font-size: 26px;
font-weight: bold;
height: 40px;
line-height: 40px;
padding: 0 18px 0 50px;
text-transform: uppercase;
margin-bottom: 10px;
background: url(/img/2014/ico_hotel.png) no-repeat;
}
.weather_detail .more_weather .topStuff .col.right ul.topHotels li:last-child {
display: none;
}
.weather_detail .more_weather .topStuff .col.right ul.topHotels {
width: 650px;
}
.weather_detail .more_weather .topStuff .col.right ul.topHotels li {
width: 315px;
padding-top: 0 !important;
float: left;
}
.weather_detail .more_weather .topStuff .col.right ul.topHotels li a img {
margin-right: 0px;
margin-bottom: 5px;
width: 305px;
height: 229px;
}
.weather_detail .more_weather .topStuff .col.right ul.topHotels li .star_rating {
width: 100%;
}
/* FLASH MESSAGES */
div.flashMsg {
width: 100%;
position: relative;
padding: 0;
margin: 0;
z-index: 9999;
height: 40px;
background: rgba(0,0,0,0.65);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
div.flashMsg a.close_anchor {
position: absolute;
color: #FFF;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
text-transform: uppercase;
padding: 10px;
right: 0px;
top: 0px;
background: url(/img/2014/back_cross_white.png) no-repeat 0px 12px;
padding-left: 20px;
font-weight: 800;
}
div.flashMsg.error div.wrap,
div.flashMsg div.wrap {
background: none;
text-align: center;
border: none;
padding: 0;
display: inline-block;
width: 100%;
height: 40px;
line-height: 40px;
color: #FFF;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
text-transform: uppercase;
}
div.flashMsg div.wrap > a {
color: #FFF;
text-decoration: underline;
}
/* ARTICLE */
#subject .article_text.left {
width: 650px;
}
#subject .article_text p {
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
font-weight: 100;
font-size: 14px;
line-height: 20px;
}
#subject .article_text h4,
#subject .article_text h2,
#subject .article_text h3 {
border: 0 none !important;
color: #CBCBCB;
font-family: "Roboto Slab",serif;
font-size: 26px;
font-weight: bold;
line-height: 40px;
padding: 0 18px 0 0px;
text-transform: uppercase;
border-top: 1px solid #f3f3f3 !important;
border-bottom: 1px solid #f3f3f3 !important;
text-align: left;
margin-left: 20px;
margin-right: 20px;
}
#subject .fiki_wrapper .article_text h2,
#subject .fiki_wrapper .article_text h3 {
color: #00b3fc;
}
#subject .article_text h2 {
height: auto;
background: none;
}
#subject .article_text ul {
margin-left: 20px;
margin-right: 20px;
color: #0F7CB6;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
}
#subject .article_text .imgItem .imgCase {
text-align: center;
}
#subject .article_text .imgItem .imgDescription {
text-align: center;
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
font-size: 12px;
}
#subject .article_text .imgItem .imgCase img {
max-width: 100%;
}
.bottom_ads.article_bottom_ads .article_context_ad {
width: 650px;
text-align: center;
float: left;
}
#content .bottom_ads.article_bottom_ads {
}
.bottom_ads.article_bottom_ads .right_ads {
float: right;
width: 300px;
}
.bottom_ads.article_bottom_ads .right_ads .adv {
margin-top: 15px;
}
/* ARTICLE FIX */
.envelope #subject .article_text.article {
max-width: 100%;
}
#subject.subject .fiki_newest_album {
width: 100%;
float: left;
}
.article .col.right.user-col .adv {
float: right;
margin: 0.9em 0 2em 0;
}
.right .adv {
    margin: 0.9em 0 2em 0;
    }
/* FIKI USER EDIT */
.alone.addForm .mainEditForm .editFikiArticle form h2 {
border: 0 none !important;
color: #ffbc2b;
font-family: "Roboto Slab",serif;
font-size: 26px;
font-weight: bold;
height: 40px;
line-height: 40px;
border-top: 1px solid #f3f3f3 !important;
border-bottom: 1px solid #f3f3f3 !important;
text-align: left;
background: none;
margin: 0;
float: left;
width: 100%;
padding: 0;
font-size: 32px;
margin-top: 15px;
}
.alone.addForm .mainEditForm .editFikiArticle form a.back {
position: absolute;
top: 15px;
right: 0px;
background: none;
color: #CFCFCF;
text-transform: uppercase;
padding: 0;
margin: 0;
height: auto;
font-family: 'Open Sans', sans-serif;
font-weight: 800;
line-height: 42px;
font-size: 16px;
background: url(/img/2014/back_cross.png) no-repeat 0% 50%;
padding-left: 20px;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset {
padding: 0;
margin: 0;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset table input[type=text] {
border-radius: 6px;
border: 0px solid #bcbcbc;
box-shadow: none;
padding: 0 10px;
line-height: 35px;
height:35px;
width:280px;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset table .chzn-search input[type=text] {
    border-radius: 0;
    border:1px solid #4a4a4a;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset table textarea {
border-radius: 6px;
border: 0px solid #bcbcbc;
box-shadow: none;
padding: 5px;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset table tr.required th {
text-align: left;
vertical-align: top;
padding-left: 0px !important;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset table label {
color: #4A4A4A;
font-weight: 800;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 100;
font-size: 13px;
line-height: 30px;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset table label span.required {
color: #ff0000;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset table #markItUpTextContent ul li:first-child {
padding: 10px 10px 0 0;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset table #markItUpTextContent ul li.markItUpSeparator {
display: none;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset table #markItUpTextContent ul li.markItUpButton3 a {
width: 16px;
height: 16px;
display: block;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset table #markItUpTextContent ul li.markItUpButton4 a {
width: 16px;
height: 16px;
display: block;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset.buttons input[type=submit][name=save] {
margin-left: 150px;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset.buttons input[type=submit] {
text-shadow: none;
border-radius: 0;
background: #ddd;
font-family: 'Open Sans', sans-serif;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset.buttons input[type=submit]:hover {
background: #ffbc2b;
}
.alone.addForm .mainEditForm #fiki-form .wikiHelp {
top: 92px;
right: 20px;
width: auto !important;
height: auto !important;
background: none;
text-indent: 0;
line-height: 16px;
background: url(/img/2014/otaznik.png) no-repeat;
padding-left: 20px;
}
.alone.addForm .mainEditForm #fiki-form .wikiHelp strong {
color: #ffbc2b;
font-family: 'Roboto Slab', serif;
}
#content div.breadcrumbs span.with_border > span[itemprop=title] {
font-size: 13px;
color: #00b3fc;
}
#content div.breadcrumbs span span,
#content div.breadcrumbs span.with_border span {
font-family: 'Open Sans', sans-serif;
color: #4a4a4a;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset.edit td div.chzn-container.chzn-container-single {
width: 300px !important;
height: 18px;
background: #FFF url("/img/2014/select_arrow.png") no-repeat scroll 95% center;
position: relative;
border-radius: 6px;
line-height: 35px;
height:35px;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset.edit td div.chzn-container.chzn-container-single .chzn-drop {
    width:292px !important;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset.edit td div.chzn-container.chzn-container-single a {
position: absolute;
top: 0px;
left: 5px;
height: 35px;
line-height: 35px;
width: 300px !important;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset.edit td div.chzn-container.chzn-container-single a span {
font-weight: 100;
color: #4A4A4A;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset.edit td a {
color: #4A4A4A;
font-family: 'Open Sans', sans-serif;
}
.alone.addForm .mainEditForm .editFikiArticle form fieldset.edit {
float: left;
margin-top: 20px;
background: #EFEFEF;
border-radius: 6px;
padding: 10px;
padding-bottom: 30px;
}
.alone.addForm .mainEditForm #fiki-form #markItUpTextContent .markItUpHeader ul li.markItUpButton.markItUpButton1 {
    padding-top: 0 !important;
}
/* ADD DISCUSSION */
#add_discussion_form form h2 {
border: 0 none !important;
color: #ffbc2b;
font-family: "Roboto Slab",serif;
font-size: 26px;
font-weight: bold;
height: 40px;
line-height: 40px;
border-top: 1px solid #f3f3f3 !important;
border-bottom: 1px solid #f3f3f3 !important;
text-align: left;
background: none;
margin: 0;
float: left;
width: 100%;
padding: 0;
font-size: 32px;
margin-top: 15px;
}
#add_discussion_form form a.back {
position: absolute;
top: 15px;
right: 0px;
background: none;
color: #CFCFCF;
text-transform: uppercase;
padding: 0;
margin: 0;
height: auto;
font-family: 'Open Sans', sans-serif;
font-weight: 800;
line-height: 42px;
font-size: 16px;
background: url(/img/2014/back_cross.png) no-repeat 0% 50%;
padding-left: 20px;
}
#add_discussion_form form fieldset table.form tr td label,
#add_discussion_form form fieldset table.form tr th label {
color: #787878;
font-weight: 800;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 30px;
}
#add_discussion_form form fieldset table.form tr th {
text-align: left;
vertical-align: top;
padding-left: 0px !important;
font-family: 'Open Sans', sans-serif;
font-weight: 400 !important;
font-size: 13px;
width:200px;
}
#add_discussion_form form fieldset table.form tr input[type=text] {
border-radius: 6px;
border: 0px solid #bcbcbc;
box-shadow: none;
font-weight: 100;
padding: 0 10px;
height: 35px;
line-height: 35px;
width:97%;
}
#add_discussion_form form fieldset table.form tr .chzn-search input[type=text]  {
    border:1px solid #bcbcbc;
    border-radius: 0px;
}
#add_discussion_form form fieldset table.form tr .chzn-drop  {
    width:210px !important;
}
#add_discussion_form form fieldset table.form tr input[type=text][name=search] {
margin-right: 20px;
}
#add_discussion_form form fieldset table.form tr input[type=text]:focus {
border-color: #bcbcbc;
box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
background: #FFF;
color: #000;
}
#add_discussion_form form fieldset table.form tr textarea {
border-radius: 6px;
border: 0px solid #bcbcbc;
box-shadow: none;
padding: 5px;
width:98%;
}
#add_discussion_form form fieldset table.form tr td span.help {
font-family: 'Open Sans', sans-serif;
display: block;
margin-top: 15px;
}
#add_discussion_form form fieldset table.form tr td div.help p {
margin-left: 0;
padding-left: 0;
font-family: 'Open Sans', sans-serif;
}
#add_discussion_form form fieldset.buttons td.save input[type=submit] {
text-shadow: none;
border-radius: 0;
background: #4A4A4A;
font-family: 'Open Sans', sans-serif;
display: block;
margin: 0px auto;
margin-bottom: 50px;
margin-top: 20px;
}
#add_discussion_form form fieldset.buttons td input[type=submit]:hover {
background: #ffbc2b;
}
#add_discussion_form form fieldset table.form tr td .chzn-container.chzn-container-single {
width: 218px !important;
height: 18px;
background: #FFF url("/img/2014/select_arrow.png") no-repeat scroll 95% center;
position: relative;
border-radius: 6px;
line-height: 35px;
height:35px;
}
#add_discussion_form form fieldset table.form tr td .chzn-container.chzn-container-single a {
position: absolute;
top: 0px;
left: 5px;
height: 35px;
line-height: 35px;
width: 170px;
padding-right: 37px;
}
#add_discussion_form form fieldset table.form tr td .chzn-container.chzn-container-single a span {
font-weight: 100;
color: #4A4A4A;
}
#add_discussion_form form fieldset table.form tr td.help_td_div_holder {
padding-top: 0;
}
#add_discussion_form form fieldset table.form tr td.help_td_div_holder div.help p.no_padd {
margin-top: 0;
}
#add_discussion_form form fieldset table.form tr.gps_map td {
padding-top: 0;
padding-left: 0;
}
#rss-separator .rss-prolink {
display: block;
width: 30px;
height: 30px;
margin: 0px auto;
}
#add_discussion_form form fieldset table.form tr th.form_info {
padding-left: 10px !important;
text-align: center;
}
#add_discussion_form form fieldset table.form tr td a {
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 100;
}
#add_travelogue {
position: relative;
}
#add_travelogue .newFormTitle {
padding: 0;
}
#add_travelogue .newFormTitle h1,
#add_new_vacation h1{
border: 0 none !important;
color: #ffbc2b;
font-family: "Roboto Slab",serif;
font-size: 26px;
font-weight: bold;
height: 40px;
line-height: 40px;
border-top: 1px solid #f3f3f3 !important;
border-bottom: 1px solid #f3f3f3 !important;
text-align: left;
background: none;
margin: 0;
width: 100%;
padding: 0;
font-size: 32px;
margin-top: 15px;
}
#add_travelogue .addTravelogueWrapper form a.back {
top: 13px;
right: 0px;
position: absolute;
background: none;
color: #CFCFCF;
text-transform: uppercase;
padding: 0;
margin: 0;
height: auto;
font-family: 'Open Sans', sans-serif;
font-weight: 800;
line-height: 16px;
font-size: 16px;
background: url(/img/2014/back_cross.png) no-repeat 0% 50%;
padding-left: 20px;
}
#add_travelogue #hotelAddReviewSteps {
display: none;
}
#add_travelogue .addTravelogueWrapper form h2.travelogue {
padding-left: 0;
background: none;
}
#add_travelogue .addTravelogueWrapper form fieldset {
padding: 0;
margin: 0;
}
#add_travelogue .addTravelogueWrapper form fieldset th,
#add_travelogue .addTravelogueWrapper form fieldset label,
#add_new_vacation fieldset.vacation td label {
color: #4A4A4A;
font-weight: 800;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 100;
font-size: 13px;
width:230px;
text-align: right;
}
#add_new_vacation fieldset.vacation td{
    width: 35px !important;
    vertical-align: top;
    color: #4A4A4A;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 100;
    font-size: 13px;
}
#add_travelogue .addTravelogueWrapper form fieldset label span.required {
color: #ff0000;
}
#add_travelogue .addTravelogueWrapper form fieldset th {
text-align: left;
vertical-align: top;
padding-left: 0px !important;
}
#add_travelogue .addTravelogueWrapper form fieldset td input[type=text],
#add_new_vacation fieldset.vacation td input[type="text"] {
border-radius: 4px;
border: 0px solid #bcbcbc;
box-shadow: none;
padding: 0 5px;
color: #000;
font-weight: 100;
line-height: 35px;
height:35px;
}
#add_travelogue .addTravelogueWrapper form fieldset td .ui-widget-header input[type=text] {
    border-radius: 4px;
    border: 0px solid #bcbcbc;
    box-shadow: none;
    padding: 0 5px;
    color: #000;
    font-weight: 100;
   line-height: 18px;
    height:18px;
}
#add_travelogue .addTravelogueWrapper form fieldset td input[type=text]:focus {
background: #FFF;
}
#add_travelogue .addTravelogueWrapper form fieldset td textarea,
#add_new_vacation fieldset.vacation td textarea {
border-radius: 6px;
border: 0px solid #bcbcbc;
box-shadow: none;
padding-left: 0;
padding-right: 0;
padding-top: 5px;
max-width: 750px;
}
#add_travelogue .addTravelogueWrapper form div.step-2 {
display: block !important;
visibility: visible !important;
}
#add_travelogue .addTravelogueWrapper form div.step-2 fieldset.travelogue tr td {
padding: 0;
}
#add_travelogue .addTravelogueWrapper form div.step-2 fieldset.travelogue tr th {
padding-right: 0;
width:195px;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue tr div.chzn-container.chzn-container-single,
#add_new_vacation fieldset.vacation .chzn-container-single .chzn-single {
width: 300px !important;
background: #FFF url("/img/2014/select_arrow.png") no-repeat scroll 95% center;
position: relative;
border-radius: 6px;
line-height: 35px;
height:35px;
margin-top:-10px;
margin-bottom:10px;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue tr div.chzn-container.chzn-container-single a.chzn-single,
#add_new_vacation fieldset.vacation .chzn-container-single a.chzn-single {
position: absolute;
top: 0px;
left: 5px;
height: 35px;
line-height: 35px;
width: 250px !important;
padding-right: 37px;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 100;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue small {
font-family: 'Open Sans', sans-serif;
line-height: 16px;
color: #000;
background: url(/img/2014/otaznik.png) no-repeat;
background-position: 0% 50%;
}
#add_travelogue .addTravelogueWrapper form fieldset.buttons input[type=button] {
display: none !important;
}
#add_travelogue .addTravelogueWrapper form fieldset.buttons input[type=submit] {
text-shadow: none;
border-radius: 0;
background: #4A4A4A;
font-family: 'Open Sans', sans-serif;
margin-left: 400px;
display: block !important;
visibility: visible !important;
}
#add_new_vacation .button {
text-shadow: none;
border-radius: 0;
background: #4A4A4A;
font-family: 'Open Sans', sans-serif;
margin-left: 405px;
display: block !important;
visibility: visible !important;
}
#add_travelogue .addTravelogueWrapper form fieldset.buttons input[type=submit]:hover,
#add_new_vacation .button:hover {
background: #ffbc2b;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue tr td {
padding-left: 0;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue tr td div.box.map {
margin-left: 0;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue div.markItUpContainer ul li a {
width: 16px;
height: 16px;
display: block;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue div.markItUpContainer ul li.markItUpSeparator {
display: none;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue div.markItUpContainer ul li.markItUpButton1 {
padding-top: 10px;
}
#add_travelogue .addTravelogueWrapper form h2.gallery,
#add_travelogue .addTravelogueWrapper form h2.travelogue {
display: none;
}
#add_travelogue .addTravelogueWrapper form fieldset.gallery {
border: none;
}
#add_travelogue .addTravelogueWrapper form fieldset.gallery th {
padding-right: 0;
}
#add_travelogue .addTravelogueWrapper form fieldset.gallery td {
padding-left: 0;
}
#add_travelogue .addTravelogueWrapper form fieldset.gallery td select {
border-radius: 4px;
border: 1px solid #bcbcbc;
box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
padding-left: 0;
padding-right: 0;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue div.ui-multiselect {
margin-bottom: 5px;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue div.ui-multiselect div.actions {
width: 365px;
background: #CFCFCF;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue td a.reset {
font-family: 'Open Sans', sans-serif;
color: #000;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue tr td div.box.map div.gm-style-iw {
font-family: 'Open Sans', sans-serif;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue tr td div.box.map div.gm-style-iw td span {
display: block;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue tr td div.box.map div.gm-style-iw th {
padding-left: 5px !important;
background: none;
border: solid 1px #CCC;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue tr td div.box.map div.gm-style-iw td {
background: none;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue table.gps-marks td.del {
width: 120px;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue table.gps-marks td.del a {
font-family: 'Open Sans', sans-serif;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue table.gps-marks td.name {
max-width: 280px;
padding-right: 0;
width: 420px;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue table.gps-marks td.name p {
width: 300px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-left: 0;
margin-left: 0;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue table.gps-marks td.name p a {
font-family: 'Open Sans', sans-serif;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue table.gps-marks td.marks label {
margin-right: 10px;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue table.gps-marks td.marks input[type=text] {
margin-right: 10px;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue table.gps-marks th {
color: #4A4A4A;
font-weight: 800;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
font-size: 13px;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue table.gps-marks td {
padding-top: 0;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue tr td div.box.map #gpsNavigationPanel {
background: #CFCFCF;
opacity: 1;
border-radius: 0;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue tr td div.box.map #gpsNavigationPanel span.to span a,
#add_travelogue .addTravelogueWrapper form fieldset.travelogue tr td div.box.map #gpsNavigationPanel span.to span {
border: none;
font-family: 'Open Sans', sans-serif;
}
#travelagency-wrapper div.alone.addForm h2 {
    border: 0 none !important;
    color: #ffbc2b;
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-align: left;
    background: none;
    margin: 0;
    width: 100%;
    padding: 0;
    font-size: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#frm-editForm a.back {
    /*top: 40px !important;*/
}
#travelagency-wrapper div.alone.addForm a.back {
position: absolute;
top: 13px;
right: 0px;
background: none;
color: #CFCFCF;
text-transform: uppercase;
padding: 0;
margin: 0;
height: auto;
font-family: 'Open Sans', sans-serif;
font-weight: 800;
line-height: 16px;
font-size: 16px;
background: url(/img/2014/back_cross.png) no-repeat 0% 50%;
padding-left: 20px;
}
#travelagency-wrapper div.alone.addForm a.button {
text-shadow: none;
border-radius: 0;
background: #4A4A4A;
font-family: 'Open Sans', sans-serif;
}
#travelagency-wrapper div.alone.addForm a.button:hover {
background: #ffbc2b;
text-decoration: none;
}
#travelagency-wrapper div.alone.addForm fieldset h3 {
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
}
#travelagency-wrapper div.alone.addForm fieldset h3 span.all_ok {
display: none;
}
#travelagency-wrapper #add_hotel form a.back {
top: 13px;
}
#travelagency-wrapper #add_hotel form input[type=submit] {
text-shadow: none;
border-radius: 0;
background: #4A4A4A;
font-family: 'Open Sans', sans-serif;
}
#travelagency-wrapper #add_hotel form input[type=submit]:hover {
background: #ffbc2b;
}
#travelagency-wrapper #add_hotel fieldset.hotel label {
color: #4A4A4A;
font-weight: 800;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
font-size: 13px;
}
#travelagency-wrapper #add_hotel fieldset.hotel input[type=text] {
border-radius: 4px;
border: 0px solid #bcbcbc;
box-shadow: none;
font-weight: 100;
padding: 0 10px;
height: auto;
width: 580px;
line-height: 35px;
height:35px;
}
#travelagency-wrapper #add_hotel fieldset.hotel textarea {
border-radius: 4px;
border: 0px solid #bcbcbc;
box-shadow: none;
padding: 5px;
max-width: 600px;
width: 600px !important;
}
#travelagency-wrapper #add_hotel fieldset.hotel div.textarea-wrapper {
border: none;
padding: 0;
}
#travelagency-wrapper #add_hotel fieldset.hotel .edit-map  {
    width: 200px;
    margin-top: 0;
    height: 31px;
    /*float: none;*/
    float: left;
    padding-left:215px;
}
#travelagency-wrapper #add_hotel fieldset.hotel .edit-map label  {
    text-align: left;
}
#travelagency-wrapper #add_hotel fieldset.hotel .edit-map .mapBtn {
text-shadow: none;
border-radius: 0;
background: #4A4A4A;
font-family: 'Open Sans', sans-serif;
width: 165px;
height: 31px;
/*top: 0px;*/
top: 30px;
padding-left: 0;
}
#travelagency-wrapper #add_hotel fieldset.hotel .edit-map .mapBtn span.postOpener,
#travelagency-wrapper #add_hotel fieldset.hotel .edit-map .mapBtn span.preOpener {
display: none;
}
#travelagency-wrapper #add_hotel fieldset.hotel .edit-map .mapBtn a {
height: 31px;
width: 165px;
padding: 0;
margin: 0;
display: inline-block;
line-height: 31px;
text-align: center;
text-shadow: none;
font-size: 15px;
color: #FFF;
}
#travelagency-wrapper #add_hotel fieldset.hotel .edit-map label,
#travelagency-wrapper #add_hotel fieldset.hotel .edit-gallery label {display:none;}
#travelagency-wrapper #add_hotel fieldset.hotel .edit-map .mapBtn:hover {
background: #ffbc2b;
}
#travelagency-wrapper #add_hotel fieldset.hotel .edit-map .mapBtn:hover a {
text-decoration: none;
}
#travelagency-wrapper #add_hotel fieldset.hotel .edit-gallery {
    margin-top: 0;
    height: auto;
    /*float: none;*/
    float: right;
    min-height:150px;
}
#travelagency-wrapper #add_hotel fieldset.hotel .edit-gallery #images-control {
text-shadow: none;
border-radius: 0;
font-family: 'Open Sans', sans-serif;
width: 165px;
height: 31px;
/*top: 0px;*/
top: 30px;
left: 10px;
}
#travelagency-wrapper #add_hotel fieldset.hotel .edit-gallery #images-control:hover a.unused {
text-decoration: none;
}
#travelagency-wrapper #add_hotel fieldset.hotel .edit-gallery #images-control #images-previews {
width: 200px;
height: 31px;
margin: 0;
padding: 0;
color: #fff;
/*background: #fff;*/
}
#travelagency-wrapper #add_hotel fieldset.hotel .edit-gallery #images-control a.btn-blue {
    background: #4A4A4A;
    border: 0px !important;
    border-radius: 0px !important;
    text-shadow: none !important;
    text-transform: uppercase;
}
#travelagency-wrapper #add_hotel fieldset.hotel .edit-gallery #images-control a.btn-blue:hover {
    background: #ffbc2b;
    text-decoration: none;
}
fieldset#newform.hotel .edit-gallery #images-control input[name="Filedata"]{
    position: absolute;
    top: 0px;
    left: 0px;
}
#travelagency-wrapper #add_hotel fieldset.hotel .edit-gallery #images-control a.unused {
background: none;
width: 165px;
height: 31px;
padding: 0;
margin: 0;
top: -8px;
right: 0;
text-align: center;
line-height: 31px;
font-size: 15px;
text-shadow: none;
color: #fff;
background: #4A4A4A;
}
#travelagency-wrapper #add_hotel fieldset.hotel .edit-gallery #images-control a.unused:hover {
    background: #ffbc2b;
}
#travelagency-wrapper #add_hotel fieldset span.form-tip-l {
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
font-weight: 100;
font-size: 12px;
}
#travelagency-wrapper #add_hotel fieldset select {
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
}
/* for tablets hide this */
#travelagency-wrapper #add_hotel fieldset.hotel .edit-gallery input[type=file],
#travelagency-wrapper #add_hotel fieldset.hotel .edit-gallery input {
border: 0px !important;
background-color: #fff;
border-radius:  0px;
box-shadow: none !important;
width: 180px;
height: 30px;
color: #fff;
opacity: 1;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm .edit-gallery input[type=file]{
border: 0px!important;
background-color: #fff;
border-radius:  0px;
box-shadow: none !important;
width: 180px;
height: 30px;
opacity: 1;
}
#travelagency-wrapper  form fieldset#newForm.hotelReview .edit-gallery input[type=file]{
border: 0px !important;
background-color: #fff;
border-radius:  0px;
box-shadow: none !important;
width: 180px;
height: 30px;
}
-*/
/* UI DIALOG */
div.ui-dialog.ui-widget div.ui-dialog-titlebar {
border: none;
border-radius: 0;
background: #CFCFCF;
}
div.ui-dialog.ui-widget div.ui-dialog-titlebar button[type=button].ui-button {
background: url(/img/2014/back_cross_red.png) no-repeat;
border: none;
width: 14px;
height: 14px;
top: 60%;
}
div.ui-dialog.ui-widget div.ui-dialog-titlebar button[type=button].ui-button:hover {
border: none;
}
div.ui-dialog.ui-widget div.ui-dialog-titlebar button[type=button].ui-button span {
display: none;
}
div.ui-dialog.ui-widget div.chzn-container.chzn-container-single {
width: 218px !important;
height: 33px;
line-height: 33px;
vertical-align: middle;
background: url(/img/2014/bg_form_travelogue_gray.png) no-repeat;
background-position: 0% 32%;
}
div.ui-dialog.ui-widget div.chzn-container.chzn-container-single .chzn-drop {
width: 206px !important;
}
div.ui-dialog.ui-widget div.chzn-container.chzn-container-single .chzn-drop .chzn-search {
    height: 30px;
    margin-bottom: 5px;
}
div.ui-dialog.ui-widget div.chzn-container.chzn-container-single .chzn-drop .chzn-search input[type=text] {
width: 202px !important;
height: 30px!important;
margin-bottom: 5px;
border: 1px solid #cacaca;
border-radius: 0px;
padding: 0px !important;
box-shadow: none;

}
div.ui-dialog.ui-widget div.left input[type=text]#frmaddForm-search {
width: 206px;
}
div.ui-widget-overlay.ui-front {
background: none;
}
div.ui-dialog.ui-widget h4,
div.ui-dialog.ui-widget h3 {
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
}
div.ui-dialog.ui-widget h4 {
padding-bottom: 0;
}
div.ui-dialog.ui-widget a {
font-family: 'Open Sans', sans-serif;
color: #000;
}
div.ui-dialog.ui-widget div.ui-dialog-buttonpane .ui-dialog-buttonset button {
text-shadow: none;
border-radius: 0;
background: #4A4A4A;
font-family: 'Open Sans', sans-serif;
height: 31px;
border: none;
}
div.ui-dialog.ui-widget div.ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
background: #ffbc2b;
}
div.ui-dialog.ui-widget div.ui-dialog-buttonpane .ui-dialog-buttonset button span {
color: #FFF;
font-family: 'Open Sans', sans-serif;
}
div.ui-dialog.ui-widget #images-master-preview textarea {
border-radius: 4px;
border: 1px solid #bcbcbc;
border-right: 1px solid #bcbcbc;
box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
padding-left: 0;
padding-right: 0;
padding-top: 5px;
font-size: 14px;
}
div.ui-dialog.ui-widget #images-master-preview a.as-main {
background: none;
padding-left: 0;
color: #4A4A4A;
font-family: 'Open Sans', sans-serif;
}
div.ui-dialog.ui-widget #images-master-preview a.delete {
font-family: 'Open Sans', sans-serif;
background: none;
padding-left: 0;
color: #d70000;
}
div.ui-dialog.ui-widget #images-master-preview .right {
margin-right: 10px;
}
#newForm {
    background:#EFEFEF;
    border-radius:6px;
    margin-top:15px;
    margin-left:10px;
    padding-bottom:30px;
}
#newForm > div {
    margin-bottom:15px;
}
#newForm > div > label {
    line-height:30px;
}
#newForm > div select {
    border:0;
    height:35px !important;
    line-height: 35px;
    border-radius:6px;
}
#newForm .next_line {
    margin-top:15px !important;
}
#hotel_review_edit {
position: relative;
}
#hotel_review_edit form fieldset.hotelReview {
border: none;
}
#travelagency-wrapper #hotel_review_edit form a.back {
top: 15px;
}
#travelagency-wrapper #hotel_review_edit form input[type=submit] {
text-shadow: none;
border-radius: 0;
background: #4A4A4A;
font-family: 'Open Sans', sans-serif;
}
#travelagency-wrapper #hotel_review_edit form input[type=submit]:hover {
background: #ffbc2b;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm textarea {
border-radius: 6px;
border: 0px solid #bcbcbc;
box-shadow: none;
padding: 0px;
max-width: 601px;
width: 600px !important;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm .textarea-wrapper {
border: none;
box-shadow: none;
padding: 0;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm input[type=text] {
border-radius: 4px;
border: 0px solid #bcbcbc;
box-shadow: none;
font-weight: 100;
padding: 0 10px;
height: auto;
width: 580px;
height:35px;
line-height: 35px;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm input[type=text]:focus {
background: #FFF;
color: #000;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm .chzn-container.chzn-container-single {
width: 600px !important;
background: #FFF url("/img/2014/select_arrow.png") no-repeat scroll 98% 55%;
border-radius: 6px;
position: relative;
line-height: 35px;
height:35px;
left:240px;
top:0;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm .chzn-container.chzn-container-single a.chzn-single {
position: absolute;
top: 0px;
left: 5px;
height: 35px;
line-height: 35x;
width: 555px !important;
padding-right: 37px;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 100;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm .chzn-container.chzn-container-single .chzn-drop {
width: 592px !important;
/* default 206 */
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm .chzn-container.chzn-container-single .chzn-drop .chzn-search {
    border:1px solid #DDD;
    border-radius:0;
    }
#travelagency-wrapper #hotel_review_edit form fieldset#newForm .chzn-container.chzn-container-single .chzn-drop .chzn-search
#frmform_hotel_id_chzn.chzn-container a.chzn-single > span {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#newForm.hotelReview .chosen {
    height:auto;
    display:inline-block;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm div.chosen.label-top label {
vertical-align: top;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm label {
color: #4A4A4A;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
font-size: 13px;
overflow: hidden;
float: left;
display: inline-block;
width: 230px;
line-height: 30px;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm div > label:first-of-type,
#travelagency-wrapper #hotel_review_edit form fieldset#newForm div em label {
text-align: right
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm select {
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
height: 24px;
width: 150px;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm .edit-gallery {
    margin-top: 0;
    height: 100px;
    float: none;
    max-height: 100px!important;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm .edit-gallery #images-control {
text-shadow: none;
border-radius: 0;
/*background: #fff;*/
font-family: 'Open Sans', sans-serif;
width: 600px;
height: 100px;
top: 0px;
left: 10px;
margin-left: 230px;
max-height: 100px !important;
min-height: 100px! important;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm .edit-gallery #images-control #images-previews {
width: 600px;
height: 100px;
margin: 0;
padding: 0;
color: #fff;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm .edit-gallery #images-control #images-previews a {
background: none;
width: 165px;
height: 50px;
padding: 5px;
margin: 0;
top: 0;
right: 0;
text-align: center;
line-height: 31px;
font-size: 15px;
text-shadow: none;
color: #fff;
z-index: 99999999;
background: #4A4A4A;
margin-left: 26px;

}
    #travelagency-wrapper #hotel_review_edit form fieldset#newForm .edit-gallery #images-control #images-previews a.unused {
        margin-left: 200px;
    }
    #travelagency-wrapper #hotel_review_edit form fieldset#newForm .edit-gallery #images-control #images-previews a.btn-blue {
        margin: 0px;
        margin-top: 45px;
        height: 30px !important;
        padding: 0px;
        padding-left: 5px;
        padding-right: 5px;
        text-transform: uppercase;
        border: 0px !important;
        position: absolute;
        width: 200px !important;
        top: 19px;
        left:250px;
    }


#travelagency-wrapper #hotel_review_edit form fieldset#newForm .edit-gallery #images-control #images-previews a:hover {
text-decoration: none;
background: #ffbc2b;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm .like_no {
    /* margin-bottom: 80px!important; */
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm .like_no label {
height: 25px;
/*background: url(/img/2014/sprites-thumbs-filled-small.png) no-repeat;*/
line-height: 25px;
padding-left: 30px;
margin-left: 5px;
width:230px !important;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm .like_no label.required {
background: none;
padding-left: 0;
margin-left: 0;
text-align: right !important;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm .like_no label.reviewLike {
font-size: 14px;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm .like_no label.reviewLike.no {
background-position: 0 -42px;
}
#travelagency-wrapper #hotel_review_edit form fieldset#newForm span.tip-icon {
display: none;
}
#travelagency-wrapper div.alone.addForm.rel a.back {
top: 13px;
}
#travelagency-wrapper div.alone.addForm fieldset#newForm.saved .social {
width: 100%;
}
#travelagency-wrapper div.alone.addForm fieldset#newForm.saved .social div.item {
float: right;
}
#travelagency-wrapper div.alone.addForm fieldset#newForm.saved .more_form a.btn-blue {
text-shadow: none;
border-radius: 0;
background: #4A4A4A;
font-family: 'Open Sans', sans-serif;
border: none;
height: 31px;
width: 165px;
}
#travelagency-wrapper div.alone.addForm fieldset#newForm.saved .more_form a.btn-blue:hover {
background: #ffbc2b;
text-decoration: none;
}
#travelagency-wrapper .travel-agencies div.col.right .adv {
float: right;
}
#travel_agency_add .mainEditForm form h2.hotel {
margin-top: 0;
}
#travel_agency_add .mainEditForm form fieldset {
    background:#EFEFEF;
    border-radius: 6px;
    padding:10px;
    margin-top:15px;
    margin-left:5px;
}
#travel_agency_add .mainEditForm form fieldset.buttons {
    background:transparent;
}
#travel_agency_add .mainEditForm form fieldset > b {
display: none;
}
#travel_agency_add .mainEditForm form fieldset table th label {
color: #4A4A4A;
font-weight: 800;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
font-size: 13px;
line-height: 25px;
}
#travel_agency_add .mainEditForm form fieldset table th label span.required {
color: #ff0000;
}
#travel_agency_add .mainEditForm form fieldset table th {
text-align: left;
vertical-align: top;
width:200px;
float:left;
display:inline-block;
}
#travel_agency_add .mainEditForm form fieldset table td {
    float: left;
    width: 680px;
}
#travel_agency_add .mainEditForm form fieldset table td input[type=text] {
border-radius: 6px;
border: 0px solid #bcbcbc;
box-shadow: none;
padding: 0 5px;
color: #000;
font-weight: 100;
line-height: 35px;
height:35px;
width:340px;
}
#travel_agency_add .mainEditForm form fieldset table td input[type=text].search {
    width:auto;
    height:18px;
    line-height: 18px;
}
#travel_agency_add .mainEditForm form fieldset table td input[type=text]:focus {
background: #FFF;
color: #000;
}
#travel_agency_add .mainEditForm form fieldset table td select {
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
width: 150px;
height: 35px;
line-height: 35px;
border-radius: 6px;
border:0;
width:350px;
}
#travel_agency_add .mainEditForm form fieldset table td textarea {
border-radius: 6px;
border: 0px solid #bcbcbc;
box-shadow: none;
padding: 5px;
max-width: 650px;
width: 650px;
}
#travel_agency_add .mainEditForm form fieldset.buttons input[type=submit] {
text-shadow: none;
border-radius: 0;
background: #4A4A4A;
font-family: 'Open Sans', sans-serif;
}
#travel_agency_add .mainEditForm form fieldset.buttons input[type=submit]:hover {
background: #ffbc2b;
}
#travel_agency_add .mainEditForm form fieldset table td .chzn-container.chzn-container-single {
width: 350px !important;
height: 18px;
background: #FFF url("/img/2014/select_arrow.png") no-repeat scroll 95% center;
position: relative;
border-radius: 6px;
line-height: 35px;
height:35px;
}
#travel_agency_add .mainEditForm form fieldset table td .chzn-container.chzn-container-single a.chzn-single {
position: absolute;
top: 0px;
left: 0px;
height: 35px;
line-height: 35px;
width: 330px;
padding-right: 37px;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 100;
}
#travel_agency_add .mainEditForm form fieldset table td .chzn-container.chzn-container-single .chzn-drop {
width: 342px !important;
}
#travel_agency_add .mainEditForm form fieldset table td .chzn-container.chzn-container-single .chzn-drop .chzn-search {
border-radius:0;
border:#4a4a4a;
}
#travel_agency_add .mainEditForm form fieldset table td div.ui-multiselect div.ui-widget-header {
width: 330px;
background: #CFCFCF;
}
#travel_agency_add .mainEditForm form fieldset.contact_person_ck table th {
width: 200px;
display: inline-block;
}
#travel_agency_add .mainEditForm form fieldset.contact_person_ck table tr.contact1 th {
    padding-top:18px;
}
#travel_agency_add .mainEditForm form fieldset.contact_person_ck table td {
display: inline-block;
width: 620px;
padding-left: 0;
}
#travel_agency_add .mainEditForm form fieldset.contact_person_ck table td.empty {
display: none;
}
#travel_agency_add .mainEditForm form fieldset.contact_person_ck table td.toolbar {
padding-left: 0.5em;
}
#travel_agency_add .mainEditForm form fieldset.contact_person_ck table td.toolbar a {
background: none;
padding-left: 0;
color: #4A4A4A;
font-family: 'Open Sans', sans-serif;
}
#travel_agency_add .mainEditForm form fieldset.contact_person_ck {
margin-bottom: 0;
}
#travel_agency_add .mainEditForm form div.toolbar {
padding-left: 23px;
}
#travel_agency_add .mainEditForm form div.toolbar a {
padding-left: 0;
background: none;
color: #4A4A4A;
font-family: 'Open Sans', sans-serif;
}
#travel_agency_add .mainEditForm form div#branches fieldset table td.empty {
display: none;
}
#travelagency-wrapper h1.travel_add_title {
display: none;
}
#travel_agency_add .mainEditForm form div#branches fieldset table td.toolbar a {
background: none;
padding-left: 0;
color: #4A4A4A;
font-family: 'Open Sans', sans-serif;
}
#travel_agency_add .mainEditForm form div#branches fieldset > label {
display: block;
padding: .4em .75em;
text-align: left;
background: #f5f5f5;
height: 19px;
vertical-align: middle;
}
#travel_agency_add .mainEditForm form div#branches fieldset > label strong {
color: #888;
font-family: Arial, sans-serif;
font-size: 13px;
color: rgb(136, 136, 136);
font-weight: 100;
line-height: 19px;
}
#travel_agency_add .mainEditForm form div#branches fieldset > label {
line-height: 19px;
font-family: Arial, sans-serif;
font-size: 13px;
}
#travel_agency_review form fieldset.airlineReview {
margin-top: 10px;
background:#EFEFEF;
border-radius: 6px;
margin-bottom:10px;
margin-left:10px;
}
#travel_agency_review form fieldset.airlineReview label {
color: #4A4A4A;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
font-size: 13px;
}
#travel_agency_review form fieldset.airlineReview span.tip-icon {
display: none;
}
#travel_agency_review form fieldset#newForm.airlineReview > div {
    margin-bottom:15px;
    display:inline-block;
}
#travel_agency_review form fieldset.airlineReview input[type=text] {
border-radius: 6px;
border: 0px solid #bcbcbc;
font-weight: 100;
padding: 0 10px;
height: auto;
width: 580px;
line-height: 35px;
height:35px;
box-shadow: none;
}
#travel_agency_review form fieldset.airlineReview .chzn-search input[type=text] {
    box-shadow: none;
    border:1px solid #bcbcbc;
    border-radius: 0;
}
#travel_agency_review form fieldset.airlineReview input[type=text]:focus {
background: #FFF;
color: #000;
}
#travel_agency_review form fieldset.airlineReview textarea {
border-radius: 6px;
border: 0px solid #bcbcbc;
padding: 0px;
max-width: 650px;
width: 650px;
}
#travel_agency_review form fieldset.airlineReview .textarea-wrapper {
border: none;
padding: 0;
}
#travel_agency_review form fieldset.airlineReview div.like_no label.required {
background: none;
color: #4A4A4A;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
font-size: 13px;
height: auto;
padding-left: 0;
margin-left: 0;
}
#travel_agency_review form fieldset.airlineReview div.like_no label {
font-size: 14px;
height: 25px;
background: url(/img/2014/sprites-thumbs-filled-small.png) no-repeat;
line-height: 25px;
padding-left: 30px;
margin-left: 5px;
}
#travel_agency_review form fieldset.airlineReview div.like_no label.no {
background-position: 0 -42px;
}
#travel_agency_review form div.center.final input[type=submit] {
text-shadow: none;
border-radius: 0;
background: #4A4A4A;
font-family: 'Open Sans', sans-serif;
}
#travel_agency_review form div.center.final input[type=submit]:hover {
background: #ffbc2b;
}
#travel_agency_review form fieldset.airlineReview .chzn-container.chzn-container-single {
width: 600px !important;
height: 18px;
background: #FFF url("/img/2014/select_arrow.png") no-repeat scroll 98% 55%;
border-radius: 6px;
position: relative;
}
#travel_agency_review form fieldset.airlineReview .chzn-container.chzn-container-single .chzn-drop {
width: 592px !important;
}
#travel_agency_review form fieldset.airlineReview .chzn-container.chzn-container-single a.chzn-single {
position: absolute;
top: 0px;
left: 0px;
height: 18px;
line-height: 18px;
width: 170px;
padding-right: 37px;
font-size: 13px;
}
#travel_agency_review form fieldset.airlineReview .chzn-container.chzn-container-single a.chzn-single span {
line-height: 18px;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
}
#travel_agency_review form fieldset.airlineReview label[for=frmreviewForm-travel_agency_id] {
line-height: 21px;
vertical-align: top;
}
#travelagency-wrapper fieldset#newForm.saved.airline a.btn-blue {
text-shadow: none;
border-radius: 0;
background: #4A4A4A;
font-family: 'Open Sans', sans-serif;
border: none;
}
/* AIRLINES */
#travelagency-wrapper .airline-page #airline-content {
width: 650px;
margin-top: 0;
}
#travelagency-wrapper .airline-page .airline-content-right #airline-suggest h3.air-line {
margin: 0;
margin-top: 10px;
background: url(/img/2014/disc_ico_aero.png) no-repeat;
border-top: 1px solid #f2f2f2 !important;
border-bottom: 1px solid #f2f2f2 !important;
text-align: left;
margin-bottom: 0;
color: #4A4A4A;
font-size: 26px;
text-transform: uppercase;
height: 40px;
line-height: 40px;
font-family: "Roboto Slab",serif;
font-weight: bold;
padding-left: 55px;
}
#travelagency-wrapper .airline-page .airline-content-right #airline-suggest ul li a {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color: #4A4A4A;
font-size: 14px;
line-height: 18px;
}
#travelagency-wrapper .airline-page .airline-content-right #airline-suggest ul li a:hover {
color: #ffbc2b;
text-decoration: none;
font-weight: 600;
}
#travelagency-wrapper .airline-page #airline-content div.bg-bot {
display: none;
}
#travelagency-wrapper .airline-page #airline-content #airline-info h3.air-line,
#travelagency-wrapper .airline-page #airline-content #airline-favorite h3.air-line {
margin-top: 10px;
border-top: 1px solid #f2f2f2 !important;
border-bottom: 1px solid #f2f2f2 !important;
text-align: left;
margin-bottom: 0;
color: #4A4A4A;
font-size: 26px;
text-transform: uppercase;
height: 40px;
line-height: 40px;
font-family: "Roboto Slab",serif;
font-weight: bold;
padding-left: 55px;
background: url(/img/2014/disc_ico_off.png) no-repeat;
}
#travelagency-wrapper .airline-page #airline-content #airline-info h3.air-line {
background: url(/img/2014/ico_plane.png) no-repeat;
}
#travelagency-wrapper .airline-page #airline-content #airline-info ul {
border-bottom: 1px solid #f2f2f2 !important;
}
#travelagency-wrapper .airline-page #airline-content #airline-info ul li {
padding: 0;
}
#travelagency-wrapper .airline-page #airline-content #airline-info ul li a {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color: #4A4A4A;
font-size: 14px;
}
#travelagency-wrapper .airline-page #airline-content #airline-info ul li a:hover {
color: #ffbc2b;
text-decoration: none;
font-weight: 600;
}
#travelagency-wrapper .airline-page #airline-content #airline-info {
padding-bottom: 28px;
}
#travelagency-wrapper .airline-page #airline-content #airline-info > a.grey-btn {
bottom: 0;
right: 0;
height: 15px;
background: none;
}
#travelagency-wrapper .airline-page #airline-content #airline-info a.grey-btn strong {
padding-right: 0;
background: none;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
}
#travelagency-wrapper .airline-page #airline-content #airline-favorite > a.grey-btn {
background: none;
right: 0px;
bottom: 0px;
height: 15px;
}
#travelagency-wrapper .airline-page #airline-content #airline-favorite a strong.all {
padding-right: 0;
background: none;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
}
#travelagency-wrapper .airline-page #airline-content #airline-favorite ul.airline-favorite-tabs li a {
font-family: 'Open Sans', sans-serif;
}
#travelagency-wrapper .airline-page #airline-content #airline-favorite ul.airline-favorite-tabs li.active {
background: none;
}
#travelagency-wrapper .airline-page #airline-content #airline-favorite ul.airline-favorite-tabs li.active a {
background: #ffbc2b;
color: #FFF;
}
#travelagency-wrapper .airline-page #airline-content #airline-favorite div.continent {
background: none;
padding: 0;
}
#travelagency-wrapper .airline-page #airline-content #airline-favorite div.continent ul {
padding: 28px 0;
padding-top: 20px;
}
#travelagency-wrapper .airline-page #airline-content #airline-favorite div.continent ul li {
padding: 0;
background: none;
padding-right: 20px;
border-bottom: 1px solid #f2f2f2;
min-width: 194px;
}
#travelagency-wrapper .airline-page #airline-content #airline-favorite div.continent ul li a strong {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color: #4A4A4A;
font-size: 14px;
}
#travelagency-wrapper .airline-page #airline-content #airline-favorite div.continent ul li a:hover {
text-decoration: none;
}
#travelagency-wrapper .airline-page #airline-content #airline-favorite div.continent ul li a:hover strong {
color: #ffbc2b;
font-weight: 600;
}
#airline-content .airline-list h2.airline_list_title {
border-top: 1px solid #f2f2f2 !important;
border-bottom: 1px solid #f2f2f2 !important;
text-align: left;
margin-bottom: 0;
color: #ffbc2b;
font-size: 26px;
text-transform: uppercase;
height: 40px;
line-height: 40px;
font-family: "Roboto Slab",serif;
font-weight: bold;
}
#airline-content .airline-article a.back,
#airline-content .airline-list a.back {
background: none;
padding-right: 0;
position: absolute;
color: #4A4A4A;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
font-weight: 800;
line-height: 16px;
font-size: 16px;
}
#airline-content .airline-article h4.airln,
#airline-content .airline-list h4.airl {
text-align: center;
color: #4A4A4A;
font-weight: 100;
font-family: 'Open Sans', sans-serif;
}
#airline-content .airline-list div.nav.block {
}
#airline-content .airline-list div.nav.block div.left.center {
margin-right: 10px;
padding: 5px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
width: 30px;
height: 30px;
line-height: 30px;
}
#airline-content .airline-list div.nav.block div.left.center a {
color: #ffbc2b;
}
#airline-content .airline-list div.nav.block div.left.center.active {
background: #ffbc2b;
}
#airline-content .airline-list div.nav.block div.left.center.active a {
color: #FFF;
}
#airline-content .airline-list ul.list.clr li a strong {
color: #4A4A4A;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
}
#airline-content .airline-list ul.list.clr li.in-block {
width: 200px;
}
#airline-content .airline-list ul.list.clr li a:hover {
text-decoration: none;
}
#airline-content .airline-list ul.list.clr li a:hover strong {
font-weight: 600;
color: #ffbc2b;
}
#airline-content .airline-article h2.airline-art-h,
#airline-content .airline-fiki h2.airline-fiki-h {
border-top: 1px solid #f2f2f2 !important;
border-bottom: 1px solid #f2f2f2 !important;
text-align: left;
margin-bottom: 0;
color: #ffbc2b;
font-size: 26px;
text-transform: uppercase;
height: 40px;
line-height: 40px;
font-family: "Roboto Slab",serif;
font-weight: bold;
}
#airline-content .airline-fiki a.back {
background: none;
padding-right: 0;
color: #4A4A4A;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
font-weight: 800;
line-height: 16px;
font-size: 16px;
}
#airline-content .airline-fiki span.toolbar a {
color: #4A4A4A;
}
#airline-content .airline-fiki p {
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
}
#airline-content .airline-article ul.airline_article_ul {
border-bottom: 1px solid #f2f2f2;
}
#airline-content .airline-article ul.airline_article_ul li {
padding: 0;
background: none;
height: 30px;
line-height: 30px;
}
#airline-content .airline-article ul.airline_article_ul li a strong {
color: #4A4A4A;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
}
#airline-content .airline-article ul.airline_article_ul li a:hover {
text-decoration: none;
}
#airline-content .airline-article ul.airline_article_ul li a:hover strong {
font-weight: 600;
color: #ffbc2b;
}
#airline-content .airline_review h2.review_airl {
border-top: 1px solid #f2f2f2 !important;
border-bottom: 1px solid #f2f2f2 !important;
text-align: left;
margin-bottom: 0;
color: #ffbc2b;
font-size: 26px;
text-transform: uppercase;
height: 40px;
line-height: 40px;
font-family: "Roboto Slab",serif;
font-weight: bold;
margin-top: 0;
}
#airline-content .airline_review div.review.big {
width: 100%;
}
#airline-content .airline_review div.review.big a.back {
top: 13px;
background: none;
padding-right: 0;
color: #4A4A4A;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
font-weight: 800;
line-height: 16px;
font-size: 16px;
}
#airline-content .airline_review p {
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
font-weight: 100;
}
#airline-content .airline_review div#photoAlbumH2title {
border: none;
}
#airline-content .airline_review div#photoAlbumH2title h2 {
width: 100%;
padding: 0;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
text-align: left;
height: 40px;
line-height: 40px;
margin-bottom: 0;
margin-top: 0;
}
#airline-content .airline_review div#photoAlbumH2title form#frm-list-filterForm {
top: 11px;
}
#airline-content .airline_review div#photoAlbumH2title h2 span.txt {
color: #4A4A4A;
font-size: 26px;
text-transform: uppercase;
font-family: "Roboto Slab",serif;
font-weight: bold;
}
#airline-content .airline_review div#reviews .item a {
color: #4A4A4A;
font-family: 'Open Sans', sans-serif;
}
#airline-content .airline_review div#reviews .item span.thumb {
width: 25px;
height: 25px;
top: 10px;
left: 8px;
}
#airline-content .airline_review .rating-wrap span.thumbs.rating {
line-height: 42px;
}
#airline-content .airline_review .rating-wrap span.thumbs.rating span.thumb {
height: 42px;
line-height: 42px;
margin: 0;
background-position: 6px 8px;
}
#airline-content .airline_review .rating-wrap span.thumbs.rating span.thumb span {
color: #4A4A4A;
font-family: 'Open Sans', sans-serif;
}
#airline-content .airline_review .rating-wrap > a.addReview {
background: none;
padding-left: 0;
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
text-transform: uppercase;
height: 42px;
line-height: 42px;
}
#subject.subject .topStuff .adv.hypertext .adv-wrap {
margin-bottom: 0;
}
.subject .filter-block .box {
background: #FFF;
}
.destinationHeader section.social {
background: none;
}
#subject .box.discussions h2.discussionsBox {
background: url(/img/2014/disc_ico_general.png) no-repeat;
border-top: 1px solid #f2f2f2!important;
border-bottom: 1px solid #f2f2f2!important;
text-align: left;
margin-bottom: 0;
color: #4A4A4A;
font-size: 26px;
text-transform: uppercase;
height: 40px;
line-height: 40px;
font-family: "Roboto Slab",serif;
font-weight: bold;
padding-left: 55px;
}
/* PROLINK FIX */
#prolinkhdr .prolinkhdr-content .prolinkhdr-center {
width: 1036px !important;
}
.discussions .boxHeadline.comments.detailHeadline {
border: none;
padding: 4px 0 10px 60px;
}
.discussions .boxHeadline.comments.detailHeadline div.count,
.discussions .boxHeadline.comments.detailHeadline div.title {
text-align: left;
}
#travellers_grid .filter-block form .filter fieldset span.actions input[type=submit] {
background: none;
box-shadow: none;
border: none;
color: #979797;
font-family: 'Open Sans', sans-serif;
font-weight: 800;
font-size: 14px;
}
#travellers_grid .filter-block form .filter fieldset span div.chzn-container.chzn-container-single a.chzn-single {
width: 525px !important;
height: 40px;
display: block;
line-height: 40px;
border: none;
box-shadow: none;
background: none;
}
#travellers_grid .filter-block form .filter fieldset span div.chzn-container.chzn-container-single div.chzn-drop div.chzn-search input[type=text] {
    width:97% !important;
}
/* LEFT SKY HIDE */
#adblock-leftside {
display: none;
}
/* TRAVELLERS FIX */
#travellers_grid .travellers_search .titleLinks.right {
    width:650px;
    position:absolute;
}
#travellers_grid .travellers_search .addIco.travellers {
    margin-right:10px;
    margin-top:120px;
    position: absolute;
    z-index:200;
    right:10px;
    color:#979797;
}
#travellers_grid .travellers_search .addIco.travellers strong {
    color:#979797;
    font-weight: 800;
    font-family: "Open-sans",sans-serif;
}
#travellers_grid .travellers_search div.filter-block.rel {
float: left;
width: 650px;
}
#travellers_grid .travellers_search div.filter-block.rel h2.results {
background: none;
border-top: 1px solid #f3f3f3 !important;
border-bottom: 1px solid #f3f3f3 !important;
text-align: left;
color: #ffbc2b;
font-family: "Roboto Slab",serif;
font-size: 26px;
font-weight: bold;
height: 40px;
line-height: 40px;
padding: 0 18px 0 0px;
text-transform: uppercase;
margin-bottom: 0px !important;
}
#travellers_grid .travellers_search div.filter-block.rel small.resultsFound {
margin: 0;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
font-weight: 800;
color: #CBCBCB;
height: 30px;
line-height: 30px;
background: url(/img/2014/user_title_bg.png);
padding-left: 10px;
display: block;
}
#travellers_grid .travellers_search div.filter-block.rel .search-user-list-wrap {
padding: 0;
}
#travellers_grid .travellers_search div.filter-block.rel .search-user-list-wrap .search-user-list {
position: relative;
width: 604px;
padding: 0 0 0 0px;
height: 30px;
max-height: 30px;
border-bottom: 1px solid #f2f2f2;
margin: 0px;
padding-left: 44px;
background: url(/img/2014/ico_friend_small.png) no-repeat 1% 20%;
}
#travellers_grid .travellers_search div.filter-block.rel .search-user-list-wrap .search-user-list a.img-case {
position: absolute;
left: 40px;
bottom: -42px;
display: none !important;
z-index: 10000;
}
#travellers_grid .travellers_search div.filter-block.rel .search-user-list-wrap .search-user-list a.title {
height: 30px;
line-height: 30px;
font-family: 'Open Sans', sans-serif;
color: #929292;
font-size: 14px;
display: inline-block;
}
#travellers_grid .travellers_search div.filter-block.rel .search-user-list-wrap .search-user-list a.title strong {
font-weight: 100;
}
#travellers_grid .travellers_search div.filter-block.rel .search-user-list-wrap .search-user-list a.title:hover {
color: #ffbc2b;
text-decoration: none;
}
#travellers_grid .travellers_search div.filter-block.rel .search-user-list-wrap .search-user-list a.title:hover strong {
font-weight: 600;
}
#travellers_grid .travellers_search div.filter-block.rel .search-user-list-wrap .search-user-list a.title:hover + a.img-case {
display: block !important;
}
#travellers_grid .travellers_search div.filter-block.rel .search-user-list-wrap .search-user-list p  {
display: none;
}
#travellers_grid .travellers_search div.filter-block.rel .search-user-list-wrap .search-user-list small {
display: inline-block;
float: right;
height: 30px;
line-height: 30px;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
color: #929292 !important;
font-weight: 100;
}
#travellers_grid .travellers_search div.clear.box {
margin-top: 0;
}
/* HOMEPAGE Z-INDEX PROBLEM FIX */
div#header-wrapper { z-index: 4; }
div.main#content-wrapper { z-index: 2; }
/* LEADERBOARD CENTERING */
#adblock-leaderboard {
margin: 0px auto;
}
div.cols .right-col .adv {
margin-bottom: 15px;
}
div.cols .right-col .adv.skyscraper {
margin-bottom: 5px;
}
div.cols .right-col > span {
display: block;
margin-bottom: 5px;
}
.gallery ul li a {
border: none;
}
/* PROFILE EDIT */
div.userAllPhotos{
    color: #ffbc2b;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    margin: 10px 0 15px 0;
    padding: 5px 0 5px 0;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}
#travelagency-wrapper #editProfile form h2 {
height: auto;
}
#travelagency-wrapper #editProfile form fieldset {
border: none;
padding: 0;
margin: 0;
margin-bottom: 20px;
}
#travelagency-wrapper #editProfile form fieldset.buttons input[type=submit] {
text-shadow: none;
border-radius: 0;
background: #4A4A4A;
font-family: 'Open Sans', sans-serif;
}
#travelagency-wrapper #editProfile form fieldset.buttons input[type=submit]:hover {
background: #ffbc2b;
}
#travelagency-wrapper #editProfile form fieldset.about {
margin-top: 10px;
}
#travelagency-wrapper #editProfile form fieldset.about label {
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
}
#travelagency-wrapper #editProfile form fieldset.about textarea {
margin-top: 10px;
border-radius: 4px;
border: 1px solid #bcbcbc;
box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
padding: 0px;
}
#travelagency-wrapper #editProfile form fieldset.about div.left {
margin-left: 0px;
}
#travelagency-wrapper #editProfile form fieldset.about div.right {
margin-right: 0px;
}
#travelagency-wrapper #editProfile form fieldset.gallery .upload label {
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
}
#travelagency-wrapper #editProfile form fieldset.gallery #images-container {
margin-top: 0;
background: none;
border: none;
padding: 0;
}
#travelagency-wrapper #editProfile form fieldset.gallery #images-container .item {
border: none;
}
#travelagency-wrapper #editProfile form fieldset.gallery #images-container .item span.number {
background: rgba(249,249,249,0.8);
border: none;
color: #ffbc2b;
}
#travelagency-wrapper #editProfile form fieldset.gallery #images-container .item textarea {
border-radius: 4px;
border: 1px solid #bcbcbc;
box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
padding: 0px;
}
#travelagency-wrapper #editProfile form fieldset.gallery #images-container .item .wrapper.rgt div.toolbar a {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
text-transform: uppercase;
color: #4A4A4A;
background: none;
padding-left: 0;
}
#travelagency-wrapper #editProfile form fieldset.gallery #images-container .item .wrapper.rgt div.toolbar a.remove {
color: #C90000;
}
#travelagency-wrapper #editProfile form fieldset.user_info > div {
height: auto;
margin: 0;
margin-top: 10px;
}
#travelagency-wrapper #editProfile form fieldset.user_info > div.activity {
margin-left: 40px;
}
#travelagency-wrapper #editProfile form fieldset.user_info div.nfo div.avatar {
border: 5px solid #f1f1f1;
padding: 0;
}
#travelagency-wrapper #editProfile form fieldset.user_info div.nfo div.nick {
color: #ffbc2b;
font-family: 'Roboto Slab', serif;
}
#travelagency-wrapper #editProfile form fieldset.user_info div.nfo div.showPresonalNfo {
height: 15px;
line-height: 15px;
margin-left: 2px;
}
#travelagency-wrapper #editProfile form fieldset.user_info div.nfo div.showPresonalNfo input[type=checkbox] {
width: 15px;
height: 15px;
}
#travelagency-wrapper #editProfile form fieldset.user_info div.nfo div.showPresonalNfo label {
line-height: 15px;
vertical-align: bottom;
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
padding-left: 2px;
}
#travelagency-wrapper #editProfile form fieldset.user_info div.activity h3,
#travelagency-wrapper #editProfile form fieldset.user_info div.contacts h3 {
font-family: 'Open Sans';
color: #00b3fc;
margin-top: 0;
}
#travelagency-wrapper #editProfile form fieldset.user_info div.contacts table input[type=text] {
border-radius: 4px;
border: 1px solid #bcbcbc;
box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
font-weight: 100;
padding: 0 5px;
height: auto;
}
#travelagency-wrapper #editProfile form fieldset.user_info div.activity label,
#travelagency-wrapper #editProfile form fieldset.user_info div.contacts table label {
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
width: 170px !important;
}
#travelagency-wrapper #editProfile form fieldset.user_info div.activity ul.left {
margin-top: 0;
width: 170px;
}
#travelagency-wrapper #editProfile form fieldset.user_info div.nfo .emailNotice a.email {
background: none;
padding-left: 0;
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
text-decoration: underline;
}
#travelagency-wrapper #editProfile form fieldset.user_info div.nfo .newsletter-checkbox {
margin-top: 10px;
}
#travelagency-wrapper #editProfile form fieldset.user_info div.nfo .newsletter-checkbox label {
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
}
#travelagency-wrapper #editProfile form fieldset.user_info div.nfo div.data.left {
height: 80px;
}
#travelagency-wrapper #editProfile form fieldset.user_info div.nfo .edit.toolbar {
float: left;
margin-bottom: 5px;
margin-top: 5px;
}
#travelagency-wrapper #editProfile form fieldset.user_info div.nfo .edit.toolbar a {
background: none;
padding-left: 0;
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
text-decoration: underline;
}
#travelagency-wrapper #editProfile form fieldset.user_info div.nfo .edit.toolbar a strong {
font-weight: 400;
color: #4A4A4A;
}
#login-hidden-form form ul li.reg.nopd,
#login-hidden-form form ul li.submit.rgt {
/* margin-top: 5px; */
margin-top: 0px;
}
#login-hidden-form form ul li.submit.rgt > input[type=submit] {
font-family: 'Roboto Slab', serif;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue {
border: none;
margin: 0;
padding: 0;
background:#EFEFEF;
border-radius: 6px;
padding:10px;
top:15px;
margin-bottom:15px;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue #frmeditForm_country_code_chzn .chzn-drop {
    width:292px !important;
}
#add_travelogue .addTravelogueWrapper form fieldset.travelogue #frmeditForm_country_code_chzn .chzn-drop .chzn-search {
    border:1px solid #DDD;
    border-radius: 0px;
}
div.mainEditForm.addTravelogueWrapper form fieldset {
border: none;
}
div#add_discussion_form .mainEditForm form fieldset {
border: none;
margin: 0;
padding: 0;
background:#EFEFEF;
border-radius: 6px;
padding:10px;
top:15px;
}
div#add_discussion_form .mainEditForm form fieldset.buttons {
background:transparent;
}
/* ERROR PAGES */
.content.error404 div.cols.board div.theme {
background: none;
}
.content.error404 div.cols.board div.theme .wrapper.report,
.content.error404 div.cols.board div.theme .wrapper.error-background {
border-bottom: none;
}
.content.error404 div.cols.board div.theme .wrapper.error-background {
background: none;
}
.content.error404 div.cols.board div.theme .wrapper.error-background .inner {
padding: 0px;
text-align: center;
}
.content.error404 div.cols.board div.theme .wrapper.error-background h3 {
font-family: 'Roboto Slab', serif;
color: #ffbc2b;
font-size: 48px;
}
.content.error404 div.cols.board div.theme .wrapper.error-background p {
font-family: 'Roboto Slab', serif;
color: #4A4A4A;
}
body.error_page .header {
margin-top: 20px;
margin-left: 0;
}
body.error_page .header h1 {
border: none;
margin-left: 20px;
}
body.error_page .header ul.navigation li {
padding-right: 10px;
margin-right: 10px;
border-right: 1px solid #4A4A4A;
}
body.error_page .header ul.navigation li.carrental {
border: none;
}
body.error_page .header ul.navigation li a {
color: #4A4A4A;
text-decoration: none;
font-family: 'Roboto Slab', serif;
font-size: 13px;
}
.content.error404 div.cols.board div.theme .wrapper.report p {
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
}
.content.error404 div.cols.board div.theme .wrapper.report form dl {
margin: 0;
margin-left: 10px;
}
.content.error404 div.cols.board div.theme .wrapper.report form dl dt {
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
margin-bottom: 5px;
}
.content.error404 div.cols.board div.theme .wrapper.report form textarea {
border-radius: 4px;
border: 1px solid #bcbcbc;
box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
padding: 5px;
width: 875px;
height: 240px;
margin-bottom: 20px;
}
.content.error404 div.cols.board div.theme .wrapper.report form input[type=text] {
border-radius: 4px;
border: 1px solid #bcbcbc;
box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
font-weight: 100;
padding: 0 5px;
height: auto;
}
.content.error404 div.cols.board div.theme .wrapper.report form input[type=submit]#frmreportForm-send {
text-shadow: none;
border-radius: 0;
background: #4A4A4A;
font-family: Arial;
margin: 20px auto;
padding: 5px 30px 4px;
font-size: 15px;
line-height: 15px;
color: #FFF;
text-transform: uppercase;
border: none;
}
.content.error404 div.cols.board div.theme .wrapper.report form input[type=submit]#frmreportForm-send:hover {
background: #ffbc2b;
}
.content.error404 div.cols.board div.theme h4 {
color: #4A4A4A;
font-family: 'Open Sans', sans-serif;
}
.content.error404 div.cols.board div.theme ul.topStates a {
font-family: 'Open Sans', sans-serif;
color: #00b3fc;
}
#footer.error_footer {
box-shadow: none;
-webkit-box-shadow: none;
}
div.content.error404.not_found .theme .box .wrapper {
border: none;
}
div.content.error404.not_found .theme .box .wrapper .inner {
padding: 0;
text-align: center;
padding-top: 50px;
}
div.content.error404.not_found .theme .box .wrapper .inner h3 {
font-family: 'Roboto Slab', serif;
color: #ffbc2b;
font-size: 48px;
}
#content div.content.error404.not_found .theme .box .wrapper .inner p.message {
font-family: 'Roboto Slab', serif;
color: #4A4A4A;
margin-top: 0;
}
#editProfile #images-container .item .image {
border: none;
}
/* AIRLINE SEARCH */
#airline-content #airline-search-landscape #tripilot-partnership-widget {
width: 650px;
border: none;
background: none;
height: auto;
}
#airline-content #airline-search-landscape #tripilot-partnership-widget h3.widget-title {
margin-top: 10px;
padding: 0;
border-top: 1px solid #f2f2f2 !important;
border-bottom: 1px solid #f2f2f2 !important;
text-align: left;
margin-bottom: 0;
color: #4A4A4A;
font-size: 26px;
text-transform: uppercase;
height: 40px;
line-height: 40px;
font-family: "Roboto Slab",serif;
font-weight: bold;
padding-left: 55px;
background: url(/img/2014/ico_plane.png) no-repeat;
}
#airline-content #airline-search-landscape #tripilot-partnership-widget form .buttons {
width: 100%;
height: 30px;
margin-top: 20px;
text-align: center;
}
#airline-content #airline-search-landscape #tripilot-partnership-widget form .buttons button {
text-shadow: none;
box-shadow: none;
border-radius: 0;
background: #787878;
font-family: 'Open Sans', sans-serif;
float: none;
margin: 0px;
}
#airline-content #airline-search-landscape #tripilot-partnership-widget form .buttons button:hover {
background: #ffbc2b;
}
#airline-content #airline-search-landscape #tripilot-partnership-widget form input[type=text] {
border-radius: 4px;
border: 1px solid #bcbcbc;
box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
padding: 0 5px;
color: #000;
font-weight: 100;
width: 280px;
}
#airline-content #airline-search-landscape #tripilot-partnership-widget form label {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color: #4A4A4A;
font-size: 14px;
margin-bottom: 5px;
}
#airline-content #airline-search-landscape #tripilot-partnership-widget form .datesPart {
margin-top: 10px;
}
#airline-content #airline-search-landscape #tripilot-partnership-widget form .datesPart .returnToggler {
margin-bottom: 10px;
}
#ui-datepickerdiv.ui-datepicker .ui-datepicker-title {
line-height: 1.2em;
}
#ui-datepickerdiv.ui-widget-content {
border-radius: 0;
background: #FFF;
border: 1px solid #787878;
width: 283px;
}
#ui-datepickerdiv.ui-widget-content .ui-datepicker-header.ui-widget-header {
border: none;
border-radius: 0;
background: #787878;
}
#ui-datepickerdiv.ui-widget-content .ui-datepicker-header.ui-widget-header .ui-datepicker-title span {
color: #FFF;
}
#ui-datepickerdiv.ui-widget-content .ui-datepicker-header.ui-widget-header a.ui-corner-all {
top: 3px;
}
#photoAlbums-main-wrapper #snippet--gallery a > img {
float: left;
margin-right: 5px;
margin-bottom: 5px;
}
#photoAlbums-main-wrapper #snippet--gallery a.ajax_imgs {
float: right;
margin-right: 5px;
font-family: 'Open Sans', sans-serif;
color: #cacaca;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
}
#photoAlbums-main-wrapper #snippet--gallery a.ajax_imgs:hover {
color: #4A4A4A;
}
#photoAlbums-main-wrapper #snippet--gallery .fotogallery-arrow-next {
    background: url("/img/2014/arrow-next-blue.png") center right;
    background-repeat: no-repeat;
    height: 35px;
    line-height: 35px;
    width: 50px;
    vertical-align: middle;
    float: right;
    padding-right: 20px;
}
#photoAlbums-main-wrapper #snippet--gallery .fotogallery-arrow-next.album {
    width: 200px !important;
}
/* PROLINK FIX */
#content #prolinkftr {
height: 444px;
}
#content #prolinkftr .prolinkftr-fixed {
width: 956px;
padding: 0px 20px;
height: 424px;
}
#content #prolinkftr .prolinkftr-fixed .prolinkftr-light h3 {
margin-top: 0px;
}
#content #prolinkftr .prolinkftr-fixed .prolinkftr-light ol {
padding-left: 0;
}
#content-wrapper #content #prolinkftr .prolinkftr-dark {
margin-top: 28px;
}
#content-wrapper #content #prolinkftr .prolinkftr-dark .prolinkftr-right {
width: 170px;
}
#content #prolinkftr .prolinkftr-fixed .prolinkftr-light ol li.twitter,
#content #prolinkftr .prolinkftr-fixed .prolinkftr-light ol li.google,
#content #prolinkftr .prolinkftr-fixed .prolinkftr-light ol li.facebook {
padding-top: 0;
}
#hotelreview-list-id div.hotelreview-block span.review-ico.thumb_down {
background-position: 0px -40px;
}
#whole_page_wrapper {
position: relative;
}
#whole_page_wrapper #top40.dialogToolWindow {
position: absolute;
top: 170px;
left: 0px;
}
#content-wrapper.main {
top: -20px;
}
/* hypertext photoalbums fix */
#content li.interleaved {
width: 100%;
}
#content li.interleaved > div.hypertext.hyper-pink {
margin: 0;
width: 100%;
/* float: left; */
}
#content li.interleaved > div.hypertext.hyper-pink .adv-wrap {
margin-bottom: 0;
}
/* TRIPILOT SMALL */
.airline-content-right #airline-search #tripilot-partnership-widget {
border: none;
background: none;
}
.airline-content-right #airline-search #tripilot-partnership-widget h3.widget-title {
text-align: left;
margin-bottom: 0;
margin-top: 17px;
color: #4A4A4A;
font-size: 26px;
text-transform: uppercase;
line-height: 40px;
font-family: "Roboto Slab",serif;
font-weight: bold;
padding-left: 55px;
background: url(/img/2014/ico_plane.png) no-repeat;
padding-top: 0px;
padding-bottom: 0px;
border-top: 1px solid #f2f2f2 !important;
border-bottom: 1px solid #f2f2f2 !important;
font-size: 17px;
}
.airline-content-right #airline-search #tripilot-partnership-widget form#tripilot-form {
padding-left: 0px;
padding-right: 0px;
}
.airline-content-right #airline-search #tripilot-partnership-widget form#tripilot-form input[type=text] {
border-radius: 4px;
border: 1px solid #bcbcbc;
box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
padding: 0 5px;
color: #000;
font-weight: 100;
width: 248px;
}
.airline-content-right #airline-search #tripilot-partnership-widget form#tripilot-form label {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color: #4A4A4A;
font-size: 14px;
margin-bottom: 5px;
}
.airline-content-right #airline-search #tripilot-partnership-widget form#tripilot-form button {
text-shadow: none;
box-shadow: none;
border-radius: 0;
background: #787878;
font-family: 'Open Sans', sans-serif;
float: none;
margin: 0px;
}
.airline-content-right #airline-search #tripilot-partnership-widget form#tripilot-form .buttons {
margin-top: 20px;
text-align: center;
}
#snippet-carousel-carousel ul.running li > span i {
color: #FFB700;
font-weight: 600;
padding-right: 5px;
border-right: 2px solid #FFB700;
border-left: 2px solid #FFB700;
margin-right: 5px;
padding-left: 5px;
}
#gMap div div.gm-style-iw div.mapiw_viewtour.bubble form {
display: none;
}
#travelagency-wrapper form fieldset#newForm.hotelReview {
margin: 10px;
padding: 10px;
margin-top: 15px;
background: #efefef;
border-radius: 6px;
padding-top:20px;
}
#travelagency-wrapper form fieldset#newForm.hotelReview > div{
margin-bottom:15px;
}
#travelagency-wrapper form fieldset#newForm.hotelReview label {
text-align: left;
color: #4A4A4A;
font-weight: 800;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
font-weight: 100;
font-size: 13px;
}
#travelagency-wrapper form fieldset#newForm.hotelReview input[type=text] {
border-radius: 6px;
border: 0px solid #bcbcbc;
box-shadow: none;
padding: 0 5px;
color: #000;
line-height: 35px;
height:35px;
font-weight: 100;
}
#travelagency-wrapper form fieldset#newForm.hotelReview textarea {
border-radius: 6px;
border: 0px solid #bcbcbc;
box-shadow: none;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
max-width: 830px;
width: 465px;
}
#travelagency-wrapper form fieldset#newForm.hotelReview .textarea-wrapper {
padding: 0;
border: none;
box-shadow: none;
}
#travelagency-wrapper form fieldset#newForm.hotelReview span.tip-icon {
display: none;
}
#travelagency-wrapper form fieldset#newForm.hotelReview .edit-map {
height: 31px;
margin-top: 0px;
}
    #travelagency-wrapper form fieldset#newForm.hotelReview .edit-map .mapBtn{
        left: 0px !important;
        top: -20px !important;
    }
     #travelagency-wrapper form fieldset#newForm.hotelReview .edit-map .mapBtn.edited{
        left: -3px !important;
    }
#travelagency-wrapper form fieldset#newForm.hotelReview .edit-gallery {
width: 550px;
}
#travelagency-wrapper form fieldset#newForm.hotelReview .edit-gallery label,
#travelagency-wrapper form fieldset#newForm.hotelReview .edit-map label {
display: inline-block;
float: left;
}
#travelagency-wrapper form fieldset#newForm.hotelReview .edit-gallery #images-control,
#travelagency-wrapper form fieldset#newForm.hotelReview .edit-map .mapBtn {
height: 31px;
position: relative;
top: 0;
left: 0;
display: inline-block;
background: none;
width: auto;
overflow: hidden;
padding-left: 245px;
}
#travelagency-wrapper form fieldset#newForm.hotelReview .edit-gallery #images-control {
margin-left: -15px;
height: 215px;
min-height: 31px;
max-height: 250px;
width: 230px;
margin-top: -20px;
}
#travelagency-wrapper form fieldset#newForm.hotelReview .edit-gallery #images-control a,
#travelagency-wrapper form fieldset#newForm.hotelReview .edit-map .mapBtn a {
width: auto !important;
text-shadow: none;
border-radius: 0;
background: #4A4A4A;
color: #fff !important;
font-family: 'Open Sans', sans-serif;
padding: 5px 20px 4px;
top: 0;
left: 0;
right: 0;
height: auto;
margin-left: -30px;
line-height: 24px !important;
text-decoration: none;
border: 0px !important;
font-weight: 700;
}
#travelagency-wrapper form fieldset#newForm.hotelReview .edit-gallery #images-control a:hover,
#travelagency-wrapper form fieldset#newForm.hotelReview .edit-map .mapBtn a:hover {
background: #ffbc2b;
}
/* add position div to add new map */
.edit-map .display-position {
    height: 45px;
    font-size: 14px;
    display: none;
}
    .edit-map .display-position.show {
    display: block;
}
#travelagency-wrapper form fieldset#newForm.hotelReview .edit-gallery #images-control a {
    position: relative;
    margin-left: -15px;
    background: #4A4A4A;
    /*padding: 5px 30px 4px;*/
    color: #fff;
    line-height: 31px;
    font-weight: 600;
    text-transform: uppercase;
}
#travelagency-wrapper form fieldset#newForm.hotelReview .edit-gallery #images-control img + a {
line-height: 21px;
border: none;
}
#travelagency-wrapper form fieldset#newForm.hotelReview .edit-gallery {
height: 100px;
min-height: 31px;
max-height: 150px;
margin-top: 0;
margin-bottom: 0;
}
#travelagency-wrapper form fieldset#newForm.hotelReview .edit-gallery span {
/* height: 31px; */
height: auto !important;
margin-left: 0;
display: block;
/*margin-top: -10px;*/
}
#travelagency-wrapper form fieldset#newForm.hotelReview select {
border-radius: 6px;
border: 0px solid #bcbcbc;
box-shadow: none;
padding-left: 0;
padding-right: 0;
height:35px !important;
line-height: 35px !important;
width:295px !important;
margin-right:5px;

}
/* SELECTS - FIXES */
div#discussions-filter-box form#frm-search span.discussions-filter-destination_id,
div#photoalbums-list-id form#frm-grid-filterForm div.filter fieldset span.wrapper-destination,
#hotelreview-list-id #frm-grid-filterForm .filter .row .wrapper-type,
#hotelreview-list-id #frm-grid-filterForm .wrapper-destination,
#hotelreview-list-id #frm-grid-filterForm .wrapper-country_code,
#hotelreview-list-id #frm-grid-filterForm .wrapper-sort {
width: 305px !important;
left: 335px;
background:#FFF;
border-radius: 6px;
background: #FFF url("/img/2014/select_arrow.png") no-repeat scroll 95% center;
/*background: url(/img/2014/BIG_select.png);*/
}
div#photoalbums-list-id form#frm-grid-filterForm div.filter fieldset span.wrapper-destination,
div#photoalbums-list-id form#frm-grid-filterForm div.filter fieldset span.wrapper-sort {
    top:65px;
}
div#photoalbums-list-id form#frm-grid-filterForm div.filter fieldset span.wrapper-destination {
    left:15px;
}
div#photoalbums-list-id form#frm-grid-filterForm div.filter fieldset span.wrapper-sort {
    left:335px;
    position: absolute;
}
div#discussions-filter-box form#frm-search span.discussions-filter-order,
 {
width: 160px !important;
left: 477px;
background: url(/img/2014/BIG_select.png);
}
div#discussions-filter-box form#frm-search span.discussions-filter-title,
div#photoalbums-list-id form#frm-grid-filterForm div.filter fieldset span.wrapper-title {
width: 625px !important;
/*background: url(/img/2014/BIG_input.png);*/
}
div#photoalbums-list-id form#frm-grid-filterForm div.filter fieldset span.wrapper-title {
    left:15px;
    position: absolute;
    top: 13px;
}
div#discussions-filter-box form#frm-search span.discussions-filter-title > input[type=text],
div#travelogue-list-id form#frm-grid-filterForm div.filter fieldset span.wrapper-title > input[type=text],
div#photoalbums-list-id form#frm-grid-filterForm div.filter fieldset span.wrapper-title > input[type=text] {
    width: 500px;
    padding-top:0;
    padding-bottom:0;
}
div#travelogue-list-id form#frm-grid-filterForm div.filter fieldset span.actions > input[type=submit],
div#photoalbums-list-id form#frm-grid-filterForm div.filter fieldset span.actions > input[type=submit] {
left: 245px;
left: 540px !important;
width: 100px;
text-align: center;
background: #FFB700 none repeat scroll 0% 0% !important;
top: 10px !important;
height: 40px;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
color: #FFF;
}
div#discussions-filter-box form#frm-search span.discussions-filter-destination_id a.chzn-single,
div#discussions-filter-box form#frm-search span.discussions-filter-order a.chzn-single {
    width: 300px !important;
}
div#travelogue-list-id form#frm-grid-filterForm div.filter fieldset span.wrapper-sort a.chzn-single,
div#travelogue-list-id form#frm-grid-filterForm div.filter fieldset span.wrapper-destination a.chzn-single {
    width: 195px !important;
}
div#photoalbums-list-id form#frm-grid-filterForm div.filter fieldset span.wrapper-sort a.chzn-single,
div#photoalbums-list-id form#frm-grid-filterForm div.filter fieldset span.wrapper-destination a.chzn-single {
    width:305px !important;
}
div#discussions-filter-box form#frm-search span.discussions-filter-destination_id div.chzn-drop,
div#discussions-filter-box form#frm-search span.discussions-filter-order div.chzn-drop {
    width: 297px !important;
}
div#travelogue-list-id form#frm-grid-filterForm div.filter fieldset span.wrapper-sort div.chzn-drop,
div#travelogue-list-id form#frm-grid-filterForm div.filter fieldset span.wrapper-destination div.chzn-drop {
    width: 192px !important;
}
div#photoalbums-list-id form#frm-grid-filterForm div.filter fieldset span.wrapper-destination div.chzn-drop,
div#photoalbums-list-id form#frm-grid-filterForm div.filter fieldset span.wrapper-sort div.chzn-drop {
    width:297px !important;
}
div#discussions-filter-box form#frm-search span.discussions-filter-title {
left: 2px;
}
div#discussions-filter-box form#frm-search span.discussions-filter-order div#frmsearch_order_chzn {
width: 305px !important;
}
div#discussions-filter-box form#frm-search span.discussions-filter-destination_id div#frmsearch_destination_id_chzn {
width: 305px !important;
}
div#discussions-filter-box form#frm-search span.discussions-filter-button > input[type=submit] {
/*left: 246px;
background: none !important;*/
}
div#discussions-filter-box form#frm-search span.discussions-filter-destination_id div.chzn-drop input[type=text],
div#discussions-filter-box form#frm-search span.discussions-filter-order div.chzn-drop input[type=text] {
line-height: 14px;
font-size: 14px;
height: auto;
width: 90% !important;
}
/* RESTYLING FILTERS */

/*travelogue*/
#travelogue-list-id div form {
    height: 125px;
}
#travelogue-list-id span.wrapper-destination{
    position: absolute;
    left: 228px !important;
    top: 65px !important;
}
#travelogue-list-id span.wrapper-sort{
    position: absolute;
    left: 440px !important;
    top: 65px;
}
#travelogue-list-id span.wrapper-country_code{
    position: absolute;
    left: 15px !important;
    top: 65px;
}
#travelogue-list-id span.actions input {
    left: 592px !important;
    top: 5px !important;
}
/* /travelogue*/

/* hotels */
#hotelreview-list-id #frm-grid-filterForm .filter .row .wrapper-type {
    left: 15px !important;
    top: 115px;
}
#hotelreview-list-id #frm-grid-filterForm .filter .row .wrapper-country_code{
    position: absolute;
    left: 15px;
    top: 65px;
    height: 40px;
}
#hotelreview-list-id #frm-grid-filterForm .wrapper-sort {
    left: 335px;
    top:115px;
}
#hotelreview-list-id #frm-grid-filterForm .wrapper-destination {
    left: 335px !important;
}
#hotelreview-list-id #frm-grid-filterForm .wrapper-country_code .chzn-container,
#hotelreview-list-id #frm-grid-filterForm .wrapper-sort .chzn-container,
#hotelreview-list-id #frm-grid-filterForm .wrapper-type .chzn-container,
#hotelreview-list-id #frm-grid-filterForm .wrapper-destination .chzn-container{
    width: 305px !important;
}

#hotelreview-list-id #frm-grid-filterForm .wrapper-country_code .chzn-container a.chzn-single span,
#hotelreview-list-id #frm-grid-filterForm .wrapper-sort .chzn-container a.chzn-single span,
#hotelreview-list-id #frm-grid-filterForm .wrapper-type .chzn-container a.chzn-single span,
#hotelreview-list-id #frm-grid-filterForm .wrapper-destination .chzn-container a.chzn-single span{
    width: 305px !important;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#hotelreview-list-id span.wrapper-type a span{
    padding-top: 0px !important;
}

/*/hotels*/
#discussions-filter-box {
    background:#efefef;
    border-radius:6px;
}
#discussions-filter-box span.discussions-filter-title {
    position: absolute;
    top: 10px;
    left: 13px !important;
}
#discussions-filter-box span.discussions-filter-title input#frmsearch-title {
    padding-left:10px;
    height:40px;
}
#discussions-filter-box.common_dicussions span.discussions-filter-title {
    top:0;
}

#discussions-filter-box span.discussions-filter-destination_id,
#photoalbums-list-id span#gallery-destination {
    position: absolute;
}
#discussions-filter-box span.discussions-filter-order {
    position: absolute;
    left: 13px !important;
    top: 65px;
    border-radius: 6px;
}
#discussions-filter-box span.discussions-filter-button input,
#photoalbums-list-id span#gallery-action input {
    left: 580px !important;
    top: 5px !important;
    left: 540px !important;
    width: 100px;
    text-align: center;
    background: #FFB700 none repeat scroll 0% 0% !important;
    top: 10px !important;
    height: 40px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    color: #FFF;
    position: absolute;
}

input#frmfilterForm-destination-title{

}

div#discussions-filter-box.common_dicussions span.discussions-filter-title{
    left: 0px !important;
}
div#discussions-filter-box.common_dicussions span.discussions-filter-order {
    left: 440px !important;
    top: 70px !important;

}
div#discussions-filter-box.common_dicussions  span.discussions-filter-button input{
    left: 595px !important;
}
/* HOMEPAGE ADV LABEL */
.homepage-adv-label {
    position: relative;
    color: #989898;
    font-size: 10px;
    text-align: right;
    margin-bottom: 0px;
    width: 670px;
    visibility: hidden;
}
#header-overlay .inside_header_bg {
width: 100%;
height: 100%;
margin-top: 30px;
background: url("/img/2014/bg.jpg") 0 0 repeat;
}
/* SKI RESORT FIX */
.user-col .add_ski_review > a.link {
display: block;
width: 260px;
color: #4A4A4A;
font-size: 18px;
font-family: 'Open Sans', sans-serif;
padding: 0 40px 0 0;
line-height: 40px;
background: url(/img/2014/orbion_add_ico.png);
background-position: 100% 50%;
background-repeat: no-repeat;
text-align: right;
text-transform: uppercase;
font-weight: 700;
}
.hotelReview #photoAlbumH2title.ski_hotel_review_title {
border: none;
}
.hotelReview #photoAlbumH2title.ski_hotel_review_title h2.review {
background: #F9F9F9 url("/img/2014/img-sprite.png") -98px -108px no-repeat;
border: 0 none !important;
color: #4A4A4A;
font-family: "Roboto Slab",serif;
font-size: 22px;
font-weight: bold;
height: 40px;
line-height: 40px;
padding: 0 18px 0 55px;
margin-bottom: 0px;
text-align: left;
text-transform: uppercase;
clear: both;
width: 573px;
}
.hotelReview #photoAlbumH2title.ski_hotel_review_title form#frm-list-filterForm {
top: 28px;
right: 10px;
}
.hotelReview #reviews.ski_reviews {
padding: 0;
margin-bottom: 20px;
}
.hotelReview #reviews.ski_reviews .item {
padding: 10px 0px 0 0;
line-height: 1.15em;
height: 30px;
vertical-align: top;
display: block;
width: 646px;
border-bottom: 1px solid #d5d5d5;
margin-bottom: 0;
}
.hotelReview #reviews.ski_reviews .item > div {
height: 30px;
overflow: hidden;
}
.hotelReview #reviews.ski_reviews .item > div div.rel {
height: 30px;
margin: 0;
background: url(/img/2014/ico_small_disc.png) no-repeat 10px 0%;
}
.hotelReview #reviews.ski_reviews .item > div div.rel span.thumb {
display: none;
}
.hotelReview #reviews.ski_reviews .item > div div.rel span.reviewCreated.date {
display: none;
}
.hotelReview #reviews.ski_reviews .item > div div.rel strong {
width: 500px;
display: inline-block;
}
.hotelReview #reviews.ski_reviews .item > div div.rel strong a {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color: #4A4A4A;
font-size: 14px;
text-decoration: none;
}
.hotelReview #reviews.ski_reviews .item > div div.rel strong a:hover {
color: #ffbc2b;
font-weight: 800;
}
.hotelReview #reviews.ski_reviews .item > div div.rel span.date.visited {
position: static;
display: inline-block;
width: 90px;
white-space: nowrap;
text-align: right;
color: #72d3fe;
padding-left: 5px;
border-left: 1px solid #d1d1d1;
}
div.hotelReview.detail.hotel-detail div.review div.nfo.left {
width: 386px;
}
div.hotelReview.detail.hotel-detail div.review div.nfo.left h1 {
border: none;
color: #ffbc2b;
}
#subject .hotelReview div.resort-info > ul.f12.left {
width: 200px;
margin-right: 10px;
}
#subject .hotelReview div.resort-info > ul.f12.left > li {
padding-right: 0;
width: 200px;
line-height: 31px;
margin-bottom: 0;
padding-top: 0;
}
#subject .hotelReview div.resort-info.prices > ul.f12 > li strong,
#subject .hotelReview div.resort-info > ul.f12.left > li strong {
background: none;
}
#subject .hotelReview div.resort-info.prices > ul.f12 > li {
width: 300px;
padding-top: 0;
line-height: 31px;
}
#subject .article_wrapper .article_fiki .imgItem div span a { z-index: 0 !important; }
/* TRAVELOGUES IN ALBUMS */
#subject .travelogues_photoalbum > h2 {
background: #F9F9F9 url("/img/2014/img-sprite.png") -98px -68px no-repeat;
border: 0 none !important;
color: #CBCBCB;
font-family: "Roboto Slab",serif;
font-size: 26px;
font-weight: bold;
height: 40px;
line-height: 40px;
padding: 0 18px 0 60px;
text-align: left;
text-transform: uppercase;
margin-bottom: 0px;
}
#subject .travelogues_photoalbum .filter-block ul > li {
height: 30px;
padding-right: 0;
border-bottom: 1px solid #d5d5d5;
padding-top: 5px;
padding-bottom: 5px;
}
#subject .travelogues_photoalbum .filter-block ul > li > div.photoAlbum {
height: 30px;
padding-bottom: 0px;
background: url(/img/2014/ico_small_trav.png) no-repeat 7px 60%;
padding-left: 40px;
width: 640px;
line-height: 30px;
}
#subject .travelogues_photoalbum .filter-block ul > li > div.photoAlbum h3 {
margin: 0px;
line-height: 30px;
display: inline-block;
width: 480px;
max-width: 480px;
}
#subject .travelogues_photoalbum .filter-block ul > li > div.photoAlbum h3 a {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color: #4A4A4A !important;
font-size: 14px;
}
#subject .travelogues_photoalbum .filter-block ul > li > div.photoAlbum h3 a:hover {
font-weight: 800;
color: #ffbc2b !important;
}
#subject .travelogues_photoalbum .filter-block ul > li > div.photoAlbum span.suffix {
display: inline-block;
position: static;
font-weight: 400;
font-size: 14px;
width: 120px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-transform: uppercase;
padding-top: 0px;
color: #72d3fe;
height: auto;
top: 0;
left: 0;
padding-left: 5px;
border-left: 1px solid #d5d5d5;
margin-bottom: 5px;
height: 20px;
line-height: 20px;
}
#subject .travelogues_photoalbum .filter-block ul > li > div.photoAlbum > div {
display: none;
}
#subject .travelogues_photoalbum .filter-block > div.box,
#subject .travelogues_photoalbum div.box.photoAlbums { margin-top: 0px; }
#travelogue-list-id #snippet-grid-NextPageAjax #NextPageAjax {
text-align: right;
}
#travelogue-list-id #snippet-grid-NextPageAjax #NextPageAjax a {
background: url("/img/2014/arrow-next-blue.png") center right;
background-repeat: no-repeat;
height: 35px;
line-height: 35px;
float: right;
vertical-align: middle;
padding-right: 20px;
display: block;
margin-right: 5px;
font-family: 'Open Sans', sans-serif;
color: #4A4A4A;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
}
#whole_page_wrapper #content #rtb-leaderboard {
margin: 20px auto 20px auto;
}

/* LOADER IN GALLERY */
.photogallery-image-loader {
position: absolute;
top: 125px;
left: 35%;
width: 200px;
height: 80px;
background: #fff;
vertical-align: middle;
line-height: 80px;
text-align: center;
z-index: 9999999;
}

/* USER PROFILE FIXES */
.user_profile div.addFriend.interactive strong.info {
color: #cacaca;
font-size: 18px;
font-family: 'Open Sans', sans-serif;
margin: 10px 0;
}
#newProfile .user-block-main .left_block.avatar {
margin-top: 0px;
}
#newProfile .user-block-main .right_block.nfo {
margin-top: 0px;
}
#newProfile .user-block-main .right_block.nfo .user-block-content span.username_name {
font-size: 40px;
font-family: 'Roboto Slab', serif;
color: #4A4A4A;
font-weight: 400;
padding-left: 15px;
display: inline-block;
line-height: 53px;
float: left;
}
#newProfile .user-block-main .right_block.nfo .user-block-content {
padding: 4px 10px 20px;;
}
#newProfile .user-block-main {
padding-bottom: 0px;
}
/* TABLET FIX */
span.wrapper-type select {
position: absolute;
top: 10px;
left: 5px;
border: none;
background: none;
}
span.wrapper-destination select {
position: absolute;
top: 10px;
left: 5px;
border: none;
background: none;
}
span.wrapper-sort select {
position: absolute;
top: 10px;
left: 5px;
border: none;
background: none;
}
#travelogue-list-id span.wrapper-destination select,
#travelogue-list-id span.wrapper-sort select,
#photoalbums-list-id span.wrapper-sort select,
#photoalbums-list-id span.wrapper-destination select {
width: 120px !important;
 -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
#discussions-filter-box span.discussions-filter-order select,
#discussions-filter-box span.discussions-filter-destination_id select {
width: 120px;
position: absolute;
top: 10px;
left: 5px;
border: none;
background: none;
}

#travellers_grid form fieldset > span.span_4 select {
position: absolute;
top: 10px;
left: 5px;
border: none;
background: none;
width: 180px;
}
#newProfile form fieldset span.actions input[type=submit] { background: none; }
#travelagency-list-id span.wrapper-type select,
#travelagency-list-id span.wrapper-destination select,
#travelagency-list-id span.wrapper-sort select {
width: 180px;
}

/* ADD ARLINE REVIEW */
#travelagency-wrapper .alone form fieldset#newForm div label {
color: #4A4A4A;
font-weight: 100;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
width: 200px;
}
#travelagency-wrapper .alone form fieldset#newForm div .tip-icon {
display: none!important;
}
#travelagency-wrapper .alone form fieldset#newForm div.like_no label[for=frmreviewForm-like_it-0]{
background: url('/img/2014/sprites-thumbs-filled-small.png');
background-repeat: no-repeat;
background-position: 2px 2px;
height: 34px;
margin-left: 60px !important;

}
#travelagency-wrapper .alone form fieldset#newForm div.like_no label[for=frmreviewForm-like_it-1]{
    background: url('/img/2014/sprites-thumbs-filled-small.png');
    background-repeat: no-repeat;
    background-position: 4px -42px;
    height: 34px;
    margin-left: 60px !important;
}

/* FIX FLAGS IN TRAVEL AGENCY */
#travelagency-wrapper .travelagency-hotelReview .box.flags ul.left li {
padding: 0px !important;
}

#sticky_banners_wrap.sticky_wrap {
float: right;
width: 300px;
}

/* USER ONLINE/OFFLINE */
#newProfile .user-block-main .right_block.nfo .user-block-content span.last_logins {
height: 53px;
line-height: 53px;
display: inline-block;
float: right;
padding-top: 7px;
}
#newProfile .user-block-main .right_block.nfo .user-block-content span.last_logins span {
display: block;
line-height: 18px;
font-size: 12px;
text-align: right;
color: #4A4A4A;
}
#newProfile .user-block-main .right_block.nfo .user-block-content span.last_logins span strong {
font-weight: 100;
color: #00b3fc;
}
#newProfile .user-block-main .right_block.nfo .user-block-content span.status {
height: 53px;
line-height: 53px;
display: inline-block;
float: left;
width: 30px;
}
.adv.wallpaper-480 span.lbl.wall_lbl {
top: -10px;
right: 85px;
}
#newProfile div.no_aboutme {
font-size: 16px;
text-align: center;
color: #4A4A4A;
font-family: 'Open Sans', sans-serif;
margin-top: 60px;
}
#newProfile div.no_aboutme a {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #00b3fc;
}
#newProfile div.no_aboutme img {
margin-right: 20px;
margin-left: 20px;
}
#newProfile div.no_aboutme .inner {
float: left;
width: 400px;
padding-top: 50px;
}
.airline-content-right h1.airline_tickets_title {
border: none;
width: 100%;
text-align: right;
font-size: 40px;
font-family: 'Roboto Slab', serif;
color: #4A4A4A;
font-weight: 400;
padding-bottom: 0px;
margin-bottom: 0px;
}
.airline-content-right div.airline_tickets_adds {
float: none !important;
text-align: right;
margin: 0px;
}
.airline-content-right div.airline_tickets_adds .review {
color: #4A4A4A;
font-size: 18px;
font-family: 'Open Sans', sans-serif;
padding: 7px 40px 7px 0;
background: url(/img/2014/orbion_add_ico.png);
background-position: 100% 50%;
background-repeat: no-repeat;
font-weight: 700;
line-height: 40px;
}
#airline-content .airline_review .no_reviews {
padding-top: 20px;
}
#airline-content .airline_review .no_reviews h2 {
margin-left: 30px;
font: 700 30px/36px Arial;
color: rgb(81, 81, 81);
width: 570px;
margin-top: 45px;
}
#airline-content .airline_review .no_reviews a {
margin-left: 30px;
color: #cacaca;
font-size: 18px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
}
/* TOP STUFF HOTEL FIX */
#subject .topStuff div.top_stuff_hotels_all ul.topHotels > li {
width: 315px;
float: left;
padding-top: 0px;
}
#subject .topStuff div.top_stuff_hotels_all ul.topHotels > li a img {
margin-right: 100px;
}
#subject .topStuff div.top_stuff_hotels_all ul.topHotels > li div.star_rating {
margin-left: 0px !important;
margin-bottom: 0px;
}
#subject .topStuff a.more {
height: 35px;
line-height: 35px;
padding-right: 20px;
background: url("/img/2014/arrow-next-blue.png") center right no-repeat;
}
a.more-travelogues {
    height: 35px;
    line-height: 35px;
    padding-right: 20px;
    background: url("/img/2014/arrow-next-blue.png") center right no-repeat;
    color: #4A4A4A;
    font-weight: 600;
    text-transform: uppercase;
}

/* discussion back link */
div.goback-dis{
    width: 100%;
    background: url("/img/2014/arrow-prev-blue.png") 600px 1px no-repeat;
    height: 35px;
    line-height: 35px;
    text-align: right
}
/* discussion back link */
    div.goback-dis a {
        font-family: 'Open Sans', sans-serif;
        color: #4A4A4A;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
    }
    div.goback-dis a:hover {
        text-decoration: underline;
    }

.timeline-load-more .more,
#snippet-userNotifications-usernotif .more,
#snippet-userMessages-userMessages .more {
    height: 35px;
    line-height: 35px;
    padding-right: 20px;
    background: url("/img/2014/arrow-next-blue.png") center right no-repeat;
    text-transform: uppercase;
    color: #4A4A4A;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
#snippet-userNotifications-usernotif .notifi{
    width: 140px !important;
}
#snippet-userMessages-userMessages .mess {
    width: 105px !important;
}
.topTravelouge h2.travelogue {
background: #F9F9F9 url("/img/2014/img-sprite.png") -98px -68px no-repeat;
border: 0 none !important;
color: #4A4A4A;
font-family: "Roboto Slab",serif;
font-size: 26px;
font-weight: bold;
height: 40px;
line-height: 40px;
padding: 0 18px 0 50px;
text-align: right;
text-transform: uppercase;
}
.user-block-content #user-about {
margin-top: 40px;
}
/* user message form fix */
#user-msg-page.user_message_form {
margin-top: 30px;
}
#user-msg-page.user_message_form h1.f15 {
border: none;
margin-bottom: 10px !important;
color: #4A4A4A;
}
#user-msg-page.user_message_form h1.f15 > span {
color: #ffbc2b;
}
#user-msg-page.user_message_form .newMsg form textarea {
border-radius: 4px;
border: 1px solid #bcbcbc;
box-shadow: inset -3px 3px 9px 1px rgba(180, 180, 180, 0.1);
padding-left: 0;
padding-right: 0;
padding-top: 5px;
}
#user-msg-page.user_message_form .newMsg form input[type=submit] {
text-shadow: none;
border-radius: 0;
background: #4A4A4A;
font-family: 'Open Sans', sans-serif;
}
#user-msg-page.user_message_form .newMsg form input[type=submit]:hover {
background: #ffbc2b;
}
#user-msg-page.user_message_form .discussions #user-msg-control div.item {
background: none;
border: 1px solid #cacaca;
}
#user-msg-page.user_message_form .discussions #user-msg-control div.item div.contribution-strip a.delete {
background-color: #4A4A4A;
}
#user-msg-page.user_message_form .discussions #user-msg-control div.item p.contributionTextP {
color: #4A4A4A;
font-family: 'Open Sans', sans-serif;
}
#user-msg-page.user_message_form .discussions #user-msg-control div.item .itemHead {
font-family: 'Open Sans', sans-serif;
}

/* weather fix */
#subject.subject div.weather_detail .more_weather .topStuff .top_stuff_hotels_all ul.topHotels li {
    display: block;
    min-height: 400px;
}
#subject.subject div.weather_detail .more_weather .topStuff .top_stuff_hotels_all ul.topHotels li img {
margin-right: 0px;
}
/* hotels fix */
#subject #hotelreview-list-id li.interleaved {
margin-bottom: 10px;
padding-top: 10px;
}
#subject #hotelreview-list-id li.interleaved .adv.hypertext.hyper-pink {
top: 0;
}
#subject #hotelreview-list-id li.interleaved .adv.context-600 {
margin-top: 0px;
}
/* dialogToolWindow flags */
#top40 .tabs-content #Panel h2 {
color: #0073A4;
font-family: Arial, sans-serif;
text-transform: uppercase;
font-weight: 600;
}
/*#top40.dialogToolWindow #Panel.top_forty ul li
{
padding-left: 25px;
background: url('/img/2014/ico_small_disc.png') no-repeat;
background-position: 1px 4px;
}
*/

#top40.dialogToolWindow #Panel.top_forty ul li,
#subject div.list .items .item span.ico {
padding-left: 20px;
background: url('/img/2014/vlajky_new.png') no-repeat;
/*background-position: 1px 4px;*/
}
#top40.dialogToolWindow #Panel.top_forty ul li.c-ca { background-position: 0px -2987px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-us { background-position: 0px -6950px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-il { background-position: 0px -2632px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-gr { background-position: 0px -5442px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-es { background-position: 0px -6388px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-gb { background-position: 0px -7098px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-ch { background-position: 0px -6447px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-pt { background-position: 0px -5235px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-at { background-position: 0px -5264px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-tr { background-position: 0px -6743px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-eg { background-position: 0px -1390px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-fr { background-position: 0px -1716px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-me { background-position: 0px -1154px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-bg { background-position: 0px -1007px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-do { background-position: 0px -1331px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-cl { background-position: 0px -2366px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-hr { background-position: 0px -2395px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-id { background-position: 0px -2454px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-it { background-position: 0px -2603px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-ke { background-position: 0px -3105px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-cu { background-position: 0px -3313px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-cy { background-position: 0px -3372px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-my { background-position: 0px -3845px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-mv { background-position: 0px -3905px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-ma { background-position: 0px -3992px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-mu { background-position: 0px -4110px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-mx { background-position: 0px -4200px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-om { background-position: 0px -4850px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-pa { background-position: 0px -4998px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-re { background-position: 0px -5293px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-sc { background-position: 0px -5678px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-ae { background-position: 0px -5856px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-lk { background-position: 0px -5915px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-th { background-position: 0px -6536px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-tn { background-position: 0px -6713px !important;}
#top40.dialogToolWindow #Panel.top_forty ul li.c-vn { background-position: 0px -7157px !important;}
/* added discussion tab */
#newProfile.user-profile #user-discussions-control h3.non_created,
#newProfile.user-profile #user-discussions-control h3.created_title {
background: url(/img/2014/disc_ico_general.png) no-repeat;
border-top: 1px solid #f3f3f3 !important;
border-bottom: 1px solid #f3f3f3 !important;
text-align: left;
color: #4A4A4A;
font-family: "Roboto Slab",serif;
font-size: 26px;
font-weight: bold;
height: 40px;
line-height: 40px;
padding: 0 18px 0 50px;
text-transform: uppercase;
margin-bottom: 0px;
width: 420px;
float: left;
margin-left: 0px;
}
#newProfile.user-profile #user-discussions-control h3.non_created { height: auto; }
#newProfile.user-profile #user-discussions-control #user-discussions-control-founded {
float: left;
width: 100%;
}
#newProfile.user-profile #user-discussions-control #user-discussions-control-uc {
float: left;
width: 100%;
}
#newProfile.user-profile #user-discussions-control #user-discussions-control-uc .items .item,
#newProfile.user-profile #user-discussions-control #user-discussions-control-founded .items .item {
padding: 0 0 0 0px;
height: 60px;
max-height: 60px;
border-bottom: 1px solid #f2f2f2;
background: none;
margin: 0;
width: 100%;
}
#newProfile.user-profile #user-discussions-control #user-discussions-control-uc .items .item {
height: 75px;
max-height: 75px;
}
#newProfile.user-profile #user-discussions-control #user-discussions-control-uc .items .item span.ico,
#newProfile.user-profile #user-discussions-control #user-discussions-control-founded .items .item span.ico {
position: relative !important;
float: left;
top: 0;
left: 0;
width: 24px;
height: 24px;
margin-top: 0px;
background: url(/img/2014/ico_small_disc.png) no-repeat 0% 0%;
margin: 0 10px;
}
#newProfile.user-profile #user-discussions-control #user-discussions-control-uc .items .item .colTitle,
#newProfile.user-profile #user-discussions-control #user-discussions-control-founded .items .item .colTitle {
padding-top: 0px;
width: 420px;
margin-top: 6px;
padding-left: 12px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
float: left;
padding-right: 10px;
height: 18px;
line-height: 18px;
border-left: 1px solid #cacaca;
}
#newProfile.user-profile #user-discussions-control #user-discussions-control-uc .items .item .colTitle a,
#newProfile.user-profile #user-discussions-control #user-discussions-control-founded .items .item .colTitle a {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color: #4A4A4A;
font-size: 14px;
line-height: 18px;
}
#newProfile.user-profile #user-discussions-control #user-discussions-control-uc .items .item .colTitle a:hover,
#newProfile.user-profile #user-discussions-control #user-discussions-control-founded .items .item .colTitle a:hover {
color: #ffbc2b;
text-decoration: none;
font-weight: 700;
}
#newProfile.user-profile #user-discussions-control #user-discussions-control-uc .items .item .botNumber,
#newProfile.user-profile #user-discussions-control #user-discussions-control-founded .items .item .botNumber {
padding-top: 0px;
width: 150px;
margin-top: 10px;
padding-left: 12px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
float: left;
padding-right: 10px;
height: 18px;
line-height: 18px;
border-left: 1px solid #cacaca;
margin-left: 44px;
}
#newProfile.user-profile #user-discussions-control #user-discussions-control-uc .items .item .lastComm,
#newProfile.user-profile #user-discussions-control #user-discussions-control-founded .items .item .lastComm {
padding-top: 0px;
width: 240px;
margin-top: 10px;
padding-left: 12px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
float: left;
padding-right: 10px;
height: 18px;
line-height: 18px;
border-left: 1px solid #cacaca;
margin-left: 10px;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
color: #4A4A4A;
}
#newProfile.user-profile #user-discussions-control #user-discussions-control-uc .items .item .comments {
float: left;
/*
height: 24px;
line-height: 24px;
*/
height: auto;
width: 100%;
text-align: right;
}
#newProfile.user-profile #user-discussions-control #user-discussions-control-uc .items .item .comments > a {
margin-top: 0px;
color: #ffbc2b;
}
#newProfile.user-profile #user-discussions-control #user-discussions-control-uc fieldset.userFormWrap,
#newProfile.user-profile #user-discussions-control #user-discussions-control-founded fieldset.userFormWrap {
margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
#newProfile .user-block-main .left_block .profile_menu ul li.discussion_favorites a .menu_item.favorites {
    width: 35px;
    height: 35px;
    background: url(/img/2014/user_profile_sprite_icons.png) no-repeat;
    background-position: 0px -90px;
}
#newProfile .user-block-main .left_block .profile_menu ul li.discussion_favorites a .menu_item.favorites:hover {
    width: 35px;
    height: 35px;
    background: url(/img/2014/user_profile_sprite_icons.png) no-repeat;
    background-position: -35px -90px;
}
#subject.subject .article_text_wrapper div.imgItem div.imgCase {
text-align: center;
margin-bottom: 5px;
}
/* skypicker widget - landscape */
#travelagency-wrapper #airline-content #airline-search-landscape {
width: 650px;
}
#travelagency-wrapper #airline-content #airline-search-landscape #orbion-partnership-widget {
width: 650px;
background: 0;
}
#travelagency-wrapper #airline-content #airline-search-landscape #orbion-partnership-widget form#orbion-form {
padding: 10px;
}
#travelagency-wrapper .airline-content-right #airline-search #orbion-partnership-widget h3.widget-title,
#travelagency-wrapper #airline-content #airline-search-landscape #orbion-partnership-widget h3.widget-title {
padding: 0px;
margin: 0;
margin-top: 10px;
background: url(/img/2014/ico_airlines.png) #F9F9F9 no-repeat;
border-top: 0px solid #f2f2f2 !important;
border-bottom: 0px solid #f2f2f2 !important;
text-align: left;
margin-bottom: 0;
color: #4A4A4A;
font-size: 18px;
text-transform: uppercase;
height: 40px;
line-height: 40px;
font-family: "Roboto Slab",serif;
font-weight: bold;
padding-left: 60px;
}
#travelagency-wrapper .airline-content-right #airline-search #orbion-partnership-widget h3.widget-title {
height: 40px;
margin-top: 0px;
}
#travelagency-wrapper .airline-content-right #airline-search #orbion-partnership-widget {
background: none;
padding-top: 18px;
}
#travelagency-wrapper .airline-content-right #airline-search #orbion-partnership-widget a#place-toggle {
display: none;
}

/* unread messages styling */
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item#unread strong.title a,
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item .colMiddle#unread {
    color: red !important;
    font-weight: 400;
}
#newProfile.user-profile .user-block-main #user-msg-control .friends_list .friends_list_inside .item .colMiddle#unread {
    border-left: 1px solid red;
}
/* bottom leaderboard center */
#rtb-leaderboard span div {
    margin: 0px auto;
}
/* TOP 40: FONT SIZE, REMOVE SPACE */
#top40 .tabs-content div.top_forty ul {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* TOP40 -> ALL COUNTRIES ( moved and edited from core.css, deleted in core.css )*/
.allOtherCountries {
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 14px;
}
.allOtherCountries:hover {
    font-size: 14px;
}
#top40 #othersCountries {
    /* float: right; */
    z-index: 1;
    width: 853px;
    height: 100%;
    /* max-height: 295px; */
    overflow: hidden;
    background: none;
    position: absolute;
    left: 66px;
    top: 0px;
}

#othersCountries .wrapper {
    width: 850px;
    height: 280px;
    overflow: scroll;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    overflow-x: hidden;
}
#othersCountries a.cls {
    height: 20px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 1px;
    width: 15px;
    cursor: pointer;
}
#othersCountries .alphabet {
    z-index: 1005;
    width: 615px;
    height: 30px;
    background: none;
    border-bottom: 1px solid #cbcbcb;
    padding: 1px 0 0 2px;
    margin: 0px auto;
    margin-top: 0px;

}
#othersCountries .alphabet * {
    display: block;
    float: left;
    padding: 5px 0;
}
#othersCountries .alphabet .ltr {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    line-height: 22px;
    font-weight: 300 !important;
    font-size: 18px;
    color: #000;
    display: block;
    cursor: pointer;
}
#othersCountries .alphabet .ltr:hover{
    left: -2px;
    padding: 5px 7px;
    margin-right: -4px;
    color: #2a8cbd !important;
    font-weight: 700 !important;
}
#othersCountries .alphabet .sep {
    position: relative;
    z-index: 1;
}
#othersCountries .aBlock        { margin-top:15px; padding-top: 0px; width: 400px; float: left; margin-right: 10px;}
#othersCountries .aBlock.first  { padding-top: 0; margin-top:15px;}
#othersCountries ul {
    width: 220px;
    margin-right: 20px;
}
#othersCountries .aBlock .lft {
    width: 195px;
    margin-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#othersCountries div.letter {
    color: #2a8cbd;
    padding: 15px 0 6px 5px;
}
#othersCountries .aBlock.scrolledTo div.letter {
    color: #005078;
    text-shadow: 2px 2px 10px #abd0e2, -1px -1px 0 #fff, 1px 1px 0 #d9ebf3, 2px 2px 1px #abd0e2;
}
#othersCountries .aBlock.scrolledTo ul a {
    text-shadow: none;
    color: #000;
}
#othersCountries li {
    line-height: 22px;
    height: 22px;
    background-image: url('/img/2014/vlajky_new.png');
    background-repeat: no-repeat;
}

#othersCountries li a {
    display: block;
    padding: 4px 0 4px 5px;
    color: #2a8cbd;
    font-weight: 700;
    line-height: 22px;
}
#othersCountries li a:hover,
#othersCountries .alphabet .ltr:hover,
#othersCountries .aBlock.scrolledTo ul a:hover{
    background: none;
    text-shadow: none;
    color: #2a8cbd !important;
    border-radius: 4px;
    font-size: 18px;
    line-height: 22px;
}
/* close */

#othersCountries a.cls,
#top40 .close a {
    background: url("/img/2014/back_cross.png") no-repeat center center;
    display: block;
    background-color: none;
    padding-left: 0px !important;
}
#othersCountries a.cls:hover,
#top40 .close a:hover {
    background: url("/img/2014/back_cross_red.png") no-repeat center center;

}
/* NEW BUTTONS - ALL PHOTOALBS, ALL TRAVELOGUES ... */
.all-next-albums,
.all-next-discussions,
.all-next-travelogues {
    margin: 0px auto;
    min-width: 150px;
    max-width: 200px;
    /*height: 20px;*/
    line-height: 20px;
    vertical-align: middle;
    clear: both;
    padding: 10px;
    background: #00c4ff;
    text-align: center;

    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 600;
    margin-top: 25px;
}
.all-from-state {
    margin: 50px auto;
    min-width: 150px;
    max-width: 410px;
    height: 58px;
    line-height: 20px;
    vertical-align: middle;
    clear: both;
    padding: 10px;
    background: #00c4ff;
    text-align: center;

    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 600;
}

.all-next-discussions a,
a.next-travelogues,
a.next-albums,
a.next-all-disc-state {
    color: #fff;
    text-decoration: none;
    font-size: 18px !important;
}
.all-next-albums:hover,
.all-next-discussions:hover,
.all-next-travelogues:hover,
.all-from-state:hover {
    background: #007193;
}

/* reqired field add album */
.alone.addForm label span.required-field {
    color: red;
    position: relative;
    right: 0px;
    width: 8px;
    display: inline-block !important;
}
/* my id / moje id login box */
a.my-id-login {
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #00b3fc !important;
    font-size: 12px;
    padding-left: 18px;
    text-decoration: none;
    height: 16px;
    line-height: 20px;
    background: url('/img/2014/mojeid-ico.png') no-repeat !important;

}

/* WHISPER ON MAIN SEARCH */
.whisperbox{
    display: none;
    background: #fff;
    position: absolute;
    width: 220px;
    top: 40px;
    padding: 0px;
    border: 1px solid gray;
}
    .whisperbox-diss{
    display: none;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 2px;
    width: 350px;
    z-index: 999;
    padding: 0px;
    border: 1px solid gray;
}

    .whisperbox a{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #101010;
        text-align: left;
        font-size: 13px;
        width: 220px;
        height: 26px;
        line-height: 26px;
        display: inline-block;
    }
    .whisperbox-diss a {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #101010;
        text-align: left;
        font-size: 13px;
        width: 345px;
        height: 26px;
        line-height: 26px;
        display: inline-block;
        padding-left: 5px;
    }
    .whisperbox a:hover,
    .whisperbox-diss a:hover {
        background-color: #d9f4ff !important;
    }
.whisperbox a.state,
.whisperbox-diss a.state {
    background: url("/img/2014/disc_ico_dest.png") no-repeat;
    background-size: 26px 26px;
    padding-left: 28px;
    width: 192px !important;
}
.whisperbox a.destination,
.whisperbox-diss a.destination {
    background: url("/img/2014/disc_ico_destin.png") no-repeat;
    background-size: 26px 26px;
    padding-left: 28px;
    width: 192px !important;
}
.whisperbox a.hotels,
.whisperbox-diss a.hotels {
    background: url("/img/2014/ico_hotel.png") no-repeat;
    background-size: 26px 26px;
    padding-left: 28px;
    width: 192px !important;
}
.whisperbox a.album,
.whisperbox-diss a.album {
    background: url("/img/2014/ico_leica.png") no-repeat;
    background-size: 26px 26px;
    padding-left: 28px;
    width: 192px !important;
}
.whisperbox a.travelers,
.whisperbox-diss a.travelers {
    background: url("/img/2014/ico_barbie.png") no-repeat;
    background-size: 26px 26px;
    padding-left: 28px;
    width: 192px !important;
}
.whisperbox a.travelogue,
.whisperbox-diss a.travelogue {
    background: url("/img/2014/ico_plane.png") no-repeat;
    background-size: 26px 26px;
    padding-left: 28px;
    width: 192px !important;
}
.whisperbox a.discussion,
.whisperbox-diss a.discussion {
    background: url("/img/2014/disc_ico_general.png") no-repeat;
    background-size: 26px 26px;
    padding-left: 28px;
    width: 192px !important;
}
.whisperbox a.ckca,
.whisperbox-diss a.ckca {
    background: url("/img/2014/disc_ico_aero.png") no-repeat;
    background-size: 26px 26px;
    padding-left: 28px;
    width: 192px !important;
}
/* fontsize changer */
div.sizechange-box {
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px !important;
    color: #4a4a4a;
    height: 40px;
    font-weight: 400;
    text-transform: none;
    line-height: 33px;
}
    div.sizechange-box div {
        margin-top: -2px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin-right: 1px;
        border: 0px solid red;
        cursor: pointer;
        background-color: #eeeeee;
        padding: 0px;
    }
    div.sizechange-box div.minustext {
        font-size: 12px;
        width: 10px;
        height: 10px;
        line-height: 10px;
    }
    div.sizechange-box div.standart {
        font-size: 14px;
        width: 12px;
        height: 12px;
        line-height: 12px;
    }
    div.sizechange-box div.plustext {
        font-size: 16px;
        width: 14px;
        height: 14px;
        line-height: 14px;
    }
    div.sizechange-box div.active {background: #00b3fc !important; color: #fff;}

    /* VACATION - HOLIDAY */
    .vacation-box {
        position: relative;
    }

    h3.vacation {
        background: url(/img/2014/ico_my_holiday.png) no-repeat;
        border-top: 1px solid #f3f3f3 !important;
        border-bottom: 1px solid #f3f3f3 !important;
        text-align: left;
        color: #4A4A4A;
        font-family: "Roboto Slab",serif;
        font-size: 26px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        padding: 0 18px 0 50px;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    .vacation-box .item span.ico{
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin-top: 0px;
    background: url(/img/2014/holiday-icons.png) no-repeat;
    background-position: 0px 5px;
    height: 35px!important;
    margin: 0 10px;
}
    .vacation-box .item div.colTitle{
        padding-top: 0px;
        width: 190px;
        margin-top: 6px;
        padding-left: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        float: left;
        padding-right: 10px;
        height: 18px;
        line-height: 18px;
        border-left: 1px solid #cacaca;
        cursor: pointer;
    }
    .vacation-box .item div.colTitle strong.title-vac{
        font-weight: 600 !important;
    }
    .vacation-box .item div.colTitle strong a:hover {
        font-weight: 700;
        text-decoration: none;
    }
    .vacation-box .item div.colMiddle {
        display: inline-block;
        float: left;
        width: 150px;
        height: 18px;
        padding-top: 0px;
        margin-top: 6px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 100;
        color: #4A4A4A;
        font-size: 14px;
        line-height: 22px;
        border-left: 1px solid #cacaca;
        padding-left: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .vacation-box .item div.colLast {
        width: 65px !important;
        height: 18px;
        line-height: 18px;
        vertical-align: middle;
        float: right;
        display: inline-block;
        margin-top: 6px;
            width: 39px;
        margin-right: 0px;
        border-left: 1px solid #cacaca;
    }

    .vacation-box .item div.colLast  a.delete {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 0px;
        background: url(/img/2014/ico_friends_remove_me.png);
        margin-top: 2px;
        margin-left: 5px;
    }
        .vacation-box .item div.colLast a.delete:hover {
        background: url(/img/2014/ico_friends_remove_me_hover.png);

    }
    .vacation-box .item div.colLast  a.edit {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 0px;
        background: url(/img/2014/ico_key_friends_none.png);
        margin-top: 2px;
        margin-left: 5px;
    }
    .vacation-box .item div.colLast a.edit:hover {
        background: url(/img/2014/ico_key_friends.png);

    }

    .vacation-box .content .item-cat {
        display: block;
        float: left;
        width: 140px;
        margin-right: 5px;
        padding: 5px;
        padding-top: 0px;
        border-left: 1px solid #cacaca;
        position: relative;

    }
        .vacation-box .content .item-cat strong{
            display: block;
            width: 100;
            background: url(/img/2014/user_title_bg.png);
            height: 25px;
            line-height: 25px;
            vertical-align: middle;
        }
        .vacation-box .content .item-cat span{
            display: block;
            height: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .vacation-box .content p{
            display: block;
            float: left;
            width: 100%;
            line-height: 20px;
        }

/* NEW VACATION FORM ELEMENTS */
#add_new_vacation fieldset.vacation td h4 label {
    font-weight: 800;
    margin-right: 10px;
    display: inline-block;
}
#add_new_vacation fieldset.vacation td.datetime span label {
    font-weight: 800;
}
#add_new_vacation fieldset.vacation button.new-destiny {
    text-shadow: none;
    border-radius: 0;
    background: #4A4A4A;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
    width: 80px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 220px;
    margin-top: 20px;
    border: 0px;
    display: block !important;
    visibility: visible !important;
}
#add_new_vacation fieldset.vacation button.new-destiny:hover {
    background: #ffbc2b;
}

#add_new_vacation fieldset.select-next-vacation h3.album {
    background: url(/img/2014/ico_leica.png) no-repeat;
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-align: left;
    color: #4A4A4A !important;
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 18px 0 50px;
    text-transform: uppercase;
    margin-top: 20px;
}
    #add_new_vacation fieldset.select-next-vacation h3.album label {
        color: #4a4a4a;
    }

#add_new_vacation fieldset.select-next-vacation h3.travelogues {
    background: url(/img/2014/ico_plane.png) no-repeat;
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-align: left;
    color: #4A4A4A !important;
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 18px 0 50px;
    text-transform: uppercase;
    margin-top: 20px;
}
    #add_new_vacation fieldset.select-next-vacation h3.travelogues label {
        color: #4a4a4a;
    }
#add_new_vacation fieldset.select-next-vacation h3.reviews {
    background: url(/img/2014/ico_hotel.png) no-repeat;
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    text-align: left;
    color: #4A4A4A !important;
    font-family: "Roboto Slab",serif;
    font-size: 26px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 18px 0 50px;
    text-transform: uppercase;
    margin-top: 20px;
}
    #add_new_vacation fieldset.select-next-vacation h3.reviews label {
        color: #4a4a4a;
    }
    #frm-vacations-editForm .col.last select {
        margin-left: 50px;
    }
    /* date picker */

    #add_new_vacation fieldset .ui-daterangepicker-arrows{
        border: 1px solid #cacaca !important;
        background: #cccccc !important;
    }

    .ui-daterangepickercontain .ui-daterangepicker {
        background: #cacaca !important;
        border: 1px solid #cacaca !important;
    }

    .ui-daterangepicker ul.ui-widget-content li {
        background: #4A4A4A !important;
        color: #fff !important;
    }
     .ui-daterangepicker ul.ui-widget-content li:hover {
        background: #ffbc2b !important;
        color: #fff !important;
        border: 1px solid #ffbc2c;
    }
        .ui-daterangepicker ul.ui-widget-content li > a:hover,
        .ui-daterangepicker .ui-widget-content li.ui-state-active a {
            color: #fff !important;
        }
    .ui-daterangepicker .ranges,
    .ui-daterangepicker .ui-datepicker-inline{
        background: #cacaca !important;
        border: solid 1px #cacaca !important;
        color: #4a4a4a !important;

    }
    .ui-daterangepicker .ranges{margin-left: 51px !important; }

    .ui-daterangepicker button.btnDone{
        background: #4A4A4A;
        color: #fff;
        padding: 5px;
        text-transform: uppercase;
        border: 1px solid #4a4a4a;
    }
    .ui-daterangepicker button.btnDone:hover{
        background: #ffbc2b !important;
        color: #fff !important;
        border: 1px solid #ffbc2c;
    }
    .ui-daterangepicker .ui-datepicker-header{
        background: #4a4a4a !important;
    }
    .ui-daterangepicker .ranges table td a.ui-state-default{
        background: #4A4A4A !important;
        border: solid 1px #cacaca !important;
        color: #fff !important;
    }
    .ui-daterangepicker .ranges table td.ui-datepicker-week-end  a.ui-state-default{
        border: 1px solid #fff !important;
        background: #cacaca !important;
    }
    .ui-daterangepicker .ranges table td.ui-datepicker-week-end  a.ui-state-default:hover {
        background: #ffbc2c !important;
    }
    .ui-daterangepicker .ranges table td a.ui-state-hover{
        background: #ffbc2c !important;
    }
    /* NEW ORBION CONTEST */
    /* div#photoalbums-list-id form { margin-bottom: 70px;}*/
    div.box.photoAlbum img.contest-image {
        position: absolute;
        top: 0px;
        right: 0px;
        border: 0px;
    }
    #photoalbums-list-id div form div fieldset {
        height: 40px !important;
    }
    span.wrapper-competition {
        display: none!important;
        position: absolute;
        top: 60px;
        left: 0px;
        width: 650px !important;
        height: 100px !important;
        border-top: 1px solid #cacaca;
        border-bottom: 1px solid #cacaca;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
    }
    span.wrapper-competition input#frmfilterForm-competition {
        display: none !important;
    }
    span.wrapper-competition a.competition-link {
        float: left;
    }
        span.wrapper-competition span.competition-check {
            height: 72px !important;
            width: 264px !important;
            line-height: 30px;
            vertical-align: middle;
            display: block;
            margin-left: 90px;
            clear:both;
        }
        span.wrapper-competition span.competition-check label{
            font-family: 'Open Sans',sans-serif;
            font-size: 13px;
            font-weight: 400;
            color: #686868;
            padding-left: 25px !important;
        }
        span.wrapper-competition span.competition-check label{

        }
        /* custom checkbox */
        span.wrapper-competition span.competition-check input[type="checkbox"] {
            display: none;
        }
        span.wrapper-competition span.competition-check input[type="checkbox"] + label{
            width: 19px !important;
            height: 22px !important;
            line-height: 22px;
            vertical-align: middle;
            padding-left: 22px;
            background: url(/img/2014/competion-checkbox.png) no-repeat;
        }
        span.wrapper-competition span.competition-check input[type="checkbox"]:checked + label{
            background:url(/img/2014/competion-checkbox.png) 0px -22px no-repeat;
            width: 19px;
            height: 22px;
        }
        span.wrapper-competition span.competition-check input[checked="checked"] + label{
            background:url(/img/2014/competion-checkbox.png) 0px -22px no-repeat;
            width: 19px;
            height: 22px;
        }

        /* IE8 */
        span.wrapper-competition#ie-opt-sort span.competition-check {
            line-height: 0px;
        }
        span.wrapper-competition#ie-opt-sort span.competition-check input[type="checkbox"] {
            display: block;
            width: 16px;
            height: 16px;
            position: relative;
            left: 115px;
            top: 19px
        }
        span.wrapper-competition#ie-opt-sort span.competition-check input[type="checkbox"] {
            background: none;
        }
    /* form */
    #newForm > div#orbion-contest{
        position: relative;
        margin-left: 300px;
        width: 700px;
    }
    #newForm > div#orbion-contest input[type=checkbox] {
        width: 15px;
    }

    .content .items-wrapper{
        position: relative;
        margin: 0px auto;
        width: 490px;
        /* clear: both;*/
    }
    .states-wrapper .state-cat {
        display: block;
        float: left;
        width: 480px;
        margin-right: 5px;
        padding-left: 5px;
        padding-top: 0px;
        position: relative;
        background: url(/img/2014/user_title_bg.png);
        height: 25px;
        line-height: 25px;
        vertical-align: middle;
        margin-bottom: 10px;
    }
    .states-wrapper .state-list strong {
        margin-left: 5px;
    }
    /* Here i was, here i'll go. */
    div#tour-targets-w {
        width: 490px;
    }

    div#tour-targets-w h3,
    h3.here-i-was{
        background: url(/img/2014/disc_ico_destin.png) no-repeat;
        border-top: 1px solid #f3f3f3 !important;
        border-bottom: 1px solid #f3f3f3 !important;
        text-align: left;
        color: #4A4A4A;
        font-family: "Roboto Slab",serif;
        font-size: 26px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        padding: 0 18px 0 50px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    div.here-i-was{
        width: 490px;
        margin-bottom: 20px;
        color: #4a4a4a;
    }
    div.here-i-was-item {
        padding: 0 0 0 0px;
        height: 30px;
        max-height: 30px;
        border-bottom: 1px solid #f2f2f2;
        background: none;
        display: inline-block;
        width: 490px;
    }
    div.here-i-was-item span.ico {
        position: relative;
        float: left;
        top: 0;
        left: 0;
        width: 20px;
        height: 21px;
        margin-top: 0px;
        margin: 0 10px;
        margin-top: 5px;
    }
        div.here-i-was-item span.ico.hotel {
            background: url(/img/2014/here-i-was-icon-sprite.png) no-repeat;
            background-position: 0px -38px;
        }
        div.here-i-was-item span.ico.country {
            background: url(/img/2014/here-i-was-icon-sprite.png) no-repeat;
            background-position: 0px -20px;
        }
        div.here-i-was-item span.ico.destination {
            background: url(/img/2014/here-i-was-icon-sprite.png) no-repeat;
            background-position: 0px 0px;
        }
        div.here-i-was-item span.ico.ski_resort {
            background: url(/img/2014/here-i-was-icon-sprite.png) no-repeat;
            background-position: 0px -60px;
        }
    div.here-i-was-item span.colTitle {
        padding-top: 0px;
        width: 190px;
        margin-top: 6px;
        padding-left: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        float: left;
        padding-right: 10px;
        height: 18px;
        line-height: 18px;
        border-left: 1px solid #cacaca;
        cursor: pointer;
    }
    div.here-i-was-item span.colMiddle {
        display: inline-block;
        float: left;
        width: 130px;
        height: 18px;
        padding-top: 0px;
        margin-top: 6px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 100;
        color: #4A4A4A;
        font-size: 14px;
        line-height: 22px;
        border-left: 1px solid #cacaca;
        padding-left: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    div.here-i-was-item span.colLast {
        width: 85px !important;
        height: 18px;
        line-height: 18px;
        vertical-align: middle;
        float: right;
        display: inline-block;
        margin-top: 6px;
        width: 39px;
        margin-right: 0px;
        border-left: 1px solid #cacaca;
    }
        div.here-i-was-item span.colLast a.delete {
            display: inline-block;
            width: 18px;
            height: 18px;
            margin-right: 0px;
            background: url(/img/2014/ico_friends_remove_me.png);
            margin-top: 2px;
            margin-left: 5px;
        }

        div.here-i-was-item span.colLast a.edit{
            display: inline-block;
            width: 18px;
            height: 18px;
            margin-right: 0px;
            background: url(/img/2014/ico_key_friends_none.png);
            margin-top: 2px;
            margin-left: 5px;
            cursor: pointer;
        }
        div.here-i-was-item span.colLast a.edit:hover{
            background: url(/img/2014/ico_key_friends.png);
        }

        div.here-i-was-item span.colLast a.delete:hover {
            background: url(/img/2014/ico_friends_remove_me_hover.png);
        }
        /* add new icon to map */
        div.here-i-was-item span.colLast a.map{
            display: inline-block;
            width: 18px;
            height: 18px;
            margin-right: 0px;
            background: url(/img/2014/ico_map_small.png);
            margin-top: 2px;
            margin-left: 5px;
            text-indent: -9999px;
            cursor: pointer;
        }
        div.here-i-was-item span.colLast a.map:hover{
            background: url(/img/2014/ico_map_small_hover.png);
        }
    div.here-i-was-title-item {
        height: 30px;
        position: relative;
        background: url(/img/2014/user_title_bg.png);
        clear: both;
    }
    div.here-i-was-title-item span.what,
    div.here-i-was-title-item span.when{
        color: #4A4A4A;
        line-height: 30px;
        vertical-align: middle;
        display: inline;
        font-size: 12px;
        font-weight: 600;
        font-family: Arial;
        padding-left: 60px;
        width: 140px;
        display: inline-block;
    }
    div.here-i-was-editform{
        background: #fff;
        width: 380px;
        position: fixed;
        top: 50%;
        margin-top: -75px;
        right: 50%;
        margin-right: -150px;
        z-index: 1;
        border-radius: 4px;
        box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
        display: none;
        text-align: left !important;
    }
    div.here-i-was-editform .form-header{
        border-bottom: solid 1px #ddd;
        background: #f5f5f5;
        height: 50px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }
        div.here-i-was-editform form{
            background: #fff;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            padding: 10px;
        }
        div.here-i-was-editform span.title {
            font-weight: 800;
            color: #4A4A4A;
            font-family: 'Open-sans', sans-serif;
            display: block;
            padding-top: 10px;
            padding-left: 5px;
        }
        div.here-i-was-editform span.info {
            font-weight: 400;
            font-family: 'Open-sans', sans-serif;
            display: block;
            padding-top: 5px;
            padding-left: 5px;
            font-size: 11px;
            color: #7f7f7f;
        }
        div.here-i-was-editform select {
            width: 100px !important;
        }
        div.here-i-was-editform span.cls,
        span.cls {
            position: absolute;
            top: 3px;
            right: 3px;
            height: 16px;
            width: 16px;
            background: url(/img/bg-close-16x16.png) no-repeat top left;
            cursor: pointer;
        }

        div.here-i-was-editform div.bg,
        div.bg {
            width: 100%;
            height: 100%;
            /* background: gray; */
            position: fixed;
            top: 0;
            left: 0;
            z-index: -1;
            background-color: rgba(0, 0, 0, 0.6);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
        }
        div.here-i-was-editform div.ThisOrThis {
            margin-top: 15px;
            margin-left: 20px;
        }
        div.here-i-was-editform div.monthYear {
            margin-top: 15px;
            margin-left: 57px;
        }
        div.here-i-was-editform form label{
            font-family: 'Open Sans', sans-serif;
            font-size: 13px;
            font-weight: 400;
            color: #4A4A4A;
            display: block;
            min-width: 50px;
            width: auto;
        }
        .window label {
            display: inline-block;
            width: 60px;
            font-family: 'Open Sans', sans-serif;
            font-size: 13px;
            font-weight: 400;
            color: #4A4A4A;
            margin-left: 3px;
        }
        .window .pseudoSubmit {
            margin-top: 3px;
            margin-left: 82px;
            margin-bottom: 3px;
        }
        div.here-i-was-editform form tr td,
        #frm-userTourLocationForm-addTourLocationForm > .window.was > div > span > select{
            padding: 3px;
            max-width: 200px;
            margin: 3px;
            margin-left: 10px;
        }
        #userTour .window {
            width: 340px !important;
            padding: 0px;
            position: fixed;
            top: 50%;
            left: 50%;
            margin-left: -171px;
            margin-top: -71px;
            z-index: 999999999;
        }
        #userTour .window > div {
            border-radius: 5px;
            -moz-border-radius: 5px;
            min-height: 160px;
        }
        #userTour .window .info {
            margin: 0px !important;
            border-radius: 5px;
        }

        #userTour .window > select {
            padding: 3px;
        }

        #userTour .window div div span select {
            margin: 3px !important;
        }
        /* add new styles to userTour form */
        .userTour .window .arrow {
            display: none !important;
        }
        .userTour .window div span select#frmaddTourLocationForm-country_code {
            width: 180px;
            max-width: 180px;
        }
        .userTour .window div label,
        .userTour .window div span label{
            padding: 0 0 0 5px !important;
        }
        .userTour .window div label[for="frmaddTourLocationForm-year"] {
            text-transform: capitalize!important;
            width: 67px;
            padding-left: 5px;
        }
        .userTour .window div input.pseudoSubmit {
            clear: both;
            display: block;
            margin-left: 40% !important;
            margin-top: 10px;
            margin-bottom: 0px;
        }

        section.social span.share-sep{
            border-left: 1px solid #cacaca;
            width: 3px;
            display: inline-block;
            float: left;
            height: 30px;
            margin-left: 3px;
            margin-right: 3px;
        }

        .userLinks #add-new-route {
            cursor: pointer;
        }
        div.wrapper.clear.userTour.right span.title{
            display: none;
        }
        span.window input.sbmtVisible {
            display: block!important;
        }
        div.wrapper.clear.userTour.right input[type="submit"] {
            display: none;
        }

        /* login form hot fix */
        div.login-inputs{
            float: left;
            width: 250px;
        }
        div.login-right {
            float: right;
            width: 85px;
            padding-top: 8px;
        }
        div.login-right input.button {
            background:#FFB700;
            border-radius:6px;
            padding:0 10px;
            color:#FFF;
            border:0;
            font-size: 14px;
            line-height: 14px;
            font-weight: bold;
            height:30px;
            line-height: 30px;
        }
        div.login-left {
            float: left;
            width: 145px;
            padding-top: 8px;
        }
        div.login-left a,
        div.login-left label {
            font-size: 12px;
            font-weight: 600;
            text-decoration: none;
            color: #00b3fc !important;
            font-family: 'Roboto Slab', serif;
        }
        div.login-left .clr{
            margin-bottom: 10px;
        }
        div.login-inputs input {
            background: rgba(255,255,255);
            border: none;
            width: 234px;
            padding: 2px;
            color: #000;
            font-weight: 600;
            height: 16px;
            font-family: 'Roboto Slab', serif;
            border-radius: 6px;
            padding:8px;
        }
         div.login-inputs input[type="password"]{
            margin-top: 10px;
         }
        div.login-left input {
            background-color: #81c9ee;
            font-weight: 700;
            cursor: pointer;
            padding: 0 8px;
            border: none !important;
            background: none;
            color: #00b3fc;
            height: auto;
            line-height: 12px;
            font-size: 12px;
            padding: 0px;
            padding-bottom: 3px;
        }
        div.login-left input[type="checkbox"] {
            display: none;
        }
        div.login-left label:before {
            content: "";
            display: block;

            width: 12px;
            height: 12px;
            text-align: center;

            -moz-border-raidus: 2px;
            -webkit-border-raidus: 2px;
            border-radius: 2px;
            margin-right: 10px;
            position: absolute;
            left: 0;
            bottom: 1px;
            background: #3b99fc;
        }
        div.login-left label[for="frmhiddenLoginForm-remember"]{
            position: relative;
            width: 140px;
            padding-left: 20px;
        }
        div.login-left input[type="checkbox"]:checked + label:before {
            content: "\2713";
            color: #fff;
            font-size: 11px;
            position: absolute;
            background: #3b99fc;
            left: 0px;
            bottom: 1px;
        }
        div.login-bottom {
            padding-top: 10px;
            display:inline-block;
            width:100%;
        }
        div.login-bottom a {
            font-size: 12px;
            font-weight: 600;
            text-decoration: none;
            color: #00b3fc !important;
            font-family: 'Roboto Slab', serif;
        }

        div.login-bottom a.lost-pwd {
            margin-left: 10px;
            float:right;
        }
        /* contest text banner */
        span.contest-text {
            overflow: hidden;
            white-space: normal !important;
            text-align: center;
            display: block;
            /* float: left; */
            width: 640px!important;
            color: #ffb702 !important;
            font-size: 18px;
            font-family: 'Roboto Slab', sans-serif;
            margin-top: 15px;
        }
        span.contest-text strong {
            color: #686868;
        }
        span.contest-text a {
            color: #25b9fc !important;
            float: none !important;
            font-size: 18px;
        }

 /* sharing after save album / hotel etc. */
 div.saved-share {
     height: 180px;
 }
     div.saved-share h4 {
         font-family: 'Open Sans',sans-serif;
         color: #4A4A4A;
         font-size: 20px;
     }

     img.share-arrow {
         position: absolute;
         top: 127px;
         right: 285px;
     }
 div.saved-share a div.item {
     background: url("/img/2014/img-sprite.png");
     background-repeat: no-repeat;
     display: block;
     width: 30px !important;
     height: 30px !important;
     position: absolute;
 }

     /* facebook share */
     div.saved-share div.item.facebook {
         background-position: 0 -300px;
         top: 215px;
         right: 520px;
     }
     div.saved-share div.item.facebook:hover,
     div.saved-share div.item.facebook:focus {
         background-position: 0 -340px;
     }
     div.ico-alt-fb {
         position: absolute;
         top: 250px;
         right: 505px;
     }

     /* twitter share */
    div.saved-share div.item.twitter {
         background-position: -32px -300px;
         top: 215px;
         right: 460px;
     }
     div.saved-share div.item.twitter:hover,
     div.saved-share div.item.twitter:focus {
         background-position: -32px -340px;
     }
     div.ico-alt-tw {
         position: absolute;
         top: 250px;
         right: 455px;
     }
     /*google share */
     div.saved-share div.item.google {
         background-position: -64px -300px;
         top: 215px;
         right: 400px;
     }
     div.saved-share div.item.google:hover,
     div.saved-share div.item.google:focus {
         background-position: -64px -340px;
     }
         div.ico-alt-g {
         position: absolute;
         top: 250px;
         right: 390px;
     }
    /* hotel photogalery title */
    h2.hotelPhotogalleryTitle {
             background: url(/img/2014/ico_leica.png) no-repeat;
            border-top: 1px solid #f3f3f3 !important;
            border-bottom: 1px solid #f3f3f3 !important;
            text-align: left;
            color: #4A4A4A;
            font-family: "Roboto Slab",serif;
            font-size: 26px;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
            padding: 0 18px 0 50px;
            text-transform: uppercase;
            margin-top: 20px;
            margin-left: 15px;
         }
    #snippet--gallery {
        padding-left: 15px;
    }
     /* NEW USER HOTEL RATING */
     div.userRating {
         clear: both;
     }

         div.userRating h2.hotelUserRating {
             background: url(/img/2014/ico_userrating.png) no-repeat;
            border-top: 1px solid #f3f3f3 !important;
            border-bottom: 1px solid #f3f3f3 !important;
            text-align: left;
            color: #4A4A4A;
            font-family: "Roboto Slab",serif;
            font-size: 26px;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
            padding: 0 18px 0 50px;
            text-transform: uppercase;
            margin-top: 20px;
         }
         div.userRating div h3 {
             font-weight: 300;
             margin-bottom: 10px;
             font-family: 'Roboto Slab';
         }
     div.userRating div.first-colum {
         float: left;
         margin-right: 10px;
         width: 240px;
         margin-left: 30px;
    }
         div.userRating div div strong {
             display: inline;
             float: left;
             width: 100px;
             font-weight: 300;
             font-size: 14px;
             margin: 5px 0px 0px 0px;
         }

         div.third-colum div strong.th {
             display: inline;
             float: left;
             width: 70px;
             font-weight: 300;
             font-size: 14px;
             margin: 5px 0px 0px 0px;
         }
         div.userRating div div strong.number {
             display: inline;
             font-weight: normal;
             color: #959595;
             float: left;
             width: 20px;
             font-size: 14px;
             margin: 5px 0px 0px 0px;
         }

     div.userRating div.second-colum {
         float: left;
         margin-right: 10px;
         width: 169px;
     }

     div.userRating div.third-colum {
         float: left;
         width: 170px;
     }
     div.userRating div div strong.families {
         width: 30px;
         height: 15px;
         background: url("/img/2014/hotel-rating-icons-spliter.png");
         background-position: 0px -7px;
     }
         div.userRating div div strong.couples {
         width: 30px;
         height: 15px;
         background: url("/img/2014/hotel-rating-icons-spliter.png");
         background-position: 0px -32px;
     }
     div.userRating div div strong.groups {
         width: 30px;
         height: 15px;
         background: url("/img/2014/hotel-rating-icons-spliter.png");
         background-position: 0px -58px;
     }
     div.userRating div div strong.individuals {
         width: 30px;
         height: 15px;
         background: url("/img/2014/hotel-rating-icons-spliter.png");
         background-position: 0px -86px;
     }
     div.userRating div div strong.business {
         width: 30px;
         height: 15px;
         background: url("/img/2014/hotel-rating-icons-spliter.png");
         background-position: 0px -112px;
     }


     /* fill form progress */
     .progress {
        width: 100px;
        height: 15px;
        background: #ebebeb;
        position:relative;
        float: left;
        margin: 5px;
    }
        .progress .fill {
            background-color: #49749f;
            background: -webkit-linear-gradient(#3bace2, #3e89bb); /* For Safari 5.1 to 6.0 */
              background: -o-linear-gradient(#3bace2, #3e89bb); /* For Opera 11.1 to 12.0 */
              background: -moz-linear-gradient(#3bace2, #3e89bb); /* For Firefox 3.6 to 15 */
              background: linear-gradient(#3bace2, #3e89bb); /* Standard syntax */
            width: 0px;
            position: absolute;
            height: 15px;

            top: 0px;
            left: 0px;
        }
    /* fill stars */
    div.third-colum div div.stars-wrapper {
        width: 64px;
        height: 15px;
        background: url("/img/2014/hotel-rating-stars.png");
        position: relative;
        float: left;
        margin: 5px;

    }
    div.third-colum div div.stars-wrapper .stars{
        position: absolute;
        top: 0px;
        left: 0px;
        height: 13px;
        background: url("/img/2014/hotel-rating-star-yellow.png");
        background-repeat: repeat-x;
    }
    div.third-colum div div.stars-wrapper #star-2{
        width: 26px !important;
        position: absolute;
    }
    div.third-colum div div.stars-wrapper #star-3 {width: 39px  !important;}
    div.third-colum div div.stars-wrapper #star-4 {width: 52px  !important;}
    div.third-colum div div.stars-wrapper #star-5 {width: 65px  !important;}

/* FORM NEW HOTEL RATING */
div.like-no{}
    div.like_no input[type="radio"] {
        display: none;
    }
    div.like_no.hotelreview label[for=frmform-like_it-1] {
        background: #fff !important;
        margin-left: 0 !important;
    }
    #travelagency-wrapper #hotel_review_edit form fieldset#newForm div.like_no.hotelreview label[for=frmform-like_it-0],
    #travelagency-wrapper #hotel_review_edit form fieldset#newForm div.like_no.hotelreview label[for=frmform-like_it-1],
    #travelagency-wrapper #hotel_review_edit form fieldset#newForm div.like_no.hotelreview label[for=frmform-like_it-2],
    #travelagency-wrapper #hotel_review_edit form fieldset#newForm div.like_no.hotelreview label[for=frmform-like_it-3],
    #travelagency-wrapper #hotel_review_edit form fieldset#newForm div.like_no.hotelreview label[for=frmform-like_it-4] {
        width:112px !important;
        margin-left:0 !important;
        background:#FFF;
        border-radius:4px;
        margin-right:10px !important;
        padding: 0 !important;
        font-size: 14px !important;
    }
    div.like_no.hotelreview label[for=frmform-like_it-1]{
        margin-left: 30px !important;
    }
    div.like_no label.required {
        color: #4A4A4A;
        font-weight: 100;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px !important;
        width: 130px !important;
        text-align: left!important;
    }
    div.like_no label.reviewLike {margin: 0px !important;}
    div.like_no label {
        width: 130px !important;
       /* background: #fff !important; */
        font-family: 'Open Sans', sans-serif;
        font-size: 18px !important;
        padding: 0px !important;
        margin: 10px !improtant;
        color: #4A4A4A;
        float: left;
        text-align: center !important;
        margin-right: 10px !important;
        border: 0px solid #fff;
    }

    div.like_no input[type='radio']:checked + label {
        color: #00b5ff !important;
        font-weight: 600 !important;
        width: 130px !important;
    }

    img.hotelreview-line {
        display: block;
        width: 640px;
        margin: 20px 0px 0px 250px;

    }
    /*ski resort definition*/
    div.like_no.skiresort label {}
    div.like_no.skiresort label[for="frmform-like_it-0"]{ margin-left: 190px !important; margin-bottom: 50px !important;}

    div.like_no.skiresort .reviewLike {
        background: url('/img/2014/sprites-thumbs-filled-small.png') no-repeat !important;
        height: 34px;
        margin: 5px 0;
    }

    div.like_no.skiresort .reviewLike.no { background-position: 2px -32px !important; padding-left: 18px !important; }
    div.like_no.skiresort .reviewLike    { background-position: 0 4px !important; padding-left: 5px !important; }

    /*div.like_no label[for="frmform-like_it-0"]{ margin-left: 50px !important;}
    div.like_no label[for="frmform-like_it-1"]{width: 130px !important; margin-left: 15px !important;}
    div.like_no label[for="frmform-like_it-2"]{margin-left: 12px !important;}
    div.like_no label[for="frmform-like_it-3"]{margin-left: 0px !important;}
    div.like_no label[for="frmform-like_it-4"]{margin-left: 10px;}*/

    div.for-who{}

    div.for-who input{
        display: none;
    }
    /* ie input fix */
    div.for-who#ie input {
        display: block;
        width: 15px !important;
        height: 15px !important;
        position: absolute;
        border: 0px! important;
    }
            div.for-who#ie input#frmform-suitabilityTypes-0 {
                left: 245px;
            }
            div.for-who#ie input#frmform-suitabilityTypes-1 {
                left: 390px;
            }
            div.for-who#ie input#frmform-suitabilityTypes-2 {
                left: 538px;
            }
            div.for-who#ie input#frmform-suitabilityTypes-3 {
                left: 681px;
            }
            div.for-who#ie input#frmform-suitabilityTypes-4 {
                left: 830px;
            }
    div.like_no#ie {
        position: relative;
    }
    div.like_no#ie input {
        display: block;
        width: 15px !important;
        height: 15px !important;
        position: absolute;
        border: 0px! important;
    }
            div.like_no#ie input#frmform-like_it-0 {
                left: 245px;
                top: 25px;
            }
            div.like_no#ie input#frmform-like_it-1 {
                left: 390px;
                top: 25px;
            }
            div.like_no#ie input#frmform-like_it-2 {
                left: 538px;
                top: 25px;
            }
            div.like_no#ie input#frmform-like_it-3 {
                left: 681px;
                top: 25px;
            }
            div.like_no#ie input#frmform-like_it-4 {
                left: 830px;
                top: 25px;
            }
    /* ie inpit fix ---  end */
    div.for-who label{

    }
    div.for-who label[for="frmform-suitabilityTypes-0"]{
        background: url("/img/2014/hotel-rating-form.png") !important;
        background-position: 2px 0px !important;
        text-indent: -999999999px;
        width: 56px !important;
        height: 56px !important;
        padding: 0px !important;
        margin: 0px !important;
        margin-right: 40px !important;
        margin-left: 17px !important;
    }
    div.for-who    input#frmform-suitabilityTypes-0:checked + label[for="frmform-suitabilityTypes-0"]{
            background-position: 2px -63px !important;

        }
    div.for-who label[for="frmform-suitabilityTypes-1"]{
        background: url("/img/2014/hotel-rating-form.png");
        background-position: -80px 0px !important;
            text-indent: -999999999px;
        width: 56px !important;
        height: 56px !important;
        padding: 0px !important;
        margin: 0px !important;
        margin-right: 30px !important;
        margin-left: 30px !important;
    }
        div.for-who    input#frmform-suitabilityTypes-1:checked + label[for="frmform-suitabilityTypes-1"]{
            background-position: -80px -63px !important;
        }
    div.for-who label[for="frmform-suitabilityTypes-2"]{
        background: url("/img/2014/hotel-rating-form.png");
        background-position: 255px 0px !important;
        width: 65px !important;
        height: 60px !important;
        text-indent: -999999999px;
        margin-right: 30px !important;
        margin-left: 40px;
    }
        div.for-who    input#frmform-suitabilityTypes-2:checked + label[for="frmform-suitabilityTypes-2"]{
            background-position: 255px -63px !important;
        }
    div.for-who label[for="frmform-suitabilityTypes-3"]{
        background: url("/img/2014/hotel-rating-form.png");
        background-position: 180px 0px !important;
        width: 100px !important;
        height: 60px !important;
        text-indent: -999999999px;
        margin-right: 10px !important;
        margin-left: 0px;
    }
        div.for-who    input#frmform-suitabilityTypes-3:checked + label[for="frmform-suitabilityTypes-3"]{
            background-position: 180px -63px !important;
        }
    div.for-who label[for="frmform-suitabilityTypes-4"]{
        background: url("/img/2014/hotel-rating-form.png");
        background-position: 77px 0px !important;
        width: 67px !important;
        height: 60px !important;
        text-indent: -999999999px;
        margin-right: 40px !important;
        margin-left: 0px;
    }
        div.for-who    input#frmform-suitabilityTypes-4:checked + label[for="frmform-suitabilityTypes-4"]{
            background-position: 77px -63px !important;
        }
    /* form star rating */

div.form-star-rating {}
    div.form-star-rating label.overall-rating {
        float: left;
        width: 200px;
    }
    div.star-item{
        width: 101px;
        text-align: center;
        float: left;
        margin-left: 25px;
        cursor: pointer;
    }
    div.star-item#first{
        margin-left: 0px!important;
    }
    div.star-item label{
        width: 100px !important;
        text-align: center !important;
        margin: 0px !important;
    }
        div.star-item span {
            display: inline-block;
            width: 17px;
            height: 17px;
            background: url("/img/2014/form-star-gray.png");
        }
        div.star-item span.active {
            display: inline-block;
            width: 17px;
            height: 17px;
            background: url("/img/2014/form-star-yellow.png");
        }

        div.star-item input {display: none;}

        /* FIX EDIT PHOTOS BUTTON */
        div#images-control{}
        div#images-control span#images-control {

        }
        div.album-edit textarea {
            width: 589px !important;
        }
        div.album-edit-title input {
            width: 589px !important;
        }

            /* when flash is not detected */
            div.edit-gallery div#images-control form#uploadForm-1{
                width: 600px !important;
                height: 100px !important;
            }
            div.edit-album div#images-control form#uploadForm-1 input{
                top: 0px !important;
                left: 0px !important;
            }
            div#images-control form#uploadForm-1 input{
                position: absolute;
                width: 200px !important;
                height: 30px !important;
                color: #4A4A4A;
                border: 1px solid red;
                top: 70px;
                left: 255px;
            }
            /* article ribbon */
                div.ribbon {
                    background: url(/img/2014/ribbon-yellow.png) left no-repeat;
                    height: 31px;
                    line-height: 24px;
                    width: 100px;
                    color: #fff;
                    font-weight: 600;
                    text-align: left;
                    text-indent: 5px;
                    font-family: 'Open Sans', sans-serif;
                    font-size: 12px;
                    text-transform: uppercase;
                    overflow: hidden;
                    z-index:200;
                    position: absolute;
                    top: 5px;
                    right: -17px;
                }


            img.travelogue-ribbon,
            .article-ribbon{
                position: absolute;
                top: 10px;
                right: 0px;
                border: 0px!important;
                width: 140px !important;
                z-index: 9;
                background: rgba(0,0,0,0.6);//#E10303;
                font-weight: bold;
                text-transform: uppercase;
                color: #fff;
                padding: 0 5px;
                font-size: 10px;
            }

            /* user profile ribbon main photo */
            span.ribbon-main-photo {
                background-color: red;
                width: 100%;
                height: 15px;
                line-height: 15px;
                text-align: center;
                vertical-align: middle;
                color: #fff;
                font-size: 10px;
                font-weight: 600;
                position: absolute;
                left: 0px;
                bottom: 10px;
                text-transform: uppercase;
            }
            span.active-user-image{
                border: 2px solid red !important;
            }

            /* loader for image upload */
            div.user-photo-loader {
                display: none;
                margin-top: 5px;
            }

.commercial-title{
    color:#fff;
    text-transform: uppercase;
    background: #E10303;
    text-decoration: none;
}
/* fix meeting form */
fieldset.meeting {
    margin-left: 0px !important;
}
fieldset.meeting label {
    width: 110px !important;
}
fieldset.meeting div#logo-control {
    right: 300px !important;
}
#logo-control .images div {
    left: 0px !important;
    top: 31px !important;
}
fieldset.meeting div.edit-time {
    margin-top: 100px !important;
}
fieldset.meeting div.edit-map {
    margin-top: 95px !important;
}
fieldset.meeting div.edit-map div.mapBtn {
    margin-left: 10px !important;
    text-align: center !important;

}
fieldset.meeting div.edit-map div.mapBtn a{
    top: 0px !important;
    left: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    right: 0px !important;
    margin-top: -10px !important;
}

/* image preview counter */
div#images-master-preview span.Counter {
    font-size: 13px! important;
    color: #000;
}

/* new users albums list */
#user-albums-control{
    background: #fff;
}

#user-albums-control ul.user-album {
    background: #fff;
}
    #user-albums-control ul.user-album li {
        width: 240px;
        margin-left: 3px !important;
        margin-bottom: 6px !important;
        padding: 0px !important;
    }

    #user-albums-control ul.user-album li .photoAlbum {
        width: 240px;
        color: #ffb200 !important;
    }

    #user-albums-control ul.user-album li .photoAlbum .topBarUser,
    #user-albums-control ul.user-album li .photoAlbum .bottomBarUser {
        width: 240px;
        background: rgba(0,0,0,0.65) !important;
        border-radius: 0px!important;
        color: #fff !important;
    }
    #user-albums-control ul.user-album li .photoAlbum  h3{
    }
    #user-albums-control ul.user-album li .photoAlbum  h3 a{
        font-family: 'Roboto Slab', serif;
        font-size: 15px;
        font-weight: 800;
        color: #fff !important;
             width: 240px;
        max-width: 215px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #user-albums-control ul.user-album li .photoAlbum .bg-gallery-image{
        width: 240px;
    }
        #user-albums-control ul.user-album li .photoAlbum .bg-gallery-image a img {
        width: 240px !important;
        max-height: 210px;
    }

    #user-albums-control ul.user-album li .photoAlbum .suffix {
        color: #fff;
        width: 220px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 30px !important;
    }
    #user-albums-control ul.user-album li .photoAlbum .suffix strong.date {
        color: #fff;
    }
    #user-albums-control ul.user-album li .photoAlbum .suffix strong.country {
        color: #ffb200;
    }
      #user-albums-control ul.user-album li .photoAlbum .suffix strong.comments {
        color: #ffb200;
        display: block;
        margin-top: 3px;
    }

    /* travelogues in user profile */
    ul.travelogues {
        background: #fff !important;
        margin-top: 0px !important;
    }

    ul.travelogues li.travelogue-header {
        height: 30px !important;
        margin: 0px !important;
        padding: 0px !important;
        width: 100% !important;
        background: url("/img/2014/user_title_bg.png");
    }
    ul.travelogues li.travelogue{
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
        height: 30px !important;
        border-bottom: 1px solid #cacaca;
        color: #F4F4F4 !important;
    }
    ul.travelogues li.travelogue-header span,
    ul.travelogues li.travelogue span {
        line-height: 30px;
        vertical-align: middle;

    }
         ul.travelogues li.travelogue a {
            color: #4A4A4A !important;
            height: 30px !important;
         }
         ul.travelogues li.travelogue a:hover {
            text-decoration: none;
            font-weight: 600 !important;
         }

    ul.travelogues li.travelogue-header span.destination,
    ul.travelogues li.travelogue span.destination {
        width: 100px;
        display: inline-block;
        overflow: hidden;
        height: 30px;
        border-right: 1px solid #cacaca;
    }
    ul.travelogues li.travelogue-header span.date,
    ul.travelogues li.travelogue span.date {
        width: 100px;
        display: inline-block;
        overflow: hidden;
        height: 30px;
        border-right: 1px solid #cacaca;
    }
    ul.travelogues li.travelogue-header span.title,
    ul.travelogues li.travelogue span.title {
        width: 222px;
        display: inline-block;
        overflow: hidden;
        height: 30px;
        border-right: 1px solid #cacaca;
    }
    ul.travelogues li.travelogue-header span.edits,
    ul.travelogues li.travelogue span.edits {
        width: 45px;
        float: right;
        display: inline-block;
        overflow: hidden;
        height: 30px;
        text-align: left;
    }
        ul.travelogues li.travelogue span.edits a.remove {
            display: inline-block;
            height: 18px !important;
            width: 18px;
            margin-top: 5px;
            background: url(/img/2014/ico_friends_remove_me.png);
            background-repeat: no-repeat;
        }
                ul.travelogues li.travelogue span.edits a.remove:hover {
                    background: url(/img/2014/ico_friends_remove_me_hover.png);
                }
        ul.travelogues li.travelogue span.edits a.edit {
            display: inline-block;
            height: 18px !important;
            width: 18px;
            margin-top: 5px;
            background: url(/img/2014/ico_key_friends_none.png);
            background-repeat: no-repeat;
        }
                ul.travelogues li.travelogue span.edits a.edit:hover {
                    background: url(/img/2014/ico_key_friends.png);
                }
    /* backgrounds and others */
    #user-travelogues-control {
        background: #fff;
    }
    #user-travelogues-control p.noContent {
        background: #fff !important;
    }

    /* add new travelogue / album in user profile */
    a.user-travelogue-add{
        display: block;
        width: 180px;
        height: 20px;
        line-height: 20px;
        float: right;
        margin-top: 10px;
        margin-bottom: 10px;

        text-align: left;
        background: url("/img/2014/orbion_add_ico_small.png") right center;
        background-repeat: no-repeat;

        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        color: #4A4A4A;
        font-weight: 600;
    }
        a.user-travelogue-add:hover {
            text-decoration: none;
        }

        a.user-photoalbum-add {
        display: block;
        width: 200px;
        height: 20px;
        line-height: 20px;
        float: right;
        margin-top: 20px;
        margin-bottom: 10px;

        text-align: left;
        background: url("/img/2014/orbion_add_ico_small.png") right center;
        background-repeat: no-repeat;

        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        color: #4A4A4A;
        font-weight: 600;
    }
        a.user-photoalbum-add:hover {
            text-decoration: none;
        }
    h2.profile-travelogue {
        background: url(/img/2014/ico_plane.png) no-repeat;
        border-top: 1px solid #f3f3f3 !important;
        border-bottom: 1px solid #f3f3f3 !important;
        text-align: left;
        color: #4A4A4A;
        font-family: "Roboto Slab",serif;
        font-size: 26px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        padding: 0 18px 0 50px;
        text-transform: uppercase;
        margin-bottom: 0px;
}
        h2.profile-photoalbum {
            background: url(/img/2014/ico_leica.png) no-repeat;
            border-top: 1px solid #f3f3f3 !important;
            border-bottom: 1px solid #f3f3f3 !important;
            text-align: left;
            color: #4A4A4A;
            font-family: "Roboto Slab",serif;
            font-size: 26px;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
            padding: 0 18px 0 50px;
            text-transform: uppercase;
            margin-bottom: 0px;
        }

/* discussion show user finger rating */
div.rating-like {
    display: none;
    position: absolute;
    width: 150px;
    height: 300px;
    z-index: 999;
    left: -15px;
    top: 10px;
}

div.rating-dislike {
    display: none;
    position: absolute;
    width: 150px;
    height: 300px;
    z-index: 999;
    left: 32px;
    top: 10px;
}
    div.rating-dislike img{
        position: absolute;
        top: -12px;
        left: 35px;
        z-index: 999;
    }
    div.rating-like img{
        position: absolute;
        top: -12px;
        left: 10px;
        z-index: 999;
    }
div.rating-like ul,
div.rating-dislike ul {
    background: #f7F7f7;
    padding: 10px;
    box-shadow: 5px 5px 5px #888888;
    border: 1px solid #888888;
    width: 130px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    div.rating-like ul li,
div.rating-dislike ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.rating-like.showed,
div.rating-dislike.showed {
    display: block;
}

/* RESTYLING AIRLINES  */

div.airline-page h2 {
    max-width: 600px;
}
div.airline-page .breadcrumbs {
    clear: both;
}
div.airline-page h1.airline-title {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #4A4A4A;
    font-size: 40px;
    font-weight: 400;
    border: 0px;
    font-family: 'Roboto Slab', sans-serif;
    text-align: right;
    text-transform: uppercase;
}

div.airline-page h2.airline_hdr-title {
    color: #ffb700;
    top: 54px;
    left: 1em;
    padding: 0;
    margin: 0;
    border: none;
    font-family: 'Roboto Slab', serif;
    font-size: 45px;
    background: none;

    float: left;
}

div.areoreview-detail h1.review-title {
    color: #ffbc2b !important;
    font-weight: 600 !important;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    border: 0px !important;
    margin-top: 2px;
    margin-bottom: 0px;
    line-height: 20px;
    padding: 0px;
}
    div.areoreview-detail div.detail-review-author {
        margin-top: 10px;
        font-size: 12px;
    }
div.areo-no_reviews {
    margin-top: 10px;
}

    .areodetail-goback-btn {
        vertical-align: middle;
        position: absolute;
        top: -35px;
        right: 0;
        background: url("/img/2014/arrow-prev-blue.png") no-repeat;
        height: 35px;
        line-height: 31px;
        text-align: right;
        padding-left: 15px;
        padding-right: 0;
    }
      .areodetail-goback-btn a{
        font-family: 'Open Sans', sans-serif;
        color: #4A4A4A;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
    }
      .areodetail-goback-btn a:hover {
        color: #4A4A4A;
        text-decoration: underline;
    }

/* = = = = SKIRESORTS = = = = */

/* SKIRESORT FILTER */
#skiresort-list-id {
    position: relative;
    height: 150px;
}

    #skiresort-list-id .row .wrapper-title {
        position: absolute;
        left: 5px;
        width: 650px !important;
        height: 50px;
        background: url("/img/2014/bg_form_travelogue_input_big.png") no-repeat;
    }
        #skiresort-list-id .row .wrapper-title #frmfilterForm-title {
            position: relative;
            width: 580px;
            margin-left: 2px;
            height: 35px;
            line-height: 35px;
            vertical-align: middle;
            border: 0px;
            font-family: 'Open-sans',sans-serif;
            font-weight: 600;
            font-size: 14px;
            color: #00b3fc;
            padding: 0px;
        }
    #skiresort-list-id .row .wrapper-destination {
        background: url("/img/2014/bg_form_travelogue.png") no-repeat;
        position: absolute;
        height: 50px;
        top: 60px;
        left: 223px;
        font-weight: 600;
    }
    #skiresort-list-id .row .wrapper-difficulty {
        position: absolute;
        top: 60px;
        left: 443px;
        height: 50px;
        width: 218px;
        background: url("/img/2014/bg_form_travelogue.png") no-repeat;
    }
        #skiresort-list-id .row .wrapper-difficulty .chzn-single,
        #skiresort-list-id .row .wrapper-destination .chzn-single,
        #skiresort-list-id .row .wrapper-country .chzn-single{
            font-weight: 600!important;
        }
    #skiresort-list-id .row .wrapper-country,
    #travelagency-list-id .row .wrapper-sort {
        position: absolute;
        background: #FFF url("/img/2014/select_arrow.png") no-repeat scroll 95% center;
        height: 40px;
        left: 0px;
        top: 55px;
        line-height: 40px;
        border-radius: 6px;
    }
    #skiresort-list-id .row .wrapper-sports{
        position: absolute;
        top: 125px;
        left: 5px;
    }
        #skiresort-list-id .row .wrapper-sports .sport-cat{
            text-align: center;
            background: #e7e7e7;
            border: 1px solid #cacaca;
            color: #4A4A4A!important;
            float: left;
            margin-right: 5px;
            width: 100px;
        }
            #skiresort-list-id .row .wrapper-sports .sport-cat > div {
                display: block;
                margin: 0px auto;
            }
    #skiresort-list-id .row .wrapper-actions > input[type=submit] {
        position: absolute;
        top: 10px;
        width: 70px !important;
        left: 589px;
        background: none;
        box-shadow: none;
        border: 0px;
        display: block;
        color: #cacaca;
        font-weight: 600;
        font-family: 'Open-sans',sans-serif;
        font-size: 14px;
    }

/* skiresort new form edit */
fieldset.addskiresort{}
.addskiresort input#frmaddForm-title,
.addskiresort div.textarea-wrapper textarea[name="descrition"]{
    width: 555px !important;
    max-width: 555px !important;
}
.addskiresort div.textarea-wrapper{
    width: 555px!important;
    min-width: 555px !important
}
.textarea-wrapper textarea {
    width: 550px!important;
    min-width: 550px !important
}
.addskiresort .form-tip-1 {
    left: 215px !important;
}
fieldset.addskiresort .edit-map {
    margin-top: 10px !important;
}
fieldset.addskiresort .edit-map .mapBtn {
    text-shadow: none !important;
    border-radius: 0 !important;
    font-family: 'Open Sans', sans-serif !important;
    width: 165px !important;
    height: 31px !important;
    top: 30px !important;
    padding: 0px !important;
}
fieldset.addskiresort .edit-map .mapBtn a{
    height: 31px !important;
    width: 165px !important;
    padding: 0px !important;
    margin: 0px !important;
    display: inline-block !important;
    line-height: 31px !important;
    text-align: center !important;
    text-shadow: none !important;
    font-size: 15px !important;
    color: #fff !important;
    background: #4A4A4A !important;
}
fieldset.addskiresort .edit-map .mapBtn a:hover{
    text-decoration: none;
    background: #ffbc2b !important;
}

fieldset.addskiresort .edit-gallery {
   margin-top: 0px !important;
   height: 31px !important;
   float: right !important;
}
fieldset.addskiresort .edit-gallery #images-control {
    text-shadow: none !important;
    border-radius: 0px;
    font-family: 'Open Sans', sans-serif !important;
    width: 165px !important;
    height: 31px !important;
    top: 30px !important;
    left: 10px !important;
}
fieldset.addskiresort .edit-gallery #images-control a.unused {
    width: 165px !important;
    height: 31px !important;
    padding: 0px !important;
    margin: 0px !important;
    top: 0px !important;
    right: 0px !important;
    text-align: center!important;
    line-height: 31px!important;
    font-size: 15px!important;
    text-shadow: none !important;
    color: #fff !important;
    background: #4A4A4A !important;
}
fieldset.addskiresort .edit-gallery #images-control a.unused:hover {
    background: #ffbc2b !important;
    text-decoration: none;
}
fieldset.addskiresort .edit-gallery #images-control a.btn-blue {
    background: #4A4A4A;
    border: 0px !important;
    border-radius: 0px !important;
    text-shadow: 0px !important;
    text-transform: uppercase;
    text-shadow: none!important;

    width: 155px;
}

    fieldset.addskiresort .edit-gallery #images-control a.btn-blue:hover {
        background: #ffbc2b !important;
        text-decoration: none;
    }

/* = = = = NEW SKI FILTERS = = = = */
.winterIsHere .ski-resort-review .subject .filter-block .box {
    top: 25px;
}
div#skiresort-list-id div.wrapper-sports div.sport-cat {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #cacaca !important;
    cursor: pointer;
    position: relative;

}
div#skiresort-list-id div.wrapper-sports div.sport-cat:nth-child(1) {
    margin-left: 8px;
}
div#skiresort-list-id div.wrapper-sports div.sport-cat:nth-child(6) {
    margin-right: 0px !important;
}
div#skiresort-list-id div.wrapper-sports div.sport-cat div {
    width: 1px;
    height: 1px;
    background: none !important;
}
div#skiresort-list-id div.wrapper-sports div.sport-cat label{
    background: url('/img/2014/ski_filters_sprite.png');
    display: block;
    height: 65px;
    width: 100px;
    position: relative;
    color: #979797 !important;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
    div#skiresort-list-id div.wrapper-sports div.sport-cat input[type="checkbox"]{
        display: none;
    }
    div#skiresort-list-id div.wrapper-sports div.sport-cat.ie8 input[type="checkbox"]{
        display: block !important;
        position: absolute;
        z-index: 99999;
        bottom: -3px;
        left: 45px;
    }
    div.sport-cat label[for="frmfilterForm-sport-0"]{
        background-position: -20px 10px !important;
    }
    div.sport-cat label[for="frmfilterForm-sport-1"]{
        background-position: -140px 10px !important;
    }
    div.sport-cat label[for="frmfilterForm-sport-2"]{
        background-position: -260px 10px !important;
    }
    div.sport-cat label[for="frmfilterForm-sport-3"]{
        background-position: -385px 10px !important;
    }
    div.sport-cat label[for="frmfilterForm-sport-4"]{
        background-position: -510px 10px !important;
    }
    div.sport-cat label[for="frmfilterForm-sport-5"]{
        background-position: -615px 10px !important;
    }
    /* when is checked */
    div.sport-cat input#frmfilterForm-sport-0:checked + label[for=frmfilterForm-sport-0]{
        background-position: -20px 60px !important;
    }
    div.sport-cat input#frmfilterForm-sport-1:checked + label[for="frmfilterForm-sport-1"]{
         background-position: -140px 60px !important;
    }
    div.sport-cat input#frmfilterForm-sport-2:checked + label[for="frmfilterForm-sport-2"]{
        background-position: -260px 60px !important;
    }
    div.sport-cat input#frmfilterForm-sport-3:checked + label[for="frmfilterForm-sport-3"]{
        background-position: -385px 60px !important;
    }
    div.sport-cat input#frmfilterForm-sport-4:checked + label[for="frmfilterForm-sport-4"]{
        background-position: -510px 60px !important;
    }
    div.sport-cat input#frmfilterForm-sport-5:checked + label[for="frmfilterForm-sport-5"]{
    background-position: -615px 60px !important;
    }

    div.wrapper-sports div.sport-cat div input {
        position: absolute;
        bottom: 0px;
    }

    /* review detail */
div.winter-sports-icons  {
    background: url('/img/2014/ski_filters_sprite.png') !important;
    display: block;
    width: 40px !important;
    height: 40px !important;
}
    .winter-sports-icons.snowboard {
        background-position: -166px 0px !important;
    }
    .winter-sports-icons.cross-country-skiing {
        background-position: -46px 0px !important;
    }
    .winter-sports-icons.skialpinism {
        background-position: -415px 0px !important;
    }
    .winter-sports-icons.nordic {
        background-position: -283px 0px !important;
    }
    .winter-sports-icons.winter-tourism {
        background-position: -538px 0px !important;
    }
    .winter-sports-icons.skating {
        background-position: -653px 0px !important;
    }

     .ski-go-back-btn {
        vertical-align: middle;
        right: 0;
        position: absolute;
        top: -35px;
        background: url("/img/2014/arrow-prev-blue.png") no-repeat;
        height: 35px;
        line-height: 31px;
        text-align: right;
        padding-left: 15px;
        padding-right: 0;
    }
      .ski-go-back-btn a{
        font-family: 'Open Sans', sans-serif;
        color: #4A4A4A;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
    }
      .ski-go-back-btn a:hover {
        color: #4A4A4A;
        text-decoration: underline;
    }
    table.slopes div.arrow span { display: none;}
    th.slope-green {
        background-color: #cacaca !important;
        border-bottom: 2px solid green;
        color: #4a4a4a !important;
    }
        td.slope-green {
            background-color: #f3f3f3!important;
        }
    th.slope-blue {
        background-color: #cacaca !important;
        border-bottom: 2px solid #1200ff;
        color: #4a4a4a !important;
    }
        td.slope-blue {
            background-color: #f3f3f3!important;
        }
    th.slope-red {
        background-color: #cacaca !important;
        border-bottom: 2px solid #ff0000;
        color: #4a4a4a !important;
    }
         td.slope-red {
            background-color: #f3f3f3!important;
        }
    th.slope-black {
        background-color: #cacaca !important;
        border-bottom: 2px solid #000;
        color: #4a4a4a !important;
    }
        td.slope-black {
            background-color: #f3f3f3!important;
        }
    th.slope-xc {
        background-color: #cacaca !important;
        border-bottom: 2px solid #fff;
        color: #4a4a4a !important;
    }
        td.slope-xc {
            background-color: #f3f3f3!important;
        }
    /* edit gallery preview
    div.gallery.ski ul li {
        width: 152px !important;
        height: 152px !important;
    }
        .gallery.ski ul li img {
            width: 152px !important;
            height: 152px !important;
        }
        */

    /* ADD PHOTO TO SKI RESORT
    - replacing styles from core... need important

    */

    fieldset.winterAddPhoto {
        border: 0px solid red!important;
        min-height: 150px;
    }
        .winterAddPhoto label {

        }
        .winterAddPhoto span {
            height: 110px !important;
            display: block !important;
            margin-left: 95px !important;
            width: 237px !important;
        }
        .winterAddPhoto span a.unused {
            border: 0px;
            position: relative !important;
            top: 30px!important;
            right:0px !important;
            width: 200px !important;
            height: 30px !important;
            display: block;
            margin-left: 0px;
            background: #4A4A4A;
            padding: 5px 30px 4px;
            color: #fff;
            line-height: 31px;

            text-shadow: none !important;
            text-align: center !important;
            text-transform: uppercase;
            margin: 0px !important;
            padding: 0px !important;
            font-size: 14px !important;
            font-weight: 600!important;
        }
        .winterAddPhoto a:hover,
        .winterAddPhoto a.btn-blue:hover {
            background: #ffbc2b !important;
            text-decoration: none !important;
        }
        .winterAddPhoto a.btn-blue {
            position: relative!important;
            display: block !important;
            clear: both !important;
            margin-left: 0px!important;
            background: #4A4A4A !important;
            padding: 0px!important;
            line-height: 30px!important;
            width: 200px !important;
            text-shadow: none!important;
            border-radius: 0!important;
            border: 0px !important;

            color: #fff!important;
            font-family: 'Open Sans', sans-serif;
            text-transform: uppercase;
            font-weight: 600 !important;
            line-height: 30px !important;


        }

        /* add destination form  */

        div.addDestination {
        }

        div.addDestination  label {
            color: #4A4A4A !important;
            font-family: 'Open Sans', sans-serif !important;
            font-size: 13px;
            font-weight: 100 !important;
            font-size: 13px;
        }

        div.addDestination fieldset,
        div.addDestination form {
            margin: 0px!important;
            padding: 0px !important;
        }
        div.addDestination table {
            width: 845px !important;
        }
        div.addDestination table th {
            vertical-align: top;
        }
        div.addDestination input#frmproposeDestinationForm-title{
            width: 660px;
        }
        div.addDestination textarea#frmproposeDestinationForm-note {
            width: 660px;
            height: 100px;
        }

        div.addDestination input#frmproposeDestinationForm-send{
            background: #4a4a4a;
            border-radius: 0px;
            text-shadow: none;
            margin-bottom: 30px;
            margin-left: 100px;
        }
        div.addDestination input#frmproposeDestinationForm-send:hover{
            background: #ffbc2b;
        }
/* ck/ca */
div.officialReply {
    clear: both;
}
div.officialReply p span p.label{
    font-family: 'Open-sans', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    color: #4A4A4A;
}
/* FIX STICKY SKYSCRAPER */
div.sticky_pos_helper {position: static;}
.sticky_point {position: absolute; bottom: 0px;}

/* FILE UPLOAD SIZE INFORMATION BOX */
div.fileUploadInfo {
    font-size: 12px;
    clear: both;
    margin: 10px 0;
    padding: 5px;
    color:#999;
}
div.fileUploadInfo strong{ color: #999; }
div.fileUploadInfo.title {
    font-size: 14px;
    display: block;
    clear: both;
    margin-bottom: 5px;
}

/* hotel photo add */

fieldset#newForm.hotelAddPhoto {}

fieldset#newForm.hotelAddPhoto .edit-gallery {
    width: 100%;
    height: auto;
    min-height: 27px;
    margin: 0;
}

fieldset#newForm.hotelAddPhoto .edit-gallery label {
    line-height: 27px;
    float: left;
    text-align: center;
    cursor: default;
}

fieldset#newForm.hotelAddPhoto .edit-gallery #images-control {
    position: relative;
    height: auto;
    top: 0;
    margin: 0;
    float: left;
    width: 680px;
    min-height: 27px;
}

fieldset#newForm.hotelAddPhoto .edit-gallery #images-control #images-previews {
    width: 100%;
    height: auto;
    min-height: 27px;
}

fieldset#newForm.hotelAddPhoto .edit-gallery #images-control #images-previews a#images-popup-opener {
    width: 167px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #FFF;
    background: #4a4a4a;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    top: 0;
    right: 0;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font: 700 14px/28px Arial;
    margin-left: 138px;
}

fieldset#newForm.hotelAddPhoto .edit-gallery #images-control #images-previews a#images-popup-opener:hover {
    text-decoration: none;
    background: #ffbc2b;
}

fieldset#newForm.hotelAddPhoto .edit-gallery #images-control #images-previews img {
    float: none;
    margin-bottom: 30px;
}

/* hotel photo add end */

/* adobe flash form check */
.flashErrorMessage a { font-weight: 800; }

#hotel_review_edit .flashErrorMessage,
#newForm.hotelReview.album-edit .flashErrorMessage,
#newForm.hotel .flashErrorMessage {
    color: #4A4A4A;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
}

#travelagency-wrapper #hotel_review_edit form fieldset#newForm .edit-gallery #images-control #images-previews span.flashErrorMessage a,
#travelagency-wrapper form fieldset#newForm.hotelReview.album-edit #images-control span.flashErrorMessage a {
    background: none !important;
    display: inline;
    color: #00b3fc !important;
    margin: 0;
    padding: 0;
    font-weight: 800;
    text-transform: none;
}

#travelagency-wrapper #hotel_review_edit form fieldset#newForm .edit-gallery #images-control #images-previews span.flashErrorMessage a { font-size: 14px; }

#addFormImage-control span.flashErrorMessage,
#addFormImage-control span.flashErrorMessage a { font-size: 14px; }

#ajaxReplyFormImage-control[data-flash="hide"] object,
#addFormImage-control[data-flash="hide"] object { display: none; }
/* adobe flash form check end */

/* airline form */
fieldset#newForm.airlineReview {
    padding: 30px 10px;
}

#travelagency-wrapper .alone form fieldset#newForm.airlineReview div label {
    width: 250px !important;
    float: left;
    text-align: right !important;
    padding-right: 20px !important;
    margin-right: 0 !important;
    line-height: 30px;
}

#travelagency-wrapper .alone form fieldset#newForm.airlineReview div .chzn-container-single {
    top: 0;
}

#travelagency-wrapper .alone form fieldset#newForm.airlineReview div .chzn-container.chzn-container-single {
    float: left;
    position: relative;
    line-height: 35px;
    height: 35px;
    width:600px !important;
}

#travelagency-wrapper .alone form fieldset#newForm.airlineReview div .chzn-container.chzn-container-single > a {
    line-height: 35px;
    height: 35px;
    padding-left: 10px;
    width:555px !important;
}

#travelagency-wrapper .alone form fieldset#newForm.airlineReview div .chzn-container.chzn-container-single > a span { line-height: 16px; }

#travelagency-wrapper .alone form fieldset#newForm.airlineReview textarea {
    width: 600px !important;
    min-width: 0 !important;
}

#travelagency-wrapper .alone form fieldset#newForm.airlineReview div.like_no label[for] {
    width: 150px !important;
    margin-left: 0px !important;
    line-height: 30px;
    text-align: center !important;
}
/* airline form end */

/* hotel animation */
.hotel_hover_anim_wrapper {
    width: 239px;
    height: 163px;
    position: relative;
}

.hotel_hover_anim_wrapper a.hotel_animation_animatener {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    text-decoration: none;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}

.hotel_hover_anim_wrapper:hover a.hotel_animation_animatener {
    opacity: 1;
}

.hotel_hover_anim_wrapper a.hotel_animation_animatener img.orbion_white_logo {
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -90px;
    position: relative;
    opacity: 0.7;
}

.hotel_hover_anim_wrapper a.hotel_animation_animatener span.hotel_animate_text {
    position: relative;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    width: 100%;
    left: 0;
    top: 50%;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    opacity: 0.7;
    text-transform: uppercase;
    margin-top: 5px;
}
/* hotel animation end */

.adv.paid_notice { background: transparent; }

/* article galeries */
.main-wrapper-article-gallery {
    border: 1px solid #eaeaea;
    background: #f7f7f7;
    padding: 4px;
    float: left;
    margin: 30px 0 30px 62px;
}

.main-wrapper-article-gallery img.block {
    float: left;
    margin-right: 4px;
}

.main-wrapper-article-gallery a.gallery_separate_opener {
    float: left;
    display: block;
    width: 100px;
    height: 75px;
    padding-top: 20px;
    box-sizing: border-box;
    color: #FFF;
    background: blue;
    text-align: center;
    font: 700 14px/1.2 Arial;
    background: rgb(0,179,252);
    background: -moz-linear-gradient(top,  rgba(0,179,252,1) 0, rgba(0,146,244,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(0,179,252,1)), color-stop(100%,rgba(0,146,244,1)));
    background: -webkit-linear-gradient(top,  rgba(0,179,252,1) 0,rgba(0,146,244,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,179,252,1) 0,rgba(0,146,244,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,179,252,1) 0,rgba(0,146,244,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,179,252,1) 0,rgba(0,146,244,1) 100%);
}

.main-wrapper-article-gallery a.gallery_separate_opener:hover {
    background: #727272;
}
/* article galeries end */

/* vacation form */
#add_new_vacation fieldset.select-next-vacation .col {
    margin-left: 0;
}

#add_new_vacation fieldset.select-next-vacation .col.last select { margin-left: 0; }

#add_new_vacation fieldset.vacation ._orbion_picker {
    position: relative;
    float: left;
}

#add_new_vacation fieldset.vacation ._orbion_picker h4 {
    margin: 0;
    line-height: 18px;
    margin-right: 10px;
    display: block;
}

#add_new_vacation fieldset.vacation ._orbion_picker .chzn-container {
    position: relative;
    width: 260px !important;
    height: 18px;
    float: left;
    margin-top: 2px;
    vertical-align: top;
    top: 0 !important;
}

#add_new_vacation fieldset.vacation ._orbion_picker .chzn-container a.chzn-single {
    left: 0px;
}
/* vacation form end */

/* add link in homepage */
  section.add-content-hp {
            display: block;
            margin: 20px 0;
        }
        /* languages pack */
         section.add-content-hp.cz a{ margin-right: 38px; }
         section.add-content-hp.sk a{ margin-right: 37px; }
         section.add-content-hp.pl a{ margin-right: 10px; }
        section.add-content-hp a.last{ margin-right: 0px !important; }

        section.add-content-hp a{
            display: inline-block;
            height: 30px;
            line-height: 30px;
            text-transform: uppercase;
            font-family: 'Roboto Slab', serif;
            font-size: 18px;
            font-weight: 600;
            padding-left: 50px;
            color: #cacaca;
        }
        section.add-content-hp a:hover{
            color: #035372;
            text-decoration: underline;
        }
        section.add-content-hp a.add-travelogue{
            background: url("/img/2014/ico_plane.png") left center no-repeat;
        }
        section.add-content-hp a.add-album{
            background: url("/img/2014/ico_leica.png") left center no-repeat;
        }
        section.add-content-hp a.add-discussion{
            background: url("/img/2014/disc_ico_general.png") left center no-repeat;
        }
        section.add-content-hp a.add-hotel{
            background: url("/img/2014/ico_hotel.png") left center no-repeat;
        }

        /* new arrow feature */
         div.arrowMove .arrow-item {
                    position: relative;
                    width: 30px;
                    height: 30px;
                    line-height: 24px;
                    vertical-align: middle;
                    text-align: center;
                    background: #d3d3d3;
                    color: #fff;
                    font-size: 30px;
                    font-weight: 600;
                    margin: 0px auto;
                    border-radius: 15px;
                    -moz-border-radius: 15px;
                    -webkit-border-radius: 15px;
                    z-index: 9999;
                    transition: 0.1s;
                    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
                }
                div.arrowMove.down .arrow-item {
                    animation: pulse 1s 2s linear infinite;
                    -webkit-animation: pulse 1s 2s linear infinite;
                    -ms-animation: pulse 1s 2s linear infinite;
                    -o-animation: pulse 1s 2s linear infinite;
                     box-shadow: 0 0 0 rgba(204,169,44, 0.4);
                    -ms-transform: rotate(90deg);
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                }
                div.arrowMove .arrow-item{
                    -webkit-animation: pulse 1s 2s linear infinite;
                    -ms-animation: pulse 1s 2s linear infinite;
                    -o-animation: pulse 1s 2s linear infinite;
                    animation: pulse 1s 2s linear infinite;
                     box-shadow: 0 0 0 rgba(204,169,44, 0.4);
                    -ms-transform: rotate(-90deg);
                    -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                }

                div.arrowMove .arrow-item:hover{
                    box-shadow: 0px 0px 15px #fff;
                    background: #ffb700;
                    width: 35px;
                    height: 35px;
                    line-height: 30px;
                    border-radius: 35px;

                    -webkit-animation: ring 1s alternate 0s;
                    -moz-animation: ring 1s alternate 0s;
                    -o-animation: ring 1s linear 0s;
                    animation: ring 1s linear 0s;

                     -ms-transform: rotate(-90deg);
                    -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                }
                div.arrowMove.down .arrow-item:hover {
                    box-shadow: 0px 0px 15px #fff;
                    width: 35px;
                    height: 35px;
                    line-height: 30px;
                    border-radius: 35px;

                    -ms-transform: rotate(90deg);
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                }
                div.arrowMove div.arrow-whiper {
                    position: absolute;
                    visibility: hidden;
                    background: #f4f4f4;
                    font-family: 'Open Sans', sans-serif;
                }
                div.arrowMove div.arrow-whiper .bubble{
                    padding: 0px !important;
                    left: -30px;
                    top: 12px;
                }
                div.arrowMove .arrow-item:hover ~ div.arrow-whiper {
                    visibility: visible;
                    position: absolute;
                    top: -20px;
                    height: 30px;
                    line-height: 30px;
                    font-size: 12px;
                    text-transform: uppercase;
                    left: 550px;
                    padding: 5px;
                    border-radius: 5px;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    box-shadow: 3px 3px 10px 1px gray;
                }
                @-webkit-keyframes pulse {
                  0% {
                    -webkit-box-shadow: 0 0 0 0 rgba(255,183,0, 0.4);
                  }
                  70% {
                      -webkit-box-shadow: 0 0 0 10px rgba(255,183,0, 0);
                  }
                  100% {
                      -webkit-box-shadow: 0 0 0 0 rgba(255,183,0, 0);
                  }
                }
                @keyframes pulse {
                  0% {
                    -moz-box-shadow: 0 0 0 0 rgba(255,183,0, 0.4);
                    box-shadow: 0 0 0 0 rgba(255,183,0, 0.4);
                  }
                  70% {
                      -moz-box-shadow: 0 0 0 10px rgba(0,0,0, 0);
                      box-shadow: 0 0 0 10px rgba(0,0,0, 0);
                  }
                  100% {
                      -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
                      box-shadow: 0 0 0 0 rgba(0,0,0, 0);
                  }
                }
                @media screen and (-webkit-min-device-pixel-ratio: 0) {
                    div.arrowMove .arrow-item{line-height: 26px;}
                }

.titleDetail.graybackground {
    background:#EFEFEF;
    border-radius:6px;
    padding-top:10px;
    padding-left: 10px;
    padding-bottom: 5px;
}
.reviews.detail .gallery li.Landscape {width:152px; height:152px; overflow:hidden;}
.reviews.detail .gallery #snippet--gallery > li.Landscape:nth-of-type(4) {margin-right:0;}

.bx-leaderboard {
    min-width: 1000px;
    min-height: 200px;
}
.bx-leaderboard > div table {
    margin-left: auto;
    margin-right: auto;
}
.contentWidth1052 .branding-wrapper {
}
.page {
    margin-left: auto;
    margin-right: auto;
}

.ratting-box {
    margin: 0 auto;
    padding-top: 13px;
}

.rss-box-vertical__headline {
    text-transform: uppercase;
}

.rss-box-vertical__source a {
    color: #59a5cd;
}

.rss-box-vertical__image {
    float: left;
    width: 40%;
    max-width: 100%;
    max-height: 100%;
}

.rss-box-vertical__title {
    float: right;
    width: 55%;
    background-color: #FFFFFF;
}

.rss-box-vertical__title a {
    color: #0f7cb6;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -.5px;
    font-weight: bold;
}

.rss-box-vertical__description {
    padding: 15px 0px;
}

.rss-box-vertical__description a {
    color: #3e6975;
}

.rss-box-horizontal__article {
    float: left;
    width: 25%;
    padding: 0px 12px;
}

.rss-box-horizontal__image {
    width: 100%;
}

.rss-box-horizontal__source a {
    color: #59a5cd;
}

.rss-box-horizontal__title {
    background-color: #FFFFFF;
    padding-top: 7px;
}

.rss-box-horizontal__title a {
    color: #0f7cb6;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -.5px;
    font-weight: bold;
}

.rss-box-horizontal__wraper {
    padding-bottom: 3px;
}

.rss-box-horizontal__headline {
    text-transform: uppercase;
    padding: 0px 12px;
    margin-bottom: 0px;
}

.image-container .ic-thumbnail {
    position: relative;
    width: 20%;
    padding-bottom: 20%;
    float: left;
}

.image-list-container .ic-thumbnail{
    padding-bottom: 18%;
}

@media screen and (max-width: 800px) {
    .image-container .ic-thumbnail {
        width: 33.3333%;
        padding-bottom: 33.3333%;
    }
}

@media screen and (max-width: 575px) {
    .image-container .ic-thumbnail {
        width: 50%;
        padding-bottom: 50%;
    }
}
.image-container .ic-thumbnail div.ic-thumbnail-thumb {
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    overflow: hidden;
    background-position: center center;
    border-radius: 5px;
}

.image-container .ic-thumbnail div.ic-thumbnail-move {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 90%;
    cursor: move;
}

.image-container .ic-thumbnail div.ic-thumbnail-move::before {
    content: '';
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-size: 65%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/img/move-icon-cross.png);
}

.image-container .ic-thumbnail div.ic-thumbnail-remove {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 85%;
    cursor: pointer;
}

.image-container .ic-thumbnail div.ic-thumbnail-remove::before {
    content: '';
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/img/delete-icon-red.png);
}

.addInputImageButton {
    width: 0.1px !important;
    height: 0.1px !important;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.labelImageButton {
    color: white !important;
    background-color: #fbb03b !important;
    display: block !important;
    cursor: pointer !important;
    padding: 16px 35px !important;
    float: left !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 10px !important;
    -webkit-transition: background-color 250ms ease-in-out !important;
    transition: background-color 250ms ease-in-out !important;
    font-weight: bold !important;
}

#spinner-wrapper {
    visibility: hidden;
    position: fixed;
    z-index: 200;
    top: 0px;
    left: 50%;
    margin-left: -50px;
    top: 45%;
    margin-top: -150px;
}

#spinner-wrapper .spinner {
    width: 130px;
    height: 130px;
    background-image:url(/img/loading.gif);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}

#spinner-wrapper .caption {
    text-align: center;
    font-weight: bold;
    color: seashell;
}

#overlay {
    position: fixed;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 199;
}