
/*General*/
html, body {
	background-color: #000;
	width: 100vw;
	height: 96vh;
	margin: auto;
	padding: 0;
	min-height: 600px;
	color: black;
}

a {
	color: gray;
	cursor: pointer;
}


.red {
	color: red;
}

.header {
	background-color: #2E2A29;
}

.header .headerBody {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	color: #fff;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto;
	width: 920px;
}

.no-flexboxlegacy .headerBody, .no-flexboxtweener .headerBody,
	.no-flexbox .headerBody {
	display: table;
}

.no-flexboxlegacy .headerBody>*, .no-flexboxtweener .headerBody>*,
	.no-flexbox .headerBody>* {
	display: table-cell;
}

.no-flexboxlegacy .header ul, .no-flexboxtweener .header ul, .no-flexbox .header ul
	{
	display: table;
}


.no-flexboxlegacy .header ul li, .login, .no-flexboxtweener .header ul li,
	.login, .no-flexbox .header ul li, .login {
	display: table-cell;
}


.header .support {
	color: red;
	cursor: pointer;
}

.header .languages select {
	width: auto;
	background-color: transparent;
	border: none;
	color: white;
	margin: 0;
}

.header .languages select option {
	background-color: black;
}

.footer {
	background: #2f2b2a;
	background: -moz-linear-gradient(top, #2f2b2a 32%, #000000 100%);
	background: -webkit-linear-gradient(top, #2f2b2a 32%, #000000 100%);
	background: linear-gradient(to bottom, #2f2b2a 32%, #000000 100%);
	height: 70px;
}

.no-flexboxlegacy .footer .footerBody, .no-flexboxtweener .footer .footerBody,
	.no-flexbox .footer .footerBody {
	display: table;
}

.no-flexboxlegacy .footer .footerBody>*, .no-flexboxtweener .footer .footerBody>*,
	.no-flexbox .footer .footerBody>* {
	display: table-cell;
}

.footer .footerBody {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-right: 40px;
	padding-left: 40px;
	width: 920px;
	margin: auto;
}

.footer .logo {
	background-image: url(../domains/images/SERVER_DOMAIN/logoSmall.png);
	background-size: contain;
	height: 55px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-end;
	background-position: 0px 5px;
	padding-left: 60px;
	float: left;
    width: 10px;
    margin-top: 25px;
}

.footer .helpsupport{
	color: white;
	margin-top: 25px;
}

.footer .logo div {
	color: gray;
	font-size: 11px;
}

.footer .menu {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	align-items: flex-end;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: gray;
	height: 55px;
	margin-top: 10px;
	text-align: right;
	float: right;
}

.no-flexboxlegacy .footer .menu ul, .no-flexboxtweener .footer .menu ul,
	.no-flexbox .footer .menu ul {
	display: table;
}

.no-flexboxlegacy .footer .menu li, .no-flexboxtweener .footer .menu li,
	.no-flexbox .footer .menu li {
	display: table-cell;
}

.footer .menu ul {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style: none;
	width: 450px;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0;
}

.footer .menu ul li {
	color: gray;
	cursor: pointer;
	font-size: 11px;
}

.footer .menu span {
	font-size: 11px;
}
/*Error input style*/
input.error, select.error, textarea.error {
	border: 1px solid red;
	background-color: floralwhite;
	color: red;
}

.greenBtn {
	background: rgba(128, 197, 1, 1);
	background: -moz-linear-gradient(top, rgba(128, 197, 1, 1) 0%,
		rgba(124, 190, 0, 1) 10%, rgba(77, 135, 0, 1) 28%, rgba(75, 133, 0, 1)
		49%, rgba(70, 128, 0, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(128, 197, 1,
		1)), color-stop(10%, rgba(124, 190, 0, 1)),
		color-stop(28%, rgba(77, 135, 0, 1)),
		color-stop(49%, rgba(75, 133, 0, 1)),
		color-stop(100%, rgba(70, 128, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(128, 197, 1, 1) 0%,
		rgba(124, 190, 0, 1) 10%, rgba(77, 135, 0, 1) 28%, rgba(75, 133, 0, 1)
		49%, rgba(70, 128, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(128, 197, 1, 1) 0%,
		rgba(124, 190, 0, 1) 10%, rgba(77, 135, 0, 1) 28%, rgba(75, 133, 0, 1)
		49%, rgba(70, 128, 0, 1) 100%);
	background: -ms-linear-gradient(top, rgba(128, 197, 1, 1) 0%,
		rgba(124, 190, 0, 1) 10%, rgba(77, 135, 0, 1) 28%, rgba(75, 133, 0, 1)
		49%, rgba(70, 128, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(128, 197, 1, 1) 0%,
		rgba(124, 190, 0, 1) 10%, rgba(77, 135, 0, 1) 28%, rgba(75, 133, 0, 1)
		49%, rgba(70, 128, 0, 1) 100%);
	border: none;
	border-radius: 5px;
	padding: 5px 20px;
	margin-bottom: 12px;
	color: #fff;
}
/*Landing Pages*/
.width {
	width: 100%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 0 4px rgba(0, 0, 0, .3);
	border: 1px solid;
	margin-top: 23px;
}

.width:before {
	content: '';
	display: block;
}

.ratio16-9:before {
	padding-top: 56.25%;
}

.playerContainer .content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.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;
}

.no-flexboxlegacy #CreateAccount, .no-flexboxtweener #CreateAccount,
	.no-flexbox #CreateAccount {
	left: calc(50% - 278px);
	width: auto;
}

#CreateAccount {
	display: none;
	transition: 1s all;
	opacity: 0;
	width: 99vw;
	height: 97vh;
	position: absolute;
	top: 0;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	margin: auto;
	z-index: 100;
	left: 0;
	min-height: 600px;
	height: 97vh;
}

.preload-02 {
	background: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/LandingPage/frame.png) no-repeat -9999px
		-9999px;
}

#CreateAccount .registrationWrapper {
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/LandingPage/frame.png);
	width: 557px;
	height: 600px;
	background-repeat: no-repeat;
}

#CreateAccount div#registration {
	width: 307px;
	border: none;
	border-radius: 9px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	background-color: transparent;
	padding: 84px;
	justify-content: space-around;
	align-content: center;
	padding-top: 85px;
	margin-left: 29px;
}

