/*
Theme Name: Cycle City Theme
Theme URI: http://cyclevancouver.com/
Description: Cycle City Vancouver WordPress Website
Author: Hendrik Daldrup
Author URI: http://jinarigo.ca
Version: 0.1
*/

.xola-checkout.xola-custom.xola-orange {
	background: url(assets/banner-book-tour.png) left top no-repeat;
	display: inline-block;
	width: 200px;
	height: 44px;
	padding-top: 13px;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	transition: all 0.25s ease;
}


p.lr-pad img {
	padding: 10px 15px;
}

#booking-calendar-container iframe {
	min-height: 1300px;
}

.woocommerce form.woocommerce-ResetPassword .form-row.woocommerce-form-row--first {
	float: none;
	margin: 10px auto;
}

.woocommerce-MyAccount-navigation > ul {
	margin-bottom: 40px;
	list-style: none;
}

.woocommerce-MyAccount-navigation > ul li {
	padding: 10px;
	display: inline-block;
}
.woocommerce-MyAccount-navigation > ul li a {
	color: #da5302;
}
.woocommerce-MyAccount-navigation > ul li a:hover {
	text-decoration: underline;
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	text-align: left;
}

.woocommerce .cart-collaterals .cart_totals h2,
.wc-proceed-to-checkout {
	text-align: right;
}

.cart_totals .cart-subtotal td,
.cart_totals .order-total td {
	text-align: right;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt {
	background-color: #da5302;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover { 
	background-color: #6e2a01;
}

.woocommerce form .form-row label {
	text-align: left;
}
.woocommerce-checkout #payment ul.payment_methods li label,
ul.payment_methods li label {
	width: 100%
}
.woocommerce-checkout #payment ul.payment_methods li label img,
ul.payment_methods li label img {
	display: inline-block;
	max-width: 50px;
}
.woocommerce td.product-name dl.variation dd.variation-From {
	padding-top: 5px;
}
.woocommerce td.product-name dl.variation dd.variation-Message {
	padding-top: 4px;
}

#pwgc-purchase-container {
/*	display: block !important; */
}

.threecol-home .block-wrapper {
	position: relative;
}
.threecol-home .threecol-hover {
	background: rgba(0, 0, 5, 0.56);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.threecol-home .column:hover .threecol-hover {
	opacity: 1;
}
.threecol-home .vertical-center {
	height: 500px !important;
	position: relative;
}
.threecol-home .sideborder > .row {
	background: #fff;
	padding: 10px 5px 0 5px;
}
.threecol-home .column.column-block {
	position: relative;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	transition: all 1.5s ease-in-out;
}
.threecol-home .column.column-block h3 {
	color: #fff;
}

.instagram-carousel .item a img.insta-icon {
  position: absolute;
  width: auto;
  border: none;
  bottom: 10px;
	right: 10px;
	padding-bottom: 0;
}

.why-row .columns {
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}

.contact-col {
	font-style: italic;
	font-size: 18px;
}
.contact-col strong {
	letter-spacing: 1px;
	font-style: normal;
	color: #DA5302;
}
.contact-col a {
	text-decoration: underline;
	color: #000;
}

.entry.orangebg a {
	color: #000;
	text-decoration: underline;
}

.service-toggle-wrapper {
	padding: 40px 65px;
	padding-top: 60px;
	position: relative;
	background: url(assets/service-toggle-bkg.png) top left no-repeat;
	background-size: cover;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}
.service-toggle-wrapper:first-of-type {
	padding-top: 40px;
}
.service-toggle-wrapper h3 {
	margin-bottom: 10px;
	color: #da5302;
}
.service-toggle-wrapper .service-toggle-btn {
	height: 42px;
	width: 42px;
	position: absolute;
	bottom: -21px;
	left: 50%;
	transform: translateX(-50%);
	background: url(assets/service-toggle-down.png) center center no-repeat;
	transition: all 0.25s ease-in-out;
	z-index: 1;
}
.service-toggle-wrapper .service-toggle-btn.active {
	transform: rotate(180deg) translateX(50%);
}


.service-toggle-hidden {
	padding: 60px 65px 40px 65px;
	display: none;
}
.service-toggle-hidden ul {
	list-style-position: inside;
}

.bold-19 {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
}
.bold-22 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
}
.row.width-240 .column-block > p {
	margin-bottom: 0;
}
.row.width-240 .column-block div {
	max-width: 240px;
	margin: 0 auto;
}

.notice-wrapper {
	text-align: center;
	border: 1px solid #E1E1E1;
	border-radius: 10px;
	padding: 30px 60px;
}
.notice-wrapper h5 {
	color: #da5302;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 25px;
}
.notice-wrapper .notice-content {
	font-style: italic;
	font-size: 20px;
}
.notice-wrapper .notice-content ul {
	list-style-position: inside;
}

.mc4wp-form .red-text {
	color: red;
}
.mc4wp-form .small-banner.no-margin {
	margin-left: 0;
}

.mc4wp-form-fields {
	text-align: center;	
}
.mc4wp-form-fields input[type=text],
.mc4wp-form-fields input[type=email] {
	display: inline-block;
	width: auto;
	margin: 0 5px 20px 5px;
}

.tours-main-tours {

}
.tours-main-tours .column {
	position: relative;
}
.tours-main-tours .column .tour-main-image {
	width: 100%;
}
.tours-main-tours .column .duration-time-overlay {
	position: absolute;
	bottom: 15px;
	background: #da5302;
	padding: 10px 15px;
	padding-right: 20px;
	color: #fff;
}
.tours-main-tours .column .duration-time-overlay .tour-duration-icon {
	padding-right: 7px;
	padding-bottom: 3px;
}
.tours-main-tours .column .duration-time-overlay .tour-price-icon {
	padding-left: 15px;
	padding-right: 7px;
	padding-bottom: 3px;
}

.tours-main-tours .column .overlay-background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: inherit;
}
.tours-main-tours .column .overlay-background div {
	opacity: 0.52;
	width: 100%;
	height: 100%;
	transition: all 0.25s ease-in-out;
}
.tours-main-tours .column .overlay-background.active div {
	background: #000005;
}
.tours-main-tours .column .overlay-wrapper {
	position: absolute;
  top: 0;
  left: 0;
  right: 0;
	bottom: 0;
	padding: inherit;
}
.tours-main-tours .column .overlay-wrapper .overlay-outer {
	display: table;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.tours-main-tours .column .overlay-wrapper .overlay-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	max-width: 250px;
}
.tours-main-tours .column .overlay-wrapper .overlay-inner h3 {
	color: #fff;
  max-width: 280px;
	display: inline-block;	
}
.tours-main-tours .column .overlay-wrapper .overlay-inner p {
	max-width: 280px;
	margin: 0 auto;
}
.tours-main-tours .column .overlay-wrapper .overlay-inner .hidden {
	color: #fff;
}
.tours-main-tours .column .overlay-wrapper .overlay-inner .hidden .small-banner {
	padding: 9px 10px;
	margin-top: 20px;
}
.tours-main-tours .column .overlay-wrapper .overlay-inner .hidden a {
	margin-right: 30px;
}
.tours-main-tours .column .overlay-wrapper .overlay-inner .hidden .xola-custom {
	margin-right: 13px;
}

#topmenu-mobile li {
	position: relative;
}
#topmenu-mobile li a {
	padding-left: 50px;
	text-align: left;
}
#topmenu-mobile > li.menu-item-has-children > a::before {
	content: " ";
	background: url(assets/icon-quote-arrow-right.png) left top no-repeat;
	position: absolute;
	left: 15px;
	top: 19px;
	transition: all 0.25s ease;
	width: 10px;
	height: 15px;
	background-size: 10px 15px;
}
#topmenu-mobile > li.menu-item-has-children > a.active::before {
	transform: rotate(90deg);
}
#topmenu-mobile li .sub-menu {
	display: none;
}
#topmenu-mobile li .sub-menu li {
	border-bottom: none;
}
#topmenu-mobile li .sub-menu li a {
	font-size: 14px;
	padding-top: 0;
}

.header-main-nav-row .header-main-nav-left {
	text-align: right;
	position: relative;
	height: 130px;
}
.header-main-nav-row .header-main-nav-right {
	text-align: left;
	position: relative;
	height: 130px;
}
#menu-main-menu-left {
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: "norwesterregular",sans-serif;
	font-size: 26px;
	text-transform: uppercase;
}
#menu-main-menu-left li {
	display: inline-block;
	padding-left: 25px;
	position: relative;
}
#menu-main-menu-left li .sub-menu {
	display: none;
	position: absolute;
	z-index: 200;
	top: 57px;
	right: 50px;
	left: 0;
	min-width: 250px;
	text-align: left;
	background: rgba(0,0,0,0.8);
	padding-bottom: 10px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}
#menu-main-menu-left li .sub-menu li {
	display: block;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
#menu-main-menu-left li .sub-menu li a {
	white-space: nowrap;
}

#menu-main-menu-right {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 0;
	font-family: "norwesterregular",sans-serif;
	font-size: 26px;
	text-transform: uppercase;
}
#menu-main-menu-right > li {
	display: inline-block;
	padding-right: 25px;
	position: relative;
}
#menu-main-menu-right li .sub-menu {
	display: none;
	position: absolute;
	z-index: 200;
	top: 57px;
	right: 50px;
	left: -5px;
	min-width: 250px;
	text-align: left;
	background: rgba(0,0,0,0.8);
	margin-left: 0;
	padding-bottom: 10px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}
