html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -mox-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}             
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ 
    display:block;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a:hover {
    text-decoration: underline;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 0px;
}
:focus {
    outline: none;
}

.cleaaar {clear: both; }

* { box-sizing: border-box; }

/*
 * Base styles
 * --------------------------------------------------*/

p,
ul,
ol {margin-bottom: 25px;}

b, strong  {  
font-family: 'Open Sans', sans-serif; 
font-weight: 600;
}

em {font-style: italic;}

.clear {clear: both;}

img { max-width: 100%;}

.text-center {  text-align: center; }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.pull-right {
		display: inline;
		float: right;
        margin-left: 15px;
		margin-bottom: 15px;
    }

.pull-left {
		display: inline;
		float: left;
        margin-right: 15px;
		margin-bottom: 15px;		
    }
	
@media (max-width:800px) {
	.img-responsive { margin-bottom: 15px;}
	
}	
	
@media (max-width:800px) {
 .pull-right {
    float: none !important;
}
 .pull-left {
    float: none !important;
}

 img.pull-right {
        margin-left: 0px;
		margin-bottom: 0px;
    }

 img.pull-left {
        margin-right: 0px;
		margin-bottom: 0px;		
    }

}


/* Typography */	

html {
    font-family: 'Open Sans', sans-serif; 
    min-height: 100vh;
    font-size: 100%;
}
 
body {
	position: relative;
    min-height: 100vh;
    background-color: #ffffff;
    color: #333f48;
    font-family: 'Open Sans', sans-serif; 
	font-size:18px; 
	font-weight:400; 
	line-height: 1.3;
	font-style:normal;
}

.hlavicka {
    display: block;
    z-index: 500;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	background-color: #fff;
}


.boxfull {
 margin:0 auto;
}

.box1200 {
 width:100%;
 max-width:1200px;
 margin:0 auto;
}

/*  nadpisy obsah */

h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif; 
font-size:28px; 
font-weight:400; 
line-height: 1.3;
font-style:normal;
color: #00727B;
margin-bottom: 18px;
}

h1 {font-size:55px;
font-size: calc(1.3vw + 30px); 
margin-bottom:30px;
}

h2 {font-size:45px;
font-size: calc(1.1vw + 23px); 
margin-bottom:30px;
}

h3 {font-size:35px;
font-size: calc(0.8vw + 20px);
margin-bottom:30px;
}

h4, h5, h6 {font-size:30px;
font-size: calc(0.7vw + 16px);
margin-bottom:20px;
} 

/*  obsah */
.obsahsub {
 color: #00727B;
}

/* odrazky */
.obsahsub ol, .obsahsub ul  {margin: 20px 0 20px 20px;  padding: 0;}
.obsahsub ul>li  {list-style: disc outside none; margin: 10px 0 10px 10px;  padding-left: 10px;   overflow: visible;}
.obsahsub ol>li {list-style: decimal; background: none;  margin: 10px 0 10px 10px;padding-left: 10px;  overflow: visible;}

.obsahsub p {
word-wrap: break-word;	
}


.obsahsub a:link,
.obsahsub a:visited {
 color: #00727B;
 text-decoration: underline;
}

.obsahsub a:hover {
 color: #00727B;
 text-decoration: none;
}

.obsahsub hr {
    border: 0 #00727b solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
	margin: 40px 0 40px 0;
}

.obsahsub sub {
    vertical-align: sub;
    font-size: smaller;
}

.obsahsub sup {
    vertical-align: super;
    font-size: smaller;
}


/* ikony v kontaktech */
img.kontakty {padding:0 7px 0 0;vertical-align: middle; position: relative; top: 0px;}
img.email {padding:0 7px 0 0;vertical-align: middle; position: relative; top: 0px;}
img.mobil {padding:0 7px 0 0;vertical-align: middle; position: relative; top: 0px;}
img.telefon {padding:0 7px 0 0;vertical-align: middle; position: relative; top: 0px;}


/* citace */
.bubble {
	margin: 20px 0 40px;
	padding: 15px 20px;
	position: relative;
	background-color: #ececeb;
	color: #00727b;
	border:1px solid #00727b;
	border-left:10px solid #00727b;
}

