*,
*:before,
*:after {
	box-sizing: border-box;
}

body {
  margin: 0;
}

#rstoolbar {
	font-family: Roboto, Arial, sans-serif;
	clear: both;
	width: 100%;
	min-height: 60px;
	background-color: #151515;
	position: relative;
	top: 0;
	position: absolute;
	z-index: 5;
}

#rstoolbar .items {
	text-align: left;
	margin: 0;
	float: left;
}

.items-brand {
	overflow: hidden;
}

.rstoolbar-logo {
	display: block;
	margin: 14px 24px 14px 14px;
}

.rstoolbar-logo img {
	display: block;
}

#rstoolbar .items-catalog-selector {
	width: 250px;
	height: 60px;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: white;
	line-height: 32px;
	background-color: black;
	padding: 14px;
	border: none;
	cursor: pointer;
}

#rstoolbar .items-catalog:hover .items-catalog-selector {
	background-color: #383838;
}

#rstoolbar .items-catalog-selector span {
	display: block;
}

#rstoolbar .items-catalog-current {
	float: left;
}

#rstoolbar .items-catalog-arrow {
	float: right;
}

#rstoolbar .items-catalog-selector img {
	display: block;
	opacity: 0.5;
}

#rstoolbar-catalog-wrapper {
	position: absolute;
	width: 100%;
	max-height: 510px;
	overflow-y: auto;
	left: 0;
	padding: 20px;
	background-color: black;
	opacity: 0;
	visibility: hidden;
	z-index: 50000;
	box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.10);
	transition: opacity ease 0.25s;
}

#rstoolbar-catalog-wrapper.show {
	opacity: 1;
	visibility: visible;
}

#rstoolbar .items-catalog-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#rstoolbar .items-catalog-item {
	display: block;
	width: calc(100% / 6 - 20px);
	margin: 10px;
}

#rstoolbar .items-catalog-item img {
	display: block;
	max-width: 100%;
	height: auto;
}

#rstoolbar .items-catalog-desc {
	position: absolute;
	width: 100%;
	bottom: -50px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	color: white;
	padding: 10px;
	font-weight: 500;
	transition: bottom 0.5s ease;
}

#rstoolbar .items-catalog-desc span {
	display: block;
	float: right;
	background-color: #197baf;
	padding: 3px 5px;
	font-size: 11px;
	margin-left: 5px;
	border-radius: 4px;
}

#rstoolbar .items-catalog-item a {
	position: relative;
	display: block;
	overflow: hidden;
}

#rstoolbar .items-catalog-item a:hover .items-catalog-desc {
	bottom: 0;
}

#rstoolbar .items-options ul,
#rstoolbar .items-viewport ul {
	position: relative;
	display: inline-block;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#rstoolbar .item-viewport {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
}

#rstoolbar .item-viewport a {
	display: block;
	padding: 18px;
}

#rstoolbar .item-viewport img {
	display: block;
}

#rstoolbar .item-viewport.active a,
#rstoolbar .item-viewport a:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

#rstoolbar .item-option {
	display: block;
	height: 60px;
	float: left;
}

#rstoolbar .item-option > a {
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 18px;
}

#rstoolbar .item-option > a > img {
	margin: 14px 0;
	opacity: 0.5;
}

#rstoolbar .item-buy a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-color: #3e6da7;
}

#rstoolbar .item-buy a:hover {
	background-color: #156996;
}

#rstoolbar .item-styles {
	position: relative;
	overflow: visible;
}

#rstoolbar .item-styles:hover > a {
	background-color: rgba(255, 255, 255, 0.15);
}

#rstoolbar-styles {
	position: absolute;
	width: 330px;
	right: 0;
	padding: 30px;
	background-color: white;
	opacity: 0;
	visibility: hidden;
	max-height: 510px;
	overflow-y: auto;
	z-index: 10000;
	box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.10);
	transition: opacity ease 0.25s;
}

#rstoolbar-styles.show {
	opacity: 1;
	visibility: visible;
}

#rstoolbar-styles p {
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 0;
}

#rstoolbar #rstoolbar-style-colors {
	margin-bottom: 30px;
}

#rstoolbar-style-colors span {
	display: block;
    float: left;
    height: 30px;
    width: 15px;
}

