@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;

}
/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,
sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td { 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline;
}
body {
	color:#000;
	padding:0;
	margin:0;
	font-size:12px;
	font-family:'Alef',Arial, Helvetica, sans-serif;
	background:#eaeaea;
}
ul,ol { list-style:none; }
img,fieldset { border:none; }	
a { text-decoration:none; outline:none; }
a:hover { text-decoration:none; }

article,aside,details,figcaption,figure,footer,
header,hgroup,main,nav,section,summary {
    display: block;
}
figure {
	margin:0;
	padding:0;
}

.clearfix {
	clear: both;
	width:100%;
}
.wp-caption { max-width: 100%; }
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img {
	max-width:100%;
	height:auto;
	display:block;
}
embed,iframe,
object,video {
	max-width: 100%;
}
html { -webkit-text-size-adjust: none; }

input:not([type=radio, checkbox]), textarea {
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.archive {
	background:url(/images/bgr_body_archive.jpg) no-repeat;
	background-size:cover;
}
/*-----------------------------*/
/*  Page structure             */
/*-----------------------------*/
#wrapper {
	direction:rtl;
	unicode-bidi:embed;
}
#header_area {
	background:#fff;
	min-height:132px;
}
#header {
	max-width:1046px;
	margin:0 auto;
	padding:0 5px;
	position:relative;
	z-index:5;
}
#header_top_bar {
	padding:0 0 31px 29px;
	min-height:94px;
}
.logo {
	float:left;
	padding-top:2px;
}
#header_rgt {
	float:right;
	min-height:61px;
}
#social_media {
	float:left;
	padding-top:18px;
}
#social_media ul {
	overflow:hidden;
}
#social_media li {
	float:left;
	padding:0 19px 0 10px;
}
#social_media li a {
	font-size:22px;
	color:#525b64;
}
.search_holder {
	position:relative;
	float:right;	
}
.search_box {
	position:absolute;
	right:0px;
	top:100%;
	z-index:200;
	width:457px;
    height:50px;
	background:#7b848d;
	font-size:16px;
	color:#fff;
	padding:5px 10px 5px 5px;
	font-family:'Alef';
	border-top:2px solid #caced1;
	display:none;
}

.search_box input[type="text"]{
	width:250px;
	height:30px;	
	border:none;
	font-size:16px;
	padding:5px 10px 5px 5px;
	font-family:'Alef';
    margin-top:5px;
    float:right;
}

.searchBtn{
    width: 30px;
    height:30px;
    display: block;
    background-image: url(/images/search.png);
    background-position:-18px -15px;
    float:right;
    position:relative;
}

.searchLnk{
    color:#fff;
    text-decoration:underline;
}

.searchInputDiv {
    float:right;
    padding-left:10px;
    width:70%;
}

.searchLnkDiv{
    border-right:1px solid #AAA;
    padding:6px 10px;
    float:right;
    height:35px
}

input[placeholder], 
[placeholder], 
*[placeholder] {/*color:#fff*/ color:#777;}
*::-webkit-input-placeholder { /*color:#fff*/color:#777;}
*:-moz-placeholder {
    /*color:#fff;*/color:#777;
    opacity:  1;
}
*::-moz-placeholder {
    /*color:#fff;*/color:#777;
    opacity:  1;
}
*:-ms-input-placeholder {/*color:#fff*/color:#777;}

.search {
	float:left;
	cursor:pointer;
}
#top_menu {
	float:left;
}
#top_menu ul li {
	float:right;
	height:61px;
	line-height:61px;
	background:url(/images/bgr_bdr.png) no-repeat 0 bottom;
	padding-left:2px;
	position:relative;
}
#top_menu ul li a {
	padding:0 15px 0 17px;
	background-color:#7b848d;
	font-size:17px;
	color:#fff;
	display:block;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#top_menu ul li a:hover {
	background-color:#bf941c;
}
#top_menu ul .top_drop > a {
	background:#7b848d url(/images/bgr_drop_arrow.png) no-repeat 15px 29px;
	padding-left:38px;
}

