@charset "UTF-8";

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background: 0 0
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

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: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

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
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

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
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 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
	}
	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
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

: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: transparent
}

body {
	font-family: Radikal, 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: #2CA7DF;
	text-decoration: none
}

a:focus,
a:hover {
	color: #2CA7DF;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 4px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transition: all all .2s ease-in-out cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all all .2s ease-in-out cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all all .2s ease-in-out cubic-bezier(.35, 0, .35, 1);
	transition: all all .2s ease-in-out cubic-bezier(.35, 0, .35, 1);
	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
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Radikal, sans-serif;
	font-weight: 300;
	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,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%
}

.h1,
h1 {
	font-size: 36px
}

.h2,
h2 {
	font-size: 30px
}

.h3,
h3 {
	font-size: 24px
}

.h4,
h4 {
	font-size: 18px
}

.h5,
h5 {
	font-size: 14px
}

.h6,
h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.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-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-muted {
	color: #999
}

.text-primary {
	color: #2CA7DF
}

a.text-primary:hover {
	color: #0e7eb0
}

.text-success {
	color: #3c763d
}

a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff;
	background-color: #2CA7DF
}

a.bg-primary:hover {
	background-color: #0e7eb0
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:hover {
	background-color: #e4b9b9
}

.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-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	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
	}
}

abbr[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #999
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #999
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer: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: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	white-space: nowrap;
	border-radius: 2px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 2px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

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: 2px
}

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: 10px;
	padding-right: 10px
}

@media (min-width:768px) {
	.container {
		width: 740px
	}
}

@media (min-width:992px) {
	.container {
		width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1160px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px
}

.row {
	margin-left: -10px;
	margin-right: -10px
}

.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: 10px;
	padding-right: 10px
}

.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 {
	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-pull-0 {
	right: 0
}

.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-push-0 {
	left: 0
}

.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%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
	.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 {
		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-pull-0 {
		right: 0
	}
	.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-push-0 {
		left: 0
	}
	.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%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {
	.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 {
		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-pull-0 {
		right: 0
	}
	.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-push-0 {
		left: 0
	}
	.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%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {
	.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 {
		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-pull-0 {
		right: 0
	}
	.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-push-0 {
		left: 0
	}
	.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%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}

table {
	max-width: 100%;
	background-color: transparent
}

th {
	text-align: left
}

.table {
	width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	float: none;
	display: table-column
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

@media (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s cubic-bezier(.35, 0, .35, 1);
	transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s cubic-bezier(.35, 0, .35, 1)
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

input[type=date] {
	line-height: 34px
}

.form-group {
	margin-bottom: 15px
}

.checkbox,
.radio {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px
}

.checkbox label,
.radio label {
	display: inline;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	float: left;
	margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,
.radio-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

.checkbox-inline[disabled],
.checkbox[disabled],
.radio-inline[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=radio][disabled] {
	cursor: not-allowed
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}

select.input-sm {
	height: 30px;
	line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 4px
}

select.input-lg {
	height: 46px;
	line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.has-feedback .form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #a94442
}

.form-control-static {
	margin-bottom: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle
	}
	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio] {
		float: none;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-left: -10px;
	margin-right: -10px
}

.form-horizontal .form-control-static {
	padding-top: 7px
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 10px
}

.btn,
.wpcf7 input[type=submit] {
	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: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:focus,
.btn:hover {
	color: #fff;
	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,
.wpcf7 input[type=submit] {
	color: #fff;
	background-color: #2CA7DF;
	border-color: #fff;
	padding: 10px 20px 5px;
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #1B82BF;
	border-color: #1B82BF
}

.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: #2CA7DF;
	border-color: #fff
}

.btn-default .badge {
	color: #2CA7DF;
	background-color: #fff
}

.btn-primary {
	color: #fff;
	background-color: #2CA7DF;
	border-color: #108fc7
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #0f85b9;
	border-color: #0c668f
}

.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: #2CA7DF;
	border-color: #108fc7
}

.btn-primary .badge {
	color: #2CA7DF;
	background-color: #fff
}

.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-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.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-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.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-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.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-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #2CA7DF;
	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: #2CA7DF;
	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
}

.action-button,
.btn-group-lg>.btn,
.btn-lg,
.content.roadmapContent div.resources .resource a,
.wpcf7 input[type=submit] {
	padding: 10px 16px 5px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 4px
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}

.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%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
	-webkit-transition: all opacity .15s linear cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all opacity .15s linear cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all opacity .15s linear cubic-bezier(.35, 0, .35, 1);
	transition: all opacity .15s linear cubic-bezier(.35, 0, .35, 1)
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease;
	-webkit-transition: all height .35s ease cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all height .35s ease cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all height .35s ease cubic-bezier(.35, 0, .35, 1);
	transition: all height .35s ease cubic-bezier(.35, 0, .35, 1)
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\2a"
}

.glyphicon-plus:before {
	content: "\2b"
}

.glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 2px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #2CA7DF
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	color: #999
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #999
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 2
}

.btn-group-vertical>.btn:focus,
.btn-group>.btn:focus {
	outline: 0
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius: 2px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
	display: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 4px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 2px
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 2px
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 4px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #999
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
	color: #999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #eee;
	border-color: #2CA7DF
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 2px 2px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 2px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 2px 2px 0 0
	}
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 2px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #2CA7DF
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 2px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 2px 2px 0 0
	}
	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 100px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
	.navbar {
		border-radius: 2px
	}
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	max-height: 380px;
	overflow-x: visible;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}
	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important
	}
	.navbar-collapse.in {
		overflow-y: visible
	}
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: -10px;
	margin-left: -10px
}

@media (min-width:768px) {
	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
	.navbar-fixed-bottom,
	.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 40px 10px;
	font-size: 18px;
	line-height: 20px;
	height: 100px
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

@media (min-width:768px) {
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -10px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 10px;
	padding: 9px 10px;
	margin-top: 33px;
	margin-bottom: 33px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 20px -10px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}
	.navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 40px;
		padding-bottom: 40px
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: -10px
	}
}

@media (min-width:768px) {
	.navbar-left {
		float: left!important
	}
	.navbar-right {
		float: right!important
	}
}

.navbar-form {
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px 10px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	margin-top: 33px;
	margin-bottom: 33px
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .input-group>.form-control {
		width: 100%
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle
	}
	.navbar-form .checkbox input[type=checkbox],
	.navbar-form .radio input[type=radio] {
		float: none;
		margin-left: 0
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
	.navbar-form.navbar-right:last-child {
		margin-right: -10px
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 33px;
	margin-bottom: 33px
}

.navbar-btn.btn-sm {
	margin-top: 35px;
	margin-bottom: 35px
}

.navbar-btn.btn-xs {
	margin-top: 39px;
	margin-bottom: 39px
}

.navbar-text {
	margin-top: 40px;
	margin-bottom: 40px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 10px;
		margin-right: 10px
	}
	.navbar-text.navbar-right:last-child {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f2f2f2;
	border-color: #e1e1e1
}

.navbar-default .navbar-brand {
	color: #333
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #1a1a1a;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #333
}

.navbar-default .navbar-nav>li>a {
	color: #333
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e1e1e1
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e1e1e1
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #e1e1e1;
	color: #555
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #333
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e1e1e1
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #333
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808
}

.navbar-inverse .navbar-brand {
	color: #999
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #999
}

.navbar-inverse .navbar-nav>li>a {
	color: #999
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #080808;
	color: #fff
}

@media (max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #999
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #999
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 2px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #ccc
}

.breadcrumb>.active {
	color: #999
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 2px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #2CA7DF;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #2CA7DF;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	background-color: #2CA7DF;
	border-color: #2CA7DF;
	cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	color: #999;
	background-color: #fff;
	cursor: not-allowed
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label[href]:focus,
.label[href]:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #999
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: grey
}

.label-primary {
	background-color: #2CA7DF
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #0e7eb0
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: baseline;
	white-space: nowrap;
	text-align: center;
	background-color: #999;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.nav-pills>.active>a>.badge,
a.list-group-item.active>.badge {
	color: #2CA7DF;
	background-color: #fff
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.jumbotron {
	padding: 0;
	margin-bottom: 0;
	color: #fff;
	background-color: #fff
}

.jumbotron .h1,
.jumbotron h1 {
	color: #fff
}

.jumbotron p {
	margin-bottom: 0;
	font-size: 60px;
	font-weight: 200
}

.container .jumbotron {
	border-radius: 4px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 0;
		padding-bottom: 0
	}
	.container .jumbotron {
		padding-left: 0;
		padding-right: 0
	}
	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transition: all all .2s ease-in-out cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all all .2s ease-in-out cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all all .2s ease-in-out cubic-bezier(.35, 0, .35, 1);
	transition: all all .2s ease-in-out cubic-bezier(.35, 0, .35, 1)
}

.thumbnail a>img,
.thumbnail>img {
	margin-left: auto;
	margin-right: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #2CA7DF
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 2px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable {
	padding-right: 35px
}

.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #2CA7DF;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
	-webkit-transition: all width .6s ease cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all width .6s ease cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all width .6s ease cubic-bezier(.35, 0, .35, 1);
	transition: all width .6s ease cubic-bezier(.35, 0, .35, 1)
}

.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}

.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1
}

.media,
.media .media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media-object {
	display: block
}

.media-heading {
	margin: 0 0 5px
}

.media>.pull-left {
	margin-right: 10px
}

.media>.pull-right {
	margin-left: 10px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-right-radius: 2px;
	border-top-left-radius: 2px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

a.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,
a.list-group-item:hover {
	text-decoration: none;
	background-color: #f5f5f5
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #2CA7DF;
	border-color: #2CA7DF
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading {
	color: inherit
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text {
	color: #c3e9fa
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 1px;
	border-top-left-radius: 1px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px
}

.panel>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 1px;
	border-top-left-radius: 1px
}

.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
	border-top-right-radius: 1px;
	border-top-left-radius: 1px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 1px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 1px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 1px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 1px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 2px;
	overflow: hidden
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #2CA7DF
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #2CA7DF;
	border-color: #2CA7DF
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #2CA7DF
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #2CA7DF
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
	border-bottom-color: #ebccd1
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 4px
}

.well-sm {
	padding: 9px;
	border-radius: 2px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	background-clip: padding-box;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.43px
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 20px
}

.modal-footer {
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 2px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	white-space: normal
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
	top: -11px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
	-webkit-transition: all .6s ease-in-out left cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .6s ease-in-out left cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .6s ease-in-out left cubic-bezier(.35, 0, .35, 1);
	transition: all .6s ease-in-out left cubic-bezier(.35, 0, .35, 1)
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 1;
	filter: alpha(opacity=100);
	font-size: 20px;
	color: #333;
	text-align: center;
	text-shadow: none
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
	outline: 0;
	color: #333;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000\9;
	background-color: transparent
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333;
	text-align: center;
	text-shadow: none
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
	content: " ";
	display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row: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 {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}
	table.visible-md {
		display: table
	}
	tr.visible-md {
		display: table-row!important
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table
	}
	tr.visible-print {
		display: table-row!important
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}
.dispalyFlex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

@-webkit-keyframes nextslide {
	0% {
		-webkit-transform: translate3d(0, 0, 0)
	}
	10% {
		-webkit-transform: translate3d(0, -7px, 0)
	}
	20% {
		-webkit-transform: translate3d(0, 0, 0)
	}
	30% {
		-webkit-transform: translate3d(0, -7px, 0)
	}
	40% {
		-webkit-transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0)
	}
}

@-moz-keyframes nextslide {
	0% {
		-moz-transform: translate3d(0, 0, 0)
	}
	10% {
		-moz-transform: translate3d(0, -7px, 0)
	}
	20% {
		-moz-transform: translate3d(0, 0, 0)
	}
	30% {
		-moz-transform: translate3d(0, -7px, 0)
	}
	40% {
		-moz-transform: translate3d(0, 0, 0)
	}
	100% {
		-moz-transform: translate3d(0, 0, 0)
	}
}

@-o-keyframes nextslide {
	0% {
		-o-transform: translate3d(0, 0, 0)
	}
	10% {
		-o-transform: translate3d(0, -7px, 0)
	}
	20% {
		-o-transform: translate3d(0, 0, 0)
	}
	30% {
		-o-transform: translate3d(0, -7px, 0)
	}
	40% {
		-o-transform: translate3d(0, 0, 0)
	}
	100% {
		-o-transform: translate3d(0, 0, 0)
	}
}

@keyframes nextslide {
	0% {
		transform: translate3d(0, 0, 0)
	}
	10% {
		transform: translate3d(0, -7px, 0)
	}
	20% {
		transform: translate3d(0, 0, 0)
	}
	30% {
		transform: translate3d(0, -7px, 0)
	}
	40% {
		transform: translate3d(0, 0, 0)
	}
	100% {
		transform: translate3d(0, 0, 0)
	}
}

#content404 {
	text-align: center;
	padding: 60px
}

#content404 .btn {
	margin-top: 20px
}

.share-block {
	overflow: hidden;
	margin: 0 -5px;
	max-width: 336px
}

.share-block .share-item {
	padding: 0 5px;
	width: 33.33%;
	float: left
}

.share-block .share-item .share-button {
	width: 100%;
	position: relative
}

.share-block .share-item .share-button.facebook {
	background-color: #44619e
}

.share-block .share-item .share-button.facebook .share-icon {
	-moz-background-size: auto 58%;
	-webkit-background-size: auto 58%;
	-o-background-size: auto 58%;
	background-size: auto 58%
}

.share-block .share-item .share-button.twitter {
	background-color: #39a0f1
}

.share-block .share-item .share-button.twitter .share-icon {
	-moz-background-size: auto 47.4%;
	-webkit-background-size: auto 47.4%;
	-o-background-size: auto 47.4%;
	background-size: auto 47.4%
}

.share-block .share-item .share-button.google {
	background-color: #d64a3b
}

.share-block .share-item .share-button.google .share-icon {
	-moz-background-size: auto 52.6%;
	-webkit-background-size: auto 52.6%;
	-o-background-size: auto 52.6%;
	background-size: auto 52.6%
}

.share-block .share-item .share-button:before {
	content: '';
	padding-top: 36%;
	display: inline-block
}

.share-block .share-item .share-button .share-text {
	position: absolute;
	padding-left: 13%;
	left: 0;
	top: 50%;
	height: 100%;
	width: 100%;
	line-height: 1;
	vertical-align: top;
	color: #fff;
	font-size: 16px;
	margin-top: -10px;
	text-align: left
}

.share-block .share-item .share-button .share-icon {
	position: absolute;
	right: 13%;
	top: 0;
	height: 100%;
	width: 36%;
	background-repeat: no-repeat;
	background-position: center right
}

.form-control {
	border: 1px solid #e2e2e2;
	border-radius: 0;
	font-size: 15px;
	font-weight: 400;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 10px
}

.form-control::-moz-placeholder {
	color: #d0d0d0;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #d0d0d0
}

.form-control::-webkit-input-placeholder {
	color: #d0d0d0
}

.form-control:focus {
	border-color: #2CA7DF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.form-control.error {
	border-color: #2CA7DF
}

input[type=email].form-control,
input[type=password].form-control,
input[type=text].form-control,
select.form-control {
	height: 40px
}

select.form-control {
	-webkit-appearance: none;
	line-height: 1
}

select.form-control.placeholder {
	color: #d0d0d0
}

.more-button {
	overflow: hidden;
	min-height: 0
}

