@charset "utf-8";

/* ---------------------------
	BASIC HTML
------------------------------ */
body, h1, h2, h3, h4, h5, h6, p, span{
	font-family: 'Open Sans', sans-serif;
}
h1{font-size:30px;}
h2{font-size:22px}
h3{font-size: 17.5px}
h4{font-size:15px;}
h5{font-size:14px;}
h6{font-size:13px;}
h1,h2,h3,h4,h5,h6{ color:#5f5f5f; }
code{ white-space:normal; }
body{font-size:13px;color:#8e8e8e;line-height:1.7em}

input,select,img{max-width:100%;height:auto;}
a:visited,a:focus{outline:none;text-decoration:none}
a:hover{transition:color 0.2s ease;-webkit-transition:color 0.2s ease;-moz-transition:color 0.2s ease}
p{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;line-height:1.7em}
p:empty { display: none !important} /* hide all empty <p> tags which are often generated by Wordpress */
input, textarea, .uneditable-input {max-width:100%}
textarea {
	background:#fcfcfc;
	border:solid 1px #e7e7e7;
	border-radius:3px;
	color:#c6c6c6;
	padding:5px 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline:none;
	margin:5px 0;
	transition: all .2s ease;
	width:100%;

}

.break-word { overflow-wrap:break-word; }

#header input { margin-top:5px; }
#header input.focus-q { margin-top:0; }

blockquote{border-left:2px solid #4141a0;padding:0px 21px;font-size:1em;margin:15px 0 20px 0}
blockquote p{padding:0;font-size:1em;line-height:1.5em}

table td,table th{padding:18px 20px;border-bottom:1px solid #E7E7E7}
table th{color:#4141a0;font-weight:normal;font-size:15px /* equal to h4 */}
table td{}
table thead th{border-top:3px solid #E7E7E7}
table.firstcell thead tr th:first-child{border-top:none}

ul:not(.product-categories):not(.children){list-style:none;}
ul:not([class]) > li{padding-left:0px;line-height:2em;position:relative}
ul:not([class]) > li:before{position:absolute;font-family:FontAwesome;content:'\f111'; left:0;top:2px; font-size:7px;color:#4141a0}
ul:not([class]) ol > li:before{ content:''; }
ul:not([class]) ul li{line-height:2em}
ul:not([class]) ul li:before{content:'\f10c';}
ul:not([class]) ul ul li:before{content:'\f0c8';}
ol:not([class]) > li{line-height:2em; padding-left: 0px;}

.asf input, .asf button,.asf input[type='submit']{
	margin:0;
}

/* select{padding:5px;} */

textarea:focus, input[type='text']:focus, input[type='url']:focus, input[type='email']:focus, input[type='number']:focus,input[type='password']:focus{
	color:#999;
  /* color:#c6c6c6; */
	border:solid 1px #444;
}
::-webkit-input-placeholder { color:#c6c6c6; }
::-moz-placeholder { color:#c6c6c6; } /* firefox 19+ */
:-ms-input-placeholder { color:#c6c6c6; } /* ie */
input:-moz-placeholder { color:#c6c6c6; }
button,input[type='submit'], .dark-div .light-div button,.dark-div .light-div input[type='submit']{

	border-radius:3px;
	line-height:1.5;
	text-align:center;
	margin:5px 0;
	padding:7px 18px;
	outline:none;

	background:#4141a0;
	border:solid 1px #4141a0;
	color:#fff;
	transition: all .2s ease;
}
button:hover,input[type='submit']:hover, .dark-div .light-div button:hover,.dark-div .light-div input[type='submit']:hover{
	background:#000;
	color:#fff;
	border:solid 1px #000;
}
button:active,input[type='submit']:active{
	transform: translate3d(0, 1px, 0);
	-webkit-transform: translate3d(0, 1px, 0);
}
iframe{max-width:100%}/*fix video width*/


.text-uppercase { text-transform: uppercase; }

/* -------------------------
	Wordpress CSS 
--------------------------- */
.sticky {}
.gallery-caption {}
.bypostauthor{}
.alignleft{float:left;margin: 0 10px 10px 0}
.alignright{float:right;}
.aligncenter{text-align:center;margin:0 auto}

.wp-caption{max-width:100%}
.wp-caption img{margin:0 0 10px 0}
.wp-caption-text{text-align:center}
.text-right{text-align:right;}
.postleft{float: left;margin: 0 20px 0px 0;}
.postright{float:none;}
br.nc{display:none}

/* ---------------------------
    BASIC THEME LAYOUT 
------------------------------ */
#pageloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #131313;
	z-index: 999999;
}
#pageloader.done{
	opacity:0;
	visibility:hidden;
	transition: opacity .8s ease, visibility 0s ease 1s;
	-moz-transition: opacity .8s ease, visibility 0s ease 1s;
}
.loader-item {
	position: absolute;
	width: auto;
	height: auto;
	margin: -40px 0 0 -35px;
	top: 50%;
	left: 50%;
	text-align: center;
}
.loader-item i{
	font-size:6em;
}

.clear{clear:both;}
.center{text-align:center;}
.hide{display:none}

.dark-div textarea,.dark-div input[type='text'],.dark-div input[type='url'],.dark-div input[type='email'],.dark-div input[type='number'],.dark-div input[type='password'],.dark-div select{
	color: #8e8e8e;
	background-color: transparent;
	border: 1px solid #373737;
}
.dark-div button,.dark-div input[type='submit']{
	border:solid 1px #3e3e3e;
	background:#171717;
	color:#5f5f5f;
}
.dark-div button:hover,.dark-div input[type='submit']:hover{
	border:solid 1px #f9c73d;
	background:#f9c73d;
	color:#000;
}
/*boxed*/
.boxed-container{
	padding:0;
	box-shadow: 0 0 15px 2px rgba(0,0,0,.15);
	background:#fff;
}
.boxed-container .container{
	padding-right: 30px;
	padding-left: 30px;
}

#body-wrap{
	overflow-y: auto;
	overflow-x: hidden;
	position:relative;
	width:100%;
}
.boxed-mode #body-wrap{
	background-color:#ffffff;
}
/* trick no scroll on touch devide
body.mnopen{
	overflow:hidden;
	position:fixed;
}
body.mnopen.old-android{
	overflow:auto;
	position:inherit;
}*/
#wrap{
	position:relative;
	z-index:1;
}


@media (max-width: 991px){
	#wrap.mnopen a{
		pointer-events: none;
	}
	#wrap.mnopen .wrap-overlay{
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		z-index:999;
	}
}
@media (max-width: 767px){
	#off-canvas{
		width:500px;
	}
}
@media (max-width: 600px){
	#off-canvas{
		width:400px;
	}
}
@media (max-width: 500px){
	#off-canvas{
		width:300px;
	}
}
@media (max-width: 400px){
	#off-canvas{
		width:250px;
	}
}

/*Off Canvas Menu*/
#off-canvas{
	transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	top: 0;
	bottom:0;
	left:0;
	height:100%;
	overflow:hidden;
	position: fixed;
	visibility: hidden;
	z-index: -1;
	transition: transform .4s ease, visibility 0s ease .5s, z-index 0s ease .5s;
	-webkit-transition: -webkit-transform .4s ease, visibility 0s ease .5s, z-index 0s ease .5s;
	background:#222;
}
.admin-bar #off-canvas{
	top:32px;
}
@media(max-width: 782px){
	.admin-bar #off-canvas{
		top:0px;
	}
}

body.old-android #off-canvas{
	position:absolute;
}
@media (max-width: 991px){
	body.mnopen #off-canvas{
		transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		overflow-scrolling: touch;
		overflow:auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		visibility: visible;
		z-index: 9999;
		transition: transform .4s ease, visibility 0s ease 0s, z-index 0s ease 0s;
		-webkit-transition: -webkit-transform .4s ease, visibility 0s ease 0s, z-index 0s ease 0s;
	}
}
.off-canvas-inner{width:100%;background:#222;color:#FFF; padding-bottom:40px}
.off-canvas-inner ul{list-style:none;margin:0;padding:0;}
.off-canvas-inner ul li{border-top: solid 1px #333;padding-left:0}
.off-canvas-inner ul li a{padding:10px 15px;display:block;color:#848484;text-transform:uppercase;border-bottom: solid 1px #000;}
.off-canvas-inner ul ul li a{padding-left:25px}
.off-canvas-inner ul ul li li a{padding-left:35px}
.off-canvas-inner ul ul li li li a{padding-left:45px}
.off-canvas-inner ul li li a{text-transform:none}
.off-canvas-inner ul li a:hover{background:#282828;text-decoration:none;}
.off-canvas-toggle {float: left;margin-left: 15px;}
.off-canvas-inner ul li:before{content:'' !important;}
.off-canvas-inner ul li a:before{content:'\f105';display:inline-block;font-family:Fontawesome;color:#f9c73d;margin:0 5px 0 0}
.off-canvas-inner ul li.canvas-close a:before{content:''; margin:0;}
.off-canvas-inner ul li.canvas-close a{ text-align:center; font-size:16px; }

/*classic dropdown*/
.classic-dropdown.navbar-right{
	float:none !important;
}
.classic-dropdown{ margin-top:0;}
.classic-dropdown li{border-top: solid 1px #333;padding-left:0}
.classic-dropdown li a{padding:10px 15px;display:block;color:#848484;text-transform:uppercase;border-bottom: solid 1px #000;}
.classic-dropdown .sub-menu{ padding:0; }
.classic-dropdown .sub-menu li a{ padding-left:40px; }
.classic-dropdown .sub-menu .sub-menu li a{ padding-left:60px; }
.navbar-collapse {
	overflow-scrolling: touch;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.topnav-light .classic-dropdown li{border-top: none;}
.topnav-light .classic-dropdown li a{border-bottom: solid 1px #ddd;}
.topnav-light .navbar-collapse {border-top-color:#ddd}
@media(min-width:992px){
	.revert-layout{ float:right; }
}
/*dark div*/
.dark-div{
	color:#8e8e8e;
}
.dark-div a{
	color:inherit;
}
.dark-div a:hover{
	color:#f9c73d;
	text-decoration:none;
	transition:all ease .1s;
}
.dark-div ul li:before {
	color: #f9c73d;
}
/*HEADER*/
/* .navbar-header{ max-width:100%; } */

.logo{
	line-height:50px;
	height:50px;
	vertical-align:middle;
	position:relative;
	z-index:19;
}
/*
@media (max-width: 767px){
	.logo{
		display:inline-block;
		text-align:center;
		margin:0 40px 0 60px;
	}
	.logo img{max-height:60px}
}
*/
/* @media (max-width: 767px){ */
@media (max-width: 992px){ 
  #top-nav a.search-toggle { 
    border:1px solid #3e3e3e;
    padding:9px 10px;
    margin:8px 15px 8px 0;
    font-size:14px;
    border-radius:4px;
    /* color:#f9c73d; */
  }
  #top-nav .xs-header { text-align:center;height:76px;oveflow:hidden; }

  #top-nav a.noop i.icon { color:#f9c73d;text-shadow:none;}
  #top-nav a.noop:hover i.icon { color:#5f5f5f; background-color:#f9c73d; }

  #top-nav a.noop { border:0;display:block;margin:0;padding:0;text-align:center;} 
  #top-nav a.noop i.icon {display:block;width:100%;height:36px;border:1px solid #383838;border-radius:4px;overflow:hidden;vertical-align:middle;}
  #top-nav a.noop i.icon::before { padding-top:10px;display:block;height:36px;overflow:hidden;}

  #top-nav .headline-search .input-group { width:100%;background:#000;padding:2px; }
  #top-nav .headline-search .input-group .input-group-btn button { background:#f9c73d;border:1px solid #f9c73d;text-shadow:none; }
  #top-nav .headline-search .input-group .input-group-btn button:hover { color:#f9c73d;background:transparent; }

  #top-nav .navi-tabs ul.tabs { padding:0; }
  #top-nav ul.tabs li.tab { margin:12px 0 0 0;padding:0; }

  #top-nav ul.tabs li.tab a { display:block;padding:0 4px;font-weight:bold;min-width:53px;overflow:hidden;white-space:nowrap;text-overflow;ellipsis;color:#f9c73d !important; /*#5f5f5f;*/ }
  #top-nav ul.tabs li.tab a i.icon.home { background:url("/i/icon-vidmoon.png") no-repeat 50% 50%; }
  #top-nav ul.tabs i.icon { display:block;width:100%;height:36px;border:1px solid #383838;border-radius:4px;color:#f9c73d;}
  #top-nav ul.tabs i.icon::before { padding-top:10px;display:block;height:36px;overflow:hidden;font-size:1.2em;}
  #top-nav ul.tabs li.tab a:hover { color:#f9c73d;}
  #top-nav ul.tabs a:hover i.icon ,#top-nav ul.tabs >li a.active i.icon { background-color:#f9c73d;color:#000;}

  #top-nav ul.tabs >li a.active { color:#f9c73d;}
}

#header .visible-xs.xs-header ul.tabs a { color:#f9c73d !important; }

#top-nav .navbar{
	margin-bottom: 0px;
}
#top-nav .navbar-inverse {
	background-color: #171717;
	border-color: #2b2b2b;
}
#top-nav.topnav-light .navbar{
	background-color: #fff;
	border-color: #e7e7e7;
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent;
}

#top-nav.fixed-nav{
	position:fixed;
	width:100%;
	z-index:9998;
	top:0px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	box-shadow: 0 2px 9px -4px rgba(0,0,0,.07);
}
.admin-bar #top-nav.fixed-nav{ top:32px; }
@media(max-width:782px){ .admin-bar #top-nav.fixed-nav{ top:46px; } }
@media (min-width: 768px){ .boxed-container #top-nav.fixed-nav{ max-width: 750px; } }
@media (min-width: 992px){ .boxed-container #top-nav.fixed-nav{ max-width: 970px; } }
@media (min-width: 1200px){ .boxed-container #top-nav.fixed-nav{ max-width: 1170px; } }

#headline{margin-top:74px;z-index:9999;}
#headline{height:50px;overflow:hidden;} 

@media (min-width:1200px) { #headline{margin-top:74px;} }
@media (min-width:768px) { .navbar > li > a { padding-bottom:0} }

/* with : hot keywords - sns
@media(min-width:769px) and (max-width:1199px){ #headline.is-fixed-nav.layout-3 { margin-top:122px; } }
@media (max-width: 768px) { #headline.is-fixed-nav.layout-3 { margin-top:0px; margin-bottom:25px; } }
@media (width:768px) { #headline.is-fixed-nav.layout-3 { margin-top:118px;margin-bottom:0; } } 
*/

/* without : hot keywords - sns */
/*
@media(min-width:769px) and (max-width:1199px){ #headline.is-fixed-nav.layout-3 { margin-top:124px; } }
@media (max-width: 768px) { #headline.is-fixed-nav.layout-3 { margin-top:75px;margin-bottom:0; } }
@media (width:768px) { #headline.is-fixed-nav.layout-3 { margin-top:122px;margin-bottom:0; } } 
*/
#headdline { height:75px; }

/*main menu*/
/*bootstrap custom for multilevel dropdown*/
#top-nav .dropdown-menu{
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	display: block;
	opacity:0;
	z-index:-1;
	transition: transform 0.5s ease, opacity 0.2s ease;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
}
.main-menu li{padding-left:0;text-indent:0}
.main-menu li:before{content:'';padding:0}
.dropdown-submenu{position:relative;}
#top-nav .dropdown-submenu>.dropdown-menu{top:0;left:100%; right:auto; margin-top:0px;margin-left:0px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
#top-nav .dropdown-submenu:hover>.dropdown-menu{display:block; opacity:1; -webkit-transform: scale(1, 1);transform: scale(1, 1);
	z-index: 10;
	transition: transform 0.3s ease, opacity 0.2s ease .1s;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#666666;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#cccccc;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.dropdown-menu li:hover > .sub-menu {
	visibility: visible;
}
#top-nav .dropdown:hover > .dropdown-menu {
	display: block;
	opacity: 1;
	z-index: 10;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: transform 0.3s ease, opacity 0.2s ease .1s;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
}
.main-menu .nav > li > a{
	text-transform:uppercase;
	font-size:15px;
	color:#eee;
}
.topnav-light .main-menu .nav > li > a{
	color:#000;
}
.main-menu .nav > li:last-child > a{
	padding-right:0;
}
.dark-div .navbar-toggle, .dark-div .topnav-light .navbar-toggle{
	color:#f9c73d;
	padding: 9px 10px;
	margin: 8px 15px;
	border-color: #3e3e3e;
	background:transparent;
}
.dark-div .topnav-light .navbar-toggle{
	border-color: #e7e7e7;
}
.dark-div .navbar-toggle:hover, .dark-div .topnav-light .navbar-toggle:hover{
	background-color:#f9c73d;
	border-color:#f9c73d;
}
.main-menu li.current-menu-item > a,.main-menu .nav > li > a:hover, .topnav-light .main-menu li.current-menu-item > a, .topnav-light .main-menu .nav > li > a:hover,
.main-menu .nav > li:hover > a{
	color: #f9c73d;
}
.topnav-light.light-div .user_curent.navbar-right a:hover{
	color: #f9c73d;
}
#top-nav .dropdown-menu {
	min-width: 200px;
	padding: 0;
	margin: 0;
	font-size: 13px;
	background-color: #2b2b2b;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#top-nav .dropdown-menu>li>a {
	padding: 10px 20px;
	line-height: 1.428571429;
	color: #8e8e8e;
	white-space: nowrap;
	border-bottom:solid 1px #343434;
	transition:all .1s ease;
}
#top-nav .dropdown-menu li>a:before{
	content:"\f105";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	color:#f9c73d;
	margin-right:5px;
}
#top-nav .dropdown-menu>li:last-child>a{
	border-bottom:none;
}
#top-nav .dropdown-menu>li>a:hover, #top-nav .dropdown-menu>li>a:focus {
	color: #f9c73d;
	background-color: #343434;
}
#top-nav .main-menu-item.sub-menu-left > .dropdown-menu{right:0; left:auto;}
#top-nav .main-menu-item.sub-menu-right > .dropdown-menu{left:0; right:auto;}
#top-nav .sub-menu-right .dropdown-menu,#top-nav .sub-menu-left .sub-menu-right .dropdown-menu{left:100%; right:auto;}
#top-nav .sub-menu-left .dropdown-menu{right:100%; left:auto;}
#top-nav .sub-menu-right .sub-menu-left .dropdown-menu{right:100%; left:auto;}
/*headline*/
#headline{
	background:#000000;
	line-height:50px;
	border-bottom:solid 1px #2b2b2b;
}
.headline-content .headline{ line-height:1em; padding-top:9px; padding-bottom:15px;}
.topnav-light#headline{
	background:#f9f9f9;
	border-bottom:solid 1px #f9f9f9;
}
.social-links .social-icon{
	border-style:solid;
	border-width:0;
	border-radius:3px;
	width:35px;
	font-size:18px;
	text-align:center;
	display:inline-block;
	line-height:35px;
	transition:all .2s ease;
}
.topnav-dark .social-icon, .topnav-light .social-icon{
	border-radius:2px;
	width:34px;
	line-height:32px;
	font-size:14px;
	margin-right:3px;
}
/*
.topnav-dark .search-toggle{margin-right:-3px}
@media (max-width: 767px){
	.social-icon.visible-xs {
		display: inline-block!important;
	}
}
*/
.topnav-dark .social-icon{
	border-color:#2b2b2b;
	background:#171717;
}
.social-links a.social-icon:hover{
	text-decoration:none;
}
.topnav-light .social-links a.social-icon{
	border-color:#e7e7e7;
	background:#f3f3f3;
}
.topnav-light .social-links a.social-icon:hover{
	border-color:#171717;
	background:#171717;
	color:#fff;
}
.pathway, .pathway a, .dark-div .pathway a{
	color: #5f5f5f;
}
.pathway a:hover, .dark-div .pathway a:hover{
	color:#F9C73D;
}
#headline{ border-color:transparent}

/*headline search*/
.headline-search{
	display:inline-block;
	width:0px;
	opacity:0;
	overflow:hidden;
	vertical-align:middle;
	line-height:30px;
	height:38px;
	margin-left:0px;
	transition:all .2s ease-out;
	-webkit-transition:all .2s ease-out;
}
.headline-search button, .headline-search input{
	margin:0;
}
.light-div .headline-search button,.light-div .headline-search input, .dark-div .light-div .headline-search button,.dark-div .light-div .headline-search input{
	margin:0;
	border-color: #e7e7e7;
	background: #f3f3f3;
	color:#8e8e8e;
}
.light-div .headline-search button{
	padding: 6px 12px 5px;
}
.dark-div .light-div .headline-search button:hover{
	background:#fff;
	border-left:none;
}
.social-links .search-toggle.toggled{
	display:none;
}
.headline-search.toggled{
	width:320px;
	margin-left:-122px;
	opacity:1;
	overflow:visible;
	transition:all .2s ease-out, opacity .2s ease-in .1s;
	-webkit-transition:all .2s ease-out, opacity .2s ease-in .1s;
}
@media(max-width:1199px){
	.headline-search.toggled{
		margin-left:-282px;
	}
}
@media(max-width:767px){
	#headline .social-links .pull-right{
		float:none !important;
		text-align:center;
	}
	.social-links .search-toggle.toggled{
		display:inline-block;
	}
	.headline-search{
		display:block;
		width:auto !important;
		margin-left:0px;
		height:0px;
		overflow:hidden;
	}
	.headline-search.toggled{
		height:42px;
		width:auto;
		margin-left:0px;
    background-color:#222;
    margin-top:-4px;
    padding-top:4px;
	}
	.topnav-dark .social-icon,.topnav-light .social-icon{
		border-radius:3px;
		width:24px;
		line-height:22px;
		font-size:13px;
		margin-right:3px;
	}
}

/*nav search*/
.nav-search-box{
	width:270px;
	padding:4px 20px 4px 15px;
}
/*
@media (min-width: 768px){
	.layout-2 .logo, .layout-3 .logo{
		margin-right:20px;
	}
	.custom-container {width:100%;}
}

@media (min-width: 1200px){
	.layout-2 .logo, .layout-3 .logo{
		margin-right:20px;
		margin-left : 0;
	}
	.custom-container {width:100%}
}
*/



.layout-2 .user_curent.navbar-right, .layout-3 .user_curent.navbar-right {
	margin-left: 15px;
}
.nav-search-box .dark-form .input-group input[type="text"], .nav-search-box .dark-form .input-group-btn .btn-default{
	background-color:#1d1d1d;
	border-color:#333;
	border-radius:3px;
	height:35px;
}
.nav-search-box .dark-form .input-group input[type="text"]{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none;
}
.nav-search-box .dark-form .input-group-btn .btn-default{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
	color:rgba(255,255,255,.3);
	outline:none !important;
	position:relative;
	padding: 5px 9px 7px 10px;
	overflow:visible;
	-webkit-backface-visibility:visible;
}


.nav-search-box .dark-form .input-group-btn .btn-default:before{
	content:'';
	position:absolute;
	left:0;
	top: 6px;
	bottom:6px;
	width:1px;
	background:#333;
}
.nav-search-box .dark-form .input-group:hover .form-control,
.nav-search-box .dark-form .input-group:hover .input-group-btn .btn-default,
.nav-search-box .dark-form .input-group:hover .form-control:focus,
.nav-search-box.focus .dark-form .input-group .form-control,
.nav-search-box.focus .dark-form .input-group .input-group-btn .btn-default{
	border-color:#666;
}

.layout-2 .social-links .social-icon:last-child, .layout-3 .social-links .social-icon:last-child{
	margin-right:0;
}
.layout-2 .submit-video .btn, .layout-3 .submit-video .btn{
	background: transparent;
	border: solid 2px #444;
	color:#fff;
	padding: 3px 10px;
	font-size:13px;
}
.layout-2 .submit-video .btn:hover, .layout-3 .submit-video .btn:hover{
	background: #f9c73d !important;
	border-color:#f9c73d !important;
	color:#111 !important;
}
.layout-2 .main-menu .nav > li > a.submit-video {
	padding-top: 12px;
	padding-left: 2px;
}

/*light*/
.nav-search-box .light-form .input-group input[type="text"], .nav-search-box .light-form .input-group-btn .btn-default{
	background-color:#f9f9f9;
	border-color:#d8d8d8;
	color: rgba(34,34,34,.5);
}
.nav-search-box .light-form .input-group-btn .btn-default:before{
	background:#d8d8d8;
}
.topnav-light.layout-2 .submit-video .btn, .topnav-light.layout-3 .submit-video .btn{
	border: solid 2px #d8d8d8;
	color:#282828;
}

/*layout 3*/
#top-nav.layout-3 .navbar-inverse {
	background-color: #111;
}
#headline.layout-3 {
	background: #282828;
	border-bottom: none;
}
#headline.topnav-light.layout-3{
	background:#fff;
}
#top-nav.topnav-light.layout-3 .navbar{
	background:#eee;
	border-color:#eee;
}

.layout-3 .logo {
	line-height: 75px;
	height: 75px;
}

.layout-3 .nav-search-box{
	padding-top:15px;
}
.layout-3 .submit-video .btn{
	padding: 6px 15px;
}
.layout-3 .nav-search-box .dark-form .input-group input[type="text"], .layout-3 .nav-search-box .dark-form .input-group-btn .btn-default{
	border-width:2px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:35px;
}
.layout-3 .main-menu .nav > li > a {
	font-weight: bold;
	padding-left:15px;
	padding-right:15px;
}
.layout-3 .main-menu .nav > li:last-child > a {
	padding-right: 0;
}
.layout-3 .main-menu .menu-item-depth-0 > a, .layout-3 .main-menu .level0 > a , .layout-3 .nav > li > a.account_cr {
	line-height: 45px;
	padding-left:30px;
}
.layout-3 .main-menu .nav > li > a.submit-video {
	padding-top: 14px;
	padding-left: 2px;
}
.layout-3 .navbar-toggle, .layout-3.topnav-light .navbar-toggle{
	margin-top:18px;
}
.layout-3 .social-icon {
	border-color: #3a3a3a;
	background: transparent;
}
.layout-3.topnav-light .social-links a.social-icon{
	background: transparent;
	border-color: #e9e9e9;
}
.layout-3.topnav-light .social-links a.social-icon:hover {
	border-color: #171717;
	background: #171717;
}
.layout-3 .nav-search-box .light-form .input-group input[type="text"], .layout-3 .nav-search-box .light-form .input-group-btn .btn-default {
	background-color: #f6f6f6;
}
.layout-3 .nav-search-box .heading-search-widget, .layout-2 .nav-search-box .heading-search-widget{
	padding-top:5px;
}
.layout-3 .widget-asf .select-inner .s-chosen-cat, .layout-3 .widget-asf input[type='text']{
	border-width:2px;
	line-height:33px;
	height:35px;
}
.layout-3 .widget-asf .button-wrap input[type="submit"]{
	border-radius: 0 3px 3px 0;
	border-width:2px;
	line-height:33px;
	height:35px;
	border-left-width:1px;
}
.layout-3 .widget-asf .select{
	top: 2px;
	left: 2px;
}
.layout-3 .widget-asf .select-inner .s-chosen-cat{
	height:31px;
	line-height:31px;
}
.topnav-light.layout-3 .widget-asf .select-inner .s-chosen-cat, .topnav-light.layout-3 .widget-asf .button-wrap input[type="submit"]{
	background-color: #f6f6f6;
	border-color: #d8d8d8;
}
.topnav-light.layout-3 .widget-asf input[type='text']{
	border-color: #d8d8d8;
}

