@charset "UTF-8";

@font-face {
				font-family: 'PrestigeEliteStd';
				src: url('../res/prestigeelitestdbd.eot');
				src: url('../res/prestigeelitestdbd.eot?#iefix') format('embedded-opentype'),
						 url('../res/prestigeelitestdbd.woff') format('woff'),
						 url('../res/prestigeelitestdbd.ttf') format('truetype'),
						 url('../res/prestigeelitestdbd.svg#prestigeelitestdbd') format('svg');
				font-weight: normal;
				font-style: normal;
		}

body {
	background-color: transparent;
	margin: 5px 0px 0px 5px;
}


/* ================ GLOBAL SETTINGS ================= */
.taggerFrame {
	position: relative;
	width: 100%;
	max-width:668px;
	height: auto;
	background-color: #f9f4e7;
	background: url(../img/paper-bgr.jpg) repeat-y top;
	
	font-family: "Courier New", Courier, monospace;
	color: #000;
	
	-webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.75);
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.75);
	padding-left:24px;
	padding-right:24px;
}

.taggerFrame a:link {
	color: #d00000;
	text-decoration: none;
}
.taggerFrame a:visited {
	color: #d00000;
	text-decoration: none;
}
.taggerFrame a:hover {
	color: #d00000;
	text-decoration: underline;
}

.taggerFrame .clrFix {
	float: none;
	clear: both;
}
.taggerFrame a {
	padding: 7px;
}
.taggerFrame a.active {
	padding: 2px 5px 2px 5px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.5);
	border: 0;
	border: #d00000 dashed 2px;	
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.taggerFrame .main-img{
	text-align:center;
}
.taggerFrame .main-img img{
	max-height:250px;
}
.taggerFrame .row-popis{
	margin-top:16px;
}
.taggerFrame .row-riadkovanie{
	padding: 20px 0 10px 0;
    line-height: 1.5em;
}
.taggerFrame .row-text-znamky-title h2{
	margin-bottom:0;
}
.taggerFrame .row-text-znamky-title{
	margin-bottom:0.5rem;
}

.taggerFrame hr {
	border: 0;
	border-bottom: black dashed 1px;	
}

.taggerFrame h1 {
	color: #000;
	font-size: 2em;
	text-align:center;
	font-weight: bold;
	margin: 0;
	padding-top:24px;
}
.taggerFrame h1.sucess {
	color:#d00000;
}

.taggerFrame h2 {
	color: #d00000;
	font-size: 1.5em;
}
#firstSubheader {
	float: left;
}

.taggerFrame h3 {
	color: #d00000;
	font-size: 2em;
	margin-top: 0px;
	padding-top: 0px;
}

.taggerFrame ul {
	list-style:none;
}

.taggerFrame .bold {
	font-weight: bold;
}


/* ================ CUSTOM TAGS ================= */


/* ========= Type selection =========== */
.tagSelect {
	margin: 0;
	padding: 0;	
}
.row-znamky{
		margin-right:0;
		margin-left:0;
}
.row-znamky .znamka{
padding-left:0;
padding-right:0;
}
.tagSelect img {
	margin-bottom: 10px;
	text-align: center;
}
.tagSelect li {
	list-style: none;
	display: block;
	width: 100px;
	padding: 10px;
	margin: 1px;
	float: left;
	text-align:center;
}
.tagSelect li.active {
	background-color: #d00000;
	background-color: rgba(200,0,0,0.25);
	border: #000 dashed 2px;	
	padding: 8px;
	margin: 1px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}
.tagSelect a:link {
	color:#000;
	text-decoration:none;
}
.tagSelect a:visited {
	color:#000;
	text-decoration:none;
}
.tagSelect a:hover {
	color:#000;
	text-decoration: underline;
}
.tagSelect price {
	display: block;
	font-weight: bold;
	color: #060;
	margin-top: 10px;
	font-size: 1.2em;
}

.taggerFrame .boxCenter {
	text-align: center;
	float: none;
	clear:both;
	padding: 20px 0 10px 0;
	line-height: 1.5em;
}

.taggerFrame .boxLeft {
	float: none;
	clear: both;
	padding: 20px 0 10px 0;
	line-height: 1.5em;
}

