@import url("bs.css");
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,800");
html, body {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit; }

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

ol, ul {
  list-style: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: ""; }

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  *overflow: visible; }

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

body {
  font-weight: 600;
  background-color: #ffffff;
  width: 100%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.76); }

.wrapper {
  min-height: calc(100vh - 50px); }

.min-500 {
  height: 500px;
  overflow: auto; }

.min-650 {
  height: 650px;
  overflow: auto; }

.noflow {
  overflow: hidden; }

p {
  margin-bottom: 10px;
  line-height: 1.3; }

.cookie {
  background-color: rgba(12, 12, 12, 0.5);
  z-index: 2000;
  position: fixed;
  bottom: 0;
  border-radius: 5px;
  left: auto;
  right: auto;
  padding-top: 5px; }

.reg {
  width: 100px;
  height: 1.8em;
  background-color: yellow;
  display: block;
  text-align: center;
  margin: 5px 10px;
  border-radius: 5px;
  border: 1px solid black;
  text-transform: uppercase;
  font-family: "Arial Black", arial-black;
  cursor: pointer; }
  .reg .vehicle {
    width: 200px;
    height: 1.3em;
    display: inline-block;
    position: relative;
    left: 120px;
    bottom: 25px;
    font-size: 0.8em;
    text-align: left;
    overflow: hidden; }

.modal-max {
  width: 95%; }

.img-outer {
  border: 1px solid;
  border-radius: 5px; }

.img-holder {
  margin: 10px 10px 0; }
  .img-holder img {
    cursor: pointer; }
  .img-holder img {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.deleted {
  opacity: 0.3; }

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  font-size: x-large;
  font-weight: bold;
  color: #003a59; }

h2 {
  font-size: 1.5em; }

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3em;
  font-weight: normal; }

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  font-weight: normal; }

