@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800,300i,400i,500i,600i,700i,800i&display=swap'); 
@font-face { 
  font-family:weather;
  src:url(https://www.kurir.rs/resources/fonts/weather.woff?v=9) format("woff");
  font-weight:400;
  font-style:normal;
} 
  body {  
    background:#fff;
    font-family:sans-serif;
  }  
* { 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
} 

body { 
    margin: 0;
} 

body { 
    min-height: 100%; 
    background: #f1ebeb; 
    font-family: Open Sans,sans-serif;
} 

html { 
    font-family: sans-serif; 
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
} 

html { 
    -ms-touch-action: manipulation; 
    touch-action: manipulation; 
    min-height: 100%;
} 

header { 
    display: block;
} 

#header { 
    position: relative; 
    max-width: 1064px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
} 

*,:after,:before { 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
} 

.headerTop { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-orient: horizontal; 
    -webkit-box-direction: normal; 
    -ms-flex-direction: row; 
    flex-direction: row; 
    -webkit-box-pack: justify; 
    -ms-flex-pack: justify; 
    justify-content: space-between; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center; 
    width: 100%; 
    height: 5.6875rem; 
    border-bottom: 1px solid #ddd; 
    padding: 0 20px;
} 

nav { 
    display: block;
} 

.headerMenu { 
    position: relative; 
    width: 100%; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
    -ms-flex-direction: column; 
    flex-direction: column;
} 

a { 
    text-decoration: none; 
    background-color: transparent;
} 

.hLogo { 
    position: relative; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center; 
    width: 140px;
} 

a:active,a:hover { 
    outline: 0;
} 

.ads { 
    text-align: center;
} 

.ads.header { 
    width: auto; 
    margin-left: auto; 
    position: absolute; 
    right: 0;
} 

.liveBtn { 
    display: none; 
    height: 34px; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center; 
    border-radius: 3px; 
    border: 1px solid #d9d9d9; 
    color: #3d3d3d; 
    background: #fff; 
    font-weight: 700; 
    font-size: 10px; 
    line-height: 20px; 
    padding: 6px 10px;
} 

.userBtn { 
    display: none; 
    cursor: pointer; 
    width: 40px; 
    height: 40px;
} 

.user-profile-link { 
    overflow: hidden; 
    padding: 0; 
    border-radius: 100%;
} 

.menuBtn { 
    display: none; 
    cursor: pointer; 
    position: relative; 
    width: 46px; 
    height: 46px;
} 

.fixed { 
    zoom: 1;
} 

.fixed:after { 
    content: ""; 
    display: table; 
    clear: both;
} 

img { 
    border: 0;
} 

.hLogo img  { 
    width: 100%; 
    height: auto; 
    vertical-align: middle;
} 

.ads div  { 
    display: block;
} 

.ads div  { 
    max-width: 100%!important; 
    margin: 0 auto;
} 

svg:not(:root) { 
    overflow: hidden;
} 

.liveBtn svg  { 
    fill: red; 
    width: 12px; 
    height: 12px; 
    display: inline-block; 
    margin-right: 5px; 
    vertical-align: middle;
} 

.userBtn svg  { 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    width: 30px; 
    height: 30px; 
    fill: #fff; 
    -webkit-transform: translateY(-50%) translateX(-50%); 
    transform: translateY(-50%) translateX(-50%);
} 

.userBtn svg  { 
    fill: #111;
} 

.menuBtn span  { 
    position: absolute; 
    left: 50%; 
    top: 50%; 
    margin-left: -11px; 
    margin-top: -2px;
} 

.menuBtn .burger ,.menuBtn span  { 
    border-radius: 1px; 
    height: 2px; 
    width: 22px; 
    background: #fff; 
    position: absolute; 
    display: block; 
    content: ""; 
    -webkit-transition: all .1s; 
    transition: all .1s;
} 

.menuBtn .burger ,.menuBtn span , .menuBtn span::after, .menuBtn span::before { 
    border-radius: 1px; 
    height: 2px; 
    width: 22px; 
    background: #fff; 
    position: absolute; 
    display: block; 
    content: ""; 
    -webkit-transition: all .1s; 
    transition: all .1s;
} 

.menuBtn span::before { 
    top: -6px;
} 

