@CHARSET "ISO-8859-1";
body {
	font-family: "Roboto", Arial;	
	overflow-x: hidden;
	line-height: normal!important;
}

.tiki-color {
	color: #FF8400 !important;
}

.black {
	color: #000;
}

.tiki-background {
	background-color: #FF8400 !important;
}

.bg-medium {
	padding-top: 66.667%;
	/* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}

#rc-imageselect, .g-recaptcha {
	transform:scale(0.89);
	-webkit-transform:scale(0.89);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}

.has-feedback .form-control {
	padding-right: 28px!important;
}

.autocomplete {
	padding-left: 37px!important;
	background-image: url(../resource/images/icon-search.png);
    background-repeat: no-repeat;
    background-position: left 10px center;	
}

img.properties {	
	width: 12px;
	height: 12px;
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
	padding: 4px 7px!important;
}

.easy-autocomplete-icon {
	float: left;	
	margin: 5px 18px 0px 8px;
}	

.easy-autocomplete-thumb {
	display: inline-block;
	float: left;
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center center;	
	margin-right: 10px;
}	

.easy-autocomplete-text.ellipsis {
	display: inline-block;
	line-height: 30px;
	max-width: 82%;
}	

.easy-autocomplete-container {
	z-index: 9999!important;
}

.easy-autocomplete-placeholder {
	position: absolute;
	width: 100%;
	height: 220px;
	background-color: #fff;		
	z-index: 9999;
}

.easy-autocomplete-placeholder ul.placeholder-content {
	padding: 3px 0 0;
	margin: 0;
	border: 1px solid #cececf;		
}

.easy-autocomplete-placeholder ul.placeholder-content li.placeholder-item {
	padding: 8px;
    margin: 0;    
    list-style-type: none;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}    

.easy-autocomplete-placeholder ul.placeholder-content li span.placeholder-text {
	display: inline-block;
    background-color: #ededed;    
    height: 20px;
    border-radius: 3px;
    margin-right: 5px;	
}

span.add-clear-x.fa-1point5x {
	top: 15%!important;
	font-size: 1.5em;
}

#boundarySelect {
	overflow: hidden;
}

#location-error.absolute-bottom {
	position: absolute;
	bottom: -22px;
	left: 10px;
}

.loading_container {
	position: fixed;
	width: 100%;
	height: 100%;	
	background: #fff url("../resource/images/ajax-loader.gif") no-repeat center center; 
	z-index: 1000;	
}

.form-group .form-control {
	width: 100%!important;
}

a:active, a:focus {
  outline: 0!important;  
  -moz-outline-style: none!important;
  text-decoration: none!important;
}

#wrapper label.checkbox-inline {
	display: inline-block!important;	
}

#wrapper .toggle-group label {
	margin-bottom: 0!important;
}

#wrapper ul.list-group label {
	display: block!important;
}

#wrapper .input-group.date .form-control {
	height: 30px!important;
}

.relative {
	position: relative;
}

.iso {
	position: relative;
	vertical-align: top;
	top: 3px;
	margin-right: 3px;
	font-size: 60%;	
}

.top9 {
	top: 9px!important;
}

.text-indent-40 {
	text-indent: 40px;
}

.column-2 {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;	
}

.column-3 {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;	
}

.column-4 {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}

.big-checkbox {
	width: 15px;
	height: 15px;
}

.panel-40px {
	height: 40px;
}

.width-50 {
	width: 50%!important;
}

.width-75 {
	width: 75%!important;
}

.nounderline {
	text-decoration: none !important;
}

.normal-lineheight {
	line-height: normal !important;
}

.lh-34 {
	line-height: 34px;
} 

.wraptext {
	white-space: normal !important;
}

.nowrap {
	white-space: nowrap !important;
}

.text-normal {
	font-weight: normal !important;
}

.strike-through {
	text-decoration: line-through;
	color: red;
}

.upper { 
	text-transform: uppercase; 
}

.capitalize {
	text-transform: capitalize;
}

.supersmall {
	font-size: 40%;
}

.super {
    vertical-align: super;
    font-size: 60%;
}

.clearfix {
	clear: both;
}

.clear {
	clear: both;
}

.green {
	color: #6db634;	
}

.green-text {
  color: green;
  margin-bottom: 10px;
}

.red {
	color: #ff7878;
}

.bg-red {
    background-color: #ff7878;
    color: #fff;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vbottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

hr.small {
	margin: 5px 0!important;	
}

.hr-sect {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: rgba(0, 0, 0, 0.35);
	margin: 10px 0px;
}

.hr-sect::before,
.hr-sect::after {
	content: "";
	flex-grow: 1;
	background: rgba(0, 0, 0, 0.35);
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 10px;
}

.panel-resizable {
	resize: vertical;
    overflow: auto;
}

.panel-transparent {
    background: none;
}

.panel-transparent .panel-body {
    background: rgba(46, 51, 56, 0.2)!important;
}

.panel-transparent .panel-footer { 
	background: rgba(46, 51, 56, 0.2)!important; 
}

.col-md-half {
  width: 4.1665%;
  float: left;		
}

.m-r-per5 {
  margin-right: 5%;
}

.m-l-per5 {
  margin-left: 5%;
}

.m-t-0 {
	margin-top: 0!important;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px!important;
}

.m-t-20 {
  margin-top: 20px;
}

.m-b-0 {
  margin-bottom: 0!important;	
}

.m-b-5 {
  margin-bottom: 5px!important;
}

.m-b-10 {
  margin-bottom: 10px!important;
}

.padding-lr-0 {
  padding-left: 0!important;
  padding-right: 0!important;
}

.padding-l-0 {
  padding-left: 0!important;
}

.padding-r-0 {
  padding-right: 0!important;
}

.padding-l-5 {
  padding-left: 5px!important;
}

.padding-r-5 {
  padding-right: 5px!important;
}

.padding-r-15 {
  padding-right: 15px!important;
}

.padding-r-20 {
  padding-right: 20px!important;
}

.padding-r-30 {
  padding-right: 30px!important;
}

.padding-lr-5 {
  padding-left: 5px!important;
  padding-right: 5px!important;
}

.padding-lr-15 {
  padding-left: 15px!important;
  padding-right: 15px!important;
}

.padding-tb-10 {
  padding-top: 10px!important;	
  padding-bottom: 10px!important;
}

.margin-tb-5 {
  margin-top: 5px!important;	
  margin-bottom: 5px!important;	
}

.margin-tb-10 {
  margin-top: 10px!important;	
  margin-bottom: 10px!important;	
}

.max-width-90 {
	max-width: 90%;
}

.pointer {
	cursor: pointer;
}

.overflow {
	overflow: hidden;
}

.overflow-visible {
	overflow: visible!important;
}

.no-border {
	border: none!important;
}

.hidden {
	display: none !important;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.bold {
	font-weight: bold !important;	
}

.avatar-sm {
	width: 40px;
	height: 40px;
}

.avatar-50 {
	width: 50px;
	height: 50px;
}

.ellipsis { 
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
}

.round {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 50%; 
  /* Firefox 1-3.6 */
  -moz-border-radius: 50%; 
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 50%; 
}

