
/* sharing.css */

/* 1   */ li.share-print a.sd-button > spandiv.sharedaddy ul,
/* 2   */ div.sharedaddy li {
/* 3   */ 	margin: 0;
/* 4   */ 	padding: 0;
/* 5   */ 	list-style: none;
/* 6   */ 	border: none;
/* 7   */ 	background: none;
/* 8   */ }
/* 9   */ 
/* 10  */ div.sharedaddy,
/* 11  */ #content div.sharedaddy,
/* 12  */ #main div.sharedaddy {
/* 13  */ 	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
/* 14  */ 	font-size: 12px;
/* 15  */ 	clear: both;
/* 16  */ }
/* 17  */ 
/* 18  */ div.sharedaddy,
/* 19  */ div.sharedaddy div {
/* 20  */ 	-webkit-border-radius: 0 !important;
/* 21  */ 	-moz-border-radius: 0 !important;
/* 22  */ 	border-radius: 0 !important;
/* 23  */ }
/* 24  */ 
/* 25  */ div.sharedaddy h3,
/* 26  */ #content div.sharedaddy h3,
/* 27  */ #main div.sharedaddy h3,
/* 28  */ #primary div.sharedaddy h3 {
/* 29  */ 	font-size: 12px;
/* 30  */ 	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
/* 31  */ 	margin: 3px 0;
/* 32  */ 	padding: 0;
/* 33  */ 	text-transform: none;
/* 34  */ 	letter-spacing: 0;
/* 35  */ 	line-height: 1;
/* 36  */ 	font-weight: bold;
/* 37  */ 	width: 15.625%; /* 100px / 640px */ float: left;
/* 38  */ 	position: static;
/* 39  */ 	background: none;
/* 40  */ 	border: none;
/* 41  */ }
/* 42  */ 
/* 43  */ /* @noflip */
/* 44  */ .rtl div.sharedaddy h3,
/* 45  */ .rtl #content div.sharedaddy h3,
/* 46  */ .rtl #main div.sharedaddy h3,
/* 47  */ .rtl #primary div.sharedaddy h3 {
/* 48  */ 	float: right;
/* 49  */ 	text-align: right;
/* 50  */ }

/* sharing.css */

/* 51  */ 
/* 52  */ div.sharedaddy ul,
/* 53  */ div.sharedaddy li {
/* 54  */ 	margin: 0 !important;
/* 55  */ 	padding: 0 !important;
/* 56  */ 	text-indent: 0;
/* 57  */ }
/* 58  */ 
/* 59  */ div.sharedaddy li::before {
/* 60  */ 	content: "";
/* 61  */ }
/* 62  */ 
/* 63  */ div.sharedaddy div.pd-rating {
/* 64  */ 	margin: 0;
/* 65  */ 	min-height: 23px;
/* 66  */ }
/* 67  */ 
/* 68  */ div.sharedaddy a,
/* 69  */ div.sharedaddy a:link,
/* 70  */ div.sharedaddy a:visited {
/* 71  */ 	font-style: normal;
/* 72  */ }
/* 73  */ 
/* 74  */ /* ClearFix trick */
/* 75  */ 
/* 76  */ div.sharedaddy:before,
/* 77  */ div.sharedaddy:after,
/* 78  */ div.sharedaddy .sd-block:before,
/* 79  */ div.sharedaddy .sd-block:after,
/* 80  */ div.sharedaddy ul:before,
/* 81  */ div.sharedaddy ul:after {
/* 82  */ 	content: "\0020";
/* 83  */ 	display: block;
/* 84  */ 	height: 0;
/* 85  */ 	overflow: hidden;
/* 86  */ }
/* 87  */ 
/* 88  */ div.sharedaddy:after,
/* 89  */ div.sharedaddy .sd-block:after,
/* 90  */ div.sharedaddy ul:after {
/* 91  */ 	clear: both;
/* 92  */ }
/* 93  */ 
/* 94  */ div.sharedaddy,
/* 95  */ div.sharedaddy .sd-block,
/* 96  */ div.sharedaddy ul {
/* 97  */ 	zoom: 1;
/* 98  */ }
/* 99  */ 
/* 100 */ 

/* sharing.css */

