body{
	margin: 0;
}

/* DIV FONT DEFINITIONS */
body{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.header-font{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}

#wrapper{
	display: block;
	width: 1028px;
	height: auto;
	margin: 0 auto;
}

.side{
	float: right;
	display: inline-block;
	height: auto;
	width: 300px;
	margin: 15px 0;
}

.side.big{
	float: left;
	width: 713px;
}

.side .middle-mpu-wrapper{
	margin-bottom: 50px;
}

#content{
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

.mobile-slider-articles{
	display: none;
	height: 0;
}

.section-title{
	color: orange;
	font-size: 2em;
}

.section-title span{
	color: black;
	display: inline-block;
	max-width: 50px;
	font-size: 0.3em;
	border-right: 1px solid lightgrey;
}

.section-title .sq{
	display: inline-block;
	max-width: calc(100% - 190px);
	margin-left: 3px;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: bottom;
	font-size: 23px;
}

.footer{
	background: black;
	color: white;
	display: block;
	float: left;
	font-size: 1vmin;
	height: 188px;
	line-height: 30px;
	position: relative;
	text-align: left;
	width: 100%;
}

.footer a{
	color: white;
	text-decoration: none;
}

.footer .upper{
	box-sizing: border-box;
	height: 115px;
	left: 0;
	padding: 15px;
	padding-bottom: 0;
	position: absolute;
	right: 0;
	top: 28px;
}

.footer .upper ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer .upper li{
	font-size: 1.3vmin;
	height: 15px;
	line-height: 15px;
	margin-bottom: 5px;
}

.footer .upper a.logo,
.footer .lower a.logo{
	background-image: url('/static/img/stream_logo.png?85ab2eb6b241');
	float: right;
	height: 30px;
	width: 155px;
}

.footer .upper a.logo{
	display: none;
}

.footer .lower{
	bottom: 0;
	box-sizing: border-box;
	height: 40px;
	left: 0;
	padding: 0 15px 15px 15px;
	position: absolute;
	right: 0;
}

.separator{
	height: 28px;
	width: 100%;
	background-image: url('/static/img/border.jpg?85ab2eb6b241');
	background-size: auto 100%;
	background-repeat: repeat-x;
}

.separator.no-image{
	background-image: none;
}

.separator.black{
	background-image: url('/static/img/border_black.jpg?85ab2eb6b241');
}

/* SOCIAL ICONS */
.title-social{
	position: relative;
	float: right;
	height: 17px;
	margin-top: 2px;
}

.title-social .icon{
	display: inline-block;
	height: 17px;
	width: 17px;
	margin-left: 5px;
}

.title-social .icon img{
	height: 100%;
}

/* NEWSLETTER SIGNUP FORM */
.newsletter-wrapper{
	margin-top: 7px;
	position: relative;
	width: 100%;
	height: auto;
}

.newsletter-wrapper .top{
	position: relative;
	width: 100%;
	height: auto;
	text-transform: uppercase;
}

.newsletter-wrapper .top .first,
.newsletter-wrapper .top .last{
	width: 100%;
	text-align: center;
}

.newsletter-wrapper .top img{
	display: block;
	width: 60%;
	height: auto;
	margin: 7px auto;
}

.newsletter-wrapper .bottom{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 8px;
}

.newsletter-wrapper .bottom .error,
.newsletter-wrapper .bottom .success{
	width: 100%;
	text-align: center;
	color: red;
	font-size: 12px;
}

.newsletter-wrapper .bottom .success{
	color: green;
}

.newsletter-wrapper .bottom input[type="email"]{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	padding: 5px 0;
	background: #DADCDB;
	border: 0;
}

.newsletter-wrapper .bottom input[type="email"]:focus{
	border: 0;
	outline: 0;
}

.newsletter-wrapper .bottom button{
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 2px 6px;
	background: #EA128A;
	color: white;
	letter-spacing: 4px;
	border: 0;
	cursor: pointer;
}

.icon a{
	cursor: pointer;
}


/* BANNERS */
.full-width-banner{
	width: 728px;
	height: 90px;
	display: block;
	margin: 0 auto;
	background: lightblue;
}

.side-banner{
	width: 300px;
	height: 400px;
	margin-bottom: 15px;
	background: lightblue;
}

.content-width-banner{
	float: left;
	width: 100%;
	height: 90px;
	background: lightblue;
}

.content-width-banner.list{
	margin-bottom: 15px;
}

.mobile{
	display: none;
	height: 0;
}

.switch_placeholder.leaderboard{
	margin: 0 auto;
}