.more-button .more-button-inner {
	background-image: -webkit-linear-gradient(left, color-stop(#e2e2e2 0), color-stop(#e2e2e2 100%));
	background-image: linear-gradient(to right, #e2e2e2 0, #e2e2e2 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe2e2e2', endColorstr='#ffe2e2e2', GradientType=1);
	-moz-background-size: 1px 1px;
	-webkit-background-size: 1px 1px;
	-o-background-size: 1px 1px;
	background-size: 1px 1px;
	background-position: center;
	background-repeat: repeat-x;
	position: relative;
	height: 22px
}

.more-button .more-button-inner .buttons {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

.more-button .more-button-inner .buttons.visible {
	opacity: 1;
	visibility: visible
}

.more-button .show-more {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	display: inline-block;
	vertical-align: middle;
	color: #2CA7DF;
	font-family: Radikal, sans-serif;
	font-weight: 600;
	background-color: #fff;
	padding: 0 20px;
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer
}

.more-button .show-more img {
	width: 20px;
	height: 10px;
	margin-left: 10px;
	margin-bottom: 3px;
	vertical-align: middle;
	display: inline-block
}

.authorContent .authorHeader {
	text-align: center
}

@media (max-width:991px) {
	.authorContent .authorHeader h1 {
		margin-bottom: 0
	}
}

.authorContent .authorHeader .arrow {
	position: absolute;
	top: 60px;
	width: 64px;
	height: 64px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain
}

@media (max-width:991px) {
	.authorContent .authorHeader .arrow {
		width: 48px;
		height: 48px;
		top: 40px
	}
}

.authorContent .authorHeader .arrow.left {
	left: 0;
}

.authorContent .authorHeader .arrow.right {
	right: 0;
}

@media (max-width:991px) {
	.authorContent .authorPhoto {
		text-align: center
	}
}

.authorContent .authorPhoto img {
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 0 auto
}

.authorContent .authorBio {
	margin-bottom: 60px
}

.authorContent .authorBio h3 {
	margin-top: 0;
	font-size: 32px
}

@media (max-width:767px) {
	.authorContent .authorBio h3 {
		margin-top: 40px
	}
}

.authorContent .authorBio p {
	font-size: 18px
}

@media (max-width:991px) {
	.authorContent .authorBio {
		margin-bottom: 40px
	}
	.authorContent .authorBio p {
		font-size: 15px
	}
}

.authors h2 {
	font-size: 40px;
	margin-bottom: 40px
}

@media (max-width:991px) {
	.authors h2 {
		font-size: 32px;
		margin-bottom: 20px
	}
}

.authors .fairphoneSummary {
	margin: 40px 0;
	padding: 20px;
	background-color: #f2f2f2;
	border-radius: 4px;
	text-align: center
}

@media (min-width:1200px) {
	.authors .fairphoneSummary {
		padding: 40px
	}
}

@media (max-width:767px) {
	.authors .fairphoneSummary .col-sm-6:after,
	.authors .fairphoneSummary .col-sm-6:before {
		content: " ";
		display: table
	}
	.authors .fairphoneSummary .col-sm-6:after {
		clear: both
	}
	.authors .fairphoneSummary .col-sm-6:after,
	.authors .fairphoneSummary .col-sm-6:before {
		content: " ";
		display: table
	}
	.authors .fairphoneSummary .col-sm-6:after {
		clear: both
	}
}

.authors .fairphoneSummary h3 {
	margin-top: 0;
	font-size: 40px
}

@media (max-width:991px) {
	.authors .fairphoneSummary h3 {
		font-size: 32px
	}
}

.authors .fairphoneSummary h4 {
	font-size: 24px;
	margin: 0
}

@media (max-width:991px) {
	.authors .fairphoneSummary h4 {
		font-size: 20px
	}
}

@media (max-width:991px) {
	.authors .fairphoneSummary .break-row:nth-child(odd) {
		clear: both
	}
}

.authors .fairphoneSummary .icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 72px;
	margin-bottom: 10px
}

@media (max-width:767px) {
	.authors .fairphoneSummary .icon {
		width: 40px;
		height: 40px;
		float: left;
		margin: 0 20px 10px 0
	}
}

.authors .fairphoneSummary .icon.resellers-icon {
	height: 120px
}

@media (max-width:767px) {
	.authors .fairphoneSummary .icon.resellers-icon {
		width: 100%;
		height: 72px;
		margin: 0 0 10px
	}
}

@media (max-width:767px) {
	.authors .fairphoneSummary .text {
		text-align: center
	}
}

.authors .fairphoneSummary p {
	font-size: 14px;
	margin-bottom: 20px
}

@media (max-width:767px) {
	.authors .fairphoneSummary p {
		text-align: left
	}
}

.authors .authorsList {
	padding-left: 10px;
	margin-bottom: 80px
}

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

.authors .authorsList:after {
	clear: both
}

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

.authors .authorsList:after {
	clear: both
}

.authors .authorsList .author {
	width: 189px;
	height: 189px;
	font-size: 15px;
	background-color: #f2f2f2;
	float: left;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	margin: 0 1px 1px 0;
	z-index: 1;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased
}

@media (max-width:1199px) {
	.authors .authorsList .author {
		width: 154px;
		height: 154px;
		font-size: 14px
	}
}

@media (max-width:991px) {
	.authors .authorsList .author {
		width: 117px;
		height: 117px;
		font-size: 12px
	}
}

@media (max-width:767px) {
	.authors .authorsList .author {
		width: 69px;
		height: 69px
	}
}

.authors .authorsList .author .overlay,
.authors .authorsList .author .thumbnail {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.authors .authorsList .author .thumbnail {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: none;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	-moz-transform: translate3d(0, 0, 0) scale(1);
	-ms-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	-webkit-filter: grayscale(0) brightness(1) contrast(1);
	-moz-filter: grayscale(0) brightness(1) contrast(1);
	-ms-filter: grayscale(0) brightness(1) contrast(1);
	filter: grayscale(0) brightness(1) contrast(1);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.authors .authorsList .author .overlay {
	background-color: rgba(17, 111, 170, .9);
	background-size: 13px 13px, cover;
	background-repeat: repeat;
	background-position: center;
	padding: 10px;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-webkit-transform: translate3d(0, 0, 0) scale(1.25);
	-moz-transform: translate3d(0, 0, 0) scale(1.25);
	-ms-transform: translate3d(0, 0, 0) scale(1.25);
	transform: translate3d(0, 0, 0) scale(1.25);
	opacity: 0;
	filter: alpha(opacity=0)
}

@media (max-width:767px) {
	.authors .authorsList .author .overlay {
		display: none!important
	}
}

.authors .authorsList .author .overlay .name {
	font-weight: 700
}

.authors .authorsList .author .overlay .function {
	font-weight: 300
}

.authors .authorsList .author:hover {
	color: #fff
}

.authors .authorsList .author:hover .overlay {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	-moz-transform: translate3d(0, 0, 0) scale(1);
	-ms-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	opacity: 1;
	filter: alpha(opacity=100)
}

.authors .authorsList .author:hover .thumbnail {
	-webkit-transform: translate3d(0, 0, 0) scale(1.1);
	-moz-transform: translate3d(0, 0, 0) scale(1.1);
	-ms-transform: translate3d(0, 0, 0) scale(1.1);
	transform: translate3d(0, 0, 0) scale(1.1)
}

@media (min-width:768px) {
	.authors .authorsList .author:hover .thumbnail {
		-webkit-filter: grayscale(1) brightness(1.1) contrast(1.25);
		-moz-filter: grayscale(1) brightness(1.1) contrast(1.25);
		-ms-filter: grayscale(1) brightness(1.1) contrast(1.25);
		filter: grayscale(1) brightness(1.1) contrast(1.25)
	}
}

body.page .mega-header-image,
body.single-post .mega-header-image,
body.single-roadmap_project .mega-header-image,
body.tax-area .mega-header-image {
	border-radius: 4px;
	background-color: #f2f2f2;
	text-align: center;
	margin-bottom: 40px;
	height: 400px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff
}

@media (max-width:991px) {
	body.page .mega-header-image,
	body.single-post .mega-header-image,
	body.single-roadmap_project .mega-header-image,
	body.tax-area .mega-header-image {
		height: 300px
	}
}

body.page .category-label,
body.single-post .category-label,
body.single-roadmap_project .category-label,
body.tax-area .category-label {
	display: inline-block;
	margin-bottom: 10px
}

body.page .relatedProjects,
body.single-post .relatedProjects,
body.single-roadmap_project .relatedProjects,
body.tax-area .relatedProjects {
	background-color: #f2f2f2;
	padding: 10px;
	border-radius: 4px
}

body.page .relatedProjects h3,
body.single-post .relatedProjects h3,
body.single-roadmap_project .relatedProjects h3,
body.tax-area .relatedProjects h3 {
	font-size: 24px;
	margin: 0 0 20px
}

body.page .relatedProjects p,
body.single-post .relatedProjects p,
body.single-roadmap_project .relatedProjects p,
body.tax-area .relatedProjects p {
	font-size: 14px;
	margin: 0 0 20px
}

body.page .relatedProjects a,
body.single-post .relatedProjects a,
body.single-roadmap_project .relatedProjects a,
body.tax-area .relatedProjects a {
	display: block
}

body.page .share-buttons,
body.single-post .share-buttons,
body.single-roadmap_project .share-buttons,
body.tax-area .share-buttons {
	padding-bottom: 40px;
	text-align: right
}

body.page .share-buttons .share-button,
body.single-post .share-buttons .share-button,
body.single-roadmap_project .share-buttons .share-button,
body.tax-area .share-buttons .share-button {
	height: 38px;
	line-height: 38px;
	width: 104px;
	margin-left: 10px;
	font-size: 18px;
	display: inline-block;
	text-align: left;
	color: #fff;
	font-family: Radikal, sans-serif;
	font-weight: 300;
	padding-left: 13px;
	background-repeat: no-repeat;
	background-position: right 13px center;
	vertical-align: middle
}

@media (max-width:480px) {
	body.page .share-buttons .share-button,
	body.single-post .share-buttons .share-button,
	body.single-roadmap_project .share-buttons .share-button,
	body.tax-area .share-buttons .share-button {
		height: 35px;
		line-height: 35px;
		width: 35px;
		margin-left: 8px;
		font-size: 15px;
		background-position: center
	}
}

body.page .share-buttons .share-button.shariff,
body.single-post .share-buttons .share-button.shariff,
body.single-roadmap_project .share-buttons .share-button.shariff,
body.tax-area .share-buttons .share-button.shariff {
	padding: 0
}

body.page .share-buttons .share-button.shariff ul,
body.single-post .share-buttons .share-button.shariff ul,
body.single-roadmap_project .share-buttons .share-button.shariff ul,
body.tax-area .share-buttons .share-button.shariff ul {
	list-style: none;
	padding: 0
}

body.page .share-buttons .share-button.shariff ul li a,
body.single-post .share-buttons .share-button.shariff ul li a,
body.single-roadmap_project .share-buttons .share-button.shariff ul li a,
body.tax-area .share-buttons .share-button.shariff ul li a {
	padding-left: 13px;
	color: #fff;
	display: block
}

body.page .share-buttons .share-button.facebook,
body.single-post .share-buttons .share-button.facebook,
body.single-roadmap_project .share-buttons .share-button.facebook,
body.tax-area .share-buttons .share-button.facebook {
	background-color: #44619e;
	background-size: auto 60%
}

body.page .share-buttons .share-button.twitter,
body.single-post .share-buttons .share-button.twitter,
body.single-roadmap_project .share-buttons .share-button.twitter,
body.tax-area .share-buttons .share-button.twitter {
	background-color: #39a0f1;
	background-size: auto 50%;
	background-position: right 10px center
}

@media (max-width:480px) {
	body.page .share-buttons .share-button.twitter,
	body.single-post .share-buttons .share-button.twitter,
	body.single-roadmap_project .share-buttons .share-button.twitter,
	body.tax-area .share-buttons .share-button.twitter {
		background-position: center
	}
}

body.page .share-buttons .share-button.mail,
body.single-post .share-buttons .share-button.mail,
body.single-roadmap_project .share-buttons .share-button.mail,
body.tax-area .share-buttons .share-button.mail {
	background-color: #199aba;
	background-size: auto 45%;
	background-position: right 10px center
}

@media (max-width:480px) {
	body.page .share-buttons .share-button.mail,
	body.single-post .share-buttons .share-button.mail,
	body.single-roadmap_project .share-buttons .share-button.mail,
	body.tax-area .share-buttons .share-button.mail {
		background-position: center
	}
}

@media (max-width:480px) {
	body.page .share-buttons .share-button.facebook a,
	body.page .share-buttons .share-button.mail a,
	body.page .share-buttons .share-button.twitter a,
	body.single-post .share-buttons .share-button.facebook a,
	body.single-post .share-buttons .share-button.mail a,
	body.single-post .share-buttons .share-button.twitter a,
	body.single-roadmap_project .share-buttons .share-button.facebook a,
	body.single-roadmap_project .share-buttons .share-button.mail a,
	body.single-roadmap_project .share-buttons .share-button.twitter a,
	body.tax-area .share-buttons .share-button.facebook a,
	body.tax-area .share-buttons .share-button.mail a,
	body.tax-area .share-buttons .share-button.twitter a {
		display: block;
		width: 35px;
		height: 35px
	}
}

@media (max-width:480px) {
	body.page .share-buttons .share-button.facebook span,
	body.page .share-buttons .share-button.mail span,
	body.page .share-buttons .share-button.twitter span,
	body.single-post .share-buttons .share-button.facebook span,
	body.single-post .share-buttons .share-button.mail span,
	body.single-post .share-buttons .share-button.twitter span,
	body.single-roadmap_project .share-buttons .share-button.facebook span,
	body.single-roadmap_project .share-buttons .share-button.mail span,
	body.single-roadmap_project .share-buttons .share-button.twitter span,
	body.tax-area .share-buttons .share-button.facebook span,
	body.tax-area .share-buttons .share-button.mail span,
	body.tax-area .share-buttons .share-button.twitter span {
		display: none
	}
}

body.page .share-buttons .share-button.total-shares,
body.single-post .share-buttons .share-button.total-shares,
body.single-roadmap_project .share-buttons .share-button.total-shares,
body.tax-area .share-buttons .share-button.total-shares {
	text-align: right;
	color: inherit;
	width: auto;
	margin-left: 0
}

.stickyPost {
	margin-bottom: 60px;
	font-size: 15px
}

.stickyPost time {
	margin-bottom: 20px;
	display: block
}

body.single-post .post .author-block {
	margin-bottom: 20px
}

@media (max-width:480px) {
	body.single-post .post .author-block {
		width: 100%
	}
}

body.single-post .post .author-block:nth-child(2n+1) {
	clear: both
}

body.single-post .post .author-block:after {
	content: '';
	display: table;
	clear: both
}

@media (max-width:767px) {
	body.single-post .post .user-description {
		padding-left: 80px
	}
}

body.single-post .post .category-label {
	margin-bottom: 10px;
	display: inline-block
}

body.single-post .post time {
	margin-bottom: 10px;
	display: block
}

body.single-post .post p+center {
	margin-top: 0
}

body.single-post .post .author-column {
	text-align: right;
	font-size: 14px;
	color: #333
}

@media (max-width:767px) {
	body.single-post .post .author-column {
		text-align: left
	}
	body.single-post .post .author-column:after,
	body.single-post .post .author-column:before {
		content: " ";
		display: table
	}
	body.single-post .post .author-column:after {
		clear: both
	}
	body.single-post .post .author-column:after,
	body.single-post .post .author-column:before {
		content: " ";
		display: table
	}
	body.single-post .post .author-column:after {
		clear: both
	}
}

@media (max-width:767px) {
	body.single-post .post .author-column .user-photo {
		max-width: 60px;
		max-height: 60px;
		float: left;
		margin-right: 20px
	}
}

body.single-post .post .author-column .user-photo img {
	max-width: 100%;
	height: auto
}

body.single-post .post .author-column a {
	color: #333;
	font-size: 14px
}

body.single-post .post .author-column .bio-text {
	display: none
}

.post-image,
.project-image {
	background-color: #fff;
	height: 180px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	-webkit-transform: translate(0, 0, 0);
	-moz-transform: translate(0, 0, 0);
	-ms-transform: translate(0, 0, 0);
	transform: translate(0, 0, 0)
}

.stickyPost .post-image,
.stickyPost .project-image {
	height: 300px
}

.post-image a,
.project-image a {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

.post-image:hover a,
.project-image:hover a {
	-webkit-transform: scale(1.025);
	-moz-transform: scale(1.025);
	-ms-transform: scale(1.025);
	transform: scale(1.025)
}

body.archive article.post,
body.blog article.post,
body.search article.post,
body.single-roadmap_project article.post {
	margin-bottom: 60px
}

body.archive article.post h2,
body.blog article.post h2,
body.search article.post h2,
body.single-roadmap_project article.post h2 {
	font-family: Radikal, sans-serif;
	font-size: 18px;
	padding-bottom: 0
}

body.archive article.post time,
body.blog article.post time,
body.search article.post time,
body.single-roadmap_project article.post time {
	margin-bottom: 10px;
	display: block;
	font-size: 12px;
	color: #999
}

body.archive article.post .excerpt,
body.blog article.post .excerpt,
body.search article.post .excerpt,
body.single-roadmap_project article.post .excerpt {
	font-size: 14px
}

body.archive article.post .more-link,
body.blog article.post .more-link,
body.search article.post .more-link,
body.single-roadmap_project article.post .more-link {
	font-size: 14px
}

#search-box {
	width: 100%;
	margin: 40px 0
}

#search-box form {
	width: 320px;
	margin: 0 auto
}

#search-box input {
	text-align: center;
	width: 320px
}

#search-box input:focus {
	text-align: left
}

#search-box .tt-dropdown-menu {
	background-color: #fff;
	border: 1px solid #f2f2f2
}

#search-box .tt-suggestion {
	cursor: pointer;
	padding: 10px 20px 2px 20px;
	width: 320px;
	font-size: 15px;
	color: #2CA7DF;
	margin: 0
}

#search-box .tt-suggestion:hover {
	background-color: #f1f1f1
}

#search-box .tt-hint {
	text-align: left
}

#category-box {
	text-align: center;
	z-index: 2;
	position: relative;
	background-color: #f2f2f2;
	width: 100%;
	padding: 10px;
	border-radius: 4px
}

@media (max-width:768px) {
	#category-box {
		margin-bottom: 40px
	}
}

#fairphone-feature-slider #category-box {
	margin-bottom: 20px
}

#category-box ul {
	margin: 0 auto
}

#category-box li {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

#category-box li.filter-words {
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	vertical-align: middle;
	margin-right: 10px;
	padding-bottom: 4px
}

#category-box .nav>li>a {
	z-index: 30;
	background-color: transparent;
	display: inline-block;
	margin: 0 10px 5px 10px;
	padding: 10px 0 0 0;
	color: #333;
	font-size: 15px;
	font-weight: 300
}

#category-box .nav>li>a:after {
	background-color: transparent;
	height: 3px;
	margin: 0 auto;
	width: 95%;
	display: block;
	content: '';
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-webkit-transform: translate3d(0, 5px, 0);
	-moz-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0)
}

#category-box .nav>li>a.active:after,
#category-box .nav>li>a:hover:after {
	background-color: #2CA7DF;
	-webkit-transform: translate3d(0, 1px, 0);
	-moz-transform: translate3d(0, 1px, 0);
	-ms-transform: translate3d(0, 1px, 0);
	transform: translate3d(0, 1px, 0)
}

.category-label {
	font-weight: 400
}

.category-label.label-on-mining {
	background-color: #f5a833
}

.category-label.label-on-design {
	background-color: #d7617f
}

.category-label.label-on-manufacturing {
	background-color: #6bc1a4
}

.category-label.label-on-lifecycle {
	background-color: #92b851
}

.category-label.label-news {
	background-color: #116faa
}

.category-label.label-on-business,
.category-label.label-on-social-entrepreneurship {
	background-color: #2CA7DF
}

.category-label.label-on-ongoing {
	background-color: #999
}

.pagination {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	font-size: 15px;
	color: #999;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pagination .page-numbers {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	color: #999;
	border-radius: 50%;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

.pagination .page-numbers:hover {
	color: #fff;
	background-color: #2CA7DF;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased
}

.pagination .page-numbers.current,
.pagination .page-numbers.dots {
	background-color: transparent;
	color: #999
}

.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover {
	background-color: transparent;
	color: #2CA7DF
}

.pagination .page-numbers.current {
	background-color: #999;
	color: #fff;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased
}

.blog-rss-feed {
	padding: 15px 15px 15px 0
}

.blog-rss-feed a {
	margin-left: auto;
	display: block;
	height: 35px;
	width: 35px;
}

@media (max-width:768px) {
	.blog-rss-feed {
		display: none
	}
}

.order-block {
	position: fixed;
	right: 20px;
	bottom: 20px;
	border: 1px solid #e2e2e2;
	padding: 15px;
	max-width: 185px;
	background-color: #fff;
	z-index: 10;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

.order-block.closed {
	opacity: 0;
	visibility: hidden
}

@media (max-width:992px) {
	.order-block {
		display: none
	}
}

.order-block .order-content {
	display: table;
	margin-bottom: 15px
}

.order-block .order-title,
.order-block .phone-icon {
	display: table-cell;
	vertical-align: middle
}

.order-block .phone-icon {
	width: 50px;
	height: 65px;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.order-block .order-title {
	width: auto;
	font-size: 18px;
	color: #2CA7DF;
	line-height: 1;
	font-family: Radikal, sans-serif;
	font-weight: 400
}

.order-block .action-button {
	width: 100%
}

.order-block .arrow {
	position: absolute;
	right: 30px;
	bottom: -11px;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-left: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background-color: #fff
}

.order-block .close-item {
	position: absolute;
	top: 5px;
	right: 7px;
	width: 12px;
	height: 12px;
	cursor: pointer;
	opacity: .7;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

.order-block .close-item:hover {
	opacity: 1
}

.order-block .close-item svg {
	height: 100%;
	width: 100%
}

.order-block .close-item svg text {
	fill: #999
}

.btn.active,
.btn:active {
	-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, .125);
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, .125);
	color: rgba(255, 255, 255, .85)
}

.carousel-inner {
	z-index: 1
}

.carousel-inner>.item {
	-webkit-transition: all .35s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .35s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .35s cubic-bezier(.35, 0, .35, 1);
	transition: all .35s cubic-bezier(.35, 0, .35, 1);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform
}

.carousel-inner>.next {
	left: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.carousel-inner>.prev {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.carousel-inner>.active.left {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.carousel-inner>.active.right {
	left: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.collapsing {
	-webkit-transition: height .15s cubic-bezier(.35, 0, .35, 1);
	transition: height .15s cubic-bezier(.35, 0, .35, 1);
	-webkit-transition: all height .15s cubic-bezier(.35, 0, .35, 1) cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all height .15s cubic-bezier(.35, 0, .35, 1) cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all height .15s cubic-bezier(.35, 0, .35, 1) cubic-bezier(.35, 0, .35, 1);
	transition: all height .15s cubic-bezier(.35, 0, .35, 1) cubic-bezier(.35, 0, .35, 1)
}

a {
	color: #2CA7DF;
	font-weight: 400;
	-webkit-transition: color .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: color .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: color .15s cubic-bezier(.35, 0, .35, 1);
	transition: color .15s cubic-bezier(.35, 0, .35, 1)
}

a:focus,
a:hover {
	color: #2CA7DF;
	text-decoration: none
}

ol.breadcrumb {
	margin: 20px 0 0;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center
}

ol.breadcrumb li:before {
	content: '⟩';
	padding-left: 0
}

ol.breadcrumb li:first-child:before {
	content: ''
}

@media (min-width:768px) {
	ol.breadcrumb {
		text-align: left;
		font-size: 14px
	}
	ol.breadcrumb * {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		border-radius: 2px
	}
	ol.breadcrumb li a {
		z-index: 3
	}
	ol.breadcrumb li+li a {
		z-index: 2
	}
	ol.breadcrumb li+li+li span {
		z-index: 1
	}
	ol.breadcrumb li {
		margin-left: -16px
	}
	ol.breadcrumb li:first-child {
		margin-left: 0
	}
	ol.breadcrumb li:first-child a {
		padding-left: 10px
	}
	ol.breadcrumb li:before {
		content: '';
		padding-left: 5px
	}
	ol.breadcrumb li a,
	ol.breadcrumb li span {
		position: relative;
		background: #2CA7DF;
		border: 4px solid #2CA7DF;
		display: inline-block;
		line-height: 24px;
		height: 32px;
		color: #fff;
		padding: 0 10px 0 26px;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
		-ms-font-smoothing: antialiased;
		font-smoothing: antialiased
	}
	ol.breadcrumb li a:after,
	ol.breadcrumb li a:before,
	ol.breadcrumb li span:after,
	ol.breadcrumb li span:before {
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: '';
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none
	}
	ol.breadcrumb li a:after,
	ol.breadcrumb li span:after {
		-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
		-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
		-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
		transition: all .15s cubic-bezier(.35, 0, .35, 1);
		border-left-color: #2CA7DF;
		border-width: 16px;
		margin-top: -16px
	}
	ol.breadcrumb li a:before,
	ol.breadcrumb li span:before {
		border-left-color: #fff;
		border-width: 20px;
		margin-top: -20px
	}
	ol.breadcrumb li a {
		-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
		-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
		-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
		transition: all .15s cubic-bezier(.35, 0, .35, 1)
	}
	ol.breadcrumb li a:hover {
		background: #2CA7DF;
		border-color: #2CA7DF
	}
	ol.breadcrumb li a:hover:after {
		border-left-color: #2CA7DF
	}
	ol.breadcrumb li span {
		background: #116faa;
		border: 4px solid #116faa;
		cursor: default
	}
	ol.breadcrumb li span:after {
		border-left-color: #116faa
	}
}

body.page .post_content {
	margin-bottom: 60px
}

body.page .post_content p.lead:first-child {
	margin-top: 60px
}

.wpcf7 input[type=email],
.wpcf7 input[type=text],
.wpcf7 textarea {
	margin-top: 4px;
	border: 1px solid #e1e1e1;
	padding: 5px
}

.wpcf7 select {
	border: 1px solid #e1e1e1;
	background-color: #fff;
	width: 340px
}

.wpcf7 textarea {
	width: 337px
}

#footerPartOfMovement {
	-webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
	background-color: #f2f2f2;
	padding: 40px 0
}

#footerPartOfMovement .title {
	margin-top: 13px
}

@media (max-width:991px) {
	#footerPartOfMovement .title {
		margin-top: 0
	}
}

#footerPartOfMovement .title br {
	display: none
}

@media (max-width:991px) {
	#footerPartOfMovement .title br {
		display: block
	}
}

#footerPartOfMovement .signup-button {
	margin-top: 20px
}

@media (min-width:768px) {
	#footerPartOfMovement .signup-button {
		margin-top: 0
	}
}

#footerPartOfMovement h4 {
	font-size: 24px;
	margin: -6px auto
}

#footerPartOfMovement a {
	width: 95%;
	vertical-align: middle
}

@media (max-width:991px) {
	#footerPartOfMovement a {
		font-size: 12px;
		width: 100%
	}
}

#footerPartOfMovement+#contact-footer {
	border-top: 0
}

#contact-footer {
	padding: 40px 0;
	color: #fff;
	background-color: #2CA7DF;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #2CA7DF), color-stop(100%, #116faa));
	background-image: -webkit-linear-gradient(left, color-stop(#2CA7DF 0), color-stop(#116faa 100%));
	background-image: linear-gradient(to right, #2CA7DF 0, #116faa 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2CA7DF', endColorstr='#ff116faa', GradientType=1);
	font-weight: 300;
	margin-top: 0;
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .12), inset 0 -1px 0 rgba(0, 0, 0, .12);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .12), inset 0 -1px 0 rgba(0, 0, 0, .12)
}

#contact-footer p a {
	color: #fff;
	font-weight: 400;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1);
	margin: -5px -10px;
	padding: 5px 10px;
	border-radius: 2px;
	background-color: transparent
}

#contact-footer p a:hover {
	background-color: #2CA7DF
}

#contact-footer .social-icons {
	margin-bottom: 20px
}

#contact-footer .social-icons a {
	margin: 0 10px 10px 0;
	display: inline-block
}

#contact-footer .social-icons a img {
	border-radius: 2px
}

#contact-footer h3 {
	font-size: 24px;
	padding: 0;
	margin: 0 0 10px 0
}

#contact-footer p {
	font-size: 14px
}

@media (max-width:767px) {
	#contact-footer {
		text-align: center
	}
}

#contact-footer .footer_menu {
	display: block;
	margin-top: 20px
}

@media (min-width:768px) {
	#contact-footer .footer_menu {
		display: none
	}
}

#links-footer {
	padding: 40px 0;
	background-color: #f2f2f2
}

#links-footer h3 {
	text-transform: uppercase;
	font-size: 15px;
	color: #333;
	margin-top: 0
}

#links-footer a {
	font-size: 14px;
	font-weight: 300;
	color: #2CA7DF;
	margin-bottom: 5px;
	line-height: 30px;
	margin: -5px -10px;
	padding: 5px 10px;
	border-radius: 2px;
	background-color: transparent;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

#links-footer a:hover {
	background-color: #fff
}

#copyright {
	padding: 20px 0;
	font-size: 14px;
	font-family: Radikal, sans-serif;
	background-color: #333;
	color: #fff;
	position: relative
}

#copyright div.license {
	font-size: 12px;
	margin-top: 10px
}

#copyright div.license a {
	color: #2CA7DF;
	padding: 10px 0
}

@media (max-width:767px) {
	#copyright {
		text-align: center
	}
}

.epm-sign-up-form .epm-message {
	font-size: 15px
}

.epm-sign-up-form .epm-message .epm-message-header {
	font-weight: 700;
	margin-bottom: 10px
}

.epm-sign-up-form .epm-message.error {
	color: #2CA7DF
}

.epm-sign-up-form .epm-message .epm-submit-chimp {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 15px
}

.epm-sign-up-form .epm-message input {
	margin-top: 20px
}

.epm-sign-up-form .epm-loading {
	width: 100%;
	height: 100px;
	padding-top: 42px;
	vertical-align: middle;
	text-align: center;
	display: none
}

#search-box-header form,
form.epm-sign-up-form {
	text-align: center;
	color: #333
}

#search-box-header form input[type=email],
#search-box-header form input[type=text],
form.epm-sign-up-form input[type=email],
form.epm-sign-up-form input[type=text] {
	display: inline-block;
	margin: 0;
	padding: 7px 10px;
	border: #e2e2e2 solid 1px;
	background-color: #fff;
	border-radius: 0;
	font-family: Radikal, sans-serif;
	font-size: 15px;
	color: #999;
	font-weight: 400;
	line-height: 1.1;
	width: 100%;
	text-align: left
}

#search-box-header form input[type=email]:active,
#search-box-header form input[type=email]:focus,
#search-box-header form input[type=email]:hover,
#search-box-header form input[type=text]:active,
#search-box-header form input[type=text]:focus,
#search-box-header form input[type=text]:hover,
form.epm-sign-up-form input[type=email]:active,
form.epm-sign-up-form input[type=email]:focus,
form.epm-sign-up-form input[type=email]:hover,
form.epm-sign-up-form input[type=text]:active,
form.epm-sign-up-form input[type=text]:focus,
form.epm-sign-up-form input[type=text]:hover {
	outline: 0
}

#search-box-header form input[type=email]::-webkit-input-placeholder,
#search-box-header form input[type=text]::-webkit-input-placeholder,
form.epm-sign-up-form input[type=email]::-webkit-input-placeholder,
form.epm-sign-up-form input[type=text]::-webkit-input-placeholder {
	color: #e2e2e2;
	font-family: Radikal, sans-serif;
	font-size: 15px;
	line-height: 22px
}

