﻿body {
    margin:0;
    padding:0;
    width:100%;
}

.pnlOzadjeMaster {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(199, 221, 219, 0.9);
    z-index: 10090;
}

.popupDiv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 40px 50px 40px;
    background: rgba(255, 255, 255, 1.0);
    border: 2px solid #43bcae;
    margin: auto;
    border-radius: 12px;
}

.header {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    background-color: #43bcae;
    z-index:9999;
}

.headerMenu {
    max-width:900px;
    width:100%;
    margin:0 auto;
    padding:12px 0;
}

.logo {
    width:40px;
    float:left;
    margin:-10px 6px 0 6px;
}

.divMaster1 {
    width: 100%;
    margin: 50px auto 5px auto;
    background-image: url("/Images/OzadjeKava.jpg");
}

.divMaster2 {
    width: 100%;
    margin: 0 auto;
}

.divMaster3 {
    width: 100%;
    margin: 20px auto 5px auto;
    background-image: url("/Images/OzadjeKava2.jpg");
    background-size: cover;
}

.divMaster4 {
    width: 100%;
    margin: 20px auto 5px auto;
    background-image: url("/Images/OzadjeKava3.jpg");
    background-size: cover;
}

.divContent {
    max-width: 900px;
    width:100%;
    margin: 0 auto;
}

.btnMenu {
    font-family: "Markazi Text", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 18px;
    background-color: #43bcae;
    color: white;
    text-decoration: none;
    padding: 3px 12px;
    float: left;
    transition: 2s;
}

    .btnMenu:hover {
        background-color: #36a99c;
        cursor:pointer;
    }

.btnMenuFooter {
    font-family: "Markazi Text", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight:bold;
    font-size: 20px;
    color: #9a9a9a;
    text-decoration: none;
}

.btnMenuFooter:hover {
    color: white;
}

.btnNaroci {
    background-color: #43bcae;
    color: #215b54;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 24px;
    padding: 10px 36px;
    text-decoration: none;
    border-radius: 12px;
    border: 1px solid white;
    text-shadow: none;
    transition: 2s;
}

.btnNaroci:hover {
    color:white;
    letter-spacing:3px;
    font-weight:700;
    border-width:2px;
}

.pisava {
    font-family: "Markazi Text", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.pisavaNarrow {
    font-family: "PT Sans Narrow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.pisavaContent {
    font-family: "PT Sans Narrow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size:18px;
}

.pisavaContentNaslov {
    font-family: "PT Sans Narrow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #43bcae;
}

.pisavaContentNaslov2 {
    font-family: "PT Sans Narrow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 22px;
    color: #43bcae;
}

.pisavaNarocilo {
    font-family: "PT Sans Narrow", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
}

.noTextDecoration {
    text-decoration:none;
    color:white;
}

.icon40 {
    font-size: 40px;
}

.m1animation {
    animation:ease-in-out 4s infinite;
}


.imgGallery {
    float:left;
    width:25%;
    opacity:0.2;
}

.imgGallery:hover {
    opacity:1;
    cursor:pointer;
}

.imgBig {
    width:100%;
}

.divNavodila1 {
    width: calc(33% - 20px);
    margin: 0 10px;
    background-color: #43bcae;
    float: left;
}

.divNavodila2 {
    width: calc(33% - 20px);
    margin: 0 10px;
    background-color: #43bcae;
    float: left;
}

.divNavodila3 {
    width: calc(33% - 20px);
    margin: 0 10px;
    background-color: #43bcae;
    float: left;
}

.divNavodila1:hover > #divKorak1 {
    text-decoration: underline;
}

.divNavodila1:hover > #divKorakStevilka1 {
    text-shadow: 1px 1px 6px #000000;
    transition: 2s;
}

    .divNavodila2:hover > #divKorak2 {
        text-decoration: underline;
    }

.divNavodila2:hover > #divKorakStevilka2 {
    text-shadow: 1px 1px 6px #000000;
    transition: 2s;
}
    .divNavodila3:hover > #divKorak3 {
        text-decoration: underline;
    }

.divNavodila3:hover > #divKorakStevilka3 {
    text-shadow: 1px 1px 6px #000000;
    transition: 2s;
}

.zelena {
    color: #43bcae;
}

.rjava {
    color: #2e1d2f;
}

.krepko {
    font-weight: bold;
}


.floatDesno {
    float: right;
}

.marginDesno20 {
    margin-right:20px;
}



/* DATEPICKER */

.ui-datepicker {
    width: 270px;
    /*height: 255px;*/
    margin: 5px auto 0;
    font-family: 'Titillium Web', sans-serif;
    font-size: 10pt;
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);*/
    border: 1px solid #43bcae;
}

    .ui-datepicker table {
        width: 100%;
    }

.ui-datepicker-header {
    background: #43bcae;
    color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #43bcae;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    background-position: center -30px;
    color: #fff;
}

.ui-datepicker-next {
    float: right;
    cursor: pointer;
    background-position: center 0px;
}


.ui-datepicker thead {
    background-color: yellow;
    /*border-bottom: 1px solid #bbb;*/
}

.ui-datepicker th {
    background-color: #fff;
    text-transform: uppercase;
    font-size: 8pt;
    color: black;
    /*text-shadow: 1px 0px 0px #fff;*/
    /*filter: dropshadow(color=#fff, offx=1, offy=0);*/
}

.ui-datepicker tbody td {
    padding: 0;
    /*border-right: 1px solid #808080;*/
}

    .ui-datepicker tbody td:last-child {
        border-right: 0px;
    }

.ui-datepicker tbody tr {
    border-bottom: 1px solid #fff;
}

    .ui-datepicker tbody tr:last-child {
        border-bottom: 0px;
    }

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    /*font-weight: bold;*/
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    /*text-shadow: 1px 1px 0px #fff;*/
    /*filter: dropshadow(color=#fff, offx=1, offy=1);*/
}

.ui-datepicker-calendar .ui-state-default {
    background: #ffffff; /*linear-gradient(#999999, #737373);*/
    color: black;
    height: 30px;
    width: 30px;
    border: 1px solid black;
}

.ui-datepicker-calendar .ui-state-hover {
    background: #eeeeee;
    color: #43bcae;
    border: 1px solid #43bcae;
}

.ui-datepicker-calendar .ui-state-active {
    background: #43bcae;
    /*-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);*/
    color: #f2e5c7;
    /*text-shadow: 0px 1px 0px #4d7a85;*/
    border: 1px solid #43bcae;
    position: relative;
    margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #43bcae;
    color: #eeeeee;
}


