@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeueRegular.woff2') format('woff2'),
        url('../fonts/BebasNeueRegular.woff') format('woff'),
        url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* * html .clearfix { height: 1%; } */
/* html, body {height:100%; overflow-y: auto;} */

body,
table {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#332C25;
	line-height:140%;
	margin:0;
}
body {
	background:#1D0000;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'BebasNeueRegular';
	text-transform:uppercase;
	font-weight:normal;
	margin-top:0;
	margin-bottom:10px;
	color:#AA090B;
	line-height:100%;
}
h1 { font-size:270%; }
h2 { font-size:180%; }
h3 { font-size:130%; }
h4 { font-size:140%; }
h5 { font-size:125%; }
h6 { font-size:100%; }
h1.section {
	background:url(../images/bg_section_heading.png) no-repeat;
	width:auto;
	height:30px;
	line-height:34px;
	margin:20px 0;
}
h1.section,
h1.section a {
	font-family: 'BebasNeueRegular';
	color:#C4AC91;
	font-size:25px;
	text-align:center;
}
h1.section.red {
	background-image:url(../images/bg_section_heading_red.png);
	color:#CCB290;
	font-size:18px;
}
p {
	margin:10px 0;
}
p.no-margin {
	margin-top:0;
}
a, a:link, a:visited {
	/* font-family:Tahoma, Geneva, sans-serif; */
	color:#999999;
	text-decoration:none;
	transition:color ease-in-out 0.2s;
	-webkit-transition:color ease-in-out 0.2s;
	-moz-transition:color ease-in-out 0.2s;
}
a:hover {
	text-decoration:underline;
}
ul {
	list-style:none;
}
ul.bullet {
	list-style:circle;
	margin-left:20px;
}
/* utility */
.margin-top-30 {
	margin-top: 30px;
}
/* container */
.container {
	overflow-x: hidden;
}
.row .inner {
	width:960px;
	padding:0 10px;
	margin:0 auto;
}

/* hide elements visually (WAI-ARIA) */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* header */
#header {
	background:url(../images/bg_topmenu.png) no-repeat;
	padding-top:8px;
	height:42px;
 	position:fixed;
	z-index:1001;
	width:inherit;
	max-width:1280px;
}
#logo-section {
	background:#000000;
	height:188px;
	padding-top:50px;
}
.slogan-line {
	padding-top:69px;
	text-align:right;
}
.slogan-line img {
	margin-right:-18px;
}
#main-image {
	position: relative;
	background-position: bottom center;
	width:100%;
	height:465px;
	padding-top:50px;
}
.logo {
	padding-top:51px;
}
.logo a,
.bt-reserve a {
	transition:opacity ease-in-out 0.2s;
	-webkit-transition:opacity ease-in-out 0.2s;
	-moz-transition:opacity ease-in-out 0.2s;
}
.logo a:hover,
.bt-reserve a:hover {
	opacity:.7;
}
.bt-reserve {
	margin-top:90px;
}
.slogan {
	padding-top:115px;
}