#menu-main-menu-right li .sub-menu li {
	display: block;
	padding-bottom: 10px;
	padding-left: 25px;
	letter-spacing: 1px;
}
#menu-main-menu-right li .sub-menu li a {
	white-space: nowrap;
}

#menu-main-menu-left li a,
#menu-main-menu-right li a {
	color: #fff;
	transition: all .25s ease;
}
#menu-main-menu-left li.current_page_item > a,
#menu-main-menu-right li.current_page_item > a,
#menu-main-menu-left li a:hover,
#menu-main-menu-right li a:hover {
	color: #da5302;
}

#menu-top-header-menu {
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 15px;
	margin-right: 10px;
	font-weight: 600;
	z-index: 1000;
}
#menu-top-header-menu li {
	display: inline;
	padding-right: 20px;
	position: relative;
}
#menu-top-header-menu li a {
	color: #959595;
}
#menu-top-header-menu li a:hover {
	color: #da5302;
}
#menu-top-header-menu li .sub-menu,
#headernav-fixed li .sub-menu{
	display: none;
	position: absolute;
	z-index: 200;
	top: 20px;
	right: 0;
	min-width: 250px;
	padding-left: 15px;
	margin-left: 0;
	left: 0;
	text-align: left;
	background: rgba(218,83,2,0.8);
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}
#headernav-fixed li .sub-menu {
	left: 15px;
  padding-bottom: 0;
	padding-left: 0;
}
#menu-top-header-menu li .sub-menu li,
#headernav-fixed li .sub-menu li {
	display: block;
	padding-bottom: 0;
}
#menu-top-header-menu li .sub-menu li a,
#headernav-fixed li .sub-menu li a {
	white-space: nowrap;
	color: #fff !important;
	font-weight: bold !important;
	font-size: 12px;
}

#fixednavcontainer ul#headernav-fixed li a {
	font-weight: 600;
	transition: all .25s ease;
}
#fixednavcontainer ul#headernav-fixed li a:hover {
	color: #da5302;
}

#mainnav-fixed li .sub-menu {
	display: none;
	position: absolute;
	background: rgba(0,0,0,0.8);
	left: 0;
	top: 53px;
	font-size: 14px;
	min-width: 250px;
	padding-bottom: 15px;
	padding-top: 10px;
}
#mainnav-fixed li .sub-menu li {
	width: 100%;
	margin-top: 0;
}
#mainnav-fixed li .sub-menu li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}
#mainnav-fixed li a {
	transition: all .25s ease;
}
#mainnav-fixed li.current_page_item > a,
#mainnav-fixed li a:hover {
	color: #da5302;
}


.highlight-top {
	position: relative;
	overflow: hidden;
}
.highlight-flag {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 10;
}
.highlight-top .highlight-background {
	transition: all .2s ease-in-out;
}
.highlight-top .highlight-background:hover {
	transform: scale(1.1);
}
.highlight-bottom {
	padding: 30px;
  padding-bottom: 14px;
	text-align: center;
}
.highlight-bottom .orangetext {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.highlights-row .columns {
	padding: 0 3px;
}
.tour-video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.tour-video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tour-gallery {
	padding-top: 55px;
	padding-bottom: 44px;
}
.tour-testimonials-row {
	margin-top: 75px;
}
.tour-banner {
	background: url(assets/banner-book-tour.png) left top no-repeat;
	display: inline-block;
	width: 200px;
	height: 44px;
	padding-top: 13px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	transition: all 0.25s ease;
}
.tour-banner:hover {
	opacity: 0.8;
	color: #fff;
}

.tour-availability-row {
	padding: 40px 0;
}

.tour-availability-row .columns {
	text-align: center;
}
.tour-availability-row .columns h5 {
	padding-top: 11px;
	padding-bottom: 4px;
}
.tour-availability-row .columns p {
	font-size: 18px;
}
.tour-logo-content {
	padding-left: 60px;
}
.tour-logo-content h3 {
	margin-top: 0;
	margin-bottom: 32px;
}
.tour-gallery-wrapper {
	position: relative;
}
.tour-gallery-wrapper .owlnext {
	background-image: url('assets/tour-gallery-btn-next.png');
	z-index: 2000;
	width: 52px;
	height: 52px;
	right: -26px;
	top: 47%;
}
.tour-gallery-wrapper .owlprev {
	background-image: url('assets/tour-gallery-btn-prev.png');
	z-index: 2000;
	width: 52px;
	height: 52px;
	left: -26px;
	top: 47%;
}
.tour-gallery-wrapper .owl-nav {
	display: none;
}
.tour-contact-form-row .wpcf7-form input,
.tour-contact-form-row .wpcf7-form textarea {
	background: #F6F6F6;
}
.tour-contact-form-row form.wpcf7-form p {
	text-align: left;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.tour-contact-form-row form.wpcf7-form .wpcf7-submit {
	width: 100%;
	font-weight: 600;
}
.tour-contact-form-row form.wpcf7-form .wpcf7-submit:focus {
	outline: none;
}

.breadcrumbs-wrapper {
	background: #f5f5f2;
	text-align: center;
	padding: 30px;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
}
.breadcrumbs-wrapper a {
	color: #000;
}
.breadcrumbs-wrapper a:hover {
	text-decoration: underline;
}
.breadcrumbs-wrapper a.curpage {
	color: #da5302;
}

.small-banner.black-banner {
	background: #000;
	font-size: 12.5px;
	line-height: 12.5px;
	text-decoration: none;
	margin-right: 25px;
}
.small-banner.black-banner:before {
	background: url(assets/icon-bannersmall-black-left.png) left center no-repeat;
	top: -1px;
}
.small-banner.black-banner:after {
	background: url(assets/icon-bannersmall-black-right.png) left center no-repeat;
	top: -1px;
}

.rentalmodalnew .close-button {
	background: #da5302;
	color: #fff;
	right: 0;
	top: 0;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 5px;
}
.rentalmodalnew .modalrate {
	width: 50%;
}

/* FOUNDATION FIX FOR CUSTOM CHANGES IN OLD VERSION FILES - START */
/* FOUNDATION FIX FOR CUSTOM CHANGES IN OLD VERSION FILES - START */
/* FOUNDATION FIX FOR CUSTOM CHANGES IN OLD VERSION FILES - START */

body {
	background: white;
	color: #1f212b;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	position: relative;
}

.row {
    max-width: 78rem;
    margin-right: auto;
    margin-left: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "norwesterregular",sans-serif;
	text-transform: uppercase;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
a:hover, a:focus, a:active {
	color: #2795b6;
}
a {
	color: #2ba6cb;
}
.alert.top-alert {
	font-size: 0.875em;
	padding: 0.6875em 1.3125em 0.75em 0.6875em;
}
.alert.top-alert .close-button {
	font-weight: bold;
	font-family: "Droid Serif", serif;
}
.cycle-slidebar .menu ul {
	margin-left: 0;
}
.columns.guides-prev, .columns.guides-next, .columns.pressprevarrow, .columns.pressnextarrow {
	position: relative;
}
#pressentry-list .owl-item .row {
	margin-left: 2px;
	margin-right: 2px;
}
/* FOUNDATION FIX FOR CUSTOM CHANGES IN OLD VERSION FILES - END   */
/* FOUNDATION FIX FOR CUSTOM CHANGES IN OLD VERSION FILES - END   */
/* FOUNDATION FIX FOR CUSTOM CHANGES IN OLD VERSION FILES - END   */

.view-rates-btn {
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 13.5px;
    text-decoration: underline;
}

.featuredin {
	text-align: center;
}

.bikeslider .owl-nav {
	display: none;
}
.twocolbkg-full {
	width: 100%;
	max-width: 100%;
	padding: 0 100px 0 100px;
}
.twocolbkg-full-inner {
}
.twocolbkg-full-inner-content {
}

.twocol-full-col {
	overflow: hidden;
}
.twocol-full .fullrow {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.twocol-full-container {
	height: 400px;
	width: 100%;
	display: table;
	overflow: hidden;
	position: relative;
}
.rollover-visible-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	text-align: center;
    display: table;
	color: #fff;
}
.rollover-visible-content-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color:#fff;
}
.rollover-visible-content-inner h4 {
    font-size: 50px;
    line-height: 56px;
}
.rollover-visible-content-inner h3.group-large {
	font-size: 58px;
  line-height: 58px;
}
.rollover-invisible-content {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
}
.rollover-invisible-content-table {
    width:100%;
    height: 100%;
    display: table;
    padding: 0 25px;
}
.rollover-invisible-content-table-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.rollover-invisible-content-table-inner h3 {
    font-size: 40px;
}
.rollover-invisible-content-table-inner h3.group-small {
	font-size: 46px;
	line-height: 46px;
}
.why-col-wrapper {
		max-width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.why-col-content {
	padding: 15px;
    background: #fff;
		min-height: 260px;
		position: relative;
		padding-bottom: 80px;
}
.why-col-content >:last-child {
		position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
.whyheaderarea {
    padding-bottom:30px;
}
.why-col-content h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform: none !important;
    font-weight: bold;
    color:#da5302;
    font-size: 17px;
    line-height: 22px;
    padding: 8px 0 12px 0;
}
.why-col-image img {
    width:100%;
    height: auto !important;
}

.fourcoldheader {
    /* width:100%; */
    padding-bottom: 25px;
}
.fourcoldheader h3 {
  line-height: 78px !important;
}
.fourcoldheader h1, .fourcoldheader h2,
.fourcoldheader h3, .fourcoldheader h4 {
    color:#fff;
}
.fourcolrows .columns p {
    font-family: 'Montserrat', sans-serif;
}
.fourcolrows .columns p, .fourcolrows .columns h1,
.fourcolrows .columns h2, .fourcolrows .columns h3,
.fourcolrows .columns h4 {
    color:#fff;
}
.fourcoldheader.blacktext h1, .fourcoldheader.blacktext h2,
.fourcoldheader.blacktext h3, .fourcoldheader.blacktext h4 {
    color:#000;
}
.fourcolrows.blacktext .columns p, .fourcolrows.blacktext .columns h1,
.fourcolrows.blacktext .columns h2, .fourcolrows.blacktext .columns h3,
.fourcolrows.blacktext .columns h4 {
    color:#000;
}


.hashtag {

}
.hashtag .hashorange {
    color:#da5302;
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.hashtag .hashtext {
    color: #000;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 6px;
}


html[data-useragent*='MSIE 10.0'] .fg-overlay {
  display: none !important;
}

.map-toggle-wrapper {
  cursor: pointer;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.map-toggle-wrapper img.map-toggle {
  margin-left: 20px;
}
.map-toggle-content {
  display: none;
}


.instagram-carousel {

}
.instagram-carousel .owl-stage-outer {
  padding-bottom: 40px;
}
.instagram-carousel .item a img {
    width:100%;
    height: auto !important;
    /* border: 1px solid #fff; */
    position: relative;
    padding-bottom: 38px;
}
.instagram-carousel .item a::after {
    content:"";
    position: absolute;
    bottom: -36px;
    left: 0;
    background: url(assets/instagram-shadow.jpg) bottom center no-repeat;
    width:100%;
    height:36px;
}
.instagramheader {
    width:100%;
    padding-bottom: 15px;
}
.instagramfooter {
    width:100%;
    padding-top: 15px;
}




.rentalmodal {
    background: #f5f5f2;
    padding: 30px 40px;
}
.rentalmodal table tbody tr:nth-child(even) {
    background: none !important;
}
.rentalmodal table tbody {
    border: none !important;
    background: none !important;
}
.rentalmodal table tbody th, 
.rentalmodal table tbody td {
    font-family: 'Montserrat', sans-serif;
}
.rentalmodal table tbody td.modalrate {
    font-weight: bold;
    color:#da5302;
}
.rentalmodal h3 {
    border: 1px solid #e1e1e1;
    background: #fff;
    font-size: 13px;
    padding-left: 20px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color:#da5302;
}
.rentalmodal .small-banner {
    margin-bottom:15px;
}

/*** VIDEO PROMO ***/
.video-wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.video-wrapper video {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  overflow-y: hidden;
  width: 100%;
}

.highlight-box {
  background: #eb600d none repeat scroll 0 0;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}

.alert.header-promo-alert .close {
	color:#fff;
opacity:1;
font-size:14px;
margin-top:7px;
margin-right:6px;
}

.bikerental-header-left {
  text-align: right;
}
.bikerental-header-right {

}
.row.bikerental-headers {
	margin-bottom:25px;
}
.bikerental-header-left.active, .bikerental-header-right.active {
  background-color: #eb600d;
}
.bikerental-header-left h3, .bikerental-header-right h3 {
  color: #fff;
  margin-top: 24px;
  cursor: pointer;
  font-size:30px !important;
}
.bikerental-low-row {
  display: none;
}

.single-image-wrapper {
  display: inline-block;
  position: relative;
}

ul#twitter_feed {
}
ul#twitter_feed li {
	list-style:none;
/*	padding:16px 20px; */
	font-size:14px;
  display: none;
  min-height: 150px;
}

.blog-side-col-twitter a {
  color: #da5302;
}
.blog-side-col-twitter a:hover {
  color: #da5302;
  opacity: 0.7;
}

.fancybox-gallery {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.fg-overlay {
  background: url('assets/blog/lightbox-background.png') center center no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  pointer-events: none;
}

.socialadvisor .row,
.giftcert .row {
  max-width: 100%;
}

#mobilenav-fixed {
  margin-right: 60px;
}

.individual-blog-post .blog-listings-single-cat {
  left: auto !important;
}

.hidden {
  display: none;
}
.large-centered img {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:inline-block;
}

.two-images-row a.fancybox,
.single-image-wrapper a.fancybox {
  display: block;
  position: relative;
}
.two-images-row img,
.single-image-wrapper img {
  display: block;
}

#mc_embed_signup {
	background: #f5f5f2 !important;
}
form.wpcf7-form,
form#mc-embedded-subscribe-form {
	width:70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}
form.wpcf7-form p {
	margin:0;
}
form.wpcf7-form .wpcf7-text,
form#mc-embedded-subscribe-form input#mce-EMAIL,
form#mc-embedded-subscribe-form input#mce-FNAME,
form#mc-embedded-subscribe-form input#mce-LNAME,
textarea {
	border:none;
	border-radius:6px;
}
form.wpcf7-form .wpcf7-submit,
form#mc-embedded-subscribe-form input#mc-embedded-subscribe {
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:13.5px;
	font-weight: 600;
  line-height: 13.5px;
	letter-spacing:1px;
	background:url(assets/icon-banner-submit.png) center center no-repeat;
	background-size:131px 32px;
	padding:9px 30px 9px 20px;
	margin-left:15px;
	color:#FFF;
	text-align:center;
	position:relative;
	clear:both;
	margin-top:10px;
	display:inline-block;
	border:none !important;
	width:131px;
	height:32px;
	margin-left:0;
}
form#mc-embedded-subscribe-form .mce_inline_error {
	margin: 0 0 1em 0;
	padding: 10px 10px;
	background-color: #da5302;
	font-weight: normal;
	z-index: 1;
	color: #fff;
	font-size:14px;
	font-style:italic;
	border-radius:6px;
}
form#mc-embedded-subscribe-form div#mce-success-response.response {
	font-size: 14px;
	line-height:18px;
	margin:6px 0;
	font-style:italic;
}
.fixednavlogo h3 {
	transition: all 0.25s ease;
}
.fixednavlogo a:hover h3 {
	color: #da5302;
}
.whitetext.fixednavlogotext a {
	color:#fff !important;
}


