@font-face {
    font-family: 'Din';
    src: url('DINRegularAlternate.ttf');
        font-family: 'Youth';
    src: url('Youth.ttf');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
* {
  margin: 0;
  padding: 0;
  border: 0;
}
*, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6,p {
	font-size:100%;
	font-weight:normal;
}

/* General Demo Style */
body{

	background: #fff;
	min-height: 100%;
	width: 100%;
	overflow-x: hidden


}
.center{
text-align: center
}
a{
	color: #333;
	text-decoration: none;
	display: inline-block
}
.page p{
padding-bottom: 20px
}
p{
	color: #333;
	font-size: 16px;
	line-height: normal;
    font-family: 'Din', Arial, sans-serif;
}
p a{
text-decoration: underline;
  cursor: pointer;
    display: inline-block;
    position: relative;
    line-height: 16px;
}
.both{
	clear: both
}


/* hlavicka */
div#head{
	left: 0px;
	top: 0px;
	height: 80px;
  width: 100%;
	border-bottom: solid 0.5px rgba(255,255,255,.50);
	position: absolute;
	text-align: right;

	z-index: 4

}
div#head.ostatni{
	left: 0px;
	top: 0px;
	height: 200px;
  width: 100%;

	position: relative;
	text-align: right;
	background: url( "../modules/slides/images/AdobeStock_77572731.jpeg");
	background-size: cover;
    background-position: 0% 0%;
	border: none;
	z-index: 4

}


div#head.ostatni:after {
    content: '';
    background: transparent url(../modules/slides/images/pattern.png) repeat bottom right;
	position: absolute;
    width: 100%;
    height: 100%;
	top: 0px;
    left: 0px;
	z-index: 0
}


div#head.ostatni .nadpis {
 
	    position: absolute;
	text-align: center;
    width: 100%;
    height: 80px;
	z-index: 2;
	top: 80px;
	left: 0px
} 
div#head.ostatni .nadpis:after {
    content: '';
	border-top: solid 0.5px rgba(255,255,255,.5);
	  position: absolute;
    width: 100%;
    height: 0.5px;
	z-index: 2;
	top: 0px;
	left: 0px
} 

div#head.ostatni .nadpis h1{
 
  font-family: 'Youth', Arial, sans-serif;
    font-size: 40px;
	color: rgba(255,255,255,1.00);
	padding-top: 20px;
	padding-bottom: 15px
} 
@media screen and (max-width: 600px) { 
div#head.ostatni .nadpis h1{
 
  font-family: 'Youth', Arial, sans-serif;
    font-size: 29px;
	color: rgba(255,255,255,1.00);
	padding-top: 20px;
	padding-bottom: 15px
} 
}

div#head.ostatni .nadpis p{
	 text-align: center;
	 width: 100%;
  
	 position: relative;
font-size: 16px;
	 color: rgba(255,255,255,1.00);
	 font-family: "Din", sans-serif;
	 line-height: 1.5em;
} 

div#head.ostatni .nadpis p a{
	display: inline-block;
	 color: rgba(255,255,255,1.00);
} 

div#head.ostatni .nadpis p a:hover{
	text-decoration: underline
} 

/* logo */

div#head .logo{
    height: 40px;
  width: 123px;
  display: block;
  position: absolute;
	left: 20px;
	top: 20px;
  z-index: 10;
  text-align: left;
  background: url(logo2.svg) no-repeat;
  background-size: 123px;


}
div#head .icon90{
    height: 50px;
  width: 70px;
	
  display: block;
  position: absolute;
	left: 173px;
	top: 15px;
  z-index: 10;
  text-align: left;
  background: url(icon90.svg) no-repeat right;
  background-size: 50px;
	opacity: 1;
	border-left: solid 0.5px rgba(255,255,255, .50)


}


