﻿/* https://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
/*
    vertical-align: baseline;
*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.9;
    font-family: lato-light !important;
    background-color: #fff;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

blockquote, q {
    quotes: none;
}

h2, h3 {
    font-weight: bold;
}

textarea:focus, button:focus {
    outline: none;
    -webkit-appearance: none;
}

.form-group select.form-control:focus {
    background: url(../img/expand.png) no-repeat 98% center;
    background-size: 20px 20px;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

select {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    width: 100%;
    height: auto;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*GENERAL STYLE-------------------------------------------*/
@font-face {
    font-family: "lato-light";
    src: url("../fonts/lato-light.eot");
    src: url("../fonts/lato-light.eot#iefix") format("embedded-opentype"), url("../fonts/lato-light.ttf") format("truetype"), url("../fonts/lato-light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "lato";
    src: url("../fonts/lato-regular.eot");
    src: url("../fonts/lato-regular.eot#iefix") format("embedded-opentype"), url("../fonts/lato-regular.ttf") format("truetype"), url("../fonts/lato-regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-display: swap;
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons.eot");
    src: url("../fonts/glyphicons.eot?#iefix") format('embedded-opentype'), url("../fonts/glyphicons.ttf") format('truetype'), url("../fonts/glyphicons.svg#glyphicons") format('svg');
}

/*ALL STYLES----------------------------------------------------------------------------------------------*/

.container {
/*
    width: auto !important;
*/
    /* max-width: 1030px; */
}
@media (min-width: 768px) {
    .container {
        padding: 0;
    }
}

.section_title {
    font-size: 42px;
    line-height: 32px;
    text-align: right;
    font-family: lato-light;
}

.section_title a {
    text-decoration: none;
    color: inherit;
}

.read_more {
    color: #282828 !important;
    background: #fff;
    font-size: 20px;
    padding: 6px 25px;
    text-decoration: none !important;
    display: inline-block;
    line-height: 32px;
    width: 100%;
    text-align: center;
    border: 1px solid #d4d4d4;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin-top: -2px;
    position: relative;
    text-transform: uppercase;
}

.read_more:before {
    position: absolute;
    content: '';
    background: url(../img/video.png) no-repeat center center;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    right: 20px;
    background-position: 0;
}

.read_more:hover {
    color: #fff !important;
    border: 1px solid #597bd9;
    background: #597bd9;
}

.read_more:hover:before {
    background: url(../img/video.png) no-repeat center center;
    background-position: -30px center;
}

.jqtransform {
    display: none;
}

.pagination {
    display: block;
    margin-top: 30px;
    font-size: 20px;
    padding: 20px 15px;
}

.pagination ul {
    display: flex;
    flex-wrap: wrap;
}

.pagination .pagination_item {

}

.pagination .pagination_item.pagination_next {
    background: url(../img/next.png) no-repeat right center;
}

.pagination .pagination_item.pagination_next a,
.pagination .pagination_item.pagination_prev a {
    width: auto;
    padding: 10px 8px;
}

.pagination .pagination_item.pagination_prev {
    background: url(../img/prev.png) no-repeat left center;
}

.pagination .pagination_item a,
.pagination .pagination_item span {
    display: inline-block;
    width: 48px;
    text-align: center;
    color: #a9a9a9;
    text-decoration: none;
    padding: 10px 0;
}

.pagination .pagination_item.active a,
.pagination .pagination_item.active span {
    background: #A5A4A4;
    color: #fff;
}

.pagination .pagination_item.active a:hover,
.pagination .pagination_item.active span:hover {
    color: #fff;
}

.pagination .pagination_item a:hover {
    color: #96D141;
}

.menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    margin-top: -15px;
    background: #d9d9da url(../img/menu_btn.png) no-repeat center 40px;
    cursor: pointer;
    display: none;
}

.iframe-box {
    padding: 15px 0;
}

.iframe-box {
/*
    width: 100% !important;
*/
}

.wrapper {
    padding: 0 15px;
}

.map {
    margin: 15px 0;
}

.article-map {
    height: 450px;
}

.facebook_login {
    background: #3c5a99 url(../img/fb.png) no-repeat 15px center;
    height: 40px;
    display: block;
    border: none;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    cursor: pointer;
    width: 100%;
}

.form-horizontal {
    font-family: lato;
}

form.contact_page input {
    padding: 0 10px 0 0;
    color: #333;
    margin-bottom: 25px;
    font-family: lato-light;
    font-size: 16px !important;
}

form.contact_page textarea {
    min-height: 120px;
    resize: none;
    margin-top: 10px;
    display: block;
    font-family: lato-light;
    font-size: 16px !important;
}

form.contact_page .btn_wrapper {
    overflow: hidden;
}

form.contact_page .btn_wrapper .contact-send {
    background: #597bd9 !important;
    float: right;
    width: 200px;
    margin-top: 30px;
    border-radius: 0;
    box-shadow: none !important;
    min-width: 160px;
}

form.contact_page select.form-control {
    border: 1px solid #ccc;
    margin: 5px 0 15px 0;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(../img/expand.png) no-repeat 98% center;
    padding: 0 10px;
    font-family: lato-light;
    background-size: 20px 20px;
    font-size: 20px;
    color: #282828;
}

.form-control:focus,
.form-control.focus,
.form-control:checked,
.form-control:active,
.form-control:selection,
.form-control:enabled {
    background: red url(../img/expand.png) no-repeat 98% center !important;
}

/*HEADER--------------------------------------------------------------------------------------------------*/

.header_container {
    position: relative;
    background: url(../img/bg-min.webp) no-repeat center center;
    background-size: cover;
}

.header_container header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    line-height: 56px;
    height: 56px;
    background: rgba(248, 248, 248, 0.9);
    z-index: 99;
}

