/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td,
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	padding: 0;
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table, fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
}
caption, th {
	text-align: left;
}
blockquote, q {
	quotes: none;
}
h1, h2, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
.site-header ul, .site-header li, .site-aside ul, .site-aside li, .site-footer ul, .site-footer li{
	list-style: none;
}
form {
    margin: 0;
}
input, textarea, select, button {
	font-family: inherit;
	font-size: 100%;
    vertical-align:middle;
}
textarea {
	overflow: auto;
	resize: vertical;
}
button {
	width: auto;
	overflow: visible;
}
img {
	vertical-align: middle;
}
a:active {
	outline: 0;
}
*:focus {
    outline: none;
}
b, strong{
    font-weight: 700;
}


/*Tags styling*/
html{
	height: 100% !important;
}
body{
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	color: #3c3443;
	line-height: 1.4;
	font-size: 14px;
	background: #fff;
	font-family: "Roboto", "Tahoma", "Arial Unicode MS", sans-serif;
}
a{
    color:#af2467;
	text-decoration: underline;
    transition: all 0.16s ease-out;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
}
a:hover{
	text-decoration: none;
    color: #ff0462;
}
p{
    padding: 12px 0 4px;
}
input[type="text"], input[type="password"], textarea{
	border: 1px solid #bbb;
	padding: 6px 8px;
	background: #fff;
	font-size: 100%;
	border-radius: 3px;
}
input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled, select:disabled, input[type="text"][readonly="readonly"], input[type="password"][readonly="readonly"], textarea[readonly="readonly"], select[readonly="readonly"]{
	background: #EEE;
	cursor: default;
}
select:disabled{
	border: 1px solid #ccc;
	color: #aaa;
}
input[type="checkbox"], input[type="radio"]{
	vertical-align: -10%;
	margin-right: 3px;
}
hr {
	height: 0;
	display: block;
	margin: 1px 0;
	border: 0;
	border-top: 1px solid #BBB;
}
h1, h2.m-subtitle{
	font-family:  'Roboto', "Arial", "Tahoma", "Arial Unicode MS", sans-serif;
	padding: 6px 0 32px;
    font-size: 300%;
	font-weight: 300;
    color: #2e2b39;;
}
h1{
    text-align: center;
	line-height: 1.1;
}
h2{
    font-size: 30px;
	padding: 20px 0 14px;
    font-weight: 500;
	line-height: 1.15;
}
h3{
    font-size: 24px;
	padding: 18px 0 12px;
	font-weight: 400;
	line-height: 1.25;
}
h4{
    font-size: 125%;
	line-height: 1.35;
    color: #666265;
	padding: 16px 0 8px;
	font-weight: normal;
}
h5{
    font-size: 100%;
	font-weight: 700;
	padding: 8px 0 4px;
}
ul, ol{
	padding: 12px 0 4px 18px;
}
ul {
	list-style: square;
}
li {
	padding: 4px 0;
}
blockquote{
    font-size: 100%;
    margin: 1% 0;
    background: #f2f2f2;
}
small {
    font-size: 12px;
}
table{
	width: 100%;
}
th, td{
	padding: 8px 10px;
}
th, thead td{
	font-weight: bold;
}

/*Placeholders*/
.placeholder{
	color: #bbb;
	font-family: "Arial", "Tahoma", "Arial Unicode MS", sans-serif;
}
::-webkit-input-placeholder{
	color: #aaa;
}
::-moz-placeholder{
	color: #aaa;
}
:-ms-input-placeholder{
	color: #aaa;
}


