body {
  	font-family: 'Montserrat', sans-serif;
  	padding: 0;
  	margin: 0;
  	width: 100%;
  	overflow-x: hidden;
  	color: #141414;
}

header {
	-webkit-box-shadow: 0px 10px 15px -4px #000000; 
	box-shadow: 0px 10px 15px -4px #C0C0C0;
	float: left;
	width: 100%;
	position: fixed;
	z-index: 1000;
	background-color: white;
}

.nav_wrap {
	width: 100%;
 	margin: 0 auto;
  	background: #fff;
  	font-family: 'Montserrat', sans-serif;
}

.nav_wrap .hamb {
	overflow: hidden;
	font-size:30px;
	cursor:pointer; 
	float: left; 
	margin-left: 5%; 
	margin-top: 5%
}

.nav_wrap .logo-wrap {
	float: left;
	left: 0;
	margin-top: 10%;
	padding: 1.5%;
	margin: 0;
	width: 26%;
}

.nav_wrap .logo-wrap .logo {
  padding-left: 3%;
  float: left;
  position: fixed;
  width: 20em;
}

/*Menu login*/
.nav_wrap a .login {
  list-style: none;
  text-align: center;
  float: right;
  padding-top: 0.7%;
  padding-right: 2%;
  width: 4%;
  z-index: 100000;
  position: relative;
}           

.nav_wrap ul
{
	list-style: none;
 	text-align: center;
  	float: right;
  	padding-top: 30px;
  	top: 0;
}

.sidenav .closebtn {
	visibility: hidden;
}

.nav_wrap ul li a
{
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 25px;
	margin: 0 20px;
	position: relative;
}

.nav_wrap ul li a,
.nav_wrap ul li a:after,
.nav_wrap ul li a:before {
  	transition: all .5s;
}

.nav_wrap ul li.items
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	display: inline-block;
  	padding: 3px 0;
}

.nav_wrap ul li a:hover
{
	color:  #a6ce39;
	font-weight: bold;
}

.nav_wrap ul li ul
{
	display:none;
	position:absolute;
	width: 200%;
    top: 100%;
	left:0;
	margin-top: 2%;
	padding: 0;
	text-align: left;
	overflow: visible;
	z-index: 10000;
}

.nav_wrap ul li ul li
{
	float:left;
	padding-top: 5%;
	padding-bottom: 3%;

}

.nav_wrap ul li ul li:first-child {
	padding: 0;
	margin: 0;
	padding-top: 2%;
}

.nav_wrap ul li ul li a
{
	width: auto;
	min-width: 100px;
	font-weight: normal;
	overflow: visible;
	z-index: 10000;
	margin-top: 0;
	float: left;

}

.nav_wrap ul li:hover > ul
{
	display:inherit;
	transition: all .3s ease;
	background-color: white;
	color: black;
}


/*Menu pás jednotlivě linky*/
nav ul li a {
  	display: block;
  	text-decoration: none;
  	color: #000000;
  	font-weight: bold;
  	font-size: 30px;
 	margin: 0 20px;
  	text-align: left;
}

/*Menu pás jednotlivě linky - after/berofe*/
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  	transition: width .1s;
}

/*Menu pás jednotlivě linky - hover*/
nav ul li a:hover {
  	color: #a6ce39;
  	font-weight: bold;
}

/*Menu - linka*/
nav.nav_wrap ul li a:after {
  	position: absolute;
 	bottom: -5px;
 	left: 0;
  	margin-top: 15%;
  	width: 0%;
  	float: left;
  	content: '';
  	color: transparent;
  	background: #a6ce39;
  	height: 2px; 
}

nav.nav_wrap ul li a:hover:after {
  width: 100%;
}





/*Homepage*/
.first-section {
	float: left;
	width: 100%;
	margin: 0 auto;
}

.first-section-wrap {
	width: 45%;
	margin: 0 auto;
	float: left;
	margin-left: 7%;
	margin-top: 9%;
}

.first-section-wrap .headTitle {
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 5.0em;
	float: left;
	margin-left: 10px;
	width: 100%;
	left: 0;
	padding-left: 0;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}

.first-section-wrap .info {
	font-family: 'Montserrat', sans-serif;
	float: left;
	margin-top: -70px;
	margin-left: 12px;
	font-size: 1.3em;
	letter-spacing: 2px;
}

