/*import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);*/
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

html,body,div,span,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,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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	position: relative;
	min-width: 320px;
	background: #352C6E;
	color: #C1BDC5;
	font: 300 24px/1.6em "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	cursor: default;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #FFF;
	opacity: 1;
}
a, a * {
	cursor: pointer;
}
strong {
	font-weight: 700;
}
em, i {
	font-style: normal;
}

header {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	text-align: center;
}
header nav {
	padding: 2em 2.2em;
	overflow: hidden;
}
header nav li {
	list-style: none;
	text-align: center;
	font-weight: 500;
}
li.nav-item {
	z-index: 5;
	position: relative;
	float: left;
	font-size: .6em;
	letter-spacing: 2px;
	line-height: 24px;
}
li.nav-item a:before {
	content: "Product";
	float: left;
	margin-right: 1em;
	width: 24px;
	height: 24px;
	background: #FFF url(../images/i_retrica.png) no-repeat 0 0;
	background-size: 24px;
	text-indent: -9999px;
}
li.nav-icon {
	z-index: 5;
	position: relative;
	float: right;
}
li.nav-logo {
	position: absolute;
	left: 50%;
	top: 1em;
	margin-left: -36px;
	padding: 12px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: #352C6E;
	overflow: hidden;
}
li.nav-logo img {
	width: 48px;
	vertical-align: middle;
}
li.nav-icon a {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
}
li.nav-fb a {
	margin-right: 1em;
	background: #FFF url(../images/i_fb.png) no-repeat 0 0;
	background-size: 24px;
}
li.nav-email a {
	background: #FFF url(../images/i_contact.png) no-repeat 0 0;
	background-size: 24px;
}
li.nav-icon a:hover,
li.nav-item a:hover:before {
	background-color: #E7BD67;
}
li.nav-item a:hover {
	color: #E7BD67;
}

section {
	height: 100%;
}
div.card {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}
div.card:before {
	content: "";
	position: fixed;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #FFF;
	opacity: .15;
}
div.card:after {
	content: "";
	position: fixed;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #FFF;
	opacity: .15;
}
div.card p {
	position: absolute;
	top: 40%;
	color: #352C6E;
	font-size: 1.8em;
	font-weight: 300;
	line-height: 2em;
	letter-spacing: 2px;
}
div.card p:after {
	content: "";
	position: absolute;
	top: -1em;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: #FFF;
}
div.card p span {
	display: inline-block;
	margin: 2px 0;
	padding: 0 1em;
	background: #FFF;
	white-space: nowrap;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 24px 0;
	width: 100%;
	background: #352C6E;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}
footer h6 {
	color: #9C99BF;
	font-weight: 400;
	font-size: .5em;
	letter-spacing: 6px;
	text-transform: uppercase;
}
footer h6 strong {
	color: #FFF;
}

:hover {
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

::-webkit-scrollbar {
  background: #FFF;
  width: 6px;
} 
::-webkit-scrollbar-track {
	   border-radius: 10px;
	   box-shadow: inset 0 0 0 1px #EEE;
}
::-webkit-scrollbar-thumb {
 	border-radius: 10px;
 	background: #EEE;
}

@media only screen and (max-width: 1100px) {
	div.card p {
		top: 42%;
		font-size: 1.5em;
	}
}
@media only screen and (max-width: 900px) {
	nav a {
		font-size: .75em;
	}
	div.card p {
		top: 45%;
		font-size: 1.2em;
	}
}
@media only screen and (max-width: 680px) {
	div.card p {
		top: 45%;
		font-size: .9em;
	}
}
@media only screen and (max-width: 480px) {
	li.nav-logo {
		top: 0;
	}
	header nav {
		padding: 1em;
	}
	header nav a,
	header nav a:before {
		opacity: .4;
	}
	header nav a:hover,
	header nav a:hover:before {
		opacity: 1;
	}
	div.card p {
		top: 48%;
		font-size: .5em;
	}
	div.card p:after {
		top: -2em;
	}
	div.card p span {
		padding: 0 .8em;
	}
	footer h6 {
		font-size: .4em;
		letter-spacing: 3px;
	}
}