body {
	font-family: arial, sans-serif;
	font-size: 20px;
	line-height: 1.7;
	font-weight: 300;
	color: #000000;
}

@media screen and (max-width: 768px) {
  body {
	font-size: 14px;
	line-height: 1;
  }
}

::-webkit-selection {
 color: #2e2e2e;
  background: #fff;
}

::-moz-selection {
  color: #2e2e2e;
  background: #fff;
}

::selection {
  color: #2e2e2e;
  background: #fff;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 0.5em;
	line-height: 1.2;
	font-weight: 300;
}

p {
	margin-bottom: 30px;
	line-height: 1.7;
}

a {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover, a:focus, a:active {
	color: #000000;
	text-decoration: none;
	outline: none;
}

.loader{
	background: url('../images/preloader.gif') 50% 30% no-repeat rgba(0, 0, 0, 1);
	background-color:#FFF;
	cursor: wait;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	
}
	.loader h1{
		background: none;
		border: none;
		font-size: 22px;
		height: 700px;
		line-height: 700px;
		margin: 0 0 10px;
		padding: 0;
		text-align: center;
		
	}


/* ==================================================
   Home Slider
================================================== */

#home-slider {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#home-slider .overlay { 
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 0;
}

#home-slider .slider-text {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -585px;
	width: 1170px;
	height: 250px;
	text-align: center;
	z-index: 2;	
}

#home-slider #slidecaption {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: center;
	text-shadow: none;	
}

#home-slider .slide-content {
	font-size: 60px;
	color: #FFFFFF;
	letter-spacing: -3px;
	text-transform: uppercase;	
}

#home-slider .control-nav {
	position: absolute;
	width: 100%;
	background: #2F3238;
	height: 50px;
	bottom: 0;
	z-index: 2;
}

#home-slider #nextslide,
#home-slider #prevslide {
	background-image: none;
	background-color: #26292E;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextslide {
	margin-left: -3px;	
}

#home-slider #nextsection {
	float:right;
}

#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
	background-color:#DE5E60;
}

#home-slider #nextslide i,
#home-slider #prevslide i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextslide i {
	margin-left: -8px;	
}

#home-slider #prevslide i {
	margin-left: -9px;	
}

#home-slider ul#slide-list {
	top: 50%;
	padding: 0;
	margin:-6px 0 0 0;	
}

#home-slider ul#slide-list li {
	margin-right: 12px;
}

#home-slider ul#slide-list li:last-child {
	margin-right: 0;	
}

#home-slider ul#slide-list li a {
	background-color: #6E7074;
	background-image: none;
	width: 12px;
	height: 12px;
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;	
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider ul#slide-list li a:hover {
	background-color: #FFFFFF;	
}

#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
	background-color:#DE5E60;
}

#home-slider #nextsection {
	background-color: #26292E;
	margin: 0;
	position: relative;
	float:right;
	width: 50px;
	height: 50px;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextsection:hover {
	background-color:#DE5E60;
}

#home-slider #nextsection i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextsection i {
	margin-left: -7px;	
}


/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 99;
}

header .sticky-nav {
	position: relative;
	width: 100%;
	height: 60px;
	z-index: 1001;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	background-color: #000000;
}

header .sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

header #logo {
	color: #FFFFFF;
	float: left;
	padding: 15px 0;
	margin-left: 20px;
}

header #logo a {
	background: url(../images_menu/logo.png) no-repeat;
	width: 129px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	opacity: 0.6;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.25s ease-in-out 0s;
	-moz-transition: opacity 0.25s ease-in-out 0s;
	-o-transition: opacity 0.25s ease-in-out 0s;
	transition: opacity 0.25s ease-in-out 0s;
}

header #logo a:hover {
	opacity: 1;
	filter: alpha(opacity=100);	
}

nav#menu {
	float: right;
	margin-right: 20px;
}

nav#menu #menu-nav {
	margin: 0;
	padding: 0;	
}

nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 20px;
	margin-right: 5px;	
}

nav#menu #menu-nav li:first-child {
	margin-left: 0;	
}

nav#menu #menu-nav li a {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 300;
	line-height: 60px;
	display: block;
	text-transform: uppercase;
}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
	color: #FFFFFF;
}


/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
	display: none;	
}

.menu-nav {
	background:url(../images_menu/menu-mobile.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 22px 0 0 0;
	
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background-position: 0 -16px;
		  
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;	
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	background: #000;	
	border-bottom: 1px solid #2F3238;
	position: relative;
	float: left;
	z-index: 9999;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid #2F3238;
}

#navigation-mobile li a{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 0;
}
#navigation-mobile a:hover{
	color: #FFFFFF;
}