.bubble-nocite {
	margin: 20px 0 40px;
	padding: 15px 20px;
	position: relative;
	background-color: #ececeb;
	color: #00727b;
	border:1px solid #00727b;
	border-left:10px solid #00727b;
}

.bubble:after {
	border-color: transparent;
	border-style: solid;
	border-width: 22px 0 0 22px;
	bottom: -22px;
	content: "";
	display: block;
	left: 20px;
	position: absolute;
	width: 0;
	border-color: #00727b;
	border-left: 22px solid transparent;	
}

.bubble cite {
	display: block;
	position: absolute;
	padding-top: 20px;
	padding-left: 40px;
    bottom: -25px; 
	height: 25px;
	font-weight: 500;
	color: #00727b;
	font-style:normal;
	font-size:14px;
}

div.citacehp {
    position: relative;
    background-color: #ececeb;
    display: block;
    width: 100%;
    margin: 20px 0 20px 0;
    padding: 10px 30px 10px 30px;
    color: #000;
    border-left: 12px solid #00727b;
    text-align: left;
}

div.citacehp h3{
    margin: 20px 0 20px 0;
}

/* menu blok */

.menupruh {
   position: relative;
   z-index: 25;
   height:100px;
   background-color: #ffffff;
   padding:0px;
   box-shadow: 0 1px 6px 0 rgba(32,33,36,.28);   
}

.menupruh-inner { 
padding:0px;
height:100px;
line-height:100px;
}

.box1200.menupruh-inner {
position: relative;
padding:0px;
}

@media only screen and (max-width: 1241px) {

.box1200.menupruh-inner  {
padding:0px 20px;
}

}

.menupruh-inner img {
vertical-align: middle;
}

.logo {
    position: relative;
    display: inline;
	width:230px;
}

  		
/* obsah */
.hlavni {
    position: relative;
	margin:0;
    margin-top: 100px;
}

@media only screen and (max-width: 650px) {
.hlavni{    margin-top: 50px;}
}

/* slider */

.slider {
position: relative;
overflow: hidden;
height: calc(100vh - 100px);
background-color: #fff;
}

ul.slides {    
list-style: none;
padding: 0px;
margin: 0px;
}

.slider_foto {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; 
  }

  /*
.slider_foto img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: 50% 0%;
}*/

.slider_pruh {
background-color: #00727B;
width: 100%;
position: relative;
bottom:0px;
top:calc(100vh - 400px);
}

.box1200.budova {
position: relative;
color: #fff;
padding:0px;
}

.table-budova {
display: table;
vertical-align: top;
height:300px;
}

.table-cell {
display: table-cell;
vertical-align: top;
height:300px;
}

.foto_budova {
display:inline-block;
width:100%; 
min-width:727px;
margin-top:-280px;
margin-left:-200px;
}

.text_budova.table-cell {
vertical-align: top;
color: #ffffff;
padding-right:20px;
padding-top:15px;
height:300px;
}

.text_budova.table-cell h1 {
font-size: calc(1.3vw + 30px); 
color: #ffffff;
text-align:left;
font-weight:bold;
margin-bottom: 15px;
}

.text_budova.table-cell p {
font-size: calc(0.3vw + 13px);
font-weight: normal;
color: #ffffff;
}

@media only screen and (max-width: 1241px) {

.foto_budova {
margin-left:-180px;
}

}


@media only screen and (max-width: 900px) {

.table-budova {
	display: block;
}

.foto_budova {
max-width:727px;
}

.table-cell {
	display: block;
}

.text_budova.table-cell {
display:none;
}

}

.text_slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	margin-top:-150px;
    margin-left: auto;
    margin-right: auto;
	padding-left: -webkit-calc(1.7857142857vw + 0.5803571429rem);
    padding-left: calc(1.7857142857vw + 0.5803571429rem);
    padding-right: -webkit-calc(1.7857142857vw + 0.5803571429rem);
    padding-right: calc(1.7857142857vw + 0.5803571429rem);
    position: absolute;
    left: 0;
    right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    color: #ffffff;
    z-index: 100;
}

.text_slider h1 {
font-size: calc(1.3vw + 30px); 
color: #ffffff;
text-align:center;
margin:0px;
}


/* zeleny pruh pro text na mobilu */
.zelenypruh {
background-color: #00727B;
display:none;
}

