@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --primary-color: #ffe14d;
    --secondary-color: #263238;

    --header-background: #11172b;

    --page-background: #ffffff;
    --page-background-dark: #08090d;
    --page-background-secondary: #f8f9fa;

    --text-color: #11172b;
    --text-color-link-hover: #707482;
    --text-color-link-active: #cccccc;
    --text-color-clear: #ffffff;
    --text-color-gray: #818181;

    --scrollbar-background: #555555;
    --error-color: #e57373;
    --success-color: #00a500;

    --btn-register-color: #e87e00;
}

body {
    background-color: var(--page-background);
    color: var(--text-color);
    font-family: 'Open Sans';
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flexFont {
    width: 100%;
}

    .container {
        width: 85%;
    }

.dark-heading {
    background: var(--header-background);
    color: var(--text-color-clear);
    font-variation-settings: 'GRAD' 0;
    font-size: 2.02rem;
}

.dark-body {
    background: var(--header-background);
    color: var(--text-color-clear);
    font-variation-settings: 'GRAD' 0;
}

.light-heading {
    color: var(--header-background);
    font-variation-settings: 'GRAD' 0;
    font-size: 3.02rem;
}

div.blue-round {
    background-color: var(--header-background) !important;
    color: var(--text-color-clear);
    border-radius: 15px !important;
    padding: 10px 0;
    margin-bottom: 5px;
}

div.gray-border-round {
    border-style: solid;
    border-top: 1px;
    border-right: 1px;
    border-left: 1px;
    border-color: var(--secondary-color) !important;
    border-radius: 15px !important;
    padding: 10px 0 !important;
    margin-bottom: 5px;
}

div.b-gray-border-round {
    border-style: solid;
    border-color: var(--secondary-color) !important;
    border-radius: 15px !important;
    padding: 10px 0 !important;
    margin-bottom: 5px;
}

.icon-small {
    color: var(--header-background);
    font-variation-settings: 'GRAD' 0;
    font-size: 20px;
}

.icon-dark-big {
    background: var(--header-background);
    color: var(--text-color-clear);
    font-variation-settings: 'GRAD' 0;
    font-size: 3.02rem;
}

.icon-big {
    font-variation-settings: 'GRAD' 0;
    font-size: 3.02rem;
}

.fill {
    font-variation-settings: 'wght' 700, 'GRAD' 0, 'FILL' 1;
}
.fill200 {
    font-variation-settings: 'GRAD' 200, 'FILL' 1;
}

h1,
h2,
h3,
h4,
h5,
a,
strong {
    color: var(--text-color);
}

a {
    font-weight: bold;
}

a:hover {
    color: var(--text-color-link-hover);
    cursor: pointer;
}

img {
    max-width: 100%;
}

.img-tutorial {
    text-align: center;
}

table tr td {
    padding: 3px !important;
}

.sem-borda {
    border: none !important;
    border-style: none;
    border-bottom: none !important;
}

td-margin-left {
    padding: 10px !important;
}

.text-white * {
    color: var(--text-color-clear) !important;
}

.text-blue * {
    color: var(--text-color) !important;
}

.color-blue {
    background-color: var(--header-background) !important;
}

.carousel-fixed-item h4 {
    margin: 0 1.7em;
    padding: 0.5em 0;
}

.btn-carousel {
    background-color: var(--btn-register-color);
    border: none;
    border-radius: 2px;
    width: auto !important;
    height: auto !important;
    display: inline-block;
    margin: 0 4em;
    padding: 1em;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.btn-carousel:hover {
    background-color: var(--secondary-color);
}

.btn-primary {
    background-color: var(--header-background);
}

.btn-primary:hover {
    background-color: var(--secondary-color);
}

.tabs * {
    color: var(--header-background) !important;
    background-color: transparent !important;
}

.indicator {
    background-color: var(--header-background) !important;
}

.social-bar {
    display: hidden !important;
}

.datepicker-date-display {
    background-color: var(--header-background) !important;
}

/* NAVBAR */
nav {
    background: var(--header-background);
    height: 80px;
}

.sidenav {
    z-index: 99999;
}

.sidenav img {
    width: 25px;
    vertical-align: middle;
    margin-right: 5px;
}

.sidenav {
    background: var(--header-background);
}

.sidenav * {
    color: var(--text-color-clear) !important;
}

.nav-wrapper ul li {
    margin: none !important;
    padding-top: 10px;
}

.nav-wrapper ul li a {
    color: var(--text-color-clear);
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
}

.nav-wrapper ul li a:hover,
.nav-wrapper ul li a.active {
    background: none !important;
    color: var(--text-color-link-active) !important;
    border-bottom: 3px solid var(--primary-color) !important;
}

.nav-wrapper ul li a#logo-container:hover,
.nav-wrapper ul li a.btn:hover {
    border: none !important;
}

.nav-wrapper ul li a.language {
    background: transparent;
}

.nav-wrapper ul li a.language img {
    height: 18px;
}

.nav-wrapper ul li a.register {
    font-size: 16px !important;
    background: transparent;
    margin-left: -20px !important;
    margin-right: -10px !important;
}

.nav-wrapper ul li.main-menu a {
    padding-top: 20px;
    line-height: 30px;
    border-bottom: 3px solid transparent;
}

.nav-wrapper ul li.main-menu a:hover {
    color: var(--text-color-menu-hover);
    border-bottom: 3px solid var(--primary-color);
}

.logo-wrapper {
    margin-bottom: -24px !important;
    margin-top: -5px;
}

.main-logo img {
    width: auto;
    max-height: 60px;
    margin-bottom: -14px !important;
}

/*
 * o resultado do autocomplete da pesquisa de matriculas, pilot_options.php, linha 170
 * fica com largula pequena. Comentado para usar a largura padrao do componente.
 *
.dropdown-content{
    Top: 55px !important;
    width: 230px !important;
}
*/
.dropdown-content li {
    margin-bottom: 0px !important;
}

.dropdown-content li a {
    padding-top: 15px !important;
    line-height: 20px;
    color: var(--text-color-submenu) !important;
    font-weight: bold;
}

.dropdown-content img {
    height: 20px;
    margin-bottom: -5px;
    margin-right: 5px;
}

.dropdown-content#dropdown-lang {
    background: var(--header-background);
    color: var(--text-color-clear);
    width: 180px !important;
}

.dropdown-content#dropdown-lang * {
    background: var(--header-background);
    color: var(--text-color-clear) !important;
    border: none !important;
}

