
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}

audio, canvas, video {
	display:inline-block;
	*display:inline;
	*zoom:1;
}

audio:not([controls]) {
	display:none;
}

html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
header, footer, #footer-blocks, #home-links {
	
}
header{
	min-height: 85px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background:#F8F8F8;
	-webkit-box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.3);
	direction: rtl;
}
div.wrapper{
   position: relative;
	top: 0;
	text-align: right;
	width: 100%;
}
a:focus {
	outline:thin dotted #333;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}

a:hover, a:active {
	outline:0;
}

sub, sup {
	position:relative;
	font-size:75%;
	line-height:0;
	vertical-align:baseline;
}

sup {
	top:-.5em;
}

sub {
	bottom:-.25em;
}

img {
	max-width:100%;
	width:auto9;
	height:auto;
	vertical-align:middle;
	border:0;
	-ms-interpolation-mode:bicubic;
}

#map_canvas img, .google-maps img {
	max-width:none;
}

button, input, select, textarea {
	margin:0;
	font-size:100%;
	vertical-align:middle;
	
}

button, input {
	*overflow:visible;
	line-height:normal;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding:0;
	border:0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
	width:150px;
	margin:0 10px 10px 10px;
}

input[type="search"] {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	-webkit-appearance:textfield;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance:none;
}

textarea {
	overflow:auto;
	vertical-align:top;
}

.clearfix {
	*zoom:1;
}

.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}

.clearfix:after {
	clear:both;
}

.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}

.input-block-level {
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

body {
	margin:0;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#000;
	background:#F8F8F8;
	direction:rtl;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

.img-rounded {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.img-polaroid {
	padding:4px;
	background-color:#fff;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, .2);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .1);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .1);
	box-shadow:0 1px 3px rgba(0, 0, 0, .1);
}

.img-circle {
	-webkit-border-radius:500px;
	-moz-border-radius:500px;
	border-radius:500px;
}

.row {
	*zoom:1;
}

.row:before, .row:after {
	display:table;
	content:"";
	line-height:0;
}
.clearboth {
	clear:both;
}
.row:after {
	clear:both;
}
.footer-row{
  margin-right:15px;
}
[class*="span"] {
	float:right;
	min-height:1px;
	margin-right:15px;
}
ul.span {
	margin: 0px;
}
ul.span li {
	color:#ccc;
	list-style:none;
	line-height:25px;
}
ul.span li a {
	color:#ccc;
}
ul.span li a:hover {
	color:#ffffff;
	text-decoration:none;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	max-width:990px;
	direction:rtl;
}
.block movable{
   margin-bottom:15px;
}
#leftBlocks{
	width:200px;
	float:right;
	background:#fff;
	box-shadow: -2px 0px 5px #aaa;
	text-indent:5px;
	margin:21px 10px 15px 7px;
}
#leftBlocks h3{
	color: #fff;
	padding: 0 10px;
	font-size: 16px;
	background: #072336;
	background: -moz-linear-gradient(top, #072336 0%, #1f4762 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#072336), color-stop(100%,#1f4762));
	background: -webkit-linear-gradient(top, #072336 0%,#1f4762 100%);
	background: -o-linear-gradient(top, #072336 0%,#1f4762 100%);
	background: -ms-linear-gradient(top, #072336 0%,#1f4762 100%);
	background: linear-gradient(to bottom, #072336 0%,#1f4762 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072336', endColorstr='#1f4762',GradientType=0 );
}
#rightBlocks {
width: 200px;
float: left;
background: #fff;
box-shadow: -2px 0px 5px #aaa;
text-indent: 5px;
margin: 21px 10px 15px 7px;
}
#rightBlocks h3{
	color: #fff;
	padding: 0 10px;
	font-size: 16px;
	background: #072336;
	background: -moz-linear-gradient(top, #072336 0%, #1f4762 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#072336), color-stop(100%,#1f4762));
	background: -webkit-linear-gradient(top, #072336 0%,#1f4762 100%);
	background: -o-linear-gradient(top, #072336 0%,#1f4762 100%);
	background: -ms-linear-gradient(top, #072336 0%,#1f4762 100%);
	background: linear-gradient(to bottom, #072336 0%,#1f4762 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072336', endColorstr='#1f4762',GradientType=0 );
}
.box-caption-movable h3{
	color: #fff;
	padding: 0 10px;
	font-size: 16px;
	background: #072336;
	background: -moz-linear-gradient(top, #072336 0%, #1f4762 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#072336), color-stop(100%,#1f4762));
	background: -webkit-linear-gradient(top, #072336 0%,#1f4762 100%);
	background: -o-linear-gradient(top, #072336 0%,#1f4762 100%);
	background: -ms-linear-gradient(top, #072336 0%,#1f4762 100%);
	background: linear-gradient(to bottom, #072336 0%,#1f4762 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072336', endColorstr='#1f4762',GradientType=0 );
}
.span12 {
	width:980px;
}

.span11 {
	width:860px;
}

.span10 {
	width:780px;
}

.span9 {
	width:700px;
}

.span8 {
	width:735px;
}

.span7 {
	width:540px;
}

.span6 {
	width:460px;
}

.span5 {
	width:380px;
}

.span4 {
	width:300px;
}

.span3 {
	width:145px;
}

.span2 {
	width:140px;
}

.span1 {
	width:60px;
}

.offset12 {
	margin-right:980px;
}

.offset11 {
	margin-right:900px;
}

.offset10 {
	margin-right:820px;
}

.offset9 {
	margin-right:740px;
}

.offset8 {
	margin-right:660px;
}

.offset7 {
	margin-right:580px;
}

.offset6 {
	margin-right:500px;
}

.offset5 {
	margin-right:420px;
}

.offset4 {
	margin-right:340px;
}

.offset3 {
	margin-right:260px;
}

.offset2 {
	margin-right:180px;
}

.offset1 {
	margin-right:15px;
}

.row-fluid {
	width:100%;
	*zoom:1;
}

.row-fluid:before, .row-fluid:after {
	display:table;
	content:"";
	line-height:0;
}

.row-fluid:after {
	clear:both;
}

.row-fluid [class*="span"] {
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	float:right;
	margin-right:2.127659574468085%;
	*margin-right:2.074468085106383%;
}

.row-fluid [class*="span"]:first-child {
	margin-right:0;
}

.row-fluid .controls-row [class*="span"]+[class*="span"] {
	margin-right:2.127659574468085%;
}

.row-fluid .span12 {
	width:100%;
	*width:99.94680851063829%;
}

.row-fluid .span11 {
	width:91.48936170212765%;
	*width:91.43617021276594%;
}

.row-fluid .span10 {
	width:82.97872340425532%;
	*width:82.92553191489361%;
}

.row-fluid .span9 {
	width:74.46808510638297%;
	*width:74.41489361702126%;
}

.row-fluid .span8 {
	width:65.95744680851064%;
	*width:65.90425531914893%;
}

.row-fluid .span7 {
	width:57.44680851063829%;
	*width:57.39361702127659%;
}

.row-fluid .span6 {
	width:48.93617021276595%;
	*width:48.88297872340425%;
}

.row-fluid .span5 {
	width:40.42553191489362%;
	*width:40.37234042553192%;
}

.row-fluid .span4 {
	width:31.914893617021278%;
	*width:31.861702127659576%;
}

.row-fluid .span3 {
	width:23.404255319148934%;
	*width:23.351063829787233%;
}

.row-fluid .span2 {
	width:14.893617021276595%;
	*width:14.840425531914894%;
}

.row-fluid .span1 {
	width:6.382978723404255%;
	*width:6.329787234042553%;
}

.row-fluid .offset12 {
	margin-right:104.25531914893617%;
	*margin-right:104.14893617021275%;
}

.row-fluid .offset12:first-child {
	margin-right:102.12765957446808%;
	*margin-right:102.02127659574467%;
}

.row-fluid .offset11 {
	margin-right:95.74468085106382%;
	*margin-right:95.6382978723404%;
}

.row-fluid .offset11:first-child {
	margin-right:93.61702127659574%;
	*margin-right:93.51063829787232%;
}

.row-fluid .offset10 {
	margin-right:87.23404255319149%;
	*margin-right:87.12765957446807%;
}

.row-fluid .offset10:first-child {
	margin-right:85.1063829787234%;
	*margin-right:84.99999999999999%;
}

.row-fluid .offset9 {
	margin-right:78.72340425531914%;
	*margin-right:78.61702127659572%;
}

.row-fluid .offset9:first-child {
	margin-right:76.59574468085106%;
	*margin-right:76.48936170212764%;
}

.row-fluid .offset8 {
	margin-right:70.2127659574468%;
	*margin-right:70.10638297872339%;
}

.row-fluid .offset8:first-child {
	margin-right:68.08510638297872%;
	*margin-right:67.9787234042553%;
}

.row-fluid .offset7 {
	margin-right:61.70212765957446%;
	*margin-right:61.59574468085106%;
}

.row-fluid .offset7:first-child {
	margin-right:59.574468085106375%;
	*margin-right:59.46808510638297%;
}

.row-fluid .offset6 {
	margin-right:53.191489361702125%;
	*margin-right:53.085106382978715%;
}

.row-fluid .offset6:first-child {
	margin-right:51.063829787234035%;
	*margin-right:50.95744680851063%;
}

.row-fluid .offset5 {
	margin-right:44.68085106382979%;
	*margin-right:44.57446808510638%;
}

.row-fluid .offset5:first-child {
	margin-right:42.5531914893617%;
	*margin-right:42.4468085106383%;
}

.row-fluid .offset4 {
	margin-right:36.170212765957444%;
	*margin-right:36.06382978723405%;
}

.row-fluid .offset4:first-child {
	margin-right:34.04255319148936%;
	*margin-right:33.93617021276596%;
}

.row-fluid .offset3 {
	margin-right:27.659574468085104%;
	*margin-right:27.5531914893617%;
}

.row-fluid .offset3:first-child {
	margin-right:25.53191489361702%;
	*margin-right:25.425531914893618%;
}

.row-fluid .offset2 {
	margin-right:19.148936170212764%;
	*margin-right:19.04255319148936%;
}

.row-fluid .offset2:first-child {
	margin-right:17.02127659574468%;
	*margin-right:16.914893617021278%;
}

.row-fluid .offset1 {
	margin-right:10.638297872340425%;
	*margin-right:10.53191489361702%;
}

.row-fluid .offset1:first-child {
	margin-right:8.51063829787234%;
	*margin-right:8.404255319148938%;
}

[class*="span"].hide, .row-fluid [class*="span"].hide {
	display:none;
}

[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
	float:left;
}

.container {
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.container:before, .container:after {
	display:table;
	content:"";
	line-height:0;
}

.container:after {
	clear:both;
}

.container-fluid {
	padding-left:20px;
	padding-right:20px;
	*zoom:1;
}

.container-fluid:before, .container-fluid:after {
	display:table;
	content:"";
	line-height:0;
}

.container-fluid:after {
	clear:both;
}

p {
	margin:0 0 10px;
}

.lead {
	margin-bottom:20px;
	font-size:21px;
	font-weight:200;
	line-height:30px;
}

small {
	font-size:85%;
}

strong {
	font-weight:700;
}

em {
	font-style:italic;
}

cite {
	font-style:normal;
}

.muted {
	color:#999;
}

.text-warning {
	color:#c09853;
}

a.text-warning:hover {
	color:#a47e3c;
}

.text-error {
	color:#b94a48;
}

a.text-error:hover {
	color:#953b39;
}

.text-info {
	color:#3a87ad;
}
div.text{
text-align:justify;
font-family:tahoma;
font-size:13px;
line-height:17px;
direction:rtl;
color:#333333;
padding-bottom:10px;
}

div.text p{
text-align:justify;
font-family:tahoma;
font-size:13pxpx;
line-height:17px;
direction:rtl;
color:#333333;
}

div.text_en{
text-align:justify;
font-family:tahoma;
font-size:13px;
line-height:17px;
direction:ltr;
color:#333333;
padding-bottom:10px;
}
div.text_en p{
text-align:justify;
font-family:tahoma;
font-size:13px;
line-height:17px;
direction:ltr;
color:#333333;
padding-bottom:10px;
}
div.text ul{
list-style:disc;
padding-right:30px;
text-align:justify;
font-family:tahoma;
font-size:13px;
line-height:17px;
direction:rtl;
color:#333333;
padding-bottom:10px;
}
div.text ol{
list-style:decimal;
padding-right:30px;
text-align:justify;
font-family:tahoma;
font-size:13px;
line-height:17px;
direction:rtl;
color:#333333;
padding-bottom:10px;
}
div.text h2 {
font-size: 1.4em; 
margin: 5px 0; padding: 0;
color:#000066;
}

div.text_en ul{
list-style:disc;
padding-left:30px;
text-align:justify;
font-family:tahoma;
font-size:13px;
line-height:17px;
direction:ltr;
color:#333333;
padding-bottom:10px;
}
div.text_en ol{
list-style:decimal;
padding-left:30px;
text-align:justify;
font-family:tahoma;
font-size:13px;
line-height:17px;
direction:ltr;
color:#333333;
padding-bottom:10px;
}
div.text_en h2 {
font-size: 1.4em; 
margin: 5px 0; padding: 0;
color:#000066;
}
a.text-info:hover {
	color:#2d6987;
}

.text-success {
	color:#468847;
}

a.text-success:hover {
	color:#356635;
}

h1, h2, h3, h4, h5, h6 {
	margin:10px 0;
	font-family:"Open Sans Condensed", sans-serif;
	font-weight:700;
	line-height:20px;
	color:#666;
	text-rendering:optimizelegibility;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-weight:400;
	line-height:1;
	color:#999;
}

h1, h2, h3 {
	line-height:40px;
}

h1 {
	font-size:38.5px;
}

h2 {
	font-size:31.5px;
}

h3 {
	font-size:24.5px;
}

h4 {
	font-size:14.5px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:11.9px;
}

h1 small {
	font-size:24.5px;
}

h2 small {
	font-size:17.5px;
}

h3 small {
	font-size:14px;
}

h4 small {
	font-size:14px;
}

.page-header {
	padding-bottom:9px;
	margin:20px 0 30px;
	border-bottom:1px solid #eee;
}

ul, ol {
	padding:0;
}

ul ul, ul ol, ol ol, ol ul {
	margin-bottom:0;
}

li {
	line-height:20px;
	list-style-position:inside;
}

ul.unstyled, ol.unstyled {
	margin-right:0;
	margin-left:10px;
	list-style:none;
}

dl {
	margin-bottom:20px;
}

dt, dd {
	line-height:20px;
}

dt {
	font-weight:700;
}

dd {
	margin-right:10px;
}

.dl-horizontal {
	*zoom:1;
}

.dl-horizontal:before, .dl-horizontal:after {
	display:table;
	content:"";
	line-height:0;
}

.dl-horizontal:after {
	clear:both;
}

.dl-horizontal dt {
	float:right;
	width:160px;
	clear:right;
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.dl-horizontal dd {
	margin-right:180px;
}

hr {
	margin:20px 0;
	border:0;
	border-top:1px solid #eee;
	border-bottom:1px solid #fff;
}

abbr[title], abbr[data-original-title] {
	cursor:help;
	border-bottom:1px dotted #999;
}

abbr.initialism {
	font-size:90%;
	text-transform:uppercase;
}

blockquote {
	padding:0 0 0 15px;
	margin:0 0 20px;
	border-right:5px solid #eee;
}

blockquote p {
	margin-bottom:0;
	font-size:16px;
	font-weight:300;
	line-height:25px;
}

blockquote small {
	display:block;
	line-height:20px;
	color:#999;
}

blockquote small:before {
	content:'2014 \00A0'
}
 
blockquote.pull-right {
	float:left;
	padding-left:15px;
	padding-right:0;
	border-left:5px solid #eee;
	border-right:0;
}

blockquote.pull-right p, blockquote.pull-right small {
	text-align:left;
}

blockquote.pull-right small:before {
	content:'';
}
 
blockquote.pull-right small:after{
	content:'\00A0 \2014'
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

address {
	display:block;
	margin-bottom:20px;
	font-style:normal;
	line-height:20px;
}

code, pre {
	padding:0 3px 2px;
	font-family:Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size:12px;
	color:#333;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

code {
	padding:2px 4px;
	color:#d14;
	background-color:#f7f7f9;
	border:1px solid #e1e1e8;
}

pre {
	display:block;
	padding:9.5px;
	margin:0 0 10px;
	font-size:13px;
	line-height:20px;
	word-break:break-all;
	word-wrap:break-word;
	white-space:pre;
	white-space:pre-wrap;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, .15);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

pre.prettyprint {
	margin-bottom:20px;
}

pre code {
	padding:0;
	color:inherit;
	background-color:transparent;
	border:0;
}

.pre-scrollable {
	max-height:340px;
	overflow-y:scroll;
}

form {
	margin:0 0 20px;
}

fieldset {
	padding:0;
	margin:0;
	border:0;
}

legend {
	display:block;
	width:100%;
	padding:0;
	margin-bottom:20px;
	font-size:21px;
	line-height:40px;
	color:#333;
	border:0;
	border-bottom:1px solid #e5e5e5;
}

legend small {
	font-size:15px;
	color:#999;
}

label, input, button, select, textarea {
	font-size:14px;
	font-weight:400;
	line-height:20px;
}

input, button, select, textarea {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
	display:block;
	margin-bottom:5px;
}
p.title{
   font-size:14px;
   font-weight:bold;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	display:inline-block;
	height:20px;
	padding:4px 6px;
	margin-bottom:10px;
	font-size:14px;
	line-height:20px;
	color:#555;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	vertical-align:middle;
	width:150px;
}

input, textarea, .uneditable-input {
	width:206px;
}

textarea {
	height:auto;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color:#fff;
	border:1px solid #ccc;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition:border linear .2s, box-shadow linear .2s;
	-moz-transition:border linear .2s, box-shadow linear .2s;
	-o-transition:border linear .2s, box-shadow linear .2s;
	transition:border linear .2s, box-shadow linear .2s;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color:rgba(82, 168, 236, .8);
	outline:0;
	outline:thin dotted 9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}

input[type="radio"], input[type="checkbox"] {
	margin:4px 0 0;
	*margin-top:0;
	margin-top:1px 9;
	line-height:normal;
	cursor:pointer;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
	width:auto;
}

select, input[type="file"] {
	height:30px;
	*margin-top:4px;
	line-height:30px;
}

select {
	width:220px;
	border:1px solid #ccc;
	background-color:#fff;
}

select[multiple], select[size] {
	height:auto;
}

select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline:thin dotted #333;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}

.uneditable-input, .uneditable-textarea {
	color:#999;
	background-color:#fcfcfc;
	border-color:#ccc;
	-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .025);
	-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .025);
	box-shadow:inset 0 1px 2px rgba(0, 0, 0, .025);
	cursor:not-allowed;
}

.uneditable-input {
	overflow:hidden;
	white-space:nowrap;
}

.uneditable-textarea {
	width:auto;
	height:auto;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color:#999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color:#999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color:#999;
}

.radio, .checkbox {
	min-height:20px;
	padding-right:20px;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float:right;
	margin-right:-20px;
}

.controls>.radio:first-child, .controls>.checkbox:first-child {
	padding-top:5px;
}

.radio.inline, .checkbox.inline {
	display:inline-block;
	padding-top:5px;
	margin-bottom:0;
	vertical-align:middle;
}

.radio.inline+.radio.inline, .checkbox.inline+.checkbox.inline {
	margin-right:10px;
}

.input-mini {
	width:60px;
}

.input-small {
	width:90px;
}

.input-medium {
	width:150px;
}

.input-large {
	width:210px;
}

.input-xlarge {
	width:270px;
}

.input-xxlarge {
	width:530px;
}

input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
	float:none;
	margin-right:0;
}

.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
	display:inline-block;
}

input, textarea, .uneditable-input {
	margin-right:0;
}

.controls-row [class*="span"]+[class*="span"] {
	margin-right:20px;
}

input.span12, textarea.span12, .uneditable-input.span12 {
	width:926px;
}

input.span11, textarea.span11, .uneditable-input.span11 {
	width:846px;
}

input.span10, textarea.span10, .uneditable-input.span10 {
	width:766px;
}

input.span9, textarea.span9, .uneditable-input.span9 {
	width:686px;
}

input.span8, textarea.span8, .uneditable-input.span8 {
	width:606px;
}

input.span7, textarea.span7, .uneditable-input.span7 {
	width:526px;
}

input.span6, textarea.span6, .uneditable-input.span6 {
	width:446px;
}

input.span5, textarea.span5, .uneditable-input.span5 {
	width:366px;
}

input.span4, textarea.span4, .uneditable-input.span4 {
	width:286px;
}

input.span3, textarea.span3, .uneditable-input.span3 {
	width:206px;
}

input.span2, textarea.span2, .uneditable-input.span2 {
	width:126px;
}

input.span1, textarea.span1, .uneditable-input.span1 {
	width:46px;
}

.controls-row {
	*zoom:1;
}

.controls-row:before, .controls-row:after {
	display:table;
	content:"";
	line-height:0;
}

.controls-row:after {
	clear:both;
}

.controls-row [class*="span"], .row-fluid .controls-row [class*="span"] {
	float:right;
}

.controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] {
	padding-top:5px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	cursor:not-allowed;
	background-color:#eee;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
	background-color:transparent;
}

.control-group.warning>label, .control-group.warning .help-block, .control-group.warning .help-inline {
	color:#c09853;
}

.control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
	color:#c09853;
}

.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
	border-color:#c09853;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}

.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
	border-color:#a47e3c;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
	color:#c09853;
	background-color:#fcf8e3;
	border-color:#c09853;
}

.control-group.error>label, .control-group.error .help-block, .control-group.error .help-inline {
	color:#b94a48;
}

.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
	color:#b94a48;
}

.control-group.error input, .control-group.error select, .control-group.error textarea {
	border-color:#b94a48;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}

.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
	border-color:#953b39;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
	color:#b94a48;
	background-color:#f2dede;
	border-color:#b94a48;
}

.control-group.success>label, .control-group.success .help-block, .control-group.success .help-inline {
	color:#468847;
}

.control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
	color:#468847;
}

.control-group.success input, .control-group.success select, .control-group.success textarea {
	border-color:#468847;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}

.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
	border-color:#356635;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
	color:#468847;
	background-color:#dff0d8;
	border-color:#468847;
}

.control-group.info>label, .control-group.info .help-block, .control-group.info .help-inline {
	color:#3a87ad;
}

.control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
	color:#3a87ad;
}

.control-group.info input, .control-group.info select, .control-group.info textarea {
	border-color:#3a87ad;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}

.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
	border-color:#2d6987;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7ab5d3;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7ab5d3;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on {
	color:#3a87ad;
	background-color:#d9edf7;
	border-color:#3a87ad;
}

input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
	color:#b94a48;
	border-color:#ee5f5b;
}

input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
	border-color:#e9322d;
	-webkit-box-shadow:0 0 6px #f8b9b7;
	-moz-box-shadow:0 0 6px #f8b9b7;
	box-shadow:0 0 6px #f8b9b7;
}

.form-actions {
	padding:19px 20px 20px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	border-top:1px solid #e5e5e5;
	*zoom:1;
}

.form-actions:before, .form-actions:after {
	display:table;
	content:"";
	line-height:0;
}

.form-actions:after {
	clear:both;
}

.help-block, .help-inline {
	color:#9d9d9d;
}

.help-block {
	display:block;
	margin-bottom:10px;
}

.help-inline {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	padding-right:5px;
}

.input-append, .input-prepend {
	margin-bottom:5px;
	font-size:0;
	white-space:nowrap;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input, .input-append .dropdown-menu, .input-prepend .dropdown-menu {
	font-size:14px;
}

.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
	position:relative;
	margin-bottom:0;
	*margin-right:0;
	vertical-align:top;
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
}

.input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus {
	z-index:2;
}

.input-append .add-on, .input-prepend .add-on {
	display:inline-block;
	width:auto;
	height:20px;
	min-width:16px;
	padding:4px 5px;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	background-color:#eee;
	border:1px solid #ccc;
}

.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn {
	vertical-align:top;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.input-append .active, .input-prepend .active {
	background-color:#a9dba9;
	border-color:#46a546;
}

.input-prepend .add-on, .input-prepend .btn {
	margin-left:-1px;
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
}

.input-append input, .input-append select, .input-append .uneditable-input {
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
}

.input-append input+.btn-group .btn, .input-append select+.btn-group .btn, .input-append .uneditable-input+.btn-group .btn {
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
}

.input-append .add-on, .input-append .btn, .input-append .btn-group {
	margin-right:-1px;
}

.input-append .add-on:last-child, .input-append .btn:last-child {
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
}

.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.input-prepend.input-append input+.btn-group .btn, .input-prepend.input-append select+.btn-group .btn, .input-prepend.input-append .uneditable-input+.btn-group .btn {
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
	margin-left:-1px;
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
	margin-right:-1px;
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
	margin-right:0;
}

input.search-query {
	padding-left:14px;
	padding-left:4px 9;
	padding-right:14px;
	padding-right:4px 9;
	margin-bottom:0;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}

.form-search .input-append .search-query, .form-search .input-prepend .search-query {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.form-search .input-append .search-query {
	-webkit-border-radius:14px 0 0 14px;
	-moz-border-radius:14px 0 0 14px;
	border-radius:14px 0 0 14px;
}

.form-search .input-append .btn {
	-webkit-border-radius:0 14px 14px 0;
	-moz-border-radius:0 14px 14px 0;
	border-radius:0 14px 14px 0;
}

.form-search .input-prepend .search-query {
	-webkit-border-radius:0 14px 14px 0;
	-moz-border-radius:0 14px 14px 0;
	border-radius:0 14px 14px 0;
}

.form-search .input-prepend .btn {
	-webkit-border-radius:14px 0 0 14px;
	-moz-border-radius:14px 0 0 14px;
	border-radius:14px 0 0 14px;
}

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-bottom:0;
	vertical-align:middle;
}

.form-search .hide, .form-inline .hide, .form-horizontal .hide {
	display:none;
}

.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
	display:inline-block;
}

.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
	margin-bottom:0;
}

.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
	padding-right:0;
	margin-bottom:0;
	vertical-align:middle;
}

.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
	float:right;
	margin-left:3px;
	margin-right:0;
}

.control-group {
	margin-bottom:10px;
	margin-left:30px;
}

legend+.control-group {
	margin-top:20px;
	-webkit-margin-top-collapse:separate;
}

.form-horizontal .control-group {
	margin-bottom:20px;
	*zoom:1;
}

.form-horizontal .control-group:before, .form-horizontal .control-group:after {
	display:table;
	content:"";
	line-height:0;
}

.form-horizontal .control-group:after {
	clear:both;
}

.form-horizontal .control-label {
	float:right;
	width:160px;
	padding-top:5px;
	text-align:left;
}

.form-horizontal .controls {
	*display:inline-block;
	*padding-right:20px;
	margin-right:180px;
	*margin-right:0;
}

.form-horizontal .controls:first-child {
	*padding-right:180px;
}

.form-horizontal .help-block {
	margin-bottom:0;
}

.form-horizontal input+.help-block, .form-horizontal select+.help-block, .form-horizontal textarea+.help-block {
	margin-top:10px;
}

.form-horizontal .form-actions {
	padding-right:180px;
}

table {
	max-width:100%;
	background-color:transparent;
	border-collapse:collapse;
	border-spacing:0;
}

.table {
	width:100%;
	margin-bottom:20px;
}

.table th, .table td {
	padding:8px;
	line-height:20px;
	text-align:right;
	vertical-align:top;
	border-top:1px solid #ddd;
}

.table th {
	font-weight:700;
}

.table thead th {
	vertical-align:bottom;
}

.table caption+thead tr:first-child th, .table caption+thead tr:first-child td, .table colgroup+thead tr:first-child th, .table colgroup+thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
	border-top:0;
}

.table tbody+tbody {
	border-top:2px solid #ddd;
}

.table-condensed th, .table-condensed td {
	padding:4px 5px;
}

.table-bordered {
	border:1px solid #ddd;
	border-collapse:separate;
	*border-collapse:collapse;
	border-right:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.table-bordered th, .table-bordered td {
	border-right:1px solid #ddd;
}

.table-bordered caption+thead tr:first-child th, .table-bordered caption+tbody tr:first-child th, .table-bordered caption+tbody tr:first-child td, .table-bordered colgroup+thead tr:first-child th, .table-bordered colgroup+tbody tr:first-child th, .table-bordered colgroup+tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
	border-top:0;
}

.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
}

.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
}

