#info{
	position:fixed;
	left:0px;
	top:0px;
	background-color:#CCC;
	opacity:0.5;
	z-index:99;
	display:none;
}

html, body{
/*	height:100%;*/
	margin:0;
	padding:0;
	font-family:'Alef';
	font-weight:normal;
	color:#333;
}

#wrapper{
	margin:0 auto;
	width:960px;
	/*background-image:url(images/bg.png);*/
	background-repeat:no-repeat;
	background-position:top;
	/*overflow:auto;*/
	/*display:none;*/
	/*height:100%;*/
	
}

.large_cell_only{
	display:none;
}
.small_cell_only{
	display:none;
}
.tablet_only{
	display:none;
}
.desktop_only{
	display:block;
}

@font-face {
    font-family: 'Alef';
    src: url('fonts/Alef-Bold.eot');
    src: url('fonts/Alef-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Alef-Bold.woff') format('woff'),
         url('fonts/Alef-Bold.ttf') format('truetype'),
         url('fonts/Alef-Bold.svg#alefbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Alef';
    src: url('fonts/Alef-Regular.eot');
    src: url('fonts/Alef-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Alef-Regular.woff') format('woff'),
         url('fonts/Alef-Regular.ttf') format('truetype'),
         url('fonts/Alef-Regular.svg#alefregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1,h2{
	margin:0;
	padding:0;
}

.h1_dashed_line{
	width:252px;
	height:2px;
	background-image:url(images/h1_dashed_line.png);
	background-position:center;
}
.h1_dashed_line_experience{
	width:278px;
	height:2px;
	background-image:url(images/h1_dashed_line_exp.png);
	background-position:center;
}

.fullWidth{
	width:100%;
}


td{
	vertical-align:top;
}

.vertical_dashed_line_td{
	width:29px;
	background-image:url(images/vertical_dash.png);
	background-repeat:repeat-y;
}

.right_td{
	background-position:right top;
}
.left_td{
	background-position:left top;
}

.category_title{
	color:#4FA6DC;
	font-size:26px;
	font-weight:normal;
	letter-spacing:0.2px;
}
.page_title{
	color:#4AB658;
	font-size:26px;
	font-weight:normal;
	letter-spacing:0.2px;
}




#bg{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-image:url(images/bg-pattern.png);
	background-repeat:repeat;
/*	background-color:#39C;*/
	z-index:-1;
}

#content_table_container{
	margin-top:40px;
}

.album_item_title_td{
	vertical-align:bottom;
	height:52px;
}
.album_title_dashed{
	width:278px;
	height:3px;
	background-image:url(images/album_title_dash.png);
	background-position:center;
}
.album_title{
	color:#4AB658;
	font-size:20px;
	font-weight:bold;
	line-height:23px;
	width:278px;
}
.album_title a{
	color:#4AB658;
	text-decoration:none;
	width:278px;
}

.album_image{
	width:278px;
	height:278px;
	overflow:hidden;
	margin-bottom:10px;
	margin-top:10px;
}

.space_between_albums_rows{
	height:34px;
}

#gallery_bottom{
	position:absolute;
	height:120px;
	width:960px;
    bottom:55px;
}

#image_desc{
	background-color:#FFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:5px;
	font-size:14px;
	position:absolute;
	bottom:0px;;
	left:70px;
	line-height:14px;
}

#circles{
	height:10px;
	position:absolute;
	top:60px;
	left:0;
    text-align: center;
    width: 100%;
}
#circles table{
    margin: 0 auto;
    
}

#gallery_nav_arrows{
    position: absolute;
    width: 90%;
    height: 80px;
    left:5%;
    top:0;
}

#gallery_nav_arrows img{
    height:80px;
    cursor: pointer;
}

#rotate_notice{
    position: absolute;
    width: 100%;
    display: none;
}
#rotate_notice img{
    width:126px;
    display: block;
    margin: 0 auto;
    height: auto;
}

/*#bet_gallery_arrows{
    background: #333;
    width: 70%;
    height: 80px;
    margin: 0 auto;
}*/

#gallery_left_arrow{
    position: absolute;
    left:0;
}
#gallery_right_arrow{
    position: absolute;
    right:0;
}





.circle_btn{
	width:15px;
	height:14px;
	background-image:url(images/circle_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-right:3px;
	margin-left:3px;
	cursor:pointer;
}

#circles_container{
	margin:0 auto;
	width:auto;
	text-align:center;
}

#back_to_albums{
	position:absolute;
	bottom:0px;
	left:0px;
	width:55px;
	height:52px;
}
#back_to_albums a{
	display:block;
	width:55px;
	height:52px;
	background-image:url(images/back_to_albums.png);
	background-position:top;
}
#back_to_albums a:hover{
	background-position:bottom;
}

