/***********************************************************************************************************************************************
  /$$$$$$  /$$$$$$$  /$$    /$$  /$$$$$$  /$$   /$$  /$$$$$$  /$$$$$$$$ /$$$$$$$        /$$$$$$$$ /$$$$$$$  /$$$$$$ /$$$$$$$$ /$$$$$$  /$$$$$$$
 /$$__  $$| $$__  $$| $$   | $$ /$$__  $$| $$$ | $$ /$$__  $$| $$_____/| $$__  $$      | $$_____/| $$__  $$|_  $$_/|__  $$__//$$__  $$| $$__  $$
| $$  \ $$| $$  \ $$| $$   | $$| $$  \ $$| $$$$| $$| $$  \__/| $$      | $$  \ $$      | $$      | $$  \ $$  | $$     | $$  | $$  \ $$| $$  \ $$
| $$$$$$$$| $$  | $$|  $$ / $$/| $$$$$$$$| $$ $$ $$| $$      | $$$$$   | $$  | $$      | $$$$$   | $$  | $$  | $$     | $$  | $$  | $$| $$$$$$$/
| $$__  $$| $$  | $$ \  $$ $$/ | $$__  $$| $$  $$$$| $$      | $$__/   | $$  | $$      | $$__/   | $$  | $$  | $$     | $$  | $$  | $$| $$__  $$
| $$  | $$| $$  | $$  \  $$$/  | $$  | $$| $$\  $$$| $$    $$| $$      | $$  | $$      | $$      | $$  | $$  | $$     | $$  | $$  | $$| $$  \ $$
| $$  | $$| $$$$$$$/   \  $/   | $$  | $$| $$ \  $$|  $$$$$$/| $$$$$$$$| $$$$$$$/      | $$$$$$$$| $$$$$$$/ /$$$$$$   | $$  |  $$$$$$/| $$  | $$
|__/  |__/|_______/     \_/    |__/  |__/|__/  \__/ \______/ |________/|_______/       |________/|_______/ |______/   |__/   \______/ |__/  |__/
***********************************************************************************************************************************************/
.banner-container
{
	margin-top: -71px;
}

.banner-container .banner-image::after
{
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
}

.banner-advanced-editor-html-container
{
	position: absolute;
	z-index: 15;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
}

.media-inner-wrapper
{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-flow: column nowrap;
	width: calc(100% - 30px);
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.ww_editor_body .media-inner-wrapper
{
	width: 100%;
}

.ww_editor_body .media-inner-wrapper::after
{
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.75);
}

.media-inner-wrapper .media-background-video
{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: auto;
	height: 100%;
}

.media-inner-wrapper .banner-caption
{
	font-family: depot_new;
	font-size: calc(26px + (50 - 26) * ((100vw - 400px) / (2000 - 400)));
	color: #31393C !important;	
	font-weight: bold;
}

.ww_editor_body .media-inner-wrapper .banner-caption
{
	position: relative;
	z-index: 10;
}

@media screen and (min-width:2000px)
{
	.media-inner-wrapper .banner-caption
	{
		font-size: 50px;
	}
}

.banner-description
{	
	font-family: depot_new_medium;
	font-size: 28pt;
	font-size: calc(18px + (37 - 18) * ((100vw - 400px) / (2000 - 400)));
	color: #31393C !important;	
	font-weight: bold;
	border-bottom: 2px solid #F79521;
}

.banner-description:hover
{	
	text-decoration: none;
}

.banner-description::after
{
	content: url('/images/button2_arrow.png');
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 222px;
}

@media screen and (max-width: 991px)
{
	.banner-description::after
	{
		margin-left: 15px;
	}	
}


.banner-description:hover::after
{
	right: -5px;
}


.banner-description.bottom-right
{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: flex-end;	
	bottom: 25px;
	right: 0;
	z-index: 10;
}

@media screen and (max-width: 991px)
{
	.banner-description.bottom-right
	{
		left: 0;
		right: auto;
	}	
}
