@charset "utf-8";

 @media print {
/* your print styles go here */
#header, #footer, #menu {
	display: none;
}
body {

}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
	color: #000;
}
}


/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
.text{width:100%; font-family:Tahoma, Geneva, sans-serif; font-size:14px; height:50px; margin:0 auto; padding-bottom:10px;}
html, body {
	margin: 0;
	padding: 0;
}
/* General Demo Style */
body {
	background: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body {
	overflow: hidden;
}
a {
	text-decoration: none;
}
.container {
	position: relative;
	text-align: center;
	width: 100%;
}

.clr {
	clear: both;
}
/* nav */

.nav {
    list-style: none;
    *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 10em;
}
.nav a {
    padding: 10px 15px;
    color:#FFFFFF;
	width:auto;
	min-width:100px;
}
.nav li {
    position: relative;
}
.nav > li {
    float:left;
	margin-left:5px;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: left;
}
.nav > li > a {
    display: block;
	
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li.hover>.submenu{
left:-100% !important;
right:100% !important;
opacity:1 !important;
}
.nav li li a {
    display: block;
    background:#800000;
    position: relative;
    z-index:100;
    border-top: 1px solid #ffffff;
}
.nav li li li a {
    background:#6C0000;
    z-index:200;
    border-top: 1px solid #ffffff;
}
@media screen and (max-width: 800px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 100% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 100% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}
/* center nav */
.nav.center ul {
	text-align: center;
}
.menu .nav {
	margin-right: 0px;
}
.menu .nav a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-weight:bold;
	margin: 0 auto;
}
.logo {
	padding-top: 5px;
	margin:0 auto;
	text-align:center;
	height: auto !important;
}
.TopLink {
	height: 70px !important;
	width:70%;

}

@media screen and (max-width: 800px) {
/* on nav hover */
.nav ul:hover {
	background-image: none;
}
.nav ul:hover li {
	display: block;
	margin: 0 0 5px;
}
.nav ul:hover .current1 {
	background: url(images/icon-check.png) no-repeat 10px 7px;
}
/* right nav */
.nav.right ul {
	left: auto;
	right: 0;
}
/* center nav */
.nav.center ul {
	left: 50%;
	margin-left: -90px;
}
.innertop {
	padding: 0 !important;
}
.menu {
	padding: 0 !important;
}
.menu .nav ul {
	position: absolute;
	z-index: 1;
}
.menu .nav a {
	direction: ltr;
	text-align: left;
}
table, thead, tbody, th, td, tr {
	display: block;
}
td {
	/* Behave  like a "row" */
	width: 100%;
	position: relative;
}
td img {
	width: 100%;
	height: auto;
}
.top {
	height: auto !important;
	float: left;
	
}
.menu .nav {
	margin-top: 0;
}
.container {
	text-align: left;
	padding: 5px;
}
.logo {
	width: 100% !important;
	text-align: right;
}

.TopLink {
	width:100%  !important;
	margin-top:100px;
}

.innertop {
	width: 100% !important;
	padding: 0 15px !important;

	box-sizing: border-box;
}
.menu {
	width: 100% !important;
	height: auto;
}
div#lightbox-container-image img {
	width: 100%;
	height: auto;
}
#lightbox-container-image-box {
	width: 100% !important;
	height: auto !important;
}
#lightbox-container-image-data-box {
	width: 100% !important;
}
#slideshow img {
	width: 100%;
	height: auto;
}
.slider {
	height: 160px !important;
}
#slideshow img {
	height: 160px;
}
.menu .nav ul {
        display: block;
        width: 100%;
    }
  .menu .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
}
@media (max-width:600px){
#slider{
height:auto !important;
}
}
@media (max-width:484px) {
.slider {
	height: 100px !important;
}
#slideshow img {
	height: 100px;
}
}

/**nav**/

/* Media Queries */
@media screen and (max-width: 767px) {
	
.container > header {
	text-align: center;
}
p.codrops-demos {
	position: relative;
	top: auto;
	left: auto;
}
}
//-------------------------------test-------------------------------//
#wrapper {
	width: 100%;
	min-width: 900px;
	height: 280px;
	margin: -250px 0 0 0;
	position: absolute;
	top: 50%;
	left: 0;
}
#carousel div {
	height: 280px;
	float:left;
}
#carousel img {
	min-width: 100%;
	min-height: 100%;
}
#title {
	text-align: left;
	width: 100%;
	margin-top: -10px;
	position: absolute;
	top: 1%;
}
#title h3 {
	text-shadow: 
		0 3px 3px rgba( 0, 0, 0, 0.3 ),
		0 -3px 3px rgba( 0, 0, 0, 0.3 ),
		3px 0 3px rgba( 0, 0, 0, 0.3 ),
		-3px 0 3px rgba( 0, 0, 0, 0.3 );

	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
	margin: 0;
	padding-top:10px; padding-left:6px;
}
#title a {
	color: #fff;
}
#title a:hover {
	background: rgba( 0, 0, 0, 0.5 );
	padding: 2px 5px;
}
#pager {
	border-radius: 20px;
	background: TRANSPARENT;
	text-align: center;
	width: 100px;
	height: 35px;
	padding-top: 2px;
	margin: 100px 0 0 -60px;
	position: absolute;
	top: 50%;
	left: 50%;
}
#pager a.selected span {
	background: TRANSPARENT;
}
#pager a {
	display: inline-block;
	padding: 5px;
}
#pager span {
	border-radius: 10px;
	background: TRANSPARENT;
	text-indent: -100px;
	line-height: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

#donate-spacer {
	height: 100%;
}
#donate {
	border-top: 1px solid #999;
	width: 750px;
	padding: 50px 75px;
	margin: 0 auto;
	overflow: hidden;
}
#donate p, #donate form {
	margin: 0;
	float: left;
}
#donate p {
	width: 650px;
	color: TRANSPARENT;
}
#donate form {
	width: 100px;
}
//-------------------------------end test-----------------------------//
@media (min-width:1224px){
	#slideshow div img{
	width:100%;
	
}
}
.mobile-label{
	display:none;
	direction:rtl;
	float:right;
	
	
}
@media (max-width:992px){
	.contact-info, .contact-form{
		width:100% !important;
	}
	
}
@media (max-width:800px){
	.desktop-label{
		display:none;
	}
	.mobile-label{
		display:block;
		
		
	}
	.label-inputs{
		width:100% !important;
	}
	.contact-form input,.contact-form textarea{
		width:100% !important;
	}
	.bottom-menu{
		height:auto !important;
		padding:10px 0;
	}
	.bottom-menu a {
    width: 100%;
    float: left;
    direction: ltr;
    text-align: left;
}

.bottom-menu img {
    display: none;
}

.bottom-menu a:before {
    content: url('images/spaceB.png');
}
.codrops-top{
	-webkit-box-shadow:none;
	box-shadow:none;
}
}

