/* Slideshow Styling 
-------------------------------------------------------------------------*/
/* Browser Resets (Don't Edit)*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
	}

/* FlexSlider Necessary Styles (Don't Edit)
---------------------------------*/
.flexslider {
	margin: 0; 
	padding: 0;
	}
	
.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
	} /* 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;
	display: none;
	}

/* 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 (Don't Edit)
---------------------------------*/
.flexslider {
 	position: relative; 
 	zoom: 1;
	}
	
.flexslider .slides { zoom: 1; }

.flexslider .slides > li { position: relative; }

.flex-container {
	zoom: 1; 
	position: relative;
	}

.flexslider  ul.slides{
	background: black;
	}
	
.slideshow { position:relative;	}

 ul.slides, 
 .slides > li {
 	margin: 0 0 0 0;
 	list-style: none;
 	position: relative;
 	}
 	 
/* Slideshow Loader */	
ul.slides.loading {
	color:#000;
	background: url(../images/loader.gif) 50% 50% no-repeat ;
	position: relative; 
	width: 100%; 
	height: 400px;
	line-height: 50px;
	text-align: center;
	}

.loaded { background: none; }

		
/* = Post Slider
--------------------------------------------------------------*/
.post-slider {	
	zoom: 1;
	/* Don't remove these */
	width: 100%; 
	margin: 0 auto 0 auto;  
	padding: 0;
	position: relative;
	}
	
.post-slider .slides { 
	zoom: 1; 
	list-style: none;
	margin: 0 0 0 0 !important;
	}
	
.post-slider .slides > li {
	display: none; /* Hide the slides before the JS is loaded. Avoids image jumping  (important)*/
	position: relative;
	}
				
.post-slider .slides img {
	max-width: 100%;
	width: 100%;
	display: block;
	margin: 0 auto;
	background: transparent;
	-webkit-transition: border-color .8s linear;
	-moz-transition: border-color .8s linear;
	-o-transition: border-color .8s linear;
	-ms-transition: border-color .8s linear;
	}
  

/* Navigation Links */
.post-slider .flex-control-nav {
    bottom: 6px;
    left: 0!important;
    display: none !important;
    position: absolute;
    overflow: hidden;
    outline: 0;
    z-index:99;
    width: 100%;
 	}

.post-slider .flex-control-nav li {
    zoom: 1;
    display: block;
    float: left;
    width: 15%;
    z-index: 99;
	}

.post-slider .flex-control-nav li a {
    background-color: #EAECEF;
    cursor: pointer;
    text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
    overflow: hidden;
    height: 2px;
    outline: 0;
    width: 100%;
    float: left;
	}

.post-slider .flex-control-nav li a:hover, 
.post-slider .flex-control-nav li a.active {
	background-color: #0081C7;
	filter: alpha(opacity=@opacity * 100);
	}
	

 /* Directional Control */
 .post-slider .flex-direction-nav li {
 	float:left;
 	margin:0px 1px;
 	list-style:none;
 	padding: 0;
 	}
 
 .post-slider .flex-direction-nav li a {
	width: 28px;
	height: 28px;
	margin: 0;
	display: block;
	position: absolute;
	top: 45%;
	cursor: pointer;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	}
 	
 .post-slider .flex-direction-nav .prev ,
 .post-slider .flex-direction-nav .next {
	background: url(../images/slider-nav.png) 0 0 no-repeat;
	width: 28px;
	height: 28px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border: none;
	z-index: 99;
	opacity: .6;
		-moz-opacity: .6;
		-khtml-opacity: .6;
	}

.post-slider .flex-direction-nav .prev {
	left: 0;
	}

.post-slider .flex-direction-nav .next {
	background-position: -28px 0px;
	right: 0; 
	}
	
.post-slider .flex-direction-nav .next:hover, 
.post-slider .flex-direction-nav .prev:hover { opacity: 1; }

.post-slider.no-nav.no-pagi { padding: 0;}

/*Slider Content */
.post-slider .slider-desc {
    background: #222;
    font-style: italic;
    position: absolute;
    text-align: center;
    left: 2.5%;
    bottom: 10px;
    max-width: 60%;
    color: #eeeeee;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.98);
    background: rgb(98,101,109); /* Old browsers */
    border: 1px solid #000;
    padding: 7px 30px;
        -webkit-transition: 0.1s linear all;
        -moz-transition: 0.1s linear all;
        -ms-transition: 0.1s linear all;
        -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    opacity: 0.8;
	}
	
