@charset "UTF-8";
/* CSS Document */
#fullSlideShow {
    width: 100%;
	height:60vh !important;
    text-align: left;
    position: relative;
    overflow: hidden;
	background:url(../img/loading-09.gif) center center no-repeat;
	background-color:#fff;
}
#fullSlideShow_text{
	width:800px;
	height:250px;
	position:absolute;
	top:40vh;
	left:50%;
	margin-top:-225px;
	margin-left:-400px;
	background:rgba(255,255,255,0.0);
	z-index:201;
}
#fullSlideShow_text h2{ font-size: 3.0rem; color: #fff; font-weight: bold; text-align: center;
    line-height: 3.5rem;
    text-shadow: 1px 1px 1px #999,
    -1px 1px 1px #999,
    1px -1px 1px #999,
    -1px -1px 1px #999;}
#fullSlideShow_search{
	width:800px;
	height:50px;
	position:absolute;
	top:40vh;
	left:50%;
	margin-top:-25px;
	margin-left:-400px;
	background:rgba(255,255,255,0.0);
	z-index:201;
}
.search_container{ margin: 0px auto !important; width: 400px;}
.search_container input[type="text"]{
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius: 3px;
  height: 2.2em;
  overflow: hidden;
}
.search_container input[type="text"]:focus {
  outline: 0;
  height: 2.0em;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.2em;
  border: none;
  background: #3879D9;
  border: 1px solid #3879D9;
  border-radius: 3px;
  color: #fff;
  outline : none;
  width: 3.5em;
  height: 1.9em;
  display: inline-block;
  vertical-align: middle;
}
#fullSlideShow p{
    width: 100%;
	height:100%;
    z-index:20;
    background-color:#f00;
    text-align:center;
	line-height:100%;
}
#fullSlideShow ul {
    top: 50%;
    left: 50%;
    width: 100%;
	height:100%;
    position: absolute; /* absolute or fixed */
    overflow: hidden;
    margin: 0px; padding: 0px;
}
#fullSlideShow ul li {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    position: absolute;
}
#fullSlideShow ul li img {
    width: 100%;
}
@media all and (max-width:700px){
#fullSlideShow {
    width: 100%;
	height:200px !important;
    text-align: left;
    position: relative;
    overflow: hidden;
	background:url(../img/loading-09.gif) center center no-repeat;
	background-color:#fff;
}

    #fullSlideShow_text{
	width:94%;
	height:250px;
	position:absolute;
	top:45vh;
	left:50%;
	margin-top:-225px;
	margin-left:-47%;
	background:rgba(255,255,255,0.0);
	z-index:201;
}
    #fullSlideShow_text h2{ font-size: 1.5rem; color: #fff; font-weight: bold; text-align: center;line-height: 2.0rem;
    text-shadow: 1px 1px 1px #999,
    -1px 1px 1px #999,
    1px -1px 1px #999,
    -1px -1px 1px #999;}
#fullSlideShow_search{
	width:94%;
	height:50px;
	position:absolute;
	top:40vh;
	left:50%;
	margin-top:-25px;
	margin-left:-47%;
	background:rgba(255,255,255,0.0);
	z-index:201;
}
    .search_container{ margin: 0px auto !important; width: 85%;}
.search_container input[type="text"]{
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius: 3px;
  height: 2.2em;
  overflow: hidden;
}
.search_container input[type="text"]:focus {
  outline: 0;
  height: 2.0em;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.2em;
  border: none;
  background: #3879D9;
  border: 1px solid #3879D9;
  border-radius: 3px;
  color: #fff;
  outline : none;
  width: 3.5em;
  height: 1.9em;
  display: inline-block;
  vertical-align: middle;
}


#fullSlideShow ul {
    top: 50%;
    left: 50%;
    width: 100%;
	height:100%;
    position: absolute; /* absolute or fixed */
    overflow: hidden;
    margin: 0px; padding: 0px;
}
#fullSlideShow ul li {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    position: absolute;
}

    #fullSlideShow ul li a img {
        width: 100%;
    height: auto !important;
    overflow: hidden;

}
}
