﻿/* This CSS file is used in all 9 of the free simple templates at         */
/* www.bravenet.com.  Feel free to look at the templates themselves       */
/* to get an idea of how the various classes listed here can combine      */
/* to produce a wide variety of layouts.  (Classes are the entries        */
/* beginning with a '.')                                                  */

/* Note: The slash star combinations surround text that is to be          */
/*       marked a comment.  These just describe the CSS and are           */
/*       ignored by the browser.                                          */

BODY {
	font-size: 14px;
	FONT-FAMILY: 'Alef Hebrew', Arial, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	direction: rtl;
	padding-top: 70px;
	/*background-color: #eee;	*/	

}
h1
{
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
	
}
.page_title{

	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 8px 5px;
	border-radius: 3px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
h2
{
	
	font-family: Arial;
	font-weight: bold;
   	font-size: 18px;
}

h3
{
	color: #000000;
   	font-size: 16px;
	font-family: Arial;
    font-weight: bold;
}

i[class^="icon-"], span[class^="icon-"] {
margin-left: 5px;
}
.map_marker{
	background-color: #6610f2;
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 14px;
	padding: 2px 8px;
	position: relative;
}
.map_marker::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #6610f2;
}
.map_marker_main{
	background-color: #6610f2;
	color: #FFFFFF;
	border-radius: 4px;
	border-width: 50px;
	border-color: #ffc107;
	font-size: 14px;
	padding:  0px 8px 2px 8px;
	position: relative;
}
.map_marker_main::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #6610f2;
}
/* --------------------	*/
/* sorted tables 		*/
/* --------------------	*/
table.sorted_table {
	margin:10px 0pt 15px;
}
table.sorted_table thead tr .header {
	background-image: url(images/sort_default.gif);
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
}

table.sorted_table thead tr .headerSortUp {
	background-image: url(images/sort_asc.gif);
}
table.sorted_table thead tr .headerSortDown {
	background-image: url(images/sort_desc.gif);
}
table.sorted_table thead tr .headerSortDown, table.sorted_table thead tr .headerSortUp {
	background-color: #f0f0f0;

}	

#site_header{
	width:100%;
	max-width:1200px;
	margin: 0 auto;
	position:relative;
	padding-top: 10px;	
}
#body_wraper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	word-break: break-word;
	line-height: 1.3;
}
#page_header{

}
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
#page_pagination{
	text-align:center;
}
#button_row{
	margin-bottom:10px;
	margin-left:10px;
}

#search_in_managment{
	padding:10px;
	border-bottom: 1px solid #d4d4d4;
}
#place_id_name{
	font-weight:bold;
}
#search_creteria_panel{
	padding-left:0px;
	padding-right:5px;
	width:230px;
	float: right;
}
#result_panel{
	padding-left:5px;
	padding-right:0px;
	width:970px;
	float: right;
}
.search_creteria{
	padding: 5px;
}
#map_canvas{
	height:600px;
	width:100%;
}
.map_info_window{
	min-width: 250px;
	min-height: 100px;
}
.map_info_window ul{
	text-align: right;
	padding-right: 0px;
}
.map_info_window img{
	float:left;
	width:120px;
}
.meta_title{
	font-weight:bold !important;
}
.search_pannel_select{
	width:190px !important;
}
.side_info{
	padding-right: 10px;
}
.google_add_square{
	text-align: center;	
}
#image_logo{
	float: right;
	margin-left: 13px;
}
#image_logo img{
	height: 40px;
	
}
#map_legend img{
	height:20px;
}
.meta_item_title{
	font-weight:bold;
	width:150px;
}
.meta_item_info{

}
#select-all{
	margin-left: 8px;
	margin-right: 8px;
}
#result_counter{
	margin-bottom:5px;
	font-weight: bold;
}
#site_footer{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	margin-top:15px;
}
.explorertitle {
background-image: url(images/explorer/expl_top_back.jpg);
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
}
.explorersubtitle {
background-image: url(images/explorer/header_bg.gif);
font-weight: bold;
}
.content {
padding-top: 4px;
margin-top: 0px;
font-family: Arial;
}
.message {
font-weight: bold;
color: #990000;
}

.nav{
	font-size: 20px;
}
#top_button_links{
	text-align:center;
}
.panel-title{
	font-size:22px;
}
.breadcrumb{
	margin-left: 15px;
	margin-right: 15px;
}
#share_buttons_wraper{
    font-size: 22px;
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
	display: none;
}
#share_buttons_wraper a img{
	    height: 22px;
}

.iframe_body {
  direction: : rtl;
}
#mobile_google_advertisment {
	display: none;
}

@media screen and (max-width: 980px) { /* 980px */
	body{
		padding-top:40px;
	}
	#right_column, #left_column{
		display:none;
	}
	img{
		max-width:100%;
	}
	#map_canvas{
		height:250px;
	}
	.page_title{
		font-size: 20px;
		margin-bottom: 5px;		
	}
	#share_buttons_wraper{
		display: block;
	}
	#mobile_google_advertisment {
		display: block;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
		max-width: 95%
	}
}