.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child, .table-bordered tfoot:last-child tr:last-child td:first-child {
	-webkit-border-radius:0 0 0 4px;
	-moz-border-radius:0 0 0 4px;
	border-radius:0 0 0 4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
}

.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child, .table-bordered tfoot:last-child tr:last-child td:last-child {
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
}

.table-bordered caption+thead tr:first-child th:first-child, .table-bordered caption+tbody tr:first-child td:first-child, .table-bordered colgroup+thead tr:first-child th:first-child, .table-bordered colgroup+tbody tr:first-child td:first-child {
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
}

.table-bordered caption+thead tr:first-child th:last-child, .table-bordered caption+tbody tr:first-child td:last-child, .table-bordered colgroup+thead tr:first-child th:last-child, .table-bordered colgroup+tbody tr:first-child td:last-child {
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
	background-color:#f9f9f9;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color:#f5f5f5;
}

table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
	display:table-cell;
	float:none;
	margin-right:0;
}

.table td.span1, .table th.span1 {
	float:none;
	width:44px;
	margin-right:0;
}

.table td.span2, .table th.span2 {
	float:none;
	width:124px;
	margin-right:0;
}

.table td.span3, .table th.span3 {
	float:none;
	width:204px;
	margin-right:0;
}

.table td.span4, .table th.span4 {
	float:none;
	width:284px;
	margin-right:0;
}

.table td.span5, .table th.span5 {
	float:none;
	width:364px;
	margin-right:0;
}

.table td.span6, .table th.span6 {
	float:none;
	width:444px;
	margin-right:0;
}

.table td.span7, .table th.span7 {
	float:none;
	width:524px;
	margin-right:0;
}

.table td.span8, .table th.span8 {
	float:none;
	width:604px;
	margin-right:0;
}

.table td.span9, .table th.span9 {
	float:none;
	width:684px;
	margin-right:0;
}

.table td.span10, .table th.span10 {
	float:none;
	width:764px;
	margin-right:0;
}

.table td.span11, .table th.span11 {
	float:none;
	width:844px;
	margin-right:0;
}

.table td.span12, .table th.span12 {
	float:none;
	width:924px;
	margin-right:0;
}

.table tbody tr.success td {
	background-color:#dff0d8;
}

.table tbody tr.error td {
	background-color:#f2dede;
}

.table tbody tr.warning td {
	background-color:#fcf8e3;
}

.table tbody tr.info td {
	background-color:#d9edf7;
}

.table-hover tbody tr.success:hover td {
	background-color:#d0e9c6;
}

.table-hover tbody tr.error:hover td {
	background-color:#ebcccc;
}

.table-hover tbody tr.warning:hover td {
	background-color:#faf2cc;
}

.table-hover tbody tr.info:hover td {
	background-color:#c4e3f3;
}

[class^="icon-"], [class*=" icon-"] {
	display:inline-block;
	width:14px;
	height:14px;
	*margin-left:.3em;
	line-height:14px;
	vertical-align:text-top;
	background-image:url("/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/glyphicons-halflings.png");
	background-position:14px 14px;
	background-repeat:no-repeat;
	margin-top:1px;
}

.icon-white, .nav-pills>.active>a>[class^="icon-"], .nav-pills>.active>a>[class*=" icon-"], .nav-list>.active>a>[class^="icon-"], .nav-list>.active>a>[class*=" icon-"], .navbar-inverse .nav>.active>a>[class^="icon-"], .navbar-inverse .nav>.active>a>[class*=" icon-"], .dropdown-menu>li>a:hover>[class^="icon-"], .dropdown-menu>li>a:hover>[class*=" icon-"], .dropdown-menu>.active>a>[class^="icon-"], .dropdown-menu>.active>a>[class*=" icon-"], .dropdown-submenu:hover>a>[class^="icon-"], .dropdown-submenu:hover>a>[class*=" icon-"] {
	background-image:url("/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/glyphicons-halflings-white.png");
}

.icon-glass {
	background-position:0 0;
}

.icon-music {
	background-position:-24px 0;
}

.icon-search {
	background-position:-48px 0;
}

.icon-envelope {
	background-position:-72px 0;
}

.icon-heart {
	background-position:-96px 0;
}

.icon-star {
	background-position:-120px 0;
}

.icon-star-empty {
	background-position:-144px 0;
}

.icon-user {
	background-position:-168px 0;
}

.icon-film {
	background-position:-192px 0;
}

