/*==================================================

    Project: Monza Hotel
    Version: 1.0
    Last change: 03/03/18
    Author : Mester Themes

    /**
    * Table of Contents :
    * 1.0 - Default Css Wrap Start #Default Css
    * 2.0 - Home Page Start #home page
        * 2.1 - HEADER DEFAULT CSS START #HEADER
        * 2.2 - HEADER 2 CSS START #HEADER 2
        * 2.3 - Main Banner Css Start #Main Banner
        * 2.4 - Sub Banner Css Start #Sub Banner
        * 2.5 - We Are Section Start  #Feature Section
        * 2.9 - Intro Section Start  #Intro Section
        * 2.6 - News Section Start  #News Section
        * 2.7 - News List Section  #News List Section
        * 2.8 - Mid Bar  #Mid Bar
        * 2.10 - Team Section  #Team Section
        * 2.11 - Team 2 Section  #Team 2 Section
        * 2.12 - Testimonial Section  #Testimonial Section
        * 2.13 - Blog Section  #Blog Section
        * 2.14 - Price Table Section  #Price Table Section
        * 2.15 - Contact Section  #Contact Section
        * 2.16 - Footer  #Footer
        * 2.17 - Copyright Section  #Copyright Section
    * 3.0 - News List Start  #News List Page
    * 4.0 - News List Start  #News List Page
    * 5.0 - Blog Detail Page  #Blog Detail Page
    * 6.0 - Project Page  #Project Page
    * 7.0 - Project 2 Page  #Project 2 Page
    * 8.0 - Project Detail Page  #Project Detail Page
    * 9.0 - About Us Page  #About Us Page
    * 10.0 - contact us page  #contact us page
    * 11.0 - Shop page  #Shop page
    * 12.0 - Shop Detail page  #Shop Detail page
    * 13.0 - 404 page  #404 page
    * 14.0 - Comingsoon page  #Comingsoon page
    * 15.0 - 
    * 16.0 - 
    * 17.0 - 

    [Color codes]

    Background: #ffffff (white)
    Content: #838d97 (light black)
    Header h1: #222222 (dark black)
    Header h2: #222222 (dark black)
    Footer:  rgba(255,255,255,0.5) (dark black)

    a (standard): #999999 (light black)
    a (visited): #999999 (light black)
    a (active): #999999 (light black)

    [Typography]
      
    Body copy:  16px/ "Source Sans Pro",sans-serif
    Headers:  "PT Serif",serif
    Input, textarea: "Source Sans Pro",sans-serif
    Sidebar heading: "PT Serif",serif

==================================================*/
.text,
footer,
section,
.section,
.mian-wrapper,
.main-contant,
header{
    float: left;
    width: 100%;
    position: relative;
}
footer,
.section,
section{
    padding: 70px 0 40px;
}
.parallax-section {background-attachment: fixed !important;background-size: cover !important;}
/*
      ==============================================================
           HEADER DEFAULT CSS START #HEADER
      ==============================================================
*/
.header-4{
    padding: 40px 0; 
}
.logo{
    margin: 0;
    float: left;
    width: auto;
    line-height: 0;
    padding:  0;
    max-width: 113px;
}
    .sticky-header .logo #img-black{
        display: none;
    }
    .sticky-header .logo #img-white{
        display: : block;
    }
    .sticky-header.affix .logo #img-black{
        display: block;
    }
    .sticky-header.affix .logo #img-white{
        display:none;
    }
    .nav-right a,
    .nav-right{
        width: auto;
        float: right;
        padding: 0 0;
        margin-left:35px;
        position: relative;
    }
        .nav-right::before{
            top: 50%;
            width: 1px;
            left: 0px;
            content: "";
            height: 44px;
            position: absolute;
            background: #d0d0d0;
            transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }
            a.join-meeting{
                float: left;
                border-color: transparent;
                background-color: transparent;
            }
