/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn>.caret,
    .dropup>.btn>.caret,
    .search-form .dropup>.search-submit>.caret,
    .search-form .search-submit>.caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

* {
    box-sizing: border-box;
}

:after,
:before {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: futura-pt, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.5;
    color: #000;
    background-color: #000;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #f37a2e;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #c9550c;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #000;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 33px;
    margin-bottom: 33px;
    border: 0;
    border-top: 1px solid #ccc;
}

.screen-reader-text,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.screen-reader-text:active,
.screen-reader-text:focus,
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #9b9b9b;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 33px;
    margin-bottom: 16.5px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 16.5px;
    margin-bottom: 16.5px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}

.h1,
h1 {
    font-size: 72px;
}

.h2,
h2 {
    font-size: 48px;
}

.h3,
h3 {
    font-size: 36px;
}

.h4,
h4 {
    font-size: 32px;
}

.h5,
h5 {
    font-size: 28px;
}

.h6,
h6 {
    font-size: 24px;
}

p {
    margin: 0 0 16.5px;
}

.lead {
    margin-bottom: 33px;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 33px;
    }
}

.small,
small {
    font-size: 81%;
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.initialism,
.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #9b9b9b;
}

.text-primary {
    color: #f37a2e;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #e15f0d;
}

.text-success {
    color: #76bd1d;
}

a.text-success:focus,
a.text-success:hover {
    color: #5a9116;
}

.text-info {
    color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #f37a2e;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #e15f0d;
}

.bg-success {
    background-color: #76bd1d;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #5a9116;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 15.5px;
    margin: 66px 0 33px;
    border-bottom: 1px solid #f1f2f2;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 16.5px;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 33px;
}

dd,
dt {
    line-height: 1.5;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #9b9b9b;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 16.5px 33px;
    margin: 0 0 33px;
    font-size: 27.5px;
    border-left: 5px solid #f1f2f2;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #9b9b9b;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #f1f2f2;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}

address {
    margin-bottom: 33px;
    font-style: normal;
    line-height: 1.5;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:after,
.container:before {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

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

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

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:after,
.row:before {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.3333333333%;
    }

    .col-sm-pull-2 {
        right: 16.6666666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.3333333333%;
    }

    .col-sm-pull-5 {
        right: 41.6666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.3333333333%;
    }

    .col-sm-pull-8 {
        right: 66.6666666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.3333333333%;
    }

    .col-sm-pull-11 {
        right: 91.6666666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.3333333333%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.3333333333%;
    }

    .col-sm-push-5 {
        left: 41.6666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.3333333333%;
    }

    .col-sm-push-8 {
        left: 66.6666666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.3333333333%;
    }

    .col-sm-push-11 {
        left: 91.6666666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.3333333333%;
    }

    .col-md-pull-2 {
        right: 16.6666666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.3333333333%;
    }

    .col-md-pull-5 {
        right: 41.6666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.3333333333%;
    }

    .col-md-pull-8 {
        right: 66.6666666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.3333333333%;
    }

    .col-md-pull-11 {
        right: 91.6666666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.3333333333%;
    }

    .col-md-push-2 {
        left: 16.6666666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.3333333333%;
    }

    .col-md-push-5 {
        left: 41.6666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.3333333333%;
    }

    .col-md-push-8 {
        left: 66.6666666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.3333333333%;
    }

    .col-md-push-11 {
        left: 91.6666666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }

    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 33px;
    font-size: 33px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 22px;
    line-height: 1.5;
    color: #555;
}

.form-control,
.search-form .search-field {
    display: block;
    width: 100%;
    height: 47px;
    padding: 6px 12px;
    font-size: 22px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus,
.search-form .search-field:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder,
.search-form .search-field::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.search-form .search-field:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
.search-form [disabled].search-field,
.search-form [readonly].search-field,
.search-form fieldset[disabled] .search-field,
fieldset[disabled] .form-control,
fieldset[disabled] .search-form .search-field {
    background-color: #f1f2f2;
    opacity: 1;
}

.form-control[disabled],
.search-form [disabled].search-field,
.search-form fieldset[disabled] .search-field,
fieldset[disabled] .form-control,
fieldset[disabled] .search-form .search-field {
    cursor: not-allowed;
}

.search-form textarea.search-field,
textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    .search-form input[type="date"].search-field,
    .search-form input[type="time"].search-field,
    .search-form input[type="datetime-local"].search-field,
    .search-form input[type="month"].search-field,
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 47px;
    }

    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 39px;
    }

    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 70px;
    }
}