/* ==================================================
================================================== */


#fh5co-header {
  background: #FFFFFF url(../images/bg.jpg) no-repeat center /*fixed*/;
 background-size: cover;
  text-align: center;
  padding:2% 0 1% 0;
  
}

#fh5co-header a {
	color:#000;
}

#fh5co-header a:hover {
	color:#FFF;
}

#fh5co-header .category {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .2em;
}


#fh5co-header .fh5co-header-bars {
  color: #ffffff;
  float: right;
  font-size: 22px;
  margin-top: 4px;
  z-index: 9999999;
  position: relative;
}
#fh5co-header .fh5co-header-bars span {
  font-size: 13px;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  text-transform: uppercase;
}
.fh5co-header-intro {
	color: #000;
	font-size: 22px;
	text-align: center;
	/*padding: 20px 50px 0 50px;*/
	font-weight: 300;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
.fh5co-header-intro {
	font-size: 20px;
	line-height: 1.3;
}

}

@media screen and (max-width: 480px) {
.fh5co-header-intro {
	font-size: 18px;
	line-height: 1.2;
}

}


#inner-page .fh5co-header-intro {
  padding: 1em 0 2em 0;
}

#fh5co-nav-slide {
  display: none;
  background: #000000;
  color: #ffffff;
}
#fh5co-nav-slide .fh5co-nav-inner {
  overflow-y: scroll;
  text-align: center;
  padding: 2em 0;
  position: relative;
}
#fh5co-nav-slide .fh5co-nav-inner ul {
  padding: 0;
  margin: 0;
}
#fh5co-nav-slide .fh5co-nav-inner ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-nav-slide .fh5co-nav-inner ul li a {
  color: #ccc;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #2e2e2e;
}
#fh5co-nav-slide .fh5co-nav-inner ul li a:hover {
  color: #ffffff;
}
#fh5co-nav-slide .fh5co-nav-inner ul li.active a {
  color: #87b6c4;
}

#fh5co-main {
  padding: 3em 0 2em 0;
}
@media screen and (max-width: 992px) {
  #fh5co-main {
	padding: 0em 0;
  }
}

#fh5co-sidebar,
#fh5co-content {
  margin-bottom: 1em;
}

#fh5co-sidebar .fh5co-side-box {
  margin-bottom: 1em;
  float: left;
  width: 100%;
  font-size: 18px;
}
#fh5co-sidebar .fh5co-side-box figure {
  margin-top: 10px;
  margin-bottom: .5em;
}
#fh5co-sidebar .fh5co-side-box .fh5co-side-title {
  font-weight: 400;
  margin-bottom: 20px;
}

.fh5co-sidebox-links ul {
  padding: 0;
  margin: 0;
}
.fh5co-sidebox-links ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.fh5co-sidebox-links ul li a {
  float: left;
  width: 100%;
  border-bottom: 1px solid #a8a8a8;
  padding: .5em 0;
}

.fh5co-main-service {
  margin-bottom: 2em;
  float: left;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .fh5co-main-service img {
	width: 290px;
	
}
}
.fh5co-main-service .fh5co-block-links {
  position: relative;
  display: block;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #2e2e2e;
  margin-top: 0;
}
.fh5co-main-service .fh5co-block-links .icon-circle {
  display: table;
  background: #87b6c4;
  width: 100px;
  height: 100px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fh5co-main-service .fh5co-block-links .icon-circle i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #ffffff;
}
.fh5co-main-service .fh5co-block-links h2 {
  font-size: 24px;
  font-weight: 300;
}
.fh5co-main-service .fh5co-block-links p {
  color: #7b7b7b;
}
.fh5co-main-service .fh5co-block-links .learn-more {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 13px;
  display: inline-block;
  background: #a8a8a8;
  padding: 7px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.csstransitions .fh5co-main-service .fh5co-block-links:hover {
  margin-top: -30px;
}
.fh5co-main-service .fh5co-block-links:hover .icon-circle {
  background: #000;
}
.csstransitions .fh5co-main-service .fh5co-block-links:hover .icon-circle {
  width: 120px;
  height: 120px;
}
.fh5co-main-service .fh5co-block-links:hover .learn-more {
  background: #000;
  color: #fff;
}

.fh5co-heading {
	margin-bottom: 1.5em;
}
.fh5co-heading .fh5co-heading-title {
	font-size: 40px;
	margin-bottom: 0;
	text-align: left;
	margin-bottom: 20px;
	position: relative;
	line-height: 1.2;
	font-weight: 300;
}
.fh5co-heading .fh5co-heading-title .border {
  display: block;
  height: 4px;
  width: 100px;
  background: #dfdfdf;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.fh5co-heading .fh5co-heading-intro {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .fh5co-heading .fh5co-heading-intro {
    font-size: 20px;
  }
}