.icon-th-large {
	background-position:-216px 0;
}

.icon-th {
	background-position:-240px 0;
}

.icon-th-list {
	background-position:-264px 0;
}

.icon-ok {
	background-position:-288px 0;
}

.icon-remove {
	background-position:-312px 0;
}

.icon-zoom-in {
	background-position:-336px 0;
}

.icon-zoom-out {
	background-position:-360px 0;
}

.icon-off {
	background-position:-384px 0;
}

.icon-signal {
	background-position:-408px 0;
}

.icon-cog {
	background-position:-432px 0;
}

.icon-trash {
	background-position:-456px 0;
}

.icon-home {
	background-position:0 -24px;
}

.icon-file {
	background-position:-24px -24px;
}

.icon-time {
	background-position:-48px -24px;
}

.icon-road {
	background-position:-72px -24px;
}

.icon-download-alt {
	background-position:-96px -24px;
}

.icon-download {
	background-position:-120px -24px;
}

.icon-upload {
	background-position:-144px -24px;
}

.icon-inbox {
	background-position:-168px -24px;
}

.icon-play-circle {
	background-position:-192px -24px;
}

.icon-repeat {
	background-position:-216px -24px;
}

.icon-refresh {
	background-position:-240px -24px;
}

.icon-list-alt {
	background-position:-264px -24px;
}

.icon-lock {
	background-position:-287px -24px;
}

.icon-flag {
	background-position:-312px -24px;
}

.icon-headphones {
	background-position:-336px -24px;
}

.icon-volume-off {
	background-position:-360px -24px;
}

.icon-volume-down {
	background-position:-384px -24px;
}

.icon-volume-up {
	background-position:-408px -24px;
}

.icon-qrcode {
	background-position:-432px -24px;
}

.icon-barcode {
	background-position:-456px -24px;
}

.icon-tag {
	background-position:0 -48px;
}

.icon-tags {
	background-position:-25px -48px;
}

.icon-book {
	background-position:-48px -48px;
}

.icon-bookmark {
	background-position:-72px -48px;
}

.icon-print {
	background-position:-96px -48px;
}

.icon-camera {
	background-position:-120px -48px;
}

.icon-font {
	background-position:-144px -48px;
}

.icon-bold {
	background-position:-167px -48px;
}

.icon-italic {
	background-position:-192px -48px;
}

.icon-text-height {
	background-position:-216px -48px;
}

.icon-text-width {
	background-position:-240px -48px;
}

.icon-align-right {
	background-position:-264px -48px;
}

.icon-align-center {
	background-position:-288px -48px;
}

.icon-align-left {
	background-position:-312px -48px;
}

.icon-align-justify {
	background-position:-336px -48px;
}

.icon-list {
	background-position:-360px -48px;
}

.icon-indent-right {
	background-position:-384px -48px;
}

.icon-indent-left {
	background-position:-408px -48px;
}

.icon-facetime-video {
	background-position:-432px -48px;
}

.icon-picture {
	background-position:-456px -48px;
}

.icon-pencil {
	background-position:0 -72px;
}

.icon-map-marker {
	background-position:-24px -72px;
}

.icon-adjust {
	background-position:-48px -72px;
}

.icon-tint {
	background-position:-72px -72px;
}

.icon-edit {
	background-position:-96px -72px;
}

.icon-share {
	background-position:-120px -72px;
}

.icon-check {
	background-position:-144px -72px;
}

.icon-move {
	background-position:-168px -72px;
}

.icon-step-backward {
	background-position:-192px -72px;
}

.icon-fast-backward {
	background-position:-216px -72px;
}

.icon-backward {
	background-position:-240px -72px;
}

.icon-play {
	background-position:-264px -72px;
}

.icon-pause {
	background-position:-288px -72px;
}

.icon-stop {
	background-position:-312px -72px;
}

.icon-forward {
	background-position:-336px -72px;
}

.icon-fast-forward {
	background-position:-360px -72px;
}

.icon-step-forward {
	background-position:-384px -72px;
}

.icon-eject {
	background-position:-408px -72px;
}

.icon-chevron-right {
	background-position:-432px -72px;
}

.icon-chevron-left {
	background-position:-456px -72px;
}

.icon-plus-sign {
	background-position:0 -96px;
}

.icon-minus-sign {
	background-position:-24px -96px;
}

.icon-remove-sign {
	background-position:-48px -96px;
}

.icon-ok-sign {
	background-position:-72px -96px;
}

.icon-question-sign {
	background-position:-96px -96px;
}

.icon-info-sign {
	background-position:-120px -96px;
}

.icon-screenshot {
	background-position:-144px -96px;
}

.icon-remove-circle {
	background-position:-168px -96px;
}

.icon-ok-circle {
	background-position:-192px -96px;
}

.icon-ban-circle {
	background-position:-216px -96px;
}

.icon-arrow-right {
	background-position:-240px -96px;
}

.icon-arrow-left {
	background-position:-264px -96px;
}

.icon-arrow-up {
	background-position:-289px -96px;
}

.icon-arrow-down {
	background-position:-312px -96px;
}

.icon-share-alt {
	background-position:-336px -96px;
}

.icon-resize-full {
	background-position:-360px -96px;
}

.icon-resize-small {
	background-position:-384px -96px;
}

.icon-plus {
	background-position:-408px -96px;
}

.icon-minus {
	background-position:-433px -96px;
}

.icon-asterisk {
	background-position:-456px -96px;
}

.icon-exclamation-sign {
	background-position:0 -120px;
}

.icon-gift {
	background-position:-24px -120px;
}

.icon-leaf {
	background-position:-48px -120px;
}

.icon-fire {
	background-position:-72px -120px;
}

.icon-eye-open {
	background-position:-96px -120px;
}

.icon-eye-close {
	background-position:-120px -120px;
}

.icon-warning-sign {
	background-position:-144px -120px;
}

.icon-plane {
	background-position:-168px -120px;
}

.icon-calendar {
	background-position:-192px -120px;
}

.icon-random {
	background-position:-216px -120px;
	width:16px;
}

.icon-comment {
	background-position:-240px -120px;
}

.icon-magnet {
	background-position:-264px -120px;
}

.icon-chevron-up {
	background-position:-288px -120px;
}

.icon-chevron-down {
	background-position:-313px -119px;
}

.icon-retweet {
	background-position:-336px -120px;
}

.icon-shopping-cart {
	background-position:-360px -120px;
}

.icon-folder-close {
	background-position:-384px -120px;
}

.icon-folder-open {
	background-position:-408px -120px;
	width:16px;
}

.icon-resize-vertical {
	background-position:-432px -119px;
}

.icon-resize-horizontal {
	background-position:-456px -118px;
}

.icon-hdd {
	background-position:0 -144px;
}

.icon-bullhorn {
	background-position:-24px -144px;
}

.icon-bell {
	background-position:-48px -144px;
}

.icon-certificate {
	background-position:-72px -144px;
}

.icon-thumbs-up {
	background-position:-96px -144px;
}

.icon-thumbs-down {
	background-position:-120px -144px;
}

.icon-hand-left {
	background-position:-144px -144px;
}

.icon-hand-right {
	background-position:-168px -144px;
}

.icon-hand-up {
	background-position:-192px -144px;
}

.icon-hand-down {
	background-position:-216px -144px;
}

.icon-circle-arrow-left {
	background-position:-240px -144px;
}

.icon-circle-arrow-right {
	background-position:-264px -144px;
}

.icon-circle-arrow-up {
	background-position:-288px -144px;
}

.icon-circle-arrow-down {
	background-position:-312px -144px;
}

.icon-globe {
	background-position:-336px -144px;
}

.icon-wrench {
	background-position:-360px -144px;
}

.icon-tasks {
	background-position:-384px -144px;
}

.icon-filter {
	background-position:-408px -144px;
}

.icon-briefcase {
	background-position:-432px -144px;
}

.icon-fullscreen {
	background-position:-456px -144px;
}

.dropup, .dropdown {
	position:relative;
}

.dropdown-toggle {
	*margin-bottom:-3px;
}

.dropdown-toggle:active, .open .dropdown-toggle {
	outline:0;
}

.caret {
	display:inline-block;
	width:0;
	height:0;
	vertical-align:top;
	border-top:4px solid #000;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	content:"";
}

.dropdown .caret {
	margin-top:8px;
	margin-right:2px;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1000;
	height: auto;
	max-height: 0px;
	opacity: 0;
	float: right;
	min-width: 160px;
	padding: 5px 0;
	list-style: none;
	background-color: #fff;
	-moz-border-radius: 6px;
	border-radius: 6px 0px 6px 6px;
	border-top: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	overflow: hidden;
	-webkit-transition: max-height 0.5s, opacity 0.5s;
	transition: max-height 0.5s, opacity 0.5s;
}

.nav li:hover .dropdown-menu {
	max-height: 300px;
	opacity: 1;
}
h3.h3menu{
  color: #e1e1e1;
  margin-top: 20px;
  text-shadow: 0 1px #101010;
}
.newslettertext{
	width: 230px;
	display:inline-block;
	height:20px;
	padding:4px 6px;
	margin-bottom:10px;
	font-size:14px;
	line-height:20px;
	color:#555;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	vertical-align:middle	;
}
div.disnone{
  display:none;
}
.dropdown-menu.pull-right {
	left:0;
	right:auto;
}

.dropdown-menu .divider {
	*width:100%;
	height:1px;
	margin:9px 1px;
	*margin:-5px 0 5px;
	overflow:hidden;
	background-color:#e5e5e5;
	border-bottom:1px solid #fff;
}

.dropdown-menu li>a {
	display:block;
	padding:3px 10px;
	clear:both;
	font-weight:400;
	line-height:20px;
	color:#333;
	white-space:nowrap;
	font-size: 16px;
}

.dropdown-menu li>a:hover, .dropdown-menu li>a:focus, .dropdown-submenu:hover>a {
	text-decoration:none;
	color:#fff;
	background-color:#16A;
}

.dropdown-menu .active>a, .dropdown-menu .active>a:hover {
	color: #fff;
	background-color: #16A;
}

.dropdown-menu .disabled>a, .dropdown-menu .disabled>a:hover {
	color:#999;
}

.dropdown-menu .disabled>a:hover {
	text-decoration:none;
	background-color:transparent;
	background-image:none;
	cursor:default;
}

.open {
	*z-index:1000;
}

.open>.dropdown-menu {
	display:block;
}

.pull-right>.dropdown-menu {
	left:0;
	right:auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top:0;
	border-bottom:4px solid #000;
	content:"";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top:auto;
	bottom:100%;
	margin-bottom:1px;
}

.dropdown-submenu {
	position:relative;
}

.dropdown-submenu>.dropdown-menu {
	top:0;
	right:100%;
	margin-top:-6px;
	margin-right:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display:block;
}

.dropup .dropdown-submenu>.dropdown-menu {
	top:auto;
	bottom:0;
	margin-top:0;
	margin-bottom:-2px;
	-webkit-border-radius:5px 5px 5px 0;
	-moz-border-radius:5px 5px 5px 0;
	border-radius:5px 5px 5px 0;
}

.dropdown-submenu>a:after {
	display:block;
	content:" ";
	float:left;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-right-color:#ccc;
	margin-top:5px;
	margin-left:-10px;
}

.dropdown-submenu:hover>a:after {
	border-right-color:#fff;
}

.dropdown-submenu.pull-left {
	float:none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	right:-100%;
	margin-right:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
	padding-right:20px;
	padding-left:20px;
}

