﻿body {
	position: relative;
}

red {
	color: red;
}

green {
	color: green;
}

.align_right {
	text-align: right;
}

.hide_lite {
	display: none;
}

.pointer {
	cursor: pointer;
}

.center_text {
	text-align: center;
}

.hotel_image {
	min-height: 130px;
}

.totop {
	display: none;
}

.display_block {
	display: block;
}

.expand_details, .expand_details_less {
	display: none;
	padding: 0 3%;
	font-weight: 600;
}

.expand_details_less {
	display: none;
}


#modal-header a{
	/* float: left; */
	width: 40px;
}

#modal-header a img{
	width: inherit;
}

#divSupplierCompositions {
	display: none;
}

.footer_images img {	
    width: 50%;
    /* margin: 0 25%; */
}

.footer_images span {	
	float: right; 
	width: 270px; 
	max-width: 50%; 
	max-height: 70px; 
	text-align: right;
	font-size: 20px;
}

.f-right {
	float: right;
}

.f-left {
	float: left;
}

.right_image {
	float: right;
}

.left_image {
	float: left;
}

.hotel-entry p {
	margin: 0;
	line-height: 1;
	float: right;
}
/*
.loadingGif .loading_img{
    animation: loading_img 6.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes loading_img{
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}
*/

.btn_accessibility {
	top: 1px !important;
}

.footer .row{ 
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.form-control {
    height: unset;
    color: #4d4d4d;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 17px;
    font-weight: 300;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
	text-align: center;
    /* padding: 8px 16px; */
    cursor: pointer;
    background-color: #fff;
    color: #4d4d4d;
    border: 1px solid #4d4d4d; 
	/* border-radius: 4px; */
	/* border: 0px solid #4d4d4d !important; */
	/* border-bottom: 1px solid #4d4d4d !important; */
}

/* Style items (options): */
.select-items {
  position: absolute;
  /* background-color: #2c2e3e; */
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.sale_desc {
	position: absolute;
	bottom: 0;
	width: 95%;
	background: #fff;
	text-align: right;
	transition: transform 0.26s ease;
}

.sale_desc a{
	color: #000;
}

.sale_desc .button-cursor {
    cursor: pointer;
    color: white;
	margin: 0;
	text-align: center !important;
}

.full_width_serach_cube {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    margin-top: -4px;
}

.search_button {
    width: 100%;
    background: #f15a24;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    outline: none;
    height: 42px;
    padding: 10px 20px;
}

.hotel_div_2_in_row img {
    height: auto;	
}

.hotel_box div {
    text-align: right;
    width: 100%;
}


.room_name {
    font-weight: 500;
}

.room_base, .room_name {
    font-size: inherit !important;
	float: none;
	float: unset;
}


.loadingGif {
	width: 100%;
    background: rgba(0, 0, 0, 0.74);
    height: 100%;
    position: fixed;
	z-index: 99;
}

.loadingP  {
	display: none;
	position: fixed; 	 
	top: 40%; 
	margin: 0 49%;
}

.loadingImg img {
	width: 400px;
}

.loadingTextPleaseWait, .loadingText { 
	display: none;
}

.loadingText, .loadingImg , .loadingTextPleaseWait{
	/* margin: 0 auto; */
	position: relative;
	top: 50%;
    color: #fff;
    font-size: 29px;
    text-align: center;
}

.divMakeOrder {
	position: relative;
    width: 20%;
    padding: 1% 5%;
    margin: 0 40%;
}

#btnMakeOrder {
	float: right;
    width: 100%;
    font-size: 36px;
}

.main_nav ul li:hover {
	cursor: pointer;
}

.main_nav ul li:hover a {
	color: #fff;
}

.show_hotel_remarks {
	width: 100%;
	float: right;
	margin-bottom: 6px;
}
.ui-datepicker {
	font-size:75%; 
}
	
.sale_modal, .message_modal {
	display: none;
	position: fixed;
    z-index: 20;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
	margin: 0%;
}

.message_modal {
	background-color: rgba(255,255,255,0.85);
}

.contact_sale_modal_body {
	padding-bottom: 5%;
    display: block;
	/* background: #fff; */
	border-right: 2px solid #4d4d4d;
    border-left: 2px solid #4d4d4d;
	border-bottom: 2px solid #4d4d4d;
	border-radius: 0 0 29px 29px;
	height: 540px;
    width: 55%;
    margin: 0 auto;
	background-size: 100% 100%;
}

.contact_sale_modal_body_text {
	text-align: center;
    margin: 0 18%;
	color: #f00;
    text-shadow: 1px -1px 1px #ffffff;
    font-size: 50px;
    box-shadow: 0px 0px 11px 0 inset #ffffff;
}

.message_modal .contact_sale_modal_body_text {
	margin: 0 6%;
	color: #444;
	font-size: 27px;
}

.position_relative {
	position: relative;
}

.close_message_modal_checkbox {
	display:none;
}

.contact_sale_modal_body_div_img {
	padding-bottom: 5%;
    display: block;
	/* background: #fff; */
	/* border-right: 2px solid #4d4d4d; */
    /* border-left: 2px solid #4d4d4d; */
	/* border-bottom: 2px solid #4d4d4d; */
	border-radius: 0 0 29px 29px;
	height: 540px;
    width: 55%;
    margin: 0 auto;
	background-size: 100% 100%;
	/* background: url(http://www.beinhaatarim.co.il/style/images/www.beinhaatarim.co.il_banner_attractions.jpg) no-repeat top center; */
}

.contact_sale_modal_body_div_img .contact_sale_modal_body_text {
    box-shadow: 0px 0px 5px 2px inset #12b14d;
    padding: 4%;
}

.contact_sale_modal_body_div_img .contact_sale_modal_body_text input{
	    float: right;
}
.contact_sale_modal_body_div_img .contact_sale_modal_body_text label{
    margin-top: 13px;
	font-size: 16px;
}

.hello-user a { 
	color: blue !important;
    font-size: 20px !important;
    font-weight: 100 !important;
}

.sale_cube_col {
	margin: 7px 0;
}

.error {
    float: right;
    width: 100%;
    padding: 0 4px;
    font-size: 100%;
    border-radius: 0 0 5px 5px;
    /* box-sizing: border-box; */
    text-align: right;
	color: red;
    background-color: #fff;
    border: 3px solid red;
}

.rooms_remarks > div {
	height: 110px;
    overflow-y: auto;
}

.site-text {
	display: none;
}

.div-site-text {
	display: none;
}

.hotel-summary-information {
	padding: 3%;
}

.hamburger {
	right: 0 !important;
}

.col-md-2.our-logos img {
    width: 80%;
    margin: 0 10%;
}

@media only screen and (max-width: 768px) {
	.results {
		min-height: 150px;
	}
}

.btlike {
	display: none;
}

.compare-supplier-details, .compare-all-suppliers-headers {
    float: left ;
}


.compare-supplier-image img {
	width: 100%;
    height: 200px;
}

.our-logos {
	width: 33%;
}