* {
	outline:none;
}
html {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    padding: 0;
    margin: 0;
}
body {
    font-family: "Roboto",sans-serif;
    font-size: 15px; 
    color: #636363; 
    line-height: 1.5; 
    margin: 0; 
    padding: 0; 
    font-weight: 500; 
    background: #191919 url("../img/watch-bg.html") no-repeat top center;
    height:100%;
    min-height: 100%;
    width: 100%;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block spaaace fix */
    margin-right:-4px;
}

.container.clear-header {
	padding-top: 75px;
}
.relative {
	position: relative;
}

/* beta */
.beta {
    color: #ECECEC;
    background: #1B1B1B;
	font-size: 12px;
}
.beta strong {
	color: #fff;
	font-weight: 800;
}

.beta a:hover {
	color: #fff;
}
.beta .container {
	padding: 5px 0px 5px 0px;
}

/* scroll fixes */
.modal-open .modal {
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow-y: scroll;
}
.inner-head.overlap {
    margin-top: -125px;
    padding-top: 190px;
}
.inner-head {
    float: left;
    padding-top: 70px;
    position: relative;
    width: 100%;
}
.parallax.no-parallax {
    background-position: 0 0 !important;
    background-size: cover !important;
}
.parallax, .fixed-bg {
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}
.inner-content {
    float: left;
    padding-left: 180px;
    position: relative;
    width: 100%;
}
.inner-content > ul {
    float: left;
    list-style: outside none none;
    margin: 10px 0 66px;
    padding: 0;
    width: 100%;
}
.plan-icon.price {
    #border-color: transparent;
    border-radius: 5em;
    border-style: solid;
    border-width: 3px;
    #color: #a3a7a8;
    cursor: pointer;
    font-size: 90px;
    height: 170px;
    line-height: 170px;
    #padding-left: 10px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    vertical-align: middle;
    width: 170px;
	margin-bottom: 15px;
}
.price {
    display: inline-block;
}
.price h2{
    display: inline-table;
    font-weight: 300;
    padding-bottom: 10px;
    vertical-align: middle;
}
.owl-carousel .gateways{
   display: inline-table !important;
}

a
.inner-content li:last-child::before {
    display: none;
}
.inner-content li a {
    color: #fff;
    float: left;
}
.inner-content > ul {
    list-style: outside none none;
}
.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.bg-primary {
	background: #3d4548;	
}
.bg-secondary {
	color: #a3a7a8;
	background: #4e575a;
}

select > option[disabled]{
    color:#999;
}

.bold {
    font-weight: bold;
}
.black-color {
    color: #000000;
}
.blue-color {
    color: #1ab8ec;
}
.hide { 
    display: none;
}
.full-height {
    height: 100%;
}

.secondary-title, .secondary-title-dark {
  #color: #d3d3d3;
  font-weight: 100;
  font-size: 35px;
  letter-spacing: -1px;
  #margin-bottom: 25px;
}

.secondary-title-dark {
  color: #333333;
}

/* spacing
-------------------------------------------------- */

.no-margin {
    margin: 0;
}
.no-pad {
    padding: 0;
}
/* bs3 custom checkboxes
---------------------------------------------------*/
label input[type=checkbox] { display:none; }

label .icon{
    display:inline-block;
    width: 15px;
    height: 15px;
    margin: -13px 6px -3px 0;
    border: 1px solid #818c9a;
    color:#353D47;
    font-size: 11px;
}

label .icon > .glyphicon{
    visibility:hidden;
    font-size:13px;
}

label > input[type=checkbox]:checked + .icon{
    color:#21a9db;
}

label > input[type=checkbox]:checked + .icon > .glyphicon{
    visibility:visible;
}

hr.choice{
    position:relative;
}

hr.choice:after{
    content:'or';
    line-height:24px;
    text-align:center;
    display:block;
    width:24px;
    height:24px;
    border-radius:50%;
    position:absolute;
    left:50%;
    top:50%;
    margin:-12px 0 0 -12px;
    background-color:#fff;
}

.table tr:first-child > td,
.table tr:first-child > th{
    border-top:none;
}

.table-centered td,
.table-centered th{
    text-align:center;
}

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

.pull-bottom{
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

.panel {
    border-radius:0px;
}

/* header and navbar
-------------------------------------------------- */

header {
    -webkit-font-smoothing: subpixel-antialiased;
	background: #22252a;
    color: rgb(66, 66, 66);
    left: 0;
    top: 0;
    width: 100%;
    height: 42px;
    position: fixed;    
    z-index: 10;
}

/* transparent header */
.home header,
.apps header,
.auth.branded header{
    background-color:rgba(0,0,0,0.5);
}

header.affix, header.members {
	background: #22252A !important;
}

header .logo {
    height: 30px;
	margin: 0px 0 10px 0;
	width: 185px;
}
.tv-logo {
    margin-top: -7px;
    margin-right: 10px;
    margin-bottom: -4px;
}

header .nav>li>a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 23px 0 0;
}
.nav>li>a:hover {
    background-color:transparent;
}
.header-back {
    /*background:url('http://resources.cdn.tvplayer.com/web/images/stage/highlights/header-back.jpg') no-repeat center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;*/
    background-color: #212126;
}
.plus-box {
    background-color: #5b38ae;
    font-weight:700;
    color:#fff !important;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
}
.free-box {
    background-color: #1ab8ec;
    font-weight: 700;
    color: #fff !important;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
}
header .channels-box .list-inline>li {
    padding: 0;
}
header .channels-box ul li a img {
    width: 80px;
    height: 80px;
}
header .stage h1, .home .stage h4, .home .stage p {
    color:#fff;
    font-weight:100;
}
header .stage h1 {
    padding-top: 140px;
    font-size: 55px;
}
header .fa-angle-down {
    color: #fff;
}
.navbar-nav>li>a:focus {
    background-color:transparent;
}

header .animated-nav li {
    padding:0 15px;
    position:relative;
}

.navbar-nav>li>a:hover {
    color:#ccc;
}

header .animated-nav li.active a {
    color: #FFFFFF;
}

header .navbar-nav li.active:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 11px 11px 0em 0;
    border-color: #22252a transparent;
    bottom: -15px;
    right:50%;
    width: 2000px;
}

header .navbar-nav li.active:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 11px 0 0 11px;
    border-color: #22252a transparent;
    bottom: -15px;
    left:50%;
    width:2000px;
}





/* fix header size with no active links */
.vip header,
.home header{
    height:75px;
}

.auth.branded header .navbar-nav li.active:before,
.home header .navbar-nav li.active:before,
.auth.branded header .navbar-nav li.active:after,
.home header .navbar-nav li.active:after{
    border-color: rgba(0,0,0,0.5) transparent;
}

header.affix .navbar-nav li.active:before,
header.affix .navbar-nav li.active:after,
header.members .navbar-nav li.active:before,
header.members .navbar-nav li.active:after{
    border-color: #22252a transparent!important;
}

header .animated-nav li:first-of-type {
    padding-left: 0;
}

header .animated-nav li:nth-of-type(8) {
    padding-right: 0;
}

.wrapper-animated-nav {
    float: right;
}
.navbar-header {
    margin-left: 15px;
}
/*Hamburger*/
.main-hamburger {
	border-color: #fff;
	margin-top: 2px;
}
.main-hamburger span{
    background-color: #fff;
}
/* Dropdown Menu - Everything
-------------------------------------------------- */
header .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color:transparent;
}
.dropdown-menu1 {
    top: 13px;	
}
.dropdown-menu1>li>a {
    color: #fff;
}
.dropdown-menu1>li>a:hover, .dropdown-menu1>li>a:focus {
    background-color:transparent;
    color: #00b7f0;
}

header .animated-nav .open li:first-of-type {
    padding-left:15px;
}

/* Animated Underline
-------------------------------------------------- */

/* that small bar underneath */
.animated-nav .floater {
    display:block;
    height:4px;
    background-color: #00b7ef;
    border: none;
    opacity:0;
    position:absolute;
    bottom:-3px;
    left:-300px;
    transition: .4s ease-in-out;
}
.animated-nav .open .floater {
    bottom:70px;
}


