.main-banner {
    height: 260px;
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: left;
    /* background-size: cover; */
    background-position: 100% 43%;
    background-repeat: no-repeat;
    /* background-image: linear-gradient(to right, black 0%, white 100%), url(https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/21740797_1642098919198659_1600351691123341132_o.jpg?oh=2de865cd9bf616ca09f9ca40d87c886d&oe=5AB80C55);*/
    background-blend-mode: screen;
    box-shadow: 0px 0px 10px #ccc;
    /* border-bottom: 4px solid #0b79c3; */
}

.main-banner {
    position: relative;
    margin-bottom: 50px;
}

.facebook-feed-top-area {
    margin-bottom: 1px;
    bottom: -48px;
    position: absolute;
    width: 94%;
    margin: 0 auto;
    z-index: 1;
    border-radius: 4px;
    right: 0;
    left: 0;
    padding-top: 15px;
    /*background: #0098ff;*/
    /* border-bottom: 3px solid #0b79c3;*/
    overflow: hidden;
}

.facebook-feed-top-img a.fb-main-pic {
    padding: 5px;
}

a.fb-main-pic img {
    margin-top: 24px;
}

.facebook-feed-top-info-inner h3 {
    margin: 0;
    font-weight: bold;
    text-shadow: 1px 1px 3px #fff;
}

.facebook-feed-top-info-inner p span {
    font-weight: bold;
}

.facebook-feed-top-info-inner p {
    font-size: 16px;
    color: #000;
    padding-left: 6px;
}

.facebook-feed-top-area .facebook-feed-top-img {
    padding-left: 12px !important;
    padding: 0px;
}

.facebook-feed-top-info {
    height: 120px;
}

.facebook-feed-top-info-inner {
    position: absolute;
    bottom: 0;
    position: absolute;
    margin-left: 7px;
}

.facebook-feed-inner-text .button-group {
    position: absolute;
    right: 13px;
    bottom: 10%;
    top: auto;
    z-index: 9999;
    /* height: 200px; */
}

.facebook-feed-top-info-inner h3 a {
    text-decoration: none;
    color: #333;
    font-size: 30px;
}

.btn-secondary.feed_header_link {
    color: #fff;
    background-color: #3b5998;
}

.btn-secondary.feed_header_link i.fa.fa-facebook {
    padding-right: 6px;
    border-right: 1px solid;
    margin-right: 4px;
}

.btn-secondary.feed_header_link {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.post-box.bg {
    border: 1px solid #dcdbdb;
}

/*---- full-width---*/

.post-box {
    margin: 12px 0px;
    padding: 15px;
    /* background-color: #eeeeee; */
}

.post-box .logo-left {
    padding: 0px;
}

.post-box .logo-left img {
    /*width:100%;*/
    padding: 5px 0px;
}

.post-box .logo-right h5 a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.post-box .logo-right {
    padding: 5px 15px;
}

.post-box .logo-right h6 .fa {
    margin-right: 5px;
    color: #777;
}

.post-box .logo-right h6 {
    font-size: 14px;
}

.post-box h1 {
    margin: 0px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000000;
    font-size: 20px !important;
}

.post-box p.text {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
}

.post-box .post-img {
    padding: 0px;
    cursor: pointer;
}

.post-box .post-img img {
    display: block;
    width: 100%;
}

.post-box .post-img iframe {
    width: 100%;
}

.post-box .post-img:hover {
    display: block;
    box-shadow: 0 0 8px #ccc;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.post-box .post-img .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.2);
}

.post-box .post-img:hover .overlay {
    opacity: 1;
}

.post-box .post-img .overlay .overlaytext {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.post-box .post-img .overlay .overlaytext a .fa {
    background-color: #000000b3;
    padding: 10px;
    font-size: 25px;
    color: #fff;
}

.post-box .bar {
    background-color: #fff;
    margin-top: 25px;
}

.like_comment_div .feed_main_div {
    display: none !important;
}

.post-box .bar .bar-left {
    text-align: left;
    padding: 13px 15px;
    font-size: 15px;
}

.post-box .bar .bar-left span.like,
span.share,
span.comment {
    margin-right: 10px;
    font-weight: bold;
    cursor: pointer;
}

.post-box .bar .bar-left .fa {
    margin-right: 5px;
    color: #777;
}

.post-box .bar .bar-right {
    padding: 8px 15px;
    text-align: right;
}

.post-box .bar .bar-right a {
    color: #777;
    padding: 7px;
    font-size: 15px;
}

.post-box .bar .bar-right ul {
    list-style: none;
    /*display:-webkit-inline-box;*/
    padding: 0px;
}

.post-box .bar .bar-right li a:hover {
    color: #000;
}

.bar .bar-left .panel {
    display: none;
    background-color: white;
    width: 206%;
    -webkit-transition: all .4s;
}

.bar .bar-left .panel p.post-comment-likes {
    width: 100%;
    min-width: 100%;
    float: left;
    clear: both;
    font-size: 12px;
    padding: 5px 20px 5px 10px;
    margin: 0 0 1px 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 6px 0px 6px 0px;
}

.bar .bar-left .panel p.post-comment-likes span.post-reactions {
    float: left;
    padding-top: 1px;
    font-size: 11px;
    line-height: 13px !important;
}

span.post-like,
span.post-love,
span.post-wow {
    font-size: 15px;
    margin-right: 5px;
}

.bar .bar-left .panel p.post-comment-likes span.post-likes-text {
    font-size: 13px;
    margin-left: 10px;
}

.bar .bar-left .panel p.post-comment-likes span.post-likes-text a {
    color: #033f74;
}

p.post-comments {
    width: 100%;
    min-width: 100%;
    float: left;
    clear: both;
    font-size: 12px;
    padding: 5px 20px 5px 10px !important;
    margin: 0 0 5px 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p.post-comments a {
    font-size: 15px;
    color: #033f74;
}

.post-comment {
    width: 100%;
    min-width: 100%;
    float: left;
    clear: both;
    font-size: 12px;
    padding: 5px 20px 5px 10px;
    margin: 0 0 1px 0;
    background: #edeff4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-comment .post-comment-img {
    padding: 0px;
}

.post-comment .post-comment-img img {
    /* width:100%; */
}

.post-comment .post-comment-text-wrapper .post-comment-text p {
    padding: 0;
    margin: 0;
    line-height: 1.4;
    background: none;
    font-size: 12px;
    font-weight: bold;
}

.post-comment .post-comment-text-wrapper .post-comment-text p a {
    color: #033f74;
}

/*---- half-width---*/

.half-width .post-box .post-title {
    float: right;
}

.half-width .post-box .post-img {
    float: left;
    padding-top: 0px;
}

/*---- thumblin---*/

.thumblin .post-box .post-title {
    float: right;
}

.thumblin .post-box .post-img {
    float: left;
}

.thumblin .post-box .post-img iframe {
    width: 100%;
    height: 104px;
}

/*---- group-full-page---*/

.group.full-width .post-box .post-img .post-full-img {
    padding: 0px;
}

.group.full-width .post-box .post-img .post-thum-img {
    padding: 0px;
}

.group.full-width .post-box .post-img .post-thum-img img {
    height: 180px;
}

.group.full-width .post-box .post-img .post-thum-img span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
    color: #000;
    font-size: 40px;
}

/*---- group-half-page---*/

.group.half-width .post-box .post-img .post-full-img {
    padding: 0px;
}

.group.half-width .post-box .post-img .post-thum-img {
    padding: 0px;
}

.group.half-width .post-box .post-img .post-thum-img img {
    height: 110px;
}

.group.half-width .post-box .post-img .post-thum-img span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
    color: #000;
    font-size: 40px;
}

.post-box.bg p {
    font-size: 14px;
}

.container-flut.gallaries .gallery-img p {
    font-size: 14px !important;
    float: left;
    padding-right: 8px;
}

/*.container-flut.gallaries .gallery-img p:after
{
	content:',';
	
}*/

/*---- group-thumblin-page---*/

.group.thumblin .post-box .post-img .post-full-img {
    padding: 0px;
}

.group.thumblin .post-box .post-img .post-thum-img {
    padding: 0px;
}

.group.thumblin .post-box .post-img .post-thum-img img {
    height: 50px;
}

.group.thumblin .post-box .post-img .post-thum-img span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
    color: #000;
    font-size: 20px;
}