#CreateAccount div#registration input {
	width: 280px;
	height: 36px;
	padding-left: 20px;
}

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

#CreateAccount div#registration p .green {
	color: #AAE728;
}

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

#CreateAccount div#registration .greenBtn {
	width: 100%;
	height: 46px;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
/*Verification Account - Landing Page*/
div#VerificationPage {
	display: none;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
}

#seamless-target {
	height: 370px;
}

html.whiteBg, body.whiteBg {
	background-color: white;
}

#VerificationPage #content {
	width: 100vw;
	height: 98vh;
	margin: 0;
	padding: 0;
}

.whiteBg #header {
	background-color: #FFF;
}

#VerificationPage .bluebg {
	font-family: Arial;
	font-size: 12px;
	color: white;
	background-color: #36bbf4;
	line-height: 1.2;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	width: 920px;
	margin: auto;
	display: table;
}
#VerificationPage .footerVA .bluebg , #VerificationPage .bluebg2{
	background-color: #413D3C;
	width: 911px;
}

#VerificationPage .bluebg p {
	width: 100%;
	margin: auto;
}

#VerificationPage #header #title {
	width: 920px;
	margin: auto;
	background-image: url(../domains/images/SERVER_DOMAIN/MF-logo-header.png);
	height: 54px;
	background-repeat: no-repeat;
	background-position: right;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	font-size: 17px;
	font-weight: bold;
}

.whiteBg #header span {
	color: #000;
}

#VerificationPage .footerVA {
	background-color: #413D3C;
	width: 100%;
	height: auto;
	display: block;
	    margin-top: 60px;
}
#VerificationPage .mobileFooterVA {
	display: none;
}
#VerificationPage .footerVA .footerBody {
	width: 920px;
	margin: auto;
	height: 30px;
	background-image:
		url(https://s3-us-west-2.amazonaws.com/vod.resources/images/LandingPage/MF-L1_verificationfooter.png);
	background-repeat: no-repeat;
	background-position: center;
}

.no-flexboxlegacy .verificationContainer, .no-flexbox.no-flexboxtweener .verificationContainer,
	.no-flexbox   .verificationContainer {
	display: table;
}

.verificationContainer {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 920px;
	margin: auto;
}

.no-flexboxlegacy .explanation, .no-flexboxlegacy .creditCardForm,
	.no-flexboxtweener .explanation, .no-flexboxtweener .creditCardForm  
.no-flexbox .explanation, .no-flexbox .creditCardForm {
	display: table-cell;
}

.explanation {
	width: 334px;
	padding-top: 23px;
	padding-right: 94px;
	padding-left: 30px;
}

.mobileExplanation {
	display: none !important;
}

.creditCardForm {
	width: 444px;
	padding-top: 5px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
}

.explanation .title {
	color: #36bbf4;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

.explanation p {
	color: #8E8F93;
	font-size: 13px;
	text-align: justify;
}

.explanation hr {
	height: 2px;
	background-color: #8E8F93;
}

.explanation .underlined {
	text-decoration: underline;
}

.creditCardForm .timer {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.creditCardForm #time {
	color: #006FA4;
	font-size: 21px;
}

.explanation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.explanation li {
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/MF_pre-reg_verification-VBlue2.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 30px;
	line-height: 2;
	color: black;
	font-weight: bold;
}

.verificationForm {
	padding: 0;
	width: 444px;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.verificationForm .title {
	color: #0071A4;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 23px;
	margin-left: 10px;
}

.no-flexboxlegacy .verificationForm .subtitle, .no-flexboxtweener .verificationForm .subtitle,
	.no-flexbox .verificationForm .subtitle {
	display: table;
}

.no-flexboxlegacy .verificationForm .subtitle>*, .no-flexboxtweener .verificationForm .subtitle>*,
	.no-flexbox .verificationForm .subtitle>* {
	display: table-cell;
	vertical-align: middle;
}

.verificationForm .subtitle {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	color: #282828;
	font-size: 14px;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-weight: bold;
}

.no-flexboxlegacy .verificationForm .starsWrapper, .no-flexboxtweener .verificationForm .starsWrapper,
	.no-flexbox .verificationForm .starsWrapper {
	display: table-cell;
	line-height: 37px;
}

.verificationForm .starsWrapper {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 32px;
	align-items: center;
}

.verificationForm .starsWrapper .stars, .verificationForm .starsWrapper .divFree
	{
	height: 32px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.no-flexboxlegacy .verificationForm .starsWrapper>*, .no-flexboxtweener .verificationForm .starsWrapper>*,
	.no-flexbox .verificationForm .starsWrapper>* {
	display: inline !important;
}

.verificationForm .starsWrapper .divFree, .verificationForm .starsWrapper .divFree,
	.verificationForm .starsWrapper .divFree {
	float: right;
}

.verificationForm .subtitle .litle {
	color: #6F6F6F;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}

.verificationForm .subtitle img {
	padding-right: 5px;
	width: 32px;
	height: 32px;
	min-width: 32px;
}

.verificationForm .subtitle i {
	font-size: 15px;
	color: #FFE70D;
	text-shadow: 0.2px 0.2px 0.2px rgba(0, 0, 0, 1);
}

.verificationForm .subtitle .free {
	color: #6AA900;
	font-size: 27px;
	padding-right: 10px;
}

.verificationForm .greenBtn {
	width: 100%;
	height: 41px;
}

.verificationForm .subtitle .price {
	font-size: 25px;
	font-weight: normal;
	padding-right: 10px;
}

.verificationForm label {
	display: inline-block;
}

.verificationForm td {
	white-space: nowrap;
}

.okIcon {
	display: inline-block;
}

#Zip, .smallInput {
	max-width: 50px;
}

#ExpDT select {
	max-width: 35%;
	display: inline-block;
}

.cardIcons {
	background-image: url("http://s3-us-west-2.amazonaws.com/vod.resources/images/MF_pre-reg_verification-payments.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 50px;
	background-size: 100%;
}

.inputField {
	width: 100%;
}

.inputField input {
	width: 96%;
	height: 31px;
}

.inputField select, .inputField button {
	width: 100%;
	height: 41px
}

.verificationForm .info {
	font-size: 10px;
}

#cvv {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
}

#cvv div {
	z-index: 100;
}
/*Thank you page*/
#page3 {
	display: none;
	width: 100%;
	height: 97vh;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	padding-top: 15%;
	background-color: black;
}

