/*@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400italic,700,700italic,500,500italic);*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
    background: none repeat scroll 0 0 #fff;
}

nav {
    background: none repeat scroll 0 0 #0060A0;
    z-index: 500;
    margin: 0 auto;
}

ul {
    padding: 0;
    list-style: none
}

.top-nav ul {
    padding: 0;
}

.logo {
    margin: 6px 0;
    text-align: center;
}

.top-nav .logo a,
.top-nav .logo.active-item a {
    color: #fff;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1em;
}

.top-nav .logo a strong {
    font-size: 1.05em;
    font-weight: 800;
}

.top-nav {
    text-align: center;
}
#menu-header-menu {
	margin-top:3px
}
.top-nav li:hover > a,
.top-nav li.current-menu-item a,
.top-nav .logo.active-item:hover,
.top-nav .header-more ul li:hover a {
    border-bottom: 2px solid #FFCF15;
}
#menu-header-menu .sub-menu li:hover {
    border-radius: 0
}
.top-nav li.logo a,
.top-nav li.logo.active-item a,
.top-nav .logo {
    background: none repeat scroll 0 0 #1A6896;
}

nav ul li ul li {
    text-align: left;
}

.top-nav ul ul {
    min-width: 160px;
    padding: 0 0 5px;
}
.top-nav ul ul li {
    background: none repeat scroll 0 0  #0060A0;
    position: relative
}

.ss-menu a {
    background: url("../img/arrow-right.png") no-repeat;
    background-position: 90% 50% ;
    background-size: 10px
}
.ss-menu ul a {
    background: transparent;
}
#search,
#my-account {
    background: #f2f2f9;
    color: #134D6F;
    padding: 0.35em 0.6em;
    margin: 1.25em 0.5em;
    border-color: #f2f2f9;
    font-size: 0.9em;
}
.inner-page #search, .inner-page #my-account {
    background: #134D6F;
    color: #f6f6f6;
    border-color:#134D6F;
}
#search {
    border-radius: 2em
}

#my-account {
    border-radius: 3px;
    font-weight: normal
}

.banner-link {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 0.55em 0 0.15em
}
.banner-text {
    display: inline-block;
}
.play-banner, .banner-link h4 {
    float: left;
}
.play-banner img {
    width: 3em;
    height: 3em;
    display: inline-block
}

.play-banner-small {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 3em;
    height: 3em;
    display: block;
    background: url("../img/play.png") no-repeat center;
    background-size: 100%;
    display: none;
}

.item:hover .play-banner-small {
    display: block
}

.banner-link h4 {
    color: #f2f2f2;
    margin: 0 0 0 15px;
    line-height: 2.5em
}

.banner-link h6 {
    font-size: 0.8em;
    font-style: italic
}

.vod {
    cursor: pointer
}

.gray-block .play-banner,
.white-block .play-banner {
    width: 4em;
    height: 4em;
}

.gray-block .item h5,
.white-block .item h5 {
    /*position: absolute; 
    left: 0;
    bottom: 0;*/
    margin: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #f2f2f2;
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 5px;
    max-height: 50px;
    overflow: hidden
}

.duration {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
    color: #f2f2f2;
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 0 5px
}

.white-block .duration {
    right: 0.9em
}

a.view-more {
    display: inline-block;
    float: left;
    margin: 15px 10px;
    font-size: 0.8em;
    padding: 5px 10px;
    background: #555;
    color: #fff
}

a.view-more i {
    font-size: 0.8em
}

#fourth-block h2 {
    color: #fff;
}

#fourth-block p {
    color: #fff;
}
#features {
    padding: 1.5em 0
}
.single-feature {
    border-right: 2px solid #ccc
}
.single-feature:last-child {
    border-right: 0
}
#features img {
    margin: 0 auto;
    max-width: 75px
}

#features h4 {
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    margin: 0
}
.single-feature:hover h4 {
    color: #3A7CA3
}
.gray-block {
    padding: 2.5em 0 2em;
    background: none repeat scroll 0 0 #f2f2f2;
    position: relative
}
/*
.gray-block:before {
    content: "";
    background: #fff;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #eee #eee;
    width: 2em;
    height: 2em;
    border-top-right-radius: 3px;
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
*/
.gray-block h2,
.white-block h2,
.inner-heading {
    font-size: 2.2em;
    color: #0060A0;
    margin: 0 0 1em 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.contact-page .inner-heading {
    font-size: 1.4em;
    text-align: left;
}
.gray-block.download-app {
    text-align: center;
}
.blue-bg.download-app {
	background:#004F84;
}
.gray-block.download-app h1 {
    color: #444;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: 0.4em
}
.gray-block.download-app.blue-bg h1 {
	color:#fff
}
.download-app.blue-bg p {
	color:#ddd
}
#live-events .item,
#popular .item,
#sports .item {
    margin: 0 0.625em;
}

.item {
    position: relative
}

#third-block,
#fourth-block {
    text-align: center;
    padding: 4.5em 0;
}

