@font-face {
    font-family: 'Oswald';
    src: url('fonts/oswald_regular.ttf');
}
@font-face {
    font-family: 'Oswald-bold';
    src: url('fonts/oswald_bold.ttf');
}
@font-face {
    font-family: 'Oswald-thin';
    src: url('fonts/oswald_thin.ttf');
}
/*
rumena fed233
*/
body {
    color: #5e5e5e;
    font-size: 20px;
    line-height: 41px;
    margin: 0;
    font-family: Oswald;
    background-color: #f6f6f6;
    overflow-x: hidden;
}
p {

    float: left;
    color: #5e5e5e;
    font-size: 20px;
    line-height: 35px;
    margin: 0 0 20px 0;
    font-family: Oswald-thin;
    padding: 10px 20px 10px 0;

}
.misl_aboutus_half ul {
    width: 100%;
    float: left;
    margin-top: 0;
}
li {

    color: #5e5e5e;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    font-family: Oswald-thin;
    padding: 5px 30px 5px 0;

}
b {
}
a {
    color: #ffb84a;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
    transition:0.6s;
}
#misl_menu a:hover {
    color: #d5d5d5;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
    transition: 0.1s;
}
a:hover {
    color: #000000;
    text-decoration: none;
}
h1 {
    font-family: 'ChakraPatch';
    font-size: 46px;
    color: #5e5e5e;
    line-height: 46px;
}
h2 {

    font-family: Oswald;
    font-size: 25px;
    color: #4c4c4c;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    float: left;
}
h3 {
    font-family: Oswald;
    font-size: 21px;
    color: #5e5e5e;
    line-height: 36px;
    padding: 0 30px 0 0;
    letter-spacing: 2px;
}
h4 {

    font-family: Oswald-thin;
    font-size: 25px;
    color: #5e5e5e;
    line-height: 36px;
    padding: 0 30px 0 0;
    letter-spacing: 2px;
    margin: 0;

}
.normalshow {
    position: relative!important;
    display: block!important;
}
.normalhide {
    margin-top: -5px!important;
    animation-name: disappearance;
    animation-fill-mode: forwards; 
    animation-duration: 0.3s;
    /*transition: 0.3s;*/
}
.minishow {
    position: fixed!important;
    display: block!important;
}
.minihide {
    position: absolute!important;
    display: none!important;
}
@keyframes disappearance {
  from {opacity: 1;}
  to {opacity: 0;}
}
.fixed {
    margin-top: 0px!important;
    position: fixed!important;
    z-index: 999;
    transition: 0s;
}
.fixed a {
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}
.fixed a:hover {
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5)!important;
}
.misl_topcontact {
    position: absolute;
    right: 13px;
    top: 55px;
}
.misl_topcontact h2 {
    font-family: 'ChakraPatch';
    text-align: right;
    color: #f4f4f4;
    text-shadow: 0px 5px 10px #000000;
    line-height: 16px;
    font-size: 41px;
    letter-spacing: 1.3px;
}
#misl_contact h4 {
    padding-left: 0;
    padding-top: 0;
    margin: 0 0 50px 0;
    line-height: 45px;
    float: left;
    width: 100%;
    font-weight: normal;
}
#misl_contact label {
    width: 100%;
    float: left;
}
#misl_contact input {
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: Oswald;
    width: 100%;
    height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}
#misl_contact textarea {
    padding: 20px;
    height: 500px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: Oswald;
    float: left;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}