@media (max-width: 768px) {
    .half-width .post-box .logo-left {
        padding: 13px 0px;
    }
}

@media (max-width: 480px) {
    .post-box .logo-left {
        padding: 12px 0px;
    }
    .post-box .bar .bar-left {
        padding: 13px 2px;
        font-size: 12px;
    }
    .post-box .bar .bar-left span.like,
    span.share,
    span.comment {
        margin-right: 5px;
    }
    .post-box .bar .bar-right a {
        padding: 5px;
    }
}

.div-overlay h3 span {
    color: #fff;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-secondary.feed_header_link {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.bg {
    /* 	background-image: url(../images/bg01.jpeg); */
    /*padding:20px 0px !important;*/
}

.bg .box {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 1px 15px;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transition: all .4s;
    ` transition: all .4s;
}

.bg .post-box:hover {
    -webkit-transition: all .4s;
    ` transition: all .4s;
    box-shadow: 0 0 10px #777;
}

.bg .bar {
    padding: 0px;
    background-color: #eaeaea;
    border: 1px solid #ccc;
    /* box-shadow: 0 0 8px #d4d1d1; */
}

.bg p {
    /*padding: 15px 0px;*/
}

.bg i.fa.fa-twitter {
    color: #00acee;
}

.bg i.fa.fa-google-plus {
    color: #de6463;
}

.bg i.fa.fa-facebook {
    color: #3a5898;
}

.bg i.fa.fa-twitter:hover {
    color: #000;
}

.bg i.fa.fa-google-plus:hover {
    color: #000;
}

.bg i.fa.fa-facebook:hover {
    color: #000;
}

.bg .post-img {
    padding: 5px;
    border: 1px solid #e4e4e4;
    /*padding: 20px;*/
}

@media (max-width: 768px) {
    .thumblin .bg .logo-left {
        padding: 12px 0px;
    }
}

@media (max-width: 480px) {
    .bg .bar .bar-left {
        padding: 17px 15px;
    }
}

.ffp_attach_div {
    padding-left: 0px !important;
    margin-top: 10px !important;
}

/*custom box css start*/

.width100per {
    width: 100%;
}

body {
    font-family: Verdana, 'Lucida Grande';
    font-size: 13px;
}

a {
    text-decoration: none;
    color: #333;
}

#productWrapper {
    width: 98%;
    margin: 0 auto;
}

/* ======================= 
    Product Dropdown Menu 
   ===================== */

#navigation {
    background-color: #111;
}

#product-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

#products {
    font-family: Verdana;
    /*    position: fixed;    */
    /*    top: 53px;*/
    width: 100%;
    height: 33px;
    background: #fdfdfd;
    font-size: 0;
    border-bottom: 1px solid #dcdcdd;
    /*    border-top: 1px solid #dcdcdd;*/
    text-shadow: #dcdcdd 1px 1px 0;
    z-index: 1;
}

#products>ul {
    position: relative;
    list-style: none;
    width: 1000px;
    height: 33px;
    margin: 0 auto;
    padding: 0;
    white-space: normal;
    font-size: 0;
}

#products>ul>li,
#products>ul>li {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    white-space: nowrap;
    font-size: 12px;
}

#products>ul>li>a {
    display: block;
    z-index: 2;
    text-decoration: none;
    padding: 0 8px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    font-size: 12px;
    color: #777;
    height: 33px;
    line-height: 35px;
    text-shadow: none;
    overflow: hidden;
    background: #fdfdfd;
    position: relative;
}

#products>ul>li:hover>a {
    background: url("../Images/product/resource/link-hover.png") repeat-x right 50% transparent;
    color: #494949;
    border-color: #dcdcdd;
    height: 34px;
}

.product-category {
    display: none;
    position: absolute;
    z-index: 1;
    top: 33px;
    background-color: #fff;
    min-height: 40px;
    border: 1px solid #dcdcdd;
    left: 0;
    width: 966px;
    padding: 12px 0;
}

#products>ul>li:hover .product-category {
    display: block;
}

.product-sub-category {
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 146px;
    height: 120px;
    border-right: 1px solid #e8e8e8;
    padding: 0 0 30px 14px;
}

.product-sub-category h4 {
    line-height: 20px;
    color: #353535;
    font-weight: bold;
}

.product-sub-category a {
    text-shadow: none;
    font-size: 11px;
    color: #777;
    display: block;
    line-height: 25px;
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-sub-category a.viewall {
    position: absolute;
    bottom: 0;
    left: 14px;
    width: auto;
    padding: 0 16px 0 0;
    color: #70ac2a;
    background: url(../Images/product/resource/cat_all_icon.png) no-repeat right 7px;
}

.product-sub-category a:hover {
    color: #75890c;
}

.product-sub-category-image {
    overflow: hidden;
}

.categories-more {
    position: relative;
    z-index: 3;
    cursor: default;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    white-space: nowrap;
    font-size: 12px;
    width: 150px;
}

.categories-more-list {
    display: none;
    position: absolute;
    z-index: 1;
    top: 33px;
    right: 0;
    background-color: #fff;
    min-height: 40px;
    min-width: 100%;
    border: 1px solid #dcdcdd;
    font-size: 13px;
    line-height: 30px;
    white-space: nowrap;
}

.categories-more-list a {
    display: block;
    border-bottom: 1px solid #EFEFEF;
    color: #8D8D8D;
    text-shadow: none;
    text-decoration: none;
    padding: 0 11px;
}

.categories-more-list a:hover {
    background-color: #f9f9f9;
    color: #494949;
}

.categories-more:hover .categories-more-list {
    display: block;
}

/* ======================= 
    Product Page Sidebar 
   ===================== */

.sidebar h2 {
    border-left: 3px solid #75890c;
    padding: 0 15px;
    margin: 10px 0;
    font-family: 'Open Sans';
    font-size: 22px;
    line-height: normal;
}

.sidebar-block {
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    padding: 0;
    margin-bottom: 10px;
}

.sidebar-block h3 {
    font-weight: bold;
    background-color: #f0f0f0;
    padding: 8px 15px;
}

.sidebar-links,
.sidebar-links table {
    width: 100%;
    margin: 0;
    display: block;
}

.sidebar-links table tbody,
.sidebar-links table tbody tr,
.sidebar-links table tbody tr td {
    display: block;
}

.sidebar-links>li,
.sidebar-links>table tr {
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidebar-links li a,
.sidebar-links tr a {}

.sidebar-links li a.active:hover,
.sidebar-links tr a.active:hover {}

.sidebar-links li a:hover,
.sidebar-links tr a:hover {
    background-color: #e4e4e4 !important;
}

.sidebar-links li a.active,
.sidebar-links tr a.active {
    border-left: 4px solid green;
    background-color: #e4e4e4 !important;
}

/* produtc gallery */

.product-gallery {
    text-align: center;
}

.product-gallery li,
.product-gallery>div {
    display: inline-block;
    margin: 10px 5px 0 5px;
    vertical-align: top;
    height: 250px;
    width: 280px;
    overflow: hidden;
}

/* Product popup */

.popup-overlay {
    background-color: rgba(68, 68, 68, 0.8);
    position: fixed;
    top: 0;
    28 left: 0;
    width: 100%;
    height: 100%;
}

.product-gallery-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

.product-gallery-popup .product-popup-content {
    position: absolute;
    width: 980px;
    max-height: 580px;
    top: 20%;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    /* margin-left: -490px; */
    /* margin-top: -290px; */
    background-color: #fff;
    overflow: hidden;
    padding: 15px;
}

.product-image {
    /*     height: 580px; */
    overflow: hidden;
    position: relative;
    text-align: center;
}

.product-image img {
    width: 100% !important;
    max-height: 100%;
}

.cross {
    position: absolute;
    top: 10px;
    right: 10px;
}

.nav-btn.prev {
    left: 5%;
    background-position: 0px 0px;
}

.nav-btn.next {
    right: 5%;
    background-position: -35px 0px;
}

/* ======================= 
    Product User Profile
   ===================== */

#productMasterSidebar {
    position: relative;
}

.user-profile-master-button {
    float: left;
    display: inline-block;
    /*
    padding:0 8px 0;*/
    background: url('img/master-btn.jpg') repeat-x;
    color: #999;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    /*
    border:1px solid #DFDFDF;
    margin:0 5px 0 0 ;
*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ddd;
}

.user-profile-master-button:hover {
    border-color: #cacaca;
    background: #F8F8F8;
}

.user-profile-master-button>span {
    display: block;
    position: absolute;
    top: 6px;
    left: 9px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
}

.user-profile-master-button:active {
    top: 1px;
    background-image: linear-gradient(bottom, rgb(117, 137, 12) 0%, rgb(160, 180, 40) 100%);
    background-image: -o-linear-gradient(bottom, rgb(117, 137, 12) 0%, rgb(160, 180, 40) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(117, 137, 12) 0%, rgb(160, 180, 40) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(117, 137, 12) 0%, rgb(160, 180, 40) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(117, 137, 12) 0%, rgb(160, 180, 40) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(117, 137, 12)), color-stop(1, rgb(160, 180, 40)));
    color: #fff;
}

.user-profile-panel {
    margin-bottom: 10px;
    border: 0px solid #75890c;
    border-radius: 0px;
}

.DP_panel {
    padding: 0;
    border-bottom: 0px solid #ddd;
    margin-bottom: 10px;
}

.DP_panel {
    padding: 0;
    border-bottom: 0px solid #ddd;
    margin-bottom: 10px;
}

.user-profile-panel ul.sidebar-links li a {
    color: #75890c;
    text-decoration: none;
    line-height: 25px;
}

.DP_panel .user-control {
    float: left;
}

.DP_panel .user-control {
    margin: 0 auto;
    width: 187px;
    float: none;
}

.DP_panel .button-panel .user-profile-master-button {
    float: none;
    margin: 5px 1px 0 0px;
    padding: 6px;
}

.DP_panel .button-panel .statistics-container,
.DP_panel .button-panel .quick-view {
    position: relative;
    z-index: 11;
}

.statistics-container:hover .stat-box,
.quick-view:hover .quick-view-box {
    display: block;
    width: auto;
    z-index: 1000000;
}

.DP_panel .button-panel .statistics-container,
.DP_panel .button-panel .quick-view {
    float: left;
    margin-bottom: -1px;
}

.DP_panel .button-panel .statistics-container>a {
    margin-right: 4px;
}

.DP_panel .button-panel .change-dp {
    float: right;
}

.stat-n-view {
    margin-top: 0px;
    position: relative;
    z-index: 10;
}

.DP_panel .DP {
    width: auto;
    max-height: 350px;
    height: auto;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    border-radius: 4px;
}

.DP_panel .DP>img {
    /*    height:100%;*/
    width: 100%;
    height: auto;
}

.DP_panel .DP .change_dp_btn {
    position: absolute;
    bottom: -30px;
    right: 0;
    background-color: #000;
    opacity: 0.7;
    padding: 5px;
    transition: bottom 500ms;
}

.DP_panel .DP:hover .change_dp_btn {
    bottom: 0px;
    -webkit-transition: bottom 500ms;
    -moz-transition: bottom 500ms;
    -ms-transition: bottom 500ms;
    -o-transition: bottom 500ms;
}

.user-profile-panel {
    margin-bottom: 10px;
    border: 0px solid #75890c;
    border-radius: 0px;
}

.stat-btn {
    position: relative;
}