.preload-01 {
	background: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/MF-Thankspage-Popcorn.png) no-repeat -9999px
		-9999px;
}

#page3 .container {
	background-image: url("http://s3-us-west-2.amazonaws.com/vod.resources/images/MF-Thankspage-Popcorn.png");
	background-position: right center;
	width: 700px;
	height: 325px;
	margin: auto;
	background-repeat: no-repeat;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	border: 1px solid darkgray;
}

.logo {
	background-image: url(../images/logoSmall.png);
	width: 40%;
	height: 55px;
	background-repeat: no-repeat;
}

#logo {
	background-image: url(../domains/images/SERVER_DOMAIN/logoSmall.png);
	width: 189px;
	height: 55px;
	background-repeat: no-repeat;
	background-size: 139px;
}

#page3 .logo {
	background-image: url(../images/logoSmall.png);
	width: 476px;
	height: 55px;
	background-repeat: no-repeat;
}

.tnx {
	padding-left: 105px;
	font-size: 36px;
	color: #fff;
	width: 360px;
	font-weight: bold;
}

.tnx p {
	font-size: 16px;
	color: #7A7A7A;
	padding: 20px 3px;
	font-weight: normal;
}
/*Movies after landing page*/
.slider {
	width: 920px;
	margin: auto;
}

.slick-slide {
	margin: 0px 5px;
}

.slick-slide img {
	width: 100%;
	height: 222px;
	transition: 1s all;
}

.slick-slide img:hover {
	width: 149px;
	height: 224px;
	transition: 1s all;
}

.slick-prev:before, .slick-next:before {
	color: white;
}

.slick-dots {
	display: none !important;
}

#moviesPage .moreMovies .moreMoviesWrapper {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: auto;
	width: 920px;
	padding-top: 10px;
}

#moviesPage .moreMovies .title {
	width: 100%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	padding-left: 42px;
	padding-right: 38px;
}

#moviesPage .moreMovies .title div {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

#moviesPage .moreMovies .title div select {
	margin: 0;
	color: white;
	background-color: transparent;
}

#moviesPage .moreMovies .title div option {
	color: black;
}

#moviesPage .moreMovies .title span {
	font-size: medium;
	padding-right: 15px;
}

#moviesPage .moreMovies .movie {
	width: 150px;
	height: 273px;
	margin: 11px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	flex-direction: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

#moviesPage .moreMovies .movie:first-child {
	margin-left: 0;
}

#moviesPage .moreMovies .movie:last-child {
	margin-right: 0;
}

#moviesPage .moreMovies .movie img {
	width: 200px;
	height: 250px;
}

#moviesPage .moreMovies .movie .movieTitle {
	font-size: small;
	width: 100%;
	color: #FBAE00;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 5px;
}

#moviesPage .moreMovies .movie .subtitle {
	width: 100%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#moviesPage .moreMovies .movie .subtitle .stars {
	white-space: nowrap;
}

#moviesPage .moreMovies .movie .subtitle .movieCategory {
	text-align: right;
}

#moviesPage .moreMovies .movie .subtitle i {
	color: #FBAE00;
	font-size: 10px;
}

#moviesPage .moreMovies .movie .subtitle div {
	font-size: small;
	color: #fff;
}

.sliderWrapper {
	height: 375px;
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/MF-bestmovies-cinema-backgournd.png.jpg);
	background-size: 100%;
	background-position: bottom;
	width: 920px;
	margin: auto;
	padding-top: 25px;
	background-repeat: no-repeat;
}

.littleMoviesSlider .title {
	padding-bottom: 15px;
	padding-left: 15px;
}

.littleMoviesSlider .title span {
	font-size: medium;
}

#moviesPage hr {
	height: 7px;
	background-color: #313131;
	border: #313131;
	margin: 0;
	width: 920px;
	margin: auto;
}

#genres {
	display: none;
	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	flex-direction: column;
	color: white;
	margin: auto;
	width: 905px;
	padding-left: 15px;
	padding-top: 15px;
}

.genresContent {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 300px;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: baseline;
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/MF-bestmovies-cinema-backgournd.png.jpg);
	background-size: 100%;
	background-position: center 80%;
	transition: opacity 1s;
}

#genres .genre {
	width: 121px;
	height: 125px;
	border-radius: 100%;
	background-color: transparent;
	margin: 17px;
	overflow: auto;
	cursor: pointer;
	background-repeat: no-repeat;
	transition: opacity 1s;
}

#genres .genre:hover {
	opacity: 0.5;
	transition: opacity 1s;
}

.drama {
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/genres.png);
	background-position: -4px -4px;
}

