





#mainbanner {
	min-height: 800px;
	-webkit-box-shadow: 0px 30px 30px 8px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 30px 30px 8px rgba(0,0,0,0.05);
	box-shadow: 0px 30px 30px 8px rgba(0,0,0,0.05);
	position: relative;
	top:0;
}

#slider {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0px;
	min-height: 100%;
}
#internalbanner #slider {
	top: -0px;
}


.glider-item {
    position: absolute;
    will-change: transform;
    left: -400px !important;
    top: -400px !important;
    width: 100%;
    height: 100%;
    width: auto !important;
    right: -400px !important;
    bottom: -400px !important;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
}
.glider-slide {
    transition: opacity 3s !important;
}
.glider-slide_active {
    transition: opacity 1.3s !important;
}
.glider-arrow { display:none; }
#mainbanner {
	min-height: 100vh;
}
#mainbanner.section {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#mainbanner .iconsbox {
	padding-top: 80px;
	position: relative;
	z-index: 10;
}

#bannervideooverlay, .sectionvideooverlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
	background-image:url(../images/darken.png);
	background-repeat:repeat;
}



.iconsbox {
	width: 100%;
	text-align: center;
}
.iconsbox .icon {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 15px;
	cursor:pointer;
}
.iconsbox .icon img {
	width: 100%;
}
.nextbox, .prevbox, .nextcase, .prevcase {
	background-image:url(../images/sprites.png);
	background-repeat:no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 22px;
	height: 71px;
	text-indent: -9999px;
	z-index: 96;
	cursor:pointer;
}

#slideshowcontainer .mbtext4 {
	color: #ffffff;
	display: block;
	font-size: 26px;
	font-weight: 200;
	text-align:center;
	margin-bottom: 30px;
	max-width: 600px;
	margin-left:auto;
	margin-right:auto;
	letter-spacing:normal;
}
#slideshowcontainer .iconsbox { display: block; }



/* Slideshow container */
#slideshowcontainer {
    width: 96%;
    max-width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    min-height: calc(100vh - 230px);
    margin-bottom: 20px;
	z-index: 5;
}
#slideshowcontainer:after, #slideshowcontainer div:after {
	content:"";
	display: block;
	clear: both;
}
#slideshowcontainer > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}
.discover {
	display: inline-block;
	width: 190px;
	margin-right: 17px;
	margin-top: 1px;
}
.fingerpointer {
	width: 117px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	outline:none;
	display: block;
}
#slideshowcontainer .mainbannertext {
    margin-top: 0px;
    text-align: center;
    color: #ffffff;
    font-weight: 100;
    font-size: 56px;
    display: block;
	letter-spacing: -5px;
}
#slideshowcontainer .mbtext2 {
	font-weight: 100;
	color: #ffffff;
	padding-top: 30px;
	display: inline-block;
}

#slideshowcontainer .mbtext3 {
	color: #ffffff;
	display: block;
	padding-left: 30%;
	font-weight: 200;
	font-size: 32px;
	font-style:italic;
}
#slideshowcontainer .mbtext4 {
	color: #ffffff;
	display: block;
	font-size: 26px;
	font-weight: 200;
	text-align:center;
	margin-bottom: 30px;
	max-width: 600px;
	margin-left:auto;
	margin-right:auto;
	letter-spacing:normal;
}
#slideshowcontainer .iconsbox { display: block; }


#slideshowcontainer #scrolldown, #slideshowcontainer .scroll-down {
    position: relative;
    margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
    width: 78px;
    height: 30px;
	left: auto;
    overflow: hidden;
    background-image: url(../images/sprites.png);
    background-position: -113px -14px;
    z-index: 10;
	display: block;
}
#slideshowcontainer #scrolldown {
	display: inline-block;
	margin-top:0;
	margin-bottom: -50px;
	opacity:0;
}


@media only screen and (min-width: 1920px) {
	

	.narrow-container, #slideshowcontainer {
		max-width: 1000px;
	}
	#mapbox .narrow-container, #networksection .narrow-container, .networkmapbox {
		max-width: 1000px;
	}
	#numberstable {
		max-width: 850px;
	}
	.iconsbox .icon {
		width: 240px;
		height: 240px;
	}
}

@media only screen and (min-width: 2200px) {
	h1 { font-size: 46px; margin-top: 30px; margin-bottom: 80px; }
	h2 { font-size: 42px; margin-top: 30px; margin-bottom: 80px;  }
	p {
		font-size: 24px;
	}
	.iconsbox .icon {
		width: 270px;
		height: 270px;
	}
	.client-info:after {
		margin-left: -50vw;
		width: 200vw;
	}
	.client-info::before {
		margin-left: -70%;
		margin-right: -70%;
	}
	.narrow-container, #slideshowcontainer {
		max-width: 1100px;
	}
	#mapbox .narrow-container, #networksection .narrow-container, .networkmapbox {
		max-width: 1100px;
	}
	#numberstable {
		max-width: 1000px;
	}

}


