/* CSS Document */
.sb-clear {
	clear:both;
}
.sb-hide {
	display:none;
}
.sbvcytc-youtube-channel, .sbvcytc-youtube-channel * {
	box-sizing:border-box;
}
.sbvcytc-youtube-channel img {
	border-radius:0;
	box-shadow:none;
}
.sbvcytc-youtube-channel {
	position:relative;
	min-height:200px;
}
.sbvcytc-isotope-item {
	
	padding-bottom:15px;
	padding-top:5px;
}
.sbvcytc-navigation {
	float: left;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    clear: both;
}
.sbvcytc-navigation a {
	text-decoration:none;
	padding: 5px 10px;
	display:inline-block;
	background:#fff;
	border:1px solid #ddd;
	color: #000;
	border-radius: 0 3px 3px 0;
}
.sbvcytc-navigation a.sb-prev, .sbvcytc-navigation a.sb-disable-prev {
	border-right:0;
	border-radius: 3px 0 0 3px;
}
.sbvcytc-navigation a.sb-disable-prev, .sbvcytc-navigation a.sb-disable-next {
	opacity:0.5;
	cursor:default;
}
.sbvcytc-navigation .sb-loadmore-button {
	background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding:15px 0;
    width: 25%;
    height:62px;
    outline:none !important;
}
.sbvcytc-navigation .sb-loadmore-button span.sb-loader-text {
    height: 30px;
    line-height: 30px;
    width: 100%;
}
.sbvcytc-loader {
	padding:66px 0;
	position: absolute;
    width: 100%;
    text-align:center;
}
.sbvcytc-loader span {
	background:url(../img/loader.gif) no-repeat center center #fff;
	border-radius: 100px;
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.5);
    display: inline-block;
    height: 60px;
    padding: 15px;
    width: 60px;
}
.sbvcytc-videos-preview {
	padding-top:10px;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
.sbvcytc-videos-preview iframe {
	width:100%;
	margin:0;
}
.sbvcytc-videos-preview .mfp-arrow {
	display:none;
}
.sbvcytc-videos-preview:hover .mfp-arrow {
	display:block;
}
.sb-responsive-iframe {
	background:#000;
}

.sbvcytc-popup-with-content {
	max-width:800px;
	background-color:#fff;
	margin:50px auto;
	position:relative;
}
.sbvcytc-popup-content {
	padding: 0 10px;
	line-height:1.5;
}
.sbvcytc-popup-title {
	font-size:20px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:700;
	color:#3a96e1;
	line-height:1.3;
}
.sbvcytc-popup-description {
	margin-top:25px;
	margin-bottom:25px;
	font-weight:300;
	font-size:13px;
	color:#666;
}
.sbvcytc-popup-meta {
	text-align:right;
	margin-top:5px;
	margin-bottom:5px;
}
.sbvcytc-popup-meta span {
	display:inline-block;
	vertical-align:middle;
}
.sbvcytc-popup-meta span.sbvcytc-popup-meta-separator {
	margin:0 10px;
}
.sbvcytc-popup-social-sharing {
	background-color:#d34836;
}
.sbvcytc-popup-social-sharing a {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 10px 0px;
	color:#fff;
	font-size:20px;
}
.sbvcytc-popup-social-sharing a.sbvcytc-popup-social-facebook, .sbvcytc-social-sharing-items .sbvcytc-social-sharing-facebook {
	background-color:#3b5999;
}
.sbvcytc-popup-social-sharing a.sbvcytc-popup-social-twitter, .sbvcytc-social-sharing-items .sbvcytc-social-sharing-twitter {
	background-color:#009ad1;
}
.sbvcytc-popup-social-sharing a.sbvcytc-popup-social-gplus, .sbvcytc-social-sharing-items .sbvcytc-social-sharing-gplus {
	background-color:#d34836;
}

.sbvcytc-social-sharing {
	position:absolute;
	z-index:1;
	right:5px;
	top:5px;
	overflow:hidden;
}
.sbvcytc-social-sharing:hover {
	overflow:visible;
}
.sbvcytc-social-sharing-items {
	position:absolute;
	right:-100%;
	opacity:0;
	top:0;
	width:100px;
	transition:all 500ms ease 0s;
	-moz-transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
	-ms-transition:all 500ms ease 0s;
	-o-transition:all 500ms ease 0s;
}
.sbvcytc-social-sharing:hover .sbvcytc-social-sharing-items {
	right:0;
	opacity:1;
}
.sbvcytc-social-sharing a {
	color:#fff !important;
	width: 20px;
	height: 20px;
	float: left;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	line-height: 20px;
	border-radius: 100px;
	font-size:12px;
	cursor:pointer;
}
.sbvcytc-social-sharing-items a {
	margin-left:5px;
}


/* Loader Style */
.sb-loadmore-button .sb-loader {
	text-align: center;
	height: 30px;
	position: relative;
	width: 80px;
	margin: 0 auto;
	padding:6px 0;
}
.sb-loadmore-button .sb-loader > div {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background-color: #000;

	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.sb-loadmore-button .sb-loader .one {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.sb-loadmore-button .sb-loader .two {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
	0%, 80%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


/* Common Style */
.sbvcytc-video {
	background-color:#fff;
}
.sbvcytc-thumbnail {
	width:100%;
	float:left;
	clear:both;
	position:relative;
}
.sbvcytc-thumbnail img {
	width:100%;
	float:left;
	clear:both;
	position:relative;
	border-radius:0;
	box-shadow:none;
}
.sbvcytc-content {
	padding:0 10px 10px;
	width:100%;
	clear:both;
}
.sbvcytc-title {
	font-size:15px;
	font-weight:bold;
	line-height:1.3;
	margin-top:5px;
	color:#167ac6;
	text-decoration:none;
	float:left;
	width:100%;
	clear:both;
	word-wrap:break-word;
}
.sbvcytc-skin-6 .sbvcytc-title {
	padding-right:20px;
}
.sbvcytc-isotope-item:hover .sbvcytc-title {
	color:#3A96E1;
}
.sbvcytc-description {
	font-size:13px;
	line-height:1.5;
	margin-top:5px;
	width:100%;
	float:left;
}
.sbvcytc-play {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	background:url(../img/play.png) no-repeat center center;
}
.sbvcytc-hd {
	background: #000;
	font-size:12px;
    color: #fff !important;
    font-weight: bold;
    left: 0;
    line-height: 1;
    padding: 3px 5px;
    position: absolute;
    text-decoration: none;
    top: 0;
    z-index: 1;
}
.sbvcytc-skin-6 .sbvcytc-hd {
	left:auto;
	right:0;
	top: 30px;
}
.sbvcytc-video-length {
	background: #000;
	font-size:12px;
    color: #fff !important;
    font-weight: bold;
    right: 0;
    line-height: 1;
    padding: 3px 5px;
    position: absolute;
    text-decoration: none;
    bottom: 0;
    z-index: 1;
}
.sbvcytc-video {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.sbvcytc-video:hover {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
.sbvcytc-meta {
	clear:both;
}
.sbvcytc-meta i {
	font-size:15px;
}
.sbvcytc-meta span {
	margin-top:5px;
	margin-left:5px;
	font-size:13px;
}
.sbvcytc-skin-1 .sbvcytc-meta {
	border-top: 1px solid #f2f2f2;
    line-height: 1;
    text-align: center;
}
.sbvcytc-skin-1 .sbvcytc-meta .sbvcytc-meta-item {
	padding-top: 7px;
	padding-bottom: 7px;
}
.sbvcytc-skin-1 .sbvcytc-meta .sbvcytc-meta-time {
	border-bottom: 1px solid #f2f2f2;
}
.sbvcytc-skin-1 .sbvcytc-meta .sbvcytc-meta-like {
	border-left: 1px solid #f2f2f2;
}
.sbvcytc-skin-1 .sbvcytc-meta .sbvcytc-meta-like.sb-col-xs-12 {
	border-left:0;
}
.sbvcytc-skin-2 .sbvcytc-meta,
.sbvcytc-skin-3 .sbvcytc-meta,
.sbvcytc-skin-4 .sbvcytc-meta,
.sbvcytc-skin-7 .sbvcytc-meta {
	margin:10px;
	line-height:1;
	float:left;
}
.sbvcytc-skin-2 .sbvcytc-meta-item,
.sbvcytc-skin-3 .sbvcytc-meta-item,
.sbvcytc-skin-4 .sbvcytc-meta-item,
.sbvcytc-skin-5 .sbvcytc-meta-item,
.sbvcytc-skin-6 .sbvcytc-meta-item,
.sbvcytc-skin-7 .sbvcytc-meta-item {
	float:left;
	margin-right:10px;
	padding-left:10px;
	border-left:1px solid #333333;
}
.sbvcytc-skin-2 .sbvcytc-meta-item:first-child,
.sbvcytc-skin-3 .sbvcytc-meta-item:first-child,
.sbvcytc-skin-4 .sbvcytc-meta-item:first-child,
.sbvcytc-skin-5 .sbvcytc-meta-item:first-child,
.sbvcytc-skin-6 .sbvcytc-meta-item:first-child,
.sbvcytc-skin-7 .sbvcytc-meta-item:first-child {
	border-left:0;
	padding-left:0;
}

.sbvcytc-skin-5 .sbvcytc-thumbnail .sbvcytc-content {
	position:absolute;
	bottom:0;
	left:0;
}
.sbvcytc-skin-6 .sbvcytc-thumbnail .sbvcytc-content {
	position:absolute;
	top:0;
	left:0;
	height:100%;
}
.sbvcytc-skin-5 .sbvcytc-meta {
	margin-top:10px;
	line-height:1;
}
.sbvcytc-skin-6 .sbvcytc-meta {
	line-height:1;
	position:absolute;
	bottom:10px;
	left:10px;
}

.sbvcytc-user-details {
	background:#e52d27;
	height:30px;
	position:relative;
	margin-top:30px;
	padding-left:60px;
	color:#fff;
	line-height:30px;
	font-size: 14px;
}
img.sbvcytc-user-avatar {
	position:absolute;
	top:0;
	left:10px;
	width:40px;
	height:40px;
	margin-top:-25px;
	border-radius:100px;
}
a.sbvcytc-user-title {
	color: #e52d27;
    left: 60px;
    position: absolute;
    text-decoration: none;
    top: -28px;
}
.sbvcytc-user-details i {
    float: right;
    margin-right: 8px;
    margin-top: 7px;
}

.sbvcytc-slick-arrow {
	background: #fff;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    font-size: 18px;
    height: 50px;
    left: -10px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
    z-index: 1;
}
.sbvcytc-slick-arrow.sbvcytc-slick-next {
	left:auto;
	right:-10px;
	border-radius: 0 3px 3px 0;
}
.sbvcytc-slick-arrow.slick-disabled i {
	opacity:0.2;
}
.sbvcytc-videos-carousel {
	margin-bottom:30px;
}
.sbvcytc-videos-wrapper .slick-dots {
	text-align:center;
	position:absolute;
	margin:0;
	left:0;
	top:100%;
	width:100%;
}
.sbvcytc-videos-wrapper .slick-dots li {
	display:inline;
	list-style:none;
	margin:0 2px;
}
.sbvcytc-videos-wrapper .slick-dots li button, .sbvcytc-videos-wrapper .slick-dots li button:active {
	text-indent:-9999px;
	overflow:hidden;
	width:10px;
	height:10px;
	border:0;
	padding:0;
	margin:0;
	background:rgba(0, 0, 0, 0.5);
	border-radius:100px;
	box-shadow:none;
}
.sbvcytc-videos-wrapper .slick-dots li:hover button, .sbvcytc-videos-wrapper .slick-dots li.slick-active button {
	background:#000;
}


@media (min-width: 768px) {
	.sbvcytc-skin-7 .sbvcytc-content {
		padding-left:0;
	}
	.sbvcytc-skin-7 .sbvcytc-meta {
		margin-left:0;
		margin-top:0;
	}
}







