/* Custom CSS */

/*TEXT*/
h4{
	font-size: 24px !important;
}
#intro{
	color: #58595b;
}

body {
padding-top:0px!important;
background:#fff!important;
}
.wrapper {
	position:relative;
	overflow: hidden;
}
.wrapper:before {
	content: "";
	position: absolute;
	opacity: 0.2;
	width: 200%;
	height: 100%;
	top: 0%;
	z-index: -1;
	background: #fff url('./library/images/fan-1103.png') no-repeat top center;
}
#logo img {
	max-height: 200px;
	width:auto;
}
.left {
	transform: translateZ(0);
	padding-top: 20px;
	padding-bottom: 20px;
}


@media (min-width: 480px) {	
	.wrapper:before {
		background-position: top right; 
		left: -70%;
	}
}

@media (min-width: 1200px) {	
	.wrapper:before {
	opacity: 0.85;
	}
}
@media (min-width: 1600px) {	

	.wrapper:before {
	left: -100%;
	right: 100%;
	}
}

@media (min-width: 767px) {	
	.gform_body {width:50%; float:left}
	.gform_footer {
		width: 50%;
		float: left;
		clear: none!important;
		margin-top: 19px!important;
	}
}

#footer li {
padding: 7px 15px!important;
}

.cta-info {
margin-bottom: 0px;
padding-top: 10px;
}

.cta-info a{
	color: #000;
	font-size: 20px;
}
.footer-background{
	background-color: #dedede; 
	padding-top: 0px;
	padding-bottom: 10px;
}

.cta-info a:hover{
	color: #58595b;
	text-decoration: none;
}
/*BUTTON*/
.btn-default{
	background-color: #58595b !important;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold !important;
	
}

.input-group-btn{
	display: initial !important;
	
}

button.btn-default{
border-bottom-left-radius: 4px !important;
	border-top-left-radius: 4px !important;
	min-width: 250px !important;
}

/*INPUT FEILD*/

.input-group .form-control{
	display: block !important;
	width: 250px !important;
	margin-right: 30px !important;
	border-bottom-right-radius: 4px !important;
	border-top-right-radius: 4px !important;

}

#gform_submit_button_1{
	background-color: #58595b !important;
color: #fff !important;
text-transform: uppercase;
font-weight: bold !important;
border-radius: 4px !important;
border: none;
padding: 5px 35px;
}

.gform_wrapper .gform_footer{
	padding: 0px 0 9px 0 !important;
}


/*FOOTER*/
body #footer {
	border:none;
	background: #fdfdfd;
}

.widgettitle{
	text-align: center;
	color: #58595b !important;
	font-weight: bold;
	font-size: 18px !important;
}

#text-2 .textwidget{
	text-align: center;
}

#text-3 .textwidget{
	text-align: center;
}

#text-4 .textwidget{
	text-align: center;
}

#text-5 .textwidget{
	text-align: center;
}

#footer{
	margin-top: 0px !important;
}