* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}


.align-center {
	text-align: center;
}

input#dateRange{
	cursor:pointer;
}

.message {
	width: 250px;
	position: fixed;
	top: 30%;
	left: 40%;
	background-color:#ffe467;
	z-index: 999;
}

.close-button {
	background-image: url("../img/img_close.png") !important;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	opacity: 0.7;
	margin-right: 1%;
}

.info{
	background-color: #b7e1f7;
}

.error {	
	background-color: #f3393a;
}

.message-header{
	text-align: center;
	font-weight: bolder;
	margin: 4px 0px 6px 0px;
}

.message-body {
	min-height: 60px;
	background-color: #fff;
	text-align: center;
	padding: 0.3em;
	margin:0.1em;
}

.arrow {
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	position: absolute;
	top: 100%;
	left: 0%;
	z-index: 999;
}

.arrow-shadow {
	top:101%;
	z-index:100;
}

.arrow-down {
	border-right-width: 40px;
	border-right-style:solid;
	border-right-color:transparent;
	border-left-width: 40px;
	border-left-style:solid;
	border-left-color:transparent;
	border-top: 20px solid black;
}


#preview {
	position: absolute;
	border: 2px solid #b7ad92;
	background: #e9e1ca;;
	padding: 5px;
	display: none;
	color: #8B7024;
	border-radius:5px;
}

.alert{
	text-align: center;
}

.dontShow{
	display:none;
}

.filter-loader {
	position:absolute;
}

.filter-loader > img {
	position:fixed;
	top:50%;
	left:50%;
}

.showIt{
	display: inherit;
}

.link:hover{
	cursor:pointer;
}

#messages-area{
	width:100%;
	z-index: 1000;
}

.marginless {
	margin:0px 0px 0px 0px;
}

#ui-id-1{
	padding:0px !important;
}

.float-right{
	float:right;
	margin-right: 1.5em;
}

input {
	height:1.8em !important;
	font-size:16px !important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    border-color: #c3c3c3;
 }

 .ui-autocomplete-category{
 	text-align:center;
 	background-color: #e8e8e8;
 	border-style:solid;
 	border-width: 1px;
 	border-color: #c3c3c3;
 	border-radius:4px;
 	margin:0px;
 	width:100%;
 }

html, body {
	background-color: #eeeeec;
}

.blumar-star, .blumar-star-inverted{
	color: #f9f6ef;
	background-color: #0f2c3e;
	padding: 2px;
	border-radius: 4px;
	font-size: 12px;
	margin:1px;
}

.blumar-star-inverted {
	color:#0f2c3e;
	background-color: #f9f6ef;	
	text-align:center;
	border-radius:none;
}

.blumar-font-color{
	color:#0f2c3e;
}

.blumar-font {
	font-family: Helvetica, Times, Arial ;
	font-weight: normal;
	font-size: 14px;
}

#footer-info {
	background-color: #163247;
}

#currency-change-msg-area{
	position:fixed;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.3);
	overflow: hidden;
	z-index: 1000;
	display:none;
}

#currency-change-confirmation{
	position:fixed;
	left:23% ;
	top:-50%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #FDFFE0;
	width: 50%;
	border-radius: 5px;
	padding: 0.5% 0% 0.5% 1%;
}

.currency-change-confirmation-loaded{
	top:30% !important;
}

#top-footer-area{
	background-color: #163247;
	height: 30px;
}

#top-area{
	background-color: #eeeeec;
	min-height: 75px;
}

.btn-cart{	
	background-image: url("../img/btn-cart.png");
	border-style: none;
	height: 30px;
	margin-left:70%;
}

.btn-cart > * {
	margin-left:2px;
}

.btn-blumar {
	background-color:#0f2b40 !important;
	background-image: none !important;
	color:white;
}

.btn-blumar:hover{
	color:#e8e1c7;
}

.blumar-select-style{
	border-radius: 5px;
	box-shadow: 0px 2px 1px -2px;
	display: inline-block;
	background-color: #e8e8e8;
	background-image: url("../img/blumar-select.png");
	background-repeat: no-repeat;
	background-position: right center;
	margin:0px 0px -10px 0px;
	width:25%;
	overflow: hidden;
}

#currency-select {
	width:30%;
}

.blumar-select-style > select{
   	background: transparent;
	padding: 0px 0px 0px 8px;
	font-size: 16px;
	border: none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	text-indent: 0.01px;
	line-height: 10px
	text-overflow:'';
	margin: 0px;
	width:98%;
	-webkit-padding-end:20%;
}

