@font-face {
  font-family: 'Ubuntu-Light';
  src: url('../fonts/Ubuntu-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Ubuntu-Light.woff') format('woff'), url('../fonts/Ubuntu-Light.ttf')  format('truetype'), url('../fonts/Ubuntu-Light.svg#Ubuntu-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size:100%;
	text-align: right;
	vertical-align: baseline;
}
body {overflow-y: scroll;}

a img {border:none;}

table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}

a {
	text-decoration: none;
	color: #0000EE;
}


h1 {
	font: 28px "Ubuntu-Light";
}

h2 {
	font: 23px "Ubuntu-Light";
}


h3 {
	font: 18px/26px "Ubuntu-Light";
}

h4 {
	font: 16px/22px "Ubuntu-Light";
}

h5 {
	font: 14px/20px "Ubuntu-Light";
}


p {
	font: 16px/26px "Ubuntu-Light";
}

.pink {
	color: #365671;
}

.dark-grey {
	color: #323232;
}

.cntr {
	text-align: center;
}

body {
    overflow: hidden;
}

/* Preloader */
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/loading.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.element_from_top {
		top: -50px;
		padding-right: 0px;
		opacity: 0;
		position: relative;
	}

	.element_from_bottom {
		bottom: -50px;
		padding-left: 0px;
		opacity: 0;
		position: relative;
	}

	.element_from_left {
		left: -80px;
		padding-right: 0px;
		opacity: 0;
		position: relative;
	}

	.element_from_right {
		right: -80px;
		padding-left: 0px;
		opacity: 0;
		position: relative;
	}

.element_fade_in {
		opacity: 0;
		position: relative;
		padding-left: 0px;
		right: 0px;

}

.element_fade_in_static {
		opacity: 0;
}

/*----------------------------------*/

body {
	background: #f3f5f7;
	text-align: center;
	margin-bottom: -5px;
}

div#home-section {
  	height: 100%;
	position: relative;
	width: 100%;
}

div.wrapper {
	text-align: center;
	margin: 0 auto;
	max-width: 1010px;
}

div#desc-wrapper {
    position: absolute;
    z-index: 999;
    text-align: center;
    width: 1010px;
	height: 80%;
}

div#desc-inner {
    width: 237px;
    margin: 200px auto;
    padding: 20px;
	}

div#desc-inner div#description {
	background: #fff;
	height: 243px;
}

div#desc-inner div p {
	text-align: justify;
	width: 203px;
	height: 203px;
	margin: 20px;
	z-index: 1;
	overflow: hidden;
}

a#scroll-down {
	margin-right:300px;
}


a#scroll-down i {
    font-size: 150px !important;
    font-weight:bold;
    color: #802348;
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-animation: pulseAnimation 4.5s ;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation: pulseAnimation 4.5s ;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;

}
a#scroll-down i:hover {
    color: #802348;
    opacity: 0.9;
}

@-webkit-keyframes pulseAnimation {
    0%   {font-size: 150px; opacity: 0.7;}
    80%  {font-size: 150px; opacity: 0.7;}
    90% {font-size: 170px; opacity: 0.95;}
    100% {font-size: 150px; opacity: 0.7;}
}
@keyframes pulseAnimation {
    0%   {font-size: 150px; opacity: 0.7;}
    80%  {font-size: 150px; opacity: 0.7;}
    90% {font-size: 170px; opacity: 0.95;}
    100% {font-size: 150px; opacity: 0.7;}
}



/*------------------------------------*/


a#togo_slide_menu {
	height: 30px;
	width: 32px;
	margin: -2px 6px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
  	-moz-border-radius:    1px;
	float: left;
 	font: 50px tahoma;
	color: #6B6B6B;
	/*background: #6B6B6B url(../images/menu-togo-bg.png) no-repeat center center;*/
	display:none;
}

div#navbar {
	/*position: relative;*/
	background: #fff;
	height: 70px;
	z-index: 1000;
	box-shadow: 0 4px 4px -5px #000000;
	-webkit-box-shadow: 0 4px 4px -5px #000000;
   -moz-box-shadow: 0 4px 4px -5px #000000;
}

div#navbar a.navbar-brand {
	float: right;
	    -webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
div#navbar a.navbar-brand:hover {
    opacity: 0.9;
}

div#navbar-collapse {
float:left;
}

div#nav-profile {
	float:left;
	padding: 13px 10px 13px;
	font: 16px "Ubuntu-Light";
	background: #f4f4f4;
}

