* {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	background-color: #FFFFFF;
}
body {
	width: 100%;
	font-size: 13px;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	overflow: auto;
}
a {
	outline: none;
	text-decoration: none;
}
a:link {
	color: #0E8EC3;
}
a:visited {
	color: #0E8EC3;
}
a:active {
	color: #0E8EC3;
}
a:hover {
	color: #F1A916;
	text-decoration: none;
}
img {
	margin: 0;
	border: none;
	vertical-align: middle;
}
font, strong {
	font-size: 13px !important;
}

#header {
	height: auto;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	background-color: #3a3738;
	margin-bottom: 30px;
}

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
#main {
	width: 100%;
	margin: 0;
}

.arrow-right:before {
    width: 8px;
    height: 8px;
    border-right: 2px solid #71bbe8;
    border-top: 2px solid #71bbe8;
    content: "";
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    display: block;
    position: absolute;
    top: 50%;
    right: 16px;
}

a.magazine_link {
	width: 60%;
	color: #fff;
	margin: 50px auto 15px auto;
	padding: 15px 0;
	background-color: #3a3738;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	display: block;
}

#footer {
	margin-top: 50px;
	padding-block: 50px;
	background-color: #3a3738;
}
#footer ul {
	width: 95%;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer ul li {
	width: 30%;
}
#footer ul li a img {
	width: 100%;
	height: auto;
}