.post-slider .slider-desc span,
.post-slider .slider-desc em { color: #fff; }

.post-slider.no-nav.no-pagi { padding: 0;}


/* = Front /Shortcode Slider
--------------------------------------------------------------*/
.flexslider-wrapper.twelve { 
	padding: 0 0 0 0 !important; 
	text-shadow: none;
	}

.radium-slider ul.slides.loading { height: 341px; }

.with-sidebar .radium-slider ul.slides.loading { height: 300px; }

.radium-slider {	
	zoom: 1;
	/* Don't remove these */
	width: 100%; 
	margin: 0 auto;
	padding: 0;
	float: left;
	}
	
.radium-slider .slides { 
	list-style: none;
	margin: 0 0 0 0;
	zoom: 1; 
	}
	
.radium-slider .slides > li {
	display: none; /* Hide the slides before the JS is loaded. Avoids image jumping  (important)*/
	position: relative;
	}
				
.radium-slider .slides img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	background: transparent;
	-webkit-transition: border-color .8s linear;
	-moz-transition: border-color .8s linear;
	-o-transition: border-color .8s linear;
	-ms-transition: border-color .8s linear;
	}

/* Navigation Links */
.radium-slider .flex-control-nav {
    bottom: 7px;
    left: 0!important;
    display: block !important;
    position: absolute;
    overflow: hidden;
    outline: 0;
    z-index:99;
    width: 100%;
	}

.radium-slider .flex-control-nav li {
    zoom: 1;
    display: block;
    float: left;
    width: 15%;
    z-index: 99;
	}

.radium-slider .flex-control-nav li a {
    background-color: #EAECEF;
    cursor: pointer;
    text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
    overflow: hidden;
    height: 2px;
    outline: 0;
    width: 100%;
    float: left;
 	}

.radium-slider .flex-control-nav li a:hover, 
.radium-slider .flex-control-nav li a.active {
	background-color: #0081C7;
	filter: alpha(opacity=@opacity * 100);
	}
		
 /* Directional Control */
 .radium-slider .flex-direction-nav li {
 	float:left;
 	margin:0px 1px;
 	list-style:none;
 	padding: 0;
 	}
 
 .radium-slider .flex-direction-nav li a {
	 width: 28px;
	 height: 28px;
	 margin: 0;
	 display: block;
	 position: absolute;
	 bottom: 46%;
	 cursor: pointer;
	 text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
 	 }
 	
 .radium-slider .flex-direction-nav .prev ,
 .radium-slider .flex-direction-nav .next {
	background: url(../images/slider-nav.png) 0 0 no-repeat;
	width: 28px;
	height: 28px;
	display: block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	border: none;
	z-index: 99;
	opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
	}

.radium-slider .flex-direction-nav .prev {
	left: 0;
	}

.radium-slider .flex-direction-nav .next {
	background-position: -28px 0px;
	right: 0; 
	}
	
.radium-slider .flex-direction-nav .next:hover, 
.radium-slider .flex-direction-nav .prev:hover { opacity: 1; }

.radium-slider.no-nav.no-pagi { padding: 0;}

/*Pause & Play*/
.radium-slider .flex-pauseplay { 
	position: absolute; 
	left: 475px;
	z-index: 99;
	display: 
	none;
	}
	
.radium-slider .flex-pauseplay span {
	background-image: url(../images/home-slider-btn.png);
	background-repeat: no-repeat;
	opacity: 0; 
	filter: alpha(opacity=0); 
	display: block; 
	width: 40px; 
	height: 39px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap; 
	background-position: -60px 0;
	cursor: pointer; 
	}

.radium-slider .flex-pauseplay span:hover {
	background-position: -60px 100%;
	}

.radium-slider .flex-pauseplay span.pause { 
	background-position: -100px 0;
	}

.radium-slider .flex-pauseplay span.pause:hover { 
	background-position: -100px 100%;
	}

.radium-slider .flex-pauseplay { top: 50%; }

/* Slider Text Content */	
.radium-slider .slider-desc {
    background: #222;
    font-style: italic;
    position: absolute;
    text-align: center;
    left: 2.5%;
    bottom: 10px;
    max-width: 60%;
    color: #eeeeee;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.98);
    background: rgb(98,101,109); /* Old browsers */
    border: 1px solid #000;
    padding: 7px 30px;
        -webkit-transition: 0.1s linear all;
        -moz-transition: 0.1s linear all;
        -ms-transition: 0.1s linear all;
        -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    opacity: 0.8;
	}
	