.first-section .info p:first-child {
	font-family: 'Montserrat MEDIUM ', sans-serif;
	background: linear-gradient(300deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	color: rgb(148, 182, 60);
}

.first-section-wrap .info .info1 {
	float: left;
	text-align: left;
	width: 100%;
	font-size: 1em;
}

.first-section-wrap .info .info2 {
	float: left;
	width: 100%;
	margin-top: -10px;
	font-size: 1em;
	line-height: 30px;

} 

.first-section-wrap .button {
	margin-left: 10px;
}

.first-section-wrap .button-one {
	float: left;
	margin-top: 10%;
	width: 33%;
}

.first-section .uvodni-foto-wrap {
	float: left;
	width: 45%;
	top: 20%;
	overflow-y: auto;
	position: relative;
}

.first-section .uvodni-foto {
  	margin-right: 1%;
 	width: 95%;
 	margin-top: 25%;
 	z-index: 236;
 	float: right;
}

.first-button {
   	position: relative;
   	margin-top: 10%;
   	left: 0;
   	margin-left: 2%;
   	background: linear-gradient(300deg, rgba(177,200,0,1) 0%, rgba(134,173,28,1));
   	border: 1px solid white;
    box-shadow: 0 0 0 8px rgba(177,200,0,1);
    height: 50px;
    color: white;
    width: 300px;
    font-size: 1.5em;
    border-radius: 30px;
    z-index: 1;
    outline: none;
    cursor: pointer;
 }

 .first-button:hover {
 	background: black;
 	box-shadow: 0 0 0 8px black;
 }






.tecky1 { 
	z-index: -1;
	position: absolute;
	float: left;
	left: 0;
	margin-top: -17%;
	opacity: 0.5;
}




.second-section {
	float: left;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	margin-top: 5%;
	text-align: center;
}

.second-section .second-section-wrap {
	width: 86%;
	position: relative;
	margin: 0 auto;
}

.second-section .second-section-wrap .left {
	width: 30%; 
	left: 0;
	top: 0;
}

.second-section .second-section-wrap .centr {
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
	float: left;
	padding-top: 0.4%;
}

.second-section .second-section-wrap .right {
	width: 30%; 
	right: 0;
	float: left;
}

.second-section .second-section-wrap .sloup{
	position: absolute;
	top: 0;
	border: 0;
	line-height: 2em;
	margin-top: 0;
}


.second-section .second-section-wrap .centr img {
	width: 6em;
}

.second-section .second-section-wrap .left img {
	width: 7em;
}

.second-section .second-section-wrap .right img {
	width: 6.5em;
}

h3 {
	font-size: 35px;
	font-family: 'Montserrat', sans-serif;
 	color: rgb(166, 206, 57);
 	font-weight: bold;
  	line-height: 1.5;
  	text-align: center;
  	margin-top: 0.5em;
  	float: left;
  	width: 100%;
  	margin-bottom: 7%;
}

.txt {
	margin-top: -7%;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 30px;
	padding-top: 15px;
	float: left;
	width: 100%;
}

.second-section .second-section-wrap .ils {
	margin-top: 6%;
	width: 55%;
}





.thirt-section {
	float: left;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	margin-top: 1%;
	text-align: center;
}

.thirt-section .thirt-section-wrap {
	width: 86%;
	position: relative;
	margin: 0 auto;
}

.thirt-section .thirt-section-wrap .left {
	width: 30%; 
	left: 0;
}

.thirt-section .thirt-section-wrap .centr {
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
	padding-top: 0.2px;
}

.thirt-section .thirt-section-wrap .right {
	width: 30%; 
	right: 0;
	float: left;
}

.thirt-section .thirt-section-wrap .sloup{
	position: absolute;
	top: 0;
	border: 0;
}

h2 {
	font-size: 70px;
	font-family: 'Montserrat', sans-serif;
 	color: rgb(166, 206, 57);
 	font-weight: bold;
  	line-height: 1.3;
  	text-align: center;
}

.txt2 {
	margin-top: -20%;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 40px;
	padding-top: 8%;
}

.thirt-section .thirt-section-wrap .signature {
	text-align: right;
	font-size: 0.8em;
}





.four-section {
	float: left;
	width: 100%;
	margin: 0 auto;
	z-index: 1000;
	margin-top: 40px;
	text-align: center;
}

.four-section .four-section-wrap {
	width: 86%;
	position: relative;
	margin: 0 auto;
}

.four-section-wrap .headTitle2 {
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 4em;
	line-height: 1.2em;
	float: left;
	width: 100%;
	text-align: left;
	margin-left: 10px;
}

.four-section .four-section-wrap .box {
	width: 100%;
	float: left;
	position: relative;
	z-index: 300;
}

.four-section .four-section-wrap .box h3{
	margin-top: 2%;
	float: left;
	font-size: 2em;
	letter-spacing: 1px;
	width: 70%;
	text-align: left;
}

.four-section .four-section-wrap .box p {
	margin-top: -5%;
	text-align: left;
	margin-left: 2%;
  	font-weight: bold;
  	float: left;
  	width: 68%;
  	line-height: 30px;
}

.four-section .four-section-wrap .box .box-left {
	float: left;
	width: 45%;
}

.four-section .four-section-wrap .box .box-left .box-wrap {
	float: left;
	width: 100%;
}

.four-section .four-section-wrap .box .box-left .box-wrap p {
	font-size: 1em;
} 

.four-section .four-section-wrap .box .box-left .l2{
	margin-top: 10%;
}

.four-section .four-section-wrap .box .box-right {
	float: right;
	width: 45%;
}

.four-section .four-section-wrap .box .box-right .box-wrap {
	float: left;
	width: 100%;
}

.four-section .four-section-wrap .box .box-right .box-wrap p {
	font-size: 1em;
} 

.four-section .four-section-wrap .box .box-right .p2 {
	margin-top: 10%;
	z-index: 1;
}

.four-section .four-section-wrap .box .box-icons {
	float: left;
	width: 30%;
}

.four-section .four-section-wrap .box .icsp {
	position: relative;
	float: left;
	
}





.tecky2 { 
	z-index: 0;
	position: absolute;
	float: right;
	right: 0;
	margin-top: 20%;
	opacity: 0.5;
}





.five-section {
	float: left;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	margin-top: 5%;
	text-align: center;
	background-color: rgb(235, 235, 235);
	z-index: -10;
	padding-bottom: 5%;
	padding-top: 3%;
}

.five-section .five-section-wrap {
	width: 86%;
	position: relative;
	margin: 0 auto;
}

.five-section .five-headTitle2 {
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 4em;
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
}

.five-section-wrap .product-info {
	position: relative;
	float: left;
	margin-top: -3%;
  	font-size: 1.3em;
	font-family: 'Montserrat', sans-serif;
	color: rgb(47, 47, 47);
  	line-height: 30px;
  	text-align: left;
  	letter-spacing: 2px;
  	margin-left: 15px;
  	width: 100%;
}


.five-section .five-section-wrap .product-point-wrap {
	width: 100%;
	float: left;
}

.five-section .five-section-wrap .product-point-wrap:after {
	content: "";
 	display: inline-block;
  	clear: both;
}

.five-section .five-section-wrap .product-point-wrap .product-point {
	float: left;
  	width: 24%;
  	height: 100px;
  	margin-left: 0.2%;
}

.five-section .five-section-wrap .product-point-wrap .product-point:first-child {
  	margin-left: 1%;
}

.five-section .five-section-wrap .product-point-wrap .product-point p { 
	text-align: left;
	border-left: 3px solid black;
	padding-left: 1%;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 2;
	float: left;
}





.six-section {
	float: left;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	margin-top: 5%;
	text-align: center;
	z-index: -10;
	margin-bottom: 5%;
}

.six-section .six-section-wrap {
	width: 86%;
	position: relative;
	margin: 0 auto;
}

.six-section-wrap .headTitle2 {
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 4em;
	float: left;
	width: 100%;
	text-align: left;
	line-height: 1.1em;
}

.six-section-wrap .camera-info {
	position: relative;
	float: left;
	margin-top: -3%;
  	font-size: 1.3em;
	font-family: 'Montserrat', sans-serif;
	color: rgb(47, 47, 47);
  	line-height: 30px;
  	text-align: left;
  	letter-spacing: 2px;
  	margin-left: 10px;
  	width: 100%;
}

.six-section .cameraman {
	position: absolute;
	margin-right: 0%;
  	margin-top: 0%;
  	right: 0;
 	width: 30%;
 	z-index: -236;
 	float: right;
 	text-align: right;
}

.six-section .cameraman2 {
 	display: none;
}


.six-section .six-section-wrap .camera-sub-info  {
	width: 100%;
	float: left;
	margin-top: 15%;
	padding: 0;
}

.six-section .six-section-wrap .camera-sub-info .sloup-cam {
    width: 30%;
    float: left;
}

.six-section .six-section-wrap .camera-sub-info .sloup-cam p {
	float: left;
	margin-left: 2%;
	width: 75%;
	color: #a6ce39;
	border-top: 2px solid #a6ce39;
	transition: all 0.25s linear;
	position: relative;

}

.six-section .six-section-wrap .camera-sub-info .sloup-cam p a {
	display: block;
  	text-decoration: none;
  	color: #000000;
  	font-weight: bold;
  	font-size: 1.3em;
	text-align: left;
  	letter-spacing: 2px;
  	width: 85%;
  	margin-top: 1%;
}



.six-section .six-section-wrap .camera-sub-info .sloup-cam,
.six-section .six-section-wrap .camera-sub-info .sloup-cam p:after,
.six-section .six-section-wrap .camera-sub-info .sloup-cam p:before {
	transition: width .5s;

}

.six-section .six-section-wrap .camera-sub-info .sloup-cam p a:hover {
	color: #a6ce39
  	font-weight: bold;
}

.six-section .six-section-wrap div.camera-sub-info .sloup-cam p:before {
	bottom: -5px;
 	left: 0;
  	margin-top: -15%;
  	width: 0%;
  	float: left;
  	color: transparent;
  	background: #a6ce39;
  	height: 2px; 
  	border-top: 2px solid #a6ce39;
}

.six-section .six-section-wrap div.camera-sub-info .sloup-cam p:after {
 	bottom: -5px;
 	left: 0;
  	margin-top: -29.5%;
  	width: 0%;
  	float: left;
  	content: '';
  	color: transparent;
  	background: #a6ce39;
  	height: 2px; 
}
.six-section .six-section-wrap div.camera-sub-info .sloup-cam p:hover {
	border-top: 2px solid white;
}

.six-section .six-section-wrap div.camera-sub-info .sloup-cam p:hover:after {
	width: 75%;
}
/*
.six-section .six-section-wrap .camera-sub-info .sloup-cam p {
	float: left;
	text-align: left;
	padding: 0;
	padding-left: 0px;
	width: 80%;
	color: #a6ce39;
	border-top: 2px solid #a6ce39;
	top: -5px;
	transition: all 0.25s linear;
	position: relative;
}

.six-section .six-section-wrap .camera-sub-info .sloup-cam p:before {
	content: "";
  	display: block;
	width: 100%;
  	height: 2px;
  	background-color: #a6ce39;
  	left: 0;
  	top: 0;
  	transform-origin: left; 
  	transform: scale(0);
  	transition: 0.5s linear;
}

.six-section .six-section-wrap .camera-sub-info .sloup-cam p:hover {
	border-top: 2px solid white;
	padding-top: -4px;
	position: relative;
}

.six-section .six-section-wrap .camera-sub-info .sloup-cam p:hover:before {
	transform: scale(1);
}

.txt3 {
	text-decoration: none;
	color: black;
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 1.3em;
	pointer-events: none;
  	cursor: default;
}
*/



.seven-section {
	float: left;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	text-align: center;
	background-color: rgb(235, 235, 235);
	z-index: -10;
	padding-bottom: 3%;
}

.seven-section .seven-section-wrap {
	width: 86%;
	position: relative;
	margin: 0 auto;
}

.seven-section .headTitle2 {
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 4em;
	float: left;
	width: 100%;
	text-align: left;
	float: left;
	position: relative;
	margin-left: 10px;
	line-height: 1.2em;
	margin-top: 2%;
}

.seven-section-wrap .kurz-info {
	position: relative;
	float: left;
	width: 100%;
	margin-top: -3%;
  	font-size: 1.3em;
	font-family: 'Montserrat', sans-serif;
	color: rgb(47, 47, 47);
  	line-height: 30px;
  	text-align: left;
  	letter-spacing: 3px;
  	margin-left: 10px;
}

.second-button {
   	position: relative;
   	margin-top: 3%;
   	float: left;
   	margin-left: 1%;
   	background: linear-gradient(300deg, rgba(177,200,0,1) 0%, rgba(134,173,28,1));
   	border: 1px solid white;
    box-shadow: 0 0 0 8px rgba(177,200,0,1);
    background-color: red;
    height: 50px;
    color: white;
    width: 300px;
    font-size: 1.5em;
    border-radius: 30px;
    z-index: 1;
    outline: none;
    cursor: pointer;
 }

 .second-button:hover {
 	background: black;
 	box-shadow: 0 0 0 8px black;
 }





.eight-section {
	float: left;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	margin-top: 10%;
	text-align: center;
	z-index: -10;
	margin-bottom: 10%;
}

.eight-section .eight-section-wrap {
	width: 86%;
	position: relative;
	margin: 0 auto;
}

.eight-section-wrap .headTitle2 {
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 4em;
	float: left;
	width: 100%;
	text-align: left;
	margin-top: -5%;
	font-family: 'Montserrat', sans-serif;
	margin-left: 10px;
}

.eight-section-wrap .event-info {
	position: relative;
	float: left;
  	font-size: 1.3em;
	font-family: 'Montserrat', sans-serif;
	color: rgb(47, 47, 47);
  	line-height: 1.229;
  	text-align: left;
  	letter-spacing: 3px;
  	top: -50px;
  	margin-left: 10px;
  	line-height: 1.3em;
}

.eight-section .vr {
	position: absolute;
	margin-right: 5%;
  	margin-top: -8%;
  	right: 0; 
 	width: 35%;
 	z-index: 236;
 	float: right;
}

.eight-section .eight-section-wrap .button-eight-wrap {
	float: left;
	width: 70%;
	column-count: 3;
	margin-top: 5%;
	line-height: 70px;
	padding-right: 1%;
	text-align: left;
	margin-left: 10px;
}

.eight-section .eight-section-wrap .button-eight-wrap .butt1 {
	float: left;
}

.eight-section .eight-section-wrap .button-eight-wrap .butt2 {
	float: left;
}

.thirt-button {
   	margin-left: 1%;
   	background: linear-gradient(300deg, rgba(177,200,0,1) 0%, rgba(134,173,28,1));
   	border: 1px solid white;
    box-shadow: 0 0 0 8px rgba(177,200,0,1);
    background-color: red;
    height: 50px;
    color: white;
    width: 300px;
    font-size: 1.5em;
    border-radius: 30px;
    z-index: 1;
    outline: none;
    cursor: pointer;
}

.thirt-button:hover {
 	background: black;
 	box-shadow: 0 0 0 8px black;	
}





.tecky3 { 
	z-index: -1;
	position: absolute;
	float: left;
	left: 0;
	margin-top: -8%;
	opacity: 0.5;
}





.nine-section {
	display: none;
	float: left;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	text-align: center;
	z-index: -10;
	padding-bottom: 5%;
	background-color: rgb(235, 235, 235);
}

.nine-section .nine-section-wrap {
	width: 86%;
	position: relative;
	margin: 0 auto;
}

.nine-section-wrap .headTitle2 {
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-size: 4em;
	float: left;
	width: 100%;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
}

.nine-section .nine-section-wrap .references {
	background-color: blue;
}

.nine-section .nine-section-wrap .references div .ref {
	background-color: orange;
	background:#ccc;
    height: 200 auto;
    width:40%;
    margin:0 auto;
    text-align:center;
    float: left;
}




.ten-section {
	float: left;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	text-align: center;
	text-decoration: none;
	aheight: 100vh;
	margin-bottom: 0;
}

.ten-section .ten-section-wrap {
	width: 86%;	
	margin: 0 auto;
}

.ten-section-wrap .headTitle2 {
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-size: 4em;
	float: left;
	width: 100%;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	margin-top: 3%;
}

.konth2 br {
	display: none
}

.ten-section .ten-section-wrap .form-wrap {
	float: left;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.46);
	width: 100%;
}

.ten-section .ten-section-wrap .form-wrap .right {
	background-color: blue;
	width: 50%;
	height: 45em;
	float: right;
	background-image: url(../pictures/png/kontakt.png);
	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center;
}

.ten-section .ten-section-wrap .form-wrap .form-text {
	width: 50%;
	float: left;
}

.ten-section .ten-section-wrap .form-wrap .form-date {
  font-size: 16px;
  margin-left: 10%;
  margin-top: 5%;
  font-family: 'Montserrat', sans-serif;
  color: rgb(0, 0, 0);
  width: 70%;
  float: left;
  text-transform: uppercase;
  line-height: 2.244;
  text-align: left;
  -moz-transform: scale(0.99, 1);
  -webkit-transform: scale(0.99, 1);
  -ms-transform: scale(0.99, 1);
}

.ten-section .ten-section-wrap .form-wrap .form-date:first-child {
	margin-top: 8%;
}

.ten-section .ten-section-wrap .form-wrap input {
	float: left;
	width: 80%;
	margin-left: 10%;
	font-size: 26px;
	font-family: 'Montserrat', sans-serif;
	color: rgb(73, 73, 73);
	line-height: 2.244;
	text-align: left;
  	-moz-transform: scale(0.99, 1);
  	-webkit-transform: scale(0.99, 1);
  	-ms-transform: scale(0.99, 1);
  	border: none;
  	border-bottom: 2px solid grey;
  	cursor: pointer;
  	outline: none;
  	text-decoration: none;
}

.ten-section .ten-section-wrap .form-wrap input:focus {
	outline: none;
	border-bottom: 2px solid grey;
}

.ten-section .ten-section-wrap .form-wrap .butt-ten-wrap {
	float: left;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	top: 0;
	margin: 0;
	width: 100%;
	line-height: 30px;
	padding-top: 5%;
}