div#nav-profile a {
	font: 16px/32px "Ubuntu-Light";
	color: #323232;

}

a.nav-profile span {
   	display:inline-block;
	width:120px;
    overflow:hidden;
	white-space: nowrap;
	overflow:hidden !important;
	text-overflow: ellipsis;
	float:left;
}


img.avatar {
	height: 32px;
	width: 32px;
	border: 1px solid #dddddd;
	vertical-align: middle;
	margin-left: 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

div#navbar-collapse ul li {
	float: right;
	list-style-type: none;
    border-left: 1px solid #e9e8e8;
	    z-index: 999999999999999999;
    position: relative;
}

div#navbar-collapse ul li a {
	height: 70px;
	display: block;
	padding: 0 30px;
	font: 16px/70px "Ubuntu-Light";
	color: #747474;
	    -webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	font-weight: bold;
}

div#navbar-collapse ul li a:hover {
	color: #fff;
  	background-color: #365671;
}

div#navbar-collapse ul li a.active {
	color: #fff;
	background: #365671;
}



div#navbar-collapse ul li ul {
	width: 200px;
	background: #fff;
	border: 1px solid #e9e8e8;
	border-bottom: 0;
	position: absolute;
 	left: 1px;
 	display: none;
 	box-shadow: 0 4px 4px -5px #000000;
	-webkit-box-shadow: 0 4px 4px -5px #000000;
   -moz-box-shadow: 0 4px 4px -5px #000000;
}

div#navbar-collapse ul li:hover ul {
 	display: block;
}

div#navbar-collapse ul li ul li {
	display:block;
	background: #fff;
	float: none;
	width:100%;
}

div#navbar-collapse ul li ul li a {
	display:block;
	padding: 0 10%;
	border-bottom: 1px solid #e9e8e8;
	height: 45px;
	font: 16px/45px "Ubuntu-Light";

}


.btn {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  border-width: 0;
  outline: none;
  transition: background-color .3s;

}
div#navbar-collapse ul li a:hover{
  color:#fff
}
.btn:hover, .btn:focus {
  background-color: #446784;
  color:#fff
}

.btn > * {
  position: relative;
}

.btn span {
  display: block;
}

.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, .3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn:active:before {
  width: 320%;
  padding-top: 320%;
  transition: width .2s ease-out, padding-top .2s ease-out;
}



/*-----------------------------*/

div#packages-section {
	background: #802348;
	padding: 70px 0 80px;
}

div#packages-section h1 {
	color: #fff;
}


div.packages-row {
	margin-top: 25px;
}


div.package-card {
	background: #b9b1b1;
	width: 310px;
	float: right;
	margin-left: 36px;
	margin-top: 20px;
	height: 200px;
	    -webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;


}
div.package-card:hover{
	    -moz-box-shadow: 1px 5px 27px #491b2d;
    -webkit-box-shadow: 1px 5px 27px #491b2d;
    box-shadow: 1px 5px 27px #491b2d;
	cursor: pointer;
}

div.packages-row div.package-card:nth-child(3) , div.packages-row div.package-card:nth-child(6) , div.packages-row div.package-card:nth-child(9){
	margin-left: 0px;
}

div.package-title {
	height: 145px;
	background: #fff;
	text-align: center;
}


div.package-title h3 {
    display: table-cell;
    vertical-align: bottom;
    height: 130px;
    font-size: 18px;
    padding-right: 20px;
    font-weight: bold;
}

div.package-card a.book-btn {
	margin-right: 28%;
	padding-left: 45px;
	padding-right: 45px;
	}

div.package-price {
    font: 18px "Ubuntu-Light";
    text-align: right;
    color: #fff;
    line-height: 55px;
    padding-right: 20px;
    display: block;
    float: right;
}

a.package-link {
    font-size: 22px;
    text-align: left;
    color: #802348;
    display: block;
    padding-left: 20px;
    line-height: 55px;
}

span.per-mon {
	font: 14px "Ubuntu-Light";
	padding-right: 135px;
	color: #898989;
}


div.packages-content ul {
	margin: 10px 40px;
}


div.packages-content ul li {
	font: 15px/23px "Ubuntu-Light";
	list-style: circle;
	padding: 2px 0;
}


/*---------------------------------*/

.social {
    color: #b3b3b3;
    font-size: 18px;
    padding-left: 10px;
	    -webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	}
.social:hover{
    color: #365671;
}

/*-----------------------------*/

div#contact-section {
	background: #ffffff;
	padding: 70px 0 80px;
}