.action {
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/genres.png);
	background-position: -146px -4px;
}

.comedy {
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/genres.png);
	background-position: -286px -4px;
}

.romance {
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/genres.png);
	background-position: -428px -4px;
}

.sciFi {
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/genres.png);
	background-position: -571px -4px;
}

#genres .genre .top {
	width: 100%;
	height: 70%;
}

#genres .genre .bottom {
	width: 100%;
	height: 26%;
	text-align: -webkit-auto;
	font-size: 20px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: baseline;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding-top: 4%;
	color: white;
}

.g1 {
	background-color: #373A4D;
}

.g2 {
	background-color: #F59A0D;
}

.g3 {
	background-color: #B57AE4;
}

.g4 {
	background-color: #E10813;
}

.g5 {
	background-color: #019330;
}

/*Main Page*/
#mainPage {
	margin: auto;
}

#mainPage .container {
	width: 920px;
	margin: auto;
}

.no-flexboxlegacy #mainPage .icons, .no-flexboxtweener #mainPage .icons,
	.no-flexbox #mainPage .icons {
	display: table;
}

.no-flexboxlegacy #mainPage .icons>div, .no-flexboxtweener #mainPage .icons>div,
	.no-flexbox #mainPage .icons>div {
	display: table-cell;
}

#mainPage .icons {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 130px;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/MF_HP_icons.jpg);
	width: 920px;
}

#mainPage .icons>div {
	width: 250px;
	height: 120px;
	color: white;
	background-repeat: no-repeat;
	background-position: center 10px;
	border-left: 1.5px solid #666;
	border-right: 1.5px solid #666;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	align-items: center;
	-webkit-background-size: auto 50px;
	background-size: auto 50px;
	padding: 20px 12px;
}

#mainPage .icons>div:first-child {
	border-left: none;
}

#mainPage .icons>div:last-child {
	border-right: none;
}

#mainPage .icons div .title {
	font-size: medium;
	text-align: center;
	margin-top: 50px;
	justify-content: center;
}

#mainPage .icons div .subtitle {
	font-size: small;
	text-align: center;
}

#mainPage .icons div.cancel {
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/MF_HP-cancelanytime-icon.png);
}

#mainPage .icons div.nolimits {
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/MF_HP-nolimits-icon.png);
}

#mainPage .icons div.adsfree {
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/MF_HP-adsfree-icon.png);
}

#mainPage .icons div.anywhere {
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/MF_HP-anywhere-icon.jpg.png);
}

.flexslider {
	padding-left: 15px;
	padding-right: 15px;
}

.slider div.titles {
	color: white;
	position: absolute;
	right: 100px;
	top: 25%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	height: 50%;
	align-items: flex-end;
}

.slider div.titles .title {
	font-size: 46px;
	line-height: 37px;
}

.slider div.titles .subtitle {
	font-size: small;
}

button.redBtn {
	background-color: red;
	border: none;
	border-radius: 5px;
	padding: 5px 20px;
	margin-bottom: 12px;
	color: #fff;
	margin-top: 30px;
}

.no-flexboxlegacy #mainPage .genresWrapper, .no-flexboxtweener #mainPage .genresWrapper,
	.no-flexbox #mainPage .genresWrapper {
	text-align: center;
}

#mainPage .genresWrapper {
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/MF_HP-lower-background_temp.jpg);
	width: 100%;
	height: 505px;
	background-size: 100%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	align-items: center;
	padding-top: 55px;
}

#mainPage .genresWrapper span {
	color: white;
	font-size: 36px;
	line-height: 1.2;
}

#mainPage .genresWrapper .redBtn {
	font-size: 20px;
	padding: 10px 20px;
}

#mainPage #genres {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	color: transparent;
	height: 200px;
	margin: 0;
}

#mainPage #genres .genresContent {
	background-image: none;
}

.no-flexboxlegacy #loginScreen, .no-flexboxlegacy #forgotPswScreen,
	.no-flexboxtweener #loginScreen, .no-flexboxtweener #forgotPswScreen,
	.no-flexbox #loginScreen, .no-flexbox #forgotPswScreen {
	z-index: 99;
	text-align: center;
	margin-top: 10%;
}

#loginScreen, #forgotPswScreen {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 99vw;
	height: 97vh;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	height: 97vh;
}

.no-flexboxlegacy #loginScreen .formWrapper, .no-flexboxlegacy #forgotPswScreen .formWrapper,
	.no-flexboxtweener #loginScreen .formWrapper, .no-flexboxtweener #forgotPswScreen .formWrapper,
	.no-flexbox #loginScreen .formWrapper, .no-flexbox #forgotPswScreen .formWrapper
	{
	display: inline-block;
	text-align: left;
}

#loginScreen .formWrapper, #forgotPswScreen .formWrapper {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	z-index: 100;
}

#loginScreen .form, #forgotPswScreen .form {
	background: #6d696c;
	background: -moz-radial-gradient(center, ellipse cover, #6d696c 24%, #363435 75%,
		#363435 83%);
	background: -webkit-radial-gradient(center, ellipse cover, #6d696c 24%, #363435 75%,
		#363435 83%);
	background: radial-gradient(ellipse at center, #6d696c 24%, #363435 75%, #363435 83%
		);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d696c',
		endColorstr='#363435', GradientType=1);
	border: 1px solid gray;
	padding: 20px 60px;
	border-radius: 5px;
}

#loginScreen .form table td:first-child, #forgotPswScreen .form table td:first-child
	{
	padding-right: 10px;
}

#loginScreen .form table td.formTitle, #forgotPswScreen  .form table td.formTitle
	{
	color: white;
	font-size: 16px;
	font-weight: bold;
}

#forgotPswScreen  .form table td .subtitle {
	display: block;
	font-size: 10px;
}