.individual-blog-post .blog-post-content-single .two-images-row {
	width:100%;
	clear:both;
	margin:15px 0;
}
.individual-blog-post .blog-post-content-single .two-images-row .columns:first-child {
	padding-left:0;
	margin-left:0;
}
.individual-blog-post .blog-post-content-single .two-images-row .columns:last-child {
	padding-right:0;
	margin-right:0;
}




/******** BLOG STYLING *******/

#blog-side-col .blog-side-col-inner .blog-side-col-categories .blog-side-col-categories-latest-post li a {
  color: #da5302;
}
#blog-side-col .blog-side-col-inner .blog-side-col-categories-archives {
	display: none;
}
#blog-side-col .blog-side-col-inner .blog-side-col-popular h3 {
  text-align: right;
}
#blog-side-col .blog-side-col-inner .popular-posts-slider ul {
	list-style: none;
	margin-left: 0;
}
#blog-side-col .blog-side-col-inner .popular-posts-slider .popular-posts-slider-content {
  text-align: center;
}
#blog-side-col .blog-side-col-inner .popular-posts-slider .popular-posts-slider-content p {
	margin:0;
	margin-top:16px;
}
#blog-side-col .blog-side-col-inner .popular-posts-slider .popular-posts-slider-content a {
  color: #1c1c1c;
  line-height:16px;
  font-size:13px;
  font-family: 'Open Sans';
}
#blog-side-col .blog-side-col-inner .popular-posts-slider .popular-posts-slider-content img {
	width:100%;
}
#blog-side-col .blog-side-col-inner .popular-posts-slider .owl-prev,
#blog-side-col .blog-side-col-inner .popular-posts-slider .owl-next {
  background: #da5302 none repeat scroll 0 0;
	opacity:1;
	color: #fff;
	display: inline-block;
	margin: 5px;
	padding: 3px 10px !important;
	font-size: 12px;
	border-radius: 30px;
}

.blog-listings-single-meta-single .columns,
.blog-post-content-tagshare .columns {
  padding: 0 !important;
}

.social-fb {
  padding-right: 15px;
}

.blog-header {
	width:100%;
	clear:both;
	background:#fff;
	text-align:center;
	padding:50px 0;
}
.blog-header h1 {
	font-size:90px;
	line-height:84px;
	color:#000;
	margin-bottom:20px;
}
.blog-header h1 a {
	color:#000 !important;
}
.blog-header h3 {
	font-family: 'Droid Serif', serif;
	color:#da5302;
	font-style:italic;
	font-size:38px;
	margin-bottom:0;
	text-transform:none !important;
}

