* { margin:0; padding:0; }
@font-face{
    font-family:'OrnitonsMedium';
    src:url('../fonts/Ornitons-Serial-Medium-Regular.ttf') format('truetype');
}
@font-face{
    font-family:'OrnitonsRegular';
    src:url('../fonts/Ornitons-Regular.ttf') format('truetype');
}
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }
body {
    padding: 0 0 0px 0;
    font: normal 13px/18px Cambria,Georgia,serif;
    color: #333;
    text-align: center;
    background: #FFF;
}

/* obecne odkazy --------------------------------------------------------------- */
a { text-decoration:none ; color: #1C77DC; outline: none; }
a:hover { text-decoration: bold; }

/* nadpisy --------------------------------------------------------------------- */
h2, h3, h5, h6 {
    margin: 0;
    font-weight: normal;
    font-family: Cambria,Georgia,serif;
}
h2 { color:#666666; font-size: 1.6em; margin: 10px 0 20px; padding-bottom: 5px; border-bottom: 1px solid #ccc; }
h3 { font-size: 1.6em; margin: 25px 0 15px; color:#000; }
h4 { font-size: 1.1em; margin: 20px 0 10px; color:#000;}
h5 { font-size: 1.2em; margin: 20px 0 5px; }
h6 { font-size: 1em; margin: 20px 0 0; }
.wrapper{
    max-width:1000px;
    width:100%;
    margin: 0px auto;
}
.head_wrapper{
    background: #fff;
    width:100%;
    display: inline-block;
    float: left;
    position: relative;
}
header{
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}
header .header_left{
    float: left;
}
header .header_left .logo{
    width: 90px;
    height: 80px;
    overflow: hidden;
    float: left;
}
header .header_left .logo img{
    width: auto;
    height: auto;
}
header .header_left .content{
    float: left;
    width: 70%;
    padding: 10px 10px 10px 0px;
    color: #363636;
}
header .header_left .content h1{
    font-size: 22px;
    font-family: Cambria,Georgia,serif;
    letter-spacing: 1px;
    font-weight: normal;
    float: left;
    width: 100%;
    text-align: left;
}
header .header_left .content p{
    font-size: 14px;
    font-family: Cambria,Georgia,serif;
    float: left;
    width: 100%;
    color: #565656;
    text-align: left;
    margin-top: 10px;
}
header .header_left .content p span{font-family: Cambria,Georgia,serif;color: #fff; }
header .header_right{
    float: right;
    display: inline-block;
    margin-right: 50px;
}
header .header_right .share{
    margin-left: 10px;
    width: 30px;
    text-align: left;
}
.header_menu{
    width: 100%;
    background: none repeat scroll 0% 0% #594A7C;
    display: inline-block;
    height: 40px;
    margin-top: -6px;
}
.header_menu ul{
    background: none repeat scroll 0% 0% #594A7C;
    display: inline-block;
    width: 1000px;
    max-width: 1000px;
    margin: 0px auto;
}
.header_menu ul li a{ 
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: Arial,Georgia,serif;
}
.menudrop:hover{
    background: none repeat scroll 0% 0% #4c3f6b;
}
.menudrop {
    width: auto;
    float: left;
    list-style-type: none;
    padding: 10px 20px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    height: 20px;
}
.lavondor{
    background: none repeat scroll 0% 0% #4c3f6b;
}
.content_block{
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.left_content_block{
    width:700px;
    display: inline-block;
    padding: 10px;
    float: left;
    margin-right: 10px;
}
.left_content_block .inner_content{
    width: 100%;
    display: inline-block;
    float: left;
    text-align: justify;
}
.left_content_block .inner_content h2 {
    color: #E4E4E4;
    font-size: 1.6em;
    margin: 10px 0px 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
}
.left_content_block .inner_content p {
    color: #D7D7D7;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: justify;
}
.right_content_block{
    width:250px;
    display: inline-block;
    padding: 10px;
    float: left;
    font-family: Arial,Georgia,serif;
}
.banners{
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    float: left;
}
.proverb_left{
    background: #fff;
    display: inline-block;
    width: 90%;
    border-radius: 10px;
    padding: 10px;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}
.proverb_left p {
    color: #4D4D4D;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: justify;
    font-weight: 600;
}
.services{
    background: #fff;
    display: inline-block;
    width: 90%;
    border-radius: 10px;
    padding: 10px;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}
.green{
    background: #3c9a66;
    color: #fff;
}
.blue{
    background: #3c599b;
    color: #fff;
}
.yellow{
    background: #ffa800 !important;
    color:#fff !important;
}
.notify{
    padding: 22px 15px 15px;
    min-height: 50px;
    width: 80%;
    float: left;
    display: inline-block;
    font-size: 19px;
    font-weight: normal;
    text-transform: initial;
    text-align: left;
    line-height: 29px;
}
.nclose{
    display: inline-block;
    float: right;
    margin-top: 25px;
    margin-right: 52px;
    cursor: pointer;
}
.services h2 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    border: none;
    text-align: justify;
    font-weight: 600;
    font-family: Arial,Georgia,serif;
}
.services p {
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: justify;
    font-weight: 600;
}
.contact{
    width: 100%;
    margin-top: 100px;
    text-align: center;
    display: inline-block;
    background: none repeat scroll 0% 0% rgb(210, 42, 42);
    min-height: 300px;
    -webkit-box-shadow: inset 0px 18px 28px -6px rgba(0,0,0,0.55);
    -moz-box-shadow: inset 0px 18px 28px -6px rgba(0,0,0,0.55);
    box-shadow: inset 0px 18px 28px -6px rgba(0,0,0,0.55);
}
.contact .wrapper{
    width: 800px;
    max-width: 800px;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: inline-block;
}
.contact h2{
    border-bottom: none;
    font-family:  Arial, sans-serif;
    color: #fff;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.3px;
}
.contact h2 span{
    color: #161e27;
    font-family:  Arial, sans-serif;
    font-weight: 600;
}
.contact input[type=text]{
    height: 35px;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
    background: none repeat scroll 0% 0% #B92020;
    border: 1px solid #AA0F0F;
    -webkit-box-shadow: inset 0px -1px 16px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px -1px 16px -1px rgba(0,0,0,0.25);
    box-shadow: inset 0px -1px 16px -1px rgba(0,0,0,0.25);
    border-radius: 12px;
}

.contact textarea{
    width: 100%;
    height: 116px;
    padding: 5px;
    background: none repeat scroll 0% 0% #B92020;
    border: 1px solid #AA0F0F;
    -webkit-box-shadow: inset 0px -1px 16px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px -1px 16px -1px rgba(0,0,0,0.25);
    box-shadow: inset 0px -1px 16px -1px rgba(0,0,0,0.25);
    border-radius: 12px;
}
.contact .cleft{
    float: left;
    display: inline-block;
    width: 50%;
}
.contact .cright{
    float: right;
    width: 45%;
    display: inline-block;
}
.contact .ccenter{
    margin: 0px auto;
    text-align: center;
    display: block;
    float: left;
    width: 100%;
}
.contact .ccenter .submitbut{
    width: 130px;
    background: #fff;
    color: #333;
    padding: 10px;
    box-shadow: none;
    border-radius: 12px;
    border: 1px solid rgb(197, 38, 38);
}
.contact .ccenter .submitbut:hover{
    -webkit-box-shadow: inset 0px -1px 16px -1px rgba(0,0,0,0.45);
    -moz-box-shadow: inset 0px -1px 16px -1px rgba(0,0,0,0.45);
    box-shadow: inset 0px -1px 16px -1px rgba(0,0,0,0.45);
}
.contact .help-block{
    position: relative;
    left: 0px;
    text-align: left;
    float: left;
    color: #fff;
}
.contact .ajaxmessage{
    width: 100%;
    text-align: center;
    color: #fff;
    display: none;
}
.message_success{
    height: 37px;
    background: #50AE6C;
    font-size: 18px;
    color: #fff;
    padding-top: 14px;
    letter-spacing: 1px;
    font-weight: normal;
}
.contact .textc{
    margin-bottom: 30px;
}
 .top_content{
    width:100%;
    display: inline-block;
    float: left;
}
 .top_content .left{
    float:left;display: inline-block;padding: 20px 0px 0px 0px;
}
 .top_content .right{
    float: left;
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    text-align: left;
    line-height: 26px;
    letter-spacing: 1px;
}
 .top_content .right span{
    font-size: 16px;
    font-weight: normal;
}
.footer{
    width: 100%;
    background: #594a7c;
    height: 200px;
    margin-top: 40px;
    padding-top: 10px;
    color: #424e64;
    font-family:  Arial, sans-serif;
    font-weight: 600;
    font-size: 13px;
}
.footer .left_content{
    float: left;
    width: 600px;
    text-align: left;
    padding: 10px;
}
.footer .left_content .logo{
    float: left;
    opacity: 0.6;
}
.footer .left_content .content{
    float: left;
    display: inline-block;
    padding: 10px;
    color: rgb(182, 182, 182);
}
.footer .left_content .content h1{
    margin-bottom: 10px;
    font-size: 20px;
}
.footer .right_content .top_content{
    width:100%;
    display: inline-block;
    float: left;
}
.footer .right_content .bottom_content{
    float: left;
    width: 100%;
    display: inline-block;
    text-align: left;
    height: 95px;
}
.footer .right_content .left{
    float:left;display: inline-block;padding: 20px 0px 0px 0px;opacity: 0.6;
}
.footer .right_content .right{
    float: left;
    display: inline-block;
    padding: 10px;
    color: #BABABA;
    font-size: 20px;
    text-align: left;
    line-height: 26px;
    letter-spacing: 1px;
}
.footer .right_content .right span{
    font-size: 16px;
    font-weight: normal;
}
.footer .bottom{
    width: 100%;
    float: left;
    color: #AAA;
}
.footer_menu{
    float: left;
    width: 100%;
}
.footer_menu .main_menu {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer_menu .main_menu li a{
    color: rgb(149, 149, 149);
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #959595;
}
.footer_menu .main_menu li{
    color: rgb(158, 158, 158);
    list-style-type: none;
    padding: 0px;
}
.footer_menu .main_menu li:last-child a{
    border:none;
}
.footer_menu li:hover, .footer_menu li a:hover{
    background: none;
    color: #fff;
}
.footer_menu .navigation-block{margin-top: 5px;}
.footer_menu .navigation-block a{
    font-size: 13px;
}
.footer .right_content{
    float: left;max-width: 250px;
}
.devmain{
        margin-top: 10px;
}
.dev{
    padding: 10px;
    color: rgb(200, 200, 200);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .wrapper { width: 95%; }
    header { padding: 12px 10px; }
    header .header_left .content { width: calc(100% - 110px); padding: 10px 0; }
    header .header_right { margin-right: 10px; }
    .header_menu ul { width: 100%; max-width: none; padding: 0 10px; box-sizing: border-box; }
}

@media (max-width: 768px) {
    .wrapper { width: 95%; }
    header { padding: 10px 8px; }
    header .header_left, header .header_right { float: none; display: block; width: 100%; text-align: left; }
    header .header_left .logo { width: 70px; height: auto; margin-bottom: 10px; }
    header .header_left .content { width: auto; }
    .header_menu ul { display: block; }
    .menudrop { float: none; display: block; padding: 10px; box-sizing: border-box; }
    .left_content_block, .right_content_block { width: 100%; float: none; margin: 0 0 10px 0; padding: 5px; }
    .contact .cleft, .contact .cright { width: 100%; float: none; }
    img, .banners img, .logo img { max-width: 100%; height: auto; }
    .footer { height: auto; padding: 20px 0; }
    .footer .left_content, .footer .right_content { float: none; width: 100%; }
}

@media (max-width: 480px) {
    h1 { font-size: 18px; }
    h2 { font-size: 1.2em; }
    .menudrop { padding: 12px 10px; font-size: 14px; }
    .header .header_right .share{ width: 24px; }
}

/* Hamburger toggle styles */
.mobile-toggle{ display:none; position: absolute; top: 12px; right: 12px; z-index: 9999; background: #594A7C; border: 0; width:48px; height:48px; padding:8px; border-radius:8px; box-shadow: 0 2px 6px rgba(0,0,0,0.15); }
.mobile-toggle:hover{ background: #4c3f6b; }
.mobile-toggle.open{ background: #4c3f6b; }
.mobile-toggle:focus{ outline: 3px solid rgba(255,255,255,0.25); }
.mobile-toggle .hamburger{ display:block; position:relative; width:28px; height:2px; background:#ffffff; margin:0 auto; transition: background .2s ease; }
.mobile-toggle .hamburger:before, .mobile-toggle .hamburger:after{ content:''; position:absolute; left:0; width:28px; height:2px; background:#ffffff; transition: transform .22s ease, top .22s ease, opacity .2s ease; }
.mobile-toggle .hamburger:before{ top:-8px; }
.mobile-toggle .hamburger:after{ top:8px; }
/* Open state: transform into an X */
.mobile-toggle.open .hamburger{ background: transparent; }
.mobile-toggle.open .hamburger:before{ transform: translateY(8px) rotate(45deg); }
.mobile-toggle.open .hamburger:after{ transform: translateY(-8px) rotate(-45deg); }

.sr-only{ position:absolute !important; height:1px; width:1px; overflow:hidden; clip:rect(1px,1px,1px,1px); white-space:nowrap; }

/* Show mobile toggle and stacked menu on small screens */
@media (max-width: 768px) {
    .mobile-toggle{ display:block; }
    /* make the menu flow in document so it pushes content down instead of overlaying */
    .header_menu{ display:none; background:#594A7C; width:100%; position:static; margin-top:0; padding:8px 0; box-sizing:border-box; height:auto; overflow: visible; z-index: 9998; }
    .header_menu.open{ display:block; }
    .header_menu ul{ display:block; width:100%; max-width:none; margin:0; padding:0; box-sizing:border-box; }
    .header_menu ul li{ display:block; float:none; width:100%; box-sizing:border-box; list-style:none; }
    .header_menu ul li a{ display:block; padding:12px 16px; color:#fff; }

    .mobile-toggle{ z-index: 9999; }

    /* Adjust headings so they remain clear under the menu */
    header .header_left .content h1{ font-size:20px; letter-spacing:0.6px; margin-top:8px; }
    header .header_left .content p{ font-size:14px; }
}

/* Small phones */
@media (max-width: 480px) {
    header .header_left .content h1{ font-size:18px; letter-spacing:0.4px; }
    header .header_left .content p{ font-size:13px; }
    .menudrop { padding: 12px 10px; font-size: 14px; }
}

/* Improve tap targets */
@media (max-width: 1024px) {
    .menudrop { padding: 12px 18px; }
    .contact .ccenter .submitbut{ width:100%; padding:12px; font-size:16px; }
}

