/*@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700,900&subset=latin-ext');*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i');*/

html, body, main {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}
#motorInternas1 {
	margin: 0 auto;
	max-width: 1060px;
}
#booking form {
	width: 730px;
	margin: 0 auto;
}
.main-head {
	color: #752938;
	font-size: 4em;
	margin: 25px;
}
.width-2 {
	width: 25% !important;
	padding-top: 10% !important;
	margin-left: 15%;
}
.width-3 {
	width: 45% !important;
}
.checkin-box label, .checkout-box label {
	margin-right: 10px
}
select option {
	color: #000;
}
html {
	position: relative;
	overflow-y: scroll;
	height: 100%;
	background: #fff;
	color: #6b6b6b;
	overflow-x: hidden;
}
body {
	position: relative;
	min-height: 100%;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 31%;
    margin: 0;
    float: left;
}
.portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    height: 235px !important;
    width: 100%;
    object-fit: cover;
}
.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
}
.owl-carousel .owl-item {
	float: left;
	border-left: 1px solid #fff;
}
.carousel.fade .item:before {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	content:'';
	}
#home-gallery .owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	display: none !important;
}
#main-navigation {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	z-index: 120;
}
.sticky-header #main-navigation {
	position: fixed;
}
#main-navigation .menus {
	position: absolute;
	top: 0;
	left: -10000px;
	height: 100%;
	width: 336px;
	padding-top: 62px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlPmCY+fKwAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
	background: rgba(0, 0, 0, 0.9);
	z-index: 10;
	transition: left 333ms cubic-bezier(0, 1, 0, 1);
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    border-color: transparent;
}
.my-nav {
	position:relative;
	width:100%;
	top:0;	
	}
@media (min-width: 1500px) {
#main-navigation .menus {
	padding-top: 112px;
	width: 424px;
	left: -100000px;
}
}
.main-navigation-visible #main-navigation .menus {
	left: 0;
	top: 0px;
	background: #000;
	position: fixed;
}
a:hover {
	text-decoration: none
}
#main-navigation .menus a {
	display: block;
	position: relative;
	padding: 8px 20px 8px 70px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	text-decoration: none;
	color: #fff;
}
/*#main-navigation .menus a:hover {
	font-weight: bold
}
*/
@media (min-width: 1500px) {
#main-navigation .menus a {
	font-size: 18px;
	line-height: 24px;
	padding-left: 118px;
}
}
#main-navigation .menus a:hover {
	color: #fff;
}
#main-navigation .menus a.active {
	color: #fff;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEV1KTiZBLAUAAAAAXRSTlOZyTXzhgAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
	background: rgba(117, 41, 56, 0.6);
	background: linear-gradient(to right, rgba(117, 41, 56, 0.6) 50%, rgba(117, 41, 56, 0) 100%);
}
#main-navigation .menus .top-menu {
	margin-bottom: 49px;
}
#main-navigation .menus .main-menu a {
	font-size: 20px;
	line-height: 24px;
}

@media (min-width: 1500px) {
#main-navigation .menus .main-menu a {
	font-size: 24px;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
#main-navigation .visiblity-trigger {
	position: absolute;
	left: 30px;
	top: 21px;
	min-width: 20px;
	padding-left: 38px;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	text-transform: uppercase;
	color: #7e7e7e;
	cursor: pointer;
	z-index: 20;
}

@media (min-width: 1500px) {
/*  #main-navigation .visiblity-trigger {
    left: 50px;
    top: 53px;
    font-size: 24px;
    padding-left: 44px;
  }*/
#main-navigation .visiblity-trigger {
	left: 140px;
	top: 25px;
	font-size: 24px;
	padding-left: 44px;
}
}
#main-navigation .visiblity-trigger .smart-icon {
	position: absolute;
	left: 0;
	top: 3px;
}
#main-navigation .visiblity-trigger .smart-icon span {
	display: block;
	width: 20px;
	height: 4px;
	margin-bottom: 3px;
	border-radius: 1px;
	background: #752938;
	transition: background 200ms, border-radius 150ms, -webkit-transform 150ms;
	transition: background 200ms, transform 150ms, border-radius 150ms;
	transition: background 200ms, transform 150ms, border-radius 150ms, -webkit-transform 150ms;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
