@import url('https://fonts.googleapis.com/css?family=Heebo:300,400');

.hide_lite {
	display: none;
}

.loadingText, .loadingImg , .loadingTextPleaseWait{
	/* position: fixed; 	  */
	/* margin: 0 auto; */
	top: 50%;
    color: #fff;
    font-size: 29px;
    text-align: center;
}

.nav_logo {
	max-width: 240px;
}

#colorlib-reservation label{
	float: right;
}

.ltr {
	direction: ltr;
}

 .thin_font {
	font-weight: 400;
 }

.gray_border {
	border: 1px solid #4d4d4d !important;
}

.gray_border_bottom {
	border: 0px solid #4d4d4d !important;
	border-bottom: 1px solid #4d4d4d !important;
}

.gray_color {
	color: #4d4d4d !important;
}

.gray_background {
	background: #4d4d4d !important;
}

.site_border_color {
	border: 1px solid #fa9900  !important;
}
/*a:hover, a:focus, */
.site_color {
	color: #fa9900  !important;
}

.site_background_color {
	background: #fa9900  !important;
}

/* Custom select*/
/* The container must be positioned relative: */
.custom-select {
    position: relative;
    /* font-family: Arial; */
	font-family: 'Heebo','Vardana', Arial;
    background: #fff !important;
    border: unset;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
	background-color: #fff !important;
	color: #4d4d4d;
}

.hotel_description {
	cursor: pointer;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  /* position: absolute; */
  /* content: ""; */
  /* top: 14px; */
  /* right: 10px; */
  /* width: 0; */
  /* height: 0; */
  /* border: 6px solid transparent; */
  /* border-color: #fff transparent transparent transparent; */
}

.select-arrow-active {
	background-color: #2c2e3e;
}
/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.item .sale_desc .button-cursor {
	/* color: #4d4d4d; */
}
/* .item .form-control { */
	/* box-shadow: 0px 0px 2px 1px #4d4d4d; */
	/* font-size: 21px; */
    /* font-weight: 600; */
	/* background: #fa9900 !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);
    /* height: 54px; */
    font-size: 18px;
    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;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.same-as-selected {
	background-color: #fa9900 !important;
    color: #ffffff !important;
    font-weight: bold !important;
}

.select-items div:hover, .same-as-selected {
	background-color: rgb(78, 78, 78);
    color: #fff;
}

.search_form_container .form-field {
    position: relative;
    padding: 0;
    margin: 0;
	height: unset;
}

.search_form_container .form-field .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    color: rgba(255, 255, 255, 0.5);
	z-index: 1;
}

.search_form_container{
	font-size: 20px;
}

#listIsraelAreas li a {
	font-size: 16px;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #fa9900 ;
    background: #fa9900 ;
    font-weight: normal;
    color: #fff !important;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a:hover, a:focus {
    color: #fa9900 ;
    /* text-decoration: underline; */
}

.ui-menu .ui-menu-item-wrapper {
	width: 100%;
    margin: 0;
    float: right;
    text-decoration: unset;
    text-align: right;
    padding: 0;
	list-style-image: unset;
}
	
.ui-state-active {
	margin: unset;
	list-style-image: unset;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
        background: #fa9900 ;
}

/*Results css */


div#tableResult {
	/* float: left; */
    /* width: 65%; */
    /* margin: 0 1% 0 6%; */
	/* overflow: hidden; */
}

.deals{
	/*	float: left; */
		width: 67%;
	}
	
	.deals .deal {
		float: right;
		margin: 0 4% 0 0;
		position: relative;
		width: 315px;
		padding: 0 0 2%;
		height: 277px;
	}	
	
	.deals .deal h2 {
	  background: url(images/bg-title.png) no-repeat top center;
	  color: #FFFFFF;
	  float: right;
	  height: 55px;
	  font-size: 18px;
	  margin: 0;
	  padding: 10px 5%;
	  position: absolute;
	  text-align: right;
	  width: 90%;
	  z-index: 1;

	}
	
	.deals .img{
		width:315px;
		height:150px;
		padding:0 0 10px;
		position:relative;
	}
	
	.deals .img img{
		height:150px;
		width:100%;
	}
	
	.deals .deal h3 {
		font-size: 15px;
		margin:0 0 3px;
	}	
	
	.deals .deal .description{
		font-size: 13px;
	}
	
	.deals .deal .description span{
		font-weight:bold;
		color:#f7901e;
	}
	
	.deals .deal .price {
		color: #EE6A00;
		float: left;
		height:40px;
	}
	
	.deals .deal .res{		
		border-radius: 7px;
		box-shadow: 0 3px 3px #858585;
		color: #FFFFFF;
		float: left;
		
		padding: 8px 0;
		text-align: center;
		width: 100%;
		margin: 5px 0 0;
		background:#f5821f;
		
		float: left;
	 
		cursor:pointer;
	}

	.deals .deal .text {
		float: right;
		width:60%;
	}

	.deals .deal .left {
		float: left;
		width:35%;
	}

.hotel_div .hotel_info {
	position: relative;
}

.hotel_info {
	transition: 1.1s;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    float: right;
	max-height: 400px;
}

.hotel_image {
    width: 267px;
    height: 160px;
    max-height: 160px;
    float: right;
    padding: 0 0 0 0;
    margin: 0 0 0 3%;
    cursor: pointer;
}

.room_price_out {
	width: 30%;
    float: right;
}

.room_price {
    /* width: 30%; */
    height: auto;
    padding: 0 0 0 0;
    /* margin: -15px 0 0; */
    float: left;
    text-align: left;
}

.room_price .supplier-netto {
	color: #9e9e9e;
}

.room_price .hotel-netto { 
	color: red;
}

