@charset "UTF-8"; 
/* Index  BEGIN*/

body {
background-image:url(../images/nasty_fabric.png);


}
.wrapper{



    max-width:900px;
	
	margin: 0 auto;
	position:relative;
	padding-right:10px;
	padding-left:10px;
	background-image:url(../images/wavegrid.png);

	margin-top:0px;
	padding-top:2px;
	padding-bottom:10px;
}



nav {
	background-color:#549BAC;
	
	position: relative;
	float:left;
	width:100%;
	border-radius: 3px 3px 3px 3px;

	
}
nav.landing{
	box-shadow: 0px 2px 5px #888;
}

nav a {
	text-decoration:none;
	color: white;
	font-family:"Arial";
	
}

.nav2{
width:100%;
padding-top:8px;
}

header{
position:relative;

}

.middle_text{
font-family:"Myriad Hebrew";	
font-size:14px;
color: #1D3853;
line-height: 170%;
position:relative;
text-align:justify;
}

#text_contact{
color:#49C5E5;
text-decoration:none;
font-weight: bold;
}

footer{
	background-color:#549BAC;
	box-shadow: 0px 2px 5px #888;
	position: relative;
	width:100%;
	border-radius: 3px 3px 3px 3px;
	display: inline-block;
	
}

footer a{
	text-decoration:none;
	color: white;
	font-family:"Arial";
}

.below_footer{
margin-top:5px;
text-align:center;
padding-bottom:0px;
}
.clearfix{
width:100%;
height:10px;
float:left;
}
.below_footer.content{
visibility:hidden;
}

.below_footer a{
text-align:center;
text-decoration:none;
text-align:center;
color:#1D3853;
font-size:13px;
font-family:"Myriad Hebrew";
}




/* END Index*/





/* Intermediate CSS  BEGIN*/

#sidr{
display:none;
}


#nav2 {
	background-color:#549BAC;
	box-shadow: 0px 5px 5px #888;
	position: relative;
	float:left;
	max-width:1200px;
	width:100%;
}

.drop_down_mobile{
display:none;
}


#cat_text{
font-family: "Myriad Hebrew";
font-size:43px;
color: #1D3853;
position:relative;
}

.table_pictures{
float:left;
border-style:hidden;
}



#image{
 background-repeat:no-repeat; 
 background-position:center;
 background-size: cover;
 border: none;
 /*
 -moz-box-shadow: inset 0 0 5px #5F5F5F;
-webkit-box-shadow: inset 0 0 5px#5F5F5F;
box-shadow: inner 0 0 5px #5F5F5F;
 */
 
 box-shadow: 0px 2px 5px #888;
}
#no_image{
border: none;
}

#arrow_only{
width:20px;
height:30px;
}



/* END Intermediate CSS  */




#backgroundPopup {
	z-index:1;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#1D3853;
	top:0px;
	left:0px;
}
#toPopup {
	font-family: "Myriad Hebrew";
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #549BAC;
    border-radius: 3px 3px 3px 3px;
	text-align: left;
    color: #1D3853;
    display: none;
	font-size: 16px;
    left: 50%;
    margin-left: -220px;
    position: fixed;
    top: 20%;
    width: 400px;
    z-index: 99999;
	text-decoration:none;
}
#toPopup2 {
	font-family: "Myriad Hebrew";
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #549BAC;
    border-radius: 3px 3px 3px 3px;
	text-align: left;
    color: #1D3853;
    display: none;
	font-size: 16px;
    left: 50%;
    margin-left: -220px;
    position: fixed;
    top: 10%;
    width: 400px;
	height:500px;
    z-index: 99999;
	text-decoration:none;
	overflow-y:scroll; 
	overflow-x:hidden;
}
div.loader {
    background: url("../img/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
    background: url("X.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
}
#text_contact{
color:#549BAC;
text-decoration:none;
font-weight: bold;
}

/* SIDEBAR */

/* END SIDEBAR */

/* Content Page */


.carousel{

display:inline-block;
position:absolute;
right:10px;
left:225px;
background-image:url(../images/tex2res4.png);

margin-top:16px;

box-shadow: 0px 3px 5px #888;
border: 1px #494949 solid; 
border-radius: 3px 3px 3px 3px;


}
.carousel_inner{

background-color:#494949;
width:90%;
margin-left:5%;


}




.topic_image{
float:right;
margin-right:-35px;
margin-top:-0px;
}

.pagination{
display:inline-block;
width:100%;
text-align:center;
}

.pagination a{
color:black;
}

/* END Content Page */

