
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
#home-slider {
	margin:0 0 30px 0 !important;
	padding:0;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
#home-slider {
	margin:0 0 30px 0 !important;
	padding:0;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
#book-box h2 {
	font-size: 4em !important;
}
.title-property {
	font-size: 3em !important;
}
.price-season {
	font-size: 1.4em!important;
}
.type-season {
	font-size: 1em!important;
	color: dimgrey;
}
.date-season {
	font-size: 0.6em!important;
	padding: 12px 0 0 10px!important;
	display: none;
}
#home-slider {
	margin:0 0 30px 0 !important;
	padding:0;
}
.who-we-are h2 {
  font-size: 3em !important;
}
.main-container p {
  font-size: 1.1em!important;
}
h4.new-friends-title {
  font-size: 2.5em!important;
}
.transfers-ul ul {
	margin: 0px 60px 60px 15px!important;
}
.btn-book-transfers {
  margin: 30px 0 0 15px!important;
}
.team h2 {
  font-size: 3em!important;
}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}

@media (min-width: 992px) {
#header-mobile {
	display: none !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.toggle {
	position: absolute;
	top: 50px;
	right: 0;
}
}

@media (max-width: 992px) {
#search-rentals {
	display: none!important;
}
.actions {
	width: 100%!important;
	position: fixed!important;
	bottom: 0%!important;
	left: 0!important;
	z-index: 9999;
}
.actions ul {
	width: 50%!important;
	margin: 0 auto !important;
}
.tours-ul {
	width: 57%!important;
}
}

@media (max-width: 1200px) {
}

@media (max-width: 1215px) {
#logo {
	display: none !important;
}
#header-mobile {
	display: block !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
}
@font-face {
	font-family: 'blackjackregular';
	src: url('../fonts/black_jack-webfont.eot');
	src: url('../fonts/black_jack-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/black_jack-webfont.woff') format('woff'), url('../fonts/black_jack-webfont.ttf') format('truetype'), url('../fonts/black_jack-webfont.svg#blackjackregular') format('svg');
	font-weight: normal;
	font-style: normal;
}/*------------ black jack font ------------*/
.main-container {
	font-family: 'Montserrat', sans-serif;
	/* color: #fff; */
	font-weight: 400;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}