#carousel {
    background: #fff;
    max-width: 1400px;
    margin: 0 auto
}
.trial-block {
    background: #EB4F1D;
    text-align: center;
    padding: .75em 0 0;
    font-family: 'Montserrat', sans-serif;
}
.trial-block h3 {
    font-weight: bold;
    font-size: 1.6em;
    margin-bottom: 10px;
	color:#fff
}
.trial-block a {
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 2px;
    font-weight: bold;
}
.arrow-down {
    margin: 0 auto;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 36.5625em inset rgba(0, 0, 0, 0);
    border-right: 36.5625em inset rgba(0, 0, 0, 0);
}
.arrow-gray {background: #fff;}
.arrow-gray .arrow-down {
    border-top: 20px solid#EB4F1D;
}
.white-block {
    background: #fff;
    padding: 1em 0;
    position: relative
}
.lang-list {
    padding: 0;
    margin: 0
}
.tab-section {
    margin-bottom: 2em;
	text-align:center
}
.lang-list h4 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 1.4em;
    text-align: center;
}
.lang-list li, .lang-list label {
    border: thin solid #ddd;
    line-height: 30px;
    margin-right: 2px;
    border-radius: 3px;
    font-size: 0.9em;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.lang-list label {
    margin-left: 2px
}
.lang-list li.r-tabs-state-active, .lang-list li:hover, .lang-list label:hover {
    background: #41A974;
    color: #fff
}
.lang-list li a, .lang-list label a {
    display: block;
    padding:0 15px
}
.lang-list li:hover a, .lang-list li.r-tabs-state-active a, .lang-list label:hover a {
    color: #fff
}
.lang-list.owl-carousel .owl-wrapper-outer {
    min-height: 60px;
}
.lang-list li.r-tabs-state-active:after {
    content: "";
    background: #41A974;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #41A974 #41A974;
    width: 7px;
    height: 7px;
    border-top-right-radius: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.space-2 {
    height: 2em
}

.clear {
    clear: both
}

footer {
    background: none repeat scroll 0 0 #0c0c0c;
    padding: 2em 0
}

footer h4 {
    color: #f2f2f2;
    font-size: 1.1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 1em 0
}
footer ul ul {
    margin: 0 0 0 1em 
}
footer ul li {
    color: #ddd;
    margin-bottom: 0.5em;
    line-height: 1.8em;
    font-size: 0.9em
}

footer p,
footer a:link,
footer a:visited,
footer a:hover {
    color: #ddd;
}

footer p {
    font-size: 0.8em;
    margin: 1em 0;
    line-height: 1.5em
}

.social-icons a {
    font-size: 1.5em;
    display: inline-block;
    margin-bottom: 0.5em
}

.copyright {
    background: none repeat scroll 0 0 #000;
    padding: 1.5em 0;
}

.copyright p,
.copyright a {
    color: #f2f2f2;
    font-size: 0.9em
}

p.subtitile {
    color: #999;
    margin: 0 0 3.5em;
}

section h3 {
    font-size: 1.3em;
    font-weight: 300;
}


/*
section p {
	font-size: 0.8em;
}*/

section h1 {
    color: #FFCF15;
    font-size: 2.5em;
    text-transform: uppercase;
}

a.button, #place_order, .buy-video button {
    background: none repeat scroll 0 0 #0060A0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-size: 0.9em;
    padding: 0.7em 1em;
    cursor: pointer;
    font-family: 'Asap', sans-serif;
    font-weight: normal;
	text-transform:uppercase;
	outline:none
}
a.button:hover, #place_order:hover {
    background: none repeat scroll 0 0 #1A6896;
}
.buy-video button {
    background: none repeat scroll 0 0 #134D6F;
    border: thin solid #134D6F;
}
.buy-video button:hover  {
    background: none repeat scroll 0 0 #1A6896;
    border: thin solid #eee;
}
#head {
    background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
    padding: 9em 0 5em;
    text-align: center;
}

#content {
    background: none repeat scroll 0 0 #fff;
    padding: 5em 0;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

#content h2 {
    font-size: 1.5em;
    font-weight: 400;
    margin: 1em 0 0.3em;
    text-transform: none;
}

.content-block {
    background: none repeat scroll 0 0 rgb(0, 30, 34);
    padding: 2.5em;
}

.content-block h3 {
    color: #fff;
}

.content-block p {
    color: #fff;
}

#content.left-align {
    text-align: left;
}

#content.contact-page h2 {
    margin: 0 0 0.625em;
}

.contact-page p {
    font-size: 1em;
    font-style: normal;
}

.contact-page i {
    background: none repeat scroll 0 0 rgb(0, 30, 34);
    border-radius: 100px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0.3125em 0.3125em 0.3125em 0;
    text-align: center;
    width: 35px;
}

form.os-forms button {
    background: none repeat scroll 0 0 rgb(0, 30, 34);
    border-radius: 2px;
	text-transform:uppercase;
    transition: background 0.20s linear 0s;
    -o-transition: background 0.20s linear 0s;
    -ms-transition: background 0.20s linear 0s;
    -moz-transition: background 0.20s linear 0s;
    -webkit-transition: background 0.20s linear 0s;
}

form.os-forms button:hover {
    background: none repeat scroll 0 0 #2fcbe0;
}

form.os-forms input,
form.os-forms select,
form.os-forms textarea {
    border-radius: 2px;
	padding: 0.45em 0.625em;
	border: 1px solid rgba(0, 79, 132, 0.6);
}

#map-block iframe {
    display: block;
}


/****** Inner page styles *******/

.inner-page {
    background: none repeat scroll 0 0 #fff;
}

.inner-page section.woo-page {
    padding: 3em 0;
    background: url("../img/login-back.jpg") no-repeat center;
    background-size: 100% 100%
}
.logged-in.inner-page section.woo-page {
    background: none
}


/******** Login/Register pages ********/
.page-template-full-without-topbar-template section {
    background: #f2f2f2
} 
#form_er {
    color: #ED1C24;
}

.os-forms label {
    display: block;
    margin-bottom: 5px;
    margin-top: 0.5em;
    font-size: 0.92em;
}

.os-forms input[type="text"],
.os-forms input[type="email"],
.os-forms input[type="password"],
.os-forms input[type="tel"] {
    height: auto;
    padding: 0.4em 0.625em;
    font-size: 1em;
    background: #f5f5f5;
    border: 1px solid rgba(0, 79, 132, 0.6);
    font-family: 'Asap', sans-serif;
}

.os-forms input[type="submit"], #wp-submit, .download-apps {
    background: #0060A0;
    color: #fff !important;
    font-size: 1em !important;
    cursor: pointer !important;
    margin-top: 1em;
	text-transform:uppercase
}

.os-forms input[type="submit"]:hover, #wp-submit:hover, .download-apps:hover {
    background: #1A6896;
}
.download-apps {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 2px;
    min-width: 225px;
    text-align: center
}
.tml-action-links {
    overflow: hidden;
    margin: 1em 0;
    padding: 1em 0;
    border-top: 2px dotted #ccc;
}
.tml-action-links li {
    width: 50%;
    float: left
}
.tml-action-links li a {
    display: inline-block;
    background: #444;
    padding: 5px 10px;
    color: #fff;
    font-size: 0.85em;
    border-radius: 3px;
    min-width: 110px;
}
.tml-user-pass1-wrap, .tml-user-pass2-wrap {
    width: 50%;
    padding: 0 0.625em;
    float: left
}
.trial-msg {
    padding-right: 1em;
    border-right: 5px solid #ccc;
    margin-top: 5em;
}
.trial-msg h2 {
    color: #EB4F1D;
    line-height: 2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-align: right;
    text-transform: uppercase;
    font-size: 2em
}
.trial-msg h2 span {
    color:#004F84;
    font-size: 1.2em;
    font-weight: bold
}
.sl-section h4 {
    margin: 15px 0
}

.sl-section i {
    color: #3B7DA4;
}

.ywsl-label {
    margin-bottom: 5px
}

.sl-section a.ywsl-social {
    margin-right: 5px
}

