@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&subset=latin-ext');
/* //////////////////////////////Custom Re:ply css///////////////////// */


/* -----------Re:ply---------- Font size, Font weight, Font color --------Re:ply------*/
body {

}

body , h1 , h2 , h3 , h4 , h5 , p , span {
    font-family: "Playfair Display";
}
p{
    font-family: "Roboto Slab";
    font-weight: 100;
}
a{
    font-family: "Playfair Display"!important;
    color: #fff!important;
}
button, button span {
    font-family: "Playfair Display"!important;
}
.no-pad{
    padding-left: 0px;
    padding-right: 0px;
}
.no-mar{
    margin-left: 0px!important;
    margin-right: 0px!important;
}


/* -----------Re:ply---------- Padding and Margin  -----------Re:ply-----------   */



.float-left {
    float: left; 
}
.float-right {
    float: right; 
}
.img-resize {
    max-width: 100%;
}

/* -----------Re:ply---------- Custom items  -----------Re:ply---------- */




.cal_button {
	cursor:pointer;
}

.modal-wrap , .modal-wrap2{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 4000;
    background: rgba(0,0,0,0.2);
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-radius: 3px;
}
.modal-wrap2 {
    background: none;
}

.modal-block {
    visibility: visible;
    opacity: 1;
    border-radius: 12px;
    transition: 0.5s;
}
.modal-box {
    width: 750px;
    height: 380px;
    display: block;
    position: relative;
    background: rgba(255,255,255,1);
    margin: 90px auto 0px auto;
    border-top: 5px solid rgba(109,180,58, 1);
    border-top: 5px solid #ededed;
    outline: 9px solid rgba(255,255,255,0.7);
    padding: 13px 26px;
}
.modal-close {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    border: 1px solid rgb(70, 104, 155);
    background: rgb(70, 104, 155);
    border-radius: 8px;
    cursor: pointer;
    padding: 5px 6px 3px 8px;
    font-size: 18px;
    line-height: 0.7;
    color: #fff;
}
.modal-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 12px;
    color: #747474;
}

.modal-label {
    width: 37%;
    height: 40px;
    display: inline-block;
    float: left;
    padding: 4px 24px 0px 10px;
    font-size: 12px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.03);
}













.navbar-design {
    width: 100%;
    height: 121px;
    background: rgba(255,255,255,1)!important;
    margin: 0px;
    position: fixed;
    top: 0px;
    padding: 0px 12px 0px 12px;
    z-index: 1000;
    box-shadow: 0px 5px 9px rgba(0,0,0,0.09);
    transition: 0.2s;
    -webikit-transition: 0.2s;
    -moz-transition: 0.2s;
}
.navbar-design2 {
    width: 100%;
    height: 94px;
    background: rgba(255,255,255,0.75)!important;
    margin: 0px;
    position: fixed;
    top: 0px;
    padding: 0px 12px 0px 12px;
    z-index: 1000;
    box-shadow: 0px 5px 9px rgba(0,0,0,0.09);
    transition: 0.2s;
    -webikit-transition: 0.2s;
    -moz-transition: 0.2s;
}

.des-nav {
    margin-top: 0px;
    transition: 0.2s;
    -webikit-transition: 0.2s;
    -moz-transition: 0.2s;
}
.des-nav2 {
    margin-top: 8px;
    transition: 0.2s;
    -webikit-transition: 0.2s;
    -moz-transition: 0.2s;
}
.vertical-center {
    margin: 20px 0px 28px 0px;

}
.vertical-center2 {
    padding: 0px 0px 0px 0px;
    height: 100%;
}
.vertical-center3 {
    margin: 32px 12px 0px 0px;
}

.brand-img {
    width: 95px;
    height: auto;
    transition: 0.2s;
    -webikit-transition: 0.2s;
    -moz-transition: 0.2s;
    z-index: 5000;
}
.brand-img2 {
    width: 100px;
    height: auto;
    transition: 0.2s;
    -webikit-transition: 0.2s;
    -moz-transition: 0.2s;
    z-index: 5000;
}

