@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import 'form.css';
html {
    height: 100%;
    min-height: 100%;
    position: relative;
}
body, html, #all {
  min-height: 100%;
  width: 100%;
  margin:0;
  padding:0;
  font-size: 16px;
  position: relative;
  scroll-behavior: smooth;
}
body {
	background: white;
/*  background-size: contain;*/
  background-size: cover; 
}
.oranzova {
     color: rgb(215,46,65);
}
#all {
	position: relative;
	font-family: 'Open Sans', sans-serif;
}
#menuSpacer {
	/*height: 184px;*/
}
.modra {
	color: #023969 !important;
}

.cleaner{
	clear: both;
	height: 0;
	visibility: hidden;
}
.container {
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.footer {
	position: relative;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
   display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
   display: -ms-flexbox;      /* TWEENER - IE 10 */
   display: -webkit-flex;     /* NEW - Chrome */
   display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.part {
	padding: 30px 0 30px 0;
	scroll-margin-top: 69px;
}
.containerIn {
	padding: 10px;
}
a {
	color: #023969;
	text-decoration: none;
}

#fixMenu {
	/*position:fixed;*/
	width: 100%;
	z-index: 100;
}

#top {
	color: #1E3E76;
	background: white;
	width: 100%;
}
#top .containerIn {
	padding: 20px;
	display: flex;
	justify-content: space-between;
}
.tyrkys {
	color: #26C6E0;
}
.bgTyrkys {
	background-color: #26C6E0 !important;
}
.bgModra {
	background-color: #023969;
}
.topBg {
	background: white;
}
#topRight {
	float: right;
	align-self: center;
}
#topTel {
	background: url(../images/tel.png) no-repeat left 50%;
	padding: 0px 0px 6px 40px;
	font-weight: 600;
	font-size: 20px;
	display: inline-block;
	margin: 0 20px 0 0;
}
#logo {
	display: block;
	float: left;
	width: 224px;
	height: 120px;
	background: url(../images/logo.png) no-repeat center top / cover;
	-webkit-transition: all 0.4s; 
   transition: all 0.4s;
}
.btnKontakt {
	background: #023969;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.28); 
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.28);
	border: 2px solid white;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	padding: 5px 10px;
	min-width: 215px;
	-webkit-transition: all 0.4s; 
   transition: all 0.4s;
}

.btnKontakt:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28); 
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.28);
	background: #26C6E0;
}
.topBtn {
	display: inline-block;
}
#btnLogo {
     display:none;
     position: absolute;
     left: 10px;
     top: 11px;
     min-width: 100px;
     z-index: 999;
}
#topBlock {
	background: white 50%;
	height: 350px;
	display: flex;
	position: relative;
}
.topBlockPage {
	height: auto !important;
}
.logoResp {
	height: 60px !important;
	width: 113px !important;
	background-size: cover !important;
}
#menuIcon {
	left: 0;
	position: absolute;
	z-index: 1000;
	display: none;
}
#menuIcon img {
	height: 45px;
	padding: 6px;
}
#arrowUp {
	position: fixed;
	bottom: 8px;
	right: 80px;
	display: none;
	height: 40px;
	width: 40px;
	z-index: 100;
	background: rgba(38,198,224,0.2) url(../images/arrowUp.png) no-repeat 50% / 60%;
	border-radius: 40px;
	border: 1px solid white;
	-webkit-transition: all 0.4s; 
   transition: all 0.4s;
}
#arrowUp:hover {
	background: rgba(38,198,224,1) url(../images/arrowUp.png) no-repeat 50% / 60%;	
}
.menuFixed {
	position: fixed;
	top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
	 border-bottom: 1px solid white; 
}
#menu {
	background: #26C6E0;/*023969;*/
	text-align: right;
}
	#nav {
		margin: 0;
		padding: 0 5px;
		position: relative;
	}
	#nav li {
		list-style: none;
		position: relative;
		text-align: center;
		display: inline-block;
	}
	#nav li a {
		display: block;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: 600;
		-webkit-transition: color 0.4s; 
    	transition: color 0.4s;
		text-decoration: none;
		color: #023969;
		padding: 15px 15px;
		z-index: 999;
		position: relative;
	}
	#nav li a:hover,.actMenu {
		-webkit-transition: all 0.2s;
	   transition: all 0.2s;	
		color: white !important;
	}
	#nav li.socIcons {
          margin-top: -2px;
          margin-left: 10px;
     }
	#nav li.socIcons a {
		display: inline-block;
		padding: 0px 0px;
		z-index: 999;
		position: relative;
	}
	#nav li.socIcons a img {
	    vertical-align: middle;
	}
	
