/*** fonts ***/
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.eot');
    src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Bold.woff2') format('woff2'),
        url('../fonts/Raleway-Bold.woff') format('woff'),
        url('../fonts/Raleway-Bold.ttf') format('truetype'),
        url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Light.eot');
    src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Light.woff2') format('woff2'),
        url('../fonts/Raleway-Light.woff') format('woff'),
        url('../fonts/Raleway-Light.ttf') format('truetype'),
        url('../fonts/Raleway-Light.svg#Raleway-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium.eot');
    src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Medium.woff2') format('woff2'),
        url('../fonts/Raleway-Medium.woff') format('woff'),
        url('../fonts/Raleway-Medium.ttf') format('truetype'),
        url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Italic.eot');
    src: url('../fonts/Raleway-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Italic.woff2') format('woff2'),
        url('../fonts/Raleway-Italic.woff') format('woff'),
        url('../fonts/Raleway-Italic.ttf') format('truetype'),
        url('../fonts/Raleway-Italic.svg#Raleway-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.eot');
    src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Regular.woff2') format('woff2'),
        url('../fonts/Raleway-Regular.woff') format('woff'),
        url('../fonts/Raleway-Regular.ttf') format('truetype'),
        url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Black.eot');
    src: url('../fonts/BrandonGrotesque-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Black.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Black.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Black.ttf') format('truetype'),
        url('../fonts/BrandonGrotesque-Black.svg#BrandonGrotesque-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-Medium.eot');
    src: url('../fonts/Butler-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Butler-Medium.woff2') format('woff2'),
        url('../fonts/Butler-Medium.woff') format('woff'),
        url('../fonts/Butler-Medium.ttf') format('truetype'),
        url('../fonts/Butler-Medium.svg#Butler-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*** reset style ***/
html, body, nav, a, p, h1, h2, h3, h4, h5, h6, img, ul, li{
    margin: 0;
    padding: 0;
    font-family: 'Butler';
    color: #564a3c;
}

html, body{
    overflow-x: hidden;
}

img{
    width: 100%;
}

a{
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    border: none;
    color: #fff;
    text-transform: uppercase;
    transition: all .25s ease;
}

a.general_btn:hover{
    opacity: 0.3;
}

h1{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
    color: #564a3c;
}

h2{
    font-family: 'Raleway';
    font-weight: normal;
    font-size: 26px;
    font-style: italic;
    color: #333333;
}

p{
    font-family: 'Raleway';
    color: #333333;
}

/*** popup ***/
._popup{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.75);
    z-index: 999;
}

._popup ._popup_content{
    margin: 5rem auto;
    width: 90%;
    max-width: 1200px;
}

._popup .closeX{
    position: absolute;
    line-height: 1;
    right: -1.5rem;
    font-size: 24px;
    font-family: 'Raleway';
    color: #fff;
}

._popup .btn{
    color: #fff;
    background: #000;
    padding: 0.5rem 2.5rem;
    font-size: 12px;
    letter-spacing: 3px;
    display: inline-block;
    border-radius: 2rem;
}

._popup ._popup_content.content_text{
    text-align: center;
    margin-top: 15%;
    padding: 5% 2%;
    background: #fff;
}

._popup ._popup_content.content_media{
    margin-top: 5%;
}

._popup ._popup_content.content_text h2{
    margin-bottom: 2rem;
}

._popup ._popup_content.content_media .media_holder{
    position: relative;
    padding-bottom: 47.25%;
}

._popup ._popup_content.content_media .media_holder iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

._popup ._popup_content.content_media .media_holder .img_holder{
    background-size: cover;
    background-position: center;
    padding-bottom: 57.25%;
}