#misl_contact button {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    border-radius: 3px;
    color: #c9c9c9;
    font-family: Oswald;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    transition: 0.6s;
}
#misl_contact button:hover {
    background-color: #e2e2e2;
    color:#ffffff;
    transition:0.3s;
}
#misl_contactform {
    margin-top: 13px;
}
#misl_contactform label {
    width: 100%;
    float: left;
}
#misl_contactform label span {

    width: 215px;
    float: left;
    font-size: 17px;
    font-family: oswald-thin;
    letter-spacing: 2px;
    line-height: 40px;

}
#misl_contactform label input, #misl_contactform label textarea {
    font-family: oswald-thin;
    background-color: #fff;
    border: rgba(0,0,0,0.3);
    border-radius: 3px;
    font-size: 21px;
    line-height: 25px;
    font-weight: 200;
    color: #b2b2b2;
    width: 400px;
    margin: 0 0 0 10px;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    letter-spacing: 1px;
    height: 40px;
    border: 1px solid #ccc;
}
#misl_contactform label textarea {
    height: 150px;
}
.misl_contact button {

    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    background-color: #ffffff;
    line-height: 19px;
    padding: 5px 13px;
    width: auto;
    height: 42px;
    border: 0px solid;
    border-radius: 0;
    margin: 0 0 0 10px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.6s;
    float: right;
    background: #b2b2b2;
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 39%, rgba(255, 216, 102,0.6) 48%, rgba(255,255,255,0.9) 87%, rgba(255,255,255,0.9) 100%);
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 39%,rgba(255, 216, 102,0.6) 48%,rgba(255,255,255,0.9) 87%,rgba(255,255,255,0.9) 100%);
background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 39%,rgba(255, 216, 102, 0.6) 48%,rgba(255,255,255,0.9) 87%,rgba(255,255,255,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6ffffff',GradientType=1 );
    color: #ccc;
    border: 1px solid #fff;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    padding: 3px 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    font-size: 17px;
    text-transform: lowercase;
    letter-spacing: 6px;
    line-height: 34px;
    font-family: oswald-thin;
    cursor: pointer;

}
.misl_contact button:hover {
    border: 1px solid #b2b2b2;
    color: #b2b2b2!important;
    background: #fff;
    transition: 0.3s;

}
#misl_newsletter {
    background-image: url('/images/newsletter_bg.jpg');
    height: 388px;
    background-size: 100%;
    background-position-x: 50% !important;
}
#misl_newsletter .pressEnter {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 16px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 19px;
    background-color: #ffffff;
    line-height: 19px;
    padding: 5px 13px;
    width: auto;
    height: 42px;
    border: 0px solid;
    border-radius: 0;
    margin: 0 0 0 10px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.1);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 39%, rgba(255, 216, 102,0.6) 48%, rgba(255,255,255,0.9) 87%, rgba(255,255,255,0.9) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 39%,rgba(255, 216, 102,0.6) 48%,rgba(255,255,255,0.9) 87%,rgba(255,255,255,0.9) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 39%,rgba(255, 216, 102, 0.6) 48%,rgba(255,255,255,0.9) 87%,rgba(255,255,255,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6ffffff',GradientType=1 );
    transition: 0.6s;
}
#misl_newsletter .pressEnter:hover {
    border: 1px solid #fff;
    color: #ffffff;
    transition: 0.3s;
}
.misl_newsletter_form_container {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 488px;
}
.misl_newsletter_form_container label {

    font-family: oswald-thin;
    font-size: 59px;
    color: #ffffff;
    letter-spacing: 4px;

}
.misl_newsletter_form_container input[type="email"] {
    font-family: oswald-thin;
    background-color: rgba(0,0,0,0.3);
    border: 2px solid #fff;
    border-radius: 3px;
    font-size: 30px;
    line-height: 29px;
    font-weight: 200;
    color: #fff;
    width: 666px;
    height: 75px;
    margin: 0 0 0 10px;
    padding: 0 20px;
    box-sizing: border-box;
}
.misl_numbers {
    font-family: Monospace;
}
.misl_hamburgermenu {
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    z-index: 11;
    background-color: #f0f0f0;
    padding: 8px 5px;
    border-radius: 3px;
    display: none;
    position: absolute;
    right: 12px;
    top: 4px;
    cursor: pointer;
}
.misl_hamburgermenu_off {
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    z-index: 10;
    background-color: #f0f0f0;
    padding: 3px;
    border-radius: 3px;
    display: none;
    position: absolute;
    right: 12px;
    top: 4px;
    cursor: pointer;
}
#map {
    height: 700px;
}
.misl_copyright_container {
    background: #ffffff;
    height: 260px;
}
.misl_zaposleni_container {
    background: #ececed;
}
.misl_zaposleni_container .misl_aboutus_third {

    background-color: #ffffff;
    width: calc(33.333% - 20px);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    border-radius: 3px;

}
.misl_zaposleni_container .misl_aboutus_third:nth-child(3) {
    float:left;
}
.misl_zaposleni_container .misl_aboutus_third:nth-child(4) {
    margin: 0 30px;
}
.misl_zaposleni_container .misl_aboutus_third:nth-child(5) {
    float: right;
}
.misl_copyright_container .misl_row {
    background: transparent;
}
.misl_zaposleni_container h3 {
    font-family: Oswald;
    font-size: 21px;
    color:     #5e5e5e;
    line-height: 36px;
    padding: 0 30px 0 0;
    letter-spacing: 2px;
    margin: 25px 0 12px 0;
}
.misl_zaposleni {
    float: left!important;
    margin-right: 1vw;
    margin-top:30px;
    box-shadow: 0px 0px 0px !important;
}
#misl_menu {
    position: absolute;
    left: 50%;
    vertical-align: middle;
    height: 33px;
    transition: 0s;
    margin-top: 56px;
    width: 1440px;
    height: 49px;
    line-height: 49px;
    z-index: 99;
}
.misl_menu_container {
    position: absolute;
    left: -50%;
    width: 100%;
    height: 50px;
}
.fixed .misl_menu_container {
    background-color: rgba(254, 254, 255, 0.9);
}
.misl_header_title {

    float: left;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.5), 0px 10px 20px rgba(0,0,0,0.5);
    padding: 10px;
    text-transform: uppercase;
    color: #292929;
    font-size: 39px;
    width: auto;
    text-align: left;
    letter-spacing: 3px;
    line-height: 55px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.9);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 39%, rgba(255, 216, 102,0.6) 48%, rgba(255,255,255,0.9) 87%, rgba(255,255,255,0.9) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 39%,rgba(255, 216, 102,0.6) 48%,rgba(255,255,255,0.9) 87%,rgba(255,255,255,0.9) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 39%,rgba(255, 216, 102, 0.6) 48%,rgba(255,255,255,0.9) 87%,rgba(255,255,255,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6ffffff',GradientType=1 );
}
.misl_header_title .misl_header_title_button {
    font-size: 25px;
    float: left;
    margin: 15px 50px 0 0;
    background: transparent;
    border: 0;
    font-family: oswald;
    padding: 0;
    cursor: pointer;
}
#misl_toptabs {

}
#misl_toptabs .misl_tab {

    width: 30%;
    box-sizing: border-box;
    background-color: #fff;
    float: left;
    height: 540px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    border-radius: 3px;
    margin-top: -164px;
    position: relative;
}
#misl_toptabs .misl_tab h1 {
    text-align: center;
    text-transform: uppercase;
    color: #4c4c4c;
    letter-spacing: 2px;
    font-size: 25px;
    font-family: Oswald-bold;
    margin-top: 310px;
}
#misl_toptabs .misl_tab p {
    font-size: 18px;
    font-family: Oswald-thin;
    padding: 0 20px 20px 20px;
    min-height: 150px;
}
#misl_toptabs .misl_tab img {

    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

}
#misl_toptabs .misl_tab h1::before {
    display: block;
    content: "x";
    height: 107px;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    box-shadow: 0px 10px 10px rgba(172, 172, 172, 0.5), 0px 10px 20px rgba(0,0,0,0.5);
}
.misl_tab1 {
    margin-right:2%;
}
.misl_tab2 {
    margin: 0 3%;
}
.misl_tab3 {
    margin-left:2%;
}
#misl_menu a {
    color: #292929;
    font-family: Oswald-thin;
}
#misl_menu ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    float: right;
    
}
#misl_menu li {
    display: inline;
    height: 48px;
    font-size: 18px;
    letter-spacing: 2.03px;
    line-height: 31px;
    border-bottom: 2px solid transparent;
    box-shadow: 0px 0px 0px transparent;
    margin: 0 auto;
    float: none;
    vertical-align: text-bottom;
    padding: 0 4vw;
}