.ajaxBusy {
	width: 32px;
	height: 32px;
	background-image: url('../resource/images/ajax-loader.gif');
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spinWebkit .7s infinite linear;
    -moz-animation: spinMoz .7s infinite linear;
}

@-webkit-keyframes spinWebkit {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}
@keyframes spinMoz {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

#content input.calendar,
#container input.calendar,
#popup input.calendar {
	cursor: pointer;
	color: #31B0D5;
	padding-left: 32px;
	background-color: #fff;
	background-image: url("../resource/images/icon-calendar.png");
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

.blockMessage {
	position: relative;
	overflow: hidden;
	top: 30%;
    margin: 0 auto;
    padding: 0 5px;
    width: 100%;    	
    background-color: rgba(255, 255, 255, 1.0);    
	border: 3px solid rgb(170, 170, 170);
	text-align: center;
	z-index: 101;	
}

.vertical-align-top {
	vertical-align: top;
}

.width20 {
	width: 20%;
}

.width60 {
	width: 60%;
}

.clear-border {
	border: 0 !important;
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.input_container input {
  padding-right: 35px;
  margin-bottom: 0;
}

.input_container img {
    width: 1.2em !important;
    position: relative;
    float: right;
    bottom: 28px;
    left: -6px;
}

.blockMessage img {
    width: 1.2em !important;
    position: relative;
    float: right;
}

.input_container .help {
	float: left;
	margin-left: 10px;
	bottom: 0;
	left: 0;	
	line-height: 1.0!important;
}

.payment_logo img {
  width: 7em;
  cursor: pointer;
  border: 1px solid #e3e3e3;
}

.payment_logo .popover-markup {
  float: left;
}

#content .general.container .alert.alert-info,
#searchresults .alert.alert-info {
	line-height: 25px;
	margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .popover-markup {
    padding-bottom: 10px;
  }
}

.popover-markup {
  padding-right: 2px;
}

span[id*="-error"], label.error {
	display: inline-block;	
	color: red;
	padding: 2px 5px;
}

.free-breakfast-img {
	width: 21px;
	height: 16px;
}

.required > label:after,
.required > p label:after,
label.required:after {
	padding-left: 5px;
	content:"*";
	line-height: 12px;
	font-size: 16px;
	font-weight: bold;
	color: orange; 
}

#checkout #content label.for-checkbox,
#room #content label.for-checkbox,
#trips #content label.for-checkbox {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 5px;  
  font-size: 14px;
}  