.form-group,
.search-form label {
    margin-bottom: 15px;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label,
.radio label {
    min-height: 33px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9;
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 55px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm {
    height: 39px;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 39px;
    line-height: 39px;
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}

.form-group-sm .form-control,
.form-group-sm .search-form .search-field,
.search-form .form-group-sm .search-field {
    height: 39px;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm .search-form select.search-field,
.form-group-sm select.form-control,
.search-form .form-group-sm select.search-field {
    height: 39px;
    line-height: 39px;
}

.form-group-sm .search-form select[multiple].search-field,
.form-group-sm .search-form textarea.search-field,
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control,
.search-form .form-group-sm select[multiple].search-field,
.search-form .form-group-sm textarea.search-field {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 39px;
    min-height: 51px;
    padding: 6px 10px;
    font-size: 18px;
    line-height: 1.5;
}

.input-lg {
    height: 70px;
    padding: 15px 16px;
    font-size: 28px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 70px;
    line-height: 70px;
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}

.form-group-lg .form-control,
.form-group-lg .search-form .search-field,
.search-form .form-group-lg .search-field {
    height: 70px;
    padding: 15px 16px;
    font-size: 28px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg .search-form select.search-field,
.form-group-lg select.form-control,
.search-form .form-group-lg select.search-field {
    height: 70px;
    line-height: 70px;
}

.form-group-lg .search-form select[multiple].search-field,
.form-group-lg .search-form textarea.search-field,
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control,
.search-form .form-group-lg select[multiple].search-field,
.search-form .form-group-lg textarea.search-field {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 70px;
    min-height: 61px;
    padding: 16px 16px;
    font-size: 28px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control,
.has-feedback .search-form .search-field,
.search-form .has-feedback .search-field {
    padding-right: 58.75px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    pointer-events: none;
}

.form-group-lg .form-control+.form-control-feedback,
.form-group-lg .search-form .search-field+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback,
.search-form .form-group-lg .search-field+.form-control-feedback {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.form-group-sm .form-control+.form-control-feedback,
.form-group-sm .search-form .search-field+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback,
.search-form .form-group-sm .search-field+.form-control-feedback {
    width: 39px;
    height: 39px;
    line-height: 39px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #76bd1d;
}

.has-success .form-control,
.has-success .search-form .search-field,
.search-form .has-success .search-field {
    border-color: #76bd1d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus,
.has-success .search-form .search-field:focus,
.search-form .has-success .search-field:focus {
    border-color: #5a9116;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a8e65a;
}

.has-success .input-group-addon {
    color: #76bd1d;
    border-color: #76bd1d;
    background-color: #76bd1d;
}

.has-success .form-control-feedback {
    color: #76bd1d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}

.has-warning .form-control,
.has-warning .search-form .search-field,
.search-form .has-warning .search-field {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus,
.has-warning .search-form .search-field:focus,
.search-form .has-warning .search-field:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}

.has-error .form-control,
.has-error .search-form .search-field,
.search-form .has-error .search-field {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus,
.has-error .search-form .search-field:focus,
.search-form .has-error .search-field:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label~.form-control-feedback {
    top: 38px;
}

.has-feedback label.screen-reader-text~.form-control-feedback,
.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040;
}

@media (min-width: 768px) {

    .form-inline .form-group,
    .form-inline .search-form label,
    .search-form .form-group,
    .search-form .form-inline label,
    .search-form label {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control,
    .search-form .form-control,
    .search-form .search-field {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static,
    .search-form .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group,
    .search-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .search-form .search-field,
    .search-form .input-group .form-control,
    .search-form .input-group .input-group-addon,
    .search-form .input-group .input-group-btn,
    .search-form .input-group .search-field {
        width: auto;
    }

    .form-inline .input-group>.form-control,
    .search-form .form-inline .input-group>.search-field,
    .search-form .input-group>.form-control,
    .search-form .input-group>.search-field {
        width: 100%;
    }

    .form-inline .control-label,
    .search-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox,
    .form-inline .radio,
    .search-form .checkbox,
    .search-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox label,
    .form-inline .radio label,
    .search-form .checkbox label,
    .search-form .radio label {
        padding-left: 0;
    }

    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"],
    .search-form .checkbox input[type="checkbox"],
    .search-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback,
    .search-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 40px;
}

.form-horizontal .form-group,
.form-horizontal .search-form label,
.search-form .form-horizontal label {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.form-horizontal .search-form label:after,
.form-horizontal .search-form label:before,
.search-form .form-horizontal label:after,
.search-form .form-horizontal label:before {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after,
.form-horizontal .search-form label:after,
.search-form .form-horizontal label:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 21px;
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 18px;
    }
}

.btn,
.search-form .search-submit {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 22px;
    line-height: 1.5;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.search-form .active.focus.search-submit,
.search-form .active.search-submit:focus,
.search-form .focus.search-submit,
.search-form .search-submit:active.focus,
.search-form .search-submit:active:focus,
.search-form .search-submit:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover,
.search-form .focus.search-submit,
.search-form .search-submit:focus,
.search-form .search-submit:hover {
    color: #333;
    text-decoration: none;
}

.btn.active,
.btn:active,
.search-form .active.search-submit,
.search-form .search-submit:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
.search-form .disabled.search-submit,
.search-form [disabled].search-submit,
.search-form fieldset[disabled] .search-submit,
fieldset[disabled] .btn,
fieldset[disabled] .search-form .search-submit {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

.search-form a.disabled.search-submit,
.search-form fieldset[disabled] a.search-submit,
a.btn.disabled,
fieldset[disabled] .search-form a.search-submit,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default,
.search-form .search-submit {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus,
.search-form .focus.search-submit,
.search-form .search-submit:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover,
.search-form .search-submit:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle,
.search-form .active.search-submit,
.search-form .open>.dropdown-toggle.search-submit,
.search-form .search-submit:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover,
.search-form .active.focus.search-submit,
.search-form .active.search-submit:focus,
.search-form .active.search-submit:hover,
.search-form .open>.dropdown-toggle.focus.search-submit,
.search-form .open>.dropdown-toggle.search-submit:focus,
.search-form .open>.dropdown-toggle.search-submit:hover,
.search-form .search-submit:active.focus,
.search-form .search-submit:active:focus,
.search-form .search-submit:active:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle,
.search-form .active.search-submit,
.search-form .open>.dropdown-toggle.search-submit,
.search-form .search-submit:active {
    background-image: none;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
.search-form .disabled.active.search-submit,
.search-form .disabled.focus.search-submit,
.search-form .disabled.search-submit,
.search-form .disabled.search-submit:active,
.search-form .disabled.search-submit:focus,
.search-form .disabled.search-submit:hover,
.search-form [disabled].active.search-submit,
.search-form [disabled].focus.search-submit,
.search-form [disabled].search-submit,
.search-form [disabled].search-submit:active,
.search-form [disabled].search-submit:focus,
.search-form [disabled].search-submit:hover,
.search-form fieldset[disabled] .active.search-submit,
.search-form fieldset[disabled] .focus.search-submit,
.search-form fieldset[disabled] .search-submit,
.search-form fieldset[disabled] .search-submit:active,
.search-form fieldset[disabled] .search-submit:focus,
.search-form fieldset[disabled] .search-submit:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .search-form .active.search-submit,
fieldset[disabled] .search-form .focus.search-submit,
fieldset[disabled] .search-form .search-submit,
fieldset[disabled] .search-form .search-submit:active,
fieldset[disabled] .search-form .search-submit:focus,
fieldset[disabled] .search-form .search-submit:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge,
.search-form .search-submit .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #f37a2e;
    border-color: #f37a2e;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #e15f0d;
    border-color: #994009;
}

.btn-primary:hover {
    color: #fff;
    background-color: #e15f0d;
    border-color: #d75b0c;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #e15f0d;
    border-color: #d75b0c;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #bf510b;
    border-color: #994009;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #f37a2e;
    border-color: #f37a2e;
}

.btn-primary .badge {
    color: #f37a2e;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #76bd1d;
    border-color: #76bd1d;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #5a9116;
    border-color: #314e0c;
}

.btn-success:hover {
    color: #fff;
    background-color: #5a9116;
    border-color: #558815;
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #5a9116;
    border-color: #558815;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #477211;
    border-color: #314e0c;
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #76bd1d;
    border-color: #76bd1d;
}

.btn-success .badge {
    color: #76bd1d;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #f37a2e;
    font-weight: 400;
    border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
    color: #c9550c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #9b9b9b;
    text-decoration: none;
}

.btn-lg {
    padding: 15px 16px;
    font-size: 28px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:after,
.nav:before {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

@media(max-width: 768px) {
    .nav>li>a {
        position: relative;
        display: block;
        padding: 30px 8px 0px 7px !important;
    }
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #f1f2f2;
}

.nav>li.disabled>a {
    color: #9b9b9b;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #9b9b9b;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #f1f2f2;
    border-color: #f37a2e;
}

.nav .nav-divider {
    height: 1px;
    margin: 15.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 5px 5px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #f1f2f2 #f1f2f2 #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #000;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

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

.nav-pills>li>a {
    border-radius: 5px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #f37a2e;
}

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

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 5px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 5px 5px 0 0;
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #000;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 86px;
    margin-bottom: 33px;
    border: 1px solid transparent;
}

.navbar:after,
.navbar:before {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 5px;
    }
}

.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:after,
.navbar-collapse:before {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: auto;
}

@media (max-device-width: 480px) and (orientation: landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {

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

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 26.5px 15px;
    font-size: 28px;
    line-height: 33px;
    height: 86px;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 26px;
    margin-bottom: 26px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 13.25px -15px;
}

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

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 33px;
        display: block;
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

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

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

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 19.5px;
    margin-bottom: 19.5px;
}

@media (min-width: 768px) {

    .navbar-form .form-group,
    .navbar-form .search-form label,
    .search-form .navbar-form label {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control,
    .navbar-form .search-form .search-field,
    .search-form .navbar-form .search-field {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .search-form .search-field,
    .search-form .navbar-form .input-group .search-field {
        width: auto;
    }

    .navbar-form .input-group>.form-control,
    .navbar-form .search-form .input-group>.search-field,
    .search-form .navbar-form .input-group>.search-field {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }

    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {

    .navbar-form .form-group,
    .navbar-form .search-form label,
    .search-form .navbar-form label {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child,
    .navbar-form .search-form label:last-child,
    .search-form .navbar-form label:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 19.5px;
    margin-bottom: 19.5px;
}

.navbar-btn.btn-sm {
    margin-top: 23.5px;
    margin-bottom: 23.5px;
}

.navbar-btn.btn-xs {
    margin-top: 32px;
    margin-bottom: 32px;
}

.navbar-text {
    margin-top: 26.5px;
    margin-bottom: 26.5px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #c1c1c1;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #76bd1d;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #76bd1d;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #76bd1d;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #000;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #76bd1d;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #76bd1d;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #76bd1d;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #fff;
}

.navbar-inverse .navbar-link:hover {
    color: #76bd1d;
}

.navbar-inverse .btn-link {
    color: #fff;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #76bd1d;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 33px 0;
    border-radius: 5px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.5;
    text-decoration: none;
    color: #f37a2e;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    color: #c9550c;
    background-color: #f1f2f2;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #f37a2e;
    border-color: #f37a2e;
    cursor: default;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #9b9b9b;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 15px 16px;
    font-size: 28px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 18px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.alert {
    padding: 15px;
    margin-bottom: 33px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #76bd1d;
    border-color: #76bd1d;
    color: #fff;
}

.alert-success hr {
    border-top-color: #68a71a;
}

.alert-success .alert-link {
    color: #e6e6e6;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #71277a;
    border-color: #71277a;
    color: #fff;
}

.alert-warning hr {
    border-top-color: #5f2167;
}

.alert-warning .alert-link {
    color: #e6e6e6;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.panel {
    margin-bottom: 33px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    color: inherit;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0;
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 4px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 4px;
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 4px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 4px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 33px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 5px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #f37a2e;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #f37a2e;
    border-color: #f37a2e;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f37a2e;
}

.panel-primary>.panel-heading .badge {
    color: #f37a2e;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #f37a2e;
}

.panel-success {
    border-color: #80a71a;
}

.panel-success>.panel-heading {
    color: #76bd1d;
    background-color: #76bd1d;
    border-color: #80a71a;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #80a71a;
}

.panel-success>.panel-heading .badge {
    color: #76bd1d;
    background-color: #76bd1d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #80a71a;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.1px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.1;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn,
.modal-footer .search-form .btn+.search-submit,
.modal-footer .search-form .search-submit+.btn,
.modal-footer .search-form .search-submit+.search-submit,
.search-form .modal-footer .btn+.search-submit,
.search-form .modal-footer .search-submit+.btn,
.search-form .modal-footer .search-submit+.search-submit {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group .search-form .btn+.search-submit,
.modal-footer .btn-group .search-form .search-submit+.btn,
.modal-footer .btn-group .search-form .search-submit+.search-submit,
.search-form .modal-footer .btn-group .btn+.search-submit,
.search-form .modal-footer .btn-group .search-submit+.btn,
.search-form .modal-footer .btn-group .search-submit+.search-submit {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

body,
html {
    background: #000;
    min-height: 100%;
    position: relative;
}

body {
    background: #000 url(../images/bg_galactico.gif) fixed 0 3px;
    background-size: 539px 50px;
    padding-bottom: 33px;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.wf-loading body {
    opacity: 0;
}

.wf-active body {
    opacity: 1;
}

.img-fit {
    width: 100%;
}

.img-spacer {
    margin-bottom: 22px;
}

.scrollable {
    overflow: auto;
    background: -webkit-linear-gradient(white 30%, rgba(255, 255, 255, 0)),
        -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff 70%) 0 100%,
        -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), transparent),
        -webkit-radial-gradient(50% 100%,
            farthest-side,
            rgba(0, 0, 0, 0.2),
            transparent) 0 100%;
    background: -o-linear-gradient(white 30%, rgba(255, 255, 255, 0)),
        -o-linear-gradient(rgba(255, 255, 255, 0), #fff 70%) 0 100%,
        -o-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), transparent),
        -o-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), transparent) 0 100%;
    background: linear-gradient(white 30%, rgba(255, 255, 255, 0)),
        linear-gradient(rgba(255, 255, 255, 0), #fff 70%) 0 100%,
        radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), transparent),
        radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), transparent) 0 100%;
    background: linear-gradient(white 30%, rgba(255, 255, 255, 0)),
        linear-gradient(rgba(255, 255, 255, 0), #fff 70%) 0 100%,
        radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), transparent),
        radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), transparent) 0 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
}

.scrollable::-webkit-scrollbar-track {
    background-color: #efefef;
}

.scrollable::-webkit-scrollbar {
    border-radius: 3px;
    width: 8px;
    background-color: #f5f5f5;
}

.scrollable::-webkit-scrollbar-thumb {
    background-color: #c6c6c6;
}

.box {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: chaparral-pro, Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 1.2;
    position: relative;
}

.box a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.box-body {
    padding: 20px 15px;
    position: relative;
}

@media (min-width: 992px) {
    .box-body {
        padding: 30px;
    }
}

.box-body.bottom {
    bottom: 0;
    position: absolute;
}

@media (min-width: 768px) {
    .box-body.bottom-sm {
        bottom: 0;
        position: absolute;
    }
}

.box-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.box-header {
    font-family: futura-pt, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    line-height: 0.9;
    text-transform: uppercase;
}

.box-header.header-only {
    margin: 0;
}

.box-header.lowercase {
    line-height: 1.1;
}

.box-header>a {
    text-decoration: none;
}

.box-default {
    background-color: #f1f2f2;
    color: #000;
}

.box-white {
    background-color: #fff;
    color: #000;
}

.box-success {
    background-color: #76bd1d;
}

.box-primary {
    background-color: #f37a2e;
}

.box-secondary {
    background-color: #71277a;
}

.btn-secondary {
    color: #fff;
    background-color: #71277a;
    border-color: #71277a;
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #4d1b53;
    border-color: #180819;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #4d1b53;
    border-color: #46184c;
}

.btn-secondary.active,
.btn-secondary:active,
.open>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #4d1b53;
    border-color: #46184c;
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.btn-secondary.dropdown-toggle.focus,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.btn-secondary.dropdown-toggle:hover {
    color: #fff;
    background-color: #341238;
    border-color: #180819;
}

.btn-secondary.active,
.btn-secondary:active,
.open>.btn-secondary.dropdown-toggle {
    background-image: none;
}

.btn-secondary.disabled,
.btn-secondary.disabled.active,
.btn-secondary.disabled.focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled],
.btn-secondary[disabled].active,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:active,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary,
fieldset[disabled] .btn-secondary.active,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover {
    background-color: #71277a;
    border-color: #71277a;
}

.btn-secondary .badge {
    color: #71277a;
    background-color: #fff;
}

.card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.card:after,
.card:before {
    content: " ";
    display: table;
}

.card:after {
    clear: both;
}

.card+.card,
.card+.embed-card,
.embed-card+.card {
    margin-top: 66px;
}

.card-block {
    padding: 30px 30px 20px;
}

.card-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
}

.card-video {
    background: #000;
}

.card-video .embed-responsive {
    min-height: 300px;
}

.embed-card {
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25);
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.embed-card iframe {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .embed-card {
        width: 50%;
    }
}

.search-form label {
    font-weight: 400;
}

.container-fluid {
    max-width: 1170px;
}

.page-template-template-home .container-fluid {
    max-width: none;
}

.row.no-gutters .row {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class*=" col-"],
.row.no-gutters>[class^="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row.equal-columns {
    overflow: hidden;
}

.row.equal-columns>[class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.row.equal-columns .equal-columns {
    overflow: visible;
}

body>[uib-modal-window]:not([modal-render]) {
    display: none;
}

.modal-header {
    border-bottom: 0;
}

.modal-header .close {
    font-size: 48px;
    font-weight: 400;
    opacity: 1;
}

@media (min-width: 992px) {
    .modal-header {
        padding: 30px;
    }

    .modal-body {
        padding: 15px 30px;
    }

    .modal-footer {
        padding: 15px 30px 20px;
    }
}

.modal-footer {
    border-top: 0;
}

.modal-footer .btn-block {
    font-size: 18px;
}

.modal-event-content {
    font-size: 18px;
}

.modal-event-content a {
    color: #000;
    text-decoration: underline;
}

.modal-event-location-map {
    display: block;
}

.modal-event-location-map>img {
    border-radius: 5px;
    width: 100%;
}

.row-flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-flex.no-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

.row-flex .row-flex {
    margin-left: 0;
    margin-right: 0;
}

[class*="col-flex-"] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.row-flex.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[class*="col-flex-xs"] {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-flex-xs-1 {
    -webkit-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-flex-xs-2 {
    -webkit-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-flex-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-flex-xs-4 {
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-flex-xs-5 {
    -webkit-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-flex-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-flex-xs-7 {
    -webkit-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-flex-xs-8 {
    -webkit-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-flex-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-flex-xs-10 {
    -webkit-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-flex-xs-11 {
    -webkit-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-flex-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-flex-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-flex-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-flex-xs-offset-3 {
    margin-left: 25%;
}

.col-flex-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-flex-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-flex-xs-offset-6 {
    margin-left: 50%;
}

.col-flex-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-flex-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-flex-xs-offset-9 {
    margin-left: 75%;
}

.col-flex-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-flex-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-flex-xs-offset-12 {
    margin-left: 100%;
}

.col-flex-xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media only screen and (min-width: 768px) {
    [class*="col-flex-sm"] {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        overflow: hidden;
    }

    .col-flex-sm-1 {
        -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-flex-sm-2 {
        -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-flex-sm-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-flex-sm-4 {
        -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-flex-sm-5 {
        -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-flex-sm-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-flex-sm-7 {
        -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-flex-sm-8 {
        -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-flex-sm-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-flex-sm-10 {
        -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-flex-sm-11 {
        -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-flex-sm-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-flex-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-flex-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-flex-sm-offset-3 {
        margin-left: 25%;
    }

    .col-flex-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-flex-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-flex-sm-offset-6 {
        margin-left: 50%;
    }

    .col-flex-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-flex-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-flex-sm-offset-9 {
        margin-left: 75%;
    }

    .col-flex-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-flex-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-flex-sm-offset-12 {
        margin-left: 100%;
    }

    .col-flex-sm {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .align-stretch-sm {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 992px) {
    [class*="col-flex-md"] {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        overflow: hidden;
    }

    .col-flex-md-1 {
        -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-flex-md-2 {
        -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-flex-md-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-flex-md-4 {
        -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-flex-md-5 {
        -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-flex-md-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-flex-md-7 {
        -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-flex-md-8 {
        -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-flex-md-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-flex-md-10 {
        -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-flex-md-11 {
        -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-flex-md-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-flex-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-flex-md-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-flex-md-offset-3 {
        margin-left: 25%;
    }

    .col-flex-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-flex-md-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-flex-md-offset-6 {
        margin-left: 50%;
    }

    .col-flex-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-flex-md-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-flex-md-offset-9 {
        margin-left: 75%;
    }

    .col-flex-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-flex-md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-flex-md-offset-12 {
        margin-left: 100%;
    }

    .col-flex-md {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .align-stretch-md {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 1200px) {
    [class*="col-flex-lg"] {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        overflow: hidden;
    }

    .col-flex-lg-1 {
        -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-flex-lg-2 {
        -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-flex-lg-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-flex-lg-4 {
        -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-flex-lg-5 {
        -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-flex-lg-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-flex-lg-7 {
        -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-flex-lg-8 {
        -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-flex-lg-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-flex-lg-10 {
        -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-flex-lg-11 {
        -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-flex-lg-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-flex-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-flex-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-flex-lg-offset-3 {
        margin-left: 25%;
    }

    .col-flex-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-flex-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-flex-lg-offset-6 {
        margin-left: 50%;
    }

    .col-flex-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-flex-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-flex-lg-offset-9 {
        margin-left: 75%;
    }

    .col-flex-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-flex-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-flex-lg-offset-12 {
        margin-left: 100%;
    }

    .col-flex-lg {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .align-stretch-lg {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 25.38px;
    text-transform: none;
}

.h1,
h1 {
    line-height: 0.9;
    text-transform: uppercase;
}

@media (max-width: 992px) {

    .h1,
    h1 {
        font-size: 57.6px;
    }

    .h2,
    h2 {
        font-size: 38.4px;
    }

    .h3,
    h3 {
        font-size: 28.8px;
    }

    .h4,
    h4 {
        font-size: 25.6px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 17.6px;
    }

    .h1,
    h1 {
        font-size: 43.2px;
    }

    .h2,
    h2 {
        font-size: 28.8px;
    }

    .h3,
    h3 {
        font-size: 21.6px;
    }

    .h4,
    h4 {
        font-size: 19.2px;
    }

    .h5,
    h5 {
        font-size: 16.8px;
    }

    .h6,
    h6 {
        font-size: 14.4px;
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 16.5px;
    }
}

p {
    margin-bottom: 22px;
}

.text-light {
    font-weight: 300;
}

.text-normal {
    font-weight: 400;
}

.text-bold {
    font-weight: 700;
}

.text-color {
    color: #000;
}

.bg-secondary {
    background-color: #71277a;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #4d1b53;
}

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto;
}

.aligncenter {
    display: block;
    margin: 16.5px auto;
    height: auto;
}

.alignleft,
.alignright {
    margin-bottom: 16.5px;
    height: auto;
}

@media (min-width: 768px) {
    .alignleft {
        float: left;
        margin-right: 16.5px;
    }

    .alignright {
        float: right;
        margin-left: 16.5px;
    }
}

.wp-caption-text {
    padding: 9px;
}

.navbar {
    background: #000;
    background-size: 539px 50px;
    border-bottom: 4px solid #000;
    margin-bottom: 0;
    box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar>.container-fluid .navbar-brand {
    margin-left: 15px;
    padding: 15px 0 0 0;
}

@media (min-width: 768px) {
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
}

.navbar-brand {
    position: absolute;
    display: block;
    -webkit-transform: scale(0.5065359477);
    -o-transform: scale(0.5065359477);
    transform: scale(0.5065359477);
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    height: 151px;
    width: 306px;
}

.navbar-brand>img {
    height: auto;
    width: 100%;
}

@media (min-width: 940px) {
    .navbar-lg .navbar-brand {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.navbar-nav>li.active {
    margin-bottom: -4px;
}

@media (min-width: 768px) {
    .navbar-nav>li.active>a {
        border-bottom: 4px solid #76bd1d;
    }
}

.navbar-nav>li>a {
    font-weight: 700;
    -webkit-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}

@media (min-width: 940px) {
    .navbar-lg .navbar-nav>li>a {
        padding-top: 51px;
        padding-bottom: 15px;
    }
}

#footer {
    background: #000;
    color: #fff;
    font-weight: 700;
    padding: 33px 0 16.5px;
}

#footer ul {
    list-style: none;
    padding-left: 0;
}

#footer ul>li {
    line-height: 1.2;
    margin-bottom: 14px;
}

#footer a {
    color: #fff;
}

#copyright {
    font-size: 14px;
}

#footer-join h3 {
    margin-bottom: 10px;
}

#footer-join .join-email {
    background: 0 0;
    border: 0;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    max-width: 100%;
    padding-left: 0;
}

#footer-join .join-email:focus {
    outline: 0;
}

#footer-join .join-email::-moz-placeholder {
    font-family: chaparral-pro, Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

#footer-join .join-email:-ms-input-placeholder {
    font-family: chaparral-pro, Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

#footer-join .join-email::-webkit-input-placeholder {
    font-family: chaparral-pro, Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

.helmColophone {
    font-size: 14px;
    padding-top: 33px;
}

.helmColophone a {
    display: block;
    text-decoration: none;
}

.helmColophone img {
    max-width: 200px;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.helmColophone img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#wrapper {
    background: #f1f2f2;
    padding-top: 90px;
}

#page-hero #wrapper {
    background: #f1f2f2;
    padding-top: 90px;
}

#main {
    min-height: 600px;
    padding: 20px 0;
}

@media (min-width: 768px) {
    #main {
        padding-top: 40px;
    }
}

#catering-iframe-container {
    margin-top: 16.5px;
}

#catering-iframe-container iframe {
    background: #fff !important;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    margin: 0 auto !important;
    max-width: 100% !important;
}

.pattern-tacos {
    background: #000 url(../images/bg_tacos.gif);
}

.home {
    color: #fff;
}

.home #wrapper {
    background: 0 0;
}

@media (min-width: 940px) {
    .home #wrapper {
        padding-top: 103px;
    }
}

.home #main {
    padding: 0;
}

#schedule {
    background-color: #f1f2f2;
    position: relative;
}

#schedule.twoCol {
    background: #fff;
}

#schedule.resting {
    background: #fff url(../images/lloyd-truck-sleeping-v1.gif) no-repeat 50% 100%;
    background-size: 360px 250px;
}

@media (min-width: 992px) {
    #schedule.resting {
        background-size: 450px 313px;
    }
}

@media (min-width: 1200px) {
    #schedule.resting {
        background-size: 450px 313px;
    }
}

#schedule.resting h3 {
    font-family: futura-pt, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    text-align: center;
}

#schedule .loader {
    top: 240px;
}

.resting-content {
    padding: 33px 15px;
    text-align: center;
}

.resting-content h3 {
    color: #000;
    margin: 0;
    padding-bottom: 250px;
}

#schedule-header {
    padding-top: 35px;
}

#schedule-header .box-body {
    padding-bottom: 10px;
}

.schedule-full-link {
    float: right;
    margin: -2px -6px 0 0;
}

#schedule-body {
    position: relative;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 1;
}

#schedule-body.loading {
    opacity: 0.2;
}

#schedule-placeholder {
    background: #f1f2f2;
    height: 9999em;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}

.schedule-timeslot {
    min-height: 100px;
    position: relative;
    z-index: 1;
}

.schedule-timeslot h3 {
    font-weight: 400;
}

.schedule-timeslot ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    text-transform: uppercase;
}

.schedule-timeslot li+li {
    margin-top: 22px;
}

.schedule-list-item-name {
    font: 700 16px/1.1 futura-pt, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
}

.schedule-list-item-location {
    color: #9b9b9b;
    font-size: 12px;
}

#taco-factory {
    background-image: url(../images/bg_taco-factory.jpg);
}

@media (min-width: 768px) {
    #taco-factory {
        padding-top: 83px;
    }
}

#about-food {
    background-image: url(../images/bg_our-food.jpg);
    background-position: 100% 90%;
}

@media (min-width: 768px) {
    #about-food {
        padding-top: 40px;
    }
}

#catering {
    background-image: url(../images/bg_catering.jpg);
    background-position: 100% 100%;
}

#merch {
    background-image: url(../images/bg_merch.jpg);
}

#news {
    background-image: url(../images/bg_news.jpg);
}

#streetfood-banner .box-header {
    margin: 15px 0;
}

#tortillas-banner {
    background-image: url(../images/bg_tortilla.jpg);
    background-position: 50% 30%;
}

@media (min-width: 768px) {
    #tortillas-banner {
        min-height: 335px;
    }
}

#social-banner {
    text-align: center;
}

@media (max-width: 480px) {
    #social-banner .whereslloyd>img {
        margin-top: 5px;
        height: auto;
        width: 146px;
    }
}

#social-banner .join-form {
    margin-top: 16.5px;
    text-align: left;
}

@media (max-width: 480px) {

    #social-banner .join-form .btn,
    #social-banner .join-form .search-form .search-submit,
    .search-form #social-banner .join-form .search-submit {
        width: 100%;
    }
}

@media (min-width: 768px) {
    #social-banner {
        text-align: left;
    }

    #social-banner .social-icons {
        float: left;
        position: relative;
        z-index: 10;
    }

    #social-banner .join-form {
        margin-top: 0;
        text-align: right;
    }

    #social-banner .join-email {
        width: 350px;
    }
}

#animate-form {
    -webkit-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    opacity: 0;
}

#animate-form.visible {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

@media (min-width: 768px) {
    #animate-form {
        -webkit-transform: translate(400px, 0);
        -o-transform: translate(400px, 0);
        transform: translate(400px, 0);
    }
}

.social-icons a {
    color: #fff;
    text-decoration: none;
}

.social-icons a+a {
    margin-left: 3px;
}

@media (min-width: 768px) {
    #social-banner .social-icons a+a {
        margin-left: 12px;
    }
}

a.whereslloyd {
    margin: -2px 0;
}

.page-template-template-inner #wrapper>.container-fluid {
    max-width: none;
    padding: 0;
}