#nav ul {
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: auto;
	 overflow: hidden;
}
#nav ul li {
    display: block;
    float: none !important;
    line-height: normal;
    width: auto;
}
#nav ul li a {
    display: block;
    font-size: 16px;
	font-weight: 500 !important;
	-webkit-transition: color 0.15s; 
    transition: color 0.15s;
	text-decoration: none;
	color: #023969;
	padding: 5px 15px;
    margin: 0;
    position: relative;
    white-space: nowrap;
    width: auto;
	 font-weight: normal;
}
#nav ul li a:hover {
    color: white !important;
}
#nav li:hover > ul {
    background: #26C6E0;
    /*box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.75);*/
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}
/*#nav ul li:last-child a {
		padding: 7px 5px;
	}*/
	
	
	
.okrajR {
     -webkit-box-shadow: -30px -30px 0px 0px rgba(38,198,224,1);
     -moz-box-shadow: -30px -30px 0px 0px rgba(38,198,224,1);
     box-shadow: -30px -30px 0px 0px rgba(38,198,224,1);
     max-width: calc(100% - 20px);
     margin-left: 20px;
     position: relative;
}	
.okrajL {
     margin-left: 0px !important;
     margin-right: 20px !important;
}	
	#topBlock .container {
		height: 100%;
	}
	#sliderText {
		width: 50%;
		min-width: 450px;
		color: #023969;
		/*background: url(../images/bgSliderText.png);*/
		height: 100%;
	}
	#sliderText .containerIn {
		padding: 40px 10px 0 15px;
	}
	#sliderText h2 {
		font-size: 30px;
		font-weight: 600;
		margin-top: 0;
	}
	#sliderText p {
		/*font-size: 18px;*/
		line-height: 140%;
	}
	#sliderText strong {
		/*font-size: 18px;*/
	}
	
	#title {
		text-align: center;
		align-self: flex-end;
	}
	#map, #mapHome {
		position: absolute;
		height: 100%;
		width: 100%;
		background: rgba(255,255,255,0.3);
		top:0;
		left: 0;
	}
	strong,b {
		font-weight: 600;
	}
	
	.boxes {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		justify-content: space-around;
		width: 100%;
	}
	#footer, #footer a {
		color: #023969;
	}
	#footerCopy a {color:white;}
	#footerInfo1 {
		border-bottom: 1px solid white;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
	}
	#footerInfo1 .box {
		width: calc(100% / 4 - 20px);
		font-weight: 600;
	}
	#footerInfo2 .box {
		width: calc(100% / 4 - 20px);
	}
	.footerTitle {
		font-size: 17px;
		padding: 0 0 10px 0;
	}
	#footerInfo2 {
		font-size: 14px;
	}
	.footerTopPad {
		padding-top: 50px;
	}
	.box.links a {
		display: block;
		padding: 0 0 10px 0;
		font-weight: 600;
		-webkit-transition: all 0.2s; 
   	transition: all 0.2s;
	}
	.box strong {
		font-weight: 600;
	}
	#footer a:hover {
		color: white;
	}
	.homeIcons {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		justify-content: space-around;
		width: 100%;
		text-align: center;
		font-weight: bold;
		color: #023969;
	}
	.homeIcons .homeIcon {
		/*min-width: 200px;*/
	}
	.homeIcon img {
		width: 120px;
		height: auto;
	}
	.homeIcon div.i-more {
		background: url(../images/icon_vice.png) no-repeat right 50% / 22px;
		padding: 10px 33px 10px 0;
		display: inline-block;
	}
	div.i-more-m {
		background: url(../images/icon_vice-m.png) no-repeat right 50% / 22px;
		padding: 3px 33px 3px 0;
		display: inline-block;
		color: #023969;
		font-weight:bold;
	}
	
	#proc-zvolit .homeIcon div,
	#tipy .homeIcon div {
		font-weight: normal;
		text-align: justify;
	}
	#proc-zvolit .homeIcon,
	#tipy .homeIcon {
		width: calc(100% / 3 - 50px);
	}
	.page-uvod {
		background: #B5EBF4;
	}
	.page-uvodNoBg {
		background: white !important;
	}
	
	h1 {
		font-size: 30px;
		text-align: center;
		color: #023969;
		padding: 10px 30px;
		margin: 0 0;
		text-shadow: 0px 0px 1px rgba(2,57,105, 1);
		text-shadow: 0px 0px 2px rgba(255,255,255, 1);
		font-weight: 400;
		line-height: 145%;
		display: none;
	}
	h2 {
		font-size: 20px;
		font-weight: 600;
		line-height: normal;
		line-height: 145%;
	}
	.homeH2 {
		font-weight: 600;
		color: #023969;
		text-align: center;
	}
	h3 {
		font-size: 18px;
		font-weight: 600;
		color:#023969;
		line-height: normal;
		line-height: 145%;
	}
	h3.pozice {
		color: #26C6E0;
		font-size: 22px;
		font-weight: 700;
		
	}
	a.btnZajem {
		width: auto;
		display: inline-block;
		padding: 5px 15px;
		border-radius: 5px;
		text-transform: uppercase;
	}
	.bolder {
		font-weight: 600;
	}
	.perex {
		font-size: 25px;
		font-weight: 100;
		line-height: 150%;
		color: #2284AD;
	}
	.perex a {
		color: #2284AD;
	}
	.block-spacer {
		height: 80px;
	}
	.imgRight {
		float: right;
	}
	.block {
		margin: 0 0 0px 0;
	}
	.middle {
		background: rgba(255,255,255,0.96);
	}
	.middleIn {
		padding: 20px 80px 50px 80px;
	}
	.text {
		line-height: 145%;
	}
	.parallax {
    min-height: 400px;
    background: transparent;
}
.parallax-mirror {
	z-index:81 !important;
}
	.stin {
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.5);
		box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	}
	.left {
		float: left;
	}
	.right {
		float: right;
	}
	.kontakt.left {
		width: 50%;
	}