.header_container .container {
    position: relative;
}

.header_container header .logo {
    float: left;
    background: url(../img/logo_b.png) no-repeat center center;
    display: block;
    height: 56px;
    width: 75px;
    background-size: contain;
    margin-left: 20px;
}

.header_container header .main_menu {
    float: left;
    text-align: center;
}

.header_container header .main_menu .menu_item {
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}

.header_container header .main_menu .menu_item a {
    color: #282828;
    text-decoration: none;
    font-size: 20px;
    font-family: lato;
}

.header_container .about_wrapper {
    padding-top: 105px;
    text-align: center;
    color: #282828;
    margin-bottom: 10px;
    min-height: 300px;
}
.header_container .about_wrapper .about-head{
    margin-top: -7px;
}
@media (min-width: 768px) {
    .header_container .about_wrapper .about-head{
        line-height: 1.8;
    }
}
.header_container .about_wrapper .section_title {
    color: #fff;
}

.header_container .about_wrapper .about_title {
    font-size: 48px;
    text-transform: uppercase;
    padding: 0 0 10px;
    font-family: lato;
}

.header_container .about_wrapper .about_caption {
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: lato-light;
    color: #282828;
}

.header_container .search_icon {
    background: #597bd9 url(../img/search_icon.png) no-repeat center center;
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 9;
    height: 100%;
    width: 45px;
    border: 0;
}

.signup_box {
    text-align: right;
}

.signup_box_small {
    display: none;
}

.signup_btn,
.signout_btn {
    color: #fff;
    background: #597bd9;
    font-size: 20px;
    padding: 7px 30px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    font-family: lato-light;
    text-transform: uppercase;
}

.signup_btn:hover,
.signout_btn:hover {
    color: #fff;
    text-decoration: none;
}

.signup_btn.signout_hide {
    display: none;
}