.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
#theme-my-login h3 {
    margin-bottom: 0.5em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1.8em;
}
#customer_login {
    margin: 0 auto; 
}
#theme-my-login .message, .success {
    color: #008000;
	display: inline-block;
    padding-left: 28px;
    background: url("../img/tick.svg") no-repeat;
	background-position: 0 5px;
    background-size: 20px;
    line-height: 32px !important;
}
.loading {
	color: #1A6896;
    display: inline-block;
    padding-left: 40px;
    background: url("../img/ripple.svg") no-repeat;
	background-position: 0 0;
    background-size: 32px;
    line-height: 32px !important;
}
.error {
    color: #ED1C24;
    display: inline-block;
    padding-left: 28px;
    background: url("../img/alert.svg") no-repeat;
	background-position: 0 5px;
    background-size: 20px;
    line-height: 32px !important;
}
#resend-otp {
	cursor:pointer;
}
#resend-otp:hover {
	text-decoration:underline
}
#customer_login ul.tab-nav {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden
}

#customer_login .tab-nav li {
    float: left;
    position: relative;
    margin: 0;
    border-bottom: 0;
    width: 50%;
    text-align: center;
}

#customer_login .tab-nav li a {
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
    background-color: #3B7DA4;
    font-weight: bold;
    font-size: 1.1em;
}

#customer_login .tab-nav li a:hover {
    background-color: #1A6896;
}

#customer_login ul.tab-nav li a.hover_tab {
    background-color: #f5f5f5;
    color: #0b5394;
}
.form-center h3 {
    color: #0060A0
}
.form-center p {
    font-size: 0.9em
}
.woocommerce-error {
    padding: 0;
    list-style: none;
    font-size: 0.9em;
}
.woocommerce-error li {
    margin: 5px 0;
    color: #F8072C
}
.form-center .woocommerce-error li a {
    color: #2573A1
}
.inner-blocks {
   padding: 2em 0;
}
.inner-blocks p {
    line-height: 25px;
    margin-bottom: 10px
}
.category .inner-blocks {
    padding: 2em 0
}
/***** My account page **********/

.account-topbar, .topbar {
    width: 100%;
    background: #004F84;
}
.account-topbar {
    padding: 2em 0 0;
}
.topbar {
    padding: 3px 0;
}
.video-wrapper.topbar {
    padding: 3em 0;
}
.account-topbar h2, .topbar h2, .account-topbar p {
    color: #f2f2f9;
    line-height: 35px
}
.topbar h2 {
	text-transform:uppercase;
	font-size:1.4em;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.account-topbar p a {
    display: inline-block;
    color: #eee;
    background: #134D6F;
    padding: 0 10px;
    margin: 0 0 0 10px;
    font-size: 0.9em;
    border-radius: 3px;
} 
#tabs ul.tab-nav {
    list-style: none;
    overflow: hidden;
    padding: 0.75em 0 0;
        margin-top: 1em;
}
#tabs ul.tab-nav li {
    float: left;
    margin: 0 10px;
}
#tabs ul.tab-nav li a {
    font-size: 0.9em;
    color: #eee;
    padding: 8px 20px;
    display: block;
    background: #134D6F;
    border-radius: 5px 5px 0 0
}
#tabs ul.tab-nav li a.hover_tab {
    background: #fff;
    color: #1A6896;
}
#tabs .inner-blocks {
    padding: 3em 1em 5em;
    /*
    box-shadow: 0 5px 15px -4px #999;
    -webkit-box-shadow: 0 5px 15px -4px #999;
    -moz-box-shadow: 0 5px 15px -4px #999; */
    overflow: hidden
}
.my-account h4 {
    margin-bottom: 0;
    color: #0060A0;
	text-transform: uppercase;
    font-weight: bold;
}
.my-account h4 i {
    font-size: 0.9em;
    color: #d5d5d5
}
.inner-blocks .acc-box, .inner-blocks .gray-box {
    line-height: 30px;
    margin: 15px 0 10px;
    font-size: 0.95em;
}
.ref_overlay {
	background: url("../img/ref_bg.jpg") no-repeat;
	background-size:cover;
	padding:2em 0
}
.ref-wrapper {
	text-align: center;
}
.ref-wrapper img {
	margin:0 auto
}
.ref-wrapper h2 {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	margin: 0.5em 0;
    line-height: 1.3em;
}
.ref-wrapper input[type="text"] {
	width: 100%;
    max-width: 500px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 1.2em;
	text-align:center;
	color:#fff;
	border: 0;
    background: transparent;
}
.badge-cont {
	position:relative
}
.ref-wrapper span {
	display: inline-block;
    width: 150px;
    height: 150px;
	font-family: 'Montserrat', sans-serif;
	color:#EEE;
    background: url("../img/badge.png") no-repeat center;
	background-size:100%;
    font-size: 52px;
    line-height: 130px;
	margin-bottom:5px;
}
.points {
	position: absolute;
    bottom: 3.5em;
    text-align: center;
    width: 100%;
    font-size: 12px;
}
.ref-wrapper p {
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}
.sh-box {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
} 
.gray-box .sh-box:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.gray-box p {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1em;
}
.gray-box p span {
    color: #1A6896;
    font-weight: 600;
}
.gray-box label {
    font-size: 0.9em;
    text-indent: 25px;
    display: block;
}
.acc-box span, .gray-box label span {
    color: #888;
}
.gray-box label i {
    font-size: 0.8em;
    margin: 0 5px;
}
.black-btn, .quick_buy_button, #copy_link_btn {
    background: #0060A0;
    color: #fff !important;
    padding: 0px 10px;
    border-radius: 2px;
    margin: 10px 30px;
    display: inline-block;
    font-size: 0.93em;
    border: thin solid #0060A0;
    font-family: 'Asap', sans-serif;
    line-height: 25px;
    cursor: pointer
}
.black-btn {
	margin: 10px 0
}
.dwld-app {
	background: #EB4F1D;
    color: #fff !important;
    padding: 0px 10px;
    border-radius: 2px;
    margin: 25px 30px 10px;
    display: inline-block;
    font-size: 0.93em;
    border: thin solid #EB4F1D;
    font-family: 'Asap', sans-serif;
    line-height: 25px;
    cursor: pointer;
	outline:none
}
.button-trans {
    background: rgba(0,0,0,0.8);
    color: #FFCF15 !important;
    padding: 10px 20px;
    border-radius: 2px;
    margin: 10px 30px;
    display: inline-block;
    font-size: 0.9em;
    text-transform: uppercase;
    font-family: 'Asap', sans-serif;
    line-height: 25px;
    cursor: pointer;
    border: 0;
}
.blue-bg .button-trans {
    background: transparent;
    color: #fff !important;
    border: thin solid #ddd;
}
.button-trans:hover {
    background: #444;
    color: #fff !important;
}
.blue-bg .button-trans:hover {
    background: #134D6F;
	border-color:#134D6F
}
.subscriptions .sub-box {
    margin-bottom: 3em;
    border-top: 0;
    text-align: center
}
/*
.subscriptions .sub-box:nth-child(3n+2) {
    clear: both
}
*/
.subscriptions .sub-box del {
    display: none;
}
.subscriptions .sub-box ins {
    text-decoration: none
}
.sub-box .wrapper {
    display: block;
    background: #f5f5f5;
    border: thin solid #f0f0f0;
    border-top: thin solid #fff;
}
.sub-box:hover .wrapper {
    border: thin solid #e5e5e5;
}
.sub-box h4 {
    font-size: 1.4em;
    font-weight: bold;
    color: #555;
    margin: 15px 0;
}
.subscriptions .sub-box h5 {
    font-size: 2.25em;
    margin-top: 0.5em;
    color: #01AEF0;
}
.sub-box.free h5 {
    color: #F0575D
}
.sub-box.free .black-btn:hover {
    background: #F0575D;
    color: #fff;
    border-color: #F0575D;
}
.sub-box .quick_buy_button:hover {
    background: #01AEF0;
    color: #fff;
    border-color: #01AEF0;
}
.sub-box label {
    color: #134D6F;
    text-shadow: 0 0 1px #ccc;
    font-size: 0.8em
}
.sub-history h4 {
    margin:0 0 1em
}
.offer-wrap {
    padding: 20px 0 5px;
    background: #41A974;
    margin-top: 10px;
    position: relative;
    text-align: center;
    min-height: 180px
}
.white-bg-top {
    position: absolute;
    height: 10px;
    background: #F5f5f5;
    top:-5px;
    left: 10px;
    right: 10px;
}
.package-offers li {
    font-style: italic;
    margin-bottom: 10px;
    color: #fff
}
.channel-popup {
    display: none;
    padding: 1em 2em;
    background: #fff;
    width: 100%;
    max-width: 1140px
}
.channel-popup h4 {
    margin-bottom: 10px
}
.channel-popup img {
    border: thin solid #eee;
    padding: 5px;
    max-width: 90px;
}
.offer-wrap a {
    display: inline-block;
    margin: 5px 0 10px;
    padding: 5px 10px;
    background: #fff;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
    border-top: 0 !important
}
#order_review {
    margin-top: 2em
}
#add_payment_method #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0 !important
}
#add_payment_method #payment, .woocommerce-checkout #payment {
    background: inherit !important
}
.woocommerce table.my_account_orders .order-actions {
    text-align: center !important
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 10px !important
}
.woocommerce-checkout-review-order-table .amount {
    display: inline-block;
    margin-right: 10px
}
form.checkout-login {
    background:#F7F6F7 !important;
    margin-top:0 !important;
    border:0 !important;
}
html body .woocommerce a.remove {
    display: inline-block;
    color: #F0575D !important;
    font-size: 1.1em;
    width: auto;
    height: auto;
}
html body .woocommerce a.remove:hover {
    color: #666 !important;
    background: transparent
}
.wallet-heading {
    line-height: 2em;
    text-transform: none;
    margin: 0 0 1em;
}
.wallet-info h3 {
    text-transform: none
}
.wallet-heading span {
    display: inline-block;
    color: #f6f6f6;
    background: #134D6F;
    padding: 0 10px;
    margin: 0 10px;
    font-size: 0.9em;
    border-radius: 3px;
    line-height: 1.5em
}
.wallet-info hr {
    border: thin solid #ccc;
    margin: 2em 0
}
.my_account_deposits thead {
    background: none repeat scroll 0 0 #2573A1;
    color: #f2f2f2
}