div.contact-info {
	padding: 15px 0 0;
	float: right;
	width: 45%;
}

div.contact-frm {
	width: 54%;
	float: left;
	margin-top: 40px;
}

div.col-1 {
	width: 195px;
	float: right;
}

div.col-1 input {
	margin-bottom: 8px;
	width: 160px;
}

div.col-1 select {
	margin-bottom: 8px;
	width: 183px;
}


div.col-2 {
	width: 270px;
	float: right;
	/*background: red;*/
}

div.col-2 textarea {
	width: 236px;
	height: 105px;
}

div.col-3 input {
	width: 65px;
	height: 65px;
	cursor: pointer;
	margin-top: 0;
}

div#success-msg {
	display: none;
}

.loader2 {
	margin-right: 12px;
	margin-top: 5px;
	visibility: hidden;
}




/*-------------------------------*/
div#booking-section {
	padding: 41px 0 80px;
	min-height: 380px;
	background:#f3f5f7;
}

div#rooms {
	margin-left: -10px;
}

div.room-box {
    width: 31%;
    float: none;
    margin-left: 20px;
    margin-top: 20px;
    position: relative;
    display: inline-block;
	    -webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;

}
div.room-box:hover{
    background: #59aba7;
    -moz-box-shadow: 1px 5px 27px #333;
    -webkit-box-shadow: 1px 5px 27px #333;
    box-shadow: 1px 5px 27px #333;
	cursor: pointer;
}

div.room-box img {
	width: 316px;
	height: 316px;
}


div.virtual-btn {
	background: #59aba7;
	height: 45px;
	width: 100%;
	position: absolute;
   font: bold 16px/45px "Ubuntu-Light";
   text-align: center;
   color: #fff;
    top: 0px;
    left: 1px;
    visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

div.room-box:hover div.virtual-btn {
	visibility: visible;
  opacity: 0.8;
}


a.book-btn {
	background: #446784;
	padding: 6px 12px;
	color: #fff;
	font: 16px "Ubuntu-Light";
	position: absolute;
    bottom: 30px;
    width: 100px;
    height: 130px;
    display: block;
	float: left;
}


.book-btn span {
    display: table-cell;
    vertical-align: bottom;
    height: 130px;
    font-size: 18px;
}

div.room-details {
    background: #fff;
    padding: 6px 12px;
    color: #333;
    line-height: 43px;
    font: 16px/39px "Ubuntu-Light";
    position: absolute;
    left: 0;
    width: 130px;
    height: 40px;
    display: block;
    float: left;
    bottom: 30px;
    text-align: center;
}

div.room-details span i{
	color: #59aba7;
}


span.persons-tiny {
	background: url('../images/user-tiny.png') no-repeat right center;

}

span.dollar-tiny {
	background: url('../images/dollar-icon.png') no-repeat right center;
}


div#rooms-subtitle {
	margin: 14px 0 20px;
}

div#booking-info-bar {
	display: none;
}

div#booking-info-bar i {
	padding: 0 6px;
}


div#booking-info-bar a {
	color: #2d7c78;
	text-decoration: none;
}

div#booking-info-bar a:hover {
	color: #2d7c78;
	text-decoration: underline;
}



div#booking-info-bar h5 {
	/*padding-left: 20px;*/
	padding-top: 8px;
}
/*
div#booking-info-bar .right {
	float: right;
}

div#booking-info-bar .left {
	float: left;
	width: 70%;
} */

div.next-buttons {
	margin-top: 30px;
	display:none;
}

div.next-buttons button {
	display:none;
}


div#booking-options-bar select {
	width: 235px;
	margin-left: 3px;
}

img.loader1 {
	margin-right: 12px;
	vertical-align: -8px;
	display: none;
}


div#calendar {
	display: none;
}

div.hasDatepicker {
	background: #fff;
	overflow: auto;
	background: #2d7c78;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px 1px;
	margin: 0;
}


div.pre-cal {
	text-align: right;
	font-family: "Ubuntu-Light";
	float: right;
	width:30%;
	margin-top: 30px;
	margin-right: 1%;
}

div.pre-cal .day {
	color: #fff;
	font-size: 30px;
	padding-right: 30px;
	line-height: 37px;
	margin-bottom: 20px;
}

div.pre-cal .month {
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	padding-right: 30px;
}


div.pre-cal .year {
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	padding-right: 30px;
}


.disabled-inpt {
	text-decoration: line-through;
	cursor: default;
}

#p_code {
	margin-right: -27px;
	font: 14px "Ubuntu-Light";
}

