@charset "utf-8";

@font-face {
    font-family:'NanumBarunGothic'; src: url('//download.newstapa.org/common/NanumBarunGothicWeb.woff') format('woff');
}

@font-face {
    font-family:'NanumBarunGothicBold'; src: url('//download.newstapa.org/common/NanumBarunGothicBoldWeb.woff') format('woff');
}
 

/* ---------------------------
	기본 엘레멘트
------------------------------ */
* {
    font-family: 'Apple SD Gothic Neo', 'NanumBarunGothic', NanumGothic, 'Gulim', 'Malgun Gothic', sans-serif;
}
body, h1, h2, h3, h4, h5, h6, p, span {
    font-family: 'Apple SD Gothic Neo', 'NanumBarunGothic', NanumGothic, 'Gulim', 'Malgun Gothic', 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;
    color: #993300;
}

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, input[type='text'], input[type='email'], input[type='url'], input[type='number'],input[type='password'],select, .light-div textarea,.light-div  input[type='text'],.light-div  input[type='email'],.light-div input[type='url'], .light-div input[type='number'],.light-div input[type='password'],.light-div select {
    background-color: #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%;
}

blockquote {
padding: 12px 24px 12px 30px;
margin: 2em 0 2em 0.8em;
border-left: 4px solid #fc9826;
background-color: #f9f9f9;
position: relative;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
box-shadow: 0 1px 1px rgba(0,0,0,0.125);
}
blockquote:before {
position: absolute;
top: 50%;
margin-top: -17px;
left: -17px;
background-color: #fc9826;
color: #fff;
content: "''";
width: 30px;
height: 30px;
border-radius: 100%;
text-align: center;
line-height: 30px;
font-weight: bold;
font-family: 'Apple SD Gothic Neo','NanumBarunGothic',NanumGothic,'Gulim','Malgun Gothic';
}
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: #2f3c4e;
    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 {
    list-style: none;
}

ul li {
    padding-left: 12px;
    line-height: 2em;
    position: relative;
}

ul li:before {
    position: absolute; 
    left: 0;
    top: 2px;
    font-size: 7px;
    color: #2f3c4e;
}

ul ol > li:before {
    content: '';
}

ul ul li {
    line-height: 2em;
}

ul ul li:before {
    content: '\f10c';
}

ul ul ul li:before {
    content: '\f0c8';
}

ol 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,select:focus {
    color: #C6C6C6;
    border: solid 1px #2f3c4e;
}

::-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-color: #2f3c4e;
    border: solid 1px #2f3c4e;
    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-color: #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*/

/* -------------------------
	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-color: #171717;
    color: #5f5f5f;
}

.dark-div button:hover,.dark-div input[type='submit']:hover {
    border: solid 1px #fc9826;
    background-color: #fc9826;
    color: #000;
}
/*boxed*/
.boxed-container {
    padding: 0;
    box-shadow: 0 0 15px 2px rgba(0,0,0,.15);
    background-color: #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-color: #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-color: #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-color: #282828;
    text-decoration: none;
}

.off-canvas-toggle {
    float: left;
    margin-left: 15px;
}

.off-canvas-inner ul li:before {
    content: '';
}

.off-canvas-inner ul li a:before {
    content: '\f105';
    display: inline-block;
    font-family: Fontawesome;
    color: #fc9826;
    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: #fc9826;
    text-decoration: none;
    transition: all ease .1s;
}

.dark-div ul li:before {
    color: #fc9826;
}
/*HEADER*/
.logo {
    line-height: 50px;
    height: 50px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .logo {
        display: block;
        text-align: center;
        margin: 0 40px 0 40px;
    }

    .logo img {
        max-height: 60px;
    }
}

#top-nav .navbar {
    margin-bottom: 0px;
}

#top-nav .navbar-inverse {
    background-color: #171717; 
    background-color: #111111; 
}

#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.is-fixed-nav {
    margin-top: 50px;
    z-index: 9999;
}
/*search
#searchsubmit{
	display:none;
}
.main-menu .search-form{
	margin:0;
	padding:5px 0 5px 5px;
	position:relative;
	height:50px;
	text-align:center;
	color:#fff;
}
.main-menu .search-form label{
	text-indent:100%;
	overflow:hidden;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin:0;
	float:right;
	cursor:pointer;
	position:relative;
}
.main-menu .search-form label:before{
	content: "\f002";
	font-family: FontAwesome;
	position: absolute;
	font-size: 22px;
	top:0px;
	right:10px;
	font-weight:100;
}
.main-menu .search-form input[type="text"]{
	width:0px;
	padding:0 1px;
	height: 40px;
	line-height: 28px;
	border:none;
	vertical-align:middle;
	background:none;
	position:absolute;
	z-index:2;
	right:40px;
	background:#171717;
	transition:all .3s ease .15s;
	color:#fff;
}
.main-menu .search-form input[type="text"]:focus{
	width:200px;
	outline:none;
	border:none;
	padding-left:10px;
	box-shadow:none;
	transition:all .3s ease;
}
*/
/*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;
    font-weight: bold;
}

.main-menu li:before {
    content: '';
    padding: 0;
}

.dropdown-submenu {
    position: relative;
}

#top-nav .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    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 {
    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: #FFFFFF;
    padding: 9px 10px;
    margin: 8px 15px;
    border-color: #FFFFFF;
    background: transparent;
    float: left;
}

.dark-div .topnav-light .navbar-toggle {
    border-color: #e7e7e7;
}

.dark-div .navbar-toggle:hover, .dark-div .topnav-light .navbar-toggle:hover {
    background-color: #fc9826;
    border-color: #fc9826;
}

.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 {
    color: #fc9826;
}

.topnav-light.light-div .user_curent.navbar-right a:hover {
    color: #fc9826;
}

#top-nav .dropdown-menu {
    min-width: 200px;
    padding: 0;
    margin: 0;
    font-size: 13px;
    background-color: #2e3c4e;
    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: #ffffff;
    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: #fc9826;
    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: #fc9826;
    background-color: #565656;
}

#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-color: #000000;
    line-height: 50px;
}

.headline-content .headline {
    line-height: 2em;
    padding-top: 10px;
}

.topnav-light#headline {
    background-color: #2f2f2f;
    -moz-box-shadow: inset 0px 0px 4px rgba(0,0,0,1);
    -webkit-box-shadow: inset 0px 0px 4px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 4px rgba(0,0,0,1);
    padding-bottom: 19px;
}

.social-links .social-icon {
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    width: 24px;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    line-height: 22px;
    transition: all .2s ease;
}

.topnav-dark .social-icon, .topnav-light .social-icon {
    border-radius: 6px;
    width: 34px;
    line-height: 32px;
    font-size: 14px;
    margin-right: 3px;
}

.topnav-dark .search-toggle {
    margin-right: -3px;
}

.topnav-dark .social-icon {
    border-color: #2b2b2b;
    background-color: #171717;
}

.social-links a.social-icon:hover {
    text-decoration: none;
}

.topnav-light .social-links a.social-icon {
    border-color: #e7e7e7;
    background-color: #494949;
}

.topnav-light .social-links a.social-icon:hover {
    border-color: #171717;
    background-color: #171717;
    color: #fff;
}

.pathway, .pathway a, .dark-div .pathway a {
    color: #5f5f5f;
}

.pathway a:hover, .dark-div .pathway a:hover {
    color: #fc9826;
}

#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-color: #f3f3f3;
    color: #8e8e8e;
}

.light-div .headline-search button {
    padding: 6px 12px 5px;
}

.dark-div .light-div .headline-search button:hover {
    background-color: #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: 40px;
        width: auto;
        margin-left: 0px;
    }

    .topnav-dark .social-icon,.topnav-light .social-icon {
        border-radius: 3px;
        width: 24px;
        line-height: 22px;
        font-size: 13px;
        margin-right: 3px;
    }
}

/*slider & maintop sidebar*/
#slider {
    background-color: #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: #5b5b5b;
    border: 1px solid #272727;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dark-form .input-group-btn .btn-default {
	background-color: #333333;
	border: 0px;
    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: #fc9826;
}

