@import url(https://fonts.googleapis.com/css?family=Montserrat:700);

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;
    color: #001A33;
    webkit-tap-highlight-color: #222;
    top:0;
}

/* workaround modal-open padding issue */
body.modal-open {
    padding-right:0 !important;
}

main {
    min-height: 80%;
}

hr {
    max-width: 120px;
    border-width: 3px;
    opacity: 0.08;
    margin-top: 25px;
    margin-bottom: 25px;
}

hr.light {
    border-color: #fff;
    opacity: 1;
}

hr.primary {
    border-color: #007FFF;
    opacity: 1;
}

a {
    color: #007FFF;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #222;
    outline: 0;
}

p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-family:'Helvetica Neue',Arial,sans-serif;
}

.text-normal {
    font-family:'Helvetica Neue',Arial,sans-serif;
}

.wide-space {
    letter-spacing: 1.6px;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-primary {
    background-color: #007FFF;
}

.bg-alt {
    background-color: #fff;
}

.text-faded {
    color: rgba(245,245,245,0.7);
}

.text-dark {
    color: #001A33;
}

.text-light {
    color: #fff;
}

.text-light:hover,.text-light:focus {
    color: #eee;
    text-decoration:none;
}

.text-primary {
    color: #007FFF;
}

section {
    padding: 70px 0;
}

aside {
    padding: 45px 0;
}

footer {
    padding: 45px;
    padding-top: 40px;
    background-color: #e0e0e3;

}

footer h4, footer h6 {
    color:#000;
}

.navbar-default {
    border-color: rgba(35,35,35,.05);
    background-color: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.navbar-brand {
    color: #53b52e;
    padding: 1px;
    line-height: 1.90em;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
    float:none;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #53b52e;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #001A33;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    font-size: 12px;
    color: #001A33;
    text-transform: uppercase;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #007FFF;
}

.navbar-default .nav .nav-link.active,
.navbar-default .nav .nav-link.active:focus {
    color: #007FFF !important;
    background-color: transparent;
}

/* responsive nav */
@media(max-width:48em) {
    .navbar-default .navbar-nav>.nav-item {
        float: none;
        margin-left: .1rem;
    }
    .navbar-default .navbar-nav {
        float:none !important;
    }
}

@media(min-width:48em) {
    /* Navbar login-logout button */
    .login-logout-nav {
        text-align: right;
    }
    .navbar-default {
        border-color: transparent;
        background-color: #fff;
        min-height: 30px; /*60*/
    }

    .navbar-brand {
        color: #53b52e;
        float: left;
        padding: 9px;
        padding-left: 1px;
    }

    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #001A33;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #001A33;
        padding-left: 5px;
        padding-top: 21px;
        letter-spacing: 1.1px;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #001A33;
    }

    #topNav {
      background-color:#fff;
    }

}

header {
    position: relative;
    min-height: 100%; /*auto*/
    text-align: center;
    color: #001A33;
    width: 100%;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
    opacity: 0.85;

}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: #222;
}

@media(min-width:34em) {
    .icon-lg {
        font-size: 80px;
    }

    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 53px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }

    section {
        min-height: 600px;
        padding: 100px 0;
    }

}

.list-group-item, .card-footer {
    background-color:transparent;
}

textarea {
    resize: none;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.btn.btn-primary {
    background-color: transparent;
    border:1px solid #007FFF;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    color:#007FFF;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn-primary-outline {
    border-color:#007FFF;
    color:#007FFF;
}
.btn-primary-outline:hover {
    background-color:#007FFF;
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

img{
    max-width:100% !important;
    height:auto;
    /*display:block;*/
}

/* Nav email login */
.login-email-nav {
    font-style: normal;
    font-size: 1em;
    font-family:'Helvetica Neue',Arial,sans-serif;
}

#mainlogo {
    padding-top: 30px;
    padding-bottom: 30px;
}

#main-content {
    text-align: center;
}

#registration .input-group-addon-personal {
    width: 120px;
}

#registration .input-group-addon {
    width: 160px;
}

#registration .input-group-addon-info {
    width: 90%;
}