#search-box-header form input[type=email]:-moz-placeholder,
#search-box-header form input[type=email]:-ms-input-placeholder,
#search-box-header form input[type=email]::-moz-placeholder,
#search-box-header form input[type=text]:-moz-placeholder,
#search-box-header form input[type=text]:-ms-input-placeholder,
#search-box-header form input[type=text]::-moz-placeholder,
form.epm-sign-up-form input[type=email]:-moz-placeholder,
form.epm-sign-up-form input[type=email]:-ms-input-placeholder,
form.epm-sign-up-form input[type=email]::-moz-placeholder,
form.epm-sign-up-form input[type=text]:-moz-placeholder,
form.epm-sign-up-form input[type=text]:-ms-input-placeholder,
form.epm-sign-up-form input[type=text]::-moz-placeholder {
	color: #e2e2e2;
	font-family: Radikal, sans-serif;
	font-size: 15px
}

#search-box-header form input,
form.epm-sign-up-form input {
	float: none
}

#newsletter-popup {
	-webkit-box-shadow: 0 4px 16px rgba(1, 16, 26, .35);
	-moz-box-shadow: 0 4px 16px rgba(1, 16, 26, .35);
	box-shadow: 0 4px 16px rgba(1, 16, 26, .35);
	background-color: #fff;
	position: absolute;
	width: 460px;
	margin-top: 30px;
	padding: 20px 40px;
	text-align: center;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, -20px, 0);
	-moz-transform: translate3d(0, -20px, 0);
	-ms-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	transition-property: transform, opacity
}

#newsletter-popup.enabled {
	visibility: visible
}

#newsletter-popup.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#newsletter-popup:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 20px;
	margin-left: -20px
}

#newsletter-popup p {
	font-size: 18px;
	color: #999
}

#newsletter-popup p .dynamicData {
	color: #2CA7DF;
	font-weight: 700
}

#newsletter-popup h3 {
	margin: 0;
	color: #2CA7DF;
	font-size: 32px;
	margin-bottom: 10px
}

#newsletter-popup .form-group {
	margin: 20px 0
}

@media (max-width:767px) {
	header .navbar-collapse {
		background-color: rgba(0, 0, 0, .05);
		-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .15), inset 0 8px 8px rgba(0, 0, 0, .05), inset 0 1px 0 rgba(0, 0, 0, .07);
		box-shadow: 0 4px 8px rgba(0, 0, 0, .15), inset 0 8px 8px rgba(0, 0, 0, .05), inset 0 1px 0 rgba(0, 0, 0, .07);
		border: 0;
		padding: 0
	}
}

@media (min-width:767px) {
	header .navbar-collapse .mobile-show {
		display: none
	}
}

header .navbar-brand {
	padding: 0
}

header #logo {
	margin: 4px 0 0;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	width: 190px;
	height: 32px
}

@media (max-width:1199px) {
	header #logo {
		-webkit-transform: scale(.75);
		-moz-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75)
	}
}

@media (max-width:991px) {
	header #logo.newsletter-active {
		display: none
	}
}

@media (max-width:767px) {
	header #logo {
		margin-top: 10px
	}
}

header .navbar {
	font-size: 18px;
	font-family: Radikal, sans-serif;
	-webkit-box-shadow: 0 4px 16px rgba(1, 16, 26, .15);
	-moz-box-shadow: 0 4px 16px rgba(1, 16, 26, .15);
	box-shadow: 0 4px 16px rgba(1, 16, 26, .15);
	min-height: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background-color: #f2f2f2;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

header .navbar a {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-font-smoothing: subpixel-antialiased;
	-ms-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased
}

header .navbar .navbar-toggle {
	margin: 10px 20px 20px
}

header .navbar #logo-holder {
	padding-top: 10px
}

header .navbar #search-box-header {
	margin: 0;
	width: 0;
	height: 40px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top
}

header .navbar #search-box-header form {
	margin-left: 10px;
	width: 280px;
	line-height: 1
}

header .navbar #search-box-header form #searchsubmit {
	display: none
}

header .navbar #search-box-header form #s::-webkit-input-placeholder {
	color: #e2e2e2;
	font-family: Radikal, sans-serif;
	font-size: 15px;
	line-height: 22px
}

header .navbar #search-box-header form #s:-moz-placeholder,
header .navbar #search-box-header form #s:-ms-input-placeholder,
header .navbar #search-box-header form #s::-moz-placeholder {
	color: #e2e2e2;
	font-family: Radikal, sans-serif;
	font-size: 15px
}

@media (min-width:992px) {
	header .navbar #search-box-header {
		-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
		-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
		-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
		transition: all .15s cubic-bezier(.35, 0, .35, 1)
	}
}

header .navbar #search-box-header.active {
	width: 300px
}

header .navbar .social-strip {
	float: right;
	height: 40px;
	display: inline-block
}

@media (max-width:767px) {
	header .navbar .social-strip {
		display: none
	}
}

header .navbar .social-strip a.newsletter {
	font-family: Radikal, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #999
}

header .navbar .social-strip a.newsletter span.title {
	vertical-align: top;
	display: inline-block;
	padding-top: 15px
}

header .navbar .social-strip span.divider {
	width: 2px;
	height: 24px;
	background-color: #e2e2e2;
	display: inline-block;
	margin: 0 10px 8px 0
}

header .navbar .social-strip .icon {
	width: 28px;
	height: 40px;
	display: inline-block;
	margin-right: 10px;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat
}

header .navbar .social-strip .icon.newsletter {
	width: 48px
}

header .navbar .social-strip .icon span {
	display: none
}

header .navbar .social-strip .icon.last-child {
	margin-right: 0
}

header .navbar .social-strip div.dropdown {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 36px;
	font-family: Radikal, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	position: relative;
	font-weight: 700
}

header .navbar .social-strip div.dropdown>a {
	padding: 0 0 0 7px;
	display: block;
	width: 36px;
	height: 40px;
	color: #999
}

header .navbar .social-strip div.dropdown>a:after {
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 36px;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

header .navbar .social-strip div.dropdown:before {
	content: '';
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	width: 28px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	z-index: -1
}

header .navbar .social-strip div.dropdown ul {
	background-color: #e2e2e2;
	color: #333;
	border: none;
	text-transform: capitalize;
	left: auto;
	right: 0
}

header .navbar .social-strip div.dropdown ul li.missing a {
	color: #999
}

header .navbar .social-strip div.dropdown ul li.missing a:hover {
	color: #999
}

header .navbar .social-strip div.dropdown ul li.missing.at {
	display: none
}

header .navbar .social-strip div.dropdown ul li a:hover {
	background-color: inherit;
	color: #2CA7DF
}

header .navbar .menu-items {
	text-align: center
}

header .navbar .menu-items a {
	color: #333;
	font-weight: 400;
	padding: 20px 10px 20px 10px;
	margin: 0 10px;
	display: inline-block;
	position: relative
}

@media (max-width:991px) {
	header .navbar .menu-items a {
		padding: 20px 5px
	}
}

header .navbar .menu-items a:after {
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1);
	content: '';
	position: absolute;
	height: 3px;
	background-color: #2CA7DF;
	bottom: 15px;
	left: 10px;
	right: 10px;
	opacity: 0;
	-webkit-transform: translate3d(0, 5px, 0);
	-moz-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0)
}

@media (max-width:991px) {
	header .navbar .menu-items a:after {
		left: 5px;
		right: 5px
	}
}

header .navbar .menu-items a:hover {
	color: #2CA7DF
}

header .navbar .menu-items a.active:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

header .navbar .main-menu-items a {
	padding-top: 15px
}

@media (max-width:991px) {
	header .navbar .main-menu-items {
		font-size: 14px
	}
}

@media (min-width:768px) {
	header .navbar .main-menu-items a:last-child {
		border-radius: 4px;
		color: #2CA7DF;
		font-weight: 600
	}
}

header .navbar .sub-menu-items {
	background-color: #fff;
	font-size: 15px
}

@media (max-width:991px) {
	header .navbar .sub-menu-items {
		font-size: 14px
	}
}

@media (max-width:767px) {
	header .navbar .main-menu,
	header .navbar .sub-menu {
		padding: 10px 0
	}
	header .navbar .main-menu:after,
	header .navbar .main-menu:before,
	header .navbar .sub-menu:after,
	header .navbar .sub-menu:before {
		content: " ";
		display: table
	}
	header .navbar .main-menu:after,
	header .navbar .sub-menu:after {
		clear: both
	}
	header .navbar .main-menu:after,
	header .navbar .main-menu:before,
	header .navbar .sub-menu:after,
	header .navbar .sub-menu:before {
		content: " ";
		display: table
	}
	header .navbar .main-menu:after,
	header .navbar .sub-menu:after {
		clear: both
	}
	header .navbar .main-menu a,
	header .navbar .sub-menu a {
		width: 50%;
		float: left;
		margin: 0;
		padding: 10px 0
	}
	header .navbar .main-menu a:after,
	header .navbar .sub-menu a:after {
		bottom: 0;
		width: 50%;
		left: 25%
	}
}

.jumbotron {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 33%;
	background-color: #fff;
	position: relative;
	height: 500px
}

.page .jumbotron {
	height: 420px
}

@media (max-width:991px) {
	.jumbotron {
		height: 300px
	}
	.page .jumbotron {
		height: 300px
	}
}

.jumbotron .headerText {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-align: center
}

@media (min-width:768px) {
	.jumbotron#roadmap {
		height: auto
	}
	.jumbotron#roadmap .headerText {
		position: relative;
		margin-top: 10px;
		bottom: auto
	}
}

.jumbotron h1 {
	font-size: 48px;
	margin: 0;
	padding: 0
}

@media (max-width:991px) {
	.home .jumbotron {
		height: 300px
	}
	.jumbotron .headerText {
		bottom: 10px
	}
}

@media (max-width:767px) {
	.jumbotron .headerText {
		bottom: 20px
	}
	.jumbotron h1 {
		font-size: 32px
	}
}

.carousel {
	height: 340px
}

@media (min-width:768px) {
	.carousel {
		height: 340px
	}
}

@media (min-width:992px) {
	.carousel {
		height: 420px
	}
}

@media (min-width:1200px) {
	.carousel {
		height: 550px
	}
}

.carousel div.carousel-inner {
	height: 100%
}

.carousel div.item {
	height: 100%
}

.carousel div.item a,
.carousel div.item h1,
.carousel div.item h2 {
	color: #fff
}

.carousel div.item div.image-full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.carousel div.item div.image-full:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-background-size: 100% 50%;
	-webkit-background-size: 100% 50%;
	-o-background-size: 100% 50%;
	background-size: 100% 50%
}

@media (max-width:992px) {
	.carousel div.item div.image-full:after {
		-moz-background-size: 100% 70%;
		-webkit-background-size: 100% 70%;
		-o-background-size: 100% 70%;
		background-size: 100% 70%
	}
}

@media (max-width:480px) {
	.carousel div.item div.image-full:after {
		-moz-background-size: 100% 80%;
		-webkit-background-size: 100% 80%;
		-o-background-size: 100% 80%;
		background-size: 100% 80%
	}
}

.carousel ol.carousel-indicators {
	bottom: 10px
}

.carousel ol.carousel-indicators li {
	position: relative;
	margin: 0 10px;
	border: 2px solid #fff;
	width: 12px;
	height: 12px;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

.carousel ol.carousel-indicators li:after {
	position: absolute;
	content: '';
	background-color: transparent;
	left: -12px;
	top: -20px;
	bottom: -20px;
	right: -12px
}

.blog-posts .blog-post {
	margin-top: 0
}

.blog-posts .post-image {
	overflow: hidden;
	max-width: 100%
}

body.home .contentHolder {
	width: 100%;
	background-color: #fff
}

body.home .container {
	margin-top: 0
}

body.home p {
	font-size: 18px
}

@media (max-width:767px) {
	body.home {
		text-align: center
	}
	body.home p {
		font-size: 15px
	}
}

body.home .section-heading {
	margin: 60px 0 0
}

body.home .section-heading h2 {
	text-align: center;
	color: #2CA7DF;
	font-size: 48px
}

@media (max-width:767px) {
	body.home .section-heading {
		margin-bottom: 20px
	}
	body.home .section-heading h2 {
		font-size: 32px;
		margin-bottom: 0
	}
}

body.home .section-heading.first-slogans h2 {
	font-size: 32px
}

body.home .massive-background-holder {
	width: 100%;
	height: 460px;
	position: relative
}

@media (min-width:768px) {
	body.home .massive-background-holder {
		visibility: hidden
	}
}

@media (max-width:767px) {
	body.home .massive-background-holder {
		height: 230px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat
	}
}

body.home .massive-background-holder .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	visibility: visible
}

body.home .massive-background {
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: cover;
	background-position: 50%;
	position: absolute;
	left: 0;
	top: 0
}

@media (min-width:768px) {
	body.home .massive-background {
		width: 100%
	}
}

body.home .parallaxHolder {
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	overflow: hidden
}

body.home h2.latest {
	margin-top: 0;
	margin-bottom: 10px
}

body.home h2.latest a {
	font-size: 18px;
	font-family: Radikal, sans-serif;
	padding-right: 20px;
}

body.home .video-button {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100px;
	width: 100px;
	margin-left: -50px;
	margin-top: -50px;
	background-size: contain;
	cursor: pointer;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

@media (max-width:991px) {
	body.home .video-button {
		height: 80px;
		width: 80px;
		margin-left: -40px;
		margin-top: -40px
	}
}

@media (max-width:767px) {
	body.home .video-button {
		height: 60px;
		width: 60px;
		margin-left: -30px;
		margin-top: -30px
	}
}

body.home .video-button:hover {
	-webkit-transform: translate3d(0, 0, 0) scale(1.05);
	-moz-transform: translate3d(0, 0, 0) scale(1.05);
	-ms-transform: translate3d(0, 0, 0) scale(1.05);
	transform: translate3d(0, 0, 0) scale(1.05)
}

body.home .sales-counter-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	text-align: right
}

@media (max-width:767px) {
	body.home .sales-counter-header .container {
		padding: 0
	}
}

body.home .sales-counter-header .counter-block {
	padding: 20px;
	background-color: #2CA7DF;
	display: inline-block
}

@media (max-width:767px) {
	body.home .sales-counter-header .counter-block {
		text-align: center;
		display: block;
		padding: 10px 0
	}
}

@media (max-width:767px) {
	body.home .sales-counter-header .counter-block .digits,
	body.home .sales-counter-header .counter-block .text {
		display: inline-block;
		vertical-align: middle
	}
}

body.home .sales-counter-header .counter-block .digits {
	margin-bottom: 5px;
	font-size: 0
}

@media (max-width:767px) {
	body.home .sales-counter-header .counter-block .digits {
		margin-bottom: 0
	}
}

body.home .sales-counter-header .counter-block .digits .digit,
body.home .sales-counter-header .counter-block .digits .digit-splitter {
	display: inline-block;
	height: 38px;
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
	font-size: 36px
}

body.home .sales-counter-header .counter-block .digits .digit {
	width: 27px;
	background-color: #fff;
	border-radius: 4px;
	margin-right: 3px;
	color: #2CA7DF;
	background-image: -webkit-linear-gradient(left, color-stop(#2CA7DF 0), color-stop(#2CA7DF 100%));
	background-image: linear-gradient(to right, #2CA7DF 0, #2CA7DF 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2CA7DF', endColorstr='#ff2CA7DF', GradientType=1);
	-moz-background-size: 2px 2px;
	-webkit-background-size: 2px 2px;
	-o-background-size: 2px 2px;
	background-size: 2px 2px;
	background-position: center;
	background-repeat: repeat-x;
	line-height: 38px
}

body.home .sales-counter-header .counter-block .digits .digit:last-child {
	margin-right: 0
}

@media (max-width:479px) {
	body.home .sales-counter-header .counter-block .digits .digit:empty {
		display: none
	}
}

body.home .sales-counter-header .counter-block .digits .digit-splitter {
	color: #fff;
	margin-left: -1px;
	margin-right: 2px;
	line-height: 36px
}

body.home .sales-counter-header .counter-block .text {
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: 600
}

@media (max-width:767px) {
	body.home .sales-counter-header .counter-block .text {
		margin-left: 10px;
		text-align: left
	}
}

@media (max-width:479px) {
	body.home .sales-counter-header .counter-block .text {
		width: 100px
	}
}

body.home .sales-counter-header .counter-block .text .info-icon {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	margin-top: -2px;
	cursor: pointer
}

body.home .slide-content {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	text-align: center;
	z-index: 100;
	padding-bottom: 10px
}

@media (max-width:480px) {
	body.home .slide-content {
		padding-bottom: 0
	}
}

body.home .slide-content.content-video {
	top: 75%;
	bottom: auto;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

body.home .slide-content h1 {
	font-size: 24px;
	padding: 0 15px
}

@media (min-width:480px) {
	body.home .slide-content h1 {
		font-size: 32px
	}
}

@media (min-width:768px) {
	body.home .slide-content h1 {
		font-size: 40px
	}
}

body.home .slide-content h2 {
	font-size: 20px;
	padding: 0 15px
}

@media (min-width:480px) {
	body.home .slide-content h2 {
		font-size: 24px
	}
}

@media (min-width:768px) {
	body.home .slide-content h2 {
		font-size: 32px
	}
}

body.home .slide-content h1,
body.home .slide-content h2 {
	margin: 5px auto
}

body.home .slide-content div {
	padding-top: 15px
}

@media (max-width:992px) {
	body.home .slide-content div {
		padding-top: 10px
	}
}

@media (max-width:480px) {
	body.home .slide-content div {
		padding-top: 5px
	}
}

body.home .slide-content a.white-link {
	text-decoration: underline
}

body.home .full-video-block {
	visibility: hidden;
	display: none;
	position: fixed;
	z-index: 1101;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	background: rgba(0, 33, 46, .8)
}

body.home .full-video-block .player-block-outer {
	display: table;
	height: 100%;
	width: 100%
}

body.home .full-video-block .player-block-outer .player-block-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%
}

body.home .full-video-block .player-block-outer .player-block-inner .player-block {
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	display: inline-block;
	text-align: center;
	position: relative
}

body.home .full-video-block .player-block-outer .player-block-inner .player-block .overlay-content {
	display: none
}

body.home .full-video-block .player-block-outer .player-block-inner .player-block .video-close {
	cursor: pointer;
	position: absolute;
	z-index: 1102;
	top: -40px;
	right: -40px;
	height: 35px;
	width: 35px;
	background-size: 35px
}

body.home .full-video-block .player-block-outer .player-block-inner .player-block .player {
	width: 220px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 40px
}

@media (min-width:768px) {
	body.home .full-video-block .player-block-outer .player-block-inner .player-block .player {
		width: 480px
	}
}

@media (min-width:992px) {
	body.home .full-video-block .player-block-outer .player-block-inner .player-block .player {
		width: 600px
	}
}

@media (min-width:1200px) {
	body.home .full-video-block .player-block-outer .player-block-inner .player-block .player {
		width: 800px
	}
}

body.home .full-video-block .player-block-outer .player-block-inner .player-block .player.mini {
	padding-bottom: 0;
	height: auto;
	margin-bottom: 30px
}

body.home .full-video-block .player-block-outer .player-block-inner .player-block .player.mini h1 {
	margin-bottom: 30px
}

body.home .full-video-block .player-block-outer .player-block-inner .player-block .player embed,
body.home .full-video-block .player-block-outer .player-block-inner .player-block .player iframe,
body.home .full-video-block .player-block-outer .player-block-inner .player-block .player object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

body.home .full-video-block .player-block-outer .player-block-inner .player-block a.action-button {
	margin-bottom: 20px
}

body.home .full-video-block .player-block-outer .player-block-inner .player-video-name {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 400
}

body.home .full-video-block.show {
	visibility: visible;
	display: block
}

.nice-blue-gradient-below-header {
	height: 10px;
	background-color: #2CA7DF;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #2CA7DF), color-stop(100%, #116faa));
	background-image: -webkit-linear-gradient(left, color-stop(#2CA7DF 0), color-stop(#116faa 100%));
	background-image: linear-gradient(to right, #2CA7DF 0, #116faa 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2CA7DF', endColorstr='#ff116faa', GradientType=1)
}

.process-block {
	margin-bottom: 60px
}

.process-block .roadmapHeaderImage {
	height: 200px;
	margin: 0
}

.process-block a.btn {
	margin: 20px 0 40px
}

.process-block a.blog-post {
	display: block;
	margin-bottom: 40px
}

.process-block h2 {
	font-size: 40px;
	text-transform: capitalize
}

@media (max-width:767px) {
	.process-block {
		margin-bottom: 60px;
		text-align: center
	}
	.process-block h2 {
		font-size: 32px
	}
}

.on-social-entrepreneurship-process {
	margin: 60px 0 0
}

.line {
	height: 3px
}

@media (max-width:767px) {
	.line {
		width: 25%;
		margin-left: auto;
		margin-right: auto
	}
}

.line.on-mining {
	background-color: #ffd94a;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffd94a), color-stop(100%, #d36928));
	background-image: -webkit-linear-gradient(left, color-stop(#ffd94a 0), color-stop(#d36928 100%));
	background-image: linear-gradient(to right, #ffd94a 0, #d36928 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffd94a', endColorstr='#ffd36928', GradientType=1)
}

.line.on-design {
	background-color: #f286b6;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f286b6), color-stop(100%, #c1454a));
	background-image: -webkit-linear-gradient(left, color-stop(#f286b6 0), color-stop(#c1454a 100%));
	background-image: linear-gradient(to right, #f286b6 0, #c1454a 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff286b6', endColorstr='#ffc1454a', GradientType=1)
}

.line.on-manufacturing {
	background-color: #a0d7c4;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #a0d7c4), color-stop(100%, #17707a));
	background-image: -webkit-linear-gradient(left, color-stop(#a0d7c4 0), color-stop(#17707a 100%));
	background-image: linear-gradient(to right, #a0d7c4 0, #17707a 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa0d7c4', endColorstr='#ff17707a', GradientType=1)
}

.line.on-lifecycle {
	background-color: #d2df4e;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #d2df4e), color-stop(100%, #287955));
	background-image: -webkit-linear-gradient(left, color-stop(#d2df4e 0), color-stop(#287955 100%));
	background-image: linear-gradient(to right, #d2df4e 0, #287955 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd2df4e', endColorstr='#ff287955', GradientType=1)
}

.line.on-social-entrepreneurship {
	background-color: #2aa8e0;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #2aa8e0), color-stop(100%, #059));
	background-image: -webkit-linear-gradient(left, color-stop(#2aa8e0 0), color-stop(#059 100%));
	background-image: linear-gradient(to right, #2aa8e0 0, #059 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2aa8e0', endColorstr='#ff005599', GradientType=1)
}

#process-overview .frames .frame {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}

@media (min-width:1200px) {
	#process-overview .frames .frame {
		max-width: 80%
	}
}

#process-overview .frames .manufacturingMask {
	overflow: hidden;
	position: relative
}

#process-overview .frames .manufacturingMask .frame.manufacturing1 {
	height: 100%;
	width: auto;
	opacity: 1;
	filter: alpha(opacity=100)
}

#process-overview .frames .manufacturingMask .frame.manufacturing2 {
	height: 200%;
	width: auto;
	opacity: 1;
	filter: alpha(opacity=100)
}

#process-overview .frames .manufacturingMask img {
	left: 20%
}

@media (min-width:1200px) {
	#process-overview .frames .manufacturingMask img {
		left: 30%
	}
}

#transparency {
	padding-bottom: 60px
}

#transparency .frames {
	text-align: center;
	position: relative;
	margin-top: 60px;
	margin-right: 20px;
	display: block
}

#transparency .frames .frame {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto
}

@media (max-width:991px) {
	#transparency .frames {
		margin: 60px auto 0;
		height: 300px
	}
	#transparency .frames .frame {
		top: -20px;
		height: 300px;
		width: 100%
	}
}

#the-phone {
	padding-bottom: 60px
}

#the-phone .section-heading h2 {
	margin-bottom: 40px
}

#the-phone h3 {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 40px
}

#the-phone .phone-specs {
	background-color: #f2f2f2;
	padding: 20px;
	border-radius: 4px
}

#the-phone .phone-specs p {
	font-size: 18px
}

#the-phone .phone-specs .action-button {
	margin-bottom: 0
}

#the-phone .phone-image {
	text-align: center
}

#the-phone .phone-image img {
	max-width: 100%;
	height: auto
}

#the-phone .action-button {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 60px
}

@media (max-width:991px) {
	#the-phone .phone-image img {
		max-width: 80%
	}
	#the-phone h3 {
		font-size: 32px
	}
	#the-phone p {
		font-size: 15px
	}
	#the-phone .phone-specs p {
		font-size: 14px
	}
}