#top_menu ul .heIcon > a {
	background:#7b848d url(/images/Flag_he.jpg) no-repeat 10px 23px;
	padding-left:38px;
}

#top_menu ul .enIcon > a {
	background:#7b848d url(/images/Flag_en.jpg) no-repeat 10px 23px;
	padding-left:38px;
}

#top_menu ul .ruIcon > a {
	background:#7b848d url(/images/Flag_ru.jpg) no-repeat 10px 23px;
	padding-left:38px;
}

#top_menu ul li ul .heIcon > a:hover {
	background:#d5d6d7 url(/images/Flag_he.jpg) no-repeat 50px 12px;
	padding-left:38px;
}

#top_menu ul li ul .enIcon > a:hover {
	background:#d5d6d7 url(/images/Flag_en.jpg) no-repeat 50px 12px;
	padding-left:38px;
}

#top_menu ul li ul .ruIcon > a:hover {
	background:#d5d6d7 url(/images/Flag_ru.jpg) no-repeat 50px 12px;
	padding-left:38px;
}

#top_menu ul li ul .heIcon > a {
	background:#7b848d url(/images/Flag_he.jpg) no-repeat 50px 12px;
	padding-left:38px;
}

#top_menu ul li ul .enIcon > a {
	background:#7b848d url(/images/Flag_en.jpg) no-repeat 50px 12px;
	padding-left:38px;
}

#top_menu ul li ul .ruIcon > a {
	background:#7b848d url(/images/Flag_ru.jpg) no-repeat 50px 12px;
	padding-left:38px;
}
#top_menu ul li ul {
	position:absolute;
	top:100%;
	right:0;
	width:163px;
	background:#fff;
	border:1px solid #c2c3c3;
	display:none;
	opacity:0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index:500;
}
#top_menu ul li:hover ul {
	display:block;
	opacity:1;
}
#top_menu ul li ul li {
	float:none;
	height:inherit;
	line-height:normal;
	padding:0;
	background:none;
}
#top_menu ul li ul li a {
	display:block;
	line-height:36px;
	padding:0 10px;
	font-size:17px;
	color:#000;
	background:inherit;
}
#top_menu ul li ul li:nth-child(odd) {
	background:#f0f0f0;
}
#top_menu ul li ul li a:hover {
	background:#d5d6d7;
}
#menu_holder{
    text-align:center;
}

#menu{
    display:inline-block;
}
#menu li {
	float:right;
	position:relative;
	padding-left:6px;
}
#menu li a {
	display:block;
	line-height:38px;
	padding:0 20px 0 14px;
	height:43px;
	font-size:19px;
	color:#000;
}
#menu li a:hover,
#menu li.current_page_item > a {
	border-bottom:5px solid #826000;
}
#menu li > ul {
	position:absolute;
	top:38px;
	right:0;
	width:300px;
	background:#fff;
	border:1px solid #c2c3c3;
	visibility:hidden;
	opacity:0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#menu li:hover > ul {
	visibility:visible;
	opacity:1;
}
#menu li ul ul {
	right:100%;
	top:0;
}
#menu li ul li {
	float:none;
	padding:0;
    text-align:right;
}
.subMenuArrow {
	background:url(/images/arrow.png) no-repeat 10px center;
}
.subMenuArrow:hover {
	background:#d5d6d7 url(/images/arrow.png) no-repeat 10px center !important;
}
#menu li ul li a {
	padding:10 10px;
	height:auto;
	line-height:22px;
}
#menu li ul li:nth-child(odd) {
	background:#f0f0f0;
}
#menu li ul li a:hover,
#menu li ul li:hover > a {
	background:#d5d6d7;
	border:none;
}
.slicknav_menu { display:none}
/*
*/
#menuD {
	display: inline-block;
}

#menuD li {
float: right;
position: relative;
/*margin-left: 6px;*/
}

