/*CKTCH*/

/* Import fontů */
/*@font-face {
  font-family: "DaxlinePro_Regular";
  src: url("/font/DaxlinePro-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "DaxlinePro-Light";
  src: url("/font/DaxlinePro-Light.ttf") format("truetype");
}*/

html {font-family: 'sans-serif'}
body, html, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 0.85em; text-align: left}
h1 {font-size: 1.8em; margin: 1em 0;}
h2 {font-size: 1.4em; margin: 1em 0;}
h3 {font-size: 1.3em; margin: 0.8em 0}
h4 {font-size: 1.1em; margin: 0.6em 0}
h5, h6 {font-size: 1em;  font-weight: bold; margin: 0.4em 0;}
p {margin: 0.5em 0em; padding: 0; line-height: 130%;}
input, select, textarea {font-family: inherit;}
abbr {border-bottom: 1px dotted;cursor: help}
a {text-decoration: underline;}
a:hover {color: #8182cf;}
img {display: block; float: left; margin: 0 1em 0.5em 0;}
.la {text-align: left !important;}
.ca {text-align: center !important;}
.ra {text-align: right !important;}
table {border-collapse: collapse;}
th {background: #eee;}
td {border: 1px solid #e1e1e1;}
ul, ol {padding: 0 0 0 2em; margin: 0.5em 1em; line-height: 130%;}
ul li, ol li {margin: 2px 0;}

.clear,
.clrb {
	clear:both;
	height: 0px;
}
.clrl {
	clear:left;
}
.clrr {
	clear:right;
}
.fll {
	float:left;
}
.flr {
	float:right;
}
.uc {
	text-transform:uppercase;
}
.lc {
	text-transform:lowercase;
}
.tal {
	text-align: right;
}
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.invisible {
	display:none;
}
.hidden {
	visibility:hidden;
}
.inline {
	display:inline;
}
.text-coss {
    margin-left: 0;
    margin-right: 0;
}

.inline-block{
	display: inline-block;
}

a.no-link{
	cursor: default;
	text-decoration: none;
}

.whiteBox .info ul{
	list-style-type: none;
}

.whiteBox .info ul li i{
	padding-right: 15px;
}

.wrapword{
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
	word-break: break-all;
	white-space: normal;

}

.files-gallery .wrapword{
	word-break: normal;
}

.ie-overflow{
	overflow: visible !important;
}

.container.admin-panel {background-color: transparent; padding: 0px;text-align: center;}
.admin-panel-container {width: 100%;margin-left: 300px;}
.admin-panel-container:after {clear: both;}
#admin-panel {font-size: 12px; font-family: 'Tahoma';position: fixed;bottom: 0;width: 958px;height: 32px;border: 1px #000 solid;border-bottom: none;background-color: #f0f4f6;color: #000;font-weight: 600;opacity: 0.9;border-radius: 8px 8px 0 0;z-index: 999; text-align: center;}
#admin-panel .bcred {background-color: rgb(230,0,0)!important;}
#admin-panel a {color: #000;text-decoration: underline;}
#admin-panel .bcred a{color: #fff};
#admin-panel a:hover {color: #909090;text-decoration: none;}
#admin-panel .content {padding: 8px 20px;border-radius: 8px 8px 0 0;}
#admin-panel .divider {padding: 0px 5px;}
#admin-panel .ico {width: 32px; height: 20px; background: transparent url('/img/icons/silk/picture_empty.png') 50% 50% no-repeat;}
#admin-panel #close {margin-left: 20px;width: 24px; height: 20px; cursor: pointer;  background: transparent url('/img/icons/close.png') 50% 50% no-repeat;}
#show-panel { position: fixed; bottom: 0;width: inherit; height: 16px; text-align: center; cursor: pointer; display: none; background: transparent url('/img/icons/slideup.png') 50% 50% no-repeat;}
#main-menu .adminsnippet a.adminedit {right: 180px !important;}
.adminsnippet {
	border: 2px dashed #0783C4;
	border-radius: 3px;
}
.adminsnippet .adminedit img {
	margin-top: 5px;
}

a {
	color:  rgb(230,0,0);
}
a:visited {
	color:  rgb(230,0,0);
}
a:focus {
	color:  rgb(230,0,0);
}
a:hover {
	color: #212121
}
a.button {
	border-radius: 21px;
	background-color: rgb(230,0,0);
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	padding: 6px 20px;
}

.color-red {
	color:  rgb(230,0,0);
}
.color-grey {
	color:  #607d8b;
}

p {
	font-size: 19px;
	line-height: 27px;
}

.text p,
.perex p{
	text-align: justify;
}

h1, .h1, h1 a, .h1 a,
h2, .h2, h2 a, .h2 a,
h3, .h3, h3 a, .h3 a,
h4, .h4, h4 a, .h4 a,
h5, .h5, h5 a, .h5 a,
h6, .h6, h6 a, .h6 a {
	color: rgb(230,0,0);
}

h1, .h1, h1 a, .h1 a {
	font-family: 'Source Sans Pro';
	color:  rgb(230,0,0);
	text-align: left;
	margin: 5px 0px 15px 0px;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: -1.6px;
	line-height: 36px;
}

strong {
	/*color: rgb(230,0,0);*/
}

img.preview-img {
	max-width: 100%;
	margin: 15px 0px;
}

.no-padding{
	padding: 0px;
}


table {
	margin: 5px 0 20px 0;
	border: none;
}
table tr:hover {
	background-color: #eef5f5;
}
table tr th,
table tr td {
	background-color: transparent;
	border: none;
	border-bottom: 1px #e0ebeb solid;
	padding: 4px 10px;
}
table tr th {
	font-style: italic;
	font-weight: normal;
}


body {
	/*background-color: #dde9e9;*/
	background-color: #f6f6f6;
	font-family: 'Source Sans Pro', Tahoma;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	/*color: #414141;*/
	color: #616161;
	font-size: 19px;
	line-height: 27px;
}
.container {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.container.content,
.container.header {
	padding-top:0;
	padding-bottom:0;
}
.container.hp {
	padding-top: 45px;
}
.container-content h1 {
	margin-top: 0;
}




/* STYLY PRO CKTCH */
/*=HEADER */
.container.header{
	/*background-color: rgb(230,0,0);*/
}
.header,
.no-header{
	height: 175px;
}
.header a.logo{
	height: 120px;
	transition: 0.5s ease-in;
}
.header .menu-height{
	height: 55px;
}
.header .pad-log{
	margin-left: 5px;
}
.header .header-contact{
	display: block;
	transition: 1s ease-in;
}


.no-header{
	display: none;
}

.no-header.sticky{
display: block;
}


.header.sticky a.logo{
	transition: 0.5s ease-in;
}
.header.sticky .pad-log{
	margin-left: 20px;
}
.header.sticky .header-contact{
	display: none;
	transition: 1s ease-in;
}

.header.sticky{
	top: 0px;
	left: 0.001%;
	right: 0.001%;
	position: fixed;
}

.header {
	position: relative;
	z-index: 999;
}

.header div.row{
	background-color: #fff;
}

.header a.logo {
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #fff;
	/*background-color: rgb(230,0,0);*/
	display: block;
    width: 100%;
	margin: 0px 0px;
	padding: 0px;
}
.header a.logo.cs {
	background-image: url('/img/front/logo/logo-cs.png');
	/*background-image: url('/img/front/logo/logo-red-cs.png');*/
}
.header a.logo.en {
	background-image: url('/img/front/logo/logo-en.png');
	/*background-image: url('/img/front/logo-red-en.png');*/
}
.header .menu-height{
	margin: 0px 0px;
	/*background-color: rgb(230,0,0);*/
	background-color: #fff;
}

.header .menu-box {

}
.header .menu-box ul{
	float: left;
}
.header .menu-box ul li {
	list-style: none;
	float: left;
	margin: 0 6px;
}
.header .menu-box ul li:first-child {
	margin-left: 0px;
}
.header .menu-box ul li:last-child {
	margin-right: 0px;
}
.header .menu-box a {
	font-family: 'Source Sans Pro';
	/*color: #fff;*/
	color:  rgb(230,0,0);
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
}
.header .menu-box li.active a,
.header .menu-box a:hover,
.header .menu-box a.active {
	color:  rgb(230,0,0);
	/*color: #fff;*/
	text-decoration: underline;
}
.header .menu-box .menu{
	margin: 5px 75px 0px 35px;
	padding-left: 0px;
	display: inline-block;

}

.header .menu-box .menu li{
	background-color:  rgb(230,0,0);
	/*background-color:  #fff;*/
	padding: 10px 16px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.header .menu-box .menu li a{
	color: #fff;
	/*color: rgb(230, 0, 0);*/
}

.header .header-contact{
	float:right;
	padding: 0px 15px;
	padding-top: 10px;
}

.header .header-contact p{
	line-height: 20px;
}

/* JUMP UP */
#jump{
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	padding: 12px 15px;
	/*background-color: #fff;*/
	/*background-color:rgb(230,0,0);*/
	transition: all 2s ease-in 0s;
	z-index: 9999;
}
#jump i{
	/*color: #fff;*/
	color:rgb(230,0,0);
	font-size: 24px;
}



/*=SEARCH search */
.search {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: absolute;
    right: 0px;
}

.search i{
	background-color: rgb(230,0,0);
	color: #fff;
	/*color: rgb(230,0,0);*/
	/*background-color: #fff;*/
	padding: 13px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
    right: 43px;
    top: 5px;
}

.search .searchWrapper{
	display: none;
}

.search .searchWrapper .search{
	width: auto;
	height: auto;
	z-index: 999;
}

#searchForm_search_lv{
	font-size: 18px;
}

.search-hamburger{
	margin-top: 50px;
}

.search-hamburger .searchWrapper{
	display: block !important;
}

.search-hamburger .search{
	display: block !important;
	position: relative;
	width: 100%;
}

 #hamburger .search-hamburger input{
	width: 100%;
	border: 2px solid #b8d1d1 !important;
}



/** slider */
.slider {
	height: 551px;
	background-color: #000;
	position: relative;
	position: relative;
	padding: 0px;
}
.slider .items {
	padding: 0;
}
.slider .items .inner-text {
	width: 100%;
	height: 551px;
}
.slider .items .item {
	visibility: hidden;
	width: 100%;
	height: 551px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
	/*cursor: pointer;*/
	position: absolute;
	top: 0;
}
.slider .items .item.slide-hidden {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s, opacity 0.5s linear;
}
.slider .items .item.slide-visible {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.5s linear;
}

.slider .controls {
	position: absolute;
	top: 40%;
	width: 100%;
	margin: 0 auto;
}

.slider .controls a.next {
	float: right;
	border-radius: 5px 0 0 5px;
	text-align: right;
}
.slider .controls a.prev {
	float: left;
	border-radius: 0 5px 5px 0;
	text-align: left;
}
.slider .controls a {
	color: #fff;
	/*background-color:  #212121;*/
	width: 40px;
	height: 75px;
}
.slider .controls a i {
	margin-top: 20px;
	font-weight: 300;
}
.slider .controls a:hover {
	color: #fff;
	background-color: rgb(230,0,0);
	transition: 0;
}
.slider .controls a.inactive {
	color: #3ebccb;
	display: none;
}
.slider .info-box-slider {
	display: none;
}
.slider .slide-visible .info-box-slider {
	display: block;
}
.slider .item .info-box-slider {
	max-width: 530px;
	position: absolute;
	visibility: hidden;
	transition: opacity 0.8s cubic-bezier(1, 0, 1, 1) 0s;
	opacity: 0;
}
.slider .item .info-box-slider.active {
	visibility: visible;
	opacity: 1;
}
.slider .item .info-box-slider.card .card-image {
	border-radius: 50%;
	border-style: solid;
	border-width: 8px;
	border-color:  rgb(230,0,0);
	background-color:  #ffffff;
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 2;
}
.slider .item .info-box-slider.card .card-text {
	border-radius: 20px;
	background-color:  #ffffff;
	position: relative;
	top: -40px;
	left: 40px;
	z-index: 1;
}
.slider .item .info-box-slider.card .card-text .title {
	color: #212121;
	font-size: 18px; /* Odhad zapříčiněný nahrazením písma */
/*	font-weight: 700;*/
	line-height: 20px; /* Odhad zapříčiněný nahrazením písma */
	text-align: left;
	padding: 20px 55px;
	border-bottom: 1px rgba(139, 164, 176, 0.5) solid;
}
.slider .item .info-box-slider.card .card-text .text {
	color:  #2a393f;
/*	font-size: 16px;*/
/*	line-height: 18px; */
	font-weight: 400;
	text-align: left;
	padding: 20px 55px;
	/* shodné title a text */
	color: #212121;
	font-size: 18px;
	line-height: 20px;
}
.slider .item .info-box-slider.info {
	max-width: 530px;
	position: absolute;
}
.slider .item .info-box-slider.info .info-image {
	border-radius: 50%;
	background-color: rgb(230,0,0);
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 2;
}
.slider .item .info-box-slider.info .info-image i.fa {
	color:  #ffffff;
	width: 14px;
	height: 14px;
	margin-top: 12px;
	margin-left: 13px;
}
.slider .item .info-box-slider.info .info-text {
	border-radius: 5px;
	background-color: #ffffff;
	position: relative;
	left: 20px;
	top: -50px;
	position: relative;
	z-index: 1
}
.slider .item .info-box-slider.info .info-text .text {
	color:  #212121;
	font-size: 18px;/* Odhad zapříčiněný nahrazením písma */
	line-height: 20px;/* Odhad zapříčiněný nahrazením písma */
	font-weight: 700;
	text-align: left;
	padding: 20px 40px;
}

.rtext .reference {
	padding-top: 40px;
}
.reference {

}
.reference h2 {
/*	color: #212121;
	font-size: 35px;  Odhad zapříčiněný nahrazením písma
	font-weight: 700;
	line-height: 59px;  Odhad zapříčiněný nahrazením písma
	text-align: center;
	text-transform: uppercase;*/
	font-size: 40px;
	font-weight: 400;
}
.reference .items {
	position: relative;
}
.reference .item {
	display: none;
	top: 0;
	opacity: 0;
	transition: opacity 0.5s linear;
}
.reference .item.visible {
	display: block;
	opacity: 1;
	transition: all 0.8s;
}
.reference .item:first-child {

}
.reference .item .image {
	float: left;
}
.reference .item .image .q {
	background: transparent url('/img/front/v2/sprite.png') -110px -410px no-repeat;
	width: 19px;
	height: 16px;
	display: block;
	position: relative;
	z-index: 1;
	float: left;
	margin-top: 5px;
}
.reference .item .image img {
	width: 104px;
	height: 104px;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	top: -20px;
	left: 20px;
}
.reference .item .text {
	padding-top: 25px;
}

.reference .item .text p {
	color: #616161;
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
}
.reference .item .notice p {
	color: #616161;
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
}

.reference .col-left {

}
.reference .col-right {
	float: right;
	margin-right: 80px;
	max-width: 330px;
}
.reference .col-right p {

	color:  #212121;
	font-size: 21px;/* Odhad zapříčiněný nahrazením písma */
	font-style: italic;
	line-height: 36px;/* Odhad zapříčiněný nahrazením písma */
	text-align: left;
}
.reference .points {
	padding-left: 140px;
}
.reference .points a {
	color: rgba(96, 125, 139, 0.5);
}
.reference .points a.active {
	color: #607d8b;
}
.reference .points a:hover {
	color: #607d8b;
	text-decoration: none;
}

.header-image {
	top: 175px;
	min-height: 420px;
	background-color: transparent;
}




/* index */
.info-boxes .item{
	height: 0 !important;
    padding: 0; /* remove any pre-existing padding, just in case */
    padding-bottom: 59.2417062%; /* aspect ratio */
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
	cursor: pointer;
}

.info-boxes a.image-title{
	border: none;
	border-radius: 0px;
	width: 100%;
	border-top: 1px solid #fff;
	height: 40%;
	z-index: 10;
	position:absolute;
	bottom: 0px;
	text-align: center;
}

.info-boxes .item:hover a.image-title{
	border: none;
	border-top: 1px solid #fff;
}

.item-boxes .item:hover a.image-title span{
	font-size: 16px;
	font-weight: 600;
}

.info-boxes .item span{
	color: #fff;
	z-index: 100;
	position:relative;
	display: inline-block;
	bottom: -25px;
	font-weight: 600;
}

.info-boxes .item span:hover,
.info-boxes .item:hover{
	color: #fff;
}

.info-boxes .item:hover a,
.info-boxes .item a:hover{
	background-color: inherit;
	border-color: #fff;
}

.info-boxes a.image-title.red{
	/*background-color: rgb(230,0,0);*/
	background-color: rgba(230, 0, 0, 0.5);
}
.info-boxes a.image-title.blue{
	/*background-color: #aff3f5;*/
	background-color: rgba(175, 243, 245, 0.5);
}
.info-boxes a.image-title.purple{
	/*background-color: #d0c7d6;*/
	background-color: rgba(208, 199, 214, 0.5);
}

.info-boxes .item:hover a.image-title.red{
	background-color: rgba(229, 57, 53, 0.7);
}
.info-boxes .item:hover a.image-title.blue{
	background-color: rgba(175, 243, 245, 0.7);
}
.info-boxes .item:hover a.image-title.purple{
	background-color: rgba(208, 199, 214, 0.7);
}




/*=CERTIFICATE HP Certifikáty */
.container.certs{
	background-color: #fafafa;
}
.container.certs .bx-wrapper,
.container.certs .bx-viewport{
	height: 100% !important;
}
#certificate {
	height: 200px;
	width: 100%;
	overflow: hidden;
	/*border: 1px red solid;*/
}
#certificate a {
	margin-right: 40px;
}

