@import url('https://fonts.googleapis.com/css?family=Muli:300,400,400i,600,600i');
@import url("font-awesome.min.css");


/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

/*
.is-loading {overflow: hidden;}

#main {
	height: 100%;
	overflow: hidden;
	-moz-transition: -moz-filter 0.25s ease-in-out;
	-webkit-transition: -webkit-filter 0.25s ease-in-out;
	-ms-transition: -ms-filter 0.25s ease-in-out;
	transition: filter 0.25s ease-in-out;
}

	#main.overlayed {
		-moz-filter: blur(3px);
		-webkit-filter: blur(3px);
		-ms-filter: blur(3px);
		filter: blur(3px);
	}
 */

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  background: #1a1f2c;
  background: rgba(18, 21, 29, 0);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /*
   * 99999
   */
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: fixed;
  width: 100%;
  height: 100%;
  /*
  overflow: hidden; 
   */
}

/*
 * space that an 'artboard' takes up, less than 100% and the next index starts showing
 */
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.1s ease;
          transition: transform 0.1s ease;
  height: 100%;
  /*
  left: 0;
  top: 0;

	NO
  -webkit-align-self: center; 
  	align-self: center;
  	position: fixed;
   */
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}











/*
  Remove result: captions no longer on bottom of page, arrows no longer centered to page
   how fast top and bottom bars move
  NO opacity: 0.2; 
*/
#swipebox-arrow-bar,
#swipebox-capt-bar {
  -webkit-transition: 0.25s;
          transition: 0.25s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 0px;
  width: 100%;
}


/*caption bar edit
 * 
 */
#swipebox-capt-bar {
  bottom: 0;
}



/*
 * animate
#swipebox-arrow-bar.visible-bars {
  -webkit-transform: translate(0, 50);
          transform: translate(0, 50);
}
 */ 
 

	/*

#swipebox-capt-bar.visible-bars {
          transform: translate(0, 50);
  -webkit-transform: translate(0, 50);
}
*/




/*
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
*/



/*
 * separated 
 */
#swipebox-prev,
#swipebox-next {
  background-image: url("images/icons.png");
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 150px;
  /*
  top: 0;
   * 
   */
  
}



/*
 * 
  nope
  vertical-align: middle;
  check?
  height:100%
 */
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}






/*
 edit caption text 
 
  padding: 25px 35px;
 
  display: block;
  position: relative;
  margin: top bottom left 
  margin: 0 0 4em 0em;
  no
  z-index: 999999
 */





/*
 #wrapper {
	position: relative;
	z-index: 1;
} 
 
 */


/* Skin 
--------------------------
bg for box
*/
#swipebox-overlay {
  background: #000b17;
  background: rgba(18, 21, 29, 0.85)
  /*
   
  background: rgba(18, 21, 29, 1)
  display: static;
  z-index: 9999;
   */
  
}

#swipebox-arrow-bar {	
  opacity: 1;
}
#swipebox-capt-bar {
  background: #000;
  opacity: 1;
  color: white !important;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  text-align: left;
}

#swipebox-close {
  background-image: url("images/icons.png");
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  /*
   * 
   */
  width: 50px;
  height: 80px;
  top: 0;
  /*
 
  z-index: 1;
   */
  top: 0;
  right: 0;
  position: absolute;
  /*
   
  	position: absolute; 
  position: static;
  position: fixed;
  position: relative;

  z-index: 999999;
   */
  opacity: 0.25;
  background-position: 0px 25px;
  
}

  /*
.swipebox-no-close-button #swipebox-close {
  display: block;

  display: none;
   * test
  display: block;

}
   */


/*
 * Desktop style
 */
@media screen {
	#swipebox-slider .slide-loading {
	  top: 43%;
	}
	
	#swipebox-close {	
	  right: .5%; /*10px */
	}
	
	#swipebox-capt-bar {
	  padding: 1.5% 37% 3% 37%;
	  background: rgba(18, 21, 29, 0);
	  height: 110px;
	  line-height: 1.2em;
	  font-size: .9em;
	}
	
	#swipebox-arrow-bar {
	  top: 43%;
	}
	/*
	 * edit this to resize 'art'
	 */
	#swipebox-slider .slide img,
	#swipebox-slider .slide .swipebox-video-container,
	#swipebox-slider .slide .swipebox-inline-container {
	  display: inline-block;
	  max-height: 100%;
	  max-width: 100%;
	  margin: 0;
	  padding: 3% 5% 100px 5%;
	  width: auto;
	  height: auto;
	  vertical-align: middle;
	}
  #swipebox-arrows {
    width: 100%;
    max-width: 96%;
    opacity: .75;
   }
}

