﻿
.soe-filmstrip-tout
{
    /*padding-top: 15px;*/
}
.soe-filmstrip-tout .filmstrip-element img
{
    width: 100%;
}
.soe-filmstrip-tout .filmstrip-element 
{
    padding: 0 10px;
    border-right: 1px solid #cbcbcb;
}
.soe-filmstrip-tout .filmstrip-element:hover
{
    /*background-color: #ebebeb;*/
}
.soe-filmstrip-tout .filmstrip-element .text-content
{
    padding: 10px;
    min-height: 8em;
}

.soe-filmstrip-tout .filmstrip-element.slick-active:last-child
{
    border-right: 0;
}

.soe-filmstrip-tout .read-more a
{
    color: #acacac;
    text-transform: uppercase;
}
.soe-filmstrip-tout .read-more a:hover
{
    color: #f19c09;
}
.soe-filmstrip-tout hr {
    margin: 0px 0px;
    border-top: 1px solid #cbcbcb;
}


.soe-filmstrip-tout hr.thick-line:after{
	content: " ";
	position: relative;
	display: block;
	margin-top: 5px;
	border-top: 1px solid #cbcbcb;
}


.soe-filmstrip-tout .slick-prev, .soe-filmstrip-tout .slick-next {
	position: absolute;
	display: block;
	height: 30px;
	width: 40px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: #cbcbcb;
	top: 94%;
	padding: 0;
	border: none;
	outline: none;
	font-family: 'Monoton', helvetica;
	z-index: 101;
    background-color: transparent;
    border-radius: 20px;
}

.soe-filmstrip-tout .slick-prev:before, .soe-filmstrip-tout .slick-next:before {
	font-size: 30px !important;
	line-height: 1;
	color: #010101;
	opacity: 1;
	font-family: 'Monoton', helvetica;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

.soe-filmstrip-tout .slick-prev {
	left: 15px;
}

.soe-filmstrip-tout .slick-prev:before {
	content: "<";
}

.soe-filmstrip-tout .slick-next {
	right: 15px;
}

.soe-filmstrip-tout .slick-next:before {
	content: ">";
}


.soe-filmstrip-tout .st-pusher::after{
	z-index: 120;
}

/* resp crazyness */
.soe-filmstrip-tout .slick-slider
{
    padding-bottom: 35px;
    overflow: hidden;
    margin-bottom: 15px;
}
.soe-filmstrip-tout .slick-dots
{
    bottom: 0px;
}
.soe-filmstrip-tout .slick-list
{
    margin-left: -10px;
    margin-right: -10px;
}


/*-----------------------*/
/***** Apollo Hover  *****/
/*-----------------------*/

figure.effect-apollo {
	background: #3498db;
	overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
#layout .soe-filmstrip-tout a
{
    color: Black;
    text-decoration: none;
}
#layout .soe-filmstrip-tout a:hover
{
    color: Black;
    text-decoration: none;
}
#layout .soe-filmstrip-tout a figure .read-more
{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}


@media  all and (min-width: 640px)
{
	figure.effect-apollo img {
		opacity: 0.95;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: scale3d(1.05,1.05,1);
		transform: scale3d(1.05,1.05,1);
	}

	figure.effect-apollo::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 348%;
		height: 64px;
		/* background: rgba(255,255,255,0.5); */
		border-bottom: 38px double rgba(255,255,255,0.5);
		border-top: 14px solid rgba(255,255,255,0.5);
		-webkit-transition: -webkit-transform 0.6s;
		transition: transform 0.6s;
		-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
		transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);

	}


	figure.effect-apollo:hover img {
		opacity: 0.6;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}

	figure.effect-apollo:hover::before {
		-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,318%,0);
		transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,318%,0);
	}

	figure.effect-apollo:hover p {
		opacity: 1;
		margin-top: 10px;
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;

	}
}

figure.effect-apollo figcaption {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
	top: 15%;
	width: 100%;
	
	/*font-size: 1vw;*/
}

figure.effect-apollo h3{
	padding: 10px;
	background-color: rgba(239, 239, 239, 0.8);
    margin: 0;
    /*font-size: 1.45vw;*/
}

figure.effect-apollo p {
	padding: 0 1em;
	text-align: center;
	opacity: 0;
	padding: 10px;
	background-color: rgba(239, 239, 239, 0.8);
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-transition: margin 0.35s;
	transition: margin 0.35s;
	margin-top: 100%;
}
@media all and (max-width: 640px)
{
	figure.effect-apollo p
	{
		margin-top: 10px;
		opacity: 1;
	}
	figure.effect-apollo figcaption 
      {
        font-size: 13px;
        top: 5%;
    }
}
.col-md-3 .soe-filmstrip-tout .slick-dots
{
    bottom: inherit;
}
.col-md-3  .soe-filmstrip-tout figcaption {
	top: 7%;
}
.col-md-3  .soe-filmstrip-tout h3
{
	font-size: 22px;
}


@media all and (min-width: 991px) and (max-width: 1199px) 
{
     .soe-filmstrip-tout figure.effect-apollo figcaption 
    {
        font-size: 13px;
        top: 0%;
    }
     .soe-filmstrip-tout figure.effect-apollo h3
    {
        font-size: 16px;
    }
    .col-sm-6 .soe-filmstrip-tout figcaption.text-content, .col-sm-6 .soe-filmstrip-tout figure.effect-apollo p
    {
        padding: 5px;
    }
    .soe-filmstrip-tout .slick-prev, .soe-filmstrip-tout .slick-next 
    {
        top: 92%;
    }
}
@media all and (min-width: 480px) and (max-width: 590px) 
{
	.col-md-3 figure.effect-apollo h3
       {
        font-size: 14px;
    }
}
@media all and (min-width: 480px) and (max-width: 690px) 
{
    .col-sm-6 .soe-filmstrip-tout figure.effect-apollo figcaption 
    {
        font-size: 13px;
        top: 10%;
    }
    .col-sm-6 figure.effect-apollo h3
    {
        font-size: 15px;
    }
    .col-sm-6 .soe-filmstrip-tout figcaption.text-content
    {
        padding: 5px;
    }
	
	.col-md-3 .soe-filmstrip-tout figure.effect-apollo figcaption 
	{
        font-size: 13px;
        top: 10%;
    }
}
.soe-filmstrip-tout .slick-holder
{
    display: block;
}
.listingSearchSection .soe-filmstrip-tout, .listingSection .soe-filmstrip-tout
{
    padding-top: 0;
}
.listingSection .soe-filmstrip-tout .thick-line
{
    display: none;
}