body {
    position: relative;
    font-size: 1.3em;
    min-width: 400px;
}


.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container {
    width: auto;
}


input[type="date"] {
    line-height: 20px !important;
}

form label {
    display: inline-block;
    min-width: 150px;
    text-align: right;
}

form input[type="text"] {
    padding: 1.5%;
}

form div.error {
    border: 1px solid #ff1000;
    color: #ff1000;
    background-color: rgba(255, 21, 0, 0.34);
    border-radius: 5px;
    display: none;
    padding: 5px;
}

form div.message {
    border: 1px solid #05ba00;
    color: #000;
    background-color: rgba(5, 233, 0, 0.43);
    border-radius: 5px;
    display: none;
    padding: 5px;
}

form input.error {
    border: 1px solid #ff1000;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}
input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}


/* ********************************************************************* */
/* ********************************************************************* */

.point {
    background-size: cover;
    padding-top: 4%;
    padding-bottom: 4%;
    position: relative;
}
.point.pointblock1 {
    background-color: #A7C436;
    padding-top: 3%;
    padding-bottom: 1%;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    z-index: 10;
}

    .point.pointblock1 a.logo {
        display: inline-block;
        -webkit-transition: transform 0.5s; /* For Safari 3.1 to 6.0 */
        transition: transform 0.5s;
        position: relative;
        width:200px;
        height: 200px;
    }
        .point.pointblock1 a.logo:hover {
            -ms-transform: rotate(360deg); /* IE 9 */
            -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
            transform: rotate(360deg);
        }
        .point.pointblock1 a img {
            position: absolute;
            left: 25px;
            top:  25px;
        }
    .pointblock1 h1 {
        color: #ffffff;
        font-size: 500%;
        text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.2);
        font-style: italic;
        font-family: 'Lobster Two', cursive;
    }
    .pointblock1 img {
        max-width: 150px;
    }
    .pointblock1 .tel {
        padding-top: 7px;
        font-size: 200%;
        color: #000;
        font-family: 'Lobster Two', cursive;
    }
        .pointblock1 .tel span {
            color: #bababa;
        }
    .smalltel {
        font-size: 300%;
        color: #ffffff;
        font-family: 'Lobster Two', cursive;
        display: inline-block;
        position: relative;
        top:-70px;
        left:10px;
    }
.point.pointblock2 {
    background-color: #FFF;
}
.point.pointblock3 {
    background-color: #eeeeee;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.2);
    border-top: 1px solid rgba(0,0,0,0.1);
}
    .pointblock3 a {
        color: #000;
    }
    .pointblock3 .postava1 ,
    .pointblock3 .postava2 {
        position: absolute;
        width: 50%;
        bottom: 0px;
        height: 400px;
    }
    .pointblock3 .postava1 {
        left: 0px;
        background: transparent url('../img/postava1.png') no-repeat scroll right 19px;
    }
    .pointblock3 .postava2 {
        right: 0px;
        background: transparent url('../img/postava2.png') no-repeat scroll 400px 18px;
    }
    .pointblock3 h2 {
        color: #000000;
    }
.point.pointblock4 {
    background-size: cover;
    padding-bottom: 1%;
    padding-top: 2%;
    background-color: #3767AF;
    background-color: rgba(55,103,175,0.5);
}
    .point.pointblock4 .bg {
        background: transparent url('../img/kopretiny.jpg') no-repeat scroll center center;
        opacity: 0.4;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        z-index: 0;
    }
    .point.pointblock4 a {
        position: relative;
        z-index: 10;
        display: inline-block;
        width: 190px;
        height: 190px;
        background-color: rgba(255, 255, 255, 0.75);
        text-decoration: none;
        font-family: 'Lobster Two', cursive;
        font-size: 250%;
        line-height: 1.0em;
        padding-top: 60px;
        border-radius: 95px;

        -webkit-transition: transform 0.2s; /* For Safari 3.1 to 6.0 */
        transition: transform 0.2s;
    }
        .point.pointblock4 a:hover {
            /*background-color: rgba(255, 255, 255, 1);*/
            -ms-transform: rotate(16deg); /* IE 9 */
            -webkit-transform: rotate(16deg); /* Chrome, Safari, Opera */
            transform: rotate(16deg);
        }
.point.pointblock5 {
    background-color: #A7C436;
    padding-bottom: 1%;
    padding-top: 2%;
}
    .pointblock5 p {
        color: #fff;
    }




.odsadit {
    padding-left: 50px;
}


h1 {
    font-size: 280%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
h2 {
    font-size: 230%;
    color: #A7C436;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 35px;
}
p {
    font-size: 115%;
    color:#060602;
    line-height: 1.5em;
}
a.btn {
    text-decoration: none;
}
img {
    width: 100%;
}
a {   color:#3767AF;
    text-decoration: underline;
}
a:hover {
    color:#3767AF;
    text-decoration: none;
}
.nav a {
    text-decoration: none;
}
ul {
    color: #53621b;
}
    ul li {
        margin-bottom: 4px;
    }
.nav li {
    margin-bottom: 0px;
}

.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.nomargin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.aligncenter {
    text-align: center;
}

form {
}

    form label {
        text-align: left;
    }
    form input[type="text"] {
        margin-bottom: 5px;
    }

/* ********************************************************************* */
/* ********************************************************************* */

@media screen and (max-width: 520px) {
    .smalltel {
        top:0px;
        left:0px;
    }
}

@media screen and (min-width: 768px) {
    .navbar .navbar-brand {
        display: none;
    }
    .pointblock1 {
        min-height: 260px;
    }
        .pointblock1 h1 {
            margin-top: 30px;
            margin-bottom: 0px;
            font-size: 750%;
        }
    .smalltel {
        display: none;
    }
}