﻿/* Small Devices, Tablets */
@media only screen and (max-width : 1260px) {
}

@media only screen and (max-width : 1000px) {    
}

@media only screen and (max-width : 992px) {    
}

@media only screen and (max-width : 768px) {
}

@media only screen and (max-width : 640px) {
}

@media only screen and (max-width : 420px) {
    
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .choose .head h1 {
        font-size:13pt !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {    
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 370px) {
}

@media only screen and (min-width : 992px) {
    .navbar-nav {
        display: table;
        width: 100%;
        margin: 0;
    }

        .navbar-nav > li {
            float: none;
            display: table-cell;
            text-align: center;
        }
}