
html{
  background :#c8c8c8;
  min-width: 500px;

}


body{
  font: 15px/1.5, Arial, Helvetica, sans-serif;
  padding: 0 !important;
  margin: auto !important;
  background-color: white;
  background: url("../imgs/diamond.jpg");
  list-style-type: none;
  max-width: 1000px !important;
}


.carousel-control-next{
  opacity: 1.0 !important;
  background-color: rgba(0,0,0,0.1);

}
.carousel-control-prev{
  opacity: 1.0 !important;
  background-color: rgba(0,0,0,0.1);

}
.custom_arrow{
  color: white !important;
  font-size: 8vw;
  opacity: 1.0 !important;
}

/* Container holding the image and the text */
.container_photo_item {
  position: relative;
  text-align: center;
  color: black;

}

/* Top left text */
.top-left {
  top: 10px;
  left: 16px;
}

#photo_gallery_item{
  height: 100%;
  width: 100%;
  object-fit: contain;;
  font-size: 1 rem;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.video-title{
  font-family: Roboto;
  font-size: 40px;
  text-decoration: underline;

}

.thankyou-text p{
  font-size: 20px;
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  font-family: Roboto;
  width: 80%;
  opacity: 0.95;
}

.modal-content .topic{
  font-size: 35px !important;
}
.modal-content .covid-text{
  font-size: 30px;
}

/* The Close Button */
.close {
  color: red;
  float: right;
  font-size: 60px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.paperBG{
  background: url("../imgs/newBG.jpg") !important;
  background-repeat: repeat;
}

.paperBG:hover{
  border: 2px solid #49E84C
}

.meta {
    font-family: Helvetica,Arial,open-sans;
    font-size: .8571rem;
    font-weight: 600;
    color: #0093e0!important;
}

#row1{
    display:flex;
    flex-direction:row;
justify-content: space-around;
}

#column1{
    display:flex;
    flex-direction:column;

}

.w-40{
  width: 40%;
}

#goUp{
  margin-top: -40px;
}


.containerV{
  display: flex;
       width: 50%;
       height: 200px;
       margin: auto;
       border-radius: 10px;
       border: 3px dashed #1c87c9;
}
.centerV{
  margin: auto; /* Important */
text-align: center;
}


#column2{
    display:flex;
    flex-direction:column;
}


.mt-0{
  margin-top: 0px;
}

.mb-0{
  margin-bottom: 0px;
}

.w-100{
  width: 100%
  border: black solid 1px;
}

.borders{
  border: black 3px solid;
}

.nm{
  margin-top: -10px
}


@media (max-width: 991px) {
  .announcements h2 {
    border-bottom: none;
  }
}

.wideImage{
  width: 50%;
  border-radius: 10px;
}

@media screen and (max-width: 600px) {
  .wideImage {
    width: 100%;
  }
}

#google-reviews .review-meta{
  margin-top: 5px;
}



.grid2x2 {
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.grid2x2 > div {
  display: flex;
  flex-basis: calc(50% - 40px);
  justify-content: center;
  flex-direction: column;
}
.grid2x2 > div > div {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.box-grid { margin: 20px; }
.box1 { background-color: white; }
.box2 { background-color: white; }
.box3 { background-color: black; }
.box4 { background-color: black; }



.list-sponsor * {margin: 0; padding: 0;}

.list-sponsor {
  margin: 20px;
}

.list-sponsor ul {
  list-style-type: none;
  width: 100%;
}

.list-sponsor h3 {
  font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
}

.checked {
  color: orange;
}

.list-sponsor li img {
  float: left;
  margin: 0 15px 0 0;
}

.list-sponsor li p {
  font: 200 12px/1.5 Georgia, Times New Roman, serif;
}

.list-sponsor li {
  padding: 10px;
  overflow: auto;
}

.list-sponsor li:hover {
  background: #877575;
  cursor: pointer;
}

div.galleryBlockDive{
  display: block !important;
}

div.galleryPhotos {
    border: 1px solid #ccc;
}

div.galleryPhotos:hover {
    border: 1px solid #777;
}

div.galleryPhotos img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 10px;
  text-align: center;
  height: 10px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.content h3{
  margin-bottom: 0px;

}

#hlist{

}

.check{
  width: 50%;
}

#hlist li {
    float: left;
}

#hlist li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

#hlist li a:hover {
    background-color: #111111;
}
#hlist ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}

