/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/*============================================================*/
/*---------- Default flex slider styles ----------*/
/*============================================================*/
/* 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 {
	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 {
	position: relative;
	zoom: 1;
}
.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 */


/* Direction Nav */
.flex-direction-nav {
	height: 0;
}
.flex-direction-nav li a {
	width: 52px;
	height: 52px;
	margin: -13px 0 0;
	display: block;
	background: url(theme/bg_direction_nav.png) no-repeat;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -999em;
}
.flex-direction-nav li .next {
	background-position: -52px 0;
	right: -21px;
}
.flex-direction-nav li .prev {
	left: -20px;
}
.flex-direction-nav li .disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav li {
	margin: 0 0 0 1px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 17px;
	height: 17px;
	display: block;
	background: url(../images/pager.png) no-repeat 0 -17px;
	cursor: pointer;
	text-indent: -999em;
}
.flex-control-nav li a:hover {
	background-position: 0 0;
}
.flex-control-nav li a.active {
	background-position: 0 0;
	cursor: default;
}
/*============================================================*/
/*---------- custom styles ----------*/
/*============================================================*/

/*----- full width flex slider (in home section) -----*/
.slider {
	background: url(../images/slider-divider.png) no-repeat center bottom;
	margin: 0 auto;
	padding-bottom: 80px;
	z-index: 99;
}
.slider .flex-control-nav {
	width: auto;
	margin-left: -26px;/*tweak this to bring pager to center - "17 multiplied by 'no. of slides' divided by 2"*/
	position: absolute;
	bottom: 39px;
	left: 50%;
	z-index: 99;
	display: block;
}
.slider h1 {
	margin-bottom: 25px !important;
	font-size: 36px;
	line-height: 1em;
	text-transform: uppercase;
}
.slider h1 span {
	color: #a4a4a4;
	line-height: 1em;
	text-transform: none;
	display: block;
}
.slider h3 {
	margin-bottom: 5px !important;
}
.slider em {
	padding-top: 10px;
	font-size: 12px;
	font-style: italic;
	display: block;
}
/*----- small flex slider (in services section) -----*/
.slider-small {
	background: #ffffff;
	padding: 4px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 20px;
}
.slider-small .flex-control-nav {
	width: auto;
	margin-left: -16px;  /*tweak this to bring pager to center - "11 multiplied by no. of slides divided by 2"*/
	position: absolute;
	bottom: 5px;
	left: 50%;
	z-index: 99;
	display: block;
}
.slider-small .flex-control-nav li a {
	width: 11px;
	height: 11px;
	display: block;
	background: url(../images/pager-small.png) no-repeat 0 -11px;
	cursor: pointer;
	text-indent: -999em;
}
.slider-small .flex-control-nav li a:hover {
	background-position: 0 0;
}
.slider-small .flex-control-nav li a.active {
	background-position: 0 0;
	cursor: default;
}
/*----- testimonial slider -----*/
.slider-testimonial {
	background: #f9f9f9;
	border: 1px solid #e6e6e6;
	padding: 20px !important;
	margin-top: 20px !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}
.slider-testimonial p {
	width: 627px;
	padding-bottom: 0px;
	float: left;
}
.client {
	width: 230px; /*increase this as per your need*/
	padding-right: 20px;
	margin-right: 20px;
	float: left;
	border-right: 1px solid #e6e6e6;
}
.client h2 {
	color: #54c2e6;
	margin-bottom: 5px;
}
.client h6 {
	margin-bottom: 0px;
}
.client p {
	font-size: 11px;
}
/*============================================================*/
/*---------- 3. Media queries ----------*/
/*============================================================*/

/*----------------------------------------*/
/*----- 3.1 Tablet (Portrait) / Design for a width of 768px -----*/
/*----------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 959px) {
.slider-testimonial {
min-height: 150px;
}
.client {
 width: 100%;
display: block;
float: none;
 padding-right: 0px;
 margin-right: 0px;
 margin-bottom: 20px;
 border-right: 0px solid #e6e6e6;
}
.slider-testimonial p {
 width: 100%;
 padding-bottom: 0px;
 float: none;
}
}

/*----------------------------------------*/
/*----- 3.2 Mobile (Portrait) / Design for a width of 320px -----*/
/*----------------------------------------*/

@media only screen and (max-width: 767px) {
.slider-testimonial {
min-height: 240px;
}
.client {
 width: 100%;
display: block;
float: none;
 padding-right: 0px;
 margin-right: 0px;
 margin-bottom: 20px;
 border-right: 0px solid #e6e6e6;
}
.slider-testimonial p {
 width: 100%;
 padding-bottom: 0px;
 float: none;
}
}

/*----------------------------------------*/
/*----- 3.3 Mobile (Landscape) / Design for a width of 480px -----*/
/*----------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
.slider-small {
 width: 250px;
 margin: 0px auto 20px auto;
}
}