#main-navigation .visiblity-trigger:hover .smart-icon span {
	-webkit-transform: none;
	transform: none;
	background: #7e7e7e;
}
#main-navigation .visiblity-trigger:hover .smart-icon span:first-child {
	-webkit-transform: translate(0, -1px);
	transform: translate(0, -1px);
}
#main-navigation .visiblity-trigger:hover .smart-icon span:last-child {
	-webkit-transform: translate(0, 1px);
	transform: translate(0, 1px);
}
#main-navigation .visiblity-trigger:active .smart-icon span {
	transition: -webkit-transform 100ms;
	transition: transform 100ms;
	transition: transform 100ms, -webkit-transform 100ms;
	-webkit-transform: none;
	transform: none;
}
.main-navigation-visible #main-navigation .visiblity-trigger {
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.main-navigation-visible #main-navigation .visiblity-trigger .smart-icon span {
	background: #fff;
	-webkit-transform: scale(0) rotate(90deg);
	transform: scale(0) rotate(90deg);
	border-radius: 0;
}
.main-navigation-visible #main-navigation .visiblity-trigger .smart-icon span:first-child {
	-webkit-transform: translate(0, 7px) rotate(45deg);
	transform: translate(0, 7px) rotate(45deg);
}
.main-navigation-visible #main-navigation .visiblity-trigger .smart-icon span:last-child {
	-webkit-transform: translate(0, -7px) rotate(135deg);
	transform: translate(0, -7px) rotate(135deg);
}
.main-navigation-visible #main-navigation .visiblity-trigger:active .smart-icon {
	-webkit-transform: scale(0.94);
	transform: scale(0.94);
}
/*#header {
	position: relative;
	width: 100%;
	background: #fff !important;
	z-index: 111;
	height: 85px;
	padding: 9px 0;
}*/
#header {
    position: relative;
    width: 100%;
    background: #fff !important;
    z-index: 111;
    min-height: 85px;
    padding: 0;
    max-height: 150px;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 7px 15px;
    font-size: 18px;
    line-height: 20px;
    margin-right: 75px;
}
.navbar-toggle {margin-top:33px;}
/* The side navigation menu */
#booking .side-menu {
    display: none;
}
.show-smenu .side-menu {
    display: block !important;
}
#booking #mySidenav {
    display: none;
}
.show-smenu #mySidenav {
    display: block !important;
}
#booking .fix-logo {
    display: none;
	position: absolute;
    top: 0;
    left: 10%;
}
.show-smenu .fix-logo {
    display: block !important;
}
.side-menu {position:absolute;right:10%;top:35%}
.sidenav {
  height: 50000%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: absolute; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.teh-ul li {
    display: inline-block;
    text-align: left;
    margin: 5px 0 0;
    width: 25%;
}
.teh-ul li i:after {
    position: absolute;
    border-bottom: 1px solid;
    content: '';
    width: 15px;
    bottom: 6px;
    left: 16px;
}

.teh-ul li i {
    margin-right: 25px;
    position: relative;
}
@media (min-width: 1500px) {
.sticky-header #header {
	height: 95px;
}
}
#header .bar {
	position: relative;
	width: 100%;
	height: 100px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	z-index: 110;
}

@media (min-width: 1500px) {
#header .bar {
	height: 95px;
}
}
.sticky-header #header .bar {
	position: fixed;
}
#header .logo {
	position: relative;
	top: 5px;
	left: 0;
	right: 0;
	width: 300px;
	margin: 0 auto;
}
.logo img {
    display: block;
    width: auto;
    margin: 0 auto;
    max-height: 140px;
}

