@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,latin-ext);
body {
  width: 100%;
  height: 100%;
  font-family: 'Open Sans Condensed', sans-serif;
  /*font-family: "Lora","Helvetica Neue",Helvetica,Arial,sans-serif;*/
  color: white;
  background-color: black;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
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: #eaae4e;
  -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: #bc7c16;
}
.light {
  font-weight: 400;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: black;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: white;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: none;
}
.navbar-custom a {
  color: white;
}
.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;
}
.navbar-custom .nav li a:hover {
  color: rgba(255, 255, 255, 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: #eaae4e;
}
.navbar-custom .nav li.active a:hover {
  color: white;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/intro-bg.jpg) no-repeat center scroll;
  background-color: black;
  -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: 60px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding-top: 100px;
}
.download-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(../img/disco_bg.jpg) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 150px;
  }
  .download-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 #eaae4e;
  color: #eaae4e;
  background-color: transparent;
  margin-bottom: 5px;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #eaae4e;
  outline: none;
  color: black;
  background-color: #eaae4e;
}
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);
}
.thumbnail {
  border-radius: 0;
  border: 0!important;
  background-color: #000;
}
.thumbnail .caption {
  padding-top: 15px;
}
.thumbnail img {
  padding-top: 15px;
}
.thumbnail h3 {
  margin: 0!important;
}
.thumbnail p {
  margin: 0;
}
.thumbnail h3 {
  color: #eaae4e;
  font-size: 22px;
}
.thumbnail p {
  color: #fff;
  text-transform: uppercase;
}
.highlight {
  font-size: 22px;
  font-weight: bold;
  background-color: #eaae4e;
  color: #000;
  display: block;
  width: 100%;
}
@media (min-width: 767px) {
  .highlight {
    font-size: 26px;
  }
}
#contact {
  font-size: 18px;
}
#contact .control-label {
  font-weight: 300;
}
#contact .form-control {
  border-radius: 0;
  background-color: #000;
  color: #fff;
  font-size: 16px;
}
#contact .form-control:focus {
  outline: none;
  border-color: #eaae4e;
}
label.jqInvalid {
  color: red;
}
.morecontent span {
  display: none;
}
.morelink {
  display: block;
}
.cover {
  position: absolute;
  top: 20px;
  right: 5px;
  max-width: 30%;
}
@media (min-width: 767px) {
  .cover {
    top: 0;
    width: 30%;
    margin-left: 300px;
  }
}
.modal-content {
  font-size: 26px;
  color: #000;
  text-align: left;
}
.introo {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../img/18.jpg) no-repeat center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.introo .introo-body {
  display: table-cell;
  vertical-align: middle;
}
.introo .introo-body .brand-heading {
  font-size: 26px;
}
.introo .introo-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .introo {
    height: 100%;
    padding: 0;
  }
  .introo .introo-body .brand-heading {
    font-size: 60px;
    color: #eaae4e;
  }
  .introo .introo-body .introo-text {
    font-size: 26px;
  }
}
.bigg {
  font-size: 100px;
  background: transparent;
}
.bigg:hover,
.bigg:focus {
  outline: none;
  color: white;
}
.bigg i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.bigg:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
.gold {
  color: #D5AD6D;
  /*if no support for background-clip*/
  background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, #d5ad6d 0%, #d5ad6d 26%, #e2ba78 35%, #a37e43 45%, #91703b 61%, #d5ad6d 100%);
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.table-hover tr:hover,
.table-hover tr:focus {
  color: #000;
  font-weight: bold;
}
.nav-tabs {
  margin-bottom: 10px;
}
.tab-content {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000;
  font-size: 14px;
  background-color: #eaae4e;
  border-color: #eaae4e;
  /*font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-weight: bold;
  text-transform: uppercase;
}
.nav-tabs > li > a {
  border-radius: 0;
  font-size: 14px;
  /*font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #efc37c;
  border-color: #efc37c;
  color: #000;
}
@media (max-width: 768px) {
  #links a img {
    width: 140px;
  }
}
#rendeles {
  font-size: 18px;
}
#rendeles .control-label {
  font-weight: 300;
}
#rendeles .form-control {
  border-radius: 0;
  background-color: #000;
  color: #fff;
  font-size: 16px;
}
#rendeles .form-control:focus {
  outline: none;
  border-color: #eaae4e;
}
/*@media(min-width:767px) {
    #rendeles {

    }    
}*/
.media-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(../img/media_bg.jpg) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.panel-body {
  background-color: #000;
}
.panel-group .panel {
  border-radius: 0;
}
/* AUDIO PLAYER */
/*
Skeleton v1.2
Copyright: Dave Gamache
www.getskeleton.com
Free to use under the MIT license.
http://www.opensource.org/licenses/mit-license.php
Modifications by Mark Hillard
*/
/* Highlight Styles */
::selection {
  background-color: #262223;
  color: #444;
}
::-moz-selection {
  background-color: #262223;
  color: #444;
}
/* Music Player (Default - Firefox) */
audio {
  margin: 0 14px;
  width: 672px;
}
#audiowrap {
  background-color: #231F20;
  margin: 0 auto;
  padding-bottom: 9px;
}
#plwrap {
  margin: 0 auto;
  height: 300px;
  overflow-y: scroll;
}
#tracks {
  min-height: 66px;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 16px;
}
#nowPlay {
  display: inline;
}
#npTitle {
  margin: 0;
  padding: 21px;
  text-align: right;
}
#npAction {
  padding: 21px;
}
#plList {
  margin: 0;
}
#plList li {
  background-color: #231F20;
  cursor: pointer;
  margin: 0;
  padding: 21px 0;
}
#plList li:hover {
  background-color: #262223;
}
.plItem {
  position: relative;
}
.plTitle {
  left: 40px;
  overflow: hidden;
  position: absolute;
  right: 65px;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
}
.plNum {
  padding-left: 21px;
  width: 25px;
}
.plLength {
  padding-left: 21px;
  position: absolute;
  right: 21px;
  top: 0;
}
.plSel,
.plSel:hover {
  background-color: #262223!important;
  cursor: default!important;
}
a[id^="btn"] {
  background-color: #231F20;
  color: #C8C7C8;
  cursor: pointer;
  font-size: 50px;
  margin: 0;
  padding: 0 27px 11px;
  text-decoration: none;
}
a[id^="btn"]:last-child {
  margin-left: -3px;
}
a[id^="btn"]:hover,
a[id^=btn]:active {
  background-color: #262223;
}
a[id^="btn"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Music Player (Chrome) */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  audio {
    margin: 0;
    width: 100%!important;
  }
  #audiowrap {
    background-color: #131313;
    padding-bottom: 24px;
  }
  a[id^="btn"] {
    background-color: #131313;
  }
  a[id^="btn"]:hover {
    background-color: #161616;
  }
  #plList li {
    background-color: #131313;
  }
  #plList li:hover {
    background-color: #161616;
  }
  .plSel,
  .plSel:hover {
    background-color: #161616!important;
  }
}
/* Music Player (IE 10) */
html[data-useragent*="MSIE 10.0"] audio {
  margin: 0;
  width: 100%;
}
html[data-useragent*="MSIE 10.0"] #audiowrap {
  background-color: #000;
}
html[data-useragent*="MSIE 10.0"] #tracks {
  min-height: 62px;
  top: 11px;
}
html[data-useragent*="MSIE 10.0"] a[id^="btn"] {
  background-color: #000;
}
html[data-useragent*="MSIE 10.0"] a[id^="btn"]:hover {
  background-color: #080808;
}
html[data-useragent*="MSIE 10.0"] #plList li {
  background-color: #000;
}
html[data-useragent*="MSIE 10.0"] #plList li:hover {
  background-color: #080808;
}
html[data-useragent*="MSIE 10.0"] .plSel {
  background-color: #080808!important;
}
html[data-useragent*="MSIE 10.0"] .plSel:hover {
  background-color: #080808!important;
}
/* Music Player (IE 11) */
html[data-useragent*="rv:11.0"] audio {
  margin: 0;
  width: 100%;
}
html[data-useragent*="rv:11.0"] #audiowrap {
  background-color: #000;
}
html[data-useragent*="rv:11.0"] #tracks {
  min-height: 62px;
  top: 11px;
}
html[data-useragent*="rv:11.0"] a[id^="btn"] {
  background-color: #000;
}
html[data-useragent*="rv:11.0"] a[id^="btn"]:hover {
  background-color: #080808;
}
html[data-useragent*="rv:11.0"] #plList li {
  background-color: #000;
}
html[data-useragent*="rv:11.0"] #plList li:hover {
  background-color: #080808;
}
html[data-useragent*="rv:11.0"] .plSel {
  background-color: #080808!important;
}
html[data-useragent*="rv:11.0"] .plSel:hover {
  background-color: #080808!important;
}
/* Media Queries (Devices & Browsers)
================================================== */
/* Tablet Portrait Size to Standard 960 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  audio {
    width: 528px;
  }
}
/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  audio {
    width: 391px;
  }
  #npAction {
    position: absolute;
  }
  #npTitle {
    width: 261px;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {
  audio {
    width: 271px;
  }
  #npAction {
    position: absolute;
  }
  #npTitle {
    width: 156px;
  }
}
/* Chrome Hacks */
@media only screen and (max-width: 959px) and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-width: 767px) and (min-width: 480px) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-width: 479px) and (-webkit-min-device-pixel-ratio: 0) {
  audio {
    width: 100%;
  }
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
  background-color: #222;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
.music-section {
  width: 100%;
  /*padding: 50px 0;*/
  padding-bottom: 150px;
  color: white;
  background: url(../img/m_bg.jpg) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#videos {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .hangszer {
    max-width: 100%;
  }
}
.modal {
  width: 100%;
  background-color: #000;
  margin: 0 auto;
  height: 100%;
  border: 0;
}
.modal-dialog {
  border: 0;
  width: 100%;
}
.modal-content {
  border: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
}
.modal-header {
  width: 100%;
  border: 0;
}
.modal-body {
  width: 100%;
  border: 0;
  font-size: 16px;
  font-size: 18px;
}
.modal-body .control-label {
  font-weight: 300;
}
.modal-body .form-control {
  border-radius: 0;
  background-color: #000;
  color: #fff;
  font-size: 16px;
}
.modal-body .form-control:focus {
  outline: none;
  border-color: #eaae4e;
}
.modal-footer {
  border: 0;
}

.carousel-control.right {
  background-image: none;
}

.carousel-control.left {
  background-image: none;
}

.carousel-indicators {
  margin-top: 4em;
  position: relative;
}