#forgotPswScreen  .form table {
	text-align: center;
}

#loginScreen .form table button, #forgotPswScreen .form table button {
	background-color: #090504;
	border: none;
	border-radius: 3px;
	padding: 5px 20px;
	margin-bottom: 12px;
	color: #7F7B78;
	width: 100%;
}

#loginScreen .newUser {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#loginScreen .newUser a {
	color: white;
	text-decoration: none;
	font-size: 10px;
	cursor: pointer;
}

#supportPage {
	display: none;
}

.no-flexboxlegacy #supportPage .content, .no-flexboxtweener #supportPage .content,
	.no-flexbox #supportPage .content {
	display: table;
}

#supportPage .content {
	max-width: 920px;
	min-width: 920px;
	margin: auto;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.no-flexboxlegacy #supportPage .supportForm, .no-flexboxtweener #supportPage .supportForm,
	.no-flexbox #supportPage .supportForm {
	display: table-cell;
}

#supportPage .supportForm {
	width: 50%;
}


#supportPage .headtitle {
	color: lightgrey;
	font-size: 26px;
	display: table-caption;
}

#supportPage .supportForm .contactUs {
	padding-bottom: 20px;
	padding-right: 108px;
}

#supportPage .supportForm .contactUs  .title {
	color: lightgrey;
	font-size: 20px;
}

#supportPage .supportForm .contactUs  .subtitle {
	color: lightgrey;
	font-size: 14px;
}

#supportPage .form input {
	height: 28px;
}

#supportPage .form select {
	height: 38px;
}

#supportPage .form .formTitle {
	color: lightgray;
	font-size: 18px;
}

#supportPage .form textarea {
	width: 97%;
}

#supportPage .form .note {
	color: lightgray;
	font-size: 11px;
	vertical-align: top;
}

#supportPage .form .redBtn {
	margin: 0;
	width: 100%;
}

.no-flexbox #supportPage .faqs {
	display: table-cell;
}

#supportPage .faqs {
	padding-top: 50px;
	position: relative;
	padding-left: 50px;
}

#supportPage li:hover {
	text-decoration: underline;
}

#supportPage #tooltip {
	display: none;
	width: 300px;
	background-color: transparent;
	color: lightgray;
	text-align: center;
	position: absolute;
	z-index: 999;
}

#supportPage #tooltip #tooltipTitle {
	background-color: black;
	border-radius: 6px 6px 0 0;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	font-weight: bold;
	padding: 5px;
	font-size: 12px;
	line-height: 1.5;
}

#supportPage #tooltip #tooltipDSC {
	background-color: #353130;
	border-radius: 0 0 6px 6px;
	border: 1px solid;
	font-size: 11px;
	padding: 5px;
	line-height: 1.5;
}

#supportPage .faqs .announcements {
	background-color: #353130;
	border: 1px solid gray;
	padding: 10px 20px;
	border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 70px;
	height: 75px;
	background-repeat: no-repeat;
	background-position: 20px center;
}

#supportPage .faqs .announcements .title {
	color: lightgray;
	font-size: 16px;
	font-weight: bold;
}

#supportPage .faqs .announcements .subtitle {
	color: lightgray;
	font-size: 14px;
}

#supportPage .faqs .lock {
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/MF-support-lock.png);
}

#supportPage .faqs .ribbon {
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/MF-support-ribbon.png);
}

#supportPage .faqs>.title {
	color: white;
	font-size: 20px;
	padding-bottom: 14px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#supportPage .faqs>.subtitle {
	color: red;
	font-size: 20px;
	padding-bottom: 12px;
}

#supportPage .faqs ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}

#supportPage .faqs li {
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/muvflix_support-arrow.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 30px;
	color: lightgray;
	font-size: 14px;
	cursor: pointer;
}

#supportPage #logout {
	display: none;
}

#supportPage #cancelAccount {
	display: none;
	color: red;
	background-color: transparent;
	border: 1px solid gray;
	padding: 3px 20px;
}

#supportPage #cancelText {
	display: none;
}

#supportPage .form #CancelFields {
	display: none;
}

#warningScreen {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 99vw;
	height: 97vh;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	height: 97vh;
}

#warningScreen .formWrapper {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	width: 570px;
}

#warningScreen .form {
	background-color: #A80000;
	padding: 20px 60px;
	border-radius: 5px;
}

#warningScreen .form .formHeader {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 100px;
	border-bottom: 7px double white;
	margin-bottom: 20px;
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/MF-cancel-popup-warning.png);
	background-repeat: no-repeat;
	height: 61px;
}

#warningScreen .form .title {
	color: white;
	font-size: 18px;
}

#warningScreen .form .subtitle {
	font-size: 14px;
}

#warningScreen .form table td:first-child {
	padding-right: 10px;
}

#warningScreen .form table button {
	background-color: #000;
	border: none;
	border-radius: 3px;
	padding: 5px 20px;
	margin-bottom: 12px;
	color: red;
	width: 100%;
}

.no-flexbox .closeBtn {
	display: block;
}

.closeBtn {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	align-self: flex-end;
}

.no-flexbox .closeBtn i {
	font-family: arial;
}

.closeBtn i {
	color: white;
	cursor: pointer;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}

.closeBtn i:hover {
	opacity: 0.5;
}

#warningScreen .closeBtn {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}

#warningScreen .closeBtn i {
	color: white;
	cursor: pointer;
}

#warningScreen .closeBtn i:hover {
	opacity: 0.5;
}

#sportMoviePreview {
	display: none;
	outline: none !important;
	position: fixed;
    top: 10%;
    z-index: 99; 
}