.header_container .social_item {
    width: 34px;
    height: 34px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.header_container .social_item.google_plus {
    background: #d9595f url(../img/gp.png) no-repeat center center;
}

.header_container .social_item.facebook {
    background: #597bd9 url(../img/fb.png) no-repeat center center;
}

.header_container .slash {
    display: inline-block;
    padding: 0 5px;
}

.header_container .login {
    color: #597bd9;
    font-size: 20px;
    padding: 7px 10px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    font-family: lato-light;
}

.header_container .seach_form {
    margin: 20px 0 40px;
    position: relative;
}

.header_container .seach_form input[type="text"] {
    display: block;
    width: 100%;
    border: none;
    height: 46px;
    line-height: normal;
    padding: 0 15px;
    font-family: lato-light;
}

/*CONTENT----------------------------------------------------------------------------------------------------*/

.content {
    padding: 0 0 20px 0;
    background: #fff;
}

.content_index {
    padding: 20px 0 20px 0;
}

.content .about_wrapper {
    margin-bottom: 20px;
}

.content .about_wrapper .about_text {
    color: #443a40;
    font-size: 20px;
    line-height: 1.9;
}

.content .top_hotels {
    /*margin-bottom: 15px;*/
    overflow: hidden;
}

.content .top_hotels .top_hotels_item {
    /*position: relative;*/
    /*padding: 5px;*/
}
div.most-viewed_blogs span.top_hotels_title,
.content .top_hotels .top_hotels_item .top_hotels_title {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    /*display: table-cell;*/
    vertical-align: middle;
    text-decoration: none;
}
div.most-viewed_blogs span.top_hotels_title span,
.content .top_hotels .top_hotels_item .top_hotels_title span {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}
div.most-viewed_blogs span.top_hotels_title {
    margin-left: 15px;
    margin-right: 15px;
}
div.social_section div.most-viewed_blogs div.row img {
    margin: 10px 0;
}
.content .section_title {
    color: #96d141;
    border-bottom: 3px solid #96d141;
    text-align: right;
    line-height: 31px;
    margin: 0 0 40px;
}

.content .new_hotels .new_hotels_item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 15px;
}

.content .new_hotels .new_hotels_item .new_hotels_img {
    position: relative;
    display: block;
}

.content .new_hotels .new_hotels_item .new_hotels_date {
    position: absolute;
    right: 0;
    width: 9%;
    height: 100%;
    top: 0;
    bottom: 3px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.content .new_hotels .new_hotels_item .new_hotels_date .number {
    font-size: 40px;
    display: block;
    text-align: center;
}

.content .new_hotels .new_hotels_item .new_hotels_date .month {
    font-size: 24px;
    padding: 0;
    text-align: center;
    display: block;
}

.content .new_hotels .new_hotels_item .new_hotel_title{
    font-size: 26px;
    text-decoration: none;
    color: #282828;
    display: block;
    font-family: lato;
    position: absolute;
    margin-top: 10%;
    top: 0;
    padding: 10px 10px 10px 0;
    text-transform: uppercase;
    left: 0;
    word-break: break-word;
    max-width: 55%;
    z-index: 1;
}

.content .new_hotels .new_hotels_item .new_hotel_title .caption {
    line-height: 33px;
    padding: 5px 5px 5px 0;
    background-color: #fff;
}

.content .new_hotels .new_hotel_excerpt {
    font-size: 20px;
    line-height: 1.9;
    color: #282828;
    margin: 10px 0;
    display: inline-block;
}

.content .new_hotels .new_hotel_tags {
    font-size: 20px;
    color: #838383;
    padding: 3px 10px 3px 0;
    font-family: lato;
    margin-bottom: 10px;
    display: inline-block;
}

.content .new_hotels .new_hotel_tags a {
    color: #fff;
    background: #A5A4A4;
    padding: 2px 4px;
    text-decoration: none;
    margin-top: 5px;
    display: inline-block;
}

.content .new_hotels .new_hotel_tags a:hover {
    background: #96d141;
}
.add_space {
    height: 39px;
    background: white;
}
.search_wrapper {
    background: #f6f6f6;
    padding: 0 0 0 0;
}

.search_header {
    position: relative;
}

.search_wrapper .search_header input {
    color: #fff;
    font-size: 20px;
    padding: 15px 40px 15px 20px;
    background: #597bd9;
    font-family: lato-light;
    display: block;
    width: 100%;
    border: none;
    outline: none;
}

.search_wrapper .search_header .search_icon {
    background: url(../img/search_icon.png) no-repeat 92% center;
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 9;
    height: 20px;
    width: 20px;
}

.search_wrapper .search_header ::-webkit-input-placeholder {
    color: #fff;
}

.search_wrapper .search_header :-moz-placeholder {
    /* Firefox 18- */

    color: #fff;
}

.search_wrapper .search_header ::-moz-placeholder {
    /* Firefox 19+ */

    color: #fff;
}

.search_wrapper .search_header :-ms-input-placeholder {
    color: #fff;
}

.search_wrapper .section_title {
    font-size: 25px;
    color: #597bd9;
    border: none;
    border-left: 5px solid #96d141;
    margin: 25px 0 15px;
    text-align: left;
    padding: 0 15px;
    text-transform: uppercase;
}

.fb-like.fb_iframe_widget {
    display: inline-block;
    width: 70px;
}

#___plusone_0 {
    width: 70px !important;
}