.blog-entry-content .individual-blog-post {
	position: relative;
}
.blog-entry-content .individual-blog-post ol {
	margin-left:30px;
	font-family: 'Open Sans';
	font-size:14px;
}
.blog-entry-content .individual-blog-post ol li {
	margin-bottom:8px;
}
div.individual-blog-post-featured-img {
	margin:0 50px 10px 0;
}
.blog-entry-content .individual-blog-post .individual-blog-post-featured-img img {
	width:100%;
	height:auto !important;
}
.blog-entry-content .blog-section-row {
	max-width: 88em;
}
.blog-entry-content .individual-blog-post .blog-post-content-single {
	padding:15px 50px 30px 0;
}
.blog-entry-content .individual-blog-post .foodiedesc {
	padding:12px 0 12px 0;
	margin-bottom:20px;
	border-bottom:1px solid #dadada;
}
.blog-entry-content .individual-blog-post .foodiedesc p {
	margin-bottom:16px;
}
.blog-entry-content .individual-blog-post .foodiedesc p strong {
	font-size:18px;
	color:#da5302;
	font-family:'Droid Serif';
	font-style:italic;
	display:block;
	font-weight:normal;
	margin:0;
	line-height: 6px;
}
.blog-entry-content .individual-blog-post .foodiedesc a {
	display: inline-block;
	margin-top:16px;
}
.blog-entry-content .individual-blog-post .blog-post-content-single h1, .blog-entry-content .individual-blog-post .blog-post-content-single h2,
.blog-entry-content .individual-blog-post .blog-post-content-single h3, .blog-entry-content .individual-blog-post .blog-post-content-single h4,
.blog-entry-content .individual-blog-post .blog-post-content-single h5, .blog-entry-content .individual-blog-post .blog-post-content-single h6 {
	font-family: 'Droid Serif', serif;
	font-style:italic;
	font-size:28px;
	text-transform:none !important;
}
.blog-entry-content .individual-blog-post .blog-post-content-single h1, .blog-entry-content .individual-blog-post .blog-post-content-single h2 {
	font-family: 'Droid Serif', serif;
	font-style:italic;
	font-size:38px;
	text-transform:none !important;
}
.blog-entry-content .individual-blog-post .blog-post-content-single p {
	font-family:'Open Sans', sans-serif;
	color:#222222;
	font-size:1em;
}
.blog-entry-content .individual-blog-post .special-promo-row {
	margin:20px 0 25px 0;
	width:80%;
	padding:5px 15px 15px 15px;
}
.blog-entry-content .individual-blog-post .special-promo-row h1, .blog-entry-content .individual-blog-post .special-promo-row h2,
.blog-entry-content .individual-blog-post .special-promo-row h3, .blog-entry-content .individual-blog-post .special-promo-row h4 {
	font-size:26px;
	margin-bottom:3px;
}
.blog-entry-content .individual-blog-post .special-promo-row p {
	font-size:16px;
}
.blog-entry-content .individual-blog-post .special-promo-row img {
	margin-top:25px;
	margin-bottom:25px;
}
.blog-entry-content .individual-blog-post .blog-post-content {
	position:relative;
	height:338px;
	background-size:cover !important;
}
.blog-entry-content .individual-blog-post .blog-post-content .blog-listings-single-cat,
.blog-entry-content .individual-blog-post .blog-listings-single-cat {
	position:absolute;
	top:0;
	left:0;
	width:60%;
	padding:10px 12px 0 12px;
	z-index:100;
	background: #da5302; /* default color */
    background:
		-moz-linear-gradient(315deg, transparent 32px, #da5302 0) bottom right;
    background:
		-o-linear-gradient(315deg, transparent 32px, #da5302 0) bottom right;
    background:
		-webkit-linear-gradient(315deg, transparent 32px, #da5302 0) bottom right;
	background:
		linear-gradient(315deg, transparent 32px, #da5302 0) bottom right;
}
.blog-entry-content .individual-blog-post .blog-post-content .blog-listings-single-cat p,
.blog-entry-content .individual-blog-post .blog-listings-single-cat p {
	color:#fff;
	font-style:italic;
	line-height:20px;
	margin:0;
	padding:0 0 12px 0;
}
.blog-entry-content .individual-blog-post .blog-post-content .blog-listings-single-cat ul.post-categories,
.blog-entry-content .individual-blog-post .blog-post-content .blog-listings-single-cat ul.post-categories li,
.blog-entry-content .individual-blog-post .blog-listings-single-cat ul.post-categories,
.blog-entry-content .individual-blog-post .blog-listings-single-cat ul.post-categories li {
	margin:0;
	padding:0;
	list-style:none;
}
.blog-entry-content .individual-blog-post .blog-post-content .blog-listings-single-cat ul.post-categories li a,
.blog-entry-content .individual-blog-post .blog-listings-single-cat ul.post-categories li a {
	color:#fff;
	padding-bottom:9px;
	display:block;
	font-style:italic;
}

.blog-entry-content .individual-blog-post .blog-listings-single-meta {
	width:100%;
	clear:both;
	margin-top:8px;
	padding-top:8px;
	margin-bottom:16px;
	border-top:1px solid #e1e1e1;
}
.blog-entry-content .individual-blog-post .blog-listings-single-meta-single {
	width:100%;
	clear:both;
	margin-top:20px;
	padding-top:12px;
	margin-bottom:24px;
	border-bottom:1px solid #e1e1e1;
}
.blog-entry-content .individual-blog-post .blog-listings-single-meta p, .blog-entry-content .individual-blog-post .blog-listings-single-meta-single p {
	font-size:12px;
	color:#959595;
	margin:0;
}
.blog-entry-content .individual-blog-post .blog-listings-single-meta p .meta-author, .blog-entry-content .individual-blog-post .blog-listings-single-meta-single p .meta-author {
	color:#da5302;
}


#blog-listings-more {
	display:block;
	width:100%;
	clear:both;
	margin:25px 0 20px 0;
	padding:12px 0;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	text-align:center;
}
#blog-listings-more a {
	font-size:22px;
	color:#1c1c1c;
	font-family:'Droid Serif';
	font-style:italic;
}
span.disqus-comment-count.right {
	font-size:12px;
	color:#da5302;
	margin:0;
	font-family: 'Open Sans';
}



.blog-entry-content .individual-blog-post .blog-post-content .blog-listings-single-rollover {
	background:#f5f5f5;
	border:1px solid #e1e1e1;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:338px;
	z-index:50;
	opacity: 0;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.blog-entry-content .individual-blog-post .blog-post-content:hover .blog-listings-single-rollover {
	opacity: 1;
	position:relative;
}
.blog-entry-content .individual-blog-post .blog-post-content .blog-listings-single-rollover .blog-listings-single-rollover-inner {
	width:100%;
	position:absolute;
	left:15px;
	bottom:15px;
	right:15px;
	padding-right:30px;
}
.blog-entry-content .individual-blog-post .blog-post-content .blog-listings-single-rollover .blog-listings-single-rollover-inner h3 {
	font-size:26px;
	color:#1c1c1c;
	font-style:italic;
	font-family:'Droid Serif';
	text-transform:none !important;
	line-height:30px;
}
.blog-entry-content .individual-blog-post .blog-post-content .blog-listings-single-rollover .blog-listings-single-rollover-inner a.blog-readmore {
	font-size:15px;
	color:#da5302;
	font-style:italic;
	font-weight:bold;
	font-family:'Droid Serif';
	display:block;
	clear:both;
	width:100%;
}

.blog-post-content-tagshare {
	width:100%;
	clear:both;
	padding-bottom:0;
	margin-top:40px;
	margin-bottom:30px;
	border-bottom:1px solid #e1e1e1;
}
.blog-entry-content .individual-blog-post .blog-post-content-tagshare p {
	font-size:12px;
	color:#da5302;
}
.blog-entry-content .individual-blog-post .blog-post-content-tagshare p a {
	color:#959595;
}





#blog-side-col {
}
#blog-side-col .blog-side-col-inner {
	padding-left:10px;
}
#blog-side-col .blog-side-col-inner .blog-side-col-search {
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	padding:3px 0;
}
#blog-side-col .blog-side-col-inner .blog-side-col-search form#searchform  {
	margin-top:16px;
}
#blog-side-col .blog-side-col-inner .blog-side-col-search form#searchform fieldset {
	border: none;
	padding: 0;
	margin: 0;
	position:relative;
}
#blog-side-col .blog-side-col-inner .blog-side-col-search form#searchform fieldset #s {

}
#blog-side-col .blog-side-col-inner .blog-side-col-search form#searchform fieldset #searchsubmit {
	position:absolute;
	top:5px;
	right:10px;
	background:url(assets/blog/icon-search.png) center right no-repeat;
	background-size:20px 21px;
	text-indent:-9999px;
	display:block;
	border:0;
	width:24px;