.page-template-template-inner #header .container-fluid {
    max-width: 1170px;
}

.page-template-template-inner #main {
    margin: 0;
    padding-bottom: 0;
    position: relative;
}

.page-template-template-inner #footer {
    position: relative;
    z-index: 2;
}

#page-header {
    height: 90vh;
    margin-top: -20px;
    max-height: 1000px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
    #page-header {
        margin-top: -40px;
    }
}

#page-header .page-title {
    padding-top: 20;
    /* margin-top:200px; */
}

@media (min-width: 768px) {
    #page-header .page-title {
        padding-top: 40px;
    }
}

#page-hero {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-shadow: 4px 4px 0 #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.hero-title {
    text-shadow: 6px 6px 0 #000;
    text-transform: none;
}

@media (min-width: 992px) {
    .hero-title {
        font-size: 99px;
    }
}

.hero-content {
    bottom: 5%;
    position: absolute;
    left: 0;
    right: 0;
}

#inner-page .content img {
    border: 1px solid transparent;
    margin-bottom: 25px;
}

.content {
    margin-bottom: 40px;
}

.post {
    padding: 33px;
}

.post+.post {
    border-top: 1px solid #999;
}

.loader {
    height: 60px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    top: 180px;
    z-index: 10;
}

#calendar-column {
    margin-bottom: 33px;
}