#certificate ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#certificate ul li {
	width: auto !important;
}
.container.content.homepage .container-content{
	margin: 0px;
	padding: 0px;
}



/*=NEWS Aktuality */
.container.hp-news h2{
	color:rgb(230,0,0);
	font-size: 40px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
}

.container.hp-news h3 a{
	display: block;
}
.hp-news .item{
	padding: 15px 25px;
	cursor: pointer;
}

.hp-news .line-news{
	border-radius: 31px 0px 0px 31px;
	border-width: 2px;
	border-color: #607d8b;
	border-style: solid;
	border-right: none;
}

.hp-news .item span a{
	color:#616161;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.14px;
	line-height: 27px;
	text-decoration: underline;
	text-align: left;
}

.hp-news h2{
	margin-top: 20px;
	margin-bottom: 20px;
}
.hp-news {
	padding-bottom: 20px;
	padding-top: 0px;
}
.hp-news h2 {
	color: rgb(230,0,0);
	font-size: 40px;
	font-weight: 400;
	line-height: 36px;
}

.hp-news .item:first-child:hover {
	border-radius: 31px 0px 0px 0px;
}

.hp-news .item:hover {
	/*background-color: #fafafa;*/
}
.hp-news .item:hover h3 a,
.hp-news .item:hover h3 {
	color: rgb(230,0,0);
}
.hp-news .item h3 a,
.hp-news .item h3 {
	color: #616161;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	text-align: left;
	text-decoration: none;
}
.hp-news .item .date {
	color: #616161;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.14px;
	line-height: 27px;
	text-align: left;
	display: inherit;
}