#misl_subpage .misl_header {
    height:587px;
}
.misl_container {
    overflow: hidden;
}
.misl_center_container {
    float: left;
    width: 100%;
}
.misl_center_container_inner {
    width: 1440px;
    height: 270px;
    margin: auto;
}
.misl_header {
    background-position-x: 50%;
    text-align: center;
    height: 735px;
    width: 100%;
    float: left;
    background-image: url("/images/top-bg.jpg");
    transition: 0s linear;
    transition-property: background-position;
}
.misl_header .misl_center_container, #misl_topbanner .misl_center_container {
    background-color: transparent;
}
.misl_header .misl_logo {
    max-width: 700px;
    cursor: pointer;
    padding: 10px 0 10px 0;
    display: block;
    float: left;
    margin-top: -20px;
    opacity: 1;
    z-index: 99;
}
.misl_header .misl_logo_mini {

    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 29px;
    display: none;
    z-index: 99;

}
#misl_topbanner {
    width: 100%;
    height: 300px;
    float: left;
    position: relative;
    z-index: 1;
    margin-bottom: 188px;
}
.misl_mainbody {
    line-height: 22px;
    float: left;
    width: 100%;
    margin-top: -50px;
    background: #ffffff;
    z-index: 0;
}
.misl_topheader {
    width: 100%;
    font-family: ChakraPatch-Bold;
    font-size: 5vw;
    text-align: center;
    margin: 17px 0 0px 0;
    color: #f4f4f4;
    text-shadow: 0px 5px 10px #000000;
}
.puscica_levo {
    z-index: 1;
    position: relative;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: -17px;
    margin-top: 75px;
    width: 1280px;
    height: 142px;
    text-align: center;
    filter: drop-shadow(0px 13px 10px rgba(0,0,0,1));
    transition: 0.3s;
}
.puscica_levo:hover {
    filter: drop-shadow(0px 8px 4px rgba(0,0,0,0.7));
    animation-name: left_bounce;
    animation-timing-function: linear;
    animation-duration: 0.5s;
    margin-left: -55px;
}
@keyframes left_bounce {
    0% {
        margin-left: -17px;
    }
    20% {
        margin-left: -55px;
    }
    40% {
        margin-left: -45px;
    }
    60% {
        margin-left: -55px;
    }
    80% {
        margin-left: -50px;
    }
    100% {
        margin-left: -55px;
    }
}
.puscica_levo img {
    -webkit-clip-path: polygon(16% 0, 16% 23%, 99% 23%, 99% 68%, 16% 68%, 16% 91%, 1% 45%);
    clip-path: polygon(16% 0, 16% 23%, 99% 23%, 99% 68%, 16% 68%, 16% 91%, 1% 45%);
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -74px;
}
.puscica_levo h1 {
    position: absolute;
    cursor: pointer;
    left: 250px;
    top: 26px;
    margin: 0;
    color: #ffffff;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    z-index: 1;

}
.puscica_levo h2 {
    position: absolute;
    cursor: pointer;
    left: 250px;
    top: 70px;
    font-family: 'ChakraPatch';
    font-size: 36px;
    margin: 0;
    color: #ffffff;
    line-height: 36px;
    text-transform: uppercase;
    z-index: 10;
}
.puscica_desno {
    z-index: 2;
    position: relative;
    box-sizing: border-box;
    display: block;
    float: right;
    margin-right: -17px;
    margin-top: 2px;
    width: 1280px;
    height: 142px;
    text-align: center;
    filter: drop-shadow(0px 13px 10px rgba(0,0,0,1));
    transition: 0.3s;
}
.puscica_desno:hover {
    filter: drop-shadow(0px 8px 4px rgba(0,0,0,0.7));
    animation-name: right_bounce;
    animation-timing-function: linear;
    animation-duration: 0.5s;
    margin-right: -55px;
}
@keyframes right_bounce {
    0% {
        margin-right: -17px;
    }
    20% {
        margin-right: -55px;
    }
    40% {
        margin-right: -45px;
    }
    60% {
        margin-right: -55px;
    }
    80% {
        margin-right: -50px;
    }
    100% {
        margin-right: -55px;
    }
}
.puscica_desno img {
    -webkit-clip-path: polygon(1% 23%, 84% 23%, 84% 0, 99% 45%, 84% 91%, 84% 68%, 1% 68%);
    clip-path: polygon(1% 23%, 84% 23%, 84% 0, 99% 45%, 84% 91%, 84% 68%, 1% 68%);
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -74px;
}
.puscica_desno h1 {
    position: absolute;
    cursor: pointer;
    left: 55px;
    top: 26px;
    margin: 0;
    color: #ffffff;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    z-index: 1;
}
.puscica_desno h2 {
    position: absolute;
    cursor: pointer;
    left: 55px;
    top: 70px;
    font-family: 'ChakraPatch';
    font-size: 36px;
    margin: 0;
    color: #ffffff;
    line-height: 36px;
    text-transform: uppercase;
    z-index: 10;
}
.misl_row {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    padding: 100px 0;
    line-height: 35px;

}
.misl_aboutus_half {

    float: left;
    width: 50%;
    padding: 0 25px;
    box-sizing: border-box;

}
.misl_aboutus_third {

    float: left;
    width: 50%;
    padding: 0 25px;
    box-sizing: border-box;

}
.misl_aboutus_half img {

    float: left;
    border-radius: 3px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.5);

}
.misl_aboutus_half img:nth-child(1) {
    float: right;
}
.misl_aboutus_third img {

    float: left;
    border-radius: 3px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.5);

}
.misl_aboutus_third img:nth-child(1) {
    float: right;
}
.misl_fullpage {
    float: left;
    width: 100%;
    padding: 30px 0px;
}
.misl_halfpage {
    float: left;
    position: relative;
    margin: 0 5% 0 0;
    width: 45%;
    box-sizing: border-box;
}
.misl_contact {
    margin: 0 0 0 5%;
}
.misl_halfpage h2 {
    margin-top: 10px;
    padding: 0 30px 0 0;
}
.misl_halfpage p {
    padding: 0 30px 0 0;
}
.misl_halfpage img {
    width: 100%;
    max-height: 463px;
    box-sizing: border-box;
    box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.3);
    border: 0px solid rgb(94, 94, 94);
    border-radius: 3px;
}
.misl_footer_container {
    background: #ececed;
    margin-top: 0px;
    z-index: 99999999;
    position: relative;
}
.misl_footer table {
    width: 100%;
}
.misl_copyright {
    color:#878787;
    float: left;
    text-align: center;
    width: 100%;
}
.misl_footer {

    float: left;
    color: #878787;
    padding: 70px 0 0px 0;
    width: 100%;

}
.misl_footer td {

    height: 35px;
    font-size: 16px;
    letter-spacing: 2px;

}
.misl_footer ul {

    position: absolute;
    right: 0;
    bottom: -17px;
    list-style: none;

}
.misl_footer li {

    border-right: 1px solid #c9c9c9;
    float: left;
    padding: 0 20px;
    margin: 0;
    height: 20px;
    line-height: 15px;
    font-family: oswald-thin;

}
.misl_footer li:last-child {
    border-right: 0px solid #000;
}
.misl_footer ul a {
   color:#878787;
}
.misl_normal_img {
    float: left;
    width: auto!important;
    margin: 10px 30px;
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
}
.misl_sepperator {
    width: 100%;
    float: left;
}
.misl_textarea {
    padding: 1% 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 25px;
}
.misl_location {
    box-shadow: -400px 0px 0px #ececed, 669px 0px 0px #ececed;
    margin-top: calc(-1 * (1% + 42px));
}
.misl_mobilesepperator {
        display: none;
    }
