a {
	color: #7a8895;
	font-weight: 500;
	text-decoration: none;
}

a:hover {
	color: #faa2b7;
	text-decoration: none;
}

a:active {
	color: #faa2b7;
	text-decoration: underline;
}

body {
	color: #7a8895;
}

.bb {
		border-bottom: 1px solid #e7e7e8;
}

.bt > a {
	background: #faa2b7;
	color: #ffffff;
	padding: 15px 25px 15px 25px;
	line-height: 60px;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}


.brand {
	font-weight: 700;
}

.fad {
	font-size: 20px;
	padding: 30px 10px;
	width: 90%;
	-moz-box-shadow: 0 0 4px #e7e7e8;
	-webkit-box-shadow: 0 0 4px #e7e7e8;
	box-shadow: 0 0 4px #e7e7e8;
}

.fs {
	margin-top: 71px;
}

.h {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	padding: 0;
	margin: 0;
	background: #ffffff;
	z-index: 100;
	border-bottom: 1px solid #e7e7e8;
	border-top: 3px solid #faa2b7;
}

hr {
	background: #e7e7e8;
	border: none;
	height: 1px;
	width: 100%;
}

.l {
	background: url('../ux/bl.png') no-repeat center top;
	background-position-y: -350px;
	padding: 150px 0px 150px 0px;
	border-bottom: 1px solid ##e7e7e8;
}

.navi {
	font-size: 16px;
	margin-top: 25px;
}

.navi-h {
	font-size: 16px;
	margin-top: 35px;
}

.navi-h li{
	display: inline;
	padding: 0 10px;
}

.navi li{
	display: inline;
	padding: 0 10px;
}

.norm {
	font-weight: normal;
}

.pb {
	padding-bottom: 10px;
}

.pda {
	padding: 10px;
}

.pdn {
	padding: 15px 0;
}

.pdl {
	padding: 60px 0;
}

.pdm {
	padding: 30px 0;
}

.pdu {
	padding: 60px 0 0 0;
}

.pn {
	font-size: 2.3em;
	padding: 0;
}

.pr-description {
	font-family: "Maven Pro";
	font-size: 1.4em;
}

.products {
	font-family: "Maven Pro";
}

.sl {
	background: #9fb1b2;
	color: #fafafa;
	font-size: 2.4em;
	font-weight: 700;
	width: 500px;
	padding: 0px 5px 0px 25px;
	line-height: 60px;
	margin: 3px 0px 3px 0px;
	opacity: .9;
}

.wdg {
	background: #7a8895;
	color: #ffffff;
}

.wg {
	background: #9fb1b2;
	color: #ffffff;
}

.wg a {
	color: #7a8895;
	font-weight: 700;
}

.wg a:hover {
	color: #ffffff;
	font-weight: 700;
}

.wg a:active {
	color: #ffffff;
	font-weight: 700;
}

.wlg {
	background: #e7e7e8;
	color: #7a8895;
}

.wlg a {
	color: #9fb1b2;
	font-weight: 700;
}

.wlg a:hover {
	color: #faa2b7;
	font-weight: 700;
}

.wp {
	background: #faa2b7;
	color: #ffffff;
}

.wp a{
	color: #ffffff;
	font-weight: 700;
}

.wp a:hover{
	color: #7a8895;
	font-weight: 700;
}

/**
 *
 *	Justifications
 *
 **/

.center {
	text-align: center;
} 

.left {
	text-align: left;
}

.right {
	text-align: right;
}


/**
 *
 *	Colors
 *
 **/
 
.dg {
	color: #7a8895;
}
.g {
	color: #9fb1b2;
}
.p {
	color: #faa2b7;
}

/**
 *
 *	Platform Grid
 *
 **/

.cluster { 
	clear: both;
	display: inline;
	width: 100%;
}

.content {
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 1.5rem;
}

.grid {
	width: auto;
}

.grid-full {
	width: auto;
}

.unit {
	display: inline-block;
	overflow: hidden;
}

.col-f { width: 99.99999%;}
.col-h { width: 49.8%;}
.col-t { width: 32.9999999%;}
.col-tt { width: 66.6%;}
.col-e { width: 12.1%;}

@media (min-width: 768px) {
	
}