/* marquee */

.marquee {
    background-color: #2c2c2c;
    height: 480px;
    background-image: url(../img/marquee-bg-FPO.jpg);
    background-position: top center;
    color: #fff;
    text-align: center;
    padding: 0;
    position: relative;
    overflow: hidden;
	width: 100%;
}

.marquee .slide {
    padding: 140px 0 0 0;
    transition: all 2s;
    width: 100%;
    position: absolute;
    right: -1000px;
    opacity: 0;
	z-index: 99;
}

.marquee .vidCover {
	background-color: #000;
	opacity: .7;
	min-height: 480px;
	width: 100%;
	position: absolute;
}

.marquee video {
	width: 100%;
}


/*@media only screen and (max-width: 880px) {
	
    .marquee video {
		width: 850px;
	}
}*/

.marquee .active {
    right: 0;
    opacity: 1;
}

.marquee .used {
    right: 1000px;
    opacity: 0;
}

.marquee .title {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 40px 0;
}

.marquee .message {
    font-size: 22px;
    font-weight: 300;
    width: 470px;
    margin: auto;
}

@media only screen and (max-width: 470px) {
	.marquee .title {
		font-size: 22px;
		padding: 0 20px;
	}
    .marquee .message {
        width: auto;
        font-size: 16px;
		padding: 0 20px;
    }
}


/* /marquee */


/* 2020 */

.sewpBoxes {
	font-size: 20px;
}

.sewpBoxes .pad {
	padding: 20px 30px;
	display: block;
}

.sewpBoxes a {
	color: #000;
	text-decoration: none;
}

.sewpBox1 {
	width: 50%;	
	float: left;
	background-color: #cccccc;
}

.sewpBox2 {
	width: 50%;	
	float: left;
	background-color: #ebebeb;
}


/* rotators */

.rotators {
    margin: 0 0 0 0;
}

.rotator {
    width: 50%;
    float: left;
    min-height: 360px;
    position: relative;
}

.rotator .slides {
    min-height: 320px;
    /*width: 720px;*/
    margin: auto;
	display: block;
}

.rotator .slide {    
    /*width: 720px;*/
    margin: auto;
    position: absolute;
    top: 0;
    opacity: 0;
	height: 0;
	overflow: hidden;
	transition: opacity 1.5s;
}

.rotator .active {
    opacity: 1;
	height: 320px;
	transition: opacity 1.5s, height 0 1s;
}

.rotator .used {
    opacity: 0;
	height: 0;
	transition: opacity 1.5s, height 0;
}

.rotator .slide .leftSide {
    width: 414px;
    /*min-height: 320px;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    position: relative;
	z-index: 99;
}

.rotator .slide .leftSide .content {
    position: absolute;
    /*bottom: 0;*/
    color: #000;
    font-size: 22px;
    font-weight: 300;
    padding: 24px 50px 34px 30px;
	overflow: hidden;
}

.rotator .slide .rightSide {
    width: 306px;
    /*min-height: 320px;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: right;
    text-align: center;
	position: relative;
	z-index: 1;
}

.rotator .slide .rightSide .cname {
	text-align: center;
	color: #ccc;
	font-weight: 300;
	font-size: 23px;
	position: absolute;
    margin: auto;
    width: 100%;
    top: 24px;
}

.rotator1 .slide .rightSide .cname {
	color: #fff;
}
.rotator1 .slide .rightSide .cname a {
	color: #fff;
	text-decoration: none;
}
.rotator1 .slide .rightSide .cname a:hover {
	text-decoration: underline;
}

.rotator1 {
    background-color: #ccc;
}

.rotator1 .slide {
	cursor: pointer;
}

.rotator2 {
    background-color: #ebebeb;
}

.rotator2 .slide {	
	cursor: pointer;
}

.rotator2 .slide .leftSide .content {
    color: #000;
}

.rotator .controlsRow {
    background-color: #fff;
}

.rotator .controls {
    width: 720px;
    margin: auto;
}

.rotator .controls .title {
    color: #a0a0a2;
    padding: 40px 0 40px 30px;
    font-size: 20px;
    font-weight: 300;
}

.rotator .controls .buttons {
    padding: 0px 0 40px 30px;
}

.rotator .controls .buttons {}

.rotator .controls .buttons .pin {
    height: 8px;
    width: 8px;
    background-image: url(../img/rotators/rotator-pin-off.png);
    float: left;
    background-size: cover;
    margin: 0 3px 0 0;
}

.rotator .controls .buttons .active {
    background-image: url(../img/rotators/rotator-pin-on.png);
}

@media only screen and (max-width: 1120px) {
    .rotator {
        /*float: none;
        width: 100%;*/
    }
    .rotator .slide {}
    .rotator .slide .leftSide {
		width: 380px;
	}	
	.rotator .slide .leftSide .content {
		padding: 22px 20px 34px 30px;
	}
    .rotator .slide .rightSide {
		float: none;
	}
}

@media only screen and (max-width: 780px) {
    .rotator {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 744px) {
    .rotator .slides {
        width: auto;
    }
    .rotator .slide {
        width: 100%;
    }
    .rotator .slide .leftSide {
        display: none;
    }
    .rotator .slide .rightSide {
        margin: auto;
        float: none;
    }
    .rotator .controls {
        width: auto;
        margin: auto;
    }
}


/* /rotators */