.icon-shopping-cart{
	color: #163247;
	font-size:1.6em;
}

address{
   margin-top:2.1em;
   font-size:10px;
   color:#ffffff;;
   text-align:center;
}

#company_info hr {
	margin-top:10px;
}

.partners {
	margin-left: 40%;
}

#top-menu-list {
	margin: 8px 0px 0px 0px;
	display: inline-block;
	position: relative;
	bottom: 0.1em;
}

#top-menu-list > hr{
	height: 14px;
	background-color: #0f2c3e;
	width: 2px;
	margin: 0px;
	display: inline-block;
	position: relative;
	top: 3px;
}


#top-menu-list li{
	list-style:none;
	text-align: center;
	padding:5px;
	width:10%;
	height:20px;
	display:inline;
}

#top-menu-list span{
	padding-right:0.8em;
	border-right: solid black 1px;
}

#mobile-menu-button{
	display:none;
}

#top-menu {
	margin: 25px 0px 0px 3px;
}

#login-box{
	background-color:  #e8e8e8;
	width:35%;
	margin:2em;
	padding-top:0.9em;
	margin-left:33%;
	border-radius:8px;
	box-shadow:0px 1px 2px 1px #c3c3c3;
}
#login-box label.control-label{
	width:30%;
	display: inline;
}

#login-box div.controls{
	width:50%;
	display:inline;
	margin-left:0.3em;
}

#login-box div.controls .checkbox{
	margin:1% 0 1% 34%;
}

#login-box div.controls label > input{
	margin:-1% 2% 0% 0%;
}

#login-box button{
	margin:1em 2em 1em 0em;
	float:right;
}

#search-box {
	background-color: #e8e8e8;
	width: 71.5%;
	border-radius: 5px;
	margin: 3% 0 1% 15%;
	padding: 0.8em;
	box-shadow: 0px 1px 1px 0px #c3c3c3;
	position:relative;
}

#search-top-title{
	position: absolute;
	top: -20%;
	left: 8px;
}

#result-box, #details-box, #booking-box{
	background-color:transparent;
	width:71.5%;
	margin:1% 0px 1% 15%;	
}

#search-form {
	margin:0px;
}

#search-form input[type="text"]{
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	border-radius:0px;
}

#search-form > button#send{
	float:right;
	margin:2% 0.5% 0% 0%;
}

#search-form > .loader-image {
	float:right;
	margin:2.5% 1% 0% 0.5%;
}

#search-form > div {
	margin:10px 0px 10px 0px;
}

#second-area > div {
	display : inline-block;
	float:left;
	margin:2px;
}

#second-area div#rooms{
	margin:1.6em 0em 0em 1em;
}

#second-area div#information{
	margin:1.6em 0em 0em 8em;
}

#second-area div input[type="text"]{
	width:13em;
}

#second-area div select{
 	width:4em;
 	background:white;
}

ul {
	list-style:none;
	margin:0px;
}

#room-info > li {
	margin:0 0 3px 0px;
}

#child-list > li{
	margin:3px 0 0 0;	
}

.child-info{
	text-align:right;
}

#result-box > .nav, #result-box > ul, #details-box > div.nav, #details-box > div.article, #booking-box > nav, #booking-box > article{
	float:left;
	display:block;
}

#order-box > div {
	float:left;
}

#order-box {
	width: 100%;
	height: 3em;
	margin: 1em 0em 1em 0em;
	background:#163247;
}

#order-box > div#title{
	background: #e8e8e8;
	width: 20%;
	height: 100%;
	position: relative;
	margin: 0em;
	text-align: center;
}

div#title > div#arrow{
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	border-top: 20px solid transparent;
	border-bottom: 23px solid transparent;
	border-left: 20px solid #e8e8e8;
	position: absolute;
	left: 100%;
	top:-2%;
}

#order-box > div#options{
	background: transparent;
	height: 100%;
	width:75%;
}

div#options > div{
	float:left;
}
div#options >form {
	margin-top:0.5em;
	width:100%;
}

#radioForm > input {
	margin: 0.5% 0 0 11%;
}

div#options span {
	position:relative;
	top : 2.3px;
	color:white;
	font-size: 12px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#result-menu, #steps-menu,  #your-cart{
	width:25%;
	border-style:solid;
	border-color:#c3c3c3;
	border-width:1px;
	margin: 0 0.9% 0 0;
	float:left;
}

