/*new styles*/
body {
    font-family: 'DIN Next W01 Rounded', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-weight: 500;
}

h6 {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
}

p {
    color: #555555;
}

img {
    max-width: 100%;
    height: auto;
}

.m-t-60 {
    margin-top: 60px;
}

.banner_wpr {
    position: relative;
    height: 647px;
	background-position: center center !important;
}

#wrapperbox:after {
    z-index: 9991;
}

.search-panel .select2-container--default .select2-selection--single {
    border: 0 !important;
}

.ImageFullWidth img, img.ImageFullWidth{min-width:100%;max-width:100%;height:auto !important;}

/*=============================Home page ======================================*/
.banner_form {
    display: inline-block;
    padding: 15px;
    background: rgba(34, 34, 34, 0.37);
    border-radius: 3px;
    text-align: left;
    max-width: 1160px;
    width: 100%;
}

.bnr_cnt {
    position: absolute;
    left: 50%;
    top: 28%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

@media(max-width: 1199px) {
    .bnr_cnt {
        padding: 0 20px;
    }
}

@media(max-width: 850px) {
    .banner_wpr .bnr_cnt {
        top: 15% !important;
    }

    .full-width.second-row .half-width>a {
        min-height: 190px !important;
    }

    .newslisting .full-width.second-row .half-width img {
        width: 100%;
        max-height: 100%;
        min-height: 200px;
    }

    .bg-grey .dbl_columns {
        display: block;
    }

    .bg-grey .dbl_columns .left_wpr {
        width: 100%;
    }

    .bg-grey .dbl_columns .right_wpr {
        width: 100%;
    }

    #latest-projects h2 {
        width: 75%;
        font-size: 22px;
    }

    .dbl_columns.new-box-list {
        display: block;
    }

    .dbl_columns.new-box-list .left_wpr.rounded_tick {
        width: 100%;
        margin-bottom: 30px;
    }

    .dbl_columns.new-box-list .right_wpr {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media(max-width: 767px) {
    .bnr_cnt {
        top: 22%;
    }

    .newslisting-wrapper .half-width>a {
        max-height: 160px !important;
        height: auto;
        display: inline-block;
    }
}

@media(max-width: 600px) {
    .bnr_cnt {
        top: 2% !important;
    }

/*    #page_wrapper form>div:not(.search-count) {*/
/*    width: calc(100% - 33px);*/
/*    margin: 0 10px 15px 10px;*/
/*}*/
}

.banner_wpr {
    position: relative;
    padding: 15px;
    background-size: cover !important;
}

.banner_wpr form.form-inline>* {
    float: left;
}

.banner_wpr form.form-inline {
    display: -webkit-box;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
}

input#search {
    width: 100%;
    height: 45px;
    display: inline-block;
    line-height: 1.3;
    border-radius: 4px;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px 5px 40px;
    position: relative;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    margin-bottom: 0;
}

.banner_wpr form.form-inline>div {
    margin-right: 10px;
}

/*registration form styles*/
.register_wpr {
    background: #F3F3F3;
    display: inline-block;
    padding: 40px 45px 25px;
    height: 100%;
}

.register_wpr h2 {
    font-size: 40px;
    margin-bottom: -3px;
}

.register_wpr h4 {
    font-size: 25px;
    margin-bottom: 22px;
}

.register_wpr p {
    font-size: 17px;
}

@media(max-width: 480px) {
    .dbl_columns>div {
        width: 100%;
    }

    div#latest-projects>h2 {
        margin-top: 25px;
        padding: 0 0 10px !important;
    }

    .bottom-slider {
        padding: 15px;
    }
}

.right_wpr #mc_embed_signup_scroll .mc-field-group {
    width: 100%;
	    position: relative;
}

.right_wpr #mc_embed_signup_scroll .mc-field-group input {
    display: inline-block;
    width: 100%;
}

.right_wpr #mc_embed_signup_scroll .mc-field-group:first-child {
    margin-right: 15px;
}

.btn_blue {
    font-size: 14px;
    color: #fff;
    background: #0070B8;
    padding: 15px 25px;
    display: inline-block;
    font-weight: 500;
    border-radius: 25px;
    text-transform: uppercase;
    margin-right: 12px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.btn_blue+span {
    color: #777777;
    font-size: 15px;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    width: 100%;
}

/*end*/
ul.rounded_tick {
    list-style-type: none;
    padding: 0;
}

ul.rounded_tick li {
    font-size: 17px;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative;
    font-family: 'Lato', sans-serif;
}

ul.rounded_tick li:after {
    content: "";
    position: absolute;
    background: url(/images/icon-check.png) no-repeat;
    width: 16px;
    height: 11px;
    left: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.dbl_columns {
    display: inline-block;
    width: 100%;
}

.dbl_columns .green_link {
    display: inline-block;
    margin-top: 6px;
}

.dbl_columns h3 {
    font-size: 25px;
    color: #333333;
    width: 100%;
    padding-bottom: 12px;
}

.dbl_columns.location_details.location_wpr h3 {
    margin: 0 15px 15px;
    border-bottom: solid 1px #eaeaea;
}

.dbl_columns .col-7 h3 {
    margin-top: 20px;
}

#wrapperbox p {
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    color: #555555;
}

.green_link {
    color: #52AE32;
    position: relative;
    padding-right: 20px;
    font-size: 13px;
    text-transform: uppercase;
}

.green_link:after, a.more-btn:after {
    content: "";
    position: absolute;
    background: url(/images/icon-arrow-links.png) no-repeat;
    height: 13px;
    width: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
}

.bnr_search {
    width: 343px;
    position: relative;
}

.all_areas, .all_categories, .more_select {
    position: relative;
}

.bnr_search:before, .all_areas:before, .all_categories:before, .more_select:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    left: 15px;
}

.bnr_search:before {
    background: url('/images/icon-search.png') no-repeat;
    height: 18px;
    width: 18px;
}

[data-type=cSelect] {
    height: 45px !important;
    padding-left: 45px;
    width: 100% !important;
}

.all_areas:before {
    background: url(/images/icon-area.png) no-repeat;
    height: 18px;
    width: 18px;
}

.all_categories:before {
    background: url(/images/icon-categories.png) no-repeat;
    height: 14px;
    width: 18px;
}

.more_select:before {
    background: url(/images/icon-more.png) no-repeat;
    height: 18px;
    width: 18px;
}

[data-type=cSelect] {
    font-size: 16px;
}

[data-type='cSelect']:before {
    content: "";
    height: 7px;
    width: 10px;
    position: absolute;
    background: url(/images/select-arrow.png) no-repeat;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.more_select {
    width: 131px;
}

.all_areas, .all_categories {
    width: 253px;
    display: inline-block;
}

.icon-right {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    padding: 14px 48px 14px 22px;
    font-family: 'DIN Next W01 Rounded', sans-serif;
    letter-spacing: 1.6px;
}

.icon-right:after {
    content: "";
    background: url('/images/icon-arrow-forward.png') no-repeat;
    height: 16px;
    width: 16px;
    right: 17px;
    position: absolute;
    opacity: 0.25;
}

ul.rounded_tick li:before {
    content: "";
    width: 35px;
    height: 35px;
    background-color: #EEF7EB;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

[data-type=cSelect]>div {
    padding: 0 45px 0 0px !important;
}

.footer-inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.left_wpr .bottom-slider {
    padding-right: 15px;
}

.right_wpr .bottom-slider {
    padding-left: 15px;
}
#page_wrapper form>div:not(.search-count) {
    width: calc(50% - 33px);
    margin: 0 10px 15px 10px;
}

@media (max-width: 1023px) {
   .banner_wpr form.form-inline>div {
    width: calc(50% - 20px);
    margin: 10px;
    }

    button.icon-right {
        margin: 25px auto 0;
    }

    .banner_form {
        max-width: 700px;
        width: 100%;
    }

    .banner_wpr form.form-inline {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media (max-width: 1180px) {
    .bnr_search, .all_areas, .all_categories {
        width: 100%;
    }
}

.register_wpr .right_wpr {
    padding-top: 40px;
}

.left_wpr {
    padding-right: 15px;
}

@media (max-width: 1140px) {
    a.btn_blue+span {
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    a.btn_blue+span {
        display: block;
        margin-top: 10px
    }

    .full-width.first-row .half-width:first-child a {
        height: 210px;
        display: block;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .dbl_columns>div {
        width: 100%;
    }

    a.btn_blue {
        margin: 30px 0 20px;
    }

    .register_wpr {
        padding: 30px 15px 20px;
        text-align: center;
    }

    .left_wpr {
        padding: 0;
    }
}

@media (max-width: 545px) {
    .register_wpr h2 {
        font-size: 30px;
    }

    .register_wpr h4 {
        font-size: 20px;
        line-height: 1.2;
    }

    .right_wpr form input {
    width: calc(100% - 15px);
    margin-bottom: 10px;
}

.banner_wpr form.form-inline>div {
    width: calc(100% - 20px);
}

#page_wrapper form>div:not(.search-count) {
    width: calc(100% - 33px);
    margin: 0 10px 15px 10px;
  }
}

.bnr_cnt>ul {
    list-style-type: none;
    margin-bottom: 42px;
    display: inline-block;
}

.bnr_cnt>ul li {
    float: left;
    padding: 0 17px;
}

.bnr_cnt>ul li a {
    font-size: 24px;
    color: #fff;
    font-weight: 100;
}

.bnr_cnt>ul li {
    font-size: 24px;
    color: #fff;
}

@media (max-width: 1200px) {
    .bnr_cnt>ul li {
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    .bnr_cnt>ul li a {
        font-size: 20px;
    }
}

.bnr_cnt>h1 {
    color: #fff;
}

.newslisting-wrapper .half-width>a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.newslisting-wrapper .half-width>a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1411764705882353);
}

.aside-box h2 {
    display: none;
}

/*search dropdown*/
.more_select [data-type=cSelect]>select {
    display: none;
}

.search_drpdwn {
    position: absolute;
    background-color: #F3F3F3;
    width: 338px;
    padding: 25px 25px 15px;
    border-radius: 3px;
    margin-top: 7px;
    z-index: 9;
}

/*checkbox custom styles*/
.md-checkbox {
    position: relative;
    margin: 0 0px;
    text-align: left;
    display: flex;
    padding-left:30px;
}

.md-checkbox.md-checkbox-inline {
    display: inline-block;
}

.md-checkbox label {
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    -webkit-tap-highlight-color: transparent;

}

.md-checkbox label:before, .md-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.md-checkbox label:before {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    top:3px;
}

.md-checkbox input[type="checkbox"] {
    outline: 0;
    /*margin-right: 15px;*/
    margin-right: 0;
    visibility: hidden;
    width:0;
}

.md-checkbox input[type="checkbox"]:checked+label:before {
    background: #337ab7;
    border: none;
}

.md-checkbox input[type="checkbox"]:checked+label:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
    left: 4px;
    width: 10px;
    height: 5px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
}

.md-checkbox input[type="checkbox"]:disabled+label:before {
    border-color: rgba(0, 0, 0, 0.26);
}

.md-checkbox input[type="checkbox"]:disabled:checked+label:before {
    background: rgba(0, 0, 0, 0.26);
}

.search_drpdwn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.search_drpdwn ul {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    margin: 10px 0 15px;
    padding: 0;
}

.search_drpdwn ul li {
    float: left;
    padding: 0 17px 0 0;
}
.search_drpdwn ul li:last-child {
    padding-right: 0;
}

.search_drpdwn h4 {
    display: inline-block;
    margin: 0;
    font-size: 18px;
}

@media(max-width: 767px) {
    .search_drpdwn {
        width: 100%;
    }

    .search_drpdwn ul li {
        margin: 5px 0;
    }
}

@media(max-width: 767px) {
    .search_drpdwn {
        padding: 15px;
    }
}

#main-nav li>ul>li a {
    color: #555555;
    font-size: 17px;
}

#main-nav>li>a {
    text-transform: uppercase;
}

.menu_extend {
   position: relative;
    width: calc(100% + 50px);
    padding: 30px;
    background: #fff;
    left: 0;
    text-align: center;
    left: -25px;
    top: 25px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px #0000001a;
}

.menu_extend h1 {
    font-size: 22px;
}

#main-nav li .menu_extend a {
    display: inline-block;
    width: auto;
    margin: 0;
    color: #fff !important;
    font-size: 14px !important;
    padding: 14px 22px;
}

ul#main-nav>li:last-child .menu_extend {
    display: none;
}

/*subpage styles*/
aside#right-side-bar form>div {
    margin: 0;
}

#right-side-bar .bnr_search, #right-side-bar .all_areas, #right-side-bar .all_categories {
    width: 100%;
    margin-bottom: 10px;
}

#right-side-bar .dbl_columns>div {
    width: 100%;
    padding: 0;
}

#right-side-bar a.btn_blue {
    margin-bottom: 20px;
    margin-top: 25px;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
}

div#content p span {
    display: block;
}



aside#right-side-bar .register_wpr {
    padding: 20px 25px;
    margin-top: 20px;
    width: 100%;
}

/*end*/
/*search page*/
#page_wrapper .register_wpr {
    margin: 0;
}