#menuD li a {
display: block;
line-height: 38px;
padding: 0 20px 0 14px;
height: 43px;
font-size: 19px;
color: #000;
}

#menuD li a:hover,
#menuD li.current_page_item > a {
	border-bottom: 5px solid #826000;
}

#menuD li > ul {
position: absolute;
top: 38px;
right: 0;
width:max-content;
background: #fff;
border: 1px solid #c2c3c3;
visibility: hidden;
opacity: 0;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

#menuD li:hover > ul {
visibility: visible;
opacity: 1;
}

#menuD li ul ul {
			right: 100%;
			top: 0;
		}

#menuD li ul li {
	float: none;
	padding: 0;
	text-align: right;
}

#menuD li ul li a {
	padding:0 10px;
	height: auto;
	line-height: 22px;
}

#menuD li ul li:nth-child(odd) {
	background: #f0f0f0;
}

#menuD li ul li a:hover,
#menuD li ul li:hover > a {
	background: #d5d6d7;
	border: none;
}

/*-----------------------------*/
/*  main_content               */
/*-----------------------------*/
#main_content {
	max-width:1046px;
	margin:0 auto;
	position:relative;
	z-index:3;
	padding:40px 10px;
}
#top_feature_img {
	overflow:hidden;
	padding-bottom:37px;
}
#feature_rgtcolumn {
	width:37.40%;
	float:right;
}
.feature_holder {
	margin-bottom:11px;
	position:relative;
    /*height:140px;
    overflow:hidden;*/
}
.feature_holder img {
	width:100%;
	height:auto;
}
.feature_info {
	position:absolute;bottom:0;
	right:0;
	left:5px;
	color:#fff;
	z-index:3;
	width:100%;
	height:100%;
	/*background:url(/images/bgr_shadow.png) no-repeat 0 bottom;*/
}
.align_bottom {
	position:absolute;
	right:10px;
	bottom:10px;
}
.feature_info h2 {
	font-weight:normal;
	font-size:32px;
	/*padding-bottom:5px;*/
	line-height:20px;
}
.feature_info p {
	font-size:18px;
	line-height:22px;
}
.feature_info p a {
	color:#fff;
	text-decoration:underline;
}
#feature_left_column {
	width:60.85%;
	float:left;
}
.gallery_item{
    height:140px;
    overflow:hidden;
}
html,body {
	overflow-x:hidden;
}
#twocolumn_img {
	overflow:hidden;
	margin-right:-11px;
	padding-bottom:40px;
}
.feature_img_column {
	width:50%;
	padding:0 11px 11px 0;
/*	float:right;*/
}
.gallery_img_column {
	width:25%;
	padding:0 11px 11px 0;
	float:right;
}
.contentPic{
    max-width:30%;
}
#video_bg {
	background:#000;
	padding:15px 10px;
    margin-bottom:10px;
}
#video_holder {
	max-width:834px;
	margin:0 auto;
}
#frame {
	padding-bottom:48.40%;
	position:relative;
	margin-bottom:15px;
}
#frame iframe {
	border:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#frameT {
	width: 100%;
	height:620px;
	padding-bottom: 55%;
	margin: 0 0 15px;
	position: relative;
}

	#frameT iframe {
		border: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
#smallFrame {
	padding-bottom:48.40%;
	position:relative;
	margin-bottom:15px;
}

#smallFrame iframe {
	border:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	/*height:100%;*/
    height:228px;
}
#video_holder h2 {
	font-weight:normal;
	font-size:41px;
	color:#fff;
	line-height:normal;
}