#sportMoviePreview .moviePreviewWrapper{
	padding-left: 40px;
	padding-bottom: 40px;
	background-color: #2B2B2B;
	padding-right: 40px;
	padding-top: 20px;
	width: 835px;
	margin: auto;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background: #353536; /* Old browsers */
	background: -moz-linear-gradient(45deg, #353536 0%, #0e0e0e 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #353536 0%, #0e0e0e 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #353536 0%, #0e0e0e 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353536',
		endColorstr='#0e0e0e', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

#sportMoviePreview .movieImage{
	width: 420px;
}

#sportMoviePreview .movieData{
	width: 465px;
	padding: 9px 25px;;
}

#movieWrapper .sportsClose{
	position: absolute;
    top: 10%;
    left: 20%;
}


#moviePreview {
	display: none;
	outline: none !important;
}

#moviePreview .moviePreviewWrapper{
	padding-left: 40px;
	padding-bottom: 40px;
	background-color: #2B2B2B;
	padding-right: 40px;
	padding-top: 20px;
	width: 920px;
	margin: auto;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background: #353536; /* Old browsers */
	background: -moz-linear-gradient(45deg, #353536 0%, #0e0e0e 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #353536 0%, #0e0e0e 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #353536 0%, #0e0e0e 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353536',
		endColorstr='#0e0e0e', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

#moviePreview .movieImage{
	width: 240px;
	height: 330px;
}

#moviePreview .movieData{
	width: 465px;
	height: 312px;
	padding: 9px 25px;;
}

#moviePreview .movieData .title, #sportMoviePreview .movieData .title{
	font-size: 20px;
	padding-bottom: 19px;
	color: white;
}

#moviePreview .movieData .subtitle , #sportMoviePreview .movieData .subtitle{
	font-size: 16px;
	padding-bottom: 2px;
	color: white;
}

#moviePreview .movieData .content, #sportMoviePreview .movieData .content{
	color: white;
	font-size: 12px;
	max-height: 127px;
	overflow: auto;
	margin-bottom: 17px;
}

#moviePreview .content p, #sportMoviePreview .content p{
	font-size: 12px;
	line-height: 1.3;
	padding: 2px;
}

#moviePreview .movieData .playNow, #sportMoviePreview .movieData .playNow{
	border: none;
	background-color: transparent;
	color: red;
	font-size: 18px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 135px;
}

#moviePreview .movieTrailer, #sportMoviePreview .movieTrailer{
	width: 215px;
}

#moviePreview .movieTrailer .stars, #sportMoviePreview .movieTrailer .stars{
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}

#moviePreview .movieTrailer .stars  i, #sportMoviePreview .movieTrailer .stars  i {
	color: #FBAE00;
	font-size: 18px;
}

#moviePreview .movieTrailer .title, #sportMoviePreview .movieTrailer .title {
	color: white;
	font-size: 14px;
	padding-top: 19px;
}

#moviePreview .movieTrailer video, #sportMoviePreview .movieTrailer video {
	background-color: black;
}

#moviePreview .movieTrailer .galleryImages {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 215px;
}

#moviePreview .movieTrailer .galleryImages div {
	width: 83px;
	height: 42px;
	margin: 9px 12px;
	background-color: gray;
	overflow: hidden;
	display: inline-block;
	flex-wrap: inherit;
}

#pricingPage {
	display: none;
	padding-top: 44px;
	padding-bottom: 83px;
	margin-bottom: 20px;
	width: 920px;
	margin: auto;
}

#pricingPage  .title {
	padding-bottom: 24px;
	color: white;
	font-size: 24px;
}

#pricingPage  .subtitle {
	font-size: 15px;
	padding-bottom: 5px;
}

#pricingPage  .offers {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#pricingPage  .offers .offer {
	width: 300px;
	height: 228px;
	background-color: #2D2928;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	margin-right: 20px;
}

#pricingPage .offers .offer:first-child {
	margin-left: 0;
}

#pricingPage  .offers .offer:last-child {
	margin-right: 0;
}

#pricingPage  .offers .offer .price {
	color: white;
	font-size: 48px;
}

#pricingPage  .offers .offer .redBtn {
	height: 39px;
	width: 160px;
	font-size: 18px;
}

.eula img {
	width: 800px;
}

.eula .content {
	padding-top: 44px;
	padding-bottom: 83px;
	width: 920px;
	margin: auto;
	color: white;
}

.eula  .content .title {
	font-size: 24px;
	padding-bottom: 35px;
}

.eula  .content .subtitle {
	font-size: 20px;
	padding-bottom: 35px;
}

.eula .content ol {
	margin-left: 40px;
	counter-reset: item;
}

.eula  .content ol li {
	padding: 20px 0px 5px 10px;
	display: block;
}

#SignInPage {
	display: none;
}

.SignInPage {
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	margin: auto;
	align-items: center;
}

.SignInPage  .verificationContainer {
	width: 920px;
	background-color: white;
	min-height: 460px;
	margin-top: 20px;
}

.SignInPage .verificationContainer .explanation {
	position: relative;
	width: 450px;
}

.SignInPage .verificationContainer .explanation .title {
	font-size: 28px;
	color: black;
	font-weight: normal;
	padding-bottom: 25px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
}

.SignInPage .verificationContainer .explanation .subtitle {
	color: black;
	font-size: 18px;
	padding-bottom: 15px;
}

.SignInPage .verificationContainer  .explanation li {
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/MF_pre-reg_verification-Vgreen.png);
	font-weight: normal;
	font-size: 13px;
}

.SignInPage .verificationContainer .explanation .help {
	bottom: 30px;
	padding-left: 60px;
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/MF_pre-reg_verification-info.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 50px;
}

.SignInPage .verificationContainer .verificationForm {
	padding-bottom: 18px;
	width: 338px;
}

.SignInPage .verificationContainer .verificationForm .title {
	color: black;
	font-size: 12px;
	line-height: 1;
	padding-bottom: 10px;
}