.four-button {
   	position: relative;
   	margin-top: 1%;
   	left: 0;
   	margin-left: 2%;
   	background: linear-gradient(300deg, rgba(177,200,0,1) 0%, rgba(134,173,28,1));
   	border: 1px solid white;
    box-shadow: 0 0 0 8px rgba(177,200,0,1);
    background-color: red;
    height: 50px;
    color: white;
    width: 300px;
    font-size: 1.5em;
    border-radius: 30px;
    z-index: 1;
    outline: none;
    pointer-events: initial;
    cursor: pointer;
}

.four-button:hover {
 	background: black;
 	box-shadow: 0 0 0 8px black;
}



footer {
	background-color: rgb(148, 182, 60);
	width: 100%;
	float: left;
	color: grey;
	margin: 0;
	margin-top: 10%;
	padding-bottom: 5%;
}

.headfooter {
	margin-top: 0;
}

footer .part1 {
	width: 20%;
	margin-left: 7%;
	margin-top: 2%;
	float: left;
}

footer .part1 .edw a{
	text-decoration: none;
	outline: none;
	color: white;
	clear: all;
}

footer .part1 p { 
	text-decoration: none;
	overflow: hidden;
	outline: none;
	color: black;
}

footer .logoFooter {
	width: 100%;
}

footer .ssWrapFooter {
	margin-top: 12%;
}

footer .ssWrapFooter .ss a img:hover {

}

footer .iconss {
	width: 10%;
	margin-right: 2%;
	float: left;
	position: relative;
}

footer .iconss:hover {
	border-radius: 50%;
	float: left;
	background-color: black;
}

footer .part2 {
	width: 50%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 6.5%;
	float: left;
}

footer .part2 img {
	float: left;
	margin-top: 3.5%;
	width: 5%;
}

footer .part2 p {
	line-height: 30px;
	float: left;
	width: 40%;
	margin-left: 2%;
	color: white;
	font-size: 20px;
}

footer .part2 .tel {
	margin-top: 3%;
}

footer .part2 .tel a{
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 20px;
}

footer .part2 .tel a:hover {
	color: black;
}

footer .part2 .email {
	margin-top: 4.5%;
}

footer .part2 .email a{
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 20px;
	margin-top: 5%;
}

footer .part2 .email a:hover {
	color: black;
}

footer .links-wrap {
	width: 60%;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	margin-left: 1%;
	float: left;
}

footer .links-wrap .links {
	display: block;
	width: 100%;
}

footer .links-wrap .links p {
	display: inline-block;
	padding: 1%;
	border-right: 3px solid lightgrey;
	line-height: 10px;
}

footer .links-wrap .links p:last-child {
	border-right: none;
}

footer .links-wrap .links p a {
	text-decoration: none;
	outline: none;
	color: white;
}

footer .links-wrap .links p a:hover {
	color: black;
}

#menu-left {
	display: none;
}

.menu-left i {
	display: none;
}

.login2 {
	display: none;
}




/**********************************/
/**********************************/
/*******//*RESPONSIBILITA*//*******/
/**********************************/
/**********************************/

@media (max-width: 600px) { 
.second-section { display:none}
.second-section .second-section-wrap .ils {
	margin-top: 0%;
	width: 100%;
}
	.logo {
		width: 50%;
		float: left;
	}


	.first-button {
		-display: none; text-align:center; margin-left:auto; margin-right: auto
	}

	.second-button {
		display: none;
	}

	.thirt-button {
		display: none;
	}

	.four-button {
		display: none;
	}

	#menu-left {
	display: initial;
	}

	.menu-left i {
	display: initial;
	}

	#mySidenav {
		display: none;
	}

	.login {
		display: none;
	}

	.login2 {
		display: initial;
	}

	body {
		width: 100%;
		overflow-x: hidden;
	}

	*, *::after, *::before {
  		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		box-sizing: border-box;
	}

	* {
	  	margin: 0;
	 	padding: 0;
	}

	a, a:active, a:hover {
	  color: inherit;
	  text-decoration: none;
	}

	header {
	  color: #333333;
	  position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  float: left;
	  width: 100%;
	  overflow-x: none;
	}

	header .menu {
	  color: #333333;
	  justify-content: center;
	  width: 95%;
	  z-index: 9;
	  float: left;
	}

	header .menu .menu-hamburger i {
	  display: inline-block;
	  margin-top: 5px;
	  margin-left: 15px;
	  float: left;
	  font-style: normal;
	  font-size: 14px;
	}

	header .menu .menu-hamburger i::before {
	  content: '\2630';
	  font: normal normal normal 25px/1 FontAwesome;
	}

	header .menu .menu-hamburger i.active::before {
	  content: '\2613';
	  font: normal normal normal 25px/1 FontAwesome;
	}

	header [class*=menu-] {
	  cursor: pointer;
	  font-size: 20px;
	  width: 40px;
	  height: 40px;
	  text-align: center;
	}

	.nav_wrap .logo-wrap {
		left: 0;
		float: left;
		margin: 0 auto;
		width: 100%;
		text-align: center;
		justify-content: center;
		margin: 0 auto;
		overflow-x: hidden;
		margin-left: 0 ;
  		margin-right: 0 ;
	}

	.logo-solo-wrap {
		width: 100%;
		margin: 0;
		padding: 0;
		left: 0;
	}


	.nav_wrap .logo-wrap .logo {
  		padding: 0;
  		position: fixed;
  		top: 10px;
  		margin: 0;
  		width: 40%;
  		float: left;
  		margin-left: -25%;

  	}

	.nav_wrap a .login2 {
		float: right;
		width: 8%;
		margin-right: 2%;
		z-index: 1000000;
	}  

	[id*=menu-left] {
	  	bottom: 0;
	  	color: #333333;
	  	height: 100%;
		position: fixed;
		top: 0;
		width: 80%;
		z-index: 9999;
	}

	[id*=menu-left] .box {
	  	height: 100%;
	  	margin: 0;
	 	padding: 0;
	  	top: 0;
	  	overflow: auto;
	}

	[id*=menu-left] .box::-webkit-scrollbar {
	  	height: 0;
	  	width: 0;
	}

	[id*=menu-left] .box p {
		font-size: 2em;
		margin-top: 4%;
		margin-left: 5%;
	}

	[id*=menu-left] ul {
	  	margin: 0;
	  	padding: 0;
	}

	[id*=menu-left] li {
	  	font-size: 1.1em;
	  	line-height: 48px;
	  	margin: 0;
	  	padding-left: 40px;
	  	overflow: hidden;
	  	position: relative;
	  	font-weight: 600;
	  	height: 48px;
	  	margin-left: 15%;
	}

	[id*=menu-left] li:first-child {
	  	border-top: 4px solid #CECECE;
	  	height: 42px;
	}

	[id*=menu-left] li:before {
	  	content: "";
	  	border-bottom: 1px solid #EEEEEE;
	  	position: absolute;
	  	width: 50%;
	  	left: 0;
	 	bottom: 0;
	}

	.menumen {
		background-color: white;
	}

	#menu-left {
	  	left: calc(-90% + 48px);
	  	-webkit-transform: translate(0, 0);
	  	-moz-transform: translate(0, 0);
	  	transform: translate(0, 0);
	  	-webkit-transition: all 300ms ease-out;
	  	-moz-transition: all 300ms ease-out;
	  	transition: all 300ms ease-out;
	}

	#menu-left .content {
	  	margin-top: 48px;
	  	position: relative;
	  	height: initial;
	  	width: 100%;
	  	border-right: 1px solid #EEEEEE;
	  	border-top: 1px solid #EEEEEE;
	}

	#menu-left .content h5 {
	  	background: #f8f8f8;
	  	color: #333333;
	  	font-weight: 600;
	  	font-size: 1.1em;
	  	line-height: 48px;
	  	padding-left: 20px;
	  	height: 48px;
	  	border-bottom: 1px solid #EEEEEE;
	}

	#menu-left .content .iii:after {
	  	content: '\25BC';
	  	font-family: "FontAwesome";
	  	position: relative;
	  	display: inline-block;
	  	width: 8px;
	  	margin-left: 2px;
	}

	#menu-left .content .iii.active::after {
	  	content: '\25B2';
	  	font-family: "FontAwesome";
	  	margin-left: 0;
	  	width: 10px;
	}

	#menu-left .content ul, #menu-left .content li {
	 	background: #f8f8f8;
	  	overflow: hidden;
	}

	#menu-left .content ul {
	 	max-height: 0;
	  	transition: all 10ms ease-out;
	}

	#menu-left .content ul.active {
	  	max-height: 999px;
	  	transition: all 10ms ease-in;
	}

	#menu-left.active {
	  	-webkit-transform: translate(-webkit-calc(100%), 0);
	  	-moz-transform: translate(-moz-calc(100%), 0);
	  	transform: translate(calc(100%), 0);
	  	-webkit-transition: all 300ms ease-in;
	  	-moz-transition: all 300ms ease-in;
	  	transition: all 300ms ease-in;
	}


	/*Homepage*/
	.first-section {
		float: none; width:100%;
		left: 0;
		margin: 0;
	}

	.first-section-wrap {
		margin: 0;
		padding: 0;
		width: 100%;
		margin-top: 20%;
		margin-bottom: 0;
		float: left;
	} 

	.first-section-wrap .headTitle { 
		float: left;
		margin-left: 5%;
		font-size: 4em;
	}

	.first-section-wrap .info {
		margin-left: 5%;
		margin-right: 5%;
		font-size: 1.1em;
		margin-top: 0;
		float: left;
	} 

	.first-section-wrap .info .info2 {
		margin-top: 1%;

	}

	.first-section-wrap .info .info2 br {
		display: none;
	}

	.first-section-wrap .button-one { 
		visibility: hidden;
	}

	.first-section .uvodni-foto-wrap { 
		display: none;
	}

	.first-section .uvodni-foto { 
		display: none;
	}

	.tecky1 {
		visibility: hidden;
	}