.room_price .price-brutto { 
	color: #4caf50;
}

.room_price .supplier-netto div, .room_price .hotel-netto div, .room_price .price-brutto div{
	width: 170px;
	float: left;
}


.priceB {
    color: red;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    float: right;
}

.room_price s {
    color: #A09394;
    font-size: 16px;
    width: 100%;
    float: right;
}

.room_name, .room_base {
    width: 70%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    float: unset;
    font-size: inherit;
}

.room_name {
    font-weight: bold;
}

.cancellation_days {
	display: none;
	font-size: 14px;
    font-weight: 600;
	color: crimson;
	max-height: 84px;
    color: crimson;
    /* display: inline-block; */
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.cancellation_text {
	font-size: 15px;
    color: crimson;
}
	
.hotel_stars {
    width: auto;
    /*float:right;*/
    font-size: 16px;
    color: #f09c15;
    font-weight: normal;
    margin: 0 5px 0 0;
    display: none;
}

.hotel_div {
	transition: 1.1s;
    box-shadow: 0 0 5px #ccc inset;
    float: right;
    /*height: 395px;*/
    /* height: 290px; */
    margin: 0 0 0;
    padding: 1% 2% 15px 2%;
    width: 29.3333333%;
}

.hotel_div:hover{
	transition: 0.4s;
	box-shadow: 0 0 8px #aaa inset !important;
}

    .hotel_div h2 {
        font-size: 17px;
        font-weight: bold;
        margin: 0px;
    }

    .hotel_div img {
        max-height: 180px;
        height: 150px;
        width: 100%;
    }


.hotel_div_2_in_row {
	transition: 1.1s;
	width: 100% !important;
    margin: 5px 0 0 0 !important;
    padding: 1% !important;
	/* height: 155px !important; */
	box-shadow: 0 0 5px #2c2e3e inset !important;
}

.hotel_div_2_in_row:nth-child {
	margin: 0 0 0 1%;
}

.hotel_div_2_in_row h2{
	width: 74%;
	float: right;
	/* height: 130px !important; */
}

.hotel_div_2_in_row img{
	/* min-height: 210px !important; */
	max-height: 150px;
    width: 25%;
    margin: 0 1% 0 0;
    height: unset;
    float: left;
}

.hotel_div_2_in_row .hotel_box {
    width: 61%;
    float: left;
}

.hotel_div_2_in_row .order_now {
    width: 100%;
	float: right;
    text-align: center;
	margin: 0;
    padding: 2px 0px;
	/*bottom: 0; */
    /*right: 0;*/
    /*position: absolute;*/
}

.hotel_div_2_in_row .order_now label{
	/* text-align: center; */
	/* color: #2c2e3e; */ 
	/* background-color: #fa9900; */
    /* border: 2px solid #ffffff; */
    /* color: #fff; */
    /* font-size: 20px; */
	/* padding: 10px 0 11px 0; */
	
	background-color: #fff;
    border: 1px solid #fa9900 ;
    color: #fa9900;
    font-size: 24px;
    padding: 1% 0;
    box-shadow: 2px 2px #fa9900 ;
}

.hotel_div_2_in_row .order_now label:hover{
	background: #fff0eb;
}

.hotel_div_2_in_row .order_now label:active{
	box-shadow: -1px -1px #fa9900 !important;
    border: 1px solid #fa9900  !important;
    background: #fff !important;
    color: #fa9900  !important;
}

.hotel_div_2_in_row .orderButton {
    margin: 0;
}

.hotel_div_2_in_row .more_room_types {
	padding: 8px 0;	
	background-color: #4d4d4d;
    border: 2px solid #4d4d4d;
    color: #ffffff;
    font-size: 20px;
}

.hotel_box {
    float: right;
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 20px;
}

.order_now {
    /* background: blue; */
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 2px 16px;
    text-align: center;
    cursor: pointer;
}

    .order_now a {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 18px;
    }
	
.hotel_div_2_in_row .more_room_types {
	padding: 8px;
}

.accordion_Rooms_and_bases {
    background: #eee;
    width: 100%;
    float: right;
    padding: 10px;
    /* margin: 6px 0 50px 0; */
    border-radius: 8px;
    box-shadow: -1px 0px 5px 1px #ccc;
}
.accordion_Rooms_and_bases_row {
    border-bottom: 2px solid #4d4d4d;
	width: 100%;
    float: left;
}

.accordion_Rooms_and_bases_row:hover {
	background: aliceblue;
}

.accordion_Rooms_and_bases_row_sub_content {
    font-size: 15px;
}

.accordion_Rooms_and_bases_row .accordion_Rooms_and_bases_row_sub_content .price-brutto,
.accordion_Rooms_and_bases_row .accordion_Rooms_and_bases_row_sub_content .supplier-netto,
.accordion_Rooms_and_bases_row .accordion_Rooms_and_bases_row_sub_content .hotel-netto {
	border: none;
}

.hotel_line {
    border-bottom: 0px;
}

.row_data {
    width: 100%;
    /* min-height: 40px; */
    /* border-bottom: 1px solid #ccc; */
    /*    padding-bottom: 15px;
	padding-top: 15px;*/
    overflow: auto;
}

.data_div {
    float: right;
}

.row_4_cells .data_div {
    width: 20%;
    padding-left: 2%;
	text-align: right;
}

.row_6_cells .data_div {
    width: 14%;
    padding-left: 2%;
	text-align: right;
}

.row_7_cells .data_div {
    width: 12%;
    padding-left: 2%;
}

.row_auto_width .data_div {
    width: auto;
    margin-left: 2%;
}

.radio_div {
    width: 35px !important;
}

.days_div .input_div {
    /*padding-top: 10px;*/
}

.tag_div {
    font-weight: bold;
    min-height: 20px;
    /* line-height: 15px; */
}

.row_7_cells .tag_div {
    min-height: 35px;
}

.input_div {
    /*line-height: 13px;*/
    padding: 5px 0;
    /*color: white;*/
}

    .input_div select, .input_div input[type="text"], .input_div input[type="number"], .input_div input[type="tel"], .input_div select {
        width: 100%;
        font-size: 16px;
    }
	
/* mobile */
.button-cursor {
    cursor: pointer;
    color: white;
	margin: 0;
	text-align: center !important;
}

.button-cursor-reg {
    cursor: pointer;
}

.button-cursor:hover {
    opacity: 0.8;
}

fieldset {
    border: 0;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: scroll !important; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    width: 65%;
    /* max-width: 500px; */
}
	.modal-content h2{
		float: left;
		/* height: 6px; */
		width: 100%;
		/* margin: 0 0 60px 0; */
	}
	
	.modal-content h2 span{
		float: left;
	}
	
	.modal-content h2 a{
		float: left;
		width: 50px;
	}
	
	.modal-content h2 img{
		width: 100%;
	}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    top: 0;
}

