﻿.youtubegallery {
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px #C3C2C3;
    border-radius: 5px;
    font-family: Arial;
    margin-bottom: 30px;
}

.youtubegallery.yg-gallery {
    padding:20px;
}

.youtubegallery .control {
    position: absolute;
    top: 5px;
    right: 5px;
}

.youtubegallery.widgetmodule {
    padding: 0;
    box-shadow: none;
    background: none repeat scroll 0 0 transparent;
}

.youtubegallery .col-4 {
    display: inline-block;
    min-height: 1px;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.youtubegallery .item.active {
    text-align: center;
}

.youtubegallery .item-img {
    position: relative;
}

.youtubegallery .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000 url(Images/play-icon.png) no-repeat center center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}


.youtubegallery .item-img:hover > a .img-hover {
    opacity: .75;
}

.youtubegallery .lc_title {
    height: 28px;
    margin: 0;
    overflow: hidden;
    text-align: left;
    width: 200px;
    height: 23px;
    text-transform: uppercase;
}

.youtubegallery .item .lc_title a {
    color: #000;
    font-family: Lato,sens-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: normal;
}

.youtubegallery .meta {
    color: #aaa;
    font-size: 12px;
}

.youtubegallery .meta .date {
        float: left;
}

.youtubegallery .meta .heart {
        float: right;
        margin-right: 10px;
}

.youtubegallery .meta .fcomments {
        float: right;
        margin-right: 9px;
}

.youtubegallery .meta .views {
        float: right;
}

.youtubegallery .fa {
    font-size: 12px;
    color: #888;
}

.youtubegallery .section-header {
    margin-bottom: 20px;
    text-align: left;
}

.youtubegallery .section-header h3 {
        color: #888;
        font-family: Lato,sens-serif;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 0;
        margin: 3px 0 0;
}

.youtubegallery .video-info {
    margin-bottom: 20px;
    overflow: hidden;
}

.youtubegallery .video-info h1 {
        color: #000;
        float: left;
        font-size: 24px;
        margin: 0;
        font-family: Lato,sens-serif;
        font-weight: 500;
        line-height: 30px;
    }

.youtubegallery .video-info span.views {
        color: #888;
        float: right;
        font-size: 16px;
        line-height: 30px;
        color: #4aad51;
        font-weight: bold;
    }

