@charset "utf-8";

/* Home Styles */
#content-display {
    padding-top: 2rem;
    min-height: 52rem;
}

/* Carousel */
.carousel {
    background: none;
	/*background: rgba(2, 39, 94, 0.2);*/
    /*border: 1px solid rgba(2, 39, 94, 0.8);*/
    /*border-left-width: 2rem;*/
    /*border-right-width: 2rem;*/
}

.carousel-fotx {
    min-width: 600px;
    background: none;
}

.carousel-inner {
    height: 50rem !important;
}

.item {
    height: 50rem !important;
}


/* Note: .carousel-inner {height} === .item {height} === .item img {height} + .carousel-caption {height} */

.item img {
    height: 44rem !important;
}

.carousel-caption {
	border-radius: 3rem;
}

.carousel-control {
    width: 9%;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    height: auto;
}

.carousel-control.left:hover, .carousel-control.right:hover {
    /*background: rgba(2,39,94,0.9);*/
}

#carousel-fotx > a.right.carousel-control.default-transition > span.glyphicon.glyphicon-chevron-right, #carousel-fotx > a.left.carousel-control.default-transition > span.glyphicon.glyphicon-chevron-left {
    /*color: #000000 !important;*/
	color: #666666 !important;
}

#carousel-fotx > a.right.carousel-control.default-transition:hover > span.glyphicon.glyphicon-chevron-right, #carousel-fotx > a.left.carousel-control.default-transition:hover > span.glyphicon.glyphicon-chevron-left {
    /*color: #CCCCCC !important;*/
    -webkit-animation: pulse-carousel-nav 3s infinite;
    animation: pulse-carousel-nav 3s infinite;
}

.carousel-indicators {
    /*top: -2rem;*/
    bottom: 5.5rem;
}

.carousel-indicators li {
    border-radius: 0;
    border-color: #02275E;
    background: rgba(255, 255, 255, 0.7);
}

.carousel-indicators li.active {
    -webkit-animation: pulse-carousel-indicator 1.5s infinite;
    animation: pulse-carousel-indicator 1.5s infinite;
}

.carousel-caption {
    /*background: #02275E;*/
	background: #222222;

    /* rgba(2,39,94,0.8); */
    /* Centered Caption */
    /*width: 80%;
	left: 10%;*/
    /* Full Caption */
    width: 100%;
    left: 0;
    height: 6rem;
    bottom: 0;

	/*margin: 0.5rem 0 1rem 0;*/
    /*padding: 0.5rem 1rem;*/
    /*text-align: center !important;*/
    /*font-size: 1.2rem;*/
    /*font-weight: 900;*/
    /*background: #bccdde;*/
    border: 2px solid #01558D;
    border-left-width: 1rem;
    border-right-width: 1rem;
}

.carousel-caption p {
    position: absolute;
    margin: 0;
    padding: 1rem 2.5rem 0 2rem;
    top: 0;
    text-align: center;
}

.carousel-caption a {
    color: #77ACC6;
    /* #4BC0F9; */
    text-decoration: none;
}

.carousel-caption a:hover {
    /*color: #FF7B20;*/
    text-decoration: underline;
    -webkit-animation: pulse-carousel 3s infinite;
    animation: pulse-carousel 3s infinite;
}


/* OLD HOME */


/*#home {
    margin: 1rem 2rem;
}
.instructions {
    margin: 0 0 2rem 0;
    font-style: italic;
}
.nivo-caption {
    margin: 1rem 0 0 0;
    padding: 1rem;
    width: 100%;
    color: #ffffff;
    background: #02275E;
    border: none;
}
.nivo-caption:hover {
    opacity: 1.0;
}*/
