/*
 * 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
*********************************/

.flexslider a:active,
.flexslider a:focus  {outline: none;}

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

/* Icon Fonts
*********************************/
/* Font-face Icons */
/*@font-face {
	font-family: 'flexslider-icon';
	src:url(https://sensuelmassage.com/wp-content/themes/grandspa/js/flexslider/fonts/flexslider-icon.eot);
	src:url(https://sensuelmassage.com/wp-content/themes/grandspa/js/flexslider/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),
		url(https://sensuelmassage.com/wp-content/themes/grandspa/js/flexslider/fonts/flexslider-icon.woff) format('woff'),
		url(https://sensuelmassage.com/wp-content/themes/grandspa/js/flexslider/fonts/flexslider-icon.ttf) format('truetype'),
		url(https://sensuelmassage.com/wp-content/themes/grandspa/js/flexslider/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
	font-weight: normal;
	font-style: normal;
}*/

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}

/* Clearfix for the .slides element */

/* 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 */

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; position: relative; zoom: 1; margin-top: 0; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {height: 0; list-style: none !important;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; text-align: center; position: absolute; bottom: 44%; z-index: 2; overflow: hidden; opacity: 1; cursor: pointer; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; background: rgba(0, 0, 0, 0.2); border-radius: 25px; -webkit-box-shadow: 0 8px 8px -6px rgba(0,0,0,.15);
    -moz-box-shadow: 0 8px 8px -6px rgba(0,0,0,.15);
    box-shadow: 0 8px 8px -6px rgba(0,0,0,.15);
}
.slider_wrapper .flex-direction-nav a { bottom: 49%; }

.flex-direction-nav a:hover { opacity: 1; }
#page_slider .flex-direction-nav a { top: 42% !important; }
.flex-direction-nav a:before  { font-family: "FontAwesome"; font-size: 24px; line-height: 40px; display: block; content: '\f104'; color: #fff; margin-top: 0px; }

/* Pause/Play */

/* Control Nav */
.flex-control-paging li a {width: 4px; height: 4px; line-height: 7px;   display: inline-block; vertical-align: middle; background: transparent; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; border: 2px solid transparent; background: #ccc; }
.flex-control-paging li a:hover { border-color: #222; background: #222; }
.flex-control-paging li a.flex-active { background: #222; border-color: #222; cursor: default; width: 7px; height: 7px; }