.dropdown-content#dropdown-lang a:hover {
    color: var(--text-color-link-hover) !important;
}

/* NAVBAR */
@media only screen and (max-width: 1500px) {
    .secondary-menu {
        display: none !important;
    }

    .main-menu {
        display: none !important;
    }

    .small-menu {
        width: 50px;
    }

    h1 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1500px) {
    .small-menu {
        display: none !important;
    }
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 9px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: var(--scrollbar-background);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: var(--scrollbar-background);
}
.select-wrapper input.select-dropdown,
.select-wrapper input.select-dropdown:focus {
    border-bottom: 1px solid var(--header-background);
}
.select-wrapper .caret {
    fill: var(--header-background);
}
.select-wrapper ul {
    background-color: var(--page-background);
    border: 1px solid var(--header-background);
}
.select-wrapper ul li span {
    color: var(--text-color);
}

/*MENU*/
.menu {
    width: 100%;
    background: var(--header-background);
    height: 100px;
    position: fixed;
    top: 80px;
    left: 0px;
    z-index: 10000;
    display: none;
    padding-top: 10px;
}

.hide {
    display: none !important;
    z-index: 0;
}

.show {
    display: block !important;
    z-index: 99999999;
}

.menu h5 {
    color: var(--text-color-link-hover);
    font-weight: bold;
}

.menu p {
    line-height: 10px;
}

.menu a {
    color: var(--text-color-clear);
    font-weight: normal;
}

.menu a:hover {
    color: var(--text-color-link-hover);
}

.menu small {
    color: var(--text-color-link-hover);
}

.menu i {
    color: var(--primary-color);
    margin-top: -10px !important;
    margin-left: 30px;
}

/* CAROUSEL */
.carousel {
    height: 500px !important;
    vertical-align: middle !important;
    display: inline-block !important;
    background-color: var(--header-background);
}

.carousel a {
    height: 160px; /* Can be anything */
    width: 160px; /* Can be anything */
    position: relative;
}

.carousel img {
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.middle-indicator {
    position: absolute;
    top: 50%;
}

.middle-indicator-text {
    font-size: 4.2rem;
}

a.middle-indicator-text {
    color: var(--text-color-clear) !important;
    opacity: 0.25;
}

.content-indicator {
    width: 64px !important;
    height: 64px !important;
    background: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

#carousel-footer {
    height: 100px;
    width: 100%;
    position: relative;
    display: block;
    top: -100px;
    margin-bottom: -100px;
}

#carousel-footer img {
    width: 100%;
    height: 100%;
}

/*highlights*/
.highlights {
    background: var(--header-background);
    color: var(--text-color-clear);
    min-height: 80px;
    padding-top: 20px;
}