#modal-header {
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

#modal-header a{
}

#modal-header a img{
}

#modal-text span{
	float: left;
	width: 100%;
}

#hotel-images {
    margin-top: 15px;
}

    #hotel-images img {
        width: 100%;
        margin-bottom: 5px;
    }

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#modal-header {
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #F5F5F5;
    padding: 10px;
    text-align: center;
}

#hotel-images {
    margin-top: 5%;
}

    #hotel-images img {
        width: 49%;
		height: 240px;
		margin: 0 1% 1% 0;
    }

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.about_image_left {
    float: left;
    width: 30%;
    margin: 0 20px 20px 0;
}

#home_video {
    width: 600px;
    margin: 0 auto;
    height: 337px;
    background: #1a396b99;
    padding: 30px;
    border-radius: 20px 20px 0px 0px;
}

.ordButton {
    background: #1a396b;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 2px 16px;
    text-align: center;
    cursor: pointer;
}

#header_menu_center a {
    color: white;
    text-decoration: none;
    float: right;
    font-size: 18px;
    padding: 0px 15px;
    border-left: 1px solid #aaa;
    text-align: center;
    line-height: 15px;
    font-weight: 300;
}

#header_menu_center li {
    border-left: 1px solid #aaa;
}

.main_text_div .table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
}

    .main_text_div .table tr:hover {
        background: #bbb;
        color: white;
    }

    .main_text_div .table th, .main_text_div .table td {
        border: 1px solid #bbb;
        padding: 5px;
    }

    .main_text_div .table th {
        background: #1a396b;
        font-weight: 500;
        color: white;
    }

.hotels_search_div {
    background: #1a396b;
    padding: 10px 20px;
    text-align: left;
    color: white;
}

.hotels_inner_links {
    margin: 50px 0;
}

    .hotels_inner_links a {
        text-decoration: none;
    }

/* request page */
.request_row {
}

    .request_row .data_div {
        width: 90% !important;
    }

    .request_row .tag_div {
        float: right;
        padding: 4px 0 4px 30px;
    }

    .request_row .input_div {
        float: right;
        margin-left: 8px;
    }

        .request_row .input_div select, .input_div input[type="text"], .input_div input[type="number"] {
            /* width: 130px; */
            margin-left: 20px;
        }

.request_row_dates .input_div {
    width: 210px;
    margin-top: 20px;
}

.request_row_hotels .input_div {
    margin-top: 20px;
}
/* end request page */
.homepage-message {
    max-width: 500px;
}

#modalHotelName {
    font-size: 24px;
    font-weight: 300;
}

#modalAreaName {
    color: #e84046;
    font-size: 24px;
    font-weight: 300;
}

@media screen and (max-width: 800px) {
    .text_image_left {
        width: auto !important;
    }

    .responsiveCard {
        margin-bottom: 3% !important;
    }
}

@media screen and (max-width: 990px) {

    .responsiveCard {
        margin-bottom: 3% !important;
    }
}

@media screen and (max-width: 900px) {
    .hotels_search {
        font-size: 10px !important;
    }
	
   #main .divCarousel {
        width: 100%;
    }
	#main .text1_div  {
        width: 100%;
    }
	
	.room_data .tag_div, .room_data .input_div{
		font-size:16px !important;
	}
	.room_data {
		width: 47% !important;
	}
	.customer_details.row_6_cells .data_div, .customer_details.row_4_cells .data_div, .row_6_cells .data_div , .row_4_cells .data_div {
		width: 50%; 
		min-width: 50%;
	}
	
	.room_guest_date {
		width: 100% !important;
	}
	
	.order_submit input {
		width: 100% !important;
	}
	.input_div span{
		/* width:100%; */
	}	
}

