/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin-ext');

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', Arial;
    color: #333;
    /*font-size: 16px;
    font-weight: 500;*/
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    background-color: #fff;
}

/** header ********************************************************************/

.element-name {
    width: 14px;
    height: 40px;
    transform: skewX(-10deg);
    border-right: 6px solid #e8a711;
}

.header {
    padding: 0 30px;
}

.header-inner {
    max-width: 1200px;
    margin: auto;
    min-height: 100px;
}

.header-top{
    background-color: #c4cad4;
    color: #333333;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    padding: 5px 30px;
}

.header-top-inner {
    max-width: 1200px;
    margin: auto;
}

.header-content{
    padding: 15px 0;
}

#header-content-right-mobile{
    display: none;
}

#header-mobile-navigation{
    display: none;
}

.header-logo{
    max-width: 200px;
}

.header-box-table{
    display: table;
}

.header-box-table-col{
    display: table-cell;
    vertical-align: middle;
}

.header-box-table-col .divider{
    margin: 0 15px;
    width: 1px;
    height: 40px; 
    background-color: #333;  
}

.header-box-table-col .divider-menu{
    margin: 0 10px;
    width: 2px;
    height: 16px;   
}

.header-box-table-col .divider-top{
    margin: 0 15px;
    width: 1px;
    height: 20px; 
    background-color: transparent;  
}

.header-box-table-col .info-text-title{
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;    
}

.header-box-table-col .info-text-description{
    font-size: 13px;
    line-height: 15px; 
    font-weight: 500;   
}

.header-box-table-col .call-center-text-title{
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;   
}

.header-box-table-col .call-center-text-description{
    font-size: 18px;
    line-height: 20px; 
    font-weight: 500; 
    color: #FDBC11;   
}

.header-box-table-col .call-center-text-description-phone{
    font-weight: 900;  
}

.header-box-table-col .icon{
    max-width: 30px;
    margin-right: 0;   
}

.header-box-table-col .icon-phone{
    max-width: 15px;  
} 

.header-box-table-col .icon-last{
    max-width: 30px; 
}

.header-box-table-col .icon-top{
    max-height: 15px;
    margin-right: 5px;   
}

.header-box-table-col .icon-brand{
    max-height: 60px;  
}

.header-box-table-col .nk-button {
    width: 98px;
}

.header-box-divider{
    height: 15px;
    clear: both;
}

.header-box-table .benefits {
    position: relative;
    cursor: default;
}

.header-box-table .benefits .benefits-dropdown {
    position: absolute;
    background-color: #c4cad4;
    color: #333;
    width: 200px;
    z-index: 99999;
    left: -20px;
    font-size: 13px !important;
    display: none;
    transition: 0.4s ease-in;
}

.header-box-table .benefits:hover .benefits-dropdown {
    display: block;
}

.header-box-table .benefits .benefits-dropdown a {
    color: #333;
    font-size: 13px;
}

.header-box-table .benefits .benefits-dropdown .benefit-link {
    padding: 2px 20px;
}

.header-box-table .benefits .benefits-dropdown .benefit-link:hover {
    color: #000;
}


.header-menu a, .header-menu-active a {
    font-weight: 500;
    color: #333 !important;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    text-transform: uppercase;
    font-size: 16px !important;
    position: relative;
}

.header-menu .header-menu-title{
    background-color: transparent;
    padding: 5px 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-10deg);
    border-left: 1px solid #333;
}

.header-menu .header-menu-title:hover{
    background-color: #333;
    color: #ffffff !important;
}

.header-menu .header-menu-title-link{
    transform: skewX(10deg);
}

.header-menu-active .header-menu-title{
    background-color: #333;
    color: #ffffff !important;
    padding: 5px 15px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    transform: skewX(-10deg);
    border-left: 1px solid #333;
}

.header-menu-active .header-menu-title-link{
    transform: skewX(10deg);
}

/*
.header-menu-active a {
    font-weight: 500;
    color: #FFBD04 !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 500;
}
*/

/* Style the dropdown content (hidden by default) */
.header-menu-dropdown-content {
  display: none;
  position: absolute;
  /*background-color: #f9f9f9;*/
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 9999;
  padding-top: 10px;
  background-image: url('../images/header-menu-arrow-top.png');
  background-repeat: no-repeat;
  background-position: top left;
  transform: none;
}

.header-menu-dropdown-content:hover ~ a .header-menu-title{
    background-color: #333 !important;
    color: #ffffff !important;
}

/* Style the links inside the dropdown */
.header-menu-dropdown-content a {
    float: none;
    color: #fff !important;
    padding: 6px 15px !important;
    text-decoration: none;
    display: block;
    text-align: left;
    background-color: #333;
    font-size: 16px !important;
    font-weight: 300;
    border-bottom: 1px solid #666;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: none;
}
/* Add a grey background to dropdown links on hover */
.header-menu-dropdown-content a:hover {
  background-color: #4D4D4D;
  font-size: 16px !important;
  font-weight: 300;
  border-bottom: 1px solid #666;
  color: #fff !important;

  -moz-box-shadow:    inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow:         inset 0 0 10px #000000;

}

.header-menu-dropdown-content a:last-child {
  border-bottom: 0px solid #A87400 !important;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.header-menu:hover .header-menu-dropdown-content, .header-menu-active:hover .header-menu-dropdown-content {
  display: block;
}

.header-top-menu a {
    color: #333 !important;
    font-size: 13px !important;
    /*border-bottom: 1px solid transparent;*/
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 500;
}

.header-top-menu a:hover { 
    font-weight: 500;
    /*border-bottom: 1px solid #333;*/
}

.header-top-language{
}

.header-top-language img{
    max-height: 16px;
    padding-left: 10px;
    opacity: 0.5;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; 
}

.header-top-language img:hover{
    opacity: 1;
}

.header-top-language .active{
    opacity: 1;
}

/*
.header-search-input{
    border-radius: 3px !important;
    color: #333;
    border: 1px solid #999;
    height: 30px;
    width: 220px !important;
    padding: 0 5px;
    font-size: 12px;
}

.header-search-btn{
    border-radius: 3px !important;
    color: #333;
    font-size: 12px;
    border: 1px solid #999;
    height: 30px;
    line-height: 15px;
    margin-left: 3px;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.header-search-btn:hover{
    color: #333;
    background-color: #FDBC11;
    border: 1px solid #FDBC11;
}
*/

.header-collapse-mobile{
    display: none;
    background-color: #F2F2F4;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;    
}

.header-collapse-mobile .name{
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 500;
    padding-top: 10px;    
}