.kontakt-hlavni {
	width: 45%;
	float: left;
}
.kontakt-form {
	width: 45%;
	float: right;
}
.kontakt-tab {
	font-size:25px;
}
.tab-podminky {
	background: #26C6E0;
	font-size: 15px;
}
.tab-podminky td {
	background: white;
}


.tab-typyTC td {
	background: #B5EBF4;
	width: 25%;
	vertical-align: top;
}

.box-vyhody {
     background: #26C6E0;
     padding: 10px 20px;
     display: inline-block;
     box-sizing: border-box;
     position: relative;
     top: -30px;
     left: -70px;
     -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.5);
		box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.stin-box {
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.5);
		box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.text ul {
    margin: 0.75em 1em;
    padding: 0 1em;
    list-style: none;
}
.text li:before { 
    content: "";
    border-color: transparent #2284AD;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

#footerCopy {
	text-align: center;
	color: white;
	font-size: 14px;
}
	
#bottomBg {
	background: rgba(48,50,59,0.9);
	position: absolute;
	height: 300px;
	width: 100%;
	bottom: 0;
}
.footerText {
	color: white;
	font-size: 13px;
}
.footerText a {
	color: white;
	text-decoration: none;
}


#menuResponsive {
	display: none !important;
	letter-spacing: 1px;
	font-size: 15px;
}
#menuResponsive a {
	padding: 8px 0 2px 0 !important;
	outline: none;
}
.menuItemRespOn {
	display: block !important;;
}

#text iframe, #text img {
	max-width: 100%;
	height: auto;
}



#poptavka {
	width: 100%;
	min-width: 200px;
	margin: 0px auto;
}

