
#contact {
	position: relative;
	padding: 75px 0 120px 0;
	font-family: alpha_slab;
	color: white;
}

#contact .bottom {
	margin-top: 70px;
}

#contact .title {
    margin-bottom: 35px;
    font-family: alpha_slab;
    font-size: 26px;
    color: white;
}

#contact .bulle_text {
	padding: 0 8px;
	color: #545454;
	margin-bottom: 20px;
}

#contact .wave {
	margin-bottom: 35px;
}

#contact .wave img {
	width: 100%;
}

#contact .contact_button {
	padding: 8px 20px;
	margin-bottom: 30px;
	background-color: #545454;
	text-transform: uppercase;
	font-size: 15px;
	color: white;
}

#contact .bot_title {
	margin-top: 0;
	margin-bottom: 40px;
	text-align: right;
	font-size: 27px;
}

#contact .address {
	text-align: right;
	font-family: arial;
	font-weight: 800;
}

#contact .address p {
	margin-bottom: 5px;
}

#contact .contact_specific {
	font-family: arial;
	font-weight: 800;
	font-size: 15px;
}

#contact .contact_specific p {
	margin: 0;
}

#contact .contact_specific .fax {
	margin-bottom: 35px;
}

#contact .phone:before {
	content: "";
	display: inline-block;
	background: url(https://www.quickpotek.com/tp_images/templated_page/contact/phone_icon.png);
	width: 33px;
	height: 31px;
	vertical-align: middle;
	margin-right: 8px;
}

#contact .fax:before {
	content: "";
	display: inline-block;
	background: url(https://www.quickpotek.com/tp_images/templated_page/contact/fax_icon.png);
	width: 33px;
	height: 31px;
	vertical-align: middle;
	margin-right: 8px;
}

#contact .email_icon:before {
	content: "";
	display: inline-block;
	background: url(https://www.quickpotek.com/tp_images/templated_page/contact/email_icon.png);
	width: 33px;
	height: 31px;
	vertical-align: middle;
	margin-right: 8px;
}

/*-----------------------------------------FORM------------------------------------*/

#contact .title_box {
	color: white;
	background-color: #545454;
	height: 40px;
	text-align: center;
	padding: 0;
}

#contact .title_box a {
	display: block;
	width: 100%;
	color: white;
	line-height: 40px;
	text-align: center;
}

#contact .title_box a:hover {
	text-decoration: none;
}

#contact .contact_form_title {
	margin: 0;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
}

#contact .form_background {
	background-color: white;
}

#contact fieldset {
	margin-top: 40px;
	text-align: center;

}

#contact fieldset .form-group {
	display: inline-block;
	width: 55%;
	vertical-align: top;
}

#contact .form-control {
	font-family: arial;
	background-color: #f0f0f0;
	border-radius: 0;
	color: #686868;          
}

#contact textarea {
	height: 180px;
}

#contact .contact_submit {
	float: right;
	display: block;
	background: url(https://www.quickpotek.com/tp_images/templated_page/contact/contact_submit.jpg) no-repeat;
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	font-size: 15px;
}

#contact .google_link { float: left; }

#contact .google_link img { max-width: 100%; }

form .form-group .error {
	padding-right: 15px;
	padding-left: 15px;
}






@media (max-width: 991px) {
    #contact .google_link {
        float: none;
        display: inline-block;
        margin-top: 20px;
    }
}


@media (max-width: 767px) {
    #contact { padding-top: 30px; }
    
    #contact .title { font-size: 25px; }
    
    #contact .bulle {
        background: none;
        padding: 0;
        margin-bottom: 40px;
    }
    
    #contact .bot_title,
    #contact .address,
    #contact .contact_specific { text-align: center; }
    
    #contact .wave { display: none; }
    
    #contact .contact_button {
        display: inline-block;
        margin-top: 10px;
    }
    
    #contact .bottom { margin-top: 30px; }
}