.radium-slider .slider-desc span,
.radium-slider .slider-desc em { color: #fff; }
 		
.radium-slider .slide-content-container .slide-content {
	background: #1e2224;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 31%;
	height: 100%;
	padding: 3px;
	color: #8f949d;
	z-index: 100;
	}
	
.radium-slider article {
	border: none;
	color: #8f949d;
	position: relative;
	}

.radium-slider article header {
	padding: 25px;
	height: auto;
 	}
	
.radium-slider article header h1,
.radium-slider article header h2,
.radium-slider article header h3,
.radium-slider article header h4{
	color: #E6E8EB;
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 2px;
	}
	
.radium-slider article .entry {
	line-height: 22px;
	font-size: 13px;
	}

.radium-slider article .entry a { color: #B7B9BC; }
.radium-slider article .entry a:hover { color: #FFF; }
.radium-slider article .entry a:active { color: #0081C7; }

/* = Gallery Slider
--------------------------------------------------------------*/
/* Caption style */
.radium_slideshow_wrapper .flexslider .slides li .flex-caption { 
	background:url(../images/captions_bg.png); 
	color:#fff; 
	height:auto; 
	left: 0; 
	padding:11px 14px;
	text-align:left; 
	position:absolute; 
	width:100%; 
	top:0; 
	text-shadow: 1px 0 0 rgba(0, 0, 0, 0.35); 
	font: italic 12px/21px Georgia, "Times New Roman", Times, serif;	}
	
.radium_slideshow_wrapper ul.slides img {
	background: black;
	margin: 0 auto 0 auto;
	width: 100%;
	border-radius: 0;
	}
	
.single-post .radium_slideshow_wrapper { 
	margin-bottom: 15px;
	margin-top: 5px; 
	}
	
/* Slideshow Loader */	
.radium_slideshow_menu {
	display:block;
	font-size:10px; 
	color:#444; 
	margin: 0 10px 0 0; 
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap; 
	width: 97px; 
	position: absolute; 
	z-index: 99;
	top: 10px;
	right: 0;
	}
	
.radium_slideshow_menu a { color:#444; }
.radium_slideshow_menu a:hover { color:#555; }
.radium_slideshow_thumbnails li { 
	line-height: 0;
	list-style-image: none;
	margin: 0;
	padding: 0;
	}
	
.slideshow_nav ul.flex-direction-nav { display:block; }

.radium_slideshow_menu .slideshow_options {
	float:left; 
	width: 45px; 
	margin-right: 3px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap; 
	}
	
.radium_slideshow_menu .slideshow_options a.show_thumbnails { 
	float:left; 
	background: url(../images/gallery.png) -24px 0px no-repeat #0081C7;	 
	width: 21px; 
	height: 21px; 
	margin-right: 2px;
	transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
 	}
	
.radium_slideshow_menu .slideshow_options a.show_captions { 
	float:left; 
	background: url(../images/gallery.png) no-repeat #0081C7;	
	width: 21px; 
	height: 21px;
	transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
 	}	
	
.radium_slideshow_menu .slideshow_options a.show_thumbnails:hover {
	background: url(../images/gallery.png) no-repeat -24px -21px #1e2224;
	}
	
.radium_slideshow_menu .slideshow_options a.show_captions:hover { 
	background: url(../images/gallery.png) no-repeat 0px -21px #1e2224;
 	}

#radium_slideshow_pager {
	float:left; 
	margin-left: 50px
	}
	
#radium_slideshow_pager a { 
	padding:4px 7px; 
	background:#333; 
	color:#555; 
	margin:0 4px; 
	-moz-border-radius:9px; 
	}
	
#radium_slideshow_pager a:hover,
#radium_slideshow_pager li.active { background:#555; color:#999; }

.radium_slideshow_thumbnails_wrapper{
	text-align:center; 
	width:100%; 
	margin:0 auto; 
	}
	
ul.radium_slideshow_thumbnails {
	margin:0; 
	padding: 0;  
	max-width: 92%;
	height: auto;
	text-align:center; 
	}
	
ul.radium_slideshow_thumbnails li { 
	display:inline;
	margin:0; 
	float:left; 
	}
	
ul.radium_slideshow_thumbnails li a { 
	margin: 0 3px 3px 0;
	float:left; 
	display: block; 
	width:49px; 
	height:49px; 
	border:none
	}
	
ul.radium_slideshow_thumbnails li img, 
ul.radium_slideshow_thumbnails li img.thumbnail, 
ul.radium_slideshow_thumbnails li img.attachment-thumbnail { 
	margin: 0; 
	width:49px; 
	height:49px; 
	}
	
ul.radium_slideshow_thumbnails li a img { 
	background:#1e2224;
	filter:alpha(opacity=30); 
	-moz-opacity:0.3; 
	-khtml-opacity:0.3; 
	opacity:0.3; 
	border:none;
	transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	}
	
ul.radium_slideshow_thumbnails li a.active img,
ul.radium_slideshow_thumbnails li a:hover img { 
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	-khtml-opacity:1.0; 
	opacity:1.0; 
	}

.slideshow_nav_top ul.flex-direction-nav li { 
	line-height: 0;
	list-style-image: none;
	margin: 0;
	padding: 0;
	}  
	
.slideshow_nav_top .flex-direction-nav {
	float:right; 
	width: 47px; 
 	display: block;
	}

.radium_slideshow_wrapper .flex-direction-nav {
	display: none;
	}
	
.radium_slideshow_menu a {
	text-decoration: none; 
	border: none;
	}
	
.slideshow_nav_top .flex-direction-nav li a  {
	position:static;
	margin:0px;
	}
		
.slideshow_nav_top .flex-direction-nav a.next,
.slideshow_nav_top .flex-direction-nav a.prev {
	float:left; 
	background: url(../images/nav-arrows.png) no-repeat #0081C7;	
	width: 21px; 
	height: 21px; 
	transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		margin-left: 2px;
 	}

.slideshow_nav_top .flex-direction-nav a.prev {	background-position: 0px 0px; }
.slideshow_nav_top .flex-direction-nav a.prev:hover { 
	background: url(../images/nav-arrows.png) no-repeat 0px -21px #1e2224;
	 }
	
.slideshow_nav_top .flex-direction-nav a.next {	background-position: -21px 0px;	}
.slideshow_nav_top .flex-direction-nav a.next:hover { 
	background: url(../images/nav-arrows.png) no-repeat -21px -21px #1e2224;
	}

.slideshow_nav_top .flex-direction-nav {display:none;} 
.slideshow_nav_top ul.flex-direction-nav {display:block;} 


/* 
 * jQuery RefineSlide plugin v0.3
 * Copyright 2012, Alex Dunphy
 * MIT License (http://www.opensource.org/licenses/mit-license.php)
 *
 * Base styles
 */

.rs-wrap:after,
.rs-slider:after,
.rs-thumbwrap:after,
.rs-arrows:after,
.rs-caption:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden;
	}

/* ===[ Slider ]=== */

.rs-wrap {
    position: relative;
   	margin: 0 auto;
   	max-width: 100%;
	}

.rs-slide-bg { *zoom: 1 }

.rs-slider > li > a { display: block }

.rs-slider > li {
    list-style: none;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0 -100% 0 0;
    padding: 0;
    float: left;
    position: relative;
}

    .rs-slider > li > a {
        padding: 0;
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .rs-slider > li img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        -ms-interpolation-mode: bicubic;
    }

/* ===[ Thumbnails ]=== */

.rs-thumb-wrap { *zoom: 1 }

    .rs-thumb-wrap > a {
        display: block;
        float: left;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .rs-thumb-wrap > a > img {
            max-width: 100%;
            max-height: 100%;
            display: block;
            -ms-interpolation-mode: bicubic;
        }

.rs-thumbwrap > a:first-child { margin-left: 0!important }

/* ===[ Arrows ]=== */

.rs-arrows .rs-next,
.rs-arrows .rs-prev { z-index: 1 }

.rs-arrows:hover .rs-next,
.rs-arrows:hover .rs-prev { z-index: 2 }

/* ===[ Captions ]=== */

.rs-caption {
    position: absolute;
    max-height: 100%;
    overflow: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
}

.rs-caption.rs-top-left {
    top: 0;
    bottom: auto;
}

.rs-caption.rs-top-right {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
}

.rs-caption.rs-bottom-left {
    bottom: 0;
    left: 0;
}

.rs-caption.rs-bottom-right {
    right: 0;
    left: auto;
    border-bottom: none;
    border-right: none;
}

.rs-caption.rs-top {
    top: 0;
    bottom: auto;
    width: 100%!important;
}

.rs-caption.rs-bottom { width: 100%!important }

.rs-caption.rs-left {
    top: 0;
    height: 100%;
}

.rs-caption.rs-right {
    top: 0;
    left: auto;
    right: 0;
    height: 100%;
}

/* ===[ Grid ]=== */

.rs-grid {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: none;
}

.rs-gridlet {
    position: absolute;
    opacity: 1;
}

@media screen and (max-width: 480px) { 
	.rs-caption { opacity: 0!important }
}




/*
 * jQuery RefineSlide plugin v0.3
 * Copyright 2012, Alex Dunphy
 * MIT License (http://www.opensource.org/licenses/mit-license.php)
 *
 * Dark theme
 */

ul.rs-slider, 
ol.rs-slider  {
	margin: 0 0 0 0;
	}

.rs-slider p { margin-bottom: 0; }

.rs-slider img.aligncenter,
.rs-thumb-wrap img.aligncenter { margin-top: 0px; }

/* ===[ Thumbnails ]=== */

.rs-thumb-wrap { margin: 17px 0 0 0 }

    .rs-thumb-wrap > a {
        opacity: .7;
        -moz-transition: opacity .5s ease-in-out;
        -webkit-transition: opacity .5s ease-in-out;
        -o-transition: opacity .5s ease-in-out;
        -ms-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
    }

    .rs-thumb-wrap > a:hover,
    .rs-thumb-wrap > a.active { opacity: 1 }

    .rs-thumb-wrap > a:first-child { margin-left: 0!important }

/* ===[ Arrows ]=== */

.rs-arrows { 
	float: left; 
 	}
	
.rs-arrows .rs-next,
.rs-arrows .rs-prev {
  	display: block;
	float: left;
	margin: 0;
	position: absolute;
	padding: 0;
 	border: none;
	z-index: 999;
	top: 46%;
	cursor: pointer;
	background: url(../images/slider-nav.png) 0 0 no-repeat;
	width: 28px;
	height: 28px;
 	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
   	}
	
.rs-arrows .rs-next:before,
.rs-arrows .rs-prev:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	}
 
.rs-arrows .rs-next {
 	background-position: -28px 0px;
	right: 0;
	}

.rs-arrows .rs-prev {
 	left: 0;
	}
 		
.rs-arrows .rs-next:hover  {
 	}


.rs-arrows .rs-prev:hover {
 	}

	
/* ===[ Captions ]=== */

.rs-caption {
    padding: 20px;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    background: rgba(0, 0, 0, .6);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, .7));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, .7));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, .7));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, .7));
    background: linear-gradient(top, rgba(0, 0, 0, .45), rgba(0, 0, 0, .7));
}

    .rs-caption p {
        color: #fff;
        margin-bottom: 0;
    }


