@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Roboto", Arial, serif;
  line-height: 1.6;
  font-size: 16px;
  background: #FFFF;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
  max-width: 1400px;
  margin: auto;
 
 
 
  
}


body.fh5co-offcanvas {
  overflow: hidden;
}

a {
  color: #2da9d7;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #2da9d7 !important;
}
a:active, a:focus {
  outline: none;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 14px;
  color: #000000;
  font-family: "Roboto", Arial, serif;

}
h6 {
  margin-bottom: 1.5em;
  font-size: 12px;
  color: #848484;
  font-family: "Roboto", Arial, serif;
  line-height: 1.4;
	padding-bottom: 20px;
	padding-top: 5px;
  border-bottom:1px solid rgba(0,0,0,0.20);

}

h1 {
  color: #212121;
  font-family: "Abril Fatface", Arial, serif;
	font-size: 200%;
  font-weight: 400;
  margin: 0 0 0px 0;
	padding-bottom: 15px;
text-align:left;
  border-bottom:1px solid rgba(0,0,0,0.20);
}

h2 {
  color: #212121;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  margin: 5px 0 0px 10px;
	letter-spacing: 0em;
	
}

h3{
 color: #212121;
  font-family: "Abril Fatface", Arial, serif;
	font-size: 200%;
  font-weight: 400;
	padding-bottom: 0px;
	margin:auto;
	 /* padding-left:40px;
	padding-right:40px;*/
text-align:left;
}


h4, h5 {
  color: #212121;
  font-family: "Abril Fatface", "Didot","Palatino Linotype", "Times New Roman", "serif";
  font-weight: 400;
  margin: 0 0 0px 0;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #2da9d7;
}

::-moz-selection {
  color: #fcfcfc;
  background: #2da9d7;
}

::selection {
  color: #fcfcfc;
  background: #2da9d7;
}

#fh5co-header {
  padding-top: 40px;
/*padding-left: 60px;
	padding-right: 60px;*/
  margin-bottom: 30px;
	color: #fcfcfc;
}

#fh5co-header #fh5co-logo img {
  max-width: 100%;
}
#fh5co-header nav {

	padding-top: 20px;
	padding-bottom: 0px;
	
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0;
}
#fh5co-header nav ul li {
  padding: 0;
  margin: 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  list-style: none;
  font-size: 15px;
}
#fh5co-header nav ul li a {
  color: #999999 !important;
  padding: 10px;
}
@media screen and (max-width: 480px) {
  #fh5co-header nav ul li a {
    padding: 5px;
  }
}
#fh5co-header nav ul li a:hover, #fh5co-header nav ul li a:active, #fh5co-header nav ul li a:focus {
  color: #000 !important;
  text-decoration: none;
  outline: none;
}
#fh5co-header nav ul li.active a {
  text-decoration: line-through !important;
  color: black !important;
}

.fh5co-projects-feed, .footer-content {
  margin: 0 auto;
  max-width: 1400px;
	 border-top:1px solid rgba(0,0,0,0.20);
 
 
}

.fh5co-projects-feed .fh5co-project {
  float: left;
  margin: 40px 20px 20px 20px;
  width: 290px;
  

}
@media screen and (max-width: 480px) {
  .fh5co-projects-feed .fh5co-project {
    margin: 10px 10px 10px;
	  
  }
}
.fh5co-projects-feed .fh5co-project > a {
  display: block;

	
	
  
	
}
.fh5co-projects-feed .fh5co-project > a img {
  margin-bottom: 5px;

	
	
	
}
.fh5co-projects-feed .fh5co-project > a h2 {
  font-size: 16px;
  color: #999999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-projects-feed .fh5co-project > a:hover h2, .fh5co-projects-feed .fh5co-project > a:active h2, .fh5co-projects-feed .fh5co-project > a:focus h2 {
  color:#000;
}

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
	
}
.fh5co-projects-feed img:hover  {
 opacity: 0.8;
	 -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer img  {
 opacity: 0.4;
	 -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
	}
.footer img:hover  {
 opacity: 1;
	 -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.masonry-brick {
 box-shadow: 0 3px 6px rgba(0,0,0,0.05), 0 3px 6px rgba(0,0,0,0.05);
	padding-bottom: 10px;
	;
}


.masonry {
  -webkit-transition-property: height, width;
  transition-property: height, width;
	
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  transition-property: left, right, top;
	
}

.intro-text {

  margin: auto;
  max-width: 1000px;
  /*padding-top: 20px;*/
  padding-bottom: 35px;
	padding-left: 25px;
    padding-right: 25px;
	
}




.page-content {

  margin: 0 auto;
  max-width: 768px;
  width: 100%;
  /*padding-top: 20px;*/
  padding-bottom: 70px;
}
.page-content img {
  max-width: 100%;
}


@media screen and (max-width: 768px) {
  .page-content {
    padding-left: 15px;
    padding-right: 15px;
  }
	
.page-content .mb0 {
  margin-bottom: 0;
}
.page-content .meta {
  margin-bottom: 20px;
}
.page-content .meta span {
  color: #bfbfbf;
  font-size: 11px;
}
.page-content .meta a {
  color: #bfbfbf;
}
.page-content .meta a:hover, .page-content .meta a:active, .page-content .meta a:focus {
  color: #000 !important;
}
	
@media screen and (max-width: 480px) {
  .page-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
	  }
	   

#fh5co-footer {
  float: left;
  width: 100%;
  background: #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #999999;
}
#fh5co-footer a {
  color: #bfbfbf;
}
#fh5co-footer a:hover, #fh5co-footer a:active, #fh5co-footer a:focus {
  color: #000 !important;
}
#fh5co-footer .social {
  margin-top: 20px;
}
#fh5co-footer .social a {
  padding: 10px;
  color: #999999 !important;
}
@media screen and (max-width: 480px) {
  #fh5co-footer .social a {
    padding: 5px;
  }
}
#fh5co-footer .social a:hover, #fh5co-footer .social a:active, #fh5co-footer .social a:focus {
  color: #000 !important;
}

.square {
  list-style: square;
}

.pt70 {
  padding-top: 10px;

}

.video-container { 
	position: relative;
	display: block;
	width: 100%;
	
}

.video-container::before {
	content: '';
	display: block;
	padding-top: calc(100% * (9/16));
		
}

.video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 480px) {
  .pt70 {
    padding-top: 30px;
	}
  .pb70 {
  padding-bottom: 70px;
}
	
@media screen and (max-width: 480px) {
  .pb70 {
    padding-bottom: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
