body {
 background-color: #ffffff;
 margin: 0;
 padding: 0;
 color: #666666;
 font-family: arial;
 font-size: 17px;
 font-weight: 400;
}
.grey {
 background-color: #e7e7e7;
 padding: 0px 0px 0px 0px;
 color: #111111;
}
.grey section {
 margin: auto;
 padding: 0px 10px 0px 10px;
 max-width: 1090px;
}
.dark {
 background-color: #838383;
 padding: 5px 0px 5px 0px;
 color: #eeeeee;
}
section {
 margin: auto;
 padding: 20px 10px 30px 10px;
 max-width: 1080px;
}


/*____________________________________________________________________________________________________________________________ ILUSTRACE___*/
.ilustrace {
 background-image: url("/img/ilustrace.jpg");
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center top;
 height: 380px;
}
.ilustrace div {
 margin: auto;
 padding: 130px 20px 0px 0px;
 max-width: 1100px;
 color: #eeeeee;
 font-size: 30px;
 font-weight: 600;
 text-align: right;
}
.ilustrace span {
 color: #ffffff;
 font-size: 44px;
 font-weight: 600;
}


/*____________________________________________________________________________________________________________________________ KONTAKTY___*/
.kontakty {
 background-color: #049a7a;
}
.box_kontakty {
 margin: auto;
 max-width: 1100px;
}
.box_kontakty div {
 padding: 15px 0px 15px 0px;
 width: 33.3%;
 color: #ffffff;
 font-size: 24px;
 font-weight: 400;
 text-align: center;
 float: left;
}
.box_kontakty div a {
 color: #ffffff;
 font-size: 24px;
 font-weight: 400;
}
.box_kontakty div img {
 margin-bottom: -5px;
 width: 30px;
}


/*____________________________________________________________________________________________________________________________ OBSAH___*/
h1 {
 color: #049a7a;
 font-size: 30px;
 font-weight: 400;
 text-align: center;
}
h2 {
 padding: 10px 0px 10px 0px;
 color: #049a7a;
 font-size: 30px;
 font-weight: 400;
 text-align: center;
}
p {
   margin: 20px 0px 20px 0px;
   padding: 0px;
}
ul {
   margin: 30px 0px 0px 30px;
   padding: 0px 0px 0px 20px;
}
a {
   color: #444444;
   font-size: 17px;
   font-weight: 400;
}
a:hover {
   color: #54a506;
}
.small {
   font-size: 13px;
}


table {
   color: #444444;
   font-family: arial;
   font-size: 16px;
   font-weight: 400;
}
table.fullsize {
   width: 100%;
}

.iframe_video {
   border: 0; 
   margin: 0 0 30px 0; 
   width: 500px; 
   height: 309px;
}


/*____________________________________________________________________________________________________________________________ FOTOGALERIE___*/
.fotogalerie {
 margin: auto;
 padding: 0px 0px 0px 0px;
 max-width: 1100px;
}
.fotogalerie img {
 max-width: 16%;
}


/*____________________________________________________________________________________________________________________________ SOCIAL BUTTONS___*/
.box_detail_social {
   padding: 0px 0px 30px 0px;
}
.but_facebook,.but_twitter,.but_google {
   display: block;
   border-radius: 7px;
   margin: 10px 8px 0px 0px;
   padding: 8px 0px 0px 0px;
   width: 140px;
   height: 22px;
   color: #eeeeee;
   font-family: arial;
   font-size: 12px;
   font-weight: normal;
   text-decoration: none;
   text-align: center;
   float: right;
}
.linkbut_facebook,.linkbut_twitter,.linkbut_google {
   display: block;
   border-radius: 7px;
   margin: 0px 0px 8px 8px;
   padding: 13px 0px 0px 0px;
   width: 190px;
   height: 30px;
   color: #eeeeee;
   font-family: arial;
   font-size: 14px;
   font-weight: normal;
   text-decoration: none;
   text-align: center;
   float: right;
}
.but_facebook,.linkbut_facebook {
   background-color: #425f9c;
}
.but_facebook:hover,.linkbut_facebook:hover {
   background-color: #2e4a83;
   color: #ffffff;
   text-decoration: none;
}
.but_twitter,.linkbut_twitter {
   background-color: #1b95e0;
}
.but_twitter:hover,.linkbut_twitter:hover {
   background-color: #1d75ab;
   color: #ffffff;
   text-decoration: none;
}
.but_google,.linkbut_google {
   background-color: #db4437;
}
.but_google:hover,.linkbut_google:hover {
   background-color: #b73025;
   color: #ffffff;
   text-decoration: none;
}


