* {
    font-family: 'PT Sans Narrow', sans-serif;;
}

body {
    background-color: #e4e4e4;
}

.navbar-social {
    background-color: #fbcb37;
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
}

.navbar-social i.fa {
    font-size: 18px;
    color: #000000;
}

.navbar-social .nav>li>a:hover {
    background-color: #000000;
}

.navbar-social .nav>li>a:hover>i {
    color: #ffffff;
}


.navbar-bottom {
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: #ffffff;
}

.navbar-brand {
    letter-spacing:10px;
    font-size: 23px;
    color: #000000;
}

#navbar-bottom .navbar-nav>li>a {
    color: #a3a3a3;
    font-size: 16px;
}

#navbar-bottom .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #000000;
}

.carousel-caption {
    top: 40%;
}

.carousel-caption .header {
    font-weight: bolder;
    font-size: 53px;
}

.carousel-caption .middle {
    margin-top: 20px;
    margin-bottom: 14px;
}

.carousel-caption .middle i {
    font-size: 14px;
    padding: 10px;
    background-color: #ffffff;
    color: #000000;
}

.carousel-caption .bottom i {
    font-size: 28px;
    padding: 10px;
    background-color: #fbcb37;
    color: #000000;
    font-weight: bolder;
}

.container-main {
    background-color:#e4e4e4;
}

.concerts-container h2 , .actions-container h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 15px;
}

.concerts-container .concert-item .inside {
    background-color: #ffffff;
}

.concerts-container .concert-item .inside .bottom {
    padding:15px;
}

.concerts-container .concert-item .inside .bottom span {
    color: #a3a3a3;
    border-top: 1px solid #a3a3a3;
}

#row-2{
    background-color: #ffffff;
    padding-top: 30px;

}
#row-2 h1{
    letter-spacing:12px;
    font-size: 28px;
}
#row-2 p{
    font-size: 16px;
}
#row-2 .black{
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    max-height: 62px;
    width: auto;
    float: left;
    padding: 20px;
}

#row-2 .black a {
    color:#ffffff;
}

#row-2 .orange{
    background-color: #fbcb37 ;
    font-size: 16px;
    max-height: 62px;
    font-weight: bolder;
    width: auto;
    float: left;
    padding: 10px;
}
#row-2 .row{

    padding-bottom: 20px;

}
.container-contact{
    color:white;
    background-color: #000000;
    padding-bottom: 200px

}

.container-contact a, .container-contact a:hover  {
    color:white;
}

#row-3{
    padding-top: 20px;
}

.container-header-img{
    position: relative;
}
.img-title{
    position: absolute;
    top: 65%;
    width: 100%;
    letter-spacing:12px;
    color: #ffffff;
}
#row-3 .form-control{
    border-radius: 0px;
    background-color: #c9c9c9;
    font-weight: bolder;
    font-size: 14px;
}
#row-3 .form-control:focus{
    border-radius: 0px;
    background-color: #ffffff;
}

.container-left-side {
    padding-left: 5%;
}

.container-right-image {
    padding-right: 5%;
}

.btn-full-width {
    width: 100%;
    border-radius: 0px;
    background-color:#fbcb37 ;
    color: #000000;
    font-weight: bolder;
    font-size: 17px;
}


/** Media Query **/

@media screen and (max-width: 992px) {
    .carousel-caption .header {
        font-size: 20px;
    }

    .carousel-caption .middle i {
        font-size: 10px;
    }

    .carousel-caption .bottom i {
        font-size: 15px;
    }

    .carousel-caption {
        top: 20%;
    }
}

.pabeda img {
    width:32px;
}