/*megamenu mashmenu*/
#top-nav .container .main-menu{
	position:relative;
}


/*
@media(max-width:992px){
  #top-nav .container .main-menu{
	  position:relative;
    left:-120px;
  }
  #top-nav .container .main-menu > ul:first-child {
    margin-left:120px;
  }
}
*/


#top-nav .dropdown-mega{
	position:static;
}
#top-nav .dropdown-menu.sub-menu-box{
	position: absolute;
	border: none;
	left: 0px;
	right: 0px;
	padding: 0;
}
.sub-menu-box.preview-mode .sub-channel{
	padding:0;
	width:25%;
	width:calc(25% + 1px);
	width:-webkit-calc(25% + 1px);
	width:-moz-calc(25% + 1px);
	width:-ms-calc(25% + 1px);
	margin-right:-1px;
	float:left;
}
.preview-mode .channel-content{
	float:right;
	width:75%;
	border-left: solid 1px #343434;
	padding:20px;
	display:none;
}
.preview-mode .channel-content.active{
	display:block;
}
.preview-mode .channel-title a{
	padding: 11px 20px;
	line-height: 1.428571429;
	white-space: nowrap;
	border-bottom: solid 1px #343434;
	border-right: solid 1px #343434;
	transition: all .1s ease;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
}
.preview-mode .channel-title a:hover{
	background:#343434;
}
.preview-mode .channel-content .row{
	margin-left:-10px;
	margin-right:-10px;
}
.preview-mode .channel-content .content-item.col-md-4{
	padding-left:10px;
	padding-right:10px;
}
@media(min-width:992px){
	.channel-content .video-item{
		margin-bottom:0;
	}
	.channel-content .item-head{
		padding-bottom:0;
	}
}
.channel-content .item-head h3 a {
	color: #8e8e8e;
}
.preview-mode .video-item h3 a:hover{
	color:#f9c73d;
}

.sub-menu-box{
	overflow:hidden;
}
.sub-menu-box .columns, .sub-menu-box .columns .list{
	margin:0;
	padding:0;
}
.sub-menu-box .columns>li{
	width:25%;
	float:left;
	border-right: solid 1px #343434;
	padding-bottom: 300px;
	margin-bottom: -300px;
}
.sub-menu-box .columns>li:nth-child(4n) {
	border-right: none;
}
.sub-menu-box .columns .list li a,
.sub-menu-box .columns .list li.header{
	padding: 10px 20px;
	line-height: 1.428571429;
	white-space: nowrap;
	border-bottom: solid 1px #343434;
	transition: all .1s ease;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
}
.sub-menu-box .columns .list li:last-child{
	margin-bottom:-1px;
}
.sub-menu-box .columns .list li.header{
	font-size:15px;
	padding: 15px 20px;
}
.sub-menu-box .columns .list li a:hover{
	background:#343434;
}

/*slider & maintop aside*/
#slider{
	background: #171717;
}
#slider .container{
	padding-top:20px;
}
#slider .rev_slider_wrapper{
	height: 430px;
}


.dark-form .form-control, .dark-form input[type="text"], .dark-form input[type="email"], .dark-form input[type="password"], .dark-form textarea{
	font-size: 13px;
	color: #fff;
	background-color: #171717;
	border: 1px solid #2b2b2b;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.dark-form .input-group-btn .btn-default{
	background-color: #171717;
	border: 1px solid #2b2b2b;
	border-left:none;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.dark-form .form-control:focus {
	border-color: #f9c73d;
}
.dark-form .input-group:hover .form-control{
	border-color: #f9c73d;
	border-right-color: #373737;
}
.dark-form .input-group:hover .form-control:focus {
	border-color: #f9c73d;
}
.dark-form .input-group:hover .input-group-btn .btn-default{
	border-color: #f9c73d;
}



#aside{
	margin-top:15px;
	margin-bottom:30px;
}
/*widget*/
.widget{
	margin-bottom:20px;
}
#aside .widget{
	margin-bottom:20px;
}

/*#aside.video-page .video-item .item-thumbnail > a {width: 174px;}*/





/*
@media (max-width: 911px) {
	#aside .videos {
		min-height: 200px;
	}
}
*/

.widget-top-rated, .widget-top-viewed, .widget-top-commented, .widget-top-liked, .widget-border{
	border: solid 1px #e7e7e7;
	border-radius:4px;
	padding:25px 30px 20px;
}
.tm_recent_comments{padding-bottom:0}
.widget .video-item .item-meta span, .widget-top-commented .video-item .item-meta span, .widget-top-liked .video-item .item-meta span{
	border-radius:3px;
	padding:0 10px;
	/*line-height:23px; */
	display:inline-block
}
.tm_recent_comments .widget-title{ margin-bottom:27px}
.widget-title{
	font-size:22px;
	margin:0 0 20px 0;
}
/*top carousel*/
#top-carousel{
	background:#171717;
	color:#fff;
	padding: 40px 0;
}
#top-carousel .video-item{
	float:left;
	margin:0 15px 0 0;
	width:196px;
}
#top-carousel .is-carousel{
	position:relative;
	margin: 0 60px;
	height: 126px;
}
#top-carousel .is-carousel .carousel-button{
	position:absolute;
	left:-60px;
	right:-60px;
	top:50%;
	margin-top:-20px;
	z-index:0;
}
#top-carousel .is-carousel .carousel-content{
	position:absolute;
	z-index:1;
	height: 126px;
	overflow:hidden;
}
#top-carousel .is-carousel .carousel-button a{
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-radius:3px;
	font-size:18px;
}
#top-carousel .is-carousel .carousel-button a:hover{
	text-decoration:none;
}
#top-carousel .is-carousel .carousel-button .prev{
	float:left;
}
#top-carousel .is-carousel .carousel-button .next{
	float:right;
}

/*VIDEO LISTING*/
@media (min-width: 992px){
	.video-listing .col-md-1, .video-listing .col-md-2, .video-listing .col-md-3, .video-listing .col-md-4, .video-listing .col-md-5, .video-listing .col-md-6, .video-listing .col-md-7, .video-listing .col-md-8, .video-listing .col-md-9, .video-listing .col-md-10, .video-listing .col-md-11, .video-listing .col-md-12, .video-listing .col-lg-1, .video-listing .col-lg-2, .video-listing .col-lg-3, .video-listing .col-lg-4, .video-listing .col-lg-5, .video-listing .col-lg-6, .video-listing .col-lg-7, .video-listing .col-lg-8, .video-listing .col-lg-9, .video-listing .col-lg-10, .video-listing .col-lg-11, .video-listing .col-lg-12 {
		padding-right: 5px;
		padding-left: 5px;
	}
	.video-listing .row {
		margin-right: -5px;
		margin-left: -5px;
	}
}
.video-listing .video-item{
	margin-bottom:15px;
}
.video-listing-filter{
	margin: 0 0 20px;
}
.video-listing-filter .btn-group{
	width:100%;
	border: solid 1px #e7e7e7;
	border-radius:3px;
}
@media(min-width:768px){
	.video-listing-filter .btn-group{
		overflow:hidden;
	}
}
.video-listing-filter .btn-default {
	color: #c6c6c6;
	padding: 5px 15px;
	background-color: #fff;
	border:none;
	border-left:solid 1px #e7e7e7;
	border-right:solid 1px #e7e7e7;
	border-radius: 0;
}
.video-listing-filter .dropdown .btn{
	float:none;
	margin:0;
	border:none;
	text-align:left;
}
.video-listing-filter .dropdown .btn .fa.pull-right{
	margin-top:4px;
}
.video-listing-filter .dropdown ul{
	width:100%
}
.video-listing-filter .dropdown ul li{
	padding:0;
}
.video-listing-filter .dropdown ul li:before{
	content:'';
}
.video-listing-filter .btn-default.current{
	color: #8e8e8e;
	background-color: #e7e7e7
}
.video-listing-filter .btn-group > .btn:first-child{
	border-left:none;
}
.style-filter{
	line-height:28px;
}
.style-filter a{
	font-size:14px;
	color:#c6c6c6;
	margin-right:10px;
	cursor:pointer;
}
.style-filter a:hover, .style-filter a.current{
	color:#5f5f5f;
}
.style-grid-2 .col-md-3{
	width:50%;
}
@media (min-width: 768px){
	.style-list-2 .col-md-3{
		width:50%;
	}
	.style-list-2 .col-md-3 .item-thumbnail, .style-list-2 .col-md-3 .item-head{
		width:50%;
		float:left;
	}
	.style-list-2 .col-md-3 .item-head{
		padding: 0 0 0 10px;
	}
}
@media (min-width: 768px){
	.style-list-1 .col-md-3{
		width:100%;
	}
	.style-list-1 .col-md-3 .item-thumbnail,
	.style-list-1 .col-md-3 .item-head, .style-list-1 .col-md-3 .item-content{
		width:50%;
		float:left;
	}
	.style-list-1 .col-md-3 .qv_tooltip{
		width:50%;
		float:left;
	}
	.style-list-1 .col-md-3 .qv_tooltip .item-thumbnail{
		width:100%;
	}
	.style-list-1 .col-md-3 .item-head,.style-list-1 .col-md-3 .item-content{
		padding: 0 0 10px 20px;
	}
	.style-list-1 .col-md-3 .hidden{
		display:block !important;
		visibility:visible !important;
	}
	.style-list-1 .video-item {
		margin-bottom: 30px;
	}
}


.wp-pagenavi{
	text-align:center;
	margin-bottom: 20px;
}
.wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi span{
	border-radius:3px;
	border:solid 1px #4141a0;
	color:#4141a0;
	padding: 0 12px !important;
	line-height:30px;
	display:inline-block;
	margin:0 3px;
}
.wp-pagenavi a:hover, .wp-pagenavi .current{
	background:#4141a0;
	color:#fff;
	text-decoration:none;
}

/*video item*/
.video-item{
	margin-bottom:10px;
}
.video-item h2, .video-item h2 a{
	font-size:14px;
	line-height:1.4;
	color:#5f5f5f;
	margin:0 0 0px 0;
}
.video-item h2 a:hover{}
.video-item h2 a:hover, .video-item h3 a:hover{
	text-decoration:none;
	color:#4141a0;
}
.video-item .item-thumbnail{
	position:relative;
	overflow:hidden;
	/*max-height:100%; */
}
.video-item .item-thumbnail > a{ display:block; }

/*video thumb sizing*/
.style-grid-2 .col-md-3:nth-child(odd),.style-list-2 .col-md-3:nth-child(odd){
	clear:both;
}
@media (max-width: 990px){
	.video-listing-content .col-md-3:nth-child(odd){
		clear:both;
	}
}

.video-item .item-thumbnail img{
	max-width:100%;
	width:100%;
}
.video-item .item-thumbnail .rating-bar{
	position:absolute;
	top:0;
	left:0;
	font-size:15px;
	line-height:30px;
	padding:0 8px;
}

.video-item .item-thumbnail .link-overlay {
	position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: rgba(0,0,0,0);-webkit-transition: background-color 0.2s ease;transition: background-color 0.2s ease;
}
.video-item .item-thumbnail .link-overlay:before {
	display: block;width: 40px;height: 40px;position: absolute;top: 50%;left: 50%;margin: -20px 0 0 -18px;border-radius: 50%;background: transparent;text-align: center;font: 14px/40px 'FontAwesome';
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	text-decoration:none;
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,.75);
	color:#fff;
}

@media(min-width:768px){
	.video-item .item-thumbnail:hover .link-overlay {
		background: rgba(20,22,23,0.75);
		text-decoration:none;
	}
	.video-item .item-thumbnail:hover .link-overlay:before {
		-webkit-transform: scale(1);transform: scale(1);opacity: 1;
		text-decoration:none;
	}
}
.video-item .item-meta{
	color:#c6c6c6;
}

.video-item .item-meta .pp-icon { line-height:1.2em; }
.video-item .item-meta [class^="fa-"],.video-item  .item-meta [class*=" fa-"] {
	font-size:14px;
}
.video-item .item-meta span{
	margin-right:20px;
}
.video-item .item-meta span > i{
	margin-right:2px;
}
/*fix ratio*/
.video-listing:not(.style-list-1) .video-item .item-thumbnail{
	position:relative; width:100%; height:0; padding-top:56.25%;
}
.video-listing:not(.style-list-1) .video-item .item-thumbnail img{
	width:100%;
	position:absolute; top:0; left:0;
}

/*list rating*/
@media (min-width: 992px){
	.list-item .col-md-1, .list-item .col-md-2, .list-item .col-md-3, .list-item .col-md-4, .list-item .col-md-5, .list-item .col-md-6, .list-item .col-md-7, .list-item .col-md-8, .list-item .col-md-9, .list-item .col-md-10, .list-item .col-md-11, .list-item .col-md-12, .list-item .col-lg-1, .list-item .col-lg-2, .list-item .col-lg-3, .list-item .col-lg-4, .list-item .col-lg-5, .list-item .col-lg-6, .list-item .col-lg-7, .list-item .col-lg-8, .list-item .col-lg-9, .list-item .col-lg-10, .list-item .col-lg-11, .list-item .col-lg-12 {
		padding-right: 10px;
		padding-left: 10px;
	}
	.list-item.row, .list-item .row {
		margin-right: -10px;
		margin-left: -10px;
	}
	.list-item [class^="col-"]:last-child .video-item{
		border:none;
	}
}
.list-item .video-item{
	padding-top:10px;
	padding-bottom:9px;
	border-bottom: solid 1px #e7e7e7;
	margin-bottom:0;
}

.list-item .video-item .item-info  .rt-article-title {
  margin-top:-3px;
}
/*CONTENT*/
#content{ margin-top:15px;}


