body {
	direction: rtl;
	margin: 0;
	width:100%;
	height: 100%;
	font-family: Arial;
}

input,img,ul,p,h1,h2 {
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;	
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

.test_bg{
	background: url(../img/fbg1.jpg);
	width: 1015px;
	height: 1406px;
	margin: 0 auto;
	position: absolute;
	right: 123px;
	left: auto;
	top:0;
	z-index: -5;
	opacity: 0.5;
}

.page {
	width: 1000px;
	margin: 15px auto 0 auto;
}

.clear {
	clear: both;
}

/*
*  Header
--------------------------------------------/
*/

.head {
	width: 100%;
}

.search {
	width: 315px;
	height: 49px;
	border: 3px solid #fff;
	border-top: 0;
	border-radius: 0 0 15px 15px;
	background: url(../img/search_bg.jpg) repeat-x;
	float: left;
}

.search > * {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 5px 0 0;
}

.search span {
	color: #3399cc;
	font-size: 22px;
}

.search input {
	width:160px;
	height: 23px;
	border: 0;
	border-radius: 10px;
	padding-right: 10px;
}

.search img {
	margin-right: 0px;
}

.search input[type=image]{
	margin-bottom: -5px;
}


.logo {
	height: 70px;
	width: 230px;
	margin: 35px 0 18px 0;
	float: right;
}

#main-menu {
	width: 100%;
	height: 36px;
	background: #c7ebf3;
	border: 3px solid #fff;
	border-radius: 17px;
	-webkit-box-shadow: 3px 3px 4px #c7ebf3;
	-moz-box-shadow: 3px 3px 4px #c7ebf3;
	box-shadow: 3px 3px 4px #c7ebf3;
	filter: progid:DXImageTransform.Microsoft.dropshadow(offX=3, offY=3, color=#c7ebf3);
	filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#c7ebf3, strength=4);
	line-height: 36px;
}

#main-menu > * {
	display: inline-block;
	margin: 0 15px 0 0;
	height: 36px;
}

#main-menu a {
	color: #636464;
	font-size: 22px;
	margin: 0 20px;
}

#main-menu a:hover {
	color:#ef682f;
}

#main-menu li.active {
	background: url(../img/active_mi.jpg) repeat-x center center;
}

#sec-menu {
	margin: 5px 0 0 0;
	height: 17px;
	width: 100%;
	line-height: 14px;
	border-bottom: 3px solid #289db6;
	position: relative;
	text-align: center;
}

#sec-menu > *{
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #747575;
	margin-bottom: 5px;
	height: 14px;
	overflow: visible;
}



#sec-menu > li:last-child{
	border: 0;
}


#sec-menu a {
	color: #747575;
	font-size: 14px;
	margin: 0 3px;
	display: block;
	height: 20px;
}

#sec-menu .submenu {
	display: none;
	overflow: hidden;
}

.submenu {
	position: absolute;
	background: #ebf8fb;
	border: 3px solid #289db6;
	border-top: 0;
	border-radius: 0 0 15px 15px;
	margin-top: -3px;
	z-index: 105;
}

.submenu li {
	border: 0;
	margin: 5px 0 5px 0;
}

.submenu li:first-child {
	margin-top: 10px;
}

.title {
	width: 994px !important;
	height: 18px;
	background: #ef682f;
	border: 3px solid #fcda58;
	margin-top: 8px;
}

.title span {
	font-size: 14px;
	color: #fff;
	margin-right: 10px;
	line-height: 14px;
}

/*
*  Header background
--------------------/
*/

.abs_bg {
	position: absolute;
	width: 100%;
	z-index: -4;
	top:0;
}

.redline {
	background: #ef682f;
	width: 100%;
	height:15px;
}

.hline {
	background: url(../img/hlines.jpg);
	width: 100%;
	height:145px;
}

.blueline{
	background: url(../img/blueline.jpg);
	width: 100%;
	height:339px;
}

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

.content {
	margin: 15px 0 0 0;
	width: 100%;
}

.top_area {
	width: 100%;
}

.top_left {
position: relative;
	width: 765px;
	float: left;
}


.slide {
	float: right;
}

.text {
	width: 300px;
	height: 233px;
	float: left;
	margin: 0 25px 0 0;
}

.text h2 {
	font-size: 24px;
	color: #289db6;
	margin-left: 50px;
}

.text .dots {
	font-size: 15px;
	font-weight: bold;
	color: #289db6;
	margin-bottom: 10px;
	letter-spacing: 1px;
	margin-left: 50px;
}