.cart_item .product-thumbnail img {
    max-width: 100px
}
.cart-collaterals, #payment {
    margin-top: 2em
}
ul.wc_payment_methods {
    padding: 0;
    list-style: none
}
.wc_payment_method label {
    margin-bottom: 0.5em;
    display: inline-block;
}
.payment_box p {
    font-size: 0.9em;
    font-style: italic;
    text-indent: 1em;
}
#payment .place-order {
    padding: 0 1em 2em !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none !important;
}
.woocommerce-checkout table .order-total {
    background: #fff;
    color: #333
}
#order_review .woocommerce table.shop_table {
    max-width: 66.66%
}
#customer_details, #order_review, .shade-row {
    padding: 1.5em 2em;
    background: -moz-linear-gradient(90deg, #ffffff 0%, #f2f2f2 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff)); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, #ffffff 0%, #f2f2f2 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, #ffffff 0%, #f2f2f2 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, #ffffff 0%, #f2f2f2 100%); /* ie10+ */
	background: linear-gradient(0deg, #ffffff 0%, #f2f2f2 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
}
.sub-history {
    margin-top: 2em
}
#customer_details h3, #order_review_heading, #payment h3 {
    color: #1A6896
}
#order_review_heading {
    margin-bottom: 1.2em
}
.sub_active {
    color: #28A028
}
.sub_expired {
    color: #BC0000
}
.wallet-success h3 {
    font-size: 1.6em;
    margin-bottom: 10px;
    text-align: center;
    text-transform: none
}
.wallet-success h4 {
    line-height: 1.8em;
    text-align: center;
    text-transform: none;
    font-size: 1.1em
}
.wallet-success h4 a {
    font-style: italic;
    color: #2573A1
}
.wallet-success h4 a:hover {
    text-decoration: underline
}
.blue-bar-page .wallet-success img {
    display: block;
    margin: 5px auto;
    max-width: 90px
}
.video-box, .channel-box {
    width: 100%;
    margin: 0 auto;
    float: none;
}
.premium-error {
    background: #fff;
    padding: 4em 2em;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.premium-error a {
    display: inline-block;
    margin: 1em auto;
    padding: 5px 10px;
    background: #17BE6B;
    color: #fff;
    border-radius: 3px;
}
.premium-error a:hover {
    background: #15AE62
}
.channel-details, .item-stat {
    margin-top: 15px
}
.channel-details img {
    float: left;
    margin: 0 10px 10px 0;
    width: 65px;
    border-radius: 3px;
}
.vdesc-wrap {
    display: inline-block;
    overflow: hidden
}
.live {
    display: inline-block;
    padding: 3px 8px;
    color: #fff;
    background: #17BF6B;
    font-size: 0.6em;
    letter-spacing: 0.6px;
    border-radius: 3px;
    margin-right: 5px
}
.vbox-cat {
    display: inline-block;
    line-height: 20px;
    font-size: 0.9em;
    color: #ccc;
}
.video-details .vtitle, .channel-details .vtitle {
    color: #f2f2f9;
    line-height: 1.1em;
    margin-top: 0;
    font-weight: normal;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
}
.channel-details .vtitle {
    margin-bottom: 5px   
}
.v-meta {
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin: 15px 0;
    font-size: 0.95em;
}
.v-meta li {
    padding: 0 10px;
    float: left;
    color: #ddd;
    font-size: 0.85em
}
.v-meta li:first-child {
    padding-left: 0
}
.v-meta li i {
    color: #bbb;
    font-size: 0.9em
}
.v-meta li .item-views {
    font-size: 1em;
    color: inherit
}
.vdesc p {
    font-style: italic;
    font-size: 0.9em;
    color: #ccc;
    margin-bottom: 1em;
    line-height: 1.4em;
}
.video-info, .related-channels {
    width: 27%;
    margin-left: 3%;
    float: left;
}
.buy-video label {
    color: #FF7;
    display: block;
    font-size: 0.9em;
    margin-bottom: 10px;
}
.videos-on-plot .products .onsale, #page_tst, .woocommerce-message a, .woocommerce-error a {
    display: none !important
}
/*
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width:16.666% !important;
    padding: 0 !important;
    margin: 0 0 1em !important;
} */
.woocommerce ul.products li.product:nth-child(4n+5) {
    clear: both
}
.woocommerce ul.products li.product a img {
    margin-bottom: 2px !important;
}
.woocommerce ul.products li.product .price {
    display: none !important;
}
.videos-on-plot .products li img {
    max-width: 90%
}
.videos-on-plot .products li h3 {
    font-size: 0.85em !important;
    text-transform: none;
    line-height: 1.4em;
    max-width: 90%;
}
.videos-on-plot .products li .add_to_cart_button {
    display: none
}
.v-category {
    margin-bottom: 10px
}
.v-category a {
    display: block;
    position: relative
}
.v-cat-title {
    padding: 5px 0;
    font-size: 0.85em;
    line-height: 1.3em
}
html body .supsystic-social-sharing a.social-sharing-button {
    width: 6em !important;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.55);
}
.social-share a.social-sharing-button:last-child {
    margin-right: 0 !important;
}
#video-social-comments {
    margin-right: 2em
}
#video-social-comments h3, .movies-on-plot h3, .videos-on-plot h2 {
    font-weight: bold;
    text-transform: none;
    font-size: 1.2em;
    color: #134D6F;
    margin: 0 0 1em !important;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    text-transform: uppercase
}
.theChampCommentingTabs ul {
    overflow: hidden;
    background: #eee;
    float: none !important;
    margin-bottom: 1em;
}
.theChampCommentingTabs ul li {
    padding: 10px !important;
}
li.theChampSelectedTab {
    font-weight: bold
}
.social-share {
    margin: 15px 0
}
.wallet-bal {
    position: absolute;
    right: 0;
    top: -3.4em;
    background: #134D6F;
    color: #fff !important;
    font-size: 0.9em;
    padding: 6px 10px;
    border-radius: 0 0 3px 3px;
}
.tab-channels {
    padding: 20px 0;
}
.tab-channels .item {
    text-align: center;
    border-radius: 3px;
    margin-right: 10px;
    background: #f2f2f2;
    font-size: 0.9em;
    border: thin solid #e5e5e5;
}
.tab-channels .item a {
    display: block;
    padding: 8px 0;
}
.tab-channels .item.current-item, .tab-channels .item:hover {
    background: #41A974;
}
.tab-channels .item.current-item a, .tab-channels .item:hover a {
    color: #fff
}
.list-wrapper {
	display:inline-block
}
.ch-logo img, .mv-logo img {
    margin: 0 auto
}
.ch-logo img {
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 2px;
    width: auto;
}
.ch-logo img:hover {
    border: 1px solid #FEEA00;
}
.ch-logo, .mv-logo {
    margin:0 20px 1.3em;
    display: inline-block
}
.category .ch-logo, .category .mv-logo {
    margin:0 15px 1.3em 0;
}
.ch-logo a {
    position: relative;
    overflow: hidden;
    display: block
}
.white-block.left-align .item-title {
    font-family: 'Montserrat', sans-serif;
    color: #00217B
}
.mv-logo a {
    border-top: 0;
    display: block
}
.yellow-block {
	background:#EBB41D
}
.ch-logo:hover .premium {
    top: 0;
    right: 0
}
.item-title {
    display: block;
    padding: 5px 0;
    font-size: 0.8em;
    border-top: 0;
    line-height: 1.3em;
}
.white-block .item-title {
    text-align: center
}
.gray-block .item-title {
    background: #fff
}
#channels.owl-theme .owl-controls {
    position: absolute;
    top: 0;
    /*display: block !important;*/
    margin: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}