.hp-news .item .date i{
	padding-right: 5px;
}

.hp-news .next-news {
	text-align: right;
	padding-right: 25px;
/*	padding-bottom: 40px;
	padding-top: 15px;*/
}
.hp-news .next-news a {
	color: rgb(230,0,0);
	font-size: 14px; /* Odhad zapříčiněný nahrazením písma */
	font-weight: 600;
	line-height: 25px; /* Odhad zapříčiněný nahrazením písma */
	text-align: right;
	text-decoration: none;
	display: block;
	padding: 8px 12px;
}

.hp-news .next-news a:hover{
	text-decoration: underline;
}

.hp-news .news-99{
	width: 99.99%;
	float: right;
}


/** boxy na HP */
.info-boxes {
	padding-top: 60px;
}
.info-boxes .item {
	height: 280px;
	background: transparent url('/img/front/hp/our_people_sm.png') 0 0 no-repeat;
	background-size: cover;
	position: relative;
}
.info-boxes .item.equipment {
	background-image: url('/img/front/hp/equipment.jpg');
}
.info-boxes .item.results {
	background-image: url('/img/front/hp/results.jpg');
}

/*
.info-boxes .item a {
	display: block;
	padding: 5px 17px;
	position: relative;
	top: 60%;
	margin: 0 auto;

	border-radius: 21px;
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid;
	background-color: rgba(229, 57, 53, 0);
	width: 110px;
	height: 40px;
	text-decoration: none;

	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
}
.info-boxes .item span {
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	display: block;
	position: relative;
	top: 50%;
}

.info-boxes .item:hover a,
.info-boxes .item a:hover {
	background-color:  rgb(230,0,0);
	border-color: rgb(230,0,0);
}
.info-boxes .item a i {
	margin-left: 10px;
}
*/



/** naše práce */
.works-claim {
	height: 611px;
	background: transparent url('/img/front/working-bg.jpg') 50% 50% no-repeat;
	background-size: cover;
	position: relative;
}
.container.works-claim {
	padding-top: 0;
	padding-bottom: 0;
}
.works-claim .inner {
	padding-left: 120px
}
.works-claim h2 {
	color: #212121;
	font-size: 35px; /* Odhad zapříčiněný nahrazením písma */
	font-weight: 700;
	line-height: 59px; /* Odhad zapříčiněný nahrazením písma */
	text-align: left;
	text-transform: uppercase;
	padding: 50px 10px 10px 0px;
	margin: 0px;
}
.works-claim .infotext {
	margin-top: 60px;
}
.works-claim .infotext span.q {
	background: rgb(230,0,0) url('/img/front/sprite.png') -40px -218px no-repeat;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	display: block;
	position: relative;
	z-index: 1;
	float: left;
}
.works-claim .infotext p {
	color: #414141;
	font-size: 18px; /* Odhad zapříčiněný nahrazením písma */
	font-weight: 500;
	font-style: italic;
	line-height: 28px; /* Odhad zapříčiněný nahrazením písma */
	/*text-align: justify;*/
	max-width: 580px;
	float: left;
	margin-left: 50px;
}
.works-claim .counts {
	position: absolute;
	top: 315px;
	width: 675px;
}
.works-claim .counts .item {
	position: absolute;
}
.works-claim .counts .item.tr {
	top: 0;
	right: 0;
	text-align: right;
}
.works-claim .counts .item.bl {
	top: 160px;
	left: 0px;
}
.works-claim .counts .item.br {
	top: 160px;
	right: 0;
	text-align: right;
}
.works-claim .counts .count {
	color: rgb(230,0,0);
	font-size: 42px; /* Odhad zapříčiněný nahrazením písma */
	font-weight: 500;
	line-height: 25px; /* Odhad zapříčiněný nahrazením písma */
	text-align: left;
}
.works-claim .counts p {
	/*font-family: Ubuntu;*/
	color: #414141;
	font-size: 16px; /* Odhad zapříčiněný nahrazením písma */
	font-weight: 400;
	line-height: 25px; /* Odhad zapříčiněný nahrazením písma */
	max-width: 280px;
	margin-top: 25px;
}
.works-claim .footer-text {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 380px;
	height: 63px;
	color: #ffffff;
	border-radius: 31px 0 0 31px;
	background-color: #607d8b;

}
.works-claim .footer-text .inner {
	padding-left: 50px;
	padding-top: 5px;
}
.works-claim .footer-text h3 {
	color: #ffffff;
	font-size: 21px; /* Odhad zapříčiněný nahrazením písma */
	font-style: italic;
	margin: 0;
}
.works-claim .footer-text p {
	color: #ffffff;
	font-size: 13px; /* Odhad zapříčiněný nahrazením písma */
	font-weight: 400;
	margin: 0;
}
.works-claim div.inner {
    padding-left: 15px;
}


#left-column {
	background-color:  #ffffff;
	box-shadow: 2px 4px 27px 0px rgba(0, 0, 1, 0.07);
	padding-right: 0px;
}



/** kontextové menu */
.sideMenu {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	/*background-color: #f4fcfe;*/
}
.sideMenu li {
	list-style: none;
    /*background-color: #f4fcfe;*/
    border-bottom: 1px solid  #e6e6e6;;
    list-style: outside none none;
    margin: 1px 0 0;
    padding: 0;
}
.sideMenu li a {
	display: block;
	padding: 15px 10px;
	text-decoration: none;
	color:  #616161;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.18px;
	line-height: 18px;
}
.sideMenu li a i {
	padding-right: 5px;
}
.sideMenu li a.active,
.sideMenu li a:hover {
	color: rgb(230,0,0);
}
.sideMenu li ul {
	padding-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
}
.sideMenu li ul li {
    /*border: none;*/
	border-bottom: 1px solid #e6e6e6;
}
.sideMenu li ul li:last-child {
	border: none;
}
.sideMenu li .has-sub > ul.sub{
	display: none;
}
.sideMenu li .has-sub.active > ul.sub{
	display: block;
}



/** tvoje tuba */
.youtubes.items .item span.title {
	color: #045479;
	font-size: 13px;
}
.youtubes.items .item.big .image {
	width: 260px;
	height: 125px;
	/*border: 6px #fff solid;*/
	margin-top: 8px;
	background-size: 100%;
}
.youtubes.items .item.big .image a {
	display: block;
	width: 260px;
	height: 125px;
	padding: 40px 108px;
	background-color: #dddddd;
	opacity: 0.7;
	font-size: 45px;
	/*background: transparent url('/img/front/sprite.png') 95px -670px no-repeat;*/
}
.youtubes.items .item.big .image a:hover {
	background-position: -81px -670px;
}
.youtubes.items .item.small span.title {
	float: left;
	display: block;
	padding: 8px;
}
.youtubes.items .item.small .image {
	width: 125px;
	height: 80px;
	border: 6px #fff solid;
	margin-top: 8px;
	float: left;
	margin-bottom: 12px !important;
}
.youtubes.items .item.small .image a {
	display: block;
	width: 125px;
	height: 80px;
	/*background: transparent url('/img/front/sprite.png') 35px -820px no-repeat;*/
}
.youtubes.items .item.small .image a:hover {
	background-position: -142px -820px;
	background-color: #01b5dd;
	/*opacity: 0.7;*/
}
.youtube-popup {
	padding: 10px;
}

.youtube-popup h1{
	text-align: center;
}

.youtube-popup .player {
	margin: 0 auto;
	padding-left: 10px;
	text-align: center;
}

.files .item a {
	display: block;
	border: 1px #EAEAEA solid;
	border-radius: 5px;
	padding: 8px 12px;
	text-decoration: none;
}
.files .item a i {
	padding-right: 20px;
}



/**=TEXT_CROSS - itemy z CKEditoru */
.text-coss {

}

.text-coss .item:nth-child(2n + 2){
	padding-left: 5px
}

.text-coss .item:nth-child(2n + 1){
	padding-right: 5px;
}

.text-coss .item {
	margin: 5px 0px;
	padding: 0px;
}
.text-coss .item:hover  {

}
.text-coss .item a {
	background-color: #ebebeb;
	color:  #212121;
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	padding: 30px 5px 10px;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 95px;
}
.text-coss .item:hover a:hover,
.text-coss .item:hover a {
	color: #ffffff;
	background-color: #cc2828;
	text-decoration: underline;
}