.text p {
	font-size: 15px;
	color: #4e4e4e;
	margin-bottom: 10px;
	margin-left: 50px;
}

.text a {
	display:block;
	color: #289db6;
	font-size: 16px; 
}

.text .readmore{
	position: absolute;
	bottom: 35px;
	left: 0px;
}

#custom-pager {
	position: absolute;
	z-index: 100;
	left: 0px;
	bottom: 2px;
	text-align: center;
	line-height: 22px;
}

#custom-pager a {
	display: inline-block;
	width: 22px;
	height: 22px;
	color: #289db6;
	background: #fff;
	border: 1px solid #289db6;
	margin-right: 5px;
}

#custom-pager .cycle-pager-active a {
	display: inline-block;
	color: #fff;
	background: #289db6;
	
}

.top_right {
	display: block;
	width: 218px;
	height: 230px;
	float: right;
	background: url(../img/new1.jpg) no-repeat center center;
	border: 1px solid #fdcc30;
	border-radius: 15px;
	-webkit-box-shadow: 3px 3px 3px #dde8ea;
	-moz-box-shadow: 3px 3px 3px #dde8ea;
	box-shadow: 3px 3px 3px #dde8ea;
	filter: progid:DXImageTransform.Microsoft.dropshadow(offX=3, offY=3, color=#dde8ea);
	filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#dde8ea, strength=3);
}

.top_right p {
	font-size: 18px;
	line-height: 18px;
	color:#fff;
	width: 160px;
	margin: 10px 10px 0 0;
	-webkit-text-shadow: -2px 0px 2px #d8a603;
	-moz-text-shadow: -2px 0px 2px #d8a603;
	text-shadow: -2px 0px 2px #d8a603;
}

.top_right input {
	width: 180px;
	margin-right: 10px;
	height: 25px;
	font-size: 15px;
}

.top_right span {
	display: block;
	width: 200px;
	height: 25px;
	background: #fff;
	border-radius: 15px;
	margin: 10px 10px 0 0;
}

.top_right #agree {
	font-size: 10px;
	width: 10px;
	height: 10px;
	display: inline-block;
}

.top_right .cb_text {
	font-size: 10px;
	width: 170px;
	border-radius: 0;
	height: 10px;
	display: inline-block;
	background: transparent;
	color: #fff;
	margin-top: 5px;
}

.top_right [type="submit"] {
	background: transparent;
	color: #289db6;
	font-size: 24px;
	height: 26px;
	font-weight: 800;
	cursor: pointer;
}

.bottom_area {
	margin: 25px 0 0 0;
}


.col_right {
	width: 224px;
	float: right;
}

#leumit {
	margin-top: 6px;
}