#page_wrapper form {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#page_wrapper .left_wpr {
    padding: 0;
}



#page_wrapper button.btn {
    margin-left: 15px;
    padding: 12px 40px;
    display: inline-block;
    font-family: 'DIN Next W01 Rounded', sans-serif;
}

.location_wpr {
    padding: 30px 40px;
    display: -webkit-box;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* background: #fff; */
}

.location_wpr>div.left_wpr, .location_wpr>div.right_wpr {
    width: calc(50% - 30px);
    margin: 15px;
    position: relative;
    padding: 0;
}

.location_wpr figcaption h4 {
    font-size: 19px;
}

.location_wpr figcaption h6 {
    font-size: 15px;
    color: rgba(85, 85, 85, 0.6);
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.location_wpr figcaption {
    padding: 15px 0 10px;
}

figure.lcn_label {
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.12);
    max-width: 80px;
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 2;
    right: 25px;
    bottom: 15px;
}

figure.lcn_label figcaption {
    padding: 8px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}

#map {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}


/*Pagination styles*/
.pagination a.prev, .pagination a.next {
    color: #FFFFFF;
    background-color: #0070B8;
    -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    margin: 0 13px;
    font-size: 13px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

a.prev {
    padding: 12px 25px 12px 50px;
    font-size: 13px;
}

nav.pagination a {
    display: inline-block;
    font-size: 15px;
    margin: 0 10px;
}

a.next {
    padding: 12px 60px 12px 25px;
}

a.prev:after {
    left: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination a.next:after {
    right: 20px;
}

nav.pagination {
    text-align: center;
    margin-bottom: 75px;
    /* PADDING: 0 50PX; */
    /* padding: 0 35px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

nav.pagination a {
    color: #333333
}

@media(max-width: 1200px) {
    nav.pagination a {
        margin: 0 5px;
    }
}

@media(max-width: 992px) and (min-width:768px) {
    .pagination a.prev {
        padding: 10px 15px 10px 40px;
    }

    a.next {
        padding: 10px 40px 10px 20px;
    }

    nav.pagination a {
        margin: 0;
    }

    .pagination a.prev:after {
        left: 15px;
        top: 9px;
    }

    .pagination a.next:after {
        right: 15px;
        top: 9px;
    }
}

@media(max-width: 480px) {
    .pagination a.prev {
        padding: 10px 15px 10px 40px;
    }

    a.next {
        padding: 10px 40px 10px 20px;
    }

    nav.pagination a {
        margin: 0;
    }

    .pagination a.prev:after {
        left: 15px;
        top: 9px;
    }

    .pagination a.next:after {
        right: 15px;
        top: 9px;
    }
}

/*end*/
figure.lcn_label a {
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
}

.location_wpr figure {
    width: 100%;
}

.htl_location {
    padding: 0;
}

.htl_location figcaption {
    position: relative;
    bottom: 130px;
    z-index: 999;
    background-color: #F3F3F3;
    display: inline-block;
    width: 100%;
    padding: 35px 40px 25px 210px;
}

.htl_location figure {
    position: relative;
    display: inline-block;
    max-height: 476px;
}

.htl_location h2 {
    font-size: 35px;
}

.htl_location figure.lcn_label {
    max-width: 130px;
    position: absolute;
    bottom: 40px;
    left: 50px;
}

.htl_location figure.lcn_label figcaption {
    position: relative;
    bottom: 0;
}

/*end*/
/*star rating*/
.ratings {
    list-style-type: none;
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: left;
}

.star {
    position: relative;
    display: inline-block;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    color: #ebebeb;
}

.star:before {
    content: '\2605';
    font-size: 24px;
}

.star.selected {
    -webkit-transition: color 0.8s ease;
    -o-transition: color 0.8s ease;
    transition: color 0.8s ease;
    color: #52AE32;
}

.star.color-new {
    color: #ebebeb !important;
}

.lcn_cnt>* {
    display: inline-block;
    padding-right: 15px;
}

a.btn_rounded {
    background-color: #C8962B;
    color: #FFFFFF;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 25px;
    font-family: 'DINNextRoundedLTW01-Reg';
    margin-right: 10px;
}

.location_details {
    padding: 75px 45px 0;
}

.location_details p {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
}

.location_details>div.col-8 {
    width: 60%;
}

.location_details>div.col-4 {
    width: 40%;
    padding-left: 25px;
}

.icon-right {
    text-transform: uppercase;
    padding: 14px 45px 14px 28px !important;
    color: #FFFFFF;
    background-color: #0070B8;
    -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block !important;
}

.location_details .icon-right {
    margin: 12px 0 25px;
}

.location_details .icon-right:after {
    right: 15px;
}

.location_link a {
    font-size: 13px;
    font-weight: 500;
    color: #52AE32;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0 20px 0 0;
    position: relative;
    display: table;
}

.location_link a:after {
    content: "";
    position: absolute;
    background: url(/images/icon-arrow-links.png) no-repeat;
    height: 13px;
    width: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
}

.icn_bnr {
    display: inline-block;
    position: relative;
    background: url(/media/79394/location5.jpg) no-repeat;
    background-size: cover;
    height: 587px;
    width: 100%;
}

.bnr_caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #F3F3F3;
    display: inline-block;
    width: 100%;
    padding: 35px 40px 25px 210px;
}

.location_wpr figure {
    width: 100%;
    color: #333333;
}

.htl_location figure.lcn_label a {
    min-height: 138px;
}

.location_wpr figcaption h4, .location_wpr figcaption h6 {
    max-width: calc(100% - 107px);
}

.location_details>div.col-4 p {
    padding: 0;
}

.location_details>div.col-4 .icon-right {
    margin-top: 22px;
    font-family: 'DIN Next W01 Rounded', sans-serif;
    padding: 14px 58px 14px 32px!important;
}

@media(max-width: 1800px) {
    figure.lcn_label {
        right: 25px;
    }
}

@media(max-width: 1280px) and (min-width:768px) {
    figure.lcn_label {
        bottom: 85px;
    }
}

@media(max-width: 1024px) and (min-width:768px) {
    .location_wpr>div.left_wpr, .location_wpr>div.right_wpr {
        width: calc(100% - 30px) !important;
    }
}

@media(max-width: 545px) {
    .location_wpr>div.left_wpr, .location_wpr>div.right_wpr {
        width: calc(100% - 30px) !important;
    }
}

@media (max-width: 545px) {
    .location_details>div.col-8, .location_details>div.col-4 {
        width: 100%;
        padding: 15px;
    }
}

@media(max-width: 767px) {
    .location_details, .location_wpr {
        padding: 15px;
    }

    .bnr_caption {
        padding: 20px 40px 20px 160px;
    }

    .htl_location figure.lcn_label {
        left: 15px;
    }

    aside#right-side-bar .below-banner .col-md-6 {
        margin-bottom: 0;
    }

    aside#right-side-bar .below-banner {
        margin-bottom: 0;
    }
}

a.icon-right:hover {
    color: #fff;
    background: #419526;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

@media(max-width: 767px) {
    div#page_wrapper>div.dbl_columns>div {
        width: 100%;
    }

    div#page_wrapper>div.dbl_columns>div.left_wpr {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}

.icn_bnr a.icon-right {
    margin: 45px 0 0 55px;
}

@media (max-width: 420px) {
    .icn_bnr a.icon-right {
        margin: 30px 15px 15px;
        padding: 12px 25px 12px 50px;
        font-size: 12px;
    }
}

.menu_extend h3 {
    margin-bottom: 18px;
}

.sub-menu>li:last-child {
    position: relative;
}

.sub-menu {
    font-family: 'Lato', sans-serif;
}

#main-nav ul.sub-menu>li a {
    padding: 15px 10px;
}

.dbl_columns.m-t-60 h3 {
    margin-bottom: 20px;
}

.dbl_columns.m-t-60 p {
    margin-bottom: 10px;
}

div#latest-projects hr {
    margin: 15px 0;
}

div#content h6 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 20px;
}

#right-side-bar h4 {
    font-size: 20px;
    line-height: 1.3;
}

a.prev.btn-grey.icon-right {
    background: #CDCDCD;
}

a.btn_blue:hover {
    color: #fff;
    background: #419526;
}

a.next.icon-right:hover:after, button:hover:after {
    padding-right: 5px;
}

.innerPage001 .main-header {
    position: relative;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

body.home.scrollingDown .innerPage001 header.main-header {
    position: fixed;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

@media(max-width: 1200px) {
    .nav-toggle-icon {
        margin: 17px 0 0 !important;
    }
}

.gmap {
    position: relative;
}

.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
}

ul#main-nav>li:nth-last-child(-n+3) .sub-menu {
    right: 0;
    left: unset;
}

div#wrapperbox .mapSearchHeader {
    background: #52AE32 !important;
}

.scrolled div#wrapperbox .mapSearchHeader {
    background: rgba(82, 174, 50, 0.7) !important;
}

/*div#page_wrapper {
    margin-top: 72px;
}*/

*:focus {
    outline: none;
}

#mc-embedded-subscribe-form .btn_wpr {
    display: block;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.banner_wpr.innerpage {
    padding: 0;
    height: 100%;
    position: relative;
}

.banner_wpr.innerpage img {
    width: 100%;
}

.banner_wpr.innerpage .bnr_cnt {
    top: 45%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
}

div#mapexistsCheck {
    display: block !important;
}

.right_wpr form input {
    display: inline-block;
}

@media (max-width: 767px) {
    #mc-embedded-subscribe-form .btn_wpr span {
        width: 100%;
        margin-top: 15px;
        display: inline-block;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

aside#right-side-bar .btn_wpr span {
    display: inline-block;
    width: 100%;
}

.banner-wrapper .banner.nobanner {
    padding: 0;
}

#wrapperbox p.inner-page-italic-description {
    font-size: 18px;
    color: #333333;
}

.addthis_inline_share_toolbox {
    margin: 10px 0 25px;
}

#mc_embed_signup input.mce_inline_error {
    border-color: #eb0000 !important;
}

div#mce-success-response {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
}

@media(max-width: 1200px) {
    .menu_extend {
        position: relative;
        width: 100%;
        left: 0;
        padding: 0 10px;
        top: 0;
        padding-bottom: 20px;
        text-align: left;
    }

    ul.sub-menu {
        background: #fff;
    }
}

aside#right-side-bar .btn_wpr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

aside#right-side-bar input#mc-embedded-subscribe {
    margin: 5px 20px 15px 0 !important;
}

aside#right-side-bar div#mce-success-response {
    font-size: 14px;
}

aside#right-side-bar #mc_embed_signup_scroll .mc-field-group {
    width: 100%;
}

/*07 09 18*/
.map-search-heading h2 {
    font-size: 30px;
    margin-bottom: 28px;
}

.map-search-heading {
    padding-left: 15px;
}

nav.pagination .previous {
    padding: 12px 25px 12px 50px;
}

nav.pagination .previous:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 20px;
}

nav.pagination .previous, nav.pagination .next {
    position: relative;
    font-weight: 500;
}

nav.pagination .previous:after, nav.pagination .next:after {
    content: "";
    background: url('/images/icon-arrow-forward.png') no-repeat;
    height: 16px;
    width: 16px;
    position: absolute;
    opacity: 0.25;
}

a.arrows.next.disabled {
    background: #cdcdcd;
}

.right_wpr {
    position: relative;
    right: 0;
}

.search-panel .no-items {
    background: #dfedf8;
    padding: 10px 15px;
    border: 1px solid #aadaff;
    margin: 40px 60px 25px;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 5px;
    max-width: 500px;
}

.search-panel {
    position: relative;
    padding-bottom: 60px;
    background: #fff;
}

.search-count {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 150px);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 12px 0 0px;
    padding: 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media(max-width: 992px) {
    div#locationForm, div#locationList {
        padding: 40px 5px;
    }

    div#content {
        top: 30px;
    }

    .addthis_inline_share_toolbox {
        margin-top: 0;
    }

    div#content {
        top: 10px;
    }
}

@media(max-width: 1023px) {
    .search-count {
        margin-top: 30px;
    }
}

@media(max-width: 545px) {
    .search-count {
        width: 100%;
        text-align: center;
    }

    div#locationForm button.btn.btn-default.icon-right {
        margin: 25px auto 0 !important;
    }

    div#locationForm {
        text-align: center;
    }
}

ul.sub-menu>li:last-child .menu_extend:not(:first-child) {
    display: none;
}

ul.sub-menu {
    overflow: auto;
    max-height: 90vh;
}

.overlay {
    position: relative;
}

