/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    /*padding-bottom: 40px;*/
    color: #5a5a5a;
}



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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 30;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}





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

/* Carousel base class */
.carousel {
    height: 954px;
    /*margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    background-color: #777;
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    /*height: 960px;*/
}

.carousel .item .container{
    /*  display: none;*/
}

.carousel .carousel-indicators{
    /*display:none;*/
}

/* Remove left right arrow */
/*.carousel-control span.glyphicon{display:none !important;}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
    padding-right: 15px;
    padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}



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

@media (min-width: 768px) {

    /* Remove the edge padding needed for mobile */
    .marketing {
        padding-right: 0;
        padding-left: 0;
    }

    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left:  15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left:  0;
    }

    /* 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;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}


/* custom new styles */

.container .row_inner{
    position:fixed;
    top: 14%;
    z-index: 25;
}

.border{border:1px solid red;}
.black{background-color:rgba(0, 0, 0, 0.65);}
.hide{display:none;}
.p15{padding:15px;}
.corner{
    -webkit-border-top-right-radius: 3px;-webkit-border-bottom-right-radius: 3px;	-webkit-border-top-left-radius: 3px;-webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topright: 3px;-moz-border-radius-bottomright: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-bottomleft: 3px;
    border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-bottom-left-radius: 3px;
}
.mt345{margin-top: 345px;}
.address_box{color:white;}

.redbutton{
    padding: 6px 8px;
    -webkit-border-top-right-radius: 3px;-webkit-border-bottom-right-radius: 3px;	-webkit-border-top-left-radius: 3px;-webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topright: 3px;-moz-border-radius-bottomright: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-bottomleft: 3px;
    border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-top-left-radius: 3px;border-bottom-left-radius: 3px;
    border-top: 1px #c50c20 solid;		cursor: pointer;		color: white;		text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    background: #c50c20;		border:none;
    background: -moz-linear-gradient(top, #c50c20 0%, #8f0222 63%, #8f0222 63%, #8e091d 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c50c20), color-stop(63%,#8f0222), color-stop(63%,#8f0222), color-stop(100%,#8e091d));
    background: -webkit-linear-gradient(top, #c50c20 0%,#8f0222 63%,#8f0222 63%,#8e091d 100%);		background: -o-linear-gradient(top, #c50c20 0%,#8f0222 63%,#8f0222 63%,#8e091d 100%);
    background: -ms-linear-gradient(top, #c50c20 0%,#8f0222 63%,#8f0222 63%,#8e091d 100%);		background: linear-gradient(to bottom, #c50c20 0%,#8f0222 63%,#8f0222 63%,#8e091d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c50c20', endColorstr='#8e091d',GradientType=0 );
    font-weight: bold;
}
.custom{
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.loading {
    position: absolute;
    top: 0;
    pointer-events: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.loading:after, .loading:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 999;
}

.loading:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background-color: #fff;
}

.loading:after {
    top: 50%;
    left: 50%;
    border-radius: 40px;
    border-width: 6px;
    border-style: solid;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-top-color: #dee2e6;
    border-right-color: #dee2e6;
    border-bottom-color: #c50c20;
    border-left-color: #c50c20;
    -webkit-animation: rotate .5s linear .2s infinite;
    animation: rotate .5s linear .2s infinite;
}

@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}