.main-container p {
	line-height: 27px;
	font-size: 1.2em;
	margin: 15px 0;
	padding: 0;
	text-align: justify;
}
.feature-col-md-5, .feature-rentals:hover, .feature-tours:hover, .feature-transfers:hover, .feature-concierge:hover, .feature-meet-us:hover {
	opacity: 0.7;
	cursor: pointer;
	box-shadow: 7px 7px 0px rgba(0,0,0, 0.2);
}
.feature-rentals {
	background: url(../img/main-features/img-rentals-main-feature.jpg) top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.feature-tours {
	background: url(../img/main-features/img-tours-main-feature.jpg) top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.feature-transfers {
	background: url(../img/main-features/img-transfers-main-feature.jpg) top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.feature-concierge {
	background: url(../img/main-features/img-concierge-main-feature.jpg) top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.feature-meet-us {
	background: url(../img/main-features/img-meet-us-main-feature.jpg) top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.title-feature {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	width: 16em;
	left: 0;
	bottom: 0;
}
.title-cr {
	width: 9em;
	padding: 20px;
	float: left;
}
#rentals-color {
	background: #669999;
}
#tours-color {
	background: #666600;
}
#transfers-color {
	background: #0099ff;
	width: 11em!important;
}
#concierge-color {
	background: #cc3366;
}
#meet-us-color {
	background: #ff9900;
}
.title-rentals {
	width: 7em;
	padding: 20px;
	background: url(../img/bg.png) repeat;
	float: left;
}
.box-feature {
	background: #000;
	margin: 0 0 30px 0;
	padding: 0;
}
.who-we-are {
	background: url(../img/img-bg-who-we-are.jpg) top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	height: auto;
	width: 100%;
	padding: 5% 0 10% 0;
	position: relative;
}
.who-we-are p {
	text-align: center;
}
.who-we-are h2 {
	font-size: 4em;
	letter-spacing: -2px;
	font-weight: 700;
	margin: 0 0 15px 0;
}
h4.new-friends-title {
	font-family: 'blackjackregular';
	font-size: 3em;
	margin: 30px 0 0 0;
}
.btn-lets-talk {
	margin: 40px 0 0 0;
}
.btn-lets-talk a {
	background: transparent;
	font-size: 1.6em;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border: 5px solid #fff;
	padding: 1% 3%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-lets-talk a:hover {
	background: #fff;
	color: #d6b182;
	border: 5px solid #fff;
	padding: 1% 3%;
	box-shadow: 7px 7px 0px rgba(0,0,0, 0.3);
}
footer {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
}
footer a {
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
footer a:hover {
	text-decoration: none;
	color: darkturquoise;
}
footer ul {
	text-align: left;
	line-height: 24px;
	margin: 0;
}
footer li {
	list-style: none;
}
#footer-col {
	background: #1e1e1e/*lightseagreen*/;
	/*background: url(../img/bg-footer.png) repeat !important;*/
	padding: 30px 0 !important;
	width: 100% !important;
}
.table-footer {
	font-size: 1.2em;
	text-align: left;
	margin: 0 0 30px 0;
}
.table-titles {
	color: lightyellow;/*text-align:right;*/
}
.table-footer td {
	vertical-align: top;
	padding: 5px 10px 5px 0;
}
footer ul {
	margin: 0 0 30px 0;
}
.ul-footer {
	margin: 0 30px 0 0;
	padding: 0;
}
.logo-trip-box {
	text-align: center;/*margin: 40px 0 20px 0;*/
}
.logo-trip {
	height: 100%;
	width: 60%;
}
#col-md-12 {
	padding: 0 !important;
	/*position:absolute !important;
	bottom:0 !important;*/
	width: 100% !important;
}
.sm-icon-footer {
	padding: 15px 5px/*15px 9px*/;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sm-icon-footer:hover {
	opacity: 0.5;
}
.copyright {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}
.social-icons {
	text-align: center;
}
.feature-property-frtl {
	background: url(../img/bg.png) repeat;
	padding: 7.5%;
	position: absolute;
	z-index: 100;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
}
.feature-property-frtl h3 {
	font-family: 'Dancing Script', cursive;
	font-weight: 400;
	font-size: 4em;
	color: #fff;
}
.main-orbit {
	position: relative;
}
#list-margins {
	margin: 0 auto;
}
#list-tours {
	margin: 20px auto;
}
#cf-rentals-ftrl {
	position: absolute;
	width: 100%;
	padding: 0 10.8%;
}
.rentals-properties {
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	position: relative;
	margin: 0 0 40px 0;
	cursor: pointer;
}
.rentals-property-info {
	clear: both;
}
.rentals-property-info p {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	line-height: 1.7em;
}
.rentals-property-info h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	color: #fff;
	background: lightseagreen;
	margin: 0;
	padding: 15px;
}
.rentals-property-info a {
	color: lightseagreen;
}
.rentals-property-info a:hover {
	color: lightseagreen;
	text-decoration: none;
}
table.table-rates {
	width: 100%;
	margin: 20px 0;
	padding: 0;
}
table.table-rates th {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #E3E3E3;
}
table.table-rates td {
	padding: 5px 0 10px 0;
}
span.property-rate, span.tour-rate {
	font-family: 'Montserrat', sans-serif;
	font-size: 2em/*2.8em*/;
	margin: 0;
	padding: 0;
}
.green-season-color {
	color: darkkhaki;
}
.high-season-color {
	color: cadetblue;
}
.peak-season-color {
	color: #e9967a;
}
span.property-season {
	font-size: 1.7em;
	letter-spacing: -1px;
	font-weight: 400;
}
span.season-xs {
	font-size: 1.2em!important;
}
span.restrictions {
	color: #ff3333;
	font-size: 2.8em;
}
span.property-date {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #333
}
#rentals-property-01 {
	background: url(../img/rentals/img-rentals-property-01.jpg) top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 28% 0;
	position: relative;
}
#rentals-property-02 {
	background: url(../img/rentals/img-rentals-property-02.jpg) top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 28% 0;
	position: relative;
}
#rentals-property-03 {
	background: url(../img/rentals/img-rentals-property-02.jpg) top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 28% 0;
	position: relative;
}
#rentals-property-04 {
	background: url(../img/rentals/img-rentals-property-01.jpg) top left no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 28% 0;
	position: relative;
}
#search-rentals {
	background: turquoise;
	color: white;
	margin:0 0 30px 0;
	padding: 20px;
}
#search-rentals h2 {
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 4em;
	font-weight: 700;
	text-align: center;
	letter-spacing: -3px;
	margin: 0 auto;
	padding: 0;
}
.pagination-results {
	width: 95%;
	padding: 15px 0 10px 30px;
}
.pagination-list-name {
	font-family: 'Montserrat', sans-serif;
	color: #009999;
	font-size: 3.5em;
	font-weight: 700;
	letter-spacing: -1px;
	float: left;
}
.pagination-list-name h2 {
	font-weight: 700;
}
.pagination-list-results {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.7em;
	color: #ff9933;
	line-height: 44px;
	margin: 0 0 0 15px;
	float: left;
}
.pagination-footer {
	text-align: center;
}
.pagination-footer ul {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.6em;
	font-weight: 400;
	color: #fff;
}
.pagination-footer li {
	list-style: none;
	display: inline;
	margin: 0;
}
.pagination-footer ul a {
	color: #f8f8f8;
	text-decoration: none;
	padding: 11px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pagination-footer ul a:hover {
	color: coral;
	background: #f8f8f8;
}
.form-inline {
	text-align: center;
}
.title-property {
	font-family: 'Montserrat', sans-serif;
	color: #cc9933;
	font-size: 3.3em;
	font-weight: 700;
	letter-spacing: -2px;
	margin: 20px 0;
	padding: 0px 0 20px 0;
	border-bottom: 1px solid #E3E3E3;
}
.icon-feature {
	height: 72px;
	width: 72px;
	float: left;
}
#icon-calendar {
	background: darkturquoise;
}
#icon-location {
	background: #6699cc;
}
#icon-book {
	background: darkkhaki;
}
.no-margin {
	margin: 0;
	padding: 0;
}
.no-mp-r {
	margin-right: 0;
	padding-right: 0;
}
.property-amenities h3 {
	background: #cccc99;
	color: #fff;
	margin: 0;
	padding: 10px 0 10px 20px;
}
.property-amenities li {
	padding: 7px 0;
}
.last-li {
	border-bottom: 0;
}
.amenities-ul {
	font-size: 1em;
	line-height: 13px;
	margin: 0 20px 20px 0;
	padding: 0 0 20px 0;
}
.amenities-ul ul {
	line-height: 20px;
	float: left;
	font-size: 0.9em;
	margin: 0 50px 0 8px;
	list-style: none;
}
#footer-color {
	background: darkturquoise;
	padding: 20px !important;
}
#contact {
	background: #f8f8f8;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	color: #666666;
	font-size: 1.1em;
	font-weight: 400;
	padding: 20px 20px;
}
#contact ul li {
	list-style: none;
}
#contact strong {
	font-size: 1.3em;
}
.social-contact-us {
	margin: 20px 8px 0 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-contact-us:hover {
	margin: 20px 8px 0 0;
	opacity: 0.5
}
#contact .form-control {
	background-color: #e2e2e2;
	background-image: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #777777;
	text-transform: uppercase;
	line-height: 1.42857143;
	display: block;
	width: 100%;
	height: 34px;
	padding: 0 19px;
	border: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
#contact .form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
#contact .form-control::-moz-placeholder {
 color:#777;
 opacity:1
}
#contact .form-control:-ms-input-placeholder {
 color:#777
}
#contact .form-control::-webkit-input-placeholder {
 color:#777
}
#calendar {
	background: darkturquoise;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	color: #666666;
	font-size: 1.1em;
	font-weight: 400;
	display: block;
	position: relative;
}
#location {
	background: #6699cc;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	color: #666666;
	font-size: 1.1em;
	font-weight: 400;
	display: block;
	position: relative;
}
#contact .btn-default {
	color: #fff;
	background-color: #ff9900;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	padding: 3px 20px;
	text-transform: uppercase;
	border: 4px solid transparent;
}
#contact .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	background: transparent;
	border: 4px solid #ff9900;
	color: #ff9900;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.concierge-services {
	background: #999966;
	color: #fff;
	list-style: none;
	padding: 40px 0;
}
.concierge-services h3 {
	font-size: 2.4em;
	font-weight: 700;
	color: #fff;
	margin: 0;
	padding: 0 0 20px 30px;
}
.concierge-services li {
	padding: 7px 0;
}
.concierge-ul {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	line-height: 20px;
	padding: 0 0 0 20px;
}
.concierge-ul a {
	font-weight: 700;
	text-decoration: none;
	color: #ebebe0;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	padding: 8px;
}
.concierge-ul a:hover {
	color: #fff;
	background: #999966;
	background: darkkhaki;
}
.concierge-ul ul {
	margin: 0px 60px 0 15px;
	list-style: none;
	float: left;
}
.btn-book-concierge {
	margin: 30px 0 0 24px;
}
.btn-book-concierge a {
	background: transparent;
	font-size: 1.4em;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border: 4px solid #fff;
	padding: 1% 3%;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-book-concierge a:hover {
	background: #fff;
	color: #999966;
}
.concierge-service {
	width: 100%;
	position: relative;
}
.video-concierge {
	margin: 0 0 30px 0;
}
.transfers-services {
	background: #181818;
	color: #fff;
	list-style: none;
	padding: 40px 0 66px 0;
}
.transfers-services h3 {
	font-size: 2.4em;
	font-weight: 700;
	color: #fff;
	margin: 0;
	padding: 0 0 0 42px;
}
.transfers-services li {
	padding: 7px 0;
}
.last-li {
	border-bottom: 0;
}
.transfers-ul {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	line-height: 20px;
	padding: 0 0 0 20px;
}
.transfers-ul a {
	font-weight: 700;
	text-decoration: none;
	color: #ebebe0;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	padding: 8px;
}
.transfers-ul a:hover {
	color: #fff;
	background: #181818;
}
.transfers-ul ul {
	width: 100%;
	margin: 0px 60px 60px 25px;
	list-style: none;
	float: left;
}
.btn-book-transfers {
	margin: 30px 0 0 24px;
}
.btn-book-transfers a {
	background: transparent;
	font-size: 1.8em;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border: 4px solid #fff;
	padding: 1% 3%;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-book-transfers a:hover {
	background: #fff;
	color: #181818;
}
.transfers-service {
	width: 100%;
	display: none;
	position: relative;
}
.video-transfers {
	margin: 0;
}
#logo {
	position: relative;
	z-index: 1000;
}
.contact a {
	margin: 0 !important;
	padding: 0 30px !important;
	cursor: pointer;
}
.skype {
	background: #12a5f4;
	cursor: pointer;
}
.btn-book-concierge {
	margin: 30px 0 0 24px;
}
.btn-book-concierge a {
	background: transparent;
	font-size: 1.4em;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border: 4px solid #fff;
	padding: 1% 3%;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-book {
	padding: 20px 0;
}
.btn-book a {
	background: transparent;
	font-size: 2.4em;
	font-weight: 700;
	color: #ff9900;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border: 4px solid #ff9900;
	padding: 1% 3%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-book a:hover {
	background: #66cccc;
	color: #fff;
	border: 4px solid #66cccc;
	padding: 1% 3%;
	box-shadow: 7px 7px 0px #ccc;
}
.btn-book-concierge a:hover {
	background: #fff;
	color: #999966;
}
.scrollup {
	/*background: url(../img/icon-top.svg) no-repeat;*/
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 50px;
	right: 0;
	display: none;
	text-indent: -9999px;
	z-index: 99999;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.scrollup:hover {
	opacity: 1;
}
#reservation-policy {
	margin: 0 auto;
	padding: 0 0 50px 0;
}
#reservation-policy p {
	padding: 10px 0;
}
#reservation-policy h2 {
	margin: 20px 0 0 15px;
	font-size: 6em;
	letter-spacing: -4px;
	font-weight: 700;
	color: darkturquoise;
}
#book-now h2 {
	text-align: center;
	font-size: 3em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin: 30px auto;
	padding: 10px 5px;
	border: 6px solid #fff;
	width: 300px;
}
.ico-amenities {
	height: 50px;
	width: 50px;
	/*float: left;*/
	margin: 0 10px 0 0;
}
.ico-amenities a {
	padding: 15px 0;
}
.last-no-mr {
	margin: 10px 0 0 0;
}
.team h2 {
	font-size: 4.5em;
	font-weight: 700;
	letter-spacing: -2px;
	margin: 40px 0 0 0;
	color: darkturquoise;
}
.team-member {
	margin: 30px 0;
	padding: 0 25px;
}
.title-team {
	margin: 30px 0;
	text-align: center;
}
.team-member p {
	font-size: 1.1em;
	line-height: 1.5em;
}
.team-img {
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	margin: 0 auto;
	padding: 0;
}
#daniel-mugshot {
	background: url(../img/img-team-daniel.jpg) center 0 no-repeat;
}
#chris-mugshot {
	background: url(../img/img-team-chris.jpg) center 0 no-repeat;
}
#alejandro-mugshot {
	background: url(../img/img-team-alejandro.jpg) center 0 no-repeat;
}
#ana-mugshot {
	background: url(../img/img-team-ana.jpg) center 0 no-repeat;
}
.team-member h3 {
	font-size: 3.3em;
	font-weight: 700;
	letter-spacing: -1px;
	color: darkturquoise;
}
.team-member h4 {
	font-size: 1.8em;
	letter-spacing: -1px;
}
#transfers-rates h2 {
	margin: 20px auto;
	padding: 0;
	font-size: 2.8em;
	font-weight: 700;
	color: #fff;
	letter-spacing: -1px;
}
.table-transfer-rates {
	font-size: 1em;
	color: #fff;
	width: 100%;
	margin: 40px 0;
}
.table-transfer-rates a {
	color: #fff;
	text-decoration: none;
}
.table-transfer-rates .th {
	background: #32b1a8;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 20px;
}
.table-transfer-rates .even {
	background: #44c3ba;
	width: 100%
}
.table-transfer-rates .odd {
	width: 100%
}
.table-transfer-rates td, th {
	padding: 15px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#words {
	margin: 20px auto;
}
#words a {
	color: #999;
}
#words ul {
	list-style: none;
}
#words h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	margin: 10px 0;
	padding: 0;
}
#words h5 a {
	color: darkturquoise;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btns {
	background: #cccc99;
	height: 50px;
	width: 50%;
	border: 0;
	color: #fff;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btns:hover {
	background: sandybrown;
}
.btns:focus {
	background: sandybrown;
	box-shadow: 0;
	outline: none;
}
#btn-photos {
	opacity: 1;
	position: absolute;
	left: 0;
}
#btn-video {
	opacity: 1;
	position: absolute;
	right: 0;
}
#photos {
	position: absolute;
	top: 0;
	left: 0;
}
#icons-features {
	text-align: right;
	margin: 10px 0 0 0;
	padding: 0;
}
.toggle {
	position: absolute;
	top: 0;
	right: 0;
}
#TableCalendarProperty {
	background: #fff !important;
	margin: 0 auto !important;
	padding: 0 !important;
}
#CalendarMonthProperty {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	background: darkturquoise;
	font-size: 1.7em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 1px;
}
#CalendarMonthProperty p {
	text-align: center;
}
.weekProperty {
	color: coral;
}
.link {
	font-weight: 400;
	font-size: 0.5em;
}
#CalendarMonthProperty td::after {
	padding: 10px;
}
.weekend, .weekProperty {
	text-transform: uppercase;
}
#TableCalendarProperty td {
	padding: 0 0 10px 0;
}
/*-- internal rentals & tours --*/
.amenities {
	margin:0 0 30px 0;
	padding:0;
}
.amenities-box {
	width: 100%;
	background: #efefe5;
	margin: 20px 0 0 0;
}
.actions {
	background: lightseagreen;
	padding: 5px 0;
}
.actions p {
	font-size: 0.9em!important;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}