#rstoolbar-style-colors li {
	display: block;
	margin: 0 5px 5px 0;
	float: left;
}

#rstoolbar-style-bgs li {
	float: left;
	margin: 5px;
}

#rstoolbar-style-bgs span {
	display: block;
    height: 40px;
    width: 110px;
    margin-bottom: 5px;
}

#rstoolbar-style-bgs li a {
	display: block;
    border: 1px solid #474747;
	height: 42px;
}

#rstoolbar .items-misc {
	float: right;
}

#rstoolbar .items-misc > a {
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 18px;
}

#rstoolbar .items-misc > a > img {
	margin: 14px 0;
	opacity: 0.5;
}

.rstoolbar-open {
	position: fixed;
	top: -60px;
	right: 0;
    z-index: 10;
    background-color: black;
}

.rstoolbar-open img {
	max-width: 100%;
	height: auto;
}

#rstoolbar-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: -1;
}

#rstoolbar-overlay.overlay-active {
	display: block;
}

#rstoolbar-container {
	position: absolute;
	top: initial;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: #1f1f1f;
	color: #fff;
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0; 
}

#rstoolbar_iframe_container {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	padding: 0;
	z-index: 1;
	margin: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out; 
}

#rstoolbar_iframe_container iframe {
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	border: none !important;
	outline: none !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow-x: visible !important;
	overflow-y: auto !important;
}

.rstoolbar-color-mix > span {
	height: 15px !important;
}

.rstoolbar-color-3 > span {
    height: 30px !important;
    width: 10px !important;
}

.tooltip {
	position: absolute;
	z-index: 10000;
	display: block;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: visible;
	pointer-events: none;
}

.tooltip * {
	pointer-events: none;
}

.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #ffffff;
	font-weight : bold;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #000000;
	border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-right-color: #000000;
	border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-left-color: #000000;
	border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-color: #000000;
	border-width: 0 5px 5px;
}

#rstoolbar-style-wraper {
	position: relative;
}

#rstoolbar-style-colors a {
    border: 1px solid #777;
    display: block !important;
    overflow: hidden;
}

@media screen and (max-width: 1279px) {
	#rstoolbar .items-catalog-item {
		width: 200px;
		width: calc(100% / 4 - 20px);
	}
}

@media screen and (max-width: 1024px) {
	#rstoolbar-catalog-wrapper.show,
	.item-styles #rstoolbar-styles.show {
		position: fixed;
		left: 0;
		width: 100%;
	}

	#rstoolbar .items-viewport .item-viewport-tablet-landscape {
		display: none; 
	}

	.rstoolbar-open {
		width: 32px !important;
		height: 32px !important;
		line-height: 18px !important;
		padding: 8px !important;
	}

	.rstoolbar-open img {
		margin: 0 !important;
	}
}

@media screen and (max-width: 768px) {
	#rstoolbar .items-catalog-item {
		width: 200px;
		width: calc(100% / 3 - 20px);
	}

	#rstoolbar .items-viewport .item-viewport-tablet-portrait {
		display: none; 
	}
}

@media screen and (max-width: 640px) {
	#rstoolbar-catalog-wrapper {
		max-height: 260px;
	}
	
	#rstoolbar-styles {
		max-height: 200px;
	}
}

@media screen and (max-width: 568px) {
	#rstoolbar .items-catalog-item {
		width: 200px;
		width: calc(100% / 2 - 20px);
	}

	#rstoolbar .items-viewport .item-viewport-mobile-landscape {
		display: none; 
	}
}

@media screen and (max-width: 479px) {
	#rstoolbar .items {
		display: block;
		float: none;
		width: 100%;
	}

	#rstoolbar .items-catalog-selector {
		width: 100%;
	}

	#rstoolbar .items-misc {
		width: auto;
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media screen and (max-width: 320px) {
	#rstoolbar .items-catalog-item {
		width: 200px;
		width: calc(100% - 20px);
	}

	#rstoolbar .items.items-viewport,
	#rstoolbar .items.items-viewport .item-viewport-desktop,
	#rstoolbar .items.items-viewport .item-viewport-mobile-portrait {
		display: none; 
	}
}