
.region-slideshow-home{
	margin: 30px auto;
}
.views_slideshow_cycle_teaser_section{
    width: 100% !important;
}
.slideshow-view, 
.slideshow-view .skin-default{
	position: relative;
}
.slideshow-view .views_slideshow_cycle_slide{
	background: transparent !important;
	width: 100% !important;
}
.slideshow-view .views-row{
	display: flex;
    flex-direction: row-reverse;
    width: 100%;
}
.slideshow-view .views-field-title{
    display: block;
    top: 0%;
    background: #003247 !important;
    padding: 60px 40px !important;
    margin:0 !important;
    height: 350px;
    width: 32%;
    right: 0px;
}
.slideshow-view .views-field-title a, .slideshow-view .views-field-title span {
    font-size: 32px;
    color: #FFF;
    line-height: 34px;
	font-family: NotesEsaBold !important;
    text-transform: none;
}
.slideshow-view .views-field-title  a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.slideshow-view .views-field-title .morelinksl > a {
    font-family: NotesEsa, "Trebuchet MS", Tahoma, Arial;
    border: none;
    border-radius: 0;
    background: #0097d6;
    color: white;
    font-weight: normal;
    font-size: 18px;
    padding: 0 20px;
    margin: 20px 0px;
    display: inline-block;
    height: 32px;
}
.slideshow-view .views-field-title .morelinksl > a:hover {
    text-decoration: none;
    background: #337ab7;
    color: #FFF;
}
.slideshow-view .views-field-title .morelinksl > a svg{
	display: none;
}
.slideshow-view .views-field-nothing {
	width: 68%;
	height: 350px;
    overflow: hidden;
}

.slideshow-view div img {
    width: 100% !important;
}
.slideshow-view  .fa-play-circle {
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    width: 47px !important;
    height: 47px !important;
    top: 44.2%;
    left: 35.4%;
    font-size: 50px;
    background-color: #003247;
    color: white;
}
.slideshow-view  .fa-play-circle:hover{
	opacity: 0.6;
}
.slideshow-view  .fa-play-circle:before {
    position: relative;
    left: -2px;
}


.slideshow-view .views-slideshow-controls-bottom{
    position: absolute;
    width: 27%;
    right: 0;
    bottom: 1rem;
    z-index: 11;
}

.slideshow-view .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
	margin: 0 6px 0 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: #FFF;
    border-radius: 25px;
}
.slideshow-view  .views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover, 
.slideshow-view  .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active{
	background: #3498db;
}


@media only screen and (max-width: 1200px) {
    .slideshow-view .views-row {
        align-items: stretch;
    }
    .views_slideshow_cycle_teaser_section {
        width: 100% !important;
        /*height: 300px !important;*/
        overflow: hidden;
    }
    .slideshow-view .views-field-title{
        padding: 16px;
        /*height: 300px;*/
        width: 50%;
    }
    .slideshow-view .views-field-nothing {
        width: 50%;
        /*height: 300px;*/
        overflow: hidden;
    }
    .slideshow-view div img {
        width: auto !important;
        height: 100% !important;
    }
/*    .slideshow-view .views-slideshow-controls-bottom{
        position: absolute;
        width: 100%;
        right: 0;
        bottom: 0;
        z-index: 11;
        background: #003247;
    }*/
}

@media only screen and (max-width: 768px) {

    .slideshow-view .views-row {
        flex-direction: column-reverse;
    }
    .slideshow-view .views_slideshow_cycle_slide {
        position: relative !important;
    }
    .views_slideshow_cycle_teaser_section {
        width: 100% !important;
        height: auto !important;
        overflow: visible;
    }
    .slideshow-view .views-field-title{
        height: auto;
        width: 100%;
    }
    .slideshow-view .views-field-nothing {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .slideshow-view div img {
        width: 100% !important;
        height: auto !important;
    }
}

