@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Oswald');


html, body {
	height: 100%;
}

body {
	background-color: #f0f0f0;
}

body h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, {
    	font-family: 'Roboto', sans-serif;
	    color:#1b1b1b;
}

body p {
	font-family: 'Roboto', sans-serif;

}


header {
	background-color: #2b2b2b;
	color:#fff;
	font-family: 'oswald', sans-serif;
	padding-top:8px;
	padding-bottom: 3px;
	border-bottom: 2px solid #14868c;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.33);
}

header h2 {
	line-height: 1;
	border-bottom: solid 2px #14868c;
	display: inline-block;
}

header a {
	color: #fff;
	display: inline-block;
}

header a:hover {
	color: #14868c;
	text-decoration: none;
}

nav {
	font-size: 20px;
	padding-top:5px;
}

nav a {
		border-bottom: solid 2px #14868c;
		line-height: 1.1;
}

nav a .nav-active  {
	color:#14868c;
}


.wrapper {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -134px;
}
.push {
  height: 134px;
}


.header {
	background-image: url("/img/xmas2.jpg");
	background-size: cover;
	background-position: center;
	color:#fff;
	padding: 50px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.33);
	line-height: 1.5em;
}

.header p  {
	font-size:18px;
	line-height: 1.5em;
}

#reviews.header {
	background-color: cornflowerblue;
	color:#fff;
	padding: 50px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.33);
}


.sidebar {
	background-color: #fff;
	margin-top: 20px;
	padding: 20px;
}

.sidebar h3 {
	font-size: 20px;
}

.filterDiv {
  display: none; /* Hidden by default */
}

.filterDiv h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background-color: #2b2b2b;
	border-bottom: 3px solid #14868c;
	color:#fff;
	margin-top:20px;
	padding: 7px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

.sidebar .btn {
  font-family: 'Roboto', sans-serif;
  width:100%;
  font-size: 16px;
  border: 1px solid #1b1b1b;
  border-bottom: 0px;
  outline: none;
  border-radius:0px;
  padding: 5px;
  background-color: #f8f8f8;
  cursor: pointer;
  display: flex;
}

.sidebar .btn:last-child {
	 border-bottom: 1px solid #1b1b1b;
}

.sidebar .btn:hover {
  background-color: #fff;
}

.sidebar .btn.active {
  background-color: #14868c;
  color: white;
}

.btn:focus, .btn.focus  {
	box-shadow: none;
}

.offer-container {
	padding: 25px 0;
    margin-top: 20px;
	color:#000;
    background-color: #fff;
	font-family: 'roboto', sans-serif;
}

.offer-container:hover {
	/* transform: scale(1.01); */
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
		transition: .5s;
}

.offer-container h5 {
	font-size: 20px;
	font-weight: 700;
}

.offer-container ul {
  list-style: none;
  padding: 0px;
  font-size: 14px;
  line-height: 22px;
	font-weight: 400;
}

.offer-container ul li:before {
  content: '✓ ';
  color:#14868c;
  font-weight: 900;
}

.offer-container p span {
	font-size: 14px;
	font-weight: 400;
}

.desc-container {
	height: 50px;
}

.img-container p {
	font-size: 16px;
	color: #fff;
	background-color: #14868c;
	-webkit-align-self: flex-end;
	align-self: flex-end;
	width: 31px;
	padding: 3px 0;
	text-align: center;
}

.img-container img {
    max-height: 150px;
	max-width: 200px;
	padding: 10px;

}

.img-container {
	height: 150px;
}

.offer-container img:hover {
    opacity: .9;
}

.offer-container b {
	display: block;
	background-color: #14868c;
	color:#fff;
	padding: 10px 10px;
	font-size: 15px;
	margin: 50px 30px 0 0;
	text-align: center;
}

.offer-container b:hover {
	background-color: #6ac9a4;
	transition: .5s;
}

.offer-main a:hover {
	text-decoration:none;
}

.reviews-container {
	background-color: #fff;
	margin: 20px 0;
	padding:20px;
}

.reviews-container h3 {
	font-size: 20px;
	padding-left:20px;
}

.reviews-link {
	text-align: center;
	padding-top: 20px;
}


footer {
	background-color: #2b2b2b;
	color:#fff;
	font-family: 'oswald', sans-serif;
	padding: 0 0 1px;
	margin-top: 20px;
	text-align: center;

}



footer h2 a {
	font-size: 22px;
	color:#fff;
	line-height: 1;
	border-bottom: solid 2px #14868c;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
}

footer a {
		color: #14868c;
	text-align: center;

}

footer span {
	font-size:14px;
}


.button-rates {
	display: block;
	background-color: #14868c;
	color:#fff;
	padding: 10px 10px;
	font-size: 15px;
	margin: 20px 30px 10px;;
	text-align: center;
}

.button-rates:hover {
	background-color: #6ac9a4;
	transition: .5s;
}

.age-icon  {
   border: solid 4px #dc3545;
   border-radius: 5px;
   padding:0;
}

.age-icon :hover {
  background-color:  #dc3545;
	border-radius: ;
}

.icon-inner {
  padding:20px;
}



@media screen and (max-width: 1180px) {
	.img-container {
		height: 200px;
	}
}

@media screen and (max-width: 1000px) {
	.sidebar {
		display: none;
	}
}

@media screen and (max-width: 760px) {
	header {
		text-align: center;
	}
	.img-container {
		height: 150px;
	}
	.offer-info {
		text-align:center;
		display: block;
		padding-bottom: 20px;
	}
	.offer-container b {
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 20px;
		max-width: 200px;
	}
}
