/**handles:fat-portfolio**/
body.lg-on #wpadminbar{
   z-index: 0;
}
body.lg-on header{
    z-index: 1 !important;
}
.lg-download{
    display: none !important;
}
.lg-backdrop{
    background-color: rgba(0,0,0,0.9) !important;
}

/*.mfp-gallery button.mfp-arrow:after,
.mfp-gallery button.mfp-arrow:hover:after{
    width: 0px !important;
    height: 0px !important;
}
.mfp-arrow-left:hover:before{
    border-right: #fff !important;
    opacity: 1;
}
.mfp-arrow-right:hover:before{
    border-left: #fff !important;
    opacity: 1;
}*/

.clearfix:before{
    clear: both;
}
.pos-relative{
    position: relative;
}
.text-center{
    text-align: center;
}
.text-uppercase{
    text-transform: uppercase;
}
.transition{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.transition-slow{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fat-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.letter-space{
    letter-spacing: 1.2px;
}
.letter-space-2x{
    letter-spacing: 2px;
}
.fat-fw-normal{
    font-weight: 400 !important;
}
.fat-fw-bold{
    font-weight: 700 !important;
}

.fat-portfolio-shortcode .view-more{
    margin-top: 50px;
    display: inline-block;
}

.fat-portfolio-shortcode .fat-item-wrap{
    display: inline-block;
    width: 100%;
}
.fat-portfolio-shortcode .fat-item-wrap .fat-portfolio-item img{
    width: 100%;
    height: auto;
}
.fat-mg-top-15 {
    margin-top: 15px !important;
}
.fat-mg-top-30 {
    margin-top: 30px !important;
}
.fat-mg-top-50 {
    margin-top: 50px !important;
}
.fat-mg-bottom-30 {
    margin-bottom: 30px;
}
.fat-mg-bottom-50 {
    margin-bottom: 50px !important;
}

/*** --- tabs --- ***/
.fat-portfolio-tabs ul {
    text-align: center;
    list-style: none;
    display: block;
    padding-left: 0;
    margin-left: 0;
}
.fat-portfolio-tabs select {
    display: none;
}
.special-attrs-filter.fat-portfolio-tabs select{
    display: inline-block;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 10px;
}
.fat-portfolio-tabs ul li {
    display: inline-block;
    margin: 0;
}
.fat-portfolio-tabs .left ul{
    text-align: left;
}
.fat-portfolio-tabs .left ul li:first-child a{
   padding-left: 0;
}

.fat-portfolio-tabs .center,
.fat-portfolio-tabs .center ul{
    text-align: center;
}
.fat-portfolio-tabs .right,
.fat-portfolio-tabs .right ul{
    text-align: right;
}
.fat-portfolio-tabs .right ul li:last-child a{
    padding-right: 0;
}

.fat-portfolio-tabs ul li a {
    padding: 10px 15px;
}
.fat-portfolio-tabs ul li a.uppercase {
    text-transform: uppercase;
}
.fat-portfolio-tabs ul li a.lowercase {
    text-transform: lowercase;
}
.fat-portfolio-tabs ul li a.italic {
    font-style: italic;
}
.fat-portfolio-tabs ul li a.bold {
    font-weight:bold;
}

/**** --- col md --- *****/

[class*="fat-col-md-"],
[class*="fat-col-xs-"],
[class*="fat-col-sm-"]{
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.owl-item [class*="fat-col-md-"],
.owl-item [class*="fat-col-xs-"],
.owl-item [class*="fat-col-sm-"]{
    width: 100%;
}

.fat-container{
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}
.fat-row{
    margin-left: -15px;
    margin-right: -15px;
}
.fat-container:before,
.fat-container:after,
.fat-row:after{
    content: " ";
    display: table;
    box-sizing: border-box;
}
.fat-container:after,
.fat-row:after{
    clear: both;
}
@media(max-width: 1200px){
    .fat-container{
        max-width: 100%;
    }
}
@media(min-width: 992px){
    .fat-col-md-2{
        width: 50%;
    }
    .fat-col-md-3{
        width: 33.33333333%
    }
    .fat-col-md-4{
        width: 25%;
    }
    .fat-col-md-5{
        width: 20%;
    }
    .fat-col-md-6{
        width: 16.66667%;
    }
    .fat-col-md-8{
        width: 66.66666667%;
    }
    .fat-col-md-12{
        width: 100%;
    }

    .fat-col-md-2:nth-child(2n+1){
        clear: both;
    }

    .fat-col-md-3:nth-child(3n+1){
       clear: both;
    }

    .fat-col-md-4:nth-child(4n+1){
        clear: both;
    }

    .fat-col-md-5:nth-child(5n+1){
        clear: both;
    }

    .fat-col-md-6:nth-child(6n+1){
        clear: both;
    }
}

@media(min-width: 768px) and (max-width: 991px){
    .fat-col-sm-6{
        width: 50%;
    }
    .fat-col-sm-6:nth-child(2n+1){
        clear: both;
    }
    .fat-col-sm-12{
        width: 100%;
    }
}

@media(max-width: 767px){
    .fat-col-xs-6{
        width: 50%;
    }
    .fat-col-xs-12{
        width: 100%;
    }

    .fat-portfolio-tabs .left ul,
    .fat-portfolio-tabs .right ul{
        text-align: center;
    }
    .fat-portfolio-shortcode .fat-portfolio-tabs li a{
        line-height: 2;
    }
}

@media(max-width: 400px){
    [class*="fat-col-md-"],
    [class*="fat-col-xs-"],
    [class*="fat-col-sm-"]{
        width: 100%;
    }
}

.fat-portfolio-item{
    position: relative;
}
.fat-portfolio-item a,
.fat-portfolio-item a:hover{
    text-decoration: none !important;
}
.fat-col-md-1{
    width: 100%;
    float: left;
    padding-bottom: 0;
}

/***** col padding *****/

.fat-padding-0 .fat-portfolio-item{
    padding: 0;
}
.fat-padding-5{
    margin-left: -5px;
    margin-right: -5px;
}
.fat-padding-5 .fat-portfolio-item {
    padding: 5px;
}

.fat-padding-10{
    margin-left: -10px;
    margin-right: -10px;
}
.fat-padding-10 .fat-portfolio-tabs,
.fat-padding-10 .fat-paging-navigation-wrap{
    padding-left: 10px;
    padding-right: 10px;
}
.fat-padding-10 .fat-portfolio-item {
    padding: 10px;
}

.fat-padding-15{
    margin-left: -15px;
    margin-right: -15px;
}

.fat-padding-15 .fat-portfolio-tabs,
.fat-padding-15 .fat-paging-navigation-wrap{
    padding-left: 15px;
    padding-right: 15px;
}

.fat-padding-15 .fat-portfolio-item {
    padding: 15px;
}

.fat-padding-20{
    margin-left: -20px;
    margin-right: -20px;
}

.fat-padding-20 .fat-portfolio-tabs,
.fat-padding-20 .fat-paging-navigation-wrap{
    padding-left: 20px;
    padding-right: 20px;
}

.fat-padding-20 .fat-portfolio-item {
    padding: 20px;
}

.fat-padding-30{
    margin-left: -30px;
    margin-right: -30px;
}

.fat-padding-30 .fat-portfolio-tabs,
.fat-padding-30 .fat-paging-navigation-wrap{
    padding-left: 30px;
    padding-right: 30px;
}

.fat-padding-30 .fat-portfolio-item {
    padding: 30px;
}

.fat-portfolio-shortcode.layout-masonry .fat-padding-5{
    margin-left: -6px;
    margin-right: -6px;
}

.fat-portfolio-shortcode.layout-masonry .fat-padding-10{
    margin-left: -11px;
    margin-right: -11px;
}

.fat-portfolio-shortcode.layout-masonry .fat-padding-15{
    margin-left: -16px;
    margin-right: -16px;
}

.fat-portfolio-shortcode.layout-masonry .fat-padding-20{
    margin-left: -21px;
    margin-right: -21px;
}
.fat-portfolio-shortcode.layout-masonry .fat-padding-30{
    margin-left: -31px;
    margin-right: -31px;
}


/**** ------ hover ****-------*/
.fat-thumbnail {
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: 1;
}
.fat-thumbnail a:focus,
.fat-thumbnail a:active{
    outline: none;
    box-shadow: none;
}
.fat-portfolio-single .fat-thumbnail{
    font-size: 14px;
}
.thumb-cat-title-excerpt .fat-thumbnail{
    font-size: inherit;
}
.thumb-cat-title-excerpt .thumb-cat-title-wrap{
    font-size: 0;
}

.fat-thumbnail.show-hover .fat-hover-wrap,
.fat-thumbnail:hover .fat-hover-wrap{
    opacity: 1;
}
.fat-thumbnail.show-hover .fat-hover-inner,
.fat-thumbnail:hover .fat-hover-inner{
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fat-hover-wrap{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    box-sizing: border-box;
}
.fat-hover-inner{
    position: relative;
    top: 50%;
    padding-left:10px;
    padding-right:10px;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
}
.fat-hover-wrap .icon{
    width: auto;
    height: auto;
}
.thumb-link-gallery .icon,
.thumb-link-detail .icon{
    position: static;
}
.thumb-icon-title-cat-hover .fat-hover-wrap .icon,
.thumb-icon-title-hover .fat-hover-wrap .icon{
    margin-bottom: 20px;
}
.fat-hover-wrap .icon a{
    color: #fff;
    margin-left:5px;
    margin-right: 5px;
    box-shadow: none !important;
    text-decoration: none !important;
}
.fat-hover-wrap .icon i{
    padding: 12px;
    border-radius: 50%;
    border: solid 2px;
}
.fat-hover-inner .title,
.fat-hover-inner .category{
    line-height: 1.2;
}
.fat-hover-inner .category {
    margin-top: 10px;
}

.thumb-title-excerpt-hover .fat-title-wrap{
    padding-top: 10px;
}
.thumb-title-excerpt-hover .fat-excerpt{
    line-height: 1.4;
}
.thumb-title-excerpt-hover a.image-click-able{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icon-effect{
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.icon-effect:after{
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;

}
.show-effect .icon-effect,
.icon-effect:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.show-effect .icon-effect:after,
.icon-effect:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
.show-effect .icon-effect:after{
    animation-iteration-count: infinite;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/** animation **/
.fat-portfolio-shortcode.has-animation .fat-portfolio-item{
    opacity: 0;
}
.fat-portfolio-shortcode.has-animation .fat-portfolio-item.infinited{
    opacity: 1;
}

/** paging **/
.fat-paging-navigation-wrap{
    margin-top: 30px;
}
.fat-paging-navigation-wrap.center{
    text-align: center;
}
.fat-paging-navigation-wrap.left{
    text-align: left;
}
.fat-paging-navigation-wrap.right{
    text-align: right;
}

.fat-paging-navigation-wrap .page-numbers{
    display: inline-block;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    margin-right: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fat-paging-navigation-wrap .page-numbers.process,
.fat-paging-navigation-wrap .page-numbers.current,
.fat-paging-navigation-wrap .page-numbers:hover{
    background-color: #343434;
    color: #fff;
    overflow: hidden;
}

.fat-paging-navigation-wrap .next.page-numbers i,
.fat-paging-navigation-wrap .prev.page-numbers i{
   margin-left: 10px;
    margin-right: 10px;
}
.fat-paging-navigation-wrap .next.page-numbers:hover,
.fat-paging-navigation-wrap .prev.page-numbers:hover{
    background-color: transparent;
    color: #343434;
}

.fat-portfolio-shortcode .load-more-container .load-more-wrap{
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 30px;
}
.fat-portfolio-shortcode .load-more-container .load-more-wrap a{
    display: inline-block;
    padding: 10px 30px;
}

.fat-portfolio-shortcode .infinite-scroll-wrap a.infinite-scroll{
    font-size: 25px;
}

.fat-portfolio-shortcode a,
.fat-portfolio-shortcode a:hover{
    box-shadow: none;
    text-decoration: none;
}
.fat-portfolio-item i[class^="icon-"]:before,
.fat-portfolio-item i[class*=" icon-"]:before{
    font-family: FontAwesome;
}
/** skin thumb-cat-title-excerpt **/
.fat-portfolio-item .thumb-cat-title-wrap{
    position: relative;
}
.fat-portfolio-item .thumb-cat-title-wrap .cat-title-wrap{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    z-index: 1;
}
.fat-portfolio-item .thumb-cat-title-wrap .title{
    font-weight: 700 !important;
    font-size: 20px;
}
.fat-portfolio-item .thumb-cat-title-wrap .category{
   font-style: italic;
}
.thumb-cat-title-excerpt .fat-hover-inner{
    top:0;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.thumb-cat-title-excerpt .fat-hover-inner a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.thumb-cat-title-excerpt .excerpt-wrap{
    padding-top: 15px;
    padding-bottom: 15px;
}
.thumb-cat-title-excerpt .excerpt-wrap p:last-child{
    margin: 0px;
}

.thumb-title-cat-excerpt-more .fat-title-cat-wrap > .title a{
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
}
.thumb-title-cat-excerpt-more .fat-title-cat-wrap > .category{
    margin-top: 5px;
}
.thumb-title-cat-excerpt-more .fat-title-cat-wrap > .excerpt{
    margin-top: 15px;
    padding-top: 8px;
    border-top:solid 1px #ddd;
}
.thumb-title-cat-excerpt-more .fat-item-footer{
    text-align: center;
}
.thumb-title-cat-excerpt-more .fat-thumbnail.show-hover .fat-hover-inner,
.thumb-title-cat-excerpt-more .fat-thumbnail:hover .fat-hover-inner{
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.thumb-title-cat-center .fat-title-cat-wrap .category,
.thumb-title-cat-left .fat-title-cat-wrap .category{
    padding-top: 5px;
}

.thumb-title-cat-center .fat-title-cat-wrap,
.thumb-title-cat-left .fat-title-cat-wrap{
    padding: 15px;
}

.thumb-title-cat-left .fat-title-cat-wrap{
   background-color: rgba(238, 238, 238, 0.27);
}

/** skin thumb-title-cat-hover & thumb-both-title-excerpt-hover **/
.thumb-title-cat-hover .fat-hover-wrap,
.thumb-both-title-excerpt-hover .fat-hover-wrap{
    padding: 15px;
    background-clip: content-box;
    box-sizing: border-box;
}

.thumb-title-cat-hover .fat-hover-wrap a.image-click-able,
.thumb-both-title-excerpt-hover .fat-hover-wrap a.image-click-able{
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    top: 0;
    left:0;
}
.thumb-title-cat-hover .fat-hover-wrap .title,
.thumb-both-title-excerpt-hover .fat-hover-wrap .title{
    position: relative;
    line-height: 1.6;
}
.thumb-title-cat-hover .fat-hover-wrap .category,
.thumb-both-title-excerpt-hover .fat-hover-wrap .category{
    margin-top: 40px;
}
.thumb-both-title-excerpt-hover .fat-hover-wrap .category{
    max-height: 100px;
    overflow: hidden;
}
.thumb-title-cat-hover .fat-hover-wrap .title:after,
.thumb-both-title-excerpt-hover .fat-hover-wrap .title:after{
    content: "";
    width: 100px;
    border-bottom: solid 1px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

/** skin thumb-title-date-excerpt  **/
.thumb-title-date-excerpt .fat-title-cat-wrap{
    padding: 15px;
    border:solid 1px #eee;
}
.thumb-title-date-excerpt .fat-title-cat-wrap .title,
.thumb-title-date-excerpt .fat-title-cat-wrap .date{
    margin-bottom: 5px;
    letter-spacing: 2px;
}

/** skin link gallery, linnk detail **/
.thumb-link-gallery .fat-hover-inner,
.thumb-link-gallery .fat-thumbnail:hover .fat-hover-inner,
.thumb-link-detail .fat-hover-inner,
.thumb-link-detail .fat-thumbnail:hover .fat-hover-inner{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: static;
}
.thumb-link-gallery .fat-hover-inner a,
.thumb-link-detail .fat-hover-inner a{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/** owl carousel **/
.fat-portfolio-shortcode .owl-carousel .owl-prev,
.fat-portfolio-shortcode .owl-carousel .owl-next{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fat-portfolio-shortcode .owl-carousel{
    position: relative;
    overflow: hidden;
}
.fat-portfolio-shortcode .owl-carousel .owl-prev{
    left: -50px;
}
.fat-portfolio-shortcode .owl-carousel .owl-next{
    right: -50px;
}
.fat-portfolio-shortcode .owl-carousel:hover .owl-prev{
    left: 10px;
}
.fat-portfolio-shortcode .owl-carousel:hover .owl-next{
    right: 10px;
}

.fat-portfolio-shortcode .owl-carousel .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.fat-portfolio-shortcode .owl-carousel .owl-dots .owl-dot{
    display: inline-block;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #ccc;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.layout-flipster-coverflow.thumb-title-date-excerpt li.fat-portfolio-item,
.layout-flipster-coverflow.thumb-cat-title-excerpt li.fat-portfolio-item{
    max-width: 350px;
}

/** flipster **/
.fat-portfolio-shortcode .flipster__button svg{
     width: 1.2em;
     stroke-width: 3px;
 }
.fat-portfolio-shortcode .flipster__button{
    outline: none;
}
.fat-portfolio-shortcode .fat-flipster{
    display: block !important;
    overflow: hidden;
}
.layout-flipster .fat-portfolio-item img{
    opacity: 0;
}
.layout-flipster .fat-portfolio-item.flipster__item img{
    opacity: 1;
}

.fat-portfolio-notified{
    position: fixed;
    bottom: 0px;
    right: 0px;
    max-width: 400px;
    padding: 15px 15px 15px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background-color: rgba(48, 123, 173,0.8);
}
@media(max-width: 450px){
    .fat-portfolio-shortcode .flipster__item{
        max-width: 80% !important;
    }
}

/** 3d Carousel **/
.fat-portfolio-shortcode .fat-3d-carousel{
    overflow: hidden;
}
.fat-portfolio-shortcode .fat-3d-carousel .fat-item-wrap{
    height: 400px;
}
.fat-portfolio-shortcode .fat-3d-carousel .fat-thumbnail{
    position: static;
}
.fat-portfolio-shortcode .fat-3d-carousel .fat-thumbnail img{
    visibility: hidden;
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(.05, rgba(255,255,255,0.12)), color-stop(0.2, transparent));
}

@media(max-width: 450px){
    .fat-portfolio-shortcode .fat-3d-carousel .fat-portfolio-item{
        max-width: 80% !important;
    }
}

.fat-thumbnail.waterwheel-active.show-hover .fat-hover-wrap,
.fat-thumbnail.waterwheel-active:hover .fat-hover-wrap{
    opacity: 1 !important;
}

.fat-disable-link{
    cursor: default !important;
}

/** slideshow **/

.layout-slideshow .thumb-slide {
    margin-top: 15px;
}

.layout-slideshow .thumb-slide .thumb {
    line-height: 0px !important;
    font-size: 0px !important;
    position: relative;
    display: inline-block;
}



.layout-slideshow .thumb-slide .bg-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    pointer-events: none;
}
.layout-slideshow .thumb-slide .owl-dots:not(.disabled){
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.layout-slideshow .thumb-slide .owl-dots:not(.disabled) .owl-dot{
    display: inline-block;
}
.layout-slideshow .thumb-slide .owl-dots:not(.disabled) .owl-dot span{
    width: 15px;
    height: 15px;
    display: inline-block;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background-color: #ddd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 2px;
    margin-right: 2px;
}
.layout-slideshow .thumb-slide .owl-dots:not(.disabled) .owl-dot.active span,
.layout-slideshow .thumb-slide .owl-dots:not(.disabled) .owl-dot:hover span{
    background-color: #245b3c;
}

.layout-slideshow .thumb:hover .bg-overlay,
.layout-slideshow .thumb.active .bg-overlay {
    background-color: transparent;
}