.menu-link {
    font-family: "Playfair Display";
    z-index: 2000;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    letter-spacing: -0.5px;
    padding:19px 16px 16px 16px !important;
    display: inline-block;
    float: right;
    color: #fff!important;
    text-transform: uppercase;
    transition: 0.5s;
}
.menu-link:hover{
    color: #193852!important;
    background: rgba(255,255,255,0.85)!important;
    transition: 0.3s;
}
.menu-link:nth-child(2) {
    padding:19px 0px 16px 16px !important;
}
.menu-active{
    border-top: 5px solid rgba(255,255,255, 0.5);
    padding:19px 16px 16px 16px !important;
}

.navbar-nav {
    margin: 0px 1px;
}




.logo-box{
    padding:32px 0px;
    max-width: 178px;
    height: auto;
    display: block;
    float: left;
}
.navbar-nav>li {
    margin-top: -1px;
}




@keyframes alo {
    from{background: rgba(255,255,255,1)}
    to{background: rgba(255,255,255,0)}
}
.home-flash {
    width: 100%;
    height: 100%;
    display: block;
    animation-name: alo;
    animation-duration: 0.6s;
    animation-timing-function: ease-in;
}
    

.hero-home {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../img/hero-bg1.jpg);
    background-size: cover;
    display: block;
    padding: 0px;
}

.hero-home.gallery {
    height: 590px;
    background: url(../img/hero-bg2.jpg);
}
.hero-home.details {
    height: 590px;
    background: url(../img/hero-bg3.jpg);
}
.top-button{
    width: 160px;
    height: 59px;
    display: inline-block;
    float: left;
    margin: 1px 1px 0px 0px;
    padding: 18px 0px 0px 22px;
    background: rgba(255,255,255, 0.4);
    background: #337ab7;
    outline: none;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none!important;
    transition: linear 0.2s;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
}
.top-button:hover{
    background: rgba(157, 187, 223, 0.9);
    transition: linear 0.3s;
    -webkit-transition: linear 0.3s;
    -moz-transition: linear 0.3s;
}
.top-button img , .footer-button img {
    margin: 0px 8px 0px 0px;
}

.footer-button {
    
}

.flag-button {
    width: 21px;
    height: 14px;
    display: inline-block;
    float: right;
    margin: 18px 1px 0px 12px;
    padding: 0px;
    outline: 2px solid rgba(255,255,255,0.3);
    border: none;
    background: none;
    transition: linear 0.1s;
    -webkit-transition: linear 0.1s;
    -moz-transition: linear 0.1s;
}

.flag-button img{
    margin: 0px;
    padding: 0px;
    float: left;
    opacity: 0.5;
}
.flag-button.cro img{
    opacity: 1;
}


.home-title-box {
    width: 642px;
    height: auto;
    display: block;
    margin: 307px auto 307px auto;
    padding: 27px 0px 24px 0px;
    border: 8px solid #efefef;
    background: rgba(88,130, 193, 0.85);
}
.home-title-box h2{
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fefefe;
    line-height: 1.1;
    margin: 0px;
}
.home-title-box h3{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fefefe;
    line-height: 1.1;
    margin: 0px;
}


.main-menu {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 55px;
    background: rgba(157, 187, 223, 0.91);
    display: block;
    margin: 0px;
}




.title-left , .title-gallery{
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: rgba(88,130, 193, 1);
    line-height: 1.1;
    margin: 320px 0px 310px 0px;
    padding: 0px;
}
.about-p {
    font-size: 28px;
    text-align: left;
    color: #b1b3b5;
    line-height: 1.35;
    margin: 280px 0px 200px 0px;
}





.photogallery-main-box {
    width: 780px;
    height: 780px;
    background:url(../img/luxury-villa-greta-at-night.jpg);
    background-size: cover;
    position: relative;
    margin: 98px 0px 0px 0px;
}
.photogallery-main-box div{
    width: 440px;
    height: 460px;
    display: block;
    background: rgba(157, 187, 223, 1);
    position: absolute;
    top: 70px;
    right: -280px;
    padding: 0px 52px 10px 52px;
}
.photogallery-main-box div h2{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    padding: 62px 0px 12px 0px;
}
.photogallery-main-box div p{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    padding: 18px 0px;
}
.photogallery-main-box div a{
    font-family: "Roboto slab"!important;
    width: 188px;
    height: auto;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff!important;
    border:2px solid #fff;
    text-align: center;
    padding: 10px 22px;
    margin: 0px;
}
.photogallery-main-box div a:hover{
    background: #4d729f;
    transition: 0.3s;
}