#p_code i {
	margin-left: 20px;
	color: green;
}

#p_code.success i {
	color: green;
}

#p_code.failed i {
	color: red;
}

/*---------------------------------------*/

div.reservations-table-wrapper {
		padding:10px 30px;
    }

table.table-striped {
	font: 14px "Ubuntu-Light";
}

table.table-striped2 {
	font: 14px "Ubuntu-Light";
}

table.table-striped2 tbody tr td {
	padding-top: 12px;

}

table.table-striped tbody tr td {
	padding-top: 12px;
}

td.tbl-labl {
	text-align: left;
	padding-left: 12px;
	font-weight: bold;
	width: 100px;
}

td.tbl-labl2 {
	text-align: left;
	padding-left: 12px;
	font-weight: bold;
	width: 25%;
}

td.tbl-contnt {
	width: 180px;
}

div.reservations-wrapper {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px 0px;
	margin-top: 15px;
	padding: 20px;
}



/*------------------------------------*/

div#one-room-details {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px 0px;
	display: none;

}

div#one-room-details a {
	color: #2d7c78;
	text-decoration: none;
}
div#one-room-details a:hover {
	color: #2d7c78;
	text-decoration: underline;
}


div.one-room-basic-info {
	padding: 10px 20px;
}

div.one-room-basic-info span.ecval0 {
	font: 24px/40px "Ubuntu-Light";
	display: block;
	/*color: #6B6B6B;*/
}

div.one-room-basic-info span.ecval1  {
	font: 12px "Ubuntu-Light";
	color: #8c8c8c;
}
div.one-room-basic-info span.ecval1 em {
	padding-left: 10px;
}


div.one-room-basic-info span.ecval2  {
	font: 12px/22px "Ubuntu-Light";
	font-style: italic;
	color: #8c8c8c;
}

div.one-room-description {
	padding: 10px 20px;
	border-bottom: 1px solid #dddddd;
}

div.one-room-description p {
	font-size: 14px;
	margin-right: 40px;
	color: #656565;
}


div#one-room-details h3 {
	color: #6B6B6B;
}


div#one-room-details h3 i {
	padding-left: 20px;
}

div.one-room-hours {
	float: right;
	width: 500px;
	height: 350px;
	border-left: 1px solid #dddddd;
	padding: 10px 20px;
}

div.time-slots-wrapper {
	margin-right: 30px;
	margin-top: 15px;

	/*width: 300px;*/
}

div.slots-row {
	width: 300px;
	overflow: auto;
  	zoom: 1;
  	float: right;
  	background: #fff;
}

div.slots-col {
	float: right;
	width: 100px;
}

div.price-wrapper {
	text-align: center;
	background: #fff;
	float: right;
	margin-right: 25px;
}

div.time-slots-wrapper label {
	display: block;
	/*float: left;
	width: 33%;*/
	cursor: pointer;
	font: 13px/22px "Ubuntu-Light";
	padding-bottom: 5px;
}

div.time-slots-wrapper input {
	vertical-align: -3px;
}

div.price-val {
	color:	#2d7c78;
	font: bold 24px "Ubuntu-Light";
	text-align: center;
	margin-bottom: 15px;
}

input.sbt, button.sbt {
	padding: 8px 14px;
	cursor: pointer;
	background: #365671;
	color: #fff;
	font: bold 19px "Ubuntu-Light";
	border: 0;
	text-align: center;

}

div.one-room-another {
	margin-right: 30px;
	margin-top: 15px;
	font: 18px "Ubuntu-Light";
}

div.one-room-map {
	float: left;
	padding: 10px 20px;
	/*background: red;*/
	width: 429px;
	height: 350px;
}

div.one-room-map span, div.one-room-hours span {
	font-style: italic;
	font-size: 13px;
	line-height: 24px;
	margin-left: 28px;
	color: #656565
}

div#one-room-map {
	height: 295px;
	border-top: 1px solid #dddddd;
	margin: 15px -20px 0;
}


div.one-room-slideshow img {
	width:100%;
	height: 370px;
}


/*---------------------------------------*/

div.frm-block {
	background: #fff;
	padding: 30px 20px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px 0px;
}

div.lbl {
	font: 16px "Ubuntu-Light";
	float: right;
	width: 20%;
	text-align: left;
	padding-top: 10px;
}

div.frm-row {
	margin: 20px 0;
}

div.lbl-opp {
	float: left;
	text-align: right;
	width: 78%;
}

div.frm-grid {
	margin-bottom:10px;
}