/*** header ***/
header{
    text-align: center;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background-image: linear-gradient(to bottom,#ffffff,#ffffff);
    background-position: 100% 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all .25s ease-in;
}

/*** navigation ***/
nav .main_nav{
    width: 90%;
    margin: auto;
    display: block;
}

nav .main_nav a{
    margin: 0 2% 3%;
    width: 10%;
    font-size: 14px;
    color: #564a3c;
    vertical-align: middle;
    display: inline-block;
}

nav .main_nav a.logo{
    width: 11%;
    min-width: 130px;
    font-size: 0;
    margin: 0 1%;
}

nav .main_nav a.nav:hover{
    opacity: 0.3;
    padding-bottom: 1%;
}

nav .main_nav a.nav.active{
    color: #f5c21d;
}

nav .mobile_menu{
    z-index: 990;
    position: absolute;
    right: 1rem;
    top: 35%;
    width: 25px;
    height: 20px;
    display: none;
    cursor: pointer;
    vertical-align: middle;
    transition: all 0.25s ease-in;
}

nav .mobile_menu .menu_bar{
    background: #564a3c;
    transition: 0.5s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    left: 0;
}

nav .mobile_menu .menu_bar.top_menu{
    top: 0;
}

nav .mobile_menu .menu_bar.mid_menu{
    top: 8px;
}

nav .mobile_menu .menu_bar.btm_menu{
    top: 16px;
}

nav .mobile_menu .menu_bar.top_animate{
    top: 8px !important; 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav .mobile_menu .menu_bar.mid_animate{
    opacity: 0;
}

nav .mobile_menu .menu_bar.btm_animate{
    top: 8px !important; 
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

nav .mobile_menu .menu_block{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

nav .logo_mobile{
    display: none;
    vertical-align: middle;
    width: 10%;
    min-width: 130px;
    line-height: 0;
}

#signupBtn{
    position: fixed;
    right: -1rem;
    top: 80%;
    background-color: red;
    display: block;
    z-index: 9;
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    transform: rotate(270deg);
}

#signupBtn:hover{
    right: 0rem;
}

/*** footer ***/
footer{
    width: 100%;
}

footer .footer_holder{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 1rem 0;
    text-align: center;
}

.footer_holder p.footer_copyright{
    font-size: 10px;
    color: #163b65;
    font-weight: bold;
    display: inline-block;
}

/*** general ***/
.section_holder{
    width: 100%;
    padding-top: 3rem;
    text-align: center;
    position: relative;
}

.responsive_container {
    position: relative;
    padding-bottom: 56.25%;
  }
  
  .responsive_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.section_holder .content{
    width: 80%;
    margin: auto;
    max-width: 1200px;
}

/*** home ***/
#home_section{
    /* padding-top: 6.9%; */
    padding-top: 99px !important;
}

/* #home_section .banner_holder{
    position: relative;
    padding-bottom: 35%;
    width: 80%;
    margin: auto;
} */

/* #home_section .banner_holder .banner{
    background-size: 100%;
    background-position: center;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    display: block;
    text-align: center;
} */

/* #home_section .banner_holder .banner img{
    position: absolute;
    width: 27.5%;
    left: 60%;
    top: 10%;
    opacity: 0;
    transition: all .25s ease;
} */

#home_section .banner_holder .banner.active{
    
}

/* #home_section .banner_holder .banner.active img{
    left: 65%;
    opacity: 1;
} */

#home_section .banner_holder ul{
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
}

#home_section .banner_holder ul li{
    display: inline-block;
    margin: 0 0.5rem;
    width: 15px;
    cursor: pointer;
    opacity: 0.3;
    transition: all .25s ease;
}

#home_section .banner_holder ul li:hover, #home_section .banner_holder ul li.active{
    opacity: 1;
}

#home_section .banner_holder ul li img{
    width: 100%;
}

/*** about ***/
#about_section h2{
    margin: 0.5rem 0 2rem;
}
#about_section h1 + h2 + p {
    font-size: 18px;
}

#about_section .facility_holder{
    margin-top: 3rem;
}

