html,
body {
  width: 100%;
  height: 100%;
  background-color: #000;
}

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif',Prompt';
}

a {
  /*color: #fdcc52;*/
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #fcbd20;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: VT323,monospace, 'Helvetica','Prompt';
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 50px 0;
}

section h2 {
  font-size: 50px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif','Prompt';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  color: #b1913f;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif','Prompt';
  font-weight: 700;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #fff;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li > a {
  font-size: 18px;
  font-family: VT323,monospace;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 20px;
}

#mainNav .navbar-nav > li > a.active {
  color: #b1913f !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #fdcc52;
}

.box-pr-video{
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    background-size: cover;
}

#press h1,h2,h3,h4,h5,h6,p {
  color: #ccc;
  font-weight: normal;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }

  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: #fff;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #b1913f;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #fdcc52;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #fdcc52;
  }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  /*background: url("../img/bg.jpg") center center #ddb3e7;
  background-size: cover;
  background: url("../img/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);*/
}

header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
  font-size: 30px;
}

header.masthead .device-container {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
  }
  header.masthead .header-content h1 {
    font-size: 50px;
  }
  header.masthead .device-container {
    max-width: 550px;
  }
}

section.download {
  position: relative;
  padding: 50px 0;
}

section.download h2 {
  font-size: 50px;
  margin-top: 0;
}

section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.download .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.download h2 {
    font-size: 60px;
    color: #fff;
  }

  header.masthead {
    /*padding-top: 70px;*/
  }
}

@media (max-width: 414px) {
  header.masthead {
    padding-top: 70px;
    padding-bottom: 10px;
  }
  section.download h2 {
    color: #fff;
  }
  section h2 {
    font-size: 30px;
  }
  .hline {display: none;}
}

.hline {
  font-size: 26px;
  padding: 0px 0px;
  color: #808285;
}
.padding_press {
  padding: 5px 30px;
}
section.press p {
  font-family: VT323,monospace, 'Helvetica','Prompt';
  font-size: 20px;
  text-align: center;
}


section.press .section-heading {
  margin-bottom: 25px;
  padding: 0px 10px;
}

section.press .section-heading h2 {
  margin-top: 0;
}

section.press .section-heading p {
  margin-bottom: 0;
}

section.press .device-container,
section.press .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.press .device-container {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  section.press .device-container {
    margin-bottom: 0;
  }
}

section.press .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.press .feature-item h3 {
  font-size: 30px;
}

section.press .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
  background: linear-gradient(to left, #7b4397, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.cta {
  position: relative;
  padding: 40px 0;
  background-image: url("../img/bg_info.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 65px;
  }
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.ticket {
  text-align: center;
}

section.ticket h2 {
  font-family: 'Prompt';
  margin-top: 0;
  margin-bottom: 10px;
}

section.ticket h2 i {
  color: #dd4b39;
}

section.ticket ul.list-social {
  margin-bottom: 0;
}

section.ticket ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.ticket ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.ticket ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.ticket ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.ticket ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.ticket ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.ticket ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

footer {
  padding: 0px 0px;
  text-align: center;
  background-color: #000;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.bg-press2 {
  background: #e5bd75;
}

.bg-press {
  background: url("../img/bg_vtr.jpg") center center #000;
  background-size: cover;
}

.bg-ticket {
  background: url("../img/bg_ticket.jpg") center center #ddb3e7;
  background-size: cover;
}

.box-ticket-im{
    border: solid 1px #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.box-ticket-im-head{
    font-family: VT323,monospace, 'Helvetica','Prompt';
    background: none;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    border-bottom: none;
}
.box-ticket-im-content{
    font-family: VT323,monospace, 'Helvetica','Prompt';
    background: none;
    padding: 5px 25px;
    text-align: center;
    height: 170px;
    color: #fff;
    border-top: none;
}
.box-ticket-im-content h2{
    font-size: 80px;
    margin: 0;
}
.box-ticket-im-content h3{
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
}
.box-ticket-im-content h4{
    font-size: 32px;
    text-transform: uppercase;
    margin: 25px 0 0 0;
    font-weight: bold;
}
.box-ticket-im-content h5{
    font-size: 22px;
    text-transform: uppercase;
    margin: -5px 0 0 0;
    font-weight: bold;
    line-height: 25px;
}
.box-ticket-im-content-big{
    background: none;
    text-align: center;
    height: 400px;
    overflow: hidden;
    border-top: none;
}
.box-ticket-text {
    text-align: center;
    padding: 30px;
    font-size: 12px;
}

.box-ticket-text a {
    display: inline-block;
    width: 100px;
    height: 100px;
    vertical-align: top;
    margin: 10px;
}

.box-ticket-text a .icon-ticket {
    width: 100px;
    height: 100px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    border: solid 2px;
}

.box-ticket-text a:hover .icon-ticket, .box-ticket-text a:focus .icon-ticket {
    background-color: #8c4040;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.box-ticket-text a .icon-ticket img {
    width: 85%;
    margin: 10px 0px 0 0;
}

.box-ticket-text a p {
    margin-top: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}


.text-primary {
  color: #fdcc52;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #b1913f;
  background-color: #b1913f;
}

.btn {
  border-radius: 300px;
  font-family: VT323,monospace;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 18px;
  padding: 15px 70px;
}

.box-follow{
    position: relative;
    z-index: 60;
    background: #b3b1bd;
    padding: 20px;
}
.box-follow h2{
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 2rem;
}
.box-follow a{
  color: #000;
  text-decoration: none;
}
.box-media-partner {}
.box-media-partner a {margin: 0px 30px;}

.box-hottracks{
    background-size: cover;
}
.box-video-player{
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}
.box-pr-video{
    background: linear-gradient(to right, #cd464e,rgb(228, 75, 8) , rgb(100, 41, 249));
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

ul.yt-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.yt-list li{
    display: block;
    border-top: 1px dashed #3ae70b;
    /*-moz-border-image: -moz-linear-gradient(left, #cc2f82 0%, #2b6e96 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #cc2f82 0%, #2b6e96 100%);
    border-image: linear-gradient(to right, #cc2f82 0%, #2b6e96 100%);
    border-image-slice: 1;*/
}
ul.yt-list li:first-child{
    border-top: 1px dashed #3ae70b;
}
ul.yt-list li a{
    color: #3ae70b;
    font-family: VT323,monospace;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    padding: 7px 10px;
}
ul.yt-list li a:hover,
ul.yt-list li a:focus{
    background: #000;
    color: #b1913f;
    text-decoration: none;
}

ul.yt-list li a i{
    margin-right: 10px;
    color: #3ae70b;
}
ul.yt-list li a.activeplayer,
ul.yt-list li a:hover.activeplayer,
ul.yt-list li a:focus.activeplayer{
    background: #000;
    color: #b1913f;
}

/* Social Stream */

.dcsns-toolbar {
    margin-bottom: 30px;
    margin-top: 30px;
}

.dcsns-toolbar .filter .link-all {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    padding: 0;
    text-transform: capitalize;
}

.dcsns-toolbar .filter li a {
    width: auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}