#video_holder_small h2 {
	font-weight:normal;
	font-size:35px;
	color:#fff;
	line-height:40px;
	max-height:40px;
    overflow:hidden;
}
#breadcrums {
	max-width:1046px;
	margin:0 auto;
	padding:8px 10px;
	font-size:14px;
	color:#6a6a6a;
}
#breadcrums a {
	color:#6a6a6a;
}
.page_title {
	background:#019b9b;
	padding:20px 0;
	margin-bottom:-10px;
}
.title_holder {
	max-width:1046px;
	margin:0 auto;
	padding:0 10px;
}
.title_holder h1 {
	font-size:41px;
	color:#fff;
	line-height:normal;
	font-weight:normal;
}
.feature_holder iframe {
	position:absolute;
	left:0;
	top:0;
	border:none;
	z-index:1;
	width:100%;
	height:100%;
}
#common_box_holder {
	max-width:659px;
}
.common_box {
	padding-bottom:44px;
}
.common_box h2 {
	font-size:18px;
	color:#fff;
	padding:8px 10px 8px 0;
	background:#03bdbd;
	font-weight: bold;
}
.common_box_bg {
	background:url(/images/bgr_post_bg.png) repeat;
	padding:15px;
}
.common_box_bg ul tr td li {
	width:300px;
}
.common_box_bg ul li {
	padding-bottom:10px;
	font-size:18px;
}
.common_box_bg ul li a {
	font-size:18px;
	color:#08439b;
	text-decoration:underline;
}
.common_box_bg ul li a:hover {
	text-decoration:none;
}
.title_content {
	display:inline-block;
	margin-bottom:25px;
	background:#03bdbd;
	padding:10px 15px;
	font-size:18px;
	color:#fff;
}
.entry {
	color:#000;
    margin-bottom:20px;
}
.entry p {
	font-size:18px;
	color:#000;
	line-height:22px;
	padding-bottom:30px;
}
.entry h3 {
	font-size:18px;
	padding-bottom:10px;
	font-weight: bold;
}
.alignright {
	float:right;
	margin-left:15px;
}
.entry .text_bold {
	line-height:26px;
}
.entry .text_bold strong {
	display:block;
	font-weight: bold;
}
.differ_width1 {
	max-width:530px;
}
.common_box_bg p {
	font-size:18px;
	line-height:26px;
	color:#000;
	overflow:hidden;
}
.differ_width2 {
	max-width:660px;
}
.common_box_bg p strong {
	display:block;
	float:right;
	padding-left:25px;
	font-weight: bold;
}
.allowBold strong {
	display:inline !important;
    float:none !important;
	padding-left:0px !important;	
}
.common_box_bg p a {
	color:#2c56ab;
}
#feature_twocolumn {
	text-align:center;
}
.content_image {
	display:inline-block;
	width:46.42%;
	padding:0 9px;
}
.content_image img {
	width:100%;
	height:auto;
}
.differ_width3 {
	max-width:283px;
}
#donate_area {
	padding:10px 0;
	text-align:center;
}
#donate_area img {
	display:inline-block;
}
.donate_hre {
	padding-bottom:17px;
}
#warrior_twocolumn {
	max-width:1010px;
	overflow:hidden;
}
#warrior_left_panel {
	width:49.50%;
	float:left;
}
#wrrior_rgt_panel {
	width:47.92%;
	float:right;
}
.contact_area {
	padding: 25px 55px;
	background: url(/images/bgr_post_bg.png) repeat;
}
.form_area {
	padding: 0px 50px 25px;
	background: url(/images/bgr_post_bg.png) repeat;
}

#wrrior_rgt_panel .text_field {
	padding:0 165px 10px 0;
	position:relative;
}
#wrrior_rgt_panel .text_field .textLabel {
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:160px;
	line-height:31px;
	font-size:16px;
	color:#000;
} 

.text_field {
	padding:0 125px 10px 0;
	position:relative;
}
.text_field .textLabel {
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:120px;
	line-height:31px;
	font-size:16px;
	color:#000;
}
.text_bg {
	height:31px;
	background:#fff;
}
.text_bg input{
	width:100%;
	background:none;
	border:none;
	font-size:16px;
	color:#000;
	font-family:'Alef';
	padding:5px 10px;
}

.textarea_bg {
	height:130px;
	background:#fff;
}