#form-step5 .input-group-addon-info p {
    padding-left: 15px;
    padding-right: 15px;
}

/* iPhone 4S/5S */
@media only screen and (max-width: 321px) {
    #mainform {
        text-align: center;
        max-width: 300px;
        margin: auto;
        width: auto;
        border-style: solid;
        border-radius: .25rem;
        border-color: #C0C0C0;
        border-width: 1px;
    }

    .route-left input[type="radio"] {
        display: block;
        margin-top: 100%;
    }

     #index-mainform .td-date-head,
    #index-mainform .td-route-head,
    #index-mainform .td-order-head {
        font-size: 0.70em;
    }

    #index-mainform .td-number-head {
        display: none;
    }

    #index-mainform .td-capacity-head {
        width: 2%;
        font-size: 0.60em;
    }

     #mainform .td-route,
    #index-mainform .td-route {
        font-size: 0.7em;
        width: 25%;
    }

    #index-mainform .td-number {
        display: none;
    }


    #index-mainform .td-capacity {
        width: 4%;
        font-size: 0.66em;
    }

    #index-mainform .td-date {
        font-size: 0.70em;
        width: 15%;
    }

    #index-mainform .td-order {
        width: 50%;
    }

    #index-mainform span.input-group-btn .btn {
        display: inline-block;
        padding: .30rem 0.5rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.0;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
    }

    #btn-a2h {
        width: 117px;
        height: 100px;
    }

    #btn-h2a {
        width: 117px;
        height: 100px;
    }

    #registration .input-group-addon {
        width: 100px;
    }

}

/* iPhone 6S Plus */
@media only screen and (max-width: 450px) and (min-width: 321px) {
    #mainform, #index-mainform {
        text-align: center;
        max-width: 95%;
        margin: auto;
        width: auto;
        border-style: solid;
        border-radius: .25rem;
        border-color: #C0C0C0;
        border-width: 1px;
    }

    .route-left input[type="radio"] {
        display: block;
        margin-top: 100%;
    }

    #index-mainform .td-date-head,
    #index-mainform .td-route-head,
    #index-mainform .td-order-head {
        font-size: 0.70em;
    }

    #index-mainform .td-number-head {
        display: none;
    }

    #index-mainform .td-capacity-head {
        width: 2%;
        font-size: 0.55em;
    }

     #mainform .td-route,
    #index-mainform .td-route {
        font-size: 0.7em;
        width: 25%;
    }

    #index-mainform .td-number {
        display: none;
    }


    #index-mainform .td-capacity {
        width: 4%;
        font-size: 0.70em;
    }

    #index-mainform .td-date {
        font-size: 0.75em;
        width: 18%;
    }

    #index-mainform .td-order {
        width: 50%;
    }

    #index-mainform span.input-group-btn button {
        width: 20px;
    }


    #btn-a2h {
        width: 130px;
        height: 120px;
    }

    #btn-h2a {
        width: 130px;
        height: 100px;
    }

    #registration .input-group-addon {
        width: 120px;
    }
}

@media only screen and (max-width: 490px) and (min-width: 450px) {
    #mainform, #index-mainform {
        text-align: center;
        max-width: 440px;
        margin: auto;
        width: auto;
        border-style: solid;
        border-radius: .25rem;
        border-color: #C0C0C0;
        border-width: 1px;
    }

    .route-left input[type="radio"] {
        display: block;
        margin-top: 100%;
    }

    #index-mainform .td-date-head,
    #index-mainform .td-route-head,
    #index-mainform .td-capacity-head,
    #index-mainform .td-order-head {
        font-size: 0.75em;
    }

    #index-mainform .td-number-head {
        width: 5%;
        font-size: 0.60em;
    }

     #mainform .td-route,
    #index-mainform .td-route {
        font-size: 0.7em;
        width: 25%;
    }

    #index-mainform .td-number {
        width: 8%;
        font-size: 0.5em;
    }


    #index-mainform .td-capacity {
        width: 4%;
        font-size: 0.85em;
    }


    #index-mainform .td-capacity-head {
        width: 4%;
        font-size: 0.65em;
    }

    #index-mainform .td-date {
        font-size: 0.75em;
        width: 18%;
    }

    #index-mainform .td-order {
        width: 50%;
    }

    #index-mainform span.input-group-btn button {
        width: 15px;
    }

    #btn-a2h {
        width: 100px;
        height: 100px;
    }

    #btn-h2a {
        width: 100px;
        height: 100px;
    }
}