/*____________________________________________________________________________________________________________________________ FORM___*/
.box_form {
   border: #049a7a 1px solid;
   border-radius: 15px;
   padding: 20px 20px 20px 20px;
}
.overeni {
   display: none;
}
.pole {
   border: #049a7a 1px solid;
   background-color: #eeeeee;
   margin: 0px 0px 0px 0px;
   padding: 6px;
   width: 270px;
   color: #111111;
}
.textpole {
   border: #049a7a 1px solid;
   background-color: #eeeeee;
   margin: 0px 0px 0px 0px;
   padding: 6px;
   width: 500px;
   height: 100px;
   color: #111111;
   font-family: arial;
}
.buton {
   border: 0;
   border-radius: 7px;
   background-color: #049a7a;
   padding: 10px 30px 10px 30px;
   color: #eeeeee;
   text-decoration: none;
}
.buton:hover {
   color: #ffffff;
   text-decoration: none;
}
.label {
 padding-right: 30px;
 width: 20%;
 text-align:right;
 float:left;
}


/*____________________________________________________________________________________________________________________________ INFOBOXY___*/
.box_circle_info {
   padding: 20px 0px 20px 0px;
   width: 33%;
   text-align: center;
   float: left;
}
.box_circle_info span {
   display: inline-block;
   border: #aaaaaa 5px solid;
   border-radius: 50%;
   background-color: #54a506;
   padding-top: 35px;
   width: 120px;
   height: 85px;
   color: #ffffff;
   font-size: 15px;
   font-weight: 700;
   text-align: center;
}


/*____________________________________________________________________________________________________________________________ BOOTOM___*/
.bottom {
   background-color: #3d3d3d;
   padding: 30px 0px 40px 0px;
}
.box_bottom {
   margin: auto;
   max-width: 800px;
   color: #848484;
   font-size: 16px;
}
.box_botbit {
 padding: 0px 15px 0px 15px;
 text-align: center;
 float: left;
}

.box_botbit a {
 color: #848484;
 text-decoration: underline;
}
.box_botbit a:hover {
 color: #ffffff;
 text-decoration: underline;
}



/*____________________________________________________________________________________________________________________________ OBECNE___*/
img {
   border: 0px;
}
hr {
   background-color: #ffffff;
}
.clear {
   clear: both;
}
.left {
   text-align: left;
}
.center {
   text-align: center;
}
.right {
   text-align: right;
}
.justify {
   text-align: justify;
}
.bold {
   font-weight: bold;
}
.fullsize {
   width: 100%;
}
.flo_left {
   float: left;
}
.flo_right {
   float: right;
}
.box25 {
   margin-bottom: 10px;
   padding-bottom: 4px;
   width: 25%;
   text-align: center;
   float: left;
}
.box25r {
   margin-bottom: 10px;
   padding-bottom: 4px;
   width: 25%;
   text-align: center;
   float: right;
}
.box25,.box25r img {
   margin-bottom: 3px;
   width: 98%;
}
.box33 {
   width: 33%;
   float: left;
}
.box33 img {
   padding-bottom: 10px;
   width: 98%;
}
.box50 {
   width: 50%;
   float: left;
}
.box50 img {
   width: 100%;
}
.box50r {
   width: 50%;
   float: right;
}
.box50r img {
   margin-bottom: 30px;
   width: 100%;
}
.invisible {
   display: none;
}