.overlay:after {
    content: "";
    position: absolute;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-animation: .2s fadein;
    /* Safari, Chrome and Opera > 12.1 */
    /* Firefox < 16 */
    /* Internet Explorer */
    /* Opera < 12.1 */
    animation: .2s fadein;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

/*select box select2 custom styles*/
.select2-container--default {
    background-image: none;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.select2-container[data-select2-id="1"] {
    width: 100% !important;
    height: 45px;
    position: relative;
    display: inline-block;
    background: #fff url(demo/arrow.png) no-repeat 95% center;
    line-height: 40px;
    border: 1px solid #b3b3b3 !important;
    border-radius: 4px;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 38px;
    line-height: 35px;
}

span.select2-selection.select2-selection--multiple {
    border: none !important;
    background: none;
}

select {
    color: #333333;
    font-size: 16px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 3px 2px !important;
    z-index: 9;
    border: 1px solid #c6c6c6;
}

.select2.select2-container.select2-container--default:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    background: rgba(0, 0, 0, 0.12156862745098039);
    right: 35px;
    top: 0;
}

.select2.select2-container.select2-container--default:before {
    content: "";
    height: 7px;
    width: 10px;
    position: absolute;
    background: url(/images/select-arrow.png) no-repeat;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

ul.select2-selection__rendered {
    max-height: 45px;
    overflow: hidden;
}

.select2-results__option {
    padding: 7px 5px !important;
    line-height: 1.3;
    font-size: 16px;
}

input#search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8c8b8b;
}

input#search::-moz-placeholder {
    /* Firefox 19+ */
    color: #8c8b8b;
}

input#search:-ms-input-placeholder {
    /* IE 10+ */
    color: #8c8b8b;
}

input#search:-moz-placeholder {
    /* Firefox 18- */
    color: #8c8b8b;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8c8b8b;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #8c8b8b;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #8c8b8b;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #8c8b8b;
}

[data-type=cSelect] {
    color: #696969 !important;
}

.location_wpr figure .thumbnail-img {
    height: 117px;
    overflow: hidden;
}

@media(max-width: 767px) {
    .location_wpr figure .thumbnail-img{
        max-height: 195px;
    }
}

@media(max-width: 545px) {
    #page_wrapper .register_wpr {
        width: 100%;
    }
}

/*girish*/
a.at-icon-wrapper.at-share-btn.at-svc-email {
    padding: 5px !important;
    margin: 0px 2px 5px !important;
}

.at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn:hover {
    -webkit-transform: translateY(0px) !important;
        -ms-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
}

/*New Updated By Amal dev*/
.below-banner .exp-green-place {
    background: #f3f2f3;
    padding: 0;
}

.green-place-slides-bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

span.hotel-title {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    color: #333333;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content-row {
    padding: 0 30px 10px;
}

.green-place-slides-logo {
    margin-top: -70px;
    width: 125px;
    position: relative;
    z-index: 99;
}

.thumbnail-img-wrap {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.rating-sec span {
    display: inline-block;
    width: 20px;
}

.rating-sec span svg {
    width: 100%;
    height: 100%;
}

.rating-sec span svg polygon {
    fill: #52AE32 !important;
}

.green-place-slider-title h4 {
    font-size: 30px;
    padding: 20px 30px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
}

.below-banner .register_wpr #mc_embed_signup input#mc-embedded-subscribe {
    height: auto;
    padding: 12.5px 20px;
    line-height: 1;
    letter-spacing: 1px;
}

.below-banner {
    margin: 10px -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-tittle-hotel p {
    opacity: 0.75;
    color: #555555;
    font-family: 'Lato', sans-serif;
    font-size: 15px !important;
    line-height: 1;
}

#nav-wrapper {
    width: 100% !important;
    float: left !important;
}

nav#nav {
    float: right !important;
}

/* styles added by lijo chacko -- 27-11-2018 */
.below-banner .register_wpr #mc_embed_signup input#mc-embedded-subscribe {
    font-size: 14px !important;
    font-weight: 500;
    background-color: #0070B9;
    font-family: 'DINNextRoundedLTW01-Reg';
}

.btn_blue+span {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0;
}

#mc-embedded-subscribe-form .btn_wpr {
    padding: 17px 0 0;
}

/* banner heading styles */
.bnr_cnt {
    top: 33.9%;
}

.bnr_cnt>h1 {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 5px;
}

[data-type=cSelect] {
    background: #fff no-repeat 95% center !important;
}

/* slider golden span */
span.item-rating {
    font-size: 14px;
    padding: 2px 8px;
    background-color: #C8962B;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 0;
    display: inline-block;
    float: left;
    margin-bottom: 8px;
    margin-left: 10px;
}

/* slider arrow home page top */
.col-md-6.exp-green-place {
    padding: 0px 0px !important;
    width: calc(50% - 10px);
}

.exp-green-place button.slick-prev.slick-arrow {
    position: absolute;
    top: 90px;
    color: transparent;
    background-color: #52ad32;
    border-radius: 50%;
    width: 34px;
    left: 10px;
    height: 34px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.exp-green-place button.slick-prev.slick-arrow:after {
    content: "\f104";
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    font-size: 23px;
}

.exp-green-place button.slick-next.slick-arrow {
    position: absolute;
    top: 90px;
    color: transparent;
    background-color: #52ad32;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
}

.exp-green-place button.slick-next.slick-arrow:after {
    content: "\f105";
    display: block;
    position: absolute;
    top: 50%;
    right: 45%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    font-size: 23px;
}

.exp-green-place .slick-slide {
    padding: 0px;
}

.exp-green-place .exp-green-place-slides .green-place-slide-content .green-place-slides__content-img img {
    width: 100%;
}

.green-place-slider-title {
    padding: 15px 30px 25px;
}

.green-place-slider-title h2 {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    padding: 4px 0 0;
}

a.next.icon-right:hover:after, button:hover:after {
    padding-right: 0px;
}

a.next.icon-left:hover:after, button:hover:after {
    padding-right: 0px;
}

/* two coloumn home page tick mark section*/
.dbl_columns.new-box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dbl_columns.new-box-list .left_wpr.rounded_tick {
    width: calc(100% / 2);
}

.dbl_columns.new-box-list .right_wpr {
    width: calc(100% / 2);
}

/* home page footer slider */
.bg-grey {
    padding-top: 40px;
    background-color: #F3F3F3;
}

.bg-grey .dbl_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bg-grey .dbl_columns .left_wpr {
    width: 100%
}

.bg-grey .dbl_columns .right_wpr {
    width: 50%;
}

/* bottom slider heading center style */
.two-slide-head {
    position: relative;
    min-height: 81px;
}

.two-slide-head h2 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.next1 i, .prev1 i {
    margin-top: 6px !important;
    display: block;
}

.prev1 i {
    margin-right: 0px !important;
    margin-top: 2px !important;
    font-size: 20px;
}

.next1 i {
    margin-right: -4px !important;
    margin-top: 2px !important;
    font-size: 20px;
}

/* home page bottom slider arrow */
.icon-chevron-right:before {
    content: "\f105";
}

.icon-chevron-left:before {
    content: "\f104";
}

/* banner bottom space */
.banner_wpr {
    margin-bottom: 40px;
    margin-top: 0;
}

/* below banner two col-in between space */
.wrapper {
    max-width: 1230px !important;
    width: 100%;
    padding: 0 15px;
}

.wrapper .below-banner .col-md-6 {
    padding: 0 !important;
    margin: 0px 10px 17px;
}

.wrapper .below-banner {
    margin: 0px -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    /*margin-bottom: 18px;*/
}

div#latest-projects .next1, .prev1 {
    top: 42px;
}

.below-banner:after {
    content: '';
    display: table;
    clear: both;
}

@media(max-width: 1192px) {
    #nav-wrapper {
        /* width: 90% !important; */ float: right !important;
    }
}

@media(max-width: 1150px) {
    #nav-wrapper {
        margin: 0;
        float: right;
    }

    #latest-projects h2 {
        width: 75%;
        font-size: 24px;
    }
}

@media(max-width: 1023px) {
    .full-width.second-row .half-width>a {
        min-height: 210px;
    }

    .second-row .news-details h3 {
        margin-top: 20px;
        margin-bottom: 6px;
        font-size: 21px;
    }

    .bnr_cnt {
        top: 20%;
    }

    .bnr_cnt>h1 {
        font-size: 40px;
        font-weight: 500;
    }

    .bnr_cnt>ul li {
        float: left;
        padding: 5px 10px;
    }
}

@media(max-width: 768px) {
    #nav-wrapper {
        width: 80% !important;
    }

    .carousel4 li img {
         min-height: 360px; 
    }
}

@media(max-width: 600px) {
    #mc-embedded-subscribe-form .btn_wpr {
        display: block;
    }
}

@media(max-width: 500px) {
    .social-icons-size-extra-large:not(.social-icons-style-regular) .sqs-svg-icon--wrapper {
        width: 40px;
        height: 40px;
    }

    .carousel4 li img {
        /* min-height: 260px; */
    }

    .banner_wpr {
        min-height: 530px;
        height: auto;
    }

    .bnr_cnt>h1 {
        font-size: 35px;
        margin: 0 0 10px;
    }

    .bnr_cnt {
        position: relative;
        padding: 0;
    }

    .bnr_cnt>ul {
        padding-left: 0px;
        text-align: center;
        margin-bottom: 10px;
    }

    .bnr_cnt>ul li {
        padding: 2px 11px;
        display: inline-block;
        float: none;
    }

    .green-place-slider-title h2 {
        font-size: 21px;
    }

    .exp-green-place button.slick-prev.slick-arrow {
        width: 30px;
        height: 30px;
        right: 40px;
    }

    .exp-green-place button.slick-prev.slick-arrow:after {
        font-size: 18px;
    }

    .exp-green-place button.slick-next.slick-arrow {
        width: 30px;
        height: 30px;
        right: 10px;
    }

    .exp-green-place button.slick-next.slick-arrow:after {
        font-size: 18px;
    }

    .newslisting img {
        min-height: 200px;
    }

    .full-width.second-row .half-width>a {
        min-height: 200px;
    }
}

@media(max-width: 430px) {
    #nav-wrapper {
        width: 60% !important;
    }
}

/* ******************** inner home page styles edits by lijo ******************* */
/* inner home sub pages */
/* banner header inner page */
.banner_wpr.inner-home-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    justify-content: center;
    padding-bottom: 0;
    min-height: 646px;
    height: auto !important;
    margin-bottom: 40px;
    padding-top: 72px;
}

.banner_wpr.inner-home-page .bnr_cnt h1 {
    font-weight: 600;
}

.banner_wpr.inner-home-page .bnr_cnt {
    position: relative;
    left: unset;
    top: 28%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: unset;
    display: unset;
    width: unset;
    text-align: center;
    padding: unset;
}

h1.inner-bannr-content {
    max-width: 975px;
    margin: 0 auto;
}

.dbl_columns.single_wrapper_new:after {
    content: '';
    display: table;
    clear: both;
}

/* first section */
.home-sub-page-wrapper {
    max-width: 1230px !important;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 45px;
    padding-top: 25px;
}

.home-sub-page-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.col-md-6.sub-page-sec-one {
    width: 50%;
    float: left;
}

.col-md-6.sub-page-sec-one {
    width: 50%;
    float: left;
}

.content-sec1 h3 {
    color: #333333;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 24px;
    position: relative;
    letter-spacing: 0;
}

.content-sec1 p {
    margin-bottom: 1.5rem;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #555555;
}

.content-sec1.content-right {
    max-width: 435px;
    margin-left: auto;
}

.content-sec1.content-right h4 {
    font-size: 25px;
    color: #333333;
    position: relative;
    margin-bottom: 36px;
}

.content-sec1.content-right h4:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ccc;
    bottom: -11px;
    display: block;
}

/*  inner page right form widget */
.right-form .all_areas {
    width: 100%;
}

.right-form .bnr_search {
    width: 100%;
    position: relative;
    margin-bottom: 13px;
}

.right-form .all_areas, .right-form .all_categories {
    width: 100%;
    display: block;
    margin-bottom: 11px;
}

.right-form .cSelect.all_categories.multi-select-box {
    width: 100%;
    height: 45px;
    display: inline-block;
    line-height: 40px;
    border-radius: 4px;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px 5px 40px;
    position: relative;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.12) !important
}

.right-form .multi-select-box .select2-container {
    height: 100%;
    width: 100%;
    height: 45px;
    display: inline-block;
    line-height: 40px;
    border-radius: 4px;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px 5px 40px;
    position: relative;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.right-form .select2-container--default .select2-selection--single {
    border: 0px !important;
}

.right-form .multi-select-box .select2-container .select2-selection--single {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
}

/* read more gallery */
.read-more-gallery {
    max-width: 1200px;
    margin: 60px auto 100px;
}

.galery-wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -13px;
    padding: 0 0px;
    overflow: hidden;
}

#maincontent .read-more-gallery .galery-wrap-inner {
    padding: 0;
}

.read-more-gallery .read-more-content {
    width: calc((100% / 3) - 27px);
    margin: 15px 13px;
}

.read-more-gallery .read-more-content figure {
    max-width: 100%;
    background-color: #F3F3F3;
    height: 100%;
}

