


 @media only screen and (max-width: 1130px) { 

 .proc_s_nami .wrapper i {
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.proc_s_nami .carousel .card h3 {
  font-size: 1.2em;
  height: 80px;
  padding: 0px 20px 0px 20px;
}

.proc_s_nami .carousel .card {
  height: 420px;
}

.chybovka_404 h1 {
	font-family: 'HelveticaNeueCEThin';
  font-size: 2em;
  color: #595959;
  padding: 120px 5% 0 5%;
  line-height: 1.4em;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}


.header_main {
	width: 90%;
	padding: 0 5% 100px 5%;
}


.header_main h1 {
	width: 60%
	font-size: 3.5em;
	width: auto;
	padding: 40px 0 0 40px;
	
}

.header_main span {
	line-height: 1.1em;
	width: 60%;
	font-size: 0.4em;
	word-spacing: -4px;
	padding-bottom: 50px;
}

.hp {
	background-size: 140% auto;
}



.overlay {
	display: block;
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: #333333;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}


.overlay a {
    padding: 3vh;
    text-decoration: none;
    font-size: 4vh;
    color: white;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: black;
}

.overlay .closebtn {
    position: absolute;
    top: 4px;
    right: 10px;
    font-size: 60px;
}

.menu_fix {
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 150;
	border-radius: 0 0 0 30px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.40);
	

}

.menu_fix_bg {
	width: 84px;
	height: 84px;

}

.menu_fix .fix_btn {
	width: 84px;
	height: 84px;
	background-color: #ff5f00;
	border-radius: 0 0 0 30px;
	
}

.menu_fix .fix_btn .content .cara {
	margin: 0 0 10px 0;
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #FFFFFF;
    border-radius: 3px;

}

.menu_fix .fix_btn .content {
	padding: 25% 20%;

}

.header_top {
	width: 350px;
	height: auto;
	margin: 0 5%;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 0px 4px grey;
}

.header_top .logo {
	background-image:url('../grafika/logo.svg');
	background-repeat:no-repeat;
	background-position: top left;
	background-size: contain;
	width: 260px;
	height: 83px;
}

.header_top .wrapper {
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
}

nav {
	display: none;
}

.highlight_box .popis {
	display: none;
}


.highlight_box {
	width: 660px;
	height: auto;
	margin: 130px auto 0 auto;
}

.hl_rozmery {
	width: 220px;
	height: 160px;
	text-align: center;
}

.highlight_box .wrapper {
	margin: 0px 0 0 0;
	display: flex;
	justify-content: space-around;
}

.highlight_box h2 {
	font-size: 1.1em;
	color: #333333;	
	font-weight: 500;
	padding: 30px 30px 0 30px;
	line-height: 1.2em;
	text-align: center;
	height: 60px;
}


.hl_01 .ikona {
	background-size: 100px 71px;
	position: absolute;
	width: 220px;
	height: 99px;
	margin: -50px 0 0 0;
}

.hl_02 .ikona {
	background-size: 100px 71px;
	position: absolute;
	width: 220px;
	height: 99px;
	margin: -50px 0 0 0;
}


.hl_03 .ikona {
	background-size: 100px 71px;
	position: absolute;
	width: 220px;
	height: 99px;
	margin: -50px 0 0 0;
}


.highlight_box .btn {
	font-size: 0.9em;
	color: white;	
	font-weight: 500;
	padding: 10px 20px 10px 20px;
	border-radius: 15px;
	line-height: 1.4em;
	text-align: center;
	background-color: #333333;
	display: inline-block;
}


.proc_s_nami {
	background-image:url('../grafika/proc_s_nami_bg.jpg');
	background-repeat:no-repeat;
	background-position: top left;
	background-size: cover;
	width: 100%;
	text-align: center;
	padding: 50px 50px 0 50px;
 	margin: 100px 0 0 0;
}


.proc_s_nami h2 {
	font-size: 2.8em;

}


.proc_s_nami .heading_1 {
	background-image:url('../grafika/ico_nadpisy/ico_proc_s_nami.svg');
	background-repeat:no-repeat;
	background-position: center left;
	padding: 0 0 0 70px;
}


.vyhody_polozka {

	padding-left: 50px;
	padding-right: 50px;
}

.vyhody_polozka h3 {
	font-size: 1.3em;
	padding: 0 0 20px 0;
}

.vyhody_polozka p {
	font-size: 0.9em;
	color: white;	
	font-weight: 400;
	padding: 0 20px;
	line-height: 1.4em;
	text-align: center;
	height: 290px;
}

.vyhody_arrow {
	display:none;

}

.sekce_blog {
	width: 90%;
	padding: 80px 5% 30px 5%;
	text-align: center;
}

.clanky {
	padding: 50px 0 0 0;
}

.sekce_blog .clanky {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.sekce_blog .vlevo {
	width: 80%;
	padding: 0 0 8px 0;
}

.sekce_blog .vpravo {
	width: 80%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sekce_blog .vpravo .polozka {
	margin: 0 0 8px 0;
	width: 49.5%;
}

.sekce_blog .vlevo img {
	width: 100%;
	height: 358px;
}

.sekce_blog .vpravo img {
	width: 100%;
	height: 180px;
}

.sekce_blog .vlevo h3 {
font-size: 1.3em;
}

.sekce_blog .vlevo p {
font-size: 0.9em;
}

.sekce_blog .vlevo .text_container {
	height: 130px;
	width: auto;
	padding: 0 50px 0 0;
}

.sekce_blog .vpravo h3 {
text-align: left;
font-size: 1.1em;
font-weight: 400;
padding: 12px 30px 0 20px;
color: 	#333333;
}

.sekce_blog .vpravo .text_container {
	background-color: #f0f0f0;
	height: 60px;
	width: auto;
}

.header_blog {
    width: 80%;
    padding: 0 0;
  }

 @media only screen and (max-width: 930px) { 

.ikony{
	display: none;
}

}


.main_img {
	width: 80%;
	height: auto;
	border-radius: 0 100px 0 100px;
	object-fit: cover;
	margin: 0 auto 50px auto;
	border:0;

}

.regular_img {
	width: 80%;
	height: auto;
	border-radius: 40px;
	object-fit: cover;
	margin: 0 auto 60px auto;
	border:0;
	display: block;

}


















@media only screen and (max-width: 740px) { 


.kontakt_container .vlevo h4 {
  font-size: 1.2em;
}

.sekce_kontakt .adresa {
  background-image: url('../grafika/adresa.svg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 35px;
  padding: 0 0 30px 50px;
}

.blog-clanky-list {
	display: flex;
	justify-content: center;
	width: 90%;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 50px 5% 150px 5%;
	gap: 100px;
}

.blog-clanek {
	width: 90%;
	max-width: 400px;
	border-bottom: 1px solid #f29100;

}

.blog-clanky-list::after {
  display: none;
}

.blog-clanek img {
  width: 100%;
  display: block;
  height: 250px;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}

.blog-clanek-perex {
  height: auto;
  padding-bottom: 30px;
}


.highlight_box {
	width: 260px;
	background-color: #f29100;
	border-radius: 20px;
	box-shadow: 0px 0px 4px grey;
	margin: 100px auto 0 auto;
}

.hl_rozmery {
	width: 100%;
	height: 190px;
	text-align: center;
}

.highlight_box .wrapper {
	margin: 0px 0 0 0;
	display: block;
}

.highlight_box h2 {
	padding: 50px 30px 0 30px;
	height: 50px;
}

.highlight_box .popis {
	font-size: 1em;
	color: #333333;	
	font-weight: 300;
	padding: 20px 30px 0 30px;
	line-height: 1.4em;
	text-align: center;
	height: 130px;
}

.hl_01 .ikona {
	background-size: 100px 71px;
	width: 260px;
	height: 99px;
	margin: -30px 0 0 0;
}

.hl_02 .ikona {
	background-size: 100px 71px;
	width: 260px;
	height: 99px;
	margin: -30px 0 0 0;
}


.hl_03 .ikona {
	background-size: 100px 71px;
	width: 260px;
	height: 99px;
	margin: -30px 0 0 0;
}



.proc_s_nami h2 {
	font-size: 2.2em;
	color: white;	
	font-weight: 500;
	display: inline-block;

}


.proc_s_nami .heading_1 {
	background-image:url('../grafika/ico_nadpisy/ico_proc_s_nami.svg');
	background-repeat:no-repeat;
	background-position: top center;
	background-size: auto 50px;
	padding: 60px 0 20px 0px;
}

.sekce_blog h2 {	font-size: 2.4em;
	color: #333333;	
	font-weight: 500;
	padding: 0 0 0 60px;

}

.blog-clanek h2 {
	width: 100%;
	text-align: left;
	font-size: 1.5em;
	padding: 25px 0;
}

.sekce_kontakt h2 {
	background-image:url('../grafika/ico_nadpisy/ico_kontaktujte_nas.svg');
	background-repeat:no-repeat;
	background-position: top left;
	background-size: auto 50px;
	font-size: 2.4em;	
	padding: 0 0 20px 80px;

}

.sekce_kontakt {
	width: 86%;
	padding: 80px 7% 220px 7%;
	text-align: center;
	background-color: #f0f0f0;
	overflow: hidden;
}

.kontakt_container .vlevo {
width: auto;
}

.kontakt_container .vpravo {
width: 100%;
overflow: hidden;
background-image:url('../grafika/vlastovka.svg');
	background-repeat:no-repeat;
	background-position: bottom 50px center;
	background-size: auto 140px;
padding: 0 0 150px 0;
}

input[type=text], input[type=email] {
	height: 40px;
	border-radius: 10px;
	background-color: #FFFFFF;
	width: 90%;
	border:none;
	margin: 0 0 20px 0;
	display: block;
	padding: 2px 5% 0px 5%;
	font-family: "Aller";
	font-size: 0.9em;
	color: #3D3D3D;
	font-weight: 300;

}


textarea {
	height: 180px;
	border-radius: 10px;
	background-color: #FFFFFF;
	width: 90%;
	border:none;
	margin: 0 0 40px 0;
	display: block;
	padding: 20px 5% 10px 5%;
	font-family: "Aller";
	font-size: 0.9em;
	color: #3D3D3D;
	font-weight: 300;
	box-shadow: none;
	resize: none;

}


.sekce_blog .vpravo {
	width: 80%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



.sekce_blog .vlevo .text_container {
	background-color: #f0f0f0;
	height: 220px;
}

.sekce_blog .vpravo .text_container {
	background-color: #f0f0f0;
	height: 140px;
}



.proc_s_nami {
	background-image:url('../grafika/proc_s_nami_bg.jpg');
	background-repeat:no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	text-align: center;
	padding: 50px 0 0 0;
 	margin: 100px 0 0 0;
}

.hp {
	background-image:url('../grafika/header_bg_mobile_2.jpg');
	background-repeat:no-repeat;
	background-position: top left;
	background-size: 140%;
	width: 100%;
}

.header_main {
	width: 84%;
	padding: 0 8%;
}




.header_main h1 {
	font-size: 2.6em;
	width: 100%;
	padding: 40px 0 0 0; 
	
}

.header_main span {
	line-height: 1.2em;
	font-size: 0.5em;
	width: 90%;
}


.header_top {
	width: 220px;
	height: auto;
	margin: 0 5%;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 0px 4px grey;
}

.header_top .logo {
	background-image:url('../grafika/logo.svg');
	background-repeat:no-repeat;
	background-position: top left;
	background-size: contain;
	width: 180px;
	height: 62px;
}

.header_top .wrapper {
	padding: 20px 20px;
	display: flex;
	justify-content: space-between;
}

footer {
	background-color: #333333;
	width: 100%;
	height: auto;
	padding: 40px 0 30px 0;
	display: block;
}

footer .logo {
	background-image:url('../grafika/logo_footer.svg');
	background-repeat:no-repeat;
	background-position: top center;
	background-size: 220px auto;
	width: 100%;
	height: 83px;
}


footer .socials {
	width: 100%;
	display: flex;
	justify-content: center;
}


footer .lnkdin {
	background-image:url('../grafika/lnkdin.svg');
	background-repeat:no-repeat;
	background-position: top left;
	background-size: contain;
	width: 32px;
	height: 32px;
	margin: 0 5px;
}

footer .fb {
	background-image:url('../grafika/fb.svg');
	background-repeat:no-repeat;
	background-position: top left;
	background-size: contain;
	width: 32px;
	height: 32px;
	margin: 0 5px;
}

footer .twitter {
	background-image:url('../grafika/twitter.svg');
	background-repeat:no-repeat;
	background-position: top left;
	background-size: contain;
	width: 32px;
	height: 32px;
	margin: 0 5px;
}

footer .yt {
	background-image:url('../grafika/yt.svg');
	background-repeat:no-repeat;
	background-position: top left;
	background-size: contain;
	width: 32px;
	height: 32px;
	margin: 0 5px;
}

footer p {
text-align: left;
font-size: 1em;
font-weight: 300;
padding: 0px 0 0 0px;
color: 	white;
line-height: 1.4em;
text-align: center;
}


footer .nadpis {
	font-size: 1.5em !important;
	font-weight: 500;
}

.footer_navigace {
	padding: 35px 20px 0 20px;
}

.footer_adresa {
	padding: 35px 20px 0 20px;
}


.footer_kontakty {
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.footer_kontakty .footer-telefon {
	width: 100%;
}


.footer_kontakty .footer-email {
	width: 100%;
}

.footer_kontakty h4 {
	width: 100%;
	text-align: center;
}



.nase_sluzby {
	background-image:url('../grafika/nase_sluzby_bg.jpg');
	background-repeat:no-repeat;
	background-position: right 30px bottom;
	background-size: auto 250px;
	width: 80%;
	padding: 80px 10% 220px 10%;
}


.nase_sluzby h2 {
	font-size: 2.4em;
	padding: 0 0 0 60px;
}


.sluzby {
	width: 100%;
	flex-wrap: wrap;
	padding: 50px 0 0 0;
	justify-content: center;
}

.nase_sluzby h3 {
	font-size: 1.3em;
	color: #333333;	
	font-weight: 500;
	padding: 25px 50px 10px 20px;
	line-height: 1.2em;
	text-align: left;
	width: auto;
	display: block;

}

.nase_sluzby_2lines {
	padding: 15px 20px 10px 20px !important;
}

.nadpis_container {
	border-radius: 15px;
	background-color: #f0f0f0;
	width: 100%;
	height: 75px;
	margin: 0 0 30px 0;
	display: block;
}

.nase_sluzby h4 {
	background-repeat:no-repeat;
	background-position: top left;
	font-family: 'HelveticaNeueCEThin';
	font-size: 1.1em;
	line-height: 1.1em;
	color: #595959;	
	padding: 5px 0 30px 45px;
	text-align: left;
	margin: 0 0 0 20px;
	width: auto;
	display: block;
	
}

.sluzby_group {
	padding: 0 0px 50px 0px;
	display: block;
	width: 100%;
}



.menu_fix_bg {
	width: 75px;
	height: 75px;

}

.menu_fix .fix_btn {
	width: 75px;
	height: 75px;
	background-color: #ff5f00;
	border-radius: 0 0 0 30px;
	
}

.menu_fix .fix_btn .content .cara {
	margin: 0 0 10px 0;
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #FFFFFF;
    border-radius: 3px;

}

.menu_fix .fix_btn .content {
	padding: 25% 20%;

}

.blog_detail h1 {
	font-family: 'HelveticaNeueCEThin';
	font-size: 2em;
	color: #595959;	
	padding: 80px 5% 50px 5%;
	line-height: 1.1em;
	text-align: center;
	width: 90%;
	display: inline-block;
	word-spacing: -5px;
	font-weight: 600;
}

.blog_detail .podnadpis {
	font-family: 'HelveticaNeueCEThin';
	color: #f29100;
	font-size: 1.6em;
	word-spacing: -10px;
	line-height: 1.1em;
	padding: 10px 20px 50px 20px;
	text-align: center;
	width: auto;
	display: inline-block;
}



.header_blog {
    width: 80%;
    padding: 0 0;
  }








}




}