.menuBtn .burger, .menuBtn span, .menuBtn span::after, .menuBtn span::before { 
    border-radius: 1px; 
    height: 2px; 
    width: 22px; 
    background: #fff; 
    position: absolute; 
    display: block; 
    content: ""; 
    -webkit-transition: all .1s; 
    transition: all .1s;
} 

.menuBtn span::after { 
    bottom: -6px;
} 

.menuWrap { 
    display: block; 
    height: auto; 
    width: 100%; 
    max-width: 1064px; 
    margin: 0 auto; 
    position: relative;
    
} 

.headerTools { 
    width: 50px; 
    position: absolute; 
    right: 0; 
    height: 45px; 
    border-bottom: 2px solid #666;
    padding: 12px;
} 

ul { 
    padding: 0;
} 

ul { 
    margin: 0;
} 

#mainMenu { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-pack: space-evenly; 
    -ms-flex-pack: space-evenly; 
    justify-content: space-evenly; 
    width: 100%; 
    position: relative; 
    padding-right: 50px;
} 

.menuStatic { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-pack: space-evenly; 
    -ms-flex-pack: space-evenly; 
    justify-content: space-evenly; 
    width: 100%; 
    position: relative; 
    padding-right: 50px;
} 

.menuStatic { 
    display: none; 
    background: #f3f3f3;
} 

#search_header { 
    display: block!important; 
    z-index: 5; 
    line-height: 0; 
    float: left; 
    position: absolute; 
    top: 0; 
    left: 0;
} 

.weatherIcon { 
    display: inline-block; 
    position: relative;
} 

.menuWrap .weather  { 
    display: none;
} 

.weatherIcon:before { 
    font-family: weather; 
    speak: none; 
    font-style: normal; 
    font-weight: 400; 
    font-variant: normal; 
    text-transform: none; 
    line-height: 1; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    position: absolute; 
    top: 0; 
    left: 0;
} 

.weather2:before { 
    content: "";
} 

li { 
    list-style: none;
} 

.mobMenu { 
    display: none;
} 

#mainMenu > li  { 
    text-align: center; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center; 
    border-bottom: 2px solid #aaa; 
    height: 45px; 
    -webkit-box-flex: 1; 
    -ms-flex: 1 1 auto; 
    flex: 1 1 auto;
} 

#mainMenu > li.c0:first-of-type  { 
    display: none;
} 

#mainMenu > li.c2  { 
    border-bottom: 2px solid #e10006;
} 

#mainMenu > li.c11  { 
    border-bottom: 2px solid #ad167b;
} 

#mainMenu > li.c12  { 
    border-bottom: 2px solid #659241;
} 

#mainMenu > li.c16  { 
    border-bottom: 2px solid #373746;
} 

#mainMenu > li.c41  { 
    border-bottom: 2px solid #7e7e7e;
} 

#mainMenu > li.c18  { 
    border-bottom: 2px solid #5a7bcb;
} 

#mainMenu > li.c19  { 
    border-bottom: 2px solid #d05e29;
} 

#mainMenu > li.c65  { 
    border-bottom: 2px solid #323cff;
} 

#mainMenu > li.c55  { 
    border-bottom: 2px solid #155cb9e6;
} 

#mainMenu > li.c66  { 
    border-bottom: 2px solid #01b96d;
} 

#mainMenu .iconMenu  { 
    padding: 0;
} 

.menuStatic > li  { 
    text-align: center; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center; 
    border-bottom: 2px solid #aaa; 
    height: 45px; 
    -webkit-box-flex: 1; 
    -ms-flex: 1 1 auto; 
    flex: 1 1 auto;
} 

input { 
    font: inherit; 
    margin: 0;
} 

input { 
    line-height: normal;
} 

input[type="text"] { 
    border: 1px solid #ddd; 
    padding: .625em; 
    background: #eee; 
    width: 100%;
} 

#search_header input  { 
    display: none;
} 

#search_header .searchBtn  { 
    position: relative; 
    width: 43px; 
    height: 43px; 
    padding: 0; 
    display: inline-block; 
    margin: 0;
} 

#search_header #searchToggle  { 
    position: absolute; 
    top: 0; 
    left: 0;
} 

#search_header #searchSend  { 
    opacity: 1; 
    display: none;
} 

#mainMenu > li > a  { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
} 