/* Safari smallest */
@media only screen and (max-width: 550px) and (min-width: 490px) {
    #mainform, #index-mainform {
        text-align: center;
        max-width: 480px;
        margin: auto;
        width: auto;
        border-style: solid;
        border-radius: .25rem;
        border-color: #C0C0C0;
        border-width: 1px;
    }

    #index-mainform .td-date-head,
    #index-mainform .td-route-head,
    #index-mainform .td-capacity-head,
    #index-mainform .td-order-head {
        font-size: 0.80em;
    }

    #index-mainform .td-number-head {
        width: 5%;
        font-size: 0.80em;
    }

    #mainform .td-route,
    #index-mainform .td-route {
        font-size: 0.7em;
        width: 25%;
    }

    #index-mainform .td-number {
        width: 8%;
        font-size: 0.8em;
    }


    #index-mainform .td-capacity {
        width: 4%;
        font-size: 0.85em;
    }


    #index-mainform .td-capacity-head {
        width: 4%;
        font-size: 0.65em;
    }

    #index-mainform .td-date {
        font-size: 0.75em;
        width: 18%;
    }

    #index-mainform .td-order {
        width: 38%;
    }

    .route-left input[type="radio"] {
        display: block;
        margin-top: 100%;
    }

    #btn-a2h {
        width: 175px;
        height: 100px;
    }

    #btn-h2a {
        width: 175px;
        height: 100px;
    }
}

@media only screen and (max-width: 650px) and (min-width: 550px) {
    #mainform, #index-mainform {
        text-align: center;
        max-width: 545px;
        margin: auto;
        width: auto;
        border-style: solid;
        border-radius: .25rem;
        border-color: #C0C0C0;
        border-width: 1px;
    }

    #index-mainform .td-date-head,
    #index-mainform .td-route-head,
    #index-mainform .td-capacity-head,
    #index-mainform .td-order-head {
        font-size: 0.80em;
    }

    #index-mainform .td-number-head {
        width: 8%;
        font-size: 0.80em;
    }

    #mainform .td-route,
    #index-mainform .td-route {
        font-size: 0.8em;
        width: 27%;
    }

    #index-mainform .td-number {
        width: 8%;
        font-size: 0.8em;
    }


    #index-mainform .td-capacity {
        width: 8%;
    }


    #index-mainform .td-date {
        font-size: 0.75em;
        width: 18%;
    }

    #index-mainform .td-order {
        width: 30%;
    }

    .route-left input[type="radio"] {
        display: block;
        margin-top: 100%;
    }

    #btn-a2h {
        width: 200px;
        height: 100px;
    }

    #btn-h2a {
        width: 200px;
        height: 100px;
    }
}

@media only screen and (max-width: 730px) and (min-width: 650px) {
    #mainform, #index-mainform {
        text-align: center;
        max-width: 640px;
        margin: auto;
        width: auto;
        border-style: solid;
        border-radius: .25rem;
        border-color: #C0C0C0;
        border-width: 1px;
    }

    .route-left input[type="radio"] {
        display: block;
        margin-top: 100%;
    }

    #index-mainform .td-number-head {
        width: 10%;
        font-size: 0.75em;
    }


    #index-mainform .td-route-head {
        width: 10%;
        font-size: 0.75em;
    }

    #index-mainform .td-route {
        font-size: 0.75em;
    }

     #index-mainform .td-order {
        width: 30%;
        font-size: 0.75em;
    }

    #index-mainform .td-date-head,
    #index-mainform .td-route-head,
    #index-mainform .td-capacity-head,
    #index-mainform .td-order-head {
        font-size: 0.70em;
    }

    #index-mainform .td-date {
        font-size: 0.80em;
    }

    #btn-a2h {
        width: 200px;
        height: 100px;
    }

    #btn-h2a {
        width: 200px;
        height: 100px;
    }
}