#about_section .facility_holder h1{
    font-family: 'Raleway';
    font-weight: normal;
    font-size: 26px;
    border: 1px solid;
    border-left: none;
    border-right: none;
    padding: 0.5rem;
    display: inline-block;
    margin-bottom: 1rem;
}

#about_section .facility_holder .facility_small_holder{
    opacity: 0;
    margin-top: 3%;
    transition: all .25s ease;
}

#about_section .facility_holder .facility{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: auto;
    margin: 0 5px;
}

#about_section .facility_holder .facility img{
    display: inline-block;
    vertical-align: top;
    width: 10%;
    min-width: 100px;
}

#about_section .facility_holder .facility div{
    margin-top: 5%;
}

#about_section .facility_holder .facility div h5{
    font-family: 'Brandon Grotesque';
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 3%;
}

#about_section .facility_holder .facility div p{
    font-size: 15px;
    font-weight: 300;
}

#about_section.active .facility_holder .facility_small_holder {
	margin-top: 0;
	opacity: 1;
	/* max-width: 85%; */
    max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/*** slider ***/
#slider_section{
    padding-bottom: 30%;
    margin-top: 3rem;
    padding-top: 0;
    background-color: #f6c31d;
}

#slider_section .slider{
    position: absolute;
    width: 100%;
    text-align: left;
}

#slider_section .slider .slider_img{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: 5%;
    padding-bottom: 30%;
    background-size: cover;
    background-position: center;
}

#slider_section .slider .slider_cont{
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    text-align: center;
}

#slider_section .slider .slider_cont img.icon{
    width: 40%;
    min-width: 50px;
    margin: 0 auto 3%;
}

#slider_section .slider .slider_cont h1, #plan_section .half_plan .plan_cont h1{
    font-size: 1.9vw;
    text-transform: none;
}

#slider_section .slider .slider_cont h2, #plan_section .half_plan .plan_cont h2{
    font-size: 1.4vw;
}

#slider_section .slider .slider_cont p{
    margin-top: 3%;
    width: 70%;
    display: inline-block;
}

#slider_section .slider_indi_holder, #plan_section .slider_indi_holder{
    text-align: center;
    position: absolute;
    width: 40%;
    top: 85%;
}

#slider_section .slider_indi_holder a, #plan_section .slider_indi_holder a{
    display: inline-block;
    min-width: 30px;
    margin: 0 1%;
    width: 6%;
}

#slider_section .slider_indi_holder a#slide_right img, #plan_section .slider_indi_holder a#tplan_right img, #plan_section .slider_indi_holder a#siteplan_right img, #plan_section .slider_indi_holder a#fplan_right img{
    transform: rotate(180deg);
}

#slider_section .slider_indi_holder a img, #plan_section .slider_indi_holder a img{
    width: 70%;
}

#slider_section .slider_indi_holder a:hover, #plan_section .slider_indi_holder a:hover{
    opacity: 0.3;
}

/*** Gallery ***/
#gallery_section{
    padding-top: 0;
    /* background-image: url('../images/bg_gallery.png'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.25s ease-in;
    padding-bottom: 3rem;
}

#gallery_section .img_holder{
    margin: 2rem auto 1rem;
    padding-bottom: 70%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#gallery_section ul{
    margin: 1% 0;
}

#gallery_section ul li{
    width: 18%;
    margin: 0 1% 1%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.25s ease-in;
}

#gallery_section ul li:first-child, #gallery_section ul li:nth-child(5n+6){
    margin-left: 0;
}

#gallery_section ul li:nth-child(5n+5){
    margin-right: 0;
}

#gallery_section ul li:hover{
    opacity: 0.3;
}

#gallery_section.active{
    opacity: 1;
}

#myCarousel .carousel-indicators li {
    width: 60px;
    height: 8px;
    border-radius: 0;
    background: #adaba882;
    border-color: #adaba882;
}
#myCarousel .carousel-indicators .active {
     width: 60px;
    height: 8px;
    border-radius: 0;
    border-color: #fff;
    background-color: #fff;

}
#myCarousel2 .carousel-control {
    color: #636363;
}

/*** plan ***/
#plan_section, #top_plan_section{
    padding-top: 0;
}