div.frm-grid input {
	margin-left: 10px;
}





/*--------------------------------------*/

input.txt, textarea.txt {
	color: #323232;
	background: #f3f5f7;
	border: 1px solid #f1efef;
	font: 14px "Ubuntu-Light";
	padding: 10px 12px;
	border: 0;
}

input.txt:focus, textarea.txt:focus {
	background: #fff;
	border: 1px solid #365671;
}

input.sbt{
	background: #365671;
	color: #fff;
	font: 14px "Ubuntu-Light";
	border: 0;
	text-align: center;

}

select {
	color: #323232;
	background: #f3f5f7;
	border: 1px solid #f1efef;
	font: 14px "Ubuntu-Light";
	padding: 10px 12px;
	border: 0;
}

select:focus {
	background: #fff;
	border: 1px solid #365671;
}

option {
	font: 14px "Ubuntu-Light";
}

select.white {
	background: #ffffff;
	border: none;
}

div.msg, div.msg p {
	font: bold 13px/22px tahoma;
	/*text-align: center;*/
}

div.msg {
	margin-bottom: 20px;
}


div.msg.error {
	color: #e93735;
}



/*---------------*/

div#map-section {
	height: 400px;
	border-top: 1px solid #E9E5DC;
}

/*-------------------------*/

/* Parallax Styles */

	.parallax {
		text-align: center;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed !important;
	}

	.parallax-overlay {
		background-color:rgba(0,0,0,0.80);
	}



/*---------------------------------------------*/


div.alert {
	font: 18px "Ubuntu-Light";
	padding: 15px;
 margin: -30px -21px 0;
}

div.alert-warning {
	 background-color: #f8c969;
	 color: #8a6d3b;
	 border: 1px solid rgba(0,0,0,.1);
}



div#partners-section {
    padding: 70px 0 80px;
	background:#d0e9e8;
}

div.partners {
	margin: 25px 0 0 0;
}

div.partner {
    float: right;
    width: 197px;
    margin-left: 20px;
    text-align: left;
    height: 197px;
    background: #fff;
	padding: 20px;
	margin-bottom: 20px;
		    -webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;

}

div.partner:hover {
    margin-top: -5px;
	    -moz-box-shadow: 1px 5px 27px rgba(179, 179, 179, 0.83);
    -webkit-box-shadow: 1px 5px 27px rgba(179, 179, 179, 0.83);
    box-shadow: 1px 5px 27px rgba(179, 179, 179, 0.83);
}

img.partenerlogo {
    margin: 15% auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
}

div.partners div.partner:nth-child(4) , div.partners div.partner:nth-child(8){
    margin-left: 0px;
}



@media only screen and (max-width: 650px) {

	input[name="p_code"] {
		margin-top: 12px;
		width: 170px;
	}

	div#nav-profile a span {
    	display:none;
    }

    div.wrapper {
	   width: 310px;
    }


    div#personal-cards {
		text-align:center;
	}


    div.personal-card, div.personal-card.last-right {
		float: none;
		margin: 30px auto 0;
	}


	div.contact-info {
		padding: 0;
		float: none;
		width: 290px;
		margin:30px auto;
	}

	div.contact-info span {
	font-size: 14px;
}



	div.contact-frm {
		float: none;
		width: 220px;
		margin:12px auto;

	}

	div.col-2 textarea {
		width: 192px;
		height: 105px;
	}

	div.col-3 input {
		margin-top: 8px;
		margin-left:2px;
		float:left;
	}

	div#desc-wrapper {
		text-align:center;
		width:310px;
		text-align:center;
		margin-top:-25px;

	}
/*
	div#large-logo, div#description  {
		float: left;
		margin-left: 34px;
	}
*/

	a#scroll-down {
		margin-right: 110px;
		margin-top: -45px;
	}

	div#booking-options-bar select {
		display:block;
		margin-top: 9px;
		 width: 100%;
	}


	div.room-box {
		width: 99%;
		float: none;
		margin: 30px auto 0;
	}


	div.one-room-map {
		float: none;
		width: 270px;
		height: 330px;
	}

	div.one-room-hours {
		float: none;
        width: 270px;
        height: auto;
        margin-bottom: 8px;
	}

	div.time-slots-wrapper {
		margin-right: 6px;
	}

	div.slots-row {
		width: 270px;
	}

	div.slots-col {
		float: right;
		width: 80px;
	}

	div.price-wrapper {
		clear:both;
		padding-top:20px;
	}

	div.one-room-another {
		text-align:center;
		margin-right: 10px;
		margin-top: 15px;
		margin-bottom: 12px;
		font: 15px "Ubuntu-Light";
	}


	div.lbl {
		float: none;
		text-align: right;
		padding-bottom: 18px;
		padding-right: 31px;
	}

	div.lbl-opp {
		float: none;
		text-align: right;
		padding-right: 31px;
	}


    div.frm-grid input {
		margin-bottom: 5px;
	}


	table.table-striped tbody tr td.tbl-labl {

		width: 90px;
		padding-left: 4px;
	}

	div.reservations-table-wrapper {
		padding:10px 0;
    }

    table.table-striped tbody tr td {
		display:block;
	}

	td.tbl-contnt {
		width: 170px;
		position:relative;
		margin-right: 100px;
		margin-top:-26px
	}