.content {
  /*Global*/
    width: 95%;
    margin: auto;
    overflow: hidden;
    border: 2px solid #000000;
    background-color: #d0d0d0;
    padding: 2px;
}
.frame {
    height: 40$; /*can be anything*/
    width: 160px; /*can be anything*/
    position: relative;
}
.content p{
  margin-left: 5px;
}
.content img {
  vertical-align: middle;
    margin-right: 15px;
    width: 100%;

    float: left;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.tourism {
  font-size: 20px;

  background: url("../imgs/springhill.jpg");
  background-size: 100% 100%;
}

#bg{
  background-color: rgba(0,0,0,0,5);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 10px;
}

.gallery{
  padding: 5px;
  background-color: red;
}

.gallery img{
  width: 80%;
  margin: auto;
  text-align: center;;
}

/*Global*/
.container{
  width: 80%;
  margin: auto;
  overflow: hidden;
}

.sponsor-img{
  float: left;
  width: 40%;
  display: inline-block;
}
.sponsor-img img  {
  width: 100%;
  vertical-align: middle;

}
.sponsor{
  width: 100%;
  margin: auto;
  overflow: hidden;
  background: url("../imgs/diamond.jpg");

width: 100%;

}
.sponsor-info{
  width: 60%;
  float: right;

}
#construction{
  color: white;
  float: right;
  margin: auto;
  background-color: blue;
  width: 100%;
  background: url("../imgs/con.jpg");
  margin: auto;
  float: right;
  overflow: hidden;
}
#construction h1{
  margin-bottom: -250px;
}

/*Global*/
.container-data{
  width: 50%;
  margin: auto;
  float: right;
  overflow: hidden;

  float: left;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 15px;
  margin-top: 10px;
}

.container-data a{
  color: red;

}




/*Global*/
.container-video{
  width: 100%;
  margin: auto;
  margin-top: 10px;
  overflow: hidden;
}


#vid{
  margin-bottom: 50px;
  width: 100%;
  height: 500px;
}



/*Global*/
.container-big{
  width: 95%;
  margin: auto;
  overflow: hidden;
}
ul{
  margin: 0;
  padding: 0;
}

.tourism{
  min-height: 300px;
  color: white;
  background-color: white;
  padding: 5px;
}

.tourism a{
  color: black;
  margin-bottom: 30px;
}

.weahter-data a{

}


.box #title{
  margin: -0px;
}

.post-container {
    margin: 20px 20px 0 0;
    width: 80%;
    margin: auto;
    margin-top: 10px;
    border: 5px solid #333;
    overflow: auto
}
.post-thumb {
  float: left;
}
.post-content h5{
  margin: 0px;
}
.post-thumb img {
  margin-top: 10px;
  border-radius: 10px;
  width: 40%;
}
.post-content {
  float: right;
}
.post-title {
    font-weight: bold;
    font-size: 200%
}

#noaa{

}

.dark a{
  list-style: none;
  color: white;
}
.button_1_boat{
  height: 38px;
  width: 100%;
  background: #e8491d;
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  border-radius: 5px;
}

.button_1_boat:hover{
  background-color: #49E84C;
}

.button_1{
  height: 38px;
  background: #e8491d;
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}

.button_1:hover{
  background-color: #49E84C;
}
.dark{
  padding: 15px;
  background: #35424a;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}


.dark-contact{
  padding: 15px;
  background: #35424a;
  color: #ffffff;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 10px;
}

.dark-contact h1{
  text-align: center;
}


.dark-pay{
  padding: 15px;
  background: #35424a;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 25px;
}

.dark-pay h1{
  text-align: center;;
}
#boat-title{
  text-align: center;

}
.light{
    padding: 15px;
    background: #ffffff;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
    border: #e8491d 3px solid;
}

#boats-about{
  font-size: 15px;
}

.light table, th, td {
    border-collapse: collapse;
}

