.inner-content h2 {
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 30px;
}
#more-videos .thumbnail {
	border: 8px solid #f2f2f2;
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    box-shadow: 0 0 0 2px #eaeaea;
	-moz-box-shadow: 0 0 0 2px #eaeaea;
	-webkit-box-shadow: 0 0 0 2px #eaeaea;
    margin-bottom: 30px;
    padding: 8px 6px;
}
#more-videos .more-video-thumb{
	border:0;
	/*height:138px;*/
	border-radius:0;
	position:relative;
    height: 200px;
}
.more-video-rates { 	
	position:absolute;
	background:url(../icons/star.png) repeat-x;
	background-position:0 0;
 	bottom: 5px;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 0;
    right: 10px;
    width: 109px;
	height:20px;
}
.more-video-rates li { 	
	display:inline;
	cursor:pointer;
	margin-right:4px;
}
.more-video-rates li:last-child { 	
	margin-right:0;
}
.more-video-rates li:hover, .more-video-rates li:focus {
	color:#ffe400;
}
.more-play {
    background-color: transparent;
    border: 0 none;
    color: #fff;
    font-size: 30px;
    left: 40%;
    padding: 1px 6px;
    position: absolute;
    transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	height:0px;
}
.more-play:hover {
	opacity: 0.8;

}
.more-video-desc p {
	color: #53616f;
	font-size:14px;
	text-align:center;
	font-weight:600;
	text-transform:capitalize;
}
.more-video-desc span {
	font-size:12px;
	margin-top: 6px;
}
.more-social{
 	background-color: #f2ece6;
    font-size: 16px;
    margin-bottom: 0;
    padding: 2px 7px;
    position: absolute;
    right: 0px;
    top: 16px;
}
.more-sociall li{
	display:inline-block;
	margin-right:10px;
}
.more-social li a{
	color:#1e283a;
}
.more-social li a:hover{
	color:#688e12;
}
.even-video-margin {
	margin-right:24px;
}
.odd-video-margin {
	margin-right:24px;
}
#more-videos .no-video-margin {
	margin-right:0;
}
.social-like a {
color:#fff;
}
.social-like a:hover {
color:#688e12;
}

.social-like {
 bottom: -23px;
    position: absolute;
    right: 16px;
}
.like-bg {
	background-color:#ccc0b6;
	color:#1e283a;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	font-size:11px;
	margin-left: 6px;
	padding:3px 6px;
}
.rating-text {
	color: #ccc0b6;
    font-size: 14px;
    margin-left: 8px;
}
.more-video-show {
    background-color: #1e283a;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 4px 18px;
    text-align: center;
	transition:all linear 0.3s 0s;
	-moz-transition:all linear 0.3s 0s;
	-webkit-transition:all linear 0.3s 0s;
}
.more-video-show:hover, .more-video-show:focus {
    background-color: #648f5f;
}
.more-video-thumb { 
/*transition: all .2s ease-in-out; */
}
/*.more-video-thumb:hover {
	transform: scale(1.5, 1.5);
	z-index:99;
}*/

.slbCaption p {
	 font-size: 16px;
    margin-top: -36px;
    padding: 0 15px;
    text-align: left;
	line-height:20px;
}
/***available****/
.block-desc {
	font-weight:300 !important;
	/*height:130px;*/
    height: 75px;
	font-size:13px !important;
	text-align:left !important;
	line-height: 18px !important;
	
}
.download-link {
	padding-left:0;
	font-size:16px;
	/*height:64px;*/
    height: auto;
    width: 100%;
    float: left;
}
.download-link li{
	line-height:22px;
}
.download-link li:last-child{
	border-bottom:0;
}
.download-link li a {
    color: #3e5054;
    display: block;
    float: left;
    margin: -21px 0 0 19px;
    width: 90%;
}
.download-link li a:hover {
	color: #0082c8;
}
 
.download-link li a .file {
	font-size:13px;
	 margin: 5px 0 0;
}
.download-link .fa-download{
    float: left;
    font-size: 12px;
    margin: 8px 6px 0 0;
	color: #888;
}
.select-city {
	margin-bottom: 20px;
	margin-left:12px;
}
.select-city p {
	color: #0082c8;
	line-height:10px;
}
.select-city select {
	-moz-appearance: none;
    border: 1px solid #999;
    color: #53616f;
    text-indent: 1px;
    text-overflow: "";
	position:relative;
	background: url(../icons/caret1.png) no-repeat right 6px;
	margin-top:10px;
}
@media (min-width: 100px) {
#event-block .events-name {
	margin-bottom:0;
	margin-right:20px;
}
#more-videos {
	padding:0 15px;
}
#more-videos .thumbnail {
    float: none;
    margin: 0 auto 30px;
    width: 263px;
}
.more-video-thumb img {
    /*width: 244px;*/
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.more-video-desc p {
    margin: 15px 0;
}
    .more-video-desc .headingP{
        height: auto !important;
    }
.more-play {
    top: 36%;
	outline:0;
}
.select-city p {
	font-size:13px;
}
.select-city select {
	width: 196px;
	padding: 4px 40px 4px 0;
}
}
@media (min-width: 480px) {

/*#more-videos .thumbnail:nth-child(even) {
	margin-right:0px !important;
}
#more-videos .thumbnail {
    float: left;
    width: 45%;
	margin-right:20px;
}*/
#more-videos .thumbnail {
    float: left;
    margin: 20px;
    width: calc(50% - 40px);
}
#more-videos {
	margin: -20px;
}
.select-city p {
	font-size:16px;
}
.select-city select {
	/*margin-left:20px;*/
	width: auto;
	padding: 5px 30px 5px 10px;
    height: auto;
    line-height: normal;
		margin-top:20px;
		background: url(../icons/caret1.png) no-repeat right 10px;
}
.select-city select .caret {
	margin-top:4px;
}
}
@media (min-width: 483px) {
.select-city select {
	/*margin-left:30px;*/
}
}
@media (min-width: 600px) {

.small-desc {
	min-height:240px;
	position:relative;
}
.small-desc button {
	position:absolute;
	bottom:-8px;
	right:0px;
}
}
@media (min-width: 768px) {
.content h1:after, .content h1:before {
	width: 28% !important;
}
#more-videos .thumbnail {
    width: calc(33.33% - 40px);
}
.select-city select {
	/*margin-left:20px;*/
		margin-left:20px;
}
/*#more-videos .thumbnail {
    width: 30.5%;
	margin-right:20px;
}
#more-videos .thumbnail:nth-child(even) {
	margin-right:20px !important;
}*/
}
@media (min-width: 992px) {
/*#more-videos .thumbnail {
	width:199px;
	margin-right:33px;
}
#more-videos .thumbnail:nth-child(even) {
	margin-right:33px !important;
}
#more-videos .thumbnail:nth-child(4), #more-videos .thumbnail:last-child {
	margin-right:0px !important;
}*/

.content h1:after, .content h1:before {
	width: 32% !important;
}
#more-videos .thumbnail {
    float: left;
    /*margin: 20px;
    width: calc(25% - 40px);*/
    margin: 20px 10px;
    width: calc(33.33% - 20px);
}
}
@media (min-width: 1200px) {
/*#more-videos .thumbnail {
	margin-right:35px;
}
#more-videos .thumbnail:nth-child(even) {
	margin-right:35px !important;
}
#more-videos .thumbnail:nth-child(4), #more-videos .thumbnail:last-child {
	margin-right:0px !important;
}*/
}
@media(min-width:1500px) {
.content h1:after, .content h1:before {
	width: 40% !important;
}
}


/******* Light Box *********/

