@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 1201px) {
    .mega-dropdown-menu:before {
        content: "";
        border-bottom: 15px solid #fff;
        border-right: 17px solid transparent;
        border-left: 17px solid transparent;
        position: absolute;
        top: -14px;
        left: 60px;
        z-index: 10;
    }

    .mega-dropdown-menu:after {
        content: "";
        border-bottom: 16px solid #fff;
        border-right: 18px solid transparent;
        border-left: 18px solid transparent;
        position: absolute;
        top: -16px;
        left: 60px;
        z-index: 8;
    }

    .challenges .mega-dropdown-menu:before, .challenges .mega-dropdown-menu:after {
        left: 190px;
    }
    .benefits .mega-dropdown-menu:before, .benefits .mega-dropdown-menu:after {
        left: 320px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}



/*==========  Non-Mobile First Method  ==========*/
@media only screen and (min-width : 992px) and (max-width : 1200px) {
    .right-nav {
        min-width: 200px;
        display: inline-block;
        text-align: left;
        padding-left: 100px;
        margin-top: 5px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {


    .team-social {
        width: 33px;
        height: 33px;
        line-height: 33px;
        margin-right: 3px;
    }

    .content-bubble .mark1 {
        top: 170px;
        left: 170px;
    }

    .content-bubble .mark2 {
        top: 400px;
        right: 150px;
    }

    .content-bubble .bubble1 {
        top: 100px;
        left: 0;
    }

    .content-bubble .bubble2 {
        top: 200px;
        right: 40px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .sub-nav {
        margin: 10px 0;
    }



    .nav > li > a {
        padding: 10px !important;
    }

    .banner h1 {
        font-size: 50px;
    }

    .signup-text h2 {
        font-size: 24px;
    }

    .signup-box {
        margin: 0;
    }

    .signup-text {
        padding-right: 10px;
    }

    .content-bubble .mark1 {
        top: 120px;
        left: 120px;
    }

    .content-bubble .mark2 {
        top: 280px;
        right: 110px;
    }

    .content-bubble .bubble1 {
        top: 50px;
        left: -50px;
    }

    .content-bubble .bubble2 {
        top: 100px;
        right: 40px;
    }

    .spn-clients span {
        text-align: center;
        width: 100%;
        border: 0;
        display: block;
        padding: 0;
        margin: 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .big {
        font-size: 18px;
    }

    .banner h1 {
        font-size: 40px;
        font-weight: 700;
    }

    .signup-text {
        background: none;
    }

    blockquote.quote h2 {
        padding: 0 50px;
        font-size: 100%;
    }

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

    .text-center-xs .img-responsive {
        margin: 0 auto;
    }

    .content-bubble .mark1 {
        top: 120px;
        left: 120px;
    }

    .content-bubble .mark2 {
        top: 280px;
        right: 110px;
    }

    .content-bubble .bubble1 {
        top: -40px;
        left: 0;
    }

    .content-bubble .bubble2 {
        top: 100px;
        right: 40px;
    }



}

@media only screen and (max-width : 992px) {
        .main-nav {
        margin: 7.5px 0 !important;
        background-color: #fff;
    }


    .main-nav > li:first-child > a {
        border-top:1px solid #fff;
    }
    .main-nav > li > a{
        border-bottom:1px solid #fff;
    }
    .main-nav > li .caret{
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
        border-left: 4px solid;
        float:right;
        margin-top:5px;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding:0;
    }
    .mega-dropdown-menu .dropdown-header {
        font-size:14px;
    }
    .mega-dropdown-menu {
        margin-top:0 !important;
        padding:10px 0 !important;
    }
    .mega-dropdown-menu > li > ul > li > a {
        padding:5px 0;
    }

    .right-nav {
        float:left !important;
        text-align: left !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .banner {
        top: -50px;
    }

    .banner h1 {
        font-size: 36px;
        font-weight: 700;
    }

    .banner h3 {
        font-size: 16px;
    }

    .carousel {
        height: 400px;
    }

    .carousel .item {
        height: 400px;
        background-color: #fff;
    }

    .block1, .block2 {
        margin: 0;
    }

    .copyright {
        text-align: center;
    }

    .copyright a:first-child {
        display: inline-block;
    }

    .content-bubble .mark1 {
        top: 60px;
        left: 40px;
    }

    .content-bubble .mark2 {
        top: 140px;
        right: 70px;
    }

    .content-bubble .bubble1 {
        top: 140px;
        left: 0;
    }

    .content-bubble .bubble2 {
        top: -20px;
        right: 0;
    }
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

    .content-bubble .bubble1 {
        display: none;
    }

    .content-bubble .bubble2 {
        display: none;
    }
}