.fh5co-projects-list {
  margin: 0;
  padding: 0;
}
.fh5co-projects-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 33.33333333%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .fh5co-projects-list li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-projects-list li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-projects-list li {
    width: 100%;
  }
}
.fh5co-projects-list li img {
  max-width: 100%;
  float: left;
}

.fh5co-projects-wrap {
  float: left;
  width: 100%;
  position: relative;
}

.effects .hover-img {
  position: relative;
  float: left;
  z-index: 89;
  width: 100%;
}
.effects .hover-img .from-top, .effects .hover-img .fh5co-projects-action,
.effects .hover-img .fh5co-projects-overlay {
  opacity: 0;
  width: 100%;
}
.effects .hover-img figure {
  position: relative;
  overflow: hidden;
}
.effects .hover-img figure img {
  float: left;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.effects .hover-img .fh5co-projects-overlay {
  background: rgba(0, 0, 0, 1);
  color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 99;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.effects .hover-img .fh5co-projects-overlay h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
}
.effects .hover-img .fh5co-projects-overlay .from-top {
  position: absolute;
  top: 50%;
  display: block;
  text-align: center;
  width: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.effects .hover-img .fh5co-projects-overlay .from-top .category {
  display: block;
  font-size: 13px;
  color: #ccc;
  letter-spacing: .1em;
  padding-top: 5px;
}
.effects .hover-img .fh5co-projects-overlay .fh5co-projects-action {
  position: absolute;
  bottom: 50%;
  text-align: center;
  width: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.effects .hover-img .fh5co-projects-overlay .goto-preview, .effects .hover-img .fh5co-projects-overlay .goto-details {
  color: #fff;
  font-size: 20px;
  padding: 20px;
}
.effects .hover-img.hovered .fh5co-projects-overlay,
.effects .hover-img.hovered .from-top,
.effects .hover-img.hovered .fh5co-projects-action {
  opacity: 1;
  visibility: visible;
}
.effects .hover-img.hovered .from-top {
  margin-top: -50px;
}
.effects .hover-img.hovered .fh5co-projects-action {
  margin-bottom: -50px;
}
.csstransforms .effects .hover-img.hovered img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

/*Owl Theme Override*/
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 33%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -60px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -60px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -60px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -60px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #2e2e2e;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000000;
}

@media screen and (max-width: 768px) {
  #fh5co-journal .owl-theme .owl-controls .owl-nav {
    display: none;
	
  }
}
@media screen and (max-width: 768px) {
 #fh5co-testimonial .owl-theme .owl-controls .owl-nav {
    font-size: 10px !important;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #dfdfdf;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid #000;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #000;
}

#fh5co-workwithus {
	clear: both;
	background-size: cover;
	color: #000;
	margin-bottom: 1.5em;
	float: left;
	width: 100%;
	background-color: #D1FE43;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
}
#fh5co-workwithus .fh5co-workwithus-intro {
	text-align: center;
	padding: 2em 0 1em 0;
}
#fh5co-workwithus .fh5co-workwithus-intro h2, #fh5co-workwithus .fh5co-workwithus-intro h3 {
  font-weight: 300;
  margin: 0 0 10px 0;
  line-height: 1.1em;
}

#fh5co-workwithus .fh5co-workwithus-intro h2 {
	font-size: 40px;
	color: #000;
}

#fh5co-workwithus .fh5co-workwithus-intro h3 {
  font-size: 20px;
  color: #000;
  margin: -6px 0 20px 0;
}

@media screen and (max-width: 480px) {
  #fh5co-workwithus .fh5co-workwithus-intro h2 {
  font-size: 20px;
  margin: 0 0 6px 0;
  line-height: 1em;
}

#fh5co-workwithus .fh5co-workwithus-intro h3 {
  font-size: 12px;
  margin: 0 0 10px 0;
  line-height: 1em;
}
#fh5co-workwithus .fh5co-workwithus-intro {
	padding: 2em 0 1.5em 0;
}
}


#fh5co-workwithus .fh5co-workwithus-intro .has-btn-after {
  margin-bottom: 2em;
}