.padding-right-50 {
	padding-right: 50px;
}
.padding-left-50 {
	padding-left: 50px;
}
.padding-right-25 {
	padding-right: 25px;
}
.padding-left-25 {
	padding-left: 25px;
}
.padding-top-50 {
	padding-top: 50px;
}
.padding-right-15 {
	padding-right: 15px;
}
.margin-right-15 {
	margin-right: 15px;
}
.padding-top-10 {
	padding-top: 10px;
}
.no-border {
	border: none !important;
}
.min-padding {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.min-padding.exe {
	padding-top: 8px !important;
	padding-bottom: 0px !important;
}
.min-padding .content-box {
	margin-bottom: 0px !important;
}
.min-padding .files-gallery {
	padding-top: 5px !important;
	padding-bottom: 0px !important;
}
/**********************************************************************************************************************************************/

a.button-more {
	text-decoration: none;
	padding: 4px 18px;
	background-color: #e0ebeb;
	color: #616161;
	font-size: 16px;
	display: inline-block;
}
a.button-more:hover {
	/*color: rgb(230,0,0);*/
	background-color: #b0cccc;
}
a.button-more:after {
	content: ">";
	padding-left: 6px;
}

/** linky s nadpisy a boxy */
.header-line {
	min-height: 75px;
	line-height: 75px;
	background-color: #eef5f5;
	border-bottom: 1px #fff solid;
	width: 100%;
	display: inline-block;
}
.header-line .title {
	width: 90%;
	float: left;
	padding-left: 30px;
}
.header-line .icon {
	width: 10%;
	float: left;
	padding-right: 30px;
	text-align: right;
}
.header-line .icon:after {
	clear: both;
}
.header-line h2 a,
.header-line h2 {
	color: rgb(230,0,0);
	text-decoration: none;
	text-transform: initial;
	margin: 22px 0px;
}
.header-line .fa {
	color: #b8d1d1;
}
.content-box {
	background-color: #f6fbfb;
	width: 100%;
	padding: 30px;
	margin-bottom: 30px;
	color: #616161;
	font-size: 16px;
	display: inline-block;
}
.content-box h3 a,
.content-box h3,
.content-box h4 a,
.content-box h4 {
	color: #616161;
	font-size: 19px;
	font-weight: bold;
	margin: 5px 0px 12px;
	text-decoration: none;
}
.content-box h4 a,
.content-box h4 {
	font-size: 17px;
}
.content-box .ambulance-hours {
	padding: 10px 12px;
	border-top: 1px #e0ebeb solid;
}
.content-box .ambulance-hours:last-child {
	/*border-bottom: none;*/
}
.content-box .ambulance-hours a.button-more {
	float: right;
}

.content-box .user-list .item:nth-child(n+2) {
	border-top: 1px #e0ebeb solid;
	position: relative;
}
.content-box .user-list .item h4 {
	margin: 4px 0px;
	margin-top: 20px;
}
.content-box .user-list .item p {
	margin: 2px 0px;
}
.content-box .user-list .item ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
.content-box .user-list .photo img{
	width: 150px;
}

.leadership .content-box .user-list .item .info {
	padding-left: 136px;
}
.content-box .user-list .item:last-child ul {
	margin-bottom: 0px;
}
.content-box .user-list .item ul li {
	list-style: none;
}
.content-box .user-list .item ul li .fa {
	padding-right: 16px;
}
.content-box .user-list .item .contact,
.content-box .user-list .item .image {
	float: left;
}
.content-box .user-list .item .more-info {
	float: right;
	position: relative;
	top: 50px;
	right: 0px;
	margin: 0px 30px 30px 0px;
}

.content-box .user-list .item .contact {
	width: 50%;
	margin-left: 10px;
}
.content-box .user-list .item .image {
	margin-top: 20px;
	width: 90px;
	float: right;
}
.content-box .user-list .item .image img {
	/*border-radius: 50%;*/
	width: 90px;
/*	height: 90px;*/
}



.content-box.img-gallery {
	padding: 0px;
	height: 180px;
	overflow: hidden;
}
.content-box.img-gallery .more-images {
	width: 25%;
	height: 180px;
	background-color: rgba(0, 0, 0, 0.75);
	display: none;
	position: relative;
	left: 75%;
	cursor: pointer;
}
.content-box.img-gallery .more-images .count {
	color: #fff;
	font-size: 35px;
	line-height: 180px;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	text-align: center;
}
.content-box.img-gallery .item  {
	float: left;
	width: 25%;
	height: 180px;
}
.content-box.img-gallery .item img {
	margin: 0;
	width: 100%;
}
.content-box.files-gallery {

}
.content-box.files-gallery .item {
	width: 48%;
	float: left;
	margin-bottom: 8px;

}
.content-box.files-gallery .item:nth-child(even) {
	float: right;
}

.content-box.files-gallery .item:nth-child(2n+3) {
	clear: both;
}

.content-box.files-gallery .item a {
	display: block;
	border: 1px #EAEAEA solid;
	border-radius: 5px;
	padding: 8px 12px;
	text-decoration: none;

}
.content-box.files-gallery .item a:hover {
	background-color: #b0cccc;
}
.content-box.files-gallery .item a i {
	padding-right: 8px;
}

.content-box.youtube-gallery iframe{
	margin-bottom: 30px;
}

.department #moreinfo,
.ambulance #moreinfo{
	display: none;
}

/**/
.department_list{
/*	list-style-type: none;
	margin-top: 20px;*/
/*	display: inline-block;*/
	text-align: center;
	width: 100%;
}

.department_list div.department-icon{
    line-height: 20px;
	padding: 10px 15px;
	margin: 5px;
	border: 1px solid rgb(230,0,0);
	background-color: rgb(230,0,0);
	text-decoration: none;
	display: inline-block;
}

.department_list div.department-icon.level-1{
    text-transform: uppercase;
	margin: 30px 0px;
	padding:  10px 25px;
	text-decoration: underline;
	color: #fff;
}

.department_list div.department-icon.level-2{

}

.department_list div.department-icon.level-3{
    border: 1px solid rgb(230,0,0);
	background-color: inherit;
	font-size: 16px;
}

.department_list div.department-icon a{
	text-decoration: none;
	color: #fff;
}

.department_list div.department-icon.level-3 a{
	color: rgb(230,0,0);

}


/* MOMENTÁLNĚ NEPOUŽÍVANÉ */
/*ORGANIZATION_STRUCTURE - Organizační struktura*/
/*.organization_list{
	text-align: center;
	width: 100%;
}

.organization_list ul.organization-structure{
	list-style-type: none;
	padding: 0px;
	text-align: center;
}

.organization_list ul.organization-structure li a{
    line-height: 20px;
	padding: 10px 15px;
	margin: 5px;
	border: 1px solid rgb(230,0,0);
	background-color: rgb(230,0,0);
	text-decoration: none;
	color: #fff;
	display: inline-block;

}

.organization_list ul.organization-structure li.level-0{
	clear: both;
	text-align: center;
}

.organization_list ul.organization-structure li.level-0.first > a{
	margin-top: 0px;
}

.organization_list ul.organization-structure li.level-0 > a{
    text-transform: uppercase;
	margin: 5px 0px 5px;
	padding:  10px 25px;
	text-decoration: underline;
	color: #fff;
	width: 100%;
	max-width: 350px;
}

.organization_list ul.organization-structure li.level-1{
    clear: both;
}

.organization_list ul.organization-structure ul.level-3{

}

.organization_list ul.organization-structure ul.level-2,
.organization_list ul.organization-structure ul.level-3{
	clear:both;
	display: inline-block;
	margin-top: 0px;
}

.organization_list ul.organization-structure li.level-2.first,
.organization_list ul.organization-structure li.level-3.first{
	margin-top: -4px;
}

.organization_list ul.organization-structure li.level-2,
.organization_list ul.organization-structure li.level-3{
	float: left;
}

.organization_list ul.organization-structure li.level-1 > a{
	width: 250px;
}

.organization_list ul.organization-structure li.level-3.first{
	clear: both;
}

.organization_list ul.organization-structure li.level-2 > a,
.organization_list ul.organization-structure li.level-3 > a{
    border: 1px solid rgb(230,0,0);
	background-color: inherit;
	font-size: 16px;
	color: rgb(230,0,0);
	margin: 0px;
}

.organization_list ul.organization-structure li.level-3 > a{
	font-size: 13px;
	padding: 7px 12px;
}*/

/* END_ORGANIZATION_STRUCTURE */




/* ORGANIZATION_MAP - Mapa Organizace */
.organization-map{
	display: none;
}

.organization-list{
	display: none;
}

.organization-list .organization-member.level-a{
	position: relative;
	left: -35px;
	top: 5px;
}

.organization-list .organization-member.level-a .director{
	font-weight: 600;
}

/* END_ORGANIZATION_MAP */


.director{
	text-align: center;
}

.director a.director{
	text-transform: uppercase;
	margin: 5px 0px 15px;
	padding:  10px 25px;
	text-decoration: underline;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	display: inline-block;
	background-color: rgb(230,0,0);
	width: 350px;
}



.footer {
	background-color: #110e0e;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer p {
	color: #fff;
}
.footer a i.fa {
	color: #fff;
	margin-right: 8px;
}
.footer a:hover{
	color: #fff;
}

.footer a:hover i.fa {
	color: rgb(230,0,0);
}
.footer .inline-block{
	padding: 0px 10px;
}

.social-icon{
	text-align: right;
	padding: 0px;
}
.copyright,
.menu-footer {
	background-color: #110e0e;
	text-align: center;
	border-top: 1px #fff solid;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}
.copyright a,
.menu-footer a {
	color: #fff;
}
.copyright a:hover,
.menu-footer a:hover {
	color: rgb(230,0,0);
}
.copyright p{
	font-size: 10px;
	line-height: 0px;
}
.menu-footer ul {
	margin: 0px;
}
.menu-footer ul li {
	margin: 0;
	list-style: none;
	float: left;
}
.menu-footer ul li a {
	display: block;
	padding: 15px 10px;
	color: #ffffff;
	font-size: 16px; /* Odhad zapříčiněný nahrazením písma */
	font-weight: 700;
	line-height: 36px; /* Odhad zapříčiněný nahrazením písma */
	text-transform: uppercase;
	text-decoration: none;
}
.menu-footer ul li a:hover {

}

.footer-gallery .item{
	margin: 0px;
	padding: 0px;
}
.footer-gallery .item img{
	width: 100%;
	margin: 0px;
	padding: 0px;
}




/** odpovědné osoby */
#responsible-box {
	font-size: 13px;
}
#responsible-box a {

}
#responsible-form {
	display: none;
}