height:24px;
box-shadow: none;
outline-width: 0;
outline: none;
}
#blog-side-col .blog-side-col-inner .blog-side-col-categories {
	border-bottom:1px solid #e1e1e1;
	padding:18px 0;
}
#blog-side-col .blog-side-col-inner .blog-side-col-categories ul {
	margin:0;
	padding:0;
	list-style:none;
}
#blog-side-col .blog-side-col-inner .blog-side-col-categories ul li {
	display:block;
	clear:both;
	width:100%;
}
#blog-side-col .blog-side-col-inner .blog-side-col-categories ul li a {
	display:block;
	padding:1px 0;
	font-family:'Droid Serif';
	color:#1c1c1c;
	font-size:16px;
	text-align:right;
}
#blog-side-col .blog-side-col-inner .blog-side-col-categories ul li a:hover {
	color:#da5302;
}
#blog-side-col .blog-side-col-inner .blog-side-col-social {
	border-bottom:1px solid #e1e1e1;
	padding:18px 0;
	text-align:right !important;
}
#blog-side-col .blog-side-col-inner .blog-side-col-social .side-col-facebook {
	display:inline-block;
	background:url(assets/blog/icon-side-facebook.png) center center no-repeat;
	background-size:15px 24px;
	width:15px;
	height:24px;
	padding:0 9px;
}
#blog-side-col .blog-side-col-inner .blog-side-col-social .side-col-twitter {
	display:inline-block;
	background:url(assets/blog/icon-side-twitter.png) center center no-repeat;
	background-size:26px 24px;
	width:26px;
	height:24px;
	padding:0 9px;
}
#blog-side-col .blog-side-col-inner .blog-side-col-social .side-col-instagram {
	display:inline-block;
	background:url(assets/blog/instagram.png) center center no-repeat;
	background-size:23px 24px;
	width:23px;
	height:24px;
	padding:0 9px;
}
#blog-side-col .blog-side-col-inner .blog-side-col-social .side-col-trip {
	display:inline-block;
	background:url(assets/blog/icon-side-tripadvisor.png) center center no-repeat;
	background-size:38px 24px;
	width:38px;
	height:24px;
	padding:0 9px;
}
#blog-side-col .blog-side-col-inner .blog-side-col-instagram {
	border-bottom:1px solid #e1e1e1;
	padding:12px 0;
	text-align:right !important;
}
#blog-side-col .blog-side-col-inner .blog-side-col-twitter {
	border-bottom:1px solid #e1e1e1;
	padding:12px 0 0 0;
	text-align:right !important;
}
#blog-side-col .blog-side-col-inner .blog-side-col-popular {
	border-bottom:1px solid #e1e1e1;
	padding:10px 0 0 0;
}
#blog-side-col .blog-side-col-inner .blog-side-col-tags {
	border-bottom:1px solid #e1e1e1;
	padding:12px 0;
	text-align:right !important;
}
#blog-side-col .blog-side-col-inner .blog-side-col-tags ul {
	list-style:none;
	margin:0;
	padding:0;
}
#blog-side-col .blog-side-col-inner .blog-side-col-tags ul li {
	display:inline-block;
}
#blog-side-col .blog-side-col-inner .blog-side-col-tags ul li a {
	font-size:12px;
	line-height:16px;
	color:#1c1c1c;
	text-decoration:underline;
	display:inline-block;
	padding:2px 3px;
	font-family: 'Open Sans';
}
#blog-side-col .blog-side-col-inner .blog-side-col-instagram h3,
#blog-side-col .blog-side-col-inner .blog-side-col-twitter h3,
#blog-side-col .blog-side-col-inner .blog-side-col-popular h3,
#blog-side-col .blog-side-col-inner .blog-side-col-tags h3 {
	padding:0;
	margin:0;
	font-family:'Droid Serif';
	font-style:italic;
	font-size:18px;
	color:#1c1c1c;
	text-transform:none;
}

.feature-tours-content {
}
.feature-tours-content .feature-tours-header {
	text-align:center;
	padding:40px 0 15px 0;
}
.feature-tours-content .feature-tours-header h1, .feature-tours-content .feature-tours-header h2, .feature-tours-content .feature-tours-header h3, .feature-tours-content .feature-tours-header h4 {
	font-size:44px;
	line-height:50px;
	padding:0;
	margin:0;
}
.feature-tours-content .feature-tours-header p {
}
.feature-tours-content .feature-tours-list {
}
.feature-tours-content .feature-tours-list .column {
	text-align:center !important;
}
.feature-tours-content .feature-tours-list .column h3, .feature-tours-content .feature-tours-list .column h2, .feature-tours-content .feature-tours-list .column h4 {
	font-size:24px;
	padding:0;
	margin:15px 0 0 0;
}
.feature-tours-content .feature-tours-list .column ul {
	margin-left:0;
	margin-right:0;
	margin-bottom:12px;
}
.feature-tours-content .feature-tours-list .column ul li {
	font-weight:bold;
	font-style:italic;
	background-size:5px 5px;
	list-style-position: inside;
	list-style-type: disc;
}


@media only screen and (max-width:639px) {
	#blog-side-col {
		width:100% !important;
		clear:both;
	}
	#blog-section-content {
		width:100% !important;
		clear:both;
	}
}












/******** SITE CHANGES - NEW STYLES ******/
.header-promo-alert.alert {
  margin-bottom: 0;
  border: 0;
}
.header-promo-alert.alert p {
  margin-bottom: 0;
}
.header-promo-alert.alert.beigebg {
	background:#f5f5f2;
}
.header-promo-alert.alert.whitebg {
	background:#fff;
}
.header-promo-alert.alert.greybg {
	background:#f5f5f2;
}
.header-promo-alert.alert.orangebg {
	background:#da5302;
}
.header-promo-alert.alert.orangetext {
	color:#da5302;
}
.header-promo-alert.alert.beigetext {
	color:#f5f5f2;
}
.header-promo-alert.alert.whitetext {
	color: #FFF;
}
.header-promo-alert.alert.greytext {
	color: #e1e1e1;
}
.header-promo-alert.alert.blacktext {
	color: #000;
}

#mainnav-fixed li.bookings a {
  background: #da5302 none repeat scroll 0 0;
  color: #fff;
  font-weight: bold;
  padding: 20px 30px 21px 30px;
}

#mobilenav-fixed {
  display: none;
}

#fixed-mobilemenu {
/*
	display: inline-block;
	cursor: pointer;
	background: url(assets/icon-menu-top-white.png) center right no-repeat;
	height: 18px;
  width: 31px;
	position: absolute;
	bottom: 25px;
	right: 25px;
	z-index:1100;
	font-family:'Montserrat', sans-serif;
*/

	display: inline-block;
	position: absolute;
	cursor: pointer;
	height: 25px;
	width: 35px;
	right: 50px;
	bottom: 18px;
	background: url(assets/icon-mobilemenu.png) center right no-repeat;
	background-size: 35px 25px;
	z-index:1100;
	font-family:'Montserrat', sans-serif;
}

#fixed-mobilemenu {
  display: none;
}

.giftcert .columns {
  height: 400px;
  text-align: center;
}

#bikelist .owl-buttons {
  margin-top: -80px;
}
/* #bikelist .owl-buttons .owl-prev { */
#bikelist .owl-nav .owl-prev {
	background:none;
	color:#000;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	opacity:1;
	border-right:1px solid #b5b5b5;
	border-radius:0;
	padding-left: 10px !important;
	padding-right:18px !important;
}
/* #bikelist .owl-buttons .owl-next { */
#bikelist .owl-nav .owl-next {
	background:none;
	color:#000;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	opacity:1;
	border-radius:0;
	padding-left: 10px !important;
	padding-right:10px !important;
}
#bikelist.owl-theme .owl-nav {
	position:relative;
}
#bikelist.owl-theme .owl-dots {
	position: relative;
	padding-top: 0;
    margin-top: -50px;
}
#bikelist.owl-theme .owl-dots .owl-dot:first-child:before {
}


#promotional-blog {
  background-size: cover !important;
  clear: both;
  position: relative;
  width: 100%;
  height: 300px;
}

.blog-header {
  text-align: center;
  padding: 40px 0;
}
.blog-header h4.returntoblog a {
	color:#000;
	text-transform: none;
	font-family: 'Droid Serif';
	font-style: italic;
	font-size: 16px;
	display:inline-block;
	border:1px solid #ccc;
	padding:10px 14px;
	border-radius:8px;
}

.blog-post-content {
  height: 250px;
}


/******** NEWLY ADDED STYLES *********/
.googlemap {
	padding:0 !important;
}
.hidden-tour-content {
  display: none;
}
.hidden-tour-content .xola-checkout {
	margin-right: 50px;
	float: left;
}
.hidden-tour-content h4 {
	margin-top:12px;
}
.hidden-tour-content-close {
    float: left;
    margin-top: 15px;
}
.scrolloff {
  pointer-events: none;
}
.xola-custom {
  cursor: pointer;
}
.col4 {
    text-align: center;
}
.owl-press-next, .owl-press-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#quotelist {
}

.orangetext {
	color:#da5302;
}
.beigetext {
	color:#f5f5f2;
}
.whitetext {
	color: #FFF;
}
.greytext {
	color: #e1e1e1;
}
.blacktext {
	color: #000;
}
.smallheader {

}
.normalheader {

}
.largeheader {

}


.featuredin {
    background:#f5f5f2;
}

#fixednavcontainer {
    background-color: #000;
    padding-bottom: 3px;
    padding-top: 12px;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 3000;
    display: none;
}
#fixednavcontainer h3 {
	font-size:1.3em;
	line-height: 1.4;
	display:inline-block;
	float:left;
	margin:0.5em 0 0 0.5em;
}
.fixedmenuicon {
	background:url(https://cyclevancouver.com/wp-content/themes/cycle/assets/icon-footer-bike.png) left center no-repeat;
	width:25px;
	height:45px;
	background-size:25px 45px;
	display:inline-block;
	float:left;
}
#fixednavcontainer img.footer-bike {
}
#fixednavcontainer ul {
	float:right;
}
#fixednavcontainer ul li {
    float: left;
    list-style: outside none none;
    padding-left: 20px;
    font-size: 1.8em;
    font-family: "norwesterregular",sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2125em;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
		margin-top: 0.3em;
		position: relative;
}
#fixednavcontainer ul li a {
    color: #fff;
}
#fixednavcontainer ul#headernav-fixed li {
    padding-left: 15px;
    font-size: 0.8em;
    color: #959595;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 12px;
}
#fixednavcontainer ul#headernav-fixed li a {
    color: #959595;
}
#fixednavcontainer .row .fixednavlogo {
    margin-top: -4px;
}

