body {
	background-repeat: repeat;
	background-position: left top;
	padding: 0px;
	width: auto;
	margin: 0px;
}
.mainWrapper {
	margin: 0 auto 0 auto;
	width: 980px;
	display: block;
	height: 1600px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
.mainWrapper .leftText {
	width: 900px;
	margin: 0px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.mainWrapper .leftText .logoHolder img {
	float: left;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	border: none;
	margin: 0px;
}
.mainWrapper .leftText .logoHolder img:hover {
	alpha(opacity=70); /* MSIE/PC */
	-moz-opacity: 0.7; /* Mozilla 1.6 and older */
	opacity: 0.7;
}
.mainWrapper .leftText h1 {
	font-family: 'freight-sans-pro';
	font-weight: 300;
	font-size: 48px;
	color: rgba(81,141,255,1);
	display: block;
	text-align: left;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	line-height: 48px;
	width: 610px;
}
.mainWrapper .leftText h1 b {
	font-family: 'freight-sans-pro'; 
	font-weight: 300; 
	font-style: normal;
}
.mainWrapper p {
	font-family: 'freight-sans-pro';
	font-weight: 500;
	font-style: normal;
	font-size: 21px;
	color: #666666;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	line-height: 25px;
	float: none;
	clear: both;
}
.mainWrapper p a {
	color: #3299CC;
	text-decoration: none;
}
.mainWrapper p a:hover {
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.mainWrapper h2 {
	font-family: 'freight-sans-pro';
	font-weight: 500;
	font-style: normal;
	font-size: 1.3em;
	color: #666666;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 35px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	float: none;
}
.mainWrapper h2 a {
	color: #3299CC;
	text-decoration: none;
}
.mainWrapper .leftText h2 a img {
	border: none;
}
.mainWrapper h2 a:hover {
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.mainWrapper h2 a img:hover {
	alpha(opacity=50); /* MSIE/PC */
	-moz-opacity: 0.5; /* Mozilla 1.6 and older */
	opacity: 0.5;
}
.mainWrapper .rightImage {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 450px;
	height: 650px;
}
.mainWrapper .rightImage img {
	max-width: 100%;
}
.mainWrapper .innerWrapper {
	display: block;
	width: 900px;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
	float: left;
}
#gPod {
    margin: 0px;
	padding: 0px;
	height: auto;
}
#gPod h3 {
    font-family: 'freight-sans-pro';
	font-weight: 500;
	display: block;
	float: left;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
#gPod h3 a {
    color: rgba(255,255,255,1);
	text-decoration: none;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	text-align: center;
	-webkit-transition: background 0.15s linear;
	-moz-transition: background 0.15s linear;
	-ms-transition: background 0.15s linear;
	transition: background 0.15s linear;
	display: block;
	background-color: #3B444B;
	
	/* Entertainment Bros */
	background-image: url("img/Entertainment_Bros.jpg"); 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	behavior: url(PIE-1/PIE.htc);
	height: 53px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	width: 118px;
	vertical-align: middle;
	border: 1px solid rgba(59,68,75,1);
}
#gPod h3 a:hover {
	background-color: rgba(50,60,68,0.8);
	color: rgba(255,255,255,1);
	opacity: 0.85;
}
#aPod {
	margin: 0px;
	padding: 0px;
	height: auto;
}
#aPod h3{
	font-family: 'freight-sans-pro';
	font-weight: 500;
	display: block;
	float: left;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
#aPod h3 a{
	color: rgba(81,141,255,1);
	text-decoration: none;
	padding: 25px 0 12px 0;
	text-align: center;
	-webkit-transition: background 0.15s linear;
	-moz-transition: background 0.15s linear;
	-ms-transition: background 0.15s linear;
	transition: background 0.15s linear;
	display: block;
	background-color: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	behavior: url(PIE-1/PIE.htc);
	height: 53px;
	margin: 0 0 20px 30px;
	width: 118px;
	vertical-align: middle;
	border: 1px solid rgba(81,141,255,1);
}
#aPod h3 a:hover {
	background-color: rgba(0,86,167,0.8);
	color: rgba(255,255,255,1);
}
#bPod {
	margin: 0px;
	padding: 0px;
	height: auto;
}
#bPod h3{
	font-family: 'freight-sans-pro';
	font-weight: 500;
	display: block;
	float: left;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0px;
	margin: 0 0 0 0;
}
#bPod h3 a{
	color: rgba(255,255,255,1);
	text-decoration: none;
	padding: 25px 0 12px 0;
	text-align: center;
	-webkit-transition: background 0.15s linear;
	-moz-transition: background 0.15s linear;
	-ms-transition: background 0.15s linear;
	transition: background 0.15s linear;
	display: block;
	background-color: rgba(0,86,167,0.8);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	behavior: url(PIE-1/PIE.htc);
	height: 53px;
	margin: 0 0 0 30px;
	/*margin-top: 0px;*/
	/*margin-right: 0px;*/
	/*margin-bottom: 0px;*/
	/*margin-left: 30px;*/
	width: 118px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bPod h3 a:hover {
	background-color: rgba(81,141,255,1);
	color: rgba(255,255,255,1);
}
#cPod {
	margin: 0px;
	padding: 0px;
	height: auto;
}
#cPod h3{
	font-family: 'freight-sans-pro';
	font-weight: 500;
	display: block;
	float: left;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
