/* ==========================================================================
   Document	 : BMG | BeMyGuest - the Booking Engine
   Author		 : Diego Pardo
   Description: BeMyGuest styles/Bootstrap overrides.
   ========================================================================= */

/* ==========================================================================
   Base styles: defaults
 ========================================================================== */

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
/*
* Custom Background
*/

body {
	background: url('../../../../bmg/img/bmg-tp-bg-cover.jpg') no-repeat fixed;
	background-size: cover;
}

/* ==========================================================================
  Bootstrap override
 ========================================================================== */

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: 400;
	line-height: 1;
	color: #666;
}
hr {
	border-top: 1px solid #ccc;
}

/* ==========================================================================
  Layout stuff
 ========================================================================== */

.page-header {
	margin: 10px 0 20px;
	padding: 10px 15px;
}
.page-header, .navbar-default, .breadcrumb {
	background-color: #fafafa;
	background-color: rgba(250, 250, 250, 0.85);
	border: 1px solid #b6b6b6;
	margin-bottom: 15px;
}
#wrapper {
	position: relative;
	margin: 0 0 15px;
}
#content, #sidebar {
	padding: 0;
}
#sidebar {
	border-left: 1px solid #b6b6b6;
}
#footer {
	background-color: #F5F5F5;
	box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, .5)
}
.text-offer, .text-evident {
	color: #9510B6!important;
	/*violet*/
}

.btn-evident {
	background: #9510B6;
	color: #fafafa;
	border-color: #8A0FA9;
}
.btn-evident:hover {
	background: #A512CA;
	color: #fff;
}
.btn-evident:active {
	background: #8A0FA9;
	color: #fafafa;
}
input.text-offer, input.text-evident {
	border-color: #9510B6!important;
	/*violet*/
}
.text-offer.label {
	background: #fff;
}

.pull-right.toggler {
	margin-left: 10px;
}

.toggler .label {
	font-size: 85%;
}

/*Some extra position helper classes (need relative positioned parents or at least other than "static")*/
.top-left {
	position: absolute;
	top: 0;
	left: 0;
}
.top-right {
	position: absolute;
	top: 0;
	right: 0;
}
.bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
}
.bottom-left {
	position: absolute;
	bottom: 0;
	left: 0;
}
/* ==========================================================================
  Menu
 ========================================================================== */

