@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
body{
	font-size: 14px;
	font-family: 'Open Sans Hebrew', sans-serif;
    background: #f3f3f3 ;
    direction: rtl;
    overflow-x: hidden;
}
.mobile{display:none;}
.desktop{display:block;}
a , strong{
	text-decoration:none;
}
.left{
	float:left;
}
.right{
    float:right;
}
.center{
	text-align:center;
}
.wide{
	width: 100%;
}
.pad {
    height: 40px;
    width: 100%;
    float: right;
}
.first {
    margin-right: 0 !important;
}
.last {
    margin-left: 0 !important;
}
.screenwrapper{
	width:100%;
	position:relative;
    float:right;
}
.overflow{
    overflow:hidden;
}
body > .pagewraper {
    margin-top: -6px;
}
.pagewraper{
	width:1020px;
	margin:auto;
	position:relative; 
}

#white_arrow {
    background: url("../images/white_arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -56px;
    height: 163px;
    left: -102px;
    position: absolute;
    width: 100px;
    z-index: 999;
}
.page {
    z-index: 900;
	background:#fff;
}

#header {
    background: rgba(0, 0, 0, 0) url("../images/header_bg.png") no-repeat scroll 0 0;
    height: 105px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#logo {
    left: 49px;
    position: absolute;
    top: 2px;
}
#top_header {
  
    height: 100px;
    margin-top: 0;
    position: relative;
    width: 100%;
    z-index: 100;
}
#top_header > div {

}

#top_menu {
    left: 0;
    position: absolute;
}
#top_menu > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#top_menu li {
    display: inline-block;
    font-weight: bold;
    line-height: 40px;
    padding: 0 10px;
}
#top_header #langs ul:hover {
    height: auto;
}

#menu {
    position: relative;
    width: auto;
}
#menu > ul {
  list-style:none outside none;
  margin:auto;
  padding:0;
  width:1020px;
}
#menu > ul > li {
    float: right;
    height: 68px;
    line-height: 27px;
    padding: 0 10px;
    text-align: center;
    width: auto;
}
#menu > ul > li:first-child {

}
#menu > ul > li:last-child {
	
}
#menu > ul > li > a {
    color: #777777;
    display: block;
    font-size: 16px;
    height: 100%;
    line-height: 68px;
    padding: 0;
    text-decoration: none;
    width: auto;
    cursor: pointer;
}
#menu  a:hover  , #menu  a.selected {
    color: #333333;
}
#menu > ul li:last-child a {
   
}
#menu > ul li a img {
    margin: 0 0 0 10px;
}
#menu > ul ul {
    box-shadow: -2px 2px 5px #999;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    position: absolute;
    display: none;
}
#menu > ul > li:hover > ul {
	display:block;
}
#menu > ul > li ul > li {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #fff;
    float: none;
    height: 44px;
    line-height: 44px;
    list-style: outside none none;
    overflow: hidden;
    padding: 0;
    text-align: right;
    width: 236px;
    z-index: 999;
}
#menu >  ul > li ul > li > a {
     color: #787878;
    display: block;
    font-size: 16px;
    height: 44px;
    padding: 0 10px;
    text-decoration: none;
    width: auto;
}
#menu > ul > li ul > li:hover a{

}
#menu ul ul > li > a {
    font-size: 14px !important;
    line-height: 44px !important;
    width: 100% !important;
}
#menu > ul > li ul > li:first-child {
    border-top: 0 none !important;
}
#menu > ul > li ul > li:last-child {
    border-bottom: 0 none !important;
}
#menu_icons {
    position: relative;
    margin-top: 20px;
}
#menu_icons ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
	direction:ltr;
}
#menu_icons li {
    display: inline-block;
}
#menu_icons li:hover{
    opacity: 0.8;
}
#left_column{
	display:none;
}

#main {
    margin-top: 68px;
}

/************* RotateBanner **************/

.banners_warp > div {
    border: 1px solid #fff;
    float: right;
    width: 25%;
}
.inBanner {
    position: absolute;
	top:0;
	left:0;
	opacity: 0;
}
.inBanner.current {
   position: relative;
}
.inBanner > img {
    display: flex;
	position: relative;
}
.rotateBanner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.banner_button {
    background: url("../images/banner_buttons_bg.png") no-repeat scroll 0 0;
    bottom: 14px;
    height: 56px;
    left: 30px;
    padding: 14px 13px 14px 11px;
    position: absolute;
    width: 84px;
    z-index: 50;
}
.banner_button > a {
    display: inline-block;
    height: 28px;
    width: 28px;
	 cursor: pointer;
}
.banner_button > a:hover {
	opacity:0.7;
}
.banner_button > a.prev {
    background: url(../images/banner_next.png) no-repeat;
}
.banner_button > a.next {
    background: url(../images/banner_prev.png) no-repeat;
}

.rotateBanner .arrow {
    bottom: 240px;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}
.rotateBanner .arrow > span {
    background: url("../images/scroll_button.png") no-repeat scroll 0 0;
    display: block;
    height: 48px;
    margin: auto;
    position: relative;
    width: 48px;
}


.inBanner > .banner_text {
    top: 20%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.banner_text > div {
    /* margin: auto; */
    width: 1020px;
}

.banner_text > div >  div.txt {
    bottom: 10px;
    font-size: 22px;
    /* line-height: 52px; */
    text-align: center;
    width: 100%;
    color:#fff !important;
    text-shadow:0px 0px 3px #333;
    margin-bottom: 15px;
}
.banner_text > div > div.txt strong {
    color: #ffe3b5 !important;
    font-size: 36px;
    /* line-height: 58px; */
    text-shadow:0px 0px 3px #333;
   
}
.read_more > a {
    background: #fff none repeat scroll 0 0;
    border-radius: 9px;
    display: block;
    height: 42px;
    line-height: 42px;
    margin: auto;
    width: 140px;
    color:#000;
    box-shadow: 0px 0px 3px #333;
}
.miBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
 	 color: #df0917 !important;
    display: inline-block;
    font-family: arial;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 9px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-shadow: 1px 1px 0 #ffffff;
    width: auto;
    line-height: 40px;
     margin-top:7px;
 }

.miBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.miBtn:active {
	position:relative;
	top:1px;
}
/****************************************/



#hp_content.pagewraper {
    box-shadow: 0 0 3px #999;
    overflow: hidden;
    background: #fff;
}

#hp_content_wrap {
    overflow: visible;
    position: relative;
    z-index: 800;
    margin-bottom: 40px;
}