.item-views {
    float: right;
    font-size: 0.85em;
    color: #eee;
    display: inline-block;
    padding-left: 22px;
    background: url("../img/view.png") no-repeat left center;
}
html body .kodex_buttons {
    padding: 5px 0 10px
}
.video-details .kodex_buttons {
    text-align: left !important
}
html body .kodex_buttons button {
    height: 25px;
    line-height: 25px;
}
html body .kodex_buttons button .text {
    font-family: 'Asap', sans-serif;
}
html body .kodex_buttons button.kodex_dislike_button, html body .kodex_buttons button.kodex_like_button {
    color: #666;
    font-size: 0.85em
}
html body .kodex_buttons button.kodex_dislike_button:hover,html body .kodex_buttons button.kodex_like_button:hover {
    color: #eee
}
html body .kodex_buttons button.kodex_button_active {
    background: #17BF6B;
    border-color: #17BF6B;
    color: #eee
}
.related-channels h3 {
    margin: 0;
    color: #eee;
    background: #134D6F;
    padding: 10px;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: 'Montserrat', sans-serif;
}
ul.chnl-list, ul.mov-list{
   /* background: #fff; */
    padding: 10px 0;
    overflow: hidden;
}
ul.chnl-list li {
  /*  float: left;
    width: 33.33%; */
    margin-bottom: 10px
}
ul.chnl-list li img {
    margin: 0 auto;
    width: 80px;
    padding: 0 5px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 2px
}
ul.chnl-list li img:hover {
    border: thin solid yellow;
}
ul.mov-list {
    padding: 10px 0   
}
ul.mov-list li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    padding: 0 2%;
}
.left-widget {
    padding: 2em 1em !important;
    background: #f9f9f9;
    border: thin solid #f4f4f4;
    position: static;
}
.widget h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding: 0 0.5em 0.3em 0;
    border-bottom: 2px solid;
}
.widget ul li {
    line-height: 30px;
    font-size: 0.9em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}
