/* Search Form */
.search-form-row {
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
    padding: 10px 0 20px 0 !important;
}

/* Search Page */
.job-manager-pagination {
  display: flex;
  justify-content: center;
}

.media-body, .slider {
    width: 100%;
}

.slider {
    position: relative;
}

.slider .slick-slide {
    padding: 0; /* Optional: Add padding between slides */
}

#resultpg .sidebar-banner .slick-slide {
    height: 200px;
    overflow: hidden;
}

.slider img {
    width: 100%;      /* Ensure images are responsive */
    height: 200px;    /* Set a fixed height for images */
    object-fit: cover; /* Ensure images cover the area and maintain aspect ratio */
}

.fixed-to-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all .3s ease-in;
}

/* Elearning */

.desktop-banner {
    display: block !important;
    height: auto !important;
    object-fit: contain !important;
}

.mobile-banner {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .desktop-banner {
        display: none !important;
    }
    .mobile-banner {
        display: block !important;
        object-fit: contain !important;
    }

    .search-result-banner .slider img {
        height: auto !important;
    }
}


/* Optional: Style arrows */
.slick-arrow {
    background: #333; /* Change the background color of arrows */
    color: #fff;      /* Change the color of arrows */
    width: 40px;      /* Adjust the width of the arrows */
    height: 40px;     /* Adjust the height of the arrows */
    border-radius: 50%; /* Make arrows round */
}

.slick-prev {
    left: 10px;       /* Adjust the position of the previous arrow */
}

.slick-next {
    right: 10px;      /* Adjust the position of the next arrow */
}

.row-fluid.info.search-item-info {
    position: relative;
}

.row-fluid.info {
    display: flex;
    place-items: center;
}

.describe-margin {
    padding: 20px;
}

.listing-logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.search-results .listing-title.school-title {
    display: flex;
    align-items: center;
    place-content: space-between;
}

.badges {
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.badges img {
   height: 50px;
   max-width: 80px;
   object-fit: contain;
}

/* Single Directory Page */
#content_overview {
    margin-top: 150px;
}

.top-info {
    display: flex;
    align-items: center;
}

.slider-for img {
    width: 100%;
    height: auto;
}

.slider-nav img {
    cursor: pointer;
}

.slick-prev, .slick-next {
    font-size: 20px;
    color: #333;
}

.slider.slider-nav img {
    width: 100% !important;      /* Ensure images are responsive */
    height: 100px !important;    /* Set a fixed height for images */
    object-fit: cover; /* Ensure images cover the area and maintain aspect ratio */
}

[class*="sidebar"] h3 {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 1%;
}

.whatsapp-button, .call-button  {
    width: 30%;
    margin-top: 25px;
    color: white;
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.call-button {
    background: #ff0053;
}

.whatsapp-button {
    background: #23b180;
}

.enquiry-button {
    width: 40%;
}

/* Testimonial */
.helpful-reviews .review-item {
    border: 2px #333333 solid !important;
    padding: 10px;
    margin-top: 5px;
    display: none;
}

.review-item.show {
    display: block;
}

@media (max-width: 980px) {

    .sticky-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 10px;
        width: 100%;
        background: #fff;
        display: flex;
    }

    .sticky-cta * {
        margin: 5px !important;
        border-radius: 5px;
    }

    .listing-info .enquiry-button {
        margin-top: 25px;
        background-color: #e13668;
        color: white;
        cursor: pointer;
        padding: 18px;
        border: none;
        text-align: left;
        outline: none;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 40%;
    }

    .enquiry-button.sticky {
        margin-bottom: 0;
        z-index: 9999;
        border-radius: 5px;
        font-size: 14px;
    }

    .enquiry-button.sticky:before {
        content: '';
        background: url(../assets/images/icon_email.png) no-repeat;
        background-size: 100% 100%;
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0;
    }

    .whatsapp-button.sticky:before {
        content: '';
        background: url(../assets/images/whatsapp.png) no-repeat;
        background-size: 100% 100%;
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0;
    }

    .call-button.sticky:before {
        content: '';
        background: url(../assets/images/callnow.png) no-repeat;
        background-size: 100% 100%;
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0;
    }

    .enquiry-box.sticky {
        position: fixed;
        bottom: 66px;
        left: 0;
        width: 91%;
        display: block;
        background: #eeeeee;
        z-index: 9999;
        display: none;
    }
}

@media (min-width: 981px) {

    .sticky-cta {
        display: none;
    }

}

/* Editor Review */
.editor-review-box.content-box.content-row img {
    height: 100%;
    object-fit: cover !important;
}

/* Homepage Search */
.job-listing-search-form.homepage .search-form-row {
    display: block;
    width: 100%;
}

.job-listing-search-form.homepage .search-form-row .search-form-group {
    margin-bottom:20px;
}

.job-listing-search-form.homepage .search-submit-button {
    background-color: #ff6633;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    text-align: center;
    width: 100%;
}

.link-advanced-search {
    color: #ffffff!important;
    font-size: 12px;
    text-decoration: underline;
    text-align: center;
    margin: 15px;
    display: block;
}

.link-advanced-search:hover {
    color: #ffff00!important;
    text-decoration: underline;
}

/* Filter Bar */
/* #job-listing-search-form {
    display: none;
} */

.job-listing-search-form button {
    color: white;
    background: #e3720c;
    border-radius: 30px;
    border: 2px solid #ffffff;
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
}

.job-listing-search-form select {
    padding: 10px 23px;
    border-radius: 30px;
    font-size: 13px;
    border: none;
}

.result-box span {
    border: 1px solid #666666;
    background: #ffffff;
    font-size: 12px;
    padding: 7px 10px;
    margin-right: 8px;
    border-radius: 20px;
}

.more-filter {
    background: #f5841f;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid;
    transition: all .3s ease-in;
}

.result-box, .result-box.hidden-mobile {
    display: inline-block !important;
    margin: 0px;
    white-space: nowrap;
}

.tabview-results {
    display: inline-block;
    width: 150px;
    margin: 0 5px;
    float: none;
    vertical-align: top;
}

#tab-view-bar {
    display: contents;
}

#orderBydd {
    padding: 8px 10px;
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 14px;  
}

.search-directory-bar .container {
    padding-top: 20px !important;
    padding-bottom: 10px;
}

.content-box.content-row {
  padding-bottom: 20px;
}

option.neighborhood-child::before {
  content: '--';
  padding: 0 10px;
  color: #000;
}

.city-parent {
  font-weight: bold;
}

.review-count {
  text-wrap: nowrap;
}

.filter-right {
    display: flex;
    place-content: end;

}

@media (max-width: 979px) {
    .search-directory-bar .row .col-md-4 .tabview-results {
        display: none;
    }

    /* .search-container select {
        max-width: 170px !important;
    } */

    .search-container .search-form-group {
        display: inline-flex;
        width: auto !important;
    }

    .search-container .search-form-group.submit, .search-container button.search-submit-button {
        width: 100% !important;
    }

}

.tabview-results {
    float: left !important;
}

.nav-tabs {
    border: none !important;
}


.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 11px;
}

.bootstrap-select .btn {

    background-image:none;
    color: #888;
    box-shadow:none;
    outline: none;
    background-color: #fff;
    border: 1px solid #d8d8d8;

}

.btn-group-vertical>.btn, .btn-group>.btn {
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 140px;
    padding: 10px;
    border-radius: 30px;
}

/* Search Article */
body .i-section {
    padding: 10px 0;
}

@media (max-width: 1200px) {
    body .container {
        padding: 0;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        padding: 0;
    }
}

.search-container {
    width: 100%;
    display: block;
    background: #f1f1f1;
    
}

.search-results-container {
    background: #fff;
    padding-top: 20px;
}

@media (max-width: 767px) { 
    #orderBydd {
        display: none;
    }
}

/* Single Article */
.overview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.language-avl, .article-main {
    padding: 20px;
}

.single-job_listing.type-job .search-container {
    margin-top: 85px;
    margin-bottom: 50px;
}

.search-form-group {
    display: inline-block;
    width: -webkit-fill-available;
}

.space-between {
    display: flex;
    align-items: center;
    place-content: space-between;
}

/* Search Event */
.search-results-container .container{
    padding: 0;
}

.search-results-container .container > .span12{
    margin: 0;
}

[class*="sidebar"] h3 {
    padding: 10px !important;
}

.search-results-container.event .info .span8 {
    padding: 0 !important;
}

.item-filter .parent-filter.fa-caret-down:before {
    padding: 4px 15px;
}

.sidebar-filters .item-filter h3 a {
    display: flex;
}

a.filter-listitem {
    text-wrap-mode: wrap;
}

/* Single Event */
.type-event-2 .tab-content {
    padding-top: 30px;
}

.list.list-category {
    display: flex;
    margin: 0;
}

.middle-info address p {
    margin: 0;
}

.middle-info address {
    padding-bottom: 10px;
    margin-bottom: 0;
}

.type-event-2 .top-info {
    display: contents;
}

.event-container {
    padding: 12px 0 10px 0;
}

.single-event .us-txt-col {
    margin-bottom: 10px;
}

button.share-button {
    border: none;
    display: flex;
    align-items: anchor-center;
}

button.share-button span {
    font-size: 11px;
}

.share-social li{display:inline-block;/* margin-left:8px; *//* font-size:12px; *//* color:#333333; *//* vertical-align:middle; */}

/* Search Jobs */
.job-full p {
    margin-bottom: 0 !important;
}

.contact-col {
    word-break: break-word;
}

/* Single Job */
.single-job_listing.type-job .content-box.content-row {
    padding-bottom: 0;
}

.single-job_listing.type-job .overview h3 {
    margin: 0;
}

.single-job_listing.type-job .content-row h3 .title {
    margin-bottom: 10px;
}

.single-job_listing.type-job address p {
    margin: 0 !important;
}

.single-job_listing.type-job .overview h3 span {
    font-size: inherit;
}

.virtual-tours .slick-track, .featured-events .slick-track, .jobs-posting .slick-track, .full-width-grey .slick-track, .globar-banner-row .slick-track {
    margin: 0 !important;
}

.jobs-posting img {
    height: 100px;
    object-fit: contain;
}

/* Banner */
.bpresponsive.slick-slider {
    margin: 0;
}

/* .banner-top-desktop .slick-slider div {
    width: 100% !important;
} */

/*  --- Existing Kiddy123 Styling ---  */

/*Rate Starts*/
.stars-rating {
    background: url(../assets/images/mask-stars-white.png) no-repeat left center scroll #16a085;
    background-size: 100%;
    display: inline-block;
    height: 15px;
    width: 70px;
    margin-bottom: -2px;
}

.stars-rating.grey {
    background: url(../assets/images/mask-stars-gray.png) no-repeat left center scroll #16a085;
    background-size: 100%;
}

.stars-rating [class*="rate-"] {
    height: 15px;
    float: right;
    background: url(../assets/images/mask-stars-white.png) no-repeat left center scroll #cccccc;
    background-size: 70px;
}

.review-top .stars-rating [class*="rate-"] {
    background-color: #ccc;
}

.item-preview .stars-rating [class*="rate-"] {
    float: right;
}

.span12>.flex-box-group>.item-preview .stars-rating [class*="rate-"] {
    float: right;
}

.stars-rating .rate-0 {
    width: 100%;
}

.stars-rating .rate-1 {
    width: 82%;
}

.stars-rating .rate-2 {
    width: 60%;
}

.stars-rating .rate-3 {
    width: 40%;
}

.stars-rating .rate-4 {
    width: 20%;
}

.stars-rating .rate-5 {
    width: 0;
}

/*Listing revamp 28/02/22*/

.listing-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.listing-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.essential-content .extra-fields h3 {
    margin-bottom: 15px!important;
}

.essential-content .extra-fields p {
    border-bottom: 1px #cacaca solid!important;
    padding-bottom: 15px!important;
    overflow: auto;
}

.essential-content .extra-fields p strong {
    font-weight: bold!important;
    color: #333333;
}

.editor-review-section .editor-review-box {
    /*margin-top: 0!important;*/
}

.editor-review-section .editor-thumb {
    width: 30%;
}

.editor-review-section .review-text {
    width: 56%;
    padding: 10px 15px;
}

.editor-review-section .review-p {
    font-size: 14px!important;
    line-height: 21px!important;
}

.editor-review-section .editor-review-box .btn-read-review {
    margin: 10px 0 5px!important;
}

.editor-review-section .editor-review-box .btn-read-review a {
    padding: 8px 15px!important;
    font-size: 13px!important;
}

.listing-info .contact-col {
    width: 80%!important;
    font-size: 14px;
    color: #333333;
}

.listing-info .contact-col a,
.listing-info .contact-col a:hover {
    text-decoration: none;
    color: #333333;
}

.listing-info-box .icons-contact:before {
    margin-right: 10px;
    background-size: 100% 100%!important;
    background-position: center center!important;
    width: 25px;
    height: 25px;
}

.social-links .icons-contact:before {
    width: 20px!important;
    height: 20px!important;
    margin-right: 30px!important;
}


/* Listing info icons replacement */

.listing-info-box .icons-address:before {
    background: url(../assets/images/icon_address_solid_grey.png) no-repeat;
}

.listing-info-box .icons-phone:before {
    background: url(../assets/images/icon_phone_solid_grey.png) no-repeat;
}

.listing-info-box .icons-fax:before {
    background: url(../assets/images/icon_fax_solid_grey.png) no-repeat;
}

.listing-info-box .icons-email:before {
    background: url(../assets/images/icon_email_solid_grey.png) no-repeat;
}

.listing-info-box .icons-website:before {
    background: url(../assets/images/icon_website_solid_grey.png) no-repeat;
}

.listing-info-box .icons-link:before {
    background: url(../assets/images/icon_link_solid_grey.png) no-repeat;
    content: '';
}

.listing-info-box .icons-fb:before {
    background: url(../assets/images/icon_fb_solid.png) no-repeat;
    content: '';
}

.listing-info-box .icons-twitter:before {
    background: url(../assets/images/icon_twitter_solid.png) no-repeat;
    content: '';
}

.listing-info-box .icons-insta:before {
    background: url(../assets/images/icon_insta_solid.png) no-repeat;
    content: '';
}

.listing-info-box .icons-youtube:before {
    background: url(../assets/images/icon_youtube_solid.png) no-repeat;
    content: '';
}

.listing-info-box .icons-contact,
.listing-info-box .social-links {
    padding: 0 10px;
}

.listing-info-box .social-links .icons-contact {
    padding: 0px;
}

.contact_info_listing {
    margin: 0!important;
}

.contact_info_listing h3,
.enquiry-box h3 {
    background-color: transparent!important;
    border: none!important;
    padding: 20px !important;
    padding-bottom: 10px !important;
}

.listing-info-box {
    border: 1px #999999 solid;
    border-radius: 5px;
    margin: 0 0 10px!important;
}

.listing-info-box.article {
  border: none;
  border-radius: 0px;
  margin: 0!important;
}

.enquiry-box {
    margin-left: 0!important;
    margin-top: 15px;
    padding: 10px 0;
}

.enquiry-box::before {
    content: "";
    border-top: #999999 solid 1px;
    display: block;
}

.enquiry-box .user-contact-form {
    display: block!important;
    background: transparent!important;
    border: none!important;
    border-radius: 0!important;
}

.enquiry-box .user-contact-form form {
    padding: 0!important;
}

.enquiry-box .us-btn-row {
    width: 95%!important;
}

.enquiry-box .btn-submit {
    border-radius: 25px!important;
    width: inherit!important;
    margin: 0
}

.enquiry-box .note {
    color: #333333!important;
    margin: 15px 10px 0!important;
    text-align: center;
}

.enquiry-box .note a {
    color: #333333!important;
    font-weight: bold!important;
}

.enquiry-button {
    display: none;
}

@media (max-width: 980px) {
	.listing-info-box{
		padding: 0 10px 20px;
	}
	
    .enquiry-box::before,
    .enquiry-box h3 {
        display: none;
    }
    .listing-info .enquiry-button {
        margin-top: 25px;
        background-color: #e13668;
        color: white;
        cursor: pointer;
        padding: 18px;
        border: none;
        text-align: left;
        outline: none;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        display: block;
    }

    button.enquiry-button.active {
        background-color: #505050;
    }
    .enquiry-box {
        margin: 0;
        padding: 10px 18px;
        display:none;
        
    }
	
	.enquiry-box.sticky {
		position: fixed;
		bottom: 66px;
		left: 0;
		width:91%;
		display:block;
		background: #eeeeee;
		display:none;
	}
	
	.enquiry-button.sticky{
		margin-bottom: 0;
		padding: 15px 18px 14px;
        border-radius: 5px;
        font-size:14px;
	}

}

.listing-info-box .social-links {
    margin-top: 20px;
}

.social-links .icons-contact {
    display: inline-block;
}

.featured-events-promo .items-row {
    padding: 0;
	padding: 0!important;
}

.featured-events-promo .items-col {
    width: 263px;
}

.featured-events-promo .slick-prev {
    left: 10px;
}

.featured-events-promo .slick-next {
    right: 10px;
}

.featured-events-promo .item-image {
    min-height: 261px;
    max-height: 261px;
}

.featured-events-promo .item-image img {
    width: 100%;
    height: 100%;
}

.featured-events-promo .ptime {
    color: #999999;
    /* background: #67bf67;*/
    padding: 0;
    border-radius: 5px;
    display: -webkit-inline-box;
}

.featured-events-promo .items-describe2 {
    margin: 0 8px;
}

.featured-events-promo .items-col {
    margin: 0 6px!important;
}

@media (max-width:480px) {
    .featured-events-promo .span4 {
        margin: 0 6px 0 0!important;
        width: 300px!important;
    }
    .featured-events-promo .item-image {
        min-height: 300px;
        max-height: 300px;
    }
    .featured-events-promo .items-describe2 {
        margin: 0 5px;
    }
}


/* article contact info */

.contact-info {
    border: 1px solid #008ca1;
    padding: 10px 10px 55px;
    border-radius: 0;
    position: relative;
}

@media (max-width:480px) {
.contact-info {

    padding: 10px;

}
}


.contact-info h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    color: #008ca1;
    margin: 10px 0 20px 8px;
}

.contact-info .span7 {
    margin-bottom: 20px;
}

.icons-address:before {
    content: '';
    background: url(../assets/images/icon_address_solid_green.png) no-repeat;
    vertical-align: top!important;
}

.icons-phone:before {
    content: '';
    background: url(../assets/images/icon_phone_solid_green.png) no-repeat;
    vertical-align: text-top!important;
}

.icons-fax:before {
    content: '';
    background: url(../assets/images/icon_fax_solid_green.png) no-repeat;
}

.icons-website:before {
    content: '';
    background: url(../assets/images/icon_website_solid_green.png) no-repeat;
}

.icons-email:before {
    content: '';
    background: url(../assets/images/icon_email_solid_green.png) no-repeat;
}

.icons-date:before {
    content: '';
    background: url(../assets/images/icon_date_solid_green.png) no-repeat;
}

.icons-time:before {
    content: '';
    background: url(../assets/images/icon_time_solid_green.png) no-repeat;
}

.icons-contact-name:before {
    content: '';
    background: url(../assets/images/icon_contact_name_solid_green.png) no-repeat;
}

.icons-contact:before {
    background-size: 100% 100%;
    background-position: center center;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    /*border-radius:50%;*/
    vertical-align: middle;
}

.contact-col {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    padding: 5px;
    font-size: 13px;
    color: #666666;
    word-break: break-word;
}

.show-inline {
    display: inline-block!important;
    width: 80%;
    padding: 4px 0;
}

.icons-address .contact-col {
    margin-top: -4px;
}

.icons-phone .contact-col {
    font-weight: bold;
    vertical-align: text-top;
    margin-top: -4px;
}

.number-display {
    display: inline-block;
    font-weight: bold;
}

.show-number-btn {
    display: inline-block;
    /*border:1px solid #ff8a00;*/
    border: 1px solid #2980B9;
    padding: 3px 8px;
    margin: 0 0 0 5px;
    /*color: #ff8a00!important;*/
    color: #2980B9!important;
    border-radius: 20px;
}

.show-number-btn:hover {
    color: #ffffff!important;
    background: #2980B9;
    /*background:#ff8a00;*/
}

.mention-note {
    padding: 5px 15px;
    background: #ccffcc;
    color: #339933;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    text-shadow: #ffffff 1px 1px 1px;
    display: block;
    border: 1px solid #66cc66;
    border-radius: 5px;
    margin: 5px 0 5px -25px;
    width: 100%;
    position: relative;
}

.summary-contact .mention-note {
    width: 130%;
}

.mention-note.article {
    font-size: 12px;
    margin: 5px 0;
    word-break: break-word;
    width: 100%;
}

@media (max-width:767px) {
    .show-inline {
        width: 100%;
    }
    .mention-note,
    .mention-note.article,
    .summary-contact .mention-note {
        font-size: 13px;
        line-height: 16px;
        margin: 10px 0;
        width: 90%;
    }
}

/**

* eDirectory - Blog Module

*

* @package			layout

* @filesource		article.css

* @author			Arca Solutions

* @copyright		Copyright (c) 2009, Arca Solutions Inc.

* @version			eDirectory 9.3

* @since			August, 17, 2017

*			

*/

@media (min-width:770px){
    .tab-container{
        max-width:700px;	
    }
    }
    
    #tab_overview a{
        
        background-color: #ffffff!important;
        color:#2980b9!important;
        font-size:16px;
        font-weight:bold;
        border-top:1px solid #2980b9;
        border-right:1px solid #2980b9;
        border-left:1px solid #2980b9;
        border-bottom:none;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-left:8px;
        padding: 10px 30px!important;
    }
    
    #tab_overview a:hover{
        opacity:1;	
    }
    
    .tab-review a{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-position: 20px 7px!important;
    }
    
    @media (max-width:767px){
    
    .tab-review a{
        padding: 8px 8px 12px!important;
    }
        
    }
    
    .tab-article-lang{
        float:right;
    }
    
    .tab-article-lang a{
        font-size:14px!important;
        color:#ffffff!important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 10px 35px!important;
        vertical-align:middle;
    }
    
    #tab_article_lang_en a{
        background-color:#ff7f50;
    }
    
    #tab_article_lang_bm a{
        background-color:#67bf67;
    }
    
    #tab_article_lang_cn a{
        background-color:#ea3f96;
    }
    
    
    @media (max-width:767px){
    
    .tabs.nav-tabs > li a{
        background-image:none;
        text-indent:-999px;
    }
    
    #tab_overview a{
        background:url(../assets/images/icons-detail-overview.png) no-repeat!important;
        background-position:center center!important;
        background-color:#ffffff!important;
        
    }
    
    #tab_article_lang_en a{
        background:url(../assets/images/icons-detail-en.png) no-repeat!important;
        background-position:center center!important;
        background-color:#ff7f50!important;
    }
    
    #tab_article_lang_cn a{
        background:url(../assets/images/icons-detail-chinese.png) no-repeat!important;
        background-position:center center!important;
        background-color:#ea3f96!important;
    }
    
    #tab_article_lang_bm a{
        background:url(../assets/images/icons-detail-bm.png) no-repeat!important;
        background-position:center center!important;
        background-color:#67bf67!important;
    }
    
    .tabs.nav-tabs > li {
        max-width: 80px!important;
    }
        
    }
    
    .overview{
        display:table;
        width:100%;
        letter-spacing:.5px;
    }
    
    .overview div.orange{
        background-color: #ff7f50;
    }
    
    .overview div.grey{
        background-color: #eeeeee;
    }
    
    .overview .margin-0{
        margin:0;
    }
    
    .overview .margin-top-0{
        margin-top:0;
    }
    
    .overview .margin-bottom-0{
        margin-bottom:0;
    }
    
    .overview .margin-left-0{
        margin-left:0;
    }
    
    .overview .margin-right-0{
        margin-right:0;
    }
    
    .overview .margin-5{
        margin:5px;
    }
    
    .overview .margin-top-5{
        margin-top:5px;
    }
    
    .overview .margin-bottom-5{
        margin-bottom:5px;
    }
    
    .overview .margin-left-5{
        margin-left:5px;
    }
    
    .overview .margin-right-5{
        margin-right:5px;
    }
    
    .overview .margin-10{
        margin:10px;
    }
    
    .overview .margin-top-10{
        margin-top:10px;
    }
    
    .overview .margin-bottom-10{
        margin-bottom:10px;
    }
    
    .overview .margin-left-10{
        margin-left:10px;
    }
    
    .overview .margin-right-10{
        margin-right:10px;
    }
    
    .overview .margin-20{
        margin:20px;
    }
    
    .overview .margin-top-20{
        margin-top:20px;
    }
    
    .overview .margin-bottom-20{
        margin-bottom:20px;
    }
    
    .overview .margin-left-20{
        margin-left:20px;
    }
    
    .overview .margin-right-20{
        margin-right:20px;
    }
    
    .overview .margin-30{
        margin:30px;
    }
    
    .overview .margin-top-30{
        margin-top:30px;
    }
    
    .overview .margin-bottom-30{
        margin-bottom:30px;
    }
    
    .overview .margin-left-30{
        margin-left:30px;
    }
    
    .overview .margin-right-30{
        margin-right:30px;
    }
    
    .overview .padding-0{
        padding:0;
    }
    
    .overview .padding-top-0{
        padding-top:0;
    }
    
    .overview .padding-bottom-0{
        padding-bottom:0;
    }
    
    .overview .padding-left-0{
        padding-left:0;
    }
    
    .overview .padding-right-0{
        padding-right:0;
    }
    
    .overview .padding-5{
        padding:5px;
    }
    
    .overview .padding-top-5{
        padding-top:5px;
    }
    
    .overview .padding-bottom-5{
        padding-bottom:5px;
    }
    
    .overview .padding-left-5{
        padding-left:5px;
    }
    
    .overview .padding-right-5{
        padding-right:5px;
    }
    
    .overview .padding-10{
        padding:10px;
    }
    
    .overview .padding-top-10{
        padding-top:10px;
    }
    
    .overview .padding-bottom-10{
        padding-bottom:10px;
    }
    
    .overview .padding-left-10{
        padding-left:10px;
    }
    
    .overview .padding-right-10{
        padding-right:10px;
    }
    
    .overview .padding-15{
        padding:15px;
    }
    
    .overview .padding-top-15{
        padding-top:15px;
    }
    
    .overview .padding-bottom-15{
        padding-bottom:15px;
    }
    
    .overview .padding-left-15{
        padding-left:15px;
    }
    
    .overview .padding-right-15{
        padding-right:15px;
    }
    
    .overview .padding-20{
        padding:20px;
    }
    
    .overview .padding-top-20{
        padding-top:20px;
    }
    
    .overview .padding-bottom-20{
        padding-bottom:20px;
    }
    
    .overview .padding-left-20{
        padding-left:20px;
    }
    
    .overview .padding-right-20{
        padding-right:20px;
    }
    
    .overview .padding-25{
        padding:25px;
    }
    
    .overview .padding-top-25{
        padding-top:25px;
    }
    
    .overview .padding-bottom-25{
        padding-bottom:25px;
    }
    
    .overview .padding-left-25{
        padding-left:25px;
    }
    
    .overview .padding-right-25{
        padding-right:25px;
    }
    
    .overview .padding-30{
        padding:30px;
    }
    
    .overview .padding-top-30{
        padding-top:30px;
    }
    
    .overview .padding-bottom-30{
        padding-bottom:30px;
    }
    
    .overview .padding-left-30{
        padding-left:30px;
    }
    
    .overview .padding-right-30{
        padding-right:30px;
    }
    
    .overview h1{
        font-size: 32px;
        line-height: 38px;
        color:#333333;
        margin:15px 0 10px;	
        font-weight:bold;
    }
    
    .overview h2{
        font-size: 28px;
        line-height: 32px;
        color:#333333;
        margin:5px 0 15px;
    }
    
    .overview h3{
        font-size: 24px;
        line-height: 28px;
        color:#333333;
        margin:5px 0 15px;
    }
    
    .overview h4{
        font-size: 20px;
        line-height: 24px;
        color: #333333;
        margin: 0 0 10px;
    }
    
    .overview h5{
        font-weight: bold;
        font-size: 16px;
        line-height:18px;
        color:#333333;
        margin: 0 0 12px;
    }
    
    .overview .bold{
        font-weight:bold;
        text-align:inherit;
    }
    
    .overview h1 span {
        color: #ff8a00;
        font-size: 38px;
        line-height: 38px;
    
    }
    
    .overview h2 span {
        color: #ff8a00;
        font-size: 32px;
        line-height: 32px;
    
    }
    
    .overview h3 span {
        color: #ff8a00;
        font-size: 28px;
        line-height: 28px;
    }
    
    .overview h4 span {
        color: #ff8a00;
        font-size: 24px;
        line-height: 24px;
    
    }
    
    .overview h5 span {
        color: #ff8a00;
        font-size: 18px;
        line-height: 18px;
    
    }
    
    .overview h1 span,.overview h2 span,.overview h3 span,.overview h4 span, .overview h5 span {
        font-weight: bold;
        display: inline-block;
        /*vertical-align: text-top;*/
        margin: 0 5px 0 0;
    }
    
    .overview p{
        font-size:15px;
        line-height:19px;
        text-align:justify;
    }
    
    .overview a{
        word-break:break-word;
    }
    
    .overview .note{
        font-size:13px;
        line-height:18px;
        text-align:left;
        color:#333333;
    }
    
    .overview .note a{
        color:#2980B9;
    }
    
    .overview form .note{
        color:#333333;
        margin: 15px 10px 0!important;
        text-align: center;
    
    }
    
    .overview form .note a{
        color:#333333!important;
        font-weight: bold!important;
        text-decoration: underline;
    }
    
    
    .inline{
        display:inline;	
    }
    
    .inline-block{
        display:inline-block;	
    }
    
    .overview hr{
        border-top: 1px dashed #999999;
        margin: 20px 0px;
    }
    
    .overview address{
        padding-bottom: 8px;
        word-break:break-all;
    }
    
    .article-main{
        overflow:hidden;
        max-height:450px;
        margin:0px!important;
        padding:0px;
    }
    
    .article-main img{
    
    }
    
    .no-link img{
        width:100%;
    }
    
    .image-caption{
        display:none;		
    }
    
    .gallery-overview{
        padding:0!important;
    }
    
    .article-publisher{
        margin:0 0 10px!important;
        /*text-align:left;
        background: #e13668;
        padding: 10px 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top: 3px solid #2980b9;*/
    }
    
    .article-publisher p{
        color: #666666;	
        font-size:14px;
        font-weight: bold;
    }
    
    .article-publisher p a,.author-name b{
        color: #e13668;	
    }
    
    .article-publisher p:before, .article-publisher p:after{
       /* content: '•';
        vertical-align: middle;
        margin: 0 8px;
        font-size: 24px;
        font-style: normal;*/
    }
    
    .pdate{
        color:#999999;	
    }
    
    .overview ul.list li a{
        font-size:12px;
        font-style: italic;
        color:#333333;
    }
    
    .overview ul.list li{
        margin:0!important;
        padding:0;
    }
    
    .overview ul.list li:first-child:before{
        display:none;
    }
    
    .overview ul.list li:before{
        content:'•';
        font-size:15px;
        color:#999999;
        margin: 0 5px;	
        vertical-align:middle;
    }
    
    .tag-row{
        margin:0!important;
        /*border-bottom: 1px dashed #cccccc;	*/
    }
    
    .tag-col{
        padding: 10px;
        border-bottom-left-radius:5px;
        border-bottom-right-radius:5px;
        background:#eeeeee;	
    }
    
    table{
        width:100%;
        margin:10px 0;
    }
    
    table th p, table td p{
     text-align:left!important;	
    }
    
    table th p.center, table td p.center{
     text-align:center!important;	
    }
    
    table th p.right, table td p.right{
     text-align:right!important;	
    }
    
    table.grey, table.white{
        border-width: 1px;
        border-color: #CCCCCC;
        border-collapse: collapse;
    }
    
    table.grey tr:nth-child(even) td{
            background-color: #f9f9f9;
    }
    
    table.grey td {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #dddddd;
        background-color: #eeeeee;
    }
    
    table.white td {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #dddddd;
        background-color: #ffffff;
    }
    
    table p, table h4, table h5 {
        padding:0;
        margin:5px!important;
    }
    
    table.grey th{
        padding:8px;
        background:#333333;
        border: 1px solid #ffffff;
    }
    
    table.grey th p{
        color:#ffffff;
    }
    
    table.white th{
        padding:8px;
        background:#999999;
        border: 1px solid #ffffff;
    }
    
    table.white th p{
        color:#ffffff;
    }
    
    @media screen and (max-width: 700px) {
    .table-scrolling {
        max-width: 600px; margin-bottom: 20px; overflow-x: auto;
    }
    
    .table-scrolling table{
        width:100%;
    }
    }
    
    @media screen and (max-width: 600px) {
    .table-scrolling {
        max-width: 500px; margin-bottom: 20px; overflow-x: auto;
    }
    
    }
    
    @media screen and (max-width: 415px) {
    .table-scrolling {
        max-width: 384px; margin-bottom: 20px; overflow-x: auto;
    }
    
    .table-scrolling table{
        width:100%;
    }
    }
    
    @media screen and (max-width: 376px) {
    .table-scrolling {
        max-width: 345px; margin-bottom: 20px; overflow-x: auto;
    }
    
    }
    
    @media screen and (max-width: 360px) {
    .table-scrolling {
        max-width: 330px; margin-bottom: 20px; overflow-x: auto;
    }
    
    }
    
    @media screen and (max-width: 320px) {
    .table-scrolling {
        max-width: 290px; margin-bottom: 20px; overflow-x: auto;
    }
    
    }
    
    
    @media screen and (max-width: 500px) {
      table.responsive {
        border: 0;
      }
      
      table.responsive thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
      }
      
      table.responsive tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 10px;
      }
      
      table.responsive td {
        border-bottom: 1px solid #ddd;
        display: block;
        padding:25px;
        width:100%!important;
      }
      
      table.responsive.shorttext td p {
          
          text-align: right!important;
      
       }
      
      table.responsive td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        font-size: 18px;
        width:100%;
        color: var(--my-font-color);
        margin-bottom:5px;
      }
      
      table.responsive.shorttext td::before {
          
          width:inherit;
      }
      
      table.responsive td:last-child {
        border-bottom: 0;
      }
      
      table.responsive ul{
          margin-top:40px;
          display:block;
          width:100%;
      }
    }
      
    .col-xs-1 p, .col-sm-1 p, .col-md-1 p, .col-lg-1 p, .col-xs-2 p, .col-sm-2 p, .col-md-2 p, .col-lg-2 p, .col-xs-3 p, .col-sm-3 p, .col-md-3 p, .col-lg-3 p, .col-xs-4 p, .col-sm-4 p, .col-md-4 p, .col-lg-4 p, .col-xs-5 p, .col-sm-5 p, .col-md-5 p, .col-lg-5 p, .col-xs-6 p, .col-sm-6 p, .col-md-6 p, .col-lg-6 p, .col-xs-7 p, .col-sm-7 p, .col-md-7 p, .col-lg-7 p, .col-xs-8 p, .col-sm-8 p, .col-md-8 p, .col-lg-8 p, .col-xs-9 p, .col-sm-9 p, .col-md-9 p, .col-lg-9 p, .col-xs-10 p, .col-sm-10 p, .col-md-10 p, .col-lg-10 p, .col-xs-11 p, .col-sm-11 p, .col-md-11 p, .col-lg-11 p, .col-xs-12 p, .col-sm-12 p, .col-md-12 p, .col-lg-12 p{
        margin:0 0 10px;
    }
    
    .overview p.quote {
        color: #333333;
        /* margin: 0 12%; */
        font-style: italic;
        text-align: center;
        background: #eeeeee;
        border-radius: 5px;
        padding: 20px 24px;
    }
    
    .overview span.q_mark{
        position:relative;
    }
    
    .overview span.q_mark:before{
        content:'\201C';
        font-size: 60px;
        font-family: sans-serif;
        display: inline-block;
        vertical-align: -webkit-baseline-middle;
        margin: 0 10px -15px 0;
        color:#2980b9;
    }
    
    .overview span.q_mark:after{
        content:'\201D';
        font-size: 60px;
        font-family: sans-serif;
        display: inline-block;
        vertical-align: -webkit-baseline-middle;
        margin: 0 -20px -15px 0;
        color: #2980b9;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    
    .overview p.quote .name,.overview p.quote .name2 {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        display: block;
        color:#2980b9;
        margin: 5px 0 0;
    }
    
    .overview p.quote .name:before{
        content:'said ';	
    }
    
    .overview ul{
        list-style-position:outside;
        list-style:disc;
        font-size:15px;
        color:#333333;
    }
    
    .overview ul ul{
        list-style:none;
    }
    
    .overview ul ul ul{
        margin: 5px 0 0 10px;
    }
    
    .overview ul ul li:before{
        content:' - ';
        display:inline-block;
        vertical-align:middle;
        font-size:15px;
        margin-right:8px;
        margin-top: -4px;
    }
    
    .overview ul ul ul li:before{
        content:' ◽ ';
    }
    
    .overview ul ul li p{
        display: inline-block;
        width: 90%;
        vertical-align: top;
    }
    
    .overview ol{
        font-size:15px;
        color:#333333;
        margin-left: 0;
        padding-right: 0;
        list-style-type: none;
    }
    
    .overview ol > li{
        margin: 0 0 0.5rem 30px;
      counter-increment: my-awesome-counter;
      position: relative;
    }
    
    .overview ol > li::before {
        content: counter(my-awesome-counter);
        font-size: 15px;
        background-color: #cccccc;
        font-size: 18px;
      font-weight: bold;
      position: absolute;
      --size: 24px;
      left: calc(-1 * var(--size) - 10px);
      line-height: var(--size);
      width: var(--size);
      height: var(--size);
      top: 0;
        color:#ffffff;
      
      border-radius: 50%;
      text-align: center;
    }
    
    .overview ol.dark-bg > li {
      
    }
    
    .overview ol.dark-bg > li::before {
      content: counter(my-awesome-counter);
      color: #fcd000;
      background-color: #333333;
        transform: rotate(-10deg);
      
    }
    
    .overview li{
        margin:0 0 10px 15px;
    }
    
    .overview ul ul li{
        margin:0 0 10px;
    }
    
    .overview ol > li:before, .overview ol > li p{
        display:inline-block;
    }
    
    .overview ol li p{
        margin-bottom:10px;
    }
    
    h1.white, h2.white, h3.white, h4.white, h5.white, span.white, p.white, a.white{
        color:#ffffff!important;
    }
    
    h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, span.blue, p.blue, a.blue{
        color:#2980b9!important;
    }
    
    h1.blue2, h2.blue2, h3.blue2, h4.blue2, h5.blue2, span.blue2, p.blue2, a.blue2{
        color:#283593!important;
    }
    
    h1.green, h2.v, h3.green, h4.green, h5.green, span.green, p.green, a.green{
        color:#008ca1!important;
    }
    
    h1.green2, h2.green2, h3.green2, h4.green2, h5.green2, span.green2, p.green2, a.green2{
        color:#67bf67!important;
    }
    
    h1.green3, h2.green3, h3.green3, h4.green3, h5.green3, span.green3, p.green3, a.green3{
        color:#149f84!important;	
    }
    
    h1.red, h2.red, h3.red, h4.red, h5.red, span.red, p.red, a.red{
        color:#e13668!important;
    }
    
    h1.red2, h2.red2, h3.red2, h4.red2, h5.red2, span.red2, p.red2, a.red2{
        color:#ed1c24!important;
    }
    
    h1.pink, h2.pink, h3.pink, h4.pink, h5.pink, span.pink, p.pink, a.pink{
        color:#ea3f96!important;
    }
    
    h1.pink2, h2.pink2, h3.pink2, h4.pink2, h5.pink2, span.pink2, p.pink2, a.pink2{
        color:#F15985!important;
    }
    
    h1.orange, h2.orange, h3.orange, h4.orange, h5.orange, span.orange, p.orange, a.orange{
        color:#f18525!important;
    }
    
    h1.purple, h2.purple, h3.purple, h4.purple, h5.purple, span.purple, p.purple, a.purple{
        color:#7d2b8b!important;
    }
    
    h1.grey, h2.grey, h3.grey, h4.grey, h5.grey, span.grey, p.grey, a.grey{
        color:#cccccc!important;
    }
    
    h1.grey2, h2.grey2, h3.grey2, h4.grey2, h5.grey2, span.grey2, p.grey2, a.grey2{
        color:#999999!important;
    }
    
    h1.black, h2.black, h3.black, h4.black, h5.black, span.black, p.black, a.black{
        color:#333333!important;
    }
    
    .overview h3{
        background-color: transparent!important;	
    }
    
    .overview div.blue{
        background-color:#2980b9!important;
    }
    
    .overview div.blue2{
        background-color:#283593!important;
    }
    
    .overview div.green{
        background-color:#008ca1!important;
    }
    
    .overview div.green2{
        background-color:#67bf67!important;
    }
    
    
    .overview div.green3{
        background-color:#149f84!important;
    }
    
    .overview div.red{
        background-color:#e13668!important;
    }
    
    .overview div.red2{
        background-color:#ed1c24!important;
    }
    
    .overview div.pink{
        background-color:#ea3f96!important;
    }
    
    .overview div.pink2{
        background-color:#F15985!important;
    }
    
    .overview div.orange{
        background-color:#f18525!important;
    }
    
    .overview div.purple{
        background-color:#7d2b8b!important;
    }
    
    .overview div.grey{
        background-color:#eeeeee!important;
    }
    
    
    .overview div.grey2{
        background-color:#cccccc!important;
    }
    
    .overview div.black{
        color:#333333!important;
    }
    
    
    .item-dsc{
        padding:30px 20px 10px;
    }
    
    .item-dsc p{
        font-size:13px!important;
        line-height:17px;
        margin:0 0 5px;
    }
    
    .bg-grey{
        background:#f9f9f9;
    }
    
    .border-bottom-dashed{
        border-bottom:1px dashed #cccccc;
        margin: 10px 0;
        padding:10px 0; 	
        
    }
    
    .overview img.wide{
        width:100%;	
    }
    
    .language-avl{
        margin:20px 0 5px!important
        
    }
    
    .language-avl a{
        font-style:italic;
        font-weight:bold;
    }
    
    a.listing-name, a.special-link{
        color:#2980b9;
        font-weight:bold;
        border-bottom:1px dotted #2980b9;
    }
    
    .language-avl a.en{
        color:#ff7f50;
        border-bottom:1px dotted #ff7f50;
    }
    
    .language-avl a.cn{
        color:#ea3f96;
        border-bottom:1px dotted #ea3f96;
    }
    
    .language-avl a.bm{
        color:#67bf67;
        border-bottom:1px dotted #67bf67;
    }
    
    a.click-more{
        font-size:15px;
        color:#f18525!important;
        margin: 15px 0;
        display: inline-block;
        vertical-align: middle;
        border-bottom: 2px solid;
    }
    
    a.click-more:after{
        content:'>';
        display:inline-block;
        color:#f18525;	
        font-size:14px;
        font-weight:bold;
        vertical-align:middle;
        margin:0 0 0 5px;
    }
    
    .round{
        border-radius:50%;	
    }
    
    .round-corner{
        border-radius:5px;	
    }
    
    .round-corner-left{
        border-top-left-radius:5px;	
        border-bottom-left-radius:5px;	
    }
    
    .round-corner-right{
        border-top-right-radius:5px;	
        border-bottom-right-radius:5px;		
    }
    
    .round-corner-top{
        border-top-left-radius:5px;	
        border-top-right-radius:5px;		
    }
    
    .round-corner-bottom{
        border-bottom-left-radius:5px;	
        border-bottom-right-radius:5px;		
    }
    
    .round-corner-top-left{
        border-top-left-radius:5px;	
    }
    
    .round-corner-top-right{
        border-top-right-radius:5px;		
    }
    
    .round-corner-bottom-left{
        border-bottom-left-radius:5px;			
    }
    
    .round-corner-bottom-right{
        border-bottom-right-radius:5px;		
    }
    
    .col-middle{
        padding:0 10px 10px;
    }
    
    .col-left{
        padding:0 0px 10px 10px;
    }
    
    .col-right{
        padding:0 10px 10px 0;
    }
    
    .col-bottom{
        padding:0 0 10px 0;
    }
    
    .img-padd{
        padding: 0 1px 3px;
    }
    
    .img-padd-top{
        padding: 3px 0 0;
    }
    
    .img-padd-bottom{
        padding: 0 0 3px;
    }
    
    .img-padd-left{
        padding: 0 0 3px 2px;
    }
    
    .img-padd-right{
        padding: 0 2px 3px 0;
    }
    
    .img-padd-bottom-3{
        padding: 0 0 3px;
    }
    
    .img-padd-6{
        padding: 0 3px 6px;
    }
    
    .img-padd-left-6{
        padding: 0 0 6px 3px;
    }
    
    .img-padd-right-6{
        padding: 0 3px 6px 0;
    }
    
    .center{
        text-align:center!important;
    }
    
    .right{
        text-align:right!important;
    }
    
    
    .italic{
        font-style:italic;	
    }
    
    .bold{
        font-weight:bold;
    }
    
    .underline{
        text-decoration:underline;
    }
    
    
    .border-dashed:before{
        content:'';
    }
    
    input.contact-txt{
        height:35px!important;
        width: 100%!important;
        padding: 10px;
        margin: 5px 0 !important;
    }
    
    /* content column*/
    
    .tab-content *{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .row {
      margin-right: -15px;
      margin-left: -15px;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      position: relative;
      min-height: 1px;
    
    }
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
      float: left;
    }
    .col-xs-12 {
      width: 100%;
    }
    .col-xs-11 {
      width: 91.66666667%;
    }
    .col-xs-10 {
      width: 83.33333333%;
    }
    .col-xs-9 {
      width: 75%;
    }
    .col-xs-8 {
      width: 66.66666667%;
    }
    .col-xs-7 {
      width: 58.33333333%;
    }
    .col-xs-6 {
      width: 50%;
    }
    .col-xs-5 {
      width: 41.66666667%;
    }
    .col-xs-4 {
      width: 33.33333333%;
    }
    .col-xs-3 {
      width: 25%;
    }
    .col-xs-2 {
      width: 16.66666667%;
    }
    .col-xs-1 {
      width: 8.33333333%;
    }
    .col-xs-pull-12 {
      right: 100%;
    }
    .col-xs-pull-11 {
      right: 91.66666667%;
    }
    .col-xs-pull-10 {
      right: 83.33333333%;
    }
    .col-xs-pull-9 {
      right: 75%;
    }
    .col-xs-pull-8 {
      right: 66.66666667%;
    }
    .col-xs-pull-7 {
      right: 58.33333333%;
    }
    .col-xs-pull-6 {
      right: 50%;
    }
    .col-xs-pull-5 {
      right: 41.66666667%;
    }
    .col-xs-pull-4 {
      right: 33.33333333%;
    }
    .col-xs-pull-3 {
      right: 25%;
    }
    .col-xs-pull-2 {
      right: 16.66666667%;
    }
    .col-xs-pull-1 {
      right: 8.33333333%;
    }
    .col-xs-pull-0 {
      right: auto;
    }
    .col-xs-push-12 {
      left: 100%;
    }
    .col-xs-push-11 {
      left: 91.66666667%;
    }
    .col-xs-push-10 {
      left: 83.33333333%;
    }
    .col-xs-push-9 {
      left: 75%;
    }
    .col-xs-push-8 {
      left: 66.66666667%;
    }
    .col-xs-push-7 {
      left: 58.33333333%;
    }
    .col-xs-push-6 {
      left: 50%;
    }
    .col-xs-push-5 {
      left: 41.66666667%;
    }
    .col-xs-push-4 {
      left: 33.33333333%;
    }
    .col-xs-push-3 {
      left: 25%;
    }
    .col-xs-push-2 {
      left: 16.66666667%;
    }
    .col-xs-push-1 {
      left: 8.33333333%;
    }
    .col-xs-push-0 {
      left: auto;
    }
    .col-xs-offset-12 {
      margin-left: 100%;
    }
    .col-xs-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-xs-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-xs-offset-9 {
      margin-left: 75%;
    }
    .col-xs-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-xs-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-xs-offset-6 {
      margin-left: 50%;
    }
    .col-xs-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-xs-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-xs-offset-3 {
      margin-left: 25%;
    }
    .col-xs-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-xs-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-xs-offset-0 {
      margin-left: 0;
    }
    @media (min-width: 768px) {
      .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
      }
      .col-sm-12 {
        width: 100%;
      }
      .col-sm-11 {
        width: 91.66666667%;
      }
      .col-sm-10 {
        width: 83.33333333%;
      }
      .col-sm-9 {
        width: 75%;
      }
      .col-sm-8 {
        width: 66.66666667%;
      }
      .col-sm-7 {
        width: 58.33333333%;
      }
      .col-sm-6 {
        width: 50%;
      }
      .col-sm-5 {
        width: 41.66666667%;
      }
      .col-sm-4 {
        width: 33.33333333%;
      }
      .col-sm-3 {
        width: 25%;
      }
      .col-sm-2 {
        width: 16.66666667%;
      }
      .col-sm-1 {
        width: 8.33333333%;
      }
      .col-sm-pull-12 {
        right: 100%;
      }
      .col-sm-pull-11 {
        right: 91.66666667%;
      }
      .col-sm-pull-10 {
        right: 83.33333333%;
      }
      .col-sm-pull-9 {
        right: 75%;
      }
      .col-sm-pull-8 {
        right: 66.66666667%;
      }
      .col-sm-pull-7 {
        right: 58.33333333%;
      }
      .col-sm-pull-6 {
        right: 50%;
      }
      .col-sm-pull-5 {
        right: 41.66666667%;
      }
      .col-sm-pull-4 {
        right: 33.33333333%;
      }
      .col-sm-pull-3 {
        right: 25%;
      }
      .col-sm-pull-2 {
        right: 16.66666667%;
      }
      .col-sm-pull-1 {
        right: 8.33333333%;
      }
      .col-sm-pull-0 {
        right: auto;
      }
      .col-sm-push-12 {
        left: 100%;
      }
      .col-sm-push-11 {
        left: 91.66666667%;
      }
      .col-sm-push-10 {
        left: 83.33333333%;
      }
      .col-sm-push-9 {
        left: 75%;
      }
      .col-sm-push-8 {
        left: 66.66666667%;
      }
      .col-sm-push-7 {
        left: 58.33333333%;
      }
      .col-sm-push-6 {
        left: 50%;
      }
      .col-sm-push-5 {
        left: 41.66666667%;
      }
      .col-sm-push-4 {
        left: 33.33333333%;
      }
      .col-sm-push-3 {
        left: 25%;
      }
      .col-sm-push-2 {
        left: 16.66666667%;
      }
      .col-sm-push-1 {
        left: 8.33333333%;
      }
      .col-sm-push-0 {
        left: auto;
      }
      .col-sm-offset-12 {
        margin-left: 100%;
      }
      .col-sm-offset-11 {
        margin-left: 91.66666667%;
      }
      .col-sm-offset-10 {
        margin-left: 83.33333333%;
      }
      .col-sm-offset-9 {
        margin-left: 75%;
      }
      .col-sm-offset-8 {
        margin-left: 66.66666667%;
      }
      .col-sm-offset-7 {
        margin-left: 58.33333333%;
      }
      .col-sm-offset-6 {
        margin-left: 50%;
      }
      .col-sm-offset-5 {
        margin-left: 41.66666667%;
      }
      .col-sm-offset-4 {
        margin-left: 33.33333333%;
      }
      .col-sm-offset-3 {
        margin-left: 25%;
      }
      .col-sm-offset-2 {
        margin-left: 16.66666667%;
      }
      .col-sm-offset-1 {
        margin-left: 8.33333333%;
      }
      .col-sm-offset-0 {
        margin-left: 0;
      }
    }
    @media (min-width: 992px) {
      .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
      }
      .col-md-12 {
        width: 100%;
      }
      .col-md-11 {
        width: 91.66666667%;
      }
      .col-md-10 {
        width: 83.33333333%;
      }
      .col-md-9 {
        width: 75%;
      }
      .col-md-8 {
        width: 66.66666667%;
      }
      .col-md-7 {
        width: 58.33333333%;
      }
      .col-md-6 {
        width: 50%;
      }
      .col-md-5 {
        width: 41.66666667%;
      }
      .col-md-4 {
        width: 33.33333333%;
      }
      .col-md-3 {
        width: 25%;
      }
      .col-md-2 {
        width: 16.66666667%;
      }
      .col-md-1 {
        width: 8.33333333%;
      }
      .col-md-pull-12 {
        right: 100%;
      }
      .col-md-pull-11 {
        right: 91.66666667%;
      }
      .col-md-pull-10 {
        right: 83.33333333%;
      }
      .col-md-pull-9 {
        right: 75%;
      }
      .col-md-pull-8 {
        right: 66.66666667%;
      }
      .col-md-pull-7 {
        right: 58.33333333%;
      }
      .col-md-pull-6 {
        right: 50%;
      }
      .col-md-pull-5 {
        right: 41.66666667%;
      }
      .col-md-pull-4 {
        right: 33.33333333%;
      }
      .col-md-pull-3 {
        right: 25%;
      }
      .col-md-pull-2 {
        right: 16.66666667%;
      }
      .col-md-pull-1 {
        right: 8.33333333%;
      }
      .col-md-pull-0 {
        right: auto;
      }
      .col-md-push-12 {
        left: 100%;
      }
      .col-md-push-11 {
        left: 91.66666667%;
      }
      .col-md-push-10 {
        left: 83.33333333%;
      }
      .col-md-push-9 {
        left: 75%;
      }
      .col-md-push-8 {
        left: 66.66666667%;
      }
      .col-md-push-7 {
        left: 58.33333333%;
      }
      .col-md-push-6 {
        left: 50%;
      }
      .col-md-push-5 {
        left: 41.66666667%;
      }
      .col-md-push-4 {
        left: 33.33333333%;
      }
      .col-md-push-3 {
        left: 25%;
      }
      .col-md-push-2 {
        left: 16.66666667%;
      }
      .col-md-push-1 {
        left: 8.33333333%;
      }
      .col-md-push-0 {
        left: auto;
      }
      .col-md-offset-12 {
        margin-left: 100%;
      }
      .col-md-offset-11 {
        margin-left: 91.66666667%;
      }
      .col-md-offset-10 {
        margin-left: 83.33333333%;
      }
      .col-md-offset-9 {
        margin-left: 75%;
      }
      .col-md-offset-8 {
        margin-left: 66.66666667%;
      }
      .col-md-offset-7 {
        margin-left: 58.33333333%;
      }
      .col-md-offset-6 {
        margin-left: 50%;
      }
      .col-md-offset-5 {
        margin-left: 41.66666667%;
      }
      .col-md-offset-4 {
        margin-left: 33.33333333%;
      }
      .col-md-offset-3 {
        margin-left: 25%;
      }
      .col-md-offset-2 {
        margin-left: 16.66666667%;
      }
      .col-md-offset-1 {
        margin-left: 8.33333333%;
      }
      .col-md-offset-0 {
        margin-left: 0;
      }
    }
    @media (min-width: 1200px) {
      .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
      }
      .col-lg-12 {
        width: 100%;
      }
      .col-lg-11 {
        width: 91.66666667%;
      }
      .col-lg-10 {
        width: 83.33333333%;
      }
      .col-lg-9 {
        width: 75%;
      }
      .col-lg-8 {
        width: 66.66666667%;
      }
      .col-lg-7 {
        width: 58.33333333%;
      }
      .col-lg-6 {
        width: 50%;
      }
      .col-lg-5 {
        width: 41.66666667%;
      }
      .col-lg-4 {
        width: 33.33333333%;
      }
      .col-lg-3 {
        width: 25%;
      }
      .col-lg-2 {
        width: 16.66666667%;
      }
      .col-lg-1 {
        width: 8.33333333%;
      }
      .col-lg-pull-12 {
        right: 100%;
      }
      .col-lg-pull-11 {
        right: 91.66666667%;
      }
      .col-lg-pull-10 {
        right: 83.33333333%;
      }
      .col-lg-pull-9 {
        right: 75%;
      }
      .col-lg-pull-8 {
        right: 66.66666667%;
      }
      .col-lg-pull-7 {
        right: 58.33333333%;
      }
      .col-lg-pull-6 {
        right: 50%;
      }
      .col-lg-pull-5 {
        right: 41.66666667%;
      }
      .col-lg-pull-4 {
        right: 33.33333333%;
      }
      .col-lg-pull-3 {
        right: 25%;
      }
      .col-lg-pull-2 {
        right: 16.66666667%;
      }
      .col-lg-pull-1 {
        right: 8.33333333%;
      }
      .col-lg-pull-0 {
        right: auto;
      }
      .col-lg-push-12 {
        left: 100%;
      }
      .col-lg-push-11 {
        left: 91.66666667%;
      }
      .col-lg-push-10 {
        left: 83.33333333%;
      }
      .col-lg-push-9 {
        left: 75%;
      }
      .col-lg-push-8 {
        left: 66.66666667%;
      }
      .col-lg-push-7 {
        left: 58.33333333%;
      }
      .col-lg-push-6 {
        left: 50%;
      }
      .col-lg-push-5 {
        left: 41.66666667%;
      }
      .col-lg-push-4 {
        left: 33.33333333%;
      }
      .col-lg-push-3 {
        left: 25%;
      }
      .col-lg-push-2 {
        left: 16.66666667%;
      }
      .col-lg-push-1 {
        left: 8.33333333%;
      }
      .col-lg-push-0 {
        left: auto;
      }
      .col-lg-offset-12 {
        margin-left: 100%;
      }
      .col-lg-offset-11 {
        margin-left: 91.66666667%;
      }
      .col-lg-offset-10 {
        margin-left: 83.33333333%;
      }
      .col-lg-offset-9 {
        margin-left: 75%;
      }
      .col-lg-offset-8 {
        margin-left: 66.66666667%;
      }
      .col-lg-offset-7 {
        margin-left: 58.33333333%;
      }
      .col-lg-offset-6 {
        margin-left: 50%;
      }
      .col-lg-offset-5 {
        margin-left: 41.66666667%;
      }
      .col-lg-offset-4 {
        margin-left: 33.33333333%;
      }
      .col-lg-offset-3 {
        margin-left: 25%;
      }
      .col-lg-offset-2 {
        margin-left: 16.66666667%;
      }
      .col-lg-offset-1 {
        margin-left: 8.33333333%;
      }
      .col-lg-offset-0 {
        margin-left: 0;
      }
    }
    
    
    /*#Media Queries*/
    
    @media (min-width: 768px) { 
    
    .float-right{
        float:right;	
    }
    
    .desktop-view{
        display:none;
    }
    
    
    .mobile-view{
        display:block;
    }
    
    }
    
    @media (min-width: 769px) { 
    .desktop-view{
        display:block;
    }
    
    
    .mobile-view{
        display:none;
    }
    
    }
    
    @media (max-width: 990px) { 
    
    .overview img.wide-m{
        width:100%;	
    }
    
    .col-left, .col-right{
        padding:0px;
    }
    
    .col-middle-m{
        padding:0 10px 10px;
    }
    
    .col-bottom-m{
        padding:0 0 10px 0;
    }
    
    .img-padd-m{
        padding: 0 1px 6px;
    }
    
    .img-padd-top-m{
        padding: 6px 0 0;
    }
    
    .img-padd-bottom-m{
        padding: 0 0 6px;
    }
    
    .img-padd-left-m{
        padding: 0 0 6px 2px;
    }
    
    .img-padd-right-m{
        padding: 0 2px 6px 0;
    }
    
    .img-padd-6-m{
        padding: 0 3px 6px;
    }
    
    .img-padd-left-6-m{
        padding: 0 0 6px 3px;
    }
    
    .img-padd-right-6-m{
        padding: 0 3px 6px 0;
    }
    
    .overview img{
        border-bottom-left-radius:5px;	
        border-bottom-right-radius:5px;
        border-top-left-radius:5px;	
        border-top-right-radius:5px;		
    }
    
    .article-main img{
        border-bottom-left-radius:0;	
        border-bottom-right-radius:0;
        border-top-left-radius:5px;	
        border-top-right-radius:5px;
        margin-bottom:0;			
    }
    
    }
    
    @media (min-width: 768px) and (max-width: 990px) {
    
    .col-left-m{
        padding:0 0px 10px 10px;
    }
    
    .col-right-m{
        padding:0 10px 10px 0;
    }
    
    }
    
    @media (max-width: 767px) {
    
    .desktop-view{
        display:none;
    }

    body.single-listing.type-articles .col-sm-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .type-articles .tab-content {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }    
    
    .mobile-view{
        display:block;
    }
    
    .overview h1{
        font-size: 24px;
        line-height: 28px;
        font-weight:bold;	
    }
    
    .overview h3{
        font-size: 20px;
        line-height: 24px;	
    }
    
    .overview h4{
        font-size: 18px;
        line-height: 20px;
    
    }
    
    .overview h4 span {
        font-size: 18px;
        line-height: 20px;
    }
    
    .article-publisher p{
        font-size:13px!important;
    }
    
    /*.tag-row{
        margin:0!important;
        border-bottom: 1px dashed #cccccc;	
    }
    
    .tag-col{
        margin: 5px 0 0;
        padding:0 0 5px;
        border-bottom: 1px dashed #cccccc;	
    }*/
    
    .overview p{
        font-size:16px;
        line-height:20px;
        text-align:justify;
    }
    
    .overview .col-md-6 > img{
        margin-bottom:6px;		
    }		
    
    .col-xs-6 img, .overview .col-md-6.img-padd-left-6 > img, .col-md-6.img-padd-right-6 > img{
        margin-bottom:0;
    }
    
    .overview .col-md-6.img-padd-left-6 > img.margin-bottom-5, .col-md-6.img-padd-right-6 > img.margin-bottom-5{
        margin-bottom:5px;
    }
    
    .img-padd,.img-padd-left,.img-padd-right,.img-padd-6,.img-padd-left-6,.img-padd-right-6,.img-padd-top,.img-padd-bottom{
        padding: 0 0 6px;
    }
    
    }
    
    @media (max-width: 360px) {
        
    .overview span.q_mark:before{
        margin: 0 5px -10px 0;
    
    }
    
    .overview span.q_mark:after{
    
        margin: 0 -25px -15px 0;
    }
    
    }
    
    .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    }
    
    .video-container iframe,
    .video-container object,
    .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
    
    /* Covid 19 box */
    
    .covid-box{
        width:100%;
        height:150px;
        display:block;
        border:1px solid #cccccc;
        border-bottom-width: 0;
        padding:10px;
        overflow:hidden;
    }
    
    
    .covid-title-row{
        margin:20px 0 10px;
        position:relative;
    }
    
    .covid-col{
        column-count: 2;
        margin-bottom: 20px;
        margin-left: 15px;
    }
    
    .covid-title{
        background:#febebe;
        border-radius:20px;
        padding:8px 25px 8px 30px;
        font-size: 14px;
        font-weight:bold;
        color:#333333;
        display: inline-block;
        margin: 15px 0 0 -20px;
        position: absolute;
    }
    
    @media (max-width:767px){
    .covid-title{
        font-size: 13px;
    }
    
    .covid-col{
        column-count: 1;
    }
    }
    
    .covid-icon{
        background:url(../assets/images/covid-icon.png) center center;
        background-size:100% 100%;
        width:60px;
        height:60px;
        background-color:#ed145b;
        border-radius:50%;
        display:inline-block;
        position:relative;
        z-index:1;
    }
    
    .covid-box p{
         margin:10px 0 10px;
         font-size:14px;	
    }
    
    .covid-box p.qpoint{
        margin: 0 8px 10px 0;
    }
    
    @media (max-width:767px){
    
    .covid-box p.qpoint{
        width:100%;
    }
    
    .covid-box p{
         font-size:15px;	
    }
    
    }
    
    .covid-box .qpoint:before{
        content: "•"; /* Insert content that looks like bullets */
          padding-right: 8px;
        color:#333333;
        margin-left: -12px;
    }
    
    .covid-btn{
         text-align:center;
         font-size: 13px;
        font-weight:bold;
        color:#333333!important;
        padding:5px;
        display:block;
        border-top: 5px solid #eeeeee!important;
        border:1px solid #cccccc;
        background:#eeeeee;
        
    }
    
    #hide i{
        margin-bottom:-5px;
    }
    
    #more i{
        margin-top:-5px;
    }
    
    .covid-btn i{
        display:block;
        color:#999999!important;
        font-size:24px;
    }
    
/*#Tab View*/

.tabs .listView a, .tabs .mapView a { background-repeat: no-repeat; background-position: 5px center;padding-left: 49px;padding-right:20px;} 



.tabs .listView a {background-image:url(../assets/images/icon-listview.png);}

.tabs .mapView a {background-image:url(../assets/images/icon-mapview.png) }



.tabs .listView.active a, .tabs .listView a:hover {background-image:url(../assets/images/icon-listview-white.png); margin: 0; }

.tabs .mapView.active a, .tabs .mapView a:hover {background-image:url(../assets/images/icon-mapview-white.png) }



.tabs .mapView a, .tabs .mapView a:hover {background-image:url(../assets/images/icon-mapview.png); background-color:#eee; color:#2C3E50; cursor:default;}

.tabs .mapView.disableMapTab { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";}



.results-info-listing p {font-size:13px;}



.results-info-listing p strong:after, 

.results-info-listing p strong:before, 

.search-info p strong:after, 

.search-info p strong:before 

{content:"\0022";}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus, .tabs-advertise>li>a:hover, .tabs-advertise>li>a:focus, .profile-tabs>li>a:hover, .profile-tabs>li>a:focus,
.nav-tabs > li.active {
  /* background-color: #333333 !important; */
  /* border: 1px solid #333333 !important; */
}

.search-directory-collapse {
    display: none;
}

.search-directory-collapse.active {
    display: block;
}

/* Helpful Review */

.helpful-reviews .review-item {
  border: 2px #333333 solid!important;
  padding: 10px;
  margin-top: 5px;
display:none;
}

.helpful-reviews .review-item .review-top {
  background-color: transparent!important;
}

.helpful-reviews .review-item .pull-left,
.helpful-reviews .review-item .review-bottom {
  display: none;
}

.helpful-reviews .review-info,
.helpful-reviews .review-top span {
  font-size: 14px!important;
  color: #333333!important;
}

.helpful-reviews .r-mark:before,
.helpful-reviews .r-mark:after {
  color: #333333!important;
}

.helpful-reviews .stars-rating {
  background-color: #e13668!important;
}

.helpful-reviews .review-item .review-top>div {
  margin-top: 15px!important;
}

.eachReview {
  display: none;
}

.loadMoreButton {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  border: none;
  border-top: 1px solid #999999;
  background-color: white;
}

.loadMoreButton>a {
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #666666!important;
}

.loadMoreButton>a i {
margin-left:10px;
}

.helpful-reviews .items-row{
overflow:hidden;
height:auto;
}

.btn-green a {
  color: #149f84!important;
  font-size: 18px;
  font-weight: bold;
}

.btn-green3 a:after {
  content: '>';
  color: #149f84;
  margin: 0 0 0 5px;
}

.helpful-reviews h3 .icon-title {
  background-image: url(../assets/images/icon_review.png);
}

.helpful-reviews h2 span {
  margin: 8px 0 0 50px;
  float: left;
  font-size: 16px;
}

.review-top p {
  clear: both;
  text-align: justify;
}

.btn-add-review {
  clear: both;
  width: 100%;
  display: block;
  padding: 1px 0 30px;
}

hr.dashed {
  border-top: 1px dashed #999999;
}

.btn-add-review a {
  background: #149f84;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff!important;
  padding: 8px 15px;
  border-radius: 5px;
  min-width: 120px;
  display: inline-block;
  text-align: center;
}

.btn-add-review a:before {
  content: '';
  background: url(../assets/images/icon_add_review.png);
  background-size: 100% 100%;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.btn-add-review a:after {
  content: '>';
  vertical-align: middle;
  margin: 0 0 0 8px;
  font-size: 14px;
}

/* Listing Detail */

.detail-btn {
  background: #008ca1;
  padding: 8px 20px;
  margin-left: 10px;
  transition: all ease-in .3s;
}

.detail-btn:hover {
  background: #016270;
}

@media (max-width:480px) {
  .detail-btn {
      margin-left: 0;
      padding: 8px 0 8px 5px;
      width: 113px;
      font-size: 10px;
  }

.more-filter:after {
  margin-left:0;
  margin-right: 10px;	
}
}

@media (max-width:320px) {
  .detail-btn {
      width: 125px;
  }
}

.search-directory-bar .see-more-button {
  background: #f5841f;
}

.search-directory-bar .see-more-button:hover {
  background: #e3720c;
}

@media (max-width:320px) {
  .search-directory-bar .back-button,
  .search-directory-bar .see-more-button {
      padding: 8px 10px;
  }
}

.top-info {
  border: 0;
}

.detail-logo {
  height: 110px;
  overflow: hidden;
  display: table!important;
  vertical-align: middle;
  margin-right: 15px;
}

.detail-logo>div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.rate {
  margin-bottom: 10px;
  display: flex;
  place-self: anchor-center;
}

.top-info img {
  max-height: 110px;
  width: auto;
}

.listing-info {
  margin: 20px 0;
}

.slider-for,
.slider-nav {
  padding: 0!important;
}

.slider-for .slick-slide {
  margin: 0;
  overflow: hidden;
  max-height: 400px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}

@media (max-width:480px) {
  .slider-for .slick-slide {
      /*height: 300px;*/
  }
}

.slider-for .slick-slide img {
  /*width:100%;*/
  margin: 0 auto;
}

.slider-nav .slick-slide {
  margin: 0 3px;
  height: 150px;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.slider-nav .slick-slide img {
  height: 150px;
  border-radius: 3px;
}

@media (max-width:480px) {
  .slider-nav .slick-slide {
      max-height: 100px;
  }
  .slider-nav .slick-slide img {
      max-height: 100px;
  }
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
  top: 50%;
  padding: 8px;
  border-radius: 50%;
}

.slider-nav .slick-prev {
  left: 10px;
}

.slider-nav .slick-next {
  right: 10px;
}

.middle-info {
  padding: 10px 0px;
}

.middle-info address {
  padding-bottom: 10px;
}

.middle-info hr,
.job-details hr {
  border-top: 1px dashed #cccccc;
  margin: 15px 0px;
}

.middle-info .icons-contact:before {
  width: 25px;
  height: 25px;
  margin: 0;
}

@media (min-width: 1200px) {
  .span4 {
      width: 300px;
  }
}

.span4.text-right {
  text-align: right;
}

@media (max-width:767px) {
  .span4.text-right {
      margin-top: 5px!important;
  }
}

.btns-listing-detail {
  margin-bottom: 8px;
  padding-bottom: 0!important;
}

.btns-listing-detail a {
  padding: 8px 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff!important;
  border-radius: 5px;
  /*max-width: 150px;*/
  min-width: 120px;
  text-align: center;
}

.btns-listing-detail a:before {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.btn-sent-email a:before {
  content: '';
  background: url(../assets/images/icon_email.png);
  background-size: 100% 100%;
}

.btn-sent-email a {
  background: #2a80b9;
}

.btn-download a:before {
  content: '';
  background: url(../assets/images/icon_download.png);
  background-size: 100% 100%;
}

.btn-download a {
  background: #e13668;
  min-width: auto;
}

.btn-book-a-visit a:before {
  content: '';
  background: url(../assets/images/icon_booktovisit.png);
  background-size: 100% 100%;
}

.btn-book-a-visit a {
  background: #e9830a;
}

.btns-listing-detail a:after {
  content: '>';
  vertical-align: middle;
  margin: 0 0 0 8px;
  font-size: 14px;
}

.bc-nearby-row {
  margin: 10px 0 30px;
  max-width: 70%;
}

@media (max-width:480px) {
  .bc-nearby-row {
      max-width: 100%;
  }
}

.bc-nearby-row a {
  border-left: #ea7d1e solid 9px;
  border-radius: 5px;
  padding: 30px 20px;
  display: block;
    box-shadow: 1px 2px 7px 0px #00000054;
}

.bc-text {
  float: left;
}

.bc-text h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333!important;
}

.bc-text p {
  font-size: 16px;
  color: #008ca1!important;
  margin: 5px 0 0;
}

.bc-showall {
  background: #ea7d1e;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  float: right;
  display: block;
}

.bc-nearby-row a:hover .bc-showall {
  background: #f5841f;
}

.bc-showall i {
  padding: 8px 10px;
  color: #ffffff;
  font-size: 18px;
}

/* Summary Page */

.summary-image img {
  width: 100%;
  margin-bottom: 10px;
}

.summary-article {
  /*position:relative;
border-top-color:#e13668;*/
  padding: 0;
  border-radius: 5px;
  border-color: #333333;
  border: 1px solid;
}

.summary-article .media {
  padding: 15px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.summary-image .no-image {
  height: 200px;
}

.article-publish-tag {
  color: #333333;
  font-weight: bold;
  margin: 10px 0 20px;
  /* position: absolute;
  right: 10px;
  top: -1px;
  background: #e13668;
  padding: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;*/
}


/*.article-publish-tag:after{
content:'â€¢';
vertical-align: middle;
  margin: 0 8px;
  font-size: 14px;
  font-style: normal;
}*/

.article-publish-tag span>span {
  color: #e13668;
}

.summary-article h3 {
  margin: 0 0 15px;
}

.summary-article h3 a {
  color: #333333;
  line-height: 28px;
  font-weight: bold;
}

.summary-article a.view-more {
  background: #e13668;
  color: #ffffff!important;
  border-radius: 20px!important;
  border: 0;
  float: right;
  margin: 0;
  padding: 8px 15px!important;
  border: none!important;
  width: auto!important;
}

.summary-article a.view-more:hover {
  background: #b91444!important;
}

@media (max-width:320px) {
  .summary-article a.view-more {
      font-size: 11px!important;
      padding: 5px 10px!important;
  }
}

/* Featured Article */

.featured-articles {
  /*margin-top: 10px;*/
}

.featured-articles .icon-title {
  background-position: -90px 0;
}

.featured-articles .items-col {
  margin: 5px 6px 0!important;
}

.featured-articles .item-image,
.latest-articles .item-image {
  min-height: 175px;
  max-height: 175px;
}

@media (max-width: 990px) and (min-width:768px) {
  .featured-articles .span4,
  .latest-articles .span4,
  .pre-related-articles .items-col {
      /*width: 48%!important;
margin: 5px 6px 0!important;*/
  }
  .featured-articles .item-image,
  .latest-articles .item-image {
      min-height: 156px;
      max-height: 156px;
  }
}

@media (max-width:480px) {
  .featured-articles .span4,
  .latest-articles .span4,
  .latest-listings .span4,
  .pre-related-articles .items-col {
      margin: 5px 6px 0 5px!important;
      /*width:95%!important;*/
      width: 350px!important;
  }
  .featured-articles .item-image,
  .latest-articles .item-image,
  .latest-listings .item-image {
      min-height: 235px;
      max-height: 235px;
  }
}

@media (max-width:400px) {
  .featured-articles .span4,
  .latest-articles .span4,
  .latest-listings .span4,
  .pre-related-articles .items-col {
      margin: 5px 6px 0 5px!important;
      /*width:95%!important;*/
      width: 300px!important;
  }
  .featured-articles .item-image,
  .latest-articles .item-image,
  .latest-listings .item-image {
      min-height: 200px;
      max-height: 200px;
  }
}

.featured-articles .items-describe {
  height: 80px;
}

.language_tag {
  margin: 0;
  font-style: italic;
}

.language_tag:before {
  content: 'Available:';
  color: #666666;
  margin: 0 5px 0 0;
  font-size: 13px;
}

.language_tag p {
  display: inline-block;
}

.language_tag a {
  color: #999999!important;
  text-decoration: none;
  /*padding:3px 10px;*/
  font-weight: bold;
  font-size: 13px;
  /*border-radius:5px;*/
}

.language_tag a:hover {
  text-decoration: underline;
}


/*.language_tag a:before{
content:'+';
color:#ffffff;
margin:0 5px 0 0;
}*/

.language_tag .en a {
  /*background:#ff8a00;*/
}

.language_tag .en a:hover {
  color: #ff8a00!important;
}

.language_tag .cn:before {
  content: ' / ';
  /*background:#ea3f96;*/
}

.language_tag .cn a:hover {
  color: #ea3f96!important;
}

.language_tag .bm:before {
  content: ' / ';
  /*background:#67bf67;*/
}

.language_tag .bm a:hover {
  color: #67bf67!important;
}

.latest-articles .language_tag a {
  font-size: 11px;
}

/* article buttons */

.btns-article-row {
  width: 100%;
  margin-bottom: 25px;
    position: absolute;
  bottom: 0;
  right: 10px;
}

.selected-contact-box .btns-article-row {
  width: 100%;
  margin-bottom: 0;
    position: static;
  text-align:right;
}

.btns-article-row a {
  display: inline-block;
  /*margin: 0 8px 5px 0;*/
  font-size: 14px;
  font-weight: bold;
  color: #ffffff!important;
  border-radius: 5px;
}

@media (max-width:480px) {

.btns-article-row {
  width: 100%;
    position: static;

}

  .btns-article-row a {
      padding: 5px 8px;
  }

.selected-contact-box .btns-article-row {
  margin-bottom: 20px;

}
}

.btns-article-row a span {
  /*vertical-align:middle;*/
}

.btn-read-article {
  /*background:#e13668;*/
  color: #e13668!important;
  /*text-decoration:underline;*/
  border-radius: 20px!important;
  border: 1px solid #e13668!important;
  margin: 0 0 5px;
  display: block;
  font-size: 15px;
}

.btn-read-article:hover {
  background: #e13668;
  color: #ffffff!important;
}

.btns-article-rows {
  text-align: right;
position:absolute;
right:15px;
bottom:12px;
}

.btns-article-rows .btn-read-article {
  border-radius: 0!important;
  border: 0!important;
  margin: 0 0 25px;
  display: inline-block;
  border-bottom: 1px dotted #e13668!important;
  font-weight: bold;
}

.btns-article-rows .btn-read-article:hover {
  background: transparent;
  color: #e13668!important;
}

.btns-article-row a:before {
  /*display:inline-block;
width:35px;
height:35px;
margin: 0 5px 0 0;
vertical-align:middle;*/
}

.btn-read-article:before {
  /*content:'';
background:url(../assets/images/icon_read.png);*/
}

a.btn-view-profile {
  border: 2px solid #f26522;
  color: #ffffff!important;
  background: #f26522;
  padding: 9px 15px;
}


@media (max-width: 480px) {
  a.btn-view-profile {
      padding: 13px 21px;
      margin-top: 0;
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
      position: static;
  }
}

.btn-view-profile:before {
  content: '';
  background: url(../assets/images/icon_profile_orange.png?v=1.1);
}

a.btn-view-profile:hover {
  color: #ffffff!important;
  background: #f26522;
}

.btn-view-profile:hover:before {
  content: '';
  background: url(../assets/images/icon_profile.png);
}

.btn-view-profile:after {
  content: '>';
  vertical-align: middle;
  margin: 0 0 0 8px;
  font-size: 14px;
}

.icon-pageview {
  float: right;
  font-family: 'Roboto', sans-serif;
  background: #eeeeee;
  border-radius: 5px;
  padding: 5px;
  margin-left: 10px;
}

.icon-pageview.vdownload {
  padding: 5px 10px;
}

.icon-pageview span {
  margin: 0 5px;
  color: #008ca1;
  font-size: 12px;
  font-weight: bold;
}

.icon-pageview:after {
  content: '';
  background: url(../assets/images/icon_pageview.gif) no-repeat;
  width: 20px;
  height: 12px;
  display: inline-block;
}

.icon-pageview.vdownload:after {
  content: '';
  background: url(../assets/images/icon-vdownload.png) no-repeat;
  background-size: 100%;
  width: 13px;
  height: 13px;
  display: inline-block;
}

.icon-pageview2 {
  font-family: 'Roboto', sans-serif;
  background: #eeeeee;
  border-radius: 5px;
  padding: 5px;
  margin: 8px 0;
  display: inline-block;
}

.icon-pageview2 span {
  margin: 0 5px;
  color: #008ca1;
  font-size: 12px;
  font-weight: bold;
}

.icon-pageview2:before {
  content: '';
  background: url(../assets/images/icon_pageview.gif) no-repeat;
  width: 20px;
  height: 12px;
  display: inline-block;
}

/* Content Custom */
/**

* eDirectory - Content Custom ( Dynamic content )

*

* @package			layout

* @filesource		content_custom.css

* @author			Arca Solutions

* @copyright		Copyright (c) 2009, Arca Solutions Inc.

* @version			eDirectory 9.3

* @since			October, 17, 2011

*			

*/

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    overflow: hidden;
}

* {
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
}

.content-full {
    clear: both;
}

.content-custom {
    color: #999899;
    clear: both;
    margin: 20px auto;
}

.content-custom ol {
    list-style: decimal
}

.content-custom ul {
    list-style: disc;
}

.content-custom ol,
.content-custom ul {
    line-height: 17px;
    margin: 10px 0 10px 20px;
}

.content-custom h1,
.content-custom h2,
.content-custom h3,
.content-custom h4,
.content-custom h5,
.content-custom h6 {
    color: #353535;
    background: none;
    border: none;
}

.content-custom h1,
.content-custom h2,
.content-custom h3 {
    line-height: 36px;
    text-indent: 0;
}

.content-custom h4,
.content-custom h5,
.content-custom h6 {
    line-height: 24px;
}

.content-custom p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 8px;
}

.content-general .content-main .content-custom h2 {
    border: none;
}

.flex-box .content-custom {
    margin: 10px 0 0;
}

.flex-box .content-custom h2,
.flex-box .content-custom h3 {
    padding: 0 10px;
}


/* General */

.scroll-top {
    position: fixed;
    z-index: 9999;
    bottom: 80px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    /* -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}

.scroll-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 11px;
    top: 9px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scroll-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

@media (min-height:767px) {
    .scroll-top:hover i {
        color: #fff;
        top: 5px;
    }
}

@media (max-width:480px) {
    .scroll-top {
        /*bottom: 20px;*/
    }
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 8px;
}

::-webkit-scrollbar:horizontal {
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #008ca1;
    border-radius: 10px;
    border: 2px solid #EEEEEE;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #EEEEEE;
}

input,
button,
select,
textarea {
    font-family: 'Roboto', sans-serif;
}

.hidden-mobile {
    display: block!important;
}

.hidden-desktop {
    display: none!important;
}

@media (max-width: 979px) {
    .hidden-mobile {
        display: none!important;
    }
    .hidden-desktop {
        display: block!important;
    }
    .navbar-inner {
        margin: 3px 0;
    }
}

.navbar-inner {
    border-bottom-width: 4px!important;
    border-bottom-color: #f5841f!important;
    background-color: transparent!important;
}

.navbar .brand {
    margin-left: 0;
	   padding: 0px 30px 25px 9px!important;
}

@media (min-width:1200px) {
    div>.container,
    .navbar-static-top .container {
        width: 1100px;
    }
}

.well.container {
    padding: 0;
    width: 100%!important;
}

.container-fluid>.row-fluid {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media (max-width:1100px) {
    .container-fluid>.row-fluid {
        max-width: 990px;
        padding: 0 10px;
    }
}

@media (max-width:979px) {
    .container-fluid>.row-fluid,
    .container-fluid .container {
        max-width: 95%;
    }
}

.span12 {
    margin-left: 0;
}

.fixed-to-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all .3s ease-in;
}

.search-directory-collapse.fixed-to-top {
    width: 100%;
    top: 55px;
}

@media (max-width:979px) {
    .fixed-to-top {
        top: 65px;
        transition: all .3s ease-in;
    }
}

.container-fluid {
    padding-top: 0!important;
    padding-right: 0;
    padding-left: 0;
}

.full-width-grey {
    padding: 10px 0;
    background: #f9f9f9;
    width: 100%;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.globar-banner-row {
    padding: 10px 0;
    width: 100%;
}

@media (max-width:767px) {
    .globar-banner-row {
        padding: 0;
    }
    .globar-banner-row .container {
        width: 100%;
    }

}

.navbar .btn-navbar .icon-bar {
    background: #008ca1!important;
    width: 25px!important;
    height: 3px!important;
    border-radius: 2px;
    transition: all .3s ease-in;
}

.navbar .btn-navbar .icon-bar.orange {
    background: #f5841f!important;
    width: 20px!important;
    margin: 5px 0;
}

.navbar .btn-navbar.active .icon-bar {
    background: #ffffff!important;
    position: absolute;
    margin: 15px 0 0;
    top: 5px;
    left: 5px;
}

.navbar .btn-navbar.active span:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.navbar .btn-navbar.active .orange {
    display: none!important;
}

.navbar .btn-navbar.active span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
    background: transparent!important;
}

.nav-collapse{
	float:left;	
}

@media (min-width: 980px) {
    .header-brand {
        padding: 5px 0;
        min-height: 102px;
    }
}

@media (max-width: 979px) {
    .navbar .btn-navbar {
        float: left;
        background-color: transparent;
        margin: 10px;
        /*border-radius: 50%;*/
        opacity: 1;
        position: relative;
        /*z-index:999;*/
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        background-color: #008ca1;
        overflow-x: hidden;
        transition: 0.3s;
        padding-top: 10px;
        text-align: center;
    }
    .hm-container {
        margin-top: 0!important;
        max-width: 100%!important;
    }
    .navbar .nav {
        margin: 10px 20px;
    }
}

@media (max-width:768px) {
    .navbar {
        position: fixed;
        z-index: 99999;
        width: 100%;
    }
    .well.container {
        margin: 70px 0 0;
    }
}

@media (max-width: 480px) {
    .well.container {
        margin: 70px 0 0;
    }
    .container-fluid {
        padding: 0;
    }
}

.navbar .nav>li>a {
    padding: 5px 8px;
    color: #333333!important;
    height: auto;
    border-radius: 10px;
}

.navbar .nav>.menuActived>a,
.navbar .nav>.menuActived>a:hover {
    background-color: #cccccc;
    color: #ffffff!important;
}

.nav-collapse-members.in .nav>li>a:hover,
.nav-collapse .nav>li>a:hover {
    background-color: #f5841f;
    color: #ffffff!important;
}

@media (max-width:979px) {
    .navbar .nav>li>a {
        font-size: 15px;
        color: #ffffff!important;
        margin: 5px 0;
        padding: 10px 18px;
        text-align: left;
    }
    .navbar .nav>.menuActived>a,
    .navbar .nav>.menuActived>a:hover {
        background-color: #016270;
        /*background-color: #00aeaf;*/
    }
    .nav-collapse-members.in .nav>li>a:hover,
    .nav-collapse .nav>li>a:hover {
        background-color: #016270;
    }
    .close-btn {
        position: absolute;
        bottom: 30px;
        border-radius: 50%;
        background: #ffffff;
        display: block;
        width: 20px;
        height: 20px;
        padding: 15px;
        right: 35px;
    }
    .close-btn:hover {
        background: #cccccc;
    }
    .close-btn span {
        width: 25px;
        height: 3px;
        background: #333333;
        border-radius: 3px;
        margin: 10px 0 0 -2px;
        display: block;
        position: absolute;
    }
    .close-btn .left-cross {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .close-btn .right-cross {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}

#directorynav ul {
    z-index: 999;
    background: transparent!important;
    padding: 14px 0 0;
}

#directorynav ul li {
    background: #f5841f!important;
    padding: 5px 0;
    padding-top: 0!important;
    margin-bottom: 0!important;
}

#directorynav ul li a {
    margin: 0;
    padding: 5px 13px;
    display: block;
}

#directorynav ul li:hover a {
    color: #ffffff!important;
}

#directorynav li:hover ul li a:hover {
    background: #ffffff;
    color: #333333!important;
    text-decoration: none!important;
}

.advertisement .banner>div {
    overflow: hidden!important;
}

@media (max-width: 979px) and (min-width: 768px) {
    .top-banner {
        margin: 0 0 20px;
    }
}

@media (max-width: 979px) {
    #directorynav li {
        float: none!important;
    }
}


/* top banner */

.banner-top-desktop img {
    border: 1px solid #aaaaaa;
}

.banner-top-desktop .slick-dots {
    /* width: 10px;
    position: absolute;
    margin-left: -10px;
    top: 25px;
	bottom:5px;*/
}

.banner-top-desktop .slick-dots li {
    margin: 3px 0 0;
}

@media (max-width: 979px) {
    .banner-top-mobile {
        margin: 20px auto 5px;
        padding: 0;
        width: 100%;
    }
    .banner-top-mobile .slick-dots {
        bottom: -15px !important;
    }
    .banner-top-mobile .slick-dots li {
        margin: 3px 0 0;
    }
}


/*middle banner */

.banner-premium .span4>div,
.featured-banner .span4>div {
    width: 100%;
    display: block;
    margin: 10px 0;
}

@media (max-width:767px) {
    .banner-premium,
    .featured-banner {
        margin: 0;
    }
    .banner-premium>div,
    .featured-banner>div {
        margin: 0!important;
    }
    .banner-premium .span4>div,
    .featured-banner .span4 {
        width: 100%;
        display: block;
        margin: 5px 0 2px;
    }
}

.banner-premium img,
.featured-banner img {
    width: 100%;
    border: 1px solid #aaaaaa;
}

.banner-premium .span4>div.ads-space,
.featured-banner .span4>div.ads-space {
    height: 150px;
    background: #eeeeee;
}

.banner-premium-mobile .span4>div.ads-space {}


/* Featured Banner */

@media (max-width:767px) {
    .featured-banner img {
        width: 100%;
    }
}


/* Flyout Banner */

.foot {
    position: fixed;
    width: 400px;
    height: 280px;
    bottom: -330px;
    right: 10px;
    margin: 20px 0 5px 0;
    background: #ffffff;
    font-size: 36px;
    transition: all .2s;
    z-index: 999999;
}

.foot img {
    box-shadow: 0 0 16px #888888;
}

@media (max-width:767px) {
    .foot {
        width: 95%;
        height: auto;
        right: 3%;
        margin: 0!important;
    }
    .foot img {
        width: 100%;
    }
}

.footclose {
    background: url(../assets/images/flyout-close.png) no-repeat center top;
    background-size: 80px 60px;
    background-color: #ffffff;
    position: absolute;
    right: 5px;
    top: -30px;
    width: 80px;
    height: 30px;
    z-index: 999999;
    padding: 0 5px;
    /*transition: all .3s;*/
}

.footclose:hover,
.footclose:active {
    background: url(../assets/images/flyout-close.png) no-repeat center bottom;
    background-size: 80px 60px;
    background-color: #ffffff;
    right: 5px;
    top: -30px;
    width: 80px;
    height: 30px;
    z-index: 999999;
    padding: 0 5px;
}

.scrolled {
    bottom: 0;
}

.gone {
    transition: all .2s;
    opacity: 0;
    /*display: none;*/
}


/* second navigation */

.second-nav-bg {
    width: 100%;
    background: #ccecfd;
}

.second-nav {
    max-width: 990px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: block;
}


/* featured menu */

.featured-menu {
    position: absolute;
    top: -116px;
    display: inline-flex;
    height: 110px;
    
    width: 100%;
}

a.btn-featured {
    /*min-width:120px;*/
    width: 100%;
    padding: 0 4px;
    display: table-cell;
    text-align: center;
    color: #333333!important;
    border-right: 1px solid #ccecfd;
    position: relative;
		box-shadow: #00000029 1px 1px 4px 0px;
    margin: 6px 0;
    border-radius: 8px;
    background: #fff;
    margin-right: 16px;
		height: 100%;
}
.featured-menu a.btn-featured:nth-child(7){margin-right: 0px!important;}

a.btn-featured:nth-child(6) {
    border: 0;
}
.vr-icon{
    position: relative;
}
.vr-icon:before{
    content: '';
    background: url('https://kiddy123.com/custom/domain_1/theme/default/images/body/virtualtourimg/vr-cardboard1.png') no-repeat;
    width: 40px;
    height: 40px;
    top: 10px;
        right: 10px;
   
    background-size: 100%;
    
    display: block;
    position: absolute;
    z-index: 1;
}

@media (max-width:979px) {
    a.btn-featured {
        min-width: inherit;
        padding: 10px;
        display: inline-block;
        height: 90px;
        margin: 0;
        vertical-align: middle;
        border-bottom: 1px solid #ccecfd;
			width:30%;
    }
    .featured-menu {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        background: #ffffff;
        position: relative;
        top: 0;
    }
    .featured-menu:before {
        content: 'Quick links';
        width: auto;
        height: auto;
        background: #ffffff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 5px 20px;
        font-size: 14px;
        color: #ff0000;
        font-weight: bold;
        display: block;
        position: absolute;
        top: -30px;
        left: 35%;
    }
}

@media (max-width:768px) {
    .featured-menu:before {
        left: 40%;
    }
    a.btn-featured {
        width: 13.4%;
        height: 100px;
    }
}

@media (max-width:480px) {
    .featured-menu:before {
        left: 36%;
    }
    a.btn-featured {
        padding: 10px 8px;
        min-width: 27.5%;
    }
    a.btn-featured:nth-child(3) {
        border-right: 0;
    }
    a.btn-featured:nth-child(4),
    a.btn-featured:nth-child(5),
    a.btn-featured:nth-child(6) {
        border-bottom: 0;
    }
}

a.btn-featured:hover {
    color: #ffffff;
    box-shadow: 1px 1px 3px 0px #000000a3;
}

@media (max-width:320px) {
    #directorynav {
        overflow-y: scroll;
        height: 300px;
    }
}


/*.btn-directory{
	background:#f7953d;
}

.btn-kidshealth{
	background:#ea3f96;
}

.btn-preschool{
	background:#ea3f96;
}

.btn-int-school{
	background:#12a4ba;
}

.btn-enr-school{
	background:#67bf67;
}

.btn-article{
	background:#e13668;
}

.btn-event{
	background:#67bf67;
}

.btn-holiday-program{
	background:#ffcc00;
}

a.btn-featured.btn-holiday-program{
	color:#333333!important;
}*/

.btn-featured .icon {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 18px auto 9px;
    display: block;
}

.btn-more .icon {
    background: url(../assets/images/more-icon.png) no-repeat;
}

.btn-special-needs .icon {
    background: url(../assets/images/specialneeds-icon.png) no-repeat;
}

.btn-preschool .icon {
    background: url(../assets/images/preschool-icon.png) no-repeat;
}

.btn-int-school .icon {
    background: url(../assets/images/internationalschool-earlyyears-icon.png) no-repeat;
}

.btn-enrichment .icon {
    background: url(../assets/images/enrichmentprogram-icon.png) no-repeat;
}

.btn-holiday-program .icon {
    background: url(../assets/images/holidayprogram-icon.png) no-repeat;
}

.btn-int-school-prime .icon {
    background: url(../assets/images/internationalschool-icon.png) no-repeat;
}

.btn-events .icon {
    background: url(../assets/images/events-icon.png) no-repeat;
}

.btn-online-program .icon {
    background: url(../assets/images/btn-online-program.png?v=1.2) no-repeat;
}

.btn-text {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding: 0 0 5px 0;
    
}

.cat-title {padding-bottom:8px}
.cat-title h3{font-weight:700;font-size:21px;line-height: 1.6;text-align: center;}
.cat-title .looking{color:#ea7d1e}
.cat-title .sac{font-size: 14px; font-weight: 700}
.break1{display: none}
@media (max-width:767px) {
    .cat-title {padding-bottom:32px}
}
@media (max-width:480px) {
    .btn-featured .icon {margin: 18px auto 11px!important;}
    .break1{display: block}
}
@media (max-width:360px) {
    .btn-featured .icon {margin: 8px auto 11px!important;}
}
/*.btn-online-program:after{
	content:'';
	background:url(../assets/images/new-button.gif);
	background-size:100% 100%;
	width:35px;
	height:35px;
	position:absolute;
	right:0;
	top:0;
}

.sidenav .btn-online-program:after{
	background:url(../assets/images/new-button1.png?v=1.2);
	background-size:100% 100%;
	width:30px;
	height:30px;
}*/

.sidenav .featured-menu {
    background: #00aeaf;
}

.sidenav .featured-menu:before {
    display: none;
}

.sidenav .btn-featured {
    height: 50px;
}

.sidenav .btn-text {
    padding: 10px 0;
    color: #008ca1!important;
}

.sidenav .btn-special-needs .btn-text,
.sidenav .btn-preschool .btn-text,
.sidenav .btn-holiday-program .btn-text,
.sidenav .btn-online-program .btn-text,
.sidenav .btn-more .btn-text {
    padding: 20px 0;
}

@media (max-width:979px) and (min-width:768px) {
    .sidenav .btn-featured {
        width: 28.5%;
        height: 100px;
    }
}

@media (max-width:767px) {
    .btn-featured .icon {
        background-size: 100% 100%;
        width: 40px;
        height: 40px;
        margin: 10px auto 3px;
        display: block;
    }
    .sidenav .btn-featured .icon {
        display: none;
    }
    .btn-text {
        font-size: 11px;
        line-height: 12px;
        padding: 0;
        display: block;
    }
}


/*.btn-holiday-program:after{
	content:'';
	background:url(../assets/images/new-button.png);
	background-size:100% 100%;
	width:35px;
	height:35px;
	position:absolute;
	right:0;
	top:0;
}*/

@media (min-width:768px) {
    .featured-menu-sticky {
        position: fixed;
        background: #ffffff;
        z-index: 9999;
        top: 250px;
        width: 250px;
        height: 296px;
        padding: 30px 0;
        border: 1px solid #e80f0f;
        border-bottom-right-radius: 5px;
        left: -252px;
        transition: all ease-in .3s;
        -webkit-transition: all ease-in .3s;
    }
    .featured-menu-sticky.active {
        left: -2px;
        transition: all ease-in .3s;
        -webkit-transition: all ease-in .3s;
    }
    .featured-menu-sticky button.quicklink-btn {
        position: relative;
        display: block;
        width: 150px;
        top: 27px;
        left: 194px;
        transform: rotate(90deg);
        padding: 8px;
        background: #e80f0f;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .featured-menu-sticky .featured-menu {
        top: 0;
        left: 0;
        display: block;
    }
    .featured-menu-sticky a.btn-featured {
        width: 40%;
        height: 100px;
        padding: 5px 10px;
        display: inline-block;
        border: 1px solid #eeeeee;
        margin: 3px 0;
        vertical-align: top;
    }
    .featured-menu-sticky button.quicklink-btn:after {
        border: solid #ffffff;
        border-width: 0 3px 3px 0;
        padding: 3px;
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 5px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        z-index: 9998;
        position: relative;
        margin-left: 10px;
    }
    .featured-menu-sticky button.quicklink-btn.active:after {
        border: solid #ffffff;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: -3px;
    }
}


/*  advanced search */

.search-advanced {
    display: inline-block;
    padding: 0 0 5px 0;
    float: right;
}

.search-advanced .search-keyword {
    float: right;
    margin-right: 0;
    width: auto;
    padding: 0;
    position: relative;
}

.search-advanced .search-keyword input {
    margin: 0 5px 0 0;
    border: 0;
    width: 250px;
    height: 30px;
    padding: 0 10px;
    background: url(../assets/images/btn_search.png) no-repeat 95% center #f5841f;
    background-size: 20px;
    border-radius: 20px;
    color: #ffffff;
    transition: all ease-out .3s;
    font-size: 11px;
}

.search-advanced .search-keyword input:hover {
    background-color: #e3720c;
}

.search-advanced .search-keyword input::placeholder {
    color: #ffffff;
}

.search-advanced .search-keyword input::-webkit-input-placeholder {
    /* Edge */
    color: #ffffff;
}

.search-advanced .search-keyword input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.search-advanced select {
    margin: 0 5px 0 0;
    vertical-align: top;
    height: 30px;
    border: 0;
}

.search-module {
    margin: 5px 0;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 2;
    display: none;
}

.search-module > p {
    margin: 0 !important;
}

.search-module input.radio-btn {
    width: auto;
    height: auto;
    margin: 8px 5px 0 0;
    vertical-align: middle;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    color: #333333;
    padding: 3px 15px;
    text-transform: capitalize;
    display: inline-flex;
    font-size: 11px;
}

.search-module input.radio-btn.active {
    background: #cccccc;
}

.search-module span {
    margin: 0 15px 0 0;
    vertical-align: middle;
}

.search-advanced .btn-search {
    background: url(../assets/images/btn_search.png) no-repeat center center;
    background-color: #ff8a00;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 3px 0;
    border: 0;
    vertical-align: top;
}

.search-bar .btn-close {
    display: none;
}

.search-bar-row{
	float:right;	
}

@media (max-width:979px) {
    .search-advanced {
        /*border-top: #ffffff dashed 1px;*/
        padding: 0;
        width: 100%;
    }
    .search-advanced .title {
        font-size: 12px;
        font-weight: bold;
        margin: 0 0 5px;
    }
    .search-advanced .search-keyword {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .search-advanced .search-keyword .ac_input {
        width: 90%;
        height: 40px;
        padding: 3px 0;
        margin: 0 0 8px;
        padding: 0 0 0 25px;
    }
    .search-advanced .row-fluid {
        width: 100%;
        margin: 0;
    }
    .search-advanced .btn-search {
        width: 40px;
        height: 40px;
    }
    .search-module span {
        color: #ffffff;
    }
    .search-bar-row {
        /* display: none; */
        width: 100%;
        /*overflow-y: scroll;
    max-height: 85vh;*/
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        padding: 5px 0;
    }
    .search-bar {
        background: #ffffff;
        padding: 10px;
    }
    .search-advanced .search-keyword .search-bar input {
        width: 65%;
        padding: 5px 10px 5px 40px;
        color: #333333;
        background: url(../assets/images/btn_search-m-orange.png) no-repeat 15px center #eeeeee!important;
        background-size: 20px!important;
    }
    .search-advanced .search-keyword input::placeholder {
        color: #333333;
    }
    .search-bar .btn-close {
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        padding: 8px 10px;
        background: #ffffff;
        color: #666666;
    }
    .btn-close:hover,
    .btn-close:focus {
        background: #eeeeee;
        color: #666666!important;
    }
    .search-bar {
        position: absolute;
        top: 0;
        z-index: 99999;
        width: 100%;
        left: 0;
        justify-content: space-between;
        height: 76px;
        display: flex;
        place-items: center;
        display: none;
    }
    .search-module {
        padding: 20px;
        background: #ffffff;
        top: 50px;
        left: 10px;
        width: 80%;
    }
    .search-module input.radio-btn {
        padding: 8px 25px;
        font-size: 12px;
    }
    .search-btn-bar {
        border-bottom: 2px solid #ffffff;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(102, 102, 102, 0.6);
        -moz-box-shadow: 0px 4px 10px 0px rgba(102, 102, 102, 0.6);
        box-shadow: 0px 4px 10px 0px rgba(102, 102, 102, 0.6);
    }
    .search-btn-inner {
        background: #025e6c;
        padding: 10px 55px 10px 75px;
        border-radius: 5px;
    }
    .search-btn .icons-search,
    .search-btn:focus .icons-search,
    .search-btn:hover .icons-search,
    .search-btn:active .icons-search,
    .search-btn:visited .icons-search {
        /*width:100%;*/
        background: url(../assets/images/btn_search-m-orange.png) no-repeat center center!important;
        background-color: #f9f9f9!important;
        padding: 15px;
        margin: 5px 10px;
        opacity: 1;
        border-radius: 50%;
        float: right;
    }
    .search-btn.active {
        background-color: #666666;
    }
    .btn.search-btn.active .search-btn-inner {
        background: #333333;
    }
    .btn.search-btn:after {
        content: '▼';
        font-size: 14px;
        color: #ffffff;
        float: right;
        margin-right: 20px;
    }
    .btn.search-btn.active::after {
        content: '▲';
        color: #ffffff;
    }
    .text-search {
        display: inline-block;
        color: #ffffff;
        vertical-align: middle;
        font-size: 18px;
        font-weight: bold;
        margin: 0 10px;
    }
    .icons-search {
        display: inline-block!important;
        vertical-align: middle;
    }
}

@media (min-width:901px) and (max-width:979px) {
    .search-advanced .search-keyword .search-bar input {
        width: 86%;
    }
}

@media (min-width:767px) and (max-width:979px) {
    .search-advanced .search-keyword .search-bar input {
        width: 83%;
    }
}

@media (max-width:480px) {
    .search-advanced .search-keyword .ac_input {
        width: 75%;
    }
}

@media (max-width:400px) {
    .search-advanced .search-keyword .search-bar input {
        width: 63%;
    }
}

@media (max-width:320px) {
    .search-advanced .search-keyword .search-bar input {
        width: 58%;
    }
}


/* search directory */

.search-directory {
    width: 100%;
    background: #008ca1;
    padding: 5px 0 15px;
    margin: 0 0 15px;
    height: 360px;
}

@media (max-width:767px) {
    .search-results .rate-stars {
        text-align: center !important;
    }

    .search-directory {
        border-radius: 10px;
        box-shadow: #0000004a 2px 1px 6px;
    }
}

@media (max-width:1024px) {
    .search-directory {
        height: 340px;
    }
}

.search-directory h3 {
    color: #ffffff;
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
    text-transform: initial;
    text-align: center;
    margin: 0;
    padding: 40px 15px 40px;
}

.search-directory h1 {
    color: #ffffff;
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
    text-transform: initial;
    text-align: center;
    margin: 0;
    padding: 40px 15px 40px;
}

.link-advanced-search {
    color: #ffffff!important;
    font-size: 12px;
    text-decoration: underline;
    text-align: center;
    margin: 15px;
    display: block;
}

.link-advanced-search:hover {
    color: #ffff00!important;
    text-decoration: underline;
}

.search-directory-bar {
    width: 100%;
    display: block;
    background: #f9f9f9;
}

.search-directory-bar .container {
    padding: 10px 0;
    position: relative;
}

.search-directory-bar .span4 {
    text-align: right;
}

.container.job-listing-search-form.search-directory-collapse {
    padding: 0;
    margin-bottom: 0;
}

.search-directory-collapse {
    display: none;
}

.search-directory-collapse.active {
    display: block;
}

.search-directory-collapse .search-directory {
    background: #eeeeee;
    padding: 20px 0;
    height: auto;
    margin-bottom: 0;
}

.search-directory-collapse label {
    display: none;
}

@media (max-width: 979px) and (min-width: 768px) {
    .search-directory-bar .span8 {
        display: inline-block;
        width: auto;
    }
    .search-directory-bar .span4 {
        width: auto;
        float: right;
    }
}

@media (max-width:767px) {
    .search-directory-collapse,
    .search-directory-collapse.fixed-to-top {
        background: #ffffff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*display:block;*/
        z-index: 99999;
    }
    .search-directory-collapse .search-directory {
        background: #ffffff;
        margin: 20px auto;
        width: 95%;
    }
    .search-directory-bar .span8 {
        display: inline-block;
        width: auto;
    }
    .search-directory-bar .span4 {
        width: auto;
        float: right;
    }
    .mobile-nav {
        border-bottom: 1px solid #999999;
        padding: 15px;
        margin: 0;
    }
    .search-directory-collapse label {
        display: block;
        font-size: 18px;
        font-weight: bold;
    }
    .search-directory-collapse .form-middle label {
        font-size: 15px;
        margin: 0 0 15px;
        text-transform: uppercase;
    }
    .search-directory-collapse .form-middle select {
        border: 1px solid #999999;
        margin: 0 0 40px;
        height: 45px;
        width: 100%;
        max-width: 100%;
        border-radius: 30px !important;
    }
    .search-directory-collapse .close-btn {
        top: 30px;
    }
    .search-directory-collapse .form-middle>div.other-search {
        margin: 30px 0 0;
    }

    .search-directory .search-form-row {
        margin: 0;
        width: 100%;
        padding-bottom: 0 !important;
    }

    .search-container .search-directory-collapse button.search-submit-button {
        width: 100%;
        margin: 0;
        height: 40px;
        background: #e3720c;
        border: 2px solid #ffffff;
    }
}

.more-filter {
    background: #f5841f;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid;
    transition: all .3s ease-in;
}

.more-filter:hover {
    background: #e3720c;
}

.more-filter:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    font-size: 12px;
    color: #ffffff;
    float: right;
    margin-left: 20px;
    margin-top: 8px;
    transition: all .3s ease-in;
}

.more-filter.active::after {
    content: '';
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    color: #ffffff;
    transition: all .3s ease-in;
}

@media (min-width:600px) and (max-width:801px) {
    .search-directory h3 {
        font-size: 21px;
    }
}

@media (max-width:768px) {
    .search-directory {
        padding: 10px 0 60px;
        margin: 0 0 15px;
        height: auto;
    }
    .search-directory h3 {
        padding: 30px 15px 20px;
    }
	.search-directory h1 {
        padding: 30px 15px 20px;
    }
    .search-directory-title {
        padding: 0 15px;
    }
}

@media (min-width:769px) {
    .search-directory div.search-directory-title:after {
        /*content:'';
	display:block;
	width:100%;
	height:3px;
	margin:0 0 15px;
	border-top:#ffffff dashed 1px;
	border-bottom:#ffffff dashed 1px;*/
    }
}

.form-middle {
    margin: 0 auto;
}

.form-middle select {
    width: 100%;
    border: 0;
    padding: 3px;
    height: 40px;
    border-radius: 5px;
}

@media (max-width:767px) {
    .form-middle select {
        margin: 0 0 15px;
    }
}

.form-middle select:hover {
    background: #f9f9f9;
}

.search-directory-collapse .form-middle {
    width: 100%;
}

.search-directory-collapse .form-middle>div {
    width: 19.3%;
    display: inline-block;
    margin: 0 5px 0 0;
}

.search-directory-collapse .form-middle select {
    border-radius: 20px;
    padding: 3px 10px;
    margin: 0;
}

@media (max-width:767px) {
    .search-directory-collapse .form-middle>div {
        width: 100%;
        display: block;
        margin: 20px 0;
    }
}

.btn-search {
    color: #ffffff!important;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    text-align: center;
    width: 100%;
}

.main-search .btn-search {
    background-color: #ff6633;
    text-transform: uppercase;
    border: 2px solid #ffffff;
}

.btn-search:hover {
    background-color: #ec712f;
    opacity: 1!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
}

.form-middle>div.other-search {
    margin: 0;
}

.form-middle>div.other-search .btn-search {
    width: 100%;
    margin: 0;
    height: 40px;
    background: #e3720c;
    border: 2px solid #ffffff;
}

.form-middle>div.other-search .btn-search:hover {
    background: #ff6633;
}

@media (min-width:767px) and (max-width:979px) {
    .form-middle {
        width: 95%;
        margin: 0 auto;
    }
    .form-middle>div {
        width: 48%;
        display: inline-block;
        margin: 0 3px;
    }
    .other-search {
        width: 100%!important;
        text-align: right;
        margin-left: 2px!important;
    }
    .form-middle>div.main-search {
        width: 100%;
        text-align: right;
    }
    .main-search .btn-search {
        width: 100%;
        margin: 16px 0;
    }
}

@media (min-width:800px) {
    .form-middle {
        margin: 0 auto;
    }
    .form-middle>div {
        /*width: 98%;*/
    }
    .other-pages h3,
    .filters h3 {
        font-size: 18px;
        line-height: 18px;
        padding: 10px 0;
    }
    .other-pages h3 {
        text-align: left;
        margin: 0 auto;
        width: 95%;
    }
    .other-pages .form-middle {
        width: 95%;
    }
    .other-pages .form-middle>div {
        width: 24%;
        display: inline-block;
        margin: 0 3px;
    }
    .other-pages .form-middle select {}
    .other-pages .other-search {
        width: 100%!important;
        text-align: right;
    }
    .other-search .btn-search {
        width: 100%;
        margin: 0;
    }
}

.banner-search {
    padding: 0 0 15px;
}

@media (max-width: 979px) and (min-width: 768px) {
    .advertisement .banner {
        height: auto;
    }
}


/* home page */

.homepg {
    margin-bottom: 0!important;
}
.search-front {
        border-radius: 10px;
	
    }
@media (min-width: 980px){
	.search-front{padding: 0 10px 0 0;}
}
@media (max-width: 979px) and (min-width: 768px) {
    .row-fluid.homepg .span8,
    .homepg.span4 {
        width: 100%;
        margin: 0;
    }
    .search-front {
        width: 100%!important;
    }
    .ipad-view {
        width: 100%!important;
        margin-left: 0!important;
    }
    .ipad-ver-main {
        width: 48%!important;
        display: inline-block!important;
    }
    .ipad-ver-main.col-left {
        margin-right: 15px!important;
    }
    .ipad-ver-main.col-right {
        margin-left: 12px!important;
    }
    .fb-row {
        height: 300px!important;
    }
    .ipad-search {
        width: 100%!important;
        margin-left: 0!important;
    }
    .col-2 {
        width: 48%!important;
        margin-left: 3.762431%!important
    }
    .col-2:first-child {
        margin-left: 0!important;
    }
    .col-2 img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .homepg {
        max-width: 100%!important;
        padding: 0!important;
    }
    .fb-row {
        height: 300px!important;
    }
}


/* slider */

@media (max-width: 977px) and (min-height: 767px) {
    .carousel-caption {
        width: 275px;
    }
}

@media (min-width: 1200px) {
    .homepg.row-fluid .span8 {
        width: 68.3%;
    }
}

@media (min-width: 767px) {
    .carousel,
    .carousel-inner {
        height: 380px;
    }
    .carousel-image,
    .carousel-image img {
        width: 560px;
        height: 380px;
    }
    .carousel-caption {
        width: 162px;
    }
}

.carousel-inner {
    width: 100%;
    height: 380px;
	border-radius: 10px;
	box-shadow: #0000004a 2px 1px 6px;
}

@media (max-width: 1024px) and (min-width: 481px) {
    .carousel,
    .carousel-inner {
        height: 360px;
    }
    .carousel-image,
    .carousel-image img {
        width: 560px;
        height: 380px;
    }
}
@media (max-width: 480px) {
.carousel-inner {
    height: 400px;
}
}
@media (min-width: 481px) {
    .carousel-image,
    .carousel-image img {
        width: 560px;
        height: 380px;
    }
}

.carousel-caption {
    background-color: #333333;
    width: 162px;
}

.carousel-caption h1,
.carousel-caption h1 a,
.carousel-caption h2,
.carousel-caption h2 a,
.carousel-caption p {
    color: #ffffff;
}

.carousel-caption h1 a {
    font-size: 20px;
}

.carousel-caption h2 a {
    font-size: 20px;	
}

.carousel-caption h1:after {
    background: #ff8a00!important;
    width: 50px;
    margin: 15px 0;
}

.carousel-caption h2:after {
    background: #ff8a00!important;
    width: 50px;
    margin: 15px 0;
}

.carousel-caption p {
    margin-bottom: 15px;
}

@media (max-width: 480px) {
    .carousel-caption {
        width: 95%;
    }
    .carousel-caption p {
        display: none;
    }
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 0;
}

.company-group-slider {
    /*background: #f9f9f9;*/
    padding: 10px 5px;
    border-radius: 5px;
    text-align: center;
}

@media (max-width: 977px) {
    .company-group-slider {
        margin: 10px 0;
    }
}

.company-group-slider h3 {
    padding: 0 30px;
    margin: 0 0 15px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ea3f96;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px dashed #ea3f96;
}

.company-group-slider p {
    color: #666666!important;
    margin-top: 8px!important;
    font-weight: bold;
}

.slider {
    width: 100%;
    margin: 5px auto;
}

.slick-vertical .slick-slide {
    border: 1px solid #aaaaaa;
}

.slick-vertical .slick-slide img {
    border: 0;
}

#resultpg {
    /* padding: 20px 0; */
}

#resultpg .slick-slide {
    margin: 0px 0 10px;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-slide img {
    width: auto;
    /* max-height:90%;
  max-width:85%;*/
}

#resultpg .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.search-result-banner {
    margin-bottom: 20px;
}

.slick-prev,
.slick-next {
    background: #cccccc;
    padding: 15px 8px;
    border-radius: 5px;
    top: 35%;
    width: auto;
    height: auto;
    z-index: 999;
}

.slick-prev {
    left: -30px;
}

.slick-next {
    right: -30px;
}

@media (max-width:1100px) {
    .slick-prev,
    .slick-next {
        opacity: .7;
    }
    .slick-prev:hover,
    .slick-next:hover {
        opacity: 1;
    }
    .slick-prev {
        left: 5px;
    }
    .slick-next {
        right: 5px;
    }
}

/* .slick-prev:before,
.slick-next:before {
    border: solid #333333;
    border-width: 0 3px 3px 0;
    padding: 3px;
    content: '';
    display: inline-block;
}

.slick-next:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.slick-prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
} */

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #999999;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    position: relative;
}

@media (max-width:768px) {
    .premium-banner .slick-dots {
        bottom: -15px !important;
    }
}

.slick-dots li {
    margin: 5px 0;
    width: 15px;
    height: 15px;
}

.slick-dots li button {
    padding: 5px 0;
}

.slick-dots li button:before {
    font-size: 7px;
    line-height: 8px;
    opacity: 1;
    color: #999999;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #00aeaf;
}

.slick-slide p {
    margin: 5px 0;
    font-size: 12px;
    line-height: 13px;
    color: #2980b9;
    /*text-align:center;*/
}

.company-group-row {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border: 1px solid #cccccc;
    background: #ffffff;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.company-group-row img {
    width: 130px;
    height: 130px;
}

.company-group-row a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Content Summary */

.content-row {
    border: 0;
    margin: 20px 0 10px;
    /*height: 300px;*/
}

.content-row h3 {
    margin: 0 0 5px;
    position: relative;
    line-height: 24px;
}

.my-listing.single-listing.type-event-2 .content-row h3 {
    display: inline-block;
}

.content-row h3 .icon-title {
    /*background-image:url(../assets/images/icons_title.png?v=2.4);*/
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 5px 5px 5px 10px;
    vertical-align: middle;
}

.content-row h3 .title {
    font-size: 21px;
    line-height: 24px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #333333;
    text-transform: initial;
    vertical-align: middle;
    display: inline-block;
}

.content-row h3:before {
    content: '';
    width: 25px;
    height: 4px;
    display: block;
    margin-bottom: 5px;
}

.btn-view-more {
    /*border-top: 1px dashed #e13668;
	text-align:center;
	padding:15px 0;
	float:left;*/
    color: #f18525!important;
    display: inline-block;
    margin: 0 0 0 10px;
}

.btn-view-more a {
    display: inline-block;
    color: #f18525!important;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.btn-view-more a:after {
    content: '>>';
    color: #f18525;
    margin: 0 0 0 5px;
}

.content-row p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}

.items-row {
    margin: 15px 0 0;
}

@media (max-width:990px) and (min-width:768px) {
    .content-row h3 .title {
        font-size: 15px;
    }
    .items-col {
        /* margin: 0 5px 10px!important;*/
    }
    .items-col .no-image {
        min-height: 175px;
    }
}

.items-col2 {
    margin: 0 3px 10px!important;
    border-top: 1px dashed #cccccc;
    padding: 10px 0 0;
}

/*@media (min-width:768px){
	
.featured-events .items-col2:nth-child(2){
	border-top:0;
	padding: 0;
}

}*/

.item-image {
    min-height: 175px;
    max-height: 175px;
    overflow: hidden;
    border: 1px solid #cccccc;
    text-align: center;
    position: relative;
}

.item-image2 {
    /*max-height:11vh;*/
    width: 37%;
    overflow: hidden;
    border: 1px solid #cccccc;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

@media (min-width:768px) {
    .item-image a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 990px) and (min-width:768px) {
    .item-image {
        min-height: 156px;
        max-height: 156px;
    }
}

@media (max-width:767px) {

    .item-image {
        min-height: 235px;
        max-height: 235px!important;
    }
}

@media (max-width:400px) {
    .items-col {
        margin: 0 6px 0 0!important;
        width: 300px!important;
    }
    .item-image {
        min-height: 200px;
        max-height: 200px!important;
    }
}

.item-image img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.items-describe {
    /*height:100px;*/
    margin: 10px 3px;
}

@media (max-width:767px) {
    .items-describe {
        height: auto;
    }
}

.items-describe2 {
    width: 57%;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
}

.items-inside-de {
    min-height: 100px;
}

.items-inside-de h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.items-describe h5,
.items-describe2 h5,
.event-describe h5 {
    font-size: 14px;
    font-weight: bold;
    color: #3498db;
    margin: 5px 0;
}

.items-describe2 h5 {
    /*font-size:13px;
	font-weight:bold;
	line-height:14px;
	margin:3px 0;*/
}

.items-describe p,
.event-describe p {
    font-size: 12px;
    color: #666666;
}

.items-describe2 p {
    /*font-size:11px;*/
    margin: 5px 0;
}

.btn-view {
    margin: 5px 0;
    text-align: right;
}

.btn-view a {
    font-size: 12px;
    color: #f18525!important;
    text-transform: uppercase;
}

.btn-view a:after {
    content: '>';
    margin: 0 0 0 5px;
    font-size: 12px;
}

@media (max-width:767px) {
    .items-describe h5,
    .items-describe2 h5,
    .event-describe h5 {
        font-size: 16px;
    }
    .items-describe2 h5 {
        font-size: 16px;
        line-height: 16px;
    }
    .items-describe p,
    .event-describe p {
        font-size: 14px;
    }
    .items-describe2 p {
        font-size: 14px;
    }
    .items-inside-de {
        height: auto;
    }
    .btn-view a {
        font-size: 15px;
    }
}

.middle-info .no-image {
    min-height: 30vh;
}

.middle-info .span5 img {
    width: auto;
    max-height: 150px;
}

.sidebar .no-image,
.side-related .no-image {
    min-height: 11vh;
}

.featured-articles .no-image,
.pre-related-articles .no-image,
.int-related-articles .no-image,
.featured-listings .no-image,
.enr-related-articles .no-image,
.pre-featured-listings .no-image {
    min-height: 175px;
}

@media (max-width: 990px) and (min-width:768px) {
    .item-image .no-image {
        min-height: 156px;
    }
    .level-summary .no-image,
    .summary span.no-image,
    .content-main .summary span.no-image {
        min-height: 156px;
        height: 156px;
    }
}

@media (max-width:767px) {
    .featured-articles .no-image,
    .int-related-articles .no-image {
        min-height: 235px;
    }
}

.int-related-listings .no-image,
.pre-latest-listings .no-image,
.enr-latest-listings .no-image,
.btm-related-article .no-image,
.btm-related-article .no-image {
    min-height: 175px;
}

@media (max-width: 990px) and (min-width:768px) {
    .pre-latest-listings .no-image,
    .enr-latest-listings .no-image,
    .btm-related-listings .no-image {
        min-height: 156px;
    }
}


/* Content Border */

.content-row.blue {
    border-color: #2980b9;
}

.content-row.green,
a.listing-name.green,
a.special-link.green {
    border-color: #008ca1;
}

.content-row.green2,
a.listing-name.green2,
a.special-link.green2 {
    border-color: #67bf67;
}

.content-row.green3,
a.listing-name.green3,
a.special-link.green3 {
    border-color: #149f84;
}

.content-row.red,
a.listing-name.red,
a.special-link.red {
    border-color: #e13668;
}

.content-row.pink,
a.listing-name.pink,
a.special-link.pink {
    border-color: #ea3f96;
}

.content-row.orange,
a.listing-name.orange,
a.special-link.orange {
    border-color: #f18525;
}


/* Title border color */

h3.blue:before,
h3.blue:after {
    background-color: #2980b9;
}

h3.green:before,
h3.green:after {
    background-color: #008ca1;
}

h3.green2:before,
h3.green2:after {
    background-color: #67bf67;
}

h3.green3:before,
h3.green3:after {
    background-color: #149f84;
}

h3.red:before,
h3.red:after {
    background-color: #e13668;
}

h3.pink:before,
h3.pink:after {
    background-color: #ea3f96;
}

h3.orange:before,
h3.orange:after {
    background-color: #f18525;
}


/* Title span color */

h3.blue span {
    color: #2980b9;
}

h3.green span {
    color: #008ca1;
}

h3.green2 span {
    color: #67bf67;
}

h3.green3 span {
    color: #149f84;
}

h3.red span {
    color: #e13668;
}

h3.pink span {
    color: #ea3f96;
}

h3.orange span {
    color: #f18525;
}


/* Featured Article */

.featured-articles {
    /*margin-top: 10px;*/
}

.featured-articles .icon-title {
    background-position: -90px 0;
}

.featured-articles .items-col {
    margin: 5px 6px 0!important;
}

.featured-articles .item-image,
.latest-articles .item-image {
    min-height: 175px;
    max-height: 175px;
}

@media (max-width: 990px) and (min-width:768px) {
    .featured-articles .span4,
    .latest-articles .span4,
    .pre-related-articles .items-col {
        /*width: 48%!important;
	margin: 5px 6px 0!important;*/
    }
    .featured-articles .item-image,
    .latest-articles .item-image {
        min-height: 156px;
        max-height: 156px;
    }
}

@media (max-width:480px) {
    .featured-articles .span4,
    .latest-articles .span4,
    .latest-listings .span4,
    .pre-related-articles .items-col {
        margin: 5px 6px 0 5px!important;
        /*width:95%!important;*/
        width: 350px!important;
    }
    .featured-articles .item-image,
    .latest-articles .item-image,
    .latest-listings .item-image {
        min-height: 235px;
        max-height: 235px;
    }
}

@media (max-width:400px) {
    .featured-articles .span4,
    .latest-articles .span4,
    .latest-listings .span4,
    .pre-related-articles .items-col {
        margin: 5px 6px 0 5px!important;
        /*width:95%!important;*/
        width: 300px!important;
    }
    .featured-articles .item-image,
    .latest-articles .item-image,
    .latest-listings .item-image {
        min-height: 200px;
        max-height: 200px;
    }
}

.featured-articles .items-describe {
    height: 80px;
}

.language_tag {
    margin: 0;
    font-style: italic;
}

.language_tag:before {
    content: 'Available:';
    color: #666666;
    margin: 0 5px 0 0;
    font-size: 13px;
}

.language_tag p {
    display: inline-block;
}

.language_tag a {
    color: #999999!important;
    text-decoration: none;
    /*padding:3px 10px;*/
    font-weight: bold;
    font-size: 13px;
    /*border-radius:5px;*/
}

.language_tag a:hover {
    text-decoration: underline;
}


/*.language_tag a:before{
	content:'+';
	color:#ffffff;
	margin:0 5px 0 0;
}*/

.language_tag .en a {
    /*background:#ff8a00;*/
}

.language_tag .en a:hover {
    color: #ff8a00!important;
}

.language_tag .cn:before {
    content: ' / ';
    /*background:#ea3f96;*/
}

.language_tag .cn a:hover {
    color: #ea3f96!important;
}

.language_tag .bm:before {
    content: ' / ';
    /*background:#67bf67;*/
}

.language_tag .bm a:hover {
    color: #67bf67!important;
}

.latest-articles .language_tag a {
    font-size: 11px;
}


/* Featured Events */

.featured-events .item-image {
    min-height: 261px;
    max-height: 261px;
}

.featured-events .item-image img {
    width: 100%;
    height: 100%;
}

.featured-events .icon-title {
    background-position: 0 -30px;
}

.featured-events .items-col {
    margin: 0 6px!important;
}

.featured-events .items-inside-de {
    min-height: 155px;
}

.ptime {
    font-size: 12px;
    font-style: italic;
    color: #999999;
    margin: 0;
}

.featured-events .ptime {
    color: #999999;
    /* background: #67bf67;*/
    padding: 0;
    border-radius: 5px;
    display: -webkit-inline-box;
}

.featured-events .items-describe2 {
    margin: 0 8px;
}

/* @media (max-width:480px) {
    .featured-events .span4 {
        margin: 0 6px 0 0!important;
        width: 300px!important;
    }
    .featured-events .item-image {
        min-height: 300px;
        max-height: 300px;
    }
    .featured-events .items-describe2 {
        margin: 0 5px;
    }
} */

@media (max-width:767px) {
    /*.featured-events .items-col2{
	width:98%!important;
}*/
}

@media (max-width: 990px) and (min-width:768px) {
    /*.featured-events .items-col2{
	width:98%;
}*/
}


/* Upcoming Events */

.event-row {
    margin: 0 6px 10px!important;
}

@media (max-width: 990px) and (min-width:768px) {
    .event-row {
        width: 48.61878453038674%!important;
        display: inline-block;
        margin: 0 0 0 8px!important;
    }
}

.upcoming-events .icon-title {
    background-position: -30px -30px;
}

.upcoming-events h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    margin: 5px 0 15px 0;
    border-top: #f18525 dashed 1px;
    border-bottom: #f18525 dashed 1px;
}

.upcoming-events .title {
    color: #f18525!important;
}

.calendar-bg {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 28%;
    margin: 0 0 15px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
}

.event-row:nth-child(n+1) .calendar-bg {
    background: #ff9933;
    /*f18525*/
}

.event-row:nth-child(n+2) .calendar-bg {
    background: #f48f2b;
    /*e37e24*/
}

.event-row:nth-child(n+3) .calendar-bg {
    background: #e98624;
    /*d47520*/
}

.event-row:nth-child(n+4) .calendar-bg {
    background: #df7d1d;
    /*c46c1d*/
}

.event-row:nth-child(n+5) .calendar-bg {
    background: #d47415;
}

.event-row:nth-child(n+6) .calendar-bg {
    background: #ca6b0e;
}

.event-row:nth-child(n+7) .calendar-bg {
    background: #bf6207;
}

.event-row:nth-child(n+8) .calendar-bg {
    background: #b55900;
}

.c-month {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    margin: 5px 0 0;
}

.c-day {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 5px;
}

.c-disday {
    border-top: 1px dashed #ffffff;
    font-size: 14px;
    margin: 3px 0;
    padding: 3px 0 0;
}

.event-describe {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    margin: 0 5px 5px;
}

.btn-event-all {
    border-top: 1px dashed #f18525;
    text-align: center;
    padding: 15px 0;
    float: left;
}

.btn-event-all a,
.btn-orange a {
    color: #f18525!important;
    font-size: 18px;
    font-weight: bold;
}

.btn-event-all a:after,
.btn-orange a:after {
    content: '>';
    color: #f18525;
    margin: 0 0 0 5px;
}


/* Event Summary */

.event-full {
    margin-bottom: 20px;

    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border-bottom: 4px solid #f7941d!important;*/
}

.event-full:first-child {
    margin-top: 0;
}

.event-color,
.job-color {
    /*border-top-color:#67bf67;*/
    border: 1px solid #999999;
}

.event-full .title {
    padding: 15px;
    width: 96%;
}

.event-full .title p {
    margin: 0;
}

.event-full h3 a,
.job-full h3 a {
    font-size: 20px!important;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.event-full .span8 {
    padding-bottom: 80px;
}

.event-date-tag {
    /*position: absolute;*/
    color: #666666;
    background: #eeeeee;
    padding: 5px 15px;
    border-radius: 20px;
    text-align: center;
    float: left;
}

.event-date-tag:before {
    /*content:'';
	border:1px dashed #eeeeee;
	border-top: 0;
    position: absolute;
    width: 90%;
    height: 85%;
    left: 10px;
    top: 0;
    border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;*/
}

.event-date-tag:after {
    /*content:'';
    left: -8px;
    top: 0;
	position: absolute;
    width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 0px solid transparent;
  
  border-bottom: 8px solid #509750; */
}

.event-date-tag h4 {
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
    text-align: left;
    margin: 0;
}

.event-date-tag h4:before {
    content: '';
    background: url(../assets/images/icon_date_solid_green.png) no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: text-bottom;
}

.event-date-tag h4 span {
    display: inline-block;
    margin-right: 15px;
}

.event-date-tag h4 em {
    font-size: 12px!important;
    line-height: 14px;
    display: inline-block;
    margin: 5px 0 0;
}

.event-date-tag h4 em:before {
    content: '';
    background: url(../assets/images/icon_time_solid_green.png?v=1.2) no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: middle;
}

.event-cat {
    border: 1px dashed #cccccc!important;
    border-radius: 20px;
    padding: 8px 13px;
    width: 95%!important;
}

.event-info {
    margin-top: 15px;
}

.event-full .summary-address {
    padding: 10px 0 0 9px;
}

.event-full .contact-col {
    margin-top: 5px!important;
}

.event-full .contact-col p {
    font-size: 12px;
    margin: 0;
}


.btn-event-main a {
    /*text-align:left;
	padding-top:15px;*/
	display:inline-block;
}

@media (max-width:767px) {
	
	
.btn-event-main{
    /*text-align:left;
	padding-top:15px;*/
	margin-bottom:5px;
}

    .event-full .span8 {
        width: 100%!important;
        padding-bottom: 10px;
    }
    .contact-col {
        width: 88%!important;
    }
    address .contact-col {
        width: 83%!important;
    }
}

#calendar_event h5 a {
    color: #2980B9 !important;
}

.event-calendar-row {
    border-radius: 5px;
    overflow: hidden;
    border-color: #dfeaf7!important;
    background-color: #F4F4f4;
}

.calendar-event {
    background-color: #ffffff!important;
    border-radius: 5px;
    padding: 5px;
    width: 95%;
}

body  .calendar-event li {
    color: #333333;
    background-color: #ffffff!important;
    margin: 0 3px 0 0;
}

.calendar-event li.active,
.calendar-event li:hover {
    background-color: #3d4a5d!important;
    border-radius: 5px;
    color: #ffffff;
}

.event-calendar-row h5 {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #149f84;
    margin-bottom: 10px;
    margin-top: 0;
}

.event-calendar-row p {
    font-size: 12px;
    line-height: 14px;
    margin: 0 !important;
}

.event-calendar-row a.view-more {
    display: inline-block;
    padding: 3px 15px!important;
    border-radius: 20px!important;
    float: right;
    margin: 0;
}

.item-preview {
    display: inline-block;
    max-width: 330px;
    clear: none;
    width: 93%;
    vertical-align: top;
    padding: 10px;
}

.item-preview b {
    color: #27AE60;
    font-size: 11px;
    font-weight: normal;
}
     

@media(max-width:480px){
	
	.event-calendar-row a.view-more {
    width:auto!important;
	margin:0!important;
}
}


/* Jobs Posting */

.jobs-posting .icon-title {
    background-position: -90px -30px;
}

.jobs-posting .items-col2 {
    border-top: 0;
    margin: 0 6px!important;
}

.jobs-posting .items-inside-de {
    min-height: 120px;
    height: auto;
}

.jobs-posting .item-image2 {
    max-height: inherit;
    width: 35%;
}

.jobs-posting .items-describe2 {
    width: 60%;
}

.jobs-posting .items-describe2 p {
    font-size: 12px;
    text-align: left;
    margin-bottom: 5px !important;
}

.jobs-posting .ptime {
    font-size: 10px;
    color: #666666;
    background: #eeeeee;
    padding: 2px 10px;
    border-radius: 5px;
    display: -webkit-inline-box;
    margin-bottom: 5px;
}

.btn-job-all,
.btn-orange,
.btn-green,
.btn-blog-all {
    border-top: 1px dotted #cccccc;
    text-align: center;
    padding: 15px 0;
    float: left;
}

.btn-job-all a,
.btn-green a {
    color: #008ca1!important;
    font-size: 18px;
    font-weight: bold;
}

.btn-job-all a:after,
.btn-green a:after {
    content: '>';
    color: #008ca1;
    margin: 0 0 0 5px;
}

@media (max-width:767px) {
    .jobs-posting .span6 {
        width: 98%!important;
    }
}

@media (max-width: 990px) and (min-width:768px) {
    .jobs-posting .span6 {
        width: 96%!important;
    }
}


/* Job Summary */

.job-color {
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0;
}

@media (max-width: 767px) {
    .job-full img {
        max-width: 150px;
        text-align: center;
        margin: 0 0 15px;
    }
    .job-full .contact-col {
        width: 85%;
    }
}

.job-color time {
    color: #333333;
    /*position: absolute;
    left: 10px;
    top: 0;*/
    background: #eeeeee;
    padding: 5px;
    border-radius: 20px;
    display: inline-block;
    margin: 10px 0;
}

.btn-job-main {
    text-align: right;
    padding-top: 15px;
}

.btn-job-main>div,
.btn-event-main>div {
    display: inline-block;
    vertical-align: middle;
}

.btn-job-sent-email a,
.btn-event-sent-email a {
    font-size: 12px;
    text-transform: uppercase;
    display: -webkit-box;
    margin: 0 8px 0 0;
    border: 1px solid #2a80b9;
    background: #2a80b9;
    padding: 10px 15px;
    color: #ffffff!important;
    border-radius: 5px;
}

@media (max-width:767px) {
    .btn-job-sent-email a,
    .btn-event-sent-email a {
        padding: 8px 15px;
    }
    .btn-job-main a {
        padding: 8px 20px!important;
        width: auto!important;
    }
}

.btn-job-sent-email a:before,
.btn-event-sent-email a:before {
    content: '';
    background: url(../assets/images/icon_email.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 5px 0 0;
}

.btn-job-sent-email a:after,
.btn-event-sent-email a:after {
    content: '>';
    margin: 0 0 0 5px;
    font-size: 12px;
    display: inline-block;
}


/* Job Detail */

.job-details h3 {
    font-size: 28px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
}

.job-details h5 {
    color: #008ca1!important;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 8px;
}


/* Latest Blog */

.latest-blog .icon-title {
    background-position: -60px -30px;
}

.latest-blog .items-col {
    margin: 0 5px 10px!important;
}

.latest-blog .items-describe {
    height: auto;
}

.latest-blog .btn-view {
    margin: 5px 5px 10px;
    text-align: left;
}


/* Blog list */

.popular-topics .icon-title {
    background-position: -30px -90px;
}

.top-categories .icon-title {
    background-position: -60px -90px;
}

.archive .icon-title {
    background-position: -90px -90px;
}

.archive h3 .title {
    color: #e13668;
}

.archive>h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    margin: 5px 0 15px 0;
    border-top: #e13668 dashed 1px;
    border-bottom: #e13668 dashed 1px;
}

.post-summary time {
    color: #ffffff;
    position: absolute;
    left: 10px;
    top: 0;
    background: #2980b9;
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.post-summary time:before,
.post-summary time:after,
.job-color time:before,
.job-color time:after {
    content: '•';
    vertical-align: middle;
    margin: 0 8px;
    font-size: 24px;
    font-style: normal;
}

@media (max-width:480px) {
    .post-summary {
        padding: 45px 15px 8px!important;
    }
    .post-summary .item-image2,
    .post-summary .items-describe2 {
        width: 100%;
    }
}


/* Blog Detail */

.btn-blog-all a {
    color: #67bf67!important;
    font-size: 18px;
    font-weight: bold;
}

.btn-blog-all a:after {
    content: '>';
    color: #67bf67;
    margin: 0 0 0 5px;
}


/* Latest Article */

.latest-articles .items-col {
    margin: 5px 6px 0!important;
}

@media (min-width:768px) and (max-width:990px) {
    .latest-articles .items-col {
        /*margin:0 6px 10px!important;*/
        /*width:95%!important;*/
    }
}

@media (max-width:767px) {
    .latest-articles .items-col {
        /*margin:0 0 10px!important;
	width:95%!important;*/
    }
}

@media (max-width:480px) {
    .latest-articles .items-col {
        margin: 0 6px 0 0!important;
    }
}

.latest-articles .icon-title {
    background-position: 0 0;
}

.btm-related-article .icon-title {
    background-position: 0 0;
}

.btm-related-article {
    margin: 20px 0 30px!important;
}


/* Latest Listing */

.latest-listings .items-col {
    margin: 0 6px 0 0!important;
}

.latest-listings .icon-title {
    background-position: -30px 0;
}

.latest-listings .items-describe {
    height: 80px;
}

.latest-listings .item-image a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Group Listing */

.grouping-col {
    border-radius: 5px;
    margin: 0 0 10px;
}

.grouping-col h3 {
    /*border-bottom: 1px dashed #ffffff;*/
    margin: 0 5px;
}

.grouping-col h3 .icon-title {
    background-image: url(../assets/images/icons_listing.png?v=1.2);
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 5px 5px 5px 10px;
    vertical-align: middle;
}

.grouping-col h3 .title {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    margin: 15px 0;
}

.grouping-col h3 .title a {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
}

@media (max-width:990px) and (min-width:768px) {
    .grouping-col h3 .title {
        width: 70%;
    }
    .grouping-col h3 .title a {
        font-size: 14px;
        line-height: 16px;
    }
}

.grouping-col ul {
    padding: 0 10px 20px 10px;
}

.grouping-col ul:before {
    content: '';
    border-top: 1px dashed #ffffff;
    display: block;
    margin-bottom: 10px;
}

.grouping-col ul:after {
    content: '';
    clear: both;
    display: block;
}

.grouping-col li {
    width: 44%;
    display: inline-block;
    margin: 0 5px 5px;
    color: #ffffff;
    vertical-align: top;
}

.grouping-col li:before {
    content: '•';
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    line-height: 12px;
}

.grouping-col li a {
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    padding: 0 0 0 8px;
    display: table-cell;
    vertical-align: top;
}

@media (max-width:767px) {
    .grouping-col h3 .title a {
        font-size: 18px;
    }
    .grouping-col li a {
        font-size: 14px;
    }
}

@media (max-width:320px) {
    .grouping-col li {
        width: 100%;
    }
}

.grouping-col li a:hover {
    text-decoration: underline;
}


/* Recent Review */

.listing-review .item-review {
    /*width: 29%;*/
    padding: 15px;
    background: #ffffff;
    border-radius: 5px;
}

.listing-review .item-review h5 a {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #666666;
}

@media (max-width:990px) {
    .listing-review .item-review {
        /*width: 44%;*/
    }
}

.recent-review {
    border-color: #149f84;
}

.recent-review .icon-title {
    background-position: -60px 0;
}

.recent-review h3:after {
    /*content: '';
    display: block;
    width: 100%;
    height: 3px;
    margin: 5px 0 15px 0;
    border-top: #149f84 dashed 1px;
    border-bottom: #149f84 dashed 1px;*/
}

.recent-review .title {
    /*color:#149f84!important;*/
}

@media (max-width:767px) {
    .listing-review .item-review {
        margin: 0 6px 0 0!important;
    }
}

.recent-review .item-review p {
    overflow: hidden;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 6px 0 0 0;
    font-size: 14px;
    line-height: 16px;
}

.recent-review .item-review b {
    color: #27AE60!important;
    font-weight: normal;
    line-height: 14px;
    font-size: 14px;
    float: right;
}

.recent-review .slick-prev,
.recent-review .slick-next {
    top: 50%;
}


/* Side Related */

.sidebar {
    margin-top: 20px;
    display: contents;
}

.side-related {
    margin-left: 0!important;
    margin: 0 0 10px;
    border: 1px solid #999999;
    padding: 15px;
    border-radius: 5px;
    clear: both;
    margin-top: 10px;
}

.side-related h3 {
    min-width: inherit;
    width: auto;
    float: none;
    padding: 2px;
    display: block;
    background: transparent;
    border: 0;
}

.side-related h3:before {
    display: none;
}

.side-related h3:after {
    content: '';
    width: 25px;
    height: 4px;
    display: block;
    margin-top: 10px;
}

.side-related h3 .title {
    font-size: 20px;
}

.side-related .items-describe2 {
    width: 56%;
}

.side-related .item-image2 {
    overflow: inherit;
}

.side-related img {
    object-fit: contain;
    height: auto;
    width: 100%;
    max-height: 80px;
}

.btm-related-listings .items-col {
    margin: 0 3px 10px!important;
}

.btm-related-listings .items-describe {
    height: 70px;
}

.related-listings .icon-title {
    background-position: 0 -60px;
}

.btm-related-listings .icon-title {
    background-position: 0 -60px;
}

.related-events .icon-title {
    background-position: 0 -30px;
}

.related-jobs .icon-title {
    background-position: -90px -30px;
}

.related-articles .icon-title {
    background-position: -90px 0;
}

.fb-comments .icon-title {
    background-position: -30px -60px;
}

.fb-like-box {
    display: block!important;
}


/* Listing Result */

.nav-tabs {
    display: inline-block;
    border: 0;
}

.tabs nav nav-tabs {
    border: 0;
    float: right;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus,
.tabs-advertise>li>a:hover,
.tabs-advertise>li>a:focus,
.profile-tabs>li>a:hover,
.profile-tabs>li>a:focus {
    background-color: #333333!important;
    border: 1px solid #333333!important;
}

.tabs .listView,
.tabs .mapView {
    margin: 0;
}

.tabs .listView {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 22px;
}

.tabs .mapView.disableMapTab {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 22px;
}


.tabs .listView a,
.tabs .mapView a {
    background-color: #ffffff;
    background-size: 50%;
    background-position: center center;
    width: 40px;
    height: 26px;
    padding: 3px 10px;
    border: 1px solid #333333;
    margin: 0;
}

.tabs .listView a {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.tabs .mapView a {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.tabview-results {
    display: inline-block;
    width: 150px;
    margin: 0 5px;
    float: none;
    vertical-align: top;
}

.selectpicker {
    margin-top: 0;
}

.selectpicker button {
    border-radius: 20px;
    padding: 3px 20px;
    border: 1px solid #333333!important;
}

.bootstrap-select.btn-group .btn .filter-option {
    left: 15px;
}

.result-box.hidden-desktop {
    display: none!important;
}

@media (max-width:979px) {
    .result-box.hidden-desktop {
        display: block!important;
    }
}

.result-box span {
    border: 1px solid #666666;
    background: #ffffff;
    font-size: 12px;
    padding: 7px 10px;
    margin-right: 8px;
    border-radius: 20px;
}

.noresults {
    margin-top: 30px;
}

@media (max-width:979px) {
    .result-box {
        margin: 20px 0;
    }
    .result-box.hidden-mobile {
        display: none!important;
    }
    .result-box span {
        display: inline-block;
        font-size: 10px;
        padding: 3px 10px;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}


/* Article Result */

.article-result-bar,
.event-result-bar,
.jobs-result-bar {
    width: 100%;
    display: block;
    background: #f1f1f1;
}

.article-result-bar .container,
.event-result-bar .container,
.jobs-result-bar .container {
    padding: 10px 0;
}

.article-result-bar .span3 {
    text-align: right;
}

.sidebar-filters,
.sidebar-browseby {
    border: 0;
    position: relative;
    margin-bottom: 0;
    display: block;
}

.sidebar-filters>ul {
    float: none;
    display: inline-block;
    width: auto;
    font-size: 14px;
    vertical-align: middle;
    margin: 0;
}

.item-filter h3 {
    border-radius: 20px;
    border: 0;
    background: #008ca1;
    color: #ffffff;
    font-size: 12px;
    padding: 7px 10px;
    min-width: 100px;
    margin: 0;
}

.sidebar-filters .item-filter h3 a {
    color: #ffffff;
}

.sidebar-filters .item-filter .item-select {
    display: none;
    position: absolute;
    top: 30px;
    z-index: 9999;
    border: 1px solid #999999;
    background: #ffffff;
    border-radius: 5px;
    width: auto;
    overflow-y: scroll!important;
    max-height: 300px;
    min-width: 150px;
    max-width: 210px;
}

@media (max-width:767px) {
    .sidebar-filters .item-filter .item-select {
        max-height: 400px!important;
    }
}

.sidebar-filters h3 .title-filter {
    /*width: 69%;*/
}

.sidebar-filters .item-filter .item-select li {
    padding: 8px 10px;
}

.sidebar-filters .item-filter .item-select>li:hover {
    background: #eeeeee;
}

.sidebar-filters .item-filter .item-select ul>li:hover {
    background: #cccccc;
}

.sidebar-filters .item-filter .item-select li a {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
    padding: 0px 10px 3px;
    display: inline-block;
}

.sidebar-filters .item-filter .item-select li a[class*="fa-caret"] {
    padding: 3px 6px;
    display: inline-block;
}

.sidebar-filters .item-filter .item-select li.active>a,
.sidebar-filters .item-filter .item-select li>a:hover {
    background-color: transparent!important;
}

.sidebar-filters .item-filter .item-select li a[class*="fa-caret"]:hover {
    background: #999999!important;
    color: #ffffff;
}


/* Event Result */

.item-filter {
    display: inline-block;
    margin-right: 0;
}


/* Article Detail */

.article-detail-bar,
.event-detail-bar,
.job-detail-bar {
    width: 100%;
    display: block;
    background: #f1f1f1;
}

.article-detail-bar .container,
.event-detail-bar .container,
.job-detail-bar .container {
    padding: 10px 0;
    position: relative;
}


/* Added explore-button 280920*/

.back-button,
.share-button,
.see-more-button,
.explore-button {
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: bold;
    transition: all ease-in .3s;
}

.back-button {
    background: #ffffff;
    border: 1px solid #666666;
    font-size: 12px;
    color: #333333;
}

.back-button:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #333333;
    display: inline-block;
    margin-right: 10px;
}

.back-button:hover {
    background: #f9f9f9;
}

.language-bar {
    display: inline-block;
    margin-left: 20px;
}

.language-bar label,
.language-bar select {
    display: inline-block;
}

.language-bar label {
    margin: 0 10px;
    font-size: 13px;
    font-style: italic;
    color: #666666;
}

.language-bar select {
    background: #008ca1;
    border-radius: 20px;
    color: #ffffff;
    width: 150px;
    height: 35px;
    margin: 0;
    padding: 3px 8px;
    transition: all ease-in .3s;
}

.language-bar select:hover {
    background: #016270;
}

.share-button {
    background-color: #4063e5;
    color: #ffffff;
    font-style: italic;
    vertical-align: middle;
    float: right;
    margin-left: 5px;
    /*margin-left: 10px;*/
    position: relative;
}

.share-button:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../assets/images/share-icon.png) center center;
    background-size: 100%;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.share-button:hover {
    background: #2446c5;
}

.share-icons {
    position: absolute;
    top: 40px;
    right: 0;
    width: auto;
    background: #ffffff;
    padding: 8px 15px;
    border: 1px solid #4063e5;
    border-radius: 5px;
    z-index: 9999;
    display: none;
}

.share-icons.fixed-to-top {
    position: fixed;
    top: 30px;
}

.share-icons:before,
.share-icons:after {
    content: '';
    position: absolute;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
    top: -5px;
    right: 20px;
}

.share-icons:before {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #4063e5;
    top: -6px;
    right: 19px;
}

.share-social {
    margin: 0;
    float: left;
	width:110px;
	position:relative;
}

.share-social li:first-child {
    margin-left: 0;
}

.see-more-button {
    background-color: #ed0089;
    color: #ffffff;
    float: right;
}

.see-more-button:hover {
    background: #b91444;
}

@media (max-width:480px) {
    .language-bar {
        margin-left: 5px;
    }
    .language-bar label {
        display: none;
    }
    .language-bar select {
        width: 130px;
    }
	
	.share-icons{
		right:-8px;
	}
	
    .share-button { 
        padding: 8px 0 8px 8px;
        width: 35px;
		height:35px;
        justify-content: center;
    }
	
	.share-button span{
		display:none;	
	}
    .share-button:after {
        content: '';
        width: 22px;
        margin-left: -8px;
    }
}

@media (max-width:375px) {
    .language-bar {
        margin-left: 0;
    }
    .language-bar select {
        width: 115px;
    }
    .back-button,
    .see-more-button {
        padding: 8px 10px;
    }
    .share-button {
        margin-left: 5px;
    }
}


/* PreSchools */

.banner-pre {
    margin: 20px 0;
}

@media (max-width:992px) and (min-width:768px) {
    .banner-pre>div,
    .banner-enr>div,
    .banner-int>div {
        display: inline-block;
        width: 31.491712707182323%;
        margin: 0 12px 0 0;
    }
}

.banner-pre img,
.banner-enr img,
.banner-int img,
.banner-search img {
    width: 100%;
    border: 1px solid #cccccc;
}

.preschool-page-title {
    background: url(../assets/images/banner_preschool.png?v=1) center center;
    background-size: cover;
    background-color: #f25b48;
    width: 100%;
    padding: 50px 0;
    /*height:250px;*/
    text-align: center;
    display: table;
}

.preschool-page-title h2 {
    color: #ff0000;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;
}

@media (max-width:480px) {
    .preschool-page-title {
        background: url(../assets/images/banner_preschool_m.png?v=1) center center;
        background-size: cover;
        width: 100%;
        /*height: 165px;*/
    }
    .preschool-page-title h2 {
        font-size: 20px;
        line-height: 20px;
    }
    /* 300920 Special Needs */
    .special-needs-bgImage {
        background: url(../assets/images/banner_specialneeds_m.png) center center!important;
        background-size: cover!important;
        width: 100%;
        /*height: 165px;*/
    }
    .special-needs-bgImage>h2 {
        color: #009688;
    }
}

.dedicated-search {
    width: 100%;
    display: block;
    background: #eeeeee;
    padding: 20px 0;
}

.dedicated-search .form-middle>div {
    display: inline-block;
    width: 20%;
    margin-right: 10px;
    vertical-align: top;
}

.dedicated-search.international .form-middle>div,
.dedicated-search.spe .form-middle>div {
    width: 27%;
}

.dedicated-search .form-middle {
    width: 90%;
}

.directory-main.dedicated-search .form-middle {
    width: 100%;
}

.dedicated-search .form-middle select {
    border-radius: 20px;
    padding: 3px 15px;
}

.dedicated-search .form-middle>div.other-search {
    width: 13%;
}

@media (max-width: 979px) and (min-width: 767px) {
    .dedicated-search .form-middle>div {
        width: 19%;
    }
    .dedicated-search.international .form-middle>div,
    .dedicated-search.spe .form-middle>div {
        width: 26%;
    }
    .dedicated-search .form-middle>div.other-search {
        width: 10%!important;
    }
}

@media (max-width:767px) {
    .directory-main.dedicated-search .form-middle {
        width: 90%;
    }
    .dedicated-search .form-middle>div,
    .dedicated-search.international .form-middle>div,
    .dedicated-search.spe .form-middle>div {
        display: block;
        width: 100%;
    }
    .dedicated-search .form-middle>div.other-search {
        width: 100%;
    }
}

.pre-catergory>div {
    background: #ea3f96;
    border-radius: 5px;
    display: table!important;
    margin-left: 12px!important;
    margin-bottom: 10px;
    padding: 0 0 0 20px;
    width: 32%!important;
    min-height: 60px!important;
    height: 60px;
}

.pre-catergory>div:first-child,
.pre-catergory>div:nth-child(4) {
    margin-left: 0!important;
}

.pre-catergory>div a {
    display: table-cell;
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    vertical-align: middle;
    text-align: left;
}

div.pre-cat-more {
    position: relative;
    width: 66%!important;
}

.pre-cat-more:after {
    content: '>>';
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
    font-size: 20px;
}

@media (max-width: 767px) {
    .pre-catergory>div {
        margin-top: 6px!important;
        margin-left: 6px!important;
        padding: 0 0 0 15px;
        width: 49%!important;
        min-height: 60px!important;
        height: 60px;
        margin-bottom: 0;
    }
    .pre-catergory>div:first-child,
    .pre-catergory>div:nth-child(3),
    .pre-catergory>div:nth-child(5) {
        margin-left: 0!important;
    }
    .pre-catergory>div:nth-child(4) {
        margin-left: 6px!important;
    }
    .pre-catergory>div a {
        font-size: 15px;
        line-height: 17px;
    }
    div.pre-cat-more {
        position: relative;
        width: 100%!important;
    }
    .pre-cat-more:after {
        content: '>>';
        bottom: 10px;
        right: 10px;
        font-size: 18px;
    }
}


/*.pre-featured-listings span.icon-title{
	background-image:url(../assets/images/icon-featured-pre.png);
	background-repeat:no-repeat;
	background-position: center center;
	width:60px;
	height:70px;
    position: absolute;
    top: -20px;
	left: -10px;
}


.pre-featured-listings h3:after{
	content:'';
	background-image:url(../assets/images/featured_fold.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width:15px;
	height:15px;
    position: absolute;
    top: 0;
	right: 0;
}
.pre-featured-listings span.title{
	 padding: 8px 0 8px 65px;	
}

.pre-featured-listings .items-row{
	margin:20px 8px 10px;
}*/

.pre-featured-listings .items-col2 {
    border-top: 0!important;
    padding: 0;
}

.featured-preschool .icon-title {
    background-position: -60px -60px;
}

.pre-latest-listings .icon-title {
    background-position: -30px 0;
}

.pre-related-articles .icon-title {
    background-position: -60px -60px;
}

.pre-selected .icon-title {
    background-position: -90px -60px;
}

.pre-related-articles .item-image,
.enr-related-articles .item-image,
.pre-featured-listings .item-image,
.btm-related-listings .item-image {
    /*min-height:230px;
	max-height:230px;*/
}

@media (max-width: 990px) and (min-width:768px) {
    .pre-related-articles .items-row,
    .enr-related-articles .items-row {
        margin: 10px 5px 0;
    }
    .pre-related-articles .item-image,
    .enr-related-articles .item-image,
    .pre-featured-listings .item-image,
    .btm-related-listings .item-image,
    .int-related-articles .item-image,
    .featured-listings .item-image2 {
        /*min-height:215px;
	max-height:215px;*/
    }
}

@media (min-width:979px) {
    .featured-events .items-col2:nth-child(2),
    .jobs-posting .items-col2:nth-child(2),
    .pre-latest-listings .items-col2:nth-child(2),
    .int-related-listings .items-col2:nth-child(2),
    .enr-latest-listings .items-col2:nth-child(2),
    .btm-related-article .items-col2:nth-child(2) {
        border-top: 0;
        padding: 0;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    /*.jobs-posting .items-col2:nth-child(2){
	border-top:0;
	padding: 0;
}*/
    .pre-latest-listings .items-col2,
    .int-related-listings .items-col2,
    .enr-latest-listings .items-col2,
    .btm-related-article .items-col2,
    .btm-related-listings .items-col2 {
        width: 100%!important;
    }
}

.pre-latest-listings .item-image2,
.int-related-listings .item-image2,
.enr-latest-listings .item-image2,
.btm-related-article .item-image2,
.btm-related-listings .item-image2 {
    max-height: 12vh;
    min-height: 12vh;
}

@media (max-width:979px) {
    .pre-latest-listings .item-image2,
    .int-related-listings .item-image2,
    .enr-latest-listings .item-image2,
    .btm-related-article .item-image2,
    .btm-related-listings .item-image2 {
        max-height: 30px;
    }
    .item-image2 {
        width: 100% !important;
    }
}

.pre-latest-listings .items-inside-de,
.int-related-listings .items-inside-de,
.enr-latest-listings .items-inside-de,
.pre-featured-listings .items-inside-de,
.btm-related-article .items-inside-de {
    min-height: 60px;
}

.btm-related-listings .items-inside-de {
    min-height: 50px;
}

.pre-related-articles .main-article .item-image,
.featured-listings .item-image,
.int-featured-articles .item-image {
    min-height: 350px;
    max-height: 350px;
}

.pre-related-articles .main-article .featured-pre:before,
.int-featured-articles .main-article .featured-pre:before,
.int-featured-articles .main-article .featured-all:before,
.int-featured-articles .main-article .featured-enr:before {
    width: 120px;
    height: 120px;
}

@media (max-width:767px) {
    .pre-related-articles .main-article .items-col,
    .featured-listings .items-col,
    .int-featured-articles .items-col {
        width: 97%!important;
    }
    .pre-related-articles .main-article .item-image,
    .featured-listings .item-image,
    .int-featured-articles .item-image {
        min-height: 250px;
        max-height: 250px;
    }
}

@media (max-width:480px) {
    .pre-related-articles .main-article .item-image,
    .featured-listings .item-image,
    .int-featured-articles .item-image {
        min-height: auto;
        max-height: auto;
    }
}


/* Popular Selected Preschool */

.pre-selected .item-image {
    min-height: 230px;
    max-height: 230px;
}

@media (max-width:767px) {
    .pre-selected .items-col {
        width: 97%!important;
        margin: 0 0 8px;
    }
    .pre-selected .item-image {
        min-height: auto;
        max-height: auto;
        margin-bottom: 8px;
    }
}

.explore-more-preschool {
    margin-left: 0!important;
    margin-top: 4px;
}

.sarticle-link {
    margin: 0 5px 15px 0;
    display: inline-block;
}

.sarticle-link h5 a {
    border: 1px solid #67bf67;
    padding: 5px 10px;
    color: #333333;
}

.sarticle-link h5 a:hover {
    border: 1px solid #67bf67;
    background: #67bf67;
    color: #ffffff;
}


/* Listing Summary */

#content_listView {
    padding: 25px 0;
}

#content_mapView {
    padding: 10px 0;
}

@media (max-width:768px) {
    #content_listView {
        padding: 0;
    }
    #content_mapView {
        padding: 0;
    }
}

.lazyload,
.lazyloading {
    display: none;
}

.lazyloaded {
    display: block;
}

img.lazyload,
img.lazyloading {
    opacity: 0;
}

img.lazyloaded {
    opacity: 1;
    transition: opacity 1s;
}

.listing-full {
   margin-bottom: 20px;
     /*border-bottom:4px solid #f7941d!important;
	border-top: 1px solid #dedede;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
    border-radius: 5px;
    /*overflow: hidden;*/
}

.summary-address {
    width: 100%;
}

.basic-listing .listing-full {
    border-top: 1px solid #dedede!important;
    border-radius: 5px!important;
}

.basic-listing .listing-title {
    width: 95%;
}

.basic-listing .listing-title h3 a {
    margin-bottom: 0;
}

.basic-listing .summary-address {
    width: 35%;
}

.basic-listing .summary-contact {
    width: 35%;
}

@media (max-width: 767px) {
    .basic-listing .summary-address,
    .basic-listing .summary-contact {
        width: 100%;
    }
}

.basic-listing a.view-more {
    margin: 15px 0;
}

@media (max-width:767px) {
    .listing-full {
        /*padding-bottom:20px;*/
    }
    .listing-full .span3 {
        width: 15%!important;
        margin-right: 20px;
        margin-bottom: 15px;
    }
    .banner-top-mobile {
        display: block !important;
    }
    .premium-banner {
        background:#fff;
        padding: 10px 20px;
    }
    .premium-banner .slider img {
        object-fit: contain;
        height: auto;
    }

    .premium-banner .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
}

@media (max-width:620px) {
    .listing-full .span3 {
        width: 20%!important;
        margin-bottom: 35px;
    }
}

@media (max-width:480px) {
    .listing-full .span3 {
        width: 20%!important;
        margin-right: 10px;
    }
}

.summary {
    border-radius: 5px;
}

.summary section {
    padding: 0;
    margin: 0;
}

.summary .slick-slide {
    margin: 0 1px;
    /*max-width: 300px;*/
    overflow: hidden;
    height: 200px;
}

/* .banner-top-mobile .slick-slide{
    height: 200px;
} */

.premium-banner .slick-slide {
    height: auto;
    overflow: hidden;
}

.single-listing.type-articles .single-job-listing .slick-slide {
    height: 200px;
    overflow: hidden;
}

@media (min-width:768px) {
    .premium-banner {
        display: none;
    }
}

.summary .slick-slide img {
    height: 200px;
    /*min-width: 300px;*/
    margin: 0 auto;
}

@media (max-width:480px) {
    .summary .slick-slide {
        max-width: inherit;
        height: 250px;
    }
    .summary .slick-slide img {
        /*min-width:100%;*/
        min-height: 250px;
    }
}

.summary .slick-prev,
.summary .slick-next {
    top: 50%;
    padding: 8px;
    border-radius: 50%;
}

.summary .slick-prev {
    left: 5px;
}

.summary .slick-next {
    right: 5px;
}

.summary .slick-prev:hover,
.summary .slick-prev:focus,
.summary .slick-next:hover,
.summary .slick-next:focus {
    background: #ffffff;
}

.summary .info {
	/*position:relative;*/
	margin:15px!important;
}

.summary .listing-title {
    margin: 20px 0;
    padding: 0 10px;
    width: 75%;
}

.summary .listing-title h3 a {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #666666;
/*    margin-bottom: 50px;*/
    display: block;
}

@media (max-width:480px) {
    .summary .listing-title h3 a {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

.basic-listing .user-contact-btn {
    display: none;
}

.contact-info{
 margin-bottom:10px;	
}

.user-contact-row {
    position: relative;
    margin-bottom: 5px;
	display:none;
	
}

.event.user-contact-row {
    margin: 0 !important;
}

#content_listView .user-contact-row,.tablet-full .user-contact-row  {
	display:none;
	margin-top:-20px;
	 margin-bottom: 20px;
}

.tablet-full .overview .user-contact-row  {

	 margin-top: -10px;
     width: 100%;
}

#content_listView .user-contact-form,.event-info .user-contact-form{
   display:block;
}

@media (min-width:767px) {
    .listing-info .user-contact-row {
        max-width: 350px;
    }
    .user-contact-row.sticky {
        max-width: inherit;
    }
}

.user-contact-row.sticky,
.user-contact-row-sticky{
    /*position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    z-index: 9999;
    width: 100%;*/
    display:none;
}

.event-info .user-contact-row.sticky{
   display:none;
}

.user-contact-btn{
    text-align: center;
    font-size: 16px;
    font-weight: bold;

}


.user-contact-btn,.user-contact-btn:focus,.user-contact-row.sticky .detail-us-btn:focus {
    color: #ffffff;
    padding: 9px 15px 9px 10px;
    background: #e13668;
	border-radius:5px;
	margin:0 5px 0 0;
    /*border: 2px solid #666666;*/
    transition: all ease-out .3s;
}


@media(max-width:766px){ 
    .user-contact-btn.main-us-btn, a.view-more {
        width: 45%;
    }

    body:not(.home) #job-listing-search-form {
        background: #ffffff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999999999;
    }
}

/*.selected-contact-box .user-contact-btn.main-us-btn{
	bottom: 22px;
}*/

@media(max-width:480px){

.user-contact-btn,.user-contact-btn:focus,.user-contact-row.sticky .detail-us-btn:focus {
padding: 16px 20px;
}

.selected-contact-box .user-contact-btn.main-us-btn{
	margin: 0 0 10px;
}
}

.tablet-full .user-contact-btn.detail-us-btn {
    color: #ffffff;
    background: #e13668;
	display:block;
	width:50%;
    /*border: 2px solid #666666;*/
    border-radius: 5px;
	margin-bottom:20px;
    border: none;
}

.tablet-full .overview .user-contact-btn.main-us-btn,.tablet-full .overview .user-contact-btn.main-us-btn:focus {
    background: #e13668;
	  border:0;
}

.tablet-full .user-contact-btn.main-us-btn:after {
    /*border: solid #ffffff;
	    border-width: 0 3px 3px 0;*/
}

.tablet-full .user-contact-btn.main-us-btn:hover,.tablet-full .overview .user-contact-btn.main-us-btn:hover {
    color: #ffffff;
    background: #999999;
    /*border: 2px solid #999999;*/
}

.tablet-full em .user-contact-btn.main-us-btn {
    color: #ffffff;
    background: #e13668;
   /* border: 2px solid #ff8a00;*/
}

.user-contact-btn:hover,
.user-contact-row.sticky .detail-us-btn:hover {
    color: #ffffff;
    background: #666666;
    /*border: 2px solid #666666;*/
}

.user-contact-btn.main-us-btn{
    color: #666666;
    background: #ffffff;
   border: 2px solid #666666;
   padding:8px 15px 7px 10px;
   margin:15px 5px 15px 0;
   border-radius: 5px;
}

.tablet-full .overview .user-contact-btn.main-us-btn{

   padding:10px 15px 10px 10px;
}

.event-full .user-contact-btn.main-us-btn {
   

}

.user-contact-btn.active,.user-contact-btn:hover,
.tablet-full .user-contact-btn.main-us-btn.active,.tablet-full .user-contact-btn.main-us-btn.active:focus{
    background: #666666;
	color:#ffffff;
}

.user-contact-row.sticky .main-us-btn,
.user-contact-row.sticky .detail-us-btn {
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 9999;
    padding: 16px 20px;
    color: #ffffff;
    background: #f7941d;
    border: 2px solid #f7941d;
}


@media (max-width:767px) {

.tablet-full .user-contact-btn.main-us-btn.sticky, .user-contact-btn.detail-us-btn.sticky {
	position: fixed;
	bottom: -10px;
	z-index: 99999;
}

.user-contact-btn.detail-us-btn.sticky{
       /* bottom:10px;*/
    }

}

@media (max-width:480px) {

    .tablet-full .overview .user-contact-btn.main-us-btn {
        /*color:#ffffff;	
	background: #666666;
	border: 2px solid #666666;*/
        width: 100%;
		padding: 13px 21px;
    }
	
    .tablet-full .main-us-btn.sticky, .user-contact-btn.detail-us-btn.sticky,.tablet-full .overview .user-contact-btn.main-us-btn.sticky{
        right: 12px;
        padding: 15px 15px;
        width: 39%;
    }
}

@media (max-width:400px) {
	
    .tablet-full .main-us-btn.sticky {
        width: 45%!important;
		right: 10px;
    padding: 15px 10px!important;
    }
	
    .user-contact-btn.detail-us-btn {
        width: 100%;
    }
    .user-contact-btn.detail-us-btn.sticky {
        width: 43%;
    }
}

@media (max-width:320px) {

    .user-contact-btn.main-us-btn span {
        /*font-size:10px;*/
    }
    .tablet-full .main-us-btn.sticky {
        width: 50%;
    }
    #content_listView .main-us-btn,
    .nearby-listing-row .main-us-btn {
        width: 45%!important;

    }
    .user-contact-btn.sticky.main-us-btn span {
        font-size: 13px;
    }
    .user-contact-btn.detail-us-btn.sticky{
        width: 48%;
    }
}

@media (min-width:979px) {
    .user-contact-row.sticky .main-us-btn{
        left: 80px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        top: -50px;
        width: 150px;
    }
    .user-contact-row.sticky .detail-us-btn {
        left: 80px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        top: -50px;
        width: 150px;
    }
}

@media (max-width:320px) {
    .user-contact-row.sticky .main-us-btn.sticky {
        right: 10px;
    }
    .user-contact-row .detail-us-btn.sticky {
        right: 10px;
    }
}

.user-contact-btn span {
    display: inline-block;
    vertical-align: middle;
}

.user-contact-btn span span {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.single-job_listing .user-contact-btn.detail-us-btn:before {
    background:url(../assets/images/icon_email.png) no-repeat !important;
    background-size: contain !important;
}

.user-contact-btn:before,.tablet-full .user-contact-btn.main-us-btn:before {
   content:'';
	background:url(../assets/images/icon_email.png) no-repeat;
	background-size: 100% 100%;
	width:24px;
	height:24px;
    /* border: solid #666666;
    border-width: 0 3px 3px 0;*/
    padding: 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    
     /*transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 9998;
    position: relative;*/
}

.nearby-listing-row .main-us-btn.user-contact-btn:before, .main-us-btn.user-contact-btn:before {
   content:'';
	background:url(../assets/images/icon_email_b.png) no-repeat;
	background-size: 100% 100%;
	width:24px;
	height:24px;
	transition: all ease-out .3s;
}

@media (max-width:480px){
.main-us-btn.user-contact-btn:before {
   content:'';
	width:22px;
	height:22px;

}
	
	
}


.main-us-btn.user-contact-btn.active:before,.main-us-btn.user-contact-btn:hover::before {
   content:'';
	background:url(../assets/images/icon_email.png) no-repeat;
	background-size: 100% 100%;
	width:24px;
	height:24px;
}


/*.user-contact-row.sticky .user-contact-btn:after,
.user-contact-btn:hover:after {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
}

.user-contact-row.sticky .detail-us-btn:after {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
}

.user-contact-btn.active:after {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -3px;
}*/

.user-contact-form {
    background: #eeeeee;
    /*border: 1px solid #f7941d;*/
    padding: 5px 0;
   /* display: none;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
	/*display:none;*/
	display:block;
}

.user-contact-row.sticky .user-contact-form {
    position: fixed;
    bottom: 65px;
	left:0;
    z-index: 9999;
	/*display:none;*/
}

.event-info .user-contact-row.sticky .user-contact-form{
   display:block;
}

.contact-txt-row {
    max-width: 1140px;
    margin: 0 auto;
}

.user-contact-valid-msg {
    font-size: 12px;
    line-height: 14px;
    margin: 5px auto 15px;
    max-width: 1140px;
}

.user-contact-valid-msg span {
    display: inline-block;
    padding: 5px 15px 5px 25px;
    margin: 5px 5px 3px;
    background-color: #eeeeee;
    border-radius: 10px;
}

.enquiry-error-msg {
    background: url(../assets/images/icon-alert-error.png) no-repeat 5px;
    background-size: 15px 15px;
    color: #ff0000;
}

.enquiry-success {
    background: url(../assets/images/icon-alert-success.png) no-repeat 5px;
    background-size: 15px 15px;
    color: #38b449;
}

.detail {
    margin-top: 0;
    border-top-right-radius: 5px;
    padding: 8px 0;
}

.user-contact-form form {
    border-top: 1px solid #ffffff;
    padding: 15px 10px;
}

.us-txt-col {
    display: flex;
    text-align: center;
    justify-content: center;
}

.user-contact-row .main .us-txt-col {
    width: 100%;
}

.main .us-txt-col {
    width: 25%;
}

.main .us-txt-col.name {
    width: 100%;
}

.main.event .us-txt-col {
    width: 32.7%;
}

.main .us-select-col {
    width: 17%;
    margin: 0 2px;
}

@media (min-width:981px) {
    .sticky .detail .us-txt-col.name {
        width: 30%;
    }

    .enquiry-box.sticky {
        display: none !important;
    }
}
@media (max-width:980px) {
    .user-contact-valid-msg span {
        display: flex;
        padding: 0;
        margin: 10 0px;
    }
}

@media (min-width:768px) {
    .sticky .detail .us-txt-col {
        width: 25%;
    }
    .sticky .detail .us-txt-col.name {
        width: 30%;
    }
    .sticky .detail .event .us-txt-col {
        width: 32.7%;
    }
    .sticky .detail .us-select-col {
        width: 17%;
        margin: 0 2px;
    }
}

@media (max-width:767px) {
    .main .us-txt-col,
    .main .us-txt-col.name,
    .main.event .us-txt-col {
        width: 100%;
    }
    .main .us-select-col {
        margin: 0;
    }
}

.detail .us-txt-col {
    width: 100%;
}

.contact-txt {
    height: 25px!important;
    background-color: #ffffff;
    border: 1px solid #eeeeee!important;
    color: #333333!important;
    width: 92%!important;
    border-radius: 5px;
}

.contact-select {
    height: 35px!important;
    background-color: #ffffff;
    border: 1px solid #eeeeee!important;
    color: #333333!important;
    width: 100%!important;
    border-radius: 5px;
}

.detail .contact-select {
    width: 100%!important;
}

@media (max-width:767px) {
    .contact-select {
        width: 95%!important;
    }
}

.error {
    border: 1px solid #ff0000!important;
    background: #FAFAD2!important;
}

.us-btn-row {
    width: 100%;
    text-align: right;
}

@media (max-width:767px) {
.us-btn-row {
    width: 95%;
    text-align: center;
}

}

.btn-submit {
    background-color: #e13668 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    border: 2px solid #ffffff !important;
    border-radius: 5px !important;
    text-align: center !important;
    width: auto;
    padding: 5px 35px !important;
    margin: 10px 15px;
    border-radius: 20px !important;
}

@media(max-width:480px){

.btn-submit {
    width: 95%;
    margin: 0;
}

}

.btn-submit:hover,
.btn-submit:focus {
    background-color: #ca3360;
    opacity: 1!important;
}

.note {
    font-size: 11px;
    line-height: 13px;
    color: #333333;
    margin: 15px 0 0;
}

.note a:visited,
.note a:link,
.note a:active {
    color:#333333;
    text-decoration: underline;
	font-weight:bold;
}

.contact-txt-row .note a:visited,
.contact-txt-row .note a:link,
.note a:active {
    color: #333333;
    text-decoration: underline;
}

@media (max-width:767px) {
    .whatappsiconsticky {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 65px;
        background-color: #f9f9f9;
        z-index: 9998;
        display: none;
        box-shadow: 0px 2px 15px 0px #333333;
    }
    .user-contact-row.sticky .whatappsiconsticky,
    .user-contact-row-sticky .whatappsiconsticky {
        display: block;
    }
    .whatappsiconsticky a {
        position: relative;
        left: 8px;
        bottom: -5px;
        padding: 3px;
        border-radius: 5px;
        z-index: 9999;
        width: 25%;
        text-align: center;
        display: inline-block;
        margin: 0 0 0 6px;
        font-size: 15px;
    }
    .user-contact-row-sticky .whatappsiconsticky a {
        width: 45%;
    }
    .whatappsiconsticky a.whatsapp {
        background-color: #23b180;
    }
    .whatappsiconsticky a.callnow {
        background-color: #FF0053;
    }
    .whatappsiconsticky a.alone {
        position: absolute;
        padding: 10px;
        display: block;
        width: 49%;
        bottom: 8px;
        left: 10px;
    }
    .user-contact-row-sticky .whatappsiconsticky a.alone {
        width: 92%;
    }
    .whatappsiconsticky a:after {
        display: block;
        margin: 0;
        color: #ffffff;
        font-weight: bold;
    }
    .whatappsiconsticky a.alone:after {
        margin: 5px 8px;
        display: inline-block;
    }
    .whatappsiconsticky a.whatsapp:after {
        content: "WhatsApp";
    }
    .whatappsiconsticky a.callnow:after {
        content: "Call Now";
    }
    .whatappsicon a {
        margin-left: 10px;
        margin-top: 5px;
        background-color: #23b180;
        padding: 1px 15px 1px 10px;
        border-radius: 20px;
        display: inline-block;
    }
    .whatappsicon a:after {
        content: "WHATSAPP";
        display: inline-block;
        margin: 0;
        color: #ffffff;
        font-size: 11px;
    }
}

@media (max-width:480px) {
    .overview .whatappsiconsticky a.alone {
        padding: 11px;
        width: 51%;
        bottom: 6px;
    }
	
	 .whatappsiconsticky a.alone {
        padding: 11px;
        width: 49%;
        bottom: 6px;
    }
    .whatappsiconsticky a {
        padding: 4px 3px;
        bottom: -6px;
    }
    .whatappsiconsticky a img {
        height: 25px!important;
    }
}

@media (max-width:400px) {
    .whatappsiconsticky a {
        width: 22%!important;
        left: 5px;
        font-size: 13px;
        bottom: -6px;
    }
    .whatappsiconsticky a img {
        height: 25px!important;
    }
    .user-contact-row-sticky .whatappsiconsticky a {
        width: 45%!important;
    }
    .overview .whatappsiconsticky a.alone {
        width: 45%!important;
        left: 10px;
    }
	
	.whatappsiconsticky a.alone {
        width: 42%!important;
        left: 10px;
    }
    .user-contact-row-sticky .whatappsiconsticky a.alone {
        width: 92%!important;
    }
}

@media (max-width:320px) {
    .whatappsiconsticky a {
        padding: 5px 2px;
        width: 20%!important;
        bottom: -6px;
    }
    .whatappsiconsticky a img {
        height: 21px!important;
    }
    .whatappsiconsticky a:after {
        content: "WHATSAPP";
        margin: 0;
        color: #ffffff;
        font-size: 11px;
    }
    .whatappsiconsticky a.alone {
        padding: 10px 8px;
        width: 38%!important;
        bottom: 8px;
    }
    em .whatappsiconsticky a.alone {
        width: 40%!important;
    }
    .user-contact-row-sticky .whatappsiconsticky a.alone {
        width: 92%!important;
    }
}

.message-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 999999;
}

.fade-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: #333333;
    opacity: .8;
}

.message-content-box {
    position: relative;
    width: 30%;
    height: auto;
    padding: 15px;
    /* display: table-cell; */
    background: #ffffff;
    text-align: center;
    margin: 15% auto;
    padding: 25px;
    border-radius: 5px;
}

@media (max-width:767px) {
    .message-content-box {
        margin: 25% auto;
        width: 80%;
    }
}

.message-content-box h3 {
    font-size: 25px;
    color: #2980b9;
    font-weight: bold;
    margin: 0 0 20px;
}

.btn-close {
    background: #666666;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 25px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}

.btn-close:hover,
.btn-close:focus {
    background: #333333;
    color: #ffffff!important;
}


/* international School */

.featured-page-title {
    background: url(../assets/images/1100x168-100.jpg) center center;
    background-size: contain;
    background-color: #00cccb;
    padding: 50px 0;
    width: 100%;
    /*height:250px;*/
    text-align: center;
    display: table;
}

.featured-page-title h2 {
    color: #0225a7;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    text-shadow: 1px 1px 10px #ffffff, 1px 1px 10px #ccc;
}

.intban-full{display: block}
.intban-mobile{display: none}
@media (max-width:480px) {
		.intban-full{display: none}
		.intban-mobile{display: block}
    .featured-page-title {
        background: url(../assets/images/400x120-100.jpg) center center;
        background-size: 100%;
        width: 100%;
        /*height: 165px;*/
    }
    .featured-page-title h2 {
        font-size: 20px;
        line-height: 20px;
    }
}

.int-catergory {}

.int-catergory>div {
    background: #12a4ba;
    border-radius: 5px;
    display: table!important;
    margin-left: 12px!important;
    padding: 0 0 0 20px;
    width: 24%!important;
    min-height: 90px!important;
    height: 90px;
}

.int-catergory>div:first-child {
    margin-left: 0!important;
}

.int-catergory>div a {
    display: table-cell;
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    vertical-align: middle;
    text-align: left;
}

.int-cat-more {
    position: relative;
}

.int-cat-more:after {
    content: '>>';
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
    font-size: 20px;
}

@media (max-width: 979px) and (min-width: 768px) {
    .int-catergory>div {
        margin-left: 9px!important;
        padding: 0 0 0 15px;
    }
    .int-catergory>div a {
        font-size: 15px;
        line-height: 17px;
    }
    .int-cat-more:after {
        content: '>>';
        bottom: 10px;
        right: 10px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .int-catergory>div {
        margin-top: 6px!important;
        margin-left: 6px!important;
        padding: 0 0 0 15px;
        width: 49%!important;
        min-height: 60px!important;
        height: 60px;
    }
    .int-catergory>div:first-child,
    .int-catergory>div:nth-child(3) {
        margin-left: 0!important;
    }
    .int-catergory>div a {
        font-size: 15px;
        line-height: 17px;
    }
    .int-cat-more:after {
        content: '>>';
        bottom: 10px;
        right: 10px;
        font-size: 18px;
    }
}

.featured-listings {}

.featured-listings h3:after {
    /*content:'';
	background-image:url(../assets/images/featured_fold.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width:15px;
	height:15px;
    position: absolute;
    top: 0;
	right: 0;*/
}

.featured-listings span.icon-title {
    /*background-image:url(../assets/images/icon-featured.png);
	background-repeat:no-repeat;
	background-position: center center;
	width:60px;
	height:70px;
    position: absolute;
    top: -20px;
	left: -10px;*/
}

.featured-listings span.title {
    /* padding: 8px 0 8px 65px;	*/
}

.featured-listings .item-image2 {
    width: 50%;
    max-height: 190px;
}

.featured-listings .items-describe2 {
    width: 46%;
}

.featured-listings .items-inside-de {
    height: 150px;
}

.featured-listings .items-describe2 h5 {
    margin: 20px 0 0 15px;
    font-size: 18px;
}

@media (max-width: 990px) and (min-width:768px) {
    .featured-listings .item-image2 {
        max-height: 150px;
    }
    .featured-listings .items-inside-de {
        height: 100px;
    }
    .featured-listings .items-describe2 h5 {
        margin: 15px 0 0 10px;
    }
}

@media (max-width:767px) {
    .featured-listings .item-image2 {
        width: 100%;
    }
    .featured-listings .items-describe2 {
        width: 95%;
    }
    .featured-listings .items-inside-de {
        height: 60px;
    }
    .featured-listings .items-describe2 h5 {
        margin: 10px 0 0;
    }
}

.int-related-articles {}

.int-related-articles .items-col {
    margin: 0 7px!important;
}

.int-related-articles .icon-title {
    background-position: -90px 0;
}

.int-related-articles .items-describe {
    height: 90px;
}

.int-related-articles .item-image {
    /*min-height:190px;
	max-height:190px;*/
}

@media (max-width: 990px) and (min-width:768px) {
    .int-related-articles .items-row {
        margin: 10px 5px 0;
    }
    .int-related-articles .item-image {}
}

@media (max-width:480px) {
    .int-related-articles .items-col,
    .int-related-listings .items-col {
        margin: 0 7px!important;
    }
}

.int-related-listings {}

.int-related-listings .icon-title {
    background-position: 0 -60px;
}


/* Enrichment Program */

.enrichment-page-title {
    background: url(../assets/images/banner_enrichment.png?v=1) center center;
    background-size: cover;
    background-color: #38938a;
    width: 100%;
    /*height:250px;*/
    text-align: center;
    display: table;
    padding: 80px 0;
}

.enrichment-page-title h2 {
    color: #ffff99;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    text-shadow: 1px 1px 10px #6d9541, 1px 1px 10px #ccc;
}

@media (max-width:480px) {
    .enrichment-page-title {
        background: url(../assets/images/banner_enrichment_m.png?v=1) center center;
        background-size: cover;
        width: 100%;
        /*height:165px;*/
        padding: 50px 0;
    }
    .enrichment-page-title h2 {
        font-size: 24px;
        line-height: 24px;
    }
}

.enr-search-category {
    /*width:100%;
	background:#eeeeee;*/
    border-radius: 5px;
    padding: 15px 0;
    margin: 0;
}

.enr-search-category h2 {
    font-size: 20px;
    line-height: 20px;
    color: #666;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.enr-search-category h2 span {
    color: #ff8a00;
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.enr-search-category h2 span:after {
    content: '';
    border-top: 3px solid #ff8a00;
    width: 100%;
    height: 1px;
    display: inline-block;
}

.enr-search-category .enr-form {
    width: 100%;
    margin: 0 auto;
}

.enr-cat-row {
    display: inline-block;
    width: 32%;
    margin: 0 10px 5px 0;
}

.enr-cat {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px 4px 10px;
    color: #67bf67!important;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #67bf67;
    border-radius: 5px;
    text-align: center;
}

.enr-cat:hover {
    background: #67bf67;
    border: 1px solid #67bf67;
    color: #ffffff!important;
}

.enr-cat span {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}

@media (max-width:768px) {
    .enr-cat span {
        width: 100%;
        font-size: 12px;
    }
}

.enr-search-category input[type=checkbox]:not(old),
.enr-search-category input[type=radio]:not(old) {
    position: absolute;
    width: 100%;
    height: 110px;
    margin: 0;
    padding: 0;
    font-size: 11px;
    opacity: 0;
}

.enr-search-category input[type=checkbox]:not(old)+label,
.enr-search-category input[type=radio]:not(old)+label {
    display: inline-block;
    margin-left: 0;
    line-height: 12px;
    width: 100%;
}

.enr-search-category input[type=checkbox]:not(old)+label>span,
.enr-search-category input[type=radio]:not(old)+label>span {
    display: inline-block;
    width: 100%;
    height: 110px;
    margin: 0;
    border: 1px dotted #67bf67;
    border-radius: 0;
    background: #ffffff;
    vertical-align: bottom;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #67bf67;
    /*box-shadow: 1px 1px 2px #cccccc;*/
}

.enr-search-category input[type=checkbox]:not(old):checked+label>span,
.enr-search-category input[type=radio]:not(old):checked+label>span {}


/*input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : rgb(153,204,102);
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}*/

.enr-search-category input[type=radio]:not(old):checked+label>span>span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 110px;
    margin: 0;
    border-radius: 0;
    background: #67bf67;
    border: 1px solid #67bf67;
    color: #ffffff;
}

.enr-cat label>span>span:before,
a.enr-cat:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    margin: 5px 5px 10px;
    background-size: 60px 120px!important;
    /*background: #ffffff;*/
    display: inline-block;
    vertical-align: middle;
}

.enr-search-category input[type=radio]:not(old):checked+label>span>span:before,
a.enr-cat:hover::before {
    background-position: 0 -60px;
}

.enr-cat.cat-Brain.Training label>span>span:before,
.enr-cat.cat-Brain:before {
    background: url(../assets/images/enr-brain-training-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Music label>span>span:before,
.enr-cat.cat-Music:before {
    background: url(../assets/images/enr-music-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Leadership label>span>span:before,
.enr-cat.cat-Leadership:before {
    background: url(../assets/images/enr-leadership-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Computer label>span>span:before,
.enr-cat.cat-Computer:before {
    background: url(../assets/images/enr-computer-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Play label>span>span:before,
.enr-cat.cat-Play:before {
    background: url(../assets/images/enr-play-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Creativity label>span>span:before,
.enr-cat.cat-Creativity:before {
    background: url(../assets/images/enr-creativity-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Language label>span>span:before,
.enr-cat.cat-Language:before {
    background: url(../assets/images/enr-language-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Martial label>span>span:before,
.enr-cat.cat-Martial:before {
    background: url(../assets/images/enr-martial-arts-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Cooking label>span>span:before,
.enr-cat.cat-Cooking:before {
    background: url(../assets/images/enr-cooking-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Sports label>span>span:before,
.enr-cat.cat-Sports:before {
    background: url(../assets/images/enr-sports-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Science label>span>span:before,
.enr-cat.cat-Science:before {
    background: url(../assets/images/enr-science-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Arts label>span>span:before,
.enr-cat.cat-Arts:before {
    background: url(../assets/images/enr-arts-design-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Dance label>span>span:before,
.enr-cat.cat-Dance:before {
    background: url(../assets/images/enr-dance-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Mathematics label>span>span:before,
.enr-cat.cat-Mathematics:before {
    background: url(../assets/images/enr-math-icon.png?v=1.1) no-repeat;
}

.enr-cat.cat-Right.Brain.Education label>span>span:before,
.enr-cat.cat-Right:before {
    background: url(../assets/images/enr-right-brain-icon.png?v=1.1) no-repeat;
}


/*.enr-search-category .form-middle > div{
	width: 32%;
	display:inline-block;
	margin:0 2px;
	
}*/

.enr-search-category select {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 3px;
    height: 40px;
    margin: 10px 0;
}

.enr-search-category #toplocation {
    width: 60%;
    display: inline-block;
}

.enr-search-category hr {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    margin: 10px 0;
    border-top: 1px dashed #cccccc;
}

@media (max-width:767px) {
    .enr-search-category select {
        margin: 0 0 10px;
    }
    #toplocation {
        width: 100%!important;
    }
}

.enr-search {
    display: inline-block;
    width: 38%;
}

.enr-search .btn-search {
    background-color: #ff8a00;
    color: #ffffff!important;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 12px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

.enr-search .btn-search:hover {
    background-color: #ec712f;
    opacity: 1!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"!important;
}

.enr-related-articles .icon-title {
    background-position: 0 -90px;
}

.enr-latest-listings .icon-title {
    background-position: -30px 0;
}

@media (max-width:768px) {
    .enr-cat-row {
        width: 30%;
    }
    .enr-search {
        width: 100%;
    }
}

@media (max-width:400px) {
    .enr-cat-row {
        width: 46%;
    }
}


/* Holiday Program */

.holidayprogram-page-title {
    background: url(../assets/images/holiday_program_18.png?v=1.1) center center;
    background-size: cover;
    width: 100%;
    height: 200px;
    text-align: center;
    display: table;
}

.holidayprogram-page-title h2 {
    color: #e83c26;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
}

@media (max-width:767px) {
    .holidayprogram-page-title {
        background: url(../assets/images/holiday_program_18_m.png?v=1.2) center center;
        background-size: cover;
        width: 100%;
    }
    .holidayprogram-page-title h2 {
        font-size: 30px;
        line-height: 30px;
        padding: 0 20px;
    }
}

.holi-content {
    margin: 0px;
    width: 100%;
    display: table;
}

.filter-button-group {
    padding: 20px 5px;
    text-align: center;
    background: #eeeeee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /*border-top: 1px dashed #ff8a00;*/
}

.filter-button-group button {
    padding: 5px 20px;
    text-align: center;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    border-radius: 20px;
}

.filter-button-group button.is-checked {
    background: #008ca1;
    color: #ffffff;
}

.grid {
    margin: 10px 0 0;
}


/* clear fix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.holi-item {
    /*position: relative;
	display: inline-block;*/
    width: 32%;
    float: left;
    /*min-height:500px;*/
    margin: 10px 12px 10px 0;
    color: #262524;
}

@media (max-width:992px) and (min-width:768px) {
    .holi-item {
        width: 48%;
    }
}

@media (max-width:767px) {
    .grid {
        margin: 10px 0 0;
    }
    .holi-item {
        width: 100%;
        margin: 10px auto;
    }
}

.holi-item>* {
    margin: 0;
    padding: 0;
}

.holi-img {}

.holi-img img {
    width: 100%;
    border: 1px solid #aaaaaa;
}

.holi-describe {
    padding: 15px;
    background: #f9f9f9;
}

.holi-describe h5 {
    font-size: 18px;
    margin: 0 0 5px;
}

.holi-describe p.ptime {
    margin: 0 0 5px;
}

.holi-describe a.view-more {
    background: #e13668;
    color: #ffffff!important;
    border-radius: 20px!important;
    border: 0;
    margin: 20px 0 10px;
    padding: 8px 25px!important;
    border: none!important;
    width: auto!important;
    display: inline-block;
}

.holi-describe a.view-more:hover {
    background: #b91444!important;
}


/* Online Program */

.onlineprogram-page-title {
    background: url(../assets/images/banner_onlineprogram.png) center center;
    background-size: cover;
    width: 100%;
    height: 200px;
    text-align: center;
    display: table;
}

.onlineprogram-page-title h2 {
    color: #fff799;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
}

@media (max-width:767px) {
    .onlineprogram-page-title {
        background: url(../assets/images/banner_onlineprogram_m.png) center center;
        background-size: cover;
        width: 100%;
    }
    .onlineprogram-page-title h2 {
        font-size: 25px;
        line-height: 25px;
        padding: 0 20px;
    }
}


/* International Banner,Preschool Banner,Enrichment Banner */

-int div,
-pre div,
-enr div {
    width: 100%;
    display: block;
    margin: 0 0 10px;
}

-int img,
-pre img,
-enr img {
    width: 100%;
    border: 1px solid #aaaaaa;
}

-int div.ads-space,
-pre div.ads-space,
-enr div.ads-space {
    /*height:150px;
	background:#eeeeee;*/
}


/* about us */

.thumbnail-img {
    text-align: center;
}

.thumbnail-img img {
    max-width: 50%;
}


/*advertise us */

.wide {
    width: 100%;
}

.ads-title {
    text-transform: capitalize;
    margin: 10px 0;
    text-align: center;
    font-size: 30px;
    /*font-weight:lighter;*/
}

.web-statistics {
    padding: 0 0 30px;
}

.ws-box {
    text-align: center;
    margin: 40px 0 20px;
}

.ws-box h3 {
    font-size: 50px;
    font-weight: normal;
}

.ws-box p {
    font-size: 20px;
    text-transform: capitalize;
    margin: 20px 0 0;
}

@media (max-width:992px) and (min-width:766px) {
    .ws-box h3 {
        font-size: 35px;
    }
    .ws-box p {
        font-size: 16px;
        margin: 10px 0 0;
    }
}

.ads-reason-title {
    /*display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
	counter-reset:my-counter;*/
    padding: 0 15px;
}

.ads-graphic {
    width: 200px;
}


/*.ads-reason-title .ads-reason-content:before{
	content:counter(my-counter, decimal-leading-zero);
	counter-increment: my-counter;
	display:block;
	font-size:40px;
	font-weight:lighter;
	color:#E87B1D;
}*/

.ads-reason-title .ads-reason-content {
    margin: 0 5px 20px 0;
    padding: 0 15px;
    text-align: center;
}

.ads-reason-title h5 {
    margin: 10px 0;
    font-weight: bold;
    text-align: left;
}

.ads-reason-title .ads-reason-content p {
    text-align: justify;
    font-size: 13px;
}

.our-clients ul {
    list-style: none;
    margin: 0 10px;
    text-align: center;
}

.our-clients li {
    display: inline-block;
    max-width: 150px;
    margin: 5px 15px 20px;
}

@media (max-width:992px) {
    .our-clients li {
        max-width: 100px;
        margin: 5px 15px 20px;
    }
}

@media (max-width:480px) {
    .our-clients li {
        width: 40%;
        margin: 5px 15px 20px;
    }
}

.our-clients li img {
    max-height: 100px;
}

.our-clients {
    padding: 0 0 30px;
}

.testimonials {
    background: #29c0dc;
    padding: 50px 15px 30px;
}

.testimonials iframe {
    height: 290px;
}

@media (max-width:480px) {
    .testimonials iframe {
        height: 400px;
    }
}

@media (max-width:400px) {
    .testimonials iframe {
        height: 450px;
    }
}

.contact-ads-row {
    background: #eeeeee;
    margin: 20px 0 0!important;
    padding: 20px 0 40px;
    text-align: center;
    color: #333333;
}

.contact-ads-row h5 {
    color: #2980b9!important;
}

.btn-contact-ads {
    font-size: 18px;
    font-weight: bold;
    float: right;
    text-transform: uppercase;
    display: inline-block;
    margin: 8px 5px 15px;
    border: 1px solid #f5841f;
    background: transparent;
    background: #f5841f;
    padding: 10px 45px;
    color: #ffffff!important;
    border-radius: 20px;
}

.btn-contact-ads:hover {
    color: #2980b9!important;
    border: 1px solid #2980b9;
    background: transparent;
    opacity: 1!important;
}

.contact-icon-row {
    margin: 5px 15px 5px 0;
    font-size: 14px;
    color: #666666;
}

@media (max-width:480px) {
    .contact-icon-row {
        display: block;
        margin-bottom: 20px;
    }
    .contact-icon-row.sticky,
    .whatsapp-s.sticky {
        position: fixed;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        z-index: 9999;
        width: 100%;
        padding: 20px;
        text-align: left;
        /*background-color:#f9f9f9;
	box-shadow: 0px 2px 15px 0px #333333;*/
    }
    .contact-icon-row.sticky a,
    .whatsapp-s.sticky a {
        box-shadow: 0px 2px 15px 0px #333333;
    }
    .whatsapp-s {
        margin: 30px 0;
    }
}

.contact-icon {
    width: 30px;
    background: #008ca1;
    border-radius: 50%;
    margin: 0 5px 0 0;
}

.cu-bg {
    background: #ffffff;
}

.cu-label {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin: 5px 0 10px;
    text-transform: uppercase;
}

.cu-textfield {
    border-radius: 20px;
    padding: 8px 5px;
    border: 1px solid #aaaaaa;
    width: 97%;
    min-height: 35px;
    margin-bottom: 15px;
}

.contact-form select {
    border-radius: 20px;
    padding: 5px;
    border: 1px solid #aaaaaa;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}

.cu-textarea {
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #aaaaaa;
    width: 98%;
    height: 150px;
    resize: none;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .contact-form input {
        padding: 10px 5px;
    }
    .contact-form select {
        height: 50px;
    }
}

.errorMessage {
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    color: #b94a48;
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0;
    border-radius: 5px;
}


/* contact us */

.contact-header {
    background-color: #597f91;
    width: 100%;
}

.contact-img {
    background: url(../assets/images/contact-us-header.jpg);
    background-size: 100% 100%;
    display: block;
    width: 400px;
    height: 295px;
}

.cu-title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 40px;
    /* text-align: center; */
    margin: 50px 0 30px;
    font-weight: bold;
}

.cu-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #f5841f;
    margin: 10px 0;
}

.contact-header p {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.contact-us-box {
    margin-top: -60px!important;
    background: #ffffff;
    box-shadow: 5px 10px 18px #888888;
}

.contact-us-box .span8 {
    margin-top: -60px;
    padding: 40px 30px 0;
}

.contact-us-box .span4 {
    margin-top: -60px;
    background: #00294b;
    padding: 40px 20px 15px 20px;
    height: 110vh;
}

.contact-us-box h4 {
    font-size: 18px;
    color: #008ca1;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width:768px) {
    .contact-header {
        padding: 0 0 60px;
    }
    .contact-header .container {
        width: 85%;
    }
    .cu-title {
        font-size: 30px;
    }
    .contact-header p {
        color: #ffffff;
        font-size: 15px;
        line-height: 20px;
    }
    .contact-us-box {
        margin-top: -20px!important;
        width: 90%;
        padding: 0!important;
    }
    .contact-us-box .span8 {
        margin-top: 0;
        padding: 40px 15px 0;
    }
    .contact-us-box .span4 {
        margin-top: 0;
        padding: 20px 20px;
        height: auto;
    }
    .cu-textfield {
        padding: 3px 3px 3px 8px!important;
    }
    .btn-contact-ads {
        margin: 30px 0;
    }
    .g-recaptcha>div {
        width: 100%!important;
    }
}


/* Summary Page */

.summary-image img {
    width: 100%;
    margin-bottom: 10px;
}

.summary-article {
    /*position:relative;
	border-top-color:#e13668;*/
    padding: 0;
    border-radius: 5px;
    border-color: #333333;
    border-width: 1px;
    margin-bottom: 20px;
    display: flex;
}

.summary-article .media {
    padding: 15px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.summary-image .no-image {
    height: 200px;
}

.article-publish-tag {
    color: #333333;
    font-weight: bold;
    margin: 10px 0 20px;
    /* position: absolute;
    right: 10px;
    top: -1px;
    background: #e13668;
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
}


/*.article-publish-tag:after{
	content:'•';
	vertical-align: middle;
    margin: 0 8px;
    font-size: 14px;
    font-style: normal;
}*/

.article-publish-tag span>span {
    color: #e13668;
}

.summary-article h3 {
    margin: 0 0 15px;
}

.summary-article h3 a {
    color: #333333;
    line-height: 28px;
    font-weight: bold;
}

.summary-article a.view-more {
    background: #e13668;
    color: #ffffff!important;
    border-radius: 20px!important;
    border: 0;
    float: right;
    margin: 0;
    padding: 8px 15px!important;
    border: none!important;
    width: auto!important;
}

.summary-article a.view-more:hover {
    background: #b91444!important;
}

@media (max-width:320px) {
    .summary-article a.view-more {
        font-size: 11px!important;
        padding: 5px 10px!important;
    }
}


/* Detail Page */

.top-info h1 {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    margin: 8px 0;
}


/* article buttons */

.btns-article-row {
    width: 100%;
    margin-bottom: 25px;
	    position: absolute;
    bottom: 0;
    right: 10px;
}

.selected-contact-box .btns-article-row {
    width: 100%;
    margin-bottom: 0;
	    position: static;
		text-align:right;
}

.btns-article-row a {
    display: inline-block;
    /*margin: 0 8px 5px 0;*/
    font-size: 14px;
    font-weight: bold;
    color: #ffffff!important;
    border-radius: 5px;
}

@media (max-width:480px) {
	
	.btns-article-row {
    width: 100%;
	    position: static;

}
	
    .btns-article-row a {
        padding: 5px 8px;
    }
	
.selected-contact-box .btns-article-row {
    margin-bottom: 20px;

}
}

.btns-article-row a span {
    /*vertical-align:middle;*/
}

.btn-read-article {
    /*background:#e13668;*/
    color: #e13668!important;
    /*text-decoration:underline;*/
    border-radius: 20px!important;
    border: 1px solid #e13668!important;
    margin: 0 0 5px;
    display: block;
    font-size: 15px;
}

.btn-read-article:hover {
    background: #e13668;
    color: #ffffff!important;
}

.btns-article-rows {
    text-align: right;
	position:absolute;
	right:15px;
	bottom:12px;
}

.btns-article-rows .btn-read-article {
    border-radius: 0!important;
    border: 0!important;
    margin: 0 0 25px;
    display: inline-block;
    border-bottom: 1px dotted #e13668!important;
    font-weight: bold;
}

.btns-article-rows .btn-read-article:hover {
    background: transparent;
    color: #e13668!important;
}

.btns-article-row a:before {
    /*display:inline-block;
	width:35px;
	height:35px;
	margin: 0 5px 0 0;
	vertical-align:middle;*/
}

.btn-read-article:before {
    /*content:'';
	background:url(../assets/images/icon_read.png);*/
}

a.btn-view-profile {
    border: 2px solid #f26522;
    color: #ffffff!important;
    background: #f26522;
    padding: 9px 15px;
}


@media (max-width: 480px) {
    a.btn-view-profile {
        padding: 13px 21px;
        margin-top: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        position: static;
    }
}

.btn-view-profile:before {
    content: '';
    background: url(../assets/images/icon_profile_orange.png?v=1.1);
}

a.btn-view-profile:hover {
    color: #ffffff!important;
    background: #f26522;
}

.btn-view-profile:hover:before {
    content: '';
    background: url(../assets/images/icon_profile.png);
}

.btn-view-profile:after {
    content: '>';
    vertical-align: middle;
    margin: 0 0 0 8px;
    font-size: 14px;
}

@media (max-width:480px) {

}


/* article contact info */

.contact-info {
    border: 1px solid #008ca1;
    padding: 10px 10px 55px;
    border-radius: 0;
    position: relative;
}

@media (max-width:480px) {
.contact-info {

    padding: 10px;

}
}


.contact-info h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    color: #008ca1;
    margin: 10px 0 20px 8px;
}

.contact-info .span7 {
    margin-bottom: 20px;
}

.icons-address:before {
    content: '';
    background: url(../assets/images/icon_address_solid_green.png) no-repeat;
    vertical-align: top!important;
}

.icons-phone:before {
    content: '';
    background: url(../assets/images/icon_phone_solid_green.png) no-repeat;
    vertical-align: text-top!important;
}

.icons-fax:before {
    content: '';
    background: url(../assets/images/icon_fax_solid_green.png) no-repeat;
}

.icons-website:before {
    content: '';
    background: url(../assets/images/icon_website_solid_green.png) no-repeat;
}

.icons-email:before {
    content: '';
    background: url(../assets/images/icon_email_solid_green.png) no-repeat;
}

.icons-date:before {
    content: '';
    background: url(../assets/images/icon_date_solid_green.png) no-repeat;
}

.icons-time:before {
    content: '';
    background: url(../assets/images/icon_time_solid_green.png) no-repeat;
}

.icons-contact-name:before {
    content: '';
    background: url(../assets/images/icon_contact_name_solid_green.png) no-repeat;
}

.icons-contact:before {
    background-size: 100% 100%;
    background-position: center center;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    /*border-radius:50%;*/
    vertical-align: middle;
}

.contact-col {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    padding: 5px;
    font-size: 13px;
    color: #666666;
    word-break: break-word;
}

.show-inline {
    display: inline-block!important;
    width: 80%;
    padding: 4px 0;
}

.icons-address .contact-col {
    margin-top: -4px;
}

.icons-phone .contact-col {
    font-weight: bold;
    vertical-align: text-top;
    margin-top: -4px;
}

.number-display {
    display: inline-block;
    font-weight: bold;
}

.show-number-btn {
    display: inline-block;
    /*border:1px solid #ff8a00;*/
    border: 1px solid #2980B9;
    padding: 3px 8px;
    margin: 0 0 0 5px;
    /*color: #ff8a00!important;*/
    color: #2980B9!important;
    border-radius: 20px;
}

.show-number-btn:hover {
    color: #ffffff!important;
    background: #2980B9;
    /*background:#ff8a00;*/
}

.mention-note {
    padding: 5px 15px;
    background: #ccffcc;
    color: #339933;
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    text-shadow: #ffffff 1px 1px 1px;
    display: block;
    border: 1px solid #66cc66;
    border-radius: 5px;
    margin: 5px 0 5px -25px;
    width: 100%;
    position: relative;
}

.summary-contact .mention-note {
    width: 130%;
}

.mention-note.article {
    font-size: 12px;
    margin: 5px 0;
    word-break: break-word;
    width: 100%;
}

@media (max-width:767px) {
    .show-inline {
        width: 100%;
    }
    .mention-note,
    .mention-note.article,
    .summary-contact .mention-note {
        font-size: 13px;
        line-height: 16px;
        margin: 10px 0;
        width: 90%;
    }
}


/* Search Result page */

.listing-describe {
    margin: 0 5px 15px 0;
}

.media-body .icons-contact:before {
    background-size: 80% 80%;
    width: 25px;
    height: 25px;
}

@media (max-width:767px) {
    .media-body .icons-contact:before {
        width: 30px;
        height: 30px;
        margin: 0;
    }
}

.media-body .contact-col {
    padding: 0 5px;
}


.search-results .listing-logo {
    padding: 0px;
}

.listing-logo {
    border: 1px solid #999999;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    overflow: hidden;
    display: table;
    vertical-align: middle;
    margin: 0 auto 10px;
    padding: 10px;
}

.listing-logo a {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.rate-stars {
    text-align: center;
    display: flex;
}

@media (max-width:767px) {
    .listing-logo {
        margin-bottom: 5px;
        width: 80px;
        height: 80px;
    }
}

@media (max-width:480px) {
    .listing-logo {
        width: 50px;
        height: 50px;
    }
}

/* .listing-logo img {
    width: auto;
    max-height: 100px;
} */

.listing-title {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
}

.basic-listing .listing-title {
    margin: 10px 0;
}

.basic-listing .listing-title h3 a {
    margin-bottom: 0;
}

@media (max-width:767px) {
    .media-body .info .span8 {
        width: 80%;
        margin: 10px 0!important;
    }
}

@media (max-width:620px) {
    .media-body .info .span8 {
        width: 74%;
        margin: 15px 0!important;
    }
}

@media (max-width:480px) {
    .media-body .info .span8 {
        width: 73%;
        margin: 10px 0!important;
    }
    .basic-listing .media-body .info .span8 {
        width: 90%;
    }
}

.listing-title .stars-rating {
    background: url(../assets/images/mask-stars-white.png) no-repeat left center scroll #16a085;
}

.listing-title .stars-rating [class*="rate-"] {
    background: url(../assets/images/mask-stars-white.png) no-repeat left center scroll #cccccc;
}

.content_listView .btn-view-main,
.content_listView .btn-event-main {
    padding-top:10px;
	padding-bottom:30px;
    position: absolute;
    bottom: 0;
    right: 15px;
}



@media (max-width:599px) {
    .btn-view-main,
    .btn-event-main {
        position: static;
        bottom: inherit;
        right: inherit;
        width: 100%;
        float: left;
		text-align:center;
    }
	
	.btn-event-main.no-event-mail{
    text-align:right;
	margin-bottom:20px;
	}
	
	.btn-event-main.no-event-mail a.view-more{
    margin-right:15px;
	}
}

@media (max-width:320px) {
    .btn-view-main,
    .btn-event-main {
        width: 95%;
    }
}

.basic-listing .btn-view-main {
    text-align: right;
    width: 90%;
}

.btn-view-main {
    /*text-align:right;*/
}

.btn-view-main a,
.btn-view-main>div {
    display: inline-block!important;
}

 a.view-more {
    max-width: inherit;
    padding: 9px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    border: 2px solid #666666;
    transition: all ease-out .3s;
    display: inline-block!important;
	text-transform:none;
	margin:15px 0;
}

 a.view-more:after {
    content: '>';
    vertical-align: middle;
    margin: 0 0 0 8px;
    font-size: 14px;
}

 a.view-more:hover {
    background: #666666;
    color: #fff;
}

.btn-erb {
    font-size: 16px!important;
    font-weight: bold;
    /*text-transform: uppercase;
     display: -webkit-box; */
    margin: 15px 5px 15px 0;
    border: 1px solid #e13668;
    background: #e13668;
    padding: 8px 20px 8px 15px;
    color: #ffffff!important;
    border-radius: 5px;
    transition: all ease-out .3s;
}

.btn-erb:before {
    content: '';
    background: url(../assets/images/icon_editor-review-n.png) no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.btn-erb:hover {
    background: #b91444;
    opacity: 1;
}

@media (max-width:480px) {
    .btn-erb {
        width: 92%;
        /* display: block!important; */
        text-align: center;
        margin: 0!important;
    }
}

.summary-contact .number-display {
    font-size: 11px;
}

.summary .title {
    border-bottom: 1px dashed #cccccc;
}

.summary .title h3 {
    margin: 8px 0;
}

@media (max-width:767px) {
    .btn-erb:before {
        content: '';
        background-size: 100% 100%;
        width: 21px;
        height: 21px;
    }
    .summary .title p {
        margin: 5px 0;
    }
    .summary .title p,
    .summary-small .info a,
    .summary-small .info p,
    .summary-contact .number-display {
        font-size: 14px;
    }
    .summary a.view-more,
    .btn-erb {
        font-size: 16px!important;
        padding: 14px 15px;
        margin: 0 8px 15px 0;
    }
}

@media (max-width:280px) {
    .summary a.view-more,
    .btn-erb {
        font-size: 9px!important;
    }
}

@media (max-width:480px) {
    .container-fluid a.view-more {
        padding: 11px 15px;
        margin: 10px 0 0 0;
        width: 35%;
        text-align: center;
    }
	
	  .listing-full a.view-more {     
        width: 35%;
		padding: 11px 15px;
    }
	
	.summary a.view-more,
    .btn-erb, .user-contact-btn, .user-contact-btn:focus{
        font-size: 14px!important;
    }
}

@media (max-width:400px) {
    .listing-full a.view-more {
        width: 34%!important;
        padding: 11px 15px;
    }
    .container-fluid a.view-more {
        width: 37%;
    }
	
	
}

@media (max-width:320px) {
    .container-fluid a.view-more {
        width: 36%;
    }
    .basic-listing a.view-more {
        width: 35%;
    }
}

@media (max-width:280px) {
    .listing-full a.view-more {
        width: 31%!important;
    }
}

p.listing-describe {
    /*border-image: url(../assets/images/border.png) 40% round;
    padding: 0 0 10px;*/
    /*border-bottom: 1px dotted #cccccc;*/
    /* background: #f9f9f9; */
    font-size: 12px!important;
    margin: 0;
}


/* Listing Detail */

.detail-btn {
    background: #008ca1;
    padding: 8px 20px;
    margin-left: 10px;
    transition: all ease-in .3s;
}

.detail-btn:hover {
    background: #016270;
}

@media (max-width:480px) {
    .detail-btn {
        margin-left: 0;
        padding: 8px 0 8px 5px;
        width: 113px;
        font-size: 10px;
    }
	
	.more-filter:after {
		margin-left:0;
		margin-right: 10px;	
	}
}

@media (max-width:320px) {
    .detail-btn {
        width: 125px;
    }
}

.search-directory-bar .see-more-button {
    background: #f5841f;
}

.search-directory-bar .see-more-button:hover {
    background: #e3720c;
}

@media (max-width:320px) {
    .search-directory-bar .back-button,
    .search-directory-bar .see-more-button {
        padding: 8px 10px;
    }
}

.top-info {
    border: 0;
}

.detail-logo {
    height: 110px;
    overflow: hidden;
    display: table!important;
    vertical-align: middle;
    margin-right: 15px;
}

.detail-logo>div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.rate {
    margin-bottom: 10px;
}

.top-info img {
    max-height: 110px;
    width: auto;
}

.listing-info {
    margin: 20px 0;
}

.slider-for,
.slider-nav {
    padding: 0!important;
}

.slider-for .slick-slide {
    margin: 0;
    overflow: hidden;
    max-height: 400px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}

@media (max-width:480px) {
    .slider-for .slick-slide {
        /*height: 300px;*/
    }
}

.slider-for .slick-slide img {
    /*width:100%;*/
    margin: 0 auto;
}

.slider-nav .slick-slide {
    margin: 0 3px;
    height: 150px;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.slider-nav .slick-slide img {
    height: 150px;
    border-radius: 3px;
}

@media (max-width:480px) {
    .slider-nav .slick-slide {
        max-height: 100px;
    }
    .slider-nav .slick-slide img {
        max-height: 100px;
    }
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
    top: 50%;
    padding: 8px;
    border-radius: 50%;
}

.slider-nav .slick-prev {
    left: 10px;
}

.slider-nav .slick-next {
    right: 10px;
}

.middle-info {
    padding: 10px 0px;
}

.middle-info address {
    padding-bottom: 10px;
}

.middle-info hr,
.job-details hr {
    border-top: 1px dashed #cccccc;
    margin: 15px 0px;
}

.middle-info .icons-contact:before {
    width: 25px;
    height: 25px;
    margin: 0;
}

@media (min-width: 1200px) {
    .span4 {
        width: 300px;
    }
}

.span4.text-right {
    text-align: right;
}

@media (max-width:767px) {
    .span4.text-right {
        margin-top: 5px!important;
    }
}

.btns-listing-detail {
    margin-bottom: 8px;
    padding-bottom: 0!important;
}

.btns-listing-detail a {
    padding: 8px 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff!important;
    border-radius: 5px;
    /*max-width: 150px;*/
    min-width: 120px;
    text-align: center;
}

.btns-listing-detail a:before {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.btn-sent-email a:before {
    content: '';
    background: url(../assets/images/icon_email.png);
    background-size: 100% 100%;
}

.btn-sent-email a {
    background: #2a80b9;
}

.btn-download a:before {
    content: '';
    background: url(../assets/images/icon_download.png);
    background-size: 100% 100%;
}

.btn-download a {
    background: #e13668;
    min-width: auto;
}

.btn-book-a-visit a:before {
    content: '';
    background: url(../assets/images/icon_booktovisit.png);
    background-size: 100% 100%;
}

.btn-book-a-visit a {
    background: #e9830a;
}

.btns-listing-detail a:after {
    content: '>';
    vertical-align: middle;
    margin: 0 0 0 8px;
    font-size: 14px;
}

.bc-nearby-row {
    margin: 10px 0 30px;
    max-width: 70%;
}

@media (max-width:480px) {
    .bc-nearby-row {
        max-width: 100%;
    }
}

.bc-nearby-row a {
    border-left: #ea7d1e solid 9px;
    border-radius: 5px;
    padding: 30px 20px;
    display: block;
	    box-shadow: 1px 2px 7px 0px #00000054;
}

.bc-text {
    float: left;
}

.bc-text h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333333!important;
}

.bc-text p {
    font-size: 16px;
    color: #008ca1!important;
    margin: 5px 0 0;
}

.bc-showall {
    background: #ea7d1e;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    float: right;
    display: block;
}

.bc-nearby-row a:hover .bc-showall {
    background: #f5841f;
}

.bc-showall i {
    padding: 8px 10px;
    color: #ffffff;
    font-size: 18px;
}


/* Selected Contact Box */

.selected-contact-box {
    position: relative;
    background: #eeeeee;
    border: 0;
    border-bottom: 5px solid #008ca1;
    ;
    padding: 0;
    margin: 0!important;
}

.selected-contact-box:after {
    content: '';
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #eeeeee;
    top: -8px;
    left: 19px;
    position: absolute;
}

.selected-contact-box h3 {
    margin: 0;
    display: none;
}

.selected-contact-box h3:after {
    content: '';
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #008ca1;
    top: -8px;
    right: 19px;
    position: absolute;
}

.selected-contact-box h3 a {
    background: #008ca1;
    color: #ffffff;
    display: block;
    padding: 15px;
}

.selected-contact-box .contact-box-info {
    padding: 20px 20px 10px;
    width: auto;
    margin-bottom: 0;
}

.selected-contact-box contact-col {
    width: 92%;
}

.selected-contact-box .btns-article-row a:before {
    display: none;
}

.selected-contact-box a.btn-view-profile {
    display: inline-block;
    margin-right: 15px;
    padding: 9px 15px;
    border: 2px solid #f26522;
    color: #ffffff!important;
    background: #f26522;
}

@media (max-width:480px) {
    .selected-contact-box .btns-article-row {
        width: 90%;
    }
    .btns-article-row {
        width: 100%;
        margin-bottom: 80px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    .selected-contact-box a.btn-view-profile {
        float: none;
        position: static;
        right: 0;
        top: 0;
        padding: 15px 15px;
        width: 100%;
        text-align: center;
        margin: 0 0 5px;
    }
    .selected-contact-box .no-sticky {
        position: static;
        display: block;
        background: transparent;
        box-shadow: none;
        margin: 0 auto 10px;
        width: 90%;
        height: auto;
    }
    .selected-contact-box .whatappsiconsticky a {
        position: static;
        left: 0;
        bottom: -1px;
        padding: 10px;
        width: 48.5%!important;
    }
    .selected-contact-box .whatappsiconsticky a.alone {
        width: 100%!important;
    }
    .selected-contact-box .whatappsiconsticky a img,
    .selected-contact-box .whatappsiconsticky a:after {
        display: inline-block;
    }
    .selected-contact-box .whatappsiconsticky a:first-child {
        margin: 0;
    }
}

@media (max-width:400px) {
    .selected-contact-box a.btn-view-profile {}
}

@media (max-width:320px) {
    .selected-contact-box a.btn-view-profile {
        font-size: 12px;
        padding: 9px 15px;
    }
}


/* Content Box */

.content-box {
    border: 0;
    margin: 5px 0 20px!important;
	padding:0;
    /*height: 300px;*/
}

.content-box h4,
.detailTitle {
    color: #008ca1!important;
    font-weight: bold;
    font-size: 18px;
}

.content-box h4:after {}


/* Helpful Review */

.helpful-reviews .review-item {
    border: 2px #333333 solid!important;
    padding: 10px;
    margin-top: 5px;
	display:none;
}

.helpful-reviews .review-item .review-top {
    background-color: transparent!important;
}

.helpful-reviews .review-item .pull-left,
.helpful-reviews .review-item .review-bottom {
    display: none;
}

.helpful-reviews .review-info,
.helpful-reviews .review-top span {
    font-size: 14px!important;
    color: #333333!important;
}

.helpful-reviews .r-mark:before,
.helpful-reviews .r-mark:after {
    color: #333333!important;
}

.helpful-reviews .stars-rating {
    background-color: #e13668!important;
}

.helpful-reviews .review-item .review-top>div {
    margin-top: 15px!important;
}

.eachReview {
    display: none;
}

.loadMoreButton {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #999999;
    background-color: white;
}

.loadMoreButton>a {
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #666666!important;
}

.loadMoreButton>a i {
	margin-left:10px;
}

.helpful-reviews .items-row{
	overflow:hidden;
	height:auto;
}

.btn-green a {
    color: #149f84!important;
    font-size: 18px;
    font-weight: bold;
}

.btn-green3 a:after {
    content: '>';
    color: #149f84;
    margin: 0 0 0 5px;
}

.helpful-reviews h3 .icon-title {
    background-image: url(../assets/images/icon_review.png);
}

.helpful-reviews h2 span {
    margin: 8px 0 0 50px;
    float: left;
    font-size: 16px;
}

.review-top p {
    clear: both;
    text-align: justify;
}

.btn-add-review {
    clear: both;
    width: 100%;
    display: block;
    padding: 1px 0 30px;
}

hr.dashed {
    border-top: 1px dashed #999999;
}

.btn-add-review a {
    background: #149f84;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff!important;
    padding: 8px 15px;
    border-radius: 5px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
}

.btn-add-review a:before {
    content: '';
    background: url(../assets/images/icon_add_review.png);
    background-size: 100% 100%;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.btn-add-review a:after {
    content: '>';
    vertical-align: middle;
    margin: 0 0 0 8px;
    font-size: 14px;
}



/* Editor Review */

.editor-review-box {
    width: 100%;
    /*border:1px solid #eeeeee;
	border-radius: 5px;*/
    margin-top: 40px;
}

.ed-review-title {
    /*background: url(../assets/images/icon_review.png) no-repeat 98% center;
	background-color:#ff6600;
	font-size: 17px;
	line-height:20px;
	font-weight:bold;
	font-style:normal;
	text-transform: uppercase;
    padding: 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	position:relative;*/
    margin-bottom: 10px;
}


/*.ed-review-title:before{
	content:'';
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #ff6600;
	position:absolute;
	bottom:-7px;
	left:20px;
}

.ed-review-title:after{
	content:'';
	
}*/

.editor-review-box p {
    padding: 15px 10px;
    /*background: #eeeeee;*/
    color: #333333;
    font-size: 12px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.review-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    font-style: normal;
    padding: 15px;
    display: block;
    text-align: left;
    background: #f9f9f9;
}

.review-title a {
    color: #e13668!important;
}

.editor-review-box .btn-read-review {
    width: 100%;
    display: block;
    margin: 30px 0 5px;
}

.editor-review-box .btn-read-review a {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #ffffff!important;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    float: left;
    background: #e13668!important;
}

.editor-review-box .btn-read-review a:after {
    content: '>';
    vertical-align: top;
    font-size: 12px;
}

.editor-thumb {
    width: 20%;
	height:200px;
    display: table-cell;
    vertical-align: middle;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.editor-thumb img {
    width: 100%;
	height:100%;
	object-fit: cover;
	/*object-position: 100% 100%;*/

}

.review-text {
    width: 46%;
    display: table-cell;
    padding: 15px;
    background: #f9f9f9;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.review-p {
    width: 100%;
    display: block;
    vertical-align: top;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.r-mark {
    position: relative;
}

.r-mark:before {
    content: '\201C';
    font-size: 80px;
    font-family: sans-serif;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin: 0 5px -25px 0;
    color: #e13668;
}

.r-mark:after {
    content: '\201D';
    font-size: 80px;
    font-family: sans-serif;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin: 0 -30px -25px 0;
    color: #e13668;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width:767px) {
    .ed-review-title a {
        width: 96%;
        display: block;
    }
    .editor-review-box p {
        padding: 25px 15px;
    }
    .editor-thumb,
    .review-text {
        width: 100%!important;
        display: table;
		border-radius:0px;
    }
	
	.editor-thumb
     {
		border-top-left-radius:8px;
		border-top-right-radius:8px;
    }
	
    .review-text {
        padding: 0!important;
		border-bottom-left-radius:8px;
		border-bottom-right-radius:8px;
    }
    .review-p {
        margin: 10px 0 0;
        padding: 10px 15px;
		width:90%;
    }
}


/* Share Button */

.icon-social {
    width: 30px!important;
    height: 30px;
    border-radius: 50%;
}

.icon-social span {
    background: url(../assets/images/share_icons.png?v=1.3);
    background-size: 120px 30px;
    width: 30px!important;
    height: 30px;
    display: block;
}

.icon-fb {
    background-color: #6081c4;
}

.icon-fb span {
    background-position: 0 0;
}

.share-social .icon-fb{
	 background: url(../assets/images/share_icons.png?v=1.4) #6081c4;
    background-size: 120px 30px;
	 background-position: 0 0;
    width: 30px!important;
    height: 30px;
    display: block;
}


.icon-in {
    background-color: #999999;
    background-position: -90px 0;
}

.icon-tw {
	 background: url(../assets/images/share_icons.png?v=1.4) #43bdef;
        background-size: 120px 30px;
    width: 30px!important;
    height: 30px;
    display: block;
    background-position: -90px 0;
}

.icon-ins {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.icon-ins span {
    background-position: -31px 0;
}

.icon-youtube {
    background-color: #FF0000;
}

.icon-youtube span {
    background-position: -60px 0;
}

.icon-google {
    background-color: #e62b33;
    background-position: -30px 0;
}

.icon-copyurl{
	background: url(../assets/images/icon_link_solid_grey.png) no-repeat #eeeeee;
	background-size: 70% 70%;
    background-position: center center;
    width: 29px;
    height: 29px;
    display: block;
    border: 1px solid #cccccc;
}


/* Feature Badge */

.featured-pre,
.featured-enr,
.featured-all {
    position: relative;
}

.featured-pre:before {
    content: '';
    background: url(../assets/images/featured-preschool.png) no-repeat;
    width: 90px;
    height: 150px;
    background-size: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: -5px;
}

.featured-all:before,
.featured-enr:before {
    content: '';
    background: url(../assets/images/featured.png) no-repeat;
    width: 150px;
    height: 150px;
    background-size: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
}

@media (max-width:767px) {
    .featured-pre:before {
        content: '';
        width: 80px;
        height: 80px;
        background-size: 100%;
        top: -3px;
        left: -3px;
    }
    .featured-all:before,
    .featured-enr:before {
        content: '';
        width: 80px;
        height: 80px;
        background-size: 100%;
        top: -3px;
        left: -3px;
    }
}

.featured-articles .featured-pre:before,
.pre-related-articles .featured-pre:before,
.enr-related-articles .featured-pre:before,
.int-related-articles .featured-pre:before {
    content: '';
    width: 90px;
    height: 90px;
    background-size: 100%;
    top: -3px;
    left: -3px;
}

.featured-articles .featured-all:before,
.pre-related-articles .featured-all:before,
.enr-related-articles .featured-all:before,
.featured-articles .featured-enr:before,
.pre-related-articles .featured-enr:before,
.enr-related-articles .featured-enr:before,
.int-related-articles .featured-all:before,
.int-related-articles .featured-enr:before {
    content: '';
    width: 90px;
    height: 90px;
    background-size: 100%;
    top: -3px;
    left: -3px;
}

.latest-articles .featured-pre:before,
.side-related .featured-pre:before {
    content: '';
    width: 80px;
    height: 80px;
    background-size: 100%;
    top: -3px;
    left: -3px;
}

.latest-articles .featured-all:before,
.latest-articles .featured-enr:before,
.side-related .featured-all:before,
.side-related .featured-enr:before {
    content: '';
    width: 80px;
    height: 80px;
    background-size: 100%;
    top: -3px;
    left: -3px;
}

.side-related .featured-pre:before,
.btm-related-article .featured-pre:before {
    content: '';
    width: 35px;
    height: 35px;
    background-size: 100%;
    top: -2px;
    left: -2px;
}

.side-related .featured-all:before,
.side-related .featured-enr:before,
.btm-related-article .featured-all:before,
.btm-related-article .featured-enr:before {
    content: '';
    width: 35px;
    height: 35px;
    background-size: 100%;
    top: -2px;
    left: -2px;
}

.summary-image {
    margin-left: 3px;
}

.summary-image.featured-pre:before {
    content: '';
    width: 60px;
    height: 60px;
    background-size: 100%;
    top: -3px;
    left: -3px;
}

.summary-image.featured-all:before,
.summary-image.featured-enr:before {
    content: '';
    width: 60px;
    height: 60px;
    background-size: 100%;
    top: -3px;
    left: -3px;
}

@media (max-width:767px) {
    .summary-image.featured-pre:before {
        content: '';
        width: 100px;
        height: 100px;
        background-size: 100%;
        top: -3px;
        left: -3px;
    }
    .summary-image.featured-all:before,
    .summary-image.featured-enr:before {
        content: '';
        width: 100px;
        height: 100px;
        background-size: 100%;
        top: -3px;
        left: -3px;
    }
}

.icon-pageview {
    float: right;
    font-family: 'Roboto', sans-serif;
    background: #eeeeee;
    border-radius: 5px;
    padding: 5px;
    margin-left: 10px;
}

.icon-pageview.vdownload {
    padding: 5px 10px;
}

.icon-pageview span {
    margin: 0 5px;
    color: #008ca1;
    font-size: 12px;
    font-weight: bold;
}

.icon-pageview:after {
    content: '';
    background: url(../assets/images/icon_pageview.gif) no-repeat;
    width: 20px;
    height: 12px;
    display: inline-block;
}

.icon-pageview.vdownload:after {
    content: '';
    background: url(../assets/images/icon-vdownload.png) no-repeat;
    background-size: 100%;
    width: 13px;
    height: 13px;
    display: inline-block;
}

.icon-pageview2 {
    font-family: 'Roboto', sans-serif;
    background: #eeeeee;
    border-radius: 5px;
    padding: 5px;
    margin: 8px 0;
    display: inline-block;
}

.icon-pageview2 span {
    margin: 0 5px;
    color: #008ca1;
    font-size: 12px;
    font-weight: bold;
}

.icon-pageview2:before {
    content: '';
    background: url(../assets/images/icon_pageview.gif) no-repeat;
    width: 20px;
    height: 12px;
    display: inline-block;
}


/* event deco */

.summary.open-day {
    /*padding-top: 30px;*/
}

.summary.open-day:before,
.element-item.open-day:before {
    content: '';
    background: url(../assets/images/flag-openday.png?v=1.1);
    background-size: 100% 100%;
    width: 100px;
    height: 45px;
    display: block;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 1;
}

.summary.open-day:after,
.element-item.open-day:after {
    content: '';
    background: url(../assets/images/open-day-balloon.gif);
    background-size: 100% 100%;
    width: 80px;
    height: 119px;
    display: block;
    position: absolute;
    right: 10px;
    top: 190px;
    z-index: 1;
}

.element-item.open-day:after {
    content: '';
    right: 5px;
    top: 10px;
}

.btn-listing-event {
    background: transparent;
    background-size: 100% 100%;
    width: 80px;
    height: 119px;
    display: block;
    position: absolute;
    right: 10px;
    top: 180px;
    z-index: 2;
}

.element-item .btn-listing-event {
    right: 5px;
    top: 10px;
}

.btn-listing-event:before {
    content: '';
    background: url(../assets/images/btn-event-listing.png);
    background-size: 100% 100%;
    width: 65px;
    height: 32px;
    display: block;
    position: absolute;
    right: 10px;
    top: -30px;
}

.element-item .btn-listing-event:before {
    content: '';
    right: 0px;
    top: -20px;
}

@media (max-width:767px) {
    .summary.open-day {
        margin-top: 40px;
        paddding-top: 30px;
    }
    .element-item .btn-listing-event {
        right: 0px;
        top: 0px;
    }
    .summary.open-day:before {
        display: none;
    }
    .summary.open-day:after {
        content: '';
        background: url(../assets/images/open-day-balloon.gif);
        background-size: 100% 100%;
        right: -5px;
        top: -40px;
    }
    .element-item.open-day:after {
        content: '';
        right: 5px;
        top: -10px;
    }
    .btn-listing-event {
        right: -5px;
        top: -40px;
    }
    .btn-listing-event:before {
        background: url(../assets/images/btn-event-listing-m.png);
        background-size: 100% 100%;
        width: 80px;
        height: 30px;
        right: 80px;
        top: 30px;
    }
    .element-item .btn-listing-event:before {
        width: 60px;
        height: 25px;
        right: 80px;
        top: 30px;
    }
}


/* Goolge Street View */

.gs-row {
    background: #a6d8f3;
    width: 100%;
    margin: 15px 0 0;
}

.gs-image {
    background: url(../assets/images/gs_icon.gif) no-repeat;
    background-position: center center;
    background-size: 80% auto;
    width: 50%;
    height: 30vh;
    display: block;
    margin: 20px 0;
}

.gs-btn-row {
    margin: 0!important;
}

.gs-btn-row button {
    background: url(../assets/images/Street_View_logo150x150.png) no-repeat;
    display: block;
    padding: 10px 20px 10px 80px;
    background-color: #333333;
    background-size: 20% auto;
    background-position: 5% center;
    color: #ffffff;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    margin: 30% auto;
}

.gs-btn-row button:hover {
    background-color: #666666;
}

.gs-btn-row button span {
    display: block;
    font-weight: normal;
    font-size: 13px;
    text-transform: inherit;
}

@media (max-width: 768px) {
    .footer-social {
        margin: 0 30px 0 0;
    }
}

@media (max-width:480px) {
    .gs-image {
        height: 35vh;
        margin: 10px 0 0;
    }
    .gs-btn-row button {
        margin: 5% auto;
    }
    .footer-social {
        margin: 10px 0;
        width: auto;
        text-align: right;
    }
}

@media screen and (min-width: 320px) and (max-width: 570px) {
    #footer {
        padding: 20px 15px 0!important;
    }
}


/* Advertise Page iframe */

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%!important;
}

.facebook-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.facebook-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


/* Holiday Program Button */

.hp-btn {
    display: none;
}

@media (max-width:767px) {
    .hp-btn {
        position: fixed;
        width: 100px;
        height: 100px;
        bottom: 180px;
        right: 20px;
        z-index: 9998;
        display: block;
    }
    .hp-btn a {
        background: url(../assets/images/holiday-program-button-2020.png) no-repeat center center;
        background-size: 100% 100%;
        width: 100px;
        height: 100px;
        display: block;
    }
    .hp-btn i {
        position: absolute;
        background: #666666;
        border-radius: 50%;
        display: block;
        color: #ffffff;
        font-family: Arial, Helvetica, Sans-serif;
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        padding: 5px 8px;
        right: 0;
        top: -14px;
    }
}


/* Brand Page */

.brand-page-header {}

.brand-page-bg {
    position: relative;
    background-position: center center!important;
    background-size: cover!important;
    width: 100%;
    height: 230px;
}

.brand-page-bg .overlay {
    position: absolute;
    background: #333333;
    opacity: .5;
    width: 100%;
    height: 100%;
    display: block;
}

.brand-page-container {
    margin: 0 auto;
    width: 80%;
    padding: 20px 0;
}

.brand-page-logo {
    position: relative;
    width: 180px;
    height: 180px;
    display: inline-block;
}

@media (max-width:480px) {
    .brand-page-bg {
        height: auto;
    }
    .brand-page-container {
        text-align: center;
    }
    .brand-page-logo {
        width: 100px;
        height: 100px;
    }
}

.brand-page-logo img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.brand-page-name {
    position: relative;
    display: inline-block;
    width: 70%;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    font-size: 35px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.brand-page-desr {
    background-color: #f1f1f1;
    padding: 25px 15px;
    text-align: center;
    display: grid;
    place-items: center;
}

.brand-page-desr h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #ff0000;
}

.brand-page-desr p {
    font-size: 14px;
    line-height: 18px;
    /*font-style:italic;
	font-weight:bold;*/
    color: #333333;
    width: 90%;
    display: inline-block;
}

.brand-page-desr img {
    width: 500px;
}

.single-brand {
    background: white;
}


@media (max-width:480px) {
    .brand-page-name {
        width: 100%;
        font-size: 20px;
        line-height: 22px;
        margin: 10px 0 0;
    }
    .brand-page-desr p {
        font-size: 12px;
        line-height: 16px;
        width: 100%;
    }
}

.brand-page-content {
    margin: 15px 0 0;
}


/* Style the tab */

.tab,
.view-option {
    overflow: hidden;
    /*border: 1px solid #ccc;
  background-color: #f1f1f1;*/
}


/* Style the buttons inside the tab */

.tab button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 30px;
    transition: 0.3s;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 10px 0 0;
    position: relative;
    z-index: 1;
}

@media (max-width:480px) {
    .tab button {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .tab button {
        padding: 10px 15px;
        font-size: 13px;
    }
}

.tab button:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .3;
}


/* Change background color of buttons on hover */

.tab button:hover:after {
    background-color: #ff0000;
    opacity: .5;
    transition: 0.3s;
}


/* Create an active/current tablink class */

.tab button.active {
    color: #ffffff;
}

.tab button.active:after {
    background-color: #ff0000;
    opacity: 1;
}


/* Style the tab content */

.tabcontent,
.tabviewcontent {
    display: none;
    padding: 0;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    min-height: 500px;
}


/* Fade in tabs */

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.brand-page-bar {
    background-color: #ff0000;
    display: block;
    width: auto;
    height: 70px;
    padding: 15px 15px 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.brand-page-bar .filters-select,.brand-page-bar .events-filters-select,.brand-page-bar .jobs-filters-select {
    background-color: #ffffff;
    padding: 4px 4px 4px 4px;
    font-size: 13px;
    color: #797978;
    border: 1px solid #ccc;
}

.brand-page-bar-left {
    float: left;
}

.brand-page-bar-right {
    float: right;
}

.filters-select {
    height: 35px;
}

.view-option button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 8px 20px;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 0 5px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    background-color: transparent;
    border-radius: 20px;
}

.view-option button:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: -5px 8px 0 0;
    vertical-align: middle;
}

@media (max-width:480px) {
    .filters-select {
        height: 40px;
        width: 200px;
    }
    .view-option button {
        padding: 8px;
    }
    .view-option button:before {
        margin: 0;
    }
    .view-option button span {
        display: none;
    }
}

@media (max-width:320px) {
    .filters-select {
        width: 160px;
    }
}

.view-option button.list-view:before {
    content: "";
    background-image: url(../assets/images/icon-listview-white.png);
    background-size: 100%;
}

.view-option button.map-view:before {
    content: "";
    background-image: url(../assets/images/icon-mapview-white.png);
    background-size: 100%;
}


/* Change background color of buttons on hover */

.view-option button:hover {
    opacity: .8;
    transition: 0.3s;
}


/* Create an active/current tablink class */

.view-option button.active {
    color: #333333;
    background-color: #ffffff;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.view-option button.list-view.active:before {
    background-image: url(../assets/images/icon-listview.png);
}

.view-option button.map-view.active:before {
    background-image: url(../assets/images/icon-mapview.png);
}

.brand-page-item {
    position: relative;
    width: 32%;
    min-height: 400px;
    float: left;
    margin: 10px 12px 10px 0;
    color: #262524;
}

@media (max-width:992px) and (min-width:768px) {
    .brand-page-item {
        width: 48%;
    }
}

@media (max-width:767px) {
    .brand-page-item {
        width: 100%;
        margin: 10px auto;
    }
}

.brand-page-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.brand-page-describe {
    padding: 15px;
    background: #f9f9f9;
}

.brand-page-describe h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
}

.brand-page-location {
    color: #666666;
    font-size: 12px;
    background: #ffffff;
    border-radius: 20px;
    padding: 3px 10px 3px 5px;
    display: inline-block;
    margin: 5px 0 0 !important;
}

.brand-page-location:before {
    content: '';
    background: url(../assets/images/icon_address_grey.png);
    background-size: 100%;
    vertical-align: bottom;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    display: inline-block;
}

.brand-page-btn-row a.view-profile {
    font-size: 12px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    display: inline-block;
    margin: 15px 5px 0 0;
    border: 2px solid #f26522;
    background: transparent;
    padding: 7px 15px;
    color: #f26522;
    max-width: auto;
    border-radius: 20px;
}

@media (max-width: 320px) {
    .brand-page-btn-row a.view-profile {
        font-size: 11px;
    }
}

.brand-page-btn-row a.view-profile:hover {
    border: 2px solid #f26522;
    background: #f26522;
    ;
    color: #ffffff;
}

.brand-page-btn-row .view-erb {
    font-size: 12px;
   /* text-transform: uppercase;*/
    display: inline-block;
    margin: 15px 5px 0 0;
    border: 1px solid #e13668;
    background: #e13668;
    padding: 7px 15px;
    color: #ffffff!important;
    border-radius: 20px;
}

.brand-page-btn-row .view-erb:before {
    content: '';
    background: url(../assets/images/icon_editor-review-n.png) no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
}

#map_wrapper_div {
    height: 500px;
}

#map_tuts {
    width: 100%;
    height: 100%;
}

.no-event-content,
.no-job-content {
    text-align: center;
    width: 100%;
}

.notice-icon {
    width: 150px;
    height: 150px;
    display: block;
    margin: 50px auto 0;
}

.event-icon {
    background: url(../assets/images/event-icon.png) no-repeat;
}

.job-icon {
    background: url(../assets/images/job-icon.png) no-repeat;
}

.no-event-content h5,
.no-job-content h5 {
    color: #999999;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.no-event-content p,
.no-job-content p {
    color: #999999;
    font-size: 12px;
}

.no-job-content a {
    color: #999999;
    text-decoration: underline;
}

.no-job-content a:hover {
    color: #2980B9;
    text-decoration: underline;
}

.brand-page-events .view-more {
    border-radius: 20px;
}

.brand-page-jobs .view-more {
    display: inline-block!important;
    border-radius: 20px;
    margin-right: 10px!important;
}

.brand-page-btn-row .send-email {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 8px 0 0;
    border: 1px solid #2a80b9;
    background: #2a80b9;
    padding: 7px 15px;
    color: #ffffff!important;
    border-radius: 20px;
}

.brand-page-btn-row .send-email:before {
    content: '';
    background: url(../assets/images/icon_email.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.left {
    float: left;
}

.right {
    float: right;
}


/* 140920 blog detail page */

.blogDetail {
    margin: 0!important;
    padding: 0!important;
}

.contentBlog>div {
    font-size: 15px;
    line-height: 19px;
    text-align: justify;
}

.side-related.forBlog {
    border: none!important;
    padding: 0;
}

.noMargin {
    margin-left: 0!important;
}

.noMarginTopBottom {
    margin-bottom: 0!important;
    margin-top: 0!important;
}

.noMarginBottom {
    margin-bottom: 0!important;
}

.noMarginTop {
    margin-top: 0!important;
}

.addMarginBottom {
    margin-bottom: 20px!important;
}

.items-col-blog {
    margin: 0 5px 10px!important;
    width: 23%;
    display: block;
    float: left;
}

@media (min-width: 990px) and (max-width: 1024px) {
    .items-col.blogCol {
        margin: 0 9px 20px 0;
    }
    .blogCol>.item-image {
        min-height: 160px!important;
        max-height: 160px!important;
    }
}

@media (max-width: 990px) and (min-width: 768px) {
    .items-col.blogCol {
        width: 31%;
    }
}

@media (max-width: 767px) {
    .items-col-blog {
        width: 98%;
        margin: 0!important;
    }
    .items-col.blogCol {
        margin: 0 10px 25px 0!important;
        width: 100%!important;
    }
}

@media (max-width: 480px) {
    .blogCol>.item-image {
        min-height: inherit!important;
        max-height: inherit!important;
    }
}

.downloadFullWrap {
    text-align: center;
}

.downloadWrap {
    width: fit-content;
    display: inline-block;
}

.downloadButton {
    margin-top: 15px;
}

.downloadButton>a {
    padding: 5px 20px;
    background-color: #0091a2;
    border-radius: 20px;
    font-size: 14px;
    color: white!important;
    text-decoration: none;
}

iframe>.m2 .freebirdFormviewerViewHeaderHeader {
    display: none!important;
}

.explore-button {
    background: #eb841b;
    font-size: 12px;
    margin-left: 8px;
}

.explore-button>a {
    color: white!important;
}


/* Special Needs 290920*/

.special-needs-bgImage {
    background: url(../assets/images/banner_specialneeds.png) center center;
    background-size: cover!important;
    /*background-color: #f25b48;*/
    width: 100%;
    padding: 50px 0;
    /*height:250px;*/
    text-align: center;
    display: table;
}

.special-needs-bgImage h2 {
    color: #009688;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;
}


/* pagination */

.pag-arrow,
.pagination ul>li:first-child,
.pagination ul>li:last-child {
    border: 1px solid #cccccc;
    background: #008ca1;
    border-radius: 20px;
    padding: 10px 10px!important;
}

.pag-arrow.disabled {
    background: #999999!important;
}

.pag-arrow.disabled a:hover {
    opacity: 1;
}

.bottom-pagination-listing .results-per-page {
    margin-top: 0;
}

.pag-current {
    text-transform: lowercase;
    margin: 0 5px;
}

.pagination.fixed-to-bottom {
    position: fixed;
    width: 100%;
    /* height: 50px; */
    left: 0;
    bottom: 0;
    background: #eeeeee;
    padding: 20px 0;
    z-index: 9999;
    margin: 0!important;
}

.pagination.fixed-to-bottom .goto {
    text-align: center;
}

@media (max-width:480px) {
    .pag-arrow,
    .pagination ul>li:first-child,
    .pagination ul>li:last-child {
        padding: 10px 5px!important;
    }
    .bottom-pagination-listing .pagination ul>li a {
        font-size: 11px;
    }
}



/*Listing revamp 28/02/22*/

.listing-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.listing-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.essential-content .extra-fields h3 {
    margin-bottom: 15px!important;
}

.essential-content .extra-fields p {
    border-bottom: 1px #cacaca solid!important;
    padding-bottom: 15px!important;
    overflow: auto;
}

.essential-content .extra-fields p strong {
    font-weight: bold!important;
    color: #333333;
}

.editor-review-section .editor-review-box {
    /*margin-top: 0!important;*/
}

.editor-review-section .editor-thumb {
    width: 30%;
}

.editor-review-section .review-text {
    width: 56%;
    padding: 10px 15px;
}

.editor-review-section .review-p {
    font-size: 14px!important;
    line-height: 21px!important;
}

.editor-review-section .editor-review-box .btn-read-review {
    margin: 10px 0 5px!important;
}

.editor-review-section .editor-review-box .btn-read-review a {
    padding: 8px 15px!important;
    font-size: 13px!important;
}

.listing-info .contact-col {
    width: 80%!important;
    font-size: 14px;
    color: #333333;
}

.listing-info .contact-col a,
.listing-info .contact-col a:hover {
    text-decoration: none;
    color: #333333;
}

.listing-info-box .icons-contact:before {
    margin-right: 10px;
    background-size: 100% 100%!important;
    background-position: center center!important;
    width: 25px;
    height: 25px;
}

.social-links .icons-contact:before {
    width: 20px!important;
    height: 20px!important;
    margin-right: 30px!important;
}


/* Listing info icons replacement */

.listing-info-box .icons-address:before {
    background: url(../assets/images/icon_address_solid_grey.png) no-repeat;
}

.listing-info-box .icons-phone:before {
    background: url(../assets/images/icon_phone_solid_grey.png) no-repeat;
}

.listing-info-box .icons-fax:before {
    background: url(../assets/images/icon_fax_solid_grey.png) no-repeat;
}

.listing-info-box .icons-email:before {
    background: url(../assets/images/icon_email_solid_grey.png) no-repeat;
}

.listing-info-box .icons-website:before {
    background: url(../assets/images/icon_website_solid_grey.png) no-repeat;
}

.listing-info-box .icons-link:before {
    background: url(../assets/images/icon_link_solid_grey.png) no-repeat;
    content: '';
}

.listing-info-box .icons-fb:before {
    background: url(../assets/images/icon_fb_solid.png) no-repeat;
    content: '';
}

.listing-info-box .icons-xhs:before {
    background: url(../assets/images/icon_xhs.png) no-repeat;
    content: '';
}

.listing-info-box .icons-twitter:before {
    background: url(../assets/images/icon_twitter_solid.png) no-repeat;
    content: '';
}

.listing-info-box .icons-insta:before {
    background: url(../assets/images/icon_insta_solid.png) no-repeat;
    content: '';
}

.listing-info-box .icons-youtube:before {
    background: url(../assets/images/icon_youtube_solid.png) no-repeat;
    content: '';
}

.listing-info-box .icons-tiktok:before {
    background: url(../assets/images/icon_tiktok.png) no-repeat;
    content: '';
}

.listing-info-box .icons-contact,
.listing-info-box .social-links {
    padding: 0 10px;
}

.listing-info-box .social-links .icons-contact {
    padding: 0px;
}

.contact_info_listing {
    margin: 0!important;
}

.contact_info_listing h3,
.enquiry-box h3 {
    background-color: transparent!important;
    border: none!important;
    padding: 10px;
}

.listing-info-box {
    border: 1px #999999 solid;
    border-radius: 5px;
    margin: 0 0 10px!important;
}

.enquiry-box {
    margin-left: 0!important;
    margin-top: 15px;
    padding: 10px 0;
}

.enquiry-box::before {
    content: "";
    border-top: #999999 solid 1px;
    display: block;
}

.enquiry-box .user-contact-form {
    display: block!important;
    background: transparent!important;
    border: none!important;
    border-radius: 0!important;
    padding: 0 20px;
}

.enquiry-box .user-contact-form form {
    padding: 0!important;
}

.enquiry-box .us-btn-row {
    width: 95%!important;
}

.enquiry-box .btn-submit {
    border-radius: 25px!important;
    width: inherit!important;
    margin: 0
}

.enquiry-box .note {
    color: #333333!important;
    margin: 15px 10px 0!important;
    text-align: center;
}

.enquiry-box .note a {
    color: #333333!important;
    font-weight: bold!important;
}

.enquiry-button {
    display: none;
}

@media (max-width: 980px) {
	.listing-info-box{
		padding: 0 10px 20px;
	}
	
    .enquiry-box::before,
    .enquiry-box h3 {
        display: none;
    }
    .listing-info .enquiry-button {
        margin-top: 25px;
        background-color: #e13668;
        color: white;
        cursor: pointer;
        padding: 18px;
        border: none;
        text-align: left;
        outline: none;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        display: block;
    }

    button.enquiry-button.active {
        background-color: #505050;
    }
    .enquiry-box {
        margin: 0;
        padding: 10px 18px;
        display:none;
        
    }
	
	.enquiry-box.sticky {
		position: fixed;
		bottom: 66px;
		left: 0;
		width:91%;
		display:block;
		background: #eeeeee;
		z-index: 9999;
		display:none;
        width: 98%;
	}

}

.listing-info-box .social-links {
    margin-top: 20px;
}

.social-links .icons-contact {
    display: inline-block;
}

.featured-events-promo .items-row {
    padding: 0;
	padding: 0!important;
}

.featured-events-promo .items-col {
    width: 263px;
}

.featured-events-promo .slick-prev {
    left: 10px;
}

.featured-events-promo .slick-next {
    right: 10px;
}

.featured-events-promo .item-image {
    min-height: 261px;
    max-height: 261px;
}

.featured-events-promo .item-image img {
    width: 100%;
    height: 100%;
}

.featured-events-promo .ptime {
    color: #999999;
    /* background: #67bf67;*/
    padding: 0;
    border-radius: 5px;
    display: -webkit-inline-box;
}

.featured-events-promo .items-describe2 {
    margin: 0 8px;
}

.featured-events-promo .items-col {
    margin: 0 6px!important;
}

@media (max-width:480px) {
    .featured-events-promo .span4 {
        margin: 0 6px 0 0!important;
        width: 300px!important;
    }
    .featured-events-promo .item-image {
        min-height: 300px;
        max-height: 300px;
    }
    .featured-events-promo .items-describe2 {
        margin: 0 5px;
    }
}

/*login button */

.public-login-btn, .public-profile-btn, .public-logout-btn{
	    display: inline-block;
		float:right;
}

.public-login-btn a{
	background:#008ca1;
	display:block;
	padding: 5px 15px;
    color: #ffffff!important;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
}

.public-login-btn a:before{
	content:'';
	background: url(../assets/images/icon-login.png) no-repeat;
	background-size:100% 100%;
	display:inline-block;
	    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}

.public-profile-btn a{
	background:#e13668;
	display:block;
	padding: 5px 15px;
    color: #ffffff!important;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
}

.public-profile-btn a:before{
	content:'';
	background: url(../assets/images/icon-profile.png) no-repeat;
	background-size:100% 100%;
	display:inline-block;
	    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}

.public-logout-btn a{
	background:#999999;
	display:block;
	padding: 5px 15px;
    color: #ffffff!important;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
}

.public-logout-btn a:before{
	content:'';
	background: url(../assets/images/icon-sign-out.png) no-repeat;
	background-size:100% 100%;
	display:inline-block;
	    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
}


@media(max-width:979px){

.public-login-btn, .public-profile-btn, .public-logout-btn{
margin: 8px 0 0 0;

}

.public-login-btn a span, .public-profile-btn a span, .public-logout-btn a span{	
	display:none;
}

.public-login-btn a,.public-profile-btn a,.public-logout-btn a  {
    display: block;
    padding: 13px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

.public-login-btn a:before, .public-profile-btn a:before, .public-logout-btn a:before{	
	width: 24px;
    height: 24px;
    padding: 0;
    margin: -3px 0 0 -3px;
}
}

/* favor button */
.favor-btn-wrap {
    margin-left: 5px;
    position: relative;
    display: inline-block;
    padding: 8px 0;
    float: right;
}

.favor-btn a {
    background: #f75e8b;
    border-radius: 20px;
    padding: 10px 15px;
    color: #ffffff!important;
    
    font-weight: bold;
    font-size: 11px;
}

.favor-btn-wrap2 .favor-btn{
   display: block;
    background: #ffffff;
    border-radius: 50px;
    padding: 5px;
	display:block;
}

.favor-btn-wrap2 .favor-btn a {
    background: none;
    border-radius: 0;
    padding: 0;
}

.favor-btn a:before {
    content: "";
    background: url(../assets/images/favor-btn.png);
    background-size: 200% 200%;
    background-position: 0px 22px;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}

.favor-btn-wrap2 .favor-btn a:before {
    content: "";
    background: url(../assets/images/favor-btn.png);
    background-size: 200% 200%;
    background-position: 0 0px;

	margin:0;
}

.favor-btn.active a:before {
    content: "";
    background: url(../assets/images/favor-btn.png);
    background-size: 200% 200%;
    background-position: 22px 22px;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.favor-btn-wrap2 .favor-btn.active a:before {
    content: "";
    background: url(../assets/images/favor-btn.png);
    background-size: 200% 200%;
	background-position: 22px 0px;
	

}


@media (max-width: 530px) {
    .favor-btn a {
        padding: 11px 6px;
    }
    .favor-btn a:before {
        margin-right: 0!important;
    }
    .favor-btn a span {
        display: none;
    }
	
	.favor-btn-wrap2 .favor-btn a:before {
    content: "";
   
	width: 30px;
    height: 30px;

}
	
	.favor-btn-wrap2 .favor-btn.active a:before {
    content: "";
 
	width: 30px;
    height: 30px;

}
}

.fav-btn-wrap .favor-btn {
    bottom: 5px;
    right: 5px;
    position: absolute;
    height: 30px;
    width: 30px;
}

.fav-btn-wrap .favor-btn a {
    padding: 0;
    z-index: 1;
}

.fav-btn-wrap .favor-btn a:before {
    margin: 0;
}

.favor-btn-wrap2{
	position:absolute;	
	right:10px;
	top:10px;
}

.favor-btn-wrap2 a span{
		display:none;
}

/* fancy box */
.fancybox-skin{
  border-radius:5px!important;	
}

.fancybox-inner{
	border-radius:5px;	
}

/* copy url */

.url-copied {
  visibility: hidden;
      width: 100px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: -40px;
    right: -40px;
  margin-left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin: 0 !important;
}

.url-copied::after {
  content: "";
  position: absolute;
  top: -5px;
    left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-bottom: 5px solid #555;
}

.icon-copyurl:hover .url-copied{
  visibility: visible;
  opacity: 1;
}

/*badge*/
.badge-base img{width: 50px;}
.badge-base{width: 21%!important;text-align: right;padding: 0 14px 0 0}
.absolute-logo{position: absolute;bottom: 20px;}
.describe-absolute{position: absolute;width:70%;right:0;}
#summary_map .describe-absolute{ width:60% }
.describe-margin{margin: 12px 0 100px 0!important;}
.describe-margin2{margin: 12px 0 120px 0!important;}
@media (max-width: 767px){
	.absolute-logo{ position: relative; margin-bottom: 10px!important;bottom:0;}
	.badge-base {width: 95%!important;text-align: left}
	.summary.open-day:after {top: 120px;}
	.btn-listing-event:before{top: 60px;}
	.btn-listing-event{top:110px}
	.listing-title .span8 .describe-margin{margin: 12px 0 100px 0!important;}
	.resp-adj{width: 100%;text-align: left}
    #summary_map .describe-absolute{right:30px;}
    #summary_map .btn-view-main{margin-top: 30px !important;}
}
@media (max-width: 480px){
	.absolute-logo{ position: relative; margin-bottom: 10px!important;bottom:0;}
	.summary.open-day:after {top: 120px;}
	.btn-listing-event:before{top: 60px;}
	.btn-listing-event{top:110px}
	.badge-base{padding-right: 0}
	.badge-base img{width: 50px;}
}

/*Virtual tour*/
.threesixtyicon{position: absolute;    width: 40px;left: 10px;top: 10px;filter: invert(1);}
.vt-bg-box{ height: 100%;background: white;box-shadow:1px 1px 7px 0px #0000000d ; border-radius: 8px;margin-bottom: 30px}
.mainimg-box{position: relative;}
.vt-sample-img{object-fit: cover;border-radius: 8px 0 0 8px; width: 100%;}
.vt-content-box{margin-top: auto;margin-bottom: auto;padding:20px;  }
.vt-content-box h3{font-weight: bold;line-height: 1.2;}
.vt-content-box h4{font-weight: bold;font-size: 16px;color: #008ca1}
.flex-container{ display: flex;}
.flex-container > .col-7{width:58.1%}
.flex-container > .col-6{width:50%; max-width:100% !important}
.flex-container > .col-5{width:41.5%}
.btn-vr {margin-top: 20px; }
.btn-vr a{background:#e13668;box-shadow: 4px 4px 0px #008ca1;padding: 8px 38px;font-size: 16px;}
.btn-vr a:before{content: '';background-image: url(../assets/images/360btnicon.png);background-size: 100% 100%;display: inline-block;height: 25px;width: 25px;filter: invert(1);}
.title-vt{font-size: 21px;line-height: 24px;font-weight: bold;padding: 0;color: #333333;text-transform: initial;vertical-align: middle;display: inline-block;text-align:left !important;margin: 30px 0 10px 0;}
.display-none{display: none}
@media(max-width:650px){
.flex-container{ display: table;}
.flex-container > .col-7{width:88%}
.flex-container > .col-6{width:88%;max-width:100%!important}
.vt-bg-box > .col-6.mainimg-box{width:100%}
.flex-container > .col-5{width:88%}
}

/*Mesa2024 hide if no use*/
.navbar .nav > li:last-child > a {font-weight: 700;color: #16244b !important;background: #ffaa17;}
.navbar .nav > li:last-child > a:hover{color: #ffaa17 !important;background:#16244b ; }

/**

* eDirectory - Result Pages ( Modules )

*

* @package			layout

* @filesource		results.css

* @author			Arca Solutions

* @copyright		Copyright (c) 2009, Arca Solutions Inc.

* @version			eDirectory 9.3

* @since			October, 17, 2011

*			

*/



/* #Map

*/



div.map {height: 550px;  margin: 15px 0 20px 0; width: 99.75%; }

div.map > div { height: 96.8% !important;  margin: 0.7%;  width: 98.6% !important;}   

    

.content-results-filters div.map > div {height: 98.8% !important; margin: 0.5%; width: 99.1% !important;}



.noresults {

    margin-top: -12px;

}



/* #Content and Sidebar*/

.content-results-filters { float: right; padding: 0 0 2% 0%;  width: 69.3%;}

.content-results-filters .resultsMessage { margin-left: -44.5%;  margin-top: 5px;  width: 146.5%;}



.flex-box-list > h2{

  overflow: hidden;

  padding-right: 7%;

  text-overflow: ellipsis;

  white-space: nowrap;

  width: 93%;

}



.sidebar-filters h3 .title-filter {

    width:60%;

    text-overflow:ellipsis;

    overflow: hidden;

    white-space:nowrap;

}



.sidebar-filters div > h2 {

  margin-bottom: 20px;

}

.sidebar-filters > ul {

  float: left;

  width: 100%;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.sidebar-filters .item-filter h3 a {

  float: right;

  padding-left: 10px;

  text-indent: 0;

}



.sidebar-filters .item-filter .item-select {

  margin: 10px 0;

  float: left;

  max-height: 225px;

  overflow-y: auto;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



.sidebar-filters .item-filter .item-select li {

  color: #333333;

  font-size: 12px;

  line-height: 20px;

  overflow: hidden;

  padding-left: 5px;

  text-overflow: ellipsis;

  white-space: nowrap;

  margin-bottom: 1px;

}





.sidebar-filters .item-filter .item-select li a {

  float: left;

  margin-left: -10px;

  margin-right: -30px;

  text-overflow: ellipsis;

  padding-left:30px; 

  padding-right:40px; 

  color:#333;   

  z-index:1;

}



.sidebar-filters .item-filter .item-select li a[class*="fa-caret"] {

  margin-left: 0;

  color: #2980B9;

  padding: 5px 7px 3px 6px;

  font-size: 13px;

  width: auto;

  position: relative;

  z-index: 3;

}



.sidebar-filters .item-filter .item-select li a[class*="fa-caret"]:hover + a + a,

.sidebar-filters .item-filter .item-select li a[class*="fa-caret"]:hover + a {

  background-color: #eee;

}



.sidebar-filters .item-filter .item-select li a.filter-listitem:hover {

  background-color: #eee;

}

.sidebar-filters .item-filter .item-select li.loading {

  background-color: #fff;

  font-size: 11px;

  margin-left: 16px;

  white-space: pre-wrap;

  color: #ccc;

  max-width:76%;

}



.sidebar-filters .item-filter .item-select li.active > a,

.sidebar-filters .item-filter .item-select li > a:hover {

  background-color: #eee;

}

.sidebar-filters .item-filter .item-select li li {

  padding-left: 5px;

  float: left;

  width: 100%;

}

.sidebar-filters .item-filter .item-select li li.active > a {

  background-color: #eee;

}

.sidebar-filters .item-filter .item-select#list_deal li {

  white-space: normal;

}

.filter-box {

  float: left;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  width: 100%;

  padding: 5px;

  margin-bottom: 20px;

}

.filter-box li {

  background-color: #ECEFF0;

  margin: 5px 0;

  padding: 7px 5px 2px;

  font-size: 12px;

}

.filter-box li b {

   font-weight:normal;

  max-width:90%;

  overflow:hidden;

  white-space:nowrap;

  text-overflow:ellipsis;

  display:inline-block;

}

.filter-box li span {

  float: right;

  color: #333;

}

.filter-box .remove-all {

  text-align: right;

  display: block;

  font-size: 11px;

  color:#4F7EB5;

}









/* #Summary View */	



.summary {margin-bottom: 20px; padding:0; width: 100%; clear:both;}

.summary-small {width: 100%; clear:both; padding: 0; position:relative;}

.summary section { padding: 17px;}





.summary .navicons .share-social {padding: 3px 0 0;}

.summary .share-social, .summary .share-actions  {display:inline-block;}



.summary .share-social li, .summary .share-actions li {display:inline-block;float:right;margin:4px 4px -4px; font-size:11px; line-height: 16px;}

.summary .media, .media .media { margin-top:0;}

.summary .media .span4.text-right { padding-top: 5px;} 



.summary .line-footer .comp-info,.summary .line-footer .comp-info a {font-size:10px; margin-top:7px; text-align:right;}  

.span6.comp-info > p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}



/*.summary-image {width: 35%;display: block;}		*/



.summary-small .summary-image {width: 100%;display: block;text-align:center;}	

.summary-small p.claim {margin-top:5px;}

    

.ie7 .summary-image {float:left;}	

.summary-image .image > img { width: 100%;}	

.ie7 .summary-image .image > img, .ie7 .image.summary-image  img {width: 96%;}		



.ie .row-fluid.line-footer {padding-top:3px;}



/* #Sumary View items 

	* Image

	* Description

	* Rate

	* Share

	* Badges

	* Map



	.summary-image  img, .summary-image .no-image	{ float:left; display:block; margin:20px 10px 0 0;} */

	

    .summary-small .summary-image  img, 

    .summary-small .summary-image .no-image,

    .summary-deal .summary-image  img, 

    .summary-deal .summary-image .no-image

    { margin:4px 0 2px;width:100%;}

    

	.summary-small address { line-height: 15px;height: auto; display: inline-flex; }

	.summary-deal address {padding-top:6px;}

    

	.summary .media-body 	{margin-top:18px;}

	.summary-small .media-body, .summary-deal .media-body 	{margin-top:0;}

	

    .listing-tag-deal, .deal-tag-small, .deal-tag {white-space:nowrap; float: right; height: 38px; margin-right: -2.7%; margin-top: -3px; padding-left: 2px; text-align: right;}

    .extendedContent .listing-tag-deal {margin-right:-2%;}

    

    .summary-deal .name-tag-deal.soldout { padding: 10px;font-size:16px;}

    .name-tag-deal { padding: 10px;}

    

    .summary .summary-price {margin-top:8px; font-size:11px;}

    .summary .review-count {text-decoration:none;}

	.summary .rate p  {margin:0 5px;}	

	.summary .review b, .summary .rate p:before  { font-weight:300;color:#787878;text-decoration:none; font-size:12px;}	

	.summary .rate p:before  {content:"|"; margin-right:5px;}	

	.summary .badges {text-align:right;margin-bottom:10px;height:18px;width:100%;}

    .summary .badges img { clear: both;float: left;margin-bottom:10px;height:100%;}

	.summary .info {margin-top:10px;}

	.summary .poston {text-align:right;padding:10px 5px 0 0;}

    

    .summary-address {padding-bottom:3px;display:inline-block; vertical-align:top;width:100%;}

    .summary-infodetail {min-height:65px;}

    .content-profile .summary-address { min-height:10px; padding-bottom:0;}

    

    .summary-contact.span12, .summary-contact.span9  {display:table;margin:0;}
	.summary-contact{display:inline-block; vertical-align:top; width: 48%;}
    .summary-contact > div{ margin-bottom:5px;}





    .claim {clear:both}

    

    .summary .line-footer { max-height: 30px; width:96%; padding:0 2%;}

    .summary .line-footer .span7.icons, .summary .line-footer .span5.icons{margin-left:2%;}

    

    .line-footer .summary-icons {padding:2px 0; line-height:30px}

    .line-footer .summary-icons.checkin {padding:2px 5px 2px 0;}

    

    .line-footer .summary-icons, 

    .line-footer .navicons,

    .summary .line-footer .rate-stars, 

    .summary .line-footer .rate p,

    .summary .line-footer .rate {display:inline;}





    .summary .line-footer .rate {

        display: inline-block;

        height: 22px;

        padding-top: 7px;

        white-space:nowrap;

    }



    .summary .line-footer .stars-rating {

        vertical-align: middle;

        margin-top:0;}



    .summary .line-footer .review {

        padding:0 0 0 5px;

        line-height: 14px;

        font-size: 11px;

    }   



    .summary .line-footer .icons {

        padding: 5px;

    }



.ie7 .button-send , .ie7 .button-call  {margin-top:3px;}	 



.filter_load {text-align:center; margin:10px auto; width:80%;}

.filter_load img {clear:both;}

.filter_load p {font-size:11px;}





/*#Tab View*/

.content-results-filters .tabs li {display: inline-block;

    line-height: 12px;    max-width: 90px;    min-height: 13px;    padding: 8px 0px 10px 0px;    word-wrap: break-word;}



.content-results-filters .tabs li a {padding:7px 8px 8px 30px;}



.results-info-listing {margin:2px 0 25px;/*float:left;*/width:100%;}

.search-info i {font-style:normal;}

.search-info {/*float:left;*/ margin-bottom: -10px;  margin-top: 10px;}

.results-info-listing .content-custom {margin-top:40px;}

.custom-select-listing .search-info {float: right;}

.search-info p{white-space: nowrap}

.tabview-results .pagination {float:right;}





.tabview-results {float: right;clear:both;width: 200px;}

.tabview-results .btn-group.bootstrap-select {float: right; position: relative;}



.tabview-results .filter-order label{display:none;}

.ie7 .content-results-filters .tabs li {float:left;margin-right:5px; }

.ie7 .content-results-filters .tabs li a{font-size:10px; }

.ie7 .content-results-filters .tabs {border:none;}

.ie7 .results-info-listing {float:left; clear:both; margin-top:5px;}

.ie7 .tabview-results {width:auto;margin-bottom:-50px;}

.ie7 .tabview-results .pagination {float:none;}

.ie7 .tabview-results .pagination .goto {padding-top:5px;}





/*General Page Checkin Review*/

.box-title .summary-small .listing-tag-deal, .box-title .summary-small .deal-tag-small, .box-title .summary-small .deal-tag { margin-right: -2%;}

.box-title .results-per-page {float:right;}

.box-title .summary-image .no-image {height:126px;}





/*Pop Up on GOOGLE MAP*/

.gm-style .gm-style-iw a {

    white-space:nowrap;

}



/* #Media queries



	All changes when you want a responsive website

	

*/

@media (min-width: 978px) {

    .sidebar-filters {
        display: flex;
        align-items: center;
    }

}



@media (min-width: 768px) and (max-width: 979px) {



    /*No-Images*/

    .level-summary .no-image, .summary span.no-image, .content-main .summary span.no-image {height:70px;}



    /*Filters*/

    .sidebar-filters {display:block!important;}



    .tabview-results {width:200px;}

    #list_category label, #list_location label { font-size: 10px; width: 110px;}

    #list_category .child label, #list_location .child label { font-size: 9px; width: 100px;}

    .sidebar-filters label {width: 138px;}



    .sidebar.sidebar-filters {display:block !important;}

    

    .span6.text-right.icons, .review .rate {text-align:center;}

    

    .sidebar-filters .item-select {margin:8px 0 8px 10px;}

     

	.pagination {margin: 7px 0; width: 100%;}

	



    .summary .info .span2 {margin:10px 0 0 0;}

	.summary .info .badges {text-align:center;}

    

	.bottom-pagination .pages {  margin-left: 20%;	}

    

    .summary .line-footer {max-height: none; padding: 0 0; width: 100%;}

    .summary .line-footer .comp-info {padding-right:2px;}



    .summary .summary-price {border-top:1px solid #dbdbdb; width: 100%;}

    

	.summary .media-body {  padding-top: 10px;}



    .summary .badges img {margin-bottom: 10px}

    .summary .navicons .share-social {padding: 0 0 9px;}



    .summary-small .row-fluid .span10 { width: 70%;}

    .summary-small .summary-address { float: left;min-height:0; padding:0;}



    .summary-small .info .badges{ margin:0;}

    .summary-small .row-fluid .span9 {width: 100%;}  

    .summary-small .row-fluid.line-footer .span9 {padding: 3px 0 0; width: auto;} 



    .summary-small address { height: auto; line-height: 15px; max-width: 170px; font-size: 10px;}

    .summary-contact > div { max-width: 170px;word-wrap:break-word;}

    .summary-small .media-body { padding-top: 0;}

    .summary .line-footer .span9.review .rate {  display: inline;  float: none;}

    .summary .summary-price { padding-top: 3px;margin-bottom:-10px;}

    .summary .line-footer .stars-rating { margin-top:-2px; margin-left:5px;}



    .summary-article .row-fluid.media .media-body {padding-top:0;}



    .claim{display:none;}

    

    

    #content_mapView div.map .map-loading {background-image:none;}





    .summary .line-footer .icons { float: right;}

    .button-send, .button-call {margin-top: 4px;}







    /*Filters*/

    

    .sidebar-filters { float: left; width: 100%;}



    .sidebar-filters div > h2 {

    overflow: hidden;

    padding-right: 7%;

    text-overflow: ellipsis;

    white-space: nowrap;

    width: 93%;

    }



    #list_category label, #list_location label { font-size: 10px; width: 100px;}



    .sidebar-filters .item-filter .item-select {margin: 10px 0; width:96%;}



    /*Calendar Events*/

    .calendar-event {width:99.5%}

    

}



@media (max-width: 767px) {

    .media-body .summary-image .no-image {background-position: left top }



    .media-body .info .span8 {width:60%;margin-left:4%;}



    /*Filters*/

    .sidebar-filters {display:none;}



    .results-info-listing {       

        margin: 2px 2% 20px;

        width: 96%;

    }



    /*No Image*/

    .summary-deal .media .summary-image .no-image, .tabview-results.custom-select-listing { display:none;}

    

    .sidebar.sidebar-filters,   

    .content-results-filters { float: none; width:95%; margin:10px auto; padding:0;}

    .sidebar.sidebar-filters, .sidebar.sidebar-filters h2 {display: none;}

    

    .content-full-results {float:none;}

     

    .btn.btn-inverse { float: right;margin-right: 2%;}



    #list_category, #list_location {max-height: none;}

    

    .summary .title {text-align:center;}

    .listing-tag-deal {margin-top:10px;}

    .pull-right.summary-price {float:left;}

    

    .summary-infodetail {min-height: 0;}



    

    .summary .line-footer {    margin-top: 15px; max-height: none;}

    .summary .line-footer, .summary .line-footer .review , .summary .line-footer .text-right{ max-height:none; text-align:center; font-size:10px;}

   .summary .line-footer .review { padding: 5px 0 8px 5px;}

    

    .summary .badges, .summary-small address { height: auto;}

    .media .pull-left, .media .pull-right {margin-bottom: 0;} 

    .summary-address {margin:10px 0 5px; width:100%;}



    .summary .row-fluid .span4, .summary .row-fluid .span8, .summary-address, .summary .span12, .summary .row-fluid  { min-height: 0;}

    .summary .line-footer .review {float:none; width: 100%;}

    .line-footer .summary-icons, .line-footer .navicons {display:none;}

    

    #content_mapView div.map .map-loading {background-image:none;}   

    .content-center div.map { height: 220px;}

     

    .summary-contact.span9 div { white-space: nowrap; word-wrap: break-word;}



    .summary .line-footer .icons { padding: 0 0 10px 0;}







    



    /*Deals*/

    .listing-tag-deal, .deal-tag-small, .deal-tag {margin-top:0;}



       

    .content-results-filters .resultsMessage { margin-left: 0;  margin-top: 5px; width: 100%;}



    .summary .line-footer .comp-info, .summary .line-footer .comp-info a {text-align:center; float:none; margin:0 auto; width:100%;}

    

    /*Filter*/   

    .summary .rate p:before {content: "";}

    

    .sidebar-filters > ul {margin-bottom:10px;}

    .sidebar-filters .item-filter .item-select { float: left; max-width: 100%;}



    .sidebar-filters .item-filter .item-select li a {

      width:90%;

      padding-right:10%;

    }



    .sidebar-filters label {width: 100%;}

    #list_category label, #list_location label {width: 78%;}

    #list_category .child label, #list_location .child label {width: 76%;}



    .nav-tabs > li > a, .tabs-advertise > li > a {font-size:8px;}

    .nav-tabs > li > a, .tabs-advertise > li > a, .tabsLevels > li > h2, .nav-pills > li > a {margin-right: 3px;}



    /*#article*/

    .summary-article .row-fluid.media .span8 {width:66%; margin-left:2%;}

    .summary-article .summary-image .no-image {display:block;}

    

}



@media (max-width: 480px) {

   .media-body .summary-image .no-image {display:none;}



.summary .badges { height: auto;max-width: 100%; text-align: center;  width: 100%; margin:8px 0;}

.summary .badges img {clear: none; float: none; margin-bottom: 10px; margin-right:5px!important; /*max-width:30%;*/ max-height: 20px; }



	.summary-contact{width:100%;}

    .summary-contact > div {display:block;clear:both;width:100%;}

    .summary-contact.span12 a { white-space: nowrap;}

    .summary-contact .text-right {text-align: left;}





    .media-body .info .span8 {width:98%;margin:10px auto 0;}



    .bottom-pagination-listing .pagination ul > li a { font-size: 14px; font-weight: normal; padding: 7px;}



    /*#article*/

    .summary-article .row-fluid.media .span8 {width:100%; margin-left:20;}

    .summary-article .summary-image .no-image {display:none;}





    

}

/*Calendar Event*/
.calendar-event li{
	background-color:#16a085;
	color:#fff;
	font-size:10px;
	text-transform: capitalize;
	cursor:pointer;
}

.calendar-event li.active, .calendar-event li:hover {
	background-color:#3d4a5d;
}

.calendar_loading {
    height: 30px;
    width: 100%;
    float: left;
    background: url(../assets/images/icon-loading-events.gif) no-repeat center center transparent;
}

.small-calendar { background-color:#f0f1f3; color:#2e3e4e;}
.small-calendar li {font-size:11px; text-transform: uppercase; cursor: pointer;}
.small-calendar li.active,.small-calendar li:hover {color:#fff;background-color:#16a086;}

/*Calendar Event*/

.calendar-event {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px;
    background-color: #16A085;
}

#calendar_event {
    min-height: 120px;
}

.calendar-event li {
    float: left;
    height: 40px;
    line-height: 11px;
    padding: 9px 1%;
    text-align: center;
    width: 18%;
}

.small-calendar {
    width: 100%;
    float: left;
    position: relative;
}

.small-calendar li {
    float: left;
    width: 14%;
    line-height: 12px;
    height: 12px;
    padding: 14px 1%;
    text-align: center;
    overflow: hidden
}

.small-calendar li.control {
    width: 10%;
    height: 12px;
    padding: 14px 0;
}

.list li {padding-right: 15px; font-size:10px;}			
.list li span{ color:#8e8e8e;}

/* #Horizontal Description*/

.dl-horizontal {
    margin: 20px 0;
    display: flex !important;
}

.dialog-list {margin-bottom:-10px;}

dl {margin:20px 0;}

dl.dl-horizontal dt, dl dd { text-transform: uppercase; text-align: center; line-height:12px; padding:15px 10px; font-size:10px;}

dl dd {background-color: #008ca1; color: #fff;border-top-right-radius:5px;border-bottom-right-radius:5px; margin:0}

dl dt {background-color:#eeeeee; color:#555; border-top-left-radius:5px;border-bottom-left-radius:5px;}


.icon-arrow-right:before {
    content: "\f061"
}

/* Customise CSS */
/*Header*/
#kiddy123-menu a{
    padding-top: 7px;
    padding-bottom: 7px;
}

.elementor-135859 .elementor-element.elementor-element-d54b07d .elementor-nav-menu--main .elementor-item.elementor-item-active{
		background-color: #f5841f;
    border-radius: 10px;
}

.elementor-135859 .elementor-element.elementor-element-d54b07d .elementor-nav-menu--main .elementor-item.highlighted {
    color: #333333;
}

.elementor-135859 .elementor-element.elementor-element-d54b07d .elementor-nav-menu--main .elementor-item:hover{
		background-color: #cccccc;
	border-radius: 10px;
}

.header-style-default.c27-main-header.header-scroll .header-skin {
    border-bottom: 1px solid #ebebeb !important;
}

.header-button a {
    border-radius: 30px;
}

.c27-main-header.header .user-area,.signin-area,.c27-main-header .mob-sign-in{
	display:none !important;
}

.single-job_listing #c27-site-wrapper {
	    background-color: #fff;
}

/*Home search*/
.home .select2-search--dropdown{
	display:none;
}

/*Home slider*/
@media (max-width: 768px){
	.home-slider-img img{
		height:100% !important;
		border-radius: 10px 10px 0px 0px !important;
	}
	.home-slider-content{
		width:100% !important;
		border-radius: 0px 0px 10px 10px !important;
	}
}


/*custom alternate card*/
.custom-alternate .lf-item-info-2>ul.lf-contact li:first-child {
    display: none;
}
.custom-alternate .lf-item-info-2>ul.lf-contact {
    padding-top: 0px;
}
.custom-alternate .lf-item-info-2 h4 {
    font-size: 18px;
}
.has-logo.has-tagline.has-info-fields  .custom-alternate .lf-item-info-2{
    padding: 40px 15px 20px;
		min-height: 144px;
}
.lf-item-container .custom-alternate .lf-item-info-2 {
    transform: none;
}

.custom-alternate .lf-contact p{
	white-space: pre-wrap;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.lf-type-2 .lf-item.custom-alternate{
	height:350px;
}

/*Article card home page*/

.article-card-home .lf-item-container.no-tagline.no-logo .lf-item-info-2{
    z-index: 4;
    position: absolute;
    transform: none !important;
    padding-left: 30px;
		padding-bottom:24px;
		bottom:0;
}
/*.article-card-home .lf-item-container.no-tagline.no-logo .lf-item-info-2{
    z-index: 4;
    position: relative;
    transform: translateY(calc(100% - 180px)) !important;
    padding-left: 30px;
}*/

.article-card-home .lf-item-container.no-tagline.no-logo .lf-item-info-2 h4{
	margin-bottom:25px;
}

.article-card-home .custom-alternate .lf-item-info-2 h4 {
    font-size: 23px;
    color: white;
}

.article-card-home .article-button .btn-primary{
	padding: 10px 20px;
    border-radius: 30px;
    background-color: #0090A1;
}

.article-card-home .owl-carousel .lf-background {
    height: 100%;
}

.article-card-home .lf-item.custom-alternate {
    height: 395px;
}

/*Job posting home page*/
.job-posting-widget .section-body{
	height:195px;
}

/*virtual tour home page*/
.slick-slide {
    margin: 0px 5px 5px !important;
}

/*Brand home page*/
.slick-dots li {
    margin: 5px 0 !important;
    width: 15px !important;
    height: 15px !important;
}

/* Directory Single Page */
#c27-single-listing .extra-detail .item-label {
	margin-right: 20px;	
}

#c27-single-listing .extra-detail .item-label img {
	width: 26px;
}

#c27-single-listing .extra-detail.custom > li {
	display: inline-flex;
	align-items: center;
	width: 100%;
	margin: 5px 0;
}

#c27-single-listing .extra-detail.custom {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid #EBEBEB;
}

#c27-single-listing .title-style-1 i {
	color: #E87C1E;
}

.single-job-listing .qla-container{
	display:none;
}

#c27-single-listing a img.alignleft {
    float: left;
    margin: 0px 20px 20px 0;
}

#c27-single-listing .extra-details .item-attr {
    display: inline-block;
    line-height: 26px;
    font-weight: 600;
}


@media (min-width: 768px) and (max-width: 991px){
	#c27-single-listing .listing-main-info{
		width:850px;
		max-width: 850px;
	}
}

@media (min-width: 880px) and (max-width: 991px){
.single-listing #c27-single-listing .container{
		width:850px;
		max-width:100%;
	}
}

@media (max-width: 879px){
#c27-single-listing .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
		#c27-single-listing .col-md-4 {
    max-width: 100%;
		flex: 0 0 100%;
        display: contents;
}
}

@media (min-width: 992px){
#c27-single-listing .col-md-8{
	padding-right: 30px;
}
}

@media (min-width: 1450px){
.single-listing #c27-single-listing .container {
    width: 1400px;
	 max-width:1400px;
}
}

@media (max-width: 767px){
.header-gallery-carousel .item {
    height: 280px;
}
	.featured-section.featured-section-gallery {
    height: 280px;
}
	#c27-single-listing .listing-category {
    font-size: 12px !important;
}
	#c27-single-listing .profile-body {
    padding: 20px 0;
}
	#c27-single-listing #listing_tab_directory-info .col-md-12{
		padding-top:10px;
	}
	.lf-item.custom {
    height: 210px !important;
}
	
	.search-form-row.form-middle {
		display: grid;
	}
}

@media only screen and (max-width: 991px){
.listing-main-info .listing-main-buttons>ul {
    justify-content: left !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 992px){
.listing-main-buttons>ul {
    justify-content: right !important;
}
}
@media only screen and (max-width: 991px){
#c27-single-listing .listing-main-info .listing-main-buttons {
    display: block;
    height: auto;
    min-height: auto;
    margin-top: 20px;
}
}

/* Explore Page */
body .explore-head {
	background: #0090A1;
}

 body .explore-head h4, body .explore-head .explore-types .type-info i {
	color: #cdcdcd;
}

body .explore-head h2, body .explore-head .active h4, body .explore-head .explore-types .active .type-info i, body .explore-head .explore-types .item:hover h4, body .explore-head .explore-types .item:hover i {
	color: #fff;
}

body .finder-one-columns .finder-map {
	width: calc(100% - 1024px);
}

body .finder-one-columns .finder-listings {
	width: 615px;
}

.lf-item.custom {
	height: 100%;
}

.listing-custom .lf-item-info {
	margin: 0;
	position: initial;
}

.listing-custom .lf-contact > li {
	display: flex;
	width: 100%;
	color: #646464;
	font-size: 14px;
}

.listing-custom .lf-contact > li > p {
	white-space: pre-wrap;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.lf-item-info-2>ul.lf-contact li {
	display: flex;
}

.icon-location-pin-4 {
	color:#FF3C48;
}

.listing-custom .lf-item-info > h4 {
	font-size: 18px;
	color: #000;
}

.act-btn button {
	background: #E87C1E;
	border-radius: 5px;
	color: #fff;
	border: none;
	padding: 5px 10px;
}

.featured-search .buttons.search {
    margin-top: 5px !important;
}

.featured-search .buttons{
    padding: 17px 40px;
    border-radius: 38px;

}

.featured-search .fs-tabs .tab-content {
    /* border-radius: 5px; */
    /* border-top-left-radius: 0; */
    padding: 8px 20px 8px 40px !important;
	border-radius: 83px !important;
	border: 1.5px solid #0090a1 !important;
}


.fs-tabs .nav-tabs>li>a {
    color: #626262 !important;
    opacity: 1 !important;
}

.mylisting-basic-form.transparent .fs-tabs .nav-tabs>li.active>a, .mylisting-basic-form.transparent .fs-tabs .nav-tabs>li.active>a:focus, .mylisting-basic-form.transparent .fs-tabs .nav-tabs>li.active>a:hover {
    color: #1d1d23 !important;
}


.listing-custom .col-7{
	background-color:white;
	 background-color: white;
    /*padding: 15px 40px;*/
		padding: 28px 40px;
}

.listing-custom .col-5{
	padding:0;
}

section.similar-listings {
	background: #F9F9F9;
}

section.similar-listings .section-title .case27-primary-text{
	text-align: center;
	width: 100%;
}

.listing-main-buttons a{
	border-radius: 30px;
}

.price-or-date {
	display:none;
}

/* Google Map Listing */



.cts-listing-popup .row.listing-custom > .col-7{
	position: absolute;
	bottom: 20px;
	left: 5px;
}

.cts-listing-popup .row.listing-custom > .col-7 .case27-primary-text.listing-preview-title {
	color: #fff;
}

.cts-listing-popup .row.listing-custom > .col-7 .lf-contact, .marker-cluster-popup .row.listing-custom > .col-7 .act-btn{
	display: none;
}

.cts-listing-popup .row.listing-custom > .col-5 {
	flex: none;
	max-width: none;
}

.cts-listing-popup .row.listing-custom > .col-7 {
	background-color: transparent;
	padding: 0px 0px;
    padding-left: 10px;
}

.cts-listing-popup .act-btn{
	display:none;
}

@media (max-width: 767px){
    .listing-page-search-directory .search-form-row {
        margin: 0;
        width: 100%;
        display: grid;
        max-width: 100%;
        padding: 0 !important;
        justify-content: normal;
    }

    .listing-page-search-directory .search-form-group {
        width: 100%;
    }
}


/*Directory single listing page*/

.content-box.content-row img {
    width: 100%;
    object-fit: contain;
    height: auto;
}

#c27-single-listing .listing-category {
	padding: 8px 15px;
	background: orange;
	border-radius: 30px;
	color: #fff;
	font-size:13px;
}

#c27-single-listing a.listing-category:hover {
    color: #fff;
    background: #c17e02;
}

.lf-head-btn  {
	background: #fff;
	color: #000;
	border-radius: 30px;
	padding: 5px 10px;
	text-align:center;
}

@media (min-width: 1200px){
.listing_tab_directory-info .container{
	max-width: 1400px;
}
}

/* Explore with No Map */
@media (max-width: 767px) {
.listing-custom .col-5 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
	.listing-custom .col-7 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
}

@media (min-width: 1200px) {
	.explore-classic .container {
			width: 1400px!important;
		  max-width:100%;
	}
}
@media (min-width: 992px){
	.explore-classic .container {
			width: 970px;
	}
}
@media (min-width: 768px) and (max-width: 1200px){
	.explore-classic .container {
			width: 750px;
	}
	
	.page-id-126 .finder-one-columns .explore-type-4 .container .explore-classic-content {
		width: 100%;
		max-width: 100%;
	}
	
	.page-id-126 .finder-one-columns .explore-type-4 .container .explore-classic-sidebar {
		width: 30%;
	}
}

@media only screen and (min-width: 1201px){
	.explore-classic.finder-one-columns .explore-type-4 .container .explore-classic-sidebar {
    width: 30%;
    max-width: 100%;
}
.explore-classic.finder-one-columns .explore-type-4 .container .explore-classic-content {
    width: 66%;
}
.explore-classic .listing-custom .col-7{
		    flex: 0 0 64.333333%;
    max-width: 64.333333%;
	}
	.explore-classic .listing-custom .col-5{
	flex: 0 0 35.666667%;
    max-width: 35.666667%;
	}
}

.page-id-126 .explore-desktop-head {
	width: 100%;
}

.post-title {
	display: block;
	width:100%;
}

/* Single Article Page */
.type-articles .post-title {
    width: 100%;
	margin-bottom: 15px;
	font-size:30px;
}

.row-fluid.contact-info.span12 {
    margin: 20px 0 !important;
}

.type-articles .post-info img{
	width: 25px;
}

.type-articles .tab-content{
	padding-top: 120px;
    background-color: #FAFAFA;
}

.type-articles #c27-single-listing {
    background-color: #FAFAFA;
}

	body.single-job_listing .c27-main-header.header.header-fixed {
    background-color: white;
}

.type-articles .related-widget.article h4 {
    position: relative;
    bottom: 15px;
    left: 0;
    color: #1d1d23;
}

.related-widget.article a img.alignleft {
    float: left;
    margin: 0px 20px 10px 0;
}

.listing-widget .pf-body.custom h4{
	margin-top: auto;
    margin-bottom: auto;
}

.type-articles #c27-single-listing .extra-detail.custom{
	margin-top: 5px;
	margin-bottom: 0;
}

@media (max-width: 879px){
	.type-articles .listing-tab.tab-type-custom .col-md-8 .border-right{
		border-right:none !important;
		padding: 0;
	}
	.type-articles .tab-content{
		padding-top: 80px;
	}
	.type-articles .post-title {
    font-size: 28px;
}
}

@media only screen and (max-width: 767px) {
    .type-articles .tab-content {
        padding-left: 40px;
        padding-right: 40px;
    }

    .side-related img {
        max-height: inherit !important;
    }
}

@media (min-width: 576px) and (max-width: 879px){
	.type-articles .listing-tab.tab-type-custom .container{
	  max-width: 670px;
}
}

@media (max-width: 767px){
.type-articles .post-title {
    font-size: 25px;
}
	.school-gallery img{
		border-radius: 5px 5px 0 0 !important;
	}
	.type-articles .listing-widget .listing-body{
		padding: 20px 23px;
	}
	.type-articles .listing-widget .listing-body{
		background-color:white;
		border: 1px solid #EBEBEB;
		border-radius: 0 0 5px 5px;
	}
	.type-articles .listing-widget .row .col-md-5{
		padding-left:0;
		padding-right:0;
	}
	.type-articles .listing-widget .row{
		margin-right: 0;
    margin-left: 0;
	}
	.type-articles .listing-tab.tab-type-custom .col-md-4 .row{
		width: 100%;
    max-width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
	}
}

.type-article-er>.elementor-widget-container,.type-article-ga>.elementor-widget-container{
	transition: all .2s ease-in-out;
}

.type-article-er>.elementor-widget-container:hover,.type-article-ga>.elementor-widget-container:hover{
	transform: scale(1.05);
}


@media (min-width: 992px){
.type-articles .container{
    max-width: 100%;
	  width:1070px;
}
}

@media only screen and (max-width: 1200px){
.type-articles .header-scroll-article .search-trigger a i{
	color: #242429;
}
.type-articles .header-scroll-article .mobile-menu-lines i {
    color: #242429;
}
}
@media (max-width: 767px){
	.type-article-er.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper,.type-article-ga.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper{
		display:flex;
	}
	
	.type-article-er.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon,.type-article-ga.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon{
		margin-bottom:0;
	}
	
	.type-article-er.elementor-widget-icon-box .elementor-icon-box-content,.type-article-ga.elementor-widget-icon-box .elementor-icon-box-content {
    padding-left: 10px;
}
}

@media (min-width: 992px){
.type-articles .listing-tab.tab-type-custom .col-md-8{
		width: 75%;
		flex: 0 0 75%;
    max-width: 75%;
	}
	.type-articles .listing-tab.tab-type-custom .col-md-4{
		width: 25%;
		flex: 0 0 25%;
    max-width: 25%;
	}
}

@media only screen and (min-width: 1201px){
	.type-articles .listing-tab.tab-type-custom .col-md-8 .border-right{
    padding: 0 50px;
}
	
.header-scroll-article .i-nav>ul>li>a{
	color: #242429;
}
.header-scroll-article .i-nav>ul>li .submenu-toggle i{
		color: #242429;
	}
	.header-scroll-article .header-search input::placeholder{
		color: #1d1d23;
	}
	
.header-scroll-article .header-search input:-ms-input-placeholder{
		color: #1d1d23;
	}
	
.header-scroll-article .header-search input::-ms-input-placeholder{
		color: #1d1d23;
	}
	
	.header-scroll-article .header-search>i{
		color:#767676;
	}
}

.header-scroll-article .header-button a.buttons.button-1 {
    background-color: var(--accent);
	  color: white;
}


	.related-widget {
		width: 100%;
		position: relative;
	}
.related-widget h3{
	font-size:20px;
}

	.related-widget img {
		width: 100%;
		border-radius: 10px;
		height: 130px;
		object-fit: cover;
	}

	.related-widget .overlay {
		background-color: #000;
		opacity: 0.4;
		height: 100%;
		max-height: 130px;
		border-radius: 10px;
	}

	.widget-item {
		display: -webkit-box;
		position: relative;
	}

	.related-widget h4 {
		position: absolute;
		bottom:30px;
		left: 20px;
		color: #fff;
		font-size: 16px;
    font-weight: 500;
	}

	.related-widget h3 > span{
		color: #0090A1;
	}
	
	.listing-widget {
		width: 100%;
		margin: 30px 0;
    border: 1px solid #EBEBEB;
		background-color:white;
		border-radius: 5px;
	}

	.school-gallery {
		display: block;
		height: 100%;
	}
	
	.school-gallery img {
		width: 100%;
    height: 100%;
		object-fit: cover;
		margin: 0;
		border-radius: 5px 0 0 5px;
	}

	.listing-widget .pf-head.custom {
		padding: 0;
	}

.enquiry-btn {
	padding: 10px 20px;
	background: #E87C1E;
	color: #fff;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 13px;
    border-radius: 5px;
}

.enquiry-btn:hover,.profile-btn:hover {
	color: #fff !important;
}
.enquiry-btn:hover{
	background: #c9650f;
}

.profile-btn:hover{
	background: #057b89;
}

.profile-btn {
	padding: 10px 20px;
	background: #0090A1;
	color: #fff;
	margin-top: 10px;
	font-size: 13px;
    border-radius: 5px;
}

.listing-body {
	padding: 15px;
}

.listing-widget .extra-detail a {
	color: black;
}

.post-info {
	width: 100%;
	margin-bottom: 30px;
}

.post-info > span {
	margin-right:20px;
	margin-left:5px;
}

.no-header {
	padding-top: 150px;
}

.pad-left-30 {
	padding: 0 30px;
}

.hidden {
	display:none;
}

.type-articles #c27-single-listing .tab-template-content-sidebar .col-md-8 .cts-column-wrapper{
	display:block;
}

/*Article archive page*/ 

.listing-custom .listing-preview-title{
	font-size:19px;
	font-family: Poppins;
}

.type-articles .listing-custom .lf-item-info>ul li i{
    color: #2980B9;
}

#c27-explore-listings .explore-desktop-head {
    width: 100%;
}

.listing-category {
	font-size:12px;
	padding: 8px 15px;
	background: var(--accent);
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	margin-right: 10px;
}

.listing-category:hover {
	color: #fafafa;
}

.single-listing .row.cts-column-wrapper {
    margin-right: 0;
    margin-left: 0;
}




@media only screen and (max-width: 1200px){
.explore-type-4 .explore-classic-content {
    max-width: 100%;
}
}

@media only screen and (max-width: 1200px){
.main-info-mobile .listing-main-info {
    padding: 30px;
	max-width:100%;
}
.row.results-view .col-md-12 {
    width: 100%!important;
}
}

/*event archive page*/
.type-event-2 .profile-cover-image{
		padding-bottom: 0 !important;
    height: 550px !important;
	}

.type-event-2 .listing-main-info {
    bottom: 0px;
}

.type-event-2 .tab-template-content-sidebar .col-md-8 .cts-column-wrapper{
	  width: 100%;
    max-width: 100%;
    display: block;
    height: 100%;
}


.type-event-2 .tab-template-content-sidebar .col-md-8 .border-right{
	height: 100%;
}

.type-event-2 .act-btn button {
    margin-top: 10px;
}

@media (max-width: 767px){
.type-event-2 .listing-custom .col-7 {
	padding-top: 10px;
}
	.type-event-2 .profile-cover-image {
    height: 300px !important;
}
}

@media (max-width: 879px){
.type-event-2 .listing-tab .col-md-8 .border-right {
    border-right: none !important;
	padding: 0;
}
.type-event-2	.listing-category {
    margin-top: 5px;
}
}

@media (min-width: 768px) and (max-width: 879px){
	.type-event-2 .profile-cover-image{
    height: 378px !important;
	}
}


@media (min-width: 880px) and (max-width: 991px){
.type-event-2.single-listing #c27-single-listing .container {
    width: 100%;
}
}

@media only screen and (max-width: 1200px){
.type-event-2 .main-info-mobile .listing-main-info {
    padding: 30px 30px 0px 30px;
}
}

@media (max-width: 767px){
.listing-tab.tab-type-custom .col-md-4 .row {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
}
}

@media (max-width: 879px){
.type-event-2 #c27-single-listing .col-md-4 {
    margin-top: 50px;
    border-top: 1px solid #dee2e6!important;
    padding-top: 50px;
}
}

/*Job listing single page*/
@media only screen and (max-width: 1200px){
.type-job .profile-cover{
	display:none;
}
.type-job .main-info-mobile .listing-main-info {
    background: #fafafa;
}
.type-job	.profile-avatar {
		position: inherit;
    left: 10px;
}
	.type-job .avatar {
    display: none;

}
	.type-job .profile-name.job .case27-primary-text {
    margin-top: 0;
}
	.type-job .main-info-mobile{
		margin-top:95px;
	}
.type-job .listing-main-info .col-md-6 {
    width: 100%;
    max-width: 100%;
	}
}

.type-job .profile-name {
    padding-left: 0;
}

.type-job_listing .lf-contact p, #latest_events .short-description{
	white-space: pre-wrap;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.type-job .listing-main-info .col-md-6{
	width: 100%;
    max-width: 100%;
}

.type-job .listing-main-info .col-md-6:last-child{
	display:none;
}


@media only screen and (max-width: 1200px){
.main-info-mobile .listing-main-info {
    padding-bottom: 0;
}
}


/* Ads System Responsive */
.finder-tabs .stagi-target {
	display:block;
	padding:10px;
}

/* .explore-classic-content .stagi-target {
	display:none;
	padding:10px;
} */

@media (max-width: 1199px){
	.explore-classic-content .stagi-target {
		display:block;
		text-align:center;
	}
	
	.finder-tabs .stagi-target {
		display:none;
	}
}

#featured_reviews .post-content, #featured_reviews .post-date, #popular_articles .overlay, #popular_articles .lf-head.level-featured, #latest_events .overlay {
	display:none;
}

/* .home-ads .elementor-shortcode{
	overflow: auto;
    white-space: nowrap;
    display: block;
	padding-bottom: 15px;
	-ms-overflow-style: none; 
  scrollbar-width: none; 
}

.home-ads .elementor-shortcode div{
	display: inline-block;
    width: 30.33%;
    text-align: center;
    margin: 0 20px;
}

@media (max-width: 767px){
	.home-ads .elementor-shortcode div{
    width: 100%;
    margin: 0 10px;
}
}

.home-ads .elementor-shortcode::-webkit-scrollbar {
  display: none;
}



@keyframes slide {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-390px); /* The image width 
  }
}

.home-ads .elementor-shortcode div{
animation: slide 5s linear infinite;
} */

.custom-slider .elementor-widget-container {
  overflow: hidden!important;
	height: 280px;
}

@media only screen and (min-width: 1025px){
	.custom-slider .elementor-shortcode {
		left:0%!important;
		transform: none!important;
	}
	
	.custom-slider .is-set .stagi-target {
		 flex-basis: 25%!important;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1024px){
	.custom-slider .elementor-shortcode {
	 	left: -50%!important	;
		transform: translateX(50%)!important;
	}
	
	.custom-slider .is-set .stagi-target {
		 flex-basis: 50%!important;
	}
}

@media only screen and (max-width:1024px){
	.custom-slider img {
		width: 100%!important;
	}
}

.custom-slider .elementor-shortcode {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
	transform: translateX(100%);
/* 	left:100%; */
/* 	transform: translateX(100%)!important; */
/*   @media (min-width: 30em)
    left: -33.33333%
    transform: translateX(33.33333%)
  @media (min-width: 40em)
    left: -20%
    transform: translateX(20%); */
}
      
.carousel.is-reversing {
  transform: translateX(-100%);
	transform: translateX(-25%);
/*   @media (min-width: 30em)
    transform: translateX(-33.33333%)
  @media (min-width: 40em)
    transform: translateX(-20%) */
}
  
.custom-slider .elementor-shortcode.is-set {
  transform: none!important;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.custom-slider img {
	height:none;
	max-width: none;
	width: 320px;
	padding: 10px;
}
      
.custom-slider .is-set .stagi-target {
  flex: 1 0 100%;
  order: 2;
	flex-basis: 100%;
/*   @media (min-width: 30em)
    flex-basis: 33.33333%
  @media (min-width: 40em)
    flex-basis: 20% */
}

    
.custom-slider .elementor-shortcode .stagi-target.is-ref {
  order: 1;
}

/*Home page Popular article*/
.job_listing_category-general-articles .custom-alternate{
	height:430px !important;
}

.job_listing_category-general-articles .post-date{
    padding-bottom: 10px;
}

.job_listing_category-general-articles .post-date img{
	  display: inline-block !important;
}


.job_listing_category-general-articles .lf-contact p{
	-webkit-line-clamp: 3;
}

/*Home page Event*/
.job_listing_category-public-events .custom-alternate{
	height:472px !important;
}

 .owl-carousel .job_listing_category-public-events .lf-background{
	height: 280px !important;
}

#latest_events .short-description {
    -webkit-line-clamp: 3;
	    margin-bottom: 15px;
}

#latest_events .location{
	margin-bottom: 5px;
}

.featured-search .form-group{
	display:block !important;
}

.languages ul{
	display:inline-flex;
}

.languages ul li{
	padding: 10px 20px;
	background-color: #dedede;
	border-radius:10px;
	color: #fff;
	margin-right:10px;
}

.languages ul li.active{
	background-color: #057b89;
}


.languages ul li:hover{
	background-color: var(--accent);
	cursor:pointer;
}

.cn.active, .bm.active,.eng.active{
	display:block;
}

.has-logo.no-tagline.has-info-fields .lf-item-info-2{
	
}
/* charlton css */
.extra-details .item-property{width: 70%;}
.profile-avatar{background:#ffffff 50% no-repeat;background-size: 90%;border-radius: 0; width:150px;height:150px;    border: 1px solid #dfdfdf; top: unset;bottom: -20%;}
.profile-name{padding-left: 160px;}
.event-host .avatar img {object-fit: contain;}
.mylisting-basic-form.transparent .fs-tabs .nav-tabs>li.active>a,.mylisting-basic-form.transparent .fs-tabs .nav-tabs>li>a:hover{color:#f47a00!important;}
.featured-search .fs-tabs li a:hover{color:#0090a1!important;}
@media only screen and (max-width: 768px){
	.extra-details .item-property{width: unset;float:none}
}
@media only screen and (max-width: 1200px) {
    .profile-avatar {top: -140px;}
}

.custom-slider .elementor-shortcode {
	transform: none!important;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.explore-classic-content .stagi-target {
	display:block!important;
	padding:0;
}


.explore-classic-sidebar .ads-container{
	display:none !important;
}

.page #to_top_scrollup{
	display:none !important;
}

.editor-review {
	width:100%;
	padding: 20px;
	background: #fff;margin: 0 10px;
	margin:10px 10px 50px 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,.0705882353);
	border-radius: 5px;
}

.editor-review .fa-quote-left {
	color:var( --e-global-color-3768c04 );
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.editor-review .review-desc {
	margin: 20px 0;
}

.editor-review img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	margin:0;
}

#editor-sec,#testimonial-sec {
	display: none;
}

.toggle-view {
	height: 20px;
	margin: 0 5px;
}

.testimonial-items {
	padding: 20px;
	background: #fff;
	margin: 20px 10px 10px 10px;
	width: 100%;
	box-shadow: 0 1px 4px rgba(0,0,0,.0705882353);
	border-radius: 5px;
}

.testimonial-items:last-child{
	margin-bottom:50px!important;
}

.testimonial-author p {
    margin: 0;
}

.testimonial-author p.parent-name {
	color: #0090A1;
}

.testimonial-container {
	width: 100%;
	margin-bottom:10px;
}

.hide.phoneHint {
    display: none;
}

.hide-view,.toggle-view {
	display:none;
}

.toggle-view.show-view {
	display:block;
}

#toggleView {
	color: #E87C1E;
	border-radius: 30px;
	font-size: 12px;
	padding: 3px 15px;
	background: #fff;
	border: 2px solid #E87C1E;
	font-weight: bold;
	margin: 0 5px;
}

.single-job_listing .btn img {
    height: 16px;
    margin: 5px 12px 5px 0;
}

.profile-btn.btn img {
	height: 12px;
	margin: 7px 0px 7px 12px;
}

#load-more {
	text-align: center;
	font-size: 14px;
	color: #E87C1E;
}

#load-more img {
	height: 20px;
	margin: 5px 10px;
}
.overlay[style]{opacity:0 !important}
.lf-item-info-2{background: linear-gradient(0deg, #000,#00000087 90%, #0000);}

.source-link{
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background: #0000006e;
	z-index: 99;
}

span.source-link * {
    color: #fff;
}

.back i {
	font-size: 24px;
	margin-bottom: -10px;
}

.back.white {
	position: absolute;
	top: 120px;
	z-index: 99;
	color: #fff;
	padding: 5px 12px 3px 12px;
	background: #00000045;
	border-radius: 100%;
}

@media only screen and (max-width: 767px) {
	.back.white {
		top: 95px;
	}
}

/* Global */
h1,h2,h3,h4,h5,p,a,span,div{
font-family: 'Roboto';
}

@media (max-width: 767px) {
body {
	padding:0 !important;
}
}

@media (max-width: 881px) {
		.search-form-row {
    padding: 20px 20px !important;
}
}

/* Home page */
.home .job-listing-search-form .search-form-group{
	width:100%;
	margin: 0;
}

.homepage.job-listing-search-form select{
	max-width: unset;
	width: 100%;
}


/* Listing search page */

.search-container select{
	width: 100%;
	max-width: 250px;
}

.page-id-34923 .search-container .search-form-group{
	width:20%;
	margin: 0 10px;
}

.search-container select{
	padding: 10px 23px;
    border-radius: 30px;
    font-size: 13px;
    border: none;
}

.search-container button.search-submit-button{
	color: white;
    background: #008ca1;
    border-radius: 30px;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
}

@media only screen and (max-width: 881px){
	.search-container .search-form-row{
	display:block;
	}
	.search-container .search-form-group{
	width:100%;
	margin: 10px 10px 10px 0;
}
}

.hover-underline li:hover {
    text-decoration: underline;
    color: white;
}



/*Category search page*/
.i-section,.post-type-archive .i-section{
    padding-top: 0px;
}

body.tax-listing_category .container,.post-type-archive .container{
	padding-top:40px;
}

.post-type-archive #c27-site-wrapper{
	background-color: white;
}

.post-type-archive .search-container{
	background-color: #eeeeee;
}

@media only screen and (max-width: 767px){
	body.tax-listing_category .container{
	max-width: 800px;
}
	.btn-view-main {
    margin-top: -5px !important;
}
	.listing-title.span8.describe-margin {
    padding-left: 0 !important;
}
	.search-results .span3.absolute-logo {
		margin-left: 0px !important;
	}
	.search-results .listing-logo img,.search-results .listing-logo{
		width: 50px !important;
    height: 50px !important;
	}
	.search-results .span3.absolute-logo{
		width:30% !important;
		margin-left: 20px !important;
	}
	.search-results .listing-describe{
		-webkit-line-clamp: 5 !important;
    line-clamp: 5 !important;
	}
}

@media only screen and (max-width: 991px){
body.tax-listing_category .container .col-sm-12.col-md-8{
	flex: 0 0 100%;
    max-width: 100%;
}
}

body.tax-listing_category .search-container{
	background: #eeeeee;
}

body.tax-listing_category #c27-site-wrapper{
    background-color: white;
}

.search-results ul > section{
	border: 1px solid #999999;
    border-radius: 5px;
    margin-bottom: 20px;
}

.search-results .listing-title{
    padding: 0px 20px 10px 20px;
    width: 100%;
}

.listing-title.span8.describe-margin{
	padding-right:0px;
}

.search-results .listing-title h3 a{
	font-family: 'Roboto';
	  font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #666666;
}

.search-results .listing-title h3{
	    margin-top: 10px;
    margin-bottom: 0;
}

.search-results .slick-next{
    right: 0px;
}

.search-results .slick-prev{
	left: 5px;
    z-index: 1;
}

.search-results .listing-logo {
    border: 1px solid #999999;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    overflow: hidden;
    display: table;
    vertical-align: middle;
    margin: 0 auto 10px;
}

.search-results .span3.absolute-logo{
	margin-left: 30px;
    z-index: 1;
}

.search-results .slick-list{
/* 	margin-bottom:-30px; */
}

.search-results .rate-stars{
	text-align:left;
}

.review-count{
	font-size: 11px;
    font-family: 'Roboto';
}


.search-results .listing-describe{
	    font-size: 12px;
    font-family: 'Roboto';
	padding-left: 20px;
    padding-top: 0px;
    padding-right: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
	.describe-absolute{
		top: 0;
    padding-top: 10px !important;
	}
}


.btn-erb{
align-self: center;
    font-size: 16px !important;
    font-weight: bold;
    font-family: 'Roboto';
    margin: 15px 8px 15px 0;
    border: 1px solid #e13668;
    background: #e13668;
    padding: 10px 10px 10px 10px;
    color: #ffffff !important;
    border-radius: 5px;
    transition: all ease-out .3s;
}

.btn-erb:before {
    content: '';
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.user-contact-btn{
align-self: center;
    color: #666666;
    font-weight: bold;
    font-family: 'Roboto';
    background: #ffffff;
    border: 2px solid #666666;
    padding: 10px 15px 10px 10px;
    margin: 15px 8px 15px 0;
    border-radius: 5px;
}

.user-contact-btn:before {
    content: '';
    background: url(/wp-content/uploads/2024/08/icon_email_b.png) no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    transition: all ease-out .3s;
}

.view-more{
    align-self: center;
    font-family: 'Roboto';
    max-width: inherit;
    padding: 9px 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    border: 2px solid #666666;
    transition: all ease-out .3s;
    display: inline-block !important;
    text-transform: none;
    margin: 15px 0;
	background-color: white;
}

.btn-view-main{
    display: flex; 
    justify-content: flex-end;
 margin-right: 15px; 
margin-left: 15px; 
	margin-top: -22px;
}

@media (max-width: 767px) {
	.btn-view-main{
		display: block;
		 margin-right: 0px; 
margin-left: 0px; 
	}
/* 	.user-contact-btn{
		width: 44%;
	} */
}

.user-contact-btn.main-us-btn{
	padding: 9px 15px 9px 10px !important;
}

/*Single listing page*/
/* .single-listing.type-directory #c27-single-listing {
    margin-top: 89px;
} */

.single-listing.type-directory #content_overview {
    margin-top: 0px;
	margin-bottom:60px;
}

.single-listing.type-directory #content_overview h1{
	font-size: 24px;
	margin-top:0;
	padding: 0 10px;
}

.single-listing.type-directory #content_overview .detail-logo img{
	width: 110px;
	height: 110px;
	border-radius: 100%;
	object-fit: contain;
}

.slider-nav .slick-slide {
	margin: 0 3px;
    height: 150px;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

.slider.slider-nav img {
	height: 150px !important;
}

.slider-for .slick-slide {
    margin: 0;
    overflow: hidden;
    max-height: 400px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}

.slider-for .slick-slide img {
    margin: 0 auto !important;
    height: 371px !important;
	object-fit: contain !important;
}

.single-listing.type-directory .contact_info_listing{
	width: 100%;
}

.single-listing.type-directory .detailTitle{
		font-size: 17px;
    line-height: 30px;
		color: #008ca1 !important;
	font-family: 'Roboto';
}

.single-listing.type-directory .single-listing.type-directory .extra-fields .span6{
	min-height: 0;
}

.essential-content .extra-fields p strong,.essential-content .extra-fields span {
    font-family: 'Roboto';
		min-height:0;
}

.single-listing.type-directory .essential-content .extra-fields p{
	margin-bottom: 15px;
}

.single-listing.type-directory .content-row h3 {
    margin: 0 0 10px;
    position: relative;
    line-height: 24px;
}

.single-listing.type-directory .content-row h3 .title {
	font-family: 'Roboto';
    font-size: 21px;
    line-height: 24px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #333333;
    text-transform: initial;
    vertical-align: middle;
    display: inline-block;
}

.single-listing.type-directory #map {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}

.single-listing.type-directory .listing-info-box {
    padding-bottom: 20px;
}

.search-form-row {
    padding: 20px 0;
}

.job-listing-search-form{
	width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/* .single-job-listing .search-container{
	background: #eeeeee;
} */

.single-listing.type-directory .container{
	padding-top:50px;
}

.single-listing.type-directory .helpful-reviews .review-item {
    padding: 20px;
}

.single-listing.type-directory .review-item .rate-stars{
	display: inline;
}

.single-listing.type-directory .review-item .stars-rating {
    background: url(https://staging.kiddy123.net/wp-content/plugins/kiddy123-core/assets/images/mask-stars-white.png) no-repeat left center scroll #e13668;
	background-size: 100%;
}

@media (min-width: 880px) and (max-width: 991px) {
    .single-listing #c27-single-listing .container {
        width: 95% !important;
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
	.single-listing.type-directory #c27-single-listing {
    margin-top: 80px;
}
}

@media (max-width: 480px) {
	.single-listing.type-directory #c27-single-listing {
    margin-top: 80px;
}
	.top-info {
    display: flex;
    align-items: center;
    flex-direction: column;
}
}

@media (max-width: 980px) {
    
	.single-listing.type-directory .container{
		max-width:100%;
		padding: 10px;
	}
}
/*
.single-listing.type-directory .slider-nav .slick-slide {
    width: 228.5px !important;
}
*/
/*
.single-listing .slick-slider .slick-track{
	width: 8000px !important;
}
*/
@media (max-width: 767px) {
   .single-listing.type-directory .span6, .row-fluid .span6 {
        margin-left: 0 !important;

    }
}

@media (max-width: 879px) {
    #c27-single-listing .col-md-4 {
				padding-bottom:40px;
    }
}

/*Article Module*/

/*Archive*/
.summary-article .span12 p {
    font-size: 12px;
	margin-bottom:0;
	line-height: 16px;
}

.summary-article a.view-more:after {
    content: '>';
    vertical-align: middle;
    margin: 0 0 0 8px;
    font-size: 14px;
}

.job-manager-pagination .page-numbers {
    margin: 0 5px 0 5px !important;
}

@media (max-width: 767px) {
	.search-results-container .row{
		margin: 0 5px 0 5px;
	}
}


.type-articles .tab-content,.type-articles #c27-single-listing {
    background-color: white;
}

.type-articles .tab-content {
    padding-top: 30px;
}

/* body:not(.home) input#keyword {
    display: none;
} */

.slick-prev:before, .slick-next:before {
    border: solid #333333;
    border-width: 0 3px 3px 0;
    padding: 3px;
    content: '';
    display: inline-block;
	
}

.slick-prev:before{
	transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.slick-next:before{
	transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media (min-width: 1200px) {
    div>.container, .navbar-static-top .container {
        width: 1300px;
        max-width: 1300px;
    }
}



/*09042025*/

.archive-page .container .row{
	margin-left:0;
	margin-right:0;
}

.main .us-txt-col {
    margin-bottom: 10px;
}

.summary-article section {
    padding: 15px !important;
}

.summary-article .media{
	padding:0 !important;
}

.article-publish-tag{
	font-size:12px;
}

@media (max-width: 767px) {
.summary a.view-more, .btn-erb {
        margin: 0 !important;
    }
}

.search-directory-bar.article-result-bar.single .container{
	padding-top: 10px !important;
}


.tax-article_category .search-container select{
	padding: 7px 18px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    background: #008ca1;
    color: white;
}


.single-event .container{
	padding-left:10px !important;
	padding-right:10px !important;
}

.content-row h3:before{
	position:absolute;
}

.content-row h3 .title {
    padding-top: 10px;
}

.job-listing-search-form select{
	border-radius:5px !important;
}

.single-job_listing .search-container.article-result-bar{
	margin-top:0 !important;
}


#mobile-menu .elementor-nav-menu--dropdown{
	background-color: unset !important;
}

#mobile-menu .elementor-nav-menu--dropdown a {
    color: white !important;
} 

#mobile-menu .elementor-nav-menu--dropdown .elementor-item.elementor-item-active{
	    background-color: #016270 !important;
}

.btm-related-article .item-image2 img{
	width:100%;
}

/*Header*/
#kiddy123-menu a{
    padding-top: 7px;
    padding-bottom: 7px;
}

.elementor-135859 .elementor-element.elementor-element-d54b07d .elementor-nav-menu--main .elementor-item.elementor-item-active{
		background-color: #f5841f;
    border-radius: 10px;
}

.elementor-135859 .elementor-element.elementor-element-d54b07d .elementor-nav-menu--main .elementor-item.highlighted {
    color: #333333;
}

.elementor-135859 .elementor-element.elementor-element-d54b07d .elementor-nav-menu--main .elementor-item:hover{
		background-color: #cccccc;
	border-radius: 10px;
}

.header-style-default.c27-main-header.header-scroll .header-skin {
    border-bottom: 1px solid #ebebeb !important;
}

.header-button a {
    border-radius: 30px;
}

.c27-main-header.header .user-area,.signin-area,.c27-main-header .mob-sign-in{
	display:none !important;
}

.single-job_listing #c27-site-wrapper {
	    background-color: #fff;
}

/*Home search*/
.home .select2-search--dropdown{
	display:none;
}

/*Home slider*/
@media (max-width: 768px){
	.home-slider-img img{
		height:100% !important;
		border-radius: 10px 10px 0px 0px !important;
	}
	.home-slider-content{
		width:100% !important;
		border-radius: 0px 0px 10px 10px !important;
	}
}


/*custom alternate card*/
.custom-alternate .lf-item-info-2>ul.lf-contact li:first-child {
    display: none;
}
.custom-alternate .lf-item-info-2>ul.lf-contact {
    padding-top: 0px;
}
.custom-alternate .lf-item-info-2 h4 {
    font-size: 18px;
}
.has-logo.has-tagline.has-info-fields  .custom-alternate .lf-item-info-2{
    padding: 40px 15px 20px;
		min-height: 144px;
}
.lf-item-container .custom-alternate .lf-item-info-2 {
    transform: none;
}

.custom-alternate .lf-contact p{
	white-space: pre-wrap;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.lf-type-2 .lf-item.custom-alternate{
	height:350px;
}

/*Article card home page*/

.article-card-home .lf-item-container.no-tagline.no-logo .lf-item-info-2{
    z-index: 4;
    position: absolute;
    transform: none !important;
    padding-left: 30px;
		padding-bottom:24px;
		bottom:0;
}
/*.article-card-home .lf-item-container.no-tagline.no-logo .lf-item-info-2{
    z-index: 4;
    position: relative;
    transform: translateY(calc(100% - 180px)) !important;
    padding-left: 30px;
}*/

.article-card-home .lf-item-container.no-tagline.no-logo .lf-item-info-2 h4{
	margin-bottom:25px;
}

.article-card-home .custom-alternate .lf-item-info-2 h4 {
    font-size: 23px;
    color: white;
}

.article-card-home .article-button .btn-primary{
	padding: 10px 20px;
    border-radius: 30px;
    background-color: #0090A1;
}

.article-card-home .owl-carousel .lf-background {
    height: 100%;
}

.article-card-home .lf-item.custom-alternate {
    height: 395px;
}

/*Job posting home page*/
.job-posting-widget .section-body{
	height:195px;
}

/*virtual tour home page*/
.slick-slide {
    margin: 0px 5px 5px !important;
}

/*Brand home page*/
.slick-dots li {
    margin: 5px 0 !important;
    width: 15px !important;
    height: 15px !important;
}

/* Directory Single Page */
#c27-single-listing .extra-detail .item-label {
	margin-right: 20px;	
}

#c27-single-listing .extra-detail .item-label img {
	width: 26px;
}

#c27-single-listing .extra-detail.custom > li {
	display: inline-flex;
	align-items: center;
	width: 100%;
	margin: 5px 0;
}

#c27-single-listing .extra-detail.custom {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid #EBEBEB;
}

#c27-single-listing .title-style-1 i {
	color: #E87C1E;
}

.single-job-listing .qla-container{
	display:none;
}

#c27-single-listing a img.alignleft {
    float: left;
    margin: 0px 20px 20px 0;
}

#c27-single-listing .extra-details .item-attr {
    display: inline-block;
    line-height: 26px;
    font-weight: 600;
}


@media (min-width: 768px) and (max-width: 991px){
	#c27-single-listing .listing-main-info{
		width:850px;
		max-width: 850px;
	}
}

@media (min-width: 880px) and (max-width: 991px){
.single-listing #c27-single-listing .container{
		width:850px;
		max-width:100%;
	}
}

@media (max-width: 879px){
#c27-single-listing .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
		#c27-single-listing .col-md-4 {
    max-width: 100%;
		flex: 0 0 100%;
}
}

@media (min-width: 992px){
#c27-single-listing .col-md-8{
	padding-right: 30px;
}
}

@media (min-width: 1450px){
.single-listing #c27-single-listing .container {
    width: 1400px;
	 max-width:1400px;
}
}

@media (max-width: 767px){
.header-gallery-carousel .item {
    height: 280px;
}
	.featured-section.featured-section-gallery {
    height: 280px;
}
	#c27-single-listing .listing-category {
    font-size: 12px !important;
}
	#c27-single-listing .profile-body {
    padding: 20px 0;
}
	#c27-single-listing #listing_tab_directory-info .col-md-12{
		padding-top:10px;
	}
	.lf-item.custom {
    height: 210px !important;
}
}

@media only screen and (max-width: 991px){
.listing-main-info .listing-main-buttons>ul {
    justify-content: left !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 992px){
.listing-main-buttons>ul {
    justify-content: right !important;
}
}
@media only screen and (max-width: 991px){
#c27-single-listing .listing-main-info .listing-main-buttons {
    display: block;
    height: auto;
    min-height: auto;
    margin-top: 20px;
}
}

/* Explore Page */
body .explore-head {
	background: #0090A1;
}

 body .explore-head h4, body .explore-head .explore-types .type-info i {
	color: #cdcdcd;
}

body .explore-head h2, body .explore-head .active h4, body .explore-head .explore-types .active .type-info i, body .explore-head .explore-types .item:hover h4, body .explore-head .explore-types .item:hover i {
	color: #fff;
}

body .finder-one-columns .finder-map {
	width: calc(100% - 1024px);
}

body .finder-one-columns .finder-listings {
	width: 615px;
}

.lf-item.custom {
	height: 100%;
}

.listing-custom .lf-item-info {
	margin: 0;
	position: initial;
}

.listing-custom .lf-contact > li {
	display: flex;
	width: 100%;
	color: #646464;
	font-size: 14px;
}

.listing-custom .lf-contact > li > p {
	white-space: pre-wrap;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.lf-item-info-2>ul.lf-contact li {
	display: flex;
}

.icon-location-pin-4 {
	color:#FF3C48;
}

.listing-custom .lf-item-info > h4 {
	font-size: 18px;
	color: #000;
}

.act-btn button {
	background: #E87C1E;
	border-radius: 5px;
	color: #fff;
	border: none;
	padding: 5px 10px;
}

.featured-search .buttons.search {
    margin-top: 5px !important;
}

.featured-search .buttons{
    padding: 17px 40px;
    border-radius: 38px;

}

.featured-search .fs-tabs .tab-content {
    /* border-radius: 5px; */
    /* border-top-left-radius: 0; */
    padding: 8px 20px 8px 40px !important;
	border-radius: 83px !important;
	border: 1.5px solid #0090a1 !important;
}


.fs-tabs .nav-tabs>li>a {
    color: #626262 !important;
    opacity: 1 !important;
}

.mylisting-basic-form.transparent .fs-tabs .nav-tabs>li.active>a, .mylisting-basic-form.transparent .fs-tabs .nav-tabs>li.active>a:focus, .mylisting-basic-form.transparent .fs-tabs .nav-tabs>li.active>a:hover {
    color: #1d1d23 !important;
}


.listing-custom .col-7{
	background-color:white;
	 background-color: white;
    /*padding: 15px 40px;*/
		padding: 28px 40px;
}

.listing-custom .col-5{
	padding:0;
}

section.similar-listings {
	background: #F9F9F9;
}

section.similar-listings .section-title .case27-primary-text{
	text-align: center;
	width: 100%;
}

.listing-main-buttons a{
	border-radius: 30px;
}

.price-or-date {
	display:none;
}

/* Google Map Listing */



.cts-listing-popup .row.listing-custom > .col-7{
	position: absolute;
	bottom: 20px;
	left: 5px;
}

.cts-listing-popup .row.listing-custom > .col-7 .case27-primary-text.listing-preview-title {
	color: #fff;
}

.cts-listing-popup .row.listing-custom > .col-7 .lf-contact, .marker-cluster-popup .row.listing-custom > .col-7 .act-btn{
	display: none;
}

.cts-listing-popup .row.listing-custom > .col-5 {
	flex: none;
	max-width: none;
}

.cts-listing-popup .row.listing-custom > .col-7 {
	background-color: transparent;
	padding: 0px 0px;
    padding-left: 10px;
}

.cts-listing-popup .act-btn{
	display:none;
}


/*Directory single listing page*/

.content-box.content-row img {
    width: 100%;
    object-fit: contain;
    height: auto;
}

#c27-single-listing .listing-category {
	padding: 8px 15px;
	background: orange;
	border-radius: 30px;
	color: #fff;
	font-size:13px;
}

#c27-single-listing a.listing-category:hover {
    color: #fff;
    background: #c17e02;
}

.lf-head-btn  {
	background: #fff;
	color: #000;
	border-radius: 30px;
	padding: 5px 10px;
	text-align:center;
}

@media (min-width: 1200px){
.listing_tab_directory-info .container{
	max-width: 1400px;
}
}

/* Explore with No Map */
@media (max-width: 767px) {
.listing-custom .col-5 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
	.listing-custom .col-7 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
}

@media (min-width: 1200px) {
	.explore-classic .container {
			width: 1400px!important;
		  max-width:100%;
	}
}
@media (min-width: 992px){
	.explore-classic .container {
			width: 970px;
	}
}
@media (min-width: 768px) and (max-width: 1200px){
	.explore-classic .container {
			width: 750px;
	}
	
	.page-id-126 .finder-one-columns .explore-type-4 .container .explore-classic-content {
		width: 100%;
		max-width: 100%;
	}
	
	.page-id-126 .finder-one-columns .explore-type-4 .container .explore-classic-sidebar {
		width: 30%;
	}
}

@media only screen and (min-width: 1201px){
	.explore-classic.finder-one-columns .explore-type-4 .container .explore-classic-sidebar {
    width: 30%;
    max-width: 100%;
}
.explore-classic.finder-one-columns .explore-type-4 .container .explore-classic-content {
    width: 66%;
}
.explore-classic .listing-custom .col-7{
		    flex: 0 0 64.333333%;
    max-width: 64.333333%;
	}
	.explore-classic .listing-custom .col-5{
	flex: 0 0 35.666667%;
    max-width: 35.666667%;
	}
}

.page-id-126 .explore-desktop-head {
	width: 100%;
}

.post-title {
	display: block;
	width:100%;
}

/* Single Article Page */
.type-articles .post-title {
    width: 100%;
	margin-bottom: 15px;
	font-size:30px;
}

.type-articles .post-info img{
	width: 25px;
}

.type-articles .tab-content{
	padding-top: 120px;
    background-color: #FAFAFA;
}

.type-articles #c27-single-listing {
    background-color: #FAFAFA;
}

	body.single-job_listing .c27-main-header.header.header-fixed {
    background-color: white;
}

.type-articles .related-widget.article h4 {
    position: relative;
    bottom: 15px;
    left: 0;
    color: #1d1d23;
}

.related-widget.article a img.alignleft {
    float: left;
    margin: 0px 20px 10px 0;
}

.listing-widget .pf-body.custom h4{
	margin-top: auto;
    margin-bottom: auto;
}

.type-articles #c27-single-listing .extra-detail.custom{
	margin-top: 5px;
	margin-bottom: 0;
}

@media (max-width: 879px){
	.type-articles .listing-tab.tab-type-custom .col-md-8 .border-right{
		border-right:none !important;
		padding: 0;
	}
	.type-articles .tab-content{
		padding-top: 80px;
	}
	.type-articles .post-title {
    font-size: 28px;
}
}

@media (min-width: 576px) and (max-width: 879px){
	.type-articles .listing-tab.tab-type-custom .container{
	  max-width: 670px;
}
}

@media (max-width: 767px){
.type-articles .post-title {
    font-size: 25px;
}
	.school-gallery img{
		border-radius: 5px 5px 0 0 !important;
	}
	.type-articles .listing-widget .listing-body{
		padding: 20px 23px;
	}
	.type-articles .listing-widget .listing-body{
		background-color:white;
		border: 1px solid #EBEBEB;
		border-radius: 0 0 5px 5px;
	}
	.type-articles .listing-widget .row .col-md-5{
		padding-left:0;
		padding-right:0;
	}
	.type-articles .listing-widget .row{
		margin-right: 0;
    margin-left: 0;
	}
	.type-articles .listing-tab.tab-type-custom .col-md-4 .row{
		width: 100%;
    max-width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
	}
}

.type-article-er>.elementor-widget-container,.type-article-ga>.elementor-widget-container{
	transition: all .2s ease-in-out;
}

.type-article-er>.elementor-widget-container:hover,.type-article-ga>.elementor-widget-container:hover{
	transform: scale(1.05);
}


@media (min-width: 992px){
.type-articles .container{
    max-width: 100%;
	  width:1070px;
}
}

@media only screen and (max-width: 1200px){
.type-articles .header-scroll-article .search-trigger a i{
	color: #242429;
}
.type-articles .header-scroll-article .mobile-menu-lines i {
    color: #242429;
}
}
@media (max-width: 767px){
	.type-article-er.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper,.type-article-ga.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper{
		display:flex;
	}
	
	.type-article-er.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon,.type-article-ga.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon{
		margin-bottom:0;
	}
	
	.type-article-er.elementor-widget-icon-box .elementor-icon-box-content,.type-article-ga.elementor-widget-icon-box .elementor-icon-box-content {
    padding-left: 10px;
}
}

@media (min-width: 992px){
.type-articles .listing-tab.tab-type-custom .col-md-8{
		width: 75%;
		flex: 0 0 75%;
    max-width: 75%;
	}
	.type-articles .listing-tab.tab-type-custom .col-md-4{
		width: 25%;
		flex: 0 0 25%;
    max-width: 25%;
	}
}

@media only screen and (min-width: 1201px){
	.type-articles .listing-tab.tab-type-custom .col-md-8 .border-right{
    padding: 0 50px;
}
	
.header-scroll-article .i-nav>ul>li>a{
	color: #242429;
}
.header-scroll-article .i-nav>ul>li .submenu-toggle i{
		color: #242429;
	}
	.header-scroll-article .header-search input::placeholder{
		color: #1d1d23;
	}
	
.header-scroll-article .header-search input:-ms-input-placeholder{
		color: #1d1d23;
	}
	
.header-scroll-article .header-search input::-ms-input-placeholder{
		color: #1d1d23;
	}
	
	.header-scroll-article .header-search>i{
		color:#767676;
	}
}

.header-scroll-article .header-button a.buttons.button-1 {
    background-color: var(--accent);
	  color: white;
}


	.related-widget {
		width: 100%;
		position: relative;
	}
.related-widget h3{
	font-size:20px;
}

	.related-widget img {
		width: 100%;
		border-radius: 10px;
		height: 130px;
		object-fit: cover;
	}

	.related-widget .overlay {
		background-color: #000;
		opacity: 0.4;
		height: 100%;
		max-height: 130px;
		border-radius: 10px;
	}

	.widget-item {
		display: -webkit-box;
		position: relative;
	}

	.related-widget h4 {
		position: absolute;
		bottom:30px;
		left: 20px;
		color: #fff;
		font-size: 16px;
    font-weight: 500;
	}

	.related-widget h3 > span{
		color: #0090A1;
	}
	
	.listing-widget {
		width: 100%;
		margin: 30px 0;
    border: 1px solid #EBEBEB;
		background-color:white;
		border-radius: 5px;
	}

	.school-gallery {
		display: block;
		height: 100%;
	}
	
	.school-gallery img {
		width: 100%;
    height: 100%;
		object-fit: cover;
		margin: 0;
		border-radius: 5px 0 0 5px;
	}

	.listing-widget .pf-head.custom {
		padding: 0;
	}

.enquiry-btn {
	padding: 10px 20px;
	background: #E87C1E;
	color: #fff;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 13px;
    border-radius: 5px;
}

.enquiry-btn:hover,.profile-btn:hover {
	color: #fff !important;
}
.enquiry-btn:hover{
	background: #c9650f;
}

.profile-btn:hover{
	background: #057b89;
}

.profile-btn {
	padding: 10px 20px;
	background: #0090A1;
	color: #fff;
	margin-top: 10px;
	font-size: 13px;
    border-radius: 5px;
}

.listing-body {
	padding: 15px;
}

.listing-widget .extra-detail a {
	color: black;
}

.post-info {
	width: 100%;
	margin-bottom: 30px;
}

.post-info > span {
	margin-right:20px;
	margin-left:5px;
}

.no-header {
	padding-top: 150px;
}

.pad-left-30 {
	padding: 0 30px;
}

.hidden {
	display:none;
}

.type-articles #c27-single-listing .tab-template-content-sidebar .col-md-8 .cts-column-wrapper{
	display:block;
}

/*Article archive page*/ 

.listing-custom .listing-preview-title{
	font-size:19px;
	font-family: Poppins;
}

.type-articles .listing-custom .lf-item-info>ul li i{
    color: #2980B9;
}

#c27-explore-listings .explore-desktop-head {
    width: 100%;
}

.listing-category {
	font-size:12px;
	padding: 8px 15px;
	background: var(--accent);
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	margin-right: 10px;
}

.listing-category:hover {
	color: #fafafa;
}

.single-listing .row.cts-column-wrapper {
    margin-right: 0;
    margin-left: 0;
}




@media only screen and (max-width: 1200px){
.explore-type-4 .explore-classic-content {
    max-width: 100%;
}
}

@media only screen and (max-width: 1200px){
.main-info-mobile .listing-main-info {
    padding: 30px;
	max-width:100%;
}
.row.results-view .col-md-12 {
    width: 100%!important;
}
}

/*event archive page*/
.type-event-2 .profile-cover-image{
		padding-bottom: 0 !important;
    height: 550px !important;
	}

.type-event-2 .listing-main-info {
    bottom: 0px;
}

.type-event-2 .tab-template-content-sidebar .col-md-8 .cts-column-wrapper{
	  width: 100%;
    max-width: 100%;
    display: block;
    height: 100%;
}


.type-event-2 .tab-template-content-sidebar .col-md-8 .border-right{
	height: 100%;
}

.type-event-2 .act-btn button {
    margin-top: 10px;
}

@media (max-width: 767px){
.type-event-2 .listing-custom .col-7 {
	padding-top: 10px;
}
	.type-event-2 .profile-cover-image {
    height: 300px !important;
}
}

@media (max-width: 879px){
.type-event-2 .listing-tab .col-md-8 .border-right {
    border-right: none !important;
	padding: 0;
}
.type-event-2	.listing-category {
    margin-top: 5px;
}
}

@media (min-width: 768px) and (max-width: 879px){
	.type-event-2 .profile-cover-image{
    height: 378px !important;
	}
}


@media (min-width: 880px) and (max-width: 991px){
.type-event-2.single-listing #c27-single-listing .container {
    width: 100%;
}
}

@media only screen and (max-width: 1200px){
.type-event-2 .main-info-mobile .listing-main-info {
    padding: 30px 30px 0px 30px;
}
}

@media (max-width: 767px){
.listing-tab.tab-type-custom .col-md-4 .row {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: 0;
    margin-right: 0;
}
}

@media (max-width: 879px){
.type-event-2 #c27-single-listing .col-md-4 {
    margin-top: 50px;
    border-top: 1px solid #dee2e6!important;
    padding-top: 50px;
}
}

/*Job listing single page*/
@media only screen and (max-width: 1200px){
.type-job .profile-cover{
	display:none;
}
.type-job .main-info-mobile .listing-main-info {
    background: #fafafa;
}
.type-job	.profile-avatar {
		position: inherit;
    left: 10px;
}
	.type-job .avatar {
    display: none;

}
	.type-job .profile-name.job .case27-primary-text {
    margin-top: 0;
}
	.type-job .main-info-mobile{
		margin-top:95px;
	}
.type-job .listing-main-info .col-md-6 {
    width: 100%;
    max-width: 100%;
	}
}

.type-job .profile-name {
    padding-left: 0;
}

.type-job_listing .lf-contact p, #latest_events .short-description{
	white-space: pre-wrap;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.type-job .listing-main-info .col-md-6{
	width: 100%;
    max-width: 100%;
}

.type-job .listing-main-info .col-md-6:last-child{
	display:none;
}


@media only screen and (max-width: 1200px){
.main-info-mobile .listing-main-info {
    padding-bottom: 0;
}
}


/* Ads System Responsive */
.finder-tabs .stagi-target {
	display:block;
	padding:10px;
}

/* .explore-classic-content .stagi-target {
	display:none;
	padding:10px;
} */

@media (max-width: 1199px){
	.explore-classic-content .stagi-target {
		display:block;
		text-align:center;
	}
	
	.finder-tabs .stagi-target {
		display:none;
	}
}

#featured_reviews .post-content, #featured_reviews .post-date, #popular_articles .overlay, #popular_articles .lf-head.level-featured, #latest_events .overlay {
	display:none;
}

/* .home-ads .elementor-shortcode{
	overflow: auto;
    white-space: nowrap;
    display: block;
	padding-bottom: 15px;
	-ms-overflow-style: none; 
  scrollbar-width: none; 
}

.home-ads .elementor-shortcode div{
	display: inline-block;
    width: 30.33%;
    text-align: center;
    margin: 0 20px;
}

@media (max-width: 767px){
	.home-ads .elementor-shortcode div{
    width: 100%;
    margin: 0 10px;
}
}

.home-ads .elementor-shortcode::-webkit-scrollbar {
  display: none;
}



@keyframes slide {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-390px); /* The image width 
  }
}

.home-ads .elementor-shortcode div{
animation: slide 5s linear infinite;
} */

.custom-slider .elementor-widget-container {
  overflow: hidden!important;
	height: 280px;
}

@media only screen and (min-width: 1025px){
	.custom-slider .elementor-shortcode {
		left:0%!important;
		transform: none!important;
	}
	
	.custom-slider .is-set .stagi-target {
		 flex-basis: 25%!important;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1024px){
	.custom-slider .elementor-shortcode {
	 	left: -50%!important	;
		transform: translateX(50%)!important;
	}
	
	.custom-slider .is-set .stagi-target {
		 flex-basis: 50%!important;
	}
}

@media only screen and (max-width:1024px){
	.custom-slider img {
		width: 100%!important;
	}
}

.custom-slider .elementor-shortcode {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
	transform: translateX(100%);
/* 	left:100%; */
/* 	transform: translateX(100%)!important; */
/*   @media (min-width: 30em)
    left: -33.33333%
    transform: translateX(33.33333%)
  @media (min-width: 40em)
    left: -20%
    transform: translateX(20%); */
}
      
.carousel.is-reversing {
  transform: translateX(-100%);
	transform: translateX(-25%);
/*   @media (min-width: 30em)
    transform: translateX(-33.33333%)
  @media (min-width: 40em)
    transform: translateX(-20%) */
}
  
.custom-slider .elementor-shortcode.is-set {
  transform: none!important;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.custom-slider img {
	height:none;
	max-width: none;
	width: 320px;
	padding: 10px;
}
      
.custom-slider .is-set .stagi-target {
  flex: 1 0 100%;
  order: 2;
	flex-basis: 100%;
/*   @media (min-width: 30em)
    flex-basis: 33.33333%
  @media (min-width: 40em)
    flex-basis: 20% */
}

    
.custom-slider .elementor-shortcode .stagi-target.is-ref {
  order: 1;
}

/*Home page Popular article*/
.job_listing_category-general-articles .custom-alternate{
	height:430px !important;
}

.job_listing_category-general-articles .post-date{
    padding-bottom: 10px;
}

.job_listing_category-general-articles .post-date img{
	  display: inline-block !important;
}


.job_listing_category-general-articles .lf-contact p{
	-webkit-line-clamp: 3;
}

/*Home page Event*/
.job_listing_category-public-events .custom-alternate{
	height:472px !important;
}

 .owl-carousel .job_listing_category-public-events .lf-background{
	height: 280px !important;
}

#latest_events .short-description {
    -webkit-line-clamp: 3;
	    margin-bottom: 15px;
}

#latest_events .location{
	margin-bottom: 5px;
}

.featured-search .form-group{
	display:block !important;
}

.languages ul{
	display:inline-flex;
}

.languages ul li{
	padding: 10px 20px;
	background-color: #dedede;
	border-radius:10px;
	color: #fff;
	margin-right:10px;
}

.languages ul li.active{
	background-color: #057b89;
}


.languages ul li:hover{
	background-color: var(--accent);
	cursor:pointer;
}

.cn.active, .bm.active,.eng.active{
	display:block;
}

.has-logo.no-tagline.has-info-fields .lf-item-info-2{
	
}
/* charlton css */
.extra-details .item-property{width: 70%;}
.profile-avatar{background:#ffffff 50% no-repeat;background-size: 90%;border-radius: 0; width:150px;height:150px;    border: 1px solid #dfdfdf; top: unset;bottom: -20%;}
.profile-name{padding-left: 160px;}
.event-host .avatar img {object-fit: contain;}
.mylisting-basic-form.transparent .fs-tabs .nav-tabs>li.active>a,.mylisting-basic-form.transparent .fs-tabs .nav-tabs>li>a:hover{color:#f47a00!important;}
.featured-search .fs-tabs li a:hover{color:#0090a1!important;}
@media only screen and (max-width: 768px){
	.extra-details .item-property{width: unset;float:none}
}
@media only screen and (max-width: 1200px) {
.profile-avatar {top: -140px;}
}

.custom-slider .elementor-shortcode {
	transform: none!important;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.explore-classic-content .stagi-target {
	display:block!important;
	padding:0;
}


.explore-classic-sidebar .ads-container{
	display:none !important;
}

.page #to_top_scrollup{
	display:none !important;
}

.editor-review {
	width:100%;
	padding: 20px;
	background: #fff;margin: 0 10px;
	margin:10px 10px 50px 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,.0705882353);
	border-radius: 5px;
}

.editor-review .fa-quote-left {
	color:var( --e-global-color-3768c04 );
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.editor-review .review-desc {
	margin: 20px 0;
}

.editor-review img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	margin:0;
}

#editor-sec,#testimonial-sec {
	display: none;
}

.toggle-view {
	height: 20px;
	margin: 0 5px;
}

.testimonial-items {
	padding: 20px;
	background: #fff;
	margin: 20px 10px 10px 10px;
	width: 100%;
	box-shadow: 0 1px 4px rgba(0,0,0,.0705882353);
	border-radius: 5px;
}

.testimonial-items:last-child{
	margin-bottom:50px!important;
}

.testimonial-author p {
    margin: 0;
}

.testimonial-author p.parent-name {
	color: #0090A1;
}

.testimonial-container {
	width: 100%;
	margin-bottom:10px;
}

.hide-view,.toggle-view {
	display:none;
}

.toggle-view.show-view {
	display:block;
}

#toggleView {
	color: #E87C1E;
	border-radius: 30px;
	font-size: 12px;
	padding: 3px 15px;
	background: #fff;
	border: 2px solid #E87C1E;
	font-weight: bold;
	margin: 0 5px;
}

.single-job_listing .btn img {
    height: 16px;
    margin: 5px 12px 5px 0;
}

.profile-btn.btn img {
	height: 12px;
	margin: 7px 0px 7px 12px;
}

#load-more {
	text-align: center;
	font-size: 14px;
	color: #E87C1E;
}

#load-more img {
	height: 20px;
	margin: 5px 10px;
}
.overlay[style]{opacity:0 !important}
.lf-item-info-2{background: linear-gradient(0deg, #000,#00000087 90%, #0000);}

.source-link{
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background: #0000006e;
	z-index: 99;
}

span.source-link * {
    color: #fff;
}

.back i {
	font-size: 24px;
	margin-bottom: -10px;
}

.back.white {
	position: absolute;
	top: 120px;
	z-index: 99;
	color: #fff;
	padding: 5px 12px 3px 12px;
	background: #00000045;
	border-radius: 100%;
}

@media only screen and (max-width: 767px) {
	.back.white {
		top: 95px;
	}
}

#c27-site-wrapper {
    background: #fff; 
}

body {
    background:#fff;
}

@media (max-width: 980px) {
    .call-button.sticky:before {
        content: '';
        background: url(../assets/images/callnow.png) no-repeat;
        background-size: 100% 100%;
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }
}

.call-button {
    background: #ff0053;
    display: flex;
    flex-direction: column;
    align-items: center;
	font-size: 13px !important;
	padding: 5px;
    justify-content: center;
	margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.whatsapp-button {
    background: #23b180;
    padding: 5px;
    display: flex;
	font-size: 13px !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 980px) {
    .listing-info .enquiry-button {
        margin-top: 25px;
        background-color: #e13668;
        color: white;
        cursor: pointer;
        padding: 5px;
        border: none;
        text-align: left;
        outline: none;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        display: block;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
    }
}

@media (max-width: 980px) {
    .sticky-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 5px;
        width: 100%;
        background: #fff;
        display: flex;
    }
}

@media (max-width: 416px) {
	.stars-rating{
	height: 12px !important;
	}
}