﻿@media (max-width: 1200px) {
    #header .row .col-lg-12 {
        float: left;
        width: 100%;
    }

    #footer .col-lg-6 {
        float: left;
        width: 50%;
    }
}

@media (max-width: 1189px) {

}

@media (max-width: 1089px) {

}

@media (max-width: 1013px) {

}

@media (max-width: 992px) {

}

@media (max-width: 852px) {

}

@media (max-width: 843px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #header .hidden-phone {
        display: none;
    }

    #header .visible-phone {
        display: block;
    }

    #header .button-section {
        padding-top: 10px;
    }
}

@media screen and (max-width: 767px) {

}

/* Animated Glyphicon Spinner */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Targetting Webkit browsers only.  */
@media screen and (-webkit-min-device-pixel-ratio:0) {

}