/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/esseyleg/public_html
currentDir : /home/esseyleg/public_html/wp-content/plugins/genesis-responsive-slider

file-relative URI  : images/bg_direction_nav.png
path prepended     : /home/esseyleg/public_html/wp-content/plugins/genesis-responsive-slider/images/bg_direction_nav.png
docroot stripped   : /wp-content/plugins/genesis-responsive-slider/images/bg_direction_nav.png
traversals removed : /wp-content/plugins/genesis-responsive-slider/images/bg_direction_nav.png

file-relative URI  : images/bg_control_nav.png
path prepended     : /home/esseyleg/public_html/wp-content/plugins/genesis-responsive-slider/images/bg_control_nav.png
docroot stripped   : /wp-content/plugins/genesis-responsive-slider/images/bg_control_nav.png
traversals removed : /wp-content/plugins/genesis-responsive-slider/images/bg_control_nav.png

*/

/* style.css */

/* 1   */ /* Genesis Slider
/* 2   *| ------------------------------------------------------------ */
/* 3   */ 
/* 4   */ #genesis-responsive-slider {
/* 5   */ 	background-color: #fff;
/* 6   */ 	border: 10px solid #eee;
/* 7   */ 	margin: 0 auto;
/* 8   */ 	padding: 10px;
/* 9   */ 	position: relative;
/* 10  */ }
/* 11  */ 
/* 12  */ .genesis-responsive-slider-wrap {
/* 13  */ 	clear: both;
/* 14  */ 	display: block;
/* 15  */ 	float: left;
/* 16  */ 	margin: 0;
/* 17  */ 	padding: 0;
/* 18  */ 	position: relative;
/* 19  */ 	z-index: 1;
/* 20  */ }
/* 21  */ 
/* 22  */ #slides {
/* 23  */ 	float: left;
/* 24  */ 	margin: 0;
/* 25  */ 	overflow: hidden;
/* 26  */ 	padding: 0;
/* 27  */ 	position: absolute;
/* 28  */ 	z-index: 1;
/* 29  */ }
/* 30  */ 
/* 31  */ .slide-excerpt {
/* 32  */ 	background-color: #fff;
/* 33  */ 	filter: alpha(opacity=80);
/* 34  */ 	display: block;
/* 35  */ 	margin: 10px;
/* 36  */ 	opacity: 0.8;
/* 37  */ 	padding: 0;
/* 38  */ 	position: absolute;
/* 39  */ 	z-index: 8;
/* 40  */ }
/* 41  */ 
/* 42  */ html > body .slide-excerpt-border {
/* 43  */ 	background: none;
/* 44  */ 	border: 1px solid #ddd;
/* 45  */ 	display: inline;
/* 46  */ 	float: left;
/* 47  */ 	margin: 10px;
/* 48  */ 	padding: 14px;
/* 49  */ 	position: relative;
/* 50  */ 	z-index: 8;

/* style.css */

/* 51  */ }
/* 52  */ 
/* 53  */ .slide-image {
/* 54  */ 	overflow: hidden;
/* 55  */ }
/* 56  */ 
/* 57  */ /*
/* 58  *|  * jQuery FlexSlider v1.8
/* 59  *|  * http://flex.madebymufffin.com
/* 60  *|  *
/* 61  *|  * Copyright 2011, Tyler Smith
/* 62  *|  * Free to use under the MIT license.
/* 63  *|  * http://www.opensource.org/licenses/mit-license.php
/* 64  *|  */
/* 65  */  
/* 66  */ /* Browser Resets */
/* 67  */ .flex-container a:active,
/* 68  */ .flexslider a:active {
/* 69  */ 	outline: none;
/* 70  */ }
/* 71  */ 
/* 72  */ .slides,
/* 73  */ .flex-control-nav,
/* 74  */ .flex-direction-nav {
/* 75  */ 	list-style: none;
/* 76  */ 	margin: 0; 
/* 77  */ 	padding: 0; 
/* 78  */ } 
/* 79  */ 
/* 80  */ /* FlexSlider Necessary Styles
/* 81  *| *********************************/ 
/* 82  */ .flexslider {
/* 83  */ 	margin: 0; 
/* 84  */ 	padding: 0;
/* 85  */ 	width: 100%; 
/* 86  */ }
/* 87  */ 
/* 88  */ .flexslider .slides > li {
/* 89  */ 	display: none;
/* 90  */ } /* Hide the slides before the JS is loaded. Avoids image jumping */
/* 91  */ 
/* 92  */ .flexslider .slides img {
/* 93  */ 	display: block;
/* 94  */ 	max-width: 100%; 
/* 95  */ }
/* 96  */ 
/* 97  */ .flex-pauseplay span {
/* 98  */ 	text-transform: capitalize;
/* 99  */ }
/* 100 */ 

/* style.css */