.dark-form .input-group:hover .form-control {
    border-color: #fc9826;
    border-right-color: #373737;
}

.dark-form .input-group:hover .form-control:focus {
    border-color: #fc9826;
}

.dark-form .input-group:hover .input-group-btn .btn-default {
    border-color: #fc9826;
}

.dark-form .form-control:focus ~ span .maincolor1hover {
	background-color: #fc9826;
	border: 1px solid #fc9826; 
}
/*FOOTER*/
#bottom {
  background-color: #F0F0F0;
  border-top: 1px solid #D3D3D3;
  padding: 15px 0 0 0;
}

#bottom .widget-title {
    font-size: 23px;
    margin: 0 0 25px;
}

#bottom-nav {
    background-color: #1a212a;
    padding: 30px 0;
    border-top: solid 1px #2b2b2b;
    color: #9aa0a6;
}

.bottom-menu li {
    border-right: solid 1px #3c3c3c;
    line-height: 20px;
    padding: 0 15px;
}

.bottom-menu li:last-child {
    border: none;
}

.bottom-menu li:before {
    content: '';
}

/*SIDEBAR*/
#sidebar {
    margin-top: 30px;
    margin-bottom: 30px;
}
/*widget*/


.widget {
    background-color: #FFF;
    border-bottom: 1px solid #d3d5d7;
    -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
    -moz-box-shadow: 0 0 5px 0 #e2e3e4;
    box-shadow: 0 0 5px 0 #e2e3e4;
    position: relative;
    margin-bottom: 30px;
    padding: 1px 30px 35px;
}
 

.widget-top-rated, .widget-top-viewed, .widget-top-commented, .widget-top-liked {
    border: solid 1px #e7e7e7;
    border-radius: 4px;
    padding: 25px 30px 20px;
}

.tm_recent_comments {
    padding-bottom: 0;
}

.widget-tabs .tabs li {
    float: left;
    margin: 0 20px 10px 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.widget li {
    list-style: none;
    color: #4b525c;
    border-bottom: 1px solid #ecedee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.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: 16px;
    font-weight: bold;
    border-bottom: 2px solid #ecedee;
    margin-bottom: 20px;
    line-height: 28px;
    position: relative;
}

.widget-title > i {
    background-color: #2f3c4e;
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
}
/*top carousel*/
#top-carousel {
    background-color: #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: 0px;
}

.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 .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 #2f3c4e;
    color: #2f3c4e;
    padding: 0 12px !important;
    line-height: 30px;
    display: inline-block;
    margin: 0 3px;
}

.wp-pagenavi a:hover, .wp-pagenavi .current {
    background-color: #2f3c4e;
    color: #fff;
    text-decoration: none;
}

/*video item*/
.video-item {
 
}

.video-item h2, .video-item h2 a {
    font-size: 15px;
    line-height: 1.4;
    color: #5f5f5f;
    margin: 0 0 10px 0;
}

.video-item h2 a:hover {
}

.video-item h2 a:hover, .video-item h3 a:hover {
    text-decoration: none;
    color: #2f3c4e;
}

.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 {
    display: none;
    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;
    border: 1px solid #ffffff;
}

.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: 35%;
    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); 
}

@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 [class^="fa-"],.video-item  .item-meta [class*=" fa-"] {
    font-size: 14px;
}

.video-item .item-meta span {
    line-height: 21px;
    margin-right: 20px;
}

.video-item .item-meta span > i {
    margin-right: 2px;
}
/*list rating*/
@media (min-width: 992px) {
    .list-rating-item .col-md-1, .list-rating-item .col-md-2, .list-rating-item .col-md-3, .list-rating-item .col-md-4, .list-rating-item .col-md-5, .list-rating-item .col-md-6, .list-rating-item .col-md-7, .list-rating-item .col-md-8, .list-rating-item .col-md-9, .list-rating-item .col-md-10, .list-rating-item .col-md-11, .list-rating-item .col-md-12, .list-rating-item .col-lg-1, .list-rating-item .col-lg-2, .list-rating-item .col-lg-3, .list-rating-item .col-lg-4, .list-rating-item .col-lg-5, .list-rating-item .col-lg-6, .list-rating-item .col-lg-7, .list-rating-item .col-lg-8, .list-rating-item .col-lg-9, .list-rating-item .col-lg-10, .list-rating-item .col-lg-11, .list-rating-item .col-lg-12 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .list-rating-item.row, .list-rating-item .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .list-rating-item [class^="col-"]:last-child .video-item {
        border: none;
    }
}

