.tmp{
	min-height: 100px;
	background-color: #07f;
}
.red{
	background-color: red;
}
.hide{
	display: none;
}
.warp {
    width: 100%;
}
.w_1020 {
    width: 1020px;
    margin: auto;
}
.right{
	float: right;
}
.left{
	float: left;
}
.clear{
	clear: both;
}
.text > p {
	display:inline;
}

* {
}
body{
	font-family:"Source Sans Pro", sans-serif;
	text-align: justify;
}

.hidden_hr{
	border: 1px solid rgba(0, 0, 0, 0);
}

.warp_header{
	position: fixed;
	height: 120px;
	z-index: 20;
	background-color: #EEEEEE;
}
.header_place_holder{
	height: 120px;

}
.header{
}
.logo_warp{
	position: relative;
	left: -259px;
	height: 120px;
	float: left;
}
.top_icons{
	margin-top: 15px;
}
.top_icon {
	margin: 0px 10px;
}
.warp_weather{
	width: 160px;
	display: inline-block;
}
.time_location{
	color: #7d7d7d;
	font: 14px 'Source Sans Pro', sans-serif;
}
.current_time{
	font: 14px 'Source Sans Pro', sans-serif;
}
.header_bar{
	clear:right;
	padding-top: 30px;
}
.header_bar a{
	text-decoration: none;
	color: #000;
	padding: 0px 8px;
	font: 18px 'Source Sans Pro', sans-serif;
}
.header_bar a:hover, .header_bar a.selected{
	color: #27b6de;
	fill: #27b6de;
}
.header_bar .text img {
    vertical-align: text-bottom;
}

