/*
|-----------------------------------------------------------------------------------------------------------
| INTERIOR HEADERS
|-----------------------------------------------------------------------------------------------------------
*/

.header-slideshow-int {
    position: relative;
    max-width: 100vw;
    min-height: 40px;
    margin-bottom: 40px;
}
.header-slideshow-int .int-header img {
    width:100%;
    height:auto !important;
}

.header-slideshow-int .int-header .item { position: relative; }
.header-slideshow-int .int-header .item img { width: 100%; }

.header-slideshow-int .int-header .text-cont {
    position: absolute;
    padding: 10px;
    left: 20px;
    top: 90%;
    background-color: rgba(0, 0, 0, 0.4);
    max-width: 250px;
    /* transform: translate(-50%, -50%); */
    display: none;
}
.header-slideshow-int .int-header .text-cont.show {
    display: block;
}

.header-slideshow-int .int-header .text-cont .title,
.header-slideshow-int .int-header .text-cont .title a,
.header-slideshow-int .int-header .text-cont .desc {
    position: relative;
    width: 100%;
    display: block;
    font-family: 'Brown-Regular', Arial, Helvetica,sans-serif;
    font-size: 12px;
    color: #fff;
     text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.9);
}

.header-slideshow-int .int-header .text-cont .title {
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    z-index: 10;
}

.header-slideshow-int .int-header .text-cont-underneath {
    position: relative;
    background-color: #f6f3e5;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px 30px;
}

.header-slideshow-int .int-header .text-cont-underneath .title,
.header-slideshow-int .int-header .text-cont-underneath .title a {
    position: relative;
    width: 100%;
    display: block;
    font-family: 'Brown-Regular', Arial, Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.08em;
    z-index: 10;
}

.header-slideshow-int .int-header .text-cont-underneath .desc {
    font-family: 'Brown-Regular', Arial, Helvetica,sans-serif;
    font-size: 12px;
}

.header-slideshow-int .arrow-cont {
    position: absolute;
    left: 50%;
    top: 77%;
    z-index: 9;
    width: 100%;
    max-width: 1230px;
    transform:translateX(-50%);
}

.header-slideshow-int .slick-prev,
.header-slideshow-int .slick-next {
    position:absolute;
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;
    display: block;
    width:30px;
    height:30px;
    text-align: center;
    padding:0px;
    cursor: pointer;
}
.header-slideshow-int .int-header .slick-prev { right: 54px;left: auto;}
.header-slideshow-int .int-header .slick-next { right:20px; }

.header-slideshow-int .arrow-cont .fa {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    padding: 5px;
}

/**** DOTS ****/

.header-slideshow-int ul.slick-dots {
    position:absolute;
    bottom:0px;
    height:97px;
    width:100%;
    margin:0px;
    text-align:center;
    padding:0px;
    list-style:none;
}
.header-slideshow-int ul.slick-dots li {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display:inline-block;
}
.header-slideshow-int ul.slick-dots li button {
    background-color:transparent!important;
    width:16px;
    height:16px;
    font-size:0px;
    padding:0px;
    margin:0px 8px 0px 8px;
    border:2px #fff solid;
    border-radius:50%;
    vertical-align: top;
}
.header-slideshow-int ul.slick-dots li.slick-active button { background-color: #fff !important; }

/**** END DOTS ****/

/*slick arrow fix and play button*/
.header-slideshow-int.hidden {
	visibility: hidden;
}
.header-slideshow-int.noscript .slides .slide.lazy{
	display: none;
}
.header-slideshow-int .slides .slick-arrow .slick-prev:before {display: none;}
.header-slideshow-int .slides .slick-arrow .slick-next:before {display: none;}
.header-slideshow-int .slides .slide .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	z-index: 10;
}
.header-slideshow-int .slides .slide .play-btn i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-left: 3px;
	font-size: 45px;
	color: #fff;
}
.header-slideshow-int .slides .slide .play-btn i:before{
	content: "\f04b"
}
.header-slideshow-int .slick-slide img {width: 100%;}

.header-slideshow-int .slick-slider {margin-bottom: 0;}

@media only screen and (min-width: 1025px) {
    .header-slideshow-int {
        min-height: 100px;
        padding-top: 50px;
        margin-bottom: 0;
    }

    .header-slideshow-int .int-header .text-cont { padding: 0; }
    .header-slideshow-int .int-header .arrow-cont {
        top: 84%;
        padding-right: 0;
    }

    .header-slideshow-int .int-header .text-cont {
        position: absolute;
        top:90%;
        left: 18%;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.4);
        max-width: 375px;
        transform: translate(-50%,-50%);
    }
    .header-slideshow-int .int-header .text-cont .title,
    .header-slideshow-int .int-header .text-cont .title a,
    .header-slideshow-int .int-header .text-cont .desc {
        font-size: 14px;
        font-family: 'Brown-Regular', Arial, Helvetica,sans-serif;
        color: #fff;
    }
    .header-slideshow-int .int-header .text-cont-underneath {
        position: relative;
        background-color: #f6f3e5;
    }
    .header-slideshow-int .int-header .text-cont-underneath .title,
    .header-slideshow-int .int-header .text-cont-underneath .title a {
        font-size: 16px;
        max-width: 960px;
        color: #000;
        font-weight: bold;
    }
    .header-slideshow-int .int-header .text-cont-underneath .desc {
        font-size: 14px;
        color: #000;
        max-width: 960px;
    }

    .header-slideshow-int .slick-prev,
    .header-slideshow-int .slick-next {
        width: 40px;
        height: 40px;
    }
    .header-slideshow-int .int-header .slick-prev { right: 84px;left: auto; }
    .header-slideshow-int .int-header .slick-next { right: 30px; }

    .header-slideshow-int .arrow-cont .fa {
        font-size: 20px;
        padding: 8px;
    }
}

@media only screen and (min-width: 1400px) {
    .header-slideshow-int .int-header .arrow-cont { top: 88%; }
}

@media only screen and (min-width: 40.063em) and (max-width: 1024px) {
    .header-slideshow-int { margin-bottom: 30px; }

    .header-slideshow-int .int-header .text-cont .title,
    .header-slideshow-int .int-header .text-cont .title a,
    .header-slideshow-int .int-header .text-cont .desc { 
        color: #fff;
        text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.9); 
        font-size: 12px;
    }

    .header-slideshow-int .int-header .arrow-cont { top: 70%; }

    .header-slideshow-int .int-header .text-cont {
        position: absolute;
        padding: 10px;
        left: 10%;
        top: 80%;
        background-color: rgba(0, 0, 0, 0.4);
        max-width: 250px;
    }

@media only screen and (max-width: 64em) {
    .header-slideshow-int .int-header .text-cont .title a { padding-right: 20px; }
    .header-slideshow-int .int-header .text-cont .title a:after {
        content: '\f178';
        position: absolute;
        top: 55%;
        right: 0px;
        display: block;
        font-family: 'FontAwesome';
        width: auto;
        min-width: 20px;
        height: 100%;
        opacity: 1;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transition: all ease .5s;
    }
}

@media only screen and (max-width: 40em) {
    .header-slideshow-int { margin-bottom: 10px; }
    .header-slideshow-int .int-header .text-cont, .header-slideshow-int .int-header .text-cont-underneath .desc {
        padding: 5px 0;
    }
    .header-slideshow-int .int-header .text-cont, .header-slideshow-int .int-header .text-cont .desc {
        font-size: 12px;
        font-family: 'Brown-Regular', Arial, Helvetica,sans-serif;
        padding: 5px 0;
    }
    .header-slideshow-int .int-header .text-cont {
            padding: 10px 15px;
    }
}