.list-rating-item .video-item {
    padding-top: 20px;
    padding-bottom: 19px;
    border-bottom: solid 1px #e7e7e7;
    margin-bottom: 0;
}

.list-rating-item .video-item .item-info {
    margin-top: -4px;
}
/*CONTENT*/
#content {
    margin-top: 30px;
    margin-bottom: 30px;
}

#content_commence a {
    color: #993300;
}

.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 .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: 14px;
    margin: 0;
    color: #5f5f5f;
}

.item-head {
    color: #8a8a8a;
}

.smart-item {
    float: left;
}

.smart-item.it-row .row .col-md-3 {
    margin-bottom: 17px;
}

.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: 0px;
}
/*.smart-item .item-thumbnail{
	position:relative; width:100%; height:0; padding-top:56.25%;
}
.smart-item .item-thumbnail img{
	width:100%;
	position:absolute; top:0; left:0;
}*/
.smart-box-style-1 .smart-item .col-md-3 .item-thumbnail img, .smart-box-style-1 .smart-item .col-md-2 .item-thumbnail img {
    margin-bottom: -2px;
}

/*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 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: #2f3c4e;
}

.video-item .item-date {
font-size: 15px;
color: #808080;
}

.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: #fc9826;
}

.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-color: #fc9826;
}

/*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: #fc9826;
    transition: all .2s ease;
}

.bgcolor1, .bgcolor1hover:hover, a.bgcolor1hover:hover {
    background-color: #fc9826;
    color: #000;
    transition: all .2s ease;
}

.bordercolor1, .bordercolor1hover:hover {
    border-color: #fc9826;
    transition: all .2s ease;
}

.maincolor2, a.maincolor2, .maincolor2hover:hover, a, a:hover, .dark-div .maincolor2hover:hover {
    color: #2f3c4e;
}

.bgcolor2, .bgcolor2hover:hover {
    background-color: #2f3c4e;
    color: #fff;
    transition: all .2s ease;
}

.bordercolor2, .bordercolor2hover:hover {
    border-color: #2f3c4e;
    transition: all .2s ease;
}
.maincolor3, a.maincolor3, .maincolor3hover:hover, a, a:hover, .dark-div .maincolor3hover:hover {
    color: #919191;
}

.bgcolor3, .bgcolor3hover:hover {
    background-color: #919191;
    color: #fff;
    transition: all .2s ease;
}

.bordercolor3, .bordercolor3hover:hover {
    border-color: #919191;
    transition: all .2s ease;
}

.light-title {
    /*
	font-size: 19px;
    */
	font-weight: bold;
    margin: 10px 0 10px 0;
    color: #2f3c4e;
    display: inline-block;
    vertical-align: middle;
}

@media(max-width:767px) {
    .light-title {
        font-size: 19px;
    }
}

.light-title.title {
    font-size: 22px;
}

.light-button {
    border-radius: 3px;
    border: solid 1px #2f3c4e;
    background-color: #2f3c4e;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    transition: all .2s ease;
}

.light-button:hover {
    background-color: #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-color: #fc9826;
}

/*SINGLE*/
#player {
    background-color: #171717;
    color: #fff;
}

.video-player {
    position: relative;
    min-height: 50px;
}

.player-content {
    text-align: center;
}

.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: #fc9826;
}

.player-button .prev-post {
    float: left;
}

.player-button .next-post {
    float: right;
}

.video-toolbar-inner {
    border: solid 1px #e7e7e7;
    border-top: none;
    color: #c6c6c6;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 13px;
    overflow: hidden;
}

.video-toolbar-item {
    float: left;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    border: solid 1px #e7e7e7;
    margin: -1px 0 -1px -1px;
}

.video-toolbar-item:hover {
    background-color: #fbfbfb;
}

.video-toolbar-item a, .video-toolbar-item.count-cm a {
    color: #c6c6c6;
}

.video-toolbar-item a:hover {
    text-decoration: none;
}

.video-toolbar-item.pull-right {
    margin: -1px -1px -1px 0px;
    color: #8b8b8b;
    font-size: 13px;
}

.wrap-toolbar-item {
    display: inline-block;
    vertical-align: middle;
}

.container:not(.boxed-container) #video-toolbar .container {
    padding: 10px 0;
}

.video-toolbar-item .middlefix {
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
}

.like-bar {
    background-color: #e7e7e7;
    height: 3px;
    overflow: hidden;
    width: 100%;
}

.like-bar span {
    width: 100%;
    height: 3px;
    display: block;
    background-color: #18b736;
}

.video-toolbar-item * {
    line-height: 1.4;
}

.toolbar-views-number {
    font-size: 22px;
}

.toolbar-views-label {
    font-size: 11px;
}

.like-dislike > span.like {
    margin-right: 15px;
}

.video-toolbar-item-like-bar .wrap-toolbar-item {
    width: 100%;
}
/*favorite*/
.video-toolbar-item.tm-favories .wpfp-link {
    font-size: 0px;
}

.video-toolbar-item.tm-favories .wpfp-link:before {
    content: "\f005";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}

.video-toolbar-item.tm-favories .wpfp-link[href^="?wpfpaction=remove"]:before, .video-toolbar-item.tm-favories .wpfp-link:hover {
    color: #2f3c4e;
}

.video-toolbar-item.tm-favories .wpfp-span .wpfp-img:first-child {
    display: none;
}

.player-button .next-post.same-cat a:hover,
.player-button .prev-post.same-cat a:hover {
    background-color: #fc9826;
    color: #000;
    transition: all ease .2s;
}

.player-button .bgcolor-hover:hover {
    background-color: #fc9826;
    color: #000;
    transition: all ease .2s;
}

article.single-video-view .item-info { 
    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-color: #fff;
    border: solid 1px #e7e7e7;
    border-radius: 3px;
    padding: 2px 8px;
    font-size: 18px;
    position: absolute;
    top: -12px;
}

.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-color: #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;
}

.single-post-pagi {
    margin: 10px auto;
    text-align: center;
}

.single-post-pagi > span {
    background-color: #e7e7e7;
}

.tm-social-share .social-icon {
    margin-left: 5px;
}

@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-color: #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;
}

