@import url( https://fonts.googleapis.com/css?family=Slabo+27px );
@media all and (max-width:768px)
{
body h1 {
	font-size: 28px !important;
}
body h2 {
	font-size: 20px !important;
}
body h3 {
	font-size: 16px !important;
}
body h4 {
	font-size: 14px !important;
}
body > header {
	padding: 0px; margin-top: 0px;
}
body > header .logo img {
	margin-top: 10px;
}
}
@media all and (max-width:991px) and (min-width:768px)
{
body > header nav ul .navi-li a {
	padding: 16px; font-size: 14px;
}
}
@media all and (max-width:1199px) and (min-width:992px)
{
body > header nav ul .navi-li a {
	padding: 35px 16px; font-size: 16px;
}
}
@media screen and (max-width:768px)
{
.headericons {
	padding-bottom: 20px; display: block;
}
.headericons a {
	font-size: 10px; text-decoration: none;
}
.headericons li {
	width: 24%; padding-top: 10px; padding-right: 10px; padding-left: 10px;
}
.mobiles-menu li {
	width: 100%;
}
.headericons li span {
	margin: auto; width: 30px; height: 30px; display: block; background-repeat: no-repeat; background-size: 100%;
}
}
@media screen and (max-width:520px)
{
.headericons {
	display: block;
}
.headericons a {
	font-size: 11px;
}
.headericons li {
	padding-right: 10px; padding-left: 10px;
}
.headericons li span {
	margin: auto; width: 30px; height: 30px; display: block; background-repeat: no-repeat; background-size: 100%;
}
}