#bs{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

#click_collector{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:transparent;
}


.album_desc{
	width:278px;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
}
.album_desc a{
	color:#000;
	text-decoration:none;
}

.space_between_album{
	width:15px;
}

#header{
	height:172px;
	width:960px;
	position:relative;
}

#logo{
	width:215px;
	height:150px;
	position:absolute;
	right:0px;
	top:0px;
}

#mail_link{
	width:38px;
	height:37px;
	position:absolute;
	left:0px;
	top:113px;
}
#mail_link a{
	display:block;
	width:38px;
	height:37px;
	background-image:url(images/mail_link_image.png);
	background-position:top;
}
#facebook_link{
	width:37px;
	height:37px;
	position:absolute;
	left:58px;
	top:113px;
}
#facebook_link a{
	display:block;
	width:37px;
	height:37px;
	background-image:url(images/facebook_link_image.png);
	background-position:top;
}
#facebook_link a:hover, #mail_link a:hover{
	background-position:bottom;
}

.dashed_line{
	background-image:url(images/dashed_line.png);
	width:960px;
	height:27px;
}

#menu{
	width:960px;
	height:35px;
	position:relative;
}

#menu1{
	background-image:url(images/menu1.png);
	right:0px;
	
}
#menu2{
	background-image:url(images/menu2.png);
	right:250px;
}
#menu3{
	background-image:url(images/menu3.png);
	right:500px;
}
#menu4{
	background-image:url(images/menu4.png);
	left:0px;
}

.menu_btn{
	width:215px;
	height:35px;
	background-position:top;
	position:absolute;
	cursor:pointer;
	top:0px;
}
.no_dropdown a{
	display:block;
	width:215px;
	height:35px;
}

/*.menu_btn:hover{
	background-position:bottom;
}*/

.dropdown{
	width:215px;
	position:absolute;
	top:0px;
	display:none;
	background-image:url(images/empty_gif.gif);
	background-repeat:repeat;
}

#dropdown1{
	right:0px;
}
#dropdown2{
	right:250px;
}

.dropdown_top_margin{
	height:56px;
	width:215px;
}

#c1_p1 a{
	background-image:url(images/c1_p1_btn.jpg);
}
#c1_p2 a{
	background-image:url(images/c1_p2_btn.jpg);
}
#c2_p1 a{
	background-image:url(images/c2_p1_btn.jpg);
}
#c2_p2 a{
	background-image:url(images/c2_p2_btn.jpg);
}
#c2_p3 a{
	background-image:url(images/c2_p3_btn.jpg);
}


.dropdown_item a{
	display:block;
	height:29px;
	width:215px;
	background-position:top;
	margin-top:6px;
}
.dropdown_item a:hover{
	background-position:bottom;
}

#mainContent{
	width:960px;
	background-color:#FFF;
	margin-bottom:20px;
	padding-bottom:60px;
	overflow:auto;
}
#content{
	width:864px;
	margin:0 auto;
	margin-top:38px;
	direction:rtl;
}

#footerPusher{
	width:960px;
}
.footer_side_margin{
	width:30px;
}

#preloader{
	width:302px;
	margin:0 auto;
}

.preloader_td_container{
	vertical-align:middle;
	width:302px;
}

.footerPusher table, .footerPusher td {
    height: 100%;
}

#toen{
	width:302px;
	text-align:center;
	font-size:18px;
	margin-bottom:15px;
	color:#50A5DB;
}
#loading_flower_div{
	width:60px;
	height:67px;
	background-image:url(images/flower_preloader_sprite.png);
	margin:0 auto;
}

.loading_1{
	background-position:top;
}
.loading_2{
	background-position:0px -67px;
}

#bar_container{
	width:300px;
	height:10px;
	border:1px solid #000;
}
#bar{
	background-color:#333;
	width:0px;
	height:10px;
}

webkit{
font-smoothing:antialiased;	
}

#footer{
	width:960px;
	height:25px;
	background-image:url(images/bottom_bg.png);
	background-repeat:repeat-x;
	font-family: 'Alef';
	font-size:13px;
	direction:rtl;
	line-height:25px;
	text-align:center;
	letter-spacing:0px;
	position:relative;
	bottom:0px;
}

#footer.footer_in_home_page{
	position:absolute;
}

#footer_icon_1{
	width:60px;
	height:25px;
	background-image:url(images/footer_icon1.png);
	background-position:center;
	background-repeat:no-repeat;
}
#footer_icon_2{
	width:60px;
	height:25px;
	background-image:url(images/footer_icon2.png);
	background-position:center;
	background-repeat:no-repeat;
}