.bootbox-modal {
  border-bottom: 1px solid #eee;
  position: relative;
  max-height: 300px;
  max-width: 600px;
  padding: 15px;
  overflow-y: auto;
  top: -200px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.modal-header1 {
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 15px;
  overflow-y: auto;
  background-color: #cccccc; }
  .modal-header1 .close {
    margin-top: 2px; }
  .modal-header1 h3 {
    margin: 0;
    line-height: 30px; }

.modal-body1 {
  position: relative;
  padding: 15px;
  overflow-y: auto;
  background-color: #cccccc; }

.modal-form1 {
  margin-bottom: 0; }

.modal-footer1 {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff; }
  .modal-footer1 .btn-success {
    background-color: #5d9c0a; }
  .modal-footer1:before {
    display: table;
    line-height: 0;
    content: ""; }
  .modal-footer1:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both; }

.q {
  background: url("../img/q.png") no-repeat;
  padding-left: 20px; }
  .q a {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-decoration: none; }
  .q:hover {
    background: url("../img/qm.png") no-repeat; }

#admin333 {
  position: absolute;
  left: 25%;
  right: auto;
  top: 25%;
  bottom: 25%;
  height: 50vh;
  width: 50vw;
  background-color: red;
  color: white;
  font-size: xx-large;
  border-radius: 10px;
  z-index: 1004;
  padding: 25px;
  text-align: center; }

.navbar-default {
  background-color: #003a59;
  border-color: #f7d300;
  margin-bottom: 0;
  width: 100%;
  position: relative; }
  .navbar-default .navbar-brand {
    color: #ffffff; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #bbbbbb; }
  .navbar-default .navbar-text {
    color: #ffffff; }
  .navbar-default .navbar-nav > li > a {
    color: #ffffff; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #bbbbbb; }
  .navbar-default .navbar-nav > li > .dropdown-menu {
    background-color: #003a59; }
    .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
      color: #ffffff; }
      .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
        color: #bbbbbb;
        background-color: #f7d300; }
    .navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
      background-color: #f7d300; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #bbbbbb;
    background-color: #f7d300; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #bbbbbb;
    background-color: #f7d300; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #bbbbbb;
    background-color: #f7d300; }
  .navbar-default .navbar-toggle {
    border-color: #f7d300; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #f7d300; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #ffffff; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #ffffff; }
  .navbar-default .navbar-link {
    color: #ffffff; }
    .navbar-default .navbar-link:hover {
      color: #bbbbbb; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #bbbbbb; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #bbbbbb;
    background-color: #f7d300; } }
.main-head {
  background-color: #003a59;
  margin-top: 5px;
  height: 250px;
  border-radius: 3px;
  -webkit-box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  -moz-box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  color: #FFFFFF; }
  @media all and (max-width: 768px) {
    .main-head {
      height: 450px !important; } }
  @media all and (max-width: 760px) {
    .main-head {
      height: 220px !important;
      font-size: 0.9em; } }
  .main-head img {
    padding-top: 10px;
    padding-left: 20px;
    float: right;
    position: relative;
    top: -5px; }
    @media all and (max-device-width: 667px) {
      .main-head img {
        width: 200px; } }
  .main-head .carousel {
    height: 200px;
    overflow: hidden;
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px; }
  .main-head .carousel-inner {
    height: 200px; }
    .main-head .carousel-inner p {
      font-size: 1.6em; }
  .main-head .carousel-caption {
    position: relative;
    left: 5px;
    margin-top: 10px; }
  .main-head .carousel-control.left, .main-head .right {
    background-image: none; }
  .main-head .carousel-inner > .item > a > img, .main-head .carousel-inner > .item > img {
    border-radius: 5px;
    margin-top: -15px; }
  .main-head .main-title {
    margin-top: 20px;
    padding-left: 25px;
    font-size: xx-large;
    color: #000;
    font-weight: 800; }
    @media only screen and (max-device-width: 667px) {
      .main-head .main-title {
        font-size: large; } }

.home-content div:nth-of-type(odd) {
  background-color: #f5f5f5; }
.home-content div:nth-of-type(even) {
  background-color: #bbbbbb; }

.home-block {
  margin: 20px 20px;
  min-height: 100px;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  -moz-box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74); }
  .home-block h1, .home-block h2, .home-block h3, .home-block h4 {
    font-family: "Montserrat", sans-serif;
    font-size: x-large;
    font-weight: bold;
    color: #003a59; }
  .home-block h2 {
    font-size: 1.5em; }
  .home-block h3 {
    font-size: 1.3em;
    font-weight: normal; }
  .home-block h4 {
    font-size: 1.1em;
    font-weight: normal; }

.home {
  margin-bottom: 20px; }
  .home h3 {
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    transition: all 0.6s cubic-bezier(0, 0, 1, 0.36); }
  .home .well {
    border: 2px solid transparent;
    border-radius: 5px;
    height: 250px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease-in-out; }
    .home .well:hover p {
      opacity: 1;
      right: 0; }
    .home .well:hover img {
      transform: scale(1.1); }
    .home .well:hover h3 {
      font-size: 2.5em; }
    .home .well img {
      width: 100%;
      max-height: 230px;
      overflow: hidden;
      border-radius: 6px;
      transform: scale(1);
      transition: all 0.3s ease-in-out; }
    .home .well p {
      position: relative;
      bottom: 150px;
      right: 150px;
      color: #e5f1da;
      height: 150px;
      padding: 5px;
      opacity: 0;
      border-radius: 3px;
      font-size: 1em;
      font-weight: 600;
      line-height: 1;
      background-color: rgba(0, 0, 0, 0.5);
      transform: translateX(0px);
      transition: all 0.3s ease-in-out;
      z-index: 20; }
  .home div.row > div:nth-of-type(even) {
    background-color: #003a59; }
    .home div.row > div:nth-of-type(even) h3 {
      color: #f7d300; }
  .home div.row > div:nth-of-type(odd) {
    background-color: #f7d300; }

.second {
  background-color: #003a59;
  margin-bottom: 20px; }
  .second .second-inner {
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #f7d300;
    border-radius: 9px;
    height: 260px;
    overflow: hidden;
    position: relative; }
    .second .second-inner h3 {
      font-size: 2em;
      font-weight: 500;
      margin-bottom: 10px;
      padding-top: 15px;
      font-family: "Montserrat", sans-serif; }
  .second .lowerbox {
    width: 100%;
    height: 100%;
    border-radius: 9px;
    padding: 5px;
    overflow: hidden;
    cursor: pointer; }
    .second .lowerbox:hover p {
      opacity: 1;
      top: 50px; }
    .second .lowerbox:hover img {
      transform: scale(1.3);
      transition: all 0.6s ease-in-out; }
    .second .lowerbox img {
      position: relative;
      border-radius: 5px;
      width: 100%;
      height: 100%;
      transform: scale(1);
      transition: all 0.6s ease-in-out; }
    .second .lowerbox p {
      position: relative;
      top: 190px;
      color: #e5f1da;
      height: 90px;
      padding: 5px;
      opacity: 0;
      font-size: 1.1em;
      font-weight: 400;
      line-height: 1;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 3px;
      transform: translateY(-200px);
      transition: all 0.9s cubic-bezier(0.6, 0.24, 0.01, 0.44);
      z-index: 50; }

.page {
  min-height: 300px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px;
  -webkit-box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  -moz-box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  font-size: 1.2em; }
  .page img {
    border-radius: 5px;
    max-width: 100%;
    display: block;
    height: auto; }

.footer {
  height: 40px;
  padding: 10px;
  background-color: #003a59;
  border-radius: 3px;
  color: #f7d300; }
  @media all and (max-width: 760px) {
    .footer {
      height: 60px !important; } }
  .footer li {
    margin-bottom: 5px; }
  .footer a {
    font-weight: 500;
    color: #f7d300; }
  .footer a:hover {
    text-decoration: none;
    color: #000000; }

.side-links {
  min-height: 300px;
  background-color: #003a59;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px;
  z-index: 150;
  position: absolute;
  right: 20px;
  -webkit-box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  -moz-box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  box-shadow: 9px 10px 5px -1px rgba(97, 97, 97, 0.74);
  font-size: 1.2em;
  color: #FFFFFF; }
  .side-links h2 {
    font-weight: 800;
    margin-bottom: 15px;
    color: #f7d300; }
  .side-links ul > li {
    margin-bottom: 8px;
    font-size: 0.8em; }
    .side-links ul > li a {
      color: #FFFFFF; }

.booking .selected {
  background-color: #53c661; }
.booking .vehicled {
  width: 200px;
  height: 1.8em;
  display: inline-block;
  font-size: 0.8em;
  text-align: left;
  overflow: hidden; }
.booking .vehicleb {
  position: relative;
  left: 120px;
  bottom: 30px;
  width: 250px;
  height: 1.8em;
  display: inline-block;
  font-size: 0.8em;
  text-align: left; }
.booking small {
  font-size: 0.7em;
  font-weight: 800;
  font-style: italic; }
.booking .price {
  float: right;
  margin-right: 5px; }

/*# sourceMappingURL=app.css.map */