#cPod h3 a{
	color: rgba(255,255,255,1);
	text-decoration: none;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	text-align: center;
	-webkit-transition: background 0.15s linear;
	-moz-transition: background 0.15s linear;
	-ms-transition: background 0.15s linear;
	transition: background 0.15s linear;
	display: block;
	background-color: rgba(0,86,167,0.8);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	behavior: url(PIE-1/PIE.htc);
	height: 53px;
	margin: 0 0 0 30px;
	/*margin-top: 0px;*/
	/*margin-right: 0px;*/
	/*margin-bottom: 0px;*/
	/*margin-left: 30px;*/
	width: 118px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cPod h3 a:hover {
	background-color: rgba(81,141,255,1);
	color: rgba(255,255,255,1);
}
#fPod {
	margin: 0px;
	padding: 0px;
	height: auto;
}
#fPod h3{
	font-family: 'freight-sans-pro';
	font-weight: 500;
	display: block;
	float: left;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
#fPod h3 a{
	color: rgba(81,141,255,1);
	text-decoration: none;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	text-align: center;
	-webkit-transition: background 0.15s linear;
	-moz-transition: background 0.15s linear;
	-ms-transition: background 0.15s linear;
	transition: background 0.15s linear;
	display: block;
	background-color: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	behavior: url(PIE-1/PIE.htc);
	height: 53px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	width: 118px;
	vertical-align: middle;
	border: 1px solid rgba(81,141,255,1);
}
#fPod h3 a:hover {
	background-color: rgba(0,86,167,0.8);
	color: rgba(255,255,255,1);
}
.videoWrapper {
	display: flex;
	justify-content: center;
	margin: 0px;
	padding: 0px;
	width: 900px;
}
.videoWrapper img {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.homeContent {
	display: block;
	margin: 0px;
	float: left;
	width: 900px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
}
.twitterPodlmx {
	display: block;
	float: left;
	width: 288px;
	height: 340px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.twitterPodHdr {
	background-color: rgba(81,141,255,1);
	display: block;
	height: 50px;
	width: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 -10px;
}
.twitterPodLogo {
	display: block;
	margin: 0px;
	float: left;
	height: 40px;
	width: 40px;
	padding: 5px 20px 5px 10px;
}
.twitterPodTextHdr {
	font-family: 'freight-sans-pro';
	font-weight: 500;
	font-style: normal;
	display: block;
	margin: 0px;
	float: left;
	width: auto;
	padding: 15px 0 0 0;
	font-size: 18px;
	color: #FFFFFF;
}
.twitterPodlmx .twitterPodLogo img{
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.buttonWrapper {
	display: block;
	margin: 0px;
	float: left;
	height: 217px;
	width: 600px;
	padding: 0px;
}
.kachingWrapper {
	display: block;
	margin: 0px;
	float: left;
	height: auto;
	width: 567px;
	padding: 0 0 0 30px;
}
.kachingWrapper img {
	display: block;
	padding: 0px;
	float: right;
	margin: 0 0 0 0;
}
.kachingWrapper img:hover {
	cursor: pointer; 
	alpha(opacity=70); /* MSIE/PC */
	-moz-opacity: 0.7; /* Mozilla 1.6 and older */
	opacity: 0.7;
}
.kachingWrapperR {
	display: block;
	margin: 0px;
	float: left;
	height: auto;
	width: 79px;
	padding: 0px;
}
.kachingWrapperR img {
	display: block;
	padding: 0px;
	float: right;
	margin: 0 0 0 0;

}
.kachingWrapperR img:hover {
	cursor: pointer; 
	alpha(opacity=70); /* MSIE/PC */
	-moz-opacity: 0.7; /* Mozilla 1.6 and older */
	opacity: 0.7;
}
.videoStatic4 {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.videoStatic5 {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 225px;
	width: 370px;
	background-image: url(img/5-anime-base.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.videoStatic6 {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 225px;
	width: 205px;
	background-image: url(img/6-anime-base.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#hotFeature {
	background-color: rgba(102,0,102,1);
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 22px;
	margin-top: -11px;
}
.homeContent #hotFeature h4 {
	font-family: 'freight-sans-pro';
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	color: rgba(255,255,255,1);
}
.homeContent #hotFeature h4 a {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.homeContent #hotFeature h4 a:hover {
	color: rgba(80,141,255,1);
	text-decoration: none;
}

#home-banner-teb {
    display: inline-flex;
    flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	width: 100%;
}

#home-banner-teb h1 {
    font-family: 'freight-sans-pro';
	font-weight: 300;
	font-size: 48px;
	color: rgba(81,141,255,1);
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0 0 30px 48px;
	line-height: 48px;
	width: 100%;
}
