/* ~~~~~~~~~~ Custom Module ~~~~~~~~~~ */
/* ~~~~~~~~~~ Image Grid ~~~~~~~~~~ */

.image-grid {
    position: relative;
    border: 5px solid #EAE9E7;
    overflow: hidden;
    line-height: 0;
    margin: 0 0 30px;
}

.image-grid img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    max-height: 250px;
    max-width: 300%;
    min-width: 100%;
    min-height: 250px;
    height: auto;
    width: auto;
}
.image-grid.full img{
    max-height: 500px;
}

.image-grid:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

span.image-grid-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(156,112,204,0.7);
    font-size: 15px;
    color: white;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    line-height: 100%;
}
.style3 span.image-grid-title {
    padding: 10px;
}


.et_pb_column_1_4 .image-grid img { min-height: 1px; }



.no-crop-images img {
    max-width: 100% !important;
}


body .image-grid, body .et_pb_column div[class^='et_pb_semantica_imagegrid'], body .et_pb_column div[class*=' et_pb_semantica_imagegrid'] {
     position: relative !important;
}

.image-grid:before {
    pointer-events: none;
    content: '';
    width: 86px;
    height: 86px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -43px;
    margin-left: -43px;
    opacity: 0.5; 
    z-index: 5;
}
.image-grid-icon-gallery:before {
    background: url('../images/photobtn.png') no-repeat center center;
}
.image-grid-icon-gallery.style2:before {
  opacity: 0.7;
}
.image-grid-icon-gallery.style2:hover:before {
  opacity: 0.8;
}
.image-grid-icon-gallery.style2 span.image-grid-title .image-style-alt {
  display: none !important;
}

.image-grid-icon-video:before {
    background: url('../images/videobtn.png') no-repeat center center;
}
.image-grid-icon-video.style2:before {
  opacity: 0.7;
}
.image-grid-icon-video.style2:hover:before {
  opacity: 0.8;
}
.image-grid-icon-video.style2 span.image-grid-title .image-style-alt {
  display: none !important;
}


.image-grid.style3 {
    border: none;
}
.image-grid.style3 span.image-grid-title {
    background: transparent;
    bottom: 50%;
    margin-bottom: -20px;
    font-size: 18px;
    font-family: 'Lora', Georgia, "Times New Roman", serif;
    font-style: italic;
}
.image-grid-icon-gallery.style3 span.image-grid-title,
.image-grid-icon-video.style3 span.image-grid-title {
    margin-bottom: -70px;
}
.image-grid-icon-video.style3:before {
    background: url('../images/video-icon.png') no-repeat center center;
    opacity: 1;
}
.image-grid-icon-gallery.style3:before {
    background: url('../images/gallery-icon.png') no-repeat center center;
    opacity: 1;
}


/* ~~~~~~~~~~ Custom Module ~~~~~~~~~~ */
/* ~~~~~~~~~~ Layout ~~~~~~~~~~ */


.vtow-layout {
    background: #fff;
    position: relative;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.1);
    overflow: hidden; 

}
.vtow-layout .grid {
    margin-bottom: 0;  
}

.vtow-layout .grid.room-image, .vtow-layout .vtow-layout-image {
    line-height: 0 !important;  
    position: relative;
}


.vtow-layout-content {
    padding: 30px 20px 30px 10px;  
}
.vtow-layout-content p {
    font-size: 12px; 
    line-height: 160%;
}
.vtow-layout .vtow-buttons {
    margin-top: 20px;
}
.vtow-layout .vtow-buttons a {
    display: inline-block;
    margin-right: 15px;
}
.vtow-layout .vtow-buttons a.vtow-link {
    padding: 12px 20px;
}
/*.vtow-layout .vtow-buttons {
    position: absolute;
    bottom: 0;
    right: 0;  
}
.vtow-layout .vtow-buttons a {
    padding: 4px 10px;
    background-color: #0c326c;
    color: #fff;
    margin-right: 5px;
    min-height: 30px;
    display: block;
    float: left;
}
.vtow-layout .vtow-buttons a:hover {
    color: #0c326c;
    background: #ff6633;
}*/

.vtow-layout .col-3.vtow-layout-image img { width: 100%; }

/* ~~~~~~~~~~ Custom Module ~~~~~~~~~~ */
/* ~~~~~~~~~~ Tabbed Icons ~~~~~~~~~~ */


.vtow_tabbed_area {
    border: 0px solid rgba(255,255,255,0);
    text-align: center;
}


.vtow_tabbed_area ul.et_pb_tabs_controls {
    border: 0px solid rgba(255,255,255,0);
    background: transparent !important;
}

.vtow-icon-tabs {
    width: 65px;
    height: 65px;
    padding: 0 !important;
    text-indent: -999px;
    overflow: hidden;
    background: transparent;
    border: 0px solid rgba(255,255,255,0) !important;
    float: none !important;
    display: inline-block;
    margin: 0 5px;
}


.vtow-icon-tabs.et_pb_tab_active {
    bottom: 0 !important;  
}

.et_pb_all_tabs { padding-bottom: 0 !important; }

