.tabs, .tabs-school {
  /*max-width: 600px;*/
  margin: auto;
  margin-bottom: 20px;
  overflow: hidden;
  /*box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);*/
}
.tabs *, .tabs-school * {
  box-sizing: border-box;
}

.tabs__bar-wrap {
  position: relative;
}
.tabs__bar-wrap.has-left-overflow::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 30px;
  pointer-events: none;
}
.tabs__bar-wrap.has-right-overflow::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 30px;
  pointer-events: none;
}
.tabs__bar-wrap.has-left-overflow::before {
  left: 0;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
}
.tabs__bar-wrap.has-right-overflow::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.tabs__bar {
  position: relative;
  display: flex;
  width: 100%;
  /*
  background-color: #f9f9f9;
  border-radius: 3px 3px 0 0;
  box-shadow: inset 0 -5px 5px -3px rgba(0, 0, 0, 0.05);
  overflow: auto;
  */
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 480px) {
  .tabs__bar {
    min-width: auto;
    overflow: hidden;
  }
}

.tabs__line {
/*
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #4285f4;
  will-change: transform;
  transform-origin: left;
  */
}

.tabs__controls {
  /*flex: 1 0 auto;*/
  min-width: 120px;
  display: block;
  padding: 5px 5px;
  text-align: center;
  /*
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  */
  cursor: pointer;
  font-weight: 500;
  /*letter-spacing: 1px;*/
  color: #002752;
  margin-right: 3px;
}
.tabs__controls.is-active {
  color: #002752;
  background: #DFEEFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
}

.last_tab_right {
    width: 100%;
    text-align: right;
    background-color: #fff !important;
}

@media (min-width: 480px) {
  .tabs__controls {
    /*min-width: auto;*/
  }
}

.tabs__controls:hover {
    /*background-color: rgba(0, 0, 0, 0.03);*/
    background: #DFEEFF 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
}

.tabs__controls:active {
  -webkit-user-select: none;
          user-select: none;
}

.tabs__content {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: calc(600px * 3);
  overflow-y: hidden;
  background-color: #fff;
  will-change: transform, height;
}

.tabs__content.has-grab {
  cursor: grabbing;
}

.tabs__section {
  padding-top: 30px;
  width: 600px;
}

.tabs-school .tabs__section {
    padding-top: 60px;    
}

.tabs__section img {
    border-radius: 10px;
}

.big-lng-slide {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/anglija_skotska.jpg");
    height: 604px;
    /*
    height: 604px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 20px;
    margin: 0 20px 0 20px;
    */
    float:left;
    margin:1px;
    overflow:hidden;
	background-size:324px 604px;
    background-position:0px 0px;
    transition:all 0.5s ;
    -webkit-transition:all 0.5s ;
    -o-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
    position: relative;
    border-radius: 10px;
}

.big-lng-slide:hover {
    background-size:350px 644px;    
}

.big-lng-slide:hover .big-tabs-large-txt, .big-lng-slide:hover .big-tabs-large-txt-solanje {
    text-decoration: underline;    
}

.small-lng-slide {
    height: 287px;
    width: 287px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 287px 287px;
    position: relative;
    padding: 20px;
    margin: 0 5px 0 5px;
    transition:all 0.5s ;
    -webkit-transition:all 0.5s ;
    -o-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
}

.usa-solanje {
    background-size: 610px 287px;    
}

.small-lng-slide:hover {
    background-size: 330px 330px;    
}

.usa-solanje:hover {
    background-size: 650px 307px !important;    
}

.small-lng-slide:hover .big-tabs-large-txt, .small-lng-slide:hover .big-tabs-large-txt-solanje{
    text-decoration: underline;     
}

.isaac-mt-30 {
    margin-top: 30px;    
}

.usa {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/usa.jpg");    
}

.canada {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/kanada.jpg");    
}

.aus {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/avstralija.jpg");    
}

.swiss {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/svica.jpg");    
}

.nz {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/nova_zelandija.jpg");    
}

.malta {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/malta.jpg");    
}

.france {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/paris-france.jpg");    
}

.nemcija {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/nemcija-solanje.jpg");    
}

.irska {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/irska-solanje.jpg");    
}

.avt {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/avstrija.jpg");    
}

.bel {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/belgija.jpg");    
}

.esp {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/spanija.jpg");    
}

.ita {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/italija.jpg");    
}

.port {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/portugalska.jpg");    
}

.jap {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/japonska.jpg");    
}

.kita {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/kitajska.jpg");    
}

.rus {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/rusija.jpg");    
}

.kr {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/destination/kr.jpg");    
}