.silencerToggle {
	position: relative;
	float: right;
	width: 50px;
	height: 51px;	
	opacity: 0.5;
}
.silencerToggle:hover {
	opacity: 1;
}
#showSilencer, #hideSilencer {
	display: none;
}
/* ============ Tag Preview containers =========== */
.tagPreviewChars {
	
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 0.8em;
}
.row-text-znamky .col-text-znamky-left{
	text-align:right;
}
.row-text-znamky .col-text-znamky-right{
	text-align:left;
}
.row-text-znamky .form-group{
	margin-bottom:0;
}
.row-text-znamky .col-text-znamky-center{
	text-align:center;
	    font-weight: bold;
		font-size: 2em;
}

.clmnLeft {
	width: 280px;
	float: left;
	text-align:center;
}
.clmnCenter {
	width: 40px;
	float: left;
	text-align: center;
	font-size: 2em;
}
.clmnRight {
	width: 300px;
	float: left;
	text-align:center;
}

.taggerFrame input, textarea {
	border: 0;
	border: black dashed 1px;
	background: none;
	font-size: 0.9em;
	padding: 2px 5px 2px 5px;
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
	letter-spacing: 2px;
}
.taggerFrame input:disabled {
	text-decoration: line-through;
	background-color: #666;
	color: #000;
	opacity: 0.5;
}
.taggerFrame .tagForm input {
	text-transform: uppercase;
}
.row-zarovnanie-textu{
	text-align: center;
    padding: 20px 0 10px 0;
    line-height: 1.5em;
}
.row-text-znamky .form-group.row{
	margin-left:0;
	margin-right:0;
}
.col-form-label {
    padding-top:0;
}
.row-typy-znamok .col-md {
    width:20%;
	padding-left:8px;
	padding-right:8px;
}
.row-typy-znamok .previewTag {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
}
.row-typy-znamok .previewTag a {
    padding:7px 0;
}
.row-typy-znamok .previewTag.active {
    background-color: #d00000;
    background-color: rgba(200,0,0,0.25);
    border: #000 dashed 2px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}
.row-typy-znamok .previewTag img {
    margin-bottom: 10px;
    text-align: center;
}
.row-typy-znamok .previewTag a:link {
    color: #000;
    text-decoration: none;
}
.row-typy-znamok .previewTag price {
    display: block;
    font-weight: bold;
    color: #060;
    margin-top: 10px;
    font-size: 1.2em;
}
.div-riadkovanie, .div-typ-razenia{
    float:left;
}
@media only screen and (max-width: 575px){
		.row-text-znamky .col-text-znamky-right, .row-text-znamky .col-text-znamky-left {
    text-align: left;
}
	}
@media only screen and (max-width: 320px){
.div-riadkovanie{
	text-align:center;
}
.div-riadkovanie a{
	width:100%;
	float:left;
}
span.separator{
	display:none;
}
.row-riadkovanie2 small{
	text-align:justify;
	width:100%;
	float:left;
}
.tagPreviewChars {
    margin-left: 0px;
}
}


/* ============ Tag preview constructors ======= */
.tagContainer {
	position:relative;
	width: 310px;
	height: 180px;
	float:left;
}
.tagContainer.tagleft {
	
}

.tagContainer.tagRight {
	
}
.tagSilencer {
	position:absolute;
	width: 100%;
	height: 100%;
	display:none;
}
.tagImage {
	position:absolute;
	width: 100%;
	height: 100%;
	text-align:center;
}
.tagLoading {
	position: absolute;
	display:none;
	width: 100%;
	height: 100%;
	background: url(../img/ajax-loader.gif) no-repeat center center;
}
@media only screen and (max-width: 689px){
	.row-znamky .znamka{
    width:100%;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
	max-width:100%;
	text-align:center;
}
.tagContainer{
    margin: 0 auto;
	float:none !important;
}
	}
	
@media only screen and (max-width: 379px){
	.row-znamky .znamka{
    width:100%;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
	max-width:100%;
	text-align:center;
}
.tagContainer{
    margin: 0 auto;
	float:none !important;
	width:100%;
	max-height:180px;
}
	}
/* ============ Defining embossing color for different tag styles ======= */
.tagText.nerez {
	color: 		#a2a2a2;
	text-shadow:-1px -1px 4px rgba(255,255,255,0.3), 
				-1px -1px 2px rgba(255,255,255,0.5), 
				-1px -1px 1px rgba(255,255,255,0.7),
				1px 1px 4px rgba(0,0,0,0.3), 
				1px 1px 2px rgba(0,0,0,0.5),
				1px 1px 1px rgba(0,0,0,0.7);
}
.tagText.nerezGuma {
	color: 		#a2a2a2;
	text-shadow:-1px -1px 4px rgba(255,255,255,0.3), 
				-1px -1px 2px rgba(255,255,255,0.5), 
				-1px -1px 1px rgba(255,255,255,0.7),
				1px 1px 4px rgba(0,0,0,0.3), 
				1px 1px 2px rgba(0,0,0,0.5),
				1px 1px 1px rgba(0,0,0,0.7);
}
.tagText.striebro {
	color: 		#a2a2a2;
	text-shadow:-1px -1px 4px rgba(255,255,255,0.3), 
				-1px -1px 2px rgba(255,255,255,0.5), 
				-1px -1px 1px rgba(255,255,255,0.7),
				1px 1px 4px rgba(0,0,0,0.3), 
				1px 1px 2px rgba(0,0,0,0.5),
				1px 1px 1px rgba(0,0,0,0.7);
}
.tagText.striebroGuma {
	color: 		#a2a2a2;
	text-shadow:-1px -1px 4px rgba(255,255,255,0.3), 
				-1px -1px 2px rgba(255,255,255,0.5), 
				-1px -1px 1px rgba(255,255,255,0.7),
				1px 1px 4px rgba(0,0,0,0.3), 
				1px 1px 2px rgba(0,0,0,0.5),
				1px 1px 1px rgba(0,0,0,0.7);
}

.tagText.cierna {
	color: 		#191919;
	text-shadow:-1px -1px 4px rgba(255,255,255,0.3), 
				-1px -1px 2px rgba(255,255,255,0.3), 
				-1px -1px 1px rgba(255,255,255,0.5),
				1px 1px 4px rgba(0,0,0,0.5), 
				1px 1px 2px rgba(0,0,0,0.5),
				1px 1px 1px rgba(0,0,0,0.7);
}
.tagText.zlata {
	color: 		#d6c875;
	text-shadow:-1px -1px 4px rgba(255,255,255,0.3), 
				-1px -1px 2px rgba(255,255,255,0.3), 
				-1px -1px 1px rgba(255,255,255,0.7),
				1px 1px 4px rgba(0,0,0,0.3), 
				1px 1px 2px rgba(0,0,0,0.5),
				1px 1px 1px rgba(0,0,0,0.5);
}
.tagText.left {
	text-align: left;
}
.tagText.center {
	text-align: center;
}
.tagText.right {
	text-align: right;
}
.tagText {
	position:absolute;
	width: 210px;
	height: 115px;
	font-family: PrestigeEliteStd, courier, monospace;
	font-weight: bold;
	text-transform: uppercase;	
	white-space: pre;
	/*IE Fallback - Black text, no emboss */
	_color: #FFF;
	*color: #FFF;
	color\9: #FFF;
}
input.tagInputField {
	width:100%;
}

/* ============ Defining emboss size for different row styles ======= */
.tagText.rows4 {
	margin-left: 50px;
	margin-top: 40px;
	width: 225px;
	line-height: 25px;
	font-size: 23px;
	letter-spacing: 0.5px;
}
.tagText.rows5 {
	margin-left: 60px;
	margin-top: 35px;
	width: 210px;
	line-height: 23px;
	font-size: 21px;
	letter-spacing: 0px;
}

.orderButton {
	position:relative;
	display: inline-block;
	background-color: #d00000;
	color: #FFF;
	padding: 15px 30px 15px 30px;
	font-weight: normal;
	font-family:"Courier New", Courier, monospace;
	
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 2px;
	-webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.7);
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.orderButton:hover {
	font-weight: bold;
}
.orderButton.disabled {
	background-color:#999;
}
.editButton {
	position: relative;
	display: none;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #d00000;
	color: #FFF;
	padding: 15px 30px 15px 30px;
	font-weight: normal;
	font-family:"Courier New", Courier, monospace;
	
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 2px;
	-webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.7);
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.editButton:hover {
	font-weight: bold;
}
@media only screen and (min-width: 532px){
.div-zarovanie-textu-title{
	display:inline;
	}
}

@media only screen and (max-width: 379px){
.tagText.rows5 {
    margin-left: 60px;
    margin-top: 20px;
    width: 200px;
    line-height: 23px;
    font-size: 16px;
    letter-spacing: 0px;
}
.row-text-znamky .col-text-znamky-center br.br-hidden{
display:none;
}
	}
@media only screen and (max-width: 359px){
.tagContainer {
    margin: 0 auto;
    float: none !important;
    width: 100%;
    max-height: 180px;
}
.tagText.rows5 {
    margin-left: 50px;
    margin-top: 15px;
    width: 190px;
    line-height: 23px;
    font-size: 14px;
    letter-spacing: 0px;
}
}
@media only screen and (max-width: 349px){
.tagContainer {
    margin: 0 auto;
    float: none !important;
    width: 100%;
    max-height: 180px;
}
.tagText.rows5 {
    margin-left: 55px;
    margin-top: 15px;
    width: 180px;
    line-height: 23px;
    font-size: 14px;
    letter-spacing: 0px;
}
}
@media only screen and (max-width: 319px){
.tagContainer {
    margin: 0 auto;
    float: none !important;
    width: 100%;
    max-height: 160px;
}
.tagText.rows5 {
    margin-left: 50px;
    margin-top: 15px;
    width: 160px;
    line-height: 23px;
    font-size: 14px;
    letter-spacing: 0px;
}
	}
@media only screen and (max-width: 309px){
.tagContainer {
    margin: 0 auto;
    float: none !important;
    width: 100%;
    max-height: 150px;
}
.tagText.rows5 {
    margin-left: 55px;
    margin-top: 15px;
    width: 140px;
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 0px;
}
	}	
@media only screen and (max-width: 292px){
.tagContainer {
    margin: 0 auto;
    float: none !important;
    width: 100%;
    max-height: 130px;
}
.tagText.rows5 {
    margin-left: 50px;
    margin-top: 15px;
    width: 140px;
    line-height: 18px;
    font-size: 12px;
    letter-spacing: 0px;
}
	}
@media only screen and (max-width: 269px){
.tagContainer {
    margin: 0 auto;
    float: none !important;
    width: 100%;
    max-height: 120px;
}
.tagText.rows5 {
    margin-left: 43px;
    margin-top: 11px;
    width: 125px;
    line-height: 18px;
    font-size: 12px;
    letter-spacing: 0px;
    height: 90px;
}
	}
@media only screen and (max-width: 259px){
.tagContainer {
    margin: 0 auto;
    float: none !important;
    width: 100%;
    max-height: 120px;
}
.tagText.rows5 {
    margin-left: 40px;
    margin-top: 8px;
    width: 120px;
    line-height: 18px;
    font-size: 12px;
    letter-spacing: 0px;
    height: 88px;
}
	}
#sendEmail label{
   font-weight:bold;
}
#sendEmail input{
   width:100%;
}
#sendEmail .form-check input{
   width:auto;
}
#sendEmail textarea{
   width:100%;
   margin-left: 0px;
    margin-top: 0px;
}
.row-obchodne-podmienky h2{
   margin:20px 0;
}
/* debug */
#page1section1, #page1section2 {
	display: block;
}
#page2section1, #tagOrderSend {
	display: none;
}
.orderDetails label {
	width: 35%;
	text-align: right;
	margin-top: 8px;
	float: left;
	font-weight: bold;
}
.orderDetails input, textarea {
	margin-left: 10px;
	margin-top: 5px;
	width: 40%;
}
.postovne label {
	margin-left: 8px;
	font-weight: normal;
}
#sendEmail #podmienky {
	margin-top: 0.3rem;
}
#sendEmail ol {
	font-size: 0.9em;
}

button.orderButton {
	display: block;
	border: 0;
	cursor: pointer;
}
#sendEmail .error {
	display: block;
	color: red;
	font-size: 0.9em;
	margin-left: 10px;
	text-align: center;
	font-weight: bold;
}
.orderLoading {
	display: none;
	position: relative;
	float: right;
	margin-top: 25px;
	width: 32px;
	height: 32px;
	background: url(../img/ajax-loader.gif) no-repeat center center;
}

.idTag {
	background-color: #CCC;
	width: 230px;
	color: #000;
	font-size: 20px;
	font-family:"Courier New", Courier, monospace;
	display: block;
	padding: 10px;
	text-transform:uppercase;
}
.idTag.left {
	text-align: left;
}
.idTag.center {
	text-align: center;
}
.idTag.right {
	text-align: right;
}