@import "main.css";

.contact_content {overflow: auto; height: 92vh;}
.contact_content .contact_text {
	padding: 50px;
	-webkit-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    -moz-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    -o-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
}
.contact_content .contact_text h1 {
	color: #666;
    font-family: "RobotoBold",sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.contact_content .contact_text h1 span {
	color: #669a9a;
    font-family: "TeXGyreAdventor",sans-serif;
    font-weight: bold;
}
.contact_content .contact_text hr {
	-webkit-animation: swash-in 900ms linear 0ms 1 normal;
    -moz-animation: swash-in 900ms linear 0ms 1 normal;
    -ms-animation: swash-in 900ms linear 0ms 1 normal;
    animation: swash-in 900ms linear 0ms 1 normal;
    background-color: rgba(255, 255, 255, 0.3);
    border-top: 1px solid #669A9A;
    height: 1px;
    margin: 15px auto;
    width: 200px;
}
.contact_content .contact_text address {margin-bottom: 15px; margin-top: 20px;}
.contact_content .contact_text address span.maps {
    color: #FF6666;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.contact_content .contact_text address span.maps:hover {color: #FF3333;}
.contact_content .contact_text address span.maps i {margin-left: 10px;}
.contact_content .contact_text h3 {
    color: #669A9A;
    font-size: 16px;
    letter-spacing: 1px;
}
.contact_content .contact_text h4 {color: #669a9a; font-size: 16px;}
.contact_content .contact_text h4 i {
    color: rgba(102,154,154,0.8);
    width: 20px;
}
.contact_content .contact_text p {
    font-family: "RobotoLight",sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}
.contact_content .contact_text .phon p {font-size: 16px; line-height: 1; margin-bottom: 5px;}
.contact_content .contact_text .phon p span {color: #999;}
.contact_content .contact_text .email p.email {color: #3399ff; font-family: "RobotoRegular",sans-serif;}

form {margin-top: 30px;}
form textarea.form-control,
form input.form-control {
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.175);
    border-radius: 0;
    -webkit-box-shadow: 0 1px 0 rgb(255, 255, 255);
    -moz-box-shadow: 0 1px 0 rgb(255, 255, 255);
    box-shadow: 0 1px 0 rgb(255, 255, 255);
    font-family: "RobotoLight",sans-serif;
    outline: medium none;
}
form textarea.form-control {}
form button.btn_contact {
    background-color: #669a9a;
    border: 1px solid #669a9a;
    color: #f5f5f5;
    font-family: "RobotoBold",sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 10px;
    padding: 5px;
    text-transform: uppercase;
    -webkit-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -moz-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -o-text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
}
form button.btn_contact i {margin-right: 10px;}
form button.btn_contact:hover {
    background-color: #4D7474;
    border: 1px solid #4D7474;
}
.form-control::-webkit-placeholder {}
.form-control::-moz-placeholder {}
.form-control:-ms-placeholder {}

.modal-title {
    color: #669A9A;
    font-family: "RobotoBold",sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    -moz-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    -o-text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
}
.modal-body iframe {height: 400px; width: 100%;}


@media only screen and (max-width: 992px) {
    .contact_content .contact_text .ct {text-align: center;}
}

@media only screen and (max-width: 767px) {
    .contact_content .contact_text {padding-right: 5px;}
}