/* 101 */ /* =Base Styles
/* 102 *| -------------------------------------------------------------- */
/* 103 */ 
/* 104 */ div.sharedaddy div.sd-block {
/* 105 */ 	border-top: 1px solid #ddd;
/* 106 */ 	border-top: 1px solid rgba(0,0,0,.13);
/* 107 */ 	padding: 10px 0 5px;
/* 108 */ 	margin: 0;
/* 109 */ 	width: 100% !important;
/* 110 */ }
/* 111 */ 
/* 112 */ div.sharedaddy.sharedaddy-dark .sd-block {
/* 113 */ 	border-top-color: #222;
/* 114 */ 	border-top-color: rgba(50,50,50,.5);
/* 115 */ }
/* 116 */ 
/* 117 */ div.sharedaddy .sd-content {
/* 118 */ 	width: 82.125%; /* 530px / 640px */
/* 119 */ 	float: right;
/* 120 */ 	margin: -2px 0 0 0;
/* 121 */ }
/* 122 */ 
/* 123 */ div.sharedaddy .sd-content ul {
/* 124 */ 	margin: 0;
/* 125 */ }
/* 126 */ 
/* 127 */ div.sharedaddy .sd-content li {
/* 128 */ 	float: left;
/* 129 */ 	margin: 0 5px 5px 0 !important;
/* 130 */ 	display: block;
/* 131 */ }
/* 132 */ 
/* 133 */ /* @noflip */
/* 134 */ .rtl div.sharedaddy .sd-content {
/* 135 */ 	float: right;
/* 136 */ }
/* 137 */ 
/* 138 */ /* @noflip */
/* 139 */ .rtl div.sharedaddy .sd-content li {
/* 140 */ 	float: right;
/* 141 */ 	margin: 0 0 5px 5px !important;
/* 142 */ }
/* 143 */ 
/* 144 */ /* Base Button .sd-button */
/* 145 */ 
/* 146 */ div.sharedaddy a.sd-button {
/* 147 */ 	margin: 0;
/* 148 */ 	padding: 0;
/* 149 */ 	display: inline-block;
/* 150 */ 	background: #efefef;

/* sharing.css */

/* 151 */ 	background: -moz-linear-gradient(top, #f7f7f7 0%, #efefef 100%);
/* 152 */ 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#efefef));
/* 153 */ 	background: -webkit-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
/* 154 */ 	background: -o-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
/* 155 */ 	background: -ms-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
/* 156 */ 	background: linear-gradient(top, #f7f7f7 0%,#efefef 100%);
/* 157 */ 	border-radius: 3px;
/* 158 */ 	border: 1px solid #ddd !important;
/* 159 */ 	box-shadow: inset 0 1px 0 #fff;
/* 160 */ 	color: #000 !important;
/* 161 */ 	text-decoration: none;
/* 162 */ 	line-height: 1;
/* 163 */ 	font-size: 12px;
/* 164 */ 	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
/* 165 */ 	font-weight: normal;
/* 166 */ }
/* 167 */ 
/* 168 */ div.sharedaddy a.sd-button:hover {
/* 169 */ 	color: #000;
/* 170 */ 	text-shadow: 0 1px 0 #fff;
/* 171 */ 	border-color: #ccc;
/* 172 */ 	background: #eee;
/* 173 */ 	background: -moz-linear-gradient(top, #efefef 0%, #eee 100%);
/* 174 */ 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#eee));
/* 175 */ 	background: -webkit-linear-gradient(top, #efefef 0%,#eee 100%);
/* 176 */ 	background: -o-linear-gradient(top, #efefef 0%,#eee 100%);
/* 177 */ 	background: -ms-linear-gradient(top, #efefef 0%,#eee 100%);
/* 178 */ 	background: linear-gradient(top, #efefef 0%,#eee 100%);
/* 179 */ }
/* 180 */ 
/* 181 */ div.sharedaddy a.sd-button:active {
/* 182 */ 	background-color: #efefef;
/* 183 */ 	box-shadow: inset 0 -1px 0 #fff;
/* 184 */ 	border-color: #ddd;
/* 185 */ }
/* 186 */ 
/* 187 */ a.sd-button > span {
/* 188 */ 	padding: 4px 8px;
/* 189 */ 	display: block;
/* 190 */ 	opacity: .8;
/* 191 */ 	line-height: 1.5em;
/* 192 */ 	text-shadow: none;
/* 193 */ }
/* 194 */ 
/* 195 */ a.sd-button:hover span {
/* 196 */ 	opacity: 1;
/* 197 */ }
/* 198 */ 
/* 199 */ .sd-button span.share-count {
/* 200 */ 	font-size: 90%;

/* sharing.css */

/* 201 */ 	color: #666;
/* 202 */ 	margin-left: 5px;
/* 203 */ 	line-height: 1;
/* 204 */ }
/* 205 */ 
/* 206 */ /* @noflip */
/* 207 */ .rtl .sd-button span.share-count {
/* 208 */ 	margin-right: 5px;
/* 209 */ }
/* 210 */ 
/* 211 */ /* Button Style Options */
/* 212 */ 
/* 213 */ .sd-social-icon-text a.sd-button > span,
/* 214 */ a.sd-button > span {
/* 215 */ 	padding: 1px 5px 1px 23px;
/* 216 */ 	background-position: 2px center;
/* 217 */ 	background-repeat: no-repeat;
/* 218 */ }
/* 219 */ 
/* 220 */ .sd-social-icon a.sd-button > span {
/* 221 */ 	padding: 3px;
/* 222 */ 	width: 16px;
/* 223 */ 	height: 16px;
/* 224 */ 	text-indent: -9999px;
/* 225 */ 	background-position: center center;
/* 226 */ 	background-repeat: no-repeat;
/* 227 */ }
/* 228 */ 
/* 229 */ .sd-social-text a.sd-button > span {
/* 230 */ 	background: none !important;
/* 231 */ 	padding-left: 5px
/* 232 */ }
/* 233 */ 
/* 234 */ .sd-social-official li {
/* 235 */ 	height: 21px;
/* 236 */ }
/* 237 */ 
/* 238 */ div.sharedaddy .no-text {
/* 239 */ 	width: 21px;
/* 240 */ 	height: 21px;
/* 241 */ }
/* 242 */ 
/* 243 */ div.sharedaddy .no-text a {
/* 244 */ 	text-decoration: none;
/* 245 */ }
/* 246 */ 
/* 247 */ div.sharedaddy .no-icon a span, div.sharedaddy li.no-icon div a span {
/* 248 */ 	padding-left: 5px;
/* 249 */ 	background-image: none;
/* 250 */ }

/* sharing.css */

/* 251 */ 
/* 252 */ /* @noflip */
/* 253 */ .rtl .sd-social-icon-text a.sd-button > span,
/* 254 */ .rtl a.sd-button > span {
/* 255 */ 	padding: 3px 23px 3px 5px;
/* 256 */ 	background-position: 98% center;
/* 257 */ }
/* 258 */ 
/* 259 */ /* @noflip */
/* 260 */ .rtl .sd-social-text a.sd-button > span {
/* 261 */ 	padding-left: 0;
/* 262 */ 	padding-right: 5px
/* 263 */ }
/* 264 */ 
/* 265 */ /* @noflip */
/* 266 */ .rtl div.sharedaddy .no-icon a span, .rtl div.sharedaddy li.no-icon div a span {
/* 267 */ 	padding-left: 0;
/* 268 */ 	padding-right: 5px
/* 269 */ }
/* 270 */ 
/* 271 */ /* Icons */
/* 272 */ 
/* 273 */ li.share-facebook a.sd-button > span {
/* 274 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/facebook.png');
/* 275 */ }
/* 276 */ 
/* 277 */ li.share-tumblr a.sd-button > span {
/* 278 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/tumblr.png');
/* 279 */ }
/* 280 */ 
/* 281 */ li.share-twitter a.sd-button > span {
/* 282 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/twitter.png?1');
/* 283 */ }
/* 284 */ 
/* 285 */ li.share-google-plus-1 a.sd-button > span {
/* 286 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/googleplus1.png?1');
/* 287 */ }
/* 288 */ 
/* 289 */ li.share-linkedin a.sd-button > span {
/* 290 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin.png');
/* 291 */ }
/* 292 */ 
/* 293 */ li.share-press-this a.sd-button > span {
/* 294 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/wordpress.png');
/* 295 */ }
/* 296 */ 
/* 297 */ li.share-digg a.sd-button > span {
/* 298 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/digg.png');
/* 299 */ }
/* 300 */ 

/* sharing.css */

/* 301 */ li.share-stumbleupon a.sd-button > span {
/* 302 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/stumbleupon.png');
/* 303 */ }
/* 304 */ 
/* 305 */ li.share-reddit a.sd-button > span {
/* 306 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/reddit.png');
/* 307 */ }
/* 308 */ 
/* 309 */ li.share-pinterest a.sd-button > span {
/* 310 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/pinterest.png');
/* 311 */ }
/* 312 */ 
/* 313 */ li.share-pocket a.sd-button > span {
/* 314 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/pocket.png');
/* 315 */ }
/* 316 */ 
/* 317 */ li.share-email a.sd-button > span {
/* 318 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/email.png');
/* 319 */ }
/* 320 */ 
/* 321 */ li.share-print a.sd-button > span {
/* 322 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/print.png');
/* 323 */ }
/* 324 */ 
/* 325 */ a.sd-button.share-more span {
/* 326 */ 	background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/more.png');
/* 327 */ }
/* 328 */ 
/* 329 */ @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 120dpi) {
/* 330 */ 
/* 331 */ 	li.share-facebook a.sd-button > span {
/* 332 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/facebook@2x.png');
/* 333 */ 		background-size: 16px 16px;
/* 334 */ 	}
/* 335 */ 
/* 336 */ 	li.share-tumblr a.sd-button > span {
/* 337 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/tumblr@2x.png');
/* 338 */ 		background-size: 16px 16px;
/* 339 */ 	}
/* 340 */ 
/* 341 */ 	li.share-twitter a.sd-button > span {
/* 342 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/twitter@2x.png?1');
/* 343 */ 		background-size: 16px 16px;
/* 344 */ 	}
/* 345 */ 
/* 346 */ 	li.share-google-plus-1 a.sd-button > span {
/* 347 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/googleplus1@2x.png');
/* 348 */ 		background-size: 16px 16px;
/* 349 */ 	}
/* 350 */ 

/* sharing.css */

/* 351 */ 	li.share-linkedin a.sd-button > span {
/* 352 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/linkedin@2x.png');
/* 353 */ 		background-size: 16px 16px;
/* 354 */ 	}
/* 355 */ 
/* 356 */ 	li.share-press-this a.sd-button > span {
/* 357 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/wordpress@2x.png');
/* 358 */ 		background-size: 16px 16px;
/* 359 */ 	}
/* 360 */ 
/* 361 */ 	li.share-digg a.sd-button > span {
/* 362 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/digg@2x.png?1');
/* 363 */ 		background-size: 16px 16px;
/* 364 */ 	}
/* 365 */ 
/* 366 */ 	li.share-stumbleupon a.sd-button > span {
/* 367 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/stumbleupon@2x.png');
/* 368 */ 		background-size: 16px 16px;
/* 369 */ 	}
/* 370 */ 
/* 371 */ 	li.share-reddit a.sd-button > span {
/* 372 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/reddit@2x.png');
/* 373 */ 		background-size: 16px 16px;
/* 374 */ 	}
/* 375 */ 
/* 376 */ 	li.share-pinterest a.sd-button > span {
/* 377 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/pinterest@2x.png');
/* 378 */ 		background-size: 16px 16px;
/* 379 */ 	}
/* 380 */ 
/* 381 */ 	li.share-pocket a.sd-button > span {
/* 382 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/pocket@2x.png');
/* 383 */ 		background-size: 16px 16px;
/* 384 */ 	}
/* 385 */ 
/* 386 */ 	li.share-email a.sd-button > span {
/* 387 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/email@2x.png?1');
/* 388 */ 		background-size: 16px 16px;
/* 389 */ 	}
/* 390 */ 
/* 391 */ 	li.share-print a.sd-button > span {
/* 392 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/print@2x.png');
/* 393 */ 		background-size: 16px 16px;
/* 394 */ 	}
/* 395 */ 
/* 396 */ 	a.sd-button.share-more span {
/* 397 */ 		background-image: url('/wp-content/plugins/jetpack/modules/sharedaddy/images/more@2x.png?1');
/* 398 */ 		background-size: 16px 16px;
/* 399 */ 	}
/* 400 */ 

/* sharing.css */

/* 401 */ }
/* 402 */ 
/* 403 */ /* More pannel */
/* 404 */ 
/* 405 */ div.sharedaddy .sharing-hidden .inner {
/* 406 */ 	max-width: 250px;
/* 407 */ 	padding: 15px 15px 10px;
/* 408 */ 	position: absolute;
/* 409 */ 	margin-left: -100px;
/* 410 */ 	z-index: 1001;
/* 411 */ 	background-color: #fff;
/* 412 */ 	border: 1px solid #ccc;
/* 413 */ 	-moz-border-radius: 3px !important;
/* 414 */ 	-webkit-border-radius: 3px !important;
/* 415 */ 	border-radius: 3px !important;
/* 416 */ 	-moz-box-shadow: 0px 2px 8px #ccc;
/* 417 */ 	-webkit-box-shadow: 0px 2px 8px #ccc;
/* 418 */ 	box-shadow: 0px 2px 8px #ccc;
/* 419 */ 	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
/* 420 */ 	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
/* 421 */ 	box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
/* 422 */ }
/* 423 */ 
/* 424 */ /* @noflip */
/* 425 */ .rtl div.sharedaddy .sharing-hidden .inner {
/* 426 */ 	margin-left: 0;
/* 427 */ 	margin-right: -100px;
/* 428 */ }
/* 429 */ 
/* 430 */ div.sharedaddy.sharedaddy-dark .sharing-hidden .inner {
/* 431 */ 	border-color: #222;
/* 432 */ }
/* 433 */ 
/* 434 */ /* =Sharing: Email Dialog
/* 435 *| -------------------------------------------------------------- */
/* 436 */ 
/* 437 */ #sharing_email {
/* 438 */ 	width: 312px;
/* 439 */ 	padding: 15px;
/* 440 */ 	position: absolute;
/* 441 */ 	margin-left: -120px;
/* 442 */ 	z-index: 1001;
/* 443 */ 	background-color: #fff;
/* 444 */ 	border: 1px solid #ccc;
/* 445 */ 	-moz-border-radius: 3px;
/* 446 */ 	-webkit-border-radius: 3px;
/* 447 */ 	border-radius: 3px;
/* 448 */ 	-moz-box-shadow: 0px 2px 8px #ccc;
/* 449 */ 	-webkit-box-shadow: 0px 2px 8px #ccc;
/* 450 */ 	box-shadow: 0px 2px 8px #ccc;

/* sharing.css */

/* 451 */ 	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
/* 452 */ 	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
/* 453 */ 	box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
/* 454 */ 	text-align: left;
/* 455 */ }
/* 456 */ 
/* 457 */ div.sharedaddy.sharedaddy-dark #sharing_email {
/* 458 */ 	border-color: #fff;
/* 459 */ }
/* 460 */ 
/* 461 */ #sharing_email .errors {
/* 462 */ 	color: #fff;
/* 463 */ 	background-color: #771a09;
/* 464 */ 	font-size: 11px;
/* 465 */ 	padding: 5px 8px;
/* 466 */ 	line-height: 11px;
/* 467 */ 	margin: 10px 0 0 0;
/* 468 */ }
/* 469 */ 
/* 470 */ #sharing_email label {
/* 471 */ 	font-size: 11px;
/* 472 */ 	color: #333;
/* 473 */ 	font-weight: bold;
/* 474 */ 	display: block;
/* 475 */ 	padding: 0 0 4px 0;
/* 476 */ 	text-align: left;
/* 477 */ 	text-shadow: none;
/* 478 */ }
/* 479 */ 
/* 480 */ #sharing_email input[type="text"] {
/* 481 */ 	width: 98.5%;
/* 482 */ 	margin-bottom: 12px;
/* 483 */ 	border: 1px solid #ccc;
/* 484 */ 	background: #fff;
/* 485 */ 	color: #333;
/* 486 */ }
/* 487 */ 
/* 488 */ #sharing_email .sharing_cancel {
/* 489 */ 	padding: 0 0 0 10px;
/* 490 */ 	font-size: 11px;
/* 491 */ 	text-shadow: none;
/* 492 */ }
/* 493 */ 
/* 494 */ #sharing_email .recaptcha {
/* 495 */ 	width: 312px;
/* 496 */ 	height: 123px;
/* 497 */ 	margin: 10px 0 14px 0;
/* 498 */ }
/* 499 */ 
/* 500 */ /* =RTL

/* sharing.css */

/* 501 *| -------------------------------------------------------------- */
/* 502 */ /* @noflip */
/* 503 */ body.rtl .sharing ul {
/* 504 */ 	float: right;
/* 505 */ }
/* 506 */ 
/* 507 */ /* @noflip */
/* 508 */ body.rtl .sharing li {
/* 509 */ 	margin: 0 0 0 10px !important;
/* 510 */ }
/* 511 */ 
/* 512 */ /* @noflip */
/* 513 */ .rtl #sharing_email {
/* 514 */ 	margin-left: -0px;
/* 515 */ 	margin-right: -120px;
/* 516 */ 	text-align: right
/* 517 */ }
/* 518 */ 
/* 519 */ /* @noflip */
/* 520 */ .rtl #sharing_email label {
/* 521 */ 	text-align: right
/* 522 */ }
/* 523 */ 
/* 524 */ /* @noflip */
/* 525 */ .rtl #sharing_email .sharing_cancel {
/* 526 */ 	padding: 0 10px 0 0;
/* 527 */ }
/* 528 */ 

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