@import url('https://fonts.googleapis.com/css?family=Fira+Sans');

html {
  touch-action: manipulation;
}

body
{
	font-family: 'Fira Sans', sans-serif;
	font-size: 12pt;
	background: #F0F0F0 url('img/_pozadie.png');
	margin:0px;
	
	-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

*:focus {
    outline: none;
}

* {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}
a {
    -webkit-transition: background-position 1ms linear;
    -moz-transition: background-position 1ms linear;
    -o-transition: background-position 1ms linear;
    transition: background-position 1ms linear;
}
 
svg{
	    margin-top: 50px;
	    margin-left: 10px;
}

#loader
{
	position: fixed;
    width: 200px;
    height: 150px;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -100px;
    background: #fff;
    text-align: center;
    z-index: 99999999;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #888888;
}
	#loader img
	{
		margin-top: 45px;
	}
	#loader span
	{
		display: block;
		margin-top: 15px;
		margin-bottom: 10px;
	}

#logWin 
{
	font-size: 18pt;
}
	#logWin #heslo
	{
		font-size: 18pt;
		padding: 4px;
	}	

#menu ul
{
	position: absolute;
	top: 63px;
	left: 8px;
	width: 98%;
	height: auto;
	background: #ffffff;
	border: 1px solid #c9c9c9;
	padding: 0px;
	margin: 0px;
}
	#menu li
	{
		list-style-type: none;	
		padding: 10px;
	}
	#menu hr
	{
		margin: 20px 0px;
	}

	#Logo
	{
		width: 110px;
	    height: 70px;
	    position: absolute;
	    /* margin-top: 1px; */
	    margin-left: -55px;
	    top: 40px;
	    left: 50%;
	    z-index: 99;
	    background:url('img/logo_small.png');
	    background-repeat: no-repeat;
	}
	
	#hl
	{
		width: 300px;
    	height: 90px;	
	    position: absolute;
	    margin-left: -150px;
	    top: 140px;
	    left: 50%;
	    z-index: 99;
	    background: url(img/_headline.svg);
	    background-repeat: no-repeat;
	    background-size: cover;
	}	


.searchHld
{
    top: 280px;
    border: 0px solid red;
    position: absolute;
    width: 80%;
    left: 50%;
    margin-left: -40%;
    z-index: 9999;
}	
	.searchHld .clearInp,
	.searchHld .backInp
	{
		width: 51px;
	    height: 51px;
	    display: inline-block;
	    line-height: 50px;
	    text-align: center;
	    font-weight: bold;
	    background: #bbd9f9;
	    cursor: pointer;
	    z-index: 99;
	    float: right;
	    position: absolute;
	    margin: 0px;
    	border: 0px;
    	color: #fff;
	}
	.searchHld .clearInp
	{
	    background: #f3614a;
	    right: 189px;
	}
		.searchHld .clearInp:hover
		{
			color: #fff;
			background: #ca270d;
		}

	.searchHld .backInp
	{
	    background: #81D4FA;
	    right: 240px;
	}
		.searchHld .backInp:hover
		{
			background: #0277bd;
		}


  #status
  {
  	display: none;	
  }

	.ui-autocomplete   
	{
		background: #fff;
		height: 320px;
		width: 80%;
		overflow: scroll;
		z-index: 9999;
    	position: absolute;
    	
    	transition: all 0s linear;
	    -webkit-transition: all 0s linear;
	    -moz-transition: all 0s linear;
	    -o-transition: all 0s linear;
	}
	.ui-autocomplete .ui-menu-item
	{
		border-bottom: 1px solid #efeeee;
		font-size: 14pt;
	} 
		ul .ui-menu-item a
		{
			padding: 8px !important;
			display: inline-block;
		}

  .custom-combobox {
    position: relative;
    display: block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
  }
  .custom-combobox-input {
    width: 100%;
    display: inline-block;
    float: left;
    border-color: #d2d2d2;
    font-size: 16pt !important;
    height: 52px;
    line-height: 50px;
    background: #fff ;
    text-align: left;
    margin: 0;
    padding:0px;
    padding-left:10px;
    
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
  }
  
  	body a{color:#444;text-decoration:none}
  	body a:hover{color:#003479;text-decoration:underline}
  	fieldset{border:0}
  	input,select,textarea{font-family:inherit;font-size:inherit}
  	
  	#Info
  	{
  		top: 220px;
	    left: 50%;
	    width: 80%;
	    margin-left: -40%;
	    z-index: 99;
	    position: absolute;
	    background: #fff;
	    box-shadow: 0px 0px 15px #a2a1a1;
  	}
	  	
	  	#Info .img 
	  	{
	  		max-width: 300px;
    		height: 330px;
	  		display: inline-block;
	  		margin: 0px;
	  		margin-right: 40px;
	  		float:left;
	  	}
		  	#Info .img img 
		  	{
		  		max-width: 300px;
    			height: 330px;
		  	}
  	
  	#Pozicia
  	{
  		color: #fff;
  		background: #003a78;
	    width: 50%;
	    height: auto;
	    padding: 15px 20px;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    font-size: 24px;
	    line-height: 36px;
	    float: left;
	    cursor:pointer;
  	}
	  	#Pozicia b
	  	{
	  		font-size: 30px;
		    overflow: hidden;
		    display: inline-block;
		    width: 200px;
		    height: 30px;
	  	}
	  	#Pozicia span
	  	{
	  		font-size: 22px;
		    display: block;
		    position: absolute;
		    width: 120px;
		    height: 120px;
		    line-height: 30px;
		    text-align: center;
		    background: #f3614a;
		    border-radius: 150px;
		    padding-top: 30px;
		    left: 50%;
		    margin-left: -60px;
		    margin-top: -20px;
		    -moz-box-sizing: border-box;
		    -webkit-box-sizing: border-box;
		    box-sizing: border-box;
		    box-shadow: 0px 0px 7px #464545;
	    }
	.eshop
	{
		background: #f3614a;
	    color: #ffffff;
	    width: 250px;
	    height: 100px;
	    line-height: 65px;
	    font-size: 20px;
	    text-align: center;
	    float: right;
	}
		.eshop:hover
		{
			text-decoration: none;
			color: #fff;
			background: #ca270d;
		}
		
	.predpredaj
	{
		color: #25782c;	
	}	
  	#dalsiePredajne
  	{
  		color: #003a78;
	    width: 50%;
	    height: 80px;
	    padding: 15px 20px;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    font-size: 14px;
	    float: left;
	    padding-left: 80px;
	    text-transform: uppercase;
	    font-weight: bold;
	    overflow: hidden;
	    cursor:pointer;
  	}
	  	#dalsiePredajne span
	  	{
	  		display: block;
	  		padding-top: 15px;
	  		font-style: italic;
	  		font-weight: normal;
	  	}
	  	
	#predajne 
	{
	    display: block;
	    position: absolute;
	    background: #fff;
	    top: 0px;
	    left: 0px;
	    z-index: 9999999;
	    width: 100%;
	    height: 100%;
	    overflow: auto;
	    padding: 20px;
    }  	
		#predajne .closeButt
		{
			position: absolute;
		    right: 1px;
		    top: 0px;
		    float: right;
		    border-radius: 0px;
		}
	
  	.prevadzka
  	{
  		position: absolute;
	    border: 1px solid #d2d2d2;
	    width: 190px;
	    right: -1px;
	    background: #d2d2d2 url(./img/_sipka.png);
	    background-position: right 8px bottom 17px;
	    background-repeat: no-repeat;
  	} 
  	.prevadzka select 
  	{
  		background: transparent;
	    border: 0px;
	    width: 100%;
	    text-align: center;
	    height: 50px;
	    line-height: 50px;
	    font-size: 16px;
	    border-radius: 0px;
	    padding: 0px;
	    padding-left: 7px;
	    padding-right: 35px;
	    color: #fff;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
  	}
	  	.prevadzka select option
	  	{
	  		background: #989696;
	  	}
  	
	  	.prevadzka select::-ms-expand
	  	{ 
		    display: none;
		}
  	
  	.zasobaRow
  	{
  		display: inline-block;
	    width: 48%;
	    padding: 5px 0;
	    border-bottom: 1px dotted silver;
	    cursor: pointer;
	    margin-right:2%;
  	}
  		.zasobaRow:hover
  		{
  			background: rgba(13, 71, 161, 0.2);
  		}
	  	.zasobaRow span
	  	{
	  		display: inline-block;
	  	}
	  	.zasobaRow span.Predajna
	  	{
	  		width: 100%;
	  		overflow: hidden;
		    white-space: nowrap;
		    text-overflow: ellipsis;
	  	}
	  	.zasobaRow span.Zasoba
	  	{
	  		font-weight: bold;
	  		width: 14%;
	  		text-align: right;
	  		padding-right: 10px;
	  	}
  		.zasobaRow span.Pozicia
	  	{
	  		margin-top: 5px;
	  		color: #a09f9f;
	  		font-size: 14px;
	  		width: 95%;
		    height: 18px;
		    overflow: hidden;
		    white-space: nowrap;
    		text-overflow: ellipsis;
	  	}	
  	
  	div
	{
		 -moz-box-sizing: border-box;
		    -webkit-box-sizing: border-box;
		    box-sizing: border-box;
		
	}
  	
  	h1,h2,h3,h4,h5,h6{
  		color:#000;
  		font-weight:normal
  	}
  	h1{
  		font-size: 18pt;
  		width: 100%;
  		padding: 25px 0px 5px 0px;
  		font-weight: bold; 
  		color: #003a78;
  		margin:0px;
  		background:#ffffff;
  		}
  	h2{
  		font-size: 12pt;
  		margin: 0;
    	padding: 5px 0px 25px 0px;
    	background:#ffffff;
  	}
  	p
  	{
  		font-size: 28px;
  		line-height: 40px;
  		font-weight: bold;
  	}
  	hr
  	{
  		border: 0px;
  		border-top: 1px solid #C0C0C0;
  		margin: 15px 0px 5px 0px;
  	}
  
  .iHldr
  {
  		height: 330px;
  		background: #d2d2d2;
  		webkit-box-shadow: inset 80px 60px 60px 19px rgba(153,150,153,1);
	    -moz-box-shadow: inset 80px 60px 60px 19px rgba(153,150,153,1);
	    box-shadow: inset 80px 60px 60px 19px rgba(153,150,153,1);
  }	
  .pInfo
  {
  	bottom: 0px;	
  }
	  .pInfo span
	  {
	  	color: #003a78;
	  	padding: 0px;
	    display: block;
	    padding-top: 20px;
	    font-size: 18px;
	  }
	  .pInfo span.cena
	  {
	  	color: #e50043;
	  }
		  .pInfo span.cena b
		  {
		  	font-size: 24px;
		  }
  
  #Ludia
  {
  	position: fixed;
    background: url(img/_ludia.png);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 70%;
    bottom: 0;
  }	
  	
  #map
  {
  		position: fixed;
  		background: #ffffff;
  		top: 0px;
  		left: 0px;
  		width: 100%;
  		height: 100%;
  		z-index: 9999999;
  		display:none;
  		overflow: auto;
  }


/* MAPA 3d */

rect { cursor: pointer; }
 	#mapMenu { 
 		height: 40px;
	    width: 100%;
	    background: #385ca0;
	    color: #fff;
	    z-index: 999;
	    position: fixed;
    	}
 	#mapMenu a,
 	.closeButt 
 	{  
	 	display: inline-block;
	    cursor: pointer;
	    width: 50px;
	    height: 50px;
	    background: #f3614a;
	    color: #fff;
	    font-weight: bold;
	    text-align: center;
	    line-height: 50px;
	    border-radius: 50px;
	    position: absolute;
	    right: 10px;
	    top: 10px;
	}
		#mapMenu a:hover, 
		.closeButt a:hover 
		{
			text-decoration: none;
		}  
 	 
	 	 #mapMenu .zoomIn
	 	 {
	 	 	background: #a09f9f;
	 	 	top: 70px;	
	 	 }
	 	 #mapMenu .zoomOut
	 	 {
	 	 	background: #a09f9f;
	 	 	top: 130px;
	 	 }
 	 
 	.body {
    	font-size: 100%;
    	font-family: verdana;
    	overflow: hidden;
	}
	
	#hn{
		color: #fff;
		font-size: 18px;
		text-align: center;
	    font-weight: bold;
	    position: fixed;
	    display: block;
	    width: auto;
	    z-index: 99999;
	    padding: 10px;
	    top: 1px;
	    left: 10px;
	}
		#hn a
		{
			color: #fff;
		}
	
	.perspective {
	    background-color: hsla(0,0%,0%,.1);
	    background-image: -webkit-linear-gradient(hsla(0,0%,50%,.1) 2.5%, transparent 2.5%, transparent 97.5%, hsla(0,0%,50%,.1) 97.5%),
	                      -webkit-linear-gradient(left, hsla(0,0%,50%,.1) 2.5%, transparent 2.5%, transparent 97.5%, hsla(0,0%,50%,.1) 97.5%);
	    background-size: 1em 1em;
	    box-shadow: 0 0 0 .1em hsla(0,0%,0%,.2);
	    /* padding: 2em; */
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    
	    -webkit-transform: rotateX(60deg) rotateZ(55deg);
	    -webkit-transform-style: preserve-3d;
	    
	    transition: none;
    	-webkit-transition: none;
	}
	.cube, .inreg
	.cube span:nth-child(2), .inreg span:nth-child(2),
	.cube span, .inreg span {
	    /* box-shadow: inset 0 0 0 .15em hsla(0,0%,25%,.1); */
	    content: '';
	    position: absolute;
	    width: inherit;
	    height: inherit;
	    
	    transition: none;
    	-webkit-transition: none;
	}
	
	.cube span:nth-child(1) { box-shadow: inset 0 0 0 20em hsla(0, 0%, 3%, 0.2); }
	.cube span:nth-child(2) { box-shadow: inset 0 0 0 20em hsla(0, 0%, 3%, 0.1); }
		
	
	/* Top */
	.cube, .inreg {
	    background: #e3e3ff;
	    position: absolute;
	    -webkit-transform: translateZ(2em);
	    -webkit-transform-style: preserve-3d;
	    
	    cursor:pointer;
	}
		.cube:hover, .inreg:hover {
			background: rgba(13, 71, 161, 0.8) !important;
		}
	.cube small, .inreg small
	{
		color: #000000;
		font-size: 10px;
		margin: 5px;
	}	
		
	/* Left */
	.cube span, 
	.inreg span 
	{
	    background-color: inherit;
	    -webkit-transform: rotateX(-90deg) translateY(2em);
	    -webkit-transform-origin: 100% 100%;
	    height:2em;
	}
	/* Right */
	.cube span:nth-child(2), .inreg span:nth-child(2) 
	{
	    background-color: inherit;
	    -webkit-transform: rotateY(90deg) translateX(2em);
	    -webkit-transform-origin: 100% 0;
	    width: 2em; 
	}
	
	.cube div, .inreg div
	{
		transform: rotate(-45deg);	
	}
	
	/* Animation */
	@-webkit-keyframes wave {
	    50% { -webkit-transform: translateZ(4.5em); }
	}
	
	
	
	.bubble {
		    white-space: pre-line;
		    background: rgba(13, 71, 161, 0.8);
		    line-height: 26px;
		    padding: 10px;
		    color: #ffffff;
		    z-index: 99999;
		}
			.bubble:after {
				content: ' ';
			    position: absolute;
			    width: 0;
			    height: 0;
			    left: 50%;
			    top: 100%;
			    margin-left: -10px;
			    border: 10px solid;
			    border-color: rgba(13, 71, 161, 0.8) transparent transparent transparent;
			}
	
	.cube.flr, .inreg.flr {
	    -webkit-transform: translateZ(0em);
	}	
		.cube.flr span, .inreg.flr span {
		    display:none;
		}
	
	
	
	.OneEm {
	    -webkit-transform: translateZ(1em);
	}	
		.OneEm span:nth-child(1) { height: 1em; -webkit-transform: rotateX(-90deg) translateY(1em); -webkit-transform-origin: 100% 100%; }	
		.OneEm span:nth-child(2) { width: 1em; -webkit-transform: rotateY(90deg) translateX(1em); }	
		
	
	.FourEm {
	    -webkit-transform: translateZ(4em);
	}	
		.FourEm span:nth-child(1) { height: 4em; -webkit-transform: rotateX(-90deg) translateY(4em); -webkit-transform-origin: 100% 100%; }	
		.FourEm span:nth-child(2) { width: 4em; -webkit-transform: rotateY(90deg) translateX(4em); }	
		
	
	
	.inreg {
	    -webkit-animation: wave 3s ease-in-out infinite;
	}	
		.bubble.inreg {
			display: inline-block !important;
		    white-space: pre-line;
		    position: absolute;
		    background: rgba(13, 71, 161, 0.8);
		    line-height: 26px;
		    padding: 10px;
		    color: #ffffff;
		}
			.bubble.inreg:after {
				content: ' ';
			    position: absolute;
			    width: 0;
			    height: 0;
			    left: 50%;
			    top: 100%;
			    margin-left: -10px;
			    border: 10px solid;
			    border-color: rgba(13, 71, 161, 0.8) transparent transparent transparent;
			}
	
	
.sel
{
	color: #f3614a !important;
}
/* MAPA 3d END */







/*  responsive css */


@media (max-width:1500px){
    
}


@media (max-width: 1150px){

	
}


@media (max-width:799px){
	
	
	
	
}

@media (max-width:700px){

	h1,h2
	{
		padding: 10px; 
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	  
	 #Logo
	 {
	 	top: 20px;
	 }
	  
	.prevadzka
	{
		position: relative;
	    display: inline-block;
	    width: 100%;
	    left: 0px;
	    margin-left: 0px;
	    height: 50px;
	} 
	
    .searchHld
    {
    	top: 200px;
    }
	.searchHld .clearInp 
	{
		right: -1px;
	}
	.searchHld .backInp 
	{
		right: 49px;
	}
	#Info {
    	top: 240px;
    }
    
    #hl
    {
    	width: 240px;
    	height: 72px;
    	top:100px;	
    	margin-left: -120px;
    }
    #Info .img
    {
    	padding-bottom: 20px;	
    }
    
    #Info .img
    {
    	width: 30%;
    	height: 100%;
    }
    #Info .img img 
    {
    	width: 100%;
    	height: auto;
    }
    .iHldr {
    	height:auto;
    	webkit-box-shadow: 	none;
	    -moz-box-shadow: 	none;
	    box-shadow: 	none;
    }
    .pInfo
    {
    	padding-bottom: 20px;
    }
    .pInfo span
    {
    	padding-left: 10px;
    }
    #Pozicia,
    #dalsiePredajne
    {
    	width: 100%;
    	height: auto;
    	padding: 20px;
    }
    #dalsiePredajne span
    {
    	display: none;
    }
    #Pozicia span
    {
    	display:none;	
    }
    
    #predajne
    {
    	display: block !important;
    	position:relative;
    }
	    #predajne .closeButt
	    {
	    	display:none;
	    }
    .zasobaRow
    { 
    	width:100%; 
    }
}


@media (max-width:570px){
	
	
	
}

@media (max-width:320px){
	
	#Info .img,
    #Info .img img 
    {
    	width: 100%;
    }
	
}