@media (max-width: 1060px) {
	#wrapper{
		width: 100%;
	}

	.mobile-slider-articles{
		display: initial;
	}

	.section-title{
		margin-left: 10px;
		width: calc(100% - 20px);
	}

	.section-title .sq{
		max-height: 40px;
	}

	.side{
		display: none;
	}

	.side.big{
		display: initial;
		width: 100%;
		margin-top: 50px;
	}

	.separator{
		display: none;
	}

	.mobile{
		display: block;
		height: auto;
	}

	.mobile > div{
		height: auto !important;
		margin: 15px auto;
	}

	.footer{
		font-size: 1.8vmin;
	}

	.footer .upper li{
		font-size: 3.3vmin;
	}

	.footer .lower span.logo{
		font-size: 5vmin;
	}

	.footer .upper a.logo{
		display: block;
	}

	.footer .lower a.logo{
		display: none;
	}
}
#header{
	margin-bottom: 15px;
}

.header-image{
	position: relative;
	width: 100%;
	height: 95px;
	overflow: hidden;
}

.header-image img{
	display: block;
	height: auto;
	width: 100%;
}

.header-image a.left{
	position: absolute;
	left: 0;
	width: auto;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.header-image a.left img{
	height: 90px;
	margin: 5px 0 0 0;
	width: auto;
}

.header-image a.center{
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	bottom: 0;
	padding: 10px 0;
	z-index: 1;
}

.header-image a.center img{
	height: 75px;
	width: auto;
}

.header-image a.right{
	position: absolute;
	right: 8px;
	width: auto;
	top: 25px;
	bottom: 0;
	z-index: 1;
}

.header-image a.right img{
	height: 65px;
	width: auto;
}

.header-image .search{
	position: absolute;
	top: 0;
	right: 8px;
	width: auto;
	height: auto;
	z-index: 1;
}

.header-image .search img{
	display: none;
}

.header-image form{
	position: relative;
}

.header-image form input{
	display: block;
	height: 14px;
	margin: 0;
}

.header-image form input[type="text"]{
	padding-right: 14px;
	width: 110px;
}

.header-image form input[type="submit"]{
	position: absolute;
	width: 14px;
	top: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.header-image form .submit-arrow{
	position: absolute;
	top: 50%;
	right: 3px;
	transform: translateY(-50%);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid black;
	cursor: pointer;
}

#top-menu{
	position: relative;
	height: 40px;
	width: 100%;
	text-align: center;
	background: black;
}

#top-menu img{
	display: none;
}

.header-image .search input[type="checkbox"],
#top-menu input[type="checkbox"]{
	display: none;
}

#top-menu ul{
	position: relative;
	display: block;
	height: calc(100% - 20px);
	width: auto;
	margin: 0;
	padding: 11px 0;
	margin: 0;
	list-style-type: none;
}

#top-menu ul li{
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid white;
	font-size: 0.8em;
}

#top-menu ul li a{
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#top-menu ul li:last-child{
	border: 0;
}

@media (max-width: 1060px) {
	#header{
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 2;
	}

	.header-image{
		visibility: hidden;
		position: relative;
		height: 0;
	}

	.header-image .search{
		visibility: visible;
		left: 5px;
		top: 0;
		height: 40px;
	}

	.header-image .search input[type="checkbox"]{
		display: initial;
		position: absolute;
		height: 35px;
		width: 35px;
		opacity: 0;
		z-index: 1;
	}

	.header-image .search img{
		display: initial;
		visibility: visible;
		margin-top: 5px;
		height: 30px;
		width: auto;
		z-index: 1;
	}

	.header-image .search form{
		visibility: hidden;
		position: absolute;
		left: 35px;
		top: 0;
		height: 40px;
		width: 1px;
		transition: width .5s;
	}

	.header-image .search form input[type="text"]{
		margin-top: 1px;
		height: 32px;
		width: calc(100% - 18px);
	}

	.header-image .search form input[type="submit"]{
		height: 40px;
	}

	.menu-items{
		position: absolute !important;
		top: 100%;
		width: calc(100% + 1px) !important;
		height: 0px !important;
		padding: 0px !important;
		background: black;
		z-index: 1;
		overflow: hidden;
		transition: height .5s;
	}

	.menu-items li{
		display: block !important;
		padding: 10px !important;
	}

	#top-menu input[type="checkbox"]{
		display: visible;
		display: initial;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		width: 30px;
		height: 30px;
		margin: 0;
		opacity: 0;
		z-index: 1;
	}

	/* MOBILE MENU HEADER HAMBURGER*/
	.hamburger,
	.hamburger:after,
	.hamburger:before{
		background-color: #fff;
		content: "";
		height: 6px;
		position: absolute;
		top: calc(50% - 3px);
		right: 15px;
		width: 30px;
		transition: transform .5s;
	}

	.hamburger:after{
		top: 10px;
		left: 0;
	}

	.hamburger:before{
		top: -10px;
		left: 0;
	}

	#top-menu img{
		display: initial;
		display: visible;
		height: calc(100% - 4px);
		margin-top: 2px;
	}


	/* SEARCH ACTION */
	.header-image .search input[type="checkbox"]:checked ~ form{
		visibility: visible;
		width: calc(100% - 80px);;
		transition: width .5s;
	}


	/* DROPDOWN ACTION */
	#top-menu input[type="checkbox"]:checked ~ .menu-items{
		height: calc(100vh - 40px) !important;
		transition: height .5s;
	}

	#top-menu input[type="checkbox"]:checked ~ .hamburger{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	#top-menu input[type="checkbox"]:checked ~ .hamburger:before{
		display: none;
	}

	#top-menu input[type="checkbox"]:checked ~ .hamburger:after{
		transform: rotate(-90deg) translate(30%);
		-webkit-transform: rotate(-90deg) translate(30%);
	}
}
.article_list{
	margin-top: 15px;
	width: 713px;
	height: auto;
	border-bottom: 5px solid black;
	overflow: auto;
}

