@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'stomp_sui_generisregular';
	src: url('../fonts/02957076-webfont.woff2') format('woff2'), url('../fonts/02957076-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: Arial;
	font-size: 16px;
	color: #fff;
	background: #212121;
	/*padding-top: 120px;*/
	overflow-x: hidden;
}
.home-body {
	background: #fff;
	color: #000;
	padding: 0;
}
a {
	color: #76d3ff;
	transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;
}
.btn-default {
	border: 0;
	padding: 0 20px 0 15px;
	border-radius: 0;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #4ec74f;
	font-size: 18px;
}
.btn-default .fa {
	margin-left: 10px;
}
.header {
	width: 100%;
	min-height: 120px;
	z-index: 9999;
	position: absolute;
	top: 0;

}

.home .header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#010000+0,010000+69&0.8+42,0+100 */
background: -moz-linear-gradient(top, rgba(1,0,0,0.8) 0%, rgba(1,0,0,0.8) 42%, rgba(1,0,0,0.43) 69%, rgba(1,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(1,0,0,0.8) 0%,rgba(1,0,0,0.8) 42%,rgba(1,0,0,0.43) 69%,rgba(1,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(1,0,0,0.8) 0%,rgba(1,0,0,0.8) 42%,rgba(1,0,0,0.43) 69%,rgba(1,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc010000', endColorstr='#00010000',GradientType=0 ); /* IE6-9 */
}

.page .header {
    border-bottom: 1px solid black;
    margin-top: 32px;
}


.home .logo a img {
    height: 96px;
    margin-top: 20px; 
    margin-left: 43px;
}


.page .logo a img {
    height: 96px;
    margin-top: 0px;
    margin-left: 43px;
}


.logo {
	float: left;
	width: 186px;
	padding: 10px 0 10px 10px;
}
.top-links {
	float: right;
	margin-top: 42px;
}
.top-links > a {
	font-size: 22px;
	color: #fff;
	margin-left: 60px;
	float: left;
	line-height: 40px;
	font-weight: 700;
}
.top-links > a.btn-default {
	border: 0;
	padding: 0 18px 0 26px;
	height: 40px;
}
.navigation {
	float: right;
	width: calc(100% - 221px)
}
/* Main Navigation */
.main-nav {
	margin-top: 35px;
	float: right;
}
.main-nav>li {
	margin: 0 10px;
}
.main-nav>li:first-child {
	margin-left: 0;
}
.main-nav>li>a {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}
.main-nav>li>a:focus, .main-nav>li>a:hover, .main-nav>li.current-menu-item a {
	text-decoration: none;
	color: #45bf47;
	background-color: transparent;
}
.main-nav .open>a, .main-nav .open>a:focus, .main-nav .open>a:hover {
	background-color: transparent;
	border-color: transparent;
}

.home .main-nav li a {
    color: white;
}

.page .main-nav li a {
    color: black;
}

.dropdown-menu>li>a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}
.dropdown-menu {
	background: #000;
}
.page-title {
	margin-top: 0;
	font-family: 'stomp_sui_generisregular', sans-serif;
	color: #cbcbcb;
	margin-bottom: 50px;
}
.home-banner {
	background-image: url(../images/homebg.jpeg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	max-height: 1109px;
	width: 100%;
	color: #fff;
	padding-top: 227px;
	padding-bottom: 170px;
}
.subscibe-form {
	width: 630px;
	/*float: right;*/
    margin: 0 auto;
        color: #262627;
}
.subscibe-form h1, .subscibe-form h2, .subscibe-form h3 {
	margin: 0;
	text-align: center;
}
.subscibe-form h1 {
	font-size: 70px;
	font-weight: 700;
}
.subscibe-form h2 {
	font-size: 39px;
	line-height: 40px;
	margin-bottom: 10px;
}
.subscibe-form h3 {
	font-weight: bold;
	margin-bottom: 24px;
}
.subscibe-form p {
	margin: 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
}
.subsc-form {
	width: 492px;
	margin: 0 auto;
	padding-top: 30px;
}
.subsc-form .form-group:nth-child(1) .form-control {
	/*width: 49%;*/
	float: left;
}
.subsc-form .form-control {
	height: 56px;
	border: 0;
	border-radius: 0;
	font-size: 18px;
	color: #8d8d8d;
	padding: 0 25px;
}
.subsc-form .form-control:focus {
	border-color: transparent;
	outline: 0;
	box-shadow: 0 0 0;
}
.subsc-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #8d8d8d;
}
.subsc-form .form-control::-moz-placeholder { /* Firefox 19+ */
 color: #8d8d8d;
}
.subsc-form .form-control-ms-input-placeholder { /* IE 10+ */
	color: #8d8d8d;
}
.subsc-form .form-control:-moz-placeholder { /* Firefox 18- */
 color: #8d8d8d;
}
.subsc-form .form-group {
	margin-bottom: 32px;
}
.subsc-form .btn-default {
	width: 100%;
	height: 56px;
	font-size: 26px;
	font-weight: 700;
	line-height: 56px;
	text-align: center;
}
.subsc-form .form-group:nth-child(1) .form-control:last-child {
	float: right;
}
.agree {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	margin-top: 20px;
}
.agree a {
	text-decoration: underline;
	color: #fff;
}
.feature-section {
	padding: 20px 0
}
.feature-section h2 {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 22px;
}
.feature-section p {
	font-size: 20px;
	line-height: 20px;
}
.feature-section .ft {
	padding: 28px 0 11px;
}
.yiya-access {
	padding: 35px 0 0;
}
.yiya-access h2 {
	margin-bottom: 68px;
}
.access-apps {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.access-apps > li {
	margin: 0 40px 64px;
	display: inline-block;
}
.access-apps > li img {
	display: block;
	margin: 0 auto 15px;
}
.access-apps > li > a > span {
	display: block;
	color: #000000;
	font-size: 20px;
}
.app-store > a > img {
	margin-bottom: 61px;
	margin-left: 34px;
}
.hm-ads-banner {
	background-image: url(../images/home-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 319px;
	width: 100%;
}
.yiya-tv-graphic {
	background-image: url(../images/yiya-tv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 514px;
	height: 514px;
	float: left;
}
.yiya-tv-txt {
    width: 691px;
    padding-right: 0;
    margin: 111px auto 111px auto;
    position: unset;
    padding: unset;
    float: none;
    text-align: center;
}
.internet-star-graphic {
	background-image: url(../images/internet-star.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 514px;
	float: right;
}
.internet-star-text {
	width: 462px;
	float: left;
	margin: 93px 0 90px 64px;
}
.yiya-you-graphic {
	background-image: url(../images/you-tv.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 514px;
	float: left;
}
.yiya-you-text {
	width: 530px;
	float: left;
	margin-left: 150px;
	margin-top: 108px;
	margin-bottom: 90px;
}
.yiya-live-graphic {
	background-image: url(../images/pay-per-view.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 514px;
	float: right;
}
.yiya-live-text {
	width: 485px;
	float: left;
	margin-top: 91px;
	margin-left: 98px;
	margin-bottom: 90px;
}
.trap-tv-graphic {
	background-image: url(../images/trap-tv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 514px;
}
.trap-tv-text {
	width: 462px;
	margin-left: 110px;
	margin-top: 90px;
	margin-bottom: 90px;
	float: left;
}
.yiya-tv h2, .trap-tv h2, .yiya-live h2, .internet-star h2 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 23px;
	white-space: nowrap;
}
.yiya-tv p, .trap-tv p, .yiya-live p, .internet-star p {
	font-size: 18px;
	margin-bottom: 35px;
	line-height: 25px;
}
.yiya-tv .btn-default, .trap-tv .btn-default, .yiya-live .btn-default, .internet-star .btn-default {
	padding-left: 27px;
	padding-right: 25px;
	font-size: 20px;
}
.yiya-tv .btn-default .fa, .trap-tv .btn-default .fa, .yiya-live .btn-default .fa, .internet-star .btn-default .fa {
	margin-left: 21px;
}
.feature-section {
}
.ft {
	text-align: center;
}
/* Main Content */
.navbar-toggle .icon-bar {
	background: #fff;
}
.download-section {
	background: #141414;
	color: #fff;
	padding: 43px 0 34px;
	text-align: center;
}
.download-yiya {
	text-align: center;
}
.download-yiya p {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 32px;
}
.download-yiya > p + div img {
	margin-left: 9px;
	margin-bottom: 33px;
	margin-right: 21px;
}
.apps-list {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.apps-list > li {
	margin: 0 25px 23px;
	display: inline-block;
}
.footer {
	border-top: solid 1px #595859;
	padding: 30px 0;
	background: #141414;
	min-height: 120px;
	color: #fff;
	font-size: 20px;
}
.copyright {
	padding: 20px 0;
}
.footer-links {
	list-style: none;
	margin-bottom: 0;
	text-align: center;
	padding: 0;
}
.footer-links > li {
	display: inline-block;
	padding: 0 0 0 16px;
}
.footer-links > li > a {
	color: #fff;
	margin-right: 20px;
	display: inline-block;
	font-size: 20px;
}
.social-links {
	list-style: none;
	padding: 20px 0 47px;
	margin: 0;
}
.social-links > li {
	display: inline-block;
	margin: 0 10px;
}
.social-links > li > a {
	color: #fff;
	height: 44px;
	width: 44px;
	border: solid 2px #fff;
	border-radius: 50%;
	display: inline-block;
	line-height: 44px;
}
.social-links > li > a:hover {
	color: #3da100;
	border-color: #3da100
}
.social-links > li > a > i {
	font-size: 22px;
}
/* Live Page */
.content-inner {
	padding: 0 0 20px;
	border-bottom: solid 1px #595859;
}
.live-section {
	padding-top: 65px;
	padding-bottom: 98px;
}
.live-section > h3 {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 25px;
}
.live-events {
	padding-top: 24px;
}
.live-events .col-md-6:first-child {
	padding-right: 10px;
}
.live-events .col-md-6:last-child {
	padding-left: 10px;
}
.event {
	border: solid 1px #45bf46;
	margin-bottom: 24px;
	min-height: 384px;
}
.event h3 {
	font-size: 22px;
	margin-bottom: 5px;
	font-weight: 700;
}
.event p {
	margin-bottom: 20px;
}
.event h3 a {
	color: #45bf46;
}
.event figure {
	float: left;
}
.event .event-detail {
	float: right;
	width: calc(100% - 293px);
	    padding-left: 15px;
}
.event-detail .event-date, .event-detail .event-time, .event-detail .event-loc {
	font-weight: 600;
	line-height: 19px;
}
.event-detail .btn-default {
	margin-top: 12px;
	margin-bottom: 10px;
}
/* Slider */
.movie-content {
	padding: 130px 0 12px;
}
.owl-nav {
	position: absolute;
	top: calc(50% - 34px);
	width: 85%;
	left: 0;
	right: 0;
	margin: 0 auto 0;
	z-index: 999;
	height: 60px;
	display: none;
}
.PrevBtn, .NextBtn {
	width: 33px;
	height: 59px;
	font-size: 0;
	margin-top: -180px;
	position: relative;
	z-index: 1111;
	cursor: pointer;
}
.PrevBtn {
	float: left;
	margin-left: 30px;
	background: url(../images/arrow-left.png) no-repeat;
}
.NextBtn {
	margin-right: 30px;
	float: right;
	background: url(../images/arrow-right.png) no-repeat;
}
.movie-list .item {
	-webkit-transition: -webkit-transform ease 1s;
	-moz-transition: -moz-transform ease 1s;
	-o-transition: -o-transform ease 1s;
	transition: transform ease 1s;
}
.movie-list .item img, .movie-list .item video {
	opacity: 0.4;
	-webkit-transition: -webkit-transform ease 1s;
	-moz-transition: -moz-transform ease 1s;
	-o-transition: -o-transform ease 1s;
	transition: transform ease 1s;
}
.movie-list .owl-carousel .owl-stage-outer {
	padding: 50px 0;
}
.movie-list h2 {
	margin-top: 0;
	margin-bottom: -18px;
}
.movie-list .item .title {
	position: absolute;
	color: #fff;
	display: none;
	left: 10px;
	font-size: 20px;
	bottom: 10px;
	z-index: 999;
	font-family: 'GothamPro-Black', sans-serif;
	text-transform: uppercase;
	display: none;
}
.movie-list .item:hover .title, .movie-list .item:hover img, .movie-list .item:hover video {
	display: block;
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
	-webkit-transition: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
	-o-transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
	transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2);
	transform: scale3d(1.2, 1.2, 1.2) translateZ(100px)
}
.movie-list {
	padding-bottom: 87px;
	position: relative;
}
.movie-list .container {
	max-width: 1920px;
}
.play-section {
	padding: 50px 0 218px;
}
.play-section .page-title {
	margin-bottom: 38px;
}
.search-form .form-group {
	position: relative;
}
.search-form .btn-search {
	position: absolute;
	right: 0;
	border: 0;
	width: 40px;
	height: 46px;
	top: 0;
	font-size: 22px;
	background: none;
}
.search-form .form-control {
    border: solid 3px #747474;
    height: 46px;
    color: #000;
    border-radius: 0;
    background: white;
    padding-right: 30px;
}
.video-title {
	margin-top: 0;
	padding-left: 10px;
	font-weight: 700;
	margin-bottom: 38px;
}
.video-title a {
	color: #fff;
	cursor: pointer;
}
.video-title .fa {
	color: #4ec74f;
	font-size: 26px;
	margin-right: 11px;
}
.video-play {
	margin-bottom: 33px;
}
.video-play video, .video-play img {
	width: 100%;
}
.video-desc h3 {
	margin: 0;
	font-size: 18px;
	margin-bottom: 21px;
}
.video-desc p {
}
.play-section {
padding: 94px 0 40px;
    
}
.slick-track{
	float: left;
}
.slick-arrow {
	height: 100%;
	width: 47px;
	background: rgba(0,0,0,0.5);
}
.slick-slide {
	margin: 0 6px
}
.slick-prev {
	left: -60px;
	z-index: 80;
	background-color: rgba(0,0,0,0.8);
	background-image: url(../images/arrow-prev.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.slick-next {
	right: -60px;
	background-image: url(../images/arrow-next.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 80;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background-color: rgba(0,0,0,0.8);
	background-image: url(../images/arrow-prev.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.slick-next:hover, .slick-next:focus {
	background-image: url(../images/arrow-next.png);
}
.slick-prev:before, .slick-next:before{
	display: none;
}
.slick-slide {
	transition: transform .2s; /* Animation */
}
.slick-slide:hover {
	transform: translate3d(50px, -8px, 0) scale(1.3) !important
}
.slick-list {
	position: relative;
    display: block;
}
.video-slide {
	position: relative;
	float:left;
}
.video-slide-details {
	position: absolute;
	opacity:0;
	width:100%;
	text-align:center;
	bottom:10px;
	color:#fff;
	font-size:18px;
	font-weight:700;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    backface-visibility: hidden;
    transform: translateZ(0);
}
.video-slide-details > img {
	text-align:center;
	margin:0 auto;	
}

.video-slide:hover>.video-slide-details, .video-item:hover>.video-item-content .video-slide-details {
    opacity: 1;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    /*overflow-x: hidden;*/

}

.slick-first:hover {
	transform: translate3d(50px, -8px, 0) scale(1.3) !important
}
.slick-last:hover {
	transform: translate3d(-50px, -8px, 0) scale(1.3) !important
}
.video-item:nth-of-type(4n+1):hover {
	transform: translate3d(0, -8px, 0) scale(1.3) !important
}
.video-item:nth-of-type(4n):hover {
	transform: translate3d(0, -8px, 0) scale(1.3) !important
}
.active-slide .video-item:nth-of-type(4n+1):hover, active-slide .video-item:nth-of-type(4n):hover {
	transform: none !important
}
.video-list-slider {
    overflow: visible;
}
.drop-display {
    display: block;
    height: 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    -webkit-transition: linear .3s;
	-o-transition: linear .3s;
	-moz-transition: linear .3s;
	transition: linear .3s;
}
.drop-display.iAnimate {
	height:100vh;
	-webkit-transition: linear .3s;
	-o-transition: linear .3s;
	-moz-transition: linear .3s;
	transition: linear .3s;
	margin-bottom: 40px;
}
.drop-details {
	width:497px;
	float:left;
	padding:100px 0;
	color: white;
}


.wrap {
        width: 80%;
    margin: 65px auto;
}


















.evimg {
    position: absolute;
    clip: rect(0px,287px,382px,0px);
    height: 430px;
}


.entry-content {
        /*padding-top: 182px;*/
    width: 80%;
    margin: 0 auto;
}

.stripe-button-el span {
        padding: 7px 35px;
    height: unset;
    background: #236ab3;
    border: unset;
}



.stripe-button-el {
    margin-top: 50px;
        background: unset;
}


.grayout {
    opacity: 0.6; /* Real browsers */
    filter: alpha(opacity = 60); /* MSIE */
}


.um-field-area input, .request_name input {
        width: 100%;
    padding: 7px 8px;
    border-radius: 3px;
    color: black;
    border: 1px solid #0e861d;
}



.um-form form {
        display: table;
    width: 100%;
}


.um-button {
        color: black;
    padding: 13px 0;
    font-weight: bolder;
    background: #0d7bca;
    border: 0;
    border-radius: 4px;
    width: 100%;
    margin: 10px 0;
    display: block;
    text-align: center;
}


.um-alt {
    background: #c12222;
}


.um-58.um, .um-59.um, .um-um_password_id.um, .um-60.um {
        margin: 0 auto;
}

.entry-title {
    text-align:center;
}

.um-field-checkbox {
    margin: 0 auto;
}

.um-field-error {
    color:red;
}

.um-dropdown ul li {
    list-style:none;
}

.um-60.um {
    display:table;
}

.um-60.um .um-profile-meta {
     padding-left: 0 !important; 
}

.um-form {
    text-align:center;
}

textarea {
    color:black !important;
}

ul.um-misc-ul li {
    list-style:none;
}

ul.um-misc-ul {
    padding: 0;
}


.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  font-weight: bold;
  font-family: arial;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 28px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.wp-block-table {
    width: 60%;
    margin:0 auto;
    text-align: center;
}


.faqsection {
    width: 77%;
    margin:0 auto;
    padding-top: 10px;
    border-top: 5px solid #404040;
    padding-left: 200px;
    padding-right: 200px;
}




.request_name {
    display:none;
}

#nf-field-4 {
    color: black;
    padding: 7px 34px;
    background: #4ec74f;
    border: 0;
    border-radius: 2px;
}

.menu-item-73 a {
    background: #44c145 !important;
    font-size: 14px !important;
    padding: 6px 10px !important;
    border-radius: 3px !important;
    color: black !important;
}

.menu-item-73 a:hover {
    color: black !important;
}



.timeline {
    text-align: center;
    background: white;
    color: black;
}

.timeline h1 {
    font-weight:bold;
}


.thetimeline {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00d65f+0,2c8837+54,010000+55,010000+93&1+0,1+54,0.7+55,0.7+55,0.3+90,0+99 */
background: -moz-linear-gradient(left, rgba(0,214,95,1) 0%, rgba(44,136,55,1) 54%, rgba(1,0,0,0.7) 55%, rgba(1,0,0,0.3) 90%, rgba(1,0,0,0.2) 93%, rgba(1,0,0,0) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,214,95,1) 0%,rgba(44,136,55,1) 54%,rgba(1,0,0,0.7) 55%,rgba(1,0,0,0.3) 90%,rgba(1,0,0,0.2) 93%,rgba(1,0,0,0) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,214,95,1) 0%,rgba(44,136,55,1) 54%,rgba(1,0,0,0.7) 55%,rgba(1,0,0,0.3) 90%,rgba(1,0,0,0.2) 93%,rgba(1,0,0,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d65f', endColorstr='#00010000',GradientType=1 ); /* IE6-9 */
height: 35px;
width: 60%;
    border-radius: 59px;
        margin: 0 auto;
        clear: both;
            position: relative;
}


.timelinetext {
        width: 60%;
    margin: 0 auto;
}

.timelinetext h3 {
        float: left;
    font-size: 20px;
    font-weight: bold;
    color: #26a55d;
}

.timelinetext span {
    display: block;
    margin: 0 auto;
    width: 184px;
    height: 40px;
    text-align: center;
    padding-left: 98px;
}


.timelinetext span h3 {
    margin: 0;
    text-align: center;
    width: 100%;
}

.timelinetext span h3:first-child {
        font-weight: 520;
    color: #616161;
}

.timelinetext span h3:last-child {
        color: black;
}

body > section.timeline > div.timelinetext > h3:nth-child(2) {
        margin-right: 34px;
        float:right;
        color:black;
}

.whitedot {
    width: 35px;
    height: 35px;
    background: black;
    display: block;
    border-radius: 50px;
    position: absolute;
    left: 53%;
}

.whitedottwo {
    width: 35px;
    height: 35px;
    background: black;
    display: block;
    border-radius: 50px;
    position: absolute;
    left: 93.7%;
}


.timeline > h4 {
    width: 40%;
    font-size: 25px;
    margin: 52px auto 0 auto;
}



.leftside {
    float: left;
    width: 50%;
}

.enjoy {
    clear: both;
    display: table;
    max-width: 77%;
    margin: 16px auto;
    border-top: 5px solid #404040;
    padding: 80px 110px;
}

.sectionimage {
    float:right;
}

.yiya-tv {
    clear:both;
}


.sectiontext h1 {
    font-weight:bold;
        font-size: 3em;
}

.sectionwatchbtn {
        color: black;
    border: 2px solid black;
    padding: 14px 38px;
    margin-top: 45px;
    display: block;
    text-align: center;
    width: 360px;
    font-weight: bold;
    border-radius: 4px;
}




.downloadsec img {
    width: unset;
    height: 312px;
    float:left;
}

.rightside {
    float: right;
    width: 47%;
}

.faqsection h2 {
        font-family: arial;
    font-weight: bold;
    font-size: 2.5em;
    text-align: center;
    padding: 10px;
}


.page-id-56 {
    background: white;
    color: black;
    font-family: arial;
}


.s2member-pro-stripe-form-div span {
    font-family: arial;
        font-weight: 600;
}

div.s2member-pro-stripe-form-section-title {
    font-family: arial !important;
}


button#s2member-pro-stripe-checkout-submit {
    background: #44c145;
    border: none;
    font-family: arial;
    font-weight: bold;
    padding: 10px 27px;
    color: black;
}

#s2member-pro-stripe-checkout-form-first-name-div {
        width: 45%;
    float: left;
}



#s2member-pro-stripe-checkout-form-last-name-div {
        width: 45%;
    float: right;
}

#s2member-pro-stripe-checkout-form-email-div {
    width: 45%;
    float: left;
}

#s2member-pro-stripe-checkout-form-username-div{
    width: 45%;
    float: right;
}


#s2member-pro-stripe-checkout-form-password-div {
        clear: both;
    padding-top: 17px;
        text-align: center;
}


#s2member-pro-stripe-checkout-form-description-div {
    text-align: center;
}


#s2member-pro-stripe-checkout-form {
    width: 55%;
    margin: 0 auto;
}


#s2member-pro-stripe-checkout-form-submit-div {
    text-align: center;
    float: none;
}

div.s2member-pro-stripe-form-description-div {
    font-size: 140%;
    font-family: arial;
    font-weight: bold;
}


.planbox {
        background: #d42020;
    height: 110px;
    width: 114px;
    text-align: center;
    padding-top: 45px !important;
    border-radius: 3px;
    margin-bottom: 24px;
    display: block;
    border-bottom: 0 !important;
    margin-right: -54px;
}



.table {
    width: 45%;
    margin: 0 auto;
}

body > .table > thead > tr > th:nth-child(1) {
    border: 0;
}


.page-id-102 {
    background: white;
    color: black;
}

body > .table > thead > tr > th:nth-child(1) {
    padding: 0 0 31px 19px;
}

#s2member-pro-stripe-checkout-form-description-div {
    font-family: arial;
}


.ws-plugin--s2member-sc-login {
        width: 50%;
    margin: 0 auto;
}


#post-26 > div > div > div > form > div.ws-plugin--s2member-pro-login-widget-submit > input {
    background: #44c145;
    color: black;
    font-weight: bold;
    font-family: arial;
}

.page-id-26, .page-id-6, .page {
    background: #212121;
    color: white;
    font-family: arial !important;
}

.page-title {
    font-family: arial;
    color: black;
    font-weight: bold;
}

























































































































































@media (min-width:0px) and (max-width:767px) {
	body {
		padding-top: 0;
	}
	.header {
		min-height: 90px;
		position: inherit;
	}
	.logo {
		width: 150px;
	}
	.top-links {
		margin-top: 25px;
	}
	.top-links > a {
		margin-left: 20px;
	}
	.navigation {
		width: 100%;
	}
	.event figure {
		float: left;
		width: 100%;
	}
	.event .event-detail {
		float: right;
		width: 100%;
		padding: 15px;
	}
	.live-section {
		padding-top: 25px;
	}
	.page-title {
		margin-bottom: 25px;
	}
	.navbar-toggle {
		margin-top: -59px;
		margin-right: 0;
	}
	.main-nav>li {
		margin: 0;
	}
	.main-nav {
		float: none;
		margin-top: 0;
	}
	.subscibe-form {
		width: 100%;
	}
	.subscibe-form h2 {
		font-size: 30px;
	}
	.subscibe-form p {
		margin: 0;
		font-size: 20px;
	}
	.subsc-form .btn-default {
		width: 100%;
		height: 56px;
		font-size: 18px;
	}
	.agree {
		font-size: 12px;
	}
	.internet-star-graphic, .yiya-tv-graphic, .yiya-you-graphic, .yiya-live-graphic {
		float: none;
		background-size: auto;
		max-height: 514px;
		height: inherit;
	}
	.yiya-tv-txt, .internet-star-text, .yiya-you-text, .yiya-live-text, .trap-tv-text {
		width: 100%;
		margin-left: 0;
		text-align: center;
		margin-bottom: 40px;
		margin-top: 40px;
	}
	.yiya-tv h2, .trap-tv h2, .yiya-live h2, .internet-star h2 {
		white-space: inherit;
	}
}
@media(min-width:300px) and (max-width:530px) {
	.logo {
		width: 100px;
	}
	.header {
		min-height: 60px;
	}
	.navbar-toggle {
		margin-top: -45px;
	}
	.top-links {
		margin-top: 15px;
	}
	.top-links > a.btn-default {
		padding: 0 10px 0 16px;
		height: 30px;
	}
	.top-links > a {
		line-height: 30px;
		font-size: 14px;
		margin-left: 10px;
	}
	.subsc-form {
		width: 100%;
	}
	.app-store > a > img {
		margin-left: 0;
	}
	.yiya-tv h2, .trap-tv h2, .yiya-live h2, .internet-star h2 {
		font-size: 40px;
	}
	.yiya-tv .btn-default, .trap-tv .btn-default, .yiya-live .btn-default, .internet-star .btn-default {
		padding-left: 18px;
		padding-right: 18px;
		font-size: 18px;
	}
	.yiya-tv .btn-default .fa, .trap-tv .btn-default .fa, .yiya-live .btn-default .fa, .internet-star .btn-default .fa {
		margin-left: 15px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.container {
		width: 100%;
	}
	.main-nav {
		margin-top: 10px;
	}
	.access-apps > li {
		margin: 0 25px 64px;
	}
	.yiya-tv-txt, .internet-star-text, .yiya-you-text, .yiya-live-text, .trap-tv-text {
		width: 50%;
		margin-left: 0;
	}
	.yiya-tv h2, .trap-tv h2, .yiya-live h2, .internet-star h2 {
		font-size: 40px;
	}
	.yiya-you-text, .trap-tv-text, .yiya-tv-txt {
		padding-left: 30px;
	}
}
@media (min-width:768px) and (max-width:1200px) {
	.internet-star-text {
		margin-left: 0;
	}
	.yiya-you-text {
		float: right;
		margin-left: 0;
		width: 50%;
		padding-left: 50px;
	}
	.yiya-live-text {
		margin-left: 0;
	}
	.trap-tv-text {
		float: right;
		margin-left: 0;
	}
	.container {
		width: 100%;
	}
}
@media (min-width:768px) and (max-width:1300px) {
	.main-nav>li>a {
		font-size: 18px;
	}
}
@media (min-width:1201px) and (max-width:1360px) {
	.yiya-you-text {
		float: right;
		margin-left: 0;
		margin-right: 20px;
	}
}
@media(min-width:1200px ) and (max-width:1570px) {
	.container {
		/*width: 100%;*/
	}
}
@media (min-width:1571px) {
	.container {
		width: 1540px;
	}
}
@media screen and (min-width:960px) {
	.video-slide:hover, .video-item:hover {
		transform: translate3d(0, -8px, 0) scale(1.3) !important;
		z-index: 2
	}
	.slick-first:hover, .slick-first:first-child:hover, .video-item:first-child:hover, .video-item:nth-of-type(3n+1):hover {
		transform: translate3d(40px, -8px, 0) scale(1.3) !important
	}
	.slick-last:hover {
		transform: translate3d(-40px, -8px, 0) scale(1.3) !important
	}
	.video-item:nth-of-type(3n):hover {
		transform: translate3d(-40px, -8px, 0) scale(1.3) !important
	}
	#video-list .video-item.purchase-item:hover, .active-slide .video-item:hover, .active-slide .video-slide:hover, .active-slide .video-item:nth-of-type(3n+1):hover, active-slide .video-item:first-child:hover, .active-slide .video-item:nth-of-type(3n):hover {
		transform: none !important
	}
	.shift-left {
		transform: translate3d(-50px, 0, 0) !important;
		-webkit-transform: translate3d(-50px, 0, 0) !important;
		-moz-transform: translate3d(-50px, 0, 0) !important
	}
	.shift-right {
		transform: translate3d(50px, 0, 0) !important;
		-webkit-transform: translate3d(50px, 0, 0) !important;
		-moz-transform: translate3d(50px, 0, 0) !important
	}
	.active-slide .shift-left, .active-slide .shift-right {
		transform: translate3d(0, 0, 0) !important;
		-webkit-transform: translate3d(0, 0, 0) !important;
		-moz-transform: translate3d(0, 0, 0) !important
	}
}
@media screen and (min-width:1200px) {
	.video-item:nth-of-type(3n+1):hover {
		transform: translate3d(0, -8px, 0) scale(1.3) !important
	}
	.video-item:nth-of-type(3n):hover {
		transform: translate3d(0, -8px, 0) scale(1.3) !important
	}
	.video-item:nth-of-type(4n+1):hover {
		transform: translate3d(50px, -8px, 0) scale(1.3) !important
	}
	.video-item:nth-of-type(4n):hover {
		transform: translate3d(-50px, -8px, 0) scale(1.3) !important
	}
	.active-slide .video-item:nth-of-type(3n+1):hover, active-slide .video-item:nth-of-type(4n+1):hover, .active-slide .video-item:nth-of-type(3n):hover, active-slide .video-item:nth-of-type(4n):hover {
		transform: none !important
	}
}
@media screen and (min-width:1400px) {
	.slick-first:hover {
		transform: translate3d(50px, -8px, 0) scale(1.3) !important
	}
	.slick-last:hover {
		transform: translate3d(-50px, -8px, 0) scale(1.3) !important
	}
	.video-item:nth-of-type(4n+1):hover {
		transform: translate3d(0, -8px, 0) scale(1.3) !important
	}
	.video-item:nth-of-type(4n):hover {
		transform: translate3d(0, -8px, 0) scale(1.3) !important
	}
	.active-slide .video-item:nth-of-type(4n+1):hover, active-slide .video-item:nth-of-type(4n):hover {
		transform: none !important
	}
}

#getting_vdop{
	padding: 167px 0;
	background: #000000;
	color: #ffffff;
	margin: 0;
}
.category-container {
    padding: 0 60px 40px;
}
.category-title {
    padding: 0 15px;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 11px;
}
.category-title span {
    float: left;
    line-height: 30px;
}
.category-title > .fa {
    font-size: 30px;
    margin-left: 12px;
    float: left;
}
.cross, .cross:hover{
	font-size: 17px;
	color: #fff;
	font-weight: bold
}
.video-slide:hover, .video-item:hover{
	cursor: pointer;
}
.show-vs-drop .fa:hover{
	color: #45bf47;
}
.video-slide-details h4{
	margin-bottom: 0;
	/*font-weight: 700;*/
	font-size: 14px;
	margin-bottom: 0;
}
.show-vs-drop .fa {
    font-size: 30px;
    line-height: 20px;
}
@media (min-width:1201px) and (max-width:1450px) {
	.yiya-you-text {
		float: right;
		margin-left: 0;
		margin-right: 20px;
	}
}


