/* Reset ................. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;	
}

/* radius border: 5px solid #BAD340; -moz-border-radius: 5px; */
/* blokuj skype plugin IE */
span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}
/* blokuj skype plugin FF */
.none {display:none;} /* span class none = v nom znak _ vlozeny v tel cisle blokuje skype plugin */
.block {display:block;}

:focus { outline: 0; }
body { color: black; background: white; }
/*ol, ul { list-style: none; }*/
table { border-collapse: separate; 	border-spacing: 0; }
caption, th, td { text-align: left; font-weight: 400; }

.hidden {height: 0; font-size: 0; line-height: 0; clear: both; visibility:hidden; display:none;}
.hidden p {height: 0; font-size: 0; line-height: 0; clear: both; visibility:hidden; display:none;}



body {
	color: #fff;
	font-size: 16px;
	line-height:26px;
	font-weight: 300;
	font-family: "Merriweather", sans-serif;
	text-align: center;
	background-color: #040507;
	
	background-image: url("../images/back.jpg");
	background-size: cover;      /* background-size: cover;   kľúčové pre responzivitu */
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;  /* obrázok sa nehýbe pri scrollovaní */
}

.great {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  text-align:center;
}


.colum {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px; 
	}



a, a:active, a:visited { color: #fff; text-decoration: none; }
a:hover { color: #aaa; text-decoration: underline;  }

div { text-align: left; }
img { border: none; }
input, textarea { 
	font-size: 18px; font-family: "Merriweather", sans-serif;
	color: #666; margin:1px; border: 1px solid #ddd; padding: 3px; overflow: visible; 
	background-color:#FFFFFF}
select, option { font-size: 18px; font-family: "Merriweather", sans-serif; color: #666; }
input:focus {background-color:#f5f5f5; border: 1px solid #666; }
textarea:focus {background-color:#f5f5f5; border: 1px solid #666; }

.cleaner { height: 0; font-size: 0; line-height: 0; clear: both }
.line { height: 1px; font-size: 1px; line-height: 1px; clear: both; background-color:#ddd; margin:10px 0 15px 0; }
.line1 { height: 1px; font-size: 1px; line-height: 1px; clear: both; background-color:#fff; margin:10px 0 10px 0; }

/* Headings ................. */
h1 { font-size: 18px; color: #fff; margin: 0; font-weight: 400; pADDING:25px 0 25px 0  }
h2 { font-size: 18px; color: #fff; margin: 0; font-weight: 400;  pADDING:25px 0 25px 0 }
h3 { font-size: 36px; color: #7d1c4f; margin: 0; font-weight: 400;}




.logo {padding:15px 0 15px 0}
.silver-metal02 {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #d9d9d9 25%,
    #9e9e9e 50%,
    #f5f5f5 75%,
    #bdbdbd 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    1px 1px 2px rgba(0,0,0,0.4),
    -1px -1px 1px rgba(255,255,255,0.4);
}


.silver-metal {
	
	
  position: relative;
background: linear-gradient(
    120deg,
    #ffffff 0%,
    #f7f7f7 15%,
    #e0e0e0 30%,
    #bdbdbd 45%,
    #ffffff 60%,
    #dcdcdc 75%,
    #f5f5f5 90%,
    #ffffff 100%
  );
  background-size: 300%;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow:
    1px 1px 3px rgba(0,0,0,0.45),
    -1px -1px 2px rgba(255,255,255,0.6);

 animation: silverShine 5s linear infinite;
}

@keyframes silverShine {
  0% {
    background-position: 0% 50%;
    filter: brightness(2);
  }
  50% {
    background-position: 100% 50%;
    filter: brightness(1.00);
  }
  100% {
    background-position: 0% 50%;
    filter: brightness(2);
  }
}








.pad15 {
	padding-top:20px;
	padding-bottom:20px;
}	


.fontArya { font-family: "Arya", sans-serif;}

#menu {color:#fff;}

#menu a, #menu a:active, #menu a:visited { color: #fff; text-decoration: none; 
	display:inline-block;
	}
#menu a:hover { color: #f6d300;text-decoration: none;  }


.left {float:left; display:inline}
.right {float:right; display:inline}
.TextRight {text-align:right;}
.TextCenter {text-align:center;}
.TextJustify {text-align:justify;}
/*
FIALOVA: #7d1c4f
ZLTA:    #f6d300
*/
.underline {font-weight:800; font-size:20px;
	text-decoration: underline;
	}


#page { }

#page h2 { font-size: 58px; 
	padding:20px 0 20px 70px;
	background-image: url(../images/labka.png);
	background-repeat: no-repeat;
	background-position: left center;
}



#page ul, ol {
	margin-left:25px;
	padding:10px 0 0 0;
	}
	
#page ul li, ol li {
	padding:5px 0 5px 0;
	}
	
#page ul.minusky {
	list-style-type:lower-alpha;
	font-weight:800;
	}
#page ul.bodky {
	list-style-type:square;
	font-weight:800;
	color:#fff;
	}
#page ul.cisla {
	list-style-type:decimal;
	font-weight:800;
	}
#page ul li span, ol li span
	{
	font-weight:400;
	color:#fff;
	}








.kruh {border-radius: 50%;}
.meno {
	background:#7d1c4f;
	color:#fff;
	font-size:24px;
	padding:20px;
	margin:20px 0 20px 0;
}
.meno span { font-weight:700;}



h1 { 
	margin-bottom:15px;
}


.gradient {
	height:37px;
	display:block;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: center;
	
}

a.btnFialova , a.btnFialova:active, a.btnFialova:visited { 
	font-size:18px;
	min-width:125px;
	background-color:#7d1c4f;
	font-weight:700;
	color: #fff;
	border-radius: 10px;
	border-bottom:5px solid #f6d300;
	text-decoration: none;
	margin:15px 0 15px 0;
 }
a.btnFialova:hover, a.btnFialova:focus { 
	background-color:#581438;
	color: #fff;text-decoration: none;  }


.radiusFull {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.radius {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.na {display:block; text-align:center; 
	background-color:#7d1c4f;
	color:#fff;
	padding:10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}


.kontakty {padding:8px 0px 10px 10px}


	
	
.zoom:hover {
	display:block;
opacity: 0.8; 
transition: transform .5s ease;
transform: scale(1.1); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.galeria {
	margin: 0 10px 10px 0;
	border-radius: 10px;
}

.galeria2 {
	margin: 0 30px 30px 0;
}

a.pdf, a.pdf:active, a.pdf:visited { 
	display: block;
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	background-position:left center;
	color: #7d1c4f; text-decoration: none; 
	padding:15px 0 15px 40px;
	margin:0 0 5px 0;
	border-bottom:1px solid #ddd;
	
	}
a.pdf:hover { 
		color: #222;
		text-decoration: underline;  }

a.doc, a.doc:active, a.doc:visited { 
	display: block;
	background-image: url(../images/doc.png);
	background-repeat: no-repeat;
	background-position:left center;
	color: #7d1c4f; text-decoration: none; 
	padding:15px 0 15px 40px;
	margin:0 0 5px 0;
	border-bottom:1px solid #ddd;
	
	}
a.doc:hover { 
		color: #222;
		text-decoration: underline;  }




#footer {
	color:#fff;
	background-color: #222;
	background-image: url(../images/srst.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin:15px 0 0 0;
	padding:25px 15px 25px 15px;
	font-size:14px;
}

#footer a, #footer a:active, #footer a:visited { color: #fff; text-decoration: none; }
#footer a:hover { color: #ddd;text-decoration: underline;  }

.size {font-size:22px;font-family: "Arya", sans-serif; }


/*MENU MOBILE*/
.menuABC2 {background-color:#7d1c4f}
ul.menuMobile {
	text-decoration: none;
	color:#fff;
}

ul.menuMobile li a, ul.menuMobile li a:active, ul.menuMobile li a:visited {
		font-size:22px;
		display:block;
		padding:1rem;
		color: #fff; 
		text-decoration: none; 
		}
ul.menuMobile li a:hover, ul.menuMobile li a:focus {
		text-decoration: none;  
		white-space: nowrap;
		background: #7d1c4f;
		color:#f6d300;
		}
		
		
ul.menuMobile li a.aktivna, ul.menuMobile li a.aktivna:active, ul.menuMobile li a.aktivna:visited { 
color: #f6d300; text-decoration: none; background-color: #5b153a;}
ul.menuMobile li a.aktivna:hover, ul.menuMobile li a.aktivna:focus {
		font-size:22px;
		color: #f6d300;
		text-decoration: underline;  
		white-space: nowrap;
		background: #5b153a;
		}
		
ul.menuMobile li:focus {
		font-size:18px;
		color: #f6d300;
		text-decoration: underline;  
		white-space: nowrap;
		background: #5b153a;
		}
		
		
		
ul.menuMobile li ul li a, ul.menuMobile li ul li a:active, ul.menuMobile li ul li a:visited { 
color: #fff; text-decoration: none; background-color: #222;font-size:18px;}
ul.menuMobile li ul li a:hover, ul.menuMobile li ul li a:focus {
		font-size:18px;
		color: #f6d300;
		text-decoration: underline;  
		white-space: nowrap;
		background: #5b153a;
		}




/*droipdown MENU */
.dropdownmenu ul {
	margin: 25px 0 0 0;
	padding: 0;
}

.dropdownmenu ul li ul {
	margin: 15px 0 0 0;
	padding: 0;
}


.dropdownmenu li {
	margin: 0;
	padding: 0;
}
.dropdownmenu ul {
	background: transparent;
	list-style: none;

}
.dropdownmenu li {
	display: inline-block;
	position: relative;
	width:auto;
	
}
.dropdownmenu  a, .dropdownmenu  a:active, .dropdownmenu  a:visited {
	font-size:22px;
	background: transparent;
	color: #FFFFFF;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.dropdownmenu  a:hover, .dropdownmenu li a.aktivna {
	border-radius: 10px;
	background: #7d1c4f;
	border-bottom:5px solid #f6d300;
	text-decoration: none;
	
}
#submenu {

	left: 0;
	opacity: 0;
	position: absolute;
	top: 35px;
	visibility: hidden;
	z-index: 1;
	color: #7d1c4f;
}
li:hover ul#submenu {
	border-radius: 10px;
	opacity: 1;
	top: 40px;	/* adjust this as per top nav padding top & bottom comes */
	visibility: visible;
	
}
#submenu li {
	float: none;
	width: 100%;
	white-space: nowrap;
	text-align:left;
}

#submenu a, #submenu  a:active, #submenu  a:visited {
	color: #7d1c4f;
	padding: 10px 25px;
	font-size:16px;
	background: #fff;
	border-bottom:1px solid #f6d300;
	width: 100%;
	border-radius: 5px;
}
#submenu a:hover, #submenu a:focus  {
	background: #7d1c4f;
	color: #fff;
	border-radius: 5px;
}

.sv {padding:0 5px 0 5px;}



.error_string {
	margin:10px 0 10px 0;
	padding:10px;
	color:#fff;
	background-color:#BA0848;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(border-radius.htc);
	font-weight:700;
	}







a.scrollToTop {
	font-size:12px;
	width: 50px;
    height: 50px; 
	padding:20px 10px ; 
	text-align:center; 
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:20px;
	right:20px;
	display:none;
    background-image: url(../images/arrow_totop.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #7d1c4f;
	border-radius: 5px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.scrollToTop:hover{
	text-decoration:none;
}
