@charset "UTF-8";

.ho-nojs .homg-slideshow .homg-slideshow-element
{
	display: none;	
}

.ho-nojs .homg-slideshow .homg-slideshow-element:first-child
{
	display: block;	
}

.homg-slideshow
{
	text-align: center;
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.homg-slideshow,
.homg-slideshow *
{
	overflow: visible;
}

.homg-slideshow .homg-slideshow-inner
{
	position: relative;
	margin: auto;
	max-width: 1230px;
	width: 100%;
	text-align: left;
}

.homg-slideshow .homg-slideshow-element-inner
{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: right;
}

.homg-slideshow .homg-slideshow-content
{
	position: absolute;
	max-width: 490px;
	width: 100%;
	text-align: left;
	margin-left: 124px;
	padding-right: 10px;
}

.homg-slideshow .homg-slideshow-content-header,
.homg-slideshow .homg-slideshow-content-text
{
	display: block;
}

.homg-slideshow .homg-slideshow-content-header *
{
	margin-top: 0px;
	margin-bottom: 13px;
	line-height: 37px;
}

.homg-slideshow .homg-slideshow-image
{
	display: inline-block;
}

.homg-slideshow .homg-slideshow-image > img
{
	max-height: 100%;
	width: auto;
}

.homg-slideshow .homg-slideshow-navigation
{
	position: absolute;
	margin-left: 124px;
	min-width: 74px;
}

.homg-slideshow .homg-slideshow-navigation-arrows
{
	position: relative;
	height: 48px;
}

.homg-slideshow .slick-prev,
.homg-slideshow .slick-next
{
	position: absolute;
	width: 48px;
	height: 48px;
	cursor: pointer;
	color: #C8C8C8;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
}

.homg-slideshow .slick-prev:hover,
.homg-slideshow .slick-next:hover
{
	color: #6A95C1;
}

.homg-slideshow .slick-prev:after,
.homg-slideshow .slick-next:after
{
	font-family: '__flaticon_5';
  	font-weight: 400;
	font-size: 48px;
	text-align: left;
	overflow: hidden;
}

.homg-slideshow .slick-prev
{
	left: 0px;
}

.homg-slideshow .slick-next
{
	right: 0px;
}

.homg-slideshow .slick-next:after
{
	content: '\e008';
	text-align: right;
}

.homg-slideshow .slick-prev:after
{
	content: '\e009';
	margin-left: -12px;
}

.homg-slideshow .homg-slideshow-navigation-dots
{
	margin-top: 10px;
}

.homg-slideshow .homg-slideshow-navigation-dot
{
	color: #C8C8C8;
	font-size: 26px;
	display: inline-block;
	margin-right: 12px;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
	cursor: pointer;
}

.homg-slideshow .homg-slideshow-navigation-dot:hover,
.homg-slideshow .homg-slideshow-navigation-dot.homg-active
{
	color: #6A95C1;
}

.homg-slideshow .homg-slideshow-link {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}

.homg-slideshow .homg-slideshow-link::after {
	content: ' >';
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}

@media screen and (max-width : 768px)
{
	.homg-slideshow
	{
		position: relative;
		height: auto !important;
	}
	
	.homg-slideshow .homg-slideshow-element-inner
	{
		position: relative !important;
		height: auto !important;
	}
	
	.homg-slideshow .homg-slideshow-navigation,
	.homg-slideshow .homg-slideshow-content
	{
		margin-left: 10px;
		position: relative;
		top: auto !important;
	}
	
	.homg-slideshow .homg-slideshow-navigation
	{
		margin-bottom: 20px;
	}
	
	.homg-slideshow .homg-slideshow-image
	{
		margin: none !important;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
		margin-top: 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	.homg-slideshow .homg-slideshow-image img
	{
		width: 100%;
		height: auto;
	}
	
	.homg-slideshow .homg-slideshow-navigation-arrows
	{
		display: none;
	}
	
	.homg-slideshow .homg-slideshow-content-header,
	.homg-slideshow .homg-slideshow-content
	{
		margin-top: 0px !important;
		width: 95% !important;
	}
	
	.homg-homeslider .homg-slideshow 
	{
		padding-top: 280px;
	}

	
}