.obsah-inner-zelenypruh {
background-color: #00727B;
padding: 0 0 20px 0;
}

.obsah-inner-zelenypruh h1 {
font-size: calc(1.3vw + 30px); 
color: #ffffff;
text-align:left;
font-weight:bold;
}

.obsah-inner-zelenypruh p {
font-size: calc(0.3vw + 14px);
font-weight: normal;
color: #ffffff;
}

@media only screen and (max-width: 900px) {

.zelenypruh {display:block;}

.obsah-inner-zelenypruh {
padding: 0 20px 20px 20px;
}

.slider {
height: calc(100vh - 150px);
}

.slider_pruh {
top:calc(100vh - 450px);
}

.text_slider {
	margin-top:-200px;
}

.obsah-inner-zelenypruh h1 {
margin-bottom:15px;
}

}

@media only screen and (max-width: 650px) {

.slider {
height: calc(100vh - 100px);
}

.slider_pruh {
top:calc(100vh - 400px);
}

.text_slider {
	margin-top:-150px;
}
}

/* Slider/foto subpage */
.slidersub {
	position: relative;
    padding: 0px;
	height:240px;
	width:100%;
    background: #00727B;
    background-image: url(../img/bgtopsubpage240.jpg);
    background-position: center top;
    background-repeat: no-repeat;
	background-size: cover; 
}

.text_slider_sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	
	display:none;
    width: 100%;
	margin-top:-60px;
    margin-left: auto;
    margin-right: auto;
	padding-left: -webkit-calc(1.7857142857vw + 0.5803571429rem);
    padding-left: calc(1.7857142857vw + 0.5803571429rem);
    padding-right: -webkit-calc(1.7857142857vw + 0.5803571429rem);
    padding-right: calc(1.7857142857vw + 0.5803571429rem);
    position: absolute;
    left: 0;
    right: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    color: #ffffff;
    z-index: 100;
}

.text_slider_sub h1,
.text_slider_sub h2,
.text_slider_sub h3
 {
font-size: calc(0.8vw + 20px);
color: #ffffff;
font-weight:600;
text-transform:uppercase;
text-align:center;
margin:0px;
}

.slidersub_pruh {
background-color: #00727B;
width: 100%;
height: 140px;
position: relative;
top:100px;
}

.box1200.budova-sub {
position: relative;
color: #fff;
padding:0px;
}

.table-budova-sub {
display: table;
vertical-align: top;
height:140px;
}

.table-cell-sub {
display: table-cell;
vertical-align: top;
height:140px;
}

.foto_budova_sub {
display:inline-block;
width:100%; 
min-width:365px;
margin-top:-79px;
margin-left:-101px;
}

.text_budova-sub.table-cell-sub {
vertical-align: middle;
color: #fff;
padding-left:60px;
height:140px;
}

h1.nadpispruhsub,
h2.nadpispruhsub,
h3.nadpispruhsub  {
font-size: calc(0.8vw + 20px);
color: #ffffff;
text-align:left;
font-weight:600;
text-transform:uppercase;
margin-bottom:0px;
}

@media only screen and (max-width: 1241px) {

.foto_budova_sub {
margin-left:-81px;
}

}

@media only screen and (max-width: 650px) {

.text_budova-sub.table-cell-sub {
vertical-align: middle;
padding-left:0px;
text-align: center;
}


h1.nadpispruhsub,
h2.nadpispruhsub,
h3.nadpispruhsub  {
margin-left:-20px;
}

}

@media only screen and (max-width: 500px) {

.text_budova-sub.table-cell-sub {
vertical-align: middle;
padding-left:0px;
text-align: center;
}

/*.text_slider_sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

h1.nadpispruhsub,
h2.nadpispruhsub,
h3.nadpispruhsub {
display:none;
}*/

h1.nadpispruhsub,
h2.nadpispruhsub,
h3.nadpispruhsub {
font-size: 20px;
}

}

@media only screen and (max-width: 400px) {

h1.nadpispruhsub,
h2.nadpispruhsub,
h3.nadpispruhsub {
font-size: 18px;
}

}

/* Obsah */


/* HP neprehlednete module */

.obsah-neprehlednete  {
background-color: #d9dade;
}

.box1200.obsah-inner-neprehlednete  {
position: relative;
padding:55px 80px 75px 80px;
}