.read-more-gallery .read-more-content img {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.read-more-gallery .read-more-content figcaption {
    padding: 26px 26px 40px 40px;
}

@media (max-width: 1024px) {
    .read-more-gallery .read-more-content figcaption {
        padding: 26px 15px 40px;
    }
}

.read-more-gallery .read-more-content figcaption h5 {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.5;
}

.read-more-gallery .read-more-content figcaption p {
    font-family: 'Lato', sans-serif !important;
    color: #555555 !important;
    font-size: 17px !important;
    line-height: 27px;
    padding-bottom: 7px;
}

.read-more-gallery .read-more-content figure>a {
    max-width: 100%;
    min-width: 100%;
    background-color: #F3F3F3;
    width: 100%;
    /* max-height: 238px; */
    overflow: hidden;
    display: inline-block;
}

.read-more-gallery .read-more-content .read-more-btn {
    color: #52AE32 !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}

.read-more-gallery .read-more-content .read-more-btn span {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.read-more-gallery .read-more-content .read-more-btn span::after {
    content: "";
    position: absolute;
    background: url(/images/icon-arrow-links.png) no-repeat;
    height: 13px;
    width: 13px;
    /*top: 50%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    /*right: -22px;*/
    display:inline-block;
    margin-left:10px;
}

/* two col section */
section.two-col-wrapper {
    max-width: 1230px !important;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 0px 15px;
}

section.two-col-wrapper .two-col-right-col {
    background-color: #F3F3F3;
    /* height: 100%; */
    width: calc(100% - 484px);
    min-height: 379px;
    max-height: 379px;
}

section.two-col-wrapper .two-col-left-col {
    background-color: #F3F3F3;
    max-width: 484px;
    min-width: 484px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

section.two-col-wrapper .two-col-left-col .left-col-content {
    padding: 30px 40px;
}

section.two-col-wrapper .two-col-right-col .right-col-content {
    background-image: url(http://172.17.1.49:782/media/79637/image-banner.jpg);
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

section.two-col-wrapper .two-col-left-col h3 {
    color: #333333;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: 0;
}

section.two-col-wrapper .two-col-left-col p {
    color: #555555;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 0;
}

section.two-col-wrapper .two-col-left-col .read-more-btn span {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #52AE32;
}

section.two-col-wrapper .two-col-left-col .read-more-btn span::after {
    content: "";
    position: absolute;
    background: url(/images/icon-arrow-links.png) no-repeat;
    height: 13px;
    width: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -22px;
}

div#wrapperbox>.read-more-gallery {
    padding: 0 0 0;
}

/*   search page styles   */
.search-wrapper {
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 53px;
    padding-bottom: 63px;
}

.search-wrapper .search-box-header .search-result-header {
    margin-bottom: 22px;
}

.search-wrapper .search-box-header .search-result-header h3 {
    color: #141414;
    font-size: 40px;
    font-weight: 600;
}

.search-wrapper .search-box-header .form-search-box button.srch-btn:after {
    content: "\f002";
    position: relative;
    /* width: 91px; */
    font-size: 35px;
    color: #AFAFAF;
    font-size: 29px;
}

.search-wrapper .search-box-header .form-search-box {
    position: relative !important;
    max-width: 570px;
    margin-bottom: 0;
    padding-bottom: 18px;
}

.search-wrapper .search-box-header .form-search-box .srch-btn {
    height: 58px;
    position: absolute !important;
    right: 10px;
    width: 60px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.search-wrapper .search-box-header .form-search-box .searchbox {
    max-width: 576px;
    height: 68px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: #000;
    width: 100%;
    float: left;
    font-size: 20px;
    color: #555555;
    padding:15px 50px 15px 20px;
}

.search-wrapper .search-box-header .form-search-box:after {
    content: '';
    display: table;
    clear: both;
}

.search-wrapper .search-result-wrapper .search-result-content {
    padding: 20px 0px 2px;
    margin: 9px 0px;
    position: relative;
}

.search-wrapper .search-result-wrapper .search-result-content h4 {
    color: #52AE32;
    font-size: 30px;
    font-weight: 500;
}

.search-wrapper .search-result-wrapper .search-result-content p {
    color: #555555;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 27px;
}

.search-wrapper .search-result-wrapper {
    position: relative;
}

.search-result-content:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.12);
    top: 0;
}

.search-page-count {
    padding-bottom: 18px;
    position: relative;
}

.search-page-count h5 {
    color: #333333;
    font-size: 25px;
    font-weight: 300;
}

.search-page-count:after {
    content: '';
    width: 100%;
    height: 0px;
    background-color: rgba(0, 0, 0, 0.12);
    bottom: 0px;
    position: absolute;
    display: block;
}

/* MAP PAGE STYLE */


#page_wrapper .left_wpr.gmap {
    width: 50%;
    height: calc(100vh - 84px);
}

#Map Search div#page_wrapper {
    margin-top: 84px;
}

.dbl_columns.location_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	z-index: 99999;
    background: white;
    top: -1px;
}

/* inner page responsive */
@media(max-width: 1210px) {
    .search-wrapper {
        padding: 0px 50px 20px;
    }
}

@media(max-width: 1199px) {
    .home-sub-page-wrapper {
        padding: 0 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1024px) {
    .banner_wpr {
        height: 570px;
    }

    .fb-page.fb_iframe_widget iframe, .fb-page.fb_iframe_widget, .fb_iframe_widget span,._2p3a {
        width: 100% !important;
    }
}

@media(max-width: 1000px) {
    .banner_wpr.inner-home-page {
        min-height: 400px;
        padding-top: 0;
    }

    .banner_wpr.inner-home-page .bnr_cnt h1 {
        font-size: 38px;
        max-width: 750px;
        margin-top: 0;
    }

    .home-sub-page-wrapper {
        display: block;
    }

    .col-md-6.sub-page-sec-one {
        width: 100%;
        float: none;
    }

    .content-sec1.content-right {
        max-width: 100%;
        margin-left: auto;
    }

    .read-more-gallery .read-more-content {
        width: calc((100% / 2) - 26px);
    }

    section.two-col-wrapper {
        display: block;
    }

    section.two-col-wrapper .two-col-left-col {
        max-width: 100%;
        min-width: 100%;
        display: block;
    }

    section.two-col-wrapper .two-col-right-col {
        width: 100%;
    }

    section.two-col-wrapper .two-col-right-col .right-col-content {
        min-height: 300px;
        max-height: 300px;
    }

    section.two-col-wrapper .two-col-right-col {
        min-height: 100%;
        max-height: 100%;
    }
}

@media(max-width: 850px) {
    .home-sub-page-wrapper {
        margin-bottom: 27px;
    }
}

@media(max-width: 650px) {
    .read-more-gallery .read-more-content {
        width: calc((100% / 1) - 26px);
    }

    .search-wrapper {
        padding: 0px 20px 20px;
    }
}

@media(max-width: 450px) {
    .search-wrapper .search-box-header .search-result-header h3 {
        font-size: 25px;
    }
}

/*****Custom select2 with checkbox option************/
.multi-select-box .select2-container {
    height: 100%;
}

.multi-select-box .select2-container .select2-selection--single {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 32px;
}

.multi-select-box .select2-container .select2-selection--single .select2-selection__arrow {
    display: none;
}

#select2-category-results .select2-results__option:before, #select2-categoryId-results .select2-results__option:before {
    content: "";
    padding-right: 0;
    position: absolute;
    left: 10px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    content: "";
}

ul#select2-category-results .select2-results__option, #select2-categoryId-results .select2-results__option {
    position: relative;
    padding-left: 37px !important;
}

.select2-dropdown {
    background-color: #F3F3F3;
}

#select2-category-results .select2-results__option[aria-selected=true]:before, #select2-categoryId-results .select2-results__option[aria-selected=true]:before {
    background: #337ab7;
    border: none;
}

#select2-category-results .select2-results__option[aria-selected=true]:after, #select2-categoryId-results .select2-results__option[aria-selected=true]:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
    left: 13px;
    width: 10px;
    height: 5px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
}

/********Added by Amal dev**************/
[data-type=cSelect]>div {
    height: 100%;
    line-height: 45px;
}

#mc_embed_signup .mc-field-group {
    max-width: 404px;
    display: block;
}

.dbl_columns.single_wrapper_new .slick-track h3 {
    font-size: 20px;
    margin-top: 11px;
}

a.more-btn {
    font-weight: 500 !important;
}

.social-media {
    padding: 30px 0;
}

.address-block {
    padding-top: 35px;
}

.footer-inner .address-block * {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.footer-inner .right-side a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

#main-footer .slogan {
    padding: 10px 20px 0px 20px;
}

.colored {
    color: #52AE32 !important;
}

.thumbnail-logo-holder {
    height: 134px;
    padding: 5px;
    width: 100%;
}

.thumbnail-logo-holder img {
    max-width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.green-place-slides__content-img {
    max-height: 180px;
    overflow: hidden;
    width: 100%;
    background: #ebebeb;
}

@supports (font: -apple-system-body) and (-webkit-appearance: none) {


 .green-place-slides__content-img {
    height: 180px;
 }   
}

.green-place-slides__content-img img {
    height: auto;
}

.info-box {
    width: calc(100% - 151px);
    float: left;
    padding-left: 20px;
    padding-top: 23px;
}

.main-tittle-hotel h2 {
    display: inline-block;
    letter-spacing: 0;
    float: left;
    margin-bottom: 2px;
}

.info-box p {
    clear: both;
    font-size: 15px !important;
}

/*inner-banner by lijo*/
.banner-content.new-font-banner h1 {
    font-size: 60px;
    font-weight: 500;
}

@media only screen and (max-width: 1024px) {
    .banner-content.new-font-banner h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .banner-content.new-font-banner h1 {
        font-size: 30px;
        word-break: break-all;
    }
    .green-place-slides__content-img img {
    height: 322px;
}
}

figure.banner-bg {
    min-height: 714px;
}

@media(max-width: 934px) {
/*    .banner-content.new-font-banner h1 {*/
/*        font-size: 42px;*/
/*}*/
}

@media(max-width: 400px) {
    .banner-content.new-font-banner h1 {
        font-size: 32px;
    }
}

/*new styles by lijo-07dec2018 */
.new-category-val .select2-container {
    width: 100% !important;
    padding: 5px 10px 5px 40px;
    font-size: 16px;
}

.new-category-val .select2-container--default .select2-selection--single {
    border: 0px solid #000 !important;
}

.new-category-val .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

a.lang11 {
    background: url(/images/elng-flag.svg) no-repeat;
    background-size: 56px;
    background-position: center;
}

.main-navigation Li ul a.active {
    background: none;
}

.new-wrapper-details-page .icn_bnr {
    background-position: center;
}

.new-wrapper-details-page .htl_location figure.lcn_label {
    height: auto;
}

.new-wrapper-details-page .htl_location figure.lcn_label .thumbnail-img {
    height: auto;
}

.new-wrapper-details-page .htl_location figcaption {
    background-color: #ffffff;
    padding-bottom: 15px;
}

.new-wrapper-details-page .htl_location figure.lcn_label a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/*-----------inner page - Map-----------*/
.thumbnail-img {
    display: block;
    height: 80px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.location_wpr .thumbnail-img img {
    width: 100% !important;
}

@media(max-width: 1200px) {
    .read-more-gallery {
        margin: 0 auto 30px;
    }

    .galery-wrap-inner {
        margin: 0px -12px;
    }
}

html,body {
    overflow-x: hidden;
}

@media(max-width: 420px) {
    .info-box {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 390px) {
    .new-wrapper-details-page .htl_location .bnr_caption {
        padding: 10px 25px;
    }

    .new-wrapper-details-page .htl_location figure.lcn_label {
        /*max-width: 90px;*/
        bottom: 97px;
        left: 0;
    }

    .new-wrapper-details-page .htl_location figure.lcn_label a {
        min-height: 80px;
    }
}

.new-mail a,.new-web a {
    color: #555555;
    font-size: 17px;
    font-weight: normal;
}

.new-address {
    margin-bottom: 25px;
}

.location_link a {
    margin-bottom: 15px;
}

/******************Added by  Amal dev   17-12-2018 ********************************/
.banner_wpr.inner-home-page.banner-inner-wrapper .bnr_cnt {
    margin-bottom: 25px;
}

.banner_wpr.inner-home-page.banner-inner-wrapper .bnr_cnt h1.inner-bannr-content {
    line-height: 55px;
    font-weight: 500;
}

aside#sidebar .widget {
    margin-top: 0;
}

#sidebar .widget .sidemenu {
    margin-top: 15px;
}

aside#sidebar .widget h3.spacer01 {
    top: 0;
}

#locationForm .search-count h6 {
    font-size: 16px;
}

.htl_location a#prev-page {
    padding: 11.5px 28px 11.5px 52px !important;
}

div#locationForm form {
    padding-left: 8px;
}

div#locationForm form {
    padding-left: 8px;
}

div#locationForm {
    padding: 40px 25px 25px 37px;
}

div#locationForm .search-count {
    padding-right: 18px;
 
}
@media (max-width: 545px) {
div#locationForm .search-count {
    justify-content: center;
    padding: 0;
 }
 #locationForm .search-count h6{
     margin-right:0 !important;
 }
}
div#locationForm button.btn {
    margin-top: 13px;
}

a.arrows.previous {
    color: #fff;
}

@media (max-width: 1144px) {
    a.arrows.previous:after {
        background: url('/images/icon-arrow-back.png') no-repeat;
    }

    a.arrows:after {
        top: 50% !important;
        -webkit-transform: translate(-50%,-50%) !important;
            -ms-transform: translate(-50%,-50%) !important;
                transform: translate(-50%,-50%) !important;
        left: 50% !important;
    }

    a.arrows {
        color: transparent !important;
        width: 40px;
        height: 40px;
        padding: 0 !important;
    }
}

