

body{
	background: none;
	background-color: #FAFAFA;
}
#tour-listing{
	background-color: #FFF !important;
	border: 1px solid #DEDEDE;
	padding: 10px; 
	margin: 10px;	
}

@media screen and (max-width: 440px){
	#tour-listing-table{
	min-height: 400px;
	overflow: scroll;
	margin-bottom: 64px;
	}
}
#tour-listing-table{

overflow: scroll;
overflow: hidden;
min-height: 600px;
margin-bottom: 64px;
}

h3.underlined {
margin: 0; 
padding: 0;
font-weight: 700;
}

h2.underlined {
margin: 0; 
padding: 0;
 }
 h1.underlined {
border-bottom: 4px solid #FFC000;
width:min-content;
}
.master-container #homesection1 {
padding: 0 !important;
}
.hb-current-month a {
color: #ECB004 !important;
}

.master-container #innerwrapper table tr td {
color: #5f6062 !important;
}


* { 
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

#outer {
  width: 100%;
  text-align: center;
     background-image: url(/application/files/7215/6042/1288/london-panorama_2.jpg) !important;
    background-repeat: no-repeat;
background-position: center center;
background-size: cover;

width: 100%;
min-height: 300px !important;
height: 100%;
vertical-align: middle;
}

#inner {
  display: inline-block;
}


.tourlist table {
  border-collapse: separate;
  background:#fff;
  @include border-radius(5px);
  margin:20px auto;
  @include box-shadow(0px 0px 5px rgba(0,0,0,0.3));
}

.tourlist thead {
  @include border-radius(5px);
}

.tourlist thead th {
  font-family: 'Lato', sans-serif;
  font-size:18pt;
  font-weight:400;
  color:#fff;
  @include text-shadow(1px 1px 0px rgba(0,0,0,0.5));
  text-align:left;
  padding:20px;
  @include background-image(linear-gradient(#646f7f, #4a5564));
  border-top:1px solid #858d99;
  
  &:first-child {
   @include border-top-left-radius(5px); 
  }

  &:last-child {
    @include border-top-right-radius(5px); 
  }
}

@media screen and (max-width: 380px) {
.tourlist tbody tr td {
  font-family: 'Lato', sans-serif;
  font-weight:400;
  font-size:10pt;
  padding:5px 5px 5px 5px;
  border-bottom:1px solid #e0e0e0;
  
}
.hb-tour select {display: none;}
.hb-tour p {display: none;}

#hb-event-list{
float:left; 
display:inline-block; 
max-width: 380px; 
max-height:100%; 

padding-top: 20px;
}

}
@media screen and (min-width: 380px) {
.tourlist tbody tr td {
  font-family: 'Lato', sans-serif;
  font-weight:400;
  font-size:11pt;
  padding:5px 5px 5px 5px;
  border-bottom:1px solid #e0e0e0;
  }
	
/* .hb-tour select {width:280px;} */
  .hb-city select {width:280px;}
.hb-tour select {display: none;}

#hb-event-list{
float:left; 
display:inline-block; 
max-width: 700px; 
max-height:100%; 
margin-left: 20px; 
}

}







.tourlist tbody tr:nth-child(2n) {
  background: rgba (255, 255, 255, 0.5);
}

.tourlist tbody tr:last-child td {
  border-bottom:none;
  &:first-child {
    @include border-bottom-left-radius(5px);
  }
  &:last-child {
    @include border-bottom-right-radius(5px);
  }
}

.tourlist tbody:hover > tr td {
  @include opacity(0.5);
  
  /* uncomment for blur effect */
  /* color:transparent;
  @include text-shadow(0px 0px 2px rgba(0,0,0,0.8));*/
}


   
    .slider {
        width: 100%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
      width: 240px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }