@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,800|Roboto:100,300,400,500,600,800);

@font-face{
	font-family:neuze;font-weight:400;src:url(neuze.ttf);
}

@font-face{
	font-family:nexa;font-weight:400;src:url(nexa.otf);
}

.nex{
	font-family: nexa;
}

.neu{
	font-family: neuze;
}

.lat{
	font-family: Lato;
	font-weight: 300;
}

article,footer,header,hgroup,menu,nav,section{
	display: block;
}

a{
	text-decoration: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

h1,h2,h3{
	position: relative;
	margin: 0;
	font-family: neuze;
	font-weight: 100;
	font-size: 40px;
}

img{
	border: none;
}

input:focus,textarea:focus{
	outline-color: transparent;
	outline-style: none;
}

ul{
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
	list-style: none;
}

body{
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: arial,helvetica,arial,sans-serif;
}

#wrapper{
	position: relative;
	margin: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


.clbtn-blk{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	box-shadow: inset 0 0 0 15px #000;
	transition: box-shadow 0.3s ease-in-out;
	cursor: pointer;
}

.clbtn-b{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	box-shadow: inset 0 0 0 15px #11aae3;
	transition: box-shadow 0.3s ease-in-out;
	cursor: pointer;
}

.clbtn-blk:hover{box-shadow:inset 0 0 0 0 #000;}
.clbtn-b:hover{box-shadow:inset 0 0 0 0 #11aae3;}



.bgBlk{
	background: #000;
}

.bgD{
	background: #111;
}

.bgD2{
	background: #222;
}

.bgDM{
	background: #333;
}

.bgDMid{
	background: #555;
}

.bgDML{
	background: #999;
}

.bgDL{
	background: #f0f0f0;
}

.bgM{
	background: #8395a7;
}

.bgML{
	background: #a8b7c6;
}

.bgL{
	background: #f5f5f5;
}

.bgW{
	background: #fff;
}

.bgB{
	background: #027fd6;
}

.bgP{
	background: #d20065;
}

.txtCD{
	color: #2c3454;
}

.txtCDM{
	color: #333;
}

.txtCDML{
	color: #555;
}

.txtCM{
	color: #8395a7;
}

.txtCML{
	color: #a8b7c6;
}

.txtCW{
	color: #fff;
}

.txtCB{
	color: #027fd6;
}

.txtCP{
	color: #d20065;
}