/* global overrides
-------------------------------------------------- */

a, a:hover, a:focus {color:#1AB8EC; #font-weight: 500;}
hr {border-color:#ddd;}
.divider {
  border: none;
  background: url('../../assets.tvplayer.com/web/images/divider.html') 50% 50% no-repeat;
  height: 1px;
  opacity: 0.3;
}
/*.content {margin-bottom:25px;}*/
strong {font-weight:inherit; color:#000;}
.vcenter {
    display: inline-block;
    vertical-align: middle;
}
.form-modal-close-form{
	margin: 15px;
}

/* main view overrides
-------------------------------------------------- */

.stage {background-image:url('../../assets.tvplayer.com/web/images/bubbles.html');background-color:#f2f4f3; height:360px;}
.flat-box {
    background-color:#fff;
    border:1px solid #fff;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    margin: 15px 0 15px 0;
}
.selected {
    background-color:#E6E6E6;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}
.box {
    background-color:#fff;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
    padding:5px;
}

.flatbox {
    background-color:#fff;
    padding:5px;
}

.bg-white {
    background-color:#fff; 
}

.bg-grey {
    background-color: #f5f5f7;
}

.bg-dark-grey {
    background-color:#262525;
}

.bg-pink {
    background-color:#DF3596;;
}
.bg-blue {
    background-color:#12AAD6;
}
.movie-bg-blue {
    background-color:#12AAD6;
	color: #fff !important;
}

.disabled {
    opacity:0.4;
}

/* stage area
-------------------------------------------------- */

.stage h1 {
    padding-top:45px;
    font-size:49px;
    font-weight:100;
}

.stage h4 {
    padding-top:15px;
    font-weight:100;
    font-size:20px;
}

.stage .btn {
    width:200px;
    height:50px;
    font-size:24px;
    margin-top:10px;
    font-weight:100;
}

.relative {position:relative;}
.center {margin:auto;}
.text-center {text-align:center;}

/* trending channels
-------------------------------------------------- */

.now-next-carousel .text-grey {font-size:10px;}
.now-next-carousel .progress-bar, .now-next-carousel .progress {height:5px;}
.now-next-carousel .channel-logo {
    padding-top:10px;
}

.now-next-carousel .title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
    color:#fff;
}

.offair, .comingsoonspecial, .tvguide .epg-window .soon {
    opacity:0.4;
}

.progress-bar {
    background-color:#4D4D4D;
}

.selected .progress-bar {
    background-color:#1AB8EC;
}

/* list styles
-------------------------------------------------- */

.ticks {
    list-style-position: outside;
    list-style-image: url(../../assets.tvplayer.com/web/images/tick.html);
}



/* button styles
-------------------------------------------------- */

.btn-primary , .btn-primary.active, .btn-primary:active{
    transition: background-color 0.5s ease;
    background-color:#5b38ae;
    #border-color:#1AB8EC;
	font-size: 15px !important;
	border-radius: 3px !important;
    color:#fff;
}

.btn-primary:focus {
    color:#fff;
}
.home .btn-primary {
    font-size:18px;
    font-weight:400;
}

.home .btn-homepage {
    padding: 6px 24px; 
    font-size: 24px;
    font-weight: 400;
}
.wrapper-try-plus {
    margin-bottom: 20px;
}
.btn-try-plus {
    font-size: 33px;
}
.btn-primary:hover {
    transition: background-color 0.5s ease;
    background-color: #321478;
    border-color: #ddd;
    color: #fff;
}

.btn-blue {
    background-color: #1AB8EC;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
    background-color: #1DA3CF;
}

.btn-grey {
    background-color:#646464;
    border:none;
}

.btn-grey:hover {
    background-color:#646464;
    border:none;
}

.btn-pink {
    background-color:#df3596;
    border:none;
}

.btn-pink:hover, .btn-pink:focus {
    background-color:#f060b2;
    border:none;
    cursor:pointer;
}

.btn-outline {
  margin-top: 20px;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #fff;
  margin:10px;
}

.btn-outline:hover {
 background-color: #4d4d4d;
 border:1px solid #ccc;
 color:#fff;
}
.channels {
    #background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 1em;
    text-align: center;
    vertical-align: top;
    width: 9em;
	float: left;
}


.class-name {
    background-color: #321478;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 0.80em;
    padding: 0.5em;
}

/* colours
-------------------------------------------------- */

.white {
    color:#fff;
}

/* Menu Overlay */

.fixed-container-request {
    width: 100%;
    height: 100%;
    z-index: 20;
    position: fixed;
    background: #232323;
}

.navbar-overlay {
    padding-top: 45px;
}
.navbar-overlay li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 15px;
}

.fixed-container-request > .container {
    width: 100%;
    height: 100%;
}

.fixed-container-request .close-overlay {
    color: #cdcdcd;
    top: 20px;
    right: 20px;
    font-size: 20px;
    text-align: right;
    cursor: pointer;
    position: relative;
}

/* Watch now disabled for mobile, tablet */
.store {
    margin-bottom: 20px;
}
.iphone-img {
    margin: 0 auto;
    padding-top: 100px;
    height: 500px;
}
.lead {
    color: #bfbfbf;
}

/* Carousel arrows */
.carousel-control {
    text-shadow: none;
}
.carousel-indicators {
    bottom: -55px;
}
.fa-angle-left {
    color: #f2f2f2;
    position: absolute;
    top: 43%;
    left: 10px;
    z-index: 5;
    display: inline-block;
}
.fa-angle-right {
    color: #f2f2f2;
    position: absolute;
    top: 43%;
    right: 0;
    z-index: 5;
    display: inline-block;
}
.home .carousel-indicators li {
    width: 8px;
    height: 8px;
}
.home .carousel-indicators .active {
    background-color: #1AB8EC;
    border: none;
    width: 8px;
    height: 8px;
    margin: 1px;
}
.home .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{
    margin-left: 0;
}

.home .carousel-control.right {
    right:-35px;
    background:none;
}

.home .carousel-control.left {
    left:-50px;
    background:none;
}

/*  Navigation - Collapse slider with channels
-------------------------------------------------- */ 
.navbar-nav>li>.dropdown-menu {
    margin-top:2px;
}

.dropdown-menu { 
    position: relative;
    width:100%;
    min-width:inherit;
    background-color:#1a1a1a;
    background-color: rgba(26, 26, 30, 0.8);
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
}

.dropdown-menu-mobile {
	height: 89px;
}

.dropdown-menu li {
    padding:0 0 0 5px;
}

.dropdown-menu li>a {
    padding:0;
    color:#fff;
}

/*body::-webkit-scrollbar { 
    display: none; 
} 
.dropdown-menu-mobile::-webkit-scrollbar {
    -moz-appearance: none;
    -webkit-appearance: none;
    max-width: 30px;
}
.dropdown-menu-mobile::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #1AB8EC;
}*/
.dropdown-btn { 
    position: relative; color: #fff; /*top: 42px; right: 79px;*/ z-index:2000; cursor: pointer;
    -moz-animation-name: none;
    -webkit-animation-name: none;
    -ms-animation-name: none;
    animation-name: none;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);	       
}

.bounce { 
    -moz-animation-name: bounce;
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
}

/* global thumbnails */
.video-info .col-xs-3 {
	padding-right: 0px;
}
.video-info .col-xs-9 {
	padding-left: 0px;
}
.video-title {
    font-size:18px;
    color:#d3d3d3;
    white-space: nowrap;  
    overflow: hidden;
    text-overflow: ellipsis;
	margin: 10px 0px 0px 0px;
}
.video-date {
    font-size:12px;
	margin: 0px;
}
.video-thumbnail {
    height:170px;
	position: relative;
	background-repeat:no-repeat;
    background-size:cover;
    background-image:url("../../assets.tvplayer.com/web/images/missing-thumbnail.html");
}
.video-duration {
    background-color:#000;
    background-color: rgba(0, 0, 0, 0.7);
    position:absolute;
    bottom: 0px;
    right:0;
    padding-right:5px;
    padding-top:3px;
    padding-left:5px;
    height:20px;
    font-size:10px;
    font-weight:500;
    color:#fff;
}
.video-overlay {
    width:100%;
    height:100%;
}
.video-thumbnail .free-box,.video-thumbnail .plus-box {
	top: 0px; right: 0px;
	position: absolute;
}
.video-overlay:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.video-subtitle {
    font-size:12px;
}
.video-details {
    margin-left:10px;
}





/* Modal */
.modal-content {

    background-size:100%;
    background-position:top center;
    background-repeat:no-repeat;   
    background-color:#1c2126;
}

.modal-body, .modal-header, .modal-footer {
    color:#fff;
}

.modal-header, .modal-footer {
    border:none;
}

.modal-body p {
    color:#ccc;
}

.modal-header .glyphicon {
    color:#fff;
}




/*  Carousel- Hover animation on logos, Arrows
-------------------------------------------------- */ 

.animated-logo { 
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode:forwards; /*w3c*/
}

.animated-logo:hover { 
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); 
}

/*  Sidebar Menu
-------------------------------------------------------- */ 
.side-menu .affix-top {
    position: static;
    width: 323px;
}
.side-menu .affix {
    position: fixed;
    width: 323px;
    top: 90px;
}
.side-menu .affix-bottom {
    position: absolute;
    width: 323px;
}

/* Customised Vertical scrollbar - Live -*/

.live-content::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #1a1a1d;
}
.live-content::-webkit-scrollbar {
    width: 4px;
}

