/* NOTE: This is a custom CSS class - normal containers serve the site well.
    Use this stylesheet if you want to maximize the space within the containers 
    between media breakpoints*/

.table-striped {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;

}

td {
    padding: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.container {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 750px) {
    .container {
        width: 720px;
    }

}

@media (min-width: 800px) {
    .container {
        width: 770px;
    }
}

@media (min-width: 850px) {
    .container {
        width: 820px;
    }
}

@media (min-width: 900px) {
    .container {
        width: 870px;
    }
}

@media (min-width: 950px) {
    .container {
        width: 920px;
    }

    #socialWrap {

        display: block;
    }
}

@media (min-width: 1000px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1050px) {
    .container {
        width: 1020px;
    }

    #socialWrap {
        margin-right: 45px;

    }
}

@media (min-width: 1100px) {
    .container {
        width: 1070px;
    }

    .navbar-brand img {

        max-width: 100%;
    }

    div#navbar-collapse-1.collapse.navbar-collapse {
        position: relative;
        top: 35%;
    }

    .navbar-default {

        height: 100px;

    }

}

@media (min-width: 1150px) {
    .container {
        width: 1120px;
    }
}

@media only screen and (min-width: 1260px) {
    .container {
        width: 1230px;
    }

    #socialWrap {
        margin-right: 60px;

    }
}

@media (max-width: 1150px) {
    #statisticsWrap #statsWrap .statsItem {
        width: 19%;
    }

    #statisticsWrap #statsWrap .statsItem .statsInner .statsName {
        font-size: 16px;
    }

}

@media (max-width: 1050px) {
    #statisticsWrap #statsWrap .statsItem .statsInner .statsName {
        font-family: 'oswaldlight';
        font-size: 15px;
    }

}

@media (max-width: 1010px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

}

@media (max-width: 700px) {

    #statisticsWrap #statsWrap .statsItem {
        width: 200px;
        margin: 10px;
    }

    #statisticsWrap #statsWrap {
        -webkit-justify-content: center;
        justify-content: center;
    }

}

@media (max-width: 524px) {

    #statisticsWrap #totalVehicles {
        display: block;
        margin-bottom: 2px;
    }

    #statisticsWrap #totalVehicles span {
        display: block;
        margin: 0 auto;
        width: 100px;
    }

    #statisticsWrap #totalVehicles, #statisticsWrap h2 {
        float: none !important;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    #statisticsWrap h2 {
        margin-bottom: 15px;
    }

}

/* MODAL MENU */
.modal-title {
    padding-bottom: 0;
}

.modal-dialog {

    margin: 100px auto;
    z-index: 2000;
}

ul#bootmenu {
    padding-left: 0;
    text-align: center;
    list-style-type: none;
}

ul#bootmenu li {
    font-family: latobold;
    margin: 12px;
}

ul#bootmenu li a {
    font-family: 'fira_sanssemibold';
    color: #032f66;
    font-size: 23px;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

ul#bootmenu li a:hover {
    text-transform: uppercase;
    color: #004bb9;;
}

.modal-content {

    border-radius: 0;

}

.modal-open .modal {
    padding: 10px !important;
}

blockquote {
    border-left: solid 5px rgba(0, 0, 0, 0.1);
    margin-left: 0;
    padding: 20px;
    font-family: 'fira_sanslight_italic';
    background-color: rgba(0, 0, 0, 0.03);
}

/* btns */

.btn {
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'fira_sansmedium';
    font-weight: normal;
}

.btn-default {
    border: solid 1px #3C3C3C;
}

.btn-default:hover {
    background-color: #3c3c3c;
    color: #ffffff;
}

.btn-danger {
    background-color: #f80500;
    color: #ffffff;
}

.btn-danger:hover {
    background-color: #ce0400;
}

/*.btn-danger{*/
/*border-radius:0px;*/
/*background-color: #f80500;*/
/*padding: 0px 20px;*/
/*height: 31px;*/
/*text-align: center;*/
/*line-height: 33px;*/
/*color: #ffffff;*/
/*text-decoration: none;*/
/*text-transform: uppercase;*/
/*font-size: 15px;*/
/*font-family: 'fira_sansmedium';*/
/*font-weight: normal;*/
/*transition: all .4s ease;*/
/*-moz-transition: all .4s ease;*/
/*-webkit-transition: all .4s ease;*/
/*-o-transition: all .4s ease;*/
/*}*/
/*.btn-danger:hover{*/
/*background-color: #ce0400;*/
/*}*/

/*.btn-default{*/
/*border-radius:0px;*/
/*margin-left: 10px;*/
/*background-color: #ffffff;*/
/*border: solid 1px #3c3c3c;*/
/*box-sizing: border-box;*/
/*width:93%;*/
/*height: 31px;*/
/*text-align: center;*/

/*color: #3c3c3c;*/
/*text-decoration: none;*/
/*text-transform: uppercase;*/
/*font-size: 15px;*/
/*font-family: 'fira_sansmedium';*/
/*font-weight: normal;*/
/*transition: all .4s ease;*/
/*-moz-transition: all .4s ease;*/
/*-webkit-transition: all .4s ease;*/
/*-o-transition: all .4s ease;*/
/*}*/

/*.btn-default:hover{*/
/*background-color: #3c3c3c;*/
/*color: #ffffff;*/
/*}*/