@media (min-width: 1500px) {
#header .logo {
/*    top: 30px;
    width: 454px;
*/
}
}
#header .membersonly {
	position: absolute;
	top: 50%;
	right: 10.5%;
	height: 42px;
	width: 142px;
	background: #752938;
	text-transform: capitalize;
	font-size: 12px;
	color: #FCFCFC;
	font-weight: bold;
	font-family: "Open Sans WF", Arial, sans-serif;
	line-height: 15px;
	box-sizing: border-box;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	padding-top: 9px;
}
#header .membersonly span {
	font-size: 17px;
	line-height: 21px;
}
#header .membersonly:hover {
	background: #fff;
	color: #752938;
}
#languages {
	position: absolute;
	top: 21px;
	right: 0px;
	line-height: 24px;
	font-size: 12px;
	z-index: 999;
}
a.class.pull-right {
	float: left !important;
}

@media (min-width: 1500px) {
#languages {
	top: 35px;
	right: 238px;
	font-size: 14px;
}
}
#languages li {
	float: left;
}
#languages a {
	text-transform: uppercase;
	text-decoration: none;
	color: #6b6b6b;
}
#languages a:hover, #languages a.active {
	color: #752938;
}
#booking {
    position: relative;
    right: 0;
    width: 100%;
    z-index: 11;
    height: auto;
    background: rgba(117, 41, 56, 0.8);
    top: 0;
}


#booking > .wrapper {
    height: auto;
    z-index: 10;
    padding: 23px 0 10px;
}
#booking .reservation {
    margin-top: 0;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-left: 0;
    padding-right: 11px;
    margin-right: 8px;
    position: relative;
    display: none;
}

/*.selected .fig-caption {
    height: 91%;
}
#carousel12 div.selected {
    z-index: 10;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    width: 400px;
    height: 400px;
    border: 2px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    top: -32px;
}
#carousel12 div.next img {
    width: 300px;
    height: 300px;
    transform: scale(0.75);
    border-radius: 200px;
}
#carousel12 div.prev img {
    width: 300px;
    height: 300px;
    transform: scale(0.75);
    border-radius: 200px;
}
.selected .fig-caption ul li {
    display: block;
    padding-left: 44px;
    font-size: 16px;
}*/
.selected .fig-caption {
	height: 91%;
	margin-top: 24px;
}
.fig-caption {
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	color: #fff;
	font-size: 39px;
	height: 80px;
	margin-top: 23%;
	transition: unset !important;
	opacity: initial !important;
	left: 0;
}
.fig-caption h4 {
	font-size: 14px;
}
.fig-caption a {
	color: #fff !important
}
.selected .fig-caption h4 {
	font-size: 18px;
}
.fig-caption ul {
	display: none
}
.fig-caption ul li {
	text-align: left;
	font-size: 12px;
}
.selected .fig-caption ul {
	display: block
}
.selected .fig-caption ul li {
	display: block;
	padding-left: 62px;
	font-size: 16px;
}
.prev .fig-caption h1, .next .fig-caption h1 {
	font-size: 24px;
}

@media (min-width: 1300px) {
#booking .reservation {
    display: inline-block;
    position: relative;
    top: -9px;
}
}