.live-content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #838688;
}


/* Cookie - Competition Message */
#cookies {
    width: 100%;
    color: #fff;
    text-align: center;
    height: 35px;
    position: fixed;
    top:0;
    z-index: 22;
    background-color: #000;
    border-bottom:1px solid #353535;
}

#cookies p {
    margin: 7px 0 10px 0; 
    font-weight: 500;
    font-size: 15px;
    color:#ccc;
}

@keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,-100px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,-100px,0); /* Firefox */
        -ms-transform: translate3d(0,-100px,0); /* IE9 */
         -o-transform: translate3d(0,-100px,0); /* Opera */
            transform: translate3d(0,-100px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}
@-webkit-keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,-100px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,-100px,0); /* Firefox */
        -ms-transform: translate3d(0,-100px,0); /* IE9 */
         -o-transform: translate3d(0,-100px,0); /* Opera */
            transform: translate3d(0,-100px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}
@-moz-keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,-100px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,-100px,0); /* Firefox */
        -ms-transform: translate3d(0,-100px,0); /* IE9 */
         -o-transform: translate3d(0,-100px,0); /* Opera */
            transform: translate3d(0,-100px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}
@-o-keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,-100px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,-100px,0); /* Firefox */
        -ms-transform: translate3d(0,-100px,0); /* IE9 */
         -o-transform: translate3d(0,-100px,0); /* Opera */
            transform: translate3d(0,-100px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}

.close-cookies {    
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  
  -webkit-transform: translate3d(0,-100px,0); /* Safari & Chrome */
     -moz-transform: translate3d(0,-100px,0); /* Firefox */
      -ms-transform: translate3d(0,-100px,0); /* IE9 */
       -o-transform: translate3d(0,-100px,0); /* Opera */
          transform: translate3d(0,-100px,0);
}

/* Footer
-------------------------------------------------- */

.content-wrap > footer {
    width:100%;
    position:absolute;
    bottom: 0;
    min-height: 100px;
    color: #818c9a;
}
.content-wrap{
    min-height:100%;
    position:relative;
    /* default padding for the footer */
    padding:0 0 213px;
}
.content-wrap > footer {
	background-color: #F7F7F7;
}
.content-wrap > footer ul {
	margin-top: 50px;
	margin-bottom: 30px;
}
.content-wrap > footer ul li {
	padding: 0px 20px 0px 20px;
}
.content-wrap > footer .social {
	opacity: 0.5;
	margin-bottom: 30px;
}
.content-wrap > footer .copyright {
	color: #ababab;
    font-size: 12px;
	margin-bottom: 20px;
}
.content-wrap > footer p,
.content-wrap > footer a,
.content-wrap > footer li{
    font-size: 12px!important;
	color: #fff!important;
}
.content-wrap > footer h3,
.content-wrap > footer a{
    color:#555;
}
.content-wrap > footer h3 {
	font-size: 16px;	
}
.content-wrap > footer .copyright {
    text-align:center;
    color: #ddd;
    font-size: 10px;
    height: 30px;
    font-size:12px;
	line-height: 30px;
}

.welcome {
    display:none;
}
a.anchor{display: block; position: relative; top: -250px; visibility: hidden;}

/* Media Queries 
-------------------------------------------------- */

@media (min-width: 1387px) {
    .container { width: 1350px;}
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    .rwd-break { display: none;}
    .mobile-show { display: none;}
    .mobile-hidden { display: block;}	
    .home .overlay { bottom: 15%; }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .rwd-break { display: block;}
    .mobile-show { display: none;}
    .mobile-hidden { display: block;}	

    .home .overlay {
        bottom: 22%;
    }
    .home .channels-box {	
        bottom: -4px;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 15px 10px;
    }
    /* Subnav - Navbar Overlay */
    .navbar-overlay>li>a {
        color: #a7a7ab;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
    } 
    .navbar-overlay>li>a:hover {
        background-color: #232323;
        color: #1AB8EC;
    }

    .video-thumbnail {
        height:130px;
    }

    .video-duration {
        display:none;
    }

    .info .col-xs-10 {
        padding-left:40px;
    }

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .rwd-break { display: none;}
    .mobile-show { display: none;}
    .mobile-hidden { display: block;}

    .brand {
        text-align: right;
        padding: 0;
    }
    header .animated-nav li {
        margin-right:0px;
        padding: 0 7px;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 15px 10px;
    }
    /* Subnav - Navbar Overlay */
    .navbar-overlay>li>a {
        color: #a7a7ab;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
    } 
    .navbar-overlay>li>a:hover {
        background-color: #232323;
        color: #1AB8EC;
    }
    .home .overlay {
        bottom: 22%;
    }
    .home .channels-box {	
        bottom: -4px;
    }

    .video-thumbnail {
        height:95px;
    }

    .video-duration {
        display:none;
    }

    .info .col-xs-10 {
        padding-left:40px;
    }

  /* Footer sm columns*/
  .social-footer-list {
  	padding-bottom: 10px;
  }
  
  /* footer padding after breaking into 2x2*/
    .content-wrap {
        padding: 0 0 370px;
    }
  header .nav>li>a {
  font-size: 13px;
   } 
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px){
    .rwd-break { display:none;}
    .mobile-show { display: block;}
    .mobile-hidden { display: none;}

    .video-thumbnail {
        height:95px;
    }

    .video-duration {
        display:none;
    }

    .info .col-xs-10 {
        padding-left:40px;
    }

    .navbar-nav {
        margin:0 0;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 15px 12px;
    }

    /* Subnav - Navbar Overlay */
    .navbar-overlay>li>a {
        color: #a7a7ab;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
    } 
    .navbar-overlay>li>a:hover {
        background-color: #232323;
        color: #1AB8EC;
    }
    .white-color a{
        color: #fff;
    }
    /* Main Navigation */
    .main-navigation {
        background-color: #000;
    }
    .wrapper-animated-nav {
        float: left;
    }
    .animated-nav li:last-child:after {
        display:none;
    }
    
    /* footer padding after breaking into 1x4
    .content-wrap {
        padding: 0 0 552px;
    }*/
    
    .video-thumbnail {
        min-height:180px;
    }
    .video-title {
        padding-top: 11px;
    }
    .video-duration {
        display:none;
    }
    .col-carousel {
        padding-left: 10px!important;
        padding-right: 10px!important;
        margin-bottom: 20px;
    }
    .info .col-xs-10 {
        padding:0;
        text-align:center;
    }
    .competition-text {
        display: none;
    }
    .beta {
        text-align: center;
    }
    /* Account Page */
    .account-content {
        padding-top: 200px;
    }
    .mobile-account-nav {
        float: left!important;
    }
    .account-nav .subscription-badge {
    float: right!important;
    }
}
/* Landscape phones and smaller */
@media (max-width: 480px) {

    .mobile-show { display: block;}
    .mobile-hidden { display: none;}

    .btn-full-width { width: 100%; margin-bottom: 10px;} 

    .navbar-nav li {
        font-size: 13px;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 15px 13px;
    }
    /* Subnav - Navbar Overlay */
    .navbar-overlay>li>a {
        color: #a7a7ab;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
    } 
    .navbar-overlay>li>a:hover {
        background-color: #232323;
        color: #1AB8EC;
    }
    .btn-home {
        left: 16px;
    }
    /* Disabled watch-now */
    .iphone-img {   
        height: 450px;
    }
    
    /*.content-wrap { padding: 0 0 626px;}*/

    .video-duration {
        display:none;
    }
     .video-thumbnail {
        min-height:80px;
    }
    .col-carousel {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    .info .col-xs-10 {
        padding:0;
        text-align:center;
    }
    .competition-text {
        display: none;
    }

}

@media (max-width: 320px) {

    .mobile-show { display: block;}
    .mobile-hidden { display: none;}

    .nav>li>a {
        position: relative;
        display: block;
        padding: 15px 10px;
    }
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color:transparent;
    color:#fff;
    text-decoration:underline;
}

.animated-nav {
    height: 40px;
}
.team article {
    margin-bottom: 50px;
    text-align: center;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    height: auto;
    max-width: 100%;
}
.owl-carousel article {
    margin-bottom: 50px;
    text-align: center;
}

.owl-carousel article h5 {
    margin-bottom: 5px;
    margin-top: 30px;
    text-transform: none;
}

.owl-carousel article .social li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #1193d4 ;
    font-size: 30px;
    padding: 0 5px;
    width: auto;
}
.owl-carousel  article .social li {
    display: inline-block;
    float: none;
    width: auto;
}
.owl-carousel  article img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.social li a {
    background: #e6e6e6 none repeat scroll 0 0;
    border-radius: 4px;
    color: #1193d4 ;
    display: inline-block;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    padding: 0;
    text-align: center;
    width: 25px;
}


