﻿@charset "utf-8";
/* CSS Document */
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
    height: 100%;
}

body {
    overflow-x: hidden;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

    *:focus {
        outline: none;
    }

    *:hover {
        transition: All 0.5s ease;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
    }

h1, h2, h3, h4, h5, h6, ol, ul, li, img, a, form, input, textarea, strong {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
}

header, nav, footer, main, mark, article, aside, blockquote, figcaption, figure {
    margin: 0;
    padding: 0;
    border: none;
}

.auto_con {
    width: 1101px;
    margin: 0 auto;
}

main {
    width: 100%;
    float: left;
}

.pad-none {
    padding-left: 0;
    padding-right: 0;
}

section.banner-main-outer {
    width: 100%;
    float: left;
    background: url(../images/banner-grey-bg.png) repeat;
}

.banner-y-img {
    background: url(../images/youdolah-banner-y-bg.png) center top no-repeat;
    height: 100%;
}

header {
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
}

    header .logo-outer {
        position: absolute;
        left: 2%;
        top: 0;
    }

.header-button ul {
    float: right;
}

.header-button li {
    display: table-cell;
}

    .header-button li a.header-action {
        display: block;
        color: #fff;
        background: #2b2a28;
        font-family: "proxima_novaregular";
        font-size: 19px;
        text-align: center;
    }

    .header-button li a {
        padding: 20px 52px;
    }

        .header-button li a:hover {
            color: #1f1f1f;
            background: #fecd08;
            text-decoration: none;
        }

        .header-button li a i {
            font-size: 23px;
        }

.sign-btn-active {
    background: #fecd08 !important;
    color: #1f1f1f !important;
}

header.fixed {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 999;
    background-image: none;
}

    header.fixed .banner-y-img {
        background-image: none;
    }

header .logo-outer img {
    height: 96px;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}

header.fixed .logo-outer img {
    height: 60px;
}

header.fixed .header-button li a {
    font-size: 15px;
    padding: 10px 30px;
}

    header.fixed .header-button li a i {
        font-size: 18px;
    }

.banner-content-part {
    text-align: center;
    padding: 90px 0 10px;
}

    .banner-content-part span {
        color: #1f1f1f;
        font-family: 'PROXIMANOVALIGHTWEBFONT';
        font-size: 69px;
        line-height: 95px;
        text-align: center;
        display: block;
    }

    .banner-content-part h1 {
        color: #28b779;
        font-family: "bebasregular";
        font-size: 140px;
        line-height: 152px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

.banner-star-part {
    margin: auto;
    width: 382px;
}

    .banner-star-part span {
        display: flex;
    }

        .banner-star-part span img {
            margin: -5px 0 0;
            padding: 0 25px;
        }

        .banner-star-part span::before {
            background: url("../images/stars-boder-img.png") left center no-repeat;
            content: "";
            float: left;
            height: 4px;
            margin: 0;
            padding: 0;
            width: 147px;
        }

        .banner-star-part span::after {
            background: url("../images/stars-boder-img.png") right center no-repeat;
            content: "";
            float: right;
            height: 4px;
            margin: 0;
            padding: 0;
            width: 147px;
        }

.calendar-meter-part img {
    max-width: 100%;
    height: auto;
}

.calendar-meter-part {
    margin: 120px 0 80px;
}

blockquote.calendar-dates-part {
    width: 100%;
    text-align: center;
    float: left;
}

figure.calendar-cnt-part {
    background: #d7d7d7;
    display: inline-block;
    margin: 0;
    min-height: 240px;
    padding: 60px 0 10px;
    position: relative;
    text-align: center;
    width: 95%;
}

    figure.calendar-cnt-part strong sap {
        font-size: 22px;
        position: absolute;
        top: 0;
        margin: 0 0 0 -4px;
    }

    figure.calendar-cnt-part p {
        font-size: 16px;
        color: #6c6c6c;
        font-family: 'proxima_novaregular';
        text-align: center;
        text-transform: uppercase;
    }

    figure.calendar-cnt-part strong {
        color: #6c6c6c;
        font-family: "bebasregular";
        font-size: 100px;
        line-height: 100px;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    figure.calendar-cnt-part span {
        color: #7b7b7b;
        font-family: "proxima_novaregular";
        font-size: 14px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 0;
        line-height: 60px;
        text-indent: -60px;
        z-index: 99;
    }

        figure.calendar-cnt-part span::before {
            position: absolute;
            content: "";
            right: 0;
            top: 0;
            width: 0;
            height: 0;
            border-top: 100px solid rgba(0,0,0,0.05);
            border-left: 100px solid transparent;
        }

    figure.calendar-cnt-part:hover {
        background: #28b779;
        position: relative;
        color: #fff;
    }

        figure.calendar-cnt-part:hover span {
            color: #fff;
        }

            figure.calendar-cnt-part:hover span::before {
                border-top: 100px solid rgba(0,0,0,0.2);
            }

        figure.calendar-cnt-part:hover p {
            color: #fff;
        }

        figure.calendar-cnt-part:hover strong {
            color: #fff;
        }


.banner-tip-content {
    padding: 20px 0 40px;
    font-family: 'proxima_novaregular';
    position: relative;
}

    .banner-tip-content h5 {
        color: #bcbdbf;
        font-size: 30px;
        margin: 0;
    }

    .banner-tip-content p {
        color: #888d90;
        font-size: 15px;
        line-height: 20px;
    }

    .banner-tip-content strong {
        position: absolute;
        right: 0;
        bottom: 5px;
    }

        .banner-tip-content strong a {
            color: #768d9d;
        }

.tabs-main-part ul {
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}

.tabs-main-part {
    width: 100%;
    float: left;
    background: #eee;
    text-align: center;
    padding: 0 0 20px;
    position: relative;
}

    .tabs-main-part li {
        width: 20%;
        float: left;
        font-family: 'bebasregular';
        background: #d7d7d7;
        color: #bcbcbc;
    }

        .tabs-main-part li a {
            color: #bcbcbc;
            display: block;
            font-size: 22px;
            line-height: 28px;
            padding: 20px 0 12px;
        }

            .tabs-main-part li a:hover {
                background: #28b779;
                color: #fff;
                text-decoration: none;
            }

.view-recommended-cnt {
    position: fixed;
    text-align: left;
    top: 50%;
    width: 220px;
    z-index: 9999;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
}

.recommended-show {
    display: none;
    height: 461px;
}

.view-recommended-cnt span {
    font-family: "proxima_novaregular";
    display: block;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    text-align: left;
    color: #b7b7b7;
    font-size: 15px;
}

    .view-recommended-cnt span img {
        cursor: pointer;
    }

.view-recommended-cnt li {
    display: block;
    margin: 0 0 2px 2px;
    height: 58px;
    overflow: hidden;
}

    .view-recommended-cnt li:last-child {
        margin-bottom: 0;
    }

    .view-recommended-cnt li a {
        width: 58px;
        display: block;
        background: #434343;
    }

        .view-recommended-cnt li a span {
            display: inline-block;
            font-size: 13px;
            color: #fff;
            position: relative;
            top: 3px;
        }

        .view-recommended-cnt li a:hover {
            width: 100%;
        }

.vendors_active {
    width: 100% !important;
}


.col-sm-2.col-md-2.col-xs-2.pad-none.cost_empty {
    position: relative;
}

.see-recommended-txt {
    font-family: "proxima_novaregular";
    font-size: 17px;
    color: #696969;
    position: absolute;
    bottom: 15px;
    left: 10px;
}

    .see-recommended-txt img {
        width: 15px;
        bottom: 7px;
        left: 3px;
        position: relative;
    }

.graph-cnt-part {
    margin: 20px 0 0;
}

.rm-total-content {
    text-align: center;
}

    .rm-total-content li {
        background: none;
        display: inline-block;
        float: none;
        vertical-align: top;
        width: 20%;
        text-align: left;
        font-family: "proxima_novaregular";
        margin-right: 20px;
    }

        .rm-total-content li:last-child {
            margin-right: 0;
        }

        .rm-total-content li img {
            float: left;
            margin: 0 5px 0 0;
        }

        .rm-total-content li p {
            margin: 10px 0 0;
            color: #666;
        }

        .rm-total-content li strong {
            display: block;
            overflow: hidden;
            font-family: 'bebasregular';
            color: #464145;
        }

a.proposal-btn, a.modify {
    background: #959595;
    font-family: 'proxima_novaregular';
    font-size: 17px;
    color: #fff !important;
    padding: 8px 15px;
    line-height: 17px;
    margin: 0 5px 0 0;
    border-radius: 5px;
}

    a.proposal-btn:hover {
        background: #454545;
    }

    a.modify:hover {
        background: #454545;
    }


.collaborate-cnt-part {
    margin: 45px 0 0;
    text-align: center;
}

.collaborate-guest-img {
    width: 80%;
    height: auto;
    margin: 0 0 15px;
}

.collaborate-cnt-part h4 {
    display: block;
    font-family: 'bebasregular';
    font-size: 36px;
    color: #758793;
}

.collaborate-cnt-part a {
    display: block;
    background: #959595;
    font-family: 'proxima_novaregular';
    font-size: 17px;
    color: #fff;
    padding: 15px 0;
    line-height: 17px;
}

    .collaborate-cnt-part a:hover {
        background: #2b2a28;
        color: #fff;
        text-decoration: none;
    }

.collaborate-cnt-part p {
    font-family: 'proxima_novaregular';
    font-size: 14px;
    color: #8d8e90;
    text-align: left;
    line-height: 17px;
    margin: 8px 0 0;
}

section.social-spaces-outer {
    padding: 30px 30px 0;
    float: left;
    background: #d9e6ee;
    position: relative;
    height: 100%;
}

    section.social-spaces-outer h2 {
        font-family: 'bebasregular';
        font-size: 35px;
        color: #c6c0b4;
    }

        section.social-spaces-outer h2 strong {
            display: block;
            padding: 0 0 0 40px;
            font-size: 58px;
        }

section.social-spaces-outer2 {
    /*background: url(../images/content-bg-1.png) repeat;*/
    background-color:#bcbcbc;
}

section.social-spaces-outer3 {
    /*background: url(../images/content-bg-2.png) repeat;*/
    background-color:#d9e6ee;
}

section.social-spaces-outer4 {
    background: url(../images/content-bg-3.png) repeat;
}

    section.social-spaces-outer2 h2, section.social-spaces-outer3 h2, section.social-spaces-outer4 h2 {
        color: #fff;
    }

    section.social-spaces-outer2 .venue-cnt-list span, section.social-spaces-outer3 .venue-cnt-list span, section.social-spaces-outer4 .venue-cnt-list span {
        color: #fff;
    }

    section.social-spaces-outer2 .venue-cnt-list li, section.social-spaces-outer3 .venue-cnt-list li, section.social-spaces-outer4 .venue-cnt-list li {
        color: #fff;
    }

    section.social-spaces-outer2 .more_spaces_here a, section.social-spaces-outer3 .more_spaces_here a, section.social-spaces-outer4 .more_spaces_here a {
        color: #fff;
    }



.social-spaces-left a {
    text-decoration: none !important;
}

section.social-spaces-outer {
    width: 100%;
    float: left;
    margin: 0;
}

.reception_outer_main {
    padding: 5px 10px;
    margin: 25px 0;
}

.reception_outer_inner {
    background: url(../images/social-yellow-bg.png) repeat;
    padding: 5px;
}

    .reception_outer_inner img {
        width: 100%;
    }

.reception_border_con {
    border: 1px solid #c6ae58;
    padding: 5px;
}

.social-spaces-left h5 {
    font-family: 'proxima_novaregular';
    font-size: 21px;
    text-transform: uppercase;
    color: #010b00;
}

    .social-spaces-left h5 small {
        display: block;
        font-size: 13px;
        color: #010b00;
    }

        .social-spaces-left h5 small::before {
            content: inherit;
        }

.social-spaces-left h2 {
    font-family: "bebasregular";
    font-size: 26px !important;
    color: #6c6036 !important;
    line-height: 30px !important;
    padding: 14px 0 4px;
}

.social-spaces-left h3 {
    font-family: 'proxima_novaregular';
    font-size: 14px;
    color: #6c6036;
    text-transform: uppercase;
    padding: 0 0 10px;
    background: url(../images/img_youdolah_border.png) left bottom no-repeat;
}

.social-spaces-left h4 {
    font-family: 'proxima_novaregular';
    font-size: 14px;
    color: #6c6036;
    line-height: 14px;
    padding: 5px 0 14px;
}

.add_to_cart a {
    font-family: 'proxima_novaregular';
    font-size: 14px;
    color: #6c6036;
    background: #bdaa65;
    padding: 9px 28px;
    text-align: center;
    text-decoration: none;
}

    .add_to_cart a:hover {
        color: #6c6036;
        text-decoration: none;
    }

.more_info {
    margin: 7px 0 0;
    text-align: right;
    font-family: 'proxima_novaregular';
}

    .more_info a {
        font-family: 'proxima_novaregular';
        font-size: 13px;
        color: #6e8da1;
        text-align: center;
        text-decoration: none;
    }

        .more_info a:hover {
            color: #6e8da1;
            text-decoration: underline;
        }

.middle-section {
    width: 100%;
    height: 540px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}


.left-venue-part {
    font-family: 'proxima_novaregular';
    text-align: center;
    padding: 15px 0 0;
}

    .left-venue-part strong {
        font-size: 23px;
        text-transform: uppercase;
        line-height: 20px;
        color: #607475;
    }

    .left-venue-part span {
        display: block;
        font-size: 15px;
        position: relative;
        bottom: 6px;
        color: #607475;
    }

    .left-venue-part h5 {
        font-family: "bebasregular";
        font-size: 37px;
        color: #5e8685;
        text-transform: uppercase;
    }

.venue-price-cnt {
    width: 32.8%;
    float: left;
    background: url(../images/right-venue-bg.png) repeat;
    margin-right: 2px;
    text-align: center;
    padding: 25px 0;
}

    .venue-price-cnt:last-child {
        margin-right: 0;
    }

    .venue-price-cnt span {
        font-family: 'proxima_nova_condensedSBd';
        text-transform: uppercase;
        display: block;
        font-size: 13px;
        color: #525055;
    }

        .venue-price-cnt span strong {
            display: block;
            font-size: 22px;
            line-height: 18px;
        }

    .venue-price-cnt money {
        font-family: "bebasregular";
        font-size: 20px;
        display: block;
        color: #6e8e8d;
        margin: 3px 0 0;
    }

.social-spaces-right {
    padding-left: 80px !important;
}

    .social-spaces-right.pad-none img {
        width: 100%;
    }

.right-social-cnt {
    background: url(../images/img_green_bg.png) repeat;
    padding: 10px;
}

span.recommended-txt {
    width: 100%;
    float: left;
    font-family: 'proxima_nova_condensedSBd';
    font-size: 18px;
    margin: 3px 0 0;
    text-align: right;
    color: #5c7677;
    line-height: 14px;
}

    span.recommended-txt a {
        color: #5c7677;
    }

.venue-cnt-list {
    margin: 35px 0 0;
    position: relative;
}

    .venue-cnt-list img {
        width: auto !important;
    }

        .venue-cnt-list img.tip-img {
            position: absolute;
            top: -12px;
            left: -50px;
        }

    .venue-cnt-list span {
        display: block;
        font-family: 'proxima_nova_condensedSBd';
        font-size: 26px;
        color: #b1bac1;
        margin: 0 0 15px;
    }

    .venue-cnt-list li {
        font-family: 'proxima_novaregular';
        font-size: 18px;
        line-height: 22px;
        color: #b1bac1;
    }


.recomended_active {
    margin: 0 0 !important;
    position: absolute;
    right: 0;
}

    .recomended_active.reception_outer_main {
        padding: 0 10px;
        margin: 0 !important;
    }

    .recomended_active .reception_outer_inner {
        background: url(../images/img_green_bg.png) repeat;
        padding: 5px 5px 7px;
    }

        .recomended_active .reception_outer_inner img {
            width: 100%;
        }

    .recomended_active .reception_border_con {
        border: 1px solid #86b89b;
        padding: 5px;
    }

    .recomended_active .social-spaces-left h5 {
        font-family: 'proxima_novaregular';
        font-size: 21px;
        text-transform: uppercase;
        color: #010b00;
    }

        .recomended_active .social-spaces-left h5 small {
            font-size: 13px;
            color: #010b00;
        }

            .recomended_active .social-spaces-left h5 small::before {
                content: inherit;
            }

    .recomended_active h2 {
        font-family: "bebasregular";
        font-size: 34px !important;
        color: #6f5e30 !important;
        line-height: 30px;
        padding: 34px 0 0;
    }

    .recomended_active h3 {
        font-family: 'proxima_novaregular';
        visibility: hidden !important;
        font-size: 14px;
        color: #6c6036;
        text-transform: uppercase;
        padding: 0 0 10px;
        background: url(../images/img_youdolah_border.png) left bottom no-repeat;
    }

    .recomended_active h4 {
        font-family: 'proxima_novaregular';
        color: #6c6036;
        line-height: 14px;
        font-size: 15px;
        line-height: 21px;
        border-top: 3px solid #9ac5aa;
    }

    .recomended_active .add_to_cart a {
        font-family: 'proxima_novaregular';
        font-size: 14px;
        color: #6c6036;
        background: #beab66;
        padding: 13px 33px;
        text-align: center;
        text-decoration: none;
    }

        .recomended_active .add_to_cart a:hover {
            color: #6c6036;
            text-decoration: none;
        }

    .recomended_active .more_info {
        margin: 27px 0 0;
        text-align: right;
        font-family: 'proxima_novaregular';
    }

        .recomended_active .more_info a {
            font-family: 'proxima_novaregular';
            font-size: 13px;
            color: #6e8da1;
            text-align: center;
            text-decoration: none;
        }

            .recomended_active .more_info a:hover {
                color: #6e8da1;
                text-decoration: underline;
            }


.grand_outer {
    padding: 0 10px !important;
}

.more_spaces_here {
    text-align: right;
    margin: 20px 0 0;
}

    .more_spaces_here a {
        text-align: right;
        color: #91aed8;
        font-family: 'proxima_novaregular';
        font-size: 18px;
        line-height: 20px;
        text-decoration: none;
    }

        .more_spaces_here a:hover {
            color: #91aed8;
            text-decoration: underline;
        }

.social-spaces-left figure figcaption {
    float: left;
    border: 1px solid #c6ae58;
    padding: 5px 5px 15px;
    margin: 10px 0 4px;
}

    .social-spaces-left figure figcaption img {
        width: 100%;
        height: auto;
    }

section.inner-cnt-outer {
    width: 100%;
}

    section.inner-cnt-outer img {
        width: 100%;
        height: auto;
    }

/*GRAPH START*/
output {
    display: none;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
}

.modify_graph_main {
    margin: 20px 0 0;
    padding: 0 100px;
}

    .modify_graph_main h3 {
        font-family: "bebasregular";
        font-size: 35px;
        color: #686868;
        line-height: 42px;
        margin: 20px 0;
    }

        .modify_graph_main h3 span {
            display: block;
            font-size: 30px;
            color: #cbcbcb;
        }

.slider_div {
    position: relative;
}

.slider_text_main {
    margin: 0 0 16px;
}

.slider_text {
    font-family: 'proxima_novaregular';
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: #91908b;
}

.modify_con {
    text-align: left;
}

.modify_pic a > img {
    width: auto !important;
}

.modify_pic {
    font-family: 'proxima_novaregular';
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #91908b;
}

    .modify_pic a {
        color: #91908b;
        text-decoration: none;
    }

        .modify_pic a:hover {
            color: #91908b;
            text-decoration: none;
        }

.modify_blank {
}

.transparent_div {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.rangeslider__handle {
    display: none;
}
/*GRAPH END CSS*/

/* ===================edits on(25march2016)======================== */

.hide_content {
    display: none;
    width: 100%;
    float: left;
}

.allocation_blk {
    display: none;
}

.active_item figure.calendar-cnt-part {
    background: #28b779;
    position: relative;
    color: #fff;
}


/*11-4-16*/

ul#fullyear.owl-carousel.owl-theme.owl-center.owl-loaded {
    margin: 0 0 100px;
    float: left;
}

.col-lg-12.col-md-12.calendar-meter-part.pad-none ul.owl-carousel .owl-stage-outer .owl-stage .owl-item {
    background: url("../images/fullyear-calender-bg.png") no-repeat scroll center top, rgba(0, 0, 0, 0) url("../images/fullyear-calender-bdr.png") repeat-x scroll left 31px;
    line-height: 15px;
    padding: 40px 0 0;
    text-align: left;
    text-transform: uppercase;
}

    .col-lg-12.col-md-12.calendar-meter-part.pad-none ul.owl-carousel .owl-stage-outer .owl-stage .owl-item.active.center {
        background: url("../images/fullyear-calender-bg-active.png") no-repeat scroll center top, rgba(0, 0, 0, 0) url("../images/fullyear-calender-bdr.png") repeat-x scroll left 31px;
    }

        .col-lg-12.col-md-12.calendar-meter-part.pad-none ul.owl-carousel .owl-stage-outer .owl-stage .owl-item.active.center li span {
            color: #27b57b;
        }

        .col-lg-12.col-md-12.calendar-meter-part.pad-none ul.owl-carousel .owl-stage-outer .owl-stage .owl-item.active.center li strong {
            color: #27b57b;
        }

    .col-lg-12.col-md-12.calendar-meter-part.pad-none ul.owl-carousel .owl-stage-outer .owl-stage .owl-item li {
        position: absolute;
        right: -12px;
        text-align: center;
        width: 75px;
    }

    .col-lg-12.col-md-12.calendar-meter-part.pad-none ul.owl-carousel .owl-stage-outer .owl-stage .owl-item.active.center li span {
        display: inline-block;
    }

    .col-lg-12.col-md-12.calendar-meter-part.pad-none ul.owl-carousel .owl-stage-outer .owl-stage .owl-item.active.center li strong {
        display: inline-block;
    }

    .col-lg-12.col-md-12.calendar-meter-part.pad-none ul.owl-carousel .owl-stage-outer .owl-stage .owl-item li span {
        font-size: 15px;
        line-height: 14px;
        text-align: left;
        display: none;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: normal;
    }

    .col-lg-12.col-md-12.calendar-meter-part.pad-none ul.owl-carousel .owl-stage-outer .owl-stage .owl-item li strong {
        font-size: 15px;
        font-weight: normal;
        display: none;
    }

.month_start {
    bottom: 45px;
    position: absolute;
    right: -2px;
}

.col-lg-12.col-md-12.calendar-meter-part.pad-none ul.owl-carousel .owl-stage-outer .owl-stage .owl-item.active.center .month_start {
    bottom: 61px;
}

.month_start span.span_year_start {
    color: #393939 !important;
    display: block !important;
    font-family: "PROXIMANOVALIGHTWEBFONT" !important;
    font-size: 16px !important;
}

.month_start strong.strong_month_start {
    color: #393939 !important;
    font-size: 15px !important;
    display: block !important;
}

.owl-item.active_item.active.center figure.calendar-cnt-part span {
    color: #fff;
}

.owl-item.active_item.active.center figure.calendar-cnt-part strong {
    color: #fff;
}

.owl-item.active_item.active.center figure.calendar-cnt-part p {
    color: #fff;
}

/*11-4-16-end*/




