/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  /*padding-top: 74px;*/
  background-color:#060505;
  color:#fff;
}

@media (min-width: 992px) {
  body {
    /*padding-top: 76px;*/
  }  
}

@media (max-width: 992px) {
.top-cart-info, .top-account-info{
text-align:center !important;
}
}


.top-cart-info a{
color:#fff;
text-decoration:none !important;
cursor:pointer;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
.card {
  height: 100%;
}
.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.business-header {
  height: 50vh;
  min-height: 300px;
  background: url('http://placehold.it/1920x400') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.text_uppercase{
text-transform: uppercase !important;
}
.black-bg{
background-color:#000;
color:#fff;	
}
.black-bg-top{
background-color:#000;
color:#fff;	
border-bottom:1px solid #e3ff62;	
}


.help-block{
color:#ff0000;	
}
.vertical-align {
display: flex;
align-items: center;
}
.red-bg{
text-align:center;
padding:5px;	
background-color:#ff0000;
color:#fff;	
}

.red-text{
color:#ff0000;	
}

.grey-bg{
text-align:center;
padding:5px;	
background-color:#d2d2d2;
color:#000;	
}

#clock{
display:inline;	
}

/*
#tickets .row:nth-of-type(even){
   border-top:1px dotted #d2d2d2;
   border-bottom:1px dotted #d2d2d2;
   padding:10px 0 10px 0;
}
*/

#tickets .row-border, .row-border{
   border-top:1px dotted #d2d2d2;
   padding:15px 0 0 0;
}

.btn{
  white-space: normal !important; 	
  word-wrap: break-word !important;
}

.top-link{
color: rgba(255,255,255,.5);
text-decoration: none;	
}
.top-link:hover{
color: rgba(255,255,255,.75);
text-decoration: none;		
}

#backToTopBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
    outline: none; /* Remove outline */	
	cursor: pointer; /* Add a mouse pointer on hover */
	padding:5px;
	background-color:#343a40;
	border:0;
	border-radius: .25rem;
}

.help-block {
background: url("https://asot1000.pl/media/gfx/stop.png") no-repeat 0px 0px;
background-size:20px 20px;
padding-left: 30px;
padding-bottom: 2px;
}

@media (max-width: 767px) {
    .text-right { text-align:left; }
}

#ticket_personalisation_cover{
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.8);
  z-index: 2;
  text-align:center;
  color:#d2d2d2;
  font-size:25px;
}

#breadcrumbs ul {
  align-content: center;
  align-items: center;
  counter-reset: stepCount;
  display: flex;
  justify-content: space-around;
  margin: 10vh auto 20vh; /* for codepen */
}

#breadcrumbs li {
  background: dodgerblue;
  color: white;
  content: ' ';
  display: flex;
  flex-grow: 1;
  height: .3em;
  line-height: 1em;
  margin: 0;
  position: relative;
  text-align: right;
  z-index: -1;
}

#breadcrumbs li::before {
  color: white;
  background: dodgerblue;
  border-radius: 50%;
  counter-increment: stepCount;
  content: counter(stepCount); 
  height: 2em;
  left: -2em;
  line-height: 2em;
  position: absolute;
  text-align: center;
  top: -.85em;
  width: 2em;
}

#breadcrumbs li.active {
  background-color: lightblue;
}

#breadcrumbs li.active ~ li {
  background-color: lightblue;
}

#breadcrumbs li.active ~ li::before {
  background-color: lightblue;
}

#breadcrumbs li:last-child {
  flex-basis: 0;
  flex-grow: 0;
  flex-shrink: 1;
  /* Shorthand: flex: 0 1 0; */
}

.breadcrumbs_container {
      width: 100%;
      margin: 0 auto; 
  }
.breadcrumbs_progressbar {
    counter-reset: step;
}
.breadcrumbs_progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.breadcrumbs_progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 27px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}
.breadcrumbs_progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.breadcrumbs_progressbar li:first-child:after {
    content: none;
}
.breadcrumbs_progressbar li.active {
    color: green;
}
.breadcrumbs_progressbar li.active:before {
    border-color: #55b776;
}
.breadcrumbs_progressbar li.active + li:after {
    background-color: #55b776;
}

.vertical-center{
min-height: 100%;
min-height: 100vh;
display: flex;
align-items: center;	
}

.hidden{
	display: none !important;
}

.row-color-gray{
	color:#d2d2d2;
}

.border-element{
	border-color:#000 !important;
}

.bg-dark{
	background-color:#000 !important;
	color: #e3ff62 !important;
}

.nav-link{
	color: #e3ff62 !important;
}

.btn-primary {
    color: #000;
    background-color: #e3ff62;
    border-color: #e3ff62;
}

.btn-primary:hover {
    color: #000;
    background-color: #c2da54;
    border-color: #c2da54;
}

.jumbotron{
	background-color: #000;
	border: 1px solid rgba(277,255,98,.125);
}

.card{
	background-color: #000;
	border: 1px solid rgba(0,0,0,.125);
}