.w_box > div {
    height: 100%;
    width: 50%;
}
.w_box:nth-child(even) {
        background: #f8f6f1 url("../images/plus_img2.png") no-repeat scroll right bottom;
}
.w_box:nth-child(odd) {
        background: #f8f6f1 url("../images/plus_img.png") no-repeat scroll 0 bottom;
}
.w_box:first-child {
}
.w_box {

    border-radius: 10px;
    box-shadow: 0 0 3px #999;
    cursor: pointer;
    float: right;
    height: 230px;
    overflow: hidden;
    position: relative;
    text-align: right;
    width: 100%;
}
.w_box:hover {
  opacity: 0.9;
} 

.w_box > div {
    height: 100%;
    width: 50%;
}
.w_box .txt {
    padding: 20px;
}
.w_box h2 {
   
    color: #152868;
    font-weight: bold;
    height: 28px;
    margin-bottom: 0px;
    padding: 0 !important;
}
.w_box h3 {
    background: rgba(0, 0, 0, 0) url("../images/border_1.png") repeat-x scroll center bottom;
    font-weight: bold;
    height: 40px;
    margin-bottom: 20px;
}
.w_box:nth-child(2n+1) .img {
    float: right;
}
.w_box:nth-child(2n+1) .txt {
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}
.w_box:nth-child(2n) .img {
    float:left ;
}
.w_box:nth-child(2n) .txt {
    float:right ;
}
.w_box:nth-child(2n) .banner {
    float: left;
}


.w_box > span a {
    color: #b5000b;
}

.w_box .rotateBanner {
    top: 0 !important;
}


#side_image_wrap.screenwrapper {
    position: absolute;
     height: 1px;
}
#side_image_wrap .pagewraper {
    height: 1px;
}
.pagewraper.main_content {
     overflow: auto;
}
.content {
    overflow: hidden;
    position: relative;
    z-index: 800;
}
.content > div {
    padding: 15px;
}
.content.form {
    padding: 20px 0;
}


.content.content_page {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.content.content_page p {
    margin: 10px 0;
}
.gal_content > .w_box {
    padding: 0 !important;
}

.m_box.articles:nth-child(2n) {
    background: #f5f5f5 none repeat scroll 0 0;
}
.m_box.articles {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #fff;
    padding: 10px;
    overflow: auto;
    position: relative;
}
.m_box.articles  .item_image {
    box-shadow: 0 0 3px #999;
    float: right;
    height: 100px;
    width: 150px;
}

.m_box.articles .item_details {
    float: right;
    line-height: 16px;
    padding: 0 10px;
    width: 570px;
}

.m_box.articles .item_title{
    margin-bottom: 5px;
}

.m_box.articles .item_title > a {
    color: #b5000b;
    font-size: 16px;
    font-weight: bold;
}

.m_box.articles .item_link {
    bottom: 7px;
    font-weight: bold;
    left: 35px;
    position: absolute;
}
.m_box.articles .item_link > a {
    color: #1f3167;
}



#main_banner {
    margin-top:0px;
}
#top_banner {
    margin-top: 0px !important;
}

#p_right {
    background: rgba(0, 0, 0, 0) url("../images/p_right_bg.png") repeat-y scroll 0 0;
    float: right;
    width: 237px;
}
.left_menu {
    margin-bottom: 30px;
    margin-top: 51px;
	 border-top: 1px solid #e1e1e1;
}
#p_right .left_menu > a {
	background: url("../images/p_right_li_bg.png") no-repeat scroll right center;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #fff;
    color: #555;
    display: block;
    font-size: 16px;
    /* line-height: 48px; */
    padding: 12px 40px 12px 10px;
    width: 235px;
}
#p_right .left_menu > a:first-child {

}
#p_right .left_menu > a:last-child {
    border-bottom: 0 none;
}
#p_right  .left_menu > a.selected , #p_right .left_menu > a:hover {
    color: #333333;
	background: url("../images/p_right_li_bg_hover.png") no-repeat scroll right center #fff;
}
#p_left {
    float: right;
    width: 780px;
	position:relative;
}
cite {
    color: #c39460;
    font-size: 24px;
    font-weight: bold;
}
.content strong {
    color: #333333;
}
.content em {
    color: #000;
    font-style: normal;
    font-weight: bold;
}
.play_box {
    float: right;
    width: 224px;
	margin:20px;
	box-shadow:0px 0px 3px #333;
}

#p_left .play_box {
    box-shadow: 0 0 3px #333;
    float: right;
    margin: 20px 20px;
} 
.play_box .image {
    height: 169px;
}
.play_box .image > img {
    height: 169px;
    width: 100%;
}
.play_box .title {
    background: #fff url("../images/border_g.png") repeat-x scroll 0 bottom;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding-right: 10px;
}
.play_box  .summary {
    background: #f5f5f5 none repeat scroll 0 0;
    height: 120px;
    padding: 5px;
}

.play_box .date_order {
    background: #fff none repeat scroll 0 0;
    height: 44px;
}
.play_box .date_order > span.date {
    float: right;
    font-family: arial;
    line-height: 44px;
    padding-right: 10px;
    width: 65%;
}
.play_box .date_order > span.order {
    float: right;
    width: 35%;
}
 .play_box .order > a, .pinkBtn {
    background: #df293f none repeat scroll 0 0;
    border: 1px solid;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 2px;
    min-width: 63px;
    text-align: center;
}
.play_box .order > a:hover , .pinkBtn:hover {
    background: #EF7D0A none repeat scroll 0 0;
}
.play_page > div {
    box-shadow: 0 0 5px #030303;
    margin: auto;
    padding: 0;
    width: 752px;
	 overflow: hidden;
}
.play_page .main_image {
    height: 343px;
    width: 100%;
}
.play_page .main_image > img {
    height: 100%;
    width: 100%;
}

.play_page  > div  .title_2 {
    border-bottom: 1px solid #ccc;
    color: #333333;
    font-size: 28px;
    line-height: 48px;
}
.play_page  > div  .title_2 > span {
    float: right;
    padding-right: 10px;
}
.play_page > div .title_2 > span:first-child {
    width: 470px;
}
.play_page > div .title_2 > span:last-child {
    width: 270px;
}


.play_page  > div  .text_dates {
}
.play_page  > div  .text_dates > span {
    float: right;
    padding-right: 10px;
}
.play_page > div .text_dates > span:first-child {
    width: 470px;
	padding: 0 15px;
}
.play_page > div .text_dates > span:last-child {
    width: 270px;
}

.play_page > div .date_row {
    line-height: 40px;
}
.play_page > div .date_row:nth-child(even) {
    background: #ebebeb none repeat scroll 0 0;
}

.date_row .pinkBtn {
    border: 1px solid;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 5px;
}

.text_dates > span > span {
    float: right;
    margin: 10px 0;
    width: 100%;
}

.screenwrapper.main_page {
    background: #f3f3f3 none repeat scroll 0 0;
    box-shadow: 0 3px 3px -2px #999 inset;
    z-index: 101;
}