/* menu */
.menu {
}
.menu > li {
	position:relative;
	height:22px;
	/* padding-right:24px; */
	padding-right:16px;
	margin-right:18px;
	background:url(../images/dot_menu.png) no-repeat right 15px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.menu > li:last-child {
	padding-right:0px;
	margin-right:0px;
	background:none;
}
.menu li a {
	font-family: 'BebasNeueRegular';
	text-transform:uppercase;
	color:#CCB390;
	text-decoration:none;
	font-size:110%;
	line-height:22px;
}
.menu li.active > a,
.menu li a:hover,
.menu li.opened > a {
	color:#C00000;
}
/* submenu */
.menu > ul > li {
	padding:0 8px;
	position:relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.menu > ul > li > a {
	padding:0 5px;
	line-height:35px;
	display:block;
	text-decoration:none;
}
.menu > ul > li.first > a {
	padding-left:0;
	margin-left:0;
}
.menu > ul > li.last > a {
	padding-right:0;
	margin-right:0;
}
.menu li ul {
	display:none;
	position:absolute;
	z-index:11;
	top:22px;
	left:0px;
	padding:13px 5px 8px 10px;
	background:url(../images/bg_submenu.png) repeat-x;
	width:inherit;
	white-space:nowrap;
}
.menu li ul li {
	list-style:none;
	padding:0 12px 0 10px;
	border-right:1px solid #CCB290;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.menu li ul li:last-child {
	border:0;
}
.menu li ul li a {
	position:relative;
	top:2px;
	line-height:14px;
	display:block;
	font-size:18px;
}
.menu li ul li.active a,
.menu li ul li a:hover {
	color:#270000;
}
.menu li.opened > a {
	cursor:default;
}

.inner-menu a {
	font-size:160%;
	font-family: 'BebasNeueRegular';
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
	color: #AA090B;
	line-height: 140%;
}

.social-language {
	float:right;
	width: -moz-max-content;
	width: max-content;
	display: inline-block;
}
.social-language li {
        color: #c90000;
	float:left;
	height:20px;
	line-height:20px;
	margin-left:10px;
        text-transform: uppercase;
        font-family: 'BebasNeueRegular';
}
.social-language li:first-child {
	margin-left:0;
}
.social-language li.facebook a,
.social-language li.pintrest a,
.social-language li.twitter a,
.social-language li.instagram a {
	background:url(../images/icon_facebook.png) no-repeat center;
	width:24px;
	height:20px;
	display:block;
	transition:background ease-in-out 0.2s;
	-webkit-transition:background ease-in-out 0.2s;
	-moz-transition:background ease-in-out 0.2s;
}
.social-language li.facebook a:hover {
	background-image:url(../images/icon_facebook_h.png);
}
.social-language li.twitter a {
	background-image:url(../images/icon_twitter.png);
}
.social-language li.twitter a:hover {
	background-image:url(../images/icon_twitter_h.png);
}
.social-language li.pintrest a {
	background-image:url(../images/icon_pintrest.png);
}
.social-language li.pintrest a:hover {
	background-image:url(../images/icon_pintrest_h.png);
}
.social-language li.instagram a {
	background-image:url(../images/icon_instagram.png);
}
.social-language li.instagram a:hover {
	background-image:url(../images/icon_instagram_h.png);
}
.social-language li.language {
	/*background:url(../images/arrow_lang.png) no-repeat center;*/
	/* width:81px; */
	text-align:center;
	margin-left:10px;
}
#lansel{
        display:inline-block;
        /* width:130px; */
        width: 100%;
        margin-left: 0px;
}
.lti{
        color: #CCB290;
		padding-left:8px;
}
#lansel li:nth-child(4) .lti{
        display:none;
}
.social-language li.language a {
	color:#CCB290;
	font-family: 'BebasNeueRegular';
	font-size:14px;
}
.social-language li.language a:hover {
	color:#C00000;
	text-decoration:none;
}

/* content */
.content {
}
.page-content {
	background:url(../images/bg_content.png) #C5AD8C;
	padding: 25px 0;
}
.page-content.home {
	padding-top:0;
}
.page-content.error-404{
	margin: 0 auto;
	text-align: center;
}
.page-content.error-404 h1{
	margin-top: 40px;
}
.page-content.error-404 img{
	max-width: 720px:
	width: 100%; 
	margin: 30px 0 80px 0;
}
.page-content a {
	border-bottom: 1px dotted;
	color: #aa090b;
}
/* home/contacts */
.contacts {
	background:url(../images/bg_contacts.png) no-repeat;
	width:100%;
	height:480px;
	text-align:center;
}
#ContactForm_date{
  height: 23px;
}
.mobile-contact{
	background:url(../images/mobile_bg_contacts_home.png) no-repeat;
	width:100%;
	height:250px;
	text-align:center;
	background-size: 100%;
	display: none;
}