/** flash messages */
#flash {
	position: fixed;
	top: 30%;
	z-index: 1000;
	width: 100%;
	background-color: transparent;
}

#flash .item {
	/*background-color: rgba(0, 0, 0, 0.75);*/
	/*color: #fff;*/
	background-color: #d8f8cb;
	margin: 0 auto 5px;
	padding: 20px 30px;
	max-width: 450px;
	z-index: 100000;
	position: relative;
	color: #373737;
}
#flash .item.error {
	background-color: #f8cbcb;
}

#flash .item a {
	color: #fff;
	text-decoration: underline;
}

#flash .item a:hover {
	color: #e30615;
}

#flash .item a.close {
	color: #e30615;
	right: 7px;
	top: 1px;
	margin: 5px auto 0 200px;
	position: absolute;
	z-index: 100001;
	opacity: 1;
	text-shadow: none;
	text-decoration: none;
}





#filter_icon {
	width: 38px;
	height: 36px;
	padding-top: 5px;
	background-color: #333333;
	color: #ffe33b;
	position: absolute;
	text-align: center;
	top: 0px;
	right: 50px;
	z-index: 10;
	cursor: pointer;
	display: none;
}

#hamburger_icon {
	width: 38px;
	height: 36px;
	padding-top: 5px;
	background-color: trasparent;
	color: rgb(230,0,0);
	position: absolute;
	text-align: right;
	top: 0px;
	right: 0px;
	z-index: 10;
	cursor: pointer;
	display: none;
	margin-top: 15px;
	margin-right: 25px;

}

#hamburger {
	display: none;
	position: fixed;
	left: -100%;
	background-color: #f6fbfb;
	height: 100%;
	z-index: 99999;
	color: #616161;
	overflow: auto;
	font-size: 0.85em;
	border-right: 1px #212121 solid;
}

#hamburger ul{
	padding-left: 15px;
	margin-left: 5px;
}

#hamburger li > ul{
	display: none;
}

#hamburger li.active > ul,
#hamburger li.open > ul{
	display: block;
}

#hamburger a {
	color: #616161;
	font-size: 1em;
	line-height: 1.6em;
}

#hamburger .ham-title-section {
	background-color: #eef5f5;
    border-bottom: 1px solid #fff;
	padding: 5px 10px;
}
#hamburger .ham-title-section .title {
	width: 70%;
	float: left;
	color: rgb(230,0,0);
}
#hamburger .ham-title-section .icon {
	width: 30%;
	float: right;
	text-align: right;
}
#hamburger .ham-title-section .fa {
	color: #b8d1d1;
}


#hamInner {
	padding: 0px 3% 5% 3%;
}

#hamburger .hamMenu {
	list-style-type: none;
	margin: 0px 0px 30px -4px;
	padding: 10px 0px;
}

#hamburger .hamMenu li {
	position: relative;
}

#hamburger .hamMenu li a {
	padding: 4px 5px;
	margin-left: 25px;
	display: block;
	text-decoration: none;
}

#hamburger .hamMenu li a:hover {
	background-color: #ee7400;
	color: #000000;
}

#hamburger .hamMenu li i.fa {
	position: absolute;
	width: 25px;
	text-align: center;
	padding: 7px 0px;
	margin-right: 10px;
}

#hamburger .hamMenu li i.fa.forOpen {
	cursor: pointer;
}

#hamburger .hamMenu li i.fa.forOpen:hover {
	color: #ee7400;
}

#hamburger .hamMenu .hamMenu {
	margin: 0px 0px 0px 30px;
	display: none;
	padding: 0px;
}

#hamburger .hamMenu .selectedTitle, #hamburger .hamMenu a.active {
	font-weight: bold;
}

#hamburger .separator {
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	left: 0px;
}

#hamburger h4 {
	font-weight: bold;
}

#hamburger h4 i {
	margin-right: 10px;
}

#hamburger .login {
	margin: 25px 0px;
}

#hamburger form {
	margin: 0px;
	padding: 5px 20px;
}

#hamburger input {
	border: none;
	display: block;
	margin-bottom: 10px;
	padding: 5px 10px;
	width: 100%;
	height: auto;
}

#hamburger input[type=submit] {
	border: solid 1px #ffffff;
	width: auto;
	float: left;
}

#hamburger .login .text-right {
	float: right;
	font-size: 0.8em;
	line-height: 1.6em;
}

#hamburger .login i {
	width: 20px;
	text-align: center;
	margin: 0px 10px 0px 20px;
}

#hamburger .login .links {
	margin: 15px 0px 0px 50px;
	font-size: 0.8em;
	line-height: 1.5em;
}






/*=REASON */
.reasons-6{

}

.reasons-6 .row .col,
.reasons-6 .row .col .item-reason,
.reasons-6 .row a{
	height: 196px;
	text-align: center;
	margin-bottom: 30px;

}

.reasons-6 .row .item-reason{
	border: 1px solid #dddddd;
}

.reasons-6 i{
	margin-top: 40px;
	font-size: 70px;
	color: #c7b662;
	width: 100%;
	text-align: center;

}

.reasons-6 h3{
	margin-top: 0px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.reasons-6 a{
	text-decoration: none;
	display: block;
	line-height: 55px;
}





/*=Colaboration */
.collaboration .collabaration-phone{
	background-color: rgb(230,0,0);
	color: #fff;
	height: 100%;
	padding: 30px;
	text-align: center;
}

.collaboration .collabaration-phone p{
	color: #fff;
	font-size: 34px;
	text-align: center;
	line-height: 1.5;
}

.collaboration .collaboration-text a{
	color: #414141
}

.collaboration .collaboration-text a:hover{
	color: rgb(230,0,0)
}






/*=TEXTS - aktuality */
.container-content{
	margin: 0px 0px 35px 0px;
}

.container-content h1 {
	margin: 0 0 15px 0px;
}

.container-content .preview{
	margin: 0px 0px;
	padding: 35px 0px;
	clear: both;
	border-bottom: 1px solid #e7e7e7;
}

.container-content .preview:first-child{
	border-top: 1px solid #e7e7e7;
}

.container-content .preview > div:first-child {
	padding-left: 0px;
}

.container-content .preview .perex-img img{
	margin-top: 0px;
	margin-bottom: 0px;
}

.container-content .preview .preview-text h2{
	margin: 0px;
	clear: both;
	padding-top: 20px;

}

.container-content .preview .preview-text h2 a{
	text-decoration: none;
}

.container-content .preview .preview-text .preview-head.date{
	margin-top: 12px;
	color: #b6b6b6;
}

.container-content .preview .preview-text .preview-link{
	margin-top: 30px;
}






/*=INFOBOX Levé infoboxy */
.infoboxes-left .box-preview-image .image,
.infoboxes-left .box-preview-image{
	clear: both;
}

.infoboxes-left .box-preview-image,
.infoboxes-left .box-preview-text{
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

.infoboxes-left .box-preview-image img{
	margin: 0px;
	/*width: 100%;*/
	height: 100%;
}

.infoboxes-left .box-preview-image .title-image{
	width: 50%;
	color: #fff;
	font-size: 24px;
	position: absolute;
/*	top: 30px;*/
	/*margin-top: 37px;*/
	bottom: 10px;
	font-weight: 600;
	line-height: 1.12;
}

.infoboxes-left .box-preview-image,
.infoboxes-left .box-preview-text{
	margin-left: 20px;
}




.infoboxes-left .box-preview-text{
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding-top: 15px;
	padding-bottom: 15px;
}

.infoboxes-left .box-preview-text .title{
	padding-left: 15px;
	font-weight: bold;
}

.infoboxes-left .box-preview-text .body{
	padding-left: 45px;
	padding-right: 30px;
}









/*=PAGINATOR - Stránkování */
.paginator{
	margin-top: 20px;
	text-align: center;
}

.paginator .button,
.paginator .link{
	padding: 4px 12px;
	margin: 3px;
	background-color: #e0ebeb;
	border-radius: 0px;
	font-size: 16px;
	color: #000;
}

.paginator a.button:hover,
.paginator a.link:hover{
	background-color: #b0cccc;
}

.paginator .current{
	font-weight: bold;
	background-color: #b0cccc;
}

.paginator a{
	text-decoration: none;
}








/*=user-card - Kontaktní karta */
.show-user-card {
	position: relative;
}

.show-user-card .user-card {
	display: none;
	position: absolute;
	top: 23px;
	left: -205px;
	border: 1px solid #8D8D8D;
	background: #eef5f5;
	box-shadow: 3px 3px 3px #8D8D8D;
	padding: 30px;
	width: 400px;
	font-size: 10pt !important;
	font-family: Verdana;
	z-index: 999;
}

.show-user-card .user-card img {
	float: right;
	border-radius: 100%;
	margin: 0px;
}

.show-user-card .user-card span {
	display: block;
	float: left;
	width: 230px;
	padding-left: 5px;
	line-height: 1.7;
}

.show-user-card:hover .user-card {
	display: block;
}

.show-user-card .user-card span .fa {
	margin-right: 5px;
}

.user-new .contact ul,
.user-new .departments{
	list-style: none;
}

.user-new .photo img{
	border-radius: 100%;
}

.user-new .photo {
	float: right;
}

.user-new ul{
	margin: 0px;
	padding: 0px;
}

.user-new p{
	padding-left: 2em;
}

.user-new h1{
	padding-left: 0.85em;
}

.user-new i{
	padding-right: 5px;
}

.user-new .info .text .department p{
	padding-left: 20px;
}

.user-new .info .text .department{
	margin-bottom: 15px;
}






/*=FORM */
.form-title{
	color: rgb(230,0,0);
	font-size: 26px;
	background-color: #eef5f5;
	padding: 30px;
	margin-top: 30px;
}

input,
label,
textArea{
	border-radius: 0px;

}

label{
	color: #000;
	padding: 12px 0px 5px 0px;
}

.label span.required{
	color: #767676;
}

input,
textArea{
	border: 2px solid #b8d1d1;
	color: #000;
	background-color: #f6fbfb;
	padding: 5px;
}

input:focus,
textArea:focus{
	border: 2px solid #616161;
	background-color: #fff;
	padding: 5px;
}

form{
	background-color: #f6fbfb;
	padding: 30px;
/*	margin-bottom: 30px;*/
}

input[type="submit"]{
	border-radius: 0px;
	padding: 10px 15px;
	background-color: #b0cccc;
	margin-top: 20px;
	font-size: 16px;
}

input[type="submit"]:focus {
	outline: 0px solid #b0cccc;
	border: 1px solid #b0cccc;
}

.label{
	padding-left:0px;
}

/* Tabulka uvnitř formuláře */
form table tr:hover {
    background-color: #f6fbfb;
}

form table tr th,
form table tr td{
	border: none;
}

form table tr th{
	font-style: normal;
}

form table label{
	font-size: 75%;
}

form .odd{
	padding-bottom: 20px;
	padding-top: 20px;
}

form .submit{
	transition: all 0.3s ease 0s;
}

form .submit:hover{
	background-color: rgb(230,0,0);
	color: #fff;
	transition: all 0.3s ease 0s;
}



/* Další formátování formu */
.user-defined-form{
	margin-top: -30px;
}

.user-defined-form .odd .label{
	color: #b8d1d1;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.user-defined-form .odd .label p{
	padding-bottom: 10px;
	color: #b8d1d1;
	padding: 0px;
	margin: 0px;
}

#responsible-form table tr:hover{
	background-color: inherit;
}

#responsible-form table{
	width: 100%;
}