.second-section { margin-top:auto}

	.second-section .second-section-wrap {
		float: left;
		width: 100%;
	}

	.second-section .second-section-wrap .left {
		width: 100%; 
		float: left;
		position: relative;
		padding-top: 8%;
	}

	.second-section .second-section-wrap .left img {
		width: 15%;
	}

	.second-section .second-section-wrap .left h3 {
		top: 0;
		margin: 0;
		padding: 0;
	}

	.second-section .second-section-wrap .left p {
		top: 0;
		margin: 0;
		padding: 0;

	}



	.second-section .second-section-wrap .centr {
		width: 100%; 
		float: right;
		margin: 0 auto;
		position: relative;
		margin-top: 8%;
	}

	.second-section .second-section-wrap .centr img {
		width: 15%;
	}

	.second-section .second-section-wrap .centr h3 {
		top: 0;
		margin: 0;
		padding: 0;
	}

	.second-section .second-section-wrap .centr p {
		top: 0;
		margin: 0;
		padding: 0;

	}


	.second-section .second-section-wrap .right {
		width: 100%; 
		float: left;
		position: relative;
		padding-top: 8%;
	}

	.second-section .second-section-wrap .right img{ 
		width: 15%;
	}

	.second-section .second-section-wrap .right h3 {
		top: 0;
		margin: 0;
		padding: 0;
	}

	.second-section .second-section-wrap .right p {
		top: 0;
		margin: 0;
		padding: 0;

	}


	.second-section .second-section-wrap .sloup{
		position: relative;
		top: 0;
		border: 0;
		line-height: 1em;
		margin-top: 0;
	}









	.thirt-section {
		margin-top: 15%;
		background-color: rgb(235, 235, 235);
		padding-bottom: 5%;
	}

	.thirt-section .thirt-section-wrap {
		width: 100%;
	}



	.thirt-section .thirt-section-wrap .left {
		width: 100%; 
		float: left;
		margin: 0;
		padding: 0;
		position: inherit;
		margin-top: 5%;
	}

	.thirt-section .thirt-section-wrap .right {
		width: 100%; 
		float: left;
		margin: 0;
		padding: 0;
		position: inherit;
		margin-top: 5%;
	}

	.thirt-section .thirt-section-wrap .centr {
		display: none;

	}


	.thirt-section .thirt-section-wrap h2 {
		top: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		float: left;
		font-size: 3.5em;
	}


	.thirt-section .thirt-section-wrap .txt2 {
		margin: 0;
		padding: 0;
		float: left;
		width: 100%;
		line-height: 1.3;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
		position:relative;
	}

	.thirt-section .thirt-section-wrap .txt2 br {
		display: none;
	}

	.thirt-section .thirt-section-wrap .signature {
		width: 100%;
		text-align: center;
		float: left;
		top: 0;
		margin: 0;
		padding: 0;
	}




	.tecky2 {
		visibility: hidden;
	}




	.four-section {
		float: left;
		width: 100%;
		margin-top: 15%;
		text-align: center;
		z-index: 2;
	}

	.four-section .four-section-wrap { 
		width: 100%;
		float: left;
	}

	.four-section-wrap .headTitle2 { 
		top: 0;
		margin: 0;
		padding: 0;
		width: 90%;
		float: left;
		font-size: 2.5em;
		margin-left: 5%;
		margin-bottom: 10%;
	}

	.four-section-wrap .headTitle2 br {
		display: none;
	}

	.four-section .four-section-wrap .box {
		text-align: center;
		margin: 0 auto;
	}

	.four-section .four-section-wrap .box .box-wrap {
		text-align: center;
		width: 100%;
	}

	.four-section .four-section-wrap .box .box-left {
		float: left;
		width: 100%;

	}

	.four-section .four-section-wrap .box .box-right {
		float: left;
		width: 100%;
	}


	.four-section .four-section-wrap .box .article3{
		width: 100%;
		margin-top: 10%;
		
	}

	.four-section .four-section-wrap .box-wrap .box-icons {
		margin-left: 38%;
		width: 25%;
	}

	.four-section .four-section-wrap .box-wrap p{
		width: 100%;
		margin: 0;
		text-align: center;
		padding-right: 8%;
		padding-left: 8%;
	}

	.four-section .four-section-wrap .box-wrap p br{ 
		display: none;
	}


	.four-section .four-section-wrap .box-wrap h3{
		width: 100%;
		font-size: 1.5em;
		top: 0;
		padding: 0;
		margin: 0;
		text-align: center;
	}

	




	.five-section {
	
}



.five-section .five-headTitle2 {
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 3em;
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-left: 0;

}


.five-section .five-section-wrap .product-info {
	margin-left: 0;
	margin-top: 5%;
	font-size: 1.1em;
	line-height: 30px;
}















	.product-info {
		margin-top: 10%;
		width: 80%;
		float: left;
	}

	.product-point-wrap {
		display: none;
	}




	.six-section {
		margin-top: 10%;
		float: left;
		margin-bottom: 15%;
	}


	.six-section-wrap .headTitle2 { 
		font-size: 2.5em;


	}


    .cameraman {
		display: none;
		visibility: hidden;
	}

	.cameraman2 {
		display: initial;
	}

	.six-section .cam2 {
		display: initial;
		float: left;
		width: 100%;
		margin-top: 10%;
		margin: 0 auto;
	}

	.six-section-wrap .camera-info  { 
		float: left;
		top: 0;
		padding: 0;
		margin: 0;
		font-size: 1.1em;
		line-height: 30px;
		margin-top: 5%;
		width: 80%;
	}

	.six-section-wrap .camera-info br {
		display: none;
	}

	.six-section .six-section-wrap .camera-sub-info  {
		display: none;
	}





	.seven-section { 
		margin-bottom: 5%;
		width: 100%;
		padding-top: 5%;
	}

	.seven-section .headTitle2 { 
		font-size: 3em;
		margin-left: 0;
	}

	.seven-section-wrap .kurz-info {
		font-size: 1.1em;
		line-height: 30px;
		margin-top: 5%;
		margin-left: 0;
		width: 100%;
	}

	.seven-section .seven-section-wrap .bs {
		display: initial;
		margin-top: 10%;
		margin-bottom: 10%;
		width: 80%;
		text-align: center;
		margin-left: 10%;
	}













	.eight-section .eight-section-wrap .button-eight-wrap { 
		width: 100%;
	}

	.eight-section .eight-section-wrap .button {
		display: none;
	}

	.tecky3 {
		display: none;
	}




	.eight-section { 
		float: left;
	}

	.eight-section-wrap .headTitle2 { 
		font-size: 3em;
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}

	.eight-section-wrap .event-info { 
		font-size: 1.1em;
		line-height: 30px;
		margin-top: 10%;
		float: left;
		top: 0;
		width: 100%;
		margin-left: 0;
	}

	.eight-section .vr { 
		float: left;
		width: 80%;
		position: relative;
		margin: 0 auto;
		margin-left: 10%;
	}




	.nine-section {
		display: none;
	}

	.nine-section-wrap .headTitle2 {
		font-size: 3em;
	 
	}




	.ten-section-wrap {
		float: left;
		margin: 0;
		padding: 0;
		top: 0;
	}

	.ten-section-wrap .headTitle2 {
		font-size: 3em;
		margin-left: 5%;
	}

	.ten-section .ten-section-wrap { 
		width: 100%;
	}

	.ten-section .ten-section-wrap .form-wrap .right {
		display: none;

	}

	.ten-section .ten-section-wrap .form-wrap form {
		width: 100%;
		margin-left: 2%;
		pointer-events: initial;
	}

	.ten-section .ten-section-wrap .form-wrap .form-text {
		width: 86%;
		float: left;
		margin: 0;
		padding: 0;
		padding-bottom: 5%
	}


	.ten-section .ten-section-wrap .form-wrap {
		float: left;
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.46);
		z-index: 11;
		width: 100%;
	}

	.ten-section .ten-section-wrap .form-wrap input {
		width: 100%;
		margin: 0 auto;
		margin-left: 5%;
		font-size: 1.3em;
	}

	.ten-section .ten-section-wrap .form-wrap .form-date {
		margin-left: 5%;
	}

	.ten-butt {
		display: initial;
		width: 100%;
		margin-left: 20px; 
		cursor: pointer;
	}




	footer {
		width: 100%;
		text-align: center;
		float: aleft; clear:both
	}

	.headfooter {
		top: 0;
		padding-top: 0;
		margin-top: 5%;
	}

	footer .part1 {
		width: 86%;
		float: left;
	}

	footer .logoFooter {
		width: 60%;
	}

	footer .part2 {
		width: 86%;
		float: left;
		margin-left: 7%;
	}

	footer .part2 img {
		float: left;
		left: 25px;
		position: relative;
		width: 7%;
		margin-top: 5%;
	}

	footer .part2 img:first-child {
		position: relative;
		left: 45px; 
	}
	
	footer .part2 p {
		width: 90%;
		float: left;
	}

	footer .ssWrapFooter {
		text-align: center;
		margin-left: 33%;
	}

	footer .links-wrap {
		width: 100%;
	}
}










/*KONTAKT*/

.contact-section {
	float: left;
	width: 100%;
	margin: 0 auto;
}

.contact-section-wrap {
	width: 86%;
	padding-top: 12%;
	position: relative;
	margin: 0 auto;
}

.contact-section-wrap .contact-headTitle {
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 4em;
	float: left;
	margin-left: 5px;
	letter-spacing: 3px;
	margin: 0;
	width: 100%;
	left: 0;
	padding-left: 0;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}

.contact-section-wrap .contact-subTitle {
	font-size: 50px;
	font-family: 'Montserrat', sans-serif;
 	color: rgb(166, 206, 57);
 	font-weight: bold;
  	line-height: 1.75;
  	text-align: center;
  	float: left;
  	width: 100%;
  	font-size: 2.5em;	
  	text-align: left;
  	top: 0;
  	margin: 0;
  	margin-left: 5px;
  	margin-top: -1%;
}

.contact-section-wrap .contact-subsubTitle {
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
 	color: rgb(166, 206, 57);
 	font-weight: bold;
  	line-height: 1.75;
  	text-align: left;
  	font-size: 1.9em;
  	margin-top: 2%;
  	margin-left: 7px;
  	letter-spacing: 2px;
}


.contact-section-wrap .contact-phoneAemial {
  	font-size: 1.2em;
  	font-family: 'Montserrat', sans-serif;
  	color: rgb(0, 0, 0);
  	font-weight: bold;
  	line-height: 1.357;
  	text-align: left;
  	margin-top: -7%;
  	margin-bottom: 2%;
  	margin-left: 5px;
  	float: left;
  	top: 0;
  	width: 100%;
  	letter-spacing: 2px;
}

.contact-section-wrap .contact-phoneAemial a {
	color: black;
	text-decoration: none;
}

.contact-section-wrap .contact-phoneAemial a:hover {
	color: #a6ce39;
	border: red;
}

.contact-section .contact-wrap {
	float: left;
	width: 100%;
	margin-top: 1%;
}

.contact-section-wrap .contact-wrap-adress {
	background-color: #a6ce39;
	float: left;
	width: 35%;
	margin-left: -130px;	
	padding: 0.7%;
}

.contact-section-wrap .contact-wrap-adress p {
	margin-left: 120px;
	font-family: 'Montserrat', sans-serif;
}

.contact-section-wrap .contact-name {
	text-transform: uppercase;
	font-weight: bolder;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
  	color: rgb(0, 0, 0);
  	font-weight: bold;
  	font-size: 1.4em;
}

.contact-section-wrap .contact-adress {
	color: white;
	font-weight: bold;
  	font-size: 1.4em;
  	font-family: 'Montserrat', sans-serif;
  	letter-spacing: 2px;
}

.contact-section-wrap .contact-fakturace {
	float: left;
	margin-left: 6px;
	font-family: 'Montserrat', sans-serif;
	line-height: 25px;
	font-weight: normal;

}

.contact-section-wrap .contact-name-fakturace {
	float: left;
	width: 100%;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}


.contact-section .contact-photo {
	position: absolute;
	margin-top: 15%;
	float: right;
	text-align: right;
	top: 0;
	right: 5%;
	width: 30%;

}

.map-section {
	float: left;
	width: 100%;
	margin: 0 auto;
	margin-top: 2%;
	padding: 0;
}

.map-section iframe {
	width: 100%;
}





.pata2 {
	background-color: rgb(148, 182, 60);
	width: 100%;
	margin: 0 auto;
	float: left;
	text-align: center;
	margin-top: -5px;
	padding: 0;
	top: 0;

}

.pata2 .pata-in2 {
	height: 100px;
}