/*
      ============================================================
          Navigation Css Start
      ============================================================
*/
.navigation-outer{
    float: left;
    width: 100%;
}
    .navigation-outer .navigation {
        float: left;
        width: auto;
        margin-right: 35px; 
        text-align: center;
    }
    .navigation-outer .navigation:last-child{
        margin-right:0; 
    }
        .navigation ul {
            margin: 0;
            padding: 0;
            float: left;
            width: auto;
            list-style: none;
        }
            .navigation ul li {
                float: left;
                width: auto;
                /* margin-right: 30px; */
                position: relative;
            }
            .navigation ul li:last-child {
                margin: 0;
            }
                .navigation ul li a {
                    float: left;
                    width: 100%;
                    color: #fff;
                    font-size: 14px;
                    padding:18px 15px;
                    position: relative;
                    text-transform: uppercase;
                }
                .navigation ul li ul,
                .navigation .sub-menu,
                .navigation .children {
                    left: 0;
                    top: 100%;
                    margin: 0;
                    opacity: 0;
                    z-index: 1000;
                    padding:0;
                    min-width: 200px;
                    position: absolute;
                    -webkit-transform-origin: 0% 0%;
                        -moz-transform-origin: 0% 0%;
                            -ms-transform-origin: 0% 0%;
                                -o-transform-origin: 0% 0%;
                                    transform-origin: 0% 0%;
                    background-color: rgba(255, 255, 255, 0.95);
                    box-shadow:0px 20px 20px 0px rgba(0, 0, 0, 0.05);
                }
                    .navigation ul li ul,
                    .navigation ul li .sub-menu,
                    .navigation ul li .children {
                        visibility: hidden;
                        -webkit-transform: rotateX(-75deg);
                        -moz-transform: rotateX(-75deg);
                        -ms-transform: rotateX(-75deg);
                        -o-transform: rotateX(-75deg);
                        transform: rotateX(-75deg);
                        -webkit-transform-style: preserve-3d;
                        -moz-transform-style: preserve-3d;
                        -ms-transform-style: preserve-3d;
                        -o-transform-style: preserve-3d;
                        transform-style: preserve-3d;
                    }
                        .navigation ul li:hover > ul,
                        .navigation ul li:hover > .sub-menu,
                        .navigation ul li:hover > .children {
                            opacity: 1;
                            visibility: visible;
                            transform: rotateX(0deg);
                            -o-transform: rotateX(0deg);
                            -ms-transform: rotateX(0deg);
                            -moz-transform: rotateX(0deg);
                            -webkit-transform: rotateX(0deg);
                        }
                    .navigation ul li ul ul,
                    .navigation ul li .sub-menu .sub-menu,
                    .navigation ul li .children .children {
                        top: 0;
                        left: 100%;
                    }
                    .navigation ul li.last ul,
                    .navigation ul li.last .sub-menu,
                    .navigation ul li.last .children {
                        right: 0;
                        left: auto;
                    }
                        .navigation ul li.last ul ul,
                        .navigation ul li.last .sub-menu .sub-menu,
                        .navigation ul li.last .children .children {
                            left: auto;
                            right: 100%;
                        }
                            .navigation ul li ul li,
                            .navigation ul li .sub-menu li,
                            .navigation ul li .children li {
                                margin: 0;
                                float: left;
                                width: 100%;
                            }
                .dl-menuwrapper li a,
                .navigation ul li ul a,
                .navigation ul li .sub-menu a,
                .navigation ul li .children a {
                    color: #3c3c3c;
                    display: block;
                    font-size: 14px;
                    text-align: left;
                    line-height: 14px;
                    font-weight: normal;
                    letter-spacing: normal;
                    text-transform: capitalize;
                    /* padding: 15px 18px !important; */
                    transition: background-color 0.3s ease,color 0.6s ease;
                    -o-transition: background-color 0.3s ease,color 0.6s ease;
                    -ms-transition: background-color 0.3s ease,color 0.6s ease;
                    -moz-transition: background-color 0.3s ease,color 0.6s ease;
                    -webkit-transition: background-color 0.3s ease,color 0.6s ease;
                }
                .navigation ul li ul a,
                .navigation ul li .sub-menu a,
                .navigation ul li .children a{
                    padding: 15px 18px !important;
                }
                    .navigation li.active > a,
                    .navigation ul li ul li:hover > a,
                    .navigation ul li .sub-menu li:hover > a,
                    .navigation ul li .children li:hover > a {
                        color: #fff !important;
                    }

            .top-booking-btn{
                float: right;
                width: auto;
                padding: 11px 0 0;
            }

        .responsive-button{
            display: none;
        }
       .dl-menuwrapper{
            display: none;
        }
            .dl-menuwrapper{
                margin:29px 0; 
            }
            .dl-menu{
                left: auto;
                right: 0;
            }
            .dl-menu li{
                background: #fff;
            }
            .dl-menu li{
                color: #333;
            }
        .dl-trigger .close-icon span{
            background-color:#fff; 
        }
/*
      ==============================================================
           STICKY HEADER CSS START #STICKY HEADER
      ==============================================================
*/
.sticky-header{
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    position: fixed;
    transition: background .3s ease, padding .3s ease;
    -o-transition: background .3s ease, padding .3s ease;
    -ms-transition: background .3s ease, padding .3s ease;
    -moz-transition: background .3s ease, padding .3s ease;
    -webkit-transition: background .3s ease, padding .3s ease;
}
.sticky-header.affix {
    position: fixed;
    /* margin: -40px 0 0 0; */
    padding: 10px 0;
    background-color: #fff;
    box-shadow:0px 20px 20px 0px rgba(0, 0, 0, 0.05);
    transition:background .3s ease,box-shadow .3s ease,, padding .3s ease;
    -o-transition:background .3s ease,box-shadow .3s ease,, padding .3s ease;
    -ms-transition:background .3s ease,box-shadow .3s ease,, padding .3s ease;
    -moz-transition:background .3s ease,box-shadow .3s ease,, padding .3s ease;
    -webkit-transition:background .3s ease,box-shadow .3s ease,, padding .3s ease;
}
    .sticky-header.affix-top{
        background:transparent;
        box-shadow: none;
    }
    .sticky-header.affix .navigation ul li a{
        color: #333;
    }
    .sticky-header.affix .navigation-outer{
        transition:padding .4s ease;
        -o-transition:padding .4s ease;
        -ms-transition:padding .4s ease;
        -moz-transition:padding .4s ease;
        -webkit-transition:padding .4s ease;
    }