.large_textarea_bg {
	height:190px;
	background:#fff;
}
.textarea_bg textarea, .large_textarea_bg textarea {
	width:100%;
	background:none;
	border:none;
	font-size:16px;
	color:#000;
	font-family:'Alef';
	padding:5px 10px;
}
.select_bg {
	position:relative;
	background:#fff;
	height:31px;
}

.select_bg select {
    width:100%;
    height:100%;
    border:0px;
}

.multi_select_bg {
	position:relative;
	background:#fff;
	height:50px;
    overflow-y:scroll;
}

.multi_select_bg select {
    width:100%;
    height:100%;
    border:0px;
}
.submit_area {
	padding-top:35px;
	text-align:center;
}
.submit_area input {
	display:inline-block;
	width:119px;
	height:38px;
	background:#03bdbd;
	border:none;
	cursor:pointer;
	margin:0 7px;
	font-size:18px;
	color:#fff;
	font-family:'Alef';
	line-height:30px;
	font-weight:bold;
}
/*-----------------------------*/
/*  footer_area               */
/*-----------------------------*/
#footer_area {
	background:#7b848d;
	padding:15px 0;
}
#footer {
	max-width:1046px;
	margin:0 auto;
	padding:0 10px;
}
#footer_widget_area {
	overflow:hidden;
	padding-right:39px;
}
.footer_widget {
	width:130px;
	padding-bottom:15px;
	padding-left:5px;
	display:inline-table;
}
.footer_widget h3 {
	font-weight:normal;
	font-size:18px;
	color:#fff;
	padding-bottom:20px;
	line-height:22px;
}
.footer_widget li {
	padding-bottom:10px;
}
.footer_widget li a {
	font-size:14px;
	color:#fff;
}
.footer_widget:nth-child(1)  {
	width:110px;
}
.footer_widget:nth-child(7){
	width:150px;
	padding-left:0;
}
.footer_widget:nth-child(8)  {
	width:140px;
}
#footer_newsletter {
	overflow:hidden;
	padding:9px 39px 9px 79px;
	border-top:1px solid #9da3a9;
}
#news_letter_rgt {
	width:52.31%;
	float:right;
	padding:7px 0 15px 25px;
	border-left:1px solid #9da3a9;
}
#news_letter_rgt h3 {
	font-weight:normal;
	font-size:18px;
	color:#fff;
	border-bottom:5px solid #826000;
	display:inline-block;
	margin-bottom:10px;
}
#news_letter_rgt p {
	font-size:15px;
	line-height:16px;
	color:#c1c5c9;
	padding-bottom:15px;
}
#news_letter_rgt h4 {
	font-weight:normal;
	font-size:15px;
	color:#fff;
}
#news_letter_rgt p span {
	padding-left:7px;
}
#news_letter_rgt p a {
	color:#fff;
}
#news_letter_rgt ul {
	overflow:hidden;
}
#news_letter_rgt ul li {
	float:right;
	padding-left:20px;
}
#news_letter_rgt ul li a {
	font-size:15px;
	color:#fff;
	text-decoration:underline;
}
#news_letter_rgt ul li a:hover {
	text-decoration:none;
}
#newsletter_left {
	width:35.02%;
	padding:7px 0 15px 0;
	float:left;
}
#newsletter_left h3 {
	font-weight:normal;
	font-size:18px;
	color:#fff;
	border-bottom:5px solid #826000;
	display:inline-block;
	margin-bottom:25px;
}
#newsletter_left form {
	border-bottom:1px solid #9da3a9;
	padding-bottom:45px;
	padding-left:32px;
	position:relative;
}
.news_submit {
	/*width:19px;
	height:19px;
	position:absolute;
	left:5px;
	top:3px;*/
}
.news_submit input[type='submit'] {
	border:none;
	cursor:pointer;
	background:url(/images/btn_submit.png) no-repeat;
	width:19px;
	height:19px;
    margin-right:15px;
}
#newsletter_left form input[type='text'] {
	background:#eaeaea;
	height:29px;
	width:100%;
	border:none;
	padding:10px;
	font-size:14px;
	color:#000;
	font-family:'Alef';
}
#newsletter_left ul {
	text-align:center;
	padding-top:45px;
}
#newsletter_left ul li {
	display:inline-table;
	padding:0 25px;
}
#newsletter_left ul li a {
	font-size:15px;
	color:#fff;
	text-decoration:underline;
}
#newsletter_left ul li a:hover {
	text-decoration:none;
}
#copy_right {
	border-top:1px solid #9da3a9;
	padding-top:15px;
	text-align:center;
}
#copy_right p {
	font-size:14px;
	color:#d1d3d6;
}

