﻿@media screen and (max-width: 1200px){
    #CTA #circle{
        display: none;
    }

    .textInput{
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }

    .buttonSubmit{
        width: auto;
        display: block;
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    .bullet{
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 992px){
    #CTA{
        display: none;
    }

    footer{
        position: relative !important;
    }

    .bullets a img{
        width: 100px !important;
    }

    .singleBullet:hover img{
        width: 100px !important;
    }

    .bulletSectionAdmin .bullet{
        clear: both;
        margin-bottom: 30px !important;
    }

    .bullets {
        margin-bottom: 30px;
    }

    #contactBox{
        text-align: center;
        margin-top: 10%;
    }

    #mainSection{
        height: auto;
        padding-bottom: 50px;
    }

    .infopoint{
        padding: 0;
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }

    #featurePhone{
        display: none;
    }

    #infopointContainer {
        padding: 0 0 0 0;
        width: 100%;
        text-align: center;
    }

    body {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 600px){
    .infopoint{
        padding: 0;
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .infopoint img{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 362px) {
    .nav-pills > li {
        float: none;
        text-align: center;
        border-bottom: 1px solid #efecec;
    }
}