.sidebar_menu li {
	width: 223px;
	height: 75px;
	background: url(../img/sb_libg.jpg) no-repeat center center;
	margin: 7px 0 0 0;
	border-radius: 21px 0 0 21px;
	-webkit-box-shadow: 3px 3px 4px #c7ebf3;
	-moz-box-shadow: 3px 3px 4px #c7ebf3;
	box-shadow: 3px 3px 4px #c7ebf3;
	filter: progid:DXImageTransform.Microsoft.dropshadow(offX=3, offY=3, color=#c7ebf3);
	filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#c7ebf3, strength=4);
	cursor:pointer;
}

.sidebar_menu li:last-child {
	margin-bottom: 18px;
}

.sidebar_menu a{
	display: block;
	color:#fff;
	font-size: 14px;
	width: 95px;
	height: 40px;
	margin: 0 90px 0 40px;
	padding-top: 4px;
}

.col_cent {
	width: 450px;
	margin: 0 10px 0 0;
	float: right;
}

.post {
	height: 78px;
	margin-bottom: 5px;
	padding-right: 10px;
	overflow: hidden;
}

.post a {
	display: block;
	color:#4e4e4e;
}

.post img {
	margin-top: 2px;
}

.post .thumb {
	float: right;
	margin: 0 0 0 11px;
	height: 100%;
}

.post h2 {
	font-size: 15px;
	margin: 2px 0 3px 0;
}

.post h2 a {
	padding-top: 1px;
}

.post p {
	color:#4e4e4e;
	font-size: 15px;
	margin-left: 5px;
}

.c_block {
	width: 100%;
	min-height: 201px;
	margin: 15px 0 0 0;
	background: url(../img/soc_bg.jpg) no-repeat top;
}

.c_block h2 {
	height: 44px;
	line-height: 44px;
	margin-right: 10px;
}

.c_block h2 a{
	color: #289db6;
	font-size: 30px;
	font-weight: 200;
}

.c_block .c_block_thumb {
	display: block;
	margin: 15px 11px 0 0;
	float: right;
}

.c_block_thumb img {
	-webkit-box-shadow: 3px 3px 4px #71bed0;
	-moz-box-shadow: 3px 3px 4px #71bed0;
	box-shadow: 3px 3px 4px #71bed0;
	filter: progid:DXImageTransform.Microsoft.dropshadow(offX=3, offY=3, color=#71bed0);
	filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#71bed0, strength=4);
	width: 141px;
	height: 119px;
}

.c_block p {
	margin: 13px 15px 0 20px;
	float: left;
	width: 263px;
	color: #4e4e4e;
	font-size: 15px;
}

.c_block .soc {
	margin: 25px 15px 0 10px;
	width: 273px;
	height: 28px;
	float: left;
}

.soc > div {
	display: inline-block;
	vertical-align: middle;
}

.soc_btn {
	background: url(../img/but_soc.jpg) no-repeat center center;
	width: 123px;
	height: 28px;
	border-radius: 10px;
	margin-right: 5px;
	line-height: 28px;
	text-align: center;
}

.soc_btn a {
	font-size: 16px;
	color: #4e4e4e;
}

.dotline {
	height: 32px;
	width: 100%;
	line-height: 32px;
}

.dotline p {
	color:#289db6;
	font-size: 15px;
}

.testem {
	width: 100%;
	min-height: 155px;
}

.testem h2 {
	height: 28px;
	background: #289db6;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	font-weight: 200;
	padding-right:10px;
}

.testem img {
	width: 154px;
	height: 114px;
	float: right;
	margin: 10px 10px 0 0;
}

.testem h3 {
	color: #e83471;
	font-size: 14px;
	font-weight: 200;
	margin: 8px 10px 0 0;
	width: 275px;
	float: left;
}

.testem p {
	font-size: 14px;
	width: 275px;
	float: left;
}

.readmore {
	display: block;
	float: left;
	font-size: 14px;
	color: #e49839;
	margin: 1px 0 0 10px;
}

.col_left {
	width: 300px;
	float: left;
}

.col_left a {
	display: block;
}

.col_left .ad1 {
	margin-bottom: 16px;
	text-align: left;
}

.col_left .ad2 {
	margin-bottom: 10px;
	text-align: left;
}

.faces {
	width: 100%;
	min-height: 240px;
	font-size: 11px;
	margin-bottom: 20px;
}

.faces h2 {
	height: 28px;
	background: #8bcad7;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	padding-right: 10px;
	font-weight: 200;
	margin-bottom: 20px;
}

.faces a {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 95px;
	margin: 0 3px 5px 3px;
}

.faces_links{
width: 100%; font-size: 11px;
}
.faces_links h2{
height: 28px; background: #8bcad7; color: #fff; font-size: 20px; line-height: 28px; padding-right: 10px; font-weight: 200; margin-bottom: 10px;
}
.faces_links a{
display:inline; font: normal 14px Arial, Helvetica, sans-serif; cursor:pointer; color:#1f91b6; line-height:28px;
}
.faces_links a:hover{
text-decoration:underline;
}

.f_wrap {
	width: 280px;
	text-align: center;
	margin: 0 auto;
}

.faces img {
	width: 55px;
	height: 65px;
	border: 2px solid #2f9ccd;
}

.faces a span {
	color: #2f9ccd;
}

/*
*  Contact form Home
---------------------/
*/

mark.validate {
	width: 16px;
	height: 16px;
	float: left;
	margin-left: -8px;
	margin-top: 5px;
	background: transparent none;
}

mark.valid {
	background: url(../contact/assets/img/success.gif);
}

mark.error {
	background: url(../contact/assets/img/error.gif);
}

#success_page {
	
}

#success_page h3{
	font-size: 15px;
	margin-right: 10px;
	color: #289db6;
}

#success_page p{
	font-size: 14px;
	margin:5px 10px 0 0;
	color: #fff;
	width: 90%;
	text-shadow: none;
}

.error_message {
	color: red;
	font-size: 12px;
	margin: 3px 10px 0 0;
}

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

.sidebar_right {
	width: 224px;
	float: right;
	margin-top: 15px;
}

.sidebar_right .top_right {
	float: none;
	margin-bottom: 28px;
}

.sidebar_right .sidebar_menu {
	margin-top: 30px;
}

.sidebar_right .sb_r_ad1 {
	display: block;
}

.sidebar_right .sb_r_ad2 {
	display: block;
	margin-top: 10px;
}

#subj_content, #categories_content {
	width: 745px;
	float: left;
}

