
/* Override part */

@media (min-width: 992px) {
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}

	.vertical-align {
		position: relative;
	 	top: 50%;
		transform: translateY(-50%);
	}

	.centerMedUp {
		text-align: center;
	}
}

a {
	color: white;
}

i.fa {
	padding: 5px;
}

hr { 
	border: 0; 
	height: 1px; 
	margin-top: 12px;
	margin-bottom: 12px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(50, 50, 50, 0.5), rgba(0, 0, 0, 0)); 
}

#primary-menu ul li:hover > a, 
#primary-menu ul li.current > a {
    color: #8BC36E;
}

#skaterBiz:hover {
	color: #cc7a3d !important;
}

/* Custom style part */

.content-wrap {
}

#header.full-header #primary-menu > ul {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.suscribe-btn {
	width: 30%;
	display: table;
	margin: auto;
	margin-top: 30px;
}

.catchy-sentence {
	font-size: 20px;
	padding: 30px;
	font-style: italic;
}

.eventHead {
	padding: 10px;
	color: white;
	font-size: 20px;
	border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;

    -webkit-box-shadow: 0px 3px 2px 0px rgba(181,181,181,0.35);
    -moz-box-shadow: 0px 3px 2px 0px rgba(181,181,181,0.35);
    box-shadow: 0px 3px 2px 0px rgba(181,181,181,0.35);
}

.eventBody {
	min-height: 70px;
	max-height: 225px;
	line-height: 25px;
	margin-bottom: 30px;
	padding: 7px;
	background-color: #f8f2ed;
	border: 1px solid #e7e7e7;
	position: relative;
	overflow: auto; 
}

.eventBody>span {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 15px;
}

.head1 {
	background-color: #a29283;
}

.head2 {
	background-color: #db8837;
}

.head3 {
	background-color: #509ccc;
}

.pageBox {
	padding-left: 10%;
	padding-right: 10%;
}

.pageBox>div {
	padding: 15px;
}

.greyBox {
	background-color: #f3f3f3;
}

.content-wrap h2 {
	color: #8bc36e;
	
	margin: 0;
	padding: 6px;
	font-size: 50px;
}

.toppadding30 {
	padding-top: 30px;
}

.subtitle1 {
	padding: 10px;
	font-size: 22px;
	color: #484848;
}

.text1 {
	padding: 10px;
	font-size: 17px;
}

.pictures {
	margin-bottom: 20px;
}

.videos>div {
	 margin-top: 30px;
}

.videos iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

#footer {
	padding-bottom: 10px;
}