@media (min-width: 1500px) {
#booking .reservation {
	font-size: 24px;
}
}
#booking .reservation:after {
	content: '';
	position: absolute;
	width: 1px;
	background: #fff;
	height: 36px;
	right: 0;
	opacity: 1;
}
/*#booking form {
    width: 730px;
    margin: 0 auto;
}*/
/*#booking form {
    width: 718px;
    margin-left: 3%;
    padding-top: 0px;
}
*/
/*#booking form {
	max-width: 960px;
	min-width: 100px;
	margin: 0 auto;
	padding-top: 0px;
}
*/
#booking form {
    max-width: 100%;
    min-width: 100px;
    margin: 0 auto;
    padding-top: 0px;
    text-align: center;
}
#booking input[type='submit'] {
	float: left;
	font-size: 12px;
	line-height: 33px;
	color: #fff;
	text-transform: uppercase;
	background: #ac8938;
	padding: 0 15px;
}
.carousel-caption {
    right: auto;
    left: 50%;
    padding-bottom: 0;
    top: 50%;
    font-size: 60px;
    line-height: 1.3;
    bottom: auto;
    transform: translate(-50%,-50%);
}
.carousel-caption h1 {
    font-size: 40px;
}
.carousel-caption h2 {
    font-size: 30px;
}
@media (min-width: 1500px) {
/*#booking form {
    width: 980px;
    margin-left: 8%;
    padding-top: 6px;
}
*/}
#booking .inputs {
    position: relative;
    margin-top: 0px;
    display: inline-block;
}
#booking .controls {
	display: inline-block;
	margin: 0;
}

@media (min-width: 1500px) {
#booking .controls {
	margin: 0px 0 0;
}
}
#booking .selectedTxt {
	border-radius: 2px;
	height: 34px;
	background: #F8F8F8;
	border: 1px solid #CECECE;
	box-sizing: border-box;
	line-height: 34px;
}
#booking .selectedTxt:after {
	top: 11px;
}
#booking .SSContainerDivWrapper {
	top: 34px !important;
}
#booking .column {
	float: left;
	margin-right: 30px;
}
#booking label {
	float: left;
	margin-right: 10px;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
}
#booking input[type='text'] {
	float: left;
	height: 34px;
	width: 218px;
	padding: 0 8px;
	background: #F8F8F8;
	border: 1px solid #CECECE;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 28px;
	color: #6b6b6b;
	border-radius: 2px;
}
.membersonly {
	display: none;
}
.ui-datepicker-trigger:hover {
	background-position: 0 -39px;
}
.ui-datepicker-trigger {
	float: left;
	margin: 6px 0 0 8px;
	width: 18px;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sprite.svg) 0 0 no-repeat;
	position: absolute;
	right: 10px;
	top: 0;
}
.SSContainerDivWrapper {
	position: absolute;
	width: 100%;
	z-index: 9999;
	top: 31px !important;
}

@media (min-width: 1500px) {
}
#booking select, #booking .newListSelected {
	float: left;
	width: 96px;
}
#booking .ui-datepicker-trigger {
	margin: 8px 0 0 -28px;
}

@media (min-width: 1500px) {
#booking .ui-datepicker-trigger {
	margin: 8px 0 0 -38px;
}
}

@media (min-width: 1500px) {
}
#booking-datepicker {
	display: block;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 44px;
	width: 572px;
	transition: max-height 333ms cubic-bezier(0, 1, 0, 1);
	z-index: 10;
}