/* Helper Classes */
.btn.btn-primary {
	background: #000;
	color: #9e9e9e;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	font-weight: 300 !important;
	position: relative;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn.btn-primary.btn-effect i {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  position: absolute;
  margin-top: 2px;
  right: 7px;
}
.btn.btn-primary.btn-effect:hover {
	box-shadow: none;
	color: #fff;
	background: #000;
}
.csstransitions .btn.btn-primary.btn-effect:hover {
  padding-right: 40px;
}
.csstransitions .btn.btn-primary.btn-effect:hover i {
  right: 7px;
  opacity: 1;
}
.btn.btn-primary:hover {
  box-shadow: none;
  color: #fff;
  background: #000;
}
.btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
}

.btn-uppercase {
  text-transform: uppercase;
  letter-spacing: .2em;
}

.fh5co-image-text {
	margin-bottom: 0.5em;
	float: left;
	width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-image-text {
    padding: 0 20px;
  }
}
.fh5co-image-text .fh5co-block-links .dark-overlay {
  background: rgba(0, 0, 0, 1);
  color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -99;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}



.fh5co-image-text .fh5co-block-links.hovered .dark-overlay {
  opacity: 1;
}
.fh5co-image-text .fh5co-block-links figure {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 0.5em;
  z-index: 100;
  padding:1px;
}
.fh5co-image-text .fh5co-block-links img {
  float: left;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fh5co-image-text .fh5co-block-links .fh5co-block-nolinks img {
  float: left;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.fh5co-image-text .fh5co-block-links p {
  color: #7b7b7b;
}
.fh5co-image-text .fh5co-block-links h2 {
  margin: 0;
  color: #2e2e2e;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: .5em;
}
.fh5co-image-text .fh5co-block-links:active, .fh5co-image-text .fh5co-block-links:focus {
  outline: none;
}
.fh5co-image-text .fh5co-block-links .meta {
  color: #A8A8A8;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 16px;
  display: block;
}


.fh5co-image-text .fh5co-block-links .meta-after {
  text-align:center;
  margin-bottom: 0 !important;
}
.fh5co-image-text .fh5co-block-links .text-after {
  text-align:center;
  margin-bottom: 0.1em;
  display: block;
}
.fh5co-image-text .fh5co-block-links .learn-more {
	text-align:center; 
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 13px;
	display: inline-block;
	background: #ffffff;
	padding: 7px 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 0px;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.fh5co-image-text .fh5co-block-links:hover .learn-more {
  text-align:center;
  background: #000;
  color: #fff;
}

.learn-more {
	display: block !important; // pour mêttre l'element comme un div
  text-align:center !important;
 margin-bottom:20px; 
}
.csstransforms .fh5co-image-text .fh5co-block-links:hover img {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -o-transform: scale(0.96);
  transform: scale(0.96);
}


#fh5co-journal {
	clear: both;
	margin-bottom: -0.5em;
}

#fh5co-testimonial {
	padding: 1em 0 3em 0;
	margin: 0;
	background: #FFF;
	border-bottom: 1px solid #a8a8a8;
	text-align: center;
	
}
#fh5co-testimonial .container {
	
	/*background-color:#FFFF00;*/
	
}

#fh5co-testimonial .owl-carousel-fullwidth {
	margin-left:auto !important;
	margin-right:auto !important;
	width:80%;
	/*background-color:#FF0000;*/
	
	
}

#fh5co-testimonial .quote-icon {
  font-size: 30px;
  margin: 0 auto 1em auto;
  display: block;
}
#fh5co-testimonial .quote {
  width: 70%;
  margin: 0 auto;
  font-size: 26px;
}
#fh5co-testimonial .quote cite {
  margin-top: 20px;
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #fh5co-testimonial .quote {
    font-size: 20px;
    width: 100%;
  }
}

#fh5co-footer {
  padding-bottom: 5em;
}

.fh5co-social-container {
	margin-bottom: 1em;
}

.fh5co-social {
  padding: 0;
  margin: 0;
  margin: 0 auto;
  display: inline-block;
}
.fh5co-social li {
  padding: 0;
  margin: 10px;
  display: inline-block;
  list-style: none;
}
.fh5co-social li a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .1em;
  color: #7b7b7b;
}
.fh5co-social li a i {
  font-size: 14px;
  color: #7b7b7b;
}
.fh5co-social li a:hover {
  color: #000;
}
.fh5co-social li a:hover i {
  color: #000;
}

