/* main --------------------------------- */
@font-face {
    font-family: "Droid Serif";
    src: url("DroidSerif-Regular.ttf");
}

body {
		text-align: center;
    margin: 0px;
    color: #182e3b;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
}
fieldset {
    padding: 40px;
}

@media (min-width: 1300px) {
    #main {
    		width: 1300px;
    		margin: auto;
    		text-align: left;
    }
}
@media (max-width: 1299px) {
    #main {
    		width: 100%;
    		margin: auto;
    		text-align: left;
    }
}

  
/* left ---------------------------------- */
@media (min-width: 1300px) {
    #left {
        float: left;
        width: 445px;
        background-color: #595a5c;
        background-image: url('../img/gray/left_bg.jpg');
        background-repeat: no-repeat;
        padding-left: 40px;
        padding-top: 20px;
        padding-bottom: 40px;
        padding-right: 15px;
        color: #dddddd;
    }

    #mobile_menu {
        display: block;
    }

    #left h1 {
        color: #ffffff;
        font-size: 40px;
    }
}
@media (max-width: 1299px) {
    #left {
        float: left;
        width: 22%;
        background-color: #595a5c;
        background-image: url('../img/gray/left_bg.jpg');
        background-repeat: no-repeat;
        padding-left: 40px;
        padding-top: 20px;
        padding-bottom: 40px;
        padding-right: 15px;
        color: #dddddd;
    }

    #mobile_menu {
        display: block;
    }

    #left h1 {
        color: #ffffff;
        font-size: 40px;
    }
}
@media (max-width: 999px) {
    #left {
        float: none;
        width: auto;
        background-color: #252324;
        background-image: url('../img/gray/left_bg.jpg');
        background-repeat: no-repeat;
        color: #dddddd;
        padding: 0px;
    }

    #mobile_header {
        padding-left: 40px;
        padding-top: 20px;
        padding-bottom: 40px;
        padding-right: 15px;
    }

    #mobile_menu {
        display: none;
        position: absolute;
        background-color: #363D45;
    }

    #icon_logo {
        display: inline-block;
        margin-right: 10px;
    }

    #icon_logo img {
        width: 28px;
    }


    #menu_opener {
        float: right;
        cursor: pointer;
        margin-top: 6px;
    }

    #left h1 {
        display: inline-block;
        color: #ffffff;
        font-size: 25px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}


#left a {
    text-decoration: none;
    color: #eeeeee;
}

@media (min-width: 1000px) {
    nav {
        margin-bottom: 30px;
    }

    nav a {
        display: inline-block;
        color: #ffffff;
        text-decoration: none;
        font-size: 21px;
        padding-top: 6px;
        padding-bottom: 14px;
    }

    .menu_item_active, nav a:hover, .outer2 {
        color: #ebdb01 !important;
    }

    .nav_space {
        width: 10px;
        height: 1px;
        border-bottom: solid 1px #ffffff;
    }

    #left_items {
    }
}

@media (max-width: 999px) {
    nav {
        margin-bottom: 30px;
        background-color: #141b23;
    }

    nav a {
        display: block;
        color: #ffffff;
        text-decoration: none;
        font-size: 20px;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 50px;
    }

    .menu_item_active, nav a:hover, .outer2 {
        color: #ebdb01 !important;
        background-color: #363d45;
    }

    .nav_space {
        width: 15px;
        height: 1px;
        border-bottom: solid 1px #cccccc;
        margin-left: 50px;
    }

    #left_items {
        padding-left: 5%;
        padding-right: 5%;
    }

}


    



.left_item, .icons a, .icons form {
    display: inline-block;
    width: 160px;
    vertical-align: top;
    padding-right: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.left_item img {
    max-width: 160px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#counter {
    width: 150px;
    background-color: #e5e5e5;
    color: #111111;
    margin-bottom: 40px;
    font-size: 11px;
}

#counter table {
    width: 100%;
}

#counter th {
    background-color: #c1c1c1;
    text-align: center;
}

#counter td {
    padding: 2px;
}

#counter a {
    color: #333333;
}

/* content ---------------------------------- */
@media (min-width: 1300px) {
    #content {
        float: left;
        width: 720px;
        padding-left: 70px;
        padding-top: 70px;
        padding-bottom: 30px;
    }
}
@media (max-width: 1299px) {
    #content {
        float: left;
        width: 65%;
        padding-left: 5%;
        padding-top: 40px;
        padding-bottom: 30px;
    }
}
@media (max-width: 999px) {
    #content {
        float: none;
        width: 94%;
        padding-top: 10px;
        padding-left: 3%;
        padding-right: 3%;
        padding-bottom: 30px;
    }
}




/* footer --------------------------------- */
@media (min-width: 1000px) {
    footer {
        display: none;
    }
}
@media (max-width: 999px) {
    footer {
        background-image: url("../img/footer_bg.jpg");
        color: #222222;
        padding-top: 18px;
        padding-bottom: 18px;
    }


   footer a {
        text-decoration: none;
        color: #000000;
    }
}


/* forms ----------------------------------- */
input[type="text"], input[type="password"] {
    width: 95%;
    padding: 10px;
    background-color: #f2f2f2;
    border: 0px;
}

textarea {
    width: 95%;
    padding: 10px;
    background-color: #f2f2f2;
    border: 0px;
}

input[type="button"], input[type="submit"] {
    padding: 15px;
    background-color: #eedb02;
    border: 0px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}

input[type="reset"] {
    padding: 15px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}


/* posts ------------------------------------- */



/* tables ----------------------------------- */
.tabulka {
    border-spacing: 0px;
    width: 95%;

}

.tabulka th {
    background-color: #4d7187;
    color: #ffffff;
    font-weight: bold;
    border-right: solid 1px #496a7d;
    padding: 12px;
}

.tabulka td {
    border-right: solid 1px #eeeeee;
    padding: 12px;
}

.tabulka tr:nth-child(odd) {background: #f5f5f5}


/* others ---------------------------------- */
h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display', serif;
}

@media (min-width: 1000px) {
    h1 {
        font-size: 54px;
    }
}
@media (max-width: 999px) {
    h1 {
        font-size: 35px;
    }
}

h2 {
}

.center {
    text-align: center;
}

a {
    color: #4d7187;
}

.back_button {
    float: right;
    border: solid 1px #dedede;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    padding: 10px;
}

.gallery_img {
    display: inline-block;
    margin: 20px;
    padding: 0px;
    text-decoration: none;
}

.gallery_img img {
    padding: 0px;
    margin: 0px;
    -webkit-box-shadow: 9px 7px 12px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 7px 12px -2px rgba(0,0,0,0.75);
    box-shadow: 9px 7px 12px -2px rgba(0,0,0,0.75);
}

.fl_right {
    float: right;
}

hr {
    color: #dddddd;
    background-color: #dddddd;
    height: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
}


/* responsive --------------------------------- */
@media (min-width: 1000px) {
    .mobile_display_none {
    }

    .desktop_display_none {
        display: none;
    }
}
@media (max-width: 999px) {
    .mobile_display_none {
        display: none;
    }

    .desktop_display_none {
    }
}








@media (min-width: 1300px) {

}
@media (max-width: 1299px) {

}
@media (max-width: 760px) {

}

@media screen{

.svetly-odstin
{
  background-color: #ccc;
}

.stredni-odstin {
  background-color: #666;
  }


}


