/*
 * Plugin YouTube Simple Gallery
 * Copyright (c) 2013 - 2015 CHR Designer (http://www.chrdesigner.com/)
 *
 * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
 *
 * Version : 2.2.0
 *
 */
 
#TB_ajaxContent {
 overflow: hidden!important
}
.ul-YoutubeGallery {
 display:inline-block;
 width:100%;
 margin: 0;
}
.ul-YoutubeGallery li.li-YoutubeGallery {
 display:block;
 width: 32.333%;
 float: left;
 margin-right: 1.5%;
 margin-bottom: 1.5%;
 position: relative;
 border-radius: 5px;
}
.ul-YoutubeGallery li h3.title-YoutubeGallery {
 color:#fff;
 line-height:18px;
 margin-bottom:0;
 font-size: 14px;
 position: absolute;
 bottom: 0;
 background: rgba(0,0,0,0.6);
 padding: 6px 6px;
 font-weight: 600;
 border-radius: 0px 0px 5px 5px;
}
.ul-YoutubeGallery li img.img-YoutubeGallery {
 border-radius:5px;
 max-width:100%;
 height:auto
}
.ul-YoutubeGallery li blockquote.blockquote-YoutubeGallery {
 display:inline-block;
 width:100%;
 padding:4px 0;
 font-style:italic;
 color:#666;
 font-size:11px;
 margin:0
}
.chr-default-pagination {
 width:100%;
 display:inline-block;
 text-align:center
}
.chr-default-pagination a {
 border:1px solid #BFBFBF;
 margin:2px;
 padding:3px 5px;
 text-decoration:none;
 color:#21759B
}
.chr-default-pagination a.selected {
 border-color:#000;
 font-weight:700;
 cursor:default;
 color:#444
}
.ul-Widget-YoutubeGallery {
 display:inline-block;
 width:100%;
 margin: 0;
}
.ul-Widget-YoutubeGallery li.li-Widget-YoutubeGallery {
 display:block;
 margin-bottom:0;
 width: 32.333%;
 float: left;
 margin-right: 1.5%;
 position: relative;
 border-radius: 5px;
}
.ul-Widget-YoutubeGallery li h3.title-Widget-YoutubeGallery {
 color:#fff;
 line-height:18px;
 margin-bottom:0;
 font-size: 14px;
 position: absolute;
 bottom: 0;
 background: rgba(0,0,0,0.6);
 padding: 6px 6px;
 font-weight: 600;
 border-radius: 0px 0px 5px 5px;
}
.btn-YSG-Widget {
 text-decoration:none;
 font-weight:700
}
.btn-YSG-Widget:before {
 content:'\00BB '
}

.li-Widget-YoutubeGallery .thickbox {
	border-radius: 5px;
	height: 100%;
	display: block;
}
.img-YoutubeGallery.chr-size-s-thumb {
	border-radius: 5px;
	height: 155px;
	background-size: cover;
	width: 100%;
	background-position: center center;
}