.navbar-default .navbar-link, .navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>.active>a, a.list-group-item {
	color: #00609B;
}
.navbar-nav>li {
	border-right: 1px solid #b6b6b6;
}
.nav>li>a {
	padding: 10px 15px;
}
.navbar {
	min-height: 40px;
	z-index: 1;
}
.navbar-brand {
	/*padding: 10px 15px;*/
	display: inline-block;
	padding: 2px;
	height: 40px;
	max-width: 40%;
}
.navbar-brand img {
	max-width: 100%;
	max-height: 36px;
}
.navbar-default .navbar-toggle {
	position: relative;
	float: right;
	padding: 10px 8px;
	margin: 0 -1px 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-color: #F0F0F0;
	border: 1px solid;
	border-width: 0 1px;
	border-color: #b6b6b6;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.nav-pills>li>a {
	padding: 4px 10px;
}
.navbar-text {
	padding: 10px 15px;
	margin: 0 15px 0 0;
}
.navbar-collapse {
	padding: 0;
}
.navbar-collapse.in {
	overflow-y: initial;
}
.navbar-nav {
	margin: 0;
}
#info-collapsed {
	border-left: 1px solid #b6b6b6;
}
.panel.nav-panel {
	margin-bottom: 0px;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*
* Breadcrumb + counters = Wizard
*/

.breadcrumb {
	counter-reset: steps;
	border-radius: 0;
}
.breadcrumb>li {
	color: #428bca;
}
.breadcrumb>li>a {
	display: inline-block;
	padding: 0 0 2px;
	vertical-align: bottom;
	line-height: 18px;
	color: inherit;
}
.breadcrumb>li:before, .breadcrumb>li+li:before, .breadcrumb>li:after {
	display: inline-block;
	padding: 0 5px 2px;
	vertical-align: bottom;
	line-height: 18px;
}
.breadcrumb>li:before, .breadcrumb>li+li:before {
	color: inherit;
	content: counter(steps)".";
	counter-increment: steps;
	font-size: 20px;
	line-height: 18px;
}
.breadcrumb>li+li:after {
	content: "/\00a0";
	color: #b6b6b6;
	float: left;
}
.breadcrumb>.active {
	color: #000;
}
.breadcrumb a:hover {
	text-decoration: none;
}
.breadcrumb a, .breadcrumb>li:before {
	border-bottom: 1px dotted transparent;
}
.breadcrumb>.active a, .breadcrumb>.active:before {
	color: #000;
	border-bottom-color: inherit;
}
.breadcrumb>.active+li {
	color: #666;
}
@media screen and (max-width: 767px) {
	.breadcrumb>li {
		font-size: 12px;
	}
	.breadcrumb>li+li:after {
		display: none;
	}
}
/*
* More...
*/

#wrapper {
	background-color: #FAFAFA;
	background-color: rgba(250, 250, 250, 0.35);
}
.heading-block, .list-group, .event-item, .gallery-item, .structure-item, .product-item, .extra-item {
	background-color: #fafafa;
	background-color: rgba(250, 250, 250, 0.5);
}
.product-disabled {
	background-color: #aaaaaa;
	background-color: rgba(170, 170, 170, 0.5);
}
.plan-disabled {
	background-color: #aaaaaa !important;
	background-color: rgba(170, 170, 170, 0.5) !important;
}
#content {
	background-color: #fafafa;
	background-color: rgba(250, 250, 250, 0.75);
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	min-height: 80px;
}
#sidebar {
	background-color: #fafafa;
	background-color: rgba(250, 250, 250, 0.65);
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	min-height: 80px;
}
.list-group-item {
	background: transparent;
}
.heading-block {
	position: relative;
	color: #333;
	padding: 10px 15px;
	border-bottom: 1px solid #b6b6b6;
}
.heading-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.list-group-item:first-child, .list-group-item:last-child {
	border-radius: 0;
}
.list-group .list-group-itemk {
	border-width: 1px 0;
	border-color: #b6b6b6;
}
.list-group .list-group-item:first-child {
	border-top-width: 0;
}

/*
* Find available
*/

.product-disabled .find-available .col-xs-3 {
	/*padding: 0 5px;*/
}
.product-disabled .available-date {
	margin: 0 0 15px 0;
	text-align: center;
}
.product-disabled .available-date span {
	display: inline-block;
	padding: 5px;
	width: 100%;
	background: #eee;
	border-bottom: 1px solid #ccc;
	transition: all 0.3s;
}
.product-disabled .available-date span.amo {
	background: #428bca;
	color: #fff;
	border-bottom: 0;
	transition: all 0.3s;
}
.product-disabled .available-date:hover span {
	background: #FFF;
}
.product-disabled .available-date:hover span.amo {
	background: #5cb85c;
}
.product-disabled .product-price-box {
	/*float: right;*/
	margin: 0 0 15px 0;
}

/*
* Datepickers form
*/

.form-control {
	border-radius: 0;
	padding: 6px 4px;
}
#date-select {} .input-daterange {} #date-select .control-label, .booking .control-label {
	text-align: left;
}
#date-select input {
	border-radius: 0;
}
#date-select .input-group-addon {
	color: #31708F;
	background: #fff;
	border-radius: 0;
	cursor: pointer;
}
#date-select .input-group-addon:hover{
	color: #fff;
	background: #2595da;
}
.date-info {
	position: relative;
	color: #00497C;
}
.date-info:before {
	content: '}';
	display: inline-block;
	font-size: 70px;
	line-height: 1;
	vertical-align: middle;
}
.date-label {
	color: #FFF;
	font-size: 28px;
	font-weight: normal;
	line-height: 1;
	padding: 0 10px 0 0;
	background: #00497C;
	white-space: nowrap;
	border-radius: 6px;
	display: inline-block;
	vertical-align: text-top;
	border: 1px solid #00497C;
	overflow: hidden;
}
.date-badge {
	display: inline-block;
	padding: 1px 7px;
	background: #0070BF;
	border-radius: 6px 0 0 6px;
}
.brace {
	font-size: 46px;
	color: #31708F;
}
.guests-select label {
	font-weight: normal;
}
/*
* Offcanvas sidebar - Mobile devices & Small screens cart view
*/