.banner_wpr.banner-home-wrapper {
    display: none;
    background: url(/images/image-banner.jpg);
}

.green-place-slide-content {
    min-height: 350px;
}

.exp-green-place-slider {
    display: none;
}

/* latest updates */
.multi-select-box .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #696969 !important;
}

.newslisting {
    margin-top: -8px;
}

.half-width>a:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 152, 65, .2);
    -ms-transform: translateY(0);
        transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.newslisting-wrapper .half-width>a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1411764705882353);
}

.half-width>a:hover:after {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}

.half-width .news-details a.more-btn {
    z-index: 999 !important;
    position: relative;
}

ul#main-nav>li:nth-last-child(-n+3) .sub-menu {
    right: 0;
    left: auto;
}

.menu_extend h3 {
    margin-bottom: 18px;
    font-family: 'DIN Next W01 Rounded', sans-serif;
    font-size: 20px;
}

form#ctl03 .usercontrols_ul li {
    margin: 0 auto;
}

form#ctl03 div#usercontrol {
    margin: 0 auto;
}

form#ctl03 div#usercontrol .checkbox label {
    float: left;
}

form#ctl03 div#usercontrol .checkbox:after {
    clear: both;
    content: '';
    display: table;
}

form#ctl03 div#usercontrol .checkbox {
    margin: 10px 0;
}

form#ctl03 div#usercontrol ul.usercontrols_ul {
    text-align: left;
}

@media only screen and (min-width: 540px) {
    .main-header {
        background: rgb(82, 174, 50) !important;
    }
}

@media only screen and (max-width: 1435px) {
    #main-nav>li:not(.special)>a {
        padding: 1.9158em 9px;
    }
}

.overflowbody {
    overflow: auto !important;
}

.prev1 i {
    margin-top: 0px !important;
}

.next1 i {
    margin-top: 0px !important;
}

.search-wrapper {
    min-height: calc(100vh - 568px);
}

/* no page found style */
.page-title {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

article.article-content {
    min-height: calc(100vh - 526px) !important;
    padding-top: 190px !important;
}

@-webkit-keyframes fadein {
    0 {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

@keyframes fadein {
    0 {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

.exp-green-place-slides.slick-slide {
    cursor: pointer;
}

.location_wpr .slider-slick-box {
    visibility: hidden !important;
}

.location_wpr .slider-slick-box.slick-initialized {
    visibility: visible !important;
}

.location_wpr .slider-box {
    background-image: url(/images/placeholder-image-detail-large.jpg);
    background-size: cover;
    background-position: center;
	height: 495px;
}

.slider-slick-box .slick-list.draggable {
    width: 100% !important;
}

span.field-validation-error {
    color: red;
}

.map-iframe iframe {
    height: 500px;
}

.pagination-box a.arrows.next , .pagination-box a.arrows.previous {
    color: #51ae32 !important;
}

aside#right-side-bar .below-banner .col-md-6 {
    width: calc(100% - 20px);
}

.wrapper .below-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.wrapper .below-banner .col-md-6 {
    width: calc(100%/2 - 20px);
}

@media (max-width: 900px) {
    .wrapper .below-banner {
        display: block;
        margin: 0;
    }

    aside#right-side-bar .below-banner .col-md-6 {
        width: 100%;
    }

    .wrapper .below-banner .col-md-6 {
        width: 100%;
        margin: 0 0 50px;
    }

    .register_wpr .dbl_columns .left_wpr {
        max-width: 100%;
    }

    #mc_embed_signup .mc-field-group {
        margin: 0 auto 15px !important;
    }
}

.home-sub-page-wrapper .wrapper {
    padding: 0;
}

.select2-results__options {
    -webkit-overflow-scrolling: touch;
}

@media(max-width: 767px) {
    body {
        height:auto;
    }
}

.search-box-header {
    display: inline-block;
    width: 100%;
}

@media(max-width: 1200px) {
    div#social-block {
        position: relative;
        /*bottom: 15px;*/
		padding-left: 15px;
        text-align: left;
    }
}

html.no-overflow,html.no-overflow body {
    overflow: hidden;
}

._2p3a {
    width: 100% !important;
}

.uiScaledImageContainer .scaledImageFitWidth {
    text-align: center;
}

img.scaledImageFitWidth.img {
    margin: 0 auto;
}

.uiScaledImageContainer.fbStoryAttachmentImage {
    margin: 0 auto;
    width: 100%;
}

/*banner overlay*/
.banner_wpr {
    position: relative;
}

.banner_wpr:after, .banner-wrapper:after {
    position: absolute;
    content: "";
    background: url(/images/green-gradient-overlay.png) no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background-size: 100% 100%;
    background-position: bottom center;
}

.bnr_cnt {
    z-index: 9;
}

@media(max-width: 1200px) {
    form.searchbox.searchbox-open {
        /* padding: 0; */ /* height: auto; */
    }

    .searchbox-open {
        /*top: 50%;*/
        /*-webkit-transform: translateY(-50%);*/
        /*    -ms-transform: translateY(-50%);*/
        /*        transform: translateY(-50%);*/
    }

    .search-box.open {
        /*height: 100%;*/
    }

}

/**Updates on 4/6/19**/
/*.wrapper .below-banner {
    display: block;
}*/

.wrapper .below-banner>div {
    float: left;
}

.more_select [data-type=cSelect] {
    padding-left: 25px;
}

@media(max-width: 540px) {
    form.searchbox.searchbox-open {
        max-width:80%;
        height: 40px;
    }

    .searchbox-open .searchbox-input {
        height: 40px;
    }

    .searchbox-icon:after, .searchbox-submit:after {
        top: 10px !important;
    }

    .searchbox-open .searchbox-icon .icon-search {
        top: 55%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}

.thumbnail-logo-holder {
    overflow: hidden;
}

div#leftGreen ul {
    padding: 0;
}

@media (max-width: 580px) {
    .green-place-slide-content .green-place-slides-logo .thumbnail-logo-holder {
        width: 100%;
        height: 75px;
    }

    .green-place-slide-content .green-place-slides-logo {
        width: 85px;
    }
}

#social-block {
    float: left;
    text-align: right;
    margin: 0;
    margin-left: 2px;
    padding-left: 68px;
}

div#usercontrol {
    width: 100%;
}

.usercontrols_ul li {
    width: 100%;
}

#content ol, #content ul {
    font-family: 'Lato', sans-serif;
    font-size: 17px
}

div#content p strong {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

@media (max-width: 540px) {
    div#wrapperbox .banner_wpr .bnr_cnt {
        top: 20% !important;
    }
}

div#latest-projects .next1 i, .prev1 i {
    height: 100%;
    width: 100%;
    margin-left: 0;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 0;
}



.carousel4 ul li a {
    display: inline-block;
    overflow: hidden;
}

.carousel4 ul li a img {
    width: 100%;
}

@media(min-width: 768px) {
    .carousel4 ul li a img {
        width:100%;
        max-height: 200px;
    }
}

.carousel4 ul li span.image-wrapper {
    display: inline-block;
    max-height: 175px;
    overflow: hidden;
}

@media(max-width: 1240px) {
    .carousel4 ul li span.image-wrapper {
        max-height: 150px;
    }
}

@media(max-width: 1080px) {
    .carousel4 ul li span.image-wrapper {
        max-height: 140px;
    }
}

@media(max-width: 992px) {
    .carousel4 ul li span.image-wrapper {
        max-height: 125px;
    }
}

@media(max-width: 920px) {
    .carousel4 ul li span.image-wrapper {
        max-height: 115px;
    }
}

@media(max-width: 850px) {
    .carousel4 ul li span.image-wrapper {
        max-height: 95px;
    }
}

@media(max-width: 767px) {
    .carousel4 ul li span.image-wrapper {
        max-height: 270px;
    }

    .left_wpr .bottom-slider {
        padding-right: 0;
        padding-left:0;
    }
}
.read-more-gallery .read-more-content .image-wrapper {
    display: inline-block;
    width: 100%;
}

.read-more-gallery .read-more-content .image-wrapper img {
    width: 100%;
}

@media(min-width: 650px) {
    .read-more-gallery .read-more-content .image-wrapper {
        max-height: 165px;
        overflow: hidden;
    }
}

@media(min-width: 1200px) {
    .read-more-gallery .read-more-content .image-wrapper {
        max-height: 190px;
        overflow: hidden;
    }
}
.boxed-frames.quick {
    border: 1px solid #e7e5e5;
    padding: 20px;
}

ul.quick-links li a {
    font-weight: 500;
    color: #555555;
	    font-family: 'Lato', sans-serif;
    font-size: 17px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	    color: #444 !important;
}
#content ol, #content ul {
    line-height: 1.6;
}
p.new-mail {
    padding-bottom: 0;
}

.new-address p {
    padding-bottom: 0;
}
.overflowbody .bnr_search:before, 
.overflowbody .all_areas:before, 
.overflowbody .all_categories:before,
.overflowbody .more_select:before {
    z-index:1;
}

div#mapexistsCheck .select2-container ,
div#mapexistsCheck .select2-container--default{
    font-family: 'Lato', sans-serif;
}
@media(max-width: 1190px) {
    .btn_blue+span {
        display: block;
        margin-top:10px;
    }
}
.dbl_columns.location_details {
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    color: #555555;
    line-height: 1.6;
}

.dbl_columns.location_details .addthis_inline_share_toolbox {
        margin-top: 30px;
}
section.search-wrapper {
    margin-top: 50px;
}
.read-more-gallery{
	max-width:100%;
width:100%;
}
@media(min-width:1200px){
	
a#prev-page {
    margin: 128px 0 0 50px;
}
}
@media(max-width:767px){
	.icn_bnr a.icon-right{
		margin-left:15px;
	}
}
ul.usercontrols_ul {
    max-width: 310px;
    margin: 0 auto;
	font-family: 'DIN Next W01 Rounded', sans-serif;
}
form#ctl03 div#usercontrol .checkbox label {
    font-size: 15px;
	font-family: 'DIN Next W01 Rounded', sans-serif;
}
#usercontrol input[type=submit],
div#usercontrol input{
	font-family: 'DIN Next W01 Rounded', sans-serif;
}
ul.usercontrols_ul h3 {
    font-weight: bold;
	
}

/* Home page style 01/07/19 */
/* inner page */

@media (max-width: 1024px)
{
.new-banner-subpage-wrapper .banner_wpr.inner-home-page {
    min-height: 400px;
    padding-top: 0px;
}
.new-banner-subpage-wrapper {
    /*margin-top: 57px;*/
}
.home .banner_wpr {
    height: auto;
    /*margin-top: 57px;*/
}
.banner_wpr.inner-home-page .bnr_cnt
{
position:relative !important;
}
.home .bnr_cnt {
    position: relative !important;
    left: 0%;
    top: 0%;
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%);
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 15px;
}
div#wrapperbox .banner_wpr .bnr_cnt
{
    top:0 !important;
}
}



@media (max-width:750px)
{
	.main-tittle-hotel
	{
		word-break:break-all;
	}
	.new-wrapper-details-page .htl_location .bnr_caption
	{
		word-break:break-all;
	}
    .dbl_columns.location_details {
   	 padding: 15px;
	}
.location_details, .location_wpr
{padding: 0px;}
    .htl_location figure.lcn_label
    {
        bottom:103px;
    }
.bnr_caption
{
    padding:25px !important;
}
.location-details-panel a#prev-page{
    left: 50%;
    transform: translateX(-50%);
    top:50px;
    position: absolute;
    width: 52%;
    text-align: center;
    margin-left: 0px;
}


.location-details-panel figure.lcn_label {
    left: 50% !important;
    transform: translateX(-50%);
}

.location-details-panel .dbl_columns.location_details
{
    position:relative;
}
.location-details-panel .new-wrapper-details-page .htl_location figure.lcn_label
{
    bottom: 134px;
}
/*.location-details-panel .bnr_caption {
    bottom: 12px;
    padding: 15px !important;
}*/
	
.location-details-panel .htl_location h2 {
    padding-top: 10px;
    font-size:22px;
    text-align:center;
}

.location-details-panel .new-wrapper-details-page .htl_location .bnr_caption {
    padding: 35px 25px;
}
.location-details-panel .lcn_cnt {
    text-align: center;
    margin-right: -15px;
}
	.location-details-panel .bnr_caption {
    height: auto;
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}



.location-details-panel figure.lcn_label {
    /* top: -100%; */
    bottom: 26%;
}
}







@media(max-width:539px)
{
    .home .banner_wpr {
    height: auto;
    margin-top: 0px;
}
.bnr_cnt>ul {
    margin-bottom: 30px;
}
.new-banner-subpage-wrapper .banner_wpr.inner-home-page {
    min-height: 400px;
    padding-top: 0px;
}
.new-banner-subpage-wrapper .new-banner-subpage-wrapper {
    margin-top: 50px;
}
.new-banner-subpage-wrapper div#wrapperbox .banner_wpr .bnr_cnt {
    top: auto !important;
}
}