@media screen and (max-width: 1600px) {
	#swipebox-capt-bar {
	  padding: 1.5% 30% 3% 30%;
	  height: 90px;
	  line-height: 1.2em;
	  font-size: .9em;
	}

	/*
	 * edit this to resize 'art'
	 */
	#swipebox-slider .slide img,
	#swipebox-slider .slide .swipebox-video-container,
	#swipebox-slider .slide .swipebox-inline-container {
	  padding: 3% 5% 7% 5%;
	}
	
	#swipebox-slider .slide-loading {
	  top: 44%;
	}
	
	#swipebox-arrow-bar {
	  top: 44%;
	}
  #swipebox-arrows {
    width: 100%;
    max-width: 98%;
    opacity: .75;
   }
}

/*
 * Mobile style
 */
@media screen and (max-width: 1236px) {
	#swipebox-close {
	  right: 0px;
      width: 50px;
  	  height: 80px;
  	  display: none;
  	  
  	  /*

  	   */
	}
	
	#swipebox-capt-bar {
	  padding: 15px 25% 15px 25%;
	  background: rgba(18, 21, 29, .3);
	  height: 90px;
	  line-height: 1.2em;
	  font-size: .9em;
	  text-shadow: 1px 1px 1px black;
	}
	
	#swipebox-slider .slide-loading {
	  top: 46%;
	}
	
	#swipebox-arrow-bar {
	  top: 46%;
	}
	/*
	 * edit this to resize 'art'
	 */
	#swipebox-slider .slide img,
	#swipebox-slider .slide .swipebox-video-container,
	#swipebox-slider .slide .swipebox-inline-container {
	  display: inline-block;
	  max-height: 100%;
	  max-width: 100%;
	  margin: 0;
	  padding: 0;
	  width: auto;
	  height: auto;
	  vertical-align: middle;
	}		
}

@media screen and (max-width: 800px) {
	
	#swipebox-capt-bar {
	  padding: 15px 15% 15px 15%;
  	  height: 85px;
	}
	#swipebox-slider .slide-loading {
	  top: 48%;
	}
	
	#swipebox-arrow-bar {
	  top: 48%;
	}
}

@media screen and (max-width: 750px) {
	#swipebox-capt-bar {
	  padding: 15px 15% 15px 15%;
	}
	
	#swipebox-slider .slide-loading {
	  top: 43%;
	}
	#swipebox-arrow-bar {
	  top: 43%;
	}
}

@media screen and (max-width: 700px) {
	#swipebox-capt-bar {
	  padding: 15px 15% 15px 15%;
	}
	#swipebox-slider .slide-loading {
	  top: 42%;
	}
	#swipebox-arrow-bar {
	  top: 42%;
	}
}

@media screen and (max-width: 500px) {
	#swipebox-capt-bar {
	  padding: 15px;
	  height: 80px;
	}
	#swipebox-slider .slide-loading {
	  top: 44%;
	}	
	#swipebox-arrow-bar {
	  top: 44%;
	}
}

@media screen and (max-width: 420px) {
	#swipebox-capt-bar {
	  height: 80px;
	}
	#swipebox-slider .slide-loading {
	  top: 40%;
	}
	#swipebox-arrow-bar {
	  top: 45%;
	 }
}

@media screen and (max-width: 400px) {
	#swipebox-capt-bar {
	  height: 100px;
	}
	#swipebox-arrow-bar {
	  top: 45%;
	 }
}

@media screen and (max-width: 361px) {
	#swipebox-capt-bar {
	  height: 110px;
	}
}
/*
 * 
 */

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}



#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url("images/loader.gif") no-repeat center center;
  background-size: 40px 40px;
    
}

/*??*/
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