/* zarovnání s tabulkou  #responsible-form */
form .maintable th {
	padding-right: 20px;
}


/* user list */

.content-box .user-list .item .image img{
	margin: 0px;
}







/* what-we-do */
container.what-we-do{

}

.what-we-do h2{
	color:rgb(230,0,0);
	font-size: 40px;
	font-weight: 400;
	letter-spacing: -1.6px;
	line-height: 36px;
	text-align: left;
}

.what-we-do .column-text p{
	color:#616161;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -0.18px;
	line-height: 27px;
	text-align: left;
	padding-right: 70px;
}

.what-we-do .column-text{
	margin-bottom: 40px;
}

.what-we-do .item{
/*	padding-left: 15px;
	padding-right: 15px;*/
}

.what-we-do .item span{
	height: 255px;
	text-align: center;
}

.what-we-do .item h4{
	color:#ffffff;
	font-size: 32px;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
	width: 100%;
	z-index: 100;
	padding: 0px;
	margin: 0px;
}

/* Item number - čísla statistiky */

.what-we-do .item-number{
	margin-top: 30px;
}

.what-we-do .item-number div:nth-child(1){
	padding-right: 40px;
}
.what-we-do .item-number div:nth-child(2){
	border-left: 1px solid #e9ecee;
	border-right: 1px solid #e9ecee;
	padding-left: 40px;
	padding-right: 40px;
}
.what-we-do .item-number div:nth-child(3){
	padding-left: 40px;
}

.what-we-do .item-number h5{
	color:#303030;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -1.12px;
	line-height: 36px;
	text-align: left;
}

.what-we-do .item-number p{
	color:#616161;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.2px;
	line-height: 27px;
	text-align: left;
}

.what-we-do .item-number p b{
	color:#616161;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -0.2px;
	line-height: 27px;
	text-align: left;
}








/*=INFOBOX Infoboxy what we do */
.infoboxes-hp-what-we-do {
	clear:both;
}

.infoboxes-hp-what-we-do .item-what-we-do img {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	position:relative;
	z-index: -1;
}

.infoboxes-hp-what-we-do .item-what-we-do a.what-we-do-a{
	display: inline-block;
	width: 100%;
	min-height: 310px;
	color:#fff;

}
.infoboxes-hp-what-we-do .item-what-we-do a.what-we-do-a:hover {
	text-decoration: none;
}
.infoboxes-hp-what-we-do .item-what-we-do a.what-we-do-a span.title{
	position: absolute;
	left: 1%;
	right: 1%;
/*	top: 60px;*/
	bottom: 100px;
	height: 30px;
	padding: 0px 20px;
}

.infoboxes-hp-what-we-do .item-what-we-do span {
	padding: 0px;
}


.infoboxes-hp-what-we-do .item-what-we-do .shadow {
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(0,0,0,0.6)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to bottom, rgba(255,255,255,0), rgba(0,0,0,0.6)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
	position:relative;
	z-index: 10;
}

.infoboxes-hp-what-we-do .item-what-we-do a:hover .title{
	color:#fff;
	text-decoration: underline;
}

.infoboxes-hp-what-we-do .infobox{
	height: 0;
    padding: 0; /* remove any pre-existing padding, just in case */
    padding-bottom: 46.3636364%; /* aspect ratio */
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
	overflow: hidden;
}

.infoboxes-hp-what-we-do .item-what-we-do .infobox,
.infoboxes-hp-what-we-do .item-what-we-do .shadow{
	margin-bottom: 40px;
}



/*=REFERENCE */
.reference.container{
	background-color: #fafafa;
}
.reference .reference-h2 h2{
	color:#607d8b;
	font-size: 40px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	float: left;
	margin-right: 20px;
	text-transform: none;
	margin-top: 0px;
}

.reference a.active h2,
.reference a:hover h2{
	color: rgb(230,0,0);
	text-decoration: underline;
}
.reference .points{
	text-align: center;
	padding: 0px !important; /* ve style.css */
	margin-top: 20px;
}

.reference .reference-text{
	display: none;
}

.reference .reference-text .image .title{
	padding-left: 15px;
}

.reference .reference-text.active{
	display: block;
}

.reference .reference-text .text{
	height: 155px;
}

.reference .reference-text a{
	color:#616161;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.14px;
	line-height: 27px;
	text-decoration: underline;
	text-align: left;
}



/*=BISINESS Činnosti CKTCH */
.container.business{
	background-color: #fafafa;
}

.business span{
	color:#303030;
	font-size: 20px;
	font-weight: 300;
	line-height: 27px;
	text-align: left;
	margin-top: 30px;
}









/*=GALLERY oprava popup */
.pp_pic_holder .ppt{
	min-height: 50px;
}


/*Oprava obrázků v pracovištích */
.image img{
	max-width: 100%;
}

.image.small-image img{
	max-width: 50%;
}

/*Roční zprávy - sekce 68 */
.section-68 .preview-head{
	display: none;
}

/*Roční zprávy - stylování */
.layout-text-column .text p{
	line-height: 15px;
}

.layout-text-column .col-md-6.col-sm-12{
	padding: 0px 10px;

}

.layout-text-column .text p.before{
	line-height: 5px;
}

.layout-text-column .text p.before span{
	width: 65px;
	height: 1px;
	display: block;
	border-bottom: 1px solid #ff0000;
}

.layout-text-column .text{
	min-height: 100px;
	border-bottom: 1px solid #b3b3b3;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}



/* CKEditor Gallery */
/* zarovnání textu až pod obrázek */
.fix-image .text{
	clear: both;
}

/*=DEPARTMENT ID 1001*/
.department-1001 .where,
.department-1001 .visiting-hours,
.department-1001 .users,
.department-1001 .contact-info{
	display: none;
}




/*CONTACT_ROW - kontaktní řádek CKEditor z adminu*/
.contact-row{
	margin: 0px;
}

.contact-row{
	border-bottom: 1px solid #e0ebeb;
}

.contact-row:hover{
	background-color: #eef5f5;
}

.contact-row:first-child{
	border: none;
}

.contact-row p,
.contact-row-left,
.contact-row-right{
	font-size: 20px;
	line-height: 18px;
}

/* Překryv zamezující při scrollu pohyb mapy */
/* před inframe vloži <div class="overlay" onClick="style.pointerEvents='none'"></div> */
.overlay-map {
   background:transparent;
   position:relative;
   /*width:700px;*/
   height:650px;   /*your iframe height*/
   top:630px;    /*your iframe height */
   margin-top:-650px;   /* your iframe height */
}

iframe{
  max-width: 100%;
}

.infoboxes-left.section{
	display: none;
}

/* Video gallerie */
.videos-gallery .col-md-4{
	padding-left: 5px;
	padding-right: 5px;
}

.video-title{
	font-size: 13px;
	text-align: center;
	position: relative;
	top: -15px;
}



.footer .inline-block,
.footer .inline-block p{
	text-align: center;
	display: block;
}

.footer .inline-block p img{
	display: inline;
}

.footer .gall{
	text-align: center;
}

.footer img{
	float: none;
	margin: 0px;
}


/* Executive */
.executive,
.executive ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.executive ul{
	display: none;
	overflow: visible;
	margin-bottom: 10px;
}

/*.executive ul.active{
	display: block;
}*/

.executive .header-line{
	border: none;
}

.executive i.fa-caret-right{
	position: absolute;
	left: 60px;
}

.executive h2.lev0{
	font-weight: 600;
}

.executive .lev1 > div > .header-line{
	min-height: 20px;
	line-height: 30px;
}

.executive h2.lev1{
	font-size: 22px;
	padding-left: 20px;
	margin: 5px 0px;
}

.executive .lev2 > div > .header-line{
	min-height: 20px;
	line-height: 30px;
}

.executive h2.lev2{
	font-size: 18px;
	padding-left: 40px;
	margin: 0px 0px;
}

/* END_EXECUTIVE */

/*=INFO_BLOCK ****************************************************************/
.info-block{


}

.info-block .info-block-box{
	position: fixed;
	z-index: 9999;
	top: 35%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-40%);
	-moz-transform: translateX(-50%) translateY(-40%);
	-ms-transform: translateX(-50%) translateY(-40%);
	transform: translateX(-50%) translateY(-40%);
}

