﻿@media (max-width: 767px) {
    .floatLeft {
        float: none;
        width: 100%;
    }

    .floatRight {
        float: none;
        width: 100%;
    }

    .wrapper {
        width: 100%;
    }

    .wrapper90 {
        width: 90%;
    }

    .width75 {
        width: 100%;
    }

    .width48 {
        width: 100%;
    }

    .header {
        width: 100%;
        height: auto;
    }

    .topMenu {
        height: 60px;
        background-color: #7aa815;
    }

        .topMenu ul li a:hover, .topMenu ul li a.active {
            border-bottom: none;
        }

    .bannerImg {
        width: 90%;
    }

    .signupForm {
        width: 100%;
    }

    .signUpTop, .signupbottom, .FormSignUp {
        width: 100%;
        background: none;
    }

    .signUpTop {
        background-color: #7aa815;
    }

    .FormSignUp ul li input[type="text"], .FormSignUp ul li input[type="password"] {
        width: 70%;
        text-align: center;
    }

    .FormSignUp {
    }

    .contactUsForm {
        width:100%;
    }

    .messageText {
    }

    .contactUsForm input[type="text"] {
        width: 80%;
    }

    .contactUsForm .messageText {
        width: 80%;
        height: 150px;
    }

    .contactDetail {
        border: none;
    }

    .bannerImg img {
        max-width: 100%;
    }

    .middleTxt h1 {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        font-weight: normal;
        padding-top: 10px;
    }

    .contentColumns {
        margin: 25px;
    }

    .column {
        width: 90%;
        margin-right: 0px;
    }

    .signupmidfooter {
        width: 100%;
    }

    .tipandtemplates {
        width: 90%;
        margin: 20px;
    }

    .tiptemplatedbox {
        width: 90%;
        margin: 20px;
    }

    .footer {
        padding: 20px 40px;
    }

    .sideLinks {
    }

    .login-box {
        padding-left: 10px;
        padding-top: 0px;
    }

    .subscribe-first-col {
        width: auto;
        text-wrap: normal;
    }

    img.responsive {
        max-width: 90%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .wrapper {
        width: 100%;
    }

    .header {
        width: 100%;
        height: auto;
    }

    .topMenu {
        width: 100%;
        height: 20px;
        background-color: #7aa815;
    }

        .topMenu ul li a:hover, .topMenu ul li a.active {
            border-bottom: none;
        }

    .bannerImg {
        width: 50%;
    }

    .signupForm {
        width: 50%;
    }

    .bannerImg img {
        max-width: 90%;
    }

    .middleTxt h1 {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        font-weight: normal;
        padding-top: 15px;
    }

    .column {
        width: 45%;
        margin: 10px;
    }

    .contactDetail {
        width: 35%;
    }

    .tipandtemplates {
        width: 60%;
    }

    .tiptemplatedbox {
        width: 60%;
    }

    .width48 .tiptemplatedbox {
        width: 100%;
    }

    .footerLinks {
        width: 25% !important;
        float: left !important;
    }

    .sideLinks {
        display: none;
    }

    img.responsive {
        max-width: 90%;
    }
}