.stat-box,
.quick-view-box {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    position: relative;
    border: 1px solid #ddd;
    box-shadow: none;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.UC-stat h3 {
    width: 76%;
}

.statistics-container>a.user-profile-master-button.active,
.quick-view>a.user-profile-master-button.active {
    margin: 5px 1px 0 0;
    padding: 6px 6px 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid #fff;
    background: #fff;
}

.statistics-container>a.user-profile-master-button.active {
    margin: 5px 4px 0 0;
}

.UC-tags,
.UC-tags .UC-stat+.UC-stat,
.UC-tags .UC-view+.UC-view {
    width: auto;
}

.UC-tags {
    height: auto;
    width: auto;
    padding: 5px !important;
}

.UC-stat>span,
.UC-view>span {
    width: 38px;
}

.UC-tags .UC-stat+.UC-stat,
.UC-tags .UC-view+.UC-view {
    width: 100%;
    margin-top: 5px;
}

.UC-stat h3,
.UC-view b {
    width: 76%;
    padding: 0 0 0 5px;
    position: relative;
    margin: 0;
    font-family: Verdana, 'Lucida Grande';
}

.UC-view b,
.UC-stat b {
    width: 86%;
    position: relative;
    overflow: hidden;
}

.UC-stat b i {
    height: 25px;
    position: absolute;
    display: block;
    top: 0;
    z-index: 9;
    left: 0;
}

.UC-stat b a {
    z-index: 10;
    position: relative;
}

.UC-stat h3 {
    height: 24px;
}

.UC-stat b>a {
    position: absolute;
    height: 100%;
    z-index: 10;
    text-shadow: none;
}

.UC-stat b>a:hover {
    text-shadow: 1px 1px 1px #fff;
    text-shadow: #fff;
}

.UC-stat b>i {
    position: absolute;
    height: 100%;
    opacity: 0.7;
    display: block;
    top: 0;
    left: 0;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    left: -10px;
}

.arrow-left-Discussions {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    left: -10px;
    top: 80px;
}

.stat {
    position: relative;
    margin-top: 0px;
    margin-bottom: 1px;
    background: #d9d9d9;
    height: 23px;
    width: 100%;
}

.stat>span {
    display: block;
    height: 100%;
    overflow: hidden;
    color: #000;
    -webkit-transition: width 500ms;
    -moz-transition: width 500ms;
    -ms-transition: width 500ms;
    -o-transition: width 500ms;
}

.stat>span>span {
    display: block;
    padding: 2px 0 2px 10px;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 0;
}

.stat>span>span.stat-name {
    left: 0px;
    width: 100%;
    color: #333;
}

.stat>span>span.stat-name a:hover {
    color: #fff;
}

.stat>span>span.stat-amt {
    right: 12px;
    color: #888;
}

.tags button,
.tags b,
.tags a,
.tags span {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tags button,
.tags b,
.UC-view b,
.UC-stat h3 {
    display: block;
    float: left;
    /*    width: 100px;   */
    height: 26px;
    line-height: 23px;
    text-align: left;
    font-size: 12px;
    color: #555;
    text-decoration: none;
    text-shadow: 0 1px white;
    background: #fafafa;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #dadada #d2d2d2 #c5c5c5;
    border-radius: 3px 0 0 3px;
    background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
    background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 0 0px 0 5px;
}

.tags span {
    text-align: center;
    z-index: 2;
    overflow: hidden;
    width: 30px;
    height: auto;
    float: left;
    line-height: 20px;
    padding: 3px 7px;
    margin: 0;
    color: white;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    border: 0px;
    border-radius: 0 2px 2px 0;
    opacity: .95;
    background: #65bb34;
    border-color: #549b2b #4f9329 #4b8b27;
    background-image: -webkit-linear-gradient(top, #71ca3f, #5aa72e);
    background-image: -moz-linear-gradient(top, #71ca3f, #5aa72e);
    background-image: -o-linear-gradient(top, #71ca3f, #5aa72e);
    background-image: linear-gradient(to bottom, #71ca3f, #5aa72e);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transition-property: padding, max-width;
    -moz-transition-property: padding, max-width;
    -o-transition-property: padding, max-width;
    transition-property: padding, max-width;
    width: 25px;
    padding: 3px 0px;
}

.tags .click-to-view-likes,
.tags span i {
    font-family: 'FontAwesome';
    font-size: 17px;
}

/* ======================= 
    Product Add Useer Product
   ===================== */

.form {
    margin: 10px 0;
}

.form-fields {
    float: left;
    width: 58%;
}

.form-fields input[type='text'],
.form-fields input[type='password'],
.form-fields textarea {
    width: 95%;
}

.form-fields h3 {
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.error-msg {
    color: #f00;
}

.form-row {
    display: table;
    width: 100%;
    margin: 10px 0;
}

.form-row>span {
    width: 45%;
    display: table-cell;
    vertical-align: top;
}

.form-row span.colon {
    float: right;
    margin-right: 20px;
}

.dropdown-wrapper>div {
    position: relative;
}

.image-preview {
    float: right;
    width: 40%;
}

.image-preview img {
    width: 100%;
}

.image-preview p {
    text-align: center;
}

.form-btns {
    margin: 15px 0;
}

/* ======================= 
    Product Responsive
   ===================== */

#productContainer {
    margin-left: 1%;
    min-height: 500px;
    font-size: 13px;
    line-height: normal;
    color: #333;
}

#productContainer,
#productContent,
.sidebar {
    float: left;
}

#productContent {
    width: 83%;
    /*    background-color: #ddd;*/
    min-height: 500px;
}

.product-productpage-container {
    width: 81%;
}

.product-profilepage-container {
    width: 84%;
}

/* advertise */

#ad-panel-right {
    float: right;
    width: 13%;
}

#ad-panel-right .ad {
    margin-bottom: 30px;
}

#ad-panel-right .ad img {
    width: 100%;
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    #productSidebar {
        width: 17%;
        width: -webkit-calc(13em);
        width: -moz-calc(13em);
        width: calc(13em);
    }
    #productMasterSidebar {
        width: 15%;
        width: -webkit-calc(13em);
        width: -moz-calc(13em);
        width: calc(13em);
    }
    .product-profilepage-container {
        width: 81%;
    }
    #ad-panel-right {
        width: 14%;
        width: -webkit-calc(10em);
        width: -moz-calc(10em);
        width: calc(10em);
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1360px) {
    #productSidebar {
        width: 17%;
        width: -webkit-calc(17em);
        width: -moz-calc(17em);
        width: calc(17em);
    }
    #productMasterSidebar {
        width: 15%;
        width: -webkit-calc(15em);
        width: -moz-calc(15em);
        width: calc(15em);
    }
    #ad-panel-right {
        width: 14%;
        width: -webkit-calc(13em);
        width: -moz-calc(13em);
        width: calc(13em);
    }
}

@media(max-width:767px) {
    .product-gallery-popup .product-popup-content {
        width: 100% !important;
        max-height: auto !important;
    }
    .product-gallery-popup .product-popup-content {
        top: 20%;
    }
    .product-image iframe {
        /* max-height: 402px; */
        height: 100% !important;
        width: 100% !important;
    }
}

@media only screen and (min-width: 1361px) {
    #productWrapper {
        width: 1320px;
    }
}

.ffp_weblizar_img img {
    max-height: 100%;
}

.ffp_weblizar_img {
    /*     height: 550px; */
    overflow: hidden;
    position: relative;
    text-align: center;
}

.eapps-facebook-feed-popup-item-header {
    padding: 16px 16px 0;
}

.eapps-facebook-feed-item-author {
    position: relative;
    min-height: 40px;
}

.eapps-facebook-feed-item-author-picture {
    float: left;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    margin-right: 8px;
    box-sizing: content-box;
}

.eapps-facebook-feed a {
    color: #365899;
    text-decoration: none;
}

.eapps-facebook-feed-item-author-info {
    margin-left: 42px;
}

eapps-facebook-feed-item-author-name {
    padding-top: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.eapps-facebook-feed-item-author-name a {
    border: none;
    color: #17191a;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.eapps-facebook-feed-item-date {
    color: #7f8588;
    font-size: 12px;
    font-weight: 400;
    margin-top: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.eapps-facebook-feed-popup-item-content {
    padding: 0 16px;
    margin-top: 30px;
}

.eapps-facebook-feed-popup-item-content-text {
    min-height: 54px;
}

.eui-item-text {
    color: #17191a;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
}

.eui-item-text {
    color: #17191a;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
}

eui-item-text {
    color: #17191a;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
}

.eui-item-text-see-more {
    color: #7f8588;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.like_comment_div .media-heading {
    margin-top: 0;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 2px;
    margin-bottom: 8px;
}

.eapps-facebook-feed-item-author-name {
    /*margin-top: 15px;*/
}

.event_title {
    margin-top: 20px;
}

.complete {
    display: none;
}

.feed_more {
    /* background: lightblue; */
    color: red;
    font-size: 13px;
    padding: 3px;
    cursor: pointer;
}

.custom_box_comment {
    max-height: 250px;
    overflow-y: scroll;
    padding-bottom: 40px;
}

.custom_box_comment::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 5px;
}

.moment-link {
    position: relative;
}

.custom_box_comment::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.custom_box_comment::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122, 153, 217)), color-stop(0.72, rgb(73, 125, 189)), color-stop(0.86, rgb(28, 58, 148)));
}

.product-popup-content .prev,
.product-popup-content .next {
    background-color: #00000000 !important;
    font-size: 34px !important;
    box-shadow: none !important;
    top: 40% !important;
}

.product-image iframe#.embed-responsive-item {
    width: 100% !important;
    max-height: 376px !important;
}

.product-image iframe {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 376px !important;
}

.comment-area .moment-link li a {
    text-decoration: none;
    padding: 3px 8px;
    font-weight: normal !important;
    font-size: 16px;
    color: #4e4e4e;
    /* border: 1px solid #ccc; */
    /* line-height: 25px; */
    border-radius: 41%;
}