.photogallery-section {
    width: 100%;
    height: auto;
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.photogallery-section a {
    width:24.92%;
    height: auto;
    display: inline-block;
    float: left;
    margin: 0px 0px 1px 1px;
}
.photogallery-section a img{
    width:100%;
}

.photogallery-section div.btn-box {
    width: 290px;
    height: 1px;
    display: block;
    margin: 0 auto;
    float: none;
    clear: right;
    position: relative;
}
.photogallery-section div.btn-box > a{
    position: absolute;
    width: 289px;
    height: auto;
    display: block;
    top: 210px;
    left: 0px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #fefefe!important;
    text-align: center;
    padding: 24px 0px;
    background: rgba(126,158, 206, 1);
    border: 2px solid #fff;
    transition: linear 0.25s;
}
.photogallery-section div.btn-box a:hover{
    background: rgba(255,255, 255, 0.85);
    border: 2px solid rgba(88,130, 193, 1);
    color: rgba(88,130, 193, 1)!important;
    transition: linear 0.25s;
}
.spacer {
    width: 100%;
    height: 200px;
    display: block;
    float: left;
}






.numbers-icon-box {
    width: 20%;
    height: 200px;
    display: inline-block;
    margin: 0px 0px 38px 0px;
    padding: 96px 0px 0px 0px;
    float: left;
    font-size: 36px;
    font-weight: 700;
    color: rgba(88,130, 193, 1);
    text-align: center;
    line-height: 1.1;
}
.numbers-icon-box h5{
    margin: 0px;
    color: #747474;
    font-size: 16px;
    font-weight: 700;
}
.icon-p , .icon-p2 {
    font-size: 28px;
    text-align: left;
    color: #b1b3b5;
    line-height: 1.35;
    padding: 0px 18px 0px 0px;
    text-align: justify;
    margin: 90px 0px;
}
.icon-p2 {
    padding: 0px 18px 0px 60px;
}





.info-main-box {
    width: 100%;
    height: 480px;
    background:url(../img/luxury-villa-greta-spacy-and-comfortable-interior.jpg);
    background-size: cover;
    position: relative;
    margin: 58px 0px 0px 0px;
}
.info-main-box div{
    width: 440px;
    height: 360px;
    display: block;
    background: rgba(157, 187, 223, 1);
    position: absolute;
    top: -60px;
    left: 70px;
    padding: 0px 52px 10px 52px;
}
.info-main-box div h2{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    padding: 32px 0px 12px 0px;
}
.info-main-box div p{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    padding: 18px 0px;
}
.info-main-box div a{
    font-family: "Roboto slab"!important;
    width: 188px;
    height: auto;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff!important;
    border:2px solid #fff;
    text-align: center;
    padding: 10px 22px;
    margin: 0 auto;
}
.info-main-box div a:hover{
    background: #fff;
    transition: 0.3s;
}












.distance-box {
    width: 24.7%;
    height: auto;
    display: inline-block;
    text-align: left;
    margin: 88px 0px 80px 0px;
}
.distance-box img {
    float: left;
    margin: 0px 36px 0px 0px;
}
.distance-box.city{
   padding: 0px 0px 0px 18px;
}
.distance-box.city img {
    float: left;
    margin: 0px 12px 0px 0px;
}
.distance-box h4 {
    font-size: 30px;
    font-weight: 700;
    color: rgba(88,130, 193, 1);
    line-height: 1.1;
    margin: 0px;
}
.distance-box h5 {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin: 0px;
    color: #747474;
}
.distance-box a , a.btn-gal-det {
    width: 100%;
    height: auto;
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: rgba(126,158, 206, 1)!important;
    text-align: center;
    padding: 24px 0px;
    background: rgba(126,158, 206, 0);
    border: 2px solid rgba(126,158, 206, 1);
    transition: linear 0.25s;
}
.distance-box a:hover , a.btn-gal-det:hover{
    background: #4d729f;
    border: 2px solid rgba(126,158, 206, 1);
    color: #fff!important;
    transition: linear 0.25s;
}







.list-section {
    width: 100%;
    height: 554px;
    display: block;
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
}
.list-relative {
    position: relative;
    padding: 108px 0px 0px 170px;
}
.list-relative .list-img1 {
    width: 607px;
    height: 629px;
    display: block;
    position: absolute;
    top: 0px;
    left: -60%;
    background: url("../img/list-detail-img1.jpg");
    z-index: 0;
}
.list-relative .list-img2 {
    width: 255px;
    height: 627px;
    display: block;
    position: absolute;
    top: 0px;
    right: -367px;
    background: url("../img/list-detail-img2.jpg");
    z-index: 0;
}

ul.list-ul {
    z-index: 3000;
    width: 32%;
    height: 599px;
    display: inline-block;
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
ul.list-ul.ul3 {
    z-index: 3000;
    width: 22%;
    height: 599px;
    display: inline-block;
    float: left;
    margin: 0px 0px 0px 90px;
    padding: 0px 0px 0px 0px;
}

ul.list-ul li {
    font-size: 18px;
    font-weight: 400;
    color: #868686;
    list-style: url(../img/list-style.jpg);
    padding: 2px 0px;
}


/*
rgba(126,158, 206, 1)  - box
rgba(88,130, 193, 1)   - titles
*/


.video-p p {
    font-size: 28px;
    text-align: left;
    color: #b1b3b5;
    line-height: 1.35;
    margin: 15px 0px 0px 0px;
    padding: 0px 80px 0px 0px;
    text-align: justify;
}
.video-p p span{
    font-family: "Playfair Display";
    color: rgba(88,130, 193, 1);
}



.video-p {
    position: relative;
    margin: 71px 0px 146px 0px;
}
.video-youtube {
    width: 780px;
    height: 442px;
    display: block;
    border: 8px solid #d6d6d6;
    margin: 80px 0px 78px 0px;
    float: right;
}
.video-p div{
    width: 440px;
    height: 360px;
    display: block;
    background: rgba(157, 187, 223, 1);
    position: absolute;
    left: 0px;
    bottom: 60px;
    padding: 0px 62px 10px 52px;
    z-index: -100;
}
.video-p div h2{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    padding: 32px 0px 12px 0px;
}
.video-p div p{
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    padding: 18px 0px;
}






.footer-design {
    width: 100%;
    height: 236px;
    display: block;
    background: rgba(157, 187, 223, 1);
    padding: 78px 0px 0px 0px;
    float: right;
}
.footer-text {
    color: #fefefe;
}
.footer-button{
    width: 160px;
    height: 59px;
    display: inline-block;
    float: left;
    padding: 18px 0px 0px 22px;
    outline: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin: 22px 1px 0px 0px;
    background: rgba(255,255,255,0);
    border: 2px solid #fefefe;
    text-decoration: none!important;
    transition: linear 0.2s;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    
}
.footer-button:hover {
    background: #337ab7;
}
.footer-button:nth-child(2) {
    float: right;
}
.footer-button span{
    position: absolute;
    top: -22px;
    left: 0px;
    text-align: left;
    text-transform: none;
}




.footer-logo {
    margin: 15px 0px 0px 0px;
}








.hero-home.gallery div.home-title-box , .hero-home.details div.home-title-box{
    margin: 140px auto 0px auto;
}
h2.title-gallery {
    margin: 85px 0px 55px 0px;
    float: left;
}






.distance-bg , .numbers-bg {
    background: #f7f7f7;
}
.distance-container div.distance-box{
    width: 32%;
    padding-left: 10%;
}
.numbers-bg {
   margin: 36px 0px 36px 0px; 
}
.title-details {
    margin: 100px 0px 50px 0px!important;
}
.title-details2 , .title-details3{
    margin: 60px 0px 0px 0px!important;
}
.title-details3 {
    font-size: 30px;
    color: #b6b6b6;
}
a.btn-gal-det {
    width: 280px;
    margin: 60px 0px;
}








#map.map {
    width: 50%;
    height: 90vh;
    display: inline-block;
    float: left;
}
.form-box {
    width: 49%;
    margin: 25px 0px 0px 0px;
    padding: 0px 10%;
    display: inline-block;
    float: left;
}
.input-design {
    width: 80%;
    height: 52px;
    display: block;
    border: 1px solid #333333;
    border-radius: 3px;
    font-size: 22px;
    margin: 0px auto;
}
.input-area-design {
    width: 80%;
    height: 320px;
    display: block;
    border: 1px solid #333333;
    border-radius: 3px;
    font-size: 22px;
    margin: 0px auto;
}

.form-button {
    width: 80%;
    height: auto;
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #fefefe!important;
    text-align: center;
    padding: 24px 0px;
    background: rgba(126,158, 206, 1);
    margin: 12px auto;
    border: 2px solid #fff;
    transition: linear 0.25s;
}
.form-button:hover{
    background: rgba(126,158, 206, 0);
    border: 2px solid rgba(126,158, 206, 1);
    color: rgba(126,158, 206, 1)!important;
    transition: linear 0.25s;
}

.form-box h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(88,130, 193, 1);
    line-height: 1.1;
    margin: 38px 0px 0px 0px;
}