#promotional-text .promotional-text-inner h3.promo-white,
#promotional-text .promotional-text-inner h1.promo-white {
	color: #FFF;
	margin-bottom: 15px;
	text-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
}

#promotional-text .promotional-text-inner h3.promo-black,
#promotional-text .promotional-text-inner h1.promo-black {
	color: #000;
	margin-bottom: 15px;
	text-shadow: 5px 5px 0px rgba(255, 255, 255, 1);
}

h4.custom {
    background: url("assets/icon-tour-customize.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #000;
    font-size: 20px;
    padding-left: 33px;
}

.hidden-promo-content {
	display: none;
}

div.three-c {
	width:33% !important;
	padding:0 1.9em;
	border-right:1px solid #d1d1d1;
	float:left;
}

.owl-guides-prev {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
		z-index: 30000;
		cursor: pointer;
}
.owl-guides-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 10px;
		z-index: 30000;
		cursor: pointer;
}
#guides-list .item {
    padding-left: 20px;
    padding-right: 20px;
}
#guides-list .guide-image-wrapper {
  position: relative;
}
#guides-list .overlay {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
#guides-list .overlay h3 {
    margin: 0;
}
#guides-list .guide-image {
    border-radius: 50%;
}
#guides-list .guide-name {
    color: #fff;
    font-family: "norwesterregular",sans-serif;
    font-size: 3em;
    text-transform: uppercase;
    text-align: center;
}
#guides-list .guide-title {
    font-size: 1.15em;
    font-style: italic;
}
#guides-list .guide-details {
    margin-top: 20px;
}
#about-profile-container {
  display: none;
}
.guide-profile {
    text-align: center;
    display: none;
}
.guide-content {
    margin-top: 40px;
}



/******** TEXT STYLES *********/

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

}

h3, .entry h3 {
	font-size:48px;
	line-height:50px;
}
.entry h2 {
	font-size:58px;
	line-height:60px;
}

.coolbikepad {
/*
	padding-left:40px;
	padding-right:90px;
*/
}
.orange {
	color:#da5302;
}





.large-banner {
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
	background:#da5302;
	padding:15px 30px;
	color:#FFF;
	text-align:center;
	position:relative;
	margin-left:13px;
    font-weight: bold;
}
.large-banner:hover {
	color:#ddd;
}
.large-banner:before {
	content:"";
	background:url(assets/icon-bannerlarge-left.png) left center no-repeat;
	width:11px;
	height:49px;
	position:absolute;
	top:0;
	left:-10px;
	z-index:1200;
}
.large-banner:after {
	content:"";
	background:url(assets/icon-bannerlarge-right.png) left center no-repeat;
	width:11px;
	height:49px;
	position:absolute;
	top:0;
	right:-10px;
	z-index:1200;
}

.small-banner {
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:13.5px;
  line-height: 13.5px;
	letter-spacing:1px;
	background:#da5302;
	padding:9px 30px;
	margin-left:15px;
	color:#FFF;
	text-align:center;
	position:relative;
	clear:both;
	margin-top:10px;
	display:inline-block;
        font-weight: bold;
}
.small-banner a {
	color:#fff;
}

.small-banner:hover, .small-banner a:hover {
	color:#ddd;
}
.small-banner:before {
	content:"";
	background:url(assets/icon-bannersmall-left.png) left center no-repeat;
	width:13px;
	height:32px;
	position:absolute;
	top:0;
	left:-12px;
	z-index:1200;
}
.small-banner:after {
	content:"";
	background:url(assets/icon-bannersmall-right.png) left center no-repeat;
	width:13px;
	height:32px;
	position:absolute;
	top:0;
	right:-12px;
	z-index:1200;
}

.small-banner-white {
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-size:13.5px;
  line-height: 13.5px;
	letter-spacing:1px;
	background:#fff;
	padding:9px 30px;
	margin-left:15px;
	color:#da5302;
	text-align:center;
	position:relative;
	clear:both;
	margin-top:10px;
	display:inline-block;
  font-weight: 700;
}
.small-banner-white a {
	color:#da5302;
}

.small-banner-white:hover, .small-banner-white a:hover {
	color:#eb600d;
}
.small-banner-white:before {
	content:"";
	background:url(assets/icon-bannersmall-left-white.png) left center no-repeat;
	width:13px;
	height:32px;
	position:absolute;
	top:0;
	left:-12px;
	z-index:1200;
}
.small-banner-white:after {
	content:"";
	background:url(assets/icon-bannersmall-right-white.png) left center no-repeat;
	width:13px;
	height:32px;
	position:absolute;
	top:0;
	right:-12px;
	z-index:1200;
}

/******** HEADER STYLES **********/

#header {
	width:100%;
	height:130px;
	/* background:#fff; */
	background: #000;
	position:relative;
}
#header a.logo {
	display:inline-block;
	text-indent:-9999px;
	cursor:pointer;
	background:url(assets/logo-cycle-white-large.png) center center no-repeat;
	width:238px;
	height:238px;
	position:absolute;
	background-size:238px 238px;
	left:50%;
	margin-left:-119px;
	top:0;
	z-index:1000;


	/*
	display:inline-block;
	text-indent:-9999px;
	cursor:pointer;
	background:url(assets/logo-cycle.png) center center no-repeat;
	width:300px;
	height:263px;
	position:absolute;
	background-size:300px 263px;
	left:50%;
	margin-left:-150px;
	top:0;
	z-index:1000;
	*/
}
#header a.booktour {
	display:inline-block;
	text-indent:-9999px;
	cursor:pointer;
	background:url(assets/icon-booktour-top.png) center center no-repeat;
	width:146px;
	height:175px;
	position:absolute;
	top:0;
	right:20px;
	z-index:1000;
}
#header #mobilemenu {
	/* display:inline-block; */
	display: none;
	cursor:pointer;
	background:url(assets/icon-menu-top.png) center right no-repeat;
	height:18px;
	position:absolute;
	bottom:25px;
	right:200px;
	z-index:1100;
	padding-right:45px;
	font-family:'Montserrat', sans-serif;
}




/******** PROMOTIONAL STYLES **********/

#promotional {
	width:100%;
	clear:both;
	position:relative;
	background-size:cover !important;
}
#promotional.subpage {
        height: 70vh !important;
}
#promotional-text {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:table;
}
#promotional-text .promotional-text-inner {
	display:table-cell;
  	vertical-align:middle;
	text-align:center;
}
#promotional-text .promotional-text-inner h3,
#promotional-text .promotional-text-inner h1 {
	font-size:90px;
	line-height:84px;
	text-shadow: 5px 5px 0px rgba(255, 255, 255, 1);
}
#promotional #promotional-home-icons {
	position:absolute;
	bottom:-125px;
	left:0;
	width:100%;
	text-align:center;
	z-index:1000;
}
#promotional #promotional-home-icons img {
	display:inline-block;
	margin:0 1.4em;
}






/******** QUOTE STYLES **********/

.quotecolumn {
    padding-top: 105px;
}
.entry.quote {
	background-size:cover !important;
	height:335px;
	position:relative;
}
#quotelist {
	margin-left:auto;
	margin-right:auto;
	width:70%;
}
#quotelist .item {
	position:relative;
}
#quotelist .item p {
	color:#fff;
    font-size: 22px;
    line-height: 30px;
	font-family: 'Droid Serif', serif;
	font-style:italic;
}
#quotelist .item p.quote-author {
	font-size:13px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family:'Montserrat', sans-serif;
	font-weight:bold;
	font-style:normal;
	position:relative;
}
#quotelist .item p.quote-author:before {
	content:"";
	position:absolute;
	top:-8px;
	left:50%;
	margin-left:-50px;
	width:100px;
	height:1px;
	background:#fff;
}
.owlnext {
	background:url(assets/icon-quote-arrow-right.png) center center no-repeat;
	width:25px;
	height:38px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-19px;
}
.owlprev {
	background:url(assets/icon-quote-arrow-left.png) center center no-repeat;
	width:25px;
	height:38px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	position:absolute;
	left:20px;
	top:50%;
	margin-top:-19px;
}


/******* GIFT CERTIFICATE *********/

.giftcert {
	background-size:cover !important;
	/* padding:75px 0; */
}
.giftcert h3 {
	color:#fff;
	font-size:48px;
	line-height:50px;
}

/******* TRIP ADVISOR *********/

.tripadvise {
	padding-right:50px;
	padding-left:15px;
}
.socialdiv {
	padding:85px 0;
	background-size:cover !important;
}
.socialdiv .socialdiv-advisorimage {
	text-align:right;
}
.socialdiv .socialdiv-advisorcontent {
	text-align:left;
}

.greybg.socialdiv {
	padding:85px 25px;
}
.socialicons img {
	padding:10px 10px 0 0;
}

/******* BIKE RENTAL *********/

