body {
	background-color: transparent !important;
}

p {
	font-family: 'Roboto', sans-serif !important;
	color: #757e80 !important;
	font-weight: 400 !important;
}
.logo-main {
	float: left !important;
	
}
.logo-main img{
	max-width: 260px !important;
}
.main-navigation {
	float: right !important;
}

.headline-banner {
	font-family: impact;
	text-transform: uppercase;
	font-size: 60px;
	font-style: italic;
}
.banner-description {
	font-family: helvetica;
	font-size: 12px !important;
}
.banner-button-2 {
	background-color: #a40017 !important;
	border-radius: 22px !important;
	border: 1px solid #a40017 !important;
	padding: 0 35px !important;
	font-family: helvetica !important;
	text-transform: uppercase !important;
	color: white !important;
}
.button-design {
	display: block;
	border: red;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
	border-width: 2px;
	border-style: solid;
	/*! padding: 9px; */
	border-radius: 20px;
	display: inline-block;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	-webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}
.button-design:hover  {
	background-color: red;
	
}
.center-text {
	text-align: center !important;
}
.gradient-row-blue {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#029ad6+0,23f6fe+100 */
	background: #029ad6; /* Old browsers */
	background: -moz-linear-gradient(left, #029ad6 0%, #23f6fe 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #029ad6 0%,#23f6fe 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #029ad6 0%,#23f6fe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029ad6', endColorstr='#23f6fe',GradientType=1 ); /* IE6-9 */
	position: relative;
 }
.no-padding-new {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.new-h1 {
	color: #fff !important;
    font-family: impact !important;
    text-transform: uppercase !important;
    font-style: italic !important;
}
.new-h12 {
	color: #ffb9e5 !important;
	font-size: 30px;
	font-weight: 800;
	font-family: roboto;
	text-transform: lowercase;
}
.arrow-down {
	z-index: 8 !important;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: -12px !important;
}
.arrow-down-2 {
	z-index: 8 !important;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: -64px; !important;
}
.p-header {
	color: white !important;
}
.desc-black {
	background: rgba(0, 0, 0, 0.75 !important;
}

.photo-border {
	border-color: white !important;
    border-style: solid !important;
    border-width: 10px !important;
}
.center-img {
	text-align: center !important;
}
.white-par {
   color: white !important;
   font-size: 16px;
}
.full-bg {
	background-size: cover !important;
	background-repeat: repeat !important;
	background-image: url("http://vinzmedia.com/wp-content/images/bg-bottom.jpg");
	background-attachment: fixed !important;
	padding-top: 100px;
	padding-bottom: 100px;
	height: 500px;
}