.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, #content_video {
    max-height: 100%;
}

.format-video .item-thumbnail .player-embed iframe {
    max-height: 231px;
}

@media(max-width:767px) {
    .format-video .item-thumbnail .player-embed iframe, #player-embed iframe {
        max-height: 400px;
    }
    #content_video {
	    width: 100%;
	    height: auto;
    }
}

@media(max-width:560px) {
    .format-video .item-thumbnail .player-embed iframe, #player-embed iframe {
        max-height: 330px;
    }
    #content_video {
	    width: 100%;
	    height: auto;
    }
}

@media(max-width:480px) {
    .format-video .item-thumbnail .player-embed iframe, #player-embed iframe {
        max-height: 250px;
    }
    #content_video {
	    width: 100%;
	    height: auto;
    }
}

.format-audio > .row > .col-md-6.col-sm-6 {
    width: 100%;
}

.format-audio .item-thumbnail {
    margin-bottom: 15px;
}

.format-standard.no-thumbnail > .row > .col-md-6.col-sm-6 {
    width: 100%;
}
/*search result*/
.search-listing-content {
    margin-top: 20px;
}

.search-listing-content .no-thumbnail > .row > .col-md-9.col-sm-9 {
    width: 100%;
}

.search-listing-content .blog-item {
    padding-top: 20px;
    margin-top: 0;
    border-top: solid 1px #e7e7e7;
    border-bottom: 0;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.search-listing-content .ajax-load-post .post_ajax_tm {
    padding-top: 20px;
    margin-top: 0;
    border-top: solid 1px #e7e7e7;
    border-bottom: 0;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.search-listing-content .ajax-load-post .post_ajax_tm .item-head {
    padding: 0 0 0 0;
}

.search-listing-content .ajax-load-post .post_ajax_tm .item-head h3 a:hover {
    color: #2f3c4e;
    text-decoration: none;
    transition: all ease 0.2s;
}

.search-listing-content .item-head {
    margin-top: -3px;
}

.search-listing-content .blog-item:first-child {
    border-top: 0;
}

.search-listing-content .ajax-load-post .post_ajax_tm .item-meta span {
    line-height: 21px;
    margin-right: 20px;
    color: #c6c6c6;
}

.search-listing-content .ajax-load-post .post_ajax_tm .item-date {
    color: #c6c6c6;
}

.advance-search-form .orderby label,
.advance-search-form .order label,
.advance-search-form .lookin label {
    color: #5f5f5f;
}

.advance-search-form .orderby select,
.advance-search-form .order select,
.advance-search-form .lookin select {
    color: #8e8e8e;
    background-color: #f3f3f3;
}
/* ASF Widget */
.widget-asf  .asf {
    position: relative;
    padding-right: 62px;
}

.widget-asf .select {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
    width: auto;
    overflow: hidden;
    padding: 0;
}

.widget-asf .searchtext {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.widget-asf .button-wrap {
    display: inline-block;
    width: 62px;
    position: absolute;
    right: 1px;
    top: 0;
}

.widget-asf .button-wrap input[type="submit"] {
    background-color: #FFF;
    border: 1px solid #E7E7E7;
    color: #8E8E8E;
    padding: 0px 10px;
    border-radius: 0 2px 2px 0;
    height: 34px;
    line-height: 32px;
}

.widget-asf input.ss {
    padding: 5px 5px 5px 75px;
    border-radius: 3px 0 0 3px;
    width: 100%;
    background-color: #FFF;
    line-height: 22px;
    height: 34px;
}

.widget-asf input.ss.loading {
    background: none;
}

.widget-asf .select-inner {
    position: relative;
}

.widget-asf .select-inner .s-chosen-cat {
    padding: 0 15px;
    background-color: #F3F3F3;
    color: #8e8e8e;
    border-right: 1px solid #E7E7E7;
    border-radius: 2px 0 0 2px;
    display: block;
    height: 32px;
    line-height: 32px;
}

.widget-asf .select-inner .s-chosen-cat:hover {
    cursor: pointer;
}

.widget-asf .select-inner .s-chosen-cat i {
    margin-left: 5px;
}

.widget-asf .select-inner select {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    cursor: pointer;
    max-width: 1000px;
    height: 34px;
    margin: 0;
    min-width: 180px;
}

.widget-asf .select-inner select option {
    padding: 5px 10px;
}

.widget-asf .suggestion ul {
    padding: 0;
    margin: 0;
}

.widget-asf .searchtext .suggestion li a {
    height: auto;
}

.widget-asf .searchtext i {
    position: absolute;
    right: 4px;
    top: 3px;
    color: #C6C6C6;
}

.widget-asf .searchtext i:hover {
    cursor: pointer;
}

.widget-asf input[type='submit'] {
    width: auto;
}

.suggestion ul li {
    padding-left: 0;
}

.suggestion ul li:before {
    content: '';
}

/* Search Form in Dark background */
.widget-asf.dark {
}

.dark-div .widget-asf .select-inner .s-chosen-cat,.dark-div .widget-asf .button-wrap input[type="submit"] {
    background-color: #222222;
    border-color: #373737;
    color: #C6C6C6;
}

.dark-div .widget-asf input.ss,.dark-div .widget-asf input.ss::place-holder,.dark-div .widget-asf input.ss::-moz-place-holder {
    color: #C6C6C6;
}

.dark-div .widget-asf input.ss {
    background-color: #171717;
}

.light-div .widget-asf input,.light-div .widget-asf input[type='submit'] {
    margin: 0;
}

.light-div .widget-asf .select-inner .s-chosen-cat,.light-div .widget-asf .button-wrap input[type="submit"] {
    background-color: #f3f3f3;
    border-color: #E7E7E7;
    color: #8E8E8E;
}

.light-div .widget-asf .button-wrap input[type="submit"]:hover {
    background-color: #fff;
    border-color: #E7E7E7;
}

.light-div .widget-asf input.ss {
    background-color: #fff;
    border-color: #E7E7E7;
}

.light-div .widget-asf .button-wrap input[type="submit"],.light-div .widget-asf input[type='text'] {
    border-color: #e7e7e7;
    color: #8e8e8e;
}

/* Override some properties */
#body-wrap .widget-asf .suggestion {
    top: 35px;
    background-color: #FFF;
    border: 1px solid #E7E7E7;
    border-top: none;
    left: 62px;
    min-height: 30px;
}

#body-wrap .shortcode-asf .widget-asf .suggestion {
    top: 40px;
    left: 0px;
}

#body-wrap .searchtext .suggestion li a {
    border: none;
    color: #8e8e8e;
    padding: 8px 15px;
}