.obsah-inner-neprehlednete .gkArtImageWrap { float:left;}
.obsah-inner-neprehlednete .gkArtContent { float:left;}

.obsah-inner-neprehlednete h3 {
color:#00727B;
font-size:55px;
font-size: calc(1.3vw + 30px);
font-weight: bold;
margin-bottom:45px;
text-align:center;
}

.nspArts {
    padding: 0px;
}

.nspArt h4.nspHeader {
	color:#00727B;
	font-size: calc(0.8vw + 18px);
	font-weight: 600;
    margin: 0;
    padding: 0 0 30px 0;
}

.nspArt h4.nspHeader a {
color:#00727B;
}

.nspArt p.nspInfo,
.nspArt p.nspText {
font-size: 18px;
color:#707173;
margin-bottom:20px;
}

.nspArt .nspInfo {
    font-size: 100%;
	font-style: italic;
}

.nspArt a.readon {
display:block;
font-size: 18px;
color:#00727B;
font-weight: bold;
font-style: italic;
text-decoration: none;
}

.nspArt a:hover.readon {
text-decoration: underline;
}


@media only screen and (max-width: 1230px) {

.box1200.obsah-inner-neprehlednete  {
padding:55px 20px 75px 20px;
}

}

@media only screen and (max-width: 900px) {

.obsah-inner-neprehlednete .nspArt {}
	
.obsah-inner-neprehlednete .gkArtContentWrap {
        width: 100%;
		float:none;
}

.obsah-inner-neprehlednete .gkArtImageWrap {
		 width: 100%;
		 float:none;
		 margin-bottom:30px;
}

.obsah-inner-neprehlednete .gkArtReadonWrap {
		 width: 100%;
}

.obsah-inner-neprehlednete .nspArt .fleft {
    float: none;
}


}

@media only screen and (max-width: 600px) {
.nspArt .nspImageWrapper {
    margin:0!important;
}

.obsah-inner-neprehlednete .nspArt img.nspImage {
    max-width: 100%;
	width: 100%!important;
	height:auto!important;
}

}

@media only screen and (max-width: 500px) {

.obsah-inner-neprehlednete .nspArt h4.nspHeader {
    font-size: 25px;
}
}

/* HP aktuality module */

.obsah-aktuality  {
background-color: #fff;
}

.box1200.obsah-inner-aktuality  {
position: relative;
padding:55px 60px 75px 60px;
}

.obsah-inner-aktuality h3 {
color:#00727B;
font-size:55px;
font-size: calc(1.3vw + 30px);
font-weight: bold;
margin-bottom:45px;
text-align:center;
}

.obsah-inner-aktuality .nspArt h4.nspHeader {
font-size: calc(0.8vw + 18px);
}

.obsah-inner-aktuality .gkArtImageWrap {
		 width: 100%;
		 float:none;
		 margin-bottom:30px;
}

.obsah-inner-aktuality .nspCol2 {
	padding:0 20px!important;
}

.hpvsechynaktuality {
	padding: 0 20px;
}

.hpvsechynaktuality a.readon-button-hp {
    border: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 80px;
    line-height: 80px;
    clear: both;
	font-size: calc(0.8vw + 18px);
	font-weight: bold;
	text-decoration: none;
    text-align: center;
    color: #00727B;
    background-color: #fff;
	border:2px solid #00727B;
    margin: 45px auto 0 auto;
    width: 100%;
}

.hpvsechynaktuality a:hover.readon-button-hp {
    color: #fff;
    background-color: #00727B;
}

@media only screen and (max-width: 1230px) {

.box1200.obsah-inner-aktuality  {
padding:55px 0px 75px 0px;
}

.obsah-inner-aktuality .nspArt img.nspImage {
    max-width: 100%;
	width: 100%!important;
	height:auto!important;
}

}


@media only screen and (max-width: 600px) {

.obsah-inner-aktuality .nspCol2 {
    width: 100%;
	padding: 45px 20px 0 20px!important;
}

.obsah-inner-aktuality h3 {
	margin-bottom:0px;
}

}

/* Obsah subpage */

.obsahsub-inner .page-header h1 {font-size:45px;
font-size: calc(1.1vw + 23px); 
font-weight: bold;
text-transform:uppercase;
margin-bottom:30px;
}