#subj_content .soc, #categories_content .soc {
	float: left;
}

#subj_content .top_area h2 {
	color: #289db6;
	font-size: 24px;
	margin-top: 4px;
	float: right;
}

#nav_sub {
	margin-top: 15px;
	float: right;
	margin-top: 15px;
	width: 100%;
}

#nav_sub ul li {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	border-right: 2px solid #4e4e4e;
}

#nav_sub ul li:first-child {
	border-right: none;
}

#nav_sub a {
	font-size: 14px;
	color: #4e4e4e;
	padding-right: 3px;
}

.top_area .dots, .dots {
	width: 100%;
	height: 4px;
	background: url(../img/dotline.jpg) repeat-x;
	float: right;
	margin-top: 18px;
}

.center_area {
	margin-top: 18px;
	background: #fff;
}

.right_column {
	width: 250px;
	float: right;
	margin: 38px 13px 0 0;
}

.author {
	background: #f0f2f1;
	height: 100px;
	margin-bottom: 14px;
}

.author img {
	float: right;
	width: 93px;
	height: 100px;
}

.author p {
	padding-top: 22px;
	font-size: 12px;
	margin-right: 108px;
}

.author p a{
	color: #000;
}

.authors {
	background: #ebf9fc;
	font-size: 12px;
	color: #4d4f4e;
	padding: 12px 14px 25px 14px;
	margin-bottom: 14px;
}

.authors h3 {
	font-size: 12px;
	color: #2ca4bd;
	margin: 0 0 15px 0;
}

.authors div {
	margin-top: 10px;
}

.authors img {
	height: 47px;
	width: auto;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}

.authors p {
	display: inline-block;
	vertical-align: middle;
	width: 140px;
}

.friends {
	background: #ebf9fc;
	margin: 8px 0 10px 0;
}

.fb-like-box {
	background: #ebf9fc;
	margin: 0 auto;
}

.ad_s {
	margin: 0 0 10px 0;
}

a.ad {
	display: block;
}

.left_column {
	width: 440px;
	float: left;
	margin-left: 30px;
}

.blue {
	background: #ebf9fc;
}

#art3 {
	margin-top: 16px;	
}

#art1 {
	margin: 38px 0 0 0;
}

#art1 img {
	float: right;
}

.art_main .text {
	width: 250px;
	height: auto;
	margin: 0;
}

.art_main .text h2 {
	margin-left: 0;
}

.art_main .text h2 a {
	font-size: 24px;
	float: none;
	line-height: 24px;
}

.art_main .text p {
	margin-left: 0;
}

span.dotline_top {
	display: block;
	width: 250px;
	height: 4px;
	background: url(../img/dots.jpg) repeat-x;
	margin-top: 10px;
	margin-bottom: 13px;
}

span.dotline_bot {
	display: block;
	width: 100%;
	height: 4px;
	background: url(../img/dots.jpg) repeat-x;
}

#art2 {
	margin-top: 15px;
}

#art2 img {
	float: left;
}

#art2 .text {
	width: 250px;
	height: auto;
	margin: 0;
	margin-left: 20px;
}

/*
*  Text
--------------------------------------------/
*/
.breadcrumbs {
	background: url(../img/blueline.jpg) center center;
	height: 36px;
	line-height: 36px;
}

.breadcrumbs a {
	margin-left: 2px;
	color: #747575;
}

#text_content {
	display: inline-block;
	vertical-align: top;
	width: 522px;
	background: #fff;
	margin-right: 13px;
}

#text_content h1, #categories_content h1{
	font-size: 24px;
	color: #289db6;
}

#text_content .dotline_bot {
	display: block;
	margin: 15px 0 20px 0;
}

.full_article {
	padding: 12px;
	margin-bottom: 20px;
}
.full_article ul {
	padding-right: 20px;
	list-style-type: disc;
}
.full_article ol {
	padding-right: 20px;
	list-style-type: decimal;
}
.full_article li {
	list-style-type: inherit;
	line-height: 1.5;
}

.entry-content img {
	margin: 25px auto;
	display: block;
	-webkit-box-shadow: 3px 3px 6px #f0f0f0;
	-moz-box-shadow: 3px 3px 6px #f0f0f0;
	box-shadow: 3px 3px 6px #f0f0f0;
	filter: progid:DXImageTransform.Microsoft.dropshadow(offX=3, offY=3, color=#f0f0f0);
	filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#f0f0f0, strength=6);
}

.rp_title {
	color: #ee681f;
	margin: 0 10px 20px 10px;
}

#text_content .post, .left_column .post {
	height: auto;
	padding: 5px  10px 5px 0;
}