@media screen and (max-width: 480px) {
    .hotels_search {
        font-size: 12px !important;
    }

    #banner_text {
        font-size: 26px;
        margin: 0 auto;
    }

    #footer_menu {
        height: 80px;
    }

    #header_top_left {
        width: 20%;
    }

    #header_top_center {
        width: 40%;
        font-size: 15px;
    }

    #header_top_right {
        width: 40%;
    }

    .data_div {
        /* min-height: 60px; */
        /* margin-left: 0px; */
        /* margin-bottom: 10px; */
        /* min-width: 85px; */
    }

    .row_auto_width .data_div {
        max-width: 31%;
    }

    .input_div select {
        /* max-width: 90%; */
    }

    input[type="date"] {
        width: 96%;
    }

    .row_auto_width .submit_button {
        width: 100%;
        max-width: 100%;
    }

    .hotel_div {
        width: 90%;
        padding: 5%;
    }

    .radio_div {
        width: 40px !important;
        min-width: 40px;
    }

    .orders_line {
        width: 100% !important;
        padding: 0px !important;
        float: right;
        border-bottom: 1px solid #ccc;
        padding-top: 25px !important;
    }

    .orders_line {
        width: 100% !important;
        padding: 0px !important;
        float: right;
        border-bottom: 1px dashed #ccc;
        padding-top: 25px !important;
    }

    .active_files .orders_line:last-child {
        border-bottom: 0px solid #ccc;
    }

    .orders_line .tag_div {
        display: block;
        width: 100%;
        float: right;
    }

    .only_pc {
        display: none;
    }

    .room_row .tag_div {
        width: 100%;
    }

    .room_row .input_div {
        width: 40%;
    }

    .remark_div .data_div {
        width: 100% !important;
        max-width: 100%;
    }

    .select_room_line .tag_div {
        display: block;
        width: 100%;
        float: right;
    }

    .select_room_line {
        border-bottom: 1px dashed #ccc;
        margin-bottom: 15px;
    }

        .select_room_line:last-child {
            border-bottom: 0px solid #ccc;
        }

    .text1 {
        margin-bottom: 15px;
    }

    .request_send .submit_button {
        width: 100% !important;
    }

    .side_menu {
        width: 100%;
    }

        .side_menu .side_menu_link {
            width: 50%;
        }

    .about_image_left {
        display: none;
    }

    #home_video {
        max-width: 100%;
        padding: 0;
    }

    .row_6_cells .data_div, .row_4_cells .data_div {
        /* width: auto; */
        /* padding-left: 0; */
    }

    #txtRemark, .request_row .input_div select, .input_div input[type="text"], .input_div input[type="number"] {
        /* width: 80%; */
    }

    #main .divRooms {
        width: 100%;
    }

    #main .divCarousel {
        /* width: 30%;  */
        /* float: none; */
        /* width: 1300px; */
        /* padding: 0 20px 8px 20px; */
        /* overflow: auto; */
        width: 94%;
		margin: 0 3%;
    }

    .responsiveCard {
    }
}
/* mobile */


.hotel_div {
	box-shadow: 0 0 5px #ccc ;
	float: right;
	/*height: 395px;*/
	/* height: 400px; */
	margin: 0 0 0;
	padding: 1% 2% 15px 2%;
	width: 33.3333333%;
}
@media screen and (max-width: 480px){
	.hotel_div, .hotel_div_sale {
		width:100%;
	}

}

.hotel_div_sale {
	/*border: 2px solid #FF9800;*/
	box-shadow: 0 0 10px #807f7f inset;
	float: right;
	height: 310px;
	margin: 1% 1%;
	padding: 0;
	width: 23%;
	position: relative;
}

.hotel_div_sale h2 {
	font-size: 15px;
	font-weight: 500;
	margin: 0px;
}

.hotel_div_sale img {
	max-height: 150px;
	height: 150px;
	width: 100%;
	float: none;
}

.remove_room {
	color: #fa9900 ;
	cursor: pointer;
}

.more_rooms, .RoomsDetails  {
	box-shadow: -1px 0px 5px 1px #d8d8d8;
	float: right;
	padding: 2% 0;
	display: none;
}

.RoomsDetails  {
	display: block;
}

.more_rooms .room_number, .RoomsDetails .room_number {
	font-size: 23px;
    color: #fa9900 ;
    margin: 0 0 20px;
    padding: 1% 0;
    border-bottom: 2px solid #fa9900;
    text-align: center !important;
}


.room_number_header {
	float:right;
	width: 80%;
    text-align: center !important;
}
	
.more_rooms .accordion_Rooms_and_bases, .RoomsDetails .accordion_Rooms_and_bases {
	display: block;
}

.more_rooms .ddlBasesAndRooms, .RoomsDetails .ddlBasesAndRooms {
	display: none;
}

.accordion_Rooms_and_bases {
	display: none;
	width: 100%;
	float: left;
	margin: 0 0 50px 0;
}

.accordion_Rooms_and_bases {
	background: #fff;
	width: 100%;
	float: right;
	padding: 10px;
	margin: 0;
	border-radius: 8px;
	box-shadow: unset;
	/* max-height: 225px; */
	/* overflow-y: auto; */
}

.accordion_Rooms_and_bases_row {
	border-bottom: 1px dashed #b4b4b4;
	width: 100%;
	float: right;
	padding: 1% 0;
}

.accordion_Rooms_and_bases span{
	float: left;
	/* width: 18%; */
	/* margin: 0 1%; */
}

.accordion_Rooms_and_bases .spanRoomType {
	/* width: 40%; */
}

.accordion_Rooms_and_bases .spanRoomPrice {
	/* width: 32%; */
}

.spanRoomPrice .supplier-netto , .spanRoomPrice .hotel-netto , .spanRoomPrice .price-brutto {
	/* width: 30%; */
    font-size: 15px;
}

.filterContainer {
	display: none;
    float: right;
    background: #fafafa;
    box-shadow: 0 0 5px gainsboro inset;
	height: 265px;
    /* width: 20%; */
    /* margin: 5px 8% 0 0; */
    /* max-width: unset; */
    /* padding: 1% 2%; */
}

.compare-button {
    float: left;
    width: 100%;
    font-size: 18px;
    color: white;
    border: none;
    background: #9E9E9E;
    box-shadow: 0px 1px 2px 0px #424242;
    cursor: no-drop;
}