@media (min-width: 1200px) {
    #calendar-column {
        margin-right: 30px;
    }
}

.calendar:after,
.calendar:before {
    content: " ";
    display: table;
}

.calendar:after {
    clear: both;
}

.calendar-header {
    margin: 16.5px 5px;
    text-align: center;
}

.calendar-header h3 {
    font-weight: 400;
    margin-bottom: 0;
}

.calendar-header .pagination-sm {
    margin: 16.5px 0 0;
}

.calendar-header .pagination-sm>li>a {
    padding: 4px 14px;
}

@media (min-width: 480px) {
    .calendar-header {
        text-align: left;
    }

    .calendar-header h3 {
        float: left;
    }

    .calendar-header nav {
        float: right;
    }

    .calendar-header .pagination {
        margin: 0;
    }
}

.calendar-week {
    float: left;
    width: 100%;
}

.calendar-day-cell {
    float: left;
    position: relative;
    width: 14.2857142857%;
}

.calendar-day-cell:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.week-names .calendar-day-cell {
    text-align: center;
}

.week-names .calendar-day-cell:after {
    padding-bottom: 0;
}

.calendar-day {
    background: #fff;
    cursor: pointer;
    display: block;
    margin: 1px;
    padding-top: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (min-width: 480px) {
    .calendar-day {
        border-radius: 5px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
        margin: 5px;
    }
}

.calendar-day:first-child {
    border-left: none;
}

.calendar-day.today {
    background: rgba(118, 189, 29, 0.15);
}

.calendar-day.different-month {
    color: #d4d4d4;
}

.calendar-day.selected {
    /* background: #76bd1d;
  color: #fff; */

    border-style: solid;
    border-width: 4px;
    border-color: #76bd1d;
    background: #fff;
    padding-top: inherit;
}

.calendar-day.selected .calendar-day-number {
    font-size: 19px;
    margin-right: 10px;
    text-align: right;
    height: 35%;
}

.calendar-day.selected .calendar-counter {
    height: 65%;
    padding-top: 15px;
    padding-bottom: 10px;
    background: #f4f4f4;
}

.calendar-day-number {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-top: -0.8em;
    text-align: center;
}

.calendar-counter {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.truck {
    color: #77bd43;
    display: inline;
}

.factory {
    color: #8d348c;
    display: inline;
}

.calendar-counter-icon {
    vertical-align: baseline;
}

.calendar-counter-number {
    display: inline;
}

@media (min-width: 768px) and (max-width: 934px) {
    .calendar-day.selected .calendar-day-number {
        font-size: 19px;
        margin-right: 5px;
        text-align: right;
        height: 45%;
        margin-top: auto;
    }

    .calendar-day.selected .calendar-counter {
        height: 55%;
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .calendar-counter-number {
        display: none;
    }

    /* .calendar-counter-icon {
    width: 15px;
  } */
}

@media (min-width: 423px) and (max-width: 630px) {
    .calendar-day.selected .calendar-day-number {
        font-size: 19px;
        margin-right: 5px;
        text-align: right;
        height: 45%;
        margin-top: auto;
    }

    .calendar-day.selected .calendar-counter {
        height: 55%;
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .calendar-counter-number {
        display: none;
    }
}

/*---------------------------------------------------------------------------*/

@media (min-width: 320px) and (max-width: 423px) {
    .calendar-day.selected .calendar-day-number {
        font-size: 15px;
        margin-right: 5px;
        text-align: right;
        height: 45%;
        margin-top: auto;
    }

    .calendar-day.selected .calendar-counter {
        height: 55%;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .calendar-counter-number {
        display: none;
    }

    .calendar-counter-icon {
        width: 15px;
    }
}

/*---------------------------------------------------------------------------*/

@media (min-width: 480px) {
    .calendar-day.selected .calendar-day-number {
        margin-top: initial;
    }

    .calendar-day-number {
        margin-top: -1em;
    }
}

/* @media (max-width: 630px) {
  .calendar-counter-number {
    display: none !important;
  }
} */

/* @media (min-width: 768px) and (max-width: 1023px) {
  .calendar-counter-number {
    display: none !important;
  }
} */

/* @media (max-width: 767px) {
  .calendar-day.selected {
    padding-top: 50%;
    background: #76bd1d;
    color: #fff;
    border-style: none;
    border-width: 0px;
    border-color: #76bd1d;
  }
  .calendar-day.selected .calendar-day-number {
    font-size: 24px;
    margin-right: 0px;
    text-align: center;
  }

  .calendar-day.selected .calendar-counter {
    display: none;
  }
} */

#schedule-selected {
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    position: relative;
}

@media (min-width: 768px) {
    #schedule-selected {
        margin-top: -40px;
    }
}

#schedule-selected ul {
    font-weight: 700;
    list-style-type: none;
    margin: 0;
}

#schedule-selected ul>li {
    cursor: pointer;
    padding-left: 22px;
}

#schedule-selected ul>li+li {
    margin-top: 15px;
}

