@charset "utf-8";
/* CSS Document */

@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before {
  box-sizing: border-box;
}


::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
	position: fixed;
    z-index: 9999;
    bottom: 15px;
    float: right;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: url(../images/top.png) center center no-repeat;
}
.scrollup:hover
{
	
}
#loader {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #fefefe;
 z-index: 99999;
 height: 100%;
 }
#status
{
 width: 200px;
 height: 200px;
 position: absolute;
 left: 50%;
 top: 50%;
 background-image: url(../images/loading.gif);
 background-repeat: no-repeat;
 background-position: center;
 margin: -100px 0 0 -100px;
}
.preloader
{
	background:#fff url(../images/loaders/1.gif)  center center no-repeat;
}
body
{
	width:auto; margin:0; border:0; font-family: 'Oswald', sans-serif;
}
img
{
	max-width:100%; vertical-align: middle; border: 0;
}
.clearfix:after
{
	display:block; visibility:hidden; overflow:hidden; clear:both !important; content:"."; line-height:0; height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
.clear
{
	clear:both !important;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
	color: #1d1c1a;
    line-height: 24px;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
	color:#076bdd; font-weight:bold;
}
p span
{
	color:#0072bc;
}
a, img, span, strong, nav
{
	-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; 
} 
a
{
	color:#652f90; text-decoration:none; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; 
}
a:hover
{
	color:#000; 
}
table
{ 
	color:#505050; font-size:14px;
}
table strong
{ 
	color:#2b9e01;
}
tr
{
	
}
td
{
	padding:8px 15px;
}
td.h3
{ 
	color:#fff; background:#f86b26 url(../images/table-h3.jpg) repeat-x; margin:0; text-transform:uppercase; font-size:18px; padding:12px 15px;
}
ul.list
{
	padding:0; margin:0; list-style:none; display:inline; 
} 
ul.list li
{
	list-style: url(../images/tick.png);
    margin-left: 30px;
    line-height: 28px;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}

h1, h2, h3
{ 
	color:#f44ead; margin:15px 0; text-transform:uppercase; font-weight:400;
}
.wrapper
{
	
}
.header
{
	position:relative;
}
.section
{
	
}
.footer
{
	background:#000;
}
.nav-shrink
{
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav-shrink.header-top
{
	position:fixed;
	background:#000;
	z-index:999999;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav-shrink.header-top h1
{
	margin:20px 0;
	width:97px;
	height:50px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav-shrink.header-top h1.logo
{
	background:url(../images/logo.png) center center no-repeat;
	background-size:cover;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav-shrink .nav
{
    margin: 17px 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav-shrink .nav ul li a
{
	color:#161515;
} 
.nav-shrink .cd-nav-trigger
{
	top:22px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
} 
.nav-shrink .cd-nav-trigger .cd-nav-icon {
    background-color: #fff;
}
.nav-shrink .cd-nav-trigger .cd-nav-icon {
    background-color: #fff;
}
.header-top
{
	position:absolute;
	width:100%;
	z-index:9999;
	padding:0 30px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.header-top h1
{
	margin: 20px 0;
    width: 200px;
    height: 100px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.header-top h1.logo
{
	background:url(../images/logo.png) center center no-repeat;
	background-size:cover;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.navbar
{
	
}
.nav
{
    margin: 37px 0;
}
.nav ul
{
	padding:0; margin:0; list-style:none;
}
.nav ul li
{
	list-style:none; float:left; margin:0 10px;
}
.nav ul li a
{
	color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 25px 0;
    font-weight: 600;
    position: relative;
}  
.nav ul li a i
{
    font-size: 15px;
}   
.nav ul li ul
{
	position:absolute; display:none; background: #fff; z-index:99999;  box-sizing:border-box; border-radius:0 0 2px 2px;
}
.nav ul li ul li
{
	list-style:none; float:none; margin:0;
}
.nav ul ul li a
{
	padding:10px 15px; text-align:left; font-size:11px; color:#000; width:auto; text-transform:uppercase; border-bottom:none;
    font-weight:400;
} 
.nav ul li:hover > a , .nav ul li.active > a 
{
   color:#e41b8c;
}
.nav ul li a:after
{
	content: " ";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #632d9c;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	z-index:99999;
} 
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
	left:0%;
	width:100%;
}
.nav ul ul li a:after
{
	display:none;
} 
.nav ul ul li a:hover
{
	opacity:0.6;
	color:#000;
}
.nav ul li ul:hover a
{
	
}
.nav ul > li:hover ul
{
	display:block;
}
.banner
{
	background:url(../images/banner.jpg) center center no-repeat;
	background-size:cover;
	height:100vh;
	position:relative;
	padding:32vh 50px;
	text-align:right;
}
.banner h1
{
	margin-top: 0;
    color: #fff;
    font-size: 6vw;
    font-weight: 400;
}
.banner h2
{
	margin-top: 0;
    color: #ec1d6b;
    font-size: 2vw;
    line-height: 0;
}
.banner p
{
	text-align: right;
    margin-top: 15px;
    color: #fff;
    font-size: 22px;
    width: 50%;
    float: right;
    line-height: 28px;
}
.banner-heading
{
	background:url(../images/banner-heading.jpg) bottom center no-repeat;
	background-size:cover;
	height:64vh;
	position:relative;
	padding:32vh 50px;
	text-align:center;
}
.banner-heading h2
{
	margin: 0;
    color: #fff;
    font-size: 4vw;
    font-weight: 200;
	display:inline-block;
	position:relative;
}
.banner-heading h2:before
{
	content:" ";
	position:absolute;
	width:50%;
	height:2px;
	background:#fff;
	top:50%;
	left:-52%;
}
.banner-heading h2:after
{
	content:" ";
	position:absolute;
	width:50%;
	height:2px;
	background:#fff;
	top:50%;
	right:-52%;
}
.section-home
{
	 background:#f5f5f5;
}
.section-home h1
{
	background: #fff;
    text-align: center;
    margin: -30px;
    font-size: 3vw;
    padding: 60px 0;
    font-weight: 300;
}
.section-home-inner
{
	 width:1200px;
	 margin:auto;
	 padding:60px 0;
    text-align: center;
}
.section-home-inner ul
{
	 padding:0;
	 margin:0;
	 list-style:none;
}
.section-home-inner ul li
{
	 width:50%;
	 padding:30px;
	 float:left;
	 list-style:none;
}
.section-home-inner ul li a
{
	background:#fff;
	padding:40px;
	display:block;
	box-shadow: 12px 12px 0px #c4c4c4;
}
.section-home-inner ul li a h3
{
	margin-top: 0;
    font-size: 26px;
}
.section-home-inner ul li a p
{
	text-align:center;
	font-weight:400;
	margin-bottom:0;
}
.section-home-inner ul li a:hover
{
	background:#ee238c;
	box-shadow: 12px 12px 0px #fff;
}
.section-home-inner ul li a span
{
	width:40px;
	height:40px;
	border:solid 2px #ee238c;
	border-radius:50%;
	display:inline-block;
	position:relative;
	margin-top:20px;
}
.section-home-inner ul li a:hover span
{
	border:solid 2px #fff;
	background:#fff;
}
.section-home-inner ul li a span:after 
{
	content: "\f178";
    color: #ee238c;
    font-size: 14px;
    top: 22px;
    bottom: 0;
    left: 0;
    display: table;
    margin: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'FontAwesome';
}
.section-home-inner ul li a:hover span:after 
{
    color: #ee238c;
}
.section-home-inner ul li a:hover h3, .section-home-inner ul li a:hover p
{
	color:#fff;
}
.section-link-page
{
	background:url(../images/line.png) bottom center no-repeat;
}
.section-product-list
{
	text-align:center;
	background: #0d0d0d;
	padding-bottom:35px;
}
.section-product-list h1
{
    text-align: center;
    margin: 0;
    font-size: 3vw;
    padding:40px 0;
    font-weight: 300;
	color:#f44ead;
}
.section-product-list ul
{
	padding:0;
	margin:0;
	list-style:none;
	width:20%;
	border:solid 20px #0d0d0d;
	float:left;
}
.section-product-list ul li
{
	list-style: none;
}
.section-product-list ul li a
{
    font-weight: 300;
    color: #fff;
    padding: 5px;
    border-bottom: solid 1px #3A3A3A;
	display:block;
	position:relative;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.section-product-list ul li a:hover
{
    color: #f84282;
}
.section-product-list ul li a:after
{
    position:absolute;
	content:" ";
	width:0;
	height:1px;
	background:#f84282;
	bottom:-1px;
	left:50%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.section-product-list ul li a:hover:after
{
	width:100%;
	left:0;
}
.section-link
{
	padding:50px 50px 90px 50px;
	position:relative;
}
.section-link-img
{
	width:40%;
	position:relative;
	margin-right:40px;
}
.section-link-img img
{
	box-shadow:20px 20px 0px #f1eaed;
}
.section-link-img:after
{
	content:" ";
	position:absolute;
	top:20px;
	bottom:0;
	left:20px;
	right:0;
	width:100%;
	height:100%;
	border:solid 3px #9045cc;
	z-index:-9;
}
.section-link-img:before
{
	content:" ";
	position:absolute;
	top:20px;
	bottom:0;
	left:20px;
	right:0;
	width:0;
	height:0;
	border:solid 3px #000;
	z-index:-8;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	opacity:0;
}
.section-link:hover .section-link-img:before
{
	width:100%;
	height:100%;
	opacity:1;
}
.section-link-text
{
	width:50%;
	padding:8% 50px 0 50px;
	text-align:center;
}
.section-link-text h2
{
	color: #f44ead;
    font-size: 2.5vw;
    font-weight: 300;
}
.section-link-text p
{
	text-align: center;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
}
.section-link-text a
{
	width:40px;
	height:40px;
	border:solid 2px #000;
	border-radius:50%;
	display:inline-block;
	position:relative;
}
.section-link-text a:hover
{
	border:solid 2px #67338f;
	background:#67338f;
}
.section-link-text a:after
{
	content: "\f178";
    color: #000;
    font-size: 14px;
    top: 22px;
    bottom: 0;
    left: 0;
    display: table;
    margin: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'FontAwesome';
}
.section-link-text a:hover:after
{
    color: #fff;
}
.footer_marg
{
	position:relative;
}
.footer_marg-left
{
	width:70%; padding:50px;
}
.footer_marg-left p
{
	color: #fff;
    font-size: 15px;
    margin: 0;
    text-align: left;
}
.footer_marg-left h3
{
	color: #fff;
    border-bottom: solid 2px #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.footer_marg-right
{
	width: 25%;
    padding: 50px;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
}
.foot
{
	position:relative;
}
.foot h4
{
	background:#fff; margin:0 0 3px 0; padding:10px 20px; box-shadow:0px 0px 6px #000; 
}
.foot strong
{
    color:#e819bf;
    text-transform: uppercase;
}
.foot_list
{
	margin-right: 120px;
}
.foot_list ul
{
	padding:0; margin:0; list-style:none; display:inline;
}
.foot_list ul li
{
	
}
.foot_list ul li a
{
	color:#fff; display:inline-block; font-size:15px; 
}
.foot_list ul li a:hover
{
	text-decoration:underline;
}
.social-icon-footer
{
	margin-top:15px;
}
.social-icon-footer a
{
	color: #fff;
    width: 32px;
    padding: 8px 10px;
    font-size: 15px;
    text-align: center;
    margin: 0 0px;
    text-decoration: none;
    box-shadow: 0px 1px 2px #56277c;
}
.social-icon-footer a.facebook
{
	 background:#3b5998;
} 
.social-icon-footer a.twitter
{
	 background:#22cbff;
} 
.social-icon-footer a.google
{
	 background:#dd4b39;
} 
.social-icon-footer a.linked
{
	 background:#007bb6;
}
.foot_bottom
{
	background:#2e3236;
}
.foot_bottom p
{
	color:#a4a4a4; margin:0; padding:30px 50px; font-size:14px;
}
.foot_bottom-margin
{
	
}
.foot_bottom-margin a
{
	color:#fff; 
}
.banner-section
{
	margin:60px 0 0 0;
}
.navigation-is-open main {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media only screen and (min-width: 768px) {
  main {
    padding: 250px 10%;
  }
  main h1 {
    font-size: 3.6rem;
  }
  main p {
    font-size: 2rem;
  }
}

.cd-nav-trigger {
  position: fixed;
  z-index: 3;
  right:30px;
  top: 20px;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #ffffff;
}
.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}
.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}
.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}
.cd-nav-trigger circle {
  /* circle border animation */
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  -moz-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}
.navigation-is-open .cd-nav-trigger {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}
.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}
@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    top: 40px;
  }
}

.cd-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #243040;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}
.cd-nav .cd-navigation-wrapper {
  /* all navigation content */
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 5% 40px calc(5% + 80px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
.cd-nav h2 {
  position: relative;
  margin-bottom: 1.7em;
  font-size: 1.3rem;
  font-weight: 800;
  color: #080b0f;
  text-transform: uppercase;
}
.cd-nav h2::after {
  /* bottom separation line */
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1px;
  width: 60px;
  background-color: currentColor;
}
.cd-nav .cd-primary-nav {
  margin-top: 25px;
}
.cd-nav .cd-primary-nav li {
  margin: 1.6em 0;
}
.cd-nav .cd-primary-nav a {
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
}
.cd-nav .cd-primary-nav a.selected {
  color: #ffffff;
}
.no-touch .cd-nav .cd-primary-nav a:hover {
  color: #ffffff;
}
.cd-nav .cd-contact-info {
  margin-top: 80px;
}
.cd-nav .cd-contact-info li {
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
}
.cd-nav .cd-contact-info a {
  color: #ffffff;
}
.cd-nav .cd-contact-info span {
  display: block;
}
.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
  font-size: 1.6rem;
}
@media only screen and (min-width: 1170px) {
  .cd-nav .cd-navigation-wrapper {
    padding: 40px 15%;
  }
  .cd-nav .cd-navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-nav .cd-half-block {
    width: 50%;
    float: left;
  }
  .cd-nav .cd-primary-nav {
    margin-top: 25px;
  }
  .cd-nav h2 {
    font-size: 1.5rem;
    margin-bottom: 5.6em;
  }
  .cd-nav .cd-primary-nav li {
    margin:10px 0;
  }
  .cd-nav .cd-primary-nav a {
    font-size: 22px;
  }
  .cd-nav .cd-contact-info {
    margin-top: 120px;
    text-align: right;
  }
  .cd-nav .cd-contact-info li {
    margin-bottom: 2.4em;
  }
  .cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
    font-size: 22px;
  }
}

.no-js main {
  height: auto;
  overflow: visible;
}

.no-js .cd-nav {
  position: static;
  visibility: visible;
}
.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.section-about
{
	 padding:40px 0;
	 background:#f0f8fa;
}
.section-about p
{
 	text-align:center;
	padding:0 20%;
}

.contact
{
	position: relative;
    padding: 50px;
}
.contact-text
{
    padding: 0 0 50px 0;
}
.contact-text h3
{
    color: #1e2122;
    font-size: 1.5em;
	margin:0;
}
.contact-text p
{
    margin-bottom:0;
}
.contact-left
{
	width:50%;
	padding:0 25px 0 0 ;
}
.contact-center
{
	width:30%;
	padding:40px 50px;
}
.contact-center h3
{
	font-size:1.5em; margin-top:0;
}
.contact-center h4
{
	text-transform:uppercase; 
}
.contact-center p
{
	
}
.contact-right
{
	width:50%;
	padding:0 0 0 25px;
	box-sizing:border-box;
}
.contact-right h3
{
	color:#1e2122; font-size:1.5em; 
}
.contact-right p
{
	margin-bottom:20px;
	margin-top:10px;
}
.contact-right i
{
	color: #fff;
    border-radius: 50%;
    width: 33px;
    padding: 11px 10px;
    font-size: 11px;
    margin: 0 6px 0 0;
    text-align: center;
    text-decoration: none;
    background: #4dbfdb;
}
.contact-form
{
	
}
.contact label {
	color:#333; font-size:14px; margin-bottom:6px; display:block;
}
.contact input[type=text], .contact input[type=email], .contact input[type=number] {
    padding: 15px 16px;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #cad7dc;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 20px;
	background:#fff;
}

.contact input[type=text]:focus, .contact input[type=email]:focus, .contact input[type=number]:focus {
    border:solid 1px #333;
}
.contact input[type=file] {
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: 0;
    margin-bottom: 10px;
}
.contact textarea {
   padding: 15px 16px;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #cad7dc;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 20px;
	background:#fff;
}
.contact textarea:focus {
	border:solid 1px #333;
}
.select {
    background: #fff;
    padding: 15px 12px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: 0;
    margin-bottom: 10px;
}
.contact-button {
	background: #000;
    border: none;
    padding: 12px 30px;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.contact-button:hover {
	background: #4dbfdb;
}
.contact-left-form, .contact-right-form {
    width: 49%;
}
.products
{
	padding:40px;
}
.sidebar 
{
	float:left; 
	width:25%;
    z-index: 8;
}
.products-left
{
	position:relative;
	width:100%;
}
.products-left ul
{
	padding:0;
	margin:0;
	list-style:none; 
}
.products-left ul li
{
	list-style:none; 
}
.products-left ul li a 
{
	display: block;
    border-bottom: dotted 1px #cad1d8;
    padding: 6px 15px;
    font-size: 15px;
    color: #322a28;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 99999;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.products-left ul li a:after 
{
	content: "\f105";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    right: 30px;
    opacity: 0;
    top: 8px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.products-left ul li a:hover:after 
{
    right: 15px;
	opacity:1;
}
.products-left ul li:first-of-type a 
{
   	border-top:dotted 1px #cad1d8;
}
.products-left ul li a:hover, .products-left ul li.active a
{
	background:#4dbfdb;
}
.products-right
{
	position:relative;
	width:70%;
} 
.products-right h3
{
	font-size: 22px;
    letter-spacing: 1px;
    margin:0 0 40px 0;
    display: block;
    padding-top: 6px;
	position:relative;
}
.products-right h3 span
{	
	color: #fff;
    background: #2bb4d6;
    position: relative;
    padding: 10px 35px 10px 20px;
}
.products-right h3 span:after
{
	position: absolute;
    content: " ";
    top: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    width: 30px;
    right: -15px;
    display: block;
}
.products-right h3:before
{
	position: absolute;
    content: " ";
    top: 0;
	left:0;
	right:0;
    bottom:-12px;
    border-bottom: solid 2px #2bb4d6;
    width:100%;
    display: block;
}
.products-img
{
	
}
.products-img ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.products-img ul li
{
	float:left;
    list-style: none;
    width: 50%;
	border:solid 15px #fff;
}
.products-img ul li p
{
	color: #2bb4d6;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}
.products-img ul li a
{
    display: block;
	position:relative;
	overflow:hidden;
}
.products-img ul li a img
{
    width: 100%;
}
.products-img ul li a:hover img
{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3)
}
.products-img ul li a span
{
    position: absolute;
    display: block;
    background: #000 url(../images/zoom.png) center center no-repeat;
    width:70%;
    height: 70%;
    top: 15%;
    left: 15%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
	z-index:99;
}
.products-img ul li a:hover span
{
    left: 0%;
    top: 0%;
    opacity: 0.8;
    height: 100%;
    width: 100%;
}
.products-img ul li a:hover
{
    background: #d83030;
}