#poptavka label {
    padding-left: 5px;
    padding-bottom: 5px;
    text-align: left;
	 display: block;
    width: 100%;
}
.formLine input,.custom-file-upload,  .formLine select, .formLine textarea, #odeslat {
	 font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    width: 50%;
	 color: #434343;
	 padding: 5px;
	 margin: 0;
	 background: white;
	 border: 2px solid #26C6E0;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
    border-radius: 5px;
	 -webkit-transition: all 0.4s; 
   transition: all 0.4s;
}
.formLine input {
	width: calc(100% - 12px);
}
.formLine select {
	width: 100%;
}
.formLine input:focus, .formLine textarea:focus,
.formLine input:hover, .formLine textarea:hover {
	/*border: 1px solid #26C6E0;*/
}
.formLine {
	margin-bottom:15px;
	text-align: center;
}
.napiste {

}
#odeslat:hover,.odeslat:hover {
	background: white;
}
#odeslat,.odeslat {
	transition: background 0.2s ease 0s, color 0.2s ease 0s;
	border: 2px solid #26C6E0;
	width: 50%;
	cursor: pointer;
	display: block;
	margin: 10px auto;
	background: #B5EBF4;
	/*color: #023969;*/
	font-weight: 700;
}
.formLine textarea {
	height: 80px;
	width: calc(100% - 12px);
}
.formInfo {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
}
.karieraForm {
	max-width:500px;
	margin: 0 !important;
}
input[type="file"] {
    display: none;
}
.custom-file-upload {
    display: inline-block;
    cursor: pointer;
border: 2px solid #26C6E0;
	width: calc(100% - 12px) !important;
	 text-align: left !important;
	 color: #26C6E0;
}
#filesToUpload {
	text-align: right;
}
#filesToUpload .f {
	padding: 0 0 0 5px;
	font-size: 14px;
	font-weight: 600;
	text-transform: lowercase;
}
#filesToUpload .f:after {
	content: ' /';
	color: #26C6E0;
}
.povolene-prilohy {
	font-size:14px;
}
.formLeft {
	float:left;
}
/*.formLeft:nth-child(2) .formLine {
	text-align: left;
	padding-top: 10px;
}
.formLeft:nth-child(2) {
	padding: 30px 0 0 50px;
}*/
.inputy .formLine {
	text-align: left;
	padding-top: 10px;
}
.inputy {
	padding: 30px 0 0 50px;
}
#poptavkaServis .formInfo {
	text-align: left !important;
}

#formLineSpolecnost {
	display: none;
}
#poptavkaServis {
	text-align: left;
}
#servisForm {
	max-width: 750px;
	/*text-align: left !important;*/
}
#servisForm .formLine, #servisForm .text-xs-center {
	/*text-align: left !important;*/
}
#servisForm #odeslat {
	/*max-width: 200px;
	margin: 10px auto;*/
}
#poptavkaServis .btnKontakt:hover {
	background: #023969;
}
#poptavkaServis .btnKontakt {
	/*font-weight: normal;
	padding: 10px;
	text-transform: none;
	margin: 0 0 20px 0;
	width: 100%;
	max-width: 360px;
	display: inline-block;*/
}


.loga-klimatizace {
     display:flex;
     align-items: center;
     justify-content: space-around;
     flex-wrap: wrap;
}
.loga-klimatizace img {
     width: auto;
     max-height: 40px;
     height: auto;
     padding: 10px 15px;
}




.refBtns {
     text-align: center;
     font-weight: bold;
}
     .refBtns a {
          display: inline-block;
          margin: 5px 10px;
     }