.widget ul ul li, .widget > ul > li:last-child {
    padding-bottom: 0;
    border: 0
} 
.widget ul li a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #326B8D;
    padding: 0 0.5em;
}
.widget li {
    position: relative;
}
.widget ul.children {
    padding-left: 5px
}
.widget ul.children li {
    margin-bottom: 0;
    padding-left: 10px
}
.widget ul li.current-cat {
    padding-left: 5px
}
.widget ul.children li.current-cat {
    padding-left: 10px
}
.widget ul.children li a {
    color: #444;
    font-family: 'Asap', sans-serif;
}
.content-right {
    padding: 2em !important;
}
.widget ul.children li:before {
    content:"\f006";
    width: 20px;
    height: 25px;
    position: absolute;
    left:-5px;
    top: 0;
    font-size: 0.8em;
    font-family: 'mfg';
    text-align: center
}
.widget ul li.current-cat:before {
    content:"\f06d";
    width: 20px;
    height: 25px;
    position: absolute;
    left:-10px;
    top: 0;
    font-size: 0.8em;
    font-family: 'mfg';
    text-align: center;
    color: #28A028
}
.widget ul.children li.current-cat:before {
    left: -5px   
}
.inner-page .contact-page textarea {
    height: 90px
}
.devices {
    margin: 1em auto;
}
.layer .devices {
	background: rgba(255,255,255,0.3);
    padding-top: 2em;
}
.devices .dev {
    margin-bottom: 2em;
    position: relative
}
.devices .dev:hover img {
    opacity: 0.8
}
.download-app {
	text-align: center;
    background: url("../img/download-app4.jpg") no-repeat center;
    background-size: cover;
}
.download-app .layer {
    background: rgba(0,33,123,0.6);
    padding: 2.5em 0 2em;
}
.download-app p {
    color: #fff;
}
.download-app .dev img {
    max-width: 90%;
    margin: 0 auto;
    cursor: pointer
}
.download-app.blue-bg .dev img {
	background:#F7F7F7;
	border-radius:5px
}
.download-app label {
	color: #E31A3C;
    font-size: 1.1em;
    background: rgba(255,255,255,0.8);
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
	margin-top: 1em;
	line-height: 1.5em;
}
.blue-bg.download-app label {
	color: #FFCF15;
    background: rgba(0,0,0,0.15);
	display:inline-block
}
.tooltip {
    position: absolute;
    top: auto;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    width: 100px;
    height: 25px;
    text-align: center;
    background: #111;
    line-height: 25px;
    font-size: 13px;
    color: #eee;
    border-radius: 3px;
}
.tooltip:before {
    content: "";
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #111 #111;
    width: 15px;
    height: 15px;
    border-top-right-radius: 3px;
    top: -10px;
    left: 30px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.devices .dev:hover .tooltip {
    display: block
}
/*
.dev a {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 70px;
    font-size: 28px;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    text-align: center;
    line-height: 70px;
    border-radius: 3px;
    color: #fff;
    visibility: hidden
}
.devices .dev:hover a {
    visibility: visible
}*/
.inner-page.error404 {
    background: none repeat scroll 0 0 #f2f2f2;
}
.error-404 {
    text-align: center;
    margin: 3em 0 4em;
    font-family: 'Montserrat', sans-serif;
}
.error-404 i {
    font-size: 2.5em;
    color: #F0575D
}
.notice-msg {
    padding: .5em 1.5em;
    background: #F2f2f2;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #484848;
    display:inline-block;
    border-radius:2px;
}
.notice-msg h4 {
    font-weight:bold;
    color: #28A028;
}
.user-msg {
    padding: 0.5em;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #484848;
	background: -moz-linear-gradient(90deg, #ffffff 0%, #f2f2f2 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff)); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, #ffffff 0%, #f2f2f2 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, #ffffff 0%, #f2f2f2 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, #ffffff 0%, #f2f2f2 100%); /* ie10+ */
	background: linear-gradient(0deg, #ffffff 0%, #f2f2f2 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
}
.user-msg.common {
    padding: 0.75em
}
.user-msg.common p {
    margin-bottom: 0
}
.user-msg label {
    display: block;
    margin-bottom: 15px;
}
.user-msg label b {
    font-size: 1.1em
}
.user-msg p {
    font-size: 0.8em
}
.user-msg a, .user-msg span {
    color: #EB4F1D;
}
.user-msg.common span {
    color: #41A974
}
#searchform {
    position: fixed; 
    top: 0;
    z-index: 999999;
    width: 100%;
    background: rgba(0,96,160,0.95);
    height: 100%;
    padding-top: 6em;
    display: none;
}
#searchform.active {
    display: block
}
#searchform h4 {
    color: #FFCF15;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase
}
#search_close {
    position: absolute;
    font-size: 30px;
    right: 0.4em;
    top: -3em;
    color: #bbb;
    background: rgba(14,55,80,0.6);
    padding: 10px;
    cursor: pointer;
}
#searchform input[type="text"] {
    font-size: 24px;
    background: rgba(0, 0, 0, 0);
    padding: 10px 0;
    border: 0;
    border-bottom: 2px solid #ccc;
    border-radius: 3px;
    color: #f6f6f6;
    outline: 0;
    font-family: 'Montserrat', sans-serif;
}
#searchform button {
    font-size: 24px;
    padding: 10px;
    background: rgba(14,55,80,0.7);
    outline: 0;
    color: #f6f6f6;
    border-radius: 2px;
    border: 1px solid #124767;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}
html body .searchwp-live-search-results {
    z-index: 999999;
    max-height: 100%;
    background: #0E3750;
    border-radius: 0;
}
.searchwp-live-search-results a, .searchwp-live-search-no-results {
    color: #ccc
}
.single-search {
    background: #f5f5f5;
    margin-bottom: 1em;
    padding: .5em 1em;
    border-left: 10px solid #eee;
    border-bottom: 2px solid #f5f5f5;
}
.single-search:hover {
    border-bottom: 2px solid #eee;
}
.single-search a {
    padding: 0.5em 0;
    display: block
}
.single-search:hover a {
    font-weight: bold
}
.install-guide {
    margin-bottom: 3em
}
.install-guide h3 {
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4em
}
.inst-steps {
    margin: 10px 0;
    line-height: 25px;
}
.inst-steps li {
    margin-bottom: 10px
}
.inst-steps li a {
    font-weight: bold;
    color: #3C7EA5
}
.app-download {
    background: #444;
    color: #fff !important;
    border-radius: 3px;
    padding: 4px 10px;
    display: inline-block;
    margin:10px 20px 0 0;
    font-size: 0.9em
}
h5 .currency {
    font-size: 0.7em;
    color: #888;
}
.showlogin {
    color: #134D6F;
    font-style: italic;
    font-weight: bold;
}
.checkout-btns {
    overflow: hidden;
    margin-top: 1em;
    font-size: 0.9em;
}
.checkout-btns a {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    border: 1px solid rgba(26, 104, 150, 0.4);
    border-radius: 3px;
    font-style: italic;
    width: 155px;
    text-align: center
}
.checkout-btns a:hover {
    background: #3B7DA4;
    color: #fff
}