@media (max-width:767px) {
	#the-phone .phone-image img {
		max-width: 60%
	}
}

#movement {
	padding-bottom: 60px
}

#movement h3 {
	font-size: 32px;
	margin-top: 60px;
	margin-bottom: 20px
}

#movement p {
	font-size: 18px;
	margin-bottom: 20px
}

#movement .col-sm-4 p {
	font-size: 15px
}

@media (max-width:991px) {
	#movement h3 {
		font-size: 24px
	}
}

@media (max-width:767px) {
	#movement p {
		font-size: 15px
	}
}

#movement .sticker {
	display: block;
	margin-top: 60px;
	width: 157px;
	height: 157px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: right;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

#movement .sticker:hover {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

#announcement {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

#announcement .announcementContent {
	background-color: #2CA7DF;
	padding: 20px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .35);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .35);
	border-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

#announcement .announcementContent a {
	color: #fff;
	display: block
}

@media (max-width:991px) {
	#announcement .announcementContent {
		padding: 5px 10px;
		font-size: 15px
	}
}

html {
	min-height: 100%;
	background-color: #333
}

html.no-margin {
	background-color: transparent
}

body {
	background-color: #fff;
	font-weight: 300;
	min-width: 0
}

body #content-push {
	background-color: #fff;
	height: 110px
}

body #content-push.has-submenu {
	height: 170px
}

@media (max-width:991px) {
	body #content-push {
		height: 105px
	}
	body #content-push.has-submenu {
		height: 160px
	}
}

@media (max-width:767px) {
	body #content-push {
		height: 75px
	}
	body #content-push.has-submenu {
		height: 75px
	}
}

body.home {
	background-color: transparent
}

body.no-margin {
	padding-top: 0;
	background-color: transparent
}

body.text-color {
	color: #fff
}

h1+h2 {
	margin-top: 10px
}

@media (max-width:767px) {
	h1+h2 {
		margin-top: 5px;
		font-size: 20px
	}
}

@media (max-width:767px) {
	h2 br {
		display: none
	}
}

ul li:before {
	background-color: #d7617f
}

ul li:nth-child(7):before {
	background-color: #d7617f
}

ul li:nth-child(6):before {
	background-color: #db6b74
}

ul li:nth-child(5):before {
	background-color: #e07569
}

ul li:nth-child(4):before {
	background-color: #e47f5e
}

ul li:nth-child(3):before {
	background-color: #e88a54
}

ul li:nth-child(2):before {
	background-color: #ec9449
}

ul li:nth-child(1):before {
	background-color: #f19e3e
}

.gradient-photo-overlay {
	background-image: -webkit-linear-gradient(transparent, rgba(1, 16, 26, 0) 50%, rgba(1, 16, 26, .65));
	background-image: linear-gradient(transparent, rgba(1, 16, 26, 0) 50%, rgba(1, 16, 26, .65));
	background-repeat: no-repeat;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a601101a', GradientType=0);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.page-header {
	text-align: center;
	border: none;
	padding: 0;
	margin: 40px 0
}

#roadmapArea .page-header,
#roadmapProject .page-header {
	margin-top: 20px
}

.page-header h1 {
	color: #2CA7DF;
	font-size: 48px
}

@media (max-width:767px) {
	.page-header h1 {
		font-size: 32px
	}
}

.page-header .page-title {
	margin: 0
}

.action-button,
.wpcf7 input[type=submit] {
	text-transform: uppercase;
	font-family: Radikal, sans-serif;
	font-weight: 700;
	font-size: 16px;
	border: none;
	color: #fff
}

.action-button:hover {
	background-color: #1B82BF
}

.action-button.green {
	background-color: #8bcfb8
}

.action-button.green:hover {
	background-color: #8ed3bc
}

.editorial-content li,
.editorial-content p {
	font-size: 15px;
	margin-bottom: 20px
}

.editorial-content p.lead {
	font-size: 20px;
	font-weight: 400
}

@media (max-width:767px) {
	.editorial-content p.lead {
		font-size: 15px;
		font-weight: 700
	}
}

.editorial-content iframe {
	max-width: 100%
}

.editorial-content img {
	max-width: 100%;
	height: auto
}

.editorial-content blockquote {
	margin: 30px 0;
	border: none;
	text-align: center
}

@media (min-width:768px) {
	.editorial-content blockquote {
		margin: 30px -100px
	}
}

.editorial-content blockquote p {
	font-size: 24px;
	line-height: normal;
	font-weight: light;
	font-family: Radikal, sans-serif
}

.editorial-content h2 {
	margin-top: 60px
}

.editorial-content h2.small-margin {
	margin-bottom: 20px
}

.editorial-content h3,
.editorial-content h4 {
	font-size: 40px;
	margin: 60px 0 40px
}

.btn,
.wpcf7 input[type=submit] {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

article img {
	height: auto;
	max-width: 100%;
	margin-bottom: 10px
}

.label {
	display: inline-block;
	padding: 2.5px 10px;
	font-size: 12px;
	line-height: inherit;
	font-weight: 700;
	text-transform: capitalize;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	border-radius: 2px
}

section.excerpt h2,
section.excerpt h3,
section.excerpt h4 {
	font-size: 15px!important;
	font-weight: 700!important;
	font-family: Radikal, sans-serif!important;
	margin: 0 0 10px 0!important;
	padding: 0!important
}

section.excerpt .readMoreIndicator {
	opacity: .35;
	filter: alpha(opacity=35)
}

.dynamicData {
	display: none
}

#weAreFairphone h1 {
	font-size: 64px;
	text-align: center
}

@media (max-width:991px) {
	#weAreFairphone h1 {
		font-size: 48px
	}
}

#weAreFairphone h2 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 80px
}

@media (max-width:991px) {
	#weAreFairphone h2 {
		font-size: 24px
	}
}

#weAreFairphone .topContent {
	margin-bottom: 60px
}

#weAreFairphone .movement-header {
	display: table;
	width: 100%
}

@media (max-width:992px) {
	#weAreFairphone .movement-header {
		display: block
	}
}

#weAreFairphone .movement-header .content-block {
	float: none;
	display: table-cell;
	width: 50%;
	vertical-align: top;
	border-left: 10px #fff solid;
	border-right: 10px #fff solid;
	background-color: #e2e2e2;
	margin-bottom: 20px
}

@media (max-width:992px) {
	#weAreFairphone .movement-header .content-block {
		display: block;
		width: 100%;
		float: left
	}
}

#weAreFairphone .movement-header .content-block .incentive {
	padding: 20px
}

#weAreFairphone .movement-header .content-block .incentive:after,
#weAreFairphone .movement-header .content-block .incentive:before {
	content: " ";
	display: table
}

#weAreFairphone .movement-header .content-block .incentive:after {
	clear: both
}

#weAreFairphone .movement-header .content-block .incentive:after,
#weAreFairphone .movement-header .content-block .incentive:before {
	content: " ";
	display: table
}

#weAreFairphone .movement-header .content-block .incentive:after {
	clear: both
}

#weAreFairphone .movement-header .content-block .incentive .image {
	text-align: center
}

#weAreFairphone .movement-header .content-block .incentive .image img {
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 0 auto 20px
}

#weAreFairphone .movement-header .content-block .incentive .content h2 {
	text-align: left;
	font-family: Radikal, sans-serif;
	font-size: 24px;
	margin: 0 auto 20px;
	color: #2CA7DF
}

#weAreFairphone .movement-header .content-block .incentive .content p {
	font-family: Radikal, sans-serif;
	font-size: 18px
}

#weAreFairphone .movement-header .content-block .incentive .content .hashtag {
	color: #2CA7DF
}

#weAreFairphone .movement-header .social-item-block {
	float: none;
	display: table-cell;
	width: 16.66%;
	vertical-align: middle;
	border-left: 10px #fff solid;
	border-right: 10px #fff solid;
	background-color: #2CA7DF;
	margin-bottom: 20px
}

@media (max-width:992px) {
	#weAreFairphone .movement-header .social-item-block {
		width: 33.33%;
		display: block;
		float: left
	}
}

@media (max-width:600px) {
	#weAreFairphone .movement-header .social-item-block {
		width: 100%
	}
}

#weAreFairphone .movement-header .social-item-block .socialItem {
	color: #fff;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center 20px
}

#weAreFairphone .movement-header .social-item-block .socialItem.twitter {
	background-size: 30px 24px
}

#weAreFairphone .movement-header .social-item-block .socialItem.facebook {
	background-size: 13px 27px
}

#weAreFairphone .movement-header .social-item-block .socialItem.instagram {
	background-size: 28px 28px
}

#weAreFairphone .movement-header .social-item-block .socialItem h3 {
	font-weight: 700;
	font-size: 32px
}

#weAreFairphone .movement-header .social-item-block .socialItem h4 {
	font-size: 15px;
	margin-bottom: 10px
}

#weAreFairphone .movement-header .social-item-block .socialItem a {
	color: #fff;
	margin: -5px -10px;
	padding: 5px 10px;
	border-radius: 2px;
	background-color: transparent;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

#weAreFairphone .movement-header .social-item-block .socialItem a:hover {
	background-color: #fff;
	color: #2CA7DF
}

#qualityMark {
	width: 94px;
	height: 72px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 1000;
	text-align: right;
	position: absolute;
	bottom: 6px;
	right: 6px
}

#qualityMark,
#qualityMark * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

@media all and (max-width:480px) {
	#qualityMark {
		width: 44px;
		height: 44px;
		bottom: 6px;
		right: 6px
	}
}

#qualityMark div {
	background-color: rgba(255, 255, 255, 0);
	border-radius: 16px;
	-webkit-transition: .15s;
	transition: .15s;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1);
	padding: 8px;
	width: 33px;
	height: 56px;
	right: 0;
	bottom: 0;
	position: absolute;
	overflow: hidden
}

@media all and (max-width:480px) {
	#qualityMark div {
		width: 32px;
		height: 32px;
		padding: 0;
		bottom: 3px;
		right: 3px
	}
}

#qualityMark div .icon {
	width: 33px;
	height: 32px;
	display: block;
	position: absolute;
	bottom: 8px;
	right: 8px;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-transition: .25s;
	transition: .25s;
	-webkit-transition: all .25s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .25s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .25s cubic-bezier(.35, 0, .35, 1);
	transition: all .25s cubic-bezier(.35, 0, .35, 1);
	background-size: 100% 100%
}

@media all and (max-width:480px) {
	#qualityMark div .icon {
		width: 32px;
		height: 32px;
		bottom: 0;
		right: 0
	}
}

#qualityMark div .credits {
	color: #000;
	margin: 0;
	padding: 0;
	font: 9px Helvetica, Arial, sans-serif;
	letter-spacing: .1em;
	position: absolute;
	bottom: 8px;
	right: -86px;
	display: block;
	width: 78px;
	height: 20px;
	line-height: 10px;
	-webkit-transition: .25s;
	transition: .25s;
	-webkit-transition: all .25s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .25s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .25s cubic-bezier(.35, 0, .35, 1);
	transition: all .25s cubic-bezier(.35, 0, .35, 1);
	opacity: 0;
	filter: alpha(opacity=0)
}

#qualityMark div .credits .name {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	display: block;
	text-transform: uppercase
}

@media all and (max-width:480px) {
	#qualityMark div .credits {
		display: none
	}
}

@media all and (min-width:481px) {
	#qualityMark:hover div {
		width: 78px;
		background-color: rgba(255, 255, 255, .35)
	}
	#qualityMark:hover .credits {
		right: 8px;
		opacity: .5;
		filter: alpha(opacity=50);
		-webkit-transition: .25s;
		transition: .25s;
		-webkit-transition: all .25s cubic-bezier(.35, 0, .35, 1);
		-moz-transition: all .25s cubic-bezier(.35, 0, .35, 1);
		-ms-transition: all .25s cubic-bezier(.35, 0, .35, 1);
		transition: all .25s cubic-bezier(.35, 0, .35, 1)
	}
	#qualityMark:hover .icon {
		bottom: 32px;
		-webkit-transform: rotateY(0);
		-moz-transform: rotateY(0);
		-ms-transform: rotateY(0);
		transform: rotateY(0)
	}
}

#roadmap {
	position: relative;
	background-size: 13px 13px, cover;
	background-repeat: repeat, no-repeat;
	background-position: center center;
	background-color: #116faa;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-align: center;
	padding: 40px 0;
	overflow: hidden
}

@media (max-width:767px) {
	#roadmap {
		background-repeat: no-repeat;
		background-size: cover;
	}
}

#roadmap,
#roadmap * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media (max-width:991px) {
	#roadmap {
		padding-bottom: 120px
	}
}

#roadmap h1 {
	margin-top: 0;
	font-size: 48px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:767px) {
	#roadmap h1 {
		display: none
	}
}

#roadmap h2 {
	font-size: 32px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto
}

#roadmap .scrollable {
	width: 100%;
	position: relative;
	height: 160px;
	margin: 60px 0 0
}

#roadmap .arrow {
	position: absolute;
	top: 60px;
	width: 72px;
	height: 72px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	cursor: pointer
}

#roadmap .arrow.left {
	left: 20px;
}

#roadmap .arrow.right {
	right: 20px;
}

#roadmap .arrow.disabled {
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: default
}

#roadmap .milestonesContainer {
	position: absolute;
	right: 200px;
	display: block;
	white-space: nowrap;
	z-index: 3
}

#roadmap .milestonesContainer .milestone {
	cursor: default;
	display: inline-block;
	width: 200px;
	height: 160px;
	overflow: visible;
	position: relative;
	margin-left: -4px
}

#roadmap .milestonesContainer .milestone.hover .icon,
#roadmap .milestonesContainer .milestone:hover .icon {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

#roadmap .milestonesContainer .milestone.hover .description,
#roadmap .milestonesContainer .milestone:hover .description {
	opacity: 0
}

#roadmap .milestonesContainer .milestone.hover .popupDescription,
#roadmap .milestonesContainer .milestone:hover .popupDescription {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

#roadmap .milestonesContainer .milestone.hover .line.left,
#roadmap .milestonesContainer .milestone:hover .line.left {
	-webkit-transform: translate3d(-8px, 0, 0);
	-moz-transform: translate3d(-8px, 0, 0);
	-ms-transform: translate3d(-8px, 0, 0);
	transform: translate3d(-8px, 0, 0)
}

#roadmap .milestonesContainer .milestone.hover .line.right,
#roadmap .milestonesContainer .milestone:hover .line.right {
	-webkit-transform: translate3d(8px, 0, 0);
	-moz-transform: translate3d(8px, 0, 0);
	-ms-transform: translate3d(8px, 0, 0);
	transform: translate3d(8px, 0, 0)
}

#roadmap .milestonesContainer .milestone.no-tag .description {
	background-color: transparent
}

#roadmap .milestonesContainer .milestone.no-tag .icon {
	border: 0;
	margin-top: -9px
}

#roadmap .milestonesContainer .milestone.no-tag .line.left {
	-webkit-transform: scaleX(2.31);
	-moz-transform: scaleX(2.31);
	-ms-transform: scaleX(2.31);
	transform: scaleX(2.31)
}

#roadmap .milestonesContainer .milestone.no-tag .line.right {
	-webkit-transform: scaleX(2.35);
	-moz-transform: scaleX(2.35);
	-ms-transform: scaleX(2.35);
	transform: scaleX(2.35)
}

#roadmap .milestonesContainer .milestone.no-tag.hover .icon,
#roadmap .milestonesContainer .milestone.no-tag:hover .icon {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

#roadmap .milestonesContainer .milestone.no-tag.hover .popupDescription,
#roadmap .milestonesContainer .milestone.no-tag:hover .popupDescription {
	opacity: 0
}

#roadmap .milestonesContainer .milestone.no-tag.hover .description,
#roadmap .milestonesContainer .milestone.no-tag:hover .description {
	opacity: 1
}

#roadmap .milestonesContainer .milestone.no-tag.hover .line.left,
#roadmap .milestonesContainer .milestone.no-tag:hover .line.left {
	-webkit-transform: scaleX(2.31);
	-moz-transform: scaleX(2.31);
	-ms-transform: scaleX(2.31);
	transform: scaleX(2.31)
}

#roadmap .milestonesContainer .milestone.no-tag.hover .line.right,
#roadmap .milestonesContainer .milestone.no-tag:hover .line.right {
	-webkit-transform: scaleX(2.35);
	-moz-transform: scaleX(2.35);
	-ms-transform: scaleX(2.35);
	transform: scaleX(2.35)
}

#roadmap .milestonesContainer .milestone.mining .icon {
	border-color: #f5a833;
	background-position: 20% 50%
}

#roadmap .milestonesContainer .milestone.mining .description {
	background-color: #f5a833
}

#roadmap .milestonesContainer .milestone.design .icon {
	border-color: #d7617f;
}

#roadmap .milestonesContainer .milestone.design .description {
	background-color: #d7617f
}

#roadmap .milestonesContainer .milestone.manufacturing .icon {
	border-color: #6bc1a4;
}

#roadmap .milestonesContainer .milestone.manufacturing .description {
	background-color: #6bc1a4
}

#roadmap .milestonesContainer .milestone.business .icon,
#roadmap .milestonesContainer .milestone.social-entrepreneurship .icon {
	border-color: #2CA7DF;
}

#roadmap .milestonesContainer .milestone.business .description,
#roadmap .milestonesContainer .milestone.social-entrepreneurship .description {
	background-color: #2CA7DF
}

#roadmap .milestonesContainer .milestone.lifecycle .icon {
	border-color: #92b851;
}

#roadmap .milestonesContainer .milestone.lifecycle .description {
	background-color: #92b851
}

#roadmap .milestonesContainer .milestone:first-child .line.left {
	display: none
}

#roadmap .milestonesContainer .milestone.last {
	cursor: default
}

#roadmap .milestonesContainer .milestone.last .line.left {
	width: 100px
}

#roadmap .milestonesContainer .milestone.last .icon {
	border: 0;
	background-size: 75%;
	background-position: 50% 50%;
	margin-top: -6px
}

#roadmap .milestonesContainer .milestone.last.hover .icon,
#roadmap .milestonesContainer .milestone.last:hover .icon {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none
}

#roadmap .milestonesContainer .milestone .title {
	position: absolute;
	width: 200px;
	left: 0;
	top: -40px;
	font-size: 18px;
	font-weight: 400
}

#roadmap .milestonesContainer .milestone .icon {
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1);
	position: absolute;
	background-repeat: no-repeat;
	background-size: 80px 80px;
	background-position: 50% 50%;
	width: 100px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	top: 0;
	border-radius: 50%;
	border: 3px solid #fff
}

#roadmap .milestonesContainer .milestone .line {
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1);
	position: absolute;
	height: 3px;
	width: 50px;
	overflow: hidden;
	background-color: #fff;
	top: 49px
}

#roadmap .milestonesContainer .milestone .line.left {
	left: 0
}

#roadmap .milestonesContainer .milestone .line.right {
	right: 0
}

#roadmap .milestonesContainer .milestone .description {
	border-radius: 2px;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	margin: 0 10px;
	background-color: #2CA7DF;
	color: #fff;
	padding: 5px 5px;
	font-weight: 700;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

#roadmap .milestonesContainer .milestone .description a {
	color: #fff;
	font-weight: 700
}

#roadmap .milestonesContainer .milestone .description a:hover {
	text-decoration: underline
}

#roadmap .milestonesContainer .milestone>.description {
	white-space: normal;
	font-size: 12px
}

#roadmap .milestonesContainer .milestone .popupDescription {
	visibility: hidden;
	z-index: 10;
	opacity: 0;
	text-align: left;
	color: #333;
	padding: 10px;
	position: absolute;
	left: 50%;
	margin-left: -160px;
	top: 140px;
	width: 320px;
	background-color: #fff;
	border-radius: 2px;
	white-space: normal;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .35);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .35);
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-webkit-transform: translate3d(0, 20px, 0);
	-moz-transform: translate3d(0, 20px, 0);
	-ms-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0)
}

#roadmap .milestonesContainer .milestone .popupDescription:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 20px;
	margin-left: -20px
}

#roadmap .milestonesContainer .milestone .popupDescription h4 {
	color: #333;
	font-size: 14px;
	font-family: Radikal, sans-serif;
	font-weight: 400;
	margin: 0
}

#roadmap .milestonesContainer .milestone .popupDescription p {
	font-family: Radikal, sans-serif;
	font-size: 14px;
	font-weight: 300;
	white-space: normal
}

#roadmap .milestonesContainer .milestone .popupDescription a {
	display: block;
	font-size: 14px;
	margin: 10px 0 0
}

#roadmap .milestonesContainer .milestone .popupDescription .labels {
	margin-bottom: 5px
}

#roadmap .milestonesContainer .milestone .popupDescription .labels .label {
	margin-right: 10px
}

#roadmap .milestonesContainer .milestone .popupDescription .labels .label:last-child {
	margin-right: 0
}

#roadmap .milestonesContainer .milestone .popupDescription time {
	font-size: 12px;
	margin-bottom: 10px;
	display: block
}

#roadmap .statistics {
	margin-top: 60px
}

#roadmap .statistics .statistic {
	padding: 0 10px;
	font-size: 15px
}

#roadmap .statistics .icon {
	width: 100%;
	height: 80px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	margin-bottom: 10px
}

.container.roadmapContent {
	margin-top: 60px;
	margin-bottom: 60px
}

.container.roadmapContent h2 {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 20px
}

@media (max-width:767px) {
	.container.roadmapContent h2 {
		font-size: 32px
	}
}

.container.roadmapContent p {
	font-size: 15px
}

@media (min-width:768px) {
	.container.roadmapContent p {
		margin-right: 40px
	}
}

@media (max-width:767px) {
	.container.roadmapContent .row>div {
		margin-top: 60px
	}
	.container.roadmapContent .row>div:first-child {
		margin-top: 0
	}
}

.roadmapHeaderImage {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 0 60px
}

@media (max-width:767px) {
	.roadmapHeaderImage {
		height: 200px;
		margin: 0
	}
}

.otherAreas,
.roadmapAreas {
	z-index: 2;
	position: relative
}

.roadmapArea {
	font-size: 15px;
	display: inline-block;
	text-align: center;
	margin: 0 0 20px;
	text-transform: capitalize
}