@media screen and (max-width: 767px) {
	.row-offcanvas-right .sidebar-offcanvas {
		right: -80%;
		opacity: 0;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
		overflow-y: auto;
	}
	.row-offcanvas-right.active .sidebar-offcanvas {
		right: -70%;
		opacity: 1;
	}
	.sidebar-offcanvas {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 70%;
		height: 100%;
	}
	#sidebar {
		background-color: #FAFAFA;
		background-color: rgba(250, 250, 250, 0.8);
	}
	.row-offcanvas-right.active {
		right: 70%;
	}
}

/*
* Room info & details
*/

#content>.list-group, #sidebar>.list-group {
	margin-bottom: 0;
}
.event-item,
.gallery-item,
.structure-item,
.product-item,
.extra-item {
	padding: 10px 15px 5px;
	position: relative;
	border-bottom: 1px solid #b6b6b6;
	overflow: hidden;
}
.event-item { overflow: visible; }
.event-item:after,
.gallery-item:after,
.structure-item:after,
.product-item:after,
.extra-item:after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	bottom: 0;
	left: 0;
	background: #fafafa;
}
.event-name,
.structure-name,
.product-name,
.extra-name {
	font-weight: 700;
	margin-top: 0;
}
.event-thumb,
.photo-thumb,
.structure-thumb,
.product-thumb,
.extra-thumb {
	margin-bottom: 10px;
}
.carousel-inner .photo-thumb,
.carousel-inner .event-thumb,
.carousel-inner .structure-thumb,
.carousel-inner .product-thumb,
.carousel-inner .extra-thumb {
	width: 100%;
	height: 0;
	margin: 0;
	padding-bottom: 62.5%;
	background-size: cover;
	background-position: center center;
	display: block;
}
.event-thumb .label.text-offer, .event-thumb .label.zoom,
.photo-thumb .label.text-offer, .photo-thumb .label.zoom,
.structure-thumb .label.text-offer, .structure-thumb .label.zoom,
.product-thumb .label.text-offer, .product-thumb .label.zoom,
.extra-thumb .label.text-offer, .extra-thumb .label.zoom {
	position: absolute;
	top: 4px;
}
.event-thumb .label.text-offer,
.photo-thumb .label.text-offer,
.structure-thumb .label.text-offer,
.product-thumb .label.text-offer,
.extra-thumb .label.text-offer {
	left: 19px;
}
.event-thumb .label.zoom,
.photo-thumb .label.zoom,
.structure-thumb .label.zoom,
.product-thumb .label.zoom,
.extra-thumb .label.zoom {
	right: 19px;
}
.event-thumb img,
.photo-thumb img,
.structure-thumb img,
.product-thumb img,
.extra-thumb img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}
.event-thumb-row,
.photo-thumb-row,
.structure-thumb-row,
.extra-thumb-row {
	/*height: 140px;*/
	overflow: hidden;
}
.event-thumb .thumbnail,
.photo-thumb .thumbnail,
.structure-thumb .thumbnail,
.extra-thumb .thumbnail {
	/*height: 120px;*/
	height: 0;
	padding-bottom: 86%;
}
.event-thumb .thumbnail .caption,
.photo-thumb .thumbnail .caption,
.structure-thumb .thumbnail .caption,
.extra-thumb .thumbnail .caption {
	position: absolute;
	width: 100%;
	right: 0;
	bottom: 0;
	left: 0;
}
.event-thumb h4,
.photo-thumb h4,
.structure-thumb h4,
.extra-thumb h4 {
	margin: 0;
	font-size: 1.2em;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.event-item-inner {
	border-bottom: 1px solid #b6b6b6;
	position: relative;
}
.gallery-item-inner {
	border-bottom: 1px solid #b6b6b6;
	position: relative;
}
.structure-item-inner {
	border-bottom: 1px solid #b6b6b6;
	position: relative;
}
.product-item-inner {
	border-bottom: 1px solid #b6b6b6;
	position: relative;
}
.product-type-inner {
    margin-top: -10px;
    padding-top: 10px;
	background-color: #fff;
}
.event-info {
	padding-bottom: 10px;
}
.structure-info {
	padding-bottom: 10px;
}
.product-info {
	padding-bottom: 10px;
}
.event-ticket {
	position: relative;
	padding-top: 5px;
	padding-bottom: 50px;
	border-left: 1px dotted #b6b6b6;
}
.structure-ticket {
	position: relative;
	padding-top: 5px;
	padding-bottom: 50px;
	border-left: 1px dotted #b6b6b6;
}
.product-ticket {
	position: relative;
	padding-top: 5px;
	padding-bottom: 50px;
	border-left: 1px dotted #b6b6b6;
}
.product-type-inner .product-ticket { 
	border: 0;
	padding-bottom: 0;
}
.extra-ticket {
	position: relative;
	padding-top: 5px;
}
.event-ticket p,
.structure-ticket p,
.product-ticket p,
.extra-ticket p {
	color: #333;
	line-height: 1;
	margin-bottom: 5px;
}
.event-ticket .text-muted,
.structure-ticket .text-muted,
.product-ticket .text-muted,
.extra-ticket .text-muted {
	font-size: 12px;
	color: #616161;
	font-weight: 700;
}
.extra-ticket .btn{
	margin: 5px 0;
}
.event-price, .event-price small {
	color: #245269;
}
.structure-price, .structure-price small {
	color: #245269;
}
.product-price, .product-price small {
	color: #245269;
}
.extra-price, .extra-price small {
	color: #3C763D;
}
.event-price,
.structure-price,
.product-price,
.extra-price {
	font-size: 21px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.plans-collapser, .product-plans {
	border: 1px solid #b6b6b6;
}
.plans-collapser-holder {
	position: absolute;
	bottom: -3px;
	right: 0;
}
.plans-collapser-holder p {
	margin: 0;
	color: #616161;
	font-weight: 700;
}
.plans-collapser {
	color: #3071A9;
	margin: 0 auto;
	/*padding: 9px 14px;*/
	padding: 5px 7px 0;
	border-radius: 0;
	border-bottom: 3px solid #FAFAFA;
	background: #FAFAFA;
	line-height: 2.3em;
}
.plans-collapser:before {
	content: "\f077";
	color: rgb(255, 255, 255);
	background-color: rgb(149, 16, 182);
	border-color: rgb(76, 174, 76);
	border-radius: 4px;
	padding: 9px 12px;
}
.plans-collapser.collapsed:before {
	content: "\f078";
}
.plans-collapser:hover:before {
	color: rgb(255, 255, 255);
	background-color: rgb(169, 36, 212);
}
.plans-collapser:hover, .plans-collapser:focus {
	color: #3071A9;
}
.plans-collapser:focus {
	outline: none;
}
.product-plans {
	background: #FAFAFA;
	margin-bottom: 0;
	border-width: 0;
}
.product-plans .list-group-item {
	background: none;
	overflow: hidden;
}
.product-plans .list-group-item-text {
	font-size: 12px;
}
.product-plans .product-ticket {
	padding-top: 0;
	padding-bottom: 0;
}
.select-plan {
	/*
	font-size: 18px;
	font-weight: 200;
	line-height: 1.4;
	*/
}

/*
* Price boxes
*/

.event-price-box {
	margin: 1.2em 0 2.2em;
}
.structure-price-box {
	margin: 1.2em 0 2.2em;
}
.product-price-box {
	margin: 1.2em 0 2.2em;
}
.best-price-ribbon-box {
	position: absolute;
	top: 0;
	right: 0;
}
.best-price-ribbon {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 10em;
	margin-right: -2.4em;
	margin-top: 1.6em;
	padding: .4em 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	box-shadow: 0 1px 5px #333;
	z-index: 1;
}
.best-price-ribbon-small {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 5em;
	margin-right: -1.8em;
	margin-top: -.5em;
	padding: 1em 0 .5em 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	box-shadow: 0 1px 5px #333;
	z-index: 1;
}

/*
* Cart
*/

.cart-block {
	border-style: dashed;
	padding: 10px 15px;
	margin-bottom: -1px;
	border-width: 1px 0;
	border-color: #b6b6b6;
}
.cart-block:first-child {
	border-top: none;
}
.cart-block:last-child {
	border-bottom: none;
}
#booking-summary,
#booking-summary-empty {
	border-top: none;
}
#booking-detail {
	padding-top: 0;
}
#booking-detail > div {
	padding-top: 10px;
}
.cart-block hr {
	margin: 0px 0 6px;
	border-color: #b6b6b6;
}
.cart-block.cart-block-active {
	background-color: #FAFAFA;
	background-color: rgba(250, 250, 250, 0.5);
	border-left: 1px solid rgba(250, 250, 250, 0.35);
	left: -1px;
}
.cart-heading {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	overflow: hidden;
}
.cart-heading:before, .cart-heading:after {
	content: "";
	display: inline-block;
	height: 0px;
	position: relative;
	vertical-align: middle;
	width: 50%;
	border-top: 1px solid;
}
.cart-heading:before {
	right: 0.5em;
	margin-left: -50%;
}
.cart-heading:after {
	left: 0.5em;
	margin-right: -50%;
}
.cart-heading + .cart-item {
	margin-top: 10px;
}
.cart-item {
	position: relative;
	margin: 0 -15px;
	padding: 5px 15px;
	border-top: 1px dashed #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
}
.cart-item+.cart-item{
	border-top: none;
}
.cart-item-toggle {
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	padding: 0;
	background: none;
	border-width: 0;
	left: 0;
	bottom: 0;
}
.cart-item-toggle:focus {
	outline: none;
}
.cart-item-toggle:before {
	content: "\f077";
	/*up*/
}
.cart-item-toggle.collapsed:before, .collapse:not(.in) ~ .cart-item-toggle:before {
	content: "\f078";
	/*down*/
}
.cart-item-title {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 18px 3px 0;
	padding-right: 2px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	clear:both;
}
.cart-item-price {
	font-size: 24px;
	line-height: 1;
	display: block;
	margin: 0;
	text-align: right;
	white-space: nowrap;
}
.cart-item-price .small, .cart-item-price small {
	font-size: 75%;
}
.cart-item.media .cart-item-price {
	bottom: 0;
}
.cart-item-detail {
	font-size: 13px;
}
.cart-item-block {
	clear: both;
}
.cart-item button.close {
	position: absolute;
	right: 15px;
	top: 6px;
	font-size: 16px;
}