.contacts table {
	width:100%;
}
.contacts table td {
	vertical-align:middle;
	height:100px;
	padding:42px 0 25px;
}
.direct-contact {
	background:url(../images/bg_contacts_home.png) no-repeat center;
	width:100%;
	height:255px;

}
.direct-contact table {
	width:100%;
	border:0;
}
.direct-contact table td {
	width:33.33%;
	vertical-align:middle;
	height:255px;
	padding:0;
}
.contacts table td,
.contacts a ,.mobile-contact a, .mobile-contact table td{
	color:#CCB290 !important;
	font-family: 'BebasNeueRegular';
	text-transform:uppercase;
	font-size:18px;
}
.contacts a ,.mobile-contact a {
	text-decoration:none;
}
.contacts a:hover ,.mobile-contact a:hover{
	text-decoration:underline;
}
.contacts .location ,.mobile-contact .location {
	font-size:18px !important;
	text-decoration:underline;
	color: #CCB290;
}
.contacts .label ,.mobile-contact .label {
	font-size:25px !important;
	margin-bottom:5px;
	color: #CCB290;
}
.contacts .number, .mobile-contact .number {
	font-size:28px !important;
	margin-bottom:15px;
}
.contacts h1,.mobile-contact h1 {
	font-size:35px;
}
.contacts h1 small , .mobile-contact h1 small{
	font-size:27px;
}

/* contacts page */
.contacts-container {
	background:url(../images/bg_container_red.png) repeat top center;
	width:100%;
	padding:30px 0;
}
.contacts-container .separator-small {
	margin-top:15px;
	margin-bottom:18px;
}
.contacts-container .contacts table {
	height: 480px;
}
/* videos */
.mejs-controls {
	/* display:none; vimeo */
}
.video-container {
	background:url(../images/bg_container_red.png) no-repeat center;
	width:100%;
	height:410px;
	padding-top:30px;
	text-transform:uppercase;
}
.video-container .box {
	background:url(../images/bg_video_box.png) no-repeat center center;
	width:300px;
	height:338px;
	padding-top:42px;
	float:left;
}
.video-container .box ul.locations li {
	background:url(../images/bg_video_title.png) no-repeat;
	width:209px;
	height:30px;
	margin:22px auto 0;
}
.video-container .box ul.locations li.separator {
	background-image:url(../images/separator_videos.png);
	height:2px;
}
.video-container .box ul.locations li a {
	display:block;
	width:151px;
	margin:0 auto;
	line-height:32px;
	font-family: 'BebasNeueRegular';
	text-transform: uppercase;
	color:#CAB293;
	font-size:20px;
	text-align:center;
}
.video-container .box ul.locations li.active a,
.video-container .box ul.locations li a:hover {
	color:#AA0000;
	text-decoration:none;
}
.video-container h1 {
	background:url(../images/bg_tours_video_txt.png) no-repeat;
	width:209px;
	height:108px;
	line-height:112px;
	margin:0 auto 36px;
	text-align:center;
	font-size:35px;
	/* background-color: pink; */
}
.video-container .frame {
	background:url(../images/bg_video_frame.png) no-repeat;
	width:630px;
	height:368px;
	padding-top:12px;
	float:right;
}
.videos-nav {
	text-align:center;
	margin-top:10px;
}
.videos-nav li {
	display:inline-block;
}
.videos-nav li a {
	display:block;
	width:24px;
	height:24px;
	background:url(../images/bg_direction_nav.png) no-repeat;
}
.videos-nav li.active a,
.videos-nav li a:hover {
	background-position:0 100%;
}


/* images with crop*/
.img-responsive-fit {
	width: 100%;
	height: 100%;
	position: relative;
}