#steps-menu , #your-cart{
	width:21%;
	border:transparent;
}

#your-cart{
	margin:0 0 0 3%;
}

#result-menu > #title{
	margin:0px 0px 3px 0px;
	background-color: #e8e8e8;
	padding:0.5em;
	text-align:center;
}

.filter-item{
	background:linear-gradient(top, #f3f3f3 , #eae8db 15em);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(60%, #f3f3f3), color-stop(100%, #eae8db));
	background:-webkit-gradient(linear, top bottom, #f3f3f3 70% , #eae8db 100%);
	padding:0.5em;
	border-bottom-style:solid;
	border-bottom-color:#c3c3c3;
	border-bottom-width:1px;
} 

.filter-item > div.symbol{
	display: inline-block;
	padding: 0em 0.3em 0em 0.3em;
	float: right;
	background-color: rgba(0,0,0,0.3);
	border-radius: 0.3em;
	margin: 0em 0.3em 0em 0em;
}

div.symbol:hover, div.symbol > i:hover{
	cursor: pointer;
}

#price-range {
	margin:0.3em 0.3em 0.1em 0em;
}

#star-rate {
	margin-left: auto;
	margin-right: auto;
}

form#district-search div > input, form#blumar-seal div > input, form#availability div > input{
	margin: 0em 0.3em 0.1em 1.3em;
}

.filter-item > input {
	width: 100%;
	margin: 4% 0 1% 1%;
	height: 0.8em;
}

.filter-font-color{
	color:#838071;
}

.filter-item > span {
	margin-left:0.8em;
}

.filter-item div > i {
	color:black;
}

#hotel-list {
	width:74%;
}

#hotel-list > li{
	margin: 0em 0em 0.3em 0em;
}

.hotel-info {
	display:block;
	width:100%;
	background-color:#e8e8e8;
	border-style:solid;
	border-color:#dbd8d1;
	border-width:1px;
}

.hotel-info-header > .picture, .reserve-content > .picture{
	width:20%;
	float:left;
	margin:1.3em 0.5em 0.5em 2.1em;
}

.hotel-info-header > .summary, .reserve-content > .summary{
	width:70%;
	float:left;
	margin: 1.9% 0% 0.2% 1%;
}

.trip-advisor-area {
	margin-top:0.5em;
}

.btn-more-about, .btn-more-about:hover{
	background-color:#e8e8e8;
	background-image: none !important;
	border-radius:5px;
	border-style:solid;
	border-width: 1px;
	border-color: #c3c3c3;
	float:right;
	margin:0em 3.6em 0em 0em;
}

.more-about{
	width:89%;
	background-color: #ffffff;
	margin-left: 2em;
}

.more-about > div {
	margin:2em 0em 1em 0em;
}

.topic {
	float: left;
	width: 33%;
	margin: 0.2% 0% 2% 0%;
	background-color: #163247;
	border-right: 1px solid white;
	color:#ffffff;
	font-weight: normal;
}

.topic-info{
	margin: 0% 0% 0% 13%;
	font-size: 100%;
	font-weight: lighter;
}

.hotel-image-selected {
	width: 60%;
	float: left;
	height: 18em;
}

.hotel-image-selected > img {
	max-width: 100%;
	max-height: 100%;
}

.hotel-images {
	width:16%;
	float: left;
	margin:0% 1.5% 0.4% 5%;
	max-height: 18em;
    overflow-y: auto;
    overflow-x: hidden;
}

.hotel-images > li {
	width: 100%;
	margin:0em 0em 0.3em 0.3em;
}

.title{
	margin:0.5% 0% 0.5% 5.5%;
	color: #163247;
	font-weight: lighter;
}

.content {
	margin: 0.3em 3em 0.3em 3.4em;
	font-size:12px;
	font-weight: bolder;
	font-family: sans-serif, serif;
}

.hotel-map{
	margin:1em 0em 0em 0em;
	width:100%;
	height: 21em;
}

.map-link{
	height:auto;
}

.map-area{
	height: 100%;
	margin-left: 5%;
	margin-right:5%;
}

.map-area img, #map-canvas img{
	max-width:none !important;
}

.hotel-info-accommodation > div {
	display:inline-block;
}

.accommodation-list{
	margin:1.3em 0em 0.8em 0em;
}

.odd {
	background-color:#ffffff;
}

