/*LANDING PAGE 1 - MOVIES*/
/*HEADER*/
.HeaderLogo {
		height: 54px;
	}
.header1 {
	margin-top: 5px;
	height: 100%;
    overflow: hidden;
}

.greenBtn {
	width: 187px;
	height: 54px;
	font-size: 18px;
	padding:2px;
	line-height:1.2;
}

.btnTitle {
	font-size: 20px;
	font-weight: bold;
}

.btnSubTitle {
	font-size: 13px;
	font-weight: bold;
}

.HeaderLogo img {
	height: 30px;
	width: auto;
}

.HeaderLogo span {
	vertical-align: bottom;
	font-size: 22px;
}

h3 {
	padding-top: 0;
	margin-top: 5px;
}

.starWrapper {
	padding-right: 0;
}

.starWrapper i {
	color: #FBAE00;
}

/*PLAYER*/
.frame {
	width: 100%;
	height: 100%;
	padding: 5px;
	border-radius: 8px;
	background-color: #A7ABAA;	
}

.frame #circularG {
    width: 79px;
    height: 30px;
    background-image: url(../images/LandingPage/loading.svg);
    background-size: 19px 17px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: left center;
    padding-left: 27px;
    float: left;
    line-height: 30px;
}

.frame span {
	color: #fff;
	font-size: 12px;
	vertical-align: super;
    max-width: calc(100% - 377px);
}

.frame .loadingBar {
	height: 30px;
	background-color: black;
	border-radius: 0px 0px 5px 5px;
	align-content: center;
	color: #fff;
	font-size: 12px;
}

.frame .contentBar {
	display: inline-block;
	height: 25px;
    width: calc(100% - 302px);
 }