.img-responsive_frame {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.img-responsive_frame img {
    position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	object-fit: cover;
}

/* lead */
.lead {
	background:url(../images/bg_lead_text.png) no-repeat;
	width:250px;
	height:238px;
	padding:40px 30px 0 15px;
	font-family: 'BebasNeueRegular';
	text-transform:uppercase;
	color:#BFAB85;
	font-size:26px;
	line-height:120%;
	letter-spacing:1px;
}
.lead span {
	font-size:32px;
}

/* home/discover */
.discover-bikemyside .row {
	margin-top: 30px;
}

.discover-bikemyside .img-responsive-fit {
	min-height: 300px;
}

/* home/discover */
.about-bikemyside .img-frame {
	margin-top: 30px;
}

/* concept */
.concept {
	background:url(../images/bg_concept_text.png);
	padding:10px 15px;
	font-family: 'BebasNeueRegular';
	text-transform:uppercase;
	color:#BFAB85;
	font-size:27px;
	line-height:120%;
	letter-spacing:1px;
}
.concept span {
	font-size:32px;
}

/* tours */
.tour {
}
.tour img {
	object-fit: cover;
}
.tour h1.tour-title {
	background:url(../images/bg_summary.png) no-repeat;
	line-height:20px;
	color:#CCB290;
	font-size:22px;
	padding:10px 10px 5px;
	margin-bottom:0;
}
.tour h1.tour-title small {
	font-size:18px;
}
.tour h1.tour-title span {
	font-size:12px;
	line-height:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:none;
}
table.pricing {
  border: 0px solid #AA090B;
  border-style:double;
  text-align: center;
  width: auto;
  margin: 50px auto;
}
table.pricing th {
  vertical-align: top;
  border: 2px solid #AA090B;
  border-style:double;
  padding: 40px;
  white-space: nowrap;
  /* min-width: 50%; */
  /* width: 1%; */
  /* width: 25%; */
}
table.pricing th h2 {
	text-align: center !important;
}
table.pricing td {
  border: 2px solid #AA090B;
  border-style:double;
  padding: 25px 15px;
}
table.pricing td h2 {
  font-weight: 700;
  font-size: 200%;
  text-align: center !important;
}
/* sidecar */
.summary {
	background:url(../images/bg_summary.png) no-repeat;
	width:auto;
	padding:15px 100px;
	margin-top:20px;
}
.summary,
.summary a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	line-height:150%;
}
.summary p {
	margin:0;
}

/* footer */
#footer {
	background:url(../images/bg_content.png) #C5AD8C;
	color:#332D25;
	font-size:90%;
	line-height:110%;
	padding-top:10px;
	overflow: hidden;
}
#footer .social a img {
	transition:opacity ease-in-out 0.2s;
	-webkit-transition:opacity ease-in-out 0.2s;
	-moz-transition:opacity ease-in-out 0.2s;
}
#footer .social a:hover img {
	opacity:.9;
}
#footer .social a.trip-advisor-lisbon, 
#footer .social a.trip-advisor-algarve {
	background:url(../images/bg_bt_trip_advisor_lisboa.png) no-repeat;
	display:block;
	width:auto;
	height:30px;
	line-height:32px;
	margin-top:3px;
}
#footer .social a.trip-advisor-algarve {
	background-image:url(../images/bg_bt_trip_advisor_algarve.png);
}
#footer .social a.trip-advisor-lisbon:hover, 
#footer .social a.trip-advisor-algarve:hover {
	color:#AA0000;
	text-decoration:none;
}
#footer .separator {
	background:url(../images/separator_footer.png) no-repeat center;
	width:100%;
	height:5px;
	margin:20px 0 30px;
}
#footer .reserve {
	background:url(../images/bg_bt_reservation.png) no-repeat;
	width:auto;
	height:88px;
	line-height:92px;
}
#footer .reserve a {
	font-size:40px;
	display:block;
}
#footer .form h5,
#footer .form input[type=text] {
	margin-bottom:5px;
}
#footer .footage {
	background:url(../images/bg_footer.png) no-repeat;
	width:100%;
	height:38px;
	color:#666666;
	font-size:14px;
	margin:30px 0 0;
	padding-top:12px;
	font-family: 'BebasNeueRegular';
	text-transform:uppercase;
	color:#CCB290;
}
#footer .footage .menu li {
	height:13px;
}
#footer .footage .menu a {
	font-size:18px;
}
#footer .copyright a {
	font-family: 'BebasNeueRegular';
	text-transform:uppercase;
	color:#CCB290;
}
#footer .copyright {
	text-align:right;
}

