@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
body {
	width: 100%;
	margin:0;
	padding:0;
	background: #FFF;
	font-family: 'Lato';
	font-weight: 100;
}
h3 {
	font-family: 'Lato';
	font-size: 34px;
	color: #333;
	text-align: center;
	text-shadow: 3px 3px 2px #FFF;
}
#cgp-head {
	position: fixed;
	top: 0;
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	width: 100%;
	height: 60px;
	padding: 20px 15px 0;
	#opacity: 0.8;
	z-index: 99999;
	border-bottom: 5px solid #FFCC00;
	background: #FFCC00;
	#background: #FA8072;
}
#cgp-head img {
	padding: 3px 0;
	float: left;
	#border-radius:10%;
}
#cgp-head h1 {
	display: inline;
	font-size: 36px;
	padding: 0;
    	color: #444;
    	font-style: normal;
    	font-weight: 300;
	#text-shadow: 0 0 3px #fff;
    
}
#cgp-head nav {
	#width: 10%;
	padding: 6px 30px 0;
	float: right;
	color: #333;
	font-size: 26px;
	#text-align: right;
}
#cgp-head nav a {
	#padding: 0 18px;
	text-decoration: none;
	#text-transform: uppercase;
	color: #333;
}
#cgp-head nav span {
	padding: 0 4px 0 20px;
	#color: #999;
}
#menu-slide {
	position: fixed;
	background: #333;
	border: 1px solid #999;
	top: 0;
	right: 390px;
	z-index:9999;
	display:none;
	padding: 80px 20px 20px;
	width:150px;
	height:auto;
	opacity: 0.8;
	font-family: 'Lato';
	font-weight: 100;
	font-size: 18px;
}
#menu-slide a {
	color: #FFF;
	text-decoration: none;
}
/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  text-align: center;
  margin: 40px 0 30px;
  font-family: 'Lato', "Roboto Slab", serif;
  font-weight: bold;
  font-size: 49px;
  color: #fff;
  #text-shadow: 3px 3px 2px #FFF;
}
section.module p {
  #display: block;
  margin: 0 auto;
  width: 80%;
  margin-bottom: 0;
  #color: #000;
  font-size: 20px;
  font-weight: 300;
  #text-align: center;
  #background: #000;
  #padding: 6px;
  #opacity: 0.7;
  #text-shadow: 0 0 3px #000;
}

section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  position: relative;
  width: 100%;
  #height: 650px;
  #padding: 5px 0;
  margin: 0;
  color: #000;
}
section.module.content p{
  text-align: justify;
}
section.module.parallax {
  color: #FFF;
  padding: 240px 0;
  #background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
 
}
section.module.parallax  p{
  text-align: center;
 
}
section.module.parallax h1 {
  #color: #FF4242;
  #color: #FFF;
  #color: #2386FF;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  #text-transform: uppercase;
  text-shadow: 1px 1px 0 #000;
}
section.module.content strong {
	font-family: 'Lato', serif;
	font-weight: 300;
	font-size: 18px;
	padding: 15px 5px 0;
}
section.module.parallax-1 {
  background-image: url("../img/top004.jpg");
}
section.module.parallax-2 {
  background-image: url("../img/top002.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/top001.jpg");
}

