body{
  background-color: rgb(255, 88, 0);
}

.navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);
}

.navbar-default ul li{
    padding-right: 20px;
}
.navbar-default ul li a{
    background-color: #fff;
    text-align:center;
    border-radius: 12px;
    width: 195px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #32CD32;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #32CD32;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 10px;
    border-radius: 12px;
    width: 197px;
}
#back-color{
  background-color:#fff; 
}
h1{
	text-align: center;
	font-weight: bold;
	font-size: 4em;
}
.row-white{
	background-color: #fff;
	border-radius: 12px;
	padding-bottom: 50px;
}
.video{
	text-align:center;
	padding-bottom: 25px;
}
iframe{
	border:0px;
	padding-top: 1px; 
}
.welcome{
	padding-left: 15px;
	padding-bottom: 25px;
}

/*top-destinations*/
.padding{
	padding-left:25px;
	padding-right:25px;
}
.panel-primary {
    border-color: rgb(239, 161, 127);
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: rgb(239, 161, 127);
    border-color: rgb(239, 161, 127);
}

/* special */
.special{
	margin-top: 25px;
	padding-left:25px;
	padding-right:25px;
}
/* Footer */
.bg-warning {
    background-color: rgb(79,33,11);
    margin-top: 50px;
    font-family: 'arial';
    padding-left: 25px;
    padding-top:5px;
    padding-bottom:5px;
    color:#fff;
}
.bg-warning a{
    color:#fff;
    font-family: 'arial';
}

/*Gallery ---------------------------------------- */

.wrap {
       overflow: hidden;
       margin: 10px;
    }
    .box {
       float: left;
       position: relative;
       width: 33%;
       padding-bottom: 20%;
    }
    .boxInner {
       position: absolute;
       left: 10px;
       right: 10px;
       top: 10px;
       bottom: 10px;
       overflow: hidden;
    }
    .boxInner img {
       width: 100%;
    }
    .boxInner .titleBox {
       position: absolute;
       bottom: 0;
       left: 0;
       right: 0;
       margin-bottom: -50px;
       background: #000;
       background: rgba(0, 0, 0, 0.5);
       color: #FFF;
       padding: 10px;
       text-align: center;
       -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
       transition: all 0.3s ease-out;
    }
    body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
       margin-bottom: 0;
    }
    @media only screen and (max-width : 480px) {
       /* Smartphone view: 1 tile */
       .box {
          width: 100%;
          padding-bottom: 100%;
       }
    }
    @media only screen and (max-width : 650px) and (min-width : 481px) {
       /* Tablet view: 2 tiles */
       .box {
          width: 50%;
          padding-bottom: 50%;
       }
    }
    @media only screen and (max-width : 1050px) and (min-width : 651px) {
       /* Small desktop / ipad view: 3 tiles */
       .box {
          width: 33.3%;
          padding-bottom: 33.3%;
       }
    }
    @media only screen and (max-width : 1290px) and (min-width : 1051px) {
       /* Medium desktop: 4 tiles */
       .box {
          width: 25%;
          padding-bottom: 25%;
       }
    }
/*End Gallery*/	

@media screen and (max-width: 700px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: rgba(231, 231, 231, 0);
    border-radius: 0px;
  }
  .navbar-default ul li{
    padding-right: 20px;
}
  .navbar-default ul li a{
      background-color: #fff;
      border-radius: 0px;
      width: 100%;
  }
}

#bookheader{
  width:30px;
}
.OurImg{
  position: relative;
}

.ShadowImg{
-webkit-box-shadow: -1px 9px 9px -1px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 9px 9px -1px rgba(0,0,0,0.75);
box-shadow: -1px 9px 9px -1px rgba(0,0,0,0.75);

border: 5px solid white;
}

.lineContent {
 position:absolute;
 top:25px;
 left:38px;
 border:none;
}
.lineContentText {
 position:absolute;
 top:30px;
 left:55px;
 border:none;
 color: #fff;
 font-size: 1.4em;
}

.lineContentOffer {
 position:absolute;
 top:25px;
 left:-8px;
 border:none;
}
.lineContentTextOffer {
 position:absolute;
 top:30px;
 left:45px;
 border:none;
 color: #fff;
 font-size: 1.4em;
}


.Offer{
  background-color: #30302F;
  color: #fff;
  margin-top: 50px;
  height: 500px;

}

textarea.form-control {;
    background-color: rgb(79,33,11);
    color: #fff;
    font-weight: bold;
}

input.form-control{
  background-color: rgb(79,33,11);
  color: #fff;
   font-weight: bold;
}

strong{
  font-size: 1.5em;
}