/* ---- 970x250 Carousel ----*/

* {margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent; -webkit-touch-callout:none; -webkit-user-select:none; -webkit-text-size-adjust:none; }

body { background-color: #fff; }

#ad {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 970px;
	height: 250px;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #FFF;

	cursor: pointer;
}

#canvasHolder {
	width: 970px;
	height: 250px;
}

canvas {
	width: 100%;
}

#loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 970px;
	height: 250px;
	/*z-index: 1001;*/
	opacity: 1;
	background-image: url("sling_loader.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #FFF;
}

#border {
	position: absolute;
	top: 0;
	left: 0;
	width: 968px;
	height: 248px;

	pointer-events: none;
	border: 1px solid #999;

	z-index: 2000;
}

@font-face {
    font-family: 'BrandonBlack';
    src: url('fonts/brandontext-black-webfont.woff') format('woff');
}

@font-face {
    font-family: 'BrandonRegular';
    src: url('fonts/brandontext-regular-webfont.woff') format('woff');
}


/*--- CLASSES ---*/

.txtHead {
	text-transform: uppercase;
	width: 300px;
	text-align: center;
	font-family: 'BrandonBlack', Arial, sans-serif;
	letter-spacing: 2px;
	line-height: 1.2em;
	color: #14ABE0;
}
.testHead {
	position: absolute;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-family: 'BrandonBlack', Arial, sans-serif;
	letter-spacing: 1.5px;
	color: #14ABE0;

	opacity: 0;
}

.txtSub {
	text-transform: uppercase;
	width: 300px;
	text-align: center;
	font-family: 'BrandonRegular', Arial, sans-serif;
	color: #363636;
}
.testSub {
	position: absolute;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-family: 'BrandonRegular', Arial, sans-serif;
	color: #363636;

	opacity: 0;
}

#HTMLoverlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 970px;
	height: 250px;
}


/*--- DOM elems ---*/

.leaderboardItem {
	position: absolute;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;

	color: #FFFFFF;

	background-color: rgba(24,133,192,0.5)
}

rank-num {
	vertical-align: top !important;
	font-size: 12px !important;
	margin-right: 1px;
}

.rank {

	font-family: Arial, sans-serif;

	font-size: 14px;

	width: 30px;

	margin-left: 8px;

	/*background-color: rgba(21,23,32,0.5)*/
}

.showTitle {

	font-family: Arial, sans-serif;
	letter-spacing: 1.5px;

	font-size: 14px;

	width: 100%;

	margin-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	/*background-color: rgba(21,123,32,0.5)*/
}

#carouselContainer {
	pointer-events: none;
	/*overflow: hidden;*/
	width: 970px;
	height: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;

	/*background-color: rgba(123,232,23,0.2);*/
}

.imgDiv {
	position: relative;
	/*text-align: center;*/

	background-color: #FFF;
	border: 1px #EEE solid;
}

.imgDiv img {
	/*position: absolute;*/
	width: 100%;
	/*bottom: 0;*/
	opacity: 0.2;
}

#showTitleTxt {
	/*display: inline-block;*/

	text-align: left;
	font-family: 'BrandonRegular', Arial, sans-serif;
	color: #363636;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 12px;

	margin-left: 8px;

	/*background-color: rgba(123,232,23,0.2);*/
}

#carouselFlexBox {
	position: absolute;

	display: flex;
	display: -webkit-flex;

	flex-direction: column;
	-webkit-flex-direction: column;

	justify-content: center;
	-webkit-justify-content: center;

	align-items: center;
	-webkit-align-items: center;

	/*background-color: #14ABE0;*/
}

#carouselTxt {}

#showInfoFlexBox {

	position: absolute;

	display: flex;
	display: -webkit-flex;

	flex-direction: row;
	-webkit-flex-direction: row;

	justify-content: center;
	-webkit-justify-content: center;

	align-items: center;
	-webkit-align-items: center;
}

#networkLogoContainer {
	/*margin-right: 8px;*/
	display: inline-block;
	pointer-events: none;

	/*background-color: rgba(223,32,23,0.2);*/
}

.logoImgDiv {
	/*position: absolute;*/
}

.logoImgDiv img {
	width: 100%;
}

#finalImgDiv {
	position: absolute;
	display: block;

	/*background-color: rgba(123,221,231,0.3);*/
}
#finalImg {
	width: 100%;
}

#finalTxtFlexBox {
	position: absolute;

	display: flex;
	display: -webkit-flex;

	flex-direction: column;
	-webkit-flex-direction: column;

	justify-content: center;
	-webkit-justify-content: center;

	align-items: center;
	-webkit-align-items: center;

	/*background-color: #14ABE0;*/
}

#finalTxt {}

#lockupFlexBox {
	position: absolute;

	display: flex;
	display: -webkit-flex;

	flex-direction: column;
	-webkit-flex-direction: column;

	justify-content: center;
	-webkit-justify-content: center;

	align-items: center;
	-webkit-align-items: center;

	margin-left: -10px;
	margin-top: -3px;

	/*background-color: #14ABE0;*/
}

#lockupTop {
	display: block;
	text-align: center;
	font-family: 'BrandonRegular', Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 3px;
	color: #363636;
	margin-left: 15px;
	margin-top: 15px;
}
#lockupPrice {
	display: block;
	text-align: center;
	font-family: 'BrandonBlack', Arial, sans-serif;
	font-size: 90px;
	letter-spacing: -1px;
	color: #FAA21B;
	margin-top: -8px;
}
#lockupBottom {
	display: block;
	text-align: center;
	font-family: 'BrandonRegular', Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 3px;
	color: #363636;
	margin-top: -5px;
	margin-left: 15px;
}

#priceTxt {
	position: absolute;
	display: block;

	font-family: 'BrandonBlack', Arial, sans-serif;
	font-size: 18px;
	/*width: 100%;*/
	text-align: center;
	line-height: 13px;
	letter-spacing: 2px;
	color: #FFFFFF;

	/*background-color: rgba(23,123,321,.3);*/
}

#ctaFlexBox {
	position: absolute;

	display: flex;
	display: -webkit-flex;

	flex-direction: row;
	-webkit-flex-direction: row;

	justify-content: center;
	-webkit-justify-content: center;

	align-items: center;
	-webkit-align-items: center;

	background-color: #FAA21B;

	border: 1px solid #112E68;

	-webkit-box-shadow: -2px 2px #112E68;
	-moz-box-shadow: -2px 2px #112E68;
	box-shadow: -2px 2px #112E68;
}

#ctaTxt {
	/*position: absolute;*/
	display: inline-block;
	/*text-transform: uppercase;*/
	font-family: 'BrandonBlack', Arial, sans-serif;
	/*font-weight: bold;*/
	text-align: center;
	font-size: 20px;
	color: #112E68;
}

#caret {
	width: 6px;
	margin-left: 7px;
}

#legalTxt {
	position: absolute;
	display: block;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 8px;
	color: #999;
}


/*--------- END EDITABLES ---------*/