
/* Photo Tribute Section
--------------------------------*/ 

#photo_tribute {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg-photo.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
  color: white;
  /* background: #fff;
  padding: 80px 0 60px 0; */
}

#photo_tribute h3 {
  color: white;
}

#photo_tribute button { margin-top: 10px; }

#photo_tribute ul {
	color: #ECECEC;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#photo_tribute p {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#photo_tribute a {
	color: #c48ec8;
	-webkit-transition: color 0.25s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
       -moz-transition: color 0.25s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
         -o-transition: color 0.25s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
            transition: color 0.25s cubic-bezier(0.860, 0.000, 0.070, 1.000); /* ease-in-out */
}

#photo_tribute button {
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	border-radius: 4px;
	cursor: pointer;
	border: none;
	background: #9BB6ED;
	padding: 8px 14px;
}

#photo_tribute ul.animate {
	-webkit-transition: -webkit-transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
       -moz-transition: transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
         -o-transition: transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
            transition: transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); /* ease-in-out */	
}

#photo_tribute .stage {
    background: #9BD4ED;
	width: 76%;
	margin: 0 auto;
	padding: 0 10%;
	border-radius: 30px;
	text-align: center;
	overflow: hidden;
}
	
#photo_tribute .sldr {
	max-width: 380px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	overflow: visible;
	position: relative;
	clear: both;
	display: block;
}

#photo_tribute .sldr > ul > li {
	float: left;
	display: block;
	width: 410px;
}

#photo_tribute div.skew {
	max-width: 410px;
	margin: 0 auto;

	display: block;
	overflow: hidden;

	-webkit-transform: skewX(16deg);
       -moz-transform: skewX(16deg);
        -ms-transform: skewX(16deg);
            transform: skewX(16deg);
}

#photo_tribute div.skew > div.wrap {
	display: block;
	overflow: hidden;

	-webkit-transform: skewX(-16deg);
	   -moz-transform: skewX(-16deg);
	    -ms-transform: skewX(-16deg);
	        transform: skewX(-16deg);

	margin-left: -10.1%;
	width: 122%;
}

#photo_tribute img {
	max-width: 500px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

#photo_tribute .selectors {
	/*margin: 15px 0 0;*/
}

#photo_tribute .selectors li {
	font-size: 46px;
	line-height: 32px;
	display: inline;
	padding: 0 2px;	
}

#photo_tribute .selectors li a {
	text-decoration: none;
}

#photo_tribute .selectors li.focalPoint a {
	color: #CCC;
	cursor: default;
}

#photo_tribute .captions div {
	left: 200%;
	position: fixed;
	opacity: 0;

	-webkit-transition: opacity 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
       -moz-transition: opacity 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
         -o-transition: opacity 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
            transition: opacity 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); /* ease-in-out */
}

#photo_tribute .captions div.focalPoint {
	opacity: 1;
	left: inherit;
	position: static;
}

#photo_tribute .clear {
	display: block;
	width: 100%;
	height: 0px;
	overflow: hidden;
	clear: both;
}