/*
      ============================================================
           Main Banner Css Start #Main Banner
      ============================================================
*/
.slick-initialized{
    display: block !important;
}
.main-banner{
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.main-banner .slider{
    background-color: #000;

}
    .banner-caption-wrapper {
        left: 0;
        top: 56%;
        right: 0;
        width: 100%;
        z-index: 1;
        padding-bottom:11px; 
        margin: 0px auto 0;
        position: absolute;
        transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
        .banner-caption{
            float: left;
            width: 100%;
            position: relative;
        }
            .banner-caption .title{
                font-size: 100px;
                margin: 0 0 34px;
            }
            .banner-description{
                float: left;
                width: 100%;
                font-size: 40px;
                margin: 0 0 45px;
            }
            .banner-caption .title,
            .banner-description{
                color:#fff;
            }
    .search-bar{
        width: 100%;
        display: table-row;
        background-color: #fff;
    }   
        .search-bar > div{
            width: 25%;
            float: none;
            padding: 20px 10px;
            display: table-cell;
            vertical-align: middle;
        }
        .search-bar > div:first-child{
            padding-left:20px ;
        }
        .search-bar .input-field,
        .search-bar .form-group{
            margin-bottom: 0;
        }
        .search-bar > div:last-child{
            padding: 0 0 0 10px;
        }
        .search-bar select,
        .search-bar input{
            border: none;
        }
        .search-bar .input-group-addon{
            color: #fff;
            border:none;
            width: 40px;
            height: 40px;
            border-radius: 0;
        }
        .search-bar [class*="btn-"]{
            color: #fff;
            width: 100%;
            text-align: center;
            padding: 35px 55px;
        }
        .search-bar .input-group{
            width: 100%;
        }
/*
      ============================================================
           Image Banner Css Start #Parallax Banner
      ============================================================
*/
.slider{
    display: none;
    float: left;
    width: 100%;
    position: relative;
}
    .slider .slick-slide::after{
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        opacity: 0.5;
        position: absolute;
        background-color: #000;
    }
    .slider .slick-slide {
        -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    }
    .slider .slick-slide img {
        width: 100%;
        -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .slider .slick-slide.slick-active img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
        .slider .banner-caption-wrapper .banner-caption{
            max-width: 750px;
            padding-bottom: 10px; 
        }
        .slider .banner-caption-wrapper.text-center .banner-caption{
            float: none;
            margin: 0 auto;
            display: block;
        }
        .slider .banner-caption-wrapper.text-right .banner-caption{
            float: right;
        }
        .slider .banner-caption-wrapper.text-left .banner-caption{
            float: left;
        }
            .slider  .banner-caption .title:first-child{
                font-size: 64px;
                margin: 0 0 17px;
            }
            .slider  .banner-caption .title{
                font-size: 46px;
                margin: 0 0 21px;
            }
            .slider  .banner-description{
                margin: 0 0 23px;
            }

/*
      ============================================================
           Sub Banner Css Start #Sub Banner
      ============================================================
*/

.sub-banner{
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 239px 0px 134px;
    background-repeat: no-repeat;
    background-size: inherit !important;
    background-image: url('extra-images/subbanner.jpg');
}
.sub-banner .container{
    position: relative;
}
.sub-banner::before{
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
}
.sub-banner h2{
    color: #fff;
    font-size: 40px;
    margin: 0px 0px 16px 0px;
    text-transform: uppercase;
}
.sub-banner ul{
    margin:0px;
    list-style: none;
    display: inline-block;
}
.sub-banner ul li{
    float: left;
}
.sub-banner ul li a{
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 0 10px;
    text-transform: uppercase;
}
/*
      ============================================================
           Intro 3 Section Start  #Intro 3 Section
      ============================================================
*/
.intro-section-3{
    float: left;
    width: 100%;
    background-color: #f7f7f7;
}

    .intro-section-3 .intro-thumb{
        border: none;
        box-shadow: none;
        padding: 0 200px 200px 0;
    }
        .intro-section-3 .intro-thumb img{
            width: auto;
            border-color: #fff;
            border-width: 10px;
            border-style: solid;
            margin-bottom: 30px;
            display: inline-block;
            box-shadow: 0px 30px 25px -20px rgba(0, 0, 0, 0.2);
        }
        .intro-section-3 .intro-thumb .intro-img-2{
            bottom: 0;
            left: 60px;
            position: absolute;
        }
        .intro-section-3 .intro-thumb .intro-img-3{
            bottom: 60px;
            right: 0px;
            position: absolute;
        }
    .intro-caption{
        float: left;
        width: 100%;
        position: relative;
        margin-bottom: 30px;
        padding: 111px 0 0px 30px; 
    }
        .intro-caption .text{
        }
        .intro-caption .section-heading-4{
            margin-bottom:18px; 
        }
        .intro-caption .section-heading-4 h2{
            margin-bottom:0px; 
        }
        .intro-caption .text p{
            margin-bottom:22px;
            color: #333;
        }
        .intro-caption .text p:last-child{
            margin-bottom: 0;
        }
        .intro-heading{
            float: left;
            width: 100%;
        }
            .intro-heading h3,
            .intro-heading h2{
                font-size: 20px;
                margin-bottom: 13px;
                text-transform: uppercase;
            }
            .intro-heading h3{
                font-size: 80px;
                font-weight: bold;
                margin-bottom: 12px;
            }
.intro-section{
    position: relative;
    background-image: url('extra-images/intro-bg.jpg')
}
    .intro-section::before{
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.8;
        content: "";
        position: absolute;
        background-color:#fff; 
    }
    .intro-section .intro-caption{
        padding:41px 0 35px; 
    }




.intro-section-4{
    padding: 0;
}
.intro-section-4 .row{
    margin: 0px;
}
.intro-section-4 .col-md-6.col-sm-12{
    padding: 0px;

}
    .intro-section-4 .intro-caption{
        padding:0; 
    }
    .intro-section-4 .intro-caption{
        padding: 113px 10% 0 100px;
        margin-bottom: 0;
    }
    .intro-section-4 .banner-caption-wrapper{
        top: 50%;
        padding: 0 35% 0 10%;
    }
        .intro-section-4 .banner-caption-wrapper .title,
        .intro-section-4 .banner-caption-wrapper p{
            color: #fff;
            margin-bottom: 0;
        }
        .intro-section-4 .banner-caption-wrapper .title{
            font-size: 40px;
            margin-bottom: 8px;
            text-transform: uppercase;
        }
        .services-slider .slick-slide{
            float: left;
            width: 100%;
            position: relative;
        }
        .services-slider img{
            -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
            filter: grayscale(100%);
        }
        .services-slider.dot-1 .slick-dots{
            top: 50%;
            width: auto;
            right: 30px;
            bottom: auto;
            height: auto;
            position: absolute;
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }
            .services-slider.dot-1 .slick-dots li{
                float: left;
                clear: both;
                margin:3px 0;
            }
    .intro-section-4 .intro-heading h3{
        font-size: 60px;
        font-weight: normal;
    }
/*
      ============================================================
           Branches Section Start  #Branches Section
      ============================================================
*/
.hotel-branches{
    float: left;
    width: 100%;
    position: relative;
}
    .hotel-branches:hover figure img{
        opacity: 0.3;
    }
    .hotel-branches .absolute {
        left: 0;
        right: 0;
        top: 100%;
        height: auto;
        text-align: center;
        padding: 20px 20px 13px;
        transform: translateY(-62px);
        -o-transform: translateY(-62px);
        -ms-transform: translateY(-62px);
        -moz-transform: translateY(-62px);
        -webkit-transform: translateY(-62px);
    }
        .hotel-branches .title{
            font-size:20px; 
            margin-bottom:22px;
            text-transform:uppercase;
        }
        .hotel-branches .title{
            color: #fff;
        }
        .hotel-branches .absolute [class*="btn-"]{
            opacity: 0;
            color: #fff;
            border-color: #fff;
        }
    .hotel-branches:hover .absolute{
        top: 50%;
        margin-bottom: 0;
        transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .hotel-branches:hover .absolute [class*="btn-"]{
        opacity: 1;
    }
/*
      ============================================================
           Rooms Section Start  #Rooms Section
      ============================================================
*/
.room-thumb{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
    .room-price{
        top: 40px;
        left: 0;
        width: auto;
        color: #fff;
        font-size: 18px;
        position: absolute;
        text-transform: uppercase;
        font-family: 'Merriweather', serif;
    }
        .room-price span{
            float: left;
            padding:14px 15px 13px;
        }
        .room-price .price-no{
            min-width: 56px;
            text-align: center;
            background-color:#000; 
        }
    .room-thumb:hover figure img{
        opacity: 0.3;
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    .room-thumb .text{
        padding: 40px;
    }
    .room-thumb .title{
        font-size: 24px;
        margin-bottom: 11px;
    }
        .room-thumb .blog-meta{
            margin-bottom: 20px;
        }
        .room-thumb .text p{
            margin-bottom: 24px;

        }
    .room-price-2{
        display: inline-block;
        width: auto;
    }

.room-thumb-small{
    text-align: center;
}
    .room-thumb-small .text{
        padding:30px 0;
    }
        .room-thumb-small .title{
            font-size: 18px;
            margin-bottom: 6px;
        }
/*
      ============================================================
           Event Section Start  #Event Section
      ============================================================
*/
.event-section{
    background-image: url('extra-images/event-bg.jpg');
}
    .event-section::before{
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        opacity: 0.8;
        position: absolute;
        background-color:#000; 
    }
        .event-heading-outer{
            float: left;
            width: 100%;
            padding-top:173px; 
            margin-bottom:30px; 
        }
            .event-heading{
                float: left;
                width: 100%;
                position: relative;
                padding: 16px 0 7px 38px;
            }
                .event-heading::after,
                .event-heading::before{
                    top: 0;
                    left: 0;
                    bottom: 0;
                    width: 6px;
                    right: auto;
                    content: "";
                    position: absolute;
                    background-color:#fff; 
                }
                .event-heading::after{
                    height: 42%;
                    bottom: auto;
                }
                .event-heading h4,
                .event-heading h3{
                    float: left;
                    width: 100%;
                    color: #fff;
                    font-size:80px; 
                    margin-bottom: 0;
                    font-weight: normal;
                    text-transform: uppercase;
                }
                .event-heading h4{
                    font-size:40px; 
                    margin-bottom:11px;
                }
            .event-slider{
                display: none;
                padding-right:50px; 
                margin-bottom: 30px !important;
            }
                .event-slider .slick-list{
                    margin:-15px 0; 
                }
                .event-slider .slick-slide{
                    padding: 15px 0;
                }
            .event-list-thumb{
                width: 100%;
                display: table-row;
                background-color:rgba(255, 255, 255, 0.15);
            }
                .event-list-thumb > div{
                    float: none;
                    display: table-cell;
                    vertical-align: middle;
                }
                .event-list-thumb .event-date{
                    width: 145px;
                    text-align: center;
                    padding: 22px 15px 34px;  
                    border-width: 0 0 0 1px;
                    border-style: solid;
                    border-color: rgba(255, 255, 255, 0.3);
                }
                    .event-list-thumb .event-date strong,
                    .event-list-thumb .event-date span{
                        float: left;
                        width: 100%;
                        color: #fff;
                        font-size:50px;
                        font-weight: bold; 
                        line-height: normal;
                        text-transform: uppercase;
                    }
                    .event-list-thumb .event-date span{
                        margin-bottom: -8px;
                    }
                    .event-list-thumb .event-date strong{
                        font-size:20px; 
                    }
                .event-list-thumb .overflow-text{
                    padding: 30px 20px 30px 0px;
                }
                .event-list-thumb .overflow-text p{
                    margin-bottom: 0px;
                }
                    .event-list-thumb .title{
                        font-size: 18px;
                        font-weight: normal;
                        margin-bottom: 15px;
                        color: #fff;
                        text-transform: uppercase;
                    }
                    .event-list-thumb .title a{
                        color: #fff;
                    }
            .event-list-thumb p{
                color: #fff;
            }
            .event-slider.dot-1 .slick-dots{
                top: 50%;
                width: auto;
                right: 0px;
                bottom: auto;
                height: auto;
                position: absolute;
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }
                .event-slider.dot-1 .slick-dots li{
                    float: left;
                    clear: both;
                    margin:3px 0;
                }
/*
      ============================================================
           Services Section Start  #Services Section
      ============================================================
*/
.services-list-wrap{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
    .services-full-thumb{
        float: left;
        width: 100%;
        border: 1px solid #dbe3e5;
    }
        .services-full-thumb [class*="col-md"]{
            padding: 0;
        }
            .services-full-thumb .text{
                padding:60px 90px;
            }
                .services-full-thumb .title{
                    font-size: 36px;
                    margin-bottom: 23px;
                }
                    .services-full-thumb p{
                        margin-bottom: 27px;
                    }
            .services-full-thumb [class*="col-md"]:first-child .text{
                text-align: right;
            }
/*
      ============================================================
          Footer  #Footer
      ============================================================
*/
.footer-2{
    float: left;
    width: 100%;
    padding-bottom:0; 
}
.footer-2 .widget{
    margin-bottom: 29px;
}
.footer-2 .widget-title{
    margin-bottom: 17px;
    background: no-repeat;
    padding: 0px;
}
    .footer-2 .widget-title .title{
        font-size: 22px;
        font-weight: normal;
        text-transform: uppercase;
    }
    .footer-2 .widget_nav_menu ul li{
        width: 50%;
        /* border: none;
        padding: 0; */
    }
    .footer-2 .widget_nav_menu ul li a{
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .footer-2 .newsletter-widget .form-control{
        margin-bottom: 10px;
    }
.footer-2 .social-list li{
    float: left;
}
.footer-2,
.copy-right{
    background: #050505;
}
.widget-newsletter .input-field .search-icon{
    color: #fff;
    border-radius: 100px;
}
.footer-2 .widget-title .title{
    color: #fff;
}
.footer-2 .widget_tagcloud a,
.footer-2 .widget_rss ul li, 
.footer-2 .widget_meta ul li, 
.footer-2 .widget_pages ul li, 
.footer-2 .widget_archive ul li, 
.footer-2 .widget_nav_menu ul li, 
.footer-2 .widget_categories ul li, 
.footer-2 .widget_recent_comments ul li, 
.footer-2 .widget_recent_entries ul li, 
.footer-2 .widget_rss ul li a, 
.footer-2 .widget_meta ul li a, 
.footer-2 .widget_pages ul li a, 
.footer-2 .widget_archive ul li a, 
.footer-2 .widget_nav_menu ul li a, 
.footer-2 .widget_categories ul li a, 
.footer-2 .widget_recent_comments ul li a, 
.footer-2 .widget_recent_entries ul li a,
.footer-2 .social-list li a,
.footer-2{
    color: #80939b;
}
.footer-2 [class*="form-control"]::-moz-placeholder{
   color: rgba(255,255,255,0.5);
}
.footer-2 [class*="form-control"]::-webkit-input-placeholder{
   color: rgba(255,255,255,0.5);
}
.footer-2 .social-list li a,
.footer-2 [class*="form-control"]{
    border-color: rgba(255,255,255,0.5);
}
.tags a:hover{
    color:#fff;
}
.footer-logo{
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0 42px;
    background-color: #030a24;
}
    .footer-logo .logo{
        padding: 0;
        float: none;
        display: block;
        margin:0 auto 30px; 
    }
    .footer-logo .social-list{
        float: none;
        width: auto;
        display: inline-block;
    }
        .footer-logo .social-list li{
            margin: 0 5px; 
        }
            .footer-logo .social-list li a{
                width: 30px;
                color: #fff;
                height: 30px;
                line-height: 30px;
            }
/*
      ============================================================
          Copyright Section  #Copyright Section
      ============================================================
*/
.copy-right{
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 23px 0 25px;
}
    .copy-right p{
        float: left;
        width: 100%;
        color: #fff;
        margin-bottom: 0;
    }
/*
      ============================================================
          About Us Page Css Start  #About us
      ============================================================
*/
/*
      ============================================================
         Chooseus Section Css Start  #Chooseus Section
      ============================================================
*/
.why-choosus{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #e3e5ec;
}
    .why-choosus [calss*="col-md"]{
        padding: 0;
    }
    .why-choosus .text{
        padding:18px 40px 18px 20px;
    }
        .choosus-list{
            float: left;
            width: 100%;
            margin: 0;
            padding: 0;
        }
        .choosus-list li{
            float: left;
            width: 100%;
            margin: 0px 0px;
            text-align: left;
            border-style: solid;
            padding:13px 0px 12px;
            border-color: #edf1f2;
            border-width: 1px 0 0px;
        }
        .choosus-list li:first-child{
            border: none;
        }
        .choosus-list li::before {
            font-size: 10px;
            content: "\ea59";
            margin-right: 10px;
            color: currentColor;
            display: inline-block;
            font-family: "OscarThemes";
        }
.why-choosus-slider{
    display: none;
}
    .why-choosus-slider .slick-arrow{
        top: auto;
        opacity: 1;
        padding: 0;
        width: 30px;
        border: none;
        bottom: 15px;
        height: 30px;
        left: 0;
        right: 0;
        z-index: 1;
        margin: 0 auto;
        transform: translate(0,0%);
        -ms-transform: translate(0,0%);
        -webkit-transform: translate(0,0%);
        background: rgba(255,255,255,0.5);
    }
    .why-choosus-slider .slick-prev {
        transform: translate(-20px,0%);
        -ms-transform: translate(-20px,0%);
        -webkit-transform: translate(-20px,0%);
    }
    .why-choosus-slider .slick-next {
        transform: translate(20px,0%);
        -ms-transform: translate(20px,0%);
        -webkit-transform: translate(20px,0%);
    }
/*
      ============================================================
           Team Thumb Css Start #Team Thumb
      ============================================================
*/
.team-thumb{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.team-thumb:hover, 
.room-thumb:hover{
    box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.15);
}
    .team-thumb:hover figure img{
        opacity: 0.5;
    }
    .team-thumb .text{
        padding:30px 20px;
    }
        .team-thumb  .title{
            margin-bottom: 5px;
            text-transform: uppercase;
        }
        .team-thumb  .designation{
            text-transform: capitalize;
        }
/*
============================================================
    Newsletter Css Start #Newsletter
============================================================
*/
.newsletter{
    padding: 0;
    position: relative;
}
.newsletter::before{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    opacity: .3;
    position: absolute;
    background-image:url(extra-images/pattren-bg.jpg); 
}   
    .newsletter .text{
        margin-bottom: 0;
        padding:130px 0 133px
    }
        .newsletter .title{
            font-size:30px;
            margin-bottom: 13px;
            text-transform: uppercase; 
        }
        .newsletter p{
            margin-bottom: 17px;
        }
        .newsletter .input-field{
            margin-bottom: 0;   
        }
        .newsletter .form-control{
                border: none;
                min-height: 50px;
                background-color: #fff;
            }
            .newsletter .btn{
                top: 50%;
                right: 0;
                color: #fff;
                border: none;
                border-radius: 0;
                min-height: 50px;
                position: absolute;
                transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }
/*
============================================================
    Blog Section  #Blog Section
============================================================
*/
.blog-thumb{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.blog-thumb:hover{
    box-shadow:0 30px 40px 0 rgba(0, 0, 0, 0.09); 
    -webkit-box-shadow:0 30px 40px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff;
}
.blog-thumb figure.video-post iframe{
    height: 400px

}
    .blog-thumb figure{

    }
    .blog-thumb:hover figure img{
        opacity: 0.3;
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    .blog-thumb .blog-meta{
        float: left;
        width: 100%;
        margin-bottom: 13px;
    }
    .blog-thumb .text{
        padding:40px;
    }
    .masonry .blog-thumb .text{
        padding:25px 30px 30px;
    }
   
        .blog-thumb .text .title{
            font-size: 20px;
            margin-bottom: 10px;
        }
        .blog-thumb .text p{
            float: left;
            width: 100%;
            margin-bottom: 23px;
        }
        .blog-thumb .btn-3{
            float: left;
        }
/*BLOG LIST 2 START*/
.blog-list-thumb-2 figure{
    max-width: 349px;
}
.blog-list-thumb-2 .text{
    float: none;
    width: auto;
    overflow: hidden;
    padding:43px 30px;
}
/*
============================================================
    Blog Detail Page  #Blog Detail Page
============================================================
*/
.blog-detail-section{

}
    .blog-detail-section .img-thumb{
        float: left;
        width: 100%;
        margin: 0px 0px 30px 0px;

    }
    .blog-detail-section .title,
    .blog-detail-section h2{
        font-size: 26px;
        margin: 0px 0px 20px 0px;

    }
    .blog-detail-section .blog-meta{
        margin: 0px 0px 20px 0px;
    }
    p + .page-title{
        margin-top:7px; 
    }
.share-post{
    float: left;
    width: 100%;
    padding: 10px 10px 10px 20px;
    margin-bottom: 27px;
}
    .share-post .title{
        float: left;
        width: auto;
        font-size:18px;
        padding:10px 0; 
        margin-bottom: 0;
    }
.social-network{
    float: left;
}
    .share-post .social-network{
        float: right;
        width: auto;
    }
        .social-network li{
            float: left;
            line-height: 36px;
            margin:0px 2px; 
        }
            .social-network li span{
                line-height: 1.7;
            }
            .social-network li a{
                height: 36px;
                width: 36px;
                /* border-radius: 100%; */
                display: block;
                line-height: 36px;
                text-align: center;
                color: #fff;
                font-size: 12px;
            }
            .social-network li a.fb-btn{
                background-color: #306199;
            }
            .social-network li a.twitter-btn{
                background-color: #26c4f1;
            }
            .social-network li a.google-btn{
                background-color: #cc3d27;
            }
            .social-network li a.all-networks{
                background-color: #ff6550;
            }
/*RECENT COMMENTS*/
.rec-comments{
    float: left;
    width: 100%;
}
    .rec-comments > .title{
        margin-bottom: 26px;
    }
    .comments ul{
        padding: 0px 0px 0px 90px;
    }
        .comments li{
            float: left;
            width: 100%;
            margin: 0px 0px;
        }
            .comment-holder{
                float: left;
                width: 100%;
                position: relative;
                padding: 30px;
                border: 1px solid #e3e5ec;
                margin: 0px 0px 30px;
            }
            .comments li figure{
                float: left;
                width: 70px;
                margin: 0px 20px 0px 0px;
            }
            .comments li .text{
                float: none;
                width: auto;
                overflow: hidden;
            }
            .comments li .text p{
                margin-bottom: 0;
            }
            .comment-header{
                float: left;
                width: 100%;
            }
            .comments li .comment-header *{
                display: block;
            }
            .comments li time{
                float: left;
                width: 100%;
                color: #4c636d;
                font-size: 14px;
                text-transform: capitalize;
            }
            .comments li .comment-header .title{
                width: auto;
                font-size: 18px;
                margin-bottom: 10px;
                font-weight: bold;
            }
            a.reply {
                top: 0px;
                right: 0px;
                float: right;
                font-size: 14px;
                padding:9px 15px;
                position: absolute;
                line-height: normal;
                color: #fff !important;
                text-transform: uppercase;
                font-family: 'Merriweather', serif;
            }
.reply-form {
    padding:30px;
    float: left;
    width: 100%;
    background-color: #f3f4f9;
}
.reply-form .form-control{
    border-radius: 0px;
    margin-bottom: 30px;
    border-color:#e3e5ec;
    background-color: #fff;
}
    .reply-form textarea.form-control{
        height: 200px;
        padding-top:20px; 
    }
    .reply-form .btn-3{
        border: none;
        color: #fff;
    }
/*
============================================================
    404 page  #404 page
============================================================
*/
.error-wrap{
    float: left;
    width: 100vw;
    height: 100vh;
    text-align: center;
    position: relative ;
    background-position: bottom; 
    background: linear-gradient(0deg, #b6b6b6 15%, #fff 50%);
}
.error-wrap::before{
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    content: "";
    height: 70vh;
    position: absolute;
    background-size: 100%;
    background-position:0 30% 0;
    background-repeat: no-repeat;
    background-image:url(images/404-pattren.png); 
}
    .error-wrap h2{
        font-size: 7.5vw;
        font-weight: bold;
        margin-bottom: 30px;

    }
    .error-wrap h4{
        font-size: 2.5vw;
        margin-bottom: 25px;
    }
    .error-wrap figure{
        float: none;
        width: 20vw;
        display: block; 
        max-width: 11vw;
        margin:0 auto 30px;
    }
/*
============================================================
    Comingsoon page  #Comingsoon page
============================================================
*/
.comingsoon-wrap{
    float: left;
    width: 100vw;
    height: 100vh;
    text-align: center;
}
    .comingsoon-wrap .logo{
        float: none;
        display: block;
        margin:0 auto 40px; 
    }
    .comingsoon-canvas{
        float: left;
        width: 100%;
        padding: 120px 30px;
        border: 20px solid #fff;
        background-size: cover;
        background-repeat:no-repeat;
        background-position: center;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
        background-image: url('extra-images/comingsoon.jpg'); 
    }
        .comingsoon-canvas .countdown{
            margin:0 0 33px -31px; 
        }
        .comingsoon-canvas .countdown li{
            margin:0 0 0 31px; 
        }
        .comingsoon-canvas .title{
            color: #fff;
            font-size:60px;
            margin-bottom: 20px;
            text-transform: uppercase; 
        }
        .comingsoon-canvas p{
            float: none;
            clear: both;
            max-width:60%;
            display: block;
            margin:0 auto 27px; 
            color: rgba(255, 255, 255, 0.8);
        }
        .comingsoon-canvas .social-network{
            float: left;
            width: 100%;
        }
            .comingsoon-canvas .social-network li{
                float: none;
                display: inline-block;
            }
/*
============================================================
    Brand Slider Section Css Start   #Brand Slider Section
============================================================
*/
.brand-section{
    float: left;
    width: 100%;
    padding: 40px 0;
}
.brand-slider{
    display: none;
}
.brand-slider{
  float: left;
  width: 100%;
  /* margin-bottom: 30px; */
}
  .brand-slider .slick-slide{
    padding: 0 5px
  }
    .brand-slider .thumb{
      padding:0px;
      margin: 0px;
      text-align: center;
    }
      .brand-slider .thumb:hover{
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
      }
      .brand-slider .thumb img{
        float: none;
        width: auto;
        display: inline-block;
      }
/*
============================================================
    Room List Page  #Room List Page
============================================================
*/
.room-list-thumb figure{
    max-width: 349px;
}
.room-list-thumb .blog-meta{
    margin-bottom: 13px;
}
.room-list-thumb .text{
    float: none;
    width: auto;
    overflow: hidden;
    padding:38px 30px;
}
.room-list-thumb .title a,
.room-list-thumb .title{
    float: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    line-height: normal;
    text-overflow: ellipsis;
}
.room-list-thumb [class*="btn"]{
    float: left;
}
/*
============================================================
    Room Detail Page  #Room Detail Page
============================================================
*/
p + .room-services{
    margin-top: 7px;
    float: left;
    width: 100%;
}
.room-services + p{
    margin-top:3px;
    float: left;
    width: 100%;
}
.room-services{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.room-services .service-list li{
    padding: 8px 0px;
    border-top: solid 1px #ccc;
}
.room-services .service-list li:first-child{
    border: none;
}
.room-services .flex-text{
    padding: 23px 15px 22px;
    border: 1px solid #e3e5ec;
    background-color:#f3f4f9; 
}
.room-services .title{
    color: #404c51;
    font-size: 14px;
    font-weight: bold;
}
.room-location-wrap{
    float: left;
    width: 100%;
}
.room-location-map{
    float: left;
    width: 100%;
    max-height: 360px;
    min-height: 360px;
}
.room-short-info{
    float: left;
    width: 100%;
    background-color:#030a24; 
}
.room-meta{
    color: #fff;
    padding: 13px 30px;
    margin-bottom: 0 !important;
}
.room-meta li,
.room-meta li a{
    color: #fff;
}
.room-short-info .room-price{
    float: right;
    position: static;
    font-weight: bold;
    padding: 13px 30px 14px;
    font-family: 'Open Sans', sans-serif;
}
.room-reservation-widget{
    float: left;
    width: 100%;
    background-color: #030a24;
}
.room-reservation-widget *{
    color: #fff;
}
.room-reservation-widget .form-control{
    background-color:#fff;
    border: none; 
}
.room-reservation-widget select{
    color: #999;
    border: none;
}
.room-reservation-widget label{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 13px;
    font-weight: normal;
}
.radius-o{
    border-radius: 0 !important;
}
.room-reservation-widget .selectric option{
    color: #999;
}
.room-reservation-widget .btn{
    letter-spacing: 0px;
    width: 100%;
    padding: 15px 30px;

}
/*
      ============================================================
           Mid Bar  #Mid Bar
      ============================================================
*/
.md-bar{
    position: relative; 
    background-size: cover;
    padding:124px 0px 117px; 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url('extra-images/box-pattren.jpg');
}
.md-bar::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.6;
    position: absolute;
    background-color:#000; 
}
    .md-bar h4,
    .md-bar h6{
        float: left;
        width: 100%;
        color: #fff;
        font-size: 40px;
        margin-bottom: 18px;
        text-transform: capitalize;
    }
    .md-bar h4{
        font-size: 70px;
        margin-bottom: 30px;
    }
.md-bar .btn{
    color: #fff;
    border-color: #fff;
}
.md-bar .play-icon .circle,
.md-bar .play-icon .triangle,
.md-bar .play-icon{
    stroke: #fff;
    border-color: #fff;
}
/*
      ============================================================
           Testimonial Section  #Testimonial Section
      ============================================================
*/
.testimonial-section{
    float: left;
    width: 100%;
}
    .testimonial{
        display: none;  
        padding: 0 0 36px;
    }
    .testimonial .slick-list{
        margin:0 -15px;  
    }
    .testimonial .slick-slide{
        padding: 0 15px;
    }

        .testimonial-thumb-2{
            float: left;
            width: 100%;
            text-align: left;
            padding: 25px 30px;
            margin-bottom:30px;
            border: 1px solid #eceef0;
        }
            .testimonial-thumb-2 figure{
                float: left;
                width: 100px;
                height: 100px;
                display: block;
                overflow: hidden;
                margin-right:30px; 
                border-radius: 100%;
                border: 1px solid #dfe2e6;
                -webkit-border-radius: 100%;
                box-shadow:0 30px 40px 0 rgba(0, 0, 0, 0.09); 
            }
               .testimonial-thumb-2 figure img{
                    border-radius: 100%;
                    -webkit-border-radius: 100%;
                }
            .testimonial-thumb-2 .text{
                width: auto;
                float: none;
                overflow: hidden;
            }
                .heading-div{
                    float: left;
                    width: 100%;
                }
                .testimonial-thumb-2 .title{
                    float: left;
                    width: auto;
                    margin-bottom: 9px;
                    display: inline-block;
                }
                .testimonial-thumb-2 .designation{
                    display: inline;
                    line-height: 1.1;
                    margin:0 0 7px 5px;
                }
                .testimonial-thumb-2 p{
                    float: left;
                    width: 100%;
                }
                .testimonial-thumb-2 p:last-child{
                    margin-bottom: -4px;
                }
/*
============================================================
   Gallery Page  #Gallery Page
============================================================
*/
.gallery-thumb{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #e8eced;
}
    .pop-icon{
        left: 0;
        right: 0;
        top: 50%;
        width: 40px;
        color: #fff;
        height: 40px;
        margin:-20px auto 0;
        padding: 6px 0; 
        text-align: center;
        position: absolute;
        border: 2px solid #fff;
    }
    .gallery-thumb .pop-icon{
        transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
    }
    .gallery-thumb:hover .pop-icon{
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }
    .gallery-thumb:hover figure img{
        opacity: 0.3;
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    .gallery-thumb .text{
        padding: 24px 25px 17px
    }
        .gallery-thumb .title{
            font-size: 18px;
            margin-bottom: 5px;
        }
        .gallery-thumb p{
            margin-bottom: 0;
        }
/*
============================================================
   Contact us Page  #Contact us Page
============================================================
*/
.map-wrap{
    float: left;
    width: 100%;
    min-height: 800px;
}
.contact-page textarea{
    min-height: 108px;
}
.contact-page .form-control{
    border-color: #e3e5ec;
}
/*
============================================================
   Event Page  #Event Page
============================================================
*/
.event-thumb{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #e7edf0;
}
.event-thumb::before{
    left: 0;
    right: 0;
    top: auto;
    height: 5px;
    width: 90px;
    content: "";
    bottom: -3px;
    margin: 0 auto;
    position: absolute;
}
    .date-thumb{
        width: 60px;
        color: #fff;
        float: left;
        height: 60px;
        padding: 3px 0 0;
        text-align: center;
    }
        .date-thumb *{
            float: left;
            width: 100%;
            line-height: 1.1;
        }
        .date-thumb b{
            font-size:30px; 
            font-weight: bold;
        }
        .date-thumb small{
            font-size:14px; 
            font-weight: bold;
        }
    .event-thumb figure .date-thumb{
        top: 20px;
        right: 0px;
        position: absolute;
    }
    .event-thumb figure::before{
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        content: "";
        position: absolute;
    }
    .event-thumb:hover figure::before{
        opacity: 0.8;
    }
    .event-thumb figure:first-child{
        padding-right:5px; 
    }
    .event-thumb figure:last-child{
        padding-right:0px; 
    }
    .event-thumb:hover figure img{
        opacity: 0.3;
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    .event-thumb .text{
        padding: 22px 0 24px;
    }
    .event-thumb .blog-meta{
        margin-bottom: 7px;
    }
    .event-thumb .title{
        margin-bottom: 15px;
    }
    .event-thumb p:last-child{
        margin-bottom: 0;
    }
/*
============================================================
   Event List Page  #Event List Page
============================================================
*/
.event-thumb-list{
    padding: 0;
    border: 1px solid #e3e5ec;
}
.event-thumb-list::before{
    top: 0;
    width: 5px;
    left: auto;
    right: -3px;
    bottom: 0px;
    height: 90px;
    margin: auto 0;
}
    .event-head{
        float: left;
        width: 100%;
        margin-bottom: 23px;
    }
    .event-head .date-thumb{
        margin-right:15px; 
    }
    .event-head .title{
        margin-bottom: 0;
    }
    .event-thumb-list figure{
        max-width: 303px;
    }
    .event-thumb-list .text{
        float: none;
        width: auto;
        overflow: hidden;
        padding:30px 30px 22px;
    }
/*
============================================================
   Event Detail Page  #Event Detail Page
============================================================
*/
.upcoming-event{
    float: left;
    width: 100%;
    margin-bottom: 23px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url(extra-images/event-timer-bg.jpg); 
}
.upcoming-event::before{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    opacity: 0.3;
    background:#000; 
    position: absolute;
}
    .upcoming-event{
        padding: 30px;
        text-align: center;
    }
    .upcoming-event .countdown{
        margin:0 -15px; 
        position: relative;
        clear:both;
        font-size: 0px;
    }
    .upcoming-event .countdown li{
        margin:0 15px -5px; 
        padding-left:15px; 
        padding-right:15px; 
        display: inline-block;
    }
/************************************************************
*   #Magnific Popup CSS 
************************************************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 14px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 14px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
   /******************************************************************
#ANIMATION
*******************************************************************/

/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
}

/* 
====== Zoom effect ======
*/
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8); 
  transform: scale(.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8); 
  transform: scale(.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Newspaper effect ======
*/
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-horizontal effect ======
*/
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all .3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all .3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-from-top effect ======
*/
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all .2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all .2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== 3d unfold ======
*/
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
  -webkit-perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
  -moz-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all .5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index:9999;
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
  -moz-transform: rotateY(60deg);
  -ms-transform: rotateY(60deg);
  -o-transform: rotateY(60deg);
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== "Hinge" close effect ======
*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
/*  MAGNIFIC END    ****************************************/