/*custom box css end*/

.feed_main_div .post_font_color {
    font-weight: normal;
}

/*event css*/

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .order_change {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .pic {
        order: 1;
    }
    .text {
        order: 2;
    }
}

.item-inner {
    position: relative;
}

.overlay-vido-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.overlay-vido-icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 22px;
    color: #fff;
    padding: 8px;
}

#event .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px 0%;
}

#event .grid__item {
    background-color: rgb(234, 234, 234);
    margin-bottom: 20px;
    padding: 15px !important;
}

#event .blog-grid {
    margin: 0px 0px !important;
    padding: 8px;
    min-height: 170px;
    display: flow-root;
}

#event .blog-grid a {
    color: #5d5d5d;
    border: none;
    text-decoration: none;
}

#event .blog-grid h4 a {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

#event h4 {
    padding: 0px;
    line-height: 29px;
    margin: 0px;
}

#event h5.datetime {
    margin: 0px;
    font-weight: 100;
    font-size: 12px;
    padding: 15px 0px;
}

#event p {
    margin: 0px;
    font-size: 14px;
    padding: 0px;
}

#event .moment-link ul li,
#event .moment-link ul li a {
    float: left;
    list-style: none;
    font-size: 13px;
}

#event .social-link-2>ul>li>a {
    float: left;
    list-style: none;
    font-size: 14px;
    padding: 7px;
}

#event .social-link-2>ul>li>ul {
    bottom: -3px;
    padding: 0px;
    margin: 0px;
}

/*video css*/

.videos .grid__item {
    margin-bottom: 30px !important;
}

.video-details {
    background-color: #000;
    text-align: center !important;
    padding: 10px;
    color: #fff;
    /*margin-bottom:30px;*/
}

.video-details h3,
.video-details p {
    display: block;
    width: 100%;
}

.video-details h3 a {
    color: #fff;
    text-align: center !important;
    font-size: 26px;
    text-decoration: none;
}

.modal-content iframe.embed-responsive-item {}

.embed-responsive-item.video-height {
    width: 100%;
}

/*album css*/

.gallery-photos .grid__item-caption.album-details {
    text-align: center !important;
    padding: 10px;
    background-color: #000;
    color: #fff;
}

.album-details h3 {
    color: #fff;
    text-align: center !important;
    font-size: 18px;
    text-decoration: none;
}

.albums {
    margin: 60px 0;
}

/*timeline css*/

.padding-0 {
    padding: 0;
}

.modal-content iframe.embed-responsive-item {
    min-height: 460px;
}

.embed-responsive-item.video-height {
    min-height: 300px;
    width: 100%;
}

.div-overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 82%;
    margin: 0 auto;
    background: #0000008c;
    right: 0;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thum-img img {
    position: relative;
}

.bstimeslider i.fa {
    margin-top: 100%;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.timeline .blog-grid.lb-block-2 {
    width: 100%;
}

.timeline .comment-area>p {
    border-top: 1px solid #e4e4e4;
    padding: 3px;
    font-size: 12px;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 10px;
}

.timeline .media,
.timeline .media .media {
    margin-top: 0px;
}

.timeline .media.comment-area-inner.col-md-12 .media-body>p {
    line-height: 20px;
    font-size: 13px;
}

.grid__item--c1,
.grid__item--c1:hover,
.grid__item--c1:focus {
    color: #52649e !important;
}

.timeline .blog-grid h4 a,
.timeline .blog-grid h5 {
    color: #5d5c5c;
}

.timeline .tooltip-new {
    position: relative;
    display: inline-block;
}

.timeline .tooltip-new .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 116%;
    left: 50%;
    font-size: 12px;
    margin-left: -60px;
}

.timeline .tooltip-new .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.timeline .tooltip-new:hover .tooltiptext {
    visibility: visible;
}

/*carousel css*/

.item-inner img.demo {
    width: auto !important;
}

.carousel-thum-modal .carousel-control {
    line-height: 80px;
    font-size: 30px;
    background-color: #000;
    line-height: 116px;
    margin-left: 1px;
    color: #fff;
}

.carousel-thum-modal .carousel-control:hover,
.carousel-thum-modal .carousel-control:focus {
    color: #fff !important;
}

.carousel-thum-modal .item-inner {
    padding: 2px;
}

.carousel-thum-modal .carousel-control.left,
.carousel-thum-modal .carousel-control.right {
    margin-left: 1px;
    background-image: none;
}

.carousel-thum-modal .item-inner img {}

.carousel-thum-modal .carousel {
    margin-bottom: 0px;
}

.carousel-thum-modal .carousel-control {
    width: 4%;
}

@media (max-width: 767px) {
    .carousel-thum-modal .carousel-inner .active.left {
        left: -100%;
    }
    .carousel-thum-modal .carousel-inner .next {
        left: 100%;
    }
    .carousel-thum-modal .carousel-inner .prev {
        left: -100%;
    }
    .carousel-thum-modal .active>div {
        display: none;
    }
    .carousel-thum-modal .active>div:first-child {
        display: block;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .carousel-thum-modal .carousel-inner .active.left {
        left: -50%;
    }
    .carousel-thum-modal .carousel-inner .next {
        left: 50%;
    }
    .carousel-thum-modal .carousel-inner .prev {
        left: -50%;
    }
    .carousel-thum-modal .active>div {
        display: none;
    }
    .carousel-thum-modal .active>div:first-child {
        display: block;
    }
    .carousel-thum-modal .active>div:first-child+div {
        display: block;
    }
}

@media (min-width: 992px) {
    .carousel-thum-modal .carousel-inner .active.left {
        left: -16.7%;
    }
    .carousel-thum-modal .carousel-inner .next {
        left: 16.7%;
    }
    .carousel-thum-modal .carousel-inner .prev {
        left: -16.7%;
    }
}

@media not all,
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out !important;
        transition: transform .6s ease-in-out !important;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden !important;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
}

.timeline .grid__item .col-md-4.thum-img {
    padding: px;
    padding: 0 1px;
    height: 50px;
    overflow: hidden;
}

.timeline .grid__item .thum-img .div-overlay a {
    color: #fff;
}

.ffp_back_button {
    color: #FFFFFF;
    background: #31A3DD;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border: 4px solid #31A3DD;
    display: inline-block;
    font-family: 'RalewaySemiBold';
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px;
    padding: 9px 18px;
    text-align: right;
    text-transform: none;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    text-decoration: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, .7);
}

.back_album {
    margin-bottom: 30px;
    margin-right: 20px;
}

.holder {
    margin: 15px 0;
}

.holder a {
    font-size: 12px;
    cursor: pointer;
    margin: 0 5px;
    color: #333;
}

.holder a:hover {
    background-color: #222;
    color: #fff;
}

.holder a.jp-previous {
    margin-right: 15px;
}

.holder a.jp-next {
    margin-left: 15px;
}

.holder a.jp-current,
a.jp-current:hover {
    color: #FF4242;
    font-weight: bold;
}

.holder a.jp-disabled,
a.jp-disabled:hover {
    color: #bbb;
}

.holder a.jp-current,
a.jp-current:hover,
.holder a.jp-disabled,
a.jp-disabled:hover {
    cursor: default;
    background: none;
}

.holder span {
    margin: 0 5px;
}

.load_album {
    margin-top: 50px;
    margin-bottom: 50px;
}

.modal-content {
    text-align: center;
}

.gallary-thumbs.infigo-g .item {
    padding: 0px 4px;
}