.roadmapArea:hover .icon {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.roadmapArea .icon {
	width: 180px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

@media (max-width:991px) {
	.roadmapArea .icon {
		width: 135px
	}
}

@media (max-width:767px) {
	.roadmapArea .icon {
		height: 60px;
		background-size: contain
	}
}

.content.roadmapContent .page-header h1.single-title {
	margin-top: 60px
}

.content.roadmapContent h3 {
	font-size: 40px;
	margin: 60px 0 20px
}

.content.roadmapContent h3:first-child {
	margin-top: 0
}

@media (max-width:991px) {
	.content.roadmapContent h3 {
		font-size: 32px
	}
}

.content.roadmapContent p {
	font-size: 15px
}

@media (min-width:768px) {
	.content.roadmapContent p.lead {
		font-size: 20px
	}
}

.content.roadmapContent .col-sm-12 .line {
	margin-top: 60px
}

.content.roadmapContent .shareProjects {
	text-align: left
}

@media (min-width:768px) {
	.content.roadmapContent .shareProjects {
		text-align: center
	}
}

.content.roadmapContent .reoadmap-sidebar {
	padding-bottom: 60px
}

.content.roadmapContent .sideBox {
	background-color: #f2f2f2;
	padding: 20px;
	border-radius: 4px
}

.content.roadmapContent .sideBox h4 {
	margin: 0 0 20px;
	font-size: 32px
}

.content.roadmapContent .sideBox .icon {
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0
}

.content.roadmapContent .sideBox div.keyObjectives {
	margin: 0 0 40px
}

#roadmapArea .content.roadmapContent .sideBox div.keyObjectives {
	margin: 0
}

.content.roadmapContent .sideBox div.keyObjectives ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none
}

.content.roadmapContent .sideBox div.keyObjectives ul li {
	position: relative;
	margin: 0 0 10px;
	padding: 0
}

.content.roadmapContent .sideBox div.keyObjectives ul li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	left: -20px;
	top: 6px
}

.content.roadmapContent .sideBox div.partnersAndFriends a {
	display: block
}

.content.roadmapContent div.resources h4 {
	margin: 40px 0 10px;
	font-size: 32px
}

.content.roadmapContent div.resources .icon {
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.content.roadmapContent div.resources .resource {
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	padding: 20px;
	margin: 0 0 20px
}

.content.roadmapContent div.resources .resource h5 {
	color: #2CA7DF;
	font-size: 18px;
	font-weight: 400;
	font-family: Radikal, sans-serif;
	margin: 0 0 5px
}

.content.roadmapContent div.resources .resource p {
	font-size: 15px;
	margin: 0
}

.content.roadmapContent div.resources .resource a {
	margin-top: 20px;
	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: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1);
	background-color: #2CA7DF;
	border-color: #fff;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 4px;
	text-transform: uppercase;
	font-family: Radikal, sans-serif;
	font-weight: 700;
	font-size: 16px;
	border: none;
	color: #fff
}

.content.roadmapContent div.resources .resource a.active:focus,
.content.roadmapContent div.resources .resource a:active:focus,
.content.roadmapContent div.resources .resource a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.content.roadmapContent div.resources .resource a:focus,
.content.roadmapContent div.resources .resource a:hover {
	color: #fff;
	text-decoration: none
}

.content.roadmapContent div.resources .resource a.active,
.content.roadmapContent div.resources .resource a: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)
}

.content.roadmapContent div.resources .resource a.disabled,
.content.roadmapContent div.resources .resource a[disabled],
fieldset[disabled] .content.roadmapContent div.resources .resource a {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

.content.roadmapContent div.resources .resource a.active,
.content.roadmapContent div.resources .resource a:active {
	-webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, .125);
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, .125);
	color: rgba(255, 255, 255, .85)
}

.content.roadmapContent div.resources .resource a.active,
.content.roadmapContent div.resources .resource a:active,
.content.roadmapContent div.resources .resource a:focus,
.content.roadmapContent div.resources .resource a:hover,
.open .dropdown-toggle.content.roadmapContent div.resources .resource a {
	color: #fff;
	background-color: #f9519c;
	border-color: #e0e0e0
}

.content.roadmapContent div.resources .resource a.active,
.content.roadmapContent div.resources .resource a:active,
.open .dropdown-toggle.content.roadmapContent div.resources .resource a {
	background-image: none
}

.content.roadmapContent div.resources .resource a.disabled,
.content.roadmapContent div.resources .resource a.disabled.active,
.content.roadmapContent div.resources .resource a.disabled:active,
.content.roadmapContent div.resources .resource a.disabled:focus,
.content.roadmapContent div.resources .resource a.disabled:hover,
.content.roadmapContent div.resources .resource a[disabled],
.content.roadmapContent div.resources .resource a[disabled].active,
.content.roadmapContent div.resources .resource a[disabled]:active,
.content.roadmapContent div.resources .resource a[disabled]:focus,
.content.roadmapContent div.resources .resource a[disabled]:hover,
fieldset[disabled] .content.roadmapContent div.resources .resource a,
fieldset[disabled] .content.roadmapContent div.resources .resource a.active,
fieldset[disabled] .content.roadmapContent div.resources .resource a:active,
fieldset[disabled] .content.roadmapContent div.resources .resource a:focus,
fieldset[disabled] .content.roadmapContent div.resources .resource a:hover {
	background-color: #2CA7DF;
	border-color: #fff
}

.content.roadmapContent div.resources .resource a .badge {
	color: #2CA7DF;
	background-color: #fff
}

.content.roadmapContent div.resources .resource a:hover {
	background-color: #1B82BF
}

.content.roadmapContent div.resources .resource a.green {
	background-color: #8bcfb8
}

.content.roadmapContent div.resources .resource a.green:hover {
	background-color: #8ed3bc
}

.content.roadmapContent div.areaHeader {
	margin-top: 60px
}

.content.roadmapContent div.areaHeader h2 {
	text-align: center;
	color: #2CA7DF;
	font-size: 48px;
	margin-bottom: 40px
}

.content.roadmapContent div.otherAreas {
	text-align: center;
	margin: 20px 0 80px
}

.content.roadmapContent div.milestones {
	margin-bottom: 60px
}

.content.roadmapContent div.milestones ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none
}

.content.roadmapContent div.milestones ul li {
	position: relative;
	margin: 0 0 10px;
	padding: 0
}

.content.roadmapContent div.milestones ul li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	left: -20px;
	top: 6px
}

.content.roadmapContent div.milestones ul li p {
	margin-top: 0
}

.content.roadmapContent .line+h3 {
	font-size: 32px;
	margin: 20px 0 40px
}

.roadmapContent .project {
	margin-bottom: 20px
}

@media (max-width:767px) {
	.roadmapContent .project {
		margin-bottom: 60px
	}
}

.roadmapContent .project h2 {
	margin-top: 0;
	font-family: Radikal, sans-serif;
	font-size: 24px
}

.roadmapContent .project p {
	font-size: 15px
}

.roadmapContent .project-image {
	width: 100%;
	height: 300px;
	background-size: cover
}

@media (max-width:767px) {
	.roadmapContent .project-image {
		height: 180px
	}
}

.roadmapContent .project-image a {
	width: 100%;
	height: 100%;
	display: block
}

.roadmapContent .open-overlay {
	cursor: pointer
}

.roadmapContent .full-overlay-block {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1000;
	height: 100%;
	width: 100%;
	background: rgba(0, 33, 46, .8)
}

.roadmapContent .full-overlay-block .overlay-block-outer {
	display: table;
	height: 100%;
	width: 100%
}

.roadmapContent .full-overlay-block .overlay-block-outer .overlay-block-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	padding: 20px 40px
}

@media (min-width:768px) {
	.roadmapContent .full-overlay-block .overlay-block-outer .overlay-block-inner {
		padding: 40px 60px
	}
}

.roadmapContent .full-overlay-block .overlay-block-outer .overlay-block-inner .overlay-block {
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	display: inline-block;
	text-align: left;
	position: relative;
	width: 100%;
	height: 100%
}

.roadmapContent .full-overlay-block .overlay-block-outer .overlay-block-inner .overlay-block .overlay-close {
	cursor: pointer;
	position: absolute;
	z-index: 1102;
	top: -30px;
	right: -30px;
	height: 25px;
	width: 25px;
	background-size: 25px
}

@media (min-width:768px) {
	.roadmapContent .full-overlay-block .overlay-block-outer .overlay-block-inner .overlay-block .overlay-close {
		top: -40px;
		right: -40px;
		height: 35px;
		width: 35px;
		background-size: 35px
	}
}

.roadmapContent .full-overlay-block .overlay-block-outer .overlay-block-inner .overlay-block .overlay {
	display: inline-block;
	height: 100%;
	width: 100%
}

.roadmapContent .full-overlay-block .overlay-block-outer .overlay-block-inner .overlay-block .overlay iframe {
	width: 100%!important;
	height: 100%!important
}

.roadmapContent .full-overlay-block.show {
	z-index: 1101;
	visibility: visible;
	display: block
}

.sales-counter {
	width: 225px;
	height: 100px;
	margin-left: 785px;
	position: absolute
}

.sales-counter .inner {
	margin: 18px 13px 25px 20px
}

.sales-counter .phones-sold {
	font-weight: 700;
	color: #2CA7DF;
	font-size: 36px;
	letter-spacing: 9px;
	text-align: right
}

.sales-counter .phones-sold span {
	letter-spacing: -1px;
	color: #fff
}

.sales-counter .total-phones {
	font-size: 16px;
	color: #fff;
	font-weight: 400
}

#weAreFairphone {
	padding: 60px
}

@media (max-width:767px) {
	#weAreFairphone {
		padding: 10px
	}
}

@media (max-width:991px) {
	#weAreFairphone {
		padding: 20px
	}
}

@media (max-width:1199px) {
	#weAreFairphone {
		padding: 40px
	}
}

.library {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.library h2 {
	font-size: 40px;
	margin-bottom: 40px
}

@media (max-width:768px) {
	.library h2 {
		font-size: 32px;
		margin-bottom: 20px
	}
}

.library .editorial-content {
	padding-top: 55px
}

.library .videos {
	padding-top: 10px
}

.library .videos .video {
	margin-bottom: 30px
}

.library .videos .video .video-block-image {
	height: 160px;
	margin-bottom: 20px;
	overflow: hidden
}

.library .videos .video .video-block-image .video-image {
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
	diplay: table-cell;
	vertical-align: center;
	text-align: center;
	position: relative;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

.library .videos .video .video-block-image .video-image a {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.library .videos .video .video-block-image:hover .video-image {
	-webkit-transform: translate3d(0, 0, 0) scale(1.05);
	-moz-transform: translate3d(0, 0, 0) scale(1.05);
	-ms-transform: translate3d(0, 0, 0) scale(1.05);
	transform: translate3d(0, 0, 0) scale(1.05)
}

.library .videos .video .video-name {
	font-size: 18px;
	line-height: 1.1
}

.library .videos .video .full-video-block {
	visibility: hidden;
	display: none;
	position: fixed;
	z-index: 1101;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.library .videos .video .full-video-block .player-block-outer {
	display: table;
	height: 100%;
	width: 100%
}

.library .videos .video .full-video-block .player-block-outer .player-block-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%
}

.library .videos .video .full-video-block .player-block-outer .player-block-inner .player-block {
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	display: inline-block;
	text-align: left;
	position: relative
}

.library .videos .video .full-video-block .player-block-outer .player-block-inner .player-block .video-close {
	cursor: pointer;
	position: absolute;
	z-index: 1102;
	top: -40px;
	right: -40px;
	height: 35px;
	width: 35px;
	background-size: 35px
}

.library .videos .video .full-video-block .player-block-outer .player-block-inner .player-block .player iframe {
	max-width: 100%;
	max-height: 100%
}

.library .videos .video .full-video-block .player-block-outer .player-block-inner .player-video-name {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 400
}

.library .videos .video .full-video-block.show {
	visibility: visible;
	display: block
}

.library .videos .xs-clearfix {
	clear: both;
	width: 0;
	height: 0
}

@media (min-width:768px) {
	.library .videos .xs-clearfix {
		clear: none
	}
}

.library .videos .video-button {
	margin-bottom: 40px
}

.library .modal {
	display: none;
	position: fixed;
	z-index: 1100;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 33, 46, .8)
}

.library .modal.show {
	display: block
}

.library .photos .title {
	float: none
}

.library .photos .photo {
	margin-bottom: 30px
}

.library .photos .photo .photo-image-block {
	height: 210px;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden
}

.library .photos .photo .photo-image-block .photo-image {
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
	position: relative;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

.library .photos .photo .photo-image-block .photo-image a {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

@media (max-width:768px) {
	.library .photos .photo .photo-image-block {
		height: 140px
	}
}

@media (max-width:480px) {
	.library .photos .photo .photo-image-block {
		height: 210px
	}
}

.library .photos .photo .photo-image-block:hover .photo-image {
	-webkit-transform: translate3d(0, 0, 0) scale(1.05);
	-moz-transform: translate3d(0, 0, 0) scale(1.05);
	-ms-transform: translate3d(0, 0, 0) scale(1.05);
	transform: translate3d(0, 0, 0) scale(1.05)
}

.library .photos .photo .photo-text {
	font-size: 18px;
	line-height: 1.1
}

.library .photos .photo a {
	font-size: 14px
}

@media (max-width:480px) {
	.library .photos .photo {
		width: 100%
	}
}

.library .photos .photo-button {
	margin-bottom: 40px
}

.library .stories {
	background-color: #f2f2f2;
	margin-top: 20px;
	padding-top: 30px
}

.library .stories #sharedStories {
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%
}

.library .stories #sharedStories .scrollable {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 240px;
	overflow: hidden
}

@media (max-width:1200px) {
	.library .stories #sharedStories .scrollable {
		width: 800px;
		margin: auto auto
	}
}

@media (max-width:992px) {
	.library .stories #sharedStories .scrollable {
		width: 456px;
		margin: auto auto
	}
}

@media (max-width:600px) {
	.library .stories #sharedStories .scrollable {
		width: 304px;
		height: 280px;
		margin: auto auto
	}
}

@media (max-width:480px) {
	.library .stories #sharedStories .scrollable {
		width: 260px;
		height: 300px;
		margin: auto auto
	}
}

.library .stories #sharedStories .arrow {
	position: absolute;
	top: 20px;
	width: 55px;
	height: 55px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media (max-width:480px) {
	.library .stories #sharedStories .arrow {
		width: 40px;
		height: 40px;
		top: 40px
	}
}

.library .stories #sharedStories .arrow.left {
	left: 20px;
}

@media (max-width:480px) {
	.library .stories #sharedStories .arrow.left {
		left: 0
	}
}

.library .stories #sharedStories .arrow.right {
	right: 20px;
}

@media (max-width:480px) {
	.library .stories #sharedStories .arrow.right {
		right: 0
	}
}

.library .stories #sharedStories .arrow.disabled {
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: default
}

.library .stories #sharedStories .storiesContainer {
	position: absolute;
	left: 0;
	display: block;
	white-space: nowrap;
	z-index: 3;
	font-size: 0
}

.library .stories #sharedStories .storiesContainer .story {
	display: inline-block;
	width: 190px;
	height: 160px;
	padding: 0 10px;
	margin: 0;
	vertical-align: top;
	white-space: normal
}

@media (max-width:1200px) {
	.library .stories #sharedStories .storiesContainer .story {
		width: 160px
	}
}

@media (max-width:992px) {
	.library .stories #sharedStories .storiesContainer .story {
		width: 152px
	}
}

@media (max-width:480px) {
	.library .stories #sharedStories .storiesContainer .story {
		width: 130px
	}
}

.library .stories #sharedStories .storiesContainer .story .story-picture-block {
	width: 100%;
	height: 110px;
	overflow: hidden;
	padding: 10px;
	background-color: #fff
}

.library .stories #sharedStories .storiesContainer .story .story-picture-block .story-picture {
	width: 100%;
	height: 100%;
	background: #fff no-repeat center center;
	background-size: contain;
	position: relative;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

.library .stories #sharedStories .storiesContainer .story .story-picture-block .story-picture a {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

.library .stories #sharedStories .storiesContainer .story .story-picture-block:hover .story-picture {
	-webkit-transform: translate3d(0, 0, 0) scale(1.05);
	-moz-transform: translate3d(0, 0, 0) scale(1.05);
	-ms-transform: translate3d(0, 0, 0) scale(1.05);
	transform: translate3d(0, 0, 0) scale(1.05)
}

.library .stories #sharedStories .storiesContainer .story .story-text {
	width: 100%;
	font-size: 15px;
	line-height: 1.2
}

.library .stories #sharedStories .storiesContainer .story .story-link {
	width: 100%;
	font-size: 14px;
	line-height: 1.5
}

.library .documents {
	margin-top: 30px;
	margin-bottom: 60px
}

.library .documents h1,
.library .documents h2 {
	margin-bottom: 0
}

.library .documents .category-name {
	margin-top: 25px
}

.library .documents .category-name h3 {
	margin-bottom: 5px;
	font-weight: lighter
}

@media (max-width:768px) {
	.library .documents .category-name h3 {
		margin-top: 0
	}
}

.library .documents .document {
	margin: 20px 0 10px
}

.library .documents .document .icon a {
	display: block;
	margin: auto auto;
	width: 29px;
	height: 39px;
	background-size: 29px 39px
}

.library .documents .document .icon a.fairphone_materials {
	background-size: 29px 39px
}

.library .documents .document .icon a.educational_materials {
	background-size: 29px 39px
}

.library .documents .document .thumbnail {
	width: 100%;
	max-width: 200px;
	position: relative;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}

.library .documents .document .thumbnail:before {
	content: '';
	display: inline-block;
	margin-top: 100%
}

.library .documents .document .document-text {
	font-size: 18px
}

.library .documents .document .document-link {
	font-size: 14px;
	line-height: 1.5;
	font-weight: lighter
}

@media (max-width:480px) {
	.library .documents .document {
		width: 100%
	}
}

@media (max-width:480px) {
	.library .documents .document.report div {
		text-align: center;
		margin-right: auto;
		margin-left: auto
	}
}

.library .documents .xs-clearfix {
	clear: both;
	width: 0;
	height: 0
}

@media (min-width:768px) {
	.library .documents .xs-clearfix {
		clear: none
	}
}

.library .documents .sm-clearfix {
	clear: none;
	width: 0;
	height: 0
}

@media (min-width:768px) {
	.library .documents .sm-clearfix {
		clear: both
	}
}

.library .download-form {
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
	margin-bottom: 60px
}

@media (max-width:768px) {
	.library .download-form {
		padding: 20px 50px
	}
}

@media (max-width:768px) {
	.library .download-form {
		padding: 20px
	}
}

.library .download-form #mc_embed_download_form_success {
	display: none
}

.library .download-form .indicates-required {
	color: #2CA7DF
}

.library .download-form .error-msg {
	color: #f286b6;
	display: none
}

.library .download-form input[type=email],
.library .download-form input[type=text],
.library .download-form select {
	border: 1px #e2e2e2 solid;
	height: 40px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: none;
	outline: 0;
	color: #999;
	font-size: inherit
}

.library .download-form input[type=email].error,
.library .download-form input[type=text].error,
.library .download-form select.error {
	border-color: #2CA7DF;
	outline: 0;
	-webkit-box-shadow: inset 0 0 7px rgba(210, 18, 66, .8);
	-moz-box-shadow: inset 0 0 7px rgba(210, 18, 66, .8);
	box-shadow: inset 0 0 7px rgba(210, 18, 66, .8)
}

.library .download-form select {
	border-radius: 0;
	-webkit-appearance: none
}

.library .download-form .mc-select-box {
	position: relative
}

.library .download-form .mc-select-box:after {
	background-size: 60% auto;
	content: ' ';
	width: 30px;
	height: 38px;
	right: 11px;
	top: 1px;
	position: absolute;
	pointer-events: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s cubic-bezier(.35, 0, .35, 1);
	transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s cubic-bezier(.35, 0, .35, 1)
}

@media (min-width:480px) {
	.library .download-form .mc-select-box:after {
		right: 11px
	}
}

.library .download-form .mc-select-box.error:after {
	-webkit-box-shadow: inset 0 8px 7px -8px rgba(210, 18, 66, .8), inset 0 -8px 7px -8px rgba(210, 18, 66, .8), inset -8px 0 7px -8px rgba(210, 18, 66, .8);
	-moz-box-shadow: inset 0 8px 7px -8px rgba(210, 18, 66, .8), inset 0 -8px 7px -8px rgba(210, 18, 66, .8), inset -8px 0 7px -8px rgba(210, 18, 66, .8);
	box-shadow: inset 0 8px 7px -8px rgba(210, 18, 66, .8), inset 0 -8px 7px -8px rgba(210, 18, 66, .8), inset -8px 0 7px -8px rgba(210, 18, 66, .8)
}

.library .download-form .download-form-text,
.library .download-form .error-msg {
	font-size: 18px;
	font-weight: 400
}

@media (max-width:767px) {
	.library .download-form .download-form-text,
	.library .download-form .error-msg {
		font-size: 15px
	}
}

.library .download-form .asterisk {
	color: #2CA7DF
}

.library .download-form .mc-field-how-other,
.library .download-form .mc-field-if-no,
.library .download-form .mc-field-if-yes,
.library .download-form .mc-field-type-other,
.library .download-form .mc-field-who-other {
	display: none
}

.library .download-form .mc-field-how-other,
.library .download-form .mc-field-type-other,
.library .download-form .mc-field-who-other {
	clear: both
}

@media (max-width:480px) {
	.library .download-form .mc-field-how-other .col-xs-6,
	.library .download-form .mc-field-type-other .col-xs-6,
	.library .download-form .mc-field-who-other .col-xs-6 {
		width: 100%
	}
}

.library .download-form .mc-field-group {
	padding-bottom: 25px;
	font-size: 15px
}

@media (max-width:767px) {
	.library .download-form .mc-field-group {
		font-size: 14px
	}
}

@media (max-width:480px) {
	.library .download-form .mc-field-group.col-xs-6 {
		width: 100%
	}
}

.library .download-form .mc-field-group-title {
	font-weight: 400;
	margin-bottom: 15px
}

.library .download-form .mc-field-option {
	margin-bottom: 15px;
	margin-right: 30px;
	float: left
}

.library .download-form .mc-field-option input[type=checkbox],
.library .download-form .mc-field-option input[type=radio] {
	display: none
}

.library .download-form .mc-field-option input[type=checkbox]:checked+label:before,
.library .download-form .mc-field-option input[type=radio]:checked+label:before {
	background-color: #2CA7DF
}

.library .download-form .mc-field-option input[type=checkbox].error+label:before,
.library .download-form .mc-field-option input[type=radio].error+label:before {
	border: 1px #2CA7DF solid
}

.library .download-form .mc-field-option label {
	line-height: 17px;
	margin-bottom: 0;
	vertical-align: middle;
	cursor: pointer;
	font-size: inherit;
	font-weight: inherit
}

.library .download-form .mc-field-option label:before {
	content: '';
	margin-right: 10px;
	float: left;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px #999 solid;
	background-color: transpatent;
	-webkit-box-shadow: inset #fff 2px 0 0, inset #fff 0 2px 0, inset #fff -2px 0 0, inset #fff 0 -2px 0;
	-moz-box-shadow: inset #fff 2px 0 0, inset #fff 0 2px 0, inset #fff -2px 0 0, inset #fff 0 -2px 0;
	box-shadow: inset #fff 2px 0 0, inset #fff 0 2px 0, inset #fff -2px 0 0, inset #fff 0 -2px 0
}

.library .download-form .mc-field-option.checkbox-block label:before {
	border-radius: 0
}

.library .download-form .explanation {
	font-size: 12px;
	font-weight: 400;
	margin-top: 30px
}

.library .download-form .show-download-form-close {
	cursor: pointer;
	position: absolute;
	z-index: 1102;
	top: 25px;
	right: 25px;
	height: 17px;
	width: 17px
}

@media (max-width:768px) {
	.library .download-form .show-download-form-close {
		top: 15px;
		right: 15px
	}
}

.library .download-form .show-download-form-close svg text {
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1);
	fill: #333
}

.library .download-form .show-download-form-close:hover svg text {
	fill: #2CA7DF
}

