/* All Essential Styles. -------------------------------------------------------------------------------------------------------------------- */

/* Ultra-light-Red: #A6422A; */
/* Light-Red: #E30613; */
/* Dark-Red: #8A1002; */
/* Ultra-Dark-Red: #7A0f01; */
/* Top-Bar-Grey: #1B1B1B; */
/* Top-Bar-Text: #929291; */
/* Footer-Text: #878786; */
/* Highlight-Orange: #F39200; */

@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700|Merriweather+Sans:400,300,300italic,400italic,700,700italic|Lobster);

/* Fonts for new style */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Ubuntu:500,700&display=swap');
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Ubuntu', sans-serif;

End - Fonts for new style */

@font-face {
    font-family: 'bebas';
    src: url('../_fonts/bebasneue_regular-webfont.eot');
    src: url('../_fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/bebasneue_regular-webfont.woff2') format('woff2'),
         url('../_fonts/bebasneue_regular-webfont.woff') format('woff'),
         url('../_fonts/bebasneue_regular-webfont.ttf') format('truetype'),
         url('../_fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Open Sans', sans-serif !important;
	font-size:1rem;
	font-weight:normal;
	color:#575656;
}

h1, .h1 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 700;
	color: #000000;
	margin: 10px 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}
h2, .h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size:1.25rem;
	font-weight:500;
	color:#FFFFFF;
	background-color: #E30613;
	padding: 7px;
	margin:0 0 40px 0;
	line-height:1.25rem;
	display: inline-block;
	text-transform: uppercase;
}
h3, .h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:1.1875rem;
	font-weight:600;
	color:#000000;
	margin:0 0 10px 0;
	padding:0;
	line-height:1.1875rem;
}
h4, .h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size:1.4rem;
	font-weight:500;
	color:#000000;
	margin:10px 0 10px 0;
	padding:0;
	text-transform: uppercase;
}
h5, .h5 {
	font-family: 'Ubuntu', sans-serif;
	font-size:1.3rem;
	font-weight:500;
	color:#000000;
	margin:10px 0 10px 0;
	padding:0;
	text-transform: uppercase;
}
h6, .h6 {
	font-family: 'Ubuntu', sans-serif;
	font-size:1.2rem;
	font-weight:500;
	color:#E30613;
	margin:10px 0 10px 0;
	padding:0;
	text-transform: uppercase;
}f
p, ul, li, ol, input {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-size:1.0625rem;
	font-weight:300;
	color:#000000;
}
.navbar-nav * a {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
ul {
	padding:0;
	margin:0 0 30px 40px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-size:1.0625rem;
	font-weight:300;
	color:#000000;
	margin:0 0 18px 0;
}
a:link, a:visited { color: #E30613; text-decoration:none; }
a:hover, a:active, a:focus { color: #F39200; text-decoration:underline; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/* THIS CODE ALLOWS YOU TO OVERRIDE FORM ELEMENTS IN SAFARI
   HOWEVER, IT CAUSES A PROBLEM IF OTHER STYLES ARE MISSING. 
input[type="text"],
textarea,
input[type="number"],
input[type="button"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"],
select {
-webkit-appearance: none;
border-radius: 0;
}*/

select {
-webkit-appearance: none;
border-radius: 0;
}

select::-ms-expand {
    display: none;
}


hr {
	border-top:solid 1px #aaa !important;
} 


/* End All Essential Styles. ---------------------------------------------------------------------------------------------------------------- */




































/* Mobile Layout: Upto 481px. --------------------------------------------------------------------------------------------------------------- */

.smallertxt{
	font-size:2rem;
	line-height:2rem;
	margin-top:-0.5rem;
	padding-top:0;
	display:block;
	color:#999;
	font-weight:normal;
	}

.Top-Bar {
	background-color:#1B1B1B;
	color:#929291;
	box-sizing:border-box;
	padding:5px 0 0 0;
	text-align: center;
}
.Top-Bar p.welcome-msg {
	display:none;
}
.Top-Bar ul {
	float:none;
	margin:0 auto 0 auto;
	text-align:center;
	width:100%;
}
.Top-Bar li {
	display:inline;
	float:none;
	margin:0;
	list-style:none;
}
.Top-Bar li a:link, .Top-Bar li a:visited {
	display:inline-block;
	color:#ffffff;
	padding:12px;
	font-size:0.9rem;
}
.Top-Bar li a:hover, .Top-Bar li a:active {
	color:#E30613;
	text-decoration:none;
}
#header-announcement-bar {
	background-color:#8A1002;
}
#header-announcement-bar .announcement-title {
	color: #FFF;
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;	
}
#header-announcement-bar .announcement-title a {
	color: #FFF;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	text-align: center;
	padding: 12px;
	margin: 0;
	display: block;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 1rem;
}
.Header-Main {
	background-color:#000000;
	box-sizing:border-box;
	padding:5px 0 0 0;
}
.Header-Logo {
	text-align:center;
	padding:0 0 10px 0;
}
.Header-Logo img {
	width:100%;
	max-width:170px;
	height:auto;
}
.Header-Contact {
	text-align:center;
	padding:0;
}
.Header-Contact p.Header-Social {
	text-align:center;
	padding:0;
	margin:7px 0 0 0;
}

.Header-Contact p.Header-Tel {
	color:#FFFFFF;
	font-size:0.8rem;
	font-weight:700;
	text-align:center;
	margin:0 0 5px 0;
}
.Header-Contact p.Header-Email {
	color:#FFFFFF;
	font-size:0.8rem;
	font-weight:normal;
	text-align:center;
	margin:0;
	word-wrap:break-word;
}
.Header-Contact p.Header-Social a.Header-fb:link, .Header-Contact p.Header-Social a.Header-fb:visited {
	width:24px;
	height:24px;
	margin:0 3px 0 0;
	display:inline-block;
	background-image:url(../_images/icons/facebook-icon.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.Header-Contact p.Header-Social a.Header-fb:hover, .Header-Contact p.Header-Social a.Header-fb:active {
	background-image:url(../_images/icons/facebook-icon-hov.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.Header-Contact p.Header-Social a.Header-tw:link, .Header-Contact p.Header-Social a.Header-tw:visited {
	width:24px;
	height:24px;
	margin:0 3px 0 0;
	display:inline-block;
	background-image:url(../_images/icons/twitter-icon.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.Header-Contact p.Header-Social a.Header-tw:hover, .Header-Contact p.Header-Social a.Header-tw:active {
	background-image:url(../_images/icons/twitter-icon-hov.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.Header-Contact p.Header-Social a.Header-yt:link, .Header-Contact p.Header-Social a.Header-yt:visited {
	width:24px;
	height:24px;
	margin:0 0 0 0;
	display:inline-block;
	background-image:url(../_images/icons/youtube-icon.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.Header-Contact p.Header-Social a.Header-yt:hover, .Header-Contact p.Header-Social a.Header-yt:active {
	background-image:url(../_images/icons/youtube-icon-hov.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}

.Header-Logo p.Header-Social {
	text-align:center;
	padding:0;
	margin:10px 0 5px 0;
}
.Header-Logo p.Header-Social a.Header-fb:link, 
.Header-Logo p.Header-Social a.Header-fb:visited {
	width:24px;
	height:24px;
	margin:0 3px 0 0;
	display:inline-block;
	background-image:url(../_images/icons/facebook-icon.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.Header-Logo p.Header-Social a.Header-fb:hover, 
.Header-Logo p.Header-Social a.Header-fb:active {
	background-image:url(../_images/icons/facebook-icon-hov.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.Header-Logo p.Header-Social a.Header-tw:link, 
.Header-Logo p.Header-Social a.Header-tw:visited {
	width:24px;
	height:24px;
	margin:0 3px 0 0;
	display:inline-block;
	background-image:url(../_images/icons/twitter-icon.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.Header-Logo p.Header-Social a.Header-tw:hover, 
.Header-Logo p.Header-Social a.Header-tw:active {
	background-image:url(../_images/icons/twitter-icon-hov.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.Header-Logo p.Header-Social a.Header-yt:link, 
.Header-Logo p.Header-Social a.Header-yt:visited {
	width:24px;
	height:24px;
	margin:0 0 0 0;
	display:inline-block;
	background-image:url(../_images/icons/youtube-icon.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.Header-Logo p.Header-Social a.Header-yt:hover, 
.Header-Logo p.Header-Social a.Header-yt:active {
	background-image:url(../_images/icons/youtube-icon-hov.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}

.Header-Contact p.Header-Tel a:link, .Header-Contact p.Header-Tel a:visited {
	color:#FFFFFF;
	background-image:url(../_images/icons/phone-icon.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
	padding:0 23px 0 0;
	background-size:14px;
}
.Header-Contact p.Header-Tel a:hover, .Header-Contact p.Header-Tel a:active {
	color:#E30613;
	text-decoration:none;
	background-image:url(../_images/icons/phone-icon-hov.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
}
.Header-Contact p.Header-Email a:link, .Header-Contact p.Header-Email a:visited {
	color:#FFFFFF;
	background-image:url(../_images/icons/email-icon.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
	padding:0 23px 0 0;
	background-size:14px;
}
.Header-Contact p.Header-Email a:hover, .Header-Contact p.Header-Email a:active {
	color:#E30613;
	text-decoration:none;
	background-image:url(../_images/icons/email-icon-hov.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
}
.Footer-Main {
	background-color:#000000;
	border-top:solid 4px #E30613;
	box-sizing:border-box;
	padding:10px 0 10px 0;
}
.Footer-Logo {
	text-align:center;
	padding:0 0 10px 0;
}
.Footer-Logo img {
	width:100%;
	max-width:150px;
	height:auto;
}
.Footer-Contact {
	text-align:center;
	padding:0;
}
.Footer-Contact p.Footer-Social {
	text-align:center;
	padding:0;
	margin:0 0 5px 0;
}
.Footer-Contact p.Footer-Tel {
	color:#FFFFFF;
	font-size:0.8rem;
	font-weight:700;
	text-align:center;
	margin:0 0 5px 0;
}
.Footer-Contact p.Footer-Email {
	color:#FFFFFF;
	font-size:0.8rem;
	font-weight:normal;
	text-align:center;
	margin:0;
	word-wrap:break-word;
}
.Footer-Contact p.Footer-Social a.Footer-fb:link, .Footer-Contact p.Footer-Social a.Footer-fb:visited {
	width:18px;
	height:18px;
	margin:0 3px 0 0;
	display:inline-block;
	background-image:url(../_images/icons/facebook-icon.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.Footer-Contact p.Footer-Social a.Footer-fb:hover, .Footer-Contact p.Footer-Social a.Footer-fb:active {
	background-image:url(../_images/icons/facebook-icon-hov.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.Footer-Contact p.Footer-Social a.Footer-tw:link, .Footer-Contact p.Footer-Social a.Footer-tw:visited {
	width:18px;
	height:18px;
	margin:0 3px 0 0;
	display:inline-block;
	background-image:url(../_images/icons/twitter-icon.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.Footer-Contact p.Footer-Social a.Footer-tw:hover, .Footer-Contact p.Footer-Social a.Footer-tw:active {
	background-image:url(../_images/icons/twitter-icon-hov.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.Footer-Contact p.Footer-Social a.Footer-yt:link, .Footer-Contact p.Footer-Social a.Footer-yt:visited {
	width:18px;
	height:18px;
	margin:0 0 0 0;
	display:inline-block;
	background-image:url(../_images/icons/youtube-icon.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.Footer-Contact p.Footer-Social a.Footer-yt:hover, .Footer-Contact p.Footer-Social a.Footer-yt:active {
	background-image:url(../_images/icons/youtube-icon-hov.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.Footer-Contact p.Footer-Tel a:link, .Footer-Contact p.Footer-Tel a:visited {
	color:#FFFFFF;
	background-image:url(../_images/icons/phone-icon.png);
	background-position:0% 50%;
	background-repeat:no-repeat;
	padding:0 0 0 16px;
	background-size:14px;
}
.Footer-Contact p.Footer-Tel a:hover, .Footer-Contact p.Footer-Tel a:active {
	color:#E30613;
	text-decoration:none;
	background-image:url(../_images/icons/phone-icon-hov.png);
	background-position:0% 50%;
	background-repeat:no-repeat;
}
.Footer-Contact p.Footer-Email a:link, .Footer-Contact p.Footer-Email a:visited {
	color:#FFFFFF;
	background-image:url(../_images/icons/email-icon.png);
	background-position:0% 50%;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	background-size:14px;
}
.Footer-Contact p.Footer-Email a:hover, .Footer-Contact p.Footer-Email a:active {
	color:#E30613;
	text-decoration:none;
	background-image:url(../_images/icons/email-icon-hov.png);
	background-position:0% 50%;
	background-repeat:no-repeat;
}
.Footer-Col-2, .Footer-Col-3, .Footer-Col-4, .Footer-Col-5 {
	text-align:center;
}
.Footer-Col-2 h4, .Footer-Col-3 h4, .Footer-Col-4 h4, .Footer-Col-5 h4 {
	color:#FFF;
	font-size:0.75rem;
}
.Footer-Col-2 ul, .Footer-Col-3 ul, .Footer-Col-4 ul, .Footer-Col-5 ul {
	width:100%;
	margin:0;
}
.Footer-Col-2 li, .Footer-Col-3 li, .Footer-Col-4 li, .Footer-Col-5 li {
	width:100%;
	list-style:none;
	margin:0 0 5px 0;
}
.Footer-Col-2 li a:link, .Footer-Col-2 li a:visited, .Footer-Col-3 li a:link, .Footer-Col-3 li a:visited, .Footer-Col-4 li a:link, .Footer-Col-4 li a:visited, .Footer-Col-5 li a:link, .Footer-Col-5 li a:visited {
	color:#878786;
	font-size:0.6rem;
	display:block;
}
.Footer-Col-2 li a:hover, .Footer-Col-2 li a:active, .Footer-Col-3 li a:hover, .Footer-Col-3 li a:active, .Footer-Col-4 li a:hover, .Footer-Col-4 li a:active, .Footer-Col-5 li a:hover, .Footer-Col-5 li a:active {
	color:#E30613;
	font-size:0.6rem;
	display:block;
	text-decoration:none;
}
.Footer-Col-1 p, .Footer-Col-2 p, .Footer-Col-3 p, .Footer-Col-4 p, .Footer-Col-5 p {
	color:#878786;
	font-size:0.6rem;
	text-align:center;
}
.Footer-Col-5 p.Newsletter-Text {
	margin:0 0 5px 0;
}
.Footer-Col-5 input[type=email] {
	background-color:#FFFFFF;
	color:#000000;
	padding:8px 1% 8px 1%;
	width:78%;
	border:none;
	clear:both;
	float:left;
	font-size:0.6rem;
}
.Footer-Col-5 input[type=submit] {
	background-color:#E30613;
	color:#FFFFFF;
	padding:8px 0 8px 0;
	width:18%;
	margin:0 0 0 2%;
	border:none;
	clear:none;
	float:left;
	font-size:0.6rem;
	font-weight:bold;
}
.footer-insurance {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
	align-items: center;
	justify-content: center;
}
.footer-insurance.footer-logo-img {
	max-width: 150px;
}
.footer-insurance a:link,
.footer-insurance a:visited {
	color: #FFF;
}
.footer-insurance a:hover,
.footer-insurance a:active,
.footer-insurance a:focus {
	color: #E30613;
	text-decoration: none;
}
.Bottom-Bar {
	background-color:#1B1B1B;
	color:#929291;
	box-sizing:border-box;
	padding:10px 0 10px 0;
}
.Bottom-Copyright {
	text-align:center;
	padding:0 0 10px 0;
}
.Bottom-Copyright p {
	font-size:0.55rem;
	float:none;
	margin:0;
	text-align:center;
	color:#929291;
}
.Bottom-Blurb {
	text-align:center;
	padding:0 0 10px 0;
}
.Bottom-Blurb p {
	font-size:0.55rem;
	float:none;
	margin:0;
	text-align:center;
	color:#929291;
}
.Bottom-Web {
	text-align:center;
	padding:0;
}
.Bottom-Web p {
	font-size:0.55rem;
	float:none;
	margin:0;
	text-align:center;
	color:#929291;
}
.Bottom-Web p a:link, .Bottom-Web p a:visited {
	text-align:center;
	color:#929291;
}
.Bottom-Web p a:hover, .Bottom-Web p a:active {
	text-align:center;
	color:#E30613;
	text-decoration:none;
}
.Main-Image {
	position:relative;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	max-height: 800px;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  padding: 0;
  margin: 0;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  margin-top:0;
  border: 0;
}
.rslides1_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  z-index: 99;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: #000;
  margin-top: -30px;
}
.prev {
  background-image:url(../_images/icons/previous-arrow.png);
  background-position:center;
  background-repeat:no-repeat;
}
.next {
  background-image:url(../_images/icons/next-arrow.png);
  background-position:center;
  background-repeat:no-repeat;
}

.rslides1_nav:active {
  opacity: 1.0;
}

.rslides1_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.rslides2_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.rslides2_nav.next {
  left: auto;
  right: 0;
  }

.rslides3_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  width: 38px;
  }

.rslides3_nav:active {
  opacity: 1.0;
  }

.rslides3_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.rslides1_nav:focus,
.rslides2_nav:focus,
.rslides3_nav:focus {
  outline: none;
  }


.rslides_tabs {
  list-style: none;
  padding: 0;
  background: none;
  list-style: none;
  margin: 0 auto 0 -100px;
  max-width: 200px;
  padding: 0;
  text-align: center;
  width: 100%;
  left:50%;
  bottom:10px;
  z-index:10;
  position:absolute;
  border:none;
}

.rslides_tabs li {
  display: inline-block;
  float: none;
  margin-right: 4px;
  background-color:#CCC;
  border:none;
  border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  -webkit-border-radius:6px;
  height:12px;
  width:12px;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	opacity:0.7;
}
.rslides_tabs li:hover {
  display: inline-block;
  float: none;
  margin-right: 4px;
  background-color:#EE7D0D;
  border-radius:6px;
  height:12px;
  width:12px;
}

.rslides_tabs a{
  width: 12px;
  height: 12px;
  font-size:1px;
  background: transparent;
  display: block;
  color:#CCC;
  border:none;
  overflow:hidden;
  outline:0;
}
.rslides_tabs a:link, .rslides_tabs a:visited {
  width: 12px;
  height: 12px;
  font-size:1px;
  background: transparent;
  display: block;
  color:#CCC;
  border:none;
  overflow:hidden;
}
.rslides_tabs a:hover, .rslides_tabs a:active {
  width: 12px;
  height: 12px;
  font-size:1px;
  background: transparent;
  display: block;
  color:#999;
  border:none;
  overflow:hidden;
}

.rslides_tabs li:first-child {
  margin-left: 0;
}

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  background-color:#E30613;
  border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  -webkit-border-radius:6px;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
}
p.Image-Caption {
	position:absolute;
	top:10px;
	left:50%;
	display:block;
	width:100%;
	margin:0 0 0 -50%;
	text-align:center;
	font-family: 'Ubuntu', sans-serif;
	font-size:1rem;
	font-weight:700;
	z-index:9999;
	color:#FFFFFF;
	line-height:1rem;
	text-shadow: 0px 0px 5px #000000;
}

p.Image-Caption a:link,
p.Image-Caption a:visited,
p.Image-Caption a:hover,
p.Image-Caption a:active {
	color:#FFF;
	text-decoration:none;
}

.intro {
	text-align:center;
	padding:0;
}
.country-intro {
	text-align:center;
	padding:0;
}
.content-left {
	text-align:left;
	padding:0;
}
.top-destinations {
}
.tour-block {
	text-align:center;
	overflow:hidden;
	position:relative;
}

.tour-block1,
.tour-block2,
.tour-block3,
.tour-block4,
.tour-block5,
.tour-block6,
.tour-block7,
.tour-block8,
.tour-block9,
.tour-block10,
.tour-block11,
.tour-block12,
.tour-block13,
.tour-block14,
.tour-block15,
.tour-block16,
.tour-block17,
.tour-block18,
.tour-block19,
.tour-block20,
.tour-block21,
.tour-block22,
.tour-block23,
.tour-block24,
.tour-block25,
.tour-block26,
.tour-block27,
.tour-block28,
.tour-block29,
.tour-block30,
.tour-block31,
.tour-block32,
.tour-block33,
.tour-block34,
.tour-block35,
.tour-block36,
.tour-block37,
.tour-block38,
.tour-block39,
.tour-block40,
.tour-block41,
.tour-block42,
.tour-block43,
.tour-block44,
.tour-block45,
.tour-block46,
.tour-block47,
.tour-block48,
.tour-block49,
.tour-block50 {
	text-align:center;
	overflow:hidden;
	position:relative;
}
.tour-block .tour-block-img {
	position:relative;
	background-color:#000000;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:346px;
	overflow:hidden;
}

.tour-block1 .tour-block-img,
.tour-block2 .tour-block-img,
.tour-block3 .tour-block-img,
.tour-block4 .tour-block-img,
.tour-block5 .tour-block-img,
.tour-block6 .tour-block-img,
.tour-block7 .tour-block-img,
.tour-block8 .tour-block-img,
.tour-block9 .tour-block-img,
.tour-block10 .tour-block-img,
.tour-block11 .tour-block-img,
.tour-block12 .tour-block-img,
.tour-block13 .tour-block-img,
.tour-block14 .tour-block-img,
.tour-block15 .tour-block-img,
.tour-block16 .tour-block-img,
.tour-block17 .tour-block-img,
.tour-block18 .tour-block-img,
.tour-block19 .tour-block-img,
.tour-block20 .tour-block-img,
.tour-block21 .tour-block-img,
.tour-block22 .tour-block-img,
.tour-block23 .tour-block-img,
.tour-block24 .tour-block-img,
.tour-block25 .tour-block-img,
.tour-block26 .tour-block-img,
.tour-block27 .tour-block-img,
.tour-block28 .tour-block-img,
.tour-block29 .tour-block-img,
.tour-block30 .tour-block-img,
.tour-block31 .tour-block-img,
.tour-block32 .tour-block-img,
.tour-block33 .tour-block-img,
.tour-block34 .tour-block-img,
.tour-block35 .tour-block-img,
.tour-block36 .tour-block-img,
.tour-block37 .tour-block-img,
.tour-block38 .tour-block-img,
.tour-block39 .tour-block-img,
.tour-block40 .tour-block-img,
.tour-block41 .tour-block-img,
.tour-block42 .tour-block-img,
.tour-block43 .tour-block-img,
.tour-block44 .tour-block-img,
.tour-block45 .tour-block-img,
.tour-block46 .tour-block-img,
.tour-block47 .tour-block-img,
.tour-block48 .tour-block-img,
.tour-block49 .tour-block-img,
.tour-block50 .tour-block-img {
	position:relative;
	background-color:#000000;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:346px;
	overflow:hidden;
}
.tour-block .tour-block-img img {
	opacity:0.8;
	position:absolute;
	top:0;
	left:-75%;
	margin:0 auto 0 auto;
	max-width:inherit;
	min-height:416px;
	max-height:346px;
}

.tour-block1 .tour-block-img img,
.tour-block2 .tour-block-img img,
.tour-block3 .tour-block-img img,
.tour-block4 .tour-block-img img,
.tour-block5 .tour-block-img img,
.tour-block6 .tour-block-img img,
.tour-block7 .tour-block-img img,
.tour-block8 .tour-block-img img,
.tour-block9 .tour-block-img img,
.tour-block10 .tour-block-img img,
.tour-block11 .tour-block-img img,
.tour-block12 .tour-block-img img,
.tour-block13 .tour-block-img img,
.tour-block14 .tour-block-img img,
.tour-block15 .tour-block-img img,
.tour-block16 .tour-block-img img,
.tour-block17 .tour-block-img img,
.tour-block18 .tour-block-img img,
.tour-block19 .tour-block-img img,
.tour-block20 .tour-block-img img,
.tour-block21 .tour-block-img img,
.tour-block22 .tour-block-img img,
.tour-block23 .tour-block-img img,
.tour-block24 .tour-block-img img,
.tour-block25 .tour-block-img img,
.tour-block26 .tour-block-img img,
.tour-block27 .tour-block-img img,
.tour-block28 .tour-block-img img,
.tour-block29 .tour-block-img img,
.tour-block30 .tour-block-img img,
.tour-block31 .tour-block-img img,
.tour-block32 .tour-block-img img,
.tour-block33 .tour-block-img img,
.tour-block34 .tour-block-img img,
.tour-block35 .tour-block-img img,
.tour-block36 .tour-block-img img,
.tour-block37 .tour-block-img img,
.tour-block38 .tour-block-img img,
.tour-block39 .tour-block-img img,
.tour-block40 .tour-block-img img,
.tour-block41 .tour-block-img img,
.tour-block42 .tour-block-img img,
.tour-block43 .tour-block-img img,
.tour-block44 .tour-block-img img,
.tour-block45 .tour-block-img img,
.tour-block46 .tour-block-img img,
.tour-block47 .tour-block-img img,
.tour-block48 .tour-block-img img,
.tour-block49 .tour-block-img img,
.tour-block50 .tour-block-img img {
	opacity:0.8;
	position:absolute;
	top:0;
	left:-75%;
	margin:0 auto 0 auto;
	max-width:inherit;
	min-height:416px;
	max-height:346px;
}
.tour-block .tour-block-top {
	position:absolute;
	height:346px;
	overflow:hidden;
	z-index:3;
	top:0;
	left:0;
}

.tour-block1 .tour-block-top,
.tour-block2 .tour-block-top,
.tour-block3 .tour-block-top,
.tour-block4 .tour-block-top,
.tour-block5 .tour-block-top,
.tour-block6 .tour-block-top,
.tour-block7 .tour-block-top,
.tour-block8 .tour-block-top,
.tour-block9 .tour-block-top,
.tour-block10 .tour-block-top,
.tour-block11 .tour-block-top,
.tour-block12 .tour-block-top,
.tour-block13 .tour-block-top,
.tour-block14 .tour-block-top,
.tour-block15 .tour-block-top,
.tour-block16 .tour-block-top,
.tour-block17 .tour-block-top,
.tour-block18 .tour-block-top,
.tour-block19 .tour-block-top,
.tour-block20 .tour-block-top,
.tour-block21 .tour-block-top,
.tour-block22 .tour-block-top,
.tour-block23 .tour-block-top,
.tour-block24 .tour-block-top,
.tour-block25 .tour-block-top,
.tour-block26 .tour-block-top,
.tour-block27 .tour-block-top,
.tour-block28 .tour-block-top,
.tour-block29 .tour-block-top,
.tour-block30 .tour-block-top,
.tour-block31 .tour-block-top,
.tour-block32 .tour-block-top,
.tour-block33 .tour-block-top,
.tour-block34 .tour-block-top,
.tour-block35 .tour-block-top,
.tour-block36 .tour-block-top,
.tour-block37 .tour-block-top,
.tour-block38 .tour-block-top,
.tour-block39 .tour-block-top,
.tour-block40 .tour-block-top,
.tour-block41 .tour-block-top,
.tour-block42 .tour-block-top,
.tour-block43 .tour-block-top,
.tour-block44 .tour-block-top,
.tour-block45 .tour-block-top,
.tour-block46 .tour-block-top,
.tour-block47 .tour-block-top,
.tour-block48 .tour-block-top,
.tour-block49 .tour-block-top,
.tour-block50 .tour-block-top {
	position:absolute;
	height:346px;
	overflow:hidden;
	z-index:3;
	top:0;
	left:0;
}
.tour-block .tour-block-top:hover {
	cursor:pointer;
	opacity:0.8;
}

.tour-block1 .tour-block-top:hover,
.tour-block2 .tour-block-top:hover,
.tour-block3 .tour-block-top:hover,
.tour-block4 .tour-block-top:hover,
.tour-block5 .tour-block-top:hover,
.tour-block6 .tour-block-top:hover,
.tour-block7 .tour-block-top:hover,
.tour-block8 .tour-block-top:hover,
.tour-block9 .tour-block-top:hover,
.tour-block10 .tour-block-top:hover,
.tour-block11 .tour-block-top:hover,
.tour-block12 .tour-block-top:hover,
.tour-block13 .tour-block-top:hover,
.tour-block14 .tour-block-top:hover,
.tour-block15 .tour-block-top:hover,
.tour-block16 .tour-block-top:hover,
.tour-block17 .tour-block-top:hover,
.tour-block18 .tour-block-top:hover,
.tour-block19 .tour-block-top:hover,
.tour-block20 .tour-block-top:hover,
.tour-block21 .tour-block-top:hover,
.tour-block22 .tour-block-top:hover,
.tour-block23 .tour-block-top:hover,
.tour-block24 .tour-block-top:hover,
.tour-block25 .tour-block-top:hover,
.tour-block26 .tour-block-top:hover,
.tour-block27 .tour-block-top:hover,
.tour-block28 .tour-block-top:hover,
.tour-block29 .tour-block-top:hover,
.tour-block30 .tour-block-top:hover,
.tour-block31 .tour-block-top:hover,
.tour-block32 .tour-block-top:hover,
.tour-block33 .tour-block-top:hover,
.tour-block34 .tour-block-top:hover,
.tour-block35 .tour-block-top:hover,
.tour-block36 .tour-block-top:hover,
.tour-block37 .tour-block-top:hover,
.tour-block38 .tour-block-top:hover,
.tour-block39 .tour-block-top:hover,
.tour-block40 .tour-block-top:hover,
.tour-block41 .tour-block-top:hover,
.tour-block42 .tour-block-top:hover,
.tour-block43 .tour-block-top:hover,
.tour-block44 .tour-block-top:hover,
.tour-block45 .tour-block-top:hover,
.tour-block46 .tour-block-top:hover,
.tour-block47 .tour-block-top:hover,
.tour-block48 .tour-block-top:hover,
.tour-block49 .tour-block-top:hover,
.tour-block50 .tour-block-top:hover {
	cursor:pointer;
	opacity:0.8;
}
.tour-block .tour-block-top .tour-number {
	font-family: 'bebas', sans-serif;
	font-size:3rem;
	font-weight:bold;
	margin:20px 0 5px 0;
	color:#FFFFFF;
	text-shadow: 0px 0px 2px #000000;
	line-height:2rem;
}

.tour-block1 .tour-block-top .tour-number,
.tour-block2 .tour-block-top .tour-number,
.tour-block3 .tour-block-top .tour-number,
.tour-block4 .tour-block-top .tour-number,
.tour-block5 .tour-block-top .tour-number,
.tour-block6 .tour-block-top .tour-number,
.tour-block7 .tour-block-top .tour-number,
.tour-block8 .tour-block-top .tour-number,
.tour-block9 .tour-block-top .tour-number,
.tour-block10 .tour-block-top .tour-number,
.tour-block11 .tour-block-top .tour-number,
.tour-block12 .tour-block-top .tour-number,
.tour-block13 .tour-block-top .tour-number,
.tour-block14 .tour-block-top .tour-number,
.tour-block15 .tour-block-top .tour-number,
.tour-block16 .tour-block-top .tour-number,
.tour-block17 .tour-block-top .tour-number,
.tour-block18 .tour-block-top .tour-number,
.tour-block19 .tour-block-top .tour-number,
.tour-block20 .tour-block-top .tour-number,
.tour-block21 .tour-block-top .tour-number,
.tour-block22 .tour-block-top .tour-number,
.tour-block23 .tour-block-top .tour-number,
.tour-block24 .tour-block-top .tour-number,
.tour-block25 .tour-block-top .tour-number,
.tour-block26 .tour-block-top .tour-number,
.tour-block27 .tour-block-top .tour-number,
.tour-block28 .tour-block-top .tour-number,
.tour-block29 .tour-block-top .tour-number,
.tour-block30 .tour-block-top .tour-number,
.tour-block31 .tour-block-top .tour-number,
.tour-block32 .tour-block-top .tour-number,
.tour-block33 .tour-block-top .tour-number,
.tour-block34 .tour-block-top .tour-number,
.tour-block35 .tour-block-top .tour-number,
.tour-block36 .tour-block-top .tour-number,
.tour-block37 .tour-block-top .tour-number,
.tour-block38 .tour-block-top .tour-number,
.tour-block39 .tour-block-top .tour-number,
.tour-block40 .tour-block-top .tour-number,
.tour-block41 .tour-block-top .tour-number,
.tour-block42 .tour-block-top .tour-number,
.tour-block43 .tour-block-top .tour-number,
.tour-block44 .tour-block-top .tour-number,
.tour-block45 .tour-block-top .tour-number,
.tour-block46 .tour-block-top .tour-number,
.tour-block47 .tour-block-top .tour-number,
.tour-block48 .tour-block-top .tour-number,
.tour-block49 .tour-block-top .tour-number,
.tour-block50 .tour-block-top .tour-number {
	font-family: 'bebas', sans-serif;
	font-size:3rem;
	font-weight:bold;
	margin:20px 0 5px 0;
	color:#FFFFFF;
	text-shadow: 0px 0px 2px #000000;
	line-height:2rem;
}
.tour-block .tour-block-top h1 {
	font-family: 'bebas', sans-serif;
	font-size:2.2rem;
	font-weight:600;
	margin:0;
	padding:0 5px 0 5px;
	color:#FFFFFF;
	text-shadow: 0px 0px 2px #000000;
	line-height:2.2rem;
}

.tour-block1 .tour-block-top h1,
.tour-block2 .tour-block-top h1,
.tour-block3 .tour-block-top h1,
.tour-block4 .tour-block-top h1,
.tour-block5 .tour-block-top h1,
.tour-block6 .tour-block-top h1,
.tour-block7 .tour-block-top h1,
.tour-block8 .tour-block-top h1,
.tour-block9 .tour-block-top h1,
.tour-block10 .tour-block-top h1,
.tour-block11 .tour-block-top h1,
.tour-block12 .tour-block-top h1,
.tour-block13 .tour-block-top h1,
.tour-block14 .tour-block-top h1,
.tour-block15 .tour-block-top h1,
.tour-block16 .tour-block-top h1,
.tour-block17 .tour-block-top h1,
.tour-block18 .tour-block-top h1,
.tour-block19 .tour-block-top h1,
.tour-block20 .tour-block-top h1,
.tour-block21 .tour-block-top h1,
.tour-block22 .tour-block-top h1,
.tour-block23 .tour-block-top h1,
.tour-block24 .tour-block-top h1,
.tour-block25 .tour-block-top h1,
.tour-block26 .tour-block-top h1,
.tour-block27 .tour-block-top h1,
.tour-block28 .tour-block-top h1,
.tour-block29 .tour-block-top h1,
.tour-block30 .tour-block-top h1,
.tour-block31 .tour-block-top h1,
.tour-block32 .tour-block-top h1,
.tour-block33 .tour-block-top h1,
.tour-block34 .tour-block-top h1,
.tour-block35 .tour-block-top h1,
.tour-block36 .tour-block-top h1,
.tour-block37 .tour-block-top h1,
.tour-block38 .tour-block-top h1,
.tour-block39 .tour-block-top h1,
.tour-block40 .tour-block-top h1,
.tour-block41 .tour-block-top h1,
.tour-block42 .tour-block-top h1,
.tour-block43 .tour-block-top h1,
.tour-block44 .tour-block-top h1,
.tour-block45 .tour-block-top h1,
.tour-block46 .tour-block-top h1,
.tour-block47 .tour-block-top h1,
.tour-block48 .tour-block-top h1,
.tour-block49 .tour-block-top h1,
.tour-block50 .tour-block-top h1 {
/*
	font-family: 'bebas', sans-serif;
	font-size:2.2rem;
	font-weight:600;
	margin:0;
	line-height:2.2rem;
*/
	padding:0 5px 0 5px;
	color:#FFFFFF;
	text-shadow: 0px 0px 2px #000000;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin: 10px 5px 0 5px;
}
.tour-block .tour-block-top .tour-tagline {
	font-size:0.8rem;
	color:#FFFFFF;
	text-shadow: 0px 0px 2px #000000;
	padding:0 5px 0 5px;
	margin:0;
	position:absolute;
	left:0;
	right:0;
	bottom:60px;
}

.tour-block1 .tour-block-top .tour-tagline,
.tour-block2 .tour-block-top .tour-tagline,
.tour-block3 .tour-block-top .tour-tagline,
.tour-block4 .tour-block-top .tour-tagline,
.tour-block5 .tour-block-top .tour-tagline,
.tour-block6 .tour-block-top .tour-tagline,
.tour-block7 .tour-block-top .tour-tagline,
.tour-block8 .tour-block-top .tour-tagline,
.tour-block9 .tour-block-top .tour-tagline,
.tour-block10 .tour-block-top .tour-tagline,
.tour-block11 .tour-block-top .tour-tagline,
.tour-block12 .tour-block-top .tour-tagline,
.tour-block13 .tour-block-top .tour-tagline,
.tour-block14 .tour-block-top .tour-tagline,
.tour-block15 .tour-block-top .tour-tagline,
.tour-block16 .tour-block-top .tour-tagline,
.tour-block17 .tour-block-top .tour-tagline,
.tour-block18 .tour-block-top .tour-tagline,
.tour-block19 .tour-block-top .tour-tagline,
.tour-block20 .tour-block-top .tour-tagline,
.tour-block21 .tour-block-top .tour-tagline,
.tour-block22 .tour-block-top .tour-tagline,
.tour-block23 .tour-block-top .tour-tagline,
.tour-block24 .tour-block-top .tour-tagline,
.tour-block25 .tour-block-top .tour-tagline,
.tour-block26 .tour-block-top .tour-tagline,
.tour-block27 .tour-block-top .tour-tagline,
.tour-block28 .tour-block-top .tour-tagline,
.tour-block29 .tour-block-top .tour-tagline,
.tour-block30 .tour-block-top .tour-tagline,
.tour-block31 .tour-block-top .tour-tagline,
.tour-block32 .tour-block-top .tour-tagline,
.tour-block33 .tour-block-top .tour-tagline,
.tour-block34 .tour-block-top .tour-tagline,
.tour-block35 .tour-block-top .tour-tagline,
.tour-block36 .tour-block-top .tour-tagline,
.tour-block37 .tour-block-top .tour-tagline,
.tour-block38 .tour-block-top .tour-tagline,
.tour-block39 .tour-block-top .tour-tagline,
.tour-block40 .tour-block-top .tour-tagline,
.tour-block41 .tour-block-top .tour-tagline,
.tour-block42 .tour-block-top .tour-tagline,
.tour-block43 .tour-block-top .tour-tagline,
.tour-block44 .tour-block-top .tour-tagline,
.tour-block45 .tour-block-top .tour-tagline,
.tour-block46 .tour-block-top .tour-tagline,
.tour-block47 .tour-block-top .tour-tagline,
.tour-block48 .tour-block-top .tour-tagline,
.tour-block49 .tour-block-top .tour-tagline,
.tour-block50 .tour-block-top .tour-tagline {
	font-size:0.8rem;
	color:#FFFFFF;
	text-shadow: 0px 0px 2px #000000;
	padding:0 5px 0 5px;
	margin:0;
	position:absolute;
	left:0;
	right:0;
	bottom:60px;
}
.tour-block .tour-block-top .tour-btn {
	position:absolute;
	left:0;
	right:0;
	bottom:15px;
	padding:0;
	margin:0;
}

.tour-block1 .tour-block-top .tour-btn,
.tour-block2 .tour-block-top .tour-btn,
.tour-block3 .tour-block-top .tour-btn,
.tour-block4 .tour-block-top .tour-btn,
.tour-block5 .tour-block-top .tour-btn,
.tour-block6 .tour-block-top .tour-btn,
.tour-block7 .tour-block-top .tour-btn,
.tour-block8 .tour-block-top .tour-btn,
.tour-block9 .tour-block-top .tour-btn,
.tour-block10 .tour-block-top .tour-btn,
.tour-block11 .tour-block-top .tour-btn,
.tour-block12 .tour-block-top .tour-btn,
.tour-block13 .tour-block-top .tour-btn,
.tour-block14 .tour-block-top .tour-btn,
.tour-block15 .tour-block-top .tour-btn,
.tour-block16 .tour-block-top .tour-btn,
.tour-block17 .tour-block-top .tour-btn,
.tour-block18 .tour-block-top .tour-btn,
.tour-block19 .tour-block-top .tour-btn,
.tour-block20 .tour-block-top .tour-btn,
.tour-block21 .tour-block-top .tour-btn,
.tour-block22 .tour-block-top .tour-btn,
.tour-block23 .tour-block-top .tour-btn,
.tour-block24 .tour-block-top .tour-btn,
.tour-block25 .tour-block-top .tour-btn,
.tour-block26 .tour-block-top .tour-btn,
.tour-block27 .tour-block-top .tour-btn,
.tour-block28 .tour-block-top .tour-btn,
.tour-block29 .tour-block-top .tour-btn,
.tour-block30 .tour-block-top .tour-btn,
.tour-block31 .tour-block-top .tour-btn,
.tour-block32 .tour-block-top .tour-btn,
.tour-block33 .tour-block-top .tour-btn,
.tour-block34 .tour-block-top .tour-btn,
.tour-block35 .tour-block-top .tour-btn,
.tour-block36 .tour-block-top .tour-btn,
.tour-block37 .tour-block-top .tour-btn,
.tour-block38 .tour-block-top .tour-btn,
.tour-block39 .tour-block-top .tour-btn,
.tour-block40 .tour-block-top .tour-btn,
.tour-block41 .tour-block-top .tour-btn,
.tour-block42 .tour-block-top .tour-btn,
.tour-block43 .tour-block-top .tour-btn,
.tour-block44 .tour-block-top .tour-btn,
.tour-block45 .tour-block-top .tour-btn,
.tour-block46 .tour-block-top .tour-btn,
.tour-block47 .tour-block-top .tour-btn,
.tour-block48 .tour-block-top .tour-btn,
.tour-block49 .tour-block-top .tour-btn,
.tour-block50 .tour-block-top .tour-btn {
	position:absolute;
	left:0;
	right:0;
	bottom:15px;
	padding:0;
	margin:0;
}
.tour-block .tour-block-bottom .tour-block-bottom-reviews p {
	color:#999999;
	text-align:left;
	margin:0;
	font-size:0.75rem;
}


.tour-block1 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block2 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block3 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block4 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block5 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block6 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block7 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block8 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block9 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block10 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block11 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block12 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block13 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block14 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block15 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block16 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block17 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block18 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block19 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block20 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block21 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block22 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block23 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block24 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block25 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block26 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block27 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block28 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block29 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block30 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block31 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block32 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block33 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block34 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block35 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block36 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block37 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block38 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block39 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block40 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block41 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block42 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block43 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block44 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block45 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block46 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block47 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block48 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block49 .tour-block-bottom .tour-block-bottom-reviews p,
.tour-block40 .tour-block-bottom .tour-block-bottom-reviews p {
	color:#999999;
	text-align:left;
	margin:0;
	font-size:0.8rem;
}
.tour-block .tour-block-bottom .tour-block-bottom-reviews p a:link {
	color:#999999;
}

.tour-block1 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block1 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block2 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block2 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block3 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block3 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block4 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block4 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block5 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block5 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block6 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block6 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block7 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block7 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block8 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block8 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block9 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block9 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block10 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block10 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block11 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block11 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block12 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block12 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block13 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block13 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block14 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block14 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block15 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block15 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block16 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block16 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block17 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block17 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block18 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block18 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block19 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block19 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block20 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block20 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block21 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block21 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block22 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block22 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block23 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block23 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block24 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block24 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block25 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block25 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block26 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block26 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block27 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block27 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block28 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block28 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block29 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block29 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block30 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block30 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block31 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block31 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block32 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block32 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block33 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block33 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block34 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block34 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block35 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block35 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block36 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block36 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block37 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block37 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block38 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block38 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block39 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block39 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block40 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block40 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block41 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block41 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block42 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block42 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block43 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block43 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block44 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block44 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block45 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block45 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block46 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block46 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block47 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block47 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block48 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block48 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block49 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block49 .tour-block-bottom .tour-block-bottom-reviews p a:visited,
.tour-block50 .tour-block-bottom .tour-block-bottom-reviews p a:link,
.tour-block50 .tour-block-bottom .tour-block-bottom-reviews p a:visited {
	color:#999999;
}
.tour-block .tour-block-bottom .tour-block-bottom-reviews p a:hover {
	color:#F39200;
}

.tour-block1 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block1 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block2 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block2 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block3 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block3 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block4 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block4 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block5 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block5 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block6 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block6 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block7 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block7 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block8 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block8 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block9 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block9 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block10 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block10 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block11 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block11 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block12 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block12 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block13 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block13 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block14 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block14 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block15 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block15 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block16 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block16 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block17 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block17 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block18 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block18 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block19 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block19 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block20 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block20 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block21 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block21 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block22 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block22 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block23 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block23 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block24 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block24 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block25 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block25 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block26 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block26 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block27 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block27 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block28 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block28 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block29 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block29 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block30 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block30 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block31 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block31 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block32 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block32 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block33 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block33 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block34 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block34 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block35 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block35 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block36 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block36 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block37 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block37 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block38 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block38 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block39 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block39 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block40 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block40 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block41 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block41 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block42 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block42 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block43 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block43 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block44 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block44 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block45 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block45 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block46 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block46 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block47 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block47 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block48 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block48 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block49 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block49 .tour-block-bottom .tour-block-bottom-reviews p a:active,
.tour-block50 .tour-block-bottom .tour-block-bottom-reviews p a:hover,
.tour-block50 .tour-block-bottom .tour-block-bottom-reviews p a:active {
	color:#F39200;
}
.tour-block .tour-block-bottom .tour-block-bottom-reviews img {
	width:72px;
	height:auto;
}

.tour-block1 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block2 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block3 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block4 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block5 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block6 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block7 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block8 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block9 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block10 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block11 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block12 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block13 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block14 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block15 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block16 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block17 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block18 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block19 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block20 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block21 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block22 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block23 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block24 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block25 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block26 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block27 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block28 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block29 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block30 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block31 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block32 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block33 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block34 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block35 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block36 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block37 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block38 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block39 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block40 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block41 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block42 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block43 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block44 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block45 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block46 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block47 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block48 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block49 .tour-block-bottom .tour-block-bottom-reviews img,
.tour-block50 .tour-block-bottom .tour-block-bottom-reviews img {
	width:72px;
	height:auto;
}

.tour-block .tour-block-bottom .tour-block-bottom-info p {
	color:#999999;
	text-align:right;
	margin:0;
	font-size:0.8rem;
}

.tour-block1 .tour-block-bottom .tour-block-bottom-info p,
.tour-block2 .tour-block-bottom .tour-block-bottom-info p,
.tour-block3 .tour-block-bottom .tour-block-bottom-info p,
.tour-block4 .tour-block-bottom .tour-block-bottom-info p,
.tour-block5 .tour-block-bottom .tour-block-bottom-info p,
.tour-block6 .tour-block-bottom .tour-block-bottom-info p,
.tour-block7 .tour-block-bottom .tour-block-bottom-info p,
.tour-block8 .tour-block-bottom .tour-block-bottom-info p,
.tour-block9 .tour-block-bottom .tour-block-bottom-info p,
.tour-block10 .tour-block-bottom .tour-block-bottom-info p,
.tour-block11 .tour-block-bottom .tour-block-bottom-info p,
.tour-block12 .tour-block-bottom .tour-block-bottom-info p,
.tour-block13 .tour-block-bottom .tour-block-bottom-info p,
.tour-block14 .tour-block-bottom .tour-block-bottom-info p,
.tour-block15 .tour-block-bottom .tour-block-bottom-info p,
.tour-block16 .tour-block-bottom .tour-block-bottom-info p,
.tour-block17 .tour-block-bottom .tour-block-bottom-info p,
.tour-block18 .tour-block-bottom .tour-block-bottom-info p,
.tour-block19 .tour-block-bottom .tour-block-bottom-info p,
.tour-block20 .tour-block-bottom .tour-block-bottom-info p,
.tour-block21 .tour-block-bottom .tour-block-bottom-info p,
.tour-block22 .tour-block-bottom .tour-block-bottom-info p,
.tour-block23 .tour-block-bottom .tour-block-bottom-info p,
.tour-block24 .tour-block-bottom .tour-block-bottom-info p,
.tour-block25 .tour-block-bottom .tour-block-bottom-info p,
.tour-block26 .tour-block-bottom .tour-block-bottom-info p,
.tour-block27 .tour-block-bottom .tour-block-bottom-info p,
.tour-block28 .tour-block-bottom .tour-block-bottom-info p,
.tour-block29 .tour-block-bottom .tour-block-bottom-info p,
.tour-block30 .tour-block-bottom .tour-block-bottom-info p,
.tour-block31 .tour-block-bottom .tour-block-bottom-info p,
.tour-block32 .tour-block-bottom .tour-block-bottom-info p,
.tour-block33 .tour-block-bottom .tour-block-bottom-info p,
.tour-block34 .tour-block-bottom .tour-block-bottom-info p,
.tour-block35 .tour-block-bottom .tour-block-bottom-info p,
.tour-block36 .tour-block-bottom .tour-block-bottom-info p,
.tour-block37 .tour-block-bottom .tour-block-bottom-info p,
.tour-block38 .tour-block-bottom .tour-block-bottom-info p,
.tour-block39 .tour-block-bottom .tour-block-bottom-info p,
.tour-block40 .tour-block-bottom .tour-block-bottom-info p,
.tour-block41 .tour-block-bottom .tour-block-bottom-info p,
.tour-block42 .tour-block-bottom .tour-block-bottom-info p,
.tour-block43 .tour-block-bottom .tour-block-bottom-info p,
.tour-block44 .tour-block-bottom .tour-block-bottom-info p,
.tour-block45 .tour-block-bottom .tour-block-bottom-info p,
.tour-block46 .tour-block-bottom .tour-block-bottom-info p,
.tour-block47 .tour-block-bottom .tour-block-bottom-info p,
.tour-block48 .tour-block-bottom .tour-block-bottom-info p,
.tour-block49 .tour-block-bottom .tour-block-bottom-info p,
.tour-block50 .tour-block-bottom .tour-block-bottom-info p {
	color:#999999;
	text-align:right;
	margin:0;
	font-size:0.8rem;
}
.tour-block .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price {
	font-size:1.2rem;
	color:#E30613;
	font-weight:700;
	margin:0 0 10px 0;
	line-height: 1.3rem;
}
.tour-block .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price .converted-price {
	display: inline-block;
	color: #AAAAAA;
	font-size: 0.8rem;
}

.tour-block1 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block2 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block3 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block4 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block5 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block6 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block7 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block8 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block9 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block10 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block11 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block12 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block13 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block14 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block15 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block16 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block17 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block18 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block19 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block20 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block21 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block22 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block23 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block24 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block25 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block26 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block27 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block28 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block29 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block30 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block31 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block32 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block33 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block34 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block35 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block36 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block37 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block38 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block39 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block40 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block41 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block42 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block43 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block44 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block45 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block46 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block47 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block48 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block49 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price,
.tour-block50 .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price {
	font-size:1.2rem;
	color:#E30613;
	font-weight:700;
	margin:0 0 10px 0;
}
[class^="tour-block"] .tour-block-bottom .tour-block-bottom-info p.tour-block-bottom-price .converted-price {
	display: inline-block;
	color: #AAA;
	font-size: 0.8rem;
}
.find-your-perfect-tour {
	background-color:#FFFFFF;
	background-image:url(../_images/backgrounds/red-section-arrow.png);
	background-position:50% 0%;
	background-repeat:no-repeat;
	background-size:40px auto;
	padding:20px 0 0 0;
}
.find-your-perfect-tour-search {
	background-color:#8A1002;
	color:#FFFFFF;
	padding:0 15px 0 15px;
	background-image:none;
}
.find-your-perfect-tour-search h1 {
	color:#FFFFFF;
	text-align:center;
}
.find-your-perfect-tour-search p {
	color:#FFFFFF;
	text-align:center;
}
.find-your-perfect-tour-months {
	background-color:#8A1002;
	color:#FFFFFF;
	padding:20px 15px 15px 15px;
}
.find-your-perfect-tour-months p {
	color:#FFFFFF;
	text-align:center;
	padding:0;
	margin:0 0 10px 0;
}
a.tour-diary-month-list:link,
a.tour-diary-month-list:visited {
	font-family: 'Ubuntu', sans-serif;
	font-size:1rem;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#A6422A;
	display:block;
	text-align:center;
	padding:5px;
	width:16%;
	margin:0 0.333% 5px 0.333%;
	float:left;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	min-height:50px;
}
a.tour-diary-month-list:hover,
a.tour-diary-month-list:active {
	color:#FFFFFF;
	background-color:#E30613;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}

.Featured-Tour-Overview {
	background-color:#F3F3F4;
}
.Featured-Tour-Review {
	background-color:#3A3A3C;
}
.find-your-perfect-tour-search-select {
	width:67%;
	overflow:hidden;
	height:36px;
	float:left;
	display:block;
}
.find-your-perfect-tour-search-btn {
	float:left;
	display:block;
	height:38px;
	width:31%;
	margin:0 0 0 2%;
}
.gallery-select {
	width:67%;
	overflow:hidden;
	height:36px;
	float:left;
	display:block;
	border:1px solid #CCC;
	margin:0 0 20px 0;
}
.gallery-search-btn {
	float:left;
	display:block;
	height:38px;
	width:31%;
	margin:0 0 0 2%;
	text-align:left;
}
.find-your-perfect-tour-search-select select.adventure,
.find-your-perfect-tour-search-select select.c {
	background-color:#FFFFFF;
	border:none;
	color:#1B1B1B;
	padding:5px 28% 5px 5px;
	width:130%;
	height:36px;
	background-image:url(../_images/backgrounds/select-arrow.png);
	background-position:74% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.find-your-perfect-tour-search-select select.adventure::-ms-expand,
.find-your-perfect-tour-search-select select.c::-ms-expand {
    display: none;
}

.find-your-perfect-tour-search-btn input[type=submit] {
	color:#FFF;
	background-color:#E30613;
	background-image:url(../_images/icons/buttons/bike.png);
	background-position:5% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 10px 5px 36px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:1.25rem;
	font-weight:700;
	width:auto;
	border:none;
}
.find-your-perfect-tour-search-btn input[type=submit]:hover,
.find-your-perfect-tour-search-btn input[type=submit]:active {
	background-color:#7A0f01;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}
.gallery-select select.adventure {
	background-color:#FFFFFF;
	border:none;
	color:#1B1B1B;
	padding:5px 28% 5px 5px;
	width:130%;
	height:36px;
	background-image:url(../_images/backgrounds/select-arrow.png);
	background-position:74% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
}
.gallery-search-btn input[type=submit] {
	color:#FFF;
	background-color:#E30613;
	background-image:url(../_images/icons/buttons/camera.png);
	background-position:5% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 10px 5px 36px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:1.25rem;
	font-weight:700;
	width:auto;
	border:none;
}
.gallery-search-btn input[type=submit]:hover,
.gallery-search-btn input[type=submit]:active {
	background-color:#7A0f01;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}
.Featured-Tour-Overview-Info h1 {
	color:#000000;
	margin-top:0;
	margin-bottom:0;
}
.Featured-Tour-Overview-Info h2 {
	color:#000000;
	margin-top:0;
	font-size:2.25rem;
	color:#E30613;
}
.Featured-Tour-Overview-Info p {
	text-align:justify;
}
.Featured-Tour-Overview-Info p.tour-btn {
	margin-bottom:0;
}
.Featured-Tour-Review-Info h1 {
	color:#FFFFFF;
	margin-top:0;
	margin-bottom:0;
}
.Featured-Tour-Review-Info p {
	color:#FFFFFF;
	text-align:justify;
}
.Featured-Tour-Review-Info p.testimonial-rating img {
	width:85px;
	height:auto;
}
.Featured-Tour-Review-Info p.testimonial {
	margin-bottom:5px;
}
.Featured-Tour-Review-Info p.testimonial-name {
	color:#E30613;
	font-family: 'Ubuntu', sans-serif;
	font-size:1.25rem;
	font-weight:normal;
}
.Featured-Tour-Review-Info p.tour-btn {
	margin-bottom:0;
}
.Featured-Tour-Overview-Img img,
.Featured-Tour-Review-Img img {
	width:100%;
	height:auto;
}
.Home-Gallery {
	text-align:center;
	padding:0;
}
.Photo-Gallery-Block-1,
.Photo-Gallery-Block-2,
.Photo-Gallery-Block-3,
.Photo-Gallery-Block-4,
.Photo-Gallery-Block-5,
.Photo-Gallery-Block-6,
.Photo-Gallery-Block-7,
.Photo-Gallery-Block-8 {
	height:137px;
	overflow:hidden;
	position:relative;
}
.Photo-Gallery-Block-1 img,
.Photo-Gallery-Block-2 img,
.Photo-Gallery-Block-3 img,
.Photo-Gallery-Block-4 img,
.Photo-Gallery-Block-5 img,
.Photo-Gallery-Block-6 img,
.Photo-Gallery-Block-7 img,
.Photo-Gallery-Block-8 img {
	position:absolute;
	top:0;
	left:0;
	min-height:100%;
	min-width:100%;
	margin:0;
	max-width:200%;
}
.Gallery-Photo-1,
.Gallery-Photo-2,
.Gallery-Photo-3,
.Gallery-Photo-4 {
	height:137px;
	overflow:hidden;
	position:relative;
}
.Gallery-Photo-1 img,
.Gallery-Photo-2 img,
.Gallery-Photo-3 img,
.Gallery-Photo-4 img {
	position:absolute;
	top:0;
	left:0;
	min-height:100%;
	min-width:100%;
	margin:0;
	max-width:200%;
}
.Gallery-Photo-Block h2,
.Gallery-Video-Block h2,
.Gallery-Photo-Block p,
.Gallery-Video-Block p {
	text-align:center;
}
.Video-Block-1,
.Video-Block-2,
.Video-Block-3,
.Video-Block-4,
.Video-Block-5,
.Video-Block-6,
.Video-Block-7,
.Video-Block-8,
.Video-Block-9,
.Video-Block-10,
.Video-Block-11,
.Video-Block-12,
.Video-Block-13,
.Video-Block-14,
.Video-Block-15,
.Video-Block-16,
.Video-Block-17,
.Video-Block-18,
.Video-Block-19,
.Video-Block-20,
.Video-Block-21,
.Video-Block-22,
.Video-Block-23,
.Video-Block-24 {
	min-height:200px;
	overflow:hidden;
	position:relative;
}
.lvcf-large {
	display:none;
}
.lvcf-med {
	display:none;
}
.lvcf-small {
	display:block;
}
.about-photo {
	display:none;
}
.Breadcrumb {
	color:#1B1B1B;
	font-size:0.75rem;
	text-align:center;
}
.Breadcrumb a:link,
.Breadcrumb a:visited {
	color: #E30613;
}
.Breadcrumb a:hover,
.Breadcrumb a:active {
	color:#F39200;
	text-decoration:none;
}
.RS-share-this {
	text-align:center;
}
.country-pre-name {
	color: #B3B2B2;
	font-size: 1rem;
	line-height: 1rem;
}
.country-name {
	font-size: 2.75rem;
	line-height: 1.5rem;
}
.Tour-Menu {
	background-color:#8A1002;
}
.Tour-Menu p {
	text-align:center;
	margin:0;
	font-family: 'Ubuntu', sans-serif;
	font-size:1.25rem;
	font-weight:normal;
	color:#FFFFFF;
	display:inline-block;
	padding:15px 20px 18px 20px;
	line-height:1.25rem;
}
.Tour-Menu ul {
	text-align:center;
	margin:0;
}
.Tour-Menu li {
	display:inline;
	list-style:none;
}
.Tour-Menu li a:link,
.Tour-Menu li a:visited {
	font-family: 'Ubuntu', sans-serif;
	font-size:0.85rem;
	font-weight:normal;
	color:#FFFFFF;
	display:inline-block;
	padding:15px 20px 18px 20px;
	line-height:1rem;
}
.Tour-Menu li a:hover,
.Tour-Menu li a:active {
	color:#FF0;
	text-decoration:none;
}
.Tour-Menu li a.active:link,
.Tour-Menu li a.active:visited {
	background-image:url(../_images/backgrounds/Tour-Menu-Arrow.png);
	background-position:50% 100%;
	background-repeat:no-repeat;
	background-size:25px;
}
.Tour-Menu li a.active:hover,
.Tour-Menu li a.active:active {
	color:#FF0;
	text-decoration:none;
	background-image:url(../_images/backgrounds/Tour-Menu-Arrow.png);
	background-position:50% 100%;
	background-repeat:no-repeat;
	background-size:25px;
}
/* New Tour Nav Styles */
.cycling-holiday-nav {
	background-color:#8A1002;
	position: relative;
}
.cycling-holiday-nav.sticky {
	position: fixed;
	z-index: 2;
	top: 0;
	width: 100%;
}
.cycling-holiday-nav.sticky + .Max-Width {
	padding-top: 60px;
}
.cycling-holiday-nav p {
	text-align:center;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-size:0.6875rem;
	font-weight:400;
	color:#FFFFFF;
	display:inline-block;
	padding:15px 20px 18px 20px;
	line-height:0.6875rem;
}
.cycling-holiday-nav ul {
	text-align:center;
	margin:0;
}
.cycling-holiday-nav li {
	display:inline-block;
	list-style:none;
}
.cycling-holiday-nav li.dp {
	display:inline-block;
	list-style:none;
}
.cycling-holiday-nav li a:link,
.cycling-holiday-nav li a:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-size:0.6875rem;
	font-weight:400;
	color:#FFFFFF;
	display:inline-block;
	padding:10px 10px;
	line-height:0.6875rem;
}
.cycling-holiday-nav li a:hover,
.cycling-holiday-nav li a:active,
.cycling-holiday-nav li a:focus {
	color:#F39200;
	text-decoration:none;
}
.cycling-holiday-nav li a.active:link,
.cycling-holiday-nav li a.active:visited {
	background-color: #FFFFFF;
	color: #000000;
}
.cycling-holiday-nav li a.active:hover,
.cycling-holiday-nav li a.active:active,
.cycling-holiday-nav li a.active:focus {
	color:#F39200;
}
.cycling-holiday-nav li.dp a:link,
.cycling-holiday-nav li.dp a:visited {
	color:#FFFFFF;
	background-color:#E30613;
}
.cycling-holiday-nav li.dp a:hover,
.cycling-holiday-nav li.dp a:active,
.cycling-holiday-nav li.dp a:focus {
	color:#FFFFFF;
	background-color:#F39200;
	text-decoration:none;
}
/* End - New Tour Nav Styles*/

.tour-left-detail {
	text-align:center;
	color:#999;
	font-size:1rem;
	clear:both;
}
.tour-left-detail-overview {
	text-align:center;
	color:#999;
	font-size:1rem;
	clear:both;
}
.tour-left-detail-price {
	color:#000000;
	font-size:2rem;
	line-height:2.25rem;
	display:inline-block;
	margin:0 0 10px 0;
	font-weight:700;
}
.tour-left-detail .converted-price,
.tour-left-detail-overview .converted-price {
	margin: 0 0 10px 0;
	display: inline-block;
}
.tour-left-detail-price-overview {
	color:#000000;
	font-size:2rem;
	line-height:2.25rem;
	display:inline-block;
	margin:0 0 10px 0;
	font-weight:700;
}
.tour-left-detail-text {
	color:#000000;
	font-size:1rem;
	line-height:1.75rem;
	display:inline-block;
	margin:0 0 10px 0;
}
.tour-left-detail-text-overview {
	color:#000000;
	font-size:1rem;
	line-height:1.75rem;
	display:inline-block;
	margin:0 0 17px 0;
}
.tour-left-detail img {
	margin:0 0 10px 0;
}
.tour-left-detail-overview img {
	margin:0 0 21px 0;
}
.tour-price-highlight {
	color: #E30613;
	font-family: 'Ubuntu', sans-serif;
    font-size: 1.4rem;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: right;
}
.tour-price-highlight a {
	text-decoration: none;
}
.advLogo {
	margin:0 auto;
	text-align:right;
}
.advLogo img {
	width: 68%;
	margin: 20px auto 40px auto;
	height: auto;
}
.advLogo2 {
	margin:0 auto;
	text-align:center;
}
.advLogo2 img {
	width: 80%;
	margin: 20px auto 40px auto;
	height: auto;
}
	
.Tour-Detail-Title {
	color:#999;
	font-family: 'Ubuntu', sans-serif;
	font-size:1rem;
	font-weight:normal;
	text-align:left;
	float:left;
	margin:0 0 0 0;
	word-wrap:normal;

}
.Tour-Dates-Difficulty {
	color:#000;
	font-family: 'Ubuntu', sans-serif;
	font-size:1rem;
	font-weight:700;
	text-align:left;
	margin:0 0 0 0;
	clear:both;
}
.dates-and-prices-col-td-2-a {
	text-align:left;
}
.dates-and-prices-col-td-2-a img {
	max-width:40px;
	height:auto;
	margin:0 0 0 0;
}
.tour-difficulty-icon img,
.tour-distance-icon img,
.tour-off-road-icon img,
.tour-altitude-icon img {
	float:left;
	max-width:40px;
	height:auto;
	margin:0 10px 0 0;
}
.tour-featured-testimonial {
	background-color:#000;
	color:#FFF;
	text-align:center;
	padding:0;
	overflow:hidden;
	position:relative;
	height:300px;
}
.featured-testimonial-img {
/*	z-index:1;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;*/
	position:absolute;
	left:0;
	width:100%;
	min-height:1000px;
	background-image: url("../_images/testimonials/featured/featured-testimonials.jpg");
	background-attachment:fixed;
	background-size:cover;
	background-position: 0px 0px, center center;
	opacity:0.5;
}
.featured-testimonial-img img{

}
.featured-testimonial-info {
	z-index:2;
	position:absolute;
	top:40px;
	left:0;
	width:100%;
	height:100%;
}
.featured-testimonial-img img {
/*	opacity:0.4;
	height:100%;
	width:auto;
	max-width:inherit;*/
	display:none;
}
.tour-featured-testimonial img.featured-testimonial-rating {
	opacity:1;
	max-width:100px;
}
.featured-testimonial-text {
	color:#FFF;
	margin:0;
	font-size:0.9rem;
}
.featured-testimonial-text p {
	color:#FFF;
	margin:0 0 10px 0;
	font-size:0.9rem;
}
.featured-testimonial-name {
	font-family: 'Ubuntu', sans-serif;
	font-size:1rem;
	font-weight:700;
	color:#FFF;
	line-height:1.5rem;
	margin:0;
}
.featured-testimonial-more {
	margin:0 0 15px 0;
}
.featured-testimonial-more a:link,
.featured-testimonial-more a:visited {
	color:#E30613;
}
.featured-testimonial-more a:hover,
.featured-testimonial-more a:active {
	color:#FFF;
	text-decoration:none;
}
.tour-left-images img {
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.Itinerary-Menu {
	background-color:#E9E9E9;
	text-align:center;
	padding:10px;
}
.Itinerary-Menu p {
	margin:0;
}
.Itinerary-Menu ul {
	margin:0 0 10px 0;
}
.Itinerary-Menu li {
	list-style:none;
	border-bottom:dashed #999 1px;
	padding:10px 0 10px 0;
}
.DTsmallPrint {
	font-size:12px;
	color:#999999;
	margin:0 0 10px 0;
	float: left;
}
.DTguaranteed {
	color: #E30613;
	font-size:0.75rem;
}
.DTguaranteedLim {
	color: #E30613;
	font-size:0.75rem;
}
.DTavailable {
	color: #25AAE1;
}
.DTtwomore {
	color: #FF4E59;
}
.DTclosed {
	color: #999999;
}
.DTcontact {
	color: #F39200;
}
.dates-and-prices-row {
	padding:10px;
	width: 100%;
	display: block;
	float: left;
	clear: both;
}
.dates-and-prices-row:nth-of-type(odd) {
	background-color:#ECECEC;
}
.dates-and-prices-row:nth-of-type(even) {
	background-color:#FFFFFF;
}

/*.dates-and-prices-row-1,
.dates-and-prices-row-3,
.dates-and-prices-row-5,
.dates-and-prices-row-7,
.dates-and-prices-row-9,
.dates-and-prices-row-11,
.dates-and-prices-row-13,
.dates-and-prices-row-15,
.dates-and-prices-row-17,
.dates-and-prices-row-19,
.dates-and-prices-row-21,
.dates-and-prices-row-23,
.dates-and-prices-row-25,
.dates-and-prices-row-27,
.dates-and-prices-row-29,
.dates-and-prices-row-31,
.dates-and-prices-row-33,
.dates-and-prices-row-35,
.dates-and-prices-row-37,
.dates-and-prices-row-39,
.dates-and-prices-row-41,
.dates-and-prices-row-43,
.dates-and-prices-row-45,
.dates-and-prices-row-47,
.dates-and-prices-row-49,
.dates-and-prices-row-51,
.dates-and-prices-row-53,
.dates-and-prices-row-55,
.dates-and-prices-row-57,
.dates-and-prices-row-59,
.dates-and-prices-row-61,
.dates-and-prices-row-63,
.dates-and-prices-row-65,
.dates-and-prices-row-67,
.dates-and-prices-row-69,
.dates-and-prices-row-71,
.dates-and-prices-row-73,
.dates-and-prices-row-75,
.dates-and-prices-row-77,
.dates-and-prices-row-79,
.dates-and-prices-row-81,
.dates-and-prices-row-83,
.dates-and-prices-row-85,
.dates-and-prices-row-87,
.dates-and-prices-row-89,
.dates-and-prices-row-91,
.dates-and-prices-row-93,
.dates-and-prices-row-95,
.dates-and-prices-row-97,
.dates-and-prices-row-99,
.dates-and-prices-row-101,
.dates-and-prices-row-103,
.dates-and-prices-row-105,
.dates-and-prices-row-107,
.dates-and-prices-row-109,
.dates-and-prices-row-111,
.dates-and-prices-row-113,
.dates-and-prices-row-115,
.dates-and-prices-row-117,
.dates-and-prices-row-119,
.dates-and-prices-row-121,
.dates-and-prices-row-123,
.dates-and-prices-row-125,
.dates-and-prices-row-127,
.dates-and-prices-row-129 {
	background-color:#ECECEC;
	padding:10px;
	width: 100%;
	display: block;
	float: left;
	clear: both;
}
.dates-and-prices-row-2,
.dates-and-prices-row-4,
.dates-and-prices-row-6,
.dates-and-prices-row-8,
.dates-and-prices-row-10,
.dates-and-prices-row-12,
.dates-and-prices-row-14,
.dates-and-prices-row-16,
.dates-and-prices-row-18,
.dates-and-prices-row-20,
.dates-and-prices-row-22,
.dates-and-prices-row-24,
.dates-and-prices-row-26,
.dates-and-prices-row-28,
.dates-and-prices-row-30,
.dates-and-prices-row-32,
.dates-and-prices-row-34,
.dates-and-prices-row-36,
.dates-and-prices-row-38,
.dates-and-prices-row-40,
.dates-and-prices-row-42,
.dates-and-prices-row-44,
.dates-and-prices-row-46,
.dates-and-prices-row-48,
.dates-and-prices-row-50,
.dates-and-prices-row-52,
.dates-and-prices-row-54,
.dates-and-prices-row-56,
.dates-and-prices-row-58,
.dates-and-prices-row-60,
.dates-and-prices-row-62,
.dates-and-prices-row-64,
.dates-and-prices-row-66,
.dates-and-prices-row-68,
.dates-and-prices-row-70,
.dates-and-prices-row-72,
.dates-and-prices-row-74,
.dates-and-prices-row-76,
.dates-and-prices-row-78,
.dates-and-prices-row-80,
.dates-and-prices-row-82,
.dates-and-prices-row-82,
.dates-and-prices-row-84,
.dates-and-prices-row-86,
.dates-and-prices-row-88,
.dates-and-prices-row-90,
.dates-and-prices-row-92,
.dates-and-prices-row-94,
.dates-and-prices-row-96,
.dates-and-prices-row-98,
.dates-and-prices-row-100,
.dates-and-prices-row-102,
.dates-and-prices-row-104,
.dates-and-prices-row-106,
.dates-and-prices-row-108,
.dates-and-prices-row-110,
.dates-and-prices-row-112,
.dates-and-prices-row-114,
.dates-and-prices-row-116,
.dates-and-prices-row-118,
.dates-and-prices-row-120,
.dates-and-prices-row-122,
.dates-and-prices-row-124,
.dates-and-prices-row-126,
.dates-and-prices-row-128,
.dates-and-prices-row-130 {
	background-color:#FFFFFF;
	padding:10px;
	width: 100%;
	display: block;
	float: left;
	clear: both;
}*/
.dates-and-prices-container [class*="dates-and-prices-row-"] {
	border-bottom: #AAAAAA solid 1px;
	padding: 8px 0;
}
.dates-and-prices-container [class*="dates-and-prices-row"] p {
	margin:0;
}
.dates-and-prices-container [class*="dates-and-prices-row"] p.tour-dates {
	font-weight:700;
	color:#000;
	font-size: 0.75rem;
}
.dates-and-prices-container [class*="dates-and-prices-row"] .tour-dates-days {
	color:#999999;
}
.tour-info {
font-size: 0.75rem;
}
.dates-and-prices-container [class*="dates-and-prices-row"] p.tour-status {
	font-weight:700;
	line-height:17px;
	margin:0 0 0 0;
	font-size: 0.75rem;
}
.dates-and-prices-container [class*="dates-and-prices-row"] p.tour-cost {
	color:#000;
	font-size:1.25rem;
	font-weight:700;
	line-height:27px;
	text-align:right;
	margin-bottom:10px;
}
.dates-and-prices-container [class*="dates-and-prices-row"] p.tour-cost .converted-price {
	color: #AAA;
	font-size: 0.8rem;
	display: inline-block;
}
.dates-and-prices-container [class*="dates-and-prices-row"] p.tour-book {
	text-align:center;
}
.tour-testimonials-block {
	border-bottom: 1px solid #E2E2E7;
	padding: 0 0 20px 0;
}
.tour-testimonials-img {
	/*max-height:170px;*/
	overflow:hidden;
}
.tour-testimonial-rating {
	margin:0 0 10px 0;
}
.tour-testimonial-rating img {
	max-width:72px;
	height:auto;
}
.news-text p {
	
}
.news-text p.news-date {
	color:#CCCCCC;
	display:block;
}
.news-text .news-more {
	margin:0 0 20px 0;
}
.pag {
	text-align:center;
}
.pag p {
	margin:0;
}
.contact-col-1 input[type=text],
.contact-col-1 input[type=email],
.login-form-block input[type=text],
.login-form-block input[type=email],
.login-form-block input[type=password],
.tourssignup input[type=text],
.tourssignup input[type=email],
.tourssignup input[type=password] {
	width:100%;
	background-color:#FFF;
	border:1px solid #CCC;
	color:#1B1B1B;
	padding:5px;
	height:36px;
	float:left;
	clear:both;
	margin:0 0 20px 0;
}
.login-form-block input[type=checkbox] {
	width:15px;
	height:15px;
	background-color:#FFF;
	border:1px solid #CCC;
	color:#1B1B1B;
	padding:5px;
	height:36px;
	float:left;
	clear:none;
	margin:-8px 0 20px 10px;
}
.contact-col-1 .contact-select {
	width:100%;
	overflow:hidden;
	height:36px;
	float:left;
	display:block;
	border:1px solid #CCC;
	margin:0 0 20px 0;
}
.contact-col-1 .contact-select select {
	overflow:hidden;
	float:left;
	display:block;
	background-color:#FFFFFF;
	border:none;
	color:#1B1B1B;
	padding:5px;
	width:115%;
	height:36px;
	background-image:url(../_images/backgrounds/select-arrow.png);
	background-position:84% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
}
.contact-select-multiple {
	width:100%;
	overflow:hidden;
	height:auto;
	float:left;
	display:block;
	border:1px solid #CCC;
	margin:0 0 20px 0;
}
.contact-select-multiple select[multiple] {
	overflow:scroll;
	height:200px;
	float:left;
	display:block;
	background-color:#FFFFFF;
	border:none;
	color:#1B1B1B;
	padding:5px;
	width:100%;
	background-image:url(../_images/backgrounds/select-arrow.png);
	background-position:95% 0%;
	background-repeat:no-repeat;
	cursor:pointer;
}

textarea,
textarea:invalid {
	width:100%;
	display:block;
	float:left;
	margin:0 0 20px 0;
	background-color:#FFFFFF;
	color:#1B1B1B;
	border:1px solid #CCC;
	clear:both;
	padding:5px;
	height:110px;
}
label {
	font-weight: 500;
}
.field-label {
	float:left;
	color:#1B1B1B;
	margin:0 0 3px 0;
}
.required-field {
	color:#E30613;
	margin:0;
}
.field-label-grey {
	color:#999;
	clear:both;
}
.contact-col-2 {
	background-color:#E9E9E9;
	padding:10px;
	word-wrap: break-word;
}
.SpamError {
	text-align:center;
	padding:10px;
	background-color:#E30613;
}
.SpamError h4 {
	color:#FFF;
	font-size:1.75rem;
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	margin:0 0 5px 0;
}
.SpamError p {
	color:#FFF;
	margin:0;
}
.spam-img {
	float:left;
}
.spam-textbox {
	width:150px !important;
	font-size:1.25rem;
	text-align:left;
	margin:5px 0 20px 0 !important;
}

.tour-left-select,
.tour-selection-all,
.tour-selection-1,
.tour-selection-2,
.tour-selection-3,
.tour-selection-4,
.tour-selection-5,
.tour-selection-6,
.tour-selection-7,
.tour-selection-8,
.tour-selection-9,
.tour-selection-10,
.tour-selection-11,
.tour-selection-12,
.tour-selection-13,
.tour-selection-14,
.tour-selection-15,
.tour-selection-16,
.tour-selection-17,
.tour-selection-18,
.tour-selection-19,
.tour-selection-20,
.tour-selection-21,
.tour-selection-22,
.tour-selection-23,
.tour-selection-24,
.tour-selection-25 {
	width:100%;
	overflow:hidden;
	height:36px;
	float:left;
	display:block;
	border:1px solid #ccc;
	margin:0 0 20px 0;
}

.tour-left-select select#c,
.tour-selection-all select#t,
.tour-selection-1 select#t,
.tour-selection-2 select#t,
.tour-selection-3 select#t,
.tour-selection-4 select#t,
.tour-selection-5 select#t,
.tour-selection-6 select#t,
.tour-selection-7 select#t,
.tour-selection-8 select#t,
.tour-selection-9 select#t,
.tour-selection-10 select#t,
.tour-selection-11 select#t,
.tour-selection-12 select#t,
.tour-selection-13 select#t,
.tour-selection-14 select#t,
.tour-selection-15 select#t,
.tour-selection-16 select#t,
.tour-selection-17 select#t,
.tour-selection-18 select#t,
.tour-selection-19 select#t,
.tour-selection-20 select#t,
.tour-selection-21 select#t,
.tour-selection-22 select#t,
.tour-selection-23 select#t,
.tour-selection-24 select#t,
.tour-selection-25 select#t {
	background-color:#FFFFFF;
	border:none;
	color:#1B1B1B;
	padding:5px 35% 5px 5px;
	width:130%;
	height:36px;
	background-image:url(../_images/backgrounds/select-arrow.png);
	background-position:74% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
}
.tour-selection-btn  {
	float:left;
	display:block;
	height:38px;
	width:100%;
	margin:0 0 0 0;
	clear:both;
}
.tour-selection-btn input[type=submit] {
	color:#FFF;
	background-color:#E30613;
	background-image:url(../_images/icons/buttons/bike.png);
	background-position:5% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 10px 5px 36px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:1.25rem;
	font-weight:700;
	width:auto;
	border:none;
}
.tour-selection-btn input[type=submit]:hover,
.tour-selection-btn input[type=submit]:active {
	background-color:#7A0f01;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}
.black {
	color:#000;
}
.login-form-forgot {
	float:left;
	clear:both;
	margin:20px 0 20px 0;
	color:#999;
	text-align:center;
}








/* Emails */

table.Enquiry-Email-Container {
	width:100%;
	margin:20px 0 20px 0;
	padding:0;
}
table.Enquiry-Email-Table {
	width:100%;
}
table.Enquiry-Email-Table th {
	background-color:#E30613;
	padding:10px 0 10px 0;
	text-align:center;
	color:#FFF;
}
table.Enquiry-Email-Table td {
	background-color:#FFF;
	padding:15px 0 15px 0;
	text-align:center;
	color:#000;
}
table.Enquiry-Email-Table td.Email-Even {
	background-color:#F3F3F4;
	padding:15px 0 15px 0;
	text-align:center;
	color:#000;
}
table.Enquiry-Email-Table td.Email-Odd {
	background-color:#FFF;
	padding:15px 0 15px 0;
	text-align:center;
	color:#000;
}

/* End Emails */








/* Buttons */

a.explore-btn:link,
a.explore-btn:visited {
	color:#FFF;
	background-color:#E30613;
	background-image:url(../_images/icons/buttons/bike.png);
	background-position:5% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 10px 5px 36px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:1.25rem;
	font-weight:700;
	width:auto;
	box-shadow: 0px 0px 2px #000000;
}
a.explore-btn:hover,
a.explore-btn:active {
	background-color:#8A1002;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}

.tour-block-top a.explore-btn:link,
.tour-block-top a.explore-btn:visited {
	background-position:5% 50%;
	background-size:23px;
	padding:5px 5px 5px 36px;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.8rem;
	font-weight:500;
}

a.explore-btn2:link,
a.explore-btn2:visited {
	color:#FFF;
	background-color:#E30613;
	background-image:url(../_images/icons/buttons/bike.png);
	background-position:5% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 10px 5px 36px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:1.25rem;
	font-weight:700;
	width:auto;
}
a.explore-btn2:hover,
a.explore-btn2:active {
	background-color:#8A1002;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}

a.testimonial-btn:link,
a.testimonial-btn:visited {
	color:#FFF;
	background-color:#E30613;
	background-image:url(../_images/icons/buttons/testimonial.png);
	background-position:5% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 10px 5px 36px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.85rem;
	font-weight:700;
	width:auto;
}
a.testimonial-btn:hover,
a.testimonial-btn:active {
	background-color:#8A1002;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}

a.dates-prices-btn:link,
a.dates-prices-btn:visited {
	color:#FFF;
	background-color:#E30613;
	background-image:url(../_images/icons/buttons/calendar.png);
	background-position:5% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 10px 5px 36px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.85rem;
	font-weight:700;
	width:auto;
}
a.dates-prices-btn:hover,
a.dates-prices-btn:active {
	background-color:#8A1002;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}

a.view-btn:link,
a.view-btn:visited {
	color:#FFF;
	background-color:#E30613;
	background-image:url(../_images/icons/buttons/view.png);
	background-position:5% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 10px 5px 36px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.85rem;
	font-weight:700;
	width:auto;
}
a.view-btn:hover,
a.view-btn:active {
	background-color:#8A1002;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}
a.itinerary-btn:link,
a.itinerary-btn:visited {
	color:#FFF;
	background-color:#E30613;
	background-image:url(../_images/icons/buttons/itinerary.png);
	background-position:5% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 10px 5px 36px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.85rem;
	font-weight:700;
	width:auto;
}
a.itinerary-btn:hover,
a.itinerary-btn:active {
	background-color:#8A1002;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}
a.essential-info-btn:link,
a.essential-info-btn:visited {
	color:#FFF;
	background-color:#E30613;
	background-image:url(../_images/icons/buttons/information.png);
	background-position:5% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 10px 5px 36px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.85rem;
	font-weight:700;
	width:auto;
}
a.essential-info-btn:hover,
a.essential-info-btn:active {
	background-color:#8A1002;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}

.find-your-perfect-tour a.view-btn:link,
.find-your-perfect-tour a.view-btn:visited {
	color:#FFF;
	background-color:#E30613;
	background-image:url(../_images/icons/buttons/view.png);
	background-position:5% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 10px 5px 36px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:1.25rem;
	font-weight:700;
	width:auto;
}
.find-your-perfect-tour a.view-btn:hover,
.find-your-perfect-tour a.view-btn:active {
	background-color:#7A0f01;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}

.find-your-perfect-tour-search-btn input[type=submit] {
	color:#FFF;
	background-color:#E30613;
	background-image:url(../_images/icons/buttons/bike.png);
	background-position:5% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 10px 5px 36px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:1.25rem;
	font-weight:700;
	width:auto;
	border:none;
}
.find-your-perfect-tour-search-btn input[type=submit]:hover,
.find-your-perfect-tour-search-btn input[type=submit]:active {
	background-color:#7A0f01;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}

input[type=submit].book-now-btn {
	color:#FFF;
	background-color:#E30613;
	background-image:url(../_images/icons/buttons/tick.png);
	background-position:2% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 5px 5px 25px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.85rem;
	font-weight:700;
	width:100%;
	border:none;
}
input[type=submit].book-now-btn:hover,
input[type=submit].book-now-btn:active {
	background-color:#8A1002;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}

input[type=submit].pre-book-now-btn {
	color:#FFF;
	background-color:#25AAE1;
	background-image:url(../_images/icons/buttons/tick.png);
	background-position:2% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 5px 5px 25px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.85rem;
	font-weight:700;
	width:100%;
	border:none;
}
input[type=submit].pre-book-now-btn:hover,
input[type=submit].pre-book-now-btn:active {
	background-color: #1885B4;
	-webkit-transition: background-color 400ms linear;
	-moz-transition: background-color 400ms linear;
	-o-transition: background-color 400ms linear;
	-ms-transition: background-color 400ms linear;
	transition: background-color 400ms linear;
	text-decoration: none;
}

a.fully-booked-btn:link,
a.fully-booked-btn:visited {
	color:#FFF;
	background-color:#F39200;
	background-image:url(../_images/icons/buttons/tick.png);
	background-position:2% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 5px 5px 25px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.85rem;
	font-weight:700;
	width:100%;
	border:none;
}
a.fully-booked-btn:hover,
a.fully-booked-btn:active {
	background-color: #C47500;
	-webkit-transition: background-color 400ms linear;
	-moz-transition: background-color 400ms linear;
	-o-transition: background-color 400ms linear;
	-ms-transition: background-color 400ms linear;
	transition: background-color 400ms linear;
	text-decoration: none;
}

input[type=submit].submit-btn {
	color:#FFF;
	background-color:#E30613;
	background-image:url(../_images/icons/buttons/tick.png);
	background-position:2% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 5px 5px 25px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.85rem;
	font-weight:700;
	width:auto;
	border:none;
	clear:both;
	float:left;
}
input[type=submit].submit-btn:hover,
input[type=submit].submit-btn:active {
	background-color:#8A1002;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}

.red-rounded-btn {
	display: inline-block;
	width: auto;
	height: 46px;
	color: #FFF;
	background-color: #E30613;
	padding: 12px 40px 12px 20px;
	text-align: left;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	-moz-border-radius:23px;
	-ms-border-radius:23px;
	-o-border-radius:23px;
	-webkit-border-radius:23px;
	border-radius:23px;
	line-height: 1.4rem;
    font-size: 0.8125rem;
	background-image: url(../_images/icons/round-btn-arrow-white.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-size: 9px auto;
	margin: 0 10px 10px 0;
}
.red-rounded-btn:link,
.red-rounded-btn:visited {
	color: #FFF;
}
.red-rounded-btn:hover,
.red-rounded-btn:active {
	background-color: #F9B233;
	text-decoration: none;
}
.red-rounded-outline-btn {
	display: inline-block;
	width: auto;
	height: 46px;
	color: #E30613;
	background-color: #FFFFFF;
	border: 1px solid #E30613;
	padding: 12px 40px 12px 20px;
	text-align: left;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
	-moz-border-radius:23px;
	-ms-border-radius:23px;
	-o-border-radius:23px;
	-webkit-border-radius:23px;
	border-radius:23px;
	line-height: 1.4rem;
    font-size: 0.8125rem;
	background-image: url(../_images/icons/round-btn-arrow-red.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-size: 9px auto;
	margin: 0 10px 10px 0;
}
.red-rounded-outline-btn:link,
.red-rounded-outline-btn:visited {
	color: #E30613;
}
.red-rounded-outline-btn:hover,
.red-rounded-outline-btn:active {
	background-color: #F9B233;
	border: 1px solid #F9B233;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../_images/icons/round-btn-arrow-white.png);
}

/* Buttons */



.SignUp {
	width:84%;
	clear:both;
	display:block;
	margin:15px 0 20px 5%;
	float:right;
	padding:10px 3% 10px 3%;
	background-color:#FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align:center;
	border:solid 1px #DCDDDE;
}
.SignUp h3 {
	color: #000;
	text-align: center;
}

.SignUp a:link, .SignUp a:visited {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background-color:#6D6E71;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	background-image: url(../_images/icons/button-arrow.png);
	background-position:90% 50%;
	background-repeat:no-repeat;
	text-align:left;
	font-size:12px;
	padding:5px 35px 5px 10px;
	margin:25px 0 0 0;
	color:#FFF;
	border:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	cursor:pointer;
	width: 120px;
}
.SignUp a:hover, .SignUp a:active {
	background-color: #C4C5C8;
	-webkit-transition: background-color 400ms linear;
	-moz-transition: background-color 400ms linear;
	-o-transition: background-color 400ms linear;
	-ms-transition: background-color 400ms linear;
	transition: background-color 400ms linear;
	color: #FFF;
}

.BookingText {
	color:#999;
	margin:10px 0 10px 28px;
	clear:both;
	float:left;
	font-size:0.75rem;
}



.bookingdetails {
	background-color: #DCDDDE;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
}
.bookingdetails h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin:10px 4% 0 4%;
	font-size:22px;
	text-align:center;
}
p.bookingsmalltext {
	font-size:12px;
	margin:10px 4% 5px 4%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-align:center;
}
p.bookinglist {
	color:#000;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin-bottom:5px;
}
p.bookinglist2 {
	color:#C52127;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
p.bookinglist3 {
	color: #33CC00;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:5px;
}
.bookingdetails h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:16px;
	margin:20px 4% 0 4%;
	color:#C52127;
	line-height:1.5em;
	text-align:center;
}
p.bookingdates {
	font-size:14px;
	margin:20px 4% 0 4%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
}
p.bookingduration {
	color: #999999;
	font-size:14px;
	margin:0 4% 20px 4%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
}
p.bookingtotalcost {
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	margin-bottom:5px;
}
p.bookingprice {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#C52127;
	font-size:24px;
	margin:0 4% 20px 4%;
	text-align:center;
}
p.bookingpriceDeposit {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#0C3;
	font-size:18px;
	margin:0 4% 20px 4%;
	text-align:center;
}

.stepbystep, .stepbystep2 {
	text-align:center;
	margin-bottom:40px;
}
.stepbystep ul, .stepbystep2 ul {
	margin:0 auto;
}
.stepbystep li {
	display:inline-block;
	margin:0;
	width:142px;
	height:18px;
	padding:7px 0 19px 18px;
	list-style:none;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:10px;	
}
.stepbystep2 li {
	display:inline-block;
	margin:0;
	width:116px;
	height:18px;
	padding:7px 0 19px 15px;
	list-style:none;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:9px;	
}
.stepbystep li.completed {
	background-image:url(../_images/step-by-step/completed-bg.gif);
	background-position: center;
	background-repeat:no-repeat;
	color:#FFF;
}
.stepbystep2 li.completed {
	background-image:url(../_images/step-by-step/completed-bg2.gif);
	background-position: center;
	background-repeat:no-repeat;
	color:#FFF;
}
.stepbystep li.current {
	background-image:url(../_images/step-by-step/current-bg.gif);
	background-position: center;
	background-repeat:no-repeat;
	color:#FFF;
}
.stepbystep2 li.current {
	background-image:url(../_images/step-by-step/current-bg2.gif);
	background-position: center;
	background-repeat:no-repeat;
	color:#FFF;
}
.stepbystep li.steps {
	background-image:url(../_images/step-by-step/steps-bg.gif);
	background-position: center;
	background-repeat:no-repeat;
	color:#000;
}
.stepbystep2 li.steps {
	background-image:url(../_images/step-by-step/steps-bg2.gif);
	background-position: center;
	background-repeat:no-repeat;
	color:#000;
}
p.FormLabel {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#000;
	margin:0 0 3px 0;
	text-align:left;
	clear:both;
}
p.FormLabel2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#000;
	margin:30px 0 10px 0;
	clear:both;
}
p.FormLabel3 {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#000;
	margin:0 0 3px 0;
	clear:both;
}
.red {
	color:#C52127;
}

.grey{
	color: #999999;
}

.green {
	color:#4BBA26;
}

.DropDownTitle {
	color:#C52127;
}

.bookinghelp {
	background-color:#F7941E;
	background-image:url(../_images/icons/phone-in-circle.png);
	background-position:5% 50%;
	background-repeat:no-repeat;
}
.bookinghelp p {
	color:#FFF;
	text-align:right;
	margin:15px 5% 5px 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
.bookinghelp p.BigNumber {
	color:#000;
	margin:0 5% 15px 20px;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}

p.Agree {
	float:right;
	clear:both;
	margin:10px 0 0 0;
}

.emailbox_submit {
	width:100%;
	display:block;
	float:left;
	clear:both;
}

.formleftcol input[type=text], .formleftcol input[type=email], .formleftcol input[type=tel], .formleftcol input[type=number], .formleftcol input[type=date], .formleftcol textarea, .tourssignup input[type=text], .tourssignup input[type=email], .tourssignup input[type=password], .contactTBR input {
	width: 92%;
	font-family: 'Open Sans', sans-serif;
	font-size: small;
	font-weight: 400;
	background-color: #FFF;
	padding: 8px;
	color: #333;
	border: 1px solid #DCDDDE;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0 0 20px 0;
}

.contactTBR input[type=radio] {
	float:left;
	margin:0 3px 7px 0;
	width:20px;
}

.emailbox_submit input[type=submit] {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	background-color:#C52127;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	background-image:url(../_images/icons/button-arrow.png);
	background-position:90% 50%;
	background-repeat:no-repeat;
	text-align:left;
	font-size:16px;
	padding:10px 20px 10px 20px;
	margin:0 0 10px 0;
	color:#FFF;
	border:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	cursor:pointer;
	width: 50%;
}
.emailbox_submit input[type=submit]:hover {
	background-color: #ED1C24;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	color: #FFF;
}
.formleftcol select {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: small;
	font-weight: 400;
	background-color: #FFF;
	padding: 8px;
	color: #333;
	border: 1px solid #DCDDDE;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0 0 20px 0;
}

.formleftcol select[name=RSshirtStyle] {
	width: 50%;
	font-family: 'Open Sans', sans-serif;
	font-size: small;
	font-weight: 400;
	background-color: #FFF;
	padding: 8px;
	color: #333;
	border: 1px solid #DCDDDE;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0 0 20px 0;
}

.formrightcol {
	margin:52px 0 0 0;
}














#FullCol button[type=button] {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background-color:#D1D2D4;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	background-image:url(../_images/icons/button-arrow2.png);
	background-position:5% 50%;
	background-repeat:no-repeat;
	text-align:left;
	font-size:12px;
	padding:10px 20px 10px 40px;
	margin:25px 0 0 0;
	color:#FFF;
	border:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	cursor:pointer;
	width: 120px;
	float:left;
}
#FullCol button[type=button]:hover {
	background-color: #6D6E71;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	color: #FFF;
}

.formleftcol input[type=text], .formleftcol input[type=email], .formleftcol input[type=tel], .formleftcol input[type=number], .formleftcol input[type=date], .tourssignup input[type=text], .tourssignup input[type=email], .tourssignup input[type=password] {
	width: 90%;
	font-family: 'Open Sans', sans-serif;
	font-size: small;
	font-weight: 400;
	background-color: #FFF;
	padding: 8px;
	color: #333;
	border: 1px solid #DCDDDE;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0 0 20px 0;
}

.formleftcol select {
	width: 90%;
	font-family: 'Open Sans', sans-serif;
	font-size: small;
	font-weight: 400;
	background-color: #FFF;
	padding: 8px;
	color: #333;
	border: 1px solid #DCDDDE;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0 0 20px 0;
}

#FormRightCol input[type=submit], #PDrightCol3 input[type=submit] {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	background-color:#C52127;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	background-image:url(../_images/icons/button-arrow.png);
	background-position:90% 50%;
	background-repeat:no-repeat;
	text-align:left;
	font-size:16px;
	padding:10px 20px 10px 20px;
	margin:0 0 10px 0;
	color:#FFF;
	border:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	cursor:pointer;
	width: 70%;
}
#FormRightCol input[type=submit]:hover, #PDrightCol3 input[type=submit]:hover {
	background-color: #ED1C24;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	color: #FFF;
}
#PDrightCola input[type=submit], #PDleftCola input[type=submit] {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	background-color:#C52127;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	background-image:url(../_images/icons/button-arrow.png);
	background-position:90% 50%;
	background-repeat:no-repeat;
	text-align:left;
	font-size:14px;
	padding:6px 10px 6px 10px;
	margin:10px 0 10px 0;
	color:#FFF;
	border:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	cursor:pointer;
	width: 25%;
}
#PDrightCola input[type=submit]:hover, #PDleftCola input[type=submit]:hover {
	background-color: #ED1C24;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	color: #FFF;
}

.formrightcol {
	margin:65px 0 0 0;
}

#PDrightCola p, #PDleftCola p {
	padding:0 15% 0 15%;
}

p.RadioLabel {
	margin: 0 15px 20px 0;
	font-size: 11px;
	float: left;
}
.formleftcol input[type=radio] {
	float:left;
	margin:0 3px 7px 0;
}
.formleftcol input[type=checkbox] {
	float:left;
	margin:0 3px 7px 0;
}

.ConfirmTitle {
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
.ConfirmDetail {
	color:#999;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
/* POPUP DIV */

* html #popupdiv {
	position:absolute;
}
#popupdiv {
	z-index:999999;
	display:none;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	position:fixed;
	background-image: url(../_images/backgrounds/background80.png);
	margin:0;
	overflow-y:auto;
	
}
#popup {
	width:60%;
	height:auto;
	background-color:#FFF;
	border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	top: 10%;
	left:50%;
	margin:0 0 0 -35%;
	padding:5%;
	overflow: auto;
	scrollbar-face-color: #000000; 
	scrollbar-shadow-color: #2D2C4D; 
	scrollbar-highlight-color:#7D7E94; 
	scrollbar-3dlight-color: #7D7E94; 
	scrollbar-darkshadow-color: #2D2C4D; 
	scrollbar-track-color: #7D7E94; 
	scrollbar-arrow-color: #C1C1D1;
}
.popup {
	position:fixed;
	text-align:center;

}
.popup p{
	color:#333;
}
.popup img {
	text-align: center;
}

.popup p a:visited, .popup p a:link{
	color:#F00;
}
.popup p a:hover, .popup p a:active{
	color:#F00;
	text-decoration:underline;
}
.redclosebutton{
	text-align:center;
	width:80%;
	color:#000;
	cursor:pointer;
	margin:20px auto 0 auto;
}
.redclosebutton img {
	width:120px;
	height:40px;
}
.redclosebutton p {
	color:#666;
	text-align:center;
	font-size:10px;
	line-height:normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.popup iframe,
.popup object,
.popup embed {
    width: 50%;
    height: 50%;
	border:none;

}

.video-container {
	float:right;
	width:50%;
	display:block;
	margin:0 0 15px 15px;
}
	
/* END POPUP DIV */

p a.payNext {
	clear:both;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	background-color:#C52127;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	background-image:url(../_images/icons/button-arrow.png);
	background-position:90% 50%;
	background-repeat:no-repeat;
	text-align:left;
	font-size:16px;
	padding:10px 20px 10px 20px;
	margin:10px 0 10px 30%;
	color:#FFF;
	border:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	cursor:pointer;
	width: 30%;
}

p a.payNext:hover {
	background-color: #ED1C24;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	color: #FFF;
}

p a.payBack {
	clear:both;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	background-color:#CCC;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	background-image:url(../_images/icons/button-arrow2.png);
	background-position:10% 50%;
	background-repeat:no-repeat;
	text-align:right;
	font-size:16px;
	padding:10px 20px 10px 20px;
	margin:40px 0 10px 0;
	color:#FFF;
	border:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	cursor:pointer;
	width: 15%;
}

p a.payBack:hover {
	background-color: #999;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	color: #FFF;
}

p a.payFinish {
	clear:none;
	float:right;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	background-color:#C52127;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	background-image:url(../_images/icons/button-arrow.png);
	background-position:90% 50%;
	background-repeat:no-repeat;
	text-align:left;
	font-size:16px;
	padding:10px 20px 10px 20px;
	margin:40px 0 10px 0;
	color:#FFF;
	border:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	cursor:pointer;
	width: 15%;
}

p a.payFinish:hover {
	background-color: #ED1C24;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	color: #FFF;
}

p.cheque {
	font-size:16px;
	font-weight:bold;
}

.tour-highlights {
	margin:0 0 30px 0;
	background-color:#ECECEC;
	padding:14px;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	float: left;
	width: 100%;
}
.tour-highlights p, .tour-highlights ul, .tour-highlights li, .tour-highlights ol {
	margin:0 0 5px 7px;
	font-size:0.75rem;
}
.tour-highlights ul {
	list-style-position:outside;
}
.tour-highlights li {
	list-style-image:url(../_images/icons/red-bullet.png);
}
.tour-difficulty-icon-overview img, .tour-distance-icon-overview img, .tour-off-road-icon-overview img, .tour-altitude-icon-overview img {
	width:25%;
	margin:0 5% 0 0;
	float:left;
}
.Tour-Detail-Title-Overview {
	color:#999;
	font-family: 'Ubuntu', sans-serif;
	font-size:1rem;
	font-weight:normal;
	text-align:left;
	float:left;
	margin:0 0 0 0;
	word-wrap:normal;
	width:70%;
}
.Tour-Detail-Title-Overview.key_title {
	color:#999;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.75rem;
	font-weight:normal;
	text-align:left;
	float:left;
	margin:20px 0 0 0;
	word-wrap:normal;
	width:100%;
	background-color: #FFF;
}
.tour-custom-map p {
	font-size: 0.65rem;
	color: #B2B2B2;
	margin: 5px 0 10px 0;
}

.discount-code-block {
	width:92%;
	display:block;
	margin:30px 4% 0 4%;
	padding:0 0 15px 0;
}
#FormRightCol .discount-code-block input[type=text] {
	width: 60%;
	font-family: 'Open Sans', sans-serif;
	font-size: small;
	font-weight: 400;
	background-color: #FFF;
	padding: 8px;
	color: #333;
	border: 1px solid #DCDDDE;
	border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0 0 20px 0;
	box-sizing:border-box;
}
#FormRightCol .discount-code-block input[type=submit] {
	width: 37%;
	padding:8px 20px 8px 20px;
	font-size:13px;
	text-align:center;
	background-image:none;
	box-sizing:border-box;
}

.Related-Tour-Text {
	float:left;
	color:#000;
	margin:0px 0 10px 0;
	clear:both;
}
.Related-Tour-Title {
	float:left;
	margin:10px 10px 12px 0;
	clear:both;
	font-size:3rem;
	font-weight:700;
}
.Related-Tour-Link {
	float:left;
	margin-top:8px;
	font-size:0.75rem;
	clear:both;
}

.tour-row-discount {
	color: #048FC9;
	text-transform: uppercase;
	font-size: 0.60rem;
	margin-top: 8px !important;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.center {
	text-align: center;
}

.flags-container {
	width: auto;
	display: inline-block;
	margin: 0 0 0px 0;
}
.flags-container .curr_con_text {
	color: #818181;
	font-size: 0.8rem;
	text-align: right;
	clear: both;
	display: inline-block;
	float: right;
	margin: 2px 14px 0 0;
}
.flag-block {
	width: auto;
	display: inline-block;
	float: right;
	margin: 0px 0 0 6px;
}
.flag-block:last-of-type {
	margin: 0px 0 0 0;
}
.flag-block a.flag_btn,
.flag-block a.flag_btn:link,
.flag-block a.flag_btn:visited {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	opacity: 0.6;
	max-width: 25px;
}
.flag-block a.flag_btn:hover,
.flag-block a.flag_btn:active,
.flag-block a.flag_btn:focus {
	opacity: 1;
}
.flag-block a.flag_btn.flag_highlight {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	opacity: 1;
}
.container {
	width: auto;
	display: inline-block;
	float: left;
	clear: both;
	margin: 0 0 40px 0;
}
.converted-currency {
	color: #f00000;
}

.warning-note {
	background-color:#F39200;
	color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin:10px 0;
	padding: 10px;
	clear:both;
	font-weight:bold;
}

label, 
body label, 
body#Full-Width label {
	font-weight: 500!important;
}
.radio-btns-container {
	width:100%;
	float:left;
	display:block;
	margin:10px 0 20px 0;
}
.radio-btns-block {
	width:auto;
	float:left;
	display:block;
	margin:0 0 20px 30px;
}
.radio-btns-block:first-of-type {
	width:auto;
	float:left;
	display:block;
	margin:0 0 20px 0;
}
.two-col-left p,
.two-col-right p {
	text-align: justify;
}
.essential_info_block {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 0 0;
	border-bottom: 1px solid #CCC;
}
.essential_info_block.last {
	margin: 0 0 30px 0;
}
.essential_info_block a.info_block_link {
	width: 100%;
	display: block;
	padding: 15px 15px 15px 5px;
	box-sizing: border-box;
	font-size: 1rem;
	color: #000;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
	background-image: url(../_images/icons/collapse-grey.png);
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-size: 20px auto;
	outline: none;
	text-decoration: none;
}
.essential_info_block a.info_block_link.closed {
	background-image: url(../_images/icons/expand-grey.png);
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-size: 20px auto;
	outline: none;
}
.essential_info_block a.info_block_link:hover,
.essential_info_block a.info_block_link:active {
	color: #E30613;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
	outline: none;
	background-image: url(../_images/icons/collapse-black.png);
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.essential_info_block a.info_block_link.closed:hover,
.essential_info_block a.info_block_link.closed:active {
	color: #E30613;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
	outline: none;
	background-image: url(../_images/icons/expand-black.png);
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.essential_info_block .info_block_content {
	width: 100%;
	display: block;
	padding: 5px;
	box-sizing: border-box;
}
.essential_info_block .info_block_content p {
	text-align: justify;
}





.image-slider {
	width: 100%;
	margin: 0 0 0 0;
	display: block;
	height: 160px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*
.slick-dotted.slick-slider {
	margin-bottom: 0!important;
}
*/

.image-slider img { 
	width: 100%; 
	height: auto; 
	display: block; 
	margin: 0;
}

.expanding-block-content {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 20px 0;
	height: 190px;
	overflow: hidden;
}
.expanding-block-content-open {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 20px 0;
	height: auto;
	overflow: hidden;
	-webkit-transition: all 3s linear;
    -moz-transition: all 3s linear;
    -o-transition: all 3s linear;
    -ms-transition: all 3s linear;
    transition: all 3s linear;
}
#expanding-block-container a.expanding-block-link {
	width: 100%;
	display: block;
	padding: 15px 15px 15px 0;
	box-sizing: border-box;
	font-size: 1rem;
	color: #E30613;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
	outline: none;
	text-decoration: none;
	border-top: 1px solid #CCC;
	float: left;
}
#expanding-block-container a.expanding-block-link:hover,
#expanding-block-container a.expanding-block-link:active {
	color: #000000;
	outline: none;
}
#expanding-block-container a.expanding-block-link::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 14px;
	background-image: url(../_images/icons/red-down-arrow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 5px auto;
	margin: 0 5px 0 0;
}
#expanding-block-container a.expanding-block-link.open::before {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#expanding-block-container a.expanding-block-link:hover::before,
#expanding-block-container a.expanding-block-link:active::before,
#expanding-block-container a.expanding-block-link.open:hover::before,
#expanding-block-container a.expanding-block-link.open:active::before {
	background-image: url(../_images/icons/black-down-arrow.png);
}

.expanding-block-content .expanding-block-content {
	width: 100%;
	display: block;
	padding: 5px;
	box-sizing: border-box;
}
.expanding-block-content .expanding-block-content p {
	text-align: justify;
}

.stats-and-features {
	width: 100%;
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #E5E5E5;
}
.key-stats-wrapper {
	width: 100%;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
}
.key-stats-container {
	width: 100%;
	display: block;
	float: left;
	padding: 20px 10% 60px 10%;
	margin: 0 0 5px 0;
	background-color: #F2F2F2;
	text-align: center;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
}
.tour-features-container {
	width: 100%;
	display: block;
	float: left;
	padding: 25px;
	margin: 0 0 0 0;
	background-color: #E5E5E5;
	text-align: left;
}
.tour-features-container h4 {
	text-align: center;
	margin: 10px 0 20px 0;
}

.tour-kp-container {
	width: 100%;
	display: block;
	float: left;
	padding: 25px;
	margin: 0 0 0 0;
	background-color: #E5E5E5;
	text-align: left;
}
.tour-kp-container h5 {
	text-align: center;
	margin: 10px 0 20px 0;
}
.tour-kp-container p {
	text-align: center;
}

.key-stats-block {
	width: 50%;
	display: block;
	margin: 0 0 0 0;
	padding: 10px;
	float: left;
}
.key-stats-values {
	width: 105px;
	height: 105px;
	display: block;
	margin: 0 auto 5px auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #FFFFFF;
	line-height: 1rem;
	padding: 35px 0 0 0;
}
.key-stat-main {
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.125rem;
	text-align: center;
	line-height: 1rem;
}
.key-stat-sub {
	color: #E30613;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
	line-height: 0.5rem;
}
.key-stats-title {
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
}
.tour-features-container ul {
	list-style: none;
	margin: 0 0 20px 0;
}
.tour-features-container li {
	padding: 0 0 0 35px;
	margin: 0 0 10px 0;
	background-image: url(../_images/icons/gold-star-icon.png);
	background-position: top left;
	background-size: 25px auto;
	background-repeat: no-repeat;
}
.tour-kp-container ul {
	list-style: none;
	margin: 0 0 20px 0;
}
.tour-kp-container li {
	padding: 0 0 0 35px;
	margin: 0 0 10px 0;
	background-image: url(../_images/icons/gold-star-icon.png);
	background-position: top left;
	background-size: 25px auto;
	background-repeat: no-repeat;
}
.tour-kp-container li a:link,
.tour-kp-container li a:visited {
	padding: 0;
	margin: 0;
	color: #000000;
}
.tour-kp-container li a:hover,
.tour-kp-container li a:active,
.tour-kp-container li a:focus {
	color: #E30613;
	text-decoration: none;
}
.tour-gallery-container {
	width: 100%;
	display: block;
	margin: 0 0 10px 0;
	float: left;
}
.tour-kp-container {
	width: 100%;
	display: block;
	margin: 0 0 10px 0;
	float: left;
}
.tour-gallery-block {
	width: 32%;
	display: block;
	margin: 0 2% 10px 0;
	float: left;
	height: 120px;
	overflow: hidden;
	position: relative;
}
.tour-gallery-block:nth-of-type(3n) {
	margin: 0 0 10px 0;
}
.tour-gallery-block img {
	width: 250%;
	max-width: none;
	z-index: 1;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.tour-gallery-block.full {
	width: 100%;
	display: block;
	margin: 0 0 15px 0;
	float: left;
	height: auto;
}
.tour-gallery-block.full img {
	width: 100%;
	display: block;
	position: unset;
    top: unset;
    left: unset;
    transform: none;
    max-width: 100%;
}

.contact-info-block {
	margin: 25px 0 25px 0;
	display: block;
	float: left;
	width: 100%;
}
.contact-info-block a {
	color: #F9B233;
	font-weight: 600;
}
.contact-info-block a:link,
.contact-info-block a:visited {
	text-decoration: none;
}
.contact-info-block a:hover,
.contact-info-block a:active,
.contact-info-block a:focus {
	color:#E30613;
}
.contact-tel {
	padding: 0 0 0 61px;
	background-image: url(../_images/icons/contact-tel-icon.png);
	background-repeat: no-repeat;
	background-position: 7px 50%;
	background-size: 40px auto;
}
.contact-email {
	padding: 0 0 0 61px;
	background-image: url(../_images/icons/contact-email-icon.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 50px auto;
}
.featured-review {
	background: #EDEDED;
	text-align: center;
}
.featured-review .review-block {
	padding: 30px;
	color: #000000;
}
.featured-review .featured-review-rating {
	max-width: 136px;
	height: auto;
}
.featured-review .review-content {
	margin: 0;
}
.featured-review .review-name {
	font-weight: 600;
}
.featured-review .review-read-more {
	font-size: 0.75rem;
	margin: 0;
}
.featured-tours {
	text-align: center;
	padding: 30px 0;
}
.featured-tours h5 {
	margin: 0 0 30px 0;
}
.featured-tours-container {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
}
.featured-tours-container .featured-tour-block {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 15px 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	height: 250px;
}
.featured-tours-container .featured-tour-block img {
	width: 130%;
	max-width: none;
	z-index: 1;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
}
.featured-tours-container .featured-tour-block a {
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 0px;
	display: block;
	color: #FFF;
	position: absolute;
	top: 0;
	font-size: 1rem;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	background-color: rgba(0, 0, 0, 0.1);
}
.featured-tours-container .featured-tour-block a span {
	z-index: 2;
	width: 100%;
	height: auto;
	padding: 10px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Open Sans', serif;
	font-weight: 500;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	
}
.featured-tours-container .featured-tour-block a:hover {
	background-color: rgba(0, 0, 0, 0.3);
	color: #FFF;
	font-size: 1.1rem;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
}
.featured-tours-container .featured-tour-block a:hover span {
	
}
.featured-tours-container .featured-tour-block:hover img {
	transform: scale(1.25) translate(-39%, -39%);
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
}
.tour-map-block img {
	width: 100%;
	height: auto;
}
.tour-map-block img.full-map {
	display: none;
}
.tour-map-block img.square-map {
	width: 100%;
	height: auto;
	display: block;
}

.tour-charts-container {
	background-color: #252525;
	padding: 30px;
}
.tour-chart-block {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 30px 0;
	text-align: center;
}
.tour-chart-block:last-of-type {
	margin: 0 0 0 0;
}
.tour-chart-block img {
	width: auto;
	height: 138px;
}

.dates-prices-table .dates-prices-table-hd {
	width: 100%;
	display: table-header-group;
	margin: 0;
	padding: 5px;
}
.dates-prices-table .dates-prices-table-row {
	width: 100%;
	display: table-row;
}
.dates-prices-table .dates-prices-table-hd-block,
.dates-prices-table .dates-prices-table-row-block {
	display: table-cell;
	margin: 0;
	padding: 10px;
}
.dates-prices-table .dates-prices-table-hd-block {
	text-transform: uppercase;
	color: #E30613;
	font-size: 0.75rem;
	font-weight: 600;
}
.dates-prices-table .dates-prices-table-row-block {
	color: #000000;
	font-size: 0.85rem;
	vertical-align: middle;
}
.dates-prices-table .dates-prices-table-hd-block.dates,
.dates-prices-table .dates-prices-table-row-block.dates {
	width: 35%;
}
.dates-prices-table .dates-prices-table-hd-block.price,
.dates-prices-table .dates-prices-table-row-block.price {
	width: 20%;
}
.dates-prices-table .dates-prices-table-hd-block.availability,
.dates-prices-table .dates-prices-table-row-block.availability {
	width: 55%;
}
.dates-prices-table .dates-prices-table-row:nth-of-type(2n) {
	background-color: #F2F2F2;
}
.dates-prices-table .dates-prices-table-row-block.price .dp-table-price-converted {
	color: #878787;
	font-size: 0.65rem;
	font-weight: 600;
	margin: 0 0 0 4px;
}

/* alternative styles for the Dates & Prices page with wrapping <a> */
.dates-prices-table .dates-prices-table-row.dp-table {
	width: 100%;
	display: table-row-group;
}
.dates-prices-table .dates-prices-table-row.dp-table a {
	width: 100%;
	display: table-row;
	border-bottom: 1px solid #FFFFFF;
}
.dates-prices-table .dates-prices-table-hd-block.dp-row.dates,
.dates-prices-table .dates-prices-table-row-block.dp-row.dates {
	width: 25%;
}
.dates-prices-table .dates-prices-table-hd-block.dp-row.price,
.dates-prices-table .dates-prices-table-row-block.dp-row.price {
	width: 20%;
}
.dates-prices-table .dates-prices-table-hd-block.dp-row.availability,
.dates-prices-table .dates-prices-table-row-block.dp-row.availability {
	width: 40%;
}
.dates-prices-table .dates-prices-table-hd-block.dp-row.button,
.dates-prices-table .dates-prices-table-row-block.dp-row.button {
	width: 15%;
}
.dates-prices-table .dates-prices-table-row-block.dp-row.button {
	background-color: #E30613;
	text-align: center;
}
.dates-prices-table .dates-prices-table-row-block.dp-row.button-blue {
	background-color: #25AAE1;
	text-align: center;
}
.dates-prices-table .dates-prices-table-row-block.dp-row.button-orange {
	background-color: #E09000;
	text-align: center;
}
.dates-prices-table .dates-prices-table-row-block.dp-row.button-grey {
	background-color: #666666;
	text-align: center;
}
.dates-prices-table .dates-prices-table-row-block.dp-row.button-light-red {
	background-color: #FF4E59;
	text-align: center;
}
.dates-prices-table .dates-prices-table-row-block.dp-row.button .dp-table-btn,
.dates-prices-table .dates-prices-table-row-block.dp-row.button-blue .dp-table-btn,
.dates-prices-table .dates-prices-table-row-block.dp-row.button-orange .dp-table-btn,
.dates-prices-table .dates-prices-table-row-block.dp-row.button-grey .dp-table-btn,
.dates-prices-table .dates-prices-table-row-block.dp-row.button-light-red .dp-table-btn {
	color: #FFFFFF;
}
.dates-prices-table .dates-prices-table-row-block.dp-row.dates,
.dates-prices-table .dates-prices-table-row-block.dp-row.price,
.dates-prices-table .dates-prices-table-row-block.dp-row.availability,
.dates-prices-table .dates-prices-table-row-block.dp-row.button,
.dates-prices-table .dates-prices-table-row-block.dp-row.button-blue,
.dates-prices-table .dates-prices-table-row-block.dp-row.button-orange,
.dates-prices-table .dates-prices-table-row-block.dp-row.button-grey,
.dates-prices-table .dates-prices-table-row-block.dp-row.button-light-red {
	border-bottom: 1px solid #FFF;
}
.dates-prices-table .dates-prices-table-row.dp-table a:hover,
.dates-prices-table .dates-prices-table-row.dp-table a:active,
.dates-prices-table .dates-prices-table-row.dp-table a:focus {
	text-decoration: none;
}
.dates-prices-table .dates-prices-table-row.dp-table a:hover .dates-prices-table-row-block.dp-row,
.dates-prices-table .dates-prices-table-row.dp-table a:active .dates-prices-table-row-block.dp-row,
.dates-prices-table .dates-prices-table-row.dp-table a:focus .dates-prices-table-row-block.dp-row {
	background-color: #000;
	color: #FFF;
}
.dates-prices-table .dates-prices-table-row.dp-table a:hover .dates-prices-table-row-block.dp-row.button,
.dates-prices-table .dates-prices-table-row.dp-table a:active .dates-prices-table-row-block.dp-row.button,
.dates-prices-table .dates-prices-table-row.dp-table a:focus .dates-prices-table-row-block.dp-row.button,
.dates-prices-table .dates-prices-table-row.dp-table a:hover .dates-prices-table-row-block.dp-row.button-blue,
.dates-prices-table .dates-prices-table-row.dp-table a:active .dates-prices-table-row-block.dp-row.button-blue,
.dates-prices-table .dates-prices-table-row.dp-table a:focus .dates-prices-table-row-block.dp-row.button-blue,
.dates-prices-table .dates-prices-table-row.dp-table a:hover .dates-prices-table-row-block.dp-row.button-orange,
.dates-prices-table .dates-prices-table-row.dp-table a:active .dates-prices-table-row-block.dp-row.button-orange,
.dates-prices-table .dates-prices-table-row.dp-table a:focus .dates-prices-table-row-block.dp-row.button-orange,
.dates-prices-table .dates-prices-table-row.dp-table a:hover .dates-prices-table-row-block.dp-row.button-light-red,
.dates-prices-table .dates-prices-table-row.dp-table a:active .dates-prices-table-row-block.dp-row.button-light-red,
.dates-prices-table .dates-prices-table-row.dp-table a:focus .dates-prices-table-row-block.dp-row.button-light-red {
	background-color: #F9B233;
	color: #FFF;
}
.dates-prices-table .dates-prices-table-row.dp-table a:hover .dates-prices-table-row-block.dp-row.button-grey,
.dates-prices-table .dates-prices-table-row.dp-table a:active .dates-prices-table-row-block.dp-row.button-grey,
.dates-prices-table .dates-prices-table-row.dp-table a:focus .dates-prices-table-row-block.dp-row.button-grey {
	background-color: #000000;
	color: #FFF;
}
/* alternative styles for the Dates & Prices page with wrapping <a> */

.dp-table-container h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size:1.4rem;
	font-weight:500;
	text-transform: uppercase;
}
.cs-container {
	margin: 40px 0 0 0;
	padding: 30px 0 0 0;
	border-top: solid 1px #CCC;
}
.cs-container h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 700;
	color: #000000;
	margin: 10px 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}
.cs-container h5 {
	font-family: 'Ubuntu', sans-serif;
	font-size:1.25rem;
	font-weight:500;
	color:#FFFFFF;
	background-color: #E30613;
	padding: 7px;
	margin:0 0 40px 0;
	line-height:1.25rem;
	display: inline-block;
	text-transform: uppercase;
}

.staff-img {
	
}
.staff-information .staff-name {
	width: 85%;
    background-color: #E30613;
    padding: 14px;
    margin: -20px 0 0 -1px;
}
.staff-information .staff-name h4 {
	font-family: 'Ubuntu', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    line-height: 1.25rem;
    text-transform: uppercase;
}
.staff-information .staff-text {
	width: 100%;
	display: block;
    padding: 20px;
}
.staff-information .staff-text p {
	margin: 0;
}
.half-block.white h1,
.half-block.white h2,
.half-block.white h3,
.half-block.white h4,
.half-block.white h5,
.half-block.white h6,
.half-block.white p,
.half-block.white ul,
.half-block.white ol,
.half-block.white li {
	color: #FFF;
}

.fifty-fifty-container {
	width: 100%;
	margin: 0 0 50px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}
.fifty-fifty-block.ff-block-img {
	width: 100%;
	margin: 0;
	order: 1;
}
.fifty-fifty-block.ff-block-text {
	width: 100%;
	margin: 0;
	order: 2;
}

.e-bike-advert {
	width:100%;
	clear:both;
	display:block;
	float:left;
	margin:0px 0 20px 0;
}
.e-bike-advert .e-bike-advert-lrg {
	display: none;
}
.e-bike-advert .e-bike-advert-sml {
	display: block;
}

.bikes-container {
	width: 100%;
	margin: 40px 0 50px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem;
	flex-wrap: wrap;
}
.bikes-container .hire-title {
	width: 100%;
	text-align: center;
	margin: 30px 0 0 0;
}
.bikes-container .bike-item-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2rem;
	width: 100%;
}

.full-width-content-block.ebike-banner,
.fifty-fifty-block.ff-block-text.ebike-banner {
	background: rgb(138,16,2);
    background: linear-gradient(90deg, rgba(138,16,2,1) 0%, rgba(0,0,0,1) 100%);
    padding: 0;
    margin-bottom: 30px;
    border-radius: 7px;
}
.full-width-content-block.ebike-banner a.banner-link,
.fifty-fifty-block.ff-block-text.ebike-banner a.banner-link {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 25px;
}
.full-width-content-block.ebike-banner h2,
.fifty-fifty-block.ff-block-text.ebike-banner h2 {
	color: #8A1002;
	background-color: #FFF;
	margin-bottom: 20px;
}
.full-width-content-block.ebike-banner p,
.fifty-fifty-block.ff-block-text.ebike-banner p {
	color: #FFF;
	margin-bottom: 0;
}
.full-width-content-block.ebike-banner span,
.fifty-fifty-block.ff-block-text.ebike-banner span {
	color: #FC0;
}
.full-width-content-block.ebike-banner a,
.fifty-fifty-block.ff-block-text.ebike-banner a {
	color: #FFCC00;
}
.full-width-content-block.ebike-banner a.banner-link:hover,
.full-width-content-block.ebike-banner a.banner-link:active,
.full-width-content-block.ebike-banner a.banner-link:focus,
.fifty-fifty-block.ff-block-text.ebike-banner a.banner-link:hover,
.fifty-fifty-block.ff-block-text.ebike-banner a.banner-link:active,
.fifty-fifty-block.ff-block-text.ebike-banner a.banner-link:focus {
	text-decoration: none;
}
.full-width-content-block.ebike-banner a.banner-link:hover h2,
.full-width-content-block.ebike-banner a.banner-link:active h2,
.full-width-content-block.ebike-banner a.banner-link:focus h2,
.fifty-fifty-block.ff-block-text.ebike-banner a.banner-link:hover h2,
.fifty-fifty-block.ff-block-text.ebike-banner a.banner-link:active h2,
.fifty-fifty-block.ff-block-text.ebike-banner a.banner-link:focus h2 {
	background-color: #FC0;
}
.full-width-content-block.ebike-banner a.banner-link:hover p,
.full-width-content-block.ebike-banner a.banner-link:active p,
.full-width-content-block.ebike-banner a.banner-link:focus p,
.fifty-fifty-block.ff-block-text.ebike-banner a.banner-link:hover p,
.fifty-fifty-block.ff-block-text.ebike-banner a.banner-link:active p,
.fifty-fifty-block.ff-block-text.ebike-banner a.banner-link:focus p {
	color: #FC0;
}

/* Start - Newsletter Popup */
#newsletter-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
}
#newsletter-popup {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  max-width: 500px;
  z-index: 9999;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  padding: 20px;
}
#newsletter-close {
	position: absolute;
	top: -25px; right: 0;
	background: none;
	border: none;
	font-size: 1rem;
	cursor: pointer;
	color: #fff;
}

.newsletter-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.newsletter-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.newsletter-text h2 {
  margin: 0 0 10px;
}
#newsletter-form input[type="email"] {
  width: 80%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#newsletter-form button {
  background: #E30613;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
#newsletter-form button:hover {
  background: #000;
}

/* End - Newsletter Popup */


/* End Mobile Layout: Upto 481px. ----------------------------------------------------------------------------------------------------------- */

































/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. ---------------------------------------------------------------------- */
@media only screen and (min-width: 481px) {
	
.bx-wrapper .bx-viewport {
	overflow: visible!important;
}
	
.Top-Bar p.welcome-msg {
	font-size:0.7rem;
	float:left;
	margin:0;
	text-align:left;
	color:#929291;
	width:50%;
	padding:0 0 4px 0;
	display:inline-block;
}
.Header-Logo {
	text-align:left;
	padding:0 0 10px 0;
}
.Header-Contact {
	text-align:right;
	padding:0;
}
.Header-Contact p.Header-Social {
	text-align:right;
	padding:0;
	margin:7px 0 0 0;
}
.Header-Logo p.Header-Social {
	text-align:left;
	padding:0;
	margin:10px 0 5px 0;
}
.Header-Contact p.Header-Tel {
	color:#FFFFFF;
	font-size:0.8rem;
	font-weight:700;
	text-align:right;
	margin:0 0 5px 0;
}
.Header-Contact p.Header-Email {
	color:#FFFFFF;
	font-size:0.8rem;
	font-weight:normal;
	text-align:right;
	margin:0;
	word-wrap:break-word;
}
.Footer-Col-2, .Footer-Col-3, .Footer-Col-4, .Footer-Col-5 {
	text-align:left;
}
.Footer-Col-1 p, .Footer-Col-2 p, .Footer-Col-3 p, .Footer-Col-4 p, .Footer-Col-5 p {
	color:#878786;
	font-size:0.6rem;
	text-align:left;
}
.Footer-Col-5 input[type=email] {
	background-color:#FFFFFF;
	color:#000000;
	padding:8px 1% 8px 1%;
	width:78%;
	border:none;
	clear:both;
	float:left;
	font-size:0.6rem;
}
.Footer-Col-5 input[type=submit] {
	background-color:#E30613;
	color:#FFFFFF;
	padding:8px 0 8px 0;
	width:18%;
	margin:0 0 0 2%;
	border:none;
	clear:none;
	float:left;
	font-size:0.6rem;
	font-weight:bold;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: none;
  list-style: none;
  margin: 0 auto 0 -100px;
  max-width: 200px;
  padding: 0;
  text-align: center;
  width: 100%;
  left:50%;
  bottom:10px;
  z-index:10;
  position:absolute;
}
p.Image-Caption {
	top:15px;
	font-size:2rem;
	line-height:2rem;
}
.intro {
	text-align:center;
	padding:0 10% 0 10%;
}
.country-intro {
	text-align: center;
	/* [disabled]padding: 0 10% 0 10%; */
	/* [disabled]background-image:url(../_images/backgrounds/bicycle-break.png); */
	/* [disabled]background-position: 50% 100%; */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-size: 160px; */
	/* [disabled]padding: 0 0 15px 0; */
}
/*.country-intro h1{
	margin-top: 0;
	font-size: 0.1rem;
}*/
.tour-block .tour-block-img {
	position:relative;
	background-color:#000000;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:500px;
}

.tour-block1 .tour-block-img,
.tour-block2 .tour-block-img,
.tour-block3 .tour-block-img,
.tour-block4 .tour-block-img,
.tour-block5 .tour-block-img,
.tour-block6 .tour-block-img,
.tour-block7 .tour-block-img,
.tour-block8 .tour-block-img,
.tour-block9 .tour-block-img,
.tour-block10 .tour-block-img,
.tour-block11 .tour-block-img,
.tour-block12 .tour-block-img,
.tour-block13 .tour-block-img,
.tour-block14 .tour-block-img,
.tour-block15 .tour-block-img,
.tour-block16 .tour-block-img,
.tour-block17 .tour-block-img,
.tour-block18 .tour-block-img,
.tour-block19 .tour-block-img,
.tour-block20 .tour-block-img,
.tour-block21 .tour-block-img,
.tour-block22 .tour-block-img,
.tour-block23 .tour-block-img,
.tour-block24 .tour-block-img,
.tour-block25 .tour-block-img,
.tour-block26 .tour-block-img,
.tour-block27 .tour-block-img,
.tour-block28 .tour-block-img,
.tour-block29 .tour-block-img,
.tour-block30 .tour-block-img,
.tour-block31 .tour-block-img,
.tour-block32 .tour-block-img,
.tour-block33 .tour-block-img,
.tour-block34 .tour-block-img,
.tour-block35 .tour-block-img,
.tour-block36 .tour-block-img,
.tour-block37 .tour-block-img,
.tour-block38 .tour-block-img,
.tour-block39 .tour-block-img,
.tour-block40 .tour-block-img,
.tour-block41 .tour-block-img,
.tour-block42 .tour-block-img,
.tour-block43 .tour-block-img,
.tour-block44 .tour-block-img,
.tour-block45 .tour-block-img,
.tour-block46 .tour-block-img,
.tour-block47 .tour-block-img,
.tour-block48 .tour-block-img,
.tour-block39 .tour-block-img,
.tour-block50 .tour-block-img {
	position:relative;
	background-color:#000000;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:500px;
}
.tour-block .tour-block-img img {
	opacity:0.8;
	position:absolute;
	top:0;
	left:-75%;
	margin:0 auto 0 auto;
	max-width:inherit;
	min-height:500px;
	max-height:500px;
}

.tour-block1 .tour-block-img img,
.tour-block2 .tour-block-img img,
.tour-block3 .tour-block-img img,
.tour-block4 .tour-block-img img,
.tour-block5 .tour-block-img img,
.tour-block6 .tour-block-img img,
.tour-block7 .tour-block-img img,
.tour-block8 .tour-block-img img,
.tour-block9 .tour-block-img img,
.tour-block10 .tour-block-img img,
.tour-block11 .tour-block-img img,
.tour-block12 .tour-block-img img,
.tour-block13 .tour-block-img img,
.tour-block14 .tour-block-img img,
.tour-block15 .tour-block-img img,
.tour-block16 .tour-block-img img,
.tour-block17 .tour-block-img img,
.tour-block18 .tour-block-img img,
.tour-block19 .tour-block-img img,
.tour-block20 .tour-block-img img,
.tour-block21 .tour-block-img img,
.tour-block22 .tour-block-img img,
.tour-block23 .tour-block-img img,
.tour-block24 .tour-block-img img,
.tour-block25 .tour-block-img img,
.tour-block26 .tour-block-img img,
.tour-block27 .tour-block-img img,
.tour-block28 .tour-block-img img,
.tour-block29 .tour-block-img img,
.tour-block30 .tour-block-img img,
.tour-block31 .tour-block-img img,
.tour-block32 .tour-block-img img,
.tour-block33 .tour-block-img img,
.tour-block34 .tour-block-img img,
.tour-block35 .tour-block-img img,
.tour-block36 .tour-block-img img,
.tour-block37 .tour-block-img img,
.tour-block38 .tour-block-img img,
.tour-block39 .tour-block-img img,
.tour-block40 .tour-block-img img,
.tour-block41 .tour-block-img img,
.tour-block42 .tour-block-img img,
.tour-block43 .tour-block-img img,
.tour-block44 .tour-block-img img,
.tour-block45 .tour-block-img img,
.tour-block46 .tour-block-img img,
.tour-block47 .tour-block-img img,
.tour-block48 .tour-block-img img,
.tour-block49 .tour-block-img img,
.tour-block50 .tour-block-img img {
	opacity:0.8;
	position:absolute;
	top:0;
	left:-75%;
	margin:0 auto 0 auto;
	max-width:inherit;
	min-height:500px;
	max-height:500px;
}
.tour-block .tour-block-top {
	position:absolute;
	height:500px;
	overflow:hidden;
	z-index:3;
	top:0;
	left:0;
}

.tour-block1 .tour-block-top,
.tour-block2 .tour-block-top,
.tour-block3 .tour-block-top,
.tour-block4 .tour-block-top,
.tour-block5 .tour-block-top,
.tour-block6 .tour-block-top,
.tour-block7 .tour-block-top,
.tour-block8 .tour-block-top,
.tour-block9 .tour-block-top,
.tour-block10 .tour-block-top,
.tour-block11 .tour-block-top,
.tour-block12 .tour-block-top,
.tour-block13 .tour-block-top,
.tour-block14 .tour-block-top,
.tour-block15 .tour-block-top,
.tour-block16 .tour-block-top,
.tour-block17 .tour-block-top,
.tour-block18 .tour-block-top,
.tour-block19 .tour-block-top,
.tour-block20 .tour-block-top,
.tour-block21 .tour-block-top,
.tour-block22 .tour-block-top,
.tour-block23 .tour-block-top,
.tour-block24 .tour-block-top,
.tour-block25 .tour-block-top,
.tour-block26 .tour-block-top,
.tour-block27 .tour-block-top,
.tour-block28 .tour-block-top,
.tour-block29 .tour-block-top,
.tour-block30 .tour-block-top,
.tour-block31 .tour-block-top,
.tour-block32 .tour-block-top,
.tour-block33 .tour-block-top,
.tour-block34 .tour-block-top,
.tour-block35 .tour-block-top,
.tour-block36 .tour-block-top,
.tour-block37 .tour-block-top,
.tour-block38 .tour-block-top,
.tour-block39 .tour-block-top,
.tour-block40 .tour-block-top,
.tour-block41 .tour-block-top,
.tour-block42 .tour-block-top,
.tour-block43 .tour-block-top,
.tour-block44 .tour-block-top,
.tour-block45 .tour-block-top,
.tour-block46 .tour-block-top,
.tour-block47 .tour-block-top,
.tour-block48 .tour-block-top,
.tour-block49 .tour-block-top,
.tour-block50 .tour-block-top {
	position:absolute;
	height:500px;
	overflow:hidden;
	z-index:3;
	top:0;
	left:0;
}
.tour-block .tour-block-top .tour-number {
	font-family: 'bebas', sans-serif;
	font-size: 3.5rem;
	font-weight: bold;
	/* [disabled]margin:20px 0 5px 0; */
	color: #FFFFFF;
	text-shadow: 0px 0px 2px #000000;
	line-height: 2.5rem;
}

.tour-block1 .tour-block-top .tour-number,
.tour-block2 .tour-block-top .tour-number,
.tour-block3 .tour-block-top .tour-number,
.tour-block4 .tour-block-top .tour-number,
.tour-block5 .tour-block-top .tour-number,
.tour-block6 .tour-block-top .tour-number,
.tour-block7 .tour-block-top .tour-number,
.tour-block8 .tour-block-top .tour-number,
.tour-block9 .tour-block-top .tour-number,
.tour-block10 .tour-block-top .tour-number,
.tour-block11 .tour-block-top .tour-number,
.tour-block12 .tour-block-top .tour-number,
.tour-block13 .tour-block-top .tour-number,
.tour-block14 .tour-block-top .tour-number,
.tour-block15 .tour-block-top .tour-number,
.tour-block16 .tour-block-top .tour-number,
.tour-block17 .tour-block-top .tour-number,
.tour-block18 .tour-block-top .tour-number,
.tour-block19 .tour-block-top .tour-number,
.tour-block20 .tour-block-top .tour-number,
.tour-block21 .tour-block-top .tour-number,
.tour-block22 .tour-block-top .tour-number,
.tour-block23 .tour-block-top .tour-number,
.tour-block24 .tour-block-top .tour-number,
.tour-block25 .tour-block-top .tour-number,
.tour-block26 .tour-block-top .tour-number,
.tour-block27 .tour-block-top .tour-number,
.tour-block28 .tour-block-top .tour-number,
.tour-block29 .tour-block-top .tour-number,
.tour-block30 .tour-block-top .tour-number,
.tour-block31 .tour-block-top .tour-number,
.tour-block32 .tour-block-top .tour-number,
.tour-block33 .tour-block-top .tour-number,
.tour-block34 .tour-block-top .tour-number,
.tour-block35 .tour-block-top .tour-number,
.tour-block36 .tour-block-top .tour-number,
.tour-block37 .tour-block-top .tour-number,
.tour-block38 .tour-block-top .tour-number,
.tour-block39 .tour-block-top .tour-number,
.tour-block40 .tour-block-top .tour-number,
.tour-block41 .tour-block-top .tour-number,
.tour-block42 .tour-block-top .tour-number,
.tour-block43 .tour-block-top .tour-number,
.tour-block44 .tour-block-top .tour-number,
.tour-block45 .tour-block-top .tour-number,
.tour-block46 .tour-block-top .tour-number,
.tour-block47 .tour-block-top .tour-number,
.tour-block48 .tour-block-top .tour-number,
.tour-block49 .tour-block-top .tour-number,
.tour-block50 .tour-block-top .tour-number {
	font-family: 'bebas', sans-serif;
	font-size: 3.5rem;
	font-weight: bold;
	/* [disabled]margin:20px 0 5px 0; */
	color: #FFFFFF;
	text-shadow: 0px 0px 2px #000000;
	line-height: 2.5rem;
}
.tour-block .tour-block-top h1 {
	font-family: 'bebas', sans-serif;
	font-size:2.25rem;
	font-weight:600;
	margin:20px 0 0 0;
	padding:0 5px 0 5px;
	color:#FFFFFF;
	text-shadow: 0px 0px 2px #000000;
	line-height:2.1rem;
}

.tour-block1 .tour-block-top h1,
.tour-block2 .tour-block-top h1,
.tour-block3 .tour-block-top h1,
.tour-block4 .tour-block-top h1,
.tour-block5 .tour-block-top h1,
.tour-block6 .tour-block-top h1,
.tour-block7 .tour-block-top h1,
.tour-block8 .tour-block-top h1,
.tour-block9 .tour-block-top h1,
.tour-block10 .tour-block-top h1,
.tour-block11 .tour-block-top h1,
.tour-block12 .tour-block-top h1,
.tour-block13 .tour-block-top h1,
.tour-block14 .tour-block-top h1,
.tour-block15 .tour-block-top h1,
.tour-block16 .tour-block-top h1,
.tour-block17 .tour-block-top h1,
.tour-block18 .tour-block-top h1,
.tour-block19 .tour-block-top h1,
.tour-block20 .tour-block-top h1,
.tour-block21 .tour-block-top h1,
.tour-block22 .tour-block-top h1,
.tour-block23 .tour-block-top h1,
.tour-block24 .tour-block-top h1,
.tour-block25 .tour-block-top h1,
.tour-block26 .tour-block-top h1,
.tour-block27 .tour-block-top h1,
.tour-block28 .tour-block-top h1,
.tour-block29 .tour-block-top h1,
.tour-block30 .tour-block-top h1,
.tour-block31 .tour-block-top h1,
.tour-block32 .tour-block-top h1,
.tour-block33 .tour-block-top h1,
.tour-block34 .tour-block-top h1,
.tour-block35 .tour-block-top h1,
.tour-block36 .tour-block-top h1,
.tour-block37 .tour-block-top h1,
.tour-block38 .tour-block-top h1,
.tour-block39 .tour-block-top h1,
.tour-block40 .tour-block-top h1,
.tour-block41 .tour-block-top h1,
.tour-block42 .tour-block-top h1,
.tour-block43 .tour-block-top h1,
.tour-block44 .tour-block-top h1,
.tour-block45 .tour-block-top h1,
.tour-block46 .tour-block-top h1,
.tour-block47 .tour-block-top h1,
.tour-block48 .tour-block-top h1,
.tour-block49 .tour-block-top h1,
.tour-block50 .tour-block-top h1 {

	font-size:1.75rem;
	font-weight:600;
	margin:20px 0 0 0;
	padding:0 5px 0 5px;
	color:#FFFFFF;
	text-shadow: 0px 0px 2px #000000;
	line-height:2rem;
}
.tour-block .tour-block-top .tour-tagline {
	font-size:0.85rem;
	color:#FFFFFF;
	text-shadow: 0px 0px 2px #000000;
	padding:0 5px 0 5px;
	margin:0;
	position:absolute;
	left:0;
	right:0;
	bottom:75px;
}

.tour-block1 .tour-block-top .tour-tagline,
.tour-block2 .tour-block-top .tour-tagline,
.tour-block3 .tour-block-top .tour-tagline,
.tour-block4 .tour-block-top .tour-tagline,
.tour-block5 .tour-block-top .tour-tagline,
.tour-block6 .tour-block-top .tour-tagline,
.tour-block7 .tour-block-top .tour-tagline,
.tour-block8 .tour-block-top .tour-tagline,
.tour-block9 .tour-block-top .tour-tagline,
.tour-block10 .tour-block-top .tour-tagline,
.tour-block11 .tour-block-top .tour-tagline,
.tour-block12 .tour-block-top .tour-tagline,
.tour-block13 .tour-block-top .tour-tagline,
.tour-block14 .tour-block-top .tour-tagline,
.tour-block15 .tour-block-top .tour-tagline,
.tour-block16 .tour-block-top .tour-tagline,
.tour-block17 .tour-block-top .tour-tagline,
.tour-block18 .tour-block-top .tour-tagline,
.tour-block19 .tour-block-top .tour-tagline,
.tour-block20 .tour-block-top .tour-tagline,
.tour-block21 .tour-block-top .tour-tagline,
.tour-block22 .tour-block-top .tour-tagline,
.tour-block23 .tour-block-top .tour-tagline,
.tour-block24 .tour-block-top .tour-tagline,
.tour-block25 .tour-block-top .tour-tagline,
.tour-block26 .tour-block-top .tour-tagline,
.tour-block27 .tour-block-top .tour-tagline,
.tour-block28 .tour-block-top .tour-tagline,
.tour-block29 .tour-block-top .tour-tagline,
.tour-block30 .tour-block-top .tour-tagline,
.tour-block31 .tour-block-top .tour-tagline,
.tour-block32 .tour-block-top .tour-tagline,
.tour-block33 .tour-block-top .tour-tagline,
.tour-block34 .tour-block-top .tour-tagline,
.tour-block35 .tour-block-top .tour-tagline,
.tour-block36 .tour-block-top .tour-tagline,
.tour-block37 .tour-block-top .tour-tagline,
.tour-block38 .tour-block-top .tour-tagline,
.tour-block39 .tour-block-top .tour-tagline,
.tour-block40 .tour-block-top .tour-tagline,
.tour-block41 .tour-block-top .tour-tagline,
.tour-block42 .tour-block-top .tour-tagline,
.tour-block43 .tour-block-top .tour-tagline,
.tour-block44 .tour-block-top .tour-tagline,
.tour-block45 .tour-block-top .tour-tagline,
.tour-block45 .tour-block-top .tour-tagline,
.tour-block47 .tour-block-top .tour-tagline,
.tour-block48 .tour-block-top .tour-tagline,
.tour-block49 .tour-block-top .tour-tagline,
.tour-block50 .tour-block-top .tour-tagline {
	font-size:1.1rem;
	color:#FFFFFF;
	text-shadow: 0px 0px 2px #000000;
	padding:0 5px 0 5px;
	margin:0;
	position:absolute;
	left:0;
	right:0;
	bottom:75px;
}
.find-your-perfect-tour-search {
	background-color:#8A1002;
	color:#FFFFFF;
	padding:0 45% 0 15px;
	background-image:url(../_images/backgrounds/start-your-adventure-here.png);
	background-position:98% 22%;
	background-repeat:no-repeat;
	background-size:40%;
}
.find-your-perfect-tour-search h1 {
	color:#FFFFFF;
	text-align:left;
}
.find-your-perfect-tour-search p {
	color:#FFFFFF;
	text-align:left;
}
a.tour-diary-month-list:link,
a.tour-diary-month-list:visited {
	font-family: 'Ubuntu', sans-serif;
	font-size:1rem;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#A6422A;
	display:block;
	text-align:center;
	padding:5px;
	width:8%;
	margin:0 0.1665% 10px 0.1665%;
	float:left;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	min-height:50px;
}
a.tour-diary-month-list:hover,
a.tour-diary-month-list:active {
	color:#FFFFFF;
	background-color:#E30613;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}
.find-your-perfect-tour-search-select {
	width:68%;
	overflow:hidden;
	height:36px;
	float:left;
	display:block;
}
.find-your-perfect-tour-search-btn {
	float:left;
	display:block;
	height:38px;
	width:30%;
	margin:0 0 0 2%;
}
.gallery-select {
	width:68%;
	overflow:hidden;
	height:36px;
	float:left;
	display:block;
}
.gallery-search-btn {
	float:left;
	display:block;
	height:38px;
	width:30%;
	margin:0 0 0 2%;
	text-align:left;
}
.find-your-perfect-tour-search-select select.adventure,
.find-your-perfect-tour-search-select select.c {
	background-color:#FFFFFF;
	border:none;
	color:#1B1B1B;
	padding:5px 28% 5px 5px;
	width:115%;
	height:36px;
	background-image:url(../_images/backgrounds/select-arrow.png);
	background-position:84% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.find-your-perfect-tour-search-select select.adventure::-ms-expand,
.find-your-perfect-tour-search-select select.c::-ms-expand {
    display: none;
}
.gallery-select select.adventure {
	background-color:#FFFFFF;
	border:none;
	color:#1B1B1B;
	padding:5px 28% 5px 5px;
	width:130%;
	height:36px;
	background-image:url(../_images/backgrounds/select-arrow.png);
	background-position:74% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
}
.Featured-Tour-Overview-Img img {
	max-width:552px;
}
.Featured-Tour-Review-Img img {
	max-width:300px;
}
.Home-Gallery {
	text-align:center;
	padding:0 10% 0 10%;
}
.lvcf-large {
	display:none;
}
.lvcf-med {
	display:block;
}
.lvcf-small {
	display:none;
}
.about-photo {
	float:right;
	margin:0 0 20px 20px;
	display:block;
}
.Breadcrumb {
	color:#1B1B1B;
	font-size:0.75rem;
	text-align:left;
}
.RS-share-this {
	text-align:right;
}
.tour-left-detail {
	text-align:right;
	color:#999;
	font-size:1rem;
}
.tour-left-detail-overview {
	text-align:left;
	color:#999;
	font-size:1rem;
}
.tour-left-detail-price {
	color:#000000;
	font-size:2rem;
	line-height:2.25rem;
	display:inline-block;
	margin:0 0 10px 0;
}
.tour-left-detail-price-overview {
	color:#000000;
	font-size:2rem;
	line-height:2.25rem;
	display:inline-block;
	margin:0 0 10px 0;
}
.tour-left-detail-text {
	color:#000000;
	font-size:1rem;
	line-height:1.75rem;
	display:inline-block;
	margin:0 0 10px 0;
}
.tour-left-detail-text-overview {
	color:#000000;
	font-size:1rem;
	line-height:1.75rem;
	display:inline-block;
	margin:0 0 17px 0;
}
.tour-featured-testimonial {
	background-color:#000;
	color:#FFF;
	text-align:center;
	padding:0;
	overflow:hidden;
	position:relative;
	height:275px;
}
.tour-featured-testimonial-overview {
	background-color:#000;
	color:#FFF;
	text-align:center;
	padding:0;
	overflow:hidden;
	position:relative;
	height:275px;
}



.featured-testimonial-img img {
	opacity:0.4;
	height:auto;
	width:130%;
}
.dates-and-prices-container [class*="dates-and-prices-row"] p.tour-cost {
	color:#000;
	font-size:1.25rem;
	font-weight:700;
	line-height:27px;
	text-align:right;
	margin-bottom:10px;
}
.dates-and-prices-container [class*="dates-and-prices-row"] p.tour-book {
	text-align:right;
}
.dates-and-prices-container [class*="dates-and-prices-row"] p.tour-status {
	font-weight:700;
	line-height:17px;
	margin:0 0 0 0;
}
.tour-testimonials-text {
	clear:none;
	float:left;
}
.tour-testimonials-text p {
	text-align:justify;
}
.tour-testimonials-img img {
	width:100%;
	height:auto;
}
.Tour-Menu p {
	color:#FFF;
	text-align:left;
}
.cycling-holiday-nav p {
	color:#FFF;
	text-align:left;
}






/* Buttons */

input[type=submit].book-now-btn {
	color:#FFF;
	background-color:#E30613;
	background-image:url(../_images/icons/buttons/tick.png);
	background-position:2% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 5px 5px 25px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:1.15rem;
	font-weight:700;
	width:100%;
	max-width:130px;
	border:none;
}
input[type=submit].book-now-btn:hover,
input[type=submit].book-now-btn:active {
	background-color:#8A1002;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}

input[type=submit].pre-book-now-btn {
	color:#FFF;
	background-color:#25AAE1;
	background-image:url(../_images/icons/buttons/tick.png);
	background-position:2% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 5px 5px 25px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.85rem;
	font-weight:700;
	width:100%;
	max-width:130px;
	border:none;
}
input[type=submit].pre-book-now-btn:hover,
input[type=submit].pre-book-now-btn:active {
	background-color: #1885B4;
	-webkit-transition: background-color 400ms linear;
	-moz-transition: background-color 400ms linear;
	-o-transition: background-color 400ms linear;
	-ms-transition: background-color 400ms linear;
	transition: background-color 400ms linear;
	text-decoration: none;
}

a.fully-booked-btn:link,
a.fully-booked-btn:visited {
	color:#FFF;
	background-color:#F39200;
	background-image:url(../_images/icons/buttons/tick.png);
	background-position:2% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 5px 5px 25px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.85rem;
	font-weight:700;
	width:100%;
	max-width:130px;
	border:none;
}
a.fully-booked-btn:hover,
a.fully-booked-btn:active {
	background-color: #C47500;
	-webkit-transition: background-color 400ms linear;
	-moz-transition: background-color 400ms linear;
	-o-transition: background-color 400ms linear;
	-ms-transition: background-color 400ms linear;
	transition: background-color 400ms linear;
	text-decoration: none;
}

/* Buttons */

/* POPUP DIV */

* html #popupdiv {
	position:absolute;
}
#popupdiv {
	z-index:999999;
	display:none;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	position:fixed;
	background-image: url(../_images/backgrounds/background80.png);
	margin:0;
	overflow-y:auto;
	
}
#popup {
	width:60%;
	height:auto;
	background-color:#FFF;
	border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
	-webkit-border-radius:6px;
	top: 10%;
	left:50%;
	margin:0 0 0 -35%;
	padding:5%;
	overflow: auto;
	scrollbar-face-color: #000000; 
	scrollbar-shadow-color: #2D2C4D; 
	scrollbar-highlight-color:#7D7E94; 
	scrollbar-3dlight-color: #7D7E94; 
	scrollbar-darkshadow-color: #2D2C4D; 
	scrollbar-track-color: #7D7E94; 
	scrollbar-arrow-color: #C1C1D1;
}
.popup {
	position:fixed;
	text-align:center;

}
.popup p{
	color:#333;
}
.popup img {
	text-align: center;
}

.popup p a:visited, .popup p a:link{
	color:#F00;
}
.popup p a:hover, .popup p a:active{
	color:#F00;
	text-decoration:underline;
}
.redclosebutton{
	text-align:center;
	width:80%;
	color:#000;
	cursor:pointer;
	margin:20px auto 0 auto;
}
.redclosebutton img {
	width:120px;
	height:40px;
}
.redclosebutton p {
	color:#666;
	text-align:center;
	font-size:10px;
	line-height:normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.popup iframe,
.popup object,
.popup embed {
    width: 50%;
    height: 50%;
	border:none;

}

.video-container {
	float:right;
	width:50%;
	display:block;
	margin:0 0 15px 15px;
}
	
/* END POPUP DIV */
#PDleftCol p, #PDrightCol p {
	margin-bottom:5px;
}

.tour-highlights {
	margin:0 0 30px 0;
}

.advLogo2 {
	margin:0 auto;
	text-align:right;
}
.Top-Bar ul {
	float:left;
	margin:0 0 0 0;
	text-align:left;
	width:50%;
	clear:none;
	line-height:0.6rem;
}
.flags-container {
	width: 50%;
}
.flags-container .curr_con_text {
	clear: none;
}
.flag-block {
	width: auto;
	display: inline-block;
	float: right;
	margin: 0 0 0 4px;
}
.flag-block:last-of-type {
	margin: 0 0 0 0;
}
	
/* New Tour Nav Styles */

.cycling-holiday-nav p {
	text-align:center;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size:0.875rem;
	font-weight:400;
	color:#FFFFFF;
	display:inline-block;
	padding:15px 20px 18px 20px;
	line-height:0.875rem;
}
.cycling-holiday-nav ul {
	text-align:left;
	margin:0;
}
.cycling-holiday-nav li {
	display:inline-block;
	list-style:none;
	float: left;
}
.cycling-holiday-nav li.dp {
	display:inline-block;
	list-style:none;
	float: right;
}
.cycling-holiday-nav li a:link,
.cycling-holiday-nav li a:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size:0.875rem;
	font-weight:400;
	color:#FFFFFF;
	display:inline-block;
	padding:16px 20px;
	line-height:0.875rem;
}
.cycling-holiday-nav li a:hover,
.cycling-holiday-nav li a:active,
.cycling-holiday-nav li a:focus {
	color:#F39200;
	text-decoration:none;
}
.cycling-holiday-nav li a.active:link,
.cycling-holiday-nav li a.active:visited {
	background-color: #FFFFFF;
	color: #000000;
}
.cycling-holiday-nav li a.active:hover,
.cycling-holiday-nav li a.active:active,
.cycling-holiday-nav li a.active:focus {
	color:#F39200;
}
.cycling-holiday-nav li.dp a:link,
.cycling-holiday-nav li.dp a:visited {
	color:#FFFFFF;
	background-color:#E30613;
}
.cycling-holiday-nav li.dp a:hover,
.cycling-holiday-nav li.dp a:active,
.cycling-holiday-nav li.dp a:focus {
	color:#FFFFFF;
	background-color:#F39200;
	text-decoration:none;
}
/* End - New Tour Nav Styles*/

.featured-tours-container .featured-tour-block {
	width: 32.333%;
	display: block;
	float: left;
	margin: 0 1.5% 0 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	height: 160px;
}
.featured-tours-container .featured-tour-block:last-of-type {
	margin: 0 0 0 0;
}
.featured-tours-container .featured-tour-block img {
	width: 180%;
	max-width: none;
	z-index: 1;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
}
.tour-chart-block {
	width: 48%;
	display: block;
	float: left;
	margin: 0 2% 0 0;
}
.tour-chart-block:last-of-type {
	margin: 0 0 0 2%;
}

.tour-chart-block img {
	width: auto;
	height: 124px;
}
.cycling-holiday-nav.sticky + .Max-Width {
	padding-top: 45px;
}

.tour-map-block img.full-map {
	display: block;
}
.tour-map-block img.square-map {
	display: none;
}

.tour-gallery-block {
	width: 48%;
	display: block;
	margin: 0 2% 10px 0;
	float: left;
	height: 120px;
	overflow: hidden;
	position: relative;
}
.tour-gallery-block:nth-of-type(3n) {
	margin: 0 2% 10px 0;
}
.tour-gallery-block:nth-of-type(2n) {
	margin: 0 0 10px 2%;
}
	
	
.tour-block-top a.explore-btn:link,
.tour-block-top a.explore-btn:visited {
	padding:5px 10px 5px 36px;
	font-size:1rem;
	font-weight:500;
}
	
.fifty-fifty-container {
	flex-direction: row;
	position: relative;
	align-items: stretch;
}
.fifty-fifty-block.ff-block-img {
	width: 50%;
	margin: 0;
	order: unset;
	position: relative;
	overflow: hidden;
}
.fifty-fifty-block.ff-block-img img {
	height: 100%;
	max-height: 100%;
	width: auto;
	max-width: none;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.fifty-fifty-block.ff-block-text {
	width: 50%;
	margin: 0;
	order: unset;
}
.fifty-fifty-block.ff-first {
	order: 1;
}
.fifty-fifty-block.ff-second {
	order: 2;
}

.e-bike-advert .e-bike-advert-lrg {
	display: block;
}
.e-bike-advert .e-bike-advert-sml {
	display: none;
}
	
.bikes-container {
	flex-direction: row;
}
.bikes-container .bike-item-block {
	max-width: calc(50% - 1rem); /*	half width col, minus half the gap width */
}
	

}
/* End Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. ------------------------------------------------------------------- */

































/* Additional Layout: 632px to 768px. Inherits styles from: Mobile Layout. ---------------------------------------------------------------------- */
@media only screen and (min-width: 632px) {
	
.key-stats-block {
	width: 100%;
	display: block;
	margin: 0 0 0 0;
	padding: 10px;
	float: left;
}
	
}
/* End Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. ------------------------------------------------------------------- */



































/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. ----------------------------------------- */
@media only screen and (min-width: 769px) {
	
.Top-Bar p.welcome-msg {
	font-size:0.7rem;
	float:left;
	margin:0;
	text-align:left;
	color:#929291;
	width:50%;
	padding:0 0 4px 0;
	display:inline-block;
}
.Top-Bar ul {
	float:left;
	margin:0 0 0 0;
	text-align:left;
	width:50%;
	clear:none;
	line-height:0.6rem;
}
.Top-Bar li {
	margin:0;
	display:inline;
	float:none;
}
.Top-Bar li a:link, .Top-Bar li a:visited {
	display:inline-block;
	color:#ffffff;
	padding:5px;
	font-size:0.8rem;
}
.Top-Bar li a:hover, .Top-Bar li a:active {
	color:#E30613;
	text-decoration:none;
}
.Footer-Col-2, .Footer-Col-3, .Footer-Col-4, .Footer-Col-5 {
	text-align:left;
}
.Footer-Col-2 h4, .Footer-Col-3 h4, .Footer-Col-4 h4, .Footer-Col-5 h4 {
	color:#FFF;
	font-size:0.85rem;
}
.Footer-Col-2 li a:link, .Footer-Col-2 li a:visited, .Footer-Col-3 li a:link, .Footer-Col-3 li a:visited, .Footer-Col-4 li a:link, .Footer-Col-4 li a:visited, .Footer-Col-5 li a:link, .Footer-Col-5 li a:visited {
	color:#878786;
	font-size:0.75rem;
	display:block;
}
.Footer-Col-2 li a:hover, .Footer-Col-2 li a:active, .Footer-Col-3 li a:hover, .Footer-Col-3 li a:active, .Footer-Col-4 li a:hover, .Footer-Col-4 li a:active, .Footer-Col-5 li a:hover, .Footer-Col-5 li a:active {
	color:#E30613;
	font-size:0.75rem;
	display:block;
	text-decoration:none;
}
.Footer-Col-1 p, .Footer-Col-2 p, .Footer-Col-3 p, .Footer-Col-4 p, .Footer-Col-5 p {
	color:#878786;
	font-size:0.75rem;
	text-align:left;
}
.Footer-Col-5 input[type=email] {
	background-color:#FFFFFF;
	color:#000000;
	padding:8px 1% 8px 1%;
	width:78%;
	border:none;
	clear:both;
	float:left;
	font-size:0.75rem;
}
.Footer-Col-5 input[type=submit] {
	background-color:#E30613;
	color:#FFFFFF;
	padding:8px 0 8px 0;
	width:18%;
	margin:0 0 0 2%;
	border:none;
	clear:none;
	float:left;
	font-size:0.75rem;
	font-weight:bold;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: none;
  list-style: none;
  margin: 0 auto 0 -100px;
  max-width: 200px;
  padding: 0;
  text-align: center;
  width: 100%;
  left:50%;
  bottom:10px;
  z-index:10;
  position:absolute;
}
p.Image-Caption {
	top:20px;
	font-size:3rem;
	z-index:9999;
	line-height:3rem;
}
.find-your-perfect-tour-search {
	background-color:#8A1002;
	color:#FFFFFF;
	padding:0 45% 0 15px;
	background-image:url(../_images/backgrounds/start-your-adventure-here.png);
	background-position:98% 10px;
	background-repeat:no-repeat;
	background-size:37%;
}
a.tour-diary-month-list:link,
a.tour-diary-month-list:visited {
	font-family: 'Ubuntu', sans-serif;
	font-size:1rem;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#A6422A;
	display:block;
	text-align:center;
	padding:5px;
	width:8%;
	margin:0 0.1665% 10px 0.1665%;
	float:left;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	min-height:50px;
}
a.tour-diary-month-list:hover,
a.tour-diary-month-list:active {
	color:#FFFFFF;
	background-color:#E30613;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}
.lvcf-large {
	display:block;
}
.lvcf-med {
	display:none;
}
.lvcf-small {
	display:none;
}
.tour-featured-testimonial {
	background-color:#000;
	color:#FFF;
	text-align:center;
	padding:0;
	overflow:hidden;
	position:relative;
	height:250px;
}
.featured-testimonial-img img {
	opacity:0.4;
	height:auto;
	width:100%;
}
.dates-and-prices-container [class*="dates-and-prices-row"] p.tour-cost {
	color:#000;
	font-size:1.25rem;
	font-weight:700;
	line-height:22px;
	text-align:left;
	margin-bottom:0;
	
}
.gallery-select {
	width:50%;
	overflow:hidden;
	height:36px;
	float:left;
	display:block;
	margin:0 0 20px 18%;
}
.gallery-search-btn {
	float:left;
	display:block;
	height:38px;
	width:30%;
	margin:0 0 0 2%;
	text-align:left;
}







/* Buttons */

input[type=submit].book-now-btn {
	color:#FFF;
	background-color:#E30613;
	background-image:url(../_images/icons/buttons/tick.png);
	background-position:5% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 10px 5px 36px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.85rem;
	font-weight:700;
	width:auto;
	min-width:130px;
	border:none;
}
input[type=submit].book-now-btn:hover,
input[type=submit].book-now-btn:active {
	background-color:#8A1002;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	text-decoration:none;
}

input[type=submit].pre-book-now-btn {
	color:#FFF;
	background-color:#25AAE1;
	background-image:url(../_images/icons/buttons/tick.png);
	background-position:5% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 10px 5px 36px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.85rem;
	font-weight:700;
	width:auto;
	min-width:130px;
	border:none;
}
input[type=submit].pre-book-now-btn:hover,
input[type=submit].pre-book-now-btn:active {
	background-color: #1885B4;
	-webkit-transition: background-color 400ms linear;
	-moz-transition: background-color 400ms linear;
	-o-transition: background-color 400ms linear;
	-ms-transition: background-color 400ms linear;
	transition: background-color 400ms linear;
	text-decoration: none;
}

a.fully-booked-btn:link,
a.fully-booked-btn:visited {
	color:#FFF;
	background-color:#F39200;
	background-image:url(../_images/icons/buttons/tick.png);
	background-position:5% 50%;
	background-repeat:no-repeat;
	background-size:23px;
	-webkit-transition: background-color 400ms linear;
    -moz-transition: background-color 400ms linear;
    -o-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	text-align:left;
	padding:5px 10px 5px 36px;
	display:inline-block;
	font-family: 'Ubuntu', sans-serif;
	font-size:0.85rem;
	font-weight:700;
	width:auto;
	min-width:130px;
	border:none;
}
a.fully-booked-btn:hover,
a.fully-booked-btn:active {
	background-color: #C47500;
	-webkit-transition: background-color 400ms linear;
	-moz-transition: background-color 400ms linear;
	-o-transition: background-color 400ms linear;
	-ms-transition: background-color 400ms linear;
	transition: background-color 400ms linear;
	text-decoration: none;
}

/* Buttons */

	
	
	
.featured-tours-container .featured-tour-block {
	width: 32.333%;
	display: block;
	float: left;
	margin: 0 1.5% 0 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	height: 250px;
}
.featured-tours-container .featured-tour-block:last-of-type {
	margin: 0 0 0 0;
}
.featured-tours-container .featured-tour-block img {
	width: 200%;
	max-width: none;
	z-index: 1;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
}
.tour-chart-block img {
	width: auto;
	height: 194px;
}
	
.key-stats-block {
	width: 50%;
	display: block;
	margin: 0 0 0 0;
	padding: 10px;
	float: left;
}

.tour-gallery-block {
	width: 32%;
	display: block;
	margin: 0 2% 10px 0;
	float: left;
	height: 120px;
	overflow: hidden;
	position: relative;
}
.tour-gallery-block:nth-of-type(2n) {
	margin: 0 2% 10px 0;
}
.tour-gallery-block:nth-of-type(3n) {
	margin: 0 0 10px 0;
}
	
	
	
}
/* End Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. -------------------------------------- */


































/* Additional media queries for the image slider ---------------------------------------------------------------------- */
@media only screen and (min-width: 360px) {
	.image-slider {
		height: 160px;
	}	
}

@media only screen and (min-width: 400px) {
	.image-slider {
		height: 180px;
	}	
}

@media only screen and (min-width: 450px) {
	.image-slider {
		height: 200px;
	}	
}

@media only screen and (min-width: 481px) {
	.image-slider {
		height: 215px;
	}	
}

@media only screen and (min-width: 550px) {
	.image-slider {
		height: 245px;
	}	
}

@media only screen and (min-width: 600px) {
	.image-slider {
		height: 265px;
	}	
}

@media only screen and (min-width: 700px) {
	.image-slider {
		height: 305px;
	}	
}

@media only screen and (min-width: 769px) {
	.image-slider {
		height: 345px;
	}	
}

@media only screen and (min-width: 850px) {
	.image-slider {
		height: 385px;
	}	
}

@media only screen and (min-width: 950px) {
	.image-slider {
		height: 425px;
	}	
}

@media only screen and (min-width: 1050px) {
	.image-slider {
		height: 465px;
	}	
}

@media only screen and (min-width: 1150px) {
	.image-slider {
		height: 510px;
	}	
}

@media only screen and (min-width: 1250px) {
	.image-slider {
		height: 560px;
	}
}

@media only screen and (min-width: 1350px) {
	.image-slider {
		height: 600px;
	}
}

@media only screen and (min-width: 1450px) {
	.image-slider {
		height: 650px;
	}
}

@media only screen and (min-width: 1550px) {
	.image-slider {
		height: 690px;
	}
}

@media only screen and (min-width: 1650px) {
	.image-slider {
		height: 735px;
	}
}

@media only screen and (min-width: 1750px) {
	.image-slider {
		height: 780px;
	}
}

@media only screen and (min-width: 1850px) {
	.image-slider {
		height: 830px;
	}
}

@media only screen and (min-width: 1950px) {
	.image-slider {
		height: 875px;
	}
}

@media only screen and (min-width: 2050px) {
	.image-slider {
		height: 920px;
	}
}

@media only screen and (min-width: 2150px) {
	.image-slider {
		height: 950px;
	}
}

@media only screen and (min-width: 2250px) {
	.image-slider {
		height: 1000px;
	}
}

@media only screen and (min-width: 2250px) {
	.image-slider {
		height: 1050px;
	}
}
/* Additional media queries for the image slider ------------------------------------------------------------------- */