#mainMenu > li > a  { 
    color: #111; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
    height: 100%; 
    width: 100%; 
    font-weight: 700; 
    font-size: .6875em; 
    text-transform: uppercase;
} 

#mainMenu > li > a:hover { 
    background: #eee;
} 

#mainMenu > li.on > a  { 
    background: #e4e4e4;
} 

#mainMenu > li > a:hover, .menuStatic > li > a:hover { 
    background: #eee;
} 

.subTrigger { 
    display: none; 
    cursor: pointer; 
    position: relative;
} 

.subMenu { 
    position: absolute; 
    top: 45px; 
    left: 0; 
    right: 0; 
    white-space: nowrap; 
    background: #fff; 
    width: 100%; 
    border-bottom: 1px solid #eee; 
    display: none;
} 

#mainMenu > li.biznis a  { 
    background: #323cff; 
    color: #fff;
} 

#mainMenu > li.biznis a:hover { 
    background: #2730de;
} 

#mainMenu > li.zdravlje a  { 
    background: #01b96d; 
    color: #fff;
} 

#mainMenu > li.zdravlje a:hover { 
    background: #00a561;
} 

#mainMenu .iconMenu > a  { 
    position: relative; 
    width: 32px; 
    height: 32px; 
    padding: 0; 
    background: #eee; 
    border-radius: 100%; 
    display: inline-block; 
    vertical-align: middle;
} 

.menuStatic > li > a  { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
} 

.menuStatic > li > a  { 
    color: #111; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
    height: 100%; 
    width: 100%; 
    font-weight: 700; 
    font-size: .6875em; 
    text-transform: uppercase;
} 

.menuStatic li a  { 
    border: 0;
} 

#search_header svg  { 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    -webkit-transform: translateX(-50%) translateY(-50%); 
    transform: translateX(-50%) translateY(-50%); 
    width: 30px; 
    height: 30px;
} 

#search_header svg.sClose  { 
    display: none;
} 

#mainMenu > li > a span  { 
    position: relative; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center; 
    width: 100%; 
    height: 100%;
} 

.subTrigger > svg  { 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    margin-left: -10px; 
    margin-top: -10px; 
    fill: #666; 
    width: 20px; 
    height: 20px; 
    -webkit-transition: all .2s; 
    transition: all .2s;
} 

#mainMenu > li.tvMenu svg  { 
    fill: red;
} 

#mainMenu .iconMenu svg  { 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    -webkit-transform: translateY(-50%) translateX(-50%); 
    transform: translateY(-50%) translateX(-50%); 
    width: 20px; 
    height: 20px;
} 

.menuStatic > li > a span  { 
    position: relative; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center; 
    width: 100%; 
    height: 100%;
} 

#mainMenu > li .menuVector svg  { 
    width: 13px; 
    height: 13px; 
    margin-right: 5px; 
    vertical-align: middle;
} 

.subMenu li a  { 
    font-weight: 700; 
    font-size: 11px; 
    text-transform: uppercase; 
    line-height: 44px; 
    color: #666; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center; 
    height: 100%;
} 

 .subMenu li a:hover { 
    background: #f3f3f3;
} 

.subMenu li a.on, .subMenu li a:hover { 
    background: #f3f3f3;
} 

.subMenu li a span  { 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center; 
    height: 100%; 
    padding: 0 12px;
} 


/* These were inline style tags. Uses id+class to override almost everything */
#style-5zv87.style-5zv87 {  
   white-space: nowrap;  
}  
#style-TPvF3.style-TPvF3 {  
   display: none;  
    visibility: visible;  
}  
#style-b7qlq.style-b7qlq {  
   visibility: visible;  
}  
@media (max-width:991px){
    #mainMenu, .headerTools, #menu{
        display: none;
    }
    .menuBtn{
        display: block;
    }
    .menuBtn .burger, .menuBtn span, .menuBtn span::after, .menuBtn span::before{
        background: #000;
    }
    .headerMenu {
        height: 46px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .headerTop {
        height: 46px;
        text-align: center;
        width: auto;
        padding: 0;
        background: transparent;
        border: none;
    }
    .home #header {
        background: #fff;
        border-bottom: 1px solid rgba(0,0,0,.2);
        -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
        box-shadow: 0 1px 6px rgba(0,0,0,.15);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    #header{
        display: flex;
        justify-content: space-between;
        padding: 15px;
    }
}