.dark-img{
  padding: 15px;
  background: #35424a;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.container-img{
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.dark-img img{
  width: 100%;
}

.email-msg {
  background-color: #1be85c;
  border-radius: 25px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;

}

/* Header **/
 header{
   background: #35424a;
   color: #ffffff;
   padding-top: 40px;
   min-height: 70px;
   padding-bottom: 5px;
   border-bottom: #e8491d 3px solid;
 }

 header img{
   width: 100%;
   margin-bottom: 5px;

 }



 nav a{
   color: #ffffff;
   text-decoration: none;
   text-transform: uppercase;
   font-size: 16px;
 }

 nav li{
   float: left;
   display: block;
   padding: 8px 10px 0px 0px;
 }
 nav{
   margin-bottom: 20px;
 }

 #weather img{
   padding-right: 0px;
 }

 #weather2 img{
   padding-right: 0px;
 }

 header #branding{
   width: 20%;
   margin-right: 100px;
   float: left;


 }

 header #branding h1{
   margin: 0;
 }


 header nav{
   width: 100%;
   margin-top: 10px;
 }

 header .highlight, header .current a{
   color: #e8491d;
   font-weight: bold;
 }



 .highlight{
   color: #e8491d;
   font-weight: bold;
 }

 footer .highlight{
   color: #35424a;
   font-weight: bold;
 }

 header a:hover{
   color: #cccccc;
   font-weight: lighter;
 }
 .facebook-responsive {
     overflow:hidden;
     padding-bottom:56.25%;
     position:relative;
     height:0;
 }

 .facebook-responsive iframe {
     left:0;
     top:0;
     height:100%;
     width:100%;
     position:absolute;
 }

 /* Showcase **/
 #showcase{
   min-height: 500px;
   background: no-repeat;
   background-position: center;
   background-size: contain;
   text-align: center;
   color: #ffffff;
   background-color: black;
   background-image: url("../imgs/wide/s0.jpg");
 }


 /*Global*/
 .container-img{
   width: 100%;
   margin: auto;
   overflow: hidden;

 }

 .img-text{
   width: 80%;
   /* Absolutely position it, but stretch it to all four corners, then put it just behind #search's z-index */
   /* Put this on top of the blurred layer */
   background: rgb(30,30,30); /* for IE */
   background: rgba(30,30,30,0.5);
   border-radius: 25px;
 }

 .img-text h1{
   padding-top: 25px;
   padding-left: 25px;
   padding-right: 25px;

  }
  .img-text p{
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }


#showcase h1{
  margin-top: 180px;

  margin-bottom: 10px;
}

#showcase p{
  font-size: 20px;
}

#title h1{
  font-family: "Arial Black";
  	font-style: normal;
  	font-variant: normal;
  	font-weight: 500;

  	line-height: 35px;
  margin-top: 10px;
}
#weather a{
  background-color: #333;

}

#weather2 a{
  background-color: #333;

}
#weatherinfo{
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  	font-size: 12px;
  	font-style: normal;
  	font-variant: normal;
  	font-weight: 500;
  	line-height: 15px;
  margin-top: 10px;
}
#weather2{
  float: left;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  	font-size: 12px;
  	font-style: normal;
  	font-variant: normal;
  	font-weight: 500;
  	line-height: 15px;
  margin-top: 10px;
}

#weather2 a{
}

#weather{
  float: right;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  	font-size: 12px;
  	font-style: normal;
  	font-variant: normal;
  	font-weight: 500;
  	line-height: 15px;
  margin-top: 10px;

}


#photos {
  /* Prevent vertical gaps */
  line-height: 0;

  -webkit-column-count: 5;
  -webkit-column-gap:   0px;
  -moz-column-count:    5;
  -moz-column-gap:      0px;
  column-count:         5;
  column-gap:           0px;
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}

@media (max-width: 768px) {

  #data{
    float: none;
    width: 100%;
  }
  #weather-outter{
    font-size: 10px;
    text-align: left;
  }
   #weather, #weather2{
    width: 50%;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}
#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}
.dark-list{
  background: #35424a;
  color: #ffffff;

}

#a-email{
  margin-top: -20px;
}

#weather h1{
}
#weather p{

}

#booktrip{
  padding: 15px;
  color: #ffffff;
  background: #35424a;
}


#booktrip-center{
  padding: 15px;
  color: #ffffff;
  background: #35424a;
  text-align: center;
  margin-bottom: 10px;
}



#booktrip h1{
  float: left;

}

#booktrip button{
  margin-top: -10px;
  margin-bottom: 15px;
  width: 100%;
  display: inline;
}

#booktrip #long{
  float:none;
  text-align: center;
  margin-top: 5px;
  width: 100%;
}


#booktrip form{
  margin-top: 10px;
  float: right;
}


.button-form{
  margin-top: 10px;
  float: right;
}


#booktrip input[type="email"]{
  padding: 4px;
  height: 25px;
  width: 250px;
}

#main-col a{
  text-decoration: none;
}

#main-col{
  margin-top: 50px;
}

#main-col button a{
  color: white;
}
.gear ul{
  list-style: none;
}
.gear{
  text-decoration: none;

}
/* Reports **/

.container-reports{
  width: 90%;
  margin: auto;
  padding-top: 10px;
  overflow: hidden;
}


#fb-con{
  max-width: 100px;
  float: left;
}

.container-review{
  width: 90%;
  margin: auto;
  padding: 10px;
  z-index: 0;
  background-color: white;

  overflow: hidden;
  border: #e8491d 3px solid;

}