/********* Breadcrumbs ***********/

#breadcrumbs{
    list-style:none;
    margin:5px 0;
    overflow:hidden;
    display: inline-block;
    padding: 5px;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin:0 5px;
    color: #f2f2f9;
    font-size: 0.85em;
    font-style: italic;
}
#breadcrumbs li a {
    color: #f2f2f9;
    font-size: 1.05em;
}
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}
.faq-heading {
    font-weight: bold;
    margin-bottom: 15px;
}
.faq-list {
	padding-left:25px;
	line-height:28px;
    margin-bottom: 2em
}

.faq-list  li {
	margin-bottom:10px
}
.install .owl-pagination {
    text-align: center;
    margin-top: 10px
}
#inst-slider-1 .owl-item img, #inst-slider-2 .owl-item img {
    max-width: 300px;
    margin: 0 auto
}
.white-block.single-channel{
    padding-top: 2em;
}
.white-block.single-channel h2 span{
    color: #EB4F1D;
}
#onesee-slider .owl-prev {
    left: 0;
    top: 40%;
    z-index: 99999;
    font-size: 3em;
    background: rgba(0,96,160,0.6);
    display: none
}
#onesee-slider .owl-next {
    right: 0;
    top: 40%;
    z-index: 99999;
    font-size: 3em;
    background: rgba(0,96,160,0.6);
    display: none
}
#onesee-slider:hover .owl-prev, #onesee-slider:hover .owl-next {
    display: block
}
#onesee-slider .owl-prev i, #onesee-slider .owl-next i {
    color: #fff
}
.package-page-head {
	font-size: 1.8em;
    color: #EB4F1D;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1em;
}
.pack-filter-head {
	background: #EBB41D;
    padding: 10px 20px 10px 50px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
	margin-bottom:0
}
#country_listing .pack-filter-head {
	background:#EBB41D url("../img/country-icon.svg") no-repeat;
	background-position: 12px 10px;
    background-size: 25px;
}
#pack_listing .pack-filter-head {
	background:#EBB41D url("../img/package-icon.svg") no-repeat;
	background-position: 8px 7px;
    background-size: 32px;
}

.pack-list-wrap {
	text-align:center
}
.pack-list-wrap .loading {
	margin:2em 0
}
.cntry-list, .pack-list {
	text-align: center;
    margin-bottom: 2em;
	padding:1em 0;
}
.cntry-list {
	text-align: center;
    margin-bottom: 2em;
	overflow:hidden;
	padding:1em 0;
	background: -moz-linear-gradient(90deg, #ffffff 0%, #f2f2f2 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff)); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, #ffffff 0%, #f2f2f2 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, #ffffff 0%, #f2f2f2 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, #ffffff 0%, #f2f2f2 100%); /* ie10+ */
	background: linear-gradient(0deg, #ffffff 0%, #f2f2f2 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
}
.pack-list {
	padding-top:0;
	position:relative
}
.active-country {
	position:relative
}
.active-country:before {
	content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    right: 0;
    top: -5px;
    margin: auto;
    background: url("../img/tick.svg") no-repeat;
    background-position: 50% 0;
    background-size: 18px;
}
#package-slider .owl-item {
	margin: 0 0.5px;
}
.pack-list .pack-header {
	padding-top:1em;
	padding-bottom:1em;
	background: rgba(67,176,200,0.2) url("../img/email-bg.png") center top;
	background-size:100% auto;
	box-shadow: inset 0 0 20px 10px rgba(0,0,0,0.1);
}
.pack-list-banner {
	width:100%;
	background:#2A6E9A url("../img/pack-banner.jpg") no-repeat right center;
	background-size:cover;
	position:relative;
}
.overlay-feat {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.1);
	padding:1em 1em 1em 2em;
}
.sub-features {
	list-style:none
}
.sub-features li {
	padding-left: 60px;
    color: #FFF;
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 2.5em;
}
#live-tv {
	background:url("../img/live-tv.svg") no-repeat;
	background-position: 10px 9px;
    background-size: 25px;
}
#free-trial {
	background:url("../img/calendar.svg") no-repeat;
	background-position: 10px 10px;
    background-size: 24px;
}
#pop-devices {
	background:url("../img/devices.svg") no-repeat;
	background-position: 10px 8px;
    background-size: 30px;
}
#acnt-active {
	background:url("../img/account.svg") no-repeat;
	background-position: 10px 8px;
    background-size: 25px;
}
#free-app-dwd {
	background:url("../img/app-download.svg") no-repeat;
	background-position: 9px 10px;
    background-size: 25px;
}
.pack-ch-wrap {
	padding:1em;
	overflow:hidden;
	background: -moz-linear-gradient(90deg, #ffffff 0%, #eeeeee 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #ffffff)); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, #ffffff 0%, #eeeeee 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, #ffffff 0%, #eeeeee 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, #ffffff 0%, #eeeeee 100%); /* ie10+ */
	background: linear-gradient(0deg, #ffffff 0%, #eeeeee 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
}
.pack-ch-wrap img {
	float:left;
	max-width:60px;
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
	padding:5px
}
.pack-ch-wrap label {
	text-transform:uppercase;
	color:#222;
	float:left;
	margin:22px 0 0 15px
}
.pack-ch-wrap .margin-bottom {
	margin-bottom:1.5em;
	padding-left: 15%;
}
#pack_listing .pack-header h3 {
	font-size: 2.5em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
	background:url("../img/price-bg.png") no-repeat center;
	background-size: 190px 95%;
	padding: 0.5em 0;
	margin-bottom: 15px;
}
#pack_listing .pack-header del {
    display: none;
}
#pack_listing .pack-header ins {
    text-decoration: none;
}
.pack-list h4 {
	font-size:1.4em;
	margin:10px 0;
	color:#0060A0;
	text-transform:uppercase;
	font-weight:600
}
.pack-list h5 {
	font-size:1.2em;
	margin:10px auto;
	color:#222;
	text-transform:uppercase;
	font-weight:600;
}
.pack-list p {
	margin-bottom:0;
	color: #222;
	font-weight:bold;
	font-size:1.2em;
	text-transform:uppercase
}
.cntry-list li {
	margin-bottom:10px
}
.cntry-list li img {
	margin:0 auto;
	cursor:pointer
}
.cntry-list li a {
    display: block;
    text-align: center;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.75em;
}
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -100px;
  padding: 7px;
  width: 200px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#package-slider .owl-controls {
	position:absolute;
	top:0;
	width:100%;
	height:40px;
}
#package-slider .owl-prev, #package-slider .owl-next {
	text-indent: -9999999999px;
    background: #06b14f;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    z-index: 999999;
    border-radius: 50%;
    box-shadow: 0 0 3px #333;
}
#package-slider .owl-prev {
	left: -20px;
    background: #06b14f url("../img/left-arrow.svg") no-repeat;
    background-size: 20px;
    background-position: 45% 50%;
}
#package-slider .owl-next {
	right:-20px;
	background:#06b14f url("../img/right-arrow.svg") no-repeat;
	background-size: 20px;
    background-position: 65% 50%;
}
#cscf_SubmitButton {
	margin-bottom:1.5em
}
.log-profile {
	display:none
}
.logged-in .log-profile {
	display:block
}
#copy_link_btn {
	text-transform:uppercase;
	letter-spacing:0.5px;
	padding: 5px 20px 2px;
    font-size: 1.1em;
	background:#EB4F1D;
	border-color:#EB4F1D
}
.single-channel-pgms {
	padding: 3em 0 0
}
.single-channel-pgm-page {
	padding: 2em 0 3em
}
.channel-header {
	padding-bottom: 1em;
    border-bottom: 5px solid #eee;
}
.channel-head p {
	font-family: 'Montserrat', sans-serif;
    color: #00217B;
	margin-top: 20px;
	line-height: 26px
}
.pgm-wrapper {
	margin: 2.5em 0 0;
    padding-bottom: 2em;
    border-bottom: 5px solid #eee;
}
.pgm-wrapper h3 {
	font-size: 1.6em;
	margin-bottom: 1em;
    color: #EB4F1D;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.single-pgm {
	display: inline-block;
	text-align: center;
	margin-bottom: 2em
}
.single-pgm a {
	font-family: 'Montserrat', sans-serif;
    color: #00217B;
    display: block;
    margin-bottom: 10px;
    font-size: 0.9em;
}
.single-pgm a.pgm-img {
	display: block;
	width: 250px;
	height: 200px;
	position: relative
}
.single-channel-pgm-page img {
	display: block;
	margin: 0 auto 20px
}
.single-channel-pgm-page h1 {
	text-align: center;
	color: #00217B;
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 1em
}
.single-channel-pgm-page h4 {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 1em;
	color: #666;
}
.single-channel-pgm-page p {
	font-family: 'Montserrat', sans-serif;
	color: #111;
	line-height: 26px;
    font-size: 0.9em;
	max-width: 864px;
	margin: 0 auto 2em
}
.single-channel-pgm-page .trial-block {
	padding: 0.75em 0 1em;
	max-width: 864px;
	margin: 0 auto 2em
}
.zoom-overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    background: rgba(0,0,0,0.6) url("../img/zoom.svg");
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center;
	transform: scale(0);
	 -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