.content_page {
    margin-top: 3px;
}
#lid{
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 7px #999;
    top: 10px;
    overflow: hidden;
    padding: 10px;
    z-index: 101;
    height:60px;
    position: relative;
    border-radius: 5px;
}


#lid > div#txt_top {
    color: #333333;
    float: right;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    width: 14%;
}
#lid > div {
    height: 41px;
}

#lid > div:nth-child(2) {
    overflow: hidden;
    width: 86%;
}

#lid .input_wrap {
    color: #333333;
    display: block;
    float: right;
    font-size: 12px;
    line-height: 18px;
    margin: 0 4px;
    max-width: 20%;
    overflow: hidden;
}
#lid > div .input_wrap:last-child {
    float: left;
}
#lid .input_wrap > input {
    border: 1px solid #aaa;
    height: 30px;
    margin: 0 7px;
    padding: 2px 3px;
    width: 90%;
}
#lid .checkbox {
    border: 1px solid #aaa;
    border-radius: 5px;
    color: #333333;
    cursor: pointer;
    float: right;
    font-size: 27px;
    font-weight: bold;
    height: 37px;
    line-height: 32px;
    margin: 0 3px;
    text-align: center;
    width: 41px;
}

.screenwrapper.welcome_wrap {
    background: #f3eee5 none repeat scroll 0 0;
    padding-top: 50px;
    top: -56px;
    margin-bottom: -56px;
    box-shadow: 0px 0px 8px #999 inset;
}

#welcome {
    min-height: 320px;
}
#welcome2 {
     min-height: 230px;
}

.welcome {
    line-height: 23px;
    overflow: hidden;
    padding: 26px 30px 40px;
    position: relative;
    text-align: center;
    z-index: 100;
}

.welcome > h2 {
    background: rgba(0, 0, 0, 0) url("../images/border_1.png") repeat-x scroll center bottom;
    font-size: 26px;
    font-weight: normal;
    line-height: 26px;
    margin: 20px 0;
    padding-bottom: 20px;
    width: 100%;
}

.welcome a {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 3px #333;
    color: #785a28;
    display: block;
    height: 45px;
    line-height: 45px;
    margin: 24px auto;
    width: 100px;
}
.welcome a:hover {
    opacity: 0.8;
    background: #785a28 none repeat scroll 0 0;
    color: #fff;
}

#welcome_boxes {
    min-height: 228px;
}
#welcome_boxes > div {
    background: #f8f6f1 url("../images/plus_img.png") no-repeat scroll 0 bottom;
    border-radius: 11px;
    box-shadow: 0 0 4px #999;
    overflow: hidden;
}
#welcome_boxes > div:hover {
     box-shadow: 0 0 8px #333;
     z-index: 220 !important;
}
#welcome_boxes > div:first-child {
    height: 250px;
    padding: 55px 20px;
    position: absolute;
    right: 0;
    top: -40px;
    width: 55%;
    z-index: 210;
}
#welcome_boxes > div:last-child {
    height: 210px;
    padding: 36px 20px;
    position: absolute;
    left: 0;
    top: -20px;
    width: 46%;
    z-index: 200;
}


#welcome_boxes > div > div:first-child {
    height: 100%;
    width: 36%;
}
#welcome_boxes > div > div:first-child:hover {
    background-size: auto 90% !important;
}
#welcome_boxes > div > div:last-child {
    width: 60%;
    height: 100%;
}


#welcome_boxes > div > div span {
    float: right;
    font-size: 14px;
    width: 80%;
}
#welcome_boxes > div > div span.title {
    color: #333333;
    float: right;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
    width: 80%;
}
.content_page #welcome_boxes > div > div span.title {
    line-height: 34px;
     width: 96%;
}


#welcome3 {
    border-radius: 20px;
    box-shadow: 0 0 5px #999;
    margin: 20px auto;
    overflow: hidden;
    padding: 0;
}

#welcome3 > img {
    height: 100% !important;
    width: 100%;
    display: flex;
    cursor:pointer;
}

#send_btn , .send_btn , .w_box .txt a {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid #d1d1d1;
    display:inline-block;
    color:#000;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:40px;
    line-height:40px;
    width:100px;
    text-decoration:none;
    text-align:center;
    position: relative;
    cursor:pointer;
}

.w_box .txt a {
   bottom:15px !important;
}
#send_btn:hover, .w_box .txt a:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,d1d1d1+49,dbdbdb+50,e2e2e2+100 */
background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top,  #fefefe 0%, #d1d1d1 49%, #dbdbdb 50%, #e2e2e2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */

}


#hp_lid #send_btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

    border:1px solid #666666;
    color:#ffffff;
    margin-top:5px;
}

#hp_lid #send_btn:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e0e0e+0,7d7e7d+100 */
    background: #0e0e0e; /* Old browsers */
    background: -moz-linear-gradient(top,  #0e0e0e 0%, #7d7e7d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0e0e0e 0%,#7d7e7d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */

}














.blueBtn{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e3783), color-stop(1, #1f2c52) );
	background:-moz-linear-gradient( center top, #1e3783 5%, #1f2c52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e3783', endColorstr='#1f2c52');
	background-color:#1e3783;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #1f2c52;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1f2c52;
	margin-top:8px;
}
.blueBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1f2c52), color-stop(1, #1e3783) );
	background:-moz-linear-gradient( center top, #1f2c52 5%, #1e3783 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f2c52', endColorstr='#1e3783');
	background-color:#1f2c52;
}
.blueBtn:active {
	position:relative;
	top:1px;
}



/***********************/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #555;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #555;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #555;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #555;
}

/*****************************/
#search {
    left: 276px;
    position: absolute;
    top: 42px;
}
#search > input {
    border: 1px solid #d5d0d0;
    border-bottom: 0px solid #d5d0d0;
    height: 24px;
    padding: 0 5px;
    width: 140px;
}

#search > a , #p_search  a#q {
    background: rgba(0, 0, 0, 0) url("../images/search_icon.png") no-repeat scroll center center;
    cursor: pointer;
    display: block;
    height: 24px;
    left: 2px;
    position: absolute;
    top: 1px;
    width: 24px;
}


#p_search {
    margin-bottom: 40px;
}
#p_search_form > input {
    background: #e8e8e8 none repeat scroll 0 0;
    border: 1px solid #ccc;
    font-size: 16px;
    height: 33px;
    padding: 0 5px;
}

/*****************************/


#hp_lid {
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 350px;
}
#hp_lid #form_wrap {

}

