/*--
	Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/
* {
	transition: none;
}

/*-- contact page --*/
.form-control:focus {
    box-shadow: none;
}

.contact {
    padding: 0 4%;
}

.contact-info {
    background: #f87c9d;
    padding: 4% 6%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    height: 100%;
}

.contact-info img {
    margin-bottom: 15%;
}

.contact-info h2 {
    margin-bottom: 10%;
    font-size: 35px;
    color: #fff;
}

.contact-info h4 {
    font-size: 22px;
    color: #fff;
    font-style: italic;
    line-height: 30.8px;
}

.contact-form label {
    font-weight: 600;
}

.contact-form button {
    background: #292929;
    color: #fff;
    font-weight: 600;
    padding: 8px 40px;
    text-transform: uppercase;
}

.contact-form button:hover {
    background: #000;
    color: #fff;
}

.contact-form button:focus {
    box-shadow: none;
}

/*-- map-iframe --*/
.map-real iframe:hover {
    opacity: 1;
}

.map-real iframe {
    width: 100%;
    height: 400px;
    border: 5px solid #FAFAFA;
    margin-bottom: -5px;
    opacity: 0.7;
}

h3.chead {
    color: #f87b9d;
    font-size: 25px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eaeaea;
    display: inline-block;
    padding-bottom: 3px;
}

/*-- /map-iframe --*/
/*-- /contact page --*/


/*-- responsive code --*/

@media screen and (max-width:800px) {
	/*-- contact page --*/
	.map-real iframe {
		height: 350px;
	}
	/*-- /Contact page --*/
	
