@charset "utf-8";
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #7d7d7d 50%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(50%,#7d7d7d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#7d7d7d 50%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#7d7d7d 50%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#7d7d7d 50%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#7d7d7d 50%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.navbar {
    position: relative;
    z-index: 1000;
}

#wrapper {
	height: 100%;
	background: url(bilder/bg.png) center center no-repeat;	
}

/* hardware accelatator class */	
	.trans3d
	{
		-webkit-transform-style: preserve-3d;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform-style: preserve-3d;
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform-style:preserve-3d;
		-ms-transform: translate3d(0, 0, 0);
		transform-style:preserve-3d;
		transform: translate3d(0, 0, 0);

		/*-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility:hidden;
		backface-visibility:hidden;*/
	}
	
	#contentContainer
	{
		margin-top: 200px;
	}
	
	#carouselContainer
	{
		position:absolute;
		margin-left:-500px;
		margin-top:-500px;
		left:50%;
		top:50%;
		width:1000px;
		height:1000px;
	}

	.carouselItem
	{
		width:320px;
		height:130px;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-160px;
		margin-top:-90px;
		visibility:hidden;
	}
	
	.carouselItemInner
	{
		width:400px;
		height:280px;
		position:absolute;
		background-color:rgba(255, 255, 255, .7);
		border-radius: 50px;	
		left:50%;
		top:50%;
		margin-left:-200px;
		margin-top:-90px;
		text-align:center;
		padding-top: 20px;
		
	}/* CSS Document */
	
	.carouselItemInner img {
		height: 240px;
	}

.fa-twitter-square {
	color: #5EA9DD;	
}

.fa-facebook-square {
	color: #365493;
}

.fa-google-plus-square {
	color: #CB3C2C;
}

.fa-youtube-square {
	color: #D22827;
}