

/* Font face */
@font-face {
  font-family: 'WebSymbolsRegular';
  src: url('../fonts/websymbols-regular-webfont.eot');
  src: url('../fonts/websymbols-regular-webfont.eot?#iefix') format("embedded-opentype"), url('../fonts/websymbols-regular-webfont.woff') format("woff"), url('../fonts/websymbols-regular-webfont.ttf') format("truetype"), url('../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format("svg");
  font-weight: normal;
  font-style: normal; }


/* header */
#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #AAA;
  height: 40px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 40px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f8f9), color-stop(100%, #cfd5dd));
  background-image: -webkit-linear-gradient(#f7f8f9, #cfd5dd);
  background-image: -moz-linear-gradient(#f7f8f9, #cfd5dd);
  background-image: -o-linear-gradient(#f7f8f9, #cfd5dd);
  background-image: -ms-linear-gradient(#f7f8f9, #cfd5dd);
  background-image: linear-gradient(#f7f8f9, #cfd5dd); }
  #navbar p {
    float: left;
    margin-right: 10px; }

#navbar h1 {
  color: #74859e;
  line-height: 40px;
  text-shadow: 0 1px 0 white;
  font-size: 1.125em;
  font-weight: bold;
  padding: 0 0 0 20px; }

/* gallery content */
#content {
  margin: 41px 0 0 0;
  padding: 10px;
  text-align: center; }

#content .gallery img {
  display: block;
  border: 1px solid transparent;
  -moz-transition: all 0.025s ease;
  -webkit-transition: all 0.025s ease;
  -o-transition: all 0.025s ease;
  transition: all 0.025s ease; }

#content .gallery li {
  display: inline-block;
  padding: 6px;
  margin: 10px;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.025s ease;
  -webkit-transition: all 0.025s ease;
  -o-transition: all 0.025s ease;
  transition: all 0.025s ease; }
/*
#content .gallery li:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #62b5ee), color-stop(100%, #0690e5));
  background-image: -webkit-linear-gradient(#62b5ee, #0690e5);
  background-image: -moz-linear-gradient(#62b5ee, #0690e5);
  background-image: -o-linear-gradient(#62b5ee, #0690e5);
  background-image: -ms-linear-gradient(#62b5ee, #0690e5);
  background-image: linear-gradient(#62b5ee, #0690e5);
  -moz-box-shadow: 0 0 0 1px #0873b9, inset 0 1px 0 #8bc8f2, 0 1px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 0 1px #0873b9, inset 0 1px 0 #8bc8f2, 0 1px 5px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 0 1px #0873b9, inset 0 1px 0 #8bc8f2, 0 1px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 1px #0873b9, inset 0 1px 0 #8bc8f2, 0 1px 5px rgba(0, 0, 0, 0.6); }

#content .gallery li:hover img {
  border: 1px solid #0174bd; }
*/
#glisse-close {
  display: none; }

#glisse-controls {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  border-top: 1px solid #2d2f35;
  text-shadow: 0 -1px 0 #333333;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(87, 90, 98, 0.9)), color-stop(100%, rgba(62, 65, 72, 0.9)));
  background-image: -webkit-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: -moz-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: -o-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: -ms-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7); }

.glisse-next a, .glisse-prev a {
  position: absolute;
  display: block;
  left: 0;
  height: 39px;
  width: 39px;
  font-family: 'WebSymbolsRegular';
  line-height: 40px;
  color: white;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 black; }

.glisse-next a:active, .glisse-prev a:active {
  text-shadow: 0 0 30px white, 0 0 10px white; }

.glisse-prev a {
  border-right: 1px solid #2d2f35;
  -moz-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
  -o-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15); }

.glisse-next a {
  left: auto;
  right: 0;
  border-left: 1px solid #2d2f35;
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
  -o-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15); }

.glisse-legend {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  right: 40px;
  text-align: center;
  line-height: 40px; }

/*.photos{cursor:pointer;}

@font-face {
    font-family: "WebSymbolsRegular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/websymbols-regular-webfont.woff") format("woff"), url("../fonts/websymbols-regular-webfont.ttf") format("truetype"), url("../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular") format("svg");
}

#glisse-wrapper {
	z-index:40;
}

#glisse-overlay {
  background: rgba(0,0,0.3);}

#glisse-close {
  height: 40px;
  width: 40px;
  text-align: center;
  position: fixed;
  top:40px;
  right:40px;
  background:red;}
#glisse-close {
    display: none;
}

#glisse-controls {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  border-top: 1px solid #2d2f35;
  text-shadow: 0 -1px 0 #333333;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(87, 90, 98, 0.9)), color-stop(100%, rgba(62, 65, 72, 0.9)));
  background-image: -webkit-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: -moz-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: -o-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: -ms-linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  background-image: linear-gradient(rgba(87, 90, 98, 0.9), rgba(62, 65, 72, 0.9));
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 3px rgba(0, 0, 0, 0.7); }
}
.glisse-next a, .glisse-prev a {
    color: white;
    display: block;
    font-family: 'WebSymbolsRegular';
    font-size: 16px;
    height: 39px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 black;
    width: 39px;
}
.glisse-next a:active, .glisse-prev a:active {
    text-shadow: 0 0 30px white, 0 0 10px white;
}
.glisse-prev a {
  border-right: 1px solid #2d2f35;
  -moz-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
  -o-box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.15); 
}

.glisse-next a {
  left: auto;
  right: 0;
  border-left: 1px solid #2d2f35;
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
  -o-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.15);
 }

/*.glisse-next a, .glisse-prev a {
  width: 40px;
  height: 40px;
  display: block;
  position: fixed;
  bottom: 0px;
  background:green}

.glisse-next a {
  left: 50%;
  margin-left: 20px; }

.glisse-prev a {
  left: 50%;
  margin-left: -40px; }

.glisse-legend {
  position:fixed;
  display:block;
  bottom:10px;
  left:10px;
  color:white;
  background:blue;
}

*/