.misl_tab button {
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 39%, rgba(255, 216, 102,0.6) 48%, rgba(255,255,255,0.9) 87%, rgba(255,255,255,0.9) 100%);
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 39%,rgba(255, 216, 102,0.6) 48%,rgba(255,255,255,0.9) 87%,rgba(255,255,255,0.9) 100%);
background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 39%,rgba(255, 216, 102, 0.6) 48%,rgba(255,255,255,0.9) 87%,rgba(255,255,255,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#e6ffffff',GradientType=1 );
    color: #ccc;
    border: 1px solid #fff;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    padding: 3px 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    font-size: 17px;
    text-transform: lowercase;
    letter-spacing: 6px;
    line-height: 34px;
    font-family: oswald-thin;
    cursor: pointer;
    transition: 0.6s;
}
.misl_tab button:hover {
    color: #000;
    border: 1px solid #cccccc;
    transition: 0.3s;
}
@media only screen and (min-width : 100px) and (max-width : 600px) {
    .misl_mainbody {
        margin-top: 1030px;
    }
    .misl_footer .misl_halfpage {
        width: 100%;
    }
    .misl_hamburgermenu_off {
        /*display: block;*/
        position: absolute;
    }
    .misl_newsletter_form_container label {
        font-size: 20px;
        float: left;
        margin-left: 10px;
    }
    .misl_newsletter_form_container #emailinput {
        font-size: 28px;
        float: left;
        margin-left: 10px;
        width: 95%;
    }
    #misl_newsletter {
        height:75px;
    }
    .misl_newsletter_form_container {
        height: 170px;
    }
    
    .misl_zaposleni_container .misl_aboutus_third {
        padding: 5px;
        width: 100%;
        float: left;
        margin: 10px 0!important;
    }
    .misl_zaposleni_container .misl_aboutus_third:nth-child(3) {
        margin-left: 10px;
        margin-right: 0px;
    }
    .misl_aboutus_half img {
        width: calc(50% - 5px);
    }
    .misl_aboutus_half img:nth-child(2) {
        margin-bottom: 20px;
    }
    .misl_aboutus_half img:nth-child(10) {
        margin-top: -47px;
    }
    .misl_copyright_container p {
        font-size: 12px!important;
        line-height: 25px!important;
    }
    .misl_hamburgermenu {
       display: block;
        position: absolute;
    }
    #misl_menu li {
        line-height: 45px;
    }
    .misl_container {
        float: left;
        width: 100%;
    }
    .misl_topborder_container {
        width: 100%;
    }
    .misl_mainbody {
        line-height: 25px;
    }
    .misl_header {
        height: 730px;
    }
    .misl_aboutus_left {
        width: 100%;
    }
    .misl_aboutus_left div:nth-child(5) {
        width: 100%!important;
    }
    .misl_aboutus_right {
        width: 100%;
    }
    .misl_center_container_inner {
        width: auto;
    }
    #misl_storitve {
        height: 270px;
    }
    .misl_storitev {
        background-color: transparent!important;
        width: calc(100% / 3);
        float: left;
        padding: 0;
        border-radius: 3px;
        max-height: 191px;
        margin: 0 !important;
        box-sizing: border-box;
    }
    .misl_storitev h3 {
        color: #fff;
        font-size: 11px;
        padding: 0;
        margin-top: -49px;
        z-index: 0;
        position: relative;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .misl_storitve_form_container h2 {
        color: #fff;
        padding-bottom: 0px;
        text-align: left;
        padding: 0 10px;
        margin: 0;
    }
    .misl_storitve_form_container {
        height: 300px;
    }
    .misl_storitve_form_container .misl_button {
        padding: 20px 15px!important;
        width: 100%;
        border-radius: 2px;
        box-sizing: border-box;
    }
    .misl_storitev .misl_button {
        height: 130px !important;
    }
    .misl_logo {
        padding: 0!important;
        width: auto;
        height: 75px;
        margin-left: 5px;
    }
    .misl_topcontact {
        bottom: 202px;
    }
    .misl_topcontact h2 {
        line-height: 15px;
        font-size: 12px;
    }
    .misl_top {
        height: auto;
    }
    #misl_menu {
        width: 100%;
        position: relative;
        top: 0;
        z-index: 9;
        padding: 0;
        height: 100%;
        margin-top: 5px;
    }
    #misl_menu ul {

        width: 80%;
        margin-right: 20px;
        text-align: right;
        margin-top: 50px;
        display: none;
    }
    .misl_menu_container {
        position: relative;
        left: -50%;
        width: 100%;
        height: 55px;
        float: left;
    }
    .misl_menu_container img.misl_logo {
        position: absolute !important;
        display: block !important;
        left: 13px;
        top: 0;
        float: left;
        height: auto;
        width: 125px;
        margin-top: 0;
    }
    .misl_topinfo {
        width: 91%;
        margin: 0;
    }
    #misl_toptabs .misl_tab h1 {
        margin-top: 250px;
    }
    .misl_topborder_inner span {
        line-height: 19px;
        font-size: 14px;
        letter-spacing: 0px;
        margin-left: 5px;
    }
    .misl_topinfo:nth-child(4) {
        width: 30%;
        float: left;
    }
    .misl_topinfo:nth-child(5) {
        width: 45%;
        float: left;
    }
    .misl_topinfo img {
        display: none;
    }
    .misl_topborder_inner::before {
        z-index: -1;
    }
    .misl_topborder_inner {
        position: absolute;
        left: -30%;
        width: 89%;
        height: 50px;
    }
    #misl_menu li {
        display: block;
        height: 46px;
    }
    .misl_language {
        float: left;
        line-height: 10px;
        margin-left: -100px;
    }
    .misl_language input.slovenscina {
        width: 21px;
        height: 17px;
        background-size: 21px 17px;
        position: absolute;
        left: -70px;
        top: 10px;
    }
    .misl_language input.deutsch {
        width: 21px;
        height: 17px;
        background-size: 21px 17px;
        position: absolute;
        left: -45px;
        top: 10px;
    }
    .misl_language input.english {
        width: 21px;
        height: 17px;
        background-size: 21px 17px;
        position: absolute;
        left: -20px;
        top: 10px;
    }
    .misl_topheader {
        margin-top: 73px;
        font-size: 11.2vw;
    }
    .puscica_levo {
        margin-left: 0px;
        margin-top: 12px;
        width: 86%;
        height: auto;
    }
    .puscica_levo img {
        top: 0;
        width: 100%;
    }
    .puscica_levo h1 {
        font-size: 12px;
        line-height: 13px;
        left: 57px;
        top: 19px;
        width: 200px;
        text-shadow: 0px 1px 1px #000;
    }
    .puscica_levo h2 {
        display: none;
    }
    .puscica_desno {
        margin-right: 0px;
        margin-top: 35px;
        width: 86%;
        height: auto;
    }
    .puscica_desno img {
        top: 0;
        width: 100%;
    }
    .puscica_desno h1 {
        font-size: 12px;
        line-height: 13px;
        left: 14px;
        top: 19px;
        width: 200px;
        text-shadow: 0px 1px 1px #000;
    }
    .puscica_desno h2 {
        display: none;
    }
    #misl_topbanner {
        height: 200px;
    }
    #map {
        height: 300px;
    }
    .misl_aboutus_half {
        width: 100%;
    }
    .misl_aboutus_half h2 {
        font-size: 19px;
        line-height: 24px;
        padding: 0 10px;
    }
    .misl_aboutus_half p {
        padding: 0 10px;
        font-size: 15px;
        line-height: 22px;
    }
    .misl_fullpage {
        padding: 0px 10px;
    }
    .misl_fullpage p {
        font-size: 20px;
    }
    #misl_contact textarea {
        height: 300px;
    }
    .misl_footer {
        float: left;
        padding: 70px 0 0px 0;
        width: 100%;
        height: 240px;
    }
    .misl_footer table {
        display: block;
        float: left;
        width: 100%;
    }
    .misl_footer tr {
        width: 100%;
    }
    .misl_footer td {
        height: 18px;
        font-size: 10px;
        padding: 0 25px;
    }
    .misl_footer li {
        height: 20px;
        line-height: 15px;
        font-size: 15px;
        padding: 0 10px;
    }
    .misl_footer th {
        height: 18px;
        font-size: 10px;
        display: block;
        float: left;
        width: 50%;
        padding: 0;
        margin: 0;
    }
    .misl_footer .misl_halfpage:nth-child(2) {
        height:100px!important;
    }
    colgroup {
        display: none;
    }
    .misl_footer th:nth-child(3), .misl_footer td:nth-child(3) {
        display: none;
    }
    .misl_footer iframe {
        display: none;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        padding: 0 10px;
    }
    h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .misl_textarea {
        padding: 1% 1%;
        box-sizing: border-box;
    }
    .misl_location {
        margin-top: 35px;
        margin-left: -10px;
        height: 200px;
    }
    .misl_mobilesepperator {
        display: block;
    }
    .misl_copyright_container {
        color: #fff;
        font-family: Montserrat-Regular;
        font-size: 11px;
        text-align: center;
        letter-spacing: 7px;
        line-height: 13px;
    }
    h1 {
        font-size: 25px;
    }
    #misl_toptabs .misl_tab {
        width: 100%;
        height: 520px;
        margin: 0;
    }
}
@media only screen and (min-width : 600px) and (max-width : 1250px) {
    #misl_menu li {
        padding: 0 1vw;
    }
}
@media only screen and (min-width : 600px) and (max-width : 1450px) {
    #misl_menu {
        width: 100%;
    }
    .misl_aboutus_half img {
        width: 19vw;
    }
    .misl_aboutus_half:nth-child(2){
        padding-top: 110px;
    }
    .misl_center_container_inner {
        width: 100%;
    }
    .misl_topcontact h2 {
        font-size: 27px;
    }
    #misl_menu {
        height: auto;
    }
    #misl_menu li {
        line-height: 25px;

    }
    .misl_topheader {
        font-size: 8vw;
        margin: 40px 0 0px 0;
    }
    .puscica_levo {
        position: relative;
        margin-left: 0px;
        margin-top: 12px;
        width: 86%;
        height: auto;
    }
    .puscica_levo img {
        top: 0;
        width: 100%;
    }
    .puscica_levo h1 {
        position: relative;
        font-size: 3vw;
        padding: 7% 0px 0px 0px;
        cursor: pointer;
        left: 84px;
        letter-spacing: 1.2px;
        width: 100%;
        line-height: 100%;
        height: 100%;
    }
    .puscica_levo h2 {
        display: none;
    }
    .puscica_desno {
        position: relative;
        width: 86%;
        height:auto;
    }
    .puscica_desno img {
        top: 0;
        width: 100%;
    }
    .puscica_desno h1 {
        position: relative;
        font-size: 3vw;
        padding: 7% 0px 0px 0px;
        cursor: pointer;
        left: -83px;
        letter-spacing: 4px;
        width: 100%;
        line-height: 100%;
        height: 100%;
    }
    .puscica_desno h2 {
        display: none;
    }

}