@media only screen and (min-width: 730px) {
    #mainform, #index-mainform {
        text-align: center;
        max-width: 720px;
        width: auto;
        margin: auto;
        border-style: solid;
        border-radius: .25rem;
        border-color: #C0C0C0;
        border-width: 1px;
    }

    #mainform .td-route,
    #index-mainform .td-route {
        width: 25%;
    }

    #index-mainform .td-number {
        width: 10%;
    }

    #index-mainform .td-order {
        width: 25%;
    }

    #index-mainform .td-date {
        width: 20%;
    }

    .route-left input[type="radio"] {
        display: block;
        margin-top: 100%;
    }

    #btn-a2h {
        width: 200px;
        height: 100px;
    }

    #btn-h2a {
        width: 200px;
        height: 100px;
    }
}

@media only screen and (min-width: 830px) {
    #mainform, #index-mainform {
        text-align: center;
        max-width: 820px;
        width: auto;
        margin: auto;
        border-style: solid;
        border-radius: .25rem;
        border-color: #C0C0C0;
        border-width: 1px;
    }

    #mainform .td-route,
    #index-mainform .td-route {
        background-color: unset;
        width: 30%;
    }

    #index-mainform .td-order {
        width: 20%;
    }

    .route-left input[type="radio"] {
        display: block;
        margin-top: 100%;
    }

    #btn-a2h {
        width: 200px;
        height: 100px;
    }

    #btn-h2a {
        width: 200px;
        height: 100px;
    }
}

@media only screen and (min-width: 980px) {
    #mainform, #index-mainform {
        text-align: center;
        max-width: 960px;
        width: auto;
        margin: auto;
        border-style: solid;
        border-radius: .25rem;
        border-color: #C0C0C0;
        border-width: 1px;
    }

    #index-mainform .td-order {
        width: 20%;
    }

    #index-mainform .td-date {
        width: 30%;
    }

    .route-left {
        border-style: dashed;
        border-radius: .25em;
        border-width: 1px;
        height: 100%;

    }

    .route-right {
        border-style: dashed;
        border-radius: .15rem;
        border-width: 1px;
        padding: 5 5 5 5;
    }

    .route-left input[type="radio"] {
        display: block;
    }

    #btn-a2o {
        width: 200px;
        height: 110px;

    }

    #btn-o2a {
        width: 200px;
        height: 110px;
    }

    #btn-ret {
        width: 200px;
        height: 110px;
    }

}

#mainform .alert {
    padding: 5px;
}

#mainform.mainform-next {
    margin-bottom: 1.5em;
}

#route-select-holder {
    padding-bottom: 1.5em;
}

#btn-or {
    height: 100px;
    width: 50px;
    float: left;
    text-align: center;
    vertical-align: middle;
    align-items: center;
}

.vertical-align {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hotel-select-holder {
    margin-top: 2em;
    padding-bottom: 2em;
}

/* Passenger Stepper */
.spinner {
  width: 100px;
}
.spinner input {
  text-align: right;
}

.pax-stepper {
    width: 65%;
    text-align: center;
    margin: auto;
    padding-top: 0.25em;
    padding-bottom: 0.75em;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}

/* Remove WebKit Spinner */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* Center Input text */
input {
   text-align:center;
}

#price-holder {
    width: 255px;
    margin: auto;
    padding-top: 0.5em;
    padding-bottom: 1.5em;
}

#price-group {
    height: 38px;
    width: 255px;
}

#price, #price-top {
    width: 50px;
    background-color: white;
}

#mainform .price-green {
    background-color: #0275d8;
    color: white;
}

#mainform.mainform-next.form-inline.price {
    border-width: 0px;
}

#mainform .form-inline.mainform-next.return-form {
    display: none;
}



#return-holder {
    margin: auto;
    margin-top: 0.5em;
    margin-bottom: 1em;
    text-align: center;
}

