.color-teamkk {
    color: #ebd500;
}
.back-teamkk {
    background: #ebd500;
}
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Pt Sans", Tahoma, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    text-rendering: optimizeLegibility;
    color: #e6e6e6;
    background: #000000;
}
body {
    overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    color: #e6e6e6;
}
a,
a:hover,
a:active,
a:focus,
object,
embed {
    outline: 0;
    text-decoration: none;
}
a {
    text-decoration: none;
    color: #e6e6e6;
}
a:hover {
    text-decoration: none;
    color: #b3b3b3;
}
a:focus,
a:visited {
    text-decoration: none;
    color: #e6e6e6;
}
ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.container {
    padding-left: 20px;
    padding-right: 20px;
}
.row {
    margin: 0;
    padding: 0;
}
.center {
    display: table-cell;
    vertical-align: middle;
}
.bottom {
    display: table-cell;
    vertical-align: bottom;
}
.top {
    display: table-cell;
    vertical-align: top;
}
.left {
    float: left;
}
.right {
    float: right;
}
.bold {
    font-weight: bold;
}
a.button {
    height: 30px;
    margin: 0;
    padding: 7px 8px;
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    background: #333333;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
a.button i {
    margin-right: 2px;
    font-size: 12px;
}
a.button:hover,
a.button:focus {
    background: #ebd500;
    color: #000000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.clear:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.transition {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.shadow {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {}@media (min-width: 992px) {}@media (min-width: 1200px) {}@media (max-width: 767px) {
    .container {
        width:100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width:100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1200px) {}#main-container-gallery {
    height:100%;
    margin:0;
    padding:0;
    position:absolute;
}
#main-gallery {
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 10000;
}
#grid-gallery {
    height: auto;
    margin: 0;
    padding: 30px 0;
}
.grid-gallery {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
}
#gallery {
    height: auto;
    margin: 0;
    padding: 0;
}
.gallery {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
ul.gallery-thumbs {
    z-index: 1;
    height: auto;
    margin: 0;
    padding: 0 5px;
}
ul.gallery-thumbs li.thumb {
    height: 105px;
    margin: 0;
    padding: 5px;
}
ul.gallery-thumbs li.thumb a.image,
ul.gallery-thumbs li.thumb a.video,
ul.gallery-thumbs li.thumb a.audio {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 2px solid transparent;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.gallery-thumbs li.thumb a.image img,
ul.gallery-thumbs li.thumb a.video img,
ul.gallery-thumbs li.thumb a.audio img {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
ul.gallery-thumbs li.thumb a.image .back,
ul.gallery-thumbs li.thumb a.video .back,
ul.gallery-thumbs li.thumb a.audio .back {
    width: 100%;
    height: 100%;
    padding: 0 6px;
    position: absolute;
    z-index: 98888;
    display: table;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.gallery-thumbs li.thumb a.image .back .label-video,
ul.gallery-thumbs li.thumb a.video .back .label-video,
ul.gallery-thumbs li.thumb a.audio .back .label-video,
ul.gallery-thumbs li.thumb a.image .back .label-audio,
ul.gallery-thumbs li.thumb a.video .back .label-audio,
ul.gallery-thumbs li.thumb a.audio .back .label-audio {
    width: 34px;
    height: 26px;
    margin: 0;
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(235, 213, 0, 0.6);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.gallery-thumbs li.thumb a.image .back .label-video i,
ul.gallery-thumbs li.thumb a.video .back .label-video i,
ul.gallery-thumbs li.thumb a.audio .back .label-video i,
ul.gallery-thumbs li.thumb a.image .back .label-audio i,
ul.gallery-thumbs li.thumb a.video .back .label-audio i,
ul.gallery-thumbs li.thumb a.audio .back .label-audio i {
    font-size: 14px;
    color: #000000;
}
ul.gallery-thumbs li.thumb a.image .back .center i,
ul.gallery-thumbs li.thumb a.video .back .center i,
ul.gallery-thumbs li.thumb a.audio .back .center i {
    margin-bottom: 6px;
    font-size: 18px;
    text-align: center;
    color: #b3b3b3;
    opacity: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.gallery-thumbs li.thumb a.image .back .center h6,
ul.gallery-thumbs li.thumb a.video .back .center h6,
ul.gallery-thumbs li.thumb a.audio .back .center h6 {
    opacity: 0;
    font-size: 11px;
    line-height: 14px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.gallery-thumbs li.thumb a.image:hover,
ul.gallery-thumbs li.thumb a.video:hover,
ul.gallery-thumbs li.thumb a.audio:hover {
    border: 2px solid #ebd500;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.gallery-thumbs li.thumb a.image:hover .back,
ul.gallery-thumbs li.thumb a.video:hover .back,
ul.gallery-thumbs li.thumb a.audio:hover .back {
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.gallery-thumbs li.thumb a.image:hover .back .center i,
ul.gallery-thumbs li.thumb a.video:hover .back .center i,
ul.gallery-thumbs li.thumb a.audio:hover .back .center i {
    opacity: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
ul.gallery-thumbs li.thumb a.image:hover .back .center h6,
ul.gallery-thumbs li.thumb a.video:hover .back .center h6,
ul.gallery-thumbs li.thumb a.audio:hover .back .center h6 {
    opacity: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#top-button {
    height: auto;
    margin: 20px 0 0 0;
    padding: 0;
}
.top-button {
    height: 100%;
    text-align: center;
}
.top-button a {
    width: auto;
    height: 100%;
    padding: 0 10px;
    display: inline-block;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.top-button a i {
    font-size: 16px;
    color: #999999;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.top-button a h6 {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 22px;
    color: #999999;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.top-button a:hover {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.top-button a:hover i,
.top-button a:hover h6 {
    color: #e6e6e6;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
#gallery-box {
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 29px;
    left: 0;
    z-index: 98889;
    background: rgba(0, 0, 0, 0.95);
}
#gallery-subbox {
    height: calc(100% - 260px);
}
.row-buttons {
    height: 8%;
    margin: 0;
    padding: 0;
}
.row-buttons .box-buttons {
    height: 100%;
}
.row-buttons .box-buttons .button {
    height: 100%;
    margin: 0;
    padding: 0;
    float: right;
    display: table;
}
.row-buttons .box-buttons .button .center a.button-close {
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 4px 0;
    float: right;
    text-align: center;
    border: 1px solid #000000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.row-buttons .box-buttons .button .center a.button-close i {
    font-size: 18px;
    color: #b3b3b3;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.row-buttons .box-buttons .button .center a.button-close:hover {
    border: 1px solid #ebd500;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.row-buttons .box-buttons .button .center a.button-close:hover i {
    color: #ebd500;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.row-image {
    height: 73%;
    margin: 0;
    padding: 0;
}
.box-image {
    height: 100%;
}
.box-image .arrow {
    height: 100%;
    margin: 0;
    padding: 0;
    display: table;
}
.box-image .arrow .center a {
    width: 30px;
    height: 60px;
    margin: 0;
    padding: 19px 0;
    display: block;
    text-align: center;
    border: 1px solid #4d4d4d;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.box-image .arrow .center a i {
    font-size: 18px;
    color: #666666;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.box-image .arrow .center a:hover {
    border: 1px solid #ebd500;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.box-image .arrow .center a:hover i {
    color: #ebd500;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.box-image .image {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.box-image .image img {
    width: auto;
    height: 100%;
}
.box-image .image-m-landscape {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.box-image .image-m-landscape img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.box-image .image-m-portrait {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.box-image .image-m-portrait img {
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.box-image .center-box-text {
    height: 10%;
    background: yellow;
}
.row-text {
    height: 15%;
    margin: 0;
    padding: 0;
    background: #000000;
}
.row-text .box-text {
    height: 100%;
}
.row-text .box-text .legenda {
    height: 100%;
    margin: 0;
    padding: 10px 0;
    display: table;
    overflow: hidden;
}
.row-text .box-text .legenda h6 {
    color: #b3b3b3;
    display: table-cell;
    vertical-align: middle;
    line-height: 15px;
}
.row-text .box-text .total-images {
    height: 100%;
    margin: 0;
    padding: 0;
    display: table;
}
.row-text .box-text .total-images h6 {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    color: #b3b3b3;
}
.row-thumbs {
    height: 13%;
    margin: 0;
    padding: 0;
}
.row-thumbs .box-thumbs {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.row-thumbs .box-thumbs ul.thumbs {
    height: 100%;
    margin: 0;
    padding: 0;
    display: table;
    overflow: hidden;
}
.lightbox-thumbs {
    height: 45px;
    padding: 0 5px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.lightbox-thumbs a.light-thumb {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 2px solid transparent;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.lightbox-thumbs a.light-thumb .label-video,
.lightbox-thumbs a.light-thumb .label-audio {
    width: 24px;
    height: 16px;
    margin: 0;
    padding: 2px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #ebd500;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.lightbox-thumbs a.light-thumb .label-video i,
.lightbox-thumbs a.light-thumb .label-audio i {
    font-size: 12px;
    color: #000000;
}
.lightbox-thumbs a.light-thumb img {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.lightbox-thumbs a.light-thumb:hover,
.lightbox-thumbs a.light-thumb.active {
    border: 2px solid #ebd500;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
@media (min-width: 768px) {}@media (min-width: 992px) {}@media (min-width: 1200px) {}

@media (max-width: 992px) {
    
    #gallery-box{
        margin-top: 0;
        top: 0;
    }
    
    #main{
        margin-top: 0;
    }
    
}

@media (max-width: 767px) {
    #gallery-subbox {
        height:calc(100% - 80px);
    }
    #main-container-gallery {
    }
    ul.gallery-thumbs li.thumb {
        height: 90px;
    }
    ul.gallery-thumbs li.thumb a.image,
    ul.gallery-thumbs li.thumb a.video,
    ul.gallery-thumbs li.thumb a.audio {
        border: none;
    }
    ul.gallery-thumbs li.thumb a.image img,
    ul.gallery-thumbs li.thumb a.video img,
    ul.gallery-thumbs li.thumb a.audio img {
        width: 115%;
    }
    ul.gallery-thumbs li.thumb a.image:hover,
    ul.gallery-thumbs li.thumb a.video:hover,
    ul.gallery-thumbs li.thumb a.audio:hover {
        border: none;
    }
    ul.gallery-thumbs li.thumb a.image:hover .back,
    ul.gallery-thumbs li.thumb a.video:hover .back,
    ul.gallery-thumbs li.thumb a.audio:hover .back {
        background: rgba(0, 0, 0, 0);
    }
    ul.gallery-thumbs li.thumb a.image:hover .back .center,
    ul.gallery-thumbs li.thumb a.video:hover .back .center,
    ul.gallery-thumbs li.thumb a.audio:hover .back .center {
        display: none;
    }
    .top-button a:hover i,
    .top-button a:hover h6 {
        color: #999999;
    }
    #gallery-box {
        padding: 0 0 50px 0;
        top: -20px;
    }
    .row-buttons {
        height: 40px;
    }
    .row-buttons .box-buttons .button .center a.button-close {
        width: 24px;
        height: 24px;
        padding: 3px 0;
        border: 1px solid #999999;
    }
    .row-buttons .box-buttons .button .center a.button-close i {
        font-size: 14px;
        color: #b3b3b3;
    }
    .row-buttons .box-buttons .button .center a.button-close:hover {
        border: 1px solid #999999;
    }
    .row-buttons .box-buttons .button .center a.button-close:hover i {
        color: #b3b3b3;
    }
    .box-image .arrow .center a {
        width: 20px;
        height: 50px;
        padding: 12px 0;
        border: none;
    }
    .box-image .arrow .center a i {
        font-size: 26px;
        color: #666666;
    }
    .box-image .arrow .center a:hover {
        border: none;
    }
    .box-image .arrow .center a:hover i {
        color: #666666;
    }
    .box-image .image {
        display: none;
    }
    .row-image {
        height: 88%;
    }
    .row-text {
        display: none;
    }
    .row-thumbs {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #main-container-gallery {
    }
    ul.gallery-thumbs li.thumb {
        height: 100px;
    }
    ul.gallery-thumbs li.thumb a.image,
    ul.gallery-thumbs li.thumb a.video,
    ul.gallery-thumbs li.thumb a.audio {
        border: none;
    }
    ul.gallery-thumbs li.thumb a.image:hover,
    ul.gallery-thumbs li.thumb a.video:hover,
    ul.gallery-thumbs li.thumb a.audio:hover {
        border: none;
    }
    ul.gallery-thumbs li.thumb a.image:hover .back,
    ul.gallery-thumbs li.thumb a.video:hover .back,
    ul.gallery-thumbs li.thumb a.audio:hover .back {
        background: rgba(0, 0, 0, 0);
    }
    ul.gallery-thumbs li.thumb a.image:hover .back .center,
    ul.gallery-thumbs li.thumb a.video:hover .back .center,
    ul.gallery-thumbs li.thumb a.audio:hover .back .center {
        display: none;
    }
    .top-button a:hover i,
    .top-button a:hover h6 {
        color: #999999;
    }
    .row-buttons {
        height: 12%;
    }
    .row-buttons .box-buttons .button .center a.button-close {
        border: 1px solid #999999;
    }
    .row-buttons .box-buttons .button .center a.button-close i {
        color: #b3b3b3;
    }
    .row-buttons .box-buttons .button .center a.button-close:hover {
        border: 1px solid #999999;
    }
    .row-buttons .box-buttons .button .center a.button-close:hover i {
        color: #b3b3b3;
    }
    .box-image .arrow .center a {
        border: 1px solid #4d4d4d;
    }
    .box-image .arrow .center a i {
        color: #666666;
    }
    .box-image .arrow .center a:hover {
        border: 1px solid #4d4d4d;
    }
    .box-image .arrow .center a:hover i {
        color: #666666;
    }
    .box-image .image {
        display: none;
    }
    .row-text {
        height: 19%;
    }
    .row-thumbs {
        display: none;
    }
}
@media (min-width: 479px) and (max-width: 767px) {
    ul.gallery-thumbs li.thumb {
        width: 33.3333%;
        height: 90px;
    }
    ul.gallery-thumbs li.thumb a.image img,
    ul.gallery-thumbs li.thumb a.video img,
    ul.gallery-thumbs li.thumb a.audio img {
        width: 115%;
    }
    ul.gallery-thumbs li.thumb a.image:hover,
    ul.gallery-thumbs li.thumb a.video:hover,
    ul.gallery-thumbs li.thumb a.audio:hover {
        border: none;
    }
    ul.gallery-thumbs li.thumb a.image:hover .back,
    ul.gallery-thumbs li.thumb a.video:hover .back,
    ul.gallery-thumbs li.thumb a.audio:hover .back {
        background: rgba(0, 0, 0, 0);
    }
    ul.gallery-thumbs li.thumb a.image:hover .back .center,
    ul.gallery-thumbs li.thumb a.video:hover .back .center,
    ul.gallery-thumbs li.thumb a.audio:hover .back .center {
        display: none;
    }
    .top-button a:hover i,
    .top-button a:hover h6 {
        color: #999999;
    }
    .row-buttons {
        height: 16%;
    }
    .row-buttons .box-buttons .button .center a.button-close {
        border: 1px solid #999999;
    }
    .row-buttons .box-buttons .button .center a.button-close i {
        color: #b3b3b3;
    }
    .row-buttons .box-buttons .button .center a.button-close:hover {
        border: 1px solid #999999;
    }
    .row-buttons .box-buttons .button .center a.button-close:hover i {
        color: #b3b3b3;
    }
    .row-image {
        height: 84%;
    }
    .box-image .arrow .center a {
        width: 20px;
        height: 50px;
        padding: 12px 0;
        border: none;
    }
    .box-image .arrow .center a i {
        font-size: 26px;
        color: #666666;
    }
    .box-image .arrow .center a:hover {
        border: none;
    }
    .box-image .arrow .center a:hover i {
        color: #666666;
    }
    .box-image .image {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .row-thumbs {
        display: none;
    }
    ul.gallery-thumbs li.thumb {
        height: 100px;
    }
    ul.gallery-thumbs li.thumb a.image,
    ul.gallery-thumbs li.thumb a.video,
    ul.gallery-thumbs li.thumb a.audio {
        border: none;
    }
    ul.gallery-thumbs li.thumb a.image img,
    ul.gallery-thumbs li.thumb a.video img,
    ul.gallery-thumbs li.thumb a.audio img {
        width: 115%;
    }
    ul.gallery-thumbs li.thumb a.image:hover,
    ul.gallery-thumbs li.thumb a.video:hover,
    ul.gallery-thumbs li.thumb a.audio:hover {
        border: none;
    }
    ul.gallery-thumbs li.thumb a.image:hover .back,
    ul.gallery-thumbs li.thumb a.video:hover .back,
    ul.gallery-thumbs li.thumb a.audio:hover .back {
        background: rgba(0, 0, 0, 0);
    }
    ul.gallery-thumbs li.thumb a.image:hover .back .center,
    ul.gallery-thumbs li.thumb a.video:hover .back .center,
    ul.gallery-thumbs li.thumb a.audio:hover .back .center {
        display: none;
    }
    .top-button a:hover i,
    .top-button a:hover h6 {
        color: #999999;
    }
    .row-buttons .box-buttons .button .center a.button-close {
        border: 1px solid #999999;
    }
    .row-buttons .box-buttons .button .center a.button-close i {
        color: #b3b3b3;
    }
    .row-buttons .box-buttons .button .center a.button-close:hover {
        border: 1px solid #999999;
    }
    .row-buttons .box-buttons .button .center a.button-close:hover i {
        color: #b3b3b3;
    }
    .box-image .arrow .center a:hover {
        border: 1px solid #4d4d4d;
    }
    .box-image .arrow .center a:hover i {
        color: #666666;
    }
    .box-image .image-m-landscape {
        display: none;
    }
    .box-image .image-m-portrait {
        display: none;
    }
    .row-thumbs .box-thumbs ul.thumbs .center li {
        height: 40px;
    }
    .lightbox-thumbs a.light-thumb:hover {
        border: 2px solid transparent;
    }
    .lightbox-thumbs a.light-thumb.active {
        border: 2px solid #ebd500;
    }
}
@media (min-width: 1200px) {
    ul.gallery-thumbs li.thumb a.image .back .label-image {
        display: none;
    }
    ul.gallery-thumbs li.thumb a.image:hover .back .label-image,
    ul.gallery-thumbs li.thumb a.video:hover .back .label-image,
    ul.gallery-thumbs li.thumb a.audio:hover .back .label-image,
    ul.gallery-thumbs li.thumb a.image:hover .back .label-video,
    ul.gallery-thumbs li.thumb a.video:hover .back .label-video,
    ul.gallery-thumbs li.thumb a.audio:hover .back .label-video,
    ul.gallery-thumbs li.thumb a.image:hover .back .label-audio,
    ul.gallery-thumbs li.thumb a.video:hover .back .label-audio,
    ul.gallery-thumbs li.thumb a.audio:hover .back .label-audio {
        display: none;
    }
    .box-image .image-m-landscape {
        display: none;
    }
    .box-image .image-m-portrait {
        display: none;
    }
}
.galrightarrow,
.galleftarrow,
.clickablethumb {
    cursor: pointer;
}
