/* ==========================================================================
CUSTOM RESPONSIVE CSS
========================================================================== */

@media (max-width: 440px) {
	.signature {
        width: 100%;
        height: auto;
    }
}


/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.header-offset-text {
	    margin-left: 0.5rem;
	}
	.showcase-carousel .owl-stage-outer {
	    min-height: 300px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.bg-absolute-image-bottom {
		height: 380px;
	}

	.offset-border-container {
	    width: 100%;
	}

	.aperture-svg {
		transform: scale(1.5);
	}

	.header-offset-text {
	    margin-left: 1rem;
	}

	.background-video video {
		width: 120%;
	}

	.background-video-animation video {
		width: 120%;
	}

	.modal-side-panel {
	    width: 75%;
	    margin-left: auto;
	}

	.showcase-carousel-item p {
	    font-size: 0.9rem;
	}

	.event-stats .row div {
	    margin-bottom: 0px;
	}

	.event-stats .row div:first-child .stat-container {
	    border-right: 1px solid #705049;
	}

	.event-stats .row div:last-child .stat-container {
	    border-left: 1px solid #705049;
	}

	.modal-fullscreen {
		width: 80vw;
		margin-left: auto;
	}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.back-button-nav {
	    border-right: 1px solid #00294B;
	}

	.aperture-svg {
		transform: scale(1);
	}

	.bg-location-lines {
	    background: url('../img/bg-location-lines.svg') no-repeat left bottom;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-location-lines.svg', sizingMethod='scale');
	    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-location-lines.svg', sizingMethod='scale')";
	}

	.location-information {
		padding-left: 5.4rem;
	}

	.header-offset-text {
	    margin-left: 2rem;
	}

	.showcase-carousel .owl-stage-outer {
	    min-height: 320px;
	}

	.showcase-carousel-item p {
	    font-size: 1rem;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	

	.header-offset-text {
	    margin-left: 2rem;
	}
}

@media (min-width: 1600px) {

	.header-offset-text {
	    margin-left: 0rem;
	}

	.background-video video {
		width: 100%;
	}

	/*.background-video-animation video {
		width: 100%;
	}*/

	.related-insights-box-container {
		margin: 0 1.5rem;
	}

	.related-insights-box-content {
		padding: 1.5rem;
		
	}
	
}


@media (min-width: 2000px) {

	.bg-location-lines {
        background: url(../img/bg-location-lines.svg) no-repeat left -80px bottom -80px;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 120%;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-location-lines.svg', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-location-lines.svg', sizingMethod='scale')";
    }
}


@media (min-width: 2980px) {

	.bg-location-lines {
        background: url(../img/bg-location-lines.svg) no-repeat left -110px bottom -110px;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 120%;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-location-lines.svg', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-location-lines.svg', sizingMethod='scale')";
    }
}




@media (min-width: 3250px) {

	.bg-location-lines {
        background: url(../img/bg-location-lines.svg) no-repeat left -140px bottom -140px;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 120%;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-location-lines.svg', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-location-lines.svg', sizingMethod='scale')";
    }
}


@media (min-width: 3800px) {

	.bg-location-lines {
        background: url(../img/bg-location-lines.svg) no-repeat left -160px bottom -160px;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 120%;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-location-lines.svg', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-location-lines.svg', sizingMethod='scale')";
    }
}

