@charset "utf-8";
body, html{
	
	/*background-color: #FFFFCD;background:url("../images/pattern.png") repeat;*/
	background-color: #000;
	/*overflow: hidden;cursor: none;*/
	
}

#slideshow-container{
	position: absolute;
	top: 292px;
	left: 0px;
	width: 1080px;	
	height: 1920px;
	z-index: 0;
}

#slideshow-container.vacancies{
	position: absolute;
	top: 240px;
	left: 0px;
	width: 1080px;
	height: 960px;

}
#slideshow-container.front{
	top:0px;
	height:1920px;
}
#slideshow-container.front::before{
top:0px;
position: fixed;
display: table;
z-index: 1;
height: 1920px;
width: 1080px;
width: inherit;
content: " ";
 /*   background: -webkit-linear-gradient(top, rgba(0,0,0,.3), rgba(0,0,0,.3)); /* For Safari 5.1 to 6.0 */
  /*   background: -o-linear-gradient(bottom, rgba(0,0,0,.3), rgba(0,0,0,.3)); /* For Opera 11.1 to 12.0 */
 /*    background: -moz-linear-gradient(bottom, rgba(0,0,0,.3), rgba(0,0,0,.3)); /* For Firefox 3.6 to 15 */
 /*    background: linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,.3)); /* Standard syntax (must be last) */
}
#slideshow{
	position: relative;
	width: 1080px;
	height: 1920px;
	left: 0px;
	top: 0px;
	z-index: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#slideshow.vacancies{
	position:relative;
	top:150px;
	width: 900px;
	height: 900px;
	z-index: 1;
	display: block;
	margin: 0 auto;
}
#slideshow.front{
	position:relative;
	top:0;
	width: 1080px;
	height: 1920px;
	z-index: 0;
	display: block;
	margin: 0 auto;
}
#slide-nav{
	position: relative;
	left: 540px;
	top: 20px;
	display: block;
	width: 200px;
	/*margin: 0 auto;*/
	margin-top: 40px;
	margin-left: -100px;
}
#slide-nav img{
	width: 40px;
}
#slide-nav div{
	display: block;
	height: inherit;
	float: right;
}
#slide-nav #slide-forward{
}
#slide-nav #slide-prev{
	margin: 0 30px 0 0;
	float: left;
}
.cycle-slideshow img{
	max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
#slideshow.front .cycle-slideshow img{
	object-fit: cover;
}
#slideshow.vacancies .cycle-slideshow img {
	object-fit: contain;

}

#adv-custom-pager.center{
	text-align: center; 
	color: #666;
}
#adv-custom-pager.external{
	position: static;
	font-size: 135px;
}
#adv-custom-pager span{
	cursor: pointer;
}
#adv-custom-pager .cycle-pager-active{
	color:#fff;
 	text-shadow:
   -1px -1px 0 #666,  
    1px -1px 0 #666,
    -1px 1px 0 #666,
     1px 1px 0 #666;
}
#slideshow-banner{
	position: absolute;
	top:1080px;
	left:0px;
}

#slideshow-banner img{
	max-width: 100%;
}
.bg-gradient.gray{
	background: #323233; /* Old browsers */
	background: -moz-linear-gradient(top,  #323233 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#323233), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #323233 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #323233 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #323233 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #323233 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323233', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