#schedule-selected ul>div>div>li:before {
    content: "\25cf";
    /* content: url("../../assets/images/truck.svg"); */
    float: left;
    margin-left: -20px;
}

#schedule-selected ul>div>div>li.truckDot:before {
    content: url("../../assets/images/truck.svg");
    padding-right: 10px;
}

#schedule-selected ul>div>div>li.factoryDot:before {
    content: url("../../assets/images/factory.svg");
    padding-right: 10px;
}

#schedule-selected.resting {
    background: #fff url(../images/bg_sleeping-trucks-bottom.jpg) no-repeat 50% 100%;
    background-size: contain;
}

#schedule-selected.fixed-date {
    padding-top: 83px;
}

@media (min-width: 992px) {
    #schedule-selected.fixed-date {
        padding-top: 94px;
    }
}

#schedule-selected-header {
    background: #76bd1d;
    position: relative;
}

#schedule-selected-header h2 {
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 40px 30px 0;
}

.fixed-date #schedule-selected-header {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.fixed-date #schedule-selected-header h2 {
    border-bottom: 0;
}

#schedule-groups {
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    min-height: 200px;
    opacity: 1;
}

#schedule-groups.loading {
    opacity: 0.2;
}

.schedule-group>ul {
    padding: 15px 30px;
}

.schedule-group-time {
    background: #76bd1d;
    color: #fff;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    padding: 12px 30px;
}

.schedule-group-item-name {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.schedule-group-item-location {
    color: #9b9b9b;
    font-size: 12px;
}

#schedule-selected ul > div > div > li {
    cursor: pointer;
    padding: 6px 0;
}

body#tinymce {
    background: #fff;
    margin: 0 !important;
    padding: 12px !important;
}

.truck {
    z-index: 1020;
}

.circles {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    margin-bottom: 0 !important;
}

svg.circle {
    width: 1300px;
    height: 1300px;
    position: absolute;
    z-index: -1;
    opacity: 0.45;
    /*overflow: hidden;*/
}

svg#circle_1 {
    left: -35%;
    top: 500px;
}

svg#circle_2 {
    right: -35%;
    top: 300px;
}

@media (max-width: 767px) {

    svg#circle_1,
    svg#circle_2 {
        left: -750px;
        right: -750px;
        margin: auto;
    }

    svg#circle_2 {
        /*display: none;*/
    }
}

.home {
    color: #000;
}

.col-sm-6.col-fix {
    width: 49.9%;
}

.row.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /*align-items: stretch;*/
}

.row.flex>div {
    display: flex;
    flex-direction: column;
}

.row.flex>div.pin {
    order: -1;
}

.row>div {
    margin-bottom: 24px;
}

.text-white {
    color: #fff;
}

.page-template-template-home-v2 h2 {
    line-height: 1;
    margin-bottom: 28px;
}

.page-template-template-home-v2 h6 {
    color: #ccc;
    line-height: 1;
    margin-bottom: 0;
}

.page-template-template-home-v2 h6 span {
    color: #74d629;
}

.headline {
    margin: 90px 0 50px;
}

.card {
    border-radius: 0;
    padding: 24px;
    border: 5px solid #fff;
    height: 100%;
    z-index: 2;
}

.card h3 {
    text-transform: uppercase;
    text-align: left;
    margin: -24px -24px 24px -24px;
    padding: 24px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1px;
    z-index: 1;
    position: relative;
}

.card h3 span {
    font-size: 16px;
    float: right;
    text-decoration: none;
    border-bottom: 2px solid #fff;
}

.card h3 span a {
    color: #fff;
}

.card h3 span a:hover {
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 895px) {
    #schedule .card h3 span {
        margin-top: 35px;
    }

    #schedule .card h3 span a {
        color: #77bd43;
    }
}

@media (max-width: 480px) {
    .card h3 span {
        font-size: 14px;
    }
}

.card .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 1;
    position: relative;
}

.card .flex div {}

.card.green {
    border-color: #77bd43;
}

.card.green h3 {
    background: #77bd43;
}

.card.orange {
    border-color: #ef8522;
}

.card.orange h3 {
    background: #ef8522;
}

.card.purple {
    border-color: #8d348c;
}

.card.purple h3 {
    background: #8d348c;
}

.card.pink {
    border-color: #e15e6c;
}

.card.pink h3 {
    background: #e15e6c;
}

.card.grey {
    border-color: #231f20;
}

.card.grey h3 {
    background: #231f20;
}

.card h6 {
    color: #1a1818;
    text-transform: uppercase;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a,
.card button {
    font-size: 18px;
    font-weight: 600;
    background-color: #231f20;
    border: none;
    text-transform: uppercase;
    padding: 0.8em 1.4em;
    letter-spacing: 0.1px;
    transition: all 0.15s ease;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a:hover {
    opacity: 1 !important;
}

.card button:hover,
.card button:focus,
.card button:active {
    background-color: #191516 !important;
    transform: translateY(-2px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    outline: none !important;
}

.card button a,
.card button a:hover,
.card button a:focus,
.card button a:active {
    text-decoration: none;
    color: #fff !important;
}

.card.green button {
    background-color: #77bd43;
}

.card.green button:hover,
.card.green button:focus,
.card.green button:active {
    background-color: #55a21b !important;
}

.card.orange button {
    background-color: #ef8522;
}

.card.orange button:hover,
.card.orange button:focus,
.card.orange button:active {
    background-color: #ec7200 !important;
}

.card.pink button {
    background-color: #e15e6c;
}

.card.pink button:hover,
.card.pink button:focus,
.card.pink button:active {
    background-color: #dc4252 !important;
}

.card.purple button {
    background: #8d348c;
}

.card.purple button:hover,
.card.purple button:focus,
.card.purple button:active {
    background: #710e70 !important;
}

#page-hero.card.purple button {
    background: #8d348c;
}

#page-hero.card.purple button:hover,
#page-hero.card.purple button:focus,
#page-hero.card.purple button:active {
    background: #710e70 !important;
}

.card.restaurants {
    height: auto !important;
}

.card.restaurants h6 {
    margin-bottom: 0;
}

.restaurants .flex>div {
    padding: 24px 12px;
    width: 50%;
}

@media (max-width: 767px) {
    #page-hero .restaurants .flex>div {
        width: -3rem;
    }
}

.restaurants address {
    font-size: 14px;
    color: #676767;
    border-bottom: 1px solid #d0d0d0;
    padding: 0.5em 0 1em;
    margin-bottom: 1em;
}

.time {
    font-size: 14px;
    margin-bottom: 1em;
}

.time a {
    font-weight: 600;
    text-decoration: none;
    color: #000;
    margin-bottom: 1em;
}

.card.restaurants button {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
    background-color: #231f20;
    border: none;
    margin-bottom: 16px;
}

.restaurants button:hover {
    background-color: #3f383a;
}

.order-online button {
    transition: transform 150ms ease;
}

.order-online button a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.order-online button:hover {
    transform: translateY(-2px);
}

.card.menu-items .slick-slide,
.card.standard {
    background-image: url("<?php echo get_template_directory_uri(); ?>/dist/images/bg_churn.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
}

.card.menu-items .slick-slide:after,
.card.standard:after {
    display: block;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: opacity 300ms ease;
}

.card.standard:hover:after,
.card.menu-items .slick-slide:hover:after {
    opacity: 0.7;
}

.card.menu-items,
.card.embed {
    padding: 0;
    padding-top: 24px;
    background: rgba(0, 0, 0, 0.5);
}

.card.menu-items h3,
.card.embed h3 {
    margin-bottom: 0;
    padding-left: 48px;
}

.card.standard .flex {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 314px;
}

.card.standard h2 {
    text-transform: uppercase;
}

.col-sm-8 .card.standard h2,
.col-sm-12 .card.standard h2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.card.social .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    /*margin: -24px;*/
}

.card.social .icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.card.social .flex div:first-child {}

.card.social .flex .newsletter {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-left: auto;
    background: #ccc;
    margin-top: -24px;
    margin-right: -24px;
    margin-bottom: -24px;
    padding: 24px;
    width: 50%;
}