.highlights img {
    height: 40px;
    float: left;
    margin-right: 5px;
}

.highlights img.arrow {
    height: 15px;
    margin-top: 15px;
}

.highlights span {
    line-height: 10px;
    padding: none !important;
}

.highlights-margin {
    margin-bottom: 10px;
}


/*HOME*/
#last-flights,
#partners {
    /*background: var(--page-background-secondary);*/
    margin-bottom: -20px !important;
}

td i {
    font-size: 16px !important;
}

#partners img {
    width: auto;
    height: 70px;
    text-align: center;
}

#partners * {
    text-align: center;
}

/*FOOTER*/
#footer {
    background: var(--header-background);
    padding-bottom: 50px;
    margin-bottom: -20px;
}

#footer h5 {
    color: var(--text-color-link-hover);
    font-weight: bold;
}

#footer p {
    line-height: 14px;
}

#footer a {
    color: var(--text-color-clear);
    font-weight: normal;
}

#footer a:hover {
    color: var(--text-color-link-hover);
}

#footer small {
    color: var(--text-color-link-hover);
}

#footer #credits {
    border-top: 1px solid var(--text-color-link-hover);
    text-align: center;
}

#footer a.network {
    border: 2px solid var(--text-color-link-hover);
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
    padding: 30px 6px 0px 4px;
    margin: 0 10px;
}

#footer a.network:hover {
    background: var(--text-color-link-hover);
    cursor: pointer;
}

#footer a.network img {
    width: 40px;
}

#go-to-top {
    display: none;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 99;
    font-size: 18px;
    cursor: pointer;
    background-color: var(--header-background);
}

#go-to-top * {
    color: var(--text-color-submenu) !important;
}

/*FORMS*/
.input-field label {
    color: var(--header-background);
}

.input-field input[type='text']:focus + label {
    color: var(--header-background);
}

.input-field input[type='text']:focus {
    border-bottom: 1px solid var(--header-background);
    box-shadow: 0 1px 0 0 var(--header-background);
}

.input-field input[type='text'].valid {
    border-bottom: 1px solid var(--header-background);
    box-shadow: 0 1px 0 0 var(--header-background);
}

.input-field input[type='text'].invalid {
    border-bottom: 1px solid var(--header-background);
    box-shadow: 0 1px 0 0 var(--header-background);
}

.input-field .prefix.active {
    color: var(--header-background);
}

/*VAM*/
.panel-heading,
.alert {
    font-size: 2.92rem !important;
    padding: 20px 0;
    margin-top: 10px;
}

.panel-heading img {
    width: 2.02rem;
    padding: 0.1rem;
    background-color: var(--header-background);
}

.panel-title {
    font-size: 1.92rem !important;
    padding: 20px 0;
}

#pilots_public_length {
    display: none !important;
}

.dataTables_length {
    display: none !important;
}

.paginate_button.active {
    background-color: var(--header-background) !important;
}

/*GRID*/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}

.btn-large {
    background-color: var(--header-background);
    color: var(--text-color-clear);
    border-radius: 5px;
    font-weight: bold;
    padding: 0 15px;
    background-color: var(--secondary-color);
}

#menu-dashboard {
    padding-top: 50px;
    font-family: 'Segoe UI', sans-serif;
}
#menu-dashboard .item {
    background-color: var(--header-background);
    padding: 10px 0;
    margin-right: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
#menu-dashboard .btn-large {
    background-color: var(--header-background);
    border-radius: 5px;
    font-weight: normal;
    padding: 0 15px;
    background-color: var(--secondary-color);
}
#menu-dashboard .row {
    margin: 0 !important;
    padding: 0;
}
#menu-dashboard h6 {
    line-height: 55px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#menu-dashboard h6 {
    color: var(--text-color-clear) !important;
}
#menu-dashboard h6 a {
    color: var(--text-color-clear);
}
.materialboxed.active {
    width: auto !important;
}

a.link {
    color: var(--text-color);
}

a.link:hover {
    color: var(--text-color-link-hover);
    cursor: pointer;
}

.mobile-only {
    display: none;
}
.desktop-only {
    display: table;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .carousel {
        height: 300px !important;
    }
    .carousel-fixed-item h4 {
        display: none;
    }
    .btn-carousel {
        display: none;
    }
    .main-logo img {
        width: 90% !important;
        max-height: 60px;
        margin-bottom: -14px !important;
    }
    .small-menu{
        position: absolute !important;
        top: 0px;
        right:0px;
    }
    .highlights {
        margin: auto !important;
    }
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .desktop-only {
        display: block;
    }
    .mobile-only {
        display: none;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