.social_section {
    margin-bottom: 30px;
}

.social_like_buttons {
    max-width: 100%;
    margin: 0 0 18px 22px;
}

.search_wrapper ul li.section_item {
    padding: 0 20px;
    line-height: 25px;
}

.section_types ul li.section_item {
    padding: 0 10px;
}

.section_types {
    display: inline-block;
}

.search_wrapper ul li.section_item a {
    text-align: left;
    font-size: 20px;
    color: #282828;
    padding: 5px 5px 5px 0;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
    transition: 0.3s padding;
    -webkit-transition: 0.3s padding;
    -moz-transition: 0.3s padding;
    -o-transition: 0.3s padding;
    font-family: lato-light;
}

.search_wrapper ul li.section_item a:hover {
    background: #597BD9;
    color: #fff;
    padding: 5px 15px 5px;
}

/*FOOTER----------------------------------------------------------------------------------------------------------------*/

footer {
    padding: 50px 20px;
    color: #fff;
    background: #333333;
    overflow: hidden;
}

footer .logo {
    background: url(../img/logo_w.png) no-repeat left center;
    width: 120px;
    height: 160px;
    background-size: contain;
    display: block;
    float: left;
}

footer .copyright {
    color: #a7a7a7;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: lato-light;
}

footer .footer_menu .item_menu {
    display: inline-block;
    padding-right: 7px;
    border-right: 1px solid #d8d8d8;
    margin-right: 7px;
}

footer .footer_menu .item_menu a {
    color: #d8d8d8;
    font-size: 20px;
    display: block;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    font-family: lato;
}
footer .footer_menu .item_menu:last-child {
    border: none;
}

footer .footer_menu .item_menu a:first-child {
    padding-top: 0;
}

/*ARTICLE PAGE---------------------------------------------------------*/

.article_page .content .new_hotels .new_hotels_item {
    margin-bottom: 10px;
}

.article_page .content .new_hotels .article_excerpt {
    padding: 0;
}

.article_page .new_hotel_excerpt p {
    padding: 10px 0;
}

.article_page .content .new_hotels .section_title {
    margin: 10px 0 40px;
}

.article_page .price_from .price {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 10px 20px;
    background-color: #96d141;
    color: #fff;
    text-transform: uppercase;
    font-family: lato;
    display: inline-block;
}

.search-dates {
    border: none;
    padding: 0;
    /* position: relative; */

    height: auto;
}

.search-dates #inout {
    width: 100%;
}

.article_page .book_online_link {
    text-align: right;
}

.article_page .book_online_link a {
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    background: #597bd9;
    font-size: 20px;
    padding: 10px 30px;
    display: inline-block;
    cursor: pointer;
}

.article_page .search_dates {
    margin: 25px 0;
    padding: 0;
    background-color: #fcfcfc;
}
.booking_link {
    margin: 0 auto;
    text-align: center;
}
.article_page .search_dates .booking_form {
    max-width: 336px;
    margin: 0 auto;
    height: 280px;
    border-top: 1px solid #96d141;
    padding: 10px 0;
}

.article_page .search_dates .section_caption {
    color: #597bd9;
    font-size: 25px;
    margin-bottom: 20px;
}

.search_btn {
    display: block;
    width: 100%;
    background-color: #597BD9;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: lato;
}

.select2-container .select2-choice {
    padding: 0 7px;
}