.article_list .article{
	position: relative;
	float: left;
	display: inline-block;
	width: 227px;
	margin: 0 16px 15px 0;
}

.article_list .ad{
	display: inline-block;
	height: auto;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}

.article_list .ad > div{
	margin: 0 auto;
}

.article_list .article a{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	color: inherit;
	text-decoration: none;
}

.article_list .article .info{
	position: relative;
	height: 154px;
	width: 100%;
}

.article_list .article .image{
	width: 100%;
	height: 120px;
	border-bottom: 5px solid orange;
	background: grey;
	background-size: cover;
	background-position: center center;
}

.article_list .article .title{
	margin: 5px;
	width: calc(100% - 10px);
	height: auto;
	line-height: 100%;
	font-size: 1.7em;
}

.articles-container .article_list .article .title{
	font-size: 1em;
}

.article_list .article .date{
	margin: 5px;
	width: calc(100% - 10px);
	font-size: 0.7em;
}

.article_list .article .category{
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 5px;
	color: orange;
	text-transform: uppercase;
	font-size: 0.7em;
}

.article_list .article.nomargin{
	margin-right: 0;
}

.pagelist{
	margin-top: 3px;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.pagelist a{
	text-decoration: none;
	color: inherit;
	font-size: 0.9em;
	letter-spacing: 2px;
}

.article-image{
	width: 100%;
	margin-bottom: 15px;
}

.article-image img{
	width: 100%;
}

.article{
	float: right;
	width: calc(100% - 242px);
	font-size: 0.6em;
}

.article.full-width{
	float: initial;
	width: initial;
}

.article .general{
	width: 100%;
	margin-bottom: 7px;
}

.article .general .category{
	display: inline-block;
	font-size: 2.2em;
	color: orange;
}

.article .general .social{
	float: right;
	margin-right: 15px;
	margin-top: 2px;
}

.article .general .social .icon{
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 5px;
}

.article .general .social .icon img{
	height: 100%;
}

.article .title{
	width: 100%;
	margin-bottom: 7px;
	font-size: 23px;
	line-height: 100%;
}

.article .subtitle{
	width: 100%;
	margin-bottom: 7px;
	word-spacing: 0;
	font-size: 12pt;
	font-weight: bold;
}

.article .info{
	width: 100%;
	margin-bottom: 7px;
	border-width: 25px;
}

.article .info .date{
	display: inline-block;
	margin-right: 7px;
}

.article .info .author{
	display: inline-block;
}

.article .article-content{
	width: 100%;
	margin-bottom: 15px;
	word-spacing: 0;
	font-size: 12pt;
}

.article .article-content img{
	height: auto;
	margin: 7px 0;
	width: 100%;
}

.article .tags{
	width: 100%;
	border-top: 1px solid black;
	padding: 3px 0;
}

.article .tags .tag{
	display: inline-block;
	margin-right: 7px;
}

.article .tags .tag a{
	color: lightgrey;
	text-decoration: none;
	font-size: 1.6em;
}

/* RELATED ARTICLES */
.related{
	display: inline-block;
	width: 227px;
	height: auto;
	margin: 0 15px 15px 0;
}

.related .header{
	border-top: 5px solid black;
	margin-bottom: 7px;
	padding: 5px 0;
	font-size: 0.9em;
	letter-spacing: 2px;
}

.related .article_list{
	width: 100%;
	margin-top: 0;
	border: 0;
}

.related .article_list .article{
	margin: 0 0 15px 0;
}

.related .article_list .article .category{
	font-size: 1.3em;
}

.related .article_list .article .date{
	font-size: 1.2em;
	margin: 0 5px;
}

.related .article_list .article .info{
	border: 0;
	margin: 0;
}

.pagelist{
	display: none;
}

@media (max-width: 750px) {
	.related{
		display: none;
	}

	.article-image,
	.article{
		width: calc(100% - 20px);
		float: none;
		margin: 0 auto;
	}
}