/*
*  Left Sidebar
--------------------/
*/
.sidebar_left {
	width: 224px;
	margin-top: 15px;
	float: left;
}

.sidebar_left .soc {
	float: left;
}

.sidebar_left .ls_ad {
	margin-bottom: 24px;
}

.sidebar_left #ls_ad1 {
	margin-top: 36px;
}

.sidebar_left #ls_ad1 img{
	height: 196px;
}

.sidebar_left img {
	width: 224px;
}
/*
*  Footer
--------------------------------------------/
*/
.footer_bg {
	position: absolute;
	right: 0;
	width: 100%;
	height: 130px;
	background: #a7dbf1;
	z-index: -4;	
}

.footer {
	margin-top: 25px;
	height: 130px;
}

.footer ul {
	float: right;
	margin: 14px 0 0 35px;
	font-size: 15px;
}

.footer ul a {
color:#097086;
} 

.fb_footer {
	background: url(../img/fb_foot.jpg) no-repeat center center;
	width: 220px;
	height: 44px;
	line-height: 44px;
	text-align: left;
	border-radius: 0 0 10px 10px;
	float: left;
	
}

.fb_footer a {
	display: block;
	width: 100%;
	height: 100%;
}

.fb_footer span {
	color: #fff;
	font-size: 20px;
	margin: 0 20px;
}


/*
*  Contact form
--------------------------------------------/
*/

mark.validate {
	width: 16px;
	height: 16px;
	float: left;
	margin-left: -8px;
	margin-top: 5px;
	background: transparent none;
}

mark.valid {
	background: url(../contact/assets/img/success.gif);
}

mark.error {
	background: url(../contact/assets/img/error.gif);
}

#success_page {
	
}

#success_page h3{
	font-size: 15px;
	margin-right: 10px;
	color: #289db6;
}

#success_page p{
	font-size: 14px;
	margin:5px 10px 0 0;
	color: #fff;
	width: 90%;
	text-shadow: none;
}

.error_message {
	color: red;
	font-size: 12px;
	margin: 3px 10px 0 0;
}

#contact input[type="checkbox"]{
	width: 10px;
	display: inline-block;
	vertical-align: middle;
}


/*
*  Categories
--------------------------------------------/
*/
#categories_content {
	width: 760px;
}

.cat_wrap {
	float: left;
	background: #fff;
	padding: 20px 7px 7px 7px;
	margin-top: 20px;
}

.cat_wrap .post img {
	margin-top: 6px;
}

.left_cat_col {
	width: 368px;
	float: left;
	margin-right: 8px;
}

.right_cat_col {
	width: 368px;
	float: right;
}

/*
*  Article Liat
--------------------------------------------/
*/
.entry-content #liat {
	padding: 15px 20px 20px;
	background: #ebf8fb;
	border: 1px solid #a7dbf1;
	border-radius: 10px;
	color: #289db6;
}

.entry-content #liat ul li {
	list-style-type: disc;
	margin-right: 20px;
}

.entry-content #liat h2 {
	font-size: 23px;
	color: #ef682f;
	margin-bottom: 15px;
	font-weight: 100;	
}

.entry-content #liat p {
	font-size: 14px;
	color: #289db6; 
}

.entry-content #liat img.sign {
	float: left;
	margin: 0;
}


/*****************************************************************************
//-> Article page
*****************************************************************************/
.articlePageMore{ width:165px; float:right; padding-top:10px; padding-left:4px; }
.articlePageMore a{ text-decoration:none; color:#000000; font:12px normal Arial, Helvetica, sans-serif; }
.articlePageMore a:hover{ text-decoration:none; }
.articlePageMore a img{ float:right; margin-left:5px; }
.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ol {
	padding-right: 20px;
}

.fb-comments {
	direction: rtl !important;
}
article.full_article p, #liat p{
	margin: 5px 0;
	line-height: 1.5;
}
div#marquee > div {
	height: 14px;
	overflow: hidden;
}
.friends {
	overflow: hidden;
}
.fb-like-box {
	width: 220px;
	overflow: hidden;
}
.col_left .cycle-slideshow img {
	max-width: 300px;
}

/*****************************************************************************
//-> Sales page - 16/11/14
*****************************************************************************/
.sales_td_r1{
border: 1px dashed #0099CC; border-style:dashed; border-left:none; text-align:right; width:170px; vertical-align:top;
}
.sales_td_l1{
border: 1px dashed #0099CC; border-style:dashed; border-right:none; text-align:right; font:normal 14px Arial, Helvetica, sans-serif; vertical-align:top; padding-right:5px;
}