#hp_lid form > .input_wrap:nth-child(3), #hp_lid form > .input_wrap:nth-child(4), #hp_lid form > .input_wrap:nth-child(5) {
    float: right;
    width: 52%;
}
#hp_lid form > .input_wrap:nth-child(6) {
    height: 83px;
    position: absolute;
}
#hp_lid form > .input_wrap:nth-child(7) {
    float: right;
    width: 100%;
}


#hp_lid .input_wrap > input {
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    height: 30px;
    margin: 2px 0;
    padding: 0 5px;
    width: 90%;
}
#hp_lid .input_wrap > textarea {
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    height: 100%;
    margin: 2px 0;
    padding: 0 5px;
    width: 90%;
}

/*****************************/

.contact_page {
    float: none;
    margin: 60px auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 350px;
}


.contact_page form > .input_wrap {
    float: right;
    width: 100%;
}

.contact_page .input_wrap > input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    height: 34px;
    margin: 5px 0;
    padding: 0 5px;
    width: 96%;
    font-family: "Open Sans Hebrew",sans-serif;
    font-size: 14px;
}
.contact_page .input_wrap > textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    height: 84px;
    margin: 5px 0;
    padding: 0 5px;
    width: 96%;
    font-family: "Open Sans Hebrew",sans-serif;
     font-size: 14px;
}
.contact_page .form_btn {
    margin: 20px 0;
}

/***********************************************/

#side_lid {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 8px #999;
    float: right;
    margin: 5%;
    padding: 10px 20px 60px;
    position: relative;
    width: 90%;
}
#side_lid #form_wrap {
    margin-top: 30px;
    width: 100%;
}

#side_lid > div#txt_top {
    padding: 8px 0;
}
#side_lid .input_wrap.textInp {
    float: right;
    width: 100%;
}
#side_lid #form_wrap .input_wrap.textAreaInp {
    float: right;
    width: 100%;
}

#side_lid #form_wrap .input_wrap.submit {
    float: right;
    margin-top: 10px;
    width: 190px;
}
#side_lid .input_wrap > input[type=text] , #side_lid .input_wrap > input[type=mail], #side_lid .input_wrap > textarea {
    border: 1px solid #d5d5d5;
    height: 34px;
    margin: 3px 0;
    padding: 0 4px;
    width: 178px;
}

#side_lid .input_wrap > textarea{
  height: 70px;
}

#side_lid #form_wrap textarea {
    border: 1px solid #d5d5d5;
    height: 87px;
    width: 192px;
}


#side_lid #form_wrap div#txt_bottom {
     display: none;
}


#side_image {
    background: rgba(0, 0, 0, 0) url("../images/side_image.png") no-repeat scroll 0 0;
    height: 296px;
    position: relative;
    right: -100px;
    width: 127px;
    z-index: 120;
}









.article_box {
    float: right;
    font-size: 13px;
    height: 380px;
    margin: 10px;
    overflow: hidden;
    width: 320px;
}
#p_right .article_box {
    width: 300px;
	height: 400px;
}
.article_box .item_image {
    border-radius: 8px;
    box-shadow: 0 0 3px #555;
    float: right;
    height: 200px;
    overflow: hidden;
    width: 100%;
}
.article_box .item_image > a > img {
    height: 100%;
    width: 100%;
}
.article_box .item_title {
    float: right;
    height: 48px;
    padding: 0 10px;
    width: 100%;
	position: relative;
}
.article_box .item_title > a {
    color: #684b2c;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    line-height: 48px;
    text-decoration: none;
    width: 100%;
}
.article_box .item_summery {
    color: #555555;
    display: block;
    float: right;
    height: 90px;
    padding: 10px;
    width: 100%;
}

#p_right .article_box .item_summery {
    height: 108px;
}
.article_box .item_link {
    color: #555555;
	height:100px;
	padding: 0 10px;
    width: 100%;
	display: block;
}
.article_box .item_link a{
    background: none repeat scroll 0 0 #333333;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
	font-size: 16px;
    margin-left: 10px;
    padding: 6px 10px;
}

#welcome .text {
    color: #684b2c;
    font-size: 16px;
}
#welcome .text a {
    background: none repeat scroll 0 0 #333333;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    padding: 10px 15px;
}

#news {
    float: right;
    height: 241px;
    width: 300px;
}
#newsmarquee > div {
    margin: 10px 0;
}
#news .head {
    background:url(../images/border_g.png) repeat-x scroll center bottom;
    color: #df293f;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}
#news .date {
    color: #727272;
}
#news #newsScroller {
    background: none repeat scroll 0 0 #f9b035;
    border: 3px solid #fff;
    padding: 2px;
    width: 280px;
    height: 158px;
    margin-top: 14px;
}

#newsmarquee h3 a {
    color: #0b3f83 !important;
    line-height: 35px;
    padding: 5px;
}
#news #newsScroller a.title {
    text-decoration: none;
    color: #666;
}

#news marquee {
    height: 178px;
    margin-top: 5px;
    overflow: hidden;
}


/*************************************************************************/

h1, .head_title {
    border-bottom: 1px solid #ccc;
    color: #333333;
    font-size: 22px;
    font-weight: normal;
    line-height: 90px;
    margin-bottom: 10px;
    padding-right: 20px;
    text-align: center;
    width: 100%;
}
#projects_content h1 {
    margin-bottom: 40px;
    text-align: center;
}
#projects_content{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: center;
}
.top_img > img {
    border: 5px solid #fff;
}

.gal_content > .path {
    border-bottom: 1px solid #ccc;
    height: 32px;
    line-height: 22px;
    padding: 0 20px;
}

.gal_content > .path a{
    color:#787878;
}
#content > div p span , #content > div p  , #content > div {
    color: #4e4d4d !important;
    font-size: 15px !important;
}

#content > div p > span , #content > div > p  , #content > div {
   padding:10px;
}
#c_content {
    margin-top: 260px;
    position: relative;
    z-index: 100;
}
.c_content {
    float: right;
    min-height: 400px;
    padding-top: 7px;
    width: 770px;
}
.c_content.search{
    width: 960px;
}

.c_content > div {
    padding: 10px 10px 0 10px ;
	
}
nav#right_menu {
    background: url("../images/left_menu_bg.png") repeat-y scroll left 0 ;
    float: right;
    min-height: 400px;
    width: 242px;
}

#right_column > div#right_menu {
    background: none repeat scroll 0 0;
    margin-top: -13px;
    padding: 0;
	width: 230px;
}

#right_menu > a , #right_menu > div > a {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #d2d2d2;
    color: #929292;
    display: block;
    font-size: 14px;
    line-height: 39px;
    padding-right: 5px;
    text-decoration: none;	
	cursor:pointer;
}
#right_menu > a:first-child {
}
#right_menu > a:hover  , #right_menu > a.selected , #right_menu > a.open ,  #right_menu > div > a.selected {
    background: none repeat scroll 0 0 #fff;
    color: #1b75bb;
	font-weight:bold;
}
#right_menu > div  {
    display:none;
}
#right_menu > div  > a.c_child {
    font-size: 12px !important;
    padding-right: 15px !important;
}


