/* Common rules */

i{
	font-style: italic;
}

b{
	font-weight: 700;
}

a{
	color: #27b2df;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/18px 'Roboto', sans-serif;
	font-weight: 400;
	color: #666666;
}

.inner-wrapper {
	max-width: 1400px;
	padding: 0 20px;
	display: block;
	margin: 0 auto;
	position: relative;
}

.inner-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.errorForm {
	border: solid 1px #FF0000 !important;
}