#body-wrap .searchtext .suggestion li.active a,#body-wrap .searchtext .suggestion li a:hover {
    background-color: #E7E7E7;
}

/* Search Form in Search Results Page */
.shortcode-asf {
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    padding: 20px 25px 25px 25px;
    position: relative;
}

.shortcode-asf .asf-tags .hide {
    display: inline-block !important;
}

.shortcode-asf.max-height {
    max-height: none;
}

.shortcode-asf.max-height .asf-tags .hide {
    display: none !important;
}

.shortcode-asf .widget-asf {
    border: 3px solid #F9F9F9;
    border-radius: 3px;
}

.shortcode-asf .widget-asf input.ss {
    padding-left: 10px;
}

.shortcode-asf .widget-asf input,.shortcode-asf .widget-asf select {
    margin: 0;
}

.shortcode-asf .asf-tags {
    display: block;
    border-top: 1px solid #E7E7E7;
    padding-top: 20px;
    margin-top: 15px;
}

.shortcode-asf .asf-tags .search_tags a {
    display: inline-block;
    border: 1px solid #E7E7E7;
    padding: 0 10px;
    border-radius: 3px;
    color: #A1A1A1;
    margin: 0 10px 10px 0;
}

.shortcode-asf .asf-tags .search_tags a.filtered,.shortcode-asf .asf-tags .search_tags a:hover {
    text-decoration: none;
    background-color: #2f3c4e;
    color: #FFF;
    transition: all ease .2s;
    border-color: #2f3c4e;
}

.shortcode-asf .asf-filter {
    margin-top: 8px;
}

.shortcode-asf label {
    font-weight: normal;
    margin-right: 35px;
}

.shortcode-asf label input,.shortcode-asf label select {
    margin-left: 10px;
    width: auto;
}

.shortcode-asf .asf-more {
    position: absolute;
    bottom: -11.5px;
    left: 50%;
    margin-left: -38px;
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    padding: 0 10px;
    background-color: #FFF;
    line-height: 19px;
    padding-bottom: 1px;
}

.shortcode-asf .asf-more:hover {
    cursor: pointer;
}

/* Shortcode CheckList */
ul.fa-ul li {
    text-indent: 0;
}

.icon-checklist ul {
    margin: 0;
    padding: 0;
}

.icon-checklist li {
    padding-left: 6px;
}

.icon-checklist li:before {
    content: '';
    padding-right: 0;
}

.icon-checklist li i {
    color: #2f3c4e;
}

.icon-checklist .border {
    border: 1px solid #2f3c4e;
    border-radius: 999em;
    display: inline-block;
    height: 20px;
    margin: 0 5px 5px 0;
    text-align: center;
    width: 20px;
    line-height: 16px;
}

/* Shortcode Tour Tab */
.wpb_tour_next_prev_nav {
    display: none;
}

.wpb_tour {
    border: 1px solid #EFEFEF;
    border-radius: 3px;
}

.container .wpb_tour .wpb_tabs_nav li.ui-tabs-active,.container .wpb_tour .wpb_tabs_nav li:hover,.container .wpb_tour .wpb_tabs_nav li {
    background-color: #FFF;
    margin-top: -1px;
    transition: none;
    margin-right: -1px;
    border-right: 1px solid #EFEFEF;
    font-size: 15px;
}

.container .wpb_tour .wpb_tabs_nav li a {
    color: #5F5F5F;
}

.container .wpb_tour .wpb_tabs_nav li a:hover {
    color: #2f3c4e;
}

.wpb_tour .wpb_tabs_nav {
    border: 1px solid #EFEFEF;
    border-left: none;
    border-bottom: none;
}

.container .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
    border-left: 1px solid #EFEFEF;
    margin-left: -1px;
    padding: 20px;
    opacity: 1 !important;
}

.container .wpb_tour .wpb_tabs_nav li.ui-tabs-active {
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #FFF;
}

.container .wpb_tour .wpb_tabs_nav li:first-child {
    border-top: none;
    border-top-left-radius: 3px;
}

@media (max-width: 480px) {
    .container .wpb_tour .wpb_tabs_nav li,.container .wpb_tour .wpb_tabs_nav li:hover {
        border-right: none;
    }
}

/* Shortcode Button (VC Default) */
.container .wpb_button {
    color: #FFF;
    padding: 22px 30px;
    border-radius: 3px;
    font-size: 1.5em;
    border: none;
    text-shadow: none;
}

.container .wpb_button {
    padding: 13px 20px;
    font-size: 1em;
}

.container .wpb_button:hover {
    background-color: #000;
    color: #FFF;
    transition: all .2 ease;
    text-decoration: none;
}

.container .dark-div .wpb_button:hover {
    background-color: #FFF;
    color: #000;
}

.container .wpb_button.wpb_btn-large {
    font-size: 1.5em;
    padding: 22px 30px;
}

.container .wpb_button.wpb_btn-small {
    font-size: 0.8em;
    padding: 10px 13px;
}

.container .wpb_button.wpb_btn-mini {
    font-size: 0.6em;
    padding: 5px 8px;
}

/* Shortcode Button */
.ct-btn {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    background-color: #2f3c4e;
    color: #FFF;
    padding: 14px 24px;
    border-radius: 3px;
    font-size: 1.5em;
    display: inline-block;
    margin: 0 10px 10px 0;
}

.ct-btn .fa {
    margin: 0 5px 0 0;
}

.ct-btn.small {
    padding: 7px 20px;
    font-size: 1em;
}

.ct-btn:hover {
    background-color: #000 !important;
    color: #FFF;
    text-decoration: none;
}

.dark-div .ct-btn:hover {
    background-color: #FFF;
    color: #000;
}

/* Comment */
.commentlist {
    list-style: none;
    padding: 0;
}

.commentlist li {
    padding-left: 0;
}

.commentlist li:before {
    content: '';
}

.comment-awaiting-moderation {
    display: block;
    font-style: italic;
    color: green;
}