@media (max-width: 600px) { 
afooter { display:none}
	.contact-section {

	}

	.contact-section-wrap {

	}

	.contact-section-wrap .contact-headTitle {
		float: left;
		font-size: 3em;
		margin-top: 5%;
	}

	.contact-section-wrap .contact-subTitle {
		font-size: 1em;
	}

	.contact-section-wrap .contact-subsubTitle {
		font-size: 0.9em;
		width: 100%;
	}

	.contact-section-wrap .contact-phoneAemial { 
		font-size: 0.9em;
	}

	.contact-section .contact-wrap {
		width: 100%;
		margin-left: 0;
		padding: 0; 
		margin-top: 5%;
	}

	.contact-section-wrap .contact-wrap-adress {
		width: 100%;
		margin-left: 0;
		padding: 0;
		padding-top: 5%;
		padding-bottom: 5%; 
	}

	.contact-section-wrap .contact-wrap-adress p {
		margin-left: 0;
		font-size: 1em;
	}

	.contact-section-wrap .contact-fakturace {
		margin-left: 0;
		margin-top: 8%;
	}

	.contact-section-wrap .contact-fakturace p {
		font-size: 0.5;
		font-size: 0.7em;
		line-height: 1.5;
	}

	.contact-section .contact-photo { 
		display: none;
	}

	.map-section {
		float: left;
		margin-top: 10%;
		margin-bottom: 0;
	}

	.map-section iframe { 
		height: 200px;
	}

	.map-section { 
		height: 20%;
	}

	.mapfoot {
		margin-top: 0;
	}

}












/*	REGISTRACE	*/
.registration-section {
	float: left;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	text-decoration: none;
	position: flex;
	height: auto;
}

.registration-section-wrap {
	width: 86%;
	padding-top: 12%;
	padding-bottom: 2%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 2%;
}

.registration-section-wrap .registration-headTitle {
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 4em;
	float: left;
	margin-left: 5px;
	letter-spacing: 3px;
	margin: 0;
	width: 100%;
	left: 0;
	padding-left: 0;	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}

.registration-section-wrap .registration-subTitle {
	font-size: 1.3em;
	font-family: 'Montserrat', sans-serif;
 	font-weight: bold;
  	text-align: center;
  	float: left;
  	width: 49%;
  	text-align: left;
  	top: 0;
  	margin: 0;
  	margin-left: 5px;
  	margin-top: 1%;
  	color: black;
}


.registration-section .registration-form-wrap {
	float: left;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.46);
	z-index: 11;
	width: 100%;
	margin-top: 5%;
}

.registration-section .registration-form-wrap .registration-right {
	width: 50%;
	height: 69em;
	float: right;
	background-image: url(../pictures/png/reg.png);
	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center;
}

.registration-section .registration-form-wrap .registration-form-text {
	width: 50%;
	float: left;
}

.registration-section .registration-form-wrap .registration-form-date {
	font-size: 16px;
  	margin-left: 10%;
  	margin-top: 5%;
  	font-family: 'Montserrat', sans-serif;
  	color: rgb(0, 0, 0);
  	width: 70%;
  	float: left;
  	text-transform: uppercase;
  	line-height: 2.244;
  	text-align: left;
  	-moz-transform: scale(0.99, 1);
  	-webkit-transform: scale(0.99, 1);
  	-ms-transform: scale(0.99, 1);
}

.registration-section .registration-form-wrap .registration-form-date2 {
	font-size: 16px;
  	margin-left: 10%;
  	margin-top: 2%;
  	font-family: 'Montserrat', sans-serif;
  	color: rgb(0, 0, 0);
  	width: 70%;
  	float: left;
  	text-transform: uppercase;
  	line-height: 2.244;
  	text-align: left;
  	-moz-transform: scale(0.99, 1);
  	-webkit-transform: scale(0.99, 1);
  	-ms-transform: scale(0.99, 1);
}

.registration-section .registration-form-wrap .registration-form-date-text {
	font-size: 16px;
  	margin-left: 10%;
  	margin-top: 5%;
  	font-family: 'Montserrat', sans-serif;
  	color: rgb(0, 0, 0);
  	width: 70%;
  	float: left;
  	text-transform: uppercase;
  	line-height: 2;
  	text-align: left;
  	-moz-transform: scale(0.99, 1);
  	-webkit-transform: scale(0.99, 1);
  	-ms-transform: scale(0.99, 1);
}

.registration-section .registration-form-wrap input {
	float: left;
	width: 80%;
	margin-left: 10%;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	color: rgb(73, 73, 73);
	line-height: 2.244;
	text-align: left;
  	-moz-transform: scale(0.99, 1);
  	-webkit-transform: scale(0.99, 1);
  	-ms-transform: scale(0.99, 1);
  	border: none;
  	border-bottom: 2px solid black;
  	outline: none;
}

.registration-section .registration-form-wrap .form-group input {
	float: left;
	width: 80%;
	margin-left: 10%;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	color: rgb(73, 73, 73);
	line-height: 2.244;
	text-align: left;
  	-moz-transform: scale(0.99, 1);
  	-webkit-transform: scale(0.99, 1);
  	-ms-transform: scale(0.99, 1);
  	border: none;
  	border-bottom: 2px solid black;
  	outline: none;
}


.registration-section .registration-form-wrap .butt-reg-wrap {
	float: left;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	top: 0;
	margin: 0;
	width: 100%;
	line-height: 20px;
	padding-top: 4.5%;
}

.registration-section .registration-form-wrap .butt-reg-wrap .button-reg {
	width: 15em; 
	margin: 0 auto;
	text-align: center;
	padding: 0;
	top: 0;
	margin: 0;
	padding-bottom: 4%;

}

.reg-dot {
	width: 80%;
	margin: 0 auto;
	float: left;
	text-align: left;
	margin-left: 10%;
	margin-top: 4%;
	margin-bottom: 0;
	line-height: 1.4em;
}

.registr-button {
   	position: relative;
   	background: linear-gradient(300deg, rgba(177,200,0,1) 0%, rgba(134,173,28,1));
   	border: 1px solid white;
    box-shadow: 0 0 0 8px rgba(177,200,0,1);
    background-color: red;
    height: 50px;
    color: white;
    width: 300px;
    font-size: 1.5em;
    border-radius: 30px;
    z-index: 1;
    margin-top: 3%;
    outline: none;
    cursor: pointer;
 }

 .registr-button:hover {
 	background: black;
 	box-shadow: 0 0 0 8px black;
 }




@media (max-width: 600px) { 
	.registration-section {
		margin-bottom: 5%;
	}

	.registration-section .registration-form-wrap {
		margin-top: 10%;
		padding-bottom: 5%;
	}

	.registration-section-wrap .registration-headTitle {
		float: left;
		font-size: 3em;
		margin-top: 10%;
		margin-bottom: 5%;	
		width: 100%;
		padding-bottom: 5px;
	}

	.registration-section-wrap .registration-subTitle { 
		width: 100%;
		margin: 0;
		font-size: 1.1em;
		line-height: 30px;
	}

	.registration-section .registration-form-wrap .registration-form-text {
		width: 100%;
		float: left;
		margin-top: 5%;
	}

	.registration-section .registration-form-wrap .registration-right {
		display: none;
	}


	.butt-reg-wrap .registr-button {
		margin-top: 5%;
		margin-bottom: 5%;
		width: 80%;
		cursor: pointer;
	}


}










/*O nas*/
.onas-section {
	float: left;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	text-decoration: none;
	position: flex;
	height: auto;
}

.onas-section .onas-section-wrap {
	width: 86%;
	padding-top: 12%;
	padding-bottom: 2%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 2%;
}


.onas-section .onas-section-wrap .onas-title {
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 5.0em;
	float: left;
	margin-left: 10px;
	width: 100%;
	left: 0;
	margin-top: -4px;
	margin-top: 0;
	padding-left: 0;
	text-align: left;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}

.onas-section .onas-section-wrap .onas-info {
	font-size: 1.3em;
	font-family: 'Montserrat', sans-serif;
 	font-weight: bold;
  	float: left;
  	width: 60%;
  	text-align: left;
  	top: 0;
  	margin: 0;
  	margin-left: 5px;
  	margin-top: -2%;
  	color: black;
 
}

.onas-section .onas-section-wrap .onas-info .onas-info1 {
	margin-bottom: 3%;
	line-height: 32px;
	font-weight: 300;
}

.onas-section .onas-section-wrap .onas-info .onas-info2 {
	margin-bottom: 3%;
	line-height: 32px;
	font-weight: 300;
}

.onas-section .onas-section-wrap .onas-info .onas-info3 {
	margin-bottom: 3%;
	line-height: 32px;
	font-weight: 300;
}

.onas-section .onas-section-wrap .director {
	float: right;
	width: 39%;
	text-align: center;
	margin-top: 1%;
}

.onas-section .onas-section-wrap .director img {
	width: 45%;
}

.onas-section .onas-section-wrap .director .name {
	font-size: 1.7em;
	width: 100%;
	float: left;
}

.onas-section .onas-section-wrap .director .position {
	margin: 0;
	padding: 0;
	top: 0;
	margin-top: -25px;
	font-size: 1.3em;
	float: left;
	width: 100%;
}

.onas-butt-wrap {
	float: left;
	width: 100%;
	margin-bottom: 5%;
	margin-top: 5%;

}

.onas-button {
   	left: 0;
   	margin-left: 0;
   	background: linear-gradient(300deg, rgba(177,200,0,1) 0%, rgba(134,173,28,1));
   	border: 1px solid white;
    box-shadow: 0 0 0 8px rgba(177,200,0,1);
    height: 50px;
    color: white;
    width: 300px;
    font-size: 1.5em;
    border-radius: 30px;
    z-index: 1;
    outline: none;
    cursor: pointer;
}

.onas-button:hover {
	background: black;
	box-shadow: 0 0 0 8px black;
}

.onas-contact-wrap {
	background-color: pink;
	margin-top: 5%;
}

.onas-contact-wrap h3 {
	text-align: left;
}


.onas-contact-wrap .onas-contact {
 	width: 100%;
 	float: left;
 	top: 0;
 	margin-top: -2submit
 	 	margin-bottom: 5%;
 	padding: 0;
}

.onas-contact-wrap .onas-contact .onas-contact-m {
   	width: 45%;
   	float: left;
   	text-align: center;
}

.onas-contact-wrap .onas-contact .onas-contact-m p {
	top:0;
	margin:0;
	line-height: 1.5em;
	color: black;
}

.onas-contact-wrap .onas-contact .onas-contact-m .man-name {
	font-size: 1.5em;
}

.onas-contact-wrap .onas-contact .onas-contact-m p a {
	text-decoration: none;
	outline: none;
	color: black;
}

.onas-contact-wrap .onas-contact .onas-contact-m p:first-child {
	margin-top: 2%;
}

.onas-contact-wrap .onas-contact .onas-contact-p {
  	text-align: center;
   	width: 45%;
   	float: right;
}

.onas-contact-wrap .onas-contact .onas-contact-p p {
	top:0;
	margin:0;
	line-height: 1.5em;
	color: black;
}
.onas-contact-wrap .onas-contact .onas-contact-p .man-name {
	font-size: 1.5em;
}


.onas-contact-wrap .onas-contact .onas-contact-p p a {
	text-decoration: none;
	outline: none;
	color: black;
}


.onas-contact-wrap .onas-contact .onas-contact-p p:first-child {
	margin-top: 2%;
}

.onas-contact-m div .tel a:hover {
	color: #a6ce39;
}

.onas-contact-p div .tel a:hover {
	color: #a6ce39;
}

.onas-contact-m div .email a:hover {
	color: #a6ce39;
}

.onas-contact-p div .email a:hover {
	color: #a6ce39;
}

.kontaktform {
	margin-top: 10%;
} 

.kontaktfooter { 
	margin-top: 0%;margin-top: 0%; clear:both
}


