/*** Template Dark ***/
.cycloneslider-slide.slide_background_0{
    background: url(images/slide_background_0.png) top center no-repeat #25282a;
}
.cycloneslider-slide.slide_background_1{
    background: url(images/slide_background_1.png) top center no-repeat #25282a;
}
.cycloneslider-slide.slide_background_2{
    background: url(images/slide_background_2.png) top center no-repeat #25282a;
}
.cycloneslider-slide.slide_background_3{
    background: url(images/slide_background_3.png) top center no-repeat #25282a;
}
.cycloneslider-slide.slide_background_4{
    background: url(images/slide_background_4.png) top center no-repeat #25282a;
}
.home-slider{
    height: 100%;
}
.cycloneslider-slide .slide-helper{
    width: 1200px;
    height: 650px;
    display: block;
    margin: 0 auto;
    /*border: 1px solid #fff;*/
    position: relative;
}
.cycloneslider-template-dark{
	position:relative;
    margin-bottom: 30px;
	outline: none;
}
.cycloneslider-template-dark .cycloneslider-slides{
	position:relative;
	overflow:hidden;
        height: 100% !important;
}
.cycloneslider-template-dark .cycloneslider-slide{
        padding-top: 75px;
        height: 100%;
        background-size: cover;
        /*background-position-y: -100px;*/
	text-align: center;
	width: 100%; /* For slides in scrollHorz to work */
	display: none; /* Hide slides to prevent FOUC when JS hasn't kicked in yet */
	/*background: #fff; *//* Add background to prevent slides from peeking behind the current slide when fx=scrollHorz and hideNonActive=false */
}
.cycloneslider-template-dark .cycle-slide{
	display: block; /* Show slide so that getBoundingClientRect().height will not return 0. Class .cycle-slide is added when cycle has initialized. */
        height: 100%;
}
.cycloneslider-template-dark div[data-cycle-dynamic-height="off"] .cycloneslider-slide-image{
	height: 100%; /* To prevent cutting off captions when dynamic height is off */
}
.cycloneslider-template-dark .cycloneslider-slide:first-child, /* Show first slide */
.cycloneslider-template-dark .cycle-sentinel + .cycloneslider-slide{ /* Select next slide when using sentinel slide */
	display: block;
}
.cycloneslider-template-dark .cycloneslider-slide img{
	display:block;
	/*margin:0 auto;*/
	padding:0;
        right: 0px;
	max-width: 50%;
	border:0;
         position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}
.cycloneslider-template-dark.cycloneslider-width-full .cycloneslider-slide img{
	width:100%;
}
.cycloneslider-template-dark .cycloneslider-slide iframe, /* Make our videos fluid */
.cycloneslider-template-dark .cycloneslider-slide object,
.cycloneslider-template-dark .cycloneslider-slide embed {
	position: absolute;
	left: 0;
	top: 0;
    width: 100% !important; /* Override width attrib */
    height: 100% !important; /* Override height attrib */
}
.cycloneslider-template-dark .cycloneslider-slide-youtube,
.cycloneslider-template-dark .cycloneslider-slide-vimeo{
	background: #000;
}
.cycloneslider-template-dark .cycloneslider-slide-custom,
.cycloneslider-template-dark .cycloneslider-slide-testimonial{
	min-height: 100%;
}
.cycloneslider-template-dark div[data-cycle-dynamic-height="on"] .cycloneslider-slide-custom,
.cycloneslider-template-dark div[data-cycle-dynamic-height="on"] .cycle-sentinel + .cycloneslider-slide-testimonial{
	min-height: 100px; /* Disable 100% min height when dynamic height is on. To fix issue with scrollHorz */
}
.cycloneslider-template-dark .cycloneslider-slide-testimonial{
	font-style: italic;
}
.cycloneslider-template-dark .cycloneslider-slide-testimonial blockquote{
	margin-bottom: 0;
}
.cycloneslider-template-dark .cycloneslider-slide-testimonial p{
	margin: 0;
}
.cycloneslider-template-dark .cycloneslider-slide-testimonial .cycloneslider-testimonial-author{
	text-align: right;
	font-style: normal;
}
.rtl .cycloneslider-template-dark .cycloneslider-slide-testimonial .cycloneslider-testimonial-author{
	text-align: left;
}
.cycloneslider-template-dark .cycloneslider-slide-testimonial .cycloneslider-testimonial-author a{
	text-decoration: none;
}

/*** Prev/Next ***/
.cycloneslider-template-dark .cycloneslider-prev,
.cycloneslider-template-dark .cycloneslider-next,
.cycloneslider-template-dark .cycloneslider-pager span {
	cursor:pointer;
}
.cycloneslider-template-dark .cycloneslider-prev,
.cycloneslider-template-dark .cycloneslider-next{
    position:absolute;
    top: 45%;
    z-index:501;
    display: block;
    margin-top: -25px;
    width:38px;
    height:70px;
    background: transparent;
    opacity: 0.6;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    transition: initial !important;
}


