.marquee-section {
	display: block;
	background-color: #f1f1f1;
}

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

.marquee-section .carousel-wrapper .item,
.marquee-section .carousel-image {
	display: block;
	width: 100%;
	height: 150px;
	-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%;
}

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

.carousel-image {
	overflow: hidden;
}

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

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

.marquee-section .carousel-style-02 .carousel-text {
	text-align: center;
	text-decoration: none;
	background: #000;
	background: rgba(0,0,0,.7);
	opacity: .95;
	position: relative;
}

.countdown-wrapper.with-side-el {
	margin: 0 0 20px;
	display: block;
}

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

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

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

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

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

	.marquee-section .owl-next,
	.marquee-section .owl-prev {
		position: absolute;
		top: 28%;
	}

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

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

	.carousel-style-02 .carousel-image {
		height: 300px;
		overflow: visible;
	}

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

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

	.marquee-section .owl-next,
	.marquee-section .owl-prev {
		position: absolute;
		top: 35%;
	}

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

	.carousel-title {
		width: 100%;
		margin: 0 auto;
	}

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

	.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;
	}

	.countdown-wrapper.with-side-el {
		display: inline-block;
		width: 25%;
		float: left;
		background: #ccc;
		border-bottom:  1px solid #888;
		border-right:  1px solid #888;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
	
}

	.countdown-wrapper.with-side-el #theCountdown {
		width: 100%;
		margin: 0 0 6px;
		background: #ccc;
	}

	.countdown-wrapper.with-side-el .countdown-message {
		width: 100%;
		padding: 0px 0 10px;
		display: block;
		background: #ccc;
		height: auto;
	}
}

@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%; */
	
}
}
			
			
			
			
/* 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;
}