div#head .logo span{
  position: absolute;
  text-indent: -9999px;
}
/* hlavicka */
div.submenu{
	right: 0px;
	bottom: 0px;
	width: 200px;
	height: 100vh;
	position: absolute;
	z-index: 3;

}
div.submenu a{

	border-radius: 50%;
	width: 200px;
	height: 200px;
	display: block;
	position: absolute;
	-webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

div.submenu a.hunting{
	background-color: rgba(156,70,0,.70);
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	color: rgba(255,255,255,1.00);
	
}

div.submenu a.nature{
	background-color: rgba(64,89,26,.70);
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	color: rgba(255,255,255,1.00);

}
div.submenu a.tactical{
	background-color: rgba(45,59,107,.70);
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	color: rgba(255,255,255,1.00);

}
/*
div.submenu a.hunting{
right: 240px;
bottom: 20px;
	
}

div.submenu a.nature{
right: 130px;
bottom: 20px;
}
div.submenu a.tactical{

right: 20px;
bottom: 20px;
}

*/


 .hunting_pozadi, 
 .nature_pozadi, 
 .tactical_pozadi

{
width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 1;
	 -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
	 opacity: 0

}
 .hunting_pozadi.ukazat,
 .nature_pozadi.ukazat,
 .tactical_pozadi.ukazat

{

    background-position: 50% 50%;
width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 2;
	 -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
	 opacity: 1
}
 .hunting_pozadi.ukazat:after{
	 content: "";
	 
	 filter: brightness(40%) blur(10px);
background-image: url( "../modules/slides/images/1.jpg");
	 background-size: cover;
    background-position: 50% 50%;
width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 1;
	 -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
	 opacity: 1
}

 .nature_pozadi.ukazat:after{
	 content: "";
	 
	 filter: brightness(40%) blur(10px);
background-image: url( "../modules/slides/images/2.jpg");
	 background-size: cover;
    background-position: 50% 50%;
width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 1;
	 -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
	 opacity: 1
}
 .tactical_pozadi.ukazat:after{
	 content: "";
	 
	 filter: brightness(40%) blur(10px);
background-image: url( "../modules/slides/images/3.jpg");
	 background-size: cover;
    background-position: 50% 50%;
width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 1;
	 -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
	 opacity: 1
}


 .hunting_pozadi .circle{
    left: -100%;
   
    width: 60vh;
    height: 60vh;
    border-radius: 50%;
    background-color: rgba(156,70,0,.70);
    position: absolute;

    z-index: 2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    top: 20%;
	 opacity: 0;

}
 .hunting_pozadi.ukazat .circle{
    left: 10%;
      width: 30vw;
    height: 30vw;
    border-radius: 50%;
    background-color: rgba(156,70,0,.70);
    position: absolute;

    z-index: 2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    top: 20%;
	 opacity: 1;

}

 .nature_pozadi .circle{
    left: -100%;
   
    width: 60vh;
    height: 60vh;
    border-radius: 50%;
    background-color: rgba(64,89,26,.70);
    position: absolute;

    z-index: 2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    top: 20%;
	 opacity: 0;

}
 .nature_pozadi.ukazat .circle{
    left: 10%;
      width: 30vw;
    height: 30vw;
    border-radius: 50%;
    background-color: rgba(64,89,26,.70);
    position: absolute;

    z-index: 2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    top: 20%;
	 opacity: 1;

}

 .tactical_pozadi .circle{
    left: -100%;
   
    width: 60vh;
    height: 60vh;
    border-radius: 50%;
    background-color: rgba(45,59,107,.70);
    position: absolute;

    z-index: 2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    top: 20%;
	 opacity: 0;

}
 .tactical_pozadi.ukazat .circle{
    left: 10%;
      width: 30vw;
    height: 30vw;
    border-radius: 50%;
    background-color: rgba(45,59,107,.70);
    position: absolute;

    z-index: 2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    top: 20%;
	 opacity: 1;

}


.tlall{
    left: 0%;
      width: 0%;
    height: 0%;
    position: absolute;

    z-index: 0;

    top: 0%;
}
 .ukazat .tlall{
    left: 0%;
      width: 100%;
    height: 100%;
    position: absolute;

    z-index: 20;

    top: 0%;
}
 .tl{
	 margin-top: 10px;
	 padding-top: 10px;
	 color: rgba(255,255,255,1.00);
	 border-top: solid 1px rgba(255,255,255,1.00);
	 display: inline-block;
	
}
 .hunting_pozadi img{
    left: -100%;
	 width: 50%;
	 height: auto;
    position: absolute;

    z-index: 3;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    top: 20%;
	 opacity: 1;

}
 .hunting_pozadi.ukazat img{
    left: 10%;
	 width: 50%;
	 height: auto;
    position: absolute;

    z-index: 3;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    top: 14%;
	 opacity: 1;

}

 .nature_pozadi img{
    left: -100%;
	 width: 40%;
	 height: auto;
    position: absolute;

    z-index: 3;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    top: 10%;
	 opacity: 1;

}
 .nature_pozadi.ukazat img{
    left: 17%;
    width: 40%;
    height: auto;
    position: absolute;
    z-index: 3;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    top: 10%;
    opacity: 1;

}
 .tactical_pozadi img{
    left: -100%;
	 width: 40%;
	 height: auto;
    position: absolute;

    z-index: 3;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    top: 14%;
	 opacity: 1;

}
 .tactical_pozadi.ukazat img{
    left: 17%;
    width: 40%;
    height: auto;
    position: absolute;
    z-index: 3;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    top: 14%;
    opacity: 1;

}




@media screen and (max-width: 1040px) { 
.tactical_pozadi.ukazat .circle,
.hunting_pozadi.ukazat .circle,
.nature_pozadi.ukazat .circle
{
    left: 10%;
    width: 60vw;
    height: 60vw;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    top: 20%;
    opacity: 1;
}
	
 .tactical_pozadi.ukazat img
	
	{
    left: 10%;
    width: 60%;
    height: auto;
    position: absolute;
    z-index: 3;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    top: 14%;
    opacity: 1;

}
 .hunting_pozadi.ukazat img
	
	{
    left: 10%;
    width: 70%;
    height: auto;
    position: absolute;
    z-index: 3;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    top: 14%;
    opacity: 1;

}
	 .nature_pozadi.ukazat img
	
	{
    left: 15%;
    width: 60%;
    height: auto;
    position: absolute;
    z-index: 3;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    top: 12%;
    opacity: 1;

}
}
.ukazat .circle h2{
    left: 0%;
	 text-align: center;
	 width: 100%;
  
 padding-top: 50%;
	 position: relative;
font-size: 50px;
	 padding-bottom: 20px;
	 color: rgba(255,255,255,1.00);
	 font-family: "Youth";
    z-index: 2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   
	 opacity: 1;

}


 .ukazat .circle p{

	 text-align: center;
	 width: 100%;
  
	 position: relative;
font-size: 20px;
	 color: rgba(255,255,255,1.00);
	 font-family: "Din", sans-serif;
	 line-height: 1.5em;
    z-index: 2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   
	 opacity: 1;

}




div.submenu a{
	cursor: pointer
}
div.submenu a.hunting{
right: 20px;
top: 250px;	
}

div.submenu a.nature{
right: 20px;
top: 350px;
}
div.submenu a.tactical{

right: 20px;
top: 450px;
}


div.submenu a.hunting:hover, 
div.submenu a.nature:hover, 
div.submenu a.tactical:hover

{
	 transform: scale(1.2);
	-webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
div.submenu a.hunting.ukazat, 
div.submenu a.nature.ukazat, 
div.submenu a.tactical.ukazat

{
	 transform: scale(1.2);
	border: solid 1px rgba(255,255,255,1.00);
	background-color: transparent
	
}
div.submenu a.hunting span, 
div.submenu a.nature span, 
div.submenu a.tactical span

{
	position: absolute;
	bottom: 15px;
	left: 0px;
	width: 100%;
	font-size: 13px;
	text-align: center;
	font-family: "Youth";
}

div.submenu a.hunting:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	 -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
          filter: invert(100%);
background: url(deer.svg) no-repeat top center;
    background-size: 17px;
    top: 8px;
}
div.submenu a.nature:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	 -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
          filter: invert(100%);
background: url(bird.svg) no-repeat top center;
    background-size: 35px;
    top: 8px;
}

