@charset "utf-8";
/* CSS Document */
html, body {
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
.wrapper {
    max-width: 1280px;
    margin: 0 auto;
}
h1, h2, h3, h4 {
    text-transform: uppercase;
}
h1 {
    font-size: 35px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 20px;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
header {
    height: 150px;
    border-bottom: 5px solid #F8941E;
    padding: 0 20px;
}
.header img.logo {
    width: 220px;
    height: auto;
    margin: 15px 110px 15px 0;
    float: left;
}

.header .fb-follow {
    float: left;
    margin-top: 100px;
}
.header .contact {
    width: 295px;
    height: 120px;
    margin: 0 0 15px 20px;
}
.header .contact h4 {
    color: #D0CECB;
    text-align: right;
}
.contact h1 {
    color: #F8941E;
    padding-top: 10px;
    text-align: right;
}
.slider {
    width: 100%;
    height: auto;
    margin-bottom: -60px;
}
.slider .img_slider {
    width: 100%;
    height: auto;
}
.bx-viewport {
    height: auto !important;
    background: #fff !important;
}
.bx-wrapper img {
    max-width: 1920px;
    display: block;
    height: auto;
    width: 100%;
    margin: auto;
}
main {

}
.services {
    width: 100%;
    height: auto;
    padding: 50px 20px;
    border-top: 5px solid #F8941E;
    border-bottom: 2px solid #fff;
    background: rgb(51,51,51);
    background: linear-gradient(180deg, rgba(51,51,51,1) 0%, rgba(102,102,102,1) 40%, rgba(102,102,102,1) 60%, rgba(51,51,51,1) 100%);
    display: inline-block;
}
.two_col {
    width: 74%;
    float: left;
}
.one_col {
    width: 26%;
    float: left;
}
.services h1 {
    margin: 0;
    padding-top: 10px;
    color: #fff;
    text-shadow: 2px 2px #000;
}
.services ul {
    padding-left: 0;
}
.services ul.firstchild {
    margin-right: 20px;
}
.services ul li {
    color: #fff;
    margin-left: 35px;
    margin-bottom: 5px;
}
.photos {
    width: 100%;
    height: auto;
}
.photos h1 {
    margin: 0;
    padding-top: 10px;
    color: #fff;
    text-shadow: 2px 2px #000;
}
.photos img.photo {
    width: 24%;
    height: auto;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    margin: 4px;
    padding: 1px;
}
footer {
    float: left;
    width: 100%;
    height: 200px;
    background: #DCDCDC;
    border-top: 5px solid #F8941E;
}
footer .footer_left {
    float: left;
    width: 670px;
    height: 180px;
    margin-top: 10px;
}
footer .footer_left h4 {
    margin: 0;
    color: #333;
    text-align: center;
}
footer .footer_left ul {
    float: left;
    width: 60%;
    list-style: none;
}
footer .footer_left ul li {
    margin-bottom: 5px;
}
footer .footer_left ul.social {
    float: right;
    width: 5%;
}
footer .footer_left ul.social li {
    width: 20px;
}
footer .footer_left ul.social li img {
    width: 32px;
}
footer .footer_left ul li span {
    vertical-align: 10px;
    padding-left: 10px;
}
footer .footer_left ul li span a {
    color: #000;
}
footer .footer_right {
    float: right;
    width: 450px;
    height: 180px;
    margin-top: 10px;
}
footer .footer_right img.maps {
    border: 1px solid #ccc;
    border-radius: 10px;
}

/* On screens that are 1024px wide or less, the background color is blue */
@media screen and (max-width: 1024px) {
    header {
        padding: 0 20px;
    }
    .services {
        width: 90%;
        padding: 30px 0 10px 10%;
    }
    .two_col {
        width: 100%;
        float: left;
    }
    .one_col {
        width: 100%;
        float: left;
    }
    .photos img.photo {
        width: calc(100% / 4 - 2% - 2px);
        height: auto;
        border: 1px solid #DCDCDC;
        border-radius: 5px;
        margin: 0.5%;
        padding: 0.5%;
    }
    footer {
        height: auto;
    }
    footer .footer_left {
        float: none;
        width: 650px;
        height: 180px;
        margin: 40px auto 10px;
    }
    footer .footer_right {
        float: none;
        width: 100%;
        height: 180px;
        margin: 10px auto 0;
    }
}
/* On screens that are 768px wide or less, the background color is blue */
@media screen and (max-width: 768px) and (orientation: portrait) {
    .photos img.photo {
        width: calc(100% / 2 - 2% - 2px);
        height: auto;
        border: 1px solid #DCDCDC;
        border-radius: 5px;
        margin: 0.5%;
        padding: 0.5%;
    }
}
/* On screens that are 677px wide or less, the background color is olive */
@media screen and (max-width: 677px) and (orientation: landscape) {
    h1 {
        font-size: 20px;
    }
    h4 {
        font-size: 14px;
    }
    header {
        height: 100px;
        padding: 0 20px;
    }
    .header img.logo {
        width: 120px;
        height: auto;
        margin: 15px auto;
        float: left;
    }
    .header .contact img {
        width: 30px;
    }
    .header .contact {
        width: 160px;
        height: 90px;
        margin: 0 0 15px 10px;
    }
    .services {
        width: 90%;
        padding: 30px 0 10px 10%;
        font-size: 13px;
    }
    .two_col {
        width: 100%;
        float: left;
    }
    .one_col {
        width: 100%;
        float: left;
    }
    .photos img.photo {
        width: calc(100% / 4 - 2% - 2px);
        height: auto;
        border: 1px solid #DCDCDC;
        border-radius: 5px;
        margin: 0.5%;
        padding: 0.5%;
    }
    footer {
        width: 100%;
        height: auto;
        font-size: 13px;
    }
    footer .footer_left {
        float: none;
        width: 90%;
        height: 120px;
        margin: 0;
        padding: 20px 5% 0;
    }
    footer .footer_left ul {
        margin-left: -50px;
        font-size: 13px;
    }
    footer .footer_left ul li img {
        width: 22px;
    }
    footer .footer_left ul.social li img {
        width: 22px !important;
    }
    footer .footer_left ul li span {
        vertical-align: 7px;
    }
    footer .footer_right {
        float: none;
        width: 100%;
        height: 180px;
        margin: 10px auto 0;
    }
}
/* On screens that are 480px wide or less, the background color is olive */
@media screen and (max-width: 480px) and (orientation: landscape) {
    h1 {
        font-size: 20px;
    }
    h4 {
        font-size: 14px;
    }
    header {
        height: 100px;
        padding: 0 20px;
    }
    .header img.logo {
        width: 120px;
        height: auto;
        margin: 15px auto;
        float: left;
    }
    .header .contact img {
        width: 30px;
    }
    .header .contact {
        width: 160px;
        height: 90px;
        margin: 0 0 15px 10px;
    }
    .services {
        width: 90%;
        padding: 30px 0 10px 10%;
        font-size: 13px;
    }
    .two_col {
        width: 100%;
        float: left;
    }
    .one_col {
        width: 100%;
        float: left;
    }
    .photos img.photo {
        width: calc(100% / 4 - 2% - 2px);
        height: auto;
        border: 1px solid #DCDCDC;
        border-radius: 5px;
        margin: 0.5%;
        padding: 0.5%;
    }
    footer {
        width: 100%;
        height: auto;
        font-size: 13px;
    }
    footer .footer_left {
        float: none;
        width: 90%;
        height: 120px;
        margin: 0;
        padding: 20px 5% 0;
    }
    footer .footer_left ul {
        margin-left: -50px;
        font-size: 13px;
    }
    footer .footer_left ul li img {
        width: 22px;
    }
    footer .footer_left ul.social li img {
        width: 22px !important;
    }
    footer .footer_left ul li span {
        vertical-align: 7px;
    }
    footer .footer_right {
        float: none;
        width: 100%;
        height: 180px;
        margin: 10px auto 0;
    }
}
/* On screens that are 420px wide or less, the background color is olive */
@media screen and (max-width: 420px) and (orientation: portrait) {
    h1 {
        font-size: 20px;
    }
    h4 {
        font-size: 14px;
    }
    header {
        height: 100px;
        padding: 0 20px;
    }
    .header img.logo {
        width: 120px;
        height: auto;
        margin: 15px auto;
        float: left;
    }
    .header .contact img {
        width: 30px;
    }
    .header .contact {
        width: 160px;
        height: 90px;
        margin: 0 0 15px 10px;
    }
    .contact h1 {
        padding-top: 5px;
    }
    .services {
        width: 90%;
        padding: 30px 0 10px 10%;
        font-size: 13px;
    }
    .two_col {
        width: 100%;
        float: left;
    }
    .one_col {
        width: 100%;
        float: left;
    }
    .photos img.photo {
        width: calc(100% / 2 - 2% - 2px);
        height: auto;
        border: 1px solid #DCDCDC;
        border-radius: 5px;
        margin: 0.5%;
        padding: 0.5%;
    }
    footer {
        width: 100%;
        height: auto;
        font-size: 13px;
    }
    footer .footer_left {
        float: none;
        width: 90%;
        height: 120px;
        margin: 0;
        padding: 20px 5% 0;
    }
    footer .footer_left ul {
        margin-left: -50px;
        font-size: 13px;
    }
    footer .footer_left ul li img {
        width: 22px;
    }
    footer .footer_left ul.social li img {
        width: 22px !important;
    }
    footer .footer_left ul li span {
        vertical-align: 7px;
    }
    footer .footer_right {
        float: none;
        width: 100%;
        height: 180px;
        margin: 10px auto 0;
    }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
    h1 {
        font-size: 20px;
    }
    h4 {
        font-size: 14px;
    }
    header {
        height: 100px;
        padding: 0 10px;
    }
    .header img.logo {
        width: 120px;
        height: auto;
        margin: 15px auto;
        float: left;
    }
    .header .contact img {
        width: 30px;
    }
    .header .contact {
        width: 160px;
        height: 90px;
        margin: 0 0 15px 10px;
    }
    .contact h1 {
        padding-top: 5px;
    }
    .services {
        width: 90%;
        padding: 30px 0 10px 10%;
        font-size: 13px;
    }
    .two_col {
        width: 100%;
        float: left;
    }
    .one_col {
        width: 100%;
        float: left;
    }
    .photos img.photo {
        width: calc(100% / 2 - 2% - 2px);
        height: auto;
        border: 1px solid #DCDCDC;
        border-radius: 5px;
        margin: 0.5%;
        padding: 0.5%;
    }

    footer .footer_left ul {
        margin-left: -50px;
        font-size: 11px;
    }
    footer .footer_left ul li img {
        width: 22px;
    }
    footer .footer_left ul li span {
        vertical-align: 7px;
    }
}

    

