@import url(bootstrap-slate.min.css);
@import url(fonts.css);


/*
	z-index:
	footer			10
	#splash			10
	.dynamicContent	20
	header			30
*/


/* elements */
body {
	background-color: #ffffff;
	color: #666666;
}
a:focus {
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h1 {
	margin-top: 30px;
	margin-bottom: 5px;
	font: 28px/28px "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #ffffff;
}
hr {
	border-color: #6d6d6d;
}


/* background and loaders */
#bgStretch {
	position: absolute;
	overflow: hidden;
	z-index: 1;
}
#siteLoader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #ffffff url(../images/loader.gif) center no-repeat;
	z-index: 100;
}
#pageLoader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
	width: 10px;
	height: 10px;
	display: none;
	z-index: 90;
}
#pageLoader > div {
	width: 50px;
	height: 50px;
	background: url(../images/loader.gif) 0 0 no-repeat;
}
#debug {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}


/* splash */
#splash {
	position: absolute;
	top: 220px;
	width: 100%;
	z-index: 10;
}
#splash > .container {
	text-align: center;
}
#title {
	/*margin-left: -35px;*/
	text-transform: uppercase;
	display: inline-block;
}
#title > h1 {
	margin: 0 0 10px -35px;
	font: 130px/130px "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #fb6c0d;
	letter-spacing: -7px;
	text-shadow: none;
}
#subtitle {
	/*margin-top: -25px;*/
	margin: -25px 0 10px 0;
	font: 21px/21px "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #666666;
	letter-spacing: 0px;
	text-align: right;
	text-shadow: none;
}


/* header */
header {
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index: 30;
}
header .container {
	width: auto;
	max-width: 1000px;
}
header .navbar {
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px #555555 solid;
}
.navbar-default .navbar-brand {
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
}
.navbar-default .navbar-brand.active {
	background-color: #272b2e;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #c8c8c8;
}
.navbar-default .navbar-brand:hover {
	background-image: -webkit-linear-gradient(#222222, #303132 40%, #393b3d);
	background-image: -o-linear-gradient(#222222, #303132 40%, #393b3d);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), color-stop(40%, #303132), to(#393b3d));
	background-image: linear-gradient(#222222, #303132 40%, #393b3d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff393b3d', GradientType=0);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #c8c8c8;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover {
	background-image: -webkit-linear-gradient(#222222, #303132 40%, #393b3d);
	background-image: -o-linear-gradient(#222222, #303132 40%, #393b3d);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), color-stop(40%, #303132), to(#393b3d));
	background-image: linear-gradient(#222222, #303132 40%, #393b3d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff393b3d', GradientType=0);
}
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}


/* footer */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/*height: 33px;*/
	font: bold 12px "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #666666;
	text-transform: uppercase;
	z-index: 10;
}
footer p {
	text-align: center;
}
footer a, footer a:focus {
	color: #888888;
}
footer a:hover, footer a:active {
	color: #666666;
}


/* content */
#dummyHeading {
	display: none;
}
#page > section {
}
#page > section > #content {
}
#page > section > #content > .container {
	position: relative;
	width: auto;
	max-width: 1000px;
}
.dynamicContent {
	position: absolute;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	xmin-height: 300px;
	z-index: 20;
}
.dynamicContent > .content {
	height: 100%;
	background-image: -webkit-linear-gradient(#6c6c6c, #505050 40%, #4c4c4c);
	background-image: -o-linear-gradient(#6c6c6c, #505050 40%, #4c4c4c);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), color-stop(40%, #505050), to(#4c4c4c));
	background-image: linear-gradient(#6c6c6c, #505050 40%, #4c4c4c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6c6c6c', endColorstr='#ff4c4c4c', GradientType=0);
/*	background-image: -webkit-linear-gradient(#4c4c4c, #606060 40%, #6c6c6c);
	background-image: -o-linear-gradient(#4c4c4c, #606060 40%, #6c6c6c);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), color-stop(40%, #606060), to(#6c6c6c));
	background-image: linear-gradient(#4c4c4c, #606060 40%, #6c6c6c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4c4c4c', endColorstr='#ff6c6c6c', GradientType=0);
*//*	background-image: -webkit-linear-gradient(#6c6c6c, #808080 40%, #8c8c8c);
	background-image: -o-linear-gradient(#6c6c6c, #808080 40%, #8c8c8c);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6c6c6c), color-stop(40%, #808080), to(#8c8c8c));
	background-image: linear-gradient(#6c6c6c, #808080 40%, #8c8c8c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6c6c6c', endColorstr='#ff8c8c8c', GradientType=0);
*/	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px #444444 solid;
/*	border: 1px #555555 solid;
*/	color: #c8c8c8;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}


/* text formatting */
.color-logo {
	color: #fb6c0d;
}
p.justify, .justify > p {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
.nobr {
	word-break: keep-all;
}
.warning {
	color: #ffff00;
}


/* rows and columns */
.gridlines > [class*='col-']:before,
.gridlines > [class*='col-']:after {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #6d6d6d;
}
.gridlines > [class*='col-']:before {
	left: 0;
	margin-left: -1px;
}
.gridlines > [class*='col-']:after {
	right: 0;
}
.gridlines > [class*='col-']:first-child:before,
.gridlines > [class*='col-']:last-child:after {
	display: none;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}


/* lists */
.list-group-item {
	background-color: #3f3f3f;
	border: 1px solid rgba(0, 0, 0, 0.6);
}


/* forms */
.well.contact-form {
	margin-top: 55px;
	padding-bottom: 3px;
}
form legend {
	margin-bottom: 10px;
}
.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}
.form-horizontal .form-group .control-label.input-sm {
	padding-top: 7px;
}
.form-control:focus {
	border-color: #fb6c0d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(251, 108, 13, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(251, 108, 13, 0.6);
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 0;
}
.btn-default:focus {
	outline: 0;
}


/* others */
.alert {
	margin-bottom: 15px;
	padding: 8px;
}


/* extra small layout */
@media (max-width: 767px) {
	/* background */
	#bgStretch {
		background-color: #ffffff;
	}
	#bgStretch > img {
		opacity: 0.4;
	}
	#debugText:after {
		content: 'XS';
	}


	/* splash */
	#splash {
		top: 150px;
	}
	#title > h1 {
		margin-left: -10px;
		font: 60px/60px "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
		letter-spacing: -3px;
	}
	#subtitle {
		margin-top: -15px;
		font: 12px/12px "Montserrat", Arial, "Helvetica Neue", Helvetica, sans-serif;
	}


	/* header/footer */
	header {
		top: 10px;
		bottom: auto;
	}
	footer {
		/*bottom: 5px;*/
	}


	/* content */
	.dynamicContent > .content {
		height: initial;
		/*min-height: 100%;*/
		overflow-y: hidden;
	-webkit-overflow-scrolling: auto;
	}
	.row-eq-height {
		display: block;
	}

	/* forms */
	.well.contact-form {
		margin-top: 20px;
		margin-bottom: 15px;
	}
}


/* small layout */
@media (min-width: 768px) and (max-width: 991px) {
	#debugText:after {
		content: 'SM';
	}
}


/* medium layout */
@media (min-width: 992px) and (max-width: 1199px) {
	#debugText:after {
		content: 'MD';
	}
}


/* large layout */
@media (min-width: 1200px) {
	#debugText:after {
		content: 'LG';
	}
}