@media (min-width: 1500px) {
#booking-datepicker {
	top: 44px;
}
}
#booking-datepicker.visible {
	max-height: 320px;
}
#booking-datepicker .ui-datepicker {
	width: 100% !important;
	padding: 0;
}
#booking-datepicker .ui-datepicker-group {
	width: 238px;
	float: left;
	padding: 24px;
}
#booking-datepicker .ui-datepicker-header {
	margin-bottom: 15px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev {
	left: 9px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-next {
	right: 9px;
}
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	transition: opacity ease-out .7s;
	-moz-transition: opacity ease-out .7s;
	-webkit-transition: opacity ease-out .7s;
	left: 0;
	opacity: 0; /* hide all slides */
	top: 0;
	position: absolute;
	width: 100%;
	display: block;
	height:100%;
}
/*.carousel.fade .item:before {
    position: absolute;
    content: "";
    background: #0000005e;
    top: 0;
    width: 100%;
    height: 100%;
}*/
.carousel.fade .item:first-child {
	top: auto;
	opacity: 1; /* show first slide */
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	line-height: 1;
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.carousel-inner {
	height: 75vh;
}

#carousel-example-generic .carousel-inner {
	height: auto;
}
#carousel-example-generic.carousel {
    top: 0;
}
.carousel-indicators {
	bottom: 20px;
	display: none;
}
/*#carousel12 {
  position: relative;
  height: 400px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
*/
#carousel12 {
	position: absolute;
	height: auto;
	top: 68%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 750px;
	z-index: 11;
	left: 0;
	right: 0;
	margin: 0 auto
}
#carousel12 div {
	position: absolute;
	/*transition: transform 1s, left 1s, opacity 1s, z-index 0s;*/
	transition: left 0.5s, opacity 0.5s, z-index 0s;
	-webkit-transition: left 0.5s, opacity 0.5s, z-index 0s;
	opacity: 1;
}
/*#carousel12 div img {
  width: 400px;
  transition: width 1s;
}*/
#carousel12 div img {
	width: 100%;
	/*    transition: width 1s;*/
	height: 100%;
	border: 2px solid #fff;
}
#carousel12 div.hideLeft {
	left: 0%;
	opacity: 0;
	transform: translateY(50%) translateX(-50%);
}
#carousel12 div.hideLeft img {
	width: 200px;
}
#carousel12 div.hideRight {
	left: 100%;
	opacity: 0;
	transform: translateY(50%) translateX(-50%);
}
#carousel12 div.hideRight img {
	width: 200px;
}
/*#carousel12 div.prev {
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
}*/
#carousel12 div.prev {
	z-index: 5;
	left: 16%;
	transform: translateY(30px) translateX(-75%);
	-webkit-transform: translateY(30px) translateX(-75%);
}
/*#carousel12 div.prev img {
  width: 300px;
}
*/
#carousel12 div.prev img {
	/*    width: 478px;
    height: 350px;*/
	width: 320px;
	height: 220px;
	transform: scale(0.75);
}
#carousel12 div.prevLeftSecond {
	z-index: 4;
	left: 15%;
	transform: translateY(50%) translateX(-50%);
	-webkit-transform: translateY(50%) translateX(-50%);
	opacity: 0;
}
#carousel12 div.prevLeftSecond img {
	width: 200px;
}
/*#carousel12 div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}
*/
#carousel12 div.selected {
	z-index: 10;
	left: 50%;
	transform: translateY(0%) translateX(-50%);
	-webkit-transform: translateY(0%) translateX(-50%);
	width: 440px;
	height: 280px;
	border: 2px solid #fff;
}
#carousel12 div.selected:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #0000006e;
}
#carousel12 div.next {
	z-index: 5;
	left: 84%;
	transform: translateY(30px) translateX(-25%);
	-webkit-transform: translateY(30px) translateX(-25%);
}
/*#carousel12 div.next img {
  width: 300px;
}*/
#carousel12 div.next img {
	/*   width: 478px;
    height: 350px;*/
	width: 320px;
	height: 220px;
	transform: scale(0.75);
}
#carousel12 div.nextRightSecond {
	z-index: 4;
	left: 85%;
	transform: translateY(50%) translateX(-50%);
	-webkit-transform: translateY(50%) translateX(-50%);
	opacity: 0;
}
#carousel12 div.nextRightSecond img {
	width: 200px;
}
.buttons {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10px;
}
#content-area {
	position: relative;
	background: #f9f9f9;
	padding: 0px 0 30px;
	z-index: 10;
	width: 100%;
}
#content-area .columns-wrapper #sidebar + .page-content {
	margin-left: 270px;
}
#content-area .sidebar-aware-headings {
	margin-left: 270px;
}
.home #content-area .main-content {
	margin-bottom: 82px;
}
.spotlight {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
}
.hexagon {
	position: absolute;
	width: 140px;
	height: 80px;
	background-color: #752938;
	z-index: 1;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	left: -70px;
	display: table;
	color: #fff!important;
	text-decoration: none!important;
}
.hexagon:before {
	content: "";
	position: absolute;
	top: -40px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-bottom: 40px solid #752938;
}
.hexagon span {
	display: table-cell;
	vertical-align: middle;
}
.hexagon:after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-top: 40px solid #752938;
}
.spotlight .image {
	border-radius: 0;
	width: 50%;
}
.image {
	border-radius: 3px;
	border: 0;
	display: inline-block;
	position: relative;
}
.spotlight .image img {
	border-radius: 0;
	width: 100%;
	height: 300px;
	display: block;
	object-fit: cover
}
.spotlight .content {
	padding: .1em 0 .1em 3.5em;
	max-width: 48em;
	width: 50%;
	float: left;
}
.spotlight .content h4 {
	font-size: 16px;
	line-height: 1.5em;
}
.right-hexa {
	left: auto;
	right: -70px!important;
}
.spotlight .content-left {
	padding: .1em 3.5em .1em 0;
	max-width: 48em;
	width: 50%;
	float: left;
}
/* our-location */
#our-location .nopad {
	padding: 0px;
}
#our-location {
	position: relative;
	height: 430px;
	margin: 90px 0;
}
#our-location .hotel-location-map {
	position: absolute;
	top: 0;
	left: 0;
	right: 480px;
	height: 100%;
}
#our-location .content {
	position: absolute;
	right: 0;
	top: 0;
	height: 430px;
	width: 480px;
	background: #191919;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}