.welizar_effect_p {
    font-size: 13px !important;
    color: #fff !important;
}

item .tilter__caption {
    z-index: 9999999 !important;
}

.gallery-photos .tilter__figure:hover .tilter__caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* top: 0; */
    z-index: 999999 !important;
    background-color: 00000050;
    padding: 0em;
    text-align: center;
}

.tilter__figure .tilter__deco {
    z-index: 9 !important;
}

.tilter__figure:hover .tilter__deco {
    z-index: 9 !important;
}

.tilter__caption:hover tilter,
.tilter:focus {
    color: #fff;
    t0 outline: none;
}

.ffp_weblizar_img p {
    color: #000 !important;
}

.main-banner {
    height: 260px;
    /* background-attachment: fixed; */
    background-size: cover;
    background-position: left;
    /* background-size: cover; */
    background-position: 100% 43%;
    background-repeat: no-repeat;
    /* background-image: linear-gradient(to right, black 0%, white 100%), url(https://scontent.xx.fbcdn.net/v/t31.0-8/s720x720/21740797_1642098919198659_1600351691123341132_o.jpg?oh=2de865cd9bf616ca09f9ca40d87c886d&oe=5AB80C55);*/
    background-blend-mode: screen;
    box-shadow: 0px 0px 10px #ccc;
    /* border-bottom: 4px solid #0b79c3; */
}

.main-banner {
    position: relative;
    margin-bottom: 50px;
}

.facebook-feed-top-area {
    margin-bottom: 1px;
    bottom: -48px;
    position: absolute;
    width: 94%;
    margin: 0 auto;
    z-index: 1;
    border-radius: 4px;
    right: 0;
    left: 0;
    padding-top: 15px;
    /*background: #0098ff;*/
    /* border-bottom: 3px solid #0b79c3;*/
    overflow: hidden;
}

.facebook-feed-top-img a.fb-main-pic {
    padding: 5px;
}

a.fb-main-pic img {
    margin-top: 24px;
}

.facebook-feed-top-info-inner h3 {
    margin: 0;
    font-weight: bold;
    text-shadow: 1px 1px 3px #fff;
}

.facebook-feed-top-info-inner p span {
    font-weight: bold;
}

.facebook-feed-top-info-inner p {
    font-size: 16px;
    color: #000;
    padding-left: 6px;
}

.facebook-feed-top-area .facebook-feed-top-img {
    padding-left: 12px !important;
    padding: 0px;
}

.facebook-feed-top-info {
    height: 120px;
}

.facebook-feed-top-info-inner {
    position: absolute;
    bottom: 0;
    position: absolute;
    margin-left: 7px;
}

.facebook-feed-inner-text .button-group {
    position: absolute;
    right: 13px;
    bottom: 10%;
    top: auto;
    z-index: 9999;
    /* height: 200px; */
}

.facebook-feed-top-info-inner h3 a {
    text-decoration: none;
    color: #333;
    font-size: 30px;
}

.btn-secondary.feed_header_link {
    color: #fff;
    background-color: #3b5998;
}

.btn-secondary.feed_header_link i.fa.fa-facebook {
    padding-right: 6px;
    border-right: 1px solid;
    margin-right: 4px;
}

.btn-secondary.feed_header_link {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

/*---aad-new---*/

.gallery-img p strong {
    padding-right: 6px;
    display: inline-block;
}

.event_desc {
    margin-bottom: 50px;
}

.event-blog-img {
    padding: 14px 0px;
}

.gallery-photos {
    margin: 60px 0px;
}

.card-footer {
    position: relative;
    padding: 5px;
    position: absolute;
    bottom: 3px;
    width: 100%;
    border: 1px solid #f2f2f2;
}

#blog_event .event-blog-plugin .social-link-2 ul li ul {
    position: absolute;
    display: none;
    /* padding-bottom: 44px; */
    background: transparent;
    height: auto;
    /* background: red; */
    bottom: 36px;
    padding: 1px 2px;
}

#blog_event .event-blog-plugin .social-link-2 ul li:hover ul {
    display: block;
}

.event-blog-plugin .social-link-2 a {
    display: block;
    cursor: pointer;
    padding: 4px 14px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(23, 25, 25, 0.16);
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.2s ease;
    user-select: none;
    color: #333;
    box-sizing: content-box;
}

.event-blog-plugin .social-link-2 a:hover {
    background-color: #f2f2f2;
}

.event-blog-plugin .social-link-2 ul {
    display: inline;
    margin: 0;
    padding: 0;
}

.event-blog-plugin .social-link-2 ul li a:hover {
    color: #333;
}

.event-blog-plugin .social-link-2 ul li {
    float: left;
    list-style: none;
}

.event-blog-plugin .social-link-2 ul li:hover ul {
    display: block;
}

.event-blog-plugin .social-link-2 ul li:focus ul {
    display: block;
}

.event-blog-plugin .social-link-2 ul li ul li {
    font-size: 20px;
    display: block;
    margin: 2px 0px;
    width: 100%;
    text-align: center;
}

.event-blog-plugin .social-link-2 ul>li>ul>li>a {
    color: #000 !important;
    padding: 2px;
}

.event-blog-plugin .social-link-2 ul>li>ul>li>a:hover {
    color: #333 !important;
}

.event-blog-plugin .social-link-2 ul li ul li:hover {}

.col-md-4.grid__item {
    margin-bottom: 30px;
}

.event-blog-details {
    position: relative;
    min-height: 240px;
    text-align: left;
    padding: 14px;
}

.event-blog-plugin {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 40px;
}

.event-blog-plugin .card-footer {
    padding: 5px;
    position: absolute;
    bottom: 3px;
    width: 100%;
    border: 1px solid #f2f2f2;
    background: #efefef;
}

.event-blog-plugin .social-link-2 ul li {
    float: left;
    height: auto;
    line-height: 30px;
    list-style: none;
}

#blog_event .media-heading {
    margin-top: 0;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 2px;
    margin-bottom: 8px;
    color: #333 !important;
}

#blog_event .media-heading a {
    /*color: #333 !important;	*/
}

#blog_event .media-heading a:focus,
a:hover {
    text-decoration: none !important;
}

.web_interes {
    margin-bottom: 10px !important;
}

.facebook_feed_more {
    color: #333 !important;
}

ffp_attach_div {
    padding-left: 0px important;
    margin-top: 10px;
}

.zoom-icon .grid figure figcaption h3 a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    z-index: 99999;
    background-color: rgba(0, 128, 0, 0.42);
    color: #fff;
    opacity: 0;
    text-align: center;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    transition-duration: .4s;
}

.zoom-icon .grid figure figcaption:hover h3 a {
    opacity: 1;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    transition-duration: .4s;
}

.zoom-icon .grid figure figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/*----social-link-timeline----*/

.card-footer {
    position: relative;
}

.social-link-2 a {
    text-decoration: none;
    color: #333;
    padding: 16px 7px;
}

.social-link-2 a:hover {
    color: #000 !important;
}

.social-link-2 ul {
    display: inline;
    margin: 0;
    padding: 0;
}

.social-link-2 ul li a:hover {
    color: #f2f2f2;
}

.social-link-2 ul li {
    float: left;
    list-style: none;
}

.social-link-2 ul li:hover ul {
    display: block;
}

.social-link-2 ul li:focus ul {
    display: block;
}

.social-link-2 ul li ul {
    position: absolute;
    display: none;
    bottom: 10px;
    background-color: #fff;
    padding: 1px 2px;
}