.typeahead {
	margin-top:2px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.well {
	min-height:20px;
	padding:19px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	border:1px solid #e3e3e3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
	border-color:#ddd;
	border-color:rgba(0, 0, 0, .15);
}

.well-large {
	padding:24px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.well-small {
	padding:9px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.fade {
	opacity:0;
	-webkit-transition:opacity .15s linear;
	-moz-transition:opacity .15s linear;
	-o-transition:opacity .15s linear;
	transition:opacity .15s linear;
}

.fade.in {
	opacity:1;
}

.collapse {
	position:relative;
	height:0;
	overflow:hidden;
	-webkit-transition:height .35s ease;
	-moz-transition:height .35s ease;
	-o-transition:height .35s ease;
	transition:height .35s ease;
}

.collapse.in {
	height:auto;
}

.close {
	float:left;
	font-size:20px;
	font-weight:700;
	line-height:20px;
	color:#000;
	text-shadow:0 1px 0 #fff;
	opacity:.2;
	filter:alpha(opacity=20);
}

.close:hover {
	color:#000;
	text-decoration:none;
	cursor:pointer;
	opacity:.4;
	filter:alpha(opacity=40);
}

button.close {
	padding:0;
	cursor:pointer;
	background:transparent;
	border:0;
	-webkit-appearance:none;
}

.btn {
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:4px 12px;
	margin-bottom:0;
	font-size:14px;
	line-height:20px;
	*line-height:20px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	color:#555;
	text-shadow:0 1px 0 #fff;
	background:#c3c3c3;
	border:0 solid #bbb;
	*border:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*margin-right:.3em;
	-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow:0 2px 2px rgba(0, 0, 0, .1);
	box-shadow:0 2px 2px rgba(0, 0, 0, .1);
}

.btn:first-child {
	*margin-right:0;
}

.btn:hover {
	color:#333;
	text-decoration:none;
	background-color:#b3b3b3;
	*background-color:#a6a6a6;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}

.btn.active, .btn:active {
	background-color:#b6b6b6;
	background-color:#f2f2f2 9;
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, .3), 0 2px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, .3), 0 2px 2px rgba(0, 0, 0, .1);
	box-shadow:inset 0 2px 4px rgba(0, 0, 0, .3), 0 2px 2px rgba(0, 0, 0, .1);
}

.btn.disabled, .btn[disabled] {
	cursor:default;
	background-color:#e6e6e6;
	background-image:none;
	opacity:.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.btn-large {
	padding:11px 19px;
	font-size:17.5px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
	margin-top:2px;
}

.btn-small {
	padding:2px 10px;
	font-size:11.9px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
	margin-top:0;
}

.btn-mini {
	padding:1px 6px;
	font-size:10.5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.btn-block {
	display:block;
	width:100%;
	padding-right:0;
	padding-left:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.btn-block+.btn-block {
	margin-top:5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width:100%;
}

.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
	color:rgba(255, 255, 255, .75);
}

.btn {
	border-color:#c5c5c5;
	border-color:rgba(0, 0, 0, .15) rgba(0, 0, 0, .15) rgba(0, 0, 0, .25);
}

.btn-primary {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, .25);
	background-color:#4d7cbb;
	background-image:-moz-linear-gradient(top,  #4d7cbb,  #4d7cbb);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from( #4d7cbb), to( #4d7cbb));
	background-image:-webkit-linear-gradient(top,  #4d7cbb,  #4d7cbb);
	background-image:-o-linear-gradient(top,  #4d7cbb,  #4d7cbb);
	background-image:linear-gradient(to bottom,  #4d7cbb,  #4d7cbb);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d7cbb',  endColorstr='#ff4d7cbb',  GradientType=0);
	border-color:#4d7cbb #4d7cbb #345888;
	border-color:rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	*background-color:#4d7cbb;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color:#fff;
	background:#426fad;
	*background-color:#426fad;
}

.btn-primary:active, .btn-primary.active {
	background-color:#3b649a 9;
}

.btn-warning {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, .25);
	background-color:#e96a35;
	background-image:-moz-linear-gradient(top,  #e96a35,  #e96a35);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from( #e96a35), to( #e96a35));
	background-image:-webkit-linear-gradient(top,  #e96a35,  #e96a35);
	background-image:-o-linear-gradient(top,  #e96a35,  #e96a35);
	background-image:linear-gradient(to bottom,  #e96a35,  #e96a35);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe96a35',  endColorstr='#ffe96a35',  GradientType=0);
	border-color:#e96a35 #e96a35 #bd4615;
	border-color:rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	*background-color:#e96a35;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	color:#fff;
	background:#e6591e;
	*background-color:#e6591e;
}

.btn-warning:active, .btn-warning.active {
	background-color:#d44f17 9;
}

.btn-danger {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, .25);
	background-color:#ee5f5b;
	background-image:-moz-linear-gradient(top,  #ee5f5b,  #ee5f5b);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from( #ee5f5b), to( #ee5f5b));
	background-image:-webkit-linear-gradient(top,  #ee5f5b,  #ee5f5b);
	background-image:-o-linear-gradient(top,  #ee5f5b,  #ee5f5b);
	background-image:linear-gradient(to bottom,  #ee5f5b,  #ee5f5b);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',  endColorstr='#ffee5f5b',  GradientType=0);
	border-color:#ee5f5b #ee5f5b #e51d18;
	border-color:rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	*background-color:#ee5f5b;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color:#fff;
	background:#ec4844;
	*background-color:#ec4844;
}

.btn-danger:active, .btn-danger.active {
	background-color:#e9322d 9;
}

.btn-success {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, .25);
	background-color:#68ad68;
	background-image:-moz-linear-gradient(top,  #68ad68,  #68ad68);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from( #68ad68), to( #68ad68));
	background-image:-webkit-linear-gradient(top,  #68ad68,  #68ad68);
	background-image:-o-linear-gradient(top,  #68ad68,  #68ad68);
	background-image:linear-gradient(to bottom,  #68ad68,  #68ad68);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff68ad68',  endColorstr='#ff68ad68',  GradientType=0);
	border-color:#68ad68 #68ad68 #478247;
	border-color:rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	*background-color:#68ad68;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	color:#fff;
	background:#59a359;
	*background-color:#59a359;
}

.btn-success:active, .btn-success.active {
	background-color:#509250 9;
}

.btn-info {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, .25);
	background-color:#66b1c7;
	background-image:-moz-linear-gradient(top,  #66b1c7,  #66b1c7);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from( #66b1c7), to( #66b1c7));
	background-image:-webkit-linear-gradient(top,  #66b1c7,  #66b1c7);
	background-image:-o-linear-gradient(top,  #66b1c7,  #66b1c7);
	background-image:linear-gradient(to bottom,  #66b1c7,  #66b1c7);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff66b1c7',  endColorstr='#ff66b1c7',  GradientType=0);
	border-color:#66b1c7 #66b1c7 #3c8da4;
	border-color:rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	*background-color:#66b1c7;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color:#fff;
	background:#53a7c0;
	*background-color:#53a7c0;
}

.btn-info:active, .btn-info.active {
	background-color:#439db7 9;
}

.btn-inverse {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, .25);
	background-color:#444;
	background-image:-moz-linear-gradient(top,  #444,  #444);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from( #444), to( #444));
	background-image:-webkit-linear-gradient(top,  #444,  #444);
	background-image:-o-linear-gradient(top,  #444,  #444);
	background-image:linear-gradient(to bottom,  #444,  #444);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',  endColorstr='#ff444444',  GradientType=0);
	border-color:#444 #444444 #1e1e1e;
	border-color:rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	*background-color:#444;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color:#fff;
	background:#373737;
	*background-color:#373737;
}

.btn-inverse:active, .btn-inverse.active {
	background-color:#2b2b2b 9;
}

button.btn, input[type="submit"].btn {
	*padding-top:3px;
	*padding-bottom:3px;
}

button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
	padding:0;
	border:0;
}

button.btn.btn-large, input[type="submit"].btn.btn-large {
	*padding-top:7px;
	*padding-bottom:7px;
}

button.btn.btn-small, input[type="submit"].btn.btn-small {
	*padding-top:3px;
	*padding-bottom:3px;
}

button.btn.btn-mini, input[type="submit"].btn.btn-mini {
	*padding-top:1px;
	*padding-bottom:1px;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color:transparent;
	background-image:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.btn-link {
	border-color:transparent;
	cursor:pointer;
	color:#16A;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.btn-link:hover {
	color:#e53900;
	text-decoration:underline;
	background-color:transparent;
}

.btn-link[disabled]:hover {
	color:#333;
	text-decoration:none;
}

.btn-group {
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:0;
	vertical-align:middle;
	white-space:nowrap;
	*margin-right:.3em;
}

.btn-group:first-child {
	*margin-right:0;
}

.btn-group+.btn-group {
	margin-right:5px;
}

.btn-toolbar {
	font-size:0;
	margin-top:10px;
	margin-bottom:10px;
}

.btn-toolbar .btn+.btn, .btn-toolbar .btn-group+.btn, .btn-toolbar .btn+.btn-group {
	margin-right:5px;
}

.btn-group>.btn {
	position:relative;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.btn-group>.btn+.btn {
	margin-right:-1px;
}

.btn-group>.btn, .btn-group>.dropdown-menu {
	font-size:14px;
}

.btn-group>.btn-mini {
	font-size:11px;
}

.btn-group>.btn-small {
	font-size:12px;
}

.btn-group>.btn-large {
	font-size:16px;
}

.btn-group>.btn:first-child {
	margin-right:0;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
}

.btn-group>.btn:last-child, .btn-group>.dropdown-toggle {
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
}

.btn-group>.btn.large:first-child {
	margin-right:0;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
}

.btn-group>.btn.large:last-child, .btn-group>.large.dropdown-toggle {
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
}

.btn-group>.btn:hover, .btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active {
	z-index:2;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline:0;
}

.btn-group>.btn+.dropdown-toggle {
	padding-right:8px;
	padding-left:8px;
	-webkit-box-shadow:inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow:inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow:inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	*padding-top:5px;
	*padding-bottom:5px;
}

.btn-group>.btn-mini+.dropdown-toggle {
	padding-right:5px;
	padding-left:5px;
	*padding-top:2px;
	*padding-bottom:2px;
}

.btn-group>.btn-small+.dropdown-toggle {
	*padding-top:5px;
	*padding-bottom:4px;
}

.btn-group>.btn-large+.dropdown-toggle {
	padding-right:12px;
	padding-left:12px;
	*padding-top:7px;
	*padding-bottom:7px;
}

.btn-group.open .dropdown-toggle {
	background-image:none;
	-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow:inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-group.open .btn.dropdown-toggle {
	background-color:#e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
	background-color:#4d7cbb;
}

.btn-group.open .btn-warning.dropdown-toggle {
	background-color:#e96a35;
}

.btn-group.open .btn-danger.dropdown-toggle {
	background-color:#ee5f5b;
}

.btn-group.open .btn-success.dropdown-toggle {
	background-color:#68ad68;
}

.btn-group.open .btn-info.dropdown-toggle {
	background-color:#66b1c7;
}

.btn-group.open .btn-inverse.dropdown-toggle {
	background-color:#444;
}

.btn .caret {
	margin-top:8px;
	margin-right:0;
}

.btn-mini .caret, .btn-small .caret, .btn-large .caret {
	margin-top:6px;
}

.btn-large .caret {
	border-right-width:5px;
	border-left-width:5px;
	border-top-width:5px;
}

.dropup .btn-large .caret {
	border-bottom-width:5px;
}

.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
	border-top-color:#fff;
	border-bottom-color:#fff;
}

.btn-group-vertical {
	display:inline-block;
	*display:inline;
	*zoom:1;
}

.btn-group-vertical .btn {
	display:block;
	float:none;
	width:100%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.btn-group-vertical .btn+.btn {
	margin-right:0;
	margin-top:-1px;
}

.btn-group-vertical .btn:first-child {
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}

.btn-group-vertical .btn:last-child {
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}

.btn-group-vertical .btn-large:first-child {
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
}

.btn-group-vertical .btn-large:last-child {
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
}

.alert {
	padding:8px 35px 8px 14px;
	margin-bottom:20px;
	text-shadow:0 1px 0 rgba(255, 255, 255, .5);
	background-color:#fcf8e3;
	border:1px solid #fbeed5;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#c09853;
}

.alert h4 {
	margin:0;
}

.alert .close {
	position:relative;
	top:-2px;
	left:-21px;
	line-height:20px;
}

.alert-success {
	background-color:#dff0d8;
	border-color:#d6e9c6;
	color:#468847;
}

.alert-danger, .alert-error {
	background-color:#f2dede;
	border-color:#eed3d7;
	color:#b94a48;
}

.alert-info {
	background-color:#d9edf7;
	border-color:#bce8f1;
	color:#3a87ad;
}

.alert-block {
	padding-top:14px;
	padding-bottom:14px;
}

.alert-block>p, .alert-block>ul {
	margin-bottom:0;
}

.alert-block p+p {
	margin-top:5px;
}

.nav {
	margin-right:0;
	margin-bottom:20px;
	list-style:none;
}

.nav>li>a {
	display:block;
}

.nav>li>a:hover {
	text-decoration:none;
	background-color:#eee;
}

.nav>.pull-right {
	float:left;
}

.nav-header {
	display:block;
	padding:3px 15px;
	font-size:11px;
	font-weight:700;
	line-height:20px;
	color:#999;
	text-shadow:0 1px 0 rgba(255, 255, 255, .5);
	text-transform:uppercase;
}

.nav li+.nav-header {
	margin-top:9px;
}

.nav-list {
	padding-right:15px;
	padding-left:15px;
	margin-bottom:0;
}

.nav-list>li>a, .nav-list .nav-header {
	margin-right:-15px;
	margin-left:-15px;
	text-shadow:0 1px 0 rgba(255, 255, 255, .5);
}

.nav-list>li>a {
	padding:3px 15px;
}

.nav-list>.active>a, .nav-list>.active>a:hover {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, .2);
	background-color:#16A;
}

.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
	margin-left:2px;
}

.nav-list .divider {
	*width:100%;
	height:1px;
	margin:9px 1px;
	*margin:-5px 0 5px;
	overflow:hidden;
	background-color:#e5e5e5;
	border-bottom:1px solid #fff;
}

.nav-tabs, .nav-pills {
	*zoom:1;
}

.nav-language{
	float:left;
}

.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
	display:table;
	content:"";
	line-height:0;
}

.nav-tabs:after, .nav-pills:after {
	clear:both;
}

.nav-tabs>li, .nav-pills>li {
	float:right;
}

.nav-tabs>li>a, .nav-pills>li>a {
	padding-left:12px;
	padding-right:12px;
	margin-left:2px;
	line-height:14px;
}

.nav-tabs {
	border-bottom:1px solid #ddd;
}

.nav-tabs>li {
	margin-bottom:-1px;
}

.nav-tabs>li>a {
	padding-top:8px;
	padding-bottom:8px;
	line-height:20px;
	border:1px solid transparent;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}

.nav-tabs>li>a:hover {
	border-color:#eee #eeeeee #ddd;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover {
	color:#555;
	background-color:#fff;
	border:1px solid #ddd;
	border-bottom-color:transparent;
	cursor:default;
}

.nav-pills>li>a {
	padding-top:8px;
	padding-bottom:8px;
	margin-top:2px;
	margin-bottom:2px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.nav-pills>.active>a, .nav-pills>.active>a:hover {
	color:#E28856;
	cursor:pointer;
}

.nav-stacked>li {
	float:none;
}

.nav-stacked>li>a {
	margin-left:0;
}

.nav-tabs.nav-stacked {
	border-bottom:0;
}

.nav-tabs.nav-stacked>li>a {
	border:1px solid #ddd;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.nav-tabs.nav-stacked>li:first-child>a {
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
}

.nav-tabs.nav-stacked>li:last-child>a {
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
}

.nav-tabs.nav-stacked>li>a:hover {
	border-color:#ddd;
	z-index:2;
}

.nav-pills.nav-stacked>li>a {
	margin-bottom:3px;
}

.nav-pills.nav-stacked>li:last-child>a {
	margin-bottom:1px;
}

.nav-tabs .dropdown-menu {
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
}

.nav-pills .dropdown-menu {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.nav .dropdown-toggle .caret {
	border-top-color:#16A;
	border-bottom-color:#16A;
	margin-top:6px;
}

.nav .dropdown-toggle:hover .caret {
	border-top-color:#e53900;
	border-bottom-color:#e53900;
}

.nav-tabs .dropdown-toggle .caret {
	margin-top:8px;
}

.nav .active .dropdown-toggle .caret {
	border-top-color:#fff;
	border-bottom-color:#fff;
}

.nav-tabs .active .dropdown-toggle .caret {
	border-top-color:#555;
	border-bottom-color:#555;
}

.nav>.dropdown.active>a:hover {
	cursor:pointer;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav>li.dropdown.open.active>a:hover {
	color:#fff;
	background-color:none;
	border-color:none;
}

.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret {
	border-top-color:#fff;
	border-bottom-color:#fff;
	opacity:1;
	filter:alpha(opacity=100);
}

.tabs-stacked .open>a:hover {
	border-color:#999;
}

.tabbable {
	*zoom:1;
}

.tabbable:before, .tabbable:after {
	display:table;
	content:"";
	line-height:0;
}

.tabbable:after {
	clear:both;
}

.tab-content {
	overflow:auto;
}

.tabs-below>.nav-tabs, .tabs-left>.nav-tabs, .tabs-right>.nav-tabs {
	border-bottom:0;
}

.tab-content>.tab-pane, .pill-content>.pill-pane {
	display:none;
}

.tab-content>.active, .pill-content>.active {
	display:block;
}

.tabs-below>.nav-tabs {
	border-top:1px solid #ddd;
}

.tabs-below>.nav-tabs>li {
	margin-top:-1px;
	margin-bottom:0;
}

.tabs-below>.nav-tabs>li>a {
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}

.tabs-below>.nav-tabs>li>a:hover {
	border-bottom-color:transparent;
	border-top-color:#ddd;
}

.tabs-below>.nav-tabs>.active>a, .tabs-below>.nav-tabs>.active>a:hover {
	border-color:transparent #ddd #ddd #ddd;
}

.tabs-right>.nav-tabs>li, .tabs-left>.nav-tabs>li {
	float:none;
}

.tabs-right>.nav-tabs>li>a, .tabs-left>.nav-tabs>li>a {
	min-width:74px;
	margin-left:0;
	margin-bottom:3px;
}

.tabs-right>.nav-tabs {
	float:right;
	margin-left:19px;
	border-left:1px solid #ddd;
}

.tabs-right>.nav-tabs>li>a {
	margin-left:-1px;
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
}

.tabs-right>.nav-tabs>li>a:hover {
	border-color:#eee #dddddd #eee #eeeeee;
}

.tabs-right>.nav-tabs .active>a, .tabs-right>.nav-tabs .active>a:hover {
	border-color:#ddd transparent #ddd #ddd;
	*border-left-color:#fff;
}

.tabs-left>.nav-tabs {
	float:left;
	margin-right:19px;
	border-right:1px solid #ddd;
}

.tabs-left>.nav-tabs>li>a {
	margin-right:-1px;
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
}

.tabs-left>.nav-tabs>li>a:hover {
	border-color:#eee #eeeeee #eee #dddddd;
}

.tabs-left>.nav-tabs .active>a, .tabs-left>.nav-tabs .active>a:hover {
	border-color:#ddd #ddd #ddd transparent;
	*border-right-color:#fff;
}

.nav>.disabled>a {
	color:#999;
}

.nav>.disabled>a:hover {
	text-decoration:none;
	background-color:transparent;
	cursor:default;
}

.navbar {
	overflow:visible;
	margin-bottom:0;
	color:#777;
	*position:relative;
	*z-index:2;
}

.navbar-inner {
	min-height:60px;
	*zoom:1;
}

.navbar-inner:before, .navbar-inner:after {
	display:table;
	content:"";
	line-height:0;
}

.navbar-inner:after {
	clear:both;
}

.navbar .container {
	width:auto;
}

.nav-collapse.collapse {
	height:auto;
	overflow:visible;
}

.navbar .brand {
	float:left;
	display:block;
	font-size:20px;
	font-weight:200;
	color:#333;
	text-shadow:0 1px 0 #fff;
}
.navbar .brand img{
	width:170px;
	padding-top:5px;
}

.navbar .brand:hover {
	text-decoration:none;
}

.navbar-text {
	margin-bottom:0;
	line-height:60px;
}

.navbar-link {
	color:#333;
}

.navbar-link:hover {
	color:#fff;
}

.navbar .divider-vertical {
	height:60px;
	margin:0 9px;
	border-right:1px solid #f2f2f2;
	border-left:1px solid #fff;
}

.navbar .btn, .navbar .btn-group {
	margin-top:15px;
}

.navbar .btn-group .btn, .navbar .input-prepend .btn, .navbar .input-append .btn {
	margin-top:0;
}

.navbar-form {
	margin-bottom:0;
	*zoom:1;
}

.navbar-form:before, .navbar-form:after {
	display:table;
	content:"";
	line-height:0;
}

.navbar-form:after {
	clear:both;
}

.navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox {
	margin-top:15px;
}

.navbar-form input, .navbar-form select, .navbar-form .btn {
	display:inline-block;
	margin-bottom:0;
}

.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
	margin-top:3px;
}

.navbar-form .input-append, .navbar-form .input-prepend {
	margin-top:6px;
	white-space:nowrap;
}

.navbar-form .input-append input, .navbar-form .input-prepend input {
	margin-top:0;
}

.navbar-search {
	position:relative;
	float:right;
	margin-top:15px;
	margin-bottom:0;
}

.navbar-search .search-query {
	margin-bottom:0;
	padding:4px 14px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:400;
	line-height:1;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}

.navbar-static-top {
	position:static;
	margin-bottom:0;
}

.navbar-static-top .navbar-inner {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
	position:fixed;
	left:0;
	right:0;
	z-index:1030;
	margin-bottom:0;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	border-width:0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
	border-width:1px 0 0;
}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
	padding-right:0;
	padding-left:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	width:940px;
}

.navbar-fixed-top {
	top:0;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	-webkit-box-shadow:0 1px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow:0 1px 10px rgba(0, 0, 0, .1);
	box-shadow:0 1px 10px rgba(0, 0, 0, .1);
}

.navbar-fixed-bottom {
	bottom:0;
}

.navbar-fixed-bottom .navbar-inner {
	-webkit-box-shadow:0 -1px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow:0 -1px 10px rgba(0, 0, 0, .1);
	box-shadow:0 -1px 10px rgba(0, 0, 0, .1);
}

.navbar .nav {
	position:relative;
	right:0;
	display:block;
	float:right;
	margin:0;
}

.navbar .nav.pull-right {
	margin-left:0;
	margin-left:-10px;
	margin-bottom:15px;
}

.navbar .nav>li {
	float:right;
	margin:19px 4px 0;
}
.navbar .nav>.dropdown:hover {
	-moz-border-radius: 6px;
	border-radius: 6px 6px 0px 0px;
	border-top: 0px;
	-webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .2);
}

.navbar .nav>li>a {
	float: none;
	padding: 10px 8px;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

.navbar .nav .dropdown-toggle .caret {
	margin-top:8px;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
	background:none;
	color:#1E87B2;
	text-decoration:none;
	text-shadow:none;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	text-decoration:none;
	background-color:none;
	-webkit-box-shadow:0 2px 0 0 rgba(0, 0, 0, .15);
	-moz-box-shadow:0 2px 0 0 rgba(0, 0, 0, .15);
	box-shadow:0 2px 0 0 rgba(0, 0, 0, .15);
	text-shadow:none;
}

.navbar .btn-navbar {
	display:none;
	float:left;
	padding:7px 10px;
	margin-right:5px;
	margin-left:0;
	background:#16A;
	border:0 none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.navbar .btn-navbar .icon-bar {
	display:block;
	width:18px;
	height:2px;
	background-color:#f5f5f5;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, .25);
	box-shadow:0 1px 0 rgba(0, 0, 0, .25);
}

.btn-navbar .icon-bar+.icon-bar {
	margin-top:3px;
}

.navbar .nav>li>.dropdown-menu:before {
	content:'';
	display:inline-block;
	border-right:7px solid transparent;
	border-left:7px solid transparent;
	border-bottom:7px solid #ccc;
	border-bottom-color:rgba(0, 0, 0, .2);
	position:absolute;
	top:-7px;
	right:9px;
	display:none;
}

.navbar .nav>li>.dropdown-menu:after {
	content:'';
	display:inline-block;
	border-right:6px solid transparent;
	border-left:6px solid transparent;
	border-bottom:6px solid #fff;
	position:absolute;
	top:-6px;
	right:10px;
	display:none;
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:before {
	border-top:7px solid #ccc;
	border-top-color:rgba(0, 0, 0, .2);
	border-bottom:0;
	bottom:-7px;
	top:auto;
	display:none;
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:after {
	border-top:6px solid #fff;
	border-bottom:0;
	bottom:-6px;
	top:auto;
}

.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
	background-color:none;
	color:#1E87B2;
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
	display:none;
	border-top-color:#333;
	border-bottom-color:#333;
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret, .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
	border-top-color:#fff;
	border-bottom-color:#fff;
}

.navbar .pull-left>li>.dropdown-menu, .navbar .nav>li>.dropdown-menu.pull-right {
	right:auto;
}

.navbar .pull-left>li>.dropdown-menu:before, .navbar .nav>li>.dropdown-menu.pull-right:before {
	right:auto;
	left:12px;
}

.navbar .pull-left>li>.dropdown-menu:after, .navbar .nav>li>.dropdown-menu.pull-right:after {
	right:auto;
	left:13px;
}

.navbar .pull-left>li>.dropdown-menu .dropdown-menu, .navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu {
	right:auto;
	left:100%;
	margin-right:0;
	margin-left:-1px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}

.navbar-inverse {
	color:#999;
}

.navbar-inverse .navbar-inner {
	background-color:#1b1b1b;
	background-image:-moz-linear-gradient(top,  #222,  #111);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from( #222), to( #111));
	background-image:-webkit-linear-gradient(top,  #222,  #111);
	background-image:-o-linear-gradient(top,  #222,  #111);
	background-image:linear-gradient(to bottom,  #222,  #111);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',  endColorstr='#ff111111',  GradientType=0);
	border-color:#252525;
}

.navbar-inverse .brand, .navbar-inverse .nav>li>a {
	color:#999;
	text-shadow:0 -1px 0 rgba(0, 0, 0, .25);
}

.navbar-inverse .brand:hover, .navbar-inverse .nav>li>a:hover {
	color:#fff;
}

.navbar-inverse .nav>li>a:focus, .navbar-inverse .nav>li>a:hover {
	background-color:transparent;
	color:#fff;
}

.navbar-inverse .nav .active>a, .navbar-inverse .nav .active>a:hover, .navbar-inverse .nav .active>a:focus {
	color:#fff;
	background-color:#111;
}

.navbar-inverse .navbar-link {
	color:#999;
}

.navbar-inverse .navbar-link:hover {
	color:#fff;
}

.navbar-inverse .divider-vertical {
	border-right-color:#111;
	border-left-color:#222;
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle, .navbar-inverse .nav li.dropdown.active>.dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
	background-color:#111;
	color:#fff;
}

.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
	border-top-color:#999;
	border-bottom-color:#999;
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret {
	border-top-color:#fff;
	border-bottom-color:#fff;
}

.navbar-inverse .navbar-search .search-query {
	color:#fff;
	background-color:#515151;
	border-color:#111;
	-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
	-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
	box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
	color:#ccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
	color:#ccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
	color:#ccc;
}

.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
	padding:5px 15px;
	color:#333;
	text-shadow:0 1px 0 #fff;
	background-color:#fff;
	border:0;
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, .15);
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, .15);
	box-shadow:0 0 3px rgba(0, 0, 0, .15);
	outline:0;
}

.navbar-inverse .btn-navbar {
	color:#fff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, .25);
	background-color:#0e0e0e;
	background-image:-moz-linear-gradient(top,  #151515,  #040404);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from( #151515), to( #040404));
	background-image:-webkit-linear-gradient(top,  #151515,  #040404);
	background-image:-o-linear-gradient(top,  #151515,  #040404);
	background-image:linear-gradient(to bottom,  #151515,  #040404);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',  endColorstr='#ff040404',  GradientType=0);
	border-color:#040404 #040404 #000;
	border-color:rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	*background-color:#040404;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
	color:#fff;
	background:#000;
	*background-color:#000;
}

.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
	background-color:#000 9;
}

.nav-active-arrow {
	width:11px;
	height:6px;
	position:absolute;
	bottom:-6px;
	right:50%;
	margin-right:-5px;
	background:url('/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/nav-main-active.png') center center no-repeat;
	display:none;
}

.breadcrumb {
	padding:8px 15px;
	margin:0 0 20px;
	list-style:none;
	background-color:#f5f5f5;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.breadcrumb li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-shadow:0 1px 0 #fff;
}

.breadcrumb .divider {
	padding:0 5px;
	color:#ccc;
}

.breadcrumb .active {
	color:#999;
}

.pagination {
	margin:20px 0;
}

.pagination ul {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-right:0;
	margin-bottom:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .05);
	box-shadow:0 1px 2px rgba(0, 0, 0, .05);
}

.pagination ul>li {
	display:inline;
}

.pagination ul>li>a, .pagination ul>li>span {
	float:right;
	padding:4px 12px;
	line-height:20px;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd;
	border-right-width:0;
}

.pagination ul>li>a:hover, .pagination ul>.active>a, .pagination ul>.active>span {
	background-color:#f5f5f5;
}

.pagination ul>.active>a, .pagination ul>.active>span {
	color:#999;
	cursor:default;
}

.pagination ul>.disabled>span, .pagination ul>.disabled>a, .pagination ul>.disabled>a:hover {
	color:#999;
	background-color:transparent;
	cursor:default;
}

.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
	border-right-width:1px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
}

.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
}

.pagination-centered {
	text-align:center;
}

.pagination-left {
	text-align:left;
}

.pagination-large ul>li>a, .pagination-large ul>li>span {
	padding:11px 19px;
	font-size:17.5px;
}

.pagination-large ul>li:first-child>a, .pagination-large ul>li:first-child>span {
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
}

.pagination-large ul>li:last-child>a, .pagination-large ul>li:last-child>span {
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
}

.pagination-mini ul>li:first-child>a, .pagination-small ul>li:first-child>a, .pagination-mini ul>li:first-child>span, .pagination-small ul>li:first-child>span {
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
}

.pagination-mini ul>li:last-child>a, .pagination-small ul>li:last-child>a, .pagination-mini ul>li:last-child>span, .pagination-small ul>li:last-child>span {
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
}

.pagination-small ul>li>a, .pagination-small ul>li>span {
	padding:2px 10px;
	font-size:11.9px;
}

.pagination-mini ul>li>a, .pagination-mini ul>li>span {
	padding:1px 6px;
	font-size:10.5px;
}

.modal-backdrop {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1040;
	background-color:#000;
}

.modal-backdrop.fade {
	opacity:0;
}

.modal-backdrop, .modal-backdrop.fade.in {
	opacity:.8;
	filter:alpha(opacity=80);
}

.modal {
	position:fixed;
	top:50%;
	right:50%;
	z-index:1050;
	width:560px;
	margin:-250px 0 0 -280px;
	background-color:#fff;
	border:1px solid #999;
	border:1px solid rgba(0, 0, 0, .3);
	*border:1px solid #999;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, .3);
	-moz-box-shadow:0 3px 7px rgba(0, 0, 0, .3);
	box-shadow:0 3px 7px rgba(0, 0, 0, .3);
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
	outline:0;
}

.modal.fade {
	-webkit-transition:opacity .3s linear, top .3s ease-out;
	-moz-transition:opacity .3s linear, top .3s ease-out;
	-o-transition:opacity .3s linear, top .3s ease-out;
	transition:opacity .3s linear, top .3s ease-out;
	top:-25%;
}

.modal.fade.in {
	top:50%;
}

.modal-header {
	padding:9px 15px;
	border-bottom:1px solid #eee;
}

.modal-header .close {
	margin-top:2px;
}

.modal-header h3 {
	margin:0;
	line-height:30px;
}

.modal-body {
	overflow-y:auto;
	max-height:400px;
	padding:15px;
}

.modal-form {
	margin-bottom:0;
}

.modal-footer {
	padding:14px 15px 15px;
	margin-bottom:0;
	text-align:left;
	background-color:#f5f5f5;
	border-top:1px solid #ddd;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	-webkit-box-shadow:inset 0 1px 0 #fff;
	-moz-box-shadow:inset 0 1px 0 #fff;
	box-shadow:inset 0 1px 0 #fff;
	*zoom:1;
}

.modal-footer:before, .modal-footer:after {
	display:table;
	content:"";
	line-height:0;
}

.modal-footer:after {
	clear:both;
}

.modal-footer .btn+.btn {
	margin-right:5px;
	margin-bottom:0;
}

.modal-footer .btn-group .btn+.btn {
	margin-right:-1px;
}

.modal-footer .btn-block+.btn-block {
	margin-right:0;
}
#footerblocks{
  color: #e1e1e1;
  margin-top: 20px;
  text-shadow: 0 1px #101010;
}
.tooltip {
	position:absolute;
	z-index:1030;
	display:block;
	visibility:visible;
	padding:5px;
	font-size:11px;
	opacity:0;
	filter:alpha(opacity=0);
}

.tooltip.in {
	opacity:.8;
	filter:alpha(opacity=80);
}

.tooltip.top {
	margin-top:-3px;
}

.tooltip.left {
	margin-right:3px;
}

.tooltip.bottom {
	margin-top:3px;
}

.tooltip.right {
	margin-right:-3px;
}

.tooltip-inner {
	max-width:200px;
	padding:3px 8px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background-color:#000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.tooltip-arrow {
	position:absolute;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
}

.tooltip.top .tooltip-arrow {
	bottom:0;
	right:50%;
	margin-right:-5px;
	border-width:5px 5px 0;
	border-top-color:#000;
}

.tooltip.left .tooltip-arrow {
	top:50%;
	right:0;
	margin-top:-5px;
	border-width:5px 5px 5px 0;
	border-left-color:#000;
}

.tooltip.right .tooltip-arrow {
	top:50%;
	left:0;
	margin-top:-5px;
	border-width:5px 0 5px 5px;
	border-right-color:#000;
}

.tooltip.bottom .tooltip-arrow {
	top:0;
	right:50%;
	margin-right:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000;
}

.thumbnails {
	margin-right:-20px;
	list-style:none;
	*zoom:1;
}

.thumbnails:before, .thumbnails:after {
	display:table;
	content:"";
	line-height:0;
}

.thumbnails:after {
	clear:both;
}

.row-fluid .thumbnails {
	margin-right:0;
}

.thumbnails>li {
	float:right;
	margin-bottom:20px;
	margin-right:20px;
}

.thumbnail {
	display:block;
	padding:4px;
	line-height:20px;
	border:1px solid #ddd;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .055);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .055);
	box-shadow:0 1px 3px rgba(0, 0, 0, .055);
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

a.thumbnail:hover {
	border-color:#00F;
	-webkit-box-shadow:0 1px 4px rgba(0, 105, 214, .25);
	-moz-box-shadow:0 1px 4px rgba(0, 105, 214, .25);
	box-shadow:0 1px 4px rgba(0, 105, 214, .25);
}

.thumbnail>img {
	display:block;
	max-width:100%;
	margin-right:auto;
	margin-left:auto;
}

.thumbnail .caption {
	padding:9px;
	color:#555;
}

.label, .badge {
	display:inline-block;
	padding:2px 4px;
	font-size:11.844px;
	font-weight:700;
	line-height:14px;
	color:#fff;
	vertical-align:baseline;
	white-space:nowrap;
	text-shadow:0 -1px 0 rgba(0, 0, 0, .25);
	background-color:#999;
}

.label {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.badge {
	padding-right:9px;
	padding-left:9px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
}

a.label:hover, a.badge:hover {
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

.label-important, .badge-important {
	background-color:#b94a48;
}

.label-important[href], .badge-important[href] {
	background-color:#953b39;
}

.label-warning, .badge-warning {
	background-color: #f89406;
	margin-left: 10px;
	float: left;
	margin-top: -25px;
}

.label-warning[href], .badge-warning[href] {
	background-color:#c67605;
}

.label-success, .badge-success {
	background-color:#468847;
}

.label-success[href], .badge-success[href] {
	background-color:#356635;
}

.label-info, .badge-info {
	background-color:#3a87ad;
}

.label-info[href], .badge-info[href] {
	background-color:#2d6987;
}

.label-inverse, .badge-inverse {
	background-color:#333;
}

.label-inverse[href], .badge-inverse[href] {
	background-color:#1a1a1a;
}

.btn .label, .btn .badge {
	position:relative;
	top:-1px;
}

.btn-mini .label, .btn-mini .badge {
	top:0;
}

.pull-right {
	float:left;
}

.pull-left {
	float:right;
}

.hide {
	display:none;
}

.show {
	display:block;
}

.invisible {
	visibility:hidden;
}

.affix {
	position:fixed;
}

#inventory ul {
	display:inline-block;
	margin-bottom:0;
	margin-top:0;
}
#inventory{
	line-height: 12px;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
#inventory ul li {
	padding:0;
	margin:0;
	color:#FFFFFF;
	font-size:14px;
	line-height:26px;
}

#inventory ul li a {
	padding:2px 10px;
	margin:0;
	line-height:26px;
	font-size:13px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	transition:all .2s ease-out;
}

#inventory ul li a:hover {
	background:none;
	color:#1E87B2;
}

#inventory ul li span {
	padding:2px;
	display:block;
}

#inventory ul li.active a {
	padding:2px 5px 2px 5px;
}

#inventory ul li.m_shopping_cart a {
	background:#2db412 url('/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/ico-cart.png') 50px 6px no-repeat;
	padding-right:30px;
	color:#fff;
}

#inventory ul li.m_shopping_cart a:hover {
	background-color:#279d10;
}

#inventory .nav-language li {
	margin:0 4px 0 0;
}

#inventory .nav-language li a {
	text-decoration:underline;
	padding:2px;
}

#inventory .nav-language li a:hover {
	text-decoration:none;
	background:0;
}

#inventory .nav-language li.active a {
	text-decoration:none;
	color:#FFFFFF;
}

#inventory .nav-inventory {
	float:left;
	margin-left:-10px;
}

#inventory .nav-inventory li a {
	text-transform:uppercase;
}



#teaser {
	background: #072336; /* Old browsers */
	background: -moz-linear-gradient(top,  #072336 0%, #1f4762 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#072336), color-stop(100%,#1f4762)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #072336 0%,#1f4762 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #072336 0%,#1f4762 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #072336 0%,#1f4762 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #072336 0%,#1f4762 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072336', endColorstr='#1f4762',GradientType=0 ); /* IE6-9 */
	position:relative;
	z-index:10;
	margin-top:110px;
	margin-left: auto;
	margin-right:auto;
}
div.box-content-movable{
    padding:10px;
}
#block_slider_block .container{
	width:990px;
}
#block_slider_block img{
	width:100%;
}
.slider { position:relative; width:100%;}
.slider img { position:relative; left:0; top:0; display:none;}
img.slidedisplay{
  display:block;
}
div.cron{
  display:none;
}
p.powered{
  float:right;
}
#teaser h1 {
	color:#fff;
	text-shadow:0 1px 0 rgba(0, 0, 0, .3);
	padding:16px 0;
	float:right;
}
#teaser .header-image {
	position: absolute;
	left: 0;
	top: -10px;
	height:100px;
}

#teaser h2, #teaser h3 {
	margin:0;
	text-transform:uppercase;
	line-height:30px;
	color:#fff;
	text-shadow:0 1px 0 rgba(0, 0, 0, .3);
}

#teaser h3 {
	color:#c6e9f8;
}

#teaser p {
	color:#fff;
	margin:0 0 10px;
}

#teaser a {
	color:#fff;
	text-decoration:underline;
}

#teaser a:hover {
	text-decoration:none;
}

#search-main {
	background:rgba(0, 0, 0, .05);
}

#search-main form {
	margin:0;
}

#search-main label {
	line-height:24px;
	font-size:16px;
	color:#fff;
	text-shadow:0 1px 0 rgba(0, 0, 0, .3);
}

#search-main input {
	border:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow:0 2px 2px rgba(0, 0, 0, .1);
	box-shadow:0 2px 2px rgba(0, 0, 0, .1);
	height:24px;
	line-height:24px;
}

