@charset "UTF-8";
/* CSS Document */

/*///////////////////////////////////////////////Special Content Style/////////////////////////////////////*/
#fadesContainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
}
.fadesContainer
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}
/*
.fadesLandscape
{
	width: 100%;
	height: 100%;
}
.fadesPortrait
{
	width: 100%;
	height: 100%;
}
*/

.slideCtnr/*, .imgSlideCtnr*/
{
	width: 100%;
	height: 100%;
	position:absolute;
	top:0px;
	left:0px;
	/*height:1080px;
	width:1920px;
	
	z-index:99;
	background: url( blkBG.png );
	background-color: #000000;*/
	display: block;
	background-color: rgba( 0, 0, 0, 0.87);
}
.ftdTxtCtnr
{
	height: 55%;
	width: 31%;
	display:block;
	/*margin:12% auto auto auto;*/
	/*border:#fff 1px solid;*/
	margin: 0px auto auto auto;
	padding-top: 12%;
	
}
.ftdTxt
{
	font-family: 'Oswald', sans-serif;
	color: #fff;
	/*width:100%;*/
	height: 44%;
	/*padding-top:20px;
	padding-left:10px;*/
	font-size: 200%;
	font-weight:200;
	line-height:125%;
	clear:both;
}
.ftdTxtUserName
{
	font-family: 'Oswald', sans-serif;
	color: #fff;
	margin-top:20px;
	height: 17%;
	font-size: 200%;
	font-weight:400;
	/*line-height:100px*/;
	padding-left:20px;
	float:left;
}
.ftdTxtUserPic
{
	margin: 20px auto auto 10px;
	width: 25%;
	/*
	height: 100px;
	*/
	float:left;
	
}
@media (min-width: 768px)
{
	.ftdTxtCtnr
	{
		width: 51%;
	}
	/*.ftdTxt
	{
		height: 44%;
		font-size: 200%;
		font-weight:200;
		line-height:125%;
		clear:both;
	}*/
	.ftdTxtUserName
	{
		margin-top: 10%;
	}
	/*.ftdTxtUserPic
	{
		margin: 20px auto auto 10px;
		width: 25%;
		float:left;
		
	}*/
}
.ftdImg, .ftdVid
{
	
	display:block;
	margin-left:auto;
	margin-right:auto;
	/*margin-top:10%;*/
	height:60%;
	padding-top: 12%;
}

.ftdImgUserNameINST, .ftdVidUserNameINST
{
	font-family: 'Oswald', sans-serif;
	color: #fff;
	display:block;
	margin:20px auto auto auto;
	max-width:30%;
	width:auto;
	font-size: 200%;
	font-weight:400;
	line-height:125%;
	text-align:center;
	/*background:url(img/twitterTag.png) no-repeat;
	background-size:50px 50px;
	background-position:2% 50%;*/
}
.announceCtnr
{
	height: 55%;
	width: 52%;
	display:block;
	/*margin: 12% auto auto auto;*/
	/*border:#fff 1px solid;*/
	margin: 0 auto;
	padding-top: 12%;
}
.announceTxtHL
{
	font-family: 'Oswald', sans-serif;
	color: #fff;
	margin: 2% auto 0 auto;
	padding: 3% 0 0 0.75%;
	display: block;

	/*height: auto;*/
	font-size: 300%;
	font-weight: 400;
	line-height: 125%;
	
	/*
	float:left;
	*/
}
.announceTxtBT
{
	font-family: 'Oswald', sans-serif;
	color: #fff;
	margin: 2% auto 0 auto;
	padding: 3% 0 0 0.75%;
	display: block;

	/*width:100%;
	height:480px;*/
	/*padding-top: 3%;
	padding-left: 0.75%;*/

	font-size: 200%;
	font-weight: 200;
	line-height: 125%;
	/*clear: both;*/
}
.staticImg
{
	/*height:1080px;
	width:1920px;*/
	display:block;
	margin:auto auto auto auto;
}



.imgSlide
{
	/*position: absolute;*/
	/*height:100%;*/
	display:block;
	/*margin:auto;
	top: 0;
	left: 0;*/
	margin: 0 auto;
	/*padding-top: 12%;*/
	overflow: hidden;
	width: 100%;
	height: 100%;
}