@media (min-width:922px){ #content.view {padding:0;} }

.content-404{
	text-align:center;
}
.content-404 h1{
	font-size:130px;
}
/*Smart Box*/
.smart-box{
	margin-bottom:30px;
}
.smart-box-head{
	line-height:25px;
	padding:0 0 10px 0;
	border-bottom: solid 3px #e7e7e7;
	margin-bottom:20px;
}
.smart-box-head a{
	text-decoration: none;
}
.smart-box-head .light-title{
	margin:0;
}
.smart-box-head .light-title:hover .title-link{ text-decoration:none}
.smart-control a{
	border-radius:3px;
	border-style:solid;
	border-width:1px;
	padding:0 8px;
	line-height:21px;
	display:inline-block;
	margin:0 1px;
}
.smart-control a:hover{
	text-decoration:none;

}

.item-head{
	padding: 10px 0;
	min-height:21px;
}
.item-head h3,.item-head h3 a{
	font-size:15px;
	margin:0;
	color:#5f5f5f;
}
.item-head{
	color:#8a8a8a;
}
.smart-item{
	float:left;
}
.smart-item.it-row .row .col-md-3{ margin-bottom:12px}
.smart-item.it-row .row .col-md-3:last-child{ margin-bottom:0}
.smart-item.it-row > .row > .col-md-6{ margin-bottom:20px}

.item-thumbnail .item-head{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding:8px 10px;
	color:#fff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}
.item-thumbnail .item-head h3 a{
	color:#fff;
}

/*smart box style 1*/
.smart-box-style-1 .col-md-1, .smart-box-style-1 .col-md-2, .smart-box-style-1 .col-md-3, .smart-box-style-1 .col-md-4, .smart-box-style-1 .col-md-5, .smart-box-style-1 .col-md-6, .smart-box-style-1 .col-md-7, .smart-box-style-1 .col-md-8, .smart-box-style-1 .col-md-9, .smart-box-style-1 .col-md-10, .smart-box-style-1 .col-md-11, .smart-box-style-1 .col-md-12, .smart-box-style-1 .col-lg-1, .smart-box-style-1 .col-lg-2, .smart-box-style-1 .col-lg-3, .smart-box-style-1 .col-lg-4, .smart-box-style-1 .col-lg-5, .smart-box-style-1 .col-lg-6, .smart-box-style-1 .col-lg-7, .smart-box-style-1 .col-lg-8, .smart-box-style-1 .col-lg-9, .smart-box-style-1 .col-lg-10, .smart-box-style-1 .col-lg-11, .smart-box-style-1 .col-lg-12 {
	padding-right: 5px;
	padding-left: 5px;
}
.smart-box-style-1 .row {
	margin-right: -5px;
	margin-left: -5px;
}
.smart-box-style-1 .video-item, .wpb_column > .wpb_wrapper .smart-box-style-1 .video-item{
	margin-bottom:10px;
}

.smart-box-style-1 .smart-item .item-thumbnail,
.smart-box-style-2 .smart-item .item-thumbnail{
	position:relative; width:100%; height:0; padding-top:56.25%;
}
.smart-box-style-1 .smart-item .col-md-3 .item-thumbnail, .smart-box-style-1 .smart-item .col-md-2 .item-thumbnail{
	padding-top:55%;
}
.smart-box-style-1 .smart-item .item-thumbnail img,
.smart-box-style-2 .smart-item .item-thumbnail img{
	width:100%;
	position:absolute; top:0; left:0;
}

/*smart box style 2*/
.smart-box-style-2 .col-md-1, .smart-box-style-2 .col-md-2, .smart-box-style-2 .col-md-3, .smart-box-style-2 .col-md-4, .smart-box-style-2 .col-md-5, .smart-box-style-2 .col-md-6, .smart-box-style-2 .col-md-7, .smart-box-style-2 .col-md-8, .smart-box-style-2 .col-md-9, .smart-box-style-2 .col-md-10, .smart-box-style-2 .col-md-11, .smart-box-style-2 .col-md-12, .smart-box-style-2 .col-lg-1, .smart-box-style-2 .col-lg-2, .smart-box-style-2 .col-lg-3, .smart-box-style-2 .col-lg-4, .smart-box-style-2 .col-lg-5, .smart-box-style-2 .col-lg-6, .smart-box-style-2 .col-lg-7, .smart-box-style-2 .col-lg-8, .smart-box-style-2 .col-lg-9, .smart-box-style-2 .col-lg-10, .smart-box-style-2 .col-lg-11, .smart-box-style-2 .col-lg-12 {
	padding-right: 5px;
	padding-left: 5px;
}
.smart-box-style-2 .row {
	margin-right: -5px;
	margin-left: -5px;
}
.smart-box-style-2 .item-head{
	padding-bottom:0;
}
@media (max-width: 991px){
	.smart-box-style-2 .smart-item .col-md-3:nth-child(odd){
		clear:both;
	}
	.smart-box-style-2 .smart-item .col-md-3.col-sm-3:nth-child(odd){
		clear:none;
	}
}
@media (max-width: 768px){
	.smart-box-style-2 .smart-item .col-xs-6:nth-child(odd){
		clear:both;
	}
}

/*smart box style 3*/
@media (min-width: 992px){
	.smart-box-style-3 .col-md-1, .smart-box-style-3 .col-md-2, .smart-box-style-3 .col-md-3, .smart-box-style-3 .col-md-4, .smart-box-style-3 .col-md-5, .smart-box-style-3 .col-md-6, .smart-box-style-3 .col-md-7, .smart-box-style-3 .col-md-8, .smart-box-style-3 .col-md-9, .smart-box-style-3 .col-md-10, .smart-box-style-3 .col-md-11, .smart-box-style-3 .col-md-12, .smart-box-style-3 .col-lg-1, .smart-box-style-3 .col-lg-2, .smart-box-style-3 .col-lg-3, .smart-box-style-3 .col-lg-4, .smart-box-style-3 .col-lg-5, .smart-box-style-3 .col-lg-6, .smart-box-style-3 .col-lg-7, .smart-box-style-3 .col-lg-8, .smart-box-style-3 .col-lg-9, .smart-box-style-3 .col-lg-10, .smart-box-style-3 .col-lg-11, .smart-box-style-3 .col-lg-12 {
		padding-right: 5px;
		padding-left: 5px;
	}
	.smart-box-style-3 .row {
		margin-right: -5px;
		margin-left: -5px;
	}
}
.smart-box-style-3 .video-item .item-meta{
	float:right;
}
.smart-box-style-3 .video-item .item-meta span:last-child{
	margin-right:0px;
}
.video-item .item-author{
	font-size:11px;
	margin-right:5px;
	color:#4141a0;
}
.video-item .item-date{
	font-size:11px;
	color:#c6c6c6;
}
.video-item .item-content{
	color:#8e8e8e;
	line-height:1.5
}
@media (max-width: 767px){
	.smart-box-style-3 .smart-item .col-md-6{
		margin-bottom:30px;
	}
	.smart-box-style-2 .smart-item .col-sm-6{
		margin-bottom:20px;
	}
}
/*smart box 3-2*/
@media (min-width: 992px){
	.smart-box-style-3-2 .col-md-4, .smart-box-style-3-2 .col-md-6 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.smart-box-style-3-2 .row {
		margin-right: -15px;
		margin-left: -15px;
	}
}
.smart-box-style-3-2 .col-md-4{
	width:380px;
}
.smart-box-style-3-2{
	padding:40px 30px 20px;
	margin-bottom:0;
	margin-left: -15px;
	margin-right: -15px;
}
#slider .container .smart-box-style-3-2{
	padding-left:0;
	padding-right:0;
}
.smart-box-style-3.smart-box-style-3-2 .item-head {
	padding-top: 15px;
	padding-bottom: 35px;
}
.dark-div .smart-box .item-head h3, .dark-div .smart-box .item-head h3 a{
	color: #fff;
}
.dark-div .smart-box .item-head h3 a:hover {
	color: #f9c73d;
}
.smart-box-style-3-2 .item-head h3, .smart-box-style-3-2 .item-head h3 a {
	font-size: 24px;
}

.carousel-dotted {
	text-align: center;
	height:10px;
}
.carousel-dotted a {
	background-color: #ddd;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	display: inline-block;
	border-radius: 50%;
	text-indent:99999em;
}
.dark-div .carousel-dotted a {
	background-color: #fff;
}
.carousel-dotted a.selected, .carousel-dotted a:hover {
	background: #f9c73d;
}

/*smart box style 4*/
@media (min-width: 992px){
	.smart-box-style-4 .col-md-1, .smart-box-style-4 .col-md-2, .smart-box-style-4 .col-md-3, .smart-box-style-4 .col-md-4, .smart-box-style-4 .col-md-5, .smart-box-style-4 .col-md-6, .smart-box-style-4 .col-md-7, .smart-box-style-4 .col-md-8, .smart-box-style-4 .col-md-9, .smart-box-style-4 .col-md-10, .smart-box-style-4 .col-md-11, .smart-box-style-4 .col-md-12, .smart-box-style-4 .col-lg-1, .smart-box-style-4 .col-lg-2, .smart-box-style-4 .col-lg-3, .smart-box-style-4 .col-lg-4, .smart-box-style-4 .col-lg-5, .smart-box-style-4 .col-lg-6, .smart-box-style-4 .col-lg-7, .smart-box-style-4 .col-lg-8, .smart-box-style-4 .col-lg-9, .smart-box-style-4 .col-lg-10, .smart-box-style-4 .col-lg-11, .smart-box-style-4 .col-lg-12 {
		padding-right: 10px;
		padding-left: 10px;
	}
	.smart-box-style-4 .row {
		margin-right: -10px;
		margin-left: -10px;
	}
}
@media (min-width: 768px){
	.smart-box-style-4 .item-head{
		padding-top:0;
	}
}
.smart-box-style-4 .row {
	padding-bottom:10px;
}
@media (min-width: 768px){
	.smart-box-style-4 .row {
		padding-bottom:20px;
	}
}

/*GLOBAL CLASS*/
.maincolor1, a.maincolor1, .maincolor1hover:hover, a.maincolor1hover:hover{
	color:#f9c73d;
	transition: all .2s ease;
}
.bgcolor1, .bgcolor1hover:hover, a.bgcolor1hover:hover{
	background-color:#f9c73d;
	color:#000;
	transition: all .2s ease;
}
.bordercolor1, .bordercolor1hover:hover{
	border-color:#f9c73d;
	transition: all .2s ease;
}
.maincolor2, a.maincolor2, .maincolor2hover:hover, a, a:hover, .dark-div .maincolor2hover:hover{
	color:#4141a0;
}
.bgcolor2, .bgcolor2hover:hover{
	background-color:#4141a0;
	color:#fff;
	transition: all .2s ease;
}
.bordercolor2, .bordercolor2hover:hover{
	border-color:#4141a0;
	transition: all .2s ease;
}

.light-title{
	font-size:24px;
	margin:0 0 10px 0;
	color:#4141a0;
	display:inline-block;
	vertical-align:middle;
}
.light-title.title{ font-size:22px}
.light-button{
	border-radius:3px;
	border:solid 1px #4141a0;
	background-color:#4141a0;
	color:#fff;
	display:inline-block;
	font-size:13px;
	transition: all .2s ease;
}
.light-button:hover{
	background:#000;
	color:#fff;
	border:solid 1px #000;
}
/*element*/
.rich-list{
	list-style:none;
	padding:0
}
.rich-list li{
	padding: 0 0 12px;
	margin-bottom: 12px;
	border-bottom:solid 1px #3c3c3c;
}
.rich-list li .rich-list-icon{
	display:inline-block;
	font-size:16px;
	vertical-align:middle;
	text-align:center;
	margin-right:7px;
	width: 20px;
	height:20px;
	line-height:18px;
	border-radius:50%;
	border-style:solid;
	border-width:1px;
}
.rich-list li:hover .rich-list-icon{
	color: #000;
	background: #f9c73d;
}

/*SINGLE*/
#player{background:#171717;color:#fff;}
.video-player{position:relative;min-height:50px;}
.player-content{text-align:center;line-height:0;max-width:100%;margin-left:auto;margin-right:auto;}
.player-button{
	position:absolute;
	left:50px;
	right:50px;
	top:50%;
	height:0;
	margin-top:-20px;
	z-index:0;
}
.player-button a{
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-radius:3px;
	font-size:18px;
	color: #3f3f3f;
	display:block;
}
.player-button a:hover{text-decoration:none;color:#f9c73d;}
.player-button .prev-post{float:left;}
.player-button .next-post{float:right;}
.player-button .next-post.same-cat a:hover,
.player-button .prev-post.same-cat a:hover{ background-color:#f9c73d; color:#000; transition: all ease .2s}
.player-button .bgcolor-hover:hover{ background-color:#f9c73d; color:#000; transition: all ease .2s}
.player-logic-alt{ line-height: 1.5; }

article.single-video-view .item-info{ margin-bottom:10px;font-size:11px; }
article.single-video-view .item-content,.content-single{ line-height:1.8; }
article.single-video-view .item-content p, .content-single p{ margin-bottom:20px; }
article.single-video-view .item-content, .content-single img{ max-width:100%; }
article.single-video-view .item-content{ max-height:100px;overflow:hidden;transition:all .2s ease; }
article.single-video-view .item-content.toggled{ max-height:none; }
.item-tax-list{ font-size:11px; }
.item-content-toggle{
  border-top:solid 1px #e7e7e7;
	text-align:center;
	position:relative;
	margin: 30px 0 40px;
}
.item-content-toggle i{
	cursor:pointer;
	background:#fff;
	border: solid 1px #e7e7e7;
	border-radius:3px;
	padding:2px 8px;
	font-size:18px;
	position:absolute;
	top:-12px;
	left:50%;
	margin-left:-15px;
}
.item-content-toggle .item-content-gradient{
	position:absolute;
	height:40px;
	width:100%;
	bottom:30px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.about-author{
	border: solid 1px #e7e7e7;
	border-radius: 4px;
	padding: 20px;
	margin: 20px 0;
	margin-top:35px;
}
.author-avatar{
	width:60px;
	height:60px;
	border-radius:50%;
	overflow:hidden;
	float:left;
}
.author-info{margin-left:80px;}
.author-info h5{font-size:14px;margin-top:0;}
.author-heading.blog-heading{padding: 40px 0;}
.author-info h1{margin-top:0;}
.header-about-author .author-avatar{width:125px;height:125px;}
.header-about-author .author-info{margin-left:150px;}
.author-social{margin-top:15px;}
.author-social a{
	border:solid 1px #c6c6c6;
	border-radius:4px;
	width:58px;
	height:58px;
	line-height:65px;
	text-align:center;
	color:#8e8e8e;
	display:inline-block;
	margin: 0 0 10px 6px;
	transition:all .2s ease-out;
}
.author-social a:hover{border:solid 1px #000;background:#000;color:#fff;}
.related-video .smart-box-head{padding:0;border:none;line-height:18px;}
.related-video .smart-box-head h3{font-size:17.5px;}

.simple-navigation{padding:20px 0;padding-top:5px;margin-bottom:20px;border-bottom: solid 1px #e7e7e7;}
.simple-navigation-item:first-child{border-right: solid 1px #e7e7e7;}
.simple-navigation-item a.pull-right{text-align:right;}
.simple-navigation-item h4{font-size:15px;margin:auto 0;margin-bottom:8px;margin-top:6px;text-transform:uppercase;}
.simple-navigation-item .simple-navigation-item-content{float:none;margin:0 30px;}
.simple-navigation-item i{font-size:28px;margin-top:8px;}
.simple-navigation-item a, .simple-navigation-item a:hover h4{color:inherit;}
.simple-navigation-item a:hover{text-decoration:none;}
.simple-navigation-item a:hover span{color:#8e8e8e;}

@media(max-width:767px){
	.simple-navigation .row{margin:0}
	.simple-navigation-item{width:100%;padding:0 0 20px 0;margin-bottom:20px;border-bottom: solid 1px #e7e7e7;}
	.simple-navigation-item:first-child{border-right:none}
	.simple-navigation{border-bottom:none;padding-bottom:0;margin:0}
	.related-single{margin-top:-15px}
}
.single-video-view .single-thumb{ max-width:100%; margin-bottom:20px;}
.single-video-view .video-toolbar-inner {
	border-top: solid 1px #e7e7e7;
	border-radius:3px;
	margin:10px 0 20px;
}
/*single blog*/
.blog-meta .blog-meta-cat{
	border-top:solid 1px #e7e7e7;
	padding-top:15px;
	margin-top:20px;
	margin-bottom:40px;
}
.blog-meta .blog-meta-cat .item-date{ font-size:11px;color: #c6c6c6;}
.single-post-pagi{
	margin: 10px auto;
	text-align:center;
}
.single-post-pagi > span{
	background:#e7e7e7;
}
.tm-social-share .social-icon {
	margin-right:6px;
}
@media(max-width:480px){
	.pull-right .tm-social-share .social-icon {
		margin-left:0px;
		margin-right:10px;
		margin-top:10px;
	}
	.pull-right.social-links{
		float:none !important;
	}
}
/*blog listing*/
.blog-heading{
	background:#f9f9f9;
	padding: 10px 0 40px;
}
.blog-heading h1{
	margin-bottom:0;
}
.blog-heading span{
	margin-top:10px;
	display:block;
}
.blog-item{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom: solid 1px #e7e7e7;
}
.blog-item .item-head{
	padding:0;
}
@media (max-width:767px){
	.blog-item .item-thumbnail{
		margin-bottom:10px;
	}
}
.blog-item .item-head h3 a{
	font-size:17.5px;
}
.blog-meta{
	margin:10px 0;
}
.blog-meta a{
	font-size:11px;
	color:#c6c6c6;
}
.blog-date{
	float:right;
	border:solid 1px;
	color:#c6c6c6;
	width:52px;
	height:52px;
	border-radius:3px;
	text-align:center;
	line-height:15px;
	padding-top:2px;
	text-transform:uppercase;
}
.blog-date >span:first-child{
	font-size:30px;
	line-height:30px;
	color:#5f5f5f;
}
.blog-date >span{ margin-top:0; }
.blog-heading .col-md-2{
	position:relative;
}
.blog-heading .blog-date{
	position:absolute;
	top:15px;
	right:15px;
}
.blog-excerpt{
	margin-top:20px;
	line-height:1.6;
}
.blog-excerpt p{
	margin-bottom:15px;
}
.readmore{
	display:inline-block;
	border: solid 1px;
	border-radius:3px;
	text-align:center;
	padding: 1px 10px;
}
.readmore:hover{
	text-decoration:none;
}
.format-gallery .item-thumbnail{
	overflow:visible;
}
#player-embed{
	line-height:10px; /*padding trick*/
	text-align:-webkit-center;
	text-align:-moz-center;
}

#player-embed iframe{
	max-height:100%;
}

/*thumbnail video*/
.format-video .item-thumbnail .player-embed{
	position:relative;
	width:100%;
	height:0;
	padding-top:56.25%;
	overflow:visible;
}
.format-video .item-thumbnail .player-embed iframe,
.format-video .item-thumbnail .player-embed object,
.format-video .item-thumbnail .player-embed > *{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
}

@media(max-width:767px){
	#player-embed iframe{ max-height:400px; }
}

@media(max-width:560px){
	#player-embed iframe, iframe#player-embed{ max-height:330px; }
}
@media(max-width:480px){
 #player-embed iframe { max-height:250px; }
}

.format-audio > .row > .col-md-6.col-sm-6{
	width:100%;
}
.format-audio .item-thumbnail{
	margin-bottom: 15px;
}
.format-video.no-thumbnail > .row.fb-video > .col-md-6.col-sm-6,
.format-standard.no-thumbnail > .row > .col-md-6.col-sm-6{
	width:100%;
}

/*Single-inbox*/
.video-item.marking_vd .item-head{ display:none}
.video-item.marking_vd .mark_bg{ position:absolute; width:100%; text-align:center; bottom:0; height:30px; background-color:#f9c73d; color:#000000; font-size:11px; font-weight:bold; padding-top:4px}
.single-inbox .player-button{ display:none}
.single-inbox .video-toolbar-inner{ border-top:solid 1px #e7e7e7; margin-bottom:10px; margin-bottom:15px; border-radius:3px}
.single-inbox .container{ padding-left:0; padding-right:0}
.single-inbox #player{ margin-bottom:20px}
.single-inbox .item-info{ margin-bottom:6px}
.single-inbox  .box-title{ position:relative; display:table; width:100%}
.single-inbox  .box-title .title-info{ display:table-cell; vertical-align:top;}
.single-inbox  .box-title .box-m{ display:table-cell; vertical-align:top; float:right}

.single-inbox  .box-title .box-more{ right:0; text-decoration:none; float:right; height:40px; width:130px; border:1px solid #e7e7e7; top:0; border-radius:3px; padding:10px 18px; margin-top:5px; line-height:17px}
@media (max-width: 1024px){
	.single-inbox  .box-title .box-more{ width:131px}
}
.single-inbox  .box-title .box-more i{ margin-left:4px}
.single-inbox  .box-title .box-more:hover{ background-color:#000000; border-color:#000000; color:#fff ; transition: all .3s ease-in .1s; cursor:pointer}

.single-post .post-gallery{margin:0 0 50px 0}

#top-carousel.inbox-more{background-color:transparent; padding-top:0; height:166px; transition: height .2s ease; overflow:hidden}
#top-carousel.inbox-more .container{}
#top-carousel.inbox-more .is-carousel  .carousel-button.more-videos a.prev,
#top-carousel.inbox-more .is-carousel  .carousel-button.more-videos a.next{ border-color:#e7e7e7}
#top-carousel.inbox-more  .bgcolor1hover:hover, #top-carousel.inbox-more a.bgcolor1hover:hover{ background-color:#000000; color:#f9c73d;transition: all .2s ease;}
#top-carousel.inbox-more .is-carousel  .carousel-button.more-videos i{ color:#5f5f5f}
#top-carousel.inbox-more .is-carousel  .carousel-button.more-videos a:hover i{ color:#fff; transition: all .2s ease;}
#top-carousel.inbox-more .is-carousel{ margin:0 66px}
#top-carousel.inbox-more .is-carousel .carousel-button.more-videos{ margin:0 17px}

#top-carousel.inbox-more.more-hide{ height:0; padding:0; margin:0; overflow:hidden; transition: height .2s ease;}
.container .single-inbox #video-toolbar .container{ padding-bottom:0}
.single-inbox .light-title{ margin-bottom:6px}
/*single -full*/
#top-carousel .is-carousel .carousel-button.more-videos{ top:0; height:100%; margin-top:0}
#top-carousel.full-more{ height:206px;transition: all .2s ease; overflow:hidden}
#top-carousel .is-carousel  .carousel-button.more-videos a.prev,
#top-carousel .is-carousel  .carousel-button.more-videos a.next{ width:30px; height:100%; position:relative}
#top-carousel .is-carousel  .carousel-button.more-videos a.prev i{ position:absolute; top:50%; margin-top:-8px; right:8px}
#top-carousel .is-carousel  .carousel-button.more-videos a.next i{ position:absolute; top:50%; margin-top:-8px; right:8px}
.box-more.single-full-pl{ right: 0; text-decoration: none; float: right; height: 40px; width: 89px; border: 1px solid #3f3f3f; top: 0; border-radius: 3px; padding: 8px 15px 10px 15px; cursor:pointer; color:#5f5f5f; padding-left:20px; transition:all 0.2s ease;-moz-transition:all 0.2s ease;-webkit-transition:all 0.2s ease;}
.box-more.single-full-pl i{ margin-left:0}
#top-carousel.full-more.more-hide{height:0; padding:0; margin:0; overflow:hidden; transition: all .2s ease; }
@media (min-width: 1199px){
	#player .container{ position:relative}
	.box-m{ position:absolute; right:-15px; bottom:20px;}
	.dark-div .box-m{ position:absolute; right:15px; bottom:30px;}
	.single-inbox .box-m{ position:relative; right:0; bottom:0}
}
#top-carousel.full-more {background-color:#000000;}
.box-more.single-full-pl:hover{ background-color:#f9c73d; color:#000000; border-color:#f9c73d}
#top-carousel.full-more a.maincolor1{ color:#3e3e3e; border-color:#3e3e3e}
#top-carousel.full-more a.maincolor1:hover{ border-color:#f9c73d}
@media (max-width: 1200px){
	.box-m .box-more{
		margin:20px 0;
	}
	.player-button{
		position:inherit;
		left:inherit;
		right:inherit;
		margin-top:0;
	}
	.player-button a{
		margin:20px 0;
	}
	.player-button .next-post {
		float: left;
		margin-left:10px;
	}
}
/*comment*/
.comment-form-tm { display:table; width:100%; margin-top:30px; }
.author-current{  float:left; display:table-cell; border-radius:50%; width:66px; height:66px; overflow:hidden; margin:6px 20px 0 0}
.comment-form-tm .comment-respond{ display:table-cell; vertical-align:top }
.comment-form-tm .comment-respond .comment-reply-title{ display:none}
.comment-form-tm .comment-respond textarea{ width:100%; height:66px}
.comment-form-tm .avatar,
.author-avatar .avatar{ margin-left:0 !important}
.comment-respond .comment-form{ margin-left:0px}
.comment-respond .comment-form textarea,
.comment-respond .comment-form input {background:#fff}
.comment-respond .comment-form input[type=submit] {background:#5d5d5d;color:#fff}
.comment-respond .fb-comments{ margin-left:0px; max-width:100%;}
.comment-respond .fb-comments > span { max-width:100%;}
.comment-respond .form-submit #comment-submit{ float:right}
.comment-form .row .col-md-4 p input{ width:100%}
.comment-respond p.form-submit{ height:0; overflow:hidden}
.comment-respond p.form-submit.form_heig{ height:47px; transition:all ease 0.1s}
.cm-form-info{ height:0; overflow:hidden}
.cm-form-info.cm_show{ height:auto/*51px*/;  transition:all ease 0.1s}
.comments-area .count-title{ margin-bottom:23px}
/**/
.video-toolbar-item.like-dislike .maincolor2hover.like{ line-height:70px}
.maincolor2.toolbar-views-number{ text-align:center}
.video-toolbar-inner #social-share{ line-height:60px; padding-top:8px}
/* .single-inbox #social-share{ margin-bottom:21px} */


.single-inbox .video-toolbar-item.pull-right{ border:0; padding-left:20px;}
.single-inbox .video-toolbar-item-like-bar .like{ margin-right:40px}
.video-toolbar-item.share-this{ padding-top:10px}




.video-toolbar-item.tm-share-this{ font-size:26px; padding-left:18px; padding-right:18px }
.tm-share-this i{ cursor:pointer; }
#tm-share .tm-social-share{ display:inline-block;}
#tm-share .tm-social-share a:hover{ color: #fff; }
.tm-share-inner{ padding: 15px 20px; background:#fbfbfb; color:inherit; border-top: solid 1px #e7e7e7; font-size:15px;}





/*thumb up/down */
/*Like status*/
.video-toolbar-item.like-dislike{ position:relative; padding:0 22px}
.video-toolbar-item.like-dislike .status:before{content:' ';display:inline-block;bottom:-5px;left:50%;margin-left:-5px;border-width:5px 5px 0;position:absolute;width:0;height:0;border-style:solid;border-color:transparent;border-top-color:#232323}
.video-toolbar-item.like-dislike .status.loading-img{display:none !important}
.video-toolbar-item.like-dislike .watch-action{ padding-top:27px; height:auto}
.video-toolbar-item.like-dislike .watch-action .status{background-image:none !important; position:absolute; top:-80px; opacity:0; width:160px; padding:1.5px 0; background-color:#232323 !important; left:-50px; text-align:center;  color:#FFF; transition: opacity 0.2s linear; padding-bottom:2px;font-size:13px}
.video-toolbar-item.like-dislike .watch-action:hover .status{visibility:visible; z-index:9999; opacity:0.8; top:5px}
.video-toolbar-item.like-dislike .watch-action .lc,
.video-toolbar-item.like-dislike .watch-action .unlc{ display:none}
.video-toolbar-item.like-dislike .watch-action .action-dislike{ padding-left:19px}
.video-toolbar-item.like-dislike .watch-action  .status{}
.video-toolbar-item.like-dislike .watch-action   img{ background:none !important}
.video-toolbar-item.like-dislike .watch-action  .lbg-style1 img:hover{ background:none !important}
.video-toolbar-item.like-dislike .watch-action  .action-like a:after{content:"\f087";font-family: FontAwesome;font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; position:absolute; margin-left:-14px; margin-top:-3px; font-size:17px }
.video-toolbar-item.like-dislike .watch-action  .action-like a:hover{ color:#4141a0; text-decoration:none}
.video-toolbar-item.like-dislike .watch-action  .action-like a:hover:after{ color:#4141a0}
.video-toolbar-item.like-dislike .watch-action  .action-dislike img{ background:none !important}
.video-toolbar-item.like-dislike .watch-action  .action-dislike img:hover{ background:none !important}
.video-toolbar-item.like-dislike .watch-action  .action-dislike a:after{content:"\f088";font-family: FontAwesome;font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased; position:absolute; margin-left:-13px; margin-top:-3px; font-size:17px  }
.video-toolbar-item.like-dislike .watch-action  .action-dislike a:hover{ color:#4141a0; text-decoration:none}
.video-toolbar-item.like-dislike .watch-action  .action-dislike a:hover:after{ color:#4141a0}
.action-like.change-color a:after{ color:#4141a0}
.action-like a:after{color:#c6c6c6;}
.action-dislike.change-color a:after{ color:#4141a0}
.action-dislike a:after{color:#c6c6c6;}
.video-toolbar-item.count-cm{ line-height:68px}
@media(max-width:767px){
	.video-toolbar-inner {
		border-top: solid 1px #e7e7e7;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin-top:-8px;
	}
	.video-toolbar-item {
		height: 60px;
		line-height: 60px;
		padding: 0 15px;
	}
	.toolbar-views-number {
		font-size: 14px;
	}
	.video-toolbar-item.count-cm {
		line-height: 58px;
	}
	.video-toolbar-item.like-dislike .watch-action {
		padding-top: 22px;
	}
	.video-toolbar-inner #social-share{ display:none }
	.video-toolbar-item.pull-right{
		margin: -1px -1px -1px -1px;
		border:none
	}
}
/*big carousel*/
#head-carousel{
	background:#000;
	color:#fff;
}
#head-carousel .container{
	padding-top:0;
}
#head-carousel .video-item{
	float:left;
	margin:0 1px 0 0;
	width:520px;
	height:293px;
	opacity:.5;
	transition: all .3s ease-in .1s;
}
#head-carousel .video-item .item-head a{
	color:#fff;
}
#head-carousel .video-item .item-head span a{
	text-transform:uppercase;
}
#head-carousel .current-carousel-item2{
	opacity:1;
}
#head-carousel .video-item .item-head{
	text-align:center;
	padding-bottom:20px;
	background:none;
}
#head-carousel #big-carousel .video-item .item-thumbnail img{
	opacity:.85;
}
#head-carousel .video-item .item-head h3 a{
	font-size:42px;
	line-height:1.4em;
	text-transform:uppercase;
	font-family:'Oswald';
	font-weight:600;

	text-shadow: #000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px,
	#000 0px 0px 1px,   #000 0px 0px 1px,   #000 0px 0px 1px;

}
#head-carousel .is-carousel{
	position:relative;
	margin: 0px;
	height: 293px;
	overflow:hidden;
}
#head-carousel .is-carousel .carousel-button{
	position:absolute;
	opacity:0;
	transition:all .2s ease;
	left:40px;
	right:40px;
	top:50%;
	margin-top:-20px;
	z-index:3;
	height:0;
}
#head-carousel .is-carousel .carousel-content{
	position:absolute;
	z-index:0;
	height: 382px;
	overflow:hidden;
}
#head-carousel .is-carousel .carousel-button a{
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-radius:3px;
	font-size:18px;
}
#head-carousel .is-carousel .carousel-button a:hover{
	text-decoration:none;
}
#head-carousel .is-carousel .carousel-button .prev{
	float:left;
}
#head-carousel .is-carousel .carousel-button .next{
	float:right;
}
#head-carousel .shadow-left{
	position:absolute;
	opacity:0;
	transition:all .2s ease;
	z-index:2;
	top:0;
	bottom:0;
	left:0;
	width:120px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
}
#head-carousel .shadow-right{
	position:absolute;
	opacity:0;
	transition:all .2s ease;
	z-index:2;
	top:0;
	bottom:0;
	right:0;
	width:120px;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
}
#head-carousel:hover #big-carousel .carousel-button, #head-carousel #big-carousel:hover .shadow-right, #head-carousel:hover #big-carousel .shadow-left{
	opacity:1;
}
@media (max-width: 767px){
	#head-carousel .shadow-left, #head-carousel .shadow-right{
		width:60px;
	}
	#head-carousel .container{
		padding:0;
	}
}
@media (max-width: 660px){
	#head-carousel .shadow-left, #head-carousel .shadow-right{
		width:30px;
	}
}
@media (max-width: 520px){
	#head-carousel .shadow-left, #head-carousel .shadow-right{
		width:0px;
	}
	.comment-content{
		float:left;
		position:relative;
		margin-left:0;
		margin-top:0;
	}
	.author-current{ display:none;}
	.comment-respond .comment-form{ margin-left:0; position:relative}
	/*.comment-respond .comment-form .comment-form-comment{ margin-top:150px} */ /* <== why we need this? */
	.comment-respond .comment-form .row{ /*position:absolute; top:0; */margin: 0 0 0 0; width:100%}
	.comment-respond .comment-form .col-md-4{ padding: 0 0 0 0}
	.comment-respond .comment-form .col-md-4 p input{ width:100%;}
}
/*metro header*/
#head-carousel #metro-carousel .video-item{
	opacity:1;
	width:auto;
}
#head-carousel #metro-carousel .video-item > .video-item{
	width: 260px;
	height: 146px;
	margin:0;
	clear:both;
}
#head-carousel #metro-carousel .video-item > .video-item:first-child{
	margin-bottom:1px;
}
#head-carousel #metro-carousel .video-item > .video-item .item-head{
	text-align: inherit;
	padding-bottom: 5px;
}
#head-carousel #metro-carousel .video-item > .video-item .item-head h3 a{
	font-size: 17.5px;
}
#head-carousel #metro-carousel.is-carousel .carousel-button, #head-carousel #big-carousel.is-carousel .carousel-button{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	margin-top: 0;
	z-index: 2;
	height: 0;
	opacity: 0;
	transition:all .2s ease;
}
#head-carousel #metro-carousel.is-carousel:hover .carousel-button, #head-carousel #big-carousel.is-carousel:hover .carousel-button{
	opacity:1;
}
#head-carousel #metro-carousel.is-carousel .carousel-button a, #head-carousel #big-carousel.is-carousel .carousel-button a{
	border:none;
	border-radius:0;
	background:rgba(0,0,0,.5);
	height:293px;
	line-height:293px;
	color:inherit;
}
#head-carousel #metro-carousel.is-carousel .carousel-button a:hover, #head-carousel #big-carousel.is-carousel .carousel-button a:hover{
	color:#f9c73d;
}
/*classy header*/
#classy-carousel{
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
#classy-carousel .col-md-8,#classy-carousel .col-md-4{
	padding-left:5px;
	padding-right:5px;
	margin-bottom:20px;
}
#stage-carousel{
	border:solid 1px rgba(255,255,255,.25);
	padding:10px;
	background:rgba(0,0,0,.7);
}
#stage-carousel .video-item{
	float:left;
	margin:0;
}
#control-stage-carousel .caroufredsel_wrapper,#control-stage-carousel .classy-carousel-content{
	max-width:100%;
	min-width:100%;
}
#control-stage-carousel .video-item{
	width:100%;
	max-width:100%;
	border:solid 1px rgba(255,255,255,.25);
	padding:10px;
	margin: 0 0 10px 0;
	transition:all .2s ease;
	background:rgba(0,0,0,.7);
}
#control-stage-carousel .video-item .item-thumbnail img{
	width:72px;
	max-height:72px;
}
#control-stage-carousel .video-item:hover, #control-stage-carousel .video-item.selected{
	cursor:pointer;
	border-color:#f9c73d;
}
#control-stage-carousel .video-item .item-thumbnail{
	float:left;
	margin-right:15px;
}
#control-stage-carousel .video-item .item-head{
	padding: 0;
	color: #c6c6c6;
	transition:all .2s ease;
}
#control-stage-carousel .video-item .item-head h3{
	color:#fff;
	font-size:17.5px;
	transition:all .2s ease;
}
#control-stage-carousel .video-item:hover .item-head,#control-stage-carousel .video-item:hover .item-head h3{
	color:#f9c73d;
}
#control-stage-carousel .control-up, #control-stage-carousel .control-down{
	border:solid 1px rgba(255,255,255,.25);
	background:rgba(0,0,0,.7);
	display:block;
	text-align:center;
	line-height:30px;
	height:30px;
	font-size:24px;
	text-decoration:none;
	cursor:pointer;
	margin-bottom:10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#control-stage-carousel .control-down{
	margin-top:10px;
	margin-bottom:0;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
#control-stage-carousel .control-up:hover, #control-stage-carousel .control-down:hover{
	border-color:#f9c73d;
	color:#f9c73d;
}
@media(min-width: 992px){
	#stage-carousel .wp-video-shortcode.mejs-video, #stage-carousel .jwplayer, #stage-carousel .flowplayer{ min-height:420px;}
}
#stage-carousel .wp-video-shortcode.mejs-video, #stage-carousel .mejs-overlay-play, #stage-carousel .wp-video, #stage-carousel .wp-video-shortcode, #stage-carousel .jwplayer, #stage-carousel .flowplayer{
	min-width:100%;
	max-width:100%;
}
/*classy 2*/
#classy-carousel #top-carousel{
	background-color:#000;
	padding: 10px 0 30px;
}
#classy-carousel #top-carousel .is-carousel {
	margin: 0 82px;
	height: 116px;
}
@media (max-width: 640px){
	#classy-carousel #top-carousel .is-carousel {
		margin: 0;
	}
}
#classy-carousel #top-carousel .video-item {
	float: left;
	margin: 0 20px 0 0;
	width: 180px;
	height: 116px;
	cursor:pointer;
}
#classy-carousel #top-carousel .caroufredsel_wrapper{
	z-index:1 !important;
}
#classy-carousel #top-carousel .video-item.selected .item-thumbnail .item-head {
	background: #f9c73d;
}
#classy-carousel #top-carousel .item-head h3{
	color:#fff;
	max-height: 32px;
	overflow: hidden;
}
.classy-carousel-horizon #top-carousel .is-carousel .carousel-button.more-videos a.prev, .classy-carousel-horizon #top-carousel .is-carousel .carousel-button.more-videos a.next {
	width: 40px;
	background-color: #171717;
	border-color: #3e3e3e;
	color:#5f5f5f;
}
.classy-carousel-horizon #top-carousel .is-carousel .carousel-button.more-videos a.prev:hover, .classy-carousel-horizon #top-carousel .is-carousel .carousel-button.more-videos a.next:hover {
	border-color: #f9c73d;
	background-color:#f9c73d;
	color:#000;
}
.classy-carousel-horizon #top-carousel .is-carousel .carousel-button.more-videos a.prev i {
	margin-top: -8px;
	right: 13px;
}
.classy-carousel-horizon #top-carousel .is-carousel .carousel-button.more-videos a.next i {
	margin-top: -8px;
	right: 13px;
}