.actions ul {
	width: 52%;
	margin: 0 auto 20px auto;
	padding: 0 0 10px 0;
}
.tours-ul {
	width: 57%!important;
}
.actions li {
	display: inline;
	text-align: center;
	/* width: 118px; */
	float: left;
	margin: 0 30px 0 0;
}
img {
	max-width: 100%;
}
.well {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display: none;
	margin: 1em;
}
pre.prettyprint {
	padding: 9px 14px;
}
.fulltable {
	max-width: 50%;
	overflow: auto;
}
.container {
	padding-left: 0;
	padding-right: 0;
}
.lineheight {
	line-height: 3em;
}
.pagetop {
	background: url(http://subtlepatterns.com/patterns/congruent_outline.png)#333;
	background-attachment: fixed;
	color: #fff;
}
.page-header {
	border-bottom: none
}
#book-box {
	font-family: 'Montserrat', sans-serif;
	padding: 30px;
}
#book-box h2 {
	font-size: 5em;
	letter-spacing: -2px;
	font-weight: 700;
	color: darkorange;
	margin: 0 0 20px 0;
}
span.ride {
	font-size: 3em;
	letter-spacing: -2px;
	font-weight: 700;
	color: darkcyan;
	margin: 0 0 20px 0;
}
a:focus {
	outline: 0;
}
.close-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9999;
}
.close-btn p {
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	font-weight: 700;
	color: #fff;
	background: burlywood;
	margin: 0;
	padding: 0px 10px;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.close-btn p:hover {
	background: deeppink;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.rslides {
	margin: 0 auto;
}
.rslides_container {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
}
.rslides_container_internal {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
}
.centered-btns_nav {
	z-index: 10000;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 10px;
	opacity: 0.7;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url(../img/themes.png) no-repeat left top;
	margin-top: -45px;
}
.centered-btns_nav:active {
	opacity: 1.0;
}
.centered-btns_nav.next {
	left: auto;
	background-position: right top;
	right: 10px;
}
.transparent-btns_nav {
	z-index: 10000;
	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%;
}
.transparent-btns_nav.next {
	left: auto;
	right: 0;
}
.large-btns_nav {
	z-index: 3;
	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 url("themes.gif") no-repeat left 50%;
	width: 38px;
}
.large-btns_nav:active {
	opacity: 1.0;
}
.large-btns_nav.next {
	left: auto;
	background-position: right 50%;
	right: 0;
}
.centered-btns_nav:focus, .transparent-btns_nav:focus, .large-btns_nav:focus {
	outline: none;
}
.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
	margin-top: 10px;
	text-align: center;
}
.centered-btns_tabs li, .transparent-btns_tabs li, .large-btns_tabs li {
	display: inline;
	float: none;
	_float: left;
 *float: left;
	margin-right: 5px;
}
.centered-btns_tabs a, .transparent-btns_tabs a, .large-btns_tabs a {
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #ccc;
	background: rgba(0,0,0, .2);
	display: inline-block;
	_display: block;
 *display: block;
	-webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
	width: 9px;
	height: 9px;
}
.centered-btns_here a, .transparent-btns_here a, .large-btns_here a {
	background: #222;
	background: rgba(0,0,0, .8);
}
h3 {
	font-family: 'Montserrat', sans-serif;
	color: #cc9933;
	font-size: 2.3em;
	font-weight: normal;
	letter-spacing: -1px;
}
.transfers h3 {
	font-size: 2em;
	font-weight: 700;
	color: cadetblue;
	margin: 0 0 20px 0;
}
.transfers p {
	font-size: 1.1em;
	line-height: 18px;
}
.blank-margin {
	margin: 20px 0;
}
.transfers ul {
	line-height: 20px;
	margin: 0 0 0 20px;
}
.transfers img {
	margin: 0 0 20px 0;
}
.internal {
	padding: 0 0 30px 0;
}
.txt-center {
	text-align: center;
}
.no-mp {
	margin: 0!important;
	padding: 0!important;
}
#book-box {
	margin-bottom: 120px;
}
h4.rates-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-weight: 700;
	border-bottom: 1px solid #E3E3E3;
}
.rates {
}
.season-rate {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}
.price-season {
	  font-size: 2em;
}
.type-season {
	  font-size: 1.1em;
}
.date-season {
	  font-size: 0.9em;
  color: #333;
}
