/* footer */
	
#first_footer h3.page-header, #second_footer h3.page-header, #third_footer h3.page-header, #fourth_footer h3.page-header {
	color: white;
	margin-top: 5px;
	margin-bottom: 17px;
	padding-bottom: 7px;
}

.footer_content_1 .title {
	text-transform: uppercase;
	font-size: 14px;
}

.footer_content_1 p {
	line-height: 18px;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

.footer_content_1 p:nth-child(1), .footer_content_1 p:nth-child(2) {
	color: #58536f;
}

.footer_content_2 {
	padding-top: 4px;
}

.footer_content_2 .col_1 {
	width: 102px;
	float: left;
	margin-right: 18px;
}

.footer_content_2 .col_1 img {
	margin-bottom: 24px;
}

.footer_content_2 .col_2 {
	width: 102px;
	float: left;
}

.footer_content_3 {
	padding-top: 6px;
	overflow: hidden;
}

.footer_content_3 input[type=text], 
.footer_content_3 input[type=email], .footer_content_3 textarea{
	background: #3a3a3a;
	border-radius: 0px;
	border: none;
	color: #e0e0e0;
	font-style: italic;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

.footer_content_3 textarea {
	height: 70px;
}

.footer_content_3 input[type=submit] {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	border-radius: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #00848f;
}

.footer_nav_1 li a, .footer_nav_2 li a {
	color: #b3b3b3 !important;
}

.footer_nav_1 li a {
	text-transform: uppercase;
}

.footer_nav_1 .nav {
	margin-bottom: 8px;;
}

.footer_nav_2 .nav {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#first_footer, #second_footer, #third_footer {
		width: 100%;
	}
	.footer_nav_1, .footer_nav_2 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer_nav_2 {
		margin-top: 12px;
	}
}
@media screen and (min-width: 768px) {
	#first_footer {
		width: 33.3%;
	}
	#second_footer, #third_footer {
		width: 33.3%;
	}
	.footer_content_2 {
		margin-bottom: 50px;
	}
	.footer_nav_1, .footer_nav_2 {
		text-align: center;
	}
	.footer_nav_1 li, .footer_nav_2 li {
		display: inline-block;
	}
	.footer_nav_1 li a {
		padding: 0 17px;
	}
	.footer_nav_2 li a::after {
		content: " - ";
		padding: 0 3px;
	}
	.footer_nav_2 li:last-child a::after {
		content: "";
		padding: 0;
	}
	.sqdqsd {
	    background:red;
	}
	}
}