.select2-container .select2-choice abbr {
    background: url("../img/select2.2ca61b76e220.png") right top no-repeat;
}

.select2-container .select2-choice .select2-arrow b {
    background: url("../img/select2.2ca61b76e220.png") no-repeat 0 1px;
}

.select2-container .select2-choice .select2-arrow {
    background: url("../img/dropdown-arrow.44599034192a.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}

.search-dates #s2id_b_checkin_day,
.search-dates #s2id_b_checkout_day {
    width: 80px !important;
    margin-right: 0 !important;
}

.select2-container .select2-choice > .select2-chosen {
    font-size: 15px;
}

.search-dates #s2id_b_checkin_month,
.search-dates #s2id_b_checkout_month {
    width: 170px !important;
}

.article_page .search_dates input {
    width: 100%;
    background: #F6F6F6 !important;
    color: #282828;
    font-size: 15px;
    border: none;
    padding: 10px 15px;
    font-weight: 700;
    margin: 2px 0;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 15px;
}

.select2-container .select2-choice > .select2-chosen {
    text-overflow: inherit !important;
}

.article_page .search_dates label {
    color: #282828;
    font-weight: 700;
    font-size: 15px;
    margin: 15px 5px;
}

.article_page .search_dates #specific_dates {
    display: inline;
    width: 15px;
    height: 15px;
}

/*---------------------------------------------------------------------*/
/*EDit profile page----------------------------------------------------*/

.edit_profile .btns_wrapper {
    padding: 0;
}

.edit_profile .btns_wrapper .reset_btn {
    background: #d9595f !important;
    height: 40px;
    border-radius: 0;
    min-width: 120px;
    font-size: 20px;
    text-transform: uppercase;
}

.edit_profile input,
.edit_profile textarea {
    font-size: 16px !important;
}

.edit_profile .btns_wrapper .save_btn {
    background: #597bd9 !important;
    height: 40px;
    border-radius: 0;
    min-width: 120px;
    font-size: 20px;
    text-transform: uppercase;
}

.edit_profile .change_password {
    text-align: right;
    padding-top: 20px;
}

.edit_profile .change_password a {
    color: #597bd9;
    text-decoration: none;
    text-transform: uppercase;
}

.edit_profile .change_password {
    padding-right: 0;
}

.edit_profile textarea,
.edit_profile select {
    margin: 20px 0;
}

/*Profile page---------------------------------------------------------*/

.profile_info {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    color: #282828;
    font-size: 14px;
    font-family: lato-light;
}

.profile_info .profile_photo {
    max-width: 120px;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 10px;
}

.profile_info .profile_fields {
    overflow: hidden;
    border: 1px solid #d4d4d4;
    padding: 5px 10px;
}

.profile_info .profile_fields .profile_fields_item {
    width: 25%;
    float: left;
    padding: 0px 3px;
    line-height: 17px;
}

.profile_info .profile_social {
    margin: 10px 0;
}

.profile_info .profile_social li {
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 2px;
}

.profile_info .profile_social li.google {
    background: #d9595f url(../img/gp.png) no-repeat center center;
}

.profile_info .profile_social li.facebook {
    background: #597bd9 url(../img/fb.png) no-repeat center center;
}

.profile_info .profile_social li.twitter {
    background: #597bd9 url(../img/twitter.png) no-repeat center center;
}

.profile_info .profile_social li.msn {
    background: #597bd9 url(../img/msn.png) no-repeat center center;
}

.profile_info .profile_name {
    font-size: 32px;
    margin: 15px 0 10px;
    font-family: lato;
    line-height: 36px;
    text-transform: uppercase;
}

.profile_info .profile_description {
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    margin: 25px 0;
}

.advanced_field {
    margin-bottom: 5px;
    font-weight: 400;
    font-family: lato;
    color: #282828;
}

.advanced_field_title {
    margin-bottom: 5px;
    color: #282828;
    font-family: lato-light;
}

/*Accomkodation types--------------------------------------------------*/

.content .new_hotels.accomodation_types .new_hotels_item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 10px;
    height: 265px;
}

