/* -------------------------
/*  GENERAL
/* ---------------------------------------------------------------- */

* {
	font-family: 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
}

body.nobg {
	background: #eee url(../img/examplebg.jpg) center top;
	padding: 0px;
}

body, html {
	overflow-x: hidden;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #D7BD53;
}

#wrapper {
	margin: 0 auto;
	min-width: 944px;
}

#slider-wrapper {
	margin: 0 auto;
	max-width: 1280px;
}

#full-slider-wrapper {
	margin: 0 auto;
}

.clear {
	clear: both;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.light {
	font-weight: normal !important;
}

.red {
	color: red;
}

.orange {
	color: orange;
}

.c {
	text-align: center !important;
}

.l {
	text-align: left !important;
}

.i {
	font-style: italic !important;
}

.b {
	font-weight: bold;
}

strong {
	color: #444;
}

.nw, .nw * {
	white-space: nowrap !important;
}

/* -------------------------
/*  HEADER
/* ---------------------------------------------------------------- */

.anim header h1 {
	margin-left: 0;
	opacity: 1;
}


.anim header h2 {
	margin-right: 0;
	opacity: 1;
}

/* -------------------------
/*  BOXES
/* ---------------------------------------------------------------- */
.km-box {
	border: 1px solid #ccc;
	background: white;
	box-shadow: 0px 2px 30px -10px black;
	border-radius: 7px;
}

.km-box .header {
	height: 40px;
	margin: 0;
	padding: 0 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dfdfdf;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0 );
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.km-box .header h3 {
	float: left;
	margin: 0;
}

.km-box .header h3:first-child {
	width: 209px;
	border-right: 1px solid #dfdfdf;
	margin-right: 10px;
}

.km-box .inner {
	position: relative;
	min-height: 600px;
}

/* LEGEND */

.km-legend {
	margin: 10px 0;
	padding: 0;
}

.km-legend li, .km-tag {
	display: inline-block;
	margin: 10px 10px 0px 0px;
	padding: 0 5px;
	color: white;
	font-family: Arial, serif;
	font-size: 11px;
	line-height: 16px;
	border-radius: 4px;
	text-transform: uppercase;
}


.km-legend li.title {
	color: #333;
	text-transform: none;
	font-weight: bold;
	font-size: 13px;
}

.red { background: #ff3429; }
.orange { background: #efa90f; }
.blue { background: #6093ff; }
.green { background: green; }

/* NOTIFICATION */
.km-notification {
	margin-top: 10px;
	border: 1px solid #dedede;
	padding: 5px;
	border-radius: 4px;
	font-size: 13px;
	color: #444;
	line-height:24px;
}

.km-notification.info {
	border: 1px solid #98c7f4;
}

.km-notification.warning {
	border: 1px solid #e25b4f;
}

.km-notification span {
	font-size: 18px;
	display:block;
	float: left;
	margin-right: 5px;
}

.km-notification.info span { color: #6da9e2; }
.km-notification.warning span { color: #e25b4f; }

figure {
	margin: 5px 10px 20px 10px;
	font-style:italic;
	font-size:12px;
	text-align: right;
	color: #555;
}

#content .syntaxhighlighter  {
	margin: 0 !important;
}

code {
	background: #eee;
	border: 1px solid #ccc;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #bbb;
	padding: 0px 4px;
	border-radius: 3px;
	white-space: nowrap;
}

.ls-popup {
	width: 300px;
	height: 150px;
	position: absolute;
	padding: 5px;
	background: white;
	background: rgba(255,255,255,.8);
	border-radius: 7px;
	color: #eee;
	z-index: 6000;
	box-shadow: 0px 5px 30px -5px black;
}

.ls-popup .inner {
	width: 300px;
	height: 150px;
}
