.rel-bar, .rel-bar-c{margin:0px 0px 1px 0px;padding:0px; opacity: 0.2; position: absolute; top: 0; left: 0; z-index: 2;}

.concept{background:#3dbcb2;}
div.concept:hover{background:#45dcd0 }

.colors{background: #3d85bc;}
div.colors:hover{background:#4c9bd8; color: #fff;}

.custom{background: #3dbc6a;}
div.custom:hover{background:#57da86 }

.opt-btn{width:28px;height:28px;background:#596271; display:block;text-align:center; margin-right:10px;font-size:24px;line-height:28px;color:#3dbcb2}
.rem-btn{width:28px;height:28px;background:#596271; display:block;text-align:center; margin-right:10px;font-size:24px;line-height:28px;color:#3dbcb2}

.percentage {margin:0px 0px 1px 0px;padding:0px; padding-right:5px; height:28px; line-height:28px; position: absolute; top: 0; left: 0; z-index: 3; text-align: right;}
.tag-text {position: absolute; top: 0; left: 0; z-index: 4;}

.prev-img {
    display: block;
    /*     max-width: 446px; */
    max-height: 296px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#preview-image-t.prev-img,
#preview-template.prev-img {
	max-height: 9.7rem;
}

.hidden {
	display: none;
}
#results {
	display: none;
}

#image_holder,
#template_holder {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
}

.tag-holder {
	position: relative;
	width: 100%;
	height: 28px;
	margin-bottom: 1px;
}

.tag-holder:hover div.concept {
	background: #45dcd0;
}

.tag-holder:hover div.colors {
	background: #81aed0;
}

.tag-holder:hover .percentage {
	color: #fff;
}

.tag-holder:hover div.custom {
	background: #57da86;
}

.holder {
	width: 100%;
}

#show_tags {
	display: none;
}

#hide_tags {
	display: none;
}

#tags-holder-extra {
	display: none;
}

.text-holder {
	background: #fafafa;
    padding: 1rem;
	margin-top: 2rem;
    line-height: 1.2;
}

.image-overlay,
.template-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(255, 255, 255, .5);
	z-index: 999;
	padding: 50px;
	display: none;
}

.preloader {
	width: 64px;
	height: 64px;
	background: url(../images/preload.gif) center center no-repeat;
	background-size: contain;
	margin: 40px auto;
	padding-top: 90px;
}

.image-upload .preloader,
.template-upload .preloader {
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    padding-top: 4rem;
}

#results {
	margin-bottom: 25px;
}

.promoad{
margin-top: 0px;
padding: 20px;
line-height: 26px;
text-align: center;
background-color:none;
position:relative;
z-index: 10000;
width: 100%;
border-top: 1px solid #dbdad4;
}

/*
#examples {
	margin-top: 10px;
}
*/

@media(max-width: 1200px) {
	.demos-links {
		display: none;
	}
}

/* reCaptcha responsive fix */

@media(max-width: 480px){
	.g-recaptcha iframe {
		max-width: 100%;
		transform: scale(0.95);
		-webkit-transform: scale(0.95);
		transform-origin: center center;
		-webkit-transform-origin: center center;
	}
	#rc-imageselect {
		transform: scale(0.95);
		-webkit-transform: scale(0.95);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}

@media(min-width: 480px){
	#rc-imageselect {
		transform: none;
		-webkit-transform: none;
	}

	.g-recaptcha iframe {
		max-width: none;
		transform: none;
		-webkit-transform: none;
	}
}