@media only screen and (max-width: 1350px) {
		.narrow-container, #slideshowcontainer {
    	max-width: 750px;
		}
			.iconsbox .icon {
		width: 200px;
		height: 200px;
	}
	}

@media only screen and (max-width: 1200px) {
	
	#minimenu li a {
		padding: 10px 10px;
		font-size: 10px;
	}
	#minimenu li ul li a {
		font-size: 10px;
	}
	#minimenu li a span {
		right: 0px;
	}
	#officecontent p, #officecontent li, #marketcontent p, #marketcontent li, #clientcontent p, #clientcontent li, #contactcontent p, #contactcontent li {
		font-size: 15px;
	}
	#officecontent td, #marketcontent td, #clientcontent td, #contactcontent td {
		font-size: 15px;
	}
	#mngrinfo {
		height: calc(100vh - 600px);
	}
	#marketcontent .col_4 {
		width: 50%;
	}
	.chartbox {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		width: 330px;
		height: 200px;
	}
	#marketcontent .flexrow {
		display: block;
	}
	#marketcontent .col_4:nth-child(2):before {
		width: 0px;
		background-color: transparent;
	}
	#marketcontent .col_4:nth-child(3) {
		clear:left;
	}
	#marketcontent .col_4:nth-child(3), #marketcontent .col_4:nth-child(4) {
		border-top: solid 1px #999999;
	}
	.client-info .clientboxlogo, .client-info table td.clogoimg {
		width: 200px;
	}
	.iconsbox .icon {
		width: 180px;
		height: 180px;
		margin: 10px;
	}
	.teambox {
		margin-bottom: 30px;
	}
	.teambox, .teambox .front, .teambox .back {
		height: 400px;
		/*padding-top: 200%;*/
	}
	.teambox .teamlabel h4 {
		font-size: 15px;
		line-height: 16px;
	}
	.teambox .teamlabel p {
		font-size: 13px;
		line-height: 16px;
		min-height: 32px;
	}
	.teambox .teamlabel p.info {
		font-size: 12px;
	}
	.teambox .teamlabel li {
		font-size: 11px;
	}
	
	.locationdata .col_2 {
		width: 50%;
		float: left;
	}
	#newsposts .postbottom, #newsposts .postbottom .newstitle {
		height: 80px !important;
	}
	#newsposts .postbottom h3, #newsposts .postbottom .newstitle {
		font-size: 16px !important;
		line-height: 20px !important;
	}
}

@media only screen and (max-width: 1100px) {
	.discover {
		width: 165px;
		margin-right: 12px;
	}
	#slideshowcontainer .mainbannertext {
		font-size: 48px;
		display: block;
		letter-spacing: -4px;
	}
	#slideshowcontainer .mbtext3 {
		padding-left: 25%;
		font-size: 24px;
		padding-top:20px;
	}
	#slideshowcontainer .mbtext4 {
		font-size: 20px;
		max-width: 500px;
	}
	#slideshowcontainer #scrolldown {
		margin-bottom: -60px;
	}

		.iconsbox .icon {
		width: 160px;
		height: 160px;
	}

}




@media only screen and (max-width: 800px) {
	#slideshowcontainer {
       width: 90%;
	}

	.iconsbox, #numberstable {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.iconsbox .icon {
		width: 140px;
		height: 140px;
		margin: 5px;
	}
}

@media only screen and (max-width: 600px) {


	#mainbanner {
		min-height: 700px;
	}

	#slideshowcontainer .mainbannertext {
        margin-top: 0px;
	}

	#slideshowcontainer .mbtext2 {
		font-size: 36px;
	}
	
	#slideshowcontainer .mbtext3 {
		padding-top: 20px;
		padding-left: 110px;
		font-size: 18px;
	
	}
	#slideshowcontainer .mbtext4 {
		font-size: 16px;
		max-width: 350px;
	}

	.iconsbox .icon {
		width: 120px;
		height: 120px;
		margin: 5px;
	}
	.iconsbox .icon.middle {
		clear: right;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: -10px;
		margin-bottom: -10px;
	}
}

@media only screen and (max-width: 500px) {

		#slideshowcontainer {
		margin-top: 0px
	}
    
	#mainbanner .narrow-container {
		margin-bottom: 20px;
		padding-bottom: 30px
	}

		.iconsbox, #numberstable {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
	#numberstable {
    	width: 100%;
	}
	.iconsbox .icon {
		width: 96px;
		height: 96px;
		margin: 5px 20px;
	}
}			