.header-collapse-mobile .arrow-collapse-top {
    max-height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.header-collapse-mobile .arrow-collapse-top img {
    max-height: 30px;
}

.header-collapse-mobile .arrow-collapse-top-active {
    max-height: 30px;
    cursor: pointer;
}

.header-collapse-mobile .arrow-collapse-top-active img {
    max-height: 30px;
}

.header-collapse-mobile .icon-phone {
    max-width: 15px;
}

.header-collapse-mobile .call-center-text-description {
    font-size: 18px !important;
    line-height: 20px;
    font-weight: 500;
    color: #FDBC11;
}

.header-collapse-mobile .call-center-text-description-phone {
    font-weight: 900;
}

.header-collapse-mobile .choose-language{
    text-transform: uppercase; 
    font-weight: 400; 
    font-size: 16px;  
    padding-bottom: 10px;
}

.header-collapse-mobile .language{
    font-size: 24px !important;
    line-height: 26px;
    font-weight: 600;
    color: #FDBC11;    
}

.header-collapse-mobile .language a{
    font-size: 24px !important;
    line-height: 26px;
    font-weight: 600;
    color: #FDBC11;    
}

.header-collapse-mobile .language-active{
    border-bottom: 1px solid #fdbc11;
}



/** end header ****************************************************************/


/** content *******************************************************************/
.content {
    padding: 0 30px;
    background-color: #fff;
}

.content-inner {
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
}

.content-inner-new {
    max-width: 1200px;
    margin: 50px auto;
    min-height: 100px;
}

.content-inner-dobro {
    background-image: linear-gradient(#01659B, #20285A);
    color: #fff;
    text-align: center;
}

.content-inner-image {
    padding: 0;
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover; 
}

.content-inner-image .box-black{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 60px;
    /*border-top: 5px solid #FDBC11; */
    line-height: 22px;
    height: 100%;
    color: #fff;
    max-width: 700px;
    margin: 0 0 0 auto;
}

.content-inner-image .box-black .title{
    color: #fff;
    font-size: 44px;
    line-height: 46px;
    font-weight: 500;    
}

.video-content-gray {
    background-color: #c3c9d3;
}

.content-gray {
    background-color: #F0F0F0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.content-dark-gray {
    background-color: #333;
}

.content-inner-gray {
    background-color: #F0F0F0 /*#F9F9F9*/;
}

.content-gray .box-white{
    background-color: #fff;
    padding: 20px;
    border-top: 5px solid #FDBC11;
    line-height: 22px;
    height: 100%;
    color: #666;
}

.content-gray .box-white .title{
    font-size: 20px;
    line-height: 22px;
    font-weight: 500; 
}

.content-yellow {
    background-color: #cccccc;
}

.content-yellow-bg{
    background-position: bottom right;
    background-size: contain; 
    background-repeat: no-repeat;   
}

.content-yellow .title{
    font-size: 30px;
    line-height: 26px;
    font-weight: 400;
}

.content-yellow .title-divider{
    width: 100px;
    height: 5px;
    background-color: #FCBB11;
    margin: 10px 0 20px 0;       
}

.content-yellow .text{
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    color: #333;      
}

.content-yellow .box-img{
    position: relative; 
    min-height: 550px;    
}

.content-yellow .box-img-inner{
    position: absolute; 
    bottom: -30px; 
    right: -65px;   
}

.content-black {
    background-color: #282F39;
    color: #fff;
}

.content-black .badge-img {
    position: absolute;
    top: -80px;
    max-width: 75%;
    right: 0;
}

.content-inner-blank {
    padding: 30px 0; 
    min-height: 0;
}

.content-gray-contact {
    background-color: #F0F0F0;
    padding-top: 30px;
    padding-bottom: 40px;
}

.content-inner-masterclass {
    background-color: #F8EEEC;
}

.content-inner-masterclass-image {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 !important; 
    /*position: relative;*/
}

.content-inner-masterclass-image .image{
    width: 100%;
}

.content-inner-masterclass-image .text{
    position: absolute;
    top: 30px;
    right: 80px;
    width: 40%;
}

.content-inner-masterclass-image .text .title{
    color: #734334; 
    font-size: 40px;
    line-height: 42px;
    font-weight: 300; 
}

.content-inner-masterclass .page-title{
    color: #FDBC11; 
    font-size: 44px;
    line-height: 56px;
    font-weight: 500;      
}

.page-cover {
    color: #fff;
    font-size: clamp(4rem, 8vw, 10rem);
    line-height: clamp(2.5rem, 5vw, 6rem);
    font-weight: 700;
    text-transform: uppercase;
}

.page-title{
    color: #000000;
    font-size: 44px;
    line-height: 56px;
    font-weight: 500;        
}

.page-title-line{
    display: flex;
    align-items: center;
    justify-content: center;     
}

.page-title-line .title{
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
    padding: 0 20px;  
    color: #000;     
}

.page-title-line .line{
    background-color: #000;
    width: 40px;
    height: 1px;       
}

.page-title-line .line-white{
    background-color: #fff;     
}

.page-title-dobro{
    color: #13265F; 
    font-size: 44px;
    line-height: 56px;
    font-weight: 500;      
}

.page-title-yellow{
    color: #FDBC11; 
    font-size: 44px;
    line-height: 56px;
    font-weight: 500;      
}

.page-text{
    font-weight: 300;
    font-size: 16px;
    line-height: 24px; 
    color: #666666;       
}

.page-text-700{ 
    margin: 0 auto; 
    max-width: 700px;       
}

.page-description-500{
    margin: 0 auto; 
    max-width: 500px; 
    font-weight: 500; 
    font-size: 20px;
    line-height: 24px;
    color: #666;   
}

.page-title-divider{
    width: 100px;
    height: 5px;
    background-color: #FDBC11;
    margin: 15px 0 30px 0;       
}

.page-title-divider-center{
    width: 100px;
    height: 5px;
    background-color: #FDBC11;
    margin: 15px auto 30px auto;       
}

.page-image{
    height: 500px;
    background-color: #999;
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover; 
    position: relative; 
}

.page-image-title{
    position: absolute;
    bottom: 0; 
    width: 100%;
}

.page-image-title-inner{
    margin: 0 auto;
    max-width: 1200px;
    color: #fff;
    padding: 0 80px;
}

.page-image-title-inner .text{
    font-size: 100px;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
    border-left: 60px solid #fff;
    padding-left: 30px;
}

.page-image-title-inner .text-white{
    border-left-color: #fff !important;
}

.page-image-title-inner .text-yellow{
    border-left-color: #FDD20A !important;
    color: #FDD20A !important;
}

.page-this-is-this-badge{
    max-height: 100px;
}

.page-this-id-dis-image{
    max-width: 500px;
    float: right; 
    padding: 0 0 10px 30px;
}

.page-this-is-dis-nav li{
    background-color: unset;   
} 

.page-this-is-dis-nav a{
    color: #999 !important;
    font-size: 20px !important;
    line-height: 22px !important;
    text-transform: uppercase;    
} 

.page-this-is-dis-nav a:hover{
    color: #333 !important;
    background-color: #eee;    
} 

.page-this-is-this-suppliers .box-gray{
    background-color: #F0F0F0;
    padding: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.page-this-is-this-suppliers .box-gray a{
    font-size: 20px;
    line-height: 22px;
    color: #666;
    font-weight: 500;
    text-decoration: underline;
}

.page-this-is-this-suppliers .box-gray-image{
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover;     
} 

.page-this-is-this-suppliers .box-gray-image div{
    padding-bottom: 60%;     
}  


/* slider main  */
.slider-main-box{
    position: relative;
}

.slider-main-box:hover .arrow-left, .slider-main-box:hover .arrow-right{
    visibility: visible;
    opacity: 1;
}

.slider-main {
    height: 100% !important;
    overflow: hidden;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);*/
}

.slider-main .item {
    /*height: 60%;/*710px;*/
    height: 710px;
    background-color: #333;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slider-main .item .text-box {
    margin: 0 auto;
    width: 100%; 
    max-width: 1200px; 
    padding: 0 80px;
    position: relative;
    height: 100%;
    display: table;
}

.slider-main .item .text-box-inner { 
    display: table-cell;
    vertical-align: middle;
}

.slider-main .item .text-box-content { 
    max-width: 500px; 
    background-color: rgba(0,0,0, 0.6);
    border-left: 10px solid #FDBC11;
    padding: 30px;
    float: left;
}

.slider-main-date { 
    font-size: 13px;
    color: #FDBC11;
}

.slider-main-title { 
    font-size: 30px;
    line-height: 32px;
    color: #FFFFFF;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
}

.slider-main-description{ 
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 300;
}

.slider-main-btn {
    background-color: #FDBC11;
    color: #333;
    font-size: 16px;
    font-weight: 500; 
    text-transform: uppercase; 
    padding: 10px 20px; 
    border: 1px solid #FDBC11;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

.slider-main-btn:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.slider-main-box .arrow-left{
    position: absolute;
    top: 175px;
    left: 30px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;  
}
.slider-main-box .arrow-left img{
    max-height: 50px;
    cursor: pointer;
}

.slider-main-box .arrow-right{
    position: absolute;
    top: 175px;
    right: 30px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; 
}
.slider-main-box .arrow-right img{
    max-height: 50px;
    cursor: pointer;
}

/** end slider home **/

/* slider  liflet home */
.slider-liflet{
    z-index: 998;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

.slider-liflet{
    position: relative;   
}

.slider-liflet.home{  
    margin-top: -80px; 
}

.slider-liflet .arrow-left{
    position: absolute; 
    top: 130px; 
    left:-50px;
    z-index: 999;
}
.slider-liflet .arrow-left img{
    max-height: 40px;
    cursor: pointer;
    background-color: #fff;
    /*border: 1px solid #CCCCCC;*/
    border-radius: 40px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.slider-liflet .arrow-right{
    position: absolute; 
    top: 130px; 
    right:-50px;
    z-index: 999;
}
.slider-liflet .arrow-right img{
    max-height: 40px;
    cursor: pointer;
    background-color: #fff;
    /*border: 1px solid #CCCCCC;*/
    border-radius: 40px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.slider-liflet-box{
    background-color: #e1e4e9;
}

.slider-liflet-box .title{
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
    height: 32px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    max-width: 130px;
}

.slider-liflet-box .image{
    width: 100%;
    padding-bottom: 103%;
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover;
    margin-bottom: 10px; 
}

.slider-liflet-box .date{
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    color: #000;
    text-align: center;
    height: 25px;
    overflow: hidden;
}

.slider-liflet-box .date-divider{
    margin: 10px auto 8px auto;
    height: 1px;
    max-width: 30px;
    background-color: #000;
}

/* end slider  liflet home */

/*
.liflet-box{
    position: relative;   
    margin-top: -50px; 
}

.liflet-box .arrow-left{
    position: absolute; 
    top: 30px; 
    left:-60px
}
.liflet-box .arrow-left img{
    max-height: 170px;
    cursor: pointer;
}

.liflet-box .arrow-right{
    position: absolute; 
    top: 30px; 
    right:-60px
}
.liflet-box .arrow-right img{
    max-height: 170px;
    cursor: pointer;
}
*/

/* slider video home */
.slider-video{
    z-index: 998;
    /*padding: 10px;*/
    position: relative;   
}

.slider-video .arrow-left{
    position: absolute; 
    top: 130px; 
    left:-50px;
    z-index: 999;
}
.slider-video .arrow-left img{
    max-height: 40px;
    cursor: pointer;
    background-color: #fff;
    /*border: 1px solid #CCCCCC;*/
    border-radius: 40px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.slider-video .arrow-right{
    position: absolute; 
    top: 130px; 
    right:-50px;
    z-index: 999;
    
}
.slider-video .arrow-right img{
    max-height: 40px;
    cursor: pointer;
    background-color: #fff;
    /*border: 1px solid #CCCCCC;*/
    border-radius: 40px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.slider-video-box{
    background-color: #FFFFFF;
    padding: 10px;
    /*box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);*/
}

.slider-video-box .title{
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
    height: 18px;
    overflow: hidden;
}

.slider-video-box .image{
    width: 100%;
    padding-bottom: 56%;
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover;
    margin-bottom: 10px; 
}

.superdis-video-title {
    color: white !important;
}

/* nedeljna akcija home */
.nedeljna-akcija-box{
    margin: 60px 0 30px 0;
    position: relative;
}

.nedeljna-akcija-box .date{
    font-size: 13px;
    line-height: 13px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    background-color: #ffbf00;
    padding: 5px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 auto;
}

.nedeljna-akcija-box .arrow-left{
    position: absolute; 
    left:-50px;
    z-index: 999;
}
.nedeljna-akcija-box .arrow-left img{
    max-height: 40px;
    cursor: pointer;
    background-color: #fff;
    /*border: 1px solid #CCCCCC;*/
    border-radius: 40px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.nedeljna-akcija-box .arrow-right{
    position: absolute; 
    right:-50px;
    z-index: 999;
}
.nedeljna-akcija-box .arrow-right img{
    max-height: 40px;
    cursor: pointer;
    background-color: #fff;
    /*border: 1px solid #CCCCCC;*/
    border-radius: 40px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
/*
.nedeljna-akcija-box .arrow-left{
    position: absolute; 
    padding-top: 128px; 
    left:-65px;
    border: 1px solid #CCCCCC;
    height: calc(100% - 40px); 
    border-radius: 2px;
    cursor: pointer;
}
.nedeljna-akcija-box .arrow-left img{
    max-height: 50px;
}

.nedeljna-akcija-box .arrow-right{
    position: absolute; 
    padding-top: 128px;
    right:-65px;
    border: 1px solid #CCCCCC;
    height: calc(100% - 40px); 
    border-radius: 2px;
    cursor: pointer;
}
.nedeljna-akcija-box .arrow-right img{
    max-height: 50px;
}
*/

.nedeljna-akcija-box .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;        
    margin: 5px 7px;
    background: #fff;/*#FFF141*/
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #CCCCCC;
}

.nedeljna-akcija-box .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #ffbf00;
    border: none;   
}

.nedeljna-akcija-box .products{
    position: relative;
}

/*
.nedeljna-akcija-box .item-box{
    background-color: #fff;
    border: 1px solid #BDC1C6;
    padding: 30px 15px 30px 15px;
    position: relative;
}

.nedeljna-akcija-box .item-box-category{
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #FDBC11;
    border-radius: 5px;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    padding: 5px 10px; 
    text-transform: uppercase;
    z-index: 99;
    font-weight: 500;   
}

.nedeljna-akcija-box .item-box-image{
    background-size: contain;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 ;
    position: relative;
    z-index: 88; 
}

.nedeljna-akcija-box .item-box-price{
    position: absolute;
    bottom: -15px;
    right: 0;
    text-align: right;
}

.nedeljna-akcija-box .item-box-price .price{
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 32px;
    background-color: #DA0000;
    padding: 5px 10px 7px 15px;
    border-radius: 3px;
}

.nedeljna-akcija-box .item-box-price .price-our-card{
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
    background-color: #603266;
    padding: 5px 10px 7px 15px;
    border-radius: 3px;
}

.nedeljna-akcija-box .item-box-price .price .decimal, .nedeljna-akcija-box .item-box-price .price-our-card .decimal{
    font-size: 12px;
    vertical-align: super;
}

.nedeljna-akcija-box .item-box-price .price-old{
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    background-color: #FFDD00;
    color: #333;
    padding: 3px 5px;
    border-radius: 3px;
    text-decoration: line-through;
    text-decoration-color: #FF0000;
    display: inline-block;
}

.nedeljna-akcija-box .item-box-price .decimal-old{
    font-size: 10px;
    vertical-align:super;
    font-weight: 700;
}

.nedeljna-akcija-box .item-box-name{
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-align: left;
    font-weight: 600;  
    height: 40px;
    overflow: hidden; 
    padding-right: 80px; 
    padding-left: 6px;
}

.nedeljna-akcija-box .item-box-name-element{
    position: absolute;
    left: 0;
    top: 33px;
    width: 18px;
    height: 14px;
    background-color: #FFDD00;
}

.nedeljna-akcija-box .item-box-sljive{
    position: absolute;
    right: 10px;
    top: 33px;
    width: 76px;
    height: 60px;
    z-index: 99;
    background-image: url(../images/bg-sljive.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: center;
    padding: 15px 15px 0 0;
    color: #FFDD00;
    font-size: 28px;
    font-weight: 900;
    cursor: pointer;
    opacity: 1;
}


.nedeljna-akcija-box .item-box-sljive .tooltip {
  visibility: hidden;
  width: 190px;
  background-color: #613366;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  border-radius: 3px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 105%;
  opacity: 1;
}

.nedeljna-akcija-box .item-box-sljive .tooltip::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%; 
  margin-top: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #613366;
}

.nedeljna-akcija-box .item-box-sljive:hover .tooltip {
  visibility: visible;
}
*/

/* end nedeljna akcija home */

/* items */
.item-box{
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 30px 15px 30px 15px;
    position: relative;
}

.item-box .category{
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #FDBC11;
    border-radius: 5px;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    padding: 5px 10px; 
    text-transform: uppercase;
    z-index: 99;
    font-weight: 500;   
}

.item-box .image{
    background-size: contain;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 /*15px*/;
    position: relative;
    z-index: 88; 
}

.item-box .price-box{
    position: absolute;
    bottom: -15px;
    right: 0;
    text-align: right;
}

.item-box .price-box .price{
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    line-height: 36px;
    background-color: #b6231c;
    padding: 3px 10px 5px 10px;
    border-radius: 1px;
    transform: skewX(-10deg);
}

.item-box .price-box .value{
    transform: skewX(10deg);
}

.item-box .price-box .price-our-card{
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    line-height: 36px;
    background-color: #603266;
    padding: 3px 10px 5px 10px;
    border-radius: 1px;
    transform: skewX(-10deg);
}

.item-box .price-box .price .decimal, .item-box .price-box .price-our-card .decimal{
    font-size: 18px;
    vertical-align: super;
}

.item-box .price-box .price-old{
    font-size: 22px;
    font-weight: 500;
    line-height: 18px;
    background-color: #ffbf00;
    color: #333;
    padding: 3px 8px;
    border-radius: 1px;
    text-decoration: line-through;
    text-decoration-color: #FF0000;
    display: inline-block;
    transform: skewX(-10deg);
}

.item-box .price-box .price-old-our-card{
    font-size: 22px;
    font-weight: 500;
    line-height: 18px;
    background-color: #c2d500;
    color: #333;
    padding: 3px 8px;
    border-radius: 1px;
    text-decoration: line-through;
    text-decoration-color: #FF0000;
    display: inline-block;
    transform: skewX(-10deg);
}

.item-box .price-box .price-old .value{
    transform: skewX(10deg);
}

.item-box .price-box .decimal-old{
    font-size: 14px;
    vertical-align:super;
    font-weight: 700;
}

.item-box .name{
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-align: left;
    font-weight: 600;  
    height: 40px;
    overflow: hidden; 
    padding-right: 80px; 
    padding-left: 6px;
}

.item-box .name-element {
    position: absolute;
    left: 0;
    top: 30px;
    width: 14px;
    height: 20px;
    transform: skewX(-10deg);
    border-right: 3px solid #e8a711;
}
/*
.item-box .name-element{
    position: absolute;
    left: 0;
    top: 33px;
    width: 18px;
    height: 14px;
    background-color: #FFDD00;
}
*/

.item-box .sljive, .item-box .sljiva{
    position: absolute;
    right: 10px;
    top: 33px;
    width: 76px;
    height: 60px;
    z-index: 99;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: center;
    padding: 15px 15px 0 0;
    color: #FFDD00;
    font-size: 28px;
    font-weight: 900;
    cursor: pointer;
    opacity: 1;
}

.item-box .sljive{
    background-image: url(../images/bg-sljive.png);
}

.item-box .sljiva{
    background-image: url(../images/bg-sljiva.png);
}


.item-box .sljive .tooltip, .item-box .sljiva .tooltip {
  visibility: hidden;
  width: 190px;
  background-color: #613366;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  border-radius: 3px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 105%;
  opacity: 1;
}

.item-box .sljive .tooltip::after, .item-box .sljiva .tooltip::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%; /* To the right of the tooltip */
  margin-top: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #613366;
}

.item-box .sljive:hover .tooltip, .item-box .sljiva:hover .tooltip {
  visibility: visible;
}

/* end items */


/* banner box */
.banner-box{}

.banner-box-1-1{
    width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;    
}

.banner-box-2-1{
    width: 100%;
    width: 100%;
    padding-bottom: calc(50% - 8px);

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;    
}

.banner-box-period{
    font-size: 12px;
    font-weight: 500;
    color:#000;
    padding: 5px 10px;
    position: absolute;
    left: 10px;
    bottom: 15px;
}

.banner-box-period .title{
    background-color: #fff;
    padding: 3px 5px 3px 10px;
    display: inline-block;
}

.banner-box-period .date{
    background-color: #FFDD00;
    padding: 3px 10px 3px 5px;
    display: inline-block;
}

.banner-box-description{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 5px 10px;
    position: absolute;
    left: 10px;
    bottom: 15px;
}
/* end banner box */

/* plums */
.plums-section{        
    margin: 100px auto;
    padding: 0 15px;
}

.plums-section-left{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 200px;
}

.plums-section-title{
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.plums-section-content{
    color: #fff;
    background-color: #8E2D79;
    padding-left: 70px;
}

.plums-app-icon{
    margin: 5px 0;
}

.plums-mobile-image{
    position: absolute;
    height: 280px;
    top: -35px;
    right: -80px;
    z-index: 2;
}


/* izdvajamo za vas */
.single-out-title-section{
    padding: 10px 0;;
    border-bottom: 1px solid #000000;
}

.single-out-title-rectangle{
    height: 30px;
    width: 18px;
    background-color: #FFDD00;
    margin-right: 10px; 
}

.single-out-title{
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}

.single-out-banner-big{
    width: 100%;
    padding-bottom: 100%;
}

.single-out-banner-small{
    width: 100%;
    padding-bottom: calc(71.8% - 10px);
}



.single-out-banner-big, .single-out-banner-small, .our-card-banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.single-out-date-box{
    font-size: 12px;
    font-weight: 500;
    color:#000;
    padding: 5px 10px;
    position: absolute;
    left: 10px;
    bottom: 15px;
}

.single-out-date-box .date-left{
    background-color: #fff;
    padding: 3px 5px 3px 10px;
}

.single-out-date-box .date-right{
    background-color: #FFDD00;
    padding: 3px 10px 3px 5px;
}

.single-out-section .our-card-banner{
    padding-bottom: 177.1%;
}

.single-out-section .slider-our-card-arrow-box{
    width: 98%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: absolute;
    top: 50%;
    z-index: 3;
    font-size: 20px;

}

.single-out-section .slider-our-card-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-weight: 300;
}

.single-out-section .our-card-content{
    position: relative;
}

.single-out-section .our-card-banner .btn-box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.single-out-section .btn-our-card{
    background-color: #6F235F;
    color: #fff;
    padding: 5px 20px;
}

/* end izdvajamo za vas */

/* dobro */

.dobro-background {
    /* background-color: #00508A;
    background-image: url('../../assets/images/dobro-background-mountain.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    background: radial-gradient(#046C9D, #0F3153);
}

.dobro-box {
    color: #ffffff;  
    padding: 0 15px;
    position: relative;
}

.dobro-box .bg-logo{
    background-color: #005080;
    padding: 60px;
    border-bottom: 15px solid #c2d500;
}

.dobro-box .bg-products{
    background-color: transparent;
    /*padding: 30px 0 30px 60px;*/
}

.dobro-box .logo img{
    width: 100%;
    padding-bottom: 15px;
}

.dobro-box .dobro-title {
    font-size: clamp(3.6rem, 4vw, 5rem);
    line-height: clamp(3.6rem, 4vw, 5rem);
    font-weight: 700;
    text-transform: uppercase;
}

.dobro-box .text{
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-align: left;
}

.dobro-box .btn-more {
    background-color: #c2d500;
    color: #333;
    font-size: 16px;
    font-weight: 400;  
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    padding: 10px 30px;
}

.dobro-box .btn-more:hover {
    color: #fff;
}

.dobro-box .dobro-baner-img {
    position: absolute;
    top: -133px;
    left: 10%;
}

.dobro-box .products{
    position: relative; 
}

.dobro-box .arrow-left{
    position: absolute; 
    top: 30px; 
    left:-55px
}

.dobro-box .arrow-left img{
    max-height: 50px;
    cursor: pointer;
}

.dobro-box .arrow-right{
    position: absolute; 
    top: 30px; 
    right:-55px
}

.dobro-box .arrow-right img{
    max-height: 50px;
    cursor: pointer;
}

.dobro-box .item-box{
    background-color: #fff;
    padding: 30px 15px 15px 15px;
    position: relative; 
}

.dobro-box .item-box .name{
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-align: left;
    font-weight: 600;  
    height: 40px;
    overflow: hidden; 
    padding-right: 15px; 
    padding-left: 6px;
}

.dobro-box .item-box .name-element{
    position: absolute;
    left: -1px;
    top: 33px;
    width: 18px;
    height: 14px;
    background-color: #0872BF !important;
}

.dobro-box .item-box-category{
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #FDBC11;
    border-radius: 5px;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    padding: 5px 10px; 
    text-transform: uppercase;
    z-index: 99;
    font-weight: 500;   
}

.dobro-box .item-box-image{
    background-size: contain;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 15px;
    position: relative;
    z-index: 88; 
}

.dobro-box  .item-box-name{
    padding-top: 20px;
    font-size: 16px;
    color: #333;
    font-weight: 500;    
}

.dobro-box  .item-box-name .element-name {
    width: 14px;
    height: 20px;
    transform: skewX(-10deg);
    border-right: 3px solid #e8a711;   
}

.dobro-box .item-box-home{
    border-width: 0 !important; 
}

.dobro-box-divider{
    height: 32px;
    background: #A3DAF3;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 12px 10px rgba(0, 0, 0, 0.6);
}

.dobro-box-col{
    margin-bottom: 16px;  
}

#dobro-products-category-desktop{
    display: block;
}

#dobro-products-category-mobile{
    display: none;
}

.text-black {
    color: #000;
}

.dobro-products-category .name-element {
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 20px;
    transform: skewX(-10deg);
    border-right: 3px solid #e8a711;
}

.dobro-products-category .title{
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #666; 
    padding-bottom: 6px;
    /*border-bottom: 3px solid #FDBC11;*/
    margin-bottom: 15px;    
}

.dobro-products-category .category{
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}

.dobro-products-category .category .category-name {
    transform: skew(-10deg);
    display: inline-block;
    color: #333;
    text-transform: capitalize;
}

.dobro-products-category .category .category-name:hover {
    transform: skew(-10deg);
    display: inline-block;
    color: #fff;
    background-color: #333;
}

.dobro-products-category .category .category-name-link {
    transform: skew(10deg);
}
 
.dobro-products-category .category a{
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    padding-bottom: 5px; 
    color: #666;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;   
}

/*
.dobro-products-category .category a:hover{
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    padding-bottom: 5px;
    color: #FDBC11;      
} 
*/

.dobro-products-category .category-active .category-name{
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    padding-bottom: 5px; 
    color: #fff;
    background-color: #333;
    transform: skew(-10deg);
    display: inline-block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;   
}

.dobro-products-category .category-active .category-name-link{
    transform: skew(10deg);  
}

/* .dobro-products-category .category-active a:hover{
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    padding-bottom: 5px;
    color: #FDBC11;      
} */

.dobro-products-category-mobile{
    background-color: #212A5E;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    cursor: pointer;
}

.dobro-products-category-mobile .title{
    padding: 15px;
    text-transform: uppercase;
    position: relative;
}

.dobro-products-category-mobile .title .arrow{
    position: absolute;
    left: 15px;
    top: 13px;
}

.dobro-products-category-mobile .title .arrow img{
    max-height: 20px;
}

#dobro-products-category-collapse-mobile{
    padding: 0 15px 15px 15px;
    text-align: left;
}

#dobro-products-category-collapse-mobile .divider{
    background-color: rgba(255,255,255, 0.3);
    height: 1px;
    margin-bottom: 15px;  
} 

#dobro-products-category-collapse-mobile .category{
    margin-top: 10px;  
}

#dobro-products-category-collapse-mobile .category a{
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    padding-bottom: 10px; 
    color: rgba(255,255,255, 0.7);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;   
}

#dobro-products-category-collapse-mobile .category a:hover{
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    padding-bottom: 10px;
    color: #FDBC11;      
}

