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

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

body {
	padding: 0;
	margin: 0;
	background-attachment: fixed;
}



body, html {
	overflow-x: hidden;
}

a {
	color: #2175a7;
	text-decoration: none;
}

a:hover {
	color: #005384;
}

#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;
}