div.submenu a.tactical:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	 -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
          filter: invert(100%);
background: url(soldier.svg) no-repeat top center;
    background-size: 27px;
    top: 8px;
}




div.social{
position: absolute; 
	bottom: 0px;
	z-index: 3;
	text-align: right;
	height: 80px;
	width: 100%;
		border-top: solid 0.5px rgba(255,255,255,.50)
}




div.social a{
	border-radius: 50%;
	display: inline-block;
	color: rgba(0,0,0,1.00);
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: 25px;
	text-align: center;
	margin-right: 10px;
	position: relative;
	background-color: rgba(255,255,255,.90)

}
div.social a:nth-last-of-type(1){
	display: inline-block;
	margin-right: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: relative;
}




div.submenu2

{
	position: absolute;
	left: 10%;
	bottom: 100px;
	z-index: 1;
}
div.submenu2 a

{
	width: 120px;
	height: 120px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
	background-color: rgba(255,255,255,.8);

}
/*
div.submenu2 a.zaruka

{
background-image: url("../images/zaruka.jpg");
	 background-size: cover;
    background-position: 50% 50%;
}
div.submenu2 a.lokator

{
background-image: url("../images/dealer.jpg");
	 background-size: cover;
    background-position: 50% 50%;
}
*/
div.submenu2 a:hover

{
	 transform: scale(1.1);
	-webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;

}
div.submenu2 a span