#dobro-products-category-collapse-mobile .category-active{
    margin-top: 10px;  
}

#dobro-products-category-collapse-mobile .category-active a{
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    padding-bottom: 10px; 
    color: #FDBC11;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;   
}

#dobro-products-category-collapse-mobile .category-active a:hover{
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    padding-bottom: 10px;
    color: #FDBC11;      
}

/*end dobro/

/* this is dis */
.text-box-gray{
    background-color: #D9DADA;
    padding: 15px;
    height: 100%;
    color: #666;
    line-height: 22px;
}

.text-box-gray .title{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.text-box-blue-dc{
    background-color: #DEE1F0;
    padding: 15px;
    color: #000;
    font-size: 16px;
}

.text-box-blue-dc .title{
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 10px;
    color: #ED1C24;
    font-weight: 500;
}

.text-box-blue-dc .subtitle{
    font-size: 30px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
}

.text-box-blue-dc .divider{
    height: 100%; 
    min-height: 70px; 
    width: 1px; 
    background-color: #000; 
    margin: 0 auto;
}

.text-box-blue-dc .box-image{
    min-width: 220px;    
}

.benefits-background{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.benefits-title{
    color: #9e1c1e;
    font-size: 25px;
    line-height: 28px;
    margin-top: 30px
}

.benefits-page-text{
    font-size: 21px;
}

.benefits-divider{
    background-color: #9e1c1e;
    margin: 50px auto;
}

.benefits-subtitle{
    color: #333333;
    font-size: 21px;
    margin: 0;
}

.benefits-banners-box{
    margin: 40px 0;
}

.benefits-banner{
    position: relative;
    margin-bottom: 15px;
}

.benefits-banner-image{
    width: 100%;
}

.benefits-banner-text-box{
    position: absolute;
    top: 10%;
    left: 28%;
    padding: 0 10px;
    
}

.benefits-banner-title{
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #333333;
    font-weight: 700;
}

.benefits-banner-text{
    font-size: 14px;
    line-height: 19px;
}

/* end this is dis */

/* glasnik */
.glasnik-last{
    background-color: #2B2A29;
    padding: 20px;
} 


.glasnik-last-title-box {  
    padding-bottom: 20px; 
    position: relative;
}

.glasnik-last-title{
    color: #FCBB11;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    overflow: hidden;
    padding: 5px 0;
    /*text-transform: uppercase;*/
} 

.glasnik-last-subtitle{
    color: #fff;
    font-size: 26px;
    line-height: 26px; 
    margin-top: 10px;
    float: left;
}

.glasnik-last-arrow-right-img{
    width: 50px;
    float: right;
    margin-left: 10px;
}
/*
.glasnik-last-arrow-right-img{
    width: 50px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
*/

.glasnik-last-img{
    width: 100%;
    margin: 15px auto;
}

.glasnik-white-divider{
    height: 1px;
    background-color: #fff;
}

.glasnik-last-footer{
    color: #fff;
    margin-top: 20px; 
}


.glasnik-last-bold{
    font-weight: 700;
    
}

.glasnik-last-icon-pdf{
    height: 30px;
    float: right;
    
}

.glasnik-old-box{
    background-color: #2B2A29;
    padding: 5px;
    font-size: 14px;
    margin-bottom: 16px;
}


.glasnik-old-image{
    width: 100%;
}

.glasnik-old-content{
    padding: 5px;
    color: #fff;
}

.glasnik-old-icon-pdf{
    width: 30px;
    float: left;
    margin-right: 5px;
}

.glasnik-old-desc{
    font-size: 11px;
}
/* end glasnik */

/* news */
.news-box{
    border-radius: 3px; 
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1);
    padding: 25px;   
}

.news-box .title, .recipe-title{
    font-size: 24px;
    line-height: 26px;
    font-weight: 500; 
}

.news-box .recipe-title .element-name{
    width: 14px;
    height: 20px;
    transform: skewX(-10deg);
    border-right: 3px solid #e8a711;
    margin-top: 2px; 
}

.news-box .time-preparation .stopwatch{
    width: 30px;
}

.news-box .time-preparation small{
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}

.news-image {
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover;  
    padding-bottom: 40%;
    background-color: #999;  
}

.news-image-other {
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover;  
    padding-bottom: 80%;
    background-color: #999;  
}

.news-image-other-suprdis {
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover;  
    padding-bottom: 45%;
    background-color: #999;  
}

.news-box .date, .page-title .date{
    color: #FFC204;
    font-size: 14px;
    font-weight: 400;                                           
    padding-left: 10px;   
}

.news-box .text{
    color: #404041;
    font-size: 16px;
    line-height: 26px;    
}

.news-box .button{
    background-color: #404041;
    color: #fff;
    border-radius: 10px;
    padding: 8px 30px;
    font-size: 14px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; 
}

.news-box .button:hover{
    background-color: #fff;
    color: #404041;
    border: 1px solid #999;
}

.news-box-last{
    border-radius: 10px; 
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.news-box-last .name{
    color: #FFC204; 
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 10px;  
}

.news-box-last-title-divider{
    height: 1px;
    background-color: #CCCCCC;
    margin: 15px 0;
}

.news-last-other{
    height:100%;
    /*padding-bottom: 15px;*/
    position: relative;
}

.news-box-last .title, .news-last-other .title{
    color: #404041; 
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    cursor: pointer;  
}

.news-box-last .button, .news-last-other .button{
    background-color: #404041;
    color: #fff;
    border-radius: 5px;
    padding: 3px 12px;
    font-size: 12px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;   
}

.news-box-last .button:hover, .news-last-other .button:hover{
    background-color: #fff;
    color: #404041;
    border: 1px solid #999;
}

.news-box-calendar{
    height: 16px;
    margin-right: 5px;
}

.page-title .news-box-calendar{
    height: 24px;
    margin-right: 5px;
}

.news-box-last .date, .news-last-other .date{
    color: #FFC204;
    font-size: 12px;
    font-weight: 400;    
}
/* end news */


/* blog */

.blog-top-box .blog-top-name {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-top-box .blog-top-name .element-name {
    width: 14px;
    height: 20px;
    transform: skewX(-10deg);
    border-right: 3px solid #e8a711;
}

.blog-top-box .blog-top-item {
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1);
}

.blog-top-box .blog-top-item .title{
    font-size: 18px;
    font-weight: 500;
}

.blog-top-box .blog-top-item .button {
    background-color: #e8a711;
}

.blog-top-box .blog-top-item .button:hover {
    background-color: #e0c82c;
}

.blog-top-box .blog-top-item .blog-top-image {
    background-repeat: no-repeat !important;
    background-position: center center;
    background-size: cover;
    padding-bottom: 60%;
    background-color: #999;
}

.blog-top-category {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}






.blog-navigation{
    text-align: center;
}

.blog-navigation .link{
    display: inline-block;
    color: #000000;
    font-size: 18px;
    padding: 5px 10px;
    margin: 0 15px 15px 0;
    font-weight: 400;
    text-transform: uppercase;
}

.blog-navigation .link .category {
    padding: 5px 10px;
    transform: skew(-10deg);
    transition: 0.2s;
}

.blog-navigation .link .category:hover {
    transform: skew(-10deg);
    color: #fff;
    background-color: #333;
}

.blog-navigation .link .category-link {
    transform: skew(10deg);
}

.blog-navigation .link.active .category{
    display: inline-block;
    background-color:#333;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    margin: 0 15px 15px 0;
    font-weight: 400;
    text-transform: uppercase;
    transform: skew(-10deg);
}

.blog-navigation .link.active .category-link{
    transform: skew(10deg);
}

.btn-blog{
    background-color:#e8a711;
    color: #000000;
    padding: 5px 30px;
    transition: all 0.4s;
}

.btn-blog:hover{
    background-color:#e0c82c;
}

.blog-content{
    box-shadow: 0 0 5px rgba(0,0, 0, 0.2);
}

.blog-content .blog-image {
    width: 100%;
}   

.blog-content .blog-title{
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    color: #CE171F;
}

.blog-content .blog-text{
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.blog-content .blog-category {
    font-size: 14px;
    font-weight: 500;
}

/*home blog section*/

.blog-home-content{
    padding: 30px 0;
}

.blog-home-box{
    background: #fff;
    box-shadow: 0 0 5px rgba(151,122, 31, 0.2);
    border-radius: 2px;
    padding: 25px 25px 70px 25px;
    position: relative;
}

.blog-home-box .blog-home-title{
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    color: #CE171F;
}

.blog-home-box .blog-home-image {
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover;  
    padding-bottom: 65%;
    background-color: #999; 
}

.blog-home-box .blog-home-text {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
}

.blog-home-box .blog-home-footer{
    position: absolute;
    bottom: 5px;
    width: 86%;
}

.blog-home-box .blog-home-category{
    font-size: 11px;
    color: #CCCCCC;
}

.blog-home-category a{
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px !important;
}

.blog-home-category a:hover{
    text-decoration: underline;
}

/*home blog section*/
/* end blog */


/* job */

.job-competition .job-box{
    cursor: pointer;
}

.job-competition .title{
    font-size: 18px;
    color: #666666;
    font-weight: 500;
    line-height: 24px;
}
.job-competition .divider-yellow{
    height: 4px;
    background-color: #FCBB11;
    margin: 5px 0;
}

.job-competition .job-divider{
    height: 1px;
    background-color: #666666;;
    margin: 8px 0;
}

.job-competition .job-date{
    font-size: 12px;
    color: #FCBB11;
    line-height: 14px;
}

.job-name{
    color: #666666;
    font-size: 16px;
    line-height: 16px;
    margin: 4px 0;
}

.job-competition .arrow-right{ 
    width: 30px;
    float: right;
    margin-left: 10px;
}

/*
.title-yellow{
    color: #FCBB11;
    font-size: 38px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 50px;
}
*/

.our-values-circle{
    background-color: #FFBD04;
    border-radius: 50%; 
    width: 200px;
    height: 200px; 
    margin: 0 auto; 
    padding-top: 35px;
    margin-bottom: 30px;
}

.our-values-circle:hover{
    background-color: #FFCC00;
}

.our-values-box{
    background-color: #D9DADA;
    padding: 15px;
    margin-bottom: 15px;  
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;      
}

.our-values-box:hover{
    background-color: #EEEEEE;
    /*text-decoration: underline;*/
    cursor: pointer;
}

.our-values-box-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #666666;
    text-transform: uppercase;
}

.our-values-image{
    margin: 0px auto;
}

.our-values-more{
    margin-top: 40px;
    font-size: 18px;
    color: #666666;
}

.job-registration-box{
    background-color: #666666;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    padding: 30px 20px;
    cursor: pointer;
    margin: 0
}

.job-registration-box .title{
    color: #FCBB11;
    font-size: 40px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 10px;
}

.job-registration-text{
    margin-bottom: 30px;
}

.job-registration-box .arrow-right{
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: right;
    height: 80px;
}

.job-applicatios-title{
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #666; 
    padding-bottom: 10px;   
}

.job-applicatios-title .number{
    background-color: #FDBC11;
    color: #000; 
    width: 20px;
    height: 20px;
    border-radius: 15px;
    text-align: center; 
    font-size: 13px;
    float: left; 
    margin-right: 6px;  
}

.job-applicatios-box{
    padding: 20px;
    background-color: #FDBC11;
}

.job-applicatios-box .form-group{
    margin-bottom: 5px;
}

.job-applicatios-box .form-control-custom {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.9;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #fff;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.job-applicatios-box label {
    padding-bottom: 1px;
    font-size: 14px;
}

.job-applicatios-box .label-description {
    font-size: 10px;
    top: -5px;
}

.job-applicatios-box .required-filed {
    color: #c00;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px; 
}

.job-applicatios-box .btn-download {
    font-size: 11px;
    background-color: #fff;
    color: #333;
    border-radius: 3px;
    padding: 10px 25px;
}

.job-applicatios-box .btn-send {
    font-size: 14px;
    background-color: #222;
    color: #fff;
    border-radius: 3px;
    padding: 8px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.job-applicatios-box .btn-send:hover {
    background-color: #444;
}

.job-applicatios-box .label-download{
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    /*filter: alpha(opacity=0); */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity:0;
    background-color:transparent;
    color:transparent;
    height: 40px;
    cursor: pointer;
}

.job-applicatios-box .label-download-info {
    font-size: 12px; 
    line-height: 14px;
    background-color: #333;
    color: #fff;   
}

.job-applicatios-box .job-divider {
    height: 1px;
    background-color:#333;
    margin: 5px 0 10px 0;
}

.job-help-block{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    background-color: #c00;
    padding: 1px 4px;
}

.job-form-error-message{
    background-color: #c00;
    padding: 10px 15px; 
    color: #fff;
    margin-bottom: 30px;   
}

.job-form-error-message p{
    margin-bottom: 0;   
}

.job-applicatios-box .radio, .contact-box .radio{
    display: inline-block;
    position: relative;
    padding-left: 30px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 14px !important;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* Hide the browser's default radio button */
.job-applicatios-box .radio input, .contact-box .radio input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.job-applicatios-box .checkround{

    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FDBC11 ;
    border-color:#333;
    border-style:solid;
    border-width:1px;
    border-radius: 50%;
}

.contact-box .checkround{

    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-color:#333;
    border-style:solid;
    border-width:1px;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.job-applicatios-box .radio input:checked ~ .checkround, .contact-box .radio input:checked ~ .checkround{
    background-color: #FDBC11;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.job-applicatios-box .checkround:after, .contact-box .checkround:after{
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.job-applicatios-box .radio input:checked ~ .checkround:after, .contact-box .radio input:checked ~ .checkround:after{
    display: block;
}

/* Style the indicator (dot/circle) */
.job-applicatios-box .radio .checkround:after, .contact-box .radio .checkround:after{
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:#333;
}

.job-applicatios-box .radio-inline-text{
    line-height: 34px;
    font-weight: 300;
    font-size: 14px;
} 

.education-level-title{
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    color: #666666;
}

.education-level-box{
    margin-top: 25px;
}

.education-level-title-divider{
    width: 80px;
    height: 5px;
    background-color: #FDBC11;
    margin: 15px auto 30px auto;
}

.education-skill-title{
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    color: #666;    
}

.education-skill-box{
    font-size: 22px;
    text-align: center;
    line-height: 38px;
}

.education-skill-separator{
    height: 100%;
    width: 1px;
    background-color: #CCCCCC;
    margin: 0 auto;
}      
/* end job */

/* contact */
.contact-box .form-control-custom {
    display: block;
    width: 100%;
    padding: 2px 2px 0px 30px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #F0F0F0;
    background-clip: padding-box;
    border: 0px solid #fff;
    border-bottom: 1px solid #909090;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

.contact-box .form-bg-user {
    background-image: url('../images/icon-contact-user.png');
}

.contact-box .form-bg-email {
    background-image: url('../images/icon-contact-email.png');
}

.contact-box .form-bg-phone {
    background-image: url('../images/icon-contact-phone.png');
}

.contact-box .form-bg-marker {
    background-image: url('../images/icon-contact-marker.png');
}

.contact-box .form-bg-subject {
    background-image: url('../images/icon-contact-subject.png');
}

.contact-box .form-bg-message {
    padding: 5px;
}

.contact-box label {
    padding-bottom: 1px;
    font-size: 14px;
    font-weight: 400;
}

.contact-info-box {
    background-color: #333;
    color: #fff;
    padding: 30px 20px;
    height: 100%;
    position: absolute;
    top:-70px;
    min-height: 580px;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.4);
}

.contact-info-box .call-center, .contact-info-box-mobile .call-center{
    color: #666;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}

.contact-info-box .call-center-phone, .contact-info-box-mobile .call-center-phone{
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
}

.contact-info-box .text, .contact-info-box-mobile .text{
    line-height: 20px;
}

.contact-info-box .text-small, .contact-info-box-mobile .text-small{
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}

.contact-info-box .divider-contact, .contact-info-box-mobile .divider-contact{
    background-color: #fff;
    height: 1px;
    margin: 10px 0;
}

.contact-info-box .social-box {
    position: absolute;
    bottom: 30px;
} 

.contact-info-box .social-icon, .contact-info-box-mobile .social-icon{
    max-width: 35px;
    margin-right: 15px;
}

.contact-info-box .work-time-table, .contact-info-box-mobile .work-time-table{
    display: table-row;
}

.contact-info-box .work-time-cell, .contact-info-box-mobile .work-time-cell{
    display: table-cell; 
    vertical-align: middle;
}

.contact-info-box .work-time-cell img, .contact-info-box-mobile .work-time-cell img {
    max-width: 30px; 
    padding-right: 5px;
}

.contact-map-title{
    background-color: #FFBC04;
    color: #fff;
    padding: 15px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.contact-map-list{
    background-color: #F0F0F0;
    height: 100%;
    padding: 15px;
    border-right: 3px solid #fff;
}

.contact-map-list .title{
    color: #888;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0;
    cursor: pointer;
    font-weight: 400;
}

.contact-map-list .title img{
    float: left;
    padding-right: 5px;
    max-height: 20px;
}

.contact-map-list .title-info{
    padding: 0 5px 0 20px; 
    color: #333; 
    font-size: 12px;
    font-weight: 500;  
}

.contact-map-list .divider{
    height: 1px;
    background-color: #999;
    margin: 3px 0;
}

.contact-map-locations{
    background-color: #ccc;
    height: 100%;
    min-height: 400px;
}

.contact-help-block{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    background-color: #FFBC04;
    padding: 1px 4px;
}

.contact-form-btn-more {
    background-color: #FDBC11;
    color: #333;
    font-size: 16px;
    font-weight: 500; 
    text-transform: uppercase; 
    /*border: 1px solid #FDBC11;*/
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    width: 160px;
    height: 60px;
    line-height: 50px;
    margin-top: 15px;
}

.contact-form-btn-more:hover {
    background-color: #333;
    /*border: 1px solid #909090;*/
    color: #fff;
}

.contact-sector-collapse{
    border-bottom: 1px solid #909090;
    padding: 15px 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    background-image: url(../images/icon-contact-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
    padding-right: 30px;  
}

.contact-sector-list{
    border: 1px solid #909090; 
    border-top: unset; 
}

.contact-sector-list-content{
    padding: 15px 0;
}

.contact-sector-list-content div{
    padding: 3px 15px 3px 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    text-transform: uppercase;
}

.contact-sector-list-content div:hover{
    background-color: #F2F2F2;
}

.contact-sector-box {
    font-size: 14px;
    display: none;
}

.contact-sector-box .name{
    font-weight: 500;
}

.contact-sector-box .title{
    color: #FFBC04;    
}

.contact-sector-box .email a{
    color: #333;    
}

.contact-sector-box .email a:hover{
    color: #FFBC04;    
}

.contact-sector-box .contact-divider{
    background-color: #eee;
    height: 1px;
    margin-bottom: 15px;
}
/* end contact */


/* download */
.download-title{
    color: #FDBC11;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
}

.download-divider{
    height: 1px;
    background-color: #666666;
    margin: 8px 0;
    clear: both; 
}

.download-box{ 
    overflow: hidden;
}

.download-icon{
    height: 40px;
    float: right;
    padding-left: 10px;
    margin-top: 5px; 
}

.download-subtitle{
    color: #333;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0;    
}

.download-subtitle-link{
    color: #333;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 0;    
}

.download-subtitle-link:hover{
    color: #FDBC11;
    cursor: pointer;
}

.download-wallpaper-box{
    margin-top: 15px;
}

.download-wallpaper-box :hover{
    cursor: pointer;
}

.download-wallpaper-box-title{
    background-color: #FDBC11;
    overflow: hidden;
    text-align: center;
    padding: 5px 10px;
}

.download-wallpaper-box-title:hover{
    background-color: #666666; 
}

.download-wallpaper-download-icon{
    width: 30px;
    float: left;
}

.download-wallpaper-arrow-icon{
    width: 20px;
    margin-top: 5px;
    float: right;
}

.download-wallpaper-tite{
    font-size: 16px;
    color: #fff;
    padding-top: 8px;
}
/* end download */

/* job progress */
.progression-text{
    font-size: 20px;
}

.progression-value{
    color: #FDBC11;
    font-size: 36px;
    line-height: 38px;
    font-weight: 400;
}

.progression-value-description{
    color: #ffffff;
    font-size: 2em;
    line-height: 56px;
    margin: 40px auto;
    position: relative;
    /*width: 60%;*/
    max-width: 600px;   
    padding: 60px 20px;
    background: #FDBC11;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;    
}

.progression-value-description:after{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 25px 25px;
    border-color: #FDBC11 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -25px;
    left: calc(50% - 25px);   
}
/* end job progress */

/* delayed payment */   
.delayed-payment-dis-dina-title{
    color: #EF2F2B;
    font-size: 120px;
    line-height: 120px;
    font-weight: 700;
    text-transform: uppercase;  
}

.delayed-payment-dis-dina-subtitle{
    color: #333;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 5px;    
}

.delayed-payment-dis-dina .box-img{
    position: relative; 
    min-height: 600px;    
}

.delayed-payment-dis-dina .box-img-inner{
    position: absolute; 
    top: 0; 
    right: -65px;   
}
/* end delayed payment */

/* promotion */
.promotions-calendar-box {
    background-color: #333;
    color: #fff;
    padding: 30px 20px;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.4);
}

.promotions-calendar-box .title{
    font-size: 40px;
    line-height: 42px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.promotions-calendar-box .divider-calendar{
    height: 1px;
    background-color: #fff;
}

.promotions-calendar-box .day-box{
    padding: 15px 10px;    
}

.promotions-calendar-box .day-box div{
    display: inline-block;
    width: 14%;  
    text-align: right;  
    font-size: 26px; 
    line-height: 26px;
    color: #666;
    font-weight: 400;
    padding: 10px 0;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.promotions-calendar-box .day-box div:hover{
    color: #fff;
}

.promotions-calendar-box .day-box .active{
    color: #999;
}

.promotions-calendar-box .day-box .current{
    color: #FDBC11;
}

.promotions-calendar-box .day-box .not-empty{
    color: #fff;
}

.promotions .form-control-custom{
    display: block;
    width: 100%;
    padding: 2px 2px 0px 2px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #F0F0F0;
    background-clip: padding-box;
    border: 0px solid #fff;
    border-bottom: 1px solid #909090;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

.promotions label {
    padding-bottom: 1px;
    font-size: 14px;
    font-weight: 400;
}

.promotions .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(255,255,255,.6);
}

.promotions .table td, .table th {
    border-top: unset;
    padding: 10px 5px;
}

.promotions .table thead th {
    border-bottom: unset;
}

.promotions .table  {
    font-size: 14px;
}
/* end promotion */ 

/* voucher */
.content-inner-voucher{ 
    padding: 0 !important;  
}

.voucher-bg{
    padding: 0;
    position: relative;      
}   

.voucher-subtitle{
    color: #FDBC11;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
}

.voucher-page-text-900{
    margin: 0 auto; 
    max-width: 900px;
}

.voucher-banner-content{
    width: 600px;
    position: absolute;
    top: 150px;
    left: 80px;
}

.voucher-banner-title{
    color: #E02019;
    font-size: 100px /*120px*/;
    font-weight: 700;
    line-height: 100px;
}

.voucher-banner-title-small{
    font-size: 100px;
}

.voucher-banner-image img{
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.3);
}

.voucher-box-400{
    max-width: 400px;
    margin-bottom: 0px;
}

/* end voucher */

/* newsletter */
.newsletter-form-error-message{
    /*background-color: #c00;*/
    padding: 5px;
    border-radius: 3px; 
    color: #fff;
    font-size: 12px;
    margin-top: 10px;  
    line-height: 16px; 
    font-weight: 300;
}

.newsletter-form-error-message p{
    margin-bottom: 0;   
}
/* end newsletter */

/* history */
.content-history{
    background-image: url(../images/bg-history.jpg);
    background-size: 100%;
    background-position: top;
    background-repeat: repeat-y;
}

.content-history .timeline{}

.content-history .timeline-content{
    padding-left: 30px !important;
    border-left: 5px solid #FDBC11;
    padding-bottom: 100px;
}

.content-history .timeline-image{
    padding-bottom: calc(80% - 80px); 
    /*border-radius: 100%;*/
    border: 5px solid #FDBC11;
    background-size: cover;
    background-position: center;
    margin-right: 50px;
}

.content-history .timeline-image::after{
    content: '';
    background-color: #FDBC11;
    height: 5px;
    width: 50px;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
}

.content-history .timeline-content .title{
    font-size: 20px;
    line-height: 24px;
    color: #666;
    font-weight: 500;
    padding: 10px 0;
}

.content-history .timeline-content .subtitle{
    color: #FDBC11;
    font-size: 44px;
    line-height: 56px;
    font-weight: 700;
} 
/* end history */

/* career-development */
.content-career-development
{
    background-color: #2E394B;
    color: #fff;  
}

.content-career-development .page-title{
    color: #fff;    
}

.content-career-development .page-subtitle{
    color: #FDBC11;
    font-size: 30px;  
    line-height: 32px; 
}

.content-career-development .page-subtitle-white{
    color: #fff;
    font-size: 30px;  
    line-height: 32px; 
}

.content-career-development .page-text{
    color: #fff;    
}

.content-career-development .page-title-divider-center{
    background-color: #fff;    
}

.content-career-development .divider-vertical{
    background-color: #fff;
    height: 100%;
    width: 1px;
    margin: 0 auto;    
}

.content-career-development .icon{
    max-width: 60px;   
}

.content-career-development .text-circle{
    border: 5px solid #FDBC11; 
    border-radius: 60px; 
    height: 60px; width: 60px; 
    margin: 0 auto;
    line-height: 50px; 
    font-weight: 900; 
    font-size: 30px; 
    color: #FDBC11; 
}

.content-career-development .arrow-circle{
    max-height: 90px;
}
/* end career-development */

/* action */
.action-box{
    border-radius: 10px; 
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 16px;
}

.action-box-title{
    color: #666666; 
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    cursor: pointer;
}

.action-date{
    color: #666666; 
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.action-image{ 
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover;  
    padding-bottom: 60%;
    background-color: #999;  
}

.action-view .btn-download-pdf{
    padding: 5px 10px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.action-view .btn-download-pdf:hover{
    background-color: #FFDD00;
}

.action-view .download-image{
    width: 15px;
    margin-left: 10px;
}

.action-view .btn-danger {
    color: #fff;
    background-color: #b6231c;
    border-color: #b6231c;
}
            
.action-view .date{
    font-size: 13px;
    line-height: 13px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    background-color: #FFDD00;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 auto;
}

.action-view-image{
    height: 300px;
    background-color: #999;
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover; 
    position: relative; 
}
/* end action */


/* video youtube */
.video-content{}

.video-content .video-box{
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    /*border-radius: 4px;*/
}

.video-content .video-box .bottom-element{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-content .video-box .bottom-element .right-element{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: 333;
    background-color: #eeeeee;
    border-radius: 2px;
}

.video-content .video-box .bottom-element .title{
    font-size: 30px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}

.video-content .video-box .bottom-element img{
    max-height: 25px;
}

/*
.video-big-shadow{
    display: flex;
    justify-content: center;
}

.video-small{
    background-repeat: no-repeat !important;
    background-position: center center;
    background-size: cover;
    padding-bottom: 56%;
}

.video-arrow-icon-box{
    display: flex;
    justify-content: center;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: top;
    background-image: url('../images/video-background-bottom.png');
}

.video-subscribe-box{
    color: #cc2527;
    font-weight: 100;
}

.video-subscribe-box .title{
    font-size: 50px;
    line-height: 52px;
    padding: 20px 0 20px 0;
}

.video-subscribe-box .text{
    font-size: 26px;
    line-height: 28px;
    padding-bottom: 40px;
}
*/
/* end video youtube */


/* disic family */
.disic-family-box{
    padding: 0 50px;    
}

.disic-family-box .member-box{
    cursor: pointer;
}

.disic-family-box .member-box .image-box{
    text-align: center;   
}

.disic-family-box .member-box .image-box img{
    width: 100%;
    max-width: 206px; 
    opacity:0.5; 
    -moz-opacity:0.5; 
    filter:alpha(opacity=50);  
}

.disic-family-box .member-box .title-box{
    background-color: #E9E8E8;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
}

.disic-family-box .member-box .title-box-active{
    background-color: #FCBB11;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
}

.disic-family-box .member-box .title-box .name, .member-box .title-box-active .name{
    font-weight: 500;
}

.disic-family-text-box {
    background-color: #FCBB11;
    padding: 15px 30px;    
}

.disic-family-mobile-box{
    display: none;
}

.disic-family-text-box-mobile {
    background-color: #FCBB11;
    padding: 15px 30px;
}
/* end disic family */

/* modal */
.modal-body{
    font-size: 14px;
    line-height: 20px;
}
 
.modal-content {
    border-width: 0 !important;
    border-radius: 0 !important;
    max-width: auto;
}

.modal-content-default {
    border-width: 0 !important;
    border-radius: 0 !important;
    max-width: 600px;
}

.modal-header-default {
    background-color: #FDBC11;
    color: #222;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 300 !important;
    border-bottom: none;
} 

.modal-header-default .modal-title{
    font-weight: 400 !important;
} 

.modal-text-default {}

.modal-footer-default{}

.modal-btn-close-default {
    background-color: #333;
    color: #fff;
    font-size: 14px;
    border: 0px solid #333;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    padding: 8px 25px;
}
.modal-btn-close-default:hover { 
    background-color: #FDBC11;
}

.modal-btn-close-default:focus {
    background-color: #FDBC11;
}
/* end modal */

/* cookie */
.cookie {
   position: fixed;
   left: 0px;
   bottom: 0;
   width: 100%;
   background-color: #fff;
   /*background-color: rgba(255,255,255,.8);*/
   z-index: 100;
   -webkit-box-shadow: 0px -2px 10px -4px rgba(71,107,145,1);
   -moz-box-shadow: 0px -2px 10px -4px rgba(71,107,145,1);
   box-shadow: 0px -2px 10px -4px rgba(71,107,145,1); 
   opacity: 0.9; 
}

.cookie-inner{
    margin: 0 auto; 
    max-width: 1100px; 
    padding: 15px 30px; 
    color:#333;   
    font-size: 13px;
}

.cookie-inner a{
    font-size: 12px !important;
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

.cookie-inner a:hover{
    color: #333;
}

.cookie-inner-text {
    display: inline-block;
    float: left;
    padding-right: 30px;
    padding-bottom: 15px;
}

.cookie-inner-button {
    display: inline-block; 
    float: left;
    padding-bottom: 15px;
    padding-top: 3px;
}

.cookie-inner-button div{
    font-size: 12px;
    color: #f80000;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #f80000; /*#e10015; */
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.cookie-inner-button div:hover{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #f80000;
    cursor: pointer;
    background-color: #f80000;
}
/* end cookie */

.description{
    padding-left: 15px; 
    font-size: 14px; 
    font-style: italic; 
}

a.details:link    { color: #777; text-decoration: none; font-size: 14px; font-weight: 400; line-height: 16px;}
a.details:visited { color: #777; text-decoration: none; font-size: 143px; font-weight: 400; line-height: 16px;}
a.details:hover   { color: #333; text-decoration: underline; font-size: 14px; font-weight: 400; line-height: 16px;}
a.details:active  { color: #333; text-decoration: underline; font-size: 14px; font-weight: 400; line-height: 16px;}

/** end content ***************************************************************/

/** footer      ***************************************************************/

.footer {
    padding: 0 30px;
    /*position: relative;*/
    background-color: #333333;
    /*margin-top: 60px;*/
}

.footer-inner {
    max-width: 1200px;
    margin: auto;
    /*box-shadow: 0 12px 10px rgba(0, 0, 0, 0.6);*/
    padding: 50px 0;
    /*background-color: #FDBC11;*/
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
} 

.footer-inner .clr-yelow {
    color: #e8a711;
}

#footer-inner-desktop{
    display: block;
}

#footer-inner-mobile{
    display: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}

#footer-bottom-mobile{
    display: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;    
}

#footer-inner-mobile .company_name{
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

.footer-inner .text-free-call{
    font-size: 13px;
    font-weight: 300;
}

.footer-call-center{
    font-size: 26px;
    line-height: 28px;
    color: #e8a711;
    width: 50%;
}

.footer-inner .footer-work-hour{
    line-height: 18px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #e1e4e9;
    width: 50%;
    padding-left: 40px;
    border-left: 1px solid #e1e4e9;
}

.footer-inner .text-call-center span{
    font-weight: 900;
}  

.footer-inner .text-newsletter{
    font-size: 14px;
    line-height: 16px;
    color: #e1e4e9;
    padding-bottom: 5px;
    font-weight: 500;
}

.footer-inner .text-copyright{
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    font-weight: 400;
    color: #e1e4e9;
}

.footer-inner .divider-copyright{
    margin: 0 auto 30px auto;
    height: 1px;
    background-color:#fff;
}

a.footer-copyright-link:link  {
    color: #e1e4e9;
}

/* .footer-icon-box{
    display: flex;
    justify-content: space-between;
} */

.footer-inner .footer-download-icon-box {
    display: flex;
    justify-content: space-between;
}

.footer-app-icon {
    width: 100%;
    padding-left: 10px;
}

.footer-inner .footer-title{
    color: #000000;
    padding-left: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-inner .footer-title-section{
    display: flex;
    align-items: center;
}

.footer-inner .footer-title-section-rectangle{
    width: 18px;
    height: 30px;
    background-color: #FFDD00;
}

.footer-inner .logo-footer {
    width: 60%;
}

.footer-inner .privacy-policy a {
    font-size: 15px !important;
    line-height: 18px !important;
    padding-bottom: 5px !important;
    color: #000 !important;
    -webkit-transition: all 0.2s !important;
    -moz-transition: all 0.2s !important;
    transition: all 0.2s !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
}

.footer-inner .navigation-title{
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: 500;    
}

.footer-inner .navigation-item{
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    padding-bottom: 5px;    
}

.footer-inner .navigation-item a{
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    padding-bottom: 5px; 
    color: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;   
}

.footer-inner .navigation-item a:hover{
    color: #000; 
    text-decoration: underline;   
}



.footer-inner .navigation-text{
    line-height: 15px;
    padding-bottom: 5px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    color: #e8a711;
}

.footer-inner .app-icon{
    margin-right: 10px;   
}

.footer-inner .footer-divider {
    height: 1px;
    background-color: #e8a711;
    /*padding: 0 20px;*/
    margin: 20px 0;
}

.footer-inner .title-newsletter{
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    color: #e8a711;
}

.footer-inner .form-newsletter{
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
}

.footer-newsletter-input{
    border-radius: 3px !important;
    color: #333;
    border: 1px solid #999;
    font-size: 12px;
    border: none;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding: 0 15px;
    height: 40px;
}   

.footer-newsletter-btn{
    border-radius: 3px !important;
    color: #333;
    font-size: 14px;
    line-height: 12px;
    font-weight: 500;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: none; 
    height: 40px;
    border-radius: 5px !important;
    background-color: #e8a711;
    padding: 0 40px; 
}

.footer-newsletter-btn:hover{
    background-color: #e8a711;
    color: #fff;
}

.footer-logo {
    width: 80%;
}

.footer-piktogram-box {
    display: flex;
    flex: wrap;
    justify-content: space-between;
}

.footer-piktogram-img {
    width: 11%;
    margin-left: 3%;
}

.footer-logo-mobile{
    max-width: 250px;
}

.footer-mobile-social-icon{
    max-width: 18%;
    margin: 0 2px;   
}


.footer-collapse-mobile{
    margin-top: 30px;
    cursor: pointer;
}

.footer-collapse-mobile .title{
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;    
}

.footer-collapse-mobile img{
    max-height: 35px;    
}


.footer-collapse-mobile-content .navigation-item a{
    font-size: 18px !important;
    line-height: 22px;
}

.footer-collapse-mobile-content .navigation-item a:hover{
    font-size: 18px !important;
    line-height: 22px;
}

.yellow {
    color: #e8a711;
}

a.footer-copyright-link:link    { color: #e1e4e9; text-decoration: none; font-size: 13px; font-weight: 400; line-height: 13px;}
a.footer-copyright-link:visited { color: #e1e4e9; text-decoration: none; font-size: 13px; font-weight: 400; line-height: 13px;}
a.footer-copyright-link:hover   { color: #e1e4e9; text-decoration: underline; font-size: 13px; font-weight: 400; line-height: 13px;}
a.footer-copyright-link:active  { color: #e1e4e9; text-decoration: underline; font-size: 13px; font-weight: 400; line-height: 13px;}

a.footer-copyright-link-mobile:link    { color: #333; text-decoration: none; font-size: 13px; font-weight: 400; line-height: 13px; text-decoration: none;}
a.footer-copyright-link-mobile:visited { color: #333; text-decoration: none; font-size: 13px; font-weight: 400; line-height: 13px; text-decoration: none;}
a.footer-copyright-link-mobile:hover   { color: #333; text-decoration: none; font-size: 13px; font-weight: 400; line-height: 13px; text-decoration: underline;}
a.footer-copyright-link-mobile:active  { color: #333; text-decoration: none; font-size: 13px; font-weight: 400; line-height: 13px; text-decoration: underline;}




/** end footer  ***************************************************************/










/** links *********************************************************************/

a:link    { color: #f80000;  text-decoration: none; font-size: 16px;}
a:visited { color: #f80000;  text-decoration: none;font-size: 16px;}
a:hover   { color: #222;  text-decoration: none; font-size: 16px;}
a:active  { color: #222;  text-decoration: none; font-size: 16px;}

/** end links *****************************************************************/


@media screen and (max-width: 1920px){

}

/** max 1600  *****************************************************************/
@media screen and (max-width: 1600px){
    
}

/** max 1350  *****************************************************************/
@media screen and (max-width: 1350px){
    
    .slider-liflet .arrow-left{ 
        left:-25px;
    }
    
    .slider-liflet .arrow-left img{
        max-height: 50px;
    }
    
    .slider-liflet .arrow-right{
        right:-25px;
        max-height: 50px;
    }
    
    .slider-liflet .arrow-right img{
        max-height: 50px;
    }

    .slider-video .arrow-left{ 
        left:-25px;
    }
    
    .slider-video .arrow-left img{
        max-height: 50px;
    }
    
    .slider-video .arrow-right{
        right:-25px;
        max-height: 50px;
    }
    
    .slider-video .arrow-right img{
        max-height: 50px;
    }

    .nedeljna-akcija-box .arrow-left{ 
        left:-25px;
    }
    
    .nedeljna-akcija-box .arrow-left img{
        max-height: 50px;
    }
    
    .nedeljna-akcija-box .arrow-right{
        right:-25px;
        max-height: 50px;
    }
    
    .nedeljna-akcija-box .arrow-right img{
        max-height: 50px;
    }

    /*
    .nedeljna-akcija-box .arrow-left {
        left: -25px;
        z-index: 99;
        border: none;
    }
    
    .nedeljna-akcija-box .arrow-left img{
        background-color: #fff;
        border: 1px solid #CCCCCC;
        border-radius: 50px;
    }
    
    .nedeljna-akcija-box .arrow-right {
        right: -25px;
        z-index: 99;
        border: none;
    }
    
    .nedeljna-akcija-box .arrow-right img{
        background-color: #fff;
        border: 1px solid #CCCCCC;
        border-radius: 50px;
    }
    */
}

/** max 1200  *****************************************************************/
@media screen and (max-width: 1200px){
    .header-content{
        padding: 20px 0;
    }

    .slider-main {
        box-shadow: none;
    }
    
    .slider-main-box .arrow-left{
        display: none;    
    }
    .slider-main-box .arrow-right{
        display: none;
    }
    
    .text-box-blue-dc .box-image{
        min-width: 180px;    
    }
    
    .content-inner-black .badge-img {
        position: relative;
        top: -15px;
        max-width: 120px;
        right: 0;
    }
    
    .voucher-banner-content{
        width: 600px;
        position: absolute;
        top: 50px;
        left: 80px;
    }
    
    .voucher-banner-title-mobil{
        text-align: center;
        color: #E02019;
        font-size: 120px;
        font-weight: 700;
        line-height: 130px;
    }
    
    .voucher-box-mobil{
        text-align: center;
    }
    .voucher-banner-title-small{
        text-align: center;
        font-size: 100px;
        color: #E02019;
        font-weight: 700;
    }
    
    .footer-inner .social-icon{
        max-width: 40px;
        margin-right: 0;   
    }
    
    .benefits-banner-text-box{
        top: 12%;
    }  
    
    .benefits-banner-title{
        font-size: 12px;
        line-height: 18px;
    }
    
    
    .benefits-banner-text{
        font-size: 12px;
        line-height: 16px;
    }
    
    .content-yellow-bg{
        background-image: none !important;   
    }
}

@media screen and (max-width: 1100px){
    .header-box-table-col .divider-menu {
        margin: 0 5px;
    }

    .nedeljna-akcija-box .owl-theme .owl-dots{
        display: none;
    }

    .header-menu .header-menu-title {
        padding: 5px 8px;
    }

    .dobro-box .dobro-baner-img {
        position: relative;
        top: 15px;
        left: 8%;
    }
}

@media screen and (max-width: 1040px){
    .header-logo {
        width: none;
        /*max-width: 250px;*/
    }

    .text-box-blue-dc .box-image{
        min-width: 160px;    
    }

}

/** max 992 *******************************************************************/
@media screen and (max-width: 992px){
    .header-top{
        display: none;
    }
    
    .header-inner {
        box-shadow: none;
    }
    
    /* .header-content {
        padding: 15px;
    } */
    
    .header-logo {
        width: unset;
        max-width: unset;
        max-height: 80px;
    }
    
    #header-content-right{
        display: none;
    }
    
    #header-content-right-mobile{
        display: block;
    }
    
    #header-mobile-navigation{
        display: block;
    }
    
    .header-collapse-mobile{
        display: block;    
    }
    
    .header-top-language img{
        max-height: 30px;
        padding: 0 5px; 
    }
    
    .slider-main .item .text-box-content {
        max-width: 100%;
    }
    
    .slider-liflet.home{  
        margin-top: 0;
    }

    
    /*
    .content {
        padding: 0;
    }
    
    .content-inner {
        padding: 30px;
    }
    */
    
    .content-inner-image .box-black{
        padding: 20px;
    }

    .content-inner-image .box-black .title{
        font-size: 26px;
        line-height: 28px;    
    }
    
    .page-title {
        font-size: 30px;
        line-height: 40px;
    }
    
    .page-title-yellow{
        font-size: 30px;
        line-height: 40px; 
    }
    
    .page-image-title-inner{
        padding: 0 30px;
    }

    .page-image-title-inner .text{
        font-size: 50px;
        font-weight: 400;
        line-height: 35px;
        text-transform: uppercase;
        border-left-width: 30px;
        padding-left: 15px;
    }
    
    .page-this-id-dis-image{
        max-width: 400px;
    }
    
    .page-this-is-this-suppliers .box-gray{
        padding: 15px;
    }
    
    .text-box-blue-dc .box-image{
        min-width: 220px;    
    }
    
    .nedeljna-akcija-box {
        margin: 30px 0;
        position: relative;
    }
    /*
    .single-out-banner-small{
        padding-bottom: calc(51% - 10px);
    }
    */
    #dobro-products-category-desktop{
        display: none;
    }

    #dobro-products-category-mobile{
        display: block;
    }
    
    .content-inner-black .badge-img {
        top: 0;
        padding: 0 0 30px 0;
    }

    .contact-info-box{
        display: none;
    }
    
    .contact-info-box-mobile {
        background-color: #333;
        color: #fff;
        padding: 30px 20px;
    }

    .liflet-box .arrow-right {
        right: -25px;
    }
    
    .liflet-box .arrow-right img {
        max-height: 80px;
    }
    
    .liflet-box .arrow-left {
        left: -25px;
        height: 80px;
    }
    
    .liflet-box .arrow-left img {
        max-height: 80px;
    }

    .dobro-box .arrow-left {
        left: -55px;
        z-index: 99;
    }
    
    .dobro-box .arrow-right {
        right: -55px;
        z-index: 99;
    }

    .content-yellow .box-img-inner{
        position: absolute; 
        bottom: -30px; 
        right: -15px;   
    }
    
    .page-this-is-dis-nav a{
        font-size: 16px !important;
        line-height: 18px !important;
        padding: 5px 10px ;    
    }
    
    .delayed-payment-dis-dina .box-img-inner{
        right: -15px;   
    }
    
    .promotions-calendar-box .day-box{
        padding: 20px 0 5px 0;    
    } 
    
    .promotions .table td, .table th {
        min-width: 200px;
    }

    .disic-family-box{
        padding: 0;    
    }

    .footer {
        padding: 0;
    }
    
    .footer-inner {
        padding: 30px;
    } 
    
    #footer-inner-desktop{
        display: none;
    }

    #footer-inner-mobile{
        display: block;
    }
    
    #footer-bottom-mobile{
        display: block;   
    }
    
    .footer-inner .app-icon {
        margin-right: 0;
        max-width: 100%;
    }
    
    .benefits-banner-text-box{
        top: 12%;
    }  
    
    .benefits-banner-title{
        font-size: 11px;
        line-height: 15px;
    }
    
    .benefits-banner-text{
        font-size: 11px;
        line-height: 15px;
    }
}

/** max 768 *******************************************************************/
@media screen and (max-width: 768px){
    
    .page-image-title-inner .text{
        font-size: 36px;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase;
        border-left-width: 20px;
        padding-left: 15px;
    }
    
    .page-this-id-dis-image{
        float: none; 
        padding: 0 0 30px 0;
        max-width: unset;
    }
    
    .text-box-blue-dc .box-image{
        min-width: 180px;    
    }
    
    .slider-main .item .text-box {
        padding: 0 30px;
    }
    
    .slider-main-description {
        display: none;
    }
    
    .slider-main .item .text-box-content {
        padding: 10px 15px;
    }
    
    .slider-main-title {
        font-size: 20px;
        line-height: 20px; 
    }
    
    .slider-main-date {
        font-size: 14px;
        padding-bottom: 5px;
    }
    
    .slider-main-btn {
        display: none;
    }
    
    .slider-main-divider{
        display: none;
    }
    
    .content-yellow .box-img{
        min-height: unset;  
    }
    
    .content-yellow .box-img-inner{
        position: relative; 
        min-height: none;
        bottom: -30px; 
        right: -30px; 
        text-align: right;  
    }
    
    .job-registration-box .arrow-right{
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 60px;
        float: none; 
        transform: rotate(90deg);
    }
    
    .job-registration-box .title{
        font-size: 24px;
        line-height: 28px;
        font-weight: 400;
        text-align: center; 
    }
    
    .job-registration-text{
        font-size: 16px;
        line-height: 26px;
        text-align: center;    
    }

    .content-inner-masterclass-image .text{
        position: relative;
        top: 0;
        right: 0;
        padding: 30px;
        width: 100%;
        background-color: #F8EEEC;
    }  
    
    .progression-value-description{
        font-size: 24px;
        line-height: 34px;
    } 
    
    .delayed-payment-dis-dina-title{
        font-size: 100px;
        line-height: 100px; 
    }  

    .delayed-payment-dis-dina .box-img{
        min-height: unset;  
    }
    
    .delayed-payment-dis-dina .box-img-inner{
        position: relative; 
        min-height: none;
        top: 30px; 
        right: -30px; 
        text-align: right;  
    }
    
    .voucher-banner-content{
        width: 400px;
        position: absolute;
        top: 0px;
        left: 80px;
    }
    
    .voucher-banner-title-mobil{
        text-align: center;
        margin: 0 auto;
        color: #E02019;
        font-size: 100px;
        font-weight: 700;
        line-height: 120px;
    }
    
    .voucher-banner-title-small{
        text-align: center;
        font-size: 80px;
        color: #E02019;
        font-weight: 700;
    } 
    
    .contact-map-list .title {
        font-size: 16px;
        line-height: 30px;
    }
    
    .contact-map-list .title img {
        max-height: 30px;
    }
    
    .contact-map-list .title-info {
        padding: 0 5px 0 30px;
        font-size: 14px;
    }
    
    .content-inner-history .timeline-image{
        padding-bottom: calc(100% - 10px); 
        margin-right: unset;
    }
    
    .content-inner-history .timeline-image::after{
        content: '';
        background-color: #FDBC11;
        height: 50px;
        width: 5px;
        transform: translateY(-50%);
        position: absolute;
        left: 50%;
        bottom: -70px;
        top: unset;
        
    }
    
    .content-inner-history .timeline-content{
        padding-left: unset !important;
        border-left: unset;
        padding-bottom: 30px;
        padding-top: 60px;
        text-align: center;
    }
    
    .content-career-development .page-subtitle{
        color: #FDBC11;
        font-size: 24px;  
        line-height: 26px; 
    }
    
    .content-career-development .page-subtitle-white{
        color: #fff;
        font-size: 24px;  
        line-height: 26px; 
    } 
    
    .content-career-development .arrow-circle{
        transform: rotate(90deg);
        max-height: 50px;
        margin: 15px auto;
    }   
    
    .benefits-banner-text-box{
        top: 12%;
    }  
    
    .benefits-banner-title{
        font-size: 2.7vw;
        line-height: 2.7vw;
    }
    
    .benefits-banner-text{
        font-size: 2.7vw;
        line-height: 2.7vw;
    } 
    
    .video-content .video-box .bottom-element{
        flex-direction: column;
        text-align: center;
    }

    .video-content .video-box .bottom-element .right-element{
        margin-top: 10px;
    }
    
    .plums-section{         
        margin: 50px auto;
    }

    .plums-section-content{
        padding: 50px 20px;
        text-align: center;
    }

    .plums-mobile-image{
        top: -20px;
        right: 0;
        height: 320px
    }

    .plums-section-left{
        height: 250px;
    }

    .plums-app-icon{
        margin-top: 10px;
    }
    
    .poligon-banner-big-content{
        height: 400px;
    }

    .dobro-box .dobro-baner-img {
        position: relative;
        top: 30px;
        left: 0;
    }
}

@media screen and (max-width: 660px){
    
    .text-box-blue-dc .title{
        font-size: 30px;
        line-height: 30px;
    }

    .text-box-blue-dc .subtitle{
        font-size: 24px;
        line-height: 24px;
    }
    
    .text-box-blue-dc .text{
        font-size: 14px;
        line-height: 14px;
    }
    
    .text-box-blue-dc .divider{
        min-height: 55px; 
    }

    .text-box-blue-dc .box-image{
        min-width: 130px;    
    }
    
    .voucher-banner-content{
        width: 300px;
        position: absolute;
        top: 50px;
        left: 80px;
    } 
    
    .voucher-banner-title-mobil{
        text-align: center;
        margin: 0 auto;
        color: #E02019;
        font-size: 100px;
        font-weight: 700;
        line-height: 120px;
    }
    
    .voucher-banner-title-small{
        text-align: center;
        font-size: 80px;
        color: #E02019;
        font-weight: 700;
    }   
    
    .poligon-banner-small-content img {
        right: 30px;
        top: 60px;
        width: 200px;
    }

    .poligon-banner-box .title {
        font-size: 20px;
    }

    .poligon-banner-box .text {
        font-size: 16px;
    }

    .poligon-banner-big-content img{
        width: 60px;
    }    
}


/** max 576 *******************************************************************/
@media screen and (max-width: 576px){
    
    /* slider home */
    .owl-carousel-home .item .text-box .title {
        padding: 10px;
        font-size: 18px;
        line-height: 20px;
    }

    .owl-carousel-home .item .text-box .description {
        padding: 10px;
        font-size: 14px;
        line-height: 16px;
    } 
    
    .text-box-blue-dc .divider{
        min-height: 45px; 
    } 
    
    .page-this-is-dis-nav a{
        font-size: 14px !important;
        line-height: 16px !important;
        padding: 5px 5px ;    
    }
    
    .delayed-payment-dis-dina-title{
        font-size: 80px;
        line-height: 80px; 
    } 
    
    .delayed-payment-dis-dina-subtitle {
        font-size: 18px;
        line-height: 22px;
    } 
    
    .voucher-banner-content{
        width: 300px;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    
    .voucher-banner-title-mobil{
        text-align: center;
        margin: 0 auto;
        color: #E02019;
        font-size: 90px;
        font-weight: 700;
        line-height: 90px;
    }
    
    .voucher-banner-title-small{
        text-align: center;
        font-size: 70px;
        color: #E02019;
        font-weight: 700;
    }  
    
    .cookie-inner-text {
        padding-right: 0;
    }
    
    .dobro-box .bg-logo{
        padding: 30px;
    }
    
    .dobro-box .bg-products{
        padding: 30px 30px;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .footer-piktogram-box {
        display: block;
    }

    .footer-piktogram-img {
        width: 70px;
        padding-left: 5px;
        margin-bottom: 10px;
    }

    .footer-call-center{
        font-size: 22px;
        line-height: 24px;
    }

    .footer-app-icon {
        width: 80%;
        padding-left: 0;
    }
}

/** max 500 *******************************************************************/
@media screen and (max-width: 500px){
    
    .text-box-blue-dc .title{
        font-size: 26px;
        line-height: 26px;
    }
    
    .text-box-blue-dc .subtitle{
        font-size: 20px;
        line-height: 20px;
    }
    
    .text-box-blue-dc .text{
        font-size: 12px;
        line-height: 12px;
    }

    .text-box-blue-dc .box-image{
        min-width: 80px;    
    }       
}

/** max 420 *******************************************************************/
@media screen and (max-width: 420px){
    
    .text-box-blue-dc .title{
        font-size: 22px;
        line-height: 22px;
    }
    
    .text-box-blue-dc .subtitle{
        font-size: 18px;
        line-height: 18px;
    }
    
    .text-box-blue-dc .text{
        font-size: 11px;
        line-height: 11px;
    }
    
    .text-box-blue-dc .divider{
        min-height: 40px; 
    } 

    .text-box-blue-dc .box-image{
        min-width: 70px;    
    } 
    
    .contact-info-box-mobile .call-center-phone {
        font-size: 40px;
        line-height: 40px;
    }
    
    .delayed-payment-dis-dina-title{
        font-size: 60px;
        line-height: 60px; 
    } 
    
    .voucher-banner-content{
        width: 200px;
        position: absolute;
        top: 0px;
        left: 40px;
    } 
    
    .voucher-banner-title-mobil{
        text-align: center;
        margin: 0 auto;
        color: #E02019;
        font-size: 70px;
        font-weight: 700;
        line-height: 70px;
    }
    
    .voucher-banner-title-small{
        text-align: center;
        font-size: 60px;
        color: #E02019;
        font-weight: 700;
    }         
}