/* Aktuality seznam - K2 */

div.catItemHeader h3.catItemTitle {
 font-size: calc(0.8vw + 18px);
 font-weight: bold;
 padding: 0;
 margin-bottom: 25px;
}

div.catItemImageBlock {
    padding: 0;
    margin: 0 0 25px 0;
}

span.catItemImage {
    text-align: left;
    margin: 0;
}

div.catItemIntroText {
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    padding: 0;
	margin: 0 0 25px 0;
}

span.catItemDateCreated {
    display:block;
    padding: 0;
    margin: 0 0 25px 0;
}

div.catItemReadMore a {
}

div.catItemView {
    margin-bottom: 20px;
    padding: 0px;
}

div#itemListPrimary .itemContainer {clear: both;border-bottom: 1px solid #00727b; margin:0px; padding: 20px 0; display: block;}

/* K2 blog -pagination  */

div.k2Pagination {
    padding: 0px;
    margin: 20px 0 20px 0;
    text-align: center;
}

div.k2Pagination ul li {
margin:0;padding:0;margin-bottom:10px;  text-align: left; display: inline-block;
}
div.k2Pagination ul li span {
	border: 1px solid transparent;
	padding: 5px 10px;
	margin: 0 4px;
    vertical-align: middle;
}

div.k2Pagination ul li a {
    display: inline-block;
    border: 1px solid #00727b;
	padding: 5px 10px;
    margin: 0 4px;
    border-radius: 3px;
    vertical-align: middle;
    background: #fff;
    text-decoration: none;
}

div.k2Pagination ul li a:hover {background:#00727b;color:#fff!important;border: 1px solid #00727b;text-decoration: none;}
div.k2Pagination ul li.active a {background:#00727b;color:#fff!important;border: 1px solid #00727b;text-decoration: none;}


/* K2 item detail  */

div.itemHeader h2.itemTitle {
 font-size: calc(0.8vw + 20px);
 font-weight: bold;
 padding: 0;
 margin-bottom: 25px;
}

div.catItemImageBlock {
    padding: 0;
    margin: 0 0 25px 0;
}

div.itemImageBlock {
    padding: 0;
    margin: 0 0 25px 0;
}

span.itemImage {
    text-align: left;
    margin: 0;
}

span.itemDateCreated {
    display:block;
    padding: 0;
    margin: 0 0 25px 0;
}

div.itemIntroText {
    color: #00727B;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    padding: 0;
}

/* ilufoto subpage */

.ilufoto-inner {
color: #fff;
padding:0;
}

.ilufoto-inner p {
margin:0px;padding:0px;
}

.ilufoto-inner img {
margin:0px;padding:0px;
width: 100%; height: auto;
}

.obsahsub-inner  {
padding:55px 0;

}

@media only screen and (max-width: 1241px) {

.obsahsub-inner  {
padding:55px 50px;
}

}

/* Produkty menu */
.row {
    margin-right: -20px;
    margin-left: -20px;
}

.row:after {
    clear: both;
}

@media only screen and (max-width: 1241px) {

.row {
    margin-right: -50px;
    margin-left: -50px;
}

}

.col-md-4, .col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
	float:left;
  }

.col-md-4 {
    width: 33.33333333%;
  }
  
.col-md-8 {
    width: 66.66666667%;
  }


ul.produkty-menu {
    margin: 0;     padding: 0;
	margin-bottom: 50px;
    list-style: none;
}

ul.produkty-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.produkty-menu li a {
    color: #00727b;
   text-decoration: none!important;
    text-align: left;
    text-transform: none;
    display: block;
    margin: 0px;
    padding: 20px 0px 20px 0px;
   border-bottom: solid #00727b 1px;
}

ul.produkty-menu li:last-child a {
   border-bottom: none;
}

ul.produkty-menu li a:visited { 
color: #00727b;
}

ul.produkty-menu li a:hover,
ul.produkty-menu li.active a { 
font-weight:bold;
}

.produkty h2, .produkty h3 {
font-weight:bold;
}



/* TABULKY produkty */
table#table-produkt {font-size:16px; width:100%; text-align:left; border-collapse:collapse; margin:0px 10px 10px 0px;}
table#table-produkt th {font-size:16px;font-weight:bold; background:#00727B; color:#ffffff; padding:12px 10px;}
table#table-produkt td {background:#d0d1d2;color:#00727B;border-bottom:1px solid #fff;border-top:0px solid transparent;padding:12px 10px;}
table#table-produkt p {line-height: 1.3em;padding:0 0 12px 0;margin:0px;}


@media only screen and (max-width: 900px) {

.row {
    margin-right: -50px;
    margin-left: -50px;
}

.col-md-4, .col-md-8 {
    padding-right: 20px;
    padding-left: 20px;
	float:none;
	width: 100%;
  }

}

/* Phoca download */

.phocadownloadfile32 {
    background-color: transparent;
    padding: 10px 10px 10px 50px;
    background: transparent url(../img/icon-download-32.png) 5px center no-repeat;	
}

.phocadownloadfile32 a {
font-weight:bold;
text-decoration: none!important;
}

.phocadownloadfile32 a:hover {
text-decoration: underline!important;
}
  
/* Pata */
	
.pata {
height: 101px;
background-color: #00727B;
border-top:1px solid #fff;
}

.pata-inner {
color: #fff;
font-size:14px;
padding:0 20px;
font-weight:normal;
display: table;
height: 100px;
width:100%;
}

.pata-inner .box-row {
display: table-row;
}

.pata-inner .box-cell {
display: table-cell;
height: 100px;
vertical-align: middle;
}

.pata-inner .box-cell span {
margin:0;padding:0;
}

.pata-inner .box-cell.copyright{
text-align:left;
width:40%;
}

.pata-inner .box-cell.author {
text-align:right;
width:60%;
}

.pata-inner .box-cell.author  {
padding-top:4px;
}

.pata-inner .box-cell.author img {
vertical-align: middle;
}

.logo-pata img {
opacity:1;
transition:all 0.3s ease;
}

@media only screen and (max-width: 1241px) {

.pata-inner  {
padding:0px 20px;
}

}

@media only screen and (max-width: 830px) {

.pata {
height: 130px;
}

.pata-inner {
height: 130px;
}


.pata-inner .box-row {
display: table-cell;
width:100%;
height: 100px;
vertical-align: middle;
}

.pata-inner .box-cell {
display: block;
width:100%;
height: auto;
}

.pata-inner .box-cell.copyright{
text-align:center;
width:100%;
padding-bottom:10px;
border-bottom:1px solid #BCCCAE;
}

.pata-inner .box-cell.author {
text-align:center;
width:100%;
padding-top:5px;
}

}

@media only screen and (max-width: 500px) {

.pata-inner {
font-size:14px;
padding:0 15px;
}

}


@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}



