*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:1.42857143;
	color:#333;
}
a{
	color:#337ab7;
	text-decoration:none;
}
a:focus,a:hover{
	color:#23527c;
	text-decoration:none;
}
a:focus{
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}
figure{
	margin:0;
}
img{
	vertical-align:middle;
}
html,body,h1,h2,h3,h4,h5,h6,dt,dd,img,dl,ul,li,input,select,p{
	margin: 0;
	padding:0;
}
ul,ol{
	list-style: none;
}
.img-maxwidth{
	display: block;
	max-width: 100%;
	height: auto;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.hidden{
	display:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.text-right{
	text-align:right;
}
.whites{
	white-space:normal !important;
}
.maxwidth{
	width: 100% !important;
}