

/* ============================================================
                        IOS SLIDER 
============================================================= */

.slider-container {
    position: relative;
    background: #000;
    margin: auto;
    width: 100% !important;
    min-height: 750px;
    overflow: hidden;
}

.ic-slider {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    height: auto !important;
    width: auto !important;
    overflow: hidden;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;
}

    .ic-slider.visible {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }

    /* slider */
    .ic-slider .slider {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
    }

        /* slide */
        .ic-slider .slider .slide {
            /* required */
            float: left;
            width: 100%;
            position: absolute !important;
            top: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            left: 0 !important;
        }
        .ic-slider .slider .slide { z-index: 1; }
        .ic-slider .slider .slide.current{ z-index:2; }

.bannerImage {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-behavior: url(/backgroundsize.min.htc);
}

.bannerImage img {
    width: 100%;
    height: auto;
}


/* ============================================================
                        BANNER TEXT
============================================================= */

.bannerGradient {
    height: 212px;
    width: 100%;
    background: url(../images/structure/bannerGradient.png) bottom center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}


.ic-slider-content{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none !important;
}

.ic-slider-content .ic-container-fluid{
	max-width: 960px;
	padding: 0 80px;
}

.ic-slider-content-foreground {
    color: #fff;
	text-align: center;
}

    .ic-slider-content-foreground p, .ic-slider-content-foreground h2 {
		font-size: 1.800em;
		line-height: 1.407em;
		font-weight: 800;
		color: #FFF;
        margin: 0;
        overflow: hidden;
		text-shadow: 1px 1.732px 0px rgba(0, 0, 0, 0.75);
    }
	
	.ic-slider-content-foreground a, .ic-slider-content-foreground a:link, .ic-slider-content-foreground a:visited{
		color: #FFF;
		text-decoration: underline;
	}
	
	.ic-slider-content-foreground a:hover, .ic-slider-content-foreground a:active, .ic-slider-content-foreground a:focus{
		text-decoration: none;
	}


.mobileBannerText{ display: none; }



/* ============================================================
                        CONTROLS
============================================================= */

.ic-slider-controls {
    width: 34px;
    position: absolute;
    bottom: 17px;
    right: 28px;
    z-index: 49;
    text-align: center;
    opacity: 0;
    display: none;
}

    .ic-slider-controls.visible {
        opacity: 1;
    }

    .ic-slider-controls a {
        display: inline-block;
        width: 34px;
        height: 34px;
		overflow: hidden;
		text-indent: -9999em;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
    }

        .ic-slider-controls a:hover, .ic-slider-controls a:active {
            background-color: #333333;
			background-color: rgba(51,51,51,0.30);
        }
	
	.ic-slider-controls .pause {
		background: #72757a url(../images/structure/slider-pause2x.png) center center no-repeat;
		background: rgba(255,255,255,0.30) url(../images/structure/slider-pause2x.png) center center no-repeat;
		background-size: 8px auto;
	}
	
	.no-backgroundsize .ic-slider-controls .pause {
		background: #333333 url(../images/structure/slider-play.png) center center no-repeat;
		background: rgba(51,51,51,0.30) url(../images/structure/slider-pause.png) center center no-repeat;
	}
	
	.ic-slider-controls .paused {
		background: #72757a url(../images/structure/slider-play2x.png) 12px center no-repeat;
		background: rgba(255,255,255,0.30) url(../images/structure/slider-play2x.png) 12px center no-repeat;
		background-size: 11px auto;
	}
	
	.no-backgroundsize .ic-slider-controls .paused {
		background: #333333 url(../images/structure/slider-play.png) 12px center no-repeat;
		background: rgba(51,51,51,0.30) url(../images/structure/slider-play.png) 12px center no-repeat;
	}


/*==================
  Next & Previous
====================*/

.slider-container .prev, .slider-container .next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -57px;
	width: 80px;
	height: 114px; 
	overflow: hidden;
	text-indent: -9999em;
	z-index: 49;
}

.slider-container .prev:hover, .slider-container .prev:focus,
.slider-container .next:hover, .slider-container .next:focus{
	background-color: #333333 !important;
	background-color: rgba(51,51,51,0.30) !important;
}


    .slider-container .prev {
		left: 0;
        background: url(../images/structure/slider-prev2x.png) center center no-repeat;
        background-size: 44px auto;
    }

	.no-backgroundsize .slider-container .prev {
		background: url(../images/structure/slider-prev.png) center center no-repeat;
	}
	
	.slider-container .next {
		right: 0;
		background: url(../images/structure/slider-next2x.png) center center no-repeat;
		background-size: 44px auto;
	}
	
	.no-backgroundsize .slider-container .next {
		background: url(../images/structure/slider-next.png) center center no-repeat;
	}



/* ============================================================
                        MEDIA QUERIES
============================================================= */

/*==================
  Tablet
====================*/

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

	.ic-slider-content-foreground p, .ic-slider-content-foreground h2 {
		font-size: 1.2em;
		line-height: 1.333em;
	}
	
	.slider-container .prev, .slider-container .next{
		height: 57px;
		margin-top: -42px;
		width: 40px;
	}
	
	.slider-container .next{ background-size: 22px auto; }
	.slider-container .prev{ background-size: 22px auto; }
	
}


/*==================
  Wide Mobile
====================*/

@media only screen and (max-width : 767px) {
	
	.slider-container { 
        border: none;
        min-height: 275px;

    }
	
	.ic-slider .slider .slide {
        overflow: visible !important;
    }
	
	.mobileBannerText {
		display: block;
	}

    #ic-gal-slider-home .ic-slider-text, #ic-gal-slider-home .ic-slider-content.icrt_gal_btTop.ic-slider-text {
		display: none !important;
    }

    .ic-slider-controls, #ic-gal-slider-home .prev, #ic-gal-slider-home .next {
        display: none;
    }

    .ic-slider-dot-pagination {
        display: none;
    }
	
	.mobileBannerText {
		background: #333333;
		display: block;
		overflow: hidden;
		border-bottom: 4px solid #f78f1e;
    }
	
    .mobileBannerText .ic-slider-text, .mobileBannerText .ic-slider-content.icrt_gal_btTop.ic-slider-text {
        display: block !important;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        padding: 0; 
        height: 0;
        opacity: 0;
        visibility: visible;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        transition: none;
    }
	
	.mobileBannerText .ic-slider-text.hide, .mobileBannerText .ic-slider-content.icrt_gal_btTop.ic-slider-text.hide {
		display: none !important;
	}
	
        .mobileBannerText .ic-slider-text.visible, .mobileBannerText .ic-slider-content.icrt_gal_btTop.ic-slider-text.visible {
            height: auto;
            opacity: 1;
            visibility: visible; 
            -webkit-transition: opacity .65s ease-in-out;
            -moz-transition: opacity .65s ease-in-out;
            -ms-transition: opacity .65s ease-in-out;
            transition: opacity .65s ease-in-out; 
        }
			
		.ic-slider-content-foreground {
			color: #fff;
			padding: 14px 3% 14px 3%;
			text-align: center;
		}
		
			.ic-slider-content-foreground p, .ic-slider-content-foreground h2{
				color: #fff;
				font-size: 0.933em;
				line-height: 1.429em;
				font-weight: 600;
				padding: 0;
				overflow: hidden;
				text-shadow: none;
			}
	
	.ic-slider-content .ic-container-fluid{ padding: 0; }
	
    .ic-slider-controls, .slider-container .prev, .slider-container .next, .bannerGradient {
        display: none;
    }

}