.infoi-content{
	padding:4px 0 2px 0;
	border:1px solid #1193d4;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	width:40px;
	text-align:center;
	line-height:15px;
	font-size:15px
	}
.infoi-content .value{padding-right:5px;font-weight:400;color:#1193d4}
.infoi-content{margin-left:0}
.infoi-content .key{font-size:14px}.
.infoi-content{margin-left:90px;font-size:14px}
.infoi-content{color: #1193d4;
    display: inline-table;
    margin: 0 auto;}
.infoi-content .key{font-size:14px}



#owl-video .owl-controls {
    position: absolute;
    top: -75px;
    right: 0
}
#owl-video .owl-controls .owl-nav {
    font-size: 24px
}
#owl-video .owl-controls .owl-prev:hover,
#owl-video .owl-controls .owl-next:hover{
	color: #fb0000;
	
}
#owl-video .owl-controls .owl-prev {
    background: transparent !important;
    text-indent: -999px;
    position: relative
}
#owl-video .owl-controls .owl-prev::after {
    background-color: #ddd;
	font-size: 25px;
	padding:5px;
	content: "\f102";
    font-family: 'Flaticon';
    margin-right: 20px;
    margin-left: 0;
    text-indent: 0;
    position: absolute;
    right: 22px;
    top: 10px;
    transition: all .3s;
    -webkit-transition: all .3s
}
#owl-video .owl-controls .owl-next {
    background: transparent !important;
    text-indent: -999px;
    position: relative
}
#owl-video .owl-controls .owl-next::after {
    background-color: #ddd;
	font-size: 25px;
	padding:5px;
	content: "\f100";
    font-family: 'Flaticon';
   
    margin-left: 0;
    text-indent: 0;
    position: absolute;
    right: 0;
    top: 10px;
    transition: all .3s;
    -webkit-transition: all .3s
}
#owl-video .owl-controls .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
	font-size: 0;
    display: inline-block;
    margin: 5px;
    padding: 4px 7px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#owl-video .owl-nav [class*="owl-"] {
    line-height: 28px;
    margin: 0 3px;
    padding: 0;
    position: absolute;
    width: 0px;
	text-indent: -9999px;
	font-family: Flaticon;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
:focus {
    outline: 0 none;
}

