@font-face {
    font-family: 'lintelextrabold';
    src: url('font/lintelbold-webfont.eot');
    src: url('font/lintelbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/lintelbold-webfont.woff2') format('woff2'),
         url('font/lintelbold-webfont.woff') format('woff'),
         url('font/lintelbold-webfont.ttf') format('truetype'),
         url('font/lintelbold-webfont.svg#lintelextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MyLintel';
    src: url('font/lintel-webfont.eot');
    src: url('font/lintel-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/lintel-webfont.woff2') format('woff2'),
         url('font/lintel-webfont.woff') format('woff'),
         url('font/lintel-webfont.ttf') format('truetype'),
         url('font/lintel-webfont.svg#MyLintel') format('svg');
    font-weight: normal;
    font-style: normal;

}



:root {
	--seda: #727270;
/*	--seda: #9D9E9E;*/
}
html, body, .fullHeight {
   /*min-height: 100% !important;*/
	/*height: calc(100% - 5px);*/
	min-height: 100vh;
   position: relative;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'MyLintel',arial;
	color: var(--seda);
	background: #E0D6CA;
	background-size: cover;
	scroll-behavior: smooth;
}


#topFixRightBTN {
	background: url(../images/EE-top.jpg) no-repeat top right;
	height: 54px;
	color: var(--seda);
	position: fixed;
	top: 0;
	right: 0;
	text-transform: uppercase;
	box-sizing: border-box;
	z-index: 11;
}
#topFixRightBTN-text {
	border-bottom: 1px solid var(--seda);
	float:left;
	display: flex;
	align-items: center;
	margin-right: 70px;
	height: 100%;
	box-sizing: border-box;
	font-size: 14px;
}
#topFixRightBTN a {
	color: var(--seda);
	text-decoration: none;
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}


.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}

.container {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}
.containerPage {
	width: 100%;
	max-width: 1200px;
	position: relative;
}

.container::after. clearfix {
	content: "";
   clear: both;
   display: table;
}

.containerIn {
	padding: 20px;
}


#topFixed {
	position: fixed;
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 10;
	-webkit-transition: all 0.2s; 
   transition: all 0.2s;
	padding-top: 40px;
	box-sizing: border-box;
}


#logo {
	background: url(../images/logo1.png) no-repeat 50%;
	width: 179px;
	height: 136px;
	display: block;
	float: left;
	position: absolute;
	z-index: 1000;
}


.introBox {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin: 0 0 100px 0;
	position: relative;
	top: 0;
	bottom: 0;
}
.introBoxItem {
	box-sizing: border-box;
}

.introBoxItem img, #introLine img {
	visibility: hidden;
}

.introBoxItem.EE {
	background: url(../images/intro-EE.png) no-repeat left 50% / contain;
	margin: 0 20px 0 0;
}
.introBoxItem.HB {
	background: url(../images/intro-HB.png) no-repeat right 50% / contain;
	margin: 0 0 0 20px;
}
#introLine {
	background: #727271;
	width: 1px;
}
#menu {
	text-align: center;
	border-bottom: 1px solid var(--seda);
	width: 100%;
	padding: 70px 0 0 0;
}


	#menu a {
		display: inline-block;
		font-size: 18px;
		font-weight: 600;
		text-transform: uppercase;
		-webkit-transition: all 0.2s; 
    	transition: all 0.2s;
		text-decoration: none;
		color: var(--seda);
		padding: 10px 15px;
		z-index: 999;
		position: relative;
		outline: none;
		box-sizing: border-box;
		text-align: center;
	}
	#menu a:hover,.actMenu {
		color:white !important;
	}
	#menu a:hover > .menuItemBorder,
	#menu .actMenu .menuItemBorder {
		height: 5px;
	}
.menuItemBorder {
	height: 0px;
	background: white;
	width: 100%;
	margin: 0 auto;
	-webkit-transition: height 0.2s ease-in; 
   transition: height 0.2s ease-in;
	position: absolute;
	left: 0;
	bottom: -5px;
}
	

#menuSpacer {
	min-height:230px;
}


.boxes.o-nas {
	display: flex;
	flex-wrap: wrap;
}
.boxes.o-nas .box {
	width: 300px;
	float: left;
}
.boxes.o-nas .box:nth-child(2) {
	margin: 0 20px;
}
.boxes.o-nas .box p {
	text-align: center;
	max-width: 240px;
	margin: 0 auto;
	padding: 20px 0;
}
.boxHead {
	text-align:right;
	height: 219px;
	font-size: 22px;
	margin: 0 0 20px 0;
}
.boxHead.hodnoty {
	background: url(../images/letter-H.png) 20px bottom no-repeat;
}
.boxHead.background {
	background: url(../images/letter-B.png) 20px bottom no-repeat;
}
.boxHead.garance {
	background: url(../images/letter-G.png) 20px bottom no-repeat;
}
.boxHead em {
	display: block;
	color: White;
	padding: 0 5px 0 0 ;
}
.boxes-border {
	border-left: 1px solid var(--seda);
	border-right: 1px solid var(--seda);
}