.form-box label{
    margin: 8px 0px 0px 0px;
    padding: 0px 10%;
    color: #333333;
}







@keyframes video-animacija {
    from {background: rgba(255,255,255, 0.35)}
    to {background: rgba(255,255,255, 0.80)}
}
.video-bg{
    width: 100%;
    height: 100%;
    display: block;
    animation-name: video-animacija;
    animation-duration: 1.5s;
    background: rgba(255,255,255, 0.80);
}
.video-full {
    height: 100vh;
}
.video-youtube-full {
    width: 70%;
    height: 80%;
    display: block;
    border: 12px solid rgba(255,255,255, 0.1);
    margin: 20px auto 0px auto;
}





table.cal_table {
    border: none!important;
}
table.cal_table table {
    border: none!important;
}

#modal_content div:nth-last-child(1) table tbody tr{
    
}
.table-separator {
    width: 100%;
    height: 32px;
    display: block;
}

/* /////// Tablet , wide 1199px VERSION ///////////////////////////////////////////////// */
/* /////// Tablet , wide ///////////////////////////////////////////////// */
/* /////// Tablet , wide ///////////////////////////////////////////////// */
/* /////// Tablet , wide ///////////////////////////////////////////////// */
/* /////// Tablet , wide ///////////////////////////////////////////////// */


