body
{
	padding: 0;
	margin: 0;
	background-color: #2f363e;
	color: #a7adb4;
	font-size: 18px;
	font-family: 'Rajdhani', sans-serif;
}

.link-hoverline
{
	text-decoration: none;
}

.link-hoverline:hover
{
	text-decoration: underline;
}

.text-uppercase
{
	text-transform: uppercase;
}

.c
{
	clear: both;
}

a
{
	color: #a7adb4;
}

.slicknav_menu, #mobile-header, #mobile-service-menu
{
	display: none;
}

#header
{
	margin-bottom: 45px;
	min-width: 1000px;
}

#service-menu
{
	height: 50px;
	background-color: #20232b;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#service-menu > .inner
{
	text-align: right;
	width: 1000px;
	margin: 0 auto;
	line-height: 50px;
}

#service-menu a
{
	color: #fff;
}

#stage-container
{
	height: 744px;
	position: relative;
	
	background-image: url(../images/stage-default.jpg);
	background-position: center center;
	background-size: cover;
}

#stage-container ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	
	position: relative;
	height: 100%;
}

#stage-container ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background-position: center center;
	background-size: cover;
}

#stage-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	overflow: hidden;
}

#stage-container .inner
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#logo
{
	position: absolute;
	left: -29px;
	top: 70px;
	width: 678px;
	height: 589px;
	
	background: url(../images/logo.png) no-repeat center center transparent;
}

#cable
{
	height: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d343c+0,2f363e+10,20232b+77 */
	background: #2d343c; /* Old browsers */
	background: -moz-linear-gradient(top, #2d343c 0%, #2f363e 10%, #20232b 77%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2d343c 0%,#2f363e 10%,#20232b 77%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2d343c 0%,#2f363e 10%,#20232b 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d343c', endColorstr='#20232b',GradientType=0 ); /* IE6-9 */

	box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.5);
	
	position: relative;
	z-index: 4;
}

#cable .inner
{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#cable .connector
{
	position: absolute;
	width: 302px;
	height: 129px;
	
	top: -72px;
	right: 0;
	
	background: url(../images/connector.png) no-repeat center center transparent;
}

#stage-pagination
{
	height: 10px;
}

#stage-pagination span
{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../images/stage-deactive.png) no-repeat center center transparent;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}

#stage-pagination span.current
{
	background-image: url(../images/stage-active.png);
}

#wrap
{
	width: 1000px;
	margin: 0 auto 90px auto;
}

#left-container
{
	width: 300px;
	float: left;
	margin-right: 50px;
}

#content-container
{
	width: 650px;
	float: left;
}

#content-container h1
{
	color: #20232b;
	text-transform: uppercase;
	font-weight: bold;
	
	font-size: 56px;
	text-align: justify;
	letter-spacing: 0.06em;
	margin-bottom: -0.3em;
}
/*
#content-container h1:after
{
	content: "";
	display: inline-block;
	width: 100%;
}
*/

#content-container .subtitle
{
	text-transform: uppercase;
	font-weight: bold;
	color: #a7adb4;
	font-size: 36px;
	text-align: right;
}

#main-menu ul, #main-menu li
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#main-menu li
{
	margin-bottom: 5px;
}

#main-menu, #words
{
	margin-bottom: 40px;
}

#main-menu a, .short-news .title
{
	background-color: #20232b;
	color: #a7adb4;
	display: block;
	padding: 13px 0 13px 56px;
	
	text-transform: uppercase;
	text-decoration: none;
}

#main-menu a:hover
{
	color: #fff;
}

#main-menu a.active:before
{
	content: "\f1e6";
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	width: 16px;
	display: inline-block;
	margin-left: -32px;
	margin-right: 16px;
}

.short-news .title
{
	font-weight: bold;
	margin-bottom: 4px;
}

.short-news .title .fa
{
	margin-left: -32px;
	margin-right: 16px;
	width: 16px;
}

.short-news .content
{
	background-color: #2a2f37;
	padding: 21px;
}

.short-news h4
{
	margin: 0;
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #a7adb4;
}

.short-news p
{
	margin: 0.5em 0;
	text-align: justify;
}

#footer
{
	background-color: #20232b;
}

#footer .inner
{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	box-sizing: border-box;
	text-align: center;
}

#footer .inner img
{
	margin-bottom: 50px;
}

.image-description-box
{
	display: inline-block;
}

.image-description-box img
{
	display: block;
}

.image-description-box span
{
	color: #8a8a8a;
	font-size: 16px;
	text-align: right;
	display: block;
}

.formular .label
{
	float: left;
	width: 200px;
}

.formular div
{
	margin-left: 200px;
	margin-bottom: 10px;
}

.formular .text, .formular .capt
{
	width: 200px;
	height: 20px;
	line-height: 20px;
}

.formular .capt
{
	display: block;
}

.formular textarea
{
	border: 1px solid #D5D9DA;
	border-radius: 3px;
	width: 500px;
}

.formular strong
{
	clear: both;
	display: block;
}


@media print
{
	#left-container, #header, #footer img
	{
		display: none;
	}
	#content-container
	{
		width: 100%;
	}
	#wrap
	{
		page-break-after: always;
	}
}

/* formular */

.form-style.error
{
	color: #db0000;
	padding: 15px 0;
}

.form-style .text-center
{
	text-align: center;
}

.form-style .smaller
{
	font-size: 0.8em;
}

.form-style .label
{
	float: left;
	width: 200px;
}

.form-style > div
{
	margin-left: 200px;
	margin-bottom: 10px;
	max-width: 300px;
}

.form-style > div:after
{
	content: "";
	clear: both;
	display: block;
}

.form-style > div.full
{
	margin-left: 0;
	max-width: 500px;
}

.form-style > .text, .form-style > .capt
{
	height: 20px;
	line-height: 20px;
}

.form-style > .capt
{
	display: block;
}

.form-style > strong
{
	clear: both;
	display: block;
}

.form-style input,
.form-style textarea,
.form-style select
{
	width: 100%;
	border: 1px solid #bbb;
	box-sizing: border-box;
}

.form-style textarea
{
	height: 130px;
	max-width: 500px;
}

.form-style input[type=checkbox],
.form-style input[type=submit]
{
	width: auto;
}

.form-style input[type=submit]
{
	padding: 8px 16px;
	cursor: pointer;
}

.form-style .float
{
	float: left;
}

.form-style .checkbox_text
{
	margin-left: 25px;
	line-height: 1.5em;
}

/* cookiebar */
body #cookie-bar-button
{
	background-color: #31373c !important;
	color: #fff !important;
	
}

body #cookie-bar-prompt-content a, body #cookie-bar a, body #cookie-bar-prompt-content span
{
	color: #d1d1db !important;
}
