/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
body {
    min-width: 970px;
    padding-bottom: 30px;
}

.container {
    min-width: 970px;
}

/* Don't let the lead text change font-size. */
.lead {
    font-size: 1em;
}

/* Finesse the page header spacing */
.page-header {
    margin-bottom: 30px;
}

.page-header .lead {
    margin-bottom: 10px;
}

/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
    max-width: none !important;
}

.container .navbar-header,
.container .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
    float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-toggle {
    display: none;
}

.navbar-collapse {
    border-top: 0;
}

/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
}

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

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

.nav > li > a:hover, .nav > li > a:focus {
    background-color: inherit;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
     background-color: rgba(0,0,0,0.15);
}

.dr.dropdown-menu > li {
    padding: 0 !important;
}

.dr.dropdown-menu .divider {
    width: inherit !important;
    margin: 10px 0;
    display: block;
}

.dr.dropdown-menu {
    margin-top: 9px !important;
}

.dr.dropdown-menu > li > a {
    display: inline-block;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dr.dropdown-menu:after {
    content: "";
    position: absolute;
    left: 190px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
}

.dropdown .avatar {
    display: inline;
    padding-left: 5px;
}

.dr {
    width: 220px;
}

.dr.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: inherit;
    text-decoration: underline;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
    float: right;
}

.col-left, .col-right {
    min-width: 220px;
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-center {
    width: 54%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-center-big {
    width: 80%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-left-mes {
    width: 34.5%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-center-mes {
    width: 65%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (min-width: 762px) {
    .col-left, .col-right {
        width: 22.5%;
    }

    .col-center {
        width: 54%;
    }

    .col-center-big {
        width: 77%;
    }

    .col-left-mes {
        width: 34.5%;
    }

    .col-center-mes {
        width: 65%;

    }
}

@media (min-width: 1200px) {
    .col-left, .col-right {
        width: 18%;
    }

    .col-left-mes {
        width: 29.5%;
    }

    .col-center-mes {
        width: 70%;

    }

    .col-center {
        width: 62%;
    }

    .col-center-big {
        width: 81%;
    }
}