#form1_holder {
	max-width:485px;
}
.readmore_btn {
	text-align:center;
	max-width:485px;
}
.readmore_btn a {
	margin:0 auto;
	padding:0 14px;
	line-height:38px;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	display:inline-block;
	background:#03bdbd;
}
.form2_select {
	overflow:hidden;
}
.select_column {
	float:right;
	width:33.33%;
	height:31px;
	border-left:1px solid #b2b2b2;
	position:relative;
	background:#fff;
	padding:5px 0 3px 0;
}
.select_column select {
    width:100%;
    height:100%;
    border:0px;
}

.select_column:nth-child(3) {
	border:none;
}
.radio_holder {
}
.form2_radio {
	width:110px;
	float:right;
	position:relative;
	height:17px;
	margin-top:7px;
}
.text_field  .form2_radio label {
	width:inherit;
	position:relative;
	line-height:17px;

}
.form2_bottom {
	border-top:1px solid #aeaeae;
	padding-top:25px;
	margin-top:25px;
}
.form2_bottom h4, .contact_area h4 {
	font-size:18px;
	color:#000;
	padding-bottom:15px;
}
.form_area h4 {
	font-size: 18px;
	color: #000;
	padding: 15px 0;
}
.form2_text {
	padding-top: 30px;
}
.form2_text p {
	font-size:18px;
	line-height:22px;
	color:#777777;
}
.common_box h2  {
	position:relative;
}
.common_box h2 span {
	position:absolute;
	left:10px;
	top:9px;
	line-height:20px;
}
.common_box h2 span small {
	width:20px;
	height:20px;
	background:#fff;
	color:#000;
	display:inline-block;
	margin:0 2px;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-weight:bold;
}
.contact_area h3 {
	font-size:18px;
	color:#000;
	padding-bottom:15px;
}
.form3_text {
	padding:0 35px 13px 0;
	position:relative;
}
.space_rgt {
	margin-right:35px;
}
.space_rgt .form3_text {
	padding-right:0;
}
.form3_text label {
	display:block;
	font-size:16px;
	color:#000;
	padding-bottom:3px;
}
.form3_text_field input {
	width:100%;
	background:none;
	border:none;
	font-size:16px;
	color:#000;
	font-family:'Alef';
	padding:5px 10px;
	background:#fff;
}
.form3_text small {
	display:block;
	float:right;
	padding-left:10px;
	line-height:22px;
	font-size:16px;
	color:#000;
	padding-top:7px;
}
.form3_text ul {
	overflow:hidden;
}
.form3_text ul li {
	float:right;
	padding:0 0 25px 25px;
	width:165px;
}
.form3_text ul li a {
	display:block;
	text-align:center;
	line-height:33px;
	border:3px solid #03bdbd;
	background:#d1d1d1;
	font-size:18px;
	color:#000;
	font-weight:bold;
}
.otherDiv
{
    margin:10px 0px;
}
.fuList li
{
    display:block;
}
.fuLabel{
    display: block;
    margin: 10px 0px 5px 0px;
    font-size: 18px;
    text-decoration: underline;
}

.LetterSearchDiv
{
    text-align:center;
}
.LetterSearchDiv a{
    display:inline-block;
    font-size:24px;
    text-decoration:none;
    color:#03bdbd;
    padding:5px 10px;
}
.soldierPic{
    max-width:30%;
    float:left;
}