.f-right{
	float: right;	
}
.f-left{
	float: left;
}
.f-clear{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

/* icon spin animation */
.glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.img_list{overflow:hidden;min-height:220px;text-align:center;position:relative;-webkit-border-bottom-left-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-bottomleft:3px;border-top-left-radius:3px;border-bottom-left-radius:3px}
.img_list img{width:auto;height:220px;position:absolute;left:-10%}.
box_side,ul.add_info li i{position:relative}
.img_list a img{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:all .7s ease;transition:all .7s ease;-webkit-border-top-left-radius:3px}
.img_list a:hover img{-webkit-transform:scale(1);transform:scale(1)}
.img_list .short_info{padding:5px;text-align:left;min-height:38px}
.details_list_col a.button_outline{padding:8px 20px;margin-bottom:0}
.course_list_desc{padding:10px 20px 0 0;border-right:1px solid #ededed;;border-left:1px solid #ededed;height:220px;line-height:1.4}
.course_list_desc h3{font-size:18px;line-height:20px;margin-bottom:10px;text-transform:uppercase}
.course_list_desc h3 strong{font-family:proxima_nova_rgbold,Arial,Helvetica,sans-serif}
.box_side h5,ul.list_order li span,ul.list_staff li h5{font-family:proxima_novasemibold,Arial,Helvetica,sans-serif}
.details_list_col{display:table;height:220px;font-size:38px;color:#e74c3c;width:100%;margin-left:-15px}
.details_list_col div{display:table-cell;vertical-align:middle;text-align:center}
ul.add_info {
    margin: 0;
    padding: 0;
}
.plan_info li{
	display: block;
    float: none;
    margin-left: 30%;
    text-align: left;
    width: auto;
}
.plan_info i{
	color: #00aeef;
    font-size: 25px;
    margin: 5px;
}

/*------------------------------------------------------------------
    [Modal Form]
------------------------------------------------------------------*/
.form-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eceff4;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.form-modal .form-modal-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.form-modal .form-modal-container {
  -webkit-transform: scale(0.8, 1);
  -moz-transform: scale(0.8, 1);
  transform: scale(0.8, 1);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.form-modal.is-visible {
  visibility: visible;
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.form-modal.is-visible .form-modal-container {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.gateway-logo{
	margin-bottom: 15px;
    width: 80%;
}
.vod-nav{
	
}
.demo-container {
    width: 100%;
    max-width: 450px;
    margin: 50px auto;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d8e2e7;
	border-radius: 5px;
	font-size: 1.3rem;
	padding: 20px;
	position: relative;
}
.form-modal .form-modal-container {
  width: 100%;
}

.form-modal .form-modal-container .form-modal-connect,
.form-modal .form-modal-container .form-modal-divider,
.form-modal .form-modal-container .form-modal-login-form {
  float: left;
  padding: 10px;
}
.margin-b-10 {
    margin-bottom: 10px !important;
}

.form-modal .form-modal-container .form-modal-connect {
  width: 45%;
  margin-top: 25px;
}

.form-modal .form-modal-container .form-modal-divider {
  width: 10%;
}

.form-modal .form-modal-container .form-modal-divider .form-modal-divider-text {
  position: relative;
  display: block;
  font-size: 20px;
  color: #34343c;
  text-align: center;
  margin-top: 30px;
}

.form-modal .form-modal-container .form-modal-divider .form-modal-divider-text:before, .form-modal .form-modal-container .form-modal-divider .form-modal-divider-text:after {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #a0a0a0;
  content: " ";
}

.form-modal .form-modal-container .form-modal-divider .form-modal-divider-text:before {
  top: 100%;
  margin-top: 10px;
}

.form-modal .form-modal-container .form-modal-divider .form-modal-divider-text:after {
  bottom: 100%;
  margin-bottom: 10px;
}

.form-modal .form-modal-container .form-modal-login-form {
  #width: 45%;
}

.form-modal .form-modal-container .form-modal-reset-form {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.form-modal .form-modal-heading {
  text-align: center;
  margin-bottom: 20px;
}

.form-modal .form-modal-heading .form-modal-title {
  font-size: 28px;
  margin: 0 0 5px;
}

.form-modal .form-modal-back-btn-message {
  font-size: 14px;
  padding-top: 10px;
  font-weight: 300;
  color: #34343c;
  text-align: center;
  margin-bottom: 5px;
}

.form-modal .form-modal-back-btn-message .form-modal-back-btn-message-link {
  font-size: 14px;
  font-weight: 300;
  color: #00bcd4;
}

.form-modal .form-modal-input {
  height: 40px;
}

.form-modal .form-modal-input-group {
  position: relative;
}

.form-modal .form-modal-input-group .form-modal-input-form {
  padding: 6px 75px 6px 12px;
}

.form-modal .form-modal-input-group .form-modal-hide-password {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 65px;
  font-size: 13px;
  font-weight: 300;
  color: #34343c;
  text-align: center;
  border-left: 1px solid #ebeef6;
  text-decoration: none;
  padding: 11px 15px;
}

.form-modal .form-modal-input-group .form-modal-hide-password:hover {
  color: #00bcd4;
}

.form-modal .form-modal-close-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  display: block;
  font-size: 28px;
  color: #34343c;
  text-align: center;
  line-height: 1.25;
  text-decoration: none;
}

.form-modal .form-modal-close-form:hover {
  color: #00bcd4;
}

.form-modal #form-modal-login,
.form-modal #form-modal-signup,
.form-modal #form-modal-reset-password {
  display: none;
}

.form-modal #form-modal-login.is-selected,
.form-modal #form-modal-signup.is-selected,
.form-modal #form-modal-reset-password.is-selected {
  display: block;
}

/* Media Queries below 768px */
@media (max-width: 768px) {
  .form-modal .form-modal-container {
    max-width: 100%;
  }
  .form-modal .form-modal-container .form-modal-connect,
  .form-modal .form-modal-container .form-modal-divider,
  .form-modal .form-modal-container .form-modal-login-form {
    width: 100%;
    float: none;
  }
  .form-modal .form-modal-container .form-modal-connect {
    margin-top: 0;
  }
  .form-modal .form-modal-container .form-modal-divider {
    text-align: center;
  }
  .form-modal .form-modal-container .form-modal-divider .form-modal-divider-text {
    display: inline-block;
    margin: 0;
  }
  .form-modal .form-modal-container .form-modal-divider .form-modal-divider-text:before, .form-modal .form-modal-container .form-modal-divider .form-modal-divider-text:after {
    position: absolute;
    top: 15px;
    width: 20px;
    height: 1px;
    background: #a0a0a0;
    content: " ";
  }
  .form-modal .form-modal-container .form-modal-divider .form-modal-divider-text:before {
    left: auto;
    right: 100%;
    margin: 0 15px 0 0;
  }
  .form-modal .form-modal-container .form-modal-divider .form-modal-divider-text:after {
    bottom: auto;
    left: 100%;
    margin: 0 0 0 15px;
  }
}


/*------------------------------------------------------------------
    [Form Control]
------------------------------------------------------------------*/
.captcha-append{
	position:relative;
	top:9px;
	width:21px;
	height:21px;
	font-size:17px;
	line-height:21px;
	text-align:center;
	color:rgba(0,0,0,0.15)}
.captcha-append {
    left: 170px;
    top: -35px;
}
.captcha-append{width:auto;!important;height:auto!important;}
.form-control {
  height: 40px;
  font-size: 13px;
  font-weight: 300;
  color: #606060;
  border-color: #ebeef6;
  box-shadow: none;
}
.widget-header h2{
	font-weight: 400;
}
.form-control::-moz-placeholder {
  color: #606060;
}

.form-control:-ms-input-placeholder {
  color: #606060;
}

.form-control::-webkit-input-placeholder {
  color: #606060;
}

.form-control:focus {
  border-color: #d9dfee;
  box-shadow: none;
}

.form-control:focus::-moz-placeholder {
  color: #606060;
}

.form-control:focus:-ms-input-placeholder {
  color: #606060;
}

.form-control:focus::-webkit-input-placeholder {
  color: #606060;
}

.btn-base-bg {
    -moz-user-select: none;
    background: #00bcd4 none repeat scroll 0 0;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1.4;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.radius-3 {
    border-radius: 3px !important;
}
.btn-base-sm {
    font-size: 14px;
    font-weight: 300;
    padding: 9px 22px;
}


div.wpcf7 {
    margin: 0;
    padding: 0
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}
div.wpcf7-mail-sent-ng {
    border: 2px solid #f00
}
div.wpcf7-spam-blocked {
    border: 2px solid #ffa500
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700
}
.wpcf7-form-control-wrap {
    position: relative
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #f00;
    background: #fff;
    padding: .2em .8em
}
span.wpcf7-list-item {
    margin-left: 0.5em
}
.wpcf7-display-none {
    display: none
}
div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px
}
div.wpcf7 div.ajax-error {
    display: none
}
div.wpcf7 .placeheld {
    color: #888
}



/*=========================================
 *=======     Moview Single       ============
*=======================================*/
.moview-cover {
  position: relative;
  padding-top: 250px;
}

.moview-cover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 380px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 90%);
  background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 90%);
  background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 90%);
  background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 90%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 90%);
}

.moview-info {
  overflow: hidden;
  color: #fff;
  padding: 40px 0;
}
.moview-info h1 {
  color: #fff;
  margin: 0 0 15px 0;
  font-weight: normal;
}
.moview-social-icon {
  margin-top: 15px;
}
.moview-social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.moview-social-icon ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;  
}

.moview-social-icon ul li a.facebook {
    color: #0e76bc;
}
.moview-social-icon ul li a.twitter {
    color: #25aae1;
}
.moview-social-icon ul li a.googleplus {
    color: #e33d33;
}
.moview-social-icon ul li a.youtube {
    color: #bf1e2e;
}
.moview-social-icon ul li a.instagram {
    color: #0A6990;
}
.moview-social-icon ul li a.globe {
    color: #C3C110;
}
.moview-social-icon ul li a.vimeo {
    color: #13A6E2;
}

.moview-social-icon ul li a {
  transition: 300ms;
  -webkit-transition: 300ms;
}

.moview-info .count-rating {
    position: relative;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
}

.moview-info .count-rating:before {
  content: '\e913';
  font-family: 'moview' !important;
  color: #ffc000;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  font-size: 130px;
  width: 140px;
  height: 140px;
  line-height: 140px;
}

.moview-info .count-rating span {
  display: block;
  font-size: 40px;
  line-height: 156px;
}

.moview-info-sidebar .img-wrap {
  margin-top: -250px;
}

.single-celebrity .moview-info-sidebar .img-wrap {
  margin-top: -200px;
}


.moview-info-sidebar .title {
  margin-top: 35px;
  margin-bottom: 0;
  font-weight: normal;
}

.moview-info-sidebar ul {
  margin: 15px 0;
}
.moview-info-sidebar ul>li span{
  font-weight: 600;
}
.moview-info-sidebar ul>li {
  display: block;
  margin-bottom: 10px;
  padding-left: 0;
}
.moview-info-sidebar a {
  color: #696969;
  transition: 300ms;
  -webkit-transition: 300ms;
  font-weight: 200;
}
.moview-details-wrap .header-title {
  margin: 15px 0 25px 0;
  font-weight: normal; 
}

.moview-details-wrap .header-title .title {
  display: inline-block;
  margin: 0;
  font-weight: normal;
}