/**
* Radium slider 1
*/

.metroslider {
	position:relative;
	background:#373b40;
	width:100%;
	height:420px;
 	overflow:hidden;
	text-shadow: none;
	}

.metroslider .radiumslider {
	width:100% !important;
	margin-bottom: 1px;
	}

.metroslider .radiumslider .slide {
	height:420px;
	width:100% !important;
	background-color:transparent;
	z-index:0;
	}
	
.metroslider .radiumslider > .slide {
	list-style: none;
	}
	
.metroslider .fullwidth {
	width: 100%;
	}

.metroslider .left,
.metroslider .right {
	width: 49%;
	margin-top: 20px;
	} 
 
.slide-content-container { }

.metroslider .slider-nav-wrapper {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	z-index: 15;
	margin: 0 auto;
	width: 100%;
	}   
	
.metroslider #slides-nav {
	background: url('../images/slider-nav-main-bg.png') no-repeat center center;
	height: 70px;
	text-align: center;
	margin: 0 auto;
	max-width: 960px;
	}
	
.metroslider #slides-nav li {
	background: transparent url('../images/slider-nav-divider.png') no-repeat left center;
	display: inline-block;
	margin: 15px 5px 0 0;
	padding-left: 10px;
	height: 35px;
	width: 170px;
	zoom: 1;
	*display: inline;
	_height: 35px;
	vertical-align: top;
	}
	
