@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

body {
	font-family: 'Open Sans Hebrew', sans-serif;
	margin: 0px;
	background-color: #FFF;
}

.float_left {  float: left;  }

h3 {
	color: #58595b;
	font-weight: bold;
	font-size: 20px;
	margin-top: 0px;
}
.numbers {
	/*margin-top: 30px;
	display: inline-block;
	color: #b3252b;
	font-size: 750%;
	margin-right: 55px;
	line-height: 100%;*/

	margin-top: 15px;
	display: inline-block;
	color: #CF171F;
	font-size: 220%;
	margin-right: 37px;
	line-height: 100%;

}
.timertext {
	/*font-size: 350%;
	color: #6d6e70;
	margin-right: 55px;
	line-height: 50%;
	margin-bottom: 50px;
	display: inline-block;
	margin-top: 18px;*/

	font-size: 150%;
	color: #6d6e70;
	margin-right: 35px;
	line-height: 50%;
	margin-bottom: 15px;
	display: inline-block;
	margin-top: 15px;
}

.col-md-12, .col-sm-12{
	padding-right: 0;
	padding-left: 0;
}

.wrapper_counter{
	display: inline-block;
	border: 1px solid #666;
	margin-top: 50px;
	border-radius: 10px;
	padding: 0 0 0 28px;
	width: 90%;

}

footer {
	text-align: center;
	padding: 20px 0 20px 0;
	direction: rtl;
	background-color: #fff;
}

.fotter_float_right1,.fotter_float_right2,.fotter_float_right3,.fotter_float_right4,.fotter_float_right5{
	 float: right;
	 color: #000;
	 font-size: 16px;
	 line-height: 35px;
 }

.margin-left{
	margin-left: 55px;
}

.logo{
	float: left;
	margin-top: 35px;
	width: 190px;
}

.wrapper_text{
	width: 37%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 0 20px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
	direction: rtl;
}

.text1{
	 font-size: 54px;
	 font-weight: bold;
	 color: #CF171F;
 }

.text2{
	font-size: 33px;
	font-weight: bold;
	color: #000000;
	line-height: 1.1;
}

.bar_slug{
	width: 100%;
	min-height: 70px;
	text-align: center;
	background-color: #CF171F;
	border-top: 1px solid #333;
	direction: rtl;
}

.slug1{
	font-size: 320%;
	font-weight: bold;
	color: #FFC20E
}

.slug2{
	font-size: 320%;
	font-weight: bold;
	color: #FFFFFF;
}
/*-------------------------------------------------------------
  Media queries
---------------------------------------------------------------*/
@media (min-width: 992px) {  }
@media (max-width: 1100px) {  }
@media (min-width: 767px)and (max-width: 900px) {
	.numbers {
		font-size: 230%;
		margin-right: 23px;
	}
	.timertext {
		font-size: 20px;
		margin-right: 20px;
	}
	.wrapper_counter{
		width: 100%;
	}
	.margin-left{
		margin-left: 150px;
	}
	.logo{
		float: none;
		margin-top: 25px;
		margin-left: auto;
		margin-right: auto;

	}
	.wrapper_text{
		width: 100%;
		margin-top: 20px;

	}
}
@media (max-width: 480px) {

	.numbers {
		font-size: 230%;
		margin-right: 23px;
	}
	.timertext {
		font-size: 20px;
		margin-right: 20px;
	}
	.wrapper_counter{
		width: 100%;
	}
	.margin-left{
		margin-left: 29px;
	}
	.logo{
		float: none;
		margin-top: 25px;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
	}
	.wrapper_text{
		width: 100%;
		margin-top: 20px;

	}
	.text1{
		font-size: 47px;
		font-weight: bold;
		color: #CF171F;
	}

	.text2{
		font-size: 25px;
		font-weight: bold;
		color: #000000;
		line-height: 1.3;
	}
	.slug2{
		display: block;
	}


}