.moview-details-wrap .header-title>span {
  font-size: 30px;
  margin-right: 15px;
  color: #0072bc;
}

.trailers-videos .header-title>span {
    color: #8dc63f;
}

.moview-details-wrap .trailers-videos {
  overflow: hidden;
}



.movie-celebrities .movie-celebrity {
    margin-bottom: 20px
}
.movie-celebrities .movie-celebrity-thumb {
    margin-right: 20px;
    width: 64px;
    height: 64px;
    background-size: cover
}
.movie-celebrities .movie-celebrity-info {
    margin-top: 0
}
.movie-celebrities .movie-celebrity-name a {
    color: #000;
    font-size: 16px;
    font-weight: 600
}
.movie-celebrities .movie-celebrity-name small {
    display: block;
    font-size: 14px;
    color: #888;
    font-weight: 400
}
.moview-common-layout.moview-celebrities-filters {
    margin-top: 0
}
.celebrity-filmography {
    margin-top: 30px
}
.themeum-title {
    padding-bottom: 20px
}
.themeum-title.yes {
    border-bottom: 1px solid;
    border-color: #e5e5e5;
    margin-bottom: 30px
}
.themeum-title .style-title {
    margin: 0
}
.title-icon-style {
    margin-right: 15px
}
.themeum-title .title-link {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    color: #808080;
    margin-top: -25px;
    transition: 300ms;
    -webkit-transition: 300ms
}
.themeum-title .title-link i {
    margin-left: 10px
}
.news-feed .news-feed-item .news-feed-thumb {
    float: left;
    margin: 0 20px 0 0;
    overflow: hidden
}
.news-feed .leading-item .news-feed-item .news-feed-thumb {
    margin-right: 0;
    margin-bottom: 30px;
    float: none
}
.news-feed .news-feed-item .news-feed-thumb img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-width: 120px
}
.news-feed .leading-item .news-feed-item .news-feed-thumb img {
    max-width: 100%
}
.news-feed .news-feed-item:hover .news-feed-thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}
.news-feed-item .news-feed-info .meta-category a {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    display: inline-block;
    font-weight: 600;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-right: 5px
}
.news-feed-item .news-feed-info .meta-category a {
    color: #fff
}
.news-feed-item .news-feed-info {
    line-height: 12px
}
.news-feed-info .news-feed-title {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 24px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.news-feed-info .news-feed-title a {
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.news-feed-info .news-feed-title a:hover {
    color: #868686
}
.leading-item .news-feed-info .news-feed-title {
    font-size: 24px;
    line-height: 28px
}
.news-feed-item .news-feed-meta {
    font-size: 12px;
    margin: 0
}
.news-feed-item .news-feed-meta i {
    font-size: 14px;
    margin-left: 1px
}
.news-feed-item .news-feed-meta>span {
    display: inline-block;
    margin: 5px;
    margin-left: 10px;
    color: #888;
    font-size: 13px;
    font-weight: 400
}
.news-feed .news-feed-item {
    overflow: hidden;
    margin-bottom: 30px
}
.social-share-title {
    font-weight: 600;
    margin-right: 15px;
    float: left;
    font-size: 16px;
    display: inline-block
}
.social-shares a {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px
}
.social-shares a.facebook {
    color: #0e76bc
}
.social-shares a.twitter {
    color: #25aae1
}
.social-shares a.google {
    color: #e33d33
}
.social-shares a.pinterest {
    color: #B91B22
}
.social-shares a.linkedin {
    color: #0077B5
}
.facebook {
    color: #0e76bc
}
.twitter {
    color: #25aae1
}
.google {
    color: #e33d33
}
.pinterest {
    color: #B91B22
}
.linkedin {
    color: #0077B5
}
.moview-info-sidebar .moview-social-icon ul {
    margin: 0px
}
.moview-info-sidebar .moview-social-icon ul,
.moview-info-sidebar .moview-social-icon ul>li {
    display: inline-block
}
.moview-info-sidebar .moview-social-icon ul>li a {
    font-size: 18px
}
.moview-info-sidebar .moview-social-icon span {
    font-weight: 600;
    display: inline-block
}
.celebrity-filmography .header-title>span {
    color: #2e3192
}
.celebrity-filmography ul.movie-film-list>li {
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0
}
.celebrity-filmography ul.movie-film-list>li p {
    margin: 0
}
.celebrity-filmography ul.movie-film-list>li.main-title {
    font-weight: 600
}
.celebrity-filmography ul.movie-film-list>li .details .img-warp {
    width: 55px;
    height: 65px;
    margin-right: 20px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}
.celebrity-filmography ul.movie-film-list>li .details .movie-name {
    color: #000;
    margin-top: 5px;
    margin-bottom: 10px
}
.celebrity-filmography ul.movie-film-list>li .details .celebrity-movie-genres {
    color: #828282
}
.filmography-info {
    display: inline-block
}
.celebrity-filmography ul.movie-film-list {
    font-weight: 400
}
.celebrity-filmography ul.movie-film-list>li .movie-rating-wrap {
    margin-top: 16px
}
.movie-rating {
    font-size: 20px;
    display: inline-block;
    margin-right: 15px
}
.movie-rating span {
    color: #ffc000
}
.recommend-movies .movie-details .movie-title a {
    color: #000;
    transition: 300ms;
    -webkit-transition: 300ms
}
.movie-featured .item {
    position: relative
}
.movie-featured .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000 100%);
    transition: all .3s;
    -webkit-transition: all .3s
}
.movie-featured .item:hover {
    cursor: url(../image/cursor.html), auto
}
.item .movie-poster {
    overflow: hidden;
    position: relative;
    background-color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.item .play-icon {
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%) scale(0);
    transform: translate(-50%, -40%) scale(0);
    position: absolute;
    font-size: 80px;
    color: #fff;
    z-index: 10;
    transition: 400ms;
    -webkit-transition: 400ms
}
.item:hover .play-icon {
    -webkit-transform: translate(-50%, -40%) scale(1);
    transform: translate(-50%, -40%) scale(1);
    text-decoration: none
}
.movie-featured .item .movie-details {
    position: absolute;
    bottom: -62px;
    left: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
    padding: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-timing-function: ease-in-out;
    timing-function: ease-in-out;
    font-weight: 400
}
.movie-featured .item:hover .movie-details {
    bottom: 0
}
.movie-featured .item .movie-details .cast a {
    margin-right: 5px
}
.moview-rating {
    font-size: 19px
}
.moview-rating span.star {
    font-family: 'moview';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    color: #ffc000
}
.moview-rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 16px;
    display: inline-block
}
.moview-rating span.star:before {
    content: "\e927";
    padding-right: 5px
}
.moview-rating-summary {
    font-size: 14px
}
.movie-details .movie-title {
    margin: 5px 0;
    #font-size: 22px
}
.movie-details .movie-title a {
    color: #fff
}
.single.single-movie .logged-in-as {
    margin: 0 15px 0px
}
.single.single-movie .comment-form-rating-error label {
    font-weight: 500
}
.moview-details {
    margin-top: 30px
}
.movie-details .tag {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    display: block
}
.movie-details .cast {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    overflow: hidden;
    height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.movie-details .cast span {
    font-weight: 400
}
.movie-featured .item .movie-details a {
    color: #fff;
    transition: 300ms;
    -webkit-transition: 300ms
}
.movie-featured .item:hover .movie-details .cast {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}
.movie-featured .item .movie-poster img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.movie-featured .item:hover .movie-poster img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .5
}
.spotlight-post .list-inline {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    border: none
}
.moview-common-layout {
    position: relative;
    margin-top: 30px
}
.spotlight-post .list-inline li {
    margin-right: 30px;
    margin-left: 0
}
.spotlight-post .list-inline>li>a {
    color: #000;
    font-weight: 400;
    position: relative;
    padding: 0 0 5px
}
.spotlight-post .list-inline>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all .3s;
    transition: all .3s
}
.spotlight-post .list-inline>li.active>a:after {
    width: 50%
}
.active>a, a:hover {
   text-decoration: none;
}
.spotlight-post .list-inline > li > a::after {
    background-color: #5b38ae;
	
}