#search-main .radios {
	*zoom:1;
	display:inline-block;
	margin-right:10px;
	width:150px;
	vertical-align:middle;
	padding-top:3px;
}

#search-main .radios:before, #search-main .radios:after {
	display:table;
	content:"";
	line-height:0;
}

#search-main .radios:after {
	clear:both;
}

#search-main .radios .radio {
	float:right;
	font-size:14px;
	line-height:14px;
	padding:0;
	margin:0;
}

#search-main .radios .radio input {
	line-height:14px;
	height:14px;
	margin:1px 4px 0 0;
}

#search-main .btn {
	line-height:24px;
	margin-right:14px;
}

.wrap-breadcrumbs {
	border-bottom:1px solid rgba(0, 0, 0, .07);
	margin-top:-20px;
	margin-bottom:20px;
	padding:10px 0;
	direction:rtl;
}

.wrap-breadcrumbs a, .wrap-breadcrumbs span {
	font-size:12px;
	line-height:12px;
	text-shadow:0 1px 0 rgba(255, 255, 255, .7);
}

.wrap-breadcrumbs a {
	color:#999;
	text-decoration:underline;
}

.wrap-breadcrumbs span {
	color:#ccc;
}

#content-main {
	max-width: 990px;
	margin: auto;
	background: #F8F8F8;
	padding: 15px 10px 5px 10px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 15px #666;
}