.logo-pata img:hover {
opacity:0.5;
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}

/* Fotogalerie modul - prepis stylu */

.obsah-inner-fotogalerie  {
padding:0px 0 50px 0;

}

@media only screen and (max-width: 1241px) {

.obsah-inner-fotogalerie  {
padding:0px 50px 50px 50px;
}

}


#phocagallery-module-ri div.mosaic a img {
    border: none;
}
#phocagallery-module-ri div.mosaic img {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.galerie  .mosaic a {
-webkit-transition-property:color;
transition-property:color;
-webkit-transition-duration:.5s;
transition-duration:.5s;
overflow:hidden;position:relative;text-decoration:none;z-index:1}

#phocagallery-module-ri div.mosaic a { display:block;width:300px;height:300px;}
#phocagallery-module-ri div.mosaic a img { display:block;width:300px;height:300px;}

#phocagallery-module-ri div.mosaic a {
-webkit-transition-property:color;
transition-property:color;
-webkit-transition-duration:.5s;
transition-duration:.5s;
overflow:hidden;position:relative;text-decoration:none;z-index:1}

#phocagallery-module-ri div.mosaic a:before{
background-image: url(../img/fotogalerie-foto-hover.png); background-position: center center; background-repeat: no-repeat; 
background-color:transparent;
bottom:0px;content:"";left:0px;
position:absolute;right:0px;top:0px;z-index:2;
-webkit-transform:scale(0);transform:scale(0);
-webkit-transition-property:transform;
transition-property:transform;
-webkit-transition-duration:.2s;
transition-duration:.2s;
-webkit-transition-timing-function:ease-out;
transition-timing-function:ease-out
}