.search.search-results h1 {
	text-align: center;
	margin-top: 80px;
	font-size: 48px
}

.search.search-results h2 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 60px
}

.search.search-results article {
	margin-bottom: 20px
}

.search.search-results article h2 {
	font-size: 18px;
	font-weight: 700;
	font-family: Radikal, sans-serif;
	margin-bottom: 10px;
	text-align: left
}

.search.search-results article h2 span.label {
	margin-left: 10px;
	font-family: Radikal, sans-serif;
	line-height: 18px;
	background-color: #e2e2e2
}

.search.search-results article time {
	margin-bottom: 10px;
	display: block;
	font-size: 12px;
	color: #999
}

.press {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.press h2 {
	font-size: 40px;
	margin-bottom: 40px
}

@media (max-width:768px) {
	.press h2 {
		font-size: 32px;
		margin-bottom: 20px
	}
}

.press .editorial-content {
	padding-top: 55px
}

.press .photos .title {
	float: none
}

.press .photos .photo {
	margin-bottom: 30px
}

.press .photos .photo .photo-image-block {
	height: 160px;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden
}

.press .photos .photo .photo-image-block .photo-image {
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
	position: relative;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

.press .photos .photo .photo-image-block .photo-image a {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

@media (max-width:480px) {
	.press .photos .photo .photo-image-block {
		height: 140px
	}
}

.press .photos .photo .photo-image-block:hover .photo-image {
	-webkit-transform: translate3d(0, 0, 0) scale(1.05);
	-moz-transform: translate3d(0, 0, 0) scale(1.05);
	-ms-transform: translate3d(0, 0, 0) scale(1.05);
	transform: translate3d(0, 0, 0) scale(1.05)
}

.press .photos .photo .photo-text {
	font-size: 18px;
	line-height: 1.1
}

.press .photos .photo a {
	font-size: 14px
}

.press .photos .xs-clearfix {
	clear: both;
	width: 0;
	height: 0
}

@media (min-width:768px) {
	.press .photos .xs-clearfix {
		clear: none
	}
}

.press .documents .press-downloads-extra,
.press .documents .press-resources-extra,
.press .downloads .press-downloads-extra,
.press .downloads .press-resources-extra {
	clear: both;
	height: 0;
	overflow: hidden
}

.press .documents {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.press .documents h1 {
	margin-bottom: 20px
}

.press .documents .document {
	margin: 20px 0 10px
}

.press .documents .document .icon a {
	display: block;
	margin: auto auto;
	width: 29px;
	height: 39px;
	background-size: 29px 39px
}

.press .documents .document .document-text {
	font-size: 18px
}

.press .documents .document .document-link {
	font-size: 14px;
	line-height: 1.5;
	font-weight: lighter
}

@media (max-width:480px) {
	.press .documents .document {
		width: 100%
	}
}

@media (min-width:768px) {
	.press .documents .document:nth-child(3n+1) {
		clear: both
	}
}

@media (min-width:480px) and (max-width:767px) {
	.press .documents .document:nth-child(2n+1) {
		clear: both
	}
}

.press .documents .more-button-inner {
	margin-top: 30px
}

@media (min-width:480px) and (max-width:991px) {
	.press .downloads .file:nth-child(3n+1) {
		clear: both
	}
}

@media (max-width:479px) {
	.press .downloads .file:nth-child(2n+1) {
		clear: both
	}
}

.press .downloads .file .link {
	display: block;
	margin: 0 auto;
	border: 1px solid #ccc;
	width: 135px;
	height: 135px
}

@media (min-width:480px) {
	.press .downloads .file .link {
		width: 135px;
		height: 135px
	}
}

@media (min-width:768px) {
	.press .downloads .file .link {
		width: 165px;
		height: 165px
	}
}

@media (min-width:992px) {
	.press .downloads .file .link {
		width: 138px;
		height: 138px
	}
}

@media (min-width:1200px) {
	.press .downloads .file .link {
		width: 171px;
		height: 171px
	}
}

.press .downloads .file .archive {
	background-size: 38px 51px
}

.press .downloads .file .file {
	background-size: 38px 51px
}

.press .downloads .file .image {
	background: no-repeat center center;
	background-size: contain
}

.press .downloads .file .file-link,
.press .downloads .file .file-title {
	width: 135px;
	margin: 0 auto 0 auto
}

@media (min-width:480px) {
	.press .downloads .file .file-link,
	.press .downloads .file .file-title {
		width: 135px
	}
}

@media (min-width:768px) {
	.press .downloads .file .file-link,
	.press .downloads .file .file-title {
		width: 165px
	}
}

@media (min-width:992px) {
	.press .downloads .file .file-link,
	.press .downloads .file .file-title {
		width: 138px
	}
}

@media (min-width:1200px) {
	.press .downloads .file .file-link,
	.press .downloads .file .file-title {
		width: 171px
	}
}

.press .downloads .file .file-title {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 5px
}

.press .downloads .file .file-link {
	font-size: 14px;
	line-height: 1.5;
	font-weight: lighter;
	margin-bottom: 40px
}

@media (max-width:479px) {
	.press .downloads .file {
		width: 50%
	}
}

.press .downloads .xs-clearfix {
	clear: none;
	width: 0;
	height: 0
}

@media (max-width:480px) {
	.press .downloads .xs-clearfix {
		clear: both
	}
}

.press .downloads .sm-clearfix {
	clear: none;
	width: 0;
	height: 0
}

@media (min-width:480px) and (max-width:768px) {
	.press .downloads .sm-clearfix {
		clear: both
	}
}

.press .downloads .md-clearfix {
	clear: none;
	width: 0;
	height: 0
}

@media (min-width:768px) and (max-width:992px) {
	.press .downloads .md-clearfix {
		clear: both
	}
}

.press .downloads .lg-clearfix {
	clear: none;
	width: 0;
	height: 0
}

@media (min-width:992px) {
	.press .downloads .lg-clearfix {
		clear: both
	}
}

.press .request-forms .form-selection {
	background-color: #f2f2f2;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 40px
}

.press .request-forms .form-selection .form-name,
.press .request-forms .form-selection .form-selection-title {
	display: inline-block;
	margin: 5px 40px;
	vertical-align: middle
}

.press .request-forms .form-selection .form-names {
	display: inline-block;
	vertical-align: middle
}

.press .request-forms .form-selection .form-selection-title {
	font-size: 14px;
	text-transform: uppercase;
	color: #999
}

.press .request-forms .form-selection .form-name a {
	position: relative;
	color: #333;
	font-weight: 300
}

.press .request-forms .form-selection .form-name a:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #2CA7DF;
	opacity: 0;
	margin-top: 1px;
	-webkit-transform: translate3d(0, 5px, 0);
	-moz-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

.press .request-forms .form-selection .form-name a:hover {
	color: #2CA7DF
}

.press .request-forms .form-selection .form-name a.active:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.press .request-forms .description {
	padding-bottom: 40px;
	font-size: 15px
}

.press .request-forms .request_form {
	overflow: hidden
}

.events {
	margin-bottom: 50px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.events .events-box .event {
	margin: 50px 0 60px
}

.events .events-box .event .date-big {
	font-family: Radikal, sans-serif;
	font-weight: 400
}

.events .events-box .event .date-big .day1,
.events .events-box .event .date-big .day2 {
	font-size: 40px;
	line-height: 40px;
	white-space: nowrap;
	margin-left: -5px
}

@media (max-width:992px) {
	.events .events-box .event .date-big .day1,
	.events .events-box .event .date-big .day2 {
		font-size: 32px;
		line-height: 32px
	}
}

.events .events-box .event .date-big .month1,
.events .events-box .event .date-big .month2 {
	font-size: 14px;
	line-height: 14px;
	white-space: nowrap;
	text-transform: uppercase
}

@media (max-width:992px) {
	.events .events-box .event .date-big .month1,
	.events .events-box .event .date-big .month2 {
		font-size: 12px;
		line-height: 12px
	}
}

.events .events-box .event .event-photo .photo {
	width: 100%;
	height: 250px;
	background: no-repeat center center;
	background-size: cover;
	position: relative
}

.events .events-box .event .event-photo .photo.logo {
	background: no-repeat top center;
	background-size: contain
}

.events .events-box .event .event-photo .photo a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block
}

.events .events-box .event .event-photo .small-date {
	margin-top: 20px
}

.events .events-box .event .event-photo .small-date .date-icon {
	float: left;
	width: 25px;
	height: 25px;
	margin-right: 20px;
	background-size: 25px 25px
}

.events .events-box .event .event-photo .small-date .date-text {
	padding-top: 2px;
	font-size: 15px;
	font-weight: lighter
}

.events .events-box .event .event-photo .event-map {
	margin-top: 20px;
	margin-bottom: 20px
}

.events .events-box .event .event-photo .event-map .map-icon {
	float: left;
	width: 25px;
	height: 33px;
	margin-right: 20px;
	background-size: 20px 33px
}

.events .events-box .event .event-photo .event-map .map-text {
	padding-top: 2px;
	font-size: 15px;
	font-weight: lighter
}

.events .events-box .event .event-photo .event-map .map-text a {
	font-size: 14px;
	font-weight: lighter
}

.events .events-box .event .event-content .event-title {
	color: #2CA7DF;
	font-size: 24px;
	line-height: 24px
}

.events .events-box .event .event-content .event-text {
	margin: 20px 0 35px
}

.events .events-box .event .event-content .event-links {
	margin-bottom: 35px
}

.events .events-box .event .event-content .event-links a {
	width: 110px
}

.events .events-box .event .event-content .event-links .event-more-info {
	float: left;
	margin-right: 60px
}

.events .events-box .event .event-content .event-attending .attending-title {
	font-weight: 400
}

.events .events-box .event .event-content .event-attending .attending-person {
	width: 50%;
	float: left;
	margin-top: 20px
}

.events .events-box .event .event-content .event-attending .attending-person .attending-person-image {
	width: 65px;
	height: 65px;
	float: left;
	margin-right: 20px
}

.events .events-box .event .event-content .event-attending .attending-person .attending-person-image img {
	width: 100%;
	height: 100%;
	border-radius: 32px
}

.events .events-box .event .event-content .event-attending .attending-person .attending-person-text {
	height: 65px;
	display: table-cell;
	vertical-align: middle
}

.events .events-box .event .full-map-block {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.events .events-box .event .full-map-block .map-block-outer {
	display: table;
	height: 100%;
	width: 100%
}

.events .events-box .event .full-map-block .map-block-outer .map-block-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%
}

.events .events-box .event .full-map-block .map-block-outer .map-block-inner .map-block {
	display: table;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	display: inline-block;
	text-align: left;
	position: relative
}

.events .events-box .event .full-map-block .map-block-outer .map-block-inner .map-block .acf-map {
	width: 600px;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0
}

.events .events-box .event .full-map-block .map-block-outer .map-block-inner .map-block .map-close {
	cursor: pointer;
	position: absolute;
	z-index: 1102;
	top: -40px;
	right: -40px;
	height: 35px;
	width: 35px;
	background-size: 35px
}

.events .events-box .event .full-map-block.show {
	visibility: visible;
	opacity: 1;
	z-index: 11101
}

.events .events-box .modal {
	display: none;
	position: fixed;
	z-index: 1100;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 33, 46, .8)
}

.events .events-box .modal.show {
	display: block
}

.tutorial-lang-selection .div-label {
	position: relative;
	margin-top: 30px
}

@media (max-width:768px) {
	.tutorial-lang-selection .div-label {
		margin-top: 15px
	}
}

.tutorial-lang-selection .div-label #tutorial-lang {
	width: 130px;
	float: right
}

.tutorial-lang-selection .div-label #tutorial-lang:focus {
	outline: 0
}

.tutorial-lang-selection .div-label:after {
	border-radius: 3px;
	background-size: 60% auto;
	content: ' ';
	width: 30px;
	height: 38px;
	right: 1px;
	top: 1px;
	position: absolute;
	pointer-events: none
}

.pages-footer {
	background-color: #fff;
	border-top: 1px #e2e2e2 solid;
	font-size: 20px;
	font-family: Radikal, sans-serif;
	padding: 50px 0;
	font-weight: lighter;
	margin-top: 55px;
	color: #333
}

.pages-footer div {
	text-align: center
}

.pages-footer .footer-header {
	font-size: 40px;
	font-family: Radikal, sans-serif
}

@media (max-width:768px) {
	.pages-footer .footer-header {
		font-size: 32px
	}
}

@media (max-width:480px) {
	.pages-footer .footer-header {
		font-size: 24px
	}
}

.pages-footer button {
	width: 190px;
	margin: 40px auto
}

.pages-footer .footer-teammembers {
	margin-top: 20px
}

.pages-footer .footer-teammembers .teammember {
	width: 110px;
	display: inline-block;
	margin: 20px 30px 0
}

.pages-footer .footer-teammembers .teammember img {
	width: 110px;
	border-radius: 55px;
	margin-bottom: 25px
}

.pages-footer p {
	font-size: 15px
}

.tutorials h1 {
	font-size: 65px;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 70px
}

@media (max-width:992px) {
	.tutorials h1 {
		font-size: 50px
	}
}

@media (max-width:768px) {
	.tutorials h1 {
		margin-top: 50px;
		font-size: 40px
	}
}

@media (max-width:480px) {
	.tutorials h1 {
		margin-top: 35px;
		font-size: 30px
	}
}

.tutorials .language-selection {
	margin-bottom: 15px
}

@media (max-width:480px) {
	.tutorials .language-selection {
		margin-bottom: 10px
	}
}

.tutorials .tutorials-subtitle {
	font-family: Radikal, sans-serif;
	font-size: 40px;
	padding-bottom: 60px
}

@media (max-width:992px) {
	.tutorials .tutorials-subtitle {
		font-size: 35px;
		padding-bottom: 45px
	}
}

@media (max-width:768px) {
	.tutorials .tutorials-subtitle {
		font-size: 28px;
		padding-bottom: 45px
	}
}

@media (max-width:480px) {
	.tutorials .tutorials-subtitle {
		font-size: 20px;
		padding-bottom: 30px
	}
}

.tutorials .tutorials-icons .col-xs-4 {
	margin-bottom: 20px
}

@media (max-width:480px) {
	.tutorials .tutorials-icons .col-xs-4 {
		width: 50%
	}
}

.tutorials .tutorials-icons .tutorials-icon {
	border: 1px #e2e2e2 solid;
	position: relative;
	overflow: hidden
}

.tutorials .tutorials-icons .tutorials-icon:before {
	content: '';
	display: block;
	padding-top: 100%
}

.tutorials .tutorials-icons .tutorials-icon a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 1.2;
	padding-top: 72%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.tutorials .tutorials-icons .tutorials-icon a:hover:before {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.tutorials .tutorials-icons .tutorials-icon a:before {
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1);
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.tutorials .tutorials-icons .tutorials-icon a.icon-en:before {
	background-size: auto 43%
}

.tutorials .tutorials-icons .tutorials-icon a.icon-nl:before {
	background-size: auto 43%
}

.tutorials .tutorials-icons .tutorials-icon a.icon-de:before {
	background-size: auto 43%
}

.tutorials .tutorials-icons .tutorials-icon a.icon-fr:before {
	background-size: auto 43%
}

.tutorials .tutorials-icons .tutorials-icon a.icon-es:before {
	background-size: auto 43%
}

.tutorials .tutorials-icons .tutorials-icon a.icon-it:before {
	background-size: auto 43%
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	padding: 20px;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-transition: all .4s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .4s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .4s cubic-bezier(.35, 0, .35, 1);
	transition: all .4s cubic-bezier(.35, 0, .35, 1)
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide div {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px gray solid
}

.slick-slide div:before,
.slick-slide.portrait div:before {
	content: '';
	padding-top: 125%;
	display: inline-block
}

.slick-slide.landscape div:before {
	content: '';
	padding-top: 80%;
	display: inline-block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-center {
	transform: scale(1.08)
}

.slick-next,
.slick-prev {
	position: absolute;
	display: block;
	height: 40px;
	width: 30px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 50%;
	margin-top: -15px;
	padding: 0;
	border: none;
	outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	outline: 0;
	background: 0 0;
	color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 40px;
	width: 30px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat
}

.slick-prev {
	left: -35px
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -35px
}

.slick-prev:before {
	content: "";
}

[dir=rtl] .slick-prev:before {
	content: "";
}

.slick-next {
	right: -35px
}

[dir=rtl] .slick-next {
	left: -35px;
	right: auto
}

.slick-next:before {
	content: "";
}

[dir=rtl] .slick-next:before {
	content: "";
}

.slick-slider {
	margin-bottom: 20px
}

.slick-slider-caption {
	margin-bottom: 20px
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: 0 0;
	display: block;
	height: 20px;
	width: 20px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}

.get-new-phone {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-font-smoothing: subpixel-antialiased;
	-ms-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
	background-color: #2CA7DF;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #2CA7DF), color-stop(100%, #116faa));
	background-image: -webkit-linear-gradient(left, color-stop(#2CA7DF 0), color-stop(#116faa 100%));
	background-image: linear-gradient(to right, #2CA7DF 0, #116faa 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2CA7DF', endColorstr='#ff116faa', GradientType=1);
	padding: 20px 0;
	color: #fff;
	text-align: center
}

@media (min-width:768px) {
	.get-new-phone {
		text-align: left
	}
}

.get-new-phone .row {
	position: relative
}

.get-new-phone h3 {
	margin: 0 0 5px 0;
	font-weight: 300
}

.get-new-phone h4 {
	margin: 0;
	font-weight: 300
}

.get-new-phone .action-button {
	color: #fff;
	font-size: 15px
}

.get-new-phone input,
.get-new-phone select {
	border: 0 #fff solid;
	border-radius: 0;
	color: #333;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.get-new-phone input:focus,
.get-new-phone select:focus {
	outline: 0
}

.get-new-phone input.error,
.get-new-phone select.error {
	border-color: #2CA7DF;
	outline: 0;
	-webkit-box-shadow: inset 0 0 7px rgba(210, 18, 66, .8);
	-moz-box-shadow: inset 0 0 7px rgba(210, 18, 66, .8);
	box-shadow: inset 0 0 7px rgba(210, 18, 66, .8)
}

.get-new-phone select {
	max-width: 100%;
	border-radius: 0;
	-webkit-appearance: none
}

.get-new-phone .error-msg.invisible,
.get-new-phone .form-content.invisible,
.get-new-phone .loading.invisible,
.get-new-phone .success-msg.invisible {
	visibility: hidden
}

.get-new-phone .error-msg,
.get-new-phone .loading,
.get-new-phone .success-msg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.get-new-phone .error-msg {
	color: #2CA7DF
}

.get-new-phone .form-result {
	display: table;
	width: 100%;
	height: 100%
}

.get-new-phone .form-result .form-result-inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center
}

@media (min-width:992px) {
	.get-new-phone .form-title {
		padding-left: 20px
	}
}

.get-new-phone .form-block {
	position: relative;
	margin-top: 15px
}

@media (min-width:768px) {
	.get-new-phone .form-block {
		margin-top: 20px
	}
}

@media (min-width:992px) {
	.get-new-phone .form-block {
		margin-top: 8px
	}
}

@media (min-width:480px) {
	.get-new-phone .form-block .form-input {
		margin-right: 88px
	}
}

.get-new-phone .form-block .form-input div {
	width: 50%;
	float: left
}

@media (min-width:480px) {
	.get-new-phone .form-block .form-input div {
		padding-right: 15px
	}
}

.get-new-phone .form-block .form-input div:first-child {
	padding-right: 7px
}

@media (min-width:480px) {
	.get-new-phone .form-block .form-input div:first-child {
		padding-right: 15px
	}
}

.get-new-phone .form-block .form-input div:last-child {
	padding-left: 7px;
	position: relative
}

@media (min-width:480px) {
	.get-new-phone .form-block .form-input div:last-child {
		padding-left: 0
	}
}

.get-new-phone .form-block .form-input div:last-child:after {
	background-size: 60% auto;
	content: ' ';
	width: 30px;
	height: 40px;
	right: 0;
	top: 0;
	position: absolute;
	pointer-events: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s cubic-bezier(.35, 0, .35, 1);
	transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s cubic-bezier(.35, 0, .35, 1)
}

@media (min-width:480px) {
	.get-new-phone .form-block .form-input div:last-child:after {
		right: 15px
	}
}

.get-new-phone .form-block .form-input div:last-child.error:after {
	-webkit-box-shadow: inset 0 8px 7px -8px rgba(210, 18, 66, .8), inset 0 -8px 7px -8px rgba(210, 18, 66, .8), inset -8px 0 7px -8px rgba(210, 18, 66, .8);
	-moz-box-shadow: inset 0 8px 7px -8px rgba(210, 18, 66, .8), inset 0 -8px 7px -8px rgba(210, 18, 66, .8), inset -8px 0 7px -8px rgba(210, 18, 66, .8);
	box-shadow: inset 0 8px 7px -8px rgba(210, 18, 66, .8), inset 0 -8px 7px -8px rgba(210, 18, 66, .8), inset -8px 0 7px -8px rgba(210, 18, 66, .8)
}

.get-new-phone .form-block .action-button {
	margin-top: 10px
}

@media (min-width:480px) {
	.get-new-phone .form-block .action-button {
		margin-top: 0
	}
}

.get-new-phone .form-block input[type=submit] {
	position: static;
	margin: 10px auto 0
}

@media (min-width:480px) {
	.get-new-phone .form-block input[type=submit] {
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 0
	}
}

.t-mobile-banner {
	background: #fff;
	padding: 25px 0;
	border-bottom: 1px solid #d1d4d4
}

.t-mobile-banner .banner-icon {
	text-align: center
}

.t-mobile-banner .banner-icon img {
	margin: 0 auto;
	text-align: center
}

.t-mobile-banner .banner-text {
	padding-left: 20px;
	font-size: 18px;
	line-height: 2
}

.t-mobile-banner .banner-action {
	margin-top: 20px
}

@media (min-width:768px) {
	.t-mobile-banner .banner-action {
		margin-top: 0;
		text-align: right
	}
}

.t-mobile-banner .banner-action .banner-image,
.t-mobile-banner .banner-action .btn {
	display: inline-block
}

.t-mobile-banner .banner-action .action-button {
	margin-right: 20px;
	border-radius: 4px;
	font-size: 15px;
	padding: 6px 12px
}

.form-page .editorial-content {
	padding-top: 55px
}

.form-page h2 {
	font-size: 40px;
	margin-bottom: 40px
}

@media (max-width:768px) {
	.form-page h2 {
		font-size: 32px;
		margin-bottom: 20px
	}
}

.form-page .subtitle {
	margin-top: 0
}

.form-page .page-header.main-title {
	margin-bottom: 0
}

.form-page .description.success {
	text-align: center
}

.form-page .sign-up-form {
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
	margin-bottom: 60px
}

@media (max-width:768px) {
	.form-page .sign-up-form {
		padding: 20px 50px
	}
}

@media (max-width:768px) {
	.form-page .sign-up-form {
		padding: 20px
	}
}

.form-page .sign-up-form #mc_embed_download_form_success {
	display: none
}

.form-page .sign-up-form .indicates-required {
	color: #2CA7DF
}

.form-page .sign-up-form .error-msg {
	color: #f286b6;
	display: none
}

.form-page .sign-up-form input[type=email].error,
.form-page .sign-up-form input[type=text].error,
.form-page .sign-up-form select.error {
	border-color: #2CA7DF;
	outline: 0;
	-webkit-box-shadow: inset 0 0 7px rgba(210, 18, 66, .8);
	-moz-box-shadow: inset 0 0 7px rgba(210, 18, 66, .8);
	box-shadow: inset 0 0 7px rgba(210, 18, 66, .8)
}

.form-page .sign-up-form #mc_embed_signup_scroll h2 {
	display: none
}

.form-page .sign-up-form select {
	border-radius: 0;
	-webkit-appearance: none
}

.form-page .sign-up-form .mc-select-box {
	position: relative
}

.form-page .sign-up-form .mc-select-box:after {
	background-size: 60% auto;
	content: ' ';
	width: 30px;
	height: 38px;
	right: 11px;
	top: 1px;
	position: absolute;
	pointer-events: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s cubic-bezier(.35, 0, .35, 1);
	transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s cubic-bezier(.35, 0, .35, 1)
}

@media (min-width:480px) {
	.form-page .sign-up-form .mc-select-box:after {
		right: 11px
	}
}

.form-page .sign-up-form .mc-select-box.error:after {
	-webkit-box-shadow: inset 0 8px 7px -8px rgba(210, 18, 66, .8), inset 0 -8px 7px -8px rgba(210, 18, 66, .8), inset -8px 0 7px -8px rgba(210, 18, 66, .8);
	-moz-box-shadow: inset 0 8px 7px -8px rgba(210, 18, 66, .8), inset 0 -8px 7px -8px rgba(210, 18, 66, .8), inset -8px 0 7px -8px rgba(210, 18, 66, .8);
	box-shadow: inset 0 8px 7px -8px rgba(210, 18, 66, .8), inset 0 -8px 7px -8px rgba(210, 18, 66, .8), inset -8px 0 7px -8px rgba(210, 18, 66, .8)
}

.form-page .sign-up-form .download-form-text,
.form-page .sign-up-form .error-msg {
	font-size: 18px;
	font-weight: 400
}

@media (max-width:767px) {
	.form-page .sign-up-form .download-form-text,
	.form-page .sign-up-form .error-msg {
		font-size: 15px
	}
}

.form-page .sign-up-form .asterisk {
	color: #2CA7DF
}

.form-page .sign-up-form .mc-field-how-other,
.form-page .sign-up-form .mc-field-if-no,
.form-page .sign-up-form .mc-field-if-yes,
.form-page .sign-up-form .mc-field-type-other,
.form-page .sign-up-form .mc-field-who-other {
	display: none
}

.form-page .sign-up-form .mc-field-how-other,
.form-page .sign-up-form .mc-field-type-other,
.form-page .sign-up-form .mc-field-who-other {
	clear: both
}

@media (max-width:480px) {
	.form-page .sign-up-form .mc-field-how-other .col-xs-6,
	.form-page .sign-up-form .mc-field-type-other .col-xs-6,
	.form-page .sign-up-form .mc-field-who-other .col-xs-6 {
		width: 100%
	}
}

.form-page .sign-up-form .mc-field-group {
	padding-bottom: 25px;
	font-size: 15px
}

@media (max-width:767px) {
	.form-page .sign-up-form .mc-field-group {
		font-size: 14px
	}
}

@media (max-width:480px) {
	.form-page .sign-up-form .mc-field-group.col-xs-6 {
		width: 100%
	}
}

.form-page .sign-up-form .mc-field-group label {
	display: none
}

.form-page .sign-up-form .mc-field-group li label {
	display: inline-block
}

.form-page .sign-up-form .mc-field-group-title {
	font-weight: 400;
	margin-bottom: 15px
}

.form-page .sign-up-form .mc-field-option {
	margin-bottom: 15px;
	margin-right: 30px;
	float: left
}

.form-page .sign-up-form .mc-field-option label {
	display: inline-block
}

.form-page .sign-up-form .mc-field-option input[type=checkbox],
.form-page .sign-up-form .mc-field-option input[type=radio] {
	display: none
}

.form-page .sign-up-form .mc-field-option input[type=checkbox]:checked+label:before,
.form-page .sign-up-form .mc-field-option input[type=radio]:checked+label:before {
	background-color: #2CA7DF
}

.form-page .sign-up-form .mc-field-option input[type=checkbox].error+label:before,
.form-page .sign-up-form .mc-field-option input[type=radio].error+label:before {
	border: 1px #2CA7DF solid
}

.form-page .sign-up-form .mc-field-option label {
	line-height: 17px;
	margin-bottom: 0;
	vertical-align: middle;
	cursor: pointer;
	font-size: inherit;
	font-weight: inherit
}

.form-page .sign-up-form .mc-field-option label:before {
	content: '';
	margin-right: 10px;
	float: left;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px #999 solid;
	background-color: transpatent;
	-webkit-box-shadow: inset #fff 2px 0 0, inset #fff 0 2px 0, inset #fff -2px 0 0, inset #fff 0 -2px 0;
	-moz-box-shadow: inset #fff 2px 0 0, inset #fff 0 2px 0, inset #fff -2px 0 0, inset #fff 0 -2px 0;
	box-shadow: inset #fff 2px 0 0, inset #fff 0 2px 0, inset #fff -2px 0 0, inset #fff 0 -2px 0
}

.form-page .sign-up-form .mc-field-option.checkbox-block label:before {
	border-radius: 0
}

.form-page .sign-up-form .explanation {
	font-size: 12px;
	font-weight: 400;
	margin-top: 30px
}

.form-page .sign-up-form .show-download-form-close {
	cursor: pointer;
	position: absolute;
	z-index: 1102;
	top: 25px;
	right: 25px;
	height: 17px;
	width: 17px
}

@media (max-width:768px) {
	.form-page .sign-up-form .show-download-form-close {
		top: 15px;
		right: 15px
	}
}

.form-page .sign-up-form .show-download-form-close svg text {
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1);
	fill: #333
}

.form-page .sign-up-form .show-download-form-close:hover svg text {
	fill: #2CA7DF
}

.fairphone3 {
	max-width: 1160px;
	margin: 0 auto
}

.fairphone3 .welcome {
	padding: 40px 15px 60px
}

.fairphone3 .welcome img {
	width: 40%;
	height: auto;
	max-width: 280px
}

@media (min-width:992px) {
	.fairphone3 .welcome.desktop {
		display: none
	}
}

@media (min-width:480px) {
	.fairphone3 .welcome.desktop img {
		width: 25%
	}
}

.fairphone3 .video {
	width: 100%;
	height: 100%;
	opacity: 1
}

.fairphone3 .video canvas {
	display: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (min-width:992px) {
	.fairphone3 .video.desktop {
		background-repeat: no-repeat;
		background-position: center;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		top: 0;
		left: 0;
		position: fixed;
		overflow: hidden;
		-webkit-perspective: 2000px;
		perspective: 2000px
	}
}

@media (min-width:992px) {
	.fairphone3 .video.desktop canvas {
		display: block
	}
}

@media (min-width:992px) {
	.fairphone3 .video.desktop .video.blur-video {
		display: block
	}
}

.fairphone3 .video.blur-video {
	top: 0;
	left: 0;
	position: fixed;
	overflow: hidden;
	display: none;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	transition: all .3s cubic-bezier(.35, 0, .35, 1);
	opacity: 0;
	visibility: hidden;
	z-index: 300
}

.fairphone3 .video.blur-video.blur {
	opacity: 1;
	visibility: visible
}

.fairphone3 .video.blur-video .blur-video-inner {
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-filter: saturate(50%);
	filter: saturate(50%)
}

.fairphone3 .video.blur-video .darken {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 20;
	background-color: rgba(0, 0, 0, .5)
}

.fairphone3 .loading-screen {
	display: none;
	background-color: rgba(0, 0, 0, .65);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	transition: all .3s cubic-bezier(.35, 0, .35, 1)
}

@media (min-width:992px) {
	.fairphone3 .loading-screen.desktop {
		display: block
	}
}

.fairphone3 .loading-screen.invisible {
	opacity: 0;
	visibility: hidden
}

.fairphone3 .loading-screen.loaded {
	background-color: rgba(0, 0, 0, .35);
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transition: all .5s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .5s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .5s cubic-bezier(.35, 0, .35, 1);
	transition: all .5s cubic-bezier(.35, 0, .35, 1)
}

.fairphone3 .loading-screen.loaded .loading-indicator {
	opacity: 0
}

.fairphone3 .loading-screen.loaded .description {
	opacity: 0
}

.fairphone3 .loading-screen .loading-screen-outer {
	display: table;
	width: 100%;
	height: 100%
}

.fairphone3 .loading-screen .loading-screen-outer .loading-screen-inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased
}

.fairphone3 .loading-screen .loading-screen-outer .loading-screen-inner h1 {
	margin-bottom: 0
}

.fairphone3 .loading-screen .loading-screen-outer .loading-screen-inner h1+h2 {
	margin-top: 0
}

.fairphone3 .loading-screen .loading-screen-outer .loading-screen-inner .description {
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	transition: all .3s cubic-bezier(.35, 0, .35, 1)
}

.fairphone3 .loading-screen .loading-screen-outer .loading-screen-inner .sugnup-button {
	margin: 30px 0 20px
}

.fairphone3 .loading-screen .loading-screen-outer .loading-screen-inner .loading-indicator {
	width: 300px;
	margin: 20px auto;
	height: 7px;
	border-radius: 3px;
	overflow: hidden;
	background-color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	transition: all .3s cubic-bezier(.35, 0, .35, 1)
}

.fairphone3 .loading-screen .loading-screen-outer .loading-screen-inner .loading-indicator .loading-indicator-fill {
	width: 0;
	background-color: #2CA7DF;
	height: 7px;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	transition: all .3s cubic-bezier(.35, 0, .35, 1)
}

.fairphone3 .loading-screen .loading-screen-outer .loading-screen-inner #too-long {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

.fairphone3 .loading-screen .loading-screen-outer .loading-screen-inner #too-long p {
	margin: 40px 0 20px;
	font-size: 18px
}

.fairphone3 .loading-screen .loading-screen-outer .loading-screen-inner #too-long a {
	color: #fff;
	text-decoration: underline
}

.fairphone3 .loading-screen .loading-screen-outer .loading-screen-inner #too-long a:hover {
	text-decoration: none
}

.fairphone3 .loading-screen .loading-screen-outer .loading-screen-inner #too-long.active {
	opacity: 1;
	visibility: visible
}

