.navbar-fixed-top img.logo {
	position: fixed;
	top: 0;
	left: 20px;
	z-index: 10000;
	/* NOT WORKING WITH THE position:fixed ATTRIBUTE */
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	transition: all .9s;
}
/* When the navbar is shrink, resize the logo */
.navbar-fixed-top.navbar-shrink img.logo {
	max-height:110px;
}

.navbar.navbar-shrink img {
}

.cycle-slideshow {
	position: relative;
}
.btn_slider {
	position: absolute;
	z-index: 2000;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.2);
	color: #FFF;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;	
	margin-top: -15px;
}

.btn_slider:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.btn_slider.prev {
	top: 50%;
	left: 15px;
}

.btn_slider.next{
	top: 50%;
	right: 15px;	
}

.imgBox { 
   width: 191px; 
   height: 191px; 
   background-image:url(../img/portfolio/cabin.png) no-repeat;
} 

.imgBox:hover { 
   width: 191px; height: 191px; 
   background-image:url(../img/portfolio/cabin2.png) no-repeat; 
}

.pixou {
	background: url(../img/portfolio/cabin.png);
}

.pixou:hover {
	background: url(../img/portfolio/cabin2.png);
}



section.module:last-child {
	margin-bottom: 0;
	margin-top: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-image: url(../img/bg.jpg);
}

p.color_green {
	color: #33CC33;
	text-decoration: none;
	}