#our-location .content > .wrapper {
	position: absolute;
	top: 26px;
	right: 30px;
	bottom: 26px;
	left: 30px;
	z-index: 20;
}
#our-location .content h1 {
	font: 38px/1 "Cinzel WF", Georgia, serif;
	margin-bottom: 4px;
}
#our-location .content h2 {
    margin-bottom: 66px;
    font-size: 1.2rem;
    line-height: 26px;
}
#our-location .content p {
	color: #fff;
}
#our-location .content .button {
	position: absolute;
	left: 0;
	bottom: 0;
	border-color: #fff;
	color: #fff;
}
#our-location .content .button:hover {
	border-color: #752938;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.page-content h1 + h2 {
	margin-top: 0;
}
#footer .adr .block {
	text-align: left;
}
#footer .copyright {
	float: left;
	clear: left;
	width: 100%;
	margin-top: 10px;
}
/* Calender Css*/
body:not(.bookings) select {
	width: auto;
	padding: 5px 0 !important;
	cursor: pointer;
	z-index: 1;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 0;
	height: auto;
	background: #F8F8F8;
	border: 1px solid #CECECE;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: normal;
	color: #000;
}
.calender {
}
#motorInternas1.affix {
}
#motorInternas1 {
	margin: 0 auto;
	max-width: 1060px;
}
.affix .form {
	float: none;
	width: 900px;
	position: relative;
	margin: 0 auto !important;
}
.affix h4 {
	display: none;
}
.affix .grid_row input {
	background: #977200;
}
.affix .grid_row {
	background-image: none;
	padding: 36px 16px 0;
}
.affix .checkin-box, .affix .checkout-box {
	border: 1px solid #fff;
	background-image: url(../images/white-calendar-128.png);
	color: #fff;
}
.affix .promo-input input {
	border: 1px solid #fff;
	color: #fff;
}
.affix .form h5 {
	color: #fff;
}
.calender h4 {
	margin: 17px 25px 13px 17px;
	font-size: 16px;
	text-transform: uppercase;
	color: #977200;
	float: left;
}
.calender h4 b {
}
.ui-datepicker {
	margin: 23px -35px;
}
.form {
	float: left;
	width: 100%
}
.new-check-in {
	float: left;
	min-width: 200px;
	max-width: 400px;
	position: relative;
}
.checkin-box, .checkout-box {
	border: 1px solid #cecece !important;
	background-color: #F8F8F8 !important;
	background-position: 216px 7px !important;
	padding: 6px 15px 5px !important;
	margin: 9px 25px 0 0px !important;
	min-width: 250px !important;
}
.checkin-box {
	border: 1px solid;
	/* border-radius: 100px 0 0 100px;*/
	padding: 6px 15px 5px 48px;
	background-image: url(../images/calendar-128.png);
	background-repeat: no-repeat;
	background-position: 13px 5px;
	background-size: 20px;
}
.new-check-out {
	float: left;
	min-width: 200px;
	max-width: 400px;
	position: relative;
}
.checkout-box {
	border: 1px solid;
	border-left: 0px;
	border-right: 0px;
	padding: 6px 15px 5px 48px;
	background-image: url(../images/calendar-128.png);
	background-repeat: no-repeat;
	background-position: 13px 5px;
	background-size: 20px;
}
.new-check-in h5, .new-check-out h5 {
	margin-left: 17px;
}
.promo-box {
	float: left;
	min-width: 310px;
	max-width: 400px;
}
.promo-box h5 {
	font-size: 0px;
	margin-top: 24px;
}
.promo-input input {
	background: transparent;
	border: 1px solid;
	width: 100%;
	padding: 6px 15px 5px;
}
.grid_row input {
	background: transparent;
	border: 0px;
	border-radius: 50px;
	color: #752938;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.grid_row {
	background-image: url(images/cn-bg.png);
	background-size: cover;
	width: 165px;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 17px 16px 0;
	float: left;
}
.grid_row input:hover {
	color: #7e7e7e;
}
.new-check-in3 .checkin-box {
	border: 1px solid;
	border-radius: 0;
	padding: 6px 15px 5px 48px;
	background-image: url(images/calendar-128.png);
	background-repeat: no-repeat;
	background-position: 13px 5px;
	background-size: 20px;
	float: left;
}
.new-check-in3 input, .new-check-out3 input {
	background: transparent;
	border: 0px;
}
::-webkit-input-placeholder { /* Chrome */
 color:#ababab;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #ababab;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #ababab;
 opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
 color: #ababab;
 opacity: 1;
}
.promo-input input::-webkit-input-placeholder { /* Chrome */
 color:#000;
}
 .promo-input input:-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