#phocagallery-module-ri div.mosaic a:hover:before{-webkit-transform:scale(1);transform:scale(1); }

@media only screen and (max-width: 710px) {

#phocagallery-module-ri div.mosaic { 
display:block;
float:none!important;
width:100%!important;
padding-bottom:5px!important;
}

#phocagallery-module-ri div.mosaic a { 
width:100%!important;
max-width:300px;
height:auto;
}

#phocagallery-module-ri div.mosaic a img {
width:100%!important;
max-width:300px;
height:auto;
}

}

/* Soubory ke stazeni - prepis stylu */

.phocadownloadfilelist {
    background: transparent;
    border: none;
    margin: 5px;
}

.phocadownloadfilelist32 {
    background: transparent url(../img/icon-download-32.png) 5px top no-repeat;
   padding: 0px 10px 20px 50px;
}

.phocadownloadfilelist32 a {
    font-weight: bold;
    text-decoration: none!important;
}

.phocadownloadfilelist32 a:hover {
    font-weight: bold;
    text-decoration: underline!important;
}

.phocadownloadfile32 {
    background: transparent url(../img/icon-download-32.png) 5px top no-repeat;	
	border: none;
    margin: 0px;
    padding: 0px 10px 20px 50px;
}

.phocadownloadfile32 a {
    font-weight: bold;
    text-decoration: none!important;
	
}

.phocadownloadfile32 a:hover {
    font-weight: bold;
    text-decoration: underline!important;
}

/* Certifikaty, management - grid 5 sloupcu s img */

.itemGrid {margin-top:50px;}

.itemGrid .mosaic {display:inline-block;padding:0px 8px 40px 8px;vertical-align: top;}
.itemGrid .mosaic p {max-width: 218px;margin-bottom:0px;margin-top:10px;}
.itemGrid .mosaic img {max-width: 218px;margin-bottom:0px;border:1px solid #ccc!important;}
.itemGrid .mosaic img:hover {margin-bottom:0px;border:1px solid #00727b!important;}

.itemGrid .mosaic a {margin-bottom:0px}

.itemGrid .mosaic .phocadownloadfile32 {
   margin-top:20px;
	max-width: 218px;
}

.itemGrid .mosaic ul>li,
.itemGridKontakty .mosaic ul>li {
    list-style: none;
	margin: 0px;
    padding: 0px;
}

.sigplus-left.sigplus-clear>* {
    margin: 0!important;
} 


/* Kontakty - grid 4 sloupce bez img */

.itemGridKontakty {margin-top:20px;}
.itemGridKontakty .mosaic {display:inline-block;padding:0px 10px 40px 10px;vertical-align: top;width: 275px;}
.itemGridKontakty .mosaic p {max-width: 270px;margin-bottom:0px;margin-top:10px;}
.itemGridKontakty .mosaic a {max-width: 270px;}


@media only screen and (max-width: 540px) {

.itemGridKontakty .mosaic {padding:0px 10px 40px 0px;}

}

/* jobs formulare */

.readon-button-job {
	border: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	color: #fff!important;
    background: #00727B;
	display: block;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	
	margin: 0;
	text-align: center;
	text-decoration:none!important;
	width:350px;
}


@media (max-width: 500px) {

.readon-button-job { width:100%;}

}

.readon-button-job:active,
.readon-button-job:focus,
.readon-button-job:hover {opacity:0.7;}


div.jobsform {
    position: relative;
    background-color: #ececeb;
    display: block;
    width: 100%;
    margin: 30px 0;
    padding: 30px 10px 10px 30px;
    color: #000;
    border-left: 12px solid #00727b;
    text-align: left;
}


.bfFlashFileQueueClass {}

.bfFileQueueItem {
    border:none;
    background: transparent;
    color: #00737C;
    margin: 0;
    padding: 10px 0;
}

/* cookies plugin */

#cookiesck_accept {
    float: left;
    padding: 10px;
    margin: 1px;
    border-radius: 0px;
    background: #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid #404040;
}

a#cookiesck_readmore {
    float: right;
    padding: 10px;
	margin:0 20px;
    border-radius: 0px;
	background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid #404040;
	color: #000;
 text-decoration: none;
}

a#cookiesck_readmore:hover {
 color: #ee1c24;
 text-decoration: none;
}