.fairphone3 .chapters {
	display: none;
	text-align: center;
	padding-top: 50px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	height: 200px;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: repeat-x;
	background-position: center top;
	-webkit-transition: opacity .3s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: opacity .3s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: opacity .3s cubic-bezier(.35, 0, .35, 1);
	transition: opacity .3s cubic-bezier(.35, 0, .35, 1);
	opacity: 0
}

.fairphone3 .chapters.loaded {
	opacity: 1
}

@media (min-width:992px) {
	.fairphone3 .chapters.desktop {
		display: block
	}
}

.fairphone3 .chapters .chapter {
	vertical-align: top;
	display: inline-block;
	width: auto;
	margin: 0 25px;
	position: relative;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .5);
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fairphone3 .chapters .chapter.logo {
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 86px;
	height: 20px;
	opacity: .5;
	content: ''
}

.fairphone3 .chapters .chapter.logo.active {
	opacity: 1
}

.fairphone3 .chapters .chapter:first-child {
	margin-left: 0
}

.fairphone3 .chapters .chapter:first-child:before {
	display: none
}

.fairphone3 .chapters .chapter:last-child {
	margin-right: 0
}

.fairphone3 .chapters .chapter:before {
	text-align: left;
	content: 'designed for';
	text-transform: uppercase;
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	font-size: 9px;
	opacity: 0;
	-webkit-transform: translate3d(0, 5px, 0);
	-moz-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	transition: all .3s cubic-bezier(.35, 0, .35, 1)
}

.fairphone3 .chapters .chapter:last-child:before {
	content: ''
}

.fairphone3 .chapters .chapter.active {
	color: #fff
}

.fairphone3 .chapters .chapter.active:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.fairphone3 .phone-information h2 {
	position: absolute;
	width: 300px;
	z-index: 1000;
	display: none;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-webkit-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
	-ms-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased
}

.fairphone3 .phone-information h2.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.fairphone3 .phone-information h2 a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1);
	margin: -5px -10px;
	padding: 5px 10px;
	border-radius: 2px;
	background-color: transparent
}

.fairphone3 .phone-information h2 a:after {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
	height: 2px;
	content: '';
	background-color: #fff
}

.fairphone3 .phone-information h2 a:hover {
	background-color: #2CA7DF
}

.fairphone3 .phone-information h2 a:hover:after {
	opacity: 0
}

.fairphone3 .phone-information h2:nth-child(1) {
	top: 15%;
	right: 70%;
	text-align: right;
	font-size: 24px
}

.fairphone3 .phone-information h2:nth-child(2) {
	top: 30%;
	right: 70%;
	text-align: right;
	font-size: 24px
}

.fairphone3 .phone-information h2:nth-child(3) {
	top: 45%;
	right: 70%;
	text-align: right;
	font-size: 24px
}

.fairphone3 .phone-information h2:nth-child(4) {
	top: 60%;
	right: 70%;
	text-align: right;
	font-size: 24px
}

.fairphone3 .phone-information h2:nth-child(5) {
	top: 30%;
	left: 70%
}

.fairphone3 .phone-information h2:nth-child(6) {
	top: 50%;
	left: 70%
}

@media (min-width:992px) {
	.fairphone3 .phone-information.desktop h2 {
		display: block
	}
}

@media (min-width:992px) {
	.fairphone3 .buttons.desktop {
		position: absolute;
		bottom: 4%;
		left: 0;
		height: 300px;
		text-align: center;
		width: 100%;
		z-index: 110;
		opacity: 0;
		-webkit-transition: .3s;
		transition: .3s;
		-webkit-transition: all .3s cubic-bezier(.35, 0, .35, 1);
		-moz-transition: all .3s cubic-bezier(.35, 0, .35, 1);
		-ms-transition: all .3s cubic-bezier(.35, 0, .35, 1);
		transition: all .3s cubic-bezier(.35, 0, .35, 1);
		visibility: hidden
	}
}

@media (min-width:992px) {
	.fairphone3 .buttons.desktop.loaded {
		opacity: 1;
		visibility: visible
	}
}

@media (min-width:992px) {
	.fairphone3 .buttons.desktop .chapter-header {
		display: none
	}
}

@media (min-width:992px) {
	.fairphone3 .buttons.desktop .phone-info {
		display: none
	}
}

@media (min-width:992px) {
	.fairphone3 .buttons.desktop .button:first-child {
		display: block
	}
}

@media (min-width:992px) {
	.fairphone3 .buttons.desktop .button {
		-webkit-transform: translate3d(0, 10px, 0);
		-moz-transform: translate3d(0, 10px, 0);
		-ms-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
		overflow: visible;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		visibility: hidden;
		opacity: 0;
		background-color: transparent;
		padding: 0;
		border: 0
	}
}

@media (min-width:992px) {
	.fairphone3 .buttons.desktop .button .open:last-child {
		margin-bottom: 0
	}
}

@media (min-width:992px) {
	.fairphone3 .buttons.desktop .button .open {
		margin-bottom: 0
	}
}

@media (min-width:992px) {
	.fairphone3 .buttons.desktop .button .share-title,
	.fairphone3 .buttons.desktop .button .shariff {
		display: inline-block;
		vertical-align: middle;
		margin: 25px 15px 0;
		color: #fff
	}
}

.fairphone3 .buttons .chapter-header {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #fff;
	margin: 0
}

.fairphone3 .buttons .chapter-header:before {
	content: '';
	display: inline-block;
	padding-top: 62.5%
}

.fairphone3 .buttons .chapter-header:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	-moz-background-size: 100% 50%;
	-webkit-background-size: 100% 50%;
	-o-background-size: 100% 50%;
	background-size: 100% 50%;
	background-repeat: repeat-x;
	background-position: center bottom
}

.fairphone3 .buttons .chapter-header h3 {
	position: absolute;
	bottom: 13%;
	left: 0;
	width: 100%;
	z-index: 110;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	font-size: 20px
}

@media (min-width:480px) {
	.fairphone3 .buttons .chapter-header h3 {
		font-size: 24px
	}
}

@media (min-width:768px) {
	.fairphone3 .buttons .chapter-header h3 {
		font-size: 32px
	}
}

.fairphone3 .buttons .phone-info {
	padding-bottom: 25px
}

.fairphone3 .buttons .phone-info h4 br {
	display: none
}

.fairphone3 .buttons .phone-info h4 a {
	display: none
}

.fairphone3 .buttons .button {
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	transition: all .3s cubic-bezier(.35, 0, .35, 1);
	text-align: center;
	background-color: #f2f2f2;
	padding: 20px 0;
	display: block
}

.fairphone3 .buttons .button:last-child {
	background-color: transparent
}

.fairphone3 .buttons .button:first-child {
	display: none
}

.fairphone3 .buttons .button.active {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible
}

.fairphone3 .buttons .button .open {
	display: inline-block;
	margin: 0 15px;
	width: 280px;
	height: 95px;
	cursor: pointer;
	overflow: hidden;
	font-size: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	margin-bottom: 20px;
	vertical-align: top
}

.fairphone3 .buttons .button .open:last-child {
	margin-bottom: 40px
}

@media (min-width:480px) {
	.fairphone3 .buttons .button .open {
		width: 305px
	}
}

.fairphone3 .buttons .button .open .picture,
.fairphone3 .buttons .button .open .text {
	vertical-align: top;
	height: 95px;
	display: inline-block;
	border: 0
}

.fairphone3 .buttons .button .open .picture {
	width: 155px;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

@media (min-width:480px) {
	.fairphone3 .buttons .button .open .picture {
		width: 180px
	}
}

.fairphone3 .buttons .button .open .picture .picture-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.fairphone3 .buttons .button .open:hover .picture-bg {
	-webkit-transform: rotateX(.01deg) scale(1.05);
	-moz-transform: rotateX(.01deg) scale(1.05);
	-ms-transform: rotateX(.01deg) scale(1.05);
	transform: rotateX(.01deg) scale(1.05)
}

.fairphone3 .buttons .button .open:hover .text span {
	color: #2CA7DF
}

.fairphone3 .buttons .button .open .text {
	width: 125px;
	background-color: #fff;
	font-weight: 400;
	padding: 10px 13px;
	font-size: 15px;
	text-align: left;
	line-height: 1.2;
	color: #333
}

.fairphone3 .buttons .button .open .text:after {
	clear: both
}

.fairphone3 .buttons .button .open .text span {
	font-weight: 300;
	font-size: 14px;
	-webkit-transition: color .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: color .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: color .15s cubic-bezier(.35, 0, .35, 1);
	transition: color .15s cubic-bezier(.35, 0, .35, 1);
	color: #2CA7DF
}

.fairphone3 .buttons .button .share-title,
.fairphone3 .buttons .button .shariff {
	font-size: 14px;
	margin: 25px 0 20px
}

.fairphone3 .buttons .button .share-title:last-child,
.fairphone3 .buttons .button .shariff:last-child {
	margin-top: 20px
}

.fairphone3 .buttons .button .share-title li,
.fairphone3 .buttons .button .shariff li {
	margin: 0 15px
}

.fairphone3 .buttons .button .shariff {
	margin-left: 0;
	margin-right: 0
}

.fairphone3 .buttons .button .scroll-button {
	display: inline-block;
	margin: 0 auto;
	text-transform: uppercase;
	-webkit-animation: nextslide linear 1.5s infinite;
	-moz-animation: nextslide linear 1.5s infinite;
	-ms-animation: nextslide linear 1.5s infinite;
	animation: nextslide linear 1.5s infinite;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	font-weight: 300
}

.fairphone3 .buttons .button .scroll-button img {
	display: block;
	margin: 13px auto 0;
	width: 25px;
	height: auto;
	border: 0
}

.fairphone3 .slides {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	-moz-background-size: 100% 250px;
	-webkit-background-size: 100% 250px;
	-o-background-size: 100% 250px;
	background-size: 100% 250px;
	background-repeat: repeat-x;
	background-position: center bottom;
	-webkit-transition: opacity .3s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: opacity .3s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: opacity .3s cubic-bezier(.35, 0, .35, 1);
	transition: opacity .3s cubic-bezier(.35, 0, .35, 1);
	opacity: 0
}

.fairphone3 .slides strong {
	font-weight: inherit
}

.fairphone3 .slides.loaded {
	opacity: 1
}

@media (min-width:992px) {
	.fairphone3 .slides.desktop {
		display: block
	}
}

.fairphone3 .slides .slide {
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	color: #fff;
	-webkit-transform: translate3d(0, -40px, 0);
	-moz-transform: translate3d(0, -40px, 0);
	-ms-transform: translate3d(0, -40px, 0);
	transform: translate3d(0, -40px, 0);
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .3s cubic-bezier(.35, 0, .35, 1);
	transition: all .3s cubic-bezier(.35, 0, .35, 1)
}

.fairphone3 .slides .slide.active {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.fairphone3 .slides .slide.slide0,
.fairphone3 .slides .slide.slide1,
.fairphone3 .slides .slide.slide2,
.fairphone3 .slides .slide.slide3,
.fairphone3 .slides .slide.slide4,
.fairphone3 .slides .slide.slide5,
.fairphone3 .slides .slide.slide6 {
	bottom: 5%;
	padding-bottom: 110px
}

.fairphone3 .slides .slide h2 {
	font-size: 40px
}

.fairphone3 .slides .slide h2 br {
	display: none
}

.fairphone3 .overlays {
	-webkit-perspective: 1600px;
	perspective: 1600px
}

@media (min-width:992px) {
	.fairphone3 .overlays.desktop {
		top: 0;
		left: 0;
		z-index: 500;
		width: 100%;
		position: absolute;
		opacity: 0;
		visibility: hidden;
		height: 100%
	}
}

@media (min-width:992px) {
	.fairphone3 .overlays.desktop .overlay {
		max-width: 935px
	}
}

.fairphone3 .overlays .overlay-outer {
	display: table;
	width: 100%;
	height: 100%
}

.fairphone3 .overlays .overlay-outer .overlay-inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle
}

.fairphone3 .overlays .overlay {
	width: 100%;
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	display: none;
	opacity: 0;
	-webkit-transition: .25s;
	transition: .25s;
	-webkit-transition: all .25s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .25s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .25s cubic-bezier(.35, 0, .35, 1);
	transition: all .25s cubic-bezier(.35, 0, .35, 1);
	-webkit-transform: rotateX(20deg) scale(.85) translate3d(0, 50px, 0);
	-moz-transform: rotateX(20deg) scale(.85) translate3d(0, 50px, 0);
	-ms-transform: rotateX(20deg) scale(.85) translate3d(0, 50px, 0);
	transform: rotateX(20deg) scale(.85) translate3d(0, 50px, 0)
}

.fairphone3 .overlays .overlay.show-me {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.fairphone3 .overlays .overlay .close-overlay {
	display: none;
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 510;
	right: 25px;
	top: 25px;
	-moz-background-size: 20px;
	-webkit-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px
}

@media (min-width:992px) {
	.fairphone3 .overlays .overlay .close-overlay {
		display: block
	}
}

.fairphone3 .overlays.visible {
	opacity: 1;
	visibility: visible
}

.fairphone3 .overlays .common-block {
	width: 100%;
	table-layout: fixed;
	min-height: 580px
}

@media (min-width:768px) {
	.fairphone3 .overlays .common-block {
		display: table
	}
}

.fairphone3 .overlays .common-block iframe {
	max-width: 100%;
	margin: 0 auto
}

.fairphone3 .overlays .common-block img {
	width: 100%;
	max-width: 100%;
	height: auto
}

.fairphone3 .overlays .common-block h1,
.fairphone3 .overlays .common-block h2,
.fairphone3 .overlays .common-block h3,
.fairphone3 .overlays .common-block h4 {
	margin: 0
}

.fairphone3 .overlays .common-block .main-content-block {
	position: relative;
	width: auto;
	height: 100%;
	vertical-align: top;
	padding: 20px;
	background-color: #fff
}

@media (min-width:992px) {
	.fairphone3 .overlays .common-block .main-content-block.nosidebar {
		padding-top: 250px
	}
}

.fairphone3 .overlays .common-block .main-content-block.nosidebar .bgimage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 230px;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: none
}

@media (min-width:992px) {
	.fairphone3 .overlays .common-block .main-content-block.nosidebar .bgimage {
		display: block
	}
}

@media (min-width:768px) {
	.fairphone3 .overlays .common-block .main-content-block {
		display: table-cell;
		padding: 40px
	}
}

.fairphone3 .overlays .common-block .main-content-block .main-content-block-inner {
	max-width: 580px;
	margin: 0 auto
}

.fairphone3 .overlays .common-block .main-content-block .overlay-header {
	margin-bottom: 30px
}

.fairphone3 .overlays .common-block .main-content-block .overlay-header h1 {
	margin-bottom: 5px
}

.fairphone3 .overlays .common-block .main-content-block .video-block {
	text-align: center
}

.fairphone3 .overlays .common-block .main-content-block .button-block {
	text-align: center
}

.fairphone3 .overlays .common-block .main-content-block .share-buttons-block {
	text-align: center
}

.fairphone3 .overlays .common-block .main-content-block .share-buttons-block .share-title {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px
}

.fairphone3 .overlays .common-block .main-content-block .button-block,
.fairphone3 .overlays .common-block .main-content-block .extra-text-block,
.fairphone3 .overlays .common-block .main-content-block .picture-block,
.fairphone3 .overlays .common-block .main-content-block .posts-block,
.fairphone3 .overlays .common-block .main-content-block .share-buttons-block,
.fairphone3 .overlays .common-block .main-content-block .text-block,
.fairphone3 .overlays .common-block .main-content-block .video-block {
	margin-bottom: 25px
}

.fairphone3 .overlays .common-block .main-content-block .button-block:last-child,
.fairphone3 .overlays .common-block .main-content-block .extra-text-block:last-child,
.fairphone3 .overlays .common-block .main-content-block .picture-block:last-child,
.fairphone3 .overlays .common-block .main-content-block .posts-block:last-child,
.fairphone3 .overlays .common-block .main-content-block .share-buttons-block:last-child,
.fairphone3 .overlays .common-block .main-content-block .text-block:last-child,
.fairphone3 .overlays .common-block .main-content-block .video-block:last-child {
	margin-bottom: 0
}

@media (min-width:992px) {
	.fairphone3 .overlays .common-block .main-content-block .picture-block.nosidebar {
		display: none
	}
}

.fairphone3 .overlays .common-block .sidebar-block {
	height: 100%;
	vertical-align: top;
	background-color: #f2f2f2;
	padding: 20px;
	margin: 0 20px 20px
}

@media (min-width:768px) {
	.fairphone3 .overlays .common-block .sidebar-block {
		display: table-cell;
		width: 33%;
		padding: 65px 30px 40px;
		margin: 0
	}
}

.fairphone3 .overlays .common-block .sidebar-block img {
	margin-bottom: 15px
}

@media (min-width:480px) and (max-width:768px) {
	.fairphone3 .overlays .common-block .sidebar-block img {
		margin-bottom: 0
	}
}

.fairphone3 .overlays .common-block .sidebar-block h1,
.fairphone3 .overlays .common-block .sidebar-block h2,
.fairphone3 .overlays .common-block .sidebar-block h3,
.fairphone3 .overlays .common-block .sidebar-block h4,
.fairphone3 .overlays .common-block .sidebar-block p {
	margin-bottom: 10px
}

.fairphone3 .overlays .common-block .sidebar-block h1:last-child,
.fairphone3 .overlays .common-block .sidebar-block h2:last-child,
.fairphone3 .overlays .common-block .sidebar-block h3:last-child,
.fairphone3 .overlays .common-block .sidebar-block h4:last-child,
.fairphone3 .overlays .common-block .sidebar-block p:last-child {
	margin-bottom: 0
}

.fairphone3 .overlays .common-block .sidebar-block .sidebar-item {
	clear: both;
	padding-bottom: 25px
}

.fairphone3 .overlays .common-block .sidebar-block .sidebar-item:last-child {
	padding-bottom: 0
}

.fairphone3 .overlays .common-block .sidebar-block .sidebar-item .sidebar-content,
.fairphone3 .overlays .common-block .sidebar-block .sidebar-item .sidebar-image {
	position: relative
}

@media (min-width:480px) and (max-width:768px) {
	.fairphone3 .overlays .common-block .sidebar-block .sidebar-item .sidebar-content,
	.fairphone3 .overlays .common-block .sidebar-block .sidebar-item .sidebar-image {
		width: 50%
	}
}

.fairphone3 .shariff ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.fairphone3 .shariff ul li {
	display: inline-block;
	margin: 0 10px
}

.fairphone3 .shariff ul li:first-child {
	margin-left: 0
}

.fairphone3 .shariff ul li:last-child {
	margin-right: 0
}

.fairphone3 .shariff ul li span {
	display: none
}

.fairphone3 .shariff ul li a {
	display: block;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.fairphone3 .shariff ul li.facebook a {
	width: 16px;
}

#stateindicator {
	position: absolute;
	top: -999em;
	left: -999em
}

#stateindicator:before {
	content: 'm'
}

