@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: 'Roboto';
	font-weight: 300;
	color: #333;
}
h3 {
	font-family: 'Roboto';
	font-size: 50px;
	font-weight: 300;
	color: #474784;
	text-align: left;
	padding: 0 15px 0;
}
h4 {
	font-family: 'Roboto';
	font-size: 30px;
	font-weight: 300;
	color: #474784;
	text-align: left;
}
#menu-mobile {
	position: fixed;
	top: 80px;
	right: 20px;
	width: 55px;
	height: 48px;
	background: #474784;
	font-size: 35px;
	font-weight: 300;
	text-align: center;
	z-index: 9999;
}
#menu-mobile a {
	color: #FFF;
	text-decoration: none;
}
#menu-link-mobile {
	position: fixed;
	background: #FFF;
	border: 1px solid #474784;
	top: 65px;
	right: 0px;
	z-index:9998;
	display:none;
	padding: 70px 20px 20px;
	width:150px;
	height:auto;
	opacity: 0.9;
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 18px;
}
#menu-link-mobile a {
	color: #474784;
	text-decoration: none;
}
#cgp-head {
	position: fixed;
	top: 0;
	font-family: 'Roboto',Arial,Helvetica,sans-serif;
	width: 100%;
	height: 60px;
	padding: 5px 15px 0;
	#opacity: 0.9;
	z-index: 999;
	#border-bottom: 1px solid #CCC;
	#box-shadow: 0 0 3px #000;
	background: #474784;
}
#cgp-head img {
	padding: 3px 0;
	float: left;
	#border-radius:10%;
}
#cgp-head h1 {
	display: inline;
	padding: 10px;
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
	#text-shadow: 0 0 3px #000;
    
}
#cgp-head nav {
	visibility: hidden;
	width: 63%;
	margin: 18px 40px 0 0;
	float: right;
	color: #FFF;
	font-size: 16px;
	text-align: right;
	text-shadow: 0 0 2px #000;
	font-weight: 300;
}
#cgp-head nav a {
	padding: 0 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
}
#cgp-head nav span {
	padding: 0 4px 40px 4px;
}
#menu-slide {
	position: fixed;
	background: #FFF;
	border: 1px solid #474784;
	top: 65px;
	right: 290px;
	z-index:9999;
	display:none;
	padding: 20px 20px 20px;
	width:220px;
	height:auto;
	opacity: 0.9;
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 18px;
}
#menu-slide a {
	color: #474784;
	text-decoration: none;
}
/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  text-align: left;
  padding: 0 15px 0;
  font-family: 'Roboto', serif;
  font-weight: 300;
  font-size: 50px;
  color: #474784;
}
section.module p {
  display: block;
  margin: 0 auto;
  #width: 80%;
  margin-bottom: 0;
  color: #FFF;
  font-size: 21px;
  #font-weight: 300;
  text-align: center;
  background: #474784;
  padding: 6px;
  opacity: 0.9;
  #text-shadow: 2px 2px 0 #000;
}

section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  position: relative;
  width: 100%;
  #height: 650px;
  padding: 5px 0;
  margin: 0;
  color: #FFF;
}
section.module.content p{
  text-align: justify;
  width: 100%;
}
section.container {
  position: relative;
  text-align: center;
  width: 100%;
  background: #FFF;
  color: #000;
}
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;
  font-size: 55px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  #text-transform: uppercase;
  text-shadow: 3px 3px 0 #000;
}
section.module.content strong {
	font-family: 'Roboto', serif;
	font-weight: 300;
	font-size: 20px;
	color: #000;
}
section.module.parallax-1 {
  background-image: url("../img/bg_logo.jpg");
}
section.module.parallax-2 {
  background-image: url("../img/bg_top.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/top001.jpg");
}

@media all and (min-width: 600px) {
  #menu-mobile {
	top: 10px;
  }
  #menu-link-mobile {
	padding: 20px 20px 20px;
  }
  section.module h2 {
    font-size: 60px;
  }
  section.module p {
    font-size: 20px;
	#text-align: center;
	#padding: 0 20px;
  }
  section.module.parallax {
    padding: 140px 0;
  }
  section.module.parallax h1 {
    font-size: 60px;
  }
}
@media all and (min-width: 1020px) {
  #menu-mobile {
	display: none;
	#visibility: hidden;
  }
  #cgp-head nav {
	visibility: visible;
  }
  section.module.parallax {
    padding: 240px 0;
	height: 200px;
  }
  section.module.parallax h1 {
    font-size: 70px;
  }
  .description {
	width: 80% !important;
  }
  .td-content {
    width: 28% !IMPORTANT; 
  }
  .footer span {
	width: 24% !IMPORTANT;
  }
}
.product {
	width: 100%;
	text-align: center;
	background:#474784;
	padding: 20px 0 20px;
}
.description {
	width: 90%;
	margin: 20px auto 20px;
	background:#FFF;
	padding: 20px 0 20px;
	color: #333;
	font-size: 20px;
}
.description strong {
	width: 90%;
	text-align: center;
}
.description p {
	width: 100%;
	text-align: justify !IMPORTANT;
	background: #FFF !IMPORTANT;
	color: #000 !IMPORTANT
}
.description-1 p {
	width: 90%;
	background: #FFF !IMPORTANT;
	color: #000 !IMPORTANT
}
.description img {
	width: 100%;
	border: 0;
}
.table-content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.td-content {
  display: inline-block;
  width: 300px; 
  #height: 300px;
  font-size: 80px;
  color: #FFF;
  #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: 20px 0 0;
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(71,71,132,0.8);
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: 1.2em;
font-weight: 700;
position: absolute;
top: 0;
left: 0;
width: 320px;
height: 180px;
vertical-align: middle;
background: none;
}
.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: 'Roboto',Arial,Helvetica,sans-serif;
	width: 100%;
	#height: 260px;
    background: #474784;
	#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: 90%;
	#height: 200px;
	color: #FFF;
	#padding: 30px;
	text-align: center;
	
}
.footer span {
	display: inline-block;
	font-family: 'Roboto';
	font-size: 18px;
	#float: left;
	width: 250px;
	#height: 200px;
	padding: 30px 0 30px;
	#font-size: 2em;
	#padding: 20px;
	text-align: left;
	vertical-align: top;
}
.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;
}
