<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------------------------------
    Start Basics
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body, html {
  height: 100%;  /* Pï¿½idï¿½nï¿½ vï¿½ï¿½ky na 100% pro flexbox */
  margin: 0;     /* Odstranï¿½ vï¿½chozï¿½ okraje */
  padding: 0;    /* Odstranï¿½ vï¿½chozï¿½ padding */
  font-family: 'Rubik', sans-serif;
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden !important;
}

p {
  font-size: 15px;
  font-weight: 300;
  color: #7f7f7f;
  line-height: 1.6;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

button:focus{
	outline: none !important;
}

.overlay-section {
	background-image: url("../images/banner.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	position: relative;
}

.overlay-section::before{
	/**background: rgba(0,0,0,0.75);  tmavï¿½ filtr **/
	position: absolute;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.header-area{
	height: 100%;
}
.overlay-section{
	height: 100%;
}

.top-bar{
	color: #848484;
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	width: 100%;
	padding: 20px;
	top: 0;
	z-index: 10;
	background: rgba(255,255,255);
	-webkit-transition: .3s ease 0s;
	-o-transition: .3s ease 0s;
	transition: .3s ease 0s;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.30);
  align-items: center;
  text-align: center; 
}

.top-bar span {color: #ccd100;
}

/** .banner-content{
	position: relative;
	z-index: 2;
	display: table;
	min-height: 100%;
	height: 100%;
}   **/

/**.banner-content {
    position: relative;
    z-index: 2;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100vh;
} */

.banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center; /* Horizontï¿½lnï¿½ stï¿½edï¿½nï¿½ */
    align-items: center; /* Vertikï¿½lnï¿½ stï¿½edï¿½nï¿½ */
    height: 100vh; /* Vï¿½ï¿½ka na 100% vï¿½ï¿½ky okna */
}

.submit-button button{
	background: #ffffff;
}

/**    starï¿½ ï¿½eï¿½enï¿½
 *.inner-content{ 
	margin: 15px;
	padding: 0 20px;
	display: table-cell;
	height: 100%;
	/** vertical-align: middle;**/
  /** text-align: center; /* Pï¿½idï¿½nï¿½ zarovnï¿½nï¿½ na stï¿½ed  */

.inner-content {
  margin: 15px;
  padding: 0 20px;
  text-align: center; 
}

.inner-content h1, .inner-content h2, .inner-content p {
    text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.9), 
                 -4px -4px 15px rgba(0, 0, 0, 0.7); /* Silnï¿½ stï¿½n pro vï¿½raznï¿½ efekt */
}


.inner-content h1{
	color: #ffffff;
	margin: 0px;	
	font-size: 33px;
	padding-bottom: 20px;
}

.inner-content h1 span{
	color: #ccd100;
	font-weight: 700;
	font-size: 37px;
	padding-bottom: 20px;
}

.inner-content h2{
	color: #ffffff;
	margin: 0px;	
	font-size: 40px;
	padding-bottom: 20px;
}

.inner-content h2 span{
	color: #ccd100;
	font-weight: 700;
	font-size: 44px;
}

/** text **/
.inner-content p{
	color: #ffffff;
	font-size: 20px;
	margin: 20px auto;
}
/** button **/

.btn-style-one {
    background: #ccd100; /* Vï¿½chozï¿½ ï¿½lutï¿½ pozadï¿½ */
    color: #000000; /* Vï¿½chozï¿½ tmavï¿½ text */
    border: 2px solid #ccd100;
    text-transform: uppercase;
    padding: 11px 40px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.btn-style-one:hover {
    background: rgba(0, 0, 0, 0.9); /* Tmavï¿½ pozadï¿½ pï¿½i hoveru */
    color: #ccd100; /* ï¿½lutï¿½ text pï¿½i hoveru */
    border-color: #ccd100; /* Zachovï¿½nï¿½ ï¿½lutï¿½ho okraje */
}
 


@media (min-width: 991px) and (max-width: 1015px) {

	.inner-content h1{
		font-size: 24px;
		min-margin-top: 50px;
	}
	.inner-content h1 span{
		font-size: 26px;
	}
	.inner-content h2{
		font-size: 20px;
	}
	.inner-content h2 span{
		font-size: 30px;
	}
	.inner-content p{
		font-size: 20px;
	}
	.btn-style-one{
		font-size: 16px;
		padding: 11px 18px;
	}

}


/* Responsive Css **************************************************************************************/

@media (min-width: 768px) and (max-width: 991px) {
	
	.inner-content h1{
		font-size: 22px;
		min-margin-top: 50px;
	}
	.inner-content h1 span{
		font-size: 24px;
	}
	.inner-content h2{
		font-size: 18px;
	}
	.inner-content h2 span{
		font-size: 28px;
	}
	.inner-content p{
		font-size: 18px;
	}
	.btn-style-one{
		font-size: 14px;
		padding: 11px 18px;
	}

}
@media (max-width: 767px) {
	/**.top-bar{
		position: relative;
	}**/
	.inner-content h1{
		font-size: 22px;
		min-margin-top: 50px;
	}
	.inner-content h1 span{
		font-size: 24px;
	}
	.inner-content h2{
		font-size: 18px;
	}
	.inner-content h2 span{
		font-size: 28px;
	}
	.inner-content p{
		font-size: 18px;
	}
	.btn-style-one{
		font-size: 13px;
		padding: 11px 18px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}


@media (max-width: 1015px) {
	padding-top: 100px;
}



























</pre></body></html>