.trip_box:first-child {
    margin-right: 10px;
}

.catalog_page {
    padding-right: 10px;
}
.trip_box {
    float: right;
    margin: 14px 5px;
    padding: 0 !important;
    position: relative;
    border: 5px solid #fff;
    box-shadow: 0 0 3px #999;	
}
.trip_box .img {

}
.trip_box .title {
   background: url("../images/title_white_bg.png") repeat scroll left 0 ;   
    bottom: 0;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.trip_box .title a {
    color: #1b75bb;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}


/* Content
-----------------------------------------------------------------------------*/

#top_banner {
    box-shadow: 0 0 5px #999;
    margin-top: 0;
}
#top_banner > img {
    display: flex;
    width: 100%;
}

/* Articles
-----------------------------------------------------------------------------*/


/* Gallery
-----------------------------------------------------------------------------*/

.c_content.gallery > div {
    padding: 10px 0;
}


.gallery-item {
    border-radius: 5px;
    float: right;
    height: 175px;
    margin: 0 19px 35px 0;
    position: relative;
    text-align: center;
    width: 230px;
}

.gallery-item.first {
    margin-right: 0;
}
.gallery-item a { 
    display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;	
}
.gallery-item span { 
    display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../images/hover.png) repeat center center;
}
.gallery-item a:hover span {
    display: block; 
}

#calendar > h2{
	position:absolute;
}

#right_col {
    box-shadow: -8px 0 7px -7px #999;
    float: right;
    width: 754px;
}
#left_col {
    background: #f3f3f3; /* Old browsers */
    background: -moz-linear-gradient(left,  #f3f3f3 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f3f3f3), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #f3f3f3 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #f3f3f3 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #f3f3f3 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to right,  #f3f3f3 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 */
    float: left;
    width: 265px;
}
#left_col h2.head_title {
    color: #ff0000;
    font-size: 16px;
    line-height: 86px;
    text-align: left;
}
#left_col h2.head_title > a {
    color: #ff0000;
}
.htabs > a {
    background: #f3f3f3 none repeat scroll 0 0;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #fff;
    color: #5d5d5d;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 15px;
    font-weight: bold;
    line-height: 52px;
    margin: 0 1px;
    padding: 0 10px;
    text-align: right;
    width: 100%;
}
.htabs {
    box-shadow: 0 0 3px #333;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    width: 236px;
    z-index: 4;
}
.tabs {
    margin-top: -4px;
    position: relative;
}

.tabs > div > div {
    padding: 15px 20px;
} 
.tabs > div.selected  , .tabs > div.first {
    display: block;
}
.htabs > a.active {
	cursor:pointer;
}
.htabs > a:hover, .htabs > a.selected, .htabs > a.first {
    background: #ffffff none repeat scroll 0 0;
    color: #333333;
}

.tabs > div {
	overflow:hidden;
    display: none;
    float: right;
    margin-bottom: 20px;
    overflow: hidden;
	min-height: 600px;
    width: 100%
}
.tabs > div.selected  {
    display: block;
}

#hp_tabs .htabs > a {
    background: url(../images/hp_tabs.png) no-repeat -7px -46px ;
    border-radius: 0;
    box-shadow: none !important;
    color: #fff;
    float: right;
    font-size: 18px;
    width: 213px;
	position:relative;
	z-index:2;
	height:40px;
	text-align:right;
	padding-right:30px;
	font-weight: bold;
}
#hp_tabs .htabs > a:last-child {
	z-index:1;
	margin-right:-30px;
}
#hp_tabs .htabs > a:hover,#hp_tabs  .htabs > a.selected ,#hp_tabs  .htabs > a.first {
	color:#4195d0;
	background: url(../images/hp_tabs.png) no-repeat 0 0 ;
	box-shadow: none !important;
		 z-index: 3;
}

#hp_tabs .tabs {
    background: #f7f7f7 none repeat scroll 0 0;
    box-shadow: -1px -2px 3px #999;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: -6px;
    width: 414px;
}
#hp_tabs .tabs > div {
    box-shadow: none;
    height: 220px !important;
    margin: 0;
    min-height: 239px;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.pagewraper > div#hp_tabs {
    float: right;
    height: 250px;
    margin: -46px 20px 0 0;
    width: 416px;
}
#calendar {
    float: right;
    height: 289px;
    width: 100%;
}
.EventsTable tbody td{
	position: relative;
}
.EventsTable tbody td:hover > .play_event {
	display: block;
}
.play_event {
    display: none;
    height: 99px;
    left: 43px;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    top: -37px;
    width: 235px;
    z-index: 999;
}
.play_event .event {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 3px #333;
    float: right;
    overflow: hidden;
    position: relative;
    width: 200px;
}
.play_event .left_arrow {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 17.5px 25px 17.5px 0;
    float: right;
    height: 0;
    margin-top: 32px;
    width: 0;
	position: relative;
}
.play_event .date {
    color: #df293f;
    float: right;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    text-align: right;
    width: 100%;
}
.play_event .image_details {
    float: right;
    height: 67px;
    width: 100%;
}
.play_event .image {
    float: right;
    height: 67px;
    padding: 10px;
    width: 85px;
}
.play_event .image > img {
    height: 100%;
    width: 100%;
}
.play_event .details {
    color: #333;
    float: right;
    font-size: 13px;
    height: 64px;
    overflow: hidden;
    padding: 5px;
    text-align: right;
    width: 112px;
}
.play_event .details > span {
    color: #777;
}
.tabs #tickets .title {
    background: rgba(0, 0, 0, 0) url("../images/border_g.png") repeat-x scroll center bottom;
    font-size: 19px;
    height: 74px;
    line-height: 23px;
    margin-bottom: 15px;
    padding: 20px 40px;
}

.select_warp {
    float: right;
    margin: 5px 20px;
    overflow: hidden;
    width: 374px;
}

.select_warp select {
    background: #e9e9e9 url("../images/select_bg.png") no-repeat scroll 13% center;
    border-right: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    height: 38px;
    width: 110%;
}
select[name="play_date"] > option:first-child {
    display: block;
}
select[name="play_date"] > option { 
    display: none;
}

#tickets span {
    float: left;
    margin-left: 20px;
    width: 77px;
}


#contactUs > a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    line-height: 25px;
    text-decoration: none;
    width: 207px;
}

#contactUs > a:hover{
    text-decoration: underline;
}
.hr {
    box-shadow: 0 2px 3px #ccc;
    float: right;
    height: 1px;
    margin: 15px 0;
    padding: 0 !important;
    width: 100%;
}
.item_gallery {
    margin: 15px 0;
    padding: 0 !important;
    width: 100%;
	float: right;
}


