/*Home Page*/

.slider-wrapper {position:relative; border:1px solid #196D67; display:block; margin: 4px 0 4px 0; vertical-align:top; padding:1%; background:#6d9996;}
.slider {height:228px;}

.slider {border:1px #558c88 solid; text-align:center; border-radius:8px; overflow:hidden; }

.slider ul { background: #FFF; margin: 0; padding: 4px 0 4px 0; width: 180%; white-space: nowrap; position: relative; margin-left:-24%; overflow:hidden; }
.slider li { float:left; width:13.2%; height:214px; background:#cce1e0; overflow:hidden; margin:2px 0.6% 8px 0;padding:3px; font-size:90%; }
.slider li.active {margin-left:0;}
.slider li:hover {background:#b8d7d6; }
.slider li img{ border-radius:8px; padding:2px; background:#196D67;}
.slider li a{ text-decoration:none; color:#333;}
.slide-title {display:block; font-weight:bold;}

.next-button, .prev-button {border: 1px solid #305c59; z-index:100;
padding: 4px 8px;
background: #4c7b78;
cursor: pointer;
border-radius: 5px;
color: #FFF;}
.prev-button {position:absolute; left:-15px; top:50%; margin-top:-10px;}
.next-button {position:absolute; right:-15px; top:50%; margin-top:-10px;}
.next-button:hover, .prev-button:hover  {background: #ff9540;}


.expand-box  {display:none; background:#e7f4f4; border:1px #333 solid; padding:10px;  z-index:50; margin-top:-17px; margin-bottom:20px; overflow:hidden; border-radius: 0 0 8px 8px;}
.fluid-boxes .active {border-radius:none; border-bottom:none; height:200px; z-index:60}
.active {display:block;}
.fluid-boxes li {background:#e7f4f4 url(../images/zone-bg.jpg); text-align:center;}
.fluid-boxes p {background:#e7f4f4; color:333; text-shadow:1px 1px #fff; font-weight:bold}



.img-cont img {height:90%; width:auto; }

.fiths li:nth-child(n+11){display:none}
.fourths li:nth-child(n+5){display:none}
.thirds li:nth-child(n+4){display:none}

.country-list {width:33%; float:left; border:0px #333 dashed; }
.country-list li {margin-bottom:2px;}
.country-list a {padding:2px; color:#333; text-decoration:none;}
.country-list a:hover { color:#000; text-decoration:underline;}

.news-ticker {border-radius:8px; position:relative; height:200px;}
.news-ticker h2 {text-align:center;  margin:0; background: #196D67; padding:8px; border-radius:4px 4px 0 0; color:#FFF; text-shadow:1px 1px #0c312e;}

.wp_post {border:1px #666 dashed; overflow:hidden; position:relative; margin-bottom:6px; padding:6px;}
.wp_post:hover {background:#FFF;}
.wp_post .post_date {font-size:80%; float:right; padding:6px;}

/* Reduce to 3 boxes */
@media screen and (max-width: 1040px) {
.slider ul {margin-left:-32.3%; }	
.slider li {  width:17.8%; }
.fluid-boxes li { height:180px;}
.fluid-boxes .active { height:185px;}
.fluid-boxes p {font-size:80%}
}

/* Reduce to 2 boxes */
@media screen and (max-width: 700px) {
.slider-wrapper {width:97.3%}
.slider ul {margin-left:-47%; width:200%;}	
.slider li {  width:23.5%; margin:2px 1% 8px 0; }


}