.et_pb_tabs_controls li.vtow-icon-tabs a, .et_pb_tabs_controls li.vtow-icon-tabs a span  {
    display: block;  
    height: 100%;
}

.vtow-icon-tabs .icon-display, .vtow-icon-tabs .icon-display-alt  {
    background-size: 100% !important;  
}

.vtow-icon-tabs .icon-display-alt { opacity: 0; transition: 0.2s all; }
.vtow-icon-tabs:hover .icon-display-alt, .et_pb_tab_active .icon-display-alt { opacity: 1; }


.et_pb_all_tabs ul {
    margin: 0 auto;
    display: inline-block;
    padding: 0;
    text-align: center;
}
.et_pb_all_tabs ul li {  
    display: inline-block;
    margin: 0 0 0 30px;
    position: relative;
}
.et_pb_all_tabs ul li:before {
    content: "• ";
    font-size: 20px;
    position: absolute;
    top: 0;
    left: -15px;
    display: inline-block;
    height: 10px;
}


/* ~~~~~~~~~~ Custom Module ~~~~~~~~~~ */
/* ~~~~~~~~~~ Rooms ~~~~~~~~~~ */


.vtow-room .grid.room-image a.vtow-lightbox:before {
    content: '';
    width: 86px;
    height: 86px;
    background: url('../images/photobtn.png') no-repeat center center;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -43px;
    margin-left: -43px;
    opacity: 0.5;
}
.vtow-room .grid.room-image a.vtow-lightbox:hover:before {
    opacity: 1;  
}

.vtow-room .grid.room-desc, .vtow-room .grid.room-feat {
    padding: 20px 0; 
    font-size: 12px;
}

.vtow-room .col-7.room-desc { padding-left: 20px; }


.vtow-room .grid.room-feat ul {
    line-height: 150%;
    font-size: 12px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.lightbox-gallery-select .breadcrumbs {
    text-align: center;
    background-color: #eae6e4;
    margin-bottom: 5px;  
    padding: 10px;
    box-sizing: border-box;
}
.lightbox-gallery-select .breadcrumbs a {
    color: #0c326c;
    margin: 0 0 0 10px;
    border-left: 1px solid rgba(83,65,63,0.3) !important;
    padding-left: 10px;
}
.lightbox-gallery-select .breadcrumbs a:first-child {
  border: none !important;
}
.gallery-slider .slick-arrow {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    margin-top: -20px;  
    z-index: 9;
    background: transparent;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    border-radius: 100px;
}
.gallery-slider .slick-prev {
    left: 20px;  
}
.gallery-slider .slick-next {
    right: 20px;  
}

.gallery-slider .slick-arrow:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;  
    width: 40px;
    height: 40px;
    background: rgba(156,112,204,0.7);
    
    display: flex;
    align-items: center;
    font: normal normal normal 14px/1 FontAwesome;
}
.gallery-slider .slick-prev:before {
    content: "\f053";
    text-indent: 14px;
}
.gallery-slider .slick-next:before {
    content: "\f054";
    text-indent: 16px;
}

.gallery-slider .slide span {
    color: #fff;  
    background: rgba(156,112,204,0.7);
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.gallery-slider .gallery-cta {
    position: absolute;
    bottom: 15%;
    background: #ff6633;
    right: 0;
    color: #fff;
    font-weight: 700;
}
.gallery-slider .gallery-cta a {
    color: #fff;
    padding: 10px 20px;
    display: block;
}
.gallery-slider .gallery-cta a:before {
    content: ' ';
    display: block;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ff6633;
    position: absolute;
    left: -25px;
    transform: rotate(-225deg);
    bottom: -3px;
}
.gallery-slider .gallery-cta a:after {
    content: ' ';
    display: block;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ff6633;
    position: absolute;
    left: -25px;
    transform: rotate(-315deg);
    top: -3px;
}

.gallery-slider-nav { padding-top: 5px; }
.gallery-slider-nav .slide-nav {
    padding-right: 5px;  
    box-sizing: border-box;
}




/* ~~~~~~~~~~ General Layout ~~~~~~~~~~ */
/* ~~~~~~~~~~ Tabs ~~~~~~~~~~ */

.et_pb_tabs, .et_pb_tabs_controls li {
  border: none !important;
}
ul.et_pb_tabs_controls {
  background: transparent !important;
  text-align: center;
}
ul.et_pb_tabs_controls:after { display: none; }

.et_pb_tabs_controls li {
  float: none;
  display: inline-block;
  border-bottom: 1px solid #dce0e0 !important;
}
.et_pb_tabs_controls li.et_pb_tab_active {
  border-bottom: 1px solid #3a3b3e !important;
}

.et_pb_tabs_controls li a {
  color: #56575c;
  opacity: 0.5;
  font-size: 14px;
  padding-bottom: 10px;
}
.et_pb_tabs_controls li.et_pb_tab_active a {
  opacity: 1;
  color: #3a3b3e;
}




/* ~~~~~~~~~~ Responsive Custom Module ~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~ */
@media only screen and (max-width : 740px) {
    
    .vtow-layout .vtow-buttons a {
        margin-right: 10px !important;
        margin-bottom: 10px !important;
    }
    
}