.item_gallery h2 {
    color: #999;
    font-weight: normal;
    padding-right: 12px;
}


#footerLid {
    float: left;
    height: 120px;
    width: 300px;
}

.footer_1 ul {
    float: right;
    list-style: outside none none;
    padding: 0;
    width: 155px;
	margin:0px;
}
.footer_1 li {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

#footer_wrap {
    background: #7e7e7e  none repeat scroll 0 0;
    color: #c1c1c1;
    float: right;
    min-height: 90px;
    position: relative;
    width: 100%;
    z-index: 801;
}
#footer_wrap > div {
    margin: auto;
    padding-top: 20px;
    width: 980px;
}
#footer_wrap div#footer_logo {
    float: right;
    width: 172px;
}
#footer_wrap div#footer_text {
    float: right;
    padding-right: 15px;
    width: 612px;
}

.footer_1 {
    margin-top: 24px;
    overflow: auto;
    padding: 36px 0;
     color: #fff;
     font-weight: normal;
}
.footer_2 {
    float: right;
    line-height: 20px;
    text-align: right;
    /* width: 770px; */
    width: 600px;
}
#footer_wrap div#credit {
    float: left;
    padding-bottom: 40px;
    padding-top: 24px;
    text-align: center;
    width: 100%;
	line-height:55px;
}
.footer_1 li a {
    color: #fff;
    font-weight: normal;
}
#circleWarp {
    background: url("../images/circle_bg.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: right;
    height: 906px;
    margin: 100px auto 0;
    overflow: hidden;
    position: relative;
    width: 1020px;
    z-index: 801;
}
#circleMenuWrap {
    background: url("../images/circule_shadow.png") no-repeat scroll center 809px rgba(0, 0, 0, 0);
    clear: both;
    height: 905px;
    padding: 30px 30px 60px;
    position: relative;
    width: 100%;
}
#circleMenu {
    clear: both;
    height: 800px;
    margin: 0 auto;
    position: relative;
    width: 800px;
}
#circleMenu #roundWrap {
    border-radius: 600px;
    height: 800px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 800px;
}

#circleMenu #compass {
    border-radius: 500px;
    height: 438px;
    left: 180px;
    overflow: hidden;
    position: absolute;
    top: 207px;
    width: 438px;
    z-index: 20;
}
#compass > div#text {
    border-radius: 150px;
    height: 218px;
    overflow-y: hidden;
    padding: 20px;
    position: absolute;
    right: 85px;
    text-align: center;
    top: 85px;
    width: 275px;
    z-index: 100;
}
#circleMenu #compass #arrow {
    background: url("../images/circle_menu_middle_compass_arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 424px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 424px;
    z-index: 22;
}
#circleMenu a {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
}
#circleSpans {
    height: 800px;
    position: absolute;
    width: 800px;
}
#circleSpans a {
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 0 0 3px #333;
    word-wrap: break-word;
	 text-align: center;
	 display:bllock;
}
#a_item1 {
    right: 40px;
    top: 268px;
    width: 200px;
}
#a_item2 {
    right: 184px;
    top: 105px;
    width: 200px;
}
#a_item3 {
    left: 40px;
    top: 268px;
    width: 200px;
}
#a_item4 {
    left: 184px;
    top: 105px;
    width: 200px;
}
#a_item5 {
    bottom: 240px;
    left: 13px;
    width: 200px;
}
#a_item6 {
    bottom: 74px;
    left: 184px;
    width: 200px;
}
#a_item7 {
    bottom: 240px;
    right: 28px;
    width: 200px;
}
#a_item8 {
    bottom: 105px;
    right: 168px;
    width: 200px;
}
.quart {
    height: 400px;
    overflow: hidden;
    position: absolute;
    width: 400px;
}
#quart_1 {
    right: 0;
    top: 0;
    z-index: 10;
}
#quart_2 {
    left: 0;
    top: 0;
    z-index: 11;
}
#quart_3 {
    bottom: 0;
    left: 0;
    z-index: 13;
}
#quart_4 {
    bottom: 0;
    right: 0;
    z-index: 14;
}
#roundWrap a {
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 0 3px #333;
    word-wrap: break-word;
	opacity:0;
}
#compass > div#link {
    border-radius: 5px;
    bottom: 95px;
    box-shadow: 1px 1px 3px #333;
    height: 33px;
    position: absolute;
    right: 161px;
    text-align: center;
    width: 115px;
    z-index: 200;
}
#compass > div#link.clean {
    box-shadow: none !important;
}
#compass > div#link:hover {
    box-shadow: 1px 2px 3px #333;
}
#link > a {
    display: block;
    font-size: 14px;
    height: 100%;
    line-height: 33px;
    text-shadow: none;
    width: 100%;
}
#circleMenu #item1 {
    height: 400px;
    right: 0;
    top: 0;
    width: 400px;
    z-index: 1;
}
#circleMenu .link1 {
    background: linear-gradient(to bottom, #d1be00 0%, #feec00 100%) repeat scroll 0 0;
}
#item1 > span {
    bottom: 55px;
    display: block;
    position: absolute;
    right: 17px;
    text-align: center;
    width: 194px;
}
#circleMenu #item2 {
    height: 400px;
    right: 198px;
    top: -85px;
    transform: rotate(45deg);
    width: 400px;
    z-index: 2;
}
#circleMenu .link2 {
    background: linear-gradient(to bottom, #7e1147 0%, #bc316a 100%) repeat scroll 0 0;
}
#item2 > span {
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 90px;
    transform: rotate(-45deg);
    width: 225px;
}
#circleMenu #item3 {
    height: 400px;
    left: 0;
    top: 0;
    width: 400px;
    z-index: 3;
}
#circleMenu .link3 {
    background: linear-gradient(to bottom, #124d7e 0%, #2ba5de 100%) repeat scroll 0 0;
}
#item3 > span {
    bottom: 56px;
    display: block;
    left: 25px;
    position: absolute;
    text-align: center;
    width: 188px;
}
#circleMenu #item4 {
    height: 400px;
    left: 197px;
    top: -84px;
    transform: rotate(315deg);
    width: 400px;
    z-index: 4;
}
#circleMenu .link4 {
    background: linear-gradient(to bottom, #12622d 0%, #62b345 100%) repeat scroll 0 0;
}
#item4 > span {
    display: block;
    left: 15px;
    position: absolute;
    text-align: center;
    top: 91px;
    transform: rotate(-315deg);
    width: 225px;
}
#circleMenu #item5 {
    height: 400px;
    left: 0;
    top: 0;
    width: 400px;
    z-index: 1;
}
#circleMenu .link5 {
    background: linear-gradient(to bottom, #7e1147 0%, #bc316a 100%) repeat scroll 0 0;
}
#item5 > span {
    display: block;
    left: 30px;
    position: absolute;
    text-align: center;
    top: 45px;
    width: 170px;
}
#circleMenu #item6 {
    height: 400px;
    left: 200px;
    top: 83px;
    transform: rotate(225deg);
    width: 400px;
    z-index: 2;
}
#circleMenu .link6 {
    background: linear-gradient(to bottom, #dc6310 0%, #333333 100%) repeat scroll 0 0;
}
#item6 > span {
    bottom: 229px;
    display: block;
    position: absolute;
    right: -12px;
    text-align: center;
    transform: rotate(135deg);
    width: 226px;
}
#circleMenu #item7 {
    height: 400px;
    right: 0;
    top: 0;
    width: 400px;
    z-index: 1;
}
#circleMenu .link7 {
    background: linear-gradient(to bottom, #12622d 0%, #62b345 100%) repeat scroll 0 0;
}
#item7 > span {
    bottom: 246px;
    display: block;
    position: absolute;
    right: 27px;
    text-align: center;
    width: 173px;
}
#circleMenu #item8 {
    /* background: linear-gradient(45deg, #124d7e 0%, #2ba5de 51%, #124d7e 100%) repeat scroll 0 0; */
    bottom: -84px;
    height: 400px;
    right: 199px;
    transform: rotate(135deg);
    width: 400px;
    z-index: 2;
}
#circleMenu .link8 {
    background: linear-gradient(to bottom, #124d7e 0%, #2ba5de 100%) repeat scroll 0 0;
}
#item8 > span {
    display: block;
    position: absolute;
    right: 197px;
    text-align: center;
    top: 132px;
    transform: rotate(225deg);
    width: 221px;
}
#p_left h2 {
    padding: 0 10px 0px;
}
#p_left h2 a {

}

