/*NEWS*/
#news--wrapper {

}

#news--holder {

}

.news-post {
	padding-right: 80px; 
}

.news-text {
	margin: 40px 0px 60px;
}

.quote--holder {
	padding-left: 25px;
}

/*COLUMNS*/
.column-left {
	float: left; 
	width: 50%; 
	position: relative;
}

.column-right {
	float: right; 
	width: 50%; 
	position: relative;
}

.column-third {
	float: left; 
	width: 30%; 
	position: relative;
}

.column-sept {
	float: left; 
	max-width: 70%; 
	position: relative;
}

.column-full {
	max-width:100%; 
	margin: 25px;
	float: left; 
	position: relative;
}

#center-info--holder {
	margin: 90px 0; 
	text-align: center;
}

@media
(max-width: 400px),
only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 400px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 400px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 400px),
only screen and (        max-device-pixel-ratio: 2)      and (max-width: 400px),
only screen and (                max-resolution: 192dpi) and (max-width: 400px),
only screen and (                max-resolution: 2dppx)  and (max-width: 400px) {

	.column-third {
		width: 100% !important; 
	}
}


@media
(max-width: 850px),
only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 850px),
only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 850px),
only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 850px),
only screen and (        max-device-pixel-ratio: 2)      and (max-width: 850px),
only screen and (                max-resolution: 192dpi) and (max-width: 850px),
only screen and (                max-resolution: 2dppx)  and (max-width: 850px) {

	.column-third {
		float: left; 
		width: 70%; 
		position: relative;
	}

}
