/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
a {
	background: 0 0
}
a:active, a:hover {
	outline: 0
}
h1 {
	margin: .67em 0
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
mark {
	background: #ff0;
	color: #000
}
code, kbd, pre, samp {
	font-size: 1em
}
pre {
	white-space: pre-wrap
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
button, input, select, textarea {
	margin: 0
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}

@media print {
* {
	text-shadow: none!important;
	color: #000!important;
	background: 0 0!important;
	box-shadow: none!important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
a[href^="javascript:"]:after, a[href^="#"]:after {
	content: ""
}
blockquote, pre {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
img, tr {
	page-break-inside: avoid
}
img {
	max-width: 100%!important
}
@page {
	margin: 2cm .5cm
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
select {
	background: #fff!important
}
.navbar {
	display: none
}
.table td, .table th {
	background-color: #fff!important
}
.btn>.caret, .dropup>.btn>.caret {
	border-top-color: #000!important
}
.label {
	border: 1px solid #000
}
.table {
	border-collapse: collapse!important
}
.table-bordered td, .table-bordered th {
	border: 1px solid #ddd!important
}
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
body {
	font-family: proxima_nova_rgregular, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
a {
	color: #428bca
}
a:focus, a:hover {
	color: #2a6496;
	text-decoration: underline
}
a:focus {
	outline-offset: -2px
}
img {
	vertical-align: middle
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}
.img-rounded {
	border-radius: 6px
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}
.img-circle {
	border-radius: 50%
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4
}

@media (min-width:768px) {
.lead {
	font-size: 21px
}
}
.small, small {
	font-size: 85%
}
cite {
	font-style: normal
}
.text-muted {
	color: #999
}
.text-primary {
	color: #428bca
}
.text-primary:hover {
	color: #3071a9
}
.text-warning {
	color: #c09853
}
.text-warning:hover {
	color: #a47e3c
}
.text-danger {
	color: #b94a48
}
.text-danger:hover {
	color: #953b39
}
.text-success {
	color: #468847
}
.text-success:hover {
	color: #356635
}
.text-info {
	color: #3a87ad
}
.text-info:hover {
	color: #2d6987
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: proxima_novasemibold, Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight: 400;
	line-height: 1;
	color: #999
}
h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px
}
h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 65%
}
h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px
}
h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size: 75%
}
.h1, h1 {
	font-size: 70px
}
.h2, h2 {
	font-size: 38px
}
.h3, h3 {
	font-size: 24px
}
.h4, h4 {
	font-size: 18px
}
.h5, h5 {
	font-size: 14px
}
.h6, h6 {
	font-size: 12px
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}
ol, ul {
	margin-top: 0;
	margin-bottom: 10px
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
.list-inline, .list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}
.list-inline>li:first-child {
	padding-left: 0
}
dl {
	margin-bottom: 20px
}
dd, dt {
	line-height: 1.42857143
}
dt {
	font-weight: 700
}
dd {
	margin-left: 0
}

@media (min-width:768px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.dl-horizontal dd {
	margin-left: 180px
}
.dl-horizontal dd:after, .dl-horizontal dd:before {
	content: " ";
	display: table
}
.dl-horizontal dd:after {
	clear: both
}
}
abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #999
}
abbr.initialism {
	font-size: 90%;
	text-transform: uppercase
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #eee
}
blockquote p {
	font-size: 17.5px;
	font-weight: 300;
	line-height: 1.25
}
blockquote p:last-child {
	margin-bottom: 0
}
blockquote small {
	display: block;
	line-height: 1.42857143;
	color: #999
}
blockquote small:before {
	content: '\2014 \00A0'
}
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0
}
blockquote.pull-right .small, blockquote.pull-right p, blockquote.pull-right small {
	text-align: right
}
blockquote.pull-right .small:before, blockquote.pull-right small:before {
	content: ''
}
blockquote.pull-right .small:after, blockquote.pull-right small:after {
	content: '\00A0 \2014'
}
blockquote:after, blockquote:before {
	content: ""
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143
}
code, kbd, pre, samp {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: 4px
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.container:after, .container:before {
	content: " ";
	display: table
}
.container:after {
	clear: both
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.row:after, .row:before {
	content: " ";
	display: table
}
.row:after {
	clear: both
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}

@media (min-width:768px) {
.container {
	width: 750px
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-pull-11 {
	right: 91.66666667%
}
.col-sm-pull-10 {
	right: 83.33333333%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-8 {
	right: 66.66666667%
}
.col-sm-pull-7 {
	right: 58.33333333%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-5 {
	right: 41.66666667%
}
.col-sm-pull-4 {
	right: 33.33333333%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-2 {
	right: 16.66666667%
}
.col-sm-pull-1 {
	right: 8.33333333%
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-push-11 {
	left: 91.66666667%
}
.col-sm-push-10 {
	left: 83.33333333%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-8 {
	left: 66.66666667%
}
.col-sm-push-7 {
	left: 58.33333333%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-5 {
	left: 41.66666667%
}
.col-sm-push-4 {
	left: 33.33333333%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-2 {
	left: 16.66666667%
}
.col-sm-push-1 {
	left: 8.33333333%
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-offset-11 {
	margin-left: 91.66666667%
}
.col-sm-offset-10 {
	margin-left: 83.33333333%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-8 {
	margin-left: 66.66666667%
}
.col-sm-offset-7 {
	margin-left: 58.33333333%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-5 {
	margin-left: 41.66666667%
}
.col-sm-offset-4 {
	margin-left: 33.33333333%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-2 {
	margin-left: 16.66666667%
}
.col-sm-offset-1 {
	margin-left: 8.33333333%
}
}

@media (min-width:900px) {
.container {
	width: 860px
}
.col-md-1, .col-md-10, .col-md-11, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-offset-11 {
	margin-left: 91.66666667%
}
.col-md-offset-10 {
	margin-left: 83.33333333%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-8 {
	margin-left: 66.66666667%
}
.col-md-offset-7 {
	margin-left: 58.33333333%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-5 {
	margin-left: 41.66666667%
}
.col-md-offset-4 {
	margin-left: 33.33333333%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-2 {
	margin-left: 16.66666667%
}
.col-md-offset-1 {
	margin-left: 8.33333333%
}
}

@media (min-width:1025px) {
.container {
	width: 994px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-pull-11 {
	right: 91.66666667%
}
.col-lg-pull-10 {
	right: 83.33333333%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-8 {
	right: 66.66666667%
}
.col-lg-pull-7 {
	right: 58.33333333%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-5 {
	right: 41.66666667%
}
.col-lg-pull-4 {
	right: 33.33333333%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-2 {
	right: 16.66666667%
}
.col-lg-pull-1 {
	right: 8.33333333%
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-push-11 {
	left: 91.66666667%
}
.col-lg-push-10 {
	left: 83.33333333%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-8 {
	left: 66.66666667%
}
.col-lg-push-7 {
	left: 58.33333333%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-5 {
	left: 41.66666667%
}
.col-lg-push-4 {
	left: 33.33333333%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-2 {
	left: 16.66666667%
}
.col-lg-push-1 {
	left: 8.33333333%
}
.col-lg-offset-12 {
	margin-left: 100%
}
.col-lg-offset-11 {
	margin-left: 91.66666667%
}
.col-lg-offset-10 {
	margin-left: 83.33333333%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-8 {
	margin-left: 66.66666667%
}
.col-lg-offset-7 {
	margin-left: 58.33333333%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-5 {
	margin-left: 41.66666667%
}
.col-lg-offset-4 {
	margin-left: 33.33333333%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-2 {
	margin-left: 16.66666667%
}
.col-lg-offset-1 {
	margin-left: 8.33333333%
}
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}
.btn:focus {
	outline: #333 dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}
.btn:focus, .btn:hover {
	color: #333;
	text-decoration: none
}
.btn.active, .btn:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}
.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad
}
.btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
	background-image: none
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}
.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e
}
.btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
	background-image: none
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color: #428bca;
	border-color: #357ebd
}
.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ed9c28;
	border-color: #d58512
}
.btn-warning.active, .btn-warning:active, .open .dropdown-toggle.btn-warning {
	background-image: none
}
.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #d2322d;
	border-color: #ac2925
}
.btn-danger.active, .btn-danger:active, .open .dropdown-toggle.btn-danger {
	background-image: none
}
.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #47a447;
	border-color: #398439
}
.btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
	background-image: none
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}
.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #39b3d7;
	border-color: #269abc
}
.btn-info.active, .btn-info:active, .open .dropdown-toggle.btn-info {
	background-image: none
}
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}
.btn-link {
	color: #428bca;
	font-weight: 400;
	cursor: pointer;
	border-radius: 0
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent
}
.btn-link:focus, .btn-link:hover {
	color: #2a6496;
	text-decoration: underline;
	background-color: transparent
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
	color: #999;
	text-decoration: none
}
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}
.btn-sm, .btn-xs {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-xs {
	padding: 1px 5px
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0
}
.btn-block+.btn-block {
	margin-top: 5px
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}
.clearfix:after, .clearfix:before {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.pull-right {
	float: right!important
}
.pull-left {
	float: left!important
}
.hide {
	display: none!important
}
.show {
	display: block!important
}
.invisible {
	visibility: hidden
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.hidden {
	display: none!important;
	visibility: hidden!important
}
.affix {
	position: fixed
}
@-ms-viewport {
width:device-width
}
.visible-lg, .visible-md, .visible-sm, .visible-xs, td.visible-lg, td.visible-md, td.visible-sm, td.visible-xs, th.visible-lg, th.visible-md, th.visible-sm, th.visible-xs, tr.visible-lg, tr.visible-md, tr.visible-sm, tr.visible-xs {
	display: none!important
}

@media (max-width:767px) {
.visible-xs {
	display: block!important
}
tr.visible-xs {
	display: table-row!important
}
td.visible-xs, th.visible-xs {
	display: table-cell!important
}
}

@media (min-width:768px) and (max-width:899px) {
.visible-xs.visible-sm {
	display: block!important
}
tr.visible-xs.visible-sm {
	display: table-row!important
}
td.visible-xs.visible-sm, th.visible-xs.visible-sm {
	display: table-cell!important
}
}

@media (min-width:900px) and (max-width:1024px) {
.visible-xs.visible-md {
	display: block!important
}
tr.visible-xs.visible-md {
	display: table-row!important
}
td.visible-xs.visible-md, th.visible-xs.visible-md {
	display: table-cell!important
}
}

@media (min-width:1025px) {
.visible-xs.visible-lg {
	display: block!important
}
tr.visible-xs.visible-lg {
	display: table-row!important
}
td.visible-xs.visible-lg, th.visible-xs.visible-lg {
	display: table-cell!important
}
}

@media (max-width:767px) {
.visible-sm.visible-xs {
	display: block!important
}
tr.visible-sm.visible-xs {
	display: table-row!important
}
td.visible-sm.visible-xs, th.visible-sm.visible-xs {
	display: table-cell!important
}
}

@media (min-width:768px) and (max-width:899px) {
.visible-sm {
	display: block!important
}
tr.visible-sm {
	display: table-row!important
}
td.visible-sm, th.visible-sm {
	display: table-cell!important
}
}

@media (min-width:900px) and (max-width:1024px) {
.visible-sm.visible-md {
	display: block!important
}
tr.visible-sm.visible-md {
	display: table-row!important
}
td.visible-sm.visible-md, th.visible-sm.visible-md {
	display: table-cell!important
}
}

@media (min-width:1025px) {
.visible-sm.visible-lg {
	display: block!important
}
tr.visible-sm.visible-lg {
	display: table-row!important
}
td.visible-sm.visible-lg, th.visible-sm.visible-lg {
	display: table-cell!important
}
}

@media (max-width:767px) {
.visible-md.visible-xs {
	display: block!important
}
tr.visible-md.visible-xs {
	display: table-row!important
}
td.visible-md.visible-xs, th.visible-md.visible-xs {
	display: table-cell!important
}
}

@media (min-width:768px) and (max-width:899px) {
.visible-md.visible-sm {
	display: block!important
}
tr.visible-md.visible-sm {
	display: table-row!important
}
td.visible-md.visible-sm, th.visible-md.visible-sm {
	display: table-cell!important
}
}

@media (min-width:900px) and (max-width:1024px) {
.visible-md {
	display: block!important
}
tr.visible-md {
	display: table-row!important
}
td.visible-md, th.visible-md {
	display: table-cell!important
}
}

@media (min-width:1025px) {
.visible-md.visible-lg {
	display: block!important
}
tr.visible-md.visible-lg {
	display: table-row!important
}
td.visible-md.visible-lg, th.visible-md.visible-lg {
	display: table-cell!important
}
}

@media (max-width:767px) {
.visible-lg.visible-xs {
	display: block!important
}
tr.visible-lg.visible-xs {
	display: table-row!important
}
td.visible-lg.visible-xs, th.visible-lg.visible-xs {
	display: table-cell!important
}
}

@media (min-width:768px) and (max-width:899px) {
.visible-lg.visible-sm {
	display: block!important
}
tr.visible-lg.visible-sm {
	display: table-row!important
}
td.visible-lg.visible-sm, th.visible-lg.visible-sm {
	display: table-cell!important
}
}

@media (min-width:900px) and (max-width:1024px) {
.visible-lg.visible-md {
	display: block!important
}
tr.visible-lg.visible-md {
	display: table-row!important
}
td.visible-lg.visible-md, th.visible-lg.visible-md {
	display: table-cell!important
}
}

@media (min-width:1025px) {
.visible-lg {
	display: block!important
}
tr.visible-lg {
	display: table-row!important
}
td.visible-lg, th.visible-lg {
	display: table-cell!important
}
}
.hidden-xs {
	display: block!important
}
tr.hidden-xs {
	display: table-row!important
}
td.hidden-xs, th.hidden-xs {
	display: table-cell!important
}

@media (max-width:767px) {
.hidden-xs, td.hidden-xs, th.hidden-xs, tr.hidden-xs {
	display: none!important
}
}

@media (min-width:768px) and (max-width:899px) {
.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm {
	display: none!important
}
}

@media (min-width:900px) and (max-width:1024px) {
.hidden-xs.hidden-md, td.hidden-xs.hidden-md, th.hidden-xs.hidden-md, tr.hidden-xs.hidden-md {
	display: none!important
}
}

@media (min-width:1025px) {
.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg {
	display: none!important
}
}
.hidden-sm {
	display: block!important
}
tr.hidden-sm {
	display: table-row!important
}
td.hidden-sm, th.hidden-sm {
	display: table-cell!important
}

@media (max-width:767px) {
.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs {
	display: none!important
}
}

@media (min-width:768px) and (max-width:899px) {
.hidden-sm, td.hidden-sm, th.hidden-sm, tr.hidden-sm {
	display: none!important
}
}

@media (min-width:900px) and (max-width:1024px) {
.hidden-sm.hidden-md, td.hidden-sm.hidden-md, th.hidden-sm.hidden-md, tr.hidden-sm.hidden-md {
	display: none!important
}
}

@media (min-width:1025px) {
.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg {
	display: none!important
}
}
.hidden-md {
	display: block!important
}
tr.hidden-md {
	display: table-row!important
}
td.hidden-md, th.hidden-md {
	display: table-cell!important
}

@media (max-width:767px) {
.hidden-md.hidden-xs, td.hidden-md.hidden-xs, th.hidden-md.hidden-xs, tr.hidden-md.hidden-xs {
	display: none!important
}
}

@media (min-width:768px) and (max-width:899px) {
.hidden-md.hidden-sm, td.hidden-md.hidden-sm, th.hidden-md.hidden-sm, tr.hidden-md.hidden-sm {
	display: none!important
}
}

@media (min-width:900px) and (max-width:1024px) {
.hidden-md, td.hidden-md, th.hidden-md, tr.hidden-md {
	display: none!important
}
}

@media (min-width:1025px) {
.hidden-md.hidden-lg, td.hidden-md.hidden-lg, th.hidden-md.hidden-lg, tr.hidden-md.hidden-lg {
	display: none!important
}
}
.hidden-lg {
	display: block!important
}
tr.hidden-lg {
	display: table-row!important
}
td.hidden-lg, th.hidden-lg {
	display: table-cell!important
}

@media (max-width:767px) {
.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs {
	display: none!important
}
}

@media (min-width:768px) and (max-width:899px) {
.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm {
	display: none!important
}
}

@media (min-width:900px) and (max-width:1024px) {
.hidden-lg.hidden-md, td.hidden-lg.hidden-md, th.hidden-lg.hidden-md, tr.hidden-lg.hidden-md {
	display: none!important
}
}

@media (min-width:1025px) {
.hidden-lg, td.hidden-lg, th.hidden-lg, tr.hidden-lg {
	display: none!important
}
}
.visible-print, td.visible-print, th.visible-print, tr.visible-print {
	display: none!important
}

@media print {
.visible-print {
	display: block!important
}
tr.visible-print {
	display: table-row!important
}
td.visible-print, th.visible-print {
	display: table-cell!important
}
.hidden-print, td.hidden-print, th.hidden-print, tr.hidden-print {
	display: none!important
}
}
@font-face {
	font-family: helvetica_neueroman;
	src: url(../../fonts/helvetica_55_roman-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/helvetica_55_roman-webfont.woff) format('woff'), url(../../fonts/helvetica_55_roman-webfont.ttf) format('truetype'), url(../../fonts/helvetica_55_roman-webfont.svg#helvetica_neueroman) format('svg');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: helvetica_neuemedium;
	src: url(../../fonts/helvetica_65_medium-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/helvetica_65_medium-webfont.woff) format('woff'), url(../../fonts/helvetica_65_medium-webfont.ttf) format('truetype'), url(../../fonts/helvetica_65_medium-webfont.svg#helvetica_neuemedium) format('svg');
	font-weight: 500;
	font-style: normal
}
@font-face {
	font-family: helvetica_neuebold;
	src: url(../../fonts/helvetica_75_bold-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/helvetica_75_bold-webfont.woff) format('woff'), url(../../fonts/helvetica_75_bold-webfont.ttf) format('truetype'), url(../../fonts/helvetica_75_bold-webfont.svg#helvetica_neuebold) format('svg');
	font-weight: 700;
	font-style: normal
}
@font-face {
	font-family: proxima_nova_rgbold;
	src: url(../../fonts/proximanova-bold-webfont.eot);
	src: url(../../fonts/proximanova-bold-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold) format('svg'), url(../../fonts/proximanova-bold-webfont.woff) format('woff'), url(../../fonts/proximanova-bold-webfont.ttf) format('truetype');
	font-weight: 700;
	font-style: normal
}
@font-face {
	font-family: proxima_nova_rgregular;
	src: url(../../fonts/proximanova-regular-webfont.eot);
	src: url(../../fonts/proximanova-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular) format('svg'), url(../../fonts/proximanova-regular-webfont.woff) format('woff'), url(../../fonts/proximanova-regular-webfont.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: icomoonregular;
	src: url(../../fonts/netstarter-webfont.eot);
	src: url(../../fonts/netstarter-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/netstarter-webfont.woff) format('woff'), url(../../fonts/netstarter-webfont.ttf) format('truetype'), url(../../fonts/netstarter-webfont.svg#icomoonregular) format('svg');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: proxima_novasemibold;
	src: url(../../fonts/proximanova-semibold-webfont.eot);
	src: url(../../fonts/proximanova-semibold-webfont.eot?#iefix) format('embedded-opentype'), url(../../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold) format('svg'), url(../../fonts/proximanova-semibold-webfont.woff) format('woff'), url(../../fonts/proximanova-semibold-webfont.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot?v=3.2.1);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff?v=3.2.1) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=3.2.1) format('truetype'), url(../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format('svg');
	font-weight: 400;
	font-style: normal
}
[class*=" icon-"], [class^=icon-] {
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
*margin-right:.3em
}
[class*=" icon-"]:before, [class^=icon-]:before {
	text-decoration: none;
	display: inline-block;
	speak: none
}
.icon-large:before {
	vertical-align: -10%;
	font-size: 1.33333333
}
a [class*=" icon-"], a [class^=icon-] {
	display: inline
}
[class*=" icon-"].icon-fixed-width, [class^=icon-].icon-fixed-width {
	display: inline-block;
	width: 1.14285714;
	text-align: right;
	padding-right: .28571429
}
[class*=" icon-"].icon-fixed-width.icon-large, [class^=icon-].icon-fixed-width.icon-large {
	width: 1.42857143
}
.icons-ul {
	margin-left: 2.14285714;
	list-style-type: none
}
.icons-ul>li {
	position: relative
}
.icons-ul .icon-li {
	position: absolute;
	left: -2.14285714;
	width: 2.14285714;
	text-align: center;
	line-height: inherit
}
[class*=" icon-"].hide, [class^=icon-].hide {
	display: none
}
.icon-muted {
	color: #eee
}
.icon-light {
	color: #fff
}
.icon-dark {
	color: #333
}
.icon-border {
	border: 1px solid #eee;
	padding: .2em .25em .15em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.icon-2x {
	font-size: 1.6em
}
.icon-2x.icon-border {
	border-width: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.icon-3x {
	font-size: 3em
}
.icon-3x.icon-border {
	border-width: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.icon-4x {
	font-size: 4em
}
.icon-4x.icon-border {
	border-width: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
.icon-5x {
	font-size: 6em
}
.icon-5x.icon-border {
	border-width: 6px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}
[class*=" icon-"].pull-left, [class^=icon-].pull-left {
	margin-right: .3em
}
[class*=" icon-"].pull-right, [class^=icon-].pull-right {
	margin-left: .3em
}
[class*=" icon-"], [class^=icon-] {
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	margin-top: 0
}
.dropdown-menu>.active>a>[class*=" icon-"], .dropdown-menu>.active>a>[class^=icon-], .dropdown-menu>li>a:hover>[class*=" icon-"], .dropdown-menu>li>a:hover>[class^=icon-], .dropdown-submenu:hover>a>[class*=" icon-"], .dropdown-submenu:hover>a>[class^=icon-], .icon-white, .nav-list>.active>a>[class*=" icon-"], .nav-list>.active>a>[class^=icon-], .nav-pills>.active>a>[class*=" icon-"], .nav-pills>.active>a>[class^=icon-], .navbar-inverse .nav>.active>a>[class*=" icon-"], .navbar-inverse .nav>.active>a>[class^=icon-] {
	background-image: none
}
.btn [class*=" icon-"].icon-large, .btn [class^=icon-].icon-large, .nav [class*=" icon-"].icon-large, .nav [class^=icon-].icon-large {
	line-height: .9em
}
.btn [class*=" icon-"].icon-spin, .btn [class^=icon-].icon-spin, .nav [class*=" icon-"].icon-spin, .nav [class^=icon-].icon-spin {
	display: inline-block
}
.nav-pills [class*=" icon-"], .nav-pills [class*=" icon-"].icon-large, .nav-pills [class^=icon-], .nav-pills [class^=icon-].icon-large, .nav-tabs [class*=" icon-"], .nav-tabs [class*=" icon-"].icon-large, .nav-tabs [class^=icon-], .nav-tabs [class^=icon-].icon-large {
	line-height: .9em
}
.btn [class*=" icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x, .btn [class^=icon-].pull-left.icon-2x, .btn [class^=icon-].pull-right.icon-2x {
	margin-top: .18em
}
.btn [class*=" icon-"].icon-spin.icon-large, .btn [class^=icon-].icon-spin.icon-large {
	line-height: .8em
}
.btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x, .btn.btn-small [class^=icon-].pull-left.icon-2x, .btn.btn-small [class^=icon-].pull-right.icon-2x {
	margin-top: .25em
}
.btn.btn-large [class*=" icon-"], .btn.btn-large [class^=icon-] {
	margin-top: 0
}
.btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x, .btn.btn-large [class^=icon-].pull-left.icon-2x, .btn.btn-large [class^=icon-].pull-right.icon-2x {
	margin-top: .05em
}
.btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^=icon-].pull-left.icon-2x {
	margin-right: .2em
}
.btn.btn-large [class*=" icon-"].pull-right.icon-2x, .btn.btn-large [class^=icon-].pull-right.icon-2x {
	margin-left: .2em
}
.nav-list [class*=" icon-"], .nav-list [class^=icon-] {
	line-height: inherit
}
.icon-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: -35%
}
.icon-stack [class*=" icon-"], .icon-stack [class^=icon-] {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 1em;
	line-height: inherit;
*line-height:2em
}
.icon-stack .icon-stack-base {
	font-size: 2em;
*line-height:1em
}
.icon-spin {
	display: inline-block;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear
}
a .icon-spin, a .icon-stack {
	display: inline-block;
	text-decoration: none
}
@-moz-keyframes spin {
0% {
-moz-transform:rotate(0deg)
}
100% {
-moz-transform:rotate(359deg)
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg)
}
}
@-o-keyframes spin {
0% {
-o-transform:rotate(0deg)
}
100% {
-o-transform:rotate(359deg)
}
}
@-ms-keyframes spin {
0% {
-ms-transform:rotate(0deg)
}
100% {
-ms-transform:rotate(359deg)
}
}
@keyframes spin {
0% {
transform:rotate(0deg)
}
100% {
transform:rotate(359deg)
}
}
.icon-rotate-90:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}
.icon-rotate-180:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}
.icon-rotate-270:before {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}
.icon-flip-horizontal:before {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.icon-flip-vertical:before {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1)
}
a .icon-flip-horizontal:before, a .icon-flip-vertical:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-rotate-90:before {
	display: inline-block
}
.icon-glass:before {
	content: "\f000"
}
.icon-music:before {
	content: "\f001"
}
.icon-search:before {
	content: "\f002"
}
.icon-envelope-alt:before {
	content: "\f003"
}
.icon-heart:before {
	content: "\f004"
}
.icon-star:before {
	content: "\f005"
}
.icon-star-empty:before {
	content: "\f006"
}
.icon-user:before {
	content: "\f007"
}
.icon-film:before {
	content: "\f008"
}
.icon-th-large:before {
	content: "\f009"
}
.icon-th:before {
	content: "\f00a"
}
.icon-th-list:before {
	content: "\f00b"
}
.icon-ok:before {
	content: "\f00c"
}
.icon-remove:before {
	content: "\f00d"
}
.icon-zoom-in:before {
	content: "\f00e"
}
.icon-zoom-out:before {
	content: "\f010"
}
.icon-off:before, .icon-power-off:before {
	content: "\f011"
}
.icon-signal:before {
	content: "\f012"
}
.icon-cog:before, .icon-gear:before {
	content: "\f013"
}
.icon-trash:before {
	content: "\f014"
}
.icon-home:before {
	content: "\f015"
}
.icon-file-alt:before {
	content: "\f016"
}
.icon-time:before {
	content: "\f017"
}
.icon-road:before {
	content: "\f018"
}
.icon-download-alt:before {
	content: "\f019"
}
.icon-download:before {
	content: "\f01a"
}
.icon-upload:before {
	content: "\f01b"
}
.icon-inbox:before {
	content: "\f01c"
}
.icon-play-circle:before {
	content: "\f01d"
}
.icon-repeat:before, .icon-rotate-right:before {
	content: "\f01e"
}
.icon-refresh:before {
	content: "\f021"
}
.icon-list-alt:before {
	content: "\f022"
}
.icon-lock:before {
	content: "\f023"
}
.icon-flag:before {
	content: "\f024"
}
.icon-headphones:before {
	content: "\f025"
}
.icon-volume-off:before {
	content: "\f026"
}
.icon-volume-down:before {
	content: "\f027"
}
.icon-volume-up:before {
	content: "\f028"
}
.icon-qrcode:before {
	content: "\f029"
}
.icon-barcode:before {
	content: "\f02a"
}
.icon-tag:before {
	content: "\f02b"
}
.icon-tags:before {
	content: "\f02c"
}
.icon-book:before {
	content: "\f02d"
}
.icon-bookmark:before {
	content: "\f02e"
}
.icon-print:before {
	content: "\f02f"
}
.icon-camera:before {
	content: "\f030"
}
.icon-font:before {
	content: "\f031"
}
.icon-bold:before {
	content: "\f032"
}
.icon-italic:before {
	content: "\f033"
}
.icon-text-height:before {
	content: "\f034"
}
.icon-text-width:before {
	content: "\f035"
}
.icon-align-left:before {
	content: "\f036"
}
.icon-align-center:before {
	content: "\f037"
}
.icon-align-right:before {
	content: "\f038"
}
.icon-align-justify:before {
	content: "\f039"
}
.icon-list:before {
	content: "\f03a"
}
.icon-indent-left:before {
	content: "\f03b"
}
.icon-indent-right:before {
	content: "\f03c"
}
.icon-facetime-video:before {
	content: "\f03d"
}
.icon-picture:before {
	content: "\f03e"
}
.icon-pencil:before {
	content: "\f040"
}
.icon-map-marker:before {
	content: "\f041"
}
.icon-adjust:before {
	content: "\f042"
}
.icon-tint:before {
	content: "\f043"
}
.icon-edit:before {
	content: "\f044"
}
.icon-share:before {
	content: "\f045"
}
.icon-check:before {
	content: "\f046"
}
.icon-move:before {
	content: "\f047"
}
.icon-step-backward:before {
	content: "\f048"
}
.icon-fast-backward:before {
	content: "\f049"
}
.icon-backward:before {
	content: "\f04a"
}
.icon-play:before {
	content: "\f04b"
}
.icon-pause:before {
	content: "\f04c"
}
.icon-stop:before {
	content: "\f04d"
}
.icon-forward:before {
	content: "\f04e"
}
.icon-fast-forward:before {
	content: "\f050"
}
.icon-step-forward:before {
	content: "\f051"
}
.icon-eject:before {
	content: "\f052"
}
.icon-chevron-left:before {
	content: "\f053"
}
.icon-chevron-right:before {
	content: "\f054"
}
.icon-plus-sign:before {
	content: "\f055"
}
.icon-minus-sign:before {
	content: "\f056"
}
.icon-remove-sign:before {
	content: "\f057"
}
.icon-ok-sign:before {
	content: "\f058"
}
.icon-question-sign:before {
	content: "\f059"
}
.icon-info-sign:before {
	content: "\f05a"
}
.icon-screenshot:before {
	content: "\f05b"
}
.icon-remove-circle:before {
	content: "\f05c"
}
.icon-ok-circle:before {
	content: "\f05d"
}
.icon-ban-circle:before {
	content: "\f05e"
}
.icon-arrow-left:before {
	content: "\f060"
}
.icon-arrow-right:before {
	content: "\f061"
}
.icon-arrow-up:before {
	content: "\f062"
}
.icon-arrow-down:before {
	content: "\f063"
}
.icon-mail-forward:before, .icon-share-alt:before {
	content: "\f064"
}
.icon-resize-full:before {
	content: "\f065"
}
.icon-resize-small:before {
	content: "\f066"
}
.icon-plus:before {
	content: "\f067"
}
.icon-minus:before {
	content: "\f068"
}
.icon-asterisk:before {
	content: "\f069"
}
.icon-exclamation-sign:before {
	content: "\f06a"
}
.icon-gift:before {
	content: "\f06b"
}
.icon-leaf:before {
	content: "\f06c"
}
.icon-fire:before {
	content: "\f06d"
}
.icon-eye-open:before {
	content: "\f06e"
}
.icon-eye-close:before {
	content: "\f070"
}
.icon-warning-sign:before {
	content: "\f071"
}
.icon-plane:before {
	content: "\f072"
}
.icon-calendar:before {
	content: "\f073"
}
.icon-random:before {
	content: "\f074"
}
.icon-comment:before {
	content: "\f075"
}
.icon-magnet:before {
	content: "\f076"
}
.icon-chevron-up:before {
	content: "\f077"
}
.icon-chevron-down:before {
	content: "\f078"
}
.icon-retweet:before {
	content: "\f079"
}
.icon-shopping-cart:before {
	content: "\f07a"
}
.icon-folder-close:before {
	content: "\f07b"
}
.icon-folder-open:before {
	content: "\f07c"
}
.icon-resize-vertical:before {
	content: "\f07d"
}
.icon-resize-horizontal:before {
	content: "\f07e"
}
.icon-bar-chart:before {
	content: "\f080"
}
.icon-twitter-sign:before {
	content: "\f081"
}
.icon-facebook-sign:before {
	content: "\f082"
}
.icon-camera-retro:before {
	content: "\f083"
}
.icon-key:before {
	content: "\f084"
}
.icon-cogs:before, .icon-gears:before {
	content: "\f085"
}
.icon-comments:before {
	content: "\f086"
}
.icon-thumbs-up-alt:before {
	content: "\f087"
}
.icon-thumbs-down-alt:before {
	content: "\f088"
}
.icon-star-half:before {
	content: "\f089"
}
.icon-heart-empty:before {
	content: "\f08a"
}
.icon-signout:before {
	content: "\f08b"
}
.icon-linkedin-sign:before {
	content: "\f08c"
}
.icon-pushpin:before {
	content: "\f08d"
}
.icon-external-link:before {
	content: "\f08e"
}
.icon-signin:before {
	content: "\f090"
}
.icon-trophy:before {
	content: "\f091"
}
.icon-github-sign:before {
	content: "\f092"
}
.icon-upload-alt:before {
	content: "\f093"
}
.icon-lemon:before {
	content: "\f094"
}
.icon-phone:before {
	content: "\f095"
}
.icon-check-empty:before, .icon-unchecked:before {
	content: "\f096"
}
.icon-bookmark-empty:before {
	content: "\f097"
}
.icon-phone-sign:before {
	content: "\f098"
}
.icon-twitter:before {
	content: "\f099"
}
.icon-facebook:before {
	content: "\f09a"
}
.icon-github:before {
	content: "\f09b"
}
.icon-unlock:before {
	content: "\f09c"
}
.icon-credit-card:before {
	content: "\f09d"
}
.icon-rss:before {
	content: "\f09e"
}
.icon-hdd:before {
	content: "\f0a0"
}
.icon-bullhorn:before {
	content: "\f0a1"
}
.icon-bell:before {
	content: "\f0a2"
}
.icon-certificate:before {
	content: "\f0a3"
}
.icon-hand-right:before {
	content: "\f0a4"
}
.icon-hand-left:before {
	content: "\f0a5"
}
.icon-hand-up:before {
	content: "\f0a6"
}
.icon-hand-down:before {
	content: "\f0a7"
}
.icon-circle-arrow-left:before {
	content: "\f0a8"
}
.icon-circle-arrow-right:before {
	content: "\f0a9"
}
.icon-circle-arrow-up:before {
	content: "\f0aa"
}
.icon-circle-arrow-down:before {
	content: "\f0ab"
}
.icon-globe:before {
	content: "\f0ac"
}
.icon-wrench:before {
	content: "\f0ad"
}
.icon-tasks:before {
	content: "\f0ae"
}
.icon-filter:before {
	content: "\f0b0"
}
.icon-briefcase:before {
	content: "\f0b1"
}
.icon-fullscreen:before {
	content: "\f0b2"
}
.icon-group:before {
	content: "\f0c0"
}
.icon-link:before {
	content: "\f0c1"
}
.icon-cloud:before {
	content: "\f0c2"
}
.icon-beaker:before {
	content: "\f0c3"
}
.icon-cut:before {
	content: "\f0c4"
}
.icon-copy:before {
	content: "\f0c5"
}
.icon-paper-clip:before, .icon-paperclip:before {
	content: "\f0c6"
}
.icon-save:before {
	content: "\f0c7"
}
.icon-sign-blank:before {
	content: "\f0c8"
}
.icon-reorder:before {
	content: "\f0c9"
}
.icon-list-ul:before {
	content: "\f0ca"
}
.icon-list-ol:before {
	content: "\f0cb"
}
.icon-strikethrough:before {
	content: "\f0cc"
}
.icon-underline:before {
	content: "\f0cd"
}
.icon-table:before {
	content: "\f0ce"
}
.icon-magic:before {
	content: "\f0d0"
}
.icon-truck:before {
	content: "\f0d1"
}
.icon-pinterest:before {
	content: "\f0d2"
}
.icon-pinterest-sign:before {
	content: "\f0d3"
}
.icon-google-plus-sign:before {
	content: "\f0d4"
}
.icon-google-plus:before {
	content: "\f0d5"
}
.icon-money:before {
	content: "\f0d6"
}
.icon-caret-down:before {
	content: "\f0d7"
}
.icon-caret-up:before {
	content: "\f0d8"
}
.icon-caret-left:before {
	content: "\f0d9"
}
.icon-caret-right:before {
	content: "\f0da"
}
.icon-columns:before {
	content: "\f0db"
}
.icon-sort:before {
	content: "\f0dc"
}
.icon-sort-down:before {
	content: "\f0dd"
}
.icon-sort-up:before {
	content: "\f0de"
}
.icon-envelope:before {
	content: "\f0e0"
}
.icon-linkedin:before {
	content: "\f0e1"
}
.icon-rotate-left:before, .icon-undo:before {
	content: "\f0e2"
}
.icon-legal:before {
	content: "\f0e3"
}
.icon-dashboard:before {
	content: "\f0e4"
}
.icon-comment-alt:before {
	content: "\f0e5"
}
.icon-comments-alt:before {
	content: "\f0e6"
}
.icon-bolt:before {
	content: "\f0e7"
}
.icon-sitemap:before {
	content: "\f0e8"
}
.icon-umbrella:before {
	content: "\f0e9"
}
.icon-paste:before {
	content: "\f0ea"
}
.icon-lightbulb:before {
	content: "\f0eb"
}
.icon-exchange:before {
	content: "\f0ec"
}
.icon-cloud-download:before {
	content: "\f0ed"
}
.icon-cloud-upload:before {
	content: "\f0ee"
}
.icon-user-md:before {
	content: "\f0f0"
}
.icon-stethoscope:before {
	content: "\f0f1"
}
.icon-suitcase:before {
	content: "\f0f2"
}
.icon-bell-alt:before {
	content: "\f0f3"
}
.icon-coffee:before {
	content: "\f0f4"
}
.icon-food:before {
	content: "\f0f5"
}
.icon-file-text-alt:before {
	content: "\f0f6"
}
.icon-building:before {
	content: "\f0f7"
}
.icon-hospital:before {
	content: "\f0f8"
}
.icon-ambulance:before {
	content: "\f0f9"
}
.icon-medkit:before {
	content: "\f0fa"
}
.icon-fighter-jet:before {
	content: "\f0fb"
}
.icon-beer:before {
	content: "\f0fc"
}
.icon-h-sign:before {
	content: "\f0fd"
}
.icon-plus-sign-alt:before {
	content: "\f0fe"
}
.icon-double-angle-left:before {
	content: "\f100"
}
.icon-double-angle-right:before {
	content: "\f101"
}
.icon-double-angle-up:before {
	content: "\f102"
}
.icon-double-angle-down:before {
	content: "\f103"
}
.icon-angle-left:before {
	content: "\f104"
}
.icon-angle-right:before {
	content: "\f105"
}
.icon-angle-up:before {
	content: "\f106"
}
.icon-angle-down:before {
	content: "\f107"
}
.icon-desktop:before {
	content: "\f108"
}
.icon-laptop:before {
	content: "\f109"
}
.icon-tablet:before {
	content: "\f10a"
}
.icon-mobile-phone:before {
	content: "\f10b"
}
.icon-circle-blank:before {
	content: "\f10c"
}
.icon-quote-left:before {
	content: "\f10d"
}
.icon-quote-right:before {
	content: "\f10e"
}
.icon-spinner:before {
	content: "\f110"
}
.icon-circle:before {
	content: "\f111"
}
.icon-mail-reply:before, .icon-reply:before {
	content: "\f112"
}
.icon-github-alt:before {
	content: "\f113"
}
.icon-folder-close-alt:before {
	content: "\f114"
}
.icon-folder-open-alt:before {
	content: "\f115"
}
.icon-expand-alt:before {
	content: "\f116"
}
.icon-collapse-alt:before {
	content: "\f117"
}
.icon-smile:before {
	content: "\f118"
}
.icon-frown:before {
	content: "\f119"
}
.icon-meh:before {
	content: "\f11a"
}
.icon-gamepad:before {
	content: "\f11b"
}
.icon-keyboard:before {
	content: "\f11c"
}
.icon-flag-alt:before {
	content: "\f11d"
}
.icon-flag-checkered:before {
	content: "\f11e"
}
.icon-terminal:before {
	content: "\f120"
}
.icon-code:before {
	content: "\f121"
}
.icon-mail-reply-all:before, .icon-reply-all:before {
	content: "\f122"
}
.icon-star-half-empty:before, .icon-star-half-full:before {
	content: "\f123"
}
.icon-location-arrow:before {
	content: "\f124"
}
.icon-crop:before {
	content: "\f125"
}
.icon-code-fork:before {
	content: "\f126"
}
.icon-unlink:before {
	content: "\f127"
}
.icon-question:before {
	content: "\f128"
}
.icon-info:before {
	content: "\f129"
}
.icon-exclamation:before {
	content: "\f12a"
}
.icon-superscript:before {
	content: "\f12b"
}
.icon-subscript:before {
	content: "\f12c"
}
.icon-eraser:before {
	content: "\f12d"
}
.icon-puzzle-piece:before {
	content: "\f12e"
}
.icon-microphone:before {
	content: "\f130"
}
.icon-microphone-off:before {
	content: "\f131"
}
.icon-shield:before {
	content: "\f132"
}
.icon-calendar-empty:before {
	content: "\f133"
}
.icon-fire-extinguisher:before {
	content: "\f134"
}
.icon-rocket:before {
	content: "\f135"
}
.icon-maxcdn:before {
	content: "\f136"
}
.icon-chevron-sign-left:before {
	content: "\f137"
}
.icon-chevron-sign-right:before {
	content: "\f138"
}
.icon-chevron-sign-up:before {
	content: "\f139"
}
.icon-chevron-sign-down:before {
	content: "\f13a"
}
.icon-html5:before {
	content: "\f13b"
}
.icon-css3:before {
	content: "\f13c"
}
.icon-anchor:before {
	content: "\f13d"
}
.icon-unlock-alt:before {
	content: "\f13e"
}
.icon-bullseye:before {
	content: "\f140"
}
.icon-ellipsis-horizontal:before {
	content: "\f141"
}
.icon-ellipsis-vertical:before {
	content: "\f142"
}
.icon-rss-sign:before {
	content: "\f143"
}
.icon-play-sign:before {
	content: "\f144"
}
.icon-ticket:before {
	content: "\f145"
}
.icon-minus-sign-alt:before {
	content: "\f146"
}
.icon-check-minus:before {
	content: "\f147"
}
.icon-level-up:before {
	content: "\f148"
}
.icon-level-down:before {
	content: "\f149"
}
.icon-check-sign:before {
	content: "\f14a"
}
.icon-edit-sign:before {
	content: "\f14b"
}
.icon-external-link-sign:before {
	content: "\f14c"
}
.icon-share-sign:before {
	content: "\f14d"
}
.icon-compass:before {
	content: "\f14e"
}
.icon-collapse:before {
	content: "\f150"
}
.icon-collapse-top:before {
	content: "\f151"
}
.icon-expand:before {
	content: "\f152"
}
.icon-eur:before, .icon-euro:before {
	content: "\f153"
}
.icon-gbp:before {
	content: "\f154"
}
.icon-dollar:before, .icon-usd:before {
	content: "\f155"
}
.icon-inr:before, .icon-rupee:before {
	content: "\f156"
}
.icon-jpy:before, .icon-yen:before {
	content: "\f157"
}
.icon-cny:before, .icon-renminbi:before {
	content: "\f158"
}
.icon-krw:before, .icon-won:before {
	content: "\f159"
}
.icon-bitcoin:before, .icon-btc:before {
	content: "\f15a"
}
.icon-file:before {
	content: "\f15b"
}
.icon-file-text:before {
	content: "\f15c"
}
.icon-sort-by-alphabet:before {
	content: "\f15d"
}
.icon-sort-by-alphabet-alt:before {
	content: "\f15e"
}
.icon-sort-by-attributes:before {
	content: "\f160"
}
.icon-sort-by-attributes-alt:before {
	content: "\f161"
}
.icon-sort-by-order:before {
	content: "\f162"
}
.icon-sort-by-order-alt:before {
	content: "\f163"
}
.icon-thumbs-up:before {
	content: "\f164"
}
.icon-thumbs-down:before {
	content: "\f165"
}
.icon-youtube-sign:before {
	content: "\f166"
}
.icon-youtube:before {
	content: "\f167"
}
.icon-xing:before {
	content: "\f168"
}
.icon-xing-sign:before {
	content: "\f169"
}
.icon-youtube-play:before {
	content: "\f16a"
}
.icon-dropbox:before {
	content: "\f16b"
}
.icon-stackexchange:before {
	content: "\f16c"
}
.icon-instagram:before {
	content: "\f16d"
}
.icon-flickr:before {
	content: "\f16e"
}
.icon-adn:before {
	content: "\f170"
}
.icon-bitbucket:before {
	content: "\f171"
}
.icon-bitbucket-sign:before {
	content: "\f172"
}
.icon-tumblr:before {
	content: "\f173"
}
.icon-tumblr-sign:before {
	content: "\f174"
}
.icon-long-arrow-down:before {
	content: "\f175"
}
.icon-long-arrow-up:before {
	content: "\f176"
}
.icon-long-arrow-left:before {
	content: "\f177"
}
.icon-long-arrow-right:before {
	content: "\f178"
}
.icon-apple:before {
	content: "\f179"
}
.icon-windows:before {
	content: "\f17a"
}
.icon-android:before {
	content: "\f17b"
}
.icon-linux:before {
	content: "\f17c"
}
.icon-dribbble:before {
	content: "\f17d"
}
.icon-skype:before {
	content: "\f17e"
}
.icon-foursquare:before {
	content: "\f180"
}
.icon-trello:before {
	content: "\f181"
}
.icon-female:before {
	content: "\f182"
}
.icon-male:before {
	content: "\f183"
}
.icon-gittip:before {
	content: "\f184"
}
.icon-sun:before {
	content: "\f185"
}
.icon-moon:before {
	content: "\f186"
}
.icon-archive:before {
	content: "\f187"
}
.icon-bug:before {
	content: "\f188"
}
.icon-vk:before {
	content: "\f189"
}
.icon-weibo:before {
	content: "\f18a"
}
.icon-renren:before {
	content: "\f18b"
}
body, html {
	width: 100%;
	height: 100%
}
body:before {
	content: " ";
	display: block;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	position: absolute
}
nav {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
	display: block
}
#trigger-nav {
	cursor: pointer
}
#logo, #menu, #navigation, #navigation .right-nav, #navigation .site-nav {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top
}
.home-logo {
	margin: 0!important;
	padding: 9px 10px!important
}
.state-sitenav-is-open body {
	height: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: none
}
.netstarter-logo, .netstarter-menu {
	font-family: icomoonregular;
	speak: none;
	font-style: normal;
	font-weight: 400!important;
	font-variant: normal;
	text-transform: none;
	font-size: 35px;
	line-height: 60px;
	color: #fff;
	z-index: 6
}
#site-header {
	width: 100%;
	height: 100%;
	max-height: 70px;
	position: absolute;
	top: 0;
	z-index: 500;
	background: #1d1d1b;
	-o-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-ms-transform: translate(0, 0);
	-o-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-o-transition-property: opacity, -moz-transform;
	-moz-transition-property: opacity, -moz-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	-o-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000
}
.internal #site-header {
	top: 0;
	background: #1d1d1b
}
#site-header.sticky {
	position: fixed;
	top: 0
}
#site-header .navigation-wrapper {
	z-index: 500;
	position: absolute;
	width: 100%;
	height: 70px;
	max-height: 70px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease
}
#logo {
	text-align: center;
	height: 59px;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	background: #313131;
	z-index: 600!important;
	padding-left: 4px
}
#logo img {
	margin: 9px 10px;
	padding: 9px 10px
}
.internal #logo img {
	margin: 9px 10px;
	padding: 0
}
#menu {
	text-align: right;
	height: 60px;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right
}
#logo, #menu {
	z-index: 508;
	position: absolute;
	bottom: 0
}
#navigation .site-nav {
	float: right;
	text-align: right;
	padding-right: 20px
}
.nav-link {
	display: inline-block;
	padding: 0 29px;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: middle;
	-o-transition: color, .25s, ease-in-out, background, .25s, ease-in-out;
	-moz-transition: color, .25s, ease-in-out, background, .25s, ease-in-out;
	-webkit-transition: color, .25s, ease-in-out, background, .25s, ease-in-out;
	transition: color, .25s, ease-in-out, background, .25s, ease-in-out
}
.nav-link:focus, .nav-link:hover {
	color: #fff;
	text-decoration: none
}
.nav-bg-bar {
	bottom: 0;
	height: 50px;
	position: absolute;
	width: 100%;
	background: #1d1d1b;
	z-index: 506
}
.logo {
	-o-transition: all, .7s, ease-in-out, background, .7s, ease-in-out;
	-moz-transition: all, .7s, ease-in-out, background, .7s, ease-in-out;
	-webkit-transition: all, .7s, ease-in-out, background, .7s, ease-in-out;
	transition: all, .7s, ease-in-out, background, .7s, ease-in-out
}
.logo-color-0 {
	background: #ffae00
}
.logo-color-1 {
	background: #ffd800
}
.logo-color-2 {
	background: #df3152
}
.logo-color-3 {
	background: #1d1d1b
}
.logo-color-4 {
	background: #e77221
}
.logo-color-5 {
	background: #5a4d6b
}
.logo-color-6 {
	background: #d53135
}
.logo-color-7 {
	background: #ea008e
}

@media (max-width:1024px) {
body:before {
	height: 50px
}
.netstarter-logo, .netstarter-menu {
	line-height: 50px
}
#site-header {
	max-height: 100%;
	margin-top: 50px;
	overflow: visible;
	top: 0;
	-o-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-o-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-ms-transform: translate(0, -100%)
}
#logo {
	height: 45px;
	width: auto;
	padding-left: 15px
}
#logo img {
	margin: 5px;
	padding: 0
}
.fixed-nav #logo {
	width: 50px
}
.fixed-nav #logo img {
	margin: 5px
}
#menu {
	height: 50px;
	padding-right: 40px;
	width: 100%
}
internal.fixed-nav #menu {
	padding-right: 40px
}
internal.fixed-nav #logo {
	padding-left: 3px
}
portfolio.fixed-nav #menu {
	padding-right: 15px
}
portfolio.fixed-nav #logo {
	padding-left: 3px
}
.state-search-is-open #site-header, .state-sitenav-is-open #site-header {
	-o-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	-o-transform: translate3d(0, -50px, 0);
	-moz-transform: translate3d(0, -50px, 0);
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
	-ms-transform: translate(0, -50px)
}
.state-sitenav-is-closed #site-header {
	-o-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	top: 0;
	-o-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-ms-transform: translate(0, -100%)
}
.state-sitenav-is-open .site-nav {
	display: block!important
}
#site-header .navigation-wrapper {
	max-height: 100%;
	height: 100%;
	background: 0 0
}
.state-sitenav-is-open #site-header .navigation-wrapper {
	top: 0
}
#navigation {
	width: 100%!important;
	display: block;
	height: 100%;
	position: relative
}
#navigation .site-nav {
	width: 100%;
	height: 100%;
	background: #000;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 0;
	z-index: 506;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 0
}
.state-sitenav-is-open #navigation .site-nav {
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}
.nav-link {
	display: inline-block;
	white-space: nowrap
}
.site-nav .nav-link {
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 32px;
	padding: 5% 12px;
	height: 50px;
	line-height: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.logo-color-0, .logo-color-1, .logo-color-2, .logo-color-3, .logo-color-4, .logo-color-5, .logo-color-6, .logo-color-7 {
	background: #5D5C5D!important
}
.state-sitenav-is-open .scroll-down-img {
	display: none
}
}
#magento-partner {
	float: right;
	padding-right: 120px
}
#navigation {
	padding-left: 0;
	padding-right: 0;
	position: relative
}
.magento-2-training {
	width: 50px;
	margin-left: 10px;
	margin-top: 11px
}
.m2-logo {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0
}
.state-sitenav-is-hide .m2-logo {
	display: none
}
.fixed-nav {
	position: fixed!important
}
html {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,.004)
}
p {
	margin: 0 0 30px;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,.004)
}
h6 {
	font-size: 70px
}
.no-padding {
	padding: 0
}
a, a:hover {
	text-decoration: none
}
a:focus {
	outline: 0!important
}
.space20 {
	height: 20px
}
.space30 {
	height: 30px
}
.space40 {
	height: 40px
}
.space49 {
	height: 49px
}
.space50 {
	height: 50px;
	clear: both
}
.center {
	text-align: center
}
.left {
	text-align: left!important
}
.right {
	text-align: right
}
.serif {
	font-family: Merriweather, serif;
	font-size: 18px;
	line-height: 36px
}
.content-warp-internal {
	margin-top: 70px!important
}
.white {
	color: #fff
}
.button.red {
	font-family: Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #ce3030;
	background: #ce3030;
	padding: 14px 20px;
	width: 220px;
	margin: 25px auto 0;
	line-height: 100%;
	display: block;
	font-size: 21px;
	font-weight: 700
}
.button.red span {
	color: #fff
}
.button .black {
	font-family: Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #393939;
	border: 1px solid #393939;
	background: 0 0;
	padding: 14px 20px;
	margin-top: 35px;
	line-height: 100%;
	display: block;
	font-size: 17px;
	position: relative
}
.button.empty {
	font-family: Helvetica, Arial, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #fff;
	background: 0 0;
	padding: 14px 20px;
	margin-top: 35px!important;
	line-height: 100%;
	display: block;
	font-size: 17px;
	position: relative
}
.content-warp {
	clear: both
}
.grey-warp {
	background-color: #dedede;
	border-top: 1px solid #dcdcdc
}
.lightgrey-warp {
	background-color: #F4F4F4
}
.blue-warp {
	background-color: #77b0cd;
	color: #fff
}
.lightblue-warp {
	background-color: #2995cd;
	color: #fff
}
.dark-blue-warp {
	background-color: #0D659E;
	color: #fff
}
.orange-warp {
	background-color: #E78E25;
	color: #fff;
	background-image: url(../img/orange-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 65px
}
.footer {
	background: #1d1d1b
}
.footer span, .footer span a {
	color: #888;
	line-height: 22px
}
.footer span.title {
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase
}
.foot-top {
	height: 350px;
	background: url(../../img/content/footer-top.jpg) center center no-repeat;
	background-size: cover
}
.foot-top button {
	margin-left: 0!important;
	margin-right: 0
}
.foot-top button span {
	color: #fff
}
.foot-top h2 {
	color: #fff;
	font-size: 50px;
	line-height: 60px
}
.foot-top .serif {
	color: #cecece;
	padding: 0;
	font-size: 14px;
	margin-bottom: -10px
}
.footer-box, .footer-logo-box {
	float: right
}
.footer .button.red {
	float: left
}
.footer-logo-box {
	width: 25%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px
}
.footer-logo-box .footer-logo {
	padding-top: 9px
}
.footer-box {
	width: 75%;
	font-family: Helvetica, Arial, sans-serif
}
.footer-box .item {
	width: 33.33%;
	float: left;
	padding-left: 15px;
	font-size: 13px
}
.footer-box .item .title {
	font-size: 14px
}

@media (max-width:900px) {
.foot-top button {
	margin: 0 auto
}
.foot-top button span {
	color: #fff;
	font-size: 80%
}
.foot-top h2 {
	color: #fff;
	font-size: 40px;
	line-height: 50px
}
}

@media (max-width:767px) {
.foot-top {
	display: none
}
.footer-logo-box {
	width: 100%;
	padding-top: 50px;
	padding-left: 15px
}
.footer-box {
	width: 100%
}
.footer-box .item {
	width: 33.33%;
	float: left;
	min-width: 160px;
	padding-bottom: 45px
}
}

@media (max-width:550px) {
.footer-box .item {
	min-height: 180px
}
}

@media (max-width:365px) {
.footer-box .item {
	min-height: 70px
}
}

@media (max-width:480px) {
.serif {
	line-height: 30px
}
}
.royalSlider {
	direction: ltr;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: auto;
	width: auto
}
.royalSlider>* {
	float: left
}
rsWebkit3d * {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0)
}
.rsWebkit3d .rsABlock, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsContainer, .rsWebkit3d .rsLink, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsPreloader, .rsWebkit3d .rsSlide, .rsWebkit3d .rsThumbs, .rsWebkit3d img {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0)
}
.rsFade.rsWebkit3d .rsContainer, .rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img {
	-webkit-transform: none
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0
}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.rsArrow, .rsThumbsArrow {
	cursor: pointer
}
.rsThumb {
	float: left;
	position: relative
}
.rsArrow, .rsNav, .rsThumbsArrow {
	opacity: 1;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .3s, opacity .3s linear;
	-moz-transition: visibility 0s linear .3s, opacity .3s linear;
	-o-transition: visibility 0s linear .3s, opacity .3s linear;
	transition: visibility 0s linear .3s, opacity .3s linear
}
.rsGCaption {
	width: 100%;
	float: left;
	text-align: center
}
.royalSlider.rsFullscreen {
	position: fixed!important;
	height: auto!important;
	width: auto!important;
	margin: 0!important;
	padding: 0!important;
	z-index: 2147483647!important;
	top: 0!important;
	left: 0!important;
	bottom: 0!important;
	right: 0!important
}
.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1!important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	display: none
}
.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%
}
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
	height: auto
}
.rsContent {
	width: 100%;
	height: 100%;
	position: relative
}
.rsPreloader {
	position: absolute;
	z-index: 0
}
.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none
}
.rsNavItem {
	-webkit-tap-highlight-color: rgba(0,0,0,.25)
}
.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22
}
.rsTabs {
	float: left;
	background: 0 0!important
}
.rsTabs, .rsThumbs {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1
}
.rsVideoContainer .rsVideoObj, .rsVideoContainer embed, .rsVideoContainer iframe, .rsVideoContainer video {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.rsVideoContainer.rsIOSVideo embed, .rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px
}
.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15
}
img.rsImg {
	max-width: none
}
.grab-cursor {
	cursor: url(../../img/grab.png) 8 8, move
}
.grabbing-cursor {
	cursor: url(../../img/grabbing.png) 8 8, move
}
.rsNoDrag {
	cursor: auto
}
.rsLink {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
	background: url(../img/blank.gif)
}
.portfolio-mask-full {
	width: 464px;
	height: 464px
}
.portfolio-mask-half {
	width: 230px;
	height: 230px
}
.dark-warp {
	background-color: #2f353e;
	color: #fff
}
.btn-ns {
	margin-left: auto;
	margin-right: auto
}
.button .black {
	width: 220px
}
.inner-pages-wide.wide-grid h1 {
	margin-top: 100px;
	margin-bottom: 50px
}
.portfolio h1 {
	margin-top: 100px;
	margin-bottom: 30px
}
.portfolio .btn-ns {
	margin-top: 20px;
	margin-bottom: 70px
}
.portfolio .serif.em {
	font-size: 24px;
	line-height: 40px
}
.portfolio h3 {
	margin-top: 70px;
	margin-bottom: 20px;
	font-family: proxima_nova_rgbold, Arial, sans-serif
}
.portfolio .portfolio-list {
	padding-left: 18px;
	margin-top: 20px;
	margin-bottom: 20px
}
.portfolio .portfolio-list li {
	margin-bottom: 10px
}
.portfolio-slider.no-img {
	margin-top: 200px
}
#portfolio .item {
	padding: 2px
}
#portfolio .item img {
	width: 100%
}
.backtop a {
	float: right;
	height: 50px;
	text-align: center;
	width: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #393939;
	border: 1px solid #393939;
	margin-top: 50px;
	cursor: pointer;
	line-height: 48px
}
.backtop a i {
	color: #fff
}
#logo a {
	float: left
}
.inner-pages-wide {
	padding: 0!important;
	margin: 0 auto 200px
}
.inner-pages {
	margin: 0 auto 60px
}
.inner-pages #contact-form-wrap {
	padding: 70px!important
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity
}
.isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}
#portfolio, .container.wide-grid, .header-image {
	padding: 0!important
}
.header-image.madeforschool {
	background-image: url(../../img/content/portfolio/madeforschool_header.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.madeforschool img {
	margin-top: 140px;
	margin-left: 100px;
	max-width: 200px
}
.header-image.activeskin {
	background-image: url(../../img/content/portfolio/activeskin_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.activeskin img {
	margin-top: 220px;
	margin-left: 100px;
	max-width: 260px
}
.header-image.bnt {
	background-image: url(../../img/content/portfolio/bnt_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.bnt img {
	margin-top: 220px;
	margin-left: 100px;
	max-width: 260px
}
.header-image.lornajane {
	background-image: url(../../img/content/portfolio/lornajane_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.lornajane img {
	margin-top: 220px;
	margin-left: 100px;
	max-width: 260px
}
.header-image.cincotta {
	background-image: url(../../img/content/portfolio/cincotta_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.cincotta img {
	margin-top: 220px;
	margin-left: 100px;
	max-width: 260px
}
.header-image.carsguide {
	background-image: url(../../img/content/portfolio/carsguide_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.carsguide img {
	margin-top: 220px;
	margin-left: 100px;
	max-width: 335px
}
.header-image.nib {
	background-image: url(../../img/content/portfolio/nib_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.nib img {
	margin-top: 220px;
	margin-left: 100px;
	max-width: 309px
}
.header-image.dicksmith {
	background-image: url(../../img/content/portfolio/dicksmith_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.dicksmith img {
	margin-top: 220px;
	margin-left: 100px
}
.header-image.atdec {
	background-image: url(../../img/content/portfolio/atdec_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.atdec img {
	margin-top: 180px;
	margin-left: 100px;
	max-width: 192px
}
.header-image.chriscross {
	background-image: url(../../img/content/portfolio/chriscross_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.chriscross img {
	margin-top: 220px;
	margin-left: 100px;
	max-width: 273px
}
.header-image.lonsdale {
	background-image: url(../../img/content/portfolio/lonsdale_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.lonsdale img {
	margin-top: 220px;
	margin-left: 100px;
	max-width: 213px
}
.header-image.athletesfoot {
	background-image: url(../img/content/portfolio/taf_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.athletesfoot img {
	margin-top: 220px;
	margin-right: 100px;
	max-width: 328px;
	float: right
}
.header-image.oscarwylee {
	background-image: url(../../img/content/portfolio/oscarwylee_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.oscarwylee img {
	margin-top: 220px;
	margin-left: 100px;
	max-width: 324px
}
.header-image.petbarn {
	background-image: url(../../img/content/portfolio/petbarn_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.petbarn img {
	margin-top: 180px;
	margin-left: 100px;
	max-width: 261px
}
.header-image.breville {
	background-image: url(../../img/content/portfolio/breville_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.breville img {
	margin-top: 220px;
	margin-left: 100px;
	max-width: 235px
}
.header-image.anc {
	background-image: url(../../img/content/portfolio/anc_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.anc img {
	margin-top: 220px;
	margin-left: 100px;
	max-width: 318px
}
.header-image.glue {
	background-image: url(../../img/content/portfolio/gluestore_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.glue img {
	margin-top: 220px;
	margin-left: 100px;
	max-width: 236px
}
.header-image.statina {
	background-image: url(../../img/content/portfolio/statina_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.statina img {
	margin-top: 220px;
	margin-left: 100px;
	max-width: 237px
}
.header-image.merrell {
	background-image: url(../../img/content/portfolio/merrell_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.merrell img {
	float: left;
	margin-top: 185px;
	margin-left: 0;
	max-width: 343px
}
.header-image.bbq {
	background-image: url(../../img/content/portfolio/bbq_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.bbq img {
	float: left;
	margin-top: 185px;
	margin-left: 0;
	max-width: 343px
}
.header-image.snb {
	background-image: url(../../img/content/portfolio/snb-header_bg.jpg);
	background-position: center center;
	height: 488px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.snb img {
	float: left;
	margin-top: 225px;
	margin-left: 0;
	max-width: 343px
}
.header-image.venroy {
	background-image: url(../../img/content/portfolio/venroy_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.venroy img {
	float: left;
	margin-top: 185px;
	margin-left: 0;
	max-width: 343px
}


.header-image.bundaberg {
	background-image: url(../../img/content/portfolio/bundaberg_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.bundaberg img {
	float: left;
	margin-top: 145px;
	margin-left: 0;
	max-width: 328px
}
.header-image.theupside {
	background-image: url(../../img/content/portfolio/upside_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.theupside img {
	float: left;
	margin-top: 185px;
	margin-left: 0;
	max-width: 341px
}
.header-image.jaxtyres {
	background-image: url(../../img/content/portfolio/jaxtyres_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.jaxtyres img {
	float: left;
	margin-top: 185px;
	margin-left: 0;
	max-width: 341px
}
.header-image.costco {
	background-image: url(../../img/content/portfolio/costco_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.costco img {
	float: left;
	margin-top: 185px;
	margin-left: 0;
	max-width: 341px
}
.header-image.icedesign {
	background-image: url(../../img/content/portfolio/icedesign_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.icedesign img {
	float: left;
	margin-top: 185px;
	margin-left: 0;
	max-width: 341px
}
.header-image.hills {
	background-image: url(../../img/content/portfolio/hills_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.hills img {
	float: left;
	margin-top: 185px;
	margin-left: 0;
	max-width: 341px
}
.header-image.move {
	background-image: url(../../img/content/portfolio/move_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.move img {
	float: left;
	margin-top: 185px;
	margin-left: 0;
	max-width: 341px
}
.header-image.aboutus {
	background-image: url(../../img/content/about-header.jpg);
	background-position: center top;
	height: 705px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.aboutus img {
	position: absolute;
	max-width: 90%;
	top: 0;
	left: 5%
}
.header-image.aboutus img:empty {
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
.header-image.aboutus h1 {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 700px;
	margin-bottom: 105px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

@media (max-width:1024px) {
.header-image.aboutus {
	overflow: hidden;
	height: 550px!important
}
.header-image.aboutus img {
	max-width: 95%;
	width: 95%;
	min-width: 960px;
	overflow: hidden
}
.header-image.aboutus h1 {
	font-size: 42px!important
}
}

@media (max-width:1023px) {
.header-image.aboutus {
	overflow: hidden;
	height: 450px!important
}
.header-image.aboutus img {
	max-width: 95%;
	width: 95%;
	min-width: 960px;
	overflow: hidden
}
}

@media (max-width:979px) {
.header-image {
	height: 320px!important
}
.header-image img {
	width: 39%
}
.header-image.madeforschool img {
	margin-top: 90px;
	margin-left: 60px
}
.header-image.activeskin img {
	margin-top: 90px;
	margin-left: 60px;
	width: 40%
}
.header-image.nib img {
	margin-top: 130px;
	margin-left: 60px
}
.header-image.anc img, .header-image.atdec img, .header-image.bnt img, .header-image.breville img, .header-image.carsguide img, .header-image.chriscross img, .header-image.glue img, .header-image.lonsdale img, .header-image.oscarwylee img, .header-image.petbarn img, .header-image.statina img {
	margin-top: 130px;
	margin-left: 10px
}
.header-image.athletesfoot img {
	margin-top: 130px;
	margin-left: 10px;
	float: right
}
.header-image.bbq img, .header-image.bundaberg img, .header-image.camilla img, .header-image.cincotta img, .header-image.costco img, .header-image.hills img, .header-image.icedesign img, .header-image.jaxtyres img, .header-image.merrell img, .header-image.move img, .header-image.sparesbox img, .header-image.theupside img, .header-image.venroy img {
	margin-top: 130px;
	margin-left: 10px
}
}

@media (max-width:740px) {
#portfolio .portfolio-mask-full {
	width: 307px;
	height: 307px
}
#portfolio .portfolio-mask-half {
	width: 152px;
	height: 152px
}
#portfolio .portfolio-mask-full img {
	width: 307px;
	height: 307px
}
#portfolio .portfolio-mask-half img {
	width: 152px;
	height: 152px
}
#portfolio {
	min-width: 312px
}
#slider-in-laptop .rsBullets {
	bottom: 135%!important
}
.header-image.aboutus h1 {
	max-width: 420px;
	width: auto!important;
	margin-bottom: 60px
}
}
.container.wide-grid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.container.wide-grid:after, .container.wide-grid:before {
	content: " ";
	display: table
}
.container.wide-grid:after {
	clear: both
}

@media (min-width:741px) {
.container.wide-grid {
	width: 740px
}
}

@media (min-width:990px) {
.container.wide-grid {
	width: 990px
}
}

@media (min-width:1404px) {
.container.wide-grid {
	width: 1404px
}
}

@media (max-width:1155px) {
.scroll-down {
	display: none!important
}
}

@media (max-width:1024px) {
#navigation {
	padding-left: 15px!important;
	padding-right: 15px!important
}
#logo a {
	float: none
}
}

@media (max-width:1024px) {
h1 {
	font-size: 60px;
	margin: 60px 0 40px!important
}
.inner-pages-wide {
	margin-bottom: 140px!important
}
}

@media (max-width:768px) {
.header-image.merrell .container {
	text-align: center
}
.header-image.merrell .container img {
	float: none;
	width: 80%;
	margin-left: 0;
	margin-right: 0
}
.header-image.bbq .container {
	text-align: center
}
.header-image.bbq .container img {
	float: none;
	width: 80%;
	margin-left: 0;
	margin-right: 0
}
.header-image.venroy .container {
	text-align: center
}
.header-image.venroy .container img {
	float: none;
	width: 80%;
	margin-left: 0;
	margin-right: 0
}
.header-image.theupside .container {
	text-align: center
}
.header-image.theupside .container img {
	float: none;
	width: 80%;
	margin-left: 0;
	margin-right: 0
}
.header-image.athletesfoot .container {
	text-align: center
}
.header-image.athletesfoot .container img {
	float: none;
	width: 80%;
	margin-left: 0;
	margin-right: 0
}
.header-image.breville .container {
	text-align: center
}
.header-image.breville .container img {
	float: none;
	width: 80%;
	margin-left: 0;
	margin-right: 0
}
.header-image.bnt .container {
	text-align: center
}
.header-image.bnt .container img {
	float: none;
	width: 80%;
	margin-left: 0;
	margin-right: 0
}
.header-image.activeskin .container {
	text-align: center
}
.header-image.activeskin .container img {
	float: none;
	width: 80%;
	margin-left: 0;
	margin-right: 0
}
.header-image.camilla .container img {
	margin-top: 130px
}
.header-image.costco .container {
	text-align: center
}
.header-image.costco .container img {
	float: none;
	width: 80%;
	margin-left: 0;
	margin-right: 0
}
.header-image.icedesign .container {
	text-align: center
}
.header-image.icedesign .container img {
	float: none;
	width: 80%;
	margin-left: 0;
	margin-right: 0
}
.header-image.move .container {
	text-align: center
}
.header-image.move .container img {
	float: none;
	width: 80%;
	margin-left: 0;
	margin-right: 0
}
.header-image.hills .container {
	text-align: center
}
.header-image.hills .container img {
	float: none;
	width: 80%;
	margin-left: 0;
	margin-right: 0;
	max-width: 250px
}
.header-image.cincotta .container {
	text-align: center
}
.header-image.cincotta .container img {
	float: none;
	width: 80%;
	margin-left: 0;
	margin-right: 0
}
.header-image.glue .container {
	text-align: center
}
.header-image.glue .container img {
	float: none;
	width: 80%;
	margin-left: 0;
	margin-right: 0
}
.header-image.sparesbox .container {
	text-align: center
}
.header-image.sparesbox .container img {
	float: none;
	width: 60%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 100px;
	max-width: 170px
}
.header-image.converse .container {
	text-align: center
}
.header-image.converse .container img {
	float: none;
	width: 80%;
	margin-left: 0;
	margin-right: 0
}
.header-image.camilla .container {
	text-align: center
}
.header-image.camilla .container img {
	float: none;
	width: 80%;
	margin-left: 0;
	margin-right: 0
}
.header-image.bundaberg .container {
	text-align: center
}
.header-image.bundaberg .container img {
	float: none;
	width: 80%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 70px
}
.header-image.petbarn .container {
	text-align: center
}
.header-image.petbarn .container img {
	float: none;
	width: 60%;
	margin-left: 0;
	margin-right: 0
}
}

@media (max-width:480px) {
h1 {
	margin: 40px 0 25px!important
}
.portfolio h1 {
	font-size: 40px
}
.portfolio .btn-ns {
	margin-top: 20px;
	margin-bottom: 50px
}
.portfolio .serif.em {
	font-size: 19px;
	line-height: 36px
}
.portfolio .serif {
	line-height: 36px
}
.inner-pages-wide {
	margin-bottom: 70px!important
}
.portfolio-slider.no-img {
	margin-top: 100px
}
}
.portfolio-slider {
	margin-top: 50px;
	height: 100%
}
#slider-in-laptop {
	width: 100%;
	padding: 3% 13.5% 0;
	background: 0 0
}
#slider-in-laptop .rsBullets {
	bottom: 125%
}
#slider-in-laptop .rsOverflow, #slider-in-laptop .rsSlide, #slider-in-laptop .rsThumbs, #slider-in-laptop .rsVideoFrameHolder {
	background: #151515
}
.scroll-down {
	position: absolute;
	right: -75px;
	top: 40%
}
.imgBg {
	left: 0;
	top: 0;
	width: 100%;
	height: auto
}
.laptopBg {
	position: relative;
	width: 100%;
	height: auto
}
.royalSlider * {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0)
}
.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsThumbs, .rsDefaultInv .rsVideoFrameHolder {
	background: #EEE;
	color: #222
}
.rsDefaultInv .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21
}
.rsDefaultInv.rsVer .rsArrow {
	width: 100%;
	height: 44px
}
.rsDefaultInv.rsVer .rsArrowLeft {
	top: 0;
	left: 0
}
.rsDefaultInv.rsVer .rsArrowRight {
	bottom: 0;
	left: 0
}
.rsDefaultInv.rsHor .rsArrowLeft {
	left: 0;
	top: 0
}
.rsDefaultInv.rsHor .rsArrowRight {
	right: 0;
	top: 0
}
.rsDefaultInv .rsArrowIcn {
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	cursor: pointer;
	background: url(rs-default-inverted.png) #FFF;
	background-color: rgba(255,255,255,.75);
*background-color:#FFF;
	border-radius: 2px
}
.rsDefaultInv .rsArrowIcn:hover {
	background-color: rgba(255,255,255,.9)
}
.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -64px -32px
}
.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -64px -64px
}
.rsDefaultInv.rsVer .rsArrowLeft .rsArrowIcn {
	background-position: -96px -32px
}
.rsDefaultInv.rsVer .rsArrowRight .rsArrowIcn {
	background-position: -96px -64px
}
.rsDefaultInv .rsArrowDisabled .rsArrowIcn {
	filter: alpha(opacity=20);
	opacity: .2;
*display:none
}
.rsDefaultInv .rsBullets {
	position: relative;
	z-index: 35;
	padding-top: 4px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	line-height: 5px;
	overflow: hidden
}
.rsDefaultInv .rsBullet {
	width: 15px;
	height: 15px;
	display: inline-block;
*display:inline;
*zoom:1;
	margin: 6px
}
.rsDefaultInv .rsBullet span {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #BBB
}
.rsDefaultInv .rsBullet.rsNavSelected span {
	background-color: #000
}
.rsDefaultInv .rsThumbsHor {
	width: 100%;
	height: 72px
}
.rsDefaultInv .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%
}
.rsDefaultInv .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px
}
.rsDefaultInv .rsThumb img {
	width: 100%;
	height: 100%
}
.rsDefaultInv .rsThumb.rsNavSelected {
	background: #FFF
}
.rsDefaultInv .rsThumb.rsNavSelected img {
	opacity: .5;
	filter: alpha(opacity=50)
}
.rsDefaultInv .rsTmb {
	display: block
}
.rsDefaultInv .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px
}
.rsDefaultInv .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px
}
.rsDefaultInv .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	background: #FFF;
	background: rgba(255,255,255,.75)
}
.rsDefaultInv .rsThumbsArrow:hover {
	background: rgba(255,255,255,.9)
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft {
	top: 0;
	left: 0
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight {
	bottom: 0;
	left: 0
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft {
	left: 0;
	top: 0
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight {
	right: 0;
	top: 0
}
.rsDefaultInv .rsThumbsArrowIcn {
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url(rs-default-inverted.png)
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -128px -32px
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -128px -48px
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
	background-position: -144px -32px
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
	background-position: -144px -48px
}
.rsDefaultInv .rsThumbsArrowDisabled {
	display: none!important
}

@media screen and (min-width:0px) and (max-width:800px) {
.rsDefaultInv .rsThumb {
	width: 59px;
	height: 44px
}
.rsDefaultInv .rsThumbsHor {
	height: 44px
}
.rsDefaultInv .rsThumbsVer {
	width: 59px
}
}
.rsDefaultInv .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding-top: 12px;
	position: relative
}
.rsDefaultInv .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
	background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;
*display:inline;
*zoom:1
}
.rsDefaultInv .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.rsDefaultInv .rsTab:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right: 1px solid #cfcfcf
}
.rsDefaultInv .rsTab:active {
	border: 1px solid #D9D9DD;
	background-color: #f4f4f4;
	box-shadow: 0 1px 4px rgba(0,0,0,.2) inset
}
.rsDefaultInv .rsTab.rsNavSelected {
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102,102,102,.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #acacac, #bbb);
	background-image: -moz-llinear-gradient(top, #acacac, #bbb);
	background-image: linear-gradient(to bottom, #acacac, #bbb)
}
.rsDefaultInv .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer
}
.rsDefaultInv .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url(rs-default-inverted.png) #FFF;
	background-color: rgba(255,255,255,.75);
*background-color:#FFF;
	border-radius: 2px
}
.rsDefaultInv .rsFullscreenIcn:hover {
	background-color: rgba(255,255,255,.9)
}
.rsDefaultInv.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0
}
.rsDefaultInv .rsPlayBtn {
	-webkit-tap-highlight-color: rgba(0,0,0,.3);
	width: 64px;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	cursor: pointer
}
.rsDefaultInv .rsPlayBtnIcon {
	width: 64px;
	display: block;
	height: 64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background: url(rs-default-inverted.png) 0 -32px no-repeat #FFF;
	background-color: rgba(255,255,255,.75);
*background-color:#FFF
}
.rsDefaultInv .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(255,255,255,.9)
}
.rsDefaultInv .rsBtnCenterer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px
}
.rsDefaultInv .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0)
}
.rsDefaultInv .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px
}
.rsDefaultInv .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url(rs-default-inverted.png) -64px 0 #FFF;
	background-color: rgba(255,255,255,.75);
*background-color:#FFF
}
.rsDefaultInv .rsCloseVideoIcn:hover {
	background-color: rgba(255,255,255,.9)
}
.rsDefaultInv .rsPreloader {
	width: 20px;
	height: 20px;
	background-image: url(../../img/preloaders/preloader.gif);
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px
}
.rsDefaultInv .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;
	background: #FFF;
	background: rgba(255,255,255,.75);
	color: #000;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px
}
.mCSB_container {
	width: auto;
	overflow: hidden
}
.mCSB_container.mCS_no_scrollbar {
	margin-right: 0
}
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar, .mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar {
	margin-right: 30px
}
.mCustomScrollBox>.mCSB_scrollTools {
	width: 16px;
	height: 100%;
	top: 0;
	right: 0
}
.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 20px 0
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}
.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center
}
.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
	display: block;
	position: relative;
	height: 20px;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer
}
.mCSB_scrollTools .mCSB_buttonDown {
	top: 100%;
	margin-top: -40px
}
.mCSB_horizontal>.mCSB_container {
	height: auto;
	margin-right: 0;
	margin-bottom: 30px;
	overflow: hidden
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
	margin-bottom: 0
}
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar, .mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
	margin-right: 0;
	margin-bottom: 30px
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
	width: 100%;
	height: 16px;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	overflow: hidden
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 0 20px
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
	width: 30px;
	height: 100%
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft, .mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
	display: block;
	position: relative;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
	float: left
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
	margin-left: -40px;
	float: right
}
.mCustomScrollBox {
	-ms-touch-action: none
}
.mCustomScrollBox>.mCSB_scrollTools {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}
.mCustomScrollBox:hover>.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)"
}
.mCSB_scrollTools .mCSB_draggerRail {
	background: #000;
	background: rgba(0,0,0,.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #fff;
	background: rgba(255,255,255,.75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(255,255,255,.85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)"
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(255,255,255,.9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}
.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
	background-image: url(../mCSB_buttons.png);
	background-repeat: no-repeat;
	opacity: .4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}
.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0
}
.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px
}
.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px
}
.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px
}
.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}
.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
	opacity: .9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}
.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail {
	background: #000;
	background: rgba(0,0,0,.15)
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #000;
	background: rgba(0,0,0,.75)
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(0,0,0,.85)
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(0,0,0,.9)
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}
.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background: #fff;
	background: rgba(255,255,255,.1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background: #fff;
	background: rgba(255,255,255,.75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(255,255,255,.85)
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(255,255,255,.9)
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background: #000;
	background: rgba(0,0,0,.1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background: #000;
	background: rgba(0,0,0,.75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(0,0,0,.85)
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(0,0,0,.9)
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background: #fff;
	background: rgba(255,255,255,.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background: #fff;
	background: rgba(255,255,255,.75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(255,255,255,.85)
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(255,255,255,.9)
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background: #000;
	background: rgba(0,0,0,.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background: #000;
	background: rgba(0,0,0,.75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(0,0,0,.85)
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(0,0,0,.9)
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail {
	background: #fff;
	background: rgba(255,255,255,.1)
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail {
	background: #000;
	background: rgba(0,0,0,.15)
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
	background: #000;
	background: rgba(0,0,0,.75)
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
	width: 100%
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(0,0,0,.85)
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(0,0,0,.9)
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}
.content_1>.mCustomScrollBox>.mCSB_scrollTools {
	height: 96%;
	top: 2%
}
.content_2 .mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	box-shadow: 1px 1px 1px rgba(255,255,255,.1)
}
.content_2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: rgba(255,255,255,.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}
.content_2 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(255,255,255,.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)"
}
.content_2 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .content_2 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: rgba(255,255,255,.6);
	filter: "alpha(opacity=60)";
	-ms-filter: "alpha(opacity=60)"
}
.content_3>.mCustomScrollBox>.mCSB_scrollTools {
	height: 94%;
	top: 3%
}
.content_3 .mCSB_scrollTools .mCSB_draggerRail {
	width: 0;
	border-right: 1px dashed #09C
}
.content_3 .mCSB_scrollTools .mCSB_dragger {
	height: 11px
}
.content_3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	background: #09C
}
.content_4>.mCustomScrollBox>.mCSB_scrollTools {
	height: 94%;
	top: 3%
}
.content_4 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #d0b9a0;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
	box-shadow: 1px 1px 5px rgba(0,0,0,.5)
}
.content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .content_4 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #dfcdb9
}
.content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .content_4 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
	box-shadow: 0 0 3px rgba(0,0,0,.5)
}
.content_5>.mCustomScrollBox>.mCSB_scrollTools {
	width: 98%;
	margin: 0 1%
}
.content_6>.mCustomScrollBox>.mCSB_scrollTools {
	width: 88%;
	margin: 0 6%
}
.content_8 .mCSB_scrollTools .mCSB_draggerRail {
	width: 0;
	border-left: 1px solid rgba(0,0,0,.8);
	border-right: 1px solid rgba(255,255,255,.2)
}
.header-image.camilla {
	background-image: url(../../img/content/portfolio/camilla_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.camilla img {
	margin-top: 180px;
	margin-left: 100px;
	max-width: 261px
}
.header-image.converse {
	background-image: url(../../img/content/portfolio/converse_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.converse img {
	margin-top: 180px;
	margin-left: 100px;
	max-width: 261px
}
.header-image.sparesbox {
	background-image: url(../../img/content/portfolio/sparesbox_bg.jpg);
	background-position: center center;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover
}
.header-image.sparesbox img {
	margin-top: 180px;
	margin-left: 100px;
	max-width: 261px
}
#navigation #logo {
	background: rgba(0,0,0,0)
}