/* img frames */
.sidecar-frame {
	padding:6px 0;
	margin-top:15px;
	position:relative;
}
.sidecar-frame img {
	object-fit: cover;
	width: 100%;
}
.sidecar-frame:before,
.sidecar-frame:after {
	position:absolute;
	left:0;
	background:url(../images/bg_img_frame.png) repeat-x;
	width:100%;
	height:10px;
	content:"";
}
.sidecar-frame:after {
	bottom:-4px;
}
.sidecar-frame:before {
	top:-9px;
}

.img-frame {
	position:relative;
	margin-bottom:18px;
}
.img-frame img {
	display:block;
	/* adicionado */
	object-fit: cover;
    width: 100%;
    height: auto;
    /* /adicionado */
}
.img-frame:before,
.img-frame:after {
	position:absolute;
	left:0;
	background:url(../images/bg_img_frame_bottom.png) repeat-x;
	width:100%;
	height:12px;
	content:"";
}
.img-frame:before {
	top:-12px;
	background-image:url(../images/bg_img_frame_top.png);
}


/* general */
.row-other {
	margin-top:8px;
	display:none;
}
a.btn,
input.btn {
	font-family: 'BebasNeueRegular';
	text-transform:uppercase;
	color:#CAB293;
	text-align:center;
	font-size:20px;
}
a.btn:hover,
input.btn {
	color:#AA0000;
	text-decoration:none;
}
.btn-red {
	background:url(../images/bg_btn.png) no-repeat;
	width:114px;
	height:30px;
	line-height:34px;
	display:inline-block;
	padding:0 10px;
	font-size:18px !important;
	text-align:left !important;
}
.btn-red:hover {
	color:#000 !important;
}
.btn-creme {
	background-image:url(../images/bg_btn_creme.png) !important;
	color:#990000 !important;
}

#mapcanvas {
	width:565px;
	height:340px;
}

.separator {
	background:url(../images/separator.png) no-repeat center;
	height:30px;
}
.separator-small {
	background:url(../images/separator_footer.png) no-repeat;
	height:5px;
	margin:30px 0;
}
.spacer {
	height:25px;
}
.big {
	font-size:18px;
	line-height:160%;
}
.small {
	font-size:13px;
	line-height:150%;
}
.title {
	color:#990000;
	font-weight:bold;
	font-size:20px;
}
.title-red-bg {
	background:url(../images/bg_tour_name.png) no-repeat;
	color:#CCB290;
	font-size:18px;
	padding:0 10px;
	height:30px;
	line-height:34px;
}
.black {
	color:#1E0D0D;
}
.blue {
	color:#00aeef;
}
.gray {
	color:#999999;
}
.red {
	color:#990000;
}
.creme {
	color:#CCB290;
}
.light-gray {
	color:#cccccc;
}
.clear {
	clear:both;
}
.align-left {
	text-align:left;
}
.float-right {
	float:right;
}
.hide {
	display:none !important;
}
textarea {
	overflow:auto;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	outline:none;
}
.tour p{
	margin: 0px;
}
/* Mostra título nas páginas de "Tours"
.post-70 .entry-title,.page-id-76 .entry-title,.page-id-175 .entry-title{
	display: none;
}
*/
.pais-cont p{
  margin: 0px 0px;
}

.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-acceptance span.wpcf7-list-item a {
    color: #fff;
}

.wpcf7-acceptance span.wpcf7-list-item a:hover {
	color: #CCB290;
}

.wpcf7-response-output {
	margin: 65px 0 0 0 !important;
}

.wpcf7-validation-errors {
    color: #fff !important;
}

.wpcf7-mail-sent-ok {
	color: #fff !important;
}