@font-face {
    font-family: 'Montserrat';
    src: url(/font/'Montserrat'-Regular.ttf);
}
body{
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
}
.celek{
	width: 100%;
}
.header{
	z-index: 10000;
	background: rgb(35 38 45 / 75%);
	position: fixed;
	top: 0;
	width: 100%;
}

.container{
	display: flex;
	width: 1173px;
	margin: 0 auto;
}
.container_block{
	display: block;
	width: 1173px;
	margin: 0 auto;
}
.menu_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.submenu{
    transition: 300ms;
	display: block;
	opacity: 0;
	height: 0;
	overflow: hidden;
	position: absolute !important;
	background: rgb(35 38 45 / 100%);
	left: 0;
    top: 100px;
    width: 680px;
    padding-bottom: 0px;
}
.menu ul{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li{
	float: left;
	list-style: none;
    transition: 300ms;
	margin: 0;
	position: relative;
}
.menu ul li a{
	color: #fff;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	display: block;
	padding: 40px 20px;
}
.submenu li a{
	display: inline-block !important;
	float: left;
    transition: 300ms;
}
.menu ul li:hover{
	background: rgb(35 38 45 / 100%);
}
.menu ul li:hover a{
	color: #ceb875;
    transition: 300ms;
}
.menu ul li a:hover{
	background: rgb(35 38 45 / 100%);
	color: #ceb875;
}
.menu ul li:hover .submenu{
	height: auto;
	opacity: 1;
    padding-bottom: 30px !important;

	display: block;
}
.submenu li a {
	display: inline-block !important;
    float: left;
    transition: 300ms;
    padding: 30px 0px 0px 22px !important;
    color: #fff !important;
}
.submenu li a:hover {
    color: #ceb875 !important;
}
.submenu li{
    transition: 300ms;
	display: inline-block;
	width: 33%;
}
.slider{
	background: transparent;
	background-size: cover;
	width: 100%;
	position: relative;
}
.font_yeseva{
	font-family: "Montserrat";
}
.onasfooter{
	font-family: "Montserrat";
	font-weight: normal;
	font-size: 16px;
}
.multiple-items-slider img{
	width: 100%;
}
.nadpis_content{
	margin: 0 auto;
	margin-top: 100px;
	text-align: center;
	position: relative;
	top: 150px;
}
.nadpis_title{
	color: #fff;
	font-size: 61px;
	font-weight: 600;
	font-family: 'Montserrat';
}
.sluzby_nadpis_zarov{
	position: relative;
	left: -295px;
	top: -100px;
}
.s_carou_pryc{
	text-decoration-line: none;
}
.podbarveni{
	color: #ceb875;
}
.sede_texty{
	color: #353e46;
}
.text_title{
	color: #fff;
	font-size: 20px;
	margin: 20px 0;
}
.yellow_button{
    display: inline-block;
    background: #ceb875;
    border: 2px solid transparent;
    color: #fff;
    transition: 300ms;
    text-decoration: none;
    padding: 12px 61px;
    border-radius: 20px;
}
.yellow_button:hover{
	border: 2px solid #ceb875;
	background: transparent;
}
.karty {
    display: flex;
    width: 1173px;
    margin: 0 auto;
    margin-top: 100px;
    flex-direction: row;
    border: 1px solid #ceb875;
    justify-content: space-around;
    flex-wrap: wrap;
    flex: auto;
}
.clearfix{
	clear: both;
	width: 100%;
}
.karta{
    margin: 0px;
    text-align: center;
    padding: 20px;
    transition: 300ms;
    flex: auto;
}
.karta_title{
	font-family: 'Montserrat';
	color: #fff;
	font-size: 24px;
    transition: 300ms;
}
.karta img{
	margin: 30px 0;
    transition: 300ms;
    height: 38px;
}
.karta_line{
	background: #ceb875;
	height: 2px;
	width: 80px;
	display: inline-block;
	margin: 19px 0 12px 0;
}
.karta_desc{
	color: #fff;
	display: inline-block;
	margin: 0 0 19px 0;
}
.bg_a{
	background: #464f57;
}
.bg_b{
	background: #353e46;
}
.bg_c{
	background: #272e35;
}

.yellow_button_small{
	display: inline-block;
    transition: 300ms;
    background: transparent;
    color: #ceb875;
    border: 2px solid #ceb875;
    text-decoration: none;
    padding: 5px 11px;
    border-radius: 20px;
}
.karta:hover .karta_title{
	color: #ceb875;
}
.karta:hover img{
    filter: brightness(0.5) sepia(1) saturate(173%);
}
.karta:hover .yellow_button_small{
	background: #ceb875;
	color: #353e46;
}
.section_blue{
	padding: 30px 0 50px;
	background: #353e46;
}
.section_gray{
	padding: 30px 0 50px;
	background: #f8f8f9;
}
.section_kladivo{
	width: 100%;
	padding: 100px 0 100px;
	background: #353e46;
	background-size: cover;
}
.section_fff{
	padding: 30px 0 0px;
	background: #fff;
}
.about{
	margin-top: 200px;
}
.about_stovka{
	margin-top: 100px;
	margin-bottom: 100px;
}
.section_sluzby {
    display: flex;
    width: 1173px;
    margin: 0 auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}
.sekce_nadpisy {
    display: flex;
    width: 1173px;
    margin: 0 auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}
.section_odmena {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.odmena_uvoz_jedna{
	max-width: 5%;
    margin-right: 25px;
    padding-top: 0px;
}
.za_uvoz_jedna{
	width: 930px;
	display: inline-block;
}
.odmena_uvoz_dva {
    max-width: 5%;
    margin-right: 25px;
}
.kartafr{
    margin: 0px;
    text-align: center;
    flex: auto;
}
.karieravicemobile{
	text-align: center;
}
.za_uvoz_dva{
	width: 930px;
	display: inline-block;
}
.odmena_uvoz_tri {
    max-width: 5%;
    margin-right: 25px;
}
.za_uvoz_tri{
	width: 930px;
	display: inline-block;
}
.odmena_uvoz_ctyri {
    max-width: 5%;
    margin-right: 25px;
}
.za_uvoz_ctyri{
	width: 930px;
	display: inline-block;
}
.odstavecuvozovky{
	margin: 0 200px;
}
.kladivomobil{
	display: none;
}

.odmena_obrazektri{
	margin-bottom: 0px;
	max-width: 40%;
	margin-top: 20px;
	float: right;
}
.rem_dec_odkazu{
	text-decoration: none;
	color: black;
}
.rem_dec_odkazu_bila{
	text-decoration: none;
	color: white;
}
.rem_dec_odkazu_podbarveni{
	text-decoration: none;
	color: #ceb875;
}
.nav_bar_design{
	list-style-type:none;
	line-height:280%;
	width: 100%;
}
.nav_bar_design a:link{
	border-left: 3px solid #666;
	width: 70%
    padding: 4.8px 4px;
    padding-left: 15px;
}
.nav_bar_polozky{
	width:110%;
	border-bottom:1px solid black;
}
.styl_obrazekdva{
	margin-bottom: 30px;
	max-width: 100%;
	margin-top: 20px;
}
.odmena_obrazekdva{
	margin-bottom: 0px;
	max-width: 40%;
	margin-top: 20px;
	float: left;
	filter: brightness(50%);
}
.odmena_advokata_text {
    margin-top: 50px;
    width: 58%;
    float: right;
}
.odmena_advokata_textdva{
	float: left;
	width: 58%;
	margin-top: 50px;
}
.tymfr_frantisek_text {
    position: relative;
    margin-left: 70px;
    margin-top: 300px;
    margin-bottom: 200px;
}

.kartyfr {
    display: flex;
    width: 1173px;
    margin: 0 auto;
    margin-top: 10px;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    flex: auto;
}
.premena_barvy:hover{
	color: #ceb875;
	border-left-color: #ceb875;
	transition: 300ms;
}
.main_btn_color{
    display: inline-block;
    background: #ceb875;
    border: 2px solid transparent;
    color: #353e46;
    transition: 300ms;
    text-decoration: none;
    padding: 10px 51px;
    border-radius: 20px;
}
.main_btn_color:hover{
	border: 2px solid #ceb875;
	background: transparent;
	color: #353e46;
}
.pulka{
	width: 50%;
	float: left;
}
.dvacetpetprocent{
	width: 25%;
	float: left;
}
.dvacetpetprocent_odmena{
	width: 25%;
	float: left;
}
.podpis{
	float: right;
}
.horni_pozadi{
	background: url("/images/sluzby_obrazek.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
}
.horni_pozadi_odmena{
	background: url("/images/odmena_obrazek.png");
	background-position:center;
	background-size: 100%;
	height: 400px;
	background-repeat: no-repeat;
}
.horni_pozadi_tymfr{
	background: url("/images/tym_uvod.png");
	background-position:top;
	background-size: 150%;
	height: 400px;
	background-repeat: no-repeat;
}

.frantisek_tymfr{
	max-width: 100%;
}
.nadpis_content_podstranka{
	margin: 250px auto 100px;
	text-align: center;
}
.nadpis_content_podstrankadva{
	display: block;
	margin: 150px auto 100px;
	text-align: left;
	float: left;
	width: 100%;
}
.nadpis_title.sekce_nadpisy{
	width: 100%;
	display: block;
	margin-left: 0;
	margin-right: 0;
}
.nadpis_title.sekce_nadpisy span{
	margin-left: 50px;
	margin-right: 50px;
}
.text_title.sekce_nadpisy{
	width: 100%;
	display: block;
	margin-left: 0;
	margin-right: 0;
}
.text_title.sekce_nadpisy p{
	margin-left: 50px;
	margin-right: 50px;
}
.about_stovka.kontakt .section_odmena .dvacetpetprocent_odmena.hfix{
	width: 100%;
	float: none;
	text-align: center;
	margin-left: 0;
}

.row_flex{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    flex: auto;
    align-content: center;
    align-items: center;
}
.tymfr_obrazky{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.velkyinfobox{
  width: 100%;
  height: 85px;
  position: relative;
  top: -10px;
  background-color: #353e46;
  text-align: center;
  padding-top: 0.1px;
  font-family: "Montserrat";
  color: white;
}
.infobox{
  height: 40px;
  background-color: #353e46;
  text-align: center;
  padding-top: 20px;
  font-family: "Montserrat";
  color: white;
  text-decoration: none;
}
.infobox_clen{
	position: relative;
    top: -10px;
}
.sub_x{
	font-family: 'Montserrat';
	color: #000;
	font-size: 20px;
	margin-top: 25px;
	display: block;
	margin-bottom: 0px;
}
h1{
	margin-bottom: 0px;
	font-weight: normal;
}
h2{
	color: #ceb875;
	margin-bottom: -15px;
}

.tucny_text{
	font-weight: bold;
}
.karta_line_h2{
	background: #ceb875;
	height: 3px;
	width: 80px;
	display: inline-block;
	margin: 12px 0 19px 0;
}
.karta_line_h2_center{
	background: #ceb875;
	height: 3px;
	width: 80px;
	display: inline-block;
	margin: 12px 0 19px 0;
}
.frantisek{
	width: 90%;
    margin-bottom: 0;
    padding-bottom: 0;
}
.section {
    display: flex;
    width: 1173px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.section_sub {
    display: flex;
    width: 1173px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
p{
	text-align: justify;
}
.section_blue h2{
	color: #ceb875 !important;
}
.section_blue .sub_x{
	color: #fff !important;
}
.tretina{
	float: left;
	width: calc(33% - 28px - 18px);
	position: relative;
	padding: 28px 20px;
	transition: 300ms;
}
.tretina:hover{
	background: #272e35;
}
.tretina:hover .tretina_link{
	text-decoration: underline;
}
.tretina a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tretina img{
	float: left;
	width: 10%;
	margin-left: 7.5%;

}
.tretina_data{
	float: right;
	width: 75%;
}
.tretina_title{
	font-family: 'Montserrat';
	color: #ceb875;
	margin-top: 15px;
	font-size: 20px;
}
.tretina_text{
	font-size: 14px;
	margin-top: 10px;
    text-align: justify !important;
    color: #fff;
    display: block;
    margin: 0;
    padding: 0;
	color: #fff;
}
.tretina_link{
	color: #ceb875;
	margin-top: 10px;
	transition: 300ms;
	font-size: 14px;
}
.person_title{
	font-size: 24px;
	color: #ceb875;
}
.person_title_m{
	display: none;
}
.aaaa{

	position: absolute;
	left: 150px;
	top: 90px;
}
.person_title2{
	font-size: 24px;
	color: #ceb875;
	text-align: left;
	position: absolute;
	left: 150px;
	top: 90px;
}
.person_title3{
	font-size: 24px;
	color: #ceb875;
	text-align: left;
}
.person_info{
height: 300px;
    border: 2px solid #ceb875;
    padding: 30px;
    border-radius: 0px;
    margin-top: 50px;
    background-color: #332e32;
    text-align: center;
}
.ostatni{
	max-width: 90%;
	max-height: 458px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.conters{
	max-width: 1175px;
	margin: 0 auto;
}
.counter{
	float: left;
	width: calc(33% - 4px);
	text-align: center;
}
.number{
	font-family: 'Montserrat';
	color: #ceb875;
	font-size: 54px;
}
.counter_title{
	font-family: 'Montserrat';
	color: #fff;
	font-size: 22px;
}
.ref_popis{
	font-size: 14px;
}
.ref_jmeno{
	font-family: 'Montserrat';
	color: #000;
	font-size: 18px;
}
.ref_job{
	color: #ceb875;
	font-size: 14px;
}
.ref{
	text-align: center;
	width: 33%;
}
.ref_inner{
	text-align: center;
	background: #fff;
	margin: 3%;
	padding: 6%;
	transition: 300ms;
}
.ref_inner:hover{
	   box-shadow: 0px 0px 10px rgb(0 0 0 / 33%);
}
input[type="text"]{
	display: inline-block;
	width: 100%;
	padding: 13px;
	outline: none;
	margin-bottom: 10px;
	font-size: 16px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
}
textarea{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	padding: 13px;
	outline: none;
	margin-bottom: 10px;
}
.main_btn_color_p{
    display: inline-block;
    background: #ceb875;
    border: 2px solid transparent;
	font-family: 'Montserrat', sans-serif;
    color: #353e46;
    cursor: pointer;
    transition: 300ms;
    text-decoration: none;
    padding: 10px 51px;
	font-size: 16px;
    border-radius: 20px;
}
.main_btn_color_p:hover{
	border: 2px solid #ceb875;
	background: transparent;
	color: #fff;
}
footer{
	padding: 80px 0 80px;
	max-width: 1176px;
	width: 100%;
	margin: 0 auto;

}
.tretina_x{
	float: left;
	width: 33%;
}
.abx a{
    color: #ceb875;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    font-size: 60px;
}
.tretina ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tretina_x ul li a{
	color: #000;
	font-family: 'Montserrat';
	text-decoration: none;
	font-size: 16px;
}
.tretina_x ul li{
	list-style: none;
	margin-bottom: 5px;
}
.section_sipka_left{
	position: absolute;
	left: -40px;
	background: transparent;
    border: 1px solid #cdb778;
    border-radius: 99px;
    width: 30px;
    height: 30px;
	top: 50%;
	cursor: pointer;
	z-index: 99;
	transform: translateY(-50%);
}
.section_sipka_right{
	position: absolute;
	right: -40px;
	background: transparent;
    border: 1px solid #cdb778;
    border-radius: 99px;
    width: 30px;
    height: 30px;
	top: 50%;
	cursor: pointer;
	z-index: 99;
	transform: translateY(-50%);
}
.section_sipka_left_x{
	position: absolute;
	left: 40px;
	color: #fff;
	background: transparent;
    border: 1px solid #cdb778;
    width: 30px;
    height: 30px;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	z-index: 500;
}
.multiple-items-slider{
	position: absolute !important;
    width: 100% !important;
}
.section_sipka_right_x{
	position: absolute;
	right: 40px;
	color: #fff;
	background: transparent;
    border: 1px solid #cdb778;
    width: 30px;
    height: 30px;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
	z-index: 500;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  top: -30px;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.person_info:hover .flip-card-inner {
  transform: rotateY(180deg);
}


/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #332e32;
  color: white;
  text-align: center;
}
.flip-card-front.mobilever p{
	text-align: center;
}
.karta_text_leva{
	text-align: left;
}

/* Style the back side */
.flip-card-back {
  background-color: #332e32;
  color: white;
  transform: rotateY(180deg);
  padding-top: 0;
}

.textvkarte{
	padding-left: 0;
}

.tvar1{
	position: absolute;
	top: -62px;
	left: -30px;
	background: url(/tvar1.jpg) center center no-repeat;
	background-size: 100%;
	width: 140px;
	height: 200px;
	z-index: 0;
}
.tvar2{
    position: absolute;
    top: 151px;
    right: 0px;
    background: url(/tvar2.jpg) center center no-repeat;
    background-size: 100%;
    width: 140px;
    height: 200px;
    z-index: 0;
}

.card_geomet {
     width: 100px;
     height: 100px;
     border-left: transparent;
     border-right: 60px solid transparent;
     border-bottom: 60px solid #ceb875;
     position:absolute;
 }
.card_geomet2 {
     width: 90px;
     height: 90px;
     border-left: transparent;
     border-right: 50px solid transparent;
     border-bottom: 50px solid #2c2c2b;
     position:absolute;
 }

.aztowerpic img{
position: absolute;
    width: 23%;
    top: 98px;
    left: 20px;
}

.hfix h2{
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 32px;
}
.relative{
	position: relative;
}

.aktivni-klienti-style{
	border-right: 2px solid #ceb875;
}
.headerh1{
	font-size: 0px; position: absolute; left: -9999px; color: transparent;
}
.hlavnilogo{
	filter: invert(1); height: 120px; margin: 10px 0;
}
.ostatnimargin{
	margin-bottom: -4px;
}
.bila{
	color: #fff;
}
.poraditimg{
	width: 50%; position: absolute; left: 0; height: 100%; float: left; background: url('/images/potrebuji_poradit.jpg'); background-size: cover;
}
.poraditimg2{
	width: 100%; position: absolute; left: 0; height: 40%; float: left; background: url('/images/potrebuji_poradit.jpg'); background-size: cover;
}
.poradit-style{
	padding: 50px 20px; width: calc(50% - 40px); float: right;
}
.poradit-style2{
	padding-bottom: 50px; padding-top: 500px; width: 100%; float: right;
}
.poradit-style2 p{
	margin-left: 20px; margin-right: 20px;
}
.poradit-style2 input{
	width: 80%;
}
.poradit-style2 #formtabbutton{
	width: 40%;
	text-align: center;
}
.poradit-style2 textarea{
	width: 80%;
}
.karta-uprava{
	display: inline-block;
    width: 30%;
    margin: 20px;
    font-size: 20px;
}
.readexpro{
	font-family: 'Montserrat';
}
.tymkarta-uprava{
	width: 20%;
    margin: 60px;
    display: inline-block;
}
.pravnicidesktop{
	display: block;
}
.pravnicimobile{
	display: none;
}
.pravnipraxefix{
	display: none;
}
.refmobile{
	display: none;
}
.refdesktop{
	display: block;
}
.poraditmobile{
	display: none;
}
.poraditdesktop{
	display: block;
}
.footerstylemob{
	display: none;
}
.header .container{
	width: 90%;
	margin-left: 20px;
}
.menu{
	display: block;
}
.hiddenmenu{
	display: none;
	border-radius: 2px;
    height: 30px;
    line-height: 4px;
    margin: 12px 0px 5px;
    padding: 2px 4px 0;
    width: 40px;
    cursor: pointer;
}
.hiddenmenu span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: white;
}
.hiddenmenu.active span,
.hiddenmenu:hover span {
    background: #ceb875;
}
.titlelogo{
	display: none;	
	filter: invert(1);
	width: 20%;
	margin-left: auto;
  	margin-right: auto;
  	margin-top: 15px;
    margin-bottom: 15px;
}
.titlelogodiv{
	text-align: center;
}
.nastymnadpis{
	margin: 0 100px;
}
.obrazekdvazarovnanidiv{
	text-align: center;
}
.tymuvodzarovnanidiv{
	text-align: center;
}
.sluzbynadpis{
	width: 100%;
	text-align: center;
}
.sluzbykartycontainer{
	margin: 0 20px;
	text-align: center;
	padding-bottom: 150px;
}
.nastymnadpisstyl{
	margin-bottom: 0px;
    font-weight: normal;
    font-size: 32px;
}
.stylovaniprotymnadpis{
	text-align: left;
	margin: 0 100px;
}
.section_odmena.tymovasekce{
	display: inline-block;
}
.hlavniclensekce{
	display: inline-block;
	margin: 0 100px;
}
.hlavniclensekce .dvacetpetprocent_odmena.hfix{
	width: 40%;
}
.hlavniclensekce .pulka.tymfr_frantisek_text{
	float: right;
}
.about_stovka.tymovastovka.kamilauprava .hlavniclensekce{
	width: 80%;
}
.yellow_button.mobilnitlacitko{
	display: none;
}
.praktikantkamobileredes{
	display: block;
}