#o-nasText {
	text-align: right;
	border-bottom: 1px solid white;
	padding: 50px 0 5px 0;
	max-width: 1000px;
}


p.sluzbyText {
	color: white;
	font-size: 25px;
	line-height: 180%;
}
p.sluzbyText img {
	padding-right: 20px;
}
div.textBorderTop {
	border-top: 1px solid var(--seda);
	padding: 15px 0 0 0;
	color: White;
}
a.sluzbyArrowRight {
	text-align: right;
	padding: 50px 140px 50px 0;
	background: url(../images/sluzbyArrow.png) no-repeat right 50%;
	color: white;
}

#sluzby .containerPage {
	text-align: left;
	max-width: 650px;
	float: right;
}

#reference .container {
	/*padding-top: 15%;*/
}
#sliderRef {
	text-align: center;
}
.refItem {
	display: inline-block;
	vertical-align: middle;
}
.refItem img {
	/*height: 100px;*/
	padding: 0 20px;
}


.karieraBox {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 40px 0 70px 0;
	color: white;
}
.karieraBoxItem {
	text-align: center;
	width: 200px;
	margin: 0 0 20px 0;
}
.karieraBoxItemImage {
	text-align: center;
	border: 1px solid white;
	border-radius: 100%;
	width: 110px;
	height: 110px;
	position: relative;
	margin: 0 auto 20px auto;
	
}
.karieraBoxItemImage img {
	position: absolute;
    top: 0;
	 left: 0;
	 right: 0;
    bottom: 0;
    margin: auto;
}


.boxes {
	display: flex;
}
.boxes .box:nth-child(1) {
	padding: 0 50px 0 0 ;
}









#menuResponsive {
	display: none !important;
	padding: 18px 5px 0 0 !important;
}
#menuResponsive a:hover {
	color: #07A9AA !important;
	background: none !important;
}
#menuResponsive a img {
	vertical-align: middle;
}



#o-nas.fullHeight {
	background: url(../images/BG_o-nas.jpg) no-repeat bottom center / cover;
}
#sluzby.fullHeight {
	background: url(../images/BG_sluzby.jpg) no-repeat bottom left / contain;
}
#reference.fullHeight {
	background: url(../images/BG_reference.jpg) no-repeat bottom center / cover;
}
#kariera.fullHeight {
	background: url(../images/BG_kariera-uvod.jpg) no-repeat top center / cover;
}
#kontakty.fullHeight {
	background: url(../images/BG_kontakty.jpg) no-repeat top center / cover;
}

#socialBottom {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 0 10px 5px 0;
}
#socialBottom a {
	position: relative;
	height: 40px;
	width: 40px;
	display: inline-block;
}
.sb-fb {
	background: url(../images/facebook.png) no-repeat 50%;	
	margin-right: 5px;
}
.sb-in {
	background: url(../images/instagram.png) no-repeat 50%;	
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;margin:65px 0 0 0; }
.embed-container iframe,.embed-container object,.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.left, .right {
    width: calc(50%);
}
p {
	padding: 0;
	margin: 0;
}

.left {
	float: left;
	position: relative;
}

.right {
	float: right;
	position: relative;
}
.text, .textCMS  {
	line-height: 150%;
	/*overflow: auto;*/
	font-size: 18px;
}

.text::after {
  content: "";
  clear: both;
  display: table;
}

.text a {
	color: var(--seda);
	border-bottom: 1px dashed var(--zlata);
	text-decoration: none;
}

.text img {
	max-width: 100%;
	height: auto;
}




#text iframe, #text img {
	max-width: 100%;
}


.text ul, .obsahCMS ul {
	list-style-image: url(../images/li.png);
}


.ref-loga {
	text-align: center;
	padding-top: 200px;
}
.ref-logo img {
	max-height: 110px !important;
	max-width: 200px !important;
	vertical-align: middle;
	padding: 0 20px 50px 20px;
	
}
.ref-logo {
	position: relative;
	display: inline-block;
}
.ref-logo img.hid {
	visibility: hidden;
}
.ref-logo img.top,.ref-logo img.bottom {
  position:absolute;
  left:0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.ref-logo img.top:hover {
  opacity:0;
}
.ref-logo img.hyundai {
	max-width: 270px !important;
}


.part {
    padding: 50px 0 50px 0;
}


h1,h2,h3,h4 {
	line-height: 150%;
}
h1 {
	margin: 0;
	padding: 0px 0 20px 0;;
	font-family: var(--font);
	font-weight: 400;
	color: white;
}
h2 {
	font-size: 50px;
	font-family: var(--font);
	font-weight: 400;
	text-align: center;
	color: white;
}
h3 {
	font-weight: 300;
	font-size: 36px;
	color: var(--zlata);
	margin: 0;
	padding: 0;
	font-family: var(--font);
}






#galeriePage {
    display: flex;
    justify-content: center;
	 align-content: space-around;
	 flex-flow: row wrap;
    position: relative;
    font-size: 0;
    text-align: center;
}