.change_view {
    float: left;
    width: 100%;
    font-size: 18px;
	text-align: right;
}

	.change_view span {
		float: left;
		width: 100%;
	}
	
	.change_view div {
		float: left;
		box-shadow: 0 0 5px #ddd inset;
		text-align: center;
		margin: 0 2% 0 0;
		padding: 2% 4%;
	}

.labelHotel {
    float: left;
    padding-right: 1%;
	width: 100%;
    color: #4d4d4d;
    font-size: 16px;
}

#priceRange {
    color: #4d4d4d;
	width: 100%;
    background: none;
    border: none;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

div.ui-slider {
    height: 30px;
    margin: .5em 0;
    padding: 0;
    -ms-touch-action: pan-y pinch-zoom double-tap-zoom;
}

.slider {
    margin: 25px 0;
    height: 14px;
    border: 0;
    background: #fff;
    /* border-radius: 14px; */
}

.labelSort {
    float: left;
}

.results {
	margin-top: 12px;
}
.salesLabel, .resultsLabel {
    color: #4d4d4d;
    width: 74%;
    margin: 0 13%;
    text-align: center;
    /* font-size: 20px; */
    padding: 6px 0;
    /* border-bottom: 1px solid #9E9E9E; */
    /* border-top: 1px solid #9E9E9E; */
	/*height: 78px; */
    line-height: 35px;
    font-size: 42px;
	font-weight: 400;
	text-align: center !important;
}

.salesLabelDiv {
	display: none;
}

.room_name, .room_base {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    float: right;
    font-size: 16px;
}

.room_name {
    font-weight: 500;
}

.room_base, .room_name {
    font-size: inherit !important;
	float: unset;
}

.total_price {
	width: 100%;
	text-align: center;
	line-height: 34px;
	font-size: 22px;
	color: #F44336;
}

.div_order_now {
	float: left;
	width: 12%;
	position: absolute;
    bottom: 0;
    left: 0;
}


.more_room_types {
	background: #2c2e3e;
	border-radius: 0px;
	color: #fff;
	float: right;
	font-size: 15px;
	/* font-weight: bold; */
	margin: 38px 0 0;
	padding: 2px 0px;
	text-align: center;
	cursor: pointer;
	width: auto;
	max-width: 50%;
}

.btlike{
    display: block;
    /* margin: 40px auto 0px; */
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 10px 20px -8px rgb(240, 75, 113);
    /* padding: 0 16px; */
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 22px;
    background: #ffa600;
    box-shadow: 0 10px 20px -8px rgb(213, 213, 213);
    background: #b7b7b7;
    color: #fff;
    font-weight: bold;
    width: 30px;
    height: 30px;
    float: right;
    text-align: center;
}

	.btlike:hover{
		opacity: 0.8;
	}

	.btlike.selected-to-compare{
		box-shadow: 0 10px 20px -8px rgb(240, 75, 113);
		background: #ed2553;
		color: #ffffff;
	}
	
#divResults, .sales {
	/* margin: 5% 0 0 0; */
	display: none;
	margin-top: 7px;
}

.sales {
	margin-top: 50px;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    /* color: #fff; */
    /* background-color: #f46430 !important; */
    /* border-color: #4e4e4e !important; */
}

.closeContact {
    margin: 0px 10px;
}

.div-compare-button {
	width: 100%;
	display: none;
}

.slider-box{
	width: 100%;
}

.slider {
    margin: 25px 0;
    height: 14px;
    border: 0;
    background: #fff;
    /* border-radius: 14px; */
}

.ui-slider-horizontal .ui-slider-handle {
    width: 19px;
    left: -17px;
    top: 5px;
    border-radius: 50%;
    background: #eee !important;
    cursor: default;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.15);
    box-shadow: 1px 1px 2px rgba(0,0,0,.15);
    cursor: col-resize;
}

.ui-slider-horizontal .ui-slider-range {
    background: none;
    border-radius: 14px;
    margin-top: 5%;
}


span.ui-slider-handle.ui-state-default.ui-corner-all:before, span.ui-slider-handle.ui-state-default.ui-corner-all:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background: #fff;
    left: 15px;
    top: 11px;
    margin-top: 5%;
}

span.ui-slider-handle.ui-state-default.ui-corner-all:after {
    left: 18px;
}

.divCarousel {
    float: left;
    box-shadow: 0 1px 4px 2px #4d4d4d80;
    background: #fff;
    overflow: hidden;
    /* margin: 0 4% 0 0; */
    /* width: 57%; */
    /* max-width: 96%; */
    /* margin: 0 9% 0 0; */
    /* padding: 0 20px 32px 20px; */
	/* padding: 0 3%; */
}

.hotel-name-header {
	background: #ffffff;
    text-align: center;
    width: 100%;
    /* margin-right: -2%; */
    padding: 1%;
    color: #fa9900 ;
    font-size: 26px;
	border-bottom: 1px solid #fa9900 ;
}

.room_data, .hotel_data {
	display: inline-block;
	margin: 2px 1%;
	border: 1px solid #eee;
	padding: 5px;
	height: auto;
	/* min-width: 87px; */
	/* width: 110px; */
	/* width: 210px; */
	width: 18%;
}

.hotel_data {
	width: 31%;
    height: 75px;
}

.room_details_wrapper {
	margin-bottom: 14px;
    float: right;
    width: 100%;
}

.price_room_wrapper .room_data .orderDetails {
	color: green;
	padding: 0;
	margin: 0;
	font-size: 18px;
}

.price_room_wrapper .room_data {
	text-align: center;
	width: 100%;
	/* border-radius: 21px; */
	/* padding: 11px; */
	background: #f5f5f5;
	border: 1px solid #444;
	color: #444;
}

.price_room_wrapper {
	border: none;
}