#content-main h2, #content-main h3, #content-main h4, #content-main h5 {
	text-shadow:0 1px 0 rgba(255, 255, 255, .7);
	line-height:40px;
}

#content-main .content {
	padding-top:20px;
}

#content-main-bottom {
	max-width: 990px;
	margin: auto;
	background: #F8F8F8;
	padding: 15px 10px 5px 10px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 15px #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#content-main-bottom h2, #content-main-bottom h3, #content-main-bottom h4, #content-main-bottom h5 {
	text-shadow:0 1px 0 rgba(255, 255, 255, .7);
	line-height:40px;
}
#content-main-bottom h2{
    font-size:20px;
}
#content-main-bottom .content {
	padding-top:20px;
}


.aside .nav-pills.nav-stacked>li>a {
	margin-top:0;
	margin-bottom:1px;
}

.aside .extra-menu li {
	background:#fff;
}

.aside .extra-menu li.odd {
	background:#F89406;
}

.aside .extra-menu li.even {
	background:#F8AD41;
}

.aside .extra-menu a {
	color:#333;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background-image:url("/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/icons-sprite.png");
	background-position:left 0;
	background-repeat:no-repeat;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}

.aside .extra-menu .m_publishing_home a {
	background-position:left -60px;
}

.aside .extra-menu .m_publishing_home a:hover {
	background-position:left -90px;
}

.aside .extra-menu .m_submit_article a {
	background-position:left -120px;
}

.aside .extra-menu .m_submit_article a:hover {
	background-position:left -150px;
}

.aside .extra-menu .m_date_articles a {
	background-position:left -180px;
}

.aside .extra-menu .m_date_articles a:hover {
	background-position:left -210px;
}

.aside .extra-menu .m_latest_articles a {
	background-position:left -240px;
}

.aside .extra-menu .m_latest_articles a:hover {
	background-position:left -270px;
}

.aside .extra-menu .m_popular_articles a {
	background-position:left -300px;
}

.aside .extra-menu .m_popular_articles a:hover {
	background-position:left -330px;
}

.aside .extra-menu .m_edit_account a {
	background-position:left -360px;
}

.aside .extra-menu .m_edit_account a:hover {
	background-position:left -390px;
}

.aside .nav-cats li {
	margin:0 0 3px;
	padding:0;
	float:none;
	display:block;
	*zoom:1;
}

.aside .nav-cats li:before, .aside .nav-cats li:after {
	display:table;
	content:"";
	line-height:0;
}

.aside .nav-cats li:after {
	clear:both;
}

.aside .nav-cats li a {
	padding:0;
	margin-right:10px;
	display:inline;
	color:#333;
	font-weight:bold;
}

.aside .nav-cats li a:hover {
	text-decoration:none;
	color:#FF6600;
	background:0;
}

.aside .nav-cats li span {
	float:left;
	margin-top:1px;
}

.aside .nav-cats li.active a {
	background:0;
	color:#16A;
	text-decoration:none;
}

.article-actions {
	font-size:12px;
	line-height:12px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:4px 8px;
	margin-top:14px;
}

.article-actions span {
	display:inline-block;
	margin-left:10px;
}
div.item-rates{
}
.article-brief {
	*zoom:1;
	margin: 0 0 30px;
	background: #FFFFFF;
	padding: 15px;
	border-radius:10px;
    float: left;
}

.article-brief:before, .article-brief:after {
	/*display:table;*/
	content:"";
	line-height:0;
}

.article-brief:after {
	clear:both;
}

.article-brief .thumbnail {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border:1px solid #ddd;
	background:#fff;
	margin: 0 10px 0 20px;
}

.article-brief .thumbnail>img {
	width:150px;
}

.article-brief .intro {
	margin-right:140px;
	margin-top:-15px;
}

.article-brief .intro h4 a {
	color:#555;
}

.article-brief .intro h4 a:hover {
	text-decoration:blink;
	color:#888;
}
#rate_td{
}
.article-brief .intro .info {
	font-size:12px;
	line-height:12px;
	color:#888;
	margin:0 0 10px;
}

.article-brief .intro .info span {
	display:inline-block;
	margin-left:6px;
}

.article-brief .intro .info a {
	color:#888;
	text-decoration:underline;
}

.article-brief .intro .info a:hover {
	text-decoration:none;
}

.article-brief.block {
	margin:0 0 14px;
}

.article-brief.block .intro {
	margin:0;
}

.article-full .thumbnail {
	margin:0 0 14px 14px;
}
.article-full .thumbnail img {
	width:260px;
}

#footer-blocks {
	background:#333;
	width: 100%;
}

#footer-blocks h2, #footer-blocks h3, #footer-blocks h4, #footer-blocks h5 {
	color:#fff;
	text-shadow:0 1px 0 rgba(0, 0, 0, .3);
}

#footer-blocks p {
	color:#ccc;
	font-size:12px;
	line-height:14px;
}

footer {
	background:#333;
	width: 100%;
}

footer p {
	float:left;
	line-height:26px;
	font-size:10px;
	color:#eee;
}

footer p a {
	text-decoration:underline;
	color:#ccc;
	text-shadow:0 1px 0 rgba(0, 0, 0, .3);
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	transition:all .2s ease-out;
}

footer p a:hover {
	text-decoration:none;
	color:#a6a6a6;
}

footer .nav {
	float:right;
	margin-right:-10px;
}

footer .nav li {
	padding:0;
	margin:0;
}

footer .nav li a {
	padding:2px 10px;
	margin:0;
	line-height:26px;
	font-size:14px;
	text-transform:uppercase;
	color:#ccc;
	text-shadow:0 1px 0 rgba(0, 0, 0, .3);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	transition:all .2s ease-out;
}

footer .nav li a:hover {
	background-color:rgba(0, 0, 0, .3);
	color:#a6a6a6;
}

.wrap_upload {
	position:relative;
	float:right;
	margin:0 30px 6px 0;
}

.wrap_upload .uneditable-input {
	font-size:12px;
	font-style:italic;
	cursor:pointer;
	width:160px;
}

.wrap_upload .add-on {
	background-image:-moz-linear-gradient(top,  #fff,  #e6e6e6);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from( #fff), to( #e6e6e6));
	background-image:-webkit-linear-gradient(top,  #fff,  #e6e6e6);
	background-image:-o-linear-gradient(top,  #fff,  #e6e6e6);
	background-image:linear-gradient(to bottom,  #fff,  #e6e6e6);
	background-repeat:repeat-x;
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff',  endColorstr='#ffe6e6e6',  GradientType=0);
}

.wrap_upload .input-file {
	position:absolute;
	right:40px;
	top:0;
	width:270px;
	-ms-filter:"alpha(Opacity=0)";
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	cursor:pointer;
}

.nav-tabs {
	margin-bottom:0;
}

.nav-tabs .active a {
	background:#f2f2f2;
	border-top:2px solid #16A;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}

.nav-tabs .active a:hover {
	border-top:2px solid #16A;
	background:#f2f2f2;
}

.form-subrion .form-actions {
	margin-bottom:0;
	border-radius:3px;
	padding:12px;
	background:0;
	float: left;
    width: 237px;
}

.form-subrion legend {
	color:#555;
	border-bottom:1px dashed #fff;
	font-size:16px;
	font-weight:700;
}

.form-subrion legend a {
	display:block;
	*zoom:1;
	font-size:16px;
	font-weight:700;
	color:#555;
}

.form-subrion legend a:before, .form-subrion legend a:after {
	display:table;
	content:"";
	line-height:0;
}

.form-subrion legend a:after {
	clear:both;
}

.form-subrion legend i {
	vertical-align:middle;
	float:left;
	margin-top:12px;
}

.tab-content {
	padding:10px;
	border:1px solid #ddd;
	border-top:0 none;
}

#avatar_fieldzone .thumbnail {
	clear:right;
}

.account-panel .avatar {
	margin-bottom:14px;
}

.columns {
	width:100%;
}

.cart {
	-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, .2);
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, .2);
	border:1px solid #ccc;
	background:#fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	width:100%;
}

.summ {
	margin-top:24px;
}

.summ p {
	text-align:center;
	font-size:30px;
	margin-bottom:24px;
	color:#666;
	font-weight:700;
}

.summ p span {
	color:#3287a3;
}

.plan {
	padding:5px;
	height:260px;
}

.plan h4 {
	text-align:center;
	border-bottom:1px dashed #ddd;
	padding-bottom:12px;
}

.plan h1{
	padding-right:20px;
}

.plan .cat-info {
	text-align:center;
	border-bottom:1px dashed #ddd;
	padding-bottom:12px;
}

.plan li {
}

.plan li .radio {
	margin-top:0;
}

.plan .plan-info {
}

.fav_2 .plan {
	margin:-20px 0 0;
	border:1px solid #ddd;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, .2);
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, .2);
	background:#fff8ef;
}

.fav_2 .plan li {
	background:#fff;
}

.well-item {
	height:auto;
}

.items .item {
	margin:0 0 30px;
	*zoom:1;
}

.items .item:before, .items .item:after {
	display:table;
	content:"";
	line-height:0;
}

.items .item:after {
	clear:both;
}

.items .item .item-avatar {
	float:right;
	margin:0 0px 20px 0;
}

.item-block.item-username {
	display:none;
}

.items .item .item-avatar .thumbnail {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border:1px solid #ddd;
	background:#fff;
}

.items .item .item-fullname {
	display:block;
	font-size:24px;
	color:#555;
	text-shadow:0 1px 0 rgba(255, 255, 255, .7);
	margin:16px 0;
}

.items .item .item-actions {
	clear:both;
	margin-top:20px;
}

.content .account {
	*zoom:1;
	margin-bottom:30px;
}

.content .account:before, .content .account:after {
	display:table;
	content:"";
	line-height:0;
}

.content .account:after {
	clear:both;
}

.content .account div.thumbnail {
	width:300px;
	margin:0 16px 0 0;
}

.content .account .userinfo {
	padding:10px 0 0;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline:0;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin:0;
	padding:0;
	list-style:none;
}

.flexslider {
	margin:0;
	padding:0;
	direction:ltr;
}

.flexslider .slides>li {
	display:none;
	-webkit-backface-visibility:hidden;
}

.flex-pauseplay span {
	text-transform:capitalize;
}

.slides:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

html[xmlns] .slides {
	display:block;
}

* html .slides {
	height:1%;
}

.no-js .slides>li:first-child {
	display:block;
}

.flexslider {
	margin: 0;
	position: relative;
	padding: 15px 0;
	float: left;
	width: 100%;
}

.flex-viewport {
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	transition:all 1s ease;
	box-shadow: 0 0 20px 5px #fff;
	background:#fff;
}

.loading .flex-viewport {
	max-height:200px;
}

.flexslider .slides {
	zoom:1;
}

.carousel li {
	margin-left:5px;
}

.flex-direction-nav {
	*height:0;
}

.flex-direction-nav a {
	width:20px;
	opacity:.3;
	height:55px;
	margin:-35px 0 0;
	display:block;
	background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/slider-nav.png) no-repeat right center;
	position:absolute;
	top:50%;
	z-index:10;
	cursor:pointer;
	text-indent:-9999px;
	-webkit-transition:all .3s ease;
}

.flex-direction-nav .flex-next {
	right:-40px;
}

.flex-direction-nav .flex-prev {
	background-position:left center;
	left:-40px;
}

.flexslider:hover .flex-direction-nav a {
	opacity:.8;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity:1;
}

.flex-control-nav {
	width:100%;
	position:absolute;
	bottom:10px;
	text-align:center;
}

.flex-control-nav li {
	margin:0 6px;
	display:inline-block;
	zoom:1;
	*display:inline;
}

.flex-control-paging li a {
	width:11px;
	height:11px;
	display:block;
	background:#fff;
	background:rgba(0, 0, 0, .5);
	cursor:pointer;
	text-indent:-9999px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	box-shadow:inset 0 0 3px rgba(0, 0, 0, .3);
}

.flex-control-paging li a:hover {
	background:#fff;
	background:rgba(0, 0, 0, .4);
}

.flex-control-paging li a.flex-active {
	background:#fff;
	background:rgba(255, 255, 255, .9);
	cursor:default;
}

.flex-control-thumbs {
	margin:5px 0 0;
	position:static;
	overflow:hidden;
}

.flex-control-thumbs li {
	width:25%;
	float:right;
	margin:0;
}

.flex-control-thumbs img {
	width:100%;
	display:block;
	opacity:.7;
	cursor:pointer;
}

