/*
Custom style added to Template 2089 Meteor for Hiking site on climbonpro.com
*/


/* add shadow on Picture thumbs */
.project-item .thumb {
	box-shadow: 0 0 25px #bbb8b8;
}



/* top slider smaller */
.cd-hero-slider {
    height: 500px;
}

.cd-hero-slider .cd-full-width, .cd-hero-slider .cd-half-width {
    padding-top: 150px;
}


/* Back to Top feature */
.crunchify-top:hover {
	color: #fff !important;
	background-color: #4c7e35;
	text-decoration: none;
}
 
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 3.2rem;
	height: 3.2rem;
	line-height: 3.2rem;
	font-size: 1.4rem;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	border-radius: 3.2rem;
	text-align: center;
	cursor: pointer;
}

/* KenBurns image effect selected first-slide  image-wrap*/

.image-wrap-vw {
  width: 100%;
  height: 40vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.image-wrap-vw img {
  width: 100%;

}

.cd-hero-slider li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  

  animation: move 30s ease infinite;
  /* Add infinite to loop. */
  
  -ms-animation: move 30s ease infinite;
  -webkit-animation: move 30s ease infinite;
  -moz-animation: move 30s ease infinite;

  position: absolute;
}
  
@-webkit-keyframes move { 
    0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  
}
  
  

}