@media all and (min-width: 600px) {

  section.module h2 {
    font-size: 60px;
  }
  section.module p {
    font-size: 20px;
	#text-align: center;
	padding: 20px;
  }
  section.module.parallax {
    padding: 140px 0;
  }
  section.module.parallax h1 {
    font-size: 50px;
  }
}
@media all and (min-width: 960px) {

  section.module.parallax {
    padding: 240px 0;
	height: 200px;
  }
  section.module.parallax h1 {
    font-size: 64px;
  }
}
.product {
	width: 100%;
	#height: 100px;
	#text-align: center:
	#vertical-align: middle;
	background: #FFCC00;
	padding: 30px 0;
	border-top: 5px solid #FFF;
	font-family: 'Lato';
	font-weight: 300;
	#font-size: 24px;
	color: #333;
}
.product p {
	display: inline;
	padding: 30px;
	font-size: 24px;
}
.circular-table {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.circular {
  display: inline-block;
  width: 300px; 
  height: 300px;
  border-radius:50%;
  border: 10px solid #eee;
  #box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  margin: 15px;
}
.circular img {
  border-radius:50%;
}
.photo-grid {
#margin: 1px;
#padding: 0;
max-width: 100%;
text-align: center;
}
 
.photo-grid li {
display: inline-block;
position: relative;
border: 1px solid #CCC;
margin: 5px;
width: 340px;
height: 200px;
}
 
.photo-grid img {
display: block;
position: absolute;
left: 10px;
top: 10px;
width: 320px;
height: 180px;
}
 
.photo-grid figure {
overflow: hidden;
#position: absolute;
#left: 10px;
#top: 10px;
width: 320px;
height: 180px;
}
 
.photo-grid figcaption {
position: absolute;
background: rgba(0,0,0,0.3);
color: white;
display: table;
width: 320px;
height: 180px;
top: 10px;
left: 10px;
#right: 10px;
#bottom: 10px;
opacity: 0;
z-index: 97;
}
 
.photo-grid figcaption p {
display: table-cell;
font-size: 1em;
position: relative;
top: -40px;
width: 320px;
height: 180px;
vertical-align: middle;
}
.photo-grid figcaption span {
display: table-cell;
font-size: 1.5em;
position: absolute;
top: 10px;
right: 13px;
}
.photo-grid li:hover figcaption {
opacity: 1;
} 
.photo-grid img {
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
transition: all 300ms;

}
 
.photo-grid li:hover img {
display: block;
position: absolute;
top: 10px;
left: 10px;
width: 320px;
height: 180px;
#-webkit-transform: scale(1.4);
#-moz-transform: scale(1.4);
#transform: scale(1.4);
}
.photo-grid figcaption p {
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
 
.photo-grid li:hover figcaption p {
-moz-transform: translateY(40px);
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
.photo-grid figcaption {
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
transition: all 300ms;
-webkit-transition-delay: 100ms;
-moz-transition-delay: 100ms;
transition-delay: 100ms;
z-index: 98;
} 
#cgp-foot {
	position: relative;
	#margin: 0 auto 0;
	padding: 20px 0 20px;
	font-family: 'Lato',Arial,Helvetica,sans-serif;
	width: 100%;
	#height: 260px;
	background: #333;
	#margin: -7px auto;
	#border-top: 5px solid #FFF;
	#padding: 20px 0 20px;
	#opacity: 1;
	#z-index: 99;
	#text-align: left;
}
.footer {
	#position: absolute;
	margin: 0 auto;
	width: 100%;
	#height: 200px;
	color: #FFF;
	#padding: 30px;
	text-align: center;
	
}
.footer span {
	display: inline-block;
	font-family: 'Lato';
	font-size: 18px;
	#float: left;
	width: 250px;
	height: 200px;
	padding: 30px 10px 30px;
	#font-size: 2em;
	#padding: 20px;
	text-align: left;
	vertical-align: top;
}
.footer i {
	#font-family: 'Lato';
	color: #FFCC00;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
#partners {
	position: relative;
	width: 98%;
	#height: 80px;
    background: #FFF;
	padding: 10px 0 10px;
	#z-index: 99;
	text-align: center;
}
#partners img {
	padding: 5px 20px 0;
	border: 0;
}
.add {
	position: fixed;
	bottom: 20px;
	right: 20px;
 	height: 75px;
  	width: 75px;
  	background-color: #ffcc00;
	font-size: 63px;
	font-weight: bold;
  	border-radius: 50%;
	border: 6px solid #fff;
	z-index: 9999;
}
.add a {
	padding: 0 18px;
	color: #333;
	text-decoration: none;
}