.social-link-2 ul li ul li {
    font-size: 20px;
    display: block;
    margin: 2px 0px;
    width: 100%;
    text-align: center;
}

.social-link-2 ul>li>ul>li>a {
    color: #333 !important;
    padding: 2px;
}

.social-link-2 ul li ul li:hover {}

.col-md-4.grid__item {
    margin-bottom: 30px;
}

/*----socia-lines-timeline----*/

/*---photos---*/

/*----gallery-tabs-------------*/

.gallery-tabs .nav-tabs li {
    width: 20% !important;
    height: 100%;
    border-radius: 0px;
    text-align: center;
}

.gallery-tabs .nav-tabs li a {
    color: #fff;
    border: none;
    line-height: 60px;
    font-size: 16;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    transition-duration: .4s;
}

.gallery-tabs .nav-tabs>li>a:focus,
.gallery-tabs .nav-tabs>li>a:hover {
    text-decoration: none;
    border: none;
    background-color: rgba(0, 0, 0, 0.21);
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    transition-duration: .4s;
}

/*---multy-css----*/

.multiple .grid-item {
    margin-bottom: 30px;
}

.multiple .grid figure {
    margin: 0px 0%;
}

/*---close-gallery-one-------------*/

/*--all-efcts----*/

body {
    background: black;
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'feathericons';
    src: url('../fonts/feathericons/feathericons.eot?-8is7zf');
    src: url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'), url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'), url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'), url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

.grid {
    /* 	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;

	list-style: none; */
    text-align: center;
}

/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    /* 	min-width: 320px;
	max-width: 480px;
	max-height: 360px; */
    /* width: 48%; 
	background: #3085a3;*/
    text-align: center;
    cursor: pointer;
    margin-right: 12px;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    /* width: 48%; 
    background: #3085a3;*/
    text-align: center;
    cursor: pointer;
    padding: 0px !important;
    left: 0px !important;
}

.grid .effect-lily {
    margin-right: 20px;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */

/*---------------*/

/***** Lily *****/

/*---------------*/

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption>div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

/*---edit--*/

.blog-grid {
    color: #333;
    text-align: left;
    margin: 0px 15px;
}

.blog-grid .blog-author-pic {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

.blog-grid h4 {
    margin-bottom: 4px;
}

.blog-grid h5 {
    font-size: 12px;
    padding: 0px;
}

.post-footer-option {}

.post-footer-option li a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.post-footer-option li {
    float: unset;
    width: 14%;
    background-color: red;
    display: inline-block;
    text-align: center;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.17);
    /* padding-bottom: 0px; */
}

.social-link-2 ul li ul {
    bottom: 34px !important;
}

.post-footer-option li:hover {
    background-color: green;
}

.post-box .bar .bar-right ul {
    list-style: none;
    border: 1px solid #ccc;
    /* display: -webkit-inline-box; */
    padding: 0px;
}

/*---------------*/

/***** Milo *****/

/*---------------*/

@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }
    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}

/*---blog---*/

@media (min-width: 992px) {}

.wrapper {
    background-color: #000;
    padding: 60px;
}

.btn.btn-primary {
    background-color: #4267b2;
    border-bottom: 1px solid #29487d;
    color: #fff;
}

.social-link a {
    width: 14px;
    color: #bababa;
    margin-right: 4px;
}

.social-link a:hover {
    color: #fff;
}

.card {
    color: #fff;
    border-radius: 0px;
    background-color: rgba(239, 239, 239, 0.17);
}

.card-footer {
    background-color: rgba(0, 0, 0, 0.27);
}

.author-area {
    margin: 10px;
}

.author-area img {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
}

.author-area h3 a {
    color: #f2f2f2;
    text-decoration: none;
}

.sqr-img {
    width: 35px;
    height: 35px;
    border-radius: 3px;
}

.comment-area-inner .sqr-img {
    margin-right: 7px;
}

.comment-area>p {
    border-top: 1px solid #3a3a3a;
    padding: 10px;
    margin-top: 10px;
}

.comment-area-inner .media-body {
    margin-top: -8px;
}

.comment-area-inner .media-body p {
    font-size: 14px;
    padding: 0px;
    margin: 4px 5px;
}

.comment-area-inner .media-body p a {
    font-weight: bold;
    padding-right: 5px;
    /* border-right: 1px solid #fff; */
}

.thum-img img:hover {
    opacity: 0.8;
}

.comment-area-inner .media-body p.reply a {
    color: #bc7e7e;
    font-weight: 500;
}

.card-footer {
    position: relative;
}

.moment-link a {
    text-decoration: none;
    color: #333;
    padding: 7px 7px;
}

.moment-link a:hover {
    color: #f2ff2;
}

.moment-link ul {
    display: inline;
    margin: 0;
    padding: 0;
}

.moment-link ul li {
    float: left;
    list-style: none;
}

.moment-link ul li:hover ul {
    display: block;
}

.moment-link ul li ul {
    position: absolute;
    display: none;
    bottom: 0px;
}

.moment-link ul li ul {
    position: absolute;
    display: none;
    bottom: 15px;
    width: 266px;
}

.moment-link ul li ul li a {
    position: relative;
    padding: 2px;
}

.moment-link ul li ul li:hover {}

.moment-link.pull-left.text-muted {
    position: relative;
}

.moment-link ul li ul li a i span {
    display: none;
    background-color: #000;
    padding: 4px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 10px;
    left: 10px;
    top: -50px;
    border-radius: 3px;
}

.moment-link ul li ul li a:hover span {
    display: block;
}

.reaction-icon {
    height: 48px;
    width: 48px;
}

.s-1 {
    background-image: url(../images/icons/1.png);
}

.fb {
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.fb:hover {
    background-repeat: no-repeat;
    background-size: 104%;
    text-align: center;
    width: 33px;
    height: 33px;
    transition: all 0.4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.s-2 {
    background-image: url(../images/icons/2.png);
}

.s-3 {
    background-image: url(../images/icons/3.png);
}

.s-4 {
    background-image: url(../images/icons/4.png);
}

.s-5 {
    background-image: url(../images/icons/5.png);
}

/*------model-css---*/

body {
    background-color: #000;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .order_change {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .pic {
        order: 1;
    }
    .text {
        order: 2;
    }
}

#event .blog-grid {
    margin: 0px 0px !important;
    padding: 15px;
}

#event .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px 0%;
}

.row>.column {
    padding: 0 8px;
    opacity: 1;
}