#checkout #content input[type=checkbox].special-checkbox,
#room #content input[type=checkbox].special-checkbox,
#trips #content input[type=checkbox].special-checkbox {
  display: none;
}

#checkout #content input[type=checkbox]:checked + label:before,
#room #content input[type=checkbox][class*="special-checkbox"]:checked + label:before,
#trips #content input[type=checkbox][class*="special-checkbox"]:checked + label:before {
  content: "\2713";
  font-size: 18px;
  color: #ff9b00;
  text-align: center;
  line-height: 15px;
}

#checkout #content label.for-checkbox:before,
#room #content label.for-checkbox:before,
#trips #content label.for-checkbox:before {
  content: "";
  display: inline-block;

  width: 16px;
  height: 16px;

  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
}

.background-grey {
	background-color: #d3d3d3;
}

.bootbox-body > .booking {
	margin: -15px 0;
	font: sans serif!important;		
	font-size-adjust: 0.4;
}

/* removes inline padding added by Boostrap that makes the screen shift left */
.modal-open[style] {
    padding-right: 0px !important;
}

/* keeps Bootstrap from removing the scrollbar, if it's there */
.modal-open {
    overflow: auto !important;
}

/* prevent backdrop from overlapping scrollbar, if it's there */
#messageModal .modal-backdrop,
#registerModal .modal-backdrop {
	margin-right: 15px;
}

.btn-disabled {
	cursor: default;
	opacity: .65;
}

.landing-overlay {	 
	margin-top: 1rem;
}

.landing-overlay .modal-content {
	background: transparent url(../resource/images/black60.png);
	color: #fff;
}

.voffset-top  { margin-top: .2rem; }
.voffset1-top { margin-top: .5rem; }
.voffset2-top { margin-top: 1rem; }
.voffset3-top { margin-top: 2rem; }
.voffset4-top { margin-top: 3rem; }
.voffset5-top { margin-top: 4rem; }
.voffset6-top { margin-top: 6rem; }
.voffset7-top { margin-top: 8rem; }
.voffset8-top { margin-top: 10rem; }
.voffset9-top { margin-top: 15rem; }

.voffset-bottom  { margin-bottom: .2rem; }
.voffset1-bottom { margin-bottom: .5rem; }
.voffset2-bottom { margin-bottom: 1rem; }
.voffset3-bottom { margin-bottom: 2rem; }
.voffset4-bottom { margin-bottom: 3rem; }
.voffset5-bottom { margin-bottom: 4rem; }
.voffset6-bottom { margin-bottom: 6rem; }
.voffset7-bottom { margin-bottom: 8rem; }
.voffset8-bottom { margin-bottom: 10rem; }
.voffset9-bottom { margin-bottom: 15rem; }

.extra-spacing-2x {
	letter-spacing: 2px;
}

#content {
	display: block;
	width: 100%;
	height: 100%;			
	background-color: #fff;	
}

#content > .container {
	min-height: 500px;	
}