.promo-input input::-moz-placeholder { /* Firefox 19+ */
 color: #000;
 opacity: 1;
}
.promo-input input:-moz-placeholder { /* Firefox 4 - 18 */
 color: #000;
 opacity: 1;
}
.new-check-out3 .checkout-box {
	border: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	padding: 6px 15px 5px 48px;
	background-image: url(images/calendar-128.png);
	background-repeat: no-repeat;
	background-position: 13px 5px;
	background-size: 20px;
	float: left;
	margin-left: 15px;
}
.grid_row2 input {
	background: #eff5f7;
	border: 0px;
	color: #5b99b2;
	padding: 8px 15px;
	font-size: 12px;
	text-transform: uppercase;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #000;
	background: #752938;
	font-weight: bold;
	color: #fff !important;
}
.ui-widget-header {
	border: 1px solid rgba(117, 41, 56, 0.66) !important;
	background: #752938;
	color: #ffffff;
	font-weight: bold;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid rgba(117, 41, 56, 0.66) !important;
	background: #752938 !important;
	color: #fff !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #752938;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block !important;
	padding: .2em !important;
	text-align: center !important;
	text-decoration: none !important;
}
.ui-datepicker th {
	font-family: 'latoblack' !important;
}
.contact-boxes {
	float: left;
	margin-bottom: -30px;
	width: 100%;
}
.contact-box {
	background: #fff none repeat scroll 0 0;
	display: table;
	float: left;
	margin: 30px 0;
	padding: 35px 55px 0;
	width: 100%;
	height: 200px;
}
.contact-box > span {
	display: table-cell;
	font-size: 60px;
	line-height: 50px;
	vertical-align: top;
	color: #ab8b42;
}
.contact-info {
	display: table-cell;
	padding-left: 20px;
	vertical-align: top;
}
.block.gray, .gray {
	background-color: #fafafa;
}
