﻿@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.UIseeimage {
    background-color: #282B30;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 1500;
    outline: medium none;
}

.UIPhotos {
    background-color: #282B30;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 1500;
    outline: medium none;
}



.UIPhotos-head {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 44px;
    width: 100%;
    z-index: 1511;
    background-color: black;
}

.UIPhotos-content {
    padding-top: 44px;
    height: 100%;
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.UIPhotos-wise {
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
    width: 25%;
}

.UIPhotos-tool {
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
}

.UIPhotos-content-grabbing {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}


.UIPhotos-foot {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    min-height: 44px;
    background: rgba(0, 0, 0, 0.5);
}

.UIPhotos-counter {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0px 10px;
    overflow: hidden;
}

.UIPhotos-buttonR {
    color: white;
    width: 44px;
    height: 44px;
    position: relative;
    background: transparent none repeat scroll 0% 0%;
    cursor: pointer;
    overflow: visible;
    display: block;
    border: 0px none;
    padding: 0px;
    margin: 0px;
    float: right;
    opacity: 0.75;
    transition: opacity 0.2s ease 0s;
    -webkit-transition: opacity 0.2s ease 0s;
    box-shadow: none;
    text-align: center;
    line-height: 41px;
}

    .UIPhotos-buttonR:hover {
        opacity: 1;
        color: white;
        text-shadow: 0px 0px 3px #00FFFF;
    }

.UIPhotos-buttonC {
    background: none;
    color: white;
    width: 44px;
    height: 44px;
    background: transparent none repeat scroll 0% 0%;
    cursor: pointer;
    overflow: visible;
    font-size: 23px;
    border: 0px none;
    padding: 0px;
    opacity: 0.75;
    transition: opacity 0.2s ease 0s;
    -webkit-transition: opacity 0.2s ease 0s;
    box-shadow: none;
}

.UIPhotos-buttonC-anti {
    float: right;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg); /* Safari and Chrome */
}

.UIPhotos-buttonC:hover {
    opacity: 1;
    text-shadow: 0px 0px 10px #00FFFF;
}

.UIPhotos-buttonLeft {
    background: transparent none repeat scroll 0% 0%;
    border: 0px none;
    color: white;
    left: 20px;
    font-size: 40px;
    top: 40%;
    position: absolute;
    opacity: 0.75;
    transition: opacity 0.2s ease 0s;
    -webkit-transition: opacity 0.2s ease 0s;
    z-index: 2000;
}

    .UIPhotos-buttonLeft:hover {
        opacity: 1;
        text-shadow: 0px 0px 10px #00FFFF;
    }

.UIPhotos-buttonRight {
    background: transparent none repeat scroll 0% 0%;
    border: 0px none;
    color: white;
    right: 20px;
    font-size: 40px;
    top: 40%;
    position: absolute;
    opacity: 0.75;
    transition: opacity 0.2s ease 0s;
    -webkit-transition: opacity 0.2s ease 0s;
    z-index: 2000;
}

    .UIPhotos-buttonRight:hover {
        opacity: 1;
        text-shadow: 0px 0px 10px #00FFFF;
    }

.UIPhotos-img {
    position: absolute;
}