.hotelSummary {
    float: left;
    /* background-color: #fff; */
	text-align: right;
    /* width: 20%; */
    /* margin: 0 3% 0 13%; */
	/* border: 2px solid #fa9900 ; */
	/* padding: 0 2%; */
}

.hotel-summary {
	background: #fff;
    box-shadow: 0 1px 4px 2px #4d4d4d80;
}

.hotel-summary-header-text {
    background-color: #fff;
    padding: 7%;
    color: #fa9900 ;
    font-weight: bold;
    border-bottom: 1px solid #fa9900 ;
}

.hotel-summary-information {
	padding-right: 10%;
    padding-bottom: 6%;
    /* padding-left: 7%; */
    border-bottom-style: inset;
    /* border-bottom-color: #ffebe5;*/
}

.hotel-summary-bold {
    font-weight: bold;
    font-size: 16px;
}

.hotel-icon {
    padding-left: 6%;
}

.hotel-summary-total-payment{
    padding-top: 4%;
    font-size: 22px;
}

.hotel-summary-total {
    padding-top: 2%;
    padding-bottom: 3%;
    padding-right: 5% !important;
}

.hotel-summary-total-text-price {
    color: #fa9900;
    font-weight: bold;
    float: left;
    padding-left: 3%;
}

.contactUsRemarks {
    padding-top: 20px;
}

.hotel-summary-nights {
    padding-bottom: 10px;
}

.summary-room-details {
    border-top-style: solid;
    border-color: #f7f0f0;
    padding-top: 10px;
}

.hotel-summary-end-gap
{
    padding-bottom: 10px;
}

.order_input_information input, textarea{
    color: black !important;
}


/*slider*/#colorlib-hero.flexslider{
	border: none;
	z-index: 1;
	margin-bottom: 0;
}

#colorlib-hero.flexslider.slides{
	position: relative;
	overflow: hidden;
}

#colorlib-hero.flexslider.slidesli{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: centercenter;
	height: 500px;
	position: relative;
}

#colorlib-hero.flexslider.slidesli.overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
}

#colorlib-hero.flexslider.flex-control-nav{
	bottom: 5em;z-index: 1000;width: 0auto;
}

@mediascreenand(max-width: 768px){
	#colorlib-hero.flexslider.flex-control-nav{
		bottom: 6em;
	}
}

#colorlib-hero.flexslider.flex-control-navlia{
	background: rgba(255,255,255,0.1);
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 12px;
	height: 12px;
cursor: pointer;
}

#colorlib-hero.flexslider.flex-control-navlia.flex-active{
	cursor: pointer;
	background: transparent;
	background: #FFDD00;
}

#colorlib-hero.flexslider.flex-direction-nav{
	display: none;
}

#colorlib-hero.flexslider.slider-text{
	display: table;
	opacity: 0;
	height: 500px;
	z-index: 9;
}

#colorlib-hero.flexslider.slider-text>.slider-text-inner{
	display: table-cell;
	vertical-align: middle;
	height: 500px;
	padding: 2em;
}

@mediascreenand(max-width: 768px){
	#colorlib-hero.flexslider.slider-text>.slider-text-inner{
		text-align: center;
	}
}

#colorlib-hero.flexslider.slider-text>.slider-text-innerspani{
	font-size: 24px;
	color: #F7AF1D;
}

#colorlib-hero.flexslider.slider-text>.slider-text-innerh1,
#colorlib-hero.flexslider.slider-text>.slider-text-innerh2{
	margin: 0;
	padding: 0;
	color: white;
}

#colorlib-hero.flexslider.slider-text>.slider-text-innerh1{
	margin-bottom: 50px;
	font-size: 50px;
	line-height: 1.3;
	font-weight: 300;
}

@mediascreenand(max-width: 768px){
	#colorlib-hero.flexslider.slider-text>.slider-text-innerh1{
		font-size: 28px;
	}
}

#colorlib-hero.flexslider.slider-text>.slider-text-innerh2{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
	text-transform: uppercase;
	/* font-family: "Quicksand",Arial,sans-serif; */
	font-family: 'Heebo','Vardana', Arial;
	letter-spacing: 3px;
}

#colorlib-hero.flexslider.slider-text>.slider-text-innerh2a{
	color: #ffdd00;
	border-bottom: 1pxsolidrgba(255,221,0,0.7);
}

#colorlib-hero.flexslider.slider-text>.slider-text-inner.heading-section{
	font-size: 50px;
}

@mediascreenand(max-width: 768px){
	#colorlib-hero.flexslider.slider-text>.slider-text-inner.heading-section{
		font-size: 30px;
	}
}

#colorlib-hero.flexslider.slider-text>.slider-text-inners.colorlib-lead{
	font-size: 20px;
	color: #FFDD00;
}

#colorlib-hero.flexslider.slider-text>.slider-text-inners.colorlib-lead.icon-heart{
	color: #d9534f;

}

#colorlib-hero.flexslider.slider-text>.slider-text-inner.btn{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	padding: 20px30px!important;
	border: none;

}

#colorlib-hero.flexslider.slider-text>.slider-text-inner.btn.btn-learn{
	background: #FFDD00;
	color: #fff;

}

#colorlib-hero.flexslider.slider-text>.slider-text-inner.btn: hover{
	background: #000!important;
}

@mediascreenand(max-width: 480px){
	#colorlib-hero.flexslider.slider-text>.slider-text-inner.btn{
		width: 100%;
	}
}
			 
.hotel_details {
	padding-top: 20px;
	margin: 0;
	text-align: center;
}

.hotel_details div{ 
	text-align: center;
}

#ContentPlaceHolder1_hotelDetails {
	min-height: 165px;
    margin-bottom: 3px;	
}

