/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */
body {

    color: #5a5a5a;
    font-family: "Open Sans";
}

.overlay {
    color:#fff;
    position:absolute;
    z-index:12;
    top:50%;
    left:0;
    width:100%;
    text-align:center; 
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
}
.head{
    padding: 10px 0;
}

.navbar-wrapper5{background: #000;}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {

}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 1;
}

/* Declare heights because of positioning of img element */
.carousel .item {

    background-color:#555;
}
.carousel img {
    top: 0;
    left: 0;

}
.carousel-indicators li{
    width: 200px !important;
    border-radius: 1px !important;
    height: 2px !important;
}
.carousel-indicators .active{
    border: 1px solid #fc3b88 !important;
}
.links{
margin-top: 4%;
}
.links a{
    text-decoration: none;
    color: white !important;
    font-size: 15px;
    font-weight: 400;
    font-family: "Montserrat";
}






/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

    /* Navbar positioning foo */
    .navbar-wrapper {
        /*margin-top: 20px;*/
        margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}
.news-in{

    padding: 10px;
}

.news-in p{
	font-family: Raleway;
	font-weight: 500;
}
.news-tile{
    margin-bottom: 20px;
}
.news{
    padding: 30px 0;
    background: url("../images/newsbg.jpg");
    border-top: 4px solid #fc3b88 !important;
}
.news-head{
    border-top: 4px solid #fc3b88 !important;
    background-color: black;
    color: white;
    padding: 10px 0;


}
.news-head h4, .news-head p{
    font-family: "Open Sans";
}
.video-divider{
    border: 2px solid #ff096b;
    margin: 0 !important;
    margin-bottom: 20px;

}
.news-inside{
    background: white;
    padding-bottom: 10px;
}
.news-inside p{
    margin-top: 5px; 
    margin: 0 !important;
}
.video-tile{
    margin-bottom: 40px;
}
.video{
    padding: 30px 0;
    background-color: black;
    color: #ff096b;
	font-family: Raleway;
	font-weight: 500;
}
.video a{
    color: white;
	min-height: 45px;
    display: inline-block;
}
.embed-responsive-4by3{
    padding-bottom: 65%!important;
}
.sponsors{
    background-color: #181818;
    padding: 10px 0;
}
.sp-divider{
    border: 2px solid #323232;
    margin: 0 !important;

}
.sponsor-tile{
    margin-top: 10px;
}
.logo{
   /*  margin-top: 30px; */
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.fl-img{
    margin-bottom: 20px;
}
.gal-item {
    overflow: hidden;

}

.gal-item .box {
    overflow: hidden;
}

.box img {
    margin-top: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.gal-item a:focus {
    outline: none;
}



.gal-item a:hover:after {
    opacity: 1;
}

.modal-open .gal-container .modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-open .gal-item .modal-body {
    padding: 0px;
}

.modal-open .gal-item button.close {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal-open .gal-item button.close:focus {
    outline: none;
}

.modal-open .gal-item button.close span {
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow: none;
}

.gal-container .modal-dialogue {
    width: 80%;
}

.gal-container .description {
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
}

.gal-container .description h4 {
    margin: 0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

@media (min-width: 768px) {
    .gal-container .modal-dialog {
        width: 55%;
        margin: 50px auto;
    }

}

@media (max-width: 768px) {
    .gal-container .modal-content {
        height: 250px;
    }

}