.content .new_hotels.accomodation_types .new_hotel_title {
    right: 0;
    left: 0;
    top: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0 10px;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    display: table-cell;
    position: absolute;
    height: 50px;
    margin-top: -25px;
    text-decoration: none;
    padding-top: 7px;
    max-width: 100%;
    font-weight: bold;
    line-height: 12px;
}

.content .new_hotels.accomodation_types .social_section {
    margin-bottom: 10px;
}

.content .new_hotels.accomodation_types .new_hotel_title .caption {
    line-height: 18px;
    font-size: 20px;
    background: none;
}

.content .new_hotels.accomodation_types .stButton .stBubble_hcount {
    display: none;
}

.content .new_hotels.accomodation_types .stButton_gradient {
    display: none !important;
}

.content .new_hotels.accomodation_types .share_btns_box {
    padding: 10px 70px 0 0;
    max-width: 450px;
}

.content .new_hotels.accomodation_types .price {
    position: absolute;
    top: -32px;
    right: 0;
    background-color: #96d141;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}

/*DATEPICKER-----------------------------------------------------------*/

.ui-widget-header {
    background: #96d141;
    border: none;
}

.ui-datepicker .ui-datepicker-header {
    border-radius: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #96d141;
    border: none;
    text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #96d141;
    color: #fff;
}

.ui-datepicker th {
    font-weight: 200;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: 9px;
    font-weight: 400 !important;
}

.ui-datepicker-title {
    font-weight: 200;
}

.datapicker_field {
    position: relative;
    margin: 10px 0 0 0;
}

.datapicker_field img {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev span {
    background: url('../img/calendar_left.png') no-repeat center center;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px !important;
    top: 2px !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px !important;
    top: 2px !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next span {
    background: url('../img/calendar_right.png') no-repeat center center;
}

.ui-datepicker .ui-datepicker-prev:hover {
    background: none;
    border: none;
}

.ui-datepicker .ui-datepicker-next:hover {
    background: none;
    border: none;
}

.ui-datepicker .ui-icon,
.ui-datepicker:hover .ui-icon {
    width: 20px;
    height: 20px;
}

.ui-datepicker {
    border-radius: 0 !important;
    padding: 0;
    font-family: lato;
    max-width: 280px;
}

/*-----------------------------------------------------------------------*/

.comments_wrapper .comment_item {
    overflow: hidden;
    padding: 20px 50px 20px 0;
    background: url('../img/comm.png') no-repeat right center;
    border-bottom: 1px solid #DDDDDD;
}

.comments_wrapper .comment_item .comment_photo {
    float: left;
    width: 50px;
    margin-top: 10px;
    padding-right: 5px;
}

.comments_wrapper .comment_item .comment {
    float: left;
    width: calc(100% - 60px);
}

.comments_wrapper .comment_item .comment .text_info {
    font-size: 14px;
    margin: 10px 0;
    color: #94999F;
}

.comments_wrapper .comment_item .comment .comment_text {
    font-size: 20px;
    color: #2F2F2F;
    line-height: 20px;
}

.comments_wrapper .comment_set label {
    font-size: 20px;
    display: block;
    margin: 20px 0 10px 0;
    color: #454545;
}

.comments_wrapper .comment_set textarea {
    min-height: 120px;
    resize: none;
    font-size: 20px;
    display: block;
    width: 100%;
    border: 1px solid #dddddd;
    margin: 15px 0;
    padding: 5px 10px;
}

.comments_wrapper .comment_set .post_comment--btn {
    color: #fff;
    background: #597bd9;
    font-size: 20px;
    padding: 7px 30px;
    display: inline-block;
    line-height: normal;
    border: none;
    float: right;
}

/*sort ----------------------------------------------------*/

.sort-wrapper .sort-item {
    word-break: break-word;
    padding: 5px 0;
}

.sort-wrapper .sort-item ul li a {
    text-align: left;
    font-size: 20px;
    color: #282828;
    padding: 5px 5px 5px 0;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
    transition: 0.3s padding;
    -webkit-transition: 0.3s padding;
    -moz-transition: 0.3s padding;
    -o-transition: 0.3s padding;
}

.sort-wrapper .sort-item ul li a:hover {
    background: #597BD9;
    color: #fff;
    padding-left: 15px;
}

.location_place {
    position: relative;
    font-size: 13px;
    color: #282828;
    line-height: normal;
    margin-bottom: 20px;
}

.bodyContent_wrapper {
    overflow: hidden;
}

.location_image {
    padding: 5px 0;
}

#locationsmap {
    height: 500px;
}

.gm-style-iw {
    top: 7px !important;
    left: 24px !important;
}

.gm-style .location_image img {
    max-width: 100% !important;
    margin: 0;
}

img[src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt6.png"] {
    left: 0 !important;
}

.map_title--place {
    font-size: 22px;
    color: #282828;
    text-decoration: none;
    line-height: 26px;
    display: block;
    margin-bottom: 5px;
    padding-left: 30px;
    background: url('../img/location_icon.jpg') no-repeat left center;
    background-size: contain !important;
    font-weight: 600;
}

.map_title--place:hover {
    color: #282828;
    text-decoration: none;
}

.map_title--place:hover {
    background: url('../img/location_icon_hover.jpg') no-repeat left center;
}

/*Calendar---------------------------------------------------*/

#calendar {
    font: 12px/1.5 Arial, Helvetica, sans-serif;
    color: #666;
    display: none;
    position: absolute;
    z-index: 20;
    border: solid 1px #666;
}

.caltable {
    background-color: #fff;
    border-collapse: separate;
}

.caltable a:link,
.caltable a:visited {
    color: #666 !important;
}

.caltable a:hover {
    color: #666 !important;
    border-color: #0896FF !important;
}

.caltable a:active {
    color: #b30000 !important;
    border-color: #b30000 !important;
}

.caltable td {
    text-align: center;
}

.caltable td a {
    display: block;
    text-decoration: none;
}

.caltable td.calheader a {
    display: inline;
    vertical-align: top;
}

.caltable td.calheader span.NoPrevMonthIcon {
    background: white url('https://r-ec.bstatic.com/static/img/butPrevMonth/3753f376f8fe37059e84a3ac3aa13cb5cbc459e1.png') 0 -72px no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.caltable td.calheader span.NoNextMonthIcon {
    background: white url('https://r-ec.bstatic.com/static/img/butNextMonth/dc92020627f8ae26a5d6727cef75c82262923859.png') 0 -72px no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.caltable td.calheader .calNextMonth span.nextMonthIcon {
    background: white url('https://q-ec.bstatic.com/static/img/butNextMonth2/b06b79791e7382f03b4cb59e145f1e31d373a954.png') 0 0 no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.caltable td.calheader .calPrevMonth span.prevMonthIcon {
    background: white url('https://r-ec.bstatic.com/static/img/butPrevMonth2/acad5b5107a8424186b7b88df6571532a4a540cf.png') 0 0 no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.caltable td.calheader .calNextMonth:hover span.nextMonthIcon,
.caltable td.calheader .calPrevMonth:hover span.prevMonthIcon {
    background-position: 0 -24px;
}

.caltable td.calheader .calNextMonth:active span.nextMonthIcon,
.caltable td.calheader .calPrevMonth:active span.prevMonthIcon {
    background-position: 0 -48px;
}

.calheader {
    padding: .4em;
    white-space: nowrap;
}

.calheader select {
    margin: 0 .6em;
}

.monthYear {
    background-color: #fff;
    color: white;
}

.dayNames td {
    background-color: #ddd;
}

.days td {
    color: #666;
    background-color: #EEE;
    padding: .2em;
    border: 2px solid #EEE;
}

.days td.weekend {
    background-color: #c8c8c8;
    border-color: #c8c8c8;
}

.days td.past {
    text-decoration: line-through;
}

.days td.today,
.days td.future {
    border: none;
    padding: 0;
}

.days td a {
    padding: 5px 10px;
    border: 2px solid #EEE;
}

.days td.weekend a {
    border-color: #c8c8c8;
}

.days td.today a {
    background-color: #fff;
}

.days td.selected {
    font-weight: bold;
}

.days td.selected a {
    border-color: #0896ff;
}

.calender .glyphicon {
    margin-top: 5px;
}

.main_featured > * {
    float: left !important;
}

.pagination {
    width: auto !important;
    margin: 0 0 20px !important;
    padding-left: 40px;
}

#main_featured_holder {
    margin-bottom: 20px;
}

.related_link_title div {
    margin-bottom: -1px;
}

.select2-results {
    min-width: 140px;
}

.select2-results li {
    display: block;
    width: 120px;
    background-color: #fff;
}

/*REGISTER AND LOGIN FORMS---------------------------------------------*/

.registration_form,
.login_form {
    width: 300px;
    position: absolute;
    background-color: #f1f1f1;
    top: 80px;
    padding: 15px;
    left: inherit;
    right: 108px;
    z-index: 9999999;
    box-shadow: 0 0 4px 0 #999;
    line-height: normal;
    font-family: lato-light;
    display: none;
}

.registration_form input,
.login_form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #b4b4b4;
    margin-bottom: 3px;
    font-size: 20px;
}

.login_form .forgot_password {
    font-size: 20px;
    color: #f37260;
    text-decoration: underline;
    padding: 10px;
    display: block;
    margin-bottom: 49px;
}

.registration_form .form_btn,
.login_form .form_btn {
    background: #597bd9;
    color: #fff;
    padding: 10px;
    width: 100%;
    border: none;
    font-size: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}

.registration_form.active,
.login_form.active {
    display: block !important;
}

/*Checkbox material------------------------------*/
.checkbox_wrapper label {
    padding-left: 7px;
    cursor: pointer;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    color: #282828;
    font-family: lato-light;
    line-height: 24px;
}

.custom_checkbox {
    position: relative;
    top: -0.375rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
}

.custom_checkbox:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    border: 2px solid #888;
    top: -1px;
}

.custom_checkbox:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .5rem;
    border-color: #597bd9;
    border-top-style: none;
    border-right-style: none;
}

.custom_checkbox:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    background: #fff;
    cursor: pointer;
}

