/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie
currentDir : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/LayerSlider/static/css

file-relative URI  : blank.gif
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/LayerSlider/static/css/blank.gif
docroot stripped   : /wp-content/plugins/LayerSlider/static/css/blank.gif
traversals removed : /wp-content/plugins/LayerSlider/static/css/blank.gif

file-relative URI  : blank.gif
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/LayerSlider/static/css/blank.gif
docroot stripped   : /wp-content/plugins/LayerSlider/static/css/blank.gif
traversals removed : /wp-content/plugins/LayerSlider/static/css/blank.gif

*/

/* layerslider.css */

/* 1   */ 
/* 2   */ /*
/* 3   *| 	* Style settings of LayerSlider
/* 4   *| 	*
/* 5   *| 	* (c) 2011-2014 George Krupa, John Gera & Kreatura Media
/* 6   *| 	*
/* 7   *| 	* Plugin web:			http://kreaturamedia.com/
/* 8   *| 	* Licenses: 			http://codecanyon.net/licenses/
/* 9   *| */
/* 10  */ 
/* 11  */ 
/* 12  */ 
/* 13  */ /* Global settings */
/* 14  */ 
/* 15  */ .ls-container {
/* 16  */ 	visibility: hidden;
/* 17  */ 	position: relative;
/* 18  */ }
/* 19  */ 
/* 20  */ .ls-lt-container {
/* 21  */ 	position: absolute;
/* 22  */ }
/* 23  */ 
/* 24  */ .ls-lt-container,
/* 25  */ .ls-lt-container * {
/* 26  */ 	text-align: left !important;
/* 27  */ 	direction: ltr !important;
/* 28  */ }
/* 29  */ 
/* 30  */ .ls-container-fullscreen {
/* 31  */ 	margin: 0 auto !important;
/* 32  */ 	padding: 2% !important;
/* 33  */ 	background: black !important;
/* 34  */ 	border-radius: 0 !important;
/* 35  */ 	-moz-border-radius: 0 !important;
/* 36  */ 	-webkit-border-radius: 0 !important;
/* 37  */ 	border: none !important;
/* 38  */ }
/* 39  */ 
/* 40  */ .ls-container-fullscreen .ls-thumbnail-wrapper,
/* 41  */ .ls-container-fullscreen .ls-fullscreen,
/* 42  */ .ls-container-fullscreen .ls-shadow {
/* 43  */ 	display: none !important;
/* 44  */ }
/* 45  */ 
/* 46  */ .ls-overflow-hidden {
/* 47  */ 	overflow: hidden;
/* 48  */ }
/* 49  */ 
/* 50  */ .ls-inner {

/* layerslider.css */

/* 51  */ 	position: relative;
/* 52  */ 	background-position: center center;
/* 53  */ 	z-index: 2;
/* 54  */ }
/* 55  */ 
/* 56  */ .ls-loading-container {
/* 57  */ 	position: absolute !important;
/* 58  */ 	display: none;
/* 59  */ 	z-index: 3 !important;
/* 60  */ 	left: 50% !important;
/* 61  */ 	top: 50% !important;
/* 62  */ }
/* 63  */ 
/* 64  */ .ls-loading-indicator {
/* 65  */ 	margin: 0 auto;
/* 66  */ }
/* 67  */ 
/* 68  */ .ls-inner,
/* 69  */ .ls-slide {
/* 70  */ 	width: 100%;
/* 71  */ 	height: 100%;
/* 72  */ }
/* 73  */ 
/* 74  */ .ls-slide,
/* 75  */ .ls-layer {
/* 76  */ 	position: absolute;
/* 77  */ 	display: none;
/* 78  */ 	background-position: center center;
/* 79  */ 	overflow: hidden;
/* 80  */ }
/* 81  */ 
/* 82  */ .ls-active,
/* 83  */ .ls-animating {
/* 84  */ 	display: block !important;
/* 85  */ }
/* 86  */ 
/* 87  */ .ls-slide > * {
/* 88  */ 	position: absolute;
/* 89  */ 	line-height: normal;
/* 90  */ 	margin: 0;
/* 91  */ 	left: 0;
/* 92  */ 	top: 0;
/* 93  */ }
/* 94  */ 
/* 95  */ .ls-slide .ls-bg {
/* 96  */ 	left: 0px;
/* 97  */ 	top: 0px;
/* 98  */ 	transform: none !important;
/* 99  */ 	-o-transform: none !important;
/* 100 */ 	-ms-transform: none !important;

/* layerslider.css */

/* 101 */ 	-moz-transform: none !important;
/* 102 */ 	-webkit-transform: none !important;
/* 103 */ }
/* 104 */ 
/* 105 */ .ls-yourlogo {
/* 106 */ 	position: absolute;
/* 107 */ 	z-index: 99;
/* 108 */ }
/* 109 */ 
/* 110 */ 
/* 111 */ 
/* 112 */ /* Timers */
/* 113 */ 
/* 114 */ .ls-bar-timer {
/* 115 */ 	position: absolute;
/* 116 */ 	width: 0;
/* 117 */ 	height: 2px;
/* 118 */ 	background: white;
/* 119 */ 	border-bottom: 2px solid #555;
/* 120 */ 	opacity: .55;
/* 121 */ 	filter: alpha(opacity=55);
/* 122 */ 	z-index: 4;
/* 123 */ 	top: 0;
/* 124 */ }
/* 125 */ 
/* 126 */ .ls-circle-timer {
/* 127 */ 	width: 16px;
/* 128 */ 	height: 16px;
/* 129 */ 	position: absolute;
/* 130 */ 	right: 10px;
/* 131 */ 	top: 10px;
/* 132 */ 	z-index: 4;
/* 133 */ 	opacity: .65;
/* 134 */ 	filter: alpha(opacity=65);
/* 135 */ 	display: none;
/* 136 */ }
/* 137 */ 
/* 138 */ .ls-ct-half {
/* 139 */ 	background: white;
/* 140 */ }
/* 141 */ 
/* 142 */ .ls-ct-center {
/* 143 */ 	background: #444;
/* 144 */ }
/* 145 */ 
/* 146 */ .ls-ct-left,
/* 147 */ .ls-ct-right {
/* 148 */ 	width: 50%;
/* 149 */ 	height: 100%;
/* 150 */ 	overflow: hidden;

/* layerslider.css */

/* 151 */ }
/* 152 */ 
/* 153 */ .ls-ct-left,
/* 154 */ .ls-ct-right {
/* 155 */ 	float: left;
/* 156 */ 	position: relative;
/* 157 */ }
/* 158 */ 
/* 159 */ .ls-ct-rotate {
/* 160 */ 	width: 200%;
/* 161 */ 	height: 100%;
/* 162 */ 	position: absolute;
/* 163 */ 	top: 0;
/* 164 */ }
/* 165 */ 
/* 166 */ .ls-ct-left .ls-ct-rotate,
/* 167 */ .ls-ct-right .ls-ct-hider,
/* 168 */ .ls-ct-right .ls-ct-half {
/* 169 */ 	left: 0;
/* 170 */ }
/* 171 */ 
/* 172 */ .ls-ct-right .ls-ct-rotate,
/* 173 */ .ls-ct-left .ls-ct-hider,
/* 174 */ .ls-ct-left .ls-ct-half {
/* 175 */ 	right: 0;
/* 176 */ }
/* 177 */ 
/* 178 */ .ls-ct-hider,
/* 179 */ .ls-ct-half {
/* 180 */ 	position: absolute;
/* 181 */ 	top: 0;
/* 182 */ }
/* 183 */ 
/* 184 */ .ls-ct-hider {
/* 185 */ 	width: 50%;
/* 186 */ 	height: 100%;
/* 187 */ 	overflow: hidden;
/* 188 */ }
/* 189 */ 
/* 190 */ .ls-ct-half {
/* 191 */ 	width: 200%;
/* 192 */ 	height: 100%;
/* 193 */ }
/* 194 */ 
/* 195 */ .ls-ct-center {
/* 196 */ 	width: 50%;
/* 197 */ 	height: 50%;
/* 198 */ 	left: 25%;
/* 199 */ 	top: 25%;
/* 200 */ 	position: absolute;

/* layerslider.css */

/* 201 */ }
/* 202 */ 
/* 203 */ .ls-ct-half,
/* 204 */ .ls-ct-center {
/* 205 */ 	border-radius: 100px;
/* 206 */ 	-moz-border-radius: 100px;
/* 207 */ 	-webkit-border-radius: 100px;
/* 208 */ }
/* 209 */ 
/* 210 */ 
/* 211 */ 
/* 212 */ /* Navigation */
/* 213 */ 
/* 214 */ .ls-bottom-nav-wrapper {
/* 215 */ 	height: 0;
/* 216 */ }
/* 217 */ 
/* 218 */ .ls-bottom-slidebuttons {
/* 219 */ 	text-align: left;
/* 220 */ }
/* 221 */ 
/* 222 */ .ls-bottom-nav-wrapper,
/* 223 */ .ls-below-thumbnails {
/* 224 */ 	z-index: 2;
/* 225 */ 	height: 0;
/* 226 */ 	position: relative;
/* 227 */ 	text-align: center;
/* 228 */ 	margin: 0 auto;
/* 229 */ }
/* 230 */ 
/* 231 */ .ls-below-thumbnails {
/* 232 */ 	display: none;
/* 233 */ 	z-index: 6;
/* 234 */ }
/* 235 */ 
/* 236 */ .ls-bottom-nav-wrapper a,
/* 237 */ .ls-nav-prev,
/* 238 */ .ls-nav-next {
/* 239 */ 	outline: none;
/* 240 */ }
/* 241 */ 
/* 242 */ * .ls-bottom-nav-wrapper *,
/* 243 */ * .ls-bottom-nav-wrapper span * {
/* 244 */ 	direction: ltr !important;
/* 245 */ }
/* 246 */ 
/* 247 */ .ls-bottom-slidebuttons {
/* 248 */ 	position: relative;
/* 249 */ 	z-index: 1000;
/* 250 */ }

/* layerslider.css */

/* 251 */ 
/* 252 */ .ls-bottom-slidebuttons,
/* 253 */ .ls-nav-start,
/* 254 */ .ls-nav-stop,
/* 255 */ .ls-nav-sides {
/* 256 */ 	position: relative;
/* 257 */ }
/* 258 */ 
/* 259 */ .ls-nothumb {
/* 260 */ 	text-align: center !important;
/* 261 */ }
/* 262 */ 
/* 263 */ .ls-link {
/* 264 */ 	position: absolute;
/* 265 */ 	width: 100% !important;
/* 266 */ 	height: 100% !important;
/* 267 */ 	left: 0 !important;
/* 268 */ 	top: 0 !important;
/* 269 */ 	background-image: url(/wp-content/plugins/LayerSlider/static/css/blank.gif);
/* 270 */ }
/* 271 */ 
/* 272 */ .ls-slide > a > * {
/* 273 */ 	background-image: url(/wp-content/plugins/LayerSlider/static/css/blank.gif);
/* 274 */ }
/* 275 */ 
/* 276 */ 
/* 277 */ 
/* 278 */ /* Embedded videos */
/* 279 */ 
/* 280 */ .ls-vpcontainer {
/* 281 */ 	width: 100%;
/* 282 */ 	height: 100%;
/* 283 */ 	position: absolute;
/* 284 */ 	left: 0;
/* 285 */ 	top: 0;
/* 286 */ }
/* 287 */ 
/* 288 */ .ls-videopreview {
/* 289 */ 	width : 100%;
/* 290 */ 	height : 100%;
/* 291 */ 	position : absolute;
/* 292 */ 	left : 0;
/* 293 */ 	top : 0;
/* 294 */ 	cursor : pointer;
/* 295 */ }
/* 296 */ 
/* 297 */ .ls-playvideo {
/* 298 */ 	position: absolute;
/* 299 */ 	left: 50%;
/* 300 */ 	top: 50%;

/* layerslider.css */

/* 301 */ 	cursor: pointer;
/* 302 */ }
/* 303 */ 
/* 304 */ 
/* 305 */ 
/* 306 */ /* Thumbnails */
/* 307 */ 
/* 308 */ .ls-tn {
/* 309 */ 	display: none !important;
/* 310 */ }
/* 311 */ 
/* 312 */ .ls-thumbnail-hover {
/* 313 */ 	display: none;
/* 314 */ 	position: absolute;
/* 315 */ 	left: 0;
/* 316 */ }
/* 317 */ 
/* 318 */ .ls-thumbnail-hover-inner {
/* 319 */ 	width: 100%;
/* 320 */ 	height: 100%;
/* 321 */ 	position: absolute;
/* 322 */ 	left: 0;
/* 323 */ 	top: 0;
/* 324 */ 	display: none;
/* 325 */ }
/* 326 */ 
/* 327 */ .ls-thumbnail-hover-bg {
/* 328 */ 	position: absolute;
/* 329 */ 	width: 100%;
/* 330 */ 	height: 100%;
/* 331 */ 	left: 0;
/* 332 */ 	top: 0;
/* 333 */ }
/* 334 */ 
/* 335 */ .ls-thumbnail-hover-img {
/* 336 */ 	position: absolute;
/* 337 */ 	overflow: hidden;
/* 338 */ }
/* 339 */ 
/* 340 */ .ls-thumbnail-hover img {
/* 341 */ 	max-width: none !important;
/* 342 */ 	position: absolute;
/* 343 */ 	display: inline-block;
/* 344 */ 	visibility: visible !important;
/* 345 */ 	left: 50%;
/* 346 */ 	top: 0;
/* 347 */ }
/* 348 */ 
/* 349 */ .ls-thumbnail-hover span {
/* 350 */ 	left: 50%;

/* layerslider.css */

/* 351 */ 	top: 100%;
/* 352 */ 	width: 0;
/* 353 */ 	height: 0;
/* 354 */ 	display: block;
/* 355 */ 	position: absolute;
/* 356 */ 	border-left-color: transparent !important;
/* 357 */ 	border-right-color: transparent !important;
/* 358 */ 	border-bottom-color: transparent !important;
/* 359 */ }
/* 360 */ 
/* 361 */ .ls-thumbnail-wrapper {
/* 362 */ 	position: relative;
/* 363 */ 	width: 100%;
/* 364 */ 	margin: 0 auto;
/* 365 */ 	z-index: 4;
/* 366 */ }
/* 367 */ 
/* 368 */ .ls-thumbnail {
/* 369 */ 	position: relative;
/* 370 */ 	margin: 0 auto;
/* 371 */ }
/* 372 */ 
/* 373 */ .ls-thumbnail-inner,
/* 374 */ .ls-thumbnail-slide-container {
/* 375 */ 	width: 100%;
/* 376 */ }
/* 377 */ 
/* 378 */ .ls-thumbnail-slide-container {
/* 379 */ 	overflow: hidden !important;
/* 380 */ 	position: relative;
/* 381 */ }
/* 382 */ 
/* 383 */ .ls-touchscroll {
/* 384 */ 	overflow-x: auto !important;
/* 385 */ }
/* 386 */ 
/* 387 */ .ls-thumbnail-slide {
/* 388 */ 	text-align: center;
/* 389 */ 	white-space: nowrap;
/* 390 */ 	float: left;
/* 391 */ 	position: relative;
/* 392 */ }
/* 393 */ 
/* 394 */ .ls-thumbnail-slide a {
/* 395 */ 	overflow: hidden;
/* 396 */ 	display: inline-block;
/* 397 */ 	width: 0;
/* 398 */ 	height: 0;
/* 399 */ 	position: relative;
/* 400 */ }

/* layerslider.css */

/* 401 */ 
/* 402 */ .ls-thumbnail-slide img {
/* 403 */ 	max-width: none !important;
/* 404 */ 	max-height: 100% !important;
/* 405 */ 	height: 100%;
/* 406 */ 	visibility: visible !important;
/* 407 */ }
/* 408 */ 
/* 409 */ .ls-shadow {
/* 410 */ 	display: none;
/* 411 */ 	position: absolute;
/* 412 */ 	z-index: 1;
/* 413 */ 	top: 100%;
/* 414 */ 	width: 100%;
/* 415 */ 	left: 0;
/* 416 */ 	overflow: hidden !important;
/* 417 */ 	visibility: hidden;
/* 418 */ }
/* 419 */ 
/* 420 */ .ls-shadow img {
/* 421 */ 	width: 100% !important;
/* 422 */ 	height: auto !important;
/* 423 */ 	position: absolute !important;
/* 424 */ 	left: 0 !important;
/* 425 */ 	bottom: 0 !important;
/* 426 */ }
/* 427 */ 
/* 428 */ .ls-bottom-nav-wrapper,
/* 429 */ .ls-thumbnail-wrapper,
/* 430 */ .ls-nav-prev,
/* 431 */ .ls-nav-next {
/* 432 */ 	visibility: hidden;
/* 433 */ }
/* 434 */ 
/* 435 */ 
/* 436 */ 
/* 437 */ /* WP plugin fullwidth */
/* 438 */ 
/* 439 */ .ls-wp-fullwidth-container {
/* 440 */ 	width: 100%;
/* 441 */ 	position: relative;
/* 442 */ }
/* 443 */ 
/* 444 */ .ls-wp-fullwidth-helper {
/* 445 */ 	position: absolute;
/* 446 */ }
/* 447 */ 
/* 448 */ 
/* 449 */ 
/* 450 */ /* 2D & 3D Layer Transitions */

/* layerslider.css */

/* 451 */ 
/* 452 */ .ls-overflow-hidden {
/* 453 */ 	overflow: hidden;
/* 454 */ }
/* 455 */ 
/* 456 */ .ls-lt-tile {
/* 457 */ 	position: relative;
/* 458 */ 	float: left;
/* 459 */ 	perspective: 1000px;
/* 460 */ 	-o-perspective: 1000px;
/* 461 */ 	-ms-perspective: 1000px;
/* 462 */ 	-moz-perspective: 1000px;
/* 463 */ 	-webkit-perspective: 1000px;
/* 464 */ }
/* 465 */ 
/* 466 */ .ls-lt-tile img {
/* 467 */ 	visibility: visible;
/* 468 */ 	display: inline-block;
/* 469 */ }
/* 470 */ 
/* 471 */ .ls-curtiles {
/* 472 */ 	overflow: hidden;
/* 473 */ }
/* 474 */ 
/* 475 */ .ls-curtiles,
/* 476 */ .ls-nexttiles {
/* 477 */ 	position: absolute;
/* 478 */ 	width: 100%;
/* 479 */ 	height: 100%;
/* 480 */ 	left: 0;
/* 481 */ 	top: 0;
/* 482 */ }
/* 483 */ 
/* 484 */ .ls-curtile, .ls-nexttile {
/* 485 */ 	overflow: hidden;
/* 486 */ 	position: absolute;
/* 487 */ 	width: 100% !important;
/* 488 */ 	height: 100% !important;
/* 489 */ 	backface-visibility: hidden;
/* 490 */ 	-o-backface-visibility: hidden;
/* 491 */ 	-ms-backface-visibility: hidden;
/* 492 */ 	-moz-backface-visibility: hidden;
/* 493 */ 	-webkit-backface-visibility: hidden;
/* 494 */ }
/* 495 */ 
/* 496 */ .ls-curtile {
/* 497 */ 	left: 0;
/* 498 */ 	top: 0;
/* 499 */ }
/* 500 */ 

/* layerslider.css */

/* 501 */ .ls-curtile img,
/* 502 */ .ls-nexttile img {
/* 503 */ 	position: absolute;
/* 504 */ 	filter: inherit;
/* 505 */ }
/* 506 */ 
/* 507 */ .ls-3d-container {
/* 508 */ 	position: relative;
/* 509 */ 	overflow: visible !important;
/* 510 */ }
/* 511 */ 
/* 512 */ .ls-3d-box {
/* 513 */ 	position: absolute;
/* 514 */ 	top: 50%;
/* 515 */ 	left: 50%;
/* 516 */ 	transform-style: preserve-3d;
/* 517 */ 	-o-transform-style: preserve-3d;
/* 518 */ 	-ms-transform-style: preserve-3d;
/* 519 */ 	-moz-transform-style: preserve-3d;
/* 520 */ 	-webkit-transform-style: preserve-3d;
/* 521 */ }
/* 522 */ 
/* 523 */ .ls-3d-box div {
/* 524 */ 	overflow: hidden;
/* 525 */ 	background: #777;
/* 526 */ 	margin: 0;
/* 527 */ 	padding: 0;
/* 528 */ 	position: absolute;
/* 529 */ }
/* 530 */ 
/* 531 */ 
/* 532 */ 
/* 533 */ /* Full screen */
/* 534 */ 
/* 535 */ .ls-fullscreen {
/* 536 */ 	position: absolute;
/* 537 */ 	z-index: 10;
/* 538 */ 	cursor: pointer;
/* 539 */ 	display: block;
/* 540 */ }
/* 541 */ 
/* 542 */ 
/* 543 */ 
/* 544 */ /* Removing all default global styles of WordPress themes */
/* 545 */ 
/* 546 */ html * .ls-nav-prev,
/* 547 */ html * .ls-nav-next,
/* 548 */ html * .ls-container img,
/* 549 */ html * .ls-bottom-nav-wrapper a,
/* 550 */ html * .ls-container .ls-fullscreen,

/* layerslider.css */

/* 551 */ body * .ls-nav-prev,
/* 552 */ body * .ls-nav-next,
/* 553 */ body * .ls-container img,
/* 554 */ body * .ls-bottom-nav-wrapper a,
/* 555 */ body * .ls-container .ls-fullscreen,
/* 556 */ #ls-global * .ls-nav-prev,
/* 557 */ #ls-global * .ls-nav-next,
/* 558 */ #ls-global * .ls-container img,
/* 559 */ #ls-global * .ls-bottom-nav-wrapper a,
/* 560 */ #ls-global * .ls-container .ls-fullscreen,
/* 561 */ html * .ls-thumbnail a,
/* 562 */ body * .ls-thumbnail a,
/* 563 */ #ls-global * .ls-thumbnail a {
/* 564 */ 	transition: none;
/* 565 */ 	-o-transition: none;
/* 566 */ 	-ms-transition: none;
/* 567 */ 	-moz-transition: none;
/* 568 */ 	-webkit-transition: none;
/* 569 */ 	line-height: normal;
/* 570 */ 	outline: none;
/* 571 */ 	padding: 0;
/* 572 */ 	border: 0;
/* 573 */ }
/* 574 */ 
/* 575 */ html * .ls-slide > a,
/* 576 */ body * .ls-slide > a,
/* 577 */ #ls-global * .ls-slide > a,
/* 578 */ html * .ls-slide > h1,
/* 579 */ body * .ls-slide > h1,
/* 580 */ #ls-global * .ls-slide > h1,
/* 581 */ html * .ls-slide > h2,
/* 582 */ body * .ls-slide > h2,
/* 583 */ #ls-global * .ls-slide > h2,
/* 584 */ html * .ls-slide > h3,
/* 585 */ body * .ls-slide > h3,
/* 586 */ #ls-global * .ls-slide > h3,
/* 587 */ html * .ls-slide > h4,
/* 588 */ body * .ls-slide > h4,
/* 589 */ #ls-global * .ls-slide > h4,
/* 590 */ html * .ls-slide > h5,
/* 591 */ body * .ls-slide > h5,
/* 592 */ #ls-global * .ls-slide > h5,
/* 593 */ html * .ls-slide > p,
/* 594 */ body * .ls-slide > p,
/* 595 */ #ls-global * .ls-slide > p,
/* 596 */ html * .ls-slide > div,
/* 597 */ body * .ls-slide > div,
/* 598 */ #ls-global * .ls-slide > div,
/* 599 */ html * .ls-slide > span,
/* 600 */ body * .ls-slide > span,

/* layerslider.css */

/* 601 */ #ls-global * .ls-slide > span,
/* 602 */ html * .ls-slide > *,
/* 603 */ body * .ls-slide > *,
/* 604 */ #ls-global * .ls-slide > * {
/* 605 */ 	transition: none;
/* 606 */ 	-o-transition: none;
/* 607 */ 	-ms-transition: none;
/* 608 */ 	-moz-transition: none;
/* 609 */ 	-webkit-transition: none;
/* 610 */ }
/* 611 */ 
/* 612 */ html * .ls-slide > *,
/* 613 */ body * .ls-slide > *,
/* 614 */ #ls-global * .ls-slide > * {
/* 615 */ 	margin: 0;
/* 616 */ }
/* 617 */ 
/* 618 */ html * .ls-container img,
/* 619 */ body * .ls-container img,
/* 620 */ #ls-global * .ls-container img {
/* 621 */ 	background: none !important;
/* 622 */ 	min-width: 0 !important;
/* 623 */ 	max-width: none !important;
/* 624 */ 	border-radius: 0;
/* 625 */ 	box-shadow: none;
/* 626 */ 	border: 0;
/* 627 */ 	padding: 0;
/* 628 */ }
/* 629 */ 
/* 630 */ /*html * .ls-thumbnail a img,
/* 631 *| body * .ls-thumbnail a img,
/* 632 *| #ls-global * .ls-thumbnail a img {
/* 633 *| 	min-width: 100% !important;
/* 634 *| }
/* 635 *| */
/* 636 */ 
/* 637 */ html * .ls-wp-container .ls-slide > *,
/* 638 */ body * .ls-wp-container .ls-slide > *,
/* 639 */ #ls-global * .ls-wp-container .ls-slide > * {
/* 640 */ 	line-height: normal;
/* 641 */ 	outline: none;
/* 642 */ 	padding: 0;
/* 643 */ 	margin: 0;
/* 644 */ 	border: 0;
/* 645 */ }
/* 646 */ 
/* 647 */ html * .ls-wp-container .ls-slide > a > *,
/* 648 */ body * .ls-wp-container .ls-slide > a > *,
/* 649 */ #ls-global * .ls-wp-container .ls-slide > a > * {
/* 650 */ 	margin: 0;

/* layerslider.css */

/* 651 */ }
/* 652 */ 
/* 653 */ html * .ls-wp-container .ls-slide > a,
/* 654 */ body * .ls-wp-container .ls-slide > a,
/* 655 */ #ls-global * .ls-wp-container .ls-slide > a {
/* 656 */ 	text-decoration: none;
/* 657 */ }
/* 658 */ 
/* 659 */ .ls-wp-fullwidth-container,
/* 660 */ .ls-wp-fullwidth-helper,
/* 661 */ .ls-container,
/* 662 */ .ls-container * {
/* 663 */ 	box-sizing: content-box !important;
/* 664 */ 	-moz-box-sizing: content-box !important;
/* 665 */ 	-webkit-box-sizing: content-box !important;
/* 666 */ }
/* 667 */ 
/* 668 */ html * .ls-yourlogo,
/* 669 */ body * .ls-yourlogo,
/* 670 */ #ls-global * .ls-yourlogo {
/* 671 */ 	margin: 0;
/* 672 */ }
/* 673 */ 
/* 674 */ html * .ls-tn,
/* 675 */ body * .ls-tn,
/* 676 */ #ls-global * .ls-tn {
/* 677 */ 	display: none;
/* 678 */ }
/* 679 */ 
/* 680 */ .site {
/* 681 */ 	overflow: visible !important;
/* 682 */ }
/* 683 */ 
/* 684 */ 
/* 685 */ 
/* 686 */ /* Style of LayerSlider Debug Console */
/* 687 */ 
/* 688 */ .ls-debug-console * {
/* 689 */ 	margin: 0 !important;
/* 690 */ 	padding: 0 !important;
/* 691 */ 	border: 0 !important;
/* 692 */ 	color: white !important;
/* 693 */ 	text-shadow: none !important;
/* 694 */ 	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
/* 695 */ 	line-height: normal !important;
/* 696 */ 	-webkit-font-smoothing: antialiased !important;
/* 697 */ 	text-align: left !important;
/* 698 */ 	font-style: normal !important;
/* 699 */ }
/* 700 */ 

/* layerslider.css */

/* 701 */ .ls-debug-console h1 {
/* 702 */ 	padding-top: 10px !important;
/* 703 */ 	font-size: 17px !important;
/* 704 */ 	font-weight: bold !important;
/* 705 */ }
/* 706 */ 
/* 707 */ .ls-debug-console h1:first-child {
/* 708 */ 	padding-top: 0 !important;
/* 709 */ }
/* 710 */ 
/* 711 */ .ls-debug-console ul {
/* 712 */ 	padding-top: 10px !important;
/* 713 */ 	list-style: none !important;
/* 714 */ }
/* 715 */ 
/* 716 */ .ls-debug-console li {
/* 717 */ 	margin-left: 10px !important;
/* 718 */ 	font-size: 13px !important;
/* 719 */ 	position: relative !important;
/* 720 */ 	font-weight: normal !important;
/* 721 */ }
/* 722 */ 
/* 723 */ html * .ls-debug-console li ul,
/* 724 */ body * .ls-debug-console li ul,
/* 725 */ #ls-global * .ls-debug-console li ul {
/* 726 */ 	display: none;
/* 727 */ 	width: 260px;
/* 728 */ 	left: -10px;
/* 729 */ }
/* 730 */ 
/* 731 */ .ls-debug-console li ul {
/* 732 */ 	position: absolute !important;
/* 733 */ 	bottom: 100% !important;
/* 734 */ 	padding: 10px 10px 10px 0 !important;
/* 735 */ 	background: white !important;
/* 736 */ 	border-radius: 10px !important;
/* 737 */ 	box-shadow: 0 0 20px black !important;
/* 738 */ }
/* 739 */ 
/* 740 */ html * .ls-debug-console li:hover ul,
/* 741 */ body * .ls-debug-console li:hover ul,
/* 742 */ #ls-global * .ls-debug-console li:hover ul {
/* 743 */ 	display: block;
/* 744 */ }
/* 745 */ 
/* 746 */ .ls-debug-console li ul * {
/* 747 */ 	color: black !important;
/* 748 */ }
/* 749 */ 
/* 750 */ .ls-debug-console a {

/* layerslider.css */

/* 751 */ 	text-decoration: none !important;
/* 752 */ 	border-bottom: 1px dotted white !important;
/* 753 */ }
/* 754 */ 
/* 755 */ .ls-error {
/* 756 */ 	border-radius: 5px !important;
/* 757 */ 	-moz-border-radius: 5px !important;
/* 758 */ 	-wenkit-border-radius: 5px !important;
/* 759 */ 	background: white !important;
/* 760 */ 	height: auto !important;
/* 761 */ 	width: auto !important;
/* 762 */ 	color: white !important;
/* 763 */ 	padding: 20px 40px 30px 80px !important;
/* 764 */ 	position: relative !important;
/* 765 */ 	box-shadow: 0 2px 20px -5px black;
/* 766 */ }
/* 767 */ 
/* 768 */ .ls-error p {
/* 769 */ 	line-height: normal !important;
/* 770 */ 	text-shadow: none !important;
/* 771 */ 	margin: 0 !important;
/* 772 */ 	padding: 0 !important;
/* 773 */ 	border: 0 !important;
/* 774 */ 	text-align: justify !important;
/* 775 */ 	font-family: Arial, sans-serif !important;
/* 776 */ }
/* 777 */ 
/* 778 */ .ls-error .ls-error-title {
/* 779 */ 	line-height: 40px !important;
/* 780 */ 	color: red !important;
/* 781 */ 	font-weight: bold !important;
/* 782 */ 	font-size: 16px !important;
/* 783 */ }
/* 784 */ 
/* 785 */ .ls-error .ls-error-text {
/* 786 */ 	color: #555 !important;
/* 787 */ 	font-weight: normal !important;
/* 788 */ 	font-size: 13px !important;
/* 789 */ }
/* 790 */ 
/* 791 */ .ls-error .ls-exclam {
/* 792 */ 	width: 40px !important;
/* 793 */ 	height: 40px !important;
/* 794 */ 	position: absolute !important;
/* 795 */ 	left: 20px !important;
/* 796 */ 	top: 20px !important;
/* 797 */ 	border-radius: 50px !important;
/* 798 */ 	-moz-border-radius: 50px !important;
/* 799 */ 	-webkit-border-radius: 50px !important;
/* 800 */ 	font-size: 30px !important;

/* layerslider.css */

/* 801 */ 	font-weight: bold !important;
/* 802 */ 	color: white !important;
/* 803 */ 	line-height: 40px !important;
/* 804 */ 	background: red !important;
/* 805 */ 	text-align: center !important;
/* 806 */ }
/* 807 */ 
/* 808 */ 
/* 809 */ 
/* 810 */ /* GPU Hardware Acceleration */
/* 811 */ 
/* 812 */ html * .ls-container .ls-shadow,
/* 813 */ html * .ls-container .ls-slide > *,
/* 814 */ html * .ls-container .ls-fullscreen,
/* 815 */ html * .ls-container .ls-3d-container,
/* 816 */ html * .ls-container .ls-lt-container,
/* 817 */ html * .ls-container .ls-lt-container *,
/* 818 */ html * .ls-container .ls-thumbnail-wrapper,
/* 819 */ html * .ls-container .ls-bottom-nav-wrapper,
/* 820 */ body * .ls-container .ls-shadow,
/* 821 */ body * .ls-container .ls-slide > *,
/* 822 */ body * .ls-container .ls-fullscreen,
/* 823 */ body * .ls-container .ls-3d-container,
/* 824 */ body * .ls-container .ls-lt-container,
/* 825 */ body * .ls-container .ls-lt-container *,
/* 826 */ body * .ls-container .ls-thumbnail-wrapper,
/* 827 */ body * .ls-container .ls-bottom-nav-wrapper,
/* 828 */ #ls-global * .ls-container .ls-shadow,
/* 829 */ #ls-global * .ls-container .ls-slide > *,
/* 830 */ #ls-global * .ls-container .ls-fullscreen,
/* 831 */ #ls-global * .ls-container .ls-3d-container,
/* 832 */ #ls-global * .ls-container .ls-lt-container,
/* 833 */ #ls-global * .ls-container .ls-lt-container *,
/* 834 */ #ls-global * .ls-container .ls-thumbnail-wrapper,
/* 835 */ #ls-global * .ls-container .ls-bottom-nav-wrapper,
/* 836 */ .ls-gpuhack {
/* 837 */ 	transform: translate3d(0, 0, 0);
/* 838 */ 	-o-transform: translate3d(0, 0, 0);
/* 839 */ 	-ms-transform: translate3d(0, 0, 0);
/* 840 */ 	-moz-transform: translate3d(0, 0, 0);
/* 841 */ 	-webkit-transform: translate3d(0, 0, 0);
/* 842 */ }
/* 843 */ 
/* 844 */ .ls-videohack {
/* 845 */ 	transform: none !important;
/* 846 */ 	-o-transform: none !important;
/* 847 */ 	-ms-transform: none !important;
/* 848 */ 	-moz-transform: none !important;
/* 849 */ 	-webkit-transform: none !important;
/* 850 */ 	transform-origin: none !important;

/* layerslider.css */

/* 851 */ 	-o-transform-origin: none !important;
/* 852 */ 	-ms-transform-origin: none !important;
/* 853 */ 	-moz-transform-origin: none !important;
/* 854 */ 	-webkit-transform-origin: none !important;
/* 855 */ }
/* 856 */ 
/* 857 */ .ls-oldiepnghack {
/* 858 */ 	filter: none !important;
/* 859 */ }
/* 860 */ 
/* 861 */ .ls-gpuhack {
/* 862 */ 	width: 100% !important;
/* 863 */ 	height: 100% !important;
/* 864 */ 	left: 0px !important;
/* 865 */ 	top: 0px !important;
/* 866 */ }
/* 867 */ 
/* 868 */ 
/* 869 */ html * .ls-container .ls-webkit-hack,
/* 870 */ body * .ls-container .ls-webkit-hack,
/* 871 */ #ls-global * .ls-container .ls-webkit-hack {
/* 872 */ 	width: 100%;
/* 873 */ 	height: 100%;
/* 874 */ 	position: absolute;
/* 875 */ 	left: 0;
/* 876 */ 	top: 0;
/* 877 */ 	z-index: 1;
/* 878 */ }
/* 879 */ 
/* 880 */ /* GPU */
/* 881 */ 
/* 882 */ @media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
/* 883 */ 	#ls-test3d {
/* 884 */ 		position: absolute;
/* 885 */ 		left: 9px;
/* 886 */ 		height: 3px;
/* 887 */ 	}
/* 888 */ }
/* 889 */ 
/* 890 */ /* Mobile features */
/* 891 */ 
/* 892 */ .ls-forcehide {
/* 893 */ 	display: none !important;
/* 894 */ }
/* 895 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie
currentDir : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/contact-form-7/includes/css

file-relative URI  : ../../images/ajax-loader.gif
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif
docroot stripped   : /wp-content/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif
traversals removed : /wp-content/plugins/contact-form-7/images/ajax-loader.gif

*/

/* styles.css */

/* 1   */ div.wpcf7 {
/* 2   */ 	margin: 0;
/* 3   */ 	padding: 0;
/* 4   */ }
/* 5   */ 
/* 6   */ div.wpcf7-response-output {
/* 7   */ 	margin: 2em 0.5em 1em;
/* 8   */ 	padding: 0.2em 1em;
/* 9   */ }
/* 10  */ 
/* 11  */ div.wpcf7 .screen-reader-response {
/* 12  */ 	position: absolute;
/* 13  */ 	overflow: hidden;
/* 14  */ 	clip: rect(1px, 1px, 1px, 1px);
/* 15  */ 	height: 1px;
/* 16  */ 	width: 1px;
/* 17  */ 	margin: 0;
/* 18  */ 	padding: 0;
/* 19  */ 	border: 0;
/* 20  */ }
/* 21  */ 
/* 22  */ div.wpcf7-mail-sent-ok {
/* 23  */ 	border: 2px solid #398f14;
/* 24  */ }
/* 25  */ 
/* 26  */ div.wpcf7-mail-sent-ng {
/* 27  */ 	border: 2px solid #ff0000;
/* 28  */ }
/* 29  */ 
/* 30  */ div.wpcf7-spam-blocked {
/* 31  */ 	border: 2px solid #ffa500;
/* 32  */ }
/* 33  */ 
/* 34  */ div.wpcf7-validation-errors {
/* 35  */ 	border: 2px solid #f7e700;
/* 36  */ }
/* 37  */ 
/* 38  */ .wpcf7-form-control-wrap {
/* 39  */ 	position: relative;
/* 40  */ }
/* 41  */ 
/* 42  */ span.wpcf7-not-valid-tip {
/* 43  */ 	color: #f00;
/* 44  */ 	font-size: 1em;
/* 45  */ 	font-weight: normal;
/* 46  */ 	display: block;
/* 47  */ }
/* 48  */ 
/* 49  */ .use-floating-validation-tip span.wpcf7-not-valid-tip {
/* 50  */ 	position: absolute;

/* styles.css */

/* 51  */ 	top: 20%;
/* 52  */ 	left: 20%;
/* 53  */ 	z-index: 100;
/* 54  */ 	border: 1px solid #ff0000;
/* 55  */ 	background: #fff;
/* 56  */ 	padding: .2em .8em;
/* 57  */ }
/* 58  */ 
/* 59  */ span.wpcf7-list-item {
/* 60  */ 	display: inline-block;
/* 61  */ 	margin: 0 0 0 1em;
/* 62  */ }
/* 63  */ 
/* 64  */ span.wpcf7-list-item-label::before,
/* 65  */ span.wpcf7-list-item-label::after {
/* 66  */ 	content: " ";
/* 67  */ }
/* 68  */ 
/* 69  */ .wpcf7-display-none {
/* 70  */ 	display: none;
/* 71  */ }
/* 72  */ 
/* 73  */ div.wpcf7 .ajax-loader {
/* 74  */ 	visibility: hidden;
/* 75  */ 	display: inline-block;
/* 76  */ 	background-image: url('/wp-content/plugins/contact-form-7/images/ajax-loader.gif');
/* 77  */ 	width: 16px;
/* 78  */ 	height: 16px;
/* 79  */ 	border: none;
/* 80  */ 	padding: 0;
/* 81  */ 	margin: 0 0 0 4px;
/* 82  */ 	vertical-align: middle;
/* 83  */ }
/* 84  */ 
/* 85  */ div.wpcf7 .ajax-loader.is-active {
/* 86  */ 	visibility: visible;
/* 87  */ }
/* 88  */ 
/* 89  */ div.wpcf7 div.ajax-error {
/* 90  */ 	display: none;
/* 91  */ }
/* 92  */ 
/* 93  */ div.wpcf7 .placeheld {
/* 94  */ 	color: #888;
/* 95  */ }
/* 96  */ 
/* 97  */ div.wpcf7 .wpcf7-recaptcha iframe {
/* 98  */ 	margin-bottom: 0;
/* 99  */ }
/* 100 */ 

/* styles.css */

/* 101 */ div.wpcf7 input[type="file"] {
/* 102 */ 	cursor: pointer;
/* 103 */ }
/* 104 */ 
/* 105 */ div.wpcf7 input[type="file"]:disabled {
/* 106 */ 	cursor: default;
/* 107 */ }
/* 108 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie
currentDir : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css

file-relative URI  : ../font/revicons.eot?5510888
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../font/revicons.eot?5510888
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../font/revicons.eot?5510888
traversals removed : /wp-content/plugins/revslider/rs-plugin/font/revicons.eot?5510888

file-relative URI  : ../font/revicons.eot?5510888#iefix
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../font/revicons.eot?5510888#iefix
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../font/revicons.eot?5510888#iefix
traversals removed : /wp-content/plugins/revslider/rs-plugin/font/revicons.eot?5510888#iefix

file-relative URI  : ../font/revicons.woff?5510888
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../font/revicons.woff?5510888
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../font/revicons.woff?5510888
traversals removed : /wp-content/plugins/revslider/rs-plugin/font/revicons.woff?5510888

file-relative URI  : ../font/revicons.ttf?5510888
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../font/revicons.ttf?5510888
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../font/revicons.ttf?5510888
traversals removed : /wp-content/plugins/revslider/rs-plugin/font/revicons.ttf?5510888

file-relative URI  : ../font/revicons.svg?5510888#revicons
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../font/revicons.svg?5510888#revicons
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../font/revicons.svg?5510888#revicons
traversals removed : /wp-content/plugins/revslider/rs-plugin/font/revicons.svg?5510888#revicons

file-relative URI  : ../font/revicons.svg?5510888#revicons
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../font/revicons.svg?5510888#revicons
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../font/revicons.svg?5510888#revicons
traversals removed : /wp-content/plugins/revslider/rs-plugin/font/revicons.svg?5510888#revicons

file-relative URI  : ../assets/gridtile.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/gridtile.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/gridtile.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/gridtile.png

file-relative URI  : ../assets/gridtile_white.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/gridtile_white.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/gridtile_white.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/gridtile_white.png

file-relative URI  : ../assets/gridtile_3x3.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/gridtile_3x3.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/gridtile_3x3.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/gridtile_3x3.png

file-relative URI  : ../assets/gridtile_3x3_white.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/gridtile_3x3_white.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/gridtile_3x3_white.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/gridtile_3x3_white.png

file-relative URI  : ../assets/shadow1.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/shadow1.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/shadow1.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/shadow1.png

file-relative URI  : ../assets/shadow2.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/shadow2.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/shadow2.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/shadow2.png

file-relative URI  : ../assets/shadow3.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/shadow3.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/shadow3.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/shadow3.png

file-relative URI  : ../images/gradient/g30.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../images/gradient/g30.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../images/gradient/g30.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/images/gradient/g30.png

file-relative URI  : ../images/gradient/g40.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../images/gradient/g40.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../images/gradient/g40.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/images/gradient/g40.png

file-relative URI  : ../assets/boxed_bgtile.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/boxed_bgtile.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/boxed_bgtile.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/boxed_bgtile.png

file-relative URI  : ../assets/navigdots_bgtile.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/navigdots_bgtile.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/navigdots_bgtile.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/navigdots_bgtile.png

file-relative URI  : ../assets/bullet.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/bullet.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/bullet.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/bullet.png

file-relative URI  : ../assets/bullets.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/bullets.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/bullets.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/bullets.png

file-relative URI  : ../assets/bullets2.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/bullets2.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/bullets2.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/bullets2.png

file-relative URI  : ../assets/bullets2.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/bullets2.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/bullets2.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/bullets2.png

file-relative URI  : ../assets/bullet_boxed.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/bullet_boxed.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/bullet_boxed.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/bullet_boxed.png

file-relative URI  : ../assets/navigdots.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/navigdots.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/navigdots.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/navigdots.png

file-relative URI  : ../assets/large_left.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/large_left.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/large_left.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/large_left.png

file-relative URI  : ../assets/large_right.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/large_right.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/large_right.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/large_right.png

file-relative URI  : ../assets/small_left.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/small_left.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/small_left.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/small_left.png

file-relative URI  : ../assets/small_right.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/small_right.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/small_right.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/small_right.png

file-relative URI  : ../assets/arrow_left.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/arrow_left.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/arrow_left.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/arrow_left.png

file-relative URI  : ../assets/arrow_right.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/arrow_right.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/arrow_right.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/arrow_right.png

file-relative URI  : ../assets/small_left_boxed.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/small_left_boxed.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/small_left_boxed.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/small_left_boxed.png

file-relative URI  : ../assets/small_right_boxed.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/small_right_boxed.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/small_right_boxed.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/small_right_boxed.png

file-relative URI  : ../assets/arrowleft.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/arrowleft.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/arrowleft.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/arrowleft.png

file-relative URI  : ../assets/arrowright.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/arrowright.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/arrowright.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/arrowright.png

file-relative URI  : ../assets/arrow_left2.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/arrow_left2.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/arrow_left2.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/arrow_left2.png

file-relative URI  : ../assets/arrow_right2.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/arrow_right2.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/arrow_right2.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/arrow_right2.png

file-relative URI  : ../assets/arrow_left2.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/arrow_left2.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/arrow_left2.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/arrow_left2.png

file-relative URI  : ../assets/arrow_right2.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/arrow_right2.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/arrow_right2.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/arrow_right2.png

file-relative URI  : ../assets/large_left.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/large_left.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/large_left.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/large_left.png

file-relative URI  : ../assets/large_right.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/large_right.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/large_right.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/large_right.png

file-relative URI  : ../assets/timer.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/timer.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/timer.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/timer.png

file-relative URI  : ../assets/coloredbg.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/coloredbg.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/coloredbg.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/coloredbg.png

file-relative URI  : ../assets/coloredbg.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/coloredbg.png
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/coloredbg.png
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/coloredbg.png

file-relative URI  : ../assets/loader.gif
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/loader.gif
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/loader.gif
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/loader.gif

file-relative URI  : ../assets/loader.gif
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/plugins/revslider/rs-plugin/css/../assets/loader.gif
docroot stripped   : /wp-content/plugins/revslider/rs-plugin/css/../assets/loader.gif
traversals removed : /wp-content/plugins/revslider/rs-plugin/assets/loader.gif

*/

/* settings.css */

/* 1    */ /*-----------------------------------------------------------------------------
/* 2    *| 
/* 3    *| 	-	Revolution Slider 4.1 Captions -
/* 4    *| 
/* 5    *| 		Screen Stylesheet
/* 6    *| 
/* 7    *| version:   	1.4.5
/* 8    *| date:      	27/11/13
/* 9    *| author:		themepunch
/* 10   *| email:     	info@themepunch.com
/* 11   *| website:   	http://www.themepunch.com
/* 12   *| -----------------------------------------------------------------------------*/
/* 13   */ 
/* 14   */ 
/* 15   */ @font-face {
/* 16   */   font-family: 'revicons';
/* 17   */   src: url('/wp-content/plugins/revslider/rs-plugin/font/revicons.eot?5510888');
/* 18   */   src: url('/wp-content/plugins/revslider/rs-plugin/font/revicons.eot?5510888#iefix') format('embedded-opentype'),
/* 19   */        url('/wp-content/plugins/revslider/rs-plugin/font/revicons.woff?5510888') format('woff'),
/* 20   */        url('/wp-content/plugins/revslider/rs-plugin/font/revicons.ttf?5510888') format('truetype'),
/* 21   */        url('/wp-content/plugins/revslider/rs-plugin/font/revicons.svg?5510888#revicons') format('svg');
/* 22   */   font-weight: normal;
/* 23   */   font-style: normal;
/* 24   */ }
/* 25   */ /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* 26   */ /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/* 27   */ /*
/* 28   *| @media screen and (-webkit-min-device-pixel-ratio:0) {
/* 29   *|   @font-face {
/* 30   *|     font-family: 'revicons';
/* 31   *|     src: url('/wp-content/plugins/revslider/rs-plugin/font/revicons.svg?5510888#revicons') format('svg');
/* 32   *|   }
/* 33   *| }
/* 34   *| */
/* 35   */ 
/* 36   */  [class^="revicon-"]:before, [class*=" revicon-"]:before {
/* 37   */   font-family: "revicons";
/* 38   */   font-style: normal;
/* 39   */   font-weight: normal;
/* 40   */   speak: none;
/* 41   */ 
/* 42   */   display: inline-block;
/* 43   */   text-decoration: inherit;
/* 44   */   width: 1em;
/* 45   */   margin-right: .2em;
/* 46   */   text-align: center;
/* 47   */   /* opacity: .8; */
/* 48   */ 
/* 49   */   /* For safety - reset parent styles, that can break glyph codes*/
/* 50   */   font-variant: normal;

/* settings.css */

/* 51   */   text-transform: none;
/* 52   */ 
/* 53   */   /* fix buttons height, for twitter bootstrap */
/* 54   */   line-height: 1em;
/* 55   */ 
/* 56   */   /* Animation center compensation - margins should be symmetric */
/* 57   */   /* remove if not needed */
/* 58   */   margin-left: .2em;
/* 59   */ 
/* 60   */   /* you can be more comfortable with increased icons size */
/* 61   */   /* font-size: 120%; */
/* 62   */ 
/* 63   */   /* Uncomment for 3D effect */
/* 64   */   /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
/* 65   */ }
/* 66   */ 
/* 67   */ .revicon-search-1:before { content: '\e802'; } /* '' */
/* 68   */ .revicon-pencil-1:before { content: '\e831'; } /* '' */
/* 69   */ .revicon-picture-1:before { content: '\e803'; } /* '' */
/* 70   */ .revicon-cancel:before { content: '\e80a'; } /* '' */
/* 71   */ .revicon-info-circled:before { content: '\e80f'; } /* '' */
/* 72   */ .revicon-trash:before { content: '\e801'; } /* '' */
/* 73   */ .revicon-left-dir:before { content: '\e817'; } /* '' */
/* 74   */ .revicon-right-dir:before { content: '\e818'; } /* '' */
/* 75   */ .revicon-down-open:before { content: '\e83b'; } /* '' */
/* 76   */ .revicon-left-open:before { content: '\e819'; } /* '' */
/* 77   */ .revicon-right-open:before { content: '\e81a'; } /* '' */
/* 78   */ .revicon-angle-left:before { content: '\e820'; } /* '' */
/* 79   */ .revicon-angle-right:before { content: '\e81d'; } /* '' */
/* 80   */ .revicon-left-big:before { content: '\e81f'; } /* '' */
/* 81   */ .revicon-right-big:before { content: '\e81e'; } /* '' */
/* 82   */ .revicon-magic:before { content: '\e807'; } /* '' */
/* 83   */ .revicon-picture:before { content: '\e800'; } /* '' */
/* 84   */ .revicon-export:before { content: '\e80b'; } /* '' */
/* 85   */ .revicon-cog:before { content: '\e832'; } /* '' */
/* 86   */ .revicon-login:before { content: '\e833'; } /* '' */
/* 87   */ .revicon-logout:before { content: '\e834'; } /* '' */
/* 88   */ .revicon-video:before { content: '\e805'; } /* '' */
/* 89   */ .revicon-arrow-combo:before { content: '\e827'; } /* '' */
/* 90   */ .revicon-left-open-1:before { content: '\e82a'; } /* '' */
/* 91   */ .revicon-right-open-1:before { content: '\e82b'; } /* '' */
/* 92   */ .revicon-left-open-mini:before { content: '\e822'; } /* '' */
/* 93   */ .revicon-right-open-mini:before { content: '\e823'; } /* '' */
/* 94   */ .revicon-left-open-big:before { content: '\e824'; } /* '' */
/* 95   */ .revicon-right-open-big:before { content: '\e825'; } /* '' */
/* 96   */ .revicon-left:before { content: '\e836'; } /* '' */
/* 97   */ .revicon-right:before { content: '\e826'; } /* '' */
/* 98   */ .revicon-ccw:before { content: '\e808'; } /* '' */
/* 99   */ .revicon-arrows-ccw:before { content: '\e806'; } /* '' */
/* 100  */ .revicon-palette:before { content: '\e829'; } /* '' */

/* settings.css */

/* 101  */ .revicon-list-add:before { content: '\e80c'; } /* '' */
/* 102  */ .revicon-doc:before { content: '\e809'; } /* '' */
/* 103  */ .revicon-left-open-outline:before { content: '\e82e'; } /* '' */
/* 104  */ .revicon-left-open-2:before { content: '\e82c'; } /* '' */
/* 105  */ .revicon-right-open-outline:before { content: '\e82f'; } /* '' */
/* 106  */ .revicon-right-open-2:before { content: '\e82d'; } /* '' */
/* 107  */ .revicon-equalizer:before { content: '\e83a'; } /* '' */
/* 108  */ .revicon-layers-alt:before { content: '\e804'; } /* '' */
/* 109  */ .revicon-popup:before { content: '\e828'; } /* '' */
/* 110  */ 
/* 111  */ 
/* 112  */ /*********************************
/* 113  *| 	-	SPECIAL TP CAPTIONS -
/* 114  *| **********************************/
/* 115  */ 
/* 116  */ .tp-static-layers				{	position:absolute; z-index:505; top:0px;left:0px}
/* 117  */ 
/* 118  */ 
/* 119  */ .tp-caption .frontcorner		{
/* 120  */ 										width: 0;
/* 121  */ 										height: 0;
/* 122  */ 										border-left: 40px solid transparent;
/* 123  */ 										border-right: 0px solid transparent;
/* 124  */ 										border-top: 40px solid #00A8FF;
/* 125  */ 										position: absolute;left:-40px;top:0px;
/* 126  */ 									}
/* 127  */ 
/* 128  */ .tp-caption .backcorner		{
/* 129  */ 										width: 0;
/* 130  */ 										height: 0;
/* 131  */ 										border-left: 0px solid transparent;
/* 132  */ 										border-right: 40px solid transparent;
/* 133  */ 										border-bottom: 40px solid #00A8FF;
/* 134  */ 										position: absolute;right:0px;top:0px;
/* 135  */ 									}
/* 136  */ 
/* 137  */ .tp-caption .frontcornertop		{
/* 138  */ 										width: 0;
/* 139  */ 										height: 0;
/* 140  */ 										border-left: 40px solid transparent;
/* 141  */ 										border-right: 0px solid transparent;
/* 142  */ 										border-bottom: 40px solid #00A8FF;
/* 143  */ 										position: absolute;left:-40px;top:0px;
/* 144  */ 									}
/* 145  */ 
/* 146  */ .tp-caption .backcornertop		{
/* 147  */ 										width: 0;
/* 148  */ 										height: 0;
/* 149  */ 										border-left: 0px solid transparent;
/* 150  */ 										border-right: 40px solid transparent;

/* settings.css */

/* 151  */ 										border-top: 40px solid #00A8FF;
/* 152  */ 										position: absolute;right:0px;top:0px;
/* 153  */ 									}
/* 154  */ 									
/* 155  */ .tp-layer-inner-rotation			{	position: relative !important;}		
/* 156  */ 
/* 157  */ 
/* 158  */ /***********************************************
/* 159  *| 	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
/* 160  *| ***********************************************/
/* 161  */ 
/* 162  */ img.tp-slider-alternative-image	{	width:100%; height:auto;}
/* 163  */ 
/* 164  */ 
/* 165  */ 							
/* 166  */ 
/* 167  */ /******************************
/* 168  *| 	-	WRAPPER STYLES		-
/* 169  *| ******************************/
/* 170  */ 
/* 171  */ 
/* 172  */ 
/* 173  */ .rev_slider_wrapper{
/* 174  */ 	position:relative;
/* 175  */ }
/* 176  */ 
/* 177  */ .rev_slider_wrapper >ul	{
/* 178  */ 	visibility:hidden;
/* 179  */ }
/* 180  */ 
/* 181  */ .rev_slider{
/* 182  */ 	position:relative;
/* 183  */ 	overflow:visible;
/* 184  */ }
/* 185  */ 
/* 186  */ 
/* 187  */ .rev_slider img{
/* 188  */ 	max-width:none !important;
/* 189  */ 	-moz-transition: none 0;
/* 190  */ 	-webkit-transition: none 0;
/* 191  */ 	-o-transition: none 0;
/* 192  */ 	transition: none 0;
/* 193  */ 	margin:0px;
/* 194  */ 	padding:0px;
/* 195  */ 	border-width:0px;
/* 196  */ 	border:none;
/* 197  */ 
/* 198  */ }
/* 199  */ 
/* 200  */ .rev_slider .no-slides-text{

/* settings.css */

/* 201  */ 	font-weight:bold;
/* 202  */ 	text-align:center;
/* 203  */ 	padding-top:80px;
/* 204  */ }
/* 205  */ 
/* 206  */ .rev_slider >ul{
/* 207  */ 	margin:0px;
/* 208  */ 	padding:0px;
/* 209  */ 	list-style: none !important;
/* 210  */ 	list-style-type: none;
/* 211  */ 	background-position:0px 0px;
/* 212  */ }
/* 213  */ 
/* 214  */ .rev_slider >ul >li,
/* 215  */ .rev_slider >ul >li:before{
/* 216  */ 
/* 217  */ 	list-style:none !important;
/* 218  */ 	position:absolute;
/* 219  */ 	visibility:hidden;
/* 220  */ 	margin:0px !important;
/* 221  */ 	padding:0px !important;
/* 222  */ 	overflow-x: visible;
/* 223  */ 	overflow-y: visible;
/* 224  */ 	list-style-type: none !important;
/* 225  */ 	background-image:none;
/* 226  */ 	background-position:0px 0px;
/* 227  */ 	text-indent: 0em;
/* 228  */ }
/* 229  */ 
/* 230  */ .tp-revslider-slidesli,
/* 231  */ .tp-revslider-mainul	{	padding:0 !important; margin:0 !important; list-style:none !important;}
/* 232  */ 
/* 233  */ .tp-simpleresponsive >ul,
/* 234  */ .tp-simpleresponsive >ul >li,
/* 235  */ .tp-simpleresponsive >ul >li:before {
/* 236  */ 	list-style:none;
/* 237  */ 	padding:0 !important;
/* 238  */ 	margin:0 !important;
/* 239  */ 	list-style:none !important;
/* 240  */ 	overflow-x: visible;
/* 241  */ 	overflow-y: visible;
/* 242  */ 	background-image:none
/* 243  */ }
/* 244  */ 
/* 245  */ 
/* 246  */ .tp-simpleresponsive >ul li{
/* 247  */ 	list-style:none;
/* 248  */ 	position:absolute;
/* 249  */ 	visibility:hidden;
/* 250  */ }

/* settings.css */

/* 251  */ 
/* 252  */ 
/* 253  */ .rev_slider .tp-caption,
/* 254  */ .rev_slider .caption { position:absolute;  visibility:hidden; white-space: nowrap}
/* 255  */ 
/* 256  */ .tp-simpleresponsive img	{	max-width:none}
/* 257  */ 
/* 258  */ /* ADDED FOR SLIDELINK MANAGEMENT */
/* 259  */ .tp-caption { z-index:1}
/* 260  */ 
/* 261  */ 
/* 262  */ 
/* 263  */ .tp_inner_padding	{	box-sizing:border-box;
/* 264  */ 						-webkit-box-sizing:border-box;
/* 265  */ 						-moz-box-sizing:border-box;
/* 266  */ 						max-height:none !important;	}
/* 267  */ 
/* 268  */ 
/* 269  */ .tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important}
/* 270  */ 
/* 271  */ .rev_slider embed,
/* 272  */ .rev_slider iframe,
/* 273  */ .rev_slider object,
/* 274  */ .rev_slider video {max-width: none !important}
/* 275  */ 
/* 276  */ /******************************
/* 277  *| 	-	WRAPPER STYLES END	-
/* 278  *| ******************************/
/* 279  */ 
/* 280  */ /******************************
/* 281  *| 	-	IE8 HACKS	-
/* 282  *| *******************************/
/* 283  */ .noFilterClass {
/* 284  */ 	filter:none !important;
/* 285  */ }
/* 286  */ /******************************
/* 287  *| 	-	IE8 HACKS ENDS	-
/* 288  *| *******************************/
/* 289  */ 
/* 290  */ /********************************
/* 291  *| 	-	FULLSCREEN VIDEO	-
/* 292  *| *********************************/
/* 293  */ 
/* 294  */ .tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
/* 295  */ .caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%}
/* 296  */ .caption.fullscreenvideo iframe,
/* 297  */ .caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}
/* 298  */ 
/* 299  */ .tp-caption.fullscreenvideo	{	left:0px; top:0px; position:absolute;width:100%;height:100%}
/* 300  */ 

/* settings.css */

/* 301  */ 
/* 302  */ .tp-caption.fullscreenvideo iframe,
/* 303  */ .tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}
/* 304  */ 
/* 305  */ 
/* 306  */ .fullcoveredvideo video,
/* 307  */ .fullscreenvideo video					{	background: #000}
/* 308  */ 
/* 309  */ .fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}
/* 310  */ 
/* 311  */ .html5vid.videoisplaying .tp-poster	{	display: none}
/* 312  */ 
/* 313  */ .tp-video-play-button		{	background:#000;
/* 314  */ 								background:rgba(0,0,0,0.3);
/* 315  */ 								padding:5px;
/* 316  */ 								border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
/* 317  */ 								position: absolute;
/* 318  */ 								top: 50%;
/* 319  */ 								left: 50%;
/* 320  */ 								font-size: 40px;
/* 321  */ 								color: #FFF;
/* 322  */ 								z-index: 3;
/* 323  */ 								margin-top: -27px;
/* 324  */ 								margin-left: -28px;
/* 325  */ 								text-align: center;
/* 326  */ 								cursor: pointer;
/* 327  */ 								
/* 328  */ 							}
/* 329  */ .tp-caption:hover .tp-video-play-button	{	opacity: 1;}
/* 330  */ .html5vid .tp-revstop							{	width:15px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position: relative;margin:10px 20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
/* 331  */ .html5vid .tp-revstop							{	display:none}
/* 332  */ .html5vid.videoisplaying .revicon-right-dir		{	display:none}
/* 333  */ .html5vid.videoisplaying .tp-revstop			{	display:block}
/* 334  */ 
/* 335  */ .html5vid.videoisplaying .tp-video-play-button	{	display:none}
/* 336  */ .html5vid:hover .tp-video-play-button 			{ display:block}
/* 337  */ 
/* 338  */ .fullcoveredvideo .tp-video-play-button	{	display:none !important}
/* 339  */ 
/* 340  */ .tp-video-controls {
/* 341  */ 	position: absolute;
/* 342  */ 	bottom: 0;
/* 343  */ 	left: 0;
/* 344  */ 	right: 0;
/* 345  */ 	padding: 5px;
/* 346  */ 	opacity: 0;
/* 347  */ 	-webkit-transition: opacity .3s;
/* 348  */ 	-moz-transition: opacity .3s;
/* 349  */ 	-o-transition: opacity .3s;
/* 350  */ 	-ms-transition: opacity .3s;

/* settings.css */

/* 351  */ 	transition: opacity .3s;
/* 352  */ 	background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
/* 353  */ 	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
/* 354  */ 	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
/* 355  */ 	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
/* 356  */ 	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
/* 357  */ 
/* 358  */ 	background-image: -webkit-gradient(
/* 359  */ 		linear,
/* 360  */ 		left bottom,
/* 361  */ 		left top,
/* 362  */ 		color-stop(0.13, rgb(0,0,0)),
/* 363  */ 		color-stop(1, rgb(50,50,50))
/* 364  */ 	);
/* 365  */ 	
/* 366  */ 	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
/* 367  */ }
/* 368  */ 
/* 369  */ .tp-caption:hover .tp-video-controls {
/* 370  */ 	opacity: .9;
/* 371  */ }
/* 372  */ 
/* 373  */ .tp-video-button {
/* 374  */ 	background: rgba(0,0,0,.5);
/* 375  */ 	border: 0;
/* 376  */ 	color: #EEE;
/* 377  */ 	-webkit-border-radius: 3px;
/* 378  */ 	-moz-border-radius: 3px;
/* 379  */ 	-o-border-radius: 3px;
/* 380  */ 	border-radius: 3px;
/* 381  */ 	cursor:pointer;
/* 382  */ 	line-height:12px;
/* 383  */ 	font-size:12px;
/* 384  */ 	color:#fff;
/* 385  */ 	padding:0px;
/* 386  */ 	margin:0px;
/* 387  */ 	outline: none;
/* 388  */ 	}
/* 389  */ .tp-video-button:hover {
/* 390  */ 	cursor: pointer;
/* 391  */ }
/* 392  */ 
/* 393  */ 
/* 394  */ .tp-video-button-wrap,
/* 395  */ .tp-video-seek-bar-wrap,
/* 396  */ .tp-video-vol-bar-wrap 	{ padding:0px 5px;display:table-cell; }
/* 397  */ 
/* 398  */ .tp-video-seek-bar-wrap	{	width:80%}
/* 399  */ .tp-video-vol-bar-wrap	{	width:20%}
/* 400  */ 

/* settings.css */

/* 401  */ .tp-volume-bar,
/* 402  */ .tp-seek-bar		{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}
/* 403  */ 
/* 404  */ 
/* 405  */ /********************************
/* 406  *| 	-	FULLSCREEN VIDEO ENDS	-
/* 407  *| *********************************/
/* 408  */ 
/* 409  */ 
/* 410  */ 
/* 411  */ /********************************
/* 412  *| 	-	DOTTED OVERLAYS	-
/* 413  *| *********************************/
/* 414  */ .tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
/* 415  */ .tp-dottedoverlay.twoxtwo				{	background:url(/wp-content/plugins/revslider/rs-plugin/assets/gridtile.png)}
/* 416  */ .tp-dottedoverlay.twoxtwowhite			{	background:url(/wp-content/plugins/revslider/rs-plugin/assets/gridtile_white.png)}
/* 417  */ .tp-dottedoverlay.threexthree			{	background:url(/wp-content/plugins/revslider/rs-plugin/assets/gridtile_3x3.png)}
/* 418  */ .tp-dottedoverlay.threexthreewhite		{	background:url(/wp-content/plugins/revslider/rs-plugin/assets/gridtile_3x3_white.png)}
/* 419  */ 
/* 420  */ /********************************
/* 421  *| 	-	DOTTED OVERLAYS ENDS	-
/* 422  *| *********************************/
/* 423  */ 
/* 424  */ 
/* 425  */ 
/* 426  */ /**********************************************
/* 427  *| 	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
/* 428  *| **********************************************/
/* 429  */ 
/* 430  */ .fullscreen-container {
/* 431  */ 		width:100%;
/* 432  */ 		position:relative;
/* 433  */ 		padding:0;
/* 434  */ }
/* 435  */ 
/* 436  */ 
/* 437  */ 
/* 438  */ .fullwidthbanner-container{
/* 439  */ 	width:100%;
/* 440  */ 	position:relative;
/* 441  */ 	padding:0;
/* 442  */ 	overflow:hidden;
/* 443  */ }
/* 444  */ 
/* 445  */ .fullwidthbanner-container .fullwidthabanner{
/* 446  */ 	width:100%;
/* 447  */ 	position:relative;
/* 448  */ }
/* 449  */ 
/* 450  */ 

/* settings.css */

/* 451  */ /****************************************************************
/* 452  *| 
/* 453  *| 	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -
/* 454  *| 
/* 455  *| ******************************************************************/
/* 456  */ 
/* 457  */ .tp-simpleresponsive .slotholder *,
/* 458  */ .tp-simpleresponsive img			{ 	/*-webkit-transform: translateZ(0);
/* 459  *| 										  -webkit-backface-visibility: hidden;
/* 460  *| 										  -webkit-perspective: 1000;*/
/* 461  */ 									}
/* 462  */ 
/* 463  */ 
/* 464  */ /************************************************
/* 465  *| 	  - SOME CAPTION MODIFICATION AT START  -
/* 466  *| *************************************************/
/* 467  */ .tp-simpleresponsive .caption,
/* 468  */ .tp-simpleresponsive .tp-caption {
/* 469  */ 	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
/* 470  */ 	position:absolute;
/* 471  */ 	-webkit-font-smoothing: antialiased !important;
/* 472  */ }
/* 473  */ 
/* 474  */ 
/* 475  */ /******************************
/* 476  *| 	-	SHADOWS		-
/* 477  *| ******************************/
/* 478  */ .tp-bannershadow  {
/* 479  */ 		position:absolute;
/* 480  */ 
/* 481  */ 		margin-left:auto;
/* 482  */ 		margin-right:auto;
/* 483  */ 		-moz-user-select: none;
/* 484  */         -khtml-user-select: none;
/* 485  */         -webkit-user-select: none;
/* 486  */         -o-user-select: none;
/* 487  */ 	}
/* 488  */ 
/* 489  */ .tp-bannershadow.tp-shadow1 {	background:url(/wp-content/plugins/revslider/rs-plugin/assets/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:30px; bottom:-30px}
/* 490  */ .tp-bannershadow.tp-shadow2 {	background:url(/wp-content/plugins/revslider/rs-plugin/assets/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
/* 491  */ .tp-bannershadow.tp-shadow3 {	background:url(/wp-content/plugins/revslider/rs-plugin/assets/shadow3.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
/* 492  */ 
/* 493  */ 
/* 494  */ /******************************
/* 495  *| 	-	BUTTONS	-
/* 496  *| *******************************/
/* 497  */ 
/* 498  */ .tp-button{
/* 499  */ 			padding:6px 13px 5px;
/* 500  */ 			border-radius: 3px;

/* settings.css */

/* 501  */ 			-moz-border-radius: 3px;
/* 502  */ 			-webkit-border-radius: 3px;
/* 503  */ 			height:30px;
/* 504  */ 			cursor:pointer;
/* 505  */ 			color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
/* 506  */ 			background:url(/wp-content/plugins/revslider/rs-plugin/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
/* 507  */ 			text-decoration:none;
/* 508  */ 		}
/* 509  */ 
/* 510  */ .tp-button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(/wp-content/plugins/revslider/rs-plugin/images/gradient/g40.png) repeat-x top}
/* 511  */ 
/* 512  */ 
/* 513  */ .purchase:hover,
/* 514  */ .tp-button:hover,
/* 515  */ .tp-button.big:hover		{	background-position:bottom, 15px 11px}
/* 516  */ 
/* 517  */ 
/* 518  */ 	/*@media only screen and (min-width: 480px) and (max-width: 767px) {
/* 519  *| 		.tp-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
/* 520  *| 		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
/* 521  *| 	}
/* 522  *| 
/* 523  *|     @media only screen and (min-width: 0px) and (max-width: 479px) {
/* 524  *| 		.tp-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important}
/* 525  *| 		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
/* 526  *| 	}*/
/* 527  */ 
/* 528  */ 
/* 529  */ /*	BUTTON COLORS	*/
/* 530  */ 
/* 531  */ .tp-button.green, .tp-button:hover.green,
/* 532  */ .purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }
/* 533  */ 
/* 534  */ 
/* 535  */ .tp-button.blue, .tp-button:hover.blue,
/* 536  */ .purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}
/* 537  */ 
/* 538  */ 
/* 539  */ .tp-button.red, .tp-button:hover.red,
/* 540  */ .purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}
/* 541  */ 
/* 542  */ .tp-button.orange, .tp-button:hover.orange,
/* 543  */ .purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}
/* 544  */ 
/* 545  */ .tp-button.darkgrey,.tp-button.grey,
/* 546  */ .tp-button:hover.darkgrey,.tp-button:hover.grey,
/* 547  */ .purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}
/* 548  */ 
/* 549  */ .tp-button.lightgrey, .tp-button:hover.lightgrey,
/* 550  */ .purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}

/* settings.css */

/* 551  */ 
/* 552  */ 
/* 553  */ 
/* 554  */ /************************
/* 555  *| 	-	NAVIGATION	-
/* 556  *| *************************/
/* 557  */ 
/* 558  */ /** BULLETS **/
/* 559  */ 
/* 560  */ .tpclear								{	clear:both}
/* 561  */ 
/* 562  */ 
/* 563  */ .tp-bullets								{	z-index:1000; position:absolute;
/* 564  */ 												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 565  */ 												-moz-opacity: 1;
/* 566  */ 												-khtml-opacity: 1;
/* 567  */ 												opacity: 1;
/* 568  */ 												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
/* 569  */ 												-webkit-transform: translateZ(5px);
/* 570  */ 										}
/* 571  */ .tp-bullets.hidebullets					{
/* 572  */ 												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* 573  */ 												-moz-opacity: 0;
/* 574  */ 												-khtml-opacity: 0;
/* 575  */ 												opacity: 0;
/* 576  */ 										}
/* 577  */ 
/* 578  */ 
/* 579  */ .tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(/wp-content/plugins/revslider/rs-plugin/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }
/* 580  */ 
/* 581  */ .tp-bullets.simplebullets.navbar-old					{ 	 background:url(/wp-content/plugins/revslider/rs-plugin/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }
/* 582  */ 
/* 583  */ 
/* 584  */ .tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/bullet.png) no-repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px}
/* 585  */ .tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px}
/* 586  */ 
/* 587  */ .tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/bullets.png) no-repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:0px}
/* 588  */ .tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px}
/* 589  */ 
/* 590  */ 
/* 591  */ /**	SQUARE BULLETS **/
/* 592  */ .tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
/* 593  */ .tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px}
/* 594  */ 
/* 595  */ 
/* 596  */ /**	SQUARE BULLETS **/
/* 597  */ .tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
/* 598  */ .tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px}
/* 599  */ 
/* 600  */ 

/* settings.css */

/* 601  */ /** navbar NAVIGATION VERSION **/
/* 602  */ .tp-bullets.simplebullets.navbar .bullet				{	cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/bullet_boxed.png) no-repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px}
/* 603  */ 
/* 604  */ .tp-bullets.simplebullets.navbar .bullet.first			{	margin-left:0px !important}
/* 605  */ .tp-bullets.simplebullets.navbar .bullet.last			{	margin-right:0px !important}
/* 606  */ 
/* 607  */ 
/* 608  */ 
/* 609  */ /** navbar NAVIGATION VERSION **/
/* 610  */ .tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/navigdots.png) no-repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px}
/* 611  */ .tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important}
/* 612  */ .tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important}
/* 613  */ 
/* 614  */ 
/* 615  */ .tp-bullets.simplebullets .bullet:hover,
/* 616  */ .tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }
/* 617  */ 
/* 618  */ .tp-bullets.simplebullets.round .bullet:hover,
/* 619  */ .tp-bullets.simplebullets.round .bullet.selected,
/* 620  */ .tp-bullets.simplebullets.navbar .bullet:hover,
/* 621  */ .tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }
/* 622  */ 
/* 623  */ 
/* 624  */ 
/* 625  */ /*************************************
/* 626  *| 	-	TP ARROWS 	-
/* 627  *| **************************************/
/* 628  */ .tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 629  */ 															-moz-opacity: 1;
/* 630  */ 															-khtml-opacity: 1;
/* 631  */ 															opacity: 1;
/* 632  */ 															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
/* 633  */ 															-webkit-transform: translateZ(1000px);
/* 634  */ 															-webkit-transform-style: preserve-3d;
/* 635  */ 
/* 636  */ 														}
/* 637  */ 
/* 638  */ 
/* 639  */ .tparrows .tp-arr-imgholder								{ display: none}
/* 640  */ .tparrows .tp-arr-titleholder							{ display: none}
/* 641  */ 
/* 642  */ .tparrows.hidearrows									{
/* 643  */ 															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* 644  */ 															-moz-opacity: 0;
/* 645  */ 															-khtml-opacity: 0;
/* 646  */ 															opacity: 0;
/* 647  */ 														}
/* 648  */ .tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/large_left.png) no-repeat top left;	width:40px;	height:40px;   }
/* 649  */ .tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/large_right.png) no-repeat top left;	width:40px;	height:40px;   }
/* 650  */ 

/* settings.css */

/* 651  */ 
/* 652  */ .tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/small_left.png) no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:0px;	}
/* 653  */ .tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/small_right.png) no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:0px}
/* 654  */ 
/* 655  */ 
/* 656  */ .tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_left.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:0px;	}
/* 657  */ .tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_right.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:0px}
/* 658  */ 
/* 659  */ 
/* 660  */ .tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/small_left_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px}
/* 661  */ .tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/small_right_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px}
/* 662  */ 
/* 663  */ 
/* 664  */ .tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/arrowleft.png) no-repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px}
/* 665  */ .tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/arrowright.png) no-repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px}
/* 666  */ 
/* 667  */ .tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
/* 668  */ .tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }
/* 669  */ 
/* 670  */ .tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
/* 671  */ .tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}
/* 672  */ 
/* 673  */ 
/* 674  */ .tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
/* 675  */ .tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}
/* 676  */ 
/* 677  */ 
/* 678  */ .tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/large_left.png) no-repeat 0 0;	width:40px;	height:40px;
/* 679  */ 
/* 680  */ 														}
/* 681  */ .tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(/wp-content/plugins/revslider/rs-plugin/assets/large_right.png) no-repeat 0 0;	width:40px;	height:40px;
/* 682  */ 
/* 683  */ 														}
/* 684  */ 
/* 685  */ 
/* 686  */ 
/* 687  */ 
/* 688  */ .tp-leftarrow:hover,
/* 689  */ .tp-rightarrow:hover 									{	background-position:bottom left; }
/* 690  */ 
/* 691  */ 
/* 692  */ 
/* 693  */ 
/* 694  */ 
/* 695  */ 
/* 696  */ /****************************************************************************************************
/* 697  *| 	-	TP THUMBS 	-
/* 698  *| *****************************************************************************************************
/* 699  *| 
/* 700  *|  - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

/* settings.css *|

/* 701  *| 
/* 702  *|  - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)
/* 703  *| 
/* 704  *|  *****************************************************************************************************/
/* 705  */ 
/* 706  */ 
/* 707  */ .tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
/* 708  */ 												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
/* 709  */ 												margin-top:-50px;
/* 710  */ 												vertical-align: top;
/* 711  */ 											}
/* 712  */ .tp-bullets.tp-thumbs img					{	vertical-align: top}
/* 713  */ 
/* 714  */ 
/* 715  */ .fullwidthbanner-container .tp-thumbs		{  padding:3px}
/* 716  */ 
/* 717  */ .tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
/* 718  */ 												overflow:hidden; position:relative}
/* 719  */ 
/* 720  */ 
/* 721  */ .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute}
/* 722  */ 
/* 723  */ .tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
/* 724  */ 												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
/* 725  */ 												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/* 726  */ 												/*filter: alpha(opacity=50);	*/
/* 727  */ 												-moz-opacity: 0.5;
/* 728  */ 												-khtml-opacity: 0.5;
/* 729  */ 												opacity: 0.5;
/* 730  */ 
/* 731  */ 												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
/* 732  */ 											}
/* 733  */ 
/* 734  */ 
/* 735  */ .tp-bullets.tp-thumbs .bullet:hover,
/* 736  */ .tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 737  */ 												-moz-opacity: 1;
/* 738  */ 												-khtml-opacity: 1;
/* 739  */ 												opacity: 1;
/* 740  */ 											}
/* 741  */ .tp-thumbs img								{	width:100%; }
/* 742  */ 
/* 743  */ 
/* 744  */ 
/* 745  */ 
/* 746  */ /************************************
/* 747  *| 		-	TP BANNER TIMER		-
/* 748  *| *************************************/
/* 749  */ .tp-bannertimer								{	visibility: hidden; width:100%; height:5px; /*background:url(/wp-content/plugins/revslider/rs-plugin/assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
/* 750  */ .tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}

/* settings.css */

/* 751  */ 
/* 752  */ 
/* 753  */ 
/* 754  */ 
/* 755  */ 
/* 756  */ /*****************************************
/* 757  *| 	-	NAVIGATION FANCY EXAMPLES	-
/* 758  *| *****************************************/
/* 759  */ 
/* 760  */ /* NAVIGATION PREVIEW 1 */
/* 761  */ .tparrows.preview1 							{	width:100px;height:100px;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;background: transparent}
/* 762  */ .tparrows.preview1:after					{	position:absolute; left:0px;top:0px; font-family: "revicons"; color:#fff; font-size:30px; width:100px;height:100px;text-align: center; background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s; transition: background 0.3s, color 0.3s}
/* 763  */ .tp-rightarrow.preview1:after				{	content: '\e825';  }
/* 764  */ .tp-leftarrow.preview1:after				{	content: '\e824';  }
/* 765  */ 
/* 766  */ .tparrows.preview1:hover:after 				{	background:rgba(255,255,255,1); color:#aaa; }
/* 767  */ 
/* 768  */ .tparrows.preview1 .tp-arr-imgholder 		{	background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0px;
/* 769  */ 												-webkit-transition: -webkit-transform 0.3s;
/* 770  */ 												transition: transform 0.3s;
/* 771  */ 												-webkit-backface-visibility: hidden;
/* 772  */ 												backface-visibility: hidden;
/* 773  */ 											}
/* 774  */ .tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;
/* 775  */ 												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0}
/* 776  */ .tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}
/* 777  */ 
/* 778  */ 
/* 779  */ .tp-rightarrow.preview1 .tp-arr-imgholder	{	right:100%;
/* 780  */ 												-webkit-transform: rotateY(-90deg);
/* 781  */ 												transform: rotateY(-90deg);
/* 782  */ 												-webkit-transform-origin: 100% 50%;
/* 783  */ 												transform-origin: 100% 50%;
/* 784  */ 												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;
/* 785  */ 
/* 786  */ 
/* 787  */ 
/* 788  */ 											}
/* 789  */ .tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%;
/* 790  */ 												-webkit-transform: rotateY(90deg);
/* 791  */ 												transform: rotateY(90deg);
/* 792  */ 												-webkit-transform-origin: 0% 50%;
/* 793  */ 												transform-origin: 0% 50%;
/* 794  */ 												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;
/* 795  */ 
/* 796  */ 
/* 797  */ 
/* 798  */ 											}
/* 799  */ 
/* 800  */ 

/* settings.css */

/* 801  */ .tparrows.preview1:hover .tp-arr-imgholder	{	-webkit-transform: rotateY(0deg);
/* 802  */ 												transform: rotateY(0deg);
/* 803  */ 												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
/* 804  */ 
/* 805  */ 											}
/* 806  */ 
/* 807  */ 
/* 808  */ 	@media only screen and (min-width: 768px) and (max-width: 979px) {
/* 809  */ 		.tparrows.preview1,
/* 810  */ 		.tparrows.preview1:after	{	width:80px; height:80px;line-height:80px; font-size:24px}
/* 811  */ 
/* 812  */ 	}
/* 813  */ 
/* 814  */     @media only screen and (min-width: 480px) and (max-width: 767px) {
/* 815  */ 		.tparrows.preview1,
/* 816  */ 		.tparrows.preview1:after	{	width:60px; height:60px;line-height:60px;font-size:20px}
/* 817  */ 
/* 818  */ 	}
/* 819  */ 
/* 820  */ 
/* 821  */ 
/* 822  */     @media only screen and (min-width: 0px) and (max-width: 479px) {
/* 823  */ 		.tparrows.preview1,
/* 824  */ 		.tparrows.preview1:after	{	width:40px; height:40px;line-height:40px; font-size:12px}
/* 825  */     }
/* 826  */ 
/* 827  */ /* PREVIEW 1 BULLETS */
/* 828  */ 
/* 829  */ .tp-bullets.preview1 						{ 	height: 21px; }
/* 830  */ .tp-bullets.preview1 .bullet 				{	cursor: pointer;
/* 831  */ 											    position: relative !important;
/* 832  */ 											    background: rgba(0, 0, 0, 0.15) !important;
/* 833  */ 											    /*-webkit-border-radius: 10px;
/* 834  *| 											    border-radius: 10px;*/
/* 835  */ 											    -webkit-box-shadow: none;
/* 836  */ 											    -moz-box-shadow: none;
/* 837  */ 											    box-shadow: none;
/* 838  */ 											    width: 5px !important;
/* 839  */ 											    height: 5px !important;
/* 840  */ 											    border: 8px solid rgba(0, 0, 0, 0) !important;
/* 841  */ 											    display: inline-block;
/* 842  */ 											    margin-right: 5px !important;
/* 843  */ 											    margin-bottom: 0px !important;
/* 844  */ 											    -webkit-transition: background-color 0.2s, border-color 0.2s;
/* 845  */ 											    -moz-transition: background-color 0.2s, border-color 0.2s;
/* 846  */ 											    -o-transition: background-color 0.2s, border-color 0.2s;
/* 847  */ 											    -ms-transition: background-color 0.2s, border-color 0.2s;
/* 848  */ 											    transition: background-color 0.2s, border-color 0.2s;
/* 849  */ 											    float:none !important;
/* 850  */ 											    box-sizing:content-box;

/* settings.css */

/* 851  */ 												-moz-box-sizing:content-box;
/* 852  */ 												-webkit-box-sizing:content-box;
/* 853  */ }
/* 854  */ .tp-bullets.preview1 .bullet.last 			{	margin-right: 0px; }
/* 855  */ .tp-bullets.preview1 .bullet:hover,
/* 856  */ .tp-bullets.preview1 .bullet.selected 		{	-webkit-box-shadow: none;
/* 857  */ 											    -moz-box-shadow: none;
/* 858  */ 											    box-shadow: none;
/* 859  */ 												background: #aaa !important;
/* 860  */ 												width: 5px !important;
/* 861  */ 											    height: 5px !important;
/* 862  */ 											    border: 8px solid rgba(255, 255, 255, 1) !important;
/* 863  */ }
/* 864  */ 
/* 865  */ 
/* 866  */ 
/* 867  */ 
/* 868  */ /* NAVIGATION PREVIEW 2 */
/* 869  */ .tparrows.preview2 							{	min-width:60px; min-height:60px; background:#fff; ;
/* 870  */ 
/* 871  */ 												border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
/* 872  */ 												overflow:hidden;
/* 873  */ 												-webkit-transition: -webkit-transform 1.3s;
/* 874  */ 												-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
/* 875  */ 												transition: width 0.3s, background-color 0.3s, opacity 0.3s;
/* 876  */ 												backface-visibility: hidden;
/* 877  */ }
/* 878  */ .tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; color:#aaa; font-size:25px; margin-top: -12px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s }
/* 879  */ .tp-rightarrow.preview2:after				{	content: '\e81e';  right:18px; }
/* 880  */ .tp-leftarrow.preview2:after				{	content: '\e81f';  left:18px; }
/* 881  */ 
/* 882  */ 
/* 883  */ .tparrows.preview2 .tp-arr-titleholder 		{	background-size:cover; background-position:center center; display:block; visibility:hidden;position:relative;top:0px;
/* 884  */ 												-webkit-transition: -webkit-transform 0.3s;
/* 885  */ 												transition: transform 0.3s;
/* 886  */ 												-webkit-backface-visibility: hidden;
/* 887  */ 												backface-visibility: hidden;
/* 888  */ 												white-space: nowrap;
/* 889  */ 												color: #000;
/* 890  */ 												text-transform: uppercase;
/* 891  */ 												font-weight: 400;
/* 892  */ 												font-size: 14px;
/* 893  */ 												line-height: 60px;
/* 894  */ 												padding:0px 10px;
/* 895  */ 											}
/* 896  */ 
/* 897  */ .tp-rightarrow.preview2 .tp-arr-titleholder	{	 right:50px;
/* 898  */ 												-webkit-transform: translateX(-100%);
/* 899  */ 												transform: translateX(-100%);
/* 900  */ 											}

/* settings.css */

/* 901  */ .tp-leftarrow.preview2 .tp-arr-titleholder	{	left:50px;
/* 902  */ 												-webkit-transform: translateX(100%);
/* 903  */ 												transform: translateX(100%);
/* 904  */ 											}
/* 905  */ 
/* 906  */ .tparrows.preview2.hovered					{	width:300px}
/* 907  */ .tparrows.preview2:hover					{	background:#fff}
/* 908  */ .tparrows.preview2:hover:after				{	color:#000}
/* 909  */ .tparrows.preview2:hover .tp-arr-titleholder{	-webkit-transform: translateX(0px);
/* 910  */ 													transform: translateX(0px);
/* 911  */ 													visibility: visible;
/* 912  */ 													position: absolute;
/* 913  */ 											}
/* 914  */ 
/* 915  */ /* PREVIEW 2 BULLETS */
/* 916  */ 
/* 917  */ .tp-bullets.preview2 						{ 	height: 17px; }
/* 918  */ .tp-bullets.preview2 .bullet 				{	cursor: pointer;
/* 919  */ 											    position: relative !important;
/* 920  */ 											    background: rgba(0, 0, 0, 0.5) !important;
/* 921  */ 											    -webkit-border-radius: 10px;
/* 922  */ 											    border-radius: 10px;
/* 923  */ 											    -webkit-box-shadow: none;
/* 924  */ 											    -moz-box-shadow: none;
/* 925  */ 											    box-shadow: none;
/* 926  */ 											    width: 6px !important;
/* 927  */ 											    height: 6px !important;
/* 928  */ 											    border: 5px solid rgba(0, 0, 0, 0) !important;
/* 929  */ 											    display: inline-block;
/* 930  */ 											    margin-right: 2px !important;
/* 931  */ 											    margin-bottom: 0px !important;
/* 932  */ 											    -webkit-transition: background-color 0.2s, border-color 0.2s;
/* 933  */ 											    -moz-transition: background-color 0.2s, border-color 0.2s;
/* 934  */ 											    -o-transition: background-color 0.2s, border-color 0.2s;
/* 935  */ 											    -ms-transition: background-color 0.2s, border-color 0.2s;
/* 936  */ 											    transition: background-color 0.2s, border-color 0.2s;
/* 937  */ 											    float:none !important;
/* 938  */ 											    box-sizing:content-box;
/* 939  */ 												-moz-box-sizing:content-box;
/* 940  */ 												-webkit-box-sizing:content-box;
/* 941  */ }
/* 942  */ .tp-bullets.preview2 .bullet.last 			{	margin-right: 0px; }
/* 943  */ .tp-bullets.preview2 .bullet:hover,
/* 944  */ .tp-bullets.preview2 .bullet.selected 		{	-webkit-box-shadow: none;
/* 945  */ 											    -moz-box-shadow: none;
/* 946  */ 											    box-shadow: none;
/* 947  */ 												background: rgba(255, 255, 255, 1) !important;
/* 948  */ 												width: 6px !important;
/* 949  */ 											    height: 6px !important;
/* 950  */ 											    border: 5px solid rgba(0, 0, 0, 1) !important;

/* settings.css */

/* 951  */ }
/* 952  */ 
/* 953  */ .tp-arr-titleholder.alwayshidden			{	display:none !important}
/* 954  */ 
/* 955  */ 
/* 956  */ 	@media only screen and (min-width: 768px) and (max-width: 979px) {
/* 957  */ 		.tparrows.preview2 {	min-width:40px; min-height:40px; width:40px;height:40px;
/* 958  */ 								border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
/* 959  */ 							}
/* 960  */ 		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:20px; margin-top: -12px}
/* 961  */ 		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:11px}
/* 962  */ 		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:11px}
/* 963  */ 		.tparrows.preview2 .tp-arr-titleholder		{	font-size:12px; line-height:40px; letter-spacing: 0px}
/* 964  */ 		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:35px}
/* 965  */ 		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:35px}
/* 966  */ 
/* 967  */ 	}
/* 968  */ 
/* 969  */     @media only screen and (min-width: 480px) and (max-width: 767px) {
/* 970  */    		 .tparrows.preview2 						{	min-width:30px; min-height:30px; width:30px;height:30px;
/* 971  */ 														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
/* 972  */ 													}
/* 973  */ 		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
/* 974  */ 		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
/* 975  */ 		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
/* 976  */ 		.tparrows.preview2 .tp-arr-titleholder		{	font-size:10px; line-height:30px; letter-spacing: 0px}
/* 977  */ 		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:25px}
/* 978  */ 		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:25px}
/* 979  */ 		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
/* 980  */ 
/* 981  */ 
/* 982  */ 	}
/* 983  */ 
/* 984  */     @media only screen and (min-width: 0px) and (max-width: 479px) {
/* 985  */ 		.tparrows.preview2 							{	min-width:30px; min-height:30px; width:30px;height:30px;
/* 986  */ 														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
/* 987  */ 													}
/* 988  */ 		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
/* 989  */ 		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
/* 990  */ 		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
/* 991  */ 		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
/* 992  */ 		.tparrows.preview2:hover					{	width:30px !important; height:30px !important}
/* 993  */     }
/* 994  */ 
/* 995  */ 
/* 996  */ 
/* 997  */ /* NAVIGATION PREVIEW 3 */
/* 998  */ .tparrows.preview3 							{	width:70px; height:70px; background:#fff; background:rgba(255,255,255,1); -webkit-transform-style: flat; }
/* 999  */ .tparrows.preview3:after					{	position:absolute;  line-height: 70px;text-align: center; font-family: "revicons"; color:#aaa; font-size:30px; top:0px;left:0px;;background:#fff; z-index:100; width:70px;height:70px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s}
/* 1000 */ .tparrows.preview3:hover:after					{	color:#000; }

/* settings.css */

/* 1001 */ .tp-rightarrow.preview3:after				{	content: '\e825';  }
/* 1002 */ .tp-leftarrow.preview3:after				{	content: '\e824';  }
/* 1003 */ 
/* 1004 */ 
/* 1005 */ .tparrows.preview3 .tp-arr-iwrapper			{
/* 1006 */ 												  -webkit-transform: scale(0,1);
/* 1007 */ 												  transform: scale(0,1);
/* 1008 */ 												  -webkit-transform-origin: 100% 50%;
/* 1009 */ 												  transform-origin: 100% 50%;
/* 1010 */ 												  -webkit-transition: -webkit-transform 0.2s;
/* 1011 */ 												  transition: transform 0.2s;
/* 1012 */ 												  z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75);
/* 1013 */ 												  display: table;min-height:90px;top:-10px}
/* 1014 */ 
/* 1015 */ .tp-leftarrow.preview3 .tp-arr-iwrapper		{	 -webkit-transform: scale(0,1);
/* 1016 */ 												  transform: scale(0,1);
/* 1017 */ 												  -webkit-transform-origin: 0% 50%;
/* 1018 */ 												  transform-origin: 0% 50%;
/* 1019 */ 											}
/* 1020 */ 
/* 1021 */ .tparrows.preview3 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center; display:table-cell;min-width:90px;height:90px;
/* 1022 */ 												position:relative;top:0px; }
/* 1023 */ 
/* 1024 */ .tp-rightarrow.preview3 .tp-arr-iwrapper	{	right:0px;padding-right:70px}
/* 1025 */ .tp-leftarrow.preview3 .tp-arr-iwrapper		{	left:0px; direction: rtl;padding-left:70px}
/* 1026 */ .tparrows.preview3 .tp-arr-titleholder		{	display:table-cell; padding:30px;font-size:16px; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle}
/* 1027 */ 
/* 1028 */ .tparrows.preview3:hover .tp-arr-iwrapper	{
/* 1029 */ 												-webkit-transform: scale(1,1);
/* 1030 */ 												  transform: scale(1,1);
/* 1031 */ 
/* 1032 */ 											}
/* 1033 */ 
/* 1034 */ /* PREVIEW 3 BULLETS */
/* 1035 */ .tp-bullets.preview3 						{ 	height: 17px; }
/* 1036 */ .tp-bullets.preview3 .bullet 				{	cursor: pointer;
/* 1037 */ 											    position: relative !important;
/* 1038 */ 											    background: rgba(0, 0, 0, 0.5) !important;
/* 1039 */ 											    -webkit-border-radius: 10px;
/* 1040 */ 											    border-radius: 10px;
/* 1041 */ 											    -webkit-box-shadow: none;
/* 1042 */ 											    -moz-box-shadow: none;
/* 1043 */ 											    box-shadow: none;
/* 1044 */ 											    width: 6px !important;
/* 1045 */ 											    height: 6px !important;
/* 1046 */ 											    border: 5px solid rgba(0, 0, 0, 0) !important;
/* 1047 */ 											    display: inline-block;
/* 1048 */ 											    margin-right: 2px !important;
/* 1049 */ 											    margin-bottom: 0px !important;
/* 1050 */ 											    -webkit-transition: background-color 0.2s, border-color 0.2s;

/* settings.css */

/* 1051 */ 											    -moz-transition: background-color 0.2s, border-color 0.2s;
/* 1052 */ 											    -o-transition: background-color 0.2s, border-color 0.2s;
/* 1053 */ 											    -ms-transition: background-color 0.2s, border-color 0.2s;
/* 1054 */ 											    transition: background-color 0.2s, border-color 0.2s;
/* 1055 */ 											    float:none !important;
/* 1056 */ 											    box-sizing:content-box;
/* 1057 */ 												-moz-box-sizing:content-box;
/* 1058 */ 												-webkit-box-sizing:content-box;
/* 1059 */ }
/* 1060 */ .tp-bullets.preview3 .bullet.last 			{	margin-right: 0px; }
/* 1061 */ .tp-bullets.preview3 .bullet:hover,
/* 1062 */ .tp-bullets.preview3 .bullet.selected 		{	-webkit-box-shadow: none;
/* 1063 */ 											    -moz-box-shadow: none;
/* 1064 */ 											    box-shadow: none;
/* 1065 */ 												background: rgba(255, 255, 255, 1) !important;
/* 1066 */ 												width: 6px !important;
/* 1067 */ 											    height: 6px !important;
/* 1068 */ 											    border: 5px solid rgba(0, 0, 0, 1) !important;
/* 1069 */ }
/* 1070 */ 
/* 1071 */ 
/* 1072 */ 	@media only screen and (min-width: 768px) and (max-width: 979px) {
/* 1073 */ 		.tparrows.preview3:after,
/* 1074 */ 		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
/* 1075 */ 		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
/* 1076 */ 		.tparrows.preview3 .tp-arr-imgholder 		{	min-width:70px;height:70px}
/* 1077 */ 		.tp-rightarrow.preview3 .tp-arr-iwrapper	{	padding-right:50px}
/* 1078 */ 		.tp-leftarrow.preview3 .tp-arr-iwrapper		{	padding-left:50px}
/* 1079 */ 		.tparrows.preview3 .tp-arr-titleholder		{	padding:10px;font-size:16px; }
/* 1080 */ 
/* 1081 */ 
/* 1082 */ 
/* 1083 */ 	}
/* 1084 */ 
/* 1085 */     @media only screen  and (max-width: 767px) {
/* 1086 */ 
/* 1087 */ 		.tparrows.preview3:after,
/* 1088 */ 		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
/* 1089 */ 		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
/* 1090 */ 	}
/* 1091 */ 
/* 1092 */ 
/* 1093 */ 
/* 1094 */ 
/* 1095 */ 
/* 1096 */ /* NAVIGATION PREVIEW 4 */
/* 1097 */ .tparrows.preview4 							{	width:30px; height:110px;  background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000}
/* 1098 */ .tparrows.preview4:after					{	position:absolute;  line-height: 110px;text-align: center; font-family: "revicons"; color:#fff; font-size:20px; top:0px;left:0px;z-index:0; width:30px;height:110px; background: #000; background: rgba(0,0,0,0.25);
/* 1099 */ 												-webkit-transition: all 0.2s ease-in-out;
/* 1100 */ 											    -moz-transition: all 0.2s ease-in-out;

/* settings.css */

/* 1101 */ 											    -o-transition: all 0.2s ease-in-out;
/* 1102 */ 											    transition: all 0.2s ease-in-out;
/* 1103 */ 												   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
/* 1104 */ 
/* 1105 */ 											}
/* 1106 */ 
/* 1107 */ .tp-rightarrow.preview4:after				{	content: '\e825';  }
/* 1108 */ .tp-leftarrow.preview4:after				{	content: '\e824';  }
/* 1109 */ 
/* 1110 */ 
/* 1111 */ .tparrows.preview4 .tp-arr-allwrapper		{	visibility:hidden;width:180px;position: absolute;z-index: 1;min-height:120px;top:0px;left:-150px; overflow: hidden;-webkit-perspective: 1000px;-webkit-transform-style: flat}
/* 1112 */ 
/* 1113 */ .tp-leftarrow.preview4 .tp-arr-allwrapper	{	left:0px}
/* 1114 */ .tparrows.preview4 .tp-arr-iwrapper			{	position: relative}
/* 1115 */ 
/* 1116 */ .tparrows.preview4 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center;width:180px;height:110px;
/* 1117 */ 												position:relative;top:0px;
/* 1118 */ 
/* 1119 */ 												-webkit-backface-visibility: hidden;
/* 1120 */ 												backface-visibility: hidden;
/* 1121 */ 
/* 1122 */ 
/* 1123 */ 
/* 1124 */ 											}
/* 1125 */ 
/* 1126 */ 
/* 1127 */ .tparrows.preview4 .tp-arr-imgholder2 		{	display:block;background-size:cover; background-position:center center; width:180px;height:110px;
/* 1128 */ 												position:absolute;top:0px; left:180px;
/* 1129 */ 												-webkit-backface-visibility: hidden;
/* 1130 */ 												backface-visibility: hidden;
/* 1131 */ 
/* 1132 */ 											}
/* 1133 */ 
/* 1134 */ .tp-leftarrow.preview4 .tp-arr-imgholder2 	{	left:-180px}
/* 1135 */ 
/* 1136 */ 
/* 1137 */ 
/* 1138 */ 
/* 1139 */ .tparrows.preview4 .tp-arr-titleholder		{	display:block; font-size:12px; line-height:25px; padding:0px 10px;text-align:left;color:#fff; position: relative;
/* 1140 */ 												background: #000;
/* 1141 */ 												color: #FFF;
/* 1142 */ 												text-transform: uppercase;
/* 1143 */ 												white-space: nowrap;
/* 1144 */ 												letter-spacing: 1px;
/* 1145 */ 												font-weight: 700;
/* 1146 */ 												font-size: 11px;
/* 1147 */ 												line-height: 2.75;
/* 1148 */ 												-webkit-transition: all 0.3s;
/* 1149 */ 												transition: all 0.3s;
/* 1150 */ 												-webkit-transform: rotateX(-90deg);

/* settings.css */

/* 1151 */ 												transform: rotateX(-90deg);
/* 1152 */ 												-webkit-transform-origin: 50% 0;
/* 1153 */ 												transform-origin: 50% 0;
/* 1154 */ 												-webkit-backface-visibility: hidden;
/* 1155 */ 												backface-visibility: hidden;
/* 1156 */ 												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;
/* 1157 */ 
/* 1158 */ 
/* 1159 */ }
/* 1160 */ 
/* 1161 */ 
/* 1162 */ 
/* 1163 */ .tparrows.preview4:after				{	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%}
/* 1164 */ .tp-leftarrow.preview4:after			{	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%}
/* 1165 */ 
/* 1166 */ 
/* 1167 */ 
/* 1168 */ 
/* 1169 */ @media only screen and (min-width: 768px)  {
/* 1170 */ 		.tparrows.preview4:hover:after				{	-webkit-transform: rotateY(-90deg); transform:rotateY(-90deg)}
/* 1171 */ 		.tp-leftarrow.preview4:hover:after			{	-webkit-transform: rotateY(90deg); transform:rotateY(90deg)}
/* 1172 */ 
/* 1173 */ 
/* 1174 */ 		.tparrows.preview4:hover .tp-arr-titleholder	{	-webkit-transition-delay: 0.4s;
/* 1175 */ 															transition-delay: 0.4s;
/* 1176 */ 															-webkit-transform: rotateX(0deg);
/* 1177 */ 															transform: rotateX(0deg);
/* 1178 */ 															-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
/* 1179 */ 
/* 1180 */ 														}
/* 1181 */ }
/* 1182 */ 
/* 1183 */ /* PREVIEW 4 BULLETS */
/* 1184 */ 
/* 1185 */ .tp-bullets.preview4 						{ 	height: 17px; }
/* 1186 */ .tp-bullets.preview4 .bullet 				{	cursor: pointer;
/* 1187 */ 											    position: relative !important;
/* 1188 */ 											    background: rgba(0, 0, 0, 0.5) !important;
/* 1189 */ 											    -webkit-border-radius: 10px;
/* 1190 */ 											    border-radius: 10px;
/* 1191 */ 											    -webkit-box-shadow: none;
/* 1192 */ 											    -moz-box-shadow: none;
/* 1193 */ 											    box-shadow: none;
/* 1194 */ 											    width: 6px !important;
/* 1195 */ 											    height: 6px !important;
/* 1196 */ 											    border: 5px solid rgba(0, 0, 0, 0) !important;
/* 1197 */ 											    display: inline-block;
/* 1198 */ 											    margin-right: 2px !important;
/* 1199 */ 											    margin-bottom: 0px !important;
/* 1200 */ 											    -webkit-transition: background-color 0.2s, border-color 0.2s;

/* settings.css */

/* 1201 */ 											    -moz-transition: background-color 0.2s, border-color 0.2s;
/* 1202 */ 											    -o-transition: background-color 0.2s, border-color 0.2s;
/* 1203 */ 											    -ms-transition: background-color 0.2s, border-color 0.2s;
/* 1204 */ 											    transition: background-color 0.2s, border-color 0.2s;
/* 1205 */ 											    float:none !important;
/* 1206 */ 											    box-sizing:content-box;
/* 1207 */ 												-moz-box-sizing:content-box;
/* 1208 */ 												-webkit-box-sizing:content-box;
/* 1209 */ }
/* 1210 */ .tp-bullets.preview4 .bullet.last 			{	margin-right: 0px; }
/* 1211 */ .tp-bullets.preview4 .bullet:hover,
/* 1212 */ .tp-bullets.preview4 .bullet.selected 		{	-webkit-box-shadow: none;
/* 1213 */ 											    -moz-box-shadow: none;
/* 1214 */ 											    box-shadow: none;
/* 1215 */ 												background: rgba(255, 255, 255, 1) !important;
/* 1216 */ 												width: 6px !important;
/* 1217 */ 											    height: 6px !important;
/* 1218 */ 											    border: 5px solid rgba(0, 0, 0, 1) !important;
/* 1219 */ }
/* 1220 */ 
/* 1221 */ 
/* 1222 */     @media only screen  and (max-width: 767px) {
/* 1223 */    		 .tparrows.preview4 						{	width:20px; height:80px}
/* 1224 */    		 .tparrows.preview4:after					{	width:20px; height:80px; line-height:80px; font-size:14px}
/* 1225 */ 
/* 1226 */    		 .tparrows.preview1 .tp-arr-allwrapper,
/* 1227 */    		 .tparrows.preview2 .tp-arr-allwrapper,
/* 1228 */    		 .tparrows.preview3 .tp-arr-allwrapper,
/* 1229 */    		 .tparrows.preview4 .tp-arr-allwrapper		{	display: none !important}
/* 1230 */     }
/* 1231 */ 
/* 1232 */ 
/* 1233 */ /***************************************
/* 1234 *| 	-	RESPONSIVE SETTINGS 	-
/* 1235 *| ****************************************/
/* 1236 */ 
/* 1237 */ 
/* 1238 */ 
/* 1239 */ 
/* 1240 */ /*********************************************
/* 1241 *| 
/* 1242 *| 	-	BASIC SETTINGS FOR THE BANNER	-
/* 1243 *| 
/* 1244 *| ***********************************************/
/* 1245 */ 
/* 1246 */  .tp-simpleresponsive img {
/* 1247 */ 		-moz-user-select: none;
/* 1248 */         -khtml-user-select: none;
/* 1249 */         -webkit-user-select: none;
/* 1250 */         -o-user-select: none;

/* settings.css */

/* 1251 */ }
/* 1252 */ 
/* 1253 */ .tp-caption img {
/* 1254 */ background: transparent;
/* 1255 */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
/* 1256 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
/* 1257 */ zoom: 1;
/* 1258 */ }
/* 1259 */ 
/* 1260 */ 
/* 1261 */ 
/* 1262 */ /*  CAPTION SLIDELINK   **/
/* 1263 */ .caption.slidelink a div,
/* 1264 */ .tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(/wp-content/plugins/revslider/rs-plugin/assets/coloredbg.png) repeat}
/* 1265 */ 
/* 1266 */ .tp-caption.slidelink a span	{	background:url(/wp-content/plugins/revslider/rs-plugin/assets/coloredbg.png) repeat}
/* 1267 */ 
/* 1268 */ 
/* 1269 */ 
/* 1270 */ 
/* 1271 */ 
/* 1272 */ 
/* 1273 */ /******************************
/* 1274 *| 	-	LOADER FORMS	-
/* 1275 *| ********************************/
/* 1276 */ 
/* 1277 */ .tp-loader 	{
/* 1278 */ 				top:50%; left:50%;
/* 1279 */ 				z-index:10000;
/* 1280 */ 				position:absolute;
/* 1281 */ 
/* 1282 */ 
/* 1283 */ 			}
/* 1284 */ 
/* 1285 */ .tp-loader.spinner0 {
/* 1286 */   width: 40px;
/* 1287 */   height: 40px;
/* 1288 */   background:url(/wp-content/plugins/revslider/rs-plugin/assets/loader.gif) no-repeat center center;
/* 1289 */   background-color: #fff;
/* 1290 */   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1291 */   -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1292 */   margin-top:-20px;
/* 1293 */   margin-left:-20px;
/* 1294 */   -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
/* 1295 */   animation: tp-rotateplane 1.2s infinite ease-in-out;
/* 1296 */   border-radius: 3px;
/* 1297 */ 	-moz-border-radius: 3px;
/* 1298 */ 	-webkit-border-radius: 3px;
/* 1299 */ }
/* 1300 */ 

/* settings.css */

/* 1301 */ 
/* 1302 */ .tp-loader.spinner1 {
/* 1303 */   width: 40px;
/* 1304 */   height: 40px;
/* 1305 */   background-color: #fff;
/* 1306 */   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1307 */   -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1308 */   margin-top:-20px;
/* 1309 */   margin-left:-20px;
/* 1310 */   -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
/* 1311 */   animation: tp-rotateplane 1.2s infinite ease-in-out;
/* 1312 */   border-radius: 3px;
/* 1313 */ 	-moz-border-radius: 3px;
/* 1314 */ 	-webkit-border-radius: 3px;
/* 1315 */ }
/* 1316 */ 
/* 1317 */ 
/* 1318 */ 
/* 1319 */ .tp-loader.spinner5 	{	background:url(/wp-content/plugins/revslider/rs-plugin/assets/loader.gif) no-repeat 10px 10px;
/* 1320 */ 							background-color:#fff;
/* 1321 */ 							margin:-22px -22px;
/* 1322 */ 							width:44px;height:44px;
/* 1323 */ 							border-radius: 3px;
/* 1324 */ 							-moz-border-radius: 3px;
/* 1325 */ 							-webkit-border-radius: 3px;
/* 1326 */ 						}
/* 1327 */ 
/* 1328 */ 
/* 1329 */ @-webkit-keyframes tp-rotateplane {
/* 1330 */   0% { -webkit-transform: perspective(120px) }
/* 1331 */   50% { -webkit-transform: perspective(120px) rotateY(180deg) }
/* 1332 */   100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
/* 1333 */ }
/* 1334 */ 
/* 1335 */ @keyframes tp-rotateplane {
/* 1336 */   0% {
/* 1337 */     transform: perspective(120px) rotateX(0deg) rotateY(0deg);
/* 1338 */     -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
/* 1339 */   } 50% {
/* 1340 */     transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
/* 1341 */     -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
/* 1342 */   } 100% {
/* 1343 */     transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
/* 1344 */     -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
/* 1345 */   }
/* 1346 */ }
/* 1347 */ 
/* 1348 */ 
/* 1349 */ .tp-loader.spinner2 {
/* 1350 */   width: 40px;

/* settings.css */

/* 1351 */   height: 40px;
/* 1352 */   margin-top:-20px;margin-left:-20px;
/* 1353 */   background-color: #ff0000;
/* 1354 */    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1355 */   -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1356 */   border-radius: 100%;
/* 1357 */   -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
/* 1358 */   animation: tp-scaleout 1.0s infinite ease-in-out;
/* 1359 */ }
/* 1360 */ 
/* 1361 */ @-webkit-keyframes tp-scaleout {
/* 1362 */   0% { -webkit-transform: scale(0.0) }
/* 1363 */   100% {
/* 1364 */     -webkit-transform: scale(1.0);
/* 1365 */     opacity: 0;
/* 1366 */   }
/* 1367 */ }
/* 1368 */ 
/* 1369 */ @keyframes tp-scaleout {
/* 1370 */   0% {
/* 1371 */     transform: scale(0.0);
/* 1372 */     -webkit-transform: scale(0.0);
/* 1373 */   } 100% {
/* 1374 */     transform: scale(1.0);
/* 1375 */     -webkit-transform: scale(1.0);
/* 1376 */     opacity: 0;
/* 1377 */   }
/* 1378 */ }
/* 1379 */ 
/* 1380 */ 
/* 1381 */ 
/* 1382 */ 
/* 1383 */ .tp-loader.spinner3 {
/* 1384 */   margin: -9px 0px 0px -35px;
/* 1385 */   width: 70px;
/* 1386 */   text-align: center;
/* 1387 */ 
/* 1388 */ }
/* 1389 */ 
/* 1390 */ .tp-loader.spinner3 .bounce1,
/* 1391 */ .tp-loader.spinner3 .bounce2,
/* 1392 */ .tp-loader.spinner3 .bounce3 {
/* 1393 */   width: 18px;
/* 1394 */   height: 18px;
/* 1395 */   background-color: #fff;
/* 1396 */   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1397 */   -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1398 */   border-radius: 100%;
/* 1399 */   display: inline-block;
/* 1400 */   -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;

/* settings.css */

/* 1401 */   animation: tp-bouncedelay 1.4s infinite ease-in-out;
/* 1402 */   /* Prevent first frame from flickering when animation starts */
/* 1403 */   -webkit-animation-fill-mode: both;
/* 1404 */   animation-fill-mode: both;
/* 1405 */ }
/* 1406 */ 
/* 1407 */ .tp-loader.spinner3 .bounce1 {
/* 1408 */   -webkit-animation-delay: -0.32s;
/* 1409 */   animation-delay: -0.32s;
/* 1410 */ }
/* 1411 */ 
/* 1412 */ .tp-loader.spinner3 .bounce2 {
/* 1413 */   -webkit-animation-delay: -0.16s;
/* 1414 */   animation-delay: -0.16s;
/* 1415 */ }
/* 1416 */ 
/* 1417 */ @-webkit-keyframes tp-bouncedelay {
/* 1418 */   0%, 80%, 100% { -webkit-transform: scale(0.0) }
/* 1419 */   40% { -webkit-transform: scale(1.0) }
/* 1420 */ }
/* 1421 */ 
/* 1422 */ @keyframes tp-bouncedelay {
/* 1423 */   0%, 80%, 100% {
/* 1424 */     transform: scale(0.0);
/* 1425 */     -webkit-transform: scale(0.0);
/* 1426 */   } 40% {
/* 1427 */     transform: scale(1.0);
/* 1428 */     -webkit-transform: scale(1.0);
/* 1429 */   }
/* 1430 */ }
/* 1431 */ 
/* 1432 */ 
/* 1433 */ 
/* 1434 */ 
/* 1435 */ .tp-loader.spinner4 {
/* 1436 */   margin: -20px 0px 0px -20px;
/* 1437 */   width: 40px;
/* 1438 */   height: 40px;
/* 1439 */   text-align: center;
/* 1440 */   -webkit-animation: tp-rotate 2.0s infinite linear;
/* 1441 */   animation: tp-rotate 2.0s infinite linear;
/* 1442 */ }
/* 1443 */ 
/* 1444 */ .tp-loader.spinner4 .dot1,
/* 1445 */ .tp-loader.spinner4 .dot2 {
/* 1446 */   width: 60%;
/* 1447 */   height: 60%;
/* 1448 */   display: inline-block;
/* 1449 */   position: absolute;
/* 1450 */   top: 0;

/* settings.css */

/* 1451 */   background-color: #fff;
/* 1452 */   border-radius: 100%;
/* 1453 */   -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
/* 1454 */   animation: tp-bounce 2.0s infinite ease-in-out;
/* 1455 */   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1456 */   -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 1457 */ }
/* 1458 */ 
/* 1459 */ .tp-loader.spinner4 .dot2 {
/* 1460 */   top: auto;
/* 1461 */   bottom: 0px;
/* 1462 */   -webkit-animation-delay: -1.0s;
/* 1463 */   animation-delay: -1.0s;
/* 1464 */ }
/* 1465 */ 
/* 1466 */ @-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
/* 1467 */ @keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}
/* 1468 */ 
/* 1469 */ @-webkit-keyframes tp-bounce {
/* 1470 */   0%, 100% { -webkit-transform: scale(0.0) }
/* 1471 */   50% { -webkit-transform: scale(1.0) }
/* 1472 */ }
/* 1473 */ 
/* 1474 */ @keyframes tp-bounce {
/* 1475 */   0%, 100% {
/* 1476 */     transform: scale(0.0);
/* 1477 */     -webkit-transform: scale(0.0);
/* 1478 */   } 50% {
/* 1479 */     transform: scale(1.0);
/* 1480 */     -webkit-transform: scale(1.0);
/* 1481 */   }
/* 1482 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie
currentDir : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada

file-relative URI  : assets/images/shadow-top.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/shadow-top.png
docroot stripped   : /wp-content/themes/Avada/assets/images/shadow-top.png
traversals removed : /wp-content/themes/Avada/assets/images/shadow-top.png

file-relative URI  : assets/images/shadow-bottom.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/shadow-bottom.png
docroot stripped   : /wp-content/themes/Avada/assets/images/shadow-bottom.png
traversals removed : /wp-content/themes/Avada/assets/images/shadow-bottom.png

file-relative URI  : assets/images/ajax-loader.gif
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/ajax-loader.gif
docroot stripped   : /wp-content/themes/Avada/assets/images/ajax-loader.gif
traversals removed : /wp-content/themes/Avada/assets/images/ajax-loader.gif

file-relative URI  : assets/fonts/icomoon/icomoon.eot
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/fonts/icomoon/icomoon.eot
docroot stripped   : /wp-content/themes/Avada/assets/fonts/icomoon/icomoon.eot
traversals removed : /wp-content/themes/Avada/assets/fonts/icomoon/icomoon.eot

file-relative URI  : assets/fonts/icomoon/icomoon.eot?#iefix
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/fonts/icomoon/icomoon.eot?#iefix
docroot stripped   : /wp-content/themes/Avada/assets/fonts/icomoon/icomoon.eot?#iefix
traversals removed : /wp-content/themes/Avada/assets/fonts/icomoon/icomoon.eot?#iefix

file-relative URI  : assets/fonts/icomoon/icomoon.woff
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/fonts/icomoon/icomoon.woff
docroot stripped   : /wp-content/themes/Avada/assets/fonts/icomoon/icomoon.woff
traversals removed : /wp-content/themes/Avada/assets/fonts/icomoon/icomoon.woff

file-relative URI  : assets/fonts/icomoon/icomoon.ttf
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/fonts/icomoon/icomoon.ttf
docroot stripped   : /wp-content/themes/Avada/assets/fonts/icomoon/icomoon.ttf
traversals removed : /wp-content/themes/Avada/assets/fonts/icomoon/icomoon.ttf

file-relative URI  : assets/fonts/icomoon/icomoon.svg?#icomoon
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/fonts/icomoon/icomoon.svg?#icomoon
docroot stripped   : /wp-content/themes/Avada/assets/fonts/icomoon/icomoon.svg?#icomoon
traversals removed : /wp-content/themes/Avada/assets/fonts/icomoon/icomoon.svg?#icomoon

*/

/* style.css */

/* 1     */ /*
/* 2     *| Theme Name: Avada
/* 3     *| Description: A business, portfolio and blog theme.
/* 4     *| Author: ThemeFusion
/* 5     *| Theme URI: http://theme-fusion.com/avada/
/* 6     *| Author URI: http://themeforest.net/user/ThemeFusion
/* 7     *| Version: 3.8.3
/* 8     *| License: Themeforest Split Licence
/* 9     *| License URI: -
/* 10    *| Text Domain: Avada
/* 11    *| -----------------------------------------------------------------------------*/
/* 12    */ .group {
/* 13    */   zoom: 1;
/* 14    */ }
/* 15    */ .group:before,
/* 16    */ .group:after {
/* 17    */   content: " ";
/* 18    */   display: table;
/* 19    */ }
/* 20    */ .group:after {
/* 21    */   clear: both;
/* 22    */ }
/* 23    */ /*
/* 24    *| Needed Styles From Bootstrap
/* 25    *| -----------------------------------------------------------------------------*/
/* 26    */ .fade {
/* 27    */   opacity: 0;
/* 28    */   -webkit-transform: opacity 0.3s linear;
/* 29    */   -moz-transform: opacity 0.3s linear;
/* 30    */   -ms-transform: opacity 0.3s linear;
/* 31    */   -o-transform: opacity 0.3s linear;
/* 32    */   transform: opacity 0.3s linear;
/* 33    */   -webkit-transition: opacity 0.3s linear;
/* 34    */   transition: opacity 0.3s linear;
/* 35    */ }
/* 36    */ .fade.in {
/* 37    */   opacity: 1;
/* 38    */ }
/* 39    */ .collapse {
/* 40    */   display: none;
/* 41    */ }
/* 42    */ .collapse.in {
/* 43    */   display: block;
/* 44    */ }
/* 45    */ .collapsing {
/* 46    */   position: relative;
/* 47    */   height: 0;
/* 48    */   overflow: hidden;
/* 49    */   -webkit-transform: height 0.35s ease;
/* 50    */   -moz-transform: height 0.35s ease;

/* style.css */

/* 51    */   -ms-transform: height 0.35s ease;
/* 52    */   -o-transform: height 0.35s ease;
/* 53    */   transform: height 0.35s ease;
/* 54    */   -webkit-transition: height 0.35s ease;
/* 55    */   transition: height 0.35s ease;
/* 56    */ }
/* 57    */ .container {
/* 58    */   margin-right: auto;
/* 59    */   margin-left: auto;
/* 60    */   padding-left: 15px;
/* 61    */   padding-right: 15px;
/* 62    */ }
/* 63    */ @media (min-width: 800px) {
/* 64    */   .container {
/* 65    */     width: 750px;
/* 66    */   }
/* 67    */ }
/* 68    */ @media (min-width: 992px) {
/* 69    */   .container {
/* 70    */     width: 970px;
/* 71    */   }
/* 72    */ }
/* 73    */ @media (min-width: 1200px) {
/* 74    */   .container {
/* 75    */     width: 1170px;
/* 76    */   }
/* 77    */ }
/* 78    */ .container-fluid {
/* 79    */   margin-right: auto;
/* 80    */   margin-left: auto;
/* 81    */   padding-left: 15px;
/* 82    */   padding-right: 15px;
/* 83    */ }
/* 84    */ .row {
/* 85    */   margin-left: -15px;
/* 86    */   margin-right: -15px;
/* 87    */ }
/* 88    */ .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
/* 89    */   position: relative;
/* 90    */   min-height: 1px;
/* 91    */   padding-left: 15px;
/* 92    */   padding-right: 15px;
/* 93    */ }
/* 94    */ .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
/* 95    */   float: left;
/* 96    */ }
/* 97    */ .col-xs-12 {
/* 98    */   width: 100%;
/* 99    */ }
/* 100   */ .col-xs-11 {

/* style.css */

/* 101   */   width: 91.66666666666666%;
/* 102   */ }
/* 103   */ .col-xs-10 {
/* 104   */   width: 83.33333333333334%;
/* 105   */ }
/* 106   */ .col-xs-9 {
/* 107   */   width: 75%;
/* 108   */ }
/* 109   */ .col-xs-8 {
/* 110   */   width: 66.66666666666666%;
/* 111   */ }
/* 112   */ .col-xs-7 {
/* 113   */   width: 58.333333333333336%;
/* 114   */ }
/* 115   */ .col-xs-6 {
/* 116   */   width: 50%;
/* 117   */ }
/* 118   */ .col-xs-5 {
/* 119   */   width: 41.66666666666667%;
/* 120   */ }
/* 121   */ .col-xs-4 {
/* 122   */   width: 33.33333333333333%;
/* 123   */ }
/* 124   */ .col-xs-3 {
/* 125   */   width: 25%;
/* 126   */ }
/* 127   */ .col-xs-2 {
/* 128   */   width: 16.666666666666664%;
/* 129   */ }
/* 130   */ .col-xs-1 {
/* 131   */   width: 8.333333333333332%;
/* 132   */ }
/* 133   */ .col-xs-pull-12 {
/* 134   */   right: 100%;
/* 135   */ }
/* 136   */ .col-xs-pull-11 {
/* 137   */   right: 91.66666666666666%;
/* 138   */ }
/* 139   */ .col-xs-pull-10 {
/* 140   */   right: 83.33333333333334%;
/* 141   */ }
/* 142   */ .col-xs-pull-9 {
/* 143   */   right: 75%;
/* 144   */ }
/* 145   */ .col-xs-pull-8 {
/* 146   */   right: 66.66666666666666%;
/* 147   */ }
/* 148   */ .col-xs-pull-7 {
/* 149   */   right: 58.333333333333336%;
/* 150   */ }

/* style.css */

/* 151   */ .col-xs-pull-6 {
/* 152   */   right: 50%;
/* 153   */ }
/* 154   */ .col-xs-pull-5 {
/* 155   */   right: 41.66666666666667%;
/* 156   */ }
/* 157   */ .col-xs-pull-4 {
/* 158   */   right: 33.33333333333333%;
/* 159   */ }
/* 160   */ .col-xs-pull-3 {
/* 161   */   right: 25%;
/* 162   */ }
/* 163   */ .col-xs-pull-2 {
/* 164   */   right: 16.666666666666664%;
/* 165   */ }
/* 166   */ .col-xs-pull-1 {
/* 167   */   right: 8.333333333333332%;
/* 168   */ }
/* 169   */ .col-xs-pull-0 {
/* 170   */   right: 0%;
/* 171   */ }
/* 172   */ .col-xs-push-12 {
/* 173   */   left: 100%;
/* 174   */ }
/* 175   */ .col-xs-push-11 {
/* 176   */   left: 91.66666666666666%;
/* 177   */ }
/* 178   */ .col-xs-push-10 {
/* 179   */   left: 83.33333333333334%;
/* 180   */ }
/* 181   */ .col-xs-push-9 {
/* 182   */   left: 75%;
/* 183   */ }
/* 184   */ .col-xs-push-8 {
/* 185   */   left: 66.66666666666666%;
/* 186   */ }
/* 187   */ .col-xs-push-7 {
/* 188   */   left: 58.333333333333336%;
/* 189   */ }
/* 190   */ .col-xs-push-6 {
/* 191   */   left: 50%;
/* 192   */ }
/* 193   */ .col-xs-push-5 {
/* 194   */   left: 41.66666666666667%;
/* 195   */ }
/* 196   */ .col-xs-push-4 {
/* 197   */   left: 33.33333333333333%;
/* 198   */ }
/* 199   */ .col-xs-push-3 {
/* 200   */   left: 25%;

/* style.css */

/* 201   */ }
/* 202   */ .col-xs-push-2 {
/* 203   */   left: 16.666666666666664%;
/* 204   */ }
/* 205   */ .col-xs-push-1 {
/* 206   */   left: 8.333333333333332%;
/* 207   */ }
/* 208   */ .col-xs-push-0 {
/* 209   */   left: 0%;
/* 210   */ }
/* 211   */ .col-xs-offset-12 {
/* 212   */   margin-left: 100%;
/* 213   */ }
/* 214   */ .col-xs-offset-11 {
/* 215   */   margin-left: 91.66666666666666%;
/* 216   */ }
/* 217   */ .col-xs-offset-10 {
/* 218   */   margin-left: 83.33333333333334%;
/* 219   */ }
/* 220   */ .col-xs-offset-9 {
/* 221   */   margin-left: 75%;
/* 222   */ }
/* 223   */ .col-xs-offset-8 {
/* 224   */   margin-left: 66.66666666666666%;
/* 225   */ }
/* 226   */ .col-xs-offset-7 {
/* 227   */   margin-left: 58.333333333333336%;
/* 228   */ }
/* 229   */ .col-xs-offset-6 {
/* 230   */   margin-left: 50%;
/* 231   */ }
/* 232   */ .col-xs-offset-5 {
/* 233   */   margin-left: 41.66666666666667%;
/* 234   */ }
/* 235   */ .col-xs-offset-4 {
/* 236   */   margin-left: 33.33333333333333%;
/* 237   */ }
/* 238   */ .col-xs-offset-3 {
/* 239   */   margin-left: 25%;
/* 240   */ }
/* 241   */ .col-xs-offset-2 {
/* 242   */   margin-left: 16.666666666666664%;
/* 243   */ }
/* 244   */ .col-xs-offset-1 {
/* 245   */   margin-left: 8.333333333333332%;
/* 246   */ }
/* 247   */ .col-xs-offset-0 {
/* 248   */   margin-left: 0%;
/* 249   */ }
/* 250   */ @media (min-width: 800px) {

/* style.css */

/* 251   */   .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
/* 252   */     float: left;
/* 253   */   }
/* 254   */   .col-sm-12 {
/* 255   */     width: 100%;
/* 256   */   }
/* 257   */   .col-sm-11 {
/* 258   */     width: 91.66666666666666%;
/* 259   */   }
/* 260   */   .col-sm-10 {
/* 261   */     width: 83.33333333333334%;
/* 262   */   }
/* 263   */   .col-sm-9 {
/* 264   */     width: 75%;
/* 265   */   }
/* 266   */   .col-sm-8 {
/* 267   */     width: 66.66666666666666%;
/* 268   */   }
/* 269   */   .col-sm-7 {
/* 270   */     width: 58.333333333333336%;
/* 271   */   }
/* 272   */   .col-sm-6 {
/* 273   */     width: 50%;
/* 274   */   }
/* 275   */   .col-sm-5 {
/* 276   */     width: 41.66666666666667%;
/* 277   */   }
/* 278   */   .col-sm-4 {
/* 279   */     width: 33.33333333333333%;
/* 280   */   }
/* 281   */   .col-sm-3 {
/* 282   */     width: 25%;
/* 283   */   }
/* 284   */   .col-sm-2 {
/* 285   */     width: 16.666666666666664%;
/* 286   */   }
/* 287   */   .col-sm-1 {
/* 288   */     width: 8.333333333333332%;
/* 289   */   }
/* 290   */   .col-sm-pull-12 {
/* 291   */     right: 100%;
/* 292   */   }
/* 293   */   .col-sm-pull-11 {
/* 294   */     right: 91.66666666666666%;
/* 295   */   }
/* 296   */   .col-sm-pull-10 {
/* 297   */     right: 83.33333333333334%;
/* 298   */   }
/* 299   */   .col-sm-pull-9 {
/* 300   */     right: 75%;

/* style.css */

/* 301   */   }
/* 302   */   .col-sm-pull-8 {
/* 303   */     right: 66.66666666666666%;
/* 304   */   }
/* 305   */   .col-sm-pull-7 {
/* 306   */     right: 58.333333333333336%;
/* 307   */   }
/* 308   */   .col-sm-pull-6 {
/* 309   */     right: 50%;
/* 310   */   }
/* 311   */   .col-sm-pull-5 {
/* 312   */     right: 41.66666666666667%;
/* 313   */   }
/* 314   */   .col-sm-pull-4 {
/* 315   */     right: 33.33333333333333%;
/* 316   */   }
/* 317   */   .col-sm-pull-3 {
/* 318   */     right: 25%;
/* 319   */   }
/* 320   */   .col-sm-pull-2 {
/* 321   */     right: 16.666666666666664%;
/* 322   */   }
/* 323   */   .col-sm-pull-1 {
/* 324   */     right: 8.333333333333332%;
/* 325   */   }
/* 326   */   .col-sm-pull-0 {
/* 327   */     right: 0%;
/* 328   */   }
/* 329   */   .col-sm-push-12 {
/* 330   */     left: 100%;
/* 331   */   }
/* 332   */   .col-sm-push-11 {
/* 333   */     left: 91.66666666666666%;
/* 334   */   }
/* 335   */   .col-sm-push-10 {
/* 336   */     left: 83.33333333333334%;
/* 337   */   }
/* 338   */   .col-sm-push-9 {
/* 339   */     left: 75%;
/* 340   */   }
/* 341   */   .col-sm-push-8 {
/* 342   */     left: 66.66666666666666%;
/* 343   */   }
/* 344   */   .col-sm-push-7 {
/* 345   */     left: 58.333333333333336%;
/* 346   */   }
/* 347   */   .col-sm-push-6 {
/* 348   */     left: 50%;
/* 349   */   }
/* 350   */   .col-sm-push-5 {

/* style.css */

/* 351   */     left: 41.66666666666667%;
/* 352   */   }
/* 353   */   .col-sm-push-4 {
/* 354   */     left: 33.33333333333333%;
/* 355   */   }
/* 356   */   .col-sm-push-3 {
/* 357   */     left: 25%;
/* 358   */   }
/* 359   */   .col-sm-push-2 {
/* 360   */     left: 16.666666666666664%;
/* 361   */   }
/* 362   */   .col-sm-push-1 {
/* 363   */     left: 8.333333333333332%;
/* 364   */   }
/* 365   */   .col-sm-push-0 {
/* 366   */     left: 0%;
/* 367   */   }
/* 368   */   .col-sm-offset-12 {
/* 369   */     margin-left: 100%;
/* 370   */   }
/* 371   */   .col-sm-offset-11 {
/* 372   */     margin-left: 91.66666666666666%;
/* 373   */   }
/* 374   */   .col-sm-offset-10 {
/* 375   */     margin-left: 83.33333333333334%;
/* 376   */   }
/* 377   */   .col-sm-offset-9 {
/* 378   */     margin-left: 75%;
/* 379   */   }
/* 380   */   .col-sm-offset-8 {
/* 381   */     margin-left: 66.66666666666666%;
/* 382   */   }
/* 383   */   .col-sm-offset-7 {
/* 384   */     margin-left: 58.333333333333336%;
/* 385   */   }
/* 386   */   .col-sm-offset-6 {
/* 387   */     margin-left: 50%;
/* 388   */   }
/* 389   */   .col-sm-offset-5 {
/* 390   */     margin-left: 41.66666666666667%;
/* 391   */   }
/* 392   */   .col-sm-offset-4 {
/* 393   */     margin-left: 33.33333333333333%;
/* 394   */   }
/* 395   */   .col-sm-offset-3 {
/* 396   */     margin-left: 25%;
/* 397   */   }
/* 398   */   .col-sm-offset-2 {
/* 399   */     margin-left: 16.666666666666664%;
/* 400   */   }

/* style.css */

/* 401   */   .col-sm-offset-1 {
/* 402   */     margin-left: 8.333333333333332%;
/* 403   */   }
/* 404   */   .col-sm-offset-0 {
/* 405   */     margin-left: 0%;
/* 406   */   }
/* 407   */ }
/* 408   */ @media (min-width: 992px) {
/* 409   */   .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
/* 410   */     float: left;
/* 411   */   }
/* 412   */   .col-md-12 {
/* 413   */     width: 100%;
/* 414   */   }
/* 415   */   .col-md-11 {
/* 416   */     width: 91.66666666666666%;
/* 417   */   }
/* 418   */   .col-md-10 {
/* 419   */     width: 83.33333333333334%;
/* 420   */   }
/* 421   */   .col-md-9 {
/* 422   */     width: 75%;
/* 423   */   }
/* 424   */   .col-md-8 {
/* 425   */     width: 66.66666666666666%;
/* 426   */   }
/* 427   */   .col-md-7 {
/* 428   */     width: 58.333333333333336%;
/* 429   */   }
/* 430   */   .col-md-6 {
/* 431   */     width: 50%;
/* 432   */   }
/* 433   */   .col-md-5 {
/* 434   */     width: 41.66666666666667%;
/* 435   */   }
/* 436   */   .col-md-4 {
/* 437   */     width: 33.33333333333333%;
/* 438   */   }
/* 439   */   .col-md-3 {
/* 440   */     width: 25%;
/* 441   */   }
/* 442   */   .col-md-2 {
/* 443   */     width: 16.666666666666664%;
/* 444   */   }
/* 445   */   .col-md-1 {
/* 446   */     width: 8.333333333333332%;
/* 447   */   }
/* 448   */   .col-md-pull-12 {
/* 449   */     right: 100%;
/* 450   */   }

/* style.css */

/* 451   */   .col-md-pull-11 {
/* 452   */     right: 91.66666666666666%;
/* 453   */   }
/* 454   */   .col-md-pull-10 {
/* 455   */     right: 83.33333333333334%;
/* 456   */   }
/* 457   */   .col-md-pull-9 {
/* 458   */     right: 75%;
/* 459   */   }
/* 460   */   .col-md-pull-8 {
/* 461   */     right: 66.66666666666666%;
/* 462   */   }
/* 463   */   .col-md-pull-7 {
/* 464   */     right: 58.333333333333336%;
/* 465   */   }
/* 466   */   .col-md-pull-6 {
/* 467   */     right: 50%;
/* 468   */   }
/* 469   */   .col-md-pull-5 {
/* 470   */     right: 41.66666666666667%;
/* 471   */   }
/* 472   */   .col-md-pull-4 {
/* 473   */     right: 33.33333333333333%;
/* 474   */   }
/* 475   */   .col-md-pull-3 {
/* 476   */     right: 25%;
/* 477   */   }
/* 478   */   .col-md-pull-2 {
/* 479   */     right: 16.666666666666664%;
/* 480   */   }
/* 481   */   .col-md-pull-1 {
/* 482   */     right: 8.333333333333332%;
/* 483   */   }
/* 484   */   .col-md-pull-0 {
/* 485   */     right: 0%;
/* 486   */   }
/* 487   */   .col-md-push-12 {
/* 488   */     left: 100%;
/* 489   */   }
/* 490   */   .col-md-push-11 {
/* 491   */     left: 91.66666666666666%;
/* 492   */   }
/* 493   */   .col-md-push-10 {
/* 494   */     left: 83.33333333333334%;
/* 495   */   }
/* 496   */   .col-md-push-9 {
/* 497   */     left: 75%;
/* 498   */   }
/* 499   */   .col-md-push-8 {
/* 500   */     left: 66.66666666666666%;

/* style.css */

/* 501   */   }
/* 502   */   .col-md-push-7 {
/* 503   */     left: 58.333333333333336%;
/* 504   */   }
/* 505   */   .col-md-push-6 {
/* 506   */     left: 50%;
/* 507   */   }
/* 508   */   .col-md-push-5 {
/* 509   */     left: 41.66666666666667%;
/* 510   */   }
/* 511   */   .col-md-push-4 {
/* 512   */     left: 33.33333333333333%;
/* 513   */   }
/* 514   */   .col-md-push-3 {
/* 515   */     left: 25%;
/* 516   */   }
/* 517   */   .col-md-push-2 {
/* 518   */     left: 16.666666666666664%;
/* 519   */   }
/* 520   */   .col-md-push-1 {
/* 521   */     left: 8.333333333333332%;
/* 522   */   }
/* 523   */   .col-md-push-0 {
/* 524   */     left: 0%;
/* 525   */   }
/* 526   */   .col-md-offset-12 {
/* 527   */     margin-left: 100%;
/* 528   */   }
/* 529   */   .col-md-offset-11 {
/* 530   */     margin-left: 91.66666666666666%;
/* 531   */   }
/* 532   */   .col-md-offset-10 {
/* 533   */     margin-left: 83.33333333333334%;
/* 534   */   }
/* 535   */   .col-md-offset-9 {
/* 536   */     margin-left: 75%;
/* 537   */   }
/* 538   */   .col-md-offset-8 {
/* 539   */     margin-left: 66.66666666666666%;
/* 540   */   }
/* 541   */   .col-md-offset-7 {
/* 542   */     margin-left: 58.333333333333336%;
/* 543   */   }
/* 544   */   .col-md-offset-6 {
/* 545   */     margin-left: 50%;
/* 546   */   }
/* 547   */   .col-md-offset-5 {
/* 548   */     margin-left: 41.66666666666667%;
/* 549   */   }
/* 550   */   .col-md-offset-4 {

/* style.css */

/* 551   */     margin-left: 33.33333333333333%;
/* 552   */   }
/* 553   */   .col-md-offset-3 {
/* 554   */     margin-left: 25%;
/* 555   */   }
/* 556   */   .col-md-offset-2 {
/* 557   */     margin-left: 16.666666666666664%;
/* 558   */   }
/* 559   */   .col-md-offset-1 {
/* 560   */     margin-left: 8.333333333333332%;
/* 561   */   }
/* 562   */   .col-md-offset-0 {
/* 563   */     margin-left: 0%;
/* 564   */   }
/* 565   */ }
/* 566   */ @media (min-width: 1200px) {
/* 567   */   .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
/* 568   */     float: left;
/* 569   */   }
/* 570   */   .col-lg-12 {
/* 571   */     width: 100%;
/* 572   */   }
/* 573   */   .col-lg-11 {
/* 574   */     width: 91.66666666666666%;
/* 575   */   }
/* 576   */   .col-lg-10 {
/* 577   */     width: 83.33333333333334%;
/* 578   */   }
/* 579   */   .col-lg-9 {
/* 580   */     width: 75%;
/* 581   */   }
/* 582   */   .col-lg-8 {
/* 583   */     width: 66.66666666666666%;
/* 584   */   }
/* 585   */   .col-lg-7 {
/* 586   */     width: 58.333333333333336%;
/* 587   */   }
/* 588   */   .col-lg-6 {
/* 589   */     width: 50%;
/* 590   */   }
/* 591   */   .col-lg-5 {
/* 592   */     width: 41.66666666666667%;
/* 593   */   }
/* 594   */   .col-lg-4 {
/* 595   */     width: 33.33333333333333%;
/* 596   */   }
/* 597   */   .col-lg-3 {
/* 598   */     width: 25%;
/* 599   */   }
/* 600   */   .col-lg-2 {

/* style.css */

/* 601   */     width: 16.666666666666664%;
/* 602   */   }
/* 603   */   .col-lg-1 {
/* 604   */     width: 8.333333333333332%;
/* 605   */   }
/* 606   */   .col-lg-pull-12 {
/* 607   */     right: 100%;
/* 608   */   }
/* 609   */   .col-lg-pull-11 {
/* 610   */     right: 91.66666666666666%;
/* 611   */   }
/* 612   */   .col-lg-pull-10 {
/* 613   */     right: 83.33333333333334%;
/* 614   */   }
/* 615   */   .col-lg-pull-9 {
/* 616   */     right: 75%;
/* 617   */   }
/* 618   */   .col-lg-pull-8 {
/* 619   */     right: 66.66666666666666%;
/* 620   */   }
/* 621   */   .col-lg-pull-7 {
/* 622   */     right: 58.333333333333336%;
/* 623   */   }
/* 624   */   .col-lg-pull-6 {
/* 625   */     right: 50%;
/* 626   */   }
/* 627   */   .col-lg-pull-5 {
/* 628   */     right: 41.66666666666667%;
/* 629   */   }
/* 630   */   .col-lg-pull-4 {
/* 631   */     right: 33.33333333333333%;
/* 632   */   }
/* 633   */   .col-lg-pull-3 {
/* 634   */     right: 25%;
/* 635   */   }
/* 636   */   .col-lg-pull-2 {
/* 637   */     right: 16.666666666666664%;
/* 638   */   }
/* 639   */   .col-lg-pull-1 {
/* 640   */     right: 8.333333333333332%;
/* 641   */   }
/* 642   */   .col-lg-pull-0 {
/* 643   */     right: 0%;
/* 644   */   }
/* 645   */   .col-lg-push-12 {
/* 646   */     left: 100%;
/* 647   */   }
/* 648   */   .col-lg-push-11 {
/* 649   */     left: 91.66666666666666%;
/* 650   */   }

/* style.css */

/* 651   */   .col-lg-push-10 {
/* 652   */     left: 83.33333333333334%;
/* 653   */   }
/* 654   */   .col-lg-push-9 {
/* 655   */     left: 75%;
/* 656   */   }
/* 657   */   .col-lg-push-8 {
/* 658   */     left: 66.66666666666666%;
/* 659   */   }
/* 660   */   .col-lg-push-7 {
/* 661   */     left: 58.333333333333336%;
/* 662   */   }
/* 663   */   .col-lg-push-6 {
/* 664   */     left: 50%;
/* 665   */   }
/* 666   */   .col-lg-push-5 {
/* 667   */     left: 41.66666666666667%;
/* 668   */   }
/* 669   */   .col-lg-push-4 {
/* 670   */     left: 33.33333333333333%;
/* 671   */   }
/* 672   */   .col-lg-push-3 {
/* 673   */     left: 25%;
/* 674   */   }
/* 675   */   .col-lg-push-2 {
/* 676   */     left: 16.666666666666664%;
/* 677   */   }
/* 678   */   .col-lg-push-1 {
/* 679   */     left: 8.333333333333332%;
/* 680   */   }
/* 681   */   .col-lg-push-0 {
/* 682   */     left: 0%;
/* 683   */   }
/* 684   */   .col-lg-offset-12 {
/* 685   */     margin-left: 100%;
/* 686   */   }
/* 687   */   .col-lg-offset-11 {
/* 688   */     margin-left: 91.66666666666666%;
/* 689   */   }
/* 690   */   .col-lg-offset-10 {
/* 691   */     margin-left: 83.33333333333334%;
/* 692   */   }
/* 693   */   .col-lg-offset-9 {
/* 694   */     margin-left: 75%;
/* 695   */   }
/* 696   */   .col-lg-offset-8 {
/* 697   */     margin-left: 66.66666666666666%;
/* 698   */   }
/* 699   */   .col-lg-offset-7 {
/* 700   */     margin-left: 58.333333333333336%;

/* style.css */

/* 701   */   }
/* 702   */   .col-lg-offset-6 {
/* 703   */     margin-left: 50%;
/* 704   */   }
/* 705   */   .col-lg-offset-5 {
/* 706   */     margin-left: 41.66666666666667%;
/* 707   */   }
/* 708   */   .col-lg-offset-4 {
/* 709   */     margin-left: 33.33333333333333%;
/* 710   */   }
/* 711   */   .col-lg-offset-3 {
/* 712   */     margin-left: 25%;
/* 713   */   }
/* 714   */   .col-lg-offset-2 {
/* 715   */     margin-left: 16.666666666666664%;
/* 716   */   }
/* 717   */   .col-lg-offset-1 {
/* 718   */     margin-left: 8.333333333333332%;
/* 719   */   }
/* 720   */   .col-lg-offset-0 {
/* 721   */     margin-left: 0%;
/* 722   */   }
/* 723   */ }
/* 724   */ .alert {
/* 725   */   padding: 15px;
/* 726   */   margin-bottom: 20px;
/* 727   */   border: 1px solid transparent;
/* 728   */   border-radius: 4px;
/* 729   */ }
/* 730   */ .alert h4 {
/* 731   */   margin-top: 0;
/* 732   */   color: inherit;
/* 733   */ }
/* 734   */ .alert .alert-link {
/* 735   */   font-weight: bold;
/* 736   */ }
/* 737   */ .alert > p,
/* 738   */ .alert > ul {
/* 739   */   margin-bottom: 0;
/* 740   */ }
/* 741   */ .alert > p + p {
/* 742   */   margin-top: 5px;
/* 743   */ }
/* 744   */ .alert-dismissable {
/* 745   */   padding-right: 35px;
/* 746   */ }
/* 747   */ .alert-dismissable .close {
/* 748   */   position: relative;
/* 749   */   top: -2px;
/* 750   */   right: -21px;

/* style.css */

/* 751   */   color: inherit;
/* 752   */ }
/* 753   */ .alert-success {
/* 754   */   color: #468847;
/* 755   */   background-color: #dff0d8;
/* 756   */   border-color: #468847;
/* 757   */ }
/* 758   */ .alert-success hr {
/* 759   */   border-top-color: #c9e2b3;
/* 760   */ }
/* 761   */ .alert-success .alert-link {
/* 762   */   color: #356635;
/* 763   */ }
/* 764   */ .alert-info {
/* 765   */   color: #3a87ad;
/* 766   */   background-color: #d9edf7;
/* 767   */   border-color: #3a87ad;
/* 768   */ }
/* 769   */ .alert-info hr {
/* 770   */   border-top-color: #a6e1ec;
/* 771   */ }
/* 772   */ .alert-info .alert-link {
/* 773   */   color: #2d6987;
/* 774   */ }
/* 775   */ .alert-warning {
/* 776   */   color: #c09853;
/* 777   */   background-color: #fcf8e3;
/* 778   */   border-color: #c09853;
/* 779   */ }
/* 780   */ .alert-warning hr {
/* 781   */   border-top-color: #f7e1b5;
/* 782   */ }
/* 783   */ .alert-warning .alert-link {
/* 784   */   color: #a47e3c;
/* 785   */ }
/* 786   */ .alert-danger {
/* 787   */   color: #b94a48;
/* 788   */   background-color: #f2dede;
/* 789   */   border-color: #b94a48;
/* 790   */ }
/* 791   */ .alert-danger hr {
/* 792   */   border-top-color: #e4b9c0;
/* 793   */ }
/* 794   */ .alert-danger .alert-link {
/* 795   */   color: #953b39;
/* 796   */ }
/* 797   */ button.close {
/* 798   */   background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
/* 799   */   border: 0 none;
/* 800   */   cursor: pointer;

/* style.css */

/* 801   */   padding: 0;
/* 802   */ }
/* 803   */ .close {
/* 804   */   color: #000000;
/* 805   */   float: right;
/* 806   */   font-size: 21px;
/* 807   */   font-weight: bold;
/* 808   */   line-height: 1;
/* 809   */   opacity: 0.2;
/* 810   */   text-shadow: 0 1px 0 #FFFFFF;
/* 811   */ }
/* 812   */ .modal-open {
/* 813   */   overflow: hidden;
/* 814   */ }
/* 815   */ .modal {
/* 816   */   display: none;
/* 817   */   overflow: auto;
/* 818   */   overflow-y: scroll;
/* 819   */   position: fixed;
/* 820   */   top: 0;
/* 821   */   right: 0;
/* 822   */   bottom: 0;
/* 823   */   left: 0;
/* 824   */   z-index: 99999;
/* 825   */   -webkit-overflow-scrolling: touch;
/* 826   */   outline: 0;
/* 827   */ }
/* 828   */ .modal.fade .modal-dialog {
/* 829   */   -webkit-transform: translate(0, -25%);
/* 830   */   -ms-transform: translate(0, -25%);
/* 831   */   transform: translate(0, -25%);
/* 832   */   -webkit-transition: -webkit-transform 0.3s ease-out;
/* 833   */   -moz-transition: -moz-transform 0.3s ease-out;
/* 834   */   -o-transition: -o-transform 0.3s ease-out;
/* 835   */   transition: transform 0.3s ease-out;
/* 836   */ }
/* 837   */ .modal.in .modal-dialog {
/* 838   */   -webkit-transform: translate(0, 0);
/* 839   */   -ms-transform: translate(0, 0);
/* 840   */   transform: translate(0, 0);
/* 841   */ }
/* 842   */ .modal-dialog {
/* 843   */   position: relative;
/* 844   */   width: auto;
/* 845   */   margin: 10px;
/* 846   */ }
/* 847   */ .modal-content {
/* 848   */   position: relative;
/* 849   */   background-color: #ffffff;
/* 850   */   border: 1px solid rgba(0, 0, 0, 0.2);

/* style.css */

/* 851   */   -webkit-border-radius: 5px;
/* 852   */   -moz-border-radius: 5px;
/* 853   */   border-radius: 5px;
/* 854   */   /* Fix to make border-radius work for transparent colors */
/* 855   */   -moz-background-clip: padding;
/* 856   */   -webkit-background-clip: padding-box;
/* 857   */   -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
/* 858   */   -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
/* 859   */   box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
/* 860   */   background-clip: padding-box;
/* 861   */   outline: none;
/* 862   */ }
/* 863   */ .modal-backdrop {
/* 864   */   position: fixed;
/* 865   */   top: 0;
/* 866   */   right: 0;
/* 867   */   bottom: 0;
/* 868   */   left: 0;
/* 869   */   z-index: 99998;
/* 870   */   background-color: #000000;
/* 871   */ }
/* 872   */ .modal-backdrop.fade {
/* 873   */   opacity: 0;
/* 874   */   filter: alpha(opacity=0);
/* 875   */ }
/* 876   */ .modal-backdrop.in {
/* 877   */   opacity: 0.5;
/* 878   */   filter: alpha(opacity=50);
/* 879   */ }
/* 880   */ .modal-header {
/* 881   */   padding: 15px 20px;
/* 882   */   border-bottom: 1px solid #e5e5e5;
/* 883   */   min-height: 16.53846153846154px;
/* 884   */ }
/* 885   */ .modal-header .close {
/* 886   */   margin-top: -2px;
/* 887   */ }
/* 888   */ .modal-title {
/* 889   */   margin: 0;
/* 890   */   line-height: 1.5384615384615385;
/* 891   */ }
/* 892   */ .modal-body {
/* 893   */   position: relative;
/* 894   */   padding: 20px;
/* 895   */ }
/* 896   */ .modal-footer {
/* 897   */   margin-top: 15px;
/* 898   */   padding: 19px 20px 20px;
/* 899   */   text-align: right;
/* 900   */   border-top: 1px solid #e5e5e5;

/* style.css */

/* 901   */ }
/* 902   */ .modal-footer .btn + .btn {
/* 903   */   margin-left: 5px;
/* 904   */   margin-bottom: 0;
/* 905   */ }
/* 906   */ .modal-footer .btn-group .btn + .btn {
/* 907   */   margin-left: -1px;
/* 908   */ }
/* 909   */ .modal-footer .btn-block + .btn-block {
/* 910   */   margin-left: 0;
/* 911   */ }
/* 912   */ @media (min-width: 900px) {
/* 913   */   .modal-dialog {
/* 914   */     width: 600px;
/* 915   */     margin: 30px auto;
/* 916   */   }
/* 917   */   .modal-content {
/* 918   */     -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
/* 919   */     -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
/* 920   */     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
/* 921   */   }
/* 922   */   .modal-sm {
/* 923   */     width: 300px;
/* 924   */   }
/* 925   */   .modal-lg {
/* 926   */     width: 900px;
/* 927   */   }
/* 928   */ }
/* 929   */ .popover {
/* 930   */   position: absolute;
/* 931   */   top: 0;
/* 932   */   left: 0;
/* 933   */   z-index: 1010;
/* 934   */   display: none;
/* 935   */   max-width: 276px;
/* 936   */   padding: 1px;
/* 937   */   text-align: left;
/* 938   */   background-color: #ffffff;
/* 939   */   border: 1px solid #cccccc;
/* 940   */   border: 1px solid rgba(0, 0, 0, 0.2);
/* 941   */   -webkit-border-radius: 5px;
/* 942   */   -moz-border-radius: 5px;
/* 943   */   border-radius: 5px;
/* 944   */   /* Fix to make border-radius work for transparent colors */
/* 945   */   -moz-background-clip: padding;
/* 946   */   -webkit-background-clip: padding-box;
/* 947   */   background-clip: padding-box;
/* 948   */   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
/* 949   */   -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
/* 950   */   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

/* style.css */

/* 951   */   white-space: normal;
/* 952   */ }
/* 953   */ .popover.top {
/* 954   */   margin-top: -10px;
/* 955   */ }
/* 956   */ .popover.right {
/* 957   */   margin-left: 10px;
/* 958   */ }
/* 959   */ .popover.bottom {
/* 960   */   margin-top: 10px;
/* 961   */ }
/* 962   */ .popover.left {
/* 963   */   margin-left: -10px;
/* 964   */ }
/* 965   */ .popover-title {
/* 966   */   margin: 0;
/* 967   */   padding: 8px 14px;
/* 968   */   font-size: 13px;
/* 969   */   font-weight: normal;
/* 970   */   line-height: 18px;
/* 971   */   background-color: #f7f7f7;
/* 972   */   border-bottom: 1px solid #ebebeb;
/* 973   */   border-radius: 5px 5px 0 0;
/* 974   */ }
/* 975   */ .popover-content {
/* 976   */   padding: 9px 14px;
/* 977   */   border-radius: 0px 0px 5px 5px;
/* 978   */ }
/* 979   */ .popover .arrow,
/* 980   */ .popover .arrow:after {
/* 981   */   position: absolute;
/* 982   */   display: block;
/* 983   */   width: 0;
/* 984   */   height: 0;
/* 985   */   border-color: transparent;
/* 986   */   border-style: solid;
/* 987   */ }
/* 988   */ .popover .arrow {
/* 989   */   border-width: 11px;
/* 990   */ }
/* 991   */ .popover .arrow:after {
/* 992   */   border-width: 10px;
/* 993   */   content: "";
/* 994   */ }
/* 995   */ .popover.top .arrow {
/* 996   */   left: 50%;
/* 997   */   margin-left: -11px;
/* 998   */   border-bottom-width: 0;
/* 999   */   bottom: -11px;
/* 1000  */ }

/* style.css */

/* 1001  */ .popover.top .arrow:after {
/* 1002  */   content: " ";
/* 1003  */   bottom: 1px;
/* 1004  */   margin-left: -10px;
/* 1005  */   border-bottom-width: 0;
/* 1006  */   border-top-color: #ffffff;
/* 1007  */ }
/* 1008  */ .popover.right .arrow {
/* 1009  */   top: 50%;
/* 1010  */   left: -11px;
/* 1011  */   margin-top: -11px;
/* 1012  */   border-left-width: 0;
/* 1013  */ }
/* 1014  */ .popover.right .arrow:after {
/* 1015  */   content: " ";
/* 1016  */   left: 1px;
/* 1017  */   bottom: -10px;
/* 1018  */   border-left-width: 0;
/* 1019  */   border-right-color: #ffffff;
/* 1020  */ }
/* 1021  */ .popover.bottom .arrow {
/* 1022  */   left: 50%;
/* 1023  */   margin-left: -11px;
/* 1024  */   border-top-width: 0;
/* 1025  */   top: -11px;
/* 1026  */ }
/* 1027  */ .popover.bottom .arrow:after {
/* 1028  */   content: " ";
/* 1029  */   top: 1px;
/* 1030  */   margin-left: -10px;
/* 1031  */   border-top-width: 0;
/* 1032  */   border-bottom-color: #ffffff;
/* 1033  */ }
/* 1034  */ .popover.left .arrow {
/* 1035  */   top: 50%;
/* 1036  */   right: -11px;
/* 1037  */   margin-top: -11px;
/* 1038  */   border-right-width: 0;
/* 1039  */ }
/* 1040  */ .popover.left .arrow:after {
/* 1041  */   content: " ";
/* 1042  */   right: 1px;
/* 1043  */   border-right-width: 0;
/* 1044  */   border-left-color: #ffffff;
/* 1045  */   bottom: -10px;
/* 1046  */ }
/* 1047  */ @-webkit-keyframes progress-bar-stripes {
/* 1048  */   from {
/* 1049  */     background-position: 40px 0;
/* 1050  */   }

/* style.css */

/* 1051  */   to {
/* 1052  */     background-position: 0 0;
/* 1053  */   }
/* 1054  */ }
/* 1055  */ @keyframes progress-bar-stripes {
/* 1056  */   from {
/* 1057  */     background-position: 40px 0;
/* 1058  */   }
/* 1059  */   to {
/* 1060  */     background-position: 0 0;
/* 1061  */   }
/* 1062  */ }
/* 1063  */ .progress-bar {
/* 1064  */   overflow: hidden;
/* 1065  */   height: 20px;
/* 1066  */   margin-bottom: 20px;
/* 1067  */   background-color: #f5f5f5;
/* 1068  */   -webkit-border-radius: 5px;
/* 1069  */   -moz-border-radius: 5px;
/* 1070  */   border-radius: 5px;
/* 1071  */   /* Fix to make border-radius work for transparent colors */
/* 1072  */   -moz-background-clip: padding;
/* 1073  */   -webkit-background-clip: padding-box;
/* 1074  */   background-clip: padding-box;
/* 1075  */   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
/* 1076  */   -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
/* 1077  */   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
/* 1078  */ }
/* 1079  */ .progress {
/* 1080  */   float: left;
/* 1081  */   width: 0%;
/* 1082  */   height: 100%;
/* 1083  */   font-size: 12px;
/* 1084  */   line-height: 20px;
/* 1085  */   color: #ffffff;
/* 1086  */   text-align: center;
/* 1087  */   background-color: #a0ce4e;
/* 1088  */   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
/* 1089  */   -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
/* 1090  */   box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
/* 1091  */   -webkit-transform: width 0.6s ease;
/* 1092  */   -moz-transform: width 0.6s ease;
/* 1093  */   -ms-transform: width 0.6s ease;
/* 1094  */   -o-transform: width 0.6s ease;
/* 1095  */   transform: width 0.6s ease;
/* 1096  */   -webkit-transition: width 0.6s ease;
/* 1097  */   transition: width 0.6s ease;
/* 1098  */ }
/* 1099  */ .progress-striped .progress {
/* 1100  */   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

/* style.css */

/* 1101  */   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 1102  */   background-size: 40px 40px;
/* 1103  */ }
/* 1104  */ .progress-bar.active .progress {
/* 1105  */   -webkit-animation: progress-bar-stripes 2s linear infinite;
/* 1106  */   animation: progress-bar-stripes 2s linear infinite;
/* 1107  */ }
/* 1108  */ .sr-only {
/* 1109  */   position: absolute;
/* 1110  */   width: 1px;
/* 1111  */   height: 1px;
/* 1112  */   margin: -1px;
/* 1113  */   padding: 0;
/* 1114  */   overflow: hidden;
/* 1115  */   clip: rect(0, 0, 0, 0);
/* 1116  */   border: 0;
/* 1117  */ }
/* 1118  */ table {
/* 1119  */   max-width: 100%;
/* 1120  */   background-color: transparent;
/* 1121  */ }
/* 1122  */ th {
/* 1123  */   text-align: left;
/* 1124  */ }
/* 1125  */ .table {
/* 1126  */   width: 100%;
/* 1127  */   margin-bottom: 20px;
/* 1128  */ }
/* 1129  */ .table > thead > tr > th,
/* 1130  */ .table > tbody > tr > th,
/* 1131  */ .table > tfoot > tr > th,
/* 1132  */ .table > thead > tr > td,
/* 1133  */ .table > tbody > tr > td,
/* 1134  */ .table > tfoot > tr > td {
/* 1135  */   padding: 8px;
/* 1136  */   line-height: 1.5384615384615385;
/* 1137  */   vertical-align: top;
/* 1138  */   border-top: 1px solid #e5e4e3;
/* 1139  */ }
/* 1140  */ .table > thead > tr > th {
/* 1141  */   vertical-align: bottom;
/* 1142  */   border-bottom: 2px solid #e5e4e3;
/* 1143  */ }
/* 1144  */ .table > caption + thead > tr:first-child > th,
/* 1145  */ .table > colgroup + thead > tr:first-child > th,
/* 1146  */ .table > thead:first-child > tr:first-child > th,
/* 1147  */ .table > caption + thead > tr:first-child > td,
/* 1148  */ .table > colgroup + thead > tr:first-child > td,
/* 1149  */ .table > thead:first-child > tr:first-child > td {
/* 1150  */   border-top: 0;

/* style.css */

/* 1151  */ }
/* 1152  */ .table > tbody + tbody {
/* 1153  */   border-top: 2px solid #e5e4e3;
/* 1154  */ }
/* 1155  */ .table .table {
/* 1156  */   background-color: #ffffff;
/* 1157  */ }
/* 1158  */ @media (max-width: 799px) {
/* 1159  */   .table-responsive {
/* 1160  */     width: 100%;
/* 1161  */     margin-bottom: 15px;
/* 1162  */     overflow-y: hidden;
/* 1163  */     overflow-x: scroll;
/* 1164  */     -ms-overflow-style: -ms-autohiding-scrollbar;
/* 1165  */     border: 1px solid #e5e4e3;
/* 1166  */     -webkit-overflow-scrolling: touch;
/* 1167  */   }
/* 1168  */   .table-responsive > .table {
/* 1169  */     margin-bottom: 0;
/* 1170  */   }
/* 1171  */   .table-responsive > .table > thead > tr > th,
/* 1172  */   .table-responsive > .table > tbody > tr > th,
/* 1173  */   .table-responsive > .table > tfoot > tr > th,
/* 1174  */   .table-responsive > .table > thead > tr > td,
/* 1175  */   .table-responsive > .table > tbody > tr > td,
/* 1176  */   .table-responsive > .table > tfoot > tr > td {
/* 1177  */     white-space: nowrap;
/* 1178  */   }
/* 1179  */ }
/* 1180  */ .tooltip {
/* 1181  */   position: absolute;
/* 1182  */   z-index: 1030;
/* 1183  */   display: block;
/* 1184  */   visibility: visible;
/* 1185  */   font-size: 12px;
/* 1186  */   line-height: 1.4;
/* 1187  */   opacity: 0;
/* 1188  */   filter: alpha(opacity=0);
/* 1189  */ }
/* 1190  */ .tooltip.in {
/* 1191  */   opacity: 0.9;
/* 1192  */   filter: alpha(opacity=90);
/* 1193  */ }
/* 1194  */ .tooltip.top {
/* 1195  */   margin-top: -3px;
/* 1196  */   padding: 5px 0;
/* 1197  */ }
/* 1198  */ .tooltip.right {
/* 1199  */   margin-left: 3px;
/* 1200  */   padding: 0 5px;

/* style.css */

/* 1201  */ }
/* 1202  */ .tooltip.bottom {
/* 1203  */   margin-top: 3px;
/* 1204  */   padding: 5px 0;
/* 1205  */ }
/* 1206  */ .tooltip.left {
/* 1207  */   margin-left: -3px;
/* 1208  */   padding: 0 5px;
/* 1209  */ }
/* 1210  */ .tooltip-inner {
/* 1211  */   max-width: 200px;
/* 1212  */   padding: 3px 8px;
/* 1213  */   color: #d1d1d2;
/* 1214  */   text-align: center;
/* 1215  */   text-decoration: none;
/* 1216  */   background-color: rgba(33, 33, 33, 0.97);
/* 1217  */   -webkit-border-radius: 4px;
/* 1218  */   -moz-border-radius: 4px;
/* 1219  */   border-radius: 4px;
/* 1220  */   /* Fix to make border-radius work for transparent colors */
/* 1221  */   -moz-background-clip: padding;
/* 1222  */   -webkit-background-clip: padding-box;
/* 1223  */   background-clip: padding-box;
/* 1224  */ }
/* 1225  */ .tooltip-arrow {
/* 1226  */   position: absolute;
/* 1227  */   width: 0;
/* 1228  */   height: 0;
/* 1229  */   border-color: transparent;
/* 1230  */   border-style: solid;
/* 1231  */ }
/* 1232  */ .tooltip.top .tooltip-arrow {
/* 1233  */   bottom: 0;
/* 1234  */   left: 50%;
/* 1235  */   margin-left: -5px;
/* 1236  */   border-width: 5px 5px 0;
/* 1237  */   border-top-color: rgba(33, 33, 33, 0.97);
/* 1238  */ }
/* 1239  */ .tooltip.top-left .tooltip-arrow {
/* 1240  */   bottom: 0;
/* 1241  */   left: 5px;
/* 1242  */   border-width: 5px 5px 0;
/* 1243  */   border-top-color: rgba(33, 33, 33, 0.97);
/* 1244  */ }
/* 1245  */ .tooltip.top-right .tooltip-arrow {
/* 1246  */   bottom: 0;
/* 1247  */   right: 5px;
/* 1248  */   border-width: 5px 5px 0;
/* 1249  */   border-top-color: rgba(33, 33, 33, 0.97);
/* 1250  */ }

/* style.css */

/* 1251  */ .tooltip.right .tooltip-arrow {
/* 1252  */   top: 50%;
/* 1253  */   left: 0;
/* 1254  */   margin-top: -5px;
/* 1255  */   border-width: 5px 5px 5px 0;
/* 1256  */   border-right-color: rgba(33, 33, 33, 0.97);
/* 1257  */ }
/* 1258  */ .tooltip.left .tooltip-arrow {
/* 1259  */   top: 50%;
/* 1260  */   right: 0;
/* 1261  */   margin-top: -5px;
/* 1262  */   border-width: 5px 0 5px 5px;
/* 1263  */   border-left-color: rgba(33, 33, 33, 0.97);
/* 1264  */ }
/* 1265  */ .tooltip.bottom .tooltip-arrow {
/* 1266  */   top: 0;
/* 1267  */   left: 50%;
/* 1268  */   margin-left: -5px;
/* 1269  */   border-width: 0 5px 5px;
/* 1270  */   border-bottom-color: rgba(33, 33, 33, 0.97);
/* 1271  */ }
/* 1272  */ .tooltip.bottom-left .tooltip-arrow {
/* 1273  */   top: 0;
/* 1274  */   left: 5px;
/* 1275  */   border-width: 0 5px 5px;
/* 1276  */   border-bottom-color: rgba(33, 33, 33, 0.97);
/* 1277  */ }
/* 1278  */ .tooltip.bottom-right .tooltip-arrow {
/* 1279  */   top: 0;
/* 1280  */   right: 5px;
/* 1281  */   border-width: 0 5px 5px;
/* 1282  */   border-bottom-color: rgba(33, 33, 33, 0.97);
/* 1283  */ }
/* 1284  */ * {
/* 1285  */   -moz-box-sizing: border-box;
/* 1286  */   -webkit-box-sizing: border-box;
/* 1287  */   box-sizing: border-box;
/* 1288  */ }
/* 1289  */ .fusion-clearfix {
/* 1290  */   clear: both;
/* 1291  */   zoom: 1;
/* 1292  */ }
/* 1293  */ .fusion-clearfix:before,
/* 1294  */ .fusion-clearfix:after {
/* 1295  */   content: " ";
/* 1296  */   display: table;
/* 1297  */ }
/* 1298  */ .fusion-clearfix:after {
/* 1299  */   clear: both;
/* 1300  */ }

/* style.css */

/* 1301  */ /* Alignment */
/* 1302  */ .alignleft {
/* 1303  */   display: inline;
/* 1304  */   float: left;
/* 1305  */   margin-right: 15px;
/* 1306  */ }
/* 1307  */ .alignright {
/* 1308  */   display: inline;
/* 1309  */   float: right;
/* 1310  */   margin-left: 15px;
/* 1311  */ }
/* 1312  */ .aligncenter {
/* 1313  */   clear: both;
/* 1314  */   display: block;
/* 1315  */   margin-left: auto;
/* 1316  */   margin-right: auto;
/* 1317  */   text-align: center;
/* 1318  */ }
/* 1319  */ .create-block-format-context {
/* 1320  */   display: inline-block;
/* 1321  */   clear: both;
/* 1322  */   zoom: 1;
/* 1323  */   margin-bottom: 40px;
/* 1324  */   width: 100%;
/* 1325  */ }
/* 1326  */ .create-block-format-context:before,
/* 1327  */ .create-block-format-context:after {
/* 1328  */   content: " ";
/* 1329  */   display: table;
/* 1330  */ }
/* 1331  */ .create-block-format-context:after {
/* 1332  */   clear: both;
/* 1333  */ }
/* 1334  */ .fusionicon-arrow-down2 {
/* 1335  */   display: table-cell;
/* 1336  */   vertical-align: middle;
/* 1337  */ }
/* 1338  */ .icomoon-up:before {
/* 1339  */   display: inline-block;
/* 1340  */   -webkit-transform: rotate(180deg);
/* 1341  */   -moz-transform: rotate(180deg);
/* 1342  */   -ms-transform: rotate(180deg);
/* 1343  */   -o-transform: rotate(180deg);
/* 1344  */   transform: rotate(180deg);
/* 1345  */ }
/* 1346  */ html {
/* 1347  */   overflow-y: scroll;
/* 1348  */ }
/* 1349  */ input[type=submit],
/* 1350  */ input[type=text],

/* style.css */

/* 1351  */ input[type=password],
/* 1352  */ input[type=file],
/* 1353  */ textarea {
/* 1354  */   -webkit-appearance: none;
/* 1355  */   -webkit-border-radius: 0;
/* 1356  */ }
/* 1357  */ input[type="image"] {
/* 1358  */   padding: 0;
/* 1359  */   border: none;
/* 1360  */ }
/* 1361  */ body {
/* 1362  */   margin: 0;
/* 1363  */   color: #747474;
/* 1364  */   min-width: 320px;
/* 1365  */   -webkit-text-size-adjust: 100%;
/* 1366  */   font: 13px/20px 'PTSansRegular', Arial, Helvetica, sans-serif;
/* 1367  */ }
/* 1368  */ html {
/* 1369  */   overflow-x: hidden;
/* 1370  */ }
/* 1371  */ html.no-overflow-y {
/* 1372  */   overflow-y: hidden;
/* 1373  */ }
/* 1374  */ #wrapper {
/* 1375  */   overflow: visible;
/* 1376  */ }
/* 1377  */ .body_blank {
/* 1378  */   display: table;
/* 1379  */   height: 100%;
/* 1380  */   width: 100%;
/* 1381  */   position: absolute;
/* 1382  */   margin: 0;
/* 1383  */   left: 0;
/* 1384  */   top: 0;
/* 1385  */   overflow-x: hidden;
/* 1386  */ }
/* 1387  */ body.body_blank.admin-bar {
/* 1388  */   top: 31px;
/* 1389  */ }
/* 1390  */ body.body_blank.admin-bar #wrapper #slidingbar-area {
/* 1391  */   top: 0;
/* 1392  */ }
/* 1393  */ .wrapper_blank {
/* 1394  */   display: table-cell;
/* 1395  */   float: none;
/* 1396  */   vertical-align: middle;
/* 1397  */   width: 100%;
/* 1398  */ }
/* 1399  */ .wrapper_blank .page-title-bar {
/* 1400  */   margin-bottom: 25px;

/* style.css */

/* 1401  */ }
/* 1402  */ .wrapper_blank #main {
/* 1403  */   background: transparent;
/* 1404  */   padding: 0;
/* 1405  */ }
/* 1406  */ .error404 .search-page-search-form {
/* 1407  */   margin-bottom: 0;
/* 1408  */   padding-bottom: 0;
/* 1409  */   border: none;
/* 1410  */ }
/* 1411  */ img {
/* 1412  */   border-style: none;
/* 1413  */   vertical-align: top;
/* 1414  */   max-width: 100%;
/* 1415  */   height: auto;
/* 1416  */ }
/* 1417  */ object {
/* 1418  */   max-width: 100%;
/* 1419  */ }
/* 1420  */ a {
/* 1421  */   text-decoration: none;
/* 1422  */   color: #333;
/* 1423  */ }
/* 1424  */ a:hover {
/* 1425  */   color: #a0ce4e;
/* 1426  */   text-decoration: none;
/* 1427  */ }
/* 1428  */ input,
/* 1429  */ textarea,
/* 1430  */ select {
/* 1431  */   font: 100% Arial, Helvetica, sans-serif;
/* 1432  */   vertical-align: middle;
/* 1433  */   color: #000;
/* 1434  */ }
/* 1435  */ form,
/* 1436  */ fieldset {
/* 1437  */   margin: 0;
/* 1438  */   padding: 0;
/* 1439  */   border-style: none;
/* 1440  */ }
/* 1441  */ .clearfix:after,
/* 1442  */ #content:after,
/* 1443  */ .container:after,
/* 1444  */ .container-fluid:after,
/* 1445  */ .row:after,
/* 1446  */ .modal-footer:after {
/* 1447  */   content: "";
/* 1448  */   display: table;
/* 1449  */   clear: both;
/* 1450  */ }

/* style.css */

/* 1451  */ .clear {
/* 1452  */   clear: both;
/* 1453  */ }
/* 1454  */ .wp-caption {
/* 1455  */   max-width: 100%;
/* 1456  */ }
/* 1457  */ #wrapper .tp-bullets {
/* 1458  */   -webkit-transform: translateZ(0);
/* 1459  */   -transform: translateZ(0);
/* 1460  */ }
/* 1461  */ .search-table {
/* 1462  */   display: table;
/* 1463  */   width: 100%;
/* 1464  */ }
/* 1465  */ .header-v4 .search-table {
/* 1466  */   display: table;
/* 1467  */   width: 286px;
/* 1468  */ }
/* 1469  */ .searchform .search-field {
/* 1470  */   display: table-cell;
/* 1471  */   vertical-align: top;
/* 1472  */ }
/* 1473  */ .searchform .search-button {
/* 1474  */   display: table-cell;
/* 1475  */   width: 33px;
/* 1476  */   vertical-align: top;
/* 1477  */ }
/* 1478  */ .searchform .search-table .search-field input {
/* 1479  */   color: #AAA9A9;
/* 1480  */   background-color: #ffffff;
/* 1481  */   border: 1px solid #D2D2D2;
/* 1482  */   color: #747474;
/* 1483  */   font-size: 13px;
/* 1484  */   padding: 8px 15px;
/* 1485  */   height: 33px;
/* 1486  */   width: 100%;
/* 1487  */   -moz-box-sizing: border-box;
/* 1488  */   box-sizing: border-box;
/* 1489  */   margin: 0;
/* 1490  */ }
/* 1491  */ .searchform .search-table .search-button input[type="submit"] {
/* 1492  */   background: #000000;
/* 1493  */   border: none;
/* 1494  */   border-radius: 0;
/* 1495  */   color: #FFFFFF;
/* 1496  */   font-size: 14px;
/* 1497  */   height: 33px;
/* 1498  */   line-height: 33px;
/* 1499  */   margin: 0;
/* 1500  */   padding: 0;

/* style.css */

/* 1501  */   width: 33px;
/* 1502  */   text-indent: 0;
/* 1503  */   cursor: pointer;
/* 1504  */   font-family: 'icomoon';
/* 1505  */   text-shadow: none;
/* 1506  */   -webkit-font-smoothing: antialiased;
/* 1507  */   -webkit-transition: all .2s;
/* 1508  */   -moz-transition: all .2s;
/* 1509  */   -ms-transition: all .2s;
/* 1510  */   -o-transition: all .2s;
/* 1511  */   transition: all .2s;
/* 1512  */ }
/* 1513  */ .searchform .search-table .search-button input[type="submit"]:hover {
/* 1514  */   background: #A0CE4E;
/* 1515  */ }
/* 1516  */ .search-page-search-form {
/* 1517  */   padding-bottom: 60px;
/* 1518  */   border-bottom: 1px solid #E6E5E6;
/* 1519  */   margin-bottom: 60px;
/* 1520  */ }
/* 1521  */ .search-page-search-form .seach-form {
/* 1522  */   text-align: right;
/* 1523  */ }
/* 1524  */ .search-page-search-form .seach-form .search-table .search-field input {
/* 1525  */   text-indent: 0;
/* 1526  */ }
/* 1527  */ #fallback-slide {
/* 1528  */   display: none;
/* 1529  */ }
/* 1530  */ #fallback-slide img {
/* 1531  */   width: 100%;
/* 1532  */ }
/* 1533  */ .gallery-box {
/* 1534  */   background: #3d3c3c;
/* 1535  */   padding: 0 10px;
/* 1536  */ }
/* 1537  */ .gallery-box img {
/* 1538  */   width: 100%;
/* 1539  */ }
/* 1540  */ .gallery {
/* 1541  */   margin: 0 auto;
/* 1542  */   max-width: 1400px;
/* 1543  */ }
/* 1544  */ #main {
/* 1545  */   padding: 55px 10px 45px;
/* 1546  */   background: #fff;
/* 1547  */   clear: both;
/* 1548  */ }
/* 1549  */ .col .heading {
/* 1550  */   overflow: hidden;

/* style.css */

/* 1551  */   margin: 0 0 15px;
/* 1552  */ }
/* 1553  */ .col .heading img {
/* 1554  */   float: left;
/* 1555  */   margin: 0 10px 0 0;
/* 1556  */ }
/* 1557  */ .col p {
/* 1558  */   margin: 0 0 23px;
/* 1559  */ }
/* 1560  */ #main h2 {
/* 1561  */   font: 18px/20px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 1562  */ }
/* 1563  */ h2 {
/* 1564  */   color: #333;
/* 1565  */   margin: 0 0 20px;
/* 1566  */ }
/* 1567  */ h2.entry-title {
/* 1568  */   font: 18px/20px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 1569  */ }
/* 1570  */ #main .columns h2 {
/* 1571  */   margin: 0;
/* 1572  */   line-height: 35px;
/* 1573  */ }
/* 1574  */ .more {
/* 1575  */   overflow: hidden;
/* 1576  */   display: block;
/* 1577  */   font: 13px/15px 'PTSansRegular', arial, helvetica, sans-serif;
/* 1578  */ }
/* 1579  */ .more a {
/* 1580  */   float: right;
/* 1581  */   padding: 0 0 0 0;
/* 1582  */ }
/* 1583  */ .more a,
/* 1584  */ .fusion-read-more {
/* 1585  */   position: relative;
/* 1586  */   margin-right: 10px;
/* 1587  */   text-align: right;
/* 1588  */ }
/* 1589  */ .more a:after,
/* 1590  */ .fusion-read-more:after {
/* 1591  */   position: absolute;
/* 1592  */   font-family: 'icomoon';
/* 1593  */   content: '\f105';
/* 1594  */   font-size: 14px;
/* 1595  */   padding-left: 5px;
/* 1596  */ }
/* 1597  */ .more a.active {
/* 1598  */   color: #a0ce4e;
/* 1599  */   text-decoration: none;
/* 1600  */ }

/* style.css */

/* 1601  */ .more a.active:after {
/* 1602  */   position: absolute;
/* 1603  */   font-family: 'icomoon';
/* 1604  */   content: '\f105';
/* 1605  */   color: #a0ce4e;
/* 1606  */   font-size: 14px;
/* 1607  */   padding-left: 5px;
/* 1608  */ }
/* 1609  */ .content-boxes .more {
/* 1610  */   margin-top: 18px;
/* 1611  */ }
/* 1612  */ .container {
/* 1613  */   overflow: hidden;
/* 1614  */ }
/* 1615  */ #main .container h2 {
/* 1616  */   margin: 0;
/* 1617  */ }
/* 1618  */ .container .columns .col {
/* 1619  */   width: 31.42857%;
/* 1620  */   padding: 0 2.85714% 0 0;
/* 1621  */ }
/* 1622  */ .container .col img {
/* 1623  */   width: 100%;
/* 1624  */ }
/* 1625  */ .container .columns .col.last {
/* 1626  */   margin-right: 0;
/* 1627  */ }
/* 1628  */ .container .holder {
/* 1629  */   overflow: hidden;
/* 1630  */ }
/* 1631  */ .container h3 a.active {
/* 1632  */   text-decoration: none;
/* 1633  */   color: #a0ce4e;
/* 1634  */ }
/* 1635  */ .slider {
/* 1636  */   overflow: hidden;
/* 1637  */ }
/* 1638  */ .review {
/* 1639  */   width: 100%;
/* 1640  */ }
/* 1641  */ .title {
/* 1642  */   margin: 0 0 31px;
/* 1643  */   overflow: hidden;
/* 1644  */   display: table;
/* 1645  */ }
/* 1646  */ .title h1,
/* 1647  */ .title h2,
/* 1648  */ .title h3,
/* 1649  */ .title h4,
/* 1650  */ .title h5,

/* style.css */

/* 1651  */ .title h6 {
/* 1652  */   display: table-cell;
/* 1653  */   white-space: pre;
/* 1654  */ }
/* 1655  */ .title h1,
/* 1656  */ .fusion-post-content .title h1 {
/* 1657  */   float: left;
/* 1658  */   padding: 0 8px 0 0;
/* 1659  */   margin: 0;
/* 1660  */ }
/* 1661  */ .title h2,
/* 1662  */ .fusion-post-content .title h2 {
/* 1663  */   float: left;
/* 1664  */   padding: 0 8px 0 0;
/* 1665  */   margin: 0;
/* 1666  */   font-size: 18px;
/* 1667  */ }
/* 1668  */ .title h3,
/* 1669  */ .fusion-post-content .title h3 {
/* 1670  */   float: left;
/* 1671  */   padding: 0 8px 0 0;
/* 1672  */   margin: 0;
/* 1673  */ }
/* 1674  */ .title h4,
/* 1675  */ .fusion-post-content .title h4 {
/* 1676  */   float: left;
/* 1677  */   padding: 0 8px 0 0;
/* 1678  */   margin: 0;
/* 1679  */ }
/* 1680  */ .title h5,
/* 1681  */ .fusion-post-content .title h5 {
/* 1682  */   float: left;
/* 1683  */   padding: 0 8px 0 0;
/* 1684  */   margin: 0;
/* 1685  */ }
/* 1686  */ .title h6,
/* 1687  */ .fusion-post-content .title h6 {
/* 1688  */   float: left;
/* 1689  */   padding: 0 8px 0 0;
/* 1690  */   margin: 0;
/* 1691  */ }
/* 1692  */ .meta {
/* 1693  */   list-style: none;
/* 1694  */   margin: 0 0 13px;
/* 1695  */   padding: 0;
/* 1696  */   overflow: hidden;
/* 1697  */   font-size: 12px;
/* 1698  */   line-height: 14px;
/* 1699  */   color: #333;
/* 1700  */ }

/* style.css */

/* 1701  */ .meta li {
/* 1702  */   float: left;
/* 1703  */   padding: 0 8px 0 9px;
/* 1704  */   border-left: 1px solid #333333;
/* 1705  */ }
/* 1706  */ .meta li:first-child {
/* 1707  */   padding-left: 0;
/* 1708  */   border-left: 0;
/* 1709  */ }
/* 1710  */ .social_links_shortcode .social-networks {
/* 1711  */   float: none;
/* 1712  */ }
/* 1713  */ .sidebar .social-networks {
/* 1714  */   float: none;
/* 1715  */ }
/* 1716  */ .sidebar .social-networks li,
/* 1717  */ .social_links_shortcode li {
/* 1718  */   float: left;
/* 1719  */   margin-left: 0;
/* 1720  */   margin-right: 0px;
/* 1721  */   width: 35px;
/* 1722  */ }
/* 1723  */ .sidebar .social-networks a {
/* 1724  */   border-bottom: 0;
/* 1725  */   padding: 0;
/* 1726  */ }
/* 1727  */ .sidebar .social-networks li {
/* 1728  */   margin-bottom: 10px;
/* 1729  */ }
/* 1730  */ #content {
/* 1731  */   width: 71.1702128%;
/* 1732  */   float: left;
/* 1733  */   min-height: 1px;
/* 1734  */ }
/* 1735  */ #content.full-width {
/* 1736  */   width: 100%;
/* 1737  */ }
/* 1738  */ #posts-container {
/* 1739  */   position: relative;
/* 1740  */ }
/* 1741  */ .single .fusion-sharing-box {
/* 1742  */   margin-bottom: 0;
/* 1743  */   margin-top: 60px;
/* 1744  */ }
/* 1745  */ .fusion-footer-widget-column .row,
/* 1746  */ .fusion-footer-widget-area .fusion-footer-widget-column .fusion-columns {
/* 1747  */   margin-left: 0;
/* 1748  */   margin-right: 0;
/* 1749  */ }
/* 1750  */ .fusion-footer-widget-area .fusion-footer-widget-column .fusion-column {

/* style.css */

/* 1751  */   padding-left: 3px;
/* 1752  */   padding-right: 3px;
/* 1753  */   padding-bottom: 3px;
/* 1754  */ }
/* 1755  */ .fusion-footer-widget-column .flexslider a {
/* 1756  */   border: 0;
/* 1757  */   padding: 0;
/* 1758  */ }
/* 1759  */ .fusion-footer-widget-area ul#recentcomments li.recentcomments:first-child {
/* 1760  */   padding-top: 0px;
/* 1761  */   background: none;
/* 1762  */ }
/* 1763  */ .fusion-footer-widget-area li.recentcomments {
/* 1764  */   padding: 12px 0;
/* 1765  */   border-bottom: 1px solid #282a2b;
/* 1766  */   display: block;
/* 1767  */ }
/* 1768  */ .fusion-footer-widget-area li.recentcomments a {
/* 1769  */   border: none;
/* 1770  */ }
/* 1771  */ .fusion-footer-widget-area .widget_recent_entries li {
/* 1772  */   border-bottom: 1px solid;
/* 1773  */   padding-bottom: 12px;
/* 1774  */ }
/* 1775  */ .fusion-footer-widget-area .widget_recent_entries a {
/* 1776  */   border-bottom: 0;
/* 1777  */   padding-bottom: 0;
/* 1778  */ }
/* 1779  */ .fusion-footer-widget-area .fusion-footer-widget-column:not(.widget_icl_lang_sel_widget) ul:first-child > li:first-child > a,
/* 1780  */ .fusion-footer-widget-area .fusion-footer-widget-column:not(.widget_icl_lang_sel_widget) > ul > li:first-child > a {
/* 1781  */   background-image: none;
/* 1782  */   padding-top: 0px;
/* 1783  */ }
/* 1784  */ .post {
/* 1785  */   margin-bottom: 65px;
/* 1786  */ }
/* 1787  */ .post .image {
/* 1788  */   margin-bottom: 40px;
/* 1789  */ }
/* 1790  */ #main .post h2 {
/* 1791  */   font: 18px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 1792  */   color: #333333;
/* 1793  */   padding-bottom: 0;
/* 1794  */ }
/* 1795  */ #main .post h2 a {
/* 1796  */   color: #333333;
/* 1797  */ }
/* 1798  */ .single .post .meta-info,
/* 1799  */ .avada_faq .meta-info {
/* 1800  */   margin-bottom: 55px;

/* style.css */

/* 1801  */ }
/* 1802  */ .search input,
/* 1803  */ .searchform input {
/* 1804  */   border: 1px solid #e7e6e6;
/* 1805  */   padding: 8px 15px;
/* 1806  */   font-size: 13px;
/* 1807  */   color: #333333;
/* 1808  */   display: block;
/* 1809  */ }
/* 1810  */ .sidebar {
/* 1811  */   width: 23.4042553%;
/* 1812  */   float: right;
/* 1813  */ }
/* 1814  */ .sidebar .widget {
/* 1815  */   margin-bottom: 45px;
/* 1816  */   position: relative;
/* 1817  */ }
/* 1818  */ .sidebar .widget.flickr {
/* 1819  */   overflow: hidden;
/* 1820  */ }
/* 1821  */ .sidebar .widget h3 {
/* 1822  */   margin: 0;
/* 1823  */   padding: 0;
/* 1824  */   font: 13px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 1825  */   margin-bottom: 18px;
/* 1826  */   color: #333333;
/* 1827  */ }
/* 1828  */ .sidebar .widget ul {
/* 1829  */   list-style: none;
/* 1830  */   margin: 0;
/* 1831  */   padding: 0;
/* 1832  */ }
/* 1833  */ .sidebar .widget li {
/* 1834  */   margin: 0;
/* 1835  */   padding: 0;
/* 1836  */   display: block;
/* 1837  */ }
/* 1838  */ .sidebar .widget li a,
/* 1839  */ .sidebar .widget .recentcomments,
/* 1840  */ .sidebar .widget_categories li {
/* 1841  */   display: block;
/* 1842  */   color: #838383;
/* 1843  */ }
/* 1844  */ .sidebar .widget li a {
/* 1845  */   display: inline;
/* 1846  */ }
/* 1847  */ .sidebar .widget .recentcomments a {
/* 1848  */   background: none;
/* 1849  */   border: none;
/* 1850  */ }

/* style.css */

/* 1851  */ .sidebar .contact_info .address {
/* 1852  */   margin: 0;
/* 1853  */   margin-bottom: 15px;
/* 1854  */ }
/* 1855  */ .widget .fusion-social-networks .fusion-social-network-icon {
/* 1856  */   margin-left: 0;
/* 1857  */   display: inline-block;
/* 1858  */   margin-right: 11px;
/* 1859  */   margin-bottom: 14px;
/* 1860  */ }
/* 1861  */ .widget .fusion-social-networks.boxed-icons .fusion-social-network-icon {
/* 1862  */   margin-right: 7px;
/* 1863  */   margin-bottom: 10px;
/* 1864  */ }
/* 1865  */ .sidebar .contact_info p,
/* 1866  */ .fusion-footer-widget-area .contact_info p,
/* 1867  */ #slidingbar .contact_info p {
/* 1868  */   margin: 0;
/* 1869  */ }
/* 1870  */ .sidebar .flickr-photo a {
/* 1871  */   background: none;
/* 1872  */   float: left;
/* 1873  */   border: 0;
/* 1874  */ }
/* 1875  */ .sidebar .widget_categories li a {
/* 1876  */   display: block;
/* 1877  */   border: 0;
/* 1878  */   background: none;
/* 1879  */   padding: 0;
/* 1880  */ }
/* 1881  */ .sidebar .s,
/* 1882  */ .fusion-footer-widget-area .s,
/* 1883  */ #slidingbar-area .s {
/* 1884  */   width: 100%;
/* 1885  */ }
/* 1886  */ #wrapper .fusion-tabs-widget .tab-holder {
/* 1887  */   border: 1px solid #eaeaea;
/* 1888  */ }
/* 1889  */ #wrapper .fusion-tabs-widget .tabset {
/* 1890  */   display: table;
/* 1891  */   overflow: hidden;
/* 1892  */   width: 100%;
/* 1893  */   margin: 0;
/* 1894  */   padding: 0;
/* 1895  */   list-style: none;
/* 1896  */ }
/* 1897  */ #wrapper .fusion-tabs-widget .tabset li {
/* 1898  */   display: table-cell;
/* 1899  */   margin: 0;
/* 1900  */   padding: 0;

/* style.css */

/* 1901  */   width: 33.3333%;
/* 1902  */   border-bottom: none;
/* 1903  */ }
/* 1904  */ #wrapper .fusion-tabs-widget .tabset li:last-child {
/* 1905  */   border-right: none;
/* 1906  */ }
/* 1907  */ #wrapper .fusion-tabs-widget .tabset li a {
/* 1908  */   display: block;
/* 1909  */   padding: 0;
/* 1910  */   line-height: 38px;
/* 1911  */   border-bottom: none;
/* 1912  */   border-top: 3px solid transparent;
/* 1913  */   -webkit-transition: all .2s;
/* 1914  */   -moz-transition: all .2s;
/* 1915  */   -ms-transition: all .2s;
/* 1916  */   -o-transition: all .2s;
/* 1917  */   transition: all .2s;
/* 1918  */ }
/* 1919  */ #wrapper .fusion-tabs-widget .tabset li .fusionicon-bubbles {
/* 1920  */   font-size: 18px;
/* 1921  */ }
/* 1922  */ .fusion-tabs-widget a {
/* 1923  */   color: #444444;
/* 1924  */ }
/* 1925  */ .fusion-tabs-widget .tab-set li {
/* 1926  */   border-right: 1px solid;
/* 1927  */ }
/* 1928  */ .fusion-tabs-widget .tab-holder .tabs li a {
/* 1929  */   border: 0;
/* 1930  */   font: 13px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 1931  */   text-indent: 0;
/* 1932  */   background: #F1F2F2;
/* 1933  */   color: #333333;
/* 1934  */   text-align: center;
/* 1935  */ }
/* 1936  */ .fusion-tabs-widget .tab-holder .tabs li:hover a {
/* 1937  */   background: none;
/* 1938  */ }
/* 1939  */ .fusion-tabs-widget .tab-holder .tabs li.active a {
/* 1940  */   background: none;
/* 1941  */   border-top: 3px solid #A0CE4E;
/* 1942  */   border-bottom: 0;
/* 1943  */ }
/* 1944  */ .fusion-tabs-widget .tab-holder .tab_content .news-list {
/* 1945  */   list-style: none;
/* 1946  */   margin: 0;
/* 1947  */   padding: 0;
/* 1948  */ }
/* 1949  */ .fusion-tabs-widget .tab-holder .tab_content .news-list li {
/* 1950  */   border-bottom: 1px solid #e2e2e2;

/* style.css */

/* 1951  */   padding: 20px 15px;
/* 1952  */   overflow: hidden;
/* 1953  */ }
/* 1954  */ .fusion-tabs-widget .tab-holder .tab_content .news-list li:last-child {
/* 1955  */   border-bottom: 0;
/* 1956  */ }
/* 1957  */ .fusion-tabs-widget .tab-holder .tab_content .news-list li a {
/* 1958  */   padding: 0;
/* 1959  */   background: none;
/* 1960  */ }
/* 1961  */ .fusion-tabs-widget .tab-holder .tab_content .image {
/* 1962  */   float: left;
/* 1963  */   margin-right: 13px;
/* 1964  */   height: 50px;
/* 1965  */   width: 52px;
/* 1966  */ }
/* 1967  */ .fusion-tabs-widget .tab-holder .tab_content .image a {
/* 1968  */   height: auto;
/* 1969  */   width: auto;
/* 1970  */   line-height: normal;
/* 1971  */   text-indent: 0;
/* 1972  */ }
/* 1973  */ .fusion-tabs-widget .tab-holder .tab_content .post-holder a {
/* 1974  */   overflow: hidden;
/* 1975  */   margin: 0;
/* 1976  */   padding: 0;
/* 1977  */   height: auto;
/* 1978  */   line-height: normal;
/* 1979  */   background: none;
/* 1980  */   border: 0;
/* 1981  */   text-indent: 0;
/* 1982  */   font-size: 13px;
/* 1983  */ }
/* 1984  */ .fusion-tabs-widget .tab-holder .tab_content .post-holder p {
/* 1985  */   margin: 0 0 5px 0;
/* 1986  */ }
/* 1987  */ .fusion-tabs-widget .tab-holder .tab_content .post-holder .meta {
/* 1988  */   margin: 0;
/* 1989  */   margin-top: 2px;
/* 1990  */   font-size: 12px;
/* 1991  */   color: #747474;
/* 1992  */ }
/* 1993  */ #wrapper .fusion-footer-widget-area .tab-holder,
/* 1994  */ #wrapper #slidingbar-area .tab-holder {
/* 1995  */   border-top: none;
/* 1996  */ }
/* 1997  */ #wrapper .fusion-footer-widget-area .tab-holder .tabs li a,
/* 1998  */ #wrapper #slidingbar-area .tab-holder .tabs li a {
/* 1999  */   background: rgba(0, 0, 0, 0.2);
/* 2000  */ }

/* style.css */

/* 2001  */ #wrapper .fusion-footer-widget-area .tab-holder .tabs li:hover a,
/* 2002  */ #wrapper #slidingbar-area .tab-holder .tabs li:hover a {
/* 2003  */   background: none;
/* 2004  */ }
/* 2005  */ #wrapper .fusion-footer-widget-area .tab-holder .tabs li.active a,
/* 2006  */ #wrapper #slidingbar-area .tab-holder .tabs li.active a {
/* 2007  */   background: none;
/* 2008  */ }
/* 2009  */ #wrapper .fusion-footer-widget-area .tab-holder .tab_content a,
/* 2010  */ #wrapper #slidingbar-area .tab-holder .tab_content a {
/* 2011  */   padding: 0;
/* 2012  */   border-bottom: none;
/* 2013  */ }
/* 2014  */ .jtwt li {
/* 2015  */   background: none;
/* 2016  */ }
/* 2017  */ .jtwt .jtwt_tweet,
/* 2018  */ .sidebar .jtwt .jtwt_tweet {
/* 2019  */   position: relative;
/* 2020  */   padding: 0;
/* 2021  */   border: 0;
/* 2022  */   margin-bottom: 30px;
/* 2023  */   font-size: 13px;
/* 2024  */   line-height: 20px;
/* 2025  */   padding-left: 45px;
/* 2026  */   padding-top: 0px;
/* 2027  */ }
/* 2028  */ .sidebar .jtwt .jtwt_tweet:before {
/* 2029  */   color: #d8d8d8;
/* 2030  */ }
/* 2031  */ .jtwt .jtwt_tweet:before {
/* 2032  */   position: absolute;
/* 2033  */   top: 6px;
/* 2034  */   margin-left: -45px;
/* 2035  */   content: '\e605';
/* 2036  */   font-family: 'icomoon';
/* 2037  */   font-size: 30px;
/* 2038  */ }
/* 2039  */ .jtwt .jtwt_tweet a {
/* 2040  */   background: none;
/* 2041  */   color: #BFBFBF;
/* 2042  */   display: inline;
/* 2043  */   padding: 0;
/* 2044  */   border: 0;
/* 2045  */ }
/* 2046  */ .jtwt .jtwt_tweet a:hover {
/* 2047  */   color: #A0CE4E;
/* 2048  */ }
/* 2049  */ .jtwt .jtwt_tweet .jtwt_tweet_text {
/* 2050  */   margin-bottom: 0;

/* style.css */

/* 2051  */   margin-top: 0;
/* 2052  */ }
/* 2053  */ .recent-works-items {
/* 2054  */   overflow: hidden;
/* 2055  */ }
/* 2056  */ .recent-works-items a {
/* 2057  */   float: left;
/* 2058  */   padding: 3px;
/* 2059  */ }
/* 2060  */ .fusion-footer-widget-area .fusion-columns-4 .recent-works-items a,
/* 2061  */ .fusion-footer-widget-area .fusion-columns-5 .recent-works-items a,
/* 2062  */ .fusion-footer-widget-area .fusion-columns-6 .recent-works-items a,
/* 2063  */ #slidingbar-area .fusion-columns-4 .recent-works-items a,
/* 2064  */ #slidingbar-area .fusion-columns-5 .recent-works-items a,
/* 2065  */ #slidingbar-area .fusion-columns-6 .recent-works-items a {
/* 2066  */   max-width: 60px;
/* 2067  */ }
/* 2068  */ .pagination.infinite-scroll {
/* 2069  */   visibility: hidden;
/* 2070  */ }
/* 2071  */ .pagination,
/* 2072  */ .page-links,
/* 2073  */ .woocommerce-pagination {
/* 2074  */   float: right;
/* 2075  */   margin-top: 40px;
/* 2076  */   font-size: 9px;
/* 2077  */   margin-right: 10px;
/* 2078  */ }
/* 2079  */ .page-links {
/* 2080  */   margin-bottom: 40px;
/* 2081  */   margin-top: 30px;
/* 2082  */ }
/* 2083  */ .pagination a.inactive,
/* 2084  */ .page-links a,
/* 2085  */ .woocommerce-pagination .page-numbers {
/* 2086  */   border: 1px solid #747474;
/* 2087  */   display: inline-block;
/* 2088  */   height: 20px;
/* 2089  */   line-height: 18px;
/* 2090  */   color: #747474;
/* 2091  */   padding: 0 6px;
/* 2092  */   margin-left: 5px;
/* 2093  */ }
/* 2094  */ .pagination a.inactive:hover,
/* 2095  */ .page-links a:hover,
/* 2096  */ .woocommerce-pagination .page-numbers:hover {
/* 2097  */   border: 1px solid #a0ce4e;
/* 2098  */ }
/* 2099  */ .pagination .current,
/* 2100  */ .page-links > .page-number,

/* style.css */

/* 2101  */ .woocommerce-pagination .current {
/* 2102  */   border: 1px solid #a0ce4e;
/* 2103  */   display: inline-block;
/* 2104  */   height: 20px;
/* 2105  */   line-height: 18px;
/* 2106  */   color: #fff;
/* 2107  */   padding: 0 6px;
/* 2108  */   margin-left: 5px;
/* 2109  */   background: #a0ce4e;
/* 2110  */ }
/* 2111  */ .pagination .pagination-prev,
/* 2112  */ .woocommerce-pagination .prev {
/* 2113  */   margin-right: 3px;
/* 2114  */   font-size: 12px;
/* 2115  */ }
/* 2116  */ .pagination .pagination-next,
/* 2117  */ .woocommerce-pagination .next {
/* 2118  */   margin-left: 8px;
/* 2119  */   font-size: 12px;
/* 2120  */ }
/* 2121  */ .img-list {
/* 2122  */   overflow: hidden;
/* 2123  */ }
/* 2124  */ .img-list li {
/* 2125  */   padding: 5px;
/* 2126  */   background: none;
/* 2127  */   float: left;
/* 2128  */ }
/* 2129  */ .img-list a {
/* 2130  */   background: none;
/* 2131  */   height: auto;
/* 2132  */   width: auto;
/* 2133  */   text-indent: 0;
/* 2134  */   border: 0px;
/* 2135  */ }
/* 2136  */ .share-box h4 {
/* 2137  */   font: 13px/20px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 2138  */ }
/* 2139  */ .about-author {
/* 2140  */   margin-top: 55px;
/* 2141  */   overflow: hidden;
/* 2142  */   clear: both;
/* 2143  */ }
/* 2144  */ .about-author .title a {
/* 2145  */   color: #a0ce4e;
/* 2146  */ }
/* 2147  */ .about-author div.avatar {
/* 2148  */   float: left;
/* 2149  */   margin-right: 20px;
/* 2150  */   margin-bottom: 5px;

/* style.css */

/* 2151  */ }
/* 2152  */ .related-posts {
/* 2153  */   margin-top: 55px;
/* 2154  */ }
/* 2155  */ .single-related-posts {
/* 2156  */   clear: both;
/* 2157  */ }
/* 2158  */ .related-posts .image {
/* 2159  */   width: 180px;
/* 2160  */   height: 138px;
/* 2161  */   margin-bottom: 0;
/* 2162  */ }
/* 2163  */ .single .comments-container {
/* 2164  */   margin-top: 55px;
/* 2165  */   clear: both;
/* 2166  */ }
/* 2167  */ .commentlist {
/* 2168  */   list-style: none;
/* 2169  */   margin: 0;
/* 2170  */   padding: 0;
/* 2171  */   margin-bottom: 65px;
/* 2172  */ }
/* 2173  */ .commentlist .children {
/* 2174  */   list-style: none outside none;
/* 2175  */ }
/* 2176  */ .commentlist li {
/* 2177  */   margin: 0;
/* 2178  */   padding: 0;
/* 2179  */ }
/* 2180  */ .commentlist .the-comment {
/* 2181  */   border-bottom: 1px solid #e7e6e6;
/* 2182  */   padding-bottom: 25px;
/* 2183  */   margin-bottom: 25px;
/* 2184  */ }
/* 2185  */ .commentlist .the-comment .comment-text {
/* 2186  */   margin-left: 69px;
/* 2187  */ }
/* 2188  */ .commentlist .the-comment .comment-text *:last-child {
/* 2189  */   margin-bottom: 0;
/* 2190  */ }
/* 2191  */ .commentlist div.avatar {
/* 2192  */   float: left;
/* 2193  */   margin-right: 15px;
/* 2194  */ }
/* 2195  */ .commentlist .comment-author strong {
/* 2196  */   padding-right: 5px;
/* 2197  */ }
/* 2198  */ #respond {
/* 2199  */   margin-top: 40px;
/* 2200  */ }

/* style.css */

/* 2201  */ #comment-input {
/* 2202  */   overflow: hidden;
/* 2203  */   margin-bottom: 13px;
/* 2204  */ }
/* 2205  */ .comment-form input,
/* 2206  */ .post-password-form .password,
/* 2207  */ #s,
/* 2208  */ #comment-input input {
/* 2209  */   border: 1px solid #d2d2d2;
/* 2210  */   width: 28%;
/* 2211  */   font-size: 13px;
/* 2212  */   color: #747474;
/* 2213  */   padding: 8px 2%;
/* 2214  */   float: left;
/* 2215  */   margin-right: 1%;
/* 2216  */ }
/* 2217  */ #comment-input input {
/* 2218  */   width: 32.666666%;
/* 2219  */ }
/* 2220  */ .comment-form input,
/* 2221  */ .post-password-form .password,
/* 2222  */ .s {
/* 2223  */   float: none;
/* 2224  */ }
/* 2225  */ .sidebar #comment-input input,
/* 2226  */ .sidebar #s {
/* 2227  */   width: 100%;
/* 2228  */   margin-right: 0;
/* 2229  */ }
/* 2230  */ #comment-textarea textarea,
/* 2231  */ .comment-form-comment textarea {
/* 2232  */   border: 1px solid #d2d2d2;
/* 2233  */   width: 100%;
/* 2234  */   height: 150px;
/* 2235  */   font-size: 13px;
/* 2236  */   color: #747474;
/* 2237  */   padding: 8px 11px;
/* 2238  */   -moz-box-sizing: border-box;
/* 2239  */   box-sizing: border-box;
/* 2240  */ }
/* 2241  */ .ui-datepicker-div,
/* 2242  */ .ui-datepicker-inline,
/* 2243  */ #ui-datepicker-div {
/* 2244  */   border-color: #E9EAEE;
/* 2245  */ }
/* 2246  */ table.ui-datepicker td a,
/* 2247  */ .ui-datepicker-header select {
/* 2248  */   background-color: #E9EAEE;
/* 2249  */ }
/* 2250  */ .ui-datepicker-header select {

/* style.css */

/* 2251  */   border: 1px solid #D2D2D2;
/* 2252  */ }
/* 2253  */ #comment-input input:last-child {
/* 2254  */   margin-right: 0;
/* 2255  */ }
/* 2256  */ #comment-recaptcha {
/* 2257  */   margin-top: 13px;
/* 2258  */ }
/* 2259  */ .input-text,
/* 2260  */ input[type="text"] {
/* 2261  */   border: 1px solid #d2d2d2;
/* 2262  */   font-size: 13px;
/* 2263  */   color: #747474;
/* 2264  */   padding: 8px 15px;
/* 2265  */   margin-right: 1%;
/* 2266  */   width: 100%;
/* 2267  */   -webkit-box-sizing: border-box;
/* 2268  */   -moz-box-sizing: border-box;
/* 2269  */   box-sizing: border-box;
/* 2270  */ }
/* 2271  */ .input-radio,
/* 2272  */ #shipping_method input[type=radio] {
/* 2273  */   background: none;
/* 2274  */   -webkit-appearance: checkbox;
/* 2275  */   -moz-appearance: checkbox;
/* 2276  */   -ms-appearance: checkbox;
/* 2277  */   /* not currently supported */
/* 2278  */   -o-appearance: checkbox;
/* 2279  */   /* not currently supported */
/* 2280  */ }
/* 2281  */ .post-password-form label {
/* 2282  */   margin-right: 10px;
/* 2283  */ }
/* 2284  */ .post-password-form .password {
/* 2285  */   margin-right: 10px;
/* 2286  */ }
/* 2287  */ .single-navigation {
/* 2288  */   height: 34px;
/* 2289  */   line-height: 34px;
/* 2290  */   border-top: 1px solid #e7e6e6;
/* 2291  */   border-bottom: 1px solid #e7e6e6;
/* 2292  */   margin-bottom: 60px;
/* 2293  */   text-align: right;
/* 2294  */ }
/* 2295  */ .single-navigation a[rel=next] {
/* 2296  */   margin-left: 15px;
/* 2297  */   margin-right: 10px;
/* 2298  */ }
/* 2299  */ .single-navigation a {
/* 2300  */   display: inline-block;

/* style.css */

/* 2301  */ }
/* 2302  */ .single-navigation a[rel=prev]:before,
/* 2303  */ .pagination-prev:before,
/* 2304  */ .woocommerce-pagination .prev:before {
/* 2305  */   position: absolute;
/* 2306  */   padding-right: 5px;
/* 2307  */   font-family: 'icomoon';
/* 2308  */   content: '\f104';
/* 2309  */   color: #333333;
/* 2310  */   margin-left: -10px;
/* 2311  */   font-size: 14px;
/* 2312  */ }
/* 2313  */ .single-navigation a[rel=next]:after,
/* 2314  */ .pagination-next:after,
/* 2315  */ .woocommerce-pagination .next:after {
/* 2316  */   position: absolute;
/* 2317  */   font-size: 14px;
/* 2318  */   font-family: 'icomoon';
/* 2319  */   content: '\f105';
/* 2320  */   color: #333333;
/* 2321  */   padding-left: 5px;
/* 2322  */ }
/* 2323  */ .portfolio-full .flexslider {
/* 2324  */   margin-bottom: 70px;
/* 2325  */ }
/* 2326  */ .project-content h3 {
/* 2327  */   font: 13px/17px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 2328  */   color: #333333;
/* 2329  */   margin: 0;
/* 2330  */   margin-bottom: 28px;
/* 2331  */ }
/* 2332  */ .project-content .project-description {
/* 2333  */   float: left;
/* 2334  */   width: 74.4681%;
/* 2335  */ }
/* 2336  */ .project-content .project-description p {
/* 2337  */   margin-top: 0;
/* 2338  */ }
/* 2339  */ .project-content .project-info {
/* 2340  */   float: right;
/* 2341  */   width: 23.4043%;
/* 2342  */ }
/* 2343  */ .project-content .project-info .project-info-box {
/* 2344  */   border-bottom: 1px solid #e7e6e6;
/* 2345  */   padding-bottom: 15px;
/* 2346  */   margin-bottom: 15px;
/* 2347  */   overflow: hidden;
/* 2348  */ }
/* 2349  */ .project-content .project-info .project-info-box a {
/* 2350  */   color: #747474;

/* style.css */

/* 2351  */ }
/* 2352  */ .project-content .project-info .project-info-box a:hover {
/* 2353  */   color: #a0ce4e;
/* 2354  */ }
/* 2355  */ .project-content .project-info h4 {
/* 2356  */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 2357  */   color: #333333;
/* 2358  */   margin: 0;
/* 2359  */   float: left;
/* 2360  */   width: 110px;
/* 2361  */ }
/* 2362  */ .with-sidebar .project-content .project-info .project-info-box h4 {
/* 2363  */   display: block;
/* 2364  */   width: 100%;
/* 2365  */   margin-bottom: 5px;
/* 2366  */ }
/* 2367  */ .portfolio-full.with-sidebar .project-info {
/* 2368  */   float: left;
/* 2369  */ }
/* 2370  */ .portfolio-full.with-sidebar .project-description {
/* 2371  */   float: right;
/* 2372  */   width: 72.5%;
/* 2373  */ }
/* 2374  */ .project-content .project-info .project-terms {
/* 2375  */   float: left;
/* 2376  */ }
/* 2377  */ .portfolio-half .flexslider:not(.tfs-slider) {
/* 2378  */   width: 65.9574%;
/* 2379  */   float: left;
/* 2380  */ }
/* 2381  */ .portfolio-half .project-content {
/* 2382  */   width: 31.9149%;
/* 2383  */   float: right;
/* 2384  */ }
/* 2385  */ .portfolio-half .project-description {
/* 2386  */   width: 100%;
/* 2387  */   margin-bottom: 50px;
/* 2388  */ }
/* 2389  */ .portfolio-half .project-description .flexslider:not(.tfs-slider) {
/* 2390  */   width: auto;
/* 2391  */ }
/* 2392  */ .portfolio-half .project-info {
/* 2393  */   width: 100%;
/* 2394  */ }
/* 2395  */ .portfolio-sep {
/* 2396  */   clear: both;
/* 2397  */   display: block;
/* 2398  */ }
/* 2399  */ .portfolio-half .portfolio-sep {
/* 2400  */   margin-bottom: 50px;

/* style.css */

/* 2401  */ }
/* 2402  */ .project-info-box span {
/* 2403  */   float: left;
/* 2404  */ }
/* 2405  */ .side-nav {
/* 2406  */   list-style: none;
/* 2407  */   margin: 0;
/* 2408  */   padding: 0;
/* 2409  */   border-top: 1px solid #ededed;
/* 2410  */   margin-bottom: 20px;
/* 2411  */ }
/* 2412  */ .side-nav ul {
/* 2413  */   list-style: none;
/* 2414  */   margin: 0;
/* 2415  */   padding: 0;
/* 2416  */ }
/* 2417  */ .side-nav li {
/* 2418  */   margin: 0;
/* 2419  */   padding: 0;
/* 2420  */ }
/* 2421  */ .side-nav li a {
/* 2422  */   border-bottom: 1px solid #ededed;
/* 2423  */   display: block;
/* 2424  */   height: auto;
/* 2425  */   font-weight: normal;
/* 2426  */   font: 14px/39px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 2427  */   color: #333333;
/* 2428  */ }
/* 2429  */ .side-nav li a {
/* 2430  */   line-height: 1.69em;
/* 2431  */   padding: 8px 0;
/* 2432  */ }
/* 2433  */ .side-nav li a:hover {
/* 2434  */   background: none;
/* 2435  */ }
/* 2436  */ .side-nav li.current_page_item > a {
/* 2437  */   background: none;
/* 2438  */   color: #a0ce4e;
/* 2439  */ }
/* 2440  */ .side-nav li.current_page_item li a {
/* 2441  */   color: #333333;
/* 2442  */   border-bottom: 1px solid #ededed;
/* 2443  */ }
/* 2444  */ .side-nav .children {
/* 2445  */   display: none;
/* 2446  */   margin-left: 15px;
/* 2447  */ }
/* 2448  */ .side-nav .arrow {
/* 2449  */   display: inline;
/* 2450  */   margin-left: 0;

/* style.css */

/* 2451  */ }
/* 2452  */ .side-nav .arrow:after {
/* 2453  */   position: absolute;
/* 2454  */   font-size: 14px;
/* 2455  */   font-family: 'icomoon';
/* 2456  */ }
/* 2457  */ .side-nav-left .side-nav {
/* 2458  */   border-right: 1px solid #ededed;
/* 2459  */ }
/* 2460  */ .side-nav-left .side-nav li.current_page_item > a {
/* 2461  */   border-right: 3px solid #a0ce4e;
/* 2462  */ }
/* 2463  */ .side-nav-left .side-nav .arrow {
/* 2464  */   margin-left: 10px;
/* 2465  */ }
/* 2466  */ .side-nav-left .side-nav .arrow:after {
/* 2467  */   content: '\f105';
/* 2468  */ }
/* 2469  */ .side-nav-right .side-nav {
/* 2470  */   border-left: 1px solid #ededed;
/* 2471  */ }
/* 2472  */ .side-nav-right .side-nav li.current_page_item > a {
/* 2473  */   padding-left: 23px;
/* 2474  */   border-left: 3px solid #a0ce4e;
/* 2475  */ }
/* 2476  */ .side-nav-right .side-nav li a {
/* 2477  */   padding-left: 25px;
/* 2478  */ }
/* 2479  */ .side-nav-right .side-nav .arrow {
/* 2480  */   margin-right: 10px;
/* 2481  */ }
/* 2482  */ .side-nav-right .side-nav .arrow:after {
/* 2483  */   content: '\f104';
/* 2484  */ }
/* 2485  */ .side-nav-right .side-nav .children {
/* 2486  */   margin-left: 40px;
/* 2487  */ }
/* 2488  */ .side-nav-right .side-nav .children a {
/* 2489  */   padding-left: 0;
/* 2490  */ }
/* 2491  */ .woocommerce-tabs .tabs a:hover .arrow,
/* 2492  */ .woocommerce-tabs .tabs li.active a .arrow {
/* 2493  */   display: inline-block;
/* 2494  */   margin-left: 10px;
/* 2495  */   padding-right: 0;
/* 2496  */ }
/* 2497  */ .woocommerce-tabs .panel .panel {
/* 2498  */   margin-left: auto;
/* 2499  */   padding: 0;
/* 2500  */ }

/* style.css */

/* 2501  */ .woocommerce .images #carousel .slides li {
/* 2502  */   cursor: pointer;
/* 2503  */ }
/* 2504  */ h5.toggle {
/* 2505  */   overflow: hidden;
/* 2506  */   margin: 0;
/* 2507  */ }
/* 2508  */ h5.toggle a {
/* 2509  */   font: 13px/20px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 2510  */   cursor: pointer;
/* 2511  */   color: #333333;
/* 2512  */   border-bottom: 1px solid #e8e6e6;
/* 2513  */   overflow: hidden;
/* 2514  */   margin: 0;
/* 2515  */   padding: 10px 0px;
/* 2516  */   float: left;
/* 2517  */   width: 100%;
/* 2518  */ }
/* 2519  */ h5.toggle.active a {
/* 2520  */   border-bottom: 0;
/* 2521  */ }
/* 2522  */ h5.toggle span.arrow {
/* 2523  */   background-color: #333333;
/* 2524  */   display: block;
/* 2525  */   width: 22px;
/* 2526  */   height: 22px;
/* 2527  */   float: left;
/* 2528  */   margin-right: 18px;
/* 2529  */ }
/* 2530  */ h5.toggle.active span.arrow {
/* 2531  */   background-color: #a0ce4e;
/* 2532  */ }
/* 2533  */ h5.toggle span.toggle-title {
/* 2534  */   float: left;
/* 2535  */   width: 90%;
/* 2536  */ }
/* 2537  */ .toggle-content {
/* 2538  */   padding-top: 10px;
/* 2539  */   padding-bottom: 15px;
/* 2540  */   position: relative;
/* 2541  */ }
/* 2542  */ h5.toggle.active + .toggle-content {
/* 2543  */   border-bottom: 1px solid #E8E6E6;
/* 2544  */ }
/* 2545  */ /* Shortcodes */
/* 2546  */ .clearboth {
/* 2547  */   clear: both;
/* 2548  */   display: block;
/* 2549  */   font-size: 0px;
/* 2550  */   height: 0px;

/* style.css */

/* 2551  */   line-height: 0;
/* 2552  */   width: 100%;
/* 2553  */   overflow: hidden;
/* 2554  */ }
/* 2555  */ .shortcode-tabs {
/* 2556  */   margin-bottom: 50px;
/* 2557  */ }
/* 2558  */ .shortcode-tabs .tab-hold .tabs li {
/* 2559  */   border-right: 0;
/* 2560  */   -moz-box-sizing: border-box;
/* 2561  */   -webkit-box-sizing: border-box;
/* 2562  */   box-sizing: border-box;
/* 2563  */ }
/* 2564  */ .shortcode-tabs .tab-hold .tabs li a {
/* 2565  */   display: block;
/* 2566  */   width: 100%;
/* 2567  */   padding: 0;
/* 2568  */   text-indent: 15px;
/* 2569  */ }
/* 2570  */ .shortcode-tabs .tab-hold .tabs li.active a {
/* 2571  */   background: none;
/* 2572  */ }
/* 2573  */ .shortcode-tabs .tab_content {
/* 2574  */   padding: 15px;
/* 2575  */   overflow: hidden;
/* 2576  */ }
/* 2577  */ .shortcode-tabs .tab_content *:last-child {
/* 2578  */   margin-bottom: 0;
/* 2579  */ }
/* 2580  */ /* Post Content HTML */
/* 2581  */ .post-content p,
/* 2582  */ .fusion-post-content p {
/* 2583  */   margin: 0;
/* 2584  */   margin-bottom: 20px;
/* 2585  */ }
/* 2586  */ .post-content ul.arrow,
/* 2587  */ .fusion-post-content ul.arrow {
/* 2588  */   list-style: none;
/* 2589  */   margin: 0;
/* 2590  */   padding: 0;
/* 2591  */ }
/* 2592  */ .post-content ul.arrow li,
/* 2593  */ .fusion-post-content ul.arrow li {
/* 2594  */   line-height: 18px;
/* 2595  */   margin: 0;
/* 2596  */   padding: 0;
/* 2597  */   margin-bottom: 15px;
/* 2598  */   padding-left: 25px;
/* 2599  */ }
/* 2600  */ .post-content ul.arrow li:before,

/* style.css */

/* 2601  */ .fusion-post-content ul.arrow li:before {
/* 2602  */   display: inline-block;
/* 2603  */   background-repeat: no-repeat;
/* 2604  */   background-position: center center;
/* 2605  */   background-color: #a0ce4e;
/* 2606  */   height: 18px;
/* 2607  */   -moz-border-radius: 75px;
/* 2608  */   -webkit-border-radius: 75px;
/* 2609  */   border-radius: 75px;
/* 2610  */   width: 18px;
/* 2611  */   position: absolute;
/* 2612  */   font-size: 14px;
/* 2613  */   content: '\f105';
/* 2614  */   float: left;
/* 2615  */   margin-right: 0;
/* 2616  */   margin-left: -25px;
/* 2617  */   font-family: 'icomoon';
/* 2618  */   text-align: center;
/* 2619  */   font-weight: normal;
/* 2620  */   -webkit-font-smoothing: antialiased;
/* 2621  */   color: #fff;
/* 2622  */   line-height: 17px;
/* 2623  */   text-indent: 1px;
/* 2624  */ }
/* 2625  */ .post-content blockquote,
/* 2626  */ .fusion-post-content blockquote {
/* 2627  */   background: #f5f5f5;
/* 2628  */   font: 13px/20px 'PTSansItalic', arial, helvetica, sans-serif;
/* 2629  */   color: #444444;
/* 2630  */   border-left: 4px solid #a0ce4e;
/* 2631  */   padding: 15px;
/* 2632  */ }
/* 2633  */ .post-content blockquote *:last-child,
/* 2634  */ .fusion-post-content blockquote *:last-child {
/* 2635  */   margin-bottom: 0;
/* 2636  */ }
/* 2637  */ /**
/* 2638  *|  * Tooltip / Popup
/* 2639  *|  */
/* 2640  */ .popup {
/* 2641  */   display: none;
/* 2642  */   position: absolute;
/* 2643  */   padding: 0 0 6px;
/* 2644  */   color: #d1d1d2;
/* 2645  */   font-size: 11px;
/* 2646  */   line-height: 15px;
/* 2647  */   bottom: 110%;
/* 2648  */   left: -17px;
/* 2649  */ }
/* 2650  */ .popup p {

/* style.css */

/* 2651  */   margin: 0;
/* 2652  */ }
/* 2653  */ .popup .holder {
/* 2654  */   padding: 4px 11px;
/* 2655  */   background: #46494a;
/* 2656  */ }
/* 2657  */ .popup span {
/* 2658  */   display: inline-block;
/* 2659  */ }
/* 2660  */ /**
/* 2661  *|  * Tagline Shortcode
/* 2662  *|  */
/* 2663  */ .reading-box-container {
/* 2664  */   margin: 0 0 84px;
/* 2665  */ }
/* 2666  */ .reading-box {
/* 2667  */   padding: 28px 28px 27px 31px;
/* 2668  */   border-left: 3px solid #a0ce4e;
/* 2669  */   background: #f2efef;
/* 2670  */ }
/* 2671  */ #main .reading-box h2 {
/* 2672  */   margin: 0 0 7px;
/* 2673  */   font: 18px/20px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 2674  */ }
/* 2675  */ .continue {
/* 2676  */   float: right;
/* 2677  */ }
/* 2678  */ .avada-google-map {
/* 2679  */   height: 416px;
/* 2680  */   margin-bottom: 50px;
/* 2681  */   overflow: hidden;
/* 2682  */ }
/* 2683  */ #gmap img,
/* 2684  */ .shortcode-map img {
/* 2685  */   max-width: none;
/* 2686  */ }
/* 2687  */ body #wrapper .gomapMarker {
/* 2688  */   color: #333;
/* 2689  */ }
/* 2690  */ .fusion-post-content h1,
/* 2691  */ .fusion-post-content h2,
/* 2692  */ .fusion-post-content h3,
/* 2693  */ .fusion-post-content h4,
/* 2694  */ .fusion-post-content h5,
/* 2695  */ .fusion-post-content h6 {
/* 2696  */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 2697  */   color: #333333;
/* 2698  */   font-weight: normal;
/* 2699  */ }
/* 2700  */ .fusion-post-content h4 {

/* style.css */

/* 2701  */   font-size: 13px;
/* 2702  */ }
/* 2703  */ .fusion-post-content h5 {
/* 2704  */   font-size: 12px;
/* 2705  */ }
/* 2706  */ .fusion-post-content h6 {
/* 2707  */   font-size: 11px;
/* 2708  */ }
/* 2709  */ /* Extra excerpt classes to emulate shortcode stripping for html only shortcodes */
/* 2710  */ #wrapper .strip-html .fusion-dropcap {
/* 2711  */   top: 0;
/* 2712  */   float: none;
/* 2713  */   margin: 0;
/* 2714  */   padding: 0;
/* 2715  */   background-color: inherit !important;
/* 2716  */   box-shadow: none;
/* 2717  */   line-height: inherit;
/* 2718  */   text-shadow: none;
/* 2719  */   color: inherit !important;
/* 2720  */   font-size: inherit;
/* 2721  */ }
/* 2722  */ #wrapper .strip-html .fusion-highlight {
/* 2723  */   background-color: inherit !important;
/* 2724  */   color: inherit !important;
/* 2725  */ }
/* 2726  */ #wrapper .strip-html .fusion-tooltip {
/* 2727  */   color: inherit;
/* 2728  */   border-bottom: 1px dotted;
/* 2729  */ }
/* 2730  */ /* Button */
/* 2731  */ .button,
/* 2732  */ .fusion-button,
/* 2733  */ #reviews input#submit,
/* 2734  */ .price_slider_amount button,
/* 2735  */ .gform_wrapper .gform_button,
/* 2736  */ .fusion-pricing-table .button,
/* 2737  */ .bbp-submit-wrapper .button,
/* 2738  */ #comment-submit {
/* 2739  */   display: inline-block;
/* 2740  */   -webkit-border-radius: 2px;
/* 2741  */   -moz-border-radius: 2px;
/* 2742  */   border-radius: 2px;
/* 2743  */   -moz-box-sizing: content-box;
/* 2744  */   -webkit-box-sizing: content-box;
/* 2745  */   box-sizing: content-box;
/* 2746  */ }
/* 2747  */ .comment-form input[type="submit"] {
/* 2748  */   width: auto;
/* 2749  */   font-weight: bold;
/* 2750  */ }

/* style.css */

/* 2751  */ .button.transparent,
/* 2752  */ .fusion-button.transparent {
/* 2753  */   color: #333;
/* 2754  */   border: 1px solid #D2D3D4;
/* 2755  */   -webkit-box-shadow: 0 1px 1px rgba(99, 99, 99, 0.2);
/* 2756  */   -moz-box-shadow: 0 1px 1px rgba(99, 99, 99, 0.2);
/* 2757  */   box-shadow: 0 1px 1px rgba(99, 99, 99, 0.2);
/* 2758  */ }
/* 2759  */ .button.transparent:hover,
/* 2760  */ .fusion-button.transparent:hover {
/* 2761  */   color: #666;
/* 2762  */ }
/* 2763  */ .mobile-button {
/* 2764  */   display: none;
/* 2765  */   margin: 20px 0 0;
/* 2766  */ }
/* 2767  */ /* More Shortcodes */
/* 2768  */ .highlight1 {
/* 2769  */   background: #f6f67a;
/* 2770  */   padding: 2px;
/* 2771  */ }
/* 2772  */ .highlight2 {
/* 2773  */   background: #000;
/* 2774  */   color: #CCC;
/* 2775  */   padding: 2px;
/* 2776  */ }
/* 2777  */ .dropcap {
/* 2778  */   font-size: 62px;
/* 2779  */   margin-right: 6px;
/* 2780  */   padding-top: 11px;
/* 2781  */   text-transform: uppercase;
/* 2782  */   float: left;
/* 2783  */   position: relative;
/* 2784  */   top: 5px;
/* 2785  */   color: #83c54f;
/* 2786  */   padding-bottom: 11px;
/* 2787  */ }
/* 2788  */ .video-shortcode {
/* 2789  */   margin-bottom: 25px;
/* 2790  */ }
/* 2791  */ /* Fade Images */
/* 2792  */ .recent-works-items img,
/* 2793  */ .flickr_badge_image img,
/* 2794  */ .pyre_tabs img {
/* 2795  */   -webkit-transition: all .2s;
/* 2796  */   -moz-transition: all .2s;
/* 2797  */   -ms-transition: all .2s;
/* 2798  */   -o-transition: all .2s;
/* 2799  */   transition: all .2s;
/* 2800  */ }

/* style.css */

/* 2801  */ .recent-works-items img:hover,
/* 2802  */ .flickr_badge_image img:hover,
/* 2803  */ .pyre_tabs img:hover {
/* 2804  */   opacity: 0.5;
/* 2805  */ }
/* 2806  */ .error-page .useful-links {
/* 2807  */   width: 30.66%;
/* 2808  */   padding-left: 5%;
/* 2809  */ }
/* 2810  */ .error-page .oops {
/* 2811  */   font-size: 117px;
/* 2812  */   margin: 0 0 20px 0;
/* 2813  */   line-height: 117px;
/* 2814  */   font-weight: bolder;
/* 2815  */   color: #F0F0F0;
/* 2816  */   font-family: "PT Sans", Arial, Helvetica, sans-serif;
/* 2817  */ }
/* 2818  */ .error-page .sidebar-oops {
/* 2819  */   font-size: 90px;
/* 2820  */   line-height: 90px;
/* 2821  */ }
/* 2822  */ .error_page .oops h1 {
/* 2823  */   font-family: "PT Sans", Arial, Helvetica, sans-serif;
/* 2824  */ }
/* 2825  */ .fontawesome-icon {
/* 2826  */   display: inline-block;
/* 2827  */   float: left;
/* 2828  */ }
/* 2829  */ .aligncenter .fontawesome-icon,
/* 2830  */ .fusion-alignleft .fontawesome-icon,
/* 2831  */ .fusion-alignright .fontawesome-icon {
/* 2832  */   float: none;
/* 2833  */ }
/* 2834  */ .fontawesome-icon {
/* 2835  */   margin-right: 10px;
/* 2836  */ }
/* 2837  */ .fontawesome-icon.circle-yes {
/* 2838  */   -moz-border-radius: 75px;
/* 2839  */   -webkit-border-radius: 75px;
/* 2840  */   border-radius: 75px;
/* 2841  */   border-width: 1px;
/* 2842  */   border-style: solid;
/* 2843  */   background-color: #333333;
/* 2844  */   color: #fff;
/* 2845  */   text-align: center;
/* 2846  */   margin-top: 2px;
/* 2847  */ }
/* 2848  */ .fontawesome-icon.large {
/* 2849  */   font-size: 40px;
/* 2850  */ }

/* style.css */

/* 2851  */ .fontawesome-icon.large.circle-yes {
/* 2852  */   width: 70px;
/* 2853  */   height: 70px;
/* 2854  */   line-height: 70px;
/* 2855  */ }
/* 2856  */ .fontawesome-icon.medium {
/* 2857  */   font-size: 18px;
/* 2858  */ }
/* 2859  */ .fontawesome-icon.medium.circle-yes {
/* 2860  */   width: 35px;
/* 2861  */   height: 35px;
/* 2862  */   line-height: 35px;
/* 2863  */ }
/* 2864  */ .fontawesome-icon.small {
/* 2865  */   font-size: 10px;
/* 2866  */ }
/* 2867  */ .fontawesome-icon.small.circle-yes {
/* 2868  */   width: 18px;
/* 2869  */   height: 18px;
/* 2870  */   line-height: 19px;
/* 2871  */ }
/* 2872  */ .fontawesome-icon.circle-no.large {
/* 2873  */   margin-top: 2px;
/* 2874  */ }
/* 2875  */ .fontawesome-icon.circle-no.medium {
/* 2876  */   margin-top: 3px;
/* 2877  */ }
/* 2878  */ .fontawesome-icon.circle-no.small {
/* 2879  */   margin-top: 5px;
/* 2880  */ }
/* 2881  */ .icon-heading .fontawesome-icon {
/* 2882  */   margin-top: -6px;
/* 2883  */ }
/* 2884  */ .content-boxes .heading .fontawesome-icon {
/* 2885  */   float: left;
/* 2886  */ }
/* 2887  */ .content-boxes .heading-and-icon h2 {
/* 2888  */   padding-left: 45px;
/* 2889  */ }
/* 2890  */ .main-flex {
/* 2891  */   overflow: hidden;
/* 2892  */   width: 100%;
/* 2893  */   margin-left: auto;
/* 2894  */   margin-right: auto;
/* 2895  */ }
/* 2896  */ .sidebar .widget_recent_entries ul {
/* 2897  */   padding: 0;
/* 2898  */ }
/* 2899  */ .sidebar .widget_nav_menu li a:before,
/* 2900  */ .sidebar .widget_categories li a:before,

/* style.css */

/* 2901  */ .sidebar .widget_meta li a:before,
/* 2902  */ .sidebar .widget .recentcomments:before,
/* 2903  */ .sidebar .widget_recent_entries li a:before,
/* 2904  */ .sidebar .widget_archive li a:before,
/* 2905  */ .sidebar .widget_pages li a:before,
/* 2906  */ .sidebar .widget_links li a:before,
/* 2907  */ .woocommerce-tabs .tabs a:hover .arrow:after,
/* 2908  */ .woocommerce-tabs .tabs li.active a .arrow:after,
/* 2909  */ .widget_layered_nav li a:before,
/* 2910  */ .widget_product_categories li a:before {
/* 2911  */   position: absolute;
/* 2912  */   font-size: 14px;
/* 2913  */   font-family: 'icomoon';
/* 2914  */   content: '\f105';
/* 2915  */   margin-left: -12px;
/* 2916  */ }
/* 2917  */ .sidebar .widget_nav_menu li,
/* 2918  */ .sidebar .widget_categories li,
/* 2919  */ .sidebar .widget_product_categories li,
/* 2920  */ .sidebar .widget_meta li,
/* 2921  */ .sidebar .widget .recentcomments,
/* 2922  */ .sidebar .widget_recent_entries li,
/* 2923  */ .sidebar .widget_archive li,
/* 2924  */ .sidebar .widget_pages li,
/* 2925  */ .sidebar .widget_links li,
/* 2926  */ .sidebar .widget_layered_nav li,
/* 2927  */ .sidebar .widget_product_categories li {
/* 2928  */   display: block;
/* 2929  */   padding: 10px 10px 10px 12px;
/* 2930  */   border-bottom: 1px solid #e7e6e6;
/* 2931  */   color: #333;
/* 2932  */ }
/* 2933  */ .sidebar .widget_categories li {
/* 2934  */   position: relative;
/* 2935  */ }
/* 2936  */ .sidebar .widget_categories li span {
/* 2937  */   position: absolute;
/* 2938  */ }
/* 2939  */ .sidebar .widget_categories .children {
/* 2940  */   margin-left: 5px;
/* 2941  */ }
/* 2942  */ .sidebar .widget_categories li .children li:last-child,
/* 2943  */ .sidebar .widget_product_categories li .children li:last-child {
/* 2944  */   padding-bottom: 0;
/* 2945  */   border-bottom: none;
/* 2946  */ }
/* 2947  */ .shortcode-tabs .tab_content ul.arrow {
/* 2948  */   float: none;
/* 2949  */ }
/* 2950  */ .sidebar ul.arrow {

/* style.css */

/* 2951  */   list-style: none;
/* 2952  */   margin: 0;
/* 2953  */   padding: 0;
/* 2954  */ }
/* 2955  */ .sidebar ul.arrow li:before {
/* 2956  */   display: inline-block;
/* 2957  */   background-repeat: no-repeat;
/* 2958  */   background-position: center center;
/* 2959  */   background-color: #a0ce4e;
/* 2960  */   height: 18px;
/* 2961  */   -moz-border-radius: 75px;
/* 2962  */   -webkit-border-radius: 75px;
/* 2963  */   border-radius: 75px;
/* 2964  */   width: 18px;
/* 2965  */   content: ' ';
/* 2966  */   float: left;
/* 2967  */   margin-right: 10px;
/* 2968  */   margin-left: 0px;
/* 2969  */ }
/* 2970  */ .sidebar ul.arrow li {
/* 2971  */   line-height: 18px;
/* 2972  */   margin: 0;
/* 2973  */   padding: 0;
/* 2974  */   margin-bottom: 15px;
/* 2975  */   padding-left: 0px;
/* 2976  */ }
/* 2977  */ .sidebar .sub-menu,
/* 2978  */ .sidebar .children,
/* 2979  */ .fusion-footer-widget-area .sub-menu,
/* 2980  */ .fusion-footer-widget-area .children,
/* 2981  */ #slidingbar-area .sub-menu,
/* 2982  */ #slidingbar-area .children {
/* 2983  */   margin-left: 15px;
/* 2984  */ }
/* 2985  */ #slidingbar-area .fusion-columns {
/* 2986  */   margin: 0 -15px;
/* 2987  */ }
/* 2988  */ .widget_categories li {
/* 2989  */   background: none;
/* 2990  */   padding: 0;
/* 2991  */   border-bottom: 0;
/* 2992  */ }
/* 2993  */ .fusion-footer-widget-area .widget_categories li:first-child a,
/* 2994  */ #slidingbar-area .widget_categories li:first-child a {
/* 2995  */   padding-top: 0;
/* 2996  */ }
/* 2997  */ .fusion-footer-widget-area .widget_categories li a,
/* 2998  */ #slidingbar-area .widget_categories li a {
/* 2999  */   border-bottom: 1px solid #282a2b;
/* 3000  */   padding: 12px 0px;

/* style.css */

/* 3001  */   display: block;
/* 3002  */ }
/* 3003  */ .fusion-footer-widget-area .widget_categories .children,
/* 3004  */ #slidingbar-area .widget_categories .children {
/* 3005  */   margin-left: 5px;
/* 3006  */ }
/* 3007  */ .widget_wooslider_slideshow_slides li a {
/* 3008  */   background: none;
/* 3009  */   border: 0;
/* 3010  */   margin: 0;
/* 3011  */   padding: 0;
/* 3012  */ }
/* 3013  */ .sidebar .flickr_badge_image {
/* 3014  */   float: left;
/* 3015  */   padding: 3px;
/* 3016  */ }
/* 3017  */ .sidebar .flickr_badge_image a {
/* 3018  */   display: block;
/* 3019  */ }
/* 3020  */ .sidebar .flickr_badge_image img {
/* 3021  */   width: 66px;
/* 3022  */   height: 66px;
/* 3023  */ }
/* 3024  */ .fusion-footer-widget-area .flickr_badge_image img,
/* 3025  */ #slidingbar-area .flickr_badge_image img {
/* 3026  */   width: 66px;
/* 3027  */   height: 66px;
/* 3028  */   float: left;
/* 3029  */   padding: 3px;
/* 3030  */ }
/* 3031  */ .fusion-footer-widget-area .fusion-columns-4 .flickr_badge_image img,
/* 3032  */ .fusion-footer-widget-area .fusion-columns-5 .flickr_badge_image img,
/* 3033  */ .fusion-footer-widget-area .fusion-columns-6 .flickr_badge_image img,
/* 3034  */ #slidingbar-area .fusion-columns-4 .flickr_badge_image img,
/* 3035  */ #slidingbar-area .fusion-columns-5 .flickr_badge_image img,
/* 3036  */ #slidingbar-area .fusion-columns-6 .flickr_badge_image img {
/* 3037  */   width: 60px;
/* 3038  */   height: 60px;
/* 3039  */ }
/* 3040  */ .fusion-footer-widget-area .social-networks,
/* 3041  */ #slidingbar-area .social-networks {
/* 3042  */   float: left;
/* 3043  */ }
/* 3044  */ .fusion-footer-widget-area .social-networks li,
/* 3045  */ #slidingbar-area .social-networks li {
/* 3046  */   float: left;
/* 3047  */   margin-left: 0;
/* 3048  */   margin-right: 20px;
/* 3049  */   padding: 0;
/* 3050  */ }

/* style.css */

/* 3051  */ .fusion-footer-widget-area .social-networks li,
/* 3052  */ .fusion-footer-widget-area .social-networks a,
/* 3053  */ #slidingbar-area .social-networks li,
/* 3054  */ #slidingbar-area .social-networks a {
/* 3055  */   background-image: none;
/* 3056  */ }
/* 3057  */ .fusion-footer-widget-area .social-networks li:first-child,
/* 3058  */ #slidingbar-area .social-networks li:first-child {
/* 3059  */   padding: 0;
/* 3060  */ }
/* 3061  */ .fusion-footer-widget-area .flexslider .slides > li,
/* 3062  */ #slidingbar-area .flexslider .slides > li {
/* 3063  */   padding-top: 0;
/* 3064  */   padding-bottom: 0;
/* 3065  */ }
/* 3066  */ .chat-icon {
/* 3067  */   display: inline-block;
/* 3068  */   width: 26px;
/* 3069  */   height: 19px;
/* 3070  */   margin-top: 9px;
/* 3071  */ }
/* 3072  */ /* WPML */
/* 3073  */ .widget_icl_lang_sel_widget {
/* 3074  */   z-index: 999;
/* 3075  */ }
/* 3076  */ .sidebar .widget_icl_lang_sel_widget #lang_sel_click li,
/* 3077  */ #slidingbar-area .widget_icl_lang_sel_widget #lang_sel_click li,
/* 3078  */ .fusion-footer-widget-area .widget_icl_lang_sel_widget #lang_sel_click li,
/* 3079  */ .sidebar .widget_icl_lang_sel_widget #lang_sel_click ul ul,
/* 3080  */ #slidingbar-area .widget_icl_lang_sel_widget #lang_sel_click ul ul,
/* 3081  */ .fusion-footer-widget-area .widget_icl_lang_sel_widget #lang_sel_click ul ul {
/* 3082  */   width: 100%;
/* 3083  */   padding: 0;
/* 3084  */   border-bottom: none;
/* 3085  */ }
/* 3086  */ .sidebar .widget_icl_lang_sel_widget #lang_sel_click ul ul,
/* 3087  */ #slidingbar-area .widget_icl_lang_sel_widget #lang_sel_click ul ul,
/* 3088  */ .fusion-footer-widget-area .widget_icl_lang_sel_widget #lang_sel_click ul ul {
/* 3089  */   top: 35px;
/* 3090  */ }
/* 3091  */ .sidebar .widget_icl_lang_sel_widget li a,
/* 3092  */ #slidingbar-area .widget_icl_lang_sel_widget li a,
/* 3093  */ .fusion-footer-widget-area .widget_icl_lang_sel_widget li a {
/* 3094  */   display: block;
/* 3095  */   padding: 5px 10px;
/* 3096  */   text-shadow: none;
/* 3097  */ }
/* 3098  */ .sidebar .widget_icl_lang_sel_widget #lang_sel_click > ul > li > a img.iclflag,
/* 3099  */ #slidingbar-area .widget_icl_lang_sel_widget #lang_sel_click > ul > li > a img.iclflag,
/* 3100  */ .fusion-footer-widget-area .widget_icl_lang_sel_widget #lang_sel_click > ul > li > a img.iclflag {

/* style.css */

/* 3101  */   margin-right: 4px;
/* 3102  */   margin-top: 5px;
/* 3103  */ }
/* 3104  */ .sidebar .widget_icl_lang_sel_widget #lang_sel_click ul ul,
/* 3105  */ #slidingbar-area .widget_icl_lang_sel_widget #lang_sel_click ul ul .fusion-footer-widget-area .widget_icl_lang_sel_widget #lang_sel_click ul ul {
/* 3106  */   top: auto;
/* 3107  */   border-top: 0;
/* 3108  */ }
/* 3109  */ .widget_icl_lang_sel_widget:after {
/* 3110  */   content: "";
/* 3111  */   display: table;
/* 3112  */   clear: both;
/* 3113  */ }
/* 3114  */ .widget_icl_lang_sel_widget li a {
/* 3115  */   background-image: none;
/* 3116  */ }
/* 3117  */ #lang_sel_list,
/* 3118  */ #lang_sel_list ul,
/* 3119  */ #lang_sel_list ul li {
/* 3120  */   width: 100%;
/* 3121  */ }
/* 3122  */ #lang_sel_list ul {
/* 3123  */   border-top: 0;
/* 3124  */ }
/* 3125  */ #lang_sel_list ul li a {
/* 3126  */   border-left: 0;
/* 3127  */   border-right: 0;
/* 3128  */ }
/* 3129  */ #lang_sel_footer ul li img {
/* 3130  */   top: 6px;
/* 3131  */ }
/* 3132  */ .fusion-footer-widget-area #lang_sel_list li a,
/* 3133  */ #slidingbar-area #lang_sel_list li a {
/* 3134  */   background-color: transparent;
/* 3135  */   padding-top: 8px;
/* 3136  */   padding-bottom: 8px;
/* 3137  */ }
/* 3138  */ #lang_sel ul ul,
/* 3139  */ #lang_sel li {
/* 3140  */   width: 100%;
/* 3141  */   background: #fff;
/* 3142  */ }
/* 3143  */ #lang_sel ul ul {
/* 3144  */   top: 35px !important;
/* 3145  */ }
/* 3146  */ #lang_sel > ul > li > a {
/* 3147  */   padding: 0px;
/* 3148  */   padding-left: 10px;
/* 3149  */ }
/* 3150  */ #lang_sel > ul > li > a .iclflag {

/* style.css */

/* 3151  */   top: 5px;
/* 3152  */ }
/* 3153  */ .qtrans_flag_and_text {
/* 3154  */   background-position: center right;
/* 3155  */ }
/* 3156  */ #lang_sel {
/* 3157  */   display: block;
/* 3158  */ }
/* 3159  */ #lang_sel li ul li a {
/* 3160  */   padding: 10px;
/* 3161  */ }
/* 3162  */ /* Google Recaptcha Hack */
/* 3163  */ iframe[src="about:blank"] {
/* 3164  */   display: none;
/* 3165  */ }
/* 3166  */ .blog-shortcode h3.timeline-title {
/* 3167  */   color: #747474;
/* 3168  */   font-size: 13px;
/* 3169  */ }
/* 3170  */ /* New Shortcode CSS */
/* 3171  */ .reading-box-container {
/* 3172  */   position: relative;
/* 3173  */   z-index: 1;
/* 3174  */ }
/* 3175  */ .reading-box {
/* 3176  */   position: relative;
/* 3177  */ }
/* 3178  */ .tagline-shadow:before,
/* 3179  */ .tagline-shadow:after {
/* 3180  */   bottom: 15px;
/* 3181  */   left: 10px;
/* 3182  */   width: 50%;
/* 3183  */   height: 20%;
/* 3184  */   max-width: 300px;
/* 3185  */   max-height: 100px;
/* 3186  */   position: absolute;
/* 3187  */   content: '';
/* 3188  */   z-index: -1;
/* 3189  */   -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
/* 3190  */   -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
/* 3191  */   box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
/* 3192  */   -webkit-transform: rotate(-3deg);
/* 3193  */   -moz-transform: rotate(-3deg);
/* 3194  */   -ms-transform: rotate(-3deg);
/* 3195  */   -o-transform: rotate(-3deg);
/* 3196  */   transform: rotate(-3deg);
/* 3197  */ }
/* 3198  */ .tagline-shadow:after {
/* 3199  */   right: 10px;
/* 3200  */   left: auto;

/* style.css */

/* 3201  */   -webkit-transform: rotate(3deg);
/* 3202  */   -moz-transform: rotate(3deg);
/* 3203  */   -ms-transform: rotate(3deg);
/* 3204  */   -o-transform: rotate(3deg);
/* 3205  */   transform: rotate(3deg);
/* 3206  */ }
/* 3207  */ .tooltip-shortcode {
/* 3208  */   position: relative;
/* 3209  */   display: inline;
/* 3210  */   cursor: pointer;
/* 3211  */   color: #747474;
/* 3212  */ }
/* 3213  */ ul.list-icon {
/* 3214  */   list-style: none;
/* 3215  */   margin: 0;
/* 3216  */   padding: 0;
/* 3217  */   margin-top: 10px;
/* 3218  */ }
/* 3219  */ ul.list-icon li:before {
/* 3220  */   display: inline-block;
/* 3221  */   height: 18px;
/* 3222  */   width: 18px;
/* 3223  */   content: ' ';
/* 3224  */   float: left;
/* 3225  */   margin-right: 0;
/* 3226  */   margin-left: -25px;
/* 3227  */   font-family: 'icomoon';
/* 3228  */   font-style: normal;
/* 3229  */   font-weight: normal;
/* 3230  */   text-decoration: inherit;
/* 3231  */ }
/* 3232  */ ul.list-icon-arrow li:before {
/* 3233  */   content: '\f105';
/* 3234  */ }
/* 3235  */ ul.circle-yes li:before {
/* 3236  */   -moz-border-radius: 75px;
/* 3237  */   -webkit-border-radius: 75px;
/* 3238  */   border-radius: 75px;
/* 3239  */   text-align: center;
/* 3240  */   font-size: 9px;
/* 3241  */ }
/* 3242  */ ul.list-icon-color-light li:before {
/* 3243  */   color: #fff;
/* 3244  */ }
/* 3245  */ ul.list-icon li {
/* 3246  */   line-height: 18px;
/* 3247  */   margin: 0;
/* 3248  */   padding: 0;
/* 3249  */   margin-bottom: 15px;
/* 3250  */   padding-left: 25px;

/* style.css */

/* 3251  */ }
/* 3252  */ .sidebar ul.list-icon {
/* 3253  */   margin-left: 25px;
/* 3254  */ }
/* 3255  */ .sidebar ul.list-icon a,
/* 3256  */ .fusion-footer-widget-area ul.list-icon a,
/* 3257  */ #slidingbar-area ul.list-icon a {
/* 3258  */   border: medium none;
/* 3259  */   padding: 0;
/* 3260  */ }
/* 3261  */ .content-boxes-icon-on-top .col {
/* 3262  */   text-align: center;
/* 3263  */ }
/* 3264  */ .content-boxes-icon-on-top .col .more a {
/* 3265  */   float: none;
/* 3266  */ }
/* 3267  */ .content-boxes-icon-on-top .col .heading-and-icon .fontawesome-icon {
/* 3268  */   float: none;
/* 3269  */   width: 64px;
/* 3270  */   height: 64px;
/* 3271  */   line-height: 64px;
/* 3272  */   font-size: 24px;
/* 3273  */   margin: 0;
/* 3274  */   display: inline-block;
/* 3275  */ }
/* 3276  */ .content-boxes-icon-on-top .col .heading-and-icon img {
/* 3277  */   float: none;
/* 3278  */   margin-right: 0;
/* 3279  */ }
/* 3280  */ .content-boxes-icon-on-top .col .heading-and-icon h2 {
/* 3281  */   padding-left: 0;
/* 3282  */ }
/* 3283  */ .content-boxes-icon-on-side .col-content-container {
/* 3284  */   padding-left: 45px;
/* 3285  */ }
/* 3286  */ .content-boxes-icon-boxed {
/* 3287  */   overflow: visible;
/* 3288  */ }
/* 3289  */ .content-boxes-icon-boxed .col {
/* 3290  */   overflow: visible !important;
/* 3291  */   text-align: center;
/* 3292  */   padding: 2%;
/* 3293  */   padding-top: 50px;
/* 3294  */ }
/* 3295  */ .content-boxes-icon-boxed .col .more a {
/* 3296  */   float: none;
/* 3297  */ }
/* 3298  */ .content-boxes-icon-boxed .col .heading-and-icon {
/* 3299  */   overflow: visible;
/* 3300  */   position: relative;

/* style.css */

/* 3301  */ }
/* 3302  */ .content-boxes-icon-boxed .col .heading-and-icon .fontawesome-icon,
/* 3303  */ .content-boxes-icon-boxed .col .heading-and-icon img {
/* 3304  */   float: none;
/* 3305  */   position: absolute;
/* 3306  */   top: -80px;
/* 3307  */   width: 64px;
/* 3308  */   height: 64px;
/* 3309  */   line-height: 64px;
/* 3310  */   font-size: 24px;
/* 3311  */   margin: 0;
/* 3312  */   margin-left: -32px;
/* 3313  */   left: 50%;
/* 3314  */ }
/* 3315  */ .content-boxes-icon-boxed .col .heading-and-icon img {
/* 3316  */   float: none;
/* 3317  */ }
/* 3318  */ .content-boxes-icon-boxed .col .heading-and-icon h2 {
/* 3319  */   padding-left: 0;
/* 3320  */ }
/* 3321  */ .content-boxes-icon-boxed.columns-5 .col {
/* 3322  */   width: 12.8%;
/* 3323  */ }
/* 3324  */ .content-boxes-icon-boxed.columns-4 .col {
/* 3325  */   width: 18%;
/* 3326  */ }
/* 3327  */ .content-boxes-icon-boxed.columns-3 .col {
/* 3328  */   width: 26.65%;
/* 3329  */ }
/* 3330  */ .content-boxes-icon-boxed.columns-2 .col {
/* 3331  */   width: 44%;
/* 3332  */ }
/* 3333  */ .content-boxes-icon-boxed.columns-1 .col {
/* 3334  */   width: 96%;
/* 3335  */ }
/* 3336  */ .fusion-post-content .wooslider .overlay-natural.layout-text-bottom .slide-excerpt {
/* 3337  */   bottom: 15%;
/* 3338  */ }
/* 3339  */ .fusion-post-content .wooslider .overlay-natural.layout-text-top .slide-excerpt {
/* 3340  */   top: 15%;
/* 3341  */ }
/* 3342  */ .fusion-post-content .wooslider .slide-excerpt .slide-title,
/* 3343  */ .fusion-post-content .wooslider .slide-excerpt .slide-title a {
/* 3344  */   color: #fff;
/* 3345  */ }
/* 3346  */ .fusion-post-content .wooslider .overlay-full .slide-excerpt {
/* 3347  */   padding: 50px;
/* 3348  */   opacity: 0.7;
/* 3349  */ }
/* 3350  */ .fusion-post-content .wooslider .wooslider-control-thumbs {

/* style.css */

/* 3351  */   position: relative;
/* 3352  */   width: auto;
/* 3353  */   margin: 0 auto;
/* 3354  */   margin-top: 33px;
/* 3355  */   text-align: center;
/* 3356  */ }
/* 3357  */ .fusion-post-content .wooslider .wooslider-control-thumbs li {
/* 3358  */   float: none;
/* 3359  */   width: 56px;
/* 3360  */ }
/* 3361  */ .fusion-post-content .wooslider .wooslider-prev,
/* 3362  */ .fusion-post-content .wooslider .wooslider-next {
/* 3363  */   top: 50%;
/* 3364  */   margin-top: -29px;
/* 3365  */ }
/* 3366  */ .fusion-post-content .wooslider-type-attachments .wooslider-prev,
/* 3367  */ .fusion-post-content .wooslider-type-attachments .wooslider-next {
/* 3368  */   top: 50%;
/* 3369  */   margin-top: -59px;
/* 3370  */ }
/* 3371  */ .fusion-post-content .wooslider .overlay-none .slide-excerpt {
/* 3372  */   margin-top: 10px;
/* 3373  */ }
/* 3374  */ .fusion-post-content .wooslider .overlay-none .slide-excerpt .slide-title,
/* 3375  */ .fusion-post-content .wooslider .overlay-none .slide-excerpt .slide-title a {
/* 3376  */   color: #333;
/* 3377  */ }
/* 3378  */ .tabs-vertical {
/* 3379  */   border: 0px;
/* 3380  */ }
/* 3381  */ .tabs-vertical .tabset {
/* 3382  */   border-left: 1px solid #d3d3d3;
/* 3383  */   border-top: 1px solid #d3d3d3;
/* 3384  */   border-bottom: 1px solid #d3d3d3;
/* 3385  */   width: 15.7446808511%;
/* 3386  */   float: left;
/* 3387  */   height: auto;
/* 3388  */   position: relative;
/* 3389  */   left: 1px;
/* 3390  */   z-index: 10;
/* 3391  */ }
/* 3392  */ .tabs-vertical .tab-hold .tabset li {
/* 3393  */   float: none;
/* 3394  */   width: auto;
/* 3395  */   height: auto;
/* 3396  */   border: 0;
/* 3397  */   background: none;
/* 3398  */ }
/* 3399  */ .tabs-vertical .tab-hold .tabset li a,
/* 3400  */ .tabs-vertical .tab-hold .tabset li:last-child a {

/* style.css */

/* 3401  */   border-bottom: 0;
/* 3402  */ }
/* 3403  */ .tabs-vertical .tab-hold .tabset li a {
/* 3404  */   width: auto;
/* 3405  */   text-indent: 0;
/* 3406  */   border-bottom: 1px solid #d3d3d3;
/* 3407  */   height: auto;
/* 3408  */   line-height: normal;
/* 3409  */   padding: 10px;
/* 3410  */ }
/* 3411  */ .tabs-vertical .tab-hold .tabset li.active a {
/* 3412  */   background: #fff;
/* 3413  */   border-width: 0px;
/* 3414  */   border-style: solid;
/* 3415  */   border-left-width: 3px;
/* 3416  */   height: auto;
/* 3417  */   line-height: normal;
/* 3418  */ }
/* 3419  */ .tabs-vertical .tabs-container {
/* 3420  */   width: 83.9361702128%;
/* 3421  */   float: left;
/* 3422  */ }
/* 3423  */ .tabs-vertical .tabs-container .tab_content {
/* 3424  */   border: 1px solid #d3d3d3;
/* 3425  */   padding: 30px;
/* 3426  */ }
/* 3427  */ body .portfolio-grid {
/* 3428  */   margin-bottom: 80px;
/* 3429  */ }
/* 3430  */ .portfolio-grid .portfolio-tabs {
/* 3431  */   margin-top: 0;
/* 3432  */ }
/* 3433  */ .portfolio-grid.portfolio-one .portfolio-item:last-child {
/* 3434  */   margin-bottom: 0px;
/* 3435  */ }
/* 3436  */ .portfolio-grid.portfolio-one .image {
/* 3437  */   width: 100%;
/* 3438  */   float: none;
/* 3439  */ }
/* 3440  */ /* Avada 3.0 Images */
/* 3441  */ .error-message {
/* 3442  */   margin-top: 65px;
/* 3443  */   color: #F0F0F0;
/* 3444  */   font-size: 170px;
/* 3445  */   font-weight: bold;
/* 3446  */ }
/* 3447  */ /* WP 3.6 media player responsive */
/* 3448  */ .mejs-container.mejs-video {
/* 3449  */   width: 100%;
/* 3450  */   height: auto;

/* style.css */

/* 3451  */ }
/* 3452  */ .mejs-overlay,
/* 3453  */ .mejs-poster {
/* 3454  */   width: 100%;
/* 3455  */   height: 100%;
/* 3456  */ }
/* 3457  */ .mejs-mediaelement video {
/* 3458  */   position: absolute;
/* 3459  */   top: 0;
/* 3460  */   left: 0;
/* 3461  */   right: 0;
/* 3462  */   bottom: 0;
/* 3463  */   width: 100%;
/* 3464  */   height: 100%;
/* 3465  */ }
/* 3466  */ .mejs-container,
/* 3467  */ .mejs-embed,
/* 3468  */ .mejs-embed body {
/* 3469  */   background: transparent;
/* 3470  */ }
/* 3471  */ .sidebar .products a,
/* 3472  */ .fusion-footer-widget-area .products a,
/* 3473  */ #slidingbar-area .products a {
/* 3474  */   padding: 0;
/* 3475  */   border: 0;
/* 3476  */   background: none;
/* 3477  */ }
/* 3478  */ .sidebar .products .product-title,
/* 3479  */ .fusion-footer-widget-area .products .product-title,
/* 3480  */ #slidingbar-area .products .product-title {
/* 3481  */   margin: 0;
/* 3482  */   margin-bottom: 10px;
/* 3483  */ }
/* 3484  */ .fusion-footer-widget-area .product_list_widget li,
/* 3485  */ #slidingbar-area .product_list_widget li {
/* 3486  */   border: 0;
/* 3487  */   border-bottom: 1px solid #282a2b;
/* 3488  */ }
/* 3489  */ .fusion-footer-widget-area .product_list_widget li a,
/* 3490  */ #slidingbar-area .product_list_widget li a {
/* 3491  */   border: none;
/* 3492  */ }
/* 3493  */ .fusion-footer-widget-area .widget_shopping_cart_content .total,
/* 3494  */ #slidingbar-area .widget_shopping_cart_content .total {
/* 3495  */   margin: 10px 0px;
/* 3496  */ }
/* 3497  */ .fusion-footer-widget-area .widget_shopping_cart_content .buttons,
/* 3498  */ #slidingbar-area .widget_shopping_cart_content .buttons {
/* 3499  */   background: #282a2b;
/* 3500  */ }

/* style.css */

/* 3501  */ .fusion-footer-widget-area .products-slider a,
/* 3502  */ .fusion-footer-widget-area .simple-products-slider a,
/* 3503  */ #slidingbar-area .products-slider a,
/* 3504  */ #slidingbar-area .simple-products-slider a,
/* 3505  */ .sidebar .products-slider a,
/* 3506  */ .sidebar .simple-products-slider a {
/* 3507  */   border: 0;
/* 3508  */   background: none;
/* 3509  */   margin: 0;
/* 3510  */   padding-top: 0;
/* 3511  */   padding-bottom: 0;
/* 3512  */   padding-right: 0;
/* 3513  */   display: inline-block;
/* 3514  */   width: auto;
/* 3515  */ }
/* 3516  */ .fusion-footer-widget-area .products-slider li .image,
/* 3517  */ #slidingbar-area .products-slider li .image {
/* 3518  */   width: auto;
/* 3519  */   height: auto;
/* 3520  */ }
/* 3521  */ .fusion-footer-widget-area .simple-products-slider .es-carousel,
/* 3522  */ #slidingbar-area .simple-products-slider .es-carousel {
/* 3523  */   padding-left: 38px;
/* 3524  */ }
/* 3525  */ .fusion-footer-widget-area .simple-products-slider .es-carousel li,
/* 3526  */ .fusion-footer-widget-area .simple-products-slider .es-carousel li .image,
/* 3527  */ #slidingbar-area .simple-products-slider .es-carousel li,
/* 3528  */ #slidingbar-area .simple-products-slider .es-carousel li .image {
/* 3529  */   width: 149px;
/* 3530  */   height: auto;
/* 3531  */ }
/* 3532  */ .fusion-footer-widget-area .image-extras-content h3,
/* 3533  */ #slidingbar-area .image-extras-content h3,
/* 3534  */ .sidebar .image-extras-content h3 {
/* 3535  */   margin-bottom: 0;
/* 3536  */   text-transform: none;
/* 3537  */   margin-bottom: 5px;
/* 3538  */ }
/* 3539  */ .fusion-footer-widget-area .product-category mark,
/* 3540  */ #slidingbar-area .product-category mark,
/* 3541  */ .sidebar .product-category mark {
/* 3542  */   background-color: transparent;
/* 3543  */   color: inherit;
/* 3544  */ }
/* 3545  */ .fusion-footer-widget-area .product-category h3,
/* 3546  */ #slidingbar-area .product-category h3,
/* 3547  */ .sidebar .product-category h3 {
/* 3548  */   margin-bottom: 0;
/* 3549  */ }
/* 3550  */ /* to top */

/* style.css */

/* 3551  */ #toTop {
/* 3552  */   background-color: #333333;
/* 3553  */   border-radius: 4px 4px 0 0;
/* 3554  */   bottom: 0;
/* 3555  */   color: #FFFFFF;
/* 3556  */   display: none;
/* 3557  */   height: 35px;
/* 3558  */   position: fixed;
/* 3559  */   right: 30px;
/* 3560  */   text-align: center;
/* 3561  */   text-transform: uppercase;
/* 3562  */   width: 48px;
/* 3563  */   opacity: 0.9;
/* 3564  */   z-index: 10000;
/* 3565  */   -webkit-transition: all 0.2s ease-in-out 0s;
/* 3566  */   -moz-transition: all 0.2s ease-in-out 0s;
/* 3567  */   -o-transition: all 0.2s ease-in-out 0s;
/* 3568  */   transition: all 0.2s ease-in-out 0s;
/* 3569  */ }
/* 3570  */ .no-totop #toTop {
/* 3571  */   display: none !important;
/* 3572  */ }
/* 3573  */ #toTop:before {
/* 3574  */   line-height: 35px;
/* 3575  */   content: '\f106';
/* 3576  */   -webkit-font-smoothing: antialiased;
/* 3577  */   font-family: 'icomoon';
/* 3578  */   font-size: 22px;
/* 3579  */ }
/* 3580  */ #toTop:hover {
/* 3581  */   background-color: #A0CE4E;
/* 3582  */ }
/* 3583  */ #toTopHover {
/* 3584  */   display: block;
/* 3585  */   overflow: hidden;
/* 3586  */   float: left;
/* 3587  */   opacity: 0;
/* 3588  */ }
/* 3589  */ #toTop:active,
/* 3590  */ #toTop:focus {
/* 3591  */   outline: none;
/* 3592  */   background-color: #333333;
/* 3593  */ }
/* 3594  */ .fullwidthbanner-container {
/* 3595  */   overflow: visible;
/* 3596  */ }
/* 3597  */ .tfs-slider .flex-caption {
/* 3598  */   width: 97%;
/* 3599  */ }
/* 3600  */ .tfs-slider .flex-control-nav {

/* style.css */

/* 3601  */   bottom: 20px !important;
/* 3602  */ }
/* 3603  */ .tfs-slider .buttons a {
/* 3604  */   margin: 0;
/* 3605  */   display: inline-block;
/* 3606  */ }
/* 3607  */ /* Revslider Fix */
/* 3608  */ .tp-simpleresponsive .slotholder,
/* 3609  */ .tp-simpleresponsive .slotholder img {
/* 3610  */   -webkit-backface-visibility: visible;
/* 3611  */   -webkit-transform: none;
/* 3612  */ }
/* 3613  */ body .sidebar .button {
/* 3614  */   padding-left: 15px;
/* 3615  */ }
/* 3616  */ #learndash_lessons .learndash_topic_dots {
/* 3617  */   float: none;
/* 3618  */ }
/* 3619  */ .video-background {
/* 3620  */   position: relative;
/* 3621  */   overflow: hidden;
/* 3622  */ }
/* 3623  */ .video-bg {
/* 3624  */   position: relative;
/* 3625  */   padding-bottom: 56.25%;
/* 3626  */   height: 0;
/* 3627  */   overflow: hidden;
/* 3628  */ }
/* 3629  */ .video-bg iframe,
/* 3630  */ .video-bg object,
/* 3631  */ .video-bg embed {
/* 3632  */   position: absolute;
/* 3633  */   top: 0;
/* 3634  */   left: 0;
/* 3635  */   width: 100%;
/* 3636  */   height: 100%;
/* 3637  */ }
/* 3638  */ .video-content {
/* 3639  */   position: absolute;
/* 3640  */   top: 0;
/* 3641  */   padding: 15px;
/* 3642  */   width: 100%;
/* 3643  */ }
/* 3644  */ .bbp-arrow {
/* 3645  */   margin-top: -1px;
/* 3646  */ }
/* 3647  */ #sliders-container {
/* 3648  */   position: relative;
/* 3649  */ }
/* 3650  */ #sliders-container .rev_slider_wrapper {

/* style.css */

/* 3651  */   -webkit-transform: translateZ(0);
/* 3652  */ }
/* 3653  */ .fusion-animated {
/* 3654  */   position: relative;
/* 3655  */   z-index: 2000;
/* 3656  */ }
/* 3657  */ /* Classes needed by Theme Check */
/* 3658  */ .wp-caption-text {
/* 3659  */   font-weight: normal;
/* 3660  */ }
/* 3661  */ .gallery-caption {
/* 3662  */   font-weight: normal;
/* 3663  */ }
/* 3664  */ .bypostauthor {
/* 3665  */   font-weight: normal;
/* 3666  */ }
/* 3667  */ #bbpress-forums fieldset select#bbp_forum_id {
/* 3668  */   max-width: none;
/* 3669  */ }
/* 3670  */ #bbpress-forums .avada-select-parent select {
/* 3671  */   width: 100%;
/* 3672  */ }
/* 3673  */ /* Elastic Slider */
/* 3674  */ .ei-slider {
/* 3675  */   position: relative;
/* 3676  */   width: 100%;
/* 3677  */   height: 400px;
/* 3678  */   margin: 0 auto;
/* 3679  */   overflow: hidden;
/* 3680  */ }
/* 3681  */ .ei-slider-loading {
/* 3682  */   width: 100%;
/* 3683  */   height: 100%;
/* 3684  */   position: absolute;
/* 3685  */   top: 0px;
/* 3686  */   left: 0px;
/* 3687  */   z-index: 999;
/* 3688  */   background: rgba(0, 0, 0, 0.9);
/* 3689  */   color: #fff;
/* 3690  */   text-align: center;
/* 3691  */   line-height: 400px;
/* 3692  */ }
/* 3693  */ .ei-slider-large {
/* 3694  */   height: 100%;
/* 3695  */   width: 100%;
/* 3696  */   position: relative;
/* 3697  */   overflow: hidden;
/* 3698  */   margin: 0;
/* 3699  */   padding: 0;
/* 3700  */ }

/* style.css */

/* 3701  */ .ei-slider-large li {
/* 3702  */   position: absolute;
/* 3703  */   top: 0px;
/* 3704  */   left: 0px;
/* 3705  */   overflow: hidden;
/* 3706  */   height: 100%;
/* 3707  */   width: 100%;
/* 3708  */ }
/* 3709  */ .ei-slider-large li img {
/* 3710  */   width: auto;
/* 3711  */   max-width: none;
/* 3712  */ }
/* 3713  */ .ei-title {
/* 3714  */   position: absolute;
/* 3715  */   right: 50%;
/* 3716  */   margin-right: 13%;
/* 3717  */   top: 30%;
/* 3718  */ }
/* 3719  */ .ei-title h2,
/* 3720  */ .ei-title h3 {
/* 3721  */   text-align: right;
/* 3722  */   margin: 0;
/* 3723  */   font-weight: normal;
/* 3724  */ }
/* 3725  */ .ei-title h2 {
/* 3726  */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 3727  */ }
/* 3728  */ .ei-slider-thumbs {
/* 3729  */   height: 13px;
/* 3730  */   margin: 0 auto;
/* 3731  */   position: relative;
/* 3732  */   padding: 0;
/* 3733  */   bottom: 13px;
/* 3734  */   z-index: 10;
/* 3735  */ }
/* 3736  */ .ei-slider-thumbs li {
/* 3737  */   position: relative;
/* 3738  */   float: left;
/* 3739  */   height: 100%;
/* 3740  */ }
/* 3741  */ .ei-slider-thumbs li.ei-slider-element {
/* 3742  */   top: 0px;
/* 3743  */   left: 0px;
/* 3744  */   position: absolute;
/* 3745  */   height: 100%;
/* 3746  */   z-index: 10;
/* 3747  */   text-indent: -9000px;
/* 3748  */   background: #000;
/* 3749  */   background: rgba(0, 0, 0, 0.9);
/* 3750  */ }

/* style.css */

/* 3751  */ .ei-slider-thumbs li a {
/* 3752  */   display: block;
/* 3753  */   text-indent: -9000px;
/* 3754  */   background: #666 ;
/* 3755  */   width: 100%;
/* 3756  */   height: 100%;
/* 3757  */   cursor: pointer;
/* 3758  */   -webkit-box-shadow: 0px 0px 2px 0px #ffffff;
/* 3759  */   -moz-box-shadow: 0px 0px 2px 0px #ffffff;
/* 3760  */   box-shadow: 0px 0px 2px 0px #ffffff;
/* 3761  */   -webkit-transition: background 0.2s ease;
/* 3762  */   -moz-transition: background 0.2s ease;
/* 3763  */   -o-transition: background 0.2s ease;
/* 3764  */   -ms-transition: background 0.2s ease;
/* 3765  */   transition: background 0.2s ease;
/* 3766  */ }
/* 3767  */ .ei-slider-thumbs li a:hover {
/* 3768  */   background-color: #f0f0f0;
/* 3769  */ }
/* 3770  */ .ei-slider-thumbs li img {
/* 3771  */   position: absolute;
/* 3772  */   bottom: 50px;
/* 3773  */   opacity: 0;
/* 3774  */   z-index: 999;
/* 3775  */   max-width: 100%;
/* 3776  */   -webkit-transition: all 0.4s ease;
/* 3777  */   -moz-transition: all 0.4s ease;
/* 3778  */   -o-transition: all 0.4s ease;
/* 3779  */   -ms-transition: all 0.4s ease;
/* 3780  */   transition: all 0.4s ease;
/* 3781  */   -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.3)));
/* 3782  */   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* 3783  */ }
/* 3784  */ .ei-slider-thumbs li:hover img {
/* 3785  */   opacity: 1;
/* 3786  */   bottom: 13px;
/* 3787  */   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 3788  */ }
/* 3789  */ .ei-slider ul {
/* 3790  */   list-style: none;
/* 3791  */ }
/* 3792  */ @media screen and (max-width: 830px) {
/* 3793  */   .ei-title {
/* 3794  */     position: absolute;
/* 3795  */     right: 0px;
/* 3796  */     margin-right: 0px;
/* 3797  */     width: 100%;
/* 3798  */     text-align: center;
/* 3799  */     top: 28%;
/* 3800  */     padding: 5px 0;

/* style.css */

/* 3801  */   }
/* 3802  */   .ei-title h2,
/* 3803  */   .ei-title h3 {
/* 3804  */     text-align: center;
/* 3805  */   }
/* 3806  */   #wrapper .ei-title h2 {
/* 3807  */     font-size: 20px;
/* 3808  */     line-height: 24px;
/* 3809  */   }
/* 3810  */   #wrapper .ei-title h3 {
/* 3811  */     font-size: 15px;
/* 3812  */     line-height: 30px;
/* 3813  */   }
/* 3814  */ }
/* 3815  */ /*
/* 3816  *|  * jQuery FlexSlider v2.0
/* 3817  *|  * http://www.woothemes.com/flexslider/
/* 3818  *|  *
/* 3819  *|  * Copyright 2012 WooThemes
/* 3820  *|  * Free to use under the GPLv2 license.
/* 3821  *|  * http://www.gnu.org/licenses/gpl-2.0.html
/* 3822  *|  *
/* 3823  *|  * Contributing author: Tyler Smith (@mbmufffin)
/* 3824  *|  */
/* 3825  */ /* Browser Resets */
/* 3826  */ .flex-container a:active,
/* 3827  */ .flexslider a:active,
/* 3828  */ .flex-container a:focus,
/* 3829  */ .flexslider a:focus {
/* 3830  */   outline: none;
/* 3831  */ }
/* 3832  */ .flexslider .slides,
/* 3833  */ .flex-control-nav,
/* 3834  */ .flex-direction-nav {
/* 3835  */   margin: 0;
/* 3836  */   padding: 0;
/* 3837  */   list-style: none;
/* 3838  */   z-index: 1000;
/* 3839  */ }
/* 3840  */ /* FlexSlider Necessary Styles
/* 3841  *| *********************************/
/* 3842  */ .flexslider {
/* 3843  */   margin: 0;
/* 3844  */   padding: 0;
/* 3845  */ }
/* 3846  */ .flexslider .slides {
/* 3847  */   overflow: hidden;
/* 3848  */ }
/* 3849  */ .flexslider .slides li {
/* 3850  */   display: none;

/* style.css */

/* 3851  */   -webkit-backface-visibility: hidden;
/* 3852  */ }
/* 3853  */ /* Hide the slides before the JS is loaded. Avoids image jumping */
/* 3854  */ .flexslider .slides img {
/* 3855  */   width: 100%;
/* 3856  */   max-width: 100%;
/* 3857  */   display: block;
/* 3858  */ }
/* 3859  */ .flexslider .slides .video-shortcode {
/* 3860  */   margin-bottom: 0;
/* 3861  */ }
/* 3862  */ .flex-pauseplay span {
/* 3863  */   text-transform: capitalize;
/* 3864  */ }
/* 3865  */ /* Clearfix for the .slides element */
/* 3866  */ .flexslider .slides:after {
/* 3867  */   content: ".";
/* 3868  */   display: block;
/* 3869  */   clear: both;
/* 3870  */   visibility: hidden;
/* 3871  */   line-height: 0;
/* 3872  */   height: 0;
/* 3873  */ }
/* 3874  */ html[xmlns] .flexslider .slides {
/* 3875  */   display: block;
/* 3876  */ }
/* 3877  */ * html .flexslider .slides {
/* 3878  */   height: 1%;
/* 3879  */ }
/* 3880  */ .flexslider .slides,
/* 3881  */ .flex-control-nav,
/* 3882  */ .flex-direction-nav {
/* 3883  */   z-index: 2;
/* 3884  */ }
/* 3885  */ /* No JavaScript Fallback */
/* 3886  */ /* If you are not using another script, such as Modernizr, make sure you
/* 3887  *|  * include js that eliminates this class on page load */
/* 3888  */ /*.no-js .flexslider .slides > li:first-child {display: block;}*/
/* 3889  */ /* FlexSlider Default Theme
/* 3890  *| *********************************/
/* 3891  */ .flexslider {
/* 3892  */   margin: 0 0 60px;
/* 3893  */   background-color: transparent;
/* 3894  */   position: relative;
/* 3895  */ }
/* 3896  */ .flex-viewport {
/* 3897  */   max-height: 2000px;
/* 3898  */   -webkit-transition: all 1s ease;
/* 3899  */   -moz-transition: all 1s ease;
/* 3900  */   transition: all 1s ease;

/* style.css */

/* 3901  */ }
/* 3902  */ .loading .flex-viewport {
/* 3903  */   max-height: 300px;
/* 3904  */ }
/* 3905  */ .carousel li {
/* 3906  */   margin-right: 5px;
/* 3907  */ }
/* 3908  */ /* Direction Nav */
/* 3909  */ .flex-direction-nav {
/* 3910  */   height: 0;
/* 3911  */ }
/* 3912  */ .flex-direction-nav a {
/* 3913  */   font-family: 'icomoon';
/* 3914  */   width: 30px;
/* 3915  */   height: 30px;
/* 3916  */   margin: -20px 0 0;
/* 3917  */   background-color: rgba(0, 0, 0, 0.5);
/* 3918  */   background-repeat: no-repeat;
/* 3919  */   position: absolute;
/* 3920  */   top: 50%;
/* 3921  */   cursor: pointer;
/* 3922  */   opacity: 0;
/* 3923  */   -webkit-transition: all .3s ease;
/* 3924  */   z-index: 100;
/* 3925  */   overflow: hidden;
/* 3926  */   text-align: center;
/* 3927  */   line-height: 30px;
/* 3928  */   font-size: 16px;
/* 3929  */   font-weight: normal;
/* 3930  */   -webkit-font-smoothing: none;
/* 3931  */   color: #fff;
/* 3932  */ }
/* 3933  */ .flex-direction-nav a:hover {
/* 3934  */   color: #fff;
/* 3935  */ }
/* 3936  */ .sidebar .widget .flex-direction-nav a,
/* 3937  */ .sidebar .widget .flex-direction-nav a:hover {
/* 3938  */   color: #fff;
/* 3939  */ }
/* 3940  */ .no-opacity .flex-direction-nav a {
/* 3941  */   display: none;
/* 3942  */ }
/* 3943  */ .no-opacity .flexslider:hover .flex-direction-nav a {
/* 3944  */   display: block;
/* 3945  */ }
/* 3946  */ .flex-direction-nav .flex-next {
/* 3947  */   right: 0;
/* 3948  */   text-indent: 2px;
/* 3949  */ }
/* 3950  */ .flex-direction-nav .flex-prev {

/* style.css */

/* 3951  */   left: 0;
/* 3952  */   text-indent: -2px;
/* 3953  */ }
/* 3954  */ .no-rgba .flex-direction-nav .flex-next,
/* 3955  */ .no-rgba .flex-direction-nav .flex-prev {
/* 3956  */   background-color: #000;
/* 3957  */ }
/* 3958  */ .flexslider:hover .flex-next {
/* 3959  */   opacity: 0.8;
/* 3960  */   right: 0px;
/* 3961  */ }
/* 3962  */ .flexslider:hover .flex-prev {
/* 3963  */   opacity: 0.8;
/* 3964  */   left: 0px;
/* 3965  */ }
/* 3966  */ .flexslider:hover .flex-next:hover,
/* 3967  */ .flexslider:hover .flex-prev:hover {
/* 3968  */   opacity: 1;
/* 3969  */ }
/* 3970  */ .flex-direction-nav .flex-disabled {
/* 3971  */   opacity: 0;
/* 3972  */   cursor: default;
/* 3973  */   display: none;
/* 3974  */ }
/* 3975  */ /* Control Nav */
/* 3976  */ .flex-control-nav {
/* 3977  */   width: 100%;
/* 3978  */   position: absolute;
/* 3979  */   bottom: 0px;
/* 3980  */   text-align: center;
/* 3981  */ }
/* 3982  */ #wrapper .flex-control-nav li {
/* 3983  */   margin: 0 6px;
/* 3984  */   display: inline-block;
/* 3985  */ }
/* 3986  */ #wrapper .flex-control-paging li a {
/* 3987  */   display: block;
/* 3988  */ }
/* 3989  */ .flex-control-paging li a {
/* 3990  */   width: 11px;
/* 3991  */   height: 11px;
/* 3992  */   display: block;
/* 3993  */   background: #666;
/* 3994  */   background: rgba(0, 0, 0, 0.5);
/* 3995  */   cursor: pointer;
/* 3996  */   text-indent: -9999px;
/* 3997  */   -webkit-border-radius: 20px;
/* 3998  */   -moz-border-radius: 20px;
/* 3999  */   -o-border-radius: 20px;
/* 4000  */   border-radius: 20px;

/* style.css */

/* 4001  */   box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
/* 4002  */ }
/* 4003  */ .flex-control-paging li a:hover {
/* 4004  */   background: #333;
/* 4005  */   background: rgba(0, 0, 0, 0.7);
/* 4006  */ }
/* 4007  */ .flex-control-paging li a.flex-active {
/* 4008  */   background: #000;
/* 4009  */   background: rgba(0, 0, 0, 0.9);
/* 4010  */   cursor: default;
/* 4011  */ }
/* 4012  */ .flex-control-thumbs {
/* 4013  */   margin: 5px 0 0;
/* 4014  */   position: static;
/* 4015  */   overflow: hidden;
/* 4016  */ }
/* 4017  */ .flex-control-thumbs li {
/* 4018  */   width: 25%;
/* 4019  */   float: left;
/* 4020  */   margin: 0;
/* 4021  */ }
/* 4022  */ .flex-control-thumbs img {
/* 4023  */   width: 100%;
/* 4024  */   display: block;
/* 4025  */   opacity: .7;
/* 4026  */   cursor: pointer;
/* 4027  */ }
/* 4028  */ .flex-control-thumbs img:hover {
/* 4029  */   opacity: 1;
/* 4030  */ }
/* 4031  */ .flex-control-thumbs .flex-active {
/* 4032  */   opacity: 1;
/* 4033  */   cursor: default;
/* 4034  */ }
/* 4035  */ .flex-caption {
/* 4036  */   position: absolute;
/* 4037  */   background: rgba(0, 0, 0, 0.6);
/* 4038  */   width: 96%;
/* 4039  */   padding: 2%;
/* 4040  */   color: #fff;
/* 4041  */   left: 0;
/* 4042  */   bottom: 0;
/* 4043  */   margin: 0;
/* 4044  */ }
/* 4045  */ .no-rgba .flex-caption {
/* 4046  */   background-color: #000;
/* 4047  */ }
/* 4048  */ .main-flex {
/* 4049  */   margin-bottom: 0;
/* 4050  */ }

/* style.css */

/* 4051  */ @media screen and (max-width: 860px) {
/* 4052  */   .flex-direction-nav .flex-prev {
/* 4053  */     opacity: 1;
/* 4054  */     left: 0;
/* 4055  */   }
/* 4056  */   .flex-direction-nav .flex-next {
/* 4057  */     opacity: 1;
/* 4058  */     right: 0;
/* 4059  */   }
/* 4060  */ }
/* 4061  */ .col .flexslider {
/* 4062  */   margin: 0;
/* 4063  */ }
/* 4064  */ /**** Isotope Filtering ****/
/* 4065  */ .isotope-item {
/* 4066  */   z-index: 2;
/* 4067  */ }
/* 4068  */ .isotope-hidden.isotope-item {
/* 4069  */   z-index: 1;
/* 4070  */ }
/* 4071  */ /**** Isotope CSS3 transitions ****/
/* 4072  */ .isotope,
/* 4073  */ .isotope .isotope-item {
/* 4074  */   -webkit-transition-duration: 0.8s;
/* 4075  */   -moz-transition-duration: 0.8s;
/* 4076  */   -ms-transition-duration: 0.8s;
/* 4077  */   -o-transition-duration: 0.8s;
/* 4078  */   transition-duration: 0.8s;
/* 4079  */ }
/* 4080  */ .isotope {
/* 4081  */   -webkit-transition-property: height, width;
/* 4082  */   -moz-transition-property: height, width;
/* 4083  */   -ms-transition-property: height, width;
/* 4084  */   -o-transition-property: height, width;
/* 4085  */   transition-property: height, width;
/* 4086  */ }
/* 4087  */ .isotope .isotope-item {
/* 4088  */   -webkit-transition-property: -webkit-transform, opacity;
/* 4089  */   -moz-transition-property: -moz-transform, opacity;
/* 4090  */   -ms-transition-property: -ms-transform, opacity;
/* 4091  */   -o-transition-property: top, left, opacity;
/* 4092  */   transition-property: transform, opacity;
/* 4093  */ }
/* 4094  */ /**** disabling Isotope CSS3 transitions ****/
/* 4095  */ .isotope.no-transition,
/* 4096  */ .isotope.no-transition .isotope-item,
/* 4097  */ .isotope .isotope-item.no-transition {
/* 4098  */   -webkit-transition-duration: 0s;
/* 4099  */   -moz-transition-duration: 0s;
/* 4100  */   -ms-transition-duration: 0s;

/* style.css */

/* 4101  */   -o-transition-duration: 0s;
/* 4102  */   transition-duration: 0s;
/* 4103  */ }
/* 4104  */ /**** Isotope filtering ****/
/* 4105  */ .isotope-item {
/* 4106  */   z-index: 2;
/* 4107  */ }
/* 4108  */ .isotope-hidden.isotope-item {
/* 4109  */   z-index: 1;
/* 4110  */ }
/* 4111  */ /* Slider */
/* 4112  */ #layerslider-container {
/* 4113  */   margin: 0 auto;
/* 4114  */ }
/* 4115  */ #layerslider-wrapper {
/* 4116  */   position: relative;
/* 4117  */ }
/* 4118  */ #layerslider-wrapper .ls-shadow-top {
/* 4119  */   position: absolute;
/* 4120  */   background-image: url(/wp-content/themes/Avada/assets/images/shadow-top.png);
/* 4121  */   background-repeat: no-repeat;
/* 4122  */   background-position: top center;
/* 4123  */   height: 42px;
/* 4124  */   width: 100%;
/* 4125  */   top: 0;
/* 4126  */   z-index: 99;
/* 4127  */ }
/* 4128  */ #layerslider-wrapper .ls-shadow-bottom {
/* 4129  */   position: absolute;
/* 4130  */   background-image: url(/wp-content/themes/Avada/assets/images/shadow-bottom.png);
/* 4131  */   background-repeat: no-repeat;
/* 4132  */   background-position: bottom center;
/* 4133  */   height: 32px;
/* 4134  */   width: 100%;
/* 4135  */   bottom: 0;
/* 4136  */   z-index: 99;
/* 4137  */ }
/* 4138  */ .ls-avada {
/* 4139  */   border-top: 1px solid #d2d3d4;
/* 4140  */   border-bottom: 1px solid #d2d3d4;
/* 4141  */ }
/* 4142  */ .ls-avada .ls-layer {
/* 4143  */   background-repeat: no-repeat;
/* 4144  */   background-position: center center;
/* 4145  */ }
/* 4146  */ .ls-avada .ls-nav-prev,
/* 4147  */ .ls-avada .ls-nav-next,
/* 4148  */ .products-slider .es-nav span {
/* 4149  */   background-color: rgba(0, 0, 0, 0.5);
/* 4150  */   width: 63px;

/* style.css */

/* 4151  */   height: 63px;
/* 4152  */   display: none;
/* 4153  */   position: absolute;
/* 4154  */   top: 50%;
/* 4155  */   margin-top: -31px;
/* 4156  */   opacity: 0.8;
/* 4157  */   text-align: center;
/* 4158  */ }
/* 4159  */ .ls-avada .ls-nav-prev:before,
/* 4160  */ .ls-avada .ls-nav-next:before {
/* 4161  */   margin-left: -2px;
/* 4162  */   content: '\e61e';
/* 4163  */   line-height: 63px;
/* 4164  */   font-family: 'icomoon';
/* 4165  */   font-size: 25px;
/* 4166  */   -webkit-font-smoothing: antialiased;
/* 4167  */   color: #fff;
/* 4168  */ }
/* 4169  */ .ls-avada .ls-nav-next:before {
/* 4170  */   margin-left: -1px;
/* 4171  */   content: '\e620';
/* 4172  */ }
/* 4173  */ .no-rgba .ls-avada .ls-nav-prev,
/* 4174  */ .no-rgba .ls-avada .ls-nav-next,
/* 4175  */ .no-rgba .wooslider .wooslider-prev,
/* 4176  */ .no-rgba .wooslider .wooslider-next,
/* 4177  */ .no-rgba .products-slider .es-nav span {
/* 4178  */   background-color: #ccc ;
/* 4179  */ }
/* 4180  */ .ls-avada .ls-nav-prev:hover,
/* 4181  */ .ls-avada .ls-nav-next:hover,
/* 4182  */ .products-slider .es-nav span:hover {
/* 4183  */   opacity: 1;
/* 4184  */ }
/* 4185  */ .ls-avada:hover .ls-nav-prev,
/* 4186  */ .ls-avada:hover .ls-nav-next {
/* 4187  */   display: block;
/* 4188  */ }
/* 4189  */ .ls-avada .ls-nav-prev,
/* 4190  */ .products-slider .es-nav span.es-nav-prev {
/* 4191  */   left: 0;
/* 4192  */   margin-left: 0;
/* 4193  */   z-index: 10;
/* 4194  */ }
/* 4195  */ .ls-avada .ls-nav-next,
/* 4196  */ .products-slider .es-nav span.es-nav-next {
/* 4197  */   right: 0 ;
/* 4198  */   margin-left: 0;
/* 4199  */   z-index: 10;
/* 4200  */ }

/* style.css */

/* 4201  */ .ls-avada .ls-playvideo {
/* 4202  */   width: 50px;
/* 4203  */   height: 50px;
/* 4204  */   margin-left: -25px;
/* 4205  */   margin-top: -25px;
/* 4206  */ }
/* 4207  */ .ls-avada .ls-playvideo {
/* 4208  */   background-position: -300px -150px;
/* 4209  */ }
/* 4210  */ .ls-avada .ls-playvideo:hover,
/* 4211  */ .ls-avada .ls-vpcontainer:hover .ls-playvideo {
/* 4212  */   background-position: -375px -150px;
/* 4213  */ }
/* 4214  */ /* slidingbar */
/* 4215  */ #slidingbar-area {
/* 4216  */   z-index: 99999;
/* 4217  */   position: absolute;
/* 4218  */   top: 0;
/* 4219  */   right: 0;
/* 4220  */   width: 100%;
/* 4221  */   margin-left: auto;
/* 4222  */   margin-right: auto;
/* 4223  */ }
/* 4224  */ body.admin-bar #wrapper #slidingbar-area {
/* 4225  */   top: 32px;
/* 4226  */ }
/* 4227  */ #slidingbar {
/* 4228  */   height: auto;
/* 4229  */   color: #8c8989;
/* 4230  */   background: #363839;
/* 4231  */   background: rgba(54, 56, 57, 0.9);
/* 4232  */   overflow: hidden;
/* 4233  */   position: relative;
/* 4234  */   z-index: 3;
/* 4235  */   display: none;
/* 4236  */   padding: 35px 10px;
/* 4237  */ }
/* 4238  */ .sb-toggle-wrapper {
/* 4239  */   position: absolute;
/* 4240  */   right: 0;
/* 4241  */   border-top: 35px solid #363839;
/* 4242  */   border-left: 35px solid transparent;
/* 4243  */ }
/* 4244  */ .sb-toggle-wrapper .sb-toggle:after {
/* 4245  */   font-family: "IcoMoon";
/* 4246  */   content: '\e61d';
/* 4247  */   font-size: 16px;
/* 4248  */   -webkit-font-smoothing: antialiased;
/* 4249  */   display: block;
/* 4250  */   position: absolute;

/* style.css */

/* 4251  */   left: -17px;
/* 4252  */   top: -33px;
/* 4253  */   color: #fff;
/* 4254  */   text-shadow: none;
/* 4255  */ }
/* 4256  */ .sb-toggle.open:after {
/* 4257  */   content: '\e61c';
/* 4258  */   -webkit-font-smoothing: antialiased;
/* 4259  */ }
/* 4260  */ .slidingbar-widget-col {
/* 4261  */   margin-bottom: 20px;
/* 4262  */ }
/* 4263  */ .slidingbar-widget-col:last-child {
/* 4264  */   margin-bottom: 0;
/* 4265  */ }
/* 4266  */ #slidingbar-area .logo {
/* 4267  */   float: none;
/* 4268  */   display: block;
/* 4269  */   margin: 0 0 22px;
/* 4270  */ }
/* 4271  */ #slidingbar-area h3 {
/* 4272  */   margin: 0 0 28px;
/* 4273  */   color: #ddd;
/* 4274  */   text-transform: uppercase;
/* 4275  */   font: 13px/20px 'PTSansBold', arial, helvetica, sans-serif;
/* 4276  */ }
/* 4277  */ #slidingbar-area .holder-block img {
/* 4278  */   width: 100%;
/* 4279  */ }
/* 4280  */ #slidingbar-area ul {
/* 4281  */   list-style: none;
/* 4282  */   margin: 0;
/* 4283  */   padding: 0;
/* 4284  */   font-size: 12px;
/* 4285  */   line-height: 15px;
/* 4286  */ }
/* 4287  */ #slidingbar-area ul li a {
/* 4288  */   padding: 12px 0;
/* 4289  */   border-bottom: 1px solid #282a2b;
/* 4290  */   display: block;
/* 4291  */ }
/* 4292  */ #slidingbar-area .widget_recent_entries ul li {
/* 4293  */   padding: 12px 0;
/* 4294  */   border-bottom: 1px solid #282a2b;
/* 4295  */ }
/* 4296  */ #slidingbar-area .widget_recent_entries ul li a {
/* 4297  */   padding: 0 0 5px 0;
/* 4298  */   border-bottom: none;
/* 4299  */ }
/* 4300  */ #slidingbar-area .slidingbar-widget-col:not(.widget_icl_lang_sel_widget) > ul > li:first-child,

/* style.css */

/* 4301  */ #slidingbar-area .slidingbar-widget-col:not(.widget_icl_lang_sel_widget) ul:first-child > li:first-child > a,
/* 4302  */ #slidingbar-area .slidingbar-widget-col:not(.widget_icl_lang_sel_widget) > ul > li:first-child > a {
/* 4303  */   background-image: none;
/* 4304  */   padding-top: 0px;
/* 4305  */ }
/* 4306  */ #slidingbar-area a {
/* 4307  */   color: #bfbfbf;
/* 4308  */ }
/* 4309  */ #slidingbar-area ul li a:hover {
/* 4310  */   color: #a0ce4e;
/* 4311  */ }
/* 4312  */ #slidingbar-area ul#recentcomments li.recentcomments:first-child {
/* 4313  */   padding-top: 0px;
/* 4314  */   background: none;
/* 4315  */ }
/* 4316  */ #slidingbar-area li.recentcomments {
/* 4317  */   padding: 12px 0;
/* 4318  */   border-bottom: 1px solid #282a2b;
/* 4319  */   display: block;
/* 4320  */ }
/* 4321  */ #slidingbar-area li.recentcomments a {
/* 4322  */   border: none;
/* 4323  */ }
/* 4324  */ /* WooSlider */
/* 4325  */ .fusion-post-content .wooslider {
/* 4326  */   border: 0;
/* 4327  */   background: none;
/* 4328  */   -moz-box-shadow: none;
/* 4329  */   -webkit-box-shadow: none;
/* 4330  */   box-shadow: none;
/* 4331  */   -moz-border-radius: 0;
/* 4332  */   -webkit-border-radius: 0;
/* 4333  */   border-radius: 0;
/* 4334  */   margin: 0 auto;
/* 4335  */   max-width: 940px;
/* 4336  */ }
/* 4337  */ .wooslider .slide-content {
/* 4338  */   margin: 0;
/* 4339  */ }
/* 4340  */ .wooslider .wooslider-pauseplay {
/* 4341  */   position: absolute;
/* 4342  */   margin: 0;
/* 4343  */   top: auto;
/* 4344  */   bottom: 15px;
/* 4345  */ }
/* 4346  */ .wooslider .wooslider-control-nav {
/* 4347  */   position: absolute;
/* 4348  */   margin: 0;
/* 4349  */   top: auto;
/* 4350  */   bottom: -10px;

/* style.css */

/* 4351  */ }
/* 4352  */ .wooslider .wooslider-prev,
/* 4353  */ .wooslider .wooslider-next,
/* 4354  */ .main-flex .flex-prev,
/* 4355  */ .main-flex .flex-next {
/* 4356  */   background-color: rgba(0, 0, 0, 0.5);
/* 4357  */   background-repeat: no-repeat;
/* 4358  */   width: 63px;
/* 4359  */   height: 63px;
/* 4360  */   display: none;
/* 4361  */   position: absolute;
/* 4362  */   top: 42%;
/* 4363  */   margin: 0;
/* 4364  */   color: #fff;
/* 4365  */   font-family: 'icomoon';
/* 4366  */   text-align: center;
/* 4367  */   line-height: 63px;
/* 4368  */   font-size: 36px;
/* 4369  */   font-weight: normal;
/* 4370  */   -webkit-font-smoothing: antialiased;
/* 4371  */ }
/* 4372  */ .tfs-slider .flex-prev,
/* 4373  */ .tfs-slider .flex-next {
/* 4374  */   font-size: 25px;
/* 4375  */   -webkit-font-smoothing: antialiased;
/* 4376  */ }
/* 4377  */ .wooslider:hover .wooslider-prev,
/* 4378  */ .wooslider:hover .wooslider-next,
/* 4379  */ .main-flex:hover .flex-prev,
/* 4380  */ .main-flex:hover .flex-next {
/* 4381  */   display: block;
/* 4382  */ }
/* 4383  */ .wooslider .wooslider-prev,
/* 4384  */ .main-flex .flex-prev {
/* 4385  */   left: 0;
/* 4386  */   padding: 0;
/* 4387  */   border: 0;
/* 4388  */   text-indent: -5px;
/* 4389  */ }
/* 4390  */ .wooslider .wooslider-next,
/* 4391  */ .main-flex .flex-next {
/* 4392  */   right: 0;
/* 4393  */   padding: 0;
/* 4394  */   border: 0;
/* 4395  */   text-indent: 5px;
/* 4396  */ }
/* 4397  */ .no-rgba .wooslider .wooslider-next,
/* 4398  */ .no-rgba .wooslider .wooslider-prev {
/* 4399  */   background-color: #000;
/* 4400  */ }

/* style.css */

/* 4401  */ #sliders-container .wooslider .slide-content p {
/* 4402  */   margin: 0;
/* 4403  */ }
/* 4404  */ .sidebar .wooslider-control-nav li a,
/* 4405  */ .fusion-footer-widget-area .wooslider-control-nav li a {
/* 4406  */   padding: 0;
/* 4407  */   background: none;
/* 4408  */   border: 0;
/* 4409  */   background: #666;
/* 4410  */   background: rgba(0, 0, 0, 0.5);
/* 4411  */   margin-right: 3px;
/* 4412  */ }
/* 4413  */ .sidebar .wooslider-next,
/* 4414  */ .sidebar .wooslider-prev,
/* 4415  */ .fusion-post-content .wooslider .wooslider-prev,
/* 4416  */ .fusion-post-content .wooslider .wooslider-next,
/* 4417  */ .fusion-footer-widget-area .wooslider-next,
/* 4418  */ .fusion-footer-widget-area .wooslider-prev {
/* 4419  */   width: 29px;
/* 4420  */   height: 29px;
/* 4421  */ }
/* 4422  */ .sidebar .wooslider .wooslider-control-nav,
/* 4423  */ .fusion-footer-widget-area .wooslider .wooslider-control-nav {
/* 4424  */   bottom: 5px;
/* 4425  */ }
/* 4426  */ .sidebar .widget_wooslider_slideshow_slides .wooslider-control-nav,
/* 4427  */ .fusion-footer-widget-area .widget_wooslider_slideshow_slides .wooslider-control-nav {
/* 4428  */   bottom: 12px;
/* 4429  */ }
/* 4430  */ .fusion-footer-widget-area .slide-excerpt {
/* 4431  */   overflow: hidden;
/* 4432  */   position: absolute;
/* 4433  */   bottom: -50px;
/* 4434  */   padding: 0px;
/* 4435  */   width: 100%;
/* 4436  */   text-align: center;
/* 4437  */ }
/* 4438  */ .sidebar .slide-excerpt {
/* 4439  */   bottom: 15%;
/* 4440  */   width: 100%;
/* 4441  */ }
/* 4442  */ .sidebar .slide-excerpt .slide-title {
/* 4443  */   float: none;
/* 4444  */ }
/* 4445  */ .sidebar .slide-excerpt .slide-title a {
/* 4446  */   color: #ffffff;
/* 4447  */   border: none;
/* 4448  */ }
/* 4449  */ .sidebar .slide-excerpt .slide-title a:hover {
/* 4450  */   color: #ffffff;

/* style.css */

/* 4451  */ }
/* 4452  */ .sidebar .widget .slides li div a {
/* 4453  */   padding: 0;
/* 4454  */ }
/* 4455  */ /* =================================================================================================
/* 4456  *| Table of Contents
/* 4457  *| ----------------------------------------------------------------------------------------------------
/* 4458  *| 	01 Layout
/* 4459  *| 	02 General Styles
/* 4460  *| 	03 Author Page - Info
/* 4461  *| 	04 FAQs Page
/* 4462  *| 	05 Smooth Scroll
/* 4463  *| 	06 Avada Adminbar Menu
/* 4464  *| 	
/* 4465  *| ================================================================================================= */
/* 4466  */ /* Layout
/* 4467  *| ================================================================================================= */
/* 4468  */ .fusion-row {
/* 4469  */   margin: 0 auto;
/* 4470  */   zoom: 1;
/* 4471  */ }
/* 4472  */ .fusion-row:before,
/* 4473  */ .fusion-row:after {
/* 4474  */   content: " ";
/* 4475  */   display: table;
/* 4476  */ }
/* 4477  */ .fusion-row:after {
/* 4478  */   clear: both;
/* 4479  */ }
/* 4480  */ .fusion-alignleft {
/* 4481  */   display: inline;
/* 4482  */   float: left;
/* 4483  */   margin-right: 15px;
/* 4484  */ }
/* 4485  */ .fusion-alignright {
/* 4486  */   display: inline;
/* 4487  */   float: right;
/* 4488  */   margin-left: 15px;
/* 4489  */ }
/* 4490  */ .fusion-aligncenter {
/* 4491  */   display: block;
/* 4492  */   clear: both;
/* 4493  */   margin: 0 auto;
/* 4494  */   text-align: center;
/* 4495  */ }
/* 4496  */ .fusion-columns {
/* 4497  */   margin: 0 -15px;
/* 4498  */ }
/* 4499  */ .fusion-columns-5 .col-lg-2,
/* 4500  */ .fusion-columns-5 .col-md-2,

/* style.css */

/* 4501  */ .fusion-columns-5 .col-sm-2,
/* 4502  */ .fusion-columns-5 .col-xs-2 {
/* 4503  */   width: 20%;
/* 4504  */ }
/* 4505  */ .fusion-hidden {
/* 4506  */   display: none;
/* 4507  */ }
/* 4508  */ .fusion-responsive-img {
/* 4509  */   margin: 0;
/* 4510  */ }
/* 4511  */ /* General Styles
/* 4512  *| ================================================================================================= */
/* 4513  */ /* Headings */
/* 4514  */ .post-content h1,
/* 4515  */ .post-content h2,
/* 4516  */ .post-content h3,
/* 4517  */ .post-content h4,
/* 4518  */ .post-content h5,
/* 4519  */ .post-content h6 {
/* 4520  */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 4521  */ }
/* 4522  */ /* Breadcrumbs */
/* 4523  */ .fusion-breadcrumb-prefix {
/* 4524  */   padding-right: 5px;
/* 4525  */ }
/* 4526  */ .fusion-breadcrumb-sep {
/* 4527  */   padding: 0 5px;
/* 4528  */ }
/* 4529  */ .fusion-breadcrumb-sep:last-child {
/* 4530  */   display: none;
/* 4531  */ }
/* 4532  */ /* Rollovers */
/* 4533  */ .fusion-image-wrapper {
/* 4534  */   overflow: hidden;
/* 4535  */   z-index: 1;
/* 4536  */   position: relative;
/* 4537  */ }
/* 4538  */ .fusion-image-wrapper:hover .fusion-rollover {
/* 4539  */   opacity: 1;
/* 4540  */   -webkit-transform: translateX(0%);
/* 4541  */   -moz-transform: translateX(0%);
/* 4542  */   -ms-transform: translateX(0%);
/* 4543  */   -o-transform: translateX(0%);
/* 4544  */   transform: translateX(0%);
/* 4545  */   -webkit-transform-style: preserve-3d;
/* 4546  */   -webkit-backface-visibility: hidden;
/* 4547  */ }
/* 4548  */ .no-csstransforms .fusion-image-wrapper:hover .fusion-rollover {
/* 4549  */   display: block;
/* 4550  */ }

/* style.css */

/* 4551  */ .fusion-rollover {
/* 4552  */   opacity: 0;
/* 4553  */   position: absolute;
/* 4554  */   top: 0;
/* 4555  */   left: 0;
/* 4556  */   width: 100%;
/* 4557  */   height: 100%;
/* 4558  */   line-height: normal;
/* 4559  */   text-align: center;
/* 4560  */   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #aad75d), color-stop(1, #d1e990));
/* 4561  */   background-image: -webkit-linear-gradient(bottom, #aad75b, #d1e990);
/* 4562  */   background-image: -moz-linear-gradient(bottom, #aad75d, #d1e990);
/* 4563  */   background-image: -ms-linear-gradient(bottom, #aad75d, #d1e990);
/* 4564  */   background-image: -o-linear-gradient(bottom, #aad75d, #d1e990);
/* 4565  */   background-image: linear-gradient(to top, #aad75d, #d1e990);
/* 4566  */   -webkit-transform: translateX(-100%);
/* 4567  */   -moz-transform: translateX(-100%);
/* 4568  */   -o-transform: translateX(-100%);
/* 4569  */   -ms-transform: translateX(-100%);
/* 4570  */   transform: translateX(-100%);
/* 4571  */   -webkit-transition: all 0.3s ease-in-out;
/* 4572  */   -moz-transition: all 0.3s ease-in-out;
/* 4573  */   -ms-transition: all 0.3s ease-in-out;
/* 4574  */   -o-transition: all 0.3s ease-in-out;
/* 4575  */   transition: all 0.3s ease-in-out;
/* 4576  */   -webkit-transform-style: preserve-3d;
/* 4577  */   -webkit-backface-visibility: hidden;
/* 4578  */ }
/* 4579  */ .fusion-rollover:before {
/* 4580  */   display: inline-block;
/* 4581  */   content: '';
/* 4582  */   vertical-align: middle;
/* 4583  */   height: 100%;
/* 4584  */ }
/* 4585  */ .no-csstransforms .fusion-rollover {
/* 4586  */   display: none;
/* 4587  */ }
/* 4588  */ .fusion-rollover-content {
/* 4589  */   display: inline-block;
/* 4590  */   vertical-align: middle;
/* 4591  */   padding: 10px;
/* 4592  */   height: auto;
/* 4593  */   width: 90%;
/* 4594  */ }
/* 4595  */ .fusion-rollover-content .fusion-rollover-title,
/* 4596  */ .fusion-rollover-content .fusion-rollover-categories,
/* 4597  */ .fusion-rollover-content .price {
/* 4598  */   margin: 0;
/* 4599  */   line-height: normal;
/* 4600  */   font: 13px 'MuseoSlab500Regular', arial, helvetica, sans-serif;

/* style.css */

/* 4601  */   color: #333333;
/* 4602  */ }
/* 4603  */ .fusion-rollover-content .fusion-rollover-title {
/* 4604  */   margin-bottom: 3px;
/* 4605  */   margin-top: 10px;
/* 4606  */ }
/* 4607  */ .fusion-rollover-content .fusion-rollover-categories a {
/* 4608  */   font-size: 11px;
/* 4609  */ }
/* 4610  */ .fusion-rollover-content .fusion-rollover-categories a:hover {
/* 4611  */   color: #444;
/* 4612  */ }
/* 4613  */ .fusion-rollover-content .price {
/* 4614  */   display: inline-block;
/* 4615  */ }
/* 4616  */ .fusion-rollover-content .fusion-product-buttons {
/* 4617  */   left: 0;
/* 4618  */   height: 40px;
/* 4619  */   width: 100%;
/* 4620  */ }
/* 4621  */ .fusion-rollover-content .fusion-product-buttons a {
/* 4622  */   display: block;
/* 4623  */   margin-top: 10px;
/* 4624  */   padding-left: 20px;
/* 4625  */   width: auto;
/* 4626  */   line-height: normal;
/* 4627  */   text-align: left;
/* 4628  */   max-width: 100%;
/* 4629  */   font-size: 12px;
/* 4630  */ }
/* 4631  */ .fusion-rollover-content .fusion-product-buttons a:first-child {
/* 4632  */   float: left;
/* 4633  */ }
/* 4634  */ .fusion-rollover-content .fusion-product-buttons a:first-child:before {
/* 4635  */   position: absolute;
/* 4636  */   margin-left: -20px;
/* 4637  */   content: '\f07a';
/* 4638  */   font-family: 'icomoon';
/* 4639  */ }
/* 4640  */ .fusion-rollover-content .fusion-product-buttons a:last-child {
/* 4641  */   float: right;
/* 4642  */ }
/* 4643  */ .fusion-rollover-content .fusion-product-buttons a:last-child:before {
/* 4644  */   position: absolute;
/* 4645  */   margin-left: -20px;
/* 4646  */   content: '\e623';
/* 4647  */   font-family: 'icomoon';
/* 4648  */ }
/* 4649  */ .fusion-rollover-sep {
/* 4650  */   display: inline-block;

/* style.css */

/* 4651  */   vertical-align: middle;
/* 4652  */   height: 36px;
/* 4653  */   width: 5px;
/* 4654  */ }
/* 4655  */ .fusion-rollover-link,
/* 4656  */ .fusion-rollover-gallery {
/* 4657  */   display: inline-block;
/* 4658  */   opacity: 0.9;
/* 4659  */   position: relative;
/* 4660  */   vertical-align: middle;
/* 4661  */   margin: 0;
/* 4662  */   height: 36px;
/* 4663  */   width: 35px;
/* 4664  */   text-indent: -10000px;
/* 4665  */   background-color: #333;
/* 4666  */   -webkit-border-radius: 50%;
/* 4667  */   -moz-border-radius: 50%;
/* 4668  */   border-radius: 50%;
/* 4669  */   /* Fix to make border-radius work for transparent colors */
/* 4670  */   -moz-background-clip: padding;
/* 4671  */   -webkit-background-clip: padding-box;
/* 4672  */   background-clip: padding-box;
/* 4673  */ }
/* 4674  */ .fusion-rollover-link:hover,
/* 4675  */ .fusion-rollover-gallery:hover {
/* 4676  */   opacity: 1;
/* 4677  */ }
/* 4678  */ .fusion-rollover-link:before,
/* 4679  */ .fusion-rollover-gallery:before {
/* 4680  */   position: absolute;
/* 4681  */   left: 50%;
/* 4682  */   margin-left: -7.5px;
/* 4683  */   text-indent: 0;
/* 4684  */   line-height: 36px;
/* 4685  */   text-shadow: none;
/* 4686  */   font-family: 'icomoon';
/* 4687  */   font-size: 15px;
/* 4688  */   color: #fff;
/* 4689  */   -webkit-font-smoothing: antialiased;
/* 4690  */ }
/* 4691  */ .fusion-rollover-link:before {
/* 4692  */   content: '\e619';
/* 4693  */ }
/* 4694  */ .fusion-rollover-gallery:before {
/* 4695  */   content: '\f002';
/* 4696  */ }
/* 4697  */ .fusion-placeholder-image {
/* 4698  */   background-color: #f6f6f6;
/* 4699  */ }
/* 4700  */ /* Filters */

/* style.css */

/* 4701  */ .fusion-filters {
/* 4702  */   display: none;
/* 4703  */   overflow: hidden;
/* 4704  */   list-style: none;
/* 4705  */   margin-bottom: 55px;
/* 4706  */   padding: 0;
/* 4707  */   line-height: 34px;
/* 4708  */   border-top: 1px solid #e7e6e6;
/* 4709  */   border-bottom: 1px solid #e7e6e6;
/* 4710  */ }
/* 4711  */ .fusion-filter {
/* 4712  */   float: left;
/* 4713  */   margin-right: 30px;
/* 4714  */ }
/* 4715  */ .fusion-filter.fusion-active a {
/* 4716  */   line-height: 31px;
/* 4717  */   border-top: 3px solid #a0ce4e;
/* 4718  */   color: #a0ce4e;
/* 4719  */ }
/* 4720  */ .fusion-filter a {
/* 4721  */   display: block;
/* 4722  */ }
/* 4723  */ /* Infinite scroll load more button */
/* 4724  */ .fusion-load-more-button {
/* 4725  */   margin-top: 20px;
/* 4726  */   height: 50px;
/* 4727  */   line-height: 50px;
/* 4728  */   background-color: #E9EAEE;
/* 4729  */   cursor: pointer;
/* 4730  */   text-align: center;
/* 4731  */   text-transform: uppercase;
/* 4732  */ }
/* 4733  */ .fusion-portfolio-wrapper .fusion-load-more-button {
/* 4734  */   display: none;
/* 4735  */ }
/* 4736  */ /* Loading Spinner - Infinite Scroll */
/* 4737  */ .fusion-loading-container {
/* 4738  */   margin-top: 20px;
/* 4739  */ }
/* 4740  */ .fusion-loading-container .fusion-loading-spinner {
/* 4741  */   display: inline-block;
/* 4742  */ }
/* 4743  */ .fusion-loading-container .fusion-spinner-1,
/* 4744  */ .fusion-loading-container .fusion-spinner-2,
/* 4745  */ .fusion-loading-container .fusion-spinner-3 {
/* 4746  */   width: 12px;
/* 4747  */   height: 12px;
/* 4748  */   background-color: #e2e0e0;
/* 4749  */   border-radius: 100%;
/* 4750  */   display: inline-block;

/* style.css */

/* 4751  */   -webkit-animation: fusion-bounce-delay 1.4s infinite ease-in-out;
/* 4752  */   animation: fusion-bounce-delay 1.4s infinite ease-in-out;
/* 4753  */   -webkit-animation-fill-mode: both;
/* 4754  */   animation-fill-mode: both;
/* 4755  */ }
/* 4756  */ .fusion-loading-container .fusion-spinner-1 {
/* 4757  */   -webkit-animation-delay: -0.32s;
/* 4758  */   animation-delay: -0.32s;
/* 4759  */ }
/* 4760  */ .fusion-loading-container .fusion-spinner-2 {
/* 4761  */   -webkit-animation-delay: -0.16s;
/* 4762  */   animation-delay: -0.16s;
/* 4763  */ }
/* 4764  */ .fusion-loading-container .fusion-loading-msg {
/* 4765  */   display: inline-block;
/* 4766  */   margin-left: 7px;
/* 4767  */ }
/* 4768  */ @-webkit-keyframes fusion-bounce-delay {
/* 4769  */   0%,
/* 4770  */   80%,
/* 4771  */   100% {
/* 4772  */     -webkit-transform: scale(0);
/* 4773  */   }
/* 4774  */   40% {
/* 4775  */     -webkit-transform: scale(1);
/* 4776  */   }
/* 4777  */ }
/* 4778  */ @keyframes fusion-bounce-delay {
/* 4779  */   0%,
/* 4780  */   80%,
/* 4781  */   100% {
/* 4782  */     transform: scale(0);
/* 4783  */     -webkit-transform: scale(0);
/* 4784  */   }
/* 4785  */   40% {
/* 4786  */     transform: scale(1);
/* 4787  */     -webkit-transform: scale(1);
/* 4788  */   }
/* 4789  */ }
/* 4790  */ /* Loading Spinner - FusionSlider */
/* 4791  */ .fusion-slider-loading {
/* 4792  */   position: absolute;
/* 4793  */   top: 50%;
/* 4794  */   left: 50%;
/* 4795  */   margin: -3em 0 0 -3em;
/* 4796  */   color: transparent;
/* 4797  */   font-size: 10px;
/* 4798  */   border-top: 0.5em solid rgba(0, 0, 0, 0.2);
/* 4799  */   border-right: 0.5em solid rgba(0, 0, 0, 0.2);
/* 4800  */   border-bottom: 0.5em solid #333;

/* style.css */

/* 4801  */   border-left: 0.5em solid rgba(0, 0, 0, 0.2);
/* 4802  */   -webkit-animation: fusion-rotate 0.8s infinite linear;
/* 4803  */   animation: fusion-rotate 0.8s infinite linear;
/* 4804  */ }
/* 4805  */ .fusion-slider-loading .fusion-slider-loading-text {
/* 4806  */   position: absolute;
/* 4807  */ }
/* 4808  */ .no-cssanimations .fusion-slider-loading {
/* 4809  */   padding-left: 5px;
/* 4810  */   padding-top: 15px;
/* 4811  */   color: #000;
/* 4812  */ }
/* 4813  */ .ua-ie-8 .fusion-slider-loading {
/* 4814  */   border: none;
/* 4815  */   color: transparent;
/* 4816  */   text-indent: 100000px;
/* 4817  */   background: url(/wp-content/themes/Avada/assets/images/ajax-loader.gif) center center no-repeat;
/* 4818  */ }
/* 4819  */ .fusion-slider-loading,
/* 4820  */ .fusion-slider-loading:after {
/* 4821  */   width: 6em;
/* 4822  */   height: 6em;
/* 4823  */   -webkit-border-radius: 50%;
/* 4824  */   -moz-border-radius: 50%;
/* 4825  */   border-radius: 50%;
/* 4826  */   /* Fix to make border-radius work for transparent colors */
/* 4827  */   -moz-background-clip: padding;
/* 4828  */   -webkit-background-clip: padding-box;
/* 4829  */   background-clip: padding-box;
/* 4830  */ }
/* 4831  */ @-webkit-keyframes fusion-rotate {
/* 4832  */   0% {
/* 4833  */     -webkit-transform: rotate(0deg);
/* 4834  */     transform: rotate(0deg);
/* 4835  */   }
/* 4836  */   100% {
/* 4837  */     -webkit-transform: rotate(360deg);
/* 4838  */     transform: rotate(360deg);
/* 4839  */   }
/* 4840  */ }
/* 4841  */ @keyframes fusion-rotate {
/* 4842  */   0% {
/* 4843  */     -webkit-transform: rotate(0deg);
/* 4844  */     transform: rotate(0deg);
/* 4845  */   }
/* 4846  */   100% {
/* 4847  */     -webkit-transform: rotate(360deg);
/* 4848  */     transform: rotate(360deg);
/* 4849  */   }
/* 4850  */ }

/* style.css */

/* 4851  */ .fusion-inline-sep {
/* 4852  */   padding: 0 5px;
/* 4853  */ }
/* 4854  */ .fusion-inline-sep:last-child {
/* 4855  */   display: none;
/* 4856  */ }
/* 4857  */ /* p Tag */
/* 4858  */ .post-content p {
/* 4859  */   margin-top: 0;
/* 4860  */   margin-bottom: 20px;
/* 4861  */ }
/* 4862  */ /* Blockquote */
/* 4863  */ blockquote {
/* 4864  */   padding: 15px;
/* 4865  */   background: #f5f5f5;
/* 4866  */   border-left: 4px solid #a0ce4e;
/* 4867  */   font: 13px/20px 'PTSansItalic', arial, helvetica, sans-serif;
/* 4868  */   color: #444444;
/* 4869  */   font-style: italic;
/* 4870  */ }
/* 4871  */ blockquote *:last-child {
/* 4872  */   margin-bottom: 0;
/* 4873  */ }
/* 4874  */ /* Tables */
/* 4875  */ .table-1,
/* 4876  */ .table-2,
/* 4877  */ .tkt-slctr-tbl-wrap-dv {
/* 4878  */   display: block;
/* 4879  */   overflow-x: auto;
/* 4880  */ }
/* 4881  */ /* Tagcloud */
/* 4882  */ .tagcloud a {
/* 4883  */   font-size: 13px !important;
/* 4884  */   display: inline-block;
/* 4885  */   padding: 0 10px;
/* 4886  */   min-height: 28px;
/* 4887  */   line-height: 28px;
/* 4888  */   border: 1px solid;
/* 4889  */   margin: 2px 0;
/* 4890  */   -webkit-transform: all 0.2s;
/* 4891  */   -moz-transform: all 0.2s;
/* 4892  */   -ms-transform: all 0.2s;
/* 4893  */   -o-transform: all 0.2s;
/* 4894  */   transform: all 0.2s;
/* 4895  */   -webkit-transition: all 0.2s;
/* 4896  */   transition: all 0.2s;
/* 4897  */ }
/* 4898  */ .tagcloud a:hover {
/* 4899  */   color: #fff;
/* 4900  */ }

/* style.css */

/* 4901  */ /* Avada Select Boxes */
/* 4902  */ .select-arrow {
/* 4903  */   width: 35px;
/* 4904  */   height: 33px;
/* 4905  */   line-height: 33px;
/* 4906  */   border-left-width: 1px;
/* 4907  */   border-left-style: solid;
/* 4908  */   position: absolute;
/* 4909  */   bottom: 1px;
/* 4910  */   right: 1px;
/* 4911  */   pointer-events: none;
/* 4912  */   z-index: 10;
/* 4913  */   font-family: 'icomoon';
/* 4914  */   font-size: 9px;
/* 4915  */   text-align: center;
/* 4916  */ }
/* 4917  */ .avada-select-parent {
/* 4918  */   position: relative;
/* 4919  */   overflow: hidden;
/* 4920  */   margin: 0;
/* 4921  */ }
/* 4922  */ .bbpress .avada-select-parent {
/* 4923  */   overflow: hidden;
/* 4924  */ }
/* 4925  */ .avada-select-parent select {
/* 4926  */   border: 1px solid #dadada;
/* 4927  */   -webkit-appearance: none;
/* 4928  */   text-overflow: '';
/* 4929  */   -webkit-box-sizing: border-box;
/* 4930  */   -moz-box-sizing: border-box;
/* 4931  */   box-sizing: border-box;
/* 4932  */   cursor: pointer;
/* 4933  */   display: block;
/* 4934  */   font-size: 13px;
/* 4935  */   outline: none;
/* 4936  */   height: auto;
/* 4937  */   padding: 9px 15px;
/* 4938  */   position: relative;
/* 4939  */   text-indent: 0.01px;
/* 4940  */   vertical-align: middle;
/* 4941  */   z-index: 5;
/* 4942  */   margin: 0;
/* 4943  */   -webkit-border-radius: 0;
/* 4944  */   -moz-border-radius: 0;
/* 4945  */   border-radius: 0;
/* 4946  */   /* Fix to make border-radius work for transparent colors */
/* 4947  */   -moz-background-clip: padding;
/* 4948  */   -webkit-background-clip: padding-box;
/* 4949  */   background-clip: padding-box;
/* 4950  */   min-width: 180px;

/* style.css */

/* 4951  */ }
/* 4952  */ .sidebar .avada-select-parent select {
/* 4953  */   min-width: initial;
/* 4954  */ }
/* 4955  */ /* WP Calendar Widget */
/* 4956  */ #slidingbar .widget_calendar table,
/* 4957  */ .sidebar .widget_calendar table,
/* 4958  */ .fusion-footer-widget-area .widget_calendar table {
/* 4959  */   width: 100%;
/* 4960  */ }
/* 4961  */ /* Author Page - Info
/* 4962  *| ================================================================================================= */
/* 4963  */ .fusion-author .fusion-edit-profile {
/* 4964  */   font-size: 12px;
/* 4965  */ }
/* 4966  */ .fusion-author .fusion-social-networks {
/* 4967  */   margin-right: -20px;
/* 4968  */   margin-top: 2px;
/* 4969  */   text-align: right;
/* 4970  */ }
/* 4971  */ .fusion-author-avatar {
/* 4972  */   float: left;
/* 4973  */   margin-right: 20px;
/* 4974  */ }
/* 4975  */ .fusion-author-info {
/* 4976  */   overflow: hidden;
/* 4977  */ }
/* 4978  */ .fusion-author-title {
/* 4979  */   margin-top: 0;
/* 4980  */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 4981  */   color: #333333;
/* 4982  */   font-weight: normal;
/* 4983  */ }
/* 4984  */ .fusion-author-social {
/* 4985  */   margin: 20px 0 80px 0;
/* 4986  */   min-height: 34px;
/* 4987  */   line-height: 34px;
/* 4988  */   border-top: 1px solid #E0DEDE;
/* 4989  */   border-bottom: 1px solid #E0DEDE;
/* 4990  */ }
/* 4991  */ .fusion-author-tagline {
/* 4992  */   float: left;
/* 4993  */   max-width: 70%;
/* 4994  */   font-weight: bold;
/* 4995  */ }
/* 4996  */ /* FAQs Page
/* 4997  *| ================================================================================================= */
/* 4998  */ .fusion-faqs-wrapper {
/* 4999  */   display: none;
/* 5000  */ }

/* style.css */

/* 5001  */ .fusion-faq-post {
/* 5002  */   position: relative;
/* 5003  */ }
/* 5004  */ /* Avada Adminbar Menu
/* 5005  *| ================================================================================================= */
/* 5006  */ @media screen and (max-width: 782px) {
/* 5007  */   #wp-toolbar > ul > .avada-menu {
/* 5008  */     display: block;
/* 5009  */   }
/* 5010  */   #wpadminbar .avada-menu > .ab-item .ab-icon {
/* 5011  */     padding-top: 6px !important;
/* 5012  */     height: 40px !important;
/* 5013  */     font-size: 30px !important;
/* 5014  */   }
/* 5015  */ }
/* 5016  */ #menu-appearance a[href="themes.php?page=optionsframework"] {
/* 5017  */   display: none;
/* 5018  */ }
/* 5019  */ #wpadminbar .avada-menu > .ab-item .ab-icon:before {
/* 5020  */   content: "\e62d";
/* 5021  */   font-family: 'icomoon';
/* 5022  */   speak: none;
/* 5023  */   font-style: normal;
/* 5024  */   font-weight: normal;
/* 5025  */   font-variant: normal;
/* 5026  */   text-transform: none;
/* 5027  */   line-height: 1;
/* 5028  */   /* Better Font Rendering =========== */
/* 5029  */   -webkit-font-smoothing: antialiased;
/* 5030  */   -moz-osx-font-smoothing: grayscale;
/* 5031  */ }
/* 5032  */ /* =================================================================================================
/* 5033  *| Table of Contents
/* 5034  *| ----------------------------------------------------------------------------------------------------
/* 5035  *| 	01 General Header Styles
/* 5036  *| 	02 Side Header Styles
/* 5037  *| 	03 Main Menu Styles
/* 5038  *| 	04 Secondary Menu Styles
/* 5039  *| 	05 Common Menu Styles
/* 5040  *| 	06 Megamenu Styles
/* 5041  *| 	07 Sticky Header Styles
/* 5042  *| 	08 Mobile Menu Styles
/* 5043  *| ================================================================================================= */
/* 5044  */ /* General Header Styles
/* 5045  *| ================================================================================================= */
/* 5046  */ .fusion-header-wrapper {
/* 5047  */   position: relative;
/* 5048  */   z-index: 10010;
/* 5049  */ }
/* 5050  */ .fusion-header-wrapper .tooltip {

/* style.css */

/* 5051  */   z-index: 10030;
/* 5052  */ }
/* 5053  */ .fusion-header-sticky-height {
/* 5054  */   display: none;
/* 5055  */ }
/* 5056  */ .fusion-header {
/* 5057  */   padding-left: 30px;
/* 5058  */   padding-right: 30px;
/* 5059  */   -webkit-backface-visibility: hidden;
/* 5060  */   backface-visibility: hidden;
/* 5061  */ }
/* 5062  */ .fusion-header-v2 .fusion-header,
/* 5063  */ .fusion-header-v3 .fusion-header,
/* 5064  */ .fusion-header-v4 .fusion-header,
/* 5065  */ .fusion-header-v5 .fusion-header {
/* 5066  */   border-bottom: 1px solid transparent;
/* 5067  */ }
/* 5068  */ .fusion-logo {
/* 5069  */   float: left;
/* 5070  */   zoom: 1;
/* 5071  */ }
/* 5072  */ .fusion-logo:before,
/* 5073  */ .fusion-logo:after {
/* 5074  */   content: " ";
/* 5075  */   display: table;
/* 5076  */ }
/* 5077  */ .fusion-logo:after {
/* 5078  */   clear: both;
/* 5079  */ }
/* 5080  */ .fusion-logo a {
/* 5081  */   display: block;
/* 5082  */ }
/* 5083  */ .fusion-logo img {
/* 5084  */   width: auto;
/* 5085  */ }
/* 5086  */ .fusion-logo-2x {
/* 5087  */   display: none;
/* 5088  */ }
/* 5089  */ .fusion-mobile-logo-1x,
/* 5090  */ .fusion-mobile-logo-2x {
/* 5091  */   display: none;
/* 5092  */ }
/* 5093  */ @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
/* 5094  */   .fusion-standard-logo.fusion-logo-1x {
/* 5095  */     display: none;
/* 5096  */   }
/* 5097  */   .fusion-standard-logo.fusion-logo-2x {
/* 5098  */     display: inline-block;
/* 5099  */   }
/* 5100  */ }

/* style.css */

/* 5101  */ .fusion-secondary-header {
/* 5102  */   min-height: 43px;
/* 5103  */   border-bottom: 1px solid transparent;
/* 5104  */ }
/* 5105  */ .fusion-secondary-header .fusion-alignleft {
/* 5106  */   float: left;
/* 5107  */   margin-right: 0;
/* 5108  */ }
/* 5109  */ .fusion-secondary-header .fusion-alignright {
/* 5110  */   float: right;
/* 5111  */   margin-left: 0;
/* 5112  */ }
/* 5113  */ .fusion-header-v2 .fusion-secondary-header {
/* 5114  */   border-top: 3px solid transparent;
/* 5115  */ }
/* 5116  */ .fusion-secondary-header .fusion-mobile-nav-holder {
/* 5117  */   width: 80%;
/* 5118  */   margin: 0 auto;
/* 5119  */ }
/* 5120  */ .fusion-header-separator {
/* 5121  */   padding: 0 6px;
/* 5122  */ }
/* 5123  */ .fusion-contact-info {
/* 5124  */   line-height: 43px;
/* 5125  */ }
/* 5126  */ .fusion-header-v4 .fusion-header {
/* 5127  */   padding-top: 30px;
/* 5128  */   padding-bottom: 30px;
/* 5129  */ }
/* 5130  */ .fusion-header-v4 .fusion-logo {
/* 5131  */   width: 100%;
/* 5132  */ }
/* 5133  */ .fusion-header-v4 .fusion-logo a {
/* 5134  */   float: left;
/* 5135  */ }
/* 5136  */ .fusion-header-v4 .searchform {
/* 5137  */   float: right;
/* 5138  */   margin-left: 15px;
/* 5139  */ }
/* 5140  */ .fusion-header-v4 .search-table {
/* 5141  */   width: 286px;
/* 5142  */ }
/* 5143  */ .fusion-header-tagline {
/* 5144  */   float: right;
/* 5145  */   margin: 0;
/* 5146  */   padding: 0;
/* 5147  */   line-height: 32px;
/* 5148  */   font-family: 'MuseoSlab500Regular', Arial, Helvetica, sans-serif;
/* 5149  */   font-weight: normal;
/* 5150  */ }

/* style.css */

/* 5151  */ .fusion-header-banner {
/* 5152  */   float: right;
/* 5153  */ }
/* 5154  */ .fusion-logo .fusion-header-banner a {
/* 5155  */   float: none;
/* 5156  */ }
/* 5157  */ .fusion-secondary-main-menu {
/* 5158  */   border-bottom: 1px solid transparent;
/* 5159  */   padding-left: 30px;
/* 5160  */   padding-right: 30px;
/* 5161  */   -webkit-backface-visibility: hidden;
/* 5162  */   backface-visibility: hidden;
/* 5163  */ }
/* 5164  */ .fusion-secondary-main-menu .fusion-main-menu {
/* 5165  */   float: none;
/* 5166  */ }
/* 5167  */ .fusion-secondary-main-menu .search-table {
/* 5168  */   width: 100%;
/* 5169  */ }
/* 5170  */ .fusion-secondary-main-menu .searchform {
/* 5171  */   display: none;
/* 5172  */   float: none;
/* 5173  */   padding: 5px 0px;
/* 5174  */   margin-left: 0;
/* 5175  */ }
/* 5176  */ .fusion-secondary-main-menu .fusion-main-menu .searchform {
/* 5177  */   display: block;
/* 5178  */   padding: 0;
/* 5179  */ }
/* 5180  */ .fusion-header-v5 .fusion-main-menu {
/* 5181  */   text-align: center;
/* 5182  */ }
/* 5183  */ .fusion-header-v5 .fusion-main-menu > ul > li {
/* 5184  */   display: inline-block;
/* 5185  */   vertical-align: top;
/* 5186  */   float: none;
/* 5187  */   text-align: left;
/* 5188  */ }
/* 5189  */ .fusion-header-v5.fusion-logo-center .fusion-logo {
/* 5190  */   float: none;
/* 5191  */   text-align: center;
/* 5192  */ }
/* 5193  */ .fusion-header-v5.fusion-logo-center .fusion-logo a {
/* 5194  */   display: inline-block;
/* 5195  */ }
/* 5196  */ .fusion-logo-left .fusion-header-banner {
/* 5197  */   float: right;
/* 5198  */ }
/* 5199  */ .fusion-logo-left.fusion-header-v4 .fusion-logo {
/* 5200  */   float: none;

/* style.css */

/* 5201  */   width: auto;
/* 5202  */ }
/* 5203  */ .fusion-logo-right .fusion-logo {
/* 5204  */   float: right;
/* 5205  */   text-align: right;
/* 5206  */ }
/* 5207  */ .fusion-logo-right .fusion-header-banner {
/* 5208  */   float: left;
/* 5209  */ }
/* 5210  */ .fusion-logo-right .fusion-header-tagline {
/* 5211  */   float: left;
/* 5212  */ }
/* 5213  */ .fusion-logo-right .searchform {
/* 5214  */   float: left;
/* 5215  */ }
/* 5216  */ .fusion-logo-right .fusion-main-menu {
/* 5217  */   float: left;
/* 5218  */ }
/* 5219  */ .fusion-logo-right .fusion-mobile-menu-icons {
/* 5220  */   float: left;
/* 5221  */ }
/* 5222  */ .fusion-logo-right .fusion-mobile-menu-icons a {
/* 5223  */   float: left;
/* 5224  */   margin-left: 0;
/* 5225  */   margin-right: 15px;
/* 5226  */ }
/* 5227  */ .fusion-logo-right.fusion-header-v4 .fusion-logo {
/* 5228  */   float: none;
/* 5229  */   width: auto;
/* 5230  */ }
/* 5231  */ .fusion-logo-right.fusion-header-v4 .fusion-logo a {
/* 5232  */   float: right;
/* 5233  */   text-align: right;
/* 5234  */ }
/* 5235  */ /* Side Header Styles
/* 5236  *| ================================================================================================= */
/* 5237  */ body.side-header #wrapper .fusion-megamenu-wrapper {
/* 5238  */   top: 0;
/* 5239  */ }
/* 5240  */ body.side-header #side-header .fusion-main-menu ul ul {
/* 5241  */   right: auto;
/* 5242  */ }
/* 5243  */ body.side-header-left #wrapper {
/* 5244  */   margin-left: 280px;
/* 5245  */   width: auto;
/* 5246  */ }
/* 5247  */ body.side-header-left #side-header {
/* 5248  */   left: 0;
/* 5249  */   border-right-width: 1px;
/* 5250  */   border-right-style: solid;

/* style.css */

/* 5251  */ }
/* 5252  */ body.side-header-left #side-header .fusion-main-menu > ul > li > ul,
/* 5253  */ body.side-header-left #side-header .fusion-main-menu .login-box,
/* 5254  */ body.side-header-left #side-header .fusion-main-menu .cart-contents,
/* 5255  */ body.side-header-left #side-header .fusion-main-menu .main-nav-search-form {
/* 5256  */   left: 279px;
/* 5257  */   top: 0;
/* 5258  */ }
/* 5259  */ body.side-header-left #side-header .fusion-main-menu .cart-contents {
/* 5260  */   right: auto;
/* 5261  */ }
/* 5262  */ body.side-header-right #wrapper {
/* 5263  */   margin-right: 280px;
/* 5264  */   width: auto;
/* 5265  */ }
/* 5266  */ body.side-header-right #side-header {
/* 5267  */   right: 0;
/* 5268  */   border-left-width: 1px;
/* 5269  */   border-left-style: solid;
/* 5270  */ }
/* 5271  */ body.side-header-right #side-header .fusion-main-menu .fusion-megamenu-wrapper .fusion-megamenu {
/* 5272  */   float: right;
/* 5273  */ }
/* 5274  */ body.side-header-right #side-header .fusion-main-menu .main-nav-search-form {
/* 5275  */   left: -250px;
/* 5276  */   top: 0;
/* 5277  */ }
/* 5278  */ body.side-header-right #side-header .cart-contents,
/* 5279  */ body.side-header-right #side-header .login-box {
/* 5280  */   left: 0;
/* 5281  */   right: auto;
/* 5282  */ }
/* 5283  */ body.side-header-right #side-header .fusion-main-menu .cart-contents {
/* 5284  */   left: -182px;
/* 5285  */ }
/* 5286  */ body.side-header-right #side-header .fusion-main-menu .login-box {
/* 5287  */   left: -187px;
/* 5288  */ }
/* 5289  */ body.side-header-right.rtl #side-header .cart-contents,
/* 5290  */ body.side-header-right.rtl #side-header .login-box {
/* 5291  */   right: 0;
/* 5292  */   left: auto;
/* 5293  */ }
/* 5294  */ #side-header {
/* 5295  */   width: 280px;
/* 5296  */   position: fixed;
/* 5297  */   top: 0;
/* 5298  */   height: 100%;
/* 5299  */   z-index: 120;
/* 5300  */   -webkit-backface-visibility: hidden;

/* style.css */

/* 5301  */   -webkit-box-sizing: border-box;
/* 5302  */   -moz-box-sizing: border-box;
/* 5303  */   box-sizing: border-box;
/* 5304  */ }
/* 5305  */ #side-header .side-header-wrapper {
/* 5306  */   padding-bottom: 20px;
/* 5307  */ }
/* 5308  */ #side-header .fusion-logo-center .fusion-logo {
/* 5309  */   text-align: center;
/* 5310  */   float: none;
/* 5311  */ }
/* 5312  */ #side-header .fusion-sticky-logo-1x,
/* 5313  */ #side-header .fusion-sticky-logo-2x {
/* 5314  */   display: none;
/* 5315  */ }
/* 5316  */ @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
/* 5317  */   #side-header .fusion-standard-logo.fusion-logo-1x {
/* 5318  */     display: none;
/* 5319  */   }
/* 5320  */   #side-header .fusion-standard-logo.fusion-logo-2x {
/* 5321  */     display: inline-block;
/* 5322  */   }
/* 5323  */ }
/* 5324  */ .admin-bar #side-header {
/* 5325  */   top: 32px;
/* 5326  */ }
/* 5327  */ #side-header .fusion-main-menu {
/* 5328  */   float: none;
/* 5329  */   -webkit-backface-visibility: hidden;
/* 5330  */   position: relative;
/* 5331  */   z-index: 1;
/* 5332  */   clear: both;
/* 5333  */ }
/* 5334  */ #side-header .fusion-main-menu ul ul {
/* 5335  */   top: 0;
/* 5336  */   border-top: 0;
/* 5337  */ }
/* 5338  */ #side-header .fusion-main-menu .fusion-megamenu-wrapper .fusion-megamenu-holder {
/* 5339  */   border-top: 0;
/* 5340  */ }
/* 5341  */ #side-header .fusion-main-menu > ul > li {
/* 5342  */   float: none;
/* 5343  */   padding: 0;
/* 5344  */ }
/* 5345  */ #side-header .fusion-main-menu > ul > li > a {
/* 5346  */   border-top-width: 0px;
/* 5347  */   border-bottom-width: 1px;
/* 5348  */   border-right: 0;
/* 5349  */   border-style: solid;
/* 5350  */ }

/* style.css */

/* 5351  */ #side-header .fusion-main-menu > ul > li:first-child > a {
/* 5352  */   border-top-width: 1px;
/* 5353  */   border-style: solid;
/* 5354  */ }
/* 5355  */ #side-header .fusion-main-menu > ul .sub-menu > li:last-child > a {
/* 5356  */   border-bottom: none;
/* 5357  */ }
/* 5358  */ .side-header-left #side-header .fusion-main-menu > ul > li > a {
/* 5359  */   border-left-width: 0;
/* 5360  */ }
/* 5361  */ .side-header-left #side-header .fusion-main-menu > ul > li.current-menu-ancestor > a,
/* 5362  */ .side-header-left #side-header .fusion-main-menu > ul > li.current-menu-item > a {
/* 5363  */   border-right-width: 3px;
/* 5364  */ }
/* 5365  */ .side-header-left #side-header .fusion-main-menu > ul > li > a {
/* 5366  */   border-left-width: 0;
/* 5367  */ }
/* 5368  */ .side-header-right #side-header .fusion-main-menu > ul > li > a {
/* 5369  */   border-left-width: 0;
/* 5370  */ }
/* 5371  */ .side-header-right #side-header .fusion-main-menu > ul > li.current-menu-ancestor > a,
/* 5372  */ .side-header-right #side-header .fusion-main-menu > ul > li.current-menu-item > a {
/* 5373  */   border-left-width: 3px;
/* 5374  */ }
/* 5375  */ #side-header .side-header-content-1 {
/* 5376  */   margin-top: 40px;
/* 5377  */ }
/* 5378  */ #side-header .side-header-content-2 {
/* 5379  */   margin-top: 40px;
/* 5380  */ }
/* 5381  */ #side-header .fusion-custom-menu-item-contents {
/* 5382  */   right: auto !important;
/* 5383  */   top: 0;
/* 5384  */ }
/* 5385  */ #side-header .fusion-contact-info {
/* 5386  */   word-wrap: break-word;
/* 5387  */ }
/* 5388  */ #side-header .header-social {
/* 5389  */   background: none !important;
/* 5390  */   border: 0 !important;
/* 5391  */ }
/* 5392  */ #side-header .fusion-social-links-header {
/* 5393  */   margin: 0;
/* 5394  */ }
/* 5395  */ #side-header .fusion-secondary-menu .fusion-secondary-menu-icon {
/* 5396  */   background: none;
/* 5397  */   min-width: 100%;
/* 5398  */   border-right: 0;
/* 5399  */ }
/* 5400  */ #side-header .fusion-secondary-menu .fusion-secondary-menu-icon .fusion-woo-cart-separator,

/* style.css */

/* 5401  */ #side-header .fusion-secondary-menu .fusion-secondary-menu-icon .amount,
/* 5402  */ #side-header .fusion-secondary-menu .fusion-secondary-menu-icon:after {
/* 5403  */   display: none;
/* 5404  */ }
/* 5405  */ #side-header .fusion-secondary-menu > ul > li:first-child > a {
/* 5406  */   padding-left: 0;
/* 5407  */ }
/* 5408  */ #side-header .fusion-secondary-menu > ul > li {
/* 5409  */   margin-botom: 2px;
/* 5410  */ }
/* 5411  */ #side-header .fusion-header-tagline {
/* 5412  */   margin-top: 40px;
/* 5413  */   float: none;
/* 5414  */   text-align: left;
/* 5415  */ }
/* 5416  */ .rtl #side-header .fusion-header-tagline {
/* 5417  */   text-align: right;
/* 5418  */ }
/* 5419  */ #side-header .side-header-content-3 .searchform {
/* 5420  */   margin-top: 40px;
/* 5421  */ }
/* 5422  */ #side-header .fusion-header-banner {
/* 5423  */   margin-top: 40px;
/* 5424  */   float: none;
/* 5425  */ }
/* 5426  */ #side-header .fusion-social-links-header .fusion-social-networks a {
/* 5427  */   margin-bottom: 20px;
/* 5428  */ }
/* 5429  */ #side-header .fusion-social-networks.boxed-icons .fusion-social-network-icon {
/* 5430  */   margin-bottom: 10px;
/* 5431  */ }
/* 5432  */ #side-header .side-header-content {
/* 5433  */   zoom: 1;
/* 5434  */ }
/* 5435  */ #side-header .side-header-content:before,
/* 5436  */ #side-header .side-header-content:after {
/* 5437  */   content: " ";
/* 5438  */   display: table;
/* 5439  */ }
/* 5440  */ #side-header .side-header-content:after {
/* 5441  */   clear: both;
/* 5442  */ }
/* 5443  */ /* Main Menu Styles
/* 5444  *| ================================================================================================= */
/* 5445  */ .fusion-main-menu {
/* 5446  */   float: right;
/* 5447  */   position: relative;
/* 5448  */   z-index: 200;
/* 5449  */ }
/* 5450  */ .fusion-main-menu > ul > li:last-child {

/* style.css */

/* 5451  */   padding-right: 0;
/* 5452  */ }
/* 5453  */ .fusion-main-menu > ul > li > a {
/* 5454  */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 5455  */ }
/* 5456  */ .fusion-main-menu ul {
/* 5457  */   list-style: none;
/* 5458  */   margin: 0;
/* 5459  */   padding: 0;
/* 5460  */ }
/* 5461  */ .fusion-main-menu li {
/* 5462  */   float: left;
/* 5463  */   margin: 0;
/* 5464  */   padding: 0;
/* 5465  */   position: relative;
/* 5466  */ }
/* 5467  */ .fusion-main-menu a {
/* 5468  */   display: block;
/* 5469  */   -moz-box-sizing: content-box;
/* 5470  */   -webkit-box-sizing: content-box;
/* 5471  */   box-sizing: content-box;
/* 5472  */ }
/* 5473  */ .fusion-main-menu .iclflag {
/* 5474  */   margin-top: 2px;
/* 5475  */ }
/* 5476  */ .fusion-main-menu > ul > li {
/* 5477  */   padding-right: 45px;
/* 5478  */ }
/* 5479  */ .fusion-main-menu > ul > li > a .iclflag {
/* 5480  */   position: relative;
/* 5481  */   top: 50%;
/* 5482  */ }
/* 5483  */ .fusion-main-menu li:hover > .sub-menu,
/* 5484  */ .fusion-main-menu li:hover > .fusion-megamenu-wrapper {
/* 5485  */   visibility: visible;
/* 5486  */   opacity: 1;
/* 5487  */ }
/* 5488  */ .fusion-main-menu .sub-menu {
/* 5489  */   position: absolute;
/* 5490  */   left: 0;
/* 5491  */   visibility: hidden;
/* 5492  */   opacity: 0;
/* 5493  */   z-index: 1;
/* 5494  */   -webkit-transition: opacity 0.2s ease-in;
/* 5495  */   -moz-transition: opacity 0.2s ease-in;
/* 5496  */   -o-transition: opacity 0.2s ease-in;
/* 5497  */   transition: opacity 0.2s ease-in;
/* 5498  */ }
/* 5499  */ .fusion-main-menu .sub-menu ul {
/* 5500  */   top: 0;

/* style.css */

/* 5501  */ }
/* 5502  */ .fusion-main-menu .sub-menu li {
/* 5503  */   float: none;
/* 5504  */   margin: 0;
/* 5505  */   padding: 0;
/* 5506  */ }
/* 5507  */ .fusion-main-menu .sub-menu a {
/* 5508  */   border: 0;
/* 5509  */   padding: 7px 20px;
/* 5510  */   line-height: 19px;
/* 5511  */   text-indent: 0;
/* 5512  */   height: auto;
/* 5513  */   -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
/* 5514  */   -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
/* 5515  */   -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
/* 5516  */   transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
/* 5517  */ }
/* 5518  */ .fusion-main-menu .fusion-custom-menu-item-contents {
/* 5519  */   position: absolute;
/* 5520  */   left: auto;
/* 5521  */   right: 0;
/* 5522  */   visibility: hidden;
/* 5523  */   opacity: 0;
/* 5524  */   -webkit-transition: opacity 0.2s ease-in;
/* 5525  */   -moz-transition: opacity 0.2s ease-in;
/* 5526  */   -o-transition: opacity 0.2s ease-in;
/* 5527  */   transition: opacity 0.2s ease-in;
/* 5528  */ }
/* 5529  */ .fusion-main-menu .fusion-last-menu-item {
/* 5530  */   padding-right: 0;
/* 5531  */ }
/* 5532  */ .fusion-main-menu .fusion-main-menu-search a {
/* 5533  */   font-family: 'icomoon';
/* 5534  */   cursor: pointer;
/* 5535  */ }
/* 5536  */ .fusion-main-menu .fusion-main-menu-search a:after {
/* 5537  */   border-radius: 50% 50% 50% 50%;
/* 5538  */   content: '\f002';
/* 5539  */ }
/* 5540  */ .fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents {
/* 5541  */   display: none;
/* 5542  */   width: 250px;
/* 5543  */   padding: 25px;
/* 5544  */   text-align: right;
/* 5545  */   border: 1px solid transparent;
/* 5546  */ }
/* 5547  */ .fusion-main-menu .fusion-main-menu-search-open .fusion-custom-menu-item-contents {
/* 5548  */   visibility: visible;
/* 5549  */   opacity: 1;
/* 5550  */ }

/* style.css */

/* 5551  */ .fusion-main-menu .fusion-main-menu-cart > a {
/* 5552  */   font-family: 'icomoon';
/* 5553  */   cursor: pointer;
/* 5554  */ }
/* 5555  */ .fusion-main-menu .fusion-main-menu-cart > a:after {
/* 5556  */   border-radius: 50% 50% 50% 50%;
/* 5557  */   content: '\f07a';
/* 5558  */ }
/* 5559  */ /* Secondary Menu Styles
/* 5560  *| ================================================================================================= */
/* 5561  */ .fusion-secondary-menu {
/* 5562  */   position: relative;
/* 5563  */   z-index: 210;
/* 5564  */ }
/* 5565  */ .fusion-secondary-menu ul {
/* 5566  */   margin: 0;
/* 5567  */   padding: 0;
/* 5568  */   list-style: none;
/* 5569  */ }
/* 5570  */ .fusion-secondary-menu > ul > li {
/* 5571  */   float: left;
/* 5572  */   border-left: 1px solid transparent;
/* 5573  */ }
/* 5574  */ .fusion-secondary-menu > ul > li:first-child {
/* 5575  */   border-left: none;
/* 5576  */ }
/* 5577  */ .fusion-secondary-menu > ul > li > a {
/* 5578  */   display: block;
/* 5579  */   position: relative;
/* 5580  */   padding: 0 8px;
/* 5581  */ }
/* 5582  */ .fusion-secondary-menu li {
/* 5583  */   position: relative;
/* 5584  */ }
/* 5585  */ .fusion-secondary-menu .iclflag {
/* 5586  */   margin-top: 2px;
/* 5587  */ }
/* 5588  */ .fusion-secondary-menu > ul > li > a .iclflag {
/* 5589  */   position: relative;
/* 5590  */   top: 50%;
/* 5591  */ }
/* 5592  */ .fusion-secondary-menu .sub-menu {
/* 5593  */   display: block;
/* 5594  */   position: absolute;
/* 5595  */   left: -1px;
/* 5596  */   z-index: 1;
/* 5597  */   visibility: hidden;
/* 5598  */   opacity: 0;
/* 5599  */   -webkit-transition: opacity 0.2s ease-in;
/* 5600  */   -moz-transition: opacity 0.2s ease-in;

/* style.css */

/* 5601  */   -o-transition: opacity 0.2s ease-in;
/* 5602  */   transition: opacity 0.2s ease-in;
/* 5603  */   -webkit-border-bottom-right-radius: 2px;
/* 5604  */   -webkit-border-bottom-left-radius: 2px;
/* 5605  */   -moz-border-radius-bottomright: 2px;
/* 5606  */   -moz-border-radius-bottomleft: 2px;
/* 5607  */   border-bottom-right-radius: 2px;
/* 5608  */   border-bottom-left-radius: 2px;
/* 5609  */   border: 1px solid transparent;
/* 5610  */ }
/* 5611  */ .fusion-secondary-menu .sub-menu a {
/* 5612  */   display: block;
/* 5613  */   padding: 7px 10px;
/* 5614  */   line-height: normal;
/* 5615  */   border-bottom: 1px solid transparent;
/* 5616  */   -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
/* 5617  */   -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
/* 5618  */   -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
/* 5619  */   transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
/* 5620  */ }
/* 5621  */ .fusion-secondary-menu .sub-menu > li:last-child > a {
/* 5622  */   border-bottom: none;
/* 5623  */ }
/* 5624  */ .fusion-secondary-menu > ul > li > .sub-menu .sub-menu {
/* 5625  */   top: -1px;
/* 5626  */ }
/* 5627  */ .fusion-secondary-menu li:hover > .sub-menu {
/* 5628  */   visibility: visible;
/* 5629  */   opacity: 1;
/* 5630  */ }
/* 5631  */ .fusion-secondary-menu .fusion-custom-menu-item-contents {
/* 5632  */   position: absolute;
/* 5633  */   left: auto;
/* 5634  */   right: 0;
/* 5635  */   visibility: hidden;
/* 5636  */   opacity: 0;
/* 5637  */   -webkit-transition: opacity 0.2s ease-in;
/* 5638  */   -moz-transition: opacity 0.2s ease-in;
/* 5639  */   -o-transition: opacity 0.2s ease-in;
/* 5640  */   transition: opacity 0.2s ease-in;
/* 5641  */ }
/* 5642  */ .fusion-secondary-menu .fusion-secondary-menu-icon {
/* 5643  */   padding-left: 13px;
/* 5644  */   padding-right: 13px;
/* 5645  */ }
/* 5646  */ .fusion-secondary-menu-cart {
/* 5647  */   border-right: 1px solid transparent;
/* 5648  */ }
/* 5649  */ .fusion-secondary-menu-cart > a {
/* 5650  */   text-transform: uppercase;

/* style.css */

/* 5651  */ }
/* 5652  */ .fusion-secondary-menu-icon {
/* 5653  */   min-width: 176px;
/* 5654  */   text-align: center;
/* 5655  */ }
/* 5656  */ .fusion-secondary-menu-icon:before {
/* 5657  */   font-family: 'icomoon';
/* 5658  */   content: '\f07a';
/* 5659  */   margin-right: 10px;
/* 5660  */ }
/* 5661  */ .fusion-secondary-menu-icon:after {
/* 5662  */   font-family: 'icomoon';
/* 5663  */   content: '\e61f';
/* 5664  */   margin-left: 10px;
/* 5665  */ }
/* 5666  */ .fusion-social-links-header {
/* 5667  */   margin-top: 13px;
/* 5668  */   margin-bottom: 5px;
/* 5669  */   max-width: 400px;
/* 5670  */ }
/* 5671  */ /* Common Menu Styles
/* 5672  *| ================================================================================================= */
/* 5673  */ .fusion-menu-cart:hover .fusion-custom-menu-item-contents {
/* 5674  */   visibility: visible;
/* 5675  */   opacity: 1;
/* 5676  */ }
/* 5677  */ .fusion-menu-cart-items {
/* 5678  */   width: 180px;
/* 5679  */   border: 1px solid transparent;
/* 5680  */ }
/* 5681  */ .fusion-menu-cart-item a {
/* 5682  */   border-bottom: 1px solid transparent;
/* 5683  */   padding: 15px;
/* 5684  */   line-height: normal;
/* 5685  */   height: auto;
/* 5686  */   display: block;
/* 5687  */ }
/* 5688  */ .fusion-menu-cart-item img {
/* 5689  */   display: inline-block;
/* 5690  */   max-width: 36px;
/* 5691  */   margin-right: 6px;
/* 5692  */   border: 1px solid transparent;
/* 5693  */ }
/* 5694  */ .fusion-menu-cart-item .amount {
/* 5695  */   display: inline-block;
/* 5696  */ }
/* 5697  */ .fusion-menu-cart-item-details {
/* 5698  */   display: inline-block;
/* 5699  */   width: 102px;
/* 5700  */   text-align: left;

/* style.css */

/* 5701  */ }
/* 5702  */ .fusion-menu-cart-item-title {
/* 5703  */   margin-bottom: 6px;
/* 5704  */ }
/* 5705  */ .fusion-menu-cart-item-title,
/* 5706  */ .fusion-menu-cart-item-quantity {
/* 5707  */   display: block;
/* 5708  */   line-height: normal;
/* 5709  */ }
/* 5710  */ .fusion-menu-cart-checkout {
/* 5711  */   zoom: 1;
/* 5712  */   padding: 0 15px;
/* 5713  */ }
/* 5714  */ .fusion-menu-cart-checkout:before,
/* 5715  */ .fusion-menu-cart-checkout:after {
/* 5716  */   content: " ";
/* 5717  */   display: table;
/* 5718  */ }
/* 5719  */ .fusion-menu-cart-checkout:after {
/* 5720  */   clear: both;
/* 5721  */ }
/* 5722  */ .fusion-menu-cart-link,
/* 5723  */ .fusion-menu-cart-checkout-link {
/* 5724  */   width: auto;
/* 5725  */   max-width: 49%;
/* 5726  */   vertical-align: top;
/* 5727  */ }
/* 5728  */ .fusion-menu-cart-link a,
/* 5729  */ .fusion-menu-cart-checkout-link a {
/* 5730  */   display: block;
/* 5731  */   line-height: 15px;
/* 5732  */   padding-bottom: 14px;
/* 5733  */   padding-top: 14px;
/* 5734  */   padding-left: 1.4em;
/* 5735  */   height: auto;
/* 5736  */   text-align: left;
/* 5737  */   position: relative;
/* 5738  */ }
/* 5739  */ .fusion-menu-cart-link a:before,
/* 5740  */ .fusion-menu-cart-checkout-link a:before {
/* 5741  */   position: absolute;
/* 5742  */   margin-left: -15px;
/* 5743  */   line-height: inherit;
/* 5744  */ }
/* 5745  */ .fusion-menu-cart-link {
/* 5746  */   float: left;
/* 5747  */ }
/* 5748  */ .fusion-menu-cart-link a:before {
/* 5749  */   font-family: 'IcoMoon';
/* 5750  */   content: '\f07a';

/* style.css */

/* 5751  */ }
/* 5752  */ .fusion-menu-cart-checkout-link {
/* 5753  */   float: right;
/* 5754  */ }
/* 5755  */ .fusion-menu-cart-checkout-link a:before {
/* 5756  */   font-family: 'IcoMoon';
/* 5757  */   content: '\f046';
/* 5758  */ }
/* 5759  */ .fusion-menu-login-box .fusion-custom-menu-item-contents {
/* 5760  */   border: 1px solid transparent;
/* 5761  */   width: 187px;
/* 5762  */   padding: 20px;
/* 5763  */ }
/* 5764  */ .fusion-menu-login-box:hover .fusion-custom-menu-item-contents {
/* 5765  */   visibility: visible;
/* 5766  */   opacity: 1;
/* 5767  */ }
/* 5768  */ .fusion-menu-login-box p {
/* 5769  */   margin-top: 0;
/* 5770  */   margin-bottom: 10px;
/* 5771  */ }
/* 5772  */ .fusion-menu-login-box .fusion-login-box-submit,
/* 5773  */ .fusion-menu-login-box .fusion-remember-checkbox {
/* 5774  */   margin-bottom: 0;
/* 5775  */ }
/* 5776  */ .fusion-login-box-submit {
/* 5777  */   float: right;
/* 5778  */ }
/* 5779  */ .fusion-remember-checkbox {
/* 5780  */   font-size: 11px;
/* 5781  */   line-height: 32px;
/* 5782  */ }
/* 5783  */ .fusion-menu-login-box-error {
/* 5784  */   font-size: 11px;
/* 5785  */   color: #D04544;
/* 5786  */ }
/* 5787  */ /* Megamenu Styles
/* 5788  *| ================================================================================================= */
/* 5789  */ .fusion-megamenu-wrapper {
/* 5790  */   margin: 0 auto;
/* 5791  */   padding: 0 15px;
/* 5792  */   visibility: hidden;
/* 5793  */   opacity: 0;
/* 5794  */   position: absolute;
/* 5795  */   left: 0;
/* 5796  */   -webkit-transition: opacity 0.2s ease-in;
/* 5797  */   -moz-transition: opacity 0.2s ease-in;
/* 5798  */   -o-transition: opacity 0.2s ease-in;
/* 5799  */   transition: opacity 0.2s ease-in;
/* 5800  */   z-index: 10;

/* style.css */

/* 5801  */ }
/* 5802  */ .fusion-megamenu-wrapper.col-span-12 .fusion-megamenu {
/* 5803  */   table-layout: fixed;
/* 5804  */   width: 100%;
/* 5805  */ }
/* 5806  */ .fusion-megamenu-wrapper .fusion-megamenu-submenu {
/* 5807  */   display: table-cell;
/* 5808  */   vertical-align: top;
/* 5809  */   float: none;
/* 5810  */   padding: 29px 0px;
/* 5811  */   border-right: 1px solid transparent;
/* 5812  */ }
/* 5813  */ .fusion-megamenu-wrapper .fusion-megamenu-submenu > a {
/* 5814  */   display: block;
/* 5815  */   padding: 5px 34px;
/* 5816  */   border-bottom: none;
/* 5817  */   line-height: 19px;
/* 5818  */   -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
/* 5819  */   -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
/* 5820  */   -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
/* 5821  */   transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
/* 5822  */ }
/* 5823  */ .fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu {
/* 5824  */   position: relative;
/* 5825  */   display: block;
/* 5826  */   left: auto;
/* 5827  */   right: auto;
/* 5828  */   border: none;
/* 5829  */   background: none;
/* 5830  */   box-shadow: none;
/* 5831  */   top: 0;
/* 5832  */   width: auto;
/* 5833  */ }
/* 5834  */ .fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu a {
/* 5835  */   display: block;
/* 5836  */   padding: 5px 34px;
/* 5837  */   border-bottom: none;
/* 5838  */ }
/* 5839  */ .fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu .deep-level a {
/* 5840  */   padding-left: 49px;
/* 5841  */ }
/* 5842  */ .fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu .deep-level .deep-level a {
/* 5843  */   padding-left: 64px;
/* 5844  */ }
/* 5845  */ .fusion-megamenu-wrapper .fusion-megamenu-border {
/* 5846  */   border-bottom: 1px solid #dcd9d9;
/* 5847  */ }
/* 5848  */ .fusion-megamenu-wrapper .menu-text {
/* 5849  */   margin-left: 23px;
/* 5850  */ }

/* style.css */

/* 5851  */ .fusion-main-menu li:hover > .fusion-megamenu-wrapper .sub-menu {
/* 5852  */   visibility: visible;
/* 5853  */   opacity: 1;
/* 5854  */ }
/* 5855  */ .fusion-megamenu-holder {
/* 5856  */   zoom: 1;
/* 5857  */   padding: 0;
/* 5858  */   margin: 0;
/* 5859  */   border-top: 3px solid transparent;
/* 5860  */ }
/* 5861  */ .fusion-megamenu-holder:before,
/* 5862  */ .fusion-megamenu-holder:after {
/* 5863  */   content: " ";
/* 5864  */   display: table;
/* 5865  */ }
/* 5866  */ .fusion-megamenu-holder:after {
/* 5867  */   clear: both;
/* 5868  */ }
/* 5869  */ .fusion-megamenu {
/* 5870  */   display: table;
/* 5871  */   zoom: 1;
/* 5872  */ }
/* 5873  */ .fusion-megamenu:before,
/* 5874  */ .fusion-megamenu:after {
/* 5875  */   content: " ";
/* 5876  */   display: table;
/* 5877  */ }
/* 5878  */ .fusion-megamenu:after {
/* 5879  */   clear: both;
/* 5880  */ }
/* 5881  */ .fusion-megamenu-title {
/* 5882  */   margin: 0;
/* 5883  */   padding: 0 34px 15px 34px;
/* 5884  */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 5885  */   font-weight: normal;
/* 5886  */   line-height: normal;
/* 5887  */   -webkit-font-smoothing: antialiased;
/* 5888  */ }
/* 5889  */ .fusion-megamenu-icon {
/* 5890  */   display: inline;
/* 5891  */   margin-right: 12px;
/* 5892  */ }
/* 5893  */ .fusion-megamenu-icon img {
/* 5894  */   margin-top: -2px;
/* 5895  */   max-height: 15px;
/* 5896  */   vertical-align: middle;
/* 5897  */ }
/* 5898  */ .sub-menu .fusion-megamenu-icon.text-menu-icon {
/* 5899  */   position: absolute;
/* 5900  */ }

/* style.css */

/* 5901  */ .fusion-megamenu-bullet {
/* 5902  */   display: block;
/* 5903  */   float: left;
/* 5904  */   margin-top: 0.5em;
/* 5905  */   margin-right: 10px;
/* 5906  */   border-top: 3px solid transparent;
/* 5907  */   border-bottom: 3px solid transparent;
/* 5908  */   border-left: 3px solid transparent;
/* 5909  */   height: 0;
/* 5910  */   width: 0;
/* 5911  */ }
/* 5912  */ .fusion-megamenu-widgets-container {
/* 5913  */   display: block;
/* 5914  */   padding: 0 34px;
/* 5915  */   margin-bottom: 10px;
/* 5916  */ }
/* 5917  */ /* Sticky Header Styles
/* 5918  *| ================================================================================================= */
/* 5919  */ .fusion-is-sticky {
/* 5920  */   /*.fusion-header-v1, .fusion-header-v2, .fusion-header-v3, .fusion-header-v4, .fusion-header-v5 {
/* 5921  *| 		.fusion-logo {
/* 5922  *| 			margin-left: 0;
/* 5923  *| 			margin-right: 0;
/* 5924  *| 		}
/* 5925  *| 
/* 5926  *| 		.fusion-header {
/* 5927  *| 			.fusion-row {
/* 5928  *| 				padding-left: 0;
/* 5929  *| 				padding-right: 0;
/* 5930  *| 			}
/* 5931  *| 		}
/* 5932  *| 	}*/
/* 5933  */ }
/* 5934  */ .fusion-is-sticky .fusion-logo img {
/* 5935  */   width: auto;
/* 5936  */ }
/* 5937  */ .fusion-is-sticky .fusion-header-v1 .fusion-header,
/* 5938  */ .fusion-is-sticky .fusion-header-v2 .fusion-header,
/* 5939  */ .fusion-is-sticky .fusion-header-v3 .fusion-header {
/* 5940  */   position: fixed;
/* 5941  */   top: 0;
/* 5942  */   z-index: 210;
/* 5943  */   max-width: 100%;
/* 5944  */   width: 100%;
/* 5945  */   border-bottom: 0;
/* 5946  */ }
/* 5947  */ .fusion-is-sticky .fusion-header-v1 .fusion-sticky-shadow,
/* 5948  */ .fusion-is-sticky .fusion-header-v2 .fusion-sticky-shadow,
/* 5949  */ .fusion-is-sticky .fusion-header-v3 .fusion-sticky-shadow {
/* 5950  */   -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;

/* style.css */

/* 5951  */   box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
/* 5952  */ }
/* 5953  */ .fusion-is-sticky .fusion-secondary-main-menu {
/* 5954  */   border-bottom: 0;
/* 5955  */ }
/* 5956  */ .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v1 .fusion-header,
/* 5957  */ .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v2 .fusion-header,
/* 5958  */ .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v3 .fusion-header,
/* 5959  */ .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v4 .fusion-header,
/* 5960  */ .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v5 .fusion-header {
/* 5961  */   border-bottom: 0;
/* 5962  */ }
/* 5963  */ .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v1 .fusion-secondary-main-menu,
/* 5964  */ .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v2 .fusion-secondary-main-menu,
/* 5965  */ .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v3 .fusion-secondary-main-menu,
/* 5966  */ .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v4 .fusion-secondary-main-menu,
/* 5967  */ .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v5 .fusion-secondary-main-menu {
/* 5968  */   position: fixed;
/* 5969  */   top: 0;
/* 5970  */   z-index: 210;
/* 5971  */   max-width: 100%;
/* 5972  */   width: 100%;
/* 5973  */   -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
/* 5974  */   box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
/* 5975  */ }
/* 5976  */ .fusion-is-sticky .fusion-sticky-menu-and-logo.fusion-header-v1 .fusion-sticky-header-wrapper,
/* 5977  */ .fusion-is-sticky .fusion-sticky-menu-and-logo.fusion-header-v2 .fusion-sticky-header-wrapper,
/* 5978  */ .fusion-is-sticky .fusion-sticky-menu-and-logo.fusion-header-v3 .fusion-sticky-header-wrapper,
/* 5979  */ .fusion-is-sticky .fusion-sticky-menu-and-logo.fusion-header-v4 .fusion-sticky-header-wrapper,
/* 5980  */ .fusion-is-sticky .fusion-sticky-menu-and-logo.fusion-header-v5 .fusion-sticky-header-wrapper {
/* 5981  */   position: fixed;
/* 5982  */   top: 0;
/* 5983  */   z-index: 210;
/* 5984  */   max-width: 100%;
/* 5985  */   width: 100%;
/* 5986  */   -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
/* 5987  */   box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
/* 5988  */ }
/* 5989  */ .fusion-sticky-menu-1 .fusion-sticky-menu {
/* 5990  */   display: none;
/* 5991  */ }
/* 5992  */ .fusion-is-sticky .fusion-sticky-menu-1 .fusion-main-menu {
/* 5993  */   display: none;
/* 5994  */ }
/* 5995  */ .fusion-is-sticky .fusion-sticky-menu-1 .fusion-sticky-menu {
/* 5996  */   display: block;
/* 5997  */ }
/* 5998  */ .fusion-sticky-logo-1.fusion-header-v1 .fusion-sticky-logo-1x,
/* 5999  */ .fusion-sticky-logo-1.fusion-header-v2 .fusion-sticky-logo-1x,
/* 6000  */ .fusion-sticky-logo-1.fusion-header-v3 .fusion-sticky-logo-1x,

/* style.css */

/* 6001  */ .fusion-sticky-logo-1.fusion-header-v4 .fusion-sticky-logo-1x,
/* 6002  */ .fusion-sticky-logo-1.fusion-header-v5 .fusion-sticky-logo-1x,
/* 6003  */ .fusion-sticky-logo-1#side-header .fusion-sticky-logo-1x,
/* 6004  */ .fusion-sticky-logo-1.fusion-header-v1 .fusion-sticky-logo-2x,
/* 6005  */ .fusion-sticky-logo-1.fusion-header-v2 .fusion-sticky-logo-2x,
/* 6006  */ .fusion-sticky-logo-1.fusion-header-v3 .fusion-sticky-logo-2x,
/* 6007  */ .fusion-sticky-logo-1.fusion-header-v4 .fusion-sticky-logo-2x,
/* 6008  */ .fusion-sticky-logo-1.fusion-header-v5 .fusion-sticky-logo-2x,
/* 6009  */ .fusion-sticky-logo-1#side-header .fusion-sticky-logo-2x {
/* 6010  */   display: none;
/* 6011  */ }
/* 6012  */ .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v1 .fusion-logo-1x,
/* 6013  */ .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v2 .fusion-logo-1x,
/* 6014  */ .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v3 .fusion-logo-1x,
/* 6015  */ .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v4 .fusion-logo-1x,
/* 6016  */ .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v5 .fusion-logo-1x,
/* 6017  */ .fusion-is-sticky .fusion-sticky-logo-1#side-header .fusion-logo-1x,
/* 6018  */ .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v1 .fusion-logo-2x,
/* 6019  */ .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v2 .fusion-logo-2x,
/* 6020  */ .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v3 .fusion-logo-2x,
/* 6021  */ .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v4 .fusion-logo-2x,
/* 6022  */ .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v5 .fusion-logo-2x,
/* 6023  */ .fusion-is-sticky .fusion-sticky-logo-1#side-header .fusion-logo-2x {
/* 6024  */   display: none;
/* 6025  */ }
/* 6026  */ .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v1 .fusion-sticky-logo-1x,
/* 6027  */ .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v2 .fusion-sticky-logo-1x,
/* 6028  */ .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v3 .fusion-sticky-logo-1x,
/* 6029  */ .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v4 .fusion-sticky-logo-1x,
/* 6030  */ .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v5 .fusion-sticky-logo-1x,
/* 6031  */ .fusion-is-sticky .fusion-sticky-logo-1#side-header .fusion-sticky-logo-1x {
/* 6032  */   display: inline-block;
/* 6033  */ }
/* 6034  */ @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
/* 6035  */   .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v1 .fusion-sticky-logo-1x,
/* 6036  */   .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v2 .fusion-sticky-logo-1x,
/* 6037  */   .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v3 .fusion-sticky-logo-1x,
/* 6038  */   .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v4 .fusion-sticky-logo-1x,
/* 6039  */   .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v5 .fusion-sticky-logo-1x,
/* 6040  */   .fusion-is-sticky .fusion-sticky-logo-1#side-header .fusion-sticky-logo-1x {
/* 6041  */     display: none;
/* 6042  */   }
/* 6043  */   .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v1 .fusion-sticky-logo-2x,
/* 6044  */   .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v2 .fusion-sticky-logo-2x,
/* 6045  */   .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v3 .fusion-sticky-logo-2x,
/* 6046  */   .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v4 .fusion-sticky-logo-2x,
/* 6047  */   .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v5 .fusion-sticky-logo-2x,
/* 6048  */   .fusion-is-sticky .fusion-sticky-logo-1#side-header .fusion-sticky-logo-2x {
/* 6049  */     display: inline-block;
/* 6050  */   }

/* style.css */

/* 6051  */ }
/* 6052  */ .no-overflow-y .fusion-is-sticky .fusion-header-v1 .fusion-header,
/* 6053  */ .no-overflow-y .fusion-is-sticky .fusion-header-v2 .fusion-header,
/* 6054  */ .no-overflow-y .fusion-is-sticky .fusion-header-v3 .fusion-header {
/* 6055  */   padding-right: 39px;
/* 6056  */ }
/* 6057  */ .no-overflow-y .fusion-is-sticky .fusion-sticky-menu-only .fusion-secondary-main-menu {
/* 6058  */   padding-right: 39px;
/* 6059  */ }
/* 6060  */ .no-overflow-y .fusion-is-sticky .fusion-sticky-menu-and-logo .fusion-sticky-header-wrapper {
/* 6061  */   padding-right: 39px;
/* 6062  */ }
/* 6063  */ #side-header.fusion-is-sticky {
/* 6064  */   -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
/* 6065  */   box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 3px;
/* 6066  */ }
/* 6067  */ /* Mobile Menu Styles
/* 6068  *| ================================================================================================= */
/* 6069  */ .fusion-mobile-nav-holder {
/* 6070  */   display: none;
/* 6071  */   clear: both;
/* 6072  */   color: #333;
/* 6073  */ }
/* 6074  */ .fusion-is-sticky .fusion-mobile-nav-holder > ul {
/* 6075  */   max-height: 200px;
/* 6076  */   overflow-y: scroll;
/* 6077  */   overflow-x: hidden;
/* 6078  */ }
/* 6079  */ .fusion-mobile-nav-holder li.fusion-mobile-nav-item li a {
/* 6080  */   padding-left: 27px;
/* 6081  */ }
/* 6082  */ .fusion-mobile-nav-holder li.fusion-mobile-nav-item li a:before {
/* 6083  */   content: "-";
/* 6084  */   margin-left: -6px;
/* 6085  */   margin-right: 2px;
/* 6086  */ }
/* 6087  */ .fusion-mobile-nav-holder li.fusion-mobile-nav-item li li a {
/* 6088  */   padding-left: 40px;
/* 6089  */ }
/* 6090  */ .fusion-mobile-nav-holder li.fusion-mobile-nav-item li li a:before {
/* 6091  */   content: "--";
/* 6092  */   margin-left: -10px;
/* 6093  */   margin-right: 2px;
/* 6094  */ }
/* 6095  */ .fusion-mobile-nav-holder li.fusion-mobile-nav-item li li li a {
/* 6096  */   padding-left: 53px;
/* 6097  */ }
/* 6098  */ .fusion-mobile-nav-holder li.fusion-mobile-nav-item li li li a:before {
/* 6099  */   content: "---";
/* 6100  */   margin-left: -14px;

/* style.css */

/* 6101  */   margin-right: 2px;
/* 6102  */ }
/* 6103  */ .fusion-mobile-nav-holder li.fusion-mobile-nav-item li li li li a {
/* 6104  */   padding-left: 66px;
/* 6105  */ }
/* 6106  */ .fusion-mobile-nav-holder li.fusion-mobile-nav-item li li li li a:before {
/* 6107  */   content: "----";
/* 6108  */   margin-left: -18px;
/* 6109  */   margin-right: 2px;
/* 6110  */ }
/* 6111  */ .fusion-mobile-nav-holder .fusion-megamenu-icon {
/* 6112  */   display: none;
/* 6113  */ }
/* 6114  */ .fusion-mobile-selector {
/* 6115  */   line-height: 31px;
/* 6116  */   width: 100%;
/* 6117  */   position: relative;
/* 6118  */   font-size: 12px;
/* 6119  */   cursor: pointer;
/* 6120  */   border: 1px solid transparent;
/* 6121  */ }
/* 6122  */ .fusion-mobile-selector span {
/* 6123  */   margin-left: 12px;
/* 6124  */   margin-right: 12px;
/* 6125  */ }
/* 6126  */ .fusion-selector-down {
/* 6127  */   position: absolute;
/* 6128  */   top: 0;
/* 6129  */   right: 0;
/* 6130  */   height: 31px;
/* 6131  */   width: 50px;
/* 6132  */   border-left: 1px solid transparent;
/* 6133  */   font-size: 24px;
/* 6134  */   text-align: center;
/* 6135  */ }
/* 6136  */ .fusion-selector-down:before {
/* 6137  */   content: '\f0c9';
/* 6138  */   font-family: 'icomoon';
/* 6139  */ }
/* 6140  */ .fusion-mobile-nav-holder > ul {
/* 6141  */   display: none;
/* 6142  */   list-style: none;
/* 6143  */   margin: 0;
/* 6144  */   padding: 0;
/* 6145  */   border-left: 1px solid transparent;
/* 6146  */   border-right: 1px solid transparent;
/* 6147  */   border-bottom: 1px solid transparent;
/* 6148  */ }
/* 6149  */ .fusion-mobile-menu-design-modern .fusion-mobile-nav-holder > ul {
/* 6150  */   border-top: 1px solid transparent;

/* style.css */

/* 6151  */ }
/* 6152  */ .fusion-mobile-nav-holder ul {
/* 6153  */   list-style: none;
/* 6154  */   margin: 0;
/* 6155  */   padding: 0;
/* 6156  */ }
/* 6157  */ .fusion-mobile-nav-item {
/* 6158  */   position: relative;
/* 6159  */   font-size: 12px;
/* 6160  */   line-height: normal;
/* 6161  */ }
/* 6162  */ .fusion-mobile-nav-item a {
/* 6163  */   color: #333;
/* 6164  */   padding: 0px 12px;
/* 6165  */   font-size: 12px;
/* 6166  */   display: block;
/* 6167  */   border-bottom: 1px solid transparent;
/* 6168  */ }
/* 6169  */ .fusion-mobile-nav-item .iclflag {
/* 6170  */   vertical-align: middle;
/* 6171  */ }
/* 6172  */ .fusion-mobile-menu-icons {
/* 6173  */   display: none;
/* 6174  */   vertical-align: middle;
/* 6175  */   float: right;
/* 6176  */   text-align: right;
/* 6177  */ }
/* 6178  */ .fusion-mobile-menu-icons a {
/* 6179  */   float: right;
/* 6180  */   font-size: 21px;
/* 6181  */   margin-left: 20px;
/* 6182  */ }
/* 6183  */ .fusionicon-bars:before {
/* 6184  */   content: '\f0c9';
/* 6185  */ }
/* 6186  */ .fusionicon-shopping-cart:before {
/* 6187  */   content: '\f0c9';
/* 6188  */ }
/* 6189  */ .fusion-mobile-menu-sep {
/* 6190  */   position: absolute;
/* 6191  */   top: 43px;
/* 6192  */   width: 100%;
/* 6193  */   border-bottom: 1px solid transparent;
/* 6194  */ }
/* 6195  */ .fusion-open-submenu {
/* 6196  */   display: block;
/* 6197  */   position: absolute;
/* 6198  */   right: 0;
/* 6199  */   width: 50px;
/* 6200  */   border: none;

/* style.css */

/* 6201  */   line-height: 15px;
/* 6202  */   font-size: 13px;
/* 6203  */   cursor: pointer;
/* 6204  */   text-align: center;
/* 6205  */ }
/* 6206  */ .fusion-open-submenu:hover {
/* 6207  */   color: #A0CE4E;
/* 6208  */ }
/* 6209  */ .fusion-open-submenu:before {
/* 6210  */   display: block;
/* 6211  */   margin: 0;
/* 6212  */   content: '\e61f';
/* 6213  */   font-family: 'icomoon';
/* 6214  */ }
/* 6215  */ /* =================================================================================================
/* 6216  *| Table of Contents
/* 6217  *| ----------------------------------------------------------------------------------------------------
/* 6218  *| 	01 Page Title Bar
/* 6219  *| 	
/* 6220  *| ================================================================================================= */
/* 6221  */ /* Page Title Bar
/* 6222  *| ================================================================================================= */
/* 6223  */ .fusion-page-title-bar {
/* 6224  */   clear: both;
/* 6225  */   padding: 0 10px;
/* 6226  */   height: 87px;
/* 6227  */   width: 100%;
/* 6228  */   background-position: center center;
/* 6229  */   background-repeat: no-repeat;
/* 6230  */   background-color: #f6f6f6;
/* 6231  */   border-top: 1px solid #d2d3d4;
/* 6232  */   border-bottom: 1px solid #d2d3d4;
/* 6233  */ }
/* 6234  */ .fusion-page-title-bar h1,
/* 6235  */ .fusion-page-title-bar h3 {
/* 6236  */   margin: 0;
/* 6237  */   padding: 0;
/* 6238  */   line-height: 26px;
/* 6239  */   font-weight: normal;
/* 6240  */   font: 14px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 6241  */   color: #343333;
/* 6242  */ }
/* 6243  */ .fusion-page-title-bar h1 {
/* 6244  */   font-size: 18px;
/* 6245  */ }
/* 6246  */ .fusion-page-title-row {
/* 6247  */   overflow: hidden;
/* 6248  */   margin: 0 auto;
/* 6249  */   height: 100%;
/* 6250  */   max-width: 940px;

/* style.css */

/* 6251  */ }
/* 6252  */ .fusion-page-title-wrapper {
/* 6253  */   display: table;
/* 6254  */   z-index: 1;
/* 6255  */   position: relative;
/* 6256  */   height: 100%;
/* 6257  */   width: 100%;
/* 6258  */ }
/* 6259  */ .fusion-page-title-captions {
/* 6260  */   display: table-cell;
/* 6261  */   vertical-align: middle;
/* 6262  */   width: 45%;
/* 6263  */ }
/* 6264  */ .page-title-bar-search .fusion-page-title-captions {
/* 6265  */   width: auto;
/* 6266  */ }
/* 6267  */ .fusion-page-title-secondary {
/* 6268  */   display: table-cell;
/* 6269  */   vertical-align: middle;
/* 6270  */   width: 45%;
/* 6271  */   text-align: right;
/* 6272  */ }
/* 6273  */ .fusion-page-title-secondary .searchform {
/* 6274  */   display: inline-block;
/* 6275  */   width: 100%;
/* 6276  */   max-width: 250px;
/* 6277  */ }
/* 6278  */ .fusion-breadcrumbs {
/* 6279  */   list-style: none;
/* 6280  */   margin: 0;
/* 6281  */   padding: 0;
/* 6282  */ }
/* 6283  */ .fusion-breadcrumbs span {
/* 6284  */   display: inline-block;
/* 6285  */ }
/* 6286  */ .fusion-page-title-bar-center .fusion-page-title-captions {
/* 6287  */   text-align: center;
/* 6288  */   width: auto;
/* 6289  */ }
/* 6290  */ .fusion-page-title-bar-center .fusion-page-title-secondary {
/* 6291  */   display: block;
/* 6292  */   width: 100%;
/* 6293  */   text-align: center;
/* 6294  */ }
/* 6295  */ .fusion-page-title-bar-center .searchform {
/* 6296  */   margin-top: 10px;
/* 6297  */ }
/* 6298  */ .fusion-page-title-bar-right .fusion-page-title-row {
/* 6299  */   direction: rtl;
/* 6300  */ }

/* style.css */

/* 6301  */ .fusion-page-title-bar-right .fusion-page-title-captions,
/* 6302  */ .fusion-page-title-bar-right .fusion-page-title-secondary {
/* 6303  */   direction: ltr;
/* 6304  */ }
/* 6305  */ .fusion-page-title-bar-right .fusion-page-title-captions {
/* 6306  */   text-align: right;
/* 6307  */ }
/* 6308  */ .fusion-page-title-bar-right .fusion-page-title-secondary {
/* 6309  */   text-align: left;
/* 6310  */ }
/* 6311  */ /* =================================================================================================
/* 6312  *| Table of Contents
/* 6313  *| ----------------------------------------------------------------------------------------------------
/* 6314  *| 	01 Blog Layout Styles
/* 6315  *| ================================================================================================= */
/* 6316  */ /* Blog Layout Styles
/* 6317  *| ================================================================================================= */
/* 6318  */ /* General blog elements, only used in blog */
/* 6319  */ .fusion-post-slideshow .image {
/* 6320  */   margin-bottom: 0;
/* 6321  */ }
/* 6322  */ .fusion-flexslider.fusion-post-slideshow {
/* 6323  */   overflow: visible;
/* 6324  */ }
/* 6325  */ .fusion-meta-info {
/* 6326  */   clear: both;
/* 6327  */   overflow: hidden;
/* 6328  */   margin-top: 16px;
/* 6329  */   padding: 5px 0;
/* 6330  */   border-top: 1px solid #e7e6e6;
/* 6331  */   border-bottom: 1px solid #e7e6e6;
/* 6332  */   font-size: 12px;
/* 6333  */ }
/* 6334  */ .fusion-meta-info .fusion-alignleft {
/* 6335  */   width: 80%;
/* 6336  */ }
/* 6337  */ .fusion-single-line-meta {
/* 6338  */   margin-bottom: 20px;
/* 6339  */   font-size: 12px;
/* 6340  */ }
/* 6341  */ .fusion-content-sep {
/* 6342  */   margin-top: 20px;
/* 6343  */   height: 6px;
/* 6344  */   border-top: 1px solid #EAEAEA;
/* 6345  */   border-bottom: 1px solid #EAEAEA;
/* 6346  */ }
/* 6347  */ /* Alternate layout elements */
/* 6348  */ .fusion-date-and-formats {
/* 6349  */   float: left;
/* 6350  */   margin-right: 17px;

/* style.css */

/* 6351  */   width: 82px;
/* 6352  */   text-align: center;
/* 6353  */ }
/* 6354  */ .fusion-date-and-formats .fusion-date-box {
/* 6355  */   padding: 8px 0 5px 0px;
/* 6356  */   color: #fff;
/* 6357  */ }
/* 6358  */ .fusion-date-and-formats .fusion-date {
/* 6359  */   display: block;
/* 6360  */   line-height: 29px;
/* 6361  */   font-size: 29px;
/* 6362  */   font-weight: bold;
/* 6363  */ }
/* 6364  */ .fusion-date-and-formats .fusion-format-box {
/* 6365  */   margin-top: 3px;
/* 6366  */   background-color: #eef0f2;
/* 6367  */ }
/* 6368  */ .fusion-date-and-formats .fusion-format-box i {
/* 6369  */   display: block;
/* 6370  */   line-height: 55px;
/* 6371  */   font-size: 30px;
/* 6372  */ }
/* 6373  */ /* Timeline elements */
/* 6374  */ .fusion-timeline-line {
/* 6375  */   position: absolute;
/* 6376  */   left: 50%;
/* 6377  */   top: 0;
/* 6378  */   margin-left: -1px;
/* 6379  */   height: 100%;
/* 6380  */   border-left: 1px solid #efeeee;
/* 6381  */   border-right: 1px solid #ebeaea;
/* 6382  */ }
/* 6383  */ .fusion-timeline-icon {
/* 6384  */   margin: 0 auto -8px;
/* 6385  */   max-width: 1000px;
/* 6386  */   font-size: 46px;
/* 6387  */   color: #ebeaea;
/* 6388  */   text-align: center;
/* 6389  */ }
/* 6390  */ .fusion-timeline-icon .fusionicon-bubbles {
/* 6391  */   cursor: pointer;
/* 6392  */ }
/* 6393  */ .fusion-timeline-circle {
/* 6394  */   position: absolute;
/* 6395  */   left: 50%;
/* 6396  */   margin: -3px 0 0 -5px;
/* 6397  */   height: 10px;
/* 6398  */   width: 10px;
/* 6399  */   border-radius: 50%;
/* 6400  */   background-color: #efeeee;

/* style.css */

/* 6401  */ }
/* 6402  */ .fusion-timeline-arrow {
/* 6403  */   position: absolute;
/* 6404  */ }
/* 6405  */ .fusion-timeline-arrow:before {
/* 6406  */   color: #E9EAEE;
/* 6407  */   font-family: 'icomoon';
/* 6408  */   font-size: 28px;
/* 6409  */   position: absolute;
/* 6410  */   top: -10px;
/* 6411  */ }
/* 6412  */ /* General blog elements that are also used outside blog */
/* 6413  */ .fusion-blog-archive .entry-title {
/* 6414  */   margin-bottom: 5px;
/* 6415  */ }
/* 6416  */ /* Mixed layout styles */
/* 6417  */ .fusion-blog-layout-large .entry-title,
/* 6418  */ .fusion-blog-layout-medium .entry-title {
/* 6419  */   margin-bottom: 25px;
/* 6420  */ }
/* 6421  */ .single-post .fusion-post-slideshow,
/* 6422  */ .fusion-blog-layout-large .fusion-post-slideshow,
/* 6423  */ .fusion-blog-layout-large-alternate .fusion-post-slideshow {
/* 6424  */   margin-bottom: 30px;
/* 6425  */ }
/* 6426  */ .fusion-blog-layout-large-alternate .entry-title,
/* 6427  */ .fusion-blog-layout-medium-alternate .entry-title {
/* 6428  */   margin-bottom: 5px;
/* 6429  */ }
/* 6430  */ .fusion-blog-layout-large-alternate .fusion-post-content-container,
/* 6431  */ .fusion-blog-layout-medium-alternate .fusion-post-content-container {
/* 6432  */   margin-top: 20px;
/* 6433  */ }
/* 6434  */ .fusion-blog-layout-large-alternate .fusion-meta-info,
/* 6435  */ .fusion-blog-layout-medium-alternate .fusion-meta-info {
/* 6436  */   margin-top: 0;
/* 6437  */   border-top: 0;
/* 6438  */ }
/* 6439  */ .fusion-blog-layout-medium .fusion-post-slideshow,
/* 6440  */ .fusion-blog-layout-medium-alternate .fusion-post-slideshow {
/* 6441  */   /* overflow: hidden; */
/* 6442  */   float: left;
/* 6443  */   margin-right: 25px;
/* 6444  */   width: 320px;
/* 6445  */ }
/* 6446  */ .fusion-blog-layout-grid .fusion-post-slideshow,
/* 6447  */ .fusion-blog-layout-timeline .fusion-post-slideshow {
/* 6448  */   margin-bottom: 0;
/* 6449  */   border-bottom: 1px solid #EAEAEA;
/* 6450  */ }

/* style.css */

/* 6451  */ .fusion-blog-layout-grid .fusion-post-content-wrapper,
/* 6452  */ .fusion-blog-layout-timeline .fusion-post-content-wrapper {
/* 6453  */   padding: 30px 25px 0 25px;
/* 6454  */ }
/* 6455  */ .fusion-blog-layout-grid .fusion-post-content-container,
/* 6456  */ .fusion-blog-layout-timeline .fusion-post-content-container {
/* 6457  */   margin-top: 20px;
/* 6458  */ }
/* 6459  */ .fusion-blog-layout-grid .fusion-meta-info,
/* 6460  */ .fusion-blog-layout-timeline .fusion-meta-info {
/* 6461  */   margin-bottom: 20px;
/* 6462  */   border: 0;
/* 6463  */ }
/* 6464  */ .fusion-blog-layout-grid .fusion-meta-info .fusion-alignleft,
/* 6465  */ .fusion-blog-layout-timeline .fusion-meta-info .fusion-alignleft {
/* 6466  */   width: 50%;
/* 6467  */ }
/* 6468  */ .fusion-blog-layout-grid .fusion-password,
/* 6469  */ .fusion-blog-layout-timeline .fusion-password {
/* 6470  */   width: auto;
/* 6471  */   max-width: 100%;
/* 6472  */ }
/* 6473  */ /* Large alternate layout */
/* 6474  */ .fusion-blog-layout-large-alternate .fusion-post-content {
/* 6475  */   margin-left: 110px;
/* 6476  */ }
/* 6477  */ /* Medium alternate layout */
/* 6478  */ .fusion-blog-layout-medium-alternate .fusion-post-slideshow {
/* 6479  */   display: none;
/* 6480  */ }
/* 6481  */ .fusion-blog-layout-medium-alternate .fusion-post-content {
/* 6482  */   margin-left: 99px;
/* 6483  */ }
/* 6484  */ .fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-slideshow {
/* 6485  */   display: block;
/* 6486  */   margin-right: 17px;
/* 6487  */ }
/* 6488  */ .fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-content {
/* 6489  */   margin-left: 436px;
/* 6490  */ }
/* 6491  */ /* Grid layout */
/* 6492  */ .fusion-blog-layout-grid .fusion-post-grid {
/* 6493  */   margin-bottom: 0;
/* 6494  */ }
/* 6495  */ .fusion-blog-layout-grid .fusion-post-wrapper {
/* 6496  */   border: 1px solid #EAEAEA;
/* 6497  */   border-bottom-width: 3px;
/* 6498  */ }
/* 6499  */ .fusion-blog-layout-grid.fusion-blog-layout-grid-2 .post {
/* 6500  */   width: 50%;

/* style.css */

/* 6501  */   display: inline-block;
/* 6502  */   float: left;
/* 6503  */ }
/* 6504  */ .fusion-blog-layout-grid.fusion-blog-layout-grid-3 .post {
/* 6505  */   width: 33%;
/* 6506  */   display: inline-block;
/* 6507  */   float: left;
/* 6508  */ }
/* 6509  */ .fusion-blog-layout-grid.fusion-blog-layout-grid-4 .post {
/* 6510  */   width: 25%;
/* 6511  */   display: inline-block;
/* 6512  */   float: left;
/* 6513  */ }
/* 6514  */ .fusion-blog-layout-grid.fusion-blog-layout-grid-5 .post {
/* 6515  */   width: 20%;
/* 6516  */   display: inline-block;
/* 6517  */   float: left;
/* 6518  */ }
/* 6519  */ .fusion-blog-layout-grid.fusion-blog-layout-grid-6 .post {
/* 6520  */   width: 16.66%;
/* 6521  */   display: inline-block;
/* 6522  */   float: left;
/* 6523  */ }
/* 6524  */ /* Timeline layout */
/* 6525  */ .fusion-blog-layout-timeline {
/* 6526  */   position: relative;
/* 6527  */   margin: 0 auto;
/* 6528  */   padding-top: 30px;
/* 6529  */   max-width: 1000px;
/* 6530  */   /* Needed here because of blog shortcode */
/* 6531  */ }
/* 6532  */ .fusion-blog-layout-timeline .fusion-post-timeline {
/* 6533  */   position: static;
/* 6534  */   margin-bottom: 40px;
/* 6535  */   border: 1px solid #EAEAEA;
/* 6536  */   border-bottom-width: 3px;
/* 6537  */ }
/* 6538  */ .fusion-blog-layout-timeline .fusion-left-column {
/* 6539  */   float: left;
/* 6540  */   clear: left;
/* 6541  */   width: 40%;
/* 6542  */ }
/* 6543  */ .fusion-blog-layout-timeline .fusion-right-column {
/* 6544  */   float: right;
/* 6545  */   clear: right;
/* 6546  */   width: 40%;
/* 6547  */ }
/* 6548  */ .fusion-blog-layout-timeline .fusion-timeline-date {
/* 6549  */   position: relative;
/* 6550  */   clear: both;

/* style.css */

/* 6551  */   margin: 0 auto 2px auto;
/* 6552  */   padding: 4px 0;
/* 6553  */   width: 108px;
/* 6554  */   line-height: 20px;
/* 6555  */   background: #efeeee;
/* 6556  */   font-size: 13px;
/* 6557  */   font-weight: normal;
/* 6558  */   text-align: center;
/* 6559  */   cursor: pointer;
/* 6560  */ }
/* 6561  */ .fusion-blog-layout-timeline .fusion-left-column .fusion-timeline-arrow {
/* 6562  */   left: 40%;
/* 6563  */   margin-left: -0.5px;
/* 6564  */ }
/* 6565  */ .fusion-blog-layout-timeline .fusion-left-column .fusion-timeline-arrow:before {
/* 6566  */   content: '\f0da';
/* 6567  */   left: 100%;
/* 6568  */ }
/* 6569  */ .fusion-blog-layout-timeline .fusion-right-column .fusion-timeline-arrow {
/* 6570  */   right: 40%;
/* 6571  */   margin-right: -0.5px;
/* 6572  */ }
/* 6573  */ .fusion-blog-layout-timeline .fusion-right-column .fusion-timeline-arrow:before {
/* 6574  */   content: '\f0d9';
/* 6575  */   right: 100%;
/* 6576  */ }
/* 6577  */ .fusion-blog-infinite .pagination {
/* 6578  */   display: none;
/* 6579  */ }
/* 6580  */ .fusion-blog-infinite .fusion-load-more-button {
/* 6581  */   margin-bottom: 40px;
/* 6582  */ }
/* 6583  */ /* =================================================================================================
/* 6584  *| Table of Contents
/* 6585  *| ----------------------------------------------------------------------------------------------------
/* 6586  *| 	01 Portfolio Layout Styles
/* 6587  *| ================================================================================================= */
/* 6588  */ /* Portfolio Layout Styles
/* 6589  *| ================================================================================================= */
/* 6590  */ .fusion-portfolio-wrapper {
/* 6591  */   display: block;
/* 6592  */ }
/* 6593  */ .fusion-portfolio-post {
/* 6594  */   float: left;
/* 6595  */ }
/* 6596  */ .fusion-portfolio-post .fusion-image-wrapper {
/* 6597  */   opacity: 0;
/* 6598  */ }
/* 6599  */ .fusion-portfolio-one .fusion-portfolio-post {
/* 6600  */   overflow: hidden;

/* style.css */

/* 6601  */   float: none;
/* 6602  */   padding-bottom: 50px;
/* 6603  */   width: 100%;
/* 6604  */ }
/* 6605  */ .fusion-portfolio-two .fusion-portfolio-post {
/* 6606  */   width: 50%;
/* 6607  */ }
/* 6608  */ .fusion-portfolio-three .fusion-portfolio-post {
/* 6609  */   width: 33.33%;
/* 6610  */ }
/* 6611  */ .fusion-portfolio-four .fusion-portfolio-post {
/* 6612  */   width: 25%;
/* 6613  */ }
/* 6614  */ .fusion-portfolio-five .fusion-portfolio-post {
/* 6615  */   width: 20%;
/* 6616  */ }
/* 6617  */ .fusion-portfolio-six .fusion-portfolio-post {
/* 6618  */   width: 16.6666%;
/* 6619  */ }
/* 6620  */ .fusion-portfolio-content {
/* 6621  */   margin-top: 25px;
/* 6622  */ }
/* 6623  */ .fusion-portfolio-content h2 {
/* 6624  */   margin: 0 0 1px 0;
/* 6625  */   padding: 0;
/* 6626  */ }
/* 6627  */ .fusion-portfolio-content h4 {
/* 6628  */   margin: 0 0 10px 0;
/* 6629  */   padding: 0;
/* 6630  */   font-weight: normal;
/* 6631  */   font-size: 13px;
/* 6632  */ }
/* 6633  */ .fusion-portfolio-content p {
/* 6634  */   margin: 0 0 20px 0;
/* 6635  */ }
/* 6636  */ .fusion-portfolio .fusion-content-sep {
/* 6637  */   margin-bottom: 20px;
/* 6638  */ }
/* 6639  */ .fusion-portfolio .fusion-separator {
/* 6640  */   margin-top: 35px;
/* 6641  */ }
/* 6642  */ .fusion-portfolio #infscr-loading {
/* 6643  */   bottom: -29px;
/* 6644  */ }
/* 6645  */ .fusion-portfolio .loading-container {
/* 6646  */   display: none;
/* 6647  */ }
/* 6648  */ .fusion-portfolio-content-wrapper {
/* 6649  */   opacity: 0;
/* 6650  */ }

/* style.css */

/* 6651  */ .fusion-portfolio-content-wrapper .fusion-image-wrapper {
/* 6652  */   opacity: 1;
/* 6653  */ }
/* 6654  */ .fusion-portfolio-boxed .fusion-portfolio-content-wrapper {
/* 6655  */   padding: 0;
/* 6656  */   border: 1px solid #e9eaee;
/* 6657  */   border-bottom-width: 3px;
/* 6658  */ }
/* 6659  */ .fusion-portfolio-boxed .fusion-portfolio-content {
/* 6660  */   margin-top: 0;
/* 6661  */   padding: 30px 25px 20px;
/* 6662  */ }
/* 6663  */ .fusion-portfolio-one .fluid-width-video-wrapper {
/* 6664  */   position: static;
/* 6665  */ }
/* 6666  */ .fusion-portfolio-one .fusion-image-wrapper {
/* 6667  */   margin-bottom: 15px;
/* 6668  */ }
/* 6669  */ .fusion-portfolio-one .fusion-portfolio-buttons {
/* 6670  */   margin-top: 20px;
/* 6671  */ }
/* 6672  */ .fusion-portfolio-one .fusion-portfolio-buttons .fusion-button {
/* 6673  */   margin: 0 30px 15px 0;
/* 6674  */ }
/* 6675  */ .fusion-portfolio-one-nontext .fusion-image-wrapper {
/* 6676  */   float: left;
/* 6677  */   margin: 0 25px 15px 0;
/* 6678  */   width: 540px;
/* 6679  */   height: 272px;
/* 6680  */ }
/* 6681  */ .fusion-portfolio-one-nontext .fusion-portfolio-content {
/* 6682  */   margin-top: 0;
/* 6683  */ }
/* 6684  */ /* New Portfolio Templates */
/* 6685  */ .portfolio-one-text .portfolio-item .image {
/* 6686  */   width: 100%;
/* 6687  */   height: 100%;
/* 6688  */   float: none;
/* 6689  */   margin-right: 0;
/* 6690  */ }
/* 6691  */ .portfolio-one-sidebar .portfolio-item .image {
/* 6692  */   float: none;
/* 6693  */ }
/* 6694  */ .portfolio-infinite .isotope {
/* 6695  */   overflow: visible !important;
/* 6696  */ }
/* 6697  */ .fusion-portfolio-gallery-hidden {
/* 6698  */   display: none;
/* 6699  */ }
/* 6700  */ /* =================================================================================================

/* style.css *|

/* 6701  *| Table of Contents
/* 6702  *| ----------------------------------------------------------------------------------------------------
/* 6703  *| 	01 General Footer Styles
/* 6704  *| 	
/* 6705  *| ================================================================================================= */
/* 6706  */ /* General Footer Styles
/* 6707  *| ================================================================================================= */
/* 6708  */ .fusion-footer-parallax {
/* 6709  */   z-index: -1;
/* 6710  */   position: fixed;
/* 6711  */   bottom: 0;
/* 6712  */   left: 0;
/* 6713  */   right: 0;
/* 6714  */ }
/* 6715  */ .fusion-footer-widget-area {
/* 6716  */   overflow: hidden;
/* 6717  */   position: relative;
/* 6718  */   padding: 43px 10px 40px;
/* 6719  */   border-top: 12px solid #e9eaee;
/* 6720  */   background: #363839;
/* 6721  */   color: #8c8989;
/* 6722  */ }
/* 6723  */ .fusion-footer-widget-area h3 {
/* 6724  */   margin: 0 0 28px;
/* 6725  */   color: #ddd;
/* 6726  */   text-transform: uppercase;
/* 6727  */   font: 13px/20px 'PTSansBold', arial, helvetica, sans-serif;
/* 6728  */ }
/* 6729  */ .fusion-footer-widget-area a {
/* 6730  */   color: #bfbfbf;
/* 6731  */ }
/* 6732  */ .fusion-footer-widget-area ul {
/* 6733  */   list-style: none;
/* 6734  */   margin: 0;
/* 6735  */   padding: 0;
/* 6736  */   font-size: 12px;
/* 6737  */   line-height: 15px;
/* 6738  */ }
/* 6739  */ .fusion-footer-widget-area ul li a {
/* 6740  */   display: block;
/* 6741  */   padding: 12px 0;
/* 6742  */   border-bottom: 1px solid #282a2b;
/* 6743  */ }
/* 6744  */ .fusion-footer-widget-area ul li a:hover {
/* 6745  */   color: #a0ce4e;
/* 6746  */ }
/* 6747  */ .fusion-footer-widget-area ul li:first-child a {
/* 6748  */   padding-top: 0px;
/* 6749  */ }
/* 6750  */ .fusion-footer-widget-area .holder-block img {

/* style.css */

/* 6751  */   width: 100%;
/* 6752  */ }
/* 6753  */ .fusion-footer-widget-column {
/* 6754  */   margin-bottom: 20px;
/* 6755  */ }
/* 6756  */ .fusion-footer-widget-column:last-child {
/* 6757  */   margin-bottom: 0;
/* 6758  */ }
/* 6759  */ .fusion-footer-copyright-area {
/* 6760  */   z-index: 1;
/* 6761  */   position: relative;
/* 6762  */   padding: 18px 10px 12px;
/* 6763  */   border-top: 1px solid #4b4c4d;
/* 6764  */   background: #282a2b;
/* 6765  */ }
/* 6766  */ .fusion-copyright-content {
/* 6767  */   display: table;
/* 6768  */   width: 100%;
/* 6769  */ }
/* 6770  */ .fusion-copyright-notice {
/* 6771  */   display: table-cell;
/* 6772  */   vertical-align: middle;
/* 6773  */   margin: 0;
/* 6774  */   padding: 0;
/* 6775  */   color: #8c8989;
/* 6776  */   font-size: 12px;
/* 6777  */ }
/* 6778  */ .fusion-copyright-notice a {
/* 6779  */   color: #bfbfbf;
/* 6780  */ }
/* 6781  */ /* =================================================================================================
/* 6782  *| Description
/* 6783  *| ----------------------------------------------------------------------------------------------------
/* 6784  *| 	Contains support for third party plugins, that don't have an own file and only need a few
/* 6785  *| 	styles to integrate nicely with the theme.
/* 6786  *| 
/* 6787  *| Table of Contents
/* 6788  *| ----------------------------------------------------------------------------------------------------
/* 6789  *| 	01 Events Espresso Styles
/* 6790  *| 	02 Polylang Styles
/* 6791  *| ================================================================================================= */
/* 6792  */ /* Events Espresso Styles
/* 6793  *| ================================================================================================= */
/* 6794  */ .tkt-slctr-tbl-wrap-dv table {
/* 6795  */   margin-bottom: 10px;
/* 6796  */ }
/* 6797  */ /* Polylang Styles
/* 6798  *| ================================================================================================= */
/* 6799  */ .fusion-menu .lang-item > a > img,
/* 6800  */ .fusion-secondary-menu .lang-item > a > img {

/* style.css */

/* 6801  */   vertical-align: middle;
/* 6802  */   padding: 0 2px;
/* 6803  */ }
/* 6804  */ /* =================================================================================================
/* 6805  *| Table of Contents
/* 6806  *| ----------------------------------------------------------------------------------------------------
/* 6807  *| 	01 Fusion Slider Layout Styles
/* 6808  *| ================================================================================================= */
/* 6809  */ /* Fusion Slider Layout Styles
/* 6810  *| ================================================================================================= */
/* 6811  */ .fusion-slider-container {
/* 6812  */   /* overflow: hidden; */
/* 6813  */   position: relative;
/* 6814  */   margin-left: auto;
/* 6815  */   margin-right: auto;
/* 6816  */   width: 100%;
/* 6817  */ }
/* 6818  */ .tfs-slider {
/* 6819  */   -webkit-transform: translate(0, 0);
/* 6820  */   -moz-transform: translate(0, 0);
/* 6821  */   transform: translate(0, 0);
/* 6822  */   -o-transform: translate(0, 0);
/* 6823  */   left: 0;
/* 6824  */ }
/* 6825  */ .tfs-slider.fixed-width-slider .slide-content-container {
/* 6826  */   padding-left: 10%;
/* 6827  */   padding-right: 10%;
/* 6828  */ }
/* 6829  */ .tfs-slider li.flex-active-slide {
/* 6830  */   position: relative;
/* 6831  */ }
/* 6832  */ .tfs-slider .slides li {
/* 6833  */   -webkit-backface-visibility: visible;
/* 6834  */ }
/* 6835  */ .tfs-slider .slide-content-container {
/* 6836  */   position: absolute;
/* 6837  */   top: 50%;
/* 6838  */   width: 100%;
/* 6839  */   padding: 0;
/* 6840  */   z-index: 5;
/* 6841  */ }
/* 6842  */ .tfs-slider .slide-content-container .slide-content {
/* 6843  */   opacity: 0;
/* 6844  */   margin-left: auto;
/* 6845  */   margin-right: auto;
/* 6846  */   width: auto;
/* 6847  */   max-width: 940px;
/* 6848  */ }
/* 6849  */ .tfs-slider .slide-content-container .heading,
/* 6850  */ .tfs-slider .slide-content-container .caption {

/* style.css */

/* 6851  */   display: block;
/* 6852  */ }
/* 6853  */ .tfs-slider .slide-content-container h2,
/* 6854  */ .tfs-slider .slide-content-container h3 {
/* 6855  */   font-family: 'MuseoSlab500Regular', Arial, Helvetica, Sans-Serif;
/* 6856  */   margin: 0;
/* 6857  */   font-weight: normal;
/* 6858  */   color: #fff;
/* 6859  */   -webkit-font-smoothing: antialiased;
/* 6860  */   display: inline-block;
/* 6861  */   padding: 0;
/* 6862  */ }
/* 6863  */ .tfs-slider .slide-content-container .heading.with-bg h2,
/* 6864  */ .tfs-slider .slide-content-container .caption.with-bg h3 {
/* 6865  */   padding: 3px 15px;
/* 6866  */ }
/* 6867  */ .tfs-slider .slide-content-container h2 {
/* 6868  */   font-size: 60px;
/* 6869  */   line-height: 80px;
/* 6870  */   margin-bottom: 10px;
/* 6871  */ }
/* 6872  */ .tfs-slider .slide-content-container h3 {
/* 6873  */   font-size: 24px;
/* 6874  */   line-height: 38px;
/* 6875  */ }
/* 6876  */ .tfs-slider .slide-content-container .buttons {
/* 6877  */   margin-top: 25px;
/* 6878  */   overflow: visible;
/* 6879  */ }
/* 6880  */ .tfs-slider .slide-content-container .buttons a {
/* 6881  */   -webkit-backface-visibility: hidden;
/* 6882  */ }
/* 6883  */ .tfs-slider .slide-content-container .tfs-button-1,
/* 6884  */ .tfs-slider .slide-content-container .tfs-button-2 {
/* 6885  */   display: inline-block;
/* 6886  */ }
/* 6887  */ .tfs-slider .slide-content-container .tfs-button-2 {
/* 6888  */   margin-left: 16px;
/* 6889  */ }
/* 6890  */ .tfs-slider .slide-content-center {
/* 6891  */   text-align: center;
/* 6892  */ }
/* 6893  */ .tfs-slider .slide-content-right {
/* 6894  */   text-align: right;
/* 6895  */ }
/* 6896  */ .ua-mobile .tfs-slider .self-hosted-video-bg {
/* 6897  */   display: none;
/* 6898  */ }
/* 6899  */ .tfs-slider .background {
/* 6900  */   display: block;

/* style.css */

/* 6901  */   overflow: hidden;
/* 6902  */   position: relative;
/* 6903  */   z-index: 2;
/* 6904  */   max-width: 100%;
/* 6905  */ }
/* 6906  */ .tfs-slider .background-image {
/* 6907  */   background-position: 50% 50%;
/* 6908  */   background-repeat: no-repeat;
/* 6909  */   background-size: cover;
/* 6910  */   -moz-background-size: cover;
/* 6911  */   -webkit-background-size: cover;
/* 6912  */   -o-background-size: cover;
/* 6913  */ }
/* 6914  */ .tfs-slider video {
/* 6915  */   width: 100%;
/* 6916  */   height: auto;
/* 6917  */   visibility: visible;
/* 6918  */   position: relative;
/* 6919  */   top: 0%;
/* 6920  */ }
/* 6921  */ .tfs-slider .overlay {
/* 6922  */   position: absolute;
/* 6923  */   top: 0;
/* 6924  */   left: 0;
/* 6925  */   height: 100%;
/* 6926  */   width: 100%;
/* 6927  */   z-index: 3;
/* 6928  */ }
/* 6929  */ .tfs-slider .mobile_video_image {
/* 6930  */   display: none;
/* 6931  */ }
/* 6932  */ .ua-mobile .tfs-slider .mobile_video_image {
/* 6933  */   /*position: absolute;
/* 6934  *| 		top: 0;
/* 6935  *| 		left: 0;*/
/* 6936  */   width: 100%;
/* 6937  */   height: 100%;
/* 6938  */   display: block;
/* 6939  */   z-index: 4;
/* 6940  */   background-size: cover;
/* 6941  */   -moz-background-size: cover;
/* 6942  */   -webkit-background-size: cover;
/* 6943  */   -o-background-size: cover;
/* 6944  */   background-position: center center;
/* 6945  */ }
/* 6946  */ .tfs-slider .overlay-link {
/* 6947  */   position: absolute;
/* 6948  */   top: 0;
/* 6949  */   left: 0;
/* 6950  */   width: 100%;

/* style.css */

/* 6951  */   height: 100%;
/* 6952  */   display: block;
/* 6953  */   z-index: 5;
/* 6954  */ }
/* 6955  */ .tfs-slider .flex-direction-nav a {
/* 6956  */   top: 50%;
/* 6957  */   margin-top: -31px;
/* 6958  */ }
/* 6959  */ .bg-parallax-parent.video {
/* 6960  */   position: relative;
/* 6961  */ }
/* 6962  */ .bg-parallax.video,
/* 6963  */ .fusion-bg-parallax.video {
/* 6964  */   position: absolute;
/* 6965  */   pointer-events: none !important;
/* 6966  */   overflow: hidden;
/* 6967  */   top: 0;
/* 6968  */   left: 0;
/* 6969  */   right: 0;
/* 6970  */   bottom: 0;
/* 6971  */   z-index: -1;
/* 6972  */ }
/* 6973  */ .bg-parallax.video iframe,
/* 6974  */ .fusion-bg-parallax.video iframe {
/* 6975  */   margin-bottom: 0 !important;
/* 6976  */   display: block !important;
/* 6977  */   max-width: none !important;
/* 6978  */   max-height: none !important;
/* 6979  */ }
/* 6980  */ .parallax-inner {
/* 6981  */   min-height: 150px;
/* 6982  */ }
/* 6983  */ .fusion-bg-parallax[data-bg-size-adjust="dont-scale"] + .bg-parallax-parent .parallax-inner {
/* 6984  */   background-size: auto !important;
/* 6985  */ }
/* 6986  */ .gform_wrapper {
/* 6987  */   margin-bottom: 50px;
/* 6988  */ }
/* 6989  */ .gform_wrapper ul.gform_fields {
/* 6990  */   padding: 0;
/* 6991  */   list-style-type: none;
/* 6992  */ }
/* 6993  */ .gform_wrapper li,
/* 6994  */ .gform_wrapper form li {
/* 6995  */   list-style: outside none none;
/* 6996  */   margin-left: 0;
/* 6997  */ }
/* 6998  */ .gform_wrapper .gfield input[type=text],
/* 6999  */ .gform_wrapper .gfield input[type=email],
/* 7000  */ .gform_wrapper .gfield input[type=tel],

/* style.css */

/* 7001  */ .gform_wrapper .gfield input[type=url],
/* 7002  */ .gform_wrapper .gfield input[type=number],
/* 7003  */ .gform_wrapper .gfield input[type=password] input[type="number"],
/* 7004  */ .gform_wrapper input[type="password"],
/* 7005  */ .gform_wrapper .gfield textarea {
/* 7006  */   border: 1px solid #d2d2d2;
/* 7007  */   font-size: 13px;
/* 7008  */   color: #747474;
/* 7009  */   padding: 8px 15px;
/* 7010  */   font-family: Arial, Helvetica, sans-serif;
/* 7011  */ }
/* 7012  */ .gform_wrapper .gfield textarea {
/* 7013  */   padding: 8px;
/* 7014  */ }
/* 7015  */ .gform_wrapper .top_label input.large,
/* 7016  */ .gform_wrapper .top_label select.large,
/* 7017  */ .gform_wrapper .top_label textarea.textarea {
/* 7018  */   width: 100%;
/* 7019  */ }
/* 7020  */ .gform_wrapper .right_label input.medium,
/* 7021  */ .gform_wrapper .left_label input.medium,
/* 7022  */ .gform_wrapper .right_label select.medium,
/* 7023  */ .gform_wrapper .left_label select.medium {
/* 7024  */   width: 35% !important;
/* 7025  */ }
/* 7026  */ .gform_wrapper .left_label .gfield_label {
/* 7027  */   font-weight: normal;
/* 7028  */ }
/* 7029  */ .gform_wrapper .gform_page_footer input[type=button],
/* 7030  */ .gform_wrapper .gform_button {
/* 7031  */   padding: 9px 20px;
/* 7032  */   line-height: 14px;
/* 7033  */   font-size: 12px;
/* 7034  */ }
/* 7035  */ .gform_wrapper .gform_page_footer input[type=button].button-3d:active,
/* 7036  */ .gform_wrapper .gform_button.button-3d:active {
/* 7037  */   top: 2px;
/* 7038  */ }
/* 7039  */ .gform_wrapper .gform_page_footer input[type=button] .fusion-button-text-left,
/* 7040  */ .gform_wrapper .gform_button .fusion-button-text-left {
/* 7041  */   padding-left: 32px;
/* 7042  */ }
/* 7043  */ .gform_wrapper .gform_page_footer input[type=button] .fusion-button-text-right,
/* 7044  */ .gform_wrapper .gform_button .fusion-button-text-right {
/* 7045  */   padding-right: 32px;
/* 7046  */ }
/* 7047  */ .gform_wrapper .gform_page_footer input[type=button] .button-icon-divider-left,
/* 7048  */ .gform_wrapper .gform_button .button-icon-divider-left {
/* 7049  */   padding: 0 10px;
/* 7050  */ }

/* style.css */

/* 7051  */ .gform_wrapper .gform_page_footer input[type=button] .button-icon-divider-right,
/* 7052  */ .gform_wrapper .gform_button .button-icon-divider-right {
/* 7053  */   padding: 0 10px;
/* 7054  */ }
/* 7055  */ .gform_wrapper .gform_page_footer input[type=button] .button-icon-divider-left i,
/* 7056  */ .gform_wrapper .gform_button .button-icon-divider-left i,
/* 7057  */ .gform_wrapper .gform_page_footer input[type=button] .button-icon-divider-right i,
/* 7058  */ .gform_wrapper .gform_button .button-icon-divider-right i {
/* 7059  */   top: 50%;
/* 7060  */   margin-top: -6px;
/* 7061  */   display: block;
/* 7062  */ }
/* 7063  */ .gform_wrapper .gfield_select[multiple=multiple] {
/* 7064  */   border: 1px solid #d2d2d2;
/* 7065  */ }
/* 7066  */ .gform_wrapper .gravity-select-parent select,
/* 7067  */ .gform_wrapper .gravity-select-parent .ginput_complex select,
/* 7068  */ .gform_wrapper .ginput_complex .ginput_right .gravity-select-parent select {
/* 7069  */   width: 100%;
/* 7070  */   text-indent: 2px;
/* 7071  */ }
/* 7072  */ .gform_wrapper label {
/* 7073  */   font-weight: normal;
/* 7074  */ }
/* 7075  */ .gform_wrapper .gfield_time_hour label {
/* 7076  */   display: inline;
/* 7077  */ }
/* 7078  */ .gform_wrapper .gform_footer {
/* 7079  */   padding: 0;
/* 7080  */ }
/* 7081  */ .gform_wrapper span.ginput_total {
/* 7082  */   font-size: 18px;
/* 7083  */ }
/* 7084  */ .gform_wrapper .gravity-select-parent {
/* 7085  */   position: relative;
/* 7086  */   overflow: hidden;
/* 7087  */ }
/* 7088  */ .gform_wrapper .gravity-select-parent .select-arrow {
/* 7089  */   height: 34px;
/* 7090  */ }
/* 7091  */ .gform_wrapper .ginput_complex .gravity-select-parent {
/* 7092  */   width: 95% !important;
/* 7093  */ }
/* 7094  */ .gform_wrapper .gravity-select-parent select {
/* 7095  */   -webkit-appearance: none;
/* 7096  */   text-overflow: '';
/* 7097  */   background: #fbfaf9;
/* 7098  */   border: 1px solid #dadada;
/* 7099  */   box-sizing: border-box;
/* 7100  */   -webkit-box-sizing: border-box;

/* style.css */

/* 7101  */   -moz-box-sizing: border-box;
/* 7102  */   -o-box-sizing: border-box;
/* 7103  */   color: #333333;
/* 7104  */   cursor: pointer;
/* 7105  */   display: block;
/* 7106  */   font-size: 13px;
/* 7107  */   outline: none;
/* 7108  */   height: auto;
/* 7109  */   padding: 8px 15px;
/* 7110  */   position: relative;
/* 7111  */   text-indent: 0.01px;
/* 7112  */   vertical-align: middle;
/* 7113  */   z-index: 5;
/* 7114  */   margin: 0;
/* 7115  */   border-radius: 0;
/* 7116  */   -webkit-border-radius: 0;
/* 7117  */   -moz-border-radius: 0;
/* 7118  */   -o-border-radius: 0;
/* 7119  */   min-width: 70px;
/* 7120  */ }
/* 7121  */ .gform_wrapper .gfield_list_icons img {
/* 7122  */   margin-top: 4px !important;
/* 7123  */ }
/* 7124  */ .gform_wrapper .top_label .gfield_label {
/* 7125  */   margin-bottom: 0 !important;
/* 7126  */ }
/* 7127  */ .gform_wrapper ul li.gfield {
/* 7128  */   margin-bottom: 15px;
/* 7129  */ }
/* 7130  */ .gform_wrapper .gfield_time_minute label,
/* 7131  */ .gform_wrapper .gfield_time_hour label {
/* 7132  */   margin-bottom: 0 !important;
/* 7133  */ }
/* 7134  */ .gform_wrapper .gfield_time_hour i {
/* 7135  */   margin-top: 3% !important;
/* 7136  */ }
/* 7137  */ .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
/* 7138  */ .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
/* 7139  */ .gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
/* 7140  */   margin-top: .1em !important;
/* 7141  */ }
/* 7142  */ .gfield_time_ampm .gravity-select-parent select {
/* 7143  */   height: 33px !important;
/* 7144  */   padding-left: 6px !important;
/* 7145  */   min-width: 61px !important;
/* 7146  */ }
/* 7147  */ .gfield_time_ampm .select-arrow {
/* 7148  */   width: 31px !important;
/* 7149  */   height: 31px !important;
/* 7150  */ }

/* style.css */

/* 7151  */ #wrapper .entry-summary .gform_wrapper ul li {
/* 7152  */   clear: none !important;
/* 7153  */ }
/* 7154  */ #wrapper .gform_wrapper .gravity-select-parent select {
/* 7155  */   margin: 0;
/* 7156  */ }
/* 7157  */ .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
/* 7158  */   margin-left: 3px !important;
/* 7159  */ }
/* 7160  */ .wpcf7-form .wpcf7-text,
/* 7161  */ .wpcf7-form .wpcf7-quiz,
/* 7162  */ .wpcf7-form .wpcf7-number,
/* 7163  */ .wpcf7-form textarea {
/* 7164  */   float: none !important;
/* 7165  */   width: 100% !important;
/* 7166  */   box-sizing: border-box;
/* 7167  */ }
/* 7168  */ .wpcf7-form .wpcf7-text,
/* 7169  */ .wpcf7-form .wpcf7-quiz,
/* 7170  */ .wpcf7-form .wpcf7-number,
/* 7171  */ .wpcf7-form .wpcf7-captchar,
/* 7172  */ .wpcf7-form .wpcf7-date {
/* 7173  */   border: 1px solid #d2d2d2;
/* 7174  */   width: 28%;
/* 7175  */   font-size: 13px;
/* 7176  */   color: #747474;
/* 7177  */   padding: 8px 2%;
/* 7178  */   float: left;
/* 7179  */   margin-right: 1%;
/* 7180  */ }
/* 7181  */ .wpcf7-form input[type="submit"] {
/* 7182  */   padding: 5px 15px;
/* 7183  */ }
/* 7184  */ .wpcf7-form .wpcf7-text,
/* 7185  */ .wpcf7-form .wpcf7-quiz,
/* 7186  */ .wpcf7-form .wpcf7-number,
/* 7187  */ .wpcf7-form .wpcf7-captchar,
/* 7188  */ .wpcf7-form .wpcf7-date {
/* 7189  */   float: none;
/* 7190  */ }
/* 7191  */ .wpcf7-form .wpcf7-captchar,
/* 7192  */ .wpcf7-form .wpcf7-date {
/* 7193  */   width: 100%;
/* 7194  */   margin-right: 0;
/* 7195  */ }
/* 7196  */ .wpcf7-form .wpcf7-text,
/* 7197  */ .wpcf7-form .wpcf7-quiz,
/* 7198  */ .wpcf7-form .wpcf7-number,
/* 7199  */ .wpcf7-form textarea,
/* 7200  */ .wpcf7-form .wpcf7-captchar,

/* style.css */

/* 7201  */ .wpcf7-form .wpcf7-date {
/* 7202  */   width: 100%;
/* 7203  */   margin-right: 0;
/* 7204  */   box-sizing: border-box;
/* 7205  */   -webkit-box-sizing: border-box;
/* 7206  */   -moz-box-sizing: border-box;
/* 7207  */   -o-box-sizing: border-box;
/* 7208  */ }
/* 7209  */ .wpcf7-form input {
/* 7210  */   float: none;
/* 7211  */ }
/* 7212  */ .wpcf7-form textarea {
/* 7213  */   border: 1px solid #d2d2d2;
/* 7214  */   width: 100%;
/* 7215  */   height: 150px;
/* 7216  */   font-size: 13px;
/* 7217  */   color: #747474;
/* 7218  */   padding: 8px 11px;
/* 7219  */   margin-right: 0;
/* 7220  */   box-sizing: border-box;
/* 7221  */   -webkit-box-sizing: border-box;
/* 7222  */   -moz-box-sizing: border-box;
/* 7223  */   -o-box-sizing: border-box;
/* 7224  */ }
/* 7225  */ .wpcf7-form input[type="submit"] {
/* 7226  */   width: auto;
/* 7227  */   font-weight: bold;
/* 7228  */   cursor: pointer;
/* 7229  */ }
/* 7230  */ .wpcf7-form .wpcf7-not-valid-tip {
/* 7231  */   display: inline;
/* 7232  */ }
/* 7233  */ .sidebar .wpcf7-form .wpcf7-text,
/* 7234  */ .sidebar .wpcf7-form .wpcf7-quiz,
/* 7235  */ .sidebar .wpcf7-form .wpcf7-number {
/* 7236  */   width: 100%;
/* 7237  */   margin-right: 0;
/* 7238  */ }
/* 7239  */ .wpcf7-select-parent {
/* 7240  */   overflow: hidden;
/* 7241  */   position: relative;
/* 7242  */   width: 100%;
/* 7243  */ }
/* 7244  */ .wpcf7-select-parent .select-arrow {
/* 7245  */   width: 35px;
/* 7246  */   height: 33px;
/* 7247  */   line-height: 33px;
/* 7248  */   border-left: 1px solid #dadada;
/* 7249  */   position: absolute;
/* 7250  */   top: 1px;

/* style.css */

/* 7251  */   right: 1px;
/* 7252  */   background: #fff;
/* 7253  */   pointer-events: none;
/* 7254  */   z-index: 10;
/* 7255  */   font-family: 'icomoon';
/* 7256  */   font-size: 9px;
/* 7257  */   text-align: center;
/* 7258  */ }
/* 7259  */ .wpcf7-select-parent .wpcf7-select {
/* 7260  */   -webkit-appearance: none;
/* 7261  */   text-overflow: '';
/* 7262  */   background: #fbfaf9;
/* 7263  */   border: 1px solid #dadada;
/* 7264  */   color: #333333;
/* 7265  */   cursor: pointer;
/* 7266  */   display: block;
/* 7267  */   font-size: 13px;
/* 7268  */   outline: none;
/* 7269  */   height: auto;
/* 7270  */   width: 100%;
/* 7271  */   padding: 8px 15px;
/* 7272  */   position: relative;
/* 7273  */   text-indent: 0.01px;
/* 7274  */   vertical-align: middle;
/* 7275  */   z-index: 5;
/* 7276  */   margin: 0;
/* 7277  */   border-radius: 0;
/* 7278  */   -webkit-border-radius: 0;
/* 7279  */   -moz-border-radius: 0;
/* 7280  */   -o-border-radius: 0;
/* 7281  */ }
/* 7282  */ /* =================================================================================================
/* 7283  *| Table of Contents
/* 7284  *| ----------------------------------------------------------------------------------------------------
/* 7285  *| 	01 IcoMoon Font Face Definition
/* 7286  *| 	02 IcoMoon Icon Styles
/* 7287  *| ================================================================================================= */
/* 7288  */ /* IcoMoon Font Face Definition
/* 7289  *| ================================================================================================= */
/* 7290  */ @font-face {
/* 7291  */   font-family: 'icomoon';
/* 7292  */   src: url('/wp-content/themes/Avada/assets/fonts/icomoon/icomoon.eot');
/* 7293  */   src: url('/wp-content/themes/Avada/assets/fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/Avada/assets/fonts/icomoon/icomoon.woff') format('woff'), url('/wp-content/themes/Avada/assets/fonts/icomoon/icomoon.ttf') format('truetype'), url('/wp-content/themes/Avada/assets/fonts/icomoon/icomoon.svg?#icomoon') format('svg');
/* 7294  */   font-weight: normal;
/* 7295  */   font-style: normal;
/* 7296  */ }
/* 7297  */ /* IcoMoon Font Face Definition
/* 7298  *| ================================================================================================= */
/* 7299  */ [class^="fusion-icon-"],
/* 7300  */ [class*=" fusion-icon-"] {

/* style.css */

/* 7301  */   font-family: 'icomoon';
/* 7302  */   speak: none;
/* 7303  */   font-style: normal;
/* 7304  */   font-weight: normal;
/* 7305  */   font-variant: normal;
/* 7306  */   text-transform: none;
/* 7307  */   line-height: 1;
/* 7308  */   /* Better Font Rendering =========== */
/* 7309  */   -webkit-font-smoothing: antialiased;
/* 7310  */   -moz-osx-font-smoothing: grayscale;
/* 7311  */ }
/* 7312  */ .fusion-icon-TFicon:before {
/* 7313  */   content: "\e62d";
/* 7314  */ }
/* 7315  */ .fusion-icon-bars:before {
/* 7316  */   content: "\f0c9";
/* 7317  */ }
/* 7318  */ .fusion-icon-angle-left:before {
/* 7319  */   content: "\f104";
/* 7320  */ }
/* 7321  */ .fusion-icon-search:before {
/* 7322  */   content: "\f002";
/* 7323  */ }
/* 7324  */ .fusion-icon-vk:before {
/* 7325  */   content: "\f189";
/* 7326  */ }
/* 7327  */ .fusion-icon-check-square-o:before {
/* 7328  */   content: "\f046";
/* 7329  */ }
/* 7330  */ .fusion-icon-check-circle-o:before {
/* 7331  */   content: "\f05d";
/* 7332  */ }
/* 7333  */ .fusion-icon-shopping-cart:before {
/* 7334  */   content: "\f07a";
/* 7335  */ }
/* 7336  */ .fusion-icon-angle-right:before {
/* 7337  */   content: "\f105";
/* 7338  */ }
/* 7339  */ .fusion-icon-angle-up:before {
/* 7340  */   content: "\f106";
/* 7341  */ }
/* 7342  */ .fusion-icon-spinner:before {
/* 7343  */   content: "\f110";
/* 7344  */ }
/* 7345  */ .fusion-icon-star:before {
/* 7346  */   content: "\f005";
/* 7347  */ }
/* 7348  */ .fusion-icon-gear:before {
/* 7349  */   content: "\f013";
/* 7350  */ }

/* style.css */

/* 7351  */ .fusion-icon-star-o:before {
/* 7352  */   content: "\f006";
/* 7353  */ }
/* 7354  */ .fusion-icon-caret-left:before {
/* 7355  */   content: "\f0d9";
/* 7356  */ }
/* 7357  */ .fusion-icon-caret-right:before {
/* 7358  */   content: "\f0da";
/* 7359  */ }
/* 7360  */ .fusion-icon-grid:before {
/* 7361  */   content: "\e614";
/* 7362  */ }
/* 7363  */ .fusion-icon-pen:before {
/* 7364  */   content: "\e600";
/* 7365  */ }
/* 7366  */ .fusion-icon-film:before {
/* 7367  */   content: "\e628";
/* 7368  */ }
/* 7369  */ .fusion-icon-arrow-left:before {
/* 7370  */   content: "\e61e";
/* 7371  */ }
/* 7372  */ .fusion-icon-plus:before {
/* 7373  */   content: "\e61d";
/* 7374  */ }
/* 7375  */ .fusion-icon-minus:before {
/* 7376  */   content: "\e61c";
/* 7377  */ }
/* 7378  */ .fusion-icon-arrow-down:before {
/* 7379  */   content: "\e61f";
/* 7380  */ }
/* 7381  */ .fusion-icon-uniE620:before {
/* 7382  */   content: "\e620";
/* 7383  */ }
/* 7384  */ .fusion-icon-paypal:before {
/* 7385  */   content: "\e60e";
/* 7386  */ }
/* 7387  */ .fusion-icon-tumblr:before {
/* 7388  */   content: "\e613";
/* 7389  */ }
/* 7390  */ .fusion-icon-googleplus:before {
/* 7391  */   content: "\e612";
/* 7392  */ }
/* 7393  */ .fusion-icon-arrow-down2:before {
/* 7394  */   content: "\e621";
/* 7395  */ }
/* 7396  */ .fusion-icon-instagram:before {
/* 7397  */   content: "\e615";
/* 7398  */ }
/* 7399  */ .fusion-icon-forrst:before {
/* 7400  */   content: "\e617";

/* style.css */

/* 7401  */ }
/* 7402  */ .fusion-icon-facebook:before {
/* 7403  */   content: "\e604";
/* 7404  */ }
/* 7405  */ .fusion-icon-flickr:before {
/* 7406  */   content: "\e608";
/* 7407  */ }
/* 7408  */ .fusion-icon-feed:before,
/* 7409  */ .fusion-icon-rss:before {
/* 7410  */   content: "\e606";
/* 7411  */ }
/* 7412  */ .fusion-icon-twitter:before {
/* 7413  */   content: "\e605";
/* 7414  */ }
/* 7415  */ .fusion-icon-vimeo:before {
/* 7416  */   content: "\e607";
/* 7417  */ }
/* 7418  */ .fusion-icon-dribbble:before {
/* 7419  */   content: "\e609";
/* 7420  */ }
/* 7421  */ .fusion-icon-skype:before {
/* 7422  */   content: "\e618";
/* 7423  */ }
/* 7424  */ .fusion-icon-youtube:before {
/* 7425  */   content: "\e622";
/* 7426  */ }
/* 7427  */ .fusion-icon-blogger:before {
/* 7428  */   content: "\e60b";
/* 7429  */ }
/* 7430  */ .fusion-icon-link:before {
/* 7431  */   content: "\e619";
/* 7432  */ }
/* 7433  */ .fusion-icon-image:before {
/* 7434  */   content: "\e624";
/* 7435  */ }
/* 7436  */ .fusion-icon-images:before {
/* 7437  */   content: "\e625";
/* 7438  */ }
/* 7439  */ .fusion-icon-reddit:before {
/* 7440  */   content: "\e60d";
/* 7441  */ }
/* 7442  */ .fusion-icon-soundcloud:before {
/* 7443  */   content: "\e60c";
/* 7444  */ }
/* 7445  */ .fusion-icon-quotes-left:before {
/* 7446  */   content: "\e627";
/* 7447  */ }
/* 7448  */ .fusion-icon-bubbles:before {
/* 7449  */   content: "\e62a";
/* 7450  */ }

/* style.css */

/* 7451  */ .fusion-icon-headphones:before {
/* 7452  */   content: "\e629";
/* 7453  */ }
/* 7454  */ .fusion-icon-deviantart:before {
/* 7455  */   content: "\e626";
/* 7456  */ }
/* 7457  */ .fusion-icon-digg:before {
/* 7458  */   content: "\e610";
/* 7459  */ }
/* 7460  */ .fusion-icon-mail:before {
/* 7461  */   content: "\e616";
/* 7462  */ }
/* 7463  */ .fusion-icon-dropbox:before {
/* 7464  */   content: "\e611";
/* 7465  */ }
/* 7466  */ .fusion-icon-linkedin:before {
/* 7467  */   content: "\e60f";
/* 7468  */ }
/* 7469  */ .fusion-icon-myspace:before {
/* 7470  */   content: "\e603";
/* 7471  */ }
/* 7472  */ .fusion-icon-pinterest:before {
/* 7473  */   content: "\e602";
/* 7474  */ }
/* 7475  */ .fusion-icon-yahoo:before {
/* 7476  */   content: "\e601";
/* 7477  */ }
/* 7478  */ .fusion-icon-list:before {
/* 7479  */   content: "\e623";
/* 7480  */ }
/* 7481  */ .fusion-icon-user2:before {
/* 7482  */   content: "\e61b";
/* 7483  */ }
/* 7484  */ .fusion-icon-user:before {
/* 7485  */   content: "\e61a";
/* 7486  */ }
/* 7487  */ .fusion-alert {
/* 7488  */   position: relative;
/* 7489  */   padding: 25px;
/* 7490  */   border-radius: 0;
/* 7491  */   font-size: 15px;
/* 7492  */   text-align: center;
/* 7493  */   text-transform: uppercase;
/* 7494  */   margin-bottom: 20px;
/* 7495  */ }
/* 7496  */ .fusion-alert.alert-shadow {
/* 7497  */   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
/* 7498  */   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
/* 7499  */   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
/* 7500  */ }

/* style.css */

/* 7501  */ .fusion-alert .close {
/* 7502  */   position: absolute;
/* 7503  */   -moz-box-sizing: content-box;
/* 7504  */   box-sizing: content-box;
/* 7505  */   right: -1px;
/* 7506  */   top: -1px;
/* 7507  */   height: 25px;
/* 7508  */   width: 25px;
/* 7509  */   line-height: 25px;
/* 7510  */   opacity: 1;
/* 7511  */   border: 1px solid;
/* 7512  */   border-color: inherit;
/* 7513  */   color: inherit;
/* 7514  */   font-size: 15px;
/* 7515  */   -webkit-transition: all .2s;
/* 7516  */   -moz-transition: all .2s;
/* 7517  */   -ms-transition: all .2s;
/* 7518  */   -o-transition: all .2s;
/* 7519  */   transition: all .2s;
/* 7520  */ }
/* 7521  */ .fusion-alert .close:hover {
/* 7522  */   opacity: 1;
/* 7523  */   background-color: rgba(0, 0, 0, 0.05);
/* 7524  */ }
/* 7525  */ .fusion-alert .alert-icon {
/* 7526  */   margin-right: 10px;
/* 7527  */ }
/* 7528  */ .fusion-alert.alert-blank {
/* 7529  */   border: 1px solid #747474;
/* 7530  */ }
/* 7531  */ .fusion-alert.alert-info {
/* 7532  */   background-color: #fff;
/* 7533  */   border-color: #D7D6D6;
/* 7534  */   color: inherit;
/* 7535  */ }
/* 7536  */ /* All styles in Avada/less/theme/blog.less */
/* 7537  */ .fusion-button-wrapper {
/* 7538  */   display: inline;
/* 7539  */ }
/* 7540  */ .fusion-button-wrapper.fusion-aligncenter {
/* 7541  */   display: block;
/* 7542  */ }
/* 7543  */ .fusion-button,
/* 7544  */ .wpcf7-submit,
/* 7545  */ .woocommerce .checkout #place_order {
/* 7546  */   display: inline-block;
/* 7547  */   position: relative;
/* 7548  */   outline: 0;
/* 7549  */   zoom: 1;
/* 7550  */   border: 1px solid rgba(0, 0, 0, 0);

/* style.css */

/* 7551  */   text-align: center;
/* 7552  */   text-transform: uppercase;
/* 7553  */   font-weight: bold;
/* 7554  */   cursor: pointer;
/* 7555  */   -webkit-box-sizing: content-box;
/* 7556  */   -moz-box-sizing: content-box;
/* 7557  */   box-sizing: content-box;
/* 7558  */   -webkit-transition: all .2s;
/* 7559  */   -moz-transition: all .2s;
/* 7560  */   -ms-transition: all .2s;
/* 7561  */   -o-transition: all .2s;
/* 7562  */   transition: all .2s;
/* 7563  */ }
/* 7564  */ .fusion-button:before,
/* 7565  */ .wpcf7-submit:before,
/* 7566  */ .woocommerce .checkout #place_order:before,
/* 7567  */ .fusion-button:after,
/* 7568  */ .wpcf7-submit:after,
/* 7569  */ .woocommerce .checkout #place_order:after {
/* 7570  */   content: " ";
/* 7571  */   display: table;
/* 7572  */ }
/* 7573  */ .fusion-button:after,
/* 7574  */ .wpcf7-submit:after,
/* 7575  */ .woocommerce .checkout #place_order:after {
/* 7576  */   clear: both;
/* 7577  */ }
/* 7578  */ .fusion-button:hover,
/* 7579  */ .wpcf7-submit:hover,
/* 7580  */ .woocommerce .checkout #place_order:hover {
/* 7581  */   -webkit-transition: all .3s;
/* 7582  */   -moz-transition: all .3s;
/* 7583  */   -ms-transition: all .3s;
/* 7584  */   -o-transition: all .3s;
/* 7585  */   transition: all .3s;
/* 7586  */ }
/* 7587  */ .fusion-button:focus,
/* 7588  */ .wpcf7-submit:focus,
/* 7589  */ .woocommerce .checkout #place_order:focus {
/* 7590  */   outline: 0;
/* 7591  */ }
/* 7592  */ .ls-container .button,
/* 7593  */ .ls-container .fusion-button {
/* 7594  */   -webkit-transition: none !important;
/* 7595  */   -moz-transition: none !important;
/* 7596  */   -ms-transition: none !important;
/* 7597  */   -o-transition: none !important;
/* 7598  */   transition: none !important;
/* 7599  */ }
/* 7600  */ .ls-container .button:hover,

/* style.css */

/* 7601  */ .ls-container .fusion-button:hover {
/* 7602  */   -webkit-transition: none !important;
/* 7603  */   -moz-transition: none !important;
/* 7604  */   -ms-transition: none !important;
/* 7605  */   -o-transition: none !important;
/* 7606  */   transition: none !important;
/* 7607  */ }
/* 7608  */ #wrapper .fusion-button-square,
/* 7609  */ #wrapper .button-square {
/* 7610  */   border-radius: 0;
/* 7611  */ }
/* 7612  */ #wrapper .fusion-button-round,
/* 7613  */ #wrapper .button-round {
/* 7614  */   border-radius: 2px;
/* 7615  */ }
/* 7616  */ #wrapper .fusion-button-round.button-3d,
/* 7617  */ #wrapper .button-round.button-3d {
/* 7618  */   border-radius: 4px;
/* 7619  */ }
/* 7620  */ #wrapper .fusion-button-pill,
/* 7621  */ #wrapper .button-pill {
/* 7622  */   border-radius: 25px !important;
/* 7623  */ }
/* 7624  */ .fusion-body .fusion-button-small,
/* 7625  */ .button-small,
/* 7626  */ .button.small,
/* 7627  */ #bbp_user_edit_submit,
/* 7628  */ .woocommerce .single_add_to_cart_button {
/* 7629  */   padding: 9px 20px;
/* 7630  */   line-height: 14px;
/* 7631  */   font-size: 12px;
/* 7632  */ }
/* 7633  */ .fusion-body .fusion-button-small.button-3d:active,
/* 7634  */ .button-small.button-3d:active,
/* 7635  */ .button.small.button-3d:active,
/* 7636  */ #bbp_user_edit_submit.button-3d:active,
/* 7637  */ .woocommerce .single_add_to_cart_button.button-3d:active {
/* 7638  */   top: 2px;
/* 7639  */ }
/* 7640  */ .fusion-body .fusion-button-small .fusion-button-text-left,
/* 7641  */ .button-small .fusion-button-text-left,
/* 7642  */ .button.small .fusion-button-text-left,
/* 7643  */ #bbp_user_edit_submit .fusion-button-text-left,
/* 7644  */ .woocommerce .single_add_to_cart_button .fusion-button-text-left {
/* 7645  */   padding-left: 32px;
/* 7646  */ }
/* 7647  */ .fusion-body .fusion-button-small .fusion-button-text-right,
/* 7648  */ .button-small .fusion-button-text-right,
/* 7649  */ .button.small .fusion-button-text-right,
/* 7650  */ #bbp_user_edit_submit .fusion-button-text-right,

/* style.css */

/* 7651  */ .woocommerce .single_add_to_cart_button .fusion-button-text-right {
/* 7652  */   padding-right: 32px;
/* 7653  */ }
/* 7654  */ .fusion-body .fusion-button-small .button-icon-divider-left,
/* 7655  */ .button-small .button-icon-divider-left,
/* 7656  */ .button.small .button-icon-divider-left,
/* 7657  */ #bbp_user_edit_submit .button-icon-divider-left,
/* 7658  */ .woocommerce .single_add_to_cart_button .button-icon-divider-left {
/* 7659  */   padding: 0 10px;
/* 7660  */ }
/* 7661  */ .fusion-body .fusion-button-small .button-icon-divider-right,
/* 7662  */ .button-small .button-icon-divider-right,
/* 7663  */ .button.small .button-icon-divider-right,
/* 7664  */ #bbp_user_edit_submit .button-icon-divider-right,
/* 7665  */ .woocommerce .single_add_to_cart_button .button-icon-divider-right {
/* 7666  */   padding: 0 10px;
/* 7667  */ }
/* 7668  */ .fusion-body .fusion-button-small .button-icon-divider-left i,
/* 7669  */ .button-small .button-icon-divider-left i,
/* 7670  */ .button.small .button-icon-divider-left i,
/* 7671  */ #bbp_user_edit_submit .button-icon-divider-left i,
/* 7672  */ .woocommerce .single_add_to_cart_button .button-icon-divider-left i,
/* 7673  */ .fusion-body .fusion-button-small .button-icon-divider-right i,
/* 7674  */ .button-small .button-icon-divider-right i,
/* 7675  */ .button.small .button-icon-divider-right i,
/* 7676  */ #bbp_user_edit_submit .button-icon-divider-right i,
/* 7677  */ .woocommerce .single_add_to_cart_button .button-icon-divider-right i {
/* 7678  */   top: 50%;
/* 7679  */   margin-top: -6px;
/* 7680  */   display: block;
/* 7681  */ }
/* 7682  */ .fusion-body .fusion-button-medium,
/* 7683  */ .button-medium,
/* 7684  */ .button.medium,
/* 7685  */ .woocommerce .checkout #place_order,
/* 7686  */ .ticket-selector-submit-btn[type=submit] {
/* 7687  */   padding: 11px 23px;
/* 7688  */   line-height: 16px;
/* 7689  */   font-size: 13px;
/* 7690  */ }
/* 7691  */ .fusion-body .fusion-button-medium.button-3d:active,
/* 7692  */ .button-medium.button-3d:active,
/* 7693  */ .button.medium.button-3d:active,
/* 7694  */ .woocommerce .checkout #place_order.button-3d:active,
/* 7695  */ .ticket-selector-submit-btn[type=submit].button-3d:active {
/* 7696  */   top: 3px;
/* 7697  */ }
/* 7698  */ .fusion-body .fusion-button-medium .fusion-button-text-left,
/* 7699  */ .button-medium .fusion-button-text-left,
/* 7700  */ .button.medium .fusion-button-text-left,

/* style.css */

/* 7701  */ .woocommerce .checkout #place_order .fusion-button-text-left,
/* 7702  */ .ticket-selector-submit-btn[type=submit] .fusion-button-text-left {
/* 7703  */   padding-left: 38px;
/* 7704  */ }
/* 7705  */ .fusion-body .fusion-button-medium .fusion-button-text-right,
/* 7706  */ .button-medium .fusion-button-text-right,
/* 7707  */ .button.medium .fusion-button-text-right,
/* 7708  */ .woocommerce .checkout #place_order .fusion-button-text-right,
/* 7709  */ .ticket-selector-submit-btn[type=submit] .fusion-button-text-right {
/* 7710  */   padding-right: 38px;
/* 7711  */ }
/* 7712  */ .fusion-body .fusion-button-medium .button-icon-divider-left,
/* 7713  */ .button-medium .button-icon-divider-left,
/* 7714  */ .button.medium .button-icon-divider-left,
/* 7715  */ .woocommerce .checkout #place_order .button-icon-divider-left,
/* 7716  */ .ticket-selector-submit-btn[type=submit] .button-icon-divider-left {
/* 7717  */   padding: 0 12.5px;
/* 7718  */ }
/* 7719  */ .fusion-body .fusion-button-medium .button-icon-divider-right,
/* 7720  */ .button-medium .button-icon-divider-right,
/* 7721  */ .button.medium .button-icon-divider-right,
/* 7722  */ .woocommerce .checkout #place_order .button-icon-divider-right,
/* 7723  */ .ticket-selector-submit-btn[type=submit] .button-icon-divider-right {
/* 7724  */   padding: 0 12.5px;
/* 7725  */ }
/* 7726  */ .fusion-body .fusion-button-medium .button-icon-divider-left i,
/* 7727  */ .button-medium .button-icon-divider-left i,
/* 7728  */ .button.medium .button-icon-divider-left i,
/* 7729  */ .woocommerce .checkout #place_order .button-icon-divider-left i,
/* 7730  */ .ticket-selector-submit-btn[type=submit] .button-icon-divider-left i,
/* 7731  */ .fusion-body .fusion-button-medium .button-icon-divider-right i,
/* 7732  */ .button-medium .button-icon-divider-right i,
/* 7733  */ .button.medium .button-icon-divider-right i,
/* 7734  */ .woocommerce .checkout #place_order .button-icon-divider-right i,
/* 7735  */ .ticket-selector-submit-btn[type=submit] .button-icon-divider-right i {
/* 7736  */   top: 50%;
/* 7737  */   margin-top: -6.5px;
/* 7738  */   display: block;
/* 7739  */ }
/* 7740  */ .fusion-body .fusion-button-large,
/* 7741  */ .button-large,
/* 7742  */ .button.large {
/* 7743  */   padding: 13px 29px;
/* 7744  */   line-height: 17px;
/* 7745  */   font-size: 14px;
/* 7746  */ }
/* 7747  */ .fusion-body .fusion-button-large.button-3d:active,
/* 7748  */ .button-large.button-3d:active,
/* 7749  */ .button.large.button-3d:active {
/* 7750  */   top: 4px;

/* style.css */

/* 7751  */ }
/* 7752  */ .fusion-body .fusion-button-large .fusion-button-text-left,
/* 7753  */ .button-large .fusion-button-text-left,
/* 7754  */ .button.large .fusion-button-text-left {
/* 7755  */   padding-left: 43px;
/* 7756  */ }
/* 7757  */ .fusion-body .fusion-button-large .fusion-button-text-right,
/* 7758  */ .button-large .fusion-button-text-right,
/* 7759  */ .button.large .fusion-button-text-right {
/* 7760  */   padding-right: 43px;
/* 7761  */ }
/* 7762  */ .fusion-body .fusion-button-large .button-icon-divider-left,
/* 7763  */ .button-large .button-icon-divider-left,
/* 7764  */ .button.large .button-icon-divider-left {
/* 7765  */   padding: 0 14.5px;
/* 7766  */ }
/* 7767  */ .fusion-body .fusion-button-large .button-icon-divider-right,
/* 7768  */ .button-large .button-icon-divider-right,
/* 7769  */ .button.large .button-icon-divider-right {
/* 7770  */   padding: 0 14.5px;
/* 7771  */ }
/* 7772  */ .fusion-body .fusion-button-large .button-icon-divider-left i,
/* 7773  */ .button-large .button-icon-divider-left i,
/* 7774  */ .button.large .button-icon-divider-left i,
/* 7775  */ .fusion-body .fusion-button-large .button-icon-divider-right i,
/* 7776  */ .button-large .button-icon-divider-right i,
/* 7777  */ .button.large .button-icon-divider-right i {
/* 7778  */   top: 50%;
/* 7779  */   margin-top: -7px;
/* 7780  */   display: block;
/* 7781  */ }
/* 7782  */ .fusion-body .fusion-button-xlarge,
/* 7783  */ .button-xlarge,
/* 7784  */ .button.xlarge {
/* 7785  */   padding: 17px 40px;
/* 7786  */   line-height: 21px;
/* 7787  */   font-size: 18px;
/* 7788  */ }
/* 7789  */ .fusion-body .fusion-button-xlarge.button-3d:active,
/* 7790  */ .button-xlarge.button-3d:active,
/* 7791  */ .button.xlarge.button-3d:active {
/* 7792  */   top: 6px;
/* 7793  */ }
/* 7794  */ .fusion-body .fusion-button-xlarge .fusion-button-text-left,
/* 7795  */ .button-xlarge .fusion-button-text-left,
/* 7796  */ .button.xlarge .fusion-button-text-left {
/* 7797  */   padding-left: 55px;
/* 7798  */ }
/* 7799  */ .fusion-body .fusion-button-xlarge .fusion-button-text-right,
/* 7800  */ .button-xlarge .fusion-button-text-right,

/* style.css */

/* 7801  */ .button.xlarge .fusion-button-text-right {
/* 7802  */   padding-right: 55px;
/* 7803  */ }
/* 7804  */ .fusion-body .fusion-button-xlarge .button-icon-divider-left,
/* 7805  */ .button-xlarge .button-icon-divider-left,
/* 7806  */ .button.xlarge .button-icon-divider-left {
/* 7807  */   padding: 0 18.5px;
/* 7808  */ }
/* 7809  */ .fusion-body .fusion-button-xlarge .button-icon-divider-right,
/* 7810  */ .button-xlarge .button-icon-divider-right,
/* 7811  */ .button.xlarge .button-icon-divider-right {
/* 7812  */   padding: 0 18.5px;
/* 7813  */ }
/* 7814  */ .fusion-body .fusion-button-xlarge .button-icon-divider-left i,
/* 7815  */ .button-xlarge .button-icon-divider-left i,
/* 7816  */ .button.xlarge .button-icon-divider-left i,
/* 7817  */ .fusion-body .fusion-button-xlarge .button-icon-divider-right i,
/* 7818  */ .button-xlarge .button-icon-divider-right i,
/* 7819  */ .button.xlarge .button-icon-divider-right i {
/* 7820  */   top: 50%;
/* 7821  */   margin-top: -9px;
/* 7822  */   display: block;
/* 7823  */ }
/* 7824  */ .button span {
/* 7825  */   line-height: normal;
/* 7826  */ }
/* 7827  */ @media only screen and (max-width: 800px) {
/* 7828  */   .rev_slider .button,
/* 7829  */   .ls-container .button {
/* 7830  */     padding: 0 20px;
/* 7831  */     line-height: 30px;
/* 7832  */     font-size: 12px;
/* 7833  */     font-size: 10px !important;
/* 7834  */     line-height: 30px !important;
/* 7835  */     padding-top: 0px !important;
/* 7836  */     padding-bottom: 0px !important;
/* 7837  */     padding-left: 20px !important;
/* 7838  */     padding-right: 20px !important;
/* 7839  */   }
/* 7840  */   .rev_slider .button.button-3d:active,
/* 7841  */   .ls-container .button.button-3d:active {
/* 7842  */     top: 2px;
/* 7843  */   }
/* 7844  */   .rev_slider .button .fusion-button-text-left,
/* 7845  */   .ls-container .button .fusion-button-text-left {
/* 7846  */     padding-left: 32px;
/* 7847  */   }
/* 7848  */   .rev_slider .button .fusion-button-text-right,
/* 7849  */   .ls-container .button .fusion-button-text-right {
/* 7850  */     padding-right: 32px;

/* style.css */

/* 7851  */   }
/* 7852  */   .rev_slider .button .button-icon-divider-left,
/* 7853  */   .ls-container .button .button-icon-divider-left {
/* 7854  */     padding: 0 10px;
/* 7855  */   }
/* 7856  */   .rev_slider .button .button-icon-divider-right,
/* 7857  */   .ls-container .button .button-icon-divider-right {
/* 7858  */     padding: 0 10px;
/* 7859  */   }
/* 7860  */   .rev_slider .button .button-icon-divider-left i,
/* 7861  */   .ls-container .button .button-icon-divider-left i,
/* 7862  */   .rev_slider .button .button-icon-divider-right i,
/* 7863  */   .ls-container .button .button-icon-divider-right i {
/* 7864  */     top: 50%;
/* 7865  */     margin-top: -6px;
/* 7866  */     display: block;
/* 7867  */   }
/* 7868  */   .rev_slider .button.button-3d:active,
/* 7869  */   .ls-container .button.button-3d:active {
/* 7870  */     top: 2px !important;
/* 7871  */   }
/* 7872  */   .rev_slider .button span,
/* 7873  */   .ls-container .button span {
/* 7874  */     font-size: 10px !important;
/* 7875  */   }
/* 7876  */ }
/* 7877  */ @media only screen and (max-width: 640px) {
/* 7878  */   .rev_slider .button,
/* 7879  */   .ls-container .button {
/* 7880  */     padding: 0 20px;
/* 7881  */     line-height: 20px;
/* 7882  */     font-size: 10px;
/* 7883  */     font-size: 10px !important;
/* 7884  */     line-height: 20px !important;
/* 7885  */     padding-top: 0px !important;
/* 7886  */     padding-bottom: 0px !important;
/* 7887  */     padding-left: 10px !important;
/* 7888  */     padding-right: 10px !important;
/* 7889  */   }
/* 7890  */   .rev_slider .button.button-3d:active,
/* 7891  */   .ls-container .button.button-3d:active {
/* 7892  */     top: 2px;
/* 7893  */   }
/* 7894  */   .rev_slider .button .fusion-button-text-left,
/* 7895  */   .ls-container .button .fusion-button-text-left {
/* 7896  */     padding-left: 32px;
/* 7897  */   }
/* 7898  */   .rev_slider .button .fusion-button-text-right,
/* 7899  */   .ls-container .button .fusion-button-text-right {
/* 7900  */     padding-right: 32px;

/* style.css */

/* 7901  */   }
/* 7902  */   .rev_slider .button .button-icon-divider-left,
/* 7903  */   .ls-container .button .button-icon-divider-left {
/* 7904  */     padding: 0 11px;
/* 7905  */   }
/* 7906  */   .rev_slider .button .button-icon-divider-right,
/* 7907  */   .ls-container .button .button-icon-divider-right {
/* 7908  */     padding: 0 11px;
/* 7909  */   }
/* 7910  */   .rev_slider .button .button-icon-divider-left i,
/* 7911  */   .ls-container .button .button-icon-divider-left i,
/* 7912  */   .rev_slider .button .button-icon-divider-right i,
/* 7913  */   .ls-container .button .button-icon-divider-right i {
/* 7914  */     top: 50%;
/* 7915  */     margin-top: -5px;
/* 7916  */     display: block;
/* 7917  */   }
/* 7918  */   .rev_slider .button.button-3d:active,
/* 7919  */   .ls-container .button.button-3d:active {
/* 7920  */     top: 2px !important;
/* 7921  */   }
/* 7922  */   .rev_slider .button span,
/* 7923  */   .ls-container .button span {
/* 7924  */     font-size: 10px !important;
/* 7925  */   }
/* 7926  */ }
/* 7927  */ button.fusion-button.button-3d:active {
/* 7928  */   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 1px 2px 3px 2px rgba(0, 0, 0, 0.3), 0 0 0 #000000;
/* 7929  */   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 1px 2px 3px 2px rgba(0, 0, 0, 0.3), 0 0 0 #000000;
/* 7930  */   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 1px 2px 3px 2px rgba(0, 0, 0, 0.3), 0 0 0 #000000;
/* 7931  */ }
/* 7932  */ .button-icon-left {
/* 7933  */   margin-right: 10px;
/* 7934  */ }
/* 7935  */ .button-icon-right {
/* 7936  */   margin-left: 10px;
/* 7937  */ }
/* 7938  */ .button-icon-divider-left,
/* 7939  */ .button-icon-divider-right {
/* 7940  */   display: inline-block;
/* 7941  */   position: absolute;
/* 7942  */   top: 0;
/* 7943  */   height: 100%;
/* 7944  */ }
/* 7945  */ .button-icon-divider-left i,
/* 7946  */ .button-icon-divider-right i {
/* 7947  */   position: relative;
/* 7948  */ }
/* 7949  */ .button-icon-divider-left {
/* 7950  */   left: 0;

/* style.css */

/* 7951  */   border-right: 1px solid;
/* 7952  */ }
/* 7953  */ .button-icon-divider-right {
/* 7954  */   right: 0;
/* 7955  */   border-left: 1px solid;
/* 7956  */ }
/* 7957  */ .fusion-button.button-green,
/* 7958  */ .fusion-button.button-green.wpcf7-submit,
/* 7959  */ .button.green {
/* 7960  */   background: #d1e990;
/* 7961  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#aad75d), to(#d1e990));
/* 7962  */   background-image: -webkit-linear-gradient(bottom, #aad75d, #d1e990);
/* 7963  */   background-image: -moz-linear-gradient(bottom, #aad75d, #d1e990);
/* 7964  */   background-image: -o-linear-gradient(bottom, #aad75d, #d1e990);
/* 7965  */   background-image: linear-gradient(to top, #aad75d, #d1e990);
/* 7966  */   border: 1px solid #9dba60;
/* 7967  */   color: #54770f;
/* 7968  */ }
/* 7969  */ .fusion-button.button-green .button-icon-divider-left,
/* 7970  */ .fusion-button.button-green.wpcf7-submit .button-icon-divider-left,
/* 7971  */ .button.green .button-icon-divider-left,
/* 7972  */ .fusion-button.button-green .button-icon-divider-right,
/* 7973  */ .fusion-button.button-green.wpcf7-submit .button-icon-divider-right,
/* 7974  */ .button.green .button-icon-divider-right {
/* 7975  */   border-color: #9dba60;
/* 7976  */ }
/* 7977  */ .fusion-button.button-green:hover,
/* 7978  */ .fusion-button.button-green.wpcf7-submit:hover,
/* 7979  */ .button.green:hover,
/* 7980  */ .fusion-button.button-green:focus,
/* 7981  */ .fusion-button.button-green.wpcf7-submit:focus,
/* 7982  */ .button.green:focus,
/* 7983  */ .fusion-button.button-green:active,
/* 7984  */ .fusion-button.button-green.wpcf7-submit:active,
/* 7985  */ .button.green:active {
/* 7986  */   background: #aad75d;
/* 7987  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#d1e990), to(#aad75d));
/* 7988  */   background-image: -webkit-linear-gradient(bottom, #d1e990, #aad75d);
/* 7989  */   background-image: -moz-linear-gradient(bottom, #d1e990, #aad75d);
/* 7990  */   background-image: -o-linear-gradient(bottom, #d1e990, #aad75d);
/* 7991  */   background-image: linear-gradient(to top, #d1e990, #aad75d);
/* 7992  */   border: 1px solid #9dba60;
/* 7993  */   color: #54770f;
/* 7994  */ }
/* 7995  */ .fusion-button.button-green:hover .button-icon-divider-left,
/* 7996  */ .fusion-button.button-green.wpcf7-submit:hover .button-icon-divider-left,
/* 7997  */ .button.green:hover .button-icon-divider-left,
/* 7998  */ .fusion-button.button-green:focus .button-icon-divider-left,
/* 7999  */ .fusion-button.button-green.wpcf7-submit:focus .button-icon-divider-left,
/* 8000  */ .button.green:focus .button-icon-divider-left,

/* style.css */

/* 8001  */ .fusion-button.button-green:active .button-icon-divider-left,
/* 8002  */ .fusion-button.button-green.wpcf7-submit:active .button-icon-divider-left,
/* 8003  */ .button.green:active .button-icon-divider-left,
/* 8004  */ .fusion-button.button-green:hover .button-icon-divider-right,
/* 8005  */ .fusion-button.button-green.wpcf7-submit:hover .button-icon-divider-right,
/* 8006  */ .button.green:hover .button-icon-divider-right,
/* 8007  */ .fusion-button.button-green:focus .button-icon-divider-right,
/* 8008  */ .fusion-button.button-green.wpcf7-submit:focus .button-icon-divider-right,
/* 8009  */ .button.green:focus .button-icon-divider-right,
/* 8010  */ .fusion-button.button-green:active .button-icon-divider-right,
/* 8011  */ .fusion-button.button-green.wpcf7-submit:active .button-icon-divider-right,
/* 8012  */ .button.green:active .button-icon-divider-right {
/* 8013  */   border-color: #9dba60;
/* 8014  */ }
/* 8015  */ .no-cssgradients .fusion-button.button-green:hover,
/* 8016  */ .no-cssgradients .fusion-button.button-green.wpcf7-submit:hover,
/* 8017  */ .no-cssgradients .button.green:hover,
/* 8018  */ .no-cssgradients .fusion-button.button-green:focus,
/* 8019  */ .no-cssgradients .fusion-button.button-green.wpcf7-submit:focus,
/* 8020  */ .no-cssgradients .button.green:focus,
/* 8021  */ .no-cssgradients .fusion-button.button-green:active,
/* 8022  */ .no-cssgradients .fusion-button.button-green.wpcf7-submit:active,
/* 8023  */ .no-cssgradients .button.green:active {
/* 8024  */   background-color: #AAD75D;
/* 8025  */ }
/* 8026  */ .no-cssgradients .fusion-button.button-green,
/* 8027  */ .no-cssgradients .fusion-button.button-green.wpcf7-submit,
/* 8028  */ .no-cssgradients .button.green {
/* 8029  */   background-color: #D1E990;
/* 8030  */ }
/* 8031  */ .fusion-button.button-green.button-3d.fusion-button-small,
/* 8032  */ .fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-small,
/* 8033  */ .button.green.button-3d.fusion-button-small,
/* 8034  */ .fusion-button.button-green.button-3d.button-small,
/* 8035  */ .fusion-button.button-green.wpcf7-submit.button-3d.button-small,
/* 8036  */ .button.green.button-3d.button-small {
/* 8037  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8038  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8039  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8040  */ }
/* 8041  */ .fusion-button.button-green.button-3d.fusion-button-small:active,
/* 8042  */ .fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-small:active,
/* 8043  */ .button.green.button-3d.fusion-button-small:active,
/* 8044  */ .fusion-button.button-green.button-3d.button-small:active,
/* 8045  */ .fusion-button.button-green.wpcf7-submit.button-3d.button-small:active,
/* 8046  */ .button.green.button-3d.button-small:active {
/* 8047  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8048  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8049  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8050  */ }

/* style.css */

/* 8051  */ .fusion-button.button-green.button-3d.fusion-button-medium,
/* 8052  */ .fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-medium,
/* 8053  */ .button.green.button-3d.fusion-button-medium,
/* 8054  */ .fusion-button.button-green.button-3d.button-medium,
/* 8055  */ .fusion-button.button-green.wpcf7-submit.button-3d.button-medium,
/* 8056  */ .button.green.button-3d.button-medium {
/* 8057  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8058  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8059  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8060  */ }
/* 8061  */ .fusion-button.button-green.button-3d.fusion-button-medium:active,
/* 8062  */ .fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-medium:active,
/* 8063  */ .button.green.button-3d.fusion-button-medium:active,
/* 8064  */ .fusion-button.button-green.button-3d.button-medium:active,
/* 8065  */ .fusion-button.button-green.wpcf7-submit.button-3d.button-medium:active,
/* 8066  */ .button.green.button-3d.button-medium:active {
/* 8067  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8068  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8069  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8070  */ }
/* 8071  */ .fusion-button.button-green.button-3d.fusion-button-large,
/* 8072  */ .fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-large,
/* 8073  */ .button.green.button-3d.fusion-button-large,
/* 8074  */ .fusion-button.button-green.button-3d.button-large,
/* 8075  */ .fusion-button.button-green.wpcf7-submit.button-3d.button-large,
/* 8076  */ .button.green.button-3d.button-large {
/* 8077  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8078  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8079  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8080  */ }
/* 8081  */ .fusion-button.button-green.button-3d.fusion-button-large:active,
/* 8082  */ .fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-large:active,
/* 8083  */ .button.green.button-3d.fusion-button-large:active,
/* 8084  */ .fusion-button.button-green.button-3d.button-large:active,
/* 8085  */ .fusion-button.button-green.wpcf7-submit.button-3d.button-large:active,
/* 8086  */ .button.green.button-3d.button-large:active {
/* 8087  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8088  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8089  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8090  */ }
/* 8091  */ .fusion-button.button-green.button-3d.fusion-button-xlarge,
/* 8092  */ .fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-xlarge,
/* 8093  */ .button.green.button-3d.fusion-button-xlarge,
/* 8094  */ .fusion-button.button-green.button-3d.button-xlarge,
/* 8095  */ .fusion-button.button-green.wpcf7-submit.button-3d.button-xlarge,
/* 8096  */ .button.green.button-3d.button-xlarge {
/* 8097  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8098  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8099  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8100  */ }

/* style.css */

/* 8101  */ .fusion-button.button-green.button-3d.fusion-button-xlarge:active,
/* 8102  */ .fusion-button.button-green.wpcf7-submit.button-3d.fusion-button-xlarge:active,
/* 8103  */ .button.green.button-3d.fusion-button-xlarge:active,
/* 8104  */ .fusion-button.button-green.button-3d.button-xlarge:active,
/* 8105  */ .fusion-button.button-green.wpcf7-submit.button-3d.button-xlarge:active,
/* 8106  */ .button.green.button-3d.button-xlarge:active {
/* 8107  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8108  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8109  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8110  */ }
/* 8111  */ .fusion-button.button-darkgreen,
/* 8112  */ .fusion-button.button-darkgreen.wpcf7-submit,
/* 8113  */ .button.darkgreen {
/* 8114  */   background: #d0e0a5;
/* 8115  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#a8c76a), to(#d0e0a5));
/* 8116  */   background-image: -webkit-linear-gradient(bottom, #a8c76a, #d0e0a5);
/* 8117  */   background-image: -moz-linear-gradient(bottom, #a8c76a, #d0e0a5);
/* 8118  */   background-image: -o-linear-gradient(bottom, #a8c76a, #d0e0a5);
/* 8119  */   background-image: linear-gradient(to top, #a8c76a, #d0e0a5);
/* 8120  */   border: 1px solid #9dba60;
/* 8121  */   color: #54770f;
/* 8122  */ }
/* 8123  */ .fusion-button.button-darkgreen .button-icon-divider-left,
/* 8124  */ .fusion-button.button-darkgreen.wpcf7-submit .button-icon-divider-left,
/* 8125  */ .button.darkgreen .button-icon-divider-left,
/* 8126  */ .fusion-button.button-darkgreen .button-icon-divider-right,
/* 8127  */ .fusion-button.button-darkgreen.wpcf7-submit .button-icon-divider-right,
/* 8128  */ .button.darkgreen .button-icon-divider-right {
/* 8129  */   border-color: #9dba60;
/* 8130  */ }
/* 8131  */ .fusion-button.button-darkgreen:hover,
/* 8132  */ .fusion-button.button-darkgreen.wpcf7-submit:hover,
/* 8133  */ .button.darkgreen:hover,
/* 8134  */ .fusion-button.button-darkgreen:focus,
/* 8135  */ .fusion-button.button-darkgreen.wpcf7-submit:focus,
/* 8136  */ .button.darkgreen:focus,
/* 8137  */ .fusion-button.button-darkgreen:active,
/* 8138  */ .fusion-button.button-darkgreen.wpcf7-submit:active,
/* 8139  */ .button.darkgreen:active {
/* 8140  */   background: #a8c76a;
/* 8141  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#d0e0a5), to(#a8c76a));
/* 8142  */   background-image: -webkit-linear-gradient(bottom, #d0e0a5, #a8c76a);
/* 8143  */   background-image: -moz-linear-gradient(bottom, #d0e0a5, #a8c76a);
/* 8144  */   background-image: -o-linear-gradient(bottom, #d0e0a5, #a8c76a);
/* 8145  */   background-image: linear-gradient(to top, #d0e0a5, #a8c76a);
/* 8146  */   border: 1px solid #9dba60;
/* 8147  */   color: #54770f;
/* 8148  */ }
/* 8149  */ .fusion-button.button-darkgreen:hover .button-icon-divider-left,
/* 8150  */ .fusion-button.button-darkgreen.wpcf7-submit:hover .button-icon-divider-left,

/* style.css */

/* 8151  */ .button.darkgreen:hover .button-icon-divider-left,
/* 8152  */ .fusion-button.button-darkgreen:focus .button-icon-divider-left,
/* 8153  */ .fusion-button.button-darkgreen.wpcf7-submit:focus .button-icon-divider-left,
/* 8154  */ .button.darkgreen:focus .button-icon-divider-left,
/* 8155  */ .fusion-button.button-darkgreen:active .button-icon-divider-left,
/* 8156  */ .fusion-button.button-darkgreen.wpcf7-submit:active .button-icon-divider-left,
/* 8157  */ .button.darkgreen:active .button-icon-divider-left,
/* 8158  */ .fusion-button.button-darkgreen:hover .button-icon-divider-right,
/* 8159  */ .fusion-button.button-darkgreen.wpcf7-submit:hover .button-icon-divider-right,
/* 8160  */ .button.darkgreen:hover .button-icon-divider-right,
/* 8161  */ .fusion-button.button-darkgreen:focus .button-icon-divider-right,
/* 8162  */ .fusion-button.button-darkgreen.wpcf7-submit:focus .button-icon-divider-right,
/* 8163  */ .button.darkgreen:focus .button-icon-divider-right,
/* 8164  */ .fusion-button.button-darkgreen:active .button-icon-divider-right,
/* 8165  */ .fusion-button.button-darkgreen.wpcf7-submit:active .button-icon-divider-right,
/* 8166  */ .button.darkgreen:active .button-icon-divider-right {
/* 8167  */   border-color: #9dba60;
/* 8168  */ }
/* 8169  */ .no-cssgradients .fusion-button.button-darkgreen:hover,
/* 8170  */ .no-cssgradients .fusion-button.button-darkgreen.wpcf7-submit:hover,
/* 8171  */ .no-cssgradients .button.darkgreen:hover,
/* 8172  */ .no-cssgradients .fusion-button.button-darkgreen:focus,
/* 8173  */ .no-cssgradients .fusion-button.button-darkgreen.wpcf7-submit:focus,
/* 8174  */ .no-cssgradients .button.darkgreen:focus,
/* 8175  */ .no-cssgradients .fusion-button.button-darkgreen:active,
/* 8176  */ .no-cssgradients .fusion-button.button-darkgreen.wpcf7-submit:active,
/* 8177  */ .no-cssgradients .button.darkgreen:active {
/* 8178  */   background-color: #a8c76a;
/* 8179  */ }
/* 8180  */ .no-cssgradients .fusion-button.button-darkgreen,
/* 8181  */ .no-cssgradients .fusion-button.button-darkgreen.wpcf7-submit,
/* 8182  */ .no-cssgradients .button.darkgreen {
/* 8183  */   background-color: #d0e0a5;
/* 8184  */ }
/* 8185  */ .fusion-button.button-darkgreen.button-3d.fusion-button-small,
/* 8186  */ .fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-small,
/* 8187  */ .button.darkgreen.button-3d.fusion-button-small,
/* 8188  */ .fusion-button.button-darkgreen.button-3d.button-small,
/* 8189  */ .fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-small,
/* 8190  */ .button.darkgreen.button-3d.button-small {
/* 8191  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8192  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8193  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8194  */ }
/* 8195  */ .fusion-button.button-darkgreen.button-3d.fusion-button-small:active,
/* 8196  */ .fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-small:active,
/* 8197  */ .button.darkgreen.button-3d.fusion-button-small:active,
/* 8198  */ .fusion-button.button-darkgreen.button-3d.button-small:active,
/* 8199  */ .fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-small:active,
/* 8200  */ .button.darkgreen.button-3d.button-small:active {

/* style.css */

/* 8201  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8202  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8203  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8204  */ }
/* 8205  */ .fusion-button.button-darkgreen.button-3d.fusion-button-medium,
/* 8206  */ .fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-medium,
/* 8207  */ .button.darkgreen.button-3d.fusion-button-medium,
/* 8208  */ .fusion-button.button-darkgreen.button-3d.button-medium,
/* 8209  */ .fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-medium,
/* 8210  */ .button.darkgreen.button-3d.button-medium {
/* 8211  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8212  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8213  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8214  */ }
/* 8215  */ .fusion-button.button-darkgreen.button-3d.fusion-button-medium:active,
/* 8216  */ .fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-medium:active,
/* 8217  */ .button.darkgreen.button-3d.fusion-button-medium:active,
/* 8218  */ .fusion-button.button-darkgreen.button-3d.button-medium:active,
/* 8219  */ .fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-medium:active,
/* 8220  */ .button.darkgreen.button-3d.button-medium:active {
/* 8221  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8222  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8223  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8224  */ }
/* 8225  */ .fusion-button.button-darkgreen.button-3d.fusion-button-large,
/* 8226  */ .fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-large,
/* 8227  */ .button.darkgreen.button-3d.fusion-button-large,
/* 8228  */ .fusion-button.button-darkgreen.button-3d.button-large,
/* 8229  */ .fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-large,
/* 8230  */ .button.darkgreen.button-3d.button-large {
/* 8231  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8232  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8233  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8234  */ }
/* 8235  */ .fusion-button.button-darkgreen.button-3d.fusion-button-large:active,
/* 8236  */ .fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-large:active,
/* 8237  */ .button.darkgreen.button-3d.fusion-button-large:active,
/* 8238  */ .fusion-button.button-darkgreen.button-3d.button-large:active,
/* 8239  */ .fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-large:active,
/* 8240  */ .button.darkgreen.button-3d.button-large:active {
/* 8241  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8242  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8243  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #54770f, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8244  */ }
/* 8245  */ .fusion-button.button-darkgreen.button-3d.fusion-button-xlarge,
/* 8246  */ .fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-xlarge,
/* 8247  */ .button.darkgreen.button-3d.fusion-button-xlarge,
/* 8248  */ .fusion-button.button-darkgreen.button-3d.button-xlarge,
/* 8249  */ .fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-xlarge,
/* 8250  */ .button.darkgreen.button-3d.button-xlarge {

/* style.css */

/* 8251  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8252  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8253  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8254  */ }
/* 8255  */ .fusion-button.button-darkgreen.button-3d.fusion-button-xlarge:active,
/* 8256  */ .fusion-button.button-darkgreen.wpcf7-submit.button-3d.fusion-button-xlarge:active,
/* 8257  */ .button.darkgreen.button-3d.fusion-button-xlarge:active,
/* 8258  */ .fusion-button.button-darkgreen.button-3d.button-xlarge:active,
/* 8259  */ .fusion-button.button-darkgreen.wpcf7-submit.button-3d.button-xlarge:active,
/* 8260  */ .button.darkgreen.button-3d.button-xlarge:active {
/* 8261  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8262  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8263  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #54770f, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8264  */ }
/* 8265  */ .fusion-button.button-orange,
/* 8266  */ .fusion-button.button-orange.wpcf7-submit,
/* 8267  */ .button.orange {
/* 8268  */   background: #fbdc86;
/* 8269  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#f8bf56), to(#fbdc86));
/* 8270  */   background-image: -webkit-linear-gradient(bottom, #f8bf56, #fbdc86);
/* 8271  */   background-image: -moz-linear-gradient(bottom, #f8bf56, #fbdc86);
/* 8272  */   background-image: -o-linear-gradient(bottom, #f8bf56, #fbdc86);
/* 8273  */   background-image: linear-gradient(to top, #f8bf56, #fbdc86);
/* 8274  */   border: 1px solid #c0830b;
/* 8275  */   color: #c0830b;
/* 8276  */ }
/* 8277  */ .fusion-button.button-orange .button-icon-divider-left,
/* 8278  */ .fusion-button.button-orange.wpcf7-submit .button-icon-divider-left,
/* 8279  */ .button.orange .button-icon-divider-left,
/* 8280  */ .fusion-button.button-orange .button-icon-divider-right,
/* 8281  */ .fusion-button.button-orange.wpcf7-submit .button-icon-divider-right,
/* 8282  */ .button.orange .button-icon-divider-right {
/* 8283  */   border-color: #c0830b;
/* 8284  */ }
/* 8285  */ .fusion-button.button-orange:hover,
/* 8286  */ .fusion-button.button-orange.wpcf7-submit:hover,
/* 8287  */ .button.orange:hover,
/* 8288  */ .fusion-button.button-orange:focus,
/* 8289  */ .fusion-button.button-orange.wpcf7-submit:focus,
/* 8290  */ .button.orange:focus,
/* 8291  */ .fusion-button.button-orange:active,
/* 8292  */ .fusion-button.button-orange.wpcf7-submit:active,
/* 8293  */ .button.orange:active {
/* 8294  */   background: #f8bf56;
/* 8295  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#fbdc86), to(#f8bf56));
/* 8296  */   background-image: -webkit-linear-gradient(bottom, #fbdc86, #f8bf56);
/* 8297  */   background-image: -moz-linear-gradient(bottom, #fbdc86, #f8bf56);
/* 8298  */   background-image: -o-linear-gradient(bottom, #fbdc86, #f8bf56);
/* 8299  */   background-image: linear-gradient(to top, #fbdc86, #f8bf56);
/* 8300  */   border: 1px solid #c0830b;

/* style.css */

/* 8301  */   color: #c0830b;
/* 8302  */ }
/* 8303  */ .fusion-button.button-orange:hover .button-icon-divider-left,
/* 8304  */ .fusion-button.button-orange.wpcf7-submit:hover .button-icon-divider-left,
/* 8305  */ .button.orange:hover .button-icon-divider-left,
/* 8306  */ .fusion-button.button-orange:focus .button-icon-divider-left,
/* 8307  */ .fusion-button.button-orange.wpcf7-submit:focus .button-icon-divider-left,
/* 8308  */ .button.orange:focus .button-icon-divider-left,
/* 8309  */ .fusion-button.button-orange:active .button-icon-divider-left,
/* 8310  */ .fusion-button.button-orange.wpcf7-submit:active .button-icon-divider-left,
/* 8311  */ .button.orange:active .button-icon-divider-left,
/* 8312  */ .fusion-button.button-orange:hover .button-icon-divider-right,
/* 8313  */ .fusion-button.button-orange.wpcf7-submit:hover .button-icon-divider-right,
/* 8314  */ .button.orange:hover .button-icon-divider-right,
/* 8315  */ .fusion-button.button-orange:focus .button-icon-divider-right,
/* 8316  */ .fusion-button.button-orange.wpcf7-submit:focus .button-icon-divider-right,
/* 8317  */ .button.orange:focus .button-icon-divider-right,
/* 8318  */ .fusion-button.button-orange:active .button-icon-divider-right,
/* 8319  */ .fusion-button.button-orange.wpcf7-submit:active .button-icon-divider-right,
/* 8320  */ .button.orange:active .button-icon-divider-right {
/* 8321  */   border-color: #c0830b;
/* 8322  */ }
/* 8323  */ .no-cssgradients .fusion-button.button-orange:hover,
/* 8324  */ .no-cssgradients .fusion-button.button-orange.wpcf7-submit:hover,
/* 8325  */ .no-cssgradients .button.orange:hover,
/* 8326  */ .no-cssgradients .fusion-button.button-orange:focus,
/* 8327  */ .no-cssgradients .fusion-button.button-orange.wpcf7-submit:focus,
/* 8328  */ .no-cssgradients .button.orange:focus,
/* 8329  */ .no-cssgradients .fusion-button.button-orange:active,
/* 8330  */ .no-cssgradients .fusion-button.button-orange.wpcf7-submit:active,
/* 8331  */ .no-cssgradients .button.orange:active {
/* 8332  */   background-color: #f8bf56;
/* 8333  */ }
/* 8334  */ .no-cssgradients .fusion-button.button-orange,
/* 8335  */ .no-cssgradients .fusion-button.button-orange.wpcf7-submit,
/* 8336  */ .no-cssgradients .button.orange {
/* 8337  */   background-color: #fbdc86;
/* 8338  */ }
/* 8339  */ .fusion-button.button-orange.button-3d.fusion-button-small,
/* 8340  */ .fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-small,
/* 8341  */ .button.orange.button-3d.fusion-button-small,
/* 8342  */ .fusion-button.button-orange.button-3d.button-small,
/* 8343  */ .fusion-button.button-orange.wpcf7-submit.button-3d.button-small,
/* 8344  */ .button.orange.button-3d.button-small {
/* 8345  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8346  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8347  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8348  */ }
/* 8349  */ .fusion-button.button-orange.button-3d.fusion-button-small:active,
/* 8350  */ .fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-small:active,

/* style.css */

/* 8351  */ .button.orange.button-3d.fusion-button-small:active,
/* 8352  */ .fusion-button.button-orange.button-3d.button-small:active,
/* 8353  */ .fusion-button.button-orange.wpcf7-submit.button-3d.button-small:active,
/* 8354  */ .button.orange.button-3d.button-small:active {
/* 8355  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8356  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8357  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8358  */ }
/* 8359  */ .fusion-button.button-orange.button-3d.fusion-button-medium,
/* 8360  */ .fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-medium,
/* 8361  */ .button.orange.button-3d.fusion-button-medium,
/* 8362  */ .fusion-button.button-orange.button-3d.button-medium,
/* 8363  */ .fusion-button.button-orange.wpcf7-submit.button-3d.button-medium,
/* 8364  */ .button.orange.button-3d.button-medium {
/* 8365  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8366  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8367  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8368  */ }
/* 8369  */ .fusion-button.button-orange.button-3d.fusion-button-medium:active,
/* 8370  */ .fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-medium:active,
/* 8371  */ .button.orange.button-3d.fusion-button-medium:active,
/* 8372  */ .fusion-button.button-orange.button-3d.button-medium:active,
/* 8373  */ .fusion-button.button-orange.wpcf7-submit.button-3d.button-medium:active,
/* 8374  */ .button.orange.button-3d.button-medium:active {
/* 8375  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8376  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8377  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8378  */ }
/* 8379  */ .fusion-button.button-orange.button-3d.fusion-button-large,
/* 8380  */ .fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-large,
/* 8381  */ .button.orange.button-3d.fusion-button-large,
/* 8382  */ .fusion-button.button-orange.button-3d.button-large,
/* 8383  */ .fusion-button.button-orange.wpcf7-submit.button-3d.button-large,
/* 8384  */ .button.orange.button-3d.button-large {
/* 8385  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8386  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8387  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8388  */ }
/* 8389  */ .fusion-button.button-orange.button-3d.fusion-button-large:active,
/* 8390  */ .fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-large:active,
/* 8391  */ .button.orange.button-3d.fusion-button-large:active,
/* 8392  */ .fusion-button.button-orange.button-3d.button-large:active,
/* 8393  */ .fusion-button.button-orange.wpcf7-submit.button-3d.button-large:active,
/* 8394  */ .button.orange.button-3d.button-large:active {
/* 8395  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8396  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8397  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #c0830b, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8398  */ }
/* 8399  */ .fusion-button.button-orange.button-3d.fusion-button-xlarge,
/* 8400  */ .fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-xlarge,

/* style.css */

/* 8401  */ .button.orange.button-3d.fusion-button-xlarge,
/* 8402  */ .fusion-button.button-orange.button-3d.button-xlarge,
/* 8403  */ .fusion-button.button-orange.wpcf7-submit.button-3d.button-xlarge,
/* 8404  */ .button.orange.button-3d.button-xlarge {
/* 8405  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8406  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8407  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8408  */ }
/* 8409  */ .fusion-button.button-orange.button-3d.fusion-button-xlarge:active,
/* 8410  */ .fusion-button.button-orange.wpcf7-submit.button-3d.fusion-button-xlarge:active,
/* 8411  */ .button.orange.button-3d.fusion-button-xlarge:active,
/* 8412  */ .fusion-button.button-orange.button-3d.button-xlarge:active,
/* 8413  */ .fusion-button.button-orange.wpcf7-submit.button-3d.button-xlarge:active,
/* 8414  */ .button.orange.button-3d.button-xlarge:active {
/* 8415  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8416  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8417  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #c0830b, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8418  */ }
/* 8419  */ .fusion-button.button-blue,
/* 8420  */ .fusion-button.button-blue.wpcf7-submit,
/* 8421  */ .button.blue {
/* 8422  */   background: #b5e0f7;
/* 8423  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#76c7f1), to(#b5e0f7));
/* 8424  */   background-image: -webkit-linear-gradient(bottom, #76c7f1, #b5e0f7);
/* 8425  */   background-image: -moz-linear-gradient(bottom, #76c7f1, #b5e0f7);
/* 8426  */   background-image: -o-linear-gradient(bottom, #76c7f1, #b5e0f7);
/* 8427  */   background-image: linear-gradient(to top, #76c7f1, #b5e0f7);
/* 8428  */   border: 1px solid #1172c1;
/* 8429  */   color: #1172c1;
/* 8430  */ }
/* 8431  */ .fusion-button.button-blue .button-icon-divider-left,
/* 8432  */ .fusion-button.button-blue.wpcf7-submit .button-icon-divider-left,
/* 8433  */ .button.blue .button-icon-divider-left,
/* 8434  */ .fusion-button.button-blue .button-icon-divider-right,
/* 8435  */ .fusion-button.button-blue.wpcf7-submit .button-icon-divider-right,
/* 8436  */ .button.blue .button-icon-divider-right {
/* 8437  */   border-color: #1172c1;
/* 8438  */ }
/* 8439  */ .fusion-button.button-blue:hover,
/* 8440  */ .fusion-button.button-blue.wpcf7-submit:hover,
/* 8441  */ .button.blue:hover,
/* 8442  */ .fusion-button.button-blue:focus,
/* 8443  */ .fusion-button.button-blue.wpcf7-submit:focus,
/* 8444  */ .button.blue:focus,
/* 8445  */ .fusion-button.button-blue:active,
/* 8446  */ .fusion-button.button-blue.wpcf7-submit:active,
/* 8447  */ .button.blue:active {
/* 8448  */   background: #76c7f1;
/* 8449  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#b5e0f7), to(#76c7f1));
/* 8450  */   background-image: -webkit-linear-gradient(bottom, #b5e0f7, #76c7f1);

/* style.css */

/* 8451  */   background-image: -moz-linear-gradient(bottom, #b5e0f7, #76c7f1);
/* 8452  */   background-image: -o-linear-gradient(bottom, #b5e0f7, #76c7f1);
/* 8453  */   background-image: linear-gradient(to top, #b5e0f7, #76c7f1);
/* 8454  */   border: 1px solid #1172c1;
/* 8455  */   color: #1172c1;
/* 8456  */ }
/* 8457  */ .fusion-button.button-blue:hover .button-icon-divider-left,
/* 8458  */ .fusion-button.button-blue.wpcf7-submit:hover .button-icon-divider-left,
/* 8459  */ .button.blue:hover .button-icon-divider-left,
/* 8460  */ .fusion-button.button-blue:focus .button-icon-divider-left,
/* 8461  */ .fusion-button.button-blue.wpcf7-submit:focus .button-icon-divider-left,
/* 8462  */ .button.blue:focus .button-icon-divider-left,
/* 8463  */ .fusion-button.button-blue:active .button-icon-divider-left,
/* 8464  */ .fusion-button.button-blue.wpcf7-submit:active .button-icon-divider-left,
/* 8465  */ .button.blue:active .button-icon-divider-left,
/* 8466  */ .fusion-button.button-blue:hover .button-icon-divider-right,
/* 8467  */ .fusion-button.button-blue.wpcf7-submit:hover .button-icon-divider-right,
/* 8468  */ .button.blue:hover .button-icon-divider-right,
/* 8469  */ .fusion-button.button-blue:focus .button-icon-divider-right,
/* 8470  */ .fusion-button.button-blue.wpcf7-submit:focus .button-icon-divider-right,
/* 8471  */ .button.blue:focus .button-icon-divider-right,
/* 8472  */ .fusion-button.button-blue:active .button-icon-divider-right,
/* 8473  */ .fusion-button.button-blue.wpcf7-submit:active .button-icon-divider-right,
/* 8474  */ .button.blue:active .button-icon-divider-right {
/* 8475  */   border-color: #1172c1;
/* 8476  */ }
/* 8477  */ .no-cssgradients .fusion-button.button-blue:hover,
/* 8478  */ .no-cssgradients .fusion-button.button-blue.wpcf7-submit:hover,
/* 8479  */ .no-cssgradients .button.blue:hover,
/* 8480  */ .no-cssgradients .fusion-button.button-blue:focus,
/* 8481  */ .no-cssgradients .fusion-button.button-blue.wpcf7-submit:focus,
/* 8482  */ .no-cssgradients .button.blue:focus,
/* 8483  */ .no-cssgradients .fusion-button.button-blue:active,
/* 8484  */ .no-cssgradients .fusion-button.button-blue.wpcf7-submit:active,
/* 8485  */ .no-cssgradients .button.blue:active {
/* 8486  */   background-color: #76c7f1;
/* 8487  */ }
/* 8488  */ .no-cssgradients .fusion-button.button-blue,
/* 8489  */ .no-cssgradients .fusion-button.button-blue.wpcf7-submit,
/* 8490  */ .no-cssgradients .button.blue {
/* 8491  */   background-color: #b5e0f7;
/* 8492  */ }
/* 8493  */ .fusion-button.button-blue.button-3d.fusion-button-small,
/* 8494  */ .fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-small,
/* 8495  */ .button.blue.button-3d.fusion-button-small,
/* 8496  */ .fusion-button.button-blue.button-3d.button-small,
/* 8497  */ .fusion-button.button-blue.wpcf7-submit.button-3d.button-small,
/* 8498  */ .button.blue.button-3d.button-small {
/* 8499  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8500  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);

/* style.css */

/* 8501  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8502  */ }
/* 8503  */ .fusion-button.button-blue.button-3d.fusion-button-small:active,
/* 8504  */ .fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-small:active,
/* 8505  */ .button.blue.button-3d.fusion-button-small:active,
/* 8506  */ .fusion-button.button-blue.button-3d.button-small:active,
/* 8507  */ .fusion-button.button-blue.wpcf7-submit.button-3d.button-small:active,
/* 8508  */ .button.blue.button-3d.button-small:active {
/* 8509  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8510  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8511  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8512  */ }
/* 8513  */ .fusion-button.button-blue.button-3d.fusion-button-medium,
/* 8514  */ .fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-medium,
/* 8515  */ .button.blue.button-3d.fusion-button-medium,
/* 8516  */ .fusion-button.button-blue.button-3d.button-medium,
/* 8517  */ .fusion-button.button-blue.wpcf7-submit.button-3d.button-medium,
/* 8518  */ .button.blue.button-3d.button-medium {
/* 8519  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8520  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8521  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8522  */ }
/* 8523  */ .fusion-button.button-blue.button-3d.fusion-button-medium:active,
/* 8524  */ .fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-medium:active,
/* 8525  */ .button.blue.button-3d.fusion-button-medium:active,
/* 8526  */ .fusion-button.button-blue.button-3d.button-medium:active,
/* 8527  */ .fusion-button.button-blue.wpcf7-submit.button-3d.button-medium:active,
/* 8528  */ .button.blue.button-3d.button-medium:active {
/* 8529  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8530  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8531  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8532  */ }
/* 8533  */ .fusion-button.button-blue.button-3d.fusion-button-large,
/* 8534  */ .fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-large,
/* 8535  */ .button.blue.button-3d.fusion-button-large,
/* 8536  */ .fusion-button.button-blue.button-3d.button-large,
/* 8537  */ .fusion-button.button-blue.wpcf7-submit.button-3d.button-large,
/* 8538  */ .button.blue.button-3d.button-large {
/* 8539  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8540  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8541  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8542  */ }
/* 8543  */ .fusion-button.button-blue.button-3d.fusion-button-large:active,
/* 8544  */ .fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-large:active,
/* 8545  */ .button.blue.button-3d.fusion-button-large:active,
/* 8546  */ .fusion-button.button-blue.button-3d.button-large:active,
/* 8547  */ .fusion-button.button-blue.wpcf7-submit.button-3d.button-large:active,
/* 8548  */ .button.blue.button-3d.button-large:active {
/* 8549  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8550  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);

/* style.css */

/* 8551  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #1172c1, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8552  */ }
/* 8553  */ .fusion-button.button-blue.button-3d.fusion-button-xlarge,
/* 8554  */ .fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-xlarge,
/* 8555  */ .button.blue.button-3d.fusion-button-xlarge,
/* 8556  */ .fusion-button.button-blue.button-3d.button-xlarge,
/* 8557  */ .fusion-button.button-blue.wpcf7-submit.button-3d.button-xlarge,
/* 8558  */ .button.blue.button-3d.button-xlarge {
/* 8559  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8560  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8561  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8562  */ }
/* 8563  */ .fusion-button.button-blue.button-3d.fusion-button-xlarge:active,
/* 8564  */ .fusion-button.button-blue.wpcf7-submit.button-3d.fusion-button-xlarge:active,
/* 8565  */ .button.blue.button-3d.fusion-button-xlarge:active,
/* 8566  */ .fusion-button.button-blue.button-3d.button-xlarge:active,
/* 8567  */ .fusion-button.button-blue.wpcf7-submit.button-3d.button-xlarge:active,
/* 8568  */ .button.blue.button-3d.button-xlarge:active {
/* 8569  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8570  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8571  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #1172c1, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8572  */ }
/* 8573  */ .fusion-button.button.button-darkblue,
/* 8574  */ .fusion-button.button.button-darkblue.wpcf7-submit,
/* 8575  */ .button.darkblue {
/* 8576  */   background: #428bca;
/* 8577  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#2a6496), to(#428bca));
/* 8578  */   background-image: -webkit-linear-gradient(bottom, #2a6496, #428bca);
/* 8579  */   background-image: -moz-linear-gradient(bottom, #2a6496, #428bca);
/* 8580  */   background-image: -o-linear-gradient(bottom, #2a6496, #428bca);
/* 8581  */   background-image: linear-gradient(to top, #2a6496, #428bca);
/* 8582  */   border: 1px solid #072c5e;
/* 8583  */   color: #072c5e;
/* 8584  */ }
/* 8585  */ .fusion-button.button.button-darkblue .button-icon-divider-left,
/* 8586  */ .fusion-button.button.button-darkblue.wpcf7-submit .button-icon-divider-left,
/* 8587  */ .button.darkblue .button-icon-divider-left,
/* 8588  */ .fusion-button.button.button-darkblue .button-icon-divider-right,
/* 8589  */ .fusion-button.button.button-darkblue.wpcf7-submit .button-icon-divider-right,
/* 8590  */ .button.darkblue .button-icon-divider-right {
/* 8591  */   border-color: #072c5e;
/* 8592  */ }
/* 8593  */ .fusion-button.button.button-darkblue:hover,
/* 8594  */ .fusion-button.button.button-darkblue.wpcf7-submit:hover,
/* 8595  */ .button.darkblue:hover,
/* 8596  */ .fusion-button.button.button-darkblue:focus,
/* 8597  */ .fusion-button.button.button-darkblue.wpcf7-submit:focus,
/* 8598  */ .button.darkblue:focus,
/* 8599  */ .fusion-button.button.button-darkblue:active,
/* 8600  */ .fusion-button.button.button-darkblue.wpcf7-submit:active,

/* style.css */

/* 8601  */ .button.darkblue:active {
/* 8602  */   background: #2a6496;
/* 8603  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#428bca), to(#2a6496));
/* 8604  */   background-image: -webkit-linear-gradient(bottom, #428bca, #2a6496);
/* 8605  */   background-image: -moz-linear-gradient(bottom, #428bca, #2a6496);
/* 8606  */   background-image: -o-linear-gradient(bottom, #428bca, #2a6496);
/* 8607  */   background-image: linear-gradient(to top, #428bca, #2a6496);
/* 8608  */   border: 1px solid #072c5e;
/* 8609  */   color: #072c5e;
/* 8610  */ }
/* 8611  */ .fusion-button.button.button-darkblue:hover .button-icon-divider-left,
/* 8612  */ .fusion-button.button.button-darkblue.wpcf7-submit:hover .button-icon-divider-left,
/* 8613  */ .button.darkblue:hover .button-icon-divider-left,
/* 8614  */ .fusion-button.button.button-darkblue:focus .button-icon-divider-left,
/* 8615  */ .fusion-button.button.button-darkblue.wpcf7-submit:focus .button-icon-divider-left,
/* 8616  */ .button.darkblue:focus .button-icon-divider-left,
/* 8617  */ .fusion-button.button.button-darkblue:active .button-icon-divider-left,
/* 8618  */ .fusion-button.button.button-darkblue.wpcf7-submit:active .button-icon-divider-left,
/* 8619  */ .button.darkblue:active .button-icon-divider-left,
/* 8620  */ .fusion-button.button.button-darkblue:hover .button-icon-divider-right,
/* 8621  */ .fusion-button.button.button-darkblue.wpcf7-submit:hover .button-icon-divider-right,
/* 8622  */ .button.darkblue:hover .button-icon-divider-right,
/* 8623  */ .fusion-button.button.button-darkblue:focus .button-icon-divider-right,
/* 8624  */ .fusion-button.button.button-darkblue.wpcf7-submit:focus .button-icon-divider-right,
/* 8625  */ .button.darkblue:focus .button-icon-divider-right,
/* 8626  */ .fusion-button.button.button-darkblue:active .button-icon-divider-right,
/* 8627  */ .fusion-button.button.button-darkblue.wpcf7-submit:active .button-icon-divider-right,
/* 8628  */ .button.darkblue:active .button-icon-divider-right {
/* 8629  */   border-color: #072c5e;
/* 8630  */ }
/* 8631  */ .no-cssgradients .fusion-button.button.button-darkblue:hover,
/* 8632  */ .no-cssgradients .fusion-button.button.button-darkblue.wpcf7-submit:hover,
/* 8633  */ .no-cssgradients .button.darkblue:hover,
/* 8634  */ .no-cssgradients .fusion-button.button.button-darkblue:focus,
/* 8635  */ .no-cssgradients .fusion-button.button.button-darkblue.wpcf7-submit:focus,
/* 8636  */ .no-cssgradients .button.darkblue:focus,
/* 8637  */ .no-cssgradients .fusion-button.button.button-darkblue:active,
/* 8638  */ .no-cssgradients .fusion-button.button.button-darkblue.wpcf7-submit:active,
/* 8639  */ .no-cssgradients .button.darkblue:active {
/* 8640  */   background-color: #2A6496;
/* 8641  */ }
/* 8642  */ .no-cssgradients .fusion-button.button.button-darkblue,
/* 8643  */ .no-cssgradients .fusion-button.button.button-darkblue.wpcf7-submit,
/* 8644  */ .no-cssgradients .button.darkblue {
/* 8645  */   background-color: #428BCA;
/* 8646  */ }
/* 8647  */ .fusion-button.button.button-darkblue.button-3d.fusion-button-small,
/* 8648  */ .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-small,
/* 8649  */ .button.darkblue.button-3d.fusion-button-small,
/* 8650  */ .fusion-button.button.button-darkblue.button-3d.button-small,

/* style.css */

/* 8651  */ .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-small,
/* 8652  */ .button.darkblue.button-3d.button-small {
/* 8653  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8654  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8655  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8656  */ }
/* 8657  */ .fusion-button.button.button-darkblue.button-3d.fusion-button-small:active,
/* 8658  */ .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-small:active,
/* 8659  */ .button.darkblue.button-3d.fusion-button-small:active,
/* 8660  */ .fusion-button.button.button-darkblue.button-3d.button-small:active,
/* 8661  */ .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-small:active,
/* 8662  */ .button.darkblue.button-3d.button-small:active {
/* 8663  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8664  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8665  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8666  */ }
/* 8667  */ .fusion-button.button.button-darkblue.button-3d.fusion-button-medium,
/* 8668  */ .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-medium,
/* 8669  */ .button.darkblue.button-3d.fusion-button-medium,
/* 8670  */ .fusion-button.button.button-darkblue.button-3d.button-medium,
/* 8671  */ .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-medium,
/* 8672  */ .button.darkblue.button-3d.button-medium {
/* 8673  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8674  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8675  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8676  */ }
/* 8677  */ .fusion-button.button.button-darkblue.button-3d.fusion-button-medium:active,
/* 8678  */ .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-medium:active,
/* 8679  */ .button.darkblue.button-3d.fusion-button-medium:active,
/* 8680  */ .fusion-button.button.button-darkblue.button-3d.button-medium:active,
/* 8681  */ .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-medium:active,
/* 8682  */ .button.darkblue.button-3d.button-medium:active {
/* 8683  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8684  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8685  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8686  */ }
/* 8687  */ .fusion-button.button.button-darkblue.button-3d.fusion-button-large,
/* 8688  */ .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-large,
/* 8689  */ .button.darkblue.button-3d.fusion-button-large,
/* 8690  */ .fusion-button.button.button-darkblue.button-3d.button-large,
/* 8691  */ .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-large,
/* 8692  */ .button.darkblue.button-3d.button-large {
/* 8693  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8694  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8695  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8696  */ }
/* 8697  */ .fusion-button.button.button-darkblue.button-3d.fusion-button-large:active,
/* 8698  */ .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-large:active,
/* 8699  */ .button.darkblue.button-3d.fusion-button-large:active,
/* 8700  */ .fusion-button.button.button-darkblue.button-3d.button-large:active,

/* style.css */

/* 8701  */ .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-large:active,
/* 8702  */ .button.darkblue.button-3d.button-large:active {
/* 8703  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8704  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8705  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #072c5e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8706  */ }
/* 8707  */ .fusion-button.button.button-darkblue.button-3d.fusion-button-xlarge,
/* 8708  */ .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-xlarge,
/* 8709  */ .button.darkblue.button-3d.fusion-button-xlarge,
/* 8710  */ .fusion-button.button.button-darkblue.button-3d.button-xlarge,
/* 8711  */ .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-xlarge,
/* 8712  */ .button.darkblue.button-3d.button-xlarge {
/* 8713  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8714  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8715  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8716  */ }
/* 8717  */ .fusion-button.button.button-darkblue.button-3d.fusion-button-xlarge:active,
/* 8718  */ .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.fusion-button-xlarge:active,
/* 8719  */ .button.darkblue.button-3d.fusion-button-xlarge:active,
/* 8720  */ .fusion-button.button.button-darkblue.button-3d.button-xlarge:active,
/* 8721  */ .fusion-button.button.button-darkblue.wpcf7-submit.button-3d.button-xlarge:active,
/* 8722  */ .button.darkblue.button-3d.button-xlarge:active {
/* 8723  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8724  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8725  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #072c5e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8726  */ }
/* 8727  */ .fusion-button.button-red,
/* 8728  */ .fusion-button.button-red.wpcf7-submit,
/* 8729  */ .button.red {
/* 8730  */   background: #fd9c9c;
/* 8731  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#fc7d7d), to(#fd9c9c));
/* 8732  */   background-image: -webkit-linear-gradient(bottom, #fc7d7d, #fd9c9c);
/* 8733  */   background-image: -moz-linear-gradient(bottom, #fc7d7d, #fd9c9c);
/* 8734  */   background-image: -o-linear-gradient(bottom, #fc7d7d, #fd9c9c);
/* 8735  */   background-image: linear-gradient(to top, #fc7d7d, #fd9c9c);
/* 8736  */   border: 1px solid #9d1111;
/* 8737  */   color: #9d1111;
/* 8738  */ }
/* 8739  */ .fusion-button.button-red .button-icon-divider-left,
/* 8740  */ .fusion-button.button-red.wpcf7-submit .button-icon-divider-left,
/* 8741  */ .button.red .button-icon-divider-left,
/* 8742  */ .fusion-button.button-red .button-icon-divider-right,
/* 8743  */ .fusion-button.button-red.wpcf7-submit .button-icon-divider-right,
/* 8744  */ .button.red .button-icon-divider-right {
/* 8745  */   border-color: #9d1111;
/* 8746  */ }
/* 8747  */ .fusion-button.button-red:hover,
/* 8748  */ .fusion-button.button-red.wpcf7-submit:hover,
/* 8749  */ .button.red:hover,
/* 8750  */ .fusion-button.button-red:focus,

/* style.css */

/* 8751  */ .fusion-button.button-red.wpcf7-submit:focus,
/* 8752  */ .button.red:focus,
/* 8753  */ .fusion-button.button-red:active,
/* 8754  */ .fusion-button.button-red.wpcf7-submit:active,
/* 8755  */ .button.red:active {
/* 8756  */   background: #fc7d7d;
/* 8757  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#fd9c9c), to(#fc7d7d));
/* 8758  */   background-image: -webkit-linear-gradient(bottom, #fd9c9c, #fc7d7d);
/* 8759  */   background-image: -moz-linear-gradient(bottom, #fd9c9c, #fc7d7d);
/* 8760  */   background-image: -o-linear-gradient(bottom, #fd9c9c, #fc7d7d);
/* 8761  */   background-image: linear-gradient(to top, #fd9c9c, #fc7d7d);
/* 8762  */   border: 1px solid #9d1111;
/* 8763  */   color: #9d1111;
/* 8764  */ }
/* 8765  */ .fusion-button.button-red:hover .button-icon-divider-left,
/* 8766  */ .fusion-button.button-red.wpcf7-submit:hover .button-icon-divider-left,
/* 8767  */ .button.red:hover .button-icon-divider-left,
/* 8768  */ .fusion-button.button-red:focus .button-icon-divider-left,
/* 8769  */ .fusion-button.button-red.wpcf7-submit:focus .button-icon-divider-left,
/* 8770  */ .button.red:focus .button-icon-divider-left,
/* 8771  */ .fusion-button.button-red:active .button-icon-divider-left,
/* 8772  */ .fusion-button.button-red.wpcf7-submit:active .button-icon-divider-left,
/* 8773  */ .button.red:active .button-icon-divider-left,
/* 8774  */ .fusion-button.button-red:hover .button-icon-divider-right,
/* 8775  */ .fusion-button.button-red.wpcf7-submit:hover .button-icon-divider-right,
/* 8776  */ .button.red:hover .button-icon-divider-right,
/* 8777  */ .fusion-button.button-red:focus .button-icon-divider-right,
/* 8778  */ .fusion-button.button-red.wpcf7-submit:focus .button-icon-divider-right,
/* 8779  */ .button.red:focus .button-icon-divider-right,
/* 8780  */ .fusion-button.button-red:active .button-icon-divider-right,
/* 8781  */ .fusion-button.button-red.wpcf7-submit:active .button-icon-divider-right,
/* 8782  */ .button.red:active .button-icon-divider-right {
/* 8783  */   border-color: #9d1111;
/* 8784  */ }
/* 8785  */ .no-cssgradients .fusion-button.button-red:hover,
/* 8786  */ .no-cssgradients .fusion-button.button-red.wpcf7-submit:hover,
/* 8787  */ .no-cssgradients .button.red:hover,
/* 8788  */ .no-cssgradients .fusion-button.button-red:focus,
/* 8789  */ .no-cssgradients .fusion-button.button-red.wpcf7-submit:focus,
/* 8790  */ .no-cssgradients .button.red:focus,
/* 8791  */ .no-cssgradients .fusion-button.button-red:active,
/* 8792  */ .no-cssgradients .fusion-button.button-red.wpcf7-submit:active,
/* 8793  */ .no-cssgradients .button.red:active {
/* 8794  */   background-color: #fc7d7d;
/* 8795  */ }
/* 8796  */ .no-cssgradients .fusion-button.button-red,
/* 8797  */ .no-cssgradients .fusion-button.button-red.wpcf7-submit,
/* 8798  */ .no-cssgradients .button.red {
/* 8799  */   background-color: #fd9c9c;
/* 8800  */ }

/* style.css */

/* 8801  */ .fusion-button.button-red.button-3d.fusion-button-small,
/* 8802  */ .fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-small,
/* 8803  */ .button.red.button-3d.fusion-button-small,
/* 8804  */ .fusion-button.button-red.button-3d.button-small,
/* 8805  */ .fusion-button.button-red.wpcf7-submit.button-3d.button-small,
/* 8806  */ .button.red.button-3d.button-small {
/* 8807  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8808  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8809  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8810  */ }
/* 8811  */ .fusion-button.button-red.button-3d.fusion-button-small:active,
/* 8812  */ .fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-small:active,
/* 8813  */ .button.red.button-3d.fusion-button-small:active,
/* 8814  */ .fusion-button.button-red.button-3d.button-small:active,
/* 8815  */ .fusion-button.button-red.wpcf7-submit.button-3d.button-small:active,
/* 8816  */ .button.red.button-3d.button-small:active {
/* 8817  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8818  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8819  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8820  */ }
/* 8821  */ .fusion-button.button-red.button-3d.fusion-button-medium,
/* 8822  */ .fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-medium,
/* 8823  */ .button.red.button-3d.fusion-button-medium,
/* 8824  */ .fusion-button.button-red.button-3d.button-medium,
/* 8825  */ .fusion-button.button-red.wpcf7-submit.button-3d.button-medium,
/* 8826  */ .button.red.button-3d.button-medium {
/* 8827  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8828  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8829  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8830  */ }
/* 8831  */ .fusion-button.button-red.button-3d.fusion-button-medium:active,
/* 8832  */ .fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-medium:active,
/* 8833  */ .button.red.button-3d.fusion-button-medium:active,
/* 8834  */ .fusion-button.button-red.button-3d.button-medium:active,
/* 8835  */ .fusion-button.button-red.wpcf7-submit.button-3d.button-medium:active,
/* 8836  */ .button.red.button-3d.button-medium:active {
/* 8837  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8838  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8839  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8840  */ }
/* 8841  */ .fusion-button.button-red.button-3d.fusion-button-large,
/* 8842  */ .fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-large,
/* 8843  */ .button.red.button-3d.fusion-button-large,
/* 8844  */ .fusion-button.button-red.button-3d.button-large,
/* 8845  */ .fusion-button.button-red.wpcf7-submit.button-3d.button-large,
/* 8846  */ .button.red.button-3d.button-large {
/* 8847  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8848  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8849  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8850  */ }

/* style.css */

/* 8851  */ .fusion-button.button-red.button-3d.fusion-button-large:active,
/* 8852  */ .fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-large:active,
/* 8853  */ .button.red.button-3d.fusion-button-large:active,
/* 8854  */ .fusion-button.button-red.button-3d.button-large:active,
/* 8855  */ .fusion-button.button-red.wpcf7-submit.button-3d.button-large:active,
/* 8856  */ .button.red.button-3d.button-large:active {
/* 8857  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8858  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8859  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #9d1111, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 8860  */ }
/* 8861  */ .fusion-button.button-red.button-3d.fusion-button-xlarge,
/* 8862  */ .fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-xlarge,
/* 8863  */ .button.red.button-3d.fusion-button-xlarge,
/* 8864  */ .fusion-button.button-red.button-3d.button-xlarge,
/* 8865  */ .fusion-button.button-red.wpcf7-submit.button-3d.button-xlarge,
/* 8866  */ .button.red.button-3d.button-xlarge {
/* 8867  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8868  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8869  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8870  */ }
/* 8871  */ .fusion-button.button-red.button-3d.fusion-button-xlarge:active,
/* 8872  */ .fusion-button.button-red.wpcf7-submit.button-3d.fusion-button-xlarge:active,
/* 8873  */ .button.red.button-3d.fusion-button-xlarge:active,
/* 8874  */ .fusion-button.button-red.button-3d.button-xlarge:active,
/* 8875  */ .fusion-button.button-red.wpcf7-submit.button-3d.button-xlarge:active,
/* 8876  */ .button.red.button-3d.button-xlarge:active {
/* 8877  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8878  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8879  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #9d1111, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 8880  */ }
/* 8881  */ .fusion-button.button-darkred,
/* 8882  */ .fusion-button.button-darkred.wpcf7-submit,
/* 8883  */ .button.darkred {
/* 8884  */   background: #fe2020;
/* 8885  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#b01818), to(#fe2020));
/* 8886  */   background-image: -webkit-linear-gradient(bottom, #b01818, #fe2020);
/* 8887  */   background-image: -moz-linear-gradient(bottom, #b01818, #fe2020);
/* 8888  */   background-image: -o-linear-gradient(bottom, #b01818, #fe2020);
/* 8889  */   background-image: linear-gradient(to top, #b01818, #fe2020);
/* 8890  */   border: 1px solid #690e0e;
/* 8891  */   color: #690e0e;
/* 8892  */ }
/* 8893  */ .fusion-button.button-darkred .button-icon-divider-left,
/* 8894  */ .fusion-button.button-darkred.wpcf7-submit .button-icon-divider-left,
/* 8895  */ .button.darkred .button-icon-divider-left,
/* 8896  */ .fusion-button.button-darkred .button-icon-divider-right,
/* 8897  */ .fusion-button.button-darkred.wpcf7-submit .button-icon-divider-right,
/* 8898  */ .button.darkred .button-icon-divider-right {
/* 8899  */   border-color: #690e0e;
/* 8900  */ }

/* style.css */

/* 8901  */ .fusion-button.button-darkred:hover,
/* 8902  */ .fusion-button.button-darkred.wpcf7-submit:hover,
/* 8903  */ .button.darkred:hover,
/* 8904  */ .fusion-button.button-darkred:focus,
/* 8905  */ .fusion-button.button-darkred.wpcf7-submit:focus,
/* 8906  */ .button.darkred:focus,
/* 8907  */ .fusion-button.button-darkred:active,
/* 8908  */ .fusion-button.button-darkred.wpcf7-submit:active,
/* 8909  */ .button.darkred:active {
/* 8910  */   background: #b01818;
/* 8911  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#fe2020), to(#b01818));
/* 8912  */   background-image: -webkit-linear-gradient(bottom, #fe2020, #b01818);
/* 8913  */   background-image: -moz-linear-gradient(bottom, #fe2020, #b01818);
/* 8914  */   background-image: -o-linear-gradient(bottom, #fe2020, #b01818);
/* 8915  */   background-image: linear-gradient(to top, #fe2020, #b01818);
/* 8916  */   border: 1px solid #690e0e;
/* 8917  */   color: #690e0e;
/* 8918  */ }
/* 8919  */ .fusion-button.button-darkred:hover .button-icon-divider-left,
/* 8920  */ .fusion-button.button-darkred.wpcf7-submit:hover .button-icon-divider-left,
/* 8921  */ .button.darkred:hover .button-icon-divider-left,
/* 8922  */ .fusion-button.button-darkred:focus .button-icon-divider-left,
/* 8923  */ .fusion-button.button-darkred.wpcf7-submit:focus .button-icon-divider-left,
/* 8924  */ .button.darkred:focus .button-icon-divider-left,
/* 8925  */ .fusion-button.button-darkred:active .button-icon-divider-left,
/* 8926  */ .fusion-button.button-darkred.wpcf7-submit:active .button-icon-divider-left,
/* 8927  */ .button.darkred:active .button-icon-divider-left,
/* 8928  */ .fusion-button.button-darkred:hover .button-icon-divider-right,
/* 8929  */ .fusion-button.button-darkred.wpcf7-submit:hover .button-icon-divider-right,
/* 8930  */ .button.darkred:hover .button-icon-divider-right,
/* 8931  */ .fusion-button.button-darkred:focus .button-icon-divider-right,
/* 8932  */ .fusion-button.button-darkred.wpcf7-submit:focus .button-icon-divider-right,
/* 8933  */ .button.darkred:focus .button-icon-divider-right,
/* 8934  */ .fusion-button.button-darkred:active .button-icon-divider-right,
/* 8935  */ .fusion-button.button-darkred.wpcf7-submit:active .button-icon-divider-right,
/* 8936  */ .button.darkred:active .button-icon-divider-right {
/* 8937  */   border-color: #690e0e;
/* 8938  */ }
/* 8939  */ .no-cssgradients .fusion-button.button-darkred:hover,
/* 8940  */ .no-cssgradients .fusion-button.button-darkred.wpcf7-submit:hover,
/* 8941  */ .no-cssgradients .button.darkred:hover,
/* 8942  */ .no-cssgradients .fusion-button.button-darkred:focus,
/* 8943  */ .no-cssgradients .fusion-button.button-darkred.wpcf7-submit:focus,
/* 8944  */ .no-cssgradients .button.darkred:focus,
/* 8945  */ .no-cssgradients .fusion-button.button-darkred:active,
/* 8946  */ .no-cssgradients .fusion-button.button-darkred.wpcf7-submit:active,
/* 8947  */ .no-cssgradients .button.darkred:active {
/* 8948  */   background-color: #b01818;
/* 8949  */ }
/* 8950  */ .no-cssgradients .fusion-button.button-darkred,

/* style.css */

/* 8951  */ .no-cssgradients .fusion-button.button-darkred.wpcf7-submit,
/* 8952  */ .no-cssgradients .button.darkred {
/* 8953  */   background-color: #fe2020;
/* 8954  */ }
/* 8955  */ .fusion-button.button-darkred.button-3d.fusion-button-small,
/* 8956  */ .fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-small,
/* 8957  */ .button.darkred.button-3d.fusion-button-small,
/* 8958  */ .fusion-button.button-darkred.button-3d.button-small,
/* 8959  */ .fusion-button.button-darkred.wpcf7-submit.button-3d.button-small,
/* 8960  */ .button.darkred.button-3d.button-small {
/* 8961  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8962  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8963  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8964  */ }
/* 8965  */ .fusion-button.button-darkred.button-3d.fusion-button-small:active,
/* 8966  */ .fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-small:active,
/* 8967  */ .button.darkred.button-3d.fusion-button-small:active,
/* 8968  */ .fusion-button.button-darkred.button-3d.button-small:active,
/* 8969  */ .fusion-button.button-darkred.wpcf7-submit.button-3d.button-small:active,
/* 8970  */ .button.darkred.button-3d.button-small:active {
/* 8971  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8972  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8973  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 8974  */ }
/* 8975  */ .fusion-button.button-darkred.button-3d.fusion-button-medium,
/* 8976  */ .fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-medium,
/* 8977  */ .button.darkred.button-3d.fusion-button-medium,
/* 8978  */ .fusion-button.button-darkred.button-3d.button-medium,
/* 8979  */ .fusion-button.button-darkred.wpcf7-submit.button-3d.button-medium,
/* 8980  */ .button.darkred.button-3d.button-medium {
/* 8981  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8982  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8983  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8984  */ }
/* 8985  */ .fusion-button.button-darkred.button-3d.fusion-button-medium:active,
/* 8986  */ .fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-medium:active,
/* 8987  */ .button.darkred.button-3d.fusion-button-medium:active,
/* 8988  */ .fusion-button.button-darkred.button-3d.button-medium:active,
/* 8989  */ .fusion-button.button-darkred.wpcf7-submit.button-3d.button-medium:active,
/* 8990  */ .button.darkred.button-3d.button-medium:active {
/* 8991  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8992  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8993  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 8994  */ }
/* 8995  */ .fusion-button.button-darkred.button-3d.fusion-button-large,
/* 8996  */ .fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-large,
/* 8997  */ .button.darkred.button-3d.fusion-button-large,
/* 8998  */ .fusion-button.button-darkred.button-3d.button-large,
/* 8999  */ .fusion-button.button-darkred.wpcf7-submit.button-3d.button-large,
/* 9000  */ .button.darkred.button-3d.button-large {

/* style.css */

/* 9001  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9002  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9003  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9004  */ }
/* 9005  */ .fusion-button.button-darkred.button-3d.fusion-button-large:active,
/* 9006  */ .fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-large:active,
/* 9007  */ .button.darkred.button-3d.fusion-button-large:active,
/* 9008  */ .fusion-button.button-darkred.button-3d.button-large:active,
/* 9009  */ .fusion-button.button-darkred.wpcf7-submit.button-3d.button-large:active,
/* 9010  */ .button.darkred.button-3d.button-large:active {
/* 9011  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9012  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9013  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #690e0e, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9014  */ }
/* 9015  */ .fusion-button.button-darkred.button-3d.fusion-button-xlarge,
/* 9016  */ .fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-xlarge,
/* 9017  */ .button.darkred.button-3d.fusion-button-xlarge,
/* 9018  */ .fusion-button.button-darkred.button-3d.button-xlarge,
/* 9019  */ .fusion-button.button-darkred.wpcf7-submit.button-3d.button-xlarge,
/* 9020  */ .button.darkred.button-3d.button-xlarge {
/* 9021  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9022  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9023  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9024  */ }
/* 9025  */ .fusion-button.button-darkred.button-3d.fusion-button-xlarge:active,
/* 9026  */ .fusion-button.button-darkred.wpcf7-submit.button-3d.fusion-button-xlarge:active,
/* 9027  */ .button.darkred.button-3d.fusion-button-xlarge:active,
/* 9028  */ .fusion-button.button-darkred.button-3d.button-xlarge:active,
/* 9029  */ .fusion-button.button-darkred.wpcf7-submit.button-3d.button-xlarge:active,
/* 9030  */ .button.darkred.button-3d.button-xlarge:active {
/* 9031  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9032  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9033  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #690e0e, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9034  */ }
/* 9035  */ .fusion-button.button-pink,
/* 9036  */ .fusion-button.button-pink.wpcf7-submit,
/* 9037  */ .button.pink {
/* 9038  */   background: #fda1d5;
/* 9039  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#fc84c8), to(#fda1d5));
/* 9040  */   background-image: -webkit-linear-gradient(bottom, #fc84c8, #fda1d5);
/* 9041  */   background-image: -moz-linear-gradient(bottom, #fc84c8, #fda1d5);
/* 9042  */   background-image: -o-linear-gradient(bottom, #fc84c8, #fda1d5);
/* 9043  */   background-image: linear-gradient(to top, #fc84c8, #fda1d5);
/* 9044  */   border: 1px solid #a31366;
/* 9045  */   color: #a31366;
/* 9046  */ }
/* 9047  */ .fusion-button.button-pink .button-icon-divider-left,
/* 9048  */ .fusion-button.button-pink.wpcf7-submit .button-icon-divider-left,
/* 9049  */ .button.pink .button-icon-divider-left,
/* 9050  */ .fusion-button.button-pink .button-icon-divider-right,

/* style.css */

/* 9051  */ .fusion-button.button-pink.wpcf7-submit .button-icon-divider-right,
/* 9052  */ .button.pink .button-icon-divider-right {
/* 9053  */   border-color: #a31366;
/* 9054  */ }
/* 9055  */ .fusion-button.button-pink:hover,
/* 9056  */ .fusion-button.button-pink.wpcf7-submit:hover,
/* 9057  */ .button.pink:hover,
/* 9058  */ .fusion-button.button-pink:focus,
/* 9059  */ .fusion-button.button-pink.wpcf7-submit:focus,
/* 9060  */ .button.pink:focus,
/* 9061  */ .fusion-button.button-pink:active,
/* 9062  */ .fusion-button.button-pink.wpcf7-submit:active,
/* 9063  */ .button.pink:active {
/* 9064  */   background: #fc84c8;
/* 9065  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#fda1d5), to(#fc84c8));
/* 9066  */   background-image: -webkit-linear-gradient(bottom, #fda1d5, #fc84c8);
/* 9067  */   background-image: -moz-linear-gradient(bottom, #fda1d5, #fc84c8);
/* 9068  */   background-image: -o-linear-gradient(bottom, #fda1d5, #fc84c8);
/* 9069  */   background-image: linear-gradient(to top, #fda1d5, #fc84c8);
/* 9070  */   border: 1px solid #a31366;
/* 9071  */   color: #a31366;
/* 9072  */ }
/* 9073  */ .fusion-button.button-pink:hover .button-icon-divider-left,
/* 9074  */ .fusion-button.button-pink.wpcf7-submit:hover .button-icon-divider-left,
/* 9075  */ .button.pink:hover .button-icon-divider-left,
/* 9076  */ .fusion-button.button-pink:focus .button-icon-divider-left,
/* 9077  */ .fusion-button.button-pink.wpcf7-submit:focus .button-icon-divider-left,
/* 9078  */ .button.pink:focus .button-icon-divider-left,
/* 9079  */ .fusion-button.button-pink:active .button-icon-divider-left,
/* 9080  */ .fusion-button.button-pink.wpcf7-submit:active .button-icon-divider-left,
/* 9081  */ .button.pink:active .button-icon-divider-left,
/* 9082  */ .fusion-button.button-pink:hover .button-icon-divider-right,
/* 9083  */ .fusion-button.button-pink.wpcf7-submit:hover .button-icon-divider-right,
/* 9084  */ .button.pink:hover .button-icon-divider-right,
/* 9085  */ .fusion-button.button-pink:focus .button-icon-divider-right,
/* 9086  */ .fusion-button.button-pink.wpcf7-submit:focus .button-icon-divider-right,
/* 9087  */ .button.pink:focus .button-icon-divider-right,
/* 9088  */ .fusion-button.button-pink:active .button-icon-divider-right,
/* 9089  */ .fusion-button.button-pink.wpcf7-submit:active .button-icon-divider-right,
/* 9090  */ .button.pink:active .button-icon-divider-right {
/* 9091  */   border-color: #a31366;
/* 9092  */ }
/* 9093  */ .no-cssgradients .fusion-button.button-pink:hover,
/* 9094  */ .no-cssgradients .fusion-button.button-pink.wpcf7-submit:hover,
/* 9095  */ .no-cssgradients .button.pink:hover,
/* 9096  */ .no-cssgradients .fusion-button.button-pink:focus,
/* 9097  */ .no-cssgradients .fusion-button.button-pink.wpcf7-submit:focus,
/* 9098  */ .no-cssgradients .button.pink:focus,
/* 9099  */ .no-cssgradients .fusion-button.button-pink:active,
/* 9100  */ .no-cssgradients .fusion-button.button-pink.wpcf7-submit:active,

/* style.css */

/* 9101  */ .no-cssgradients .button.pink:active {
/* 9102  */   background-color: #fc84c8;
/* 9103  */ }
/* 9104  */ .no-cssgradients .fusion-button.button-pink,
/* 9105  */ .no-cssgradients .fusion-button.button-pink.wpcf7-submit,
/* 9106  */ .no-cssgradients .button.pink {
/* 9107  */   background-color: #fda1d5;
/* 9108  */ }
/* 9109  */ .fusion-button.button-pink.button-3d.fusion-button-small,
/* 9110  */ .fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-small,
/* 9111  */ .button.pink.button-3d.fusion-button-small,
/* 9112  */ .fusion-button.button-pink.button-3d.button-small,
/* 9113  */ .fusion-button.button-pink.wpcf7-submit.button-3d.button-small,
/* 9114  */ .button.pink.button-3d.button-small {
/* 9115  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 9116  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 9117  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 9118  */ }
/* 9119  */ .fusion-button.button-pink.button-3d.fusion-button-small:active,
/* 9120  */ .fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-small:active,
/* 9121  */ .button.pink.button-3d.fusion-button-small:active,
/* 9122  */ .fusion-button.button-pink.button-3d.button-small:active,
/* 9123  */ .fusion-button.button-pink.wpcf7-submit.button-3d.button-small:active,
/* 9124  */ .button.pink.button-3d.button-small:active {
/* 9125  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 9126  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 9127  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 9128  */ }
/* 9129  */ .fusion-button.button-pink.button-3d.fusion-button-medium,
/* 9130  */ .fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-medium,
/* 9131  */ .button.pink.button-3d.fusion-button-medium,
/* 9132  */ .fusion-button.button-pink.button-3d.button-medium,
/* 9133  */ .fusion-button.button-pink.wpcf7-submit.button-3d.button-medium,
/* 9134  */ .button.pink.button-3d.button-medium {
/* 9135  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 9136  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 9137  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 9138  */ }
/* 9139  */ .fusion-button.button-pink.button-3d.fusion-button-medium:active,
/* 9140  */ .fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-medium:active,
/* 9141  */ .button.pink.button-3d.fusion-button-medium:active,
/* 9142  */ .fusion-button.button-pink.button-3d.button-medium:active,
/* 9143  */ .fusion-button.button-pink.wpcf7-submit.button-3d.button-medium:active,
/* 9144  */ .button.pink.button-3d.button-medium:active {
/* 9145  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 9146  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 9147  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 9148  */ }
/* 9149  */ .fusion-button.button-pink.button-3d.fusion-button-large,
/* 9150  */ .fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-large,

/* style.css */

/* 9151  */ .button.pink.button-3d.fusion-button-large,
/* 9152  */ .fusion-button.button-pink.button-3d.button-large,
/* 9153  */ .fusion-button.button-pink.wpcf7-submit.button-3d.button-large,
/* 9154  */ .button.pink.button-3d.button-large {
/* 9155  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9156  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9157  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9158  */ }
/* 9159  */ .fusion-button.button-pink.button-3d.fusion-button-large:active,
/* 9160  */ .fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-large:active,
/* 9161  */ .button.pink.button-3d.fusion-button-large:active,
/* 9162  */ .fusion-button.button-pink.button-3d.button-large:active,
/* 9163  */ .fusion-button.button-pink.wpcf7-submit.button-3d.button-large:active,
/* 9164  */ .button.pink.button-3d.button-large:active {
/* 9165  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9166  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9167  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #a31366, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9168  */ }
/* 9169  */ .fusion-button.button-pink.button-3d.fusion-button-xlarge,
/* 9170  */ .fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-xlarge,
/* 9171  */ .button.pink.button-3d.fusion-button-xlarge,
/* 9172  */ .fusion-button.button-pink.button-3d.button-xlarge,
/* 9173  */ .fusion-button.button-pink.wpcf7-submit.button-3d.button-xlarge,
/* 9174  */ .button.pink.button-3d.button-xlarge {
/* 9175  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9176  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9177  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9178  */ }
/* 9179  */ .fusion-button.button-pink.button-3d.fusion-button-xlarge:active,
/* 9180  */ .fusion-button.button-pink.wpcf7-submit.button-3d.fusion-button-xlarge:active,
/* 9181  */ .button.pink.button-3d.fusion-button-xlarge:active,
/* 9182  */ .fusion-button.button-pink.button-3d.button-xlarge:active,
/* 9183  */ .fusion-button.button-pink.wpcf7-submit.button-3d.button-xlarge:active,
/* 9184  */ .button.pink.button-3d.button-xlarge:active {
/* 9185  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9186  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9187  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #a31366, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9188  */ }
/* 9189  */ .fusion-button.button-lightgray,
/* 9190  */ .fusion-button.button-lightgray.wpcf7-submit,
/* 9191  */ .button.lightgray {
/* 9192  */   background: #fbfbfb;
/* 9193  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f0f0), to(#fbfbfb));
/* 9194  */   background-image: -webkit-linear-gradient(bottom, #f0f0f0, #fbfbfb);
/* 9195  */   background-image: -moz-linear-gradient(bottom, #f0f0f0, #fbfbfb);
/* 9196  */   background-image: -o-linear-gradient(bottom, #f0f0f0, #fbfbfb);
/* 9197  */   background-image: linear-gradient(to top, #f0f0f0, #fbfbfb);
/* 9198  */   border: 1px solid #ababab;
/* 9199  */   color: #ababab;
/* 9200  */ }

/* style.css */

/* 9201  */ .fusion-button.button-lightgray .button-icon-divider-left,
/* 9202  */ .fusion-button.button-lightgray.wpcf7-submit .button-icon-divider-left,
/* 9203  */ .button.lightgray .button-icon-divider-left,
/* 9204  */ .fusion-button.button-lightgray .button-icon-divider-right,
/* 9205  */ .fusion-button.button-lightgray.wpcf7-submit .button-icon-divider-right,
/* 9206  */ .button.lightgray .button-icon-divider-right {
/* 9207  */   border-color: #ababab;
/* 9208  */ }
/* 9209  */ .fusion-button.button-lightgray:hover,
/* 9210  */ .fusion-button.button-lightgray.wpcf7-submit:hover,
/* 9211  */ .button.lightgray:hover,
/* 9212  */ .fusion-button.button-lightgray:focus,
/* 9213  */ .fusion-button.button-lightgray.wpcf7-submit:focus,
/* 9214  */ .button.lightgray:focus,
/* 9215  */ .fusion-button.button-lightgray:active,
/* 9216  */ .fusion-button.button-lightgray.wpcf7-submit:active,
/* 9217  */ .button.lightgray:active {
/* 9218  */   background: #f0f0f0;
/* 9219  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#fbfbfb), to(#f0f0f0));
/* 9220  */   background-image: -webkit-linear-gradient(bottom, #fbfbfb, #f0f0f0);
/* 9221  */   background-image: -moz-linear-gradient(bottom, #fbfbfb, #f0f0f0);
/* 9222  */   background-image: -o-linear-gradient(bottom, #fbfbfb, #f0f0f0);
/* 9223  */   background-image: linear-gradient(to top, #fbfbfb, #f0f0f0);
/* 9224  */   border: 1px solid #ababab;
/* 9225  */   color: #ababab;
/* 9226  */ }
/* 9227  */ .fusion-button.button-lightgray:hover .button-icon-divider-left,
/* 9228  */ .fusion-button.button-lightgray.wpcf7-submit:hover .button-icon-divider-left,
/* 9229  */ .button.lightgray:hover .button-icon-divider-left,
/* 9230  */ .fusion-button.button-lightgray:focus .button-icon-divider-left,
/* 9231  */ .fusion-button.button-lightgray.wpcf7-submit:focus .button-icon-divider-left,
/* 9232  */ .button.lightgray:focus .button-icon-divider-left,
/* 9233  */ .fusion-button.button-lightgray:active .button-icon-divider-left,
/* 9234  */ .fusion-button.button-lightgray.wpcf7-submit:active .button-icon-divider-left,
/* 9235  */ .button.lightgray:active .button-icon-divider-left,
/* 9236  */ .fusion-button.button-lightgray:hover .button-icon-divider-right,
/* 9237  */ .fusion-button.button-lightgray.wpcf7-submit:hover .button-icon-divider-right,
/* 9238  */ .button.lightgray:hover .button-icon-divider-right,
/* 9239  */ .fusion-button.button-lightgray:focus .button-icon-divider-right,
/* 9240  */ .fusion-button.button-lightgray.wpcf7-submit:focus .button-icon-divider-right,
/* 9241  */ .button.lightgray:focus .button-icon-divider-right,
/* 9242  */ .fusion-button.button-lightgray:active .button-icon-divider-right,
/* 9243  */ .fusion-button.button-lightgray.wpcf7-submit:active .button-icon-divider-right,
/* 9244  */ .button.lightgray:active .button-icon-divider-right {
/* 9245  */   border-color: #ababab;
/* 9246  */ }
/* 9247  */ .no-cssgradients .fusion-button.button-lightgray:hover,
/* 9248  */ .no-cssgradients .fusion-button.button-lightgray.wpcf7-submit:hover,
/* 9249  */ .no-cssgradients .button.lightgray:hover,
/* 9250  */ .no-cssgradients .fusion-button.button-lightgray:focus,

/* style.css */

/* 9251  */ .no-cssgradients .fusion-button.button-lightgray.wpcf7-submit:focus,
/* 9252  */ .no-cssgradients .button.lightgray:focus,
/* 9253  */ .no-cssgradients .fusion-button.button-lightgray:active,
/* 9254  */ .no-cssgradients .fusion-button.button-lightgray.wpcf7-submit:active,
/* 9255  */ .no-cssgradients .button.lightgray:active {
/* 9256  */   background-color: #f0f0f0;
/* 9257  */ }
/* 9258  */ .no-cssgradients .fusion-button.button-lightgray,
/* 9259  */ .no-cssgradients .fusion-button.button-lightgray.wpcf7-submit,
/* 9260  */ .no-cssgradients .button.lightgray {
/* 9261  */   background-color: #fbfbfb;
/* 9262  */ }
/* 9263  */ .fusion-button.button-lightgray.button-3d.fusion-button-small,
/* 9264  */ .fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-small,
/* 9265  */ .button.lightgray.button-3d.fusion-button-small,
/* 9266  */ .fusion-button.button-lightgray.button-3d.button-small,
/* 9267  */ .fusion-button.button-lightgray.wpcf7-submit.button-3d.button-small,
/* 9268  */ .button.lightgray.button-3d.button-small {
/* 9269  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 9270  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 9271  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 9272  */ }
/* 9273  */ .fusion-button.button-lightgray.button-3d.fusion-button-small:active,
/* 9274  */ .fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-small:active,
/* 9275  */ .button.lightgray.button-3d.fusion-button-small:active,
/* 9276  */ .fusion-button.button-lightgray.button-3d.button-small:active,
/* 9277  */ .fusion-button.button-lightgray.wpcf7-submit.button-3d.button-small:active,
/* 9278  */ .button.lightgray.button-3d.button-small:active {
/* 9279  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 9280  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 9281  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 9282  */ }
/* 9283  */ .fusion-button.button-lightgray.button-3d.fusion-button-medium,
/* 9284  */ .fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-medium,
/* 9285  */ .button.lightgray.button-3d.fusion-button-medium,
/* 9286  */ .fusion-button.button-lightgray.button-3d.button-medium,
/* 9287  */ .fusion-button.button-lightgray.wpcf7-submit.button-3d.button-medium,
/* 9288  */ .button.lightgray.button-3d.button-medium {
/* 9289  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 9290  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 9291  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 9292  */ }
/* 9293  */ .fusion-button.button-lightgray.button-3d.fusion-button-medium:active,
/* 9294  */ .fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-medium:active,
/* 9295  */ .button.lightgray.button-3d.fusion-button-medium:active,
/* 9296  */ .fusion-button.button-lightgray.button-3d.button-medium:active,
/* 9297  */ .fusion-button.button-lightgray.wpcf7-submit.button-3d.button-medium:active,
/* 9298  */ .button.lightgray.button-3d.button-medium:active {
/* 9299  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 9300  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);

/* style.css */

/* 9301  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 9302  */ }
/* 9303  */ .fusion-button.button-lightgray.button-3d.fusion-button-large,
/* 9304  */ .fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-large,
/* 9305  */ .button.lightgray.button-3d.fusion-button-large,
/* 9306  */ .fusion-button.button-lightgray.button-3d.button-large,
/* 9307  */ .fusion-button.button-lightgray.wpcf7-submit.button-3d.button-large,
/* 9308  */ .button.lightgray.button-3d.button-large {
/* 9309  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9310  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9311  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9312  */ }
/* 9313  */ .fusion-button.button-lightgray.button-3d.fusion-button-large:active,
/* 9314  */ .fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-large:active,
/* 9315  */ .button.lightgray.button-3d.fusion-button-large:active,
/* 9316  */ .fusion-button.button-lightgray.button-3d.button-large:active,
/* 9317  */ .fusion-button.button-lightgray.wpcf7-submit.button-3d.button-large:active,
/* 9318  */ .button.lightgray.button-3d.button-large:active {
/* 9319  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9320  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9321  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #ababab, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9322  */ }
/* 9323  */ .fusion-button.button-lightgray.button-3d.fusion-button-xlarge,
/* 9324  */ .fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-xlarge,
/* 9325  */ .button.lightgray.button-3d.fusion-button-xlarge,
/* 9326  */ .fusion-button.button-lightgray.button-3d.button-xlarge,
/* 9327  */ .fusion-button.button-lightgray.wpcf7-submit.button-3d.button-xlarge,
/* 9328  */ .button.lightgray.button-3d.button-xlarge {
/* 9329  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9330  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9331  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9332  */ }
/* 9333  */ .fusion-button.button-lightgray.button-3d.fusion-button-xlarge:active,
/* 9334  */ .fusion-button.button-lightgray.wpcf7-submit.button-3d.fusion-button-xlarge:active,
/* 9335  */ .button.lightgray.button-3d.fusion-button-xlarge:active,
/* 9336  */ .fusion-button.button-lightgray.button-3d.button-xlarge:active,
/* 9337  */ .fusion-button.button-lightgray.wpcf7-submit.button-3d.button-xlarge:active,
/* 9338  */ .button.lightgray.button-3d.button-xlarge:active {
/* 9339  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9340  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9341  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #ababab, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9342  */ }
/* 9343  */ .fusion-button.button-darkgray,
/* 9344  */ .fusion-button.button-darkgray.wpcf7-submit,
/* 9345  */ .button.darkgray {
/* 9346  */   background: #c0c0c0;
/* 9347  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#9e9e9e), to(#c0c0c0));
/* 9348  */   background-image: -webkit-linear-gradient(bottom, #9e9e9e, #c0c0c0);
/* 9349  */   background-image: -moz-linear-gradient(bottom, #9e9e9e, #c0c0c0);
/* 9350  */   background-image: -o-linear-gradient(bottom, #9e9e9e, #c0c0c0);

/* style.css */

/* 9351  */   background-image: linear-gradient(to top, #9e9e9e, #c0c0c0);
/* 9352  */   border: 1px solid #434c50;
/* 9353  */   color: #434c50;
/* 9354  */ }
/* 9355  */ .fusion-button.button-darkgray .button-icon-divider-left,
/* 9356  */ .fusion-button.button-darkgray.wpcf7-submit .button-icon-divider-left,
/* 9357  */ .button.darkgray .button-icon-divider-left,
/* 9358  */ .fusion-button.button-darkgray .button-icon-divider-right,
/* 9359  */ .fusion-button.button-darkgray.wpcf7-submit .button-icon-divider-right,
/* 9360  */ .button.darkgray .button-icon-divider-right {
/* 9361  */   border-color: #434c50;
/* 9362  */ }
/* 9363  */ .fusion-button.button-darkgray:hover,
/* 9364  */ .fusion-button.button-darkgray.wpcf7-submit:hover,
/* 9365  */ .button.darkgray:hover,
/* 9366  */ .fusion-button.button-darkgray:focus,
/* 9367  */ .fusion-button.button-darkgray.wpcf7-submit:focus,
/* 9368  */ .button.darkgray:focus,
/* 9369  */ .fusion-button.button-darkgray:active,
/* 9370  */ .fusion-button.button-darkgray.wpcf7-submit:active,
/* 9371  */ .button.darkgray:active {
/* 9372  */   background: #9e9e9e;
/* 9373  */   background-image: -webkit-gradient(linear, left bottom, left top, from(#c0c0c0), to(#9e9e9e));
/* 9374  */   background-image: -webkit-linear-gradient(bottom, #c0c0c0, #9e9e9e);
/* 9375  */   background-image: -moz-linear-gradient(bottom, #c0c0c0, #9e9e9e);
/* 9376  */   background-image: -o-linear-gradient(bottom, #c0c0c0, #9e9e9e);
/* 9377  */   background-image: linear-gradient(to top, #c0c0c0, #9e9e9e);
/* 9378  */   border: 1px solid #434c50;
/* 9379  */   color: #434c50;
/* 9380  */ }
/* 9381  */ .fusion-button.button-darkgray:hover .button-icon-divider-left,
/* 9382  */ .fusion-button.button-darkgray.wpcf7-submit:hover .button-icon-divider-left,
/* 9383  */ .button.darkgray:hover .button-icon-divider-left,
/* 9384  */ .fusion-button.button-darkgray:focus .button-icon-divider-left,
/* 9385  */ .fusion-button.button-darkgray.wpcf7-submit:focus .button-icon-divider-left,
/* 9386  */ .button.darkgray:focus .button-icon-divider-left,
/* 9387  */ .fusion-button.button-darkgray:active .button-icon-divider-left,
/* 9388  */ .fusion-button.button-darkgray.wpcf7-submit:active .button-icon-divider-left,
/* 9389  */ .button.darkgray:active .button-icon-divider-left,
/* 9390  */ .fusion-button.button-darkgray:hover .button-icon-divider-right,
/* 9391  */ .fusion-button.button-darkgray.wpcf7-submit:hover .button-icon-divider-right,
/* 9392  */ .button.darkgray:hover .button-icon-divider-right,
/* 9393  */ .fusion-button.button-darkgray:focus .button-icon-divider-right,
/* 9394  */ .fusion-button.button-darkgray.wpcf7-submit:focus .button-icon-divider-right,
/* 9395  */ .button.darkgray:focus .button-icon-divider-right,
/* 9396  */ .fusion-button.button-darkgray:active .button-icon-divider-right,
/* 9397  */ .fusion-button.button-darkgray.wpcf7-submit:active .button-icon-divider-right,
/* 9398  */ .button.darkgray:active .button-icon-divider-right {
/* 9399  */   border-color: #434c50;
/* 9400  */ }

/* style.css */

/* 9401  */ .no-cssgradients .fusion-button.button-darkgray:hover,
/* 9402  */ .no-cssgradients .fusion-button.button-darkgray.wpcf7-submit:hover,
/* 9403  */ .no-cssgradients .button.darkgray:hover,
/* 9404  */ .no-cssgradients .fusion-button.button-darkgray:focus,
/* 9405  */ .no-cssgradients .fusion-button.button-darkgray.wpcf7-submit:focus,
/* 9406  */ .no-cssgradients .button.darkgray:focus,
/* 9407  */ .no-cssgradients .fusion-button.button-darkgray:active,
/* 9408  */ .no-cssgradients .fusion-button.button-darkgray.wpcf7-submit:active,
/* 9409  */ .no-cssgradients .button.darkgray:active {
/* 9410  */   background-color: #9e9e9e;
/* 9411  */ }
/* 9412  */ .no-cssgradients .fusion-button.button-darkgray,
/* 9413  */ .no-cssgradients .fusion-button.button-darkgray.wpcf7-submit,
/* 9414  */ .no-cssgradients .button.darkgray {
/* 9415  */   background-color: #c0c0c0;
/* 9416  */ }
/* 9417  */ .fusion-button.button-darkgray.button-3d.fusion-button-small,
/* 9418  */ .fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-small,
/* 9419  */ .button.darkgray.button-3d.fusion-button-small,
/* 9420  */ .fusion-button.button-darkgray.button-3d.button-small,
/* 9421  */ .fusion-button.button-darkgray.wpcf7-submit.button-3d.button-small,
/* 9422  */ .button.darkgray.button-3d.button-small {
/* 9423  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 9424  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 9425  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 9426  */ }
/* 9427  */ .fusion-button.button-darkgray.button-3d.fusion-button-small:active,
/* 9428  */ .fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-small:active,
/* 9429  */ .button.darkgray.button-3d.fusion-button-small:active,
/* 9430  */ .fusion-button.button-darkgray.button-3d.button-small:active,
/* 9431  */ .fusion-button.button-darkgray.wpcf7-submit.button-3d.button-small:active,
/* 9432  */ .button.darkgray.button-3d.button-small:active {
/* 9433  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 9434  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 9435  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 4px 4px 2px rgba(0, 0, 0, 0.3);
/* 9436  */ }
/* 9437  */ .fusion-button.button-darkgray.button-3d.fusion-button-medium,
/* 9438  */ .fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-medium,
/* 9439  */ .button.darkgray.button-3d.fusion-button-medium,
/* 9440  */ .fusion-button.button-darkgray.button-3d.button-medium,
/* 9441  */ .fusion-button.button-darkgray.wpcf7-submit.button-3d.button-medium,
/* 9442  */ .button.darkgray.button-3d.button-medium {
/* 9443  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 9444  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 9445  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 3px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 9446  */ }
/* 9447  */ .fusion-button.button-darkgray.button-3d.fusion-button-medium:active,
/* 9448  */ .fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-medium:active,
/* 9449  */ .button.darkgray.button-3d.fusion-button-medium:active,
/* 9450  */ .fusion-button.button-darkgray.button-3d.button-medium:active,

/* style.css */

/* 9451  */ .fusion-button.button-darkgray.wpcf7-submit.button-3d.button-medium:active,
/* 9452  */ .button.darkgray.button-3d.button-medium:active {
/* 9453  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 9454  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 9455  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 5px 5px 3px rgba(0, 0, 0, 0.3);
/* 9456  */ }
/* 9457  */ .fusion-button.button-darkgray.button-3d.fusion-button-large,
/* 9458  */ .fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-large,
/* 9459  */ .button.darkgray.button-3d.fusion-button-large,
/* 9460  */ .fusion-button.button-darkgray.button-3d.button-large,
/* 9461  */ .fusion-button.button-darkgray.wpcf7-submit.button-3d.button-large,
/* 9462  */ .button.darkgray.button-3d.button-large {
/* 9463  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9464  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9465  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 4px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9466  */ }
/* 9467  */ .fusion-button.button-darkgray.button-3d.fusion-button-large:active,
/* 9468  */ .fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-large:active,
/* 9469  */ .button.darkgray.button-3d.fusion-button-large:active,
/* 9470  */ .fusion-button.button-darkgray.button-3d.button-large:active,
/* 9471  */ .fusion-button.button-darkgray.wpcf7-submit.button-3d.button-large:active,
/* 9472  */ .button.darkgray.button-3d.button-large:active {
/* 9473  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9474  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9475  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 1px 0px #434c50, 1px 6px 6px 3px rgba(0, 0, 0, 0.3);
/* 9476  */ }
/* 9477  */ .fusion-button.button-darkgray.button-3d.fusion-button-xlarge,
/* 9478  */ .fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-xlarge,
/* 9479  */ .button.darkgray.button-3d.fusion-button-xlarge,
/* 9480  */ .fusion-button.button-darkgray.button-3d.button-xlarge,
/* 9481  */ .fusion-button.button-darkgray.wpcf7-submit.button-3d.button-xlarge,
/* 9482  */ .button.darkgray.button-3d.button-xlarge {
/* 9483  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9484  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9485  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 5px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9486  */ }
/* 9487  */ .fusion-button.button-darkgray.button-3d.fusion-button-xlarge:active,
/* 9488  */ .fusion-button.button-darkgray.wpcf7-submit.button-3d.fusion-button-xlarge:active,
/* 9489  */ .button.darkgray.button-3d.fusion-button-xlarge:active,
/* 9490  */ .fusion-button.button-darkgray.button-3d.button-xlarge:active,
/* 9491  */ .fusion-button.button-darkgray.wpcf7-submit.button-3d.button-xlarge:active,
/* 9492  */ .button.darkgray.button-3d.button-xlarge:active {
/* 9493  */   -webkit-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9494  */   -moz-box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9495  */   box-shadow: inset 0px 1px 0px #ffffff, 0px 2px 0px #434c50, 1px 7px 7px 3px rgba(0, 0, 0, 0.3);
/* 9496  */ }
/* 9497  */ .fusion-checklist {
/* 9498  */   list-style-type: none;
/* 9499  */   padding: 0;
/* 9500  */   margin: 0;

/* style.css */

/* 9501  */   margin-top: 10px;
/* 9502  */ }
/* 9503  */ .fusion-checklist .fusion-li-item {
/* 9504  */   margin-bottom: 11px;
/* 9505  */ }
/* 9506  */ .fusion-checklist .icon-wrapper {
/* 9507  */   display: table;
/* 9508  */   float: left;
/* 9509  */ }
/* 9510  */ .fusion-checklist .fusion-li-icon {
/* 9511  */   display: table-cell;
/* 9512  */   vertical-align: middle;
/* 9513  */   text-align: center;
/* 9514  */ }
/* 9515  */ .fusion-checklist .circle-yes {
/* 9516  */   -webkit-border-radius: 50%;
/* 9517  */   -moz-border-radius: 50%;
/* 9518  */   border-radius: 50%;
/* 9519  */   /* Fix to make border-radius work for transparent colors */
/* 9520  */   -moz-background-clip: padding;
/* 9521  */   -webkit-background-clip: padding-box;
/* 9522  */   background-clip: padding-box;
/* 9523  */   background-color: #333333;
/* 9524  */   color: #fff;
/* 9525  */   text-align: center;
/* 9526  */ }
/* 9527  */ .fusion-checklist .fusion-li-item-content {
/* 9528  */   display: inline;
/* 9529  */ }
/* 9530  */ .fusion-clients-slider {
/* 9531  */   margin-bottom: 55px;
/* 9532  */   height: auto;
/* 9533  */ }
/* 9534  */ .fusion-content-boxes {
/* 9535  */   margin-bottom: 60px;
/* 9536  */ }
/* 9537  */ .fusion-content-boxes .fusion-column {
/* 9538  */   margin-bottom: 20px;
/* 9539  */ }
/* 9540  */ .fusion-content-boxes .heading {
/* 9541  */   overflow: hidden;
/* 9542  */   margin-bottom: 15px;
/* 9543  */ }
/* 9544  */ .fusion-content-boxes .heading .heading-link:hover .content-box-heading {
/* 9545  */   color: #a0ce4e;
/* 9546  */ }
/* 9547  */ .fusion-content-boxes .heading .heading-link:hover .fontawesome-icon {
/* 9548  */   background-color: #a0ce4e;
/* 9549  */   border-color: #a0ce4e;
/* 9550  */ }

/* style.css */

/* 9551  */ .fusion-content-boxes .heading .content-box-heading {
/* 9552  */   margin: 0;
/* 9553  */ }
/* 9554  */ .fusion-content-boxes .heading img {
/* 9555  */   float: none;
/* 9556  */ }
/* 9557  */ .fusion-content-boxes .content-container .fusion-read-more {
/* 9558  */   display: block;
/* 9559  */   margin-top: 18px;
/* 9560  */   /* General styles in base.less */
/* 9561  */ }
/* 9562  */ .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon,
/* 9563  */ .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon {
/* 9564  */   display: table;
/* 9565  */   width: auto;
/* 9566  */ }
/* 9567  */ .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .heading-link,
/* 9568  */ .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .heading-link {
/* 9569  */   display: block;
/* 9570  */ }
/* 9571  */ .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .icon,
/* 9572  */ .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .icon,
/* 9573  */ .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .image,
/* 9574  */ .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .image {
/* 9575  */   display: table-cell;
/* 9576  */   vertical-align: middle;
/* 9577  */   float: none;
/* 9578  */ }
/* 9579  */ .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon img,
/* 9580  */ .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon img {
/* 9581  */   margin-right: 10px;
/* 9582  */   max-width: none;
/* 9583  */ }
/* 9584  */ .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .fontawesome-icon,
/* 9585  */ .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .fontawesome-icon {
/* 9586  */   display: block;
/* 9587  */   float: none;
/* 9588  */   margin-right: 10px;
/* 9589  */ }
/* 9590  */ .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon i.small,
/* 9591  */ .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon i.small {
/* 9592  */   height: 35px;
/* 9593  */   width: 35px;
/* 9594  */   line-height: 35px;
/* 9595  */   font-size: 18px;
/* 9596  */ }
/* 9597  */ .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon i.medium,
/* 9598  */ .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon i.medium {
/* 9599  */   height: 50px;
/* 9600  */   width: 50px;

/* style.css */

/* 9601  */   line-height: 50px;
/* 9602  */   font-size: 21px;
/* 9603  */ }
/* 9604  */ .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon i.large,
/* 9605  */ .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon i.large {
/* 9606  */   width: 65px;
/* 9607  */   height: 65px;
/* 9608  */   line-height: 65px;
/* 9609  */   font-size: 24px;
/* 9610  */ }
/* 9611  */ .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .content-box-heading,
/* 9612  */ .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .content-box-heading {
/* 9613  */   display: table-cell;
/* 9614  */   vertical-align: middle;
/* 9615  */   line-height: normal;
/* 9616  */ }
/* 9617  */ .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right,
/* 9618  */ .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right {
/* 9619  */   float: right !important;
/* 9620  */ }
/* 9621  */ .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right .icon,
/* 9622  */ .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .icon,
/* 9623  */ .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right .image,
/* 9624  */ .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .image {
/* 9625  */   float: none;
/* 9626  */   padding-left: 10px !important;
/* 9627  */ }
/* 9628  */ .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right .icon i,
/* 9629  */ .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .icon i {
/* 9630  */   margin-right: 0px !important;
/* 9631  */ }
/* 9632  */ .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right .content-box-heading,
/* 9633  */ .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .content-box-heading {
/* 9634  */   float: none !important;
/* 9635  */   line-height: 27px !important;
/* 9636  */   text-align: right;
/* 9637  */ }
/* 9638  */ .fusion-content-boxes.content-boxes-icon-with-title .content-container .fusion-read-more,
/* 9639  */ .fusion-content-boxes.content-boxes-icon-on-side .content-container .fusion-read-more {
/* 9640  */   /* General styles in base.less */
/* 9641  */ }
/* 9642  */ .fusion-content-boxes.content-boxes-icon-on-side .heading {
/* 9643  */   margin-bottom: 15px;
/* 9644  */ }
/* 9645  */ .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .content-box-heading {
/* 9646  */   vertical-align: top;
/* 9647  */ }
/* 9648  */ .fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .fa {
/* 9649  */   margin-right: 20px;
/* 9650  */ }

/* style.css */

/* 9651  */ .fusion-content-boxes.content-boxes-icon-on-side .content-container.icon-small {
/* 9652  */   padding-left: 55px;
/* 9653  */ }
/* 9654  */ .fusion-content-boxes.content-boxes-icon-on-side .content-container.icon-medium {
/* 9655  */   padding-left: 70px;
/* 9656  */ }
/* 9657  */ .fusion-content-boxes.content-boxes-icon-on-side .content-container.icon-large {
/* 9658  */   padding-left: 85px;
/* 9659  */ }
/* 9660  */ .fusion-content-boxes.content-boxes-icon-on-side.content-right .content-container {
/* 9661  */   padding-left: 0px !important;
/* 9662  */ }
/* 9663  */ .fusion-content-boxes.content-boxes-icon-on-side.content-right .content-container.icon-small {
/* 9664  */   padding-right: 45px;
/* 9665  */ }
/* 9666  */ .fusion-content-boxes.content-boxes-icon-on-side.content-right .content-container.icon-medium {
/* 9667  */   padding-right: 60px;
/* 9668  */ }
/* 9669  */ .fusion-content-boxes.content-boxes-icon-on-side.content-right .content-container.icon-large {
/* 9670  */   padding-right: 75px;
/* 9671  */ }
/* 9672  */ .fusion-content-boxes.content-boxes-icon-on-top .heading {
/* 9673  */   text-align: center;
/* 9674  */ }
/* 9675  */ .fusion-content-boxes.content-boxes-icon-on-top .heading .icon {
/* 9676  */   margin-bottom: 15px;
/* 9677  */ }
/* 9678  */ .fusion-content-boxes.content-boxes-icon-on-top .heading .fontawesome-icon {
/* 9679  */   display: block;
/* 9680  */   float: none;
/* 9681  */   margin: 0 auto;
/* 9682  */   height: 64px;
/* 9683  */   width: 64px;
/* 9684  */   line-height: 64px;
/* 9685  */   font-size: 24px;
/* 9686  */ }
/* 9687  */ .fusion-content-boxes.content-boxes-icon-on-top .heading i.small {
/* 9688  */   height: 35px;
/* 9689  */   width: 35px;
/* 9690  */   line-height: 35px;
/* 9691  */   font-size: 18px;
/* 9692  */ }
/* 9693  */ .fusion-content-boxes.content-boxes-icon-on-top .heading i.medium {
/* 9694  */   height: 50px;
/* 9695  */   width: 50px;
/* 9696  */   line-height: 50px;
/* 9697  */   font-size: 21px;
/* 9698  */ }
/* 9699  */ .fusion-content-boxes.content-boxes-icon-on-top .heading i.large {
/* 9700  */   width: 65px;

/* style.css */

/* 9701  */   height: 65px;
/* 9702  */   line-height: 65px;
/* 9703  */   font-size: 24px;
/* 9704  */ }
/* 9705  */ .fusion-content-boxes.content-boxes-icon-on-top .heading img {
/* 9706  */   margin-bottom: 20px;
/* 9707  */ }
/* 9708  */ .fusion-content-boxes.content-boxes-icon-on-top .content-container,
/* 9709  */ .fusion-content-boxes.content-boxes-icon-on-top .fusion-read-more {
/* 9710  */   text-align: center;
/* 9711  */ }
/* 9712  */ .fusion-content-boxes.content-boxes-icon-boxed {
/* 9713  */   overflow: visible;
/* 9714  */ }
/* 9715  */ .fusion-content-boxes.content-boxes-icon-boxed .content-wrapper-boxed {
/* 9716  */   overflow: visible;
/* 9717  */   padding: 50px 18px 18px 18px;
/* 9718  */   text-align: center;
/* 9719  */ }
/* 9720  */ .fusion-content-boxes.content-boxes-icon-boxed .heading {
/* 9721  */   overflow: visible;
/* 9722  */   position: relative;
/* 9723  */   text-align: center;
/* 9724  */ }
/* 9725  */ .fusion-content-boxes.content-boxes-icon-boxed .heading .fontawesome-icon {
/* 9726  */   display: block;
/* 9727  */   position: absolute;
/* 9728  */   left: 50%;
/* 9729  */   top: -80px;
/* 9730  */   float: none;
/* 9731  */   margin-left: -32px;
/* 9732  */   height: 64px;
/* 9733  */   width: 64px;
/* 9734  */   line-height: 64px;
/* 9735  */   font-size: 24px;
/* 9736  */ }
/* 9737  */ .fusion-content-boxes.content-boxes-icon-boxed .heading i.small {
/* 9738  */   height: 35px;
/* 9739  */   width: 35px;
/* 9740  */   line-height: 35px;
/* 9741  */   font-size: 18px;
/* 9742  */   top: -67px;
/* 9743  */   margin-left: -17px;
/* 9744  */ }
/* 9745  */ .fusion-content-boxes.content-boxes-icon-boxed .heading i.medium {
/* 9746  */   height: 50px;
/* 9747  */   width: 50px;
/* 9748  */   line-height: 50px;
/* 9749  */   font-size: 21px;
/* 9750  */   top: -76px;

/* style.css */

/* 9751  */   margin-left: -25px;
/* 9752  */ }
/* 9753  */ .fusion-content-boxes.content-boxes-icon-boxed .heading i.large {
/* 9754  */   width: 65px;
/* 9755  */   height: 65px;
/* 9756  */   line-height: 65px;
/* 9757  */   font-size: 24px;
/* 9758  */   top: -85px;
/* 9759  */ }
/* 9760  */ .fusion-content-boxes.content-boxes-icon-boxed .heading .image {
/* 9761  */   display: block;
/* 9762  */   position: absolute;
/* 9763  */   left: 50%;
/* 9764  */ }
/* 9765  */ .fusion-content-boxes.content-boxes-icon-boxed .content-container,
/* 9766  */ .fusion-content-boxes.content-boxes-icon-boxed .fusion-read-more {
/* 9767  */   text-align: center;
/* 9768  */ }
/* 9769  */ .fusion-counters-circle {
/* 9770  */   margin-bottom: 20px;
/* 9771  */   text-align: center;
/* 9772  */ }
/* 9773  */ .fusion-counters-circle .counter-circle-wrapper {
/* 9774  */   display: inline-block;
/* 9775  */   position: relative;
/* 9776  */   margin-bottom: 20px;
/* 9777  */   margin-right: 15px;
/* 9778  */   vertical-align: middle;
/* 9779  */   height: 220px;
/* 9780  */   width: 220px;
/* 9781  */   text-align: center;
/* 9782  */ }
/* 9783  */ .fusion-counters-circle .counter-circle {
/* 9784  */   position: relative;
/* 9785  */   height: 220px;
/* 9786  */   width: 220px;
/* 9787  */   text-align: center;
/* 9788  */   line-height: 220px;
/* 9789  */   font-size: 50px;
/* 9790  */ }
/* 9791  */ .fusion-counters-circle .counter-circle .fontawesome-icon {
/* 9792  */   float: none;
/* 9793  */   margin: 0;
/* 9794  */   font-size: 50px;
/* 9795  */ }
/* 9796  */ .fusion-counters-circle .counter-circle canvas {
/* 9797  */   position: absolute;
/* 9798  */   left: 0;
/* 9799  */   top: 0;
/* 9800  */ }

/* style.css */

/* 9801  */ .fusion-counters-circle :last-child {
/* 9802  */   margin-right: 0;
/* 9803  */ }
/* 9804  */ .fusion-counters-box.row {
/* 9805  */   margin-left: -7px;
/* 9806  */   margin-right: -7px;
/* 9807  */ }
/* 9808  */ .fusion-counters-box .fusion-counter-box {
/* 9809  */   padding: 0 7px;
/* 9810  */   margin-bottom: 7px;
/* 9811  */   text-align: center;
/* 9812  */ }
/* 9813  */ .fusion-counters-box .fusion-counter-box .counter-box-container {
/* 9814  */   padding: 20px 20px;
/* 9815  */ }
/* 9816  */ .fusion-counters-box .fusion-counter-box .counter-box-border {
/* 9817  */   border: 1px solid #e5e4e3;
/* 9818  */ }
/* 9819  */ .fusion-counters-box .content-box-counter {
/* 9820  */   color: #a0ce4e;
/* 9821  */   font-size: 50px;
/* 9822  */   line-height: 50px;
/* 9823  */ }
/* 9824  */ .fusion-counters-box .counter-box-icon {
/* 9825  */   float: none;
/* 9826  */   margin-top: -8px;
/* 9827  */   vertical-align: middle;
/* 9828  */   color: inherit;
/* 9829  */ }
/* 9830  */ .fusion-dropcap {
/* 9831  */   position: relative;
/* 9832  */   top: 4px;
/* 9833  */   float: left;
/* 9834  */   margin-right: 6px;
/* 9835  */   padding: 0;
/* 9836  */   line-height: 52px;
/* 9837  */   color: #a0ce4e;
/* 9838  */   font-size: 60px;
/* 9839  */   text-transform: uppercase;
/* 9840  */ }
/* 9841  */ .fusion-dropcap.dropcap-boxed {
/* 9842  */   height: 51px;
/* 9843  */   width: 51px;
/* 9844  */   -webkit-border-radius: 8px;
/* 9845  */   -moz-border-radius: 8px;
/* 9846  */   border-radius: 8px;
/* 9847  */   /* Fix to make border-radius work for transparent colors */
/* 9848  */   -moz-background-clip: padding;
/* 9849  */   -webkit-background-clip: padding-box;
/* 9850  */   background-clip: padding-box;

/* style.css */

/* 9851  */   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
/* 9852  */   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
/* 9853  */   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
/* 9854  */   color: #fff;
/* 9855  */   font-size: 45px;
/* 9856  */   text-align: center;
/* 9857  */   text-shadow: 1px -1px 1px rgba(0, 0, 0, 0.35);
/* 9858  */ }
/* 9859  */ .fusion-flexslider {
/* 9860  */   position: relative;
/* 9861  */   margin-bottom: 0px;
/* 9862  */   padding: 0;
/* 9863  */   background-color: transparent;
/* 9864  */   overflow: hidden;
/* 9865  */ }
/* 9866  */ .fusion-flexslider .slides,
/* 9867  */ .fusion-flexslider .flex-control-nav,
/* 9868  */ .fusion-flexslider .flex-direction-nav {
/* 9869  */   z-index: 100;
/* 9870  */   margin: 0;
/* 9871  */   padding: 0;
/* 9872  */   list-style: none;
/* 9873  */ }
/* 9874  */ .fusion-flexslider .slides {
/* 9875  */   overflow: hidden;
/* 9876  */ }
/* 9877  */ .fusion-flexslider .slides li {
/* 9878  */   display: none;
/* 9879  */ }
/* 9880  */ .fusion-flexslider .slides img {
/* 9881  */   display: block;
/* 9882  */   width: 100%;
/* 9883  */ }
/* 9884  */ .fusion-flexslider.fusion-flexslider-loading .slides > li:first-child {
/* 9885  */   display: block;
/* 9886  */   opacity: 1 !important;
/* 9887  */ }
/* 9888  */ .woocommerce-container .images .fusion-flexslider.fusion-flexslider-loading .slides > li:first-child {
/* 9889  */   float: left;
/* 9890  */ }
/* 9891  */ .fusion-flexslider .flex-control-nav {
/* 9892  */   position: absolute;
/* 9893  */   bottom: 0;
/* 9894  */   width: 100%;
/* 9895  */   text-align: center;
/* 9896  */ }
/* 9897  */ .fusion-flexslider .flex-direction-nav a {
/* 9898  */   z-index: 100;
/* 9899  */   position: absolute;
/* 9900  */   top: 50%;

/* style.css */

/* 9901  */   overflow: hidden;
/* 9902  */   margin: -20px 0 0;
/* 9903  */   width: 30px;
/* 9904  */   height: 30px;
/* 9905  */   text-align: center;
/* 9906  */   line-height: 30px;
/* 9907  */   background-color: rgba(0, 0, 0, 0.5);
/* 9908  */   background-repeat: no-repeat;
/* 9909  */   cursor: pointer;
/* 9910  */   opacity: 0;
/* 9911  */   font-size: 14px;
/* 9912  */   font-weight: normal;
/* 9913  */   font-family: 'icomoon';
/* 9914  */   -webkit-font-smoothing: none;
/* 9915  */   color: #fff;
/* 9916  */   -webkit-transition: all .3s ease;
/* 9917  */   -moz-transition: all .3s ease;
/* 9918  */   -o-transition: opacity all .3s ease;
/* 9919  */   transition: opacity all .3s ease;
/* 9920  */ }
/* 9921  */ .fusion-flexslider .flex-direction-nav .flex-next {
/* 9922  */   right: 0px;
/* 9923  */ }
/* 9924  */ .fusion-flexslider .flex-direction-nav .flex-prev {
/* 9925  */   left: 0px;
/* 9926  */ }
/* 9927  */ .fusion-flexslider:hover .flex-direction-nav .flex-next,
/* 9928  */ .fusion-flexslider:hover .flex-direction-nav .flex-prev {
/* 9929  */   opacity: 0.8;
/* 9930  */ }
/* 9931  */ .fusion-flexslider:hover .flex-direction-nav .flex-next:hover,
/* 9932  */ .fusion-flexslider:hover .flex-direction-nav .flex-prev:hover {
/* 9933  */   opacity: 1;
/* 9934  */ }
/* 9935  */ .fusion-flexslider:hover .flex-direction-nav .flex-disabled {
/* 9936  */   display: none;
/* 9937  */   opacity: 0;
/* 9938  */   cursor: default;
/* 9939  */ }
/* 9940  */ .fusion-flexslider.flexslider-attachments {
/* 9941  */   overflow: visible;
/* 9942  */ }
/* 9943  */ .fusion-flexslider.flexslider-attachments .flex-direction-nav a {
/* 9944  */   width: 30px;
/* 9945  */   height: 30px;
/* 9946  */   margin-top: -55px;
/* 9947  */   text-align: center;
/* 9948  */   line-height: 30px;
/* 9949  */ }
/* 9950  */ .fusion-flexslider.flexslider-attachments .flex-direction-nav a:before {

/* style.css */

/* 9951  */   color: #fff;
/* 9952  */ }
/* 9953  */ .fusion-flexslider.flexslider-attachments .flex-control-thumbs li {
/* 9954  */   width: 60px;
/* 9955  */   margin: 5px;
/* 9956  */   float: none;
/* 9957  */ }
/* 9958  */ .fusion-flexslider.flexslider-default .flex-direction-nav a {
/* 9959  */   width: 60px;
/* 9960  */   height: 60px;
/* 9961  */   margin-top: -30px;
/* 9962  */   text-align: center;
/* 9963  */   line-height: 60px;
/* 9964  */   font-size: 30px;
/* 9965  */ }
/* 9966  */ .fusion-flexslider.flexslider-posts .flex-direction-nav a {
/* 9967  */   width: 30px;
/* 9968  */   height: 30px;
/* 9969  */   margin-top: -15px;
/* 9970  */   text-align: center;
/* 9971  */   line-height: 30px;
/* 9972  */ }
/* 9973  */ .fusion-flexslider.flexslider-posts .slide-excerpt {
/* 9974  */   position: absolute;
/* 9975  */   bottom: 20%;
/* 9976  */ }
/* 9977  */ .fusion-flexslider.flexslider-posts .slide-excerpt h2 {
/* 9978  */   color: #FFF;
/* 9979  */   background: rgba(0, 0, 0, 0.8);
/* 9980  */   padding: 10px 15px;
/* 9981  */   margin: 0;
/* 9982  */ }
/* 9983  */ .fusion-flexslider.flexslider-posts .slide-excerpt h2 a {
/* 9984  */   color: #fff;
/* 9985  */ }
/* 9986  */ .fusion-flexslider.flexslider-posts .slide-excerpt p {
/* 9987  */   color: #FFF;
/* 9988  */   background: rgba(0, 0, 0, 0.8);
/* 9989  */   padding: 15px 15px;
/* 9990  */ }
/* 9991  */ .fusion-flexslider.flexslider-posts-with-excerpt .flex-direction-nav a {
/* 9992  */   background-color: rgba(0, 0, 0, 0.5);
/* 9993  */   width: 30px;
/* 9994  */   height: 30px;
/* 9995  */   margin-top: -15px;
/* 9996  */   text-align: center;
/* 9997  */   line-height: 30px;
/* 9998  */ }
/* 9999  */ .fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt {
/* 10000 */   position: absolute;

/* style.css */

/* 10001 */   left: 0;
/* 10002 */   top: 0;
/* 10003 */   bottom: 0;
/* 10004 */   padding: 5%;
/* 10005 */   width: 30%;
/* 10006 */   -moz-box-sizing: content-box;
/* 10007 */   box-sizing: content-box;
/* 10008 */   background: rgba(0, 0, 0, 0.7);
/* 10009 */   color: #fff;
/* 10010 */ }
/* 10011 */ .fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt .excerpt-container {
/* 10012 */   overflow: hidden;
/* 10013 */   height: 100%;
/* 10014 */ }
/* 10015 */ .fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt h2 {
/* 10016 */   color: #fff;
/* 10017 */   padding: 10px 15px;
/* 10018 */   margin: 0;
/* 10019 */ }
/* 10020 */ .fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt h2 a {
/* 10021 */   color: #fff;
/* 10022 */ }
/* 10023 */ .fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt p {
/* 10024 */   color: #fff;
/* 10025 */   padding: 15px 15px;
/* 10026 */ }
/* 10027 */ .flexslider-attachments .flex-control-nav {
/* 10028 */   position: relative;
/* 10029 */   margin-top: 10px;
/* 10030 */ }
/* 10031 */ .fusion-flip-boxes {
/* 10032 */   margin-bottom: 25px;
/* 10033 */ }
/* 10034 */ .fusion-flip-box {
/* 10035 */   position: relative;
/* 10036 */   z-index: 1;
/* 10037 */   padding: 0;
/* 10038 */   margin: 0;
/* 10039 */   -webkit-backface-visibility: hidden;
/* 10040 */   -moz-backface-visibility: hidden;
/* 10041 */   -o-backface-visibility: hidden;
/* 10042 */   backface-visibility: hidden;
/* 10043 */ }
/* 10044 */ .fusion-flip-box .flip-box-inner-wrapper {
/* 10045 */   position: relative;
/* 10046 */   margin-bottom: 15px;
/* 10047 */   -webkit-transform: translateZ(0);
/* 10048 */ }
/* 10049 */ .fusion-flip-box .flip-box-front,
/* 10050 */ .fusion-flip-box .flip-box-back {

/* style.css */

/* 10051 */   -webkit-perspective: 600px;
/* 10052 */   -moz-perspective: 600px;
/* 10053 */   -ms-perspective: 600px;
/* 10054 */   perspective: 600px;
/* 10055 */   padding: 27px 20px 27px 20px;
/* 10056 */   text-align: center;
/* 10057 */   -webkit-backface-visibility: hidden;
/* 10058 */   -moz-backface-visibility: hidden;
/* 10059 */   -o-backface-visibility: hidden;
/* 10060 */   backface-visibility: hidden;
/* 10061 */   -moz-background-clip: padding;
/* 10062 */   -webkit-background-clip: padding-box;
/* 10063 */   background-clip: padding-box;
/* 10064 */   -webkit-transform-style: preserve-3d;
/* 10065 */   -moz-transform-style: preserve-3d;
/* 10066 */   -ms-transform-style: preserve-3d;
/* 10067 */   transform-style: preserve-3d;
/* 10068 */   webkit-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) !important;
/* 10069 */   -moz-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) !important;
/* 10070 */   -o-transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) !important;
/* 10071 */   transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) !important;
/* 10072 */ }
/* 10073 */ .fusion-flip-box .flip-box-front {
/* 10074 */   -webkit-transform: rotateY(0deg);
/* 10075 */   -moz-transform: rotateY(0deg);
/* 10076 */   -ms-transform: rotateY(0deg);
/* 10077 */   -o-transform: rotateY(0deg);
/* 10078 */   transform: rotateY(0deg);
/* 10079 */   z-index: 10;
/* 10080 */ }
/* 10081 */ .fusion-flip-box .flip-box-back {
/* 10082 */   position: absolute;
/* 10083 */   left: 0;
/* 10084 */   top: 0;
/* 10085 */   height: auto;
/* 10086 */   width: 100%;
/* 10087 */   -webkit-transform: rotateY(-180deg);
/* 10088 */   -moz-transform: rotateY(-180deg);
/* 10089 */   -ms-transform: rotateY(-180deg);
/* 10090 */   -o-transform: rotateY(-180deg);
/* 10091 */   transform: rotateY(-180deg);
/* 10092 */   z-index: -1;
/* 10093 */ }
/* 10094 */ .fusion-flip-box .flip-box-back .fusion-button {
/* 10095 */   display: block;
/* 10096 */   margin: 20px auto 0 auto;
/* 10097 */ }
/* 10098 */ .fusion-flip-box.hover .flip-box-back {
/* 10099 */   -webkit-transform: rotateY(0deg);
/* 10100 */   -moz-transform: rotateY(0deg);

/* style.css */

/* 10101 */   -ms-transform: rotateY(0deg);
/* 10102 */   -o-transform: rotateY(0deg);
/* 10103 */   transform: rotateY(0deg);
/* 10104 */   z-index: 10;
/* 10105 */ }
/* 10106 */ .fusion-flip-box.hover .flip-box-front {
/* 10107 */   z-index: -1;
/* 10108 */   -webkit-transform: rotateY(180deg);
/* 10109 */   -moz-transform: rotateY(180deg);
/* 10110 */   -ms-transform: rotateY(180deg);
/* 10111 */   -o-transform: rotateY(180deg);
/* 10112 */   transform: rotateY(180deg);
/* 10113 */ }
/* 10114 */ .fusion-flip-box.hover .flip-box-front .flip-box-grafix i:before {
/* 10115 */   display: none;
/* 10116 */ }
/* 10117 */ .fusion-flip-box .flip-box-grafix {
/* 10118 */   display: table;
/* 10119 */   margin: 0 auto;
/* 10120 */   margin-bottom: 10px;
/* 10121 */ }
/* 10122 */ .fusion-flip-box .flip-box-circle {
/* 10123 */   height: 64px;
/* 10124 */   width: 64px;
/* 10125 */   border: 1px solid;
/* 10126 */   -webkit-border-radius: 50%;
/* 10127 */   -moz-border-radius: 50%;
/* 10128 */   border-radius: 50%;
/* 10129 */   /* Fix to make border-radius work for transparent colors */
/* 10130 */   -moz-background-clip: padding;
/* 10131 */   -webkit-background-clip: padding-box;
/* 10132 */   background-clip: padding-box;
/* 10133 */ }
/* 10134 */ .fusion-flip-box .flip-box-circle i {
/* 10135 */   display: table-cell;
/* 10136 */   vertical-align: middle;
/* 10137 */   font-size: 24px;
/* 10138 */ }
/* 10139 */ .fusion-flip-box .flip-box-no-circle i {
/* 10140 */   font-size: 60px;
/* 10141 */ }
/* 10142 */ .fusion-flip-box .flip-box-heading {
/* 10143 */   margin-bottom: 15px;
/* 10144 */ }
/* 10145 */ .fusion-flip-box .flip-box-heading.without-text {
/* 10146 */   margin-bottom: 0;
/* 10147 */ }
/* 10148 */ .fusion-flip-box .flip-box-heading-back {
/* 10149 */   margin-bottom: 15px;
/* 10150 */   margin-top: 0;

/* style.css */

/* 10151 */   font-size: 14px;
/* 10152 */   text-transform: uppercase;
/* 10153 */ }
/* 10154 */ .fusion-flip-box .finished-animating {
/* 10155 */   -webkit-transition: none !important;
/* 10156 */   -moz-transition: none !important;
/* 10157 */   -o-transition: none !important;
/* 10158 */   transition: none !important;
/* 10159 */   -webkit-animation: none !important;
/* 10160 */   -moz-animation: none !important;
/* 10161 */   -o-animation: none !important;
/* 10162 */   animation: none !important;
/* 10163 */ }
/* 10164 */ .fontawesome-icon {
/* 10165 */   display: inline-block;
/* 10166 */   float: left;
/* 10167 */   margin-right: 10px;
/* 10168 */ }
/* 10169 */ .fontawesome-icon.circle-yes {
/* 10170 */   -webkit-border-radius: 50%;
/* 10171 */   -moz-border-radius: 50%;
/* 10172 */   border-radius: 50%;
/* 10173 */   /* Fix to make border-radius work for transparent colors */
/* 10174 */   -moz-background-clip: padding;
/* 10175 */   -webkit-background-clip: padding-box;
/* 10176 */   background-clip: padding-box;
/* 10177 */   -moz-background-clip: inherit;
/* 10178 */   -webkit-background-clip: inherit;
/* 10179 */   background-clip: inherit;
/* 10180 */   border-width: 1px;
/* 10181 */   border-style: solid;
/* 10182 */   background-color: #333333;
/* 10183 */   color: #fff;
/* 10184 */   text-align: center;
/* 10185 */   margin-top: 2px;
/* 10186 */ }
/* 10187 */ .fontawesome-icon.size-large {
/* 10188 */   font-size: 40px;
/* 10189 */ }
/* 10190 */ .fontawesome-icon.size-large.circle-yes {
/* 10191 */   width: 70px;
/* 10192 */   height: 70px;
/* 10193 */   line-height: 70px;
/* 10194 */ }
/* 10195 */ .fontawesome-icon.size-medium {
/* 10196 */   font-size: 18px;
/* 10197 */ }
/* 10198 */ .fontawesome-icon.size-medium.circle-yes {
/* 10199 */   width: 35px;
/* 10200 */   height: 35px;

/* style.css */

/* 10201 */   line-height: 35px;
/* 10202 */ }
/* 10203 */ .fontawesome-icon.size-small {
/* 10204 */   font-size: 10px;
/* 10205 */ }
/* 10206 */ .fontawesome-icon.size-small.circle-yes {
/* 10207 */   width: 18px;
/* 10208 */   height: 18px;
/* 10209 */   line-height: 18px;
/* 10210 */ }
/* 10211 */ .fontawesome-icon.circle-no.size-large {
/* 10212 */   margin-top: 2px;
/* 10213 */ }
/* 10214 */ .fontawesome-icon.circle-no.size-medium {
/* 10215 */   margin-top: 3px;
/* 10216 */ }
/* 10217 */ .fontawesome-icon.circle-no.size-small {
/* 10218 */   margin-top: 5px;
/* 10219 */ }
/* 10220 */ .fullwidth-box.video-background {
/* 10221 */   position: relative;
/* 10222 */ }
/* 10223 */ .fullwidth-box.video-background .fullwidth-overlay {
/* 10224 */   position: absolute;
/* 10225 */   top: 0;
/* 10226 */   left: 0;
/* 10227 */   z-index: 5;
/* 10228 */   height: 100%;
/* 10229 */   width: 100%;
/* 10230 */ }
/* 10231 */ .fullwidth-box.video-background .fullwidth-video {
/* 10232 */   position: absolute;
/* 10233 */   top: 0;
/* 10234 */   left: 0;
/* 10235 */   z-index: 1;
/* 10236 */   min-height: 100%;
/* 10237 */   min-width: 100%;
/* 10238 */   -webkit-transform-style: preserve-3d;
/* 10239 */ }
/* 10240 */ .fullwidth-box.video-background .fullwidth-video video {
/* 10241 */   position: absolute;
/* 10242 */   top: 0;
/* 10243 */   left: 0;
/* 10244 */   z-index: 1;
/* 10245 */   min-height: 100%;
/* 10246 */   min-width: 100%;
/* 10247 */ }
/* 10248 */ .fullwidth-box.video-background .fusion-row {
/* 10249 */   position: relative;
/* 10250 */   z-index: 10;

/* style.css */

/* 10251 */ }
/* 10252 */ .fullwidth-box.video-background .fullwidth-video-image {
/* 10253 */   display: none;
/* 10254 */ }
/* 10255 */ .ua-mobile .fullwidth-box.video-background .fullwidth-video-image {
/* 10256 */   width: 100%;
/* 10257 */   height: 100%;
/* 10258 */   display: block;
/* 10259 */   z-index: 2;
/* 10260 */   background-size: cover;
/* 10261 */   -moz-background-size: cover;
/* 10262 */   -webkit-background-size: cover;
/* 10263 */   -o-background-size: cover;
/* 10264 */   background-position: center center;
/* 10265 */   position: absolute;
/* 10266 */   top: 0;
/* 10267 */   left: 0;
/* 10268 */ }
/* 10269 */ .fullwidth-box.faded-background {
/* 10270 */   position: relative;
/* 10271 */   overflow: hidden;
/* 10272 */ }
/* 10273 */ .fullwidth-box.faded-background .fullwidth-faded {
/* 10274 */   position: absolute;
/* 10275 */   top: 0;
/* 10276 */   left: 0;
/* 10277 */   z-index: 1;
/* 10278 */   min-height: 100%;
/* 10279 */   min-width: 100%;
/* 10280 */ }
/* 10281 */ .fullwidth-box.faded-background .fusion-row {
/* 10282 */   position: relative;
/* 10283 */   z-index: 10;
/* 10284 */ }
/* 10285 */ .hundred-percent-fullwidth {
/* 10286 */   overflow: hidden;
/* 10287 */   padding-left: 0px !important;
/* 10288 */   padding-right: 0px !important;
/* 10289 */ }
/* 10290 */ .hundred-percent-fullwidth .fusion-row {
/* 10291 */   max-width: none !important;
/* 10292 */ }
/* 10293 */ .ua-safari .fullwidth-box.faded-background .fullwidth-faded {
/* 10294 */   -webkit-transform: translate3d(0, 0, 0);
/* 10295 */ }
/* 10296 */ .ua-safari.ua-mobile .fullwidth-box.faded-background .fullwidth-faded {
/* 10297 */   -webkit-transform: none;
/* 10298 */ }
/* 10299 */ .fusion-google-map img {
/* 10300 */   max-width: none;

/* style.css */

/* 10301 */ }
/* 10302 */ .fusion-google-map .fusion-info-box {
/* 10303 */   padding: 5px;
/* 10304 */   -webkit-border-radius: 5px;
/* 10305 */   -moz-border-radius: 5px;
/* 10306 */   border-radius: 5px;
/* 10307 */   /* Fix to make border-radius work for transparent colors */
/* 10308 */   -moz-background-clip: padding;
/* 10309 */   -webkit-background-clip: padding-box;
/* 10310 */   background-clip: padding-box;
/* 10311 */   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
/* 10312 */   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
/* 10313 */   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
/* 10314 */   background-color: #a0ce4e;
/* 10315 */   color: #fff;
/* 10316 */   font-size: 13px;
/* 10317 */ }
/* 10318 */ .fusion-highlight {
/* 10319 */   padding: 0.1em 0.3em;
/* 10320 */   line-height: 1.7em;
/* 10321 */ }
/* 10322 */ .fusion-highlight.rounded {
/* 10323 */   -webkit-border-radius: 4px;
/* 10324 */   -moz-border-radius: 4px;
/* 10325 */   border-radius: 4px;
/* 10326 */   /* Fix to make border-radius work for transparent colors */
/* 10327 */   -moz-background-clip: padding;
/* 10328 */   -webkit-background-clip: padding-box;
/* 10329 */   background-clip: padding-box;
/* 10330 */ }
/* 10331 */ .fusion-highlight.dark {
/* 10332 */   color: #ccc;
/* 10333 */ }
/* 10334 */ .fusion-imageframe {
/* 10335 */   display: inline-block;
/* 10336 */   z-index: 1;
/* 10337 */   position: relative;
/* 10338 */   max-width: 100%;
/* 10339 */ }
/* 10340 */ .fusion-imageframe.element-bottomshadow:before,
/* 10341 */ .fusion-imageframe.element-bottomshadow:after {
/* 10342 */   opacity: 0.4;
/* 10343 */ }
/* 10344 */ .fusion-imageframe.element-bottomshadow img {
/* 10345 */   margin: 0;
/* 10346 */ }
/* 10347 */ /* bottom shadow classes in taglinebox.less */
/* 10348 */ .imageframe-align-center {
/* 10349 */   text-align: center;
/* 10350 */ }

/* style.css */

/* 10351 */ .fusion-image-carousel {
/* 10352 */   margin-bottom: 40px;
/* 10353 */ }
/* 10354 */ /* All standard carousel styles */
/* 10355 */ .fusion-carousel {
/* 10356 */   overflow: hidden;
/* 10357 */   padding: 0;
/* 10358 */ }
/* 10359 */ .fusion-carousel .fusion-carousel-positioner {
/* 10360 */   position: relative;
/* 10361 */ }
/* 10362 */ .fusion-carousel .fusion-carousel-wrapper {
/* 10363 */   -webkit-box-sizing: content-box;
/* 10364 */   -moz-box-sizing: content-box;
/* 10365 */   box-sizing: content-box;
/* 10366 */   padding: 8px 0;
/* 10367 */ }
/* 10368 */ .fusion-carousel .fusion-carousel-swipe {
/* 10369 */   cursor: -webkit-grab;
/* 10370 */   cursor: -moz-grab;
/* 10371 */   cursor: grab;
/* 10372 */ }
/* 10373 */ .fusion-carousel .fusion-carousel-holder {
/* 10374 */   margin: 0;
/* 10375 */   padding: 0;
/* 10376 */   list-style: none;
/* 10377 */ }
/* 10378 */ .fusion-carousel .fusion-carousel-item {
/* 10379 */   display: block;
/* 10380 */   float: left;
/* 10381 */   padding: 0;
/* 10382 */ }
/* 10383 */ .fusion-carousel .fusion-carousel-item .fusion-carousel-item-wrapper {
/* 10384 */   display: inline-block;
/* 10385 */   visibility: hidden;
/* 10386 */   vertical-align: middle;
/* 10387 */   width: 100%;
/* 10388 */   line-height: normal;
/* 10389 */ }
/* 10390 */ .fusion-carousel .fusion-carousel-item .fusion-image-wrapper {
/* 10391 */   margin-bottom: 0;
/* 10392 */   text-align: center;
/* 10393 */ }
/* 10394 */ .fusion-carousel .fusion-carousel-item > a {
/* 10395 */   display: block;
/* 10396 */ }
/* 10397 */ .fusion-carousel .fusion-carousel-item img {
/* 10398 */   vertical-align: middle;
/* 10399 */   width: 100%;
/* 10400 */   height: auto;

/* style.css */

/* 10401 */ }
/* 10402 */ .fusion-carousel .fusion-carousel-title {
/* 10403 */   margin: 15px 0 3px;
/* 10404 */ }
/* 10405 */ .fusion-carousel .fusion-carousel-price {
/* 10406 */   margin-top: 8px;
/* 10407 */ }
/* 10408 */ .fusion-carousel .fusion-carousel-price .price {
/* 10409 */   margin-bottom: 0;
/* 10410 */ }
/* 10411 */ .fusion-carousel .fusion-carousel-nav {
/* 10412 */   visibility: hidden;
/* 10413 */ }
/* 10414 */ .fusion-carousel .fusion-carousel-nav .fusion-nav-prev,
/* 10415 */ .fusion-carousel .fusion-carousel-nav .fusion-nav-next {
/* 10416 */   display: block;
/* 10417 */   z-index: 1000;
/* 10418 */   opacity: 0.8;
/* 10419 */   position: absolute;
/* 10420 */   top: 50%;
/* 10421 */   margin-top: -14px;
/* 10422 */   height: 29px;
/* 10423 */   width: 29px;
/* 10424 */   text-align: center;
/* 10425 */   cursor: pointer;
/* 10426 */   color: transparent;
/* 10427 */   background-color: rgba(0, 0, 0, 0.5);
/* 10428 */   background-repeat: no-repeat;
/* 10429 */ }
/* 10430 */ .no-rgba .fusion-carousel .fusion-carousel-nav .fusion-nav-prev,
/* 10431 */ .no-rgba .fusion-carousel .fusion-carousel-nav .fusion-nav-next {
/* 10432 */   background-color: #3e3e3e;
/* 10433 */ }
/* 10434 */ .fusion-carousel .fusion-carousel-nav .fusion-nav-prev:before,
/* 10435 */ .fusion-carousel .fusion-carousel-nav .fusion-nav-next:before {
/* 10436 */   display: block;
/* 10437 */   position: relative;
/* 10438 */   line-height: 29px;
/* 10439 */   font-size: 14px;
/* 10440 */   color: #fff;
/* 10441 */   font-family: 'icomoon';
/* 10442 */ }
/* 10443 */ .fusion-carousel .fusion-carousel-nav .fusion-nav-prev:hover,
/* 10444 */ .fusion-carousel .fusion-carousel-nav .fusion-nav-next:hover {
/* 10445 */   opacity: 1;
/* 10446 */ }
/* 10447 */ .fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
/* 10448 */   left: 0;
/* 10449 */ }
/* 10450 */ .fusion-carousel .fusion-carousel-nav .fusion-nav-prev:before {

/* style.css */

/* 10451 */   content: '\f104';
/* 10452 */ }
/* 10453 */ .fusion-carousel .fusion-carousel-nav .fusion-nav-next {
/* 10454 */   right: 0;
/* 10455 */ }
/* 10456 */ .fusion-carousel .fusion-carousel-nav .fusion-nav-next:before {
/* 10457 */   content: '\f105';
/* 10458 */ }
/* 10459 */ .fusion-carousel.fusion-carousel-small .es-carousel {
/* 10460 */   padding-left: 13px;
/* 10461 */ }
/* 10462 */ .fusion-carousel.fusion-carousel-small .es-carousel ul li {
/* 10463 */   margin-right: 13px;
/* 10464 */ }
/* 10465 */ .fusion-carousel.fusion-carousel-small .es-carousel ul li .fusion-image-wrapper {
/* 10466 */   height: 118px;
/* 10467 */   width: 159px;
/* 10468 */   line-height: 118px;
/* 10469 */ }
/* 10470 */ .fusion-carousel.fusion-carousel-small .es-carousel ul li img {
/* 10471 */   max-height: 115px;
/* 10472 */   border: 1px solid #e9eaee;
/* 10473 */ }
/* 10474 */ .fusion-carousel.fusion-carousel-large ul li .fusion-image-wrapper .image-extras-content {
/* 10475 */   line-height: normal;
/* 10476 */ }
/* 10477 */ .simple-products-slider-variable .fusion-carousel .es-carousel,
/* 10478 */ .picture-size-auto .fusion-carousel .es-carousel {
/* 10479 */   padding-left: 13px;
/* 10480 */ }
/* 10481 */ .simple-products-slider-variable .fusion-carousel .es-carousel ul li,
/* 10482 */ .picture-size-auto .fusion-carousel .es-carousel ul li {
/* 10483 */   margin-right: 13px;
/* 10484 */ }
/* 10485 */ .simple-products-slider-variable .fusion-carousel .es-carousel ul li .fusion-image-wrapper,
/* 10486 */ .picture-size-auto .fusion-carousel .es-carousel ul li .fusion-image-wrapper {
/* 10487 */   height: auto;
/* 10488 */   width: 159px;
/* 10489 */   line-height: auto;
/* 10490 */ }
/* 10491 */ .simple-products-slider-variable .fusion-carousel .es-carousel ul li img,
/* 10492 */ .picture-size-auto .fusion-carousel .es-carousel ul li img {
/* 10493 */   max-height: none;
/* 10494 */   border: 1px solid #e9eaee;
/* 10495 */ }
/* 10496 */ .picture-size-auto .fusion-carousel.fusion-carousel-large .es-carousel {
/* 10497 */   padding-left: 44px;
/* 10498 */ }
/* 10499 */ .picture-size-auto .fusion-carousel.fusion-carousel-large .es-carousel ul li {
/* 10500 */   height: 100%;

/* style.css */

/* 10501 */ }
/* 10502 */ .picture-size-auto .fusion-carousel.fusion-carousel-large .es-carousel ul li .fusion-image-wrapper .image-extras-content {
/* 10503 */   line-height: initial;
/* 10504 */ }
/* 10505 */ .fusion-carousel-border img {
/* 10506 */   border: 1px solid #e9eaee;
/* 10507 */ }
/* 10508 */ .fusion-layout-column {
/* 10509 */   position: relative;
/* 10510 */   float: left;
/* 10511 */   margin-right: 4%;
/* 10512 */   margin-bottom: 20px;
/* 10513 */ }
/* 10514 */ .fusion-one-full {
/* 10515 */   float: none;
/* 10516 */ }
/* 10517 */ .fusion-one-sixth {
/* 10518 */   width: 13.3333%;
/* 10519 */ }
/* 10520 */ .fusion-five-sixth {
/* 10521 */   width: 82.6666%;
/* 10522 */ }
/* 10523 */ .fusion-one-fifth {
/* 10524 */   width: 16.8%;
/* 10525 */ }
/* 10526 */ .fusion-two-fifth {
/* 10527 */   width: 37.6%;
/* 10528 */ }
/* 10529 */ .fusion-three-fifth {
/* 10530 */   width: 58.4%;
/* 10531 */ }
/* 10532 */ .fusion-four-fifth {
/* 10533 */   width: 79.2%;
/* 10534 */ }
/* 10535 */ .fusion-one-fourth {
/* 10536 */   width: 22%;
/* 10537 */ }
/* 10538 */ .fusion-three-fourth {
/* 10539 */   width: 74%;
/* 10540 */ }
/* 10541 */ .fusion-one-third {
/* 10542 */   width: 30.6666%;
/* 10543 */ }
/* 10544 */ .fusion-two-third {
/* 10545 */   width: 65.3333%;
/* 10546 */ }
/* 10547 */ .fusion-one-half {
/* 10548 */   width: 48%;
/* 10549 */ }
/* 10550 */ .fusion-column-last {

/* style.css */

/* 10551 */   margin-left: 0;
/* 10552 */   margin-right: 0;
/* 10553 */ }
/* 10554 */ .fusion-spacing-no {
/* 10555 */   margin: 0;
/* 10556 */ }
/* 10557 */ .fusion-spacing-no.fusion-one-sixth {
/* 10558 */   width: 16.6666%;
/* 10559 */ }
/* 10560 */ .fusion-spacing-no.fusion-five-sixth {
/* 10561 */   width: 83.3333%;
/* 10562 */ }
/* 10563 */ .fusion-spacing-no.fusion-one-fifth {
/* 10564 */   width: 20%;
/* 10565 */ }
/* 10566 */ .fusion-spacing-no.fusion-two-fifth {
/* 10567 */   width: 40%;
/* 10568 */ }
/* 10569 */ .fusion-spacing-no.fusion-three-fifth {
/* 10570 */   width: 60%;
/* 10571 */ }
/* 10572 */ .fusion-spacing-no.fusion-four-fifth {
/* 10573 */   width: 80%;
/* 10574 */ }
/* 10575 */ .fusion-spacing-no.fusion-one-fourth {
/* 10576 */   width: 25%;
/* 10577 */ }
/* 10578 */ .fusion-spacing-no.fusion-three-fourth {
/* 10579 */   width: 75%;
/* 10580 */ }
/* 10581 */ .fusion-spacing-no.fusion-one-third {
/* 10582 */   width: 33.3333%;
/* 10583 */ }
/* 10584 */ .fusion-spacing-no.fusion-two-third {
/* 10585 */   width: 66.6666%;
/* 10586 */ }
/* 10587 */ .fusion-spacing-no.fusion-one-half {
/* 10588 */   width: 50%;
/* 10589 */ }
/* 10590 */ .fusion-spacing-no.fusion-column-last {
/* 10591 */   margin-left: 0;
/* 10592 */   margin-right: 0;
/* 10593 */ }
/* 10594 */ .fusion-equal-height-columns .fusion-column-wrapper {
/* 10595 */   overflow: auto;
/* 10596 */ }
/* 10597 */ .fusion-equal-height-columns .fusion-column-table {
/* 10598 */   display: table;
/* 10599 */   width: 100%;
/* 10600 */ }

/* style.css */

/* 10601 */ .fusion-equal-height-columns .fusion-column-tablecell {
/* 10602 */   display: table-cell;
/* 10603 */   vertical-align: middle;
/* 10604 */ }
/* 10605 */ .modal-dialog {
/* 10606 */   margin-top: 60px;
/* 10607 */ }
/* 10608 */ .fusion-modal .modal-header {
/* 10609 */   min-height: 54px;
/* 10610 */ }
/* 10611 */ .fusion-modal .modal-title {
/* 10612 */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 10613 */ }
/* 10614 */ .fusion-modal .close {
/* 10615 */   font-size: 30px;
/* 10616 */   margin-top: -5px;
/* 10617 */ }
/* 10618 */ .fusion-modal .fusion-separator {
/* 10619 */   width: 100% !important;
/* 10620 */ }
/* 10621 */ .fusion-person .person-shortcode-image-wrapper {
/* 10622 */   text-align: center;
/* 10623 */ }
/* 10624 */ .fusion-person .person-imgage-container {
/* 10625 */   display: inline-block;
/* 10626 */   z-index: 1;
/* 10627 */   max-width: 100%;
/* 10628 */ }
/* 10629 */ .fusion-person .person-imgage-container.glow {
/* 10630 */   -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
/* 10631 */   -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
/* 10632 */   box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
/* 10633 */ }
/* 10634 */ .fusion-person .person-imgage-container.dropshadow {
/* 10635 */   -webkit-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
/* 10636 */   -moz-box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
/* 10637 */   box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.3);
/* 10638 */ }
/* 10639 */ .fusion-person .person-desc {
/* 10640 */   margin-top: 25px;
/* 10641 */ }
/* 10642 */ .fusion-person .person-desc .person-author {
/* 10643 */   display: table;
/* 10644 */   width: 100%;
/* 10645 */ }
/* 10646 */ .fusion-person .person-desc .person-author .person-author-wrapper,
/* 10647 */ .fusion-person .person-desc .person-author .fusion-social-networks {
/* 10648 */   display: table-cell;
/* 10649 */   vertical-align: middle;
/* 10650 */   float: none;

/* style.css */

/* 10651 */ }
/* 10652 */ .fusion-person .person-desc .person-author .person-author-wrapper {
/* 10653 */   min-width: 50%;
/* 10654 */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 10655 */ }
/* 10656 */ .fusion-person .person-desc .person-author .fusion-social-networks {
/* 10657 */   max-width: 50%;
/* 10658 */   text-align: right;
/* 10659 */ }
/* 10660 */ .fusion-person .person-desc .person-author .fusion-social-networks a:first-child {
/* 10661 */   margin-left: 0;
/* 10662 */ }
/* 10663 */ .fusion-person .person-desc .person-author .fusion-social-networks a {
/* 10664 */   margin-bottom: 10px;
/* 10665 */   margin-right: 0;
/* 10666 */   margin-left: 20px;
/* 10667 */ }
/* 10668 */ .fusion-person .person-desc .person-author .boxed-icons a {
/* 10669 */   margin-left: 10px;
/* 10670 */ }
/* 10671 */ .fusion-person .person-desc .person-author .person-name,
/* 10672 */ .fusion-person .person-desc .person-author .person-title {
/* 10673 */   display: block;
/* 10674 */ }
/* 10675 */ .fusion-person .person-content {
/* 10676 */   margin-top: 25px;
/* 10677 */ }
/* 10678 */ .fusion-popover {
/* 10679 */   cursor: pointer;
/* 10680 */   color: #a0ce4e;
/* 10681 */ }
/* 10682 */ .popover {
/* 10683 */   padding: 0;
/* 10684 */ }
/* 10685 */ .fusion-pricing-table {
/* 10686 */   margin: 0 0 20px 0;
/* 10687 */   -moz-box-sizing: border-box;
/* 10688 */   box-sizing: border-box;
/* 10689 */ }
/* 10690 */ .fusion-pricing-table * {
/* 10691 */   -moz-box-sizing: border-box;
/* 10692 */   box-sizing: border-box;
/* 10693 */ }
/* 10694 */ .fusion-pricing-table .fusion-panel {
/* 10695 */   overflow: hidden;
/* 10696 */   margin: 0;
/* 10697 */   background-color: #ffffff;
/* 10698 */   box-shadow: none;
/* 10699 */   -webkit-border-radius: 0;
/* 10700 */   -moz-border-radius: 0;

/* style.css */

/* 10701 */   border-radius: 0;
/* 10702 */   /* Fix to make border-radius work for transparent colors */
/* 10703 */   -moz-background-clip: padding;
/* 10704 */   -webkit-background-clip: padding-box;
/* 10705 */   background-clip: padding-box;
/* 10706 */   border: 1px solid #e5e4e3;
/* 10707 */ }
/* 10708 */ .fusion-pricing-table .panel-heading {
/* 10709 */   padding: 15px 15px;
/* 10710 */   -webkit-border-radius: 0;
/* 10711 */   -moz-border-radius: 0;
/* 10712 */   border-radius: 0;
/* 10713 */   /* Fix to make border-radius work for transparent colors */
/* 10714 */   -moz-background-clip: padding;
/* 10715 */   -webkit-background-clip: padding-box;
/* 10716 */   background-clip: padding-box;
/* 10717 */   border-bottom: 1px solid #e5e4e3;
/* 10718 */   text-align: center;
/* 10719 */ }
/* 10720 */ .fusion-pricing-table .panel-heading h3 {
/* 10721 */   margin: 0;
/* 10722 */ }
/* 10723 */ .fusion-pricing-table .panel-body {
/* 10724 */   padding: 15px;
/* 10725 */   background-color: #f8f8f8;
/* 10726 */   text-align: center;
/* 10727 */ }
/* 10728 */ .fusion-pricing-table .panel-body .price {
/* 10729 */   position: relative;
/* 10730 */ }
/* 10731 */ .fusion-pricing-table .panel-body .price .currency {
/* 10732 */   position: relative;
/* 10733 */   color: #505050;
/* 10734 */ }
/* 10735 */ .fusion-pricing-table .panel-body .price .currency.pos-right {
/* 10736 */   top: 0;
/* 10737 */   margin-left: -12px;
/* 10738 */   font-size: 32px;
/* 10739 */ }
/* 10740 */ .fusion-pricing-table .panel-body .price .currency.pos-right.price-without-decimal {
/* 10741 */   margin-left: 0;
/* 10742 */ }
/* 10743 */ .fusion-pricing-table .panel-body .price .integer-part {
/* 10744 */   display: inline;
/* 10745 */   font-weight: bold;
/* 10746 */   color: #a0ce4e;
/* 10747 */   line-height: normal;
/* 10748 */ }
/* 10749 */ .fusion-pricing-table .panel-body .price .decimal-part {
/* 10750 */   position: relative;

/* style.css */

/* 10751 */   top: -30px;
/* 10752 */   font-weight: bold;
/* 10753 */   color: #a0ce4e;
/* 10754 */ }
/* 10755 */ .fusion-pricing-table .panel-body .price .time {
/* 10756 */   position: relative;
/* 10757 */   font-style: italic;
/* 10758 */   color: #888888;
/* 10759 */   margin-left: -14px;
/* 10760 */ }
/* 10761 */ .fusion-pricing-table .panel-body .price .time.price-without-decimal {
/* 10762 */   margin-left: 0;
/* 10763 */ }
/* 10764 */ .fusion-pricing-table .panel-body .price .time.pos-right {
/* 10765 */   margin-left: 12px;
/* 10766 */ }
/* 10767 */ .fusion-pricing-table .list-group {
/* 10768 */   margin: 0;
/* 10769 */   padding: 0;
/* 10770 */ }
/* 10771 */ .fusion-pricing-table .list-group-item {
/* 10772 */   display: block;
/* 10773 */   position: relative;
/* 10774 */   padding: 15px;
/* 10775 */   background: none;
/* 10776 */   border-radius: 0;
/* 10777 */   border-top: 1px solid #e5e4e3;
/* 10778 */   text-align: center;
/* 10779 */ }
/* 10780 */ .fusion-pricing-table .list-group-item:last-child {
/* 10781 */   border-bottom: 1px solid #e5e4e3;
/* 10782 */ }
/* 10783 */ .fusion-pricing-table .panel-footer {
/* 10784 */   padding: 15px;
/* 10785 */   background-color: #f8f8f8;
/* 10786 */   -webkit-border-radius: 0;
/* 10787 */   -moz-border-radius: 0;
/* 10788 */   border-radius: 0;
/* 10789 */   /* Fix to make border-radius work for transparent colors */
/* 10790 */   -moz-background-clip: padding;
/* 10791 */   -webkit-background-clip: padding-box;
/* 10792 */   background-clip: padding-box;
/* 10793 */   border-color: 1px solid #e5e4e3;
/* 10794 */   text-align: center;
/* 10795 */ }
/* 10796 */ .fusion-pricing-table .panel-wrapper:hover {
/* 10797 */   cursor: pointer;
/* 10798 */ }
/* 10799 */ .fusion-pricing-table .panel-wrapper:hover .fusion-panel {
/* 10800 */   background-color: #f8f8f8;

/* style.css */

/* 10801 */ }
/* 10802 */ #wrapper .full-boxed-pricing .panel-wrapper {
/* 10803 */   padding: 0;
/* 10804 */ }
/* 10805 */ .full-boxed-pricing .panel-container {
/* 10806 */   padding: 9px;
/* 10807 */   background-color: #f8f8f8;
/* 10808 */ }
/* 10809 */ .full-boxed-pricing .panel-wrapper:last-child .fusion-panel {
/* 10810 */   border-right: 1px solid #e5e4e3;
/* 10811 */ }
/* 10812 */ .full-boxed-pricing .panel-body .price .currency {
/* 10813 */   top: -20px;
/* 10814 */   font-size: 21px;
/* 10815 */ }
/* 10816 */ .full-boxed-pricing .panel-body .price .integer-part {
/* 10817 */   font-size: 55px;
/* 10818 */ }
/* 10819 */ .full-boxed-pricing .panel-body .price .decimal-part {
/* 10820 */   top: -20px;
/* 10821 */   font-size: 17px;
/* 10822 */ }
/* 10823 */ .full-boxed-pricing .panel-body .price .time {
/* 10824 */   font-size: 11px;
/* 10825 */ }
/* 10826 */ .full-boxed-pricing .panel-wrapper:hover .panel-heading {
/* 10827 */   background-color: #f8f8f8;
/* 10828 */ }
/* 10829 */ .sep-boxed-pricing .panel-wrapper {
/* 10830 */   margin-bottom: 10px;
/* 10831 */   padding: 0;
/* 10832 */ }
/* 10833 */ .sep-boxed-pricing .panel-container {
/* 10834 */   padding: 9px;
/* 10835 */   background-color: #f8f8f8;
/* 10836 */ }
/* 10837 */ .sep-boxed-pricing .panel-heading {
/* 10838 */   background-color: #a0ce4e;
/* 10839 */   -webkit-border-radius: 0;
/* 10840 */   -moz-border-radius: 0;
/* 10841 */   border-radius: 0;
/* 10842 */   /* Fix to make border-radius work for transparent colors */
/* 10843 */   -moz-background-clip: padding;
/* 10844 */   -webkit-background-clip: padding-box;
/* 10845 */   background-clip: padding-box;
/* 10846 */   border-bottom: 1px solid #e5e4e3;
/* 10847 */   text-align: center;
/* 10848 */ }
/* 10849 */ .sep-boxed-pricing .panel-heading h3 {
/* 10850 */   margin: 0;

/* style.css */

/* 10851 */ }
/* 10852 */ .sep-boxed-pricing .panel-body .price .currency {
/* 10853 */   top: -30px;
/* 10854 */   font-size: 28px;
/* 10855 */ }
/* 10856 */ .sep-boxed-pricing .panel-body .price .integer-part {
/* 10857 */   font-size: 75px;
/* 10858 */ }
/* 10859 */ .sep-boxed-pricing .panel-body .price .decimal-part {
/* 10860 */   font-size: 23px;
/* 10861 */ }
/* 10862 */ .sep-boxed-pricing .panel-body .price .time {
/* 10863 */   font-size: 20px;
/* 10864 */ }
/* 10865 */ @media (min-width: 768px) {
/* 10866 */   .fusion-pricing-table .standout .panel-container {
/* 10867 */     z-index: 1000;
/* 10868 */   }
/* 10869 */   .fusion-pricing-table .standout .panel-heading,
/* 10870 */   .fusion-pricing-table .standout .panel-footer {
/* 10871 */     padding: 20px;
/* 10872 */   }
/* 10873 */   .full-boxed-pricing {
/* 10874 */     padding: 0 9px;
/* 10875 */     background-color: #f8f8f8;
/* 10876 */   }
/* 10877 */   .full-boxed-pricing .panel-container {
/* 10878 */     padding: 9px 0;
/* 10879 */   }
/* 10880 */   .full-boxed-pricing .panel-wrapper:last-child .fusion-panel {
/* 10881 */     border-right: 1px solid #e5e4e3;
/* 10882 */   }
/* 10883 */   .full-boxed-pricing .fusion-panel {
/* 10884 */     border-right: none;
/* 10885 */   }
/* 10886 */   .full-boxed-pricing .standout .panel-container {
/* 10887 */     position: relative;
/* 10888 */     -moz-box-sizing: content-box;
/* 10889 */     box-sizing: content-box;
/* 10890 */     margin: -10px -9px;
/* 10891 */     padding: 9px;
/* 10892 */     -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.08);
/* 10893 */     -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.08);
/* 10894 */     box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.08);
/* 10895 */     background-color: #f8f8f8;
/* 10896 */   }
/* 10897 */   .full-boxed-pricing .standout .fusion-panel {
/* 10898 */     border-right: 1px solid #e5e4e3;
/* 10899 */   }
/* 10900 */   .full-boxed-pricing .standout .panel-heading h3 {

/* style.css */

/* 10901 */     color: #a0ce4e;
/* 10902 */   }
/* 10903 */   .sep-boxed-pricing {
/* 10904 */     margin: 0 -15px;
/* 10905 */     margin-bottom: 20px;
/* 10906 */   }
/* 10907 */   .sep-boxed-pricing .panel-wrapper {
/* 10908 */     margin: 0;
/* 10909 */     padding: 0 12px;
/* 10910 */   }
/* 10911 */   .sep-boxed-pricing .standout .panel-container {
/* 10912 */     margin: -10px;
/* 10913 */     -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
/* 10914 */     -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
/* 10915 */     box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
/* 10916 */   }
/* 10917 */ }
/* 10918 */ .fusion-progressbar {
/* 10919 */   position: relative;
/* 10920 */   margin-bottom: 10px;
/* 10921 */   height: 37px;
/* 10922 */   width: 100%;
/* 10923 */   background-color: #E6E7E8;
/* 10924 */   -webkit-border-radius: 0;
/* 10925 */   -moz-border-radius: 0;
/* 10926 */   border-radius: 0;
/* 10927 */   /* Fix to make border-radius work for transparent colors */
/* 10928 */   -moz-background-clip: padding;
/* 10929 */   -webkit-background-clip: padding-box;
/* 10930 */   background-clip: padding-box;
/* 10931 */   -webkit-box-shadow: none;
/* 10932 */   -moz-box-shadow: none;
/* 10933 */   box-shadow: none;
/* 10934 */ }
/* 10935 */ .fusion-progressbar .progress {
/* 10936 */   background-color: #A0CE4E;
/* 10937 */   -webkit-box-shadow: none;
/* 10938 */   -moz-box-shadow: none;
/* 10939 */   box-shadow: none;
/* 10940 */ }
/* 10941 */ .fusion-progressbar .sr-only {
/* 10942 */   left: 15px;
/* 10943 */   top: 9px;
/* 10944 */   clip: auto;
/* 10945 */   height: auto;
/* 10946 */   width: auto;
/* 10947 */   color: #FFFFFF;
/* 10948 */   font-size: 13px;
/* 10949 */   font-weight: normal;
/* 10950 */ }

/* style.css */

/* 10951 */ .fusion-recent-posts {
/* 10952 */   margin-bottom: 50px;
/* 10953 */ }
/* 10954 */ .fusion-recent-posts .columns {
/* 10955 */   overflow: hidden;
/* 10956 */ }
/* 10957 */ .fusion-recent-posts .columns .column {
/* 10958 */   overflow: hidden;
/* 10959 */ }
/* 10960 */ .fusion-recent-posts .columns .column .fusion-flexslider {
/* 10961 */   margin-bottom: 0;
/* 10962 */ }
/* 10963 */ .fusion-recent-posts .columns .column h4 {
/* 10964 */   margin: 15px 0 3px 0;
/* 10965 */ }
/* 10966 */ .fusion-recent-posts .columns .column .meta {
/* 10967 */   overflow: hidden;
/* 10968 */   margin-bottom: 13px;
/* 10969 */   padding: 0;
/* 10970 */   color: #333333;
/* 10971 */   font-size: 12px;
/* 10972 */   line-height: 14px;
/* 10973 */ }
/* 10974 */ .fusion-recent-posts .columns .column .meta .date {
/* 10975 */   font-style: normal;
/* 10976 */ }
/* 10977 */ .fusion-recent-posts .columns .column .meta .meta-separator {
/* 10978 */   padding: 0 5px;
/* 10979 */ }
/* 10980 */ .fusion-recent-posts .columns .password {
/* 10981 */   width: auto;
/* 10982 */ }
/* 10983 */ .fusion-recent-posts .columns-2 .column:nth-child(3n) {
/* 10984 */   clear: left;
/* 10985 */ }
/* 10986 */ .fusion-recent-posts .columns-3 .column:nth-child(4n) {
/* 10987 */   clear: left;
/* 10988 */ }
/* 10989 */ .fusion-recent-posts.layout-thumbnails-on-side .columns .column {
/* 10990 */   margin-bottom: 20px;
/* 10991 */ }
/* 10992 */ .fusion-recent-posts.layout-thumbnails-on-side .columns .column .floated-slideshow {
/* 10993 */   overflow: hidden;
/* 10994 */   float: left;
/* 10995 */   margin: 0 20px 5px 0;
/* 10996 */   width: 144px;
/* 10997 */ }
/* 10998 */ .fusion-recent-posts.layout-thumbnails-on-side .columns .column h4 {
/* 10999 */   margin-bottom: 0px;
/* 11000 */   margin-top: 0;

/* style.css */

/* 11001 */ }
/* 11002 */ .fusion-recent-posts.layout-date-on-side .date-and-formats {
/* 11003 */   overflow: hidden;
/* 11004 */   float: left;
/* 11005 */   margin: 0 20px 5px 0;
/* 11006 */   width: 82px;
/* 11007 */ }
/* 11008 */ .fusion-recent-posts.layout-date-on-side .date-and-formats .date-box {
/* 11009 */   padding: 8px 0 5px;
/* 11010 */   color: #FFFFFF;
/* 11011 */ }
/* 11012 */ .fusion-recent-posts.layout-date-on-side .date-and-formats .date-box .date {
/* 11013 */   display: block;
/* 11014 */   font-size: 29px;
/* 11015 */   font-weight: bold;
/* 11016 */   line-height: 29px;
/* 11017 */ }
/* 11018 */ .fusion-recent-posts.layout-date-on-side .date-and-formats .format-box {
/* 11019 */   margin-top: 3px;
/* 11020 */   background-color: #EEF0F2;
/* 11021 */ }
/* 11022 */ .fusion-recent-posts.layout-date-on-side .columns .column {
/* 11023 */   margin-bottom: 20px;
/* 11024 */ }
/* 11025 */ .fusion-recent-posts.layout-date-on-side .columns .column h4 {
/* 11026 */   margin-top: 0;
/* 11027 */   margin-bottom: 0;
/* 11028 */ }
/* 11029 */ .fusion-recent-works {
/* 11030 */   margin-bottom: 80px;
/* 11031 */ }
/* 11032 */ .fusion-recent-works-carousel {
/* 11033 */   overflow: hidden;
/* 11034 */   height: auto;
/* 11035 */ }
/* 11036 */ .fusion-recent-works-grid-with-excerpts {
/* 11037 */   margin-bottom: 0;
/* 11038 */ }
/* 11039 */ .fusion-section-separator {
/* 11040 */   position: relative;
/* 11041 */ }
/* 11042 */ .fusion-section-separator .divider-candy {
/* 11043 */   z-index: 100;
/* 11044 */   position: absolute;
/* 11045 */   left: 50%;
/* 11046 */   margin-left: -20px;
/* 11047 */   height: 40px;
/* 11048 */   width: 40px;
/* 11049 */   border-bottom: 1px solid #E6E5E6;
/* 11050 */   border-left: 1px solid #E6E5E6;

/* style.css */

/* 11051 */   background-color: transparent;
/* 11052 */   content: "";
/* 11053 */ }
/* 11054 */ .fusion-section-separator .divider-candy.bottom {
/* 11055 */   bottom: -21px;
/* 11056 */   -webkit-transform: rotate(-45deg);
/* 11057 */   -moz-transform: rotate(-45deg);
/* 11058 */   -ms-transform: rotate(-45deg);
/* 11059 */   -o-transform: rotate(-45deg);
/* 11060 */   transform: rotate(-45deg);
/* 11061 */ }
/* 11062 */ .fusion-section-separator .divider-candy.top {
/* 11063 */   top: -21px;
/* 11064 */   -webkit-transform: rotate(135deg);
/* 11065 */   -moz-transform: rotate(135deg);
/* 11066 */   -ms-transform: rotate(135deg);
/* 11067 */   -o-transform: rotate(135deg);
/* 11068 */   transform: rotate(135deg);
/* 11069 */ }
/* 11070 */ .fusion-section-separator .divider-candy.both {
/* 11071 */   top: -21px;
/* 11072 */   -webkit-transform: rotate(135deg);
/* 11073 */   -moz-transform: rotate(135deg);
/* 11074 */   -ms-transform: rotate(135deg);
/* 11075 */   -o-transform: rotate(135deg);
/* 11076 */   transform: rotate(135deg);
/* 11077 */ }
/* 11078 */ .fusion-section-separator .divider-candy-arrow {
/* 11079 */   z-index: 2;
/* 11080 */   position: absolute;
/* 11081 */   left: 50%;
/* 11082 */   margin-left: -29px;
/* 11083 */   height: 0;
/* 11084 */   width: 0;
/* 11085 */   border-color: transparent;
/* 11086 */   border-style: solid;
/* 11087 */ }
/* 11088 */ .fusion-section-separator .divider-candy-arrow.bottom {
/* 11089 */   border-width: 29px 29px 0 29px;
/* 11090 */ }
/* 11091 */ .fusion-section-separator .divider-candy-arrow.top {
/* 11092 */   top: -29px;
/* 11093 */   border-width: 0 29px 29px;
/* 11094 */ }
/* 11095 */ .fusion-section-separator .section-separator-icon {
/* 11096 */   z-index: 200;
/* 11097 */   position: absolute;
/* 11098 */   left: 50%;
/* 11099 */   top: -10px;
/* 11100 */   margin-left: -20px;

/* style.css */

/* 11101 */   width: 40px;
/* 11102 */   font-size: 20px;
/* 11103 */   font-family: FontAwesome;
/* 11104 */   text-align: center;
/* 11105 */ }
/* 11106 */ .fusion-section-separator .section-separator-icon:after {
/* 11107 */   display: block;
/* 11108 */   text-align: center;
/* 11109 */ }
/* 11110 */ .fusion-sep-clear {
/* 11111 */   clear: both;
/* 11112 */   display: block;
/* 11113 */   height: 1px;
/* 11114 */   font-size: 0px;
/* 11115 */   line-height: 0px;
/* 11116 */   width: 100%;
/* 11117 */   overflow: hidden;
/* 11118 */ }
/* 11119 */ .fusion-separator {
/* 11120 */   border: 0 solid #e7e6e6;
/* 11121 */   clear: both;
/* 11122 */   position: relative;
/* 11123 */   z-index: 11;
/* 11124 */ }
/* 11125 */ .fusion-separator.sep-none {
/* 11126 */   height: 1px;
/* 11127 */ }
/* 11128 */ .fusion-separator.sep-double {
/* 11129 */   height: 8px;
/* 11130 */   border-bottom-width: 1px;
/* 11131 */   border-top-width: 1px;
/* 11132 */ }
/* 11133 */ .fusion-separator.sep-single {
/* 11134 */   border-top-width: 1px;
/* 11135 */ }
/* 11136 */ .fusion-separator.sep-dashed {
/* 11137 */   border-bottom-style: dashed;
/* 11138 */   border-top-style: dashed;
/* 11139 */ }
/* 11140 */ .fusion-separator.sep-dotted {
/* 11141 */   border-bottom-style: dotted;
/* 11142 */   border-top-style: dotted;
/* 11143 */ }
/* 11144 */ .fusion-separator.sep-shadow {
/* 11145 */   height: 1px;
/* 11146 */   overflow: visible;
/* 11147 */   border: none;
/* 11148 */   background: none;
/* 11149 */   background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(150, 150, 150, 0)), color-stop(15%, rgba(150, 150, 150, 0)), color-stop(50%, rgba(150, 150, 150, 0.65)), color-stop(85%, rgba(150, 150, 150, 0)), color-stop(100%, rgba(150, 150, 150, 0)));
/* 11150 */   background: -webkit-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);

/* style.css */

/* 11151 */   background: -moz-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
/* 11152 */   background: -ms-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
/* 11153 */   background: -o-linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
/* 11154 */   background: linear-gradient(left, rgba(150, 150, 150, 0) 0%, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, 0.65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%);
/* 11155 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
/* 11156 */ }
/* 11157 */ .fusion-separator.sep-shadow:after {
/* 11158 */   display: block;
/* 11159 */   margin-top: 10px;
/* 11160 */   height: 6px;
/* 11161 */   width: 100%;
/* 11162 */   content: '';
/* 11163 */   background: -webkit-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 65%);
/* 11164 */   background: -moz-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 80%);
/* 11165 */   background: -o-radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 80%);
/* 11166 */   background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 65%);
/* 11167 */ }
/* 11168 */ .fusion-separator .icon-wrapper {
/* 11169 */   position: absolute;
/* 11170 */   display: table;
/* 11171 */   left: 50%;
/* 11172 */   top: 50%;
/* 11173 */   margin: -13px 0 0 -13px;
/* 11174 */   height: 26px;
/* 11175 */   width: 26px;
/* 11176 */   background-color: #FFFFFF;
/* 11177 */   border: 1px solid #AAAAAA;
/* 11178 */   -webkit-border-radius: 50%;
/* 11179 */   -moz-border-radius: 50%;
/* 11180 */   border-radius: 50%;
/* 11181 */   /* Fix to make border-radius work for transparent colors */
/* 11182 */   -moz-background-clip: padding;
/* 11183 */   -webkit-background-clip: padding-box;
/* 11184 */   background-clip: padding-box;
/* 11185 */   text-align: center;
/* 11186 */ }
/* 11187 */ .fusion-separator .icon-wrapper i {
/* 11188 */   display: block;
/* 11189 */   display: table-cell;
/* 11190 */   vertical-align: middle;
/* 11191 */ }
/* 11192 */ body:not(:-moz-handler-blocked) .fusion-separator.sep-shadow:after {
/* 11193 */   background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.5) 0px, rgba(255, 255, 255, 0) 80%);
/* 11194 */ }
/* 11195 */ .fusion-sharing-box {
/* 11196 */   display: table;
/* 11197 */   margin-bottom: 55px;
/* 11198 */   padding: 20px;
/* 11199 */   height: 70px;
/* 11200 */   width: 100%;

/* style.css */

/* 11201 */   background-color: #f6f6f6;
/* 11202 */ }
/* 11203 */ .fusion-sharing-box.boxed-icons {
/* 11204 */   padding: 15px 20px;
/* 11205 */ }
/* 11206 */ .fusion-sharing-box h4,
/* 11207 */ .fusion-sharing-box .fusion-social-networks {
/* 11208 */   display: table-cell;
/* 11209 */   vertical-align: middle;
/* 11210 */ }
/* 11211 */ .fusion-sharing-box .fusion-social-networks {
/* 11212 */   text-align: right;
/* 11213 */ }
/* 11214 */ .fusion-sharing-box .fusion-social-networks .fusion-social-network-icon {
/* 11215 */   margin-bottom: 0;
/* 11216 */ }
/* 11217 */ .fusion-slider-sc .slides > li:first-child {
/* 11218 */   display: block;
/* 11219 */ }
/* 11220 */ .fusion-slider-sc .flex-direction-nav a {
/* 11221 */   position: absolute;
/* 11222 */   top: 50%;
/* 11223 */   z-index: 100;
/* 11224 */   margin: -20px 0 0;
/* 11225 */   height: 30px;
/* 11226 */   width: 30px;
/* 11227 */   opacity: 0;
/* 11228 */   overflow: hidden;
/* 11229 */   background-color: rgba(0, 0, 0, 0.5);
/* 11230 */   background-repeat: no-repeat;
/* 11231 */   cursor: pointer;
/* 11232 */   font-size: 14px;
/* 11233 */   font-weight: normal;
/* 11234 */   font-family: 'icomoon';
/* 11235 */   -webkit-font-smoothing: none;
/* 11236 */ }
/* 11237 */ .fusion-slider-sc:hover .flex-next:hover,
/* 11238 */ .fusion-slider-sc:hover .flex-prev:hover {
/* 11239 */   opacity: 1;
/* 11240 */ }
/* 11241 */ .fusion-social-networks .fusion-social-network-icon {
/* 11242 */   margin-left: 0;
/* 11243 */   margin-right: 20px;
/* 11244 */   margin-bottom: 10px;
/* 11245 */   font-size: 16px;
/* 11246 */   color: #46494a;
/* 11247 */   display: inline-block;
/* 11248 */ }
/* 11249 */ .fusion-social-networks .fusion-social-network-icon:hover {
/* 11250 */   opacity: 0.8;

/* style.css */

/* 11251 */ }
/* 11252 */ .fusion-social-networks .fusion-social-network-icon:before {
/* 11253 */   color: inherit;
/* 11254 */ }
/* 11255 */ .fusion-social-networks.boxed-icons .fusion-social-network-icon {
/* 11256 */   margin-right: 10px;
/* 11257 */   padding: 8px;
/* 11258 */   background-color: #46494a;
/* 11259 */   border: none;
/* 11260 */   -webkit-border-radius: 3px;
/* 11261 */   -moz-border-radius: 3px;
/* 11262 */   border-radius: 3px;
/* 11263 */   /* Fix to make border-radius work for transparent colors */
/* 11264 */   -moz-background-clip: padding;
/* 11265 */   -webkit-background-clip: padding-box;
/* 11266 */   background-clip: padding-box;
/* 11267 */   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
/* 11268 */   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
/* 11269 */   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
/* 11270 */   -moz-background-clip: inherit;
/* 11271 */   -webkit-background-clip: inherit;
/* 11272 */   background-clip: inherit;
/* 11273 */   border: 1px solid #46494a;
/* 11274 */   color: #ffffff;
/* 11275 */ }
/* 11276 */ .fusion-secondary-header .alignright .fusion-social-links-header .fusion-social-network-icon {
/* 11277 */   margin-right: 0;
/* 11278 */   margin-left: 20px;
/* 11279 */ }
/* 11280 */ .fusion-secondary-header .alignright .fusion-social-links-header .boxed-icons .fusion-social-network-icon {
/* 11281 */   margin-right: 0;
/* 11282 */   margin-left: 10px;
/* 11283 */ }
/* 11284 */ .fusion-social-links-footer {
/* 11285 */   display: table-cell;
/* 11286 */   vertical-align: middle;
/* 11287 */   width: 40%;
/* 11288 */   text-align: right;
/* 11289 */ }
/* 11290 */ .fusion-social-links-footer .fusion-social-networks {
/* 11291 */   margin-top: 10px;
/* 11292 */ }
/* 11293 */ .fusion-social-links-footer .fusion-social-networks.boxed-icons {
/* 11294 */   margin-top: 0;
/* 11295 */ }
/* 11296 */ .fusion-social-links-footer .fusion-social-networks.boxed-icons .fusion-social-network-icon {
/* 11297 */   margin-right: 0;
/* 11298 */   margin-left: 10px;
/* 11299 */ }
/* 11300 */ .fusion-social-links-footer .fusion-social-networks .fusion-social-network-icon {

/* style.css */

/* 11301 */   margin-right: 0;
/* 11302 */   margin-left: 20px;
/* 11303 */ }
/* 11304 */ .fusion-social-links-footer .fusion-social-networks .fusion-social-network-icon:first-child {
/* 11305 */   margin-left: 0;
/* 11306 */ }
/* 11307 */ .fusion-tabs {
/* 11308 */   margin-bottom: 50px;
/* 11309 */ }
/* 11310 */ .fusion-tabs .nav-tabs {
/* 11311 */   display: block;
/* 11312 */   list-style: none outside none;
/* 11313 */   margin: 0;
/* 11314 */   padding: 0;
/* 11315 */   border: 1px solid #f1f2f2;
/* 11316 */   border-bottom: none;
/* 11317 */   background-color: #fff;
/* 11318 */ }
/* 11319 */ .fusion-tabs .nav-tabs:before,
/* 11320 */ .fusion-tabs .nav-tabs:after {
/* 11321 */   content: " ";
/* 11322 */   display: table;
/* 11323 */ }
/* 11324 */ .fusion-tabs .nav-tabs:after {
/* 11325 */   clear: both;
/* 11326 */ }
/* 11327 */ .fusion-tabs .nav-tabs.nav-justified {
/* 11328 */   width: 100%;
/* 11329 */   border-bottom: 0 none;
/* 11330 */ }
/* 11331 */ .fusion-tabs .nav-tabs li {
/* 11332 */   display: block;
/* 11333 */   position: relative;
/* 11334 */   float: none;
/* 11335 */   text-align: center;
/* 11336 */ }
/* 11337 */ .fusion-tabs .nav-tabs li .fusion-tab-heading {
/* 11338 */   margin: 0;
/* 11339 */ }
/* 11340 */ .fusion-tabs .nav-tabs li .tab-link {
/* 11341 */   display: block;
/* 11342 */   position: relative;
/* 11343 */   margin: 0;
/* 11344 */   padding: 8px 0;
/* 11345 */   outline: 0;
/* 11346 */   line-height: normal;
/* 11347 */   border: none;
/* 11348 */   border-top: 3px solid #f1f2f2;
/* 11349 */   background-color: #f1f2f2;
/* 11350 */   color: #747474;

/* style.css */

/* 11351 */   cursor: pointer;
/* 11352 */   -webkit-transition: all .2s;
/* 11353 */   -moz-transition: all .2s;
/* 11354 */   -ms-transition: all .2s;
/* 11355 */   -o-transition: all .2s;
/* 11356 */   transition: all .2s;
/* 11357 */ }
/* 11358 */ .fusion-tabs .nav-tabs li .tab-link:hover,
/* 11359 */ .fusion-tabs .nav-tabs li .tab-link:focus {
/* 11360 */   border-top-color: #fff;
/* 11361 */   background-color: #fff;
/* 11362 */ }
/* 11363 */ .fusion-tabs .nav-tabs li .tab-link .fa {
/* 11364 */   float: none;
/* 11365 */   color: inherit;
/* 11366 */ }
/* 11367 */ .fusion-tabs .nav-tabs > .active > .tab-link {
/* 11368 */   border: none;
/* 11369 */   border-top: 3px solid #a0ce4e;
/* 11370 */   background-color: #fff;
/* 11371 */   cursor: pointer;
/* 11372 */ }
/* 11373 */ .fusion-tabs .nav-tabs > .active > .tab-link:hover,
/* 11374 */ .fusion-tabs .nav-tabs > .active > .tab-link:focus {
/* 11375 */   border-top: 3px solid #a0ce4e;
/* 11376 */ }
/* 11377 */ .fusion-tabs .tab-content > .active {
/* 11378 */   display: block;
/* 11379 */ }
/* 11380 */ .fusion-tabs .tab-pane {
/* 11381 */   display: none;
/* 11382 */   padding: 15px;
/* 11383 */   max-width: 100%;
/* 11384 */   border: 1px solid #f1f2f2;
/* 11385 */   border-top: none;
/* 11386 */ }
/* 11387 */ .fusion-tabs.nav-not-justified .nav-tabs .tab-link {
/* 11388 */   padding: 8px 15px;
/* 11389 */ }
/* 11390 */ .fusion-tabs.clean .nav-tabs {
/* 11391 */   background: none;
/* 11392 */   border: none;
/* 11393 */ }
/* 11394 */ .fusion-tabs.clean .nav-tabs li {
/* 11395 */   margin-bottom: 10px;
/* 11396 */ }
/* 11397 */ .fusion-tabs.clean .nav-tabs li .tab-link {
/* 11398 */   padding: 10px 15px;
/* 11399 */   border: 1px solid;
/* 11400 */ }

/* style.css */

/* 11401 */ .fusion-tabs.clean .nav-tabs li .tab-link:hover,
/* 11402 */ .fusion-tabs.clean .nav-tabs li .tab-link:focus {
/* 11403 */   border: 1px solid;
/* 11404 */ }
/* 11405 */ .fusion-tabs.clean .tab-content {
/* 11406 */   margin-top: 20px;
/* 11407 */ }
/* 11408 */ .fusion-tabs.clean .tab-content .tab-pane {
/* 11409 */   padding: 0;
/* 11410 */   background: transparent;
/* 11411 */   border: none;
/* 11412 */ }
/* 11413 */ @media (min-width: 768px) {
/* 11414 */   .fusion-tabs .nav-tabs {
/* 11415 */     display: inline-block;
/* 11416 */   }
/* 11417 */   .fusion-tabs .nav-tabs.nav-justified > li {
/* 11418 */     display: table-cell;
/* 11419 */     width: 1%;
/* 11420 */   }
/* 11421 */   .fusion-tabs .nav-tabs li .tab-link {
/* 11422 */     margin-right: 1px;
/* 11423 */   }
/* 11424 */   .fusion-tabs .nav-tabs li:last-child .tab-link {
/* 11425 */     margin-right: 0;
/* 11426 */   }
/* 11427 */   .fusion-tabs.horizontal-tabs .nav-tabs {
/* 11428 */     margin: 0 0 -8px 0;
/* 11429 */   }
/* 11430 */   .fusion-tabs.horizontal-tabs .nav {
/* 11431 */     border-bottom: 1px solid #f1f2f2;
/* 11432 */   }
/* 11433 */   .fusion-tabs.horizontal-tabs.clean .nav {
/* 11434 */     border: none;
/* 11435 */     text-align: center;
/* 11436 */   }
/* 11437 */   .fusion-tabs.horizontal-tabs.clean .nav-tabs {
/* 11438 */     border: none;
/* 11439 */   }
/* 11440 */   .fusion-tabs.horizontal-tabs.clean .nav-tabs li {
/* 11441 */     margin-bottom: 0;
/* 11442 */   }
/* 11443 */   .fusion-tabs.horizontal-tabs.clean .nav-tabs li .tab-link {
/* 11444 */     margin-right: -1px;
/* 11445 */   }
/* 11446 */   .fusion-tabs.horizontal-tabs.clean .tab-content {
/* 11447 */     margin-top: 40px;
/* 11448 */   }
/* 11449 */   .fusion-tabs.nav-not-justified {
/* 11450 */     border: none;

/* style.css */

/* 11451 */   }
/* 11452 */   .fusion-tabs.nav-not-justified .nav-tabs {
/* 11453 */     margin: 0 0 -1px 0;
/* 11454 */   }
/* 11455 */   .fusion-tabs.nav-not-justified .nav-tabs li {
/* 11456 */     display: inline-block;
/* 11457 */   }
/* 11458 */   .fusion-tabs.nav-not-justified.clean .nav-tabs li .tab-link {
/* 11459 */     padding: 10px 55px;
/* 11460 */   }
/* 11461 */   .fusion-tabs.vertical-tabs {
/* 11462 */     border: none;
/* 11463 */     clear: both;
/* 11464 */     zoom: 1;
/* 11465 */   }
/* 11466 */   .fusion-tabs.vertical-tabs:before,
/* 11467 */   .fusion-tabs.vertical-tabs:after {
/* 11468 */     content: " ";
/* 11469 */     display: table;
/* 11470 */   }
/* 11471 */   .fusion-tabs.vertical-tabs:after {
/* 11472 */     clear: both;
/* 11473 */   }
/* 11474 */   .fusion-tabs.vertical-tabs .nav-tabs {
/* 11475 */     position: relative;
/* 11476 */     left: 1px;
/* 11477 */     float: left;
/* 11478 */     width: 15.5%;
/* 11479 */     border: 1px solid #f1f2f2;
/* 11480 */     border-right: none;
/* 11481 */   }
/* 11482 */   .fusion-tabs.vertical-tabs .nav-tabs > li .tab-link {
/* 11483 */     margin-right: 0;
/* 11484 */     margin-bottom: 1px;
/* 11485 */     padding: 8px 10px;
/* 11486 */     border-top: none;
/* 11487 */     text-align: left;
/* 11488 */   }
/* 11489 */   .fusion-tabs.vertical-tabs .nav-tabs > li:last-child .tab-link {
/* 11490 */     margin-bottom: 0;
/* 11491 */   }
/* 11492 */   .fusion-tabs.vertical-tabs .nav-tabs > li.active > .tab-link {
/* 11493 */     border-bottom: none;
/* 11494 */     border-left: 3px solid #a0ce4e;
/* 11495 */     border-top: none;
/* 11496 */     cursor: pointer;
/* 11497 */   }
/* 11498 */   .fusion-tabs.vertical-tabs .tab-content {
/* 11499 */     float: left;
/* 11500 */     width: 84.5%;

/* style.css */

/* 11501 */   }
/* 11502 */   .fusion-tabs.vertical-tabs .tab-pane {
/* 11503 */     float: left;
/* 11504 */     padding: 30px;
/* 11505 */     border: 1px solid #f1f2f2;
/* 11506 */   }
/* 11507 */   .fusion-tabs.vertical-tabs.clean .nav-tabs {
/* 11508 */     width: 25%;
/* 11509 */     background-color: transparent;
/* 11510 */     border: none;
/* 11511 */   }
/* 11512 */   .fusion-tabs.vertical-tabs.clean .nav-tabs li .tab-link {
/* 11513 */     margin: 0;
/* 11514 */     padding: 10px 15px;
/* 11515 */     border: 1px solid;
/* 11516 */   }
/* 11517 */   .fusion-tabs.vertical-tabs.clean .tab-content {
/* 11518 */     margin: 0;
/* 11519 */     padding-left: 40px;
/* 11520 */     width: 75%;
/* 11521 */   }
/* 11522 */ }
/* 11523 */ table {
/* 11524 */   border-collapse: collapse;
/* 11525 */   border-spacing: 0;
/* 11526 */ }
/* 11527 */ .table {
/* 11528 */   border-color: #e5e4e3;
/* 11529 */ }
/* 11530 */ .table > thead > tr > th,
/* 11531 */ .table > tbody > tr > th {
/* 11532 */   padding: 20px;
/* 11533 */   font-weight: bold;
/* 11534 */ }
/* 11535 */ .table > thead > tr > td,
/* 11536 */ .table > tbody > tr > td,
/* 11537 */ .table > tfoot > tr > td {
/* 11538 */   padding: 10px 20px;
/* 11539 */ }
/* 11540 */ .table > tfoot > tr > td {
/* 11541 */   font-weight: bold;
/* 11542 */ }
/* 11543 */ table {
/* 11544 */   border-collapse: collapse;
/* 11545 */   border-spacing: 0;
/* 11546 */ }
/* 11547 */ .table-1 table,
/* 11548 */ .tkt-slctr-tbl-wrap-dv table {
/* 11549 */   border: 1px solid#dcdcdc;
/* 11550 */   background-color: #fff;

/* style.css */

/* 11551 */   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
/* 11552 */   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
/* 11553 */   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
/* 11554 */ }
/* 11555 */ .table-1 table th,
/* 11556 */ .tkt-slctr-tbl-wrap-dv table th {
/* 11557 */   border: 1px solid #dcdcdc;
/* 11558 */   background: #f6f6f6;
/* 11559 */   padding: 20px;
/* 11560 */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 11561 */   text-align: left;
/* 11562 */ }
/* 11563 */ .table-1 tr:nth-child(even),
/* 11564 */ .tkt-slctr-tbl-wrap-dv tr:nth-child(even) {
/* 11565 */   background: #f6f6f6;
/* 11566 */ }
/* 11567 */ .table-1 tr td,
/* 11568 */ .tkt-slctr-tbl-wrap-dv tr td {
/* 11569 */   border: 1px solid #dcdcdc;
/* 11570 */   padding: 10px 20px;
/* 11571 */ }
/* 11572 */ .table-2 table thead {
/* 11573 */   border: 1px solid #d3d3d3;
/* 11574 */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 11575 */   text-align: left;
/* 11576 */ }
/* 11577 */ .table-2 table th {
/* 11578 */   padding: 20px;
/* 11579 */   color: #fff;
/* 11580 */ }
/* 11581 */ .table-2 tr td {
/* 11582 */   border-bottom: 1px solid #dcdcdc;
/* 11583 */   padding: 10px 20px;
/* 11584 */ }
/* 11585 */ .fusion-reading-box-container {
/* 11586 */   z-index: 1;
/* 11587 */   position: relative;
/* 11588 */   margin-bottom: 84px;
/* 11589 */ }
/* 11590 */ .fusion-reading-box-container .reading-box {
/* 11591 */   padding: 28px 28px 27px 31px;
/* 11592 */   background-color: #F2EFEF;
/* 11593 */   border-left: 3px solid #a0ce4e;
/* 11594 */ }
/* 11595 */ .fusion-reading-box-container .reading-box.reading-box-center,
/* 11596 */ .fusion-reading-box-container .reading-box.reading-box-right {
/* 11597 */   text-align: left;
/* 11598 */ }
/* 11599 */ .fusion-reading-box-container .reading-box h2 {
/* 11600 */   margin: 0 0 7px;

/* style.css */

/* 11601 */   line-height: 20px;
/* 11602 */   font-size: 18px;
/* 11603 */ }
/* 11604 */ .fusion-reading-box-container .continue {
/* 11605 */   display: none;
/* 11606 */ }
/* 11607 */ .fusion-reading-box-container .continue-center {
/* 11608 */   float: none;
/* 11609 */   margin: 15px auto 0 auto;
/* 11610 */ }
/* 11611 */ .fusion-reading-box-container .continue-left {
/* 11612 */   float: left;
/* 11613 */   margin-right: 10px;
/* 11614 */   margin-bottom: 10px;
/* 11615 */ }
/* 11616 */ .fusion-reading-box-container .continue-right {
/* 11617 */   float: right;
/* 11618 */   margin-left: 10px;
/* 11619 */   margin-bottom: 10px;
/* 11620 */ }
/* 11621 */ .fusion-reading-box-container .mobile-button {
/* 11622 */   display: block;
/* 11623 */   float: none;
/* 11624 */   margin: 20px 0 0;
/* 11625 */ }
/* 11626 */ @media (min-width: 800px) {
/* 11627 */   .fusion-reading-box-container .reading-box.reading-box-center {
/* 11628 */     text-align: center;
/* 11629 */   }
/* 11630 */   .fusion-reading-box-container .reading-box.reading-box-right {
/* 11631 */     text-align: right;
/* 11632 */   }
/* 11633 */   .fusion-reading-box-container .continue {
/* 11634 */     display: block;
/* 11635 */   }
/* 11636 */   .fusion-reading-box-container .continue-center {
/* 11637 */     display: inline-block;
/* 11638 */   }
/* 11639 */   .fusion-reading-box-container .mobile-button {
/* 11640 */     display: none;
/* 11641 */   }
/* 11642 */ }
/* 11643 */ .element-bottomshadow {
/* 11644 */   position: relative;
/* 11645 */ }
/* 11646 */ .element-bottomshadow:before,
/* 11647 */ .element-bottomshadow:after {
/* 11648 */   position: absolute;
/* 11649 */   bottom: 15px;
/* 11650 */   left: 10px;

/* style.css */

/* 11651 */   z-index: -1;
/* 11652 */   height: 20%;
/* 11653 */   max-height: 100px;
/* 11654 */   max-width: 460px;
/* 11655 */   width: 60%;
/* 11656 */   content: "";
/* 11657 */   opacity: 0.7;
/* 11658 */   -webkit-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
/* 11659 */   -moz-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
/* 11660 */   box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
/* 11661 */   -webkit-transform: rotate(-3deg);
/* 11662 */   -moz-transform: rotate(-3deg);
/* 11663 */   -ms-transform: rotate(-3deg);
/* 11664 */   -o-transform: rotate(-3deg);
/* 11665 */   transform: rotate(-3deg);
/* 11666 */ }
/* 11667 */ .element-bottomshadow:after {
/* 11668 */   left: auto;
/* 11669 */   right: 10px;
/* 11670 */   -webkit-transform: rotate(3deg);
/* 11671 */   -moz-transform: rotate(3deg);
/* 11672 */   -ms-transform: rotate(3deg);
/* 11673 */   -o-transform: rotate(3deg);
/* 11674 */   transform: rotate(3deg);
/* 11675 */ }
/* 11676 */ .fusion-testimonials .review {
/* 11677 */   display: none;
/* 11678 */ }
/* 11679 */ .fusion-testimonials blockquote {
/* 11680 */   margin: 0;
/* 11681 */   padding: 0;
/* 11682 */ }
/* 11683 */ .fusion-testimonials blockquote q {
/* 11684 */   font-style: italic;
/* 11685 */ }
/* 11686 */ .fusion-testimonials blockquote q:before,
/* 11687 */ .fusion-testimonials blockquote q:after {
/* 11688 */   content: "";
/* 11689 */ }
/* 11690 */ .fusion-testimonials .doe {
/* 11691 */   position: relative;
/* 11692 */   text-align: center;
/* 11693 */ }
/* 11694 */ .fusion-testimonials .doe:before {
/* 11695 */   line-height: 40px;
/* 11696 */   font-family: 'icomoon';
/* 11697 */   font-size: 28px;
/* 11698 */ }
/* 11699 */ .fusion-testimonials .female .doe:before {
/* 11700 */   content: "\e61b";

/* style.css */

/* 11701 */ }
/* 11702 */ .fusion-testimonials .male .doe:before {
/* 11703 */   content: "\e61a";
/* 11704 */ }
/* 11705 */ .fusion-testimonials .testimonial-pagination {
/* 11706 */   margin-top: 25px;
/* 11707 */   text-align: center;
/* 11708 */ }
/* 11709 */ .fusion-testimonials .testimonial-pagination a {
/* 11710 */   display: inline-block;
/* 11711 */   margin-right: 10px;
/* 11712 */   height: 12px;
/* 11713 */   width: 12px;
/* 11714 */   border-radius: 50%;
/* 11715 */   border: 1px solid #000;
/* 11716 */ }
/* 11717 */ .fusion-testimonials .testimonial-pagination a:hover,
/* 11718 */ .fusion-testimonials .testimonial-pagination a.activeSlide {
/* 11719 */   background-color: #000;
/* 11720 */ }
/* 11721 */ .fusion-testimonials.classic blockquote {
/* 11722 */   margin-bottom: 0;
/* 11723 */   border: none;
/* 11724 */   background-color: #f6f6f6;
/* 11725 */ }
/* 11726 */ .fusion-testimonials.classic blockquote q {
/* 11727 */   display: block;
/* 11728 */   padding: 25px;
/* 11729 */   line-height: normal;
/* 11730 */ }
/* 11731 */ .fusion-testimonials.classic .author {
/* 11732 */   position: relative;
/* 11733 */   padding: 12px 0 0 2px;
/* 11734 */ }
/* 11735 */ .fusion-testimonials.classic .author:after {
/* 11736 */   position: absolute;
/* 11737 */   left: 35px;
/* 11738 */   top: 0;
/* 11739 */   content: " ";
/* 11740 */   height: 0;
/* 11741 */   width: 0;
/* 11742 */   pointer-events: none;
/* 11743 */   border: medium solid transparent;
/* 11744 */   border-top-color: #f6f6f6;
/* 11745 */   border-width: 10px;
/* 11746 */ }
/* 11747 */ .fusion-testimonials.classic .author a:hover {
/* 11748 */   text-decoration: none;
/* 11749 */ }
/* 11750 */ .fusion-testimonials.classic .no-avatar .author {

/* style.css */

/* 11751 */   padding-left: 0;
/* 11752 */ }
/* 11753 */ .fusion-testimonials.classic .doe:before {
/* 11754 */   line-height: 40px;
/* 11755 */   font-size: 28px;
/* 11756 */ }
/* 11757 */ .fusion-testimonials.classic .company-name {
/* 11758 */   display: table-cell;
/* 11759 */   vertical-align: middle;
/* 11760 */ }
/* 11761 */ .fusion-testimonials.classic .testimonial-thumbnail {
/* 11762 */   display: table-cell;
/* 11763 */   vertical-align: middle;
/* 11764 */   padding-right: 30px;
/* 11765 */   height: 40px;
/* 11766 */ }
/* 11767 */ .fusion-testimonials.classic .testimonial-image {
/* 11768 */   max-width: 40px;
/* 11769 */ }
/* 11770 */ .fusion-testimonials.clean .testimonial-thumbnail {
/* 11771 */   margin: 0 auto 25px auto;
/* 11772 */   width: 150px;
/* 11773 */ }
/* 11774 */ .fusion-testimonials.clean .doe:before {
/* 11775 */   line-height: 100px;
/* 11776 */   font-size: 90px;
/* 11777 */ }
/* 11778 */ .fusion-testimonials.clean blockquote {
/* 11779 */   border: none;
/* 11780 */   background-color: none;
/* 11781 */ }
/* 11782 */ .fusion-testimonials.clean blockquote q {
/* 11783 */   display: block;
/* 11784 */   padding: 25px;
/* 11785 */   background-color: none;
/* 11786 */   line-height: 30px;
/* 11787 */   font-size: 18px;
/* 11788 */   text-align: center;
/* 11789 */ }
/* 11790 */ .fusion-testimonials.clean .author {
/* 11791 */   margin-top: 25px;
/* 11792 */   font-size: 18px;
/* 11793 */   text-align: center;
/* 11794 */ }
/* 11795 */ .fusion-title {
/* 11796 */   display: table;
/* 11797 */   margin: 0 0 31px;
/* 11798 */   overflow: hidden;
/* 11799 */ }
/* 11800 */ .fusion-title h1,

/* style.css */

/* 11801 */ .fusion-title h2,
/* 11802 */ .fusion-title h3,
/* 11803 */ .fusion-title h4,
/* 11804 */ .fusion-title h5,
/* 11805 */ .fusion-title h6 {
/* 11806 */   float: left;
/* 11807 */   display: table-cell;
/* 11808 */   margin: 0;
/* 11809 */   padding: 0 8px 0 0;
/* 11810 */   line-height: normal;
/* 11811 */   white-space: pre;
/* 11812 */ }
/* 11813 */ .fusion-title h1.title-heading-left,
/* 11814 */ .fusion-title h2.title-heading-left,
/* 11815 */ .fusion-title h3.title-heading-left,
/* 11816 */ .fusion-title h4.title-heading-left,
/* 11817 */ .fusion-title h5.title-heading-left,
/* 11818 */ .fusion-title h6.title-heading-left {
/* 11819 */   padding-right: 8px;
/* 11820 */ }
/* 11821 */ .fusion-title h1.title-heading-left .fontawesome-icon,
/* 11822 */ .fusion-title h2.title-heading-left .fontawesome-icon,
/* 11823 */ .fusion-title h3.title-heading-left .fontawesome-icon,
/* 11824 */ .fusion-title h4.title-heading-left .fontawesome-icon,
/* 11825 */ .fusion-title h5.title-heading-left .fontawesome-icon,
/* 11826 */ .fusion-title h6.title-heading-left .fontawesome-icon {
/* 11827 */   margin-left: 10px;
/* 11828 */ }
/* 11829 */ .fusion-title h1.title-heading-right,
/* 11830 */ .fusion-title h2.title-heading-right,
/* 11831 */ .fusion-title h3.title-heading-right,
/* 11832 */ .fusion-title h4.title-heading-right,
/* 11833 */ .fusion-title h5.title-heading-right,
/* 11834 */ .fusion-title h6.title-heading-right {
/* 11835 */   padding: 0 0 0 8px;
/* 11836 */ }
/* 11837 */ .fusion-title h1.title-heading-right .fontawesome-icon,
/* 11838 */ .fusion-title h2.title-heading-right .fontawesome-icon,
/* 11839 */ .fusion-title h3.title-heading-right .fontawesome-icon,
/* 11840 */ .fusion-title h4.title-heading-right .fontawesome-icon,
/* 11841 */ .fusion-title h5.title-heading-right .fontawesome-icon,
/* 11842 */ .fusion-title h6.title-heading-right .fontawesome-icon,
/* 11843 */ .fusion-title h1.title-heading-right img,
/* 11844 */ .fusion-title h2.title-heading-right img,
/* 11845 */ .fusion-title h3.title-heading-right img,
/* 11846 */ .fusion-title h4.title-heading-right img,
/* 11847 */ .fusion-title h5.title-heading-right img,
/* 11848 */ .fusion-title h6.title-heading-right img {
/* 11849 */   margin-left: 10px;
/* 11850 */   margin-right: 0;

/* style.css */

/* 11851 */ }
/* 11852 */ .fusion-title h1 img,
/* 11853 */ .fusion-title h2 img,
/* 11854 */ .fusion-title h3 img,
/* 11855 */ .fusion-title h4 img,
/* 11856 */ .fusion-title h5 img,
/* 11857 */ .fusion-title h6 img {
/* 11858 */   margin-right: 10px;
/* 11859 */ }
/* 11860 */ .fusion-title h1 .fontawesome-icon,
/* 11861 */ .fusion-title h2 .fontawesome-icon,
/* 11862 */ .fusion-title h3 .fontawesome-icon,
/* 11863 */ .fusion-title h4 .fontawesome-icon,
/* 11864 */ .fusion-title h5 .fontawesome-icon,
/* 11865 */ .fusion-title h6 .fontawesome-icon {
/* 11866 */   display: inline-block;
/* 11867 */   float: none;
/* 11868 */   vertical-align: middle;
/* 11869 */   margin-left: 2px;
/* 11870 */ }
/* 11871 */ .fusion-title h1 .fontawesome-icon.size-small,
/* 11872 */ .fusion-title h2 .fontawesome-icon.size-small,
/* 11873 */ .fusion-title h3 .fontawesome-icon.size-small,
/* 11874 */ .fusion-title h4 .fontawesome-icon.size-small,
/* 11875 */ .fusion-title h5 .fontawesome-icon.size-small,
/* 11876 */ .fusion-title h6 .fontawesome-icon.size-small,
/* 11877 */ .fusion-title h1 .fontawesome-icon.size-medium,
/* 11878 */ .fusion-title h2 .fontawesome-icon.size-medium,
/* 11879 */ .fusion-title h3 .fontawesome-icon.size-medium,
/* 11880 */ .fusion-title h4 .fontawesome-icon.size-medium,
/* 11881 */ .fusion-title h5 .fontawesome-icon.size-medium,
/* 11882 */ .fusion-title h6 .fontawesome-icon.size-medium,
/* 11883 */ .fusion-title h1 .fontawesome-icon.size-large,
/* 11884 */ .fusion-title h2 .fontawesome-icon.size-large,
/* 11885 */ .fusion-title h3 .fontawesome-icon.size-large,
/* 11886 */ .fusion-title h4 .fontawesome-icon.size-large,
/* 11887 */ .fusion-title h5 .fontawesome-icon.size-large,
/* 11888 */ .fusion-title h6 .fontawesome-icon.size-large {
/* 11889 */   margin-top: 0;
/* 11890 */ }
/* 11891 */ .fusion-title .title-sep-container {
/* 11892 */   position: relative;
/* 11893 */   display: table-cell;
/* 11894 */   vertical-align: middle;
/* 11895 */   height: 6px;
/* 11896 */   width: 100%;
/* 11897 */ }
/* 11898 */ .fusion-title.sep-underline {
/* 11899 */   padding-bottom: 10px;
/* 11900 */   width: 100%;

/* style.css */

/* 11901 */   border-bottom: 1px solid #e7e6e6;
/* 11902 */ }
/* 11903 */ .fusion-title.sep-underline .title-heading-right {
/* 11904 */   float: right;
/* 11905 */   margin: 0;
/* 11906 */ }
/* 11907 */ .fusion-title .title-sep {
/* 11908 */   position: relative;
/* 11909 */   display: block;
/* 11910 */   width: 100%;
/* 11911 */   border-style: solid;
/* 11912 */   border: 0 solid #e7e6e6;
/* 11913 */   box-sizing: content-box;
/* 11914 */   -webkit-box-sizing: content-box;
/* 11915 */   -moz-box-sizing: content-box;
/* 11916 */   -o-box-sizing: content-box;
/* 11917 */ }
/* 11918 */ .fusion-title .title-sep.sep-double {
/* 11919 */   height: 6px;
/* 11920 */   border-bottom-width: 1px;
/* 11921 */   border-top-width: 1px;
/* 11922 */ }
/* 11923 */ .fusion-title .title-sep.sep-single {
/* 11924 */   border-bottom-width: 1px;
/* 11925 */ }
/* 11926 */ .fusion-title .title-sep.sep-dashed {
/* 11927 */   border-bottom-style: dashed;
/* 11928 */   border-top-style: dashed;
/* 11929 */ }
/* 11930 */ .fusion-title .title-sep.sep-dotted {
/* 11931 */   border-bottom-style: dotted;
/* 11932 */   border-top-style: dotted;
/* 11933 */ }
/* 11934 */ .fusion-title.sep-dashed {
/* 11935 */   border-bottom-style: dashed;
/* 11936 */ }
/* 11937 */ .fusion-title.sep-dotted {
/* 11938 */   border-bottom-style: dotted;
/* 11939 */ }
/* 11940 */ .border-below-title {
/* 11941 */   display: block;
/* 11942 */ }
/* 11943 */ .border-below-title h1,
/* 11944 */ .border-below-title h2,
/* 11945 */ .border-below-title h3,
/* 11946 */ .border-below-title h4,
/* 11947 */ .border-below-title h5,
/* 11948 */ .border-below-title h6 {
/* 11949 */   white-space: normal;
/* 11950 */ }

/* style.css */

/* 11951 */ #main .post-content .border-below-title h1,
/* 11952 */ #main .post-content .border-below-title h2,
/* 11953 */ #main .post-content .border-below-title h3,
/* 11954 */ #main .post-content .border-below-title h4,
/* 11955 */ #main .post-content .border-below-title h5,
/* 11956 */ #main .post-content .border-below-title h6 {
/* 11957 */   float: none;
/* 11958 */   padding-right: 0;
/* 11959 */ }
/* 11960 */ .border-below-title .title-sep-container {
/* 11961 */   display: none;
/* 11962 */   height: 8px;
/* 11963 */ }
/* 11964 */ .fusion-accordian {
/* 11965 */   width: 100%;
/* 11966 */ }
/* 11967 */ .fusion-accordian .fusion-panel {
/* 11968 */   box-shadow: none;
/* 11969 */   border: none;
/* 11970 */   border-bottom: 1px solid #e5e4e3;
/* 11971 */   -webkit-border-radius: 0;
/* 11972 */   -moz-border-radius: 0;
/* 11973 */   border-radius: 0;
/* 11974 */   /* Fix to make border-radius work for transparent colors */
/* 11975 */   -moz-background-clip: padding;
/* 11976 */   -webkit-background-clip: padding-box;
/* 11977 */   background-clip: padding-box;
/* 11978 */ }
/* 11979 */ .fusion-accordian .panel-heading {
/* 11980 */   padding: 0;
/* 11981 */   background: none;
/* 11982 */ }
/* 11983 */ .fusion-accordian .panel-title {
/* 11984 */   position: relative;
/* 11985 */   margin: 0;
/* 11986 */   line-height: 22px;
/* 11987 */   font-size: 16px;
/* 11988 */   font-weight: normal;
/* 11989 */   color: inherit;
/* 11990 */ }
/* 11991 */ .fusion-accordian .panel-title a {
/* 11992 */   display: block;
/* 11993 */   padding: 10px 0;
/* 11994 */   text-decoration: none;
/* 11995 */ }
/* 11996 */ .fusion-accordian .panel-title a:hover {
/* 11997 */   color: #a0ce4e;
/* 11998 */ }
/* 11999 */ .fusion-accordian .panel-title a:hover .fa-fusion-box {
/* 12000 */   background-color: #a0ce4e;

/* style.css */

/* 12001 */ }
/* 12002 */ .fusion-accordian .panel-title a .fa.pull-left {
/* 12003 */   margin-left: 1px;
/* 12004 */ }
/* 12005 */ .fusion-accordian .panel-title a .fa-fusion-box {
/* 12006 */   display: inline-block;
/* 12007 */   float: left;
/* 12008 */   margin-right: 18px;
/* 12009 */   width: 22px;
/* 12010 */   height: 22px;
/* 12011 */   background-color: #333;
/* 12012 */   font-size: 13px;
/* 12013 */   color: #fff;
/* 12014 */   text-align: center;
/* 12015 */   line-height: 22px;
/* 12016 */   font-family: 'IcoMoon';
/* 12017 */   -webkit-font-smoothing: subpixel-antialiased;
/* 12018 */ }
/* 12019 */ .fusion-accordian .panel-title a .fa-fusion-box:before {
/* 12020 */   font-family: 'IcoMoon';
/* 12021 */   content: "\e61d";
/* 12022 */   font-style: normal;
/* 12023 */   line-height: 22px;
/* 12024 */   font-size: 13px;
/* 12025 */ }
/* 12026 */ .fusion-accordian .panel-title .active .fa-fusion-box {
/* 12027 */   background-color: #a0ce4e;
/* 12028 */ }
/* 12029 */ .fusion-accordian .panel-title .active .fa-fusion-box:before {
/* 12030 */   content: "\e61c";
/* 12031 */ }
/* 12032 */ .fusion-accordian .panel-title .fusion-toggle-heading {
/* 12033 */   margin-left: 40px;
/* 12034 */ }
/* 12035 */ .fusion-accordian .panel-body {
/* 12036 */   padding: 10px 0 15px 0px;
/* 12037 */   border: none;
/* 12038 */   line-height: normal;
/* 12039 */ }
/* 12040 */ .fusion-single-accordian {
/* 12041 */   margin-bottom: 0px;
/* 12042 */ }
/* 12043 */ .fusion-tooltip {
/* 12044 */   cursor: pointer;
/* 12045 */   color: #a0ce4e;
/* 12046 */ }
/* 12047 */ .fusion-woo-featured-products-slider {
/* 12048 */   position: relative;
/* 12049 */   margin-bottom: 25px;
/* 12050 */ }

/* style.css */

/* 12051 */ .fusion-woo-featured-products-slider .fusion-rollover-content .price {
/* 12052 */   margin-top: 3px;
/* 12053 */ }
/* 12054 */ .fusion-woo-featured-products-slider .fusion-rollover-content .price .amount {
/* 12055 */   font-size: 25px;
/* 12056 */ }
/* 12057 */ .fusion-woo-featured-products-slider .fusion-product-buttons {
/* 12058 */   position: absolute;
/* 12059 */   left: 0;
/* 12060 */   right: 0;
/* 12061 */   bottom: 20px;
/* 12062 */   padding: 0 10%;
/* 12063 */ }
/* 12064 */ .fusion-woo-featured-products-slider .fusion-product-buttons a.added_to_cart {
/* 12065 */   display: none;
/* 12066 */ }
/* 12067 */ .fusion-woo-featured-products-slider .fusion-carousel-nav .fusion-nav-prev,
/* 12068 */ .fusion-woo-featured-products-slider .fusion-carousel-nav .fusion-nav-next {
/* 12069 */   margin-top: -31px;
/* 12070 */   height: 63px;
/* 12071 */   width: 63px;
/* 12072 */ }
/* 12073 */ .fusion-woo-featured-products-slider .fusion-carousel-nav .fusion-nav-prev:before,
/* 12074 */ .fusion-woo-featured-products-slider .fusion-carousel-nav .fusion-nav-next:before {
/* 12075 */   content: '\e61e';
/* 12076 */   line-height: 63px;
/* 12077 */   font-size: 25px;
/* 12078 */ }
/* 12079 */ .fusion-woo-featured-products-slider .fusion-carousel-nav .fusion-nav-next:before {
/* 12080 */   content: '\e620';
/* 12081 */ }
/* 12082 */ /* Used for both woo carousels */
/* 12083 */ .fusion-woo-slider .fusion-rollover-content .fusion-rollover-title {
/* 12084 */   margin: 0;
/* 12085 */   line-height: normal;
/* 12086 */ }
/* 12087 */ .fusion-woo-slider .fusion-carousel-title-below-image .fusion-product-buttons {
/* 12088 */   position: static;
/* 12089 */ }
/* 12090 */ .fusion-woo-slider .fusion-carousel-title-below-image .fusion-product-buttons a:first-child,
/* 12091 */ .fusion-woo-slider .fusion-carousel-title-below-image .fusion-product-buttons a:last-child {
/* 12092 */   display: inline-block;
/* 12093 */   float: none;
/* 12094 */   margin: 0;
/* 12095 */ }
/* 12096 */ .fusion-woo-slider .fusion-carousel-title-below-image .fusion-rollover-linebreak {
/* 12097 */   display: block;
/* 12098 */   margin-bottom: 8px;
/* 12099 */ }
/* 12100 */ .fusion-woo-product-slider {

/* style.css */

/* 12101 */   overflow: hidden;
/* 12102 */   margin-bottom: 55px;
/* 12103 */ }
/* 12104 */ .fusion-woo-product-slider .fusion-rollover .price {
/* 12105 */   margin-top: 5px;
/* 12106 */ }
/* 12107 */ .fusion-woo-product-slider .fusion-rollover .price .amount {
/* 12108 */   font-size: 18px;
/* 12109 */ }
/* 12110 */ .fusion-youtube.center-video .video-shortcode,
/* 12111 */ .fusion-vimeo.center-video .video-shortcode {
/* 12112 */   margin: 0 auto;
/* 12113 */ }
/* 12114 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie
currentDir : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/fonts/fontawesome

file-relative URI  : fontawesome-webfont.eot?v=4.3.0
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0
docroot stripped   : /wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0
traversals removed : /wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0

file-relative URI  : fontawesome-webfont.eot?#iefix&v=4.3.0
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0
docroot stripped   : /wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0
traversals removed : /wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0

file-relative URI  : fontawesome-webfont.woff2?v=4.3.0
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0
docroot stripped   : /wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0
traversals removed : /wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0

file-relative URI  : fontawesome-webfont.woff?v=4.3.0
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0
docroot stripped   : /wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0
traversals removed : /wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0

file-relative URI  : fontawesome-webfont.ttf?v=4.3.0
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0
docroot stripped   : /wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0
traversals removed : /wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0

file-relative URI  : fontawesome-webfont.svg?v=4.3.0#fontawesomeregular
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular
docroot stripped   : /wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular
traversals removed : /wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular

*/

/* font-awesome.css */

/* 1 */ /*!
/* 2 *|  *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
/* 3 *|  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
/* 4 *|  */@font-face{font-family:'FontAwesome';src:url('/wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0');src:url('/wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('/wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('/wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('/wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('/wp-content/themes/Avada/assets/fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie
currentDir : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada

file-relative URI  : closedhand.cur
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/closedhand.cur
docroot stripped   : /wp-content/themes/Avada/closedhand.cur
traversals removed : /wp-content/themes/Avada/closedhand.cur

file-relative URI  : assets/images/iLightbox/social_icons/facebook_16.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/social_icons/facebook_16.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/social_icons/facebook_16.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/social_icons/facebook_16.png

file-relative URI  : assets/images/iLightbox/social_icons/digg_16.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/social_icons/digg_16.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/social_icons/digg_16.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/social_icons/digg_16.png

file-relative URI  : assets/images/iLightbox/social_icons/twitter_16.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/social_icons/twitter_16.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/social_icons/twitter_16.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/social_icons/twitter_16.png

file-relative URI  : assets/images/iLightbox/social_icons/delicious_16.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/social_icons/delicious_16.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/social_icons/delicious_16.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/social_icons/delicious_16.png

file-relative URI  : assets/images/iLightbox/social_icons/reddit_16.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/social_icons/reddit_16.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/social_icons/reddit_16.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/social_icons/reddit_16.png

file-relative URI  : assets/images/iLightbox/social_icons/google_plus_16.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/social_icons/google_plus_16.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/social_icons/google_plus_16.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/social_icons/google_plus_16.png

file-relative URI  : assets/images/iLightbox/dark-skin/preloader.gif
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/preloader.gif
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/preloader.gif
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/preloader.gif

file-relative URI  : assets/images/iLightbox/dark-skin/caption-bg.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/caption-bg.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/caption-bg.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/caption-bg.png

file-relative URI  : assets/images/iLightbox/dark-skin/caption-bg.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/caption-bg.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/caption-bg.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/caption-bg.png

file-relative URI  : assets/images/iLightbox/dark-skin/alert.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/alert.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/alert.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/alert.png

file-relative URI  : assets/images/iLightbox/dark-skin/buttons.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/buttons.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/buttons.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/buttons.png

file-relative URI  : assets/images/iLightbox/dark-skin/fullscreen-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/fullscreen-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/fullscreen-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/fullscreen-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/dark-skin/fullscreen-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/fullscreen-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/fullscreen-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/fullscreen-icon-ie.png'

file-relative URI  : assets/images/iLightbox/dark-skin/x-mark-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/x-mark-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/x-mark-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/x-mark-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/dark-skin/x-mark-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/x-mark-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/x-mark-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/x-mark-icon-ie.png'

file-relative URI  : assets/images/iLightbox/dark-skin/arrow-next-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-next-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-next-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-next-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/dark-skin/arrow-next-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/arrow-next-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/arrow-next-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/arrow-next-icon-ie.png'

file-relative URI  : assets/images/iLightbox/dark-skin/arrow-prev-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-prev-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-prev-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-prev-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/dark-skin/arrow-prev-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/arrow-prev-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/arrow-prev-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/arrow-prev-icon-ie.png'

file-relative URI  : assets/images/iLightbox/dark-skin/play-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/play-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/play-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/play-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/dark-skin/play-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/play-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/play-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/play-icon-ie.png'

file-relative URI  : assets/images/iLightbox/dark-skin/pause-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/pause-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/pause-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/pause-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/dark-skin/pause-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/pause-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/pause-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/pause-icon-ie.png'

file-relative URI  : assets/images/iLightbox/dark-skin/thumb-overlay-play.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/thumb-overlay-play.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/thumb-overlay-play.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/thumb-overlay-play.png

file-relative URI  : assets/images/iLightbox/dark-skin/arrow-next-vertical-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-next-vertical-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-next-vertical-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-next-vertical-icon-64.png

file-relative URI  : assets/images/iLightbox/dark-skin/arrow-prev-vertical-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-prev-vertical-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-prev-vertical-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-prev-vertical-icon-64.png

file-relative URI  : assets/images/iLightbox/dark-skin/arrow-next-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-next-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-next-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-next-icon-64.png

file-relative URI  : assets/images/iLightbox/dark-skin/arrow-prev-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-prev-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-prev-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-prev-icon-64.png

file-relative URI  : assets/images/iLightbox/light-skin/preloader.gif
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/light-skin/preloader.gif
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/preloader.gif
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/preloader.gif

file-relative URI  : assets/images/iLightbox/light-skin/caption-bg.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/light-skin/caption-bg.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/caption-bg.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/caption-bg.png

file-relative URI  : assets/images/iLightbox/light-skin/caption-bg.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/light-skin/caption-bg.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/caption-bg.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/caption-bg.png

file-relative URI  : assets/images/iLightbox/light-skin/alert.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/light-skin/alert.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/alert.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/alert.png

file-relative URI  : assets/images/iLightbox/light-skin/buttons.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/light-skin/buttons.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/buttons.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/buttons.png

file-relative URI  : assets/images/iLightbox/light-skin/fullscreen-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/light-skin/fullscreen-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/fullscreen-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/fullscreen-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/light-skin/fullscreen-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/fullscreen-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/fullscreen-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/fullscreen-icon-ie.png'

file-relative URI  : assets/images/iLightbox/light-skin/x-mark-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/light-skin/x-mark-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/x-mark-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/x-mark-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/light-skin/x-mark-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/x-mark-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/x-mark-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/x-mark-icon-ie.png'

file-relative URI  : assets/images/iLightbox/light-skin/arrow-next-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-next-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-next-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-next-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/light-skin/arrow-next-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/arrow-next-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/arrow-next-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/arrow-next-icon-ie.png'

file-relative URI  : assets/images/iLightbox/light-skin/arrow-prev-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-prev-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-prev-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-prev-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/light-skin/arrow-prev-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/arrow-prev-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/arrow-prev-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/arrow-prev-icon-ie.png'

file-relative URI  : assets/images/iLightbox/light-skin/play-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/light-skin/play-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/play-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/play-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/light-skin/play-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/play-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/play-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/play-icon-ie.png'

file-relative URI  : assets/images/iLightbox/light-skin/pause-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/light-skin/pause-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/pause-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/pause-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/light-skin/pause-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/pause-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/pause-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/pause-icon-ie.png'

file-relative URI  : assets/images/iLightbox/light-skin/thumb-overlay-play.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/light-skin/thumb-overlay-play.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/thumb-overlay-play.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/thumb-overlay-play.png

file-relative URI  : assets/images/iLightbox/light-skin/arrow-next-vertical-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-next-vertical-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-next-vertical-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-next-vertical-icon-64.png

file-relative URI  : assets/images/iLightbox/light-skin/arrow-prev-vertical-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-prev-vertical-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-prev-vertical-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-prev-vertical-icon-64.png

file-relative URI  : assets/images/iLightbox/light-skin/arrow-next-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-next-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-next-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-next-icon-64.png

file-relative URI  : assets/images/iLightbox/light-skin/arrow-prev-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-prev-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-prev-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-prev-icon-64.png

file-relative URI  : assets/images/iLightbox/mac-skin/preloader.gif
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/preloader.gif
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/preloader.gif
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/preloader.gif

file-relative URI  : assets/images/iLightbox/mac-skin/caption-bg.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/caption-bg.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/caption-bg.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/caption-bg.png

file-relative URI  : assets/images/iLightbox/mac-skin/alert.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/alert.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/alert.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/alert.png

file-relative URI  : assets/images/iLightbox/mac-skin/close-25.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/close-25.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/close-25.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/close-25.png

file-relative URI  : assets/images/iLightbox/mac-skin/resize-25.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/resize-25.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/resize-25.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/resize-25.png

file-relative URI  : assets/images/iLightbox/mac-skin/play-25.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/play-25.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/play-25.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/play-25.png

file-relative URI  : assets/images/iLightbox/mac-skin/pause-25.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/pause-25.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/pause-25.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/pause-25.png

file-relative URI  : assets/images/iLightbox/mac-skin/resize-50.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/resize-50.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/resize-50.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/resize-50.png

file-relative URI  : ~'assets/images/iLightbox/mac-skin/resize-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/resize-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/resize-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/resize-ie.png'

file-relative URI  : assets/images/iLightbox/mac-skin/close-50.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/close-50.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/close-50.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/close-50.png

file-relative URI  : ~'assets/images/iLightbox/mac-skin/close-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/close-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/close-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/close-ie.png'

file-relative URI  : assets/images/iLightbox/mac-skin/forward-50.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/forward-50.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/forward-50.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/forward-50.png

file-relative URI  : ~'assets/images/iLightbox/mac-skin/forward-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/forward-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/forward-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/forward-ie.png'

file-relative URI  : assets/images/iLightbox/mac-skin/back-50.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/back-50.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/back-50.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/back-50.png

file-relative URI  : ~'assets/images/iLightbox/mac-skin/back-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/back-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/back-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/back-ie.png'

file-relative URI  : assets/images/iLightbox/mac-skin/play-50.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/play-50.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/play-50.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/play-50.png

file-relative URI  : ~'assets/images/iLightbox/mac-skin/play-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/play-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/play-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/play-ie.png'

file-relative URI  : assets/images/iLightbox/mac-skin/pause-50.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/pause-50.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/pause-50.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/pause-50.png

file-relative URI  : ~'assets/images/iLightbox/mac-skin/pause-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/pause-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/pause-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/pause-ie.png'

file-relative URI  : assets/images/iLightbox/mac-skin/thumb-overlay-play.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/thumb-overlay-play.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/thumb-overlay-play.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/thumb-overlay-play.png

file-relative URI  : assets/images/iLightbox/mac-skin/forward-vertical-50.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/forward-vertical-50.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/forward-vertical-50.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/forward-vertical-50.png

file-relative URI  : assets/images/iLightbox/mac-skin/back-vertical-50.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/back-vertical-50.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/back-vertical-50.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/back-vertical-50.png

file-relative URI  : assets/images/iLightbox/mac-skin/forward-50.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/forward-50.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/forward-50.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/forward-50.png

file-relative URI  : assets/images/iLightbox/mac-skin/back-50.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/back-50.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/back-50.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/mac-skin/back-50.png

file-relative URI  : assets/images/iLightbox/metro-black-skin/preloader.gif
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/preloader.gif
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/preloader.gif
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/preloader.gif

file-relative URI  : assets/images/iLightbox/metro-black-skin/caption-bg.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/caption-bg.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/caption-bg.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/caption-bg.png

file-relative URI  : assets/images/iLightbox/metro-black-skin/social-bg.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/social-bg.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/social-bg.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/social-bg.png

file-relative URI  : assets/images/iLightbox/metro-black-skin/alert.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/alert.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/alert.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/alert.png

file-relative URI  : assets/images/iLightbox/metro-black-skin/buttons.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/buttons.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/buttons.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/buttons.png

file-relative URI  : assets/images/iLightbox/metro-black-skin/fullscreen-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/fullscreen-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/fullscreen-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/fullscreen-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-black-skin/fullscreen-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/fullscreen-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/fullscreen-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/fullscreen-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-black-skin/x-mark-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/x-mark-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/x-mark-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/x-mark-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-black-skin/x-mark-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/x-mark-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/x-mark-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/x-mark-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-black-skin/arrow-next-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/arrow-next-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/arrow-next-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/arrow-next-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-black-skin/arrow-next-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/arrow-next-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/arrow-next-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/arrow-next-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-black-skin/arrow-prev-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/arrow-prev-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/arrow-prev-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/arrow-prev-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-black-skin/arrow-prev-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/arrow-prev-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/arrow-prev-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/arrow-prev-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-black-skin/play-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/play-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/play-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/play-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-black-skin/play-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/play-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/play-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/play-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-black-skin/pause-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/pause-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/pause-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/pause-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-black-skin/pause-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/pause-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/pause-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/pause-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-black-skin/thumb-overlay-play.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/thumb-overlay-play.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/thumb-overlay-play.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/thumb-overlay-play.png

file-relative URI  : assets/images/iLightbox/metro-black-skin/arrows_vertical.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/arrows_vertical.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/arrows_vertical.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/arrows_vertical.png

file-relative URI  : assets/images/iLightbox/metro-black-skin/arrows_horizontal.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/arrows_horizontal.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/arrows_horizontal.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/arrows_horizontal.png

file-relative URI  : assets/images/iLightbox/metro-white-skin/preloader.gif
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/preloader.gif
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/preloader.gif
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/preloader.gif

file-relative URI  : assets/images/iLightbox/metro-white-skin/caption-bg.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/caption-bg.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/caption-bg.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/caption-bg.png

file-relative URI  : assets/images/iLightbox/metro-white-skin/social-bg.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/social-bg.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/social-bg.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/social-bg.png

file-relative URI  : assets/images/iLightbox/metro-white-skin/alert.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/alert.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/alert.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/alert.png

file-relative URI  : assets/images/iLightbox/metro-white-skin/buttons.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/buttons.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/buttons.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/buttons.png

file-relative URI  : assets/images/iLightbox/metro-white-skin/fullscreen-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/fullscreen-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/fullscreen-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/fullscreen-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-white-skin/fullscreen-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/fullscreen-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/fullscreen-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/fullscreen-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-white-skin/fullscreen-hover-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/fullscreen-hover-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/fullscreen-hover-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/fullscreen-hover-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-white-skin/fullscreen-hover-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/fullscreen-hover-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/fullscreen-hover-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/fullscreen-hover-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-white-skin/x-mark-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/x-mark-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/x-mark-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/x-mark-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-white-skin/x-mark-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/x-mark-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/x-mark-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/x-mark-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-white-skin/x-mark-hover-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/x-mark-hover-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/x-mark-hover-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/x-mark-hover-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-white-skin/x-mark-hover-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/x-mark-hover-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/x-mark-hover-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/x-mark-hover-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-white-skin/arrow-next-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-next-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-next-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-next-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-white-skin/arrow-next-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-next-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-next-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-next-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-white-skin/arrow-next-hover-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-next-hover-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-next-hover-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-next-hover-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-white-skin/arrow-next-hover-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-next-hover-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-next-hover-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-next-hover-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-white-skin/arrow-next-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-next-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-next-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-next-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-white-skin/arrow-next-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-next-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-next-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-next-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-white-skin/arrow-prev-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-prev-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-prev-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-prev-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-white-skin/arrow-prev-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-prev-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-prev-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-prev-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-white-skin/arrow-prev-hover-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-prev-hover-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-prev-hover-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-prev-hover-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-white-skin/arrow-prev-hover-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-prev-hover-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-prev-hover-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-prev-hover-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-white-skin/arrow-prev-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-prev-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-prev-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-prev-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-white-skin/arrow-prev-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-prev-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-prev-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-prev-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-white-skin/play-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/play-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/play-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/play-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-white-skin/play-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/play-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/play-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/play-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-white-skin/play-hover-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/play-hover-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/play-hover-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/play-hover-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-white-skin/play-hover-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/play-hover-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/play-hover-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/play-hover-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-white-skin/pause-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/pause-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/pause-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/pause-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-white-skin/pause-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/pause-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/pause-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/pause-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-white-skin/pause-hover-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/pause-hover-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/pause-hover-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/pause-hover-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/metro-white-skin/pause-hover-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/pause-hover-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/pause-hover-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/pause-hover-icon-ie.png'

file-relative URI  : assets/images/iLightbox/metro-white-skin/thumb-overlay-play.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/thumb-overlay-play.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/thumb-overlay-play.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/thumb-overlay-play.png

file-relative URI  : assets/images/iLightbox/metro-white-skin/arrows_vertical.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrows_vertical.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrows_vertical.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrows_vertical.png

file-relative URI  : assets/images/iLightbox/metro-white-skin/arrows_horizontal.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrows_horizontal.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrows_horizontal.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrows_horizontal.png

file-relative URI  : assets/images/iLightbox/parade-skin/pattern.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/parade-skin/pattern.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/parade-skin/pattern.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/parade-skin/pattern.png

file-relative URI  : assets/images/iLightbox/parade-skin/preloader.gif
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/parade-skin/preloader.gif
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/parade-skin/preloader.gif
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/parade-skin/preloader.gif

file-relative URI  : assets/images/iLightbox/parade-skin/caption-bg.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/parade-skin/caption-bg.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/parade-skin/caption-bg.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/parade-skin/caption-bg.png

file-relative URI  : assets/images/iLightbox/parade-skin/caption-bg.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/parade-skin/caption-bg.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/parade-skin/caption-bg.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/parade-skin/caption-bg.png

file-relative URI  : assets/images/iLightbox/parade-skin/alert.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/parade-skin/alert.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/parade-skin/alert.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/parade-skin/alert.png

file-relative URI  : assets/images/iLightbox/parade-skin/buttons.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/parade-skin/buttons.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/parade-skin/buttons.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/parade-skin/buttons.png

file-relative URI  : assets/images/iLightbox/parade-skin/thumb-overlay-play.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/parade-skin/thumb-overlay-play.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/parade-skin/thumb-overlay-play.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/parade-skin/thumb-overlay-play.png

file-relative URI  : assets/images/iLightbox/smooth-skin/preloader.gif
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/preloader.gif
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/preloader.gif
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/preloader.gif

file-relative URI  : assets/images/iLightbox/smooth-skin/caption-bg.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/caption-bg.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/caption-bg.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/caption-bg.png

file-relative URI  : assets/images/iLightbox/smooth-skin/caption-bg.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/caption-bg.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/caption-bg.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/caption-bg.png

file-relative URI  : assets/images/iLightbox/smooth-skin/alert.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/alert.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/alert.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/alert.png

file-relative URI  : assets/images/iLightbox/smooth-skin/buttons.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/buttons.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/buttons.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/buttons.png

file-relative URI  : assets/images/iLightbox/smooth-skin/fullscreen-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/fullscreen-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/fullscreen-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/fullscreen-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/smooth-skin/fullscreen-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/fullscreen-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/fullscreen-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/fullscreen-icon-ie.png'

file-relative URI  : assets/images/iLightbox/smooth-skin/x-mark-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/x-mark-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/x-mark-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/x-mark-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/smooth-skin/x-mark-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/x-mark-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/x-mark-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/x-mark-icon-ie.png'

file-relative URI  : assets/images/iLightbox/smooth-skin/arrow-next-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/arrow-next-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/arrow-next-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/arrow-next-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/smooth-skin/arrow-next-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/arrow-next-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/arrow-next-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/arrow-next-icon-ie.png'

file-relative URI  : assets/images/iLightbox/smooth-skin/arrow-prev-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/arrow-prev-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/arrow-prev-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/arrow-prev-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/smooth-skin/arrow-prev-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/arrow-prev-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/arrow-prev-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/arrow-prev-icon-ie.png'

file-relative URI  : assets/images/iLightbox/smooth-skin/play-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/play-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/play-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/play-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/smooth-skin/play-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/play-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/play-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/play-icon-ie.png'

file-relative URI  : assets/images/iLightbox/smooth-skin/pause-icon-64.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/pause-icon-64.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/pause-icon-64.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/pause-icon-64.png

file-relative URI  : ~'assets/images/iLightbox/smooth-skin/pause-icon-ie.png'
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/pause-icon-ie.png'
docroot stripped   : /wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/pause-icon-ie.png'
traversals removed : /wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/pause-icon-ie.png'

file-relative URI  : assets/images/iLightbox/smooth-skin/thumb-overlay-play.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/thumb-overlay-play.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/thumb-overlay-play.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/thumb-overlay-play.png

file-relative URI  : assets/images/iLightbox/smooth-skin/arrows_vertical.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/arrows_vertical.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/arrows_vertical.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/arrows_vertical.png

file-relative URI  : assets/images/iLightbox/smooth-skin/arrows_horizontal.png
path prepended     : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/arrows_horizontal.png
docroot stripped   : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/arrows_horizontal.png
traversals removed : /wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/arrows_horizontal.png

*/

/* ilightbox.css */

/* 1    */ /* iLightbox css */
/* 2    */ /* Reset Styles */
/* 3    */ .ilightbox-overlay,
/* 4    */ .ilightbox-loader,
/* 5    */ .ilightbox-loader *,
/* 6    */ .ilightbox-holder,
/* 7    */ .ilightbox-holder .ilightbox-container,
/* 8    */ .ilightbox-holder .ilightbox-container img.ilightbox-image,
/* 9    */ .ilightbox-holder .ilightbox-container .ilightbox-caption,
/* 10   */ .ilightbox-toolbar,
/* 11   */ .ilightbox-toolbar *,
/* 12   */ .ilightbox-thumbnails,
/* 13   */ .ilightbox-thumbnails *,
/* 14   */ .ilightbox-holder .ilightbox-container .ilightbox-social,
/* 15   */ .ilightbox-holder .ilightbox-container .ilightbox-social * {
/* 16   */   float: none;
/* 17   */   margin: 0;
/* 18   */   padding: 0;
/* 19   */   border: 0;
/* 20   */   outline: 0;
/* 21   */   font-size: 100%;
/* 22   */   line-height: 100%;
/* 23   */   vertical-align: baseline;
/* 24   */   background: transparent;
/* 25   */   -webkit-touch-callout: none;
/* 26   */   -webkit-user-select: none;
/* 27   */   -moz-user-select: -moz-none;
/* 28   */   -khtml-user-select: none;
/* 29   */   -o-user-select: none;
/* 30   */   user-select: none;
/* 31   */ }
/* 32   */ .ilightbox-overlay,
/* 33   */ .ilightbox-loader,
/* 34   */ .ilightbox-loader *,
/* 35   */ .ilightbox-holder .ilightbox-container .ilightbox-caption,
/* 36   */ .ilightbox-toolbar,
/* 37   */ .ilightbox-thumbnails,
/* 38   */ .ilightbox-thumbnails *,
/* 39   */ .ilightbox-holder .ilightbox-container .ilightbox-social {
/* 40   */   -webkit-transform: translateZ(0);
/* 41   */   -moz-transform: translateZ(0);
/* 42   */ }
/* 43   */ /* Disable & Hide Scrollbar */
/* 44   */ .ilightbox-noscroll {
/* 45   */   overflow: hidden;
/* 46   */ }
/* 47   */ .ilightbox-closedhand * {
/* 48   */   cursor: url(/wp-content/themes/Avada/closedhand.cur), default !important;
/* 49   */ }
/* 50   */ .ilightbox-overlay {

/* ilightbox.css */

/* 51   */   display: none;
/* 52   */   position: fixed;
/* 53   */   top: 0;
/* 54   */   left: 0;
/* 55   */   width: 100%;
/* 56   */   height: 100%;
/* 57   */   z-index: 100000;
/* 58   */ }
/* 59   */ .ilightbox-loader {
/* 60   */   position: fixed;
/* 61   */   z-index: 100005;
/* 62   */   top: 45%;
/* 63   */   left: -192px;
/* 64   */   padding-left: 30px;
/* 65   */   opacity: 0.9;
/* 66   */   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
/* 67   */   filter: alpha(opacity=90);
/* 68   */   -webkit-border-radius: 0 100px 100px 0;
/* 69   */   border-radius: 0 100px 100px 0;
/* 70   */ }
/* 71   */ .ilightbox-loader div {
/* 72   */   width: 72px;
/* 73   */   height: 72px;
/* 74   */   -webkit-border-radius: 0 100px 100px 0;
/* 75   */   border-radius: 0 100px 100px 0;
/* 76   */ }
/* 77   */ .ilightbox-loader.horizontal {
/* 78   */   left: 45%;
/* 79   */   top: -192px;
/* 80   */   padding: 0;
/* 81   */   padding-top: 30px;
/* 82   */   -webkit-border-radius: 0 0 100px 100px;
/* 83   */   border-radius: 0 0 100px 100px;
/* 84   */ }
/* 85   */ .ilightbox-loader.horizontal div {
/* 86   */   -webkit-border-radius: 0 0 100px 100px;
/* 87   */   border-radius: 0 0 100px 100px;
/* 88   */ }
/* 89   */ .ilightbox-toolbar {
/* 90   */   display: none;
/* 91   */   position: fixed;
/* 92   */   z-index: 100010;
/* 93   */ }
/* 94   */ .ilightbox-toolbar a {
/* 95   */   float: left;
/* 96   */   cursor: pointer;
/* 97   */ }
/* 98   */ .ilightbox-toolbar .ilightbox-prev-button,
/* 99   */ .ilightbox-toolbar .ilightbox-next-button {
/* 100  */   display: none;

/* ilightbox.css */

/* 101  */ }
/* 102  */ .ilightbox-thumbnails {
/* 103  */   display: block;
/* 104  */   position: fixed;
/* 105  */   z-index: 100009;
/* 106  */ }
/* 107  */ .ilightbox-thumbnails.ilightbox-horizontal {
/* 108  */   bottom: 0;
/* 109  */   left: 0;
/* 110  */   width: 100%;
/* 111  */   height: 100px;
/* 112  */ }
/* 113  */ .ilightbox-thumbnails.ilightbox-vertical {
/* 114  */   top: 0;
/* 115  */   right: 0;
/* 116  */   width: 140px;
/* 117  */   height: 100%;
/* 118  */   overflow: hidden;
/* 119  */ }
/* 120  */ .ilightbox-thumbnails .ilightbox-thumbnails-container {
/* 121  */   display: block;
/* 122  */   position: relative;
/* 123  */ }
/* 124  */ .ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
/* 125  */   width: 100%;
/* 126  */   height: 100px;
/* 127  */ }
/* 128  */ .ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
/* 129  */   width: 140px;
/* 130  */   height: 100%;
/* 131  */ }
/* 132  */ .ilightbox-thumbnails .ilightbox-thumbnails-grid {
/* 133  */   display: block;
/* 134  */   position: absolute;
/* 135  */   -webkit-transform: translateZ(0);
/* 136  */   -moz-transform: translateZ(0);
/* 137  */ }
/* 138  */ .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
/* 139  */   display: block;
/* 140  */   cursor: pointer;
/* 141  */   padding: 10px;
/* 142  */   position: relative;
/* 143  */ }
/* 144  */ .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
/* 145  */   width: 100%;
/* 146  */   height: 100%;
/* 147  */   -webkit-border-radius: 2px;
/* 148  */   border-radius: 2px;
/* 149  */   -ms-interpolation-mode: bicubic;
/* 150  */ }

/* ilightbox.css */

/* 151  */ .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
/* 152  */   width: 100%;
/* 153  */   height: 100%;
/* 154  */   position: absolute;
/* 155  */   top: 0;
/* 156  */   left: 0;
/* 157  */   opacity: .7;
/* 158  */ }
/* 159  */ .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
/* 160  */   opacity: 1;
/* 161  */ }
/* 162  */ .ilightbox-holder {
/* 163  */   display: none;
/* 164  */   position: fixed;
/* 165  */   z-index: 100003;
/* 166  */   -webkit-transform: none;
/* 167  */   -moz-transform: none;
/* 168  */ }
/* 169  */ .ilightbox-holder.ilightbox-next,
/* 170  */ .ilightbox-holder.ilightbox-prev {
/* 171  */   cursor: pointer;
/* 172  */ }
/* 173  */ .ilightbox-holder div.ilightbox-container {
/* 174  */   position: relative;
/* 175  */   width: 100%;
/* 176  */   height: 100%;
/* 177  */ }
/* 178  */ .ilightbox-holder.supportTouch div.ilightbox-container {
/* 179  */   overflow: scroll;
/* 180  */   -webkit-overflow-scrolling: touch;
/* 181  */ }
/* 182  */ .ilightbox-holder img.ilightbox-image {
/* 183  */   width: 100%;
/* 184  */   height: 100%;
/* 185  */ }
/* 186  */ .ilightbox-holder .ilightbox-container .ilightbox-caption {
/* 187  */   display: none;
/* 188  */   position: absolute;
/* 189  */   left: 30px;
/* 190  */   right: 30px;
/* 191  */   bottom: 0;
/* 192  */   max-width: 100%;
/* 193  */   padding: 5px 10px;
/* 194  */   margin: 0 auto;
/* 195  */   font-size: 12px;
/* 196  */   line-height: 150%;
/* 197  */   word-wrap: break-word;
/* 198  */   z-index: 20003;
/* 199  */   -webkit-box-sizing: border-box;
/* 200  */   -moz-box-sizing: border-box;

/* ilightbox.css */

/* 201  */   box-sizing: border-box;
/* 202  */   -webkit-border-radius: 3px 3px 0 0;
/* 203  */   border-radius: 3px 3px 0 0;
/* 204  */ }
/* 205  */ .ilightbox-holder .ilightbox-container .ilightbox-social {
/* 206  */   display: none;
/* 207  */   position: absolute;
/* 208  */   left: 10px;
/* 209  */   top: 10px;
/* 210  */   padding: 5px;
/* 211  */   padding-left: 0;
/* 212  */   z-index: 20003;
/* 213  */   height: 26px;
/* 214  */ }
/* 215  */ .ilightbox-holder .ilightbox-container .ilightbox-social ul {
/* 216  */   float: left;
/* 217  */   list-style: none;
/* 218  */   height: 26px;
/* 219  */ }
/* 220  */ .ilightbox-holder .ilightbox-container .ilightbox-social ul li {
/* 221  */   display: inline;
/* 222  */ }
/* 223  */ .ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
/* 224  */   float: left;
/* 225  */   margin-left: 5px;
/* 226  */   width: 16px;
/* 227  */   height: 16px;
/* 228  */   background-repeat: no-repeat;
/* 229  */   background-position: 50%;
/* 230  */ }
/* 231  */ .ilightbox-holder .ilightbox-container .ilightbox-social ul li.facebook a {
/* 232  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/social_icons/facebook_16.png);
/* 233  */ }
/* 234  */ .ilightbox-holder .ilightbox-container .ilightbox-social ul li.digg a {
/* 235  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/social_icons/digg_16.png);
/* 236  */ }
/* 237  */ .ilightbox-holder .ilightbox-container .ilightbox-social ul li.twitter a {
/* 238  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/social_icons/twitter_16.png);
/* 239  */ }
/* 240  */ .ilightbox-holder .ilightbox-container .ilightbox-social ul li.delicious a {
/* 241  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/social_icons/delicious_16.png);
/* 242  */ }
/* 243  */ .ilightbox-holder .ilightbox-container .ilightbox-social ul li.reddit a {
/* 244  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/social_icons/reddit_16.png);
/* 245  */ }
/* 246  */ .ilightbox-holder .ilightbox-container .ilightbox-social ul li.googleplus a {
/* 247  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/social_icons/google_plus_16.png);
/* 248  */ }
/* 249  */ .ilightbox-holder .ilightbox-alert {
/* 250  */   display: block;

/* ilightbox.css */

/* 251  */   position: absolute;
/* 252  */   left: 0;
/* 253  */   right: 0;
/* 254  */   top: 0;
/* 255  */   bottom: 0;
/* 256  */   text-align: center;
/* 257  */   padding-top: 100px;
/* 258  */   margin: auto;
/* 259  */   width: 300px;
/* 260  */   height: 50px;
/* 261  */ }
/* 262  */ .ilightbox-holder .ilightbox-wrapper {
/* 263  */   width: 100%;
/* 264  */   height: 100%;
/* 265  */   overflow: auto;
/* 266  */   -webkit-overflow-scrolling: touch;
/* 267  */ }
/* 268  */ .ilightbox-holder .ilightbox-inner-toolbar {
/* 269  */   position: relative;
/* 270  */   z-index: 100;
/* 271  */ }
/* 272  */ .ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
/* 273  */   position: absolute;
/* 274  */ }
/* 275  */ /* Style arrow buttons */
/* 276  */ .ilightbox-button {
/* 277  */   position: fixed;
/* 278  */   z-index: 100008;
/* 279  */   cursor: pointer;
/* 280  */ }
/* 281  */ .ilightbox-button.ilightbox-next-button.disabled,
/* 282  */ .ilightbox-button.ilightbox-prev-button.disabled {
/* 283  */   visibility: hidden;
/* 284  */   opacity: 0;
/* 285  */ }
/* 286  */ /* Style mobile devices */
/* 287  */ .isMobile .ilightbox-button,
/* 288  */ .isMobile .ilightbox-thumbnails {
/* 289  */   display: none !important;
/* 290  */ }
/* 291  */ .isMobile .ilightbox-toolbar .ilightbox-prev-button,
/* 292  */ .isMobile .ilightbox-toolbar .ilightbox-next-button {
/* 293  */   display: block;
/* 294  */ }
/* 295  */ /* iLightbox dark skin */
/* 296  */ .ilightbox-overlay.dark {
/* 297  */   background: #000;
/* 298  */ }
/* 299  */ .ilightbox-loader.dark {
/* 300  */   -webkit-box-shadow: black 0px 0px 85px, black 0px 0px 85px;

/* ilightbox.css */

/* 301  */   box-shadow: black 0px 0px 85px, black 0px 0px 85px;
/* 302  */ }
/* 303  */ .ilightbox-loader.dark div {
/* 304  */   background: #000000 url(/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/preloader.gif) no-repeat center;
/* 305  */ }
/* 306  */ .ilightbox-holder.dark {
/* 307  */   padding: 5px;
/* 308  */   background: #000;
/* 309  */   -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
/* 310  */   box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
/* 311  */ }
/* 312  */ .ilightbox-holder.dark .ilightbox-container .ilightbox-caption {
/* 313  */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/caption-bg.png);
/* 314  */   color: #FFF;
/* 315  */   text-shadow: 0 1px black;
/* 316  */ }
/* 317  */ .ilightbox-holder.dark .ilightbox-container .ilightbox-social {
/* 318  */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/caption-bg.png);
/* 319  */   -webkit-border-radius: 2px;
/* 320  */   border-radius: 2px;
/* 321  */ }
/* 322  */ .ilightbox-holder.dark .ilightbox-alert {
/* 323  */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/alert.png) no-repeat center top;
/* 324  */   color: #555;
/* 325  */ }
/* 326  */ /* Style toolbar */
/* 327  */ .ilightbox-toolbar.dark {
/* 328  */   top: 11px;
/* 329  */   left: 10px;
/* 330  */ }
/* 331  */ .ilightbox-toolbar.dark a {
/* 332  */   width: 25px;
/* 333  */   height: 23px;
/* 334  */   background: #000000 url(/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/buttons.png) no-repeat 7px 6px;
/* 335  */ }
/* 336  */ .ilightbox-toolbar.dark a.disabled {
/* 337  */   opacity: 0.2;
/* 338  */   filter: alpha(opacity=20);
/* 339  */   cursor: default;
/* 340  */   background-color: #000 !important;
/* 341  */ }
/* 342  */ .ilightbox-toolbar.dark a:first-of-type {
/* 343  */   -webkit-border-bottom-left-radius: 3px;
/* 344  */   -webkit-border-top-left-radius: 3px;
/* 345  */   border-bottom-left-radius: 3px;
/* 346  */   border-top-left-radius: 3px;
/* 347  */ }
/* 348  */ .ilightbox-toolbar.dark a:last-of-type {
/* 349  */   -webkit-border-bottom-right-radius: 3px;
/* 350  */   -webkit-border-top-right-radius: 3px;

/* ilightbox.css */

/* 351  */   border-bottom-right-radius: 3px;
/* 352  */   border-top-right-radius: 3px;
/* 353  */ }
/* 354  */ .ilightbox-toolbar.dark a.ilightbox-close:hover {
/* 355  */   background-position: -32px 6px;
/* 356  */ }
/* 357  */ .ilightbox-toolbar.dark a.ilightbox-fullscreen {
/* 358  */   background-position: 6px -33px;
/* 359  */   right: 35px;
/* 360  */ }
/* 361  */ .ilightbox-toolbar.dark a.ilightbox-fullscreen:hover {
/* 362  */   background-position: -31px -33px;
/* 363  */ }
/* 364  */ .ilightbox-toolbar.dark a.ilightbox-play {
/* 365  */   background-position: 8px -57px;
/* 366  */ }
/* 367  */ .ilightbox-toolbar.dark a.ilightbox-play:hover {
/* 368  */   background-position: -32px -57px;
/* 369  */ }
/* 370  */ .ilightbox-toolbar.dark a.ilightbox-pause {
/* 371  */   background-position: 8px -83px;
/* 372  */ }
/* 373  */ .ilightbox-toolbar.dark a.ilightbox-pause:hover {
/* 374  */   background-position: -32px -83px;
/* 375  */ }
/* 376  */ .isMobile .ilightbox-toolbar.dark {
/* 377  */   background: #000;
/* 378  */   top: auto;
/* 379  */   bottom: 0;
/* 380  */   left: 0;
/* 381  */   width: 100%;
/* 382  */   height: 40px;
/* 383  */   text-align: center;
/* 384  */   -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
/* 385  */   box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
/* 386  */ }
/* 387  */ .isMobile .ilightbox-toolbar.dark a {
/* 388  */   display: inline-block;
/* 389  */   float: none;
/* 390  */   width: 50px;
/* 391  */   height: 40px;
/* 392  */   background-size: 50%;
/* 393  */   background-position: 50% !important;
/* 394  */ }
/* 395  */ .isMobile .ilightbox-toolbar.dark a:hover {
/* 396  */   background-color: #111;
/* 397  */ }
/* 398  */ .isMobile .ilightbox-toolbar.dark a.ilightbox-fullscreen {
/* 399  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/fullscreen-icon-64.png);
/* 400  */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/fullscreen-icon-ie.png')\9;

/* ilightbox.css */

/* 401  */ }
/* 402  */ .isMobile .ilightbox-toolbar.dark a.ilightbox-close {
/* 403  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/x-mark-icon-64.png);
/* 404  */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/x-mark-icon-ie.png')\9;
/* 405  */ }
/* 406  */ .isMobile .ilightbox-toolbar.dark a.ilightbox-next-button {
/* 407  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-next-icon-64.png);
/* 408  */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/arrow-next-icon-ie.png')\9;
/* 409  */   background-position: 52% 50%;
/* 410  */ }
/* 411  */ .isMobile .ilightbox-toolbar.dark a.ilightbox-prev-button {
/* 412  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-prev-icon-64.png);
/* 413  */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/arrow-prev-icon-ie.png')\9;
/* 414  */   background-position: 48% 50%;
/* 415  */ }
/* 416  */ .isMobile .ilightbox-toolbar.dark a.ilightbox-play {
/* 417  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/play-icon-64.png);
/* 418  */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/play-icon-ie.png')\9;
/* 419  */ }
/* 420  */ .isMobile .ilightbox-toolbar.dark a.ilightbox-pause {
/* 421  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/pause-icon-64.png);
/* 422  */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/dark-skin/pause-icon-ie.png')\9;
/* 423  */ }
/* 424  */ .ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-title {
/* 425  */   font-size: 18px;
/* 426  */   padding: 10px 8px;
/* 427  */   padding-right: 60px;
/* 428  */   color: #FFF;
/* 429  */ }
/* 430  */ .ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar {
/* 431  */   left: auto;
/* 432  */   top: 5px;
/* 433  */   right: 5px;
/* 434  */ }
/* 435  */ .ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a {
/* 436  */   -webkit-border-radius: 0;
/* 437  */   border-radius: 0;
/* 438  */   float: right;
/* 439  */ }
/* 440  */ .ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
/* 441  */   -webkit-border-bottom-right-radius: 3px;
/* 442  */   -webkit-border-top-right-radius: 3px;
/* 443  */   border-bottom-right-radius: 3px;
/* 444  */   border-top-right-radius: 3px;
/* 445  */ }
/* 446  */ .ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
/* 447  */   -webkit-border-bottom-left-radius: 3px;
/* 448  */   -webkit-border-top-left-radius: 3px;
/* 449  */   border-bottom-left-radius: 3px;
/* 450  */   border-top-left-radius: 3px;

/* ilightbox.css */

/* 451  */ }
/* 452  */ /* Style thumbnails */
/* 453  */ .ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
/* 454  */   box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
/* 455  */ }
/* 456  */ .ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
/* 457  */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/thumb-overlay-play.png) no-repeat center;
/* 458  */ }
/* 459  */ /* Configure arrow buttons */
/* 460  */ .ilightbox-button.dark.disabled {
/* 461  */   opacity: 0.1;
/* 462  */   filter: alpha(opacity=10);
/* 463  */   /* IE7-8 */
/* 464  */   cursor: default;
/* 465  */   background-color: #000 !important;
/* 466  */ }
/* 467  */ .ilightbox-button.dark span {
/* 468  */   display: block;
/* 469  */   width: 100%;
/* 470  */   height: 100%;
/* 471  */ }
/* 472  */ .ilightbox-button.dark {
/* 473  */   bottom: 0;
/* 474  */   right: 0;
/* 475  */   left: 0;
/* 476  */   -: ;left/*\**/: 45%\9;
/* 477  */   -: ;right/*\**/: auto\9;
/* 478  */   width: 95px;
/* 479  */   height: 75px;
/* 480  */   margin: auto;
/* 481  */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-next-vertical-icon-64.png) no-repeat 50% 65%;
/* 482  */   background-color: #000;
/* 483  */   -webkit-border-radius: 0;
/* 484  */   border-radius: 0;
/* 485  */   -webkit-border-top-left-radius: 5px;
/* 486  */   -webkit-border-top-right-radius: 5px;
/* 487  */   border-top-left-radius: 5px;
/* 488  */   border-top-right-radius: 5px;
/* 489  */ }
/* 490  */ .ilightbox-button.ilightbox-button.dark:hover {
/* 491  */   background-color: #111;
/* 492  */ }
/* 493  */ .ilightbox-button.ilightbox-prev-button.dark {
/* 494  */   top: 0;
/* 495  */   bottom: auto;
/* 496  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-prev-vertical-icon-64.png);
/* 497  */   background-position: 50% 35%;
/* 498  */   -webkit-border-radius: 0;
/* 499  */   border-radius: 0;
/* 500  */   -webkit-border-bottom-left-radius: 5px;

/* ilightbox.css */

/* 501  */   -webkit-border-bottom-right-radius: 5px;
/* 502  */   border-bottom-left-radius: 5px;
/* 503  */   border-bottom-right-radius: 5px;
/* 504  */ }
/* 505  */ .ilightbox-button.dark.horizontal {
/* 506  */   right: 0;
/* 507  */   left: auto;
/* 508  */   top: 0;
/* 509  */   bottom: 0;
/* 510  */   -: ;top/*\**/: 41%\9;
/* 511  */   -: ;bottom/*\**/: auto\9;
/* 512  */   width: 75px;
/* 513  */   height: 95px;
/* 514  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-next-icon-64.png);
/* 515  */   background-position: 65% 50%;
/* 516  */   -webkit-border-radius: 0;
/* 517  */   border-radius: 0;
/* 518  */   -webkit-border-bottom-left-radius: 5px;
/* 519  */   -webkit-border-top-left-radius: 5px;
/* 520  */   border-bottom-left-radius: 5px;
/* 521  */   border-top-left-radius: 5px;
/* 522  */ }
/* 523  */ .ilightbox-button.ilightbox-prev-button.dark.horizontal {
/* 524  */   right: auto;
/* 525  */   left: 0;
/* 526  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/dark-skin/arrow-prev-icon-64.png);
/* 527  */   background-position: 35% 50%;
/* 528  */   -webkit-border-radius: 0;
/* 529  */   border-radius: 0;
/* 530  */   -webkit-border-bottom-right-radius: 5px;
/* 531  */   -webkit-border-top-right-radius: 5px;
/* 532  */   border-bottom-right-radius: 5px;
/* 533  */   border-top-right-radius: 5px;
/* 534  */ }
/* 535  */ /* iLightbox light skin */
/* 536  */ .ilightbox-overlay.light {
/* 537  */   background: #FFF;
/* 538  */ }
/* 539  */ .ilightbox-loader.light {
/* 540  */   -webkit-box-shadow: #dacffc 0px 0px 85px, #dacffc 0px 0px 85px;
/* 541  */   box-shadow: #dacffc 0px 0px 85px, #dacffc 0px 0px 85px;
/* 542  */ }
/* 543  */ .ilightbox-loader.light div {
/* 544  */   background: #ffffff url(/wp-content/themes/Avada/assets/images/iLightbox/light-skin/preloader.gif) no-repeat center;
/* 545  */ }
/* 546  */ .ilightbox-holder.light {
/* 547  */   padding: 10px;
/* 548  */   background: #FFF;
/* 549  */   -webkit-box-shadow: 0 0 15px #dacffc;
/* 550  */   box-shadow: 0 0 15px #dacffc;

/* ilightbox.css */

/* 551  */ }
/* 552  */ .ilightbox-holder.light .ilightbox-container .ilightbox-caption {
/* 553  */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/light-skin/caption-bg.png);
/* 554  */   color: #000;
/* 555  */   text-shadow: 0 1px #FFF;
/* 556  */ }
/* 557  */ .ilightbox-holder.light .ilightbox-container .ilightbox-social {
/* 558  */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/light-skin/caption-bg.png);
/* 559  */   -webkit-border-radius: 2px;
/* 560  */   border-radius: 2px;
/* 561  */ }
/* 562  */ .ilightbox-holder.light .ilightbox-alert {
/* 563  */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/light-skin/alert.png) no-repeat center top;
/* 564  */   color: #89949B;
/* 565  */ }
/* 566  */ /* Style toolbar */
/* 567  */ .ilightbox-toolbar.light {
/* 568  */   top: 8px;
/* 569  */   left: 8px;
/* 570  */   height: 23px;
/* 571  */   -webkit-box-shadow: 0 0 7px #dacffc;
/* 572  */   box-shadow: 0 0 7px #dacffc;
/* 573  */   -webkit-border-radius: 3px;
/* 574  */   border-radius: 3px;
/* 575  */ }
/* 576  */ .ilightbox-toolbar.light a {
/* 577  */   width: 25px;
/* 578  */   height: 23px;
/* 579  */   background: #ffffff url(/wp-content/themes/Avada/assets/images/iLightbox/light-skin/buttons.png) no-repeat 7px 6px;
/* 580  */ }
/* 581  */ .ilightbox-toolbar.light a.disabled {
/* 582  */   opacity: 0.2;
/* 583  */   filter: alpha(opacity=20);
/* 584  */   cursor: default;
/* 585  */   background-color: #FFF;
/* 586  */ }
/* 587  */ .ilightbox-toolbar.light a:first-of-type {
/* 588  */   -webkit-border-bottom-left-radius: 3px;
/* 589  */   -webkit-border-top-left-radius: 3px;
/* 590  */   border-bottom-left-radius: 3px;
/* 591  */   border-top-left-radius: 3px;
/* 592  */ }
/* 593  */ .ilightbox-toolbar.light a:last-of-type {
/* 594  */   -webkit-border-bottom-right-radius: 3px;
/* 595  */   -webkit-border-top-right-radius: 3px;
/* 596  */   border-bottom-right-radius: 3px;
/* 597  */   border-top-right-radius: 3px;
/* 598  */ }
/* 599  */ .ilightbox-toolbar.light a.ilightbox-close:hover {
/* 600  */   background-position: -32px 6px;

/* ilightbox.css */

/* 601  */ }
/* 602  */ .ilightbox-toolbar.light a.ilightbox-fullscreen {
/* 603  */   background-position: 6px -33px;
/* 604  */ }
/* 605  */ .ilightbox-toolbar.light a.ilightbox-fullscreen:hover {
/* 606  */   background-position: -31px -33px;
/* 607  */ }
/* 608  */ .ilightbox-toolbar.light a.ilightbox-play {
/* 609  */   background-position: 8px -57px;
/* 610  */ }
/* 611  */ .ilightbox-toolbar.light a.ilightbox-play:hover {
/* 612  */   background-position: -32px -57px;
/* 613  */ }
/* 614  */ .ilightbox-toolbar.light a.ilightbox-pause {
/* 615  */   background-position: 8px -83px;
/* 616  */ }
/* 617  */ .ilightbox-toolbar.light a.ilightbox-pause:hover {
/* 618  */   background-position: -32px -83px;
/* 619  */ }
/* 620  */ .isMobile .ilightbox-toolbar.light {
/* 621  */   background: #FFF;
/* 622  */   top: auto;
/* 623  */   bottom: 0;
/* 624  */   left: 0;
/* 625  */   width: 100%;
/* 626  */   height: 40px;
/* 627  */   text-align: center;
/* 628  */   -webkit-box-shadow: 0 0 25px #dacffc;
/* 629  */   box-shadow: 0 0 25px #dacffc;
/* 630  */ }
/* 631  */ .isMobile .ilightbox-toolbar.light a {
/* 632  */   display: inline-block;
/* 633  */   float: none;
/* 634  */   width: 50px;
/* 635  */   height: 40px;
/* 636  */   background-size: 50%;
/* 637  */   background-position: 50% !important;
/* 638  */ }
/* 639  */ .isMobile .ilightbox-toolbar.light a:hover {
/* 640  */   background-color: #f6f3ff;
/* 641  */ }
/* 642  */ .isMobile .ilightbox-toolbar.light a.ilightbox-fullscreen {
/* 643  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/light-skin/fullscreen-icon-64.png);
/* 644  */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/fullscreen-icon-ie.png')\9;
/* 645  */ }
/* 646  */ .isMobile .ilightbox-toolbar.light a.ilightbox-close {
/* 647  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/light-skin/x-mark-icon-64.png);
/* 648  */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/x-mark-icon-ie.png')\9;
/* 649  */ }
/* 650  */ .isMobile .ilightbox-toolbar.light a.ilightbox-next-button {

/* ilightbox.css */

/* 651  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-next-icon-64.png);
/* 652  */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/arrow-next-icon-ie.png')\9;
/* 653  */   background-position: 52% 50%;
/* 654  */ }
/* 655  */ .isMobile .ilightbox-toolbar.light a.ilightbox-prev-button {
/* 656  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-prev-icon-64.png);
/* 657  */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/arrow-prev-icon-ie.png')\9;
/* 658  */   background-position: 48% 50%;
/* 659  */ }
/* 660  */ .isMobile .ilightbox-toolbar.light a.ilightbox-play {
/* 661  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/light-skin/play-icon-64.png);
/* 662  */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/play-icon-ie.png')\9;
/* 663  */ }
/* 664  */ .isMobile .ilightbox-toolbar.light a.ilightbox-pause {
/* 665  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/light-skin/pause-icon-64.png);
/* 666  */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/light-skin/pause-icon-ie.png')\9;
/* 667  */ }
/* 668  */ /* Style thumbnails */
/* 669  */ .ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
/* 670  */   box-shadow: 0 0 6px #dacffc;
/* 671  */ }
/* 672  */ .ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
/* 673  */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/light-skin/thumb-overlay-play.png) no-repeat center;
/* 674  */ }
/* 675  */ .ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title {
/* 676  */   font-size: 18px;
/* 677  */   padding: 10px 8px;
/* 678  */   padding-right: 60px;
/* 679  */   color: #000;
/* 680  */ }
/* 681  */ .ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar {
/* 682  */   left: auto;
/* 683  */   top: 5px;
/* 684  */   right: 5px;
/* 685  */ }
/* 686  */ .ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a {
/* 687  */   float: right;
/* 688  */ }
/* 689  */ .ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
/* 690  */   -webkit-border-radius: 0;
/* 691  */   -webkit-border-bottom-right-radius: 3px;
/* 692  */   -webkit-border-top-right-radius: 3px;
/* 693  */   border-radius: 0;
/* 694  */   border-bottom-right-radius: 3px;
/* 695  */   border-top-right-radius: 3px;
/* 696  */ }
/* 697  */ .ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
/* 698  */   -webkit-border-radius: 0;
/* 699  */   -webkit-border-bottom-left-radius: 3px;
/* 700  */   -webkit-border-top-left-radius: 3px;

/* ilightbox.css */

/* 701  */   border-radius: 0;
/* 702  */   border-bottom-left-radius: 3px;
/* 703  */   border-top-left-radius: 3px;
/* 704  */ }
/* 705  */ /* Configure arrow buttons */
/* 706  */ .ilightbox-button.light.disabled {
/* 707  */   opacity: 0.3;
/* 708  */   filter: alpha(opacity=30);
/* 709  */   /* IE7-8 */
/* 710  */   cursor: default;
/* 711  */   background-color: #FFF !important;
/* 712  */ }
/* 713  */ .ilightbox-button.light span {
/* 714  */   display: block;
/* 715  */   width: 100%;
/* 716  */   height: 100%;
/* 717  */ }
/* 718  */ .ilightbox-button.ilightbox-next-button.light,
/* 719  */ .ilightbox-button.ilightbox-prev-button.light {
/* 720  */   bottom: 0;
/* 721  */   right: 0;
/* 722  */   left: 0;
/* 723  */   -: ;left/*\**/: 45%\9;
/* 724  */   -: ;right/*\**/: auto\9;
/* 725  */   width: 95px;
/* 726  */   height: 75px;
/* 727  */   margin: auto;
/* 728  */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-next-vertical-icon-64.png) no-repeat 50% 65%;
/* 729  */   background-color: #FFF;
/* 730  */   -webkit-box-shadow: 0 0 15px #dacffc;
/* 731  */   box-shadow: 0 0 15px #dacffc;
/* 732  */ }
/* 733  */ .ilightbox-button.ilightbox-button.light:hover {
/* 734  */   background-color: #f6f3ff;
/* 735  */ }
/* 736  */ .ilightbox-button.ilightbox-prev-button.light {
/* 737  */   top: 0;
/* 738  */   bottom: auto;
/* 739  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-prev-vertical-icon-64.png);
/* 740  */   background-position: 50% 35%;
/* 741  */ }
/* 742  */ .ilightbox-button.ilightbox-next-button.light.horizontal,
/* 743  */ .ilightbox-button.ilightbox-prev-button.light.horizontal {
/* 744  */   right: 0;
/* 745  */   left: auto;
/* 746  */   top: 0;
/* 747  */   bottom: 0;
/* 748  */   -: ;top/*\**/: 41%\9;
/* 749  */   -: ;bottom/*\**/: auto\9;
/* 750  */   width: 75px;

/* ilightbox.css */

/* 751  */   height: 95px;
/* 752  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-next-icon-64.png);
/* 753  */   background-position: 65% 50%;
/* 754  */   -webkit-border-radius: 0;
/* 755  */   border-radius: 0;
/* 756  */   -webkit-border-bottom-left-radius: 5px;
/* 757  */   -webkit-border-top-left-radius: 5px;
/* 758  */   border-bottom-left-radius: 5px;
/* 759  */   border-top-left-radius: 5px;
/* 760  */ }
/* 761  */ .ilightbox-button.ilightbox-prev-button.light.horizontal {
/* 762  */   right: auto;
/* 763  */   left: 0;
/* 764  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/light-skin/arrow-prev-icon-64.png);
/* 765  */   background-position: 35% 50%;
/* 766  */   -webkit-border-radius: 0;
/* 767  */   border-radius: 0;
/* 768  */   -webkit-border-bottom-right-radius: 5px;
/* 769  */   -webkit-border-top-right-radius: 5px;
/* 770  */   border-bottom-right-radius: 5px;
/* 771  */   border-top-right-radius: 5px;
/* 772  */ }
/* 773  */ .ilightbox-overlay.mac {
/* 774  */   background: #2B2B2B;
/* 775  */ }
/* 776  */ .ilightbox-loader.mac {
/* 777  */   -webkit-box-shadow: black 0px 0px 85px, black 0px 0px 85px;
/* 778  */   box-shadow: black 0px 0px 85px, black 0px 0px 85px;
/* 779  */ }
/* 780  */ .ilightbox-loader.mac div {
/* 781  */   background: #141414 url(/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/preloader.gif) no-repeat center;
/* 782  */ }
/* 783  */ .ilightbox-holder.mac {
/* 784  */   padding: 2px;
/* 785  */   background: rgba(35, 35, 35, 0.9);
/* 786  */   -: ;background/*\**/: rgb(35,35,35)\9;
/* 787  */   /* IE7-8 */
/* 788  */   -webkit-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.6);
/* 789  */   -moz-box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.6);
/* 790  */   box-shadow: 0 38px 30px -18px rgba(0, 0, 0, 0.6);
/* 791  */ }
/* 792  */ .ilightbox-holder.mac .ilightbox-container .ilightbox-caption {
/* 793  */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/caption-bg.png);
/* 794  */   color: #FFF;
/* 795  */   bottom: 15px;
/* 796  */   left: 15px;
/* 797  */   right: 15px;
/* 798  */   border: rgba(255, 255, 255, 0.8) 1px solid;
/* 799  */   -: ;border/*\**/: rgb(245,245,245) 1px solid\9;
/* 800  */   /* IE7-8 */

/* ilightbox.css */

/* 801  */   -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
/* 802  */   box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
/* 803  */   -webkit-border-radius: 3px;
/* 804  */   border-radius: 3px;
/* 805  */ }
/* 806  */ .ilightbox-holder.mac .ilightbox-container .ilightbox-social {
/* 807  */   background: #FFF;
/* 808  */ }
/* 809  */ .ilightbox-holder.mac .ilightbox-alert {
/* 810  */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/alert.png) no-repeat center top;
/* 811  */   color: #555;
/* 812  */ }
/* 813  */ /* Style toolbar */
/* 814  */ .ilightbox-toolbar.mac {
/* 815  */   top: 15px;
/* 816  */   left: 15px;
/* 817  */   background: #414141;
/* 818  */   /* Old browsers */
/* 819  */   background: -moz-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
/* 820  */   /* FF3.6+ */
/* 821  */   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(40%, #414141), color-stop(60%, #323232), color-stop(100%, #323232));
/* 822  */   /* Chrome,Safari4+ */
/* 823  */   background: -webkit-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
/* 824  */   /* Chrome10+,Safari5.1+ */
/* 825  */   background: -o-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
/* 826  */   /* Opera 11.10+ */
/* 827  */   background: -ms-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
/* 828  */   /* IE10+ */
/* 829  */   background: linear-gradient(to bottom, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
/* 830  */   /* W3C */
/* 831  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#323232', GradientType=0);
/* 832  */   /* IE7-9 */
/* 833  */   border: rgba(30, 30, 30, 0.6) 1px solid;
/* 834  */   -: ;border/*\**/: rgb(30,30,30) 1px solid\9;
/* 835  */   /* IE7-8 */
/* 836  */   overflow: hidden;
/* 837  */   -webkit-border-radius: 3px;
/* 838  */   border-radius: 3px;
/* 839  */ }
/* 840  */ .ilightbox-toolbar.mac a {
/* 841  */   width: 28px;
/* 842  */   height: 28px;
/* 843  */   background: no-repeat 50%;
/* 844  */ }
/* 845  */ .ilightbox-toolbar.mac a.disabled {
/* 846  */   opacity: 0.2;
/* 847  */   filter: alpha(opacity=20);
/* 848  */   /* IE7-8 */
/* 849  */   cursor: default;
/* 850  */   background-color: transparent !important;

/* ilightbox.css */

/* 851  */ }
/* 852  */ .ilightbox-toolbar.mac a:hover {
/* 853  */   background-color: #4B4B4B;
/* 854  */ }
/* 855  */ .ilightbox-toolbar.mac a.ilightbox-close {
/* 856  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/close-25.png);
/* 857  */ }
/* 858  */ .ilightbox-toolbar.mac a.ilightbox-fullscreen {
/* 859  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/resize-25.png);
/* 860  */   right: 35px;
/* 861  */ }
/* 862  */ .ilightbox-toolbar.mac a.ilightbox-play {
/* 863  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/play-25.png);
/* 864  */   right: 35px;
/* 865  */ }
/* 866  */ .ilightbox-toolbar.mac a.ilightbox-pause {
/* 867  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/pause-25.png);
/* 868  */   right: 35px;
/* 869  */ }
/* 870  */ .isMobile .ilightbox-toolbar.mac {
/* 871  */   top: auto;
/* 872  */   bottom: 0;
/* 873  */   left: 0;
/* 874  */   width: 100%;
/* 875  */   height: 40px;
/* 876  */   background: #414141;
/* 877  */   /* Old browsers */
/* 878  */   background: -moz-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
/* 879  */   /* FF3.6+ */
/* 880  */   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(40%, #414141), color-stop(60%, #323232), color-stop(100%, #323232));
/* 881  */   /* Chrome,Safari4+ */
/* 882  */   background: -webkit-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
/* 883  */   /* Chrome10+,Safari5.1+ */
/* 884  */   background: -o-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
/* 885  */   /* Opera 11.10+ */
/* 886  */   background: -ms-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
/* 887  */   /* IE10+ */
/* 888  */   background: linear-gradient(to bottom, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
/* 889  */   /* W3C */
/* 890  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#323232', GradientType=0);
/* 891  */   /* IE7-9 */
/* 892  */   border: 0;
/* 893  */   border-top: rgba(30, 30, 30, 0.6) 1px solid;
/* 894  */   -: ;border-top/*\**/: rgb(30,30,30) 1px solid\9;
/* 895  */   /* IE7-8 */
/* 896  */   overflow: hidden;
/* 897  */   text-align: center;
/* 898  */   -webkit-border-radius: 3px;
/* 899  */   border-radius: 3px;
/* 900  */ }

/* ilightbox.css */

/* 901  */ .isMobile .ilightbox-toolbar.mac a {
/* 902  */   display: inline-block;
/* 903  */   float: none;
/* 904  */   width: 50px;
/* 905  */   height: 40px;
/* 906  */   background-size: 50%;
/* 907  */   background-position: 50% !important;
/* 908  */ }
/* 909  */ .isMobile .ilightbox-toolbar.mac a.ilightbox-fullscreen {
/* 910  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/resize-50.png);
/* 911  */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/resize-ie.png')\9;
/* 912  */   /* IE7-8 */
/* 913  */ }
/* 914  */ .isMobile .ilightbox-toolbar.mac a.ilightbox-close {
/* 915  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/close-50.png);
/* 916  */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/close-ie.png')\9;
/* 917  */   /* IE7-8 */
/* 918  */ }
/* 919  */ .isMobile .ilightbox-toolbar.mac a.ilightbox-next-button {
/* 920  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/forward-50.png);
/* 921  */   background-position: 52% 50% !important;
/* 922  */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/forward-ie.png')\9;
/* 923  */   /* IE7-8 */
/* 924  */ }
/* 925  */ .isMobile .ilightbox-toolbar.mac a.ilightbox-prev-button {
/* 926  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/back-50.png);
/* 927  */   background-position: 48% 50% !important;
/* 928  */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/back-ie.png')\9;
/* 929  */   /* IE7-8 */
/* 930  */ }
/* 931  */ .isMobile .ilightbox-toolbar.mac a.ilightbox-play {
/* 932  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/play-50.png);
/* 933  */   background-size: 80%;
/* 934  */   background-position: 70% 50% !important;
/* 935  */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/play-ie.png')\9;
/* 936  */   /* IE7-8 */
/* 937  */ }
/* 938  */ .isMobile .ilightbox-toolbar.mac a.ilightbox-pause {
/* 939  */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/pause-50.png);
/* 940  */   background-size: 80%;
/* 941  */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/mac-skin/pause-ie.png')\9;
/* 942  */   /* IE7-8 */
/* 943  */ }
/* 944  */ .ilightbox-holder.mac .ilightbox-inner-toolbar .ilightbox-title {
/* 945  */   font-size: 18px;
/* 946  */   padding: 10px 8px;
/* 947  */   color: #000;
/* 948  */ }
/* 949  */ .ilightbox-holder.mac .ilightbox-inner-toolbar .ilightbox-toolbar {
/* 950  */   display: inline-block;

/* ilightbox.css */

/* 951  */   left: -15px;
/* 952  */   top: -15px;
/* 953  */ }
/* 954  */ .ilightbox-holder.mac .ilightbox-inner-toolbar .ilightbox-toolbar a {
/* 955  */   float: left;
/* 956  */   -webkit-border-radius: 0;
/* 957  */   border-radius: 0;
/* 958  */ }
/* 959  */ /* Style thumbnails */
/* 960  */ .ilightbox-thumbnails.mac .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
/* 961  */   box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
/* 962  */   -webkit-border-radius: 0;
/* 963  */   border-radius: 0;
/* 964  */ }
/* 965  */ .ilightbox-thumbnails.mac .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
/* 966  */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/thumb-overlay-play.png) no-repeat center;
/* 967  */ }
/* 968  */ /* Configure arrow buttons */
/* 969  */ .ilightbox-button.mac.disabled {
/* 970  */   opacity: 0.2;
/* 971  */   filter: alpha(opacity=20);
/* 972  */   /* IE7-8 */
/* 973  */   cursor: default;
/* 974  */   background: #3b3b3b !important;
/* 975  */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#323232', GradientType=0);
/* 976  */   /* IE7-9 */
/* 977  */ }
/* 978  */ .ilightbox-button.mac span {
/* 979  */   display: block;
/* 980  */   width: 100%;
/* 981  */   height: 100%;
/* 982  */ }
/* 983  */ .ilightbox-button.mac {
/* 984  */   bottom: 0;
/* 985  */   right: 0;
/* 986  */   left: 0;
/* 987  */   -: ;left/*\**/: 45%\9;
/* 988  */   /* IE7-8 */
/* 989  */   -: ;right/*\**/: auto\9;
/* 990  */   /* IE7-8 */
/* 991  */   width: 95px;
/* 992  */   height: 55px;
/* 993  */   margin: auto;
/* 994  */   background: #414141;
/* 995  */   /* Old browsers */
/* 996  */   background: -moz-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
/* 997  */   /* FF3.6+ */
/* 998  */   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(40%, #414141), color-stop(60%, #323232), color-stop(100%, #323232));
/* 999  */   /* Chrome,Safari4+ */
/* 1000 */   background: -webkit-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);

/* ilightbox.css */

/* 1001 */   /* Chrome10+,Safari5.1+ */
/* 1002 */   background: -o-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
/* 1003 */   /* Opera 11.10+ */
/* 1004 */   background: -ms-linear-gradient(top, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
/* 1005 */   /* IE10+ */
/* 1006 */   background: linear-gradient(to bottom, #414141 0%, #414141 40%, #323232 60%, #323232 100%);
/* 1007 */   /* W3C */
/* 1008 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#323232', GradientType=0);
/* 1009 */   /* IE7-9 */
/* 1010 */   border: rgba(30, 30, 30, 0.6) 1px solid;
/* 1011 */   -: ;border/*\**/: rgb(30,30,30) 1px solid\9;
/* 1012 */   /* IE7-8 */
/* 1013 */   -webkit-border-radius: 0;
/* 1014 */   border-radius: 0;
/* 1015 */   -webkit-border-top-left-radius: 5px;
/* 1016 */   -webkit-border-top-right-radius: 5px;
/* 1017 */   border-top-left-radius: 5px;
/* 1018 */   border-top-right-radius: 5px;
/* 1019 */ }
/* 1020 */ .ilightbox-button.ilightbox-button.mac:hover {
/* 1021 */   background: #4b4b4b;
/* 1022 */   /* Old browsers */
/* 1023 */   background: -moz-linear-gradient(top, #4b4b4b 0%, #4b4b4b 40%, #3c3c3c 60%, #3c3c3c 100%);
/* 1024 */   /* FF3.6+ */
/* 1025 */   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b4b4b), color-stop(40%, #4b4b4b), color-stop(60%, #3c3c3c), color-stop(100%, #3c3c3c));
/* 1026 */   /* Chrome,Safari4+ */
/* 1027 */   background: -webkit-linear-gradient(top, #4b4b4b 0%, #4b4b4b 40%, #3c3c3c 60%, #3c3c3c 100%);
/* 1028 */   /* Chrome10+,Safari5.1+ */
/* 1029 */   background: -o-linear-gradient(top, #4b4b4b 0%, #4b4b4b 40%, #3c3c3c 60%, #3c3c3c 100%);
/* 1030 */   /* Opera 11.10+ */
/* 1031 */   background: -ms-linear-gradient(top, #4b4b4b 0%, #4b4b4b 40%, #3c3c3c 60%, #3c3c3c 100%);
/* 1032 */   /* IE10+ */
/* 1033 */   background: linear-gradient(to bottom, #4b4b4b 0%, #4b4b4b 40%, #3c3c3c 60%, #3c3c3c 100%);
/* 1034 */   /* W3C */
/* 1035 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#3c3c3c', GradientType=0);
/* 1036 */   /* IE7-9 */
/* 1037 */ }
/* 1038 */ .ilightbox-button.ilightbox-prev-button.mac {
/* 1039 */   top: 0;
/* 1040 */   bottom: auto;
/* 1041 */   -webkit-border-radius: 0;
/* 1042 */   border-radius: 0;
/* 1043 */   -webkit-border-bottom-left-radius: 5px;
/* 1044 */   -webkit-border-bottom-right-radius: 5px;
/* 1045 */   border-bottom-left-radius: 5px;
/* 1046 */   border-bottom-right-radius: 5px;
/* 1047 */ }
/* 1048 */ .ilightbox-button.ilightbox-next-button.mac span {
/* 1049 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/forward-vertical-50.png) no-repeat 50% 75%;
/* 1050 */ }

/* ilightbox.css */

/* 1051 */ .ilightbox-button.ilightbox-prev-button.mac span {
/* 1052 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/back-vertical-50.png) no-repeat 50% 25%;
/* 1053 */ }
/* 1054 */ .ilightbox-button.ilightbox-next-button.mac.horizontal,
/* 1055 */ .ilightbox-button.ilightbox-prev-button.mac.horizontal {
/* 1056 */   right: 0;
/* 1057 */   left: auto;
/* 1058 */   top: 0;
/* 1059 */   bottom: 0;
/* 1060 */   -: ;top/*\**/: 41%\9;
/* 1061 */   /* IE7-8 */
/* 1062 */   -: ;bottom/*\**/: auto\9;
/* 1063 */   /* IE7-8 */
/* 1064 */   width: 55px;
/* 1065 */   height: 95px;
/* 1066 */   -webkit-border-radius: 0;
/* 1067 */   border-radius: 0;
/* 1068 */   -webkit-border-bottom-left-radius: 5px;
/* 1069 */   -webkit-border-top-left-radius: 5px;
/* 1070 */   border-bottom-left-radius: 5px;
/* 1071 */   border-top-left-radius: 5px;
/* 1072 */ }
/* 1073 */ .ilightbox-button.ilightbox-prev-button.mac.horizontal {
/* 1074 */   right: auto;
/* 1075 */   left: 0;
/* 1076 */   -webkit-border-radius: 0;
/* 1077 */   border-radius: 0;
/* 1078 */   -webkit-border-bottom-right-radius: 5px;
/* 1079 */   -webkit-border-top-right-radius: 5px;
/* 1080 */   border-bottom-right-radius: 5px;
/* 1081 */   border-top-right-radius: 5px;
/* 1082 */ }
/* 1083 */ .ilightbox-button.ilightbox-next-button.mac.horizontal span {
/* 1084 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/forward-50.png) no-repeat 75% 50%;
/* 1085 */ }
/* 1086 */ .ilightbox-button.ilightbox-prev-button.mac.horizontal span {
/* 1087 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/mac-skin/back-50.png) no-repeat 25% 50%;
/* 1088 */ }
/* 1089 */ .ilightbox-overlay.metro-black {
/* 1090 */   background: #000;
/* 1091 */ }
/* 1092 */ .ilightbox-loader.metro-black {
/* 1093 */   -webkit-box-shadow: #000000 0px 0px 55px, rgba(0, 0, 0, 0.3) 0px 0px 55px;
/* 1094 */   box-shadow: #000000 0px 0px 55px, rgba(0, 0, 0, 0.3) 0px 0px 55px;
/* 1095 */ }
/* 1096 */ .ilightbox-loader.metro-black div {
/* 1097 */   background: #000000 url(/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/preloader.gif) no-repeat center;
/* 1098 */ }
/* 1099 */ .ilightbox-holder.metro-black {
/* 1100 */   padding: 3px;

/* ilightbox.css */

/* 1101 */   background: #000;
/* 1102 */   -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.8);
/* 1103 */   box-shadow: 0 0 45px rgba(0, 0, 0, 0.8);
/* 1104 */ }
/* 1105 */ .ilightbox-holder.metro-black .ilightbox-container .ilightbox-caption {
/* 1106 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/caption-bg.png) repeat-x bottom;
/* 1107 */   background-size: 100% 100%;
/* 1108 */   left: 0;
/* 1109 */   right: 0;
/* 1110 */   color: #FFF;
/* 1111 */   text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
/* 1112 */   padding-top: 15px;
/* 1113 */ }
/* 1114 */ .ilightbox-holder.metro-black .ilightbox-container .ilightbox-social {
/* 1115 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/social-bg.png);
/* 1116 */   -webkit-border-radius: 2px;
/* 1117 */   border-radius: 2px;
/* 1118 */ }
/* 1119 */ .ilightbox-holder.metro-black .ilightbox-alert {
/* 1120 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/alert.png) no-repeat center top;
/* 1121 */   color: #555;
/* 1122 */ }
/* 1123 */ /* Style toolbar */
/* 1124 */ .ilightbox-toolbar.metro-black {
/* 1125 */   top: 8px;
/* 1126 */   left: 8px;
/* 1127 */   height: 25px;
/* 1128 */ }
/* 1129 */ .ilightbox-toolbar.metro-black a {
/* 1130 */   width: 27px;
/* 1131 */   height: 25px;
/* 1132 */   background: #000000 url(/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/buttons.png) no-repeat 7px 6px;
/* 1133 */ }
/* 1134 */ .ilightbox-toolbar.metro-black a:hover {
/* 1135 */   background-color: #51b7ff;
/* 1136 */ }
/* 1137 */ .ilightbox-toolbar.metro-black a.ilightbox-close:hover {
/* 1138 */   background-color: #d94947;
/* 1139 */ }
/* 1140 */ .ilightbox-toolbar.metro-black a.disabled {
/* 1141 */   opacity: 0.2;
/* 1142 */   filter: alpha(opacity=20);
/* 1143 */   cursor: default;
/* 1144 */   background-color: #000;
/* 1145 */   -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
/* 1146 */   box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
/* 1147 */ }
/* 1148 */ .ilightbox-toolbar.metro-black a.ilightbox-fullscreen {
/* 1149 */   background-position: 6px -31px;
/* 1150 */ }

/* ilightbox.css */

/* 1151 */ .ilightbox-toolbar.metro-black a.ilightbox-play {
/* 1152 */   background-position: 8px -55px;
/* 1153 */ }
/* 1154 */ .ilightbox-toolbar.metro-black a.ilightbox-pause {
/* 1155 */   background-position: 8px -81px;
/* 1156 */ }
/* 1157 */ .isMobile .ilightbox-toolbar.metro-black {
/* 1158 */   background: #000;
/* 1159 */   top: auto;
/* 1160 */   bottom: 0;
/* 1161 */   left: 0;
/* 1162 */   width: 100%;
/* 1163 */   height: 40px;
/* 1164 */   text-align: center;
/* 1165 */ }
/* 1166 */ .isMobile .ilightbox-toolbar.metro-black a {
/* 1167 */   display: inline-block;
/* 1168 */   float: none;
/* 1169 */   width: 50px;
/* 1170 */   height: 40px;
/* 1171 */   background-size: 50%;
/* 1172 */   background-position: 50%;
/* 1173 */ }
/* 1174 */ .isMobile .ilightbox-toolbar.metro-black a.ilightbox-fullscreen {
/* 1175 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/fullscreen-icon-64.png);
/* 1176 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/fullscreen-icon-ie.png')\9;
/* 1177 */   /* IE7-8 */
/* 1178 */ }
/* 1179 */ .isMobile .ilightbox-toolbar.metro-black a.ilightbox-close {
/* 1180 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/x-mark-icon-64.png);
/* 1181 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/x-mark-icon-ie.png')\9;
/* 1182 */   /* IE7-8 */
/* 1183 */ }
/* 1184 */ .isMobile .ilightbox-toolbar.metro-black a.ilightbox-next-button {
/* 1185 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/arrow-next-icon-64.png);
/* 1186 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/arrow-next-icon-ie.png')\9;
/* 1187 */   /* IE7-8 */
/* 1188 */   background-position: 52% 50%;
/* 1189 */ }
/* 1190 */ .isMobile .ilightbox-toolbar.metro-black a.ilightbox-prev-button {
/* 1191 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/arrow-prev-icon-64.png);
/* 1192 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/arrow-prev-icon-ie.png')\9;
/* 1193 */   /* IE7-8 */
/* 1194 */   background-position: 48% 50%;
/* 1195 */ }
/* 1196 */ .isMobile .ilightbox-toolbar.metro-black a.ilightbox-play {
/* 1197 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/play-icon-64.png);
/* 1198 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/play-icon-ie.png')\9;
/* 1199 */   /* IE7-8 */
/* 1200 */ }

/* ilightbox.css */

/* 1201 */ .isMobile .ilightbox-toolbar.metro-black a.ilightbox-pause {
/* 1202 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/pause-icon-64.png);
/* 1203 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-black-skin/pause-icon-ie.png')\9;
/* 1204 */   /* IE7-8 */
/* 1205 */ }
/* 1206 */ .ilightbox-holder.metro-black .ilightbox-inner-toolbar .ilightbox-title {
/* 1207 */   font-size: 18px;
/* 1208 */   padding: 10px 12px;
/* 1209 */   padding-right: 60px;
/* 1210 */   color: #acacad;
/* 1211 */ }
/* 1212 */ .ilightbox-holder.metro-black .ilightbox-inner-toolbar .ilightbox-toolbar {
/* 1213 */   left: auto;
/* 1214 */   top: 5px;
/* 1215 */   right: 5px;
/* 1216 */ }
/* 1217 */ .ilightbox-holder.metro-black .ilightbox-inner-toolbar .ilightbox-toolbar a {
/* 1218 */   float: right;
/* 1219 */ }
/* 1220 */ /* Style thumbnails */
/* 1221 */ .ilightbox-thumbnails.metro-black.ilightbox-horizontal {
/* 1222 */   height: 104px;
/* 1223 */ }
/* 1224 */ .ilightbox-thumbnails.metro-black.ilightbox-horizontal .ilightbox-thumbnails-container {
/* 1225 */   height: 104px;
/* 1226 */ }
/* 1227 */ .ilightbox-thumbnails.metro-black.ilightbox-vertical {
/* 1228 */   width: 144px;
/* 1229 */ }
/* 1230 */ .ilightbox-thumbnails.metro-black.ilightbox-vertical .ilightbox-thumbnails-container {
/* 1231 */   width: 144px;
/* 1232 */ }
/* 1233 */ .ilightbox-thumbnails.metro-black .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
/* 1234 */   border: 2px solid #000;
/* 1235 */   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
/* 1236 */   box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
/* 1237 */   -webkit-border-radius: 0;
/* 1238 */   border-radius: 0;
/* 1239 */ }
/* 1240 */ .ilightbox-thumbnails.metro-black .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
/* 1241 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/thumb-overlay-play.png) no-repeat center;
/* 1242 */ }
/* 1243 */ /* Configure arrow buttons */
/* 1244 */ .ilightbox-button.metro-black.disabled {
/* 1245 */   opacity: 0.1;
/* 1246 */   filter: alpha(opacity=10);
/* 1247 */   cursor: default;
/* 1248 */ }
/* 1249 */ .ilightbox-button.metro-black span {
/* 1250 */   display: block;

/* ilightbox.css */

/* 1251 */   width: 100%;
/* 1252 */   height: 100%;
/* 1253 */ }
/* 1254 */ .ilightbox-button.ilightbox-next-button.metro-black,
/* 1255 */ .ilightbox-button.ilightbox-prev-button.metro-black {
/* 1256 */   bottom: 0;
/* 1257 */   right: 0;
/* 1258 */   left: 0;
/* 1259 */   -: ;left/*\**/: 35%\9;
/* 1260 */   /* IE7-8 */
/* 1261 */   -: ;right/*\**/: auto\9;
/* 1262 */   /* IE7-8 */
/* 1263 */   width: 30%;
/* 1264 */   height: 100px;
/* 1265 */   margin: auto;
/* 1266 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/arrows_vertical.png) no-repeat 50% -100px;
/* 1267 */   background-color: #000;
/* 1268 */   background-color: rgba(0, 0, 0, 0.5);
/* 1269 */ }
/* 1270 */ .ilightbox-button.ilightbox-prev-button.metro-black {
/* 1271 */   top: 0;
/* 1272 */   bottom: auto;
/* 1273 */   background-position: 50% 0;
/* 1274 */ }
/* 1275 */ .ilightbox-button.ilightbox-next-button.metro-black.horizontal,
/* 1276 */ .ilightbox-button.ilightbox-prev-button.metro-black.horizontal {
/* 1277 */   right: 0;
/* 1278 */   left: auto;
/* 1279 */   top: 0;
/* 1280 */   bottom: 0;
/* 1281 */   -: ;top/*\**/: 36%\9;
/* 1282 */   /* IE7-8 */
/* 1283 */   -: ;bottom/*\**/: auto\9;
/* 1284 */   /* IE7-8 */
/* 1285 */   width: 100px;
/* 1286 */   height: 30%;
/* 1287 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-black-skin/arrows_horizontal.png);
/* 1288 */   background-position: -93px 50%;
/* 1289 */ }
/* 1290 */ .ilightbox-button.ilightbox-prev-button.metro-black.horizontal {
/* 1291 */   right: auto;
/* 1292 */   left: 0;
/* 1293 */   background-position: -7px 50%;
/* 1294 */ }
/* 1295 */ .ilightbox-overlay.metro-white {
/* 1296 */   background: #FFF;
/* 1297 */ }
/* 1298 */ .ilightbox-loader.metro-white {
/* 1299 */   -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 55px;
/* 1300 */   box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 55px;

/* ilightbox.css */

/* 1301 */ }
/* 1302 */ .ilightbox-loader.metro-white div {
/* 1303 */   background: #ffffff url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/preloader.gif) no-repeat center;
/* 1304 */ }
/* 1305 */ .ilightbox-holder.metro-white {
/* 1306 */   padding: 3px;
/* 1307 */   background: #FFF;
/* 1308 */   -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
/* 1309 */   box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
/* 1310 */ }
/* 1311 */ .ilightbox-holder.metro-white .ilightbox-container .ilightbox-caption {
/* 1312 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/caption-bg.png) repeat-x bottom;
/* 1313 */   background-size: 100% 100%;
/* 1314 */   left: 0;
/* 1315 */   right: 0;
/* 1316 */   color: #000;
/* 1317 */   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
/* 1318 */   padding-top: 15px;
/* 1319 */ }
/* 1320 */ .ilightbox-holder.metro-white .ilightbox-container .ilightbox-social {
/* 1321 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/social-bg.png);
/* 1322 */   -webkit-border-radius: 2px;
/* 1323 */   border-radius: 2px;
/* 1324 */ }
/* 1325 */ .ilightbox-holder.metro-white .ilightbox-alert {
/* 1326 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/alert.png) no-repeat center top;
/* 1327 */   color: #89949B;
/* 1328 */ }
/* 1329 */ /* Style toolbar */
/* 1330 */ .ilightbox-toolbar.metro-white {
/* 1331 */   top: 8px;
/* 1332 */   left: 8px;
/* 1333 */   height: 25px;
/* 1334 */ }
/* 1335 */ .ilightbox-toolbar.metro-white a {
/* 1336 */   width: 27px;
/* 1337 */   height: 25px;
/* 1338 */   background: #ffffff url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/buttons.png) no-repeat 7px 6px;
/* 1339 */ }
/* 1340 */ .ilightbox-toolbar.metro-white a:hover {
/* 1341 */   background-color: #51b7ff;
/* 1342 */ }
/* 1343 */ .ilightbox-toolbar.metro-white a.disabled {
/* 1344 */   opacity: 0.2;
/* 1345 */   filter: alpha(opacity=20);
/* 1346 */   cursor: default;
/* 1347 */   background-color: #FFF;
/* 1348 */ }
/* 1349 */ .ilightbox-toolbar.metro-white a.ilightbox-close:hover {
/* 1350 */   background-color: #d94947;

/* ilightbox.css */

/* 1351 */   background-position: -30px 6px;
/* 1352 */ }
/* 1353 */ .ilightbox-toolbar.metro-white a.ilightbox-fullscreen {
/* 1354 */   background-position: 6px -31px;
/* 1355 */ }
/* 1356 */ .ilightbox-toolbar.metro-white a.ilightbox-fullscreen:hover {
/* 1357 */   background-position: -29px -31px;
/* 1358 */ }
/* 1359 */ .ilightbox-toolbar.metro-white a.ilightbox-play {
/* 1360 */   background-position: 8px -55px;
/* 1361 */ }
/* 1362 */ .ilightbox-toolbar.metro-white a.ilightbox-play:hover {
/* 1363 */   background-position: -30px -55px;
/* 1364 */ }
/* 1365 */ .ilightbox-toolbar.metro-white a.ilightbox-pause {
/* 1366 */   background-position: 8px -81px;
/* 1367 */ }
/* 1368 */ .ilightbox-toolbar.metro-white a.ilightbox-pause:hover {
/* 1369 */   background-position: -30px -81px;
/* 1370 */ }
/* 1371 */ .isMobile .ilightbox-toolbar.metro-white {
/* 1372 */   background: #FFF;
/* 1373 */   top: auto;
/* 1374 */   bottom: 0;
/* 1375 */   left: 0;
/* 1376 */   width: 100%;
/* 1377 */   height: 40px;
/* 1378 */   text-align: center;
/* 1379 */   -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
/* 1380 */   box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
/* 1381 */ }
/* 1382 */ .isMobile .ilightbox-toolbar.metro-white a,
/* 1383 */ .isMobile .ilightbox-toolbar.metro-white a:hover {
/* 1384 */   display: inline-block;
/* 1385 */   float: none;
/* 1386 */   width: 50px;
/* 1387 */   height: 40px;
/* 1388 */   background-size: 50%;
/* 1389 */   background-position: 50%;
/* 1390 */ }
/* 1391 */ .isMobile .ilightbox-toolbar.metro-white a.ilightbox-fullscreen {
/* 1392 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/fullscreen-icon-64.png);
/* 1393 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/fullscreen-icon-ie.png')\9;
/* 1394 */   /* IE7-8 */
/* 1395 */ }
/* 1396 */ .isMobile .ilightbox-toolbar.metro-white a.ilightbox-fullscreen:hover {
/* 1397 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/fullscreen-hover-icon-64.png);
/* 1398 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/fullscreen-hover-icon-ie.png')\9;
/* 1399 */   /* IE7-8 */
/* 1400 */ }

/* ilightbox.css */

/* 1401 */ .isMobile .ilightbox-toolbar.metro-white a.ilightbox-close {
/* 1402 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/x-mark-icon-64.png);
/* 1403 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/x-mark-icon-ie.png')\9;
/* 1404 */   /* IE7-8 */
/* 1405 */ }
/* 1406 */ .isMobile .ilightbox-toolbar.metro-white a.ilightbox-close:hover {
/* 1407 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/x-mark-hover-icon-64.png);
/* 1408 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/x-mark-hover-icon-ie.png')\9;
/* 1409 */   /* IE7-8 */
/* 1410 */ }
/* 1411 */ .isMobile .ilightbox-toolbar.metro-white a.ilightbox-next-button {
/* 1412 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-next-icon-64.png);
/* 1413 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-next-icon-ie.png')\9;
/* 1414 */   /* IE7-8 */
/* 1415 */   background-position: 52% 50%;
/* 1416 */ }
/* 1417 */ .isMobile .ilightbox-toolbar.metro-white a.ilightbox-next-button:hover {
/* 1418 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-next-hover-icon-64.png);
/* 1419 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-next-hover-icon-ie.png')\9;
/* 1420 */   /* IE7-8 */
/* 1421 */ }
/* 1422 */ .isMobile .ilightbox-toolbar.metro-white a.ilightbox-next-button.disabled {
/* 1423 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-next-icon-64.png);
/* 1424 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-next-icon-ie.png')\9;
/* 1425 */   /* IE7-8 */
/* 1426 */   background-position: 52% 50%;
/* 1427 */ }
/* 1428 */ .isMobile .ilightbox-toolbar.metro-white a.ilightbox-prev-button {
/* 1429 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-prev-icon-64.png);
/* 1430 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-prev-icon-ie.png')\9;
/* 1431 */   /* IE7-8 */
/* 1432 */   background-position: 48% 50%;
/* 1433 */ }
/* 1434 */ .isMobile .ilightbox-toolbar.metro-white a.ilightbox-prev-button:hover {
/* 1435 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-prev-hover-icon-64.png);
/* 1436 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-prev-hover-icon-ie.png')\9;
/* 1437 */   /* IE7-8 */
/* 1438 */ }
/* 1439 */ .isMobile .ilightbox-toolbar.metro-white a.ilightbox-prev-button.disabled {
/* 1440 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrow-prev-icon-64.png);
/* 1441 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/arrow-prev-icon-ie.png')\9;
/* 1442 */   /* IE7-8 */
/* 1443 */   background-position: 48% 50%;
/* 1444 */ }
/* 1445 */ .isMobile .ilightbox-toolbar.metro-white a.ilightbox-play {
/* 1446 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/play-icon-64.png);
/* 1447 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/play-icon-ie.png')\9;
/* 1448 */   /* IE7-8 */
/* 1449 */ }
/* 1450 */ .isMobile .ilightbox-toolbar.metro-white a.ilightbox-play:hover {

/* ilightbox.css */

/* 1451 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/play-hover-icon-64.png);
/* 1452 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/play-hover-icon-ie.png')\9;
/* 1453 */   /* IE7-8 */
/* 1454 */ }
/* 1455 */ .isMobile .ilightbox-toolbar.metro-white a.ilightbox-pause {
/* 1456 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/pause-icon-64.png);
/* 1457 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/pause-icon-ie.png')\9;
/* 1458 */   /* IE7-8 */
/* 1459 */ }
/* 1460 */ .isMobile .ilightbox-toolbar.metro-white a.ilightbox-pause:hover {
/* 1461 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/pause-hover-icon-64.png);
/* 1462 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/metro-white-skin/pause-hover-icon-ie.png')\9;
/* 1463 */   /* IE7-8 */
/* 1464 */ }
/* 1465 */ /* Style thumbnails */
/* 1466 */ .ilightbox-thumbnails.metro-white.ilightbox-horizontal {
/* 1467 */   height: 104px;
/* 1468 */ }
/* 1469 */ .ilightbox-thumbnails.metro-white.ilightbox-horizontal .ilightbox-thumbnails-container {
/* 1470 */   height: 104px;
/* 1471 */ }
/* 1472 */ .ilightbox-thumbnails.metro-white.ilightbox-vertical {
/* 1473 */   width: 144px;
/* 1474 */ }
/* 1475 */ .ilightbox-thumbnails.metro-white.ilightbox-vertical .ilightbox-thumbnails-container {
/* 1476 */   width: 144px;
/* 1477 */ }
/* 1478 */ .ilightbox-thumbnails.metro-white .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
/* 1479 */   border: 2px solid #FFF;
/* 1480 */   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
/* 1481 */   box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
/* 1482 */   -webkit-border-radius: 0;
/* 1483 */   border-radius: 0;
/* 1484 */ }
/* 1485 */ .ilightbox-thumbnails.metro-white .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
/* 1486 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/thumb-overlay-play.png) no-repeat center;
/* 1487 */ }
/* 1488 */ .ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title {
/* 1489 */   font-size: 18px;
/* 1490 */   padding: 10px 12px;
/* 1491 */   padding-right: 60px;
/* 1492 */   color: #535352;
/* 1493 */ }
/* 1494 */ .ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-toolbar {
/* 1495 */   left: auto;
/* 1496 */   top: 5px;
/* 1497 */   right: 5px;
/* 1498 */ }
/* 1499 */ .ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-toolbar a {
/* 1500 */   float: right;

/* ilightbox.css */

/* 1501 */ }
/* 1502 */ /* Configure arrow buttons */
/* 1503 */ .ilightbox-button.metro-white.disabled {
/* 1504 */   opacity: 0.1;
/* 1505 */   filter: alpha(opacity=10);
/* 1506 */   cursor: default;
/* 1507 */ }
/* 1508 */ .ilightbox-button.metro-white span {
/* 1509 */   display: block;
/* 1510 */   width: 100%;
/* 1511 */   height: 100%;
/* 1512 */ }
/* 1513 */ .ilightbox-button.ilightbox-next-button.metro-white,
/* 1514 */ .ilightbox-button.ilightbox-prev-button.metro-white {
/* 1515 */   bottom: 0;
/* 1516 */   right: 0;
/* 1517 */   left: 0;
/* 1518 */   -: ;left/*\**/: 35%\9;
/* 1519 */   /* IE7-8 */
/* 1520 */   -: ;right/*\**/: auto\9;
/* 1521 */   /* IE7-8 */
/* 1522 */   width: 30%;
/* 1523 */   height: 100px;
/* 1524 */   margin: auto;
/* 1525 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrows_vertical.png) no-repeat 50% -100px;
/* 1526 */   background-color: #FFF;
/* 1527 */   background-color: rgba(255, 255, 255, 0.6);
/* 1528 */ }
/* 1529 */ .ilightbox-button.ilightbox-prev-button.metro-white {
/* 1530 */   top: 0;
/* 1531 */   bottom: auto;
/* 1532 */   background-position: 50% 0;
/* 1533 */ }
/* 1534 */ .ilightbox-button.ilightbox-next-button.metro-white.horizontal,
/* 1535 */ .ilightbox-button.ilightbox-prev-button.metro-white.horizontal {
/* 1536 */   right: 0;
/* 1537 */   left: auto;
/* 1538 */   top: 0;
/* 1539 */   bottom: 0;
/* 1540 */   -: ;top/*\**/: 36%\9;
/* 1541 */   /* IE7-8 */
/* 1542 */   -: ;bottom/*\**/: auto\9;
/* 1543 */   /* IE7-8 */
/* 1544 */   width: 100px;
/* 1545 */   height: 30%;
/* 1546 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/metro-white-skin/arrows_horizontal.png);
/* 1547 */   background-position: -93px 50%;
/* 1548 */ }
/* 1549 */ .ilightbox-button.ilightbox-prev-button.metro-white.horizontal {
/* 1550 */   right: auto;

/* ilightbox.css */

/* 1551 */   left: 0;
/* 1552 */   background-position: -7px 50%;
/* 1553 */ }
/* 1554 */ .ilightbox-overlay.parade {
/* 1555 */   background: #333333 url(/wp-content/themes/Avada/assets/images/iLightbox/parade-skin/pattern.png);
/* 1556 */ }
/* 1557 */ .ilightbox-loader.parade {
/* 1558 */   -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
/* 1559 */   box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
/* 1560 */ }
/* 1561 */ .ilightbox-loader.parade div {
/* 1562 */   background: #ffffff url(/wp-content/themes/Avada/assets/images/iLightbox/parade-skin/preloader.gif) no-repeat center;
/* 1563 */ }
/* 1564 */ .ilightbox-holder.parade {
/* 1565 */   padding: 10px;
/* 1566 */   background: #333;
/* 1567 */   background: rgba(0, 0, 0, 0.25);
/* 1568 */   -webkit-border-radius: 4px;
/* 1569 */   border-radius: 4px;
/* 1570 */ }
/* 1571 */ .ilightbox-holder.parade .ilightbox-container {
/* 1572 */   background: #FFF;
/* 1573 */ }
/* 1574 */ .ilightbox-holder.parade .ilightbox-container .ilightbox-caption {
/* 1575 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/parade-skin/caption-bg.png);
/* 1576 */   color: #FFF;
/* 1577 */   text-shadow: 0 1px black;
/* 1578 */ }
/* 1579 */ .ilightbox-holder.parade .ilightbox-container .ilightbox-social {
/* 1580 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/parade-skin/caption-bg.png);
/* 1581 */   -webkit-border-radius: 2px;
/* 1582 */   border-radius: 2px;
/* 1583 */ }
/* 1584 */ .ilightbox-holder.parade .ilightbox-alert {
/* 1585 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/parade-skin/alert.png) no-repeat center top;
/* 1586 */   color: #555;
/* 1587 */ }
/* 1588 */ .ilightbox-toolbar.parade {
/* 1589 */   top: 11px;
/* 1590 */   left: 10px;
/* 1591 */   padding: 3px;
/* 1592 */   background: #333;
/* 1593 */   background: rgba(0, 0, 0, 0.25);
/* 1594 */ }
/* 1595 */ .ilightbox-toolbar.parade a {
/* 1596 */   width: 29px;
/* 1597 */   height: 25px;
/* 1598 */   background: #ffffff url(/wp-content/themes/Avada/assets/images/iLightbox/parade-skin/buttons.png) no-repeat 8px 6px;
/* 1599 */ }
/* 1600 */ .ilightbox-toolbar.parade a:hover {

/* ilightbox.css */

/* 1601 */   background-color: #f5f5f5;
/* 1602 */ }
/* 1603 */ .ilightbox-toolbar.parade a.ilightbox-close:hover {
/* 1604 */   background-position: -29px 6px;
/* 1605 */ }
/* 1606 */ .ilightbox-toolbar.parade a.ilightbox-fullscreen {
/* 1607 */   background-position: 8px -33px;
/* 1608 */   right: 35px;
/* 1609 */ }
/* 1610 */ .ilightbox-toolbar.parade a.ilightbox-fullscreen:hover {
/* 1611 */   background-position: -29px -33px;
/* 1612 */ }
/* 1613 */ .ilightbox-thumbnails.parade .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
/* 1614 */   box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
/* 1615 */ }
/* 1616 */ .ilightbox-thumbnails.parade .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
/* 1617 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/parade-skin/thumb-overlay-play.png) no-repeat center;
/* 1618 */ }
/* 1619 */ .ilightbox-holder.parade .ilightbox-inner-toolbar .ilightbox-title {
/* 1620 */   font-size: 18px;
/* 1621 */   padding: 10px 8px;
/* 1622 */   padding-right: 60px;
/* 1623 */   color: #FFF;
/* 1624 */ }
/* 1625 */ .ilightbox-holder.parade .ilightbox-inner-toolbar .ilightbox-toolbar {
/* 1626 */   left: auto;
/* 1627 */   top: 5px;
/* 1628 */   right: 5px;
/* 1629 */ }
/* 1630 */ .ilightbox-holder.parade .ilightbox-inner-toolbar .ilightbox-toolbar a {
/* 1631 */   float: right;
/* 1632 */ }
/* 1633 */ .ilightbox-overlay.smooth {
/* 1634 */   background: #0F0F0F;
/* 1635 */ }
/* 1636 */ .ilightbox-loader.smooth {
/* 1637 */   -webkit-box-shadow: #000000 0px 0px 55px, rgba(0, 0, 0, 0.3) 0px 0px 55px;
/* 1638 */   box-shadow: #000000 0px 0px 55px, rgba(0, 0, 0, 0.3) 0px 0px 55px;
/* 1639 */ }
/* 1640 */ .ilightbox-loader.smooth div {
/* 1641 */   background: #000000 url(/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/preloader.gif) no-repeat center;
/* 1642 */ }
/* 1643 */ .ilightbox-holder.smooth {
/* 1644 */   -: ;border/*\**/: black 1px solid\9;
/* 1645 */   /* IE7-8 */
/* 1646 */   -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.9);
/* 1647 */   box-shadow: 0 0 45px rgba(0, 0, 0, 0.9);
/* 1648 */ }
/* 1649 */ .ilightbox-holder.smooth .ilightbox-container > * {
/* 1650 */   pointer-events: all;

/* ilightbox.css */

/* 1651 */ }
/* 1652 */ .ilightbox-holder.smooth .ilightbox-container:after {
/* 1653 */   content: '';
/* 1654 */   position: absolute;
/* 1655 */   top: 0;
/* 1656 */   left: 0;
/* 1657 */   width: 100%;
/* 1658 */   height: 100%;
/* 1659 */   pointer-events: none;
/* 1660 */   -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.11);
/* 1661 */   box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.11);
/* 1662 */ }
/* 1663 */ .ilightbox-holder.smooth .ilightbox-container .ilightbox-caption {
/* 1664 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/caption-bg.png);
/* 1665 */   border: 1px solid rgba(0, 0, 0, 0.2);
/* 1666 */   left: 1px;
/* 1667 */   right: 1px;
/* 1668 */   bottom: 1px;
/* 1669 */   color: #FFF;
/* 1670 */   text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
/* 1671 */   -webkit-border-radius: 0;
/* 1672 */   border-radius: 0;
/* 1673 */ }
/* 1674 */ .ilightbox-holder.smooth .ilightbox-container .ilightbox-social {
/* 1675 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/caption-bg.png);
/* 1676 */   border: 1px solid rgba(0, 0, 0, 0.2);
/* 1677 */   left: 1px;
/* 1678 */   top: 1px;
/* 1679 */   -webkit-border-radius: 0;
/* 1680 */   border-radius: 0;
/* 1681 */ }
/* 1682 */ .ilightbox-holder.smooth .ilightbox-alert {
/* 1683 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/alert.png) no-repeat center top;
/* 1684 */   color: #555;
/* 1685 */ }
/* 1686 */ /* Style toolbar */
/* 1687 */ .ilightbox-toolbar.smooth {
/* 1688 */   top: 8px;
/* 1689 */   left: 8px;
/* 1690 */   height: 25px;
/* 1691 */ }
/* 1692 */ .ilightbox-toolbar.smooth a {
/* 1693 */   width: 27px;
/* 1694 */   height: 25px;
/* 1695 */   background: #000000 url(/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/buttons.png) no-repeat 7px 6px;
/* 1696 */ }
/* 1697 */ .ilightbox-toolbar.smooth a:hover {
/* 1698 */   background-color: #51b7ff;
/* 1699 */ }
/* 1700 */ .ilightbox-toolbar.smooth a.ilightbox-close:hover {

/* ilightbox.css */

/* 1701 */   background-color: #d94947;
/* 1702 */ }
/* 1703 */ .ilightbox-toolbar.smooth a.disabled {
/* 1704 */   opacity: 0.2;
/* 1705 */   filter: alpha(opacity=20);
/* 1706 */   cursor: default;
/* 1707 */   background-color: #000;
/* 1708 */   -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
/* 1709 */   box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
/* 1710 */ }
/* 1711 */ .ilightbox-toolbar.smooth a.ilightbox-fullscreen {
/* 1712 */   background-position: 6px -31px;
/* 1713 */ }
/* 1714 */ .ilightbox-toolbar.smooth a.ilightbox-play {
/* 1715 */   background-position: 8px -55px;
/* 1716 */ }
/* 1717 */ .ilightbox-toolbar.smooth a.ilightbox-pause {
/* 1718 */   background-position: 8px -81px;
/* 1719 */ }
/* 1720 */ .isMobile .ilightbox-toolbar.smooth {
/* 1721 */   background: #000;
/* 1722 */   top: auto;
/* 1723 */   bottom: 0;
/* 1724 */   left: 0;
/* 1725 */   width: 100%;
/* 1726 */   height: 40px;
/* 1727 */   text-align: center;
/* 1728 */ }
/* 1729 */ .isMobile .ilightbox-toolbar.smooth a {
/* 1730 */   display: inline-block;
/* 1731 */   float: none;
/* 1732 */   width: 50px;
/* 1733 */   height: 40px;
/* 1734 */   background-size: 50%;
/* 1735 */   background-position: 50%;
/* 1736 */ }
/* 1737 */ .isMobile .ilightbox-toolbar.smooth a.ilightbox-fullscreen {
/* 1738 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/fullscreen-icon-64.png);
/* 1739 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/fullscreen-icon-ie.png')\9;
/* 1740 */   /* IE7-8 */
/* 1741 */ }
/* 1742 */ .isMobile .ilightbox-toolbar.smooth a.ilightbox-close {
/* 1743 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/x-mark-icon-64.png);
/* 1744 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/x-mark-icon-ie.png')\9;
/* 1745 */   /* IE7-8 */
/* 1746 */ }
/* 1747 */ .isMobile .ilightbox-toolbar.smooth a.ilightbox-next-button {
/* 1748 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/arrow-next-icon-64.png);
/* 1749 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/arrow-next-icon-ie.png')\9;
/* 1750 */   /* IE7-8 */

/* ilightbox.css */

/* 1751 */   background-position: 52% 50%;
/* 1752 */ }
/* 1753 */ .isMobile .ilightbox-toolbar.smooth a.ilightbox-prev-button {
/* 1754 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/arrow-prev-icon-64.png);
/* 1755 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/arrow-prev-icon-ie.png')\9;
/* 1756 */   /* IE7-8 */
/* 1757 */   background-position: 48% 50%;
/* 1758 */ }
/* 1759 */ .isMobile .ilightbox-toolbar.smooth a.ilightbox-play {
/* 1760 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/play-icon-64.png);
/* 1761 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/play-icon-ie.png')\9;
/* 1762 */   /* IE7-8 */
/* 1763 */ }
/* 1764 */ .isMobile .ilightbox-toolbar.smooth a.ilightbox-pause {
/* 1765 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/pause-icon-64.png);
/* 1766 */   -: ;background-image/*\**/: url(/wp-content/themes/Avada/~'assets/images/iLightbox/smooth-skin/pause-icon-ie.png')\9;
/* 1767 */   /* IE7-8 */
/* 1768 */ }
/* 1769 */ .ilightbox-holder.smooth .ilightbox-inner-toolbar .ilightbox-title {
/* 1770 */   font-size: 18px;
/* 1771 */   padding: 10px 12px;
/* 1772 */   padding-right: 60px;
/* 1773 */   color: #acacad;
/* 1774 */ }
/* 1775 */ .ilightbox-holder.smooth .ilightbox-inner-toolbar .ilightbox-toolbar {
/* 1776 */   left: auto;
/* 1777 */   top: 5px;
/* 1778 */   right: 5px;
/* 1779 */ }
/* 1780 */ .ilightbox-holder.smooth .ilightbox-inner-toolbar .ilightbox-toolbar a {
/* 1781 */   float: right;
/* 1782 */ }
/* 1783 */ /* Style thumbnails */
/* 1784 */ .ilightbox-thumbnails.smooth.ilightbox-horizontal {
/* 1785 */   height: 100px;
/* 1786 */ }
/* 1787 */ .ilightbox-thumbnails.smooth.ilightbox-horizontal .ilightbox-thumbnails-container {
/* 1788 */   height: 100px;
/* 1789 */ }
/* 1790 */ .ilightbox-thumbnails.smooth.ilightbox-vertical {
/* 1791 */   width: 140px;
/* 1792 */ }
/* 1793 */ .ilightbox-thumbnails.smooth.ilightbox-vertical .ilightbox-thumbnails-container {
/* 1794 */   width: 140px;
/* 1795 */ }
/* 1796 */ .ilightbox-thumbnails.smooth .ilightbox-thumbnails-grid .ilightbox-thumbnail {
/* 1797 */   padding: 10px;
/* 1798 */ }
/* 1799 */ .ilightbox-thumbnails.smooth .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
/* 1800 */   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);

/* ilightbox.css */

/* 1801 */   box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
/* 1802 */   -webkit-border-radius: 0;
/* 1803 */   border-radius: 0;
/* 1804 */ }
/* 1805 */ .ilightbox-thumbnails.smooth .ilightbox-thumbnails-grid .ilightbox-thumbnail:after {
/* 1806 */   display: block;
/* 1807 */   content: '';
/* 1808 */   position: absolute;
/* 1809 */   top: 10px;
/* 1810 */   left: 10px;
/* 1811 */   right: 10px;
/* 1812 */   bottom: 10px;
/* 1813 */   margin: auto;
/* 1814 */   pointer-events: none;
/* 1815 */   -webkit-box-sizing: border-box;
/* 1816 */   -moz-box-sizing: border-box;
/* 1817 */   box-sizing: border-box;
/* 1818 */   -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.11);
/* 1819 */   box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.11);
/* 1820 */ }
/* 1821 */ .ilightbox-thumbnails.smooth.ilightbox-vertical .ilightbox-thumbnails-grid .ilightbox-thumbnail {
/* 1822 */   margin-bottom: -10px;
/* 1823 */ }
/* 1824 */ .ilightbox-thumbnails.smooth.ilightbox-horizontal .ilightbox-thumbnails-grid .ilightbox-thumbnail {
/* 1825 */   margin-right: -10px;
/* 1826 */ }
/* 1827 */ .ilightbox-thumbnails.smooth .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
/* 1828 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/thumb-overlay-play.png) no-repeat center;
/* 1829 */ }
/* 1830 */ /* Configure arrow buttons */
/* 1831 */ .ilightbox-button.smooth.disabled {
/* 1832 */   opacity: 0.1;
/* 1833 */   filter: alpha(opacity=10);
/* 1834 */   cursor: default;
/* 1835 */ }
/* 1836 */ .ilightbox-button.smooth span {
/* 1837 */   display: block;
/* 1838 */   width: 100%;
/* 1839 */   height: 100%;
/* 1840 */ }
/* 1841 */ .ilightbox-button.smooth {
/* 1842 */   bottom: 0;
/* 1843 */   right: 0;
/* 1844 */   left: 0;
/* 1845 */   -: ;left/*\**/: 45%\9;
/* 1846 */   /* IE7-8 */
/* 1847 */   -: ;right/*\**/: auto\9;
/* 1848 */   /* IE7-8 */
/* 1849 */   width: 120px;
/* 1850 */   height: 70px;

/* ilightbox.css */

/* 1851 */   margin: auto;
/* 1852 */   background: url(/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/arrows_vertical.png) no-repeat 50% -110px;
/* 1853 */   background-color: #000;
/* 1854 */   background-color: rgba(0, 0, 0, 0.5);
/* 1855 */   border: rgba(255, 255, 255, 0.2) 1px solid;
/* 1856 */   -: ;border/*\**/: rgb(100,100,100) 1px solid\9;
/* 1857 */   /* IE7-8 */
/* 1858 */ }
/* 1859 */ .ilightbox-button.ilightbox-next-button.smooth {
/* 1860 */   border-bottom: 0;
/* 1861 */ }
/* 1862 */ .ilightbox-button.ilightbox-prev-button.smooth {
/* 1863 */   top: 0;
/* 1864 */   bottom: auto;
/* 1865 */   background-position: 50% -15px;
/* 1866 */   border-top: 0;
/* 1867 */ }
/* 1868 */ .ilightbox-button.smooth.horizontal {
/* 1869 */   right: 0;
/* 1870 */   left: auto;
/* 1871 */   top: 0;
/* 1872 */   bottom: 0;
/* 1873 */   -: ;top/*\**/: 41%\9;
/* 1874 */   /* IE7-8 */
/* 1875 */   -: ;bottom/*\**/: auto\9;
/* 1876 */   /* IE7-8 */
/* 1877 */   width: 70px;
/* 1878 */   height: 120px;
/* 1879 */   background-image: url(/wp-content/themes/Avada/assets/images/iLightbox/smooth-skin/arrows_horizontal.png);
/* 1880 */   background-position: -110px 50%;
/* 1881 */   border: rgba(255, 255, 255, 0.2) 1px solid;
/* 1882 */   -: ;border/*\**/: rgb(100,100,100) 1px solid\9;
/* 1883 */   /* IE7-8 */
/* 1884 */ }
/* 1885 */ .ilightbox-button.ilightbox-next-button.smooth.horizontal {
/* 1886 */   border-right: 0;
/* 1887 */ }
/* 1888 */ .ilightbox-button.ilightbox-prev-button.smooth.horizontal {
/* 1889 */   right: auto;
/* 1890 */   left: 0;
/* 1891 */   background-position: -18px 50%;
/* 1892 */   border-left: 0;
/* 1893 */ }
/* 1894 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie
currentDir : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada

*/

/* animations.css */

/* 1    */ @-webkit-keyframes flash {
/* 2    */   0%,
/* 3    */   50%,
/* 4    */   100% {
/* 5    */     opacity: 1;
/* 6    */   }
/* 7    */   25%,
/* 8    */   75% {
/* 9    */     opacity: 0;
/* 10   */   }
/* 11   */ }
/* 12   */ @-moz-keyframes flash {
/* 13   */   0%,
/* 14   */   50%,
/* 15   */   100% {
/* 16   */     opacity: 1;
/* 17   */   }
/* 18   */   25%,
/* 19   */   75% {
/* 20   */     opacity: 0;
/* 21   */   }
/* 22   */ }
/* 23   */ @-o-keyframes flash {
/* 24   */   0%,
/* 25   */   50%,
/* 26   */   100% {
/* 27   */     opacity: 1;
/* 28   */   }
/* 29   */   25%,
/* 30   */   75% {
/* 31   */     opacity: 0;
/* 32   */   }
/* 33   */ }
/* 34   */ @keyframes flash {
/* 35   */   0%,
/* 36   */   50%,
/* 37   */   100% {
/* 38   */     opacity: 1;
/* 39   */   }
/* 40   */   25%,
/* 41   */   75% {
/* 42   */     opacity: 0;
/* 43   */   }
/* 44   */ }
/* 45   */ @-webkit-keyframes shake {
/* 46   */   0%,
/* 47   */   100% {
/* 48   */     -webkit-transform: translateX(0);
/* 49   */   }
/* 50   */   10%,

/* animations.css */

/* 51   */   30%,
/* 52   */   50%,
/* 53   */   70%,
/* 54   */   90% {
/* 55   */     -webkit-transform: translateX(-10px);
/* 56   */   }
/* 57   */   20%,
/* 58   */   40%,
/* 59   */   60%,
/* 60   */   80% {
/* 61   */     -webkit-transform: translateX(10px);
/* 62   */   }
/* 63   */ }
/* 64   */ @-moz-keyframes shake {
/* 65   */   0%,
/* 66   */   100% {
/* 67   */     -moz-transform: translateX(0);
/* 68   */   }
/* 69   */   10%,
/* 70   */   30%,
/* 71   */   50%,
/* 72   */   70%,
/* 73   */   90% {
/* 74   */     -moz-transform: translateX(-10px);
/* 75   */   }
/* 76   */   20%,
/* 77   */   40%,
/* 78   */   60%,
/* 79   */   80% {
/* 80   */     -moz-transform: translateX(10px);
/* 81   */   }
/* 82   */ }
/* 83   */ @-o-keyframes shake {
/* 84   */   0%,
/* 85   */   100% {
/* 86   */     -o-transform: translateX(0);
/* 87   */   }
/* 88   */   10%,
/* 89   */   30%,
/* 90   */   50%,
/* 91   */   70%,
/* 92   */   90% {
/* 93   */     -o-transform: translateX(-10px);
/* 94   */   }
/* 95   */   20%,
/* 96   */   40%,
/* 97   */   60%,
/* 98   */   80% {
/* 99   */     -o-transform: translateX(10px);
/* 100  */   }

/* animations.css */

/* 101  */ }
/* 102  */ @keyframes shake {
/* 103  */   0%,
/* 104  */   100% {
/* 105  */     transform: translateX(0);
/* 106  */   }
/* 107  */   10%,
/* 108  */   30%,
/* 109  */   50%,
/* 110  */   70%,
/* 111  */   90% {
/* 112  */     transform: translateX(-10px);
/* 113  */   }
/* 114  */   20%,
/* 115  */   40%,
/* 116  */   60%,
/* 117  */   80% {
/* 118  */     transform: translateX(10px);
/* 119  */   }
/* 120  */ }
/* 121  */ @-webkit-keyframes bounce {
/* 122  */   0%,
/* 123  */   20%,
/* 124  */   50%,
/* 125  */   80%,
/* 126  */   100% {
/* 127  */     -webkit-transform: translateY(0);
/* 128  */   }
/* 129  */   40% {
/* 130  */     -webkit-transform: translateY(-30px);
/* 131  */   }
/* 132  */   60% {
/* 133  */     -webkit-transform: translateY(-15px);
/* 134  */   }
/* 135  */ }
/* 136  */ @-moz-keyframes bounce {
/* 137  */   0%,
/* 138  */   20%,
/* 139  */   50%,
/* 140  */   80%,
/* 141  */   100% {
/* 142  */     -moz-transform: translateY(0);
/* 143  */   }
/* 144  */   40% {
/* 145  */     -moz-transform: translateY(-30px);
/* 146  */   }
/* 147  */   60% {
/* 148  */     -moz-transform: translateY(-15px);
/* 149  */   }
/* 150  */ }

/* animations.css */

/* 151  */ @-o-keyframes bounce {
/* 152  */   0%,
/* 153  */   20%,
/* 154  */   50%,
/* 155  */   80%,
/* 156  */   100% {
/* 157  */     -o-transform: translateY(0);
/* 158  */   }
/* 159  */   40% {
/* 160  */     -o-transform: translateY(-30px);
/* 161  */   }
/* 162  */   60% {
/* 163  */     -o-transform: translateY(-15px);
/* 164  */   }
/* 165  */ }
/* 166  */ @keyframes bounce {
/* 167  */   0%,
/* 168  */   20%,
/* 169  */   50%,
/* 170  */   80%,
/* 171  */   100% {
/* 172  */     transform: translateY(0);
/* 173  */   }
/* 174  */   40% {
/* 175  */     transform: translateY(-30px);
/* 176  */   }
/* 177  */   60% {
/* 178  */     transform: translateY(-15px);
/* 179  */   }
/* 180  */ }
/* 181  */ @-webkit-keyframes fadeIn {
/* 182  */   0% {
/* 183  */     opacity: 0;
/* 184  */   }
/* 185  */   100% {
/* 186  */     opacity: 1;
/* 187  */   }
/* 188  */ }
/* 189  */ @-moz-keyframes fadeIn {
/* 190  */   0% {
/* 191  */     opacity: 0;
/* 192  */   }
/* 193  */   100% {
/* 194  */     opacity: 1;
/* 195  */   }
/* 196  */ }
/* 197  */ @-o-keyframes fadeIn {
/* 198  */   0% {
/* 199  */     opacity: 0;
/* 200  */   }

/* animations.css */

/* 201  */   100% {
/* 202  */     opacity: 1;
/* 203  */   }
/* 204  */ }
/* 205  */ @keyframes fadeIn {
/* 206  */   0% {
/* 207  */     opacity: 0;
/* 208  */   }
/* 209  */   100% {
/* 210  */     opacity: 1;
/* 211  */   }
/* 212  */ }
/* 213  */ @-webkit-keyframes fadeInUp {
/* 214  */   0% {
/* 215  */     opacity: 0;
/* 216  */     -webkit-transform: translateY(20px);
/* 217  */   }
/* 218  */   100% {
/* 219  */     opacity: 1;
/* 220  */     -webkit-transform: translateY(0);
/* 221  */   }
/* 222  */ }
/* 223  */ @-moz-keyframes fadeInUp {
/* 224  */   0% {
/* 225  */     opacity: 0;
/* 226  */     -moz-transform: translateY(20px);
/* 227  */   }
/* 228  */   100% {
/* 229  */     opacity: 1;
/* 230  */     -moz-transform: translateY(0);
/* 231  */   }
/* 232  */ }
/* 233  */ @-o-keyframes fadeInUp {
/* 234  */   0% {
/* 235  */     opacity: 0;
/* 236  */     -o-transform: translateY(20px);
/* 237  */   }
/* 238  */   100% {
/* 239  */     opacity: 1;
/* 240  */     -o-transform: translateY(0);
/* 241  */   }
/* 242  */ }
/* 243  */ @keyframes fadeInUp {
/* 244  */   0% {
/* 245  */     opacity: 0;
/* 246  */     transform: translateY(20px);
/* 247  */   }
/* 248  */   100% {
/* 249  */     opacity: 1;
/* 250  */     transform: translateY(0);

/* animations.css */

/* 251  */   }
/* 252  */ }
/* 253  */ @-webkit-keyframes fadeInDown {
/* 254  */   0% {
/* 255  */     opacity: 0;
/* 256  */     -webkit-transform: translateY(-20px);
/* 257  */   }
/* 258  */   100% {
/* 259  */     opacity: 1;
/* 260  */     -webkit-transform: translateY(0);
/* 261  */   }
/* 262  */ }
/* 263  */ @-moz-keyframes fadeInDown {
/* 264  */   0% {
/* 265  */     opacity: 0;
/* 266  */     -moz-transform: translateY(-20px);
/* 267  */   }
/* 268  */   100% {
/* 269  */     opacity: 1;
/* 270  */     -moz-transform: translateY(0);
/* 271  */   }
/* 272  */ }
/* 273  */ @-o-keyframes fadeInDown {
/* 274  */   0% {
/* 275  */     opacity: 0;
/* 276  */     -o-transform: translateY(-20px);
/* 277  */   }
/* 278  */   100% {
/* 279  */     opacity: 1;
/* 280  */     -o-transform: translateY(0);
/* 281  */   }
/* 282  */ }
/* 283  */ @keyframes fadeInDown {
/* 284  */   0% {
/* 285  */     opacity: 0;
/* 286  */     transform: translateY(-20px);
/* 287  */   }
/* 288  */   100% {
/* 289  */     opacity: 1;
/* 290  */     transform: translateY(0);
/* 291  */   }
/* 292  */ }
/* 293  */ @-webkit-keyframes fadeInLeft {
/* 294  */   0% {
/* 295  */     opacity: 0;
/* 296  */     -webkit-transform: translateX(-20px);
/* 297  */   }
/* 298  */   100% {
/* 299  */     opacity: 1;
/* 300  */     -webkit-transform: translateX(0);

/* animations.css */

/* 301  */   }
/* 302  */ }
/* 303  */ @-moz-keyframes fadeInLeft {
/* 304  */   0% {
/* 305  */     opacity: 0;
/* 306  */     -moz-transform: translateX(-20px);
/* 307  */   }
/* 308  */   100% {
/* 309  */     opacity: 1;
/* 310  */     -moz-transform: translateX(0);
/* 311  */   }
/* 312  */ }
/* 313  */ @-o-keyframes fadeInLeft {
/* 314  */   0% {
/* 315  */     opacity: 0;
/* 316  */     -o-transform: translateX(-20px);
/* 317  */   }
/* 318  */   100% {
/* 319  */     opacity: 1;
/* 320  */     -o-transform: translateX(0);
/* 321  */   }
/* 322  */ }
/* 323  */ @keyframes fadeInLeft {
/* 324  */   0% {
/* 325  */     opacity: 0;
/* 326  */     transform: translateX(-20px);
/* 327  */   }
/* 328  */   100% {
/* 329  */     opacity: 1;
/* 330  */     transform: translateX(0);
/* 331  */   }
/* 332  */ }
/* 333  */ @-webkit-keyframes fadeInRight {
/* 334  */   0% {
/* 335  */     opacity: 0;
/* 336  */     -webkit-transform: translateX(20px);
/* 337  */   }
/* 338  */   100% {
/* 339  */     opacity: 1;
/* 340  */     -webkit-transform: translateX(0);
/* 341  */   }
/* 342  */ }
/* 343  */ @-moz-keyframes fadeInRight {
/* 344  */   0% {
/* 345  */     opacity: 0;
/* 346  */     -moz-transform: translateX(20px);
/* 347  */   }
/* 348  */   100% {
/* 349  */     opacity: 1;
/* 350  */     -moz-transform: translateX(0);

/* animations.css */

/* 351  */   }
/* 352  */ }
/* 353  */ @-o-keyframes fadeInRight {
/* 354  */   0% {
/* 355  */     opacity: 0;
/* 356  */     -o-transform: translateX(20px);
/* 357  */   }
/* 358  */   100% {
/* 359  */     opacity: 1;
/* 360  */     -o-transform: translateX(0);
/* 361  */   }
/* 362  */ }
/* 363  */ @keyframes fadeInRight {
/* 364  */   0% {
/* 365  */     opacity: 0;
/* 366  */     transform: translateX(20px);
/* 367  */   }
/* 368  */   100% {
/* 369  */     opacity: 1;
/* 370  */     transform: translateX(0);
/* 371  */   }
/* 372  */ }
/* 373  */ @-webkit-keyframes fadeInUpBig {
/* 374  */   0% {
/* 375  */     opacity: 0;
/* 376  */     -webkit-transform: translateY(2000px);
/* 377  */   }
/* 378  */   100% {
/* 379  */     opacity: 1;
/* 380  */     -webkit-transform: translateY(0);
/* 381  */   }
/* 382  */ }
/* 383  */ @-moz-keyframes fadeInUpBig {
/* 384  */   0% {
/* 385  */     opacity: 0;
/* 386  */     -moz-transform: translateY(2000px);
/* 387  */   }
/* 388  */   100% {
/* 389  */     opacity: 1;
/* 390  */     -moz-transform: translateY(0);
/* 391  */   }
/* 392  */ }
/* 393  */ @-o-keyframes fadeInUpBig {
/* 394  */   0% {
/* 395  */     opacity: 0;
/* 396  */     -o-transform: translateY(2000px);
/* 397  */   }
/* 398  */   100% {
/* 399  */     opacity: 1;
/* 400  */     -o-transform: translateY(0);

/* animations.css */

/* 401  */   }
/* 402  */ }
/* 403  */ @keyframes fadeInUpBig {
/* 404  */   0% {
/* 405  */     opacity: 0;
/* 406  */     transform: translateY(2000px);
/* 407  */   }
/* 408  */   100% {
/* 409  */     opacity: 1;
/* 410  */     transform: translateY(0);
/* 411  */   }
/* 412  */ }
/* 413  */ @-webkit-keyframes fadeInDownBig {
/* 414  */   0% {
/* 415  */     opacity: 0;
/* 416  */     -webkit-transform: translateY(-2000px);
/* 417  */   }
/* 418  */   100% {
/* 419  */     opacity: 1;
/* 420  */     -webkit-transform: translateY(0);
/* 421  */   }
/* 422  */ }
/* 423  */ @-moz-keyframes fadeInDownBig {
/* 424  */   0% {
/* 425  */     opacity: 0;
/* 426  */     -moz-transform: translateY(-2000px);
/* 427  */   }
/* 428  */   100% {
/* 429  */     opacity: 1;
/* 430  */     -moz-transform: translateY(0);
/* 431  */   }
/* 432  */ }
/* 433  */ @-o-keyframes fadeInDownBig {
/* 434  */   0% {
/* 435  */     opacity: 0;
/* 436  */     -o-transform: translateY(-2000px);
/* 437  */   }
/* 438  */   100% {
/* 439  */     opacity: 1;
/* 440  */     -o-transform: translateY(0);
/* 441  */   }
/* 442  */ }
/* 443  */ @keyframes fadeInDownBig {
/* 444  */   0% {
/* 445  */     opacity: 0;
/* 446  */     transform: translateY(-2000px);
/* 447  */   }
/* 448  */   100% {
/* 449  */     opacity: 1;
/* 450  */     transform: translateY(0);

/* animations.css */

/* 451  */   }
/* 452  */ }
/* 453  */ @-webkit-keyframes fadeInLeftBig {
/* 454  */   0% {
/* 455  */     opacity: 0;
/* 456  */     -webkit-transform: translateX(-2000px);
/* 457  */   }
/* 458  */   100% {
/* 459  */     opacity: 1;
/* 460  */     -webkit-transform: translateX(0);
/* 461  */   }
/* 462  */ }
/* 463  */ @-moz-keyframes fadeInLeftBig {
/* 464  */   0% {
/* 465  */     opacity: 0;
/* 466  */     -moz-transform: translateX(-2000px);
/* 467  */   }
/* 468  */   100% {
/* 469  */     opacity: 1;
/* 470  */     -moz-transform: translateX(0);
/* 471  */   }
/* 472  */ }
/* 473  */ @-o-keyframes fadeInLeftBig {
/* 474  */   0% {
/* 475  */     opacity: 0;
/* 476  */     -o-transform: translateX(-2000px);
/* 477  */   }
/* 478  */   100% {
/* 479  */     opacity: 1;
/* 480  */     -o-transform: translateX(0);
/* 481  */   }
/* 482  */ }
/* 483  */ @keyframes fadeInLeftBig {
/* 484  */   0% {
/* 485  */     opacity: 0;
/* 486  */     transform: translateX(-2000px);
/* 487  */   }
/* 488  */   100% {
/* 489  */     opacity: 1;
/* 490  */     transform: translateX(0);
/* 491  */   }
/* 492  */ }
/* 493  */ @-webkit-keyframes fadeInRightBig {
/* 494  */   0% {
/* 495  */     opacity: 0;
/* 496  */     -webkit-transform: translateX(2000px);
/* 497  */   }
/* 498  */   100% {
/* 499  */     opacity: 1;
/* 500  */     -webkit-transform: translateX(0);

/* animations.css */

/* 501  */   }
/* 502  */ }
/* 503  */ @-moz-keyframes fadeInRightBig {
/* 504  */   0% {
/* 505  */     opacity: 0;
/* 506  */     -moz-transform: translateX(2000px);
/* 507  */   }
/* 508  */   100% {
/* 509  */     opacity: 1;
/* 510  */     -moz-transform: translateX(0);
/* 511  */   }
/* 512  */ }
/* 513  */ @-o-keyframes fadeInRightBig {
/* 514  */   0% {
/* 515  */     opacity: 0;
/* 516  */     -o-transform: translateX(2000px);
/* 517  */   }
/* 518  */   100% {
/* 519  */     opacity: 1;
/* 520  */     -o-transform: translateX(0);
/* 521  */   }
/* 522  */ }
/* 523  */ @keyframes fadeInRightBig {
/* 524  */   0% {
/* 525  */     opacity: 0;
/* 526  */     transform: translateX(2000px);
/* 527  */   }
/* 528  */   100% {
/* 529  */     opacity: 1;
/* 530  */     transform: translateX(0);
/* 531  */   }
/* 532  */ }
/* 533  */ @-webkit-keyframes fadeOut {
/* 534  */   0% {
/* 535  */     opacity: 1;
/* 536  */   }
/* 537  */   100% {
/* 538  */     opacity: 0;
/* 539  */   }
/* 540  */ }
/* 541  */ @-moz-keyframes fadeOut {
/* 542  */   0% {
/* 543  */     opacity: 1;
/* 544  */   }
/* 545  */   100% {
/* 546  */     opacity: 0;
/* 547  */   }
/* 548  */ }
/* 549  */ @-o-keyframes fadeOut {
/* 550  */   0% {

/* animations.css */

/* 551  */     opacity: 1;
/* 552  */   }
/* 553  */   100% {
/* 554  */     opacity: 0;
/* 555  */   }
/* 556  */ }
/* 557  */ @keyframes fadeOut {
/* 558  */   0% {
/* 559  */     opacity: 1;
/* 560  */   }
/* 561  */   100% {
/* 562  */     opacity: 0;
/* 563  */   }
/* 564  */ }
/* 565  */ @-webkit-keyframes fadeOutUp {
/* 566  */   0% {
/* 567  */     opacity: 1;
/* 568  */     -webkit-transform: translateY(0);
/* 569  */   }
/* 570  */   100% {
/* 571  */     opacity: 0;
/* 572  */     -webkit-transform: translateY(-20px);
/* 573  */   }
/* 574  */ }
/* 575  */ @-moz-keyframes fadeOutUp {
/* 576  */   0% {
/* 577  */     opacity: 1;
/* 578  */     -moz-transform: translateY(0);
/* 579  */   }
/* 580  */   100% {
/* 581  */     opacity: 0;
/* 582  */     -moz-transform: translateY(-20px);
/* 583  */   }
/* 584  */ }
/* 585  */ @-o-keyframes fadeOutUp {
/* 586  */   0% {
/* 587  */     opacity: 1;
/* 588  */     -o-transform: translateY(0);
/* 589  */   }
/* 590  */   100% {
/* 591  */     opacity: 0;
/* 592  */     -o-transform: translateY(-20px);
/* 593  */   }
/* 594  */ }
/* 595  */ @keyframes fadeOutUp {
/* 596  */   0% {
/* 597  */     opacity: 1;
/* 598  */     transform: translateY(0);
/* 599  */   }
/* 600  */   100% {

/* animations.css */

/* 601  */     opacity: 0;
/* 602  */     transform: translateY(-20px);
/* 603  */   }
/* 604  */ }
/* 605  */ @-webkit-keyframes fadeOutDown {
/* 606  */   0% {
/* 607  */     opacity: 1;
/* 608  */     -webkit-transform: translateY(0);
/* 609  */   }
/* 610  */   100% {
/* 611  */     opacity: 0;
/* 612  */     -webkit-transform: translateY(20px);
/* 613  */   }
/* 614  */ }
/* 615  */ @-moz-keyframes fadeOutDown {
/* 616  */   0% {
/* 617  */     opacity: 1;
/* 618  */     -moz-transform: translateY(0);
/* 619  */   }
/* 620  */   100% {
/* 621  */     opacity: 0;
/* 622  */     -moz-transform: translateY(20px);
/* 623  */   }
/* 624  */ }
/* 625  */ @-o-keyframes fadeOutDown {
/* 626  */   0% {
/* 627  */     opacity: 1;
/* 628  */     -o-transform: translateY(0);
/* 629  */   }
/* 630  */   100% {
/* 631  */     opacity: 0;
/* 632  */     -o-transform: translateY(20px);
/* 633  */   }
/* 634  */ }
/* 635  */ @keyframes fadeOutDown {
/* 636  */   0% {
/* 637  */     opacity: 1;
/* 638  */     transform: translateY(0);
/* 639  */   }
/* 640  */   100% {
/* 641  */     opacity: 0;
/* 642  */     transform: translateY(20px);
/* 643  */   }
/* 644  */ }
/* 645  */ @-webkit-keyframes fadeOutLeft {
/* 646  */   0% {
/* 647  */     opacity: 1;
/* 648  */     -webkit-transform: translateX(0);
/* 649  */   }
/* 650  */   100% {

/* animations.css */

/* 651  */     opacity: 0;
/* 652  */     -webkit-transform: translateX(-20px);
/* 653  */   }
/* 654  */ }
/* 655  */ @-moz-keyframes fadeOutLeft {
/* 656  */   0% {
/* 657  */     opacity: 1;
/* 658  */     -moz-transform: translateX(0);
/* 659  */   }
/* 660  */   100% {
/* 661  */     opacity: 0;
/* 662  */     -moz-transform: translateX(-20px);
/* 663  */   }
/* 664  */ }
/* 665  */ @-o-keyframes fadeOutLeft {
/* 666  */   0% {
/* 667  */     opacity: 1;
/* 668  */     -o-transform: translateX(0);
/* 669  */   }
/* 670  */   100% {
/* 671  */     opacity: 0;
/* 672  */     -o-transform: translateX(-20px);
/* 673  */   }
/* 674  */ }
/* 675  */ @keyframes fadeOutLeft {
/* 676  */   0% {
/* 677  */     opacity: 1;
/* 678  */     transform: translateX(0);
/* 679  */   }
/* 680  */   100% {
/* 681  */     opacity: 0;
/* 682  */     transform: translateX(-20px);
/* 683  */   }
/* 684  */ }
/* 685  */ @-webkit-keyframes fadeOutRight {
/* 686  */   0% {
/* 687  */     opacity: 1;
/* 688  */     -webkit-transform: translateX(0);
/* 689  */   }
/* 690  */   100% {
/* 691  */     opacity: 0;
/* 692  */     -webkit-transform: translateX(20px);
/* 693  */   }
/* 694  */ }
/* 695  */ @-moz-keyframes fadeOutRight {
/* 696  */   0% {
/* 697  */     opacity: 1;
/* 698  */     -moz-transform: translateX(0);
/* 699  */   }
/* 700  */   100% {

/* animations.css */

/* 701  */     opacity: 0;
/* 702  */     -moz-transform: translateX(20px);
/* 703  */   }
/* 704  */ }
/* 705  */ @-o-keyframes fadeOutRight {
/* 706  */   0% {
/* 707  */     opacity: 1;
/* 708  */     -o-transform: translateX(0);
/* 709  */   }
/* 710  */   100% {
/* 711  */     opacity: 0;
/* 712  */     -o-transform: translateX(20px);
/* 713  */   }
/* 714  */ }
/* 715  */ @keyframes fadeOutRight {
/* 716  */   0% {
/* 717  */     opacity: 1;
/* 718  */     transform: translateX(0);
/* 719  */   }
/* 720  */   100% {
/* 721  */     opacity: 0;
/* 722  */     transform: translateX(20px);
/* 723  */   }
/* 724  */ }
/* 725  */ @-webkit-keyframes fadeOutUpBig {
/* 726  */   0% {
/* 727  */     opacity: 1;
/* 728  */     -webkit-transform: translateY(0);
/* 729  */   }
/* 730  */   100% {
/* 731  */     opacity: 0;
/* 732  */     -webkit-transform: translateY(-2000px);
/* 733  */   }
/* 734  */ }
/* 735  */ @-moz-keyframes fadeOutUpBig {
/* 736  */   0% {
/* 737  */     opacity: 1;
/* 738  */     -moz-transform: translateY(0);
/* 739  */   }
/* 740  */   100% {
/* 741  */     opacity: 0;
/* 742  */     -moz-transform: translateY(-2000px);
/* 743  */   }
/* 744  */ }
/* 745  */ @-o-keyframes fadeOutUpBig {
/* 746  */   0% {
/* 747  */     opacity: 1;
/* 748  */     -o-transform: translateY(0);
/* 749  */   }
/* 750  */   100% {

/* animations.css */

/* 751  */     opacity: 0;
/* 752  */     -o-transform: translateY(-2000px);
/* 753  */   }
/* 754  */ }
/* 755  */ @keyframes fadeOutUpBig {
/* 756  */   0% {
/* 757  */     opacity: 1;
/* 758  */     transform: translateY(0);
/* 759  */   }
/* 760  */   100% {
/* 761  */     opacity: 0;
/* 762  */     transform: translateY(-2000px);
/* 763  */   }
/* 764  */ }
/* 765  */ @-webkit-keyframes fadeOutDownBig {
/* 766  */   0% {
/* 767  */     opacity: 1;
/* 768  */     -webkit-transform: translateY(0);
/* 769  */   }
/* 770  */   100% {
/* 771  */     opacity: 0;
/* 772  */     -webkit-transform: translateY(2000px);
/* 773  */   }
/* 774  */ }
/* 775  */ @-moz-keyframes fadeOutDownBig {
/* 776  */   0% {
/* 777  */     opacity: 1;
/* 778  */     -moz-transform: translateY(0);
/* 779  */   }
/* 780  */   100% {
/* 781  */     opacity: 0;
/* 782  */     -moz-transform: translateY(2000px);
/* 783  */   }
/* 784  */ }
/* 785  */ @-o-keyframes fadeOutDownBig {
/* 786  */   0% {
/* 787  */     opacity: 1;
/* 788  */     -o-transform: translateY(0);
/* 789  */   }
/* 790  */   100% {
/* 791  */     opacity: 0;
/* 792  */     -o-transform: translateY(2000px);
/* 793  */   }
/* 794  */ }
/* 795  */ @keyframes fadeOutDownBig {
/* 796  */   0% {
/* 797  */     opacity: 1;
/* 798  */     transform: translateY(0);
/* 799  */   }
/* 800  */   100% {

/* animations.css */

/* 801  */     opacity: 0;
/* 802  */     transform: translateY(2000px);
/* 803  */   }
/* 804  */ }
/* 805  */ @-webkit-keyframes fadeOutLeftBig {
/* 806  */   0% {
/* 807  */     opacity: 1;
/* 808  */     -webkit-transform: translateX(0);
/* 809  */   }
/* 810  */   100% {
/* 811  */     opacity: 0;
/* 812  */     -webkit-transform: translateX(-2000px);
/* 813  */   }
/* 814  */ }
/* 815  */ @-moz-keyframes fadeOutLeftBig {
/* 816  */   0% {
/* 817  */     opacity: 1;
/* 818  */     -moz-transform: translateX(0);
/* 819  */   }
/* 820  */   100% {
/* 821  */     opacity: 0;
/* 822  */     -moz-transform: translateX(-2000px);
/* 823  */   }
/* 824  */ }
/* 825  */ @-o-keyframes fadeOutLeftBig {
/* 826  */   0% {
/* 827  */     opacity: 1;
/* 828  */     -o-transform: translateX(0);
/* 829  */   }
/* 830  */   100% {
/* 831  */     opacity: 0;
/* 832  */     -o-transform: translateX(-2000px);
/* 833  */   }
/* 834  */ }
/* 835  */ @keyframes fadeOutLeftBig {
/* 836  */   0% {
/* 837  */     opacity: 1;
/* 838  */     transform: translateX(0);
/* 839  */   }
/* 840  */   100% {
/* 841  */     opacity: 0;
/* 842  */     transform: translateX(-2000px);
/* 843  */   }
/* 844  */ }
/* 845  */ @-webkit-keyframes fadeOutRightBig {
/* 846  */   0% {
/* 847  */     opacity: 1;
/* 848  */     -webkit-transform: translateX(0);
/* 849  */   }
/* 850  */   100% {

/* animations.css */

/* 851  */     opacity: 0;
/* 852  */     -webkit-transform: translateX(2000px);
/* 853  */   }
/* 854  */ }
/* 855  */ @-moz-keyframes fadeOutRightBig {
/* 856  */   0% {
/* 857  */     opacity: 1;
/* 858  */     -moz-transform: translateX(0);
/* 859  */   }
/* 860  */   100% {
/* 861  */     opacity: 0;
/* 862  */     -moz-transform: translateX(2000px);
/* 863  */   }
/* 864  */ }
/* 865  */ @-o-keyframes fadeOutRightBig {
/* 866  */   0% {
/* 867  */     opacity: 1;
/* 868  */     -o-transform: translateX(0);
/* 869  */   }
/* 870  */   100% {
/* 871  */     opacity: 0;
/* 872  */     -o-transform: translateX(2000px);
/* 873  */   }
/* 874  */ }
/* 875  */ @keyframes fadeOutRightBig {
/* 876  */   0% {
/* 877  */     opacity: 1;
/* 878  */     transform: translateX(0);
/* 879  */   }
/* 880  */   100% {
/* 881  */     opacity: 0;
/* 882  */     transform: translateX(2000px);
/* 883  */   }
/* 884  */ }
/* 885  */ @-webkit-keyframes slideInDown {
/* 886  */   0% {
/* 887  */     opacity: 0;
/* 888  */     -webkit-transform: translateY(-2000px);
/* 889  */   }
/* 890  */   100% {
/* 891  */     -webkit-transform: translateY(0);
/* 892  */   }
/* 893  */ }
/* 894  */ @-moz-keyframes slideInDown {
/* 895  */   0% {
/* 896  */     opacity: 0;
/* 897  */     -moz-transform: translateY(-2000px);
/* 898  */   }
/* 899  */   100% {
/* 900  */     -moz-transform: translateY(0);

/* animations.css */

/* 901  */   }
/* 902  */ }
/* 903  */ @-o-keyframes slideInDown {
/* 904  */   0% {
/* 905  */     opacity: 0;
/* 906  */     -o-transform: translateY(-2000px);
/* 907  */   }
/* 908  */   100% {
/* 909  */     -o-transform: translateY(0);
/* 910  */   }
/* 911  */ }
/* 912  */ @keyframes slideInDown {
/* 913  */   0% {
/* 914  */     opacity: 0;
/* 915  */     transform: translateY(-2000px);
/* 916  */   }
/* 917  */   100% {
/* 918  */     transform: translateY(0);
/* 919  */   }
/* 920  */ }
/* 921  */ @-webkit-keyframes slideInLeft {
/* 922  */   0% {
/* 923  */     opacity: 0;
/* 924  */     -webkit-transform: translateX(-2000px);
/* 925  */   }
/* 926  */   100% {
/* 927  */     -webkit-transform: translateX(0);
/* 928  */   }
/* 929  */ }
/* 930  */ @-moz-keyframes slideInLeft {
/* 931  */   0% {
/* 932  */     opacity: 0;
/* 933  */     -moz-transform: translateX(-2000px);
/* 934  */   }
/* 935  */   100% {
/* 936  */     -moz-transform: translateX(0);
/* 937  */   }
/* 938  */ }
/* 939  */ @-o-keyframes slideInLeft {
/* 940  */   0% {
/* 941  */     opacity: 0;
/* 942  */     -o-transform: translateX(-2000px);
/* 943  */   }
/* 944  */   100% {
/* 945  */     -o-transform: translateX(0);
/* 946  */   }
/* 947  */ }
/* 948  */ @keyframes slideInLeft {
/* 949  */   0% {
/* 950  */     opacity: 0;

/* animations.css */

/* 951  */     transform: translateX(-2000px);
/* 952  */   }
/* 953  */   100% {
/* 954  */     transform: translateX(0);
/* 955  */   }
/* 956  */ }
/* 957  */ @-webkit-keyframes slideInRight {
/* 958  */   0% {
/* 959  */     opacity: 0;
/* 960  */     -webkit-transform: translateX(2000px);
/* 961  */   }
/* 962  */   100% {
/* 963  */     -webkit-transform: translateX(0);
/* 964  */   }
/* 965  */ }
/* 966  */ @-moz-keyframes slideInRight {
/* 967  */   0% {
/* 968  */     opacity: 0;
/* 969  */     -moz-transform: translateX(2000px);
/* 970  */   }
/* 971  */   100% {
/* 972  */     -moz-transform: translateX(0);
/* 973  */   }
/* 974  */ }
/* 975  */ @-o-keyframes slideInRight {
/* 976  */   0% {
/* 977  */     opacity: 0;
/* 978  */     -o-transform: translateX(2000px);
/* 979  */   }
/* 980  */   100% {
/* 981  */     -o-transform: translateX(0);
/* 982  */   }
/* 983  */ }
/* 984  */ @keyframes slideInRight {
/* 985  */   0% {
/* 986  */     opacity: 0;
/* 987  */     transform: translateX(2000px);
/* 988  */   }
/* 989  */   100% {
/* 990  */     transform: translateX(0);
/* 991  */   }
/* 992  */ }
/* 993  */ @-webkit-keyframes slideOutUp {
/* 994  */   0% {
/* 995  */     -webkit-transform: translateY(0);
/* 996  */   }
/* 997  */   100% {
/* 998  */     opacity: 0;
/* 999  */     -webkit-transform: translateY(-2000px);
/* 1000 */   }

/* animations.css */

/* 1001 */ }
/* 1002 */ @-moz-keyframes slideOutUp {
/* 1003 */   0% {
/* 1004 */     -moz-transform: translateY(0);
/* 1005 */   }
/* 1006 */   100% {
/* 1007 */     opacity: 0;
/* 1008 */     -moz-transform: translateY(-2000px);
/* 1009 */   }
/* 1010 */ }
/* 1011 */ @-o-keyframes slideOutUp {
/* 1012 */   0% {
/* 1013 */     -o-transform: translateY(0);
/* 1014 */   }
/* 1015 */   100% {
/* 1016 */     opacity: 0;
/* 1017 */     -o-transform: translateY(-2000px);
/* 1018 */   }
/* 1019 */ }
/* 1020 */ @keyframes slideOutUp {
/* 1021 */   0% {
/* 1022 */     transform: translateY(0);
/* 1023 */   }
/* 1024 */   100% {
/* 1025 */     opacity: 0;
/* 1026 */     transform: translateY(-2000px);
/* 1027 */   }
/* 1028 */ }
/* 1029 */ @-webkit-keyframes slideOutLeft {
/* 1030 */   0% {
/* 1031 */     -webkit-transform: translateX(0);
/* 1032 */   }
/* 1033 */   100% {
/* 1034 */     opacity: 0;
/* 1035 */     -webkit-transform: translateX(-2000px);
/* 1036 */   }
/* 1037 */ }
/* 1038 */ @-moz-keyframes slideOutLeft {
/* 1039 */   0% {
/* 1040 */     -moz-transform: translateX(0);
/* 1041 */   }
/* 1042 */   100% {
/* 1043 */     opacity: 0;
/* 1044 */     -moz-transform: translateX(-2000px);
/* 1045 */   }
/* 1046 */ }
/* 1047 */ @-o-keyframes slideOutLeft {
/* 1048 */   0% {
/* 1049 */     -o-transform: translateX(0);
/* 1050 */   }

/* animations.css */

/* 1051 */   100% {
/* 1052 */     opacity: 0;
/* 1053 */     -o-transform: translateX(-2000px);
/* 1054 */   }
/* 1055 */ }
/* 1056 */ @keyframes slideOutLeft {
/* 1057 */   0% {
/* 1058 */     transform: translateX(0);
/* 1059 */   }
/* 1060 */   100% {
/* 1061 */     opacity: 0;
/* 1062 */     transform: translateX(-2000px);
/* 1063 */   }
/* 1064 */ }
/* 1065 */ @-webkit-keyframes slideOutRight {
/* 1066 */   0% {
/* 1067 */     -webkit-transform: translateX(0);
/* 1068 */   }
/* 1069 */   100% {
/* 1070 */     opacity: 0;
/* 1071 */     -webkit-transform: translateX(2000px);
/* 1072 */   }
/* 1073 */ }
/* 1074 */ @-moz-keyframes slideOutRight {
/* 1075 */   0% {
/* 1076 */     -moz-transform: translateX(0);
/* 1077 */   }
/* 1078 */   100% {
/* 1079 */     opacity: 0;
/* 1080 */     -moz-transform: translateX(2000px);
/* 1081 */   }
/* 1082 */ }
/* 1083 */ @-o-keyframes slideOutRight {
/* 1084 */   0% {
/* 1085 */     -o-transform: translateX(0);
/* 1086 */   }
/* 1087 */   100% {
/* 1088 */     opacity: 0;
/* 1089 */     -o-transform: translateX(2000px);
/* 1090 */   }
/* 1091 */ }
/* 1092 */ @keyframes slideOutRight {
/* 1093 */   0% {
/* 1094 */     transform: translateX(0);
/* 1095 */   }
/* 1096 */   100% {
/* 1097 */     opacity: 0;
/* 1098 */     transform: translateX(2000px);
/* 1099 */   }
/* 1100 */ }

/* animations.css */

/* 1101 */ @-webkit-keyframes bounceIn {
/* 1102 */   0% {
/* 1103 */     opacity: 0;
/* 1104 */     -webkit-transform: scale(0.3);
/* 1105 */   }
/* 1106 */   50% {
/* 1107 */     opacity: 1;
/* 1108 */     -webkit-transform: scale(1.05);
/* 1109 */   }
/* 1110 */   70% {
/* 1111 */     -webkit-transform: scale(0.9);
/* 1112 */   }
/* 1113 */   100% {
/* 1114 */     -webkit-transform: scale(1);
/* 1115 */   }
/* 1116 */ }
/* 1117 */ @-moz-keyframes bounceIn {
/* 1118 */   0% {
/* 1119 */     opacity: 0;
/* 1120 */     -moz-transform: scale(0.3);
/* 1121 */   }
/* 1122 */   50% {
/* 1123 */     opacity: 1;
/* 1124 */     -moz-transform: scale(1.05);
/* 1125 */   }
/* 1126 */   70% {
/* 1127 */     -moz-transform: scale(0.9);
/* 1128 */   }
/* 1129 */   100% {
/* 1130 */     -moz-transform: scale(1);
/* 1131 */   }
/* 1132 */ }
/* 1133 */ @-o-keyframes bounceIn {
/* 1134 */   0% {
/* 1135 */     opacity: 0;
/* 1136 */     -o-transform: scale(0.3);
/* 1137 */   }
/* 1138 */   50% {
/* 1139 */     opacity: 1;
/* 1140 */     -o-transform: scale(1.05);
/* 1141 */   }
/* 1142 */   70% {
/* 1143 */     -o-transform: scale(0.9);
/* 1144 */   }
/* 1145 */   100% {
/* 1146 */     -o-transform: scale(1);
/* 1147 */   }
/* 1148 */ }
/* 1149 */ @keyframes bounceIn {
/* 1150 */   0% {

/* animations.css */

/* 1151 */     opacity: 0;
/* 1152 */     transform: scale(0.3);
/* 1153 */   }
/* 1154 */   50% {
/* 1155 */     opacity: 1;
/* 1156 */     transform: scale(1.05);
/* 1157 */   }
/* 1158 */   70% {
/* 1159 */     transform: scale(0.9);
/* 1160 */   }
/* 1161 */   100% {
/* 1162 */     transform: scale(1);
/* 1163 */   }
/* 1164 */ }
/* 1165 */ @-webkit-keyframes bounceInUp {
/* 1166 */   0% {
/* 1167 */     opacity: 0;
/* 1168 */     -webkit-transform: translateY(2000px);
/* 1169 */   }
/* 1170 */   60% {
/* 1171 */     opacity: 1;
/* 1172 */     -webkit-transform: translateY(-30px);
/* 1173 */   }
/* 1174 */   80% {
/* 1175 */     -webkit-transform: translateY(10px);
/* 1176 */   }
/* 1177 */   100% {
/* 1178 */     -webkit-transform: translateY(0);
/* 1179 */   }
/* 1180 */ }
/* 1181 */ @-moz-keyframes bounceInUp {
/* 1182 */   0% {
/* 1183 */     opacity: 0;
/* 1184 */     -moz-transform: translateY(2000px);
/* 1185 */   }
/* 1186 */   60% {
/* 1187 */     opacity: 1;
/* 1188 */     -moz-transform: translateY(-30px);
/* 1189 */   }
/* 1190 */   80% {
/* 1191 */     -moz-transform: translateY(10px);
/* 1192 */   }
/* 1193 */   100% {
/* 1194 */     -moz-transform: translateY(0);
/* 1195 */   }
/* 1196 */ }
/* 1197 */ @-o-keyframes bounceInUp {
/* 1198 */   0% {
/* 1199 */     opacity: 0;
/* 1200 */     -o-transform: translateY(2000px);

/* animations.css */

/* 1201 */   }
/* 1202 */   60% {
/* 1203 */     opacity: 1;
/* 1204 */     -o-transform: translateY(-30px);
/* 1205 */   }
/* 1206 */   80% {
/* 1207 */     -o-transform: translateY(10px);
/* 1208 */   }
/* 1209 */   100% {
/* 1210 */     -o-transform: translateY(0);
/* 1211 */   }
/* 1212 */ }
/* 1213 */ @keyframes bounceInUp {
/* 1214 */   0% {
/* 1215 */     opacity: 0;
/* 1216 */     transform: translateY(2000px);
/* 1217 */   }
/* 1218 */   60% {
/* 1219 */     opacity: 1;
/* 1220 */     transform: translateY(-30px);
/* 1221 */   }
/* 1222 */   80% {
/* 1223 */     transform: translateY(10px);
/* 1224 */   }
/* 1225 */   100% {
/* 1226 */     transform: translateY(0);
/* 1227 */   }
/* 1228 */ }
/* 1229 */ @-webkit-keyframes bounceInDown {
/* 1230 */   0% {
/* 1231 */     opacity: 0;
/* 1232 */     -webkit-transform: translateY(-2000px);
/* 1233 */   }
/* 1234 */   60% {
/* 1235 */     opacity: 1;
/* 1236 */     -webkit-transform: translateY(30px);
/* 1237 */   }
/* 1238 */   80% {
/* 1239 */     -webkit-transform: translateY(-10px);
/* 1240 */   }
/* 1241 */   100% {
/* 1242 */     -webkit-transform: translateY(0);
/* 1243 */   }
/* 1244 */ }
/* 1245 */ @-moz-keyframes bounceInDown {
/* 1246 */   0% {
/* 1247 */     opacity: 0;
/* 1248 */     -moz-transform: translateY(-2000px);
/* 1249 */   }
/* 1250 */   60% {

/* animations.css */

/* 1251 */     opacity: 1;
/* 1252 */     -moz-transform: translateY(30px);
/* 1253 */   }
/* 1254 */   80% {
/* 1255 */     -moz-transform: translateY(-10px);
/* 1256 */   }
/* 1257 */   100% {
/* 1258 */     -moz-transform: translateY(0);
/* 1259 */   }
/* 1260 */ }
/* 1261 */ @-o-keyframes bounceInDown {
/* 1262 */   0% {
/* 1263 */     opacity: 0;
/* 1264 */     -o-transform: translateY(-2000px);
/* 1265 */   }
/* 1266 */   60% {
/* 1267 */     opacity: 1;
/* 1268 */     -o-transform: translateY(30px);
/* 1269 */   }
/* 1270 */   80% {
/* 1271 */     -o-transform: translateY(-10px);
/* 1272 */   }
/* 1273 */   100% {
/* 1274 */     -o-transform: translateY(0);
/* 1275 */   }
/* 1276 */ }
/* 1277 */ @keyframes bounceInDown {
/* 1278 */   0% {
/* 1279 */     opacity: 0;
/* 1280 */     transform: translateY(-2000px);
/* 1281 */   }
/* 1282 */   60% {
/* 1283 */     opacity: 1;
/* 1284 */     transform: translateY(30px);
/* 1285 */   }
/* 1286 */   80% {
/* 1287 */     transform: translateY(-10px);
/* 1288 */   }
/* 1289 */   100% {
/* 1290 */     transform: translateY(0);
/* 1291 */   }
/* 1292 */ }
/* 1293 */ @-webkit-keyframes bounceInLeft {
/* 1294 */   0% {
/* 1295 */     opacity: 0;
/* 1296 */     -webkit-transform: translateX(-2000px);
/* 1297 */   }
/* 1298 */   60% {
/* 1299 */     opacity: 1;
/* 1300 */     -webkit-transform: translateX(30px);

/* animations.css */

/* 1301 */   }
/* 1302 */   80% {
/* 1303 */     -webkit-transform: translateX(-10px);
/* 1304 */   }
/* 1305 */   100% {
/* 1306 */     -webkit-transform: translateX(0);
/* 1307 */   }
/* 1308 */ }
/* 1309 */ @-moz-keyframes bounceInLeft {
/* 1310 */   0% {
/* 1311 */     opacity: 0;
/* 1312 */     -moz-transform: translateX(-2000px);
/* 1313 */   }
/* 1314 */   60% {
/* 1315 */     opacity: 1;
/* 1316 */     -moz-transform: translateX(30px);
/* 1317 */   }
/* 1318 */   80% {
/* 1319 */     -moz-transform: translateX(-10px);
/* 1320 */   }
/* 1321 */   100% {
/* 1322 */     -moz-transform: translateX(0);
/* 1323 */   }
/* 1324 */ }
/* 1325 */ @-o-keyframes bounceInLeft {
/* 1326 */   0% {
/* 1327 */     opacity: 0;
/* 1328 */     -o-transform: translateX(-2000px);
/* 1329 */   }
/* 1330 */   60% {
/* 1331 */     opacity: 1;
/* 1332 */     -o-transform: translateX(30px);
/* 1333 */   }
/* 1334 */   80% {
/* 1335 */     -o-transform: translateX(-10px);
/* 1336 */   }
/* 1337 */   100% {
/* 1338 */     -o-transform: translateX(0);
/* 1339 */   }
/* 1340 */ }
/* 1341 */ @keyframes bounceInLeft {
/* 1342 */   0% {
/* 1343 */     opacity: 0;
/* 1344 */     transform: translateX(-2000px);
/* 1345 */   }
/* 1346 */   60% {
/* 1347 */     opacity: 1;
/* 1348 */     transform: translateX(30px);
/* 1349 */   }
/* 1350 */   80% {

/* animations.css */

/* 1351 */     transform: translateX(-10px);
/* 1352 */   }
/* 1353 */   100% {
/* 1354 */     transform: translateX(0);
/* 1355 */   }
/* 1356 */ }
/* 1357 */ @-webkit-keyframes bounceInRight {
/* 1358 */   0% {
/* 1359 */     opacity: 0;
/* 1360 */     -webkit-transform: translateX(2000px);
/* 1361 */   }
/* 1362 */   60% {
/* 1363 */     opacity: 1;
/* 1364 */     -webkit-transform: translateX(-30px);
/* 1365 */   }
/* 1366 */   80% {
/* 1367 */     -webkit-transform: translateX(10px);
/* 1368 */   }
/* 1369 */   100% {
/* 1370 */     -webkit-transform: translateX(0);
/* 1371 */   }
/* 1372 */ }
/* 1373 */ @-moz-keyframes bounceInRight {
/* 1374 */   0% {
/* 1375 */     opacity: 0;
/* 1376 */     -moz-transform: translateX(2000px);
/* 1377 */   }
/* 1378 */   60% {
/* 1379 */     opacity: 1;
/* 1380 */     -moz-transform: translateX(-30px);
/* 1381 */   }
/* 1382 */   80% {
/* 1383 */     -moz-transform: translateX(10px);
/* 1384 */   }
/* 1385 */   100% {
/* 1386 */     -moz-transform: translateX(0);
/* 1387 */   }
/* 1388 */ }
/* 1389 */ @-o-keyframes bounceInRight {
/* 1390 */   0% {
/* 1391 */     opacity: 0;
/* 1392 */     -o-transform: translateX(2000px);
/* 1393 */   }
/* 1394 */   60% {
/* 1395 */     opacity: 1;
/* 1396 */     -o-transform: translateX(-30px);
/* 1397 */   }
/* 1398 */   80% {
/* 1399 */     -o-transform: translateX(10px);
/* 1400 */   }

/* animations.css */

/* 1401 */   100% {
/* 1402 */     -o-transform: translateX(0);
/* 1403 */   }
/* 1404 */ }
/* 1405 */ @keyframes bounceInRight {
/* 1406 */   0% {
/* 1407 */     opacity: 0;
/* 1408 */     transform: translateX(2000px);
/* 1409 */   }
/* 1410 */   60% {
/* 1411 */     opacity: 1;
/* 1412 */     transform: translateX(-30px);
/* 1413 */   }
/* 1414 */   80% {
/* 1415 */     transform: translateX(10px);
/* 1416 */   }
/* 1417 */   100% {
/* 1418 */     transform: translateX(0);
/* 1419 */   }
/* 1420 */ }
/* 1421 */ @-webkit-keyframes bounceOut {
/* 1422 */   0% {
/* 1423 */     -webkit-transform: scale(1);
/* 1424 */   }
/* 1425 */   25% {
/* 1426 */     -webkit-transform: scale(0.95);
/* 1427 */   }
/* 1428 */   50% {
/* 1429 */     opacity: 1;
/* 1430 */     -webkit-transform: scale(1.1);
/* 1431 */   }
/* 1432 */   100% {
/* 1433 */     opacity: 0;
/* 1434 */     -webkit-transform: scale(0.3);
/* 1435 */   }
/* 1436 */ }
/* 1437 */ @-moz-keyframes bounceOut {
/* 1438 */   0% {
/* 1439 */     -moz-transform: scale(1);
/* 1440 */   }
/* 1441 */   25% {
/* 1442 */     -moz-transform: scale(0.95);
/* 1443 */   }
/* 1444 */   50% {
/* 1445 */     opacity: 1;
/* 1446 */     -moz-transform: scale(1.1);
/* 1447 */   }
/* 1448 */   100% {
/* 1449 */     opacity: 0;
/* 1450 */     -moz-transform: scale(0.3);

/* animations.css */

/* 1451 */   }
/* 1452 */ }
/* 1453 */ @-o-keyframes bounceOut {
/* 1454 */   0% {
/* 1455 */     -o-transform: scale(1);
/* 1456 */   }
/* 1457 */   25% {
/* 1458 */     -o-transform: scale(0.95);
/* 1459 */   }
/* 1460 */   50% {
/* 1461 */     opacity: 1;
/* 1462 */     -o-transform: scale(1.1);
/* 1463 */   }
/* 1464 */   100% {
/* 1465 */     opacity: 0;
/* 1466 */     -o-transform: scale(0.3);
/* 1467 */   }
/* 1468 */ }
/* 1469 */ @keyframes bounceOut {
/* 1470 */   0% {
/* 1471 */     transform: scale(1);
/* 1472 */   }
/* 1473 */   25% {
/* 1474 */     transform: scale(0.95);
/* 1475 */   }
/* 1476 */   50% {
/* 1477 */     opacity: 1;
/* 1478 */     transform: scale(1.1);
/* 1479 */   }
/* 1480 */   100% {
/* 1481 */     opacity: 0;
/* 1482 */     transform: scale(0.3);
/* 1483 */   }
/* 1484 */ }
/* 1485 */ @-webkit-keyframes bounceOutUp {
/* 1486 */   0% {
/* 1487 */     -webkit-transform: translateY(0);
/* 1488 */   }
/* 1489 */   20% {
/* 1490 */     opacity: 1;
/* 1491 */     -webkit-transform: translateY(20px);
/* 1492 */   }
/* 1493 */   100% {
/* 1494 */     opacity: 0;
/* 1495 */     -webkit-transform: translateY(-2000px);
/* 1496 */   }
/* 1497 */ }
/* 1498 */ @-moz-keyframes bounceOutUp {
/* 1499 */   0% {
/* 1500 */     -moz-transform: translateY(0);

/* animations.css */

/* 1501 */   }
/* 1502 */   20% {
/* 1503 */     opacity: 1;
/* 1504 */     -moz-transform: translateY(20px);
/* 1505 */   }
/* 1506 */   100% {
/* 1507 */     opacity: 0;
/* 1508 */     -moz-transform: translateY(-2000px);
/* 1509 */   }
/* 1510 */ }
/* 1511 */ @-o-keyframes bounceOutUp {
/* 1512 */   0% {
/* 1513 */     -o-transform: translateY(0);
/* 1514 */   }
/* 1515 */   20% {
/* 1516 */     opacity: 1;
/* 1517 */     -o-transform: translateY(20px);
/* 1518 */   }
/* 1519 */   100% {
/* 1520 */     opacity: 0;
/* 1521 */     -o-transform: translateY(-2000px);
/* 1522 */   }
/* 1523 */ }
/* 1524 */ @keyframes bounceOutUp {
/* 1525 */   0% {
/* 1526 */     transform: translateY(0);
/* 1527 */   }
/* 1528 */   20% {
/* 1529 */     opacity: 1;
/* 1530 */     transform: translateY(20px);
/* 1531 */   }
/* 1532 */   100% {
/* 1533 */     opacity: 0;
/* 1534 */     transform: translateY(-2000px);
/* 1535 */   }
/* 1536 */ }
/* 1537 */ @-webkit-keyframes bounceOutDown {
/* 1538 */   0% {
/* 1539 */     -webkit-transform: translateY(0);
/* 1540 */   }
/* 1541 */   20% {
/* 1542 */     opacity: 1;
/* 1543 */     -webkit-transform: translateY(-20px);
/* 1544 */   }
/* 1545 */   100% {
/* 1546 */     opacity: 0;
/* 1547 */     -webkit-transform: translateY(2000px);
/* 1548 */   }
/* 1549 */ }
/* 1550 */ @-moz-keyframes bounceOutDown {

/* animations.css */

/* 1551 */   0% {
/* 1552 */     -moz-transform: translateY(0);
/* 1553 */   }
/* 1554 */   20% {
/* 1555 */     opacity: 1;
/* 1556 */     -moz-transform: translateY(-20px);
/* 1557 */   }
/* 1558 */   100% {
/* 1559 */     opacity: 0;
/* 1560 */     -moz-transform: translateY(2000px);
/* 1561 */   }
/* 1562 */ }
/* 1563 */ @-o-keyframes bounceOutDown {
/* 1564 */   0% {
/* 1565 */     -o-transform: translateY(0);
/* 1566 */   }
/* 1567 */   20% {
/* 1568 */     opacity: 1;
/* 1569 */     -o-transform: translateY(-20px);
/* 1570 */   }
/* 1571 */   100% {
/* 1572 */     opacity: 0;
/* 1573 */     -o-transform: translateY(2000px);
/* 1574 */   }
/* 1575 */ }
/* 1576 */ @keyframes bounceOutDown {
/* 1577 */   0% {
/* 1578 */     transform: translateY(0);
/* 1579 */   }
/* 1580 */   20% {
/* 1581 */     opacity: 1;
/* 1582 */     transform: translateY(-20px);
/* 1583 */   }
/* 1584 */   100% {
/* 1585 */     opacity: 0;
/* 1586 */     transform: translateY(2000px);
/* 1587 */   }
/* 1588 */ }
/* 1589 */ @-webkit-keyframes bounceOutLeft {
/* 1590 */   0% {
/* 1591 */     -webkit-transform: translateX(0);
/* 1592 */   }
/* 1593 */   20% {
/* 1594 */     opacity: 1;
/* 1595 */     -webkit-transform: translateX(20px);
/* 1596 */   }
/* 1597 */   100% {
/* 1598 */     opacity: 0;
/* 1599 */     -webkit-transform: translateX(-2000px);
/* 1600 */   }

/* animations.css */

/* 1601 */ }
/* 1602 */ @-moz-keyframes bounceOutLeft {
/* 1603 */   0% {
/* 1604 */     -moz-transform: translateX(0);
/* 1605 */   }
/* 1606 */   20% {
/* 1607 */     opacity: 1;
/* 1608 */     -moz-transform: translateX(20px);
/* 1609 */   }
/* 1610 */   100% {
/* 1611 */     opacity: 0;
/* 1612 */     -moz-transform: translateX(-2000px);
/* 1613 */   }
/* 1614 */ }
/* 1615 */ @-o-keyframes bounceOutLeft {
/* 1616 */   0% {
/* 1617 */     -o-transform: translateX(0);
/* 1618 */   }
/* 1619 */   20% {
/* 1620 */     opacity: 1;
/* 1621 */     -o-transform: translateX(20px);
/* 1622 */   }
/* 1623 */   100% {
/* 1624 */     opacity: 0;
/* 1625 */     -o-transform: translateX(-2000px);
/* 1626 */   }
/* 1627 */ }
/* 1628 */ @keyframes bounceOutLeft {
/* 1629 */   0% {
/* 1630 */     transform: translateX(0);
/* 1631 */   }
/* 1632 */   20% {
/* 1633 */     opacity: 1;
/* 1634 */     transform: translateX(20px);
/* 1635 */   }
/* 1636 */   100% {
/* 1637 */     opacity: 0;
/* 1638 */     transform: translateX(-2000px);
/* 1639 */   }
/* 1640 */ }
/* 1641 */ @-webkit-keyframes bounceOutRight {
/* 1642 */   0% {
/* 1643 */     -webkit-transform: translateX(0);
/* 1644 */   }
/* 1645 */   20% {
/* 1646 */     opacity: 1;
/* 1647 */     -webkit-transform: translateX(-20px);
/* 1648 */   }
/* 1649 */   100% {
/* 1650 */     opacity: 0;

/* animations.css */

/* 1651 */     -webkit-transform: translateX(2000px);
/* 1652 */   }
/* 1653 */ }
/* 1654 */ @-moz-keyframes bounceOutRight {
/* 1655 */   0% {
/* 1656 */     -moz-transform: translateX(0);
/* 1657 */   }
/* 1658 */   20% {
/* 1659 */     opacity: 1;
/* 1660 */     -moz-transform: translateX(-20px);
/* 1661 */   }
/* 1662 */   100% {
/* 1663 */     opacity: 0;
/* 1664 */     -moz-transform: translateX(2000px);
/* 1665 */   }
/* 1666 */ }
/* 1667 */ @-o-keyframes bounceOutRight {
/* 1668 */   0% {
/* 1669 */     -o-transform: translateX(0);
/* 1670 */   }
/* 1671 */   20% {
/* 1672 */     opacity: 1;
/* 1673 */     -o-transform: translateX(-20px);
/* 1674 */   }
/* 1675 */   100% {
/* 1676 */     opacity: 0;
/* 1677 */     -o-transform: translateX(2000px);
/* 1678 */   }
/* 1679 */ }
/* 1680 */ @keyframes bounceOutRight {
/* 1681 */   0% {
/* 1682 */     transform: translateX(0);
/* 1683 */   }
/* 1684 */   20% {
/* 1685 */     opacity: 1;
/* 1686 */     transform: translateX(-20px);
/* 1687 */   }
/* 1688 */   100% {
/* 1689 */     opacity: 0;
/* 1690 */     transform: translateX(2000px);
/* 1691 */   }
/* 1692 */ }
/* 1693 */ @-webkit-keyframes lightSpeedIn {
/* 1694 */   0% {
/* 1695 */     -webkit-transform: translateX(100%) skewX(-30deg);
/* 1696 */     opacity: 0;
/* 1697 */   }
/* 1698 */   60% {
/* 1699 */     -webkit-transform: translateX(-20%) skewX(30deg);
/* 1700 */     opacity: 1;

/* animations.css */

/* 1701 */   }
/* 1702 */   80% {
/* 1703 */     -webkit-transform: translateX(0%) skewX(-15deg);
/* 1704 */     opacity: 1;
/* 1705 */   }
/* 1706 */   100% {
/* 1707 */     -webkit-transform: translateX(0%) skewX(0deg);
/* 1708 */     opacity: 1;
/* 1709 */   }
/* 1710 */ }
/* 1711 */ @-moz-keyframes lightSpeedIn {
/* 1712 */   0% {
/* 1713 */     -moz-transform: translateX(100%) skewX(-30deg);
/* 1714 */     opacity: 0;
/* 1715 */   }
/* 1716 */   60% {
/* 1717 */     -moz-transform: translateX(-20%) skewX(30deg);
/* 1718 */     opacity: 1;
/* 1719 */   }
/* 1720 */   80% {
/* 1721 */     -moz-transform: translateX(0%) skewX(-15deg);
/* 1722 */     opacity: 1;
/* 1723 */   }
/* 1724 */   100% {
/* 1725 */     -moz-transform: translateX(0%) skewX(0deg);
/* 1726 */     opacity: 1;
/* 1727 */   }
/* 1728 */ }
/* 1729 */ @-o-keyframes lightSpeedIn {
/* 1730 */   0% {
/* 1731 */     -o-transform: translateX(100%) skewX(-30deg);
/* 1732 */     opacity: 0;
/* 1733 */   }
/* 1734 */   60% {
/* 1735 */     -o-transform: translateX(-20%) skewX(30deg);
/* 1736 */     opacity: 1;
/* 1737 */   }
/* 1738 */   80% {
/* 1739 */     -o-transform: translateX(0%) skewX(-15deg);
/* 1740 */     opacity: 1;
/* 1741 */   }
/* 1742 */   100% {
/* 1743 */     -o-transform: translateX(0%) skewX(0deg);
/* 1744 */     opacity: 1;
/* 1745 */   }
/* 1746 */ }
/* 1747 */ @keyframes lightSpeedIn {
/* 1748 */   0% {
/* 1749 */     transform: translateX(100%) skewX(-30deg);
/* 1750 */     opacity: 0;

/* animations.css */

/* 1751 */   }
/* 1752 */   60% {
/* 1753 */     transform: translateX(-20%) skewX(30deg);
/* 1754 */     opacity: 1;
/* 1755 */   }
/* 1756 */   80% {
/* 1757 */     transform: translateX(0%) skewX(-15deg);
/* 1758 */     opacity: 1;
/* 1759 */   }
/* 1760 */   100% {
/* 1761 */     transform: translateX(0%) skewX(0deg);
/* 1762 */     opacity: 1;
/* 1763 */   }
/* 1764 */ }
/* 1765 */ @-webkit-keyframes lightSpeedOut {
/* 1766 */   0% {
/* 1767 */     -webkit-transform: translateX(0%) skewX(0deg);
/* 1768 */     opacity: 1;
/* 1769 */   }
/* 1770 */   100% {
/* 1771 */     -webkit-transform: translateX(100%) skewX(-30deg);
/* 1772 */     opacity: 0;
/* 1773 */   }
/* 1774 */ }
/* 1775 */ @-moz-keyframes lightSpeedOut {
/* 1776 */   0% {
/* 1777 */     -moz-transform: translateX(0%) skewX(0deg);
/* 1778 */     opacity: 1;
/* 1779 */   }
/* 1780 */   100% {
/* 1781 */     -moz-transform: translateX(100%) skewX(-30deg);
/* 1782 */     opacity: 0;
/* 1783 */   }
/* 1784 */ }
/* 1785 */ @-o-keyframes lightSpeedOut {
/* 1786 */   0% {
/* 1787 */     -o-transform: translateX(0%) skewX(0deg);
/* 1788 */     opacity: 1;
/* 1789 */   }
/* 1790 */   100% {
/* 1791 */     -o-transform: translateX(100%) skewX(-30deg);
/* 1792 */     opacity: 0;
/* 1793 */   }
/* 1794 */ }
/* 1795 */ @keyframes lightSpeedOut {
/* 1796 */   0% {
/* 1797 */     transform: translateX(0%) skewX(0deg);
/* 1798 */     opacity: 1;
/* 1799 */   }
/* 1800 */   100% {

/* animations.css */

/* 1801 */     transform: translateX(100%) skewX(-30deg);
/* 1802 */     opacity: 0;
/* 1803 */   }
/* 1804 */ }
/* 1805 */ @-webkit-keyframes rubberBand {
/* 1806 */   0% {
/* 1807 */     -webkit-transform: scale3d(1, 1, 1);
/* 1808 */     transform: scale3d(1, 1, 1);
/* 1809 */   }
/* 1810 */   30% {
/* 1811 */     -webkit-transform: scale3d(1.25, 0.75, 1);
/* 1812 */     transform: scale3d(1.25, 0.75, 1);
/* 1813 */   }
/* 1814 */   40% {
/* 1815 */     -webkit-transform: scale3d(0.75, 1.25, 1);
/* 1816 */     transform: scale3d(0.75, 1.25, 1);
/* 1817 */   }
/* 1818 */   50% {
/* 1819 */     -webkit-transform: scale3d(1.15, 0.85, 1);
/* 1820 */     transform: scale3d(1.15, 0.85, 1);
/* 1821 */   }
/* 1822 */   65% {
/* 1823 */     -webkit-transform: scale3d(0.95, 1.05, 1);
/* 1824 */     transform: scale3d(0.95, 1.05, 1);
/* 1825 */   }
/* 1826 */   75% {
/* 1827 */     -webkit-transform: scale3d(1.05, 0.95, 1);
/* 1828 */     transform: scale3d(1.05, 0.95, 1);
/* 1829 */   }
/* 1830 */   100% {
/* 1831 */     -webkit-transform: scale3d(1, 1, 1);
/* 1832 */     transform: scale3d(1, 1, 1);
/* 1833 */   }
/* 1834 */ }
/* 1835 */ @keyframes rubberBand {
/* 1836 */   0% {
/* 1837 */     -webkit-transform: scale3d(1, 1, 1);
/* 1838 */     transform: scale3d(1, 1, 1);
/* 1839 */   }
/* 1840 */   30% {
/* 1841 */     -webkit-transform: scale3d(1.25, 0.75, 1);
/* 1842 */     transform: scale3d(1.25, 0.75, 1);
/* 1843 */   }
/* 1844 */   40% {
/* 1845 */     -webkit-transform: scale3d(0.75, 1.25, 1);
/* 1846 */     transform: scale3d(0.75, 1.25, 1);
/* 1847 */   }
/* 1848 */   50% {
/* 1849 */     -webkit-transform: scale3d(1.15, 0.85, 1);
/* 1850 */     transform: scale3d(1.15, 0.85, 1);

/* animations.css */

/* 1851 */   }
/* 1852 */   65% {
/* 1853 */     -webkit-transform: scale3d(0.95, 1.05, 1);
/* 1854 */     transform: scale3d(0.95, 1.05, 1);
/* 1855 */   }
/* 1856 */   75% {
/* 1857 */     -webkit-transform: scale3d(1.05, 0.95, 1);
/* 1858 */     transform: scale3d(1.05, 0.95, 1);
/* 1859 */   }
/* 1860 */   100% {
/* 1861 */     -webkit-transform: scale3d(1, 1, 1);
/* 1862 */     transform: scale3d(1, 1, 1);
/* 1863 */   }
/* 1864 */ }
/* 1865 */ @-webkit-keyframes zoomIn {
/* 1866 */   0% {
/* 1867 */     opacity: 0;
/* 1868 */     -webkit-transform: scale3d(0.3, 0.3, 0.3);
/* 1869 */     transform: scale3d(0.3, 0.3, 0.3);
/* 1870 */   }
/* 1871 */   50% {
/* 1872 */     opacity: 1;
/* 1873 */   }
/* 1874 */ }
/* 1875 */ @keyframes zoomIn {
/* 1876 */   0% {
/* 1877 */     opacity: 0;
/* 1878 */     -webkit-transform: scale3d(0.3, 0.3, 0.3);
/* 1879 */     transform: scale3d(0.3, 0.3, 0.3);
/* 1880 */   }
/* 1881 */   50% {
/* 1882 */     opacity: 1;
/* 1883 */   }
/* 1884 */ }
/* 1885 */ @-webkit-keyframes zoomInDown {
/* 1886 */   0% {
/* 1887 */     opacity: 0;
/* 1888 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
/* 1889 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
/* 1890 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 1891 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 1892 */   }
/* 1893 */   60% {
/* 1894 */     opacity: 1;
/* 1895 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
/* 1896 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
/* 1897 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 1898 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 1899 */   }
/* 1900 */ }

/* animations.css */

/* 1901 */ @keyframes zoomInDown {
/* 1902 */   0% {
/* 1903 */     opacity: 0;
/* 1904 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
/* 1905 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
/* 1906 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 1907 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 1908 */   }
/* 1909 */   60% {
/* 1910 */     opacity: 1;
/* 1911 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
/* 1912 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
/* 1913 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 1914 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 1915 */   }
/* 1916 */ }
/* 1917 */ @-webkit-keyframes zoomInLeft {
/* 1918 */   0% {
/* 1919 */     opacity: 0;
/* 1920 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
/* 1921 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
/* 1922 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 1923 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 1924 */   }
/* 1925 */   60% {
/* 1926 */     opacity: 1;
/* 1927 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
/* 1928 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
/* 1929 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 1930 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 1931 */   }
/* 1932 */ }
/* 1933 */ @keyframes zoomInLeft {
/* 1934 */   0% {
/* 1935 */     opacity: 0;
/* 1936 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
/* 1937 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
/* 1938 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 1939 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 1940 */   }
/* 1941 */   60% {
/* 1942 */     opacity: 1;
/* 1943 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
/* 1944 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
/* 1945 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 1946 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 1947 */   }
/* 1948 */ }
/* 1949 */ @-webkit-keyframes zoomInRight {
/* 1950 */   0% {

/* animations.css */

/* 1951 */     opacity: 0;
/* 1952 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
/* 1953 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
/* 1954 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 1955 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 1956 */   }
/* 1957 */   60% {
/* 1958 */     opacity: 1;
/* 1959 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
/* 1960 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
/* 1961 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 1962 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 1963 */   }
/* 1964 */ }
/* 1965 */ @keyframes zoomInRight {
/* 1966 */   0% {
/* 1967 */     opacity: 0;
/* 1968 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
/* 1969 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
/* 1970 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 1971 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 1972 */   }
/* 1973 */   60% {
/* 1974 */     opacity: 1;
/* 1975 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
/* 1976 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
/* 1977 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 1978 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 1979 */   }
/* 1980 */ }
/* 1981 */ @-webkit-keyframes zoomInUp {
/* 1982 */   0% {
/* 1983 */     opacity: 0;
/* 1984 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
/* 1985 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
/* 1986 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 1987 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 1988 */   }
/* 1989 */   60% {
/* 1990 */     opacity: 1;
/* 1991 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
/* 1992 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
/* 1993 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 1994 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 1995 */   }
/* 1996 */ }
/* 1997 */ @keyframes zoomInUp {
/* 1998 */   0% {
/* 1999 */     opacity: 0;
/* 2000 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

/* animations.css */

/* 2001 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
/* 2002 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 2003 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 2004 */   }
/* 2005 */   60% {
/* 2006 */     opacity: 1;
/* 2007 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
/* 2008 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
/* 2009 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 2010 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 2011 */   }
/* 2012 */ }
/* 2013 */ @-webkit-keyframes zoomOut {
/* 2014 */   0% {
/* 2015 */     opacity: 1;
/* 2016 */   }
/* 2017 */   50% {
/* 2018 */     opacity: 0;
/* 2019 */     -webkit-transform: scale3d(0.3, 0.3, 0.3);
/* 2020 */     transform: scale3d(0.3, 0.3, 0.3);
/* 2021 */   }
/* 2022 */   100% {
/* 2023 */     opacity: 0;
/* 2024 */   }
/* 2025 */ }
/* 2026 */ @keyframes zoomOut {
/* 2027 */   0% {
/* 2028 */     opacity: 1;
/* 2029 */   }
/* 2030 */   50% {
/* 2031 */     opacity: 0;
/* 2032 */     -webkit-transform: scale3d(0.3, 0.3, 0.3);
/* 2033 */     transform: scale3d(0.3, 0.3, 0.3);
/* 2034 */   }
/* 2035 */   100% {
/* 2036 */     opacity: 0;
/* 2037 */   }
/* 2038 */ }
/* 2039 */ @-webkit-keyframes zoomOutDown {
/* 2040 */   40% {
/* 2041 */     opacity: 1;
/* 2042 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
/* 2043 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
/* 2044 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 2045 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 2046 */   }
/* 2047 */   100% {
/* 2048 */     opacity: 0;
/* 2049 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
/* 2050 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

/* animations.css */

/* 2051 */     -webkit-transform-origin: center bottom;
/* 2052 */     transform-origin: center bottom;
/* 2053 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 2054 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 2055 */   }
/* 2056 */ }
/* 2057 */ @keyframes zoomOutDown {
/* 2058 */   40% {
/* 2059 */     opacity: 1;
/* 2060 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
/* 2061 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
/* 2062 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 2063 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 2064 */   }
/* 2065 */   100% {
/* 2066 */     opacity: 0;
/* 2067 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
/* 2068 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
/* 2069 */     -webkit-transform-origin: center bottom;
/* 2070 */     transform-origin: center bottom;
/* 2071 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 2072 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 2073 */   }
/* 2074 */ }
/* 2075 */ @-webkit-keyframes zoomOutLeft {
/* 2076 */   40% {
/* 2077 */     opacity: 1;
/* 2078 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
/* 2079 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
/* 2080 */   }
/* 2081 */   100% {
/* 2082 */     opacity: 0;
/* 2083 */     -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
/* 2084 */     transform: scale(0.1) translate3d(-2000px, 0, 0);
/* 2085 */     -webkit-transform-origin: left center;
/* 2086 */     transform-origin: left center;
/* 2087 */   }
/* 2088 */ }
/* 2089 */ @keyframes zoomOutLeft {
/* 2090 */   40% {
/* 2091 */     opacity: 1;
/* 2092 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
/* 2093 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
/* 2094 */   }
/* 2095 */   100% {
/* 2096 */     opacity: 0;
/* 2097 */     -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
/* 2098 */     transform: scale(0.1) translate3d(-2000px, 0, 0);
/* 2099 */     -webkit-transform-origin: left center;
/* 2100 */     transform-origin: left center;

/* animations.css */

/* 2101 */   }
/* 2102 */ }
/* 2103 */ @-webkit-keyframes zoomOutRight {
/* 2104 */   40% {
/* 2105 */     opacity: 1;
/* 2106 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
/* 2107 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
/* 2108 */   }
/* 2109 */   100% {
/* 2110 */     opacity: 0;
/* 2111 */     -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
/* 2112 */     transform: scale(0.1) translate3d(2000px, 0, 0);
/* 2113 */     -webkit-transform-origin: right center;
/* 2114 */     transform-origin: right center;
/* 2115 */   }
/* 2116 */ }
/* 2117 */ @keyframes zoomOutRight {
/* 2118 */   40% {
/* 2119 */     opacity: 1;
/* 2120 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
/* 2121 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
/* 2122 */   }
/* 2123 */   100% {
/* 2124 */     opacity: 0;
/* 2125 */     -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
/* 2126 */     transform: scale(0.1) translate3d(2000px, 0, 0);
/* 2127 */     -webkit-transform-origin: right center;
/* 2128 */     transform-origin: right center;
/* 2129 */   }
/* 2130 */ }
/* 2131 */ @-webkit-keyframes zoomOutUp {
/* 2132 */   40% {
/* 2133 */     opacity: 1;
/* 2134 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
/* 2135 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
/* 2136 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 2137 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 2138 */   }
/* 2139 */   100% {
/* 2140 */     opacity: 0;
/* 2141 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
/* 2142 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
/* 2143 */     -webkit-transform-origin: center bottom;
/* 2144 */     transform-origin: center bottom;
/* 2145 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 2146 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 2147 */   }
/* 2148 */ }
/* 2149 */ @keyframes zoomOutUp {
/* 2150 */   40% {

/* animations.css */

/* 2151 */     opacity: 1;
/* 2152 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
/* 2153 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
/* 2154 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 2155 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 2156 */   }
/* 2157 */   100% {
/* 2158 */     opacity: 0;
/* 2159 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
/* 2160 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
/* 2161 */     -webkit-transform-origin: center bottom;
/* 2162 */     transform-origin: center bottom;
/* 2163 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 2164 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 2165 */   }
/* 2166 */ }
/* 2167 */ .fusion-animated {
/* 2168 */   visibility: hidden;
/* 2169 */ }
/* 2170 */ .dont-animate .fusion-animated {
/* 2171 */   visibility: visible;
/* 2172 */ }
/* 2173 */ /* Do Animations */
/* 2174 */ .do-animate {
/* 2175 */   /* Lightspeed Animations */
/* 2176 */   /* Rubberband Animation */
/* 2177 */   /* Zoom Animations */
/* 2178 */ }
/* 2179 */ .do-animate .fusion-animated {
/* 2180 */   -webkit-animation-fill-mode: both;
/* 2181 */   -moz-animation-fill-mode: both;
/* 2182 */   -ms-animation-fill-mode: both;
/* 2183 */   -o-animation-fill-mode: both;
/* 2184 */   animation-fill-mode: both;
/* 2185 */   -webkit-animation-duration: 1s;
/* 2186 */   -moz-animation-duration: 1s;
/* 2187 */   -ms-animation-duration: 1s;
/* 2188 */   -o-animation-duration: 1s;
/* 2189 */   animation-duration: 1s;
/* 2190 */ }
/* 2191 */ .do-animate .fusion-animated.hinge {
/* 2192 */   -webkit-animation-duration: 1s;
/* 2193 */   -moz-animation-duration: 1s;
/* 2194 */   -ms-animation-duration: 1s;
/* 2195 */   -o-animation-duration: 1s;
/* 2196 */   animation-duration: 1s;
/* 2197 */ }
/* 2198 */ .do-animate .flash {
/* 2199 */   -webkit-animation-name: flash;
/* 2200 */   -moz-animation-name: flash;

/* animations.css */

/* 2201 */   -o-animation-name: flash;
/* 2202 */   animation-name: flash;
/* 2203 */ }
/* 2204 */ .do-animate .shake {
/* 2205 */   -webkit-animation-name: shake;
/* 2206 */   -moz-animation-name: shake;
/* 2207 */   -o-animation-name: shake;
/* 2208 */   animation-name: shake;
/* 2209 */ }
/* 2210 */ .do-animate .bounce {
/* 2211 */   -webkit-animation-name: bounce;
/* 2212 */   -moz-animation-name: bounce;
/* 2213 */   -o-animation-name: bounce;
/* 2214 */   animation-name: bounce;
/* 2215 */ }
/* 2216 */ .do-animate .fadeIn {
/* 2217 */   -webkit-animation-name: fadeIn;
/* 2218 */   -moz-animation-name: fadeIn;
/* 2219 */   -o-animation-name: fadeIn;
/* 2220 */   animation-name: fadeIn;
/* 2221 */ }
/* 2222 */ .do-animate .fadeInUp {
/* 2223 */   -webkit-animation-name: fadeInUp;
/* 2224 */   -moz-animation-name: fadeInUp;
/* 2225 */   -o-animation-name: fadeInUp;
/* 2226 */   animation-name: fadeInUp;
/* 2227 */ }
/* 2228 */ .do-animate .fadeInDown {
/* 2229 */   -webkit-animation-name: fadeInDown;
/* 2230 */   -moz-animation-name: fadeInDown;
/* 2231 */   -o-animation-name: fadeInDown;
/* 2232 */   animation-name: fadeInDown;
/* 2233 */ }
/* 2234 */ .do-animate .fadeInLeft {
/* 2235 */   -webkit-animation-name: fadeInLeft;
/* 2236 */   -moz-animation-name: fadeInLeft;
/* 2237 */   -o-animation-name: fadeInLeft;
/* 2238 */   animation-name: fadeInLeft;
/* 2239 */ }
/* 2240 */ .do-animate .fadeInRight {
/* 2241 */   -webkit-animation-name: fadeInRight;
/* 2242 */   -moz-animation-name: fadeInRight;
/* 2243 */   -o-animation-name: fadeInRight;
/* 2244 */   animation-name: fadeInRight;
/* 2245 */ }
/* 2246 */ .do-animate .fadeInUpBig {
/* 2247 */   -webkit-animation-name: fadeInUpBig;
/* 2248 */   -moz-animation-name: fadeInUpBig;
/* 2249 */   -o-animation-name: fadeInUpBig;
/* 2250 */   animation-name: fadeInUpBig;

/* animations.css */

/* 2251 */ }
/* 2252 */ .do-animate .fadeInDownBig {
/* 2253 */   -webkit-animation-name: fadeInDownBig;
/* 2254 */   -moz-animation-name: fadeInDownBig;
/* 2255 */   -o-animation-name: fadeInDownBig;
/* 2256 */   animation-name: fadeInDownBig;
/* 2257 */ }
/* 2258 */ .do-animate .fadeInLeftBig {
/* 2259 */   -webkit-animation-name: fadeInLeftBig;
/* 2260 */   -moz-animation-name: fadeInLeftBig;
/* 2261 */   -o-animation-name: fadeInLeftBig;
/* 2262 */   animation-name: fadeInLeftBig;
/* 2263 */ }
/* 2264 */ .do-animate .fadeInRightBig {
/* 2265 */   -webkit-animation-name: fadeInRightBig;
/* 2266 */   -moz-animation-name: fadeInRightBig;
/* 2267 */   -o-animation-name: fadeInRightBig;
/* 2268 */   animation-name: fadeInRightBig;
/* 2269 */ }
/* 2270 */ .do-animate .fadeOut {
/* 2271 */   -webkit-animation-name: fadeOut;
/* 2272 */   -moz-animation-name: fadeOut;
/* 2273 */   -o-animation-name: fadeOut;
/* 2274 */   animation-name: fadeOut;
/* 2275 */ }
/* 2276 */ .do-animate .fadeOutUp {
/* 2277 */   -webkit-animation-name: fadeOutUp;
/* 2278 */   -moz-animation-name: fadeOutUp;
/* 2279 */   -o-animation-name: fadeOutUp;
/* 2280 */   animation-name: fadeOutUp;
/* 2281 */ }
/* 2282 */ .do-animate .fadeOutDown {
/* 2283 */   -webkit-animation-name: fadeOutDown;
/* 2284 */   -moz-animation-name: fadeOutDown;
/* 2285 */   -o-animation-name: fadeOutDown;
/* 2286 */   animation-name: fadeOutDown;
/* 2287 */ }
/* 2288 */ .do-animate .fadeOutLeft {
/* 2289 */   -webkit-animation-name: fadeOutLeft;
/* 2290 */   -moz-animation-name: fadeOutLeft;
/* 2291 */   -o-animation-name: fadeOutLeft;
/* 2292 */   animation-name: fadeOutLeft;
/* 2293 */ }
/* 2294 */ .do-animate .fadeOutRight {
/* 2295 */   -webkit-animation-name: fadeOutRight;
/* 2296 */   -moz-animation-name: fadeOutRight;
/* 2297 */   -o-animation-name: fadeOutRight;
/* 2298 */   animation-name: fadeOutRight;
/* 2299 */ }
/* 2300 */ .do-animate .fadeOutUpBig {

/* animations.css */

/* 2301 */   -webkit-animation-name: fadeOutUpBig;
/* 2302 */   -moz-animation-name: fadeOutUpBig;
/* 2303 */   -o-animation-name: fadeOutUpBig;
/* 2304 */   animation-name: fadeOutUpBig;
/* 2305 */ }
/* 2306 */ .do-animate .fadeOutDownBig {
/* 2307 */   -webkit-animation-name: fadeOutDownBig;
/* 2308 */   -moz-animation-name: fadeOutDownBig;
/* 2309 */   -o-animation-name: fadeOutDownBig;
/* 2310 */   animation-name: fadeOutDownBig;
/* 2311 */ }
/* 2312 */ .do-animate .fadeOutLeftBig {
/* 2313 */   -webkit-animation-name: fadeOutLeftBig;
/* 2314 */   -moz-animation-name: fadeOutLeftBig;
/* 2315 */   -o-animation-name: fadeOutLeftBig;
/* 2316 */   animation-name: fadeOutLeftBig;
/* 2317 */ }
/* 2318 */ .do-animate .fadeOutRightBig {
/* 2319 */   -webkit-animation-name: fadeOutRightBig;
/* 2320 */   -moz-animation-name: fadeOutRightBig;
/* 2321 */   -o-animation-name: fadeOutRightBig;
/* 2322 */   animation-name: fadeOutRightBig;
/* 2323 */ }
/* 2324 */ .do-animate .slideInDown {
/* 2325 */   -webkit-animation-name: slideInDown;
/* 2326 */   -moz-animation-name: slideInDown;
/* 2327 */   -o-animation-name: slideInDown;
/* 2328 */   animation-name: slideInDown;
/* 2329 */ }
/* 2330 */ .do-animate .slideInLeft {
/* 2331 */   -webkit-animation-name: slideInLeft;
/* 2332 */   -moz-animation-name: slideInLeft;
/* 2333 */   -o-animation-name: slideInLeft;
/* 2334 */   animation-name: slideInLeft;
/* 2335 */ }
/* 2336 */ .do-animate .slideInRight {
/* 2337 */   -webkit-animation-name: slideInRight;
/* 2338 */   -moz-animation-name: slideInRight;
/* 2339 */   -o-animation-name: slideInRight;
/* 2340 */   animation-name: slideInRight;
/* 2341 */ }
/* 2342 */ .do-animate .slideOutUp {
/* 2343 */   -webkit-animation-name: slideOutUp;
/* 2344 */   -moz-animation-name: slideOutUp;
/* 2345 */   -o-animation-name: slideOutUp;
/* 2346 */   animation-name: slideOutUp;
/* 2347 */ }
/* 2348 */ .do-animate .slideOutLeft {
/* 2349 */   -webkit-animation-name: slideOutLeft;
/* 2350 */   -moz-animation-name: slideOutLeft;

/* animations.css */

/* 2351 */   -o-animation-name: slideOutLeft;
/* 2352 */   animation-name: slideOutLeft;
/* 2353 */ }
/* 2354 */ .do-animate .slideOutRight {
/* 2355 */   -webkit-animation-name: slideOutRight;
/* 2356 */   -moz-animation-name: slideOutRight;
/* 2357 */   -o-animation-name: slideOutRight;
/* 2358 */   animation-name: slideOutRight;
/* 2359 */ }
/* 2360 */ .do-animate .bounceIn {
/* 2361 */   -webkit-animation-name: bounceIn;
/* 2362 */   -moz-animation-name: bounceIn;
/* 2363 */   -o-animation-name: bounceIn;
/* 2364 */   animation-name: bounceIn;
/* 2365 */ }
/* 2366 */ .do-animate .bounceInUp {
/* 2367 */   -webkit-animation-name: bounceInUp;
/* 2368 */   -moz-animation-name: bounceInUp;
/* 2369 */   -o-animation-name: bounceInUp;
/* 2370 */   animation-name: bounceInUp;
/* 2371 */ }
/* 2372 */ .do-animate .bounceInDown {
/* 2373 */   -webkit-animation-name: bounceInDown;
/* 2374 */   -moz-animation-name: bounceInDown;
/* 2375 */   -o-animation-name: bounceInDown;
/* 2376 */   animation-name: bounceInDown;
/* 2377 */ }
/* 2378 */ .do-animate .bounceInLeft {
/* 2379 */   -webkit-animation-name: bounceInLeft;
/* 2380 */   -moz-animation-name: bounceInLeft;
/* 2381 */   -o-animation-name: bounceInLeft;
/* 2382 */   animation-name: bounceInLeft;
/* 2383 */ }
/* 2384 */ .do-animate .bounceInRight {
/* 2385 */   -webkit-animation-name: bounceInRight;
/* 2386 */   -moz-animation-name: bounceInRight;
/* 2387 */   -o-animation-name: bounceInRight;
/* 2388 */   animation-name: bounceInRight;
/* 2389 */ }
/* 2390 */ .do-animate .bounceOut {
/* 2391 */   -webkit-animation-name: bounceOut;
/* 2392 */   -moz-animation-name: bounceOut;
/* 2393 */   -o-animation-name: bounceOut;
/* 2394 */   animation-name: bounceOut;
/* 2395 */ }
/* 2396 */ .do-animate .bounceOutUp {
/* 2397 */   color: red;
/* 2398 */   -webkit-animation-name: bounceOutUp;
/* 2399 */   -moz-animation-name: bounceOutUp;
/* 2400 */   -o-animation-name: bounceOutUp;

/* animations.css */

/* 2401 */   animation-name: bounceOutUp;
/* 2402 */ }
/* 2403 */ .do-animate .bounceOutDown {
/* 2404 */   -webkit-animation-name: bounceOutDown;
/* 2405 */   -moz-animation-name: bounceOutDown;
/* 2406 */   -o-animation-name: bounceOutDown;
/* 2407 */   animation-name: bounceOutDown;
/* 2408 */ }
/* 2409 */ .do-animate .bounceOutLeft {
/* 2410 */   -webkit-animation-name: bounceOutLeft;
/* 2411 */   -moz-animation-name: bounceOutLeft;
/* 2412 */   -o-animation-name: bounceOutLeft;
/* 2413 */   animation-name: bounceOutLeft;
/* 2414 */ }
/* 2415 */ .do-animate .bounceOutRight {
/* 2416 */   -webkit-animation-name: bounceOutRight;
/* 2417 */   -moz-animation-name: bounceOutRight;
/* 2418 */   -o-animation-name: bounceOutRight;
/* 2419 */   animation-name: bounceOutRight;
/* 2420 */ }
/* 2421 */ .do-animate .lightSpeedIn {
/* 2422 */   -webkit-animation-name: lightSpeedIn;
/* 2423 */   -moz-animation-name: lightSpeedIn;
/* 2424 */   -o-animation-name: lightSpeedIn;
/* 2425 */   animation-name: lightSpeedIn;
/* 2426 */   -webkit-animation-timing-function: ease-out;
/* 2427 */   -moz-animation-timing-function: ease-out;
/* 2428 */   -o-animation-timing-function: ease-out;
/* 2429 */   animation-timing-function: ease-out;
/* 2430 */ }
/* 2431 */ .do-animate .lightSpeedOut {
/* 2432 */   -webkit-animation-name: lightSpeedOut;
/* 2433 */   -moz-animation-name: lightSpeedOut;
/* 2434 */   -o-animation-name: lightSpeedOut;
/* 2435 */   animation-name: lightSpeedOut;
/* 2436 */   -webkit-animation-timing-function: ease-in;
/* 2437 */   -moz-animation-timing-function: ease-in;
/* 2438 */   -o-animation-timing-function: ease-in;
/* 2439 */   animation-timing-function: ease-in;
/* 2440 */ }
/* 2441 */ .do-animate .rubberBand {
/* 2442 */   -webkit-animation-name: rubberBand;
/* 2443 */   animation-name: rubberBand;
/* 2444 */ }
/* 2445 */ .do-animate .zoomIn {
/* 2446 */   -webkit-animation-name: zoomIn;
/* 2447 */   animation-name: zoomIn;
/* 2448 */ }
/* 2449 */ .do-animate .zoomInDown {
/* 2450 */   -webkit-animation-name: zoomInDown;

/* animations.css */

/* 2451 */   animation-name: zoomInDown;
/* 2452 */ }
/* 2453 */ .do-animate .zoomInLeft {
/* 2454 */   -webkit-animation-name: zoomInLeft;
/* 2455 */   animation-name: zoomInLeft;
/* 2456 */ }
/* 2457 */ .do-animate .zoomInRight {
/* 2458 */   -webkit-animation-name: zoomInRight;
/* 2459 */   animation-name: zoomInRight;
/* 2460 */ }
/* 2461 */ .do-animate .zoomInUp {
/* 2462 */   -webkit-animation-name: zoomInUp;
/* 2463 */   animation-name: zoomInUp;
/* 2464 */ }
/* 2465 */ .do-animate .zoomOut {
/* 2466 */   -webkit-animation-name: zoomOut;
/* 2467 */   animation-name: zoomOut;
/* 2468 */ }
/* 2469 */ .do-animate .zoomOutDown {
/* 2470 */   -webkit-animation-name: zoomOutDown;
/* 2471 */   animation-name: zoomOutDown;
/* 2472 */ }
/* 2473 */ .do-animate .zoomOutLeft {
/* 2474 */   -webkit-animation-name: zoomOutLeft;
/* 2475 */   animation-name: zoomOutLeft;
/* 2476 */ }
/* 2477 */ .do-animate .zoomOutRight {
/* 2478 */   -webkit-animation-name: zoomOutRight;
/* 2479 */   animation-name: zoomOutRight;
/* 2480 */ }
/* 2481 */ .do-animate .zoomOutUp {
/* 2482 */   -webkit-animation-name: zoomOutUp;
/* 2483 */   animation-name: zoomOutUp;
/* 2484 */ }
/* 2485 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie
currentDir : /var/www/vhosts/25/302993/webspace/httpdocs/bornglobalmarketing.ie/wp-content/themes/Avada/assets/css

*/

/* woocommerce.css */

/* 1    */ .group {
/* 2    */   zoom: 1;
/* 3    */ }
/* 4    */ .group:before,
/* 5    */ .group:after {
/* 6    */   content: " ";
/* 7    */   display: table;
/* 8    */ }
/* 9    */ .group:after {
/* 10   */   clear: both;
/* 11   */ }
/* 12   */ /* Woocommerce */
/* 13   */ .woocommerce input[type="number"] {
/* 14   */   -moz-appearance: textfield;
/* 15   */ }
/* 16   */ .woocommerce-message,
/* 17   */ .woocommerce-info {
/* 18   */   margin-bottom: 15px;
/* 19   */   padding: 20px 0 20px 16px;
/* 20   */   background: none;
/* 21   */   border: none;
/* 22   */   border-top: 1px solid #e0dede;
/* 23   */   border-bottom: 1px solid #e0dede;
/* 24   */   color: #333;
/* 25   */   text-align: left;
/* 26   */ }
/* 27   */ .woocommerce-message:before,
/* 28   */ .woocommerce-info:before {
/* 29   */   position: absolute;
/* 30   */   margin-left: -16px;
/* 31   */   font-family: 'IcoMoon';
/* 32   */   content: '\f05d';
/* 33   */ }
/* 34   */ .woocommerce-message .wc-forward,
/* 35   */ .woocommerce-info .wc-forward {
/* 36   */   float: right;
/* 37   */   text-shadow: none;
/* 38   */ }
/* 39   */ .woocommerce-message .wc-forward:before,
/* 40   */ .woocommerce-info .wc-forward:before {
/* 41   */   font-family: 'IcoMoon';
/* 42   */   content: '\f07a';
/* 43   */   margin-right: 6px;
/* 44   */   color: inherit;
/* 45   */ }
/* 46   */ .woocommerce-error {
/* 47   */   list-style: none;
/* 48   */   padding: 0;
/* 49   */ }
/* 50   */ .woocommerce-error li {

/* woocommerce.css */

/* 51   */   margin-bottom: 15px;
/* 52   */   background-color: #ffe9e9;
/* 53   */   border: 1px solid #E7A9A9;
/* 54   */   color: #D04544;
/* 55   */   padding: 8px;
/* 56   */   position: relative;
/* 57   */   text-align: center;
/* 58   */ }
/* 59   */ .woocommerce button.fusion-button,
/* 60   */ .woocommerce button.button,
/* 61   */ .woocommerce .shipping-calculator-form .button,
/* 62   */ .woocommerce .login .button,
/* 63   */ .woocommerce .register .button,
/* 64   */ .woocommerce .avada-order-details .order-again .button,
/* 65   */ .woocommerce .lost_reset_password input[type=submit] {
/* 66   */   min-height: 32px;
/* 67   */   text-transform: uppercase;
/* 68   */   text-align: center;
/* 69   */   padding: 0 20px;
/* 70   */   margin: 0;
/* 71   */   -webkit-border-radius: 2px;
/* 72   */   -moz-border-radius: 2px;
/* 73   */   border-radius: 2px;
/* 74   */   cursor: pointer;
/* 75   */ }
/* 76   */ .woocommerce .lost_reset_password input[type=submit] {
/* 77   */   border: 0;
/* 78   */ }
/* 79   */ .woocommerce .button {
/* 80   */   cursor: pointer;
/* 81   */ }
/* 82   */ .woocommerce .single_add_to_cart_button,
/* 83   */ .woocommerce button.button {
/* 84   */   margin-top: -1px;
/* 85   */ }
/* 86   */ .woocommerce .avada-shipping-calculator-form .button,
/* 87   */ .woocommerce .shipping-calculator-form .button {
/* 88   */   float: right;
/* 89   */   margin-top: 0;
/* 90   */   padding: 2px 20px;
/* 91   */ }
/* 92   */ .woocommerce .login .form-row {
/* 93   */   text-align: initial;
/* 94   */   margin: 0 20px 0 15px;
/* 95   */   float: right;
/* 96   */ }
/* 97   */ .woocommerce .login .form-row.form-row-first,
/* 98   */ .woocommerce .login .form-row.form-row-last {
/* 99   */   margin: 0 0 20px 0;
/* 100  */   float: none;

/* woocommerce.css */

/* 101  */ }
/* 102  */ .woocommerce .login .button {
/* 103  */   margin-left: 15px;
/* 104  */ }
/* 105  */ .woocommerce .login .inline {
/* 106  */   float: left;
/* 107  */   margin-top: 5px;
/* 108  */ }
/* 109  */ .woocommerce .login .lost_password {
/* 110  */   float: right;
/* 111  */   margin-top: 5px;
/* 112  */ }
/* 113  */ .woocommerce #customer_login .login .form-row {
/* 114  */   text-align: initial;
/* 115  */   margin: 0 18px 0 0;
/* 116  */   float: left;
/* 117  */ }
/* 118  */ .woocommerce #customer_login .login .form-row.form-row-wide {
/* 119  */   margin: 0 0 20px 0;
/* 120  */   float: none;
/* 121  */ }
/* 122  */ .woocommerce #customer_login .login .button {
/* 123  */   margin-left: 0;
/* 124  */ }
/* 125  */ .woocommerce #customer_login .login .inline {
/* 126  */   float: none;
/* 127  */   display: inline;
/* 128  */   margin-top: 10px;
/* 129  */   margin-left: 15px;
/* 130  */ }
/* 131  */ .woocommerce #customer_login .login .lost_password {
/* 132  */   float: left;
/* 133  */   margin-bottom: 0;
/* 134  */ }
/* 135  */ .woocommerce #customer_login .register .form-row:last-child {
/* 136  */   margin-bottom: 0;
/* 137  */ }
/* 138  */ .woocommerce .checkout_coupon {
/* 139  */   margin-bottom: 40px;
/* 140  */   display: block !important;
/* 141  */ }
/* 142  */ .woocommerce .checkout_coupon .promo-code-heading {
/* 143  */   margin: 0;
/* 144  */   padding: 0;
/* 145  */   border: none;
/* 146  */ }
/* 147  */ .woocommerce .checkout_coupon .coupon-input {
/* 148  */   width: 240px;
/* 149  */ }
/* 150  */ .woocommerce .checkout_coupon .coupon-input .input-text {

/* woocommerce.css */

/* 151  */   padding: 8px 15px;
/* 152  */ }
/* 153  */ .woocommerce .checkout_coupon .coupon-button {
/* 154  */   margin-right: 0;
/* 155  */ }
/* 156  */ .product_meta {
/* 157  */   padding-top: 20px;
/* 158  */ }
/* 159  */ .cart-totals-buttons,
/* 160  */ .shipping_calculator,
/* 161  */ .coupon,
/* 162  */ #customer_login .col-1,
/* 163  */ #customer_login .col-2,
/* 164  */ .checkout_coupon,
/* 165  */ .cross-sells {
/* 166  */   box-sizing: border-box;
/* 167  */   -moz-box-sizing: border-box;
/* 168  */   border: 1px solid;
/* 169  */   overflow: hidden;
/* 170  */   padding: 30px;
/* 171  */ }
/* 172  */ .woocommerce .checkout h3,
/* 173  */ .cart_totals h2,
/* 174  */ .shipping_calculator h2,
/* 175  */ .coupon h2,
/* 176  */ #customer_login h2,
/* 177  */ .cross-sells h2 {
/* 178  */   margin-top: 0;
/* 179  */   border-bottom: 1px solid;
/* 180  */   margin-bottom: 30px;
/* 181  */   padding-bottom: 10px;
/* 182  */ }
/* 183  */ .woocommerce-ordering {
/* 184  */   display: none;
/* 185  */ }
/* 186  */ .catalog-ordering > ul {
/* 187  */   float: left;
/* 188  */   margin-bottom: 42px;
/* 189  */ }
/* 190  */ .catalog-ordering a {
/* 191  */   color: #333;
/* 192  */ }
/* 193  */ .order-dropdown {
/* 194  */   float: left;
/* 195  */   width: 175px;
/* 196  */   margin: 0;
/* 197  */   padding: 0;
/* 198  */   list-style: none;
/* 199  */   margin-right: 10px;
/* 200  */   position: relative;

/* woocommerce.css */

/* 201  */   z-index: 100;
/* 202  */   cursor: pointer;
/* 203  */ }
/* 204  */ .order-dropdown ul {
/* 205  */   margin: 0;
/* 206  */   padding: 0;
/* 207  */   list-style: none;
/* 208  */ }
/* 209  */ .catalog-ordering .order {
/* 210  */   margin: 0;
/* 211  */   padding: 0;
/* 212  */   list-style: none;
/* 213  */ }
/* 214  */ .order-dropdown .current-li {
/* 215  */   background: #fbfaf9;
/* 216  */   border: 1px solid #dbdbdb;
/* 217  */   display: block;
/* 218  */   height: 29px;
/* 219  */   line-height: 29px;
/* 220  */   text-indent: 13px;
/* 221  */   font-size: 12px;
/* 222  */ }
/* 223  */ .current-li-content {
/* 224  */   display: block;
/* 225  */   height: 30px;
/* 226  */   overflow: hidden;
/* 227  */   width: 139px;
/* 228  */ }
/* 229  */ .order-dropdown > li {
/* 230  */   position: relative;
/* 231  */   z-index: 99;
/* 232  */ }
/* 233  */ .order-dropdown ul {
/* 234  */   display: none;
/* 235  */   background: #fbfaf9;
/* 236  */ }
/* 237  */ .order-dropdown > li:hover > ul {
/* 238  */   display: block;
/* 239  */   position: absolute;
/* 240  */ }
/* 241  */ .order-dropdown li ul li {
/* 242  */   height: 30px;
/* 243  */   overflow: hidden;
/* 244  */ }
/* 245  */ .order-dropdown ul li a {
/* 246  */   width: 175px;
/* 247  */   background: #fbfaf9;
/* 248  */   border: 1px solid #dbdbdb;
/* 249  */   border-top: 0;
/* 250  */   display: block;

/* woocommerce.css */

/* 251  */   height: 30px;
/* 252  */   line-height: 30px;
/* 253  */   text-indent: 13px;
/* 254  */   font-size: 12px;
/* 255  */   padding: 0;
/* 256  */   padding-right: 13px;
/* 257  */ }
/* 258  */ .order-dropdown ul li a:hover {
/* 259  */   background: #fff;
/* 260  */ }
/* 261  */ .order-dropdown ul li a strong {
/* 262  */   font-weight: normal;
/* 263  */ }
/* 264  */ .catalog-ordering .order {
/* 265  */   margin-right: 10px;
/* 266  */   float: left;
/* 267  */ }
/* 268  */ .catalog-ordering .order li a {
/* 269  */   background: #fbfaf9;
/* 270  */   border: 1px solid #dbdbdb;
/* 271  */   display: block;
/* 272  */   height: 29px;
/* 273  */   line-height: 29px;
/* 274  */   padding: 0 13px;
/* 275  */   font-size: 12px;
/* 276  */   padding: 0 10px;
/* 277  */ }
/* 278  */ .order-dropdown > li:after {
/* 279  */   display: block;
/* 280  */   font-family: "IcoMoon";
/* 281  */   content: '\e61f';
/* 282  */   font-size: 9px;
/* 283  */   z-index: 101;
/* 284  */   position: absolute;
/* 285  */   top: 0;
/* 286  */   right: 0;
/* 287  */   height: 29px;
/* 288  */   line-height: 29px;
/* 289  */   width: 26px;
/* 290  */   text-align: center;
/* 291  */   border-left: 1px solid #dbdbdb;
/* 292  */ }
/* 293  */ .orderby-order-container {
/* 294  */   float: left;
/* 295  */ }
/* 296  */ .products {
/* 297  */   list-style: none;
/* 298  */   margin: 0;
/* 299  */   padding: 0;
/* 300  */ }

/* woocommerce.css */

/* 301  */ .products > li {
/* 302  */   border: 1px solid #efefef;
/* 303  */   border-bottom-width: 2px;
/* 304  */ }
/* 305  */ .products-6 > li {
/* 306  */   float: left;
/* 307  */   width: 15.832%;
/* 308  */   margin-right: 1.0%;
/* 309  */   margin-bottom: 11px;
/* 310  */ }
/* 311  */ .products-6 > li:nth-child(6n) {
/* 312  */   margin-right: 0;
/* 313  */ }
/* 314  */ .products-6 > li:nth-child(6n+1) {
/* 315  */   clear: both;
/* 316  */ }
/* 317  */ .products-5 > li {
/* 318  */   float: left;
/* 319  */   width: 19.2%;
/* 320  */   margin-right: 1.0%;
/* 321  */   margin-bottom: 11px;
/* 322  */ }
/* 323  */ .products-5 > li:nth-child(5n) {
/* 324  */   margin-right: 0;
/* 325  */ }
/* 326  */ .products-5 > li:nth-child(5n+1) {
/* 327  */   clear: both;
/* 328  */ }
/* 329  */ .products-4 > li {
/* 330  */   float: left;
/* 331  */   width: 24.25%;
/* 332  */   margin-right: 1.0%;
/* 333  */   margin-bottom: 11px;
/* 334  */ }
/* 335  */ .products-4 > li:nth-child(4n) {
/* 336  */   margin-right: 0;
/* 337  */ }
/* 338  */ .products-4 > li:nth-child(4n+1) {
/* 339  */   clear: both;
/* 340  */ }
/* 341  */ .products-3 > li {
/* 342  */   float: left;
/* 343  */   width: 32.6%;
/* 344  */   margin-right: 1.0%;
/* 345  */   margin-bottom: 11px;
/* 346  */ }
/* 347  */ .products-3 > li:nth-child(3n) {
/* 348  */   margin-right: 0;
/* 349  */ }
/* 350  */ .products-3 > li:nth-child(3n+1) {

/* woocommerce.css */

/* 351  */   clear: both;
/* 352  */ }
/* 353  */ .products-2 > li {
/* 354  */   float: left;
/* 355  */   width: 49.5%;
/* 356  */   margin-right: 1.0%;
/* 357  */   margin-bottom: 11px;
/* 358  */ }
/* 359  */ .products-2 > li:nth-child(2n) {
/* 360  */   margin-right: 0;
/* 361  */ }
/* 362  */ .products-2 > li:nth-child(2n+1) {
/* 363  */   clear: both;
/* 364  */ }
/* 365  */ .products-1 > li {
/* 366  */   float: left;
/* 367  */   width: 100%;
/* 368  */   margin-bottom: 11px;
/* 369  */ }
/* 370  */ .products-1 > li:nth-child(2n) {
/* 371  */   margin-right: 0;
/* 372  */ }
/* 373  */ .products-1 > li:nth-child(2n+1) {
/* 374  */   clear: both;
/* 375  */ }
/* 376  */ .product-images {
/* 377  */   display: block;
/* 378  */   text-align: center;
/* 379  */   position: relative;
/* 380  */ }
/* 381  */ .onsale {
/* 382  */   -webkit-backface-visibility: hidden;
/* 383  */   display: block;
/* 384  */   z-index: 98;
/* 385  */   color: #fff;
/* 386  */   border-radius: 50%;
/* 387  */   line-height: 39px;
/* 388  */   text-align: center;
/* 389  */   position: absolute;
/* 390  */   padding: 0px 5px;
/* 391  */   pointer-events: none;
/* 392  */ }
/* 393  */ .fusion-out-of-stock {
/* 394  */   /* Cirlce Badge layout
/* 395  *| 	z-index: 98;
/* 396  *| 	-webkit-backface-visibility: hidden;
/* 397  *| 	position: absolute;
/* 398  *| 	left: 15px;
/* 399  *| 	top: 20px;
/* 400  *| 	height: 45px;

/* woocommerce.css *|

/* 401  *| 	width: 45px;
/* 402  *| 	line-height: 14px;
/* 403  *| 	.border-radius(50%);
/* 404  *| 	background-color: #AA0000;
/* 405  *| 	text-align: center;
/* 406  *| 	color: #fff;
/* 407  *| 	pointer-events: none;
/* 408  *| 	*/
/* 409  */   z-index: 98;
/* 410  */   position: absolute;
/* 411  */   left: 0;
/* 412  */   top: 0;
/* 413  */   height: 25px;
/* 414  */   width: 100%;
/* 415  */   line-height: 25px;
/* 416  */   background-clip: padding-box;
/* 417  */   background-color: rgba(210, 0, 0, 0.9);
/* 418  */   font-size: 13px;
/* 419  */   color: #fff;
/* 420  */   text-align: center;
/* 421  */   pointer-events: none;
/* 422  */ }
/* 423  */ .fusion-out-of-stock .fusion-position-text {
/* 424  */   position: relative;
/* 425  */   top: 50%;
/* 426  */   margin-left: -1px;
/* 427  */   margin-top: -14px;
/* 428  */   word-wrap: break-word;
/* 429  */ }
/* 430  */ .product-details {
/* 431  */   padding: 20px 15px 0px 15px;
/* 432  */ }
/* 433  */ .product-title {
/* 434  */   font-size: 13px;
/* 435  */   margin-top: 0;
/* 436  */   margin-bottom: 5px;
/* 437  */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 438  */   font-weight: normal;
/* 439  */ }
/* 440  */ .product .product-buttons {
/* 441  */   padding-bottom: 12px;
/* 442  */   padding-top: 12px;
/* 443  */   margin: 0 15px;
/* 444  */   margin-top: 4px;
/* 445  */   border-top: 1px solid #EBEAEA;
/* 446  */ }
/* 447  */ .star-rating {
/* 448  */   overflow: hidden;
/* 449  */   position: relative;
/* 450  */   height: 1em;

/* woocommerce.css */

/* 451  */   line-height: 1em;
/* 452  */   font-size: 1em;
/* 453  */   width: 5.1em;
/* 454  */   font-family: 'icomoon';
/* 455  */ }
/* 456  */ .star-rating:before {
/* 457  */   content: '\f006\f006\f006\f006\f006';
/* 458  */   float: left;
/* 459  */   top: 0;
/* 460  */   left: 0;
/* 461  */   position: absolute;
/* 462  */   letter-spacing: 0.1em;
/* 463  */ }
/* 464  */ .star-rating span {
/* 465  */   overflow: hidden;
/* 466  */   float: left;
/* 467  */   top: 0;
/* 468  */   left: 0;
/* 469  */   position: absolute;
/* 470  */   padding-top: 1.5em;
/* 471  */ }
/* 472  */ .star-rating span:before {
/* 473  */   content: '\f005\f005\f005\f005\f005';
/* 474  */   top: 0;
/* 475  */   position: absolute;
/* 476  */   left: 0;
/* 477  */   letter-spacing: 0.1em;
/* 478  */ }
/* 479  */ .product-details .star-rating {
/* 480  */   float: right;
/* 481  */ }
/* 482  */ .price del .amount,
/* 483  */ .product-details .price .from {
/* 484  */   font-size: 13px;
/* 485  */   margin-right: 5px;
/* 486  */ }
/* 487  */ .price ins {
/* 488  */   text-decoration: none;
/* 489  */ }
/* 490  */ .price ins .amount {
/* 491  */   font-size: 18px;
/* 492  */   text-decoration: none;
/* 493  */ }
/* 494  */ .price > .amount {
/* 495  */   font-size: 18px;
/* 496  */ }
/* 497  */ .product-details-container {
/* 498  */   border-bottom: 1px solid #e7e6e6;
/* 499  */   padding-bottom: 20px;
/* 500  */   min-height: 50px;

/* woocommerce.css */

/* 501  */ }
/* 502  */ .product-buttons a {
/* 503  */   display: block;
/* 504  */   position: relative;
/* 505  */   -moz-box-sizing: border-box;
/* 506  */   box-sizing: border-box;
/* 507  */   padding-left: 16px;
/* 508  */   width: auto;
/* 509  */   max-width: 49%;
/* 510  */   line-height: inherit;
/* 511  */   font-size: 12px;
/* 512  */   text-shadow: none;
/* 513  */ }
/* 514  */ .product-buttons a:first-child {
/* 515  */   float: left;
/* 516  */ }
/* 517  */ .product-buttons a:last-child {
/* 518  */   float: right;
/* 519  */ }
/* 520  */ .product-buttons a:before {
/* 521  */   position: absolute;
/* 522  */   margin-left: -16px;
/* 523  */   font-family: 'icomoon';
/* 524  */   color: inherit;
/* 525  */ }
/* 526  */ .product-buttons .add_to_cart_button:before,
/* 527  */ .product-buttons .product_type_simple:before {
/* 528  */   content: '\f07a';
/* 529  */ }
/* 530  */ .product-buttons .show_details_button:before {
/* 531  */   content: '\e623';
/* 532  */ }
/* 533  */ .product-buttons .product_type_variable:before,
/* 534  */ .product-buttons .product_type_grouped:before {
/* 535  */   content: '\f013';
/* 536  */ }
/* 537  */ .product-buttons .align-right {
/* 538  */   float: right;
/* 539  */   width: 41%;
/* 540  */   position: relative;
/* 541  */   line-height: normal;
/* 542  */   display: inline-block;
/* 543  */   line-height: 40px;
/* 544  */ }
/* 545  */ .product-buttons .added_to_cart {
/* 546  */   display: none;
/* 547  */ }
/* 548  */ /*
/* 549  *| .has-sidebar .products-4 .product-buttons .button,
/* 550  *| .has-sidebar .products-4 .product-buttons .show_details_button {

/* woocommerce.css *|

/* 551  *| 	width: 36%;
/* 552  *| }
/* 553  *| .has-sidebar .products-4 .product-buttons .show_details_button {
/* 554  *| 	width: auto;
/* 555  *| 	max-width: 36%;
/* 556  *| }
/* 557  *| */
/* 558  */ .product-buttons .button {
/* 559  */   text-align: left;
/* 560  */ }
/* 561  */ .product-images .crossfade-images {
/* 562  */   height: 100%;
/* 563  */   white-space: nowrap;
/* 564  */   display: block;
/* 565  */ }
/* 566  */ .product-images .crossfade-images .helper {
/* 567  */   display: inline-block;
/* 568  */   height: 100%;
/* 569  */   vertical-align: middle;
/* 570  */ }
/* 571  */ .product-images .crossfade-images:hover img:not(.hover-image) {
/* 572  */   opacity: 0;
/* 573  */ }
/* 574  */ .product-images .crossfade-images:hover .hover-image {
/* 575  */   opacity: 1 !important;
/* 576  */ }
/* 577  */ .product-images .crossfade-images img {
/* 578  */   -webkit-transition: opacity 0.5s ease-in-out;
/* 579  */   -moz-transition: opacity 0.5s ease-in-out;
/* 580  */   -o-transition: opacity 0.5s ease-in-out;
/* 581  */   transition: opacity 0.5s ease-in-out;
/* 582  */   position: relative;
/* 583  */   z-index: 50;
/* 584  */   min-width: 100%;
/* 585  */   vertical-align: middle;
/* 586  */ }
/* 587  */ .product-images .crossfade-images .hover-image {
/* 588  */   position: absolute;
/* 589  */   left: 0;
/* 590  */   right: 0;
/* 591  */   margin: 0 auto;
/* 592  */   opacity: 0;
/* 593  */ }
/* 594  */ .woocommerce-pagination .next,
/* 595  */ .woocommerce-pagination .prev,
/* 596  */ .woocommerce-pagination .next:hover,
/* 597  */ .woocommerce-pagination .prev:hover {
/* 598  */   border: 0;
/* 599  */ }
/* 600  */ .woocommerce-tabs {

/* woocommerce.css */

/* 601  */   clear: both;
/* 602  */ }
/* 603  */ #main .product .product_title {
/* 604  */   margin: 0;
/* 605  */ }
/* 606  */ .product .onsale {
/* 607  */   top: 20px;
/* 608  */   left: 15px;
/* 609  */ }
/* 610  */ .product .price {
/* 611  */   margin: 0;
/* 612  */   margin-top: 5px;
/* 613  */ }
/* 614  */ .product .product-border {
/* 615  */   height: 4px;
/* 616  */   border-top: 1px solid #e7e6e6;
/* 617  */   border-bottom: 1px solid #e7e6e6;
/* 618  */   margin-top: 10px;
/* 619  */   margin-bottom: 10px;
/* 620  */   -moz-box-sizing: content-box;
/* 621  */   -webkit-box-sizing: content-box;
/* 622  */   box-sizing: content-box;
/* 623  */ }
/* 624  */ .quantity {
/* 625  */   display: inline-block;
/* 626  */   border: 1px solid #dbdbdb;
/* 627  */   overflow: hidden;
/* 628  */ }
/* 629  */ .quantity .minus,
/* 630  */ .quantity .plus,
/* 631  */ .quantity .qty {
/* 632  */   float: left;
/* 633  */   border: 0;
/* 634  */   margin: 0;
/* 635  */   padding: 0;
/* 636  */   height: 31px;
/* 637  */   text-align: center;
/* 638  */   vertical-align: middle;
/* 639  */   font-size: 12px;
/* 640  */   color: #333;
/* 641  */ }
/* 642  */ .quantity .qty {
/* 643  */   background: transparent;
/* 644  */   width: 43px;
/* 645  */ }
/* 646  */ .quantity .minus,
/* 647  */ .quantity .plus {
/* 648  */   background: #fbfaf9;
/* 649  */   width: 26px;
/* 650  */   cursor: pointer;

/* woocommerce.css */

/* 651  */ }
/* 652  */ .quantity .minus,
/* 653  */ .quantity .qty {
/* 654  */   border-right: 1px solid #dadada;
/* 655  */ }
/* 656  */ .quantity .qty::-webkit-inner-spin-button,
/* 657  */ .quantity .qty::-webkit-outer-spin-button {
/* 658  */   -webkit-appearance: none;
/* 659  */   margin: 0;
/* 660  */ }
/* 661  */ .input-text,
/* 662  */ .quantity .minus,
/* 663  */ .quantity .plus {
/* 664  */   -webkit-appearance: none;
/* 665  */   border-radius: 0;
/* 666  */ }
/* 667  */ form.cart {
/* 668  */   margin-bottom: 40px;
/* 669  */   margin-top: 40px;
/* 670  */ }
/* 671  */ .summary .cart .gform_wrapper {
/* 672  */   overflow: visible;
/* 673  */ }
/* 674  */ .summary .cart .quantity {
/* 675  */   float: left;
/* 676  */   margin-right: 10px;
/* 677  */   margin-bottom: 5px;
/* 678  */ }
/* 679  */ .group_table {
/* 680  */   margin-bottom: 10px;
/* 681  */ }
/* 682  */ .group_table tr {
/* 683  */   vertical-align: top;
/* 684  */   height: 41px;
/* 685  */ }
/* 686  */ .group_table td {
/* 687  */   vertical-align: middle;
/* 688  */   height: 31px;
/* 689  */ }
/* 690  */ .group_table td.label {
/* 691  */   padding: 0 10px;
/* 692  */ }
/* 693  */ .product_meta > span {
/* 694  */   display: block;
/* 695  */ }
/* 696  */ .woocommerce-tabs {
/* 697  */   overflow: hidden;
/* 698  */   padding-top: 50px;
/* 699  */ }
/* 700  */ .woocommerce-tabs > .tabs {

/* woocommerce.css */

/* 701  */   list-style: none;
/* 702  */   padding: 0;
/* 703  */   margin: 0;
/* 704  */   width: 220px;
/* 705  */   float: left;
/* 706  */ }
/* 707  */ .woocommerce-tabs .tabs li a {
/* 708  */   display: block;
/* 709  */   padding: 10px 0px;
/* 710  */   border-bottom: 1px solid #e7e6e6;
/* 711  */ }
/* 712  */ .woocommerce-tabs .tabs li a .arrow,
/* 713  */ .woocommerce-tabs .tabs li a:hover .arrow {
/* 714  */   display: none;
/* 715  */ }
/* 716  */ .woocommerce-tabs .tabs li.active a .arrow,
/* 717  */ .woocommerce-tabs .tabs li.active a:hover .arrow {
/* 718  */   display: inline-block;
/* 719  */ }
/* 720  */ .woocommerce-tabs .panel {
/* 721  */   border: 1px solid #e7e6e6;
/* 722  */   margin-left: 240px;
/* 723  */ }
/* 724  */ .woocommerce #review_form input[type=text] {
/* 725  */   width: 100%;
/* 726  */ }
/* 727  */ #reviews .overall-rating {
/* 728  */   float: right;
/* 729  */ }
/* 730  */ #reviews .review-title {
/* 731  */   margin: 0;
/* 732  */ }
/* 733  */ #reviews .review-main-title {
/* 734  */   margin-bottom: 25px;
/* 735  */ }
/* 736  */ #reviews #comments > h2 {
/* 737  */   font-size: 13px;
/* 738  */   font-weight: bold;
/* 739  */   color: #747474;
/* 740  */ }
/* 741  */ #reviews .commentlist {
/* 742  */   margin-bottom: 0;
/* 743  */ }
/* 744  */ #reviews li {
/* 745  */   margin-bottom: 15px;
/* 746  */ }
/* 747  */ #reviews li:last-child {
/* 748  */   margin-bottom: 0;
/* 749  */ }
/* 750  */ #reviews li .comment-text {

/* woocommerce.css */

/* 751  */   padding: 15px;
/* 752  */   border: 1px solid #f2efef;
/* 753  */   margin-left: 70px;
/* 754  */ }
/* 755  */ #reviews li .avatar {
/* 756  */   float: left;
/* 757  */   max-width: 60px;
/* 758  */ }
/* 759  */ #reviews li .comment-text .meta {
/* 760  */   display: inline-block;
/* 761  */   margin-bottom: 10px;
/* 762  */ }
/* 763  */ #reviews li .comment-text .star-rating {
/* 764  */   float: right;
/* 765  */   margin-left: 5px;
/* 766  */ }
/* 767  */ #reviews li .comment-text .description {
/* 768  */   clear: right;
/* 769  */ }
/* 770  */ #reviews .add_review {
/* 771  */   margin: 0;
/* 772  */   margin-top: 15px;
/* 773  */   float: right;
/* 774  */ }
/* 775  */ #review_form_wrapper {
/* 776  */   margin-top: 50px;
/* 777  */ }
/* 778  */ #reviews #reply-title {
/* 779  */   font-size: 15px;
/* 780  */   margin: 0;
/* 781  */   margin-bottom: 25px;
/* 782  */ }
/* 783  */ .comment-respond .comment-reply-title {
/* 784  */   margin-top: 0;
/* 785  */   padding-top: 1em;
/* 786  */ }
/* 787  */ .comment-form-rating label {
/* 788  */   display: none;
/* 789  */ }
/* 790  */ #reviews .comment-form-comment label {
/* 791  */   display: block;
/* 792  */   margin-bottom: 4px;
/* 793  */ }
/* 794  */ #reviews input#submit {
/* 795  */   border: 0;
/* 796  */   font-size: 13px;
/* 797  */   font-weight: bold;
/* 798  */ }
/* 799  */ p.stars {
/* 800  */   position: relative;

/* woocommerce.css */

/* 801  */   line-height: 1em;
/* 802  */   font-size: 1em;
/* 803  */ }
/* 804  */ p.stars:after {
/* 805  */   content: "";
/* 806  */   display: block;
/* 807  */   clear: both;
/* 808  */ }
/* 809  */ p.stars a {
/* 810  */   width: 19%;
/* 811  */   display: block;
/* 812  */   position: relative;
/* 813  */   float: left;
/* 814  */   -webkit-box-sizing: border-box;
/* 815  */   -moz-box-sizing: border-box;
/* 816  */   box-sizing: border-box;
/* 817  */   padding: .5em .5em .5em .75em;
/* 818  */   background: rgba(0, 0, 0, 0.025);
/* 819  */   margin-right: 1%;
/* 820  */   -webkit-border-radius: 4px;
/* 821  */   -moz-border-radius: 4px;
/* 822  */   border-radius: 4px;
/* 823  */   font-weight: bold;
/* 824  */ }
/* 825  */ p.stars a:hover,
/* 826  */ p.stars a.active {
/* 827  */   background: rgba(0, 0, 0, 0.075);
/* 828  */ }
/* 829  */ p.stars a.star-1:after,
/* 830  */ p.stars a.star-2:after,
/* 831  */ p.stars a.star-3:after,
/* 832  */ p.stars a.star-4:after,
/* 833  */ p.stars a.star-5:after {
/* 834  */   font-family: 'icomoon';
/* 835  */   content: '\f005';
/* 836  */   position: absolute;
/* 837  */   top: .85em;
/* 838  */   width: 5.3em;
/* 839  */   right: 1em;
/* 840  */   font-size: .5em;
/* 841  */   -webkit-border-radius: 1em;
/* 842  */   -moz-border-radius: 1em;
/* 843  */   border-radius: 1em;
/* 844  */   color: #999;
/* 845  */   text-align: right;
/* 846  */   font-weight: normal;
/* 847  */ }
/* 848  */ p.stars a.star-1:hover,
/* 849  */ p.stars a.star-2:hover,
/* 850  */ p.stars a.star-3:hover,

/* woocommerce.css */

/* 851  */ p.stars a.star-4:hover,
/* 852  */ p.stars a.star-5:hover {
/* 853  */   text-decoration: none;
/* 854  */ }
/* 855  */ p.stars a.star-1:after {
/* 856  */   content: '\f005';
/* 857  */ }
/* 858  */ p.stars a.star-2:after {
/* 859  */   content: '\f005\f005';
/* 860  */ }
/* 861  */ p.stars a.star-3:after {
/* 862  */   content: '\f005\f005\f005';
/* 863  */ }
/* 864  */ p.stars a.star-4:after {
/* 865  */   content: '\f005\f005\f005\f005';
/* 866  */ }
/* 867  */ p.stars a.star-5:after {
/* 868  */   content: '\f005\f005\f005\f005\f005';
/* 869  */ }
/* 870  */ .related.products,
/* 871  */ .upsells.products {
/* 872  */   margin-top: 50px;
/* 873  */ }
/* 874  */ .shop_attributes {
/* 875  */   width: 100%;
/* 876  */ }
/* 877  */ .shop_attributes tr {
/* 878  */   border-bottom: 1px solid #e0e0e0;
/* 879  */ }
/* 880  */ .shop_attributes tr:last-child {
/* 881  */   border-bottom: 0;
/* 882  */ }
/* 883  */ .shop_attributes tr th {
/* 884  */   text-align: left;
/* 885  */   width: 30%;
/* 886  */   font-weight: bold;
/* 887  */   padding: 5px 0px;
/* 888  */ }
/* 889  */ .shop_attributes tr td {
/* 890  */   text-align: left;
/* 891  */   width: 70%;
/* 892  */   padding: 5px 0px;
/* 893  */ }
/* 894  */ .shop_attributes p {
/* 895  */   margin: 0;
/* 896  */ }
/* 897  */ .product {
/* 898  */   position: relative;
/* 899  */ }
/* 900  */ .product .images {

/* woocommerce.css */

/* 901  */   float: left;
/* 902  */   width: 500px;
/* 903  */   margin-right: 30px;
/* 904  */ }
/* 905  */ .product .summary.entry-summary {
/* 906  */   margin-left: 530px;
/* 907  */ }
/* 908  */ .product .entry-summary .summary-container {
/* 909  */   float: left;
/* 910  */   width: 100%;
/* 911  */ }
/* 912  */ .product .summary.entry-summary .summary-container > div:nth-child(2) {
/* 913  */   display: inline-block;
/* 914  */ }
/* 915  */ .product .images .flexslider .slides img {
/* 916  */   width: auto;
/* 917  */ }
/* 918  */ .product .images #slider,
/* 919  */ .product .images #carousel {
/* 920  */   margin-bottom: 7px;
/* 921  */ }
/* 922  */ .product .images #carousel li {
/* 923  */   margin-right: 9px;
/* 924  */   opacity: 0.5;
/* 925  */ }
/* 926  */ .product .images #carousel li.flex-active-slide {
/* 927  */   opacity: 1;
/* 928  */ }
/* 929  */ .product .images #slider .flex-direction-nav,
/* 930  */ .product .images #carousel .flex-direction-nav {
/* 931  */   display: none;
/* 932  */ }
/* 933  */ .product .images:hover #slider .flex-direction-nav,
/* 934  */ .product .images:hover #carousel .flex-direction-nav {
/* 935  */   display: block;
/* 936  */ }
/* 937  */ .has-sidebar .product .images {
/* 938  */   width: 320px;
/* 939  */ }
/* 940  */ .has-sidebar .summary.entry-summary {
/* 941  */   margin-left: 350px;
/* 942  */ }
/* 943  */ .double-sidebars .product .images {
/* 944  */   width: 210px;
/* 945  */ }
/* 946  */ .double-sidebars .summary.entry-summary {
/* 947  */   margin-left: 240px;
/* 948  */ }
/* 949  */ .woocommerce-tabs .panel {
/* 950  */   padding: 20px;

/* woocommerce.css */

/* 951  */ }
/* 952  */ .woocommerce .product .thumbnails {
/* 953  */   margin-top: 7px;
/* 954  */ }
/* 955  */ .woocommerce .product .thumbnails img {
/* 956  */   max-width: 100px;
/* 957  */   margin-right: 9px;
/* 958  */   margin-bottom: 9px;
/* 959  */ }
/* 960  */ .has-sidebar .woocommerce .product .thumbnails a:nth-child(3n) img {
/* 961  */   margin-right: 0px;
/* 962  */ }
/* 963  */ .woocommerce .social-share,
/* 964  */ .woocommerce .social-share li {
/* 965  */   list-style: none;
/* 966  */   margin: 0;
/* 967  */   padding: 0;
/* 968  */ }
/* 969  */ .woocommerce .social-share {
/* 970  */   text-align: center;
/* 971  */   border-top: 1px solid #e7e6e6;
/* 972  */   border-bottom: 1px solid #e7e6e6;
/* 973  */   margin-top: 50px;
/* 974  */ }
/* 975  */ .woocommerce .social-share li a {
/* 976  */   display: block;
/* 977  */ }
/* 978  */ .woocommerce .fusion-woo-social-share-text {
/* 979  */   margin-left: 45px;
/* 980  */ }
/* 981  */ .has-sidebar .woocommerce .social-share li,
/* 982  */ .has-sidebar .woocommerce-container .social-share li {
/* 983  */   width: 24%;
/* 984  */   padding: 10px 19px;
/* 985  */ }
/* 986  */ .woocommerce .social-share li {
/* 987  */   display: inline-block;
/* 988  */   text-align: left;
/* 989  */   width: 180px;
/* 990  */   border-right: 1px solid #e7e6e6;
/* 991  */   padding: 10px 30px;
/* 992  */ }
/* 993  */ .double-sidebars.woocommerce .social-share li {
/* 994  */   float: left;
/* 995  */ }
/* 996  */ .woocommerce .social-share li:last-child {
/* 997  */   border-right: 0;
/* 998  */ }
/* 999  */ .woocommerce .social-share li span {
/* 1000 */   display: block;

/* woocommerce.css */

/* 1001 */ }
/* 1002 */ .woocommerce-success-message {
/* 1003 */   border-top: 1px solid;
/* 1004 */   border-bottom: 1px solid;
/* 1005 */   padding: 20px 0px;
/* 1006 */   font-size: 14px;
/* 1007 */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 1008 */   margin-bottom: 40px;
/* 1009 */ }
/* 1010 */ .woocommerce-success-message .button {
/* 1011 */   float: right;
/* 1012 */ }
/* 1013 */ .woocommerce-success-message .msg:before {
/* 1014 */   font-family: 'icomoon';
/* 1015 */   content: '\f05d';
/* 1016 */   margin-right: 5px;
/* 1017 */ }
/* 1018 */ .woocommerce-success-message .button {
/* 1019 */   font-size: 12px;
/* 1020 */ }
/* 1021 */ .woocommerce-success-message .button:before {
/* 1022 */   font-family: 'icomoon';
/* 1023 */   content: '\f07a';
/* 1024 */   margin-right: 6px;
/* 1025 */ }
/* 1026 */ .empty-cart-message .msg {
/* 1027 */   font-size: 18px;
/* 1028 */ }
/* 1029 */ .empty-cart-message .msg:before {
/* 1030 */   content: '';
/* 1031 */ }
/* 1032 */ .single_variation_wrap {
/* 1033 */   margin: 10px 0px;
/* 1034 */ }
/* 1035 */ .single_variation_wrap .variations_button .quantity {
/* 1036 */   float: left;
/* 1037 */ }
/* 1038 */ .single_variation_wrap .variations_button .button {
/* 1039 */   float: left;
/* 1040 */   margin-left: 10px;
/* 1041 */ }
/* 1042 */ table.variations {
/* 1043 */   width: 100%;
/* 1044 */ }
/* 1045 */ table.variations td {
/* 1046 */   padding-bottom: 5px;
/* 1047 */ }
/* 1048 */ .variations .label {
/* 1049 */   padding-right: 10px;
/* 1050 */ }

/* woocommerce.css */

/* 1051 */ .variations .value {
/* 1052 */   min-width: 150px;
/* 1053 */ }
/* 1054 */ .single_variation_price_reset .single_variation_wrap {
/* 1055 */   float: left;
/* 1056 */   margin-top: 5px;
/* 1057 */ }
/* 1058 */ .product .single_variation_price_reset .single_variation_wrap .price {
/* 1059 */   margin-top: 0;
/* 1060 */ }
/* 1061 */ .single_variation_price_reset .reset_variations {
/* 1062 */   float: right;
/* 1063 */   margin-top: 5px;
/* 1064 */ }
/* 1065 */ #wrapper .widget .product_list_widget li {
/* 1066 */   padding-bottom: 10px;
/* 1067 */   margin-bottom: 10px;
/* 1068 */ }
/* 1069 */ .product_list_widget .wp-post-image {
/* 1070 */   max-width: 58px;
/* 1071 */   float: right;
/* 1072 */   margin-left: 15px;
/* 1073 */ }
/* 1074 */ .product_list_widget li,
/* 1075 */ .widget_layered_nav li {
/* 1076 */   border-bottom-width: 1px;
/* 1077 */   border-bottom-style: solid;
/* 1078 */   overflow: hidden;
/* 1079 */ }
/* 1080 */ .product_list_widget li a,
/* 1081 */ .widget_layered_nav li a {
/* 1082 */   border-bottom: 0;
/* 1083 */   padding: 0;
/* 1084 */ }
/* 1085 */ .widget_layered_nav li.chosen {
/* 1086 */   background-color: #A0CE4E;
/* 1087 */ }
/* 1088 */ .widget_layered_nav li.chosen a {
/* 1089 */   margin-left: 14px;
/* 1090 */ }
/* 1091 */ .widget_layered_nav li.chosen a:before,
/* 1092 */ .widget_layered_nav_filters li.chosen a:before {
/* 1093 */   position: absolute;
/* 1094 */   content: '\e61d';
/* 1095 */   margin-left: -17px;
/* 1096 */   -webkit-transform: rotate(45deg);
/* 1097 */   -moz-transform: rotate(45deg);
/* 1098 */   -ms-transform: rotate(45deg);
/* 1099 */   -o-transform: rotate(45deg);
/* 1100 */   transform: rotate(45deg);

/* woocommerce.css */

/* 1101 */   font-family: 'icomoon';
/* 1102 */ }
/* 1103 */ .widget_layered_nav_filters li.chosen {
/* 1104 */   display: inline-block;
/* 1105 */   margin: 0 3px 3px 0;
/* 1106 */   padding: 2px 5px 2px 20px;
/* 1107 */   background-color: #A0CE4E;
/* 1108 */ }
/* 1109 */ .product_list_widget li .amount,
/* 1110 */ .product_list_widget li .quantity {
/* 1111 */   display: block;
/* 1112 */   font-size: 15px;
/* 1113 */   font-weight: bold;
/* 1114 */   padding-top: 3px;
/* 1115 */ }
/* 1116 */ .product_list_widget li .quantity {
/* 1117 */   border: 0;
/* 1118 */ }
/* 1119 */ .product_list_widget li dl {
/* 1120 */   margin: 0;
/* 1121 */ }
/* 1122 */ .product_list_widget li dt,
/* 1123 */ .product_list_widget li dd {
/* 1124 */   margin: 0;
/* 1125 */   display: inline;
/* 1126 */ }
/* 1127 */ .product_list_widget li dt {
/* 1128 */   font-weight: bold;
/* 1129 */   margin-right: 5px;
/* 1130 */ }
/* 1131 */ .product_list_widget li .star-rating {
/* 1132 */   margin: 5px 0px;
/* 1133 */ }
/* 1134 */ .widget_shopping_cart_content .total .amount {
/* 1135 */   display: inline-block;
/* 1136 */   margin-left: 25px;
/* 1137 */ }
/* 1138 */ .widget_shopping_cart_content .buttons {
/* 1139 */   background: #f6f6f6;
/* 1140 */   overflow: hidden;
/* 1141 */ }
/* 1142 */ .widget_shopping_cart_content .buttons a {
/* 1143 */   display: inline-block;
/* 1144 */   width: 50%;
/* 1145 */   float: left;
/* 1146 */   text-indent: 10px;
/* 1147 */   margin: 0;
/* 1148 */   height: 35px;
/* 1149 */   line-height: 35px;
/* 1150 */ }

/* woocommerce.css */

/* 1151 */ .widget_shopping_cart_content .buttons > a:before {
/* 1152 */   font-family: 'icomoon';
/* 1153 */   content: '\f07a';
/* 1154 */   margin-right: 10px;
/* 1155 */ }
/* 1156 */ .widget_shopping_cart_content .buttons a.checkout:before {
/* 1157 */   font-family: 'icomoon';
/* 1158 */   content: '\f046';
/* 1159 */   margin-right: 10px;
/* 1160 */ }
/* 1161 */ .widget_layered_nav li {
/* 1162 */   overflow: hidden;
/* 1163 */   padding: 10px 0px;
/* 1164 */ }
/* 1165 */ .widget_layered_nav li a {
/* 1166 */   float: left;
/* 1167 */ }
/* 1168 */ .widget_layered_nav li .count {
/* 1169 */   float: right;
/* 1170 */   font-size: 12px;
/* 1171 */ }
/* 1172 */ .price_slider_wrapper {
/* 1173 */   border-bottom: 1px solid;
/* 1174 */   padding-bottom: 18px;
/* 1175 */ }
/* 1176 */ .price_slider_amount {
/* 1177 */   text-align: right;
/* 1178 */   margin-top: 15px;
/* 1179 */ }
/* 1180 */ .price_slider_amount .button {
/* 1181 */   float: left;
/* 1182 */   font-weight: bold;
/* 1183 */   height: 25px;
/* 1184 */   line-height: 25px;
/* 1185 */   font-size: 13px;
/* 1186 */   padding: 0 6px;
/* 1187 */ }
/* 1188 */ .price_label {
/* 1189 */   line-height: 25px;
/* 1190 */ }
/* 1191 */ .price_label .from {
/* 1192 */   margin-left: 3px;
/* 1193 */ }
/* 1194 */ .price_label .from,
/* 1195 */ .price_label .to {
/* 1196 */   font-size: 14px;
/* 1197 */   font-weight: bold;
/* 1198 */ }
/* 1199 */ .ui-slider {
/* 1200 */   position: relative;

/* woocommerce.css */

/* 1201 */   text-align: left;
/* 1202 */ }
/* 1203 */ .ui-slider .ui-slider-handle {
/* 1204 */   position: absolute;
/* 1205 */   z-index: 2;
/* 1206 */   width: 12px;
/* 1207 */   height: 12px;
/* 1208 */   top: -0.3em;
/* 1209 */   outline: none;
/* 1210 */ }
/* 1211 */ .ui-slider .ui-slider-handle:before {
/* 1212 */   border: 1px solid #333;
/* 1213 */   -moz-border-radius: 50%;
/* 1214 */   -webkit-border-radius: 50%;
/* 1215 */   border-radius: 50%;
/* 1216 */   -moz-background-clip: padding;
/* 1217 */   -webkit-background-clip: padding-box;
/* 1218 */   background-clip: padding-box;
/* 1219 */   background-color: #fff;
/* 1220 */   width: 12px;
/* 1221 */   height: 12px;
/* 1222 */   outline: none;
/* 1223 */   content: '';
/* 1224 */   display: block;
/* 1225 */   position: absolute;
/* 1226 */   top: 0;
/* 1227 */   left: 0;
/* 1228 */ }
/* 1229 */ .ui-slider .ui-slider-handle:after {
/* 1230 */   border: 1px solid #333;
/* 1231 */   -moz-border-radius: 50%;
/* 1232 */   -webkit-border-radius: 50%;
/* 1233 */   border-radius: 50%;
/* 1234 */   -moz-background-clip: padding;
/* 1235 */   -webkit-background-clip: padding-box;
/* 1236 */   background-clip: padding-box;
/* 1237 */   background-color: #fff;
/* 1238 */   width: 2px;
/* 1239 */   height: 2px;
/* 1240 */   outline: none;
/* 1241 */   content: '';
/* 1242 */   display: block;
/* 1243 */   position: absolute;
/* 1244 */   top: 5px;
/* 1245 */   left: 5px;
/* 1246 */   z-index: 3;
/* 1247 */ }
/* 1248 */ .ui-slider .ui-slider-handle:last-child {
/* 1249 */   margin-left: -1em;
/* 1250 */ }

/* woocommerce.css */

/* 1251 */ .ui-slider .ui-slider-range {
/* 1252 */   position: absolute;
/* 1253 */   z-index: 1;
/* 1254 */   font-size: .7em;
/* 1255 */   display: block;
/* 1256 */   border: 0;
/* 1257 */   -webkit-border-radius: 1em;
/* 1258 */   -moz-border-radius: 1em;
/* 1259 */   border-radius: 1em;
/* 1260 */ }
/* 1261 */ .price_slider_wrapper .ui-widget-content {
/* 1262 */   -webkit-border-radius: 1em;
/* 1263 */   -moz-border-radius: 1em;
/* 1264 */   border-radius: 1em;
/* 1265 */ }
/* 1266 */ .ui-slider-horizontal {
/* 1267 */   height: .5em;
/* 1268 */ }
/* 1269 */ .ui-slider-horizontal .ui-slider-range {
/* 1270 */   top: 0;
/* 1271 */   height: 100%;
/* 1272 */ }
/* 1273 */ .ui-slider-horizontal .ui-slider-range-min {
/* 1274 */   left: -1px;
/* 1275 */ }
/* 1276 */ .ui-slider-horizontal .ui-slider-range-max {
/* 1277 */   right: -1px;
/* 1278 */ }
/* 1279 */ .simple-products-slider {
/* 1280 */   overflow: hidden;
/* 1281 */ }
/* 1282 */ #main .simple-products-slider .image .image-extras .image-extras-content h3 {
/* 1283 */   margin-top: 0px;
/* 1284 */   margin-bottom: 5px;
/* 1285 */   font-size: 13px;
/* 1286 */ }
/* 1287 */ .simple-products-slider .cats {
/* 1288 */   font-size: 11px;
/* 1289 */   margin-bottom: 5px;
/* 1290 */   line-height: normal;
/* 1291 */ }
/* 1292 */ .simple-products-slider .price {
/* 1293 */   display: inline-block;
/* 1294 */   margin-bottom: 5px;
/* 1295 */ }
/* 1296 */ .simple-products-slider .price .amount {
/* 1297 */   font-size: 18px;
/* 1298 */ }
/* 1299 */ .simple-products-slider .product-buttons {
/* 1300 */   padding: 0;

/* woocommerce.css */

/* 1301 */   height: auto;
/* 1302 */ }
/* 1303 */ .simple-products-slider .product-buttons a {
/* 1304 */   display: inline;
/* 1305 */   height: auto;
/* 1306 */   line-height: normal;
/* 1307 */   float: none;
/* 1308 */ }
/* 1309 */ .simple-products-slider .product-buttons a:before {
/* 1310 */   margin-right: 0;
/* 1311 */ }
/* 1312 */ .simple-products-slider .product-buttons .show_details_button {
/* 1313 */   margin-left: 5px;
/* 1314 */ }
/* 1315 */ .product-category h3 {
/* 1316 */   padding: 0 20px;
/* 1317 */ }
/* 1318 */ #customer_login h2 {
/* 1319 */   margin-bottom: 5px;
/* 1320 */ }
/* 1321 */ #customer_login .sep-double {
/* 1322 */   margin-bottom: 40px;
/* 1323 */ }
/* 1324 */ #customer_login_box {
/* 1325 */   border: 1px solid;
/* 1326 */   padding: 30px;
/* 1327 */   -webkit-box-sizing: border-box;
/* 1328 */   /* Safari/Chrome, other WebKit */
/* 1329 */   -moz-box-sizing: border-box;
/* 1330 */   /* Firefox, other Gecko */
/* 1331 */   box-sizing: border-box;
/* 1332 */   /* Opera/IE 8+ */
/* 1333 */ }
/* 1334 */ #customer_login .one_half.last {
/* 1335 */   padding-top: 29px;
/* 1336 */ }
/* 1337 */ #customer_login_box .remember-box {
/* 1338 */   padding-left: 20px;
/* 1339 */   padding-right: 20px;
/* 1340 */ }
/* 1341 */ #customer_login .col-1,
/* 1342 */ #customer_login .col-2 {
/* 1343 */   width: 48%;
/* 1344 */   float: left;
/* 1345 */ }
/* 1346 */ #customer_login .col-1 {
/* 1347 */   margin-right: 4%;
/* 1348 */ }
/* 1349 */ .woocommerce .myaccount_user_container {
/* 1350 */   display: table-row;

/* woocommerce.css */

/* 1351 */ }
/* 1352 */ .myaccount_user_container span {
/* 1353 */   display: table-cell;
/* 1354 */   padding: 25px 0px;
/* 1355 */   border-right: 1px solid;
/* 1356 */ }
/* 1357 */ .myaccount_user_container span.msg {
/* 1358 */   padding-left: 20px;
/* 1359 */   padding-right: 20px;
/* 1360 */ }
/* 1361 */ .myaccount_user_container span:last-child {
/* 1362 */   border-right: 0;
/* 1363 */   padding-left: 20px;
/* 1364 */ }
/* 1365 */ .myaccount_user_container .username {
/* 1366 */   padding-left: 25px;
/* 1367 */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 1368 */   font-size: 18px;
/* 1369 */   font-weight: normal;
/* 1370 */ }
/* 1371 */ .myaccount_user_container .username:before {
/* 1372 */   position: absolute;
/* 1373 */   margin-left: -25px;
/* 1374 */   font-family: 'IcoMoon';
/* 1375 */   content: '\f05d';
/* 1376 */ }
/* 1377 */ .myaccount_user_container .view-cart a {
/* 1378 */   text-transform: uppercase;
/* 1379 */ }
/* 1380 */ .myaccount_user_container .view-cart a {
/* 1381 */   padding-left: 25px;
/* 1382 */ }
/* 1383 */ .myaccount_user_container .view-cart a:before {
/* 1384 */   position: absolute;
/* 1385 */   margin-left: -25px;
/* 1386 */   font-family: 'IcoMoon';
/* 1387 */   content: '\f07a';
/* 1388 */   color: inherit;
/* 1389 */ }
/* 1390 */ .myaccount_user {
/* 1391 */   display: none;
/* 1392 */ }
/* 1393 */ .avada_myaccount_user {
/* 1394 */   display: table;
/* 1395 */   width: 100%;
/* 1396 */   border-top: 1px solid;
/* 1397 */   border-bottom: 1px solid;
/* 1398 */   margin-bottom: 30px;
/* 1399 */ }
/* 1400 */ #main .avada-myaccount-data {

/* woocommerce.css */

/* 1401 */   overflow: visible;
/* 1402 */ }
/* 1403 */ .avada-myaccount-data h2,
/* 1404 */ .avada-myaccount-data .digital-downloads,
/* 1405 */ .avada-myaccount-data .my_account_orders,
/* 1406 */ .avada-myaccount-data .myaccount_address,
/* 1407 */ .avada-myaccount-data .addresses,
/* 1408 */ .avada-myaccount-data .edit-account-heading,
/* 1409 */ .avada-myaccount-data .edit-account-form,
/* 1410 */ .edit-address {
/* 1411 */   display: none;
/* 1412 */ }
/* 1413 */ .avada-myaccount-data .digital-downloads,
/* 1414 */ .avada-thank-you .order_details {
/* 1415 */   list-style: none;
/* 1416 */   margin: 10px 0 0;
/* 1417 */   padding: 0;
/* 1418 */ }
/* 1419 */ .avada-myaccount-data .digital-downloads li,
/* 1420 */ .avada-thank-you .order_details li {
/* 1421 */   line-height: 19px;
/* 1422 */   margin: 0 0 15px;
/* 1423 */   padding: 0 0 0 25px;
/* 1424 */ }
/* 1425 */ .avada-myaccount-data .digital-downloads li:before,
/* 1426 */ .avada-thank-you .order_details li:before {
/* 1427 */   border-radius: 50%;
/* 1428 */   font-size: 12px;
/* 1429 */   text-align: center;
/* 1430 */   content: '\f105';
/* 1431 */   display: inline-block;
/* 1432 */   float: left;
/* 1433 */   font-family: 'icomoon';
/* 1434 */   font-style: normal;
/* 1435 */   font-weight: normal;
/* 1436 */   height: 19px;
/* 1437 */   margin-left: -25px;
/* 1438 */   margin-right: 0;
/* 1439 */   text-decoration: inherit;
/* 1440 */   width: 19px;
/* 1441 */ }
/* 1442 */ .avada-myaccount-data .my_account_orders .order-total {
/* 1443 */   border-top: none;
/* 1444 */ }
/* 1445 */ .avada-myaccount-data .my_account_orders.shop_table tbody tr {
/* 1446 */   height: 46px;
/* 1447 */ }
/* 1448 */ .avada-myaccount-data .addresses .col-1,
/* 1449 */ .avada-myaccount-data .addresses .col-2,
/* 1450 */ .avada-customer-details .addresses .col-1,

/* woocommerce.css */

/* 1451 */ .avada-customer-details .addresses .col-2 {
/* 1452 */   width: 48%;
/* 1453 */   float: left;
/* 1454 */ }
/* 1455 */ .avada-myaccount-data .addresses .col-1,
/* 1456 */ .avada-customer-details .addresses .col-1 {
/* 1457 */   margin-right: 4%;
/* 1458 */ }
/* 1459 */ .avada-myaccount-data .addresses .title,
/* 1460 */ .avada-customer-details .addresses .title {
/* 1461 */   margin-top: 0;
/* 1462 */   border-bottom: 1px solid;
/* 1463 */   margin-bottom: 15px;
/* 1464 */   padding-bottom: 5px;
/* 1465 */   display: block;
/* 1466 */ }
/* 1467 */ .avada-myaccount-data .addresses .title h3,
/* 1468 */ .avada-customer-details .addresses .title h3 {
/* 1469 */   font-weight: bold;
/* 1470 */ }
/* 1471 */ .avada-myaccount-data .addresses .title .edit {
/* 1472 */   display: inline-block;
/* 1473 */   margin: 2px 0 0 10px;
/* 1474 */ }
/* 1475 */ body:not(:-moz-handler-blocked) .avada-myaccount-data .addresses .title .edit {
/* 1476 */   margin-top: 3px;
/* 1477 */ }
/* 1478 */ .avada-myaccount-data .input-text {
/* 1479 */   padding: 8px 15px;
/* 1480 */ }
/* 1481 */ .avada-myaccount-data .myaccount_address .chosen-container-single,
/* 1482 */ .avada-myaccount-data #billing_country_chosen,
/* 1483 */ .avada-myaccount-data #billing_state_chosen,
/* 1484 */ .avada-myaccount-data #shipping_country_chosen,
/* 1485 */ .avada-myaccount-data #shipping_state_chosen,
/* 1486 */ .avada-checkout #billing_country_chosen,
/* 1487 */ .avada-checkout #billing_state_chosen,
/* 1488 */ .avada-checkout #shipping_country_chosen,
/* 1489 */ .avada-checkout #shipping_state_chosen {
/* 1490 */   width: 100% !important;
/* 1491 */ }
/* 1492 */ /* START WooCommerce 2.3 select2 styles  */
/* 1493 */ .avada-select .select2-container {
/* 1494 */   width: 100% !important;
/* 1495 */ }
/* 1496 */ .avada-select .select2-container .select2-choice,
/* 1497 */ .avada-select .select2-container .select2-choice2 {
/* 1498 */   color: #aaa9a9;
/* 1499 */   background-color: #ffffff;
/* 1500 */   -webkit-appearance: none;

/* woocommerce.css */

/* 1501 */   box-sizing: border-box;
/* 1502 */   -webkit-box-sizing: border-box;
/* 1503 */   -moz-box-sizing: border-box;
/* 1504 */   -o-box-sizing: border-box;
/* 1505 */   height: 34px;
/* 1506 */   padding: 7px 15px;
/* 1507 */   border-radius: 0;
/* 1508 */   -webkit-border-radius: 0;
/* 1509 */   -moz-border-radius: 0;
/* 1510 */   -o-border-radius: 0;
/* 1511 */   background-image: none;
/* 1512 */ }
/* 1513 */ .avada-select .select2-container .select2-choice .select2-arrow,
/* 1514 */ .avada-select .select2-container .select2-choice2 .select2-arrow {
/* 1515 */   border-radius: 0;
/* 1516 */   -webkit-border-radius: 0;
/* 1517 */   -moz-border-radius: 0;
/* 1518 */   -o-border-radius: 0;
/* 1519 */   background-image: none;
/* 1520 */   width: 34px;
/* 1521 */   height: 34px;
/* 1522 */   line-height: 34px;
/* 1523 */   border-left: 1px solid #dadada;
/* 1524 */   position: absolute;
/* 1525 */   background: transparent;
/* 1526 */   pointer-events: none;
/* 1527 */   z-index: 10;
/* 1528 */   font-family: 'icomoon';
/* 1529 */   font-size: 9px;
/* 1530 */   text-align: center;
/* 1531 */ }
/* 1532 */ .avada-select .select2-container .select2-choice .select2-arrow b,
/* 1533 */ .avada-select .select2-container .select2-choice2 .select2-arrow b {
/* 1534 */   pointer-events: none;
/* 1535 */   z-index: 10;
/* 1536 */   font-family: 'icomoon';
/* 1537 */   font-size: 9px;
/* 1538 */   text-align: center;
/* 1539 */   background: none;
/* 1540 */ }
/* 1541 */ .avada-select .select2-container .select2-choice .select2-arrow b:after,
/* 1542 */ .avada-select .select2-container .select2-choice2 .select2-arrow b:after {
/* 1543 */   display: none;
/* 1544 */ }
/* 1545 */ .avada-select .select2-container .select2-choice .select2-arrow b:before,
/* 1546 */ .avada-select .select2-container .select2-choice2 .select2-arrow b:before {
/* 1547 */   content: '\e61f';
/* 1548 */ }
/* 1549 */ .avada-select .select2-container.select2-dropdown-open .select2-choice,
/* 1550 */ .avada-select .select2-container.select2-dropdown-open .select2-choices {

/* woocommerce.css */

/* 1551 */   background: inherit;
/* 1552 */   background-image: inherit;
/* 1553 */   background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
/* 1554 */   background-image: -webkit-linear-gradient(center bottom, #ffffff 0, #eeeeee 50%);
/* 1555 */   background-image: -moz-linear-gradient(center bottom, #ffffff 0, #eeeeee 50%);
/* 1556 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
/* 1557 */   background-image: linear-gradient(to top, #ffffff 0, #eeeeee 50%);
/* 1558 */   background-color: #eee;
/* 1559 */ }
/* 1560 */ .avada-select .select2-container.select2-dropdown-open .select2-choice .select2-arrow,
/* 1561 */ .avada-select .select2-container.select2-dropdown-open .select2-choices .select2-arrow {
/* 1562 */   -webkit-transform: rotate(180deg);
/* 1563 */   -moz-transform: rotate(180deg);
/* 1564 */   -o-transform: rotate(180deg);
/* 1565 */   -ms-transform: rotate(180deg);
/* 1566 */   transform: rotate(180deg);
/* 1567 */   line-height: 28px;
/* 1568 */   height: 28px;
/* 1569 */   border-left-color: transparent;
/* 1570 */ }
/* 1571 */ /* END WooCommerce 2.3 select2 styles  */
/* 1572 */ .avada-order-details {
/* 1573 */   margin-bottom: 20px;
/* 1574 */ }
/* 1575 */ .avada-order-details .shop_table.order_details .product-total {
/* 1576 */   text-align: right;
/* 1577 */ }
/* 1578 */ .avada-order-details .shop_table.order_details tfoot {
/* 1579 */   border-top: 1px solid;
/* 1580 */ }
/* 1581 */ .avada-order-details .shop_table.order_details tfoot tr {
/* 1582 */   border: none;
/* 1583 */ }
/* 1584 */ .avada-order-details .shop_table.order_details tfoot tr .filler-td {
/* 1585 */   padding: 10px 0;
/* 1586 */   width: 100%;
/* 1587 */ }
/* 1588 */ .avada-order-details .shop_table.order_details tfoot tr th {
/* 1589 */   padding: 10px 40px 10px 0;
/* 1590 */   border: none;
/* 1591 */   text-align: right;
/* 1592 */   white-space: nowrap;
/* 1593 */ }
/* 1594 */ .avada-order-details .shop_table.order_details tfoot tr td {
/* 1595 */   vertical-align: middle;
/* 1596 */   padding: 10px 0;
/* 1597 */   white-space: nowrap;
/* 1598 */ }
/* 1599 */ .avada-order-details .shop_table.order_details tfoot tr:last-child td {
/* 1600 */   padding-top: 10px;

/* woocommerce.css */

/* 1601 */ }
/* 1602 */ .avada-order-details .order-again {
/* 1603 */   margin: 15px 0 0 0;
/* 1604 */   text-align: right;
/* 1605 */ }
/* 1606 */ .avada-order-details .shop_table.order_details tfoot tr:last-child .amount {
/* 1607 */   font-size: 18px;
/* 1608 */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 1609 */ }
/* 1610 */ .avada-customer-details .customer_details dt,
/* 1611 */ .avada-customer-details .customer_details dd {
/* 1612 */   display: inline-block;
/* 1613 */   margin: 0;
/* 1614 */ }
/* 1615 */ .avada-customer-details .customer_details dt {
/* 1616 */   font-weight: bold;
/* 1617 */ }
/* 1618 */ .avada-thank-you {
/* 1619 */   margin-bottom: 20px;
/* 1620 */ }
/* 1621 */ #main .cart-empty {
/* 1622 */   float: left;
/* 1623 */   font-size: 18px;
/* 1624 */   border-top: 1px solid;
/* 1625 */   border-bottom: 1px solid;
/* 1626 */   width: 50%;
/* 1627 */   line-height: 55px;
/* 1628 */   height: 55px;
/* 1629 */ }
/* 1630 */ #main .return-to-shop {
/* 1631 */   float: left;
/* 1632 */   border-top: 1px solid;
/* 1633 */   border-bottom: 1px solid;
/* 1634 */   width: 50%;
/* 1635 */   text-align: right;
/* 1636 */   line-height: 55px;
/* 1637 */   height: 55px;
/* 1638 */ }
/* 1639 */ .return-to-shop .wc-backward {
/* 1640 */   padding-left: 25px;
/* 1641 */ }
/* 1642 */ .return-to-shop .wc-backward:before {
/* 1643 */   position: absolute;
/* 1644 */   content: '\f07a';
/* 1645 */   font-family: 'icomoon';
/* 1646 */   margin-left: -25px;
/* 1647 */   color: inherit;
/* 1648 */ }
/* 1649 */ .woocommerce-side-nav {
/* 1650 */   float: left;

/* woocommerce.css */

/* 1651 */   list-style: none;
/* 1652 */   margin: 0;
/* 1653 */   padding: 0;
/* 1654 */   width: 220px;
/* 1655 */ }
/* 1656 */ .woocommerce-side-nav li a {
/* 1657 */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 1658 */   display: block;
/* 1659 */   height: 36px;
/* 1660 */   line-height: 36px;
/* 1661 */   border-bottom: 1px solid;
/* 1662 */ }
/* 1663 */ .woocommerce-side-nav li.active a:after {
/* 1664 */   position: absolute;
/* 1665 */   font-size: 14px;
/* 1666 */   font-family: 'icomoon';
/* 1667 */   content: '\f105';
/* 1668 */   margin-left: 5px;
/* 1669 */ }
/* 1670 */ .woocommerce-content-box {
/* 1671 */   border: 1px solid;
/* 1672 */   padding: 30px;
/* 1673 */   margin-left: 240px;
/* 1674 */   overflow: hidden;
/* 1675 */   -webkit-box-sizing: border-box;
/* 1676 */   /* Safari/Chrome, other WebKit */
/* 1677 */   -moz-box-sizing: border-box;
/* 1678 */   /* Firefox, other Gecko */
/* 1679 */   box-sizing: border-box;
/* 1680 */   /* Opera/IE 8+ */
/* 1681 */ }
/* 1682 */ .woocommerce-content-box.full-width {
/* 1683 */   margin-left: 0;
/* 1684 */   width: 100%;
/* 1685 */ }
/* 1686 */ .woocommerce-content-box.no-bottom-space {
/* 1687 */   padding-bottom: 0;
/* 1688 */ }
/* 1689 */ .woocommerce-content-box.one_half {
/* 1690 */   margin-left: 0;
/* 1691 */   width: 48%;
/* 1692 */   margin-right: 4%;
/* 1693 */   float: left;
/* 1694 */   margin-bottom: 20px;
/* 1695 */   position: relative;
/* 1696 */ }
/* 1697 */ .woocommerce-content-box.avada-checkout {
/* 1698 */   overflow: visible;
/* 1699 */ }
/* 1700 */ .woocommerce-content-box h2 {

/* woocommerce.css */

/* 1701 */   border-bottom: 1px solid;
/* 1702 */   padding-bottom: 10px;
/* 1703 */   margin-bottom: 30px;
/* 1704 */ }
/* 1705 */ .available-downloads {
/* 1706 */   margin-bottom: 50px;
/* 1707 */ }
/* 1708 */ .my_account_orders {
/* 1709 */   width: 100%;
/* 1710 */   text-align: left;
/* 1711 */   margin: 0;
/* 1712 */ }
/* 1713 */ .my_account_orders tr {
/* 1714 */   border-bottom: 1px solid;
/* 1715 */ }
/* 1716 */ .my_account_orders tbody tr:last-child {
/* 1717 */   border-bottom: 0;
/* 1718 */ }
/* 1719 */ .my_account_orders thead tr th {
/* 1720 */   padding-bottom: 12px;
/* 1721 */   font-weight: bold;
/* 1722 */   font-size: 13px;
/* 1723 */ }
/* 1724 */ .my_account_orders thead tr th {
/* 1725 */   height: auto;
/* 1726 */   line-height: normal;
/* 1727 */ }
/* 1728 */ .my_account_orders .order-number a {
/* 1729 */   font-size: 18px;
/* 1730 */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 1731 */ }
/* 1732 */ .my_account_orders .order-actions a {
/* 1733 */   display: block;
/* 1734 */   text-shadow: none;
/* 1735 */ }
/* 1736 */ .my_account_orders .order-actions a:after {
/* 1737 */   position: absolute;
/* 1738 */   font-size: 14px;
/* 1739 */   font-family: 'icomoon';
/* 1740 */   content: '\f105';
/* 1741 */   margin-left: 10px;
/* 1742 */ }
/* 1743 */ #main .page-info {
/* 1744 */   margin-bottom: 10px;
/* 1745 */ }
/* 1746 */ .woocommerce .addresses {
/* 1747 */   margin-top: 40px;
/* 1748 */   overflow: hidden;
/* 1749 */ }
/* 1750 */ .woocommerce .address h4 {

/* woocommerce.css */

/* 1751 */   font-weight: bold;
/* 1752 */   margin-top: 0;
/* 1753 */   border-bottom: 1px solid;
/* 1754 */   padding-bottom: 5px;
/* 1755 */ }
/* 1756 */ .woocommerce address {
/* 1757 */   font-style: normal;
/* 1758 */   margin-bottom: 20px;
/* 1759 */ }
/* 1760 */ .woocommerce .address .edit {
/* 1761 */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 1762 */ }
/* 1763 */ .woocommerce .address .edit:after {
/* 1764 */   position: absolute;
/* 1765 */   font-size: 14px;
/* 1766 */   font-family: 'icomoon';
/* 1767 */   content: '\f105';
/* 1768 */   margin-left: 10px;
/* 1769 */ }
/* 1770 */ .checkout .input-text {
/* 1771 */   padding: 8px 15px;
/* 1772 */ }
/* 1773 */ .shop_table {
/* 1774 */   width: 100%;
/* 1775 */   text-align: left;
/* 1776 */   margin: 0;
/* 1777 */ }
/* 1778 */ .shop_table tr {
/* 1779 */   border-bottom: 1px solid;
/* 1780 */ }
/* 1781 */ .shop_table td {
/* 1782 */   padding: 10px 0;
/* 1783 */ }
/* 1784 */ .shop_table tbody tr:last-child {
/* 1785 */   border-bottom: 0;
/* 1786 */ }
/* 1787 */ .shop_table thead tr th {
/* 1788 */   padding-bottom: 12px;
/* 1789 */   font-weight: bold;
/* 1790 */   font-size: 13px;
/* 1791 */ }
/* 1792 */ .shop_table thead tr th {
/* 1793 */   height: auto;
/* 1794 */   line-height: normal;
/* 1795 */ }
/* 1796 */ .shop_table tbody tr {
/* 1797 */   height: 140px;
/* 1798 */ }
/* 1799 */ .shop_table.my_account_subscriptions tbody tr {
/* 1800 */   height: auto;

/* woocommerce.css */

/* 1801 */ }
/* 1802 */ .shop_table .product-thumbnail {
/* 1803 */   width: 90px;
/* 1804 */   margin-right: 25px;
/* 1805 */   float: left;
/* 1806 */ }
/* 1807 */ .shop_table .product-thumbnail img {
/* 1808 */   max-width: 90px;
/* 1809 */ }
/* 1810 */ .shop_table .product-name {
/* 1811 */   width: 50%;
/* 1812 */ }
/* 1813 */ .shop_table .product-title a {
/* 1814 */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 1815 */ }
/* 1816 */ .product-info {
/* 1817 */   margin-left: 115px;
/* 1818 */   margin-top: 20px;
/* 1819 */ }
/* 1820 */ .shop_table .product-thumbnail .product-info {
/* 1821 */   margin-top: 20px;
/* 1822 */ }
/* 1823 */ .shop_table .product-thumbnail .product-info .variation dt {
/* 1824 */   float: left;
/* 1825 */   margin-right: 5px;
/* 1826 */ }
/* 1827 */ .shop_table .product-thumbnail .product-info .variation dd {
/* 1828 */   margin-left: 0;
/* 1829 */ }
/* 1830 */ .shop_table .product-remove a {
/* 1831 */   font-size: 24px;
/* 1832 */   float: right;
/* 1833 */ }
/* 1834 */ .shop_table .product-price {
/* 1835 */   text-align: center;
/* 1836 */ }
/* 1837 */ .shop_table .product-quantity {
/* 1838 */   text-align: center;
/* 1839 */ }
/* 1840 */ .checkout .shop_table .product-quantity {
/* 1841 */   text-align: initial;
/* 1842 */ }
/* 1843 */ .shop_table .product-quantity .quantity {
/* 1844 */   margin: 0 auto;
/* 1845 */ }
/* 1846 */ .shop_table .product-subtotal {
/* 1847 */   text-align: center;
/* 1848 */ }
/* 1849 */ .shop_table .product-subtotal .amount {
/* 1850 */   font-size: 18px;

/* woocommerce.css */

/* 1851 */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 1852 */ }
/* 1853 */ .shop_table .product-remove {
/* 1854 */   width: 5%;
/* 1855 */ }
/* 1856 */ .shop_table .variation dt,
/* 1857 */ .shop_table .variation dd {
/* 1858 */   margin: 0;
/* 1859 */   display: inline-block;
/* 1860 */ }
/* 1861 */ .shop_table .variation p {
/* 1862 */   margin-bottom: 5px;
/* 1863 */ }
/* 1864 */ .one_half_container {
/* 1865 */   float: left;
/* 1866 */ }
/* 1867 */ .cart-collaterals {
/* 1868 */   margin-top: 30px;
/* 1869 */   overflow: hidden;
/* 1870 */ }
/* 1871 */ .cart-collaterals .one_half .woocommerce-content-box {
/* 1872 */   margin-bottom: 30px;
/* 1873 */ }
/* 1874 */ .cart-collaterals .form-row input,
/* 1875 */ .cart-collaterals .avada-select-parent input {
/* 1876 */   padding: 9px 15px;
/* 1877 */   margin: 0;
/* 1878 */ }
/* 1879 */ .cart-collaterals ul.products li {
/* 1880 */   margin-bottom: 0;
/* 1881 */ }
/* 1882 */ .cart-collaterals .cross-sells {
/* 1883 */   margin-bottom: 30px;
/* 1884 */ }
/* 1885 */ .shipping-calculator-form-nohide #calc_shipping_state {
/* 1886 */   min-width: 100%;
/* 1887 */ }
/* 1888 */ .shipping-calculator-form-nohide .button {
/* 1889 */   float: right;
/* 1890 */ }
/* 1891 */ .coupon {
/* 1892 */   overflow: hidden;
/* 1893 */ }
/* 1894 */ .coupon .input-text {
/* 1895 */   float: left;
/* 1896 */   width: 75%;
/* 1897 */   padding: 8px 15px;
/* 1898 */   margin-left: 0;
/* 1899 */   margin-right: 0;
/* 1900 */ }

/* woocommerce.css */

/* 1901 */ .coupon .fusion-button {
/* 1902 */   float: right;
/* 1903 */   margin-top: 2px;
/* 1904 */   padding-left: 25px !important;
/* 1905 */   padding-right: 25px !important;
/* 1906 */ }
/* 1907 */ .cart-totals-container .fusion-button {
/* 1908 */   display: block;
/* 1909 */ }
/* 1910 */ .shipping-coupon {
/* 1911 */   float: left;
/* 1912 */   width: 48%;
/* 1913 */   margin-right: 4%;
/* 1914 */ }
/* 1915 */ .cart-totals-buttons {
/* 1916 */   float: left;
/* 1917 */   width: 48%;
/* 1918 */ }
/* 1919 */ .cart-totals-buttons .shipping_method {
/* 1920 */   max-width: 230px;
/* 1921 */ }
/* 1922 */ .shipping_calculator {
/* 1923 */   margin-bottom: 30px;
/* 1924 */ }
/* 1925 */ .avada-shipping-calculator-form,
/* 1926 */ .shipping-calculator-form {
/* 1927 */   display: block;
/* 1928 */ }
/* 1929 */ .avada-shipping-calculator-form .fusion-one-half {
/* 1930 */   margin-top: 0;
/* 1931 */ }
/* 1932 */ .avada-shipping-calculator-form .fusion-one-half .avada-select-parent,
/* 1933 */ .shipping-calculator-form .fusion-one-half .avada-select-parent {
/* 1934 */   margin-bottom: 0;
/* 1935 */ }
/* 1936 */ .avada-shipping-calculator-button:hover,
/* 1937 */ .shipping-calculator-button:hover {
/* 1938 */   color: inherit;
/* 1939 */   cursor: auto;
/* 1940 */ }
/* 1941 */ .cart-collaterals .shipping_calculator #calc_shipping_state {
/* 1942 */   min-width: 150px;
/* 1943 */ }
/* 1944 */ .cart-collaterals .shipping_calculator #calc_shipping_postcode {
/* 1945 */   height: 36px;
/* 1946 */ }
/* 1947 */ .woocommerce p.one_half {
/* 1948 */   margin-left: 0;
/* 1949 */   margin-right: 4%;
/* 1950 */ }

/* woocommerce.css */

/* 1951 */ .coupon .fusion-button {
/* 1952 */   margin-top: 0;
/* 1953 */ }
/* 1954 */ .order-total {
/* 1955 */   border-top: 1px solid;
/* 1956 */   height: 50px;
/* 1957 */ }
/* 1958 */ .order-total th,
/* 1959 */ .order-total td {
/* 1960 */   padding-top: 20px;
/* 1961 */ }
/* 1962 */ .checkout .order-total {
/* 1963 */   border: none;
/* 1964 */   height: auto;
/* 1965 */ }
/* 1966 */ .checkout .order-total th,
/* 1967 */ .checkout .order-total td {
/* 1968 */   padding-top: 0;
/* 1969 */ }
/* 1970 */ .cart_totals .order-total .amount {
/* 1971 */   font-size: 18px;
/* 1972 */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 1973 */ }
/* 1974 */ .cart_totals table {
/* 1975 */   width: 100%;
/* 1976 */   text-align: left;
/* 1977 */ }
/* 1978 */ .cart_totals table th {
/* 1979 */   width: 50%;
/* 1980 */   padding-bottom: 20px;
/* 1981 */ }
/* 1982 */ .cart_totals table td {
/* 1983 */   width: 50%;
/* 1984 */   padding-bottom: 20px;
/* 1985 */   text-align: right;
/* 1986 */ }
/* 1987 */ .cart_totals table .total th,
/* 1988 */ .cart_totals table .total td {
/* 1989 */   padding-top: 20px;
/* 1990 */ }
/* 1991 */ .cart_totals .cart-subtotal td,
/* 1992 */ .cart_totals .total td {
/* 1993 */   text-align: right;
/* 1994 */ }
/* 1995 */ .cart_totals .cart-subtotal td strong {
/* 1996 */   font-weight: normal;
/* 1997 */ }
/* 1998 */ .cart_totals .total {
/* 1999 */   border-top: 1px solid;
/* 2000 */   height: 50px;

/* woocommerce.css */

/* 2001 */ }
/* 2002 */ #shipping_method {
/* 2003 */   list-style: none;
/* 2004 */   margin: 0;
/* 2005 */   padding: 0;
/* 2006 */   float: right;
/* 2007 */   text-align: right;
/* 2008 */ }
/* 2009 */ .cart-totals-buttons .fusion-button {
/* 2010 */   float: right;
/* 2011 */   display: block;
/* 2012 */ }
/* 2013 */ .cart-totals-buttons .checkout-button {
/* 2014 */   clear: both;
/* 2015 */   margin-top: 10px;
/* 2016 */ }
/* 2017 */ #wrapper .custom_select_box .dd-container .dd-select,
/* 2018 */ #wrapper .custom_select_box .dd-options li a {
/* 2019 */   background: #fbfaf9;
/* 2020 */   background-image: none;
/* 2021 */ }
/* 2022 */ #wrapper .custom_select_box .dd-container .dd-selected {
/* 2023 */   padding: 0;
/* 2024 */   text-indent: 10px;
/* 2025 */   padding-right: 15px;
/* 2026 */ }
/* 2027 */ #wrapper .custom_select_box .dd-options li a:hover {
/* 2028 */   background-color: transparent;
/* 2029 */ }
/* 2030 */ #wrapper .custom_select_box .dd-pointer {
/* 2031 */   background-image: none;
/* 2032 */   width: 10px;
/* 2033 */   border-left: 1px solid;
/* 2034 */   padding-left: 10px;
/* 2035 */ }
/* 2036 */ #wrapper .custom_select_box .dd-pointer-down:after {
/* 2037 */   font-family: 'icomoon';
/* 2038 */   content: '\e61f';
/* 2039 */   font-weight: bold;
/* 2040 */ }
/* 2041 */ #wrapper .custom_select_box .dd-options {
/* 2042 */   position: absolute;
/* 2043 */   top: auto;
/* 2044 */   max-height: 143px;
/* 2045 */ }
/* 2046 */ #wrapper .custom_select_box .dd-pointer-down {
/* 2047 */   border-color: #dadada;
/* 2048 */ }
/* 2049 */ #billing_country_field > label,
/* 2050 */ #shipping_country_field > label {

/* woocommerce.css */

/* 2051 */   padding-right: 5px;
/* 2052 */ }
/* 2053 */ #billing_country_field > label:after,
/* 2054 */ #shipping_country_field > label:after {
/* 2055 */   content: ":";
/* 2056 */ }
/* 2057 */ .admin-bar p.demo_store {
/* 2058 */   top: 32px;
/* 2059 */ }
/* 2060 */ p.demo_store {
/* 2061 */   position: fixed;
/* 2062 */   top: 0;
/* 2063 */   left: 0;
/* 2064 */   right: 0;
/* 2065 */   margin: 0;
/* 2066 */   font-size: 16px;
/* 2067 */   padding: 10px;
/* 2068 */   text-align: center;
/* 2069 */   background: #A0CE4E;
/* 2070 */   color: #ffffff;
/* 2071 */   z-index: 99997;
/* 2072 */ }
/* 2073 */ .product .entry-summary .price {
/* 2074 */   margin-top: 10px;
/* 2075 */ }
/* 2076 */ .product .entry-summary .woocommerce-product-rating {
/* 2077 */   display: inline-block;
/* 2078 */   margin-left: 20px;
/* 2079 */   margin-top: 11px;
/* 2080 */ }
/* 2081 */ .product .entry-summary .woocommerce-product-rating .star-rating {
/* 2082 */   display: inline-block;
/* 2083 */ }
/* 2084 */ .product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
/* 2085 */   position: relative;
/* 2086 */   top: -2px;
/* 2087 */ }
/* 2088 */ #wrapper .chzn-container-single .chzn-single div b {
/* 2089 */   background: none;
/* 2090 */ }
/* 2091 */ #billing_country_field .select-arrow,
/* 2092 */ #shipping_country_field .select-arrow,
/* 2093 */ #billing_state_field .select-arrow,
/* 2094 */ #shipping_state_field .select-arrow {
/* 2095 */   height: 33px;
/* 2096 */   line-height: 33px;
/* 2097 */ }
/* 2098 */ #customer_login h2 {
/* 2099 */   margin-bottom: 30px;
/* 2100 */ }

/* woocommerce.css */

/* 2101 */ /*
/* 2102 *| input[type="text"] {
/* 2103 *| 	margin: 0;
/* 2104 *| 	padding: 8px 10px;
/* 2105 *| 	height: auto;
/* 2106 *| 	width: 100%;
/* 2107 *| 	outline: none;
/* 2108 *| 	background: #fff;
/* 2109 *| 	border: 1px solid #dadada;
/* 2110 *| 	font-size: 13px;
/* 2111 *| 	color: #747474;
/* 2112 *| 	.box-shadow( inset 0 1px 5px rgba(0, 0, 0, 0.1) );
/* 2113 *| 	.border-radius( 0 );
/* 2114 *| }
/* 2115 *| 
/* 2116 *| select {
/* 2117 *| 	display: block;
/* 2118 *| 	-webkit-appearance: none;
/* 2119 *| 	margin: 0;
/* 2120 *| 	padding: 8px 10px;
/* 2121 *| 	height: auto;
/* 2122 *| 	width: 100%;
/* 2123 *| 	outline: none;
/* 2124 *| 	background: #fff;
/* 2125 *| 	border: 1px solid #dadada;
/* 2126 *| 	font-size: 13px;
/* 2127 *| 	color: #747474;
/* 2128 *| 	cursor: pointer;
/* 2129 *| 	.box-shadow( inset 0 1px 5px rgba(0, 0, 0, 0.1) );
/* 2130 *| 	.border-radius( 0 );
/* 2131 *| }
/* 2132 *| 
/* 2133 *| .woocommerce {
/* 2134 *| 	select {
/* 2135 *| 		padding: 8px 15px;
/* 2136 *| 		text-indent: 0;
/* 2137 *| 	}
/* 2138 *| }
/* 2139 *| 
/* 2140 *| */
/* 2141 */ #billing_country_field .avada-select-parent,
/* 2142 */ #shipping_country_field .avada-select-parent,
/* 2143 */ #billing_state_field .avada-select-parent,
/* 2144 */ #shipping_state_field .avada-select-parent,
/* 2145 */ .avada-shipping-calculator-form .avada-select-parent,
/* 2146 */ .shipping-calculator-form .avada-select-parent {
/* 2147 */   overflow: visible;
/* 2148 */ }
/* 2149 */ .avada-shipping-calculator-form .avada-select-parent select,
/* 2150 */ .shipping-calculator-form .avada-select-parent select {

/* woocommerce.css */

/* 2151 */   padding-top: 10px;
/* 2152 */ }
/* 2153 */ .woocommerce .lost_password {
/* 2154 */   margin-top: 7px;
/* 2155 */ }
/* 2156 */ form.checkout #shipping,
/* 2157 */ form.checkout #payment-container {
/* 2158 */   display: none;
/* 2159 */ }
/* 2160 */ form.checkout #billing_first_name_field,
/* 2161 */ form.checkout #shipping_first_name_field {
/* 2162 */   float: left;
/* 2163 */   width: 48%;
/* 2164 */ }
/* 2165 */ form.checkout #billing_last_name_field,
/* 2166 */ form.checkout #shipping_last_name_field {
/* 2167 */   float: right;
/* 2168 */   width: 48%;
/* 2169 */ }
/* 2170 */ form.checkout .continue-checkout {
/* 2171 */   float: right;
/* 2172 */ }
/* 2173 */ form.checkout label {
/* 2174 */   margin-bottom: 2px;
/* 2175 */   display: inline-block;
/* 2176 */ }
/* 2177 */ form.checkout .shop_table tbody .product-thumbnail {
/* 2178 */   width: 90px;
/* 2179 */ }
/* 2180 */ .checkout .shop_table th.product-total {
/* 2181 */   width: 40%;
/* 2182 */   text-align: right;
/* 2183 */ }
/* 2184 */ .checkout .shop_table tbody .product-total {
/* 2185 */   width: 40%;
/* 2186 */   text-align: right;
/* 2187 */ }
/* 2188 */ .checkout .shop_table .product-thumbnail .product-info {
/* 2189 */   float: none;
/* 2190 */ }
/* 2191 */ .checkout .shop_table .product-thumbnail .product-info p {
/* 2192 */   margin-left: 115px;
/* 2193 */ }
/* 2194 */ .checkout .shop_table tfoot {
/* 2195 */   border-top: 1px solid;
/* 2196 */   border-bottom: 1px solid;
/* 2197 */ }
/* 2198 */ .checkout .shop_table tfoot tr {
/* 2199 */   border-bottom: 0;
/* 2200 */ }

/* woocommerce.css */

/* 2201 */ .checkout .shop_table tfoot th {
/* 2202 */   text-align: right;
/* 2203 */   padding-right: 40px;
/* 2204 */   padding-bottom: 20px;
/* 2205 */   width: 100%;
/* 2206 */ }
/* 2207 */ .checkout .shop_table tfoot td {
/* 2208 */   width: 100%;
/* 2209 */   text-align: right;
/* 2210 */   padding-bottom: 20px;
/* 2211 */ }
/* 2212 */ .checkout .shop_table tfoot tr:first-child th,
/* 2213 */ .checkout .shop_table tfoot tr:first-child td {
/* 2214 */   padding-top: 20px;
/* 2215 */ }
/* 2216 */ .checkout .shop_table tfoot .order-total .amount {
/* 2217 */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 2218 */   font-size: 18px;
/* 2219 */   font-weight: normal;
/* 2220 */ }
/* 2221 */ .checkout .payment_methods {
/* 2222 */   list-style: none;
/* 2223 */   margin: 0;
/* 2224 */   padding: 0;
/* 2225 */   margin-top: 40px;
/* 2226 */ }
/* 2227 */ .checkout .payment_methods li {
/* 2228 */   margin-bottom: 30px;
/* 2229 */ }
/* 2230 */ .checkout .payment_methods label {
/* 2231 */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 2232 */ }
/* 2233 */ .checkout .payment_methods .payment_box {
/* 2234 */   padding: 20px;
/* 2235 */   margin-top: 10px;
/* 2236 */ }
/* 2237 */ .payment_methods li img {
/* 2238 */   float: right;
/* 2239 */ }
/* 2240 */ .payment_methods li label {
/* 2241 */   display: inline;
/* 2242 */ }
/* 2243 */ .checkout #place_order {
/* 2244 */   clear: both;
/* 2245 */   float: right;
/* 2246 */ }
/* 2247 */ #thank-you-box {
/* 2248 */   margin-bottom: 20px;
/* 2249 */ }
/* 2250 */ #final-order-details .woocommerce-content-box {

/* woocommerce.css */

/* 2251 */   margin-bottom: 20px;
/* 2252 */ }
/* 2253 */ #final-order-details .shop_table {
/* 2254 */   margin-bottom: 30px;
/* 2255 */ }
/* 2256 */ #final-order-details .shop_table .product-thumbnail .product-info {
/* 2257 */   float: none;
/* 2258 */ }
/* 2259 */ #final-order-details .shop_table .product-subtotal {
/* 2260 */   text-align: right;
/* 2261 */ }
/* 2262 */ #final-order-details .shop_table .product-total {
/* 2263 */   text-align: right;
/* 2264 */ }
/* 2265 */ #final-order-details .shop_table tr:last-child {
/* 2266 */   border-bottom: 1px solid;
/* 2267 */ }
/* 2268 */ #final-order-details .mini-order-details {
/* 2269 */   float: right;
/* 2270 */   width: 50%;
/* 2271 */ }
/* 2272 */ #final-order-details .mini-order-details tr {
/* 2273 */   border-bottom: 0;
/* 2274 */ }
/* 2275 */ #final-order-details .mini-order-details th {
/* 2276 */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 2277 */   padding-bottom: 10px;
/* 2278 */   text-align: left;
/* 2279 */ }
/* 2280 */ #final-order-details .mini-order-details td {
/* 2281 */   text-align: right;
/* 2282 */   padding-bottom: 10px;
/* 2283 */ }
/* 2284 */ #final-order-details .mini-order-details tr:last-child .amount {
/* 2285 */   font-family: 'MuseoSlab500Regular', arial, helvetica, sans-serif;
/* 2286 */   font-size: 18px;
/* 2287 */   font-weight: normal;
/* 2288 */ }
/* 2289 */ #final-order-details .mini-order-details tr:last-child {
/* 2290 */   border-top: 1px solid;
/* 2291 */ }
/* 2292 */ #final-order-details .mini-order-details tr:last-child th,
/* 2293 */ #final-order-details .mini-order-details tr:last-child td {
/* 2294 */   padding-top: 10px;
/* 2295 */   padding-bottom: 0;
/* 2296 */ }
/* 2297 */ #final-order-details .customer_details {
/* 2298 */   list-style: none;
/* 2299 */   margin: 0;
/* 2300 */   padding: 0;

/* woocommerce.css */

/* 2301 */ }
/* 2302 */ p.order-info {
/* 2303 */   border-bottom: 1px solid;
/* 2304 */   border-top: 1px solid;
/* 2305 */   line-height: normal;
/* 2306 */   margin-bottom: 50px;
/* 2307 */   padding: 20px 0;
/* 2308 */ }
/* 2309 */ p.order-info mark {
/* 2310 */   background-color: transparent;
/* 2311 */   font-weight: bold;
/* 2312 */ }
/* 2313 */ .product-images {
/* 2314 */   position: relative;
/* 2315 */ }
/* 2316 */ .cart-loading {
/* 2317 */   display: block;
/* 2318 */   height: 70px;
/* 2319 */   width: 70px;
/* 2320 */   line-height: 70px;
/* 2321 */   font-size: 25px;
/* 2322 */   color: #fff;
/* 2323 */   -webkit-border-radius: 50%;
/* 2324 */   -moz-border-radius: 50%;
/* 2325 */   border-radius: 50%;
/* 2326 */   position: absolute;
/* 2327 */   top: 50%;
/* 2328 */   left: 50%;
/* 2329 */   margin-top: -35px;
/* 2330 */   margin-left: -35px;
/* 2331 */   z-index: 100;
/* 2332 */   display: none;
/* 2333 */   text-align: center;
/* 2334 */ }
/* 2335 */ #wrapper .cart-loading {
/* 2336 */   background-color: rgba(0, 0, 0, 0.8);
/* 2337 */ }
/* 2338 */ .no-rgba #wrapper .cart-loading {
/* 2339 */   background-color: #000;
/* 2340 */ }
/* 2341 */ .cart-loading .fusion-icon-spinner {
/* 2342 */   -webkit-animation: mask 3s infinite alternate;
/* 2343 */   -moz-animation: mask 3s infinite alternate;
/* 2344 */   -ms-animation: mask 3s infinite alternate;
/* 2345 */   -o-animation: mask 3s infinite alternate;
/* 2346 */   animation: mask 3s infinite alternate;
/* 2347 */   display: inline-block;
/* 2348 */   line-height: 70px;
/* 2349 */ }
/* 2350 */ .cart-loading .fusion-icon-check-square-o {

/* woocommerce.css */

/* 2351 */   display: block;
/* 2352 */   line-height: 70px;
/* 2353 */ }
/* 2354 */ /* Woocommerce nested category plugin support */
/* 2355 */ .wc-nested-category-layout-category-title {
/* 2356 */   margin-top: 35px;
/* 2357 */ }
/* 2358 */ .subcategory-term_description {
/* 2359 */   float: left;
/* 2360 */   margin-left: 20px;
/* 2361 */   width: 80%;
/* 2362 */ }
/* 2363 */ .subcategory-products {
/* 2364 */   clear: both;
/* 2365 */   padding-top: 25px;
/* 2366 */ }
/* 2367 */ @-webkit-keyframes mask {
/* 2368 */   25% {
/* 2369 */     -webkit-transform: rotate(270deg);
/* 2370 */   }
/* 2371 */   50% {
/* 2372 */     -webkit-transform: rotate(90deg);
/* 2373 */   }
/* 2374 */   75% {
/* 2375 */     -webkit-transform: rotate(360deg);
/* 2376 */   }
/* 2377 */   100% {
/* 2378 */     -webkit-transform: rotate(180deg);
/* 2379 */   }
/* 2380 */ }
/* 2381 */ @-moz-keyframes mask {
/* 2382 */   25% {
/* 2383 */     -moz-transform: rotate(270deg);
/* 2384 */   }
/* 2385 */   50% {
/* 2386 */     -moz-transform: rotate(90deg);
/* 2387 */   }
/* 2388 */   75% {
/* 2389 */     -moz-transform: rotate(360deg);
/* 2390 */   }
/* 2391 */   100% {
/* 2392 */     -moz-transform: rotate(180deg);
/* 2393 */   }
/* 2394 */ }
/* 2395 */ @-ms-keyframes mask {
/* 2396 */   25% {
/* 2397 */     -ms-transform: rotate(270deg);
/* 2398 */   }
/* 2399 */   50% {
/* 2400 */     -ms-transform: rotate(90deg);

/* woocommerce.css */

/* 2401 */   }
/* 2402 */   75% {
/* 2403 */     -ms-transform: rotate(360deg);
/* 2404 */   }
/* 2405 */   100% {
/* 2406 */     -ms-transform: rotate(180deg);
/* 2407 */   }
/* 2408 */ }
/* 2409 */ @-o-keyframes mask {
/* 2410 */   25% {
/* 2411 */     -o-transform: rotate(270deg);
/* 2412 */   }
/* 2413 */   50% {
/* 2414 */     -o-transform: rotate(90deg);
/* 2415 */   }
/* 2416 */   75% {
/* 2417 */     -o-transform: rotate(360deg);
/* 2418 */   }
/* 2419 */   100% {
/* 2420 */     -o-transform: rotate(180deg);
/* 2421 */   }
/* 2422 */ }
/* 2423 */ @keyframes mask {
/* 2424 */   25% {
/* 2425 */     transform: rotate(270deg);
/* 2426 */   }
/* 2427 */   50% {
/* 2428 */     transform: rotate(90deg);
/* 2429 */   }
/* 2430 */   75% {
/* 2431 */     transform: rotate(360deg);
/* 2432 */   }
/* 2433 */   100% {
/* 2434 */     transform: rotate(180deg);
/* 2435 */   }
/* 2436 */ }
/* 2437 */ .woocommerce .thumbnails .clients-carousel .es-carousel {
/* 2438 */   padding: 0;
/* 2439 */ }
/* 2440 */ .added_to_cart {
/* 2441 */   display: none;
/* 2442 */ }
/* 2443 */ .fusion-grid-list-view {
/* 2444 */   float: left;
/* 2445 */   margin: 0;
/* 2446 */   padding: 0;
/* 2447 */   height: 29px;
/* 2448 */   line-height: 29px;
/* 2449 */   list-style: none;
/* 2450 */   border: 1px solid #ddd;

/* woocommerce.css */

/* 2451 */ }
/* 2452 */ .fusion-grid-list-view li {
/* 2453 */   height: 27px;
/* 2454 */   width: 36px;
/* 2455 */   float: left;
/* 2456 */   text-align: center;
/* 2457 */   background-color: #fbfaf9;
/* 2458 */ }
/* 2459 */ .fusion-grid-list-view li a:hover {
/* 2460 */   color: #333;
/* 2461 */ }
/* 2462 */ .fusion-grid-list-view li:hover {
/* 2463 */   background-color: #ffffff;
/* 2464 */   cursor: pointer;
/* 2465 */ }
/* 2466 */ .fusion-grid-view,
/* 2467 */ .fusion-list-view {
/* 2468 */   display: block;
/* 2469 */   height: 27px;
/* 2470 */   line-height: 27px;
/* 2471 */ }
/* 2472 */ .fusion-grid-view i,
/* 2473 */ .fusion-list-view i {
/* 2474 */   height: 29px;
/* 2475 */   line-height: 29px;
/* 2476 */ }
/* 2477 */ .fusion-grid-view {
/* 2478 */   font-size: 22px;
/* 2479 */ }
/* 2480 */ .fusion-list-view {
/* 2481 */   font-size: 14px;
/* 2482 */ }
/* 2483 */ .fusion-grid-view-li {
/* 2484 */   border-right: 1px solid #ddd;
/* 2485 */ }
/* 2486 */ .products .product-list-view .product-details,
/* 2487 */ .products .product-list-view .product-excerpt.product-list,
/* 2488 */ .products .product-list-view .product-buttons {
/* 2489 */   max-width: 73%;
/* 2490 */   width: 73%;
/* 2491 */   float: left;
/* 2492 */   display: inline-block;
/* 2493 */   padding: 0;
/* 2494 */   margin: 0;
/* 2495 */   margin-left: 2%;
/* 2496 */ }
/* 2497 */ .products .product-list-view {
/* 2498 */   width: 100% !important;
/* 2499 */   display: table;
/* 2500 */   padding-top: 50px;

/* woocommerce.css */

/* 2501 */   padding-bottom: 50px;
/* 2502 */   margin: 0;
/* 2503 */   border: none;
/* 2504 */   border-bottom: 1px solid #efefef;
/* 2505 */ }
/* 2506 */ .products .product-list-view > .product-images .crossfade-images {
/* 2507 */   position: relative;
/* 2508 */ }
/* 2509 */ .products .product-list-view a.product-images {
/* 2510 */   display: inline-block;
/* 2511 */   max-width: 23%;
/* 2512 */   width: 23%;
/* 2513 */   margin-right: 2%;
/* 2514 */   float: left;
/* 2515 */ }
/* 2516 */ .products .product-list-view .product-details-container .clearfix {
/* 2517 */   display: inline-block;
/* 2518 */ }
/* 2519 */ .products .product-list-view .product-details-container .clearfix .star-rating {
/* 2520 */   height: 18px;
/* 2521 */   line-height: 22px;
/* 2522 */   margin: 0 15px;
/* 2523 */ }
/* 2524 */ .products .product-list-view .product-buttons {
/* 2525 */   border: none;
/* 2526 */   padding-top: 20px;
/* 2527 */   margin: 0;
/* 2528 */ }
/* 2529 */ .products .product-list-view .product-buttons a {
/* 2530 */   display: inline-block;
/* 2531 */   float: left;
/* 2532 */ }
/* 2533 */ .products .product-list-view .product-buttons a:last-child {
/* 2534 */   float: left;
/* 2535 */   margin-left: 20px;
/* 2536 */ }
/* 2537 */ .products .product-list-view .product-excerpt-container {
/* 2538 */   border-top: 1px solid #EBEAEA;
/* 2539 */   padding-top: 20px;
/* 2540 */   margin-top: 4px;
/* 2541 */ }
/* 2542 */ .products .product-list-view .product-excerpt.product-list {
/* 2543 */   padding-top: 0;
/* 2544 */ }
/* 2545 */ .fusion-grid-list-view li.active-view a i {
/* 2546 */   color: rgba(51, 51, 51, 0.45);
/* 2547 */ }
/* 2548 */ .woocommerce .avada-select-parent select {
/* 2549 */   width: 100%;
/* 2550 */ }

/* woocommerce.css */

/* 2551 */ 
