.vcenter {
   display: inline-block;
   vertical-align: middle;
   float: none;
}

#cards  .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.3); /* Black w/ opacity */
}

/* Modal Content (Image) */
#cards  .modal-content {
  margin: auto;
  display: block;
  width: 50%;
  max-width: 400px;
  background: transparent;
  border: 0px;
  box-shadow: none;
}

/* Add Animation - Zoom in the Modal */
#cards  .modal-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
#cards  .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

#cards  .close:hover,
#cards  .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  #cards .modal-content {
    width: 50%;
  }
}

.subscribe-s {
    background: #b88350;
    text-align: right;
    padding-top: 20px; 
    padding-bottom: 0px;    
}

.nav > li > .mc_signup {
    display: inline-block;
}

.navbar-toggle .icon-bar {
    background: #ecd6b3;
}

.navbar li.active {
    background: #a24e00;
    border-radius: 30px;
}

.nav>li>a:focus, .nav>li>a:hover {
    background: transparent;
}

@media(min-width: 1170px ) {
    footer .pt-lg-3 {
        padding-top: 30px;
    }
}

.tab-pane.sliding.sliding-left {
    animation: slide-left 2s ease-out;
}

.tab-pane.sliding.sliding-right {
    animation: slide-right 2s ease-out;
}

.tab-pane.sliding.sliding-out-left {
    animation: slide-out-leftt 2s ease-out;
}

.tab-pane.sliding.sliding-out-right {
    animation: slide-out-right 2s ease-out;
}

@keyframes slide-left {
    0% { opacity: 0; transform: translateX(100%); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes slide-right {
    0% { opacity: 0; transform: translateX(-100%); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes slide-out-left {
    0% { opacity: 0; transform: translateX(0); }
    100% { opacity: 1; transform: translateX(100%); }
}

@keyframes slide-out-right {
    0% { opacity: 0; transform: translateX(0); }
    100% { opacity: 1; transform: translateX(-100%); }
}

.banner.tta2 {
    background: url(../img/ta2_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;    
}

@media(min-width: 1200px ) {
    
    .left-tta3 {
        position: absolute;        
        max-height: 350px;
        margin-bottom: 75px;  
        left: 50px;
        bottom: 0px;        
    }
    .right-tta3 {
        position: absolute;        
        margin-bottom: 75px;
        max-height: 250px;
        right: -40px;        
        bottom: 40px;
    }    
}

@media(min-width: 1500px ) {
    
    .left-tta3 {  
        left: -40px;       
    }
    .right-tta3 {
        right: -120px;  
    }    
}

@media(min-width: 1650px ) {
    
    .left-tta3 {  
        left: -160px;       
    }
    .right-tta3 {
        right: -250px;  
    }    
}

@media(min-width:1200px) { .btns-d{position:absolute;top:0px;left:0px;    padding-top: 75px; width: calc(50% - 372px);} }
@media(min-width:1200px) { .btns-c{position:absolute;top:0px;right:0px;    padding-top: 25px; width: calc(50% - 372px);} }

.btns-c a {    
  float: left;
  /*width: 100%;*/
  /*margin-left:0px;*/
  margin-top:3px;
  margin-bottom:3px;}
  /*margin-top:15px;*/

@media(max-width:1200px) and (min-width: 768) {  
  .btns-c a:nth-child(odd) { text-align: right; }
  .btns-c a:nth-child(even) { text-align: left; }
}

@media(max-width: 1200px ) {
    .center-tta2 {
        display: none;
    }
    .btns-c.row {
        margin-top: 350px;
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform:translate3d(-200%,0,0);
        -transform:translate3d(-200%,0,0);
        -visibility:visible
    } to {
        -webkit-transform:translateZ(0);
        transform:translateZ(0)
    }
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.myCarousel-indicators li {
	background: #cecece;
        text-indent: 0px;
        height: 100%;
        width: 100px;
        text-align: center;
        display: inline;
        padding: 5px 10px;
        margin: 0px;
        margin-bottom: 5px;
        color: rgba(255, 255, 255, 0.8);
        /* prevzato z bootstrapu */
        border-radius: 10px;
        cursor: pointer;
}

.myCarousel-indicators .carousel-leaders {
	background: #568a36;
}

.myCarousel-indicators .carousel-wonders {
	background: #654d8e;
}

.myCarousel-indicators .active {
    color: rgba(255, 255, 255, 1);
    border: 2px solid white;    
}

.myCarousel-indicators .carousel-leaders.active {
	box-shadow: 0 5px 15px rgba(86, 138, 54, .6);
}

.myCarousel-indicators .carousel-wonders.active {
	box-shadow: 0 5px 15px rgba(101, 77, 142, .6);
}

.myCarousel-indicators .carousel-mc {
	background: #777;
}

.myCarousel-indicators {    
    padding-left: 0px;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0%;
    /* prevzato z bootstrapu */     
    z-index: 15;    
    list-style: none;
    text-align: center;
}

.notes-missing {
    opacity: 0.3;
}

#myCarousel-leaders .item-container.card-selected {
    padding-bottom: 10px;
    border-bottom: 2px solid #568a36;
}

#myCarousel-wonders .item-container.card-selected {
    padding-bottom: 10px;
    border-bottom: 2px solid #654d8e;
}

.item div {
    padding-bottom: 10px;
    border-bottom: 2px transparent;
}

@media(max-width: 768px ) {
    .subscribe-s {
        padding-top: 0px;
    }
    .navbar {
        margin-bottom: 0px;
    }
    
    .banner.tta2 {
        background-position: center;
    }
}

@media(max-width: 576px ) {
    .banner.tta2 {
        background-position: left;
        background: url(../img/ta2_bg_mobile_vertical.jpg);
        background-size: cover;
    }
}

@media (max-width: 1199px) {
    .btns-c.with-expansion {        
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .btns-c.with-expansion {        
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .btns-c.with-expansion {        
        margin-top: 30px;
    }
}

@media (max-width: 599px) {
    .btns-c.with-expansion .col-xs-6 {        
        width: 100%;
        text-align: center!important;
    }
}

@media (max-width: 599px) {
    .btns-c.with-expansion .col-xs-6 {        
        width: 100%;
        text-align: center!important;
    }    
    .btns-a {
        margin-top: 60px;
    }
}

@media (max-width: 299px) {
    .btns-c.with-expansion, .btns-a {        
        width: 100%;        
    }
    .btns-a img {        
        width: 180px;        
    }
}

@media (max-width: 1200px) {
    #stores-top-container {
        margin-bottom: 40px;
    }
}