@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?532ddq');
    src:    url('../fonts/icomoon.eot?532ddq#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?532ddq') format('truetype'),
        url('../fonts/icomoon.woff?532ddq') format('woff'),
        url('../fonts/icomoon.svg?532ddq#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-google:before {
    content: "\e900";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-facebook-f:before {
    content: "\f09a";
}
.icon-youtube:before {
    content: "\f167";
}
.icon-instagram:before {
    content: "\f16d";
}



/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3 {
	font-family: 'Montserrat', sans-serif;
}
a {
	text-decoration: none;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.clear {
	clear: both;
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #afafaf;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #afafaf;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #afafaf;
}
:-moz-placeholder { /* Firefox 18- */
  color: #afafaf;
	opacity: 1;
}



body {
	background: #f0f0f0;
}

.wrapper {
	background: #fff;
	width: 1000px;
	margin: 0 auto;
}

.top_ad {
	width: 970px;
	height: 250px;
	margin: 0 auto;
}
header {
	background: #000;
	margin-bottom: 20px;
	padding: 18px 0 3px;
}
.logo {
	float: left;
	margin: 0 17px;
}

.main_nav {
	margin-top: 40px;
}
.main_nav li {
	float: left;
	margin: 0 16px;
}
.main_nav a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
.search_form {
	font-size: 0;
	float: right;
	margin-right: 12px;
}
.search_form input[type=text] {
	background: #fff;
	border: 0;
	height: 19px;
	width: 77px;
	vertical-align: bottom;
}
.search_form input[type=submit] {
	background: #fff url("../images/icon-search.png") center center no-repeat;
	background-size: 18px 18px;
	border: 0;
	height: 19px;
	width: 20px;
	text-indent: -999em;
	vertical-align: bottom;
}

.main {
	float: left;
	padding: 0 15px;
	width: 670px;
}
.grid_1_2 {
	margin: 0 -10px;
}
.grid_1_2 article {
	float: left;
	margin: 10px;
	width: 310px;
}
.featured_articles article {
	background: #ebebeb;
	position: relative;
	width: 310px;
	height: 230px;
}
.featured_articles article .article_img {
	position: relative;
}
.featured_articles article .article_img:after {
	content: "";
	display: block;
	position: absolute;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 42%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(42%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 42%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 42%,rgba(0,0,0,1) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 42%,rgba(0,0,0,1) 100%); /* IE10 preview */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 42%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.featured_articles article .article_img img {
	display: block;
}
.featured_articles article .article_title {
	font-size: 24px;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	width: 100%;
	text-transform: uppercase;
}
.featured_articles article .article_title a {
	color: #ec008c;
}

.more_articles article {
	background: #ebebeb;
	width: 310px;
	padding: 10px;
}
.more_articles article .article_img {
	float: left;
}
.more_articles article .article_img img {
	display: block;
}
.more_articles article .article_title {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	margin-left: 140px;
}
.more_articles article .article_title a {
	color: #000;
}


aside {
	float: right;
	padding: 0 15px;	
	width: 330px;
}

.aside_articles article {
	background: #ec008c;
	margin-bottom: 26px;
}
.aside_articles article .article_img a {
	display: block;
	padding: 10px;
}
.aside_articles article .article_title a {
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 1.1;
	padding: 0 12px 15px;
}

footer {
	background: #000;
	margin-top: 20px;
	padding: 12px 0 12px 17px;
}

.footer_nav a, footer h3 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.footer_nav a {
	float: left;
	margin-right: 60px;
}

footer .subscribe {
	float: left;
	margin-left: 93px;
}
footer .subscribe_form {
	font-size: 0;
}
footer .subscribe_form input[type=email],
footer .subscribe_form input[type=text] {
	background: #fff;
	border: 0;
	font-size: 16px;
	height: 45px;
	padding: 0 12px;
	vertical-align: bottom;
	width: 225px;
}
footer .subscribe_form input[type=submit] {
	background: #fff url("../images/icon-next.png") center center no-repeat;
	background-size: 30px 34px;
	border: 0;
	cursor: pointer;
	height: 45px;
	vertical-align: bottom;
	width: 55px;
	text-indent: -999em;
}


footer .follow {
	float: left;
	margin-left: 60px;
}
footer .follow .social_links {
	background: #111111;
	font-size: 0;
	padding: 8px;
	margin: -8px;
}
footer .follow a {
	background: #898989;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin-right: 4px;
	height: 45px;
	line-height: 45px;
	width: 45px;
	text-align: center;
}
footer .follow a:last-child {
	margin-right: 0;
}