@media(max-width:500px)
{
	
    .location-details-panel a.prev:after {
    left: 29px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.location-details-panel a#prev-page{
    left: 50%;
    transform: translateX(-50%);
    top:50px;
    position: absolute;
    width: 90%;
    text-align: center;
    margin-left: 0px;
}
  .bnr_cnt>h1
	{
		font-size:40px;
	}
}


.dbl_columns.location_details {
    padding: 15px;
}



.right_wpr.location-box.related  figure.lcn_label
{
    left:auto !important;
    transform:translateX(0%);
}
.left_wpr.location-box.related  figure.lcn_label
{
    left:auto !important;
    transform:translateX(0%);
}

figure.lcn_label {}


@media (max-width:390px)
{
    .new-wrapper-details-page .htl_location figure.lcn_label
	{
		bottom: 30% !important;
	}
}

/*Slides Styles 02-07-2019*/
@media (max-width: 1024px)
{
	figure.banner-bg
	{
		min-height:auto !important;
	}
.home .new-banner-subpage-wrapper .banner_wpr {
    height: auto;
    /*margin-top: 57px;*/
}
div#wrapperbox .new-banner-subpage-wrapper .banner_wpr .bnr_cnt {
    top: 0 !important;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
}
@media(max-width:750px)
{
    
    .new-banner-subpage-wrapper figure.banner-bg {
    min-height: auto;
}
}
@media(max-width:550px)
{
.new-banner-subpage-wrapper .banner_wpr.inner-home-page
{
height:250px !important;
min-height:250px !important;
}
}
@media(max-width:539px)
{
.new-banner-subpage-wrapper {
    margin-top: -7px;
}
.green-place-slides-bottom-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.green-place-slides-logo {
    margin-bottom: 21px;
}

.main-tittle-hotel h2 {
    text-align: center; 
}
	.info-box h2, .info-box p
	{
		text-align:center;
		width:100%;
	}
	.green-place-slide-content .para p
	{
		text-align:center;
	}


.info-box {
   display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center !important;
}

.rating-sec {
    text-align: center;
    margin-top: 10px;
}
	span.item-rating
	{
		float:none;
	}
}




/*Banner log new styles 03-07-19*/
.icn_bnr.no-slider
{
	height:527px !important;
}
.htl_location
{
	position:relative;
}
.slider-box
{
top:90px !important;
}
.next-slider-button i
{
    top:35% !important;
}
.prev-slider-button i
{
    top:35% !important;
}
@media(max-width:1560px)
{
.slider-box
{

top:70px !important;
}
}
@media(max-width:1200px)
{
	.location_wpr .slider-box {
    height: 564px;
}
.slider-box
{

top:23px !important;
}
}
@media (max-width: 767px)
{
		.location_details, .location_wpr {
			padding: 0px;
		}
		.location_wpr .slider-box {
			height: 564px;
		}
		.location_wpr .slider-box {
			height: 330px;
		}
		.location-details-panel a#prev-page {
			top: 12px;
		}
		.prev-slider-button i {
			top: 50% !important;
		}
		.next-slider-button i {
			top: 50% !important;
		}
}
@media(max-width:750px)
{
	
.next-slider-button i
{
    top:50%;
}
.prev-slider-button i
{
    top:50%
}
  .slider-box {
    position: relative !important;
	  top: 20px !important;
}

.bnr_caption {
    position: relative !important;
}

.icn_bnr {
    height: auto !important;
}
.location-details-panel figure.lcn_label {
    top: auto;
    bottom: 0;
}  
	.location-details-panel .location_wpr figure .thumbnail-img
	{
		min-height:initial;
	}
}
@media(max-width:550px)

{
    .banner-wrapper {
    position: relative;
   
}
	.banner.banner-innersmall-wrapper {
    height: 250px;
     display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.banner-wrapper .banner
{
    padding:0px !important;
}
/*.banner-content*/
/*{*/
/*    padding:0px !important;*/
/*}*/
.banner-content h1
{
    margin-bottom:0;
    margin-top:0;
}
section.banner-wrapper+#maincontent {
    margin-top: 80px;
}
  .banner-wrapper
{
    /*top: 50px;*/
}
}
@media(max-width:580px)
	{
		.green-place-slide-content .green-place-slides-logo .thumbnail-logo-holder {
    width: 100%;
    height: 134px !important;
}
	}
@media(max-width:539px)
	{
		.green-place-slides-logo
		{
margin-top:-120px;
		}
	}
@media(max-width:390px)
{
.new-wrapper-details-page .htl_location figure.lcn_label {
     top: auto;
     bottom: 0 !important;
}
}

/*New styles for fonts 20-09-2019*/
.dbl_columns h3, .location_link a, .location_wpr figcaption h4 {
    font-family: 'DIN Next W01 Rounded', sans-serif;
}
div#content p strong {
    font-weight: 600;
}

/*Pop up style 20-09-2019*/
.mfp-image-holder .mfp-close:after {
    position: absolute;
    content: "x";
    left: 50%;
    transform: translate(-50%);
    top: -3px;
    font-family: 'DIN Next W01 Rounded', sans-serif;
}

.mfp-image-holder .mfp-close {
    width: 46px;
    cursor: pointer !important;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: default;
}

/*Popup and Slider Styles 23-09-2019*/
.slider-slick-box .slick-slide  a {
    display: block;
    width: 100%;
}

.mfp-counter {
    display: none;
}

button.mfp-arrow {
    background: #52ae32;
    opacity: 1;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.mfp-arrow-right:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 45px;
    margin: 0;
    top: 18%;
    left: 42%;
    transform: translate(-50%);
    border: 0;
}

.mfp-arrow-right:after, .mfp-arrow-left:after {
    border: 0;
}

.mfp-arrow-left:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 45px;
    margin: 0;
    top: 18%;
    left: 34%;
    transform: translate(-50%);
    border: 0;
}

.mfp-bg {
    z-index: 999999;
}

.mfp-wrap {
    z-index: 9999999;
}
@media (max-width: 767px) {
    button.mfp-arrow {
        width: 50px;
        height: 50px;
    }
    .mfp-arrow-right:before {
        font-size: 33px;
    }
    .mfp-arrow-left:before {
        font-size: 33px;
    }
}

@media (max-width: 576px) {
    button.mfp-arrow {
        width: 40px;
        height: 40px;
        transform: translateY(50%) scale(0.75);
    }
    .mfp-arrow-right:before {
        font-size: 26px;
    }
    .mfp-arrow-left:before {
        font-size: 26px;
    }
}



.emptybanner + div#maincontent {
    padding-top: 0;
}

.emptybanner:after {
    display: none;
}





@media (max-width: 550px) {
   .emptybanner + div#maincontent {
        margin-top: 0px;
    }
}

@media (max-width: 539px) {
  
	/*.map-container {*/
 /*       margin-top: 98px !important;*/
 /*   }*/
 /*   .emptybanner + div#maincontent {*/
 /*       margin-top: 105px;*/
 /*   }*/
}
header + .new-banner-subpage-wrapper, header + .banner-wrapper, header + .banner-home-wrapper {
    padding-top: 0 !important;
}


@media screen and (min-width: 1200px) {
#main-nav ul {
    padding: 25px !important;
    height: auto !important;
}
}

/*Map Content page top style 28-02-2020*/
div#page_wrapper.map-container {
    padding-top: 0 !important;
}

@media (max-width: 768px) {
/*#nav-wrapper {*/
/*    width: 73px !important;*/
/*}*/
}

@media (max-width: 430px) {
/*#nav-wrapper {*/
/*    width: 26px !important;*/
/*}*/
}
@media (max-width: 768px) {
.toggle-btn, .nav-toggle-icon {
    width: 100% !important;
}
}

/*New style for banner image of map details page*/

.home .slider-box {
    top: 0 !important;
}

.home .banner.nobanner{
    display:none;
}

@media(min-width:1200px){
    a#prev-page {
        margin: 57px 0 0 50px;
    }
}

@media screen and (min-width: 768px){
    .home .location_wpr .slider-box{
        height: 585px;
        padding-bottom: 150px;
    }
}

@media screen and (min-width: 751px){
    .home .location_wpr .slider-box{
        height: 585px;
        padding-bottom: 100px;
    }
}

/*New styles added 26-08-2020 */
.location-box figure.lcn_label figcaption {
    word-break: break-word;
}
@media screen and (min-width: 1201px) {
    .header-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media only screen and (max-width: 1370px) and (min-width: 1200px){
	#logoImage, #logoWrapper {
		width: 390px;
	}
}


/* **********************************************  */
/* new style on 03/12/2020 */
/* This is for greets */
/* **********************************************  */


@media only screen and (min-width: 1200px) {
	.two-column-content-v2 {
		padding: 64px 0 30px;
	}
}

.first-row-bg {
	background: #f3f3f3;
}

.first-row-bg .row {
	display: flex;
}

.first-row-bg .half-width > a {
	height: 100% !important;
}

.first-row-bg .half-width:first-child {
	padding: 0;
	padding-left: 10px;
}

.first-row-bg .half-width:last-child {
	padding-top: 26px;
	padding-left: 30px;
	padding-right: 50px;
}

.bg-base-row .half-width {
	background: #f3f3f3;
}

.second-row.bg-base-row .news-list-section {
	margin: 0;
	justify-content: space-between;
}

.full-width.second-row.two-split-col{
	margin-top: 20px;
}

.full-width.second-row.two-split-col .half-width {
    width: calc(50% - 10px);
    padding: 0;
}

.full-width.second-row.two-split-col .half-width .news-details{
	padding-left: 18px;
	padding-right: 18px;
}

.full-width.second-row.two-split-col .news-list-section:after{
    content:'';
    display:none !important;
}


/* ********************************** */
/* 09/12/2020 */
/* This is for print styles */
/* ********************************* */
.print-icon {
	display: none;
}

