@charset "utf-8";
/* CSS Document */

.row1  {
      width: 995px;
      height: 294px;
      position: relative;
	  z-index: 0;
    }

    .row1 .other-content {
	position: absolute;
	top: 29px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	padding: 30px;
	font-size: 50px;
	color: white;
    }

    .row1 .slide {
	z-index: -9999;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0;
	height: 100%;
	transition: opacity 1s ease-in-out;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
    }

    .row1 .slide.show {
      opacity: 1;
	  
    }
	
	#searchBox {
	clear: both;
	float: none;
	margin-left: 14%;
	width: auto;
	display: block;
	margin-right: 14%;
	text-align: center;
	margin-top: 10%;
	margin-bottom: 0%;
	padding-top: 8px;
	padding-bottom: 46px;
	z-index: 4;
	position: relative;
}
#searchBox input[type=text] {
	width: 58%;
	color: #292929;
	font-size: 16px;
	line-height: 1.8em;
	height: 40px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	margin-right: 0px;
	border: 3px solid #000;
	text-align: center;
		
			


}
#searchBox input[type=text]:focus {
	width: 74%;
}
#searchBox input[type=submit] {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.8em;
	height: 53px;
	background-color: #D7231A;
	padding-left: 8px;
	margin-left: 0px;
	padding-right: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 0px 6px 6px 0px;
}
#searchBox input[type=submit]:hover {
	background-color: #B81F16;

}
#searchBox span {
	width: 80%;
	background-color: #000;
	font-family: Tahoma, sans-serif;
	font-size: 24px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	position: relative;
	z-index: 1000; /* some high enough value so it will render on top */
	opacity: .7;
	filter: alpha(opacity=50);
		

}
#searchBox h1 {
	-webkit-text-stroke: 1px #fff;
	font-size: 36px;
	color: #B32B2B;
	font-weight: bold;
}