.cart-block .notification {
	padding: 5px 0;
}

.notification{
	overflow: hidden;
	position: relative;
}
.notification p {
	line-height: 1.2;
	margin: 0;
}
.notification strong {
	font-size: 18px;
	font-weight: 400;
	display: block;
}
#cart-btn {
	letter-spacing: 1px;
}
#cart-btn:disabled {
	background: #333;
	border-color: #101010;
}
.total {
	padding-top: 17px;
}
.total-price {
	font-size: 32px;
	line-height: 1.2;
}

/* ==========================================================================
   Carousel overrides = Room Thumbnails view
   ========================================================================== */

.carousel {
	position: relative;
	margin: 10px 0;
}
.carousel-inner {
	width: auto;
	margin: 0 15px;
}
.carousel-control {
	width: 15px;
	height: 35px;
	margin: auto;
	font-size: 16px;
	text-shadow: none;
	line-height: 35px;
}
.carousel-control, .carousel-control:hover, .carousel-control:focus {
	color: #00609B;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
	filter: none;
}
.carousel-inner>.item {
	padding: 0 15px;
}
.carousel-inner .col-xs-3 {
	padding: 0 5px;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination-buttons-container {
}
.pagination {
	height: 36px;
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
	display: inline;
}
.pagination a {
	float: left;
	padding: 0 14px;
	line-height: 34px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
	background-color: #f5f5f5;
}
.pagination .active a {
	color: #999999;
	cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
	color: #999999;
	background-color: transparent;
	cursor: default;
}
.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}