/* 101 */ /* Clearfix for the .slides element */
/* 102 */ .slides:after {
/* 103 */ 	clear: both;
/* 104 */ 	content: "."; 
/* 105 */ 	display: block; 
/* 106 */ 	height: 0;  
/* 107 */ 	line-height: 0; 
/* 108 */ 	visibility: hidden;
/* 109 */ } 
/* 110 */ 
/* 111 */ html[xmlns] .slides {
/* 112 */ 	display: block;
/* 113 */ } 
/* 114 */ 
/* 115 */ * html .slides {
/* 116 */ 	height: 1%;
/* 117 */ }
/* 118 */ 
/* 119 */ /* No JavaScript Fallback */
/* 120 */ /* If you are not using another script, such as Modernizr, make sure you
/* 121 *|  * include js that eliminates this class on page load */
/* 122 */ .no-js .slides > li:first-child {
/* 123 */ 	display: block;
/* 124 */ }
/* 125 */ 
/* 126 */ 
/* 127 */ /* FlexSlider Default Theme
/* 128 *| *********************************/
/* 129 */ .flexslider {
/* 130 */ 	background: #fff; 
/* 131 */ 	position: relative; 
/* 132 */ 	zoom: 1;
/* 133 */ }
/* 134 */ 
/* 135 */ .flexslider .slides {
/* 136 */ 	zoom: 1;
/* 137 */ }
/* 138 */ 
/* 139 */ .flexslider .slides > li {
/* 140 */ 	position: relative;
/* 141 */ }
/* 142 */ 
/* 143 */ /* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
/* 144 */ .flex-container {
/* 145 */ 	zoom: 1; 
/* 146 */ 	position: relative;
/* 147 */ }
/* 148 */ 
/* 149 */ /* Caption style */
/* 150 */ /* IE rgba() hack */

/* style.css */

/* 151 */ .flex-caption {
/* 152 */ 	background:none; 
/* 153 */ 	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
/* 154 */ 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
/* 155 */ 	zoom: 1;
/* 156 */ }
/* 157 */ 
/* 158 */ .flex-caption {
/* 159 */ 	background: rgba(0,0,0,.3);
/* 160 */ 	bottom: 0; 
/* 161 */ 	color: #fff; 	 
/* 162 */ 	font-size: 14px;
/* 163 */ 	left: 0; 
/* 164 */ 	line-height: 18px;
/* 165 */ 	padding: 2%; 
/* 166 */ 	position: absolute;
/* 167 */ 	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
/* 168 */ 	width: 96%;
/* 169 */ }
/* 170 */ 
/* 171 */ /* Direction Nav */
/* 172 */ .flex-direction-nav li a {
/* 173 */ 	width: 52px; 
/* 174 */ 	height: 52px; 
/* 175 */ 	margin: -20px 0 0; 
/* 176 */ 	display: block; 
/* 177 */ 	background: url(/wp-content/plugins/genesis-responsive-slider/images/bg_direction_nav.png) no-repeat 0 0; 
/* 178 */ 	position: absolute; 
/* 179 */ 	top: 50%; 
/* 180 */ 	cursor: pointer; 
/* 181 */ 	text-indent: -9999px; 
/* 182 */ 	z-index: 100;
/* 183 */ }
/* 184 */ 
/* 185 */ .flex-direction-nav li .next {
/* 186 */ 	background-position: -52px 0; 
/* 187 */ 	right: -60px;
/* 188 */ }
/* 189 */ 
/* 190 */ .flex-direction-nav li .next:hover {
/* 191 */ 	background-position: -52px -50px; 
/* 192 */ }
/* 193 */ 
/* 194 */ .flex-direction-nav li .prev {
/* 195 */ 	left: -60px;
/* 196 */ }
/* 197 */ 
/* 198 */ .flex-direction-nav li .prev:hover {
/* 199 */ 	background-position: 0 -50px;
/* 200 */ }

/* style.css */

/* 201 */ 
/* 202 */ .flex-direction-nav li .disabled { 	 
/* 203 */ 	cursor: default;
/* 204 */ 	filter:alpha(opacity=30);
/* 205 */ 	opacity: .3;
/* 206 */ }
/* 207 */ 
/* 208 */ /* Control Nav */
/* 209 */ .flex-control-nav {
/* 210 */ 	float: left;
/* 211 */ 	margin: 20px  0 10px;
/* 212 */ 	position: relative; 
/* 213 */ 	text-align: center; 
/* 214 */ 	width: 100%;
/* 215 */ 	z-index: 100;
/* 216 */ }
/* 217 */ 
/* 218 */ .flex-control-nav li {
/* 219 */ 	*display: inline;
/* 220 */ 	display: inline-block;
/* 221 */ 	margin: 0 0 0 5px;  
/* 222 */ 	zoom: 1;
/* 223 */ }
/* 224 */ 
/* 225 */ .flex-control-nav li:first-child {
/* 226 */ 	margin: 0;
/* 227 */ }
/* 228 */ 
/* 229 */ .flex-control-nav li a {	 
/* 230 */ 	background: url(/wp-content/plugins/genesis-responsive-slider/images/bg_control_nav.png) no-repeat 0 0; 
/* 231 */ 	cursor: pointer; 
/* 232 */ 	display: block;
/* 233 */ 	height: 13px;
/* 234 */ 	text-indent: -9999px;
/* 235 */ 	width: 13px;
/* 236 */ }
/* 237 */ 
/* 238 */ .flex-control-nav li a:hover {
/* 239 */ 	background-position: 0 -13px;
/* 240 */ }
/* 241 */ 
/* 242 */ .flex-control-nav li a.active {
/* 243 */ 	background-position: 0 -26px; 
/* 244 */ 	cursor: default;
/* 245 */ }