.hotel-info-accommodation > div.accommodation-type{
	width:49%;
	margin: 0em 0em 0em 2.1em;
	padding: 0.5em;
}

.hotel-info-accommodation > div.accommodation-meal{
	width:18%;
	margin: 0em;
	padding: 0.5em;
	position:relative;
}

.hotel-info-accommodation > div.accommodation-obs{
	width:5%;
	margin: 0em;
	padding: 0.5em;
	position:relative;
}

.hotel-info-accommodation > div.accommodation-price{
	width:15%;
	margin: 0em;
	padding:0.5em;
	position:relative;
}

.book-value-title {
	position: absolute;
	top: -2.7em;
	left: 12%;
	text-shadow: 0px 0px 0px burlywood;
}

div.accommodation-price > span {
	margin-left:2%;
	font-size: 100%;
}

.hotel-info-accommodation > div.accommodation-book {
	width:11%;
	margin: 0em 0.2em 0em 0em;
	padding:0.1em;
	text-align:center;
	position:relative;
	bottom:2px;
}

#steps-menu > #title, #your-cart > .header{
	background-color:#0f2c3e; 
	color:white;
	margin:0px;
	padding: 0.3em 0em 1em 2em;
	height:4.5em;
	position:relative;
}

#your-cart > .header {
	text-align: center;
	height: 2.4em;
	padding: 1em 2em 1em 0em;
}

#steps-menu #title h4,  #your-cart .header h4{
	margin:0px;	
}

#steps-menu #title p,  #your-cart .header p{
	margin: 0em 0em 0em 1em;
}

.status-item, .booking-item, .booking-item-total, .booking-item-finalize{
	position:relative;
	background-color: #dadada;
	padding: 2.1em 0.3em 1em 1.3em;
}


.booking-item-finalize{
	background-color: #0f2b40;
	padding: 7% 0% 5% 0%;
}

.booking-item {
	padding:2em 0em 0em 2em;
	border-bottom: solid 1px;
}

ul#booking-list li > p {
	margin:0px;
	font-size:13px;
}

.booking-item p > i {
	float:right;
	margin:0em 0.8em 0em 0em;
	font-size:16px;
	transition:all 0.4s ease-in;
}

i.link:hover {
	cursor:pointer;
	margin:0em 0.4em 0em 0em;
	font-size:20px;
}

.booking-item-total{
	background-color: #607988;
	padding: 0.5em 0em 0.5em 2em;;
	color: white;
}


.selected {
	background-color : #c3c3c3;
	position : relative;
}

#reserve-detail{
	width:78%;
	float:left;
}

#cart-detail{
	width:70%;
	background-color:white;
	float:left;
}

article #cart-detail{
	width:60%;
	float:none;
	margin:auto;
}

article #cart-detail > .header{
	margin-top:0em;
	padding-top: 1em;
}

#cart-detail > .header , #payment-info > .header{
	font-weight: lighter;
	color: #163247;
	margin:1em 0em 0em 1em;
}

#reserve-detail > .header, #cart-info > .header{
	background-color:#0f2c3e;
	padding:0.5em 0em 0.5em 0em;
	color:white;
}

#cart-info > .header {
	margin: 1% 3.4% 0% 3.4%;
}

#cart-info .header span, #payment-info .header span, #agreement-conditions .header span{
	margin:0em 0em 0em 1.8em;
	font-size: 13px;
}

#reserve-detail > .header span, #cart-detail > .header span{
	margin:0.8% 0% 0.5% 4%; 
	font-size:1.3em;
}

#reserve-detail > .header i{
	margin:0% 3% 1% 0%;
	float:right;
}

#reserve-info > div#reserve .header, #reserve-info > .client-information, #reserve > .footer{
	background-color:#163249;
}

#reserve .header {
	background-color:#e8e8e8;
	height: 29px;
}

#reserve-info > .cancellation-policy > .header > span, #reserve-info > .cancellation-policy > p, #reserve-info > .cancellation-policy > .header, #reserve-info > .cancellation-policy {
	font-size: 1em;
    margin: 0.3em 0em 0.3em 2em;
	font-weight: lighter;
}

#reserve .content > p {
	font-size:13px;
	margin:0px;
}

#reserve .content > p:first-child{
	margin:1em 0em 0em;
}

#reserve > .cancellation-policy {
	margin:0% 5% 2% 5%;
	background-color: #e8e8e8;
}

#reserve-info > div.article , #reserve-info > .footer, #cart-info > .article{
	margin: 2% 3.4% 2% 3.4%;
	background-color: #eeeeec;
}