.cycloneslider-template-dark .cycloneslider-prev:hover,
.cycloneslider-template-dark .cycloneslider-next:hover{
	opacity: 1;
}
.cycloneslider-template-dark .cycloneslider-prev.disabled,
.cycloneslider-template-dark .cycloneslider-next.disabled{
	display: none;
}
.cycloneslider-template-dark .arrow{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
}
.cycloneslider-template-dark .cycloneslider-prev{
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.rtl .cycloneslider-template-dark .cycloneslider-prev{
    left:auto;
	right:0;
}
.cycloneslider-template-dark .cycloneslider-prev .arrow{
    background: url(images/arrow-left.png) top center no-repeat;
    margin: 0px;
    border: none;
    width: 100%;
    position: initial;
    height: 100%;
    background-size: contain;
    top: 0px;
    left: 0px;
    display: block;
}
.rtl .cycloneslider-template-dark .cycloneslider-prev .arrow{
    margin-left: -2px;
	border: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid #fff;
	border-bottom: 6px solid transparent;
}
.cycloneslider-template-dark .cycloneslider-next{
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.rtl .cycloneslider-template-dark .cycloneslider-next{
    right:auto;
	left:0;
}
.cycloneslider-template-dark .cycloneslider-next .arrow{
    background: url(images/arrow-right.png) top center no-repeat;
    margin: 0px;
    border: none;
    width: 100%;
    position: initial;
    height: 100%;
    background-size: contain;
    top: 0px;
    left: 0px;
    display: block;
}
.rtl .cycloneslider-template-dark .cycloneslider-next .arrow{
    margin-left: -4px;
	border: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
}

/*** Pager ***/
.cycloneslider-template-dark .cycloneslider-pager{
    position:absolute;
    bottom:-22px;
    left:0;
    z-index:100;
    width: 100%;
    height: 12px;
    text-align: center;
}
.cycloneslider-template-dark .cycloneslider-pager span {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(21,255,219,0);
    border: solid 1px #fff;
}
.ie7 .cycloneslider-template-dark .cycloneslider-pager span{
	zoom: 1;/* IE 7 inline-block */
	*display: inline;/* IE 7 inline-block */
}
.cycloneslider-template-dark .cycloneslider-pager span.cycle-pager-active {
    background-color: #15ffdb;
    width: 14px;
    height: 14px;
    border: none;
}

/*** Caption ***/
.cycloneslider-template-dark .cycloneslider-caption{
    position:absolute;
    left:0;
    z-index:100;
    max-width: 50%;
    margin: 0px;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 15px;
}
.rtl .cycloneslider-template-dark .cycloneslider-caption{
	text-align: right;
	left: auto;
	right:0;
}
.cycloneslider-template-dark .cycloneslider-caption-title,
.cycloneslider-template-dark .cycloneslider-caption-description,
.cycloneslider-template-dark .cycloneslider-caption-more{
	display: block !important;
	float: left;
	clear: both;
	margin-bottom: 0px;
	background: transparent;
	padding: 0px;
	opacity: 1;
}
.rtl .cycloneslider-template-dark .cycloneslider-caption-title,
.rtl .cycloneslider-template-dark .cycloneslider-caption-description,
.rtl .cycloneslider-template-dark .cycloneslider-caption-more{
	float: right;
}
.cycloneslider-template-dark .cycloneslider-caption-title{
    color:#fff;
    opacity: 1;
    font-size: 72px;
    line-height: initial;
    font-family: FuturaPTDemi;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 72px;
}
.cycloneslider-template-dark .cycloneslider-caption-description{
    color: #fff;
    font-size: 36px;
    line-height: initial;
    font-family: FuturaPTBook;
    line-height: 36px;
}
.cycloneslider-template-dark .cycloneslider-caption-more{
    color:#25282a;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: initial;
    letter-spacing: 0.5px;
    font-family: FuturaPTMedium;
    padding: 16px 41px;
    background-color: #fff;
    margin-top: 10px;
    max-width: 160px;
    max-height: 50px;
}
.cycloneslider-template-dark .cycloneslider-caption-more:hover{
    color: #000;
    background-color: #15ffdb;
}

/*** Responsive ***/
@media (max-width: 960px) {
	.cycloneslider-template-dark .cycloneslider-caption{
		max-width: 100%;
	}
}
@media (max-width: 480px) {
	.cycloneslider-template-dark .cycloneslider-caption{
		display: none;
	}
}

@media screen and (min-width: 20em) and (max-width: 26em) {
    .cycloneslider-slide .slide-helper{
        width: 320px;
    }
    .cycloneslider-template-dark .cycloneslider-slide{
        padding-top: 75px;
    }
    body.home .site-content-contain #content{
        height: 575px;
    }
    .cycloneslider-pager{
        display: none;
    }
}
@media screen and (min-width: 26em) and (max-width: 64em) {
    .cycloneslider-slide .slide-helper{
        width: 768px;
    }
    .cycloneslider-template-dark .cycloneslider-slide{
        padding-top: 175px;
    } 
}

@media screen and (max-width: 1024px) {
    .cycloneslider-template-dark .cycloneslider-slide img{
        max-width: 100%;
        left: 0px;
        margin: 0 auto;
        position: inherit;
        transform: none;
        top: 0px;
    }
    .cycloneslider-template-dark .cycloneslider-caption{
        max-width: 100%;
        position: inherit;
        transform: none;
        top: 0px;
        display: inline-block;
        text-align: center;
        margin-top: 30px;
    }
    .cycloneslider-template-dark .cycloneslider-caption-description{
        width: 100%;
        text-align: center;
        font-size: 24px;
    }
    .cycloneslider-template-dark .cycloneslider-caption-title{
        width: 100%;
        text-align: center;
        font-size: 36px;
    }
    .cycloneslider-template-dark .cycloneslider-caption-more{
        float: none;
        margin: 0 auto;
    }
    .cycloneslider-template-dark .cycloneslider-prev, .cycloneslider-template-dark .cycloneslider-next{
        display: none;
    }
}
@media screen and (min-width: 1025px) {
    .cycloneslider-template-dark .cycloneslider-slide{
        background-position-y: -100px;
    }
}