/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
.table-condensed>thead>tr>th {
    color:#cf3c3c;
}
.tt-button{
    margin-top: 10px;
   
}


body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

a{
    color:#cf3c3c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p,label {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}
i{
    color:#f64747;
}

.row {
    margin:0px !important;
}
.btn-default,.btn-primary, #mc-embedded-subscribe  {
    color: #cf3c3c;
    background-color: black;
    border-color: #cf3c3c;
}

, .btn-default:hover, .btn-default:focus,  {
    color: #ccc!important ;
    background-color: #cf3c3c;
    border-color: #ccc;
}
.red-text{
    color:#cf3c3c;
}

.blackboard {
    background-color: rgba(0,0,0,0.5);
    padding: 30px 20px;
}



a {
    color: #f64747
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #f64747;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-brand{
    padding: 5px 15px; 
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}



.intro .intro-body .intro-text {
    font-size: 18px;
}
.photo-credit{
    display: block;
    margin: 20px 0;
    opacity: .6;
}

#about{

    display: table;
    width: 100%;
    height: auto;
    padding:100px 0;
    text-align: left;
    color: #000;
    background-color: #fff;
}
#about .about-body{
     display: table-cell;
    vertical-align: middle;

}
#music{
    padding: 200px 0 0 0;  
}

#tour{
    display: table;
    width: 100%;
    height: auto;
    padding:100px 0;
    text-align: left;
    color: #000;
    background-color: #fff;

}
.tourEvent{
    
    padding: 10px 0px 10px 0px !important;

}
.tourEvent ul{
    list-style: none;
    border:#f64747 solid 1px;
    margin: 10px;
    padding: 10px 0px 20px 20px;
    min-height: 280px;
}
.tourEvent ul li{
    padding: 0;
}
.tourEvent ul li h5{
    font-size: 14px;
    font-weight: bolder;
    margin: 0;
    padding: 20px 0 0 0;
}
.tourEvent ul li p{
    color: #999;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
#videos{
        padding:100px 0;
}



#contact{
    display: table;
    width: 100%;
    height: auto;
    padding:100px 0;
    text-align: center;
    color: #000;
    background-color: #fff;


}

#contact h3{
    font-size: 21px;
    margin: 0 0 5px;
}
#contact input{
    width: 100px;
    padding: 10px;
}
#mc_embed_signup_scroll input{
    color: black !important;
}

#tour .calendar-container{
    background-color: white!important;
}


@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 60px;
        margin-bottom: 5px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
        color: #f64747;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #f64747;

}


ul.banner-social-buttons {
    margin-top: 0;
}

#mail{
    padding-bottom: 100px;
    background-color: #cf3c3c;
}
#mail #mc_embed_signup{
    width: 400px;
    padding: 10px;
    color: #fff;   
    background-color: #cf3c3c;

}

#mailTop label{
    display: block;
    font-size: 16px;
    margin-bottom:10px ;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    letter-spacing: 1px;
}
#mail label{
    display: block;
    font-size: 16px;
    margin: 35px 0 5px 0px;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    letter-spacing: 1px;
}


footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}


#mailTop{
    background-color: rgba(246,71,71,0.8);
    float: right;
    padding: 20px 40px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}



/* timeline */





/* modal */
.modal{
    background-color: rgba(0,0,0,.6);
}
.modal-content{
    background-color: rgba(0,0,0,0);
    box-shadow: none!important;
    border: none!important;
}
.modal-header{
    border-bottom: 1px solid #cf3c3c;
}
.modal-footer{
    border-top: 1px solid #cf3c3c;
    text-align: center;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive {
    display: block;
    height: auto;
}
#image-gallery-image{
    display: block;
    margin: 0 auto 
}
.close{
    color: white;
    opacity: .8;
}
.close:focus, .close:hover{
    color: white;
    opacity: .4;

}

/* carousel */
.carousel-inner .thumbnail{
    margin:;
}
.thumbnail{
    border: none;
    border-radius: 1px;
    background-color: rgba(0,0,0,0);
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
    border: none;
}
.thumbnail p{
    font-size: 14px;
    margin:10px; 
    text-align: center;

}
.carousel-control.right, .carousel-control.left{
    background-image:none;
    height: 40px;
    width: 40px;
    border-radius:40px; 
    background-color: #cf3c3c;
    font-size: 24px;
    opacity: 1;
    margin-top: 100px;
}
.carousel-control:focus, .carousel-control:hover{
    opacity: 1;
    background-color: #f64747;
}

.well{
    background-color: rgba(0,0,0,0);
    border: none;
}

/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control {
    left: -12px;
}
.carousel-control.right {
    right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
    background: rgba(246,71,71,0.5);
    border: none;
}
.carousel-indicators .active {
    background: #cf3c3c ;

}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 18px;
        line-height: 1.6;
    }
    #videos iframe, .mp4{
        margin:30px 0;
        width:620px;
        height:348px; 
    }
    
     
}

.intro .intro-body .brand-heading img {
    display: block;
    margin: 100px auto 0px auto;
    padding-left: 40px;
}
#logo-cel{
    display: none;
}
@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
   
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
     #videos iframe, .mp4{
        margin:30px 0;
        width:380px;
        height:214px; 
    }
    #statistics{
        font-size: 11px;
    }
    #mailTop{
        display: none;
    }
}
@media(max-width:480px) {
    
     #videos iframe, .mp4{
        margin:30px 0;
        width:310px;
        height:175px; 
    }
    #statistics{
        font-size: 9px;
    }
    .intro .intro-body .brand-heading img {
    padding-left: 10px;
    margin: 20px auto 0px auto
    }
    #mail #mce-EMAIL{
    width: 100%;
    padding: 10px;
    border:solid 1px #cf3c3c;
    color: #cf3c3c;
    }
    #logo-cel{
    display: block;
    }
    #logo-desk{
    display: none;
    }
    #mail label{
    margin: 40px 0 0 0;
    width: 200px;
    font-size: 14px;
    }

    #mail #mc_embed_signup{
    width: 200px;
    }
}

.fb-button a {
    width: 100px;
    height: 40px;
    background-color: #4a66a0;
    padding: 5px;
    margin: 10px;
    text-align: center;
    font-family: "arial", sans-serif !important;
    font-weight: bold;
    color: #fff !important;
    font-size: 10px;
    border-radius: 4px;
}
.fb-button a i{
    padding: 0px 5px;
    color: #fff !important;
}