| 1 |
/* Magnific Popup CSS */ |
| 2 |
|
| 3 |
.mfp-bg { |
| 4 |
top: 0; |
| 5 |
left: 0; |
| 6 |
width: 100%; |
| 7 |
height: 100%; |
| 8 |
z-index: 100001; |
| 9 |
overflow: hidden; |
| 10 |
position: fixed; |
| 11 |
background-color: rgba(11, 11, 1, 0.8); |
| 12 |
/* opacity: 0.8; |
| 13 |
filter: alpha(opacity=80); */ |
| 14 |
} |
| 15 |
|
| 16 |
.mfp-wrap { |
| 17 |
top: 0; |
| 18 |
left: 0; |
| 19 |
width: 100%; |
| 20 |
height: 100%; |
| 21 |
z-index: 100002; |
| 22 |
position: fixed; |
| 23 |
outline: none !important; |
| 24 |
-webkit-backface-visibility: hidden; |
| 25 |
} |
| 26 |
|
| 27 |
.mfp-container { |
| 28 |
text-align: center; |
| 29 |
position: absolute; |
| 30 |
width: 100%; |
| 31 |
height: 100%; |
| 32 |
left: 0; |
| 33 |
top: 0; |
| 34 |
padding: 0 8px; |
| 35 |
-webkit-box-sizing: border-box; |
| 36 |
-moz-box-sizing: border-box; |
| 37 |
box-sizing: border-box; |
| 38 |
} |
| 39 |
|
| 40 |
.mfp-container:before { |
| 41 |
content: ''; |
| 42 |
display: inline-block; |
| 43 |
height: 100%; |
| 44 |
vertical-align: middle; |
| 45 |
} |
| 46 |
|
| 47 |
.mfp-align-top .mfp-container:before { |
| 48 |
display: none; |
| 49 |
} |
| 50 |
|
| 51 |
.mfp-content { |
| 52 |
position: relative; |
| 53 |
display: inline-block; |
| 54 |
vertical-align: middle; |
| 55 |
margin: 0 auto; |
| 56 |
text-align: left; |
| 57 |
z-index: 100005; |
| 58 |
} |
| 59 |
|
| 60 |
.mfp-inline-holder .mfp-content, |
| 61 |
.mfp-ajax-holder .mfp-content { |
| 62 |
width: 100%; |
| 63 |
cursor: auto; |
| 64 |
} |
| 65 |
|
| 66 |
.mfp-ajax-cur { |
| 67 |
cursor: progress; |
| 68 |
} |
| 69 |
|
| 70 |
.mfp-zoom-out-cur { |
| 71 |
cursor: -moz-zoom-out; |
| 72 |
cursor: -webkit-zoom-out; |
| 73 |
cursor: zoom-out; |
| 74 |
} |
| 75 |
|
| 76 |
.mfp-zoom-out-cur .mfp-image-holder .mfp-close { |
| 77 |
cursor: pointer; |
| 78 |
} |
| 79 |
|
| 80 |
.mfp-zoom { |
| 81 |
cursor: pointer; |
| 82 |
cursor: -webkit-zoom-in; |
| 83 |
cursor: -moz-zoom-in; |
| 84 |
cursor: zoom-in; |
| 85 |
} |
| 86 |
|
| 87 |
.mfp-auto-cursor .mfp-content { |
| 88 |
cursor: auto; |
| 89 |
} |
| 90 |
|
| 91 |
.mfp-close, |
| 92 |
.mfp-arrow, |
| 93 |
.mfp-preloader, |
| 94 |
.mfp-counter { |
| 95 |
-webkit-user-select: none; |
| 96 |
-moz-user-select: none; |
| 97 |
user-select: none; |
| 98 |
} |
| 99 |
|
| 100 |
.mfp-loading.mfp-figure { |
| 101 |
display: none; |
| 102 |
} |
| 103 |
|
| 104 |
.mfp-hide { |
| 105 |
display: none !important; |
| 106 |
} |
| 107 |
|
| 108 |
.mfp-preloader { |
| 109 |
color: #cccccc; |
| 110 |
position: absolute; |
| 111 |
top: 50%; |
| 112 |
width: auto; |
| 113 |
text-align: center; |
| 114 |
margin-top: -0.8em; |
| 115 |
left: 8px; |
| 116 |
right: 8px; |
| 117 |
z-index: 100004; |
| 118 |
} |
| 119 |
|
| 120 |
.mfp-preloader a { |
| 121 |
color: #cccccc; |
| 122 |
} |
| 123 |
|
| 124 |
.mfp-preloader a:hover { |
| 125 |
color: white; |
| 126 |
} |
| 127 |
|
| 128 |
.mfp-s-ready .mfp-preloader { |
| 129 |
display: none; |
| 130 |
} |
| 131 |
|
| 132 |
.mfp-s-error .mfp-content { |
| 133 |
display: none; |
| 134 |
} |
| 135 |
|
| 136 |
button.mfp-close, |
| 137 |
button.mfp-arrow { |
| 138 |
overflow: visible; |
| 139 |
cursor: pointer; |
| 140 |
background: transparent; |
| 141 |
border: 0; |
| 142 |
-webkit-appearance: none; |
| 143 |
display: block; |
| 144 |
outline: none; |
| 145 |
padding: 0; |
| 146 |
z-index: 100006; |
| 147 |
-webkit-box-shadow: none; |
| 148 |
box-shadow: none; |
| 149 |
} |
| 150 |
|
| 151 |
button::-moz-focus-inner { |
| 152 |
padding: 0; |
| 153 |
border: 0; |
| 154 |
} |
| 155 |
|
| 156 |
/* .mfp-container margin-top: 0; |
| 157 |
margin-bottom:0; */ |
| 158 |
.mfp-close::after, |
| 159 |
.mfp-close::before { |
| 160 |
display: none; |
| 161 |
} |
| 162 |
|
| 163 |
.mfp-container .mfp-close { |
| 164 |
margin-top: 0; |
| 165 |
margin-bottom: 0; |
| 166 |
width: 44px; |
| 167 |
height: 44px; |
| 168 |
line-height: 44px; |
| 169 |
position: absolute; |
| 170 |
right: 0; |
| 171 |
top: 0; |
| 172 |
text-decoration: none; |
| 173 |
text-align: center; |
| 174 |
opacity: 0.65; |
| 175 |
filter: alpha(opacity=65); |
| 176 |
padding: 0 0 18px 10px; |
| 177 |
color: white; |
| 178 |
font-style: normal; |
| 179 |
font-size: 28px; |
| 180 |
font-family: Arial, Baskerville, monospace; |
| 181 |
} |
| 182 |
|
| 183 |
.mfp-close:hover, |
| 184 |
.mfp-close:focus { |
| 185 |
opacity: 1; |
| 186 |
filter: alpha(opacity=100); |
| 187 |
} |
| 188 |
|
| 189 |
.mfp-close:active { |
| 190 |
top: 1px; |
| 191 |
} |
| 192 |
|
| 193 |
.mfp-close-btn-in .mfp-close { |
| 194 |
color: #333333; |
| 195 |
} |
| 196 |
|
| 197 |
.mfp-image-holder .mfp-close, |
| 198 |
.mfp-iframe-holder .mfp-close { |
| 199 |
color: white; |
| 200 |
right: -6px; |
| 201 |
text-align: right; |
| 202 |
padding-right: 6px; |
| 203 |
width: 100%; |
| 204 |
} |
| 205 |
|
| 206 |
.mfp-counter { |
| 207 |
position: absolute; |
| 208 |
top: 0; |
| 209 |
right: 0; |
| 210 |
color: #cccccc; |
| 211 |
font-size: 12px; |
| 212 |
line-height: 18px; |
| 213 |
} |
| 214 |
|
| 215 |
.mfp-arrow { |
| 216 |
position: absolute; |
| 217 |
opacity: 0.65; |
| 218 |
filter: alpha(opacity=65); |
| 219 |
margin: 0; |
| 220 |
top: 50%; |
| 221 |
margin-top: -55px; |
| 222 |
padding: 0; |
| 223 |
width: 90px; |
| 224 |
height: 110px; |
| 225 |
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
| 226 |
} |
| 227 |
|
| 228 |
.mfp-arrow:active { |
| 229 |
margin-top: -54px; |
| 230 |
} |
| 231 |
|
| 232 |
.mfp-arrow:hover, |
| 233 |
.mfp-arrow:focus { |
| 234 |
opacity: 1; |
| 235 |
filter: alpha(opacity=100); |
| 236 |
} |
| 237 |
|
| 238 |
.mfp-arrow:before, |
| 239 |
.mfp-arrow:after, |
| 240 |
.mfp-arrow .mfp-b, |
| 241 |
.mfp-arrow .mfp-a { |
| 242 |
content: ''; |
| 243 |
display: block; |
| 244 |
width: 0; |
| 245 |
height: 0; |
| 246 |
position: absolute; |
| 247 |
left: 0; |
| 248 |
top: 0; |
| 249 |
margin-top: 35px; |
| 250 |
margin-left: 35px; |
| 251 |
border: medium inset transparent; |
| 252 |
} |
| 253 |
|
| 254 |
.mfp-arrow:after, |
| 255 |
.mfp-arrow .mfp-a { |
| 256 |
border-top-width: 13px; |
| 257 |
border-bottom-width: 13px; |
| 258 |
top: 8px; |
| 259 |
} |
| 260 |
|
| 261 |
.mfp-arrow:before, |
| 262 |
.mfp-arrow .mfp-b { |
| 263 |
border-top-width: 21px; |
| 264 |
border-bottom-width: 21px; |
| 265 |
opacity: 0.7; |
| 266 |
} |
| 267 |
|
| 268 |
.mfp-arrow-left { |
| 269 |
left: 0; |
| 270 |
} |
| 271 |
|
| 272 |
.mfp-arrow-left:after, |
| 273 |
.mfp-arrow-left .mfp-a { |
| 274 |
border-right: 17px solid white; |
| 275 |
margin-left: 31px; |
| 276 |
} |
| 277 |
|
| 278 |
.mfp-arrow-left:before, |
| 279 |
.mfp-arrow-left .mfp-b { |
| 280 |
margin-left: 25px; |
| 281 |
border-right: 27px solid #3f3f3f; |
| 282 |
} |
| 283 |
|
| 284 |
.mfp-arrow-right { |
| 285 |
right: 0; |
| 286 |
} |
| 287 |
|
| 288 |
.mfp-arrow-right:after, |
| 289 |
.mfp-arrow-right .mfp-a { |
| 290 |
border-left: 17px solid white; |
| 291 |
margin-left: 39px; |
| 292 |
} |
| 293 |
|
| 294 |
.mfp-arrow-right:before, |
| 295 |
.mfp-arrow-right .mfp-b { |
| 296 |
border-left: 27px solid #3f3f3f; |
| 297 |
} |
| 298 |
|
| 299 |
.mfp-iframe-holder { |
| 300 |
padding-top: 40px; |
| 301 |
padding-bottom: 40px; |
| 302 |
} |
| 303 |
|
| 304 |
.mfp-iframe-holder .mfp-content { |
| 305 |
line-height: 0; |
| 306 |
width: 100%; |
| 307 |
max-width: 900px; |
| 308 |
} |
| 309 |
|
| 310 |
.mfp-iframe-holder .mfp-close { |
| 311 |
top: -40px; |
| 312 |
} |
| 313 |
|
| 314 |
.mfp-iframe-scaler { |
| 315 |
width: 100%; |
| 316 |
height: 0; |
| 317 |
overflow: hidden; |
| 318 |
padding-top: 56.25%; |
| 319 |
} |
| 320 |
|
| 321 |
.mfp-iframe-scaler iframe { |
| 322 |
position: absolute; |
| 323 |
display: block; |
| 324 |
top: 0; |
| 325 |
left: 0; |
| 326 |
width: 100%; |
| 327 |
height: 100%; |
| 328 |
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); |
| 329 |
background: black; |
| 330 |
} |
| 331 |
|
| 332 |
/* Main image in popup */ |
| 333 |
img.mfp-img { |
| 334 |
width: auto; |
| 335 |
max-width: 100%; |
| 336 |
height: auto; |
| 337 |
display: block; |
| 338 |
line-height: 0; |
| 339 |
-webkit-box-sizing: border-box; |
| 340 |
-moz-box-sizing: border-box; |
| 341 |
box-sizing: border-box; |
| 342 |
padding: 40px 0 40px; |
| 343 |
margin: 0 auto; |
| 344 |
} |
| 345 |
|
| 346 |
|
| 347 |
|
| 348 |
/* The shadow behind the image */ |
| 349 |
.mfp-figure { |
| 350 |
line-height: 0; |
| 351 |
} |
| 352 |
|
| 353 |
.mfp-figure:after { |
| 354 |
content: ''; |
| 355 |
position: absolute; |
| 356 |
left: 0; |
| 357 |
top: 40px; |
| 358 |
bottom: 40px; |
| 359 |
display: block; |
| 360 |
right: 0; |
| 361 |
width: auto; |
| 362 |
height: auto; |
| 363 |
z-index: -1; |
| 364 |
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); |
| 365 |
background: #444444; |
| 366 |
} |
| 367 |
|
| 368 |
.mfp-figure small { |
| 369 |
color: #bdbdbd; |
| 370 |
display: block; |
| 371 |
font-size: 12px; |
| 372 |
line-height: 14px; |
| 373 |
} |
| 374 |
|
| 375 |
.mfp-figure figure { |
| 376 |
margin: 0; |
| 377 |
} |
| 378 |
|
| 379 |
.mfp-bottom-bar { |
| 380 |
margin-top: -36px; |
| 381 |
position: absolute; |
| 382 |
top: 100%; |
| 383 |
left: 0; |
| 384 |
width: 100%; |
| 385 |
cursor: auto; |
| 386 |
} |
| 387 |
|
| 388 |
.mfp-title { |
| 389 |
text-align: left; |
| 390 |
line-height: 18px; |
| 391 |
color: #f3f3f3; |
| 392 |
word-wrap: break-word; |
| 393 |
/*font-weight: bolder;*/ |
| 394 |
padding-right: 36px; |
| 395 |
} |
| 396 |
|
| 397 |
.mfp-image-holder .mfp-content { |
| 398 |
max-width: 100%; |
| 399 |
} |
| 400 |
|
| 401 |
.mfp-gallery .mfp-image-holder .mfp-figure { |
| 402 |
cursor: pointer; |
| 403 |
} |
| 404 |
|
| 405 |
.mfp-figure figcaption { |
| 406 |
margin-bottom: 0; |
| 407 |
margin-top: 0; |
| 408 |
} |
| 409 |
|
| 410 |
@media screen and (max-width: 800px) and (orientation: landscape), |
| 411 |
screen and (max-height: 300px) { |
| 412 |
|
| 413 |
/** |
| 414 |
* Remove all paddings around the image on small screen |
| 415 |
*/ |
| 416 |
.mfp-img-mobile .mfp-image-holder { |
| 417 |
padding-left: 0; |
| 418 |
padding-right: 0; |
| 419 |
} |
| 420 |
|
| 421 |
.mfp-img-mobile img.mfp-img { |
| 422 |
padding: 0; |
| 423 |
} |
| 424 |
|
| 425 |
.mfp-img-mobile .mfp-figure:after { |
| 426 |
top: 0; |
| 427 |
bottom: 0; |
| 428 |
} |
| 429 |
|
| 430 |
.mfp-img-mobile .mfp-figure small { |
| 431 |
display: inline; |
| 432 |
margin-left: 5px; |
| 433 |
} |
| 434 |
|
| 435 |
.mfp-img-mobile .mfp-bottom-bar { |
| 436 |
background: rgba(0, 0, 0, 0.6); |
| 437 |
bottom: 0; |
| 438 |
margin: 0; |
| 439 |
top: auto; |
| 440 |
padding: 3px 5px; |
| 441 |
position: fixed; |
| 442 |
-webkit-box-sizing: border-box; |
| 443 |
-moz-box-sizing: border-box; |
| 444 |
box-sizing: border-box; |
| 445 |
} |
| 446 |
|
| 447 |
.mfp-img-mobile .mfp-bottom-bar:empty { |
| 448 |
padding: 0; |
| 449 |
} |
| 450 |
|
| 451 |
.mfp-img-mobile .mfp-counter { |
| 452 |
right: 5px; |
| 453 |
top: 3px; |
| 454 |
} |
| 455 |
|
| 456 |
.mfp-img-mobile .mfp-close { |
| 457 |
top: 0; |
| 458 |
right: 0; |
| 459 |
width: 35px; |
| 460 |
height: 35px; |
| 461 |
line-height: 35px; |
| 462 |
background: rgba(0, 0, 0, 0.6); |
| 463 |
position: fixed; |
| 464 |
text-align: center; |
| 465 |
padding: 0; |
| 466 |
} |
| 467 |
} |
| 468 |
|
| 469 |
@media all and (max-width: 900px) { |
| 470 |
.mfp-arrow { |
| 471 |
-webkit-transform: scale(0.75); |
| 472 |
transform: scale(0.75); |
| 473 |
} |
| 474 |
|
| 475 |
.mfp-arrow-left { |
| 476 |
-webkit-transform-origin: 0; |
| 477 |
transform-origin: 0; |
| 478 |
} |
| 479 |
|
| 480 |
.mfp-arrow-right { |
| 481 |
-webkit-transform-origin: 100%; |
| 482 |
transform-origin: 100%; |
| 483 |
} |
| 484 |
|
| 485 |
.mfp-container { |
| 486 |
padding-left: 6px; |
| 487 |
padding-right: 6px; |
| 488 |
} |
| 489 |
} |
| 490 |
|
| 491 |
.mfp-ie7 .mfp-img { |
| 492 |
padding: 0; |
| 493 |
} |
| 494 |
|
| 495 |
.mfp-ie7 .mfp-bottom-bar { |
| 496 |
width: 600px; |
| 497 |
left: 50%; |
| 498 |
margin-left: -300px; |
| 499 |
margin-top: 5px; |
| 500 |
padding-bottom: 5px; |
| 501 |
} |
| 502 |
|
| 503 |
.mfp-ie7 .mfp-container { |
| 504 |
padding: 0; |
| 505 |
} |
| 506 |
|
| 507 |
.mfp-ie7 .mfp-content { |
| 508 |
padding-top: 44px; |
| 509 |
} |
| 510 |
|
| 511 |
.mfp-ie7 .mfp-close { |
| 512 |
top: 0; |
| 513 |
right: 0; |
| 514 |
padding-top: 0; |
| 515 |
} |
| 516 |
.mfp-container, |
| 517 |
.rbs-img, |
| 518 |
.rbs-imges-load-more, |
| 519 |
.rbs-imges-filter, |
| 520 |
.rbs-imges-drop-down-menu > li > a, .rbs-imges-drop-down-header > a { |
| 521 |
font-family: 'Open Sans'; |
| 522 |
} |
| 523 |
|
| 524 |
|
| 525 |
.rbs-img{ |
| 526 |
font-size: 13px; |
| 527 |
} |
| 528 |
|
| 529 |
.rbs-img-container{} |
| 530 |
|
| 531 |
.rbs-img-content{ |
| 532 |
padding: 20px; |
| 533 |
position: relative; |
| 534 |
background: white; |
| 535 |
color: rgb(51, 51, 51); |
| 536 |
line-height: 17px; |
| 537 |
} |
| 538 |
|
| 539 |
/* THUMBNAIL */ |
| 540 |
|
| 541 |
.thumbnail-overlay{ |
| 542 |
background: black; /* fallback for IE8 */ |
| 543 |
background-color: rgba(0,0,0, .30); |
| 544 |
color: #333333; |
| 545 |
} |
| 546 |
|
| 547 |
|
| 548 |
.thumbnail-overlay>div.aligment{ |
| 549 |
height: 100%; |
| 550 |
width: 100%; |
| 551 |
display: table !important; |
| 552 |
} |
| 553 |
|
| 554 |
.thumbnail-overlay>div.aligment>div.aligment{ |
| 555 |
padding: 10px; |
| 556 |
display: table-cell !important; |
| 557 |
vertical-align: middle; /* FOR VERTICAL ALIGN */ |
| 558 |
text-align:center; /* FOR HORIZONTAL ALIGN */ |
| 559 |
} |
| 560 |
|
| 561 |
.overlay-title{ |
| 562 |
font-weight: 500; |
| 563 |
font-size: 16px; |
| 564 |
display: block; |
| 565 |
line-height: 16px; |
| 566 |
margin-bottom: 5px; |
| 567 |
} |
| 568 |
|
| 569 |
.overlay-description{ |
| 570 |
font-weight: 400; |
| 571 |
font-size: 12px; |
| 572 |
display: block; |
| 573 |
line-height: 16px; |
| 574 |
} |
| 575 |
|
| 576 |
.thumbnail-overlay i.fa{ |
| 577 |
text-align: center; |
| 578 |
display: inline-block; |
| 579 |
margin: 3px; |
| 580 |
padding: 17px 17px 17px 17px; |
| 581 |
/* padding: 0; */ |
| 582 |
|
| 583 |
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ |
| 584 |
-moz-box-sizing: border-box; /* Firefox, other Gecko */ |
| 585 |
box-sizing: border-box; /* Opera/IE 8+ */ |
| 586 |
|
| 587 |
-webkit-border-radius: 50%; /* Safari 3-4, iOS 1-3.2, Android 1.6- */ |
| 588 |
-moz-border-radius: 50%; /* Firefox 1-3.6 */ |
| 589 |
border-radius: 50%; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */ |
| 590 |
|
| 591 |
-webkit-transition: -webkit-transform .2s, background .1s; |
| 592 |
-moz-transition: -moz-transform .2s, background .1s; |
| 593 |
-o-transition: -o-transform .2s, background .1s; |
| 594 |
-ms-transition: -ms-transform .2s, background .1s; |
| 595 |
transition: transform .2s, background .1s; |
| 596 |
} |
| 597 |
|
| 598 |
.thumbnail-overlay i.fa:hover{ |
| 599 |
cursor: pointer; |
| 600 |
} |
| 601 |
|
| 602 |
|
| 603 |
|
| 604 |
|
| 605 |
.rbs-lightbox{ |
| 606 |
cursor: pointer; |
| 607 |
} |
| 608 |
|
| 609 |
.mfp-arrow.mfp-arrow:before, |
| 610 |
.mfp-arrow.mfp-arrow:after { border:none !important; } |
| 611 |
|
| 612 |
.mfp-arrow.mfp-arrow-left { |
| 613 |
background:url('icons/icon-arrow-left.png') 50% 50% no-repeat !important; |
| 614 |
} |
| 615 |
|
| 616 |
.mfp-arrow.mfp-arrow-right { |
| 617 |
background:url('icons/icon-arrow-right.png') 50% 50% no-repeat !important; |
| 618 |
} |
| 619 |
|
| 620 |
.mfp-close{ |
| 621 |
background:url('icons/icon-close.png') right no-repeat !important; |
| 622 |
} |
| 623 |
|
| 624 |
|
| 625 |
|
| 626 |
.rbs-imges-social-container{ |
| 627 |
float: right; |
| 628 |
margin-right: 10px; |
| 629 |
font-size: 18px; |
| 630 |
cursor: pointer; |
| 631 |
} |
| 632 |
|
| 633 |
.rbs-imges-social-container>*{ |
| 634 |
margin-right: 5px; |
| 635 |
} |
| 636 |
|
| 637 |
.rbs_gallery_button_bottom .button{ |
| 638 |
cursor: pointer; |
| 639 |
} |
| 640 |
|
| 641 |
|
| 642 |
.robo-gallery-gridpro-7 .rbs-img-content{ |
| 643 |
font-weight: bold; |
| 644 |
} |
| 645 |
.robo-gallery-gridpro-7 .rbs-img-container{ |
| 646 |
background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MCIgaGVpZ2h0PSI3MCI+CjxyZWN0IHdpZHRoPSI3MCIgaGVpZ2h0PSI3MCIgZmlsbD0iI2JiZDgxNyI+PC9yZWN0Pgo8ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSkiPgo8cmVjdCB3aWR0aD0iOTkiIGhlaWdodD0iMjUiIGZpbGw9IiNhOWNlMDAiPjwvcmVjdD4KPHJlY3QgeT0iLTUwIiB3aWR0aD0iOTkiIGhlaWdodD0iMjUiIGZpbGw9IiNhOWNlMDAiPjwvcmVjdD4KPC9nPgo8L3N2Zz4="); |
| 647 |
} |
| 648 |
|
| 649 |
|
| 650 |
|
| 651 |
.robo-gallery-gridpro-8 .rbs-img-content{ |
| 652 |
font-weight: bold; |
| 653 |
} |
| 654 |
.robo-gallery-gridpro-8 .rbs-img-container{ |
| 655 |
background-color: #ffaa00; |
| 656 |
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23ffb100' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23ffb800' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23ffbf00' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23ffc500' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23ffcc00' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23ffd624' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23ffe038' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23ffeb49' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23fff558' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23ffff66' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E"); |
| 657 |
background-attachment: fixed; |
| 658 |
background-size: cover; |
| 659 |
} |
| 660 |
|
| 661 |
|
| 662 |
.robo-gallery-masonrypro-6 .rbs-img-content{ |
| 663 |
font-weight: bold; |
| 664 |
} |
| 665 |
.robo-gallery-masonrypro-6 .rbs-img-container{ |
| 666 |
background-color: #ffffff; |
| 667 |
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23d2d2d2'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='300' height='250' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.1'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E"); |
| 668 |
background-attachment: fixed; |
| 669 |
background-size: cover; |
| 670 |
} |
| 671 |
|
| 672 |
|
| 673 |
.robo-gallery-wallstylepro-1 .rbs-img-content{ |
| 674 |
font-weight: bold; |
| 675 |
color: #ffffff !important; |
| 676 |
} |
| 677 |
.robo-gallery-wallstylepro-1 .rbs-img-container{ |
| 678 |
background-color: #ffff00; |
| 679 |
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff8000'/%3E%3Cstop offset='1' stop-color='%23ff8000' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='1200' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2300ff19'/%3E%3Cstop offset='1' stop-color='%2300ff19' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='600' cy='0' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%239900ff'/%3E%3Cstop offset='1' stop-color='%239900ff' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='600' cy='800' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffff00'/%3E%3Cstop offset='1' stop-color='%23ffff00' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FF0000'/%3E%3Cstop offset='1' stop-color='%23FF0000' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='1200' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230CF'/%3E%3Cstop offset='1' stop-color='%230CF' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' width='1200' height='800'/%3E%3Crect fill='url(%23c)' width='1200' height='800'/%3E%3Crect fill='url(%23d)' width='1200' height='800'/%3E%3Crect fill='url(%23e)' width='1200' height='800'/%3E%3Crect fill='url(%23f)' width='1200' height='800'/%3E%3C/svg%3E"); |
| 680 |
background-attachment: fixed; |
| 681 |
background-size: cover; |
| 682 |
} |
| 683 |
/* |
| 684 |
* Robo Gallery |
| 685 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php |
| 686 |
* Copyright (c) 2014-2019, Robosoft. All rights reserved. |
| 687 |
* Available only in https://robosoft.co/robogallery/ |
| 688 |
*/ |
| 689 |
|
| 690 |
|
| 691 |
/* need_check */ |
| 692 |
.rbs-imges-grid-sizer{ |
| 693 |
margin: 0; |
| 694 |
} |
| 695 |
|
| 696 |
.rbs-img { |
| 697 |
/* Box-model */ |
| 698 |
display: none; |
| 699 |
float: left; |
| 700 |
/*width: 20%;*/ |
| 701 |
|
| 702 |
} |
| 703 |
|
| 704 |
.rbs-img-hidden, .not-loaded-before-search{ |
| 705 |
display: none; |
| 706 |
} |
| 707 |
|
| 708 |
.rbs-imges-container{ |
| 709 |
margin-right: 0 !important; |
| 710 |
margin-bottom: 0 !important; |
| 711 |
} |
| 712 |
|
| 713 |
.rbs-img-loaded{ |
| 714 |
display: block; |
| 715 |
} |
| 716 |
|
| 717 |
.rbs-img-image{ |
| 718 |
position: relative; |
| 719 |
overflow: hidden; |
| 720 |
width: 100%; |
| 721 |
} |
| 722 |
|
| 723 |
.rbs-img-image div[data-width][data-height]{ |
| 724 |
position: relative; |
| 725 |
overflow: hidden; |
| 726 |
} |
| 727 |
.rbs-img-image div[data-width][data-height] img{ |
| 728 |
position: absolute; |
| 729 |
top:-100%; left:0; right: 0; bottom:-100%; |
| 730 |
margin: auto; |
| 731 |
} |
| 732 |
|
| 733 |
.rbs-img .rbs-img-image img{ |
| 734 |
width: 100%; |
| 735 |
max-width: 100%; |
| 736 |
display: block; |
| 737 |
/* fix for themes */ |
| 738 |
-webkit-border-radius: 0px; |
| 739 |
-moz-border-radius: 0px; |
| 740 |
border-radius: 0px; |
| 741 |
border: none !important; /* rbs */ |
| 742 |
} |
| 743 |
|
| 744 |
.rbs-img img{ |
| 745 |
max-width: 100%; |
| 746 |
} |
| 747 |
|
| 748 |
.rbs-img-image div[data-thumbnail], .rbs-img-image div[data-popup]{ |
| 749 |
background-position: center center; |
| 750 |
background-repeat: no-repeat; |
| 751 |
} |
| 752 |
|
| 753 |
.image-with-dimensions{ |
| 754 |
background-color: black; |
| 755 |
background-image: url('icons/loading-image.gif'); |
| 756 |
} |
| 757 |
|
| 758 |
.broken-image-here{ |
| 759 |
background-color: #BE3730; |
| 760 |
background-image: url('icons/broken-image.png'); |
| 761 |
} |
| 762 |
|
| 763 |
.broken-image-here:not([data-height]){ |
| 764 |
min-height: 150px; |
| 765 |
} |
| 766 |
|
| 767 |
.rbs-img-container{ |
| 768 |
overflow: hidden; |
| 769 |
position:relative; |
| 770 |
z-index:1; |
| 771 |
} |
| 772 |
|
| 773 |
.rbs-img-container:hover{ |
| 774 |
z-index: 2; |
| 775 |
} |
| 776 |
|
| 777 |
.thumbnail-overlay{ |
| 778 |
position: absolute; |
| 779 |
|
| 780 |
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ |
| 781 |
-moz-box-sizing: border-box; /* Firefox, other Gecko */ |
| 782 |
box-sizing: border-box; /* Opera/IE 8+ */ |
| 783 |
|
| 784 |
width: 100%; |
| 785 |
} |
| 786 |
|
| 787 |
.position-reveal-effect .rbs-img-thumbnail-container{ |
| 788 |
z-index: 2; |
| 789 |
position: absolute; |
| 790 |
width: 100%; |
| 791 |
top: 0; |
| 792 |
left: 0; |
| 793 |
} |
| 794 |
|
| 795 |
.position-reveal-effect .thumbnail-overlay{ |
| 796 |
z-index: 1; |
| 797 |
position: absolute; |
| 798 |
left: 0; |
| 799 |
} |
| 800 |
|
| 801 |
.overlay-always-visible{ |
| 802 |
display: block !important; |
| 803 |
zoom: 1 !important; |
| 804 |
filter: alpha(opacity=100) !important; |
| 805 |
opacity: 1 !important; |
| 806 |
} |
| 807 |
|
| 808 |
.overlay-text-left>.aligment>.aligment{ |
| 809 |
text-align: left !important; |
| 810 |
} |
| 811 |
.overlay-text-right>.aligment>.aligment{ |
| 812 |
text-align: right !important; |
| 813 |
} |
| 814 |
|
| 815 |
|
| 816 |
.mfp-arrow:focus { |
| 817 |
opacity: 0.65; |
| 818 |
filter: alpha(opacity=65); |
| 819 |
} |
| 820 |
|
| 821 |
.mfp-arrow:hover { |
| 822 |
opacity: 1 !important; |
| 823 |
filter: alpha(opacity=100) !important; |
| 824 |
} |
| 825 |
|
| 826 |
|
| 827 |
.my-mfp-slide-bottom .mfp-figure { |
| 828 |
opacity: 0; |
| 829 |
-webkit-transition: all 0.2s ease-out; |
| 830 |
-moz-transition: all 0.2s ease-out; |
| 831 |
-o-transition: all 0.2s ease-out; |
| 832 |
transition: all 0.2s ease-out; |
| 833 |
|
| 834 |
-webkit-transform: scale(0.8); |
| 835 |
-moz-transform: scale(0.8); |
| 836 |
-ms-transform: scale(0.8); |
| 837 |
-o-transform: scale(0.8); |
| 838 |
transform: scale(0.8); |
| 839 |
|
| 840 |
} |
| 841 |
|
| 842 |
|
| 843 |
.my-mfp-slide-bottom.mfp-ready .mfp-figure { |
| 844 |
opacity: 1; |
| 845 |
-webkit-transform: scale(1); |
| 846 |
-moz-transform: scale(1); |
| 847 |
-ms-transform: scale(1); |
| 848 |
-o-transform: scale(1); |
| 849 |
transform: scale(1); |
| 850 |
} |
| 851 |
|
| 852 |
|
| 853 |
.my-mfp-slide-bottom.mfp-removing .mfp-figure { |
| 854 |
opacity: 0; |
| 855 |
-webkit-transform: scale(0.8); |
| 856 |
-moz-transform: scale(0.8); |
| 857 |
-ms-transform: scale(0.8); |
| 858 |
-o-transform: scale(0.8); |
| 859 |
transform: scale(0.8); |
| 860 |
} |
| 861 |
|
| 862 |
|
| 863 |
.my-mfp-slide-bottom.mfp-bg { |
| 864 |
/* opacity: 0; */ |
| 865 |
-webkit-transition: opacity 0.3s ease-out; |
| 866 |
-moz-transition: opacity 0.3s ease-out; |
| 867 |
-o-transition: opacity 0.3s ease-out; |
| 868 |
transition: opacity 0.3s ease-out; |
| 869 |
} |
| 870 |
|
| 871 |
/* .my-mfp-slide-bottom.mfp-ready.mfp-bg { |
| 872 |
opacity: 0.8; |
| 873 |
} */ |
| 874 |
|
| 875 |
.my-mfp-slide-bottom.mfp-removing.mfp-bg { |
| 876 |
/* opacity: 0; */ |
| 877 |
} |
| 878 |
|
| 879 |
|
| 880 |
.my-mfp-slide-bottom .image-source-link { |
| 881 |
color: #DDD; |
| 882 |
background-color: transparent; |
| 883 |
background-image: url('icons/download.png'); |
| 884 |
background-repeat: no-repeat; |
| 885 |
width: 23px; |
| 886 |
height: 23px; |
| 887 |
display: inline-block; |
| 888 |
text-decoration: none; |
| 889 |
margin-bottom: -5px; |
| 890 |
margin-left: 10px; |
| 891 |
} |
| 892 |
|
| 893 |
|
| 894 |
.mfp-img-mobile .mfp-title { |
| 895 |
text-align: center; |
| 896 |
padding: 6px 0; |
| 897 |
} |
| 898 |
|
| 899 |
.mfp-img-mobile .image-source-link { |
| 900 |
color: #DDD; |
| 901 |
background-color: transparent; |
| 902 |
background-image: url('icons/download.png'); |
| 903 |
background-repeat: no-repeat; |
| 904 |
width: 23px; |
| 905 |
height: 23px; |
| 906 |
display: inline-block; |
| 907 |
text-decoration: none; |
| 908 |
margin-bottom: -5px; |
| 909 |
margin-left: 10px; |
| 910 |
} |
| 911 |
|
| 912 |
.mfp-img-mobile .mfp-counter { |
| 913 |
top: 0px; |
| 914 |
right: 5px; |
| 915 |
font-size: 10px; |
| 916 |
} |
| 917 |
|
| 918 |
.mfp-img-mobile .rbs-imges-social-container { |
| 919 |
position: absolute; |
| 920 |
right: 0px; |
| 921 |
bottom: 0px; |
| 922 |
margin-right: 0; |
| 923 |
} |
| 924 |
|
| 925 |
.mfp-img-mobile .mfp-image-holder { |
| 926 |
padding-left: 0; |
| 927 |
padding-right: 0; |
| 928 |
} |
| 929 |
|
| 930 |
.mfp-img-mobile img.mfp-img { |
| 931 |
padding: 0; |
| 932 |
} |
| 933 |
|
| 934 |
.mfp-img-mobile .mfp-figure { |
| 935 |
/* The shadow behind the image */ |
| 936 |
} |
| 937 |
|
| 938 |
.mfp-img-mobile .mfp-figure:after { |
| 939 |
top: 0; |
| 940 |
bottom: 0; |
| 941 |
} |
| 942 |
|
| 943 |
.mfp-img-mobile .mfp-figure small { |
| 944 |
display: inline; |
| 945 |
margin-left: 5px; |
| 946 |
} |
| 947 |
|
| 948 |
.mfp-img-mobile .mfp-bottom-bar { |
| 949 |
background: rgba(0, 0, 0, 0.6); |
| 950 |
bottom: 0; |
| 951 |
margin: 0; |
| 952 |
top: auto; |
| 953 |
padding: 3px 5px; |
| 954 |
position: fixed; |
| 955 |
-webkit-box-sizing: border-box; |
| 956 |
-moz-box-sizing: border-box; |
| 957 |
box-sizing: border-box; |
| 958 |
} |
| 959 |
|
| 960 |
.mfp-img-mobile .mfp-bottom-bar:empty { |
| 961 |
padding: 0; |
| 962 |
} |
| 963 |
|
| 964 |
.mfp-img-mobile .mfp-close { |
| 965 |
top: 0; |
| 966 |
right: 0; |
| 967 |
width: 35px; |
| 968 |
height: 35px; |
| 969 |
line-height: 35px; |
| 970 |
background: rgba(0, 0, 0, 0.6); |
| 971 |
position: fixed; |
| 972 |
text-align: center; |
| 973 |
padding: 0; |
| 974 |
} |
| 975 |
|
| 976 |
/* menu */ |
| 977 |
|
| 978 |
.rbs_gallery_button.rbs_gallery_align_right{ |
| 979 |
text-align: right; |
| 980 |
} |
| 981 |
.rbs_gallery_button.rbs_gallery_align_center{ |
| 982 |
text-align: center; |
| 983 |
} |
| 984 |
|
| 985 |
.mfp-desc-block{ |
| 986 |
position: absolute; |
| 987 |
left: 0px; |
| 988 |
bottom: 38px; |
| 989 |
font-weight: bold; |
| 990 |
font-size: 14px; |
| 991 |
right: 0px; |
| 992 |
text-align: center; |
| 993 |
line-height: normal; |
| 994 |
padding: 10px; |
| 995 |
} |
| 996 |
.rbs_desc_panel_dark{ |
| 997 |
color: white; |
| 998 |
background-color: rgba(0,0,0,0.8); |
| 999 |
} |
| 1000 |
.rbs_desc_panel_light{ |
| 1001 |
color: black; |
| 1002 |
background-color: rgba(255,255,255,0.8); |
| 1003 |
} |
| 1004 |
.rbs_desc_panel_red{ |
| 1005 |
color: white; |
| 1006 |
background-color: rgba(212, 42, 42,0.8); |
| 1007 |
} |
| 1008 |
.rbs_desc_panel_blue{ |
| 1009 |
color: white; |
| 1010 |
background-color: rgba(35, 75, 215,0.8); |
| 1011 |
} |
| 1012 |
.rbs_desc_panel_green{ |
| 1013 |
color: white; |
| 1014 |
background-color: rgba(46, 215, 35,0.8); |
| 1015 |
} |
| 1016 |
.rbs_desc_panel_pink{ |
| 1017 |
color: white; |
| 1018 |
background-color: rgba(185, 35, 215,0.8); |
| 1019 |
} |
| 1020 |
/* 2018 */ |
| 1021 |
.rbs-flex-container { |
| 1022 |
display: flex; |
| 1023 |
float: none; |
| 1024 |
flex-direction: column; |
| 1025 |
} |
| 1026 |
/* |
| 1027 |
* Robo Gallery |
| 1028 |
* Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php |
| 1029 |
* Copyright (c) 2014-2019, Robosoft. All rights reserved. |
| 1030 |
* Available only in https://robosoft.co/robogallery/ |
| 1031 |
*/ |
| 1032 |
|
| 1033 |
.robo_gallery .rbs-img-container div a:not(#robo_without_id), |
| 1034 |
.robo_gallery .rbs-img-container div a:link:not(#robo_without_id), |
| 1035 |
.robo_gallery .rbs-img-container div a:focus:not(#robo_without_id), |
| 1036 |
.robo_gallery .rbs-img-container div a:hover:not(#robo_without_id){ |
| 1037 |
border-bottom: none; |
| 1038 |
background-color: transparent; |
| 1039 |
} |
| 1040 |
|
| 1041 |
.rbs_gallery_button_bottom .rbs-imges-no-more-entries{ |
| 1042 |
display: none !important; |
| 1043 |
} |
| 1044 |
.rbs_gallery_button_bottom{ |
| 1045 |
margin-top: 10px; |
| 1046 |
} |
| 1047 |
|
| 1048 |
.robo_gallery .rbs-img-container img{ |
| 1049 |
box-shadow: none !important; |
| 1050 |
} |
| 1051 |
.robo_gallery .rbsTitle{ |
| 1052 |
padding: 0 0 4px 0; |
| 1053 |
} |
| 1054 |
|
| 1055 |
.robo_gallery .rbsIcons{ |
| 1056 |
text-align: center; |
| 1057 |
padding: 0 0 4px 0; |
| 1058 |
} |
| 1059 |
|
| 1060 |
.robo_gallery .rbsIcons .rbsZoomIcon, |
| 1061 |
.robo_gallery .rbsIcons .rbsLinkIcon { |
| 1062 |
line-height: 0.9 ; |
| 1063 |
} |
| 1064 |
|
| 1065 |
.robo_gallery_hide_block{ |
| 1066 |
display: none !important; |
| 1067 |
} |
| 1068 |
|
| 1069 |
/*! @license |
| 1070 |
* Copyright 2012-2014 Alex Wolfe and Rob Levin |
| 1071 |
* |
| 1072 |
* Licensed under the Apache License, Version 2.0 (the "License"); |
| 1073 |
* you may not use this file except in compliance with the License. |
| 1074 |
* You may obtain a copy of the License at |
| 1075 |
* |
| 1076 |
* http://www.apache.org/licenses/LICENSE-2.0 |
| 1077 |
* |
| 1078 |
* Unless required by applicable law or agreed to in writing, software |
| 1079 |
* distributed under the License is distributed on an "AS IS" BASIS, |
| 1080 |
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 1081 |
* See the License for the specific language governing permissions and |
| 1082 |
* limitations under the License. |
| 1083 |
*/ |
| 1084 |
|
| 1085 |
@-webkit-keyframes glowing, { |
| 1086 |
from { |
| 1087 |
-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1088 |
-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1089 |
box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); } |
| 1090 |
50% { |
| 1091 |
-moz-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1092 |
-webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1093 |
box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); } |
| 1094 |
to { |
| 1095 |
-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1096 |
-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1097 |
box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); } } |
| 1098 |
@-moz-keyframes glowing, { |
| 1099 |
from { |
| 1100 |
-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1101 |
-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1102 |
box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); } |
| 1103 |
50% { |
| 1104 |
-moz-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1105 |
-webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1106 |
box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); } |
| 1107 |
to { |
| 1108 |
-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1109 |
-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1110 |
box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); } } |
| 1111 |
@-o-keyframes glowing, { |
| 1112 |
from { |
| 1113 |
-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1114 |
-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1115 |
box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); } |
| 1116 |
50% { |
| 1117 |
-moz-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1118 |
-webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1119 |
box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); } |
| 1120 |
to { |
| 1121 |
-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1122 |
-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1123 |
box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); } } |
| 1124 |
@keyframes glowing, { |
| 1125 |
from { |
| 1126 |
-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1127 |
-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1128 |
box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); } |
| 1129 |
50% { |
| 1130 |
-moz-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1131 |
-webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1132 |
box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); } |
| 1133 |
to { |
| 1134 |
-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1135 |
-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); |
| 1136 |
box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); } } |
| 1137 |
|
| 1138 |
.rbs_gallery_button:not(#no-robo-galery-button) { |
| 1139 |
} |
| 1140 |
.rbs_gallery_button:not(#no-robo-galery-button) .button { |
| 1141 |
display: inline-block; |
| 1142 |
height: 32px; |
| 1143 |
padding: 0 25.6px; |
| 1144 |
|
| 1145 |
cursor: pointer; |
| 1146 |
|
| 1147 |
font-family: "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif; |
| 1148 |
font-size: 14px; |
| 1149 |
font-weight: 300; |
| 1150 |
line-height: 30px; |
| 1151 |
color: #666; |
| 1152 |
text-align: center; |
| 1153 |
text-decoration: none; |
| 1154 |
text-shadow: 0 1px 1px white; |
| 1155 |
vertical-align: middle; |
| 1156 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1157 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1)); |
| 1158 |
background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1); |
| 1159 |
background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e1e1e1)); |
| 1160 |
background: -o-linear-gradient(top, #fbfbfb, #e1e1e1); |
| 1161 |
background: linear-gradient(to bottom, #fbfbfb, #e1e1e1); |
| 1162 |
background-color: #eee; |
| 1163 |
border: 1px solid #d4d4d4; |
| 1164 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 1px 2px rgba(0, 0, 0, .15); |
| 1165 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 1px 2px rgba(0, 0, 0, .15); |
| 1166 |
|
| 1167 |
*vertical-align: auto; |
| 1168 |
*zoom: 1; |
| 1169 |
*display: inline; |
| 1170 |
margin: 0 5px 15px 0; |
| 1171 |
} |
| 1172 |
.rbs_gallery_button:not(#no-robo-galery-button) .button:hover, |
| 1173 |
.rbs_gallery_button:not(#no-robo-galery-button) .button:focus, |
| 1174 |
.rbs_gallery_button:not(#no-robo-galery-button) .button:active, |
| 1175 |
.rbs_gallery_button:not(#no-robo-galery-button) .button.is-active, |
| 1176 |
.rbs_gallery_button:not(#no-robo-galery-button) .button.active { |
| 1177 |
text-decoration: none; |
| 1178 |
box-shadow: none; |
| 1179 |
} |
| 1180 |
.rbs_gallery_button:not(#no-robo-galery-button) .button:hover, |
| 1181 |
.rbs_gallery_button:not(#no-robo-galery-button) .button:focus { |
| 1182 |
color: #666; |
| 1183 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RjZGNkYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1184 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #dcdcdc)); |
| 1185 |
background: -webkit-linear-gradient(top, #fff, #dcdcdc); |
| 1186 |
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc)); |
| 1187 |
background: -o-linear-gradient(top, #fff, #dcdcdc); |
| 1188 |
background: linear-gradient(to bottom, #fff, #dcdcdc); |
| 1189 |
background-color: #eee; |
| 1190 |
} |
| 1191 |
.rbs_gallery_button:not(#no-robo-galery-button) .button:active, |
| 1192 |
.rbs_gallery_button:not(#no-robo-galery-button) .button.is-active, |
| 1193 |
.rbs_gallery_button:not(#no-robo-galery-button) .button.active { |
| 1194 |
color: #bbb; |
| 1195 |
text-shadow: 0 1px 0 rgba(255, 255, 255, .4); |
| 1196 |
background: #eee; |
| 1197 |
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 1px 0 white; |
| 1198 |
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 1px 0 white; |
| 1199 |
} |
| 1200 |
.rbs_gallery_button:not(#no-robo-galery-button) .button:focus { |
| 1201 |
outline: none; |
| 1202 |
} |
| 1203 |
.rbs_gallery_button:not(#no-robo-galery-button) input.button, |
| 1204 |
.rbs_gallery_button:not(#no-robo-galery-button) button.button { |
| 1205 |
height: 34px; |
| 1206 |
-webkit-appearance: none; |
| 1207 |
cursor: pointer; |
| 1208 |
} |
| 1209 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-block { |
| 1210 |
display: block; |
| 1211 |
} |
| 1212 |
.rbs_gallery_button:not(#no-robo-galery-button) .button.disabled, |
| 1213 |
.rbs_gallery_button:not(#no-robo-galery-button) .button.disabled:hover, |
| 1214 |
.rbs_gallery_button:not(#no-robo-galery-button) .button.disabled:focus, |
| 1215 |
.rbs_gallery_button:not(#no-robo-galery-button) .button.disabled:active, |
| 1216 |
.rbs_gallery_button:not(#no-robo-galery-button) input.button:disabled, |
| 1217 |
.rbs_gallery_button:not(#no-robo-galery-button) button.button:disabled { |
| 1218 |
-webkit-appearance: none; |
| 1219 |
color: #ccc; |
| 1220 |
text-shadow: 0 1px 1px white; |
| 1221 |
cursor: default; |
| 1222 |
background: #eee; |
| 1223 |
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); |
| 1224 |
border: 1px solid #ddd; |
| 1225 |
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1); |
| 1226 |
box-shadow: 0 1px 2px rgba(0, 0, 0, .1); |
| 1227 |
opacity: .8; |
| 1228 |
} |
| 1229 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-wrap { |
| 1230 |
display: inline-block; |
| 1231 |
padding: 10px; |
| 1232 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1233 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3e3e3), color-stop(100%, #f2f2f2)); |
| 1234 |
background: -webkit-linear-gradient(top, #e3e3e3, #f2f2f2); |
| 1235 |
background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f2f2f2)); |
| 1236 |
background: -o-linear-gradient(top, #e3e3e3, #f2f2f2); |
| 1237 |
background: linear-gradient(to bottom, #e3e3e3, #f2f2f2); |
| 1238 |
border-radius: 200px; |
| 1239 |
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .04); |
| 1240 |
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .04); |
| 1241 |
} |
| 1242 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat { |
| 1243 |
text-shadow: none; |
| 1244 |
background: #eee; |
| 1245 |
border: none; |
| 1246 |
-webkit-box-shadow: none; |
| 1247 |
box-shadow: none; |
| 1248 |
-webkit-transition-duration: .3s; |
| 1249 |
-o-transition-duration: .3s; |
| 1250 |
transition-duration: .3s; |
| 1251 |
-webkit-transition-property: background; |
| 1252 |
-o-transition-property: background; |
| 1253 |
transition-property: background; |
| 1254 |
} |
| 1255 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat:hover, |
| 1256 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat:focus { |
| 1257 |
background: #fbfbfb; |
| 1258 |
} |
| 1259 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat:active, |
| 1260 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat.is-active, |
| 1261 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat.active { |
| 1262 |
color: #bbb; |
| 1263 |
background: #eee; |
| 1264 |
-webkit-transition-duration: 0s; |
| 1265 |
-o-transition-duration: 0s; |
| 1266 |
transition-duration: 0s; |
| 1267 |
} |
| 1268 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat.disabled { |
| 1269 |
-webkit-appearance: none; |
| 1270 |
-webkit-box-shadow: none; |
| 1271 |
box-shadow: none; |
| 1272 |
} |
| 1273 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border { |
| 1274 |
color: #666; |
| 1275 |
text-shadow: none; |
| 1276 |
background: none; |
| 1277 |
border: 2px solid #666; |
| 1278 |
-webkit-box-shadow: none; |
| 1279 |
box-shadow: none; |
| 1280 |
-webkit-transition-duration: .3s; |
| 1281 |
-o-transition-duration: .3s; |
| 1282 |
transition-duration: .3s; |
| 1283 |
-webkit-transition-property: all; |
| 1284 |
-o-transition-property: all; |
| 1285 |
transition-property: all; |
| 1286 |
} |
| 1287 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border:hover, |
| 1288 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border:focus { |
| 1289 |
color: gray; |
| 1290 |
background: none; |
| 1291 |
border: 2px solid gray; |
| 1292 |
} |
| 1293 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border:active, |
| 1294 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border.is-active, |
| 1295 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border.active { |
| 1296 |
color: #4d4d4d; |
| 1297 |
background: none; |
| 1298 |
border: 2px solid #4d4d4d; |
| 1299 |
-webkit-transition-duration: 0s; |
| 1300 |
-o-transition-duration: 0s; |
| 1301 |
transition-duration: 0s; |
| 1302 |
} |
| 1303 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border.disabled { |
| 1304 |
-webkit-appearance: none; |
| 1305 |
-webkit-box-shadow: none; |
| 1306 |
box-shadow: none; |
| 1307 |
} |
| 1308 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d { |
| 1309 |
position: relative; |
| 1310 |
top: 0; |
| 1311 |
color: #666; |
| 1312 |
text-shadow: none; |
| 1313 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1314 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #e9e9e9)); |
| 1315 |
background: -webkit-linear-gradient(top, #f3f3f3, #e9e9e9); |
| 1316 |
background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e9e9e9)); |
| 1317 |
background: -o-linear-gradient(top, #f3f3f3, #e9e9e9); |
| 1318 |
background: linear-gradient(to bottom, #f3f3f3, #e9e9e9); |
| 1319 |
background-color: #eee; |
| 1320 |
border: 1px solid #e1e1e1; |
| 1321 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #bbb, 0 8px 3px rgba(0, 0, 0, .2); |
| 1322 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #bbb, 0 8px 3px rgba(0, 0, 0, .2); |
| 1323 |
-webkit-transition-duration: .3s; |
| 1324 |
-o-transition-duration: .3s; |
| 1325 |
transition-duration: .3s; |
| 1326 |
-webkit-transition-property: all; |
| 1327 |
-o-transition-property: all; |
| 1328 |
transition-property: all; |
| 1329 |
} |
| 1330 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d:hover, |
| 1331 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d:focus { |
| 1332 |
color: #666; |
| 1333 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1334 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #ebebeb)); |
| 1335 |
background: -webkit-linear-gradient(top, #fff, #ebebeb); |
| 1336 |
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb)); |
| 1337 |
background: -o-linear-gradient(top, #fff, #ebebeb); |
| 1338 |
background: linear-gradient(to bottom, #fff, #ebebeb); |
| 1339 |
background-color: white; |
| 1340 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #bbb, 0 8px 3px rgba(0, 0, 0, .2); |
| 1341 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #bbb, 0 8px 3px rgba(0, 0, 0, .2); |
| 1342 |
} |
| 1343 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d:active, |
| 1344 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d.is-active, |
| 1345 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d.active { |
| 1346 |
top: 5px; |
| 1347 |
color: #bbb; |
| 1348 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1349 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, #f3f3f3)); |
| 1350 |
background: -webkit-linear-gradient(top, #e9e9e9, #f3f3f3); |
| 1351 |
background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#f3f3f3)); |
| 1352 |
background: -o-linear-gradient(top, #e9e9e9, #f3f3f3); |
| 1353 |
background: linear-gradient(to bottom, #e9e9e9, #f3f3f3); |
| 1354 |
background-color: #eee; |
| 1355 |
border: 1px solid #e1e1e1; |
| 1356 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 2px 0 #bbb, 0 3px 3px rgba(0, 0, 0, .2); |
| 1357 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 2px 0 #bbb, 0 3px 3px rgba(0, 0, 0, .2); |
| 1358 |
} |
| 1359 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d.disabled { |
| 1360 |
-webkit-appearance: none; |
| 1361 |
-webkit-box-shadow: none; |
| 1362 |
box-shadow: none; |
| 1363 |
} |
| 1364 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-rounded { |
| 1365 |
border-radius: 3px; |
| 1366 |
} |
| 1367 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-pill { |
| 1368 |
border-radius: 50px; |
| 1369 |
} |
| 1370 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-circle { |
| 1371 |
width: 120px; |
| 1372 |
height: 120px; |
| 1373 |
padding: 0; |
| 1374 |
font-size: 16px; |
| 1375 |
line-height: 120px; |
| 1376 |
border-width: 4px; |
| 1377 |
border-radius: 240px; |
| 1378 |
-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5), 0 1px 2px rgba(0, 0, 0, .2); |
| 1379 |
box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5), 0 1px 2px rgba(0, 0, 0, .2); |
| 1380 |
} |
| 1381 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-primary { |
| 1382 |
color: #fff; |
| 1383 |
text-shadow: 0 -1px 1px rgba(0, 40, 50, .35); |
| 1384 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjVlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOGRiMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1385 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00b5e5), color-stop(100%, #008db2)); |
| 1386 |
background: -webkit-linear-gradient(top, #00b5e5, #008db2); |
| 1387 |
background: -webkit-gradient(linear, left top, left bottom, from(#00b5e5), to(#008db2)); |
| 1388 |
background: -o-linear-gradient(top, #00b5e5, #008db2); |
| 1389 |
background: linear-gradient(to bottom, #00b5e5, #008db2); |
| 1390 |
background-color: #00a1cb; |
| 1391 |
border-color: #007998; |
| 1392 |
} |
| 1393 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-primary:hover, |
| 1394 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-primary:focus { |
| 1395 |
color: #fff; |
| 1396 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzlmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOGRiMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1397 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c9fe), color-stop(100%, #008db2)); |
| 1398 |
background: -webkit-linear-gradient(top, #00c9fe, #008db2); |
| 1399 |
background: -webkit-gradient(linear, left top, left bottom, from(#00c9fe), to(#008db2)); |
| 1400 |
background: -o-linear-gradient(top, #00c9fe, #008db2); |
| 1401 |
background: linear-gradient(to bottom, #00c9fe, #008db2); |
| 1402 |
background-color: #00a1cb; |
| 1403 |
} |
| 1404 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-primary:active, |
| 1405 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-primary.is-active, |
| 1406 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-primary.active { |
| 1407 |
color: #005065; |
| 1408 |
background: #1495b7; |
| 1409 |
} |
| 1410 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-primary { |
| 1411 |
position: relative; |
| 1412 |
top: 0; |
| 1413 |
color: #fff; |
| 1414 |
text-shadow: none; |
| 1415 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTlkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTljMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1416 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a9d5), color-stop(100%, #0099c1)); |
| 1417 |
background: -webkit-linear-gradient(top, #00a9d5, #0099c1); |
| 1418 |
background: -webkit-gradient(linear, left top, left bottom, from(#00a9d5), to(#0099c1)); |
| 1419 |
background: -o-linear-gradient(top, #00a9d5, #0099c1); |
| 1420 |
background: linear-gradient(to bottom, #00a9d5, #0099c1); |
| 1421 |
background-color: #00a1cb; |
| 1422 |
border: 1px solid #007998; |
| 1423 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #007998, 0 8px 3px rgba(0, 0, 0, .3); |
| 1424 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #007998, 0 8px 3px rgba(0, 0, 0, .3); |
| 1425 |
-webkit-transition-duration: .3s; |
| 1426 |
-o-transition-duration: .3s; |
| 1427 |
transition-duration: .3s; |
| 1428 |
-webkit-transition-property: all; |
| 1429 |
-o-transition-property: all; |
| 1430 |
transition-property: all; |
| 1431 |
} |
| 1432 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-primary:hover, |
| 1433 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-primary:focus { |
| 1434 |
color: #fff; |
| 1435 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzFmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWRjNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1436 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c1f4), color-stop(100%, #009dc6)); |
| 1437 |
background: -webkit-linear-gradient(top, #00c1f4, #009dc6); |
| 1438 |
background: -webkit-gradient(linear, left top, left bottom, from(#00c1f4), to(#009dc6)); |
| 1439 |
background: -o-linear-gradient(top, #00c1f4, #009dc6); |
| 1440 |
background: linear-gradient(to bottom, #00c1f4, #009dc6); |
| 1441 |
background-color: #00c9fe; |
| 1442 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #00708e, 0 8px 3px rgba(0, 0, 0, .3); |
| 1443 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #00708e, 0 8px 3px rgba(0, 0, 0, .3); |
| 1444 |
} |
| 1445 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-primary:active, |
| 1446 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-primary.is-active, |
| 1447 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-primary.active { |
| 1448 |
top: 5px; |
| 1449 |
color: #005065; |
| 1450 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTljMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTlkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1451 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0099c1), color-stop(100%, #00a9d5)); |
| 1452 |
background: -webkit-linear-gradient(top, #0099c1, #00a9d5); |
| 1453 |
background: -webkit-gradient(linear, left top, left bottom, from(#0099c1), to(#00a9d5)); |
| 1454 |
background: -o-linear-gradient(top, #0099c1, #00a9d5); |
| 1455 |
background: linear-gradient(to bottom, #0099c1, #00a9d5); |
| 1456 |
background-color: #1495b7; |
| 1457 |
border: 1px solid #008db2; |
| 1458 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 2px 0 #007998, 0 3px 3px rgba(0, 0, 0, .3); |
| 1459 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 2px 0 #007998, 0 3px 3px rgba(0, 0, 0, .3); |
| 1460 |
} |
| 1461 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-primary.disabled { |
| 1462 |
-webkit-appearance: none; |
| 1463 |
-webkit-box-shadow: none; |
| 1464 |
box-shadow: none; |
| 1465 |
} |
| 1466 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-primary { |
| 1467 |
color: #00a1cb; |
| 1468 |
text-shadow: none; |
| 1469 |
background: none; |
| 1470 |
border: 2px solid #00a1cb; |
| 1471 |
-webkit-box-shadow: none; |
| 1472 |
box-shadow: none; |
| 1473 |
-webkit-transition-duration: .3s; |
| 1474 |
-o-transition-duration: .3s; |
| 1475 |
transition-duration: .3s; |
| 1476 |
-webkit-transition-property: all; |
| 1477 |
-o-transition-property: all; |
| 1478 |
transition-property: all; |
| 1479 |
} |
| 1480 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-primary:hover, |
| 1481 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-primary:focus { |
| 1482 |
color: #00c9fe; |
| 1483 |
background: none; |
| 1484 |
border: 2px solid #00c9fe; |
| 1485 |
} |
| 1486 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-primary:active, |
| 1487 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-primary.is-active, |
| 1488 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-primary.active { |
| 1489 |
color: #007998; |
| 1490 |
background: none; |
| 1491 |
border: 2px solid #007998; |
| 1492 |
-webkit-transition-duration: 0s; |
| 1493 |
-o-transition-duration: 0s; |
| 1494 |
transition-duration: 0s; |
| 1495 |
} |
| 1496 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-primary.disabled { |
| 1497 |
-webkit-appearance: none; |
| 1498 |
-webkit-box-shadow: none; |
| 1499 |
box-shadow: none; |
| 1500 |
} |
| 1501 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-primary { |
| 1502 |
color: #fff; |
| 1503 |
text-shadow: none; |
| 1504 |
background: #00a1cb; |
| 1505 |
border: none; |
| 1506 |
-webkit-box-shadow: none; |
| 1507 |
box-shadow: none; |
| 1508 |
-webkit-transition-duration: .3s; |
| 1509 |
-o-transition-duration: .3s; |
| 1510 |
transition-duration: .3s; |
| 1511 |
-webkit-transition-property: background; |
| 1512 |
-o-transition-property: background; |
| 1513 |
transition-property: background; |
| 1514 |
} |
| 1515 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-primary:hover, |
| 1516 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-primary:focus { |
| 1517 |
color: #fff; |
| 1518 |
background: #00b5e5; |
| 1519 |
} |
| 1520 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-primary:active, |
| 1521 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-primary.is-active, |
| 1522 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-primary.active { |
| 1523 |
color: #00647f; |
| 1524 |
background: #1495b7; |
| 1525 |
-webkit-transition-duration: 0s; |
| 1526 |
-o-transition-duration: 0s; |
| 1527 |
transition-duration: 0s; |
| 1528 |
} |
| 1529 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-primary.disabled { |
| 1530 |
-webkit-appearance: none; |
| 1531 |
-webkit-box-shadow: none; |
| 1532 |
box-shadow: none; |
| 1533 |
} |
| 1534 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-action { |
| 1535 |
color: #fff; |
| 1536 |
text-shadow: 0 -1px 1px rgba(19, 28, 0, .35); |
| 1537 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmY2YwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZiOWMwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1538 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8fcf00), color-stop(100%, #6b9c00)); |
| 1539 |
background: -webkit-linear-gradient(top, #8fcf00, #6b9c00); |
| 1540 |
background: -webkit-gradient(linear, left top, left bottom, from(#8fcf00), to(#6b9c00)); |
| 1541 |
background: -o-linear-gradient(top, #8fcf00, #6b9c00); |
| 1542 |
background: linear-gradient(to bottom, #8fcf00, #6b9c00); |
| 1543 |
background-color: #7db500; |
| 1544 |
border-color: #5a8200; |
| 1545 |
} |
| 1546 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-action:hover, |
| 1547 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-action:focus { |
| 1548 |
color: #fff; |
| 1549 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwZTgwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZiOWMwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1550 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0e800), color-stop(100%, #6b9c00)); |
| 1551 |
background: -webkit-linear-gradient(top, #a0e800, #6b9c00); |
| 1552 |
background: -webkit-gradient(linear, left top, left bottom, from(#a0e800), to(#6b9c00)); |
| 1553 |
background: -o-linear-gradient(top, #a0e800, #6b9c00); |
| 1554 |
background: linear-gradient(to bottom, #a0e800, #6b9c00); |
| 1555 |
background-color: #7db500; |
| 1556 |
} |
| 1557 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-action:active, |
| 1558 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-action.is-active, |
| 1559 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-action.active { |
| 1560 |
color: #374f00; |
| 1561 |
background: #76a312; |
| 1562 |
} |
| 1563 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-action { |
| 1564 |
position: relative; |
| 1565 |
top: 0; |
| 1566 |
color: #fff; |
| 1567 |
text-shadow: none; |
| 1568 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0YmYwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc2YWIwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1569 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #84bf00), color-stop(100%, #76ab00)); |
| 1570 |
background: -webkit-linear-gradient(top, #84bf00, #76ab00); |
| 1571 |
background: -webkit-gradient(linear, left top, left bottom, from(#84bf00), to(#76ab00)); |
| 1572 |
background: -o-linear-gradient(top, #84bf00, #76ab00); |
| 1573 |
background: linear-gradient(to bottom, #84bf00, #76ab00); |
| 1574 |
background-color: #7db500; |
| 1575 |
border: 1px solid #5a8200; |
| 1576 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #5a8200, 0 8px 3px rgba(0, 0, 0, .3); |
| 1577 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #5a8200, 0 8px 3px rgba(0, 0, 0, .3); |
| 1578 |
-webkit-transition-duration: .3s; |
| 1579 |
-o-transition-duration: .3s; |
| 1580 |
transition-duration: .3s; |
| 1581 |
-webkit-transition-property: all; |
| 1582 |
-o-transition-property: all; |
| 1583 |
transition-property: all; |
| 1584 |
} |
| 1585 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-action:hover, |
| 1586 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-action:focus { |
| 1587 |
color: #fff; |
| 1588 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5ZGUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc5YjAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1589 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99de00), color-stop(100%, #79b000)); |
| 1590 |
background: -webkit-linear-gradient(top, #99de00, #79b000); |
| 1591 |
background: -webkit-gradient(linear, left top, left bottom, from(#99de00), to(#79b000)); |
| 1592 |
background: -o-linear-gradient(top, #99de00, #79b000); |
| 1593 |
background: linear-gradient(to bottom, #99de00, #79b000); |
| 1594 |
background-color: #a0e800; |
| 1595 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #537800, 0 8px 3px rgba(0, 0, 0, .3); |
| 1596 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #537800, 0 8px 3px rgba(0, 0, 0, .3); |
| 1597 |
} |
| 1598 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-action:active, |
| 1599 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-action.is-active, |
| 1600 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-action.active { |
| 1601 |
top: 5px; |
| 1602 |
color: #374f00; |
| 1603 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2YWIwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg0YmYwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1604 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #76ab00), color-stop(100%, #84bf00)); |
| 1605 |
background: -webkit-linear-gradient(top, #76ab00, #84bf00); |
| 1606 |
background: -webkit-gradient(linear, left top, left bottom, from(#76ab00), to(#84bf00)); |
| 1607 |
background: -o-linear-gradient(top, #76ab00, #84bf00); |
| 1608 |
background: linear-gradient(to bottom, #76ab00, #84bf00); |
| 1609 |
background-color: #76a312; |
| 1610 |
border: 1px solid #6b9c00; |
| 1611 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 2px 0 #5a8200, 0 3px 3px rgba(0, 0, 0, .3); |
| 1612 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 2px 0 #5a8200, 0 3px 3px rgba(0, 0, 0, .3); |
| 1613 |
} |
| 1614 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-action.disabled { |
| 1615 |
-webkit-appearance: none; |
| 1616 |
-webkit-box-shadow: none; |
| 1617 |
box-shadow: none; |
| 1618 |
} |
| 1619 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-action { |
| 1620 |
color: #7db500; |
| 1621 |
text-shadow: none; |
| 1622 |
background: none; |
| 1623 |
border: 2px solid #7db500; |
| 1624 |
-webkit-box-shadow: none; |
| 1625 |
box-shadow: none; |
| 1626 |
-webkit-transition-duration: .3s; |
| 1627 |
-o-transition-duration: .3s; |
| 1628 |
transition-duration: .3s; |
| 1629 |
-webkit-transition-property: all; |
| 1630 |
-o-transition-property: all; |
| 1631 |
transition-property: all; |
| 1632 |
} |
| 1633 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-action:hover, |
| 1634 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-action:focus { |
| 1635 |
color: #a0e800; |
| 1636 |
background: none; |
| 1637 |
border: 2px solid #a0e800; |
| 1638 |
} |
| 1639 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-action:active, |
| 1640 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-action.is-active, |
| 1641 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-action.active { |
| 1642 |
color: #5a8200; |
| 1643 |
background: none; |
| 1644 |
border: 2px solid #5a8200; |
| 1645 |
-webkit-transition-duration: 0s; |
| 1646 |
-o-transition-duration: 0s; |
| 1647 |
transition-duration: 0s; |
| 1648 |
} |
| 1649 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-action.disabled { |
| 1650 |
-webkit-appearance: none; |
| 1651 |
-webkit-box-shadow: none; |
| 1652 |
box-shadow: none; |
| 1653 |
} |
| 1654 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-action { |
| 1655 |
color: #fff; |
| 1656 |
text-shadow: none; |
| 1657 |
background: #7db500; |
| 1658 |
border: none; |
| 1659 |
-webkit-box-shadow: none; |
| 1660 |
box-shadow: none; |
| 1661 |
-webkit-transition-duration: .3s; |
| 1662 |
-o-transition-duration: .3s; |
| 1663 |
transition-duration: .3s; |
| 1664 |
-webkit-transition-property: background; |
| 1665 |
-o-transition-property: background; |
| 1666 |
transition-property: background; |
| 1667 |
} |
| 1668 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-action:hover, |
| 1669 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-action:focus { |
| 1670 |
color: #fff; |
| 1671 |
background: #8fcf00; |
| 1672 |
} |
| 1673 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-action:active, |
| 1674 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-action.is-active, |
| 1675 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-action.active { |
| 1676 |
color: #486900; |
| 1677 |
background: #76a312; |
| 1678 |
-webkit-transition-duration: 0s; |
| 1679 |
-o-transition-duration: 0s; |
| 1680 |
transition-duration: 0s; |
| 1681 |
} |
| 1682 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-action.disabled { |
| 1683 |
-webkit-appearance: none; |
| 1684 |
-webkit-box-shadow: none; |
| 1685 |
box-shadow: none; |
| 1686 |
} |
| 1687 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-highlight { |
| 1688 |
color: #fff; |
| 1689 |
text-shadow: 0 -1px 1px rgba(91, 53, 2, .35); |
| 1690 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhOTkxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q4N2UwNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1691 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa9915), color-stop(100%, #d87e04)); |
| 1692 |
background: -webkit-linear-gradient(top, #fa9915, #d87e04); |
| 1693 |
background: -webkit-gradient(linear, left top, left bottom, from(#fa9915), to(#d87e04)); |
| 1694 |
background: -o-linear-gradient(top, #fa9915, #d87e04); |
| 1695 |
background: linear-gradient(to bottom, #fa9915, #d87e04); |
| 1696 |
background-color: #f18d05; |
| 1697 |
border-color: #bf7004; |
| 1698 |
} |
| 1699 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-highlight:hover, |
| 1700 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-highlight:focus { |
| 1701 |
color: #fff; |
| 1702 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYTQyZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q4N2UwNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1703 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fba42e), color-stop(100%, #d87e04)); |
| 1704 |
background: -webkit-linear-gradient(top, #fba42e, #d87e04); |
| 1705 |
background: -webkit-gradient(linear, left top, left bottom, from(#fba42e), to(#d87e04)); |
| 1706 |
background: -o-linear-gradient(top, #fba42e, #d87e04); |
| 1707 |
background: linear-gradient(to bottom, #fba42e, #d87e04); |
| 1708 |
background-color: #f18d05; |
| 1709 |
} |
| 1710 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-highlight:active, |
| 1711 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-highlight.is-active, |
| 1712 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-highlight.active { |
| 1713 |
color: #8d5303; |
| 1714 |
background: #d8891e; |
| 1715 |
} |
| 1716 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-highlight { |
| 1717 |
position: relative; |
| 1718 |
top: 0; |
| 1719 |
color: #fff; |
| 1720 |
text-shadow: none; |
| 1721 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhOTMwNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ODcwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1722 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa9306), color-stop(100%, #e78705)); |
| 1723 |
background: -webkit-linear-gradient(top, #fa9306, #e78705); |
| 1724 |
background: -webkit-gradient(linear, left top, left bottom, from(#fa9306), to(#e78705)); |
| 1725 |
background: -o-linear-gradient(top, #fa9306, #e78705); |
| 1726 |
background: linear-gradient(to bottom, #fa9306, #e78705); |
| 1727 |
background-color: #f18d05; |
| 1728 |
border: 1px solid #bf7004; |
| 1729 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #bf7004, 0 8px 3px rgba(0, 0, 0, .3); |
| 1730 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #bf7004, 0 8px 3px rgba(0, 0, 0, .3); |
| 1731 |
-webkit-transition-duration: .3s; |
| 1732 |
-o-transition-duration: .3s; |
| 1733 |
transition-duration: .3s; |
| 1734 |
-webkit-transition-property: all; |
| 1735 |
-o-transition-property: all; |
| 1736 |
transition-property: all; |
| 1737 |
} |
| 1738 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-highlight:hover, |
| 1739 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-highlight:focus { |
| 1740 |
color: #fff; |
| 1741 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhYTAyNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjOGEwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1742 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #faa024), color-stop(100%, #ec8a05)); |
| 1743 |
background: -webkit-linear-gradient(top, #faa024, #ec8a05); |
| 1744 |
background: -webkit-gradient(linear, left top, left bottom, from(#faa024), to(#ec8a05)); |
| 1745 |
background: -o-linear-gradient(top, #faa024, #ec8a05); |
| 1746 |
background: linear-gradient(to bottom, #faa024, #ec8a05); |
| 1747 |
background-color: #fba42e; |
| 1748 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #b56a04, 0 8px 3px rgba(0, 0, 0, .3); |
| 1749 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #b56a04, 0 8px 3px rgba(0, 0, 0, .3); |
| 1750 |
} |
| 1751 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-highlight:active, |
| 1752 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-highlight.is-active, |
| 1753 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-highlight.active { |
| 1754 |
top: 5px; |
| 1755 |
color: #8d5303; |
| 1756 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ODcwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhOTMwNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1757 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e78705), color-stop(100%, #fa9306)); |
| 1758 |
background: -webkit-linear-gradient(top, #e78705, #fa9306); |
| 1759 |
background: -webkit-gradient(linear, left top, left bottom, from(#e78705), to(#fa9306)); |
| 1760 |
background: -o-linear-gradient(top, #e78705, #fa9306); |
| 1761 |
background: linear-gradient(to bottom, #e78705, #fa9306); |
| 1762 |
background-color: #d8891e; |
| 1763 |
border: 1px solid #d87e04; |
| 1764 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 2px 0 #bf7004, 0 3px 3px rgba(0, 0, 0, .3); |
| 1765 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 2px 0 #bf7004, 0 3px 3px rgba(0, 0, 0, .3); |
| 1766 |
} |
| 1767 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-highlight.disabled { |
| 1768 |
-webkit-appearance: none; |
| 1769 |
-webkit-box-shadow: none; |
| 1770 |
box-shadow: none; |
| 1771 |
} |
| 1772 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-highlight { |
| 1773 |
color: #f18d05; |
| 1774 |
text-shadow: none; |
| 1775 |
background: none; |
| 1776 |
border: 2px solid #f18d05; |
| 1777 |
-webkit-box-shadow: none; |
| 1778 |
box-shadow: none; |
| 1779 |
-webkit-transition-duration: .3s; |
| 1780 |
-o-transition-duration: .3s; |
| 1781 |
transition-duration: .3s; |
| 1782 |
-webkit-transition-property: all; |
| 1783 |
-o-transition-property: all; |
| 1784 |
transition-property: all; |
| 1785 |
} |
| 1786 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-highlight:hover, |
| 1787 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-highlight:focus { |
| 1788 |
color: #fba42e; |
| 1789 |
background: none; |
| 1790 |
border: 2px solid #fba42e; |
| 1791 |
} |
| 1792 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-highlight:active, |
| 1793 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-highlight.is-active, |
| 1794 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-highlight.active { |
| 1795 |
color: #bf7004; |
| 1796 |
background: none; |
| 1797 |
border: 2px solid #bf7004; |
| 1798 |
-webkit-transition-duration: 0s; |
| 1799 |
-o-transition-duration: 0s; |
| 1800 |
transition-duration: 0s; |
| 1801 |
} |
| 1802 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-highlight.disabled { |
| 1803 |
-webkit-appearance: none; |
| 1804 |
-webkit-box-shadow: none; |
| 1805 |
box-shadow: none; |
| 1806 |
} |
| 1807 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-highlight { |
| 1808 |
color: #fff; |
| 1809 |
text-shadow: none; |
| 1810 |
background: #f18d05; |
| 1811 |
border: none; |
| 1812 |
-webkit-box-shadow: none; |
| 1813 |
box-shadow: none; |
| 1814 |
-webkit-transition-duration: .3s; |
| 1815 |
-o-transition-duration: .3s; |
| 1816 |
transition-duration: .3s; |
| 1817 |
-webkit-transition-property: background; |
| 1818 |
-o-transition-property: background; |
| 1819 |
transition-property: background; |
| 1820 |
} |
| 1821 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-highlight:hover, |
| 1822 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-highlight:focus { |
| 1823 |
color: #fff; |
| 1824 |
background: #fa9915; |
| 1825 |
} |
| 1826 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-highlight:active, |
| 1827 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-highlight.is-active, |
| 1828 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-highlight.active { |
| 1829 |
color: #a66103; |
| 1830 |
background: #d8891e; |
| 1831 |
-webkit-transition-duration: 0s; |
| 1832 |
-o-transition-duration: 0s; |
| 1833 |
transition-duration: 0s; |
| 1834 |
} |
| 1835 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-highlight.disabled { |
| 1836 |
-webkit-appearance: none; |
| 1837 |
-webkit-box-shadow: none; |
| 1838 |
box-shadow: none; |
| 1839 |
} |
| 1840 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-caution { |
| 1841 |
color: #fff; |
| 1842 |
text-shadow: 0 -1px 1px rgba(103, 24, 13, .35); |
| 1843 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4NTQzZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5MzMxYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1844 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8543f), color-stop(100%, #d9331a)); |
| 1845 |
background: -webkit-linear-gradient(top, #e8543f, #d9331a); |
| 1846 |
background: -webkit-gradient(linear, left top, left bottom, from(#e8543f), to(#d9331a)); |
| 1847 |
background: -o-linear-gradient(top, #e8543f, #d9331a); |
| 1848 |
background: linear-gradient(to bottom, #e8543f, #d9331a); |
| 1849 |
background-color: #e54028; |
| 1850 |
border-color: #c22d18; |
| 1851 |
} |
| 1852 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-caution:hover, |
| 1853 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-caution:focus { |
| 1854 |
color: #fff; |
| 1855 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViNjg1NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5MzMxYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1856 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eb6855), color-stop(100%, #d9331a)); |
| 1857 |
background: -webkit-linear-gradient(top, #eb6855, #d9331a); |
| 1858 |
background: -webkit-gradient(linear, left top, left bottom, from(#eb6855), to(#d9331a)); |
| 1859 |
background: -o-linear-gradient(top, #eb6855, #d9331a); |
| 1860 |
background: linear-gradient(to bottom, #eb6855, #d9331a); |
| 1861 |
background-color: #e54028; |
| 1862 |
} |
| 1863 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-caution:active, |
| 1864 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-caution.is-active, |
| 1865 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-caution.active { |
| 1866 |
color: #952312; |
| 1867 |
background: #cd5240; |
| 1868 |
} |
| 1869 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-caution { |
| 1870 |
position: relative; |
| 1871 |
top: 0; |
| 1872 |
color: #fff; |
| 1873 |
text-shadow: none; |
| 1874 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2NDgzMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0MzgxZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1875 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e64831), color-stop(100%, #e4381f)); |
| 1876 |
background: -webkit-linear-gradient(top, #e64831, #e4381f); |
| 1877 |
background: -webkit-gradient(linear, left top, left bottom, from(#e64831), to(#e4381f)); |
| 1878 |
background: -o-linear-gradient(top, #e64831, #e4381f); |
| 1879 |
background: linear-gradient(to bottom, #e64831, #e4381f); |
| 1880 |
background-color: #e54028; |
| 1881 |
border: 1px solid #c22d18; |
| 1882 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #c22d18, 0 8px 3px rgba(0, 0, 0, .3); |
| 1883 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #c22d18, 0 8px 3px rgba(0, 0, 0, .3); |
| 1884 |
-webkit-transition-duration: .3s; |
| 1885 |
-o-transition-duration: .3s; |
| 1886 |
transition-duration: .3s; |
| 1887 |
-webkit-transition-property: all; |
| 1888 |
-o-transition-property: all; |
| 1889 |
transition-property: all; |
| 1890 |
} |
| 1891 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-caution:hover, |
| 1892 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-caution:focus { |
| 1893 |
color: #fff; |
| 1894 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5NjA0YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0M2MyMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1895 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9604c), color-stop(100%, #e43c23)); |
| 1896 |
background: -webkit-linear-gradient(top, #e9604c, #e43c23); |
| 1897 |
background: -webkit-gradient(linear, left top, left bottom, from(#e9604c), to(#e43c23)); |
| 1898 |
background: -o-linear-gradient(top, #e9604c, #e43c23); |
| 1899 |
background: linear-gradient(to bottom, #e9604c, #e43c23); |
| 1900 |
background-color: #eb6855; |
| 1901 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #b92b16, 0 8px 3px rgba(0, 0, 0, .3); |
| 1902 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #b92b16, 0 8px 3px rgba(0, 0, 0, .3); |
| 1903 |
} |
| 1904 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-caution:active, |
| 1905 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-caution.is-active, |
| 1906 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-caution.active { |
| 1907 |
top: 5px; |
| 1908 |
color: #952312; |
| 1909 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0MzgxZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2NDgzMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1910 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4381f), color-stop(100%, #e64831)); |
| 1911 |
background: -webkit-linear-gradient(top, #e4381f, #e64831); |
| 1912 |
background: -webkit-gradient(linear, left top, left bottom, from(#e4381f), to(#e64831)); |
| 1913 |
background: -o-linear-gradient(top, #e4381f, #e64831); |
| 1914 |
background: linear-gradient(to bottom, #e4381f, #e64831); |
| 1915 |
background-color: #cd5240; |
| 1916 |
border: 1px solid #d9331a; |
| 1917 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 2px 0 #c22d18, 0 3px 3px rgba(0, 0, 0, .3); |
| 1918 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 2px 0 #c22d18, 0 3px 3px rgba(0, 0, 0, .3); |
| 1919 |
} |
| 1920 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-caution.disabled { |
| 1921 |
-webkit-appearance: none; |
| 1922 |
-webkit-box-shadow: none; |
| 1923 |
box-shadow: none; |
| 1924 |
} |
| 1925 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-caution { |
| 1926 |
color: #e54028; |
| 1927 |
text-shadow: none; |
| 1928 |
background: none; |
| 1929 |
border: 2px solid #e54028; |
| 1930 |
-webkit-box-shadow: none; |
| 1931 |
box-shadow: none; |
| 1932 |
-webkit-transition-duration: .3s; |
| 1933 |
-o-transition-duration: .3s; |
| 1934 |
transition-duration: .3s; |
| 1935 |
-webkit-transition-property: all; |
| 1936 |
-o-transition-property: all; |
| 1937 |
transition-property: all; |
| 1938 |
} |
| 1939 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-caution:hover, |
| 1940 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-caution:focus { |
| 1941 |
color: #eb6855; |
| 1942 |
background: none; |
| 1943 |
border: 2px solid #eb6855; |
| 1944 |
} |
| 1945 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-caution:active, |
| 1946 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-caution.is-active, |
| 1947 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-caution.active { |
| 1948 |
color: #c22d18; |
| 1949 |
background: none; |
| 1950 |
border: 2px solid #c22d18; |
| 1951 |
-webkit-transition-duration: 0s; |
| 1952 |
-o-transition-duration: 0s; |
| 1953 |
transition-duration: 0s; |
| 1954 |
} |
| 1955 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-caution.disabled { |
| 1956 |
-webkit-appearance: none; |
| 1957 |
-webkit-box-shadow: none; |
| 1958 |
box-shadow: none; |
| 1959 |
} |
| 1960 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-caution { |
| 1961 |
color: #fff; |
| 1962 |
text-shadow: none; |
| 1963 |
background: #e54028; |
| 1964 |
border: none; |
| 1965 |
-webkit-box-shadow: none; |
| 1966 |
box-shadow: none; |
| 1967 |
-webkit-transition-duration: .3s; |
| 1968 |
-o-transition-duration: .3s; |
| 1969 |
transition-duration: .3s; |
| 1970 |
-webkit-transition-property: background; |
| 1971 |
-o-transition-property: background; |
| 1972 |
transition-property: background; |
| 1973 |
} |
| 1974 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-caution:hover, |
| 1975 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-caution:focus { |
| 1976 |
color: #fff; |
| 1977 |
background: #e8543f; |
| 1978 |
} |
| 1979 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-caution:active, |
| 1980 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-caution.is-active, |
| 1981 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-caution.active { |
| 1982 |
color: #ac2815; |
| 1983 |
background: #cd5240; |
| 1984 |
-webkit-transition-duration: 0s; |
| 1985 |
-o-transition-duration: 0s; |
| 1986 |
transition-duration: 0s; |
| 1987 |
} |
| 1988 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-caution.disabled { |
| 1989 |
-webkit-appearance: none; |
| 1990 |
-webkit-box-shadow: none; |
| 1991 |
box-shadow: none; |
| 1992 |
} |
| 1993 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-royal { |
| 1994 |
color: #fff; |
| 1995 |
text-shadow: 0 -1px 1px rgba(26, 9, 27, .35); |
| 1996 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5Mzg5ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc1MmE3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 1997 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99389f), color-stop(100%, #752a79)); |
| 1998 |
background: -webkit-linear-gradient(top, #99389f, #752a79); |
| 1999 |
background: -webkit-gradient(linear, left top, left bottom, from(#99389f), to(#752a79)); |
| 2000 |
background: -o-linear-gradient(top, #99389f, #752a79); |
| 2001 |
background: linear-gradient(to bottom, #99389f, #752a79); |
| 2002 |
background-color: #87318c; |
| 2003 |
border-color: #632466; |
| 2004 |
} |
| 2005 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-royal:hover, |
| 2006 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-royal:focus { |
| 2007 |
color: #fff; |
| 2008 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiM2ViMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc1MmE3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 2009 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ab3eb2), color-stop(100%, #752a79)); |
| 2010 |
background: -webkit-linear-gradient(top, #ab3eb2, #752a79); |
| 2011 |
background: -webkit-gradient(linear, left top, left bottom, from(#ab3eb2), to(#752a79)); |
| 2012 |
background: -o-linear-gradient(top, #ab3eb2, #752a79); |
| 2013 |
background: linear-gradient(to bottom, #ab3eb2, #752a79); |
| 2014 |
background-color: #87318c; |
| 2015 |
} |
| 2016 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-royal:active, |
| 2017 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-royal.is-active, |
| 2018 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-royal.active { |
| 2019 |
color: #3e1740; |
| 2020 |
background: #764479; |
| 2021 |
} |
| 2022 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-royal { |
| 2023 |
position: relative; |
| 2024 |
top: 0; |
| 2025 |
color: #fff; |
| 2026 |
text-shadow: none; |
| 2027 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlMzQ5NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgwMmU4NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 2028 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8e3494), color-stop(100%, #802e84)); |
| 2029 |
background: -webkit-linear-gradient(top, #8e3494, #802e84); |
| 2030 |
background: -webkit-gradient(linear, left top, left bottom, from(#8e3494), to(#802e84)); |
| 2031 |
background: -o-linear-gradient(top, #8e3494, #802e84); |
| 2032 |
background: linear-gradient(to bottom, #8e3494, #802e84); |
| 2033 |
background-color: #87318c; |
| 2034 |
border: 1px solid #632466; |
| 2035 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #632466, 0 8px 3px rgba(0, 0, 0, .3); |
| 2036 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #632466, 0 8px 3px rgba(0, 0, 0, .3); |
| 2037 |
-webkit-transition-duration: .3s; |
| 2038 |
-o-transition-duration: .3s; |
| 2039 |
transition-duration: .3s; |
| 2040 |
-webkit-transition-property: all; |
| 2041 |
-o-transition-property: all; |
| 2042 |
transition-property: all; |
| 2043 |
} |
| 2044 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-royal:hover, |
| 2045 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-royal:focus { |
| 2046 |
color: #fff; |
| 2047 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0M2NhYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgzMzA4OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 2048 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a43caa), color-stop(100%, #833088)); |
| 2049 |
background: -webkit-linear-gradient(top, #a43caa, #833088); |
| 2050 |
background: -webkit-gradient(linear, left top, left bottom, from(#a43caa), to(#833088)); |
| 2051 |
background: -o-linear-gradient(top, #a43caa, #833088); |
| 2052 |
background: linear-gradient(to bottom, #a43caa, #833088); |
| 2053 |
background-color: #ab3eb2; |
| 2054 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #5b215f, 0 8px 3px rgba(0, 0, 0, .3); |
| 2055 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 7px 0 #5b215f, 0 8px 3px rgba(0, 0, 0, .3); |
| 2056 |
} |
| 2057 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-royal:active, |
| 2058 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-royal.is-active, |
| 2059 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-royal.active { |
| 2060 |
top: 5px; |
| 2061 |
color: #3e1740; |
| 2062 |
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwMmU4NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhlMzQ5NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='); |
| 2063 |
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #802e84), color-stop(100%, #8e3494)); |
| 2064 |
background: -webkit-linear-gradient(top, #802e84, #8e3494); |
| 2065 |
background: -webkit-gradient(linear, left top, left bottom, from(#802e84), to(#8e3494)); |
| 2066 |
background: -o-linear-gradient(top, #802e84, #8e3494); |
| 2067 |
background: linear-gradient(to bottom, #802e84, #8e3494); |
| 2068 |
background-color: #764479; |
| 2069 |
border: 1px solid #752a79; |
| 2070 |
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 2px 0 #632466, 0 3px 3px rgba(0, 0, 0, .3); |
| 2071 |
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 1px rgba(255, 255, 255, .15), 0 2px 0 #632466, 0 3px 3px rgba(0, 0, 0, .3); |
| 2072 |
} |
| 2073 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-royal.disabled { |
| 2074 |
-webkit-appearance: none; |
| 2075 |
-webkit-box-shadow: none; |
| 2076 |
box-shadow: none; |
| 2077 |
} |
| 2078 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-royal { |
| 2079 |
color: #87318c; |
| 2080 |
text-shadow: none; |
| 2081 |
background: none; |
| 2082 |
border: 2px solid #87318c; |
| 2083 |
-webkit-box-shadow: none; |
| 2084 |
box-shadow: none; |
| 2085 |
-webkit-transition-duration: .3s; |
| 2086 |
-o-transition-duration: .3s; |
| 2087 |
transition-duration: .3s; |
| 2088 |
-webkit-transition-property: all; |
| 2089 |
-o-transition-property: all; |
| 2090 |
transition-property: all; |
| 2091 |
} |
| 2092 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-royal:hover, |
| 2093 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-royal:focus { |
| 2094 |
color: #ab3eb2; |
| 2095 |
background: none; |
| 2096 |
border: 2px solid #ab3eb2; |
| 2097 |
} |
| 2098 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-royal:active, |
| 2099 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-royal.is-active, |
| 2100 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-royal.active { |
| 2101 |
color: #632466; |
| 2102 |
background: none; |
| 2103 |
border: 2px solid #632466; |
| 2104 |
-webkit-transition-duration: 0s; |
| 2105 |
-o-transition-duration: 0s; |
| 2106 |
transition-duration: 0s; |
| 2107 |
} |
| 2108 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-royal.disabled { |
| 2109 |
-webkit-appearance: none; |
| 2110 |
-webkit-box-shadow: none; |
| 2111 |
box-shadow: none; |
| 2112 |
} |
| 2113 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-royal { |
| 2114 |
color: #fff; |
| 2115 |
text-shadow: none; |
| 2116 |
background: #87318c; |
| 2117 |
border: none; |
| 2118 |
-webkit-box-shadow: none; |
| 2119 |
box-shadow: none; |
| 2120 |
-webkit-transition-duration: .3s; |
| 2121 |
-o-transition-duration: .3s; |
| 2122 |
transition-duration: .3s; |
| 2123 |
-webkit-transition-property: background; |
| 2124 |
-o-transition-property: background; |
| 2125 |
transition-property: background; |
| 2126 |
} |
| 2127 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-royal:hover, |
| 2128 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-royal:focus { |
| 2129 |
color: #fff; |
| 2130 |
background: #99389f; |
| 2131 |
} |
| 2132 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-royal:active, |
| 2133 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-royal.is-active, |
| 2134 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-royal.active { |
| 2135 |
color: #501d53; |
| 2136 |
background: #764479; |
| 2137 |
-webkit-transition-duration: 0s; |
| 2138 |
-o-transition-duration: 0s; |
| 2139 |
transition-duration: 0s; |
| 2140 |
} |
| 2141 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-royal.disabled { |
| 2142 |
-webkit-appearance: none; |
| 2143 |
-webkit-box-shadow: none; |
| 2144 |
box-shadow: none; |
| 2145 |
} |
| 2146 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-group { |
| 2147 |
position: relative; |
| 2148 |
display: inline-block; |
| 2149 |
} |
| 2150 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button { |
| 2151 |
float: left; |
| 2152 |
} |
| 2153 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button:focus, |
| 2154 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button:hover, |
| 2155 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button.active { |
| 2156 |
z-index: 5; |
| 2157 |
} |
| 2158 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button:active, |
| 2159 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button.active { |
| 2160 |
background: gainsboro; |
| 2161 |
} |
| 2162 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button:not(:first-child):not(:last-child) { |
| 2163 |
border-radius: 0; |
| 2164 |
} |
| 2165 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button:first-child { |
| 2166 |
border-top-right-radius: 0; |
| 2167 |
border-bottom-right-radius: 0; |
| 2168 |
} |
| 2169 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button:last-child { |
| 2170 |
border-top-left-radius: 0; |
| 2171 |
border-bottom-left-radius: 0; |
| 2172 |
} |
| 2173 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button + .button { |
| 2174 |
margin-left: -1px; |
| 2175 |
} |
| 2176 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-jumbo { |
| 2177 |
height: 51.2px; |
| 2178 |
padding: 0 40.96px; |
| 2179 |
font-size: 22px; |
| 2180 |
line-height: 51.2px; |
| 2181 |
} |
| 2182 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-large { |
| 2183 |
height: 38.4px; |
| 2184 |
padding: 0 30.72px; |
| 2185 |
font-size: 16px; |
| 2186 |
line-height: 38.4px; |
| 2187 |
} |
| 2188 |
.rbs_gallery_button:not(#no-robo-galery-button) input.button-large, |
| 2189 |
.rbs_gallery_button:not(#no-robo-galery-button) button.button-large { |
| 2190 |
height: 40.4px; |
| 2191 |
} |
| 2192 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-small { |
| 2193 |
height: 25.6px; |
| 2194 |
padding: 0 20.48px; |
| 2195 |
font-size: 12px; |
| 2196 |
line-height: 24px; |
| 2197 |
} |
| 2198 |
.rbs_gallery_button:not(#no-robo-galery-button) input.button-small, |
| 2199 |
.rbs_gallery_button:not(#no-robo-galery-button) button.button-small { |
| 2200 |
height: 27.6px; |
| 2201 |
} |
| 2202 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-tiny { |
| 2203 |
height: 22.4px; |
| 2204 |
padding: 0 19.2px; |
| 2205 |
font-size: 10px; |
| 2206 |
line-height: 22.4px; |
| 2207 |
} |
| 2208 |
.rbs_gallery_button:not(#no-robo-galery-button) input.button-tiny, |
| 2209 |
.rbs_gallery_button:not(#no-robo-galery-button) button.button-tiny { |
| 2210 |
height: 24.4px; |
| 2211 |
} |
| 2212 |
.rbs_gallery_button:not(#no-robo-galery-button) .button.glow { |
| 2213 |
-webkit-animation-name: glowing; |
| 2214 |
-o-animation-name: glowing; |
| 2215 |
animation-name: glowing; |
| 2216 |
-webkit-animation-duration: 3s; |
| 2217 |
-o-animation-duration: 3s; |
| 2218 |
animation-duration: 3s; |
| 2219 |
-webkit-animation-iteration-count: infinite; |
| 2220 |
-o-animation-iteration-count: infinite; |
| 2221 |
animation-iteration-count: infinite; |
| 2222 |
|
| 2223 |
-khtml-animation-iteration-count: infinite; |
| 2224 |
-khtml-animation-name: glowing; |
| 2225 |
} |
| 2226 |
.rbs_gallery_button:not(#no-robo-galery-button) .button.glow:active { |
| 2227 |
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 1px 0 white; |
| 2228 |
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 1px 0 white; |
| 2229 |
-webkit-animation-name: none; |
| 2230 |
-o-animation-name: none; |
| 2231 |
animation-name: none; |
| 2232 |
} |
| 2233 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown { |
| 2234 |
position: relative; |
| 2235 |
display: inline-block; |
| 2236 |
overflow: visible; |
| 2237 |
} |
| 2238 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown .button .icon-caret-down { |
| 2239 |
margin: 0 0 0 3px; |
| 2240 |
font-size: 90%; |
| 2241 |
vertical-align: middle; |
| 2242 |
} |
| 2243 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul.button-dropdown-menu-below { |
| 2244 |
top: 115%; |
| 2245 |
} |
| 2246 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul.button-dropdown-menu-above { |
| 2247 |
top: auto; |
| 2248 |
bottom: 115%; |
| 2249 |
} |
| 2250 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul { |
| 2251 |
position: absolute; |
| 2252 |
top: -2px; |
| 2253 |
left: -2px; |
| 2254 |
z-index: 1000; |
| 2255 |
display: none; |
| 2256 |
min-width: 102%; |
| 2257 |
padding: 0; |
| 2258 |
margin: 0; |
| 2259 |
list-style-type: none; |
| 2260 |
background: #fcfcfc; |
| 2261 |
border-radius: 3px; |
| 2262 |
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .6); |
| 2263 |
box-shadow: 0 3px 6px rgba(0, 0, 0, .6); |
| 2264 |
} |
| 2265 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul li { |
| 2266 |
display: block; |
| 2267 |
padding: 0; |
| 2268 |
margin: 0; |
| 2269 |
} |
| 2270 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul li:first-child a { |
| 2271 |
border-top-left-radius: 3px; |
| 2272 |
border-top-right-radius: 3px; |
| 2273 |
} |
| 2274 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul li:last-child a { |
| 2275 |
border-bottom-right-radius: 3px; |
| 2276 |
border-bottom-left-radius: 3px; |
| 2277 |
} |
| 2278 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul .button-dropdown-divider { |
| 2279 |
border-top: 1px solid #e4e4e4; |
| 2280 |
-webkit-box-shadow: inset 0 1px 0 #fff; |
| 2281 |
box-shadow: inset 0 1px 0 #fff; |
| 2282 |
} |
| 2283 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul a { |
| 2284 |
display: block; |
| 2285 |
padding: 0 20px; |
| 2286 |
font-size: 10px; |
| 2287 |
line-height: 30px; |
| 2288 |
color: #333; |
| 2289 |
text-decoration: none; |
| 2290 |
white-space: nowrap; |
| 2291 |
} |
| 2292 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul a:hover, |
| 2293 |
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul a:focus { |
| 2294 |
color: #fff; |
| 2295 |
background-color: #3c6ab9; |
| 2296 |
} |
| 2297 |
|
| 2298 |
.rbs_gallery_button:not(#no-robo-galery-button)_bottom{ |
| 2299 |
text-align: center; |
| 2300 |
} |
| 2301 |
|
| 2302 |
|
| 2303 |
* .rbs_gallery_button:not(#no-robo-galery-button) .rbs_search_wrap{ |
| 2304 |
margin: 0; |
| 2305 |
margin-bottom: 3px; |
| 2306 |
text-align: right; |
| 2307 |
float: right; |
| 2308 |
max-width: 50%; |
| 2309 |
} |
| 2310 |
|
| 2311 |
* .rbs_gallery_button:not(#no-robo-galery-button) .rbs_search_wrap .rbs-search{ |
| 2312 |
border: 2px black solid; |
| 2313 |
background: none; |
| 2314 |
font-size: 100%; |
| 2315 |
width: 100%; |
| 2316 |
float: none; |
| 2317 |
padding: 4px; |
| 2318 |
margin: 0px; |
| 2319 |
color: black; |
| 2320 |
font-family: tahoma; |
| 2321 |
} |
| 2322 |
* .rbs_gallery_button:not(#no-robo-galery-button) .rbs-search::-webkit-input-placeholder{ |
| 2323 |
color: black; |
| 2324 |
font-family: tahoma; |
| 2325 |
} |
| 2326 |
|
| 2327 |
* .rbs_gallery_button:not(#no-robo-galery-button) .rbs-search::-moz-placeholder{ |
| 2328 |
color: black; |
| 2329 |
font-family: tahoma; |
| 2330 |
} |