/*Upload  photo----------------------------------------*/

#image-preview {
    width: 120px;
    height: 150px;
    position: relative;
    background: url('/resources/avatar/default.png') no-repeat center center;
    color: #ecf0f1;
    background-size: contain;
    margin: 80px 0 20px;
    display: inline-block;
}

#image-preview input {
    position: absolute;
    opacity: 0;
    z-index: 10;
}

#image-preview label {
    position: absolute;
    z-index: 5;
    opacity: 1;
    cursor: pointer;
    background-color: #597bd9;
    width: 120px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    top: -220px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
}

.upload_text {
    display: inline-block;
    max-width: 160px;
    text-align: left;
    font-size: 20px;
    color: #282828;
    vertical-align: top;
    padding: 100px 10px 0 10px;
    font-family: lato-light;
}

.profile_social a {
    width: 34px;
    height: 34px;
    display: block;
}

.new_hotels span.detail-image-caption {
    display: block;
    color: #848383;
    margin: 15px 0;
    clear: both;
    cursor: default;
    font-size: 20px;
}

.detail-image + .text-center {
    font-size: 15px;
}

#detailmap,
#map {
    min-height: 400px;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 15px;
    border: 1px solid #AFAEAE;
}

div.fb-like.fb_iframe_widget span {
    margin-bottom: 23px!important;
}

#twitter-widget-0,
span.link {
    width: 70px!important;
    vertical-align: top;
    text-align: left;
    margin: 0!important;
}

#twitter-widget-0 {
    margin-right: 10px!important;
}

.g-recaptcha {
    margin-top: 20px;
    float: left;
}

ul.messages li.info {
    text-align: center;
    font-size: 20px;
    padding: 15px 0;
    color: #96d141;
    font-weight: bold;
}

.add-block {
    margin-left: 5px;
}
.about_us img{
    width: 100%;
    margin-top: 100px;
}
.lg-thumb.lg-group {
    margin: 0 auto;
}

.article_image_big{
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    object-fit: cover;
}
.new_hotels_img {
  /*height: 350px;  adjust to your needs */
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
