#bus_trip
{
	margin-bottom: 40px;
	margin-top: 40px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
	padding: 20px;
}

.bus_trip_wrapper
{
	background-image: url("../img/checkTourBack.png");
  background-size: cover;
  background-position: center;
}

#AT_content
{
	width: 1024px;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #aeaeae;
	background-color: rgba(255, 255, 255, 1);
	margin: auto;
	padding: 15px;
}

.content_bus_wrapper
{
	padding: 15px 0;
}

.tour-block-wrapper
{
	background-image: url("../img/checkTourBack.png");
  background-size: cover;
  background-position: center;
	padding: 20px;
}

.tour-block-wrapper .block-title, .tour-block-wrapper .block-title .subtitle
{
	color: #fff;
}

.tour-block-wrapper .block-title .title-divider
{
	border-bottom: 1px solid #fff;
}

.tour-block-wrapper .block-title img
{
	-webkit-filter: brightness(100);
	filter: brightness(100);
}

.newsletter-page
{
	background-image: url('../img/newsletter.jpg');
	height: 100%;
	background-size: 100%;
	background-repeat: repeat-y;;
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.newsletter-wrapper
{
	text-align: center;
	padding: 15px;
	background-color: rgba(155, 155, 155, 0.5);
}

.newsletter-form .newsletter-subscription
{
	text-align: center;
}

.newsletter-form .newsletter-subscription form
{
	display: inline-block;
}

.newsletter-form .newsletter-subscription form th
{
	color: #fff;
}
.newsletter-form .newsletter-subscription form td
{
	padding: 20px;
}

.newsletter-td-submit
{
	text-align: center;
}

.newsletter-submit
{
	background-color: #f80a2c;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	border: 1px solid rgba(0,0,0,0);
	box-shadow: inset 0px -3px 10px rgba(155, 155, 155, 0.4);
	border-radius: 2px;
	transition: all .2s;
}

.newsletter-form .newsletter-submit:hover
{
	color: #f80a2c;
	background-color: #fff;
	border: 1px solid #f80a2c;
	box-shadow: inset 0px 3px 10px rgba(155, 155, 155, 0.4);
}

.newsletter-navigation
{
	display: inline-block;
	padding: 10px 30px;
	color: rgb(255, 255, 255);
	background-color: #066b9e;
}

.newsletter-navigation:hover
{
	box-shadow: inset 0px 3px 10px rgba(155, 155, 155, 0.7);
}

.newsletter-form p
{
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
	font-size: 16px;
}

#modal-news-form
{
	width: 420px;
	text-align: center;
}

#modal-news-form .newsletter-subscription
{
	text-align: center;
}

#modal-news-form .newsletter-subscription form
{
	display: inline-block;
}

#modal-news-form .newsletter-subscription form td
{
	padding: 20px;
}

.subscribe-wrapper
{
	text-align: center;
}

.subscribe-wrapper .subscribe-btn
{
	white-space: nowrap;
	color: rgb(255, 255, 255);
	text-align: center;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	background-color: rgb(58, 77, 96);
	padding: 10px;
	margin-top: 10px;
	transition: all .2s;
	border-radius: 2px;
}

.subscribe-wrapper .subscribe-btn:hover
{
	box-shadow: inset 0 0 10px rgba(155, 155, 155, 0.4);
}