.frame .controls {
	height: 62px;
	background-color: #A7ABAA;
	border-radius: 0px 0px 5px 5px;
	background-image: url(../images/LandingPage/MF-L1_Vplayer-HDbut.png), url(../images/LandingPage/MF-L1_Vplayer-playbut.png);
	background-position: right 0px, left 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.frame .innerControls {
    height: 30px;
    width: 215px;
    display: inline-block;
    background-image: url(../images/LandingPage/MF-L1_Vplayer-indicators2.png);
    background-repeat: no-repeat;
    background-position: center;
}
.radial-progress .inset .percentage div {
	text-align: center;
}
.radial-progress .inset .percentage span {
	font-size: 16px;
    font-weight: bold;
}
.lp0420 {
	background-image: url(../images/Sport_LandingPage/MF-Lsoccer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 100%;
    height: 100vh;
}
/*Movie Timer Bar*/
.expand {
	width: 67%;
	height: 5px;
	margin: 8px 10px;
	background: gray;
	position: absolute;
	opacity: 0.7;
	-webkit-animation: fullexpand 30s ease-out;
	-moz-animation: fullexpand 30s ease-out;
	-o-animation: fullexpand 30s ease-out;
	animation: fullexpand 30s ease-out;
}

.expandRed {
	width: 60%;
	background: red;
	-webkit-animation: midleExpand 30s ease-out;
	-moz-animation: midleExpand 30s ease-out;
	-o-animation: midleExpand 30s ease-out;
	animation: midleExpand 30s ease-out;
	-webkit-animation-delay: -0.1s;
	-moz-animation-delay: -0.1s;
	-o-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
/*Loading Screen*/
.loading {
	height: 100%;
	display: block;
	width: 100%;
	background-image: url("../images/LandingPage/spin.svg");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	background-color: black;
}

.screen {
	height: 100%;
	background-color: #B5BDB9;
	display: none;
	-webkit-animation: fadeInOut 15s ease-out forwards;
	-o-animation: fadeInOut 15s ease-out forwards;
	-moz-animation: fadeInOut 15s ease-out forwards;
	animation: fadeInOut 15s ease-out forwards;
	border-bottom: none;
	position: absolute;
	z-index: 99;
	width: 100%;
	background-image: url(../images/LandingPage/player_V2-greenBG.jpg);
	background-size: 100%;
}

.embed-responsive-16by9 {
	padding-bottom: 46.25%;
	background-color: black;
}

.languages {
	height: 17px;
	background-image: url(../images/LandingPage/flags.png);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-top: 10px;
}

.CreateAccount {
	display: none;
	opacity: 0;
	transition: 1s all;
	opacity: 0;
	width: 99vw;
	height: 70vh;
	position: absolute;
	top: 0;
	margin: auto;
	z-index: 100;
	left: 0;
	min-height: 600px;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

/*LANDING PAGE 2 - SERIES*/
landing2-header, landing-top-bar3, landing2-top-bar1 {
	margin-bottom: 0 !important;
}
.header2 {
	height: 50px;
	background-image: url(../images/TV_LandingPage/HD-logo-topbar.png), url( ../images/TV_LandingPage/search-field-topbar.png);
	background-position: left center, right center;
	background-repeat: no-repeat;
	margin-top: 20px;
}

.topBar {
	background-image: url(../images/TV_LandingPage/MF-L3_menubar-pixel.png);
	height: 25px;
}
.topBar .menu ul {
	padding-left: 30px;
}
.topBar .menu li {
	color: white;
	font-family: "Open sans", sans-serif;
	font-size: 13px;
	line-height: 25px;
	padding-right: 10px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}

.topBar .menu li:after {
    content: "|";
    padding-left: 10px;
}


.topBar .menu li:hover {
	background-color: #444;
}

.player2 .frame {
	background-color: transparent;
	border: 1px solid #333;
	padding: 0;
}
.player2 .frame .loadingBar {
    height: 50px;
    background-image: url(../images/LandingPage/player-icons-1.png),url(../images/LandingPage/player-icons2.png),url(../images/LandingPage/player-pixel.png);
    background-repeat: no-repeat,no-repeat, repeat;
    background-position: left bottom, right bottom, center bottom;
    background-size: auto;
}
.player2 .frame .contentBar {
    height: 33px;
    display: block;
    width: 100%;
}
.player2 .screen {
	background-image: url(../images/TV_LandingPage/MF-L3_player_background.jpg);
}
.player2  .frame span {
    max-width: 100%;
}
.player2  .expand {
    width: 92%;
}
/*Bottom Table*/
bottom-table1, bottom-table2 {
	color: white;
	font-size: 13px;
	margin: 0 !important;
	
}
.bottomTable1 {
	background-color: black;
    padding-left: 5px;
    padding-right: 5px;
}
.bottomTable1Header {
	height: 51px;
	line-height: 88px;
	background-image: url(../images/TV_LandingPage/MF-L3-social-icons.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 13px;
}

bottom-table1 tr , bottom-table2 tr{
	border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    height: 42px;
}
bottom-table1 tr span, bottom-table2 tr span {
	text-decoration: underline;
	cursor: pointer;
}

bottom-table1 tr span.votes, bottom-table2 tr span.votes {
	color: #999;
    font-family: Arial;
    font-size: 10px;
    text-decoration: none;
    padding-left: 5px;
} 
.fullStar {
	background-image: url(../images/TV_LandingPage/MF-L3-star.png);
    width: 14px;
    height: 13px;
    background-repeat: no-repeat;
    float: left;
}
.emptyStar {
    background-image: url(../images/TV_LandingPage/MF-L3-star-outline.png);
    width: 14px;
    height: 13px;
    background-repeat: no-repeat;
    float: left;
}
td.watchBtn button {
    background-image: url(../images/LandingPage/btnBg.png);
    border: none;
    height: 27px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
        white-space: nowrap;
}
td.voteBtn button{
    background-color: #343434;
    height: 27px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    border: none;
    width: 70%;
    float: right;
    
}

/*LANDING PAGE SPORT*/
landing2-top-bar2 {
	padding: 0 !important;
    margin: 0 !important;
}
.topBar2 {
	height: 25px;
	position: relative;
}
.topBar2 .barBg {
	position: absolute;
	width: 100vw;
	height: 25px;
	background-color: gray;
	opacity: 0.7;
	top:0;
	right: 0;
}
.topBar2 .menu2 li {
	color: white;
	font-family: "Open sans", sans-serif;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}
.topBar2 .menu2 li:hover {
	background-color: #444;
}
.topBar2 .menu2 li:nth-child(odd) {
	background-color: #343434;
}
.topBar2 .menu2 li:nth-child(even) {
	background-color: #454545;
}
.player3 {
	margin-bottom: 0;
	margin: 0 !important;
}
.player3 .frame {
	padding: 0;
}
.player3 .frame .loadingBar {
	border-radius: 0;
}
.player3 .screen {
	top: 0;
	background-image: url(../images/Sport_LandingPage/MF-Lsoccer-Vplayer-bg.png);
}
.player3  .frame span {
    max-width: 100%;
}
.player3  .expand {
    width: 92%;
}
.player3 .loader {
	position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.player3 .loader h3, .player3 .loader h6 {
	color: white;
}
.player3 .loader .connecting {
	margin: auto;
    width: 120px;
    height: 120px;
    margin-top: 65px;
    position: relative;
    background-image: url(../images/Sport_LandingPage/radio.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65px;
}

/*LANDING PAGE BRAZIL*/
.lp0520 {
	background-image: url(../images/Brazil_LandingPage/brazil-page-bg.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 100%;
    height: 100vh;
}
.lp0520 .player3 .screen {
	background-image: url(../images/Brazil_LandingPage/player-bg-brazil.png);
}

/*LANDING PAGE LARGE*/
.lp0620 .header2 {
	background-image: url(../images/LandingPage/logo-hdsub.png), url(../images/TV_LandingPage/search-field-topbar.png);
    background-position: -21px 0, right center;
    margin-left: -5px;
}
.lp0620 .socialLogos {
	background-image: url(../images/LandingPage/social.png);
    height: 47px;
    background-repeat: no-repeat;
    background-position: right top;
}
.lp0620 .topBar {
	height: 25px;
	background-image: url(../images/LandingPage/menu-bg-pixel.png);
}
.lp0620 .topBar .menu li:after {
    content: "|";
    padding-left: 10px;
}
.lp0620 .topBar .menu li {
    padding-left: 10px;
    padding-right: 0;
}
.lp0620 a {
	color: #9B7605;
	text-decoration: underline;
}
.lp0620 .player2 .screen {
	background-image: url(../images/LandingPage/bggreen.png);
}

.lp0620 .player2 .radial-progress {
	display: none;
}

.lp0620 .player2 .lp620Play {
	background-image: url(../images/LandingPage/Player_Transparent_300x300.png);
	background-position: center;
	height: 30%;
	width: 20%;
	left: 40%;
	top: 40%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 70%;
	cursor: pointer;
}

.lp0620 .player2 .lp620Play:hover {
	opacity: 0.8;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


.lp0620 .moremovies {
	background-image: url(../images/LandingPage/more-movies.jpg);
    height: 181px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
    cursor: pointer;
	
}
.lp0620 .blueMore {
	background-image: url(../images/LandingPage/blue-button.jpg);
    height: 56px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 256px;
    margin: auto;
    margin-top: 25px;	
}
/*LANDING PAGE KIDS*/
.lp0720 {
	background-image: url(../images/kids/MF-kids-bg2.jpg);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
}
.lp0720 .header2 {
	background-image: url(../images/kids/kids-logo.png), url(../images/TV_LandingPage/search-field-topbar.png);
    background-position: -10px 0, right center;
    margin-left: -5px;
}
.lp0720 .topBar {
	background-image: none;
}
.lp0720 .screen {
	background-image: url(../images/kids/player-image.jpg);
}
.lp0720 .player2  {
	margin: auto !important;
}

/*LANDING PAGE GIRLS*/
.lp0820 {
	color: white;
}
.lp0820 .header5 {
	height: 44px;
	margin-bottom: 15px;
}

.lp0820 .header5 .menu li:after {
    content: "|";
    padding-left: 5px;
}


.lp0820 .header5 > * {
	height: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	padding: 0;
    margin: 0;
}
.lp0820 .header5 .logo {
	background-image: url(../images/porn/x-logo.png),url(../images/porn/searchbar.png);
	background-position: center left, center right;
}

.lp0820 .header5 .languages {
	background-image: url(../images/porn/language.png);
	background-position: center right;
	margin-top: 0;
    margin-bottom: 10px;
}
.lp0820 .menuWrapper {
	padding: 0 !important;
	margin: 0 !important;
}
.lp0820 .menu li {
	color: white;
    font-family: "Open sans", sans-serif;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
    text-align: right;
}
.lp0820 .upgrade {
	float: right;
	background-image: url(../images/porn/upgrade.png);
	width: 100px;
    height: 28px;
    cursor: pointer;
}
.lp0820 .title1 {
	margin-top: 15px;
	padding: 0;
	margin-bottom: 22px;
}
.lp0820 a {
	color: #9B7605;
	text-decoration: underline;
	cursor: pointer;
}
.lp0820 .screen {
	background-image: url(../images/porn/vido-player-bg2.jpg);
}
.lp0820 .iconsBar {
	background-image: url(../images/porn/icon-bar.png);
    height: 43px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1B1B1B;
    cursor: pointer;
}
.lp0820 .viewContainer {
	background-color: #101010;
}
.lp0820 .bottomViews {
	margin-top: 20px;
}

.lp0820 .bottomViews .yellowFont {
	color: #9B7605;
}
.lp0820 .bottomViews .subscribeWrapper {
	height: 40px;
}
.lp0820 .bottomViews .subscribe {
	background-image: url(../images/porn/subscribe.png);
	width: 131px;
    height: 23px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.lp0820 .bottomViews .views {
	background-image: url(../images/porn/views-icon.png);
	width: 127px;
    height: 54px;
}
.lp0820 .showMore {
	background-image: url(../images/porn/showmoredetails.png), url(../images/porn/showmoredetails-bgpixel.png);
	background-repeat: no-repeat, repeat-x;
	background-position: center;
	background-color: #101010;
	width: 100%;
	height: 41px;
}
.lp0820 .banner720x90 {
	height: 106px;
	text-align: center;
	background-color: #1F1F1F;
	cursor: pointer;
}
.lp0820 .gridContainer {
	background-color: #1F1F1F;
}
.lp0820 .gridContainer .title {
	background-color: #2E2E2E;
    height: 43px;
    font-size: 18px;
    line-height: 43px;
    padding-left: 20px;
    font-weight: bold;
    color: #BFBDC4;;
}
.lp0820 .gridContainer .subtitle {
	color: #9B7605;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	background-color: #232323;
	height: 26px;
}
.lp0820 .gridContainer ul li {
	padding-left: 20px;
    background-color: #232323;
    color: #BFBDC4;
    
}
.lp0820 .gridContainer ul li {
	height: 27px;
}
.lp0820 .gridContainer ul li span {
	color: #5F5A55;
}
.lp0820 .gridContainer ul li:hover {
	background-color: #373737;
	cursor: pointer;
}
.lp0820 .gridContainer .videoListWrapper {
	background-color: #232323;
	width: 100%;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
.lp0820 .gridContainer .videoList {
    text-align: center;
    padding-bottom: 10px;
    cursor: pointer;
}
.lp0820 .gridContainer .videoList .views {
	white-space: nowrap;
	padding: 0;
}
.lp0820 .gridContainer .videoList .likes {
	white-space: nowrap;
	padding: 0;
}
.lp0820 .gridContainer .videoList .like {
	background-image: url(../images/porn/movie-library-like-icon.png);
	height: 15px;
    width: 19px;
    background-repeat: no-repeat;
    display: inline-block;
}
.lp0820 .gridContainer .videoList img {
	width: 100%;
}
.lp0820 .gridContainer .videoList .title {
	background-color: transparent;
	line-height: 26px;
	padding: 0;
	height: 26px;
	font-size: 16px;
	color: #9B7605;
	text-align: left;
}
.lp0820 .gridContainer .movie {
	cursor: pointer;
}
.lp0820 .loadMore {
	background-color: #1F1F1F;
	background-image: url(../images/porn/library-loadmore.png);
	background-repeat: no-repeat, repeat-x;
	background-position: center;
	width: 100%;
	height: 41px;
	margin-top: 20px;
}
.lp0820 .notes {
	margin-top: 30px;
	padding-bottom: 70px;
}
.lp0920 .header6 {
	color: #122A42;
}
.lp0920 .nav {
	position: relative;
}
.lp0920 .contactMail {
	position: absolute;
    top: 8px;
    left: 15px;
    color: #999;
    white-space: nowrap;
    font-size: 12px;
}
.lp0920 .copyR {
	position: absolute;
    top: 8px;
    right: 15px;
    color: #999;
    white-space: nowrap;
    font-size: 12px;
}

.lp0920 .footerMenu {
	left: 76%; 
	position: absolute; 
	top: -10px;
	width: 100%;
}

.lp0920 .banners {
	background-image: none;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}
.lp0920 .blueBox {
	background-color: #122842;
    border-radius: 5px;
    padding: 15px 89px;
    margin-bottom: 15px;
}
.lp0920 .blueBox>* {
	color: white;
}

.lp0920 .whiteBox h3 {
	color: #1B3349;
	margin-bottom: 0;
}

.lp0920 .whiteBox span {
	color: #1B3349;
}

.lp0920 .whiteBox div.menu  {
	background-color: #EEF0F2;
	margin-top: 10px;
}
.lp0920 .whiteBox .menu div {
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	padding: 5px;
	height: 30px;
}
.lp0920 .whiteBox .menu div:nth-child(1) {
	background-color:#D2D0D0;
}
.lp0920 .whiteBox .menu div:nth-child(2) {
	background-color:#DEDEDE;
}

.lp0920 .greenTitle {
	color:#64C52B;
	margin: 0;
	font-weight: bold;
	margin-top: 5px;
}
.lp0920 .greenBtn {
	width: 100%;
}
.lp0920 input {
	font-size: 15px;
	height: 35px;
}
.lp0920 input.danger {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
} 

.lp0920  span.danger {
	padding: 0;
	margin: 0;
	font-size: 9px;
}



/*CREATE ACCOUNT DIALOG 1*/
.dialog {
	display: table-cell;
	padding: 2%;
}

.registrationWrapper {
    height: auto;
    margin: auto;
    border: 2px solid gray;
    border-radius: 8px;
    position: relative;
    width: 380px;
}

.dialogMask {
    background-color: black;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
	z-index: -1;
}

#registration {
	padding: 0px 20px;
    background-color: #181818;
    height: auto;
    margin: auto;
    margin-top: 0;
	padding-top: 20px;
	border-radius:8px;
}

#registration p {
	color: #fff;
	font-size: 14px;
	margin: 0;
	text-align: center;
}

#registration .enlargedText {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}

#registration p .green {
	color: #AAE728;
	background-color: transparent !important;
}

#registration button {
	bottom: 0;
    margin-bottom: 25px;
    left: 0;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
	font-weight:bold;
}

#registration input {
	height: 36px;
    background-color: #ffffff;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    border-radius: 4px;
    padding-left: 15px;
    width: calc(100% - 15px);
}
#registration input.danger {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
} 

#registration span.danger {
	padding: 0;
	margin: 0;
	color: white;
	font-size: 9px;
}

/*Progress Bar animation */
@-moz-keyframes fullexpand { 
	0% {width: 0px;}
	100%{width:65%;}
}
@-webkit-keyframes fullexpand { 
	0% {width: 0px;}
	100%{width:65%;}
}
@keyframes fullexpand { 
	0% {width: 0px;}
	100%{width:65%;}
}
@-moz-keyframes midleExpand { 
	0% {width: 0px;}
	100%{width:45%;}
}
@-webkit-keyframes midleExpand { 
	0% {width: 0px;}
	100%{width:45%;}
}
@keyframes midleExpand { 
	0% {width: 0px;}
	100%{width:45%;}
}

/*Movie Screen Animation*/
@-moz-keyframes fadeInOut { 
	0% {
		opacity: 0;
		background-color: #000;
		display: none;
	}
	20%{
		opacity:1;
		background-color:#387100;
	}
	100%{
		opacity:1;
		background-color:#387100;
	}
}
@-webkit-keyframes fadeInOut { 
	0% {
		opacity: 0;
		background-color: #000;
		display: none;
	}
	20%{
		opacity:1;
		background-color:#387100;
	}
	100%{
		opacity:1;
		background-color:#387100;
	}
}
@keyframes fadeInOut { 
	0% {
		opacity: 0;
		background-color: #000;
		display: none;
	}
	20%{
		opacity:1;
		background-color:#387100;
	}
	100%{
		opacity:1;
		background-color:#387100;
	}
}
/*loading animation*/
@-moz-keyframes fadeOut { 
	0% {
		opacity: 0;
		background-color: #000;
		display: block;
	}
	80%{opacity:1;}
	100%{
		opacity:0;
		display:none;
		background-color:#000;
	}
}
@-webkit-keyframes fadeOut { 
	0% {
		opacity: 0;
		background-color: #000;
		display: block;
	}
	80%{opacity:1;}
	100%{
		opacity:0;
		display:none;
		background-color:#000;
	}
}
@keyframes fadeOut { 
	0% {
		opacity: 0;
		background-color: #000;
		display: block;
	}
	80%{opacity:1;}
	100%{
		opacity:0;
		display:none;
		background-color:#000;
	}
}