{
	position: absolute;
	bottom: 25px;
	left: 10%;
	width: 80%;
	font-size: 15px;
	text-align: center;
	font-family: "Youth";
}
div.submenu2 a i

{
	position: absolute;
	top: 25px;
	left: 0%;
	width: 100%;
	font-size: 30px;
	text-align: center;
	
}
@media screen and (max-width: 700px) { 
div.submenu2

{
	position: absolute;
	left: 0%;
	width: 100%;
	bottom: 100px;
	z-index: 1;
	text-align: center
}
div.submenu2 a

{
	width: 100px;
	height: 100px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 50%;

}	
div.submenu2 a span

{
	position: absolute;
	bottom: 20px;
	left: 10%;
	width: 80%;
	font-size: 14px;
	text-align: center;
	font-family: "Youth";
}
div.submenu2 a i

{
	position: absolute;
	top: 20px;
	left: 0%;
	width: 100%;
	font-size: 25px;
	text-align: center;
	
}
}	

@media screen and (max-width: 600px) { 
.tactical_pozadi.ukazat .circle,
.hunting_pozadi.ukazat .circle,
.nature_pozadi.ukazat .circle
{
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 0%;
    position: absolute;
    z-index: 2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    top: 0%;
    opacity: 1;
}
.tactical_pozadi .circle,
.hunting_pozadi .circle,
.nature_pozadi .circle
{
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 0%;
    position: absolute;
    z-index: 2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    top: 0%;

}
.ukazat .circle h2{
    left: 10%;
	 text-align: left;
	 width: 100%;
  
 padding-top: 70%;
	 position: relative;
font-size: 40px;
	 padding-bottom: 20px;
	 color: rgba(255,255,255,1.00);
	 font-family: "Youth";
    z-index: 2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
   
	 opacity: 1;

}
	.ukazat .circle p{
    left: 10%;
	 text-align: left;
		width: 60%
}

div.social {
    position: absolute;
    bottom: 0px;
    z-index: 3;
    text-align: center;
    height: 80px;
    width: 100%;
    border-top: solid 0.5px rgba(255,255,255,.50);
}
}

div#paticka{
	left: 0px;
	bottom: 0px;
	padding-top: 40px;
	min-height: 240px;
  width: 100%;

	position: relative;
	text-align: right;
	background: url( "../modules/slides/images/AdobeStock_77572731.jpeg");
	background-size: cover;
        background-position: 0% 100%;
	border: none;
	z-index: 4

}


div#paticka .logo{
    height: 26px;
  width: 80px;
  display: block;
	position: relative;
	float: left;
  z-index: 10;
  text-align: left;
  background: url(logo2.svg) no-repeat;
  background-size: 80px;


}
div#paticka .icon90{
    height: 26px;
  width: 36px;
	margin-left: 10px;
	
  display: block;
  position: relative;
	float: left;
  z-index: 10;
  text-align: left;
  background: url(icon90.svg) no-repeat right;
  background-size: 26px;
	opacity: 1;
	border-left: solid 0.5px rgba(255,255,255, .50)


}


div#head .logo span{
  position: absolute;
  text-indent: -9999px;
}
#paticka div.social{
position: relative; 
	bottom: 0px;
	z-index: 3;
	text-align: right;
	height: 80px;
	width: 100%;
		border-top: solid 0.5px rgba(255,255,255,.50)
}
div#paticka div.pattext



{
	position: relative;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	color: rgba(255,255,255,1.00);
	width: 33%;
	float: left;
	z-index: 3

}

div#paticka div.pattext h2

{
	 font-family: "Youth";
	font-size: 24px;
	color: rgba(255,255,255,1.00);
	padding-bottom: 10px


}
div#paticka div.pattext p

{
	position: relative;
	font-family: "Din", sans-serif;
	font-size: 16px;
    font-size: 13px;
    line-height: 1.5em;
	color: rgba(255,255,255,1.00);


}
div#paticka div.submenu2
{
	position: relative;
	width: 60%;
	bottom: auto;
	margin-top: 20px;
	margin-right: 20px;
	left: auto;
	float: right; 
	z-index: 1;
	text-align: right
}


@media screen and (max-width: 600px) { 
	div#paticka div.pattext
{
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
	color: rgba(255,255,255,1.00);
	width: 100%;
	float: none;
	z-index: 3

}
	div#paticka div.submenu2
{
	position: relative;
	width: 100%;
	bottom: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-right: 0px;
	left: auto;
	float: none; 
	z-index: 1;
	text-align: center
}
}	
	

