@media (min-width: 992px) {

	.newsbody {
		padding-right: 30px !important;
	}
}

#newsframe {
	
}

.newsitem { cursor: pointer; }

.newstitle {
	color: #833460;
	margin-top: 40px;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
}

.newsdate {
	font-style: italic;
	color: color: #676767;
}

.newsbody {
	padding: 20px 0px;
	font-size: 1.1em;
	margin-bottom: 40px;
	line-height: 1.4em;
	text-align: justify;
}

.newsid, .newsurl {
	display: none;
}

.borderbottom {
	border-bottom: 1px solid #833460;
	width: 70%;
	margin: 0px auto;
}

.photothumbnail {
	height: 0px;
	padding-bottom: 60%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	margin-top: 40px;
}

.photomainimage {
	margin-bottom: 40px;
	margin-top: 40px;
	width: 100%;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 50.25%;
    padding-top: 25px;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
