/*

Tooplate 2118 Chilling Cafe

https://www.tooplate.com/view/2118-chilling-cafe


    Background color:       #3a4a58
    Title color:            #996633
    Text color:             #666666
    Text Dark color:        #333333
    Table Heading color:    #C4CDD6
    Table Alternate color:  #e5e8ed 
*/

body {
background: #F7F8F8;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #d9f1e4eb, #ffffff);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #d9f1e4eb, #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 color: #585757;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding: 15px;
  margin: 0;
}

.tm-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.telno {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #FFDE59
  
}

.tm-main-content { background-color: #ffffff; }

#tm-intro-img {
  background-image: url(../img/header.jpg);
  background-position: center;
  background-size: cover;
  min-height: 350px;
max-height: 350px;
}

header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.1;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url(../img/car-on-beach2.png) black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

.dark-yellow {color: #FFBD59;}
.red {color: red;}

.bg-card-green {background-color: #d9f1e4eb;}

.bg-nav-green {background-color:#008037;}

.bg-yellow {background-color: #FFDE59}

.bg-footer-dark {background-color: #03622c}

.tm-text-white { color: white; }

.tm-page-header-container { text-align: center; }

.card-width {width: 20rem;
		border: none;
		-webkit-box-shadow: 0px 0px 3px 1px rgba(161,161,161,1);
-moz-box-shadow: 0px 0px 3px 1px rgba(161,161,161,1);
box-shadow: 0px 0px 3px 1px rgba(161,161,161,1);
	}

.tm-page-header {
  display: inline-block;
  vertical-align: baseline;
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 2.1rem;
  font-weight: 400;
}

.tm-page-icon {
  display: inline-block;
  vertical-align: baseline;
  padding: 15px;
}

.tm-section-header {
  color: #996633;
  text-align: center;
  font-weight: 400;
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

table {
  width: 100%;
  border-spacing: 0;
  background-color: #ffffff;
}

.beta td {
  text-align: center;
  padding: 10px 15px;

}

.tm-text-left { font-weight: bold;
      text-align: left; 
      color: #008037; }

.beta th {
  color: #333333;
  font-weight: 400;
  font-size: 1rem;
  padding-left: 10px;
  padding-right: 10px;
}



tr.tm-tr-header {
  background-color: #c4cdd6;
  height: 50px;
	text-align:center;
}

.tm-section {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}

.tm-section-bg {
background: #FFDE59;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom right, #ffeb99, #FFDE59);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom right, #ffeb99, #FFDE59); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.tm-section-small {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  text-align: center;
}

p {
  font-size: 1rem;
  line-height: 1.7;
}

.tm-mb-0 { margin-bottom: 0; }
img { max-width: 100%; }
figure { margin: 0; }
figcaption { text-align: center; }

figcaption span {
  display: block;
  color: #333333;
  font-size: 18px;
}

.tm-item-name {
  margin-top: 20px;
  margin-bottom: 10px;
}

.tm-special-items {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.tm-special-item {
  padding-left: 15px;
  padding-right: 15px;
}

hr {
  width: 60%;
  border: 0.5px solid #ccc;
}

.tm-social-icons {
  text-align: center;
  margin-top: 30px;
}

.tm-social-icons i { font-size: 1.2rem; }
.tm-social-link-container { display: inline-block; }

.tm-social-link {
  color: white;
  background-color: #c5ced8;
  border-radius: 2px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tm-social-link:hover { background-color: #808e9e; }

.tm-contact-link {
  color: #333333;
  font-weight: 600;
  text-decoration: none;
}

a { transition: all 0.3s ease; }
.tm-contact-link:hover { color: #808e9e; }

.tm-footer-text {
  font-size: 0.9rem;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.tm-footer-link {
  color: #fff;
  text-decoration: none;
}

.tm-footer-link:hover { color: #c5ced8; }


@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, .beta thead, .beta tbody, .beta td, .beta tr { 
		display: block; 
	}

	.beta th {display: none;}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.beta thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
		display: none;

	}

	

	.beta tr:nth-child(odd) { background-color: #e1f2f0; }
	.beta tr { border: 1px solid #ccc; }
	
	.beta td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.beta td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.beta td:nth-of-type(1):before { content: "Group"; }
	.beta td:nth-of-type(2):before { content: "Model"; }
	.beta td:nth-of-type(3):before { content: "No. of Passengers"; }
	.beta td:nth-of-type(4):before { content: "Suitcase"; }
	.beta td:nth-of-type(5):before { content: "01/04 to 31/05"; }
	.beta td:nth-of-type(6):before { content: "01/06 to 17/07"; }
	.beta td:nth-of-type(7):before { content: "18/07 to 31/08"; }
	.beta td:nth-of-type(8):before { content: "01/09 to 30/09"; }
	.beta td:nth-of-type(9):before { content: "01/10 to 31/10"; }
	.beta td:nth-of-type(10):before { content: "01/11 to 31/03"; }
	
}

@media (max-width: 550px) {
  .tm-special-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tm-special-items {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 480px) {
  .tm-special-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .tm-special-items {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (max-width: 430px) {
  .tm-responsive-table { overflow-x: auto; }
  table { width: auto; }
  .tm-special-items { flex-direction: column; }
  .tm-special-item { margin-bottom: 40px; }
  figcaption p {
    margin-bottom: 0;
    line-height: 1;
  }
}

.img-container-mid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
opacity: 1;
}