@media (max-width: 940px) {

    .card.social .icons,
    .card.social .flex .newsletter {
        width: 100%;
    }

    .card.social .flex {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .card.social .flex .newsletter {
        width: auto;
        margin-left: -24px;
        margin-top: 24px;
    }

    .card.social .icons {
        justify-content: center;
        -webkit-justify-content: center;
    }
}

@media (max-width: 660px) {
    .social h3 span {
        display: none;
    }
}

.card.social .icon {
    height: 72px;
    width: 72px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.icon a {
    height: 100%;
    width: 100%;
    display: block;
}

.newsletter label {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1px;
    margin-bottom: 1em;
}

.newsletter form input {
    width: 100%;
    border: none;
    padding: 6px;
    font-size: 18px;
}

.newsletter form input::placeholder {
    color: #ccc;
}

.flex img {
    width: 100%;
    height: auto;
}

.headline .icons {
    margin-top: 50px;
    justify-content: center;
    -webkit-justify-content: center;
}

.icons .icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 50px;
    margin: 1em;
}

@media (max-width: 600px) {
    .icons .icon {
        margin: 1em 0.4em;
    }
}

@media (max-width: 480px) {
    .icons .icon {
        width: 40px;
        height: 40px;
    }
}

#schedule {
    position: relative;
}

#schedule .loader {
    top: 140px;
    width: 150px;
    left: 130px;
}

@media (max-width: 767px) {

    #main div[class^="col-sm-"],
    #main div[class*=" col-sm-"] {
        width: 100%;
    }

    .headline {
        margin: 30px 0 0 0;
    }

    .headline .icons {
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .restaurants .flex {
        /* flex-direction: column;
			-webkit-flex-direction: column; */
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        justify-content: space-around;
        -webkit-justify-content: space-around;
    }

    .restaurants .flex>div {
        flex: 1;
        width: 100%;
    }

    .restaurants .flex>div:first-child {
        margin-bottom: 20px;
    }
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children:before {
    content: "";
    display: none;
    height: 20px;
    width: 20px;
    position: absolute;
    z-index: 9999;
    background: #77bd43;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    cursor: pointer;
    opacity: 0;
    transition: opacity 300ms ease;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 29px;
        padding-bottom: 29px;
    }

    .menu-item-has-children>a:hover:before,
    .menu-item-has-children:hover:before,
    .menu-item-has-children>a:hover .dropdown-menu,
    .menu-item-has-children:hover .dropdown-menu {
        display: block !important;
        opacity: 1;
    }

    .menu-item-has-children .dropdown-menu {
        display: none;
        position: absolute;
        z-index: 9999;
        background: #77bd43;
        list-style: none;
        padding: 0;
        opacity: 0;
        margin: 8px 0 0 0;
        transition: opacity 300ms ease;
    }

    .menu-item-has-children .dropdown-menu li {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .menu-item-has-children .dropdown-menu li a {
        display: block;
        color: #fff;
        padding: 0.5em 1em;
        font-size: 18px;
        white-space: nowrap;
        transition: background 150ms ease;
    }

    .menu-item-has-children .dropdown-menu li a:hover {
        background: rgba(0, 0, 0, 0.2);
        text-decoration: none;
    }

    .menu-item-has-children .dropdown-menu li a:last-child {
        border-bottom: none;
    }

    .menu-items .fade,
    .slick-list[style],
    .slick-track[style],
    .slick-slide[style] {
        height: calc(100% - 12px) !important;
        color: #fff;
    }

    .menu-items .slick-slide>div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        color: #fff;
        font-weight: bold;
        flex-direction: column;
        -webkit-flex-direction: column;
        font-size: 28px;
        position: relative;
        z-index: 9999;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        height: 100%;
    }
}

#page-hero {
    overflow: visible;
}

.menu-items .slick-slide a {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
}

.menu-items .slice-slide span {
    /*display: block;*/
}

#page-hero .card.restaurants {
    width: 50vw;
    display: grid;
    position: relative;
    text-shadow: none !important;
    margin-bottom: 20 !important;
    padding-bottom: 0 !important;
    margin-top: 480px;
}

#page-hero h5 {
    margin: 0;
    padding: 0;
    color: #191516;
}

#page-hero .time {
    color: black !important;
}

#page-hero .card.purple {
    border-color: #5a9116;
}

#page-hero .location-title {
    font-size: 20px;
}

#page-hero .card h6 {
    text-transform: none;
}

@media (max-width: 767px) {
    #page-hero .card.restaurants {
        width: 95vw;
        padding: 0;
        padding-top: 30px;
        padding-right: 2px;
        margin-left: 0;
        margin-top: 580px;
    }
}

#taco--title {
    margin-top: 110px;
}

/* @media (max-width: 767px){
   #taco--title{
    margin-top: 100px !important;
    }
} */

#page-hero .myCard.fadeInDown {
    animation-duration: 3s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

body .cc-compass {
    display: none !important;
}

body.woocommerce .cc-compass {
    display: flex !important;
}

body.woocommerce #wrapper {
    background-color: #1a1818;
    padding: 40px;
}

body.woocommerce #wrapper * {
    color: #fff;
}

body.woocommerce #wrapper input {
    color: black;
}

body.woocommerce a.button.add_to_cart_button {
    background-color: #76bd1d;
}

.cc-compass-count {
    background-color: #76bd1d;
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #fff;
    background-color: transparent;
}

body.woocommerce #wrapper div.product .woocommerce-tabs ul.tabs li.active,
body.woocommerce #wrapper div.product .woocommerce-tabs ul.tabs li.active a {
    color: black;
}

body.woocommerce #wrapper div.product .panel {
    background: transparent;
}

body.woocommerce #wrapper div.product .panel h2 {
    font-size: 24px;
    font-weight: 400;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    border-color: rgba(255, 255, 255, 0.5);
}

.woocommerce .quantity {
    height: 49px;
}

.woocommerce .quantity input {
    height: 100%;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #710e70;
}

.woocommerce-info {
    border-top-color: #710e70;
}

.woocommerce-info::before {
    color: #710e70;
}

.page-template-template-catering #wrapper,
.page-template-template-careers #wrapper {
    background: #1A1818;
    color: #fff;
    padding: 0;
}

.page-template-template-catering #main,
.page-template-template-careers #main {
    padding: 0;
}

.page-template-template-catering,
.page-template-template-careers {
    background: #1A1818;
    margin-top: 0;
    padding-top: 86px;
}

@media (max-width: 768px) {

    .page-template-template-catering,
    .page-template-template-careers {
        padding-top: 0;
    }
}

.page-template-template-catering header#header,
.page-template-template-careers header#header {
    margin-top: 0;
}

.page-template-template-catering #wrapper h1,
.page-template-template-careers #wrapper h1,
.careers-section h1,
.careers-section h2 {
    font-size: 48px;
    line-height: 64px;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 667px) {

    .page-template-template-catering #wrapper h1,
    .page-template-template-careers #wrapper h1,
    .careers-section h1,
    .careers-section h2 {
        font-size: 36px;
        line-height: 1;
    }
}

.careers-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.careers-section h2 {
    margin-bottom: 6rem;
}

.careers-section h3 {
    margin: 0;
}

.page-template-template-catering .catering-banner>div:first-child,
.page-template-template-careers #wrapper h1 {
    margin-top: auto;
}

.page-template-template-catering .btn-green,
.page-template-template-careers .btn-green {
    padding: 18px 30px;
    background-color: #79BC43;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    transition: all 300ms ease;
}

.page-template-template-catering .btn-green:hover,
.page-template-template-careers .btn-green:hover {
    transform: translateY(-5px);
}

.page-template-template-catering .btn-green.btn-xxl,
.page-template-template-careers .btn-green.btn-xxl {
    font-size: 4rem
}

.font-weight-bold {
    font-weight: bold;
}