/* ==========================================================================
   @media mobile
 ========================================================================== */

@media (min-width: 768px) {
	.container {
		min-width: 90%;
	}
	.heading-title {
		font-size: 21px;
	}
	.heading-block + .heading-block {
		font-size: 18px;
	}
	.event-price {
		font-size: 30px;
	}
	.structure-price {
		font-size: 30px;
	}
	.product-price {
		font-size: 30px;
	}
}
/* ==========================================================================
   scrollbar styles (webkit only)
   ========================================================================== */

/* Let's get this party started */

::-webkit-scrollbar {
	width: 12px;
	background: transparent;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .5);
}
/* Handle */

::-webkit-scrollbar-thumb {
	background: #999;
	border: 3px solid transparent;
	background-clip: padding-box;
	border-radius: 6px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .5);
}

/* ==========================================================================
   loading overlay
   ========================================================================== */
.bmg_loading:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.8) url(../img/ui-anim_basic_16x16.gif) 50% 50% no-repeat;
	z-index: 1;
}

/* ==========================================================================
   not available overlay
   ========================================================================== */
.bmg_not_available:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.1);
	z-index: 1;
}
.bmg_not_available button.close {
	z-index: 2;
}

/* ==========================================================================
   popover
   ========================================================================== */

.popover-title .close {
	margin-left: 14px;
}
.popover-content .form-group {
	margin-bottom: 9px;
}
#menu-login-li .popover {
	min-width: 280px;
}