.moview-common-layout .item .movie-poster {
    position: relative;
    margin-bottom: 15px
}
.moview-common-layout .movie-details .movie-title a {
    color: #000
}
.moview-common-layout .item .movie-poster:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #000 100%);
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0
}
.movie-featured{
	 margin-top: 55px;
}
.spotlight-post .list-inline {
    border: medium none;
    margin: 0 0 30px;
    padding: 0;
}
.moview-common-layout .owl-controls {
    position: absolute;
    right: 0;
    top: -75px;
}

.moview-common-layout .item .movie-poster:hover:before {
    opacity: 1
}
.moview-common-layout .item .play-icon {
    top: 50%
}
.movie-rating .themeum-moviewstar {
    color: #ffc000
}
.moview-common-layout .movie-rating {
    margin-right: 10px
}

.moview-common-layout .owl-item .item {
    display: none
}
.moview-common-layout .owl-item.active .item {
    display: block;
    animation: zoomIn .2s
}
.moview-common-layout .owl-controls {
    position: absolute;
    top: -75px;
    right: 0
}
.moview-common-layout .owl-controls .owl-nav {
    font-size: 24px
}
.moview-common-layout .owl-controls .owl-nav:before {
    content: url(../image/content.html);
    position: absolute;
    left: -15px;
    bottom: -16px;
    color: #e3e3e3
}
.moview-common-layout .owl-controls .owl-prev {
    background: transparent !important;
    text-indent: -999px;
    position: relative
}
.moview-common-layout .owl-controls .owl-prev::after {
    content: '\e900';
    font-family: 'moview';
    color: #e3e3e3;
    margin-left: 0;
    text-indent: 0;
    position: absolute;
    right: 22px;
    top: 10px;
    transition: all .3s;
    -webkit-transition: all .3s
}
.moview-common-layout .owl-controls .owl-next {
    background: transparent !important;
    text-indent: -999px;
    position: relative
}
.moview-common-layout .owl-controls .owl-next::after {
    content: '\e901';
    font-family: 'moview';
    color: #e3e3e3;
    margin-left: 0;
    text-indent: 0;
    position: absolute;
    right: 0;
    top: 10px;
    transition: all .3s;
    -webkit-transition: all .3s
}
.moview-common-layout.owl-theme .owl-controls .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0
}
.moview-common-layout .margin-bottom {
    margin-bottom: 30px
}
.moview-common-layout .item .movie-poster img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.moview-common-layout .item:hover .movie-poster img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}
.moview-common-layout .item .movie-poster {
    background: none
}
.trailers-videos .trailer-item .movie-title a {
    color: #fff;
    transition: 300ms;
    -webkit-transition: 300ms
}
.themeum-title.yes.transparent-border {
    border-color: rgba(255, 255, 255, 0.2)
}
.trailer-item .count-rating {
    position: relative;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center
}
.trailer-item .count-rating:before {
    content: '\e913';
    font-family: 'moview';
    color: #ffc000;
    position: absolute;
    left: 0;
    font-size: 60px
}
.trailer-item .count-rating span {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 72px;
    font-weight: 600
}
.movie-showtime {
    font-weight: 500
}
.moview-details-wrap .movie-showtime .header-title {
    margin: 70px 0 0
}
.movie-showtime .header-title>span {
    color: #ec008c
}
.header-title .title {
    display: inline-block;
    margin: 0
}
.movie-showtime .movie-schedule {
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
    padding: 30px 0
}
.movie-showtime .movie-schedule .location-name,
.movie-showtime .show-time {
    font-weight: 600;
    margin-bottom: 5px
}
.movie-showtime .movie-schedule .address {
    color: #828282;
    font-size: 14px;
    margin-bottom: 0
}
.movie-showtime .movie-schedule .times>ul {
    margin: 0;
    padding: 10px 0
}
.movie-showtime .movie-schedule .times > ul li::after {
    color: #e3e3e3;
    content: "|";
    font-size: 14px;
    margin-left: 15px
}
.movie-showtime .movie-schedule .times > ul li:last-child::after {
    content: ""
}
.movie-showtime .movie-schedule .ticket-urls .btn {
    margin: 12px 0
}
.movie-showtime .movie-schedule .ticket-urls .btn:hover,
.movie-showtime .movie-schedule .ticket-urls .btn:focus {
    color: rgba(255, 255, 255, 0.7)
}
.moview-filters {
    margin-bottom: 30px
}
.moview-filters .list-inline>li {
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px
}
.moview-filters .list-inline>li>a {
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #000
}
.moview-filters .movie-yearindex {
    position: relative
}
.moview-filters .movie-yearindex label {
    margin: 0;
    font-weight: normal
}
.moview-filters .movie-yearindex select {
    height: auto;
    line-height: normal;
    width: auto;
    margin: 0;
    max-width: 120px;
    min-height: 28px!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0 15px 0 5px;
    border-radius: 0;
    cursor: pointer;
    font-weight: 400;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}
.moview-filters .movie-yearindex:after {
    content: '\e903';
    font-family: 'moview';
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none
}
.moview-search-results {
    position: absolute;
    top: 54px;
    left: 0;
    z-index: 5;
    width: 100%
}
.moview-search-results ul {
    padding: 20px 0;
    list-style: none;
    border-radius: 4px;
    background-color: #fff
}
.moview-search-results ul li {
    border-bottom: solid 1px #e5e5e5;
    padding: 5px 0
}
.moview-search-results ul li:last-child {
    padding-bottom: 0;
    border-bottom: none
}
.moview-search-results ul li:first-child {
    padding-top: 0
}
.moview-search-results ul li a {
    padding: 6px 30px 6px 20px;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #000
}
.moview-search-results ul li a i {
    color: #b5b5b5;
    font-size: 20px;
    margin-right: 20px
}
.moview-search-wrap .input-box {
    position: relative
}
.moview-search-wrap .input-box i.fa-spin {
    position: absolute;
    right: 20px;
    top: 0
}
.moview-search-wrap .moview-search-icons.spinner .themeum-moviewsearch {
    display: none
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loaded {
    #display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
    display: none
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../wordpress/moview/wp-content/plugins/themeum-core/assets/css/owl.video.play.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}
.intro-mobile {
    bottom: -250px;
    left: 0;
    max-width: 50%;
    position: absolute;
}
.img-responsive {
    margin: 0 auto;
    width: auto;
}
.titleSection {
    clear: both;
    margin-bottom: 80px;
    text-align: center;
}
#features {
    text-align: center;
}
.leftFeatures, .rightFeatures {
    margin-top: 50px;
}
.space100 {
    margin-bottom: 100px;
}
.bigIcon, .socialList li a:hover {
    color: #a0ce4e;
}
.bigIcon {
    font-family: "Flaticon";
	color: #5b38ae;
    font-size: 50px;
    margin-bottom: 20px;
}
#share {
    background-color: #5b38ae;
	padding-bottom: 100px;
}
.bold {
    font-weight: 400;
}

#share h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 100;
    padding-bottom: 20px;
}
.jssocials-share {
    display: inline-block;
    margin: 0.3em;
    vertical-align: top;
}
.jssocials-shares * {
    box-sizing: border-box;
}
.jssocials-share-link.jssocials-share-link-count {
    padding-top: 0.5em;
}
.jssocials-share-link.jssocials-share-link-count {
    padding-top: 0.2em;
}
.jssocials-share-link {
    color: #fff;
    min-width: 110px;
    padding: 0.8em 1em;
}
.jssocials-share-link {
    #border: 1px solid rgba(255, 255, 255, 0.4);
    #border-radius: 0.3em;
    #color: #acacac;
    padding: 0.5em 0.6em;
    transition: background 200ms ease-in-out 0s, color 200ms ease-in-out 0s, border-color 200ms ease-in-out 0s;
}
.jssocials-share-link {
    display: inline-block;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}