.comment-awaiting-moderation:before {
    clear: both;
}

.comment-author .avatar {
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 0 20px 0 0;
}

.comment-meta > a {
    color: #c6c6c6;
}

.comment-meta cite, .comment-meta cite a {
    color: #5f5f5f;
}

a.comment-reply-link {
    color: #2f3c4e;
    margin-left: 20px;
}

.comment-edit time {
    color: #c6c6c6;
}

.comment-content p {
    display: inline;
    color: #8e8e8e;
}

.comment-meta.comment-author .fn {
    text-transform: capitalize;
}

.comment-edit {
    float: right;
    display: inline-block;
}

.edit-link {
    display: inline;
}

.commentlist .children {
    list-style: none;
    padding-left: 85px;
}

.form-allowed-tags code {
    background: none;
    color: #8e8e8e;
}

article.comment {
    display: table;
    width: 100%;
    padding: 22px 0 0 0;
}

article.comment .avatar-wrap {
    display: table-cell;
    padding: 8px 20px 0 0;
    width: 86px;
}

article.comment .avatar-wrap .avatar {
    margin: 0;
    max-width: none;
}

article.comment .comment-meta {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 22px;
}

article.comment .comment-edit {
    display: block;
    width: 100%;
}

article.comment .comment-edit .comment-time {
    float: right;
}

article.comment .comment-reply-link {
    float: right;
    margin-left: 20px;
}

/*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: #fc9826;
    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: 128px;
    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: #fc9826;
    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: #fc9826;
    color: #000000;
    border-color: #fc9826;
}

#top-carousel.full-more a.maincolor1 {
    color: #3e3e3e;
    border-color: #3e3e3e;
}

#top-carousel.full-more a.maincolor1:hover {
    border-color: #fc9826;
}

@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%;
}

.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: 86px;
}

.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: 30px;
}

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

.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-color: #fbfbfb;
    color: inherit;
    border-top: solid 1px #e7e7e7;
}
/*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-unlike {
    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: #2f3c4e;
    text-decoration: none;
}

.video-toolbar-item.like-dislike .watch-action  .action-like a:hover:after {
    color: #2f3c4e;
}

.video-toolbar-item.like-dislike .watch-action  .action-unlike img {
    background: none !important;
}

.video-toolbar-item.like-dislike .watch-action  .action-unlike img:hover {
    background: none !important;
}

.video-toolbar-item.like-dislike .watch-action  .action-unlike 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-unlike a:hover {
    color: #2f3c4e;
    text-decoration: none;
}

.video-toolbar-item.like-dislike .watch-action  .action-unlike a:hover:after {
    color: #2f3c4e;
}

.action-like.change-color a:after {
    color: #2f3c4e;
}

.action-like a:after {
    color: #c6c6c6;
}

.action-unlike.change-color a:after {
    color: #2f3c4e;
}

.action-unlike 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: 20px;
    }

    .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-color: #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;
}

.video-item .item-head a {
    color: #fff;
}


#head-carousel .current-carousel-item2 {
    opacity: 1;
}

.video-item .item-head {
    text-align: center;
    padding: 1em 0.6em;
    background-color: rgba(20,22,23,0.75);
}

#head-carousel #big-carousel .video-item .item-thumbnail img {
    opacity: .85;
}

.video-item .item-head h3 {
    position: relative;
    top: 0.4em;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.video-item .item-head h3 a {
    font-size: 35px;
    line-height: 1.4em;
    font-family: 'Apple SD Gothic Neo','NanumBarunGothic',NanumGothic,'Gulim','Malgun Gothic';
    font-weight: 300;
    text-shadow: 1px 2px 2px rgba(0,0,0,.2);
}

.video-item .item-thumbnail .item-head .itm_small {
    display: none;
}

.video-item .item-thumbnail .item-head h3 a br {
    display: none;
}

.video-item .item-thumbnail .item-head h3 a small {
    margin-right: 0.6rem;
}

#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;
}
.navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: 95px;
}
@media (max-width: 320px) {
	.logo {
		margin: 0;
	}
	    
}
	
@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: #fc9826;
}
/*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 {
}

#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 1px 0;
    transition: all .2s ease;
    background: rgba(0,0,0,.7);
}

#control-stage-carousel .video-item .item-thumbnail img {
    width: 50px;
    max-height: 50px;
}

#control-stage-carousel .video-item:hover, #control-stage-carousel .video-item.selected {
    cursor: pointer;
    border-color: #fc9826;
}

#control-stage-carousel .video-item .item-thumbnail {
    float: left;
    margin-right: 10px;
}

#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;
    line-height: 1.4;
    transition: all .2s ease;
}

#control-stage-carousel .video-item:hover .item-head,#control-stage-carousel .video-item:hover .item-head h3 {
    color: #fc9826;
}

#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: #fc9826;
    color: #fc9826;
}
/*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-color: #fc9826;
}

#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: #fc9826;
    background-color: #fc9826;
    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;
}

#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: #fc9826;
}

.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;
    max-height: 362px;
}

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

/*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: #2f3c4e;
}

.carousel-pagination a.selected {
    background-color: #2f3c4e;
}

.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;
    left: auto;
    right: 5px;
    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: #2f3c4e;
}

.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;
    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-color: #4D4C48;
    color: #fff;
    display: table-cell;
    float: none;
    vertical-align: top;
    padding: 10px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
    padding: 15px;background-color: #FFF; 
-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
position: relative;
margin-bottom: 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 {
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.tm_widget_categories ul {
    display: table;
    color: #2f3c4e;
    width: 100%;
    margin: 0;
    padding: 0;
}

.tm_widget_categories ul li {
    float: left;
    width: 48%;
    margin-right: 2%;
    list-style: none;
    line-height: 1.5em;
    padding-left: 14px;
}

.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: #2f3c4e;
    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:#fc9826;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:#fc9826}
.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: 3px;
}

.headline .htitle .hicon .first-tex, .cust_head {
    margin-left: 18px;
    font-weight: bold;
    color: #fc9826;
    font-size: 15px;
}

.headline .htitle marquee {
    height: 20px;
    margin-top: 5px;
}

.headline .htitle marquee a {
    margin-right: 30px;
    color: #fc9826;
}

.headline .htitle marquee p {
    margin-right: 30px;
    color: #fc9826;
}

.headline .htitle .hicon i {
    color: #fc9826;
    text-align: center;
    font-size: 14px;
    margin-top: 0;
}

.headline .htitle .scroll-text ul li a,.headline .htitle .scroll-text ul li p {
    color: #fc9826;
    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: #fc9826;
    margin-bottom: 9px;
    margin-top: -4px;
}

.headline .scroll-text {
    height: 20px;
    overflow: hidden;
    margin-top: 0px;
}

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

.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: #fc9826;
}

.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: #fc9826;
}

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

.panel-group .panel {
    margin-bottom: 10px;
}

.panel.panel-default .panel-heading {
    position: relative;
    cursor: pointer;
}

.panel.panel-default .panel-heading:before {
    color: #2f3c4e;
    font-size: 18px;
    margin-right: 12px;
    right: 0;
    top: 12px;
    position: absolute;
    font-family: "fontastic-entypo" !important;
    content: "c";
    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;
}

.panel.panel-default.collapsed .panel-heading:before {
    content: "b";
    color: #8e8e8e;
}

.panel-title a {
    text-decoration: none;
}

.panel.panel-default:hover {
    border-color: #2f3c4e;
    transition: all ease .2s;
}

.panel-default.collapsed {
    border-color: #e7e7e7;
    transition: all ease .2s;
}

.panel-default {
    border-color: #2f3c4e;
}

.panel-default .panel-title a {
    color: #2f3c4e;
}

.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: 30px;
}

@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: #2f3c4e;
    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: #2f3c4e;
    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 #2f3c4e;
    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: #2f3c4e;
}

.member .member-info .member-social a.icon-social:hover {
    background-color: #2f3c4e;
    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 #fc9826;
    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 #fc9826;
}

#review-box .review-item h5 {
    font-size: 13px;
    color: #5f5f5f;
    line-height: 20px;
}

#review-box h2.review-box-header {
    font-size: 18px;
    color: #2f3c4e;
    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 #fc9826;
    border-bottom: solid 1px #fc9826;
}

#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: #2f3c4e;
    width: 160px;
    padding: 10px 5px;
    border-color: #fc9826;
    border-style: solid;
    border-width: 0 0 0 1px;
}

#review-box .review-final-score h4 {
    font-size: 18px;
    color: #2f3c4e;
}

.review-stars .user-rate-wrap {
    background: transparent;
    margin-top: 0px;
    padding: 20px 30px;
}

#review-box strong {
    color: #2f3c4e;
    font-style: normal;
}

.review-stars .taq-score {
    color: #2f3c4e;
}

.review-stars small {
    font-size: 100%;
}

span.stars-large, span.stars-large span {
    background-image: url(images/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;
    margin-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: #2f3c4e;
}

#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: #2f3c4e;
    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: #2f3c4e;
    margin-right: 10px;
    padding: 0 6px 3px 7px;
    border-radius: 10px;
    border: 1px solid #2f3c4e;
    position: relative;
    font-size: 13px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 19px;
    top: 0;
}

.no-border {
    border: 0;
    padding: 0 0 20px 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: #2f3c4e;
}

.widget.widget-border.widget_nav_menu .menu li.current-menu-item > a {
    color: #2f3c4e;
}

.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: #2f3c4e;
    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: #2f3c4e;
}

.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: #2f3c4e;
    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: #2f3c4e;
}

.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: #2f3c4e;
}

.boxed-icon .boxed-item .heading .icon_ct {
    margin-right: 15px;
}

.boxed-icon.style-1 .boxed-item .heading {
    margin-top: 0;
}

.boxed-icon .boxed-item p {
    margin-bottom: 0;
}
/*style 2*/
.boxed-icon.style-2 {
    margin-top: 40px;
}