#galerie {
    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% / 4 - 10px);
	 position: relative;
	/*margin-top: -11px;*/
}
.gal3 {
     width: calc(100% / 3 - 10px);
}
.gal4 {
     width: calc(100% / 4 - 10px);
}
.gal5 {
     width: calc(100% / 5 - 10px);
}
.gal6 {
     width: calc(100% / 6 - 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;
}


#videos {
	text-align:center;
	position:relative;
	width:100%;
}
.video {
	display: inline-block;
    width: calc(100% / 3 - 10px);
}
.videoIn {
	padding: 20px 10px;
}
.ref-text-title {
    font-size: 16px;
    letter-spacing: 0.02em;
    padding: 3px 0;
}
.youtube {
    background: #000 none repeat scroll 0 0;
    height: 0;
    margin: 5px;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 54%;
    position: relative;
}
.youtube iframe, .youtube object, .youtube embed {
    background: transparent none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.youtube img {
    border: medium none;
    bottom: 0;
    cursor: pointer;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 101% !important;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 101% !important;
}
.youtube img:hover {
    filter: brightness(75%);
}
.youtube .play {
    background: rgba(0, 0, 0, 0) url("https://topr-klima.cz/files/images/icon_play.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 72px;
    left: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    top: 50%;
    width: 72px;
}
#mapRealizace {
	width: 100%;
	height: 500px;
}






.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


#blog {
	text-align: center;
	margin:0;
}
.blogItem {
	margin: 0 12px 40px 12px;
	display: inline-block;
	width: calc(33% - 24px);
	/*-webkit-box-shadow: 0px 0px 4px 0px rgba(100, 100, 100, 1);
	-moz-box-shadow:    0px 0px 4px 0px rgba(100, 100, 100, 1);
	box-shadow:         0px 0px 4px 0px rgba(100, 100, 100, 1);*/
	vertical-align: top;
	background: white;
	position: relative;
}
.blogItemIn {
	padding: 10px;
}
.blogTitle {
	text-decoration: none;
	text-align: left;
	display: block;
	font-weight: 600;
	padding: 0 0 5px 0;
}
.blogImage {
	width: 100%;
	height: 200px;
	margin: 5px 0 15px 0;
	border: 1px solid rgb(224,224,224);
	position: relative;
}
	.blogImage a {
		width: 100%;
		height: 100%;
		display: block;
		font-size: 0;
	}
	.blogImage a img {
		display: none;
	}
	.blogImage .upoutavka {
          background: rgba(2,57,105,0.7);
          color: white;
          box-sizing: border-box;
          padding: 5px 10px;
          font-size: 14px;
          display: inline-block;
          position: absolute;
          bottom: 0;
          left: 0;
     }
     .photoRibbon {    
          background-color: transparent;
         display: grid;
         height: 80px;
         justify-items: center;
         left: 0;
         overflow: hidden;
         place-items: center;
         position: absolute;
         -webkit-text-decoration: none;
         text-decoration: none;
         top: 0;
         width: 80px;
     }
     .photoRibbon .ribbonText {
         background-color: #f2a81e;
         color: #fff;
         font-size: 11px;
         font-weight: 700;
         height: 20px;
         line-height: 17px;
         padding: 4.5px;
         text-align: center;
         text-transform: uppercase;
         transform: rotate(-45deg) translateY(-30px);
         width: 142%;
     }
     
     
     
