*{
	margin: 0;
	padding: 0;
}

html, body {
	color: white;
	font-family: sans-serif;
	font-size: 1em;
	height: 400px;
	width: 100%;   /*This allows it to fill the full width of the page on expand*/
}

ft-richload {
	height:266px !important;
}

ft-video, ft-video video{
	outline: 0;
}
.ft-video{
	max-width: 480px;
}
.remove {
	width: 8px;
	height: 8px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: -2px;
	cursor: pointer;
	z-index: 11;

	-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translateZ(0);
}

#clickTag {	
	bottom: 0;
	height: 90px;
	/*margin-left: 24%;*/ /*Must be % not pixels for responsiveness*/
	position: absolute;
	/*width: 50%;*/ /*Must be % not pixels for responsiveness*/
	width: 100%;
	z-index: 10;
	background-color: rgba(255,255,255,0);

}

#expanded {	
	bottom: 0;
	height: 266px;
	position: absolute;
	width: 100%; /*Must be % not pixels for responsiveness*/
}

#play {
	position: absolute;
	/*width: 186px;*/
	width: 100%;
	left: 0;
    top: 0;
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;

    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    -webkit-transform: translateZ(0);

}

#logo{
	float: left;
	position: relative;
	height: 33px;
	width: 77px;
	top: 14px;
	z-index: 1000;
	/*left: 11px;*/
	-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translateZ(0);
}

#copy1_img{
	float: right;
	position: absolute;
	/*height: 26px;*/
	/*top: 18px;*/
	left:460px;
	top:0;
	-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translateZ(0);

	/*-webkit-transition: right 0.5s;  For Safari 3.1 to 6.0 
    transition: right 0.5s;*/
}

/*#copy2_img{*/
	/*position: absolute;*/
	/*height: 19px;*/
	/*right: 20.8%;*/
	/*bottom: 18px;*/
	/*opacity: 1;*/
	/*-moz-transition: all 0.5s ease-out;*/
	/*-o-transition: all 0.5s ease-out;*/
	/*-webkit-transition: all 0.5s ease-out;*/
	/*transition: all 0.5s ease-out;*/
	/*-webkit-transform: translateZ(0);*/
/*}*/
/*#copy2_img.fadeout{*/
	/*right:-200px;*/
	/*opacity: 0;*/
/*}*/
#copy1_img.fadeout{
	left:500px;
	top:30px;
	opacity: 0;
}

#bg_img {
	position: absolute;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	top:0;
}

#bg_img.fadeout {
	opacity: 0;
	top:30px;
}
/*#tv_screen{*/
	/*float: right;*/
	/*position: absolute;*/
	/*height: 90px;*/
	/*width: 66px;*/
	/*bottom: 0;*/
	/*right: 20px;*/
	/*opacity: 1;*/
    /*-webkit-transition: all 0.5s ease-out;*/
    /*transition: all 0.5s ease-out;*/
/*}*/

/*#tv_screen img {*/
	/*padding-top: 3px;*/
/*}*/

/*#tv_screen.fadeout{*/
	/*right: -151px;*/
	/*opacity: 0;*/
/*}*/
#order_now {
	bottom: 10px;
	position: absolute;
	right: 170px;
    opacity: 0;
	padding: 10px 15px;
	z-index: 10000;
	display: block;
	background-color:#00b389;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#order_now img {
	display: block;
}

#order_now:hover {
	background-color:#FF8D6D;
}

#order_now.fadein {
	opacity: 1;
	-moz-transition: all 0.3s ease-out 0.25s;
	-o-transition: all 0.3s ease-out 0.25s;
	-webkit-transition: all 0.3s ease-out 0.25s;
	transition: all 0.3s ease-out 0.25s;
	}

/*#f2_copy1_img{*/
	/*position: absolute;*/
	/*right: 2%;*/
	/*top: 18px;*/
	/*opacity: 0;*/
	/*-webkit-transition: opacity 0.25s ease-out;*/
	/*transition: opacity 0.25s ease-out;*/
/*}*/

/*#f2_copy1_img.fadein{*/
	/*opacity: 1;*/
	/*-webkit-transition: opacity 0.5s ease-out 0.5s;*/
	/*transition: opacity 0.5s ease-out 0.5s;*/
/*}*/

#f2_copy2_img{
	bottom: 50px;
	position: absolute;
	right: 22px;
	opacity: 0;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
#f2_copy2_img.fadein{
	opacity: 1;
	-moz-transition: opacity 0.5s ease-out 0.25s;
	-o-transition: opacity 0.5s ease-out 0.25s;
	-webkit-transition: opacity 0.5s ease-out 0.25s;
	transition: opacity 0.5s ease-out 0.25s;
}

#small {
	background:#364557;
	bottom: 0;
	height: 90px;
	position: absolute;
	width: 100%; 
	-moz-transition: height 0.5s ease-out;
    -o-transition: height 0.5s ease-out;
    -webkit-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
    -webkit-transform: translateZ(0);
}

#adWrapper{
	position: relative;
	width: 970px;
	margin: 0 auto;
	height: 100%;
}

#unexpanded {
	background-color: #e4e5e3;
	bottom: 0;
	display: none;
	height: 66px;
	position: absolute;
	right: 0;
	width: 185px;
}

#vidHolder {
	background-image: url("../images/poster-small.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	bottom: 0;
    height: 103px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 24.7em;
    text-align: center;
    top: auto;
    width: 186px; 
    z-index: 12;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: translateZ(0);
}


#play_bg{
	/*background-color: #000;*/
	bottom: 0;
    height: 103px;
    left: 0;
    width: 186px;
    opacity: 0.7;
    position: absolute;

    /*-webkit-transition: opacity 0.25s ease-out;*/
    /*transition: opacity 0.25s ease-out;*/
}



/*==================================================
 * Effect 8
 * ===============================================*/
.shadowEffect
{
    position:relative;
    -webkit-box-shadow:0 14px 20px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 14px 20px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 14px 20px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadowEffect:before, .shadowEffect:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    /*top:10px;
    bottom:10px;*/
    left:0;
    right:0;
    /*-moz-border-radius:100px / 10px;
    border-radius:100px / 10px;*/
}
/*.effect8:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
#preExpClose{right: 5px; bottom: 82px; top: auto;}*/
#preExpClose{
 top:auto;
 right: 10px;
 bottom: 80px;
 margin: auto;
}