/***********************************************************************************************************************************************
  /$$$$$$  /$$$$$$$  /$$    /$$  /$$$$$$  /$$   /$$  /$$$$$$  /$$$$$$$$ /$$$$$$$        /$$$$$$$$ /$$$$$$$  /$$$$$$ /$$$$$$$$ /$$$$$$  /$$$$$$$
 /$$__  $$| $$__  $$| $$   | $$ /$$__  $$| $$$ | $$ /$$__  $$| $$_____/| $$__  $$      | $$_____/| $$__  $$|_  $$_/|__  $$__//$$__  $$| $$__  $$
| $$  \ $$| $$  \ $$| $$   | $$| $$  \ $$| $$$$| $$| $$  \__/| $$      | $$  \ $$      | $$      | $$  \ $$  | $$     | $$  | $$  \ $$| $$  \ $$
| $$$$$$$$| $$  | $$|  $$ / $$/| $$$$$$$$| $$ $$ $$| $$      | $$$$$   | $$  | $$      | $$$$$   | $$  | $$  | $$     | $$  | $$  | $$| $$$$$$$/
| $$__  $$| $$  | $$ \  $$ $$/ | $$__  $$| $$  $$$$| $$      | $$__/   | $$  | $$      | $$__/   | $$  | $$  | $$     | $$  | $$  | $$| $$__  $$
| $$  | $$| $$  | $$  \  $$$/  | $$  | $$| $$\  $$$| $$    $$| $$      | $$  | $$      | $$      | $$  | $$  | $$     | $$  | $$  | $$| $$  \ $$
| $$  | $$| $$$$$$$/   \  $/   | $$  | $$| $$ \  $$|  $$$$$$/| $$$$$$$$| $$$$$$$/      | $$$$$$$$| $$$$$$$/ /$$$$$$   | $$  |  $$$$$$/| $$  | $$
|__/  |__/|_______/     \_/    |__/  |__/|__/  \__/ \______/ |________/|_______/       |________/|_______/ |______/   |__/   \______/ |__/  |__/
***********************************************************************************************************************************************/
.banner-advanced-editor-html-container
{
	position: absolute;
	z-index: 15;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
}

.banner-advanced-editor-html-container::after
{
	content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
	background-color: rgba(14, 30, 39, 0.7);
}

.media-inner-wrapper
{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-flow: column nowrap;
	width: 1200px;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-top: 65px;
}

@media screen and (max-width:1200px)
{
	.media-inner-wrapper
	{
		padding-left: 45px;
	}
}

.media-inner-wrapper::before
{
	content: url('/images/blue-corner.png');
	position: relative;
	top: -30px;
	left: -40px;
	display: block;
    height: 0;
}

@media screen and (max-width:767px)
{
	.media-inner-wrapper::before
	{
		top: -15px;
		transform: scale(0.5);
	}
}

.media-inner-wrapper .media-background-video
{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
	display: none;
}

.media-inner-wrapper .banner-caption-small
{
	font-family: 'Roboto', sans-serif;
	font-size: calc(26px + (38 - 26) * ((100vw - 400px) / (2000 - 400)));
	font-weight: 400;
	color: #FFFFFF !important;
	text-shadow: 0 0 5px black;
}

@media screen and (min-width:2000px)
{
	.media-inner-wrapper .banner-caption-small
	{
		font-size: 38px;
	}
}

@media screen and (max-width: 768px)
{
	.media-inner-wrapper .banner-caption-small
	{
		font-size: 20px;
	}
}

.media-inner-wrapper .banner-caption-large
{
	font-family: 'Roboto', sans-serif;
	font-size: calc(26px + (55 - 26) * ((100vw - 400px) / (2000 - 400)));
	font-weight: 700;
	color: #FFFFFF !important;
	text-shadow: 0 0 5px black;
}

@media screen and (min-width:2000px)
{
	.media-inner-wrapper .banner-large
	{
		font-size: 55px;
	}
}



.media-inner-wrapper .banner-description
{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-shadow: 0 0 5px black;
	max-width: 700px;
	margin: 20px 0;
	line-height: 1.5;
}

@media screen and (max-width: 768px)
{
	.media-inner-wrapper .banner-description
	{
		font-size: 13px;
		line-height: 1.3;
	}
}

.media-inner-wrapper .banner-button
{
	display: inline-flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background: rgba(0, 0, 0, 0.4);
	padding:10px 15px;
	border: 1px solid #ffffff;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 768px)
{
	.media-inner-wrapper .banner-button
	{
		margin-top: 15px;
	}
}

.media-inner-wrapper .banner-button:hover
{
	background: rgba(0, 117, 179, 0.8);
}