.blogText {
	text-align: left;
}
.leva {
	float: left;
	width: 50%;
}
.prava {
	float: right;
	width: 50%;
}
.blogDate {
	text-align: left;
}
.blogMore {
	display: block;
	text-decoration: none;
	padding: 10px 0 0 0;
	line-height: 150%;
	text-align: right;
	font-weight: 600;
}
.blogMore img {
	vertical-align: middle;
}
.text-center {
	text-align: center;
}
.blogImgTop {
	max-height: 300px;
	width: auto;
	max-width: 100%;
}
.articleInfo {
     font-weight: 600;    
}
.share {
	vertical-align: middle;
}
.share svg {
	height: 25px;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
.fb-share svg {
	fill: #4e4990;
}
.tw-share svg {
	fill: #0098f4;
}
.in-share svg {
	fill: #0067b1;
}

.reference {
	 text-align: center;
    margin: 0;
	 font-size: 0;
}
.refItem {
	font-size: 16px;
	margin: 0 20px 40px 20px;
   display: inline-block;
   width: calc(50% - 40px);
   vertical-align: top;
   position: relative;
	text-align: left;
}
.refJmeno {
	font-weight: 600;
	text-transform: uppercase;
}
.refZdroj img {
	height: 35px;
	width: auto;
}
.refDatum {
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0 0 0;
}
.refText {
	text-align: justify;
	padding: 7px 0 0 0;
}
.refItem .left {
	text-align: left;
}
.refItem .right {
	text-align: right;
}


.stars {
	height: 25px;
	background: url(../images/star.png) repeat-x left 50%;
	width: 148px;
	margin: 13px 0 0 0;
}
.star5 {
	width: 148px;
}
.star4 {
	width: 120px;
}
.star3 {
	width: 90px;
}
.star2 {
	width: 60px;
}
.star1 {
	width: 30px;
}


a.tc-princip,a.tc-ds,a.tc-vzv,a.tc-coje {
     font-weight: bold;
     display:inline-block;
     box-sizing: border-box;
     padding-left: 50px;
}
a.tc-princip:before,a.tc-ds:before,a.tc-vzv:before,a.tc-coje:before {
    content: "";
    border-color: transparent #2284AD;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}
.tcbox-hid {
     display:none;
     padding: 10px 0 30px 0;
}


.box-vyhody-tc {
      top: 100px;
     }
@media screen and (max-width: 1050px) {
     .socIcons {display:none !important;}
     #nav li a {padding:15px 7px;}
}
@media screen and (max-width: 1000px) {
	#footerInfo1 .box:first-child {
		width: 100%;
		text-align: center;
	}
	#footerInfo1 .box,#footerInfo2 .box  {
		width: calc(100% / 3 - 20px);
	}
	.inputy {
		padding: 0 0 10px 0;
	}
	.box-vyhody {

          top: 0px;
          left: 0px;
     }
     .box-vyhody-tc {
     
     }
}
@media screen and (max-width: 800px) {
	.video {
		width: calc(100% / 2 - 10px);
	}
	.menuItemResp {
		display: none !important;
	}
	.menuItemRespOn{
		display: block !important;
	}
	#menuResponsive {
		display: block !important;
	}
	#menuResponsive a {
		font-size: 23px !important;
	}
	#menuIcon {
		display: inline;
	}
	#menuIcon img {
		height: 36px;
		padding: 5px;
	}
	#nav {
		border: none;
		padding: 0;
		margin: 5px 0 0 0;
	}
	#nav li a {
		padding: 7px 10px;
	}
	#nav li:last-child a {
		padding: 7px 10px 10px 10px;
	}
	
	#nav ul {
		background: none;
		visibility: visible;
		opacity: 1;
		position: relative;
		/*width: 240px;*/
	}
	#nav ul li a  {
		text-transform: none !important;
		font-weight: 500 !important;
	}
	#nav ul li {
		display: inline-block;
	}

	#btnLogo {
          display:none !important;
     }
	
	.blogItem {
		width: calc(50% - 24px);
	}
	.refItem {
		width: auto;
	}
	.tab-typyTC td {
	    width: 100%;
	    display: block;
	    box-sizing: border-box;
	    margin-bottom: 20px;
     }
     #nav li.socIcons {margin-left:0;}
}
@media screen and (max-width: 700px) {
	#footerInfo1 .box {
		width: calc(100% / 1 - 20px);
		text-align: center !important;
	}
	.footerTopPad {
		padding-top: 20px;
	}
	#proc-zvolit .homeIcons .homeIcon,
	#tipy .homeIcons .homeIcon {
		width: 90%;
		padding: 0 0 30px 0;
	}
	.servisTab td {
		width: auto;
		display: block;
	}
	.gal {
		width: calc(100% / 3 - 10px);
	}
	.kontakt-tab td {
		width: auto;
		display: block;
	}
	.kontakt-hlavni, .kontakt-form {
		float: none;
		width: auto;
	}
	.img-servis {max-width:100% !important;float:none !important;box-sizing:border-box;margin:0 auto !important; display:inline-block;padding:0 0 0px 0 !important;}
	.box-vyhody-servis {max-width:100% !important;}
}
@media screen and (max-width: 550px) {
	#footerInfo2 .box {
		width: calc(100% / 2 - 20px);
	}
	.img-tc {
          display:block;
          width: 100%;
          max-width: none !important;
          padding: 0 0 20px 0 !important;
          float: none !important;
     }
     .box-vyhody-tc {
      max-width: 100% !important;
      left: 0 !important;
     }
	#footerInfo2 .box {
		width: calc(100% / 2 - 20px);
		padding-top: 20px;
	}
	.tab-unas td {
		display: block;
		/*width: calc(100% - 20px) !important;*/
		width: auto !important;
		margin-bottom:  10px;
	}
	#sliderText {
		width: 100%;
		min-width: auto;
	}
	#topBlock {
		height: auto;
	}
	#sliderText p br {
	  content: " ";
     display: none;
	}
	#logo,#topRight {
		float: none;
		display: block;
		margin: 0 auto;
	}
	#top .containerIn {
		display: block;
		text-align: center;
	}
	#topRight {
		margin: 20px 0 0 0;
	}
	.sezona tr td {
		display: block;
		width: auto;
	}
	.video {
		width: calc(100% - 10px);
	}
	.blogItem {
		width: calc(100% - 24px);
	}
}
@media screen and (max-width: 400px) {
	#footerInfo2 .box {
		width: calc(100% / 1 - 20px);
		text-align: center;
	}
	.zony tr td {
		display: block;
		width: auto;
	}
	.gal {
		width: calc(100% / 2 - 10px);
	}
	.checkcontainer {
		display: block;
		padding-bottom: 10px;
	}
	.formLine {
		text-align: left;
	}
	.share {
          float: left;
          clear: left;
          margin: 10px 0 0 0;
     }
}
@media screen and (max-width: 350px) {

}
