#ribbon {
    position:absolute;
    top:0px;
    left:0px;
    z-index:150;
}
.coverImage {
    background:none;
    background-position: center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: relative;
    display: block;
    right: 0;
    top: 0;
    z-index: 1;
}
/* Prevent the slideshow from flashing on load */
#slides {
    display: none;
    z-index: 120;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.slidesjs-container,
.coverImage{
    background-color: #F2F2F2;
    /*min-height: 540px;*/
    min-width: 100%;
}
.half .slidesjs-container,
.half .coverImage{
    background-color: #F2F2F2;
    min-height: 300px;
    min-width: 100%;
}
.slidesjs-container article {
    background-size: cover;
    width: 100%;
}

.slides-js-style {
    overflow: hidden;
    /*height: 420px;*/
    /*width: 600px;*/
}
/* Show active item in the pagination */
.slidesjs-pagination .active {
    color:red;
}

.slidesjs-next,.slidesjs-previous{
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    color: #FFFFFF;
    font-size: 20px;
    width: 15%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.slidesjs-next:focus,.slidesjs-previous:focus,
.slidesjs-next:hover,.slidesjs-previous:hover{
    outline: none;
}

    
.slidesjs-next{right: 0;}
.slidesjs-previous{left: 0;}
.slidesjs-next:before,
.slidesjs-previous:before{
    position: absolute;
    display: block;
    /*color: #839B60;*/
	color: #fff;
    font-family: FontAwesome;
    font-size: 50px;
    height: 1em;
    line-height: 1em;
    top:45%;
    text-indent: 0;
    opacity: 0.5;
}
.slidesjs-next:before{
    right: 3%;
    content: "\f138";
}
.slidesjs-previous:before{
    left: 3%;
    content: "\f137";
}
.slidesjs-next:hover,
.slidesjs-previous:hover{
    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -moz-animation: fadein 0.5s; /* Firefox */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera */
    animation: fadein 0.5s;
}
.slidesjs-next:hover{
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(131, 155, 96, 0.5) 100%);*/
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(255, 255, 255, 0.5) 100%);
    background-repeat: repeat-x;
}
.slidesjs-previous:hover{
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}
.slidesjs-navigation{
    position: absolute;
    display: block;
    z-index: 140;
}
.slidesjs-pagination{
    bottom: 0.35em;
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    z-index: 144;
}
.slidesjs-pagination > ul {
	padding: 0;
	-webkit-padding-start: 0px;
}
.slidesjs-pagination > li{
    display: inline-block;
    margin: 0 1em;
}
.slidesjs-pagination > li a{
    display: block;
    background: #fff;
    height: 0.5em;
    overflow: hidden;
    text-indent: 100%;
    width: 0.5em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}
.slidesjs-pagination > li a:focus,
.slidesjs-pagination > li a:active,
.slidesjs-pagination > li a:hover,
.slidesjs-pagination > li a.active{
    outline: none;
}
.slidesjs-pagination > li a:hover,
.slidesjs-pagination > li a.active{
    background: #FEE602;
}

.slide {
	position: relative;
	height: 100%;
}

#slides .content img.slide{
    /*width: 100%;*/
    /*height: 0;*/
}
#slides article{
    display: none;
}
slidesjs-slide{
    position: relative;
}
#slides h1{
    color: #fff;
    font-size: 2.5em;
    line-height: 1.25em;
    text-shadow: 0 0 0.1em #333;
}
#slides p{
    color: #fff;
    font-size: 1.5em;
    line-height: 1.35em;
    text-shadow: 0 0 0.1em #333;
}

#slides img {
	width: 100%;
}

#slides .textbox {
	font-family: 'Source Sans Pro', sans-serif;
	position: absolute;
	top: 0;
	left: 0;
    right: 0;
	bottom: 0;
	margin: auto;
	max-width: 480px;
	max-height: 200px;
	text-align: center;
}

#slides .textbox a {
	margin-top: 3em;
	border-radius: 0.25em;
	border: 0.15em solid #fff;
	color: #fff!important;
	padding: 0.5em;
	text-decoration: none;
	font-size: 1.5em;
	text-shadow: 0 0 0.1em #333;
}

#slides .textbox a:hover {
	background: rgba(35,36,32,0.5);
	border: 0.15em solid rgba(35,36,32,0.5);
}

.btn-lp{
    margin: 1em auto 0;
    border: 1px solid;
    border-radius: 0.25em;
    background: none;
    color: #fff!important;
}
.btn-lp:hover{
    background: #FEE602;
    border-color: #FEE602;
    color: #000!important;
}
.caption img,
.fullWidth{
    display: block;
    position: relative;
}
.fullWidth{
    width: 100%;
}
a.fullWidth img{
    width: 100%;
}

#slides .mover{
    margin: 3em;
}

#slides .overlay{
    position: absolute;
    left: 0;
    top:0;
    background: #000;
    display: none;
    height: 100%;
    width: 100%;
    z-index: 130;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    /*    .half .caption{
            bottom:4em!important;
        }*/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    /*    .slidesjs-container,
        .coverImage{
        }
        #slides .caption{
            bottom: 13em!important;
        }*/
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .slidesjs-container,
    .coverImage{
        /*        background-position: center bottom;*/
    }
    /*    #slides .caption{
            bottom: 14em;
        }
        .half .caption{
            bottom:4em;
        }*/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .slidesjs-container,
    .coverImage{
        background-position: center top;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1440px) {
    .slidesjs-container,
    .coverImage{
        background-position: center top;
    }
}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .slidesjs-container,
    	.coverImage{
        /*min-height: 420px;*/
    }
        /*#slides .caption{
            background: graytext;
            bottom: 9em;
        }*/
    #slides h1  {
        font-size: 2em!important;
    }
	#slides p {
		font-size: 1.0em!important;
	}
	#slides .textbox a {
		font-size: 1.25em!important;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	#slides h1  {
        font-size: 1.25em!important;
    }
	#slides p {
		font-size: 0.5em!important;
	}
	#slides .textbox a {
		font-size: 1.0em!important;
	}
    .slidesjs-container,
    .coverImage{
		/*min-height: 410px;*/
    }
    #slides .caption{
        /*background: graytext;*/
        /*bottom: 11em;*/
        font-size: 80%;
    }
    #slides .caption h1{
        /*font-size: 1.4em!important;*/
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
		#slides h1{
    		font-size: 1.0em;
		}
    /*    .slidesjs-container,
        .coverImage{
           /*min-height: 420px;*/
        }
        #slides .caption{
            background: graytext;
            bottom: 10em;
        }*/
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​