
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

body.wc-block-product-gallery-modal-open, body.wc-modal--open {
	overflow: hidden;
}

.wc-block-grid__products .wc-block-grid__product-image {
	display: block;
	position: relative;
	text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image a {
	border: 0;
	box-shadow: none;
	outline: 0;
	text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
	display: none;
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
	border: 1px solid #f2f2f2;
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.2;
	padding: 0;
}

.wc-block-grid__product-price {
	display: block;
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
	margin-right: .5em;
}

.wc-block-grid__product-add-to-cart.wp-block-button {
	white-space: normal;
	word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	display: inline-flex;
	font-size: 1em;
	justify-content: center;
	text-align: center;
	white-space: normal;
	word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
	opacity: .25;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
	animation: spin 2s linear infinite;
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto;
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
	content: "";
	margin: 0;
}

.wc-block-grid__product-rating, .wp-block-woocommerce-product-review-rating {
	display: block;
}

.wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars, .wc-block-grid__product-rating .wc-block-product-review-rating__stars, .wp-block-woocommerce-product-review-rating .star-rating, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars {
	font-family: WooCommerce;
	font-size: 1em;
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 5.3em;
}

.wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before, .wc-block-grid__product-rating .wc-block-product-review-rating__stars:before, .wp-block-woocommerce-product-review-rating .star-rating:before, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before {
	content: "SSSSS";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-grid__product-rating .star-rating span, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span, .wc-block-grid__product-rating .wc-block-product-review-rating__stars span, .wp-block-woocommerce-product-review-rating .star-rating span, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span {
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before, .wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before, .wp-block-woocommerce-product-review-rating .star-rating span:before, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {
	background: #fff;
	border: 1px solid #43454b;
	border-radius: 4px;
	color: #43454b;
	display: inline-block;
	font-size: .875em;
	font-weight: 600;
	left: auto;
	padding: .25em .75em;
	position: absolute;
	right: 4px;
	text-align: center;
	text-transform: uppercase;
	top: 4px;
	width: auto;
	z-index: 9;
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link {
	display: inline-block;
	position: relative;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
	margin: 0 0 12px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
	margin: 0 auto 12px;
}

.theme-twentysixteen .wc-block-grid .price ins {
	color: #77a464;
}

.theme-twentynineteen .wc-block-grid__product {
	font-size: .88889em;
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-components-product-title, .theme-twentynineteen .wc-block-grid__product-onsale, .theme-twentynineteen .wc-block-grid__product-title {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.theme-twentynineteen .wc-block-grid__product-title:before {
	display: none;
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-grid__product-onsale {
	line-height: 1;
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}

.theme-twentytwenty .wc-block-grid__product-link {
	color: #000;
}

.theme-twentytwenty .wc-block-components-product-title, .theme-twentytwenty .wc-block-grid__product-title {
	color: #cd2653;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: 1em;
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
	margin-top: 0;
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-components-product-price__value, .theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-grid__product-price__value {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: .9em;
}

.theme-twentytwenty .wc-block-components-product-price del, .theme-twentytwenty .wc-block-grid__product-price del {
	opacity: .7;
}

.theme-twentytwenty .wc-block-components-product-price ins, .theme-twentytwenty .wc-block-grid__product-price ins {
	text-decoration: none;
}

.theme-twentytwenty .star-rating, .theme-twentytwenty .wc-block-grid__product-rating {
	font-size: .7em;
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	line-height: 1;
}

.theme-twentytwenty .wc-block-components-product-button > .wp-block-button__link, .theme-twentytwenty .wc-block-grid__product-add-to-cart > .wp-block-button__link {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
}

.theme-twentytwenty .wc-block-components-product-sale-badge, .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
	background: #cd2653;
	color: #fff;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.2;
	text-transform: uppercase;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
	position: static;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
	position: absolute;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1;
}

.theme-twentytwenty .wc-block-active-filters__title, .theme-twentytwenty .wc-block-attribute-filter__title, .theme-twentytwenty .wc-block-price-filter__title, .theme-twentytwenty .wc-block-stock-filter__title {
	font-size: 1em;
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all, .theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	font-size: .75em;
}

@media only screen and (min-width:768px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

@media only screen and (min-width:1168px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
	display: block;
	margin-top: 12px;
}

.theme-twentytwentytwo .wc-block-components-product-price ins, .theme-twentytwentytwo .wc-block-grid__product-price ins {
	text-decoration: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal !important;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip-path: none;
	color: #2b2d2f;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
	max-width: var(--wp--style--global--wide-size);
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-notice-banner {
	align-content: flex-start;
	align-items: stretch;
	background-color: #fff;
	border: 1px solid #2f2f2f;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2f2f2f;
	display: flex;
	font-size: .875em;
	font-weight: 400;
	gap: 12px;
	line-height: 1.5;
	margin: 16px 0;
	padding: 16px !important;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
	align-self: center;
	flex-basis: 100%;
	padding-right: 16px;
	white-space: normal;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content:last-child {
	padding-right: 0;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
	font-weight: 600;
	margin: 0 0 8px;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul {
	margin: 0 0 0 24px;
	padding: 0;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol li:after, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul li:after {
	clear: both;
	content: "";
	display: block;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
	appearance: none;
	background: transparent !important;
	border: 0;
	color: #2f2f2f !important;
	float: right;
	margin: 0 0 0 20px;
	opacity: .7;
	padding: 0 !important;
	text-decoration-line: underline;
	text-underline-position: under;
	transition: all .2s ease-in-out;
}

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:active, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:focus, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {
	opacity: 1;
	text-decoration: none;
}

.wc-block-components-notice-banner > svg {
	fill: #fff;
	background-color: #2f2f2f;
	border-radius: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	padding: 2px;
}

.wc-block-components-notice-banner > .wc-block-components-button {
	background: transparent none !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #2f2f2f !important;
	flex: 0 0 16px;
	height: 16px !important;
	margin: 6px 0 0 auto !important;
	min-height: auto !important;
	min-width: 0 !important;
	opacity: .6;
	outline: none !important;
	padding: 0 !important;
	width: 16px !important;
}

.wc-block-components-notice-banner > .wc-block-components-button > svg {
	margin: 0 !important;
}

.wc-block-components-notice-banner > .wc-block-components-button:active, .wc-block-components-notice-banner > .wc-block-components-button:focus, .wc-block-components-notice-banner > .wc-block-components-button:hover {
	opacity: 1;
}

.wc-block-components-notice-banner > .wc-block-components-button:focus {
	outline: 2px solid currentColor !important;
	outline-offset: 0;
}

.wc-block-components-notice-banner.is-error {
	background-color: #fff0f0;
	border-color: #cc1818;
}

.wc-block-components-notice-banner.is-error > svg {
	background-color: #cc1818;
	transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-warning {
	background-color: #fffbf4;
	border-color: #f0b849;
}

.wc-block-components-notice-banner.is-warning > svg {
	background-color: #f0b849;
	transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-success {
	background-color: #f4fff7;
	border-color: #4ab866;
}

.wc-block-components-notice-banner.is-success > svg {
	background-color: #4ab866;
}

.wc-block-components-notice-banner.is-info {
	background-color: #f4f8ff;
	border-color: #007cba;
}

.wc-block-components-notice-banner.is-info > svg {
	background-color: #007cba;
}

.wc-block-components-notice-banner:focus {
	outline-width: 0;
}

.wc-block-components-notice-banner:focus-visible {
	outline-style: solid;
	outline-width: 2px;
}

.woocommerce.wc-block-store-notices.alignwide {
	max-width: var(--wp--style--global--wide-size);
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100001;
	overflow: hidden;
	position: fixed;
	background-color: rgba(11, 11, 1, .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: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 100004;
}

.mfp-preloader a {
	color: #ccc;
}

.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-container  margin-top: 0;
margin-bottom: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: .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: #333;
}

.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: #ccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	opacity: .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: .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, .6);
	background: black;
}

/* Main image in popup */
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;
}

/* The shadow behind the image */
.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, .6);
	background: #444;
}

.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;
	/*font-weight: bolder;*/
	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) {
	/**
       * Remove all paddings around the image on small screen
       */
	.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, .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, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.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: #333;
	line-height: 17px;
}

/* THUMBNAIL   */
.thumbnail-overlay {
	background: black;
	/* fallback for IE8 */
	background-color: rgba(0, 0, 0, .3);
	color: #333;
}

.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;
	/* FOR VERTICAL ALIGN */
	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;
	/* padding: 0; */
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	-webkit-border-radius: 50%;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 50%;
	/* Firefox 1-3.6 */
	border-radius: 50%;
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	-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("https://cdn-hmhll.nitrocdn.com/fuSenmPcJHQzGIMAYcEWUdEFTBOmocWR/assets/images/optimized/rev-7aef318/www.stainless-structurals.com/wp-content/plugins/robo-gallery/css/icons/icon-arrow-left.png") 50% 50% no-repeat !important;
}

.mfp-arrow.mfp-arrow-left.nitro-lazy {
	background: none !important;
}

.mfp-arrow.mfp-arrow-right {
	background: url("https://cdn-hmhll.nitrocdn.com/fuSenmPcJHQzGIMAYcEWUdEFTBOmocWR/assets/images/optimized/rev-7aef318/www.stainless-structurals.com/wp-content/plugins/robo-gallery/css/icons/icon-arrow-right.png") 50% 50% no-repeat !important;
}

.mfp-arrow.mfp-arrow-right.nitro-lazy {
	background: none !important;
}

.mfp-close {
	background: url("https://cdn-hmhll.nitrocdn.com/fuSenmPcJHQzGIMAYcEWUdEFTBOmocWR/assets/images/optimized/rev-7aef318/www.stainless-structurals.com/wp-content/plugins/robo-gallery/css/icons/icon-close.png") right no-repeat !important;
}

.mfp-close.nitro-lazy {
	background: none !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: #fa0;
	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-gridpro-8 .rbs-img-container.nitro-lazy {
	background-image: none !important;
}

.robo-gallery-masonrypro-6 .rbs-img-content {
	font-weight: bold;
}

.robo-gallery-masonrypro-6 .rbs-img-container {
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23d2d2d2'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='300' height='250' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.1'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
	background-attachment: fixed;
	background-size: cover;
}

.robo-gallery-masonrypro-6 .rbs-img-container.nitro-lazy {
	background-image: none !important;
}

.robo-gallery-wallstylepro-1 .rbs-img-content {
	font-weight: bold;
	color: #fff !important;
}

.robo-gallery-wallstylepro-1 .rbs-img-container {
	background-color: #ff0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1200 800'%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff8000'/%3E%3Cstop offset='1' stop-color='%23ff8000' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='1200' cy='800' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2300ff19'/%3E%3Cstop offset='1' stop-color='%2300ff19' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='600' cy='0' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%239900ff'/%3E%3Cstop offset='1' stop-color='%239900ff' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='600' cy='800' r='600' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffff00'/%3E%3Cstop offset='1' stop-color='%23ffff00' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='e' cx='0' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FF0000'/%3E%3Cstop offset='1' stop-color='%23FF0000' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='f' cx='1200' cy='0' r='800' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230CF'/%3E%3Cstop offset='1' stop-color='%230CF' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1200' height='800'/%3E%3Crect fill='url(%23b)' width='1200' height='800'/%3E%3Crect fill='url(%23c)' width='1200' height='800'/%3E%3Crect fill='url(%23d)' width='1200' height='800'/%3E%3Crect fill='url(%23e)' width='1200' height='800'/%3E%3Crect fill='url(%23f)' width='1200' height='800'/%3E%3C/svg%3E");
	background-attachment: fixed;
	background-size: cover;
}

.robo-gallery-wallstylepro-1 .rbs-img-container.nitro-lazy {
	background-image: none !important;
}

/*
*      Robo Gallery     
*      Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
*      Copyright (c) 2014-2019, Robosoft. All rights reserved.
*      Available only in  https://robosoft.co/robogallery/ 
*/

/* need_check */
.rbs-imges-grid-sizer {
	margin: 0;
}

.rbs-img {
	/* Box-model */
	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;
	/* fix for themes */
	-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("https://cdn-hmhll.nitrocdn.com/fuSenmPcJHQzGIMAYcEWUdEFTBOmocWR/assets/images/optimized/rev-7aef318/www.stainless-structurals.com/wp-content/plugins/robo-gallery/css/icons/loading-image.gif");
}

.image-with-dimensions.nitro-lazy {
	background-image: none !important;
}

.broken-image-here {
	background-color: #be3730;
	background-image: url("https://cdn-hmhll.nitrocdn.com/fuSenmPcJHQzGIMAYcEWUdEFTBOmocWR/assets/images/optimized/rev-7aef318/www.stainless-structurals.com/wp-content/plugins/robo-gallery/css/icons/broken-image.png");
}

.broken-image-here.nitro-lazy {
	background-image: none !important;
}

.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;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	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: .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 .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.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(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
}

.my-mfp-slide-bottom.mfp-bg {
	/* opacity: 0; */
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

/*   .my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
} */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {}

.my-mfp-slide-bottom .image-source-link {
	color: #ddd;
	background-color: transparent;
	background-image: url("https://cdn-hmhll.nitrocdn.com/fuSenmPcJHQzGIMAYcEWUdEFTBOmocWR/assets/images/optimized/rev-7aef318/www.stainless-structurals.com/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;
}

.my-mfp-slide-bottom .image-source-link.nitro-lazy {
	background-image: none !important;
}

.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("https://cdn-hmhll.nitrocdn.com/fuSenmPcJHQzGIMAYcEWUdEFTBOmocWR/assets/images/optimized/rev-7aef318/www.stainless-structurals.com/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 .image-source-link.nitro-lazy {
	background-image: none !important;
}

.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, .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, .6);
	position: fixed;
	text-align: center;
	padding: 0;
}

/* menu  */
.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, .8);
}

.rbs_desc_panel_light {
	color: black;
	background-color: rgba(255, 255, 255, .8);
}

.rbs_desc_panel_red {
	color: white;
	background-color: rgba(212, 42, 42, .8);
}

.rbs_desc_panel_blue {
	color: white;
	background-color: rgba(35, 75, 215, .8);
}

.rbs_desc_panel_green {
	color: white;
	background-color: rgba(46, 215, 35, .8);
}

.rbs_desc_panel_pink {
	color: white;
	background-color: rgba(185, 35, 215, .8);
}

/* 2018 */
.rbs-flex-container {
	display: flex;
	float: none;
	flex-direction: column;
}

/*
*      Robo Gallery     
*      Licensed under the GPLv2 license - http://opensource.org/licenses/gpl-2.0.php
*      Copyright (c) 2014-2019, Robosoft. All rights reserved.
*      Available only in  https://robosoft.co/robogallery/ 
*/
.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: .9;
}

.robo_gallery_hide_block {
	display: none !important;
}

/*! @license
* Copyright 2012-2014 Alex Wolfe and Rob Levin
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*        http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@-webkit-keyframes glowing, {
	from {
		-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
		box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
	}
	
	50% {
		-moz-box-shadow: 0px 0px 16px rgba(44, 154, 219, .8), 0px 1px 2px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, .8), 0px 1px 2px rgba(0, 0, 0, .2);
		box-shadow: 0px 0px 16px rgba(44, 154, 219, .8), 0px 1px 2px rgba(0, 0, 0, .2);
	}
	
	to {
		-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
		box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
	}
}

@-moz-keyframes glowing, {
	from {
		-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
		box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
	}
	
	50% {
		-moz-box-shadow: 0px 0px 16px rgba(44, 154, 219, .8), 0px 1px 2px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, .8), 0px 1px 2px rgba(0, 0, 0, .2);
		box-shadow: 0px 0px 16px rgba(44, 154, 219, .8), 0px 1px 2px rgba(0, 0, 0, .2);
	}
	
	to {
		-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
		box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
	}
}

@-o-keyframes glowing, {
	from {
		-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
		box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
	}
	
	50% {
		-moz-box-shadow: 0px 0px 16px rgba(44, 154, 219, .8), 0px 1px 2px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, .8), 0px 1px 2px rgba(0, 0, 0, .2);
		box-shadow: 0px 0px 16px rgba(44, 154, 219, .8), 0px 1px 2px rgba(0, 0, 0, .2);
	}
	
	to {
		-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
		box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
	}
}

@keyframes glowing, {
	from {
		-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
		box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
	}
	
	50% {
		-moz-box-shadow: 0px 0px 16px rgba(44, 154, 219, .8), 0px 1px 2px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0px 0px 16px rgba(44, 154, 219, .8), 0px 1px 2px rgba(0, 0, 0, .2);
		box-shadow: 0px 0px 16px rgba(44, 154, 219, .8), 0px 1px 2px rgba(0, 0, 0, .2);
	}
	
	to {
		-moz-box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(0, 0, 0, .2);
		box-shadow: 0px 0px 0px rgba(44, 154, 219, .3), 0px 1px 2px rgba(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);
	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;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before, .fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before, .fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before, .fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before, .fa-sort:before {
	content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-legal:before, .fa-gavel:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before, .fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before, .fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before, .fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-rupee:before, .fa-inr:before {
	content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "";
}

.fa-won:before, .fa-krw:before {
	content: "";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-rebel:before {
	content: "";
}

.fa-ge:before, .fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-send:before, .fa-paper-plane:before {
	content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-genderless:before, .fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before, .fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.robo-gallery-wrap-id10527257:not(#no-robo-galery) .rbs_gallery_button .button {
	margin-right: 5px;
	margin-bottom: 10px;
}

/* dsfsdf */
.robo-gallery-wrap-id10527257:not(#no-robo-galery) .image-with-dimensions {
	background-color: white;
}

.robo-gallery-wrap-id10527257:not(#no-robo-galery) .rbs-img-container {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.robo-gallery-wrap-id10527257:not(#no-robo-galery) .thumbnail-overlay {
	background: rgba(7, 7, 7, .9);
}

.robo-lightbox-id10527257:not(#no-robo-galery) .mfp-bottom-bar .mfp-title, .robo-lightbox-id10527257:not(#no-robo-galery) .mfp-bottom-bar .mfp-counter {
	color: #f3f3f3;
}

.robo-lightbox-id10527257:not(#no-robo-galery) .mfp-ready.mfp-bg {
	background-color: rgba(11, 11, 11, .8);
}

.robo-gallery-wrap-id10527257:not(#no-robo-galery) .rbs-img-container {
	-webkit-box-shadow: 0px 5px 7px rgba(34, 25, 25, .4);
	-moz-box-shadow: 0px 5px 7px rgba(34, 25, 25, .4);
	-o-box-shadow: 0px 5px 7px rgba(34, 25, 25, .4);
	-ms-box-shadow: 0px 5px 7px rgba(34, 25, 25, .4);
	box-shadow: 0px 5px 7px rgba(34, 25, 25, .4);
}

.robo-gallery-wrap-id10527257:not(#no-robo-galery) .rbsLinkIcon {
	font-size: 50px;
	line-height: 300%;
	color: white;
	background: rgba(229, 64, 40, 0);
}

.robo-gallery-wrap-id10527257:not(#no-robo-galery) .rbsLinkIcon:hover {
	color: white;
}

.robo-gallery-wrap-id10527257:not(#no-robo-galery) .rbsLinkIcon:hover {
	background: rgba(229, 64, 40, 0);
}

.robo-gallery-wrap-id10527257:not(#no-robo-galery) .rbsZoomIcon {
	font-size: 30px;
	line-height: 100%;
	color: white;
	background: rgba(13, 130, 241, 0);
}

.robo-gallery-wrap-id10527257:not(#no-robo-galery) .rbsZoomIcon:hover {
	color: #aeaeae;
}

.robo-gallery-wrap-id10527257:not(#no-robo-galery) .rbsZoomIcon:hover {
	background: rgba(6, 70, 130, 0);
}

.robo-gallery-wrap-id10527257:not(#no-robo-galery) .rbsTitle {
	font-size: 15px;
	line-height: 100%;
	color: white;
	font-weight: bold;
}

.robo-gallery-wrap-id10527257:not(#no-robo-galery) .rbsTitle:hover {
	color: white;
}