.classy-carousel-horizon #stage-carousel {
	border: none;
	padding: 0px;
	background: transparent;
	direction:ltr;
}
#classy-carousel.classy-carousel-horizon .col-md-8, #classy-carousel.classy-carousel-horizon .col-md-4 {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.classy-carousel-horizon #stage-carousel{
	overflow:hidden;
}
.classy-carousel-horizon #stage-carousel .classy-carousel-content{
	overflow:hidden;
	margin-right:-20000px;
	height: 480px
}
.classy-carousel-horizon #stage-carousel .video-item{
	width: 1170px;
	min-height: 350px;
}
.classy-carousel-horizon #stage-carousel .video-item .item-head{
	padding-top:0;
}
.classy-carousel-horizon #stage-carousel .video-item .item-author, .classy-carousel-horizon .video-item .item-date{
	color: inherit;
	margin-right: 10px;
}
.classy-carousel-horizon #stage-carousel .video-item .item-heading a{
	font-size:30px;
	color:#fff;
}
.classy-carousel-horizon #stage-carousel .video-item .item-content{
	color:#fff;
}
.classy-carousel-horizon #stage-carousel .video-item .ct-btn{
	color:#fff;
	background-color: #f9c73d;
}
.classy-carousel-horizon .video-item .item-info, .classy-carousel-horizon .video-item .item-content, .classy-carousel-horizon .video-item .ct-btn{
	margin: 5px 0;
}
#stage-carousel .item-thumbnail iframe{
	width:100%;
	height:415px;
}
.classy-carousel-horizon #stage-carousel .item-thumbnail iframe{
	height:421px;
}
/*classy 3*/
#slider .classy3 .container {
	padding-top: 40px;
}
.classy3 #stage-carousel .video-item{
	min-height: 150px;
}
.classy3 #stage-carousel .video-item .item-head{
	margin-top:15px;
	margin-bottom:5px;
}
.classy3 #stage-carousel .video-item .item-heading{
	float:left;
	margin-top:10px;
	max-width: 70%;
}
.classy3 #stage-carousel .video-item .item-heading a{
	font-size:24px;
}
@media(min-width: 992px){
	.classy3 #stage-carousel .item-thumbnail iframe{
		height:615px;
	}
	.classy3 #stage-carousel .video-item .item-heading{
		max-width: 85%;
	}
}

@media(max-width: 479px){
	.classy3 #stage-carousel .video-item .item-heading a{font-size:15px}
	.classy3 #stage-carousel .video-item .item-heading{max-width:100%;margin-bottom:10px}
	#stage-carousel .item-thumbnail iframe,.classy-carousel-horizon #stage-carousel .item-thumbnail iframe{
		height:280px;
	}
}