#footer a{
	text-decoration:none;
	color:#000;
}
#footer a:hover{
	text-decoration:underline;
}

table{
	border-collapse:collapse;
	margin:0;
	padding:0;
	border: 0;
	
}
tr, td{
	padding:0px;
}

img{
	border:0;
}

#firstImagePlaceHolder{
	display:none;
}

.flower1{
	background-image:url(images/flower1.png);
	width:125px;
	height:125px;
	background-position:center;
}
.flower2{
	background-image:url(images/flower2.png);
	width:125px;
	height:125px;
	background-position:center;
}
.flower3{
	background-image:url(images/flower3.png);
	width:125px;
	height:125px;
	background-position:center;
}
.page_main_desc_td{
	text-align:center;
	vertical-align:middle;
}
.page_main_desc_td div{
	width:516px;
	padding-left:20px;
	padding-right:20px;
	font-size:36px;
	line-height:35px;
	color:#000;
	direction:rtl;
}

.space_between_page_inner_title_and_items{
	height:50px;
}

.item_title{
	direction:rtl;
	font-size:20px;
	font-weight:bold;
	color:#4AB658;
	line-height:20px;
	margin-bottom:2px;
	letter-spacing:0.2px;
}

.content_item_right_td{
	width:333px;
}

.content_item_space_td{
	width:29px;
}

.content_item_left_td{
	width:444px;
}

.content_item_title_line{
	width:333px;
	background-image:url(images/contnet_item_dashed.png);
	height:3px;
}

.item_text{
	font-size:18px;
	color:#000;
	direction:rtl;
	line-height:20px;
	margin-top:15px;
	letter-spacing:0.2px;
}

.item_bottom{
	margin-top:34px;
	margin-bottom:34px;
	width:806px;
	background-image:url(images/item_bottom.png);
	height:14px;
}

.page_bottom_graphics{
	background-image:url(images/page_bottom.png);
	background-position:center;
	height:48px;
	width:747px;
	background-repeat:no-repeat;
	margin:0 auto;
	margin-top:75px;
}

.larger_line_height{
	line-height:30px;
}
.item_text a{
	color:#000;
}

#bottom_credits{
	width:312px;
}

#bottom_phone{
	width:294px;
}

#bottom_mail{
	width:174px;
}

#mobile_home_container{
	display:none;
	width:228px;
	margin:0 auto;
	padding-top:50px;
}

#mobile_home_logo img{
	display:block;
	width:100%;
}

#hp_mobile_menu img{
	width:100%;
	display:block;
}

#hp_mobile_menu{
	margin-top:75px;
}
.mobile_menu_item_with_submenu, .mobile_menu_item{
	margin-bottom:12px;
}

.mobile_submenu{
	display:none;
	margin-bottom:6px;
}


.mobile_submenu_opened_title, .mobile_submenu_item{
	margin-bottom:6px;
}

#mobile_home_footer{
	height:78px;
	font-family: 'Alef';
	font-size:13px;
	direction:rtl;
	line-height:25px;
	text-align:center;
	letter-spacing:0px;
    width: 100%;
    display: none;
    position: relative;
}
#mobile_home_footer.stick_to_bottom{
    position: absolute;
    bottom: 0;
}

#mobile_home_footer_blue_line{
    position: absolute;
    top:50px;
    height: 3px;
    width: 100%;
    background: #50A5DB;
}
#mobile_footer_content{
    position: absolute;
    background: #fff;
    top:53px;
    width: 100%;
}

#mobile_footer_content a{
    color:#000;
    text-decoration: none;
}

#mobile_header{
    display: none;
    background: #50A5DB;
    position: fixed;
    width: 100%;
    -webkit-backface-visibility:hidden; 
}
#mobile_header_inner{
    width:90%;
    margin: 0 auto;
}

#mobile_header_page_title{
    display: block;
    height: 63px;
    float:right;
    color:#fff;
    font-size:22px;
    direction: rtl;
    line-height: 23px;
}
#mobile_header_page_title table{
    height: 100%;
}
#mobile_header_page_title td{
    height: 100%;
    vertical-align: middle;
}

#mobile_header_page_title a{
    color:#fff;
    text-decoration: none;
}

#mobile_header_arrow img{
    display: block;
    height: 63px;
    float:left;
}
#mobile_header_arrow #up_arrow{
    display: none;
}
#mobile_content{
    display:none;
    padding-top: 90px;
    background: #fff;
    direction: rtl;
}
.dontshow{
    display:none;
}