@media print {
	.print-icon {
		display: inline-block;
		width: 100%;
		height: 70px;
		/* background: #ffffff !important; */
		background: transparent !important;
		padding-left: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 15px;
	}
	.main-header {
		display: none;
	}
	.banner-home-wrapper {
		margin: 0 !important;
		background: none !important;
		padding-top: 100px !important;
		height: 150px !important;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.banner_wpr:after {
		content: "";
		display: none !important;
	}
	.banner-home-wrapper h1 {
		margin: 0;
		padding: 20px 0 0;
	}
	.banner-home-wrapper ul {
		margin-bottom: 0;
	}
	.banner_form {
		display: none !important;
	}
	.register_wpr .right_wpr {
		display: none !important;
	}
	.green-place-slider-title {
		padding-left: 0 !important;
	}
	.below-banner {
		height: auto !important;
		padding-top: 40px;
		text-align: left;
	}
	.below-banner .left_wpr {
		text-align: left !important;
	}
	.wrapper .below-banner .col-md-6 {
		width: 100% !important;
	}
	.wrapper .below-banner .col-md-6:first-child {
	}
	.wrapper .below-banner .green-place-slides-logo {
		width: 125px;
	} /* *******************************   */ /* Slick slider */ /* *******************************   */
	#left_hlf_slider .slick-list {
		height: auto !important;
	}
	#left_hlf_slider .slick-track {
		width: 100% !important;
		transform: none !important;
		top: auto !important;
		left: auto !important;
	}
	#left_hlf_slider .slick-track .slick-slide.slick-cloned {
		display: none !important;
	}
	#left_hlf_slider .slick-list {
		transform: none !important;
		height: auto;
	}
	.slick-arrow {
		display: none !important;
	}
	#left_hlf_slider {
		margin: 0 !important;
	}
	#left_hlf_slider .slick-slide {
		width: 50% !important;
	} /* *******************************   */ /* End of slick slider */ /* *******************************   */
	.more-btn {
		display: none !important;
	}
	.newslisting,
	.aside-box {
		width: 100%;
		padding-left: 0;
	}
	.aside-box {
		display: none !important;
	}
	.bg-grey .dbl_columns {
		display: block !important;
	}
	.bg-grey .dbl_columns .left_wpr .prev1,
	.bg-grey .dbl_columns .left_wpr .next1 {
		display: none !important;
	}
	#social-media {
		display: none !important;
	}
	.bg-grey {
		padding-top: 0;
	}
	.carousel4 {
		height: auto !important;
	}
	.social-media {
		display: none !important;
	}
	.footer-inner span,
	.footer-inner a,
	.footer-inner p,
	.footer-inner li {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.footer .footer-bottom {
		width: 100% !important;
	}
	.footer * {
		padding: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	a {
		text-decoration: none !important;
	}
	a:hover {
		text-decoration: none !important;
	}
	.half-width > a:after {
		content: "";
		display: none !important;
	}
	.newslisting.home-newslisting
		.full-width.first-row
		.half-width:first-child
		a {
		overflow: visible;
	}
	.full-width.second-row .half-width {
		padding-bottom: 0; /* 		break-inside: avoid; */
		float: none;
	}
	.footer {
		page-break-before: always;
		height: 100vh;
	}
	.footer > .wrapper {
		display: flex;
		align-items: flex-start;
		height: 100%;
		flex-wrap: wrap;
		align-content: flex-start;
		width: 100%;
		max-width: 100% !important;
	}
	.footer .left-side {
		width: 100%;
	}
	.footer .right-side {
		width: 100%;
	}
	.footer .footer-inner {
		width: 100%;
	} /* sub content */
	.addthis_inline_share_toolbox {
		display: none;
	}
	#maincontent #sidebar {
		display: block;
		margin-bottom: 10px;
	}
	#maincontent #sidebar .sidemenu li {
		display: inline-block;
		margin-right: 20px;
	}
	#maincontent #sidebar .sidemenu li a.active {
		color: #52ae32 !important;
	}
	#maincontent #content + #right-side-bar .sog_input,
	#maincontent #content + #right-side-bar form {
		display: none;
	}
	figure.banner-bg {
		min-height: 1px;
	}
	.banner-wrapper .banner {
		padding: 0;
	}
	.banner-wrapper .banner .banner-content {
		padding: 0;
	}
	.banner-wrapper:after {
		content: "";
		display: none;
	}
	.color-white .banner .banner-content h1 {
		color: #000000 !important;
	}
	.banner-wrapper {
		margin-top: 0 !important;
	}
	.pagination-box {
		display: none !important;
	}
	.register_wpr {
		margin-top: 0 !important;
		padding-top: 0 !important;
		padding-left: 0 !important;
	}
	.below-banner {
		margin-bottom: 0 !important;
	}
	.main-newslisting.horizontal-listing ul {
		display: block;
	}
	.main-newslisting.horizontal-listing ul li {
		padding-bottom: 0 !important;
		page-break-before: auto;
		display: block;
		float: none;
		width: 100% !important;
	}
	.main-newslisting.horizontal-listing ul li:after {
		content: "";
		display: table;
		clear: both;
	}
	.main-newslisting.horizontal-listing .details {
		padding-bottom: 0 !important;
	}
	.main-newslisting.horizontal-listing .details p {
		padding-bottom: 0 !important;
	}
	.news-search-box {
		display: none;
	}
	#contactusercontrol #contactuser {
		padding-left: 0 !important;
		width: 100%;
		max-width: 100% !important;
		padding-bottom: 0;
	}
	#contact_form {
		padding-left: 0 !important;
		padding-bottom: 10px !important;
	}
	#contact_form input,
	#contact_form textarea {
		border: 1px solid #cccccc;
	}
	#contact_form input[type="submit"] {
		display: none;
	}
	.below-banner .col-md-6 {
		margin-bottom: 0 !important;
	}
	.below-banner .col-md-6 .register_wpr {
		padding-bottom: 0 !important;
		display: block;
	}
	header + .new-banner-subpage-wrapper,
	header + .banner-wrapper,
	header + .banner-home-wrapper {
		margin-top: 0 !important;
		display: block;
	}
	.banner_wpr.inner-home-page {
		height: auto !important;
		min-height: auto !important;
		padding-top: 0 !important;
		margin-bottom: 0;
		background: none !important;
		display: block;
		align-items: unset;
	}
	.banner_wpr.inner-home-page.banner-inner-wrapper .bnr_cnt {
		position: relative !important;
		margin-bottom: 0 !important;
		width: 100%;
		display: block;
	}
	.home-sub-page-wrapper .col-md-6.sub-page-sec-one {
		width: 100% !important;
		text-align: center;
	}
	.content-sec1.content-right {
		display: none;
	}
	.separated-gallery-block .galery-wrap-inner {
		display: block;
		margin: 0; /* flex-wrap: wrap; */ /* justify-content: space-between; */
	}
	.read-more-gallery .read-more-content {
		margin: 0;
		width: calc(33.33333%);
		float: left;
	}
	.read-more-gallery .read-more-content figure {
		padding-right: 10px;
	}
	.read-more-gallery .read-more-content figcaption {
		padding: 0;
	}
	.read-more-gallery .read-more-content:last-child figure {
		padding-right: 0;
	}
	.read-more-gallery .read-more-content .read-more-btn {
		display: none;
	}
	.read-more-gallery .read-more-content figcaption h5 {
		font-size: 17px;
	}
	section.two-col-wrapper .two-col-left-col {
		width: 100% !important;
		max-width: 100% !important;
		text-align: left;
	}

	section.two-col-wrapper .two-col-left-col .left-col-content {
		padding-left: 0;
		padding-right: 0;
	}
	section.two-col-wrapper .two-col-right-col {
		display: none !important;
	} /* slick slider */
	.slick-track {
		display: block !important;
	}
	.exp-green-place {
		display: block !important;
	}
	#main-footer .slogan {
		width: 100%;
	}
	.exp-green-place-slider .green-place-slide-content {
		min-height: 1px !important;
	}
	.exp-green-place-slider .green-place-slides__content-img {
		display: none !important;
	}
	.exp-green-place-slider .green-place-slides-logo {
		margin-top: 0;
	} /* slick slider */
	.exp-green-place-slider .slick-list {
		height: auto !important;
	}
	.exp-green-place-slider .slick-list .slick-track {
		width: 100% !important;
		transform: none !important;
	}
	.exp-green-place-slider .slick-list .slick-track .content-row {
		padding: 0 !important;
	}
	.exp-green-place-slider .slick-list .slick-track .slick-slide {
		float: none !important;
		height: auto !important; /* 		break-inside: avoid; */
		width: 100% !important;
	}
	.home-newslisting .newslisting-wrapper .second-row .row.news-list-section {
		display: block;
	}
	.home-newslisting
		.newslisting-wrapper
		.second-row
		.row.news-list-section
		.half-width {
		display: inline-block;
		width: 100%;
	}
	.home-newslisting
		.newslisting-wrapper
		.second-row
		.row.news-list-section
		.half-width
		a {
		display: none;
	} /* 	section.two-col-wrapper { break-inside: avoid; } */
	.slider-slick-box {
		display: block !important;
		height: auto !important;
		display: none !important;
	}
	.slider-slick-box .slick-list {
		transform: none !important;
		overflow: visible !important;
	}
	.slider-slick-box .slick-list .slick-track {
		transform: none !important;
		width: 100% !important;
		height: auto !important;
		transition: none !important;
	}
	.location_wpr .slider-box {
		height: auto !important;
		position: relative;
		left: auto;
		top: auto !important;
	}
	.new-wrapper-details-page .htl_location figure.lcn_label {
		position: relative !important;
		top: auto !important;
		left: 0 !important;
		bottom: auto !important;
		max-width: 100%;
		right: auto !important;
	}
	.map-container .dbl_columns {
		display: block !important;
		flex-wrap: unset !important;
	}
	.map-container .dbl_columns .left_wpr,
	.map-container .dbl_columns .right_wpr {
		width: 100% !important;
		float: none !important;
		right: auto;
	}
	div#googleMap {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		float: none !important;
	}
	.map-container .left_wpr {
		page-break-after: always;
	}
	.map-container div#locationList .location-box img {
		display: none;
	}
	.map-container div#locationList .location-box .lcn_label {
		position: relative;
		left: 0;
		top: auto;
		margin: 0;
		bottom: auto;
	}
	.map-container div#locationList .location-box .thumbnail-img img {
		display: block;
	}
	.pagination {
		display: none !important;
	}
	.newslisting-wrapper {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.exp-green-place-slider .slick-slide {
		border-top: 1px solid #000;
		padding-top: 20px;
	}
	.exp-green-place-slider .slick-slide p {
		padding-bottom: 5px;
	}

	/* padding fix for printing */
	.newslisting.home-newslisting .news-details {
		padding-bottom: 0;
	}

	.newslisting.home-newslisting .half-width {
		padding-top: 0;
	}

	.newslisting.home-newslisting .news-details p {
		padding-bottom: 0;
	}
	.newslisting.home-newslisting .news-details p {
		padding-bottom: 0;
	}

	.two-column-contents {
		padding-top: 0;
	}

	.two-column-contents hr {
		margin: 0;
	}

	.two-column-contents .newslisting {
		margin-top: 0;
	}

	.two-column-contents .newslisting img {
		page-break-inside: initial !important;
	}

	.two-column-contents .newslisting img {
		page-break-inside: initial !important;
	}

	.single_wrapper_new .two-slide-head {
		min-height: auto;
	}

	.two-column-contents {
		padding-bottom: 0;
	}

	.carousel4 ul li span.image-wrapper {
		overflow: hidden;
		max-height: 125px;
	}

	.single_wrapper_new .two-slide-head h2 {
		margin-top: 15px;
		position: relative;
	}
	div#latest-projects hr {
		margin: 5px;
		margin-bottom: 10px;
	}

	div#latest-projects h2 {
		margin-bottom: 0;
		top: 0;
		transform: none;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#left_hlf_slider .slick-slide {
		padding-left: 0;
	}

	#left_hlf_slider .slick-slide:nth-child(even) {
		padding-right: 0;
	}

	#left_hlf_slider .slick-slide p {
		word-break: break-word;
	}

	#left_hlf_slider .slick-slide a:after {
		display: inline-block;
		padding: 0;
		word-break: break-word;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}

	div#maincontent #sidebar .widget:after {
		content: "";
		width: 100%;
		border-bottom: 1px solid #e7e5e5;
		height: 0px;
		display: block;
		padding-top: 5px;
	}

	form#ctl03 div#usercontrol ul.usercontrols_ul {
		max-width: 100%;
		width: 100%;
	}

	form#ctl03 div#usercontrol ul.usercontrols_ul .submit-section {
		max-width: 100px;
	}

	form#ctl03 div#usercontrol ul.usercontrols_ul input {
		border: 1px solid #e7e5e5;
	}

	form#ctl03 {
		margin-top: 0;
		padding-top: 0;
		padding: 0;
	}

	.footer-logo figure a {
		width: 100%;
		text-align: center;
		display: inline-block;
	}

	header + .new-banner-subpage-wrapper,
	header + .banner-wrapper,
	header + .banner-home-wrapper {
		border-top: 1px solid #e7e5e5;
		border-bottom: 1px solid #e7e5e5;
		margin-bottom: 20px;
	}

	.home .new-banner-subpage-wrapper .banner_wpr {
		margin-top: 0;
		padding-bottom: 8px;
		height: auto !important;
	}

	#maincontent #sidebar .sidemenu li a {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	#maincontent #sidebar .sidemenu {
		/* margin-bottom: 10px; */
	}

	.location_details .location-box {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
		border-bottom: 1px solid #e7e5e5;
		padding-bottom: 24px !important;
	}

	.mapSearchHeader + .map-container {
		margin-top: 0 !important;
	}

	.mapSearchHeader + .map-container .left_wpr {
		page-break-after: initial !important;
		margin-bottom: 10px;
	}
	.map-container .dbl_columns#locationList {
		padding-top: 0;
	}
	
	.print-icon.gsf
		+ #wrapperbox
		.exp-green-place-slider
		.slick-list
		.slick-track
		.slick-slide {
		margin-bottom: 22px;
	}
}

/* ******************************************* */
/* 16/12/2020 */
/* ****************************************** */

.wrapper-v1-layout {
	max-width: 1198px !important;
}

.wrapper-v1-layout .half-width:first-child {
	width: calc(100% - 469px);
}

.wrapper-v1-layout .half-width:last-child {
	padding: 0;
	width: 469px;
}

.wrapper-v1-layout .row {
	margin: 0;
}

.wrapper-v2-layout {
	max-width: 1198px !important;
}

.wrapper-v3-layout {
	max-width: 1198px !important;
}

.wrapper-v3-layout .aside-box {
	width: 380px;
	padding-left: 0 !important;
}

.wrapper-v3-layout .newslisting {
	width: calc(100% - 380px);
	padding-right: 0;
}

@media screen and (max-width: 1240px) {
	.wrapper-v3-layout .newslisting {
		width: 100% !important;
	}

	.wrapper-v3-layout .newslisting .inlne-image-div .inline-image-li:last-child {
		margin-bottom: 0;
	}

	.wrapper-v3-layout .newslisting .news-details {
		padding-bottom: 0;
	}

	.wrapper-v3-layout .half-width-boxed-frames + .half-width {
		padding-bottom: 0;
		padding-left: 10px;
		margin-top: 20px;
	}
}

@media only screen and (min-width: 1200px) {
	.two-column-content-v2 {
		padding: 64px 0 30px;
	}
}

.first-row-bg {
	background: #f3f3f3;
}

.first-row-bg .row {
	display: flex;
}

.first-row-bg .half-width > a {
	height: 100% !important;
}

.first-row-bg .half-width:first-child {
	padding: 0;
	padding-left: 44px;
	padding-top: 29px;
	padding-bottom: 12px;
}

.first-row-bg .half-width:last-child {
	padding-top: 26px;
	padding-left: 30px;
	padding-right: 50px;
}

.bg-base-row .half-width {
	background: #f3f3f3;
}

.second-row.bg-base-row .news-list-section {
	margin: 0;
	justify-content: space-between;
}

.full-width.second-row.two-split-col {
	margin-top: 20px;
}

.full-width.second-row.two-split-col .half-width {
	width: calc(50% - 10px);
	padding: 0;
}

.full-width.second-row.two-split-col .half-width .news-details {
	padding-left: 18px;
	padding-right: 18px;
}

.full-width.second-row.two-split-col .news-list-section:after {
	content: "";
	display: none !important;
}