#return-holder .input-group {
    margin: auto;
    text-align: center;
}

#return-holder .input-group a.btn.btn-default {
    color: #DEDEDE;
}

#routeSelector {
    margin-top: 30px;
    margin-bottom: 30px;
}

#selection select {
    width: 92%;
    z-index: 9999;
}

/*
div.stepper {
    left: 47%;
}
*/

.select2-container {
    margin-top: 10px;
    min-width: 92%;
    margin-bottom: 1.75em;
}

#passengers {
    margin-top: 30px;
    font-size: xx-large;
}

.select2-rendered__match {
  text-decoration: underline;
}

#slider-holder {
    width: 100%;
    margin-top: 30px;
}

#vehicle {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#vehicle-button {
    padding-top: 30px;
}

#date-holder {
    margin-bottom: 1em;
}

#return-date-holder {
    margin-bottom: 1em;
}

.ui-datepicker{ z-index: 9999 !important;}

.timeholder .inner,
.timeholder .drum-wrapper,
.timeholder .drum-wrapper .inner,
.timeholder .drum-wrapper .inner .container .drum {
    width: 100%;
    margin: auto;
    text-align: center;
}

.timeholder .drum-wrapper {
    margin-bottom: 1em;
}

div.drum-wrapper div.container, div.drum-wrapper figure {
    margin: auto;
    text-align: center;
}

/* Hide everything
#output, #selection, #passengers, #slider-holder, #vehicle, #vehicle-button, #dateHolder {
    display:none;
}
*/

input.hidden {
    display: none;
}

/* Login Modal Content */
#aboutModal form {
    text-align: center;
    margin: auto;
}

#aboutModal .modal-content .input-group {
    margin-bottom: 1em;
    margin-top: 1em;

}

#aboutModal .modal-content h2 {
    margin-bottom: 1em;
    margin-top: 0.5em;
}

#login-email {
    min-width: 45px;
}

#login-password {
    min-width: 45px;
}

#modal-password {
    margin: auto;
    text-align: center;
    /*width: 85%;*/
}

#modal-login-buttons {
    text-align: center;
    margin: auto;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
}

/* REVIEW */
#mainform.review-form {
    background-color: #ECF5E6;
}

#mainform table {
    /*background-color: #F5FFF5;*/
}

#mainform td {
    border-color: #BFD1B4;
}

.review-table td {
    min-width: 160px;
    vertical-align: middle;
}

.review-table-data-cell {
    width: 100%;
}

.review-table-master {
    width: 160px;
    vertical-align: middle;
}

.review-table .return-review-row-white {
    background-color: #ECF5E6;
    border-top-style: none;
    border-left-style: none;
}

.review-table .row-header {
    background-color: #DAF0CC;
}

#already-member {
    margin-top: 2.5em;
    margin-bottom: 1.5em;
}

#registration {
    padding-bottom: 2.5em;
}

#registration .reg-label {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

#registration .input-group {
    margin: auto;
    text-align: center;
    width: 85%;
}



/* International Phone */
.iti-flag {background-image: url("flags.png");}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    background-image: url("flags@2x.png");
}

div.intl-tel-input.allow-dropdown {
    width: 100%;
}

input#reg-phone {
    width: 100%;
}

#route-select-holder label {
    float: left;
}

#form-step2,
#form-step3,
#form-step4,
#form-step5,
#form-step6,
#form-step7,
#form-step8,
#form-step9,
#fee,
#index-mainform {
    display: none;
}

.route-left {
    margin: 0 auto;
    float: left;
    width: 20%;
    height: 100%;
    vertical-align: center;
}

.route-right {
    float: right;
    width: 80%;
    height: 100%;
    vertical-align: center;
}

#time-select {
    margin-bottom: 0.8em;
}

.info-box {
    text-align: left;
}

.info-box p {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

#return-time-select {
    margin-bottom: 0.8em;
}

.return-hotel-select-holder {
    display: none;
}

.return-holder {
    display: none;
}