/* ==========================================================================
   modal
   ========================================================================== */

.modal-scrollable .modal-body {
	max-height: 300px;
	overflow: auto;
}
.modal-scrollable .modal-footer {
	margin-top: 0;
}
.modal-content {
	border-radius: 0;
}
.modal-dialog.modal-large {
	position: relative;
	width: auto;
	margin: 10px;
}
@media (min-width: 768px) {
	.modal-dialog.modal-large {
		width: 60%;
		margin: 30px auto;
	}
}

/* ==========================================================================
   modal
   ========================================================================== */

.modal.modal-full {
	position: fixed;
	top: 1em;
	right: 1em;
	bottom: 1em;
	left: 1em;
	overflow: hidden;
}
.modal-dialog.modal-full {
	position: fixed;
	margin: 0;
	width: calc(100% - 2em);
	height: calc(100% - 2em);
	padding: 0;
}
.modal-dialog.modal-full .modal-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #3c7dcf;
	border-radius: 0;
	box-shadow: none;
}
.modal-dialog.modal-full .modal-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 50px;
	padding: 10px;
	color: #fff;
	background: #428bca;
	border: 0;
}
.modal-dialog.modal-full .modal-body {
	position: absolute;
	top: 50px;
	bottom: 0;
	width: 100%;
	padding: 0;
	font-weight: 300;
	overflow: auto;
}

/* ==========================================================================
   offers carousel
   ========================================================================== */

#offers_cnt .offer-thumb {
	margin-bottom: 10px;
}
#offers_cnt .carousel-inner .offer-thumb {
	width: 100%;
	height: 0;
	margin: 0;
	padding-bottom: 62.5%;
	background-size: cover;
	background-position: center center;
	display: block;
}
#offers_cnt .offer-thumb .label.text-offer, .offer-thumb .label.zoom {
	position: absolute;
	top: 4px;
}
#offers_cnt .offer-thumb .label.text-offer {
	left: 19px;
}
#offers_cnt .offer-thumb .label.zoom {
	right: 19px;
}
#offers_cnt .offer-thumb img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
#offers_cnt .thumb-title {
	position: absolute;
	padding: 5px 10px;
	font-size: 2em;
	color: rgb(255, 255, 255);
	text-shadow: 2px 2px 4px rgb(0, 0, 0);
}
#offers_cnt .carousel,
#offers_cnt .carousel-inner,
#offers_cnt .item {
	/*width: 100%;
	height: 100%;*/
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
#offers_cnt .carousel-control {
	color: rgb(255, 255, 255);
	text-shadow: 0 0 15px rgb(0, 0, 0);
}
#offers_cnt .carousel-control.left {
	margin-left: 10px;
}
#offers_cnt .carousel-control.right {
	margin-right: 10px;
}

/* ==========================================================================
   offers boxes
   ========================================================================== */

#tp_offers-boxes .offer-thumb {
	margin-bottom: 10px;
}
#tp_offers-boxes .carousel-inner .offer-thumb {
	width: 100%;
	height: 0;
	margin: 0;
	padding-bottom: 62.5%;
	background-size: cover;
	background-position: center center;
	display: block;
}
#tp_offers-boxes .offer-thumb img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* ==========================================================================
   Bootstrap validator
   ========================================================================== */
