@media screen and (min-width: 970px) {


    .mainMenu {
        background: url('../imgs/transp-white.png');
    }

    .logo img {
        width: 100%;
        height: auto;
    }

    .normalMenu {
        display: block !important;
    }

    .topButtonsResponsive {
        display: none;
    }

}


@media screen and (max-width: 970px) {


    .logo img {
        width: 40%;
        height: auto;
    }


    .inputBox {
        display: block;
        position: relative;
        padding-bottom: 70px;
        clear: both;
    }

    .inputBox input {
        width: 90%;
        float: left;
        padding: 15px;
    }

    .inputBox select {
        width: 90%;
        float: left;
        padding: 15px;
    }

    .inputBox select option {
        padding: 10px;
    }

    .inputBox textarea {
        width: 90%;
        float: left;
        padding: 15px;
        min-height: 200px;
    }

    .inputBox label {
        float: left;
        min-width: 90%;
        max-width: 90%;
        padding: 15px;
    }


}


@media screen and (max-width: 815px) {


    .requireTitle {
        text-align: center;
    }

    .spanDiv {
        position: relative;
        display: inline !important;
    }

    .mainMenu {
        position: relative;
        background: url('../imgs/transp-white_hard.png') repeat;
        padding: 10px;
        text-align: right;
        line-height: 30px;
    }

    .mainMenu a {
        text-decoration: none;
        color: #676564;
        margin-left: 20px;
        padding: 20px 10px 20px 10px;
        display: block;
    }

    .mainMenu a:visited {
        color: #676564;
    }

    .mainMenu a:hover {
        color: white;
        background-color: #00adef;
    }

    .mainMenu a:active {
        color: #676564;
    }


    .mainMenu a {
        display: block;
    }

    .mainMenuButton {
        display: block;
    }


    .topButtons {
        display: none;
    }

    .topButtonsResponsive {
        display: block;
    }


    .normalMenu {
        display: none;
    }


    .subMenu {
        display: none;
        position: relative;
        top: 0;
        left: 20px;
        border: solid 1px #e7e7e7;
        width: 95%;
        background: url('../imgs/transp-white_hard.png') repeat;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .subMenu a {
        display: block;
        margin-left: 0;
        padding: 10px 10px 10px 10px;
        border-bottom: solid 1px #e7e7e7;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }


}


@media screen and (max-width: 540px) {


    .mainMenu {
        background: url('../imgs/transp-white_hard.png');
    }

    .hero {
        position: relative;
        background: url('../imgs/hero.jpg');
        background-size: cover;
        width: 100%;
        min-height: 400px;
        z-index: 0;
    }

    .hero-message {
        padding: 20px;
        background-color: #bc3f45;
        color: white;
        margin: 0 auto 0 auto;
        text-align: center;
        max-width: 100%;
    }


    .normalMenu {
        display: none;
    }


    .col20 {
        position: relative;
        width: 100%;
        float: none;
    }

    .col25 {
        position: relative;
        width: 100%;
        float: none;
    }

    .col30 {
        position: relative;
        width: 100%;
        float: none;
    }

    .col33 {
        position: relative;
        width: 100%;
        float: none;
    }

    .col40 {
        position: relative;
        width: 100%;
        float: none;
    }

    .col50 {
        position: relative;
        width: 100%;
        float: none;
    }

    .col60 {
        position: relative;
        width: 100%;
        float: none;
    }

    .col70 {
        position: relative;
        width: 100%;
        float: none;
    }

    .col75 {
        position: relative;
        width: 100%;
        float: none;
    }

    .col80 {
        position: relative;
        width: 100%;
        float: none;
    }

    .col90 {
        position: relative;
        width: 100%;
        float: none;
    }


    .dragUp {
        margin-top: 0;
    }

    .sq {
        max-width: 100%;
        height: 280px;
        line-height: 30px;
        text-align: center;
        color: white;
    }


    .resp-center {
        text-align: center;
    }

    .footer {
        text-align: center;
    }


}