/*simple carousel*/
.simple-carousel{
	position:relative;
	margin-bottom:20px;
}
.carousel-pagination{
	position:absolute;
	bottom: -30px;
	left:0;
	right:0;
	text-align:center;
}
.carousel-pagination a{
	display:inline-block;
	text-indent:-9999em;
	width:10px;
	height:10px;
	line-height:10px;
	margin: 0px 5px;
	border: solid 1px #d1d1d1;
	border-radius:50%;
}
.testimonial .carousel-pagination a span{ display:none}
.carousel-pagination a:hover, .carousel-pagination a.selected{ border-color: #4141a0;}
.carousel-pagination a.selected{ background: #4141a0;}
.video-item .item-thumbnail:hover .simple-carousel .link-overlay {
	background: inherit;
}
.video-item .item-thumbnail:hover .simple-carousel .link-overlay:before {
	opacity: 0;
}
.video-item .item-thumbnail .simple-carousel a:hover .link-overlay {
	background: rgba(20,22,23,0.4);
}
.video-item .item-thumbnail .simple-carousel a:hover .link-overlay:before {
	-webkit-transform: scale(1);transform: scale(1);opacity: 1;
}


.video-item .item-thumbnail .rating-bar.time_dur{
	position:absolute;
	top:5px;
	right:5px;
	left:auto;
	font-size:13px;
	line-height:20px;
	padding:0 5px;
	background-color:rgba(0,0,0,.75)
}

.top_authors_widget .tm_top_author ul{ padding-left:0}
.top_authors_widget .tm_top_author ul li{ list-style:none; margin-bottom:20px; display:table; padding-left:0}
.top_authors_widget .tm_top_author ul li:before{ content:'';}
.top_authors_widget .tm_top_author ul li img{ border-radius:50%; }
.top_authors_widget .tm_top_author ul li .tm_img{ display:table-cell; float:left; vertical-align:top;width:60px; margin-right:20px; }
.top_authors_widget .tm_top_author ul li .tm_img2{ display:table-cell;  vertical-align:top; padding-top:5px; color:#c6c6c6}
.top_authors_widget .tm_top_author ul li .tm_img2 a{ display:block; color:#000000; text-decoration:none; font-size:15px}
.top_authors_widget .tm_top_author ul li .tm_img2 a:hover{color:#4141a0;}
.tm_top_author .avatar { margin-left:0}
/* shortcode single video*/
.single-video-shortcode .video-item{
	max-width:365px;
}
@media(min-width:767px){
	.single-video-shortcode .video-item .item-meta {
		float: right;
	}
}

/*featured content box*/
.featured-box-carousel-content .video-item{
	float:left;
}
.featured-box-carousel-content .video-item .item-meta {
	float: right;
	margin-right:-19px;
}
.featured-content-box ul li:before{
	display:none;
}
.featured-content-box .featured-box-heading{
	border-radius:2px;
	padding:15px 20px;
	color:#fff;
	line-height:1;
	margin-bottom:30px;
}
.featured-content-box .featured-box-title{
	margin:0;
	color:#fff;
	line-height:22px;
}
.featured-content-box .tab-content>.tab-pane {
	display: block;
	opacity:0;
	height:0;
	overflow:hidden;
}
.featured-content-box .tab-content>.active {
	display: block;
	opacity:1;
	height:auto
}
.featured-content-box .tab-content>.tab-pane.visible-xs {
	display: block !important;
	opacity:0;
	height:0;
}
@media (max-width: 767px){
	.featured-content-box .tab-content>.tab-pane.visible-xs {
		opacity:1;
		height:auto;
		overflow:visible;
	}
	.featured-content-box .tab-content>.tab-pane.hidden-xs {
		display: block !important;
		opacity:0;
		height:0;
	}
}
.featured-tabs ul li{
	line-height:22px;
}
.featured-content-box .featured-tab{
	color:#fff;
	border: solid 1px rgba(255,255,255,0);
	border-radius: 3px;
	padding: 2px 8px;
	text-transform:uppercase;
	transition:all .2s;
}
.featured-content-box .featured-tab:hover, .featured-content-box .active .featured-tab{
	border: solid 1px rgba(255,255,255,.3);
	text-decoration:none;
}
.featured-content-box .featured-box-content{
	border-radius: 2px;
	margin-bottom: 30px !important;
}
.featured-box-tab-inner{
	display:table;
	width:100%;
	margin-left:-1px;
}
.featured-box-tab-inner > .row{
	display: table-row;
	width:100%;
}
.featured-control-col{
	background:#222222;
	color:#fff;
	display: table-cell;
	float:none;
	vertical-align:top;
	padding:10px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.featured-control, .featured-control li{
	padding:0;
}
.featured-control li a{
	border: solid 1px rgba(255,255,255,0);
	border-radius: 3px;
	padding: 10px 10px;
	line-height:1.3;
	display:block;
	color:#fff;
	margin-bottom:5px !important;
	position:relative;
	transition:all .2s;
}
.featured-control li a:hover, .featured-control li a.selected{
	border: solid 1px rgba(255,255,255,.2);
	text-decoration:none;
}
.featured-control li a.selected{
	padding-right:18px;
}
.featured-control li a.selected:after{
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-9px;
	font-size:18px;
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.featured-carousel-col{
	display: table-cell;
	float:none;
	vertical-align:top;
	border: solid 1px #e7e7e7;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	padding:30px;
}
@media (max-width: 767px){
	.featured-control-col{
		display: none!important;
	}
	.featured-carousel-col{
		border-radius: 3px;
	}
	.featured-content-box{margin-bottom:60px !important}
	.featured-content-box .tab-content>.tab-pane.active {
		overflow: visible;
	}
	.featured-content-box .carousel-pagination{
		z-index:9;
	}
}
@media (max-width: 560px){
	.featured-content-box .featured-box-title{
		float:none !important;
		/*margin-bottom:15px;*/ /*why need this???*/
	}
}

/*Widget cat*/
.widget_categories ul,.widget_recent_entries ul,.widget_recent_comments ul{padding:0;margin:0;font-size:15px}
.tm_widget_categories ul{ display:table; color:#4141a0; width:100%; margin:0; padding:0}
.tm_widget_categories ul li{ float:left; width:48%; margin-right:2%;list-style:none;padding-left:10px;margin-top:8px; }
.tm_widget_categories ul li{ float:left; width:48%; margin-right:2%;list-style:none;padding-left:10px;margin-top:8px; }
.tm_widget_categories ul li:nth-child(even):after { clear:both; }
.tm_widget_categories ul li:before{ position:absolute;font-family:FontAwesome;content:'\f111'; margin-top:0; left:0; font-size:7px;top:auto;}
.tm_widget_categories ul li a{color:#000000; text-decoration:none; font-size:15px; margin-left:0; word-wrap:break-word}
.tm_widget_categories ul li a:hover{color:#4141a0; text-decoration:underline}
.tm_widget_categories ul li p{ color:#c6c6c6; font-size:13px; margin-bottom:0; margin-left:0}

/* MASHMENU INTEGRATION ===========
 * do not delete these comments until you are told to do so!!!
 * ================================
body{padding-top:53px}
.mashmenu .menu{float:right}
.mashmenu .menu>li{margin:0 10px}
.mashmenu div.mlogo{margin:15px 0}
.mashmenu .menu>li>a,.mashmenu .content-item .title{font-size:15px}
.mashmenu .menu li.level0:hover>a{color:#F9C73D;background-color:transparent}
.channel-content,.channel-content a,.channel-content h1,.channel-content h2,.channel-content h3,.channel-content h4,.channel-content h5,.channel-content h6,.mashmenu .content-item .title a{color:#FFF}
.channel-content h3.title{margin-top:0}
.mashmenu .menu .sub-channel li a,.mashmenu .columns .list a{color:#8e8e8e}
.mashmenu .menu li.level0:hover .sub-channel li.hover a,.mashmenu .columns .list a:hover,.mashmenu .content-item .title a:hover{color:#F9C73D}
.mashmenu .menu .sub-content{border-bottom:none}
.mashmenu .menu .sub-channel li a{font-weight:normal}
.mashmenu .menu.active{background-color:#222; width:100%%;border-bottom:none}
.mashmenu .menu.active li{text-align:center;border-top:1px solid #313131;border-bottom:1px solid #000;padding:0;margin:0}
.mashmenu .menu.active li:hover{background-color:#313131}
.mashmenu .menu.active li a{color:#FFF;text-transform:none}
.mashmenu .menu-mobile{margin:4px 15px 0 0}
.mashmenu .columns .list .header{color:#FFF;font-size:15px;padding:0 0 15px 0}
.mashmenu .columns>li{border-right:none}
.mashmenu .columns>li a:before{display:inline-block;font-family:FontAwesome;content:'\f105';margin:0 5px 0 0}
@media (max-width: 483px){
    body{padding-top:25px}
}
*/

/* Ads */
.ad{text-align:center;padding:20px 0;}
.ad.ad_body_1{padding-top:0}
.ad.ad_body_2{padding-bottom:0}
.ad.ad_foot{background-color:#181818}
/* end Ads */
.no-bg .bgcolor2{ background-color:transparent; color:#c6c6c6}
.item-meta.no-bg{ margin-right:15px}
/* Headline
--------------------------- */
.headline{display:block; }
.headline .row-fluid{ position:relative; }
.headline .htitle{position:relative; font-size:13px; font-weight:200; display:table; width:100%}
.headline .htitle .hicon{ display:table-cell; position:relative; float:left; margin-top:4px}
.headline .htitle .hicon .first-tex{ margin-left:10px; font-weight:bold; color:#f9c73d}
.headline .htitle marquee{ height:20px; margin-top:5px }
.headline .htitle marquee a{   margin-right:30px; color:#f9c73d;}
.headline .htitle marquee p{  margin-right:30px; color:#f9c73d}
.headline .htitle .hicon i{color:#f9c73d; text-align:center; font-size:14px;  margin-top:0}
.headline .htitle .scroll-text ul li a,.headline .htitle .scroll-text ul li p{ color:#f9c73d; text-decoration:none}
.headline .htitle .scroll-text ul li a:hover,.headline .htitle .scroll-text ul li p:hover{ color:#000}
.headline h3,.promo-style-1 h2,.promo-style-1 h1{color:#fff;margin:0;line-height:1.4em;}
.headline .htitle h4{font-size:19px;color:#f9c73d;margin-bottom:9px;margin-top:-4px;}
.headline .scroll-text{ height:20px; overflow:hidden; margin-top:8px}
.headline .scroll-text ul{ margin-top:-3px; padding-left:10px}
#headline .headline .scroll-text ul{ margin-top:2px; padding-left:10px}
#headline .headline .scroll-text{ margin-top:6px}
#headline .headline .htitle .hicon{ margin-top:10px}
#headline .headline .scroll-text{}
#headline .headline .scroll-text ul li{ line-height:17px}
.headline .scroll-text ul li{ list-style:none}
.headline li{padding-left:0;text-indent:0;line-height:20px}
.headline li:before{content:'' !important;}
.headline-widget.widget_text .headline .htitle .hicon i,
.headline-widget.widget_text .headline .scroll-text ul{ margin-top:-7px}
.headline-content.col-md-6 .headline .scroll-text ul{ margin-top:-7px}

.headline-content.col-md-6 .headline .scroll-text ul{ margin-top:-7px}
#top-carousel.cat-carousel{ background-color:transparent}
.headline-content .headline .htitle .scroll-text ul li a,.headline .htitle .scroll-text ul li p{ color:#FFF; text-decoration:none}
.headline-content .headline .htitle .scroll-text ul li a:hover,.headline .htitle .scroll-text ul li p:hover{ color:#f9c73d}

.topnav-light .headline-content.col-md-6 .headline .htitle .scroll-text ul li a,.topnav-light .headline .htitle .scroll-text ul li p{ color:#000; text-decoration:none}
.topnav-light .headline-content.col-md-6 .headline .htitle .scroll-text ul li a:hover,.topnav-light .headline .htitle .scroll-text ul li p:hover{ color:#f9c73d}

#headline .headline  .htitle span i{ margin-top:-2px}
#headline .headline  .htitle{ padding-bottom:0}

/* accordion */
.accordion .accordion-group{ padding:10px 20px; border:1px solid #e7e7e7; margin-bottom:10px; border-radius:4px}
.accordion .accordion-group:last-child{ margin-bottom:0}
.accordion .accordion-group .accordion-body{ margin-top:10px}
.panel-default>.panel-heading{ background-color:transparent}
.panel-group .panel-heading+.panel-collapse .panel-body{ border-top:0}
.panel-heading{ padding:13px 20px; padding-right:30px}
.wpb_accordion .wpb_accordion_section.group{ margin-bottom:10px; background-color: #fff;}
.wpb_accordion .wpb_accordion_section.group h3{ background:transparent; border: 1px solid #ddd; border-radius: 4px; transition: all .1s .4s; padding: 10px 20px; padding-right: 30px;}
.wpb_accordion .wpb_accordion_section.group h3.ui-accordion-header-active{ border-bottom:0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; transition: all .1s 0s;}
.wpb_accordion .wpb_accordion_section.group .wpb_accordion_content{border: 1px solid #ddd; border-top:0; margin-top:-1px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; padding-top: 6px; padding-left: 20px; padding-right: 20px; padding-bottom: 14px;}
.wpb_accordion .wpb_accordion_section.group h3:focus{ outline:none}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a{ color:#8e8e8e; padding:0 !important}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active a{ color: #4141a0}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{ display:none !important}
.wpb_accordion .wpb_accordion_section.group h3.ui-accordion-header-active,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-content-active,
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_content.ui-accordion-content-active{border-color: #4141a0;}
.panel.panel-default .panel-heading{ position:relative; cursor:pointer}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:before {color: #8e8e8e; font-size: 18px; margin-right: 12px; right:0; top: 13px; position:absolute;
	font-family: "fontastic-entypo" !important;
	content: "b";
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active:before { content: "c"; color:#4141a0;}
.panel-title a{ text-decoration:none}
.panel.panel-default:hover{ border-color:#4141a0; transition:all ease .2s}
.panel-default.collapsed{ border-color:#e7e7e7;  transition:all ease .2s}
.panel-default{ border-color:#4141a0}
.panel-default .panel-title a{color:#4141a0}
.panel-default.collapsed .panel-title a{color:#8e8e8e}
.panel{ box-shadow:none; -webkit-box-shadow:none}
/*Testimonial*/
.is-carousel.simple-carousel.testimonial{ border:1px solid #e7e7e7; border-radius:4px; padding:25px 30px; padding-bottom:5px; margin-bottom:45px !important}
@media(max-width:480px){
	.is-carousel.simple-carousel.testimonial{margin-bottom:60px}
}
.is-carousel.simple-carousel.testimonial .carousel-pagination{ bottom:-35px; left:-20px/*because of padding-right 20px of items */}
.is-carousel.simple-carousel.testimonial .avata{ float:left; border-radius:30px; overflow:hidden; margin-right:20px}
.is-carousel.simple-carousel.testimonial .name{ font-size:15px; color:#5f5f5f; margin-top:20px}
.is-carousel.simple-carousel.testimonial .name.pos{ font-size:13px; color:#4141a0; margin-top:0; line-height:1em; padding-bottom:40px}
.widget .is-carousel.simple-carousel.testimonial .name.pos{ padding-bottom:44px}
.is-carousel.simple-carousel.testimonial .tt-content{ margin-bottom:15px}
.testimonial .caroufredsel_wrapper{}
.is-carousel.simple-carousel.testimonial .end{ width:100%; height:1px; margin-bottom:0}
.item-testi{ float:left}
/*carousel*/
.is-carousel.simple-carousel.testimonial.car-style{ padding:10px 15px 22px 20px; }
.is-carousel.simple-carousel.testimonial.car-style .title{ color:#5f5f5f; font-size:15px}
.is-carousel.simple-carousel.testimonial.car-style .car-content p{ margin-bottom:0}
.is-carousel.simple-carousel.testimonial.car-style .car-content h1,
.is-carousel.simple-carousel.testimonial.car-style .car-content h2,
.is-carousel.simple-carousel.testimonial.car-style .car-content h3,
.is-carousel.simple-carousel.testimonial.car-style .car-content h4,
.is-carousel.simple-carousel.testimonial.car-style .car-content h5,
.is-carousel.simple-carousel.testimonial.car-style .car-content h6{ margin-top:7px}
/**/
#top-carousel.cat-carousel{ background-color:transparent}
.category-banner{ overflow:hidden; text-align:center;}

.related-single .smart-box-head{ border-bottom:0}
.related-single .smart-box.smart-box-style-2{ padding-bottom:18px; border-bottom:3px solid #e7e7e7; margin-bottom:27px}
.related-title{ color:#4141a0; margin-top:23px; margin-bottom:17px}
/*Member*/
.member { position:relative; overflow:hidden}
.member .img-mb{ position:relative; overflow:hidden}
.member .img-thumb{ position: absolute; top:0; width:100%; transition: all 0.5s ease; opacity:0}
.member .hover-image img{ top:0;  width:100% ;transition: all 0.5s ease; opacity:1;}
.member:hover .img-thumb{ opacity:1;  transition: all 0.5s ease;}
.member:hover .img-thumb.no_ef{ opacity:1; transition:none}
.member .member img{ max-height:500px; max-width: 100%; height: auto !important; min-height:100px}
.member .member-info{ padding:30px; padding-bottom:20px; border:1px solid #e7e7e7; text-align:center; border-top:0;}
.member .member-info p{ margin:0; margin-bottom:25px; padding-bottom:25px; border-bottom:1px solid #e7e7e7}
.member .member-info .member-name{  font-weight:bold; margin-top:-5px; margin-bottom:5px}
.member .member-info .member-social{ text-align:center;}
.member .member-info .member-social a.icon-social{ border: 1px solid #4141a0; border-width: 1px; border-radius: 3px; width: 22px; text-align: center; display: inline-block; line-height: 20px; transition: all .2s ease; text-decoration:none; margin-right:10px; color:#4141a0}
.member .member-info .member-social a.icon-social:hover{background-color: #4141a0; color: #fff;}
.member .member-info  .mb-content{ margin-bottom:25px}
.member .member-info .member-social .small{ margin:10px 10px}
.member .member-info .member-social a{ margin-bottom:10px}
.member .member-info .dotted{ margin-top:17px; margin-bottom:15px}
/*Tooltip  */
.tooltip.in{ opacity:1}
.tooltip-inner{ border-radius:0;webkit-border-radius:0;moz-border-radius:0; background-color:#232323; color:rgba(255,255,255,0.9); opacity:1}
.in .tooltip-inner{}
.tooltip.top .tooltip-arrow{border-top-color:#232323}
.tooltip.right {
	margin-top:8px;
}
.tooltip.right .tooltip-arrow{
	top: 7%;
	margin-top:0;
}
/*Drop cap*/
.dropcap{float: left;font-size: 43px;line-height: 35px;padding-top: 4px;padding-right: 8px;padding-left: 3px;font-weight:300;font-family:Gotham_Bold;}
/*custom taqyeem review*/
.review-stars {
	background-color: #fef4d8;
	padding: 0px;
	border: solid 1px #f9c73d;
	border-radius:4px;
	overflow:hidden;
	color: #5f5f5f;
	font-size: 12px;
}
.review-stars .review-item {
	background: transparent;
	margin-bottom: 2px;
	overflow: hidden;
	padding: 20px 0px;
	margin: 0 30px;
	border-top: solid 1px #f9c73d;
}
#review-box .review-item h5 {
	font-size: 13px;
	color: #5f5f5f;
	line-height: 20px;
}
#review-box h2.review-box-header {
	font-size: 18px;
	color: #4141a0;
	margin-bottom: 0px;
	background: transparent;
	font-size: 22px;
	padding: 20px 30px;
	font-weight: normal;
}
.review-stars .review-summary {
	background-color: transparent;
	min-height: 90px;
	border-top:solid 1px #f9c73d;
	border-bottom:solid 1px #f9c73d;
}
#review-box p{
	color:#8e8e8e;
	font-size:13px;
}
.review-stars .review-short-summary {
	padding: 20px 30px;
	padding-right: 190px;
}
.review-stars .review-final-score {
	background-color: rgba(249,199,61,.3);
	color: #4141a0;
	width: 160px;
	padding: 10px 5px;
	border-color: #f9c73d;
	border-style: solid;
	border-width: 0 0 0 1px;
}
#review-box .review-final-score h4 {
	font-size: 18px;
	color: #4141a0;
}
.review-stars .user-rate-wrap {
	background: transparent;
	margin-top: 0px;
	padding: 20px 30px;
}
#review-box strong {
	color: #4141a0;
	font-style:normal;
}
.review-stars .taq-score{
	color: #4141a0;
}
.review-stars small{
	font-size:100%;
}
span.stars-large, span.stars-large span {
	background-image: url(/i/stars-large.png);
}

.alert  button{ margin:0 0}
.alert  button:active{ padding:0 0 0 0}
.alert  button.close:hover{ background-color:transparent; border:0}
/*--Recent-comment--*/
#tm_recentcomments{ padding:0;}
#tm_recentcomments .tm_recentcomments{ list-style:none; display:table; width:100%;margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #e7e7e7; padding-left:0;}
#tm_recentcomments .tm_recentcomments:last-child{border-bottom:none;padding-bottom:0}
#tm_recentcomments .tm_recentcomments:before{ content:'';}
.widget.widget_nav_menu #tm_recentcomments .tm_recentcomments:last-child{ border-bottom:0;padding:0; margin:0}
#tm_recentcomments .tm_recentcomments .cm-avatar{display:table-cell; float:left; margin-right:15px; width:60px; }
#tm_recentcomments .tm_recentcomments .cm-avatar img{ border-radius:50%; width:60px; margin-left:0}

#tm_recentcomments .tm_recentcomments .info_rc{display:table-cell; float:left; display:inline; width:100%; padding-left:75px; margin-top:-64px; color:#8e8e8e}
#tm_recentcomments .tm_recentcomments .info_rc a{color:#8e8e8e; text-decoration:none}
#tm_recentcomments .tm_recentcomments .info_rc a:hover{color:#4141a0}
#tm_recentcomments .tm_recentcomments{ line-height:1.4em}
#tm_recentcomments .tm_recentcomments .info_rc p{ margin-top:12px; margin-bottom:5px; color:#c6c6c6; line-height:1.4em; font-size:11px}
#tm_recentcomments .tm_recentcomments .info_rc p span{ margin-right:10px; color:#5f5f5f}
.no-boder.widget.widget_nav_menu #tm_recentcomments .tm_recentcomments:last-child{ border-bottom:1px solid #e7e7e7;  margin-bottom:15px; padding-bottom:15px;}
.comment-form-comment textarea{ width:100%}

/*--WG menu--*/
.widget.widget-border.widget_nav_menu .menu{ position:relative; padding:0}
.widget.widget-border.widget_nav_menu .menu .menu-item{ list-style:none; margin-bottom:13px; padding-bottom:13px; border-bottom:1px solid #e7e7e7; padding-left:0; transition:all ease .1s}
.widget.widget-border.widget_nav_menu .menu .menu-item a{color:#8e8e8e;}
.widget.widget-border.widget_nav_menu .menu .menu-item a:hover{color:#4141a0; transition:all ease .1s}
.widget.widget-border.widget_nav_menu .menu .menu-item:last-child{ border-bottom:0; padding:0; margin:0}
.widget.widget-border.widget_nav_menu .menu .menu-item:before{	content:"\f105";font-family: FontAwesome;font-weight: bold;font-style: normal; text-decoration: inherit; -webkit-font-smoothing: antialiased;color:#4141a0; margin-right:10px; padding:0 6px 3px 7px; border-radius:10px; border:1px solid #4141a0; position:relative; font-size:13px; display:inline-block; width:20px; height:20px; line-height:19px; top:0}
.no-border{ border:0;padding:0 0 3px 0}
.no-border.widget.widget_nav_menu .menu .menu-item:last-child{ border-bottom:1px solid #e7e7e7;  margin-bottom:15px; padding-bottom:15px;}
.widget.widget-border.widget_nav_menu .menu .menu-item ul li{border-top:1px solid #e7e7e7; padding-top:11px; margin-bottom:0; border-bottom:0}
.widget.widget-border.widget_nav_menu .menu .menu-item ul li:last-child{padding-top:11px}
.widget.widget-border.widget_nav_menu .menu .menu-item ul li a:hover{ color:#4141a0}
.widget.widget-border.widget_nav_menu .menu li.current-menu-item > a{color:#4141a0;}
.no-border.widget.widget_nav_menu .menu .menu-item ul li:last-child{ border-bottom:0; margin-bottom:0; padding-bottom:0}
.widget.widget-border.widget_nav_menu .menu .menu-item ul.sub-menu{padding-left:31px;margin-top:13px;}
/**/

/**/
header #top-carousel.cat-carousel{ background-color:#171717}
.author-current .avatar{ margin-left:0}

/*Widget likes*/
.widget_tm_mostlikedpostswidget ul{ display:table; color:#4141a0; width:100%; margin:0; padding:0}
.widget_tm_mostlikedpostswidget ul li{ float:left; width:100%; list-style:none}
.widget_tm_mostlikedpostswidget ul li:before{ position:absolute;font-family:FontAwesome;content:'\f111'; margin-top:0; margin-left:3px; font-size:7px;}
.widget_tm_mostlikedpostswidget ul li a{color:#000000; font-size:15px; margin-left:20px; display:table}
.widget_tm_mostlikedpostswidget ul li a:hover{color:#4141a0;}
.widget_tm_mostlikedpostswidget ul li p{ color:#c6c6c6; font-size:13px; margin-bottom:0; margin-left:20px}
/*Widget views*/
.tm_widget_most_viewed_entries ul{ display:table; color:#4141a0; width:100%; margin:0; padding:0}
.tm_widget_most_viewed_entries ul li{ float:left; width:100%; list-style:none}

.tm_widget_most_viewed_entries ul li a{color:#000000; font-size:15px; margin-left:20px; display:table}
.tm_widget_most_viewed_entries ul li a:hover{color:#4141a0;}
.tm_widget_most_viewed_entries ul li p{ color:#c6c6c6; font-size:13px; margin-bottom:0; margin-left:20px}
/*Boxed Icon*/
.boxed-icon { position:relative; float:left; height:100%; padding:30px 0; border:1px solid #e7e7e7; border-radius:4px}
.boxed-icon .boxed-item{ float:left; padding:0 30px; border-right:1px solid #e7e7e7; position:relative}
.boxed-icon .boxed-item:last-child{ border-right:0}
.boxed-icon .boxed-item .heading{ color:#4141a0}
.boxed-icon .boxed-item .heading .icon_ct{ margin-right:15px}
.boxed-icon.style-1 .boxed-item .heading{ margin-top:0}
.boxed-icon.style-1{ margin-top:45px}
.boxed-icon .boxed-item p{ margin-bottom:0}
/*style 2*/
.boxed-icon.style-2{ margin-top:45px}
.boxed-icon .boxed-item .ic_st2{color:#4141a0; position:absolute; margin:0; padding:0; text-align:center; width:100%; font-size:24px; left:0; top:-52px; height:75px}
.boxed-icon .boxed-item .ic_st2 .icon_ct{ border:1px solid #e7e7e7; border-radius:36.5px; height:100%; float:left; background-color:#FFFFFF; width:75px; position:absolute; left:50%; margin-left:-34.5px; top:-16px}
.boxed-icon .boxed-item .ic_st2 .icon_ct .fa{ padding-top:25px}
.boxed-icon.style-2 .boxed-item{ text-align:center}
.boxed-icon.style-2.item_1 .boxed-item{width:100%;}
.boxed-icon.style-2.item_2 .boxed-item{width:50%;}
.boxed-icon.style-2.item_3 .boxed-item{width:33.3333333333333%;}
.boxed-icon.style-2.item_4 .boxed-item{width:25%;}
.boxed-icon.style-2.item_5 .boxed-item{width:20%;}
.boxed-icon.style-2.item_6 .boxed-item{width:16.6666666666666666%;}
/*style 1*/
.boxed-icon.style-1.item_1 .boxed-item{width:100%;}
.boxed-icon.style-1.item_2 .boxed-item{width:50%;}
.boxed-icon.style-1.item_3 .boxed-item{width:33.3333333333333%;}
.boxed-icon.style-1.item_4 .boxed-item{width:25%;}
.boxed-icon.style-1.item_5 .boxed-item{width:20%;}
.boxed-icon.style-1.item_6 .boxed-item{width:16.6666666666666666%;}
.boxed-icon .boxed-item .heading .icon_ct{ margin-top:-9px}
@media(max-width:520px){
	.boxed-icon .boxed-item{ width:100% !important; border-right:0}
	.boxed-icon .boxed-item p{ margin-bottom:0}
	.boxed-icon .boxed-item .re_box{border-top:1px solid #e7e7e7;padding-bottom:30px; padding-top:30px}
	.boxed-icon .boxed-item:first-child .re_box{ padding-top:0}
	.boxed-icon.style-2 .boxed-item .re_box{padding-top:30px; padding-bottom:70px;}
	.boxed-icon.style-2 .boxed-item:first-child .re_box{padding-top:0}
	.boxed-icon .boxed-item:first-child .re_box{border-top:0;}
	.boxed-icon .boxed-item:last-child .re_box{padding-bottom:0;}
	.boxed-icon.style-2 .boxed-item .ic_st2{ top:-22px}
	.boxed-icon.style-2 .boxed-item:first-child .ic_st2{ top:-52px}
	.boxed-icon.style-2 .re_box.notop-bt{ border-top:0; }
}
/*go to top*/
a#gototop{
	width:35px;
	height:35px;
	border-radius:3px;
	position:fixed;
	bottom:20px;
	line-height:30px;
	text-align:center;
	font-size:10px;
	z-index:9999;
	color:#fff;
	background:rgba(0, 0, 0, 0.25);
	font-size:15px;
	transition:all ease-in 0.2s;
	opacity:1;
	right:20px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
a#gototop:hover{
	background:rgba(0, 0, 0, 1);
	transition:all ease-in 0.2s;
}
a#gototop.notshow{
	bottom:-35px;
	opacity:0;
	transition:all ease-in 0.5s;
}

/* Revolution Slider CSS */
.widget_revslider .tp-bullets.simplebullets.round .bullet{background:transparent;width:14px;height:14px;border-radius:999px;transition:background-color 0.2s ease;-moz-transition:background-color 0.2s ease;-webkit-transition:background-color 0.2s ease;}
.widget_revslider .tp-bullets.simplebullets.round .bullet:before{content:' ';background:#FFF;width:10px;height:10px;top:2px;left:2px;border-radius:999px;position:absolute;display:inline-block;transition:background-color 0.2s ease;-moz-transition:background-color 0.2s ease;-webkit-transition:background-color 0.2s ease;}
.widget_revslider .tp-bullets.simplebullets.round .bullet:hover{background:#f9c73d;}
.widget_revslider .tp-bullets.simplebullets.round .bullet.selected{background:#f9c73d;}
.widget_revslider .tp-bullets.simplebullets.round .bullet.selected:before{background:#000}
.widget_revslider .tp-bullets.simplebullets.round .bullet:hover:before{background:#000}

.tp-caption.tm_heading{font-family:'Oswald';text-shadow:1px 1px 1px #000;font-size:50px;color:#f9c73d;font-weight:bold}
.tp-caption.tm_heading_white{font-family:'Oswald';text-shadow:1px 1px 1px #000;font-size:50px;color:#FFF;font-weight:bold}
.tp-caption.tm_heading_black{font-family:'Oswald';text-shadow: none;font-size:50px;color:#000;font-weight:bold}
.tp-caption.tm_content_black{color:#000;text-shadow: none;line-height:2em; font-size:15px}

.tp-caption.tm_content{color:#FFF;text-shadow:1px 1px 1px #000;line-height:2em; font-size:15px}
.tp-button.tm_button{
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	background: #4141A0;
	color: #FFF !important;
	padding: 14px 24px;
	border-radius: 3px;
	font-size: 1.5em !important;
	display: inline-block;
	height:auto;
	line-height:1.2em !important;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
}
.tp-button.tm_button:hover{
	background: #000 !important;
	color: #FFF !important;
	text-decoration: none;
}
/*1175a*/
.rich-list ul{ list-style:none}
.rich-list ul li:before{
	content: "\f105";
	font-family: FontAwesome;
	font-weight: bold;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	padding: 0 6px 3px 7px;
	border-radius: 10px;
	border: 1px solid #f9c73d;
	position: relative;
	font-size: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 19px;
	top: 0;
}
.rich-list ul li:hover:before{ color:#000000; background-color:#f9c73d}
.rich-list ul li:hover a{ color:rgb(142, 142, 142); text-decoration:underline}

#bottom  .widget  ul{ list-style:none; margin:0; padding:0}
#bottom  .widget  ul li:before{
	content: "\f105";
	font-family: FontAwesome;
	font-weight: bold;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	margin-right: 10px;
	padding: 0 6px 3px 7px;
	border-radius: 10px;
	border: 1px solid #f9c73d;
	position: relative;
	font-size: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 17px;
	top: 1px;
	position:absolute
}
#bottom  .widget  ul li a{ padding-left:30px; display:table-cell}
#bottom  .widget  ul li ul li:before{ top:15px}
#bottom  .widget  ul li:hover:before{ color:#000000; background-color:#f9c73d;transition:all linear .2s}
#bottom  .widget  ul li a:hover{ text-decoration:underline}
#bottom  .widget li{padding: 0 0 12px;margin-bottom: 12px;border-bottom:solid 1px #3c3c3c; line-height:1.7em}
#bottom  .widget li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
#bottom  .widget  ul li ul{ margin-left:30px}
#bottom  .widget  ul li ul li:first-child{ padding-top:12px}
#bottom  .widget  ul li ul li{ border-bottom:0; border-top: solid 1px #3c3c3c; margin-top:12px; padding-top:12px; margin-bottom:0; padding-bottom:0}
#bottom .tm_widget_categories ul li:before{position: absolute; font-family: FontAwesome; content: '\f111'; margin-top: 0; margin-left: 3px; font-size: 7px; top: auto; left: auto; padding:0 0 0 0; border:0}
#bottom .tm_widget_categories ul li:hover:before{ background-color:transparent; color:#4141a0}
#bottom .tm_top_author ul li:before{ display:none}
#bottom  .widget.PI_SimpleTwitterTweets ul li{ line-height:1.7em}
#bottom .widget.PI_SimpleTwitterTweets ul li a{ padding-left:0 !important; display:inline !important;}
#bottom  .widget.PI_SimpleTwitterTweets ul li:before{
	content: "\f099";
	font-family: FontAwesome;
	font-weight: bold;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	margin-right: 20px;
	padding: 0 6px 3px 7px;
	border-radius: 0;
	border: 0;
	position: relative;
	font-size: 15px;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 19px;
	top: 0;
}
#bottom .widget li:last-child{}
#bottom .widget li:before{ transition:all linear .2s}
#bottom  .widget.PI_SimpleTwitterTweets ul li:hover:before{ color:#f9c73d; background-color:transparent}
#bottom .widget_recent_entries ul{ font-size:13px}
#bottom .alignleft{ margin:10px 10px 0 0}
#bottom .widget.PI_SimpleTwitterTweets li{ padding-left:33px}
#bottom .widget.PI_SimpleTwitterTweets ul li:before{ margin-left:-40px}
#bottom .widget.PI_SimpleTwitterTweets ul li em a{ font-style:normal; color:#c6c6c6}
#bottom .widget.PI_SimpleTwitterTweets ul li:last-child{ border:0}
p.quick-view{ margin-bottom:0; line-height:auto}
p.quick-view a{ color:#4141a0;}
.tooltip-wr{
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:2px;
	padding:4px 5px;
	color:#fff;
	font-size:12px Arial;
	width:200px;
	height:auto;
	z-index:9999;
}
.tooltip-wr .rate-tt{ display:block}
.advanced_popular_videos_widget h2.widget-title{ margin-bottom:7px}

/* Attachment Page */
.image-attachment .attachment{margin:10px 0}
.image-attachment .attachment .entry-caption{padding:10px 0;font-weight:bold;text-align:center}

/* Gallery */
.gallery .gallery-item img,#gallery-1 .gallery-item img{border:none}
.gallery .gallery-icon{margin:0 0 20px 0}

/* General responsive */
@media(min-width:992px){
	.revert-layout{ float:right; }
}
@media(max-width:640px){
	#head-carousel .video-item{opacity:1}
	.shadow-left,.shadow-right,.carousel-button{display:none}
	#head-carousel #metro-carousel.is-carousel .carousel-button{display:block; opacity:1;}
	.single #top-carousel .is-carousel{margin:0}
	#head-carousel .video-item .item-head h3 a{font-size:22px}
}
@media (max-width: 1024px) {
	.vc_responsive div.vc_row-fluid div[class*="vc_span"] {
		margin-bottom:30px
	}
}
@media(max-width:991px) and (min-width: 420px){
	#tm_recentcomments .tm_recentcomments .info_rc {
		display: table-cell !important;
		float: left;
		display: inline-block;
		margin-left: 0;
		margin-top: 0;
		color: #8e8e8e;
	}
}
.tooltipster-content .gv-title{ color:#4141a0; font-size:15px; margin:0 0 15px 0}
.tooltipster-base .gv-button .gv-link{ float:left;padding: 10px 15px;}
.tooltipster-base .gv-ex{ line-height:1.8em}
.tooltipster-base .gv-button{ margin-top:8px}
.tooltipster-base .gv-button .quick-view a{
	color: #FFF;
	text-decoration:none;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
}
.tooltipster-base .gv-button .quick-view{
	float:left;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	background: #4141A0;
	padding: 10px 17px;
	border-radius: 3px;
	font-size: 13px;
	display: inline-block;
	color:#fff;
}
.tooltipster-base .gv-button .quick-view:hover{
	background: #000 !important;
	color: #FFF;
	text-decoration: none;
}
#html5-lightbox-box #html5-elem-wrap{ background-color:transparent !important}
#html5-lightbox-box #html5-elem-data-box{background-color:transparent !important}
#html5-lightbox-box #html5-close img{ display:none}
#html5-lightbox-box #html5-text{ font-size:24px !important ; color:#fff; margin-top:10px; text-align:center; overflow:visible !important}
.panel-heading .panel-title a{ font-size:13px}
.panel .panel-body{ padding-top:6px; padding-left:20px; padding-right:20px; padding-bottom:14px}
.panel .panel-body .wpb_text_column{ margin-bottom:0}

.advanced_popular_videos_widget .rt-article-title{ margin-bottom:3px}
.advanced_trending_videos_widget  .rt-article-title a,
.advanced_popular_videos_widget .rt-article-title a{ color:#4141A0;}
.advanced_popular_videos_widget .pp-icon.iclike{ margin-top:1px; margin-bottom:1px}
.advanced_popular_videos_widget .video-item .item-info{ padding-left:5px}
.advanced_popular_videos_widget .video-item .item-meta span.pp-icon{ padding:0 0 0 0}
.advanced_trending_videos_widget .widget-title{ margin-bottom:7px}
.widget-title{ text-decoration:none}
.video-listing .item-head h3,

.smart-box-content .item-head h3{ line-height:1.5em; overflow:hidden; text-overflow:ellipsis;}

.load_more_btn_wrap{text-align:center}
.load_more_btn {width:80%; margin:30px auto 20px;background:#5D5D5D}

@media(max-width: 768px){
	.smart-box-style-3-2 .item-head h3{white-space:initial;font-size:18px}
	.smart-box-style-3-2 .item-head h3 a{font-size:18px}
}
.smart-box-style-1 .item-head h3{ color:#fff}
.smart-box-style-3 .item-head{ padding-top:8px; padding-bottom:8px}
.smart-box-style-4 .item-head{ padding-bottom:6px; margin-top:-2px}
.smart-box-style-2 .item-head{ padding-top:4px;}
.smart-box-style-1 .item-head{ padding-bottom:5px;}

.widget .video-item .item-info{ float:left; width:62.88%;}

@media (max-width: 995px){
	.tooltipster-base{ display:none !important;}
}
/*.widget .video-item .item-thumbnail{ width:50%; float:left; padding-right:15px; padding-bottom:3px}*/
.widget .video-item .item-thumbnail{ width:37.12%; float:left;}

@media (max-width: 1199px){
	.widget .video-item .item-thumbnail { width:39%;}

	.widget .video-item .item-thumbnail > a { width:100%;overflow:hidden;}
  .widget .video-item .item-info h6.rt-article-title { overflow:hidden;text-overflow:ellipsis;padding-top:1px; }
  .widget .video-item .item-info{ float:left; width:61%;}
  .widget .video-item .item-info .item-meta { overflow:hidden;text-overflow:ellipsis; }
  .widget .video-item .item-info .item-meta > *{ vertical-align:baseline; }
}


@media (min-width: 768px) and (max-width: 991px) {
  .widget .col-md-12 .col-sm-6 > .video-item {max-height: 75px }
  .widget .video-item .item-info h6.rt-article-title { overflow:hidden;text-overflow:ellipsis;padding-top:1px; }
  .widget .video-item .item-info .item-meta {overflow:hidden;text-overflow:ellipsis; }
  .widget .video-item .item-info .item-meta > *{ vertical-align:baseline; }

  .widget .video-item .item-thumbnail{ width:40.55%; float:left;}
  .widget .video-item .item-info { float:left; width:59.45%;}
}


@media (min-width:992px) and (max-width:1200px)  {
  #content.col-md-8  { width:60%; }
  #content+#aside.col-md-4  { width:40%;padding-right:0; }
}




/* .widget .video-item .item-info > * { margin-left:0px;} */

.widget .video-item .item-thumbnail .link-overlay{ margin-right:0; margin-bottom:3px}
.widget .video-item .all-info .rt-article-title a{ line-height:1.2em}
.widget .list-item .video-item{ position:relative; float:left}
.widget .pp-exceprt{ line-height:1.7em; margin-bottom:-2px}
.widget .list-item .video-item{ padding-bottom:10px;}
.widget.advanced_trending_videos_widget,
.widget.advanced_popular_videos_widget{ padding-bottom:10px}
@media (min-width: 992px) {
	.widget .list-item  .col-md-12{
		margin-left: 0;
	}
}
.widget .video-item .rt-article-title{ margin-bottom:1px}
.widget .video-item .col-md-12{ position:relative; float:left; width:100%}
.widget .list-item .video-item{ position:relative; float:left; width:100%}
.list-item [class^="col-"]:last-child .video-item{ border:none}
.no-border .list-item [class^="col-"]:last-child .video-item{ border:none}

/*#player-embed .obj-youtube,
#player-embed .obj-yt-inbox{ height:506px}
@media (min-width: 995px){
	.video-js{ height:506px !important; width:900px !important;}
	.flowplayer{ max-height:506px !important; max-width:900px !important;}
	#player-embed .obj-youtube,
	#player-embed iframe{ height:506px; width:900px}
	#player-embed{ height:506px}
	#player-embed .wp-video{ height:100%; position:relative}
	video.wp-video-shortcode,
	.mejs-overlay{ height:100% !important}
	.wp-video-shortcode.mejs-video{ height:100% !important;}
	.search-listing-content .jwplayer{ width:180px !important; height:120px !important}
	.blog-listing .jwplayer{ width:360px !important; height:270px !important}
	.search-listing-content .player-embed iframe{ height:120px}
}
@media (max-width: 1199px){
	.single-inbox #player-embed iframe,.single-inbox #player-embed{ height:400px }
}
@media (max-width: 530px){
	.video-js,
	.jwplayer{ width:300px !important;}
}
@media (max-width: 676px) and (min-width: 530px){
	.video-js{ width:480px !important;}
}*/

.player-content .player-content-inner{
	padding-top: 56.25%;
	width:100%;
	position: relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.player-content-inner > *:first-child,
.player-content-inner #player-embed,
.player-content-inner #player-embed > *:first-child,
.player-content-inner .flowplayer,
.player-content-inner .video-js,
.player-content-inner .wp-video,
.player-content-inner .jwplayer,
.player-content-inner video,
.player-content-inner iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.video-item .item-thumbnail img.jwlogo{ width:auto;}
.blog-listing .jwplayer{ width:360px !important; height:270px !important}
.search-listing-content .jwplayer{ width:180px !important; height:120px !important}
.headline-search .form-control{ padding-left:15px}
.headline-search input::-webkit-input-placeholder{color:rgba(255,255,255,0.4)}
.headline-search input:-moz-placeholder{color:rgba(255,255,255,0.4)}
.search-listing-content .player-embed p{ display:none}
.search-listing-content .item-author a{ text-transform:capitalize}
.search-listing-content .blog-excerpt{ margin-top:5px; line-height:1.7em}
.search-listing-content .item-head .item-info,
.search-listing-content .item-meta{ margin-top:-3px}
.search-filter .tags .search-tags a{ line-height:18px; padding-bottom:2px; transition:all ease .2s}
.search-listing-content.tm_load_ajax p#pbd-alp-load-posts{ padding-top:10px}
.no-results{padding:20px 0}
.post_ajax_tm .item-thumbnail .link-overlay {
	position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: rgba(0,0,0,0);-webkit-transition: background-color 0.2s ease;transition: background-color 0.2s ease;
}
.post_ajax_tm .item-thumbnail .link-overlay:before {
	display: block;width: 40px;height: 40px;position: absolute;top: 50%;left: 50%;margin: -20px 0 0 -18px;border-radius: 50%;background: transparent;text-align: center;font: 14px/40px 'FontAwesome';
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	text-decoration:none;
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,.75);
	color:#fff;
}
.post_ajax_tm .item-thumbnail {
	position: relative;
	overflow: hidden;
	max-height: 100%;
}
.post_ajax_tm .carousel-pagination{ bottom:-26px}

@media (min-width: 768px){
	.post_ajax_tm .item-thumbnail:hover .link-overlay {background: rgba(20,22,23,0.4); text-decoration: none;}
	.post_ajax_tm .item-thumbnail:hover .link-overlay:before{ opacity:1}
}


#top-carousel.cat-carousel .is-carousel .carousel-button a{ color:#3f3f3f; border-color:#3f3f3f}
#top-carousel.cat-carousel .is-carousel .carousel-button a:hover{ color:#000; border-color:#f9c73d}
@media (max-width: 640px){
	#top-carousel .is-carousel { margin: 0 51px;}
}

@media (max-width: 400px){
	.video-listing-filter .btn-group a{ border-bottom:solid 1px #e7e7e7}
	.video-listing-filter .btn-group a.last{border-bottom:0; border-right:0}
}

.video-listing .col-md-3.col-sm-6.col-xs-6{ padding-left:5px; padding-right:5px;}
.video-listing .row{ margin-left:-5px; margin-right:-5px}
article.comment .avatar-wrap .avatar{ border-radius: 50%}
span.wpcf7-not-valid-tip{
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
	padding: 6px 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 3px;
}
div.wpcf7-validation-errors{
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 6px 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 3px;
}
div.wpcf7-response-output{ margin:0 0 0 0}
@-moz-document url-prefix() {
	.single-inbox .box-title .box-more i{ margin-left:3px}
}
/*
@media(max-width:1020px) and (min-width: 768px){
	 .list-item .video-item{ border-bottom:0} 
	 .widget .list-item .col-md-12.col-sm-6{ padding-right:0} 
}
*/
.widget.related_videos_widget .widget-title{ margin-bottom:7px}
.widget.related_videos_widget .video-item .item-meta span{ padding:0 0 0 0;}
.widget.advanced_trending_videos_widget .item-meta .pp-icon{ padding:0 0 0 0}

#top-carousel.inbox-more .is-carousel .carousel-button.more-videos a.next:hover{ border-color:#000000}
@media (max-width: 768px){
	#bottom .widget{ margin-bottom:40px}
	#bottom .widget:last-child{ margin-bottom:20px}
}
.style-list-1 .blog-listing-content .item-head H3{ margin-top:-2px}
.heading-shortcode.h-classic{ border-bottom:3px solid #e7e7e7}
.heading-shortcode .module-title * { color:#4141a0}
.heading-shortcode.h-modern{ text-align:center; position:relative; margin-bottom:20px; margin-top:20px}
.heading-shortcode.h-modern .module-title h2{ padding-bottom:10px; padding-left:18px; padding-right:19px;  border:1px solid #e7e7e7; width:auto; display:inline; line-height:1em; padding-top:7px; border-radius:2px; background-color:#fff}
.heading-shortcode.h-modern .border-style{ border-bottom:1px solid #e7e7e7; display:block !important; margin-bottom:0; position:absolute; top:51%; z-index:-1}
.blog-heading.heading-light{ background-color:#343434; color:#fff}
.blog-heading.heading-light h1{color:#fff}
.blog-heading.heading-light .blog-date{ border-color:#5f5f5f}
.blog-heading.heading-light .blog-date span:first-child{ color:#fff}
.tm-social-res{ display:none}
@media (max-width: 767px){
	.tm-social-res{ display:block; margin-top:15px; margin-bottom:-10px}
}
@media (max-width: 468px){
	.video-toolbar-item.tm-share-this{ margin-top: 0;}
}
@media (max-width: 415px){.video-toolbar-item.tm-favories{border-top: 0; margin-top: 0;}}
@media (max-width: 305px){
	.video-toolbar-item.like-dislike{border:solid 1px #e7e7e7;}
	.video-toolbar-item.tm-favories{border:solid 1px #e7e7e7; margin-top: 0;}
	.video-toolbar-item.tm-share-this{ border:solid 1px #e7e7e7; margin-top: 0;}
}
@media (max-width: 270px){.video-toolbar-item.like-dislike{margin-top: 0;}}
/* Compare table  */
.compare-table-tm .compare-table-column{ margin-right:10px}
.compare-table-tm .column:last-child .compare-table-column{ margin-right:0}
.compare-table-tm{ clear:both}
.compare-table-tm .compare-table-column .compare-table-row.row-first{ background-color:#4141a0; border:1px solid #4141a0; border-radius:3px 3px 0 0; color:#fff}
.compare-table-tm .column .tb-center .row-first{ margin-top:-15px; }
.compare-table-tm .column .compare-table-column .compare-table-row:first-child .compare-table-content{ padding-top:20px}
.compare-table-tm .column .tb-center .compare-table-row:first-child .compare-table-content{ padding-top:25px; padding-bottom:25px}
.compare-table-tm .column .compare-table-column .compare-table-row:last-child .compare-table-content{}
.compare-table-tm .column .tb-center .row-first .compare-table-content{}
.compare-table-tm p{margin-bottom:18px;}
.compare-table-tm .compare-table-row .compare-table-content{ padding:14px 30px; text-align:center; line-height:1.7em}
.compare-table-tm .compare-table-button .compare-table-content{padding:0; margin-top:10px;}
.compare-table-tm .compare-table-button .compare-table-content button{width:100%; padding:15px 30px; height:auto; font-size:135%; font-weight:normal; text-shadow:none;}
.compare-table-tm .row-first .compare-table-content{  margin-bottom:0;}
.compare-table-tm .compare-table-content .ct-btn{ line-height:1.7em; margin:0 0 0 0}
.compare-table-tm .row-first .compare-table-content h3{ font-size:145%; margin:0;}
.compare-table-tm .hight-light .compare-table-content{ margin-bottom:0;  overflow:hidden; line-height:0.8em; color:#4141a0;}
.compare-table-tm .compare-table-column .compare-table-row{background: rgba(231,231,231,.15);}
.compare-table-tm .compare-table-column .compare-table-row:nth-child(even){ background-color:transparent;}
.compare-table-tm .hight-light .compare-table-content span{display:inline-block;}
.compare-table-tm .hight-light .compare-table-content h3, .compare-table-tm .hight-light .compare-table-content span.extension{font-size:40%; font-weight:normal; color:#4e482c; display:inline-block; margin-top:4px; vertical-align:top; margin-right:3px;}
.compare-table-tm .hight-light .compare-table-content span.extension{font-size:30%; margin-top:25px; line-height:1.4em;}
.compare-table-tm .compare-table-column .compare-table-row{ border-top:1px solid #ededed; border-left:1px solid #ededed; border-right:1px solid #ededed;}
.compare-table-tm .compare-table-column .compare-table-row:last-child{border-radius:0 0 3px 3px; border-bottom:1px solid #ededed;}
.compare-table-tm .compare-table-column{}
@media(max-width: 600px){
	/* Compare table: Style 3 */
	.compare-table-tm .column{float:none !important; width:100% !important; margin-bottom:20px;}
	.compare-table-tm .compare-table-row .compare-table-content{margin-left:0; margin-right:0;}
	.compare-table-tm .column .tb-center .row-first{ margin-top:0; }

}
.compare-table-tm .comment-form-tm .form-allowed-tags{ display:none}
.compare-table-tm .compare-table-row.hight-light .compare-table-content span,
.compare-table-tm .compare-table-row.row-first .compare-table-content span{ font-size:17.5px}
.compare-table-tm .compare-table-row .compare-table-content{ line-height:1.7em}
/*Membership*/
#membership-wrapper legend{ color:#4141a0; font-size:24px !important; border-bottom:0 !important; margin-bottom:0 !important}
#membership-wrapper .help-block{ margin-bottom:9px !important}
#membership-wrapper  div.pricebox{ border:0}
#membership-wrapper  div.topbar{ background-color:#4141a0 !important; border-top-left-radius:2px; border-top-right-radius:2px; padding-top:15px; padding-bottom:15px}
div.pricebox div.topbar span.title{ margin-left:30px}
#membership-wrapper  .pricedetails{ border-left:1px solid #e7e7e7; border-right:1px solid #e7e7e7; padding-left:30px; padding-right:30px; padding-top:23px}
#membership-wrapper  div.bottombar{ border:1px solid #e7e7e7; border-top:0; background-color:transparent; padding-bottom:20px; padding-right:10px}
#membership-wrapper  div.pricebox div.topbar span.title{ font-size:17px; text-transform:uppercase; font-weight:normal; color:#fff}
#membership-wrapper  .link .button{transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	background: #4141A0 !important;
	color: #FFF !important;
	padding: 14px 24px  !important;
	border-radius: 3px  !important;
	font-size: 1.5em;
	font-size:20px !important;
	display: inline-block;
	margin: 0 10px 10px 0;
	border:0 !important;
}
#membership-wrapper  .link .button:hover {
	background: #000 !important;
	color: #FFF !important;
	text-decoration: none;
}
.register-section{ margin-top:10px}
.register-section h4{color:#4141a0; font-size:24px}
.standard-form h2{ color:#4141a0; font-size:24px}
.standard-form p{ margin-bottom:30px}
#profile-details-section{ padding-top:20px}
.register-section label{ margin-bottom:0; margin-top:5px}
.submit #signup_submit{ margin-top:20px}
.formleft .form-table,
.formleft .form-table tbody,
.formleft .form-table tbody tr,
.formleft .form-table tbody tr th,
.formleft .form-table tbody tr td{ display:block; padding:0 0 0 0}
.formleft .form-table tbody tr td input{ width:100% !important}
div#account-form table.form-table th{ width:100%; margin:0 0 0 0; padding:0 0 0 0; border-bottom:0}
.formleft .form-table:first-child tbody tr:first-child th{ border-top:1px solid #e8e8e8; padding-top:10px !important}
#account-form .formleft{ padding-left: 18px !important; padding-right: 18px !important;}
#account-form div.formleft form{ margin-top:15px}
#account-form div.formleft p{ margin-top:15px; margin-bottom:15px}
#account-form div.formleft p strong{color:#4141a0;}
div#account-form table.form-table .description{ font-size:13px !important; font-weight:normal !important; color:#8e8e8e !important}
div#account-form table.form-table th label{ font-size:13px !important; font-weight:normal !important; color:#8e8e8e !important; margin-top:8px !important;}
#account-form div.formleft table.form-table tbody tr td input, #account-form div.formleft table.form-table tbody tr td select{ width:100%}
#account-form div.formleft table.form-table tbody tr td #pass2{ margin-top:20px !important}
#account-form div.formleft .button-primary{
	border:0 !important;
	margin-top:25px !important;
	margin-bottom:30px !important;
	width:154px !important;
	padding: 7px 20px !important;
	font-size: 1em;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	background: #4141A0;
	color: #FFF;
	border-radius: 3px;
	display: inline-block;
}
div#account-form{ width: 100% !important;}
div.pricebox div.bottombar span.price {
	margin-left: 30px !important;
	float: left;
	margin-top: 20px !important;
}
#account-form div.formleft .button-primary:hover{background: #000 !important; color: #FFF;}
#account-form div.formleft table.form-table tbody tr td input:focus, #account-form div.formleft table.form-table tbody tr td select:focus{color:inherit; border: solid 1px #4141a0;}
.bg-ad{
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index:10;
	transition:all .3s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.bg-ad .ad {
	padding: 0;
}
.admin-bar .bg-ad{
	top:32px;
}
.bg-ad .container{
	position:relative;
	overflow:visible;
}
.bg-ad-left{
	position:absolute;
	right:100%;
	width:90px;
}
.bg-ad-right{
	position:absolute;
	left:100%;
	width:90px;
}
.tm-autonext{ display: inline; margin-right:15px}
.tm-autonext .autonext i{ font-size:15px; color:rgba(255,255,255,0.75);}
.tm-autonext i{ font-size:15px; color:rgba(255,255,255,0.20);}
.tooltip.top .tooltip-arrow {border-top-color:rgba(255,255,255,0.85); }
.tm-autonext .tooltip .tooltip-inner{ background-color:rgba(255,255,255,0.85); color:#000; border-radius:2px; font-weight:bold}

.topnav-light .tm-autonext .autonext i{ font-size:15px; color:rgba(0,0,0,0.75);}
.topnav-light .tm-autonext i{ font-size:15px; color:rgba(0,0,0,0.20);}
.topnav-light .tooltip.top .tooltip-arrow {border-top-color:rgba(0,0,0,0.85); }
.topnav-light .tm-autonext .tooltip .tooltip-inner{ background-color:rgba(0,0,0,0.85); color:#fff;}
#content .wpb_content_element .wpb_tabs_nav{ background-color:#fff}
.wpb_content_element .wpb_tour_tabs_wrapper, .wpb_content_element .wpb_tabs_nav{ background-color:#fff}
.standard-form .alert.alert-error{
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.single-full-width #post-thumb{ position:relative; height:100%}
.single-full-width #post-thumb img{ position:relative; height:100%}
#buddypress .standard-form #basic-details-section{width: 100%}
#buddypress .standard-form#signup_form input[type=text],
#buddypress .standard-form#signup_form input[type=password]{width: 100%}
#buddypress .standard-form #profile-details-section{width: 100%}
#buddypress .standard-form#signup_form div.submit {
	float: left;
}
#buddypress .standard-form label{margin-top:5px}
#buddypress .standard-form p{margin-bottom:10px}
.tm-autonext .tooltip{ z-index:9999}
#buddypress #signup_form.standard-form div.submit{padding-top:5px}
#buddypress h4{margin-bottom: 14px;}
/* Shortcode Tab */
.container .wpb_tabs .wpb_tabs_nav li.ui-tabs-active,.container .wpb_tabs .wpb_tabs_nav li:hover,.container .wpb_tabs .wpb_tabs_nav li,.container .wpb_tabs .wpb_accordion_wrapper .wpb_accordion_header,.container .wpb_tabs.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{background:#FFF;font-size:15px;opacity:1 !important}
.container .wpb_tabs .wpb_tabs_nav li a{color:#5F5F5F}
.container .wpb_tabs .wpb_tabs_nav li a:hover{color:#4141A0}
.container .wpb_tabs .wpb_tabs_nav li.ui-tabs-active,.container .wpb_tabs .wpb_tabs_nav li:hover,.container .wpb_tabs .wpb_tabs_nav li{margin-left:-1px}
.container .wpb_tabs .wpb_tabs_nav li.ui-tabs-active{border-left:1px solid #E7E7E7;border-right:1px solid #E7E7E7;border-bottom:1px solid #FFF;margin-bottom:-1px}
.container .wpb_tabs .wpb_tabs_nav li:first-child{border-left:1px solid #E7E7E7;border-top-left-radius:3px}
.container .wpb_tabs .wpb_accordion_wrapper .wpb_accordion_header,.container .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{border:1px solid #E7E7E7;border-top:none;border-bottom-left-radius:3px;border-bottom-right-radius:3px}
.wpb_tabs .wpb_tabs_nav{border:1px solid #E7E7E7;border-top-left-radius:3px;border-top-right-radius:3px}
.container .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav li,.container  .wpb_tabs .wpb_accordion_wrapper .wpb_accordion_header{transition:none}
@media(max-width: 767px){
	.wpb_tabs .wpb_tabs_nav{ border-left:1px solid #E7E7E7; border-bottom:0 !important}
	.container .wpb_tabs .wpb_tabs_nav li:first-child{ width:100%; border-left:0; border-right:0; margin-left:0 !important; border-top:0 !important}
	.container .wpb_tabs .wpb_tabs_nav li{ width:100%; border-left:0; border-right:0; margin-left:0 !important; margin-top:1px}
	.container .wpb_tabs .wpb_tabs_nav li.ui-tabs-active{ border-left:0; border-right:0; border-top:1px solid #E7E7E7; border-bottom:1px solid #E7E7E7 }
}


/*Solid header*/
.solid-noborder{ border:0;padding:0 0 20px 0}
.solid-noborder.widget.widget_nav_menu .menu .menu-item:last-child{ border-bottom:1px solid #e7e7e7;  margin-bottom:15px; padding-bottom:15px;}
.solid-noborder.widget.widget_nav_menu .menu .menu-item ul li:last-child{ border-bottom:0; margin-bottom:0; padding-bottom:0}
.solid-noborder .list-item [class^="col-"]:last-child .video-item{ border:none}
.solid-noborder .list-item .video-item{ padding-bottom:5px; border-bottom:0}
.solid-noborder .advanced_popular_videos_widget h2.widget-title{ margin-bottom:10px}
.solid-noborder .widget-title{ background-color:#4141a0; color:#FFF; padding-top:11px; padding-left:20px; border-radius:2px; height:50px}
.solid-noborder .widget-title:after {
	content: "\f105";
	font-family: FontAwesome;
	font-weight: bold;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	margin-right: 30px;
	padding: 0 6px 3px 7px;
	border-radius: 10px;
	border: 1px solid;
	border-color:rgba(255,255,244,0.3);
	position: relative;
	font-size: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	right:0;
	line-height: 17px;
	margin-top: 4px;
	position: absolute;
}

.user_curent.navbar-right{ margin-left:30px}
.user_curent.navbar-right .account_cr{ font-size:13px; color:#fff; text-transform:capitalize;}
.topnav-light.light-div .user_curent.navbar-right .account_cr{ color:#000000}
.user_curent.navbar-right .avatar{ margin-left:10px; border-radius:2px; margin-top:-3px; margin-bottom:-4px}
.menu-item.current_us .avatar{ margin-left:10px; border-radius:50%}
/*Amazing*/
.amazing{ overflow:hidden}
.amazing .slide .ct-btn {color: #fff;background-color: #f9c73d;line-height:1.7em}

#slider .overlay .container{padding-top:0}

.amazing{position:relative;line-height:1.7em}
.amazing .overlay{position:absolute;top:0;left:0;z-index:10;width:100%}
.amazing .bg-slides{text-align:center}
.amazing .bg-slides img{vertical-align:top}
.amazing .inner-slides .slide{padding:100px 0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;float:left; max-width:1227px}
.amazing .inner-slides .slide .contain{max-width:980px;margin:0 auto;display:inline-block}
.amazing .inner-slides .slide .item-thumbnail img{ width:100%;}
.amazing .inner-slides .slide .item-head{padding:0;color:#FFF}
.amazing .inner-slides .slide .item-head h3,.amazing .slide .item-head h3 a{color:#FFF;font-size:24px}
.amazing .inner-slides .slide .item-head h3{padding:0 0 10px 0;margin:-5px 0 0 0;}
.amazing .inner-slides .slide .item-head h3 a:hover{text-decoration:none}

.amazing .inner-slides .slide .item-head .item-info,.amazing .inner-slides .slide .item-head .item-info a{color:#8e8e8e;font-size:11px}
.amazing .inner-slides .slide .item-head .item-info{margin:5px 0}
.amazing .inner-slides .slide .item-head .item-content{margin:5px 0; color:#fff}
.amazing .inner-slides .slide .item-head .item-info .item-author{ color:#8e8e8e}
.amazing .video-item .item-date{ color:#8e8e8e}
/* Animation inner elements */
.amazing .slide .move-left,.amazing .slide .move-right{transform:translate(-1000px,0);-webkit-transform:translate(-1000px,0);transition:all ease-in-out 0.3s;-webkit-transition:all ease-in-out 0.3s;opacity: 0;-webkit-opacity:0}
.amazing .slide .move-right{transform:translate(2000px,0);-webkit-transform:translate(2000px,0);}
.amazing .slide .move-delay-1{-webkit-transition-delay:0.3s;transition-delay:0.3s}
.amazing .slide .move-delay-2{-webkit-transition-delay:0.5s;transition-delay:0.5s}

/* Next & Prev buttons */
.amazing .carousel-button{position: absolute;left: 0px;right: 0px;top: 0;margin-top: 0;z-index: 1000;height: 0;opacity: 0;transition:all .2s ease;}
.amazing:hover .carousel-button{	opacity:1;}
.amazing .carousel-button a{width:40px;text-align:center;border-style:solid;border-width:1px;font-size:18px;border:none;border-radius:0;background:rgba(0,0,0,.5);height:500px;line-height:500px;color:inherit;}
.amazing .carousel-button a:hover{color:#f9c73d;text-decoration:none;}
.amazing .carousel-button .prev{float:left;}
.amazing .carousel-button .next{float:right;}
.amazing .rating-bar.bgcolor2{ background-color:transparent; margin-left:20px; color:#f9c73d}
.amazing .rating-bar.rate-ama.bgcolor2{ margin-left:0}
/* Navigation buttons */
.amazing .carousel-pagination{position:absolute;bottom:12px;width:100%;z-index:1000;text-align:center}
.amazing .carousel-pagination a{display:inline-block;background:#fff;width:10px;height:10px;margin:0 5px;border-radius:20px;text-indent:-9999em;transition:all ease-in 0.3s;-webkit-transition:all ease-in-out 0.3s;opacity:0.5;-webkit-opacity:0.5;-moz-opacity:0.5; border:0}
.amazing .carousel-pagination a.selected,.amazing .carousel-pagination a:hover{background:#F4C741;opacity:1;-webkit-opacity:1;-moz-opacity:1}
@media (max-width:992px) and (min-width: 768px){
	.amazing .col-md-6{ width:50%; float:left}
}
/* Responsive */
@media (max-width:767px){
	.bg_slider img{ height:100%; width:auto !important}
	.amazing .slide h3.item-heading a{font-size:16px}
	.amazing .inner-slides .slide .item-head h3{margin-top:10px}
	.amazing .slide .item-info,.amazing .slide .item-content,.amazing .slide .ct-btn{display:none}
	.amazing .inner-slides .slide{padding:50px 0;}
}
.is-carousel.simple-carousel.tm-video-slider .tt-content .link-overlay,
.amazing .inner-slides .slide .item-thumbnail .link-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0);
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.dark-div .is-carousel.simple-carousel.tm-video-slider .tt-content:hover .link-overlay,
.amazing .inner-slides .slide .item-thumbnail:hover .link-overlay {
	background: rgba(20,22,23,0.75);
	text-decoration: none;
}
.dark-div .is-carousel.simple-carousel.tm-video-slider .tt-content .link-overlay:before,
.amazing .inner-slides .slide .item-thumbnail .link-overlay:before {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	background: transparent;
	text-align: center;
	font: 42px/40px 'FontAwesome';
	transform: scale(0.8);
	opacity: 1;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	text-decoration: none;
	box-shadow: 0px 0px 0px 12px rgba(255,255,255,.75);
	color: rgba(255,255,255,.75);
	padding-top: 10px;
	padding-left: 8px;
}
.dark-div .is-carousel.simple-carousel.tm-video-slider .tt-content:hover .link-overlay:before,
.amazing .inner-slides .slide .item-thumbnail:hover .link-overlay:before{ opacity:1}
@media (max-width:500px){
	.blog-heading div.dir-search{ margin-top:20px !important}
	#buddypress ul.item-list li{padding-bottom: 60px !important;}
}
.tm-video-slider{ border:0 !important; padding:0 0 0 0 !important}
.tm-video-slider .name.pos{ padding:12px 0 !important}
.tm-video-slider .excerpt{ padding-bottom:16px !important}
.is-carousel.simple-carousel.tm-video-slider .name.title{ margin-top:17px}
.is-carousel.simple-carousel.tm-video-slider .name.pos{ font-size:11px}
#body .video_slider .col-md-3,
#body .video_slider .col-md-4{ width:100%; float:left}
.is-carousel.simple-carousel.tm-video-slider .name.title h2{line-height:27px}
.dark-div .is-carousel.simple-carousel.tm-video-slider .name.title h2{ color:#fff}
.dark-div .is-carousel.simple-carousel.tm-video-slider .name.pos,
.dark-div .is-carousel.simple-carousel.tm-video-slider .excerpt{color:#8e8e8e}
.dark-div .is-carousel.simple-carousel.tm-video-slider .ct-btn{ color:#fff}
.is-carousel.simple-carousel.tm-video-slider .tt-content{ position:relative}
.dark-div .is-carousel.simple-carousel.tm-video-slider .tt-content .link-overlay{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width:100%;
	right: 0;
	background: rgba(0,0,0,0);
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}
.dark-div .is-carousel.simple-carousel.tm-video-slider .tt-content .link-overlay:before{
	display: block;
	width: 39px;
	height: 39px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -19px;
	border-radius: 50%;
	background: transparent;
	text-align: center;
	font: 24px/40px 'FontAwesome';
	transform: scale(0.8);
	opacity: 1;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	text-decoration: none;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,.75);
	color: rgba(255,255,255,.75);
	padding-top: 0px;
	padding-left: 3px;
}
.video_slider .tm-video-slider .item-testi{ padding-right:20px; padding-left:1px}

.is-carousel.tm-video-slider{margin-right: -20px;}
#slider .video_slider  .carousel-pagination a.selected,
#slider .video_slider .ct-btn{background:#f9c73d;}
#slider .video_slider .carousel-pagination a:hover,
#slider .video_slider .carousel-pagination a.selected{border-color:#f9c73d;}

/*user submit video*/
.main-menu .nav > li > a.submit-video{
	text-transform:none;
	padding-top:14px;
	padding-bottom:10px;
	padding-left:45px;
}
.main-menu .nav > li > a.submit-video span:hover{
	background:#000;
	color:#fff;
}
.navbar-nav.user_submit{
	margin-right:-15px;
}
#submitModal, #reportModal{
	z-index:10000;
}
#submitModal .modal-dialog, #reportModal .modal-dialog{
	padding-top:8%;
}
#submitModal .invalid, #reportModal .invalid {
	border: 0px !important;
}
.modal .close:hover,.modal .close:focus{background-color:transparent;text-shadow:none;border:none;color:#ccc}

#slider .container.video_slider{ padding-top:60px}
.bg_slider{ float:left}
.bg_slider img{ width:100%}
div.wpcf7-mail-sent-ok{color: #356635;color: #468847; background-color: #dff0d8; border-color: #d6e9c6; border: 1px solid transparent; border-radius: 4px; padding-bottom:4px}
.wpcf7-form-control-wrap.video-url{ width:100%}
.rtmpplayer_outer_div object{ position: relative !important;}
@media (min-width:992px){
	.rtmpplayer_outer_div object{ position: relative !important; width:900px!important; height:506px !important}
	.s3mm_player_video,
	._DCPlayer_content object{width:900px!important; height:506px !important}
}
.social-links{font-family: sans-serif;}
span.wpcf7-form-control-wrap{ width:100%}
span.wpcf7-form-control-wrap input{ width:100%}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	/* IE10+ specific styles go here */
	.jwplayer{margin: 0 auto !important;}
}
@media (min-width: 995px){
	.single-inbox .jwplayer {max-height: 506px !important; max-width: 100% !important;}
}
.single-inbox .wp-video-shortcode,
.single-inbox .mejs-overlay,
.single-inbox .wp-video{width: 100% !important; height: 100% !important;min-height: 360px;}
.nicescroll-rails{ z-index:9999 !important}
#player .onp-sociallocker-content p, #player div[data-lock-id] p {
	margin: 0;
}
#player .onp-sociallocker-content, #player .onp-sociallocker-content #player-embed{
	display:inline-block;
}


/*woocommerce*/
.content-single .woocommerce *, .content-single .woocommerce *:before, .content-single .woocommerce *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before {
	font-family: star;
}
.woocommerce-page .page-title{ display:none; }
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
	width: 80px;
}

/*multiple link*/
.tm-multilink{
	border:solid 1px #e7e7e7;
	border-radius:3px;
	overflow:hidden;
	margin-bottom:30px;
}
.tm-multilink .multilink-table-wrap{
	margin:-1px -2px -1px -1px;
}
.tm-multilink .table{
	margin-bottom:0;
}
.tm-multilink .table-bordered>tbody>tr>td{
	border-color: #e7e7e7;
}
.tm-multilink .table tbody>tr>td {
	padding: 16px 20px;
	vertical-align: middle;
}
.multilink-title{
	background:#f9f9f9;
	text-transform:uppercase;
}
.multilink-btn{
	margin:2px 2px 2px 0px;
	color:#999;
	background-color:#fbfbfb;
}
.multilink-btn.current-link{
	border-color: #4141a0;
	background: #4141a0;
	color:#fff;
}
.multilink-btn .fa{
	font-size:10px;
}

/*video series*/
.video-series-wrap.dark-div{
	background:#000;
	padding: 35px 0 25px;
}
.video-series-list.list-inline>li{
	padding:5px 3px 5px 4px;
}
.video-series-list.list-inline>.series-title{
	padding:5px 14px 5px 0;
}
.dark-div .video-series-list .btn{
	background-color: #4c4c4c;
	border-color: #4c4c4c;
}
.video-series-list .btn:hover, .video-series-list .btn.series-current{
	background-color: #f9c73d;
	border-color: #f9c73d;
	color:#000;
}
.series-dropdown{
	display: inline-block;
}
@media(max-width:991px){
	.series-dropdown-title{
		display:block;
	}
}
.series-dropdown .dropdown-menu{
	max-width:85vw;
}
.series-dropdown .dropdown-menu>li>a {
	overflow: hidden;
	text-overflow: ellipsis;
}

/*video ads*/
.cactus-video-list .cactus-video-item {
	margin-bottom: 0;
	height:500px; /*should be overwrite by js css*/
}
@media (min-width: 995px){
	.single-inbox .video-js {
		height: 506px !important;
		width: 750px !important;
	}
}
@media (max-width: 995px){
	#player-embed_wrapper{
		width: auto !important;
	}
	#player-embed .obj-youtube{ width:100%}
}
.single-inbox #player-embed_wrapper{ width:100% !important}
@media (max-width: 768px){
	#player-embed{ width: 100%!important; }
	#player-embed iframe { max-height: 100%;}
}
.single-inbox #player-embed_wrapper{ width:100% !important}
/*@media (max-width: 500px){
       #player-embed{height: 250px !important;  }
       #player-embed .obj-youtube,
	#player-embed_wrapper {
		 height: 300px !important;  
	}
}*/
.tm-social-share .social-icon{ color:#fff;}
.tm-social-share .social-icon.s-fb{ background:#3b5999}
.tm-social-share .social-icon.s-tw{ background:#00aced}
.tm-social-share .social-icon.s-gg{ background:#d44332}
.tm-social-share .social-icon.s-bl{ background:#f5821f}
.tm-social-share .social-icon.s-rd{ background:#ff3800}
.tm-social-share .social-icon.s-vk{ background:#c8141b}
.tm-social-share .social-icon.s-pin{ background:#c8141b}
.tm-social-share .social-icon.s-em{ background:#F89A1E}
.tm-social-share .social-icon.s-lk{ background:#0077B5}
.tm-social-share .social-icon.s-tb{ background:#37465d}
.ficon-share{ color:#4141a0}

.video-toolbar-item.tm-share-this.collapsed .ficon-share{ color: inherit}
.video-toolbar-item.tm-share-this{ position:relative}
.video-toolbar-item.tm-share-this:after{ display:none}
.video-toolbar-item.tm-share-this:after {
	display:inline;
	height: 5px;
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -3px;
	background: #fbfbfb;
}
.tm-share-inner{ color:#8e8e8e}
.video-toolbar-item.tm-share-this.collapsed:hover,
.video-toolbar-item.tm-share-this{ background:#fbfbfb}
.video-toolbar-item.tm-share-this.collapsed{ background:transparent}



@media(max-width:748px){
	#tm-share .tm-social-share{ margin-top:6px}
}
@media(max-width:540px){
	.tm-social-share .social-icon{ margin-bottom:10px}
	#tm-share .tm-social-share{ margin-bottom:-5px}
}







.video-toolbar-item.tm-report .fa{ font-size:20px; }
@media(min-width:993px){
	.full-width .single-inbox #player-embed #jwplayer-0_wrapper{ width:100%  !important;}
	#player-embed  #flashplayer embed { width:900px !important; height:506px !important }
	#player-embed  .kaltura-player-wrapper span object{ width:900px !important; height:506px !important }
	#player-embed .wistia_embed{ width:900px !important;}
}
@media(max-width:992px){
	#player-embed .kaltura-player-wrapper span object{ width:100% !important;height:506px !important }
	#player-embed .wistia_embed{ width:auto !important; height:auto !important}
}
@media(min-width:769px){
	#player-embed .wistia_embed{ min-height:506px !important}
}
@media(max-width:768px){
	.full-width #player-embed #jwplayer-0_wrapper{display: inline-block !important; }
	.kaltura-player-wrapper span object{height:400px !important }
}
@media(max-width:560px){
	#player-embed  .kaltura-player-wrapper span object{height:255px !important }
	.full-width #player-embed #jwplayer-0_wrapper,
	#player-embed .wistia_embed{height:100% !important}
}
@media (min-width: 992px){
	.full-width #player-embed #jwplayer-0_wrapper{display: inline-block !important; }
	#player-embed .wistia_embed{display: inline-block;}
}
.kaltura-powered-by{ display:none}
@media (max-width: 992px){
	#player-embed .jwplayer{width:100% !important; }
}
@media (max-width:500px){
	#player-embed .jwplayer{min-height:250px !important; }
}
.single-inbox  #player-embed .kaltura-player-wrapper .kWidgetIframeContainer,
.single-inbox #player-embed #flashplayer embed,
.single-inbox #player-embed .kaltura-player-wrapper span object{width:100% !important; }
#player-embed #flashplayer embed,
#player-embed .videoplayer,
#player-embed .videoplayer iframe,
#player-embed .kaltura-player-wrapper .kWidgetIframeContainer{ height:506px !important}
.video-page-info{ padding-bottom:0}
@media (max-width: 540px){
	#player-embed .videoplayer,
	#player-embed .videoplayer iframe,
	#player-embed #flashplayer embed,
	#player-embed .kaltura-player-wrapper .kWidgetIframeContainer{ height:250px !important}
}
@media (max-width: 992px){
	#player-embed .videoplayer,
	#player-embed .videoplayer iframe,
	#player-embed #flashplayer embed,
	#player-embed .kaltura-player-wrapper .kWidgetIframeContainer{ width:100% !important}
	#player-embed iframe#vid1_youtube_api{width:100% !important; height:100% !important;}
}
.search.search-results .format-gallery .item-thumbnail{ height:100%; padding-top:0}
.search.search-results .format-gallery .item-thumbnail img{ position: relative;}
.classy-carousel-content .video-js {
	width: 100% !important;
}
.single-inbox .fb-video-ct#player-embed{ height: auto !important;}
@media (max-width: 500px){
	.single-inbox .fb-video-ct#player-embed{ height: auto !important;}
}
/* Jwplayer update */
.jwplayer button{ margin:auto}
#player-embed.jwplayer { margin: 0 auto}

/*Channel*/

.thumb-overlay { position:absolute; top:0; right:0; bottom:0; left:0; background-color:rgba(0,0,0,0.5); visibility:hidden; opacity:0; transition:all 0.2s; -webkit-transition:all 0.2s;}

.navi-channel { position:relative; z-index:1; margin-bottom:5px;}
.navi-channel:after { display:table; content:''; clear:both;}
.navi-channel:before { display:block; content:''; position:absolute; left:0; right:0; bottom:0; height:2px; background-color:#d5d5d5;}
.navi-channel .navi { position:relative; z-index:2;}
.navi-content { font-size:0; line-height:0;}
.navi-content > * { font-size:13px; line-height:1.7em;}
.navi-content .navi-item { display:inline-block; font-size:15px; text-transform:uppercase;}
.navi-content .navi-item a { padding:12px 20px; display:block; color:#8e8e8e; text-decoration:none; position:relative; z-index:2; border-top-left-radius:3px; border-top-right-radius:3px; -webkit-border-top-left-radius:3px; -webkit-border-top-right-radius:3px;}
.navi-content .navi-item.active a { border: 2px solid #d5d5d5; color:#222222;}
.navi-content .navi-item.active a:after { content:''; display:block; position:absolute; bottom:-2px; left:0; right:0; height:2px; background-color:#FFFFFF;}
.navi-content .navi-item a:hover { color:#222222;}


.cactus-sub-wrap { margin-left:-5px; margin-right:-5px; margin-bottom:-30px;}
.cactus-sub-wrap { font-size:0; line-height:0;}
.cactus-sub-wrap > * {font-size:13px; line-height:1.7em;}
.cactus-sub-wrap .cactus-post-item { padding-left:5px; padding-right:5px; width:25%; display:inline-block; vertical-align:top; margin-bottom:10px;}
.cactus-sub-wrap .cactus-post-item .picture { position:relative; margin-bottom:15px;}
.cactus-sub-wrap .cactus-post-item .picture + .cactus-last-child { margin-bottom:-15px;}
.cactus-sub-wrap .cactus-post-item .picture .thumb-overlay:after { content:''; display:block; width:46px; height:46px; border:2px solid #FFFFFF; border-radius:50%; -webkit-border-radius:50%; position:absolute; top:50%; left:50%; margin-left:-23px; margin-top:-23px;}
.cactus-sub-wrap .cactus-post-item .picture .thumb-overlay:before {content:''; display:block; width:0; height:0; border:solid rgba(255,255,255,0); border-width:8px 7px 8px 14px; border-left-color:rgba(255,255,255,1.00); left:50%; top:50%; position:absolute; margin-top:-8px; margin-left:-5px;}
.cactus-sub-wrap .cactus-post-item .picture:hover .thumb-overlay{ opacity:1; visibility:visible;}
.cactus-sub-wrap .cactus-post-item .picture-content img { width:100%; height:auto;}
.cactus-sub-wrap .rating-bar { position:absolute; text-align:center; font-size:15px; padding:4px 10px 5px 10px; top:0; left:0;}

.cactus-sub-wrap .content .posted-on { font-size:11px; color:#c6c6c6; margin-left:-10px; margin-right:-10px; margin-top:-7px;}
.cactus-sub-wrap .content .posted-on + .cactus-last-child { margin-bottom:-7px;}
.cactus-sub-wrap .content .posted-on:after { display:table; clear:both; content:'';}
.cactus-sub-wrap .content .posted-on > *{ float:left; padding-left:10px; padding-right:10px;}
.videos.cactus-info:before {font-family: "FontAwesome"; content: "\f144 "; margin-right:5px;}
.posted-on .cactus-info time:before{content: "\f017 "; font-family: "FontAwesome"; margin-right:5px;}

.cactus-sub-wrap .entry-title { margin-top:-4px; margin-bottom:6px;}
.cactus-sub-wrap .entry-title + .cactus-last-child { margin-bottom:-10px;}
.cactus-sub-wrap .entry-title a { color:#5f5f5f; font-size:15px; text-decoration:none;}
.cactus-sub-wrap .entry-title a:hover { color:#222222;}

.page-navigation .wp-pagenavi { margin-top:30px;}

@media(max-width:1199px) {
	.cactus-sub-wrap .cactus-post-item { width:33.33333333%;}
}
@media(max-width:767px) {
	.cactus-sub-wrap .cactus-post-item { width:50%;}
}
@media(max-width:540px) {
	.cactus-sub-wrap .cactus-post-item { width:100%;}
}

.header-channel {width:100%; overflow:hidden; position:relative; background-color:#171717; margin-bottom:0; min-height:200px; background-repeat:no-repeat; background-position:center; background-size:cover;}
.header-channel > img { width:100%; height:auto;}
.header-channel .header-channel-content { padding-top:68px; padding-bottom:68px;  background-color:rgba(0,0,0,0.3); min-height:240px}
.header-channel .header-channel-content .table-content { display:table; height:100%; width:100%; padding-left:30px; padding-right:30px;}
.header-channel .header-channel-content .table-cell { display:table-cell; vertical-align:middle; text-align:center;}
.header-channel .header-channel-content .table-cell h1 { color:rgba(255,255,255,1.00); text-transform:uppercase; font-size:53px; letter-spacing:3px; margin-top:-10px; margin-bottom:20px; font-family:'Oswald'; padding-top:2px; padding-bottom:5px; text-shadow: 1px 2px 2px rgba(0,0,0,.5); -webkit-text-shadow: 1px 2px 2px rgba(0,0,0,.5);}
.header-channel .header-channel-content .table-cell .social-listing { margin-bottom:-10px;}
.header-channel .header-channel-content .table-cell .social-listing li { margin:0 5px 10px 5px}


.social-listing,
.social-listing li { list-style:none; margin:0; padding:0;}
.social-listing { font-size:0; margin-bottom:-10px; margin-left:-5px; margin-right:-5px;}
.social-listing li { width:35px; height:35px; border-radius:3px; -webkit-border-radius:3px; border:none; cursor:pointer; overflow:hidden; padding:0; margin:0 5px 10px 5px;}
.social-listing a{color:rgba(28,28,28,1.0); display:block; width:35px; height:35px; text-align:center; background-color:#ffffff; transition:background-color 0.2s, color 0.2s, border-color 0.2s; -webkit-transition:background-color 0.2s, color 0.2s, border-color 0.2s; font-size:16px;}
.social-listing li i {margin-top:9px; line-height:1; margin-top:10px;}
.social-listing li a:hover { background-color:rgba(0,0,0,1.0); color:rgba(255,255,255,1.00);}

.social-listing.change-color-1 li { width:40px; height:40px; border-radius:0; -webkit-border-radius:0;}
.social-listing.change-color-1 li a { width:40px; height:40px; border:1px solid #c6c6c6; border-radius:3px; -webkit-border-radius:3px; font-size:18px; color:#c6c6c6;}
.social-listing.change-color-1 li a:hover { background-color:#222222; color:rgba(255,255,255,1.00); border-color:#222222;}
.social-listing.change-color-1 li i { margin-top:11px;}

.social-listing.change-color li a{ background-color:rgba(192,192,192,1.0); color:rgba(255,255,255,1.00);}
.social-listing.change-color li.facebook a{ background-color:rgba(58,87,149,1.0)}
.social-listing.change-color li.twitter a{ background-color:rgba(85,172,238,1.0)}
.social-listing.change-color li.google-plus a{ background-color:rgba(221,75,57,1.0)}
.social-listing.change-color li.youtube-link a,
.social-listing.change-color li.youtube a { background-color:rgba(191,34,31,1.0)}
.social-listing.change-color li.linkedin a{ background-color:rgba(0,123,182,1.0)}
.social-listing.change-color li.tumblr a{ background-color:rgba(55,70,93,1.0)}
.social-listing.change-color li.pinterest a{ background-color:rgba(203,33,29,1.0)}
.social-listing.change-color li.rss a{ background-color:rgba(248,104,17,1.0)}
.social-listing.change-color li a:hover{color:rgba(255,255,255,1.0); background-color:rgba(28,28,28,1.0)}

.main-about .about-content { margin-bottom:20px;}
.main-about .about-content p { font-size:14px; padding-top:3px; padding-bottom:4px; margin:0;}


.main-about .about-content:last-child { margin-bottom:-10px;}

.main-about .social-listing { margin-bottom:10px;}
.main-about .social-listing:last-child { margin-bottom:-10px;}

.main-about .channel-information { padding-top:24px; border-top:1px solid #e7e7e7;}
.main-about .channel-information > span { text-transform:uppercase; display:block; margin-bottom:8px; font-size:14px;}
.main-about .channel-information > span > i { font-size:15px; width:20px; color:#222222;}
.main-about .channel-information:last-child { margin-bottom:-6px;}

@media(max-width:767px) {
	.header-channel .header-channel-content,
	 /* .header-channel { min-height:345px;} */
	 .header-channel { min-height:200px;}
	.header-channel .header-channel-content .table-cell h1 { font-size:36px; padding-top:5px; padding-bottom:7px;}
	.header-channel .header-channel-content { padding-top:60px; padding-bottom:130px; }
}

/*subscribe button*/
.subs-button { display: inline-block; height:40px; width:auto; position:relative; line-height:1.5; border-radius:3px; -webkit-border-radius:3px; overflow:hidden; transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0)}
.subs-button:first-child { margin-right:12px;}
.subs-button:last-child { margin-right:0;}
.subs-button + .subs-button { margin-right:12px;}
.subs-button + .subs-button:last-child { margin-right:0;}
.subs-button .subs-row { display: table;}
.subs-button .subs-row .subs-cell { display: table-cell; vertical-align:top;}
.subs-button .subs-row .subs-cell a { display:block; height:40px; font-size:15px; background-color:#42459c; text-transform: capitalize; color:#ffffff; padding:8px 12px 9px 15px; transition:none; -webkit-transition:none;}

.subs-button .loading-subscribe { position:absolute; left:100%; margin-left:9px; top:0; margin-top:4px; display:none;}
.channel-list .subs-button .loading-subscribe {right:auto; margin-right:auto; margin-left:9px; left:100%;}
.subs-button.cactus-disable-btn { pointer-events:none; opacity:0.5;}
.subs-button.cactus-disable-btn .loading-subscribe {display:block;}

.subs-button.subscribed .subs-row .subs-cell a { background-color:#999999; color:rgba(255,255,255,1.00);}

.subs-button.subscribed .subs-row .subs-cell a {}
.subs-button .subs-row .subs-cell a > * { pointer-events:none;}
.subs-button .subs-row .subs-cell a > i,
.subs-button .subs-row .subs-cell a > span { vertical-align:top; margin-top:3px; /*transition:transform 0.2s, max-width 0s, max-height 0s, visibility 0.2s, opacity 0.2s; -webkit-transition:-webkit-transform 0.2s, max-width 0s, max-height 0s, visibility 0.2s, opacity 0.2s;*/ transition:none; -webkit-transition:none;}
.subs-button .subs-row .subs-cell a > i { margin-right:3px; margin-top:4px;}
.subs-button .subs-row .subs-cell a > span {display:inline-block; vertical-align:top; margin-top:0;}

.subs-button .subs-row .subs-cell a .fa-times,
.subs-button .subs-row .subs-cell a .fa-check,
.subs-button .subs-row .subs-cell a > span.last-title,
.subs-button.subscribed .subs-row .subs-cell a .fa-eye,
.subs-button.subscribed .subs-row .subs-cell a .fa-times,
.subs-button.subscribed .subs-row .subs-cell a:hover .fa-check,
.subs-button.subscribed .subs-row .subs-cell a:hover > span.first-title
{ visibility:hidden; opacity:0; transform:scale(0,0); -webkit-transform:scale(0,0); -ms-transform:scale(0,0); max-width:0; max-height:0; overflow:hidden;}

.subs-button.subscribed .subs-row .subs-cell a .fa-check,
.subs-button.subscribed .subs-row .subs-cell a:hover .fa-times,
.subs-button.subscribed .subs-row .subs-cell a:hover > span.last-title{visibility:visible; opacity:1;transform:scale(1,1); -webkit-transform:scale(1,1); -ms-transform:scale(1,1); max-width:500px; max-height:500px;}


.subs-button .subs-row .subs-cell a:hover { background-color:rgba(0,0,0,1.0); color:rgba(255,255,255,1.00); text-decoration:none;}
.subs-button .subs-row .subs-cell > span { display:block; height:40px; background-color:rgba(231,231,231,0.5); color:rgba(28,28,28,1.0); font-size:15px; font-weight:bold; color:rgba(28,28,28,1.0); padding:8px 15px 9px 15px; min-width:40px; text-align:center; background-color:rgba(255,255,255,1.00); padding-left:38px;}
.subs-button.subscribed .subs-row .subs-cell > span  {background-color:rgba(153,153,153,0.2);}

.header-channel .subs-button.subscribed .subs-row .subs-cell a { background-color:#42459c;}
.header-channel .subs-button.subscribed .subs-row .subs-cell > span { background-color:rgba(255,255,255,1.00);}

.subs-button .subs-row .subs-cell > i.fa { position:absolute; top:12px; left:15px; font-size:15px; color:#222222;}
.subs-button .subs-row .subs-cell > i.fa.fa-television { top:14px; font-weight:bold; }

.floatingCirclesG{
	position:relative;
	width:30px;
	height:30px;
	-moz-transform:scale(0.6);
	-webkit-transform:scale(0.6);
	-ms-transform:scale(0.6);
	-o-transform:scale(0.6);
	transform:scale(0.6);
}
.f_circleG{
	position:absolute;
	background-color:#FFFFFF;
	height:5px;
	width:5px;
	-moz-border-radius:3px;
	-moz-animation-name:f_fadeG;
	-moz-animation-duration:1.04s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:normal;
	-webkit-border-radius:3px;
	-webkit-animation-name:f_fadeG;
	-webkit-animation-duration:1.04s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:normal;
	-ms-border-radius:3px;
	-ms-animation-name:f_fadeG;
	-ms-animation-duration:1.04s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:normal;
	-o-border-radius:3px;
	-o-animation-name:f_fadeG;
	-o-animation-duration:1.04s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:normal;
	border-radius:3px;
	animation-name:f_fadeG;
	animation-duration:1.04s;
	animation-iteration-count:infinite;
	animation-direction:normal;
}
.frotateG_01{
	left:0;
	top:12px;
	-moz-animation-delay:0.39s;
	-webkit-animation-delay:0.39s;
	-ms-animation-delay:0.39s;
	-o-animation-delay:0.39s;
	animation-delay:0.39s;
}
.frotateG_02{
	left:4px;
	top:4px;
	-moz-animation-delay:0.52s;
	-webkit-animation-delay:0.52s;
	-ms-animation-delay:0.52s;
	-o-animation-delay:0.52s;
	animation-delay:0.52s;
}
.frotateG_03{
	left:12px;
	top:0;
	-moz-animation-delay:0.65s;
	-webkit-animation-delay:0.65s;
	-ms-animation-delay:0.65s;
	-o-animation-delay:0.65s;
	animation-delay:0.65s;
}
.frotateG_04{
	right:4px;
	top:4px;
	-moz-animation-delay:0.78s;
	-webkit-animation-delay:0.78s;
	-ms-animation-delay:0.78s;
	-o-animation-delay:0.78s;
	animation-delay:0.78s;
}
.frotateG_05{
	right:0;
	top:12px;
	-moz-animation-delay:0.91s;
	-webkit-animation-delay:0.91s;
	-ms-animation-delay:0.91s;
	-o-animation-delay:0.91s;
	animation-delay:0.91s;
}
.frotateG_06{
	right:4px;
	bottom:4px;
	-moz-animation-delay:1.04s;
	-webkit-animation-delay:1.04s;
	-ms-animation-delay:1.04s;
	-o-animation-delay:1.04s;
	animation-delay:1.04s;
}
.frotateG_07{
	left:12px;
	bottom:0;
	-moz-animation-delay:1.17s;
	-webkit-animation-delay:1.17s;
	-ms-animation-delay:1.17s;
	-o-animation-delay:1.17s;
	animation-delay:1.17s;
}
.frotateG_08{
	left:4px;
	bottom:4px;
	-moz-animation-delay:1.3s;
	-webkit-animation-delay:1.3s;
	-ms-animation-delay:1.3s;
	-o-animation-delay:1.3s;
	animation-delay:1.3s;
}
@-moz-keyframes f_fadeG{
	0%{background-color:#000000}
	100%{background-color:#FFFFFF}
}
@-webkit-keyframes f_fadeG{
	0%{background-color:#000000}
	100%{background-color:#FFFFFF}
}
@-ms-keyframes f_fadeG{
	0%{background-color:#000000}
	100%{background-color:#FFFFFF}
}
@-o-keyframes f_fadeG{
	0%{background-color:#000000}
	100%{background-color:#FFFFFF}
}
@keyframes f_fadeG{
	0%{background-color:#000000}
	100%{background-color:#FFFFFF}
}

.subs-button .subs-row .subs-cell a .fa-times,
.subs-button .subs-row .subs-cell a .fa-check,
.subs-button .subs-row .subs-cell a .fa-eye{ display:none;}
.subs-button.subscribed .subs-row .subs-cell a .fa-times,
.subs-button.subscribed .subs-row .subs-cell a .fa-check { display: inline-block;}

.sc-button { position:absolute; bottom:0; width:1140px; left:50%; margin-left:-570px; line-height:0; bottom:20px;}
.sc-button > * { line-height:1.75em}
.subs-row { direction:rtl;}
.subs-row > * { direction:ltr}

@media(max-width:1199px) {
	.sc-button { width:940px; margin-left:-470px;}
}

@media(max-width:991px) {
	.sc-button { width:720px; margin-left:-360px;}
}

@media(max-width:767px) {
	.sc-button { width:100%; margin-left:0; padding-left:20px; padding-right:20px; text-align:left; left:0;}
	.style-channel .container { padding-left:20px; padding-right:20px;}
}
/*subscribe button*/

.open-tab-menu { position:absolute; top:0; bottom:0; right:0; padding:20px; font-size:0; line-height:0; margin-left:-2px; margin-right:-2px; cursor:pointer; display:none;}
.open-tab-menu span { display:inline-block; vertical-align:middle; width:5px; height:5px; background-color:#222222; margin:2.5px; border-radius:50%; -webkit-border-radius:50%;}

.navi-sub-content { position:absolute; top:100%; right:2px; background-color:rgba(255,255,255,1.00); text-transform:uppercase; font-size:15px; margin-top:-2px; transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0); visibility:hidden; opacity:0; transition:all 0.2s ease-out; -webkit-transition:all 0.2s ease-out; line-height:1.5;}

.navi-sub-item a { padding:9px 30px 10px 30px; text-align:left; display:block; background-color:#222222; text-align:right; border-bottom:1px solid rgba(255,255,255,0.1); color:rgba(255,255,255,1.00); text-decoration:none;}
.navi-sub-item a:hover { color:rgba(255,255,255,0.5)}
.navi-sub-item.active { display:none;}
.navi-sub-item:last-child  a { border-bottom:none;}

.open-tab-menu:hover .navi-sub-content { visibility:visible; opacity:1;}

@media(max-width:540px) {
	.open-tab-menu { display:block;}
}

.cactus-listing-heading h1 { font-size:24px; margin:0; padding-top:9px; padding-bottom:16px; margin-top:-15px; border-bottom:1px solid #E7E7E7; margin-bottom:30px; color:#4141a0;}
.list-cactus-text-block p{ padding-top:3px; padding-bottom:4px; margin-top:-10px; margin-bottom:20px;}
.btn-playall,
.btn-playall:focus { height:40px; padding:9px 20px; border:none; background-color:#4141a0; color:rgba(255,255,255,1.00); box-shadow:none; -webkit-box-shadow:none; text-transform:uppercase; margin-bottom:10px;}
.btn-playall:hover { background-color:#222222; color:rgba(255,255,255,1.00);}
.btn-playall i { font-size:14px; margin-right:6px;}

.navi-channel.playlist-fix { margin-bottom:50px; padding-left:5px; padding-right:5px;}
.navi-channel.playlist-fix:before { display:none;}

.cactus-listing-config .load-more,
.cactus-listing-config .load-more:focus { padding:6px 20px 7px 20px !important; margin:0; outline:0; background-color:rgba(255,255,255,0); border:1px solid #4141a0; color:#4141a0; transition:all 0.2s; -webkit-transition:all 0.2s;}
.cactus-listing-config .load-more:hover { border-color:#4141a0; background-color:#4141a0; color:rgba(255,255,255,1.00);}

@media(max-width:767px) {
	.navi-channel.playlist-fix > *{ float:none !important; text-align:center;}
	.cactus-listing-config .load-more { width:100%;}
	.playlist-no .container { padding-left:20px; padding-right:20px;}
}

@media(min-width:992px) {
	.channel-list .cactus-sub-wrap .cactus-post-item { width:33.33333333%;}
}
.channel-list .subs-button { margin-bottom:-6px;}
.channel-list .subs-button .subs-row .subs-cell > span.subscribe-counter { border:1px solid #4141a0; border-top-left-radius:3px; border-bottom-left-radius:3px; -webkit-border-top-left-radius:3px; -webkit-border-bottom-left-radius:3px; border-right:0;}
.channel-list .subs-button.subscribed .subs-row .subs-cell > span.subscribe-counter { border:none;}
.channel-list .cactus-sub-wrap .content .posted-on { margin-bottom:12px;}
.channel-list .cactus-sub-wrap .content .posted-on + .cactus-last-child { margin-bottom:-20px;}

/*Playlist*/
.cactus-video-list-content {overflow:hidden;}
.cactus-video-list-content:after { clear:both; content:''; display:table;}
.cactus-video-list-content .player-content { width:770px; float:left; padding:10px; border:1px solid rgba(255,255,255,0.25); background-color: rgba(0,0,0,0.7);}
.cactus-video-list-content .player-content .player-iframe { padding-top:56.25%; overflow:hidden; position:relative}
.cactus-video-list-content .player-content .player-iframe iframe { position:absolute; width:100%; height:100%; left:0; top:0;}

.cactus-video-list-content .video-listing { width:380px; float:right; padding:0 0 0 0; position:relative; z-index:8}
.cactus-video-list-content .video-listing .user-header { border-bottom:0; margin-bottom:0; position:relative;}
.cactus-video-list-content .video-listing .user-header h6 { margin-top:-5px; margin-bottom:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis}

.cactus-video-list-content .cactus-widget-posts { padding-bottom:0;}
.cactus-widget-posts-item .content-playlist { margin-left:-7.5px; margin-right:-7.5px;}
.cactus-video-list-content .video-listing .cactus-note-point {font-size: 11px; padding: 0 5px 1px 5px;}
.cactus-video-list-content .cactus-widget-posts .cactus-widget-posts-item { margin-bottom:10px; position:relative; background-color:rgba(0,0,0,0.7); border:1px solid rgba(255,255,255,0.25); padding:10px;}
.cactus-video-list-content .cactus-widget-posts .cactus-widget-posts-item .order-number { position:absolute; left:7px; top:50%; font-size:11px; margin-top:-13px;}

.cactus-video-list-content .video-listing .video-listing-content { height:363px; padding-top:0;}

.cactus-video-list-content .cactus-widget-posts .cactus-widget-posts-item:last-child { margin-bottom:0; padding-bottom:5px;}
.cactus-video-list-content .cactus-widget-posts .cactus-widget-posts-item:last-child:before { display:none;}

.cactus-video-list-content .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail { background-color:rgba(255,255,255,0.5); width:5px;}
.cactus-video-list-content .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {background-color:rgba(255,255,255,0.7); width:5px;}
.cactus-video-list-content .mCSB_scrollTools { opacity:0.5;}
.cactus-video-list-content .mCustomScrollBox:hover>.mCSB_scrollTools { opacity:0.8;}
.cactus-video-list-content .mCSB_scrollTools { right:10px; bottom:-10px; top:-10px; visibility:hidden; opacity:0;}
.cactus-video-list-content .mCSB_inside>.mCSB_container { margin-right:0; margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0;}
.cactus-video-list-content .mCustomScrollBox{margin-right:0; margin-left:0; padding-left:0; padding-right:0; width:auto;  margin-top:0; padding-top:0; max-width:200%; height:363px;}

.dark-div .cactus-video-list-content .video-listing .cactus-widget-posts .widget-posts-title a {color: rgba(255,255,255,1.0); text-decoration:none}
.dark-div .cactus-video-list-content .video-listing .cactus-widget-posts .widget-posts-title a:hover {color:rgba(250,218,26,1.0); text-decoration:none}

.cactus-video-list-content .cactus-widget-posts .cactus-widget-posts-item .video-active { visibility:hidden; opacity:0; transition:all 0.2s; -webkit-transition:all 0.2s; position:absolute; top:-10px; bottom:0; left:-8px; background-color:rgba(250,218,26,1.0); width:3px; z-index:5}
.cactus-video-list-content .cactus-widget-posts .cactus-widget-posts-item.active .video-active {visibility:visible; opacity:1;}
.cactus-video-list-content .cactus-widget-posts .cactus-widget-posts-item.active:last-child .video-active {bottom:5px;}


.cactus-video-list-content .cactus-widget-posts .cactus-widget-posts-item.active {border-color: #f9c73d;}
.cactus-video-list-content .cactus-widget-posts .cactus-widget-posts-item.active .posted-on {pointer-events:auto;}
.open-video-playlist { min-width:50px; height:50px; text-align:right; white-space:nowrap; padding-top:14px; text-transform:uppercase; text-decoration:none; color:rgba(153,153,153,1.0); display:none;}
.open-video-playlist:hover { text-decoration:none; color:rgba(153,153,153,1.0);}
.open-video-playlist:focus {color:rgba(153,153,153,1.0);}
.open-video-playlist.pull-left { text-align:left; font-size:18px; padding-top:11px;}
.open-video-playlist.pull-right i{ font-size:24px; margin-top: 7px; vertical-align: top; line-height:0px; padding:0; height:9px; overflow:hidden;}

.open-video-playlist i { backface-visibility:hidden; -webkit-backface-visibility:hidden; transition:transform 0.2s, margin 0.2s; -webkit-transition:-webkit-transform 0.2s, margin 0.2s; color:rgba(255,255,255,1.00);}
.user-header.active .open-video-playlist.pull-right i { transform:rotate(-180deg); -webkit-transform:rotate(-180deg);}

.cactus-video-list-content .obj-youtube,
.cactus-video-list-content .jwplayer,
.cactus-video-list-content .video-js,
.cactus-video-list-content .wp-video,
.cactus-video-list-content #player-embed [id^="player_"],
.cactus-video-list-content .flowplayer { position:absolute; top:0; left:0; right:0; bottom:0; width:100% !important; height:100% !important; outline:none;}
.cactus-video-list-content .flowplayer { max-width:none !important; max-height: none !important}

.jw-tab-focus:focus,
.cactus-video-list-content .wp-video .mejs-container,
.cactus-video-list-content .wp-video .mejs-container video{ outline:none !important; border:none; position:absolute; top:0; left:0; right:0; bottom:0; width:100% !important; height:100% !important; margin:0;}
.cactus-video-list-content .wp-video .mejs-overlay { width:100% !important; height:100% !important;}
.cactus-video-list-content .iframe-change { position:absolute; top:0; left:0; width:100%; height:100%;}

.cactus-video-list-content .video-loading { position:absolute; background-color:rgba(0,0,0,1.00); top:0; left:0; right:0; bottom:0; visibility:hidden; opacity:0; transition:all 0.3s; -webkit-transition:all 0.3s;}
.cactus-video-list-content .video-loading.active {visibility: visible; opacity:1;}

.video-in-playlist { margin-left:-100%; margin-right:-100%;  background-color: #282828; padding-top:20px; padding-bottom:20px;}
.video-in-playlist .cactus-top-style-post.style-3 { width:1160px; margin-left:auto; margin-right:auto;}
button{background:#5D5D5D}
@media(max-width:1199px) {
	#mega-menu-item-681 .sub-content,
	#mega-menu-item-689 .sub-content {
		margin-left: 0 !important;
	}
}

@media(max-width:1199px) {
	.cactus-video-list-content .player-content { width:637px;}
	.cactus-video-list-content .video-listing { width:313px;}
	.cactus-video-list-content .video-listing .video-listing-content { height:288px;}
	.cactus-video-list-content .mCustomScrollBox{height:288px;}
	.video-in-playlist .cactus-top-style-post.style-3 { width:960px;}
}
@media(max-width:991px) {
	.cactus-video-list-content .player-content { width:100%; display:block; float:none}
	.cactus-video-list-content .video-listing { width:100%; display:block; float:none; padding:20px 0 0 0;}
	.cactus-video-list-content .video-listing .video-listing-content { height:350px; padding-top:0;}
	.cactus-video-list-content .mCustomScrollBox{height:350px; margin-top:0; padding-top:0;}
	.cactus-video-list-content .mCSB_scrollTools { bottom:0;}
	.cactus-video-list-content .mCSB_inside>.mCSB_container {margin-top:0; padding-top:0;}
	.cactus-video-list-content .cactus-widget-posts .cactus-widget-posts-item:last-child { padding-bottom:0;}
	.cactus-video-list-content .cactus-widget-posts .cactus-widget-posts-item .video-active { top:-10px; bottom:0;}
	.cactus-video-list-content .cactus-widget-posts .cactus-widget-posts-item.active:first-child .video-active {top:-15px}
	.cactus-video-list-content .cactus-widget-posts .cactus-widget-posts-item.active:last-child .video-active {bottom:0;}

	.open-video-playlist { display:block;}
	.fix-open-responsive { max-height:none; opacity:1; visibility: visible; transition:visibility 0.3s, opacity 0.3s, max-height 0.2s; -webkit-transition:visibility 0.3s, opacity 0.3s, max-height 0.2s;}
	.fix-open-responsive.active {max-height:1000px; opacity:1; visibility: visible; transition:visibility 0.3s, opacity 0.3s, max-height 0.6s; -webkit-transition:visibility 0.3s, opacity 0.3s, max-height 0.6s;}
	.cactus-video-list-content .video-listing .user-header { cursor:pointer;}

	.cactus-video-list-content .video-listing .user-header h6,
	.cactus-video-list-content .video-listing .user-header .posted-on { display:none;}


	.cactus-video-list-content .video-listing .user-header:after { display:table; content:''; clear:both;}
	.cactus-video-list-content .video-listing .user-header { border:none; margin-top:-30px;}
	.cactus-video-list-content .cactus-widget-posts .cactus-widget-posts-item:before { left:-20px; right:-20px;}
	.cactus-video-list-content .video-listing .user-header.active:before {content: '';bottom: 0;left:-20px; right:-20px;height: 2px;position: absolute;background-color: rgba(255,255,255,0.1);}

	.video-in-playlist .cactus-top-style-post.style-3 { width:740px;}
}
@media(max-width:767px) {
	.cactus-video-list-content .video-listing .video-listing-content { height:300px;}
	.cactus-video-list-content .mCustomScrollBox{height:300px;}

	.cactus-video-list-content { margin-left:0; margin-right:0;}
	.video-in-playlist .cactus-top-style-post.style-3 { width:100%;}
	.video-in-playlist { margin-left:-15px; margin-right:-15px; padding-left:15px; padding-right:15px;}

}
@media(max-width:480px) {
	.cactus-video-list-content .video-listing .video-listing-content { height:250px;}
	.cactus-video-list-content .mCustomScrollBox{height:250px;}
	.cactus-video-list-content .cactus-widget-posts .widget-posts-title { font-weight:normal;}
	.cactus-video-list-content .cactus-widget-posts .cactus-widget-posts-item { padding-bottom:17px; margin-bottom:15px;}
}

.cactus-video-list-content  .control-up, .cactus-video-list-content .control-down{
	border:solid 1px rgba(255,255,255,.25);
	background:rgba(0,0,0,.7);
	display:block;
	text-align:center;
	line-height:30px;
	height:30px;
	font-size:24px;
	text-decoration:none;
	cursor:pointer;
	margin-bottom:10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.cactus-video-list-content  .control-down{
	margin-top:10px;
	margin-bottom:0;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.cactus-video-list-content .control-up:hover, .cactus-video-list-content .control-down:hover{
	border-color:#f9c73d;
	color:#f9c73d;
}
/*Playlist*/

/*Top rated*/
.cactus-widget-posts { padding-bottom:20px;}
.widget-title + .cactus-widget-posts { margin-top:25px;}
.cactus-sidebar .widget-title + .cactus-widget-posts { margin-top:20px;}
.cactus-widget-posts .cactus-widget-posts-item { margin-bottom:20px;}
.cactus-widget-posts .cactus-widget-posts-item:after { display:table; clear:both; content:'';}
.cactus-widget-posts .widget-picture { width:25%; float:left; padding-left:7.5px; padding-right:7.5px;}
.cactus-widget-posts .widget-picture:hover .thumb-overlay{ visibility:visible; opacity:1;}
.cactus-widget-posts .widget-picture-content { padding-top:100%; position:relative; overflow:hidden;}
.cactus-widget-posts .widget-picture-content img { position:absolute; top:0; left:0; width:100%; height:auto; max-width:100%;}
.cactus-widget-posts .cactus-widget-posts-content {width:100%; float:left; padding-left:7.5px; padding-right:7.5px;}
.cactus-widget-posts .widget-picture + .cactus-widget-posts-content { width:69%;}
.cactus-widget-posts .widget-posts-title { margin-top:-4px; margin-bottom:1px; font-size:17.5px; padding-top:2px; padding-bottom:2px;}
.cactus-widget-posts .widget-posts-title a { color:rgba(28,28,28,1.0);}
.cactus-widget-posts .posted-on { margin-bottom:-3px;}
.cactus-widget-posts .posted-on .cactus-info time:before { display:none;}
.cactus-widget-posts .posted-on .cactus-info { color:rgba(255,255,255,1.00);}

.cactus-widget-posts .widget-posts-title:last-child { margin-bottom:-5px;}
.cactus-widget-posts .posted-on:last-child { margin-bottom:-7px;}

.dark-div .cactus-widget-posts .widget-posts-title a { color:rgba(153,153,153,1.0)}
.dark-div .cactus-widget-posts .widget-posts-title a:hover { color:rgba(255,255,255,1.0)}

@media(max-width:420px) {
	.cactus-widget-posts .widget-picture { width:35%; float:left; padding-left:7.5px; padding-right:7.5px;}
	.cactus-widget-posts .widget-picture + .cactus-widget-posts-content { width:65%;}
}
/*Top rated*/

/*Comment*/
.comment.depth-2 .children { padding-left:0;}
@media(max-width:480px) {
	.comment.depth-1 .children { padding-left:0;}
}
/*Comment*/

.cactus-new-feed .navi-channel {}
.cactus-new-feed .navi-channel:before { display:none;}

.channel-name-wrap { width:50%;}
.channel-name-wrap .table-channel-heading { display:table; width:100%;}
.channel-name-wrap h3 { text-transform:uppercase; display:table-cell; width:100%; vertical-align: middle; font-size:15px;}
.channel-name-wrap h3 a { color:rgba(95,95,95,1.0);}
.channel-name-wrap h3 a:hover { text-decoration:none;}
.channel-name-wrap .channel-picture { width:45px; height:45px; overflow:hidden; border-radius:50%; -webkit-border-radius:50%; float:left; margin-right:10px; display:table-cell; vertical-align: middle;}
.channel-name-wrap .channel-picture img { width:100%; height:auto}
.channel-name-wrap + .subs { margin-top:5px; line-height:0;}

@media(max-width:767px) {
	.channel-name-wrap { width:100%; float:none !important; text-align:center}
	.channel-name-wrap:after { display:table; clear:both; content:'';}
	.channel-name-wrap + .subs { margin-top:20px; width:100%; text-align:center;}
	.channel-name-wrap h3 { float:none; display:block; text-align:center;}
	.channel-name-wrap .channel-picture { float:none; display:inline-block; text-align:center; margin-right:0;}
}

.cactus-new-feed .cactus-sub-wrap { padding-bottom:1px; margin-bottom:30px; position:relative;}
.cactus-new-feed .cactus-sub-wrap:after { content:''; left:5px; right:5px; bottom:0; height:1px; display:block; position:absolute; background-color:#e7e7e7;}

.cactus-new-feed .no-subscribe { margin-top:-7px; margin-bottom:24px;}
.cactus-new-feed .btn-tdep,
.cactus-new-feed .btn-tdep:focus { background-color:#333333; color:rgba(255,255,255,1.00); border:none; font-size:13px; padding:8px 20px 9px 20px;}
.cactus-new-feed .btn-tdep i { font-size:12px; margin-right:6px;}
.cactus-new-feed .subs-button:not(.subscribed) .subs-row .subs-cell > span.subscribe-counter { border:1px solid #4141a0; border-top-left-radius:3px; border-bottom-left-radius:3px; -webkit-border-top-left-radius:3px; -webkit-border-bottom-left-radius:3px; border-right:0;}

.paging-navigation.channel{ margin-top:35px}
.cactus-sub-wrap .cactus-post-item .picture .thumb-overlay.fa-search:before{ content:"\f002";font-family: "FontAwesome"; border: 0;
	font-size: 14px;
	width: 40px;
	height: 40px;
	margin-left: -6px;
	margin-top: -7px;
	color:#fff;
}
/*Channel*/
/*fix bug play video on ipad*/
@media(min-width:767px) and (max-width:1024px) {
	.headline-search{ display:none; }
	.headline-search.toggled{ display:inline-block; }
}
/*Jwplayer 7*/
.cactus-jw7 .jw-media video{ top:0 !important; right:0 !important;  left:0 !important;  bottom:0 !important; transform: none !important;}
@media (max-width: 500px){
	.player-content.jw7-plr{min-height: 250px!important; }
	#player-embed .jwplayer.cactus-jw7 .jwplayer,
	#player-embed .jwplayer.cactus-jw7 {
		min-height: auto !important;
	}
}
.player-content-inner #player-embed > *:first-child, .player-content-inner .flowplayer{ max-width:100% !important; max-height:100% !important;}
/*- FV Flowplayer fix-*/
#player-embed .flowplayer .fp-ratio{padding-top: 56.25% !important;}


/*Comment*/
.comments-area * { line-height:1.5}
.comments-area .comment-reply-title,
.comments-area .comments-title { font-size:14px; font-weight:bold; text-transform:uppercase; letter-spacing:1px; margin-top:-10px; position:relative; padding-left:12px; margin-bottom:20px; padding-top: 4px; padding-bottom: 4px;}
.comments-area .comment-reply-title:before,
.comments-area .comments-title:before { content:''; width:3px; height:1em; background-color:rgba(250,218,26,1.0); display:block; position:absolute; left:0; top:50%; margin-top:-0.5em;}
.comments-area .comment-form > .comment-notes,
.comments-area label[for="author"],
.comments-area label[for="email"],
.comments-area label[for="url"],
.comments-area label[for="author"],
.comments-area label[for="comment"],
.comments-area .form-allowed-tags {display:none;}
.comments-area .comment-form > p { padding:0;}

.comments-area .comment-form textarea { height:80px;}
.comments-area .comment-form > .form-submit { margin-bottom:-10px;}
.comments-area .comment-form > .form-submit > #comment_submit { text-transform:uppercase;}

.comments-area .comment-form > .logged-in-as { margin-top:-6px; margin-bottom:24px; text-transform:capitalize;}
.comments-area .comment-form > .logged-in-as > a { font-weight:bold; color:rgba(28,28,28,1.0)}

.comments-area #author,
.comments-area #email,
.comments-area #url { width:50%;}

.comments-area footer { background-color:transparent;}
.comments-area ul,
.comments-area ol { list-style:none; padding:0; margin:0;}

.comments-area article[id^="div-comment-"] { position:relative; border-bottom:1px solid rgba(231,231,231,0.5); padding-bottom:30px; margin-bottom:30px; min-height:81px;}
.comments-area article.on {min-height:140px;}
.comments-area .comment-list > [id^="comment-"]:last-child:not(.parent) > article[id^="div-comment-"] {border-bottom:2px solid rgba(231,231,231,1.0);}

.comments-area .comment-list > [id^="comment-"]:last-child.parent { position:relative;}
.comments-area .comment-list > [id^="comment-"]:last-child.parent:after { content:''; position:absolute; left:0; bottom:-1px; background-color:rgba(231,231,231,1.00); width:100%; height:2px; display:block;}

.comments-area footer.comment-meta { position:absolute;}
.comments-area .comment-author,
.comments-area .comment-metadata { display:inline-block; position:relative}
.comments-area .comment-author > img { width:50px; height:50px; display:inline-block; vertical-align:top; margin-right:12px;}
.comments-area .comment-author > .says { display:none;}

.comments-area .comment-author > .fn > a,
.comments-area .comment-author > .fn,
.comments-area .comment-metadata a { color:rgba(153,153,153,1.0); display:inline-block; vertical-align:top; font-size:12px; text-transform:uppercase;}

.comments-area .comment-metadata a { font-weight:normal; text-transform: capitalize;}

.comments-area .comment-author > .fn:after { content:'.'; margin-left:3px; font-weight:700; text-decoration:none; font-size:12px; margin-right:4px;}

.comments-area .comment-metadata .edit-link { position:relative; padding-left:10px;}
.comments-area .comment-metadata .edit-link:before {content:'.'; margin-left:3px; font-weight:700; text-decoration:none; font-size:12px; display: block; position:absolute; margin-top:-6px; color:rgba(153,153,153,1.0); left:-1px; bottom:5px; top:0;}

.comments-area .comment-author > .fn,
.comments-area .comment-metadata a { margin-top:-5px;}

.comments-area .comment-content { padding-left:65px; padding-top:18px; margin-bottom:-10px;}
.comments-area .reply { position:absolute; top:-7px; right:0;}
.comments-area .reply a { font-size:12px;  color:rgba(153,153,153,1.0); text-transform:uppercase;}

.comments-area .children article[id^="div-comment-"] { padding-left:50px;}

.comments-area article[id^="div-comment-"] + #respond { padding-bottom:30px; border-bottom:1px solid rgba(231,231,231,0.5); margin-bottom:30px;}
.comments-area .children article[id^="div-comment-"] + #respond { padding-left:50px;}

.comments-area .comment-author > .fn > a:hover,
.comments-area .comment-metadata a:hover,
.comments-area .reply a:hover { color:rgba(68,68,68,1.0); text-decoration:underline;}
.comments-area .comment-list > [id^="comment-"]:last-child:not(:first-child) article[id^="div-comment-"] + #respond { margin-bottom:0; border:none; padding-bottom:0;}

@media(max-width:480px) {
	.comments-area article[id^="div-comment-"] { min-height:125px;}
	.comments-area article[id^="div-comment-"].on { min-height:160px;}
	.comments-area .children article[id^="div-comment-"] { padding-left:0;}
	.comments-area .reply { right:auto; left:-9px; top: 58px; width:65px;}

	.comments-area #author,
	.comments-area #email,
	.comments-area #url { width:100%;}
}
@media(max-width:400px) {
	.comments-area .comment-author > .fn:after { display:none;}
	.comments-area .children article[id^="div-comment-"] { padding-left:0;}
	.comments-area .reply { right:auto; left:-9px; top: 58px; width:65px;}
	.comments-area footer.comment-meta {left:0; right:0;}
	.comments-area .comment-metadata { position:absolute; top:18px; left:65px; right:0;}
	.comments-area .comment-content { padding-top:36px}
}

.comment-awaiting-moderation {  display: inline-block; padding: 0; line-height: 1; vertical-align: top; margin-top: -4px; color: rgba(255,0,0,1.0); padding-left: 10px; font-style: italic;}
@media(max-width:767px) {.comment-awaiting-moderation { position:absolute; bottom:100%; padding-left:0; left:0; margin-bottom:8px;}}

.post-live-comment .comment-awaiting-moderation { display:none;}
/*Comment*/


body > div.overlay { position:absolute;top:0;left:0;background-color:rgba(0,0,0,0.4);z-index:990; }


#hot-keywords li a.word { padding-left:8px; padding-right:8px; }
#hot-keywords li span.pipe:after { content:" | "; } 
#hot-keywords li span.pipe:last-child:after { content:""; } 

/* footer */
#bottom { background:#181818; padding: 35px 0;padding-bottom:15px; }
#bottom-nav{ background:#000;padding: 30px 0;border-top: solid 1px #2b2b2b; }
#bottom-nav li:before { content:'/';margin-right:8px;font-weight:bold;color:#c6c6c6; }
#bottom-nav li:first-child:before { content:''; }

#bottom .switcher {  }
#bottom .switcher > .row { ;margin:0px;padding:0;color:#c6c6c6; }
#bottom .switcher dl { margin-top:10px;border:1px solid #999;border-radius:2px;padding:0; }
#bottom .switcher dl dt { border-bottom:1px solid #999; padding:0 12px 12px 12px; }
#bottom .switcher dl dd { padding:0px; }

/* #bottom .switcher:hover > .row { border-top:2px solid #f9c73d; } */
#bottom .switcher h2 { color:#f9c73d;font-weight:900;font-size:1.2em; }
#bottom .switcher:hover h2 { color:#f9c73d; }
#bottom .switcher select { width:100%;color:#fff; }
#bottom .switcher select option { color:#f0f0f0;padding:2px 4px; }

#body.search h2.light-title { font-size:20px; }


#footer select { text-indent:5px;height:32px;line-height:32px;background-color:transparent;color:#fff; }
#footer select option { background-color:#3c3c3c;color:#fff;height:32px;line-height:32px; }

/*
@media (min-width: 768px) {
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
	}
}
*/


#top-nav .dropdown-menu { margin-left:400px; }

@media (max-width: 768px) { 
  #top-nav .dropdown-menu { margin-left:50px; }
}
@media (min-width: 750px) and (max-width: 970px) {
  #top-nav .dropdown-menu { margin-left:100px; }
}
@media (min-width: 970px) and (max-width: 1170px) {
  #top-nav .dropdown-menu { margin-left:200px; }
}
@media (min-width: 1170px) {
  #top-nav .dropdown-menu { margin-left:400px; }
}


/*
@media (max-width: 1200px) {ul.nav.navbar-nav.nav-ul-menu.hidden-xs { margin-top:-10px; }}
@media (max-width: 991px){ ul.nav.navbar-nav.nav-ul-menu.hidden-xs { margin-top:-28px; } }
*/

/* #aside .item-info .item-meta { margin-top:4px; } */
#aside .item-info a.channel { color:#9e9e9e; text-decoration:none; }
#aside .item-info a.channel > * { vertical-align:middle; }
#aside .item-info a.channel:hover{ color:#666; }


a.no-icon-style {font-weight:bold;color:#777; }
#aside a.no-icon-style { font-size:0.85em; }


@media (max-width: 768px){
  #footer ul.pull-right.xs-left {
    float:left !important;
    margin-left:4px;
  }
  #footer ul.pull-right.xs-left li {
    text-align:left;
  }
}


.alert.restricted {  margin:15px 0;margin-bottom:0;padding:8px 15px;font-weight:bold; }
.alert.restricted a.restricted{ background-color:#ae9c62;padding:2px 6px;margin:0;text-decoration:none;color:#fff;}
.alert.restricted a.restricted:hover { background-color:#9e7c42;color:#fff;}

.alert.restricted .ct-btn { transition:all .2s ease;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;background:#4141a0;color:#fff;padding:14px 24px;border-radius:3px;font-size:1.5em;display:inline-block;margin:0 10px 10px 0}
.alert.restricted .ct-btn .fa{margin:0 5px 0 0}
.alert.restricted .ct-btn.small{padding:2px 15px;font-size:1em}
.alert.restricted .dark-div .ct-btn:hover{background:#fff;color:#000}

/* #header .navbar-nav.nav-ul-menu.hidden-xs { min-width:684px; } */

.item-thumbnail a > span.link-overlay.fa { display:block; }
#top-nav .navbar-nav li.active > a { color:#f9c73d;background-color:transparent; }


.uppercase { text-transform: uppercase; } 
.lowercase { text-transform: lowercase; } 
.capitalize { text-transform: capitalize; }

.col-main {width:65%;float:left;padding-left:10px;}
.col-aside {width:35%;float:left;}
.container.flex { max-width:1170px; }
@media (min-width:992px){
  .container { max-width:1170px; }
  .flex #content.view {padding-left:15px;}
}

@media (max-width: 992px){
  .col-main {width:100% !important;clear:both;padding-left:10px !important;padding-right:10px;}
  .col-aside {width:100% !important;clear:both;}
  #top-nav .headline-search.toggled { width:100%;}
}

@media (min-width:768px) and (max-width:992px){
  .col-main {width:100% !important;clear:both;padding-left:10px !important;padding-right:10px !important;max-width:748px;float:none;}
  .col-aside {width:100% !important;clear:both;max-width:748px;float:none;}
  .container.flex > .row { text-align:center; }
  .container.flex #content { margin-left:auto;margin-right:auto;text-align:left;max-width:748px; }
  .container.flex #aside { margin-left:auto;margin-right:auto;text-align:left;max-width:748px; }

  #header .hidden-xs { display:none !important; }
  #header .visible-xs { display:inline-block !important; }
  #header .navi-tabs { min-width:700px; }
  #header .custom-container { height:75px;overflow:hidden; }
  #top-nav .headline-search.toggled { position:absolute;left:0;margin-left:0;margin-top:-5px;text-align:center;width:100%;background:#111;}
  #top-nav .headline-search.toggled > form  { max-width:720px;margin:0 auto; }
}

#header .main-menu.collapse.navbar-collapse { height:75px !important; overflow:hidden !important; }
#header ul.navbar-nav.nav-ul-menu.hidden-xs {line-height:75px; }
#header .main-menu.collapse.navbar-collapse .pull-right {line-height:75px; }

.clearfix.ad-neck {
  height:6px;
}
@media (min-width:768px) {
  .clearfix.ad-neck {
    height:12px;
  }
}
.ui-helper-hidden-accessible { display:none; }

.video-item .item-meta span.vendor.icon-youtube { margin:0;padding:0;height:16px;width:16px;background:url(/i/icon/youtube.png) no-repeat 50% 50%;margin-right:0; }
.video-item .item-meta span.vendor.icon-vimeo { margin:0;padding:0;height:16px;width:16px;background:url(/i/icon/vimeo.png) no-repeat 50% 50%;;margin-right:0; }
.video-item .item-meta span.vendor.icon-dailymotion { margin:0;padding:0;height:16px;width:16px;background:url(/i/icon/dailymotion.png) no-repeat 50% 50%;;margin-right:0; }
.video-item .item-meta span.vendor.icon-ebaumsworld { margin:0;padding:0;height:16px;width:16px;background:url(/i/icon/ebaumsworld.png) no-repeat 50% 50%;;margin-right:0; }
.video-item .item-meta span.vendor.icon-flickr { margin:0;padding:0;height:16px;width:16px;background:url(/i/icon/flickr.png) no-repeat 50% 50%;;margin-right:0; }
.video-item .item-meta span.vendor.icon-liveleak { margin:0;padding:0;height:16px;width:16px;background:url(/i/icon/liveleak.png) no-repeat 50% 50%;;margin-right:0; }

div.ad-slot {width:100%;display:block;clear:both;height:auto;margin-bottom:15px;}
div.ad-slot.center {text-align:center; }
div.ad-slot.center > div {width:99%;margin:0 auto 0 auto;height:auto; }
/*
div.ad-slot.center {display:flex;justify-content:center;width:100%;height:auto;clear:both;}
div.ad-slot.center > div {width:100%;flex:1 1 auto;align-self:stretch;}

div.ad-slot.mobile { margin:0 7.5px 0 7.5px; }
*/