#reviewsScroller > div {
    margin: 20px 0;
}
marquee#reviewsScroller {
    height: 507px;
    overflow: hidden;
}
#reviewsScroller .reviews_text {
    color: #fff;
    font-style: italic;
    line-height: 22px;
    padding: 10px;
}
#reviewsScroller .titie {
    color: #f1ad15;
    font-weight: bold;
    padding: 10px;
}
#reviewsScroller .titie a {
    color: #f1ad15;
}
.social_links {
    bottom: 10px;
    position: absolute;
	
}

.content.events .event_row {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.event_row .title a {
    color: #333333;
    font-size: 20px;
	cursor:pointer;
}
.event_details {
    display: none;
}
.event_details > span {
    display: block;
}

.event_row  .play {
    float: right;
    width: 100%;
}
.event_details .play > div {
    float: right;
    padding: 10px;
    width: 600px;
}
.event_details .play .thumb {
    height: 169px;
    width: 224px;
}
.event_details .play .thumb > img {
    height: 100%;
    width: 100%;
}



div#black_warp , div#alert_wrap, #wrap-exit-form{
    background:  url("../images/white_opacity.png") repeat scroll 0 0 ; 
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
	display:none;
}

#alert_wrap > div,
#wrap-exit-form > div {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    margin: 160px auto auto;
    padding: 0;
    position: relative;
    width: 355px;
}

#alert_wrap > div .close,
#wrap-exit-form > div .close {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: 0 0 3px #333;
    color: #333333;
    cursor: pointer;
    font-size: 28px;
    font-weight: normal;
    left: -31px;
    opacity: 1;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 1px #000;
    top: -35px;
    width: 41px;
    z-index: 1;
}

#alert_wrap .alert > ul {
    margin: 0;
    padding: 15px;
}

#alert_wrap .alert li  {
	list-style:none;
}
.errors {
    padding: 5px;
}
.errors  li {
    color: #f00;
}
#alert_wrap .alert,
#wrap-exit-form .alert {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 4px #333;
    display: block;
    font-size: 16px;
    padding: 15px;
    position: relative;
    z-index: 2;
}

.alert .head_title ,.nalert .head_title {
    line-height: 56px;
    margin: 0 -15px 20px;
    width: 353px;
    border-bottom: 1px solid #333333;
}

.content_page > .nalert {
    margin: 40px auto;
    width: 340px;
}
.alert .input_wrap > input ,.nalert .input_wrap > input {
    height: 32px;
    margin: 10px;
    padding: 2px 5px;
    width: 86%;
}

#login_form > div#quick_login {
    overflow: hidden;
}

#quick_login {
    overflow: hidden;
}
.alert .half {
    padding: 8px 10px 8px 25px;
}
div#white_warp.loading {
   /* background: none repeat scroll 0 0 #fff;*/
    display: none;
    height: 1px;
    left: 0;
    /*opacity: 0.5;*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#loading {
    background: url("../images/loading.gif") no-repeat scroll center 0 ;
    height: 380px;
    position: absolute;
    top: 230px;
    width: 100%;
    z-index: 999;
}



.register_div {
    overflow: hidden;
}
.register_div_row {
    width: 100%;
}
.register_div_row {
    height: 50px;
    line-height: 33px;
    text-align: right;
}
.register_div_row > div {
    float: right;
    width: 50%;
}
.register_div_row input {
    height: 32px;
    margin: 10px;
    max-width: 320px;
    width: 80%;
}
.register_div_row .checkbox {
    border: 1px solid #aaa;
    border-radius: 5px;
    color: #333333;
    cursor: pointer;
    float: right;
    font-size: 22px;
    font-weight: bold;
    height: 30px;
    line-height: 28px;
    margin: 0 3px;
    text-align: center;
    width: 32px;
}
label.requierd {
    color: #a00;
    display: inline-block;
    width: 32px;
}




#welcome_boxes.wide.content {
    height: 400px !important;
    margin: 0 5%;
    width: 90%;
}
#welcome_boxes.wide.content > div:first-child {
    right: 2px;
    top: 12px;

}
#welcome_boxes.wide.content > div:last-child {
    left: 3px;
    top: 27px;
}

.tabs table {
    box-shadow: 0 0 3px #333;
    width: 85% !important;
}
.tabs tbody tr:nth-child(2n+1) {
    background: #dedede none repeat scroll 0 0;
}
.tabs tbody td {
    padding: 4px 6px;
}

/* ################################ side form */


.side-form-container {
	position: fixed;
	top: 0;
	left: -245px;
	height: 100vh;
	max-height: 1000px;
	width: 245px;
	z-index: 999999;
	background-color: transparent;
	-webkit-transition: left .5s ease;
	-o-transition: left .5s ease;
	transition: left .5s ease
}

.side-form-container_open {
	left: 0
}