.sales-final {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.message-box {
    line-height: 200px;
    border: 3px solid green;
    text-align: center;
    position: absolute;
    top: 40%; left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}

.message-box p {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}

#info-box-1,
#info-box-2, {
    width: 80%;
}

#calculator {
    background-color: #F5FFF5;
    border-style: solid;
    border-radius: .25rem;
    border-color: #C0C0C0;
    border-width: 1px;
    margin-bottom: 2.0em;
    min-height: 200px;
    max-height: 280px;
    height: auto;
}

#calculator > #calc-part1 {
    width: 55%;
    height: auto;
    float: left;
}


#calculator > #calc-part2 {
    width: 45%;
    height: auto;
    float: left;
}

#calculator > #title {
    height: auto;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    text-align: center;
    color: #3c763d;
}

#calc-part2 > label {
    width: 130px;
    text-align: left;
}

@media only screen and (max-width: 689px) and (min-width: 300px) {

    #calculator {
        min-height: 280px;
    }
}

#about-us {
    width: 80%;
    text-align: left;
    max-width: 80%;
    margin: auto;
    width: auto;
    background-color: #F5FFF5;
    border-style: solid;
    border-radius: .25rem;
    border-color: #C0C0C0;
    border-width: 1px;
    padding: 20px 20px 20px 20px;
}

#about-us h3 {
    text-align: center;
}

#faq {
    width: 80%;
    text-align: left;
    max-width: 80%;
    margin: auto;
    width: auto;
    background-color: #F5FFF5;
    border-style: solid;
    border-radius: .25rem;
    border-color: #C0C0C0;
    border-width: 1px;
    padding: 20px 20px 20px 20px;
}

#faq h3 {
    text-align: center;
}

#faq p {
    padding-left: 20px;
}

#top-logo {
    text-align: center;
}

.clear {
    clear: both;
}

@media all and (orientation:landscape) and (max-width: 800px) and (min-width: 300px) {
	header {
	    position: relative;
	    min-height: auto; /*auto*/
	    text-align: center;
	    color: #001A33;
	    width: 100%;
	    background-color: #fff;
	    margin-bottom: 1.0em;
	    margin-top: 25.0em;
	}

	header .header-content {
	    position: relative;
	    width: 100%;
	    padding: 100px 15px;
	    text-align: center;
	    z-index: 2;
	}

	header .header-content .inner h1 {
	    margin-top: 0;
	    margin-bottom: 0;
	}

	header .header-content .inner p {
	    margin-bottom: 50px;
	    font-size: 16px;
	    font-weight: 300;
	    color: #222;
	}

	header > #calculator {
		background-color: black;
	}

	header > #calculator > #calc-part1 {
		width: 30%;
	}

	header > #calculator > #calc-part2 {
		width: 70%;
	}

	#main-content {
		margin-top: 1.0em;
	}

}


#first {
    background-image: url('../img/ozora_festival_background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

#topNav {
    background-color:rgba(255, 255, 255, 0.9);
}

.route-left input {
    margin: 0 auto;
}

.navbar-brand {
    color: black;
}

.inner {
    background-color: rgba(255, 255, 255, 0.9);
}

#mainform {
    margin-top: 3.0em;
}

#reservations-form {
        text-align: center;
        max-width: 65%;
        margin: auto;
        width: auto;
        border-style: solid;
        border-radius: .25rem;
        border-color: #C0C0C0;
        border-width: 1px;
    }

#account-form {
        text-align: center;
        max-width: 65%;
        margin: auto;
        width: auto;
        border-style: solid;
        border-radius: .25rem;
        border-color: #C0C0C0;
        border-width: 1px;
    }

.table td, .table th {
    vertical-align: middle;
}

.review-header {
    background-color: #0275d8;
    color: white;
    padding-top: 0.75em;
    height: 3.0em;
      vertical-align: middle;

}

#term-holder {
    margin: 0 auto;
    width: 80%;
}

#term-holder > input {
    border-style: solid;
}

#term-holder > div.input-group > input {
    margin-right: 0.5em;
}

#term-holder > div.input-group {
    padding-top: 0.5em;
    text-align: left;
    max-width: 100%;
}