.metroslider #slides-nav li:first-child{
	background: none;
	}
	
.metroslider #slides-nav li a {
	font-weight: bold;
	display:block;
	height:35px;
	text-align:left;
	font-size:12px;
	color:#7c7d7f;
	text-shadow: none;
	width: 165px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	}

.metroslider #slides-nav li a:hover, 
.metroslider #slides-nav li.selected a {
	color:#8da536;
	text-decoration:none;
	}

.metroslider #slides-nav li a .slide-nav-bg {
	background: transparent url('../images/slider-nav-bg.png') no-repeat 0 0;
	width: 40px;
	height: 35px;
	display: inline;
	float: left;
	margin-right: 10px;
	}
	
.metroslider #slides-nav li.selected a .slide-nav-bg,
.metroslider #slides-nav li a:hover .slide-nav-bg {
	background-position: 0 -40px;
	}

.metroslider #slides-nav li a img.slide-nav-icon {
	margin-top: 10px;
	margin-left: 10px;
	max-width: 16px;
	max-height: 16px;
	}

.metroslider #slides-nav li a:hover img.slide-nav-icon  {
	}
 	
.metroslider h1, 
.metroslider h2, 
.metroslider h3 {
   	text-shadow: 0 1px 4px rgba(0, 0, 0, .4); 
	color: white;
	}
   
