/* Custom CSS version 1.0
-	Author Chuck Scroggs
-	www.webphiz.com
*/

ul.actions {
	float: none;
	position: absolute !important;
	right: 40px;
	top: 30px;
	z-index: 100;
}

.vwrap {
	padding: 30px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	background: rgba(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
}

.vwrap iframe {
	float:left;
}

.vwrap .content {
	margin-left: 430px;
}

@media (max-width: 767px) { 
.vwrap .content {
	float:left;
	margin-left:0px;
}
}

.featured {
	height:auto;
	overflow:hidden;
}

.customfp-footer-icon img, .sprocket-strips-content img {
	-webkit-border-radius: 	4px; 
	-moz-border-radius: 	4px; 
	border-radius: 			4px;
}