.content { background: url(../../../templates/fiesta-americana/assets/images/bg-content.jpg); width: 100%; height: 100vh; }

.navbar { margin-bottom: 0px; background: #fff; }
.navbar-vertical-align-middle { height: 60px; margin-top: 50px; white-space: nowrap; }

.receiver-name { font-size: 14px; float: right; margin-right: 12px; margin-top: 10px; }

.panel { box-shadow: 5px 5px 2px rgba(0,0,0,.10); border: 0px none transparent; }

.panel-body { min-height: 445px; }

.panel-heading { display: none; }

.national-language-text { color: #666; }
.international-language-text { color: #f18903; }

.img-responsive { margin: 0 auto; }

.height-40 { height: 40px; }

.height-20 { height: 20px; }

.text-bold { font-weight: bold; }


.navbar-news { background: #363233; height: 60px; line-height: 60px; }

.marquee { overflow: hidden; white-space: nowrap; color: #fff; width: 100%; }
.first-news-batch { display: inline-block; animation: marquee 30s linear infinite; }
.second-news-batch { display: inline-block; animation: marquee2 30s linear infinite; animation-delay: 15s; }

@keyframes marquee {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
}

@keyframes marquee2 {
    from { transform: translateX(0%); }
    to { transform: translateX(-200%); }
}

.news-odd { color: #fff; padding-left: 20px; }
.news-even { color: #f18903; padding-left: 20px; }

.logo-cast { float: left; bottom: 40px; position: absolute; }

