@font-face {
  font-family: 'UTMCafeta';
  src: url('utm_cafeta-webfont.eot');
  src: url('utm_cafeta-webfont.eot?#iefix') format('embedded-opentype'), url('utm_cafeta-webfont.woff') format('woff'), url('utm_cafeta-webfont.ttf') format('truetype'), url('utm_cafeta-webfont.svg#UTMCafeta') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('fontello.eot');
  src: url('fontello.eot?#iefix') format('embedded-opentype'), url('fontello.woff') format('woff'), url('fontello.ttf') format('truetype'), url('fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FLEX SLIDER */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus { outline: none; }
.slides, .slides > li, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.flex-pauseplay span { text-transform: capitalize; }
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexsliderView { margin: 0; padding: 0; }
.flexsliderView .slides > li { display: none; -webkit-backface-visibility: hidden; }
div#fea-nav .slides > li{ margin:0px 2px; width:68px;}
.flexsliderView .slides img { width: 100%; display: block; }
.flexsliderView .slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .flexsliderView .slides { display: block; overflow:hidden; }
html[xmlns] div#fea-nav .slides { display: block; overflow:hidden; height:auto;}
* html .flexsliderView .slides { height: 1%; }
.no-js .flexsliderView .slides > li:first-child { display: block;}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexsliderView { background: #ffffff; border: 4px solid #ffffff; position: relative; zoom: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); }
.flexsliderView .slides { zoom: 1;}
.flexsliderView .slidesT { border:solid 1px #eeeeee; border-radius:2px;}
.flexsliderView .slides img { height: auto; }

.loading .flex-viewport {}
.carousel li { margin-right: 5px; }
.flex-direction-nav { }
.flex-direction-nav a { text-decoration: none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 22px; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
/*.flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }*/
.flex-direction-nav a.flex-next:before { }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexsliderView:hover .flex-direction-nav .flex-prev { opacity: 0.7; left: 10px; }
.flexsliderView:hover .flex-direction-nav .flex-prev:hover { opacity: 1; }
.flexsliderView:hover .flex-direction-nav .flex-next { opacity: 0.7; right: 10px; }
.flexsliderView:hover .flex-direction-nav .flex-next:hover { opacity: 1; }

.flex-active-slide{ border:solid 1px #eeeeee; border-radius:2px; box-shadow:0px 2px 5px #eeeeee;}

.flex-direction-nav li a.flex-next{  background: url("flexslider.png") no-repeat scroll  left top transparent; width:20px; height:71px;}
.flex-direction-nav li a.flex-prev{ background: url("flexslider.png") no-repeat scroll -22px top transparent; width:20px; height:71px;}

.flex-direction-nav .flex-disabled { opacity: 0!important; filter: alpha(opacity=0); cursor: default; }
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
/*.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }*/
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }
.flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; }
.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; }
.flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0, 0, 0, 0.5); cursor: pointer; text-indent: -9999px; -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover { background: #333; background: rgba(0, 0, 0, 0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0, 0, 0, 0.9); cursor: default; }
.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.flex-control-thumbs img { width: 100%; height: auto; display: block; opacity: .7; cursor: pointer; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px; }
  .flex-direction-nav .flex-next { opacity: 1; right: 10px; }
}

/*/clearfix*/
/** /font-icons if you are not using font icons you can just remove this part/**/
.light-gallery { overflow: hidden!important; }
#lg-gallery img { border: none!important; }

#lg-outer { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99999!important; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; user-select: none; opacity: 1; -webkit-transition: opacity 0.35s ease; -moz-transition: opacity 0.35s ease; -o-transition: opacity 0.35s ease; -ms-transition: opacity 0.35s ease; transition: opacity 0.35s ease; background: #0d0d0d; }
#lg-outer .lg-slide { position: relative; }
/*lightGallery starting effects*/
#lg-gallery.opacity { opacity: 1; transition: opacity 1s ease 0s; -moz-transition: opacity 1s ease 0s; -webkit-transition: opacity 1s ease 0s; -o-transition: opacity 1s ease 0s; -ms-transition: opacity 1s ease 0s; }
#lg-gallery.opacity .thumb-cont { opacity: 1; } #lg-gallery.fade-m { opacity: 0; transition: opacity 0.5s ease 0s; -moz-transition: opacity 0.5s ease 0s; -webkit-transition: opacity 0.5s ease 0s; -o-transition: opacity 0.5s ease 0s; -ms-transition: opacity 0.5s ease 0s; }
/*lightGallery starting effects*/
/*lightGallery core*/
#lg-gallery { height: 100%; opacity: 0; width: 100%; position: relative; transition: opacity 1s ease 0s; -moz-transition: opacity 1s ease 0s; -webkit-transition: opacity 1s ease 0s; -o-transition: opacity 1s ease 0s; -ms-transition: opacity 1s ease 0s; }
/**/
#lg-slider { height: 100%; left: 0; top: 0; width: 100%; position: absolute; white-space: nowrap; }
/**/
#lg-slider .lg-slide { background: url(/Content/Images/loader.gif) no-repeat scroll center center transparent; display: inline-block; height: 100%; text-align: center; width: 100%;}
#lg-slider .lg-slide.complete { background-image: none; }
#lg-gallery.show-after-load .lg-slide > * { opacity: 0; }
#lg-gallery.show-after-load .lg-slide.complete > * { opacity: 1; }
#lg-slider.slide .lg-slide, #lg-slider.use-left .lg-slide { position: absolute; opacity: 0.4; }
#lg-slider.fade-m .lg-slide { position: absolute; left: 0; opacity: 0; }
#lg-slider.animate .lg-slide { position: absolute; left: 0; }
#lg-slider.fade-m .current { opacity: 1; z-index: 9; }
#lg-slider .lg-slide:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }
#lg-gallery.opacity .lg-slide .object { transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); }
.lg-slide .object { transform: scale3d(0.5, 0.5, 0.5); -moz-transform: scale3d(0.5, 0.5, 0.5); -ms-transform: scale3d(0.5, 0.5, 0.5); -webkit-transform: scale3d(0.5, 0.5, 0.5); -o-transform: scale3d(0.5, 0.5, 0.5); -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s; -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s; -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s; -ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s; transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s; }
#lg-gallery.fade-m .lg-slide .object { transform: scale3d(0.5, 0.5, 0.5); -moz-transform: scale3d(0.5, 0.5, 0.5); -ms-transform: scale3d(0.5, 0.5, 0.5); -webkit-transform: scale3d(0.5, 0.5, 0.5); -o-transform: scale3d(0.5, 0.5, 0.5); }
#lg-slider.fade-m.on .current { opacity: 1; transition: opacity 0.5s ease 0s; -moz-transition: opacity 0.5s ease 0s; -webkit-transition: opacity 0.5s ease 0s; -o-transition: opacity 0.5s ease 0s; -ms-transition: opacity 0.5s ease 0s; }
#lg-slider.fade-m .lg-slide { transition: opacity 0.4s ease 0s; -moz-transition: opacity 0.4s ease 0s; -webkit-transition: opacity 0.4s ease 0s; -o-transition: opacity 0.4s ease 0s; -ms-transition: opacity 0.4s ease 0s; }
#lg-slider.slide .lg-slide { transform: translate3d(100%, 0px, 0px); -moz-transform: translate3d(100%, 0px, 0px); -ms-transform: translate3d(100%, 0px, 0px); -webkit-transform: translate3d(100%, 0px, 0px); -o-transform: translate3d(100%, 0px, 0px); }
#lg-slider.slide.on .lg-slide { opacity: 0; }
#lg-slider.slide .lg-slide.current { opacity: 1 !important; transform: translate3d(0px, 0px, 0px) !important; -moz-transform: translate3d(0px, 0px, 0px) !important; -ms-transform: translate3d(0px, 0px, 0px) !important; -webkit-transform: translate3d(0px, 0px, 0px) !important; -o-transform: translate3d(0px, 0px, 0px) !important; }
#lg-slider.slide .lg-slide.prev-slide { opacity: 0; transform: translate3d(-100%, 0px, 0px); -moz-transform: translate3d(-100%, 0px, 0px); -ms-transform: translate3d(-100%, 0px, 0px); -webkit-transform: translate3d(-100%, 0px, 0px); -o-transform: translate3d(-100%, 0px, 0px); }
#lg-slider.slide .lg-slide.next-slide { opacity: 0; transform: translate3d(100%, 0px, 0px); -moz-transform: translate3d(100%, 0px, 0px); -ms-transform: translate3d(100%, 0px, 0px); -webkit-transform: translate3d(100%, 0px, 0px); -o-transform: translate3d(100%, 0px, 0px); }
#lg-slider.use-left .lg-slide { left: 100%; }
#lg-slider.use-left.on .lg-slide { opacity: 0; }
#lg-slider.use-left .lg-slide.current { opacity: 1 !important; left: 0% !important; }
#lg-slider.use-left .lg-slide.prev-slide { opacity: 0; left: -100%; }
#lg-slider.use-left .lg-slide.next-slide { opacity: 0; left: 100%; }
#lg-slider.slide.on .lg-slide, #lg-slider.slide.on .current, #lg-slider.slide.on .prev-slide, #lg-slider.slide.on .next-slide { -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; -ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }
#lg-slider.speed .lg-slide, #lg-slider.speed .current, #lg-slider.speed .prev-slide, #lg-slider.speed .next-slide { transition-duration: inherit !important; -moz-transition-duration: inherit !important; -webkit-transition-duration: inherit !important; -o-transition-duration: inherit !important; -ms-transition-duration: inherit !important; }
#lg-slider.timing .lg-slide, #lg-slider.timing .current, #lg-slider.timing .prev-slide, #lg-slider.timing .next-slide { transition-timing-function: inherit !important; -moz-transition-timing-function: inherit !important; -webkit-transition-timing-function: inherit !important; -o-transition-timing-function: inherit !important; -ms-transition-timing-function: inherit !important; }
#lg-slider .lg-slide img { display: inline-block; max-height: 100%; max-width: 100%; cursor: -moz-grabbing; cursor: grab; cursor: -webkit-grab; margin: 0; padding: 0; width: auto; height: auto; vertical-align: middle; }
#lg-gallery .thumb-cont .thumb-inner { -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; -ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-slide .object.right-end { -webkit-animation: rightEnd 0.3s; animation: rightEnd 0.3s; position: relative; }
.lg-slide .object.left-end { -webkit-animation: leftEnd 0.3s; animation: leftEnd 0.3s; position: relative; }
/*lightGallery core*/
/*action*/
#lg-action { bottom: 20px; position: fixed; left: 50%; margin-left: -30px; z-index: 9; -webkit-backface-visibility: hidden; }
#lg-action.has-thumb { margin-left: -46px; }
#lg-action a { margin: 0 3px 0 0 !important; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; position: relative; top: auto; left: auto; bottom: auto; right: auto; display: inline-block !important; display: inline-block; vertical-align: middle;
  *display: inline;
  *zoom: 1;
  background-color: #000; background-color: rgba(0, 0, 0, 0.65); font-size: 16px; width: 28px; height: 28px; font-family: 'fontello', Arial, sans-serif; color: #FFF; cursor: pointer; }
#lg-action a.disabled { opacity: 0.6; filter: alpha(opacity=60); cursor: default; background-color: #000; background-color: rgba(0, 0, 0, 0.65) !important; }
#lg-action a:hover, #lg-action a:focus { background-color: #000; background-color: rgba(0, 0, 0, 0.85); }
#lg-action a#lg-prev:before, #lg-action a#lg-next:after { left: 5px; bottom: 3px; position: absolute; }
#lg-action a#lg-prev:before { content: '\e80e'; }
#lg-action a#lg-next:after { content: '\e80d'; }
#lg-action a.cl-thumb:after { font-family: 'fontello', Arial, sans-serif; content: '\e818'; left: 6px; bottom: 4px; font-size: 16px; position: absolute; }
/*action*/
/*counter*/
#lg-counter { bottom: 52px; text-align: center; width: 100%; position: absolute; z-index: 9; color: #FFFFFF; }
/*lightGallery Thumb*/
#lg-gallery .thumb-cont { position: absolute; bottom: 0; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #000000; -webkit-transition: max-height 0.4s ease-in-out; -moz-transition: max-height 0.4s ease-in-out; -o-transition: max-height 0.4s ease-in-out; -ms-transition: max-height 0.4s ease-in-out; transition: max-height 0.4s ease-in-out; z-index: 9; max-height: 0; opacity: 0; }
#lg-gallery.open .thumb-cont { max-height: 350px; }
#lg-gallery .thumb-cont .thumb-inner { margin-left: -12px; padding: 12px; max-height: 290px; overflow-y: auto; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
#lg-gallery .thumb-cont .thumb-info { background-color: #333; padding: 7px 20px; }
#lg-gallery .thumb-cont .thumb-info .count { color: #ffffff; font-weight: bold; font-size: 12px; }
#lg-gallery .thumb-cont .thumb-info .close { color: #FFFFFF; display: block; float: right !important; width: 28px; position: relative; height: 28px; border-radius: 2px; margin-top: -4px; background-color: #000; background-color: rgba(0, 0, 0, 0.65); -webkit-transition: background-color 0.3s ease 0s; -moz-transition: background-color 0.3s ease 0s; -o-transition: background-color 0.3s ease 0s; -ms-transition: background-color 0.3s ease 0s; transition: background-color 0.3s ease 0s; z-index: 1090; cursor: pointer; }
#lg-gallery .thumb-cont .thumb-info .close i:after { left: 6px; position: absolute; top: 4px; }
#lg-gallery .thumb-cont .thumb-info .close i:after, #lg-close:after { content: '\e81a'; font-family: 'fontello', Arial, sans-serif; font-style: normal; font-size: 16px; }
#lg-gallery .thumb-cont .thumb-info .close:hover { text-decoration: none; background-color: #000; background-color: #000000; }
#lg-gallery .thumb-cont .thumb { display: inline-block !important; vertical-align: middle; text-align: center;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 4px; height: 50px; width: 50px; opacity: 0.6; filter: alpha(opacity=60); overflow: hidden; border-radius: 3px; cursor: pointer; -webkit-transition: border-color linear 0.2s, opacity linear 0.2s; -moz-transition: border-color linear 0.2s, opacity linear 0.2s; -o-transition: border-color linear 0.2s, opacity linear 0.2s; -ms-transition: border-color linear 0.2s, opacity linear 0.2s; transition: border-color linear 0.2s, opacity linear 0.2s; }
@media (min-width: 800px) {
  #lg-gallery .thumb-cont .thumb { width: 94px; height: 94px;
  }
}
#lg-gallery .thumb-cont .thumb > img { height: auto; max-width: 100%; }
#lg-gallery .thumb-cont .thumb.active, #lg-gallery .thumb-cont .thumb:hover { opacity: 1; filter: alpha(opacity=100); border-color: #ffffff; }
/*lightGallery Thumb*/
/*lightGallery Video*/
#lg-slider .video-cont { display: inline-block; max-height: 100%; max-width: 100%; margin: 0; padding: 0; width: auto; height: auto; vertical-align: middle; }
#lg-slider .video-cont { background: none; max-width: 1140px; max-height: 100%; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
#lg-slider .video { width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; position: relative; }
#lg-slider .video .object { width: 100%!important; height: 100%!important; position: absolute; top: 0; left: 0; }
/*lightGallery Video*/
/*lightGallery Close*/
#lg-close { color: #FFFFFF; height: 28px; position: absolute; right: 20px; top: 20px; width: 28px; z-index: 1090; cursor: pointer; border-radius: 2px; background-color: #000; background-color: rgba(0, 0, 0, 0.65); -webkit-transition: background-color 0.3s ease; -moz-transition: background-color 0.3s ease; -o-transition: background-color 0.3s ease; -ms-transition: background-color 0.3s ease; transition: background-color 0.3s ease; -webkit-backface-visibility: hidden; }
#lg-close:after { position: absolute; right: 6px; top: 3px; }
#lg-close:hover { text-decoration: none; background-color: #000; }

/* CSS GALLERY LIGHT */
#lg-outer { background-color: #fff; }
#lg-close { background-color: transparent; color: #ccc; display: block; height: 60px; width: 60px; position: fixed; right: 0; top: 0; font-size: 20px; line-height: 60px; text-align: center; -webkit-transition: background-color 0.25s linear; -moz-transition: background-color 0.25s linear; -ms-transition: background-color 0.25s linear; -o-transition: background-color 0.25s linear; transition: background-color 0.25s linear; }
#lg-close::after { position: relative; top: inherit; right: inherit; font-size: 24px; content: '\e81a'; font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; }
#lg-close:hover { background-color: #ddd; color: #fff; }
#lg-action.has-thumb { margin-left: -14px; }
#lg-action a#lg-prev, #lg-action a#lg-next { position: fixed; top: 50%; width: 60px; height: 130px; margin-top: -65px !important; color: #ccc; font-size: 30px; text-align: center; line-height: 130px; background-color: transparent; -webkit-transition: background-color 0.25s linear; -moz-transition: background-color 0.25s linear; -ms-transition: background-color 0.25s linear; -o-transition: background-color 0.25s linear; transition: background-color 0.25s linear; }
#lg-action a#lg-prev:hover, #lg-action a#lg-next:hover { color: #fff; background-color: #ddd; }
#lg-action a#lg-prev::before, #lg-action a#lg-next::before, #lg-action a#lg-prev::after, #lg-action a#lg-next::after { left: inherit; bottom: 0px; position: static; }
#lg-action a#lg-prev { left: 0; }
#lg-action a#lg-next { right: 0; }
#lg-action a.cl-thumb { text-align: center; background-color: rgba(0, 0, 0, 0.2); border: 1px solid #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
#lg-gallery .thumb-cont { background: rgba(255, 255, 255, 0.9); }
#lg-gallery .thumb-cont .thumb-info { background: rgba(165, 165, 165, 0.2); }
#lg-gallery .thumb-cont .thumb-info .close { line-height: 20px; text-align: center; background-color: #fff; color: #999; }
#lg-gallery .thumb-cont .thumb-info .close:hover { background-color: #fff; color: #000; }
#lg-gallery .thumb-cont .thumb-info .count { font-weight: 400; color: #666; }