.catering-banner,
.careers-banner {
    height: calc(100% - 85px);
    height: calc(100vh - 85px);
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.catering-banner {
    width: 100%;
    background: url('../../assets/images/catering-party.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    margin-bottom: 80px;
}

.catering-banner::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.catering-banner>div {
    position: relative;
    z-index: 2;
    text-align: center;
}

.catering-banner .btn {
    margin: 10px 15px;
}

@media (max-width: 414px) {

    #wrapper .catering-banner h1,
    #wrapper .careers-banner h1 {
        font-size: 28px;
        line-height: 1;
    }

    .careers-banner img {
        max-width: 80%;
        height: auto
    }

    .page-template-template-catering .btn-green,
    .page-template-template-careers .btn-green {
        padding: 10px 20px;
    }


}

.floating-icons {
    margin-top: auto;
    display: flex;
    justify-content: space-around;
}

.floating-icons img {
    transform: rotate(-10deg);
    margin: 20px;
    animation-name: twist;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@media (max-width: 425px) {
    .floating-icons img {
        margin: 10px;
    }
}

@media (max-width: 320px) {
    .floating-icons img {
        max-width: 50px;
        max-height: 50px;
    }

}



.floating-icons img:nth-child(1) {}

.floating-icons img:nth-child(2) {
    animation-delay: 300ms;
}

.floating-icons img:nth-child(3) {
    animation-delay: 600ms;
}

.floating-icons img:nth-child(4) {
    animation-delay: 900ms;
}

@keyframes twist {
    from {
        transform: rotate(-10deg) scale(1);
    }

    to {
        transform: rotate(10deg) scale(1.4);
    }
}

.scroll {
    margin-top: auto;
    margin-bottom: 20px;
    animation-name: blinker;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes blinker {
    from {
        opacity: 100%;
    }

    50% {
        opacity: 50%;
    }

    to {
        opacity: 100%;
    }
}

.page-template-template-careers #trigger1 {
    margin-top: -50px;
}

@media (max-width: 768px) {
    .page-template-template-careers #trigger1 {
        margin-top: -10px;
    }

    .catering-banner>div>div {
        flex-direction: column;
    }
}

@media (max-width: 425px) {
    .page-template-template-careers {
        margin-top: 0 !important;
    }
}


.careers-section-perks {
    display: flex;
}

.careers-section-perks ul {
    list-style: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    margin: 0;
    width: 50%;
    display: block;
}



.careers-section-perks ul li {
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
}

.careers-section-perks ul li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.careers-section-perks ul li span {
    margin: 0 1rem;
    display: block;
}

@media (min-width: 668px) {
    .careers-section-perks ul {
        font-size: 36px;
    }


    .careers-section-perks ul li {
        margin-left: 3rem;
    }

    .careers-section-perks ul li img {
        width: 72px;
        height: 72px;
    }

    .careers-section-perks ul li span {
        margin-left: 2rem;
    }
}

.careers-section-values,
.careers-section-lloyd {
    max-width: 800px;
    margin: 0 auto;
}

.careers-section-values img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.careers-section-values>div img {
    margin-left: auto;
}

@media (max-width: 667px) {

    .careers-section-lloyd img,
    .careers-section-values img {
        max-width: 100px;
    }

    .careers-section-values div>img {
        margin-left: 2rem;
    }
}

.careers-section-values>div,
.careers-section-lloyd>div {
    display: flex;
    flex-direction: row;
    margin-bottom: 5rem;
}

.careers-section-lloyd>div img {
    margin-right: 3rem;
}



.careers-section-values h3,
.careers-section-lloyd h3 {
    margin-bottom: 1rem;
}

.careers-section-values p,
.careers-section-lloyd p {
    margin: 0;
}

.careers-section-values>div>div,
.careers-section-lloyd>div>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 550px;
}

.careers-video {
    background: #1D1D1D;
    /* height: 315px;
  width: 560px; */
    box-shadow: 0 0 100px #8d348c;
    border-radius: 24px;
    margin: 20px auto;
}

.careers-video iframe {
    border-radius: 24px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.careers-picture-container {
    position: relative;
}

.careers-picture {
    z-index: 1;
    background: #1D1D1D;
    position: absolute;
    height: calc(1200px / 6);
    width: calc(800px / 6);
    border-radius: 24px;
    box-shadow: 0 0 100px #000;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: rotate(0) scale(0.75);
    -moz-transform: rotate(0) scale(0.75);
    -ms-transform: rotate(0) scale(0.75);
    -o-transform: rotate(0) scale(0.75);
    transform: rotate(0) scale(0.75);
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

}

.careers-picture.visible {
    opacity: 1 !important;
}


.careers-picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 834px) {
    .careers-picture-container {
        /* overflow: hidden; */
    }

    .careers-picture:nth-child(1) {
        right: 10px;
        top: 70px;
    }

    .careers-picture:nth-child(2) {
        top: 220px;
        left: 10px;
    }

    .careers-picture:nth-child(3) {
        top: 350px;
        right: 10px;
    }

    .careers-picture:nth-child(4) {
        top: 520px;
        left: 10px;
    }

    .careers-picture:nth-child(5) {
        top: 750px;
        right: 10px;
    }
}

@media (min-width: 835px) {
    .careers-picture-container {
        height: 1000px;
        margin-top: 150px;
        margin-bottom: 100px;
    }

    .careers-picture {
        height: calc(1200px / 3);
        width: calc(800px / 3);
    }

    .careers-picture:nth-child(1) {
        left: 100px;
    }

    .careers-picture:nth-child(2) {
        right: 100px;
        top: 150px;
    }

    .careers-picture:nth-child(3) {
        left: 200px;
        top: 450px;
    }

    .careers-picture:nth-child(4) {
        right: 200px;
        top: 600px;
    }

}

@media (max-width: 834px) and (min-width: 426px) {
    .careers-picture-container {
        height: 1000px;
        margin-top: 100px;
        margin-bottom: 50px;
    }

    .careers-picture {
        height: calc(1200px / 4);
        width: calc(800px / 4);
    }

    .careers-picture:nth-child(1) {
        right: 80px;
    }

    .careers-picture:nth-child(2) {
        left: 100px;
    }

    .careers-picture:nth-child(3) {
        right: 80px;
        top: 450px;
    }

    .careers-picture:nth-child(4) {
        left: 200px;
        top: 600px;
    }
}

@media (max-width: 425px) {
    .careers-picture-container {
        height: 1000px;
        margin-top: 50px;
        margin-bottom: 0px;
    }

    .careers-picture:nth-child(1) {
        top: 250px;
    }

    .careers-picture:nth-child(2) {
        top: 350px;
    }

    .careers-picture:nth-child(3) {
        top: 500px;
        right: 30px;
    }

    .careers-picture:nth-child(4) {
        top: 700px;
        left: 50px;
    }
}

.careers-picture.visible:nth-child(1) {
    transform: rotate(-5deg) scale(1);
}


.careers-picture.visible:nth-child(2) {
    transform: rotate(5deg) scale(1);
}



.careers-picture.visible:nth-child(3) {
    transform: rotate(5deg) scale(1);
}


.careers-picture.visible:nth-child(4) {
    transform: rotate(-5deg) scale(1);
}


.careers-picture.visible:nth-child(5) {
    transform: rotate(8deg) scale(1);
}

.d-flex {
    display: flex;
}

.section-img,
.section-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 50%;
}

.section-text h3 {
    text-align: left;
}

.catering-section {
    margin-bottom: 80px;
}

.catering-section .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media (max-width: 667px) {
    .catering-section .row {
        flex-direction: column;
    }

    .catering-section .row .section-img {
        width: 100%;
        order: 1;
        padding-top: 24px;
    }

    .catering-section .row .section-text {
        width: 80%;
        order: 0;
        margin-bottom: 0;
    }
}

.section-img {
    align-items: center;
    padding: 60px;
}

.section-img>div,
.section-img>div img {
    position: relative;
    z-index: 3;
}


.section-img>div:after {
    content: '';
    display: block;
    background: purple;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: -8%;
    right: -8%;
    z-index: 1;
}

.catering-section .row:nth-child(2) .section-img>div:after {
    background: url('../../assets/images/catering-bg-3.png') no-repeat center;
    background-size: cover;
}

.catering-section .row:nth-child(3) .section-img>div:after {
    background: url('../../assets/images/catering-bg-1.png') no-repeat center;
    background-size: cover;
}

.catering-section .row:nth-child(4) .section-img>div:after {
    background: url('../../assets/images/catering-bg-2.png') no-repeat center;
    background-size: cover;
}

.catering-section .row:nth-child(5) .section-img>div:after {
    background: url('../../assets/images/catering-bg-3.png') no-repeat center;
    background-size: cover;
}

.catering-section .row:nth-child(6) .section-img>div:after {
    background: url('../../assets/images/catering-bg-1.png') no-repeat center;
    background-size: cover;
}

.catering-section .row .section-img>div:after {
    background: url('../../assets/images/catering-bg-1.png') no-repeat center;
    background-size: cover;
}

.section-text h3 {
    margin-bottom: 0.5em;
}