/* medium text headings */
.text-medium h3 {
	font-size: 20px;
}

.two-split-col .news-details h3 {
	margin-bottom: 12px;
}

.two-column-content-v2 .first-row-bg .half-width:last-child {
	padding: 0;
	padding-right: 10px;
	padding-left: 28px;
}

.new-list-section-three-col .half-width {
	width: calc((100% / 3) - 15px) !important;
}

.new-list-section-three-col .half-width {
	margin-right: 13px;
}

.new-list-section-three-col .half-width:last-child {
	margin-right: 0;
}

.new-list-section-three-col .half-width .news-details h3 {
	font-size: 20px;
	margin-bottom: 17px;
}
.inlne-image-div {
}

.inlne-image-div h3 {
	font-size: 20px;
}

.inline-image-fill {
	min-width: 135px;
	width: 135px;
	overflow: hidden;
	height: 120px;
	margin-right: 18px;
}

.inline-image-fill img {
	height: 100%;
	width: auto;
	max-width: none;
}

.inline-image-li {
	width: 100%;
	display: flex;
	margin-bottom: 41px;
}

@media (max-width: 1024px) {
	.full-width.first-row.first-row-bg .half-width:first-child a {
		height: auto;
		display: block;
		overflow: hidden;
	}
}

.two-column-contents .aside-box iframe {
	/*height: 473px !important;*/
}
.half-width .boxed-frames iframe {
	height: 473px !important;
}

.wrapper-fill-width {
	background: #f3f3f3;
}

.fill-half-width {
	padding: 0;
	background: #f3f3f3;
}

.fill-half-width .news-details {
	padding: 10px 18px 33px 18px !important;
}
.two-column-contents .newslisting {
	margin-top: 0;
}

.fill-half-width + .half-width {
	padding-top: 0;
}

.layout-main-one .half-width:first-child {
	width: 380px;
	margin-left: 10px;
}

.layout-main-one .half-width:nth-child(2) {
	width: calc(50% - 30px);
	padding-left: 30px;
}

.layout-main-one .aside-box {
	padding-left: 33px;
}

.half-width-boxed-frames {
	width: 326px;
	margin-left: 10px;
	float: left;
}

.half-width-boxed-frames + .half-width {
	width: calc(100% - 336px);
	float: left;
	padding-top: 0;
	padding-left: 42px;
}

.layout-main-one .home-newslisting {
	padding-right: 0;
}

@media (max-width: 1024px) {
	.layout-main-one .full-width.first-row .half-width:first-child a {
		height: auto;
	}

	.layout-main-one .aside-box {
		padding-left: 0;
	}
}

@media screen and (max-width: 768px) {
	.layout-main-one .half-width:nth-child(1) {
		width: 350px;
	}
	.layout-main-one .half-width:nth-child(2) {
		padding-left: 20px;
		width: calc(100% - 370px);
	}

	.layout-main-one .half-width:nth-child(2) .inline-image-li:last-child {
		margin-bottom: 0 !important;
	}

	.layout-main-one .half-width:nth-child(2) .news-details {
		padding-bottom: 10px;
	}

	.layout-main-one .newslisting-wrapper {
		margin-bottom: 0;
	}
	.layout-main-one .aside-box {
		margin-top: 25px;
	}

	.inline-image-li {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 720px) {
	.layout-main-one .first-row .row {
		margin: 0;
	}
	.layout-main-one .half-width:nth-child(1) {
		margin-left: 0;
		width: 100%;
	}
	.layout-main-one .half-width:nth-child(2) {
		padding-left: 0;
		width: 100%;
	}

	.layout-main-one .half-width:nth-child(2) {
		padding-bottom: 0;
		margin-top: 20px;
	}

	.layout-main-one .half-width:nth-child(2) .news-details {
		padding-bottom: 0;
	}

	.layout-main-one .aside-box {
		margin-top: 20px;
	}
}

.connect-box-area img {
	max-width: 100%;
}

.new-details-image {
	max-height: 171px;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 14px;
}

.first-row-bg-v2 .half-width {
	padding: 0 !important;
}

.first-row-bg-v3 .half-width {
	padding: 0 !important;
	width: 50% !important;
}

.first-row-bg-v3 .row {
	margin: 0;
}

.first-row-bg-v3 .half-width {
	max-width: 394px;
	background: #f3f3f3;
}

.first-row-bg-v3 .half-width .news-details {
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 6px;
}

.first-row-bg-v3 .half-width:first-child {
	margin: 0 !important;
	margin-right: 25px !important;
}

.first-row-bg-v3 .half-width:last-child {
	padding: 0 !important;
	width: 50% !important;
}

.first-row-bg-v2 .half-width:last-child {
	padding-top: 26px !important;
	padding-left: 30px !important;
	padding-right: 50px !important;
}

.first-row-bg-v2 + .first-row-bg-v3 {
	margin-top: 20px;
}

@media screen and (max-width: 1240px) {
	.first-row-bg-v3 .half-width {
		max-width: 50%;
		background: #f3f3f3;
	}

	.first-row-bg-v3 .half-width:first-child {
		margin: 0 !important;
		max-width: calc(50% - 25px);
		margin-right: 25px !important;
	}
}

@media screen and (max-width: 1024px) {
	.wrapper-v3-layout .full-width.first-row .half-width:first-child a {
		height: auto;
	}

	.first-row-bg-v3 .half-width > a {
		height: 180px;
	}
}

@media screen and (max-width: 768px) {
	.first-row-bg-v3 .half-width {
		margin-top: 0 !important;
	}

	.first-row-bg-v2 .row {
		flex-wrap: wrap;
	}

	.first-row-bg-v2 .half-width {
		margin-top: 0 !important;
	}

	.first-row-bg-v2 .half-width {
		padding-bottom: 20px !important;
	}

	.first-row-bg-v3 .half-width:last-child {
		padding-bottom: 20px !important;
	}

	.wrapper-v3-layout .two-column-contents {
		padding-bottom: 0;
	}

	.fill-half-width .news-details {
		padding: 10px 18px 20px 18px !important;
	}

	.wrapper.wrapper-v3-layout .half-width-boxed-frames {
		margin-top: 10px;
	}

	.wrapper.wrapper-v3-layout .half-width {
		width: 100%;
		margin-left: 0 !important;
	}
	.wrapper.wrapper-v3-layout .half-width-boxed-frames {
		margin-top: 10px;
		width: 70%;
	}

	.wrapper.wrapper-v3-layout .half-width-boxed-frames {
		margin-left: 0 !important;
	}

	.wrapper.wrapper-v3-layout .half-width {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.wrapper-fill-width .row {
		margin: 0;
	}

	.wrapper-v3-layout .aside-box {
		width: 100% !important;
	}
}

@media screen and (max-width: 660px) {
	.first-row-bg-v3 .half-width:first-child {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 20px !important;
	}

	.first-row-bg-v3 .half-width:last-child {
		width: 100% !important;
		max-width: 100% !important;
	}

	.wrapper.wrapper-v3-layout .half-width-boxed-frames {
		margin-top: 10px;
		width: 100%;
	}
}

@media only screen and (min-width:577px){
    .new-top-header .header-right-side ul li:last-child a {
	   display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
				align-items: center;
	}
	.new-top-header .header-right-side ul li a img{
		height: 25px;
	}

}

/*Bug fixing on 30/01/23*/
.new-top-header .header-right-side ul li a:hover {
    opacity: 0.7;
}

.new-top-header .header-right-side ul li a {
    transition: all .3s ease;
}

div#logoWrapper h1#logoImage a {
    width: auto;
}

.multi-select-box .select2-container--open.select2.select2-container.select2-container--default:before,
.more_select.active [data-type='cSelect']:before {
    transform: rotate(180deg);
    transform-origin: 50% 30%;
}

.select2.select2-container.select2-container--default:before,
.more_select [data-type='cSelect']:before {
    transition: all .3s ease;
}

body .select2-container--default .select2-results__option[aria-selected=true]:hover,
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd !important;
    color: #666 !important;
}

.below-banner .register_wpr #mc_embed_signup input#mc-embedded-subscribe {
    margin-right: 12px;
}

.address-block {
    padding-top: 10px;
}

div + .address-block {
    padding-top: 35px;
}

body, html {
    height: auto;
	min-height: 100vh;
}

.banner_form .select2-container--default {
    background: #fff;
    border-radius: 4px;
    border: 0 !important;
}

.banner_form .multi-select-box .select2-container span {
    z-index: 9999;
    position: relative;
}

.banner_form .select2-container--default .select2-selection--single {
    background-color: transparent;
}

.right_wpr #mc_embed_signup_scroll .mc-field-group {
    width: 100%;
    margin-bottom: 25px !important;
}

@media screen and (min-width: 1200px) {
	#main-nav ul {
		max-height: calc(100vh - 185px);
	}
	#main-nav ul li a.active, 
	#main-nav ul li a:active, 
	#main-nav ul li a:focus, 
	#main-nav ul li a:hover {
		font-weight: 500;
	}
}

@media screen and (max-width: 1199px) {
	nav#nav {
		height: calc(100vh - 55px);
	}
	
	.menu-active .toggle-btn {
		/*background-color: #389910;*/
		position: relative;
		/*height: 45px;*/
		-webkit-tap-highlight-color: transparent;

	}
	#main-nav ul, ul#main-nav>li>a {
		padding-top: 10px;
	}

	#mc_embed_signup .mc-field-group {
		margin: 0 0 15px !important;
	}
	
	form#mc-embedded-subscribe-form {
		margin: 0;
	}
}

@media screen and (max-width: 1024px) {
	.footer-inner .right-side {
		float: left;
	}
	
	.searchbox-icon, .searchbox-submit {
		top: 0px;
	}
 /*.searchbox-submit {*/
	/*	top: 0px;*/
	/*}*/
	
	form.searchbox.searchbox-open {
		height: 40px !important;
	}
}

@media (max-width: 767px) {
	form#mc-embedded-subscribe-form {
		margin: 0 auto;
	}
	#mc_embed_signup .mc-field-group {
		margin: 0 auto 15px !important;
	}
}

@media (max-width: 750px) {
	.main-tittle-hotel {
		word-break: break-word;
	}
}

@media(max-width: 576px) {
    #main-nav ul, ul#main-nav>li>a {
        padding-right: 51px;
    }
	
	header ul#main-nav ul.sub-menu li a {
		padding: 10px 10px 10px !important;
	}
}

@media(max-width: 545px) {
	#mc_embed_signup .mc-field-group {
		max-width: 100%;
	}
}

@media(max-width: 540px) {
	.searchbox-icon {
		height: 30px !important;
		width: 30px !important;
	}
	
	.searchbox-icon, .searchbox-submit {
		top: 3px;
	}
	
	.searchbox-open .searchbox-icon, .searchbox-open .searchbox-submit {
		/*top: 9px;*/
	}
	
	.header-inner #social-block {
		top: 9px !important;
	}
}

@media(max-width: 539px) {
	.searchbox .searchbox-input {
		top: 6px;
	}
	
	.header-inner #social-block {
		top: 7px !important;
	}
}

/*inner pages bug fixing - NIK*/
.at-style-responsive .at-share-btn:hover {
    opacity: 0.7;
}

/*.select2.select2-container.select2-container--default.select2-container--open:before, */
/*.more_select [data-type='cSelect']:before {*/
/*    transform: rotate(180deg);*/
/*    transform-origin: 50% 30%;*/
/*}*/
.select2.select2-container.select2-container--default.select2-container--open:before{
    transform: rotate(180deg);
    transform-origin: 50% 30%;
}
.select2.select2-container.select2-container--default.select2-container--open:before, 
.more_select [data-type='cSelect']:before {
    transition: all .3s ease;
}

.widget ul.sidemenu li a:focus {
    outline: 0;
}

footer a:hover {
    opacity: 0.7;
}

#wrapperbox p a:hover {
    text-decoration: underline;
}
.map-iframe table {
    width: 100%;
}
.boxed-frames.quick {
    border: 0;
}

div#contactusercontrol ul#contactuser li .contact-submit {
    margin-top: 20px;
    height: auto;
    padding: 12.5px 20px;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 14px !important;
    font-weight: 500;
    background-color: #0070B9;
    font-family: 'DINNextRoundedLTW01-Reg';
}

div#contactusercontrol ul#contactuser li .contact-submit:hover {
    background-color: #247f03 !important;
}
textarea {
  resize: none;
}
.read-more-gallery .read-more-content .read-more-btn span::after {
    bottom: 1px;
    top: auto;
    transform: none;
}
.read-more-gallery .read-more-content .read-more-btn span:hover {
	opacity: 0.7;
}
.main-newslisting.horizontal-listing .details a:hover {
    text-decoration: underline;
}

.main-newslisting.horizontal-listing .details a {
    color: #51ae32;
}

.pagination-box span.current {
    margin-right: 5px;
}

.exp-green-place button.slick-next.slick-arrow:hover,
.exp-green-place button.slick-prev.slick-arrow:hover,
.prev-slider-button i:hover, .next-slider-button i:hover {
    background-color: #42832c;
}
.location_link a:hover {
    opacity: 0.7;
}
.two-column-contents .aside-box iframe {
    height: 473px !important;
}