.pgm-img:hover .zoom-overlay {
	transform: scale(1)
}
@media screen and (max-width: 1200px) {
    .channels {
        overflow: hidden !important
    }
}
@media screen and (max-width: 1000px) {
    #package-slider .owl-prev {
		left: 0;
	}
	#package-slider .owl-next {
		right:0;
	}
}

@media screen and (max-width: 768px) {
    .logo-wrapper, .lang-list label, .premium {
        display: none
    }
    .top-nav {
        text-align: left;
    }
    .top-nav li {
        line-height: 1.5em;
        margin-bottom: 5px
    }
    .top-nav li:active {
        background: none repeat scroll 0 0 #134D6F;
    }
    .top-nav .logo {
        padding: 1.25em;
    }
    header .logo {
        margin: 9px 0
    }
    #menu-header-menu {
        width: 100%;
        margin: 1em 0;
        display: none
    }
    .top-nav ul ul {
        padding: 0;
        border-radius: 0
    }
    .carousel-text h2 {
        font-size: 1.3em;
    }
    .carousel-text p {
        font-size: 1em;
    }
    ul.top-ul {
        padding: 0;
    }
    ul.top-ul.right {
        float: none;
    }
    .video-wrapper.topbar {
        padding: 0.625em 0
    }
    .video-box, .channel-box, .video-info, .related-channels {
        width: 100%;
        float: none
    }
    .video-info, .related-channels  {
        margin: 1.5em 0 0
    }
    .video-details .vtitle, .channel-details .vtitle {
        font-weight: normal;
        font-size: 1em
    }
    footer {
        text-align: center;
    }
    footer .right {
        float: none;
    }
    #onesee-slider .owl-prev {
        display: none !important
    }
    #onesee-slider .owl-next {
        display: none !important
    }
	.sub-features li {
		line-height:2em
	}
	#live-tv {
		background-position: 10px 5px;
		background-size: 23px;
	}
	#free-trial {
		background-position: 10px 7px;
		background-size: 22px;
	}
	#pop-devices {
		background-position: 10px 5px;
		background-size: 28px;
	}
	#acnt-active {
		background-position: 10px 5px;
		background-size: 23px;
	} 
	#free-app-dwd {
		background-position: 10px 7px;
		background-size: 23px;
	}
	.gray-block h2, .white-block h2, .inner-heading, .gray-block.download-app h1, section h1 {
		font-size:1.8em
	}
	.trial-block h3 {
		font-size:1.4em
	}
	.trial-msg {
		margin:1em 0 2em;
		border-right:0;
		padding-right:0
	}
	.trial-msg h2 {
		text-align:center;
		line-height:1.6em
	}
}
@media screen and (min-width:481px) and (max-width:768px) {
    .overlay-feat {
		padding:1em;
		background: rgba(0,0,0,0.4);
	}
}
@media screen and (max-width:480px) {
	.inner-blocks {
		padding:1em 0
	}
	.package-page-head {
		font-size:1.6em
	}
	.pack-list-banner {
		background: url("../img/pack-banner.jpg") no-repeat;
		background-size: cover;
		background-position: 95% 50%;
	}
	.overlay-feat {
		padding:1em 10px;
		background: rgba(0,0,0,0.6);
	}
	.pack-ch-wrap {
			margin-bottom:1.5em
	}
}