.metroslider, 
.metroslider strong {
	color: #bcbcbc;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4); 
	font-size: 14px;
 	}
 	
 .metroslider p{
 	font-size: 14px;
 	}	


/**
* Accordion slider
*/
 .radium-accordion{
 	overflow:hidden;
 	display:block;
 	position:relative;
 	}
 	
.radium-accordion .box {
	overflow: hidden;
	display: block;
	position: absolute;
	cursor: pointer;
	float: left;
	display: inline-block;
	zoom: 1;
	border-left: 2px solid #F7F7F7;
	}
	
.radium-accordion .box:first-child{
	border-left: none;
	}
		
.radium-accordion .box img {
	position:relative;
	}
	
.radium-accordion .caption {
	position:absolute;
	background:rgba(1, 1, 1, 0.4);
	padding:20px;
	left:0;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	}
	
.radium-accordion .caption p {
	color:#FFF;
 	margin:0px;
	font-size:12px;
	line-height:1.6;
	}
	
.radium-accordion .caption h1 {
	color:#CCC;
	font-size:16px;
	font-weight:normal;
 	margin:0px;
	margin-bottom:5px;
	}
	
.radium-accordion .caption a {
	text-decoration:none;
	}
	
.radium-accordion .caption_1 {
	position:absolute;
	padding:20px;
 	background-color: #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
 	display:inline-block;
 	margin:0px 20px 20px 20px;
	left:0;
	overflow-y:auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	}

.radium-accordion .caption_1 p {
	color:#999;
 	margin:0px;
	font-size:12px;
	line-height:1.6;
	}

.radium-accordion .caption_1 h1 {
	color:#666;
	font-size:16px;
	font-weight:normal;
 	margin:0px;
	margin-bottom:5px;
	}

.radium-accordion .caption_1 a {
	text-decoration:none;
	}

.radium-accordion .caption_2 {
	position:absolute;
	background: #F03;
	padding:20px;
	left:0;
	margin:0px 20px 20px 20px;
	border-right: 1px solid #FF8080;
	border-bottom: 1px solid #FF8080;
	overflow-y:auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	}

.radium-accordion .caption_2 p {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:12px;
	line-height:1.6;
	}

.radium-accordion .caption_2 h1 {
	color:#EFEFEF;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	margin-bottom:5px;
	}

.radium-accordion .caption_2 a {
	text-decoration:none;
	}
 
.radium-accordion .caption_3 {
	position: absolute;
	display: inline-block;
	margin: 0 0 0 20px;
	left: 0;
	overflow-y: auto;
 	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	}

.radium-accordion .caption_3 p {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:12px;
	line-height:1.6;
	}

.radium-accordion .caption_3 h1 {
	color:#333;
	font-size:16px;
 	margin:0;
	margin-bottom:0;
	padding: 5px 10px;
	background: rgba(0, 0, 0, 0.7);
	width: auto;
	float: left; 
	}

.radium-accordion .caption_3 a {
	text-decoration:none;
	}

.radium-accordion .caption_4{
	position:absolute;
	background: #111725 url(../images/top_2.png) top repeat-x;
	padding:20px;
	left:0;
	margin:0px 20px 20px 20px;
	overflow-y:auto;
	
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	}

.radium-accordion .caption_4 p {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:12px;
	line-height:1.6;
	}

.radium-accordion .caption_4 h1 {
	color:#CCC;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	margin-bottom:5px;
	}

.radium-accordion .caption_4 a {
	text-decoration:none;
	}

.radium-accordion div.caption_1::-webkit-scrollbar,
.radium-accordion div.caption_2::-webkit-scrollbar, 
.radium-accordion div.caption_3::-webkit-scrollbar,
.radium-accordion div.caption_4::-webkit-scrollbar {
    width: 8px;
	}
 
.radium-accordion div.caption_1::-webkit-scrollbar-track,
.radium-accordion div.caption_2::-webkit-scrollbar-track,
.radium-accordion div.caption_3::-webkit-scrollbar-track,
.radium-accordion div.caption_4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
    border-radius: 5px;
	}
 
.radium-accordion div.caption_1::-webkit-scrollbar-thumb,
.radium-accordion div.caption_2::-webkit-scrollbar-thumb,
.radium-accordion div.caption_3::-webkit-scrollbar-thumb,
.radium-accordion div.caption_4::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5); 
	}
 
 
/*
* jQuery Nivo Slider v3.1
* http://nivo.dev7studios.com
*
* Copyright 2012, Dev7studios
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
  
/* The Nivo Slider styles */
.nivoSlider {
 	position: relative;
 	width: 100%;
 	height: auto;
 	overflow: hidden;
 	}
 	