.col-xs-12 #ContentPlaceHolder1_hotelDetails {
	min-height: 165px;
    margin-bottom: 13px;
	width: 100%;
	float: right;
}

.col-xs-12 #ContentPlaceHolder1_hotelDetails .hotel_data{
	width: 100%;
	margin: 2px 0;
}

.input_div input[type="text"],
.input_div input[type="number"],
.input_div input[type="tel"] {
	/* width: 90% !important; */
}


.request_row .input_div select, .input_div input[type="text"], .input_div input[type="number"] {
	margin-left: 0px;
}

.input_div input[type="text"],
.input_div input[type="number"],
.input_div select,
.input_div input[type="tel"],
textarea {
	height: 35px;
	padding: 10px;
	line-height: 18px;
	color: #282828;
	background-color: #fff;
	font-size: 13px;
	border: 1px solid #d0d1d3;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.labelH {
	font-weight: normal;
}

html {
	background: #f9f9f9;
}



.row_data {
	/* border-bottom: 1px dashed #ccc; */
}

.row_6_cells, .row_4_cells {
	padding-bottom: 12px;
}

.data_div_traveller_type {
	width: 100% !important;
}

.text1_div {
	float: right;
	/* margin: 26px 0 0 0%; */
}

.customer_details.row_6_cells .data_div, .customer_details.row_4_cells .data_div {
	width: 33.3%;
}

#btnMakeOrder {
	width: auto;
	float: right;
}



.price {
	color: green;
	font-weight: bold;
}

.price_wrapper {
	border-bottom: 1px solid #ccc;
	width: 100%;
	float: left;
	direction: rtl;
	font-size: 23px;
}

.remarkL_full_height {
	max-height: unset !important;
}

.remarkL {
	/* overflow-y: auto; */
	overflow-y: hidden;
    width: 100%;
    text-align: right;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 500;
    margin: 0 1%;
    padding: 0 3%;
	height: auto;
    
    /* text-align: right; */
    /* color: #4d4d4d; */
    /* font-size: 16px; */
    /* font-weight: 500; */
    /* padding: 0 3%; */
}

.room_data_wrapper {
	padding: 0 0 18px 0;
}

.no_border {
	border: 0;
}



.input_div {
	/* line-height: 13px; */
	padding: 5px 0;
	/* color: white; */
	float: left;
	width: 100%;
}

#colorlib-hero {
	width: 100%;
    height: 360px;
    float: left;
}
#colorlib-hero .flexslider .slides li {
	height: 350px;
	padding: 2%;
}

.extra-brutto {
	
}

.extra-brutto-span-small {
	float: left;
	width: 10%;
}

.extra-brutto-span {
	float: left;
	width: 20%;
}

.extra-brutto-span span{
	float: left;
	width: 100%;
}

.extra-brutto-span input {
	width: 98%;
}

.dynamic-brutto {
	background: unset;
}

.order_submit {
	width: 100%;
	float: left;
	direction: ltr;
	text-align: left;
}

.order_submit input {
	margin-bottom: 10px;
	padding: 0.5% 5%;
    font-size: 18px;
    font-weight: 100;
}
		
.confirmation-header {
	width: 100%;
	text-align: left;
}

.confirmation-header-big {
    font-size: 24px;
    font-weight: 600;
}

.padding-top-25 {
	padding-top: 25px;
}

/* .home { */
	/* height: 500px; */
/* } */

/* .parallax-window { */
	/* min-height: 540px; */
/* }		 */


.page-content {
	width: 70%;
	margin: 0 15% 4% 0;
	color: #4d4d4d !important;
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'Heebo','Vardana', Arial;
}

h1 {
	text-align: center;
}

#cssmenu #menu-button {
    /* display: none; */
	color: #4d4d4d;
	font-size: 16px;
}

#cssmenu #menu-button:before {
	color: #4d4d4d;
}

#cssmenu #menu-button:before {
	color: #4d4d4d;
}

#loadMore {
	display: none;
	padding: 10px;
	text-align: center;
	background-color: #33739E;
	color: #fff;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #fff;
	box-shadow: 0 1px 1px #ccc;
	transition: all 600ms ease-in-out;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
	background-color: #fff;
	color: #33739E;
}

#ContactModal .hideOnPopUp {
	display: none;
}

#submitSearch.btn-search-service:hover{
	background: #f46b3a;
	border: 1px solid #4d4d4d;
}

