h1 {
    color: #6a6a75;
    font-size: 55px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 35px;
    text-align: center;
}
h3 {
    color: #56aad5;
    font-size: 28px;
    margin: 0px 0px 25px;
}
p {
    color: #6a6a75;
    font-size: 17px;
    margin-bottom: 28px;
    margin-right: 25px;
}
.firm .btn-primary {
    box-shadow: 0px 20px 12px -15px rgba(0, 0, 0, 0.67);
    text-transform: uppercase;
    font-size: 17px;
    padding: 6px 20px;
}
.firm .btn-primary:focus {
    box-shadow: 0px 20px 12px -15px rgba(0, 0, 0, 0.67);
}
.check {
    background: url("../images/checkout.jpg") no-repeat 0% 0% / cover #245279;
    margin: 22px 0px 25px;
    padding: 21px 15px 26px;
    text-align: center
}
.check h1 {
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    margin: 12px 0px 20px;
}
.check .btn {
    box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.3);
    font-size: 17px;
    max-width: 220px;
    width: 100%;
}
.photo {
    text-align: center;
    width: 100%;
}
.photo img, .founder img {
    border-radius: 100%;
}
.founder {
    text-align: center
}
.founder h3 {
    margin: 20px 0px 25px;
}
.founder p strong {
    color: #56aad5;
    font-style: italic;
    font-weight: 900;
}
.founder .btn-primary {
    box-shadow: 0px 20px 12px -15px rgba(0, 0, 0, 0.67);
    text-transform: uppercase;
    font-size: 17px;
    padding: 6px 20px;
}
.founder .btn-primary:focus {
    box-shadow: 0px 20px 12px -15px rgba(0, 0, 0, 0.67);
}
.contact {
    background-color: #f0f0f0;
    padding: 20px 15px 40px;
    margin: 40px 0px 20px;
    text-align: center;
    width: 100%;
}
.contact form {
	max-width: 700px;
    margin: auto;
}
.contact p { margin:0; }
.contact h2 {
    color: #6a6a75;
    font-size: 30px;
    font-weight: 400;
    margin: 0px 0px 25px;
}
.contact .form-group {
    padding: 0px 4px;
}
.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; }
	
	
.fltitle { color: #56aad5; text-align:center; font-size: 38px; margin: 0px 0px 25px; margin-top:50px; }

/*========================
    MEDIA QUERIE
=========================*/

@media only screen and (max-width: 767px) {
    h1 { font-size: 35px; }
    p { margin-right: 0px;}
    .firm h3 { margin-top: 25px; }
    .check h1, .contact h2 { font-size: 25px;}
    .founder .box { margin-bottom: 20px;}
    .contact .btn { font-size: 17px !important; max-width: 260px; }
    .contact .form-group { padding: 0px 15px; }
	.size-full { max-width:200px; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 { font-size: 35px; }
    p { margin-right: 0px;}
    .firm { margin-bottom: 25px; }
    .check h1, .contact h2 { font-size: 25px;}
    .founder .box { margin-bottom: 20px;}
    .contact .btn { font-size: 17px !important; max-width: 260px; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 { font-size: 45px; }
    .check h1 { font-size: 32px; }
    .contact h2 { font-size: 25px; }
}