@media (max-width: 1199px) {
    
}






/* /////// Tablet , Mobile wide 992px VERSION ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */
/* /////// Tablet , Mobile wide ///////////////////////////////////////////////// */


@media (max-width: 992px) { 
    
}


/* /////// TABLET VERSION 767px ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */
/* /////// TABLET VERSION ///////////////////////////////////////////////// */





@media (max-width: 767px) { 
     
}





/* /////// MOBILE VERSION 576px ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */
/* /////// MOBILE VERSION ///////////////////////////////////////////////// */





@media (max-width: 767px) { 
    
.hero-home {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../img/hero-bg1.jpg);
    background-size: cover;
    background-position: 46% 0;
    display: block;
    padding: 0px;
}    
    
    
.home-title-box {
    width: 90%;
    margin: 45% auto 0px auto;
}
.home-title-box h2{
    font-size: 36px;
}
.home-title-box h3{
    font-size: 14px;
}
.top-button , .flag-button {
    display: none;
}

    
/*                              bootstrap nav customized */
.main-menu {
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 3000;
}
    
ul#ulNavbar li {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}
ul#ulNavbar li a{
    color: #193852!important;
    text-align: center;
    float: none;
}
.menu-link {
    padding: 19px 12px !important;
}
   .navbar-nav>li>a {
    line-height: 28px;
} 
    
    
    .main-menu {
        height:56px;
    }
    .hamburger-design {
        height: auto;
    }    
    