div.partners {
	margin: 60px 0 10px;
}

div.partner {
	float: none;
	display: block;
	margin:0 auto 20px;
	text-align:center;
}

img.associates {
	margin-top:0;
	margin-right:0;
}


}






@media only screen and (max-width: 1024px) {
    div#nav-profile a span {
    	display:none;
    }

	div#navbar-collapse {
		float:right;
		margin-top:46px;
		margin-right: 63px;
        display:none;
	}

     div#navbar-collapse ul {
        list-style:none;
        position:absolute;
        box-shadow: 0 4px 4px -5px #000000;
		-webkit-box-shadow: 0 4px 4px -5px #000000;
   		-moz-box-shadow: 0 4px 4px -5px #000000;
   		width: 140px;
   		border-bottom: 1px solid #dddddd;
	}

	div#navbar-collapse ul li.sep {
		display:none;
	}


	div#navbar-collapse ul li a {
		display: block;
		text-decoration: none;
		background: #fff;
		color: #323238;
		padding: 1em;
        width: 140px;
        font-size:14px;
        line-height:17px;
        height:17px;
       border-top: 1px solid #dddddd;
       border-right: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
	}

	div#navbar-collapse ul li a:hover {
		background: #365671;
		color: #fff;
	}

	a#togo_slide_menu {
		display: block;
	}

	div#nav-profile span {
		display:none;
	}


	div#navbar-collapse ul li ul {
	width: 167px;
	position: relative;
 	left: 0;
 	float: none;
 	border: 0;
}


div#navbar-collapse ul li ul li a {
	display:block;
	padding: 0 8.3%;
	border-bottom: 1px solid #e9e8e8;
	height: 45px;
	font: 16px/45px "Ubuntu-Light";

}

}


@media only screen and (min-width: 651px) and (max-width: 900px) {

	 div#nav-profile a span {
    	display:none;
    }

	 div.wrapper {
	   width: 570px;
    }





    div.personal-card, div.personal-card.last-right {
    	float: right;
		margin: 30px 30px 0 0;
	}



	div.one-room-map {
		float: none;
		width: 530px;
		height: 330px;
	}

	div.one-room-hours {
		float: none;
        width: 530px;
        height: auto;
	}

	div.frm-grid input {
		margin-bottom: 5px;
	}


    div#navbar-collapse {
		margin-right: 321px;
	}

}



@media only screen and (min-width: 901px) and (max-width: 1024px) {
	div#nav-profile a span {
    	display:none;
    }

	 div.wrapper {
	   width: 820px;
    }

    div#personal-cards, div#rooms {
		text-align:center;
		margin-right: 25px;
	}


    div.personal-card, div.personal-card.last-right {
    	float: right;
		margin: 30px 0 0 25px;
	}



	div.one-room-map {
		float: none;
		width: 780px;
		height: 330px;
	}

	div.one-room-hours {
		float: none;
        width: 820px;
        height: auto;
	}

	div.frm-grid input {
		margin-bottom: 5px;
	}


    div#navbar-collapse {
		margin-right: 572px;
	}


	div.lbl {
		text-align: right;
		padding-right: 0;
		width: 100px;
	}


	div.lbl-opp {
	float: left;
	text-align: right;
	width: 86%;
}

}

@media (max-width: 1024px){
div.partner {
    width: 38%;
	height: 125px;
	}
div.package-card {
    width: 100%;
}
div.partners div.partner:nth-child(4), div.partners div.partner:nth-child(8) {
  margin: 0 auto 20px;
}
div.room-box img {
    width: 100%;
    height: 100%;
}
div.room-box {
    width: 100%;
}
}



.companyName {
    margin: 10px 0 0;
}