.side-form {
	width: 100%;
	height: 100%
}

.side-form__button {
	position: absolute;
	right: -60px;
	top: 43%;
	z-index: 1
}

@media (max-width:768px) {
	.side-form__button {
		right: -45px
	}
}

.side-form__form-body {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	max-width: 245px;
	width: 100%;
	height: 100%;
	background-color: #fff
}

.side-btn {
	width: 125px;
	height: 125px;
	background-image: -webkit-gradient(linear, left top, right top, from(#b08c3d), color-stop(34%, #f2d780), color-stop(67%, #f2d780), to(#b08c3d));
	background-image: -o-linear-gradient(left, #b08c3d 0, #f2d780 34%, #f2d780 67%, #b08c3d 100%);
	background-image: linear-gradient(90deg, #b08c3d 0, #f2d780 34%, #f2d780 67%, #b08c3d);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .08);
	box-shadow: 0 0 20px rgba(0, 0, 0, .08);
	cursor: pointer;
	pointer-events: all
}

@media (max-width:768px) {
	.side-btn {
		width: 90px;
		height: 90px
	}
}

.side-btn:hover {
	cursor: pointer
}

.side-btn_close {
	background-image: none;
	background-color: #fff
}

.side-btn__content {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 100%;
	text-align: left;
	margin-top: 40px;
	margin-left: 50%;
	padding-right: 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 1;
	pointer-events: none
}

@media (max-width:768px) {
	.side-btn__content {
		margin-top: 22px;
		padding-right: 8px
	}
}

.side-btn__content span {
	display: block;
	width: 40%;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-align: right;
	line-height: 1.1
}

@media (max-width:768px) {
	.side-btn__content span {
		font-size: 16px
	}
}

.side-btn__content span.btn-text {
	max-width: 50px
}

.side-btn__content_close {
	position: absolute;
	top: 0;
	text-align: right;
	padding-right: 15px;
	margin-top: 45px
}

@media (max-width:768px) {
	.side-btn__content_close {
		padding-right: 6px;
		margin-top: 28px
	}
}

.side-btn__content_close span {
	color: #000
}

.side-btn__content_close i {
	margin-right: 10px;
	color: #efd57e;
	font-size: 35px
}

@media (max-width:768px) {
	.side-btn__content_close i {
		font-size: 25px
	}
}

.side-btn__content_hide {
	opacity: 0
}

.side-btn__image {
	width: 40%;
	margin-left: 60%;
	margin-bottom: 10px
}

.form-body__head {
	padding: 10px;
	border-bottom: 1px solid #dbdbdb;
	background-color: #fff;
	min-height: 185px;
	text-align: center
}

@media (max-width:1200px) {
	.form-body__head {
		min-height: 100px
	}
}

.form-body__head-logo {
	display: inline-block
}

.form-body__head-logo img {
	margin-top: 45px;
	max-width: 195px
}

@media (max-width:1200px) {
	.form-body__head-logo img {
		margin-top: 0
	}
}

.form-body__main {
	height: -webkit-calc(100% - 175px);
	height: calc(100% - 175px);
	overflow-y: auto;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none
}

.form-body__main::-webkit-scrollbar {
	display: none
}

.form-body__contact {
	background-color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 83.1%, .8)), color-stop(40%, #fafafa), color-stop(60%, #fafafa), to(hsla(0, 0%, 83.1%, .8)));
	background: -o-linear-gradient(left, hsla(0, 0%, 83.1%, .8) 0, #fafafa 40%, #fafafa 60%, hsla(0, 0%, 83.1%, .8) 100%);
	background: linear-gradient(90deg, hsla(0, 0%, 83.1%, .8) 0, #fafafa 40%, #fafafa 60%, hsla(0, 0%, 83.1%, .8));
	border-bottom: 1px solid #d6d6d6
}

.form-body__form {
	padding: 30px 15px
}

.form-contact {
	display: block;
	max-width: 210px;
	width: 100%;
	margin: 0 auto;
	padding: 35px 0;
	text-align: center
}

.form-contact__title {
	margin-top: 10px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1
}

.form-contact__phone {
	color: #000;
	font-size: 25px;
	font-weight: 700;
	line-height: 1
}

.form-form {
	max-width: 210px;
	width: 100%
}

.form-form__title {
	text-align: center
}

.form-form__title p {
	margin: 0;
	color: #000;
	font-weight: 400;
	line-height: 1;
	font-size: 20px
}

.form-form__title p:first-child {
	font-size: 25px;
	color: #000;
	font-weight: 700
}

.form-form__fields {
	padding-top: 20px
}

.form-form .form-group {
	margin-bottom: 0
}

.form-form .newslatter-input {
	height: 50px;
	width: 100%;
	padding: 11px 10px 10px;
	background-color: #fff;
	color: #626262;
	font-weight: 400;
	font-size: 18px;
	border: none;
	border-bottom: 1px solid #a1a1a1;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (max-width:480px) {
	.form-form .newslatter-input {
		padding: 14px 10px 13px
	}
}

.form-form .newslatter-input::-webkit-input-placeholder {
	font-size: 18px;
	color: #626262
}

.form-form .newslatter-input::-moz-placeholder {
	font-size: 18px;
	color: #626262
}

.form-form .newslatter-input:-ms-input-placeholder {
	font-size: 18px;
	color: #626262
}

.form-form .newslatter-input::-ms-input-placeholder {
	font-size: 18px;
	color: #626262
}

.form-form .newslatter-input::placeholder {
	font-size: 18px;
	color: #626262
}

.form-form .newslatter-area {
	height: 100px;
	width: 100%;
	resize: none;
	color: #626262;
	font-weight: 400;
	font-size: 18px;
	border: none;
	border-bottom: 1px solid #a1a1a1;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-form .newslatter-area::-webkit-input-placeholder {
	font-size: 18px;
	color: #626262
}

.form-form .newslatter-area::-moz-placeholder {
	font-size: 18px;
	color: #626262
}

.form-form .newslatter-area:-ms-input-placeholder {
	font-size: 18px;
	color: #626262
}

.form-form .newslatter-area::-ms-input-placeholder {
	font-size: 18px;
	color: #626262
}

.form-form .newslatter-area::placeholder {
	font-size: 18px;
	color: #626262
}

.form-form .newslatter-btn {
	width: 100%;
	margin: 30px 0 0;
	height: 50px;
	font-size: 18px;
	font-weight: 700;
	background-color: #efd57e;
	color: #000;
	border: none
}

.form-form .newslatter-btn:active {
	-webkit-box-shadow: inset 2px 5px 5px rgba(0, 0, 0, .15);
	box-shadow: inset 2px 5px 5px rgba(0, 0, 0, .15)
}

div#credit {
    display: none;
}