.box-reports{

    float: left;
    width: 90%;
    text-align: left;
    padding:10px;
    background-color: #d9d9d9
;
    margin-bottom: 10px;
    border: #000000 1px solid;

  }

  .box-reports img{
    width: 90px;
    float: right
  }



#report-col{
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: green;
}
#report-col img{
  height: 30%;
  padding: 10px;
}

#report-col .highlight{
  color: #e8491d;
  font-weight: bold;
  font-size: 20px;
}
#report-col h1{
  float: left;
}
#report-col img{
  float: right;
}

#box-conservation{
  margin-left: 100px;
}

/* Boxes **/
#boxes .box{
  float: left;
  width: 30%;
  text-align: center;
  padding:10px;
  margin-bottom: 10px;
}


.box-con img{
  background-color: black;
  padding: 5px;
}
  .box-con p{
    margin-top: -15px;
  }

.box-con{
  width: 90%;
  text-align: center;
  padding: 10px;;
  margin: 10px;
}

#weather2 {

}

#weather2 a{
  text-decoration: none;

}
 #weather2 img{
   margin-top: -20px;
   width: 80px;
   margin-right: -20px;

   margin-bottom: -15px
 }

#weather2 {

}

#weather a{
  text-decoration: none;
}
 #weather img{
   margin-top: -20px;
   margin-right: -20px;
   width: 80px;
   margin-bottom: -15px

 }


#weather-outter{
  width: 100%;
  margin-bottom: 5px;
}

#boxes .box img{
  width: 140px;
  background-color: black;
  padding: 4px;
}

#boxes .box #hotel-img{
  width: 200px;
  height: 120px;
  background-color: black;
  padding: 4px;
}

 .box ul{
list-style: none;
}

.container-reports p{
  margin-top: -30px;
}


  .info table, tr, th, td{
    text-align: left;
    margin-top: 0px;
  }

  .info th{
    margin-bottom: 0px;
  }


  .info p{
    margin-top: -20px;
  }


/* Sidebar **/
aside#sidebar{
  float: right;
  width: 30%;
  margin-top: 50px;
}

/* Sidebar **/
aside#sidebar-contact{
  float: right;

  margin-top: 50px;
}

.sidebarphoto{

}

/* Main-col **/

#main{
  background:url("./imgs/logo.jpg");
}

article#main-col{
  float: left;
  width: 65%;
}

#main-col h1{
  font-weight: bold;
}
#main-col p{
  font-size: 20px;
  padding-top: 0px;
  margin-top: -20px;
}


/* Contact-bar **/
.contact-bar input, textarea{
  margin-top: 10px;
  width: 90%;
  padding: 10px;
}
footer{
  padding: 5px;
  margin-top: 5px;
  margin-bottom: -200px;
  color: #ffffff;
  background-color: #e8491d;
  text-align: center;
}

footer h2{
  margin-bottom: 0px;
}

footer ul{
  margin-top: 10px;
}
footer p{
  margin: 4px;
}
footer a{
    color: #f2f2f2f2;

    text-decoration: none;
}

#address-a{
  color:#283339;
}

.learn-more button{
  display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;

     -ms-flex-align: center;
     -webkit-align-items: center;
     -webkit-box-align: center;

     align-items: center;
   }

footer a:hover{
  color: #a5424a;
}
.footer li{
  display: inline;
  text-align: center;
  padding: 0 5px 0 5px;
}

.footer li+li::before{
  content: "| ";
}

.gear{
  text-align: center;
  text-decoration: none;
  color: #ffffff
}
.gear a{
color: #d3dded;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
}

.gear a:hover{
  color: red;
}

.gear li{
  margin-bottom: 10px;
}

/* Media Queries **/
@media(max-width: 768px){
  header ,
  header #branding,
  header nav,
  header nav li,
  header img,
  #booktrip h1,
  #booktrip form,
  #boxes .box,
  article#main-col,
  aside#sidebar,
  #sidebar-contact, #report-col, #weather-outters,
  .info,
  .img-holder ,
  .container-expd,
  .img-text,
  .button-form,
  .box-con p, #weather, #weather2, #weather-outter,
  .dark-list, .post-thumb, .frame{
    float:none;
    text-align: center;
    width: 100%;
  }

  .sponsor{
    float:none;
    text-align: center;
    width: 100%;
  }

.content{
  float:none;
  margin-top: 5px;
  text-align: center;
  width: 90%;
}

  .navbar .dropbtn{
    font-size: 4vw !important;
    padding: 8px 0px !important;
    margin-top: 0px;
  }


  .img-text h1, p{
    box-sizing: border-box;
  }

  .dark-list{
  }

  .dropbtn{
    color: red;
  }

  header img{
    width: 80%;
  }

  #description{
    margin-top: 10px;
  }


  .booking_form input[type="submit"]{
    background-color: green;
  }



  #showcase{

  }




  #booktrip input[type="email"]{
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
  }
  header{
    padding-bottom: 20px;
  }
}

