@charset "UTF-8";

/*!
 * VERSION: 3.0.1
 * DATE: 2018-04-06
 * DOCS AT: http://www.tinycomp.net/
 * 
 * @license Copyright (c) 2014-2018, tinyComp. All rights reserved.
 * 
 * @author: tinyComp, tinycomp@outlook.com
 **/

.glass-case * {
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    padding: 0;
    margin: 0;
    border: 0
}

.glass-case:after,
.glass-case:before {
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important
}

.glass-case {
    position: relative
}

.gc-display-area {
    position: relative;
    overflow: hidden;
    border: 0px solid #ffffff;
    padding: 2px;
    background-color: #fff
}

.gc-display-area-container {
    position: relative;
    width: 100%;
    height: 100%
}

.gc-slide-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0
}

.gc-slide-container-current {
    z-index: 100;
    visibility: visible;
    opacity: 1
}

.gc-fit-width {
    max-width: 100%;
    height: auto
}

.gc-fit-width-display {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gc-fit-height {
    max-height: 100%;
    width: auto
}

.gc-fit-height-display {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gc-display-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.gc-dc-center {
    top: 50%;
    left: 50%
}

.gc-display-display {
    position: relative;
    cursor: crosshair;
    opacity: 1
}

.gc-dd-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gc-lens-container {
    position: absolute;
    overflow: hidden;
    z-index: 1000
}

.gc-lens-display {
    position: absolute;
    cursor: crosshair;
    background: #cecece;
    opacity: .5!important;
    -moz-opacity: .5;
    -khtml-opacity: .5
}

.gc-zoom-area {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1040!important;
    border: 0px solid #ffffff;
    padding: 2px;
    background-color: #fff
}

.gc-zoom-inner {
    cursor: crosshair;
    border: 0!important;
    left: -2px!important;
    top: -2px!important;
    margin: 0!important;
    z-index: 1010!important
}

.gc-zoom-container {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

.gc-zoom-container img {
    position: relative;
    max-width: none!important
}

.gc-caption-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding: 2px;
    z-index: 1050!important;
    background-color: rgba(255, 255, 255, .5);
    line-height: 1.6;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #333;
    font-size: .9em
}

.gc-caption-container div {
    position: relative;
    padding: 0 12px 0 12px
}

.gc-caption-intop {
    left: 0;
    top: 0
}

.gc-caption-inbottom {
    left: 0;
    bottom: 0
}

.gc-caption-outbottom,
.gc-caption-outtop {
    width: 100%;
    width: calc(100% + 4px);
    border: 0px solid #ffffff;
    background: #fff
}

.gc-caption-outtop {
    top: 0;
    left: -2px;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.gc-caption-outbottom {
    bottom: 0;
    left: -2px;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%)
}

.gc-alignment-center {
    text-align: center
}

.gc-alignment-left {
    text-align: left
}

.gc-alignment-right {
    text-align: right
}

.gc-thumbs-area {
    position: absolute;
    overflow: hidden;
    background-color: transparent; top:0px !important; 
}

.gc-thumbs-area-next,
.gc-thumbs-area-prev {
    position: absolute;
    z-index: 1010
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-next,
.gc-thumbs-area.gc-hz .gc-thumbs-area-prev {
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 5%
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-next,
.gc-thumbs-area.gc-vt .gc-thumbs-area-prev {
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 5%
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev {
    left: 0
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    right: 0
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev {
    top: 0
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    bottom: 0
}

.gc-thumbs-area-next:hover,
.gc-thumbs-area-prev:hover {
    opacity: 1;
    cursor: pointer;
    cursor: hand
}

.gc-thumbs-area-next .gc-disabled,
.gc-thumbs-area-next .gc-disabled:hover,
.gc-thumbs-area-prev .gc-disabled,
.gc-thumbs-area-prev .gc-disabled:hover {
    opacity: .3;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    cursor: default
}

.glass-case ul {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    list-style: none
}

.glass-case ul li {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    padding: 1px;
    background-color: #fff
}

.gc-thumbs-area.gc-hz li {
    display: inline;
    float: left;
    max-width: 100%;
    max-height: 100%;
    margin-right: 5px
}

.gc-thumbs-area.gc-vt li {
    margin-bottom: 5px
}

.glass-case ul li .gc-display-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: inline-block
}

.glass-case ul li:hover {
    border-color: #4f4f4f;
    cursor: pointer;
    cursor: hand
}

.glass-case ul li.gc-active,
.glass-case ul li.gc-active:hover {
    border-color: #696;
    cursor: default
}
.glass-case ul li { height:70px;}
.glass-case ul li .gc-display-container img {
    position: relative;
    top: 50%;   height:65px !important;
    left: 50%;
    cursor: inherit
}

.gc-thumb-img {
    background-color: #fff
}

.gc-thumb-img span {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #333;
    font-size: 12px;
    font-weight: 700;
    z-index: 2000;
    line-height: 2em;
    background-color: #fff
}

@media (max-width:768px) {
    .gc-thumb-img span {
        font-size: 11px
    }
}

.gc-overlay-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647!important;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, .95)
}

.gc-overlay-gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0
}

.gc-overlay-container {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden
}

.gc-overlay-container-display {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    visibility: hidden;
    opacity: 0
}

@media (max-width:768px) {
    .gc-overlay-container-display {
        overflow: auto
    }
}

.gc-ocd-top {
    top: 0
}

.gc-ocd-bottom {
    bottom: 0
}

.gc-overlay-fit {
    padding: 4em 5.5em 1em 5.5em;
    overflow: hidden
}

.gc-overlay-display {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    cursor: crosshair
}

.gc-overlay-display-center {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gc-overlay-display-vcenter {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gc-overlay-display-hcenter {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gc-overlay-top-icons {
    position: absolute;
    top: 0;
    padding: 1em 1.5em 1em 0;
    width: 100%;
    height: 4em
}

.gc-overlay-left-icons {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 1em 0 1.5em;
    height: 100%;
    width: 5.5em
}

.gc-overlay-right-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1.5em 0 1em;
    height: 100%;
    width: 5.5em
}

@font-face {
    font-family: linea-arrows-10;
    src: url(../fonts/linea-arrows-10.eot);
    src: url(../fonts/linea-arrows-10.eot?#iefix) format("embedded-opentype"), url(../fonts/linea-arrows-10.woff) format("woff"), url(../fonts/linea-arrows-10.ttf) format("truetype"), url(../fonts/linea-arrows-10.svg#linea-arrows-10) format("svg");
    font-weight: 400;
    font-style: normal
}

.gc-icon:before {
    font-family: linea-arrows-10!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gc-icon {
    font-family: linea-arrows-10!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1020;
    cursor: pointer;
    cursor: hand;
    color: #fff;
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    height: 1em;
    width: 1em;
    line-height: 1;
    background: #ccc;
    background: rgba(0, 0, 0, .5);
    border: 2px solid rgba(0, 0, 0, .1);
    margin: 0 auto
}

.gc-icon:hover {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1
}

.gc-disabled .gc-icon,
.gc-disabled .gc-icon:hover {
    opacity: .3;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    cursor: default
}

.gc-icon-next {
    top: 50%;
    right: -4px
}

.gc-icon-next:before {
    position: absolute;
    top: -2px;
    right: -2px;
    content: "\e04b"
}

.gc-icon-next-vt {
    bottom: 0;
    left: 50%
}

.gc-icon-next-vt:before {
    position: absolute;
    top: -2px;
    left: -2px;
    content: "\e019"
}

.gc-display-area .gc-icon-next {
    font-size: 2em!important
}

.gc-thumbs-area-next .gc-icon-next {
    right: 0;
    font-size: 2em!important
}

.gc-thumbs-area-next .gc-icon-next-vt {
    font-size: 1.5em!important
}

.gc-overlay-area .gc-icon-next {
    position: relative;
    right: 0;
    font-size: 3em
}

.gc-icon-prev {
    top: 50%;
    left: -4px
}

.gc-icon-prev:before {
    position: absolute;
    top: -2px;
    left: -2px;
    content: "\e03f"
}

.gc-icon-prev-vt {
    top: 0;
    left: 50%
}

.gc-icon-prev-vt:before {
    position: absolute;
    top: -2px;
    left: -2px;
    content: "\e083"
}

.gc-display-area .gc-icon-prev {
    font-size: 2em!important
}

.gc-thumbs-area-prev .gc-icon-prev {
    left: 0;
    font-size: 2em!important
}

.gc-thumbs-area-prev .gc-icon-prev-vt {
    font-size: 1.5em!important
}

.gc-overlay-area .gc-icon-prev {
    position: relative;
    left: 0;
    font-size: 3em
}

.gc-icon-download {
    right: -2px;
    bottom: 0;
    font-size: 2em;
    overflow: hidden
}

.gc-icon-download:before {
    position: absolute;
    top: -4px;
    left: -2px;
    content: "\e064"
}

.gc-icon-play {
    top: calc(50%);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 4em;
    overflow: hidden;
    border: none!important;
    background-color: #fff!important;
    opacity: 1;
    width: .5em;
    height: .5em
}

.gc-icon-play:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\e03b";
    color: #333
}

.gc-icon-close {
    position: relative;
    font-size: 2em;
    float: right
}

.gc-icon-close:before {
    position: absolute;
    content: "\e04a";
    top: -2px;
    right: -2px
}

.gc-icon-enlarge {
    position: relative;
    float: right;
    margin-right: .25em;
    font-size: 2em
}

.gc-icon-enlarge:before {
    position: absolute;
    content: '\e017';
    top: -2px;
    right: -2px
}

.gc-icon-compress {
    position: relative;
    float: right;
    margin-right: .25em;
    font-size: 2em
}

.gc-icon-compress:before {
    position: absolute;
    content: '\e053';
    top: -2px;
    right: -2px
}

.gc-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 31px;
    margin-left: -15px;
    margin-top: -15px;
    background-image: url(../images/loader.gif)
}

.gc-loading3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: .25em;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(51, 51, 51, .2);
    border-right: 1.1em solid rgba(51, 51, 51, .2);
    border-bottom: 1.1em solid rgba(51, 51, 51, .2);
    border-left: 1.1em solid #333;
    -webkit-animation: loadGC 1.1s infinite linear;
    animation: loadGC 1.1s infinite linear
}

.gc-loading3,
.gc-loading3:after {
    border-radius: 50%;
    width: 30px;
    height: 30px
}

@-webkit-keyframes loadGC {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loadGC {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.gc-hide {
    display: none;
    z-index: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0
}

.gc-noscroll {
    overflow: hidden
}

.gc-start {
    display: none;
    z-index: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0
}

.gc-ploading {
    position: absolute;
    padding: inherit;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 31px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1100
}