@media (min-width:992px) {
	#stateindicator.desktop:before {
		content: 'd'
	}
}

@media (min-width:992px) {
	#stateindicator.desktop+#footerPartOfMovement {
		display: none
	}
	#stateindicator.desktop+#footerPartOfMovement+#contact-footer {
		display: none
	}
	#stateindicator.desktop+#footerPartOfMovement+#contact-footer+#links-footer {
		display: none
	}
	#stateindicator.desktop+#footerPartOfMovement+#contact-footer+#links-footer+#copyright {
		display: none
	}
}

.resellers {
	margin-bottom: 60px
}

.resellers .podio-form {
	overflow: hidden;
	height: 0;
	margin-bottom: 0
}

.resellers p.disclaimer {
	color: #999;
	margin: 0 auto 60px;
	width: 75%
}

.contact-us .editorial-content {
	padding-top: 40px;
	padding-bottom: 40px
}

@media (min-width:768px) {
	.contact-us .editorial-content {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

.contact-us .departments {
	padding-top: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-flow: row wrap
}

@media (min-width:768px) {
	.contact-us .departments {
		padding-top: 40px
	}
}

.contact-us .departments .department {
	width: 100%;
	padding: 20px 20px 80px;
	position: relative;
	margin-bottom: 15px;
	cursor: default;
	display: block;
	float: left
}

@media (min-width:768px) {
	.contact-us .departments .department:nth-child(3n+1) {
		clear: both
	}
}

@media (min-width:480px) and (max-width:767px) {
	.contact-us .departments .department:nth-child(2n+1) {
		clear: both
	}
}

@media (min-width:480px) {
	.contact-us .departments .department {
		width: 50%;
		padding: 40px 40px 100px;
		margin-bottom: 30px
	}
}

@media (min-width:768px) {
	.contact-us .departments .department {
		width: 33.33%
	}
}

.contact-us .departments .department * {
	cursor: pointer
}

.contact-us .departments .department .department-text {
	position: relative;
	z-index: 10;
	margin: 0 15px
}

.contact-us .departments .department .fake-border {
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1);
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	border: 1px #e2e2e2 solid
}

.contact-us .departments .department:hover .fake-border {
	border-color: #f2f2f2;
	background-color: #f2f2f2
}

.contact-us .departments .department:hover .action-button {
	background-color: #1B82BF
}

.contact-us .departments .department h3 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: Radikal, sans-serif;
	font-weight: 300;
	color: #333
}

@media (min-width:480px) {
	.contact-us .departments .department h3 {
		font-size: 20px
	}
}

@media (min-width:768px) {
	.contact-us .departments .department h3 {
		font-size: 24px
	}
}

.contact-us .departments .department .text {
	font-size: 15px;
	color: #999
}

@media (min-width:480px) {
	.contact-us .departments .department .text {
		font-size: 15px
	}
}

@media (min-width:768px) {
	.contact-us .departments .department .text {
		font-size: 18px
	}
}

.contact-us .departments .department .button {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0
}

@media (min-width:480px) {
	.contact-us .departments .department .button {
		bottom: 40px
	}
}

.contact-us .zendesk-form .required {
	color: #2CA7DF;
	margin: 20px 0
}

.contact-us .zendesk-form .form-control {
	margin-bottom: 20px
}

.contact-us .zendesk-form textarea {
	height: 150px
}

.contact-us .zendesk-form .error-message,
.contact-us .zendesk-form .success-message {
	display: none
}

.contact-us .zendesk-form .error-message {
	color: #2CA7DF
}

.history .editorial-content {
	padding-top: 40px;
	padding-bottom: 40px
}

@media (min-width:768px) {
	.history .editorial-content {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

.history .editorial-content h1,
.history .editorial-content h2,
.history .editorial-content h3 {
	text-align: center
}

.history .editorial-content h1+p,
.history .editorial-content h2+p,
.history .editorial-content h3+p {
	margin-top: 40px
}

.history .editorial-content h1 {
	margin: 0
}

.history .editorial-content h2,
.history .editorial-content h3 {
	margin-top: 5px;
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased
}

.history .description {
	padding-top: 40px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased
}

.history .description p {
	font-size: 12px;
	font-weight: 400
}

.history .history-list {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px #e2e2e2 solid
}

.history .history-list .years {
	padding: 10px 20px;
	background-color: #f2f2f2;
	font-size: 15px;
	font-weight: 300;
	display: none
}

@media (min-width:768px) {
	.history .history-list .years {
		display: block
	}
}

@media (min-width:768px) {
	.history .history-list .years {
		padding: 10px 40px
	}
}

.history .history-list .years .year {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	position: relative;
	cursor: pointer;
	color: #333
}

@media (min-width:1200px) {
	.history .history-list .years .year {
		margin: 0 30px
	}
}

.history .history-list .years .year:last-child {
	margin-right: 0
}

.history .history-list .years .year:first-child {
	margin-left: 0
}

.history .history-list .years .year:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #2CA7DF;
	opacity: 0;
	margin-top: 1px;
	-webkit-transform: translate3d(0, 5px, 0);
	-moz-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

.history .history-list .years .year.active:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.history .history-list .year-slider {
	display: table;
	width: 100%;
	font-size: 14px;
	font-weight: 400
}

@media (min-width:768px) {
	.history .history-list .year-slider {
		display: none
	}
}

.history .history-list .year-slider.bottom {
	margin-top: 20px
}

.history .history-list .year-slider .current-year,
.history .history-list .year-slider .next-year,
.history .history-list .year-slider .prev-year {
	display: table-cell;
	vertical-align: middle
}

.history .history-list .year-slider .next-year,
.history .history-list .year-slider .prev-year {
	width: 30%
}

.history .history-list .year-slider .next-year.disabled,
.history .history-list .year-slider .prev-year.disabled {
	color: #999
}

.history .history-list .year-slider .next-year.disabled .year,
.history .history-list .year-slider .prev-year.disabled .year {
	cursor: default
}

.history .history-list .year-slider .next-year .year,
.history .history-list .year-slider .prev-year .year {
	display: inline-block;
	cursor: pointer;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	line-height: 1.1
}

.history .history-list .year-slider .prev-year {
	text-align: left;
	padding-left: 25px
}

.history .history-list .year-slider .prev-year .year {
	padding-left: 15px;
	background-position: left center;
}

.history .history-list .year-slider .current-year {
	width: 40%;
	text-align: center;
	font-size: 20px
}

.history .history-list .year-slider .next-year {
	text-align: right;
	padding-right: 25px
}

.history .history-list .year-slider .next-year .year {
	padding-right: 15px;
	background-position: right center;
}

.history .history-list .history-year {
	overflow: hidden
}

.history .history-list .history-year .picture {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center
}

@media (min-width:480px) {
	.history .history-list .history-year .picture {
		margin-top: 40px;
		margin-bottom: 40px
	}
}

.history .history-list .history-year .picture img {
	width: 100%;
	height: auto;
	max-height: 300px
}

@media (min-width:480px) {
	.history .history-list .history-year .picture img {
		width: auto
	}
}

.history .history-list .history-year .current-year {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	display: none
}

@media (min-width:768px) {
	.history .history-list .history-year .current-year {
		display: block
	}
}

.history .history-list .history-year .current-year.hidden {
	opacity: 0
}

.history .history-list .history-year .info,
.history .history-list .history-year .month {
	padding: 20px
}

.history .history-list .history-year .month {
	font-weight: 600
}

.history .history-list .history-year .info p:last-child {
	margin-bottom: 0
}

.phone-page .slide-content {
	position: relative;
	min-height: 600px
}

@media (max-width:767px) {
	.phone-page .slide-content {
		height: auto!important;
		min-height: 1px;
		position: relative
	}
}

.phone-page .slide-content .slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

@media (max-width:767px) {
	.phone-page .slide-content .slides {
		position: relative;
		top: auto;
		left: auto
	}
	.phone-page .slide-content .slides:before {
		content: '';
		display: block;
		padding-top: 80%
	}
}

.phone-page .slide-content .slide {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center
}

.phone-page .slide-content .slide.active {
	left: 0
}

.phone-page .slide-content .slide.left {
	top: 0;
	left: -100%
}

.phone-page .slide-content .slide.right {
	top: 0;
	left: 100%
}

.phone-page .slide-content .slide-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50
}

@media (max-width:767px) {
	.phone-page .slide-content .slide-header {
		position: static
	}
}

.phone-page .slide-content:first-child .page-header {
	text-align: left;
	width: 50%;
	margin: 80px 0
}

@media (max-width:767px) {
	.phone-page .slide-content:first-child .page-header {
		width: 100%;
		margin: 10px auto 20px
	}
}

.phone-page .slide-content:first-child .text-slides-block {
	top: 300px
}

@media (max-height:830px) {
	.phone-page .slide-content:first-child .text-slides-block {
		top: 210px
	}
}

.phone-page .slide-content:first-child .arrow-down {
	bottom: 110px
}

.phone-page .slide-content .t-mobile-banner {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0
}

@media (max-width:767px) {
	.phone-page .slide-content .t-mobile-banner {
		position: relative
	}
}

.phone-page .slide-content .page-header {
	margin: 30px auto 10px
}

@media (max-width:767px) {
	.phone-page .slide-content .page-header {
		margin: 10px auto 20px
	}
}

.phone-page .slide-content .text-slides-block {
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 100%;
	text-align: left
}

@media (max-width:767px) {
	.phone-page .slide-content .text-slides-block {
		position: static
	}
}

@media (max-width:767px) {
	.phone-page .slide-content .text-slides-block .text-slides-block-col {
		padding: 0
	}
}

.phone-page .slide-content .text-slides-block .text-slides-container {
	background-color: #fff;
	-webkit-box-shadow: 0 12px 16px 4px rgba(51, 51, 51, .35);
	-moz-box-shadow: 0 12px 16px 4px rgba(51, 51, 51, .35);
	box-shadow: 0 12px 16px 4px rgba(51, 51, 51, .35);
	position: relative;
	overflow: hidden
}

.phone-page .slide-content .text-slides-block .text-slides-container.single {
	padding: 40px 0
}

.phone-page .slide-content .text-slides-block .text-slides-container.single .text-slide {
	position: relative;
	display: block
}

.phone-page .slide-content .text-slides-block .text-slides-container.single .text-slide .text-slide-inner {
	display: block
}

.phone-page .slide-content .text-slides-block .text-slides-container.single br {
	height: 1em;
	display: block;
	content: ''
}

.phone-page .slide-content .text-slides-block .text-slides-container.multi {
	height: 200px;
	padding-bottom: 20px
}

@media (max-width:767px) {
	.phone-page .slide-content .text-slides-block .text-slides-container {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background-color: #f2f2f2
	}
}

.phone-page .slide-content .text-slides-block .text-slides-container .text-slide {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	display: table
}

.phone-page .slide-content .text-slides-block .text-slides-container .text-slide.active {
	left: 0;
	top: 0
}

.phone-page .slide-content .text-slides-block .text-slides-container .text-slide.left {
	top: 0;
	left: -100%
}

.phone-page .slide-content .text-slides-block .text-slides-container .text-slide.right {
	top: 0;
	left: 100%
}

.phone-page .slide-content .text-slides-block .text-slides-container .text-slide .text-slide-inner {
	display: table-cell;
	vertical-align: middle;
	padding: 0 50px
}

@media (max-width:767px) {
	.phone-page .slide-content .text-slides-block .text-slides-container .text-slide .text-slide-inner {
		padding: 0 40px
	}
}

.phone-page .slide-content .text-slides-block .text-slides-container .text-slide h2 {
	font-size: 18px;
	color: #2CA7DF;
	margin-top: 10px
}

@media (max-width:767px) {
	.phone-page .slide-content .text-slides-block .text-slides-container .text-slide h2 {
		font-size: 18px
	}
}

.phone-page .slide-content .text-slides-block .text-slides-container .text-slide .phone-price {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px
}

@media (max-width:767px) {
	.phone-page .slide-content .text-slides-block .text-slides-container .text-slide .phone-price {
		font-size: 24px
	}
}

.phone-page .slide-content .text-slides-block .text-slides-container .text-slide .order-phone {
	padding-bottom: 0
}

.phone-page .slide-content .text-slides-block .text-slides-container .text-slide .text-slide-description {
	font-size: 15px
}

@media (max-width:767px) {
	.phone-page .slide-content .text-slides-block .text-slides-container .text-slide .text-slide-description {
		font-size: 15px
	}
}

.phone-page .slide-content .text-slides-block .text-slides-container .controls,
.phone-page .slide-content .text-slides-block .text-slides-container .pagination-block {
	display: none
}

.phone-page .slide-content .text-slides-block .text-slides-container .controls.active,
.phone-page .slide-content .text-slides-block .text-slides-container .pagination-block.active {
	display: block
}

.phone-page .slide-content .text-slides-block .text-slides-container .controls {
	position: absolute;
	z-index: 10;
	top: 0;
	width: 50px;
	height: 100%;
	background-color: #fff
}

@media (max-width:767px) {
	.phone-page .slide-content .text-slides-block .text-slides-container .controls {
		background-color: #f2f2f2
	}
}

@media (max-width:767px) {
	.phone-page .slide-content .text-slides-block .text-slides-container .controls {
		width: 40px
	}
}

.phone-page .slide-content .text-slides-block .text-slides-container .controls .controls-arrow {
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: 30px auto;
	-webkit-background-size: 30px auto;
	-o-background-size: 30px auto;
	background-size: 30px auto;
	cursor: pointer
}

@media (max-width:767px) {
	.phone-page .slide-content .text-slides-block .text-slides-container .controls .controls-arrow {
		width: 40px;
		height: 40px
	}
}

.phone-page .slide-content .text-slides-block .text-slides-container .controls.left {
	left: 0
}

.phone-page .slide-content .text-slides-block .text-slides-container .controls.right {
	right: 0
}

.phone-page .slide-content .text-slides-block .text-slides-container .pagination-block {
	position: absolute;
	z-index: 10;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center
}

@media (max-width:767px) {
	.phone-page .slide-content .text-slides-block .text-slides-container .pagination-block {
		bottom: 10px
	}
}

.phone-page .slide-content .text-slides-block .text-slides-container .pagination-block .slides-pagination {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none
}

.phone-page .slide-content .text-slides-block .text-slides-container .pagination-block .slides-pagination li {
	margin: 2px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	width: 16px;
	height: 16px
}

.phone-page .slide-content .text-slides-block .text-slides-container .pagination-block .slides-pagination li:after {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #e2e2e2;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

.phone-page .slide-content .text-slides-block .text-slides-container .pagination-block .slides-pagination li.active:after {
	background-color: #2CA7DF
}

.phone-page .slide-content .arrow-down {
	width: 40px;
	margin-left: -20px;
	height: 40px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	cursor: pointer;
	z-index: 50
}

@media (max-width:767px) {
	.phone-page .slide-content .arrow-down {
		display: none
	}
}

.phone-page .slide-content .arrow-down:before {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	left: 5px;
	top: 5px;
	-webkit-animation: nextslide linear 1.5s infinite;
	-moz-animation: nextslide linear 1.5s infinite;
	-ms-animation: nextslide linear 1.5s infinite;
	animation: nextslide linear 1.5s infinite;
	-moz-background-size: 30px auto;
	-webkit-background-size: 30px auto;
	-o-background-size: 30px auto;
	background-size: 30px auto
}

.phone-page .order-phone-block {
	margin: 50px 0
}

.phone-page .order-phone {
	font-size: 18px;
	padding-bottom: 20px
}

@media (max-width:767px) {
	.phone-page .order-phone {
		font-size: 18px
	}
}

.phone-page .tech-specs-block {
	padding-bottom: 50px
}

.phone-page .tech-specs-block .tech-specs-header h1 {
	color: #2CA7DF;
	font-size: 40px;
	margin-top: 0
}

.phone-page .tech-specs-block .tech-specs-header .tech-specs-description {
	font-size: 18px
}

.phone-page .tech-specs-block .tech-specs-toggle-block {
	height: 25px;
	color: #2CA7DF;
	position: relative;
	margin-top: 20px
}

@media (max-width:479px) {
	.phone-page .tech-specs-block .tech-specs-toggle-block {
		display: none
	}
}

.phone-page .tech-specs-block .tech-specs-toggle-block .tech-specs-toggle-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	-webkit-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-moz-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	-ms-transition: all .15s cubic-bezier(.35, 0, .35, 1);
	transition: all .15s cubic-bezier(.35, 0, .35, 1)
}

.phone-page .tech-specs-block .tech-specs-toggle-block .tech-specs-toggle-inner.active {
	opacity: 1;
	visibility: visible
}

.phone-page .tech-specs-block .tech-specs-toggle-block .tech-specs-toggle-inner .tech-specs-toggle {
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
	line-height: 18px
}

.phone-page .tech-specs-block .tech-specs-toggle-block .tech-specs-toggle-inner .tech-specs-icon {
	width: 12px;
	height: 12px;
	margin-right: 5px;
	line-height: 18px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.phone-page .tech-specs-block .tech-specs-content {
	height: 0;
	overflow: hidden
}

@media (max-width:479px) {
	.phone-page .tech-specs-block .tech-specs-content {
		height: auto!important
	}
}

.phone-page .tech-specs-block .tech-specs-content .tech-specs-content-inner {
	padding-top: 30px;
	font-size: 15px
}

@media (max-width:479px) {
	.phone-page .tech-specs-block .tech-specs-content .tech-specs-content-inner .tech-specs-col {
		width: 100%;
		text-align: center
	}
}

.phone-page .tech-specs-block .tech-specs-content .tech-specs-content-inner .place-right .tech-specs-category {
	margin-left: auto
}

.phone-page .tech-specs-block .tech-specs-content .tech-specs-content-inner .tech-specs-category {
	max-width: 425px
}

@media (min-width:992px) {
	.phone-page .tech-specs-block .tech-specs-content .tech-specs-content-inner .tech-specs-category {
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:479px) {
	.phone-page .tech-specs-block .tech-specs-content .tech-specs-content-inner .tech-specs-category {
		margin-left: auto;
		margin-right: auto
	}
}

.phone-page .tech-specs-block .tech-specs-content .tech-specs-content-inner .tech-specs-category .category-title {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 3px
}

.phone-page .tech-specs-block .tech-specs-content .tech-specs-content-inner .tech-specs-category .tech-specs-item {
	padding-bottom: 15px
}

.phone-page .tech-specs-block .tech-specs-content .tech-specs-content-inner .tech-specs-category .tech-specs-item .tech-specs-item-title {
	font-weight: 400
}
