.default-input {
    background: initial !important;
    border-radius: 4px !important;
    border: 1px solid #ccc !important;
    color: initial !important;
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
}

.btn-danger {
    color: #fff !important;
    background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x !important;
    border-color: #dc3545 !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

/** Main */

html, body {
    font-family: 'Ubuntu', sans-serif;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
}

/** Fontella Awesome */

[class^="icon-"]:before, [class*=" icon-"]:before {
    margin-right: inherit;
    margin-left: initial;
}

/** Bootstrap Awesome */

.glyphicon {
    top: 0;
}

mark, .mark {
    background: #000000;
    padding: 0 5px;
    color: #ffffff;
}

/** Default Style Override */

body, footer, .wrap {
    overflow: hidden !important;
}

.wrap > .container {
    padding: 0 15px 15px;
}

.form-control[disabled],
.form-control[readonly],
.form-control {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    border: initial;
    color: #ffffff;
}

.btn {
    color: #ffffff;
    border-color: #ffffff;
    background: #ffffff00;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #ffffff;
    border-color: #ffffff;
    background: #ffffff33;
}

.btn:active, .btn.active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
}

.btn-primary {
    color: #87cefa;
    border-color: #87cefa;
    background: #87cefa33;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    color: #87cefa;
    border-color: #87cefa;
}

/** Dynamic Styles */

.slide-color {
    transition: color 1s;
}

/** Specifics */

.top {
    height: 15vh;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.brand a {
    background: #000000;
    color: #ffffff;
    font-size: 3rem;
    padding: 0 10px;
}

.brand .flip-container {
    margin: 0 10px;
}

.icons {
    margin-right: 15px;
}

.icons i {
    font-size: 3rem;
    padding: 0 10px;
    color: #ffffff;

    transition: all 200ms;
    opacity: .6;
}

.icons i:hover {
    opacity: 1;
}

.outlet {
    overflow-x: hidden;
    /*overflow: auto;*/
    height: 75vh;
    outline: none;

    color: #ffffff;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.menu a {
    text-transform: uppercase;
    font-size: 3rem;
    color: #ffffff;
}

.menu span {
    transition: background 1s;
    padding: 0 10px;
}

.menu span.active, .menu span:hover {
    background: #000000;
}

.mobile {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
}

.mobile .menu {
    text-align: center;
    height: 100%;

    flex-flow: column;
    justify-content: center;
}

.mobile .menu a {
    display: block;
    width: 100%;

    font-size: 4rem;
}

.mobile .menu span.active {
    background: initial;
}

.menu-trigger {
    position: relative;
    z-index: 1;
}

/* Media */

@media (max-width: 767px) {
    .outlet {
        max-height: 85vh;
    }
}

/* Helpers */

.accent {
    background: black;
    padding: 0 5px;
}

.accent-lg {
    background: black;
    padding: 5px 20px;
}

/* Forms Config */

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #7fff00;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ff4500;
}

.has-error .help-block {
    display: inline-block;

    background: black;
    padding: 0 5px;
}

/* JUI Config */

.ui-datepicker select {
    color: #000000;
}

.ui-dialog .ui-dialog-content {
    max-height: 70vh !important;
}

/* Home page */

.index-index .choice {
    padding: 25px 0;
}

.index-index .choice a {
    margin: 5px;
}

.index-index .choice .buttons.hidden-xs .btn {}

.index-index .choice .buttons.visible-xs-block .btn {
    font-size: 14px;
}

/* Tours */

.tour-individual .jumbotron,
.tour-package .jumbotron {
    padding: 0;
    margin: 0;
}

/* About */

.site-about .document-list {
    padding: 10px 0;
}

.site-about .document-list .icon {
    padding-right: 15px;
    font-size: 32px;
}

.site-about .document-list a {
    display: inline-flex;
    align-items: center;

    font-size: 24px;
    color: #ffffff;

    transition: all 200ms;
    opacity: .6;
}

.site-about .document-list a:hover {
    opacity: 1;
}

.site-about .image {
    width: initial;
}

/* Contact */

.site-contact .field-contactform-verifycode input {
    height: 50px;
    font-size: 30px;
}

.site-contact .contact-pane {
    padding-top: 15px;
}

.site-contact .contact-line {
    text-align: center;
    font-size: 43px;
    margin: 10px 0;
}