/*----------------------------------------------- overlay*/
.overlay {
	z-index: 3;
}
/*----------------------------------------------- new colors*/
.border-vivo-green {
	border: 1px solid #337Ab7 !important;
}
.bg-vivo-green {
	background: #337Ab7 !important;
}
/*----------------------------------------------- type your title style*/
#TextInputFrame .inner {
	background-color: white;
	border: 1px solid #dadde8;
}
/*----------------------------------------------- toolset buttons*/
#BtnPaint {
	background-image: url('/images/create/colorize_square.svg');
}
#BtnColorize {
	background-image: url('/images/create/colorize_square.svg');
}
#BtnNetgen {
	background-image: url('/images/create/netgen_square.svg');
}
#BtnSculpt {
	background-image: url('/images/create/sculpt_square.svg');
}
#BtnFormShifter {
	background-image: url('/images/create/formshifter_square.svg');
}
#BtnPattern {
	background-image: url('/images/create/pattern_square.svg');
}
#BtnText {
	background-image: url('/images/create/text_square.svg');
}
#BtnPicturePattern {
	background-image: url('/images/create/picture_square.svg');
}
#BtnSurface {
	background-image: url('/images/create/surface_square.svg');
}
.BtnText {
	font-size: .8vw !important;
}

#powered-by-leopoly {
	position: absolute;
	bottom: 4%;
	right: 4%;
	width: 20%;
	opacity: .6;
}
/*----------------------------------------------- patterns*/
.patternbutton {
	-webkit-filter: none;
	filter: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
/*----------------------------------------------- left side more products style*/
.more-products {
	background-color: #337Ab7;
	color: white;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	font-size: large;
	bottom: -10px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
	-webkit-transform:translate3d(0,0,0);
}
.more-products:after, .more-products:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.more-products:after {
	border-color: rgba(4, 231, 177, 0);
	border-top-color: #337Ab7;
	border-width: 15px;
	margin-left: -15px;
}
.more-products:before {
	border-color: rgba(4, 231, 177, 0);
	border-top-color: #337Ab7;
	border-width: 16px;
	margin-left: -16px;
}
/*----------------------------------------------- vivo green buttons style*/
.btn-xs:hover {
	background: #fff;
	border-color: #cccccc;
	cursor: default;
}
/*----------------------------------------------- zoom buttons container style*/
.zoomButtonContainer {
	position: absolute;
	bottom: 4%;
	left: 40%;
	width: 20%;
	background-color: white;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	opacity: .8;
}
/*----------------------------------------------- zoom buttons style*/
.zoomButtonSeparator {
	margin: 0 auto;
	width: 80%;
}
#zoomButtonPlus {
	background: url('/images/create/vivo/zoom_in2.svg');
}
#zoomButtonMinus {
	background: url('/images/create/vivo/zoom_out2.svg');
}
#BtnSculptRotate {
	background: url('/images/create/vivo/rotate.svg');
}
/*----------------------------------------------- toolset chooser container style*/
#toolChooserContainer {
	position: absolute;
	left: -5%;
	z-index: 2;
	width: 9.5%;
}
#toolChooserContainer .mainButton {
	width: 100%;
}
/*----------------------------------------------- toolset chooser style*/
.mainButtonHolder {
	position: relative;
	background-color: white;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	-ms-border-radius: 10%;
	-o-border-radius: 10%;
	border-radius: 10%;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-ms-transition: -ms-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
	margin-bottom: 5px;
}
.mainButtonHolder.selected {
	/*-webkit-transform: translateX(40%);
	-moz-transform: translateX(40%);
	-ms-transform: translateX(40%);
	-o-transform: translateX(40%);
	transform: translateX(40%);*/
	background-color: #b7e0ff;
}
.mainButtonHolder .arrow_box_holder {
	position: absolute;
	left: 100%;
	top: 17.5px;
	opacity: 0;
	-webkit-transition: left 1s, opacity 1s;
	-moz-transition: left 1s, opacity 1s;
	-ms-transition: left 1s, opacity 1s;
	-o-transition: left 1s, opacity 1s;
	transition: left 1s, opacity 1s;
	z-index: -1;
}
.mainButtonHolder.selected .arrow_box_holder {
	left: -5px;
	opacity: 1;
}
.mainButtonHolder .arrow_box_holder .arrow_box {
	position: relative;
	background: #04E7B1;
	width: 70px;
	height: 15px;
}
.mainButtonHolder .arrow_box_holder .arrow_box:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(4, 231, 177, 0);
	border-right-color: #04E7B1;
	border-width: 20px;
	margin-top: -20px;
}
/*----------------------------------------------- view chooser style*/
.viewChooser {
	background-color: black;
	color: white;
	padding: 2px;
	cursor: pointer;
	opacity: .7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	border: 1px solid #ccc;
	margin: 0;
}
.active {
	opacity: 1;
	background-color: #b7e0ff;
}
#toolsetHelpRow .active {
}
.viewChooser img {
	background-color: white;
	padding: 2px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-ms-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.viewChooser:hover, .viewChooser.selected {
	opacity: 1;
}
.viewChooser .text-center {
	vertical-align: middle;
}
/*----------------------------------------------- sliders style*/
.defaultSlider {
	margin-left: auto;
	margin-right: auto;
}
#sizeSlider {
	border: 0 !important;
	background: transparent !important;
}
#sizeSlider .ui-slider-handle {
	height: 1.8em;
	width: .8em;
	left: -0.4em;
	margin-top: -0.3em;
	position: absolute;
}
#sizeSliderBg {
	/*width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 .8em 1em;
	border-color: transparent transparent #04e7b1 transparent;*/
	width: calc(100% - 30px);
	position: absolute;
	height: 0;
	padding-top: .8em;
	overflow: hidden;
}
#sizeSliderBg:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-top:-35px;

	border-top: 35px solid transparent;
	border-right: 500px solid #337Ab7;
}
/*----------------------------------------------- rigth arrow style*/
.arrow_box_right {
	position: relative;
	background: #04E7B1;
}
.arrow_box_right:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(4, 231, 177, 0);
	border-left-color: #04E7B1;
	border-width: 10px;
	margin-top: -10px;
}
/*----------------------------------------------- more products hover box*/
.hoverbox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-ms-transition: -ms-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;
	background-color: rgba(255, 255, 255, 0.5);
}
.more-product-holder .img-responsive:hover + .hoverbox, .hoverbox:hover {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
/*----------------------------------------------- social buttons*/
#BtnFacebook, #BtnPinterest, #BtnTwitter, #BtnGooglePlus {
	width: 34px;
}
/*----------------------------------------------- gallery*/
#gallery-left, #gallery-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5%;
	opacity: .3;
	font-size: 20px;
	text-align: center;
	padding-top: calc(25% - 10px);
	cursor: pointer;
	background: #ccc;
}
#gallery-left {
	left: 0;
}
#gallery-right {
	right: 0;
}
#gallery-left:hover, #gallery-right:hover {
	opacity: .6;
}
#gallery-left:active, #gallery-right:active {
	opacity: 1;
}
/*----------------------------------------------- appframe*/
#appframe {
	background: url('/images/vivo/background_2_grey.jpg') no-repeat center;
	background-size: cover;
}
/*----------------------------------------------- bounding box*/
#boundingBoxHolder {
	position: absolute;
	left: 4%;
	bottom: 4%;
	width: 5%;
	background-color: white;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	opacity: .8;
}
#BtnBoundingBox {
	background-image: url('/images/create/vivo/measure.svg');
}
/*----------------------------------------------- mouse icons*/
#mouseIconHolder {
	position: absolute;
	top: 1.5%;
	left: 2.5%;
	width: 3%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	opacity: .7;
	background: url('/images/create/vivo/bsh_mouse_icon.svg') no-repeat;
}
/*----------------------------------------------- SAFARI colorbutton full clickability */
.resize-triggers, .resize-triggers > div, .contract-trigger:before {
	z-index: -1;
}