.mobile_full_dashed_line{
	width:100%;
	height:4px;
	background-image:url(images/dashed_line_pattern.png);
    background-repeat: repeat-x;
}
.mobile_full_dashed_line2{
	width:100%;
	height:2px;
    border-bottom: 1px dashed #666;
}

#mobile_content .category_title, #mobile_content .page_title{
    padding-right:5%;
    padding-left: 5%;
    line-height: 26px;
}
#mobile_content .page_title{
    margin-bottom: 30px;
}
.mobile_flower1 img{
    display: block;
    margin: 0 auto;
    width: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    
}
.mobile_page_main_desc{
    font-size: 26px;
    line-height: 27px;
    color:#000;
    text-align: center;
    padding-right:5%;
    padding-left: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile_info_obj{
    width: 90%;
    margin: 0 auto;
}

.mobile_info_obj_title_dashed_line{
	width:100%;
	height:4px;
	background-image:url(images/dashed_line_pattern.png);
    background-repeat: repeat-x;
}

.mobile_item_image img{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.mobile_item_desc{
    font-size: 18px;
    color: #000;
    direction: rtl;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    letter-spacing: 0.2px;  
}

#mobile_reg_footer{
    display:none;
    background: #fff;
    font-size: 14px;
}

#mobile_reg_footer_icons img{
    width:70%;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}


#mobile_reg_footer_content{
    text-align: center;
    direction: rtl;
    margin-top: 10px;
    margin-bottom: 10px;
}

#mobile_reg_footer_content a{
    color:#000;
    text-decoration: none;
}

#cell_menu{
	-webkit-backface-visibility:hidden; 
	position:fixed;
	width:100%;
	top:63px;
	left:0;
	background-color:#50A5DB;
	z-index:99;
	display:none;
	text-align:left;
	height: 100%;
	overflow:scroll;
}

#cell_menu_inner{
	position:absolute;
	top:4px;
	left:0px;
	width:100%;
	overflow: auto;
    background: #50A5DB;
    padding-top: 10px;
}


.cell_menu_item, .cell_menu_item_with_submenu{
    background: #fff;
    height: 50px;
    margin-top: 15px;
}
.cell_menu_item table, .cell_menu_item td, .cell_menu_item_with_submenu table, .cell_menu_item_with_submenu td{
    height:100%;
    width: 100%;
    vertical-align: middle;
}

.cell_menu_item img, .cell_menu_item_with_submenu img{
    display:block;
    height: 50px;
    margin: 0 auto;
}
#cell_menu_contacts{
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    font-size:19px;
    direction: rtl;
}
#cell_menu_contacts a{
    color:#fff;
    text-decoration: none;
}
#cell_menu_social_links{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#mobile_mail_link,#mobile_facebook_link{
    display:inline-block;
    padding-left: 5px;
    padding-right: 5px;
    
}
#mobile_mail_link img,#mobile_facebook_link img{
    display: block;
    height: 45px;
    
}

.cell_menu_submenu{
    display:none;
}
.cell_menu_submenu_item{
/*    background: #3bb44a;*/
    background: #fff;
    height: 50px;
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.cell_menu_submenu_item table, .cell_menu_submenu_item td{
    height: 100%;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.cell_menu_submenu_item a{
    color:#333;
    text-decoration: none;
}

.trig_bg{
    height: 40px;
    width: 100%;
    margin: 0 auto;
    background-image: url(images/green_trig_bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    margin-bottom: 10px;
    
}

.mobile_items_container{
    width: 90%;
    margin: 0 auto;
}

#mobile_header_inner_gallery{
   width:90%;
    margin: 0 auto;
    position: relative;
    font-size:18px;
    direction: rtl;
    line-height: 19px;
    color:#fff;
    height: 50px;
}

#mobile_header_gallery_right{
    position: absolute;
    right:0;
    height: 50px;
}
#mobile_header_gallery_left{
    position: absolute;
    left:0;
    height: 50px;
}
#mobile_header_gallery_left a{
    color:#fff;
    display: block;
    text-decoration: none;
    padding-left: 20px;
    background-image: url(images/gallery_back_arrow.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}
#mobile_header_gallery_middle{
    text-align: center;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
}
#mobile_header_gallery_middle table{
    margin: 0 auto;
    width:50%;
}
#mobile_header_inner_gallery table, #mobile_header_inner_gallery td {
    height:100%;
    vertical-align: middle;
}
.item_title a{
    text-decoration: none;
    color:#4AB658;
}

.mobile_item_desc a{
   text-decoration: underline;
    color: #000;
}

#text_above_circles{
    color:#fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 15px;
}





