@font-face {
  font-family: 'customicons';
  src:  url('customicons.eot?uyvnik');
  src:  url('customicons.eot?uyvnik#iefix') format('embedded-opentype'),
    url('customicons.ttf?uyvnik') format('truetype'),
    url('customicons.woff?uyvnik') format('woff'),
    url('customicons.svg?uyvnik#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'customicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "\e900";
}
.icon-arrow-left-circle:before {
  content: "\e901";
}
.icon-arrow-right:before {
  content: "\e902";
}
.icon-arrow-right-circle:before {
  content: "\e903";
}
.icon-close:before {
  content: "\e904";
}
.icon-minus:before {
  content: "\e905";
}
.icon-plus:before {
  content: "\e906";
}
.icon-zero:before {
  content: "\e907";
}

ul#lightgallery {
  list-style-type: none;
}
ul#lightgallery li {
  /*float: left;*/
  /*  border: 1px solid #eee;*/
}
ul#lightgallery li img {
  /*max-width: 300px;*/
    z-index: 1;
}

.lg-progress-bar .lg-progress {
    background-color: #ff7420;
}

.wrapper {
  min-height: 460px;
  position: absolute;
  overflow: hidden;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; 
}
.scene,.layer {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; 
}

.scene {
  min-height: 460px;
  position: relative;
  overflow: hidden; 
}

.layer {
  position: absolute; 
}
.layer div {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; 
}

/*.background {*/
  /*background: url(../img/background.jpg) no-repeat 50% 100%;*/
  /*bottom: 96px;*/
  /*background-size: cover;*/
  /*position: absolute;*/
  /*width: 110%;*/
  /*left: -5%;*/
  /*top: -5%; */
/*}*/

.lg-backdrop {
  background: #f7f7f7;
}






.button_left {
    border: 1px solid #f6f6f6;
    border-radius: 13px!important;
    width: 40px;
    height: 40px;
    min-width: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #e6e6e6;
    box-shadow: inset 0 0 0 1px #e6e6e6;
}
.button_left:hover {
    border: 1px solid #f6f6f6;
    padding: 0;
    color: #000;
    background-color: #eaeaea;
    -webkit-box-shadow: inset 0 0 0 1px #e6e6e6;
    box-shadow: inset 0 0 0 1px #e6e6e6;
}

.lg-actions .lg-prev:after, .lg-actions .lg-next:after  {
    content: "";
}
.lg-actions .lg-next:before {
    content: "\e903";
    font-family: 'customicons' !important;
}
.lg-actions .lg-prev:before {
    content: "\e900";
    font-family: 'customicons' !important;
}

.lg-toolbar .lg-close:after {
  content: "\e904";
  font-family: 'customicons' !important;
}
.lg-toolbar .lg-close.lg-icon {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}
.lg-fullscreen:after {
  content: "\f065";
  font-family: 'FontAwesome' !important;
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\f066";
  font-family: 'FontAwesome' !important;
}
.lg-toolbar .lg-fullscreen.lg-icon {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}

.lg-outer .lg-item.lg-complete {
  background: transparent;
}

.lg-outer.lg-css3 .lg-item:not(.lg-complete):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  border: 3px solid rgba(255, 116, 32, 0.25);
  border-top-color: #ff7420;
  border-radius: 50%;
  animation: lg-spin 0.8s linear infinite;
}

@keyframes lg-spin {
  to { transform: rotate(360deg); }
}

    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    display: block;
/*    margin-top: -10px;
    padding: 8px 10px 9px;*/
    padding: 0;
    position: absolute;
    top: 50%;
    z-index: 1080;
/*    border: 1px solid #000;*/
    outline: none;
        font-size: 32px;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #000;
    background-color: #eaeaea;
    -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}



#lg-zoom-in {
    position: fixed;
    right: 55px;
    bottom: 20px;
    background: #ff7420;
    color: #fff;
}
#lg-zoom-out {
  position: fixed;
    right: 20px;
    bottom: 20px;
    background: #ff7420;
    color: #fff;
}

#lg-zoom-in:after, #lg-zoom-out:after {
    content: "";
}
#lg-zoom-out:before {
    content: "\e905";
    font-family: 'customicons' !important;
}
#lg-zoom-in:before {
    content: "\e906";
    font-family: 'customicons' !important;
}
.custom-icon {
  font-size: 33px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.custom-icon:hover {
    border: 1px solid #000;
    color: #000;
    background-color: #eaeaea;
    padding: 0px;
    margin-right: -1px;
}

.zooming-buttons {
    /*background: #009900;*/
    /*border: 1px solid #009900;*/
    /*position: fixed;*/
    /*right: 26px;*/
    /*bottom: 9px;*/
    /*width: 32px;*/
    /*height: 64px;*/
    /*display: inline-block;*/
    /*opacity: 0.5;*/
}
.zooming-buttons:hover {
    /*background: #d81e2e;*/
    /*border: 1px solid #d81e2e;*/
    /*right: 20px;*/
    /*bottom: 20px;*/
    /*width: 33px;*/
    /*height: 64px;*/
    /*opacity: 1;*/
}
.lg-hide-items .custom-icon {
  -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.close_wrap {
    background: #222;
    position: fixed;
    top: 20px;
    right: 20px;
      -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.close_wrap:hover {
    background: #ff7420;
    -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.autoplay_wrap {
  background: #1e1e1e;
    position: fixed;
    top: 20px;
    left: 20px;
    -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.autoplay_wrap:hover {
  background: #0a0a0a;
    -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.lg-toolbar .lg-close.lg-icon, .lg-toolbar .lg-autoplay-button.lg-icon {
    width: 40px;
    height: 40px;
    line-height: 19px;
    font-size: 20px;
}
.lg-toolbar .lg-fullscreen.lg-icon  {
        width: 32px;
    height: 32px;
    line-height: 10px;
    font-size: 20px;
}
.fullscreen_wrap {
    position: fixed;
    bottom: 20px;
    left: 20px;

    background: #222;
    border: 1px solid #222;
    -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fullscreen_wrap:hover {
  background: #ff7420;
  border: 1px solid #ff7420;
    -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  
}
.lg-toolbar .lg-fullscreen.lg-icon:hover {
    box-shadow: none;
    color: #000
}
.lg-sub-html {
    background-color: #c8c8c8;
    bottom: 0;
    padding: 30px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
    /*font-family: 'Oswald', sans-serif;*/
    /*text-transform: uppercase;*/
    font-size: 22px;
    font-weight: 700;
    color: #222;
}
.lg-hide-items .lg-sub-html {
    background-color: transparent;
    color: #222;
}
.lg-sub-html h4 {
    font-size: 2.0vw;
    font-weight: bold;
}
.lg-zoomed .lg-sub-html {
    opacity: 0;
}














.lg-outer {
    z-index: 10500;
}