﻿.tourSection .day_title em {
  color: #1479bf;
  font-size: 24px;
  float: left;
  font-weight: 700;
  font-style: normal;
}

.tourSection .day_title {
  font-size: 24px;
  font-weight: normal;
  height: auto;
  width: auto;
  word-wrap: break-word;
  word-break: break-word;
  cursor: grab !important;
}

.tourSection .tour_line {
  line-height: 190%;
  color: #404040;
  /*padding: 0 0 15px 0;*/
  margin: 0;
  word-wrap: break-word;
  word-break: break-word;
}

.tourSection .tour_line .info {
  padding: 5px 0;
}

a.day_title, a.day_title:active, a.day_title:focus {
  color: black;
  text-decoration: none !important;
  /*border: solid 1px #f4f6fb;*/
}
a.day_title:hover {
  color: navy;
  outline: none;
  text-decoration: none;
  /*border: solid 1px #010101;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;*/
}

/* button contact us */
#contact-widget-launcher {
	display: none;
	position: fixed;
	opacity: 1;
	right: 0px;
	bottom: 0px;
	height: 47px;
	margin: 0px 20px;
	transform: translateZ(0px);
	z-index: 9998
}

#contact-widget-launcher .contact-widget-button {
	background: #3e779d;
	background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
	background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
	background: -moz-linear-gradient(top, #65a9d7, #3e779d);
	background: -ms-linear-gradient(top, #65a9d7, #3e779d);
	background: -o-linear-gradient(top, #65a9d7, #3e779d);
	background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
	padding: 10.5px 21px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 12px 12px 0px 0px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	text-shadow: #7ea4bd 0 1px 0;
	color: #fafafa;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-family: helvetica, serif;
	text-decoration: none;
	font-weight: 700;
	height: 47px;
	padding: 1.08333rem 2.03333rem;
	white-space: nowrap
}

#contact-widget-launcher .contact-widget-button:hover {
	text-shadow: #1e4158 0 1px 0;
	background: #3e779d;
	background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));
	background: -webkit-linear-gradient(top, #65a9d7, #3e779d);
	background: -moz-linear-gradient(top, #65a9d7, #3e779d);
	background: -ms-linear-gradient(top, #65a9d7, #3e779d);
	background: -o-linear-gradient(top, #65a9d7, #3e779d);
	background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);
	color: #f0f0f0;
}

/* hide the contact us button on mobile
@media only screen and (max-width: 700px) {
	.hide-mobile {
		display: none !important
	}
}
*/