.youtubegallery .col-3 {
    width: 25%;
    float: left;
    min-height: 90px;
    border: 1px solid #e5e5e5;
    padding: 22px 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.youtubegallery .video-options .option {
    color: #999;
    display: block;
    text-align: center;
}

.youtubegallery .video-options .option i, 
.youtubegallery .mj-likeclass {
        color: #b5b5b5;
        display: block;
        font-size: 20px;
        margin-bottom: 4px;
    }

.youtubegallery .video-options a:hover {
    color: #666;
    text-decoration: none;
}

.youtubegallery .fa-comments:before {
    content: "\f086";
}

.youtubegallery .video-options {
    margin: 50px 0px 25px 0px;
}


.youtubegallery .post-entry {
      margin-bottom: 20px;
      clear: both;
      padding-top: 20px;
}

.youtubegallery .post-entry p {
        line-height: 23px;
        margin-bottom: 18px;
        font-size: 14px;
        font-weight: 400;
        color: #515151;
    }

.youtubegallery .video-info .date {
    color: #cecece;
    display: block;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 5px;
    clear: both;
}

.youtubegallery .video-details .meta, 
.youtubegallery .post-info .meta {
    display: block;
    font-size: 11px;
    line-height: 27px;
    text-transform: uppercase;
}

.youtubegallery .video-details .meta .meta-info, 
.youtubegallery .post-info .meta .meta-info, 
.youtubegallery .cloudweight1, 
.youtubegallery .cloudweight2, 
.youtubegallery .cloudweight3, 
.youtubegallery .cloudweight4, 
.youtubegallery .cloudweight5 {
        background: none repeat scroll 0 0 #e73737;
        color: #fff;
        padding: 3px 7px;
        margin-right: 5px;
    }

.youtubegallery .video-details .meta .tag_name a, 
.youtubegallery .post-info .meta .tag_name a, 
.youtubegallery .cloudweight1, .youtubegallery .cloudweight2, 
.youtubegallery .cloudweight3, .youtubegallery .cloudweight4, 
.youtubegallery .cloudweight5 {
        background: none repeat scroll 0 0 #eee;
        color: #000;
        padding: 2px 7px;
        display: inline-block;
        margin-bottom: 5px;
        border: 1px solid #ccc;
        border-radius: 3px;
        font-size: 14px;
    }

.youtubegallery .video-details .meta .meta-info, 
.youtubegallery .video-details .meta .tag_name a {
         margin-right: 3px;
         display: inline-block;
    }

.youtubegallery .video-details .meta .tag_name a:hover, 
.youtubegallery .post-info .meta .tag_name a:hover, 
.youtubegallery .cloudweight1:hover, 
.youtubegallery .cloudweight2:hover, 
.youtubegallery .cloudweight3:hover, 
.youtubegallery .cloudweight4:hover, 
.youtubegallery .cloudweight5:hover {
        background: none repeat scroll 0 0 #e73737;
        color: #fff !important;
        text-decoration: none;
        transition: all 0.4s ease 0s;
    }

.youtubegallery .commentlist li {
        margin-bottom: 20px;
        overflow: hidden;
        list-style-type: none;
}

.youtubegallery .thumb {
    float: left;
    margin-right: 12px;
}

.youtubegallery .commentlist .thumb img {
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.youtubegallery .commentlist li p {
    font-size: 12px;
}

.youtubegallery .SaveComment {
    background-color: #fff;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff !important;
}

.youtubegallery .SaveComment:hover {
        background-color: #ebebeb;
        border-color: #adadad;
        color: #333 !important;
}

.youtubegallery .CommentForm input[type=text], 
.youtubegallery .CommentForm textarea, 
.youtubegallery .msearch-toolbar input[type=text] {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100% !important;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 35px;
}

.youtubegallery .CommentForm input[type=text]:focus, 
.youtubegallery .CommentForm textarea:focus, 
.youtubegallery .msearch-toolbar input[type=text]:focus {
        border-color: #66afe9;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
        outline: 0 none;
}

.youtubegallery .msearch-toolbar {
    position: relative;
}

.youtubegallery .CommentForm label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    margin-right: 5px;
}

.youtubegallery .CommentForm input[type=checkbox], 
.youtubegallery .CommentForm input[type=radio] {
    margin-right: 5px;
}

.youtubegallery .CommentData .comment_name, 
.youtubegallery .text .comment_name {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 700;
}

.youtubegallery .CommentData .time, 
.youtubegallery .text .time {
    color: #999;
    font-weight: 400;
    font-size: 12px;
}

.youtubegallery .CommentForm .newheading, .youtubegallery .CommentForm .replyheading, .youtubegallery .CommentData h3 {
    font-size: 24px;
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    text-transform: none;
}

.youtubegallery .CommentData h3 {
    margin: 30px 0px 30px 0px;
    color: #777777;
}

.youtubegallery .reply {
    color: #aaa !important;
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    margin-right: 8px;
    margin-top: -2px;
    position: absolute;
    right: 0;
    top: 10px;
}

.youtubegallery h4 {
    background: none repeat scroll 0 0 #e73737;
    border-left: 8px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    font-family: Lato,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: -20px -20px 20px;
    padding: 8px 10px 8px 14px;
    text-transform: uppercase;
    line-height: 27px;
}

.youtubegallery .mwidget.categories {
    position: relative;
}

.youtubegallery ul {
    list-style: none outside none;
    margin-left: 0;
    padding: 0px;
}

.youtubegallery .categories ul {
    padding: 0 0 35px;
}

.youtubegallery .categories li {
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
}

.youtubegallery .categories a {
    background-color: #f2f2f2;
    color: #333333;
    font-weight: bold;
    display: block;
    padding: 9px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    transition: all 0.2s linear 0s;
}

.youtubegallery .mwidget.categories li {
    list-style-type: none;
}

.youtubegallery .categories a:hover {
    background-color: #e9e9e9;
    transition: all 0.2s linear 0s;
}

.youtubegallery .viewall {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

 .youtubegallery .viewall a:hover {
        border: solid 1px #ccc;
    }

.youtubegallery .pager {
    border-radius: 4px;
    display: inline-block;
    margin: 15px 0;
    padding-left: 0;
}

.youtubegallery .pager a, 
.youtubegallery .pager > span, 
.youtubegallery .paging .pageselected, 
.youtubegallery .paging .page {
        background-color: #fff;
        border: 1px solid #ddd;
        float: left;
        line-height: 1.42857;
        margin-left: -1px;
        padding: 6px 12px;
        position: relative;
        text-decoration: none;
        border-radius: 4px;
        color: #999999 !important;
        margin-right: 5px;
    }

.youtubegallery .pager .CurrentPageSelected, 
.youtubegallery .pager span.CurrentPage, 
.youtubegallery .paging .pageselected {
        background: none repeat scroll 0 0 #e73737 !important;
        border-color: #e73737 !important;
        margin-right: 5px;
    }


.youtubegallery .paging .page > a {
    color: #999999;
}

.youtubegallery .pager a:hover, 
.youtubegallery .paging .page:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #2a6496;
}

.youtubegallery .paging {
    text-align: center;
}

.youtubegallery .paging .pageselected, 
.youtubegallery .paging .page {
        float: none;
    }

.youtubegallery .CurrentPage > strong, 
.youtubegallery .CurrentPageSelected > strong, 
.youtubegallery .paging .pageselected {
        color: #fff !important;
    }

.youtubegallery .commentlist .comment-item {
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}
.youtubegallery .commentlist .comment-item + .comment-item, 
.youtubegallery .commentlist .com{
    border-top: 1px solid #eee;
    padding-top: 10px;

}

.youtubegallery .commentlist .comment-item:last-child{margin-bottom:0;}

.youtubegallery .CommentData .comment-item.com {
    margin: 20px 0 0;
    padding-left: 90px;
}

.youtubegallery .mwidget {
    border-radius: 5px;
    box-shadow: 0 1px 3px #c3c2c3;
    margin-bottom: 20px;
    padding: 20px 20px 0px 20px;
    background: none repeat scroll 0 0 #ffffff;
    text-align: center;
}

.youtubegallery .mwidget.categories,
.youtubegallery .mwidget.recent,
.youtubegallery .mwidget.search {
    text-align: left;
    padding-bottom: 20px;
}

.youtubegallery .mwidget.search {
    width: 100%;
    height: auto;
    float: none;
}

.youtubegallery .mwidget .col-4 {
        max-width: 100%;
    }

.youtubegallery .mwidget .item img {
        height: auto !important;
        max-width: 100%;
    }

.youtubegallery .CommentData .count {
    margin: 0 10px;
}

.youtubegallery .search-button {
    background: url("Images/search.png") no-repeat scroll 0 0 transparent;
    border: medium none !important;
    height: 19px;
    position: absolute;
    right: 15px;
    text-indent: -999px;
    top: 8px;
    width: 19px;
    right: 10px;
}
    .youtubegallery .search-button  .textbox{
        padding-left: 5px;
        
    }
.youtubegallery .sort {
    text-align: right;
    padding: 10px 10px 10px 0px;
}

.youtubegallery a.mbutton {
    background-color: #e73737;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 4px 10px;
    text-decoration: none;
}

.youtubegallery .paging > div {
    text-align: center;
}

.youtubegallery .control a, .youtubegallery .control .fa-eye-slash  {
    margin: 2px;
    display: inline-block;
    text-decoration: none;
}

.youtubegallery .control .icon-hide {
    display: inline-block;
    margin: 2px 5px 5px 5px;
}

.youtubegallery .rating {
    float: right;
    margin-top: -22px;
}

.youtubegallery .rating-score span:before {
    content: "\f005";
}

.youtubegallery .comment-respond {
    margin-top: 20px;
}


@media screen and (max-width:480px) {

.youtubegallery .col-4 {
        width: 100%;
}

.youtubegallery .col-4 .item img, 
.youtubegallery .col-4 .item-img .img-hover {
    max-width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.youtubegallery .sort, 
.youtubegallery .control {
        max-width: 100% !important;
}
}


@media screen and (max-width : 320px) {
.youtubegallery a.mbutton {
    width: 100% !important;
    margin-bottom: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.youtubegallery a.viewall {
       width: 85%;
    }

.youtubegallery .sort {
        margin-right: 10px;
    }

.youtubegallery .com {
        padding: 0px;
    }
}



/*==================== Search =================*/

.youtubegallery-search .mlightbox {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    right: 25%;
    max-height: 50%;
    padding: 16px;
    border: 4px solid #CCC;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    border: 4px solid #ccc;
    padding: 16px;
}

.youtubegallery-search .msearch-result .close-button {
    background: url("Images/close.png") no-repeat;
    border: none !important;
    text-indent: -999px;
    width: 30px;
    height: 32px;
    position: relative;
    float: right;
    right: -12px;
    top: -14px;
    min-width: 30px;
    box-shadow: none;
}

.youtubegallery-search .msearch-result h3 {
    position: static;
    font-family: Arial,​Helvetica,​sans-serif;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
    border-bottom: none;
    text-decoration: none;
    color: #000000;
}

.youtubegallery-search .msearch-result .ms-result .result {
    border-bottom: 1px solid #cccccc;
}

.youtubegallery-search .moverlay {
    background-color: black;
    display: none;
    opacity: 0.8;
    width: 100%;
    z-index: 1001;
}

.youtubegallery-search .lnktitle {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.youtubegallery-search .paging .page, 
.youtubegallery-search .paging .pageselected {
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 3px;
    border-radius: 5px;
}

.youtubegallery-search .paging .pageselected {
    background: none repeat scroll 0 0 #e73737 !important;
    border-color: #e73737 !important;
    padding: 6px 12px;
    color: #fff;
}

.youtubegallery-search .paging .page {
    background-color: #fff;
}

.youtubegallery-search .paging .page a {
        background-color: #fff;
        border: 1px solid #ddd;
        line-height: 1.42857;
        margin-left: -1px;
        padding: 6px 12px;
        position: relative;
        text-decoration: none;
        border-radius: 4px;
        color: #999999 !important;
}

.youtubegallery-search .paging .page a:hover {
            background-color: #eee;
            border-color: #ddd;
            color: #2a6496;
}

.youtubegallery-search .paging {
    text-align: center;
    padding: 10px;
}

.youtubegallery-search .msearch-result {
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 12px;
}
/*=====================================*/

.youtubegallery .element-content {
    width: 100% !important;
}

.youtubegallery .videoWrapper object, 
.youtubegallery .videoWrapper iframe {
    max-width: 100%;
}

.youtubegallery .videoWrapper img, 
.youtubegallery .videoWrapper iframe, 
.youtubegallery .videoWrapper object,
.youtubegallery .video-wrapper.jp-video-270p {
    display: block;
    margin: 0 auto;
}


.youtubegallery .icon-add {
    float: right;
    margin: 0 0 20px 5px;
}

/*---------------------*/
.youtubegallery .youtube-title a {
    color: #e73737;
    font-size: 16px;
    font-family: Arial !important;
    text-transform: none;
    line-height: normal;
    font-weight: bold;
}

.youtubegallery .youtube-title a:hover {
        text-decoration: none;
    }

.youtubegallery .youtube-video {
    float: left;
    margin-right: 10px;
}

.youtubegallery .youtube-lockup-content {
    line-height: normal;
}

.youtubegallery .youtube-desc {
     max-height: 100px;
  overflow: hidden;
  font-size: 13px;
  color: #777777;
  margin-top: 5px;
  line-height: 25px;
}

.youtubegallery .youtube-info {
    margin: 0;
    padding: 0;
}

.youtubegallery .youtube-info li {
        display: inline-block;
        margin: 0 5px 0 0;
        padding: 0;
        font-size: 12px;
    }

.youtubegallery .youtube-title {
    margin: 0;
    padding: 0;
    line-height: 0;
}
.youtubegallery .youtube-lockup-byline {
    font-size: 12px;
    color: #aaa;
}
.youtubegallery .item-section li.youtube-item {
    line-height: 0;
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    list-style: none;
}

.youtubegallery .item-section li.youtube-item + li.youtube-item {
        border-top: 0;
    }

.youtubegallery .sort a {
    display: inline-block;
    border: solid 1px transparent;
    padding: 6px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    border-color: #d3d3d3;
    background: #f8f8f8;
    color: #e73737;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.youtubegallery .sort .fa-plus {
    background: #e73737;
    color: #f8f8f8;
}

.youtubegallery .sort a:hover {
    border-color: #c6c6c6;
    background: #f0f0f0;
    color: #0088cc;
}

.youtubegallery .option-text label {
    margin-bottom: 0px;
}

.youtubegallery .youtube-lockup-byline span {
    margin-left: 10px;
}

.youtubegallery .item-section li.youtube-item:hover {
    background: #eee;
}

.youtubegallery .col-3:hover {
    background: #e73737;
    color: #fff;
}

.youtubegallery .col-3:hover span, 
.youtubegallery .col-3:hover .fa {
        color: #fff;
    }

.youtubegallery .mwidget.tags {
    padding-bottom: 15px;
    text-align: left;
}

.youtubegallery .youtube-views{
  background: #eee;
  padding: 12px 6px;
  font-style: italic;
  font-size: 12px;
  text-transform: lowercase;
  position: absolute;
  right: 0;
  bottom: 0;
  }

.youtubegallery .social{
   display: block;
}

.youtubegallery .mj-liketext{display: none;}

.youtubegallery .comment-item p {
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 12px;
    color: #777777;
}

.youtubegallery .comment-login {
    text-align: right;
    font-style: italic;
    color: Gray;
}

.youtubegallery a.post-download[href=''], 
.live-content-overlay-youtube-gallery a.lc-download[href=''] {
    display: none;
}

.live-content-overlay-youtube-gallery a.lc-download:before {
    border-left: 1px solid #999;
    content: '';
    padding-left: 5px;
}