p.divider { width:100%; text-align:center; border-bottom: 1px solid #000; line-height:0.1em; margin:10px 0 20px; } 
p.divider span { background:#fff; padding:0 10px; }

.select-option {
	float: left;
	text-align: center;
  	padding: 11px 5px;
  	border-right: 1px solid #e2e2e2;	
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;  
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { top: 3px; left:  0px;}
.right-addon .glyphicon { top: 3px; right: 0px;}

/* add padding  */
.left-addon span  { padding-left:  20px; }
.right-addon span { padding-right: 20px; }

#searchresults .bx-wrapper {
	margin: 0;
	box-shadow: none;
	border: none;
}

.bx-wrapper .bx-viewport
{
 	-moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
    border: 0;
    left: 0;
    background: #fff;
}

.bx-wrapper:hover .bx-prev, .bx-wrapper:hover .bx-next {
    display: block;
}

.booking .btn {
	position: relative;
	border: 0px; 	
}
.booking .caret {
	background-image:url(../resource/images/dropdown-arrow.png);
	border:0px;
	width:11px;
	height:7px;
	background-repeat:no-repeat;
	margin-left:5px;
}
.booking .btn-default:hover, .btn-default:focus, 
.booking .btn-default.focus, .btn-default:active, 
.booking .btn-default.active, 
.booking .open > .dropdown-toggle.btn-default ,
.booking .btn-default{  
  color: #333333;
}
.booking .dropdown > .btn {
	padding: 6px 3px;
}
.booking .dropdown > .btn:focus,
.booking .dropdown > .btn a,
.booking .dropdown > .btn:active{
	outline: 0px;
	background-color: rgba(0,0,0,0);
	box-shadow: none;
}
.booking .dropdown a,
.booking .dropdown a {
	color: #0ebcf2;
}
.booking .dropdown a span{
	color: #0c0c0c;
	margin-right: 1px;
}
.booking .dropdown a span.uniform {
	display: inline-block;
	width: 17px;	
}
.booking .dropdown-menu > li {
	margin-bottom: 6px;
}
.booking .dropdown-menu > li > a,
.booking .dropdown  > .btn > a {
	font-size: 8px;
}
.booking .dropdown-menu > li > a {
	padding: 0px;
}
.booking .dropdown-menu > li > a:hover {
	background-color: rgba(0,0,0,0);
}
.booking .select-option {
	float: left;
	padding: 11px 5px;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;	
}

.booking .select-option .dummy {
	display: inline-block;
	font-size: 8px;
	padding: 6px 0;	
}
.booking .select-option .dropdown-menu li {
	margin-bottom: 5px;
}
.booking .select-option .dropdown-menu {
	padding: 8px 12px;
}
.booking .section {
	clear: left;
	border-bottom: 1px solid #e2e2e2;
  	margin-bottom: -6px;
}

/* Table legends */

  .my-legend fieldset {
	padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
    border-style: groove;  	
  }	  
  .my-legend legend {
  	font-size: 14px;
  	width: auto;
  	margin-bottom: 0;
  	padding: 0 2px;
  	border-bottom: none;
  }
  .my-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
    }
  .my-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
    }
  .my-legend .legend-scale ul li {
    font-size: 80%;
    list-style: none;
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 2px;
    }
  .my-legend ul.legend-labels li span.color {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
    }
  .my-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
    }
  .my-legend a {
    color: #777;
    }


/* END Table legends */

/* Refer-a-Friend */

.well .img-box {
	display: table;
	width: 104px;
	height: 104px;
	background: #0ebcf2;
	border-radius: 50%;
	position: relative;
	margin: auto;
	margin-bottom: 10px;
	transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    cursor: pointer;
}

.well .img-box:hover{
	background: #6fb935
}

.well .img-box img{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/* USED IN totals.blade and receipt.blade */

.total_div_total_price {
  overflow: hidden;
  margin: 15px 0;
  padding: 0;
  font-size: 25px;
}

.total_div_total_price .property-currency {
  font-size: 20px;	
}

.total_div_total_price sub.supersmall,
.total_div_total_price span.supersmall,
.total_div_total_price div.smalltext {
	font-size: 13px;
	margin-left: 5px;
}

.property-currency span.heading {
	padding-bottom: 5px;
}

/*
 * Spinning Button (Start)
 */

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@media (max-width: 568px) {

	.mobile-hidden {
		display: none;
	}
	
}	

/*
 * Spinning Button (End)
 */

@media (min-width:768px) {
		
	.booking {
		font: inherit!important;	
		font-size: 14px!important;
		font-size-adjust: 1;
	}

	.booking .select-option .dummy {
		font-size: 16px;
	}
	
	.booking .dropdown-menu > li > a,
	.booking .dropdown  > .btn > a {
		font-size: 14px;
	}
		
}

@media (min-width:1025px) {

	.bx-prev, .bx-next {
	    display: none;
	}	
}