.nivoSlider img {
 	position: absolute;
 	top: 0;
 	left: 0;
 	max-width: none;
 	}
.nivo-main-image {
 	display: block !important;
 	position: relative !important; 
 	width: 100% !important;
	}
 
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
 	position:absolute;
 	top:0px;
 	left:0px;
 	width:100%;
 	height:100%;
 	border:0;
 	padding:0;
 	margin:0;
 	z-index:6;
 	display:none;
	}

/* The slices and boxes in the Slider */
.nivo-slice {
 	display:block;
 	position:absolute;
 	z-index:5;
 	height:100%;
 	top:0;
	}

.nivo-box {
 	display:block;
 	position:absolute;
 	z-index:5;
 	overflow:hidden;
	}

.nivo-box img { display:block; }
 
/* Caption styles */
.nivo-caption {
 	position:absolute;
 	left:0px;
 	bottom:0px;
 	background:#000;
 	color:#fff;
 	width:100%;
 	z-index:8;
 	padding: 5px 10px;
 	opacity: 0.8;
 	overflow: hidden;
 	display: none;
 	-moz-opacity: 0.8;
 	filter:alpha(opacity=8);
 	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
 	box-sizing: border-box;         /* Opera/IE 8+ */
	}

.nivo-caption p {
 	padding:5px;
 	margin:0;
	}

.nivo-caption a {
 	display:inline !important;
	}

.nivo-html-caption {
     display:none;
	}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
 	position:absolute;
 	top:45%;
 	z-index:9;
 	cursor:pointer;
 	}

.nivo-prevNav {
 	left:0px;
 	}
 
.nivo-nextNav {
 	right:0px;
 	}
 
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
 	text-align:center;
 	padding: 15px 0;
 	}
 
.nivo-controlNav a {
 	cursor:pointer;
 	}
 
.nivo-controlNav a.active {
 	font-weight:bold;
 	}
 
 /*
 Skin Name: Nivo Slider RadiumFramework
 Skin URI: http://radiumthemes.com
 Supports Thumbs: true
 */
 .radiumtheme-default .nivoSlider {
 	position: relative;
 	background: #fff url(../images/loader.gif) no-repeat 50% 50%;
 	}
 
 .radiumtheme-default .nivoSlider img {
 	position: absolute;
 	top: 0;
 	left: 0;
 	display: none;
 	}
 
 .radiumtheme-default .nivoSlider a {
 	border:0;
 	display:block;
	}
 
 .radiumtheme-default .nivo-controlNav {
 	text-align: center;
 	padding: 0 0;
 	position: absolute;
 	bottom: 10px;
 	right: 20px;
 	z-index: 99;
 	}
 
 .radiumtheme-default .nivo-controlNav a {
 	display:inline-block;
 	width:22px;
 	height:22px;
 	background:url(../images/slider-bullets.png) no-repeat;
 	text-indent:-9999px;
 	border:0;
 	margin: 0 2px;
 	
 	-webkit-transition: none;
 	-moz-transition: none;
 	-o-transition: none;
 	transition: none;
 	}
 
.radiumtheme-default .nivo-controlNav a.active {
 	background-position:0 -21px;
	}
 
.radiumtheme-default .nivo-directionNav a {
	display:block;
 	width:15px;
 	height:30px;
 	background:url(../images/slider-arrows.png) no-repeat;
 	text-indent:-9999px;
 	border:0;
 	opacity: 0;
 	-webkit-transition: all 200ms ease-in-out;
     -moz-transition: all 200ms ease-in-out;
     -o-transition: all 200ms ease-in-out;
     transition: all 200ms ease-in-out;
	}

.radiumtheme-default:hover .nivo-directionNav a { opacity: 1; }
.radiumtheme-default a.nivo-nextNav {
 	background-position:-20px 0;
 	right:15px;
	}

.radiumtheme-default a.nivo-prevNav {
 	left:15px;
	}
 

.radiumtheme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
 	text-align: center;
 	}
 

.radiumtheme-default .nivo-caption a {
    color:#fff;
	border-bottom:1px dotted #fff;
	}

.radiumtheme-default .nivo-caption a:hover {
	color:#fff;
	}
 
.radiumtheme-default .nivo-controlNav.nivo-thumbs-enabled {
 	width: 100%;
	}

.radiumtheme-default .nivo-controlNav.nivo-thumbs-enabled a {
 	width: auto;
 	height: auto;
 	background: none;
 	margin-bottom: 5px;
	}