.column {
    opacity: 1;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
    background-color: currentColor;
    transform-origin: 50% 100%;
    transition: all 0.4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: currentColor;
    transform-origin: 50% 100%;
    transition: all 0.4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

/* Modal Content */

.timeline .modal-content {
    position: relative !important;
    background-color: #fefefe !important;
    margin: auto;
    padding: 0;
    border-radius: 0px !important;
    width: 100%;
    max-width: 1200px;
    background-color: currentColor;
    transform-origin: 50% 100%;
    transition: all 0.4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.timeline .modal {
    background: #00000090;
}

.timeline .modal-content .modal-body {
    padding: 0;
}

.timeline .modal-content .modal-body .col-md-8 {
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 6px;
}

/* The Close Button */

.timeline .close {
    float: right;
    font-weight: 700;
    font-size: 40px;
    right: 1%;
    top: 1%;
    color: #000;
    z-index: 999;
    line-height: 1;
    position: absolute;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
    background-color: currentColor;
    transform-origin: 50% 100%;
    transition: all 0.4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: #00000080;
}

.prev,
.next {
    background-color: #00000020 !important;
    box-shadow: none !important;
}

/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

/*----important-css-add---*/

#gallery.content:not(:first-child) {
    padding: auto !important;
}

.grid .mgn-w {
    margin-bottom: 30px !important;
}

@media only screen and (min-width: 767px) {
    .grid .mgn-w.col-md-4 {
        width: 32% !important;
    }
    .grid .mgn-w.col-md-3 {
        width: 25% !important;
    }
    .grid .mgn-w.col-md-6 {
        width: 49% !important;
    }
}

.padding-0.grid__item {
    width: 100% !important;
}

.grid__item:hover {
    /*z-index:9999;*/
}

/* .grid__item{
	width:auto!important;
} */

/*----important-css-add---*/

/*----lightbox-caption-css-add---*/

.modal-content {
    position: relative;
}

.lightbox-caption {
    overflow: overlay;
    max-height: 470px;
    padding: 10px 0px;
    overflow-x: hidden !important;
    width: 100%;
}

.lightbox-caption a img {
    width: 70px;
    float: left;
    margin-right: 15px;
    height: 70px;
    margin-bottom: 4px;
}

.lightbox-caption h4 a,
.lightbox-caption h5 {
    color: #333;
}

.lightbox-caption .comment-area-inner a img {
    width: 36px;
    height: 36px;
}

.paddin-0,
.column {
    padding: 0px !important;
}

.comment-area-inner {
    text-align: left;
}

.media.comment-area-inner.col-md-12 .media-body a {
    color: #333;
}

.thum-slider {
    height: 200px;
}

.thum-slider-inner {
    overflow: overlay;
    margin: 0 auto;
    width: 195px;
    height: 800px;
    display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.column {
    height: 125px;
    width: 125px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/*----timeline-page-css---*/

.timeline .mgn-w.grid__item {
    color: #333;
    margin-bottom: 30px;
    padding-top: 30px;
    background-color: #efefef;
    padding-bottom: 30px;
    border: 1px solid #ccc;
}

.bstimeslider {
    text-align: center;
    height: 100px;
    width: 100%;
    background: #ccc;
    overflow: -webkit-paged-x !important;
    position: relative;
}

.timeline .bstimeslider .bktibx {
    margin: 0px 5px;
    float: inherit;
    display: table-cell !important;
    font-size: 18px;
    max-width: 200px !important;
    padding: 5px;
    width: 145px;
    display: block;
    background: #000;
    color: #fff;
}

#tslshow {
    position: absolute;
    left: 0;
    width: 1200px;
}

#leftArrow {
    width: 40px;
    height: 100%;
    background: #00000096;
    position: absolute;
    left: 0px;
    z-index: 99999;
}

#rightArrow {
    z-index: 99999;
    width: 40px;
    height: 100%;
    background: #00000096;
    position: absolute;
    right: 0px;
}

#viewContainer {
    width: 90%;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 5%;
    /* left: 1px; */
    margin-left: -180px;
    overflow: hidden;
}

/*----timeline-page-css---*/

/*---light-box-thumneels---*

		.bstimeslider {
    

height:100px;
background:#ccc;
position:relative;    
}

.bktibx {

float:left;
font-size:18px;
width:200px;
display:block;
background:#000;
color:#fff;
    
}

#tslshow {
position:absolute;
left:0;
width:1200px;
   
}

#leftArrow {
    
width:40px;
    height: 100%;
    background: #00000096;
position:absolute;
left:0px;

    z-index: 99999;
}

#rightArrow {
    
    z-index: 99999;
width:40px;
    height: 100%;
    background: #00000096;
position:absolute;
right:0px;
}

#viewContainer {
    width: 100%;
    height: 100%;
    background: #00ff00;
    position: absolute;
    right: 0;
    /* left: 1px; */

margin-left: -180px;
overflow: hidden;
}

.content .stack__deco {}

.content .grid grid--effect-vega {
    position: relative;
    height: 3135.62px;
    overflow: hidden !impo;
}

.btn-overlay {
    opacity: 0;
    position: absolute;
    z-index: 999;
    background-color: #7c21216b;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
    text-align: center;
    transition: all 0.8s ease 0s;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
    position: absolute;
}

.grid__item:hover .btn-overlay {
    opacity: 1;
    transition: all 0.8s ease 0s;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
    position: absolute;
}

.btn-overlay a {
    font-size: 22px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    background-color: #00000050;
}

.modal {
    z-index: 99999999999 !important;
}

.timeline .blog-grid.lb-block-2>p {
    margin-bottom: 6px;
    font-size: 12px;
}

.card-title a {
    color: #333;
}

/*---light-box-thumneels---*/

.modal-slid-img {
    text-align: center;
}

.modal-slid-img img {
    /*   max-height: 466px; */
    text-align: center;
}

.timeline-cont h4 {
    text-align: left;
    font-size: 14px;
    padding: 0px;
    margin: 10px 0;
    border: none;
}

.timeline-cont a {
    box-shadow: none !important;
    border: none !important;
    text-decoration: none !important;
}

.timeline-cont a:hover {
    box-shadow: none !important;
    border: none !important;
    text-decoration: none !important;
}

.timeline-cont h5 {
    text-align: left;
    font-size: 13px;
    padding: 0px;
    margin: 5px 0;
}

/*---new-add---*/

.lightbox-caption {
    margin-top: 6px !important;
    float: left !important;
    /*    overflow-y: hidden; */
}

.lightbox-caption a img {
    width: 70px;
    float: left;
    margin-right: 15px;
    height: 70px;
    margin-bottom: 4px;
}

.carousel-thum-modal .item-inner {
    height: 100px !important;
}

/*--scrollbar--*/

.lightbox-caption::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.lightbox-caption::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.lightbox-caption::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122, 153, 217)), color-stop(0.72, rgb(73, 125, 189)), color-stop(0.86, rgb(28, 58, 148)));
}

/*--scrollbar--*/

.tilter__figure {
    overflow: hidden !important;
}

/*  .album-layout-3  .outline-border-1 .tilter:hover .tilter__image{

	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;

} */

.album-effct-3 .outline-border .tilter .tilter__image {
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.album-layout-3 .outline-border .tilter:hover .tilter__image {
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    /* 	 -webkit-transform: rotate(-10deg); 
	transform: rotate(-10deg);  */
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 100%;
    outline-offset: -60px !important;
    outline: 60px solid #00000078 !important;
    display: block;
}

.album-layout-3 .dotted-border .tilter .tilter__image {
    outline-offset: -60px !important;
    outline: 60px solid #00000078 !important;
    transition: all 0.4s ease-in-out 0s !important;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}

.album-layout-3 .dotted-border .tilter:hover .tilter__image {
    margin: 0;
    width: 100%;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    height: 100%;
    outline-offset: -6px !important;
    outline: 1px dotted #00000078 !important;
    display: block;
}

.tilter__figure {
    overflow: hidden !important;
}

.tilter__figure,
.tilter__image {
    margin: 0;
    width: 100%;
    height: 100%;
    outline-offset: -15px !important;
    outline: 4px solid #ffffff78 !important;
    display: block;
}

.btn-secondary.feed_header_link {
    padding: 7px;
}

a {
    text-decoration: none !important;
    box-shadow: none !important;
}

a:hover {
    box-shadow: none !important;
    text-decoration: none !important;
}

.post-box .bar .bar-right ul {
    border: none !important;
}