.flex-control-thumbs img:hover {
	opacity:1;
}

.flex-control-thumbs .flex-active {
	opacity:1;
	cursor:default;
}

.flexslider .slides li {
}

.flexslider .slides li .slide-text {
	float:right;
	width:500px;
}

.flexslider .slides li .slide-img {
	float:left;
	width:400px;
	text-align:center;
}

.flexslider .slides li .caption {
	background:rgba(0, 0, 0, .7);
	padding:20px;
	width:460px;
	overflow:hidden;
	position:absolute;
	bottom:10px;
	right:0;
}

.flexslider .slides li .caption h3 {
	color:#fff;
	margin:0;
	padding:0;
}

.flexslider .slides li .caption p {
	color:#f8f8f8;
}

#account-letters {
	margin-bottom:20px;
}

#category_id {
	margin-bottom:20px;
}

.tool-buttons {
	float:left;
	margin-top:-42px;
}

/*Individual Site*/



.page-image {
	float:left;
	margin: 10px 0;
	margin-right:20px;
	-webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 3px 3px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 0px 3px 3px rgba(0, 0, 0, .2);
	border: 1px solid lightblue;
}

.picture-topcorner-circle{
	background: #fff;
	border-radius: 100px;
	box-shadow: 0px 1px 2px 2px;
	width:50px;
	width: 80px;
	margin-top: -20px;
}

.picture-cellular-push{
	float:left;
	width:0px;
	height:300px;
	clear:left;
}

.picture-bottomcorner{
	float:left;
	clear:left;
}

.clients img {
	margin: 10px;
	width:125px;
	max-height:125px;
}

.clients .flexslider {
	padding: 0;
	background: white;
	-webkit-box-shadow: 0 3px 3px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 3px 3px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 3px 3px rgba(0, 0, 0, .2);
	float: none;
	margin: auto;
	margin-bottom: 15px;
	width:750px
}

.clients .flexslider .slides li {
	height:none;
}


.clients .flex-control-nav {
	display:none;
}

.clients .flex-direction-nav .flex-prev {
	background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/arrow-left.png);
	width: 34px;
	height: 34px;
	top: 250px;
}

.clients .flex-direction-nav .flex-next {
	background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/arrow-right.png);
	width: 34px;
	height: 34px;
	top: 250px;
}

.header-line {
	position: absolute;
	border-top: 2px dashed;
	width: 100%;
	bottom: 55px;
	right: 0;
}
div.contact-holder{
  display:none;
}
.index-contact-form {
	float:right;
	background: url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/index-contact-il.png) no-repeat;
	background-size: 100%;
	width: 240px;
	height: 315px;
	padding-right:10px;
}

.index-contact-check {
	float:right;
	background: url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/index-contact-sent-il.png) no-repeat;
	background-size: 100%;
	width: 240px;
	height: 296px;
}

.index-contact-form form {
	position:relative;
	top:80px;
}

.index-contact-form form input[type="text"] {
	margin: 5px 10px;
}

.sidebar-contact-form {
	text-indent:0;
}
.sidebar-contact-form input{
	width: 155px;
	margin: 5px 5px;
}

.button-center {
	text-align:center;
	padding-top:5px;
}

.button-center button {
	border-radius: 5px;
	color:#F5F5F5;
	font-size:20px;
	font-weight:bold;
	padding:10px;
	background: #072336;
	background: -moz-linear-gradient(top, #072336 0%, #1f4762 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#072336), color-stop(100%,#1f4762));
	background: -webkit-linear-gradient(top, #072336 0%,#1f4762 100%);
	background: -o-linear-gradient(top, #072336 0%,#1f4762 100%);
	background: -ms-linear-gradient(top, #072336 0%,#1f4762 100%);
	background: linear-gradient(to bottom, #072336 0%,#1f4762 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072336', endColorstr='#1f4762',GradientType=0 );
}

.index-contact-form form button {
	background: #126EA5;
	border: 4px ridge #126EA5;
}

.index-contact-form form button:active {
	border: 4px groove #E4800E;
	box-shadow:0px 0px 3px 3px orange;
}


.stories {
	position:relative;
	background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/div-stories-il.png);
	background-size:100%;
	width:400px;
	height:310px;
	float:left;
}

.button-stories {
	position:absolute;
	bottom:10px;
	right:10px;
}

.tagholder {
	position:relative;
	height:230px
}

.tag1{
	background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/tag-1.png) no-repeat;
	background-size:100%;
	width:350px;
	height:640px;
	position:absolute;
	right:310px;
}

.tag2{
	background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/tag-2.png) no-repeat;
	background-size:100%;
	width:350px;
	height:640px;
	position:absolute;
}

.tag3{
	background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/tag-3.png) no-repeat;
	background-size:100%;
	width:350px;
	height:640px;
	position:absolute;
	left:0px
}

#caption_top_categories h3, #caption_9 h3{
	color: #fff;
	padding: 0 10px;
	font-size: 16px;
	background: #072336;
	background: -moz-linear-gradient(top, #072336 0%, #1f4762 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#072336), color-stop(100%,#1f4762));
	background: -webkit-linear-gradient(top, #072336 0%,#1f4762 100%);
	background: -o-linear-gradient(top, #072336 0%,#1f4762 100%);
	background: -ms-linear-gradient(top, #072336 0%,#1f4762 100%);
	background: linear-gradient(to bottom, #072336 0%,#1f4762 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072336', endColorstr='#1f4762',GradientType=0 );
}

#caption_9 h3{
	margin:0;
}

#block_top_categories{
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #f5f5f5 50%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(50%,#f5f5f5), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#f5f5f5 50%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#f5f5f5 50%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#f5f5f5 50%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#f5f5f5 50%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
	
#jcarousel-banner{
	float:left;
	position:relative;
	direction:ltr;
	overflow:hidden;
}
		
#jcarousel-banner .jcarousel-control{
position:absolute;
bottom:0px;
left:160px;
display:none;
}
.jcarousel-control a{
float:left;
width:18px;
height:18px;
margin:0 5px 0 0;
background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/bi.png) no-repeat 100% 0;
text-indent:-9999px;
outline:0 none;
}
.jcarousel-control a span{
display:none;
}
.jcarousel-control a:hover,.jcarousel-control a.active{
background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/bi.png) no-repeat 0 0;
}
.jcarousel-scroll{
position:absolute;
bottom:-62px;
right:0px;
}
.jcarousel-scroll a{
color:#000000;
float:left;
margin:0 0 0 5px;
outline:0 none;
text-decoration:none;
}
.jcarousel-skin-banner .jcarousel-container {
border:0;
}
.jcarousel-skin-banner .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-banner .jcarousel-container-horizontal {
    width: 980px;
    padding:0;
}

.jcarousel-skin-banner .jcarousel-container-vertical {
    width: 980px;
    
    padding:0;
}

.jcarousel-skin-banner .jcarousel-clip-horizontal {
    width:  980px;
    
}

.jcarousel-skin-banner .jcarousel-clip-vertical {
    width:  980px;
    
}

.jcarousel-skin-banner .jcarousel-item {
    width: 980px;
    
}

.jcarousel-skin-banner .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0;
}
.hiddendiv{
height:249px;
overflow:hidden;
width:980px;
}
.jcarousel-skin-banner .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0;
}

.jcarousel-skin-banner .jcarousel-item-vertical {
    margin-bottom: 0;
}

.jcarousel-skin-banner .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
 
 
 
.jcarousel-skin-banner .jcarousel-next-horizontal {
    position: absolute;
    top: 45%;
    right: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/horiz-arrow.png) no-repeat 100% 0;
}

.jcarousel-skin-banner .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-banner .jcarousel-next-horizontal:hover {
    background-position: 100% 100%;
}

.jcarousel-skin-banner .jcarousel-next-horizontal:active {
    background-position: 100% 0;
}

.jcarousel-skin-banner .jcarousel-next-disabled-horizontal,
.jcarousel-skin-banner .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-banner .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

.jcarousel-skin-banner .jcarousel-prev-horizontal {
    position: absolute;
    top: 45%;
    left: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/horiz-arrow.png) no-repeat 0 0;
}

.jcarousel-skin-banner .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-banner .jcarousel-prev-horizontal:hover {
    background-position: 0 100%;
}

.jcarousel-skin-banner .jcarousel-prev-horizontal:active {
    background-position: 0 0;
}

.jcarousel-skin-banner .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-banner .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-banner .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

/*********************************************************************************************************/

.jcarousel-skin-client .jcarousel-container {
border:0;
}
.jcarousel-skin-client .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-client .jcarousel-container-horizontal {
    width: 980px;
    padding:0;
}

.jcarousel-skin-client .jcarousel-container-vertical {
    width: 980px;
    
    padding:0;
}

.jcarousel-skin-client .jcarousel-clip-horizontal {
    width:  980px;
    
}

.jcarousel-skin-client .jcarousel-clip-vertical {
    width:  980px;
    
}

.jcarousel-skin-client .jcarousel-item {
    width: 980px;
    
}

.jcarousel-skin-client .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0;
}
.hiddendiv{
height:249px;
overflow:hidden;
width:980px;
}
.jcarousel-skin-client .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0;
}

.jcarousel-skin-client .jcarousel-item-vertical {
    margin-bottom: 0;
}

.jcarousel-skin-client .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */

.jcarousel-skin-client .jcarousel-next-horizontal {
    position: absolute;
    top: 45%;
    right: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/horiz-arrow.png) no-repeat 100% 0;
}

.jcarousel-skin-client .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-client .jcarousel-next-horizontal:hover {
    background-position: 100% 100%;
}

.jcarousel-skin-client .jcarousel-next-horizontal:active {
    background-position: 100% 0;
}

.jcarousel-skin-client .jcarousel-next-disabled-horizontal,
.jcarousel-skin-client .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-client .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

.jcarousel-skin-client .jcarousel-prev-horizontal {
    position: absolute;
    top: 45%;
    left: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/horiz-arrow.png) no-repeat 0 0;
}

.jcarousel-skin-client .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-client .jcarousel-prev-horizontal:hover {
    background-position: 0 100%;
}

.jcarousel-skin-client .jcarousel-prev-horizontal:active {
    background-position: 0 0;
}

.jcarousel-skin-client .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-client .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-client .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

/*********************************************************************************************************/



#jcarousel-previews{
	position:relative;
	overflow:hidden;
	width:100%;
	height:282px;
}

#jcarousel-previews .jcarousel-viewer{
	width:870px;
	float:right;
}
		
#jcarousel-previews .jcarousel-control{
position:absolute;
bottom:0px;
left:160px;
}

.jcarousel-skin-previews .jcarousel-container {
border:0;
}
.jcarousel-skin-previews .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-previews .jcarousel-container-horizontal {
    width: 980px;
    padding:0;
}

.jcarousel-skin-previews .jcarousel-container-vertical {
    height: 278px;
    padding:0;
}

.jcarousel-skin-previews .jcarousel-clip-horizontal {
    width:  980px;
    
}

.jcarousel-skin-previews .jcarousel-clip-vertical {
}

.jcarousel-skin-previews .jcarousel-item {
	height:278px;
}

.jcarousel-skin-previews .jcarousel-item img {
	padding: 4px;
	background: #fff;
	width: 275px;
	height: 275px;
}

.jcarousel-skin-previews .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0;
}
.hiddendiv{
height:249px;
overflow:hidden;
width:980px;
}
.jcarousel-skin-previews .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0;
}

.jcarousel-skin-previews .jcarousel-item-vertical {
    margin-bottom: 0;
}

.jcarousel-skin-previews .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-previews .jcarousel-next-vertical {
	position: absolute;
	bottom: 0px;
	left: -80px;
	width: 60px;
	height: 56px;
	cursor: pointer;
	background: transparent url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/vert-arrow.png) no-repeat 100% 0;
}

.jcarousel-skin-previews .jcarousel-direction-rtl .jcarousel-next-vertical {
    left: 5px;
    right: auto;
    background-image: url(prev-vertical.png);
}

.jcarousel-skin-previews .jcarousel-next-vertical:hover {
    background-position: 100% 100%;
}

.jcarousel-skin-previews .jcarousel-next-vertical:active {
    background-position: 100% 0;
}

.jcarousel-skin-previews .jcarousel-next-disabled-vertical,
.jcarousel-skin-previews .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-previews .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 0;
}

.jcarousel-skin-previews .jcarousel-prev-vertical {
	position: absolute;
	top: 0px;
	left: -80px;
	width: 60px;
	height: 56px;
	cursor: pointer;
	background: transparent url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/vert-arrow.png) no-repeat 0 0;
}

.jcarousel-skin-previews .jcarousel-direction-rtl .jcarousel-prev-vertical {
    left: auto;
    right: 5px;
    background-image: url(next-vertical.png);
}

.jcarousel-skin-previews .jcarousel-prev-vertical:hover {
    background-position: 0 100%;
}

.jcarousel-skin-previews .jcarousel-prev-vertical:active {
    background-position: 0 0;
}

.jcarousel-skin-previews .jcarousel-prev-disabled-vertical,
.jcarousel-skin-previews .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-previews .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 0;
}

#jcarousel-banner {
}
#jcarousel-banner li h2 {
	float:right;
	direction:rtl;
	text-align:right;
	color:#034;
	font-size:50px;
	margin-bottom:20px;
}
#jcarousel-banner li {
	position:relative;
}
#jcarousel-banner li p{
}
#jcarousel-banner li img{
}

.kwicks {
	width: 515px;
	height: 100px;
}
.kwicks > li {
	height: 200px;
	/* overridden by kwicks but good for when JavaScript is disabled */
	width: 125px;
	margin-left: 5px;
	float: left;
}
#accordionEffect {
	width:730px;
	float:right;
}
#accordionEffect li {
	background:white;
}

#accordionEffect li .panel-img {
	width:180px;
	height:100px;
	background-size:100%;
	float:right;
}

#accordionEffect #panel-2 .panel-img { background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/pages/facebook-bw.png) center no-repeat; }
#accordionEffect #panel-4 .panel-img { background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/pages/templates-bw.png) center no-repeat; }
#accordionEffect #panel-1 .panel-img { background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/pages/hosting-bw.png) center no-repeat; }
#accordionEffect #panel-3 .panel-img { background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/pages/projects-bw.png) center no-repeat; }

#accordionEffect #panel-2.kwicks-expanded .panel-img { background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/pages/facebook.png) center no-repeat; }
#accordionEffect #panel-4.kwicks-expanded .panel-img { background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/pages/templates.png) center no-repeat; }
#accordionEffect #panel-1.kwicks-expanded .panel-img { background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/pages/hosting.png) center no-repeat; }
#accordionEffect #panel-3.kwicks-expanded .panel-img { background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/pages/projects.png) center no-repeat; }

#accordionEffect li.kwicks-expanded { 
}
#accordionEffect li.kwicks-selected {
}
#accordionEffect .panelholder {
	width:375px;
	position:relative;
}
#accordionEffect .panelholder h3 {
	width: 180px;
	line-height: 22px;
	text-align: center;
	float:right;
	clear:right;
}
#accordionEffect .panelholder p {
	width: 195px;
	float: left;
}
.page-contact-form {
	width: 444px;
	background: lightgray;
	padding: 19px;
	margin-right: 390px;
	border: 2px solid #737373;
	border-radius: 3px;
	background: #8f9091;
	background: -moz-linear-gradient(top, #8f9091 0%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f9091), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top, #8f9091 0%,#e0e0e0 100%);
	background: -o-linear-gradient(top, #8f9091 0%,#e0e0e0 100%);
	background: -ms-linear-gradient(top, #8f9091 0%,#e0e0e0 100%);
	background: linear-gradient(to bottom, #8f9091 0%,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f9091', endColorstr='#e0e0e0',GradientType=0 );
}
.page-contact-check {
	width: 446px;
	background: url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/pages/page-contact-sent-il.png);
	padding: 20px;
	margin-right: 390px;
	height: 92px;
}
.page-contact-form input {
}
.page-contact-form button {
	background: #126EA5;
	border: 4px ridge #126EA5;
}
.contact-address {
font-weight: bold;
font-size: 20px;
line-height: 25px;
float: right;
}
div.text ul{
  padding-right:40px;
}
#block_top_categories{
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #f5f5f5 50%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(50%,#f5f5f5), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#f5f5f5 50%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#f5f5f5 50%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#f5f5f5 50%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#f5f5f5 50%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
.one-blogentry{
	background: url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/pages/plaid.png);
	float: right;
	width: 500px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom:10px;
	border-radius: 10px;
	padding-bottom:20px;
}
.one-blogentry .info{
	background: #207EBA;
	color:#fff;
	float: left;
	position: relative;
	left: -10px;
	padding: 0 10px;
}
.one-blogentry .info:after{
	content:"";
	background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/pages/info-edge.png);
	position: absolute;
	left: -7px;
	height:26px;
	width:7px;
}
#home-links{
	text-align:center;
	background: #173445;
	margin: 20px 0;
	padding:5px 0 15px 0 ;
}
#home-links img{
	background: #fff;
	border-radius: 100px;
	margin: 15px 20px;
	width: 100px;
	-webkit-transition: width 1s, height 1s, background-color 0.25s, box-shadow 0.5s, -webkit-transform 3s;
	transition: width 1s, height 1s, background-color 0.25s, box-shadow 0.5s, -webkit-transform 3s;
}
#home-links img:hover{
	background: #0AD;
	box-shadow: 0px 0px 5px 5px #0AD;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