.languages_bar{
	position: relative;
	top: -27px;
	width: 170px;
	background-color: #E3E3E3;
	color: #818181;
	font: 14px 'Source Sans Pro', sans-serif;
	border: none;


}
.languages_bar_header{
	padding: 5px 9px;
	background: url("../img/lang_arrow.png") no-repeat scroll 94% center #E3E3E3;
	_border: 1px solid #818181;
	_border-bottom: none;
	border: 1px solid #c2c1c1;
	border-bottom: 1px solid #fff;
}
.languages_bar hr{
	width: 100%;
	margin: 0px auto 3px;
	background: #E3E3E3;

	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.lang_opt{
	padding: 0px 9px;
	width: 170px;
	height: 30px;
	background: #E3E3E3;

	border-left: 1px solid #818181;
	border-right: 1px solid #818181;
}
.lang_opt:hover, .lang_opt.selected{
	color: #000;
	background: #dddddd;
}
.lang_opt:last-child{
	border-bottom: 1px solid #818181;
}

.lang_opt > img{
	float: right;
	padding-top: 1px;
}

.main_banner{
	min-height: 100px;
	overflow: hidden;
	position: relative;
}
.homepage .main_banner{
	height: calc(100vh - 120px - 100px);
}
.special_offer{
	position: absolute;
	top: -1px;
	right: 0px;
	z-index:9;
}
.warp_content_0{
	background: #fff;
	min-height: 200px;
	position: relative;
}
.homepage .warp_content_0{
	min-height: 0px;
}
.warp_content{
	position: relative;
	background-color: #fff;
}
.content{
	float: right;
	width: 780px;
	padding: 15px;
	background-color: #fff;
	font-size:18px;
}
.side_bar{
	float: left;
	width: 240px;

	padding-bottom: 100px;

	background: #E1E1E1;
	background: -moz-linear-gradient(left,  #ffffff 0%, #E1E1E1 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#E1E1E1));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#E1E1E1 100%);
	background: -o-linear-gradient(left,  #ffffff 0%,#E1E1E1 100%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#E1E1E1 100%);
	background: linear-gradient(to right,  #ffffff 0%,#E1E1E1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E1E1E1',GradientType=1 );

	box-shadow: -20px 0px 10px -16px rgba(0, 0, 0, 0.2) inset;
	box-shadow: -7px 0px 3px -6px rgba(0, 0, 0, 0.2) inset;

}

.side_bar_menu{
	margin: 60px 0px 40px;
}
.side_bar_menu a{

	display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px;

	border: 1px solid #DBDBDB;
	border-top: none;
	border-left: none;
	text-decoration: none;
	color: #7d7d7d;
	font: 16px 'Source Sans Pro', sans-serif;

}
.side_bar_menu a:first-child{
	border-top: 1px solid #DBDBDB;
}

.side_bar_menu a:hover, .side_bar_menu a.selected{
	background: #fff;
	color: #0c93c5;
	border-right: none;
	border-left: none;
}
.contact_form .contact_us{
	font: 40px 'Source Sans Pro', sans-serif;
	padding-left: 10px;
}
.contact_form .for_a_special_tour{
	color: #0c93c5;
	font: 24.5px 'Source Sans Pro', sans-serif;
	padding-left: 10px;
	margin-bottom: 14px;
}
.contact_form input[type=text], .contact_form textarea{
	width: 200px;
	height: 34px;
	margin: 4px 10px;
	padding: 2px 0px 0px 13px;
	border: 1px solid #c2c1c1;
	border-bottom: 1px solid #fff;
	background-color: #E3E3E3;
	font: 14px 'Source Sans Pro', sans-serif;
}
.contact_form textarea{
	/* height: 62px;
	padding: 7px 0px 0px 13px; */
	margin-bottom: -12px !important;
}
.contact_form input[type=submit]{
	    /* width: 65px;
	    height: 34px;
	    float: right;
	    color: #fff;
	    background-color: #0C93C5;
	    border: none;
	    margin-top: 0px !important; */

		color: #fff;
		border: none;

		width: 90px;
		height: 42px;
		float: right;
		margin: 49px 53px 0px 0px;
		background: #27b6de;
		float: left;
		clear: both;
		margin: 24px 53px 14px 7px !important;
}
.contact_form input[type=submit]:hover{
	opacity: 0.8;
	cursor: pointer;
}
.contact_option > div{
	margin-right: 2px;
	padding: 10px 9px 10px 11px;

	_box-shadow: -20px 0px 10px -16px rgba(0, 0, 0, 0.2) inset;
}
.contact_option > div:nth-child(odd){
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(left,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to right,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=1 );
	/*
	background-color: #0C93C5;
	*/
}
.contact_option img{
	margin: 4px 10px;
}
.contact_option .vendor{
	color: #0c93c5;
	font: 14px 'Source Sans Pro', sans-serif;
}
.contact_option .address{
	color: #000;
	font: 16px 'Source Sans Pro', sans-serif;
}

.without_side_bar .content{
	width: 100%;
}
.without_side_bar .side_bar{
	display: none;
}
.homepage .side_bar_menu{
	display: none;
}
.homepage .content{
	_width: 100%;
}

.homepage .content{
	position: relative;
}
.homepage .extra_content{
	background-color: #fff;
	position: relative;
	min-height: 200px;
}
.homepage .extra_content h1{
	_margin: 20px;
	padding: 20px;
	text-align: center;
	font: 45px 'Source Sans Pro', sans-serif;
}
.homepage .bottom_arrow{
	position: absolute;
	z-index: 2;
	_top: -220px;
	top: -200px;
	right: 0px;
	display: none;
}
.homepage .extra_content div.w_1020.new{
	position: relative;
	text-align: center;
}
.homepage .side_bar{
	position: absolute;
	float: left;
	top: 505px;
	_top: calc(-100vh - 200px);
	_top: calc(-100vh + 120px + 80px + 6vh);
	left: 819px;
	display: block;
	height:368px;
	width: 245px;
	box-shadow: none;
	z-index: 999999 !important;
}
@media (max-height: 500px) {
    .homepage .side_bar{
		top: calc(-70vh - 50px);
		_display: none;
	}
}

.homepage .contact_form{
      padding: 8px 0px 0px 8px;
}
.homepage .contact_form .contact_us {
    font: 27px "Source Sans Pro",sans-serif;
}
.homepage .contact_form .for_a_special_tour{
	_padding-bottom: 10px;
	font: 19px "Source Sans Pro",sans-serif;
}

.homepage .contact_form input[type="text"],.homepage  .contact_form textarea{
	/* width: 17%; */
	margin: 3px 7px;
}

.homepage .contact_option > div:nth-child(2n+1) {
	background: none;
}

.homepage .contact_form input[type="submit"] {
    /* width: 90px;
    height: 42px;
    float: right;
    margin: 9px 53px 0px 0px;
	background: #27b6de; */



    width: 71px;
    height: 32px;
    float: right;
    background: #27b6de;
    float: left;
    clear: both;
}

.homepage .contact_form input[type="submit"]:hover{
	opacity: 0.8;
	cursor: pointer;
}
.homepage .blocks{
	margin: 0px -10px;
}
.homepage .block {
    width: 240px;
    height: 400px;
    float: left;
	margin: 20px 10px 40px;
	_box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 3px #E3E3E3;
}
.homepage .block:hover{
	_box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5), 0px 0px 5px 0px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 0px 10px 10px #E3E3E3;
}
.homepage .block .img_warp{
	position: relative;
	width: 125px;
	height: 125px;
	margin: 30px auto;
	padding: 28px 12px;
	border: 5px solid #d5d5d5;
	border-radius: 50%;
	overflow: hidden;

	_box-shadow: 0px 0px 0px 1px #777 inset, 0px 0px 0px 1px #777;
}
.homepage .block img{
	position: absolute;
	_width: 90px;
	_height: 56px;
	width: auto;
	height: auto;
	margin: auto;

	margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.homepage .block .title{
	color: #000;
	font: 24px "Source Sans Pro",sans-serif;
	text-align: center;
}
.homepage .block .block_text{
	min-height: 100px;
	margin: 22px 16px;
	text-align: center;
	color: #000;
	font: 16px "Source Sans Pro",sans-serif;
}
.homepage .block .read_more{
	padding: 1px;
	text-align: center;
	font: 14px "Source Sans Pro",sans-serif;
	background: url("../img/right_arrow.png") no-repeat scroll 73% center transparent;
	color: #27b6de;
}

.comments{
	background: #27b6de;
	min-height: 375px;
	box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.41) inset;
}

.comments .comments_header{
	float: left;
	font: 30px "Source Sans Pro",sans-serif;
	color: #fff;
	border-bottom: 2px groove #27b6de;
	margin: 20px 0px 35px 0px;
	padding: 12px 57px 12px 61px;
	background: url("../img/comment_bg.png") no-repeat scroll 0% 6px transparent;
}
.comments .calendar_header{
	float: left;
	font: 30px "Source Sans Pro",sans-serif;
	width: 100%;
	color: #fff;
	border-bottom: 2px groove #27b6de;
	margin: 20px 0px 0px 0px;
	padding: 12px 57px 12px 61px;
	background: url("../img/calender_bg.png") no-repeat scroll 0% 13px transparent;
}
.comments .warp_calendar{
	float: right;
	width: 320px;
	min-height: 375px;
}
.comments .calendar{
	clear: both;
}
.comments .calendar .nav{
	padding: 16px 0px;
	color: #fff;
	font: 20px "Source Sans Pro",sans-serif;
	text-align: center;
	_border-top: 2px groove #1d99bc;
}
.comments .calendar .next, .comments .calendar .back{
	padding: 0px 15px;
}
.comments .calendar .EventsTable{
	outline: 5px solid #fff;
	border: 15px solid #eee;
	border-bottom: 18px solid #eee;
	background: #eee;
}
.comments .calendar .days th{
	height: 26px;
	background: #27b6de;
	color: #fff;
	font: 16px "Source Sans Pro",sans-serif;
	border: 2px solid #fff;
	_box-shadow: 0px -1px 1px 2px #ddd inset;
}
.comments .calendar td{
	background: #eee;
	height: 30px;
	border: 2px solid #fff;
	font: 16px "Source Sans Pro",sans-serif;
	_box-shadow: 0px -1px 1px 2px #ddd inset;
}
.comments .calendar .day:hover{
	_box-shadow: 1px -1px 3px 0px #AAA;
	background: #ddd;
}
.comments .calendar .thisday{
	background: #464545;
}
.comments .calendar .jewish_holiday{
	background: rgb(189, 237, 234);
}
.comments .calendar .evday{
	background: #87b75e;
}



.comments .comments_body p{
	display: block;
	padding-bottom: 16px;
}
.comments .comments_body img{
	height: 208px;
	width: 210px;
	margin-right: 20px;
	margin-top: 6px;
	border: 5px solid #fff;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
.comments .comments_body:hover img{
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 1);
}
.comments .comments_body{
	_float: left;
	clear: left;
	width: 675px;
	color: #fff;
	font: 20px "Source Sans Pro",sans-serif;
}


.page{
	position: relative;
}
.page h1{
	color: #0c93c5;
	min-height: 54px;
	padding: 15px 18px;
	font: 20px "Source Sans Pro",sans-serif;
}
.page > hr{
	border: 0;
    height: 0;
    border-top: 1px solid;
	color: #DBDBDB;
}
.page .breadcrumb{
	color: #7d7d7d;
	font: 20px 'Source Sans Pro', sans-serif;
	text-decoration: none;
}
.page .active_breadcrumb{
	color: #0c93c5;
}

.content_page .content_text{
	padding: 15px 0px 15px 18px;
	font: 18px "Times New Roman", Times, serif;
}




/* .information_and_reservation{
	position: relative;
	float: right;
	top: -20px;
	right: 0px;
	background: url("../img/info_77.png") no-repeat scroll 0% 0% transparent;
	width: 196px;
	height: 185px;
	padding: 35px 35px 0px 35px;
	color: #fff;
	font: 16px 'Source Sans Pro', sans-serif;
	text-align: center;

} */
.tour_page > hr{
	margin-right: -196px;
}
.tour_page .breadcrumb{
	color: #7d7d7d;
	height: 54px;
	padding: 15px 18px;
	font: 20px 'Source Sans Pro', sans-serif;
}
.tour_page h1{
	color: #0c93c5;
	min-height: 54px;
	padding: 5px 18px;
	font: bold 30px 'Source Sans Pro', sans-serif;
}
.tour_page  .content_text{
	padding: 0px 0px 15px 18px;
}

.gallery_main > table > tbody > tr > td > div > a{
    display: none;
}
.gallery_warp h2{
	color: #0c93c5;
	font: 30px 'Source Sans Pro', sans-serif;
	padding: 5px 18px;
}
.gallery_main p{
	font: 16px 'Source Sans Pro', sans-serif;
	padding: 10px 1px 10px 12px;
}

.gallery_warp table > tbody > tr:nth-child(2)  td{
	padding-left: 12px;
}

.gallery_category{
	width: 33%;
	overflow: hidden;
}
.gallery_category > a{
	color: #777;
}

.gallery_item{
	overflow: hidden;
	width: 33%;
	height: 185px;
	margin: 0px;
	_background: red;
}
.gallery_item .hover{
	position: absolute;
	height: 178px;
	width: 239px;
	z-index: 1;

	margin: 2px 0px 0px 2px;
	padding: 56px;

	background: url("../img/hover_cross.png") no-repeat scroll center center #000;
}
.gallery_item img{
	position: relative;
	z-index: 2;
}
.gallery_item:hover{
	background: none;

}
.gallery_item img:hover{
	opacity: 0.4;
	filter: alpha(opacity=40);
	box-shadow: 0px 0px 3px 4px #999;
}



.gallery_item a {
	_display: none;
}


.fancybox-next span{
	left: auto;
}



.group_warp h1{
	padding: 10px 10px 10px 0px;
}
.group_warp h1 a{
	color: #0c93c5;
	font: 20px 'Source Sans Pro', sans-serif;
	text-decoration: none;
}
.group_warp .gallery_main hr{
	width: 100%;
	color: #dbdbdb;
	border: 1px solid #dbdbdb;
	border-top: none;
}
.group_warp .gallery_main p{
	font: 16px "Times New Roman", Times, serif;
	padding: 10px 1px 10px 0px;
}

.group_warp .group_category{
	position: relative;
}
.group_warp .group_category h2{
	position: relative;
	background: #fff;
	z-index: 2;
	display: inline-block;
	padding: 8px 20px 8px 0px;
	font: bold 20px 'Source Sans Pro', sans-serif;
}
.group_warp .group_category hr{
	position: absolute;
	width: 100%;
	margin: -18px 0px 0px;
	z-index: 1;
	color: #dbdbdb;
	border: 1px solid #dbdbdb;
	border-top: none;
}
.group_warp .category_items{
	padding-top: 10px;
	margin: 0px -15px;
}
.group_warp  .hidden_hr{
	padding-bottom: 40px;
}
.group_warp .gallery_item{
	height: 260px;
	width: 310px;
	margin: 15px;
	padding: 0px;
	_box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 3px #E3E3E3;
	background: url("../img/right_arrow.png") no-repeat scroll 97% 93% #F6F6F6;
}
.group_warp .gallery_item:hover{
	_box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 10px 10px #E3E3E3;
}
.group_warp .gallery_item a{
	padding-top: 0px;
}
.group_warp .gallery_item img{
	height: auto;
	width: 320px;

	max-height: 210px;
}
.group_warp .gallery_item img:hover {
    opacity: 1;
    box-shadow: none;
}
.group_warp .gallery_item h3{
	background: #fff;
	position: relative;
	top: -4px;
	text-align: left;
	color: #0c93c5;
	font: 18px 'Source Sans Pro', sans-serif;
	height: 51px;
	margin-right: 42px;
	padding: 14px 0px 14px 18px;
}







.footer_warp{
	background-color: #F3F3F3;
	box-shadow: inset 0px 8px 8px -8px rgba(0, 0, 0, 0.5);
}
.footer{
	min-height: 100px;
	padding: 13px 0px 60px;
}

.footer_links{
	margin-top: 13px;
}

.footer_links .columns_5{
	float: left;
	width: 20%;
}
.footer_links .columns_5 a{
	display: block;
	padding: 3px 0px;
	color: #8f8f8f;
	text-decoration: none;
	font: 14px 'Source Sans Pro', sans-serif;
}
.footer_links .columns_5 a:hover{
	color: #3f3f3f;
}
.footer_hr{
	margin: 15px 0px;

    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_contact{
	font: 16px "Times New Roman", Times, serif;
}
.footer_facebook{
	position: relative;
}
.footer_facebook > span{
	padding-right: 5px;
	color: #4965B5;
	font: 15px 'Source Sans Pro', sans-serif;
}
.footer_facebook > img{
	padding: 9px 17px 0px 0px;
	vertical-align: middle;
}
.footer_facebook > iframe{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 40px -5px;
}
.footer_facebook > iframe{
	position: relative;
	left: 165px;
	top: -60px;
	margin: 0px 0px;
}



.information_dialog label{
	display: block;
	width: 300px;
	margin: 20px;
}
.information_dialog input, .information_dialog textarea{
	float: right;
	width: 200px;
}
.information_dialog textarea{
	height: 100px;
	min-width: 200px;
	min-height: 100px;
}
.information_dialog input[type='submit']{
	display: none;
}


@media screen and (max-width: 992px) {

   .w_1020 {
		width: 100%;
   }

   .logo_warp {
        width: 34%;
    position: relative;
	left: 0px;
	height: 82px;
   }

    .logo_warp > a >img {
		width: 100%;
		height: auto;
	}


	.top_icons {
		width: 60%;
		margin-left: 6%;
		padding-top: 0px;
	}
	.top_icon {
		position: relative;
		width: 33%;
		margin: 0;

	}

	.top_icon  > p > a > img{
		width: 13%;
		height:  15px;
	}

   .top_icon  > p > img{
		display:none;
	}

    .top_icon  > .current_time{
		display: block;
	}
	.header_bar {
		clear: both;
		display: block;
		width: 100%;
		padding-top: 0px;
	}
	.languages_bar{
		width: 34%;
		top: 5px;
	}
	.lang_opt{
		width: 100%;
	}

   .homepage .main_banner {
    height: 400px;
    width: 100%;
}

   .homepage .side_bar {
		top: calc(-70vh - -13px) !important;
   }



}


.heaing {
    display: inline-flex;
}


.new1 {
    margin-left: 15%;
}

.new2 {
    margin-left: 10%;
}
