.marquee-section {
	display: block;
	background-color: #f1f1f1;
	position: relative;
	overflow: hidden;
	clear: both;
}

.marquee-section-wrapper {
	position: relative;
}

.marquee-section .carousel-wrapper .item,
.marquee-section .carousel-image {
	display: block;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0 none;
	position: relative;
}

.marquee-section .owl-next,
.marquee-section .owl-prev {
	position: absolute;
	top: 24%;
	display: none;
	border-radius: 0;
}

.marquee-section .owl-item {
	background-color: transparent;
}

.owl-carousel .item a {
	display: block;
}

.owl-carousel .item a:focus {
    border: 3px solid #1b87ff;
}

.carousel-image {
	overflow: hidden;
}

.carousel-image img {
	width: 100%;
	height: auto;
}

.carousel-style-02 a,
.carousel-style-02 a:hover {
	text-decoration: none;
	position: relative;
}

.marquee-section .carousel-style-02 .carousel-text {
	text-align: center;
	text-decoration: none;
	background: #000;
	background: rgba(255,255,255,.8);
	opacity: .95;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.marquee-section-smaller {
    background: url(/commcms/images/branding/black-rays-full.jpg) no-repeat 0 0;
    background-image: url(/commcms/_resources/images/bkg/60-lines.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-color: #ccc;
}

.marquee-section-smaller .carousel-style-02 .carousel-text {
	display: block;
	position: relative;
	background: transparent;
	opacity: 1;
	bottom: auto;
	top: auto;
}

.marquee-section-smaller .carousel-style-02 .carousel-text .carousel-title {
	color: #000;
}

.marquee-section-smaller .carousel-style-02 .carousel-text .carousel-cta {
	display: block;
	line-height: 2em;
	font-size: 0.7em;
	font-family: 'Museo Slab';
	font-weight: 500;
	padding-top: 2px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.marquee-section-smaller .carousel-style-02 a .carousel-text .carousel-cta {
	color: #900;
}

.marquee-section-smaller .carousel-style-02 a:hover .carousel-title-text {
	text-decoration: none;
}

.marquee-section .carousel-style-02 .carousel-title {
	font-family: 'Effra', 'Effra', 'Effra W01';
	font-weight: 900;
	font-size: 1.2em;
	word-spacing: 0.1em;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.hide-marquee-dots .owl-controls {
	display: none !important;
}

.hide-marquee-arrows .owl-prev,
.hide-marquee-arrows .owl-next {
	display: none !important;
}

.marquee-section.shorter-height .responsive-splash-header-1 {
	max-height: 400px;
}

@media only screen and (min-width: 400px) {

	.carousel-style-02 .carousel-image {
		max-height: 260px;
	}

	.carousel-style-02 .carousel-text {
		font-size: 1.2em;
	}
}

@media only screen and (min-width: 560px) {

	.carousel-style-02 .carousel-image {
		max-height: 420px;
	}
	/*
	.marquee-section .owl-next,
	.marquee-section .owl-prev,
	.marquee-section .owl-next:hover,
	.marquee-section .owl-prev:hover {
		position: absolute;
		top: 0;
		bottom: 0;
		display: block;
		border: 0 none !important;
		margin: 0;
		box-shadow: none !important;
		padding-top: 28%;
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		transition: all 0.1s;
		background: url("/commcms/images/branding/red-rays-full.jpg") no-repeat 0 0;
		background-size: 100%;
		background-size: cover;
	}

	.marquee-section-smaller .owl-next,
	.marquee-section-smaller .owl-prev,
	.marquee-section-smaller .owl-next:hover,
	.marquee-section-smaller .owl-prev:hover {
		padding-top: 180px;
		bottom: 43px;
	}

	.marquee-section-larger .owl-next,
	.marquee-section-larger .owl-prev,
	.marquee-section-larger .owl-next:hover,
	.marquee-section-larger .owl-prev:hover {
		padding-top: 150px;
		bottom: 42px;
	}

	.marquee-section .owl-prev {
		left: -32px;
	}

	.marquee-section .owl-prev:hover {
		left: 0;
	}

	.marquee-section .owl-next {
		right: -32px;
	}

	.marquee-section .owl-next:hover {
		right: 0;
	}
	*/
	.marquee-section .owl-next,
	.marquee-section .owl-prev,
	.marquee-section .owl-next:hover,
	.marquee-section .owl-prev:hover {
		position: absolute;
		top: 30%;
		bottom: auto;
		display: block;
		border: 1px solid rgba(255,255,255,.6);
		box-shadow: none !important;
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		transition: all 0.1s;
		background: rgba(0,0,0,.5);
		background-size: 100%;
		background-size: cover;
	}

	.marquee-section .owl-next,
	.marquee-section .owl-prev,
	.marquee-section .owl-next:hover,
	.marquee-section .owl-prev:hover {
		
	}

	.marquee-section .owl-next,
	.marquee-section .owl-next:hover {
		right: 0;
		border-right: 0 none;
		border-radius: 15px 0 0 15px;
		padding: 4px 15px 5px 20px;
	}

	.marquee-section .owl-prev,
	.marquee-section .owl-prev:hover {
		left: 0;
		border-left: 0 none;
		border-radius: 0 15px 15px 0;
		padding: 4px 20px 5px 15px;
	}
	
	.carousel-style-02 .carousel-text {
		font-size: 1.3em;
	}

	.owl-theme .owl-controls {
		position: relative;
		z-index: 10;
		background: #eee;
		margin: 0 !important;
		padding: 10px 0 8px;
	}

	.marquee-section-smaller .owl-theme .owl-controls {
		background: transparent;
	}
}

@media only screen and (min-width: 960px) {

	.carousel-style-02 .carousel-image {
		height: auto;
		overflow: visible;
		max-height: 380px;
		overflow: hidden;
	}

	.carousel-image img {
		width: 100%;
	}

	.owl-wrapper .owl-item {
		/* border-top: 1px solid rgba(255,255,255,.7);
		border-left: 1px solid rgba(255,255,255,.7);
		border-right: 1px solid rgba(255,255,255,.7); */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.carousel-style-02.with-side-el .carousel-image {
		height: 340px;
	}
	
	.marquee-section .owl-next,
	.marquee-section .owl-prev,
	.marquee-section .owl-next:hover,
	.marquee-section .owl-prev:hover {
		top: 35%;
	}

	.marquee-section .owl-next,
	.marquee-section .owl-next:hover {
		padding: 8px 20px 9px 25px;
	}

	.marquee-section .owl-prev,
	.marquee-section .owl-prev:hover {
		padding: 8px 25px 9px 20px;
	}
	

	.carousel-style-02 .carousel-text {
		font-size: 1.4em;
		text-align: left;
		padding: 15px 0;
	}

	.carousel-title {
		width: 960px;
		margin: 0 auto;
	}

	.marquee-section-wrapper {
		max-width: 960px;
		margin: 0 auto;
	}

	.marquee-section-smaller {
		padding: 60px 0 45px;
		background: url("/commcms/images/branding/black-rays-full.jpg") no-repeat 0 0;
		background-image: url("/commcms/_resources/images/bkg/60-lines.png");
		background-attachment: fixed;
		background-repeat: repeat;
		background-color: #ccc;
	}

	.owl-carousel.with-side-el {
		display: inline-block;
		width: 75%;
		float: left;
	}

	.owl-carousel.with-side-el .owl-wrapper-outer {
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 340px;
	}

	.marquee-section-smaller .owl-item,
	.marquee-section-smaller .carousel-style-02 .carousel-text {
		background: transparent;
	}
}

@media only screen and (min-width: 1440px) {

	.carousel-style-02 .carousel-image {
	}

	.carousel-style-02.with-side-el .carousel-image {
		height: 340px;
	}

	.carousel-image img {
		width: 100%;
		max-height: 200%;
	}

	.with-side-el .carousel-image img {
		/* max-height: 115%; */
		/* min-width: 100%; */
	
	}
}

@media only screen and (min-width: 1900px) {

	
			
}	
			
			
/* OLD CODE as of Oct 2014 .. jp ... */




/*---------- YOU CAN CHANGE THIS STUFF -----------*/
#bannerRotator {
    position: relative;
    width: 960px;
    height: 293px;
    background: #EEE;
}


    /*---------- YOU MIGHT BREAK IT IF YOU CHANGE THIS STUFF -----------*/

    #bannerRotator ul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #bannerRotator ul li {
            position: absolute;
            display: none;
        }

            #bannerRotator ul li img {
                max-width: 960px;
                /*max-height: 348px;*/
            }

            #bannerRotator ul li a {
                text-decoration: none;
            }

    /*---------- USED FOR A SINGLE BANNER IMAGE -----------*/

#singleBannerRotator {
    position: relative;
    width: 960px;
    height: 293px;
    background: #EEE;
}

    #singleBannerRotator ul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #singleBannerRotator ul li {
            position: absolute;
        }

            #singleBannerRotator ul li img {
                max-width: 960px;
                /*max-height: 348px;*/
            }

            #singleBannerRotator ul li a {
                text-decoration: none;
            }

    /*---------- USED FOR BANNER ROTATOR WITHIN THREE-QUARTER CARD -----------*/

.card.three-quarter #bannerRotator {
	width: 100%;
	height: 100%;
	background: #FFF;
}

.card.three-quarter #bannerRotator img {
	width: 662px;
	height: 212px;
}
