.container-fluid.dnd_banner-container {
    margin: 0 -15px;
    overflow: hidden;
}

.row.slider-container {
    position: relative;
}

.full-overlay-link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}

.dnd_banner-item {
    position: relative;
    margin-bottom: 20px;
}
.dnd_banner-item img{
	width:100%;
}
.carousel-mode .dnd_banner-item .dnd_banner-text{
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 1061px;
    top: 223px;
    z-index: 5;
}

.carousel-mode .dnd_banner-text h2.title {
    z-index: 5;
    font-family: Meddon;
    height: auto;
    width: auto;
    color: var(--amea-primary-banner-color);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    line-height: 180px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 140px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
	margin-bottom: 0;
    text-align: center;
}

.grey.banner-mode h2.title {
    padding: 10px;
    top: 50%;
    left: 0;
    bottom: auto;
    width: 100%;
    text-align: center;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    font-size: 36px;
    color: var(--amea-primary-banner-white);
    letter-spacing: 3px;
    position: absolute;
    width: 90%;
    left: 5%;
    transition: all 450ms ease-out;
    z-index: 2;
}

.parallax.banner-mode h2.title {
    top: 35%;
    left: 0;
    position: absolute;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 450ms ease-out;
    z-index: 2;
    color: var(--amea-primary-banner-white);
    line-height: 2;
    text-align: center;
    border-top-width: 3px!important;
    border-right-width: 3px!important;
    border-bottom-width: 3px!important;
    border-left-width: 3px!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    border-left-color: #ffffff!important;
    border-left-style: solid!important;
    border-right-color: #ffffff!important;
    border-right-style: solid!important;
    border-top-color: #ffffff!important;
    border-top-style: solid!important;
    border-bottom-color: #ffffff!important;
    border-bottom-style: solid!important;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 24px;
}

.grey.banner-mode img {
	width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: opacity .35s,-webkit-transform 1s,-webkit-filter 1s;
    transition: opacity .35s,transform 1s,filter 1s;
}

.grey.banner-mode .dnd_banner-item:hover img {
	transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.carousel-mode .dnd_banner-text div.sub_title {
	z-index: 6;
    font-family: Montserrat;
    height: auto;
    width: auto;
    color: var(--amea-primary-banner-color-2);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 100px;
    letter-spacing: 5px;
    font-weight: 700;
    font-size: 100px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.carousel-mode .dnd_banner-text div.text {
	z-index: 7;
    font-family: Montserrat;
    /*text-transform: uppercase;*/
    height: auto;
    width: auto;
    color: rgb(52, 53, 56);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: center;
    line-height: 20px;
    letter-spacing: 5px;
    font-weight: 700;
    font-size: 12px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.owl-dots-numbers-container {
    opacity: 1;
    height: 130px;
    width: 27px;
    transform: translate(-57px, -65px);
    top: 50%;
    left: 100%;
    position: absolute;
    display: block;
    z-index: 9;
}

.owl-dot-number-container {
    width: 27px;
    height: 40px;
    padding-top: 13px;
    background: none;
    text-align: right;
    border-bottom: 2px solid #cacaca;
    position: absolute;
    cursor: pointer;
}

.owl-dot-number-container.active {
	border-bottom-color: var(--amea-gold);
    width: 47px;
    right: 0;
    left: auto!important;
}

span.owl-dot-number {
    color: var(--amea-secondary-grey);
    font-size: 12px;
    font-weight: bold;
}

.active span.owl-dot-number {
	color: #343538;
}

.no-padding {
	padding: 0px;
}