.SignInPage .creditCardForm {
	width: 450px;
}

.SignInPage .note {
	font-size: 11px;
	line-height: 1;
	padding-left: 20px;
}

.SignInPage .signcheckbox {
	width: 13px;
	height: 13px;
	font-size: 10px;
	line-height: 1;
}


.no-placeholder .SignInPage .inputTitle {
	display: inline;
}

.SignInPage .inputTitle {
	display: none;
}

.SignInPage input {
	width: 295px;
	height: 30px;
	padding-left: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	border-radius: 4px;
}

.SignInPage select {
	width: 246px;
}

.SignInPage .form {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
}

.SignInPage .form button {
	width: 145px;
	height: 35px;
	margin-top: 26px;
}

.SignInPage .btnWrapper {
	padding-top: 50px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.SignInPage .btnWrapper button {
	width: 470px;
	height: 120px;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
}

.SignInPage .btnWrapper button .title {
	font-size: 28px;
}

.SignInPage .btnWrapper button .subtitle {
	font-size: 12px;
}

.SignInPage .languages {
	width: 100%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: white;
	font-size: 12px;
}

.SignInPage .languages span {
	padding: 5px;
}

#SignUpPage {
	display: none;
}

#SignUpPage .title .subtitle {
	font-size: 12px;
	font-weight: bold;
}

.SignInPage .littleTitle {
	color: #136484;
	font-size: 14px;
	font-weight: bold;
}

#SignUpPage  .verificationContainer  .explanation li {
	background-image: url(http://s3-us-west-2.amazonaws.com/vod.resources/images/MF_pre-reg_verification-VBlue2.png);
	font-weight: normal;
	font-size: 13px;
}

.explanation p {
	line-height: 1.4;
}

#SignUpPage .verificationContainer .explanation .help {
	position: initial;
}

#SignUpPage .verificationForm .title {
	color: #0071A4;
	font-size: 18px;
	font-weight: bold;
}

#SignUpPage .verificationForm table td {
	max-width: 200px;
}

#SignUpPage input {
	max-width: 232px;
	height: 36px;
}

#SignUpPage td.cvv  input {
	max-width: 100px;
}

#MoviePage {
	width: 920px;
	margin: auto;
}

#movieWrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 920px;
	margin-left: calc(50vw - 460px);
	height: 97vh;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	height: 97vh;
}

#selectedMovie {
	width: 920px;
	margin: auto;
	background-color: transparent;
	min-height: 600px;
}

#movieWrapper .closeBtn {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}

#movieWrapper .closeBtn i {
	color: white;
	cursor: pointer;
}

#movieWrapper .closeBtn i:hover {
	opacity: 0.5;
}

/*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: none;
	}
	80%{opacity:1;}
	100%{
		opacity:0;
		background-color:#000;
		display:none;
	}
}
@keyframes fadeOut { 
	0% {
		opacity: 0;
		background-color: #000;
		display: none;
	}
	80%{opacity:1;}
	100%{
		opacity:0;
		background-color:#000;
		display:none;
	}
}
/*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%;}
}
/*Admin*/
.admin-panel {
	height: 100%;
	overflow: auto;
}
.sports {
    margin-top:15px;
}
.sportsbanner {
    max-width:915px;
    height:315px;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    background-image:url(../images/muvsports/sportsbanner.jpg);
}
.browse {
    margin-top:15px;
    font-size:24px;
    font-weight: bold;
}
.sports-nav-inner {
  margin-top:15px;
}
.sports-nav {
    color:#fff;
}
.sports-divider {
    transition:0.2s all ease-in-out;
    padding-bottom:6px;
    border-bottom:1.5px solid #acacac;
}
.sports-title {
    color:grey;
    float: left;
    cursor:pointer;
    margin-right:0px;
    margin-left:26px;
}
.sports-title:hover.sports-divider{
   color:#fff;
   border-bottom:1.5px solid #ff0000;
   transition:0.2s all ease-in-out;
}

.title-bottom{
	padding-top: 25px;
    border-bottom: 1.5px solid #acacac;
    width: 910px;
    height: 1px;
}

.sports-search {
    font-size:20px;
    margin-right:-15px;
}
.inner-square {
    height:inherit;
}
.inner-video {
    height:inherit;
}
.bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.lv{
	background-image:url(../images/muvsports/updates.jpg);
}
.bb{
    background-image:url(../images/muvsports/bb.jpg);
}
.fb{
    background-image:url(../images/muvsports/fb.jpg);
}
.hk{
    background-image:url(../images/muvsports/hockey.jpg);
}
.glf{
    background-image:url(../images/muvsports/golf.jpg);
}
.sc{
    background-image:url(../images/muvsports/soccer.jpg);
}
.tn{
    background-image:url(../images/muvsports/tennis.jpg);
}
.cr {
    background-image:url(../images/muvsports/cricket.jpg);
}
.bx{
    background-image:url(../images/muvsports/boxing.jpg);
}
.rc{
    background-image:url(../images/muvsports/racing.jpg);
}
.ex{
    background-image:url(../images/muvsports/ski.jpg);
}
.mma-bg{
    background-image:url(../images/muvsports/mma.jpg);
}
.divider-active {
    color:#fff;
    padding-bottom:6px;
    max-width:97%;
    border-bottom:1.5px solid #ff0000;
}
.liveupdates,.soccer,.football {
    padding:6px 6px 6px 0px;
    height:300px;
    width:300px;
}
.tennis,.golf,.hockey,.boxing,.cricket,.basketball,.racing,.mma,.extreme{
    padding:0px 6px 6px 0px;
    height:300px;
    width:300px;
}
.video-bottom{
    padding:0px 6px 6px 0px;
    height:200px;
    width:224px;
    margin-top:106px;
}
.video-top{
    padding:0px 6px 6px 0px;
    width:298px;
    height:171px;
    margin-bottom: 80px;
}
.title-bg {
    height:40px;
    width:100%;
    background-color:rgba(150, 150, 150, 0.35);
    color:#fff;
    font-weight: bold;
}
.title-icon {
    position: absolute;
    right:6px;
    width:14%;
    height:inherit;
    color:#fff;
}
.mask1 {
    width:100%;
    height:100%;
    background-color:rgba(88, 88, 88, 0.50);
    z-index:1;
    transition:all .2s ease-in-out;
}