.gal {
    display: inline-block;
    margin: 5px;
	 font-size: 0;
	 padding: 0;
    width: calc(100% / 7 - 10px);
	 position: relative;
	/*margin-top: -11px;*/
}
.g2x2 {
	width: calc(100% / 2 - 10px);
}
.gal .square {
	width: 100%;
	height: auto;
	position: relative;
	visibility: hidden;
	z-index:-999;
}
.gal a {
    display: block;
    height: 100%;
    transition: all 0.2s ease 0s;
    width: 100%;
	 position: absolute;
	 top:0;left:0;
}
.zoomImg {
	display: none;
	margin: 0 auto;
	line-height: 100%;
	padding-top: calc(50% - 26px);
}
.gal a:hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.gal a:hover > .zoomImg {
	display: block !important;
}
.gal a img {
    display: none;
}








#poptavka {
/*	width: 95%;*/
	min-width: 200px;
	/*max-width: 600px;*/
	margin: 0px auto;
}
.nadpisPoptavka {
   font-weight: 300;
	font-size: 35px;
	color: var(--zlata);
	text-align: right;
}
#poptavka label {
    padding-right: 8px;
    padding-top: 0px;
    text-align: right;
    width: 50%;
	 font-weight: 300;
	 font-size: 17px;
}
.formLine input, .formLine select, .formLine textarea, #odeslat {
    font-size: 16px;
    width: 50%;
	 color: white;
	 padding: 5px;
	 margin: 0;
	 background: rgba(0,0,0,0.8);
	 border: 1px solid var(--zlata);
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
    border-radius: 5px;
	 transition: border 0.2s ease 0s;
	 font-family: 'Roboto Condensed', sans-serif;
}
.formLine input:focus, .formLine textarea:focus,
.formLine input:hover, .formLine textarea:hover {
	border: 1px solid var(--zlata);
}
.formLine {
	margin-bottom: 8px;
	text-align: right;
	color: ;
}
.napiste {
	border-bottom: 1px solid var(--zlata);
	padding: 0 0 5px 10px;
	display: block;
	margin-bottom: 7px;
	text-align: left;
}
#odeslat:hover {
	color: var(--zlata);
}
#odeslat {
	border: 1px solid var(--zlata);
	width: 50%;
	cursor: pointer;
	display: block;
	margin: 10px auto;
	background: rgba(0,0,0,0.8);
	color: white;
	font-size: 20px;
}
.formLine textarea {
	height: 80px;
	width: calc(100% - 12px);
}
.formInfo {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
}
.nowrap {
	white-space: nowrap;
}


#menuBg {
	position: absolute;
	display: none;
	width: 100%;
	height: 108px;
	background: #E0D6CA;
	/*border-bottom: 1px solid var(--seda);*/
}
@media screen and (max-width: 1615px) {
	#logo {

		margin: 0px 0 0 10px;
	}
}
@media screen and (max-width: 1200px) {
	#menu {
		text-align: right;
	}
}
@media screen and (max-width: 1000px) {
	#topFixRightBTN-text {
		font-size: 12px;
	}
	#menuSpacer {
		min-height: 180px !important;
	}
	.ref-loga {
		padding-top: 0px;
	}
	#logo {
		background-size: cover;
		height: 90px;
		width: 120px;
		margin: 10px 0 0 10px;
	}
	#topFixed {
		padding: 0;
	}
	#menuBg {
		display: block;
	}
	.menuItemResp {
		display: none !important;
		background: #E0D6CA;
	}
	.menuItemRespOn{
		display: block !important;
		position: absolute;
	}
	#menuResponsive {
		display: inline-block !important;
	}
	#menu {
		padding: 40px 0 0 0;

	}
	#menu a {
		text-align: right;
	}

	.text .left, .text .right {
		float: none;
		width: 100%;
	}
	#footer, #footer .right {
		text-align: center !important;
	}
	#footer .right {
		margin: 15px 0 0 0;
	}
	.gal {
		width: calc(100% / 3 - 10px);
	}
	
}
@media screen and (max-width: 750px) {
	
}
@media screen and (max-width: 580px) {
	
}

@media screen and (max-width: 500px) {
	
	.bx-controls-direction a {
		text-indent: -9999px !important;
		width: 45px !important;
	}
	a.bx-next {
		text-indent: -9999px !important;
		width: 45px !important;
		font-size: 0;
	}
	p.sluzbyText {
		font-size: 18px;
	}
	p.sluzbyText img {
		padding-right: 00px;
	}


}
@media screen and (max-width: 330px) {
	/*#topFixed {
		position: absolute;
	}*/
}
@media screen and (max-width: 400px) {

}
