*{margin: 0; padding: 0;}

@media print {
#headBottom {visibility:hidden;}
#notebook {visibility:hidden;}
#contactUs {visibility:hidden;}
#mapa {visibility:hidden;}
#leftColumn {visibility:hidden;}
}  

#end{
clear: both;
}

/* CLASS */
.form1{
  border:none;
  width: 215px;
  height: 40px;
  float: left;
  margin-bottom: 10px;
  color: #9da1a8;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-decoration:none;
  padding-left:35px;
}

.text{
  text-align: left;
  line-height: 20pt; 
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #9b9a9a;                                            
  margin: 10px 0px 0px 30px;
}
.text a{
  color: #003A92;
  text-decoration: none;
}
.textbox{
 float: left;
 width: 685px;
 margin: 10px 5px 0px 0px;
} 
/*TAGY*/
fieldset {
 border:none;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}



/*TABULKA CENIK*/
#tableCenik{
	font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  width: 680px;
  color: #9b9a9a;
	background:#F4F4F4;
  margin: 20px 15px 15px 15px;
  
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.tableCenikRow{
font-size: 13px;
padding: 10px 0px 10px 5px;
}
.tableCenikCena{
font-weight: bold;
text-align: right;
padding-right: 5px;
}
.tableCenikTr:hover{
	background: #e9eaea;
  color: #8C8B8B;
}


.tableCenikTh, .tableCenikGray, #tableCenikFoot{
  padding:5px 10px 5px 10px;
  background: #9b9a9a;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
#tableCenikFoot{
  font-size: 11px;

	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;

}
#tableCenikTh h2, .tableCenikGray h2{
  padding: 0px 0px 0px 0px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}


/*****************/
/* H1 H2 */

h1  {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 25px;
    color: #ffffff;
    padding-top: 7px;
}

#homepageBodyTopIn h1{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 25px;
    color: #ffffff;
    padding-top: 10px;
}
#bodyHeadText h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 34px;
    color: #ffffff;
    padding-top: 5px;
}

h2  {
    padding-top: 15px;
    margin: 0px 0px 0px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #626262;
} 

/*
*************************************************** head part of the web  ************************
*/
#pageHead { 
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  height: 104px;
}

/*HEAD TOP*/

#headTop {
  margin-top: 20px;
  height: 54px;
}
#logo {
  height: 54px;
  float: left; 
}
#phone {
  width: 150px;
  float: right;
  margin-top: 20px; 
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #8C8B8B;
}
#phone:before {
  width: 30px;
  content: " " url("img/tel.png");
  color: #ea5406;
  padding-right:7px;
  float:left;
  
}

/*HEAD BOTTOM*/

#headBottom {
  margin-top: 15px;
  height: 35px;
}
#menu {
  float: left;
  clear: both;
}
#menu ul{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
#menu li {
  float: left;
  display: inline;
  list-style-type: none;
  text-align: center;
  font-family: 'Open Sans', Semibold;
  font-size: 15px; 
}
#menu li a {
  text-decoration: none;
  color: #a1a1a1;
  float: left;
  display: inline;
  line-height: 35px;
  padding: 0 18px;
  font-weight: 800;
}
#menu ul li a.now {
  background: #afcb05;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #ffffff; 
}
#menu a:hover{
  background: #afcb05;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #ffffff;
}
/*
******************************************************BODY PART UVOD************
*/
/* *********************************************************** BODY TOP PART UVOD*/
#homepageBodyTop {
  height: 335px;
  background: #97b305;
  background-repeat: repeat-x;
}
#homepageBodyTopIn { 
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  height: 335px;
  background-image: url("img/pozadi.png");
  background-repeat: no-repeat;
  background-size: 960px 335px;
  position: relative;
}

/* ************************************** CONTACTUS*/
#contactUs {
  width: 250px;
  height: 250px;
  float: left;
  margin-top: 25px;
}
#jmeno  {
  background:url(img/jmeno.jpg) no-repeat #ffffff 8px 8px; 
}

#email  {
  background:url(img/email.jpg) no-repeat #ffffff 8px 8px; 
}
#message1 {
  background: #ffffff;
  height: 80px;
  width: 230px;
  padding: 5px 10px 0px 10px ;
  font-weight: 400;
  -webkit-transition: width 2s ease, height 2s ease;  
   -moz-transition: width 2s ease, height 2s ease;  
   -o-transition: width 2s ease, height 2s ease;  
   -ms-transition: width 2s ease, height 2s ease;  
   transition: width 2s ease, height 2s ease;
   position: relative;
   word-wrap: break-word;
   overflow: hidden;  
}
#message1:focus {
 width: 430px;
}
#button {
  width: 250px;
  height: 50px;
  background: #ea5406;
  color: #ffffff;
  font-weight: 800;
  padding: 0px;  
}
#button:hover {
	background-color:#FF5406;
}
#button:active {
	position:relative;
	top:1px;
}

