html {
	
}

body {	
	
}

ul, ol {
	
}

h1 {
	font-size: 22px; color: #674287;
}

h2 {
	font-size: 19px; color: #674287;
}


.img-responsive {display: inline-block;}

/*** Top ***/



.logo_container {direction: ltr; background: #eaeaea; padding: 10px 0 0 0; margin: 0 auto;}
	.logo_link {}
	
	.logo_phone_links {list-style: none; direction: ltr; margin: 0; padding: 0;}
	   .logo_phone_links a {color: #9e6bca;  margin-bottom: 5px; font-size: 36px;}
		 .logo_phone_links a:hover {text-decoration: none;}


.header_container {direction: rtl; background: #eaeaea; }

/*** Menu ***/
	
	.navbar {
		 background: #eaeaea; box-shadow: none; webkit-box-shadow: none; border: none;		
		 margin-bottom: 0;
	}
	.navbar-collapse {padding-right: 0;  margin-top: 0px; }
	
	.navbar-nav li {margin-left: 15px;} /*  ריווח בין הפריטים  */
			
	.navbar-toggle {background: silver;}
	
	.navbar-default .navbar-nav > li > a {
       color: #000000; font-weight: normal; font-size: 16px;
	}
		.navbar-default .navbar-nav > li > a:hover {color: #000000; }
		
	.navbar-nav > li > a {
		padding-top: 7px;
		padding-bottom: 7px;
	}
		
		
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		color: #ffffff;
        background-color: #9e6bca;
        border-radius: 3px;		
	}	
	
	/* row 3267 in bootstrap.css -- the drop down  */
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
	  color: #ffffff;
	  text-decoration: none;
	  background-color: #9e6bca;
	}
	
	.dropdown-menu > li {margin-left: 0px;}
	
	.selected {background-color: #674287; color: white !important;  border-radius: 3px;}
		
	
	
/*** end menu ***/


/*** hp animation ***/

.carousel-caption {
	               top: -15px !important;
                  }

	.carousel-caption h3 {font-size: 32px; font-weight: bold; direction: rtl;}
	.carousel-caption p {font-size: 16px; font-weight: bold; direction: rtl;}

/*** end hp animation ***/



/*** hp text form news ***/

.hp_text_news {
	direction: rtl;
	width: 100%; 
	/*height: 300px;*/
	margin: 0 auto;
	/*background: url(../images/big_pic.jpg);*/
	background: #f1f1f1;
}


	.hp_text_news h1 {margin-top: 12px;}
	.hp_text_news p {margin:0;}
	.hp_text_news .hp_text a{color: #9e6bca !important}
	
		
.control-label {font-weight: normal; text-align: right !important;}

.hp_text_news textarea {height: 80px;}

#frm1 .form-group {margin-bottom: 8px;}

.mybtn {background: #674287; border-color: #674287;}
	.mybtn:hover {background: #9e6bca; border-color: #9e6bca;}
	
.hp_text_news .read_more_odot {
	display: block;
	padding: 5px 10px;
	color: white; background: #674287;
	margin: 8px 0 0 0;
}
	.hp_text_news .read_more_odot:hover {background: #9e6bca; border-color: #9e6bca;}

.news_animation {
	margin: 0 auto; padding: 0 !important; 
}

	.news_animation div{width: 100%; padding: 0 !important;}
		.news_animation .title {font-weight: bold; margin-bottom: 0px !important; }
		.news_animation .description {margin: 0 0 0px 0 !important;  }
	    .news_animation a.read_more {color: #674287}

   /*
    marquee div {margin-bottom: 7px;}
	marquee .title{ font-weight: bold; margin-bottom: 0px !important; }
	marquee .description {margin: 0 0 0px 0 !important;  }
	marquee a.read_more {color: #674287}
	*/

/*** end hp text form news ***/


/*** hp buttons ***/

.hp_buttons {
	direction: rtl;
	width: 100%; margin: 0 auto; 
	background: url(../images/big_pic2.jpg);	
	padding-top: 20px;	
}

.hp_buttons .thumbnail {text-align: center !important;
                         /* background: #f1f1f1;*/
                         background: transparent !important;
                         border: none;
                       }

.hp_buttons a {text-align: center;}
    .hp_buttons h3 {margin: 0 0 0 0;}
    .hp_buttons a:hover {text-decoration: none;}
	.hp_buttons a:hover h3, .hp_buttons a:hover p{color: #674287;}

.hp_buttons img {display: inline-block;}

/*** end hp buttons ***/


/*** inner pages c***/
.inner_text {
	direction: rtl;
	width: 100%; min-height: 500px; padding-bottom: 25px;
	margin: 0 auto;
	background: url(../images/inner_bg2.jpg);	
}
	.inner_text p {margin: 0; }
	.inner_text a {color: #9e6bca;}
	
/*** Footer ***/
.footer {
	background: #674287;
	min-height: 50px;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	color: white;
	direction: rtl;
}

    .footer .links a {display: inline-block; margin-left: 30px;}

	.footer a {color: white;}
	
    .footer p {margin-top: 25px;} 
    
    
    
/*************************************************************************************/

@media screen and (max-width: 768px) {
	
	/* float the logo to the left */
	.navbar-header {
	  float: right;	 
	}
	.navbar-brand {
	  float: none !important; display: block;
	}
	
	.navbar-collapse {padding-right: 0;  margin: 100px -2px 0 0; }
	
	.carousel-caption {top: -40px !important;}
	.carousel-caption h3 {font-size: 18px;}
	
 }  