@media screen and (max-width: 1680px) {
    .sectionimage {
        width: 45%;
        height: auto;
    }
    
    .sectiontext {
        width: 45%;
    }
} 

@media screen and (max-width: 1531px) {
    .sectionimage {
        width: 40% !important;
        height: auto !important;
    }
    
    .sectiontext {
        width: 40%;
    }
    
    .sectiontext h1 {
        font-weight: bold;
        font-size: 2em;
    }
    
    h2.sectiondesc {
        font-size: 19px;
    }
    
    .sectionwatchbtn {
        margin-top: 10px;
    }
    
    .faqsection {

    padding-left: 75px;
    padding-right: 75px;
}

} 


@media screen and (max-width: 1005px) {
    .sectiontext {
        width: 100%;
        text-align: center;
    }
    
    .sectionimage {
        width: 100% !important;
    }
    
    .sectionwatchbtn {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    
    
}





@media screen and (max-width: 644px) {
    .enjoy {
    clear: both;
    display: table;
    max-width: 77%;
    margin: 16px auto;
    border-top: 5px solid #404040;
    padding: 80px 31px;
}
    .faqsection {
    padding-left: 0;
    padding-right: 0;
}

#s2member-pro-stripe-checkout-form {
    width: 100%;
    margin: 0 auto;
}
    
    
.s2member-pro-stripe-form-div span {
    font-size: 13px;
}




.evimg {
    position: unset;
    height: 400px;
    width: auto;
}

.event {
    overflow: hidden;
}


}

























































































































































