.hamburger-ul {
    width: 100%;
    height: 100vh;
    background: rgba(157, 187, 223, 1);
}
.hamburger-black {
    margin: 0px 0px;
}
.brand-img {
    margin: 0px 0px 0px 15px;
}
.hamburger-black:active > .icon-bar {
    background: #fff;
}
.icon-bar {
    background: rgba(0,0, 0, 0.5)!important;
}
    .navbar-toggle {
            padding: 19px 35px;
    }
    
 /*                               bootstrap nav customized */   
    
    
    
    
    
.title-left{
    font-size: 22px;
    margin: 40px 0px 20px 0px;
    padding: 0px 24px;
}
.about-p {
    font-size: 18px;
    margin: 0px 0px 65px 0px;
    padding: 0px 22px;
}

.photogallery-section {
    width: 100%;
    height: auto;
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    float: left;
}    
    
    
    
    
    .photogallery-main-box {
        width: 100%;
        height: 350px;
        margin: 136px 0px 0px 0px;
    }   
    .photogallery-main-box div {
        width: 88%;
        height: 259px;
        top: -117px;
        right: 10px;
        padding: 0px 12px 10px 25px;
    }
    
    .photogallery-main-box div h2 {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        text-align: left;
        padding: 0px 0px 5px 0px;
    }
    .photogallery-main-box div p {
    font-size: 14px;
    padding: 0px 0px 8px 0px;
    }
    
    
    
    .info-main-box {
    width: 100%;
    height: 203px;
    margin: 28px 0px 157px 0px;
    }
    
    .info-main-box div {
    width: 77%;
    height: 200px;
    bottom: -141px;
    top: auto;
    left: 20px;
    right: auto;
    padding: 0px 18px 10px 22px;
}
    
    .info-main-box div h2 {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        text-align: left;
        padding: 0px 0px 5px 0px;
    }
    .info-main-box div p {
        font-size: 14px;
        padding: 0px 0px 8px 0px;
    }
    
    
    .video-p {
    position: relative;
    margin: 175px 0px 0px 0px;
    }
    .video-p div {
        width: 100%;
        height: 160px;
        display: block;
        background: rgba(157, 187, 223, 1);
        position: absolute;
        left: 0px;
        bottom: 0px;
        top: -120px;
        padding: 0px 18px 10px 12px;
        z-index: -100;
    }
    .video-p div h2 {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        text-align: left;
        padding: 0px 0px 5px 0px;
        margin: 18px 0px 18px 0px;
    }
    .video-p div p {
        font-size: 14px;
        padding: 0px 0px 8px 0px;
    }
    
    
    
    
    
    