#home-links a {
	font-size: 16px;
	color: #fff;
	-webkit-transition: width 1s, height 1s, background-color 0.25s, box-shadow 0.5s, -webkit-transform 3s;
	transition: width 1s, height 1s, background-color 0.25s, box-shadow 0.5s, -webkit-transform 3s;
}
#home-links a:hover {
	text-decoration:none;
	color: #0AD;
} 
#home-links div{
	display: inline-block;
}
.previews {
	text-align: center;
	background-size: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.slider-screen{
	background: url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/pages/screen.png);
	width: 243px;
	height: 165px;
	float: right;
	margin: 1px;
}
.slider-screen .slider{
	margin-top: 7px;
	margin-right: 6px;
	width: 227px;
}
#banner-bottom{
	width: 100%;
	height: 160px;
	margin-top: 190px;
}
#banner-bottom a{
	position: absolute;
	padding-right:30px;
	bottom: 16px;
	left: 10px;
	width: 141px;
	font-size: 21px;
	line-height:70px;
	height: 62px;
	background: url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/pages/button-connect.png);
}
#banner-bottom a:hover{
	text-decoration:none;
}


.content-box {
 /* assumes you have this in a container with a set width */
height: 200px;
margin: 0 auto;
border: 5px solid white;
box-shadow: 0 0 10px rgba(0,0,0,.3);
-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
}

#ribbon-container {
padding: 0; /* Standard Reset, and we're adding box-sizing:border-box because it's awesome. */
margin: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box; 
position: absolute;
top: 200px;
right: -20px;
overflow: visible; /* so we can see the pseudo-elements we're going to add to the anchor */
font-size: 18px; /* font-size and line-height must be equal so we can account for the height of the banner */
line-height: 18px;
}

#ribbon-container:before {
content:"";
height: 0;
width: 0;
display: block;
position: absolute;
top: 3px;
left: 0;
border-top: 29px solid rgba(0,0,0,.3); /* These 4 border properties create the first part of our drop-shadow */
border-bottom: 29px solid rgba(0,0,0,.3); 
border-right: 29px solid rgba(0,0,0,.3);
border-left: 29px solid transparent;
}

#ribbon-container:after { /* This adds the second part of our dropshadow */
content:"";
height: 3px;
background: rgba(0,0,0,.3);
display: block;
position: absolute;
bottom: -3px;
left: 58px;
right:3px;
}

#ribbon-container a {
display:block;
padding:20px;
position:relative; /* allows us to position our pseudo-elements properly */
background:#333;
overflow:visible;
margin-left:29px;
color:#fff;
text-decoration:none;
}

#ribbon-container a:after { /* this creates the "folded" part of our ribbon */
content:""; 
height: 0;
width: 0;
display:block;
position:absolute;
bottom:-15px;
right:0;
border-top: 15px solid #0F1011; 
border-right: 15px solid transparent;
}

#ribbon-container a:before { /* this creates the "forked" part of our ribbon */
content:"";
height: 0;
width: 0;
display:block;
position:absolute;
top:0;
left:-29px;
border-top: 29px solid #333; 
border-bottom: 29px solid #333; 
border-right: 29px solid transparent;
border-left: 29px solid transparent;
}

#ribbon-container a:hover {
background:#009ff1;
}

#ribbon-container a:hover:before { /* this makes sure that the "forked" part of the ribbon changes color with the anchor on :hover */
border-top: 29px solid #009ff1; 
border-bottom: 29px solid #009ff1;
}
#sliderHolder{
	width:100%;
	margin:auto;
}

#Slider_top div{
	margin:auto;
	text-align:center;
}
#Slider_top img{
}
#slidertabs{
	position:absolute;
	top: 85px;
	right: 0px;
}
#slidertabs .slidertab{
	width: 1000px;
	color: #fff;
	text-shadow: 0 0 8px #000;
	font-weight: bold;
	font-size: 25px;
	line-height: 40px;
	transition: all 2s ease-in-out;
	opacity:0;
	position:absolute;
    -webkit-transition: all 2s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 2s ease-in-out; /** Firefox **/
    -o-transition: all 2s ease-in-out; /** Opera **/
}
#slidertabs .slidertab h3{
	color: #fff;
	text-shadow: 0 0 8px #000;
	font-weight: bold;
	font-size: 60px;
	margin-bottom:25px;
}
.modal-backdrop, .modal-backdrop.fade.in{
	-webkit-transition: opacity 1s ease-in;
	transition: opacity 1s ease-in;
}

.modal-contact-box{
}
.modal-contact-inner{
	position: relative;
	background: white;
	margin: auto;
	width: 400px;
	padding: 20px;
	border: 10px solid #999;
	border: 10px solid rgba(53,173,221,0.5);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(53,173,221,0.5);
	-moz-box-shadow: 0 3px 7px rgba(53,173,221,0.5);
	box-shadow: 0 3px 7px rgba(53,173,221,0.5);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
div.pagebody
{
    padding:10px 10px 10px 0;
}
p.pagetitle a{
   font-size:14px;
   font-weight:bold;
}

div.web_hosting a
{
margin: 54px;
}

.cart .plan .cart-item li{
	position: relative;
	float: right;
	height: 400px;
	width: 238px;
}
.cart .plan .cart-item li img{
	position: absolute;
	z-index: 0;
}
.cart .plan .cart-item li .title{
	position: absolute;
	text-align: center;
	width: 245px;
	top: 28px;
	font-weight: bold;
}
.cart .plan .cart-item li p{
	position: absolute;
	width: 170px;
	margin: 60px 42px;
	top: 105px;
}
.cart .plan .cart-item li .price{
	position: absolute;
	top: 290px;
	text-align: center;
	width: 245px;
}
.cart .plan .cart-item li .price label{
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
}
.cart .plan .cart-item li .price label:hover{
	text-decoration:none;
}

div.hosting a:hover{
	text-decoration: blink;
}  
div.hosting-options
{
height:1130px;
}
ul.cart-item li h3{
  line-height:26px;
}
div.box h2{
height:60px;
}
div.phone-number{
	direction: rtl;
	padding: 12px 209px 0;
	font-size: 20px;
	font-weight: bold;
	color: #064174;
	line-height:32px;
}
div.phone-number p{
	direction: rtl;
	padding: 10px 0 0;
	font-size: 20px;
	text-align:center;
	font-weight: bold;
	color: #333;
	text-shadow: 0 0 2px #45454D;
	font-weight: bold;
	font-size: 27px;

}
div.phone-number h2{
	direction: rtl;
	padding: 10px 0 0;
	font-size: 20px;
	text-align:center;
	font-weight: bold;
	color: #333;
	text-shadow: 0 0 2px #45454D;
	font-weight: bold;
	font-size: 27px;

}
div.phone-number span{
	direction: rtl;
	padding: 10px 0 0;
	font-size: 20px;
	text-align:center;
	font-weight: bold;
	color: #333;
	text-shadow: 0 0 2px #45454D;
	font-weight: bold;
	font-size: 20px;

}
div.phone-number h1{
	color: #333;
	text-shadow: 0 0 2px #45454D;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 25px;
	margin-bottom:10px;
}

ul.cart-item{
  direction:rtl;
}
ul.cart-item li{
  direction:rtl;
  float:right;
}
/*
 * SimpleModal Contact Form
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

/* Overlay */
#contact-overlay {background-color:#000;}

/* Container */
#contact-container {font: 16px/22px 'Trebuchet MS', Verdana, Arial; width:450px;}
#contact-container .contact-content {color:#16A; height:40px; padding:18px;}
#contact-container h1 {color:#16A; font-size:20px; line-height:20px; margin:0; padding:0 0 6px 12px;}
#contact-container .contact-loading {background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/contact/loading.gif) no-repeat; height:55px; margin:-14px 0 0 190px; padding:0; position:absolute; width:54px; z-index:8000;}
#contact-container .contact-message {text-align:center;}
#contact-container .contact-error {background:#000; border:2px solid #ccc; font-size:14px; font-weight:bold; line-height:18px; margin:0 auto; padding:2px; width:92%;}
#contact-container br {clear:both;}
#contact-container form {margin:0; padding:0;}
#contact-container label {clear:both; display:block; font-weight:bold; width:100px;}
#contact-container .contact-input {background:#eee; border:1px solid #fff; font-family:'Trebuchet MS', Verdana, Arial; padding:2px; margin:2px; width:300px;height:30px;}
#contact-container textarea {height:114px;}
#contact-container .contact-cc {cursor:default; font-size:14px; vertical-align:top;}
#contact-container .contact-top {height:13px; margin:0; padding:0; -webkit-border-top-left-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; border-radius:8px 8px 0 0;}
#contact-container .contact-bottom {font-size:12px; height:13px; line-height:12px; text-align:center; -webkit-border-bottom-right-radius:8px; -webkit-border-bottom-left-radius:8px; -moz-border-radius-bottomright:8px; -moz-border-radius-bottomleft:8px; border-radius:0 0 8px 8px;}
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {color:#666; position:relative; top:-4px; text-decoration:none;}
#contact-container .contact-bottom a:hover {color:#888;}
#contact-container .contact-button {background:#16A; border:0; color:#fff; cursor:pointer; font-size:16px; font-weight:bold; height:26px; margin:4px 0 0 4px; text-align:center; vertical-align:middle; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;}
#contact-container .contact-button:hover {background:#0AD;}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {
	color: #16A;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	text-decoration: none;
	top: 10px;
	right: 45px;
	z-index: 1;
}
#contact-container a.modal-close:hover {color:#ccc;}
h1 {color:#3a6d8c; font-size:34px; line-height:40px; margin:0;}
h3 {color:#3a6d8c; font-size:22px; line-height:26px; font-weight:normal; margin:0 0 8px 0;}
img {border:0;}
#logo {margin-bottom:20px; width:300px;}
#logo h1 {color:#666; letter-spacing:-1px; font-weight:normal;}
#logo h1 span {color:#444; font-weight:bold;}
#logo .title {color:#999; font-size:12px;}
#container {margin:0 auto; padding-top:20px; width:800px;}
#content {border-bottom:1px dotted #999; border-top:1px dotted #999; padding:20px 0;}
#footer {clear:left; color:#888; margin:20px 0;}
#footer a:link, #footer a:visited {color:#888; text-decoration:none;}
#footer a:hover {color:#333; text-decoration:underline;}
.btn.btn-own {
	color: white;
	font-family: "Helwetica Neu",Arial,sans-serif;
	font-size: 13px;
	padding: 5px 10px 6px 33px;
	margin: 0;
	text-decoration: none;
	display: inline-block;
}

.btn.own-success {
	background-color: #68A402;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#76E010), to(#68A402));
	background-image: -moz-linear-gradient(top, #76E010, #68A402);
	background-image: -ms-linear-gradient(top, #76E010, #68A402);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76E010), color-stop(100%, #68A402));
	background-image: -webkit-linear-gradient(top, #76E010, #68A402);
	background-image: -o-linear-gradient(top, #76E010, #68A402);
	background-image: linear-gradient(top, #76E010, #68A402);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76e010', endColorstr='#68a402', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #649118 #649118 #54921E;
}

.btn.btn-own.own-success.btn-order {
	text-shadow: 0 1px 1px #446D00;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Arial Narrow","Helwetica Neu",Arial,sans-serif;
}

.btn-own i {
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	margin: 0 0 0 -24px;
}

.basket {
	background: url('/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/icons.png') 0 -58px no-repeat;
}

.yplans:after,
.sum,
#plan-form:after
{
	clear: both;
	content: '';
	display: table;
}

.yplans
{
	width: 466px;
}

.sum {
	color: #B7B7B7;
	float: right;
	text-shadow: 0 1px 1px white;
	font-size: 12px;
}

.sum .cost {
	color: #4598CF;
	font-size: 32px;
	text-align: left;
	height: 32px;
	padding: 0 8px;
}

.plan-box
{
	padding: 0 8px;
	height: 100%;
	width: 136px;
}

.plan-top-box {
	background: url('/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/border-top.png') left repeat-y;
	padding: 0 8px;
	height: 100%;
	width: 136px;
}

.plan-bottom-box {
	display: block;
	width: 310px;
	*background: url('/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/img/border-btm.png') left repeat-y;
}

.btn.own-success {
	background-color: #68A402;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#76E010), to(#68A402));
	background-image: -moz-linear-gradient(top, #76E010, #68A402);
	background-image: -ms-linear-gradient(top, #76E010, #68A402);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76E010), color-stop(100%, #68A402));
	background-image: -webkit-linear-gradient(top, #76E010, #68A402);
	background-image: -o-linear-gradient(top, #76E010, #68A402);
	background-image: linear-gradient(top, #76E010, #68A402);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76e010', endColorstr='#68a402', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border-color: #649118 #649118 #54921E;
}

.btn-order
{
	margin: -16px 0 0 0;
}

.checkout .btn.own-success.btn-order {
	margin: 20px 0;
}

.plan-title
{
	text-decoration: none;
	color: #464646;
}

div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
}
.datepickerContainer {
	background: #121212;
	position: absolute;
	top: 10px;
	left: 10px;
}
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	background: url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/datepicker_t.png);
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	background: url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/datepicker_b.png);
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/datepicker_l.png);
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/datepicker_r.png);
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/datepicker_tl.png);
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/datepicker_tr.png);
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/datepicker_bl.png);
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/datepicker_br.png);
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #eee;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #666;
}
tbody.datepickerDays td.datepickerSelected{
	background: #136A9F;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #17384d;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}

.tag-page	{ margin: 20px 30px; }
.tag-page li	{ float: left; margin-right: 9px; }
.tag-page a	{ border-bottom: 1px dashed; text-decoration: none; }
.tag-page a:hover	{ border-bottom: none; text-decoration: none; }


.addthis_default_style { display: inline-block; vertical-align:middle; }
.addthis_button_compact { line-height: 17px; }
div.top_buttons_area { float: left; margin: -45px 0 0 0; }
div.top_buttons_area ul { float: left; }
div.top_buttons_area ul li { float:left; margin: 0 0 0 10px; }

.article.brief.item {
	margin-bottom: 20px;
}
.article.brief .description {
	min-height: 200px;
	border-bottom: 0 none;
}
.article.brief .url {
	margin-bottom: 12px;
	margin-top: 32px;
}
.article.brief .info.post {
	background: #f4f4f4;
	font-size: 11px;
	padding: 2px 3px;
}

/* to remove in the final version of default template */
div#alert + div.top_buttons_area { margin: -127px 0 0 0; }
.thumbnails .thumbnail {
	margin: 0;
}

.archive a,
.item_link,
.articles-archive a,
.most-viewed-articles a,
.most-recent-articles a {
	text-decoration: underline;
}
.most-viewed-articles,
.most-recent-articles {
	list-style: none;
	margin: 0;
}
.most-viewed-articles li,
.most-recent-articles li {
	margin: 0 0 6px;
}
.most-viewed-articles .author,
.most-recent-articles .author{
	font-style: italic;
	color: #888;
}

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(/National_Library/oe_/http://www.webconcepts.co.il/templates/custom/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

.pager,.pager a {
background-color:#00AEEF;
color:#fff;
padding:3px;
}
.lhead {
background-color:#fff;
padding:3px;
font-weight:bold;
font-size:16px;
}
.lpart {
background-color:#f0f0f0;
padding:0px;
}
.lpage {
font:normal 12px verdana;
}
.lcount {
background-color:#00AEEF;
color:#fff;
padding:2px;
margin:2px;
font:bold 12px verdana;
}
a.aemphasis {
color:#009;
font-weight:bold;
}

.linktofullscreen{
  padding-bottom:10px;
}