.mask1:hover{
    background-color:rgba(88, 88, 88, 0);
    transition:all .2s ease-in-out;
}
.mask1:hover .title-bg{
        background-color:rgb(255, 0, 0);
        transition:all .2s ease-in-out;
}
.inner-square:hover{
   border-bottom-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-color:rgb(255, 0, 0);
    transition:all .2s ease-in-out;
}
.mask1:hover .open-link{
    background:#ff0000;
    background:rgba(255, 0, 0, 0.70);
}
.mask1:hover .open-video{
    background:#ff0000;
    background:rgba(255, 0, 0, 0.70);
}
.table-1 {
    height:inherit;
    display: table;
}
.cell-1 {
    display:table-cell;
    vertical-align: middle;
    width:300px;
    text-align: center;
}
.open-link {
    cursor: pointer;
    display: table;
    transition:0.2s all ease-in-out;
    left:40%;
    top:40%;
    position:absolute;
    border-radius: 50%;
    background-color:rgba(160, 160, 160, 0.67);
    height:60px;
    width:60px;
}
.open-video {
    cursor: pointer;
    display: table;
    transition:0.2s all ease-in-out;
    left:36%;
    top:32%;
    position:absolute;
    border-radius: 50%;
    background-color:rgba(160, 160, 160, 0.67);
    height:60px;
    width:60px;
}
.open-video:hover{
    background-color:rgba(255, 0, 0, 0.48) !important;
}
.open-link:hover{
    background-color:rgb(255, 0, 0) !important;
    transition:0.2s all ease-in-out;
    -webkit-box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.80);
    -moz-box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.80);
    box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.80);
}
.window {
    color:#fff;
    padding-top:5px;
}
.title-fix {
    padding-left:10px;
}

.no-pad-fix {
    padding-right:0px;
}

.pad-fix {
    padding-right:25px;
    padding-left:10px;
}
.search-bottom {
    /*padding-left:56px;*/
}
.videos {
    
}
.playbtn {
    font-size:34px;
    padding-top:6px;
    color:#fff;
}
.video-details {
    display:table;
    padding-top:6px;
    color:#fff;
    background-color:#000000;
    z-index:1;
    font-size:12px;
    line-height: 1.2;
    padding-left:0px;
    padding-right:0px;
    margin-bottom: 15px;
}
.title-video {
    padding-left:0px;
    font-size:14px;
    height: 35px;
}
.box {
    background-image:url(/images/muvsports/boxing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
}
.bold {
    font-weight: bold;
}
.vid-paragraph {
    font-size:12px;
    padding-left:0px;
    margin-top:12px;
    margin-bottom: 0px;
    color:#8b8b8b;
}

.sportsItems{
	display:none; 
	margin-top: 15px;
}

.no-left{
	padding-left: 0;
	margin-left: 0;
}

#video_pop {
	display: block;
	opacity: 0;
	transition: 1s all;
	opacity: 0;
	width: 835px;
	height: 70vh;
	position: fixed;
	top: 20%;
	margin: auto;
	z-index: 100;
	min-height: 600px;
}

#the_Video {margin: auto;}

.joinus{
	background-image: url("../domains/images/SERVER_DOMAIN/joinus.jpg");
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
}

.signinsupport{
	background-image: url("../domains/images/SERVER_DOMAIN/signinsupport.jpg");
	background-repeat: no-repeat;
	background-position: left;
	height: 80px;
}


.mailsupport{
	background-image: url("../domains/images/SERVER_DOMAIN/mailsupport.jpg");
	background-repeat: no-repeat;
	background-position: 120px 10px;
	height: 20px;
	width: 100%;
}

.copyright{
	background-image: url("../domains/images/SERVER_DOMAIN/copyright.jpg");
	background-repeat: no-repeat;
	background-position: 20px 0px;
	height: 20px;
	width: 50%;
}

.supportcontact{
	background-image: url(../domains/images/SERVER_DOMAIN/supportcontact.jpg);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    height: 40px;
    width: 100%;
}

.companyname{
	background-image: url(../domains/images/SERVER_DOMAIN/companyname.jpg);
    background-repeat: no-repeat;
    background-position: 110px 0px;
    height: 15px;
    width: 250px;
}

body.embeddedLegal {
 width: 100% !important;
 height: 100%;
 margin: 0;
 padding: 0px;
 background-color: #fff !important;
 overflow: hidden;
}

body.embeddedLegal .wrapper {
 width: 95% !important;
 margin: 30px auto !important;
 padding: 0 !important;
}

body.embeddedLegal .container {
  padding: 0;
}

body.embeddedLegal .logo,
body.embeddedLegal #logo,
body.embeddedLegal .logo-wrap,
body.embeddedLegal .footer,
body.embeddedLegal .header .headerBody {
  display: none;
}

body.embeddedLegal .eula .content {
  width: 100%;
  padding: 0;
}

body.embeddedLegal .c38 {
  max-width: 100%;
  padding: 0;
}

body.embeddedLegal .product-image-overlay {
  position: fixed;
  top: 1300px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  margin: 0;
  padding: 0;
}

body.embeddedLegal .product-image-overlay img {
  padding: 0;
}

body.embeddedLegal .product-image-overlay .close {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1;
  text-align: right;
  color: #000;
}