@media(max-width: 1200px) {
  .info-block .info-block-box {
    top: 10%;
    left: 12%;
    -webkit-transform: translateX(-7%) translateY(-10%);
    -moz-transform: translateX(-7%) translateY(-10%);
    -ms-transform: translateX(-7%) translateY(-10%);
    transform: translateX(-7%) translateY(-10%);
  }
}

.info-block .info-block-box-inner{
	position: relative;
	display: inline-block;
  width: 100%;
  text-align: center;
}

.info-block .info-block-box-inner a{
  display: inline-block;
  width: 100%;
}

.info-block .info-block-box-inner a img{
  max-width: 100%;
}





















/*=MEDIA @media */
/* RESPONZE */

@media (max-width: 380px) {
	.content-box .user-list .item{
		margin-bottom: 60px;
	}

	.content-box .user-list .item .image{
		float: left !important;
	}
	.content-box .user-list .item .contact{
		width: 100% !important;
	}
	.infoboxes-hp-what-we-do .item-what-we-do a.what-we-do-a span.title{
		bottom: inherit;
		top: 30%;
	}
}


@media (max-width: 479px) {
	#hamburger {
		width: 70%;
	}

	.works-claim .infotext {
		margin-top: 0px !important;
	}
	.works-claim .counts {
	    top: 285px !important;
	}
	.works-claim .counts .count{
	    width: 100% !important;
		padding-bottom: 5px;
	}
	.works-claim .infotext span.q{
		display: none;
	}
	.works-claim .counts p {
	    display: inline !important;
	}
	.works-claim h2 {
	    padding-top: 10px;
		padding-bottom: 0px;
	}
}

@media (min-width: 380px) {

}

@media (min-width: 380px) and (max-width: 768px) {

	.content-box .user-list .item .image{
		float: right !important;
	}

	.content-box .user-list .item .contact{
		width: 65% !important;
	}

	.infoboxes-hp-what-we-do .item-what-we-do a.what-we-do-a span.title{
		bottom: inherit;
		top: 30%;
	}
}

@media (min-width: 480px) and (max-width: 768px) {
	.works-claim .counts .count{
		width: 130px;
	}
}

@media (max-width: 768px) {
	.content-box .user-list .item .more-info{
		margin: 0px !important;
	}

	.content-box .user-list .item .contact{
		margin-left: 0px !important;
	}

	/* Mobilní responze */
	.container{
		width: 100%;
	}

	/* Formuláře u mobilů */
	input, textArea{
		width: 100%;
	}

	form table tr th,
	form table tr td{
		width: 100%;
		float: left;
	}

	textarea{
		width: 100% !important;
	}

	.header .row{
		margin-left: 0px;
		margin-right: 0px;
	}

	/* HP-what-we-do oprava stínu */
	.infoboxes-hp-what-we-do .item-what-we-do a.what-we-do-a{
		height: 335px;
	}



	/* Naše práce v číslech */
	.works-claim h2{
		padding-top: 20px;
	}
	.works-claim{
		margin-bottom: 60px;
	}
	.works-claim .infotext{
		margin-top: 20px;
	}
	.works-claim .infotext p{
		max-width: none;
		margin-left: 0px;
	}
	.works-claim .counts {
		top: 348px;
		width: inherit !important;
	}
	.works-claim .counts .item{
		float: left;
		clear: both;
	}
	.works-claim .counts .count{
		float: left;
		/*width: 130px;*/
	}

	.works-claim .counts p{
		margin-top: 0px;
		display: inline-block;
	}
	.works-claim .counts .item{
		position: relative;
		text-align: left;
		top: 0px;
		margin-bottom: 10px;
	}
	.works-claim .counts .item p{
		width: inherit;
	}
	.works-claim .counts .item.br,
	.works-claim .counts .item.tr{
		text-align: left;
	}
	.works-claim .counts .item,
	.works-claim .counts .item.tr,
	.works-claim .counts .item.bl,
	.works-claim .counts .item.br{
		top: 0px;
		width: inherit;
	}
	.works-claim .footer-text {
	    bottom: -61px;
	}

	.reference .reference-text a{
		font-size: 9px;
	}


	.content-box.youtube-gallery iframe{
		width: 100% !important;
	}
}

@media (min-width: 769px) {
	.info-boxes .item span{
		bottom: -26px;
	}

	/* ORGANIZATION_MAP */
	.organization-map{
		position: relative;
		display: block;
	}

	.organization-list{
		display: none;
	}

	.organization-map .organization-member a,
	.organization-map .organization-member a:visited{
		position: absolute;
		background-color: rgb(230,0,0);
		color: #fff;
		border: 1px solid rgb(230,0,0);
		border-radius:5px;
		padding: 3px;
		width: 80px;
		font-size: 12px;
		z-index: 10;
	}

	.organization-map .organization-member .organization-link{
		position: absolute;
		display: block;
		/*border-radius: 5px;*/
		border-color: rgb(230,0,0);
		border-style: solid;
		border-width: 1px;
	}

	.organization-map .organization-member.level-a a{
		top: 0px;
		left: 275px
	}

	.organization-map .organization-member.level-0 a{
		top: 100px;
	}

	/* Právník */
	.organization-map .member-1596 a{
		left: 0px;
	}
	.organization-map .organization-member.member-1596 .organization-link{
		border-bottom: none;
		border-right: none;
		height: 95px;
		left: 39px;
		top: 16px;
		width: 245px;
	}

	/* Sekretariát */
	.organization-map .member-1597 a{
		left: 90px;
	}
	.organization-map .organization-member.member-1597 .organization-link{
		border-bottom: none;
		border-right: none;
		height: 88px;
		left: 127px;
		top: 16px;
		width: 158px;
	}

	/* Interní finanční auditor */
	.organization-map .organization-member.member-1598 a{
		left: 45px;
		top: 160px;
	}
	.organization-map .organization-member.member-1598 .organization-link{
		border-bottom: none;
		border-right: none;
		height: 150px;
		left: 84px;
		top: 16px;
		width: 201px;
	}

	/* Knihovna */
	.organization-map .organization-member.member-1599 a{
		left: 135px;
		top: 160px;
	}
	.organization-map .organization-member.member-1599 .organization-link{
		border-bottom: none;
		border-right: none;
		height: 150px;
		left: 174px;
		top: 16px;
		width: 107px;
	}

	/* Úsek léčebně preventivní péče */
	.organization-map .organization-member.member-1582 a{
		left: 275px;
	}
	.organization-map .member-1582 .organization-link{
		border-bottom: none;
		border-left: none;
		height: 70px;
		left: 314px;
		top: 31px;
		width: 1px;
	}

	/* Věda a výzkum */
	.organization-map .member-1574 a{
		left: 365px;
	}
	.organization-map .organization-member.member-1574 .organization-link{
		border-bottom: none;
		border-left: none;
		height: 95px;
		left: 349px;
		top: 16px;
		width: 55px;
	}

	/* Ošetřovatelská péče */
	.organization-map .organization-member.member-1575 a{
		left: 455px;
	}
	.organization-map .member-1575 .organization-link{
		border-bottom: none;
		border-left: none;
		height: 95px;
		left: 350px;
		top: 16px;
		width: 144px;
	}

	/* Úsek personální a mzdový */
	.organization-map .organization-member.member-1576 a{
		left: 545px;
	}
	.organization-map .member-1576 .organization-link{
		border-bottom: none;
		border-left: none;
		height: 95px;
		left: 349px;
		top: 16px;
		width: 236px;
	}

	/* Úsek kvality */
	.organization-map .organization-member.member-1577 a{
		left: 320px;
		top: 220px;
	}
	.organization-map .member-1577 .organization-link{
		border-bottom: none;
		border-left: none;
		height: 210px;
		left: 344px;
		top: 16px;
		width: 16px;
	}

	/* Úsek informačních technologií */
	.organization-map .organization-member.member-1547 a{
		left: 410px;
		top: 220px;
	}
	.organization-map .member-1547 .organization-link{
		border-bottom: none;
		border-left: none;
		height: 208px;
		left: 348px;
		top: 16px;
		width: 102px;
	}

	/* Úsek ekonomický a provozní */
	.organization-map .organization-member.member-1583 a{
		left: 500px;
		top: 220px ;
	}
	.organization-map .member-1583 .organization-link{
		border-bottom: none;
		border-left: none;
		height: 207px;
		left: 346px;
		top: 16px;
		width: 195px;
	}



	.organization-map .organization-member.level-1 a{
		top: 350px;
	}

	.organization-map .organization-link-b{
		border-color: rgb(230, 0, 0);
		border-radius: 5px;
		border-style: solid;
		border-width: 0.916667px;
		border-bottom: none;
		border-left: none;
		display: block;
		height: 135px;
		left: 314px;
		position: absolute;
		top: 187px;
		width: 1px;
	}

	/* Kardiovaskulární chirurgie */
	.organization-map .organization-member.member-1586 a{
		left: 0px;
	}
	.organization-map .member-1586 .organization-link{
		border-bottom: none;
		border-right: none;
		height: 35px;
		left: 36px;
		top: 321px;
		width: 279px;
	}


	/* Kardiologie */
	.organization-map .organization-member.member-1587 a{
		left: 45px;
		top: 425px;
	}
	.organization-map .member-1587 .organization-link{
		border-bottom: none;
		border-right: none;
		height: 106px;
		left: 85px;
		top: 321px;
		width: 230px;
	}

	/* Anesteziologie a resuscitace */
	.organization-map .organization-member.member-1588 a{
		left: 92px;
	}
	.organization-map .member-1588 .organization-link{
		border-bottom: none;
		border-right: none;
		height: 35px;
		left: 131px;
		top: 321px;
		width: 184px;
	}

	/* Transplantace */
	.organization-map .organization-member.member-1589 a{
		left: 137px;
		top: 425px;
	}
	.organization-map .member-1589 .organization-link{
		border-bottom: none;
		border-right: none;
		height: 106px;
		left: 179px;
		top: 321px;
		width: 136px;
	}

	/* Laboratoře */
	.organization-map .organization-member.member-1590 a{
		left: 185px;
	}
	.organization-map .member-1590 .organization-link{
		border-bottom: none;
		border-right: none;
		height: 35px;
		left: 224px;
		top: 321px;
		width: 91px;
	}

	/* Prevence a kontrola infekce */
	.organization-map .organization-member.member-1591 a{
		left: 230px;
		top: 425px;
	}
	.organization-map .member-1591 .organization-link{
		border-bottom: none;
		border-right: none;
	   height: 106px;
		left: 270px;
		top: 321px;
		width: 45px;
	}




	.organization-map .organization-link-c{
		border-color: rgb(230, 0, 0);
		border-style: solid;
		border-width: 0.916667px;
		border-bottom: none;
		border-left: none;
		display: block;
		position: absolute;
		height: 16px;
		left: 540px;
		top: 306px;
		width: 1px;
	}

	/* Úsek ekonomický a provozní */
	.organization-map .organization-member.member-1584 a{
		left: 455px;
	}
	.organization-map .member-1584 .organization-link{
		border-bottom: none;
		border-right: none;
		height: 35px;
		left: 495px;
		top: 321px;
		width: 45px;
	}

	/* Úsek provozní */
	.organization-map .organization-member.member-1585 a{
		left: 545px;
	}
	.organization-map .member-1585 .organization-link{
		border-bottom: none;
		border-left: none;
		height: 35px;
		left: 540px;
		top: 321px;
		width: 45px;
	}





	.organization-map .organization-member.level-2 a{
		top: 550px;
	}

	.organization-map .organization-link-d{
		border-color: rgb(230, 0, 0);
		border-style: solid;
		border-width: 0.916667px;
		border-bottom: none;
		border-left: none;
		display: block;
		height: 145px;
		left: 223px;
		position: absolute;
		top: 384px;
		width: 1px;
	}


	/* Hematologická laboratoř */
	.organization-map .organization-member.member-1592 a{
		left: 137px;
	}
	.organization-map .member-1592 .organization-link{
		border-bottom: none;
		border-right: none;
		height: 35px;
		left: 180px;
		top: 529px;
		width: 45px;
	}

	/* Genetická laboratoř */
	.organization-map .organization-member.member-1593 a{
		left: 230px;
	}
	.organization-map .member-1593 .organization-link{
		border-bottom: none;
		border-left: none;
		height: 35px;
		left: 225px;
		top: 529px;
		width: 45px;
	}

	/* END_ORGANIZATION_MAP */

}

