/*
 * 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,
.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
*********************************/
.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 {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.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 GFashion Theme
*********************************/
.flexslider {
	position: relative;
	zoom: 1;
}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.flexslider .slides > li {
	position: relative;
	overflow: hidden;
}
#home-slider .flexslider {
	max-height: 800px;
}


.flex-caption {
	position: absolute;
	top: 0;
	left: 0;
}

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

.flex-direction-nav a {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 32px !important;
	height: 32px !important;
	border-radius: 50%;
	background: #fff !important;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
	text-align: center;
	color: #333;
	opacity: 0;
	z-index: 20 !important;
}
.flex-direction-nav a:hover {
	background: #333 !important;
	color: #fff;
}
.flex-direction-nav a > i {
	display: block;
	padding: 10px 0;
}
.flex-prev {
	left: 50px;
}
.flex-next {
	right: 50px;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 80px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 80px;
}

.flex-control-nav {
	position: absolute;
	right: 40px;
	bottom: 20px;
	padding: 6px 10px;
	background: #1f1f1f;
	background: rgba(0,0,0,0.3);
	border-radius: 12px;
	line-height: 1;
}
.flex-control-nav > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.flex-control-nav a {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	text-indent: -999em;
	cursor: pointer;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.flex-control-nav .flex-active {
	width: 12px;
	height: 12px;
	border: 3px solid #FA6F57;
	background: trasnparent;
}

.flex-caption.gfc {
	position: absolute;
	color: #000;
	text-shadow: none;
	font-weight: 600;
	font-size: 36px;
	line-height: 1.75;
	margin: 0;
	border: 0;
	white-space:nowrap;
	text-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.gfc a {
	color: #fff;
}
.gfc a:hover {
	color: #fff;
}
.gfc .btn {
	margin: 15px 0;
}
.gfc.h6 {
	font-size: 18px;
}
.gfc.h5 {
	font-size: 24px;
}
.gfc.h4 {
	font-size: 32px;
}
.gfc.h3 {
	font-size: 36px;
}
.gfc.h2 {
	font-size: 42px;
}
.gfc.h1 {
	font-size: 48px;
}
.gfc.herotext {
	font-size: 72px;
}
.gfc.super-giant {
	font-size: 160px;
	font-weight: 600;
	letter-spacing: 5px;
	line-height: 1;
	text-shadow: none;
}
.gfc.round {
	padding: 20px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	width: 280px;
	height: 280px;
	font-size: 50px;
}
.gfc.round span {
	display: block;
	line-height: 1.25;
	color: #fa6f57;
	text-shadow: none;
}




/*----slider----*/
.benner{
}
.img-slider{
}
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks_nav {
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  width:100%;
}
.callbacks_tabs{
	list-style: none;
	position: absolute;
	bottom: 10%;
	z-index: 999;
	right: 47%;
	padding: 0;
	margin: 0;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
   visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:10px;
  width:10px;
  display:inline-block;
  background:#FFF;
 
}
.callbacks_here a:after{
	background:#756b62;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 55%;
	left: 2%;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 30px;
	width: 19px;
	/*background: transparent url("../images/banner/slide-arrows.png") no-repeat left top;*/
}
.callbacks_nav:active {
  opacity: 0.7;
}
.callbacks_nav.next {
 	left: auto;
	background-position: right top;
	right: 2%;
}
/*-- slider-caption --*/
.slider-caption{
	position: absolute;
	top: 0;
	z-index: 999;
	left: 5%;
	top: 10%;
	padding: 1em;
	width: 42%;
}
.slider-caption h1{
	font-weight: 700;
	text-transform: uppercase;
	font-size:1.8em;
	font-weight:700;
	margin: 0;
	padding: 0;
	color:#4f4844;
}
.slider-caption p{
	color: #4f4844;
	line-height: 1.5em;
	margin: 0.5em 0 0 0;
	width: 80%;
	font-family: 'Lora', serif;
	font-size: 1.1em;
}
/*-- //slider --*/




@media only screen and (max-width: 767px) {
	.gfc { zoom: 0.5; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.gfc { zoom: 0.65; }
}


.gfc.bg-dark {
	background: #333;
	background: rgba(0,0,0,0.3);
	color: #000;
	padding: 15px;
	line-height: 1;
}