@charset "utf-8";
body, html{
	background:url("../images/pattern.png") repeat;
	/*background-color: #FFFFCD;*/
	background-color: #000;
	/*overflow: hidden;cursor: none;*/
	
}
#slideshow{
	position: relative;
	width: 1080px;
	height: 800px;
	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:0;
	width:885px;
	height: 574px;
	z-index: 1;
	display: block;
	margin: 0 auto;
}
#slideshow.sub{
	position:relative;
	top:0;
	width:1080px;
	height: 800px;
	z-index: 1;
	display: block;
	margin: 0 auto;
}
#slideshow.front{
	position:absolute;
	top: 670px;
	left: 0;
	height: 800px;
    width: 1080px;
	z-index: 0;
	display: block;
	margin: 0 auto;
}
#slide-nav{
	position: relative;
	left: 25px;
	top: 0px;
	display: block;
	width: 1030px;
	/*margin: 0 auto;*/
	margin-top: 0px;
}
#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%;	
}
#slideshow.front .cycle-slideshow img{
	height: 800px;
	width: 1080px;
	max-height: initial;
    max-width: initial;	
    object-fit: cover;
}
#slideshow img {

}

#adv-custom-pager.center{
	text-align: center; 
	color: rgb(190, 135, 0);
}
#adv-custom-pager.external{
	position: static;
	font-size: 80px;
}
#adv-custom-pager span{
	cursor: pointer;
}
.pager{
	font-size:2em;
}
.cycle-pager-active{
	color:rgb(255, 255, 255);
 	text-shadow:
   -1px -1px 0 rgb(190, 135, 0),  
    1px -1px 0 rgb(190, 135, 0),
    -1px 1px 0 rgb(190, 135, 0),
     1px 1px 0 rgb(190, 135, 0);
}
#slideshow-banner{
	position: absolute;
	top:1080px;
	left:0px;
}

#slideshow-banner img{
	max-width: 100%;
}
#custom-caption{
	bottom: 0;
	z-index: 200;
	/*position: absolute;*/
	display: block;
	/*background-color: rgba(0,0,0,.7);*/
	width: 100%;
	color: white;
	font-size: 28px;
	max-height: 250px;
	overflow: hidden;
}
#custom-caption h2{
	margin:10px 0;
}
#custom-caption h3{
	margin:5px 0;
}

/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: inherit;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: rgba(0,0,0,.5); color: white; padding: 15px;;
}
.cycle-overlay>div{
	margin-bottom:10px;
}

.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 */
}