#reserve-info > .client-information {
	background-color:#163249 !important;
}

#reserve .header p.title > em {
	position : relative;
	top : 0.3em;
	font-size:16px;
}

#reserve .header p > i {
	font-size:24px;
	margin-right:0.1em;
	background-color:rgba(0,0,0,0.3); 
	color:white;
	padding:2px;
}

#reserve-info > .footer {
	background-color:transparent;
}

#reserve-info > .article .title, #reserve-info > .article .content, #cart-info > .article .title, #cart-info > .article .content{
	font-size:1em;
	margin:0.3em 0em 0.3em 2em;
	color:#fff;
}

#reserve-info > .article .content span{
	font-size: 0.9em;
}

.content > p:nth-child(1){
	margin-top:1.3em;
}

#reserve > .footer, .client-information > .footer{
	border-top: 3px solid white;
	padding: 0.5% 0% 0.1% 0%;
	margin: 1% 0% 1% 0%;
}

.cancellation-policy {
	padding:0.3em 0em 0.5em 0em;
}

.cancellation-policy > .header {
	margin-bottom: 0.5em;
}

.cancellation-policy > p.content{
	color:black;
	font-size:1em;
	font-weight: lighter;
}


.client-information > .header{
	padding: 0.5em 0em 0.5em 0em;
}

.client-information > form{
	margin:0.3em 2em 1em 2em;
}

.client-information form > *{
	margin:0.5em 0em 0.5em 0em;
	width:100%;
}

.client-information form  div > *{
	width:48.8%;
}

.client-information form textarea{
	width:98.5%;
}

.client-information .footer > h5.title{
	float:left;
	width:50%;
}

.client-information .footer > i {
	background-color:rgba(0,0,0,0.3);
	width: 1em;
	margin-right:0px;
	text-align: center;
	color: white;
}

.selected > .arrow-down{
	border-top:20px solid #dcd1b1;
}

#payment-info , #agreement-conditions{
	background-color: #e8e8e8; 
	margin:0% 5% 0% 5%;
}

#agreement-conditions {
	padding: 1% 0% 3% 0%;
}

#payment-info > .header, #agreement-conditions > .header{
	border-bottom : solid 1px #83806a;	  
	margin:0px;
}

#payment-info .header p , #agreement-conditions .header p{
	padding : 1% 0% 1% 0%;
	margin:0px;
}

#payment-info .content {
	margin : 1% 0% 1% 0%;
}

#payment-info .content  p {
	margin : 0% 0% 0% 3.5%;
}

.mandatoryCheckBox {
	background-color: #FF6565;
}

.wrapper {
	float:left;
	margin: 0% 0% 0% 1%;
}

#credit-card-info {
	padding-left: 5%;
	padding-top: 3%;
	background-color: #dcd1b1;
	margin:1px 0px 0px 0px;
	position:relative;
}

#credit-card-info:before{
	content:'';
	width: 0px;
	height: 0px;
	line-height: 0px;
	border-right: 1em solid transparent;
	border-left: 1em solid transparent;
	border-bottom: 2em solid #dcd1b1;
	top:-2%;
	left: 55%;
	position:absolute;
}

#credit-card-info h5, #billing-address-info h5 {
	margin:1% 0 0 1%;
}

#credit-card-info > section, #billing-address-info > section{
	margin: 0.5% 0% 0.5% 0%;
}

#agreement-conditions header p > span{
	margin-left: 5%;
	color:#83806a;
}

.background-white{
	background-color:white;
}

span.custom-select {
	display:inline-block;
	position: relative;
	width: 5em;
	height: 28px;
	background: white;
	border-radius: 4px;
	line-height: 0px;
	box-shadow: 0px 0px 2px 0px grey;
	overflow: hidden;
}

span.custom-select > .custom-select-button {
	z-index: 0;
	position: absolute;
	width:100%;
	height: 100%;
}

.custom-select-button > i {
	background-color: rgba(146,136,111,1);
	padding: 0.5em;
	height: 100%;
	border-radius: 0px 4px 4px 0px;
	color: white;
	float:right;
}


span.custom-select > select {
	background: transparent;
	-webkit-appearance: none;
	-webkit-padding-start:10%;
	border: none;
	width:100%;
	z-index: 1000;
	position: absolute;
	text-indent: 0.01px;
	text-overflow:'';
	line-height: 20px;
}