.bikerentaltext {
	color:#fff;
	padding-right:60px;
}
.bikerentaltable h3 {
  display: none;
}
.bikerentaltext h3 {
	color:#fff;
  margin-bottom: 0;
}
.bikerentaltext img {
	margin-bottom:25px;
}
.bikerentaltable {
}
table#rentalratestable {
	border:none;
}
table#rentalratestable th {
	background:#da5302;
	color:#fff;
	text-align:right;
	padding-right:20px;
	font-size:14px;
}
table#rentalratestable tr.headercells th {
	text-align:center;
	padding-bottom:20px;
	font-size:14px;
}
table#rentalratestable td {
	color:#fff;
	font-family: "norwesterregular",sans-serif;
  	font-weight: normal;
  	font-style: normal;
  	text-transform:uppercase;
	font-size:24px;
	padding:12px 0;
	text-align:center;
}
table#rentalratestable tr#rentalratestable.even, table#rentalratestable tr.alt, table#rentalratestable tr:nth-of-type(even) {
	background:#eb600d;
}
table#rentalratestable tr#rentalratestable.odd, table#rentalratestable tr:nth-of-type(odd) {
	background:#da5302;
}


/******* PRESS ENTRIES *********/

.entry.pressentry {
}
.entry.pressentry .pressentries {
	margin-top:15px;
	clear:both;
	padding:30px 30px 5px 30px;
}
.entry.pressentry .pressentries .presscontent {
	padding:0 !important;
}
.entry.pressentry .pressentries .presscontent #pressentry-list {
}
.entry.pressentry .pressentries .presscontent #pressentry-list .item {
}
.entry.pressentry .pressentries .presscontent #pressentry-list .item .pressimg {
	padding-left:0 !important;
}
.entry.pressentry .pressentries .presscontent #pressentry-list .item .presstext {
}
.presstitlerow h3 {
	text-align:center;
}
.pressnextarrow {
	text-align:center;
}





/******** ENTRY STYLES **********/

.entry {
	width:100%;
	clear:both;
}
.entry-full {
	width:100%;
}
.normalpadding {
	padding:80px 0;
}
.smallpadding {
	padding:30px 0 25px 0;
}
.nopadding {
	padding:0;
}
.largepadding {
	padding:120px 0;
}
.largeimagepadding {
	padding:400px 0;
}

.normaltop-smallbtm-padding {
	padding: 80px 0 25px 0;
}
.normalbtm-smalltop-padding {
	padding: 30px 0 80px 0;
}
.normalpadding-top {
	padding-top: 80px;
}
.normalpadding-bottom {
	padding-bottom: 80px;
}
.smallpadding-top {
	padding-top: 30px;
}
.smallpadding-bottom {
	padding-top: 25px;
}

.homepromotext {
	padding-top:170px;
	text-align:center;
	/* border-bottom:12px solid #fff; */
}
.homepromotext h3 {
    font-size: 48px;
    line-height: 50px;
}
.sideborder {
	border-left:12px solid #fff;
	border-right:12px solid #fff;
}
.topbtmborder {
	border-top:12px solid #fff;
	border-bottom:12px solid #fff;
}
.beigebg {
	background:#f5f5f2;
}
.whitebg {
	background:#fff;
}
.blackbg {
	background:#000;
}
.greybg {
	background:#f5f5f2;
}
.orangebg {
	background:#da5302;
}
.vertical-center {
	display:table;
	width:100%;
	height:100% !important;
}
.vertical-center .vertical-center-inner {
	display:table-cell;
  	vertical-align:middle;
	text-align:center;
}
.three-col {
	width:33.333%;
	float:left;
	height:500px;
	background-size:cover !important;
}
.three-col h3 {
	color:#fff;
}
.three-col:nth-child(1) {
	border-right:12px solid #fff;
}
.three-col:nth-child(2) {
	border-right:12px solid #fff;
}
.table-row {
	display:table-row;
}
.table-row .table-row-column {
	display:table-cell;
}





/******** TOUR STYLES **********/

.tourentry {
	width:100%;
	clear:both;
	border-top:12px solid #fff;
	border-left:12px solid #fff;
	border-right:12px solid #fff;
}
.tourheader {
	width:100%;
	background-size:cover !important;
	position:relative;
	height:450px;
}
.tourheader .tourheader-text {
	width:100%;
	height:100% !important;
	transition: background-color 1s ease 0s;
	display:table;
}
.tourheader-text.grey-bg {
    background-color: rgba(204, 204, 204, 0.8);
}
.tourheader-image {
    display: none;
}
.tourheader .tourheader-text .tourheader-text-inner {
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
.tourheader-text-inner h3, .tourheader-text-inner h2, .tourheader-text-inner h1, .tourheader-text-inner h4, .tourheader-text-inner p {
	color:#fff;
	font-size:78px;
	line-height:30px;
}
.tourheader-text-inner p {
	font-size:26px;
	text-transform:uppercase;
	line-height:36px;
	letter-spacing:1px;
	font-family:'Montserrat', sans-serif;
	font-weight:bold;
	margin-bottom:10px;
}
.tourhighlights {
	width:33.333%;
	float:left;
	background:#e1e1e1;
	padding:50px 25px 50px 50px;
}
.tourhighlights h3, .tourdescription .tourdescription-content h3 {
	font-size:36px;
	margin-bottom:25px;
}
.tourhighlights .row .columns {
	padding-left:0;
	padding-right:12px;
}
h4.schedule {
	background:url(assets/icon-tour-schedule.png) left center no-repeat;
	padding-left:33px;
	color:#000;
	font-size:20px;
}
h4.time {
	background:url(assets/icon-tour-timw.png) left center no-repeat;
	padding-left:33px;
	color:#000;
	font-size:20px;
}
h4.level {
	background:url(assets/icon-tour-level.png) left center no-repeat;
	padding-left:33px;
	color:#000;
	font-size:20px;
}
h4.price {
	background:url(assets/icon-tour-price.png) left center no-repeat;
	padding-left:33px;
	color:#000;
	font-size:20px;
}
.tourdescription {
	width:66.666%;
	float:left;
	background:#fff;
}
.tourdescription .tourdescription-content {
	padding:50px 150px 50px 50px;
}






/******** FOOTER STYLES **********/


.footer-address-social, .footer-partnerlogos {
    display: block;
    clear:both;
    width: 100%;
}
.footer-address-social a {
   display: inline-block;
    margin-top: 30px;
}
.footer-partnerlogos {
    text-align: right;
    /* padding-right: 166px; */
}
.footer-partnerlogos a {
    display: inline-block;
}
.btm-footerrow {
    border-top: 1px solid #343332;
    padding:15px 0;
    text-align: center;
    max-width: 83rem;
}
.top-footerrow {
    padding-bottom: 35px;
    max-width: 83rem;
}
.btm-footerrow p {
    margin:0;
    padding:0;
    font-size: 10px;
    color:#555555;
    font-family: 'Montserrat', sans-serif;
}
#footer {
	width:100%;
	clear:both;
	background:url(assets/footer-bg.jpg) center center no-repeat;
	background-size:cover !important;
  padding: 80px 0 0 0;
}
.footer-right {
	position:relative;
	text-align: center;
}
ul.footer-menu {
	list-style:none;
	float:right;
	/* margin-right:175px; */
}
ul.footer-menu li {
	list-style:none;
	float:left;
	padding:0 9px;
}
ul.footer-menu li a {
	color:#7d7d7d;
	text-transform:uppercase;
	font-family: "norwesterregular",sans-serif;
	font-size:18px;
	transition: all 0.25s ease-in;
}
ul.footer-menu li a:hover {
	color: #da5302;
}
p#footer-copyinfo {
	clear:both;
	float:right;
	margin-right:175px;
	color:#7d7d7d;
	text-align:right;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
}
img.footer-bike {
	float:left;
	margin-right:20px;
	display:inline-block;
}
.footer-address {
	float: left;
margin-top:-10px;
}
.footer-address p, .footer-address span {
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:13px;
	line-height:20px;
	color:#7d7d7d;
	float:left;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	margin-top:8px;
}
.footer-address span {
	display:block !important;
}
.footer-address p strong, .footer-address span strong {
	color:#da5302;
}
.footer-address p a, .footer-address span a, .footer-address .itemscope a {
	color:#7d7d7d !important;
	font-family: 'Montserrat', sans-serif;
}
#booktour-footer {
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	background:url(assets/icon-footer-booktour.png) center center no-repeat;
	width:151px;
	height:183px;
	position:absolute;
	top:-80px;
	right:0;
}



.iframecontainer {
	 position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.ivideo {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/********** MEDIA QUERIES ***********/



@media only screen and (max-width:1140px) {
    
img.footer-bike {
    display: none;
}
    
}

@media only screen and (max-width:1075px) {

    
ul.footer-menu {
    list-style: none;
    float: none;
    margin-right: 0;
    display: inline-block;
}
    
.footer-partnerlogos {
    text-align: center;
    padding-right: 0;
}
#footer {
    padding: 40px 0 0 0;
}
#booktour-footer {
    display: none;
}
.homepromotext h3 {
    font-size: 40px;
    line-height: 40px;
}
h3, .entry h3 {
    font-size: 40px;
    line-height: 40px;
}
#header a.logo {
/*
		display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
    background: url(assets/logo-cycle.png) center center no-repeat;
    width: 250px;
    height: 219px;
    position: absolute;
    background-size: 250px 219px;
    left: 50%;
    margin-left: -125px;
    top: 0;
		z-index: 1000;
*/
}
.three-col {
    height: 400px;
}
.featuredin img {
    max-width: 75%;
}
    
}

@media only screen and (max-width:1040px) {
	.tours-main-tours .column .overlay-wrapper .overlay-inner .hidden p {
		font-size: 14px;
	}
	.tours-main-tours .column .overlay-wrapper .overlay-inner .hidden a.small-banner {
		margin-right: 15px;
	}
}