@media (max-width: 600px) { 
	.onas-section .onas-section-wrap .onas-title {
		font-size: 3em;
		margin-top: 5%;
		margin-left: 0;
	}

	.onas-section .onas-section-wrap {
		text-align: center;
		margin: 0 auto;
	}

	.onas-section .onas-section-wrap .onas-info {
		width: 100%;
		text-align: left;
		margin-left: 0;
		font-size: 1.1em;
		line-height: 30px;
		margin-top: 5%;
	}

	.onas-section .onas-section-wrap .director {
		width: 100%;
		text-align: center;
		margin-top: 10%;
	}

	.onas-section .onas-section-wrap .director img {
		width: 80%;
	}

	.onas-section .onas-section-wrap .director .name {
		font-size: 1.7em;
		width: 100%;
		float: left;
		margin-top: 10%;
	}

	.onas-section .onas-section-wrap .director .position {
		margin: 0;
		padding: 0;
		top: 0;
		margin-top: 5px;
		font-size: 1.3em;
		float: left;
		width: 100%;
	}

	.onas-contact-p {
		
	}

	.onas-contact-m {
		width: 100%;
		float: left;
	}

	.onas-contact-m img {
		width: 100%;
	}

	.onas-contact-m .email {
		font-size: 20px;
	}

	.onas-contact-m .tel {
		font-size: 20px;
	}


	.onas-contact-p {
		width: 100%;
		float: left;
	}

	.onas-contact-p img {
		width: 100%;
	}

	.onas-contact-p .email {
		font-size: 20px;
	}

	.onas-contact-p .tel {
		font-size: 20px;
	}

	.onas-contact-wrap .onas-contact .onas-contact-m {
   		width: 100%;
   		float: left;
   		text-align: center;
	}

	.onas-contact-wrap .onas-contact .onas-contact-m div p {
		font-size: 20px;
	}

	.onas-contact-wrap .onas-contact .onas-contact-p {
   		width: 100%;
   		float: left;
   		text-align: center;
	}


	.onas-contact-wrap .onas-contact .onas-contact-p div p {
		font-size: 20px;
	}

	.onas-button {
		margin-top: 10%;
		cursor: pointer;
	}

.kontaktfooter { 
	margin-top: 0%; clear:both
}

}
















/*E-learning*/
.elearning-section {
	float: left;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	text-decoration: none;
	position: flex;
	height: auto;
}

.elearning-wrap {
	width: 86%;
	padding-top: 8%;
	padding-bottom: 2%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 2%;
}

.elearning-wrap .elearning-headTitle {
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 5.0em;
	float: left;
	margin-left: 10px;
	width: 100%;
	left: 0;
	padding-left: 0;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}


.e-info-wrap {
	float: left;
	margin-left: 10px;
	margin-top: -2%;
}

 .e-info-wrap p {
	line-height: 30px;
	font-size: 1.3em;
	letter-spacing: 2px;
}

 .elearning-wrap .time {
 	float: left;
 	width: 100%;
 }

  .elearning-wrap .time .time30 {
  	width: 40%;
  	float: left;
  	text-align: right;
  	padding-right: 5%;
  	margin-top: 8%;
	font-size: 4em;
	font-family: "Montserrat";
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 0.092;
	text-align: right;
	z-index: 74;
}

 .elearning-wrap .time .stopky {
 	width: 12%;
  }


.elearning-wrap .time .time-coment {
  font-size: 2em;
  font-family: "Montserrat";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-indent: 0.162px;
  z-index: 75;
}


.elearning-point {
	margin-top: 3%;
}


.elearning-point .icons-line {
	float: left;
	margin-top: 7%;
	width: 100%;
}

.elearning-point .icons-line img {
	padding: 1%;
	margin-left: 5%;
	height: 100px;
}

.elearning-point .icons-line img:first-child {
	margin-left: 0;
}


.studium-section {
	float: left;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	text-decoration: none;
	position: flex;
	height: auto;
	margin-bottom: 5%;
}

.studium-wrap {
	width: 86%;
	padding-top: 3%;
	padding-bottom: 2%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 2%;
}

.studium-wrap .studium-headTitle {
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 5.0em;
	float: left;
	margin-left: 10px;
	width: 100%;
	left: 0;
	padding-left: 0;
	line-height: 1.1;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
}

.studio-info {
 	float: left;
 	width: 40%;
 	line-height: 30px;
 	margin-left: 10px;
 	top: 0;
 	margin-top: -2%;
 	font-size: 1.3em;
	letter-spacing: 2px;
 }

.studio-info-wrap {
	width: 100%;
	float: left;
	margin-left: 10px;
}

.studio-info-wrap h3 {
	float: right;
	position: relative;
	text-align: right;
	font-size: 2em;
	margin-top: 1%;
	right: 18%;
	width: 40;

}

.studio-info-wrap div {
	float: left;
	column-count: 3;
	width: 100%;
	margin-top: -9%;
}

.studio-info-wrap div img {
	width: 50%;
	margin-left: 25%;
}

.studio-info-wrap div .p {
	vertical-align: bottom;
	line-height: 30px;
	margin-top: 17%;
	float: left;
	font-size: 1.1em;
	width: 100%;
}

.studio-info-wrap div .pl {
	margin-left: 20%;
	font-size: 1.3em;
	letter-spacing: 2px;
}

.studio-info-wrap div .pp {
	margin-left: -20%;
	font-size: 1.3em;
	letter-spacing: 2px;

}





.studio-info-wrap div .p:first-child  {
	text-align: right;
}

.tecky2e-learning {
	margin-top: -20%;
	opacity: 0.3;
}	







.test-section {
	float: left;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	text-decoration: none;
	position: flex;
	height: auto;
	background-color: rgb(235, 235, 235);
}

.test-wrap {
	width: 86%;
	position: relative;
	margin: 0 auto;
}

.test-h2 {
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 5.0em;
	float: left;
	width: 100%;
	left: 0;
	padding-left: 0;
	line-height: 1.1;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
}

.test-wrap p {
	line-height: 30px;
	width: 70%;
	float: left;
	margin-top: -3%;
	font-size: 1.3em;
	letter-spacing: 2px;
}

.test-wrap img {
	width: 15%;
	float: right;
	padding: 2%;
	padding-right: 0;
	margin-top: -10%;
	padding-bottom: 5%;
}


.test-button {
	position: relative;
   	margin-top: 3%;
   	float: left;
   	left: 0;
   	background: linear-gradient(300deg, rgba(177,200,0,1) 0%, rgba(134,173,28,1));
   	border: 1px solid white;
    box-shadow: 0 0 0 8px rgba(177,200,0,1);
    background-color: red;
    height: 50px;
    color: white;
    width: 300px;
    font-size: 1.5em;
    border-radius: 30px;
    z-index: 1;
    outline: none;
    cursor: pointer;
 }

.test-button:hover {
 	background: black;
 	box-shadow: 0 0 0 8px black;
 }



 .dispo-section {
	float: left;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	text-decoration: none;
	position: flex;
	height: auto;
	margin-bottom: 5%;
}

.dispo-wrap {
	width: 86%;
	padding-top: 3%;
	padding-bottom: 2%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 2%;
}

.dispo-section-HeadTitle {
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 5.0em;
	float: left;
	margin-left: 10px;
	width: 100%;
	left: 0;
	padding-left: 0;
	line-height: 1;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
}

.dispo-info-wrap {
	width: 100%;
}

.dispo-info-wrap div {
	float: left;
	column-count: 3;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-left: 7%;
}

.dispo-info-wrap div p:first-child {
	margin: 0;
	top: 0;
}

.dispo-info-wrap div p {
	width: 60%;
	text-align: center;
	font-size: 1.3em;
	letter-spacing: 2px;
}

.butt-dispo { 
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 auto;
	margin-top: 5%;
}

.dispo-button {
	
  	background: linear-gradient(300deg, rgba(177,200,0,1) 0%, rgba(134,173,28,1));
   	border: 1px solid white;
    box-shadow: 0 0 0 8px rgba(177,200,0,1);
    background-color: red;
    height: 50px;
    color: white;
    width: 30%;
    font-size: 1.5em;
    border-radius: 30px;
    z-index: 1;
    outline: none;
    cursor: pointer;
 }

.dispo-button:hover {
 	background: black;
 	box-shadow: 0 0 0 8px black;
 }





















@media (max-width: 600px) {  

	.bodyel {
		margin-left:-10px;
	}

	.elearning-wrap .elearning-headTitle {
		background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 3em;
		float: left;
		margin-left: 10px;
		width: 100%;
		margin-top: 10%;
		left: 0;
		padding-left: 0;
		line-height: 1;
		font-family: 'Montserrat', sans-serif;
	}

	.e-info-wrap {
		width: 100%;
	}

	.e-info {
		margin-top: 5%;
		line-height: 30px;
		font-size: 1.1em;
	}


	 .elearning-wrap .time {
	 	float: left;
	 	width: 100%;
	 	margin-left: 0;
	 	text-align: center;
	 	margin-left: 10px;
	 }

	  .elearning-wrap .time .time30 {
	  	width: 86%;
	  	float: left;
	  	text-align: center;
	  	margin-top: 15%;
		font-size: 2.5em;
		font-family: "Montserrat";
		color: rgb(0, 0, 0);
		font-weight: bold;
		text-align: right;
		z-index: 74;
		float: left;
	}

	 .elearning-wrap .time .stopky {
	 	width: 15%;left: 43%;
	 	margin-top: 15%
	  }


	.elearning-wrap .time .time-coment {
	  margin-top: 10%;
	  float: left;
	  text-align: left;
	  width: 100%;
	}


	.elearning-point {
		

	}


	.elearning-point .el-point-h2 {
		font-size: 3em;
		float: left;
		text-align: left;
		margin-left: 10px;
	}


	.icons-line {
		width: 50%;
		float: left;
		margin-left: 0
		margin: 0 auto;
		text-align: center;
		margin-left: 10PX;
	}

	.icons-line img {
		margin: 0 auto;
		text-align: center;
		widows: 20%;
		margin-top: 5%;
		margin-left: 0;
	}
	
	.icons-line img:first-child  {
		display: none;
	}


















	.studium-wrap .studium-headTitle {
		background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 3em;
		line-height: 30px;
		float: left;
		margin-top: 10%;
		width: 100%;
		left: 0;
		padding-left: 0;
		line-height: 1.1;
		text-align: left;
		font-family: 'Montserrat', sans-serif;	
	}

	.studio-info {
		margin-top: 5%;
		width: 100%;
		line-height: 30px;
		font-size: 1.1em; 
	}

	.studio-info-wrap {
		display: none;
	}


	.test-section {
		padding-bottom: 5%;
	}


	.test-h2 {
		font-size: 3em;
		margin-top: 5%;
		margin-left: 10px;
	}

	.test-wrap p {
		margin-left: 10px;
		margin-top: 5%;
		width: 100%;
		font-size: 1.1em;
		line-height: 30px;
	}

	.test-wrap img {
		display: none;
	}



	.dispo-section {
		margin-top: 10%;
	}


	.dispo-section-HeadTitle {
		background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 3em;
		line-height: 30px;
		float: left;
		margin-left: 10px;
		width: 100%;
		left: 0;
		padding-left: 0;
		line-height: 1;
		text-align: left;
		font-family: 'Montserrat', sans-serif;
	}


	.dispo-info-wrap div {
		margin-top: 5%;
		column-count: 1;
		margin-left: 0;
	}

	.dispo-info-wrap div p {
		width: 100%;
		text-align: left;
		margin-top: 5%;
		margin-left: 10px;
		font-size: 1.1em;
		line-height: 
	}

	.dispo-info-wrap div p:first-child {
		margin-left: 10px;
	}

	.dispo-button {
		width: 80%;
		margin: 0 auto; 
		text-align: center;
		cursor: pointer;
	}

	.butt-dispo {
		margin-top: 10%;
	}
}



