@media (min-width: 769px) and (max-width: 992px) {
	.infoboxes-hp-what-we-do .item-what-we-do a span.title{
		top: 35px;
	}
	.infoboxes-hp-what-we-do .item-what-we-do a.what-we-do-a{
		min-height: 330px;
	}

	.infoboxes-hp-what-we-do .infobox{
		padding-bottom: 23.0%;
	}

	.infoboxes-hp-what-we-do .item-what-we-do .infobox, .infoboxes-hp-what-we-do .item-what-we-do .shadow{
		margin: 0px;
	}


	.infoboxes-hp-what-we-do .half-item{
		height: 190px;
	}

	.content-box.img-gallery .more-images{
		height: 175px !important;
	}
	.content-box.img-gallery .more-images .count{
		line-height: 175px !important;
	}


	/* Naše práce v číslech */
	.works-claim .footer-text{
		height: 53px;
	}
	.works-claim .infotext {
		margin-top: 5px;
	}
	.works-claim .counts{
		top: 283px;
		width: 270px;
	}
	.works-claim .counts p{
		max-width: 125px;
		line-height: 20px;
	}
	.reference .reference-text a{
		font-size: 10px;
	}


	.organization-map{
		min-height: 700px;
	}

	/* Mobilní responze */
	.container{
		width: 100%;
	}

}


@media (max-width: 992px) {
	#hamburger {
		display: block;
		width: 50%;
		position: fixed !important;
	}

	/* Logo */
	.header .logo{
		background-position: center;
		background-size: 100% !important; /* prozatím */
	}

	#hamburger_icon i{
		font-size: 3em;
	}

	#hamburger_icon{
		padding-top: 40px;
		padding-right: 20px;
	}

	.header,
	.header .menu-height,
	.header a.logo{
		height: 160px;
	}

	#hamburger_icon, #filter_icon {
		display: block;
	}

	.langSelect {
		display: block;
		margin-right: 46px;
		font-weight: bold;
		font-size: 1.4em;
	}

	.menu-box {
		display: none;
	}
	.what-we-do .item h4 {
		position: initial;
	}
	.info-boxes .item {
		margin-bottom: 10px;
	}

	#left-column{
		padding-left: 5px;
		padding-right: 25px;
		height: auto !important;
	}

	.infoboxes-left .box-preview-text{
		border-right: 1px solid #e7e7e7;
	}

	.footer .inline-block{
		width: 100%;
	}

	.contact-us i{
		font-size: 25px;
	}

	.content-box.youtube-gallery iframe{
		height: 400px !important;
	}

	/* Naše práce v číslech */
	.works-claim{
		background: transparent url('/img/front/working-bg2.jpg') 50% 50% no-repeat !important;
	}

  /* Novinky HP */
  .container.hp-news h3{
    margin-bottom: 5px;
  }
}



@media (min-width: 992px) {
	.layout-text-column .col-md-6.col-sm-12:nth-of-type(2n + 1){
		border-right: 1px solid #b3b3b3;
	}

	.infoboxes-hp-what-we-do .infobox{
		padding-bottom: 23.2%;
	}

	.infoboxes-hp-what-we-do .item-what-we-do .infobox,
	.infoboxes-hp-what-we-do .item-what-we-do .shadow{
		margin-bottom: 0px;
	}

	.container-content .preview .preview-text h2{
		padding-top: 0px;
	}

	/* Sjížděcí meníčko */
	.header.sticky{
		height: 115px;
	}
	.header.sticky a.logo {
		height: 60px;
	}

	.footer .copyright p{
		font-size: 15px;
	}

	.footer .gall{
		text-align: left;
	}

	.footer .inline-block,
	.footer .inline-block p{
		text-align: left;
	}

	.infoboxes-left .box-preview-image img{
		width: 100%;
	}


	.infoboxes-hp-what-we-do .half-item{
		height: 260px;
	}

  /* Novinky na HP */
  .container.hp-news h3 a{
    min-height: 64px;
  }
}


@media (min-width: 992px) and (max-width: 1200px) {

	.infoboxes-hp-what-we-do .item-what-we-do a span.title{
		top: 140px;
	}

	.content-box.img-gallery .more-images{
		height: 150px !important;
	}
	.content-box.img-gallery .more-images .count{
		line-height: 150px !important;
	}

	/* Logo */
	.header .logo{
		background-position: center;
		background-size: 100% !important;
	}

	.header .menu-box a{
		font-size: 13px;
	}

	/* Naše práce v číslech */
	.works-claim .counts{
		top: 295px;
		width: 480px;
	}
	.works-claim .counts p{
		width: 235px;
	}

	.organization_list ul.organization-structure{
		display: inline-block;
	}

	.organization_list ul.organization-structure li.level-0 > a{
		width: 90%;
	}

	.header .menu-box .menu{
		margin: 5px 75px 0px 30px;
	}

	.header .menu-box .menu li {
		padding: 10px 12px;
	}

	.reference .reference-text .text {
		height: 180px;
	}

	.hp-news .item{
		height: 220px;
	}

	.infoboxes-hp-what-we-do .half-item {
		height: 215px;
	}

	.content-box.youtube-gallery iframe{
		width: 100% !important;
	}

}


@media (max-width: 1200px) {
	.header .menu-box ul li {
		margin: 0 3px;
	}
}


@media (min-width: 1200px) {
	.header .menu-box a{
		font-size: 15px;
	}

	body.boxed{
		background: rgba(246,246,246,0.8) url("/img/front/background/background3.jpg") no-repeat fixed center top / cover;
	}

	.before-header-image{
		/*background: #f6f6f6;*/
	}

  .hp-news .item{
    height: 220px;
  }

}

.user-defined-form .control input[type="radio"], .user-defined-form .control input[type="checkbox"] {
    margin: 4px 10px 0 0;
}