.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100001;
overflow: hidden;
position: fixed;
background-color: rgba(11, 11, 1, 0.8); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100002;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 100005;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: pointer;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 100004;
}
.mfp-preloader a {
color: #cccccc;
}
.mfp-preloader a:hover {
color: white;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 100006;
-webkit-box-shadow: none;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
} .mfp-close::after,
.mfp-close::before {
display: none;
}
.mfp-container .mfp-close {
margin-top: 0;
margin-bottom: 0;
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #cccccc;
font-size: 12px;
line-height: 18px;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
border-right: 17px solid white;
margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
border-left: 17px solid white;
margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444444;
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word; padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
.mfp-figure figcaption {
margin-bottom: 0;
margin-top: 0;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
padding: 0;
}
.mfp-ie7 .mfp-content {
padding-top: 44px;
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0;
}
.mfp-container, 
.rbs-img, 
.rbs-imges-load-more, 
.rbs-imges-filter,
.rbs-imges-drop-down-menu > li > a, .rbs-imges-drop-down-header > a {
font-family: 'Open Sans';
}
.rbs-img{
font-size: 13px;
}
.rbs-img-container{}
.rbs-img-content{
padding: 20px;
position: relative;
background: white;
color: rgb(51, 51, 51);
line-height: 17px;
} .thumbnail-overlay{
background: black; background-color: rgba(0,0,0, .30);
color: #333333;
}
.thumbnail-overlay>div.aligment{
height: 100%;
width: 100%;
display: table !important;
}
.thumbnail-overlay>div.aligment>div.aligment{
padding: 10px;
display: table-cell !important;
vertical-align: middle; text-align:center; }
.overlay-title{
font-weight: 500;
font-size: 16px;
display: block;
line-height: 16px;
margin-bottom: 5px;
}
.overlay-description{
font-weight: 400;
font-size: 12px;
display: block;
line-height: 16px;
}
.thumbnail-overlay i.fa{
text-align: center;
display: inline-block;
margin: 3px;
padding: 17px 17px 17px 17px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: -webkit-transform .2s, background .1s;
-moz-transition:    -moz-transform .2s, background .1s;
-o-transition:      -o-transform .2s, background .1s;
-ms-transition:     -ms-transform .2s, background .1s;
transition:         transform .2s, background .1s;
}  
.thumbnail-overlay i.fa:hover{       
cursor: pointer;
}
.rbs-lightbox{
cursor: pointer;
}
.mfp-arrow.mfp-arrow:before, 
.mfp-arrow.mfp-arrow:after { border:none !important; }
.mfp-arrow.mfp-arrow-left {
background:url(//smb-asso.ma/wp-content/plugins/robo-gallery/css/icons/icon-arrow-left.png) 50% 50% no-repeat !important;
}
.mfp-arrow.mfp-arrow-right {
background:url(//smb-asso.ma/wp-content/plugins/robo-gallery/css/icons/icon-arrow-right.png) 50% 50% no-repeat !important;
}
.mfp-close{
background:url(//smb-asso.ma/wp-content/plugins/robo-gallery/css/icons/icon-close.png) right no-repeat !important;
}
.rbs-imges-social-container{
float: right;
margin-right: 10px;
font-size: 18px;
cursor: pointer;
}
.rbs-imges-social-container>*{
margin-right: 5px;
}
.rbs_gallery_button_bottom .button{
cursor: pointer;
}
.robo-gallery-gridpro-7 .rbs-img-content{
font-weight: bold;
}
.robo-gallery-gridpro-7 .rbs-img-container{
background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MCIgaGVpZ2h0PSI3MCI+CjxyZWN0IHdpZHRoPSI3MCIgaGVpZ2h0PSI3MCIgZmlsbD0iI2JiZDgxNyI+PC9yZWN0Pgo8ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSkiPgo8cmVjdCB3aWR0aD0iOTkiIGhlaWdodD0iMjUiIGZpbGw9IiNhOWNlMDAiPjwvcmVjdD4KPHJlY3QgeT0iLTUwIiB3aWR0aD0iOTkiIGhlaWdodD0iMjUiIGZpbGw9IiNhOWNlMDAiPjwvcmVjdD4KPC9nPgo8L3N2Zz4=");
}
.robo-gallery-gridpro-8 .rbs-img-content{
font-weight: bold;
}
.robo-gallery-gridpro-8 .rbs-img-container{
background-color: #ffaa00;
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");
background-attachment: fixed;
background-size: cover;
}
.robo-gallery-masonrypro-6 .rbs-img-content{
font-weight: bold;
}
.robo-gallery-masonrypro-6  .rbs-img-container{
background-color: #ffffff;
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(//smb-asso.ma/wp-content/plugins/robo-gallery/css/%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(//smb-asso.ma/wp-content/plugins/robo-gallery/css/%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
.robo-gallery-wallstylepro-1 .rbs-img-content{
font-weight: bold;
color: #ffffff !important;
}
.robo-gallery-wallstylepro-1 .rbs-img-container{
background-color: #ffff00;
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(//smb-asso.ma/wp-content/plugins/robo-gallery/css/%23b)' width='1200' height='800'/%3E%3Crect fill='url(//smb-asso.ma/wp-content/plugins/robo-gallery/css/%23c)' width='1200' height='800'/%3E%3Crect fill='url(//smb-asso.ma/wp-content/plugins/robo-gallery/css/%23d)' width='1200' height='800'/%3E%3Crect fill='url(//smb-asso.ma/wp-content/plugins/robo-gallery/css/%23e)' width='1200' height='800'/%3E%3Crect fill='url(//smb-asso.ma/wp-content/plugins/robo-gallery/css/%23f)' width='1200' height='800'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}  .rbs-imges-grid-sizer{
margin: 0;
}
.rbs-img { display: none; 
float: left; }
.rbs-img-hidden, .not-loaded-before-search{
display: none; 
}
.rbs-imges-container{
margin-right: 0 !important;
margin-bottom: 0 !important;
}
.rbs-img-loaded{
display: block; 
}
.rbs-img-image{
position: relative;
overflow: hidden;
width: 100%;
}
.rbs-img-image div[data-width][data-height]{
position: relative;
overflow: hidden;
}
.rbs-img-image div[data-width][data-height] img{
position: absolute;
top:-100%; left:0; right: 0; bottom:-100%;
margin: auto;
}
.rbs-img .rbs-img-image img{
width: 100%;
max-width: 100%;
display: block; -webkit-border-radius: 0px; 
-moz-border-radius: 0px; 
border-radius: 0px;
border: none !important; }
.rbs-img img{
max-width: 100%;
}
.rbs-img-image div[data-thumbnail], .rbs-img-image div[data-popup]{
background-position: center center;
background-repeat: no-repeat;
}
.image-with-dimensions{
background-color: black;
background-image: url(//smb-asso.ma/wp-content/plugins/robo-gallery/css/icons/loading-image.gif);
}
.broken-image-here{
background-color: #BE3730;
background-image: url(//smb-asso.ma/wp-content/plugins/robo-gallery/css/icons/broken-image.png);
}
.broken-image-here:not([data-height]){
min-height: 150px;
}
.rbs-img-container{
overflow: hidden;
position:relative;
z-index:1;
}
.rbs-img-container:hover{
z-index: 2; 
}
.thumbnail-overlay{
position: absolute;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%;
}
.position-reveal-effect .rbs-img-thumbnail-container{
z-index: 2;
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.position-reveal-effect .thumbnail-overlay{
z-index: 1;
position: absolute;
left: 0;
}
.overlay-always-visible{
display: block !important;
zoom: 1 !important;
filter: alpha(opacity=100) !important;
opacity: 1 !important;
}
.overlay-text-left>.aligment>.aligment{
text-align: left !important;
}
.overlay-text-right>.aligment>.aligment{
text-align: right !important;
}
.mfp-arrow:focus {
opacity: 0.65;
filter: alpha(opacity=65);
}
.mfp-arrow:hover {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}
.my-mfp-slide-bottom .mfp-figure {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
.my-mfp-slide-bottom.mfp-ready .mfp-figure {
opacity: 1;
-webkit-transform: scale(1); 
-moz-transform: scale(1); 
-ms-transform: scale(1); 
-o-transform: scale(1); 
transform: scale(1); 
}
.my-mfp-slide-bottom.mfp-removing .mfp-figure {
opacity: 0;
-webkit-transform: scale(0.8); 
-moz-transform: scale(0.8); 
-ms-transform: scale(0.8); 
-o-transform: scale(0.8); 
transform: scale(0.8); 
}
.my-mfp-slide-bottom.mfp-bg { -webkit-transition: opacity 0.3s ease-out; 
-moz-transition: opacity 0.3s ease-out; 
-o-transition: opacity 0.3s ease-out; 
transition: opacity 0.3s ease-out;
} .my-mfp-slide-bottom.mfp-removing.mfp-bg { }
.my-mfp-slide-bottom .image-source-link {
color: #DDD;
background-color: transparent;
background-image: url(//smb-asso.ma/wp-content/plugins/robo-gallery/css/icons/download.png);
background-repeat: no-repeat;
width: 23px;
height: 23px;
display: inline-block;
text-decoration: none;
margin-bottom: -5px;
margin-left: 10px;
}
.mfp-img-mobile .mfp-title {
text-align: center;
padding: 6px 0;
}
.mfp-img-mobile .image-source-link {
color: #DDD;
background-color: transparent;
background-image: url(//smb-asso.ma/wp-content/plugins/robo-gallery/css/icons/download.png);
background-repeat: no-repeat;
width: 23px;
height: 23px;
display: inline-block;
text-decoration: none;
margin-bottom: -5px;
margin-left: 10px;
}
.mfp-img-mobile .mfp-counter {
top: 0px;
right: 5px;
font-size: 10px;
}
.mfp-img-mobile .rbs-imges-social-container {
position: absolute;
right: 0px;
bottom: 0px;
margin-right: 0;
}
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure { }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
} .rbs_gallery_button.rbs_gallery_align_right{
text-align: right;
}
.rbs_gallery_button.rbs_gallery_align_center{
text-align: center;
}
.mfp-desc-block{
position: absolute;
left: 0px;
bottom: 38px;	
font-weight: bold;
font-size: 14px;
right: 0px;
text-align: center;
line-height: normal;
padding: 10px;
}
.rbs_desc_panel_dark{
color: white;
background-color: rgba(0,0,0,0.8);
}
.rbs_desc_panel_light{
color: black;
background-color: rgba(255,255,255,0.8);
}
.rbs_desc_panel_red{
color: white; 
background-color: rgba(212, 42, 42,0.8);
}
.rbs_desc_panel_blue{
color: white; 
background-color: rgba(35, 75, 215,0.8);
}
.rbs_desc_panel_green{
color: white; 
background-color: rgba(46, 215, 35,0.8);
}
.rbs_desc_panel_pink{
color: white; 
background-color: rgba(185, 35, 215,0.8);
} .rbs-flex-container {
display: flex;
float: none;
flex-direction: column;
} .robo_gallery .rbs-img-container div a:not(#robo_without_id),
.robo_gallery .rbs-img-container div a:link:not(#robo_without_id),
.robo_gallery .rbs-img-container div a:focus:not(#robo_without_id),
.robo_gallery .rbs-img-container div a:hover:not(#robo_without_id){
border-bottom: none;
background-color: transparent;
}
.rbs_gallery_button_bottom .rbs-imges-no-more-entries{
display: none !important;
}
.rbs_gallery_button_bottom{
margin-top: 10px;
}
.robo_gallery .rbs-img-container img{
box-shadow: none !important;
}
.robo_gallery .rbsTitle{
padding: 0 0 4px 0;
}
.robo_gallery .rbsIcons{
text-align: center;
padding: 0 0 4px 0;
}
.robo_gallery .rbsIcons .rbsZoomIcon,
.robo_gallery .rbsIcons .rbsLinkIcon {
line-height: 0.9 ;
}
.robo_gallery_hide_block{
display: none !important;
} @-webkit-keyframes glowing, {
from {
-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); }
50% {
-moz-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); }
to {
-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); } }
@-moz-keyframes glowing, {
from {
-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); }
50% {
-moz-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); }
to {
-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); } }
@-o-keyframes glowing, {
from {
-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); }
50% {
-moz-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); }
to {
-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); } }
@keyframes glowing, {
from {
-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); }
50% {
-moz-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2); }
to {
-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2); } }
.rbs_gallery_button:not(#no-robo-galery-button) {
}
.rbs_gallery_button:not(#no-robo-galery-button) .button {
display: inline-block;
height: 32px;
padding: 0 25.6px;
cursor: pointer;
font-family: "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif;
font-size: 14px;
font-weight: 300;
line-height: 30px;
color: #666;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 1px white;
vertical-align: middle;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e1e1e1));
background:      -o-linear-gradient(top, #fbfbfb, #e1e1e1);
background:         linear-gradient(to bottom, #fbfbfb, #e1e1e1);
background-color: #eee;
border: 1px solid #d4d4d4;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 1px 2px rgba(0, 0, 0, .15);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), 0 1px 2px rgba(0, 0, 0, .15);
*vertical-align: auto;
*zoom: 1;
*display: inline;
margin: 0 5px 15px 0;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button:focus,
.rbs_gallery_button:not(#no-robo-galery-button) .button:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button.active {
text-decoration: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button:focus {
color: #666;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RjZGNkYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
background: -webkit-linear-gradient(top, #fff, #dcdcdc);
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
background:      -o-linear-gradient(top, #fff, #dcdcdc);
background:         linear-gradient(to bottom, #fff, #dcdcdc);
background-color: #eee;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button.active {
color: #bbb;
text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
background: #eee;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 1px 0 white;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 1px 0 white;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button:focus {
outline: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) input.button,
.rbs_gallery_button:not(#no-robo-galery-button) button.button {
height: 34px;
-webkit-appearance: none;
cursor: pointer;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-block {
display: block;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button.disabled,
.rbs_gallery_button:not(#no-robo-galery-button) .button.disabled:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button.disabled:focus,
.rbs_gallery_button:not(#no-robo-galery-button) .button.disabled:active,
.rbs_gallery_button:not(#no-robo-galery-button) input.button:disabled,
.rbs_gallery_button:not(#no-robo-galery-button) button.button:disabled {
-webkit-appearance: none;
color: #ccc;
text-shadow: 0 1px 1px white;
cursor: default;
background: #eee;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
border: 1px solid #ddd;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
opacity: .8;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-wrap {
display: inline-block;
padding: 10px;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3e3e3), color-stop(100%, #f2f2f2));
background: -webkit-linear-gradient(top, #e3e3e3, #f2f2f2);
background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f2f2f2));
background:      -o-linear-gradient(top, #e3e3e3, #f2f2f2);
background:         linear-gradient(to bottom, #e3e3e3, #f2f2f2);
border-radius: 200px;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .04);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .04);
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat {
text-shadow: none;
background: #eee;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: background;
-o-transition-property: background;
transition-property: background;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat:focus {
background: #fbfbfb;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat.active {
color: #bbb;
background: #eee;
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat.disabled {
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border {
color: #666;
text-shadow: none;
background: none;
border: 2px solid #666;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-border:focus {
color: gray;
background: none;
border: 2px solid gray;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-border.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-border.active {
color: #4d4d4d;
background: none;
border: 2px solid #4d4d4d;
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border.disabled {
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d {
position: relative;
top: 0;
color: #666;
text-shadow: none;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #e9e9e9));
background: -webkit-linear-gradient(top, #f3f3f3, #e9e9e9);
background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e9e9e9));
background:      -o-linear-gradient(top, #f3f3f3, #e9e9e9);
background:         linear-gradient(to bottom, #f3f3f3, #e9e9e9);
background-color: #eee;
border: 1px solid #e1e1e1;
-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);
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);
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d:focus {
color: #666;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #ebebeb));
background: -webkit-linear-gradient(top, #fff, #ebebeb);
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebeb));
background:      -o-linear-gradient(top, #fff, #ebebeb);
background:         linear-gradient(to bottom, #fff, #ebebeb);
background-color: white;
-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);
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);
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d.active {
top: 5px;
color: #bbb;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, #f3f3f3));
background: -webkit-linear-gradient(top, #e9e9e9, #f3f3f3);
background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#f3f3f3));
background:      -o-linear-gradient(top, #e9e9e9, #f3f3f3);
background:         linear-gradient(to bottom, #e9e9e9, #f3f3f3);
background-color: #eee;
border: 1px solid #e1e1e1;
-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);
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);
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d.disabled {
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-rounded {
border-radius: 3px;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-pill {
border-radius: 50px;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-circle {
width: 120px;
height: 120px;
padding: 0;
font-size: 16px;
line-height: 120px;
border-width: 4px;
border-radius: 240px;
-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5), 0 1px 2px rgba(0, 0, 0, .2);
box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5), 0 1px 2px rgba(0, 0, 0, .2);
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-primary {
color: #fff;
text-shadow: 0 -1px 1px rgba(0, 40, 50, .35);
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjVlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOGRiMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00b5e5), color-stop(100%, #008db2));
background: -webkit-linear-gradient(top, #00b5e5, #008db2);
background: -webkit-gradient(linear, left top, left bottom, from(#00b5e5), to(#008db2));
background:      -o-linear-gradient(top, #00b5e5, #008db2);
background:         linear-gradient(to bottom, #00b5e5, #008db2);
background-color: #00a1cb;
border-color: #007998;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-primary:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-primary:focus {
color: #fff;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzlmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOGRiMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c9fe), color-stop(100%, #008db2));
background: -webkit-linear-gradient(top, #00c9fe, #008db2);
background: -webkit-gradient(linear, left top, left bottom, from(#00c9fe), to(#008db2));
background:      -o-linear-gradient(top, #00c9fe, #008db2);
background:         linear-gradient(to bottom, #00c9fe, #008db2);
background-color: #00a1cb;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-primary:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-primary.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-primary.active {
color: #005065;
background: #1495b7;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-primary {
position: relative;
top: 0;
color: #fff;
text-shadow: none;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTlkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTljMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a9d5), color-stop(100%, #0099c1));
background: -webkit-linear-gradient(top, #00a9d5, #0099c1);
background: -webkit-gradient(linear, left top, left bottom, from(#00a9d5), to(#0099c1));
background:      -o-linear-gradient(top, #00a9d5, #0099c1);
background:         linear-gradient(to bottom, #00a9d5, #0099c1);
background-color: #00a1cb;
border: 1px solid #007998;
-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);
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);
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-primary:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-primary:focus {
color: #fff;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzFmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWRjNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c1f4), color-stop(100%, #009dc6));
background: -webkit-linear-gradient(top, #00c1f4, #009dc6);
background: -webkit-gradient(linear, left top, left bottom, from(#00c1f4), to(#009dc6));
background:      -o-linear-gradient(top, #00c1f4, #009dc6);
background:         linear-gradient(to bottom, #00c1f4, #009dc6);
background-color: #00c9fe;
-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);
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);
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-primary:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-primary.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-primary.active {
top: 5px;
color: #005065;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTljMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTlkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0099c1), color-stop(100%, #00a9d5));
background: -webkit-linear-gradient(top, #0099c1, #00a9d5);
background: -webkit-gradient(linear, left top, left bottom, from(#0099c1), to(#00a9d5));
background:      -o-linear-gradient(top, #0099c1, #00a9d5);
background:         linear-gradient(to bottom, #0099c1, #00a9d5);
background-color: #1495b7;
border: 1px solid #008db2;
-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);
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);
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-primary.disabled {
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-primary {
color: #00a1cb;
text-shadow: none;
background: none;
border: 2px solid #00a1cb;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-primary:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-primary:focus {
color: #00c9fe;
background: none;
border: 2px solid #00c9fe;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-primary:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-primary.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-primary.active {
color: #007998;
background: none;
border: 2px solid #007998;
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-primary.disabled {
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-primary {
color: #fff;
text-shadow: none;
background: #00a1cb;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: background;
-o-transition-property: background;
transition-property: background;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-primary:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-primary:focus {
color: #fff;
background: #00b5e5;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-primary:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-primary.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-primary.active {
color: #00647f;
background: #1495b7;
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-primary.disabled {
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-action {
color: #fff;
text-shadow: 0 -1px 1px rgba(19, 28, 0, .35);
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmY2YwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZiOWMwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8fcf00), color-stop(100%, #6b9c00));
background: -webkit-linear-gradient(top, #8fcf00, #6b9c00);
background: -webkit-gradient(linear, left top, left bottom, from(#8fcf00), to(#6b9c00));
background:      -o-linear-gradient(top, #8fcf00, #6b9c00);
background:         linear-gradient(to bottom, #8fcf00, #6b9c00);
background-color: #7db500;
border-color: #5a8200;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-action:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-action:focus {
color: #fff;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwZTgwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZiOWMwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0e800), color-stop(100%, #6b9c00));
background: -webkit-linear-gradient(top, #a0e800, #6b9c00);
background: -webkit-gradient(linear, left top, left bottom, from(#a0e800), to(#6b9c00));
background:      -o-linear-gradient(top, #a0e800, #6b9c00);
background:         linear-gradient(to bottom, #a0e800, #6b9c00);
background-color: #7db500;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-action:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-action.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-action.active {
color: #374f00;
background: #76a312;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-action {
position: relative;
top: 0;
color: #fff;
text-shadow: none;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0YmYwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc2YWIwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #84bf00), color-stop(100%, #76ab00));
background: -webkit-linear-gradient(top, #84bf00, #76ab00);
background: -webkit-gradient(linear, left top, left bottom, from(#84bf00), to(#76ab00));
background:      -o-linear-gradient(top, #84bf00, #76ab00);
background:         linear-gradient(to bottom, #84bf00, #76ab00);
background-color: #7db500;
border: 1px solid #5a8200;
-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);
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);
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-action:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-action:focus {
color: #fff;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5ZGUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc5YjAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99de00), color-stop(100%, #79b000));
background: -webkit-linear-gradient(top, #99de00, #79b000);
background: -webkit-gradient(linear, left top, left bottom, from(#99de00), to(#79b000));
background:      -o-linear-gradient(top, #99de00, #79b000);
background:         linear-gradient(to bottom, #99de00, #79b000);
background-color: #a0e800;
-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);
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);
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-action:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-action.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-action.active {
top: 5px;
color: #374f00;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2YWIwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg0YmYwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #76ab00), color-stop(100%, #84bf00));
background: -webkit-linear-gradient(top, #76ab00, #84bf00);
background: -webkit-gradient(linear, left top, left bottom, from(#76ab00), to(#84bf00));
background:      -o-linear-gradient(top, #76ab00, #84bf00);
background:         linear-gradient(to bottom, #76ab00, #84bf00);
background-color: #76a312;
border: 1px solid #6b9c00;
-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);
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);
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-action.disabled {
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-action {
color: #7db500;
text-shadow: none;
background: none;
border: 2px solid #7db500;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-action:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-action:focus {
color: #a0e800;
background: none;
border: 2px solid #a0e800;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-action:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-action.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-action.active {
color: #5a8200;
background: none;
border: 2px solid #5a8200;
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-action.disabled {
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-action {
color: #fff;
text-shadow: none;
background: #7db500;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: background;
-o-transition-property: background;
transition-property: background;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-action:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-action:focus {
color: #fff;
background: #8fcf00;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-action:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-action.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-action.active {
color: #486900;
background: #76a312;
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-action.disabled {
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-highlight {
color: #fff;
text-shadow: 0 -1px 1px rgba(91, 53, 2, .35);
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhOTkxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q4N2UwNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa9915), color-stop(100%, #d87e04));
background: -webkit-linear-gradient(top, #fa9915, #d87e04);
background: -webkit-gradient(linear, left top, left bottom, from(#fa9915), to(#d87e04));
background:      -o-linear-gradient(top, #fa9915, #d87e04);
background:         linear-gradient(to bottom, #fa9915, #d87e04);
background-color: #f18d05;
border-color: #bf7004;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-highlight:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-highlight:focus {
color: #fff;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYTQyZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q4N2UwNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fba42e), color-stop(100%, #d87e04));
background: -webkit-linear-gradient(top, #fba42e, #d87e04);
background: -webkit-gradient(linear, left top, left bottom, from(#fba42e), to(#d87e04));
background:      -o-linear-gradient(top, #fba42e, #d87e04);
background:         linear-gradient(to bottom, #fba42e, #d87e04);
background-color: #f18d05;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-highlight:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-highlight.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-highlight.active {
color: #8d5303;
background: #d8891e;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-highlight {
position: relative;
top: 0;
color: #fff;
text-shadow: none;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhOTMwNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ODcwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fa9306), color-stop(100%, #e78705));
background: -webkit-linear-gradient(top, #fa9306, #e78705);
background: -webkit-gradient(linear, left top, left bottom, from(#fa9306), to(#e78705));
background:      -o-linear-gradient(top, #fa9306, #e78705);
background:         linear-gradient(to bottom, #fa9306, #e78705);
background-color: #f18d05;
border: 1px solid #bf7004;
-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);
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);
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-highlight:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-highlight:focus {
color: #fff;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhYTAyNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjOGEwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #faa024), color-stop(100%, #ec8a05));
background: -webkit-linear-gradient(top, #faa024, #ec8a05);
background: -webkit-gradient(linear, left top, left bottom, from(#faa024), to(#ec8a05));
background:      -o-linear-gradient(top, #faa024, #ec8a05);
background:         linear-gradient(to bottom, #faa024, #ec8a05);
background-color: #fba42e;
-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);
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);
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-highlight:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-highlight.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-highlight.active {
top: 5px;
color: #8d5303;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ODcwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhOTMwNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e78705), color-stop(100%, #fa9306));
background: -webkit-linear-gradient(top, #e78705, #fa9306);
background: -webkit-gradient(linear, left top, left bottom, from(#e78705), to(#fa9306));
background:      -o-linear-gradient(top, #e78705, #fa9306);
background:         linear-gradient(to bottom, #e78705, #fa9306);
background-color: #d8891e;
border: 1px solid #d87e04;
-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);
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);
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-highlight.disabled {
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-highlight {
color: #f18d05;
text-shadow: none;
background: none;
border: 2px solid #f18d05;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-highlight:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-highlight:focus {
color: #fba42e;
background: none;
border: 2px solid #fba42e;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-highlight:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-highlight.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-highlight.active {
color: #bf7004;
background: none;
border: 2px solid #bf7004;
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-highlight.disabled {
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-highlight {
color: #fff;
text-shadow: none;
background: #f18d05;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: background;
-o-transition-property: background;
transition-property: background;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-highlight:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-highlight:focus {
color: #fff;
background: #fa9915;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-highlight:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-highlight.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-highlight.active {
color: #a66103;
background: #d8891e;
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-highlight.disabled {
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-caution {
color: #fff;
text-shadow: 0 -1px 1px rgba(103, 24, 13, .35);
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4NTQzZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5MzMxYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8543f), color-stop(100%, #d9331a));
background: -webkit-linear-gradient(top, #e8543f, #d9331a);
background: -webkit-gradient(linear, left top, left bottom, from(#e8543f), to(#d9331a));
background:      -o-linear-gradient(top, #e8543f, #d9331a);
background:         linear-gradient(to bottom, #e8543f, #d9331a);
background-color: #e54028;
border-color: #c22d18;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-caution:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-caution:focus {
color: #fff;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViNjg1NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5MzMxYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eb6855), color-stop(100%, #d9331a));
background: -webkit-linear-gradient(top, #eb6855, #d9331a);
background: -webkit-gradient(linear, left top, left bottom, from(#eb6855), to(#d9331a));
background:      -o-linear-gradient(top, #eb6855, #d9331a);
background:         linear-gradient(to bottom, #eb6855, #d9331a);
background-color: #e54028;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-caution:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-caution.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-caution.active {
color: #952312;
background: #cd5240;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-caution {
position: relative;
top: 0;
color: #fff;
text-shadow: none;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2NDgzMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0MzgxZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e64831), color-stop(100%, #e4381f));
background: -webkit-linear-gradient(top, #e64831, #e4381f);
background: -webkit-gradient(linear, left top, left bottom, from(#e64831), to(#e4381f));
background:      -o-linear-gradient(top, #e64831, #e4381f);
background:         linear-gradient(to bottom, #e64831, #e4381f);
background-color: #e54028;
border: 1px solid #c22d18;
-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);
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);
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-caution:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-caution:focus {
color: #fff;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5NjA0YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0M2MyMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9604c), color-stop(100%, #e43c23));
background: -webkit-linear-gradient(top, #e9604c, #e43c23);
background: -webkit-gradient(linear, left top, left bottom, from(#e9604c), to(#e43c23));
background:      -o-linear-gradient(top, #e9604c, #e43c23);
background:         linear-gradient(to bottom, #e9604c, #e43c23);
background-color: #eb6855;
-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);
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);
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-caution:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-caution.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-caution.active {
top: 5px;
color: #952312;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0MzgxZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2NDgzMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4381f), color-stop(100%, #e64831));
background: -webkit-linear-gradient(top, #e4381f, #e64831);
background: -webkit-gradient(linear, left top, left bottom, from(#e4381f), to(#e64831));
background:      -o-linear-gradient(top, #e4381f, #e64831);
background:         linear-gradient(to bottom, #e4381f, #e64831);
background-color: #cd5240;
border: 1px solid #d9331a;
-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);
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);
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-caution.disabled {
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-caution {
color: #e54028;
text-shadow: none;
background: none;
border: 2px solid #e54028;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-caution:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-caution:focus {
color: #eb6855;
background: none;
border: 2px solid #eb6855;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-caution:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-caution.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-caution.active {
color: #c22d18;
background: none;
border: 2px solid #c22d18;
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-caution.disabled {
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-caution {
color: #fff;
text-shadow: none;
background: #e54028;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: background;
-o-transition-property: background;
transition-property: background;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-caution:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-caution:focus {
color: #fff;
background: #e8543f;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-caution:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-caution.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-caution.active {
color: #ac2815;
background: #cd5240;
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-caution.disabled {
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-royal {
color: #fff;
text-shadow: 0 -1px 1px rgba(26, 9, 27, .35);
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5Mzg5ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc1MmE3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99389f), color-stop(100%, #752a79));
background: -webkit-linear-gradient(top, #99389f, #752a79);
background: -webkit-gradient(linear, left top, left bottom, from(#99389f), to(#752a79));
background:      -o-linear-gradient(top, #99389f, #752a79);
background:         linear-gradient(to bottom, #99389f, #752a79);
background-color: #87318c;
border-color: #632466;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-royal:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-royal:focus {
color: #fff;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiM2ViMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc1MmE3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ab3eb2), color-stop(100%, #752a79));
background: -webkit-linear-gradient(top, #ab3eb2, #752a79);
background: -webkit-gradient(linear, left top, left bottom, from(#ab3eb2), to(#752a79));
background:      -o-linear-gradient(top, #ab3eb2, #752a79);
background:         linear-gradient(to bottom, #ab3eb2, #752a79);
background-color: #87318c;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-royal:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-royal.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-royal.active {
color: #3e1740;
background: #764479;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-royal {
position: relative;
top: 0;
color: #fff;
text-shadow: none;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlMzQ5NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgwMmU4NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8e3494), color-stop(100%, #802e84));
background: -webkit-linear-gradient(top, #8e3494, #802e84);
background: -webkit-gradient(linear, left top, left bottom, from(#8e3494), to(#802e84));
background:      -o-linear-gradient(top, #8e3494, #802e84);
background:         linear-gradient(to bottom, #8e3494, #802e84);
background-color: #87318c;
border: 1px solid #632466;
-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);
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);
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-royal:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-royal:focus {
color: #fff;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0M2NhYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgzMzA4OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a43caa), color-stop(100%, #833088));
background: -webkit-linear-gradient(top, #a43caa, #833088);
background: -webkit-gradient(linear, left top, left bottom, from(#a43caa), to(#833088));
background:      -o-linear-gradient(top, #a43caa, #833088);
background:         linear-gradient(to bottom, #a43caa, #833088);
background-color: #ab3eb2;
-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);
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);
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-royal:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-royal.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-royal.active {
top: 5px;
color: #3e1740;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwMmU4NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhlMzQ5NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #802e84), color-stop(100%, #8e3494));
background: -webkit-linear-gradient(top, #802e84, #8e3494);
background: -webkit-gradient(linear, left top, left bottom, from(#802e84), to(#8e3494));
background:      -o-linear-gradient(top, #802e84, #8e3494);
background:         linear-gradient(to bottom, #802e84, #8e3494);
background-color: #764479;
border: 1px solid #752a79;
-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);
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);
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-3d-royal.disabled {
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-royal {
color: #87318c;
text-shadow: none;
background: none;
border: 2px solid #87318c;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-royal:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-royal:focus {
color: #ab3eb2;
background: none;
border: 2px solid #ab3eb2;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-royal:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-royal.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-royal.active {
color: #632466;
background: none;
border: 2px solid #632466;
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-border-royal.disabled {
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-royal {
color: #fff;
text-shadow: none;
background: #87318c;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition-duration: .3s;
-o-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: background;
-o-transition-property: background;
transition-property: background;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-royal:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-royal:focus {
color: #fff;
background: #99389f;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-royal:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-royal.is-active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-royal.active {
color: #501d53;
background: #764479;
-webkit-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-flat-royal.disabled {
-webkit-appearance: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-group {
position: relative;
display: inline-block;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button {
float: left;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button:focus,
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button.active {
z-index: 5;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button:active,
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button.active {
background: gainsboro;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button:not(:first-child):not(:last-child) {
border-radius: 0;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-group .button + .button {
margin-left: -1px;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-jumbo {
height: 51.2px;
padding: 0 40.96px;
font-size: 22px;
line-height: 51.2px;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-large {
height: 38.4px;
padding: 0 30.72px;
font-size: 16px;
line-height: 38.4px;
}
.rbs_gallery_button:not(#no-robo-galery-button) input.button-large,
.rbs_gallery_button:not(#no-robo-galery-button) button.button-large {
height: 40.4px;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-small {
height: 25.6px;
padding: 0 20.48px;
font-size: 12px;
line-height: 24px;
}
.rbs_gallery_button:not(#no-robo-galery-button) input.button-small,
.rbs_gallery_button:not(#no-robo-galery-button) button.button-small {
height: 27.6px;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-tiny {
height: 22.4px;
padding: 0 19.2px;
font-size: 10px;
line-height: 22.4px;
}
.rbs_gallery_button:not(#no-robo-galery-button) input.button-tiny,
.rbs_gallery_button:not(#no-robo-galery-button) button.button-tiny {
height: 24.4px;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button.glow {
-webkit-animation-name: glowing;
-o-animation-name: glowing;
animation-name: glowing;
-webkit-animation-duration: 3s;
-o-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-khtml-animation-iteration-count: infinite;
-khtml-animation-name: glowing;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button.glow:active {
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 1px 0 white;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3), 0 1px 0 white;
-webkit-animation-name: none;
-o-animation-name: none;
animation-name: none;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown {
position: relative;
display: inline-block;
overflow: visible;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown .button .icon-caret-down {
margin: 0 0 0 3px;
font-size: 90%;
vertical-align: middle;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul.button-dropdown-menu-below {
top: 115%;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul.button-dropdown-menu-above {
top: auto;
bottom: 115%;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul {
position: absolute;
top: -2px;
left: -2px;
z-index: 1000;
display: none;
min-width: 102%;
padding: 0;
margin: 0;
list-style-type: none;
background: #fcfcfc;
border-radius: 3px;
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .6);
box-shadow: 0 3px 6px rgba(0, 0, 0, .6);
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul li {
display: block;
padding: 0;
margin: 0;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul li:first-child a {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul li:last-child a {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul .button-dropdown-divider {
border-top: 1px solid #e4e4e4;
-webkit-box-shadow: inset 0 1px 0 #fff;
box-shadow: inset 0 1px 0 #fff;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul a {
display: block;
padding: 0 20px;
font-size: 10px;
line-height: 30px;
color: #333;
text-decoration: none;
white-space: nowrap;
}
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul a:hover,
.rbs_gallery_button:not(#no-robo-galery-button) .button-dropdown ul a:focus {
color: #fff;
background-color: #3c6ab9;
}
.rbs_gallery_button:not(#no-robo-galery-button)_bottom{
text-align: center;
}
* .rbs_gallery_button:not(#no-robo-galery-button) .rbs_search_wrap{
margin: 0;
margin-bottom: 3px;
text-align: right;
float: right;
max-width: 50%;
}
* .rbs_gallery_button:not(#no-robo-galery-button) .rbs_search_wrap .rbs-search{
border: 2px black solid;
background: none;
font-size: 100%;
width: 100%;
float: none;
padding: 4px;
margin: 0px;
color: black;
font-family: tahoma;
}
* .rbs_gallery_button:not(#no-robo-galery-button) .rbs-search::-webkit-input-placeholder{
color: black;
font-family: tahoma;
}
* .rbs_gallery_button:not(#no-robo-galery-button) .rbs-search::-moz-placeholder{
color: black;
font-family: tahoma;
}