/*TEXTOVÉ PODSTRÁNKY V PATIČCE - STYLIZOVANÁ ŠABLONA JEDNOTNÁ*/
.textfooter-section {
	float: left;
	width: 100%;
	margin: 0 auto;
}

.textfooter-section .textfooter-wrap {
	width: 86%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 5%;
}

.textfooter-section .textfooter-wrap .textfooterh2 {
	margin-top: 10%;
	text-align: left;
	font-size: 3em;
	margin-top: 15%;

}


.textfooter-section .textfooter-wrap h4 {
	text-align: left;
	font-size: 1.5em;
	color: #a6ce39;
	margin-top: 5%;
}

.textfooter-section .textfooter-wrap p {
	text-align: center;
	color: black;
	font-weight: 300;
	text-align: left;
	margin-top: 5%;
}

.podminky-wrap {
	width: 80%;
	margin-left: 10%;
	float: left;
	margin-bottom: 3%;
}

.textfooter-section .textfooter-wrap .podminky {
	width: 100%;
	text-align: justify;
	margin-left: 0 auto;
	margin-right: 0 auto;
}
















/*Online konference*/
.onlinekonf-section {
	float: left;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	margin-top: 10%;
	text-align: center;
	z-index: -10;
	margin-bottom: 10%;
}


.onlinekonf-section .onlinekonf-section-wrap {
  	width: 86%;
  	position: relative;
  	margin: 0 auto;
}


.onlinekonf-section .onlinekonf-sectionh2 {
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 5.0em;
	float: left;
	margin-left: 10px;
	width: 100%;
	left: 0;
	padding-left: 0;
	text-align: left;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}

.onlinekonfpic {
	position: absolute;
  	margin-right: 2%;
    margin-top: -3%;
    right: 0; 
  	width: 35%;
  	z-index: 236;
  	float: right;
}

.onlinekonf-section .onlinekonf-section-wrap h3 { 
	float: left;
	text-align: left;
	margin: 0;
	margin-left: 10px;
	font-size: 3em;
	margin-top: 3%;
}

.onlinekonf-section-wrap .onlinekonf-info {
 	position: relative;
 	float: left;
    font-size: 1.3em;
  	font-family: 'Montserrat', sans-serif;
  	color:  #141414;
    line-height: 1.229;
    text-align: left;
    letter-spacing: 3px;
    margin-left: 10px;
    margin-top: 0;
    line-height: 1.3em;
}

.onlinekonf-section-wrap .onlinekonf-info2 {
 	position: relative;
 	float: left;
    font-size: 1.3em;
  	font-family: 'Montserrat', sans-serif;
  	color: rgb(47, 47, 47);
    line-height: 1.229;
    text-align: left;
    letter-spacing: 3px;
    margin-left: 10px;
    line-height: 1.3em;
    margin-top: 5px;
    width: 62%;
}

.konf3D {
	background-color: #F5F5F5;
	float: left;
	width: 100%;
	padding-left: 8%;
	padding-right: 8%;
	margin-top: 5%;
	margin-left:-8%;
}

.konf3D .onlinekonf-info3 {
	width: 62%;
	float: left;
    font-size: 1.3em;
  	font-family: 'Montserrat', sans-serif;
  	color: rgb(47, 47, 47);
    line-height: 1.229;
    text-align: left;
    letter-spacing: 3px;
    margin-left: 10px;
    margin-top: 0;
    line-height: 1.3em;
}

.button-onlinekonf-wrap {
	float: left;
  	width: 100%;
  	column-count: 2;
  	line-height: 70px;
  	padding-right: 1%;
  	text-align: left;
  	margin-left: 10px;
  	margin-bottom: 3%;
}

.button-onlinekonf-wrap .butt1 {
	width: 50%;
	float: left;
	margin-top: 5%;

}

.button-onlinekonf-wrap .butt2 {
	width: 50%;
	float: left;
	margin-top: 5%;
}


.button-onlinekonf-wrap .img3D {
	float: right;
	margin-right: 5%;
}



.subtitle-wrap {
	width: 100%;
	float: left;
	margin: 0 auto;
}

.subtitleh2-wrap {
	width: 90%;
	margin-left: 5%;
	margin-top: 5%;
	margin-bottom: 5%;
}

.subtitle-wrap .subtitleh2-wrap h3 {
	font-size: 3em;
	margin-top: 5%;
}


.subtitle-butt-wrap {
	column-count: 2;
	float: left;
	background-color: red;
	padding: 20px;
}

.subtitle-butt-wrap .butt1 button {
	line-height: 50px;	
}





.button-onlinekonf-wrap2 {
	float: left;
  	width: 100%;
  	column-count: 2;
  	line-height: 70px;
  	padding-right: 1%;
  	text-align: center;
  	margin-left: 10px;
  	margin-bottom: 3%;
}

.onlinekonf-dotaz {
	---margin-top: -230px;
	margin-bottom: 0;
	padding-bottom: 0;
	bottom: 0
}

.onlinekonf-footer { clear:both !important;
	margin-top: auto;
}

@media (max-width: 900px) {  
.eight-section .eight-section-wrap .button-eight-wrap .butt1 {
	float: none; display:none; 
	
}.eight-section .eight-section-wrap .button-eight-wrap .butt2 {
	float: none; display:block;
	
}
}
@media (max-width: 900px) {  
.eight-section .eight-section-wrap .button-eight-wrap .butt1 {
	float: none;
}

	.onlinekonf-section {
		margin-left: 0;
	}

	.onlinekonfpic {
		display: none;
	}

	.onlinekonf-section .onlinekonf-section-wrap h3 { 
		float: left;
		text-align: left;
		margin: 0;
		margin-left: 0;
		font-size: 3em;
		line-height: 50px;
		margin-top: 10%;
	}

	.onlinekonf-section-wrap {
		background-color: blue;
	}

	.onlinekonf-section-wrap .onlinekonf-info {
		margin-left: 0;
		width: 100%;
		margin-top: 5%;
		font-size:  1.1em;
		line-height: 30px;

	}
.onlinekonf-footer {
	margin-top: 30%;
}


	.onlinekonf-section-wrap .onlinekonf-info2 {
		margin-left: 0;
		width: 100%;
		margin-top: 5%;
		font-size:  1.1em;
		line-height: 30px;
	}


	.konf3D {
		width: 100%;

		background-color: #F5F5F5;
		float: left;
		width: 100%;
		padding-left: 8%;
		padding-right: 8%;
		margin-top: 10%;
		margin-left:-8%;
	}

	.konf3D .konf3Dh3 {
		float: left;
		text-align: left;
		margin: 0;
		margin-left: 0;
		font-size: 3em;
		line-height: 50px;
		margin-top: 10%;
	}

	.onlinekonf-section-wrap .konf3D .onlinekonf-info3 {
		margin-left: 0;
		width: 100%;
		margin-top: 5%;
		font-size:  1.1em;
		line-height: 30px;
	}


	.onlinekonf-sectionh2 {
		display: none;
	}

	.img3D {
	 	display: none;
	}

	.subtitle-wrap {
		float: left;
		width: 100%;
	}

	.subtitleh2-wrap {
		width: 100%;
		margin-left: 0;
	}

	.subtitleh2-wrap h3 {
		font-size: 1em;
		line-height: 50px;
		text-align: left;
		float: left;
		width: 100%;
		margin-top: 10%;
	}

	.onlinekonf-dotaz {
		float: aleft;
		margin-top: 5%;
		margin-bottom: 0; 
	}
}



/*FORM*/

.butt-form-wrap {
	float: left;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	top: 0;
	width: 100%;
	line-height: 30px;
	padding-top: 5%;
	margin-left: 20px;	
}



.form-button{
   	position: relative;
   	margin-top: 3%;
   	float: left;
   	margin-left: 20%;
   	background: linear-gradient(300deg, rgba(177,200,0,1) 0%, rgba(134,173,28,1));
   	border: 1px solid white;
    box-shadow: 0 0 0 8px rgba(177,200,0,1);
    background-color: red;
    height: 50px;
    color: white;
    width: 300px;
    font-size: 1.5em;
    border-radius: 30px;
    z-index: 1;
    outline: none;
    cursor: pointer;
 }

 .form-button:hover {
 	background: black;
 	box-shadow: 0 0 0 8px black;
 }








/*Online kurzy*/
.onlinekurz-section {
	float: left;
  	width: 100%;
  	margin: 0 auto;
  	z-index: 1;
  	text-decoration: none;
  	position: flex;
  	height: auto;
  	text-align: center;  	
}

.onlinekurz-section .onlinekurz-wrap {
	width: 86%;
  	padding-top: 8%;
  	padding-bottom: 2%;
  	position: relative;
  	margin: 0 auto;
  	margin-bottom: 2%;
}


.onlinekurz-section .onlinekurz-wrap h1 {
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	font-size: 5.0em;
  	float: left;
  	margin-left: 10px;
  	width: 100%;
  	left: 0;
  	padding-left: 0;
  	text-align: left;
  	line-height: 1;
  	font-family: 'Montserrat', sans-serif;
}


.onlinekurz-section .onlinekurz-wrap .onlinekurz-info-wrap {
	float: left;
 	margin-left: 10px;
 	margin-top: -2%;
 	width: 60%;
}

.onlinekurz-section .onlinekurz-wrap .onlinekurz-info-wrap p {
	position: relative;
 	float: left;
    font-size: 1.3em;
  	font-family: 'Montserrat', sans-serif;
  	color: black;
    line-height: 1.229;
    text-align: left;
    margin-top: 0;
    line-height: 1.3em;
	letter-spacing: 2px;
}


.onlinekurz-section .onlinekurz-wrap .articles-wrap {
	float: left;
	width: 100%;	
	text-align: center;
	top: 0;
	padding: 0;
	margin-top: 5%;
}

.onlinekurz-section .onlinekurz-wrap .articles-wrap div {
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 5%;
	padding: 0;
	margin-right: 2.4%;
	margin-left: 2.4%;
	border: 1px solid lightgrey;
}

.onlinekurz-section .onlinekurz-wrap .articles-wrap div:first-child {

}

.onlinekurz-section .onlinekurz-wrap .articles-wrap div:hover {
	-webkit-box-shadow: 0px 5px 15px 0px #c1b8b6; 
	box-shadow: 0px 5px 15px 0px #c1b8b6;
}

.onlinekurz-section .onlinekurz-wrap .articles-wrap .article:first-child {
	padding: 0;
	float: left;
}

.onlinekurz-section .onlinekurz-wrap .articles-wrap .article img {
	float: left;
	width: 100%;
}	

