/
@import url(app.css);
@import url(blocks.css);

* {
	border-radius: 0;
}

body {
	color: #2980b9;
	font-family: 'Raleway', sans-serif !important;
	font-size: 14px;
	line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #2980b9;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #2980b9;
 text-decoration: none;
}