#easyCaptcha {
  background-color: #afcb05;
}

#easyCaptchaContact {
  background-color: #fcfcfc;
}

#easyCaptcha, #easyCaptchaContact {
  display: none;
  position: absolute;
  border-radius: 10px;
  border: 1px solid black;
  padding: 5%;
  text-align: center;
  top: 50%;
  /*left: 50%;
  transform: translateX(-50%);*/
  transform: translateY(-50%);
}

#easyCaptcha > h2 {
  margin: 0;
  padding: 0;
  color: black;
}

#easyCaptcha > p {
  margin-top: 5%;
}

#captchaCheck {
  text-align: center;
  height: 20px;
}

.captchaButton {
  width: 20%;
  margin-top: 1%;
}


/* ************************************** BODYHEADTEXT*/
#bodyHeadText{
  height: 250px;
  float: left;
  margin-top: 15px;
  margin-left: 25px;
 }
#bodyHeadText ul{
  margin-top: 10px;
}
#bodyHeadText ul li{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #535406; 
  list-style-type: none;
  text-decoration: none;
  line-height: 28pt; 
} 

#bodyHeadText ul li:before {
  content: " " url("img/fajfka.png");
  color: #ea5406;
  padding-right:7px;
}
/* ************************************** NOTEBOOK*/ 
#notebook{
  position: absolute;
  top: 20px;
  left: 450px;
   
}
/* *********************************************************** BODY TOP PART PODSTRANKY*/

#pageBodyTop {
  height: 50px;
  background: #97b305;
  background-repeat: repeat-x;
  
}

#pageBodyTopIn { 
  width: 960px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("img/pozadi.png");
  background-size: 960px 335px;
  background-repeat: no-repeat;
  position: relative;
}

/* *********************************************************** BODY BOTTOM PART UVOD*/

#homepageBodyBottom {
  background: #F2F2FD;
  background-repeat: repeat-x;
}

#homepageBodyBottomIn {
  width:960px;
  height: 130px;
  background: #ececfc;           
  margin-right: auto;
  margin-left: auto;
}
#textboxUvod{
 float: left;
 width: 955px;
 margin: 10px 5px 0px 0px;
 text-indent: 35px;
} 

.textSloupec {
  width: 240px;
  float: left;
  margin: 0px 0px 10px 10px;
}
.textSloupec h3{
      padding: 10px 0px 10px 0px;
           margin: 0px ;
           font-weight: 600;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #626262;
}
.textSloupec ul{
  margin-left: 5px;
}
.textSloupec a{
  color: #9b9a9a;
}
.textSloupec a:hover{
color: #808080;
}

/* *********************************************************** BODY BOTTOM PART PODSTRANKY*/
#pageBodyBottom{
  background: #F2F2FD;
  height: auto;
}
#pageBodyBottomIn{
  width:960px;
  background: #ececfc;
  margin-right:auto;
  margin-left:auto;
  position: relative;
  
}
#leftColumn {
  width: 250px;
  float: left;
  margin-top: 15px;
}

#mys {
  height: 336px;
  float: left;
  margin: 20px 3px 20px 10px;
  border: 10px solid #FFFFFF;
  border-radius: 8px; 
}

#office {
  height: 336px;
 float: left;
  margin: 20px 3px 5px 20px;
  border: 10px solid #FFFFFF;
  border-radius: 8px;  
}

#mapa {
  height: 225px;
  float: left;
  margin: 20px 3px 20px 20px;
  border: 10px solid #FFFFFF;
  border-radius: 8px; 
}
/* *********************************************************** BODY BOTTOM PART PODSTRANKY*/
#textBoxSluzby{
  float: left;
  margin: 0px 10px 30px 0px;
}
.textSloupecKontakt {
  width: 240px;
  float: left;
  margin: 10px 0px 10px 30px;
}
.textSloupecKontakt ul{
  margin-left: 5px;
}

    /*
******************************************************FOOT PART OF THE WEB************
*/

#pageFooter{
}

#pageFooterIn{
  width:960px;
  height: 210px;
  background: #F2F2FD;           
  margin-right: auto;
  margin-left: auto;
}
#pageFooterLine{
  
  height:1px;
  background: #bbbfd5;
}
#pageFooterInCenter{
  width:755px;
  height: 210px;
    margin-right: auto;
  margin-left: auto;
}

/*
******************************************************BOTTOM PART OF THE WEB************
*/

#pageBottom {
  height: 73px;
  background: #ffffff;
  background-repeat: repeat-x;
}
#pageBottomIn { 
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  height: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-align: center;
  color: #8b8b8b;
}  

/****************************/