.custom_header_slideshow_homepage {
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.custom_header_slideshow_homepage .slide.standard img.theImage.initial {
    opacity: 0;
}

.custom_header_slideshow_homepage .slide.standard img.theImage.initial.fadeIn {
    opacity: 1;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.custom_header_slideshow_homepage .spacer {
    background-position: center center;
    width: 100%;
    height: auto;
    background-size: cover;
    display: block;
    opacity: .4;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.custom_header_slideshow_homepage .content .title p {
    color: #28361d;
}

.custom_header_slideshow_homepage .arrow {
    cursor: pointer;
    display: inline-block;
    float: right;
}

.custom_header_slideshow_homepage .slide .theImage {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.custom_header_slideshow_homepage img.theImage {
    max-width: none;
    width: 100%;
    height: auto;
}

.custom_header_slideshow_homepage .slide {
    position: relative;
}

span.titleTwo {
    text-transform: uppercase;
}

.custom_header_slideshow_homepage .slide img.spacer{
    position: relative;
    z-index: -1;
}

/*******************************************
    Content Box and arrows
*******************************************/

.custom_header_slideshow_homepage .bold {
    font-weight: bold;
    font-family: AvantGardeGothicITCW01B_731063;
}

.custom_header_slideshow_homepage .strong {
    font-weight: bold;
    font-family: AvantGardeGothicITCW01B_731063;
}

.custom_header_slideshow_homepage .slide .text {
    z-index: 10;
    width: auto;
    position: static;
    padding: 0px 15px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    background-image: url("/includes/public/assets/backgrounds/summer/BG-Summer-002-Grip.png");
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.fall .custom_header_slideshow_homepage .slide .text {
    z-index: 10;
    width: auto;
    position: static;
    padding: 0 15px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    background-image: url("/includes/public/assets/backgrounds/fall/BG-Fall-002-Grip.png");
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.winter .custom_header_slideshow_homepage .slide .text {
    z-index: 10;
    width: auto;
    position: static;
    padding: 0px 15px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    background-image: url("/includes/public/assets/backgrounds/winter/BG-Winter-001-Grip.png");
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

.custom_header_slideshow_homepage .slide .text .content {
    position: relative;
    color: white;
    max-width: 1200px;
    margin: 0 auto;
}

.custom_header_slideshow_homepage .truncate {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 68px;
}

.custom_header_slideshow_homepage .slide .text .content span {
    font-size: 21px;
    font-family: AvantGardeGothicITCW01B_731063;
    position: relative;
}

.custom_header_slideshow_homepage .slide .text .content span.title {
    color: #28361d;
    font-size: 24px;
    font-family: 'ITCZemkeHandW01-Regular';
    position: relative;
}

.fall .custom_header_slideshow_homepage .slide .text .content span.title {
    color: #34180a;
    font-size: 24px;
    font-family: 'ITCZemkeHandW01-Regular';
    position: relative;
}

.winter .custom_header_slideshow_homepage .slide .text .content span.title {
    color: #0f1e2c;
    font-size: 24px;
    font-family: 'ITCZemkeHandW01-Regular';
    position: relative;
}

.custom_header_slideshow_homepage .readMore {
    top: -20px;
    left: 2px;
}

.custom_header_slideshow_homepage .readMore p {
    color: #ffffff;
    font-size: 18px;
    font-family: 'ITCZemkeHandW01-Regular';
    background: #689724;
    padding: 5px 10px 5px 10px;
    border-radius: 999px;
    max-width: 115px;
    margin-top: 5px;
    margin-bottom: -7px;
}

.fall .custom_header_slideshow_homepage .readMore p {
    color: #ffffff;
    font-size: 18px;
    font-family: 'ITCZemkeHandW01-Regular';
    background: #a05f29;
}

.winter .custom_header_slideshow_homepage .readMore p {
    color: #ffffff;
    font-size: 18px;
    font-family: 'ITCZemkeHandW01-Regular';
    background: #399cf9;
}

.custom_header_slideshow_homepage .arrow.nextSlide {
    width: 43px;
    height: 43px;
}

.custom_header_slideshow_homepage .sliderNavWrapper {
    height: 43px;
    position: absolute;
    width: 100px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    display: inline-block;
    margin-right: 22px;
    margin-top: 37px;
    float: right;
}

.custom_header_slideshow_homepage .text {
    display: inline-block;
}

.custom_header_slideshow_homepage .slick-slider {
    margin-bottom: 0px;
}

.custom_header_slideshow_homepage .prevSlide {
    background-image: url("/includes/public/assets/Misc/arrow-left.png");
    background-repeat: no-repeat;
    margin-right: 13px;
}

.custom_header_slideshow_homepage .nextSlide {
    background-image: url("/includes/public/assets/Misc/arrow-right.png");
    background-repeat: no-repeat;
}

.custom_header_slideshow_homepage .sliderNav {
    margin-right: 26px;
}

.custom_header_slideshow_homepage .arrow.prevSlide {
    height: 43px;
    width: 43px;
}

.custom_header_slideshow_homepage .slide .spacer {
    height: 500px;
    width: 100%;
}

.custom_header_slideshow_homepage .play-button {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    background-image: url("/includes/public/assets/Misc/play-button.png");
    background-position: center;
    background-size: 100%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.custom_header_slideshow_homepage .slick-active .play-button {
    opacity: 1;
}

.custom_header_slideshow_homepage .videoSlide {
    cursor: pointer;
}

.custom_header_slideshow_homepage .videoSlide {
    z-index: 2;
    position: absolute;
    height: 100%;
    width: 100%;
}

.custom_header_slideshow_homepage .description {
    text-transform: uppercase;
    padding-left: 9px;
    color: inherit;
}

.custom_header_slideshow_homepage .textWrapper {
    max-width: 1024px;
    height: auto;
    width: auto;
    position: absolute;
    margin-left: -512px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 140px;
    bottom: 20px;
    left: 50%;
    min-width: 1024px;
}

/******************************************
    Logo
*******************************************/
.custom_header_slideshow_homepage .textWrapper .logo {
    display: block;
    max-width: 400px;
}

/*******************************************
    Media Queries
*******************************************/

@media only screen and (max-width: 1440px) {
    .custom_header_slideshow_homepage img.theImage {
        height: 500px;
        width: auto;
    }
}

@media only screen and (max-width: 1270px) {
    .custom_header_slideshow_homepage .theImage {
        height: 500px;
        width: auto;
    }
}

@media only screen and (max-width: 1025px) {
    .custom_header_slideshow_homepage .textWrapper {
        max-width: 650px;
        min-width: 650px;
        margin-left: -325px;
        left: 50%;
    }
    .custom_header_slideshow_homepage .textWrapper .logo {
        max-width: 300px;
    }
}

@media only screen and (max-width: 640px) {
    .custom_header_slideshow_homepage .slide .spacer,
    .custom_header_slideshow_homepage .slide {
        max-height: 370px;
    }
    .custom_header_slideshow_homepage .theImage {
        max-height: 370px;
        max-width: 100%;
    }
    .custom_header_slideshow_homepage .sliderNav {
        display: none;
    }
    .custom_header_slideshow_homepage .slideshow_container {
        padding-bottom: 125px;
    }
    .custom_header_slideshow_homepage .slide .text {
        position: static;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: none;
        max-width: 800px;
    }
    .custom_header_slideshow_homepage .textWrapper .logo {
        max-width: 200px;
    }
    .custom_header_slideshow_homepage .textWrapper {
        margin-left: 0px;
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        bottom: 20px;
        left: 0;
        height: auto;
        width: auto;
        min-width: 600px;
        max-width: 600px;
    }
    .custome_header_slideshow_homepage .truncate {}
    .custome_header_slideshow_homepage .truncate {
        display: block;
        width: 100%;
        text-overflow: clip;
        white-space: normal;
        overflow: hidden;
        line-height: 68px;
    }
    .custom_header_slideshow_homepage .slide .text .content span.title {
        position: static;
        padding: 0;
    }
    .custom_header_slideshow_homepage .readMore {
        position: static;
    }
    .custom_header_slideshow_homepage .sliderNavWrapper {
        display: none;
    }
}

@media only screen and (max-width: 580px) {
    .custom_header_slideshow_homepage .textWrapper {
        margin-left: 0px;
        padding-left: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        bottom: 20px;
        left: 0;
        height: auto;
        width: auto;
        min-width: 300px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 440px) {
    .custom_header_slideshow_homepage .slide .text {
        position: static;
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: none;
        max-width: 800px;
    }
    .custom_header_slideshow_homepage .readMore p {
        color: #ffffff;
        font-size: 18px;
        font-family: 'ITCZemkeHandW01-Regular';
        background: #689724;
        padding: 5px 10px 5px 10px;
        border-radius: 999px;
        max-width: 115px;
        margin-bottom: -7px;
        margin-top: 25px;
    }
    
     .fall .custom_header_slideshow_homepage .readMore p {
        color: #ffffff;
        font-size: 18px;
        font-family: 'ITCZemkeHandW01-Regular';
        background: #a05f29;
    }
    
     .winter .custom_header_slideshow_homepage .readMore p {
        color: #ffffff;
        font-size: 18px;
        font-family: 'ITCZemkeHandW01-Regular';
        background: #399cf9;
    }
    
    .custom_header_slideshow_homepage .truncate {
        display: block;
        width: 100%;
        text-overflow: inherit;
        white-space: normal;
        overflow: visible;
        line-height: 28px;
    }
    .custom_header_slideshow_homepage .slide .text .content span.title {
        padding: 10px 0px 0px 0px;
    }
}