/* Story **/
#story{
  text-align: center;
  padding: 0px;
  color: #ffffff;
  margin-bottom: 30px;
}
.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial;
    list-style: none;
    margin-bottom: 15px;

  padding: 0;
  display: flex;
  justify-content: space-around;
}




.navbar a {
    float: left;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
    width: "300px";
    /* background-color: #35424a; */
}

.dropdown .dropbtn {
    margin-top: 0px;
    border: none;

    /*font-size: 2vw;*/
    font-size: 2vw;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}



.dropdown-content {
    display: none;
    position: inherit;
    background-color: #f9f9f9;
    width: 300px !important;
    max-width: "1001px";
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    /* display: block; */
}
.report-form{
  padding: 20px;

}

.report-form input,button{
  margin-top: 5px;
}

label{
  color: black;
}
input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}



input[type=submit]:hover {
    background-color: #45a049;
}
.booking_form_pay {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    color: black;
}

.booking_form #check{
  height: 38px;
  background: #e8491d;
  border: 0px;
  width: 30%;
  margin-top: -10px;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}

.booking_form #submitForm{
  height: 38px;
  background: #e8491d;
  border: 0px;
  width: 100%;
  border-radius: 10px;
  margin-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}

#button_submit{
  -webkit-appearance: none;
}
.booking_form #check:hover{
  background: green;
}

.booking_form #submitForm:hover{
  background: green;
}

.info-contact{
  float:none;
  text-align: left;
  width: 100%;
  margin: auto;
}

.info-contact h1{
  margin-bottom: -20px;
}
.contact-info{
  width: 100%;
  text-align: center;
}

.paypal{
  display: table;
  margin: 0 auto;
}

.booking_form {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.booking_form label{
  font-size: 25px;
}

.booking_form #size, .booking_form #service {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
}
/* Custom Select */
.booking_form  #service , .booking_form #size{
  position: relative;
  display: block;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: .25em;
  font-size: 15px;
  height: 50px;
}
.booking_form #service, .booking_form #size {
  width: 100%;
  padding: 0 0 0 .5em;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
}
.booking_form #service::-ms-expand {
  display: none;
}

.booking_form #day, .booking_form #year, .booking_form #month,  .booking_form #time{
  width: 23%;
  height: 50px;
  font-size: 15px;
}


#booktrip a{
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}
/* Arrow */
.booking_form .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #34495e;
  pointer-events: none;
}
/* Transition */
.booking_form .select:hover::after {
  color: #f39c12;
}
.booking_form .select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}



/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.slideshow-container img{

}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.mySlides {display: none}
img {vertical-align: middle;}



/*Global*/
.container-expd{
  width: 80%;
  margin: auto;

  overflow: hidden;
  background-color: #e6e6ff;
  margin-top: 20px;


  border-radius: 24px;
}

.trip h1{
  font-size: 20px;
  margin-bottom: -20px;
}

.trip p{
  margin-top: -10px;
}


.trip{


}

.info{
    margin: auto;
    margin-top: 40px;
    float: left;
    width: 100%:
    text-align: left;
}

.act{
  float:none;
  text-align: center;
  width: 100%;
}

.img-hodler{
.  background-color: green;
}

.img-holder img{
  width: 30%;
  margin-left: 5px;
  border: #000000 3px solid;
}

.trip h1{
  text-align: center;
}
.trip #desc{
  width: 90%;
  margin:auto;
}

.trip button{
  float: none;
  text-align: center;
  width: 100%;
  border-radius: 25px;
  margin-bottom: 5px;

}

#description{
  float: left;
  margin-top: 10px;
  display: inline;;
}

.fb-video{
  width: 560px; /* you have to have a size or this method doesn't work */
  max-width: 512px:/* think about making these max-width instead - might give you some more responsiveness */

     position: absolute; /* positions out of the flow, but according to the nearest parent */
     top: 0; right: 0; /* confuse it i guess */
     bottom: 0; left: 0;
     margin: auto; /* make em equal */


    }

.fa#icon {
  font-size: 30px;
  border-radius: 20px;
  width: 30px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa#icon:hover {
    opacity: 0.7;
}

.fa-facebook {

  background: #3B5998;
  color: white;
}