.onlinekurz-section .onlinekurz-wrap .articles-wrap .article h5 {
	font-size: 1.3em;
	width: 80%;
	text-align: left;
	margin-left: 5px;
	float: left;
	padding-left: 5%;
	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.onlinekurz-section .onlinekurz-wrap .articles-wrap .article .article-text {
	width: 80%;
	margin-left: 0;
	color: black;
	text-align: left;
	line-height: 1.5em;
	padding-left: 5%; clear:both;
}

.onlinekurz-section .onlinekurz-wrap .articles-wrap .article .date {
	text-align: right;
	margin-right: 4%;
	font-size: 0.7em;
	color: black;
}




@media (max-width: 600px) {  
	.onlinekurz-section .onlinekurz-wrap h1 {
		font-size: 3em;
		margin-top: 10%;
		margin-bottom: 5%;
		margin-left: 0;
	}

	.onlinekurz-section {
	}

	.onlinekurz-section .onlinekurz-wrap .onlinekurz-info-wrap {
		float: left;
		width: 100%;
		margin-left: 0;
	}
	.onlinekurz-section .onlinekurz-wrap .onlinekurz-info-wrap p {
		font-size: 1.1em;
		line-height: 30px;
	}

	.onlinekurz-info {
		width: 100%;
	}

	.articles-wrap {
		float: left;
		width: 100%;
		text-align: center;
		column-count: 1;
		top: 0;
		padding: 0;
		margin-top: 5%;
	}

	.onlinekurz-section .onlinekurz-wrap .articles-wrap div  {
		width: 100%;
		margin-left: 0;
	}

	.onlinekurz-section .onlinekurz-wrap .articles-wrap .article img {
		  float: left;
		  width: 100%;
		} 

	.article {
		float: left;	
	}

	.article-text {
		display: none;
	}

	.onlinekurz-section .onlinekurz-wrap .articles-wrap .article h5 {
		font-size: 1.3em;
		width: 80%;
		text-align: left;
		margin-left: 5px;
		float: left;
		padding-left: 0;
		background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	  	-webkit-background-clip: text;
	  	-webkit-text-fill-color: transparent;
	  	margin-top: 2%;
	  	margin-bottom: 2%;
	}


	.date {
		display: none;
	}

	.onlinekurz-headTitle {
		font-size: 2em;
		float: left;
		width: 100%;
	}

	.onlinekurzy-button {
		margin-top: 15%;
		cursor: pointer;
	}



	.lectors {
		font-size: 2em;
		line-height: 30px;
		margin-top: 5%;
		margin-bottom: 5%;
	}

	.lw {
		width: 100%;
		margin-left: 0;
		
	}





	.onlinekurz-section .onlinekurz-wrap .lectors-wrap {
		float: left;
		margin-left: 0;
	}

	.onlinekurz-section .onlinekurz-wrap .lectors-wrap div {
		
	}

	.onlinekurz-section .onlinekurz-wrap .lectors-wrap .lector {
		width: 100%;
		margin-left: 0;
	}

	.onlinekurz-section .onlinekurz-wrap .lectors-wrap .lector:first-child {
		
	}

	.onlinekurz-section .onlinekurz-wrap .lectors-wrap .lector img {
		awidth: 100%;
		afloat: left;

	}	

	.onlinekurz-section .onlinekurz-wrap .lectors-wrap .lector .lector-name {
		font-size: 1.1em;
		line-height: 30px;
		top: 0;
	}

	.onlinekurz-section .onlinekurz-wrap .lectors-wrap .lector .lector-position {
		
	}




}














.lectors {
	text-align: left;
}


.onlinekurz-section .onlinekurz-wrap .lectors-wrap {
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	top: 0;
	text-align: center;
	margin-bottom: 5%
}

.onlinekurz-section .onlinekurz-wrap .lectors-wrap div {
	width: 15%;
	float: left;
	text-align: center;
	margin-bottom: 5%;
	margin-right: 5%;
	margin-left: 5%;
}

.onlinekurz-section .onlinekurz-wrap .lectors-wrap .lector:first-child {
	padding: 0;
	float: left;
}

.onlinekurz-section .onlinekurz-wrap .lectors-wrap .lector img {
	float: aleft;
	width: 100%; border-radius: 50%;max-width:180px; margin-left:auto; margin-right:auto;  margin-top:50px; margin-bottom:50px
}	

.onlinekurz-section .onlinekurz-wrap .lectors-wrap .lector .lector-name {
	width: 100%;
	text-align: center;
	float: left;
	margin-top: -1%;
}

.onlinekurz-section .onlinekurz-wrap .lectors-wrap .lector .lector-position {
	width: 80%;
	margin-left: 10%;
}

.onlinekurzy-button {	
  	background: linear-gradient(300deg, rgba(177,200,0,1) 0%, rgba(134,173,28,1));
   	border: 1px solid white;
    box-shadow: 0 0 0 8px rgba(177,200,0,1);
    background-color: red;
    height: 50px;
    color: white;
    width: 300px;
    font-size: 1.5em;
    border-radius: 30px;
    z-index: 1;
    outline: none;
    text-align: center;
    cursor: pointer;
 }

.onlinekurzy-button:hover {
 	background: black;
 	box-shadow: 0 0 0 8px black;
 }


















/*Aktuality*/
 .digi-section {
	float: left;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	text-decoration: none;
	position: flex;
	height: auto;
	margin-bottom: 5%;
	margin-top: 5%;
	text-align: center;
}

 .digi-section .digi-section-wrap {
	width: 86%;
	padding-top: 3%;
	padding-bottom: 2%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 2%;
}

 .digi-section .digi-section-wrap img {
 	width: 100%;
 	float: left;
 } 

 
.digi-section-wrap .digi-headTitle {
  	background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 4.0em;
	float: left;
	margin-left: 10px;
	width: 80%;
	margin-left: 10%;
	left: 0;
	padding-left: 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}

 .digi-section-wrap  .digi-pozvanka {
 	float: left;
 	width: 70%;
 }

  .digi-section-wrap  .digi-pozvanka p {
  	text-align: left;
  	font-size: 1.3em;
  	line-height: 32px;
	font-weight: 400;
  	width: 90%;
  }

.linkakademie {
	text-decoration: none;
	color: #a6ce39;
}

.linkakademie:hover {
	text-decoration: none;
	color: black;
}

  .digi-section-wrap  .digi-lector {
  	float: left;
  	width: 28%;
  	margin: 0 auto;	  
  	text-align: center;
  	margin-left: 2%;
  } 

  .digi-section-wrap  .digi-lector img {
  	width: 60%;
  	margin-left: 20%;
  	margin-top: 8%;
  }

    .digi-section-wrap .digi-lector p {
  	width: 100%;
  	float: left;
  }

  .digi-section-wrap .digi-lector .digi-name {
  	font-weight: 900;
  	font-size: 1.6em;

  } 

    .digi-section-wrap .digi-lector .digi-position {
    	margin-top: -4%;
    	font-size: 1.3em;
    }

    .digi-tecky {
    	margin-top: 0;
    }


    .digi-button {
	
  	background: linear-gradient(300deg, rgba(177,200,0,1) 0%, rgba(134,173,28,1));
   	border: 1px solid white;
    box-shadow: 0 0 0 8px rgba(177,200,0,1);
    height: 50px;
    color: white;
    width: 300px;
    font-size: 1.5em;
    border-radius: 30px;
    z-index: 1;
    outline: none;
    margin-top: 2%;
    pointer-events: initial;
    margin-left: 2%;
    cursor: pointer;
  }

.digi-button:hover {
 	background: black;
 	box-shadow: 0 0 0 8px black;
 }

 .digi-video {
 	margin-top: 10%;
 	margin-left: 25%;
 	width: 50%;
 	float: left;
 	height: 400px;

 }




@media (max-width: 600px) { 
	.digi-section-wrap .digi-headTitle {
		background: linear-gradient(100deg, rgba(134,173,28,1) 0%, rgba(177,200,0,1));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 2em;
		float: left;
		margin-left: 0;
		width: 100%;
		left: 0;
		line-height: 40px;
		margin-top: 10%;
		padding-left: 0;
		text-align: left;
		text-transform: uppercase;
		line-height: 1;
		font-family: 'Montserrat', sans-serif; 
	}

	.bann {
		display: none;
	}

	.digi-section-wrap  .digi-lector {
	 	width: 100%;
	 	float: left;
	 	margin-top: 10%;
	}

  	.digi-section-wrap  .digi-lector img {
  		width: 50%;
  		margin: 0 auto;	  
  		text-align: center;
  		margin-left: 25%;
  	}

  	.digi-section-wrap  .digi-lector p {
  		margin-top: 5%;
  		width: 100%;
  		line-height: 25px;
		font-weight: 400;

  	}

  	.digi-section-wrap  .digi-lector .digi-name {
  		float: left;
  		width: 100%;
  	}

  	.digi-video {
  		width: 100%;
  		margin-left: 0;
  		margin-top: 15%;

  	}

  	.digi-section-wrap  .digi-lector .digi-position {
  		float: left;
  		width: 100%;
  		margin-top: 1%;
  	}

	.digi-section-wrap  .digi-pozvanka {
		width: 100%;
		margin-top: 5%;
	}

	.digi-section-wrap  .digi-pozvanka p {
		width: 100%;
		font-size: 1.1em;
		line-height: 30px;
	}

	.digi-button { 
		margin-top: 10%;
		margin-left: 0;
	}


}












/*LOGIN*/
.log-section {
	float: left;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
	text-decoration: none;
	position: flex;
	height: auto;
}

.log-section .log-section-wrap {
	width: 30%;
	padding-top: 4%;
	padding-bottom: 2%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 2%;
	margin-top: 5%;
}

.log-section .log-section-wrap h2 {
	margin-top: 15%;
}


.logform {
	padding-bottom: 2%;
}


.emname, .psw {
	width: 80%;
	float: left;
	margin-left: 10%;
	line-height: 3;
}

.psw {
	margin-top: 2%;
}

.emname-inp, .psw-inp {
  width: 80%;
  float: left;
  padding: 12px 20px;
  margin-left: 10%;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  box-shadow: 0 0 0 3px rgba(177,200,0,1);
  height: 50px;
  color: black;
  font-size: 1.5em;
  border-radius: 30px;
  outline: none;
}

.submit {
  left: 0;
  margin-left: 0;
  background: linear-gradient(300deg, rgba(177,200,0,1) 0%, rgba(134,173,28,1));
  border: 1px solid white;
  box-shadow: 0 0 0 8px rgba(177,200,0,1);
  height: 50px;
  color: white;
  width: 80%;
  font-size: 1.5em;
  border-radius: 30px;
  z-index: 1;
  outline: none;
  margin-left: 10%;
  margin-top: 5%;
  cursor: pointer;
}

.submit:hover {
  background: black;
  box-shadow: 0 0 0 8px black;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

img.avatar {
  border-radius: 50%;
  margin-top: 5%;
  width: 30%;
}

.container {
  padding: 16px;
}

.lostlog {
  float: right;
  padding-top: 16px;
  right: 0;
  text-align: center;
  color: black;
  width: 100%;
}

.lostlog a {
	 text-decoration: none;
	 color: black;
	 font-size: 1em;
}

.lostlog a:hover {
	color:  #a6ce39;
}


.pointis-log {
	margin-top: 0;
}

@media screen and (max-width: 600px) {
  span.psw {
     display: block;
     float: none;
  }

  .log-section .log-section-wrap {
  	width: 100%;
  }

  .lostlog {
  	margin-left: 0;
  }

  .log-section .log-section-wrap h2 {
  	font-size: 2em;
  	width: 70%;
  	text-align: left;
  	margin-left: 10px;
  }


}

@media not all and (min-resolution:.001dpcm) { 
     @supports (-webkit-appearance:none) {
      .logo, #logo { margin-left:100px}

     }
}