body{
		background: #fff;
	}
	#ad{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 80px;
	}
	
	.article{
		/*padding: 25px;*/
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
	}
	.row .article >p{
		font-size: 16px;
		line-height: 23px;
		font-family: "OpenSansLight";
		color: #000;
		padding: 7px;
		text-align: center;
		margin-top: 4px;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
	}
	p.highs{
		background: #1F3445;
		color: #fff;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
	}
	#masthead{
		
		padding-bottom: 15px;
		margin-bottom: 20px;
		background:#FFF;
	}
	.logo{
		color: #000;
		font-weight: 100;
		font-size: 36px;
		font-family: "MontserratRegular";
	}
	.logo > span{
		font-size: 18px;
		font-family: "OpenSansLight";
	}
	@media (max-width: 450px) {

		article{
		}
		.logo{
		font-size: 22px;
		}
		.logo > span{
			font-size: 14px;
		}

	}
	.mod-languages {
		position: fixed;
		top:32px;
		right:10%;
	}

	/*iPad Portrait Mode, iPad Mini and Small Tablets */
@media (max-width: 768px) {
	.mod-languages {
		top: 10px;
	}
}
/*Medium Tablets */
@media (max-width: 800px) {
	.mod-languages {
			top: 10px;
	}
}
/*Small Desktop and Very Small Notebook */
@media (max-width: 980px) {
	.mod-languages {
			top: 10px;
	}
}
/*Medium Smart Phones v2*/
@media screen and (max-width: 640px) {
	.mod-languages {
			top: 32px;
	}
}