.bg-white{
    background-color: white;
}
.themeTxt{
    color: #0ABCC7 !important;
}

.themeBg{
    background-color: #0ABCC7 !important;
}

.clearfix{
    clear: both;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loading.gif') center no-repeat #FFF;
}

#contentArea{
  /*padding: 40px 20px;*/
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.6666;
}
.intro div{
    padding:15px;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 34px;
  height: 34px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  position: relative;
  left: 12px;
  top: 9px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
.searchBox{
    width: 100%;
}
.showInMobile{
    display:block;
}
.borderShadow{
    -webkit-box-shadow: 1px 1px 2px 0px rgba(237,35,103,0.79) !important;
    -moz-box-shadow: 1px 1px 2px 0px rgba(237,35,103,0.79) !important;
    box-shadow: 1px 1px 2px 0px rgba(237,35,103,0.79) !important;
}
@media screen and (min-width: 480px) {
    .searchBox{
        min-width: 450px;
    }
    .showInMobile{
        display:none;
    }
}
@media screen and (max-width: 480px) {
    .mobileFull{
     width: 100% !important;
 }
 .tube{
     width: 3em !important;
 }
 .line{
     left: 1.5em !important;
 }
 .placeDesc{
  height:auto !important;
}
}
@media screen and (max-width: 992px) {
    .megamenu-menu .megamenu-wrapper{
        display:none !important;
    }
    .megamenu-menu .dropdown-toggle{
     display:none !important;
 }
}

.square_icons{
    /*background-color: #FFD525; */
    width: 60px;
    height: 60px;
    float:left;
    text-align: center;
}
.tour-guide a{
    color: #337ab7 !important;
}

.grossCost{
  text-decoration: line-through;
  font-size: 14px;
  color: #E01A33;
}
.blinking{
  font-size: 11px;
  animation:blinkingText 1s infinite;
}
@keyframes blinkingText{
  0%{   color: transparent; }
  49%{  color: #E01A33;;  }
  50%{  color: #E01A33;;  }
  99%{  color:#E01A33;; }
  100%{ color: transparent; }
}
.netCost{
  display: block;
}
.panel-title a {
    color:#0ABCC7;
}

#contactform .button-area{
  text-align: right;
}

#featured .price{
    color: #0ABCC7;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
    width: 100%;
}

#featured .items-container .box:hover .details .box-title .price{
   color: #fff;  
}

#cruises .button, #blogs .button{
    color:#fff !important;
    background-color: #0ABCC7;
}
#cruises .button:hover, #blogs .button:hover{
    background-color: #09A3AD;
}
.cruise-title{
    font-family: 'Playfair Display', serif;
    font-size:16px;
    color: #0ABCC7;
}
.tour-locations .box .box-title{
	height: 55px;
}
.tour-locations .ship-name{
	height: 55px;
}
.tour-locations .box .time{
    margin-bottom:0px;
}

.search-box input[type="text"]{
 background-color:rgba(255, 255, 255, 0.1);
 border: 0px;
 outline: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 color:#fff;
 cursor:default;
}
.search-box input[type=text]:focus{
    background-color:rgba(91, 192, 222, 0.5); 
}
.search-box .btn-info{
    background-color: rgba(91, 192, 222, 0.7);
}

.vert-center-text {
 position: absolute; 
 top: 40%; 
 left: 0;
 text-align: center; 
 width: 100%; 
}

.vert-center-text h1 { 
    color: white;
}

.vert-center-container {
  position:relative;
}

.image-box .box, .image-box.box{
    margin-left: -15px;
}
#blogs .box h5{
    padding-top: 5px;
    height:55px;
}

#blogs .box .details{
    height:225px;
}

#specials h4, #specials p{
    color: #E6E7E8 !important;
}

@media only screen and (max-width: 600px) {

#main img {
height:auto;
  width: auto;
  max-width: 100%;
}

#main table {
height:auto;
  width: auto;
  max-width: 100%;
}

    /* For Home page*/
      .image-box .box, .image-box.box{
  	margin-left:auto;
  }

  .image-box .has-discount::before, .image-box .discount{
  	left: 11px;
  }
  /* For Home page Ends*/
    #content.tour .heading .sub-title {
      font-size: 1.5em;
  }
  .tour-locations .box .box-title{
    height: auto;
}
.tour-locations .ship-name{
    height: auto;
}
.float{
    right:2px !important;
    width:30px !important;
}
.tabss-content table{
	width:100% !important;
	overflow-x: scroll;
}
#blogs .box h5{
    height:auto;
}

#blogs .box .details{
    height:auto;
}
/*For Contact us page */
.icon-box.style5 .description {
    line-height: 14px !important;
    padding: 5px 5px 0 0 !important;
}
.icon-box.style5 .description h5{
font-size: 14px !important;
}
#contactform .button-area{
  text-align: center;
}
#contactform .button-area button{
  margin-bottom:5px !important;
}
}

