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

}

h1{
    font-size: 20px;
}

.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;
}

.box box-primary{
    border-top-color: #3c8dbc;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

 .box-header .box-title {
    display: inline-block;
    font-size: 15px;
    margin: 0;
    line-height: 1;
}

.concerts-list .concert-img img {
    width: 50px;
    height: 50px;
}
.concerts-list .concert-title {
    font-weight: 600;
}

.concerts-list .concert-description {
    display: block;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #72afd2;
}

.concert-list-in-box>.item {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
}

.concerts-list>.item {
    border-radius: 3px;
    /*box-shadow: 0 1px 1px rgba(0,0,0,0.1);*/
    padding: 10px 0;
    background: #fff;
}

.concerts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.concerts-list .concert-img {
    float: left;
    border: solid 1px #ccc;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}
.text-center {
    text-align: center;
}
.concerts-list .concert-img img {
    width: 50px;
    height: 50px;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.concert-list-in-box>.item:last-of-type {
    border-bottom-width: 0;
}
a {
    color: #3c8dbc;
}

.concerts-list .concert-info {
    margin-left: 60px;
}

.concerts-list>.item {
    border-radius: 3px;
    padding: 10px 0;
    background: #fff;
}
.box.box-primary {
    border-top-color: #3c8dbc;
}
.label-success {
    background-color: #00a65a !important;
}
.pull-right {
    float: right!important;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 60%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}