div#paticka div.submenu2 a

{
	width: 100px;
	height: 100px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 50%;

}	
div#paticka div.submenu2 a span

{
	position: absolute;
	bottom: 20px;
	left: 10%;
	width: 80%;
	font-size: 14px;
	text-align: center;
	font-family: "Youth";
}
div#paticka div.submenu2 a i

{
	position: absolute;
	top: 20px;
	left: 0%;
	width: 100%;
	font-size: 25px;
	text-align: center;
	
}


div#paticka:after {
    content: '';
    background: transparent url(../modules/slides/images/pattern.png) repeat bottom right;
	position: absolute;
    width: 100%;
    height: 100%;
	top: 0px;
    left: 0px;
	z-index: 0
}
div.page {
	position: relative;
	width: 90%;
	max-width: 1360px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 60vh
}

/* soubory */
div.soubornormal{
    width: 240px;
    height: 240px;
    background-color: #ECECEC;
    display: inline-block;
    vertical-align: top;
    float: none;
    /* margin-left: 5px; */
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    margin-right: 20px;
    text-align: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

div.soubornormal p
{
  position: relative;
  color: #000000;

  font-size: 16px;
	line-height: 1.5em;
	font-family: "Din", sans-serif;
  text-transform: none;
  margin-top: 100px;
  display: inline-block;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 20px;
  min-height: 50px;
  text-align: center;

}
div.soubor p::after, div.soubornormal p::after{
  content: "";
  width: 50px;
  height: 50px;
  background: url(059-file.svg) no-repeat;
  
  background-size: 50px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  top: -60px;
}




 div.soubor a,   div.soubornormal a{
  background-color: #000000;
	 border: solid 1px rgba(0,0,0,1.00);
    display: inline-block;

    height: 40px;
	 width: 40px;

    text-transform: uppercase;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    font-weight: 500;


    bottom: -50px;
    left: 0px;
 -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
        color: #ffffff;
    
        z-index: 10;
        border-radius: 50%



}


div.soubor a:hover,  div.soubornormal a:hover{

color: rgba(0, 0, 0, 1);

 -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
		 border: solid 1px rgba(0,0,0,1.00);

background: rgba(255, 255,255, 1); /* Old browsers */



}


div.clear{
	clear: both
}

.mapa {
    width: 100%;
    position: relative;
  
    /* max-height: 850px; */
    overflow: visible;
    max-height: none;
	margin-top: -300px
}
div.text_mapa {
	position: relative;
	left: 10%;
	margin-top: 40px;
	z-index: 2
}
.mapa .pozadi img {
    width: 70%;
    height: auto;
	opacity: 1
}




.mapa::before {
    content: "";
    height: 20%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.mapa::after {
    content: "";
    height: 20%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.mapa .pozadi {
    width: 120%;
    position: relative;
    left: 15%;
    top: 0px;
}
.mapa .pozadi::after {
    content: "";
    width: 20%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.mapa .pozadi::before {
    content: "";
    width: 20%;
    position: absolute;
    right: 25%;
    top: 0px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

 div.texty h2{
font-family: "Youth", Arial;
font-size: 26px;
	margin-bottom: 20px;
	line-height: 1.5em
}

 div.texty h3{
font-family: "Youth", Arial;
font-size: 20px;
	line-height: 1.5em
}

 div.texty p{
font-family: "Din", sans-serif;
font-size: 16px;
	line-height: 1.5em;
	padding-bottom: 20px;
}

.mapa .mesto{
position: absolute;
    left: 28%;
    top: 35%;
    width: 20%;
    height: 20%;
    background: url(maps.png) no-repeat;
    background-size: 20%;
	z-index: 3
		
}

@media screen and (max-width: 800px) { 
div.text_mapa {
	position: relative;
	left: 20px;
	float: left;
	margin-top: 40px;
	z-index: 2
}
.mapa .mesto {
    position: absolute;
    left: 48.5%;
    top: 40%;
    width: 20%;
    height: 20%;
    background: url(maps.png) no-repeat;
    background-size: 20%;
}
.mapa {
    width: 100%;
    position: relative;
  
    /* max-height: 850px; */
    overflow: hidden;
	float: left; 
    max-height: none;
	margin-top: 0px
}
	.mapa .pozadi {
    width: 100%;
    position: relative;
    left: 0%;
    top: 0px;
}
.mapa .pozadi img {
    width: 120%;
    height: auto;
	opacity: 1
}
.mapa .pozadi::before {
    right: 0%;
}
}
