h2 {
    color: #395e85;
    font-size: 55px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 19px;
}
h3 {
    color: #56aad5;
    font-size: 30px;
}
h4 {
	color: #6a6a75;
    clear: both;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
p {
    color: #6a6a75;
    font-size: 17px;
    margin-bottom: 28px;
}
.form-group {
    padding: 0px 4px;
}
.form-group label {
    color: #6a6a75;
    font-size: 16px;
}
.form-control {
    border: 1px solid #02c7ff;
    font-size: 16px;
    border-radius: 4px;
    padding: 9px 12px;
    min-height: 40px;
}
.btn-submit {
    box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.67);
    text-transform: uppercase;
    max-width: 355px;
    font-size: 18px;
    padding: 10px 12px;
    width: 100%;
}
.btn-submit:focus {
    box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.67);
}
.zocial {
    clear: both;
    margin-top: -20px;
    width: 100%;
}
.zocia h4 {
    color: #6a6a75;
    font-size: 16px;
    text-transform: uppercase;
}
.zocial ul {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: 100%;
}
.zocial ul li {
    list-style: none;
    float: left;
    padding-right: 12px;
}
.display {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    margin-bottom: 20px;
    padding: 15px 15px 26px;
}
.display .btn {
    font-size: 14px;
}
.display .btn-primary {
    box-shadow: 0px 15px 15px -12px rgba(0, 0, 0, 0.67);
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
	margin-left:0;
	margin-right:0;
}
.display .btn-primary:focus {
    box-shadow: 0px 15px 15px -12px rgba(0, 0, 0, 0.67);
}
.display p {
    margin: 0px 0px 15px 0px;
    clear: left;
}
.display p strong {
    font-weight: 900;
}
.amazon p {
    font-size: 14px;
    font-style: italic;
}
.hire h2 {
    color: #6a6a75;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 40px;
}

.contact .form-control, .contact .wpcf7-form-control {
    border: 1px solid #02c7ff;
    border-radius: 4px;
    font-size: 16px;
    padding: 7px 12px;
    min-height: 40px;
	margin-bottom: 15px;
	width:100%;
}
.contact input[type=submit] {
    box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.67);
    text-transform: uppercase;
    max-width: 355px;
    font-size: 17px;
    width: 100%;
}
.contact input[type=submit]:focus {
    box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.67);
}
.btnblue { background-color: #57aad6!important;
    border-color: #57aad6!important; }
.contact p { margin:0; }
.contact form { margin:20px 0; max-width:100%!important; }
.wpcf7-form-control.wpcf7-checkbox { clear:both; display:block; border:0; padding-left:0; }

.contact .wpcf7-checkbox { border: 0!important; }

/*========================
    MEDIA QUERIE
=========================*/

@media only screen and (max-width: 767px) {
    h2 { font-size: 35px; }
    h3 { font-size: 22px; }    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .display .btn { font-size: 12px; }
    .hire h2 { font-size: 25px; line-height: normal; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .display .btn { font-size: 11px; }
    .hire h2 { font-size: 25px; line-height: normal; }
}