/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
/*.flexslider {width: 100%; margin: 0; padding: 0;}*/
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
/*.flexslider .slides img {max-width: 100%; display: block;}*/
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
/** html .slides {height: 1%;}*/

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { border: 0; position: relative; }
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 24px; height: 33px; margin: 0px 0 0; display: block; background: url(images/slider-arr.png) no-repeat 0 0; position: absolute; top: 170px; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next {background-position: 0px bottom; right: -40px;}
.flex-direction-nav li .prev {left: -40px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(theme/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}


/* 2013 Videobox */

	#videoslider {	
		position: relative;
		overflow: hidden;
		color: #ffffff;
	}
	#videoslider .items {
		padding-top: 15px;
		width: 20000em;
		position: relative;
		clear: both;
	}
	#videoslider .items .video{
		float: left;
		padding: 0 15px;
		background-position: top left;
		width: 215px;
		position: relative;
	}
	#videoslider .items .video .vidicon { position: absolute; top: 0; left: 15px; width: 27px; height: 22px; background-image: url('/en_GX/webadmin/assets/image/vid-icon-2.png '); background-repeat: no-repeat; background-position: top left; }
	#videoslider .items .video img { width: 100% !important; }
	#videoslider h2, #videoslider h3, #videoslider h4 { padding: 0; }
	
	#videoslider a.browse {
		display: block;
		position: absolute;
		top: 0;
		z-index: 1;
		height: 100%;
		width: 15px;
		height: 118px;
		margin-top: 15px;
		cursor: pointer;
		background-color: #000000;
  		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	#videoslider a.left { left: 0; background-image: url('../css/images/arrow-white-l.png');}
	#videoslider a.right { right: 0; background-image: url('../css/images/arrow-white-r.png');}

	#videoslider .vidnavi {
		position: absolute;
		top: 3px;
		right: 15px;
		z-index: 1000;
	}
	#videoslider .vidnavi a {
		width: 7px;
		height: 7px;
		float: left;
		background-color: #939598;
		display: block;
		margin-left: 7px;
		cursor: pointer;
	}
	#videoslider .vidnavi a:hover, #videoslider .vidnavi a.active { background-color: #fff; }

	.mediamodaltrigger { width:210px; height:118px }

	/* For use in RH column */
	#right .rightcolumn { position: relative; background-color: #1E7A43 !important; color: #fff !important; padding: 5px 0 10px 0; width: 192px; margin: 0 0 10px 0 !important;}
	#right .rightcolumn h2, #right .rightcolumn h3, #right .rightcolumn h4 { color: #fff !important; background-color: #1E7A43 !important; border: 0 !important; padding: 0 10px; }
	#right .rightcolumn h4 { padding: 0; }
	#right .homecolumn.rightcolumn a { color: #fff !important; font-family: arial; font-size: .9em; text-decoration: underline !important;  }
	#right #videoslider .items .video { width: 360px; }
	#right #videoslider .items .video img { width: 360px !important; height: 91px !important;}
	#right #videoslider a.browse { height: 169px; }
	#right #pagetoolbox { clear: left;}

/* END */


#nav {
    float: left;
    width: 173px;
    height: 245px;
    border-top: 1px solid #5ED18C;
    border-right: 1px solid #5ED18C;
	 border-bottom: 1px solid #5ED18C;
    z-index: 1200;
    margin-left: 1px;
    background-color: #5ED18C;
}
#nav li a {
    display: block;
    padding: 10px 15px;
    background: #1F8849;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #93B46A;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
	 
}
#nav li a:hover, #nav li a.active {
    background: #93B46A;
    color: #fff;
}
#nav li ul {
    display: none; // used to hide sub-menus
    overflow-y: scroll;  
}

#nav li ul li a {
    padding: 10px 25px;
    background: #D6F8AD;
    color: #000;
    border-bottom: 1px dotted #ccc;

}
.map {
background-color: #88E8AF; 
width: 314px; 
float: left;
text-align: center;
	}
.map a{
	color: #1F8749; font-weight: bold;
	
	}