#plan_section .half_plan{
   /* padding-bottom: 30%;*/
    opacity: 0;
    transition: all 0.25s ease-in;
}

#plan_section .plan{
    position: absolute;
    width: 100%;
    text-align: left;
    background-color: #f6c31d;
}

#plan_section .plan .plan_img{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: 5%;
    padding-bottom: 30%;
    background-size: cover;
    background-position: center;
}

#plan_section .plan.tplan .plan_img{
    cursor: pointer;
}

#plan_section .plan .plan_cont{
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding: 3% 0 0;
    text-align: left;
}

#plan_section .plan .plan_cont ul{
    margin: 3% 0 0;
    vertical-align: top;
    display: inline-block;
    margin-right: 10%;
}

#plan_section .plan .plan_cont ul:nth-child(4){
    margin-right: 0;
}

#plan_section .plan .plan_cont ul li{
    display: block;
    margin-bottom: 5px;
}

#plan_section .plan .plan_cont ul li p{
    font-size: 1vw;
}

#plan_section .full_plan{
    padding-bottom: 55%;
}

#plan_section .full_plan .plan{
    background-color: rgba(245,194,29,0.1);
}

#plan_section .full_plan .plan .plan_img{
    width: 100%;
    margin-right: 0;
    padding-bottom: 55%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#plan_section .full_plan .slider_indi_holder{
    position: absolute;
    top: 82%;
    width: 100%;
    margin: 4% auto 0;
    text-align: center;
}

#plan_section .full_plan .slider_indi_holder a{
    width: 2.5%;
    margin: 0 0.3%;
}

#plan_section .plan .plan_cont .plan_img2{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-bottom: 48%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
}

#plan_section.active .half_plan{
    opacity: 1;
}

/*** location & virtual ***/
#location_section, #virtual_section{
    background-color: rgba(245,194,29,0.1);
}

#location_section .google_map_holder, #virtual_section .tour_holder{
    position: relative;
    width: 100%;
    margin: 3% auto;
    padding-bottom: 35%;
}

#location_section .google_map_holder iframe, #virtual_section .tour_holder iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#virtual_section .tour_holder iframe{
    top: 30%;
    opacity: 0;
    transition: all 0.25s ease-in;
}

#location_section .direc_holder{
    margin: 2rem auto 0;
    padding-bottom: 3rem;
}

#location_section .direc_holder ul{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-right: 3%;
    text-align: left;
}

#location_section .direc_holder ul:last-child{
    margin-right: 0;
}

#location_section .direc_holder ul li{
    display: block;
    margin-bottom: 3%;
}

#location_section .direc_holder ul ol{
    list-style-type: decimal;
    display: list-item;
    padding-left: 2%;
    font-family: 'Raleway';
    font-size: 16px;
    margin-left: 1.1rem;
    margin-bottom: 3%;
}

#location_section .direc_holder ul li img{
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    margin-right: 2%;
}

#location_section .direc_holder ul li h5{
    display: inline-block;
    vertical-align: middle;
    font-family: 'Raleway';
    font-size: 16px;
}

#virtual_section .tour_holder{
    margin: 3% auto 0;
}

#virtual_section.active .tour_holder iframe{
    top: 0;
    opacity: 1;
}
#vsg_section iframe {
    border: 1px solid #000;
}
.mobile_show {
    display: none !important;
}
/*** register ***/
#registration_section{
    background-image: url('../images/bg_register_2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 5%;
    padding-top: 0;
}

#registration_section .logo_register{
    width: 20%;
    min-width: 150px;
    margin: 0 auto 3%;
}

#registration_section h1{
    text-transform: none;
}