@media only screen and (max-width:1023px) {

	.tours-main-tours .column .overlay-wrapper .overlay-inner .hidden p {
		font-size: 16px;
	}
	.tours-main-tours .column .overlay-wrapper .overlay-inner .hidden a.small-banner {
		margin-right: 30px;
	}
	
.footer-left {
    text-align: center;
}
.footer-address {
    float: none;
    margin-top: -10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.footer-address-social, .footer-partnerlogos {
    margin-bottom: 30px;
}
.hashtag .hashorange {
    font-size: 34px;
}
.hashtag .hashtext {
    font-size: 12px;
}
.quotecolumn {
    padding-top: 45px;
}
#quotelist .item p {
    font-size: 16px;
    line-height: 24px;
}
#quotelist .item p.quote-author {
    font-size: 11px;
}
.entry.quote {
    height: 285px;
}
p {
    font-size: 0.9em;   
}
.largepadding {
    padding: 80px 0;
}
    
}

@media only screen and (max-width:1020px) {

#mobilenav-fixed {
  display: block;
}
#fixed-mobilemenu {
  display: block;
}
#mainnav-fixed {
  display: none;
}
#fixednavcontainer ul {
    display: none;
}
#fixednavcontainer {
    padding-bottom: 12px;
    padding-top: 14px;
}

.tourhighlights .row .columns {
	padding-left:0;
	padding-right:0;
	width:100%;
	clear:both;
}
.tourhighlights {
	padding:50px;
}

}

@media only screen and (max-width:1035px) {
	#menu-main-menu-left > li:first-child {
		padding-left: 0;
	}
	#menu-main-menu-right > li:last-child {
		padding-right: 0;
	}

	#menu-main-menu-left, 
	#menu-main-menu-right {
		font-size: 22px;
	}

	#menu-main-menu-left li .sub-menu,
	#menu-main-menu-right li .sub-menu {
		margin-left: 0;
		top: 51px;
	}
}

@media only screen and (max-width:870px) {

	#menu-top-header-menu,
	#menu-main-menu-left,
	#menu-main-menu-right {
		display: none;
	}

	.header-main-nav-row .header-main-nav-left,
	.header-main-nav-row .header-main-nav-right {
		height: 95px;
	}

h3, .entry h3 {
    font-size: 30px;
    line-height: 34px;
}
.tourhighlights {
	width:100%;
	float:none;
	clear:both;
	padding:30px;
}
.tourdescription {
	width:100%;
	float:none;
	clear:both;
}
.tourheader-text-inner h3, .tourheader-text-inner h2, .tourheader-text-inner h1, .tourheader-text-inner h4, .tourheader-text-inner p {
	color:#fff;
	font-size:38px;
	line-height:34px;
}
.tourheader-text-inner p {
	font-size:16px;
	text-transform:uppercase;
	line-height:24px;
	letter-spacing:1px;
	font-family:'Montserrat', sans-serif;
	font-weight:bold;
	margin-bottom:10px;
}
.tourdescription .tourdescription-content {
	padding:30px;
}
#promotional-home-icons {
	display:none;
}
#promotional-text .promotional-text-inner h3,
#promotional-text .promotional-text-inner h1 {
    font-size: 84px;
    line-height: 78px;
}
.homepromotext {
	padding-top:80px;
}
#header {
	height:95px;
}
#header a.logo {
	width:175px;
	height:175px;
	position:absolute;
	left:50%;
	margin-left:-87.5px;
	top:0;
	background-size:175px 175px;
}
#header a.booktour {
	background:url(assets/icon-booktour-top.png) center center no-repeat;
	width:90px;
	height:108px;
	position:absolute;
	top:0;
	right:20px;
	background-size:90px 108px;
}
#header #mobilemenu {
/*
	height:12px;
	background-size:20px 12px;
	bottom:25px;
	right:130px;
*/
	z-index:1000;
	padding-right:29px;
	font-family:'Montserrat', sans-serif;
	position:absolute;
	display: inline-block;
	height: 25px;
	width: 35px;
	right: 50px;
	bottom: 35px;
	text-indent: -9999px;
	background: url(assets/icon-mobilemenu.png) center right no-repeat;
	background-size: 35px 25px;
}
.three-col h3 {
    font-size:40px;
	line-height:42px;
}
ul.footer-menu {
	margin-right:0;
}
#booktour-footer {
	display:none;
}
p#footer-copyinfo {
	margin-right:0;
}
.footer-left, .footer-right {
	width:100%;
	text-align:center;
	clear:both;
}
.footer-left img, .footer-left p {
	float:none;
	display:inline-block;
}
.footer-left img.footer-bike {
	margin-top:-30px;
    display: none;
}
.footer-partnerlogos {
    text-align: center;
    padding-right: 0;
    display: none;
}

}
@media only screen and (max-width:770px) {
#fixednavcontainer {
  	margin-top:0 !important;
  	padding-top:15px !important;
  	padding-bottom:6px !important;
}
#fixednavcontainer ul {
  	float:none;
  	margin-left:auto;
  	margin-right:auto;
  	text-align:center;
  	margin-top:0.3em;
}
#fixednavcontainer ul li {
  	font-size:1.1em;
  	float:none;
  	display:inline-block;
  	text-align:center;
  	padding:0 10px !important;
}
.three-col {
	width:100%;
	clear:both;
	border-left:none;
	border-right:none;
	border-bottom:12px solid #fff;
}
.three-col:nth-child(1) {
	border-right:none;
}
.three-col:nth-child(2) {
	border-right:none;
}
.coolbikeimg {
	width:100%;
	clear:both;
	text-align:center;
}
.coolbikeimg img {
	margin:0 auto 30px auto;
	display:inline-block;
}
.coolbikepad {
	width:100%;
	clear:both;
	text-align:center;
	padding-left: 10px;
    padding-right: 10px;
}
.giftcert .columns {
	width:100%;
	clear:both;
	text-align:center;
}
.giftcert .columns h3 {
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}
}
@media only screen and (max-width:767px) {
p.lr-pad img {
	width: 45%;
}
	
#promotional .video-wrapper {
  display: none;
}

.bikerental-header-left, .bikerental-header-right {
  text-align: center;
}
.tripadvise {
	padding:0;
}
.socialdiv {
	padding:85px 15px;
	text-align:center;
}
.bikerental-headers {
  display: none;
}
.bikerental-peak-row, .bikerental-low-row {
  display: block !important;
}
.bikerentaltable {
  margin-top: 30px;
}
.bikerentaltable h3 {
  color: #fff;
  text-align: center;
  display: block;
}
.bikerentaltext {
	color:#fff;
	padding:0 12px;
	text-align:center;
}
.entry.pressentry .pressentries {
	margin-top:15px;
	clear:both;
	padding:12px 12px 0 12px;
}
.socialdiv {
	height: auto !important;
}
.socialdiv .socialdiv-advisorcontent,
.socialdiv .socialdiv-advisorimage {
  text-align:center !important;
}
.largeimagepadding {
	padding:130px 0;
}
.individual-blog-post .blog-post-content-single .two-images-row .columns:first-child {
	padding:0;
	margin:5px 0;
}
.individual-blog-post .blog-post-content-single .two-images-row .columns:last-child {
	padding:0;
	margin:5px 0;
}
.blog-entry-content .individual-blog-post .blog-post-content-single {
	padding-right:5px;
}
div.individual-blog-post-featured-img {
	margin-right:5px;
}
#blog-side-col .blog-side-col-inner .blog-side-col-twitter, #blog-side-col .blog-side-col-inner .blog-side-col-instagram,
#blog-side-col .blog-side-col-inner .blog-side-col-categories ul li a, #blog-side-col .blog-side-col-inner .blog-side-col-popular h3 {
	text-align:center !important;
}
.largepadding {
    padding: 50px 0;
}
.normalpadding {
    padding: 50px 0;
}
.why-col-content h4 {
    font-size: 14px;
    line-height: 18px;
}
.small-banner {
    font-size: 11px;
}
    
    
}
@media only screen and (max-width:645px) {

#header #mobilemenu {
	text-indent:-9999px;
}
#promotional-text .promotional-text-inner h3,
#promotional-text .promotional-text-inner h1 {
    font-size: 70px;
    line-height: 66px;
}

}

@media screen and (max-width: 39.9375em) {
	#fixed-mobilemenu {
		bottom: 18px;
	}

	.header-main-nav-row .header-main-nav-left,
	.header-main-nav-row .header-main-nav-right {
		height: 0;
	}

	.tour-availability-row .columns p {
		margin-bottom: 46px;
	}
	.tour-logo-row {
		text-align: center;
	}
	.tour-logo-row .tour-logo-content {
		padding-left: 0.7rem;
	}
	.highlight-wrapper {
		max-width: 345px;
    margin: 0 auto;
    margin-bottom: 20px;
	}

	.top-footerrow {
		padding-bottom: 0;
	}
	ul.footer-menu li {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width:545px) {

#header a.booktour {
	display:none;
}
#header #mobilemenu {
	right:25px;
}
#promotional-text .promotional-text-inner h3,
#promotional-text .promotional-text-inner h1 {
    font-size: 52px;
    line-height: 48px;
}
#header a.logo {
    width: 132px;
    height: 132px;
    position: absolute;
    left: 50%;
    margin-left: -66px;
    top: 0;
    background-size: 132px 132px;
}



}
