/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version:3.2.7
	Site:www.buildinternet.com/project/supersized
	
	Theme:Shutter 1.2
	Author:Sam Dunn
	Company:One Mighty Roar (www.onemightyroar.com)
	License:MIT License / GPL License
	
*/
	

/* Controls Bar
	----------------------------*/
#slidecounter {
  float: left;
  color: #999;
  text-shadow: #000 0 -1px 0;
  margin: 0 10px 0 15px;
  line-height: 42px;
}
.gallery_name {
    position: absolute;
    left: 30px;
    bottom: 140px;
}
.gallery_name span {
display: inline-block;
vertical-align: middle;
font-size: 31px;
color: #ffffff;
margin-right: 20px;
}
#slidecaption {
display: inline-block;
vertical-align: middle;
}
#slidecaption h3 {
    font-size:36px;
    color: #ffffff;
    margin: 0;
    font-weight: 500;
}
#navigation {
  float: right;
  margin: 0 20px 0 0;
}
#play-button:hover {
  cursor: pointer;
}
ul#slide-list {
    position: fixed;
    bottom: 43px;
    right: 100px;
    margin: 0 !important;
}
ul#slide-list li  {
    width: 50px;
    text-align: left;
    height: 35px;
    display: inline-block;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    position: relative;
}
ul#slide-list li:after  {
     position: absolute;
    content: "";
    background: #d7d7d7;
    height: 1px;
    bottom: 0px;
    z-index: 1;
    width: 100%;
    left: 0;   
}
ul#slide-list li:before  {
    position: absolute;
    content: "";
    animation: menu-line 0.4s both;
    background: #000000;
    height: 1px;
    bottom: 0px;
    z-index: 2; 
}
ul#slide-list li.current-slide:before  {
      animation: menu-line-no 0.4s both;
}
ul#slide-list li.current-slide  {
    width: 70px;
}
.dark_color ul#slide-list li:before {
   background: #ffffff; 
}
.dark_color ul#slide-list li:after {
   background: #9c9c9c; 
}
.no_thumbnail .gallery_name {
    bottom: 30px;
}
.nav_slider {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 1;
    background: rgba(0,0,0,0.4);
    border-radius: 40px;
    padding: 7px 15px;
}
.nav_slider a {
    font-size:30px;
    color: #ffffff;
    margin: 0 8px;
    cursor: pointer;
}
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover {
  background-position: 0 0;
}
ul#slide-list li a {
  display: block;
}
ul#slide-list li a:hover {
  background-position: 0 -12px;
  cursor: pointer;
}
#tray-button {
    z-index: 3;
    bottom: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 110px;
    width: 170px;
    height: 45px;
    line-height: 45px;
    left: 50%;
    transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(255,255,255,0.7);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    font-weight: 500;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;

}
#tray-button:hover {
    background: rgba(255,255,255,1);
}
#tray-button span:before {
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;  
}
#tray-button span {
    
}
#tray-button .ion-ios-arrow-up {
    display: none;
}
#tray-button.tray_up .ion-ios-arrow-up {
    display: block;
}
#tray-button.tray_up .ion-ios-arrow-down {
    display: none;
}
#tray-button:hover {
  background-position: 0 1px;
  cursor: pointer;
}

/* Progress Bar
	----------------------------*/
					
	#progress-back {
  z-index: 5;
  position: fixed;
  bottom: 42px;
  left: 0;
  height: 8px;
  width: 100%;
}
#progress-bar {
  position: relative;
  height: 8px;
  width: 100%;
}

/* Thumbnail Navigation
	----------------------------*/
	
	#nextthumb, #prevthumb {
  z-index: 2;
  display: none;
  position: fixed;
  bottom: 61px;
  height: 75px;
  width: 100px;
  overflow: hidden;
  background: #ddd;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 5px #000;
}
#nextthumb {
  right: 12px;
}
#prevthumb {
  left: 12px;
}
#nextthumb img, #prevthumb img {
  width: 150px;
  height: auto;
}
#nextthumb:active, #prevthumb:active {
  bottom: 59px;
}
#nextthumb:hover, #prevthumb:hover {
  cursor: pointer;
}

/* Thumbnail Tray
	----------------------------*/
			
#thumb-tray {
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  bottom: 0;
}
#thumb-back, #thumb-forward {
    position: absolute;
    bottom: 42px;
    font-size: 20px;
    color: #ffffff;
    z-index: 99;
}
#thumb-back {
  left: 0;
}
#thumb-forward {
  right: 0;
}
#thumb-back:hover, #thumb-forward:hover {
  cursor: pointer;
}
ul#thumb-list {
  display: block;
  list-style: none;
  position: relative;
  left: 0;
  padding: 0 0;
  margin: 0 auto;
}
ul#thumb-list li {
  list-style: none;
  display: inline;
  width: 126px;
  height: 90px;
  overflow: hidden;
  float: left;
  margin: 0;
  margin: 10px 5px;
}
ul#thumb-list li img {
  width: 126px;
  height: auto;
}
ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img {
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
ul#thumb-list li:hover {
  cursor: pointer;
}
