@import '../css/bootstrap.min.css';
@import '../css/font-awesome.min.css';
/* Main Primary color */
/* Main Secondary color (1) */
/* Main Secondary color (2) */
/* Main Complement color */
@-webkit-keyframes scaleBackground {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 120%;
  }
}
@-moz-keyframes scaleBackground {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 120%;
  }
}
@keyframes scaleBackground {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 120%;
  }
}
@-webkit-keyframes scaleBgImage {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
}
@-moz-keyframes scaleBgImage {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
}
@keyframes scaleBgImage {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
body {
  width: 100%;
  height: 100%;
  font-family: open-sans-condensed, sans-serif;
  color: #DDECF4;
  background-color: #404B64;
  font-size: 20px;
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
}
h2 {
  font-size: 35px;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}
a {
  color: #F8CA70;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #f3a60f;
}
hr {
  border-top: 1px solid #162549;
}
.light {
  font-weight: 400;
}
.navbar-collapse {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  text-align: center;
}
@media (max-width: 767px) {
  .navbar-collapse {
    text-align: right;
  }
  .navbar-collapse.collapse.in {
    background-color: rgba(64, 75, 100, 0.9);
  }
}
.navbar-custom {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 20px;
  background-color: rgba(64, 75, 100, 0.2);
}
.navbar-custom .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #F8CA70;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom a {
  color: #f2f4f3;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  font-weight: bold;
}
.navbar-custom .nav li a:hover {
  color: rgba(248, 202, 112, 0.8);
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(242, 244, 243, 0.3);
}
@media (min-width: 768px) {
  .navbar-custom {
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
  }
}
.intro {
  display: table;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}
.content-section {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .content-section {
    padding-top: 50px;
  }
}
.live-shows-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media (min-width: 767px) {
  .live-shows-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #a9927d;
  color: #a9927d;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #a9927d;
  outline: none;
  color: black;
  background-color: #a9927d;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
footer {
  padding: 50px 0;
}
footer p {
  margin: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
body .navbar #trophies-home {
  display: none;
}
body .navbar #trophies-home-sm {
  display: inline-block;
}
@media (min-width: 768px) {
  body .navbar .navbar-nav {
    width: auto;
    display: block;
    float: none;
    vertical-align: top;
  }
  body .navbar .navbar-nav > li {
    float: none;
    display: inline-block;
    padding: 0 1%;
  }
  body .navbar .navbar-nav > li.no-padding-left {
    padding-left: 0px;
  }
  body .navbar .navbar-collapse {
    text-align: center;
  }
  body .navbar #trophies-home {
    display: inline-block;
  }
  body .navbar #trophies-home-sm {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 800px) {
  body .navbar .navbar-nav > li {
    padding: 0 2%;
  }
}
@media (min-width: 768px) and (min-width: 1220px) {
  body .navbar .navbar-nav > li {
    padding: 0 5%;
  }
}
body section {
  height: 100%;
  overflow: hidden;
}
body #trophies-logo {
  max-width: 630px;
  width: 100%;
}
body .intro {
  display: table;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  body .intro {
    background-image: url(../video/poster.jpg);
    background-position: center center;
  }
}
body .intro #home-video {
  position: absolute;
  width: auto;
  height: auto;
  z-index: -100;
  opacity: 0.3;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 767px) {
  body .intro #home-video {
    display: none;
  }
}
body .twitter-timeline-rendered {
  width: 100%!important;
  min-width: 100%!important;
}
body #band.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}
body #band .row {
  margin: 0;
}
body #band .row .band-member {
  margin: 0px;
  padding: 0px;
  height: 50%;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  body #band .row .band-member {
    height: 300px;
  }
}
body #band .row .band-member h3 {
  position: absolute;
  bottom: 0;
  font-size: 35px;
  width: 100%;
  text-align: right;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  text-transform: none;
}
body #band .row .band-member .image {
  width: 100%;
  height: 100%;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body #band .row .band-member .image:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
body #band .row .band-member.flash .image {
  background-image: url(../img/flash.jpg);
}
body #band .row .band-member.danny .image {
  background-image: url(../img/danny.jpg);
}
body #band .row .band-member.lee .image {
  background-image: url(../img/lee.jpg);
}
body #band .row .band-member.moyano .image {
  background-image: url(../img/moy.jpg);
}
@media (min-width: 768px) {
  body #band .row {
    height: 100%;
  }
}
@media (max-width: 768px) {
  body #band {
    height: 1200px;
  }
}
body #music {
  position: relative;
  background-color: #332323;
}
@media (max-width: 768px) {
  body #music .col-sm-6 {
    padding: 20px 10px;
  }
}
body #music:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
  background-image: url(../img/studio.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
body #music .music-container {
  display: table;
  height: 100%;
  width: 100%;
}
body #music .music-container .music-body {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
body #music .music-container .music-body .album-cover {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  body #music .music-container .music-body .album-cover {
    display: none;
  }
}
body #music .music-container .music-body iframe.soundcloud-player-small {
  height: 100%;
  max-width: 300px;
  border: 0px;
}
@media (max-width: 768px) {
  body #music .music-container .music-body iframe.soundcloud-player-small {
    display: none;
  }
}
body #music .music-container .music-body iframe.soundcloud-player-full {
  height: 100%;
  border: 0px;
  display: none;
}
@media (max-width: 768px) {
  body #music .music-container .music-body iframe.soundcloud-player-full {
    display: block;
  }
}
body #live-shows .is-past-event {
  text-decoration: line-through;
}
body #live-shows .no-shows {
  padding-top: 50px;
}
body #contact {
  display: table;
}
body #contact .contact-body {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
body #contact .contact-body .footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
}
body #credits .modal-dialog {
  margin-top: 25%;
}
body #credits .modal-dialog .modal-content {
  -webkit-border-radius: '0px;';
  -moz-border-radius: '0px;';
  border-radius: '0px;';
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body #credits .modal-dialog .modal-content .modal-body {
  background-color: #2E2F33;
  color: #DDECF4;
}
body .cc_container {
  font-family: open-sans-condensed, sans-serif !important;
  background-color: #2E2F33 !important;
  font-size: 20px;
}
body .cc_container .cc_btn {
  background-color: #404B64 !important;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #F8CA70;
}
body .cc_container .cc_btn:visited {
  background-color: #404B64 !important;
}
body .cc_container .cc_btn:hover {
  background-color: #546DA6 !important;
}