.boxed-icon .boxed-item .ic_st2 {
    color: #2f3c4e;
    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-color: #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-color: #fc9826;
}

.widget_revslider .tp-bullets.simplebullets.round .bullet.selected {
    background-color: #fc9826;
}

.widget_revslider .tp-bullets.simplebullets.round .bullet.selected:before {
    background-color: #000;
}

.widget_revslider .tp-bullets.simplebullets.round .bullet:hover:before {
    background-color: #000;
}

.tp-caption.tm_heading {
    font-family: 'Apple SD Gothic Neo','NanumBarunGothic',NanumGothic,'Gulim','Malgun Gothic';
    text-shadow: 1px 1px 1px #000;
    font-size: 50px;
    color: #fc9826;
    font-weight: bold;
}

.tp-caption.tm_heading_white {
    font-family: 'Apple SD Gothic Neo','NanumBarunGothic',NanumGothic,'Gulim','Malgun Gothic';
    text-shadow: 1px 1px 1px #000;
    font-size: 50px;
    color: #FFF;
    font-weight: bold;
}

.tp-caption.tm_heading_black {
    font-family: 'Apple SD Gothic Neo','NanumBarunGothic',NanumGothic,'Gulim','Malgun Gothic';
    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-color: #2f3c4e;
    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-color: #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 #fc9826;
    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: #fc9826;
}

.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 #fc9826;
    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: #fc9826;
    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: #2f3c4e;
}

#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: #fc9826;
    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: #2f3c4e;
}

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

    .single #top-carousel .is-carousel {
        margin: 0;
    }

    .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: #2f3c4e;
    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-color: #2f3c4e;
    padding: 10px 17px;
    border-radius: 3px;
    font-size: 13px;
    display: inline-block;
    color: #fff;
}

.tooltipster-base .gv-button .quick-view:hover {
    background-color: #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: #2f3c4e;
}

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

.item-info .btn-item-info {
    font-size: 13px;
    height: 32px;
    min-width: 90px;
    border-radius: 16px;
    padding: 9px 10px 7px;
    color: white;
    font-weight: lighter;
    margin-right: 0.5em;
}

.item-info .btn-item-info i {
    margin-right: 0.3em;
}

.item-info .btn-item-info.btn-item-info-fbshare {
    background-color: #405993;
}

.item-info .btn-item-info.btn-item-info-donate {
    background-color: #EB9639;
}

.video-listing .item-head h3,
.smart-box-content .item-head h3 {
    line-height: 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@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: 8px;
}

