﻿/* Hero Section Start */

.hero-section {
    height: auto;
    margin: 0 auto;
}

.hero-section .hero-content {
    min-height: 440px;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
}

.hero-section .hero-content-inner {
    color: white;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
    z-index: 3;
    padding: 50px;
}

.hero-section .hero-content-inner h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
    color: white;
}

.hero-section .hero-content-inner p {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 15px;
}

.hero-section .hero-btn {
    width: unset;
    display: inline-block;
    padding: 0;
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    border: 0;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 25px;
    font-size: 16px;
}

.hero-section .hero-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: cover;
    z-index: 1;
}

.hero-section .hero-noimage {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,.2);
    z-index: 2;
}

/* Hero Section End */

/* Divider Section V2 Start */

.dividerv2-section hr {
    border-top-width: 1px;
    border-bottom-style: none;
    border-bottom-width: 0px;
}

/* Divider Section V2 End */

/* Carousel / Slideshow Section Start */
.slider-wrapper {
    display: none;
}

    .slider-wrapper > div {
        position: relative;
        width: 700px;
        height: 465px;
        top: 0px;
        left: 0px;
    }

    .slider-wrapper .slides-container {
        position: absolute;
        width: 700px;
        height: 465px;
        cursor: move;
        left: 0px;
        top: 0px;
    }

/*Arrows*/
.slideshow__arrow {
    display: block;
    position: absolute;
    width: 21px;
    height: 36px;
    cursor: pointer;
    overflow: hidden;
    top: 225px;
}

/*Arrow right*/
.slideshow__arrow--right {
    background: url("/c/css/jssorSlider/images/icon-right.svg") right center no-repeat;
    right: 10px;
}

/*Arrow left*/
.slideshow__arrow--left {
    background: url("/c/css/jssorSlider/images/icon-left.svg") right center no-repeat;
    left: 10px;
}

/*Slideshow Textpanel (for title and description*/
.slideshow__textpanel {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    width: 96%;
    text-align: left;
    padding: 2%;
}

/*Slide title*/
.slideshow__caption {
    color: white;
    font-size: 16px;
    line-height: 1.5rem;
    margin: 0;
}

.slideshow__caption--title {
    font-weight: bold;
    line-height: 2.5rem !important;
    font-size: 2rem;
}

/* Special styling for photo album slideshow */
.slideshow .slideshow__caption {
    font-size: 15px!important;
    line-height: 19px!important;
}

.slideshow .slideshow__textpanel {
    width: 668px;
}
/* End of special styling for album*/

/* Carousel / Slideshow Section End */

/* Map Section Start */

.map-container .google-map {
    width: 100%;
    height: 376px;
}

/* Map Section End */

/* Layout 4 Modal Menu */

#burgerModal .icon-remove {
    color: #000000;
}

/* Layout 4 Modal Menu End */

/* Html Slideshow Start */

.slideshow-music .sm2-360ui {
    width: 40px;
    height: 40px;
}

.slideshow-music .sm2-canvas, .slideshow-music .sm2-timing  {
    display: none;
}

.slideshow-music .sm2-360btn {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background: none;   
    font-size: 35px;
    color: white;
    padding: 10px; 
}

.slideshow-music .sm2-360btn:hover {
    background: none;   
}

.slideshow-music .sm2-360ui.sm2_paused .sm2-360btn:hover, .slideshow-music .sm2-360ui.sm2_paused .sm2-360btn {
    background: none;   
}

.slideshow-music .sm2-360ui.sm2_paused .sm2-360btn:before {
    content:"\f3b9";
}

.slideshow-music .sm2-360ui.sm2_playing .sm2-360btn:hover {
    background: none;   
}

.slideshow-music .sm2-360ui.sm2_playing .sm2-360btn:before {
    content: "\f3ba";
}

.slideshow-music .sm2-360btn:before {
    content:"\f3b9";
}

.slideshow-music .sm2-playing .sm2-360btn
{
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.slideshow-music:hover, .ui360:hover .sm2-360btn {
    background: none;   
}

.slideshow-music {
    background: none;   
    width: 40px;
    height: 40px;
    margin-top: -65px;
    position: relative;
    float: right;
}
/* Html Slideshow End */


body.layout5 .span3 .hero-btn {
    min-width: 0px;
}

body.layout5 .section .content {
    padding: 0px;
}

@media screen and (min-width: 724px) {
    body.layout5 .wrapper .content .row-fluid [class*=span] {
        margin-left: 0px;
    }

    body.layout5 .wrapper .content .row-fluid .span3 {
        width: 24.999553%;
    }

    body.layout5 .wrapper .content .row-fluid .span4 {
        width: 33.331894%;
    }

    body.layout5 .wrapper .content .row-fluid .span6 {
        width: 50%;
    }

    .col-centered {
        display: inline-block !important;
        float: none !important;
        vertical-align: middle;        
        text-align:left;
        /* inline-block space fix */
        margin-right:-4px;
    }
}

body.layout5 .section.margins-on {
    padding: 25px 15px;
}

body.layout5 .outer-margin-on {
    margin: 25px 2%;
}

body.layout5 .outer-margin-on.first {
    margin-left:0px;
}

body.layout5 .outer-margin-on.last {
    margin-right:0px;
}

.grid-sizer { width: 33.333%; }

@media screen and (min-width: 920px) {
  /* 5 columns for larger screens */
  .grid-sizer { width: 20%; }
}

/* resregard the thumbnails container height calculated in the code for Collage View */ 
.photo-album-collage .thumbnails {
  height: auto !important;  /* overwrites inline style set at an unknown location in the code. When the said code is found and removed this could be removed too.*/
}

/* justifies the last row of the collage gallery*/ 
.photo-album-collage .thumbnails {
  text-align-last: justify;
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
}

/* prevents spreding images on both sides of the row when there are 2 out of 3 images in the row */
.photo-album-collage .thumbnails:after {
  content: "";
  display: inline-block;
  width: 32%;
  height: 0;
}

/* The next three rules are needed for legacy compiled user page designs - DO NOT REMOVE */
.photo-album-collage .thumbnails .thumbnail {
  height: auto;
  min-height: unset;
}

.photo-album-collage .thumbnails li:nth-child(n) {
  width: 100%;
}  

.photo-album-collage .thumbnails li:nth-child(n) img {
  height: auto;
}

#recaptcha_widget>div {
    float: right;
}

.page-comments-form .recaptcha>div {
    margin-top: 15px;
}

/* contact-section */
.contact-section .cf-preview-label {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 6px;
    margin-left: 6px!important;
    min-height: auto;
}

.contact-section input, .contact-section textarea {
    margin-bottom: 30px;
    width: 100%;
}

.contact-section button {
    margin-top: 20px;
}

.contact-section .success-message {
    margin-top: 20px;
    font-size: 14px;
}

.blink_me {
    animation: blinker 2s linear 3;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* end contact-section*/