/* Custom styles =========================================== */

@font-face {
    font-family: 'Calibri';
    src: url("../fonts/calibri.ttf"), url("../fonts/calibri.eot"), url("../fonts/calibri.wof");
}

@font-face {
    font-family: 'Calibri Bold';
    src: url("../fonts/calibrib.ttf"), url("../fonts/calibrib.eot"), url("../fonts/calibrib.wof");
}

header p,
header h1,
header h2,
header h3,
header a,
header span {
    font-family: 'Calibri';
    font-size: 24px;
}

header .menu_top {
    height: 19px;
    width: 100%;
    background: #64666b;
}

header .menu {
    height: auto;
    overflow: hidden;
    background: #ffffff;
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.9);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.9);
    width: 100%;
}

header .clear {
    clear: both;
}

header .menu img {
    padding-top: 15px;
    padding-bottom: 15px;
}

header .menu h2 {
    font-family: 'Calibri';
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    color: #57585c;
    margin: 0;
    padding: 0 0 20px 0;
}

header .menu a {
    font-family: 'Calibri Bold';
    font-size: 30px;
    line-height: 30px;
    color: #00a3e1;
    text-decoration: none;
}

header .row {
    overflow: hidden;
    padding: 20px 50px 20px 4%;
}

header .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
}


header .row #logo {
    margin-bottom: 25px;
}

header .header_content {
    background: url(../img/header.png) no-repeat center center;
    background-size: cover;
    height: 337px;
    position: relative;
    width: 100%;
    z-index: 888;
    overflow: hidden;
}

header .header_content h2 {
    font-family: 'Calibri Bold';
    color: #64666b;
    font-size: 45px;
    line-height: 45px;
    float: right;
    width: 70%;
    box-sizing: border-box;
    padding: 30px 15px 15px 40px;
}

header .header_content p {
    font-family: 'Calibri';
    font-size: 24px;
    line-height: 28px;
    color: #64666b;
    float: left;
    width: 70%;
    box-sizing: border-box;
    padding: 0 15px 0 40px;
}
header  .header_content .image {
    background: url(../img/man.png) no-repeat top right;
    -webkit-background-size: cover;
    background-size: cover;
    height: 320px;
    float: left;
    width: 30%;
    margin-top: 17px;
}

header .header_bottom {
    height: 20px;
    background: url(../img/header_bottom.png) center bottom;
    background-size: cover;
}

#contentWrapper {
    position: relative;
    background: #4cbee9;
    padding-bottom: 55px;
}

#contentWrapper .content_top {
    background: url(../img/content-top.png) no-repeat center top;
    height: 18px;
    margin-bottom: 55px;
}

.content_text {
    padding: 0px 20px 50px;
    overflow: hidden;
}
.content_text .image {
    width: 139px;
    height: 189px;
    background: url(../img/phone.png) no-repeat;
    position: absolute;
    right: 40px;
    bottom: 0;
}
.content_text .text {
    padding: 50px;
}
.content_text .wrap {
    max-width: 1000px;
    border-bottom: 1px solid #f38a21;
    box-sizing: border-box;
    position: relative;
    min-height: 200px;
    margin: 0 auto 40px;
    padding: 0 200px;
}
.content_text h2 {
    text-align: center;
    font-family: 'Calibri';
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #57585c;
    margin-bottom: 15px;
}

.content_text h3 {
    text-align: center;
    font-family: 'Calibri';
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #f68d1f;
    margin-bottom: 0px;
}

.content_text p {
    text-align: center;
    font-family: 'Calibri';
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    color: #57585c;
    margin-bottom: 0px;
}

.content_text a {
    font-family: 'Calibri';
    font-weight: 400;
    color: #f68d1f;
    text-decoration: none;
}

footer {
    background: url(../img/footer.png) no-repeat center center;
    background-size: cover;
    height: 290px;
    margin-bottom: 5px;
}

footer h2,
footer h2 a {
    font-family: Arial;
    font-weight: 700;
    color: #929396;
    font-size: 11px;
    padding-top: 115px;
}

footer h2 {
    text-align: center;
}

footer a {
    text-decoration: underline;
}

footer a:hover {
    color: #929396;
}


/*========================================================== */


/*========================================================== */

@media only screen and (min-width: 600px) {
    header .menu img {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    header .row #logo {
        float: left;
        padding-left: 15px;
        margin-bottom: 0;
    }
    header .row #callUs {
        float: right;
        padding-right: 15px;
    }
    footer {
        height: 467px;
    }
}


/*========================================================== */

@media only screen and (max-width: 1000px){
    .content_text .wrap{
        padding-left: 20px;
        text-align: left;
    }
    .content_text h2, .content_text h3{
        text-align: center;
    }
    
}
@media only screen and (max-width: 805px) {
    header .header_content .row {
        padding: 0 20px;
    }
    header .inner {
        text-align: center;
    }
    header .header_content .image {
        width: 35%;
    }
    header .header_content h2 {
        font-size: 35px;
        line-height: 1.2em;
        padding-left: 20px;
        width: 65%;
    }
    header .header_content p {
        font-size: 25px;
        line-height: 1.2em;
        padding-left: 20px;
        width: 65%;
    }
}
@media only screen and (max-width: 640px){
    .content_text .wrap{
        background: none;
        padding: 0px;
    }
    .content_text .text{
        padding-right: 25%;
    }
    .content_text .image{
        width: 20%;
        -webkit-background-size: contain;
        background-size: contain;
        background-position:  center bottom;
        right: 10px;
    }
    header .header_content h2 {
        font-size: 32px;
        line-height: 1.1em;
    }
    header .header_content p {
        font-size: 21px;
        line-height: 1.1em;
    }
    header .header_content .image {
        -webkit-background-size: contain;
        background-size: contain;
        background-position: bottom right;
    }
}
@media only screen and (max-width: 530px){
    header .header_content h2 {
        width: 100%;
        float: none;
        padding: 15px;
        font-size: 25px;
    }
    header .header_content p {
        width: 55%;
    }
    header .header_content .image {
        width: 45%;
        margin-top: 0;
        -webkit-background-size: contain;
        background-size: contain;
        background-position: top right;
    }
}
@media only screen and (max-width: 460px){

}
@media only screen and (max-width: 360px){
    

}

/*========================================================== */


/*========================================================== */


/*# sourceMappingURL=stylePage.css.map */