.solanje-tujina-img-wrapp .row {
    padding: 0 10px 0 15px;    
}

.solanje-click {
    cursor: pointer;
}

.tabs.solanje .tabs__section, .tabs-school.solanje .tabs__section {
    background: #ffffff !important;
    /*padding-right: 100px; */
    line-height: 30px;
    color: #4B4B4B;
    padding-left: 20px;  
}
.tabs-school.solanje .tabs__section {
    padding-top:30px;  
    background: #f6f6f6 !important;  
}

.tabs.solanje-detail .tabs__content .tabs__section {
    padding-right:30px;
}

.courseTableBig {
    color: #222;
    font-size: 16px;
}

.courseTableBig td {
    padding:16px;
}

.courseTableBig tr td:first-child {
    font-weight: 600;
}

.courseTableBig tr:nth-child(even) {
    background-color: #F5F5F5; /* Siva barva */
}

.courseTableBig .tecTabs1 {
  width: 30%;
}

.courseTableBig .tecTabs1-1 {
  width: 70%;
}

.programi-back-img1{
    background-image: url("../img/jezikovni_tecaji_v_tujini.jpg");
    transition: background 1s linear;    
}

.programi-back-img2{
    background-image: url("../img/srednje-sole-tujina.jpg");
    transition: background 1s linear;
}

.programi-back-img3{
    background-image: url("../img/ekskurzije_tab_back.jpg");
    transition: background 1s linear;
}

.jez_tecaji_bck {
    /*background-image: url("../img/jezikovni_tecaji_v_tujini.jpg");*/
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    border-radius: 10px; 
}

.programi-left {
    background: #002752 0% 0% no-repeat padding-box;
    border-radius: 10px 0px 0px 10px;
    opacity: 1;
    mix-blend-mode: multiply;   
}

.accordion-main-wrapper {
    --bs-accordion-bg:none!important;margin-top: 140px;--bs-accordion-border-width:0px;position: absolute;max-width: 400px;
}

.accordion-button {
    color: #fff;  
    font-size: 21px;  
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: unset !important;
    box-shadow: none !important;
}

.accordion-item {
    color: #ffffff;
    font-weight: 200;
}

.accordion-body ul {
    list-style: none;
    line-height: 40px;
}

.accordion-body ul li a {
    color:#fff;
}
.accordion-body ul li a:hover {
    text-decoration: underline;
}

.accordion-button:not(.collapsed)::after {
    content: "\2212"; 
    transform: none !important;    
}

.accordion-button::after {
    content: "\002B";
    background-image: none !important;    
}

.accordion-button:focus {
    border-color: none !important; 
    box-shadow: none !important;   
}

.accom-sep-line {
    border-bottom: 1px solid #ffffff8a;
    width: 90%;
    margin: 0 auto;
}

/* vsebina */

.big-tabs-large-txt {
    position: absolute;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    top: 90px;
    left: 30px;
}

.big-tabs-large-txt-solanje {
    position: absolute;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    bottom: 20px;
    left: 30px;
}

.big-tabs-small-txt {
    position: absolute;
    color: #fff;
    top: 40px;
    left: 30px;
    font-weight: 100;   
}

.tab-flag {
    position: absolute;
    right: 15px;
    top: 15px;
    
}
.tab-flag img {
    width: 24px;
    height: 24px;
    
}

.tab-links {
    position: absolute;
    top: 190px; 
    color: #fff;
    font-weight: 300;
    font-size: 14px; 
}

.small-top-mg {
    top: 170px;     
}

.big-top-mg {
    top: 190px;     
}

.tab-links li {
    line-height: 25px;    
}

.tab-links ul {
  position: relative;
  list-style: none;
  padding-left: 1rem;
  margin-left: 15px;
}

.tab-links li::before {
  content: '\1F892';
  position: absolute;
  left: 0;
}


.city-tabs-title {
    position: absolute;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    top: 50px;
    left: 30px;
}

.small-lng-slide:hover .city-tabs-title{
    text-decoration: underline;     
}

.tabs__bar.eksk .tabs__controls {
    margin-right: 20px; 
    padding: 10px 10px;   
}

.izbor-tecajev div .link.school:hover {
    text-decoration: underline;         
}

.izbor-tecajev div .naziv.school:hover {
    text-decoration: underline;             
}

.step-app > .step-steps {
    border-radius: 8px 8px 0 0 !important;
}

.step-app > .step-footer {
    border-radius: 0 0 8px 8px !important;
}

.step-app > .step-footer > .step-btn:hover {
    text-decoration: underline;
}

.step-content input[type="text"] {
    height: 40px;
    padding: 8px 20px !important;
    border-radius: 50px !important;
}