.smart-box-style-1 .item-head {
    padding-bottom: 5px;
}

@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-info {
    float: left;
    width: 50%;
    padding-left: 0;
}

.widget .video-item .item-thumbnail .link-overlay {
    margin-right: 15px;
    margin-bottom: 3px;
}

.widget .video-item .all-info .rt-article-title a {
    line-height: 1.5em;
}

.widget .list-rating-item .video-item {
    position: relative;
    float: left;
}

.widget .pp-exceprt {
    line-height: 1.7em;
    margin-bottom: -2px;
}

.widget .list-rating-item .video-item {
    padding-bottom: 17px;
}

.widget.advanced_trending_videos_widget,
.widget.advanced_popular_videos_widget {
    padding-bottom: 10px;
}

@media (min-width: 992px) {
    .widget .list-rating-item  .col-md-12 {
        margin-left: 0;
    }
}

.widget .video-item .rt-article-title {
    margin-bottom: 3px;
}

.widget .video-item .col-md-12 {
    position: relative;
    float: left;
    width: 100%;
}

.widget .list-rating-item .video-item {
    position: relative;
    float: left;
    width: 100%;
}

.list-rating-item [class^="col-"]:last-child .video-item {
    border: none;
}

.no-border .list-rating-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, #content_video {
        height: 506px !important;
        width: 900px !important;
    }

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

    .jwplayer {
        width: 900px !important;
        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: 530px) {
    .video-js,
	.jwplayer {
        width: 300px !important;
    }
}

@media (max-width: 676px) and (min-width: 530px) {
    .video-js {
        width: 480px !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;
}

.shortcode-asf .asf-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: #fc9826;
}

@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.com-ment {
        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-rating-item .video-item {
        border-bottom: 0;
    }

    .widget .list-rating-item .col-md-12.col-sm-4 {
        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: #2f3c4e;
}

.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 {
        border-top: 0;
        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: #2f3c4e;
    border: 1px solid #2f3c4e;
    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: #2f3c4e;
}

.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: #2f3c4e;
    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: #2f3c4e !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-color: #2f3c4e !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-color: #000 !important;
    color: #FFF !important;
    text-decoration: none;
}

.register-section {
    margin-top: 10px;
}

.register-section h4 {
    color: #2f3c4e;
    font-size: 24px;
}

.standard-form h2 {
    color: #2f3c4e;
    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: #2f3c4e;
}

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-color: #2f3c4e;
    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-color: #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 #2f3c4e;
}

.wpb_row {
    margin-bottom: 0 !important;
}

.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-color: #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: #2f3c4e;
}

.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-rating-item [class^="col-"]:last-child .video-item {
    border: none;
}

.solid-noborder .list-rating-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: #2f3c4e;
    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: #fc9826;
    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 {
    height: 500px;
    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 {
}

.amazing .inner-slides .slide .item-thumbnail img {
    max-height: 100%;
    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: #fc9826;
    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: #fc9826;
}

.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-color: #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-color: #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) {
    .amazing .inner-slides .slide .item-thumbnail img {
        width: auto;
    }

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

.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-color: #fc9826;
}

#slider .video_slider .carousel-pagination a:hover,
#slider .video_slider .carousel-pagination a.selected {
    border-color: #fc9826;
}

/*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-color: #000;
    color: #fff;
}

.navbar-nav.user_submit {
    margin-right: -15px;
}

#submitModal {
    z-index: 10000;
}

#submitModal .modal-dialog {
    padding-top: 8%;
}

#submitModal .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: 'NanumBarunGothic';
}

span.wpcf7-form-control-wrap {
    width: 100%;
}

span.wpcf7-form-control-wrap input {
    width: 100%;
}
 


.twitter_embed {
	padding-top: 1.03rem;
	border: 1px solid #e1e8ed; 
	border-radius: 0 0 4px 4px;
	padding: 1.4rem 1.4rem .875rem 1.4rem;
	  margin-bottom: 15px;
	  border-width: 1px;
  border-color: rgb(238, 238, 238) rgb(221, 221, 221) rgb(187, 187, 187);
    border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 3px;
 
}
.twitter_embed p {
	text-align: left;
	font-size: 16px;
	color: #000000;
}
.twitter_embed a, .twitter_embed a:visited {
	color: #2b7bb9;
}
.twitter_embed a:hover, .twitter_embed a:focus {
	color: #fc9826;

}
.twitter_embed .twt_user {
	font-weight: 700;
	line-height: 1.2;
	font-size: 16px;
	color: #000000;
}
.twitter_embed span img { padding-right:11px; }
#ios_video iframe {
	  width: 100%;
  height: 420px;
}

blockquote {
    border-width: 0;
    box-shadow: initial;
    background-color: #F1F1F1;
    color: #5B5956;
    margin: 0;
    margin-bottom: 1em;
    padding-top: 24px;
}

blockquote:before, blockquote:after { display: none; }

blockquote > p:after,
blockquote > p:before {
    color: #ccc;
    font-size: 40px;
    position: absolute;
    line-height: 40px;
}

blockquote > p:before {
    top: 12px;
    left: 10px;
    content: '\201C';
}

blockquote > p:after {
    bottom: 0;
    right: 10px;
    content: '\201D';
}

blockquote > p > cite,
blockquote > cite {
    font-size: 0.9em;
    text-align: right;
    display: block;
    margin-right: 0.3em;
}

blockquote > p > cite:before,
blockquote > cite:before {
    content: '—';
    display: inline-block;
    margin-right: 0.3em;
}

dl.ref {
    font-size: 16px;
}

dl.ref > dt {
    background-color: #D3D3D3;
    padding: 0.6em 0.6em 0.6em 1em;
    position: relative;
    min-width: 20em;
    display: inline-block;
    color: #5B5348;
    font-size: 0.9em;
    font-weight: normal;
}

dl.ref > dd {
    border-width: 0;
    box-shadow: initial;
    background-color: #F1F1F1;
    color: #5B5956;
    margin: 0;
    padding-top: 24px;
    padding: 12px 24px 12px 30px;
    position: relative;
    border-width: 0 0 0 6px;
    border-color: #D3D3D3;
    border-style: solid;
}

@media (max-width: 425px) {
    dl.ref > dt {
        min-width: auto;
        display: block;
    }
}