.hotel-entry .hotel-img {
	height: 300px;
    display: block;
    /* margin-bottom: 20px; */
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hotel-entry h3 {
	font-size: 20px;
	margin: 0;
}

.footer {
    min-height: 290px;
	background: #fa9900;
	position: relative;
}

.footer a {
	color: #ffffff;
    font-size: 20px;
}

.footer_phones {
    font-size: 2.1rem;
	text-align: center;
}

.order_btn {
	width: 16%;
    bottom: 5px;
    left: 5px;
    position: absolute;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.col-lg-10.div_results_cards.div_results_cards_flights {
	padding-left: 0 !important;
    padding-right: 0 !important;
}

#filters .row {
	width: 100%;
	margin: 0;
}

.title_select {
	padding: 0 !important;
}

.flex-direction-nav, .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next, .flex-prev, .flex-next {
    opacity: 1;
	box-shadow: 0px 0px 3px 0px #4d4d4d;
    height: 30px;
    width: 6%;
	min-width: 34px;
	background: #adadad;
}

.colorlib-hero .previous , .colorlib-hero .next{
	/* z-index: 912912497124971294719247912; */
    /* display: inline-block; */
    /* position: absolute; */
    opacity: 1;
}

.flexslider {
    height: 330px;
}
	
.flex-direction-nav a.flex-prev:before {
    content: "\203A";
}

.flex-direction-nav a.flex-next:before {
    content: "\2039";
}

.flex-direction-nav a:before {
    font-size: 35px;
    color: #ffffff;
    text-shadow: -1px -1px 2px #9e9e9e;
	margin: -14px 10px 0 12px;
}

.flex-prev {
    left: 10px !important;
    top: 175px !important;
}

.flex-next {
    right: 10px !important;
    top: 175px !important;
}

.flex-control-nav {
	/* top: 352px; */
    /* z-index: 2; */
}

.icon-chevron-left:before {
    content: "\02190";
}

.icon-chevron-right:before {
    content: "\02192";
}

.ContactUs {
	background-image: url(https://web27.agency2000.co.il/bdgraiver/style/images/bdGraiverContactUs.jpg);
	background-position: center !important;
	min-height: 200px;
}

.sale_cube_col {
	margin: 2px 0;
}

.sale_cube_col_sub_details {
    float: right;
	width: 75%;
}

.sale_cube_price_remarks{
	margin-top: 44px;
	height: 20px;
	transform-origin: top;
	transition: transform 0.46s ease;
	transform: scaleY(0);    
}

.sale_desc:hover .sale_cube_price_remarks{
	height: 140px;
	transform: scaleY(1);
	display: inline;
}

.sale_desc:hover .sale_cube_price_remarks p{
	white-space: unset;
	transition: transform 0.26s ease;
}

.sale_cube_price_remarks p{
	display: inline-block;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: 90%;
}

.sale_cube_col_price {
    float: right;
    font-size: 24px;
    /* background: #FFF; */
    color: #fa9900 ;
    font-weight: 700;
}

.flex-control-paging li a {
    background: rgba(227, 227, 227, 0.5);
    position: relative;
}

.flex-control-paging li a:hover{
    background: rgba(255, 255, 255, 0.7);
}

.item {
    box-shadow: -2px 3px 4px 0px #868686;
	background-repeat: no-repeat;
	background-size: 100% 70%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: #4d4d4d;
}

.google_map_icon {
	width: 100% !important;
}

.page-content .parallax_background2 {
	display: none;
}

.page-content .parallax_background {
	background-image: url(./style/images/hotelstock3.jpg) !important;
	background-position: center;
	height: inherit;
	min-height: inherit !important;
}

.guests { 
	display: block;
}

.guests_mobile { 
	display: none;
}

.guests_select {
    padding: 0;
}

.adults_select{
	padding-right: 0 !important;	
}
.kids_select{
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.infants_select{
	padding-left: 0 !important;
}

.from_date_text_box {
	padding-right: 0 !important;
	padding-left: 3px !important;
}

.to_date_text_box {
	padding-right: 3px !important;
	padding-left: 0 !important;
}


.accordion_Rooms_and_bases_row_sub_header { 
	display: none;
}

.footer {
    min-height: 100px;
	background-image: unset !important;
}

.rooms_left {
	color: black;
    font-size: 16px;
	font-weight: 500;
}

.result_not_found {
	text-align: center;
    font-size: 60px;
}

.form-control[readonly] {
    background-color: #ffffff !important;
}

.order_details_row {
	margin-bottom: 10px;
}

.order_end_container {
	box-shadow: 0 0 5px #ccc inset;
}

.add_more_room_button_div {
	margin-top: 30px;
}

.add_more_room {
    cursor: pointer;
    color: #2196F3;
    font-size: 22px;
    padding: 0 2%;
    /* border: 2px solid #2196F3; */
}

.add_more_room:hover {
	/* color: #fff; */
	/* background: #2196F3; */
    font-size: 23px;
	border: 2px solid #2196F3;
}

.add_more_room:active {
	color: #fff;
	background: #2196F3;
}

.span_add_room {
	background: #fa9900;
    border: 1px solid #b3adad;
    padding: 3px;
    color: #fff;
    font-size: 16px;
	cursor: pointer;
}


.span_add_room:hover {
    background: #f6d25f;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
}

.select_title {
	display: none;
}

.more_combos_header {
	font-size: 21px;
    color: #fa9900;
    padding: 1% 0;
    /* border-bottom: 2px solid #fa9900; */
    text-align: right !important;
	cursor: pointer;
}

.rooms {
    margin-top: 40px;
}

.copy-to-clipboard {
	background-color: #eee;
	font-size: 16px;
	padding: 1%;
	border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    text-decoration: none;
    color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
	z-index: 1;
}

.copy-to-clipboard:hover {
	background-color: #ccc;
}

.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.div-select-composition {	
    float: right;
    border: 1px solid #fa9900;
    padding: 1%;
    border-radius: 8px;
    box-shadow: 1px -1px #fa9900;

}

.div-select-composition div{
	margin-top: 4px;
	width: 100%;
}

.div-select-composition div span {
	width: 100px;
	float: right;
}

.div-select-composition div select{
	border-radius: 7px;
    padding: 0 3px 0 0;
}

.div-select-composition input[type="button"] {
	width: 100%;
}

#main {
    margin-bottom: 15px;
}

.credits_footer_wrapper {
	margin-bottom: 0;
}

.parallax_background2 {
	display: none;
}

.contactUsContainer, .ContactUs, .ContactModal {
	display: none !important;
}

.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; */
}

.above_footer_images {
	background-position: center;
	background-position: center;
	height: 300px;
	background-size: 100%;
	background-repeat: no-repeat;
	text-align:center; 
	padding:7% 0; 
	margin-bottom: 1%;
}

.above_footer_images span {
	font-size: 70px;
	color: #f8f8f8;
	text-shadow: 1px 1px #727272;
}

.salesLabel {
	color: #444;
}
.salesLabel2 {
	color: #fa9900;
}

.footer_images img {
    width: 100px !important;
}