/*!
 * Asferico 2020 Styles v1.0.2 
 * Copyright 2020 
 * Licensed under MIT
 */


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
html, body {
  font-family: 'Roboto', Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #ffffff;
  background-color: #000; 
  min-width: 90%;
  min-height: 90vh;
}
/*
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
html, body {
  font-family: 'Montserrat', Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}
*/
.body_bg {
  background-image: url("../images/background9.png");
  background-repeat: no-repeat;
  background-position: left; /* Center the image */
  background-size: contain;
  background-attachment: fixed;
}

.spacer-bar-s {
  position: relative;
  clear: both;
  display: block;
  width: 100%;
  height: 16px;
}
.spacer-bar-m {
  position: relative;
  clear: both;
  display: block;
  width: 100%;
  height: 32px;
}
.spacer-bar-l {
  position: relative;
  clear: both;
  display: block;
  width: 100%;
  height: 64px;
}
/* -------------------------------- */
/* ---- HEADER -------------------- */
/* -------------------------------- */

header#home-header .home-wrapper {margin-top: 64px;}
header#web-header .home-wrapper {margin-top: 32px;}
header#home-header img.logo-big {
  max-width: 810px;
  height: auto;
  width:45%;
  min-width:280px;
}
header#web-header img.logo-big {
  max-width: 260px;
  height: auto;
  width: 15%;
  min-width: 110px;
}

header#home-header nav.navbar ul { margin:64px auto 0; }
header#web-header nav.navbar ul { margin:16px auto 0; }

nav.navbar { z-index: 100000; }
nav.navbar button { background-color: #000 }
nav.navbar ul li {
  padding: 8px 32px;
}
nav.navbar ul li a {
  color:#fff;
  font-size: 1.5rem;
  line-height: 1rem;
}
nav.navbar ul li a.current-nav {border-bottom: 1px solid #fff;}

a:focus, button:focus {
  outline: 0px solid #fff;
}

.asferico-mob-nav-button {
  top: 16px;
  left: 16px;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler.navbar-dark {
  border-color: rgb(255,255,255);
} 

/* -------------------------------- */
/* ---- GENERAL ------------------- */
/* -------------------------------- */
.row {padding-top: 15px;padding-bottom: 15px;}

.img_detail {
  max-width:428px;
  width: 100%;
  height:auto;
  margin: 0 0 32px 0;
}

/* -------------------------------- */
/* ---- LIVE ---------------------- */
/* -------------------------------- */

.live_list a {
  position: relative;
  display: block;
  line-height: 1.1rem;
  color: #fff;
  letter-spacing: 1px;
  transform: scale(1,0.9);
}
.live_list a:hover {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.box_live {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    border: 0;
    text-align: left;
}
img.live_box_image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 0 16px 0;
  padding: 16px;
}
.legend_event{
    width: auto;
    display: none;
    margin: 0 auto;
    padding: 0;
}

#live_preview {
    position: absolute;
    display: none;
    top:0px;
    left:0px;
    width: auto;
    max-width: 360px;
    height: auto;
    padding: 16px;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    background-color: #fff;
    z-index: 10000;
    -webkit-box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.3);
    margin-bottom: 32px
}
#live_preview .close_ico {
  position: relative;
  display: block;
  text-align: right;
  font-weight: bold;
  width: 100%;
  margin-top: -10px;
  margin-left: 10px;
}
#live_preview .close_ico img { width: 16px; height: 16px; }
#live_preview .close_ico:hover {cursor: pointer;}
#live_preview .inner-content {
  position: relative;
}
#live_preview a { display: block; }

/* -------------------------------- */
/* ---- LISTENT ------------------- */
/* -------------------------------- */

/* -------------------------------- */
/* ---- CONTACT ------------------- */
/* -------------------------------- */

img.mail_img {
  position: relative;
  display: block;
  margin: 64px auto;
}
.social_links {margin-top: 64px;}
.social_links a.social_ico {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 16px;
  filter: invert(1);
}

/* -------------------------------- */
/* ---- FOOTER -------------------- */
/* -------------------------------- */

.sp-footer {
  position: relative;
  clear: both;
  display: block;
  width: 100%;
  height: 64px;
}

/* ============================================================== */
/* ============================================================== */
/* ========   RESPONSIVE   ====================================== */
/* ============================================================== */
/* ============================================================== */

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .row {padding-top: 0px;padding-bottom: 0px;}
  .img_detail { max-width:100%; }
  .col-xs-12 {padding-top: 15px;padding-bottom: 15px}
}

/* @media only screen and (min-width: 320px) and (max-width: 768px) {} */

/* ============================================================== */
/* ============================================================== */
/* ========   /RESPONSIVE   ===================================== */
/* ============================================================== */
/* ============================================================== */