#registration_section .register_form{
    margin: 5% auto 0;
    text-align: left;
    width: 50%;
}

.register_form .fill_holder{
    padding-bottom: 5px;
    margin-bottom: 5px;
    width: 100%;
    letter-spacing: 1px;
    border-bottom: 1px solid #000;
}

.register_form .fill_holder:nth-child(7), .register_form .fill_holder:nth-child(9){
    border: none;
}

.register_form .fill_holder:nth-child(9){
    text-align: center;
}

.register_form .fill_holder .form_input{
    resize: none;
    display: inline-block;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.register_form .fill_holder .form_input:focus{
    outline: none;
}

.register_form .err_msg{
    color: red;
    font-size: 12px;
    opacity: 0;
    margin-bottom: 1rem;
}

.register_form .fill_holder .form_input[type=checkbox]{
    width: 15px;
    height: 15px;
    margin: 0;
    margin-right: 1%;
}

.register_form .fill_holder .fill_checkbox_title{
    font-size: 12px;
    width: 94%;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
}

.register_form .fill_holder #submitBtn{
    color: #564a3c;
    background: #f5c21d;
    padding: 0.5rem 2.5rem;
    font-size: 12px;
    font-family: 'Raleway';
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 2rem;
}

/*** contact ***/
#contact_section .logo_mkh{
    display: inline-block;
    width: 4.5%;
    min-width: 70px;
    margin-right: 2%;
    vertical-align: middle;
}

#contact_section .contact_right{
    display: inline-block;
    width: 62%;
    text-align: left;
    vertical-align: middle;
}

#contact_section .contact_right .info1{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-right: 2%;
    padding-right: 1%;
    border-right: 1px solid rgba(0,0,0,0.3);
}

#contact_section .contact_right .info2{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-right: 2%;
    padding-right: 1%;
    border-right: 1px solid rgba(0,0,0,0.3);
}

#contact_section .contact_right .info3{
    display: inline-block;
    vertical-align: top;
    width: 42%;
}

#contact_section .contact_right .info1 p{
    font-size: 0.8vw;
}

#contact_section .contact_right .info1 p.note{
    font-size: 0.6vw;
}

#contact_section .contact_right .info1 p span{
    font-size: 0.8vw;
    margin-right: 5%;
}

#contact_section .contact_right .info1 h5{
    text-transform: uppercase;
    font-size: 1vw;
    color: #163b65;
    font-family: 'Raleway';
    font-weight: bold;
}

#contact_section .contact_right .info1 h5 span{
    text-transform: none;
    color: #000;
    font-size: 14px;
}

#contact_section .contact_right .info2 h3{
    font-size: 1.1vw;
    color: #163b65;
    font-family: 'Raleway';
    font-weight: bold;
}

#contact_section .contact_right .info2 h4{
    font-size: 1.2vw;
    color: #163b65;
    font-family: 'Raleway';
    font-weight: lighter;
}

#contact_section .contact_right .info2 img{
    width: 50%;
    margin-top: 2%;
}

#contact_section .contact_right .info3 h1{
    font-size: 1.8vw;
    margin-bottom: 5%;
}

#contact_section .contact_right .info3 h3{
    font-size: 1.4vw;
    color: #163b65;
    font-family: 'Raleway';
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

#contact_section .contact_right .info3 a{
    display: inline-block;
    vertical-align: middle;
    width: 8%;
    /* margin-left: 3%; */
    margin-right: 3%;
    font-size: 0;
}

#contact_section p.disclaimer{
    margin: 3% auto 1%;
    width: 60%;
    font-size: 10px;
    color: #163b65;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  /* width: 80%;
  max-width: 900px; */
	max-height: 700px;
	object-fit: contain;
    width: auto;
    max-width: 100%;
  
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.modal>.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.modal>.close:hover,
.modal>.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.owl-carousel{
	z-index: 0!important;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 90%;
		max-height: 700px;
		object-fit: contain;
  }
}

