html,
body {}

body {
    min-width: 1010px;
    margin: auto;
    padding: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 13pt;
    color: rgba(0, 0, 0, .7);
}

h1,
h2,
h3 {
    margin: 0;
    padding: 0;
    color: #404040;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: none;
}

ol,
ul {
    padding: 0;
    list-style: none;
}

.container {
    margin: 0px auto;
    width: 1000px;
}
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header {
    padding-top: 50px;
    background: #ffffff;
    height: 358px;
    text-align: center;
}
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

div#logo {
    height: 180px;
    position: relative;
    top: -3px;
}

#logo {
    padding: 0px 0em 16px 0em;
}

#logo img {
    width: 640px;
    height: 137px;
}

#logo h1 {
    width: 1009px;
    display: block;
    margin-bottom: 0.20em;
    margin-left: auto;
    margin-right: auto;
    padding: 0.20em 0px;
    font-family: 'Playfair Display', Arial, serif;
    font-weight: 500;
    font-size: 60pt;
    border: 3px solid #ffffff;
}
/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/
div#menu{
    width: 1015px; 

    /* width: 815px; */
    height: 62px;
    
    margin-left: auto;
    margin-right: auto;
    
}
ul.menu {
    clear: both;
    padding: 0px;
    margin: auto;
    text-align: center;
    list-style: none;
    display: block;
    width: 1015px;
}

ul.menu li a {
    width: 200px;
    padding: 0em;
    text-decoration: none;
    font-size: 15pt;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 60px;
    outline: 0;
    color: #000;
    white-space: nowrap;
}

.menu li:hover a,
.menu li.active a,
.menu li.active span {
    background: #969696;
    border-radius: 7px 7px 0px 0px;
    color: #FFF;
    border-bottom-color: #000000;
    border-top-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;
}

.menu li:hover .end a,
.menu li.active .end a,
.menu li.active .end span {
    border-radius: 0px 0px 7px 7px;
}

ul.menu li a {
    display: block;
    border-width: 1px;
    border-style: solid;
    border-bottom-color: #000000;
    border-top-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;
}

li:hover ul.menu {
    display: block;
    position: absolute;
    width: 200px;
    z-index: 1;
}

li ul.menu {
    display: none;
}

ul.menu li {
    display: block;
    position: relative;
    float: left;
    width: 200px;
}

.menu li:hover li {
    float: none;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 1px;
}

.menu li:hover li a,
.menu li.active li a,
.menu li.active li span {
    width: 198px;
    background: #fff;
    border-radius: 0px 0px 0px 0px;
    color: #000;
    border-bottom-color: #000000;
    border-top-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;
}

.menu li li:hover a,
.menu li li.active a,
.menu li li.active span {
    width: 198px;
    background: #969696;
    border-radius: 0px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-bottom-color: #000;
    border-top-color: #000;
    border-left-color: #000;
    border-right-color: #000;
}
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner {
    padding-top: 5em;
}
/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

#welcome {
    overflow: hidden;
    width: 800px;
    padding: 50px 100px 0em 100px;
    text-align: center;
}
/*********************************************************************************/
/* Three Columns                                                                 */
/*********************************************************************************/

#three-column {
    overflow: hidden;
    margin-top: 40px;
    padding-top: 1em;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
}

#three-column #tbox1,
#three-column #tbox2,
#three-column #tbox3 {
    float: left;
    width: 300px;
    padding: 40px 16.5px 40px 16.5px;
}
/*********************************************************************************/
/* Two Columns                                                                 */
/*********************************************************************************/

#two-column {
    overflow: hidden;
    margin-top: 40px;
    padding-top: 1em;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
}

#two-column #tbox1,
#two-column #tbox2 {
    float: left;
    width: 460px;
    padding: 40px 20px 40px 20px;
}
/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

.button {
    display: inline-block;
    margin-top: 0.5em;
    padding: 0.8em 2.5em;
    background: #64ABD1;
    line-height: 1.8em;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 1em;
    color: #FFF;
}

.button:hover {
    background: #214278;
}

.big-button {
    display: inline-block;
    margin-top: 0.5em;
    padding: 0.8em 2.5em;
    background: #64ABD1;
    line-height: 1.8em;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 1.2em;
    color: #FFF;
}

.big-button:hover {
    background: #214278;
}
/*********************************************************************************/
/* line                                                                      */
/*********************************************************************************/

.line {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
/*********************************************************************************/
/* block                                                                      */
/*********************************************************************************/

.block {
    overflow: hidden;
    width: 800px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
/********************************************************************************/
/* Chat																			*/
/********************************************************************************/

#chatroom {
    padding: 2px;
    background-color: #59C1FD;
    position: fixed;
    bottom: 10px;
    right: 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

#chatroom img {
    float: left;
}

#chatroom fieldset {
    border: 0px;
}

#chatroom form {
    width: 310px;
    min-height: 80px;
    height: auto;
    float: right;
}

#chatroom input.border {
    width: 236px;
}

input#zprava {
    height: 50px;
}

#chatroom label {
    width: 68px;
    float: left;
}

.nadpis {
    font-size: 14px;
    color: #090974;
}
/*********************************************************************************/
/* Footer                                                                     */
/*********************************************************************************/

#footer {
    overflow: hidden;
    padding: 4em 0em;
    border-top: 20px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    background: #969696;
}

#footer p {
    letter-spacing: 1px;
    font-size: 0.90em;
    color: rgba(255, 255, 255, 0.8);
}

#footer a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}
/*********************************************************************************/
/* Social Icon                                                            */
/*********************************************************************************/

ul.social_icons {
    margin: 0;
    padding-top: 10px;
    list-style: none;
}

ul.social_icons li {
    display: inline-block;
    padding: 7px 7px;
    text-align: center;
    font-size: 1em;
    /*background: #64ABD1;*/
}

ul.social_icons li span {
    display: none;
    margin: 0;
    padding: 0;
}

ul.social_icons li a {
    color: #FFF;
}
/*********************************************************************************/
/* Contact                                                          			 */
/*********************************************************************************/
.contacts table{
    margin: auto;
}
.contacts td.lefter, .contacts tr td+td{
    padding-left: 0px;
    
}
.contacts td.bold{
font-weight: 800;
}
.contacts td{
    text-align: left;
    padding-left: 90px;
}
.contacts a{
    color: rgba(0, 0, 0, .7);

}
#contact {
    overflow: hidden;
    padding: 40px 0em;
    background: #E3F0F7;
    text-align: center;
    margin-bottom: 40px;
}

#contact #box1,
#contact #box2,
#contact #box3 {
    float: left;
    width: 300px;
    padding: 40px 16.5px 40px 16.5px;
}
/*********************************************************************************/
/* Mapa webu                                                         			 */
/*********************************************************************************/

.mapa {
    margin: 0px auto;
    width: 800px;
    padding-bottom: 40px;
    font-size: 20pt;
}

.mapa a:hover {
    text-decoration: underline;
}

.mapa ul a,
.mapa ol a {
    color: black;
    color: rgba(0, 0, 0, .7);
}

.mapa ul {
    padding-left: 50px;
    list-style-type: circle;
}
/*********************************************************************************/
/* Info                                                        			 		 */
/*********************************************************************************/

.info {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #E3F0F7;
}

.black a:link{
    color: black;
}

