@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: #a70000;
}

.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: rgba(0, 20, 78, 0.92);
}






.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";
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    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: #a70000;
    background-color: #fff;
    -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: #a70000;
    color: #fff;
}
#lg-zoom-out {
  position: fixed;
    right: 20px;
    bottom: 20px;
    background: #00144e;
    color: #fff;
}

#lg-zoom-in:after, #lg-zoom-out:after {
    content: "";
}
#lg-zoom-out:before {
    content: "\e905";
}
.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 #00144e;
    color: #fff;
    background-color: #c90203;
    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: #a70000;
    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: #c90203;
    -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: #00144e;
    border: 1px solid #00144e;
    -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: #a70000;
  border: 1px solid #a70000;
    -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: #fff
}
.lg-sub-html {
    background-color: #00144e;
    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-size: 22px;
    font-weight: 700;
    color: #fff;
}
.lg-hide-items .lg-sub-html {
    background-color: transparent;
    color: #fff;
}
.lg-sub-html h4 {
    font-size: 2.0vw;
    font-weight: bold;
}
.lg-zoomed .lg-sub-html {
    opacity: 0;
}














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

.logo_gallery {
    display: none !important;
}

.close_wrap .lg-close,
.close_wrap .lg-icon,
.lg-toolbar .lg-close,
.lg-toolbar .lg-icon {
    color: #fff !important;
}