.photogallery-section div {
    width:49.20%;
    float: left;
    overflow: hidden;
}
.photogallery-section a {
    width:33.3%;
    height: auto;
    display: inline;
    float: left;
    margin: 0px 0px 0px 0px;
}
.photogallery-section a:nth-last-child(1) , .photogallery-section a:nth-last-child(2) {
    width:50%;
    height: auto;
    display: inline-block;
    float: left;
    margin: 0px 0px 0px 0px;
}
.photogallery-section div img{
    width:100%;
}
.photogallery-section div.btn-box {
    width: 220px;
    height: 1px;
    display: block;
    margin: 0 auto;
    float: none;
    clear: right;
    overflow: visible;
}
.photogallery-section div.btn-box > a{
    position: absolute;
    width: 220px;
    height: auto;
    display: block;
    margin: 0 auto;
    top: 50px;
    left: 0px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fefefe!important;
    text-align: center;
    padding: 24px 0px;
    background: rgba(126,158, 206, 1);
    border: 2px solid #fff;
    transition: linear 0.25s;
}     
.icon-p , .icon-p2 {
    font-size: 18px;
    margin: 0px 0px 45px 0px;
    padding: 0px 22px;
}    
.numbers-icon-box {
    width: 50%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 16px 0px 16px 0px;

}
.numbers-icon-box h5{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.numbers-icon-box:nth-child(3) , .numbers-icon-box:nth-child(4) , .numbers-icon-box:nth-child(5) {
    width: 33%;
    padding:16px 0;
}
    
    .distance-bg {
        padding: 14px 0px 0px 0px;
    }    
.distance-box {
    width: 80%;
    height: auto;
    display: block;
    text-align: left;
    margin: 16px auto 16px auto;
}
.distance-box.city{
    width: 49%;
    height: auto;
    display: inline-block;
    text-align: left;
    margin: 24px 0px 16px 0px;
} 
.distance-box:nth-child(4) {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: left;
    margin: 40px 0px 20px 0px;
}
.distance-box img {
    float: left;
    margin: 0px 10px 0px 0px;
}
.distance-box.city h4 {
    font-size: 22px;
    font-weight: 700;
    color: rgba(88,130, 193, 1);
    line-height: 1.1;
    margin: 0px;
}
    

.list-section {
    width: 100%;
    height: auto;
    display: block;
    background: url("../img/mobile-list-bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 18px 0px;
}
.list-relative .list-img1 {
    display: none;
}
.list-relative .list-img2 {
    display: none;
}

ul.list-ul {
    z-index: 3000;
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 30%;
}
ul.list-ul.ul3 {
    z-index: 3000;
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 30%;
}

ul.list-ul li {
    font-size: 18px;
    padding: 2px 0px;
}    
.list-relative {
    position: relative;
    padding: 0px 0px 0px 0px;
}   
    
    
    
    .title-details , .title-details2 {
        margin: 20px 0px 0px 0px!important;
        margin-bottom: 0px;
    }
    .title-details3 {
        margin: 20px 0px 0px 0px!important;
    }
    a.btn-gal-det {
        width: 280px;
        margin: 32px 0px;
    }
    

.video-p h2{
    font-size: 36px;
    margin: 40px 0px 20px 0px;
    padding: 0px 12px;
}
.video-p p {
    font-size: 18px;
    margin: 0px 0px 35px 0px;
    padding: 0px 12px;
}    

    
.video-youtube {
    width: 100%;
    height: 320px;
    display: block;
    border: 8px solid #d6d6d6;
    margin: 18px auto 36px auto;
}
.video-youtube-full {
    width: 92%;
    height: 73%;
    display: block;
    border: 8px solid rgba(255,255,255, 0.1);
    margin: 25% auto 0px auto;
}    
    
    
    
    
    
    
    .hero-home.gallery {
    height: 390px;
    background: url(../img/hero-bg2.jpg);
        background-size: auto 100%;
        background-repeat:no-repeat;
        background-position: 35% 0%;
    }
    .hero-home.details {
    height: 335px;
    background: url(../img/hero-bg3.jpg);
        background-size: auto 100%;
        background-repeat:no-repeat;
        background-position: 35% 0%;
    }
  
    .hero-home.gallery div.home-title-box, .hero-home.details div.home-title-box {
    margin: 130px auto 0px auto;
    }
    .hero-home.gallery div.home-title-box h2{
        font-size: 28px;
    }
    
    
    
    
    
    
    
    
    
    
.footer-design {
    width: 100%;
    height: auto;
    display: block;
    padding: 58px 12px 18px 12px;
    float: right;
}
.footer-logo{
    width: 155px;
    height: 55px;
    display: block;
    margin: 15px auto;
}
.footer-text {
    color: #fefefe;
    text-align: center;
    margin: 26px auto;
}
.footer-button{
    position: relative;
    margin: 22px auto;
    display: block;
    float: none;
}
.footer-button:nth-child(2) {
    float: none;
    position: relative;
    margin: 42px auto 22px auto;
    display: block;
}
.footer-button span{
    position: absolute;
    top: -22px;
    left: 0px;
    text-align: left;
    text-transform: none;
}    
    
    
#map.map {
    width: 100%;
    height: 296px;
    display: block;
}    

    
    
    
    .modal-box {
        width: 100%!important;
    }   

    .td-class {
        width: 0px!important;
    }
    #calendar_id tr > td:nth-child(2){
        display: none;
    }
    #calendar_id tr > td:nth-child(3){
        display: none;
    }    
    
    
    .modal-title {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        margin: 12px;
        color: #747474;
}
    
    
    
    
    .form-box {
    width: 100%;
    padding: 0px;
    }
    .form-box h2 {
    font-size: 20px;
    margin: 38px 0px 0px 10%;
    }
    .input-area-design {
        height: 268px;
    }
    .form-button {
        margin: 12px auto 42px auto;
    }
    
}/* MOBILE end */

