/* ---- 300x250 10FT AllDevices ----*/

* {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: 300px;
	height: 250px;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;

	cursor: pointer;
}

#background {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 300px;
	height: 250px;

	z-index: -1;

	background-color: #f5f5f6;
	/*background-image: url(images/bg_300x250.jpg);*/
}

#background img {
	width: 300px;
	height: 250px;
}

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

canvas {
	width: 100%;
}

#loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	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: 298px;
	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 ---*/

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


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


/*striploop*/

#stripContainer {
	position: absolute;
	display: flex;
	flex-direction: row;
	/*background-color: #FFCC00;*/
	padding: 0px;
	margin: 0px;

	top: 10px;
}

#strip {
	display: flex;
	flex-wrap: nowrap;
	margin: 0px;
	padding: 0px;
	/*background-color: green;*/
}

#stripRepeat {
	display: flex;
	flex-wrap: nowrap;
	margin: 0px;
	padding: 0px;
	/*background-color: red;*/
}

.showImg {
	width: 200px;
	border-radius: 5px;
	margin-left: 10px;

}

#grad {
	position: absolute;
	top: 125px;
	left: 0px;
	height: 50px;
	width: 175px;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));

	/*border: 1px solid red;*/
}

/*end striploop*/

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


.imgDiv {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.imgDiv img {
	width: 100%;
}

#carouselTxtBox, #carouselTxtBox_fb {
	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;
}

#carouselTxt, #carouselTxt_fb {
	display: inline-block;
	font-family: 'BrandonBlack', Arial, sans-serif;
	text-align: center;
	letter-spacing: 0.5px;
	line-height: 1.2em;
	font-size: 18px;
	color: #FFF;

	font-weight: 100;
}

#logosTxtBox {
	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;
}

#finalTxtBox, #finalTxtBox_fb {
	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;
}

#finalTxt, #finalTxt_fb {
	display: inline-block;
	font-family: 'BrandonBlack', Arial, sans-serif;
	text-align: center;
	letter-spacing: 0.5px;
	line-height: 1.2em;
	font-size: 28px;
	color: #FFF;

	font-weight: 100;
}

#ctaButton {
	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;

	border-radius: 15px;
	background-color: #14ABE0;
}

#ctaTxt {
	display: inline-block;
	font-family: 'BrandonBlack', Arial, sans-serif;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.4px;
	color: #112E68;
}

#legalTxt {
	position: absolute;
	display: block;
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 8px;
	letter-spacing: 0.4px;
	color: #FFF;
}


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