@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;
}
#wrapper {
	margin: 0;
	padding: 0;
}
h3 {
	font-family: 'Roboto';
	font-size: 40px;
	font-weight: 300;
	color: #474784;
	text-align: center;
}
h4 {
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 300;
	color: #FFF;
	text-align: center;
}
#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: center;
  margin: 40px 0 30px;
  font-family: 'Roboto', serif;
  font-weight: 300;
  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: #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: center;
  width: 80%;
}
section.module.gallery {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 30px 0;
  background: #DCE4E5;
  width: 100%;
  height: auto;
  color: #474784;
}
section.module.gallery h2{
  font-size: 54px;
  color: #474784; 
}
section.module.gallery p{
  background: #DCE4E5;
  #font-size: 54px;
  color: #000;
  width: 80%;
}
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: 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;
  }
  .rowgal {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1020px;
	#height: 504px;
  }
  section.module.parallax {
    padding: 240px 0;
	height: 200px;
  }
  section.module.parallax h1 {
    font-size: 70px;
  }
  .td-content {
    width: 28% !IMPORTANT; 
  }
  .footer span {
	width: 24% !IMPORTANT;
  }
}
.imggal {
	position: relative;
	#float: left;
	display: inline-block;
	width: 250px;
	height: 250px;
	#max-height: 250px;
	margin: 1px;
	#padding: 0;
	#border: box;
	#box-sizing: border-box;
	
	
	#float: left;
    #min-height: 100%;
    #width: 90%;
    background-color: #000;
    #list-style: none;
	
}
.imggal figure {
    position: relative;
	margin: 0;
	padding: 0;
	#margin-top: 0;
	#margin-left: 0;
	width: 100%;
    height: 100%;
    overflow: hidden;
}
.imggal figure img {
	position: absolute;
	top: 0;
	left: 0;
	#margin: 0;
	#padding: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.imggal figure:hover img, .imggal figure:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.imggal figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 100%;
    background-color: rgba(71,71,132,0.8);
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.imggal figcaption a {
    color: #fff;
	text-decoration: none;
}
.imggal figcaption span {
	font-size: 16px;
    color: #fff;
	margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.imggal figcaption a:hover, .imggal figcaption a:focus {
    color: #fff
}
.imggal figure:hover figcaption, .imggal figure:focus figcaption {
    opacity: 1
}
.visible {
    opacity: 1
}
.imggal figure.cs-hover figcaption {
    opacity: 1
}
.imggal figcaption i {
	display: block;
    font-size: 50px;
	padding: 0 0 20px;
}
.imggal figcaption .img-content {
    position: absolute;
    top: 35%;
    left: 50%;
    margin-top: -40px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.imggal figure:hover figcaption .img-content, .imggal figure:focus figcaption .img-content {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.product {
	width: 100%;
	text-align: center;
	background:#474784;
	padding: 20px 0 20px;
}
.description {
	max-width: 100%;
	margin: 20px auto 20px;
	background:#FFF;
	padding: 20px 0 20px;
}
.description li {
	color: #333;
}
.description strong {
	width: 80%;
	text-align: center;
}
.description p {
	width: 80%;
	text-align: justify !IMPORTANT;
	background: #FFF !IMPORTANT;
	color: #000 !IMPORTANT
}
.description-1 p {
	width: 90%;
	background: #FFF !IMPORTANT;
	color: #000 !IMPORTANT
}
.description-1 {
	width: 100%;
	background: #FFF !IMPORTANT;
	color: #000 !IMPORTANT
}

.imggal:hover img, .imggal:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.table-content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.td-content {
  display: inline-block;
  vertical-align: top;
  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: 12px;
width: 340px;
#height: 140px;
vertical-align: middle;
color: #FFF !important;
background: none !important;
}
.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;
}
ul {
list-style-type: none;
padding: 0px;
margin: 0px;
}
.photo-grid1 {
#position: absolute;
margin: 0 auto;
padding: 0;	
width: 100%;
text-align: center;
}
 
.photo-grid1 li {
	
position: relative;
			display: inline-block;
			top: 0;
			left: 0;
			padding: 1px 1px 0;
	vertical-align: top;
		#font-size: 0;
			text-align: left;
	


width: 316px;
height: 200px;
}

.photo-grid1 img {
display: block;
position: absolute;
left: 0;
top: 0;
width: 320px;
height: 200px;
}
 
.photo-grid1 figure {
overflow: hidden;
#position: absolute;
#left: 1px;
#top: 1px;
width: 320px;
height: 200px;
}
 
.photo-grid1 figcaption {
position: absolute;
background: rgba(71,71,132,0.8);
color: white;
#display: table;
width: 320px;
height: 200px;
top: 0;
left: 0;
#right: 10px;
#bottom: 10px;
opacity: 0;
z-index: 97;
}
 
.photo-grid1 figcaption p {
display: table-cell;
font-size: 1.2em;
font-weight: 500;
position: absolute;
top: 0;
left: 0;
width: 320px;
height: 140px;
vertical-align: middle;
color: #FFF !important;
background: none !important;
}
.photo-grid1 figcaption span {
display: table-cell;
font-size: 1.5em;
position: absolute;
top: 10px;
right: 13px;
}
.photo-grid1 li:hover figcaption {
opacity: 1;
} 
.photo-grid1 img {
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
transition: all 300ms;

}
 
.photo-grid1 li:hover img {
display: block;
position: absolute;
#top: 10px;
#left: 10px;
width: 320px;
height: 200px;
#-webkit-transform: scale(1.4);
#-moz-transform: scale(1.4);
#transform: scale(1.4);
}
.photo-grid1 figcaption p {
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
 
.photo-grid1 li:hover figcaption p {
-moz-transform: translateY(40px);
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
.photo-grid1 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;
	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;
	#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;
}