.radiumtheme-default .nivo-controlNav.nivo-thumbs-enabled img {
 	display: block;
 	width: 120px;
 	height: auto;
	}

 
/* Content Carousel Slider */
#content_carousel {
 	width: 100%;
 	height: 480px;
 	overflow: hidden;
	}

#content_carousel ul {
 	height: 480px;
 	overflow: hidden;
 	margin: 0 0 0 0;
 	padding: 0 0 0 0;
	}
 
#content_carousel li {
 	width: 320px;
 	float: left;	
 	list-style: none;
 	margin: 0 0 0 0;
	}
 
#content_carousel .content_carousel_element {
 	position: relative;
 	float: left;	
	}
 
#content_carousel .content_carousel_element a {
 	text-decoration: none;
 	display: block;
	}
 
#content_carousel .content_carousel_element .content_wrapper {
 	display: block;
 	position: absolute;
 	left: 0;
 	top: 0;
 	color: #fff;
 	z-index: 3;
 	opacity: 0;
 	overflow: hidden;
 	}
 
#content_carousel .content_carousel_element .content_wrapper .content {
 	padding: 15px;
 	overflow: hidden;
 	background: rgba(0, 0, 0, 0.6);
 	}
 
#content_carousel .content_carousel_element.small .content_wrapper .content { }
 
#content_carousel .content_carousel_element.wide .content_wrapper .content { }
 
#content_carousel .content_carousel_element.big .content_wrapper .content { }
 
#content_carousel .content_carousel_element .content_wrapper .content .text {
 	font-size: 9pt;
    line-height: 1.2;
    text-align: justify;
 	margin-top: 10px;
 	text-decoration: none;
 	}
 
#content_carousel .content_carousel_element .image {
 	position: relative; 
 	background: #000;
 	z-index: 1;
 	}

/*Slider Content*/
#content_carousel .small {
 	width: 160px;
 	height: 160px;
 	}
 
#content_carousel .wide {
 	width: 320px;	
 	height: 160px;
 	}
 
#content_carousel .big {
 	width: 320px;
 	height: 320px;
 	}

/*Slider Nav */ 
#content_carousel .jcarousel-next,
#content_carousel .jcarousel-prev {
 	background: transparent url("../images/slider-arrows-large.png") no-repeat 0 center;	
 	display: block;
 	position: absolute;	
 	z-index: 100;
 	top: 40%;
 	width: 28px;
    height: 90px;
 	cursor: pointer;
 	text-indent: -9999px;
 	}
 
#content_carousel .jcarousel-prev { left: 0; }
 
#content_carousel .jcarousel-next {
 	background-position: -30px center;
  	right: 0;
	}
	
#content_carousel .jcarousel-next:hover,
#content_carousel .jcarousel-prev:hover { background-color: transparent !important; }

#content_carousel .jcarousel-next-disabled, 
#content_carousel .jcarousel-next-disabled:hover, 
#content_carousel .jcarousel-next-disabled:focus, 
#content_carousel .jcarousel-next-disabled:active, 
#content_carousel .jcarousel-prev-disabled, 
#content_carousel .jcarousel-prev-disabled:hover, 
#content_carousel .jcarousel-prev-disabled:focus, 
#content_carousel .jcarousel-prev-disabled:active { background-color: transparent !important;  }

/* Slider -------------- */
.featured-slider {
	width:100%;
	overflow:hidden;
	}

.featured-slider .item {
	padding:20px 0 ;
	overflow:hidden;
	}

.featured-slider .image {
	float:left;
	margin:0 20px 0 0 ;
	}

.featured-slider .image a {
	float:left;
	padding:0;
	border:none;
	background: none;
	}

.featured-slider .details{
	float:left;
 	text-shadow: none;
 	position: relative;
 	width: 49%;
	}

.featured-slider .details span { }

.featured-slider .entry-meta { 	
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	margin:0 0 15px 0; 
	}

.featured-slider .entry-meta,
.featured-slider .entry-meta a,
.featured-slider time.entry-date,
.featured-slider .excerpt { color: white; }

.featured-slider .cats a:hover { }

.featured-slider h2 {
	font-weight: normal;
	font-size: 22px;
	}

.featured-slider h2 a { }

.featured-slider h2 a:hover { }

.featured-slider .excerpt {
	line-height:21px;
	font-size:12px;
	}

#slider_nav {
	position: absolute;
	z-index: 7;
	bottom: 15px;
	right: 5px;
	}

#slider_nav li {
	float:left;
	margin-right:15px;
	list-style: none;
	}

#slider_nav li a {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}

#slider_nav li.activeSlide a {
	filter:alpha(opacity=1);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	}