#app_form .has-feedback .form-control {
	padding-right: initial;
}
#app_form .has-feedback .form-control-feedback {
	position: static;
	display: inline;
	width: auto;
	height: auto;
	margin: 0 10px;
	padding-top: 7px;
	line-height: 20px;
	vertical-align: middle;
}
#app_form .blurred li {
	opacity: 0.5;
}
#app_form .blurred li.has-success {
	opacity: 1;
}

/* ==========================================================================
   Diego's
   ========================================================================== */

.booking {
	border-bottom: 1px solid #B6B6B6;
}
.paymentmethod .panel-title {
	color: #3C763D;
}
.paymentmethod .panel-title.collapsed {
	color: #333;
}
/* extra embeding classes from latest Bootstrap */

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-top: 35%;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	overflow-y: auto;
}
.radio label img, .help-block img {
	margin-right: .35em;
	vertical-align: middle;
}

/* ==========================================================================
   optional login-box
   ========================================================================== */

#login_cnt {
	position: relative;
}
#login_cnt .form-group {
	margin-bottom: 0;
}
#login_cnt .close {
	position: absolute;
	right: 3px;
	top: 3px;
	line-height: 11px;
}

/* ==========================================================================
   resposive font size
   ========================================================================== */

@media (max-width: 768px) {
	.font-responsive {
		position: relative;
		font-size: 70%;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.font-responsive {
		position: relative;
		font-size: 80%;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.font-responsive {
		position: relative;
		font-size: 90%;
	}
}
@media (min-width: 1201px) {
	.font-responsive {
		position: relative;
		font-size: 100%;
	}
}

/* ==========================================================================
   columns of same height styles
   ========================================================================== */

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.container-xs-height {
	display: table;
	width: calc(100% + 30px);
	margin: 0 -15px;
	padding-left: 0;
	padding-right: 0;
}
.row-xs-height {
	display: table-row;
}
.col-xs-height {
	display: table-cell;
	float: none;
}
@media (min-width: 768px) {
	.container-sm-height {
		display: table;
		width: calc(100% + 30px);
		margin: 0 -15px;
		padding-left: 0;
		padding-right: 0;
	}
	.row-sm-height {
		display: table-row;
	}
	.col-sm-height {
		display: table-cell;
		float: none;
	}
}
@media (min-width: 992px) {
	.container-md-height {
		display: table;
		width: calc(100% + 30px);
		margin: 0 -15px;
		padding-left: 0;
		padding-right: 0;
	}
	.row-md-height {
		display: table-row;
	}
	.col-md-height {
		display: table-cell;
		float: none;
	}
}
@media (min-width: 1200px) {
	.container-lg-height {
		display: table;
		width: calc(100% + 30px);
		margin: 0 -15px;
		padding-left: 0;
		padding-right: 0;
	}
	.row-lg-height {
		display: table-row;
	}
	.col-lg-height {
		display: table-cell;
		float: none;
	}
}
/* firefox fix */
.img-responsive {
	width: 100%;
}
/* vertical alignment styles */
.col-top {
	vertical-align: top;
}
.col-middle {
	vertical-align: middle;
}
.col-bottom {
	vertical-align :bottom;
}


/* ==========================================================================
  Booking review
========================================================================== */

.table-booking {
	background: #FFFFFF;
	font-size: 1em;
}


/* ==========================================================================
  Portal Offers - Card Layout
========================================================================== */

.card {
	position: relative;
	margin: 0.5rem 0 1rem 0;
	padding: 0;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	transition: box-shadow .25s;
	list-style-type: none;
}
.card .card-image {
	position: relative;
	background: #000;
}
.card .card-image img {
	display: block;
	border-radius: 2px 2px 0 0;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	max-height: 250px;
	object-fit: cover;
	opacity: 0.75;
}
.card .card-image .img-bg  {
	height: 0;
	padding-bottom: 15%;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.75;
}
.card .card-image .card-title {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	font-size: 24px;
	font-weight: 300;
}
.card .card-content {
	padding: 20px;
	border-radius: 0 0 2px 2px;
	display: flex;
	align-items: center;
}
.card .card-content .product-name,
.card .card-content .price {
	display: inline-block;
	flex: 1;
}
.card .card-content .product-name {
	margin-bottom: 0;
}
.card .card-content .price {
	text-align: right;
}
.card .card-content .fee {
	display: block;
}
.card .card-content .text-muted {
	font-size: 12px;
	color: #616161;
	font-weight: 700;
}

.card .card-action {
	position: relative;
	background-color: inherit;
	border-top: 1px solid rgba(160,160,160,0.2);
	padding: 20px;
	z-index: 2;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
	color: #428bca;
	margin-right: 20px;
	transition: color .3s ease;
	text-transform: uppercase;
	text-align: right;
}
.card .card-action a:hover {
	color: #2a6496;
	text-decoration: underline;
}
.related .card .card-action {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.related .card .card-action .act-el {
	flex: 1;
}
/* ==========================================================================
  DataTable
========================================================================== */

div.dataTables_length label {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

div.dataTables_length select {
	width: 75px;
	display: inline-block;
}

div.dataTables_filter {
	text-align: right;
}

div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}

div.dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
}

div.dataTables_info {
	padding-top: 8px;
	white-space: nowrap;
}

div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
}

div.dataTables_paginate ul.pagination {
	margin: 2px 0;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	div.dataTables_length,
	div.dataTables_filter,
	div.dataTables_info,
	div.dataTables_paginate {
		text-align: center;
	}
}


table.dataTable td,
table.dataTable th {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


table.dataTable {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
}

table.dataTable thead .sorting { background: url('../pic/sort_both.png') no-repeat center right; }
table.dataTable thead .sorting_asc { background: url('../pic/sort_asc.png') no-repeat center right; }
table.dataTable thead .sorting_desc { background: url('../pic/sort_desc.png') no-repeat center right; }

/*
table.dataTable thead .sorting_asc_disabled { background: url('../pic/sort_asc_disabled.png') no-repeat center right; }
table.dataTable thead .sorting_desc_disabled { background: url('../pic/sort_desc_disabled.png') no-repeat center right; }
*/

table.dataTable thead > tr > th {
	padding-left: 18px;
	padding-right: 18px;
}

table.dataTable th:active {
	outline: none;
}

/* Scrolling */
div.dataTables_scrollHead table {
	margin-bottom: 0 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
	border-top: none;
}

div.dataTables_scrollFoot table {
	margin-top: 0 !important;
	border-top: none;
}

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
	border-collapse: separate !important;
}
table.table-bordered thead th,
table.table-bordered thead td {
	border-left-width: 0;
	border-top-width: 0;
}
table.table-bordered tbody th,
table.table-bordered tbody td {
	border-left-width: 0;
	border-bottom-width: 0;
}
table.table-bordered th:last-child,
table.table-bordered td:last-child {
	border-right-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
	border-bottom-width: 0;
}




/*
 * TableTools styles
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
	background-color: #08C;
	color: white;
}

.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
	background-color: #0075b0 !important;
}

.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
	color: white;
}

.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
	cursor: pointer;
}

div.DTTT .btn {
	color: #333 !important;
	font-size: 12px;
}

div.DTTT .btn:hover {
	text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

ul.DTTT_dropdown.dropdown-menu a {
	color: #333 !important; /* needed only when demo_page.css is included */
}

ul.DTTT_dropdown.dropdown-menu li {
	position: relative;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
	background-color: #0088cc;
	color: white !important;
}

div.DTTT_collection_background {
	z-index: 2002;	
}

/* TableTools information display */
div.DTTT_print_info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 150px;
	margin-left: -200px;
	margin-top: -75px;
	text-align: center;
	color: #333;
	padding: 10px 30px;
	opacity: 0.95;

	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

div.DTTT_print_info h6 {
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	margin: 1em;
}

div.DTTT_print_info p {
	font-size: 14px;
	line-height: 20px;
}

div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 60px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
}



/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
    margin-bottom: 0;
}
 
div.DTFC_RightHeadWrapper table ,
div.DTFC_LeftHeadWrapper table {
	border-bottom: none !important;
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
 
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin: 0 !important;
}
 
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}
 
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
    border-top: none;
    margin-top: 0 !important;
}


/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
	margin: 0 !important
}
