/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
	outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 15px;
	text-align: center;
	z-index: 9999;
}
.move-agent{
    padding-top: 100px;
}
.move-agent .flex-control-nav {
    bottom: auto;
    top: -85px;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.move-agent .flex-control-nav li{
    margin: 0 15px;
    position: relative;
}
.move-agent .flex-control-nav li::before{
    content: " ... ";
    color: #b3b3b3;
    font-weight: 700;
    position: absolute;
    top: 5px;
    left: -20px;  
}
.move-agent .flex-control-nav li:first-child::before{
    content: ""; 
}
.flex-control-paging li a {
	width: 15px;
	height: 15px;
	display: block;
	background: transparent;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #bdbdbd;
}
.move-agent .flex-control-paging li a{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-indent: 0;
    width: 35px;
	height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
}
.flex-control-paging li a:hover{
    text-decoration: none;
    background: #adadad;
}
.flex-control-paging li a.flex-active {
	background: #f37021;
	cursor: default;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 25px;
	height: 49px;
	margin: -25px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-image: url("/images/flexslider-nav.png");
	background-repeat: no-repeat;
}
.flex-direction-nav .flex-prev {
	left: 20px;
	background-position: 0 0;
}
.flex-direction-nav .flex-next {
	right: 20px;
	background-position: 0 -50px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* custom styles */
.gallery-carousel .flex-control-nav{
	bottom: -35px;
}

/* gallery page */
.gallery-page{
	padding: 10px 0;
}
.gallery-page #slider{
	margin: 0 0 20px;
}
.gallery-page .carousel li, 
.gallery-page #carousel li {
    margin-right: 19px;
}

/* brasil home page */
.hightlight-flexslider .flex-viewport li{
    position: relative;
}