﻿/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.rt_fresh_flexslider a:active,
.flex-container a:focus,
.rt_fresh_flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav,
.rt_fresh_flexslider li {margin: 0; padding: 0; list-style: none; list-style-type: none; }

.rt_fresh_flexslider ul{ margin:0; }
.rt_fresh_flexslider li{ list-style-type:none !important; }

/* FlexSlider Necessary Styles
*********************************/
.slider{ clear:both; }
.rt_fresh_flexslider {margin: 0; padding: 120px 0 0 0;}
.rt_fresh_flexslider .slides > li {
	display: none; 
	/* -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden; */
	 position:relative; 
 } /* Hide the slides before the JS is loaded. Avoids image jumping */
 
.rt_fresh_flexslider .slides > li:first-child{ display: block; }
.rt_fresh_flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}


/* Clearfix for the .slides element */
.rt_fresh_flexslider .slides:after {content: "\0020"; 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
*********************************/
.rt_fresh_flexslider { margin: 0; background: #fff; position: relative; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.rt_fresh_flexslider .slides, .rt_fresh_flexslider, .rt_fresh_flexslider .flex-control-nav li { zoom: 1; }
.carousel li { margin-right: 5px; }

.rt_fresh_flexslider ul li{ padding:0 !important; }

/* Direction Nav */
.rt_fresh_flexslider ul.flex-direction-nav { width:54px !important; display:inline-block; position:absolute; top:3em; right:0; z-index:99;}
.rt_fresh_flexslider .flex-direction-nav a {width:25px; height:25px; line-height:24px; color:#fff; background-color:#C23A32; border-color:#C23A32; border:2px solid rgba(0,0,0,1); display:block; float:left; text-align:left; border-radius:3px; border-radius:50%; overflow:hidden; }
.rt_fresh_flexslider .flex-direction-nav .flex-next{ }
	.rt_fresh_flexslider .flex-direction-nav .flex-next:before { content: "\f054"; display:block; margin-left:7px; }
.rt_fresh_flexslider .flex-direction-nav .flex-prev{ margin-right:4px; }
	.rt_fresh_flexslider .flex-direction-nav .flex-prev:before{ content:'\f053'; display:block; margin-left:6px; }

.rt_fresh_flexslider .flex-direction-nav a:hover{ color:rgba(0,0,0,0.5); border:2px solid rgba(0,0,0,0.5); background-color:transparent; }

/* Pause/Play */
.rt_fresh_flexslider .flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.rt_fresh_flexslider .flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.rt_fresh_flexslider .flex-pauseplay a:hover  { opacity: 1; }
.rt_fresh_flexslider .flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.rt_fresh_flexslider .flex-control-nav {width: 100%; position: absolute; text-align: center; display:none;}
.rt_fresh_flexslider .flex-control-nav li {margin: 0 6px; display: inline-block;}
.rt_fresh_flexslider .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.rt_fresh_flexslider .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.rt_fresh_flexslider .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.rt_fresh_flexslider .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.rt_fresh_flexslider .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.rt_fresh_flexslider .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.rt_fresh_flexslider .flex-control-thumbs img:hover {opacity: 1;}
.rt_fresh_flexslider .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/* Slide Caption */
.rt_fresh_flexslider .flex-caption{ 
background-color:#B4BF34; padding:1.5em 7%;
		/* Transition Effect */
		-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
 } 
.rt_fresh_flexslider .flex-caption h2{ margin:0; color:#000; text-transform:uppercase; line-height:1.2em; font-size:1.2em; display:inline-block; clear:none; }
.rt_fresh_flexslider .flex-caption p{ color:#000; font-weight:200; margin:0; }


@media screen and (max-width: 860px) {
}

/* Tablet Portrait */
@media only screen and (min-width: 480px) {
	
	.rt_fresh_flexslider .flex-caption { padding:1em 3em; top:5em; left:7%; position:absolute; z-index:9999; max-width:240px; border:none; }
	.rt_fresh_flexslider .flex-caption h2{font-size:1em; line-height:1.4em; display:block; }
	.rt_fresh_flexslider .flex-caption h2:after { content:''; border-bottom:4px solid #000; position:absolute; width:65px; bottom:0; display:block;}
	.rt_fresh_flexslider .flex-caption p{ margin:0.5em 0; font-size:1em; color:#000; }
	.rt_fresh_flexslider ul.flex-direction-nav { right:12%;bottom:25px; top:auto; }
		
}

/* Tablet Portrait */
@media only screen and (min-width: 768px) {
	.rt_fresh_flexslider .flex-caption { padding:1em 3em; top:10em; max-width:300px; }
	.rt_fresh_flexslider .flex-caption h2{width:90%; font-size:1.8em; line-height:1em; }
	.rt_fresh_flexslider .flex-caption p{ margin:1em 0; font-size:1.255em; }
}
	
/* Beyond standard 960 */
@media only screen and (min-width: 960px) {
	.rt_fresh_flexslider .flex-caption { left:2%; max-width:400px; box-shadow: 4px 4px 0 0 rgba(49,49,46,0.1); }
	.rt_fresh_flexslider .flex-caption h2{font-size:2.2em; }
		
}

	/* big screen */
	@media only screen and (max-width: 1220px) {
		.rt_fresh_flexslider .flex-caption { left:7%; }
	}
	
	@media only screen and (min-width: 1220px) {
		.rt_fresh_flexslider .flex-caption { left:14%; }
	}