.pageIntro{
    margin:0px 5px 20px 5px;
    font-size:16px;
}

.entry td{
    border:1px solid #000;
    padding:5px;
    border-collapse:collapse;
}
.soldierInfo {
    border-top:1px solid #019b9b;
    padding-bottom:10px;
    margin-top:10px;
}
.soldierInfo legend{
    padding-left:15px;
    font-size:22px;
}

.soldierImgGallery li{
    width:30%;
    float:right;
    margin:5px 10px;
}
.soldierImgGallery img{
    height:155px;
}

.printSoldier{
    direction:rtl;
    font-size:16px;
    padding:10px 25px;
}

.searchTxt{
    display:inline-block;
    position:absolute;
    font-size:12px;
    left:17px;
    top:40px;
    color:#fff;
}
.searchTxt2{
    display:inline-block;
    position:absolute;
    font-size:12px;
    left:3px;
    top:23px;
    color:#fff;
}

.leftJoinBox{
    width: 45%;
    float: right;
    margin-right: 2%;
}
.pageRight {width:64%; 
			margin-left:2%;
			display:inline-block; 
			vertical-align:top;
}

.right_soldier_box{
    padding-bottom:44px;
    width:100%;
    

}
.right_soldier_box h2{
    font-size: 18px;
    color: #fff;
    padding: 8px 10px 8px 10px;
    background: #03bdbd;
    font-weight: bold;
}


.pageLeft{
    display:inline-block;
	text-align:center;
	width:32%;
}

.pageLeft .soldierImgGallery  { display:block; padding-top:54px; }

.pageLeft .soldierImgGallery li {float:none; display:inline-block;}
.pageLeft .soldierImgGallery li img { max-width:140px; height:initial;}

.leftPics ul {text-align:center;}

.featureItem{
    width:48%;
    margin:20px 1%;
    float:right;
    height:320px;
}
.featureItem .feature_holder img{
    height:315px !important;
}

.currentLetter {text-decoration:underline !important;}

.bottomShadow{
    width:100%;
    height:60px;
    background: #000; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax */
    /*opacity:.4;*/
    position:absolute;
    bottom:0px;
    z-index:-1;
}

.soldierMainPic{
    max-height:400px;
    /*margin-right:45px;*/
    margin:auto;
}

.soldierButtons a{
    display: block;
    width: 135px;
    height: 40px;
    background-color: #03bdbd;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 40px;
    font-family: arial;
    margin: 10px auto;
}

.right_soldier_box h3{
    font-size:20px;
}

.right_soldier_box ul{
    padding:10px 25px;
    list-style-type:disc;
    
}

ul.soldierImgGallery{list-style-type:none;}

.battleYr{
    display:inline-block;
    width:90px;
    font-size:18px;
}

.battleName{
    display:inline-block;
    margin-right:10px;
    font-size:18px;
}

.printSoldierLink{
    cursor: pointer; 
    float:left; 
    margin-left:10px;
}

.soldierPopupContent{
    text-align:right;
}

.IDFDetails{
    font-size:18px;
}

.flags {/*position:absolute; right: -107px;*/ padding-top:25px; float:right;}
.flags img {display:inline-block; margin-left:5px; margin-right:5px; }

.topNavLinks {float:left;}

.common_box_bg p {
	direction:rtl;
	margin-bottom:10px;
	
}

.pager {display:inline-table;}
.pager li {float:left; margin:0px 5px; display:inline;}
.pager li a {cursor:pointer; text-decoration:none; font-size:14pt; color:#333;}
.pager li a.active, .pager li a:hover {text-decoration:underline;}

.map_CU {width:47%;
float:left;}
#menuM {
	height: 60px;
	line-height: 60px;
	float: right;
	padding: 0 5px 0 5px;
	background-color: #7b848d;
	font-size: 17px;
	color: #fff;
	display: block;
}