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

.navbar-wrapper .navbar .container {
    width: auto;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel-inner > .item > img {
    height: auto !important;
    position: relative !important;
}

.carousel .item {
    overflow: hidden !important;
    height: auto;
}

.carousel-inner {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.carousel {
    margin-bottom: 60px;
}

.carousel-caption > h2 {
    font-size: 52px;
    font-weight: bold;
}

.carousel-caption > p {
    font-size: 34px;
    font-weight: bold;
	padding-bottom: 20px;
}

.carousel-caption {
    z-index: 10;
}

.carousel-caption .link{
	background-color: rgb(252,28,19);
    padding: 1vw;
    margin-top: 20px;
    /* height: 56px; */
    /* line-height: 40px; */
    font-size: 1vw;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    text-shadow: none;
}

.carousel-caption .link img {
    margin-left: 15px;
    width: 1.2vw;
}

.carousel-caption .left-link{
	float: left;
	margin-right: 30px;
}

.carousel-caption .right-link{
	float: right;
	margin-left: 30px;
}

/* .carousel-caption .left-link.link1:before {
	content: "";
	border-bottom: 40px solid transparent;
	border-left: 21px solid #E30A0A;
	position: absolute;
	right: -21px;
	top: 0px;
}

.carousel-caption .left-link.link2:before {
	content: "";
	border-top: 40px solid transparent;
	border-right: 21px solid #E30A0A;
	position: absolute;
	left: -21px;
	top: 0px;
}

.carousel-caption .right-link.link2:before {
	content: "";
	border-top: 40px solid transparent;
	border-right: 21px solid #E30A0A;
	position: absolute;
	left: -21px;
	top: 0px;
}

.carousel-caption .right-link.link1:before {
	content: "";
	border-bottom: 40px solid transparent;
	border-left: 21px solid #E30A0A;
	position: absolute;
	right: -21px;
	top: 0px;
} */

.carousel-caption .link:hover{
	background-color: rgba(227,10,10,0.5);
}

/* .carousel-caption .left-link.link1:hover:before{
	border-left-color: rgba(227,10,10,0.5);
}

.carousel-caption .left-link.link2:hover:before{
	border-right-color: rgba(227,10,10,0.5);
}

.carousel-caption .right-link.link2:hover:before{
	border-right-color: rgba(227,10,10,0.5);
}

.carousel-caption .right-link.link1:hover:before{
	border-left-color: rgba(227,10,10,0.5);
} */

.carousel .item {
    background-color: #FFF;
}

/* Carousel base class */
@media (min-width: 1300px) {
    .carousel-caption > h2 {
        font-size: 80px;
    }
}
@media (min-width: 769px) {
    .carousel-inner > .item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: auto;
    }
}
@media (min-width: 480px) and (max-width: 1199px) {
    .carousel-inner.full-width-banner > .item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100px;
    }
    .carousel-caption.full-width-banner > h2 {
        font-size: 30px;
    }
    .carousel-caption.full-width-banner > p {
        font-size: 20px;
    }
    .carousel-caption > h2 {
        font-size: 36px;
    }
    .carousel-caption > p {
        font-size: 28px;
    }
}
@media (max-width: 480px) {
    .carousel-inner > .item > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100px;
    }
    .carousel-caption > h2 {
        display: none;
    }
    .carousel-caption > p {
		display: none;
    }
    .carousel-caption > .link {
		display: none;
    }
}
