body {
	background-color: #eee;
}

h1, .h1 {
  	font-size: 2.3rem;
	text-transform: uppercase;
	padding-bottom: 30px;
	text-align: center;
	font-weight: 700;
}

h5, .h5 {
font-size: 1.25rem;
line-height: 1.5;
}

.videoWrapper {
	position: relative;
	padding-bottom: 33%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.info {
	background: #fff;
	margin-top: 20px;
}

.info .col-md-12, .info .col-6 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 0px;
padding-left: 0px;
}

.google-maps {
	padding: 0px;
	margin-bottom: -10px;
}

.google-maps iframe {
	width: 100%;
	height: 600px;
	border: none;
}

.panels {
	padding: 50px;
}

.snapshot {
	padding-top: 10px;
}

.snapshot h5 {
    text-align: left !important;
}

.prices {
	margin: 0px 0px -20px 0px;
	border-top: 1px solid rgba(255,255,255,0);
	text-align: center;
}

.prices2 {
	margin: 60px 0px;
}

strike {
	color:rgba(0,0,0,.4);
	font-size: 1.8em;
	font-weight:100;
	display: inline-block;
	padding-top: -30px;
	
}

em {
	color: #FF0004;
	text-transform: uppercase;
	font-size: .8em;
}


.price {
	color:#27ae60;
	font-size: 2.5em;
	font-weight: 800;
	display: inline-block;
	padding-right: 15px;
	margin-bottom:-20px!important;
}
.price2 {
	color:#27ae60;
	font-size: 2.5em;
	font-weight: 800;
	display: inline-block;
	float: right;
	margin-right: 10%;
}

.discount {
	font-size: 1.3em;
	color: rgba(39, 174, 96,1);
	font-weight: 100;
	padding-left: 15px;
	display: inline-block;
	padding-bottom:25px;
	margin-top:-20px;
}

.discount2 {
	font-size: 18px;
	color: rgba(39, 174, 96,1);
	font-weight: 100;
}

.header {
	background-color: #333;
	padding: 30px;
	width: 100%;
	height: 130px;
	margin-bottom: 40px;
}

.left img {
	float: left;
	padding-bottom: 50px;
}

.slogan {
	float: right;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height:18px;
}

.slogan span, .slogan_mobile span {
    font-size: 12px;
    color: #fff;
    margin-bottom: 20px;
}

.slogan_mobile {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 20px 0px 0px 0px;
	line-height: 18px;
}

.center {
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
}


.header_mobile {
	background-color: #333;
	padding: 30px;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.star {
    font-size: x-large;
    width: 25px;
    display: inline-block;
    color: rgba(0,0,0,.2);
}
.star:last-child {
    margin-right: 0;
}
.star:before {
    content:'\2605';
}
.star.on {
    color: #CB584B;
}
.star.half:after {
    content:'\2605';
    color: #CB584B;
    position: absolute;
    margin-left: -24px;
    width: 12px;
    overflow: hidden;
}


	
#reviews {
	padding: 3em 4em 4em 4em;
}	

#reviews2 {
	padding: 3em 4em 4em 4em;
}	

a {
color: #222;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}


@media (min-width: 991.99px) {
	.mobile {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.screen {
		display: none;
	}
}


.card-header {
	color: #fff;
background-color: #333;
border-color: #eee #eee #fff;
	text-align: center;
}

.btn-link, .btn-link:visited, .btn-link:hover  {
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 0;
}

.card {
	border: none;
	border-radius: 0;
}

.card-header:first-child, .card-header {
	border-radius: 0px;
}



.mobile .snapshot {
	margin-top: 20px;
	margin-bottom: 0px;
	background: #f9f9f9;
}

.note {
	text-align: center;
	font-style: italic;
	font-size: 12px;
}

.padding {
	padding: 0 5px 0 5px;
}

.padding2 {
	padding: 0 15px 0 15px;
}

.card-body {
	border: solid 1px #ddd;
	margin-top: -1px;
	padding: 40px;
}

.map {
	padding: 0px;
}

.slogan_mobile a:link{
	color: #e74c3c;
	text-decoration: none;
}

.slogan a:link {
	color: #e74c3c;
	text-decoration: none;
}
