.navi > a > li{
	padding-left: 10px;
	padding-right: 10px;
	}
	
h1{
		    font-size: 40px;
	}
	
	.slide-caption{
	width: 750px;
	top: 50px;
	}
	
slidernavigation .leftarrow{
	float: left;
	transform: rotate(45deg);
	position: relative;
	left:100px;
}
slidernavigation .rightarrow{
	float: right;
	transform: rotate(225deg);
	position: relative;
	right: 100px;
}
	
.product-button > h2 {
	font-size: 13px !important;
	}
	
	.tab-marg{
		margin-top: 30px;
	}
	
	mobilenavigation{
		display: none;
	}
	
	navigation{
	display: block;
}
.video-hold{
		margin-top: 27px;
	}

.contact_container{
	background: #e6e0d4;
	padding: 30px;
	padding-left: 0px;

}

.contact_form{
	padding-bottom: 15px;
}

.contact_form > p{
	font-size: 16px; 
}

.connect{
	background: black;
	padding: 30px;
	padding-top: 80px;
	padding-bottom: 35px;
	box-sizing: border-box;
	
}

.connect > h1{
	        font-weight: 600;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
}