#fh5co-subscribe {
  margin-bottom: 1em;
}
#fh5co-subscribe .fh5co-subscribe-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .3em;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 2em;
}
#fh5co-subscribe form .form-group {
  position: relative;
}
#fh5co-subscribe form .form-group #subscribe-email {
  padding-right: 2.5em;
}
#fh5co-subscribe form .form-group .btn-subscribe {
  position: absolute;
  top: 5px;
  right: 20px;
  border: none;
  moz-border-radius: 50%;
  webkit-border-radius: 50%;
  border-radius: 50%;
  color: #ccc;
  width: 40px;
  height: 40px;
  background: #a8a8a8;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#fh5co-subscribe form .form-group .btn-subscribe:hover {
  background: #000;
  color: #fff;
}
#fh5co-subscribe form .form-group.focus #subscribe-email {
  border: 2px solid #87b6c4 !important;
}
#fh5co-subscribe form .form-group.focus .btn-subscribe {
  opacity: 1;
  background: #87b6c4;
  color: #fff;
  margin-right: -15px;
}
#fh5co-subscribe form .form-group.focus .btn-subscribe:hover {
  background: #000;
  color: #fff;
}

.form-control {
  box-shadow: none;
  border: 2px solid #ccc;
  font-size: 20px;
  height: 50px;
  padding: 0 1em;
  moz-border-radius: 30px;
  webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border: 2px solid #87b6c4;
}

#fh5co-footer-links {
  margin-bottom: 3em;
}
#fh5co-footer-links .footer-links {
  margin-bottom: 1em;
  float: left;
  width: 100%;
}
#fh5co-footer-links .footer-links ul {
  padding: 0;
  margin: 0;
}
#fh5co-footer-links .footer-links ul li {
  display: block;
  padding: 0;
  margin: 0;
}
#fh5co-footer-links .footer-links ul li a {
  display: block;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #7b7b7b;
}
#fh5co-footer-links .footer-links ul li a:hover {
  color: #87b6c4;
}

#fh5co-copyright p {
  font-size: 16px;
  color: #7b7b7b;
}
#fh5co-copyright p small {
  font-size: 16px;
}

.back-to-top {
  text-align: center;
}
.back-to-top i {
  margin-left: -5px;
}
.back-to-top span {
  display: block;
  color: #ccc;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-align: center;
}

.fh5co-heading-uppercase {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .3em;
  line-height: 1.5;
  color: #7b7b7b;
}

.fh5co-visit {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .3em;
  text-align: center;
  line-height: 1.5;
  color: #7b7b7b;
  display: block;
}
.fh5co-visit span {
  display: block;
  text-transform: none;
  letter-spacing: .1em;
  font-size: 16px;
}

.fh5co-pagination {
  width: 100%;
  border-radius: 0;
}
.fh5co-pagination .fh5co-pageination-prev {
  text-align: left;
}
.fh5co-pagination .fh5co-pageination-all {
  text-align: center;
}
.fh5co-pagination .fh5co-pageination-next {
  text-align: right;
}
.fh5co-pagination a {
  width: 33.33333333%;
  float: left;
  display: block;
  font-size: 20px;
  color: #000000;
}
.fh5co-pagination a i {
  text-align: center;
}
.fh5co-pagination a:hover {
  color: #87b6c4;
}

.fh5co-tile-image figure {
  width: 100%;
  float: left;
}
.fh5co-tile-image figure img {
  float: left;
  margin-bottom: 1.5em;
}

/* Helper Classes */
.pb-0 {
  padding-bottom: 0em !important;
}

.pb-sm {
  padding-bottom: 1em !important;
}

.pb-md {
  padding-bottom: 2em !important;
}
@media screen and (max-width: 768px) {
  .pb-md {
    padding-bottom: 1em !important;
  }
}

.pb-lg {
  padding-bottom: 3em !important;
}
@media screen and (max-width: 768px) {
  .pb-lg {
    padding-bottom: 1em !important;
  }
}

.mb-sm {
  margin-bottom: 1em !important;
}

.mb-md {
  margin-bottom: 2em !important;
}
@media screen and (max-width: 768px) {
  .mb-md {
    margin-bottom: 1em !important;
  }
}

.mb-lg {
  margin-bottom: 3em !important;
}
@media screen and (max-width: 768px) {
  .mb-lg {
    margin-bottom: 1em !important;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    display: block;
    clear: both;
    width: 100%;
    float: left;
  }
}

/*# sourceMappingURL=style.css.map */


.js-video {
	
	height: 0;
	padding-top: 25px;
	padding-bottom: 54%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;

}
.js-video.widescreen {
padding-bottom: 56.34%;
}
.js-video.vimeo {
padding-top: 0;

}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
border:1px solid #a8a8a8;

}
.js-video2 {
	
	height: 0;
	padding-top: 25px;
	padding-bottom: 39.8%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;

}
.js-video2.widescreen {
padding-bottom: 39.8%;
}
.js-video2.vimeo {
padding-top: 0;

}
.js-video2 embed, .js-video2 iframe, .js-video2 object, .js-video2 video {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
border:1px solid #a8a8a8;

}
