/* main --------------------------------- */
@font-face {
    font-family: "Droid Serif";
    src: url("DroidSerif-Regular.ttf");
}

body {
		text-align: center;
    margin: 0px;
    color: #182e3b;
    background-color: #f6f6f8;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
}
#header_in a {
    text-decoration: none;
}
fieldset {
    padding: 40px;
}

@media (min-width: 1150px) {
    #main {
    		width: 1120px;
    		margin: auto;
        margin-top: 35px;
    		text-align: left;
    }
}
@media (max-width: 1149px) {
    #main {
    		width: 100%;
    		margin: auto;
        margin-top: 35px;
    		text-align: left;
    }
}
@media (max-width: 979px) {
    #main {
    		width: 100%;
        margin-top: 0px;
    		margin: auto;
    		text-align: left;
    }
}


/* header ---------------------------------- */
@media (min-width: 1150px) {
    header {
        background-color: #2f2a26;
        background-image: url('../img/default/header.jpg');
        background-repeat: no-repeat;
        height: 250px;
        text-align: center;
    }

    #header_in {
        width: 1105px;
        margin: auto;
        padding-top: 75px;
        padding-left: 15px;
        text-align: left;
    }

    #header_in h1 {
        color: #ffffff;
        font-size: 34px;
    }

    #menu_opener {
        display: none;
    }
}
@media (max-width: 1149px) {
    header {
        background-color: #2f2a26;
        background-image: url('../img/default/header.jpg');
        background-repeat: no-repeat;
        height: 250px;
        text-align: center;
    }

    #header_in {
        margin: auto;
        padding-top: 75px;
        margin-left: 15px;
        text-align: left;
    }

    #header_in h1 {
        color: #ffffff;
        font-size: 34px;
    }

    #menu_opener {
        display: none;
    }

}
@media (max-width: 979px) {
    header {
        background-color: #f6f6f8;
        background-image: url('../img/default/header.jpg');
        background-repeat: no-repeat;
        background-size: 210%;
        height: 90px;
        text-align: center;
    }

    #header_in {
        margin: auto;
        margin-left: 15px;
        text-align: left;
        padding-top: 10px;
    }


    #header_in h1 {
        color: #ffffff;
        font-size: 20px;
    }

    #menu_opener {
        display: block;
        float: right;
        margin-top: 10px;
        margin-right: 14px;
        border: solid 3px #ffffff;
        padding: 5px;
        padding-top: 7px;
        padding-bottom: 7px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
    }

}

#header_in h1 img {
    margin-right: 10px;
}

#WebName {
    display: block;
    width: 80%;
    float: right;
}


/* left ---------------------------------- */
@media (min-width: 1150px) {
    #left {
        display: block;
        float: left;
        width: 240px;
        background-color: #ffffff;
        padding-left: 40px;
        padding-top: 20px;
        padding-bottom: 40px;
        padding-right: 40px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

}
@media (max-width: 1149px) {
    #left {
        display: block;
        float: left;
        width: 22%;
        background-color: #ffffff;
        padding-left: 40px;
        padding-top: 20px;
        padding-bottom: 40px;
        padding-right: 40px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

}
@media (max-width: 979px) {
    #left {
        position: absolute;
        display: none;
        float: none;
        width: auto;
        background-color: #ffffff;
        padding: 0px;
        padding-bottom: 30px;
    }
}


@media (min-width: 980px) {
    nav {
        margin-bottom: 40px;
    }

    nav a {
        display: block;
        width: 100%;
        color: #111111;
        text-decoration: none;
        font-size: 18px;
        padding-top: 14px;
        padding-bottom: 14px;
        border-bottom: solid 1px #f2f2f2;
    }

    .menu_item_active, nav a:hover, nav a.outer2 {
        color: #f9a833 !important;
    }

    .nav_space {
        position: absolute;
        margin-top: -2px;
        width: 15px;
        height: 1px;
        border-bottom: solid 1px #f8a731;
    }

}

@media (max-width: 979px) {
    nav {
        margin-bottom: 40px;
    }

    nav a {
        display: block;
        width: 100%;
        color: #111111;
        text-decoration: none;
        font-size: 18px;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 40px;
        border-bottom: solid 1px #f2f2f2;
    }

    .menu_item_active, nav a:hover {
        color: #ebdb01 !important;
        background-color: #faa632;
        color: #ffffff !important;
    }

    .nav_space {
        position: absolute;
        margin-top: -2px;
        margin-left: 40px;
        width: 15px;
        height: 1px;
        border-bottom: solid 1px #f8a731;
    }

     #left_items {
        margin-left: 40px;
    }
}



.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: 1150px) {
    #content {
        float: left;
        width: 745px;
        padding-left: 50px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
}
@media (max-width: 1149px) {
    #content {
        float: left;
        width: 62%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 30px;
    }
}
@media (max-width: 979px) {
    #content {
        float: none;
        width: 94%;
        padding-top: 30px;
        padding-left: 3%;
        padding-right: 3%;
        padding-bottom: 30px;
    }
}




/* footer --------------------------------- */
footer {
    clear: both;
    text-align: center;
    padding-top: 20px;
}

#footer_in {
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 15px;
    background-color: #ffffff;
}


/* forms ----------------------------------- */
input[type="text"], input[type="password"] {
    width: 95%;
    padding: 10px;
    background-color: #ffffff;
    border: 0px;
}

textarea {
    width: 95%;
    padding: 10px;
    background-color: #ffffff;
    border: 0px;
}

input[type="button"], input[type="submit"] {
    padding: 15px;
    background-color: #fca732;
    border: 0px;
    color: #ffffff;
    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: #fca732;
    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;
    color: #fca732;
}

@media (min-width: 980px) {
    h1 {
        font-size: 54px;
    }
}
@media (max-width: 979px) {
    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: 980) {
    .mobile_display_none {
    }

    .desktop_display_none {
        display: none;
    }
}
@media (max-width: 979px) {
    .mobile_display_none {
        display: none;
    }

    .desktop_display_none {
    }
}







@media (min-width: 1150px) {

}
@media (max-width: 1149px) {

}
@media (max-width: 979px) {

}


@media screen{ 
	 
	.svetly-odstin 
	{ 
		  background-color: #999; 
	  } 
	   
	  .stredni-odstin { 
		    background-color: #666; 
		      } 
		       
		       
	      } 