.jssocials-shares * {
    box-sizing: border-box;
}
.jssocials-share-logo {
    font-size: 3.5em;
    vertical-align: middle;
    width: 1em;

}
.jssocials-share-count {
    line-height: 1.5em;
    vertical-align: middle;
}
.jssocials-share-link {
  padding: .5em .6em;
  #border-radius: 0.3em;
  #border: 1px solid rgba(255,255,255,0.4);
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    #border: 1px solid #ddd;
    color: #ddd; }

.jssocials-share-count-box {
  position: relative;
  height: 1.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  border-radius: 0.3em;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: #e8e8e8; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent #e8e8e8 transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.35em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 1.7em;
    color: #acacac;
    font-size: .9em; }
.account-header{
	height:300px;
	background-image: url("../../sparsdesign.com/blumun/wp-content/uploads/2014/09/testi.html");
	background-repeat:no-repeat;
	background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: left;
}
.account-header h3{
	float: left;
    margin: 7%;
}

/* Form Theme ---------------------------------------------------------*/
.form-theme{
	margin: 0 auto;
	max-width: 90%;
}
.form-theme input{
	margin-bottom: 25px;
	height: 36px;
	#font-size: 0.875rem;
	border-radius: 0;
	width: 100%;
	border:solid 1px #dedede;
	padding:5px 10px;
}
.form-theme label{
	font-weight: lighter;
	
}
.form-theme textarea{
	border-radius: 0;
	width: 100%;
	height: 150px;
	border:solid 1px #dedede;
	margin-bottom: 20px;
	padding:10px;
}
.form-theme .btn{
	width: 100%;
	color: #fff;
	margin-top: 5px;
	padding: 10px 20px;
	height: auto;
	border:0;
}
.form-theme .btn:hover{
	color: #fff;
}
.form-theme .selector{
	position: relative;
	min-width: 60px;
	width: 100%;
	line-height: 0;
	color: #999;
	font-size: 0.875rem;
	height: 36px;
	margin-bottom: 25px;
}
.form-theme .selector select {
	position: absolute;
	z-index: 1;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	font-size: 0.875rem;
	height: 36px;
	width: 100%;
	-webkit-appearance: menulist-button;
	line-height: 30px;
}
.form-theme .selector select:hover{
	cursor: pointer;
}
.form-theme .selector span.custom-select {
	display: inline-block;
	line-height: 38px;
	padding: 0 10px;
	font-weight: lighter;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	border:solid #dedede 1px;
}
.form-theme span.custom-select {
	padding-left: 15px;
	padding-right: 15px;
	height: 36px;
	color: #999;
}
.form-theme span.custom-select {
	background: #fff;
	border: none;
	line-height: normal;
	font-size: 0.9rem;
}
.form-theme .selector span.custom-select:before {
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	background: #999;
	width: 24px;
	height: 100%;
}
.form-theme .selector span.custom-select:after {
	position: absolute;
	right: 9px;
	top: 17px;
	border-top: 5px solid #fff;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	content: "";
}
.credit-detail{
	padding: 100px 0 0 80px;
}
.credit-detail ul li{
	font-size: 1rem;
	line-height: 2rem;
	font-weight: lighter;
}
.credit-detail ul li strong{
	font-weight: normal;
	font-size: 1.1rem;
	line-height: 2rem;
	padding-right: 10px;
}
.credit-detail ul li a{
	text-decoration: none;
	font-size: 1.1rem;
}
.style-none{
	list-style: none;
	padding: 15px 0 0 0;
	margin-left: -30px;
}
.modal-dialog {
    width: 60% !important;
}
.modal-title{
	font-size: 1.5rem;
	text-align: center;
	padding: 0;
}
.modal-body{
	padding: 0;
}
.modal-body table{
	margin: 0;
}
.hidden-xs{
	
}.Uploadbtn {
  position: relative;
  overflow: hidden;
  padding:10px 20px;
  text-transform: uppercase;
  color:#fff;
  background: #000066;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  #width:100px;
  text-align:center;
  cursor: pointer;
}
.Uploadbtn .input-upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  height:100%;
  #width:100%;
}
/***
New Profile Page
***/
.profile-sidebar {
  float: left;
  width: 300px;
  margin-right: 20px;
}

.profile-content {
  overflow: hidden;
}

/* PROFILE SIDEBAR */
.profile-sidebar-portlet {
  padding: 30px 0 0 0 !important;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  #border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  margin-right: 5px;
}
.profile-userbuttons .btn:last-child {
  margin-right: 0;
}

.profile-userbuttons button {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
}

.profile-usermenu {
  margin-top: 30px;
  padding-bottom: 20px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 16px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 20px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

.profile-stat {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f4f7;
}

.profile-stat-title {
  color: #7f90a4;
  font-size: 25px;
  text-align: center;
}

.profile-stat-text {
  color: #5b9bd1;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.profile-desc-title {
  color: #7f90a4;
  font-size: 17px;
  font-weight: 600;
}

.profile-desc-text {
  color: #7e8c9e;
  font-size: 14px;
}

.profile-desc-link i {
  width: 22px;
  font-size: 19px;
  color: #abb6c4;
  margin-right: 5px;
}

.profile-desc-link a {
  font-size: 14px;
  font-weight: 600;
  color: #5b9bd1;
}
.profile-note {
  margin: 0 0 5px 0;
  padding: 5px 30px 5px 15px;
  border-left: 5px solid #eee;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  
}
.profile-note.green {
  background-color: #45b6af;
  border-color: #bbdba1;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}
.profile-note.blue {
  background-color: #89c4f4;
  border-color: #bbdba1;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}
.profile-note.red {
  background-color: #f3565d;
  border-color: #bbdba1;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}

/* END PROFILE SIDEBAR */
/* RESPONSIVE MODE */
@media (max-width: 991px) {
  /* 991px */
  /* 991px */
  .profile-sidebar {
    float: none;
    width: 100% !important;
    margin: 0;
  }

  .profile-sidebar > .portlet {
    margin-bottom: 20px;
  }

  .profile-content {
    overflow: visible;
  }
}
.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.list-styles p {
    margin: 10px 0;
	list-style: outside none none;
}
.list-group-item a{
	color: #5b38ae;
	font-weight: 300;
}
.list-group-item a:hover{
	font-weight: 500;
}
.list-group-item.active{
	background-color: #5b38ae;
	color:#fff;
}
.list-group-item.active:hover{
	background-color: #714ace;
	color:#fff;
}
.list-group-item.active a{
	color:#fff;
}
.vspace li{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
}
.text-red{
	color: #eb5055 !important;
}
.text-green{
	color: #92B06A !important;
}
.text-yellow{
	color: #E19D29 !important;
}
/* Preload */
#page-preloader {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url("../img/preloader.html") no-repeat center center; z-index: 99999;
	background-color:#000; /* fallback for browser that not support rgba */
	background-color:rgb(0,0,0); 
	background-color: rgba(250, 250, 250, .8); /* Works on all modern browsers */}
.msgholder{
	margin-top: 15px;
    max-width: 250px;
}
.alert-danger {
    background-color: #f96262;
    border-color: rgba(240, 80, 80, 0.3);
    color: #ffffff;
}
.alt-msgholder{
	text-align: center;
    #width: 50%;
	margin: auto;
}
.alt-msgholder h3{
	#font-size: 25px;
    font-weight: 300;
}
.alt-msgholder li{
	background-color: #5b38ae;
    border-radius: 5em;
    border-width: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 15px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    vertical-align: middle;
    width: 100px;
}
.app-icon.icon {
    #border-color: transparent;
    border-radius: 5em;
    border: 1px solid #5b38ae;
	border-style: solid;
    #color: #a3a7a8;
    cursor: pointer;
    height: 130px;
    line-height: 130px;
    #padding-left: 10px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    vertical-align: middle;
    width: 130px;
	margin-bottom: 15px;
}
.icon {
    display: inline-block;
}
.icon h2{
    display: inline-table;
    font-weight: 300;
    padding-bottom: 10px;
    vertical-align: middle;
}
.btn-rounded {
    border-radius: 2em !important;
    padding: 10px 15px;
	margin: 15px;
	min-width: 110px;
}