/*	---------------------------------------------------------------------- */
/*	
	Name: wyby.ch/compact
	Date: March 2022
	Version: 2.4
	Author: Daniel Baumgartner
	Autor URI: icontel.com
*/
/*	---------------------------------------------------------------------- */

/*  2.1 Booking-list page optimisations
/*  2.2 Optimazation for all product details and variables
/*  2.3 LP styling for all registration invitees
/*  2.4 Login

/*	---------------------------------------------------------------------- */
/* 	colors
	
	Primary (blue)		#87A0FF
	Secondary (lime)	#19FFB9
	
	Black				#343436 --- Main Fonts, Footer BG, Headers
    Grey				#888888 --- Footer Text,

    Grey 1              #F1F1F1;
    Grey 2              #E1E1E1;
    Grey 3              #B2B2B2;
    Grey 4              #666666;
	
*/
/*	---------------------------------------------------------------------- */

/*	---------------------------------------------------------------------- */
/* 	global */
/*	---------------------------------------------------------------------- */
html, button, input, select, textarea {
    color: #343436;
}
body { 
	background: #F1F1F1;
    font-family: 'adlight', Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.025em;
	line-height: 27px;
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wrapper {
	width: 96%;
    max-width: 1280px;
	margin: 0 auto;
	padding: 0;
}
.nowrapper {
    margin: 0;
	padding: 0; 
}

/*	---------------------------------------------------------------------- */
/* 	fonts */
/*	---------------------------------------------------------------------- */
/* Headings */
h1, h2, h3, h4, h5 { font-style: normal; margin: 0; padding: 0; }
h1, h2, h3, h4 {
	color: #343436;
	font-style: normal;
	font-weight: 400;
	margin: 0 0 0.5em 0;
	padding: 0;
}
h1, h3, h4 {
	font-family: 'brbold', Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 3.5em;
	line-height: 1.1em;
	margin: 0 0 0.1em 0;
}	
h2 {
	font-size: 2.0em;
	line-height: 1.3em;
}
h3 {
	font-size: 1.5em;
	line-height: 1.3em;
}

p, pre { margin: 0 0 1em 0;}
p:last-child, pre:last-child { margin: 0;}

b, strong { font-family: 'adBold', Georgia, "Times New Roman", Times, serif; font-weight: normal; }

.primary { color: #87A0FF; }
.secondary { color: #19FFB9; }

/* Anchors */
a, a:visited, a img, a img:visited {
	color: #87A0FF;
	cursor: pointer;
	text-decoration: none;
	font-style: normal;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
	transition: all 300ms linear;
}
a.underline { text-decoration: underline; }
a:hover, a:active {
	color: #343436;
}

a img { border: none; }
a img:hover, a img:active {
	border: none;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
	transition: all 300ms linear;
}
a:focus {
	-moz-outline-style: none;
	outline: none;
}

.transition {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

hr {
    display: block;
	clear: both;
    height: 1px;
    border: 0;
    border-top: 1px solid #B0B0B0;
    margin: 1em 0;
    padding: 0;
	width: 100%;
}

img {
    vertical-align: middle;
	max-width: 100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}
input, textarea { outline:none; }
input[type=text]:focus,
input[type=password]:focus {
  outline: 0 none;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

::-webkit-input-placeholder { color: #343436; opacity: 1; }
::-moz-placeholder { color: #343436; opacity: 1; }
:-ms-input-placeholder { color: #343436; opacity: 1; }
input:-moz-placeholder { color: #343436; opacity: 1; }

::-moz-selection {
	background: #888888;
    color: #000000;
}
::selection {
    background: #888888;
    color: #000000;
}
::-webkit-selection {
	background: #888888;
	color: #000000;
}
button:active {
    outline: none;
    border: none;
}
button:focus {
    outline: 0;
}

/*	---------------------------------------------------------------------- */
/* 	layout */
/*	---------------------------------------------------------------------- */

/*	---------------------------------------------------------------------- */
/* 	main elements */
.header-container {
	background: #FFFFFF;
	position: relative;
	width: 100%;
}
.footer-container {
    background: #343436;
    border-bottom: 2px solid #87A0FF;
}

.body-reveal {
    position: relative;
}
.footer-reveal {
	position: relative;
	width: 100%;
}

.loading {
    background: rgba(0,0,0,0.8);
    color: #87A0FF;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    height: 100%;
    position: fixed;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    z-index: 110;
}
.loading .loading-image {
	margin-top: 10vh;
    margin-bottom: 1em;
}

/*	---------------------------------------------------------------------- */
/* 	rows - columns */
.row { margin: 1em 0; }

.column_1_2, .column_2_2, .column_1_1_3, .column_2_1_3, .column_3_1_3, .column_1_1_4, .column_2_1_4, .column_3_1_4, .column_4_1_4,    .column_1_7_12, .column_2_5_12 { position: relative; }
.column_1_2, .column_1_1_3, .column_2_1_3, .column_1_7_12, .column_1_1_4, .column_2_1_4, .column_3_1_4 { float: left; }
.column_2_2, .column_3_1_3, .column_2_5_12, .column_4_1_4 { float: right; }

.column_1_2, .column_2_2 { width: 49.340%; } /* TWO columns wide */
.column_1_1_3, .column_2_1_3, .column_3_1_3 { width: 32.453%; } /* THREE columns wide */
.column_1_1_4, .column_2_1_4, .column_3_1_4, .column_4_1_4 { width: 24.010%; } /* THREE columns wide */

.column_1_7_12 { width: 57.783%; } /* SEVEN / TWELVE columns wide */
.column_2_5_12 { width: 40.897%; } /* FIVE / TWELVE columns wide */ 

.column_1_1_3, .column_1_1_4, .column_2_1_4 { margin-right: 1.31% }

/*	---------------------------------------------------------------------- */
/* 	header */
.header-content {
    height: 80px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
      -webkit-box-align: center;
         -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-align-items: center;
            align-items: center;
     -webkit-box-pack: justify;
        -moz-box-pack: justify;
    -webkit-flex-pack: justify;
        -ms-flex-pack: justify;
       -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.header-content.clearfix:before, .header-content.clearfix:after {
    display: none;
}

/* 	logo */
.logo-container {
	width: 100px;
}
.logo-container img {
	max-width: 100%; 
}

/* 	user login */
.user-container {
	display: block; 
    margin: 0;
    padding: 0;
	position: relative;
	list-style: none;
	list-style-image: none;
}
.user-container ul, .user-container ul li {
	display: block; 
    margin: 0;
    padding: 0;
	position: relative;
	list-style: none;
	list-style-image: none;
}
.user-container a {
    background: #E1E1E1;
    border: 2px solid #FFFFFF;
	color: #343436;
	display: block;
    font-family: 'brbold', Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 4em 0 2em;
    position: relative;
	text-transform: uppercase;
	-webkit-border-radius: 2.25em;
    -moz-border-radius: 2.25em;
    -ms-border-radius: 2.25em;
    -o-border-radius: 2.25em;
    border-radius: 2.25em;
}
.user-container a:hover {
    background: #FFFFFF;
    border-color: #19FFB9;
    color: #343436;
}
.user-container a .fa {
    border-left: 2px solid #FFFFFF;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
}
.user-container a .fa.fa-caret-down:before {
    content: '\0059';
}
.user-container a:hover .fa {
    background: #19FFB9;
    border-color: #19FFB9;
    color: #343436;
}

.user-container .dropdown ul.dropdown-menu {
	background: #FFFFFF;
    border: 1px solid #B2B2B2;
    right: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 0;
    position: absolute;
    width: 300px;
    z-index: 20;
    visibility: hidden;
    transform: translateY(-3em);
    -webkit-box-shadow: 0 0.5em 0.5em 0 rgba(52, 52, 54, 0.1);
    -moz-box-shadow: 0 0.5em 0.5em 0 rgba(52, 52, 54, 0.1);
    -ms-box-shadow: 0 0.5em 0.5em 0 rgba(52, 52, 54, 0.1);
    -o-box-shadow: 0 0.5em 0.5em 0 rgba(52, 52, 54, 0.1);
    box-shadow: 0 0.5em 0.5em 0 rgba(52, 52, 54, 0.1);
    -webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.user-container .dropdown.open ul.dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
	transform: translateY(0);
    visibility: visible;
}
.user-container .dropdown ul.dropdown-menu li {
	margin: 0;
}
.user-container .dropdown ul.dropdown-menu li a {
    background: #FFFFFF;
    border: none;
    border-bottom: 1px solid #E1E1E1;
    color: #343436;
    display: block;
    font-family: "brregular", Helvetica, Arial, sans-serif;
    font-size: 1em;
    height: 50px;
    line-height: 50px;
    padding: 0 1em;
    text-align: center;
    text-transform: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.user-container .dropdown ul.dropdown-menu li:last-of-type a {
    border-bottom: none;
}
.user-container .dropdown ul.dropdown-menu li a:hover {
    background: #19FFB9;
    color: #343436;
}

/*	---------------------------------------------------------------------- */
/* 	login screen */
.startpage.login-active .body-reveal {
    margin-bottom: 0;
    height: 100vh;
    overflow: hidden;
}
.startpage.login-active .body-reveal .claim-container, .startpage.login-active .footer-reveal {
    display: none;
}
.login-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(241,241,241,0.95);
	z-index: 1000;
	overflow: hidden;
}
.login-mask .wrapper {
	max-width: 400px;
}
.login-container {
	margin-top: 10em;
}
.login-container h4 {
    color: #87A0FF;
    font-size: 2em;
    line-height: 1.35em;
}
.login-container p {
    font-family: "brregular", sans-serif;
    margin: 0 0 0.25em 0;
}
.login-container input {
    background: #FFFFFF;
    border: 1px solid #B2B2B2;
    box-sizing: border-box;
    display: block;
    font-family: "adlight", Georgia, "Times New Roman", Times, serif;
    font-size: 1.1em;
    margin: 0 0 1em 0;
    padding: 0.75em;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.login-container input:hover {
    background: #FFFFFF;
    border-color: #87A0FF;
}
.login-container input:focus {
    background: #FFFFFF;
    border-color: #87A0FF;
}
.login-container input.login {
    background: #19FFB9;
    border: 2px solid #F1F1F1;
    color: #343436;
    cursor: pointer;
    display: inline-block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 1em;
    height: 44px;
    line-height: 40px;
    padding: 0 2.5em;
    margin: 1em 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.login-container input.login:hover {
    background: #FFFFFF;
    border-color: #19FFB9;
    color: #343436;
}
.login-container a.lost-password {
    color: #343436;
    font-family: "brregular", sans-serif;
    font-size: 1em;
}
.login-container a.lost-password:hover {
    color: #87A0FF;
}
.login-container .row.message_container {
	margin: 0;
}
.login-container .row.message_container .alert {
	margin: 2em 0 1em 0 !important;
}
.login-container .logo-container {
	display: none;
}

/*	---------------------------------------------------------------------- */
/* 	new login screen */
.login-mask h4 {
    color: #87A0FF;
    font-size: 2em;
    line-height: 1.35em;
    margin: 3.5em 0 0 0;
}
.login-container {
    height: 350px;
    margin: 0;
    width: 100%;
}
.login-container iframe {
	margin: 0;
}
#page-container.page-content {
    width: 100%;
}
#page-container.page-content .logo-container.centered {
    display: none !important;
}
#page-container.page-content .detailview-container .detailview-module {
    padding: 0;
}
#page-container.page-content .detailview-container .detailview-module .input-form .input-row {
    margin: 0.75em 0;
}
#page-container.page-content .detailview-container .detailview-module .input-form .input-row label {
    font-family: "brregular", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 0.1em;
    width: 100%;
}
#page-container.page-content .detailview-container .detailview-module .input-form .input-row input {
    background: #FFFFFF;
    border: 1px solid #B2B2B2;
    box-sizing: border-box;
    display: block;
    font-family: "adlight", Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    margin: 0;
    padding: 0.75em;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
#page-container.page-content .detailview-container .detailview-module .input-form .input-row input:hover,
#page-container.page-content .detailview-container .detailview-module .input-form .input-row input:focus {
    background: #FFFFFF;
    border-color: #87A0FF;
}
#page-container.page-content .detailview-container .detailview-module .input-form .input-row .btn.submit-link {
    background: #19FFB9;
    border: 2px solid #F1F1F1;
    color: #343436;
    cursor: pointer;
    display: inline-block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    height: 44px;
    line-height: 40px;
    padding: 0 2.5em;
    margin: 1em 0 0 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
#page-container.page-content .detailview-container .detailview-module .input-form .input-row .btn.submit-link:hover {
    background: #FFFFFF;
    border-color: #19FFB9;
    color: #343436;
}
#page-container.page-content .alert.alert-danger {
    background: #E9586D;
    border-color: #E9586D;
    color: #FFFFFF;
    font-family: "brregular", Helvetica, Arial, sans-serif;
    margin: -1em 0 1em 0;
    padding: 1em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
}
#page-container.page-content .alert.alert-danger strong {
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
#page-container.page-content .alert.alert-danger .danger.validation-summary-errors ul {
    margin: 0;
    padding: 0 0 0 1em;
}
.login-mask .action-buttons a.lost-password {
    color: #343436;
    background: #FFFFFF;
    font-family: "brregular", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    padding: 0.5em 2.5em;
    text-align: center;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
}
.login-mask .action-buttons a.lost-password:hover {
    background: #87A0FF;
    color: #FFFFFF;
}

/*	---------------------------------------------------------------------- */
/* 	main image */
.mainimg-container {
    margin-bottom: 4em;
	position: relative; 
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
      -webkit-box-align: center;
         -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-align-items: center;
            align-items: center;
}
.startpage .mainimg-container {
	height: 24em;
	position: relative;
	overflow: hidden;
	background-color: #E1E1E1;
}
.main-container, .startpage-container {
	position: relative;
	margin-bottom: 4em;
}
.mainimg-container .blurredImage {
    background-image: url("../content/images/mainImage01.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 56.33333%;
}
.mainimg-container .claim-container, .productBooking .claim-container {
    position: relative;
	z-index: 10;
}
.mainimg-container .claim-container h1, .mainimg-container .claim-container h2 {
    width: 64.66667%;
}
.startpage .mainimg-container .claim-container h1, .startpage .mainimg-container .claim-container h2 {
    width: 39.66667%;
}
.mainimg-container .claim-container h1 {
    margin-bottom: 0.25em;
}
.mainimg-container .claim-container h2 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin: 0;
}
.mainimg-container .claim-container h1 { color: #87A0FF; }
.mainimg-container .claim-container h2 { display: block; }

/*	---------------------------------------------------------------------- */
/* 	startpage */
.teaser-container {
	margin: 0 -1%;
}
a.teaser-content {
	background: #FFFFFF;
	box-sizing: border-box;
	color: #343436;
	float: left;
	margin: 0.75em 1%;
	padding: 2em;
	overflow: hidden;
    position: relative;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
a.teaser-content.large, a.teaser-content.medium {
    height: 24em;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    align-content: flex-end;
}
a.teaser-content.large {
    width: 64.66667%;
}
a.teaser-content.medium {
    width: 31.33333%;
}
a.teaser-content.small {
    height: 12em;
    width: 48%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.teaser-content:hover {
	background: #19FFB9;
}
.teaserSmall-container .teaser-content.small {
	margin: 7px 0;
    width: 100%;
}
.teaser-content.large:before, .teaser-content.medium:before, .teaser-content.small:before {
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 10em;
    height: 10em;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 300ms linear;
	-moz-transition: opacity 300ms linear;
	-ms-transition: opacity 300ms linear;
	-o-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}
.teaser-content.large:before {
    content: url(../content/icons/neue-buchung.svg);
    width: 10em;
    height: 10em;
}
.teaser-content.medium:before {
    content: url(../content/icons/letzte-buchung-bearbeiten.svg);
    width: 10em;
    height: 10em;
}
.teaser-content.small:before {
    height: 8em;
    left: unset;
    margin-top: -4em;
    right: 2em;
    top: 50%;
    width: 8em;
}
.teaser-content.small:before {
    content: url(../content/icons/meine-buchungen.svg);
}
.teaser-content.small:last-of-type:before {
    content: url(../content/icons/mein-profil.svg);
}
.teaser-content.small:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
}
.teaser-content.large h1 {
    color: #87A0FF;
    margin-bottom: 0.25em;
    width: 100%;
}
.teaser-content.large h2 {
    color: #87A0FF;
    font-size: 1.5em;
	line-height: 1.3em;
    margin-bottom: 0;
    width: 100%;
}
.teaser-content h1, .teaser-content h2 {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.teaser-content.medium h1, .teaser-content.small h1 {
    color: #343436;
    font-size: 2.0em;
    line-height: 1.3em;
    margin: 0;
}
.teaser-content:hover h1, .teaser-content:hover h2 {
	color: #343436;
}
.teaser-content hr, .teaser-content p {
	display: none;
}
.teaser-content .fa {
    color: #343436;
    font-family: "wybyicons";
    position: absolute;
    right: 3em;
    font-size: 1em;
    opacity: 0;
    filter: alpha(opacity=0); 
}
.teaser-content.large .fa, .teaser-content.medium .fa {
    bottom: 2em;
}
.teaser-content.small .fa {
    margin-top: -1em;
    top: 50%;
}
.teaser-content .fa:before {
    content: '\004b';
    font-size: 2em;
}
.teaser-content:hover .fa {
    right: 2em;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*	---------------------------------------------------------------------- */
/* 	product booking */
/*	---------------------------------------------------------------------- */
/*  generic overwrites */
.compactBooking_datePicker h3, .compactBooking_timePicker h3, .compactBooking_startTime h3, .productBooking_dates h3, .productBooking_options h3, .productInformation_name h3, .productBooking_bill h3, .productConfirmation_bookingNumber h3, .productConfirmation_bookingDates h3, .productConfirmation_bookingNotes h3, .productOptions-container h3 {
	color: #87A0FF;
}
ul.selectCategory, ul.selectSubcategory, ul.selectObject, ul.productAccessories_list, ul.bookingBill_list {
    list-style: outside none none;
    margin: 0;
    padding: 0; 
}
.compactBooking_category select, .compactBooking_subCategory select, .compactBooking_location select, .duration_container select {
	display: none;
}

/*	---------------------------------------------------------------------- */
/*  filters */
.miniwizard-collapsed {
    background: #E1E1E1;
	margin-top: 0;
    margin-bottom: 4em; 
    width: 100% !important;
    max-width: unset;
} 
/*  trigger btn */
.miniwizard-collapsed .compactBooking_btn a {
    background: #87A0FF;
    color: #FFFFFF;
    display: block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 1em;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}
.miniwizard-collapsed .compactBooking_btn a:after {
    content: '\0069';
    font-family: "wybyicons";
    font-size: 1em;
    margin-left: 0.5em;
    vertical-align: top;
    text-transform: lowercase;
}
.miniwizard-collapsed .compactBooking_btn a:hover {
    background: #19FFB9;
    border-color: #19FFB9;
    color: #343436;
}
.miniwizard-collapsed .compactBooking_btn.active a, .miniwizard-collapsed .compactBooking_btn.active a:hover {
    background: #E1E1E1;
    color: #343436;
}

/*  filter dropdown structure */
.miniwizard-collapsed .filters {
    border-top: 1px solid #FFFFFF;
    display: block;
    margin: 0 auto;
    max-width: 1280px;
    width: 96%;
}
.miniwizard-collapsed .filters.closed {
    border-top: none;
    border-color: #87A0FF; 
	overflow: hidden;
	height: 0;
}

.compactBooking_category, .compactBooking_subCategory, .compactBooking_location {
	border-right: 1px solid #FFFFFF;
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 1.5em;
    position: relative;
    width: 50%;
}
.compactBooking_location {
	border-right: none;
}
.miniwizard-collapsed .filters .compactBooking_dateTime, .miniwizard-collapsed .filters .filters-actions {
	border-top: 1px solid #FFFFFF;
    clear: both;
}
.compactBooking_datePicker, .compactBooking_timePicker {
	box-sizing: border-box;
	display: block;
	float: left;
	padding: 1.5em;
	position: relative;
}
.compactBooking_datePicker {
	border-right: 1px solid #FFFFFF;
	width: 33.333%;
}
.compactBooking_timePicker {
	width: 66.666%;
}
.timeunit_container, .duration_container {
	display: block;
	float: left;
	width: 48%;
	position: relative;
}
.timeunit_container {
	margin-right: 4%;
}
.compactBooking_startTime {
	box-sizing: border-box;
	clear: both;
	display: block;
	border-top: 1px solid #FFFFFF;
	width: 100%;
}
.compactBooking_startTime h3, .startTime_wrapper {
	box-sizing: border-box;
    display: block;
    padding: 1.5em;
    margin: 0;
}
.miniwizard-collapsed .filters .compactBooking_startTime h3 {
    float: left;
    margin: 0.6em 0 0 0;
    width: 33.333%;
}
.startTime_wrapper {
	float: right;
	width: 66.666%;
}
.startTime_container {
	display: block;
	float: left;
	width: 48%;
	position: relative;
}
.startTime_container.hour {
	margin-right: 4%;
}
.filters .filters-actions {
	padding: 1.5em;
}

/*  filter dropdown elements */
.miniwizard-collapsed .filters h3 {
    color: #343436;
    display: block;
    font-family: "brregular", Helvetica, Arial, sans-serif;
    font-size: 1em;
    margin: 0 0 0.5em 0;
}
.miniwizard-collapsed .filters input {
	background: #FFFFFF;
    border: 1px solid #B2B2B2;
    box-sizing: border-box;
    color: #343436;
    cursor: pointer;
    display: block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 1em;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.miniwizard-collapsed .filters input:hover, .miniwizard-collapsed .filters input:focus {
	background: #FFFFFF;
    border-color: #87A0FF;
    color: #343436;
}
.compactBooking_category input, .compactBooking_subCategory input, .compactBooking_location input, .compactBooking_datePicker input, .duration_container input {
	width: 100%;
}
.timeunit_container input, .startTime_container input, .startTime_container input {
	display: block;
    float: left;
    margin: 0 3%;
    width: calc(94% - 80px);
}
.compactBooking_timePicker .duration, .startTime_container .duration {
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
}
.compactBooking_timePicker .duration a, .startTime_container .duration a {
	background: #FFFFFF;
	border: 1px solid #B2B2B2;
	box-sizing: border-box;
    color: #87A0FF;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.compactBooking_timePicker .duration a .fa, .compactBooking_timePicker .duration a .fa, .startTime_container .duration a .fa {
    vertical-align: middle;
}
.compactBooking_timePicker .duration.minus, .startTime_container .duration.minus {
	left: 0;
}
.compactBooking_timePicker .duration.minus a, .startTime_container .duration.minus a {
	-webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.compactBooking_timePicker .duration.plus, .startTime_container .duration.plus {
    right: 0;
}
.compactBooking_timePicker .duration.plus a, .startTime_container .duration.plus a {
	-webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.compactBooking_timePicker .duration a:hover, .startTime_container .duration a:hover {
	background: #87A0FF;
    border-color: #87A0FF;
    color: #FFFFFF;
}

.compactBooking_category ul.dropdown-menu, .compactBooking_subCategory ul.dropdown-menu, .compactBooking_location ul.dropdown-menu, .duration_container ul.dropdown-menu {
    background: #FFFFFF;
    border: 1px solid #B2B2B2;
	list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 5;
    box-sizing: border-box;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0.5em 0.5em 0 rgba(52, 52, 54, 0.25);
    -moz-box-shadow: 0 0.5em 0.5em 0 rgba(52, 52, 54, 0.25);
    -ms-box-shadow: 0 0.5em 0.5em 0 rgba(52, 52, 54, 0.25);
    -o-box-shadow: 0 0.5em 0.5em 0 rgba(52, 52, 54, 0.25);
    box-shadow: 0 0.5em 0.5em 0 rgba(52, 52, 54, 0.25);
}
.compactBooking_category ul.dropdown-menu, .compactBooking_subCategory ul.dropdown-menu, .compactBooking_location ul.dropdown-menu {
	width: calc(100% - 1.5em);
}
.duration_container ul.dropdown-menu {
	width: 100%;
}
.compactBooking_category ul.dropdown-menu li a, .compactBooking_subCategory ul.dropdown-menu li a, .compactBooking_location ul.dropdown-menu li a, .duration_container ul.dropdown-menu li a {
	border-top: 1px solid #E1E1E1;
	box-sizing: border-box;
    color: #343436;
    display: block;
    font-size: 1em;
    padding: 0.5em 0.75em;
    width: 100%;
}
.compactBooking_category ul.dropdown-menu li a:hover, .compactBooking_subCategory ul.dropdown-menu li a:hover, .compactBooking_location ul.dropdown-menu li a:hover, .duration_container ul.dropdown-menu li a:hover {
    background: #87A0FF;
    color: #FFFFFF;
}
.compactBooking_category ul.dropdown-menu li:first-child a, .compactBooking_subCategory ul.dropdown-menu li:first-child a, .compactBooking_location ul.dropdown-menu li:first-child a, .duration_container ul.dropdown-menu li:first-child a {
    border-top: medium none;
}

.filters .filters-actions a.btn-apply-filters, .filters .filters-actions a.btn-cancel-filters {
    border: 2px solid #FFFFFF;
	color: #343436;
    display: block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 49%;
    font-size: 1em;
    line-height: 40px;
    height: 40px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    border-radius: 2em;
}
.filters .filters-actions a.btn-apply-filters {
    background: #19FFB9;
    border-color: #E1E1E1;
	color: #343436;
	float: right;
}
.filters .filters-actions a.btn-cancel-filters {
    border-color: #E1E1E1;
    background: #FFFFFF;
    color: #343436;
	float: left;
}
.filters .filters-actions a.btn-apply-filters:hover, .filters .filters-actions a.btn-cancel-filters:hover {
	border-color: #19FFB9;
    background: #FFFFFF;
    color: #343436;
}
.filters .filters-actions a.btn-cancel-filters:hover {
    border-color: #E9586D;
    color: #E9586D;
}
.compactBooking_subCategory, .compactBooking_datePicker, .compactBooking_startTime h3, .filters .filters-actions {
    padding-left: 0;
}
.compactBooking_location, .compactBooking_timePicker, .startTime_wrapper, .filters .filters-actions {
    padding-right: 0;
}

/*	---------------------------------------------------------------------- */
/*  product options */
.productOptions-container .options-entry .list-entry {
    border-bottom: 1px solid #E1E1E1;
    padding: 1em 0;
}
.productOptions-container .options-entry .list-entry:last-of-type {
    border-bottom: none;
}
.productOptions-container .options-entry .list-entry:before,
.productOptions-container .options-entry .list-entry:after {
    content: " ";
    display: table;
}
.productOptions-container .options-entry .list-entry:after { clear: both; }
.productOptions-container .options-entry .list-entry { *zoom: 1; }

.productOptions-container .options-entry .list-entry .input,
.productOptions-container .options-entry .list-entry .value,
.productOptions-container .options-entry .list-entry .amount,
.productOptions-container .options-entry .list-entry .action {
    display: block;
    float: left;
}
.productOptions-container .options-entry .list-entry.service .action {
    float: right;
} 

.productOptions-container .options-entry .list-entry .input {
    width: 35%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.productOptions-container .options-entry .list-entry .value {
    width: 20%;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.82em;
    text-transform: uppercase;
}
.productOptions-container .options-entry .list-entry.service .value {
    width: 40%;
}
.productOptions-container .options-entry .list-entry .amount {
    width: 20%;
}
.productOptions-container .options-entry .list-entry .amount input {
    background: #F1F1F1;
    border: 1px solid #B2B2B2;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    height: 30px;
    line-height: 30px;
    padding: 0 1%;
    text-align: center;
    width: 80%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.productOptions-container .options-entry .list-entry .amount input:hover, .productOptions-container .options-entry .list-entry .amount input:focus {
	background: #FFFFFF;
    border-color: #87A0FF;
}
.productOptions-container .options-entry .list-entry .action {
    width: 25%;
    text-align: right;
}
.productOptions-container .options-entry .list-entry .action .btn {
    background: #87A0FF;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    height: 30px;
    line-height: 30px;
    padding: 0 1em;
    text-align: center;
    text-transform: uppercase;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.productOptions-container .options-entry .list-entry .action .btn:hover {
    background: #FFFFFF;
    border-color: #87A0FF;
    color: #343436;
}

/*	---------------------------------------------------------------------- */
/*  result object */
h3.alternatives {
    color: #87A0FF;
    font-size: 2.0em;
}
.searchResults .main-container {
    margin-bottom: 0;
}
ul.selectObject li {
    background: #FFFFFF;
    display: block;
    margin: 0 0 4px 0;
    position: relative;
    overflow: hidden;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
}
ul.selectObject li:last-of-type {
    margin-bottom: 4em;
}
ul.selectObject li:hover {
    background: rgba(255,255,255,0.5);
}
ul.selectObject .selectObject_thumbnail {
    background: #E1E1E1;
    position: absolute;
    width: 10%;
    top: 0;
    left: 0;
    bottom: 0;
}
ul.selectObject .selectObject_Details {
    box-sizing: border-box;
    display: block;
    float: right;
    height: 120px;
    padding: 0 2%;
    position: relative;
    width: 90%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
ul.selectObject .selectObject_Message {
    display: block;
    margin-left: 9.95%;
}
ul.selectObject .selectObject_Message .alert {
    border-left: none;
    margin: 0;
    padding: 0 2% 0.5em 2%;
    text-align: left;
    -webkit-border-radius: 0 0.6em 0.6em 0;
    -moz-border-radius: 0 0.6em 0.6em 0;
    -ms-border-radius: 0 0.6em 0.6em 0;
    -o-border-radius: 0 0.6em 0.6em 0;
    border-radius: 0 0.6em 0.6em 0;
}
ul.selectObject .selectObject_Message .alert.alert-danger {
    color: #E9586D;
}
.selectObject_Primary, .selectObject_Secondary, .selectObject_Btns {
	float: left;
}
.selectObject_Primary {
    padding-right: 2%;
	width: 50%;
}
.selectObject_Secondary, .selectObject_Btns {
	width: 25%;
}
.selectObject_name {
	font-family: "adBold",Georgia,"Times New Roman",Times,serif;
}
.selectObject_name, .selectObject_location, .selectObject_date, .selectObject_price {
    display: block;
    max-width: 97%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.selectObject_Btns a.selectObject_details, .selectObject_Btns a.selectObject_book {
    border: 2px solid;
    color: #343436;
    display: block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 2.25em;
    -moz-border-radius: 2.25em;
    -ms-border-radius: 2.25em;
    -o-border-radius: 2.25em;
    border-radius: 2.25em; 
}
.selectObject_Btns a.selectObject_details {
    border-color: #FFFFFF;
    background: #E1E1E1;
    margin: 0 0 0.5em 0;
}
.selectObject_Btns a.selectObject_book {
    border-color: #FFFFFF;
    background: #19FFB9;
}
.selectObject_Btns a.selectObject_details:hover, .selectObject_Btns a.selectObject_book:hover {
    border-color: #19FFB9;
	background: #FFFFFF;
	color: #343436;
}

/*	---------------------------------------------------------------------- */
/* 	product detail */
.productDetail .mainimg-container {
    background: #E1E1E1;
}
.productDetail .mainimg-blurcontainer {
	filter: blur(15px);
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    height: 112%;
    left: -6%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    top: -6%;
    width: 112%;
    display: none;
}
.productDetail .mainimg-blurcontainer {
	opacity: 0.2\9; /* ie7, ie8, ie9 and ie10 only */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   .productDetail .mainimg-blurcontainer { opacity: 0.2; }
}

.productDetail .mainimg-container .claim-container {
    position: relative;
    padding: 8em 0 2em 0;
}
.productDetail .mainimg-container .claim-container h1 {
    display: block;
    font-size: 2.0em;
    line-height: 1.3em;
    margin-bottom: 0.5em;
}
.productDetail .mainimg-container a.btn-book, .productDetail .mainimg-container a.btn-search {
    border: 2px solid #E1E1E1;
    color: #343436;
    display: inline-block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;    
}
.productDetail .mainimg-container a.btn-book {
    background: #19FFB9;
    height: 40px;
    line-height: 40px;
    margin-top: 3em;
    padding: 0 5em 0 2.5em;
    position: relative;
}
.productDetail .mainimg-container a.btn-book:after {
    background: #19FFB9;
    border-left: 2px solid #E1E1E1;
    content: '\004b';
    font-family: "wybyicons";
    font-size: 1em;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    -webkit-border-radius: 0 3em 3em 0;
    -moz-border-radius: 0 3em 3em 0;
    -ms-border-radius: 0 3em 3em 0;
    -o-border-radius: 0 3em 3em 0;
    border-radius: 0 3em 3em 0;
}
.productDetail .mainimg-container a.btn-search {
    border-color: #E1E1E1;
    background: #FFFFFF;
    font-size: 0.9em;
    height: 30px;
    left: 0;
    line-height: 30px;
    padding: 0 2em 0 4em;
    position: absolute;
    top: 2em;
}
.productDetail .mainimg-container a.btn-search .fa {
    border-right: 2px solid #E1E1E1;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    -ms-border-radius: 30px 0 0 30px;
    -o-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.productDetail .mainimg-container a.btn-search .fa:before {
    content: '\004a';
}
.productDetail .mainimg-container a.btn-book:hover {
    background: #FFFFFF;
    border-color: #19FFB9;
    color: #343436;
}
.productDetail .mainimg-container a.btn-book:hover:after {
    background: #19FFB9;
    border-color: #19FFB9;
    color: #343436;
}
.productDetail .mainimg-container a.btn-search:hover {
    background: #FFFFFF;
    border-color: #B2B2B2;
    color: #343436;
}
.productDetail .mainimg-container a.btn-search:hover .fa {
    border-color: #B2B2B2;
    background: #B2B2B2;
    color: #343436; 
}

.productDetail_left, .productDetail_right, .productBooking_left, .productBooking_right {
    display: block;
    position: relative;
}
.productDetail_left, .productBooking_left {
    background: #FFFFFF;
    float: left;
    width: 57.33333%;
}
.productDetail_left {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
}
.productDetail_right, .productBooking_right {
    float: right;
    width: 40.66667%;
}

.productDetail_left .productDetail_image {
    overflow: hidden;
    -webkit-border-radius: 0.5em 0.5em 0 0;
    -moz-border-radius: 0.5em 0.5em 0 0;
    -ms-border-radius: 0.5em 0.5em 0 0;
    -o-border-radius: 0.5em 0.5em 0 0;
    border-radius: 0.5em 0.5em 0 0;
}
.productDetail .productDetail_features, .productDetail .productDetail_description, .productDetail .productDetail_offers, .productDetail .productDetail_consumables, .productDetail .productDetail_options, .productDetail .productDetail_cancelationfee {
    border-color: #F1F1F1;
    border-style: solid;
    border-width: 2px 0 0 0;
    margin: 0;
    padding: 2em 3%;
}
.productDetail .productDetail_conditionalFees, .productDetail .productDetail_documents, .productDetail .productDetail_address, .productBooking .productOptions-container {
    background: #FFFFFF;
    margin-bottom: 2em;
    padding: 2em 4.5%;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
}
.productDetail .productDetail_description h3, .productDetail .productDetail_offers h3, .productDetail .productDetail_consumables h3, .productDetail .productDetail_options h3, .productDetail .productDetail_cancelationfee h3, .productDetail .productDetail_conditionalFees h3, .productDetail .productDetail_documents h3, .productDetail .productDetail_address h3 {
    color: #87A0FF;
}

.productDetail .productDetail_offers .offers_main {
    margin: 0 0 1em 0;
}
.productDetail .productDetail_offers .offers_main .offers_unit, .productDetail .productDetail_options .optionsList_description, .productDetail .productDetail_cancelationfee .cancelationFee_day {
    display: block;
    float: left;
    margin-top: 3px;
    width: 75%;
}
.productDetail .productDetail_offers .offers_main .offers_price, .productDetail .productDetail_options .optionsList_price, .productDetail .productDetail_cancelationfee .cancelationFee_fix, .productDetail .productDetail_consumables .included_price {
    background: #F1F1F1;
    color: #343436;
    display: inline-block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    height: 30px;
    line-height: 30px;
    width: 25%;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
}
.productDetail .productDetail_consumables .consumable_container {
    border-bottom: 1px solid #E1E1E1;
    margin: 0 0 1em 0;
}
.productDetail .productDetail_consumables .consumable_container:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}
.productDetail .productDetail_consumables .consumable_included {
    border-bottom: 1px solid #E1E1E1;
}
.productDetail .productDetail_consumables .consumable_included, .productDetail .productDetail_consumables .consumable_extra {
    padding: 0.5em 0 0.75em;
}
.productDetail .productDetail_consumables .consumable_extra {
    margin-bottom: 0.5em;
    font-size: 0.9em;
}
.productDetail .productDetail_consumables .included_unit {
    display: block;
    float: left;
    width: 75%;
}

.productDetail .productDetail_options ul.productOptions_list, .productDetail .productDetail_cancelationfee ul.productCancelationFee_list {
	list-style: outside none none;
    margin: 0;
    padding: 0;
}
.productDetail .productDetail_options ul.productOptions_list li.optionsList_item, .productDetail .productDetail_cancelationfee ul.productCancelationFee_list li.cancelationFee_item {
    border-top: 1px solid #d7d7d7;
    padding: 0.75em 0;
}
.productDetail .productDetail_options ul.productOptions_list li.optionsList_item:first-child, .productDetail .productDetail_cancelationfee ul.productCancelationFee_list li.cancelationFee_item:first-child {
    border-top: none;
}

.productDetail .productDetail_cancelationfee ul.productCancelationFee_list .cancelationFee_item.heading, .productDetail .productDetail_cancelationfee ul.productCancelationFee_list .cancelationFee_item.heading .cancelationFee_fix {
	font-family: "adBold",Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
}
.productDetail .productDetail_cancelationfee ul.productCancelationFee_list .cancelationFee_item.heading .cancelationFee_fix {
	background: none;
    border: medium none;
    font-size: 1em;
    height: inherit;
    line-height: inherit;
    text-transform: none;
}

.productDetail .productDetail_calendar {
    border-radius: 0.5em;
    margin-bottom: 2em;
    overflow: hidden;
}
.productDetail .productDetail_calendar .row {
    background: #87A0FF;
    border-bottom: 2px solid #F1F1F1;
    color: #FFFFFF;
    margin: 0;
}
.productDetail .productDetail_calendar .row h4 {
	border-left: 2px solid #F1F1F1;
    border-right: 2px solid #F1F1F1;
    box-sizing: border-box;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 44px;
    line-height: 44px;
    margin: 0;
    text-align: center;
    width: 74%;
}
.productDetail .productDetail_calendar .row button {
	background: none;
    border: none;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 1em;
    line-height: 44px;
    padding: 0;
    text-align: center;
    width: 13%;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.productDetail .productDetail_calendar .row button .fa {
	vertical-align: middle;
}
.productDetail .productDetail_calendar .row button:hover {
    color: #343436;
    cursor: pointer;
}

.productDetail .productDetail_calendar .booking_calendar .cal-day-box .cal-day-panel {
    height: 780px !important;
}
.productDetail .productDetail_calendar .booking_calendar .cal-day-box .cal-day-hour-part {
    border-bottom: 2px solid #F1F1F1;
}
.productDetail .productDetail_calendar .booking_calendar .cal-day-box .cal-day-hour-part:first-child {
    border-bottom: 1px dashed #F1F1F1;
}
.productDetail .productDetail_calendar .booking_calendar .cal-day-box .cal-day-hour-part div strong {
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}

.productDetail .productDetail_calendar .booking_calendar {
    background: #FFFFFF;
}

.productDetail .productDetail_documents ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.productDetail .productDetail_documents ul li {
    margin: 0.25em 0;
}
.productDetail .productDetail_documents ul li a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.productDetail .productDetail_documents ul li a .fa {
    margin-right: 0.5em;
    vertical-align: middle;
}

/*	---------------------------------------------------------------------- */
/*  booking wizard step one */
.productBooking_back {
    padding: 2em 0;
}
.productBooking_back a {
    background: #FFFFFF;
    border: 2px solid #F1F1F1;
    color: #343436;
    display: inline-block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    height: 30px;
    line-height: 30px;
    padding: 0 2em 0 4em;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.productBooking_back a:before {
    background: #FFFFFF;
    border-right: 2px solid #F1F1F1;
    content: '\004a';
    font-family: "wybyicons";
    font-size: 1em;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    width: 30px;
    -webkit-border-radius: 3em 0 0 3em;
    -moz-border-radius: 3em 0 0 3em;
    -ms-border-radius: 3em 0 0 3em;
    -o-border-radius: 3em 0 0 3em;
    border-radius: 3em 0 0 3em;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.productBooking_back a:hover {
    background: #FFFFFF;
    border-color: #B2B2B2;
    color: #343436;
}
.productBooking_back a:hover:before {
    background: #B2B2B2;
    border-color: #B2B2B2;
}

.productBooking_left, .productBooking_right {
	display: block;
	position: relative;
}
.productBooking_left {
	background: none;
}
.productBooking_right .row.message_container, .productDetail_right .row.message_container {
    margin: 0;
    min-height: 0;
}

.productBooking_right .row.message_container .alert, .productDetail_right .row.message_container .alert {
    border-style: solid;
    border-width: 2px;
    color: #343436;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    margin: 0 0 0.5em 0;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
}
.productBooking_right .row.message_container .alert.alert-info, .productDetail_right .row.message_container .alert.alert-info {
    background: rgba(85, 185, 245, 0.4);
    border-color: #55B9F5;
}
.productBooking_right .row.message_container .alert.alert-info:before, .productDetail_right .row.message_container .alert.alert-info:before {
    content: "\f05a";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1em;
    margin: 0 0.5em 0 0;
    vertical-align: text-bottom;
}

.productBooking_dates {
    background: #FFFFFF;
	margin-top: 2em;
    padding: 2em 3%;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
}
.productBooking_dates .from-date, .productBooking_dates .dash, .productBooking_dates .to-date {
    display: block;
    float: left;
    position: relative;
}
.productBooking_dates .from-date, .productBooking_dates .to-date {
    width: 47.5%;
}
.productBooking_dates .dash {
    line-height: 40px;
    text-align: center;
    width: 5%;
}
.productBooking_dates .bis { display: none; }
.productBooking_dates .selecteddates input {
    background: #F1F1F1;
    border: 1px solid #B2B2B2;
    box-sizing: border-box;
    color: #343436;
    display: block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.productBooking_dates .selecteddates input:hover {
    background: #F1F1F1;
    border-color: #87A0FF;
}
.productBooking_dates .selecteddates .time-picker-custom .hour_container, .productBooking_dates .selecteddates .time-picker-custom .minute_container {
    display: block;
    float: left;
    margin: 1em 0 0;
    position: relative;
    width: 48%;
}
.productBooking_dates .selecteddates .time-picker-custom .hour_container {
    float: left;
}
.productBooking_dates .selecteddates .time-picker-custom .minute_container {
    float: right;
}
.productBooking_dates .selecteddates .time-picker-custom .hour_container .plus a, .productBooking_dates .selecteddates .time-picker-custom .hour_container .minus a, .productBooking_dates .selecteddates .time-picker-custom .minute_container .plus a, .productBooking_dates .selecteddates .time-picker-custom .minute_container .minus a {
    background: transparent;
    border: 1px solid #B2B2B2;
    box-sizing: border-box;
    color: #87A0FF;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    position: absolute;
    top: 0;
}
.productBooking_dates .selecteddates .time-picker-custom .hour_container .minus a, .productBooking_dates .selecteddates .time-picker-custom .minute_container .minus a {
    left: 0;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.productBooking_dates .selecteddates .time-picker-custom .hour_container .plus a, .productBooking_dates .selecteddates .time-picker-custom .minute_container .plus a {
    right: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.productBooking_dates .selecteddates .time-picker-custom .hour_container .plus a .fa, .productBooking_dates .selecteddates .time-picker-custom .minute_container .plus a .fa, .productBooking_dates .selecteddates .time-picker-custom .hour_container .minus a .fa, .productBooking_dates .selecteddates .time-picker-custom .minute_container .minus a .fa {
    vertical-align: middle;
}
.productBooking_dates .selecteddates .time-picker-custom .hour_container .plus a:hover, .productBooking_dates .selecteddates .time-picker-custom .hour_container .minus a:hover, .productBooking_dates .selecteddates .time-picker-custom .minute_container .plus a:hover, .productBooking_dates .selecteddates .time-picker-custom .minute_container .minus a:hover {
    background: #87A0FF;
    border-color: #87A0FF;
    color: #FFFFFF;
}
.selecteddates_Button {
	margin: 1em 0 0 0;
}
.selecteddates_Button button.selecteddates_Btn {
	background: #19FFB9;
    border: 2px solid #FFFFFF;
    color: #343436;
    display: block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    height: 40px;
    margin: 2em auto 0 auto;
    min-width: 50%;
    padding: 0 2.5em;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.selecteddates_Button button.selecteddates_Btn:hover {
    background: #FFFFFF;
    border-color: #19FFB9;
    color: #343436;
    cursor: pointer;
}
.selecteddates_Button button.selecteddates_Btn:disabled, .selecteddates_Button button.selecteddates_Btn:disabled:hover {
	background: #F1F1F1;
    border: 2px solid #F1F1F1;
    color: #B2B2B2;
    cursor: not-allowed;
} 

.productBooking_options {
    border-color: #B0B0B0;
    border-style: solid;
    border-width: 1px 0 0 0;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
}
ul.productAccessories_list li.accessoriesList_item {
    border-top: 1px solid #D7D7D7;
    padding: 0.75em 0;
}
ul.productAccessories_list li.accessoriesList_item .accessoriesList_name, ul.productAccessories_list li.accessoriesList_item .accessoriesList_price, ul.productAccessories_list li.accessoriesList_item .accessoriesList_unit {
    display: block;
    float: left;
}
ul.productAccessories_list li.accessoriesList_item .accessoriesList_name {
    width: 55%;
}
ul.productAccessories_list li.accessoriesList_item .accessoriesList_price, ul.productAccessories_list li.accessoriesList_item .accessoriesList_unit {
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	box-sizing: border-box;
    color: #343436;
    display: inline-block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.82em;
    height: 30px;
    line-height: 29px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 22%;
}
ul.productAccessories_list li.accessoriesList_item .accessoriesList_unit {
    background: #FFFFFF;
    border-color: #CCCCCC;
    float: right;
}
ul.productAccessories_list li.accessoriesList_item .accessoriesList_unit .btn-group label {
    cursor: pointer;
}
ul.productAccessories_list li.accessoriesList_item .accessoriesList_unit:hover {
	border-color: #87A0FF;
	background: rgba(134,157,255,0.2);
}

/*  right column */
.productBooking_information {
    height: 120px;
    border-bottom: 2px solid #F1F1F1;
    -webkit-border-radius: 0.5em 0.5em 0 0;
    -moz-border-radius: 0.5em 0.5em 0 0;
    -ms-border-radius: 0.5em 0.5em 0 0;
    -o-border-radius: 0.5em 0.5em 0 0;
    border-radius: 0.5em 0.5em 0 0;    
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.productInformation_thumbnail {
	float: left;
	height: 120px;
	overflow: hidden;
	position: relative;
	width: 120px;
} 
.productInformation_name {
	margin-left: 4.5%;
    position: relative;
    width: calc(91% - 120px);
}
.productInformation_name h3 {
	font-size: 1.2em;
    margin: 0;
}
.productBooking_information, .productBooking_bill {
    background: #FFFFFF;
    overflow: hidden;
}
.productBooking_bill {
    margin-bottom: 2em;
    padding: 2em 4.5%;
    -webkit-border-radius: 0 0 0.5em 0.5em;
    -moz-border-radius: 0 0 0.5em 0.5em;
    -ms-border-radius: 0 0 0.5em 0.5em;
    -o-border-radius: 0 0 0.5em 0.5em;
    border-radius: 0 0 0.5em 0.5em;
}
.productBooking_bill ul.bookingBill_list li {
	border-top: 1px solid #E1E1E1;
    padding: 0.5em 0;
}
.productBooking_bill ul.bookingBill_list li:first-child { border-top: none; padding-top: 0; }
.productBooking_bill ul.bookingBill_list li:last-child { padding-bottom: 0; }

.productBooking_bill ul.bookingBill_list li .billList_row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.productBooking_bill ul.bookingBill_list li .billList_item {
}
.productBooking_bill ul.bookingBill_list li .billList_price {
	background: #F1F1F1;
    color: #343436;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    height: 30px;
    line-height: 30px;
    min-width: 25%;
    padding: 0 1em;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
}
.mainBooking_Button {
	clear: both;
    display: block;
    width: 100%;
    *zoom: 1;
}
.mainBooking_Button:before, .mainBooking_Button:after {
    content: " ";
    display: table;
}
.mainBooking_Button:after {
    clear: both;
}
.mainBooking_Button button.mainBook_Btn {
	background: #19FFB9;
    border: 2px solid #F1F1F1;
    color: #343436;
    display: block;
    float: right;
    font-family: "brbold", Helvetica, Arial, sans-serif;
	font-size: 1em;
    height: 44px;
    margin-top: 2em;
    padding: 0 5em 0 2.5em;
	position: relative;
    text-align: center;
    text-transform: uppercase;
	-webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.mainBooking_Button button.mainBook_Btn:hover {
    border-color: #19FFB9;
    background: #FFFFFF;
    color: #343436;
}
.mainBooking_Button button.mainBook_Btn .fa {
	border-left: 2px solid #F1F1F1;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 2.5em;
    -webkit-border-radius: 0 3em 3em 0;
    -moz-border-radius: 0 3em 3em 0;
    -ms-border-radius: 0 3em 3em 0;
    -o-border-radius: 0 3em 3em 0;
    border-radius: 0 3em 3em 0;
}
.mainBooking_Button button.mainBook_Btn .fa:before {
    content: '\004b';
}
.mainBooking_Button button.mainBook_Btn:hover .fa {
	background: #19FFB9;
    border-color: #19FFB9;
}
.mainBooking_Button button.mainBook_Btn:disabled, .mainBooking_Button button.mainBook_Btn:disabled:hover {
	background: #FFFFFF;
    border-color: #F1F1F1;
    color: #B2B2B2;
    cursor: not-allowed;
}
.mainBooking_Button button.mainBook_Btn:disabled:hover .fa {
    background: #FFFFFF;
    border-color: #F1F1F1;
    color: #B2B2B2;
}

/*	---------------------------------------------------------------------- */
/*  booking wizard step two */
.productConfirmation_productName {
    background: #FFF;
    color: #87A0FF;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 2.0em;
	line-height: 1.3em;
    padding: 1em 3% 0.5em 3%;
    -webkit-border-radius: 0.25em 0.25em 0 0;
    -moz-border-radius: 0.25em 0.25em 0 0;
    -ms-border-radius: 0.25em 0.25em 0 0;
    -o-border-radius: 0.25em 0.25em 0 0;
    border-radius: 0.25em 0.25em 0 0;
}
.productConfirmation_productLocation {
    background: #FFFFFF;
    border-bottom: 2px solid #F1F1F1;
    padding: 0 3% 2em 3%;
}
.productConfirmation_productLocation h3 {
	font-family: 'adlight', Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 0;
	text-transform: none;
}
.productConfirmation_bookingNumber, .productConfirmation_bookingDates, .productConfirmation_bookingNotes {
    background: #FFFFFF;
    padding: 2em 3%;
}
.productConfirmation_bookingDates {
    margin-bottom: 2em;
    padding-top: 0 !important;
    -webkit-border-radius: 0 0 0.5em 0.5em;
    -moz-border-radius: 0 0 0.5em 0.5em;
    -ms-border-radius: 0 0 0.5em 0.5em;
    -o-border-radius: 0 0 0.5em 0.5em;
    border-radius: 0 0 0.5em 0.5em;
}
.productConfirmation_bookingNumber h3, .productConfirmation_bookingDates h3 {
    color: #343436;
    font-family: "brregular", Helvetica, Arial, sans-serif;
    font-size: 1em;
}
.productConfirmation_bookingNumber .bookingNumber_data, .productConfirmation_bookingDates .bookingDates_date {
	background: #F1F1F1;
	box-sizing: border-box;
    color: #343436;
    display: inline-block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    height: 40px;
    line-height: 40px;
    min-width: 50%;
    padding: 0 2.5em;
    text-align: center;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
}
.productConfirmation_bookingNotes {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
}
.productBooking_right .productBooking_image {
    background: #FFFFFF;
    overflow: hidden;
    -webkit-border-radius: 0.5em 0.5em 0 0;
    -moz-border-radius: 0.5em 0.5em 0 0;
    -ms-border-radius: 0.5em 0.5em 0 0;
    -o-border-radius: 0.5em 0.5em 0 0;
    border-radius: 0.5em 0.5em 0 0;
}
.productBooking_right .productBooking_image img {
    max-width: 100%;
    min-width: 100%;
}
.productBooking_right .productInformation_description {
    background: #FFFFFF;
    border-top: 2px solid #F1F1F1;
    border-bottom: 2px solid #F1F1F1; 
    padding: 2em 4.5%;
}
.productConfirmation_bookingNotes textarea, .bookingDetail-bookingNotes textarea {
    background: #FFFFFF; 
    border: 1px solid #B2B2B2; 
    box-sizing: border-box;
    color: #343436;
    display: block;
    font-family: "adlight", Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    line-height: 1.65em;
    margin: 0;
    min-height: 150px;
    max-height: 300px;
    padding: 0.75em;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.productConfirmation_bookingNotes textarea:hover,
.bookingDetail-bookingNotes textarea:hover,
.productConfirmation_bookingNotes textarea:focus,
.bookingDetail-bookingNotes textarea:focus {
    background: #FFFFFF;
    border-color: #87A0FF;
}

.productBooking_summary {
    clear: both;
    display: block;
    padding-top: 4em;
}
.productBooking_summary:before, .productBooking_summary:after {
    content: " ";
    display: table;
}
.productBooking_summary:after { clear: both; }
.productBooking_summary { *zoom: 1; }
.productBooking_summary a.mainBook_Btn {
    background: #19FFB9;
    border: 2px solid #F1F1F1;
    box-sizing: border-box;
    color: #343436;
    display: block;
    float: right;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 1em;
    height: 44px;
    line-height: 40px;
    padding: 0 5em 0 2.5em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.productBooking_summary a.mainBook_Btn.cancel {
    background: #FFFFFF;
    color: #343436;
    float: left;
    margin-right: 4%;
    padding: 0 2.5em 0 5em;
}
.productBooking_summary a.mainBook_Btn .fa {
    border-left: 2px solid #F1F1F1;
    color: #343436;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0 3em 3em 0;
    -moz-border-radius: 0 3em 3em 0;
    -ms-border-radius: 0 3em 3em 0;
    -o-border-radius: 0 3em 3em 0;
    border-radius: 0 3em 3em 0;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.productBooking_summary a.mainBook_Btn.cancel .fa {
    border-left: none;
    border-right: 2px solid #F1F1F1;
    color: #343436;
    left: 0;
    right: unset;
    -webkit-border-radius: 3em 0 0 3em;
    -moz-border-radius: 3em 0 0 3em;
    -ms-border-radius: 3em 0 0 3em;
    -o-border-radius: 3em 0 0 3em;
    border-radius: 3em 0 0 3em;
}
.productBooking_summary a.mainBook_Btn:hover {
    background: #FFFFFF;
    border-color: #19FFB9;
    color: #343436;
}
.productBooking_summary a.mainBook_Btn:hover .fa {
    background: #19FFB9;
    border-color: #19FFB9;
    color: #343436;
}
.productBooking_summary a.mainBook_Btn.cancel:hover {
    background: #FFFFFF;
    border-color: #E9586D;
    color: #E9586D;
}
.productBooking_summary a.mainBook_Btn.cancel:hover .fa {
    background: #E9586D;
    border-color: #E9586D;
    color: #FFFFFF;
}

/*	--------------------------------------------------------------------- */
/*  datepicker */
.compactBooking_datePicker .dropdown-menu, .productBooking_dates .selecteddates .dropdown-menu, .profileBirthday .dropdown-menu {
	background: #FFFFFF;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: 0;
    width: calc(100% - 1.7em);
    z-index: 10;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
    -webkit-box-shadow: 0 0.5em 0.5em 0 rgba(52, 52, 54, 0.1);
    -moz-box-shadow: 0 0.5em 0.5em 0 rgba(52, 52, 54, 0.1);
    -ms-box-shadow: 0 0.5em 0.5em 0 rgba(52, 52, 54, 0.1);
    -o-box-shadow: 0 0.5em 0.5em 0 rgba(52, 52, 54, 0.1);
    box-shadow: 0 0.5em 0.5em 0 rgba(52, 52, 54, 0.1);
}
.compactBooking_datePicker .dropdown-menu, .productBooking_dates .selecteddates .dropdown-menu, .profileBirthday .dropdown-menu {
    font-size: 0.9em;
}
.productBooking_dates .selecteddates .dropdown-menu, .profileBirthday .dropdown-menu {
	width: 100%;
}
.compactBooking_datePicker .dropdown-menu li, .compactBooking_datePicker .dropdown-menu div, .compactBooking_datePicker .dropdown-menu table, .productBooking_dates .selecteddates .dropdown-menu li, .productBooking_dates .selecteddates .dropdown-menu div, .productBooking_dates .selecteddates .dropdown-menu table, .profileBirthday .dropdown-menu li, .profileBirthday .dropdown-menu div, .profileBirthday .dropdown-menu table {
	border: 0;
	outline: 0;
}
.compactBooking_datePicker .dropdown-menu li a, .productBooking_dates .selecteddates .dropdown-menu li a, .profileBirthday .dropdown-menu li a {
    border-top: 1px solid #B0B0B0;
    color: #343436;
    display: block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 1em;
    padding: 15px 10%;
    text-transform: uppercase;
    width: 90%;
}
.compactBooking_datePicker .dropdown-menu li a:hover, .compactBooking_datePicker .dropdown-menu li.active a, .productBooking_dates .selecteddates .dropdown-menu li a:hover, .productBooking_dates .selecteddates .dropdown-menu li.active a, .profileBirthday .dropdown-menu li a:hover, .profileBirthday .dropdown-menu li.active a {
    background: #EEEEEE;
}
.compactBooking_datePicker .dropdown-menu li:first-child a, .productBooking_dates .selecteddates .dropdown-menu li:first-child a, .profileBirthday .dropdown-menu li:first-child a {
    border-top: none;
}
.compactBooking_datePicker .dropdown-menu li a strong, .productBooking_dates .selecteddates .dropdown-menu li a strong, .profileBirthday .dropdown-menu li a strong {
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #87A0FF;
}
.compactBooking_datePicker .dropdown-menu li table, .productBooking_dates .selecteddates .dropdown-menu li table, .profileBirthday .dropdown-menu li table {
    border-collapse: collapse;
    line-height: 1.65em;
    text-align: center;
    width: 100%;
}
.compactBooking_datePicker .dropdown-menu li table thead tr:first-of-type, .productBooking_dates .selecteddates .dropdown-menu li table thead tr:first-of-type, .profileBirthday .dropdown-menu li table thead tr:first-of-type {
    background: #F1F1F1;
    border-bottom: 1px solid #B2B2B2;
}
.compactBooking_datePicker .dropdown-menu li table thead tr:first-child th button, .productBooking_dates .selecteddates .dropdown-menu li table thead tr:first-child th button, .profileBirthday .dropdown-menu li table thead tr:first-child th button {
    background: none;
    border: none;
    color: #87A0FF;
    font-size: 1em;
    height: 40px;
    padding: 0;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.compactBooking_datePicker .dropdown-menu li table thead tr:first-of-type th:nth-child(2) button, .productBooking_dates .selecteddates .dropdown-menu li table thead tr:first-of-type th:nth-child(2) button, .profileBirthday .dropdown-menu li table thead tr:first-of-type th:nth-child(2) button {
    color: #343436;
}
.compactBooking_datePicker .dropdown-menu li table thead tr:first-child th button.pull-left, .compactBooking_datePicker .dropdown-menu li table thead tr:first-child th button.pull-right, .productBooking_dates .selecteddates .dropdown-menu li table thead tr:first-child th button.pull-left, .productBooking_dates .selecteddates .dropdown-menu li table thead tr:first-child th button.pull-right, .profileBirthday .dropdown-menu li table thead tr:first-child th button.pull-left, .profileBirthday .dropdown-menu li table thead tr:first-child th button.pull-right {
    cursor: pointer;
    display: block;
    width: 100%;
}
.compactBooking_datePicker .dropdown-menu li table thead tr:first-child th button.pull-left:hover, .compactBooking_datePicker .dropdown-menu li table thead tr:first-child th button.pull-right:hover, .productBooking_dates .selecteddates .dropdown-menu li table thead tr:first-child th button.pull-left:hover, .productBooking_dates .selecteddates .dropdown-menu li table thead tr:first-child th button.pull-right:hover, .profileBirthday .dropdown-menu li table thead tr:first-child th button.pull-left:hover, .profileBirthday .dropdown-menu li table thead tr:first-child th button.pull-right:hover {
    color: #343436;
}
.compactBooking_datePicker .dropdown-menu li table thead tr:first-child th button strong, .productBooking_dates .selecteddates .dropdown-menu li table thead tr:first-child th button strong, .profileBirthday .dropdown-menu li table thead tr:first-child th button strong {
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
.compactBooking_datePicker .dropdown-menu li table thead tr:last-child th, .productBooking_dates .selecteddates .dropdown-menu li table thead tr:last-child th, .profileBirthday .dropdown-menu li table thead tr:last-child th {
    color: #B2B2B2;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    height: 40px;
    padding: 0;
}
.compactBooking_datePicker .dropdown-menu li table thead tr:last-child th small, .productBooking_dates .selecteddates .dropdown-menu li table thead tr:last-child th small, .profileBirthday .dropdown-menu li table thead tr:last-child th small {
    font-size: 1em;
}
.compactBooking_datePicker .dropdown-menu li table tbody tr td button, .productBooking_dates .selecteddates .dropdown-menu li table tbody tr td button, .profileBirthday .dropdown-menu li table tbody tr td button {
    background: none;
    border: none;
    color: #343436;
    cursor: pointer;
    font-family: "brregular", Helvetica, Arial, sans-serif;
    font-size: 1em;
    padding: 0;
    text-align: center;
}
.compactBooking_datePicker .dropdown-menu li table tbody tr td button span, .productBooking_dates .selecteddates .dropdown-menu li table tbody tr td button span, .profileBirthday .dropdown-menu li table tbody tr td button span {
    display: block;
    margin: 0 auto;
    padding: 0.5em 0;
    text-align: center;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear; 
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.compactBooking_datePicker .dropdown-menu li table tbody tr td button:hover span, .productBooking_dates .selecteddates .dropdown-menu li table tbody tr td button:hover span, .profileBirthday .dropdown-menu li table tbody tr td button:hover span {
    background: #F1F1F1;
    color: #343436;
}
.compactBooking_datePicker .dropdown-menu li table tbody tr td button[disabled=disabled] span, .compactBooking_datePicker .dropdown-menu li table tbody tr td button[disabled=disabled]:hover span, .productBooking_dates .selecteddates .dropdown-menu li table tbody tr td button[disabled=disabled] span, .productBooking_dates .selecteddates .dropdown-menu li table tbody tr td button[disabled=disabled]:hover span, .profileBirthday .dropdown-menu li table tbody tr td button[disabled=disabled] span, .profileBirthday .dropdown-menu li table tbody tr td button[disabled=disabled]:hover span {
    background: none;
    color: #B2B2B2;
    cursor: not-allowed;
}
.compactBooking_datePicker .dropdown-menu li table tbody tr td button span.text-info, .productBooking_dates .selecteddates .dropdown-menu li table tbody tr td button span.text-info, .profileBirthday .dropdown-menu li table tbody tr td button span.text-info {
    color: #87A0FF;
    font-family: "brbold", Helvetica, Arial, sans-serif;
}
.compactBooking_datePicker .dropdown-menu li table tbody tr td button.active span, .productBooking_dates .selecteddates .dropdown-menu li table tbody tr td button.active span, .profileBirthday .dropdown-menu li table tbody tr td button.active span {
    background: #19FFB9;
    color: #343436;
    font-family: "brbold", Helvetica, Arial, sans-serif;
}
.compactBooking_datePicker .dropdown-menu li:last-child, .productBooking_dates .selecteddates .dropdown-menu li:last-child, .profileBirthday .dropdown-menu li:last-child {
	display: none;
	/*padding: 0.5em 2.4% !important;*/
}
.compactBooking_datePicker .dropdown-menu li:last-child:before, .compactBooking_datePicker .dropdown-menu li:last-child:after, .productBooking_dates .selecteddates .dropdown-menu li:last-child:before, .productBooking_dates .selecteddates .dropdown-menu li:last-child:after, .profileBirthday .dropdown-menu li:last-child:before, .profileBirthday .dropdown-menu li:last-child:after {
    content: " ";
    display: table;
}
.compactBooking_datePicker .dropdown-menu li:last-child:after, .productBooking_dates .selecteddates .dropdown-menu li:last-child:after, .profileBirthday .dropdown-menu li:last-child:after { clear: both; }
.compactBooking_datePicker .dropdown-menu li:last-child, .productBooking_dates .selecteddates .dropdown-menu li:last-child, .profileBirthday .dropdown-menu li:last-child { *zoom: 1; }
.compactBooking_datePicker .dropdown-menu li:last-child .pull-left, .productBooking_dates .selecteddates .dropdown-menu li:last-child .pull-left, .profileBirthday .dropdown-menu li:last-child .pull-left {
    height: 10px;
    margin: 0;
    padding: 0;
}
.compactBooking_datePicker .dropdown-menu li:last-child button, .productBooking_dates .selecteddates .dropdown-menu li:last-child button, .profileBirthday .dropdown-menu li:last-child button {
	background: #CCCCCC;
    border: medium none;
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    color: #343436;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.82em;
    margin: 0;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: text-bottom;
}
.compactBooking_datePicker .dropdown-menu li:last-child button:hover, .productBooking_dates .selecteddates .dropdown-menu li:last-child button:hover, .profileBirthday .dropdown-menu li:last-child button:hover {
	background: #87A0FF;
    color: #FFFFFF;
}
.compactBooking_datePicker .dropdown-menu li:last-child .pull-left button:last-child, .productBooking_dates .selecteddates .dropdown-menu li:last-child .pull-left button:last-child, .profileBirthday .dropdown-menu li:last-child .pull-left button:last-child {
    display: none;
}

/*	--------------------------------------------------------------------- */
/*  calender */
.productBooking_calendar {
    overflow: hidden;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
}
.productBooking_calendar .row {
	background: #87A0FF;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
.productBooking_calendar .row button {
	background: none;
    border: none;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 1em;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 10%;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.productBooking_calendar .row button .fa {
    vertical-align: middle;
}
.productBooking_calendar .row button:hover {
	color: #FFFFFF;
	cursor: pointer;
}
.productBooking_calendar .row h4 {
	border-left: 2px solid #F1F1F1;
    border-right: 2px solid #F1F1F1;
    box-sizing: border-box;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    width: 80%;
}

.booking_calendar {
	background: #FFFFFF;
}
.booking_calendar .cal-day-box .cal-row-head {
	display: none;
	/*background: #87A0FF;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 0 2%;*/
}
.booking_calendar .cal-day-box .cal-day-panel {
    border: none;
    height: 780px !important;
    overflow-x: auto;
    padding-left: 0;
}
.booking_calendar .cal-day-box .cal-day-panel-hour {
    margin-left: 0;
}
.booking_calendar .cal-day-box .cal-day-hour:nth-child(2n+1) {
    background: none;
}
.booking_calendar .cal-day-box .cal-day-hour-part {
    border-bottom: 2px solid #F1F1F1;
    padding: 0 2%;
}
.booking_calendar .cal-day-box .cal-day-hour-part:first-child {
    border-bottom: 1px dashed #F1F1F1;
}
.booking_calendar .cal-day-box .cal-day-hour-part div strong {
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}

.booking_calendar .cal-day-box .day-event {
	border-width: 2px !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.82em;
    font-weight: normal;
    left: 70px !important;
    line-height: 1.65em;
    padding: 5px 2% !important;
    text-transform: uppercase;
    width: calc(100% - (2% + 80px));
}
.booking_calendar .cal-day-box .cal-hours, .booking_calendar .cal-day-box .day-event a {
	color: #343436;
    font-size: inherit;
    font-weight: normal;
}
.booking_calendar .cal-day-box .day-event.dh-event-warning {
    background: rgba(110, 215, 165, 0.4);
    border: 2px solid #6ED7A5;
    color: #343436;
}
.booking_calendar .cal-day-box .day-event.dh-event-conflict {
    background: rgba(233, 88, 109, 0.3);
    border: 2px solid #E9586D;
    color: #343436;
}
.booking_calendar .day-highlight:hover, .day-highlight, .booking_calendar .cal-day-box .day-highlight {
    background: rgba(85, 185, 245, 0.4);
    border: 2px solid #55B9F5;
    color: #343436;
}

/*	---------------------------------------------------------------------- */
/* 	My Bookings */
/*	---------------------------------------------------------------------- */
.myBookingList_btns {
    margin: 0 0 2em 0;
}
.myBookingList_btns:after {
    content: "";
    clear: both;
    display: table;
}
.myBookingList_btns .listActions-back, .myBookingList_btns .listArchive-btns {
    display: block;
    float: left;
    width: 50%;
}
.myBookingList_btns .listActions-back a {
    background: #FFFFFF;
    border: 2px solid #F1F1F1;
    color: #343436;
    display: inline-block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 2em 0 4em;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear; 
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
}
.myBookingList_btns .listActions-back a:before {
    background: #FFFFFF;
    border-right: 2px solid #F1F1F1;
    content: '\004a';
    font-family: "wybyicons";
    font-size: 1em;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
    -webkit-border-radius: 3em 0 0 3em;
    -moz-border-radius: 3em 0 0 3em;
    -ms-border-radius: 3em 0 0 3em;
    -o-border-radius: 3em 0 0 3em;
    border-radius: 3em 0 0 3em;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.myBookingList_btns .listActions-back a:hover {
    background: #FFFFFF;
    border-color: #B2B2B2;
    color: #343436;
}
.myBookingList_btns .listActions-back a:hover:before {
    background: #B2B2B2;
    border-color: #B2B2B2;
}


.myBookingList_btns .btn.btn-primary {
    background: #FFFFFF;
    border: 2px solid #F1F1F1;
    color: #343436;
    cursor: pointer;
    float: right;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    height: 34px;
    line-height: 30px;
    margin: 0;
    padding: 0 2em;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear; 
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
}
.myBookingList_btns .btn.btn-primary:hover {
    background: #FFFFFF;
    border-color: #19FFB9;
    color: #343436;
}

.myBookingList-container .table .tablerow {
    cursor: pointer;
}
.table .tableheader .tabledata.center, .table .tablerow .tabledata.center {
	text-align: center;
}
.table .tableheader .tabledata.right, .table .tablerow .tabledata.right {
	text-align: right;
}
.myBookingList-container .table .tableheader .tabledata.one, .myBookingList-container .table .tablerow .tabledata.one {
	width: 14%;
}
.myBookingList-container .table .tableheader .tabledata.two, .myBookingList-container .table .tablerow .tabledata.two {
	width: 30%;
}
.myBookingList-container .tabledata span {
    background: #B2B2B2;
    color: #FFFFFF;
    display: block;
    font-family: "brbold", sans-serif;
    font-size: 0.9em;
    margin: 0 0 0 auto;
    padding: 0 0.5em;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
} 
.myBookingList-container .booked .tabledata span {
    background: #6ED7A5;
}
.myBookingList-container .cancelled .tabledata span {
    background: #E9586D;
}
.myBookingList-container .pickedup .tabledata span {
    background: #F59B05;
}
.myBookingList-container .returned .tabledata span {
    background: #55B9F5;
}


.myBookingList-container .table .btn.btn-primary {
    background: #87A0FF;
    border: 2px solid #F1F1F1;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    height: 34px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 95%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear; 
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
}
.myBookingList-container .table .btn.btn-primary:hover {
    background: #FFFFFF;
    border-color: #19FFB9;
    color: #343436;
}

/*	---------------------------------------------------------------------- */
/* 	My Profile */
/*	---------------------------------------------------------------------- */
.myProfile .mainimg-container, .myBookings .mainimg-container, .password-reset .mainimg-container {
    background: none;
    height: auto;
    margin-top: 4em;
    text-align: center;
}
.myProfile .mainimg-container .claim-container h1, .myProfile .mainimg-container .claim-container h2, .myBookings .mainimg-container .claim-container h1, .myBookings .mainimg-container .claim-container h2, .password-reset .mainimg-container .claim-container h1, .password-reset .mainimg-container .claim-container h2 {
    color: #87A0FF;
    width: 100%;
}
.myProfile .mainimg-container .claim-container h2, .myBookings .mainimg-container .claim-container h2, .password-reset .mainimg-container .claim-container h2 {
    font-family: 'brregular', Helvetica, Arial, sans-serif;
}
.myProfile .mainimg-container .claim-container h1, .myBookings .mainimg-container .claim-container h1, .password-reset .mainimg-container .claim-container h1 {
    font-size: 3.5em;
}
.myProfile .main-container .row {
    margin-left: -1%;
    margin-right: -1%;
}
.myProfile .main-container .row.message_container {
    margin-left: 0;
    margin-right: 0;
    margin-top: 2em;
}
.myProfile .main-container .row .column_1_2, .myProfile .main-container .row .column_2_2 {
    margin: 0 1%;
    width: 47.5%;
}
.myProfile .main-container .row.profileBtn {
    margin: 2em 0 0 0;
}  

.myProfile .main-container .column_1_2 h3, .myProfile .main-container .column_2_2 h3 {
    margin-bottom: 1em;
}
.formrow {
    display: block;
    margin: 1em 0;
}
.formrow .label {
    font-family: "brregular", sans-serif;
    margin: 0 0 0.25em 0;
}
.formrow .input {
    display: block;
    width: 100%;
}
.formrow .input input, .formrow .input select {
    background: #FFFFFF;
    border: 1px solid #B2B2B2;
    box-sizing: border-box;
    display: block;
    font-family: "adlight", Georgia, "Times New Roman", Times, serif;
    font-size: 1.1em;
    margin: 0;
    padding: 0.75em;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.formrow .input select {
    -webkit-appearance: none;
}
.formrow .input input[readonly], .formrow .input input[readonly="readonly"], .formrow .input input[readonly]:hover, .formrow .input input[readonly="readonly"]:hover, .formrow .input input[readonly]:focus, .formrow .input input[readonly="readonly"]:focus {
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.formrow .input input:hover, .formrow .input select:hover, .formrow .input input:focus, .formrow .input select:focus {
	background: #FFFFFF;
    border-color: #87A0FF;
}
.myProfile .main-container .column_1_2 hr, .myProfile .main-container .column_2_2 hr {
    border: none;
    margin: 2em 0;
}

.formrow.btnGroup .btn.btn-primary {
    background: #FFFFFF;
    border: 2px solid #F1F1F1;
    box-sizing: border-box;
    color: #343436;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'brbold', Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    height: 34px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 49%;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.formrow.btnGroup .btn.btn-primary.middle {
	margin: 0 0 0 2%;
}
.formrow.btnGroup .btn.btn-primary:hover {
    background: #FFFFFF;
    border-color: #19FFB9;
    color: #343436;
}
.formrow.btnGroup .btn.btn-primary.active, .formrow.btnGroup .btn.btn-primary.active:hover {
    background: #87A0FF;
    border-color: #87A0FF;
    color: #FFFFFF;
}

.profileBtn button.btn.btn-primary {
    background: #19FFB9;
    border: 2px solid #F1F1F1;
    color: #343436;
    cursor: pointer;
    display: inline-block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 1em;
    height: 44px;
    line-height: 40px;
    padding: 0 2.5em;
    position: relative;
    margin: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.profileBtn button.btn.btn-primary:first-of-type {
    background: #FFFFFF;
    color: #343436;
    float: left;
    padding-left: 5em;
}
.profileBtn button.btn.btn-primary:last-of-type {
    float: right;
    padding-right: 5em;
}
.profileBtn button.btn.btn-primary:before {
    font-family: "wybyicons";
    font-size: 1em;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: 0;
    width: 40px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.profileBtn button.btn.btn-primary:first-of-type:before {
    border-right: 2px solid #F1F1F1;
    content: '\0052';
    left: 0;
    -webkit-border-radius: 3em 0 0 3em;
    -moz-border-radius: 3em 0 0 3em;
    -ms-border-radius: 3em 0 0 3em;
    -o-border-radius: 3em 0 0 3em;
    border-radius: 3em 0 0 3em;
}
.profileBtn button.btn.btn-primary:last-of-type:before {
    border-left: 2px solid #F1F1F1;
    content: '\0062';
    right: 0;
    -webkit-border-radius: 0 3em 3em 0;
    -moz-border-radius: 0 3em 3em 0;
    -ms-border-radius: 0 3em 3em 0;
    -o-border-radius: 0 3em 3em 0;
    border-radius: 0 3em 3em 0;
}
.profileBtn button.btn.btn-primary:first-of-type:hover {
    background: #FFFFFF;
    border-color: #E9586D;
    color: #E9586D;
}
.profileBtn button.btn.btn-primary:first-of-type:hover:before {
    background: #E9586D;
    border-color: #E9586D;
    color: #FFFFFF;
}
.profileBtn button.btn.btn-primary:last-of-type:hover {
    background: #FFFFFF;
    border-color: #19FFB9;
    color: #343436;
}
.profileBtn button.btn.btn-primary:last-of-type:hover:before {
    background: #19FFB9;
    border-color: #19FFB9;
    color: #343436;
}
.profileBtn button.btn.btn-primary:disabled, .profileBtn button.btn.btn-primary:disabled:hover {
    background: #FFFFFF !important;
    border-color: #F1F1F1 !important;
    color: #B2B2B2 !important;
    cursor: not-allowed;
}
.profileBtn button.btn.btn-primary:disabled:before, .profileBtn button.btn.btn-primary:disabled:hover:before {
    background: #FFFFFF !important;
    border-color: #F1F1F1 !important;
    color: #B2B2B2 !important;
}

.myProfile .row.message_container .alert, .login-container .row.message_container .alert, .bookingDetail-tables #consumables-msg.row.message_container .alert, .productBooking .productBooking_left .alert, 
.productBooking .productBooking_right .alert, .selectObject .selectObject_Message .alert, #notes-msg.row.message_container .alert {
    border-style: solid;
    border-width: 2px;
    color: #343436;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    margin: 0 0 0.5em 0;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
}
.myProfile .row.message_container .alert.alert-danger, .login-container .row.message_container .alert.alert-danger, .productBooking .productBooking_left .alert.alert-danger, 
.productBooking .productBooking_right .alert.alert-danger, .selectObject .selectObject_Message .alert.alert-danger {
    background: rgba(231,167,183,0.3);
    border-color: #E9586D;
}
.myProfile .row.message_container .alert.alert-success, ul.selectObject .selectObject_Message .alert.alert-success {
    background: rgba(135,201,191,0.3);
    border-color: #6ED7A5;
}
.myProfile .row.message_container .alert.alert-info, .bookingDetail-tables #consumables-msg.row.message_container .alert.alert-info, .productBooking .productBooking_left .alert.alert-info, #notes-msg.row.message_container .alert.alert-info, ul.selectObject .selectObject_Message .alert.alert-info {
    background: rgba(85, 185, 245, 0.3);
    border-color: #55B9F5;
}

.myProfile .row.message_container .alert.alert-danger:before, .myProfile .row.message_container .alert.alert-success:before, .myProfile .row.message_container .alert.alert-info:before, 
.login-container .row.message_container .alert.alert-danger:before, .bookingDetail-tables #consumables-msg.row.message_container .alert.alert-info:before, 
.productBooking .productBooking_left .alert.alert-danger:before, .productBooking .productBooking_left .alert.alert-info:before, .productBooking .productBooking_right .alert.alert-info:before, 
.productBooking .productBooking_right .alert.alert-danger:before, .selectObject .selectObject_Message .alert:before, #notes-msg.row.message_container .alert.alert-info:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1em;
    margin: 0 0.5em 0 0;
    vertical-align: baseline;
}
.myProfile .row.message_container .alert.alert-danger:before, .login-container .row.message_container .alert.alert-danger:before, .productBooking .productBooking_left .alert.alert-danger:before, 
.productBooking .productBooking_right .alert.alert-danger:before, .selectObject .selectObject_Message .alert.alert-danger:before {
    content: "\f071";
}
.myProfile .row.message_container .alert.alert-success:before, ul.selectObject .selectObject_Message .alert.alert-success:before {
    content: "\f164";
}
.myProfile .row.message_container .alert.alert-info:before, .bookingDetail-tables #consumables-msg.row.message_container .alert.alert-info:before, .productBooking .productBooking_left .alert.alert-info:before, #notes-msg.row.message_container .alert.alert-info:before, ul.selectObject .selectObject_Message .alert.alert-info:before {
    content: "\f05a";
}

/* 	license plates */
.license-plates .actions-lp {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
        align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
        justify-content: space-between;
}
.license-plates .btn.btn-primary {
    background: #87A0FF;
    border: 2px solid #F1F1F1;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'brbold', Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    height: 30px;
    line-height: 30px;
    margin: 1em 0 0.5em 0;
    overflow: hidden;
    padding: 0 4em 0 2em;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 2.25em;
    -moz-border-radius: 2.25em;
    -ms-border-radius: 2.25em;
    -o-border-radius: 2.25em;
    border-radius: 2.25em;
}
.license-plates .btn.btn-primary.delete-lp {
    background: #FFFFFF;
    color: #343436;
    padding: 0 2em 0 4em;
}
.license-plates .btn.btn-primary .fa, .license-plates .btn.btn-primary.delete-lp .fa {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    position: absolute;
    top: 0;
}
.license-plates .btn.btn-primary .fa {
    border-left: 2px solid #F1F1F1;
    right: 0;
}
.license-plates .btn.btn-primary.delete-lp .fa {
    border-left: none;
    border-right: 2px solid #F1F1F1;
    color: #343436;
    left: 0;
}
.license-plates .btn.btn-primary:hover {
    background: #FFFFFF;
    border-color: #19FFB9;
    color: #343436;
}
.license-plates .btn.btn-primary:hover .fa {
    background: #19FFB9;
    border-color: #19FFB9;
    color: #343436;
}
.license-plates .btn.btn-primary.delete-lp:hover {
    border-color: #E9586D;
}
.license-plates .btn.btn-primary.delete-lp:hover .fa {
    background: #E9586D;
    border-color: #E9586D;
}

/*	---------------------------------------------------------------------- */
/* 	invite page */
.invite-container {
    background: #FFFFFF;
    margin: 0 auto;
    padding: 1em 2%;
    width: 47.5%;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
}
.invite-container .label {
    font-family: "brregular", sans-serif;
    margin: 0 0 0.25em 0;
}
.invite-container input {
    background: #F1F1F1;
    border: 1px solid #B2B2B2;
    box-sizing: border-box;
    display: block;
    font-family: "adlight", Georgia, "Times New Roman", Times, serif;
    font-size: 1.1em;
    margin: 0;
    padding: 0.75em;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.invite-container input:hover, .invite-container input:focus {
    background: #FFFFFF;
    border-color: #87A0FF;
}
.invite-container .invite-btn {
    background: #19FFB9;
    border: 2px solid #FFFFFF;
    color: #343436;
    cursor: pointer;
    display: block;
    float: right;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 1em;
    height: 44px;
    line-height: 40px;
    padding: 0 2.5em;
    margin: 0 0 0 auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.invite-container .invite-btn:hover {
    background: #FFFFFF;
    border-color: #19FFB9;
}
.invite-container .invite-lost-password {
    color: #343436;
    display: inline-block;
    font-family: "brregular", sans-serif;
    margin-top: 0.5em;
}
.invite-container .invite-lost-password:hover {
    color: #87A0FF;
}
.invite-container .alert.alert-danger {
    border-style: solid;
    border-width: 2px;
    color: #343436;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    margin: 1em 0;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    background: rgba(231,167,183,0.3);
    border-color: #E9586D;
}
.invite-container h3.primary {
    font-family: "brregular", sans-serif;
}

/*	---------------------------------------------------------------------- */
/* 	Booking Details */
/*	---------------------------------------------------------------------- */
.bookingDetail-actions {
    padding: 2em 0;
}
.detailActions-back, .detailActions-buttons {
	display: block;
	float: left;
	width: 50%;
}
.bookingDetail-actions .detailActions-back a, .bookingDetail-actions .detailActions-buttons button {
    border: 2px solid #F1F1F1;
    color: #343436;
    display: block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    height: 30px;
    line-height: 30px;
    padding: 0 2em;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.bookingDetail-actions .detailActions-back a {
    padding-left: 4em;
}
.bookingDetail-actions .detailActions-buttons button {
    padding-right: 4em;
}
.bookingDetail-actions .detailActions-back a {
    background: #FFFFFF;
    color: #343436;
    float: left;
}
.bookingDetail-actions .detailActions-buttons button {
    background: #19FFB9;
    cursor: pointer;
    float: right;
    height: 34px;
    margin-left: 1em;
}
.bookingDetail-actions .detailActions-buttons button.btn.btnCancel {
    background: #FFFFFF;
    color: #343436;
}
.bookingDetail-actions .detailActions-back a:before, .bookingDetail-actions .detailActions-buttons button:before {
    font-family: "wybyicons";
    font-size: 1em;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.bookingDetail-actions .detailActions-back a:before {
    border-right: 2px solid #F1F1F1;
    content: '\004a';
    left: 0;
    -webkit-border-radius: 3em 0 0 3em;
    -moz-border-radius: 3em 0 0 3em;
    -ms-border-radius: 3em 0 0 3em;
    -o-border-radius: 3em 0 0 3em;
    border-radius: 3em 0 0 3em;
}
.bookingDetail-actions .detailActions-buttons button:before {
    border-left: 2px solid #F1F1F1;
    content: '\0058';
    right: 0;
    -webkit-border-radius: 0 3em 3em 0;
    -moz-border-radius: 0 3em 3em 0;
    -ms-border-radius: 0 3em 3em 0;
    -o-border-radius: 0 3em 3em 0;
    border-radius: 0 3em 3em 0;
}
.bookingDetail-actions .detailActions-buttons button.btnCancel:before {
    content: '\0052';
}
.bookingDetail-actions .detailActions-back a:hover {
    background: #FFFFFF;
    border-color: #B2B2B2;
	color: #343436;
}
.bookingDetail-actions .detailActions-back a:hover:before {
    background: #B2B2B2;
    border-color: #B2B2B2;
}
.bookingDetail-actions .detailActions-buttons button:hover {
    background: #FFFFFF;
    border-color: #19FFB9;
	color: #343436;
}
.bookingDetail-actions .detailActions-buttons button:hover:before {
    background: #19FFB9;
    border-color: #19FFB9;
    color: #343436;
}
.bookingDetail-actions .detailActions-buttons button.btn.btnCancel:hover {
    border-color:#E9586D;
    color: #E9586D;
}
.bookingDetail-actions .detailActions-buttons button.btn.btnCancel:hover:before {
    background: #E9586D;
    border-color: #E9586D;
    color: #FFFFFF;
}

.bookingDetail-cancelBooking {
    background: rgba(231,167,183,0.3);
    border: 2px solid #E9586D;
    margin-bottom: 2em;
    padding: 2em 2%;
}
.bookingInfo-instructions, .bookingInfo-amount, .bookingInfo-date {
    display: inline;
}
.detailCancelBooking-buttons {
    margin: 0.75em 0 0 0;
}
.detailCancelBooking-buttons button {
    background: #FFFFFF;
    border: 2px solid #E9586D;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #343436;
    cursor: pointer;
    display: block;
    float: right;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    margin-left: 15px;
    height: 34px;
    line-height: 30px;
    padding: 0 2em;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.detailCancelBooking-buttons button:first-of-type {
    background: #FFFFFF;
    border-color: #6ED7A5;
    color: #343436;
}
.detailCancelBooking-buttons button:hover {
    background: #E9586D;
    border-color: #E9586D;
    color: #FFFFFF;
}
.detailCancelBooking-buttons button:first-of-type:hover {
    background: #6ED7A5;
    border-color: #6ED7A5;
    color: #FFFFFF;
}

.detailInfos-left, .detailInfos-right {
    display: block;
    position: relative;
}
.detailInfos-left {
    float: left;
    width: 57.33333%;
}
.detailInfos-right {
    background: #FFFFFF;
    float: right;
    overflow: hidden;
    width: 40.66667%;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
}
.detailInfos-productName {
    background: #FFF;
    color: #87A0FF;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 2.0em;
    line-height: 1.3em;
    padding: 1em 3% 0.5em 3%;
    -webkit-border-radius: 0.25em 0.25em 0 0;
    -moz-border-radius: 0.25em 0.25em 0 0;
    -ms-border-radius: 0.25em 0.25em 0 0;
    -o-border-radius: 0.25em 0.25em 0 0;
    border-radius: 0.25em 0.25em 0 0;
}
.detailInfos-productLocation {
    background: #FFFFFF;
    border-bottom: 2px solid #F1F1F1;
    padding: 0 3% 2em 3%;
}
.detailInfos-productLocation .productLocation-data {
    font-family: 'adlight', Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 0;
}
.detailInfos-bookingNumber, .detailInfos-bookingDates, .detailInfos-bookingFulfillmentStatus {
	background: #FFFFFF;
    padding: 2em 3%;
}
.detailInfos-bookingDates, .detailInfos-bookingFulfillmentStatus {
	padding-top: 0 !important;
}
.detailInfos-bookingFulfillmentStatus {
	-webkit-border-radius: 0 0 0.5em 0.5em;
    -moz-border-radius: 0 0 0.5em 0.5em;
    -ms-border-radius: 0 0 0.5em 0.5em;
    -o-border-radius: 0 0 0.5em 0.5em;
    border-radius: 0 0 0.5em 0.5em;
}
.detailInfos-bookingNumber h3, .detailInfos-bookingDates h3, .detailInfos-bookingFulfillmentStatus h3 {
	color: #343436;
    font-family: "brregular", Helvetica, Arial, sans-serif;
    font-size: 1em;
}
.detailInfos-bookingNumber .bookingNumber-data, .detailInfos-bookingDates .bookingDates-date, .detailInfos-bookingDates .bookingFulfillmentStatus-data, .detailInfos-bookingFulfillmentStatus .bookingFulfillmentStatus-data {
	background: #F1F1F1;
    box-sizing: border-box;
    color: #343436;
    display: inline-block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    height: 40px;
    line-height: 40px;
    min-width: 50%;
    padding: 0 2.5em;
    text-align: center;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
}
.detailInfos-right .detailInfos-image img {
    width: 100%;
}
.detailInfos-right .detailInfos-description {
    border-top: 2px solid #F1F1F1;
    padding: 2em 4.5%;
}

.bookingDetail-tables {
    margin-top: 4em;
}
.bookingDetail-tables h3, .bookingDetail-tables h4 {
    color: #87A0FF;
}
.bookingDetail-tables h3 {
    font-size: 2em;
}
.bookingDetail-tables h4 {
    font-size: 1.2em;
}

.table.cancelationfees {
	margin: 0 0 4em 0;
}
.table .tableheader {
    border-bottom: 1px solid #FFFFFF;
    font-weight: normal;
}
.table .tablerow {
    border-bottom: 1px solid #FFFFFF;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear; 
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.table .tablerow:hover {
    background: #FFFFFF;
}
/* .bookingDetail-bookingNotes {
    padding-bottom: 50px;
} */
.payment-container .table .tablerow:first-of-type {
    border-top: 1px solid #FFFFFF;
}

.table .tableheader, .table .tablerow {
    padding: 1em 0;
}
.table .tableheader .tabledata, .table .tablerow .tabledata {
    box-sizing: border-box;
    display: block;
    float: left;
    font-family: "brregular", Helvetica, Arial, sans-serif;
    padding: 0 0.5em;
}
.table .tableheader .tabledata {
    font-family: "brbold", Helvetica, Arial, sans-serif;
}
.bookingDetail-tables .payment-container .table.payment-content .subtotal .tabledata, .bookingDetail-tables .payment-container .table.payment-content .total .tabledata {
	padding: 0;
} 

.table .tableheader .tabledata.center, .table .tablerow .tabledata.center { text-align: center; }
.table .tableheader .tabledata.right, .table .tablerow .tabledata.right { text-align: right; }
.table .tableheader .tabledata.one, .table .tablerow .tabledata.one { width: 8.33%; }
.table .tableheader .tabledata.two, .table .tablerow .tabledata.two { width: 16.66%; }
.table .tableheader .tabledata.three, .table .tablerow .tabledata.three { width: 24.99%; }
.table .tableheader .tabledata.four, .table .tablerow .tabledata.four { width: 33.32%; }
.table .tableheader .tabledata.five, .table .tablerow .tabledata.five { width: 41.65%; }
.table .tableheader .tabledata.six, .table .tablerow .tabledata.six { width: 50%; }
.table .tableheader .tabledata.seven, .table .tablerow .tabledata.seven { width: 58.33%; }
.table .tableheader .tabledata.eight, .table .tablerow .tabledata.eight { width: 66.66%; }
.table .tableheader .tabledata.nine, .table .tablerow .tabledata.nine { width: 74.99%; }
.table .tableheader .tabledata.ten, .table .tablerow .tabledata.ten { width: 83.32%; }
.table .tableheader .tabledata.eleven, .table .tablerow .tabledata.eleven { width: 91.65%; } 
.table .tableheader .tabledata.twelve, .table .tablerow .tabledata.twelve { width: 100%; }

.bookingDetail-tables .subtotal {
    color: #343436;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    margin: 0 0 4em 0;
    padding: 1em 0.5em;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear; 
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.bookingDetail-tables .subtotal:hover {
    background: #FFFFFF;
    color: #87A0FF;
}
.bookingDetail-tables .total .label, .bookingDetail-tables .subtotal .label {
    display: block;
    float: left;
}
.bookingDetail-tables .total .ammount, .bookingDetail-tables .subtotal .ammount {
    text-align: right;
} 
.bookingDetail-tables .total {
    background: #FFFFFF;
    border-color: #F1F1F1;
    color: #87A0FF;
    overflow: hidden;
    padding: 2em 1.5%;
    text-transform: uppercase;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
}
.bookingDetail-tables .total .tabledata {
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
}
.bookingDetail-tables .payment-container .total {
    margin-top: 0;
}
.bookingDetail-tables .payment-container .subtotal {
	margin-bottom: 0;
}
.bookingDetail-tables .table.payment-content {
    margin-bottom: 4em;
}

.table.consumables .tablerow .tabledata input {
	background: #FFFFFF;
    border: 1px solid #B2B2B2;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    font-family: "adlight", Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    margin: 0;
    padding: 0.75em;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.bookingDetail-tables .consumables .startval.active input, .bookingDetail-tables .consumables .endval.active input {
	background: #FFFFFF;
    border-color: #87A0FF;
    -webkit-box-shadow: 0 0 5px 0 #87A0FF;
	box-shadow: 0 0 5px 0 #87A0FF;
}
.table.consumables .tablerow .tabledata input:hover {
    background: #FFFFFF;
    border-color: #87A0FF;
    -webkit-box-shadow: none;
	box-shadow: none;
}
.table.consumables .tablerow .tabledata input:focus {
    background: #FFFFFF;
    border-color: #87A0FF;
    -webkit-box-shadow: none;
	box-shadow: none;
}

.bookingDetails .main-container .row.message_container, .bookingDetail-tables #consumables-msg.row.message_container, #notes-msg.row.message_container {
	margin: 0;
}
.bookingDetail-tables #consumables-msg.row.message_container .alert.alert-info, #notes-msg.row.message_container .alert.alert-info {
	margin: 0 0 1em 0;
}
.bookingDetail-docs ul {
    list-style: none;
    padding: 0;
    margin: 0 0 4em 0;
}
.consumables-action {
	padding: 0.75em 25% 0.75em 41.65%;
	border-bottom: 1px solid #D7D7D7;
}
.bookingNotes-actions {
    margin: 1em 0 2em 0;
}
.bookingNotes-actions:before, .bookingNotes-actions:after {
    content: "";
    display: table; 
}
.bookingNotes-actions:after { clear: both; }
.bookingNotes-actions { *zoom: 1; }
.consumables-action button, .bookingNotes-actions button {
    background: #FFFFFF;
	border: 2px solid #F1F1F1;
    color: #343436;
    display: block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    height: 34px;
    line-height: 30px;
    padding: 0 1em;
    text-transform: uppercase;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.consumables-action button.consumablesAction-save, .bookingNotes-actions button.bookingNotes-save {
    background: #19FFB9;
    float: right;
    margin-left: 1em;
}
.consumables-action button.consumablesAction-cancel {
    background: #FFFFFF;
    float: left;
}
.bookingNotes-actions button.bookingNotes-cancel {
    background: #FFFFFF;
    float: right;    
}
.consumables-action button:hover, .bookingNotes-actions button:hover {
    background: #FFFFFF;
    border-color: #19FFB9;
    color: #343436;
}
.bookingNotes-actions button.bookingNotes-cancel:hover, .consumables-action button.consumablesAction-cancel:hover {
    border-color: #E9586D;
}

/*	--------------------------------------------------------------------- */
/* 	footer */
.footer-content.wrapper {
	color: #F1F1F1;
	padding: 2em 0;
}
.footer-content a {
    color: #F1F1F1;
}
.footer-content a:hover {
    color: #87A0FF;
}

.footer-content .footer-columns {
    margin: 0 -1%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.footer-content .columnOne, .footer-content .columnTwo, .footer-content .columnFour {
	float: left;
	margin: 0 1%;
}
.footer-content .columnOne {
	width: 48%;
}
.footer-content .columnTwo, .footer-content .columnFour {
	width: 23%;
}

.footer-content .columnOne .logo-container-footer {
	display: block;
    float: left;
    margin: 0 1em 0 0;
    width: 50px;
}
.footer-content .columnOne h1 {
    color: #F1F1F1;
    float: left;
    font-size: 1.2em;
    line-height: 1.1em;
    margin: 0;
    width: calc(100% - 66px);
}

.footer-content .columnTwo .footer-help {
    font-family: "brbold", Helvetica, Arial, sans-serif;
    text-align: right;
}
.footer-content .columnTwo .footer-help a:before {
    content: "\0055";
    font-family: "wybyicons";
    margin-right: 0.4em;
    vertical-align: middle;
}

.footer-content .columnFour ul, .footer-content .columnFour ul li {
	display: block; 
    margin: 0;
    padding: 0;
	position: relative;
	list-style: none;
	list-style-image: none;
}
.footer-content .columnFour ul li .dropdown a {
    background: #F1F1F1;
    border: 2px solid #343436;
    color: #343436;
    display: block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 4em 0 2em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 2.25em;
    -moz-border-radius: 2.25em;
    -ms-border-radius: 2.25em;
    -o-border-radius: 2.25em;
    border-radius: 2.25em;
}
.footer-content .columnFour ul li .dropdown a:hover, .footer-content .columnFour ul li .dropdown.open a {
    background: #F1F1F1;
    border-color: #87A0FF;
    color: #343436;
}
.footer-content .columnFour ul li .dropdown a .fa {
	border-left: 2px solid #343436;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    position: absolute;
    right: 0;
}
.footer-content .columnFour ul li .dropdown a:hover .fa, .footer-content .columnFour ul li .dropdown.open a .fa {
    background: #87A0FF;
    border-color: #87A0FF;
    color: #FFFFFF;
}
.footer-content .columnFour ul li .dropdown.open a .fa:before {
    -moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.footer-content .columnFour ul li .dropdown ul.dropdown-menu {
    background: #F1F1F1;
    border: 2px solid #87A0FF;
    bottom: 32px;
    box-sizing: border-box;
    left: 0;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    transform: translateY(30px);
    -webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.footer-content .columnFour ul li .dropdown.open ul.dropdown-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    visibility: visible;
}
.footer-content .columnFour ul li div ul.dropdown-menu li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
.footer-content .columnFour ul li div ul.dropdown-menu li a {
    border: none;
	border-bottom: 1px solid #E1E1E1 !important;
    color: #343436;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.footer-content .columnFour ul li div ul.dropdown-menu li:last-of-type a {
    border-bottom: none !important;
}
.footer-content .columnFour ul li div ul.dropdown-menu li a:hover {
	background: #87A0FF;
    color: #FFFFFF;
}

.footer-content .service-content {
	border-top: 1px solid #555555;
	margin: 30px 0 0 0;
	padding: 30px 0;
}
.footer-content .service-content ul { float: left; width: 80%; }
.footer-content .service-content ul li {
	display: inline; 
	margin: 0;
    padding: 0 8px 0 5px;
}
.footer-content .service-content ul li:first-child { padding-left: 0; }
.footer-content .service-content ul li:last-child { padding-right: 0; }
.footer-content .service-content .footer-help {
	display: block;
	float: right;
	text-align: right;
	width: 19%;
}

/*	---------------------------------------------------------------------- */
/* 	focused images */
.focuspoint {
	position: absolute; /*Any position but static should work*/
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.focuspoint img {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	display: block;
	/* fill and maintain aspect ratio */
	width: auto; height: auto;
	min-width: 100%; min-height: 100%;
	max-height: none; max-width: none;
}
 
/*	---------------------------------------------------------------------- */
/* 	Password Reset & Forgotten */
/*	---------------------------------------------------------------------- */
.password-reset .main-container form {
	background: #FFFFFF;
    margin: 0 auto;
    padding: 2em 2%;
    width: 47.5%;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em; 
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em; 
    border-radius: 0.5em;
}
.password-reset .main-container form .row {
    margin-top: 0;
    margin-bottom: 0;
}
.password-reset .main-container form input { 
    background: #F1F1F1;
    border: 1px solid #B2B2B2;
    box-sizing: border-box; 
    display: block;
    font-family: "adlight", Georgia, "Times New Roman", Times, serif;
    font-size: 1.1em;
    margin: 0;
    padding: 0.75em;
    width: 100%;  
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear; 
    transition: all 300ms linear;
}
.password-reset .formrow .input input[readonly], .password-reset .formrow .input input[readonly="readonly"], .password-reset .formrow .input input[readonly]:hover, .password-reset .formrow .input input[readonly="readonly"]:hover, .password-reset .formrow .input input[readonly]:focus, .password-reset .formrow .input input[readonly="readonly"]:focus {
    background: #FFFFFF;
}
.password-reset .main-container form input:hover, .main-container form input:focus {
	background: #FFFFFF;
    border-color: #87A0FF;
}
.password-reset .main-container form button {
    background: #19FFB9;
    border: 2px solid #FFFFFF;
    color: #343436;
    cursor: pointer;
    display: block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 1em;
    height: 44px;
    line-height: 40px;
    padding: 0 2.5em;
    position: relative;
    margin: 1.5em 0 0 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.password-reset .main-container form button:hover {
	background: #FFFFFF;
    border-color: #19FFB9;
    color: #343436;
}
.password-reset .profileBtn button.btn.btn-primary {
    background: #19FFB9;
    border-color: #FFFFFF;
    float: none;
    margin-top: 0.5em;
    padding-left: 2.5em;
}
.password-reset .profileBtn button.btn.btn-primary:before {
    border-right: none;
    left: auto;
}

.password-reset .email-validation-error, .password-reset .email-validation-success {
    color: #343436;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    margin-bottom: 1.5em;
    padding: 1.5em 2%;
    text-align: center;
}
.password-reset .email-validation-error {
    background: rgba(231,167,183,0.3);
    border: 2px solid #E9586D;
}
.password-reset .email-validation-success {
    background: rgba(135,201,191,0.3);
    border: 2px solid #6ED7A5;
}
.password-reset .email-validation-error.active, .password-reset .email-validation-success.active {
    display: block;
}

.password-reset .backtothefuture {
	display: block;
	margin: 2em 0 0 0;
	text-align: center;
}
.password-reset .backtothefuture a {
    background: #FFFFFF;
    border: 2px solid #F1F1F1;
    color: #343436;
    cursor: pointer;
    display: inline-block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    height: 34px;
    line-height: 34px;
    padding: 0 2em;
    position: relative;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
    border-radius: 3em;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.password-reset .backtothefuture a:hover {
    background: #FFFFFF;
    border-color: #B2B2B2;
    color: #343436;
}

/*	---------------------------------------------------------------------- */
/* 	responsive styles */
/*	---------------------------------------------------------------------- */
@media only screen and (min-width: 1024px) and (max-height: 1100px) {
.startpage .mainimg-container {
    height: auto;
    padding-top: 4em;
    padding-bottom: 4em;
}
.mainimg-container .blurredImage {
    display: none;
}
.startpage .mainimg-container .claim-container h1, .startpage .mainimg-container .claim-container h2 {
    width: 100%;
}
a.teaser-content.large, a.teaser-content.medium {
    height: 23em;
}
a.teaser-content.small {
    height: 11em;
}
.teaser-content.large:before, .teaser-content.medium:before {
    width: 9em;
    height: 9em;
}
.teaser-content.small:before {
    height: 7em;
    margin-top: -3.5em;
    width: 7em;
}
.teaser-content.small .fa {
    margin-top: -0.75em;
}
.teaser-content .fa:before {
    font-size: 1.5em;
}

 
}
@media only screen and (min-width: 1024px) and (max-height: 900px) {
.startpage .mainimg-container {
    background: none;
    padding-bottom: 0;
}
a.teaser-content.large, a.teaser-content.medium {
    height: 22em;
}
a.teaser-content.small {
    height: 10em;
}
.teaser-content.large:before, .teaser-content.medium:before {
    width: 8em;
    height: 8em;
}
.teaser-content.small:before {
    height: 6em;
    margin-top: -3em;
    width: 6em;
}
.teaser-content.small h1 {
    width: calc(100% - 3.5em);
}

}
@media only screen and (min-width: 1024px) and (max-height: 800px) {
a.teaser-content {
    padding: 1.5em;
}
a.teaser-content.large, a.teaser-content.medium, a.teaser-content.small {
    width: 31.33333%;
}
a.teaser-content.large, a.teaser-content.medium {
    height: 21em;
}
a.teaser-content.small {
    height: calc((21em - 1.5em)/2);
}
.teaser-content.large h1 {
    font-size: 2.25em;
}
.teaser-content.medium h1, .teaser-content.small h1 {
    font-size: 1.5em;
}
.teaser-content.large h2 {
    font-size: 1.25em;
}
.teaser-content.large:before, .teaser-content.medium:before {
    left: 1.5em;
    top: 1.5em;
}
.teaser-content.small:before {
    height: 5em;
    margin-top: -2.5em;
    right: 1em;
    width: 5em;
}
.teaser-content.small .fa {
    margin-top: -0.625em;
}
.teaser-content.large .fa, .teaser-content.medium .fa {
    bottom: 1.5em;
}
.teaser-content .fa:before {
    font-size: 1.25em;
}
.teaser-content:hover .fa {
    right: 1em;
}


}
@media only screen and (min-width: 1024px) and (max-height: 700px) {
a.teaser-content.large, a.teaser-content.medium {
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
a.teaser-content.large, a.teaser-content.medium {
    height: 20em;
}
a.teaser-content.small {
    height: calc((20em - 1.5em)/2);
}
.teaser-content.large:before, .teaser-content.medium:before {
    bottom: 1.5em;
    top: unset;
}


}
@media only screen and (max-width: 1024px) {
/* global */
body {
	font-size: 15px;
    line-height: 25px;
}
.header-container, .header-content {
    height: 70px;
}
.logo-container {
    width: 90px;
}
.main-container, .startpage-container {
    margin-bottom: 3em;
}
.mainimg-container {
    margin-bottom: 3em;
}

/*	---------------------------------------------------------------------- */
/* typo */
h1 {
    font-size: 2.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
.myProfile .mainimg-container .claim-container h1, .myBookings .mainimg-container .claim-container h1, .password-reset .mainimg-container .claim-container h1 {
    font-size: 2.75em;
}

/*	---------------------------------------------------------------------- */
/* startpage */
a.teaser-content {
    padding: 1.5em;
}
a.teaser-content.large, a.teaser-content.medium {
	height: 20em;
}
a.teaser-content.small {
	height: 10em;
}
.teaser-content.large:before, .teaser-content.medium:before {
    top: 1.5em;
    left: 1.5em;
}
.teaser-content.small:before {
    left: unset;
    right: 1.5em;
    margin-top: -3.5em;
}
.teaser-content.large:before, .teaser-content.medium:before {
    width: 9em;
    height: 9em;
}
.teaser-content.small:before {
    width: 7em;
    height: 7em;
}
.teaser-content.medium h1, .teaser-content.small h1 {
    font-size: 1.5em;
}
.teaser-content .fa:before {
    font-size: 1.5em;
}
.teaser-content:hover .fa {
    right: 1.5em;
}
.teaser-content.large .fa, .teaser-content.medium .fa {
    bottom: 1.5em;
}
.teaser-content.small .fa {
    bottom: 4em;
}

/*	---------------------------------------------------------------------- */
/*  filters */
.miniwizard-collapsed {
    margin-bottom: 3em;
}
.compactBooking_category, .compactBooking_subCategory, .compactBooking_location, .compactBooking_datePicker, .compactBooking_timePicker, .compactBooking_startTime h3, .startTime_wrapper, .filters .filters-actions {
    padding: 1em;
}
.compactBooking_subCategory, .compactBooking_datePicker, .compactBooking_startTime h3, .filters .filters-actions {
    padding-left: 0;
}
.compactBooking_location, .compactBooking_timePicker, .startTime_wrapper, .filters .filters-actions {
    padding-right: 0;
}
.miniwizard-collapsed .filters h3 {
    margin-bottom: 0.25em;
}
.compactBooking_category ul.dropdown-menu, .compactBooking_subCategory ul.dropdown-menu, .compactBooking_location ul.dropdown-menu {
    width: calc(100% - 1em);
}

/*	---------------------------------------------------------------------- */
/* search results */
ul.selectObject .selectObject_Details {
    height: 100px;
}
.selectObject_Btns a.selectObject_details, .selectObject_Btns a.selectObject_book {
    float: right;
    width: 90%;
}
ul.selectObject li:last-of-type {
    margin-bottom: 3em;
}
h3.alternatives {
    font-size: 1.5em;
}

/*	---------------------------------------------------------------------- */
/* calender */
.compactBooking_datePicker .dropdown-menu {
    width: calc(100% - 1.1em);
}
.compactBooking_datePicker .dropdown-menu li table tbody tr td button span, .productBooking_dates .selecteddates .dropdown-menu li table tbody tr td button span {
    width: auto;
}

/*	---------------------------------------------------------------------- */
/*  booking wizard step one */
.productBooking_back {
    padding: 1.5em 0;
}
.productBooking_information {
    height: 100px;
}
.productInformation_thumbnail {
    height: 100px;
    width: 100px;
}
.productInformation_name {
    margin-left: 5%;
    width: calc(90% - 100px);
}
.productBooking_bill {
    margin-bottom: 1.5em;
    padding: 1.5em 5%;
}
.productBooking_dates {
    margin-top: 1.5em;
    padding: 1.5em 3.5%;
}

.productConfirmation_productLocation {
    padding: 0 3.5% 1.5em 3.5%;
}
.productConfirmation_bookingNumber, .productConfirmation_bookingDates, .productConfirmation_bookingNotes {
    padding: 1.5em 3.5%;
}
.productConfirmation_bookingDates {
    margin-bottom: 1.5em;
}
.productBooking_right .productInformation_description, .productBooking_bill {
    padding: 1.5em 5%;
}
.productBooking_bill {
    margin-bottom: 1.5em;
}
.productBooking_summary {
    padding-top: 3em;
}

/*	---------------------------------------------------------------------- */
/*  product options */
.productOptions-container .options-entry .list-entry .input {
    width: 32%;
}
.productOptions-container .options-entry .list-entry .value {
    width: 18%;
}
.productOptions-container .options-entry .list-entry.service .value {
    width: 38%;
}
.productOptions-container .options-entry .list-entry .input, 
.productOptions-container .options-entry .list-entry .value {
    padding-top: 3px;
}
.productOptions-container .options-entry .list-entry .amount input {
    height: 30px;
    line-height: inherit;
    padding: 0 1%;
}
.productOptions-container .options-entry .list-entry .action {
    width: 30%;
}
.productOptions-container .options-entry .list-entry .action .btn {
    height: 30px;
    line-height: 29px;
    padding: 0 1em;
}

/*	---------------------------------------------------------------------- */
/* 	product detail */
.productDetail .mainimg-container .claim-container {
    padding: 6em 0 1.5em 0;
}
.mainimg-container .claim-container h1, .mainimg-container .claim-container h2 {
    width: 100%;
}
.productDetail .mainimg-container a.btn-book {
    margin-top: 2em;
}
.productDetail .mainimg-container a.btn-search {
    top: 1.5em;
}
.productDetail .productDetail_features, .productDetail .productDetail_description, .productDetail .productDetail_offers, .productDetail .productDetail_consumables, .productDetail .productDetail_options, .productDetail .productDetail_cancelationfee, .productBooking .productOptions-container {
    padding: 1.5em 3.5%;
}
.productDetail .productDetail_calendar {
    margin-bottom: 1.5em;
}
.productDetail .productDetail_calendar .booking_calendar .cal-day-box .cal-day-panel, .booking_calendar .cal-day-box .cal-day-panel {
    height: 640px !important;
}
.productDetail .productDetail_conditionalFees, .productDetail .productDetail_documents, .productDetail .productDetail_address {
    margin-bottom: 1.5em;
    padding: 1.5em 5%;
}
.mainBooking_Button button.mainBook_Btn {
    margin-top: 1.5em;
}
.productDetail .productDetail_offers .offers_main .offers_unit, .productDetail .productDetail_options .optionsList_description, .productDetail .productDetail_cancelationfee .cancelationFee_day, .productDetail .productDetail_consumables .included_unit {
    width: 66.66%;
}
.productDetail .productDetail_offers .offers_main .offers_price, .productDetail .productDetail_options .optionsList_price, .productDetail .productDetail_cancelationfee .cancelationFee_fix, .productDetail .productDetail_consumables .included_price {
    width: 33.33%;
}

/*	---------------------------------------------------------------------- */
/* my Bookings */

/*	---------------------------------------------------------------------- */
/* 	Booking Details */
.detailInfos-productName, .productConfirmation_productName {
    font-size: 1.5em;
    padding: 1em 3.5% 0.75em 3.5%;
}
.detailInfos-productLocation .productLocation-data, .productConfirmation_productLocation h3 {
    font-size: 1.25em;
}
.detailInfos-productLocation {
    padding: 0 3.5% 1.5em 3.5%;
}
.detailInfos-bookingNumber, .detailInfos-bookingDates, .detailInfos-bookingFulfillmentStatus {
    padding: 1.5em 3.5%;
}
.detailInfos-right .detailInfos-description {
    padding: 1.5em 5%;
}
.bookingDetail-actions {
    padding: 1.5em 0;
}
.bookingDetail-tables {
    margin-top: 3em;
}
.bookingDetail-tables h3 {
    font-size: 1.5em;
}
.bookingDetail-tables .subtotal, .bookingDetail-tables .table.payment-content, .bookingDetail-docs ul {
    margin-bottom: 3em;
}
.consumables-action {
    padding: 0.75em 0;
}
.consumables-action button, .bookingNotes-actions button {
    padding: 0 2em;
}

/*	---------------------------------------------------------------------- */
/* my Profile */
.myProfile .mainimg-container, .myBookings .mainimg-container, .password-reset .mainimg-container {
    margin-top: 3em;
}
.myProfile .main-container .column_1_2 hr, .myProfile .main-container .column_2_2 hr {
    margin: 1.5em 0;
}
.formrow.btnGroup .btn.btn-primary {
	float: none;
    margin: 0.5em 0 !important;
    width: 100%;
}

/*	---------------------------------------------------------------------- */
/* 	invite page */
.invite-container {
    padding: 0.5em 1.5em;
    width: 64.66667%;
}

/*	---------------------------------------------------------------------- */
/* footer */
.footer-content.wrapper {
    padding: 1.5em 0;
}
.footer-content .columnOne .logo-container-footer {
	max-width: 45px;
}
.footer-content .columnTwo .footer-help a:before {
    vertical-align: bottom;
}

/*	---------------------------------------------------------------------- */
/* 	Password Reset & Forgotten */
/*	---------------------------------------------------------------------- */
.password-reset .main-container form {
	padding: 1.5em;
    width: 64.66667%;
}


}

@media only screen and (max-width: 768px) {
/* global */
.wrapper {
    width: 94%;
}
.main-container, .mainimg-container, .startpage-container {
    margin-bottom: 2em;
}
h1 {
    font-size: 2.375em;
}
h2, .teaser-content.large h2, .teaser-content.medium h1, .teaser-content.small h1, .mainimg-container .claim-container h2 {
    font-size: 1.375em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1.1em;
}

/*	---------------------------------------------------------------------- */
/* startpage */
.startpage .mainimg-container {
    height: auto;
    padding: 4em 0;
}
.startpage .mainimg-container .blurredImage {
    display: none;
}
.startpage .mainimg-container .claim-container h1, .startpage .mainimg-container .claim-container h2 {
    width: 100%;
}
.teaser-container {
    margin: 0;
}
a.teaser-content {
    float: none;
    margin: 0.5em 0;
    padding: 1em 3%;
}
a.teaser-content.large, a.teaser-content.medium, a.teaser-content.small {
    height: 9em;
    width: 100%;
}
a.teaser-content.large, a.teaser-content.medium {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
}
a.teaser-content.large:before, a.teaser-content.medium:before, .teaser-content.small:before {
    width: 7em;
    height: 7em;
    top: 50%;
    left: unset;
    right: 3%;
    margin-top: -3.5em;
}
.teaser-content.large:hover:before, .teaser-content.medium:hover:before, .teaser-content.small:hover:before {
    opacity: 0;
    filter: alpha(opacity=0);
}
.teaser-content.large .fa, .teaser-content.medium .fa, .teaser-content.small .fa {
    bottom: 4em;
}

.teaser-content p {
	margin: 0;
}
/*	---------------------------------------------------------------------- */
/* 	new login screen */
.login-mask h4 {
    font-size: 1.9em;
    margin: 3em 0 0 0;
}

/*	---------------------------------------------------------------------- */
/*  filters */
.miniwizard-collapsed {
    margin-bottom: 2em;
}
.miniwizard-collapsed .filters {
    width: 94%;
}
.compactBooking_subCategory, .compactBooking_location, .compactBooking_datePicker, .compactBooking_timePicker, .compactBooking_startTime {
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #FFFFFF;
    border-left: 0 !important;
    clear: both;
    float: none;
    padding: 1em 0;
    width: 100%;
}
.compactBooking_subCategory:before, .compactBooking_subCategory:after, .compactBooking_location:before, .compactBooking_location:after, .compactBooking_location:before, .compactBooking_location:after {
    content: " ";
    display: table;
}
.compactBooking_subCategory:after, .compactBooking_location:after, .compactBooking_location:after {
    clear: both;
}

.compactBooking_dateTime {
    border-bottom: 0;
    clear: both;
    float: none;
    width: 100%;
}
.miniwizard-collapsed .filters .compactBooking_dateTime, .miniwizard-collapsed .filters .filters-actions {
    border-top: 0;
}
.miniwizard-collapsed .filters h3, .miniwizard-collapsed .filters .compactBooking_startTime h3 {
    display: block;
	float: left;
    margin: 10px 0 0 0;
	padding: 0;
    width: 30%;
}
.miniwizard-collapsed .filters .compactBooking_subCategory input, .miniwizard-collapsed .filters .compactBooking_location input, .miniwizard-collapsed .filters .compactBooking_datePicker input, .startTime_wrapper, .duration_wrapper {
    display: block;
	float: left;
	margin: 0;
	padding: 0;
    width: 70%;
}
.compactBooking_datePicker input, .compactBooking_timePicker input, .compactBooking_startTime input {
	display: block;
	float: left;
	padding: 0;
}
.compactBooking_datePicker input {
	width: 75%;
}
.compactBooking_timePicker .duration_container input {
	width: 100%;
}
.compactBooking_timePicker input, .compactBooking_startTime input {
	width: calc(94% - 80px);
}
.compactBooking_datePicker .dropdown-menu {
    width: calc(75% - 1.5em);
}

ul.selectObject {
    margin-bottom: 0;
}
ul.selectObject li {
    position: relative;
}
ul.selectObject .selectObject_thumbnail {
    width: 100px;
}
ul.selectObject .selectObject_Details {
    height: auto;
    padding: 1em 3% 0.75em 3%;
    width: calc(100% - 100px);
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.selectObject_name, .selectObject_location, .selectObject_date, .selectObject_price {
    max-width: 100%;
}
.selectObject_Primary, .selectObject_Secondary, .selectObject_Btns {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.selectObject_Secondary {
    margin-bottom: 0.5em;
}
.selectObject_Btns a.selectObject_details, .selectObject_Btns a.selectObject_book {
    float: left;
    margin: 0;
    width: 48.5%;
}
.selectObject_Btns a.selectObject_book {
    float: right;
}
ul.selectObject li:last-of-type {
    margin-bottom: 2em;
}
ul.selectObject .selectObject_Message {
    margin-left: 99px;
}
ul.selectObject .selectObject_Message .alert {
    padding: 0 3% 0.5em 3%;
}

/*	---------------------------------------------------------------------- */
/*  booking wizard step one */
.productBooking_left, .productBooking_right {
    float: none;
    width: 100%;
}
.productBooking_left {
	margin-bottom: 2em;
}
.productBooking_dates {
    margin-top: 2em;
    padding: 1em 3%;
}
.selecteddates_Button button.selecteddates_Btn {
    margin-bottom: 0;
}
.productBooking_options {
    margin: 1.5em 0 0 0;
    padding: 1.5em 0 0 0;
}
.productBooking_bill {
    margin-bottom: 2em;
    padding: 1em 3%;
}
.selecteddates_Button button.selecteddates_Btn {
    margin-top: 1em;
}
.productBooking_left .productBooking_dates .row.message_container {
    margin: 0;
}
.productBooking_left .productBooking_dates .row.message_container .alert {
    margin: 2em 0;
}
.productInformation_name {
    margin-left: 3%;
    width: calc(94% - 100px);
}

/*	---------------------------------------------------------------------- */
/*  booking wizard step two */
.productConfirmation_productName, .productConfirmation_productLocation, .productConfirmation_bookingNumber, .productConfirmation_bookingDates, .productConfirmation_bookingNotes {
    padding: 1em 3%;
}
.productConfirmation_productLocation, .productConfirmation_bookingDates {
    padding-top: 0;
}
.productConfirmation_bookingDates {
    margin-bottom: 2em;
}
.productBooking_right .productInformation_description {
    padding: 1em 3%;
}
.productBooking_summary {
    padding-top: 2em;
    padding-bottom: 2em;
}
.productBooking_summary a.mainBook_Btn.cancel, .productBooking_summary a.mainBook_Btn {
    float: none;
    margin: 0;
    width: 100%;
}
.productBooking_summary a.mainBook_Btn.cancel {
    margin-bottom: 0.5em;
    padding: 0 5em 0 2.5em;
}
.productBooking_summary a.mainBook_Btn.cancel .fa {
    border-left: 2px solid #F1F1F1;
    border-right: none;
    left: unset;
    right: 0;
    -webkit-border-radius: 0 3em 3em 0;
    -moz-border-radius: 0 3em 3em 0;
    -ms-border-radius: 0 3em 3em 0;
    -o-border-radius: 0 3em 3em 0;
    border-radius: 0 3em 3em 0;
}  

/*	---------------------------------------------------------------------- */
/*  product options */
.productOptions-container .options-entry .list-entry .input {
    width: 40%;
}
.productOptions-container .options-entry .list-entry .value {
    width: 15%;
}
.productOptions-container .options-entry .list-entry.service .value {
    width: 35%;
}
.productOptions-container .options-entry .list-entry .action {
    width: 25%;
}

/*	---------------------------------------------------------------------- */
/* 	product detail */
.productDetail .mainimg-container .claim-container {
    padding-top: 5em;
    padding-bottom: 1.75em;
}
.productDetail .mainimg-container .claim-container h1 {
    font-size: 1.75em;
}
.productDetail .mainimg-container a.btn-book {
    margin-top: 1.5em;
}
.productDetail .mainimg-container a.btn-search {
    top: 1em;
}
.productDetail_left, .productDetail_right {
    float: none;
    width: 100%;
} 
.productDetail_left {
    margin-bottom: 2em;
}
.productDetail .productDetail_features, .productDetail .productDetail_description, .productDetail .productDetail_offers, .productDetail .productDetail_consumables, .productDetail .productDetail_options, .productDetail .productDetail_cancelationfee, .productDetail .productDetail_conditionalFees, .productDetail .productDetail_documents, .productDetail .productDetail_address, .productBooking .productOptions-container {
    padding: 1em 3%;
}
.productDetail .productDetail_conditionalFees, .productDetail .productDetail_documents, .productDetail .productDetail_address, .productDetail .productDetail_calendar {
    margin-bottom: 2em;
}
.productDetail .productDetail_calendar .booking_calendar .cal-day-box .cal-day-panel, .booking_calendar .cal-day-box .cal-day-panel {
    height: 500px !important;
}
.mainBooking_Button button.mainBook_Btn {
    margin-top: 2em;
    margin-bottom: 2em;
}

/*	---------------------------------------------------------------------- */
/* my Bookings */
.myBookingList-container .table .tableheader .tabledata.notablethigh, .myBookingList-container .table .tablerow .tabledata.notablethigh {
    display: none;
}
.table.myBookingList-table .tableheader .tabledata.one, .table.myBookingList-table .tablerow .tabledata.one {
    width: 17%;
}
.table.myBookingList-table .tableheader .tabledata.two, .table.myBookingList-table .tablerow .tabledata.two {
    width: 32%;
}

/*	---------------------------------------------------------------------- */
/* 	Booking Details */
.myBookingList_btns {
    text-align: center;
}
.myBookingList_btns .listActions-back, .myBookingList_btns .listArchive-btns {
    float: none;
    width: 100%;
}
.myBookingList_btns .listActions-back {
    margin-bottom: 0.5em;
}

.detailActions-back {
    width: 30%;
}
.detailActions-buttons {
    width: 70%;
}
.myBookingList_btns .btn.btn-primary {
    float: none;
}

.detailInfos-left, .detailInfos-right {
    float: none;
    width: 100%;
}
.detailInfos-left {
    margin-bottom: 2em;
}
.detailInfos-productName, .detailInfos-productLocation, .detailInfos-bookingNumber, .detailInfos-bookingDates, .detailInfos-bookingFulfillmentStatus, .detailInfos-right .detailInfos-description {
    padding: 1em 3%;
}
.detailInfos-productLocation, .detailInfos-bookingDates, .detailInfos-bookingFulfillmentStatus {
    padding-top: 0;
}
.bookingDetail-tables {
    margin-top: 2em;
}
.bookingDetail-tables .subtotal, .bookingDetail-tables .payment-container .total, .bookingDetail-tables .table.payment-content, .bookingDetail-docs ul {
    margin-bottom: 2em;
}
.bookingDetail-tables .total {
    padding: 1.5em 3%;
}
.bookingDetail-cancelBooking {
    padding: 1em 3%;
}

/*	---------------------------------------------------------------------- */
/* my Profile */
.myProfile .mainimg-container, .myBookings .mainimg-container, .password-reset .mainimg-container {
    margin-top: 2em;
}
.myProfile .mainimg-container .claim-container h1, .myBookings .mainimg-container .claim-container h1 {
    font-size: 2.75em;
}
.myProfile .main-container .column_1_2 h3, .myProfile .main-container .column_2_2 h3 {
    margin-bottom: 0.75em;
}

/*	---------------------------------------------------------------------- */
/* 	invite page */
.invite-container {
    padding: 0.5em 3%;
    width: 94%;
}

/*	---------------------------------------------------------------------- */
/* footer */
.footer-content .columnOne, .footer-content .columnTwo, .footer-content .columnFour {
    width: 31.33333%;
}
.footer-content .columnTwo h4, .footer-content .columnThree h4 {
    margin: 0 0 1.5em 0;
}
.footer-content .columnFour ul li {
    margin: 0;
}
.footer-content .service-content {
    margin: 1.5em 0 0 0;
    padding: 1.5em 0;
}

/*	---------------------------------------------------------------------- */
/* 	Password Reset & Forgotten */
/*	---------------------------------------------------------------------- */
.password-reset .main-container form {
	padding: 1.5em 3%;
    width: 94%;
}


}

@media only screen and (max-width: 575px) {
/* global */
body {
	font-size: 14px;
    line-height: 23px;
}
.login-mask {
    background: #F1F1F1;
}
/*	---------------------------------------------------------------------- */
/* 	new login screen */
.login-mask h4 {
    font-size: 1.7em;
    margin: 2em 0 0 0;
}

/*	---------------------------------------------------------------------- */
/* fonts */
h1, .myProfile .mainimg-container .claim-container h1, .myBookings .mainimg-container .claim-container h1, .password-reset .mainimg-container .claim-container h1 { font-size: 2.0em; }
h2, .teaser-content.large h2, .teaser-content.medium h1, .teaser-content.small h1, .mainimg-container .claim-container h2, .password-reset .mainimg-container .claim-container h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
input { -webkit-appearance: none; }

/*  ---------------------------------------------------------------------- */ 
/*  header  */
.header-container, .header-content {
    height: 60px;
}
.logo-container {
    width: 75px;
}
.user-container .dropdown ul.dropdown-menu {
    width: 200%;
    min-width: 250px;
    max-width: 300px;
}
.main-container, .mainimg-container, .startpage-container {
    margin-bottom: 1em;
}
.myProfile .mainimg-container, .myBookings .mainimg-container, .password-reset .mainimg-container {
    margin-top: 1.5em;
}

/*  ---------------------------------------------------------------------- */ 
/*  startpage  */
.startpage .mainimg-container {
	display: none;
}
a.teaser-content.large, a.teaser-content.medium, a.teaser-content.small {
    height: calc((100vh - (142px + 3.5em)) / 4);
    min-height: 7em;
}
.teaser-content.large h1, .teaser-content.medium h1, .teaser-content.small h1 {
    margin-bottom: 0.1em;
}
.teaser-content.large h1, .teaser-content.medium h1 {
    width: calc(100% - 5em);
}
a.teaser-content.large:before, a.teaser-content.medium:before, .teaser-content.small:before {
    height: 6em;
    margin-top: -3em;
    right: 2%;
    top: 50%;
    width: 6em;    
}
.teaser-content.large .fa, .teaser-content.medium .fa, .teaser-content.small .fa {
    bottom: unset;
    right: 5%;
}
.teaser-content:hover .fa {
    right: 3%;
}
.login-container .logo-container {
	display: block;
    float: none;
    margin: 2em 0;
}

/*	---------------------------------------------------------------------- */
/*  filters */
.miniwizard-collapsed {
    margin-bottom: 1em;
}
.miniwizard-collapsed .compactBooking_btn a {
    height: 50px;
    line-height: 50px;
}
.compactBooking_category, .compactBooking_subCategory, .compactBooking_location, .compactBooking_datePicker, .compactBooking_timePicker, .compactBooking_startTime h3, .filters .filters-actions {
    padding: 0.75em 0;
}
.miniwizard-collapsed .filters h3, .miniwizard-collapsed .filters .compactBooking_startTime h3 {
    float: none;
    margin: 0 0 0.5em 0;
    width: 100%;
}
.miniwizard-collapsed .filters .compactBooking_subCategory input, .miniwizard-collapsed .filters .compactBooking_location input, .miniwizard-collapsed .filters .compactBooking_timePicker .duration_container input {
    display: none;
} 
.miniwizard-collapsed .filters .compactBooking_subCategory input, .miniwizard-collapsed .filters .compactBooking_location input, .miniwizard-collapsed .filters .compactBooking_datePicker input {
    padding: 0 0.75em;
    text-align: left;
}
.miniwizard-collapsed .filters select {
    background: #FFFFFF;
    border: 1px solid #B2B2B2;
    box-sizing: border-box;
    color: #343436;
    cursor: pointer;
    display: block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 1em;
    height: 40px;
    margin: 0;
    padding: 0 0.75em;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    outline: 0px;
}
.compactBooking_category:before, .compactBooking_subCategory:before, .compactBooking_location:before, .duration_container:before, .compactBooking_datePicker:before {
    bottom: 0.75em;
    color: #343436;
    content: "\0049" !important;
    font-family: "wybyicons";
    font-style: normal;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    pointer-events: none;
    position: absolute;
    right: 0.75em;
    z-index: 10;
}
.duration_container:before {
    bottom: 0;
}
.miniwizard-collapsed .filters .compactBooking_subCategory input, .miniwizard-collapsed .filters .compactBooking_location input, .miniwizard-collapsed .filters .compactBooking_datePicker input, .startTime_wrapper, .duration_wrapper {
    float: none;
    width: 100%;
}
.timeunit_container, .duration_container, .startTime_container {
    width: 49%;
}
.timeunit_container, .startTime_container.hour {
    margin-right: 2%;
}
.filters .filters-actions a.btn-apply-filters, .filters .filters-actions a.btn-cancel-filters {
    width: 48%;
    font-size: 1em;
}
ul.selectObject li:last-of-type {
    margin-bottom: 1em;
}

/*  ---------------------------------------------------------------------- */ 
/*  calender  */
.compactBooking_datePicker .dropdown-menu {
    width: 100%;
    z-index: 15;
}

/*  ---------------------------------------------------------------------- */ 
/*  search results  */
ul.selectObject .selectObject_Details {
    padding: 0.75em 3% 0.5em 3%;
}
.selectObject_Btns a.selectObject_details, .selectObject_Btns a.selectObject_book {
    width: 48%;
}

/*	---------------------------------------------------------------------- */
/*  booking wizard step one */
.productBooking_back {
    padding: 1em 0;
}
.productBooking_left {
    margin-bottom: 1em;
}
.booking_calendar .cal-day-box .cal-day-panel {
    height: 360px !important;
}
.productBooking_dates {
    margin-top: 1em;
}

.productBooking_dates .from-date, .productBooking_dates .to-date {
    width: 100%;
    float: none;
}
.productBooking_dates .selecteddates .time-picker-custom .hour_container, .productBooking_dates .selecteddates .time-picker-custom .minute_container {
    margin: 0.5em 0 0 0;
}

.productBooking_dates .dash {
	display: none;
}
.productBooking_dates .bis {
    clear: both;
    display: block;
    font-family: "brbold", Helvetica, Arial, sans-serif;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.productBooking_bill {
    margin-bottom: 1em;
}

ul.productAccessories_list li.accessoriesList_item .accessoriesList_name {
    width: 50%;
}
ul.productAccessories_list li.accessoriesList_item .accessoriesList_price, ul.productAccessories_list li.accessoriesList_item .accessoriesList_unit {
    width: 24%;
}

/*	---------------------------------------------------------------------- */
/*  booking wizard step two */
.productConfirmation_bookingNumber .bookingNumber_data, .productConfirmation_bookingDates .bookingDates_date {
    display: block;
}
.productConfirmation_bookingDates {
    margin-bottom: 1em;
}
.productBooking_summary {
    padding-top: 1em;
    padding-bottom: 1em;
}

/*	---------------------------------------------------------------------- */
/*  product options */
.productOptions-container .options-entry .list-entry {
    padding: 0.5em 0;
}
.productOptions-container .options-entry .list-entry .input, 
.productOptions-container .options-entry .list-entry .value {
    padding-top: 4px;
}
.productOptions-container .options-entry .list-entry .value {
    font-size: 0.9em;
}
.productOptions-container .options-entry .list-entry .amount input {
    font-size: 0.9em;
    height: 26px;
}
.productOptions-container .options-entry .list-entry .action .btn {
    font-size: 0.9em;
    height: 26px;
    line-height: 25px;
    padding: 0 0.75em;
}

/*	---------------------------------------------------------------------- */
/* 	product detail */
.productDetail .mainimg-container .claim-container {
    padding-top: 4.5em;
    padding-bottom: 1em;
}
.productDetail .mainimg-container a.btn-search {
    top: 1em;
}
.productDetail .mainimg-container a.btn-book {
    bottom: unset;
    border-color: #E1E1E1;
    display: inline-block;
    margin-top: 1em;
    position: relative;
}
.productDetail .mainimg-container a.btn-book:after {
    border-left-color: #E1E1E1;
}
.productDetail .productDetail_calendar .booking_calendar .cal-day-box .cal-day-panel {
    height: 360px !important;
}
.productDetail_left, .productDetail .productDetail_conditionalFees, .productDetail .productDetail_documents, .productDetail .productDetail_address, .productDetail .productDetail_calendar {
    margin-bottom: 1em;
}
.mainBooking_Button button.mainBook_Btn {
    margin-top: 1em;
    margin-bottom: 1em;
} 
 
/*	---------------------------------------------------------------------- */
/*  my bookings */
.bookingDetail-actions {
    padding: 1em 0;
}
.myBookingList_btns {
    margin-bottom: 1em;
}
.myBookingList-container .table .btn.btn-primary {
    font-size: 0.8em;
}
.myBookingList-container .table .tableheader .tabledata.nomobile, .myBookingList-container .table .tablerow .tabledata.nomobile {
    display: none;
}
.myBookingList-container .table .tableheader .tabledata, .myBookingList-container .table .tablerow .tabledata {
    padding: 0 0.25em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.table.myBookingList-table .tableheader .tabledata.one, .table.myBookingList-table .tablerow .tabledata.one {
    width: 25%;
}
.table.myBookingList-table .tableheader .tabledata.two, .table.myBookingList-table .tablerow .tabledata.two {
    width: 50%;
}
.detailInfos-left {
    margin-bottom: 1em;
}

/*	---------------------------------------------------------------------- */
/* 	Booking Details */
.detailActions-back, .detailActions-buttons {
    float: none;
    width: 100%;
}
.bookingDetail-actions .detailActions-back a, .bookingDetail-actions .detailActions-buttons button {
    display: block;
    float: none;
    margin: 0.5em 0 0 0;
    text-align: center;
}
.bookingDetail-actions .detailActions-buttons button {
    width: 100%;
}
.bookingDetail-actions .detailActions-back a {
	margin-top: 0;
}

.bookingDetail-cancelBooking {
    margin-bottom: 1em;
}
.detailCancelBooking-buttons {
    margin: 0;
}
.detailCancelBooking-buttons button {
    float: none;
    margin: 0.5em 0 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.detailInfos-bookingNumber .bookingNumber-data, .detailInfos-bookingDates .bookingDates-date, .detailInfos-bookingDates .bookingFulfillmentStatus-data, .detailInfos-bookingFulfillmentStatus .bookingFulfillmentStatus-data {
    display: block;
    padding: 0;
    width: 100%;
}
.table .tableheader .tabledata, .table .tablerow .tabledata {
    padding: 0 0.25em;
}
.table .tableheader .tabledata.one, .table .tablerow .tabledata.one { width: 12.5%; }
.table .tableheader .tabledata.two, .table .tablerow .tabledata.two { width: 25%; }
.table .tableheader .tabledata.three, .table .tablerow .tabledata.three { width: 31.2%; }
.table .tableheader .tabledata.ten, .table .tablerow .tabledata.ten { width: 75%; }
.table .tableheader .tabledata.nomobile, .table .tablerow .tabledata.nomobile { display: none; }

.consumables-action button {
    padding: 0 1em;
}

/*	---------------------------------------------------------------------- */
/* my Profile */
.myProfile .main-container .row {
    margin-left: 0;
    margin-right: 0;
}
.myProfile .main-container .row .column_1_2, .myProfile .main-container .row .column_2_2 {
    float: none;
    margin: 0;
    width: 100%;
}
.myProfile .main-container .row .column_1_2 {
    margin-bottom: 2em;
}
.formrow .input input, .formrow .input select {
    font-size: 1em;
}
.myProfile .main-container .column_1_2 hr, .myProfile .main-container .column_2_2 hr {
    margin: 1em 0;
} 
.profileBtn button.btn.btn-primary {
    float: none !important;
    display: block;
    width: 100%;
}
.profileBtn button.btn.btn-primary:first-of-type {
    margin-bottom: 0.5em;
    padding-left: 2.5em;
    padding-right: 5em;
}
.profileBtn button.btn.btn-primary:first-of-type:before {
    border-left: 2px solid #F1F1F1;
    border-right: none;
    left: unset;
    right: 0;
    -webkit-border-radius: 0 3em 3em 0;
    -moz-border-radius: 0 3em 3em 0;
    -ms-border-radius: 0 3em 3em 0;
    -o-border-radius: 0 3em 3em 0;
    border-radius: 0 3em 3em 0;
}
.myProfile .main-container .row.message_container {
    margin: 0;
}
.myProfile .main-container .row.profileBtn {
    margin: 1em 0;
}
.myProfile .main-container .column_2_2 .license-plates hr {
    display: block;
    margin: 1em 0;
}
.license-plates .btn.btn-primary {
    margin: 0.5em 0;
} 

/*	---------------------------------------------------------------------- */
/* 	invite page */
.invite-container {
    padding-top: 1px;
    padding-bottom: 1px;
}
.invite-container .invite-btn {
    float: none;
    margin: 0;
    width: 100%;
}
.invite-container .invite-lost-password {
    display: block;
    margin-top: 1em;
}

/*  ---------------------------------------------------------------------- */ 
/*  footer  */
.footer-content .columnOne, .footer-content .columnTwo {
    width: 23%;
}
.footer-content .columnFour {
    width: 48%;
}
.footer-content .columnOne .logo-container-footer {
    margin: 0;
}
.footer-content .columnOne h1 {
    display: none;
}
.footer-content .columnOne .logo-container-footer {
    max-width: 40px;
}

/*	---------------------------------------------------------------------- */
/* 	Password Reset & Forgotten */
/*	---------------------------------------------------------------------- */
.password-reset .main-container form {
	padding: 1em 3%;
}
.password-reset .profileBtn button.btn.btn-primary {
    margin: 0.5em 0 0 0;
}
.password-reset .main-container form button {
    margin-top: 1em;
}

}

@media only screen and (max-width: 480px) {
/*	---------------------------------------------------------------------- */
/* 	new login screen */
.login-mask h4 {
    font-size: 1.8em;
    margin: 2.5em 0 0 0;
}
/*  ---------------------------------------------------------------------- */ 
/*  search results  */
ul.selectObject .selectObject_thumbnail {
    width: 75px;
}
ul.selectObject .selectObject_Details {
    width: calc(100% - 75px);
}
ul.selectObject .selectObject_Message {
    margin-left: 74px;
}

/*  product options */
.productOptions-container .options-entry .list-entry .input {
    font-family: 'adBold', Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    float: none;
    padding: 0 0 0.25em 0;
    width: 100%;
}
.productOptions-container .options-entry .list-entry .value {
    padding-top: 6px;
    width: 30%;
}
.productOptions-container .options-entry .list-entry.service .value {
    width: 65%;
}
.productOptions-container .options-entry .list-entry .amount {
    width: 35%;
}
.productOptions-container .options-entry .list-entry .action {
    width: 35%;
}

}

/*	---------------------------------------------------------------------- */
/* retina display graphics */
/*	---------------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}

/*	---------------------------------------------------------------------- */
/* 	helper classes */
/*	---------------------------------------------------------------------- */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*	---------------------------------------------------------------------- */
/* 	print help */
/*	---------------------------------------------------------------------- */
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}