::selection {
	color: #ffffff;
	background: #3f9fd7;
	text-decoration: none;
}

::-moz-selection {
	color: #ffffff;
	background: #3f9fd7;
	text-decoration: none;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ie78 {
	display: none;
}

.background-white {
	background: white;
}

.spinner {
	height: 40px;
	width: 40px;
	margin: 94px auto 0 auto;
	position: relative;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left: 6px solid rgba(0, 174, 239, 0.15);
	border-right: 6px solid rgba(0, 174, 239, 0.15);
	border-bottom: 6px solid rgba(0, 174, 239, 0.15);
	border-top: 6px solid rgba(0, 174, 239, 0.8);
	border-radius: 100%;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}

@-moz-keyframes rotation {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
	}
}

@-o-keyframes rotation {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
	}
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

.elipses {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.clear,
.clearfix {
	*zoom: 1;
}

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

.clear:after,
.clearfix:after {
	clear: both;
}

.block {
	display: block;
}

.status_icon {
	background: white;
	font-family: FontAwesome;
	font-size: 20px;
	text-align: center;
	font-style: normal;
}

.status_icon.backoffice_status_1:before {
	content: "\f056";
	color: #5897fb;
}

.status_icon.backoffice_status_2:before {
	content: "\f017";
	color: #8400ff;
}

.status_icon.backoffice_status_3:before {
	content: "\f058";
	color: lawngreen;
}

.status_icon.backoffice_status_3.conditions:before {
	content: "\f058";
	color: darkorange;
}

.status_icon.backoffice_status_4:before {
	content: "\f057";
	color: red;
}

.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.border-box,
.borderbox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.padding-box,
.paddingbox {
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.background-cover {
	background-position: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.boxshadow {
	-webkit-box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.35);
	-o-box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.35);
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.35);
}

.boxshadow-inset {
	-webkit-box-shadow: inset 0 4px 4px 0px rgba(228, 230, 232, 0.85);
	-moz-box-shadow: inset 0 4px 4px 0px rgba(228, 230, 232, 0.85);
	-o-box-shadow: inset 0 4px 4px 0px rgba(228, 230, 232, 0.85);
	box-shadow: inset 0 4px 4px 0px rgba(228, 230, 232, 0.85);
}

.boxshadow-inset-invert {
	-webkit-box-shadow: inset 0 2px 2px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0 2px 2px 0px rgba(0, 0, 0, 0.35);
	-o-box-shadow: inset 0 2px 2px 0px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0 2px 2px 0px rgba(0, 0, 0, 0.35);
}

.no-box-shadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.no-border-radius {
	-webkit-border-radius: 0 0 0 0 !important;
	-moz-border-radius: 0 0 0 0 !important;
	border-radius: 0 0 0 0 !important;
}

.img-radius {
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.img-radius-top {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.img-radius-bottom {
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.opacity-red {
	background: url('../images/.png') repeat;
	background: RGBA(244, 140, 0, 0.85);
}

.opacity-black {
	background: url('../images/.png') repeat;
	background: RGBA(0, 0, 0, 0.85);
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
	font-family: 'SyntaxLTStdBold';
	src: url('../fonts/syntaxltstd-bold-webfont.eot');
	src: url('../fonts/syntaxltstd-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/syntaxltstd-bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SyntaxLTStdRegular';
	src: url('../fonts/syntaxltstd-roman-webfont.eot');
	src: url('../fonts/syntaxltstd-roman-webfont.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SyntaxLTStdUltraBlackRegular';
	src: url('../fonts/syntaxltstd-ultrablack-webfont.eot');
	src: url('../fonts/syntaxltstd-ultrablack-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/syntaxltstd-ultrablack-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'modern_pictograms_proregular';
	src: url('../fonts/modernpictograms/modernpictogramspro_2-webfont.eot');
	src: url('../fonts/modernpictograms/modernpictogramspro_2-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/modernpictograms/modernpictogramspro_2-webfont.woff') format('woff'), url('../fonts/modernpictograms/modernpictogramspro_2-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/font-awesome/fontawesome-webfont.eot');
	src: url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/font-awesome/fontawesome-webfont.woff') format('woff'), url('../fonts/font-awesome/fontawesome-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

a {
	color: #849dd1;
	text-decoration: none;
	vertical-align: top;
}

a.no-decoration:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.single-link,
.single-link {
	font-family: Verdana, Arial;
	font-weight: bold;
	color: #3f9fd7;
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
	text-decoration: none;
}

.modernpictogram {
	font-family: modern_pictograms_proregular !important;
	font-size: 30px;
}

a.modernpictogram {
	text-decoration: none;
}

strong,
a.red,
.red a,
.red {
	color: #3f9fd7 !important;
}

div.link-bottom {
	position: absolute;
	padding-bottom: 18px;
	bottom: 0;
}

span.bold,
div.bold,
.bold,
strong {
	font-weight: bold;
}

html,
body,
span {
	color: #262727;
	font-family: Verdana, Arial;
	font-size: 14px;
	line-height: 160%;
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-family: SyntaxLTStdBold, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 18px;
	text-transform: uppercase;
	color: #849dd1;
	margin: 0;
}

h2 {
	font-family: SyntaxLTStdRegular, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.333em;
	font-weight: normal;
	line-height: 1em;
	color: #b1b1b1;
	text-transform: uppercase;
}

h3 {
	font-family: SyntaxLTStdBold, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.33em;
	color: #000000;
	padding-bottom: 25px;
	text-transform: uppercase;
}

h3.no-padding {
	padding: 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 4px;
}

.block_medium h4 {
	font-family: SyntaxLTStdBold, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.667em;
	font-weight: normal;
	line-height: 1.25em;
	padding: 8px 0px 15px 0px;
	color: #849dd1;
}

p {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.75em;
	padding-bottom: 15px;
	color: #000000;
}

p.intro {
	font-weight: bold;
}

p.footnote {
	font-size: 0.8em;
	font-style: italic;
}

.info-text {
	color: #c9cdd1;
	font-style: italic;
	font-weight: normal;
}

.fa {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-green {
	color: green;
}

.text-red {
	color: red;
}

.cursor-pointer {
	cursor: pointer;
}

label {
	font-weight: normal;
}

.info {
	color: #bcc1c5;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #ffffff;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper-pp:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

.fa-buysellads:before {
	content: "\f20d";
}

.fa-connectdevelop:before {
	content: "\f20e";
}

.fa-dashcube:before {
	content: "\f210";
}

.fa-forumbee:before {
	content: "\f211";
}

.fa-leanpub:before {
	content: "\f212";
}

.fa-sellsy:before {
	content: "\f213";
}

.fa-shirtsinbulk:before {
	content: "\f214";
}

.fa-simplybuilt:before {
	content: "\f215";
}

.fa-skyatlas:before {
	content: "\f216";
}

.fa-cart-plus:before {
	content: "\f217";
}

.fa-cart-arrow-down:before {
	content: "\f218";
}

.fa-diamond:before {
	content: "\f219";
}

.fa-ship:before {
	content: "\f21a";
}

.fa-user-secret:before {
	content: "\f21b";
}

.fa-motorcycle:before {
	content: "\f21c";
}

.fa-street-view:before {
	content: "\f21d";
}

.fa-heartbeat:before {
	content: "\f21e";
}

.fa-venus:before {
	content: "\f221";
}

.fa-mars:before {
	content: "\f222";
}

.fa-mercury:before {
	content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}

.fa-transgender-alt:before {
	content: "\f225";
}

.fa-venus-double:before {
	content: "\f226";
}

.fa-mars-double:before {
	content: "\f227";
}

.fa-venus-mars:before {
	content: "\f228";
}

.fa-mars-stroke:before {
	content: "\f229";
}

.fa-mars-stroke-v:before {
	content: "\f22a";
}

.fa-mars-stroke-h:before {
	content: "\f22b";
}

.fa-neuter:before {
	content: "\f22c";
}

.fa-genderless:before {
	content: "\f22d";
}

.fa-facebook-official:before {
	content: "\f230";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-server:before {
	content: "\f233";
}

.fa-user-plus:before {
	content: "\f234";
}

.fa-user-times:before {
	content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}

.fa-viacoin:before {
	content: "\f237";
}

.fa-train:before {
	content: "\f238";
}

.fa-subway:before {
	content: "\f239";
}

.fa-medium:before {
	content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}

.fa-optin-monster:before {
	content: "\f23c";
}

.fa-opencart:before {
	content: "\f23d";
}

.fa-expeditedssl:before {
	content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
	content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}

.fa-mouse-pointer:before {
	content: "\f245";
}

.fa-i-cursor:before {
	content: "\f246";
}

.fa-object-group:before {
	content: "\f247";
}

.fa-object-ungroup:before {
	content: "\f248";
}

.fa-sticky-note:before {
	content: "\f249";
}

.fa-sticky-note-o:before {
	content: "\f24a";
}

.fa-cc-jcb:before {
	content: "\f24b";
}

.fa-cc-diners-club:before {
	content: "\f24c";
}

.fa-clone:before {
	content: "\f24d";
}

.fa-balance-scale:before {
	content: "\f24e";
}

.fa-hourglass-o:before {
	content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}

.fa-hourglass:before {
	content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}

.fa-hand-scissors-o:before {
	content: "\f257";
}

.fa-hand-lizard-o:before {
	content: "\f258";
}

.fa-hand-spock-o:before {
	content: "\f259";
}

.fa-hand-pointer-o:before {
	content: "\f25a";
}

.fa-hand-peace-o:before {
	content: "\f25b";
}

.fa-trademark:before {
	content: "\f25c";
}

.fa-registered:before {
	content: "\f25d";
}

.fa-creative-commons:before {
	content: "\f25e";
}

.fa-gg:before {
	content: "\f260";
}

.fa-gg-circle:before {
	content: "\f261";
}

.fa-tripadvisor:before {
	content: "\f262";
}

.fa-odnoklassniki:before {
	content: "\f263";
}

.fa-odnoklassniki-square:before {
	content: "\f264";
}

.fa-get-pocket:before {
	content: "\f265";
}

.fa-wikipedia-w:before {
	content: "\f266";
}

.fa-safari:before {
	content: "\f267";
}

.fa-chrome:before {
	content: "\f268";
}

.fa-firefox:before {
	content: "\f269";
}

.fa-opera:before {
	content: "\f26a";
}

.fa-internet-explorer:before {
	content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}

.fa-contao:before {
	content: "\f26d";
}

.fa-500px:before {
	content: "\f26e";
}

.fa-amazon:before {
	content: "\f270";
}

.fa-calendar-plus-o:before {
	content: "\f271";
}

.fa-calendar-minus-o:before {
	content: "\f272";
}

.fa-calendar-times-o:before {
	content: "\f273";
}

.fa-calendar-check-o:before {
	content: "\f274";
}

.fa-industry:before {
	content: "\f275";
}

.fa-map-pin:before {
	content: "\f276";
}

.fa-map-signs:before {
	content: "\f277";
}

.fa-map-o:before {
	content: "\f278";
}

.fa-map:before {
	content: "\f279";
}

.fa-commenting:before {
	content: "\f27a";
}

.fa-commenting-o:before {
	content: "\f27b";
}

.fa-houzz:before {
	content: "\f27c";
}

.fa-vimeo:before {
	content: "\f27d";
}

.fa-black-tie:before {
	content: "\f27e";
}

.fa-fonticons:before {
	content: "\f280";
}

.fa-reddit-alien:before {
	content: "\f281";
}

.fa-edge:before {
	content: "\f282";
}

.fa-credit-card-alt:before {
	content: "\f283";
}

.fa-codiepie:before {
	content: "\f284";
}

.fa-modx:before {
	content: "\f285";
}

.fa-fort-awesome:before {
	content: "\f286";
}

.fa-usb:before {
	content: "\f287";
}

.fa-product-hunt:before {
	content: "\f288";
}

.fa-mixcloud:before {
	content: "\f289";
}

.fa-scribd:before {
	content: "\f28a";
}

.fa-pause-circle:before {
	content: "\f28b";
}

.fa-pause-circle-o:before {
	content: "\f28c";
}

.fa-stop-circle:before {
	content: "\f28d";
}

.fa-stop-circle-o:before {
	content: "\f28e";
}

.fa-shopping-bag:before {
	content: "\f290";
}

.fa-shopping-basket:before {
	content: "\f291";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-bluetooth:before {
	content: "\f293";
}

.fa-bluetooth-b:before {
	content: "\f294";
}

.fa-percent:before {
	content: "\f295";
}

.fa-gitlab:before {
	content: "\f296";
}

.fa-wpbeginner:before {
	content: "\f297";
}

.fa-wpforms:before {
	content: "\f298";
}

.fa-envira:before {
	content: "\f299";
}

.fa-universal-access:before {
	content: "\f29a";
}

.fa-wheelchair-alt:before {
	content: "\f29b";
}

.fa-question-circle-o:before {
	content: "\f29c";
}

.fa-blind:before {
	content: "\f29d";
}

.fa-audio-description:before {
	content: "\f29e";
}

.fa-volume-control-phone:before {
	content: "\f2a0";
}

.fa-braille:before {
	content: "\f2a1";
}

.fa-assistive-listening-systems:before {
	content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4";
}

.fa-glide:before {
	content: "\f2a5";
}

.fa-glide-g:before {
	content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7";
}

.fa-low-vision:before {
	content: "\f2a8";
}

.fa-viadeo:before {
	content: "\f2a9";
}

.fa-viadeo-square:before {
	content: "\f2aa";
}

.fa-snapchat:before {
	content: "\f2ab";
}

.fa-snapchat-ghost:before {
	content: "\f2ac";
}

.fa-snapchat-square:before {
	content: "\f2ad";
}

.fa-pied-piper:before {
	content: "\f2ae";
}

.fa-first-order:before {
	content: "\f2b0";
}

.fa-yoast:before {
	content: "\f2b1";
}

.fa-themeisle:before {
	content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

hr {
	color: #4b4d4f;
	border: none;
	border-bottom: 1px solid #4b4d4f;
	border-style: outer;
	border-width: 1;
	margin-top: 18px;
	margin-bottom: 18px;
}

hr.line {
	height: 1px;
	width: 100%;
	color: #dfe2e4;
	margin: 0;
}

hr.no-margin-bottom {
	margin-bottom: 0;
}

.line-border {
	border: 1px solid #4b4d4f;
}

.line-border-top {
	border-top: 1px solid #4b4d4f;
}

.line-border-notop {
	border: 1px solid #4b4d4f;
	border-top: none;
}

.line-border-bottom {
	border-bottom: 1px solid #4b4d4f;
}

.line-border-nobottom {
	border: 1px solid #4b4d4f;
	border-bottom: none;
}

.line-border-right {
	border-right: 1px solid #4b4d4f;
}

.line-border-noright {
	border-right: none;
}

.line-border-sides {
	border-left: 1px solid #4b4d4f;
	border-right: 1px solid #4b4d4f;
}

.col01,
.col02,
.col03,
.col04,
.col05,
.col06,
.col07,
.col08,
.col09,
.col10,
.col11,
.col12 {
	position: relative;
	min-height: 1px;
	float: left;
	margin: 0 0 0 0;
	height: auto;
	overflow: hidden;
}

.col04 {
	width: 35%;
}

.col08 {
	width: 65%;
}

.col12 {
	width: 100%;
}

@media screen and (max-width: 730px) {
	.col01,
	.col02,
	.col03,
	.col04,
	.col05,
	.col06,
	.col07,
	.col08,
	.col09,
	.col10,
	.col11,
	.col12 {
		width: 100%;
	}
}

.reset-row {
	margin-left: -4px !important;
	margin-right: -4px !important;
}

.reset-col {
	padding-left: 4px !important;
	padding-right: 4px !important;
}

html {
	min-width: 303px;
}

body {
	background-color: #f5f5f5;
}

body.title-center h1 {
	text-align: center;
}

.page {
	margin: 0 auto;
	position: relative;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 36px;
	*zoom: 1;
}

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

.page:after {
	clear: both;
}

.page.fixed-menu-correction {
	padding-top: 60px;
}

.page-content {
	margin: 0 auto;
	width: 1320px;
	*zoom: 1;
}

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

.page-content:after {
	clear: both;
}

.page_max_S .page {
	padding: 0 3%;
}

.page_max_XS .page {
	padding: 0;
}

.page_max_XS .page-title {
	margin: 0;
	padding: 3%;
}

.col {
	position: relative;
	min-height: 1px;
	float: left;
	height: 500px;
	width: 6.5%;
	margin-left: 2%;
	margin-bottom: 18px;
	overflow: hidden;
}

.col:first-child {
	margin-left: 0;
}

.col04 {
	width: 32%;
}

.col08 {
	width: 66%;
}

.col12 {
	width: 100%;
}

.columns_max_M .col {
	width: 15%;
	margin-left: 2%;
}

.columns_max_M .col.break2 {
	display: none;
}

.columns_max_XS .col {
	width: 100%;
	margin-left: 0;
}

.columns_max_XS .col.break {
	display: none;
}

.row {
	position: relative;
	float: none;
	*zoom: 1;
}

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

.row:after {
	clear: both;
}

.mod {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-right: 2%;
}

.mod.last {
	padding-right: 0;
}

.mod:last-child {
	padding-right: 0;
}

.mod.no-margin {
	margin: 0;
}

.mod h4 {
	word-wrap: break-word;
}

.mod00 {
	padding-right: 0;
}

.mod16 {
	width: 15%;
}

.mod16:nth-child(6n+6) {
	padding-right: 0;
}

.mod14 {
	width: 23.5%;
}

.mod14:nth-child(4n+4) {
	padding-right: 0;
}

.mod24 {
	width: 49%;
}

.mod24:nth-child(2n+2) {
	padding-right: 0;
}

.mod34 {
	width: 75%;
}

.mod13 {
	width: 32%;
}

.mod13:nth-child(3n+3) {
	padding-right: 0;
}

.mod23 {
	width: 65%;
	padding-right: 0;
}

.mod-inner,
.inner {
	height: 100%;
	padding: 16px;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
}

.mod-inner.no-padding,
.inner.no-padding {
	padding: 0;
}

.mod-inner.no-background,
.inner.no-background {
	background-color: transparent;
}

.mod-inner.border,
.inner.border {
	border: 1px solid #4b4d4f;
}

.mod-content.padding {
	padding: 16px;
}

.mod-content.top {
	padding: 16px 16px 0 16px;
}

.mod-content.middle {
	padding: 0 16px;
}

.mod-content.bottom {
	padding: 0 16px 16px 16px;
}

.modules_max_L .mod24 {
	width: 100%;
	padding-right: 0;
}

.modules_max_L .mod14 {
	width: 49%;
}

.modules_max_L .mod14:nth-child(4n+4) {
	padding-right: 2%;
}

.modules_max_L .mod14:nth-child(2n+2) {
	padding-right: 0;
}

.modules_max_L .modc5 {
	width: 40.5%;
}

.modules_max_L .modc7 {
	width: 57.5%;
}

.modules_max_M .mod24 {
	width: 100%;
	padding-right: 0;
}

.modules_max_M .mod13,
.modules_max_M .mod23 {
	width: 49%;
}

.modules_max_M .mod16 {
	width: 32%;
}

.modules_max_M .mod16:nth-child(6n+6) {
	padding-right: 2%;
}

.modules_max_M .mod16:nth-child(3n+3) {
	padding-right: 0;
}

.modules_max_M .mod13:nth-child(3n+3) {
	padding-right: 2%;
}

.modules_max_M .mod13:nth-child(2n+2) {
	padding-right: 0;
}

.modules_max_S .modc5,
.modules_max_S .modc7 {
	width: 49%;
}

.modules_max_S .mod-inner {
	padding: 13px;
}

.modules_max_S .mod-content.padding {
	padding: 13px;
}

.modules_max_S .mod-content.top {
	padding: 13px 13px 0 13px;
}

.modules_max_S .mod-content.middle {
	padding: 0 13px;
}

.modules_max_S .mod-content.bottom {
	padding: 0 13px 13px 13px;
}

.modules_max_XS .mod14,
.modules_max_XS .mod24,
.modules_max_XS .mod34,
.modules_max_XS .mod13,
.modules_max_XS .mod23,
.modules_max_XS .modc5,
.modules_max_XS .modc7 {
	height: auto;
	width: 100%;
}

.modules_max_XS .mod16 {
	width: 49%;
}

.modules_max_XS .mod16:nth-child(6n+6) {
	padding-right: 2%;
}

.modules_max_XS .mod16:nth-child(3n+3) {
	padding-right: 2%;
}

.modules_max_XS .mod16:nth-child(2n+2) {
	padding-right: 0%;
}

.modules_max_XS .mod-inner {
	padding: 8px;
}

.modules_max_XS .mod-content.padding {
	padding: 8px;
}

.modules_max_XS .mod-content.top {
	padding: 8px 8px 0 8px;
}

.modules_max_XS .mod-content.middle {
	padding: 0 8px;
}

.modules_max_XS .mod-content.bottom {
	padding: 0 8px 8px 8px;
}

.mod-blocks .block-image {
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	background-position: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.mod-blocks .block-image a {
	position: absolute;
	width: 100%;
	height: 100%;
}

.mod-blocks .block-image img {
	max-width: 100%;
	vertical-align: bottom;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.mod-blocks .mod-inner {
	border: 1px solid #4b4d4f;
	border: 1px solid #4b4d4f;
	border-top: none;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.mod-blocks .mod-inner h3 {
	margin: 10px 0 7px 0;
	max-height: 72px;
}

.mod-blocks .mod-inner p {
	height: 115px;
	margin-bottom: 5px;
}

.mod-cta .mod-inner {
	height: 423px;
}

.mod-cta .mod-inner img {
	width: 100%;
	height: auto;
	background-color: darkgray;
	max-height: 198px;
}

.mod-video {
	position: relative;
	padding-right: 0;
}

.video-description {
	position: absolute;
	bottom: 0;
	height: 45px;
	width: 100%;
	padding: 0 1%;
	background: url('../images/065_black.png') repeat;
	background: RGBA(0, 0, 0, 0.65);
	line-height: 45px;
}

.large-slider .mod-inner {
	height: 268px;
}

.large-slider img {
	width: 100%;
	height: auto;
	background-color: darkgray;
}

#mod-slider ul,
#mod-slider ul.slides,
#large-slider ul,
#large-slider ul.slides {
	padding: 0;
	margin: 0 0 16px 0;
	list-style: none;
	float: left;
	width: 100%;
}

#mod-slider li,
#large-slider li {
	list-style: none;
}

#mod-slider .flex-control-nav,
#large-slider .flex-control-nav {
	padding: 0;
	margin: 0 0 16px 0;
	z-index: 10;
	height: 30px;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}

#mod-slider .flex-control-nav li,
#large-slider .flex-control-nav li {
	height: 28px;
	display: inline-block;
	zoom: 1;
	border: solid 1px #bcc1c5;
	background-color: #f5f5f5;
	z-index: 1000000;
	margin-left: 4px;
	margin-bottom: 4px;
}

#mod-slider .flex-control-nav li:first-child,
#large-slider .flex-control-nav li:first-child {
	margin-left: 0;
}

#mod-slider .flex-control-nav li a,
#large-slider .flex-control-nav li a {
	width: 28px;
	height: 28px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #849dd1;
	cursor: pointer;
	text-align: center;
}

#mod-slider .flex-control-nav li a.flex-active,
#mod-slider .flex-control-nav li a:hover,
#large-slider .flex-control-nav li a.flex-active,
#large-slider .flex-control-nav li a:hover {
	color: #3f9fd7;
	text-decoration: none;
}

#large-slider ul.slides {
	margin: 0;
}

#large-slider .flex-control-nav {
	padding: 0;
	margin: 0 0 8px 0;
	z-index: 10;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

#large-slider .flex-control-nav li {
	height: 20px;
	display: inline-block;
	zoom: 1;
	border: none;
	background-color: transparent;
	z-index: 1000000;
	margin-left: 4px;
	margin-bottom: 4px;
}

#large-slider .flex-control-nav li:first-child {
	margin-left: 0;
}

#large-slider .flex-control-nav li a {
	width: 15px;
	height: 15px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 15px;
	color: #849dd1;
	cursor: pointer;
	text-align: center;
	background-color: #849dd1;
	border-radius: 15px;
}

#large-slider .flex-control-nav li a.flex-active,
#large-slider .flex-control-nav li a:hover {
	border-radius: 15px;
	color: #3f9fd7;
	background-color: #3f9fd7;
	text-decoration: none;
}

.mod-news h4 {
	font-style: italic;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mod-news h4 a {
	color: #000000;
}

.mod-news .list .row {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #bcc1c5;
}

.mod-news .list .row:last-child {
	margin-bottom: 16px;
	border-bottom: none;
}

.mod-news .list .left {
	width: 15%;
	float: left;
}

.mod-news .list .left p {
	line-height: 100%;
}

.mod-news .list .right {
	padding-left: 15%;
}

.mod-news .list .right .content {
	height: 45px;
}

.mod-latest h4 {
	font-style: italic;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mod-latest h4 a {
	color: #000000;
}

.mod-latest .list .row {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #bcc1c5;
}

.mod-latest .list .row:last-child {
	margin-bottom: 16px;
	border-bottom: none;
}

.mod-latest .list .left {
	width: 15%;
	float: left;
}

.mod-latest .list .left p {
	line-height: 100%;
}

.mod-latest .list .right {
	padding-left: 15%;
}

.mod-latest .list .right .content {
	height: 45px;
}

.mod-latest .list .left {
	width: 20%;
}

.mod-latest .list .right {
	padding-left: 20%;
}

.mod-latest .list .right .content {
	height: 23px;
}

.mod-qte h1 {
	font-size: 1.5em;
	color: #000000;
	padding: 16px 0;
	text-align: center;
}

.mod-highlight h5 {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #bcc1c5;
}

.mod-tabs .tabs {
	*zoom: 1;
}

.mod-tabs .tabs:before,
.mod-tabs .tabs:after {
	content: "";
	display: table;
}

.mod-tabs .tabs:after {
	clear: both;
}

.mod-tabs .tabs .tab {
	float: left;
	padding: 8px 16px;
	background: #3f9fd7;
	color: #ffffff;
	cursor: pointer;
}

.mod-tabs .tabs .tab h3 {
	color: #ffffff;
}

.mod-tabs .tabs .tab.active {
	background: #ffffff;
	color: #262727;
}

.mod-tabs .tabs .tab.active h3 {
	color: #262727;
}

.mod-dashboard {
	min-height: 340px;
}

.mod-filter {
	padding-right: 0;
	*zoom: 1;
}

.mod-filter .filter {
	margin-right: 2%;
	width: 18%;
	min-width: 210px;
	float: left;
}

.mod-filter .filter.right {
	width: 465px;
	margin-right: 0;
}

.mod-filter .filter.right .section {
	float: left;
}

.mod-filter .filter.right .section.input {
	width: 233px;
}

.mod-filter .filter.right .section.submit {
	margin-right: 2%;
}

.mod-filter .filter.right .section.submit .button {
	width: 65px;
	min-width: initial;
}

.mod-filter .filter.right .section.buttons {
	width: 135px;
	margin-right: 0;
	float: right;
}

.mod-filter .filter.right .section.buttons .view_type {
	float: left;
	width: 38px;
	height: 38px;
	background-color: #4b4d4f;
	border: 1px solid #4b4d4f;
	cursor: pointer;
	margin-left: 7px;
}

.mod-filter .filter.right .section.buttons .view_type.active,
.mod-filter .filter.right .section.buttons .view_type:hover {
	border: 1px solid #3f9fd7;
}

.mod-filter .filter.right .section.buttons .view_type.cover {
	background-image: url('/images/view-cover.jpg');
	background-position: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 0;
}

.mod-filter .filter.right .section.buttons .view_type.list {
	background-image: url('/images/view-list.jpg');
	background-position: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.mod-filter .filter.right .section.buttons .view_type.info {
	background-image: url('/images/view-info.jpg');
	background-position: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.mod-filter .filter .label {
	line-height: 45px;
}

.mod-filter:before,
.mod-filter:after {
	content: "";
	display: table;
}

.mod-filter:after {
	clear: both;
}

.mod-filter_max_S .mod-filter {
	*zoom: 1;
}

.mod-filter_max_S .mod-filter .filter.right {
	max-width: 100%;
}

.mod-filter_max_S .mod-filter .filter.right .section.submit {
	float: left;
}

.mod-filter_max_S .mod-filter .filter.right .section.buttons {
	clear: both;
	float: left;
}

.mod-filter_max_S .mod-filter:before,
.mod-filter_max_S .mod-filter:after {
	content: "";
	display: table;
}

.mod-filter_max_S .mod-filter:after {
	clear: both;
}

.mod-filter_max_XS .mod-filter {
	*zoom: 1;
}

.mod-filter_max_XS .mod-filter .filter.right {
	max-width: 100%;
}

.mod-filter_max_XS .mod-filter .filter.right .section.submit {
	clear: both;
}

.mod-filter_max_XS .mod-filter .filter.right .section.buttons {
	clear: initial;
	float: left;
}

.mod-filter_max_XS .mod-filter:before,
.mod-filter_max_XS .mod-filter:after {
	content: "";
	display: table;
}

.mod-filter_max_XS .mod-filter:after {
	clear: both;
}

.mod-legenda {
	margin-bottom: 0;
}

.mod-legenda .mod-inner {
	padding-top: 0;
	padding-bottom: 0;
	*zoom: 1;
	*zoom: 1;
}

.mod-legenda .mod-inner:before,
.mod-legenda .mod-inner:after {
	content: "";
	display: table;
}

.mod-legenda .mod-inner:after {
	clear: both;
}

.mod-legenda .mod-inner .legenda-item {
	float: left;
	margin-right: 25px;
	*zoom: 1;
	*zoom: 1;
}

.mod-legenda .mod-inner .legenda-item:before,
.mod-legenda .mod-inner .legenda-item:after {
	content: "";
	display: table;
}

.mod-legenda .mod-inner .legenda-item:after {
	clear: both;
}

.mod-legenda .mod-inner .legenda-item .color {
	width: 30px;
	height: 20px;
	margin-right: 10px;
	float: left;
}

.mod-legenda .mod-inner .legenda-item .color.orange {
	background: orange;
}

.mod-legenda .mod-inner .legenda-item .color.red {
	background: red;
}

.mod-legenda .mod-inner .legenda-item .color.green {
	background: limegreen;
}

.mod-legenda .mod-inner .legenda-item .txt {
	line-height: 20px;
	float: left;
}

.mod-legenda .mod-inner .legenda-item .txt:after {
	clear: both;
}

.accordion-icon {
	font-size: 30px !important;
}

.draggable .draggable_fixed {
	position: relative;
	float: left;
	overflow: visible;
}

.draggable .draggable_container {
	position: relative;
	float: left;
	overflow: hidden;
}

.break {
	float: left;
	clear: both;
	height: 20px;
	overflow: hidden;
}

header {
	background-color: #ffffff;
	height: 100px;
}

header .page {
	height: 105px;
	margin-bottom: 0;
}

header .logo-wrapper {
	height: 100px;
}

header .logo-wrapper:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

header .logo-wrapper img {
	display: inline-block;
	vertical-align: middle;
}

header .logo-wrapper span {
	color: #ffffff;
	font-family: SyntaxLTStdBold, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 3em;
	line-height: 2.5em;
	text-decoration: none;
}

header .toplinks {
	height: 40px;
	clear: both;
	float: right;
	color: #262727;
}

header .toplinks a,
header .toplinks a:visited {
	color: #262727;
}

header .toplinks span {
	color: #262727;
}

footer {
	background-color: #666666;
	border-top: 2px solid #cdd7ed;
}

footer .page {
	margin-bottom: 0;
}

footer h1 {
	font-family: SyntaxLTStdBold, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.083em;
	line-height: 1em;
	padding-bottom: 0.75em;
}

footer a {
	font-size: 0.917em;
}

footer ul.footer-menu {
	word-break: break-word;
	*zoom: 1;
}

footer ul.footer-menu a:visited {
	color: #849dd1;
}

footer ul.footer-menu li {
	width: 15%;
	margin-left: 2%;
}

footer ul.footer-menu li:first-child {
	margin-left: 0;
}

footer ul.footer-menu:before,
footer ul.footer-menu:after {
	content: "";
	display: table;
}

footer ul.footer-menu:after {
	clear: both;
}

footer ul.footer-menu.level-0 li {
	float: left;
}

footer ul.footer-menu.level-0 li h1 {
	height: 2em;
}

footer ul.footer-menu .level-1 {
	width: 100%;
}

footer ul.footer-menu .level-1 li {
	width: 100%;
	margin-left: 0;
	float: none;
	overflow: hidden;
	line-height: 100%;
	padding: 5px 0;
}

.disclaimer {
	background-color: #666666;
	height: 45px;
}

.disclaimer .page {
	margin-bottom: 0;
	text-align: center;
}

.disclaimer .page span {
	font-size: 0.917em;
	color: #ffffff;
	line-height: 45px;
}

button,
.button,
a.button {
	float: left;
	padding: 8px;
	color: #ffffff;
	background-color: #3f9fd7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	cursor: pointer;
}

button.grey,
.button.grey,
a.button.grey {
	background-color: #bcc1c5;
}

button.right,
.button.right,
a.button.right {
	float: right;
}

button .arrows,
.button .arrows,
a.button .arrows {
	color: #ffffff;
	font-size: 0.5em;
}

button.disabled,
.button.disabled,
a.button.disabled {
	background-color: #c9cdd1;
}

.btn span {
	color: inherit;
}

button[disabled="disabled"],
.button[disabled="disabled"],
a.button[disabled="disabled"] {
	background-color: #ced8ed;
	cursor: not-allowed;
}

button:hover,
.button:hover {
	text-decoration: none;
	background-color: #ced8ed;
}

button.orange:hover,
.button.orange:hover {
	background-color: #e37a00;
	background-image: -moz-linear-gradient(top, #3f9fd7, #3f9fd7);
	background-image: -ms-linear-gradient(top, #3f9fd7, #3f9fd7);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3f9fd7), to(#3f9fd7));
	background-image: -webkit-linear-gradient(top, #3f9fd7, #3f9fd7);
	background-image: -o-linear-gradient(top, #3f9fd7, #3f9fd7);
	background-image: linear-gradient(top, #3f9fd7, #3f9fd7);
	background-repeat: repeat-x;
}

button.black:hover,
.button.black:hover,
button.grey:hover,
.button.grey:hover {
	background-color: #000000;
	background-image: -moz-linear-gradient(top,, #262727);
	background-image: -ms-linear-gradient(top,, #262727);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(), to(#262727));
	background-image: -webkit-linear-gradient(top,, #262727);
	background-image: -o-linear-gradient(top,, #262727);
	background-image: linear-gradient(top, #3f9fd7, #262727);
	background-repeat: repeat-x;
}

button:active,
.button:active {
	webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.34), inset 0px 3px 5px 0px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.34), inset 0px 3px 5px 0px rgba(0, 0, 0, 0.34);
	box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.34), inset 0px 3px 5px 0px rgba(0, 0, 0, 0.34);
}

button .orange:active,
.button .orange:active {
	-webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.34), inset 0px 3px 5px 0px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.34), inset 0px 3px 5px 0px rgba(0, 0, 0, 0.34);
	box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.34), inset 0px 3px 5px 0px rgba(0, 0, 0, 0.34);
}

button .black:active,
.button .black:active {
	-webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.34), inset 0px 3px 5px 0px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.34), inset 0px 3px 5px 0px rgba(0, 0, 0, 0.34);
	box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.34), inset 0px 3px 5px 0px rgba(0, 0, 0, 0.34);
}

.jwplayer button {
	-webkit-border-radius: 0 0 0 0 !important;
	-moz-border-radius: 0 0 0 0 !important;
	border-radius: 0 0 0 0 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: none;
	top: 0;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("/images/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
	margin-top: 9px;
}

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
	background-image: url("/images/glyphicons-halflings-white.png");
}

.icon-glass {
	background-position: 0 0;
}

.icon-music {
	background-position: -24px 0;
}

.icon-search {
	background-position: -48px 0;
}

.icon-envelope {
	background-position: -72px 0;
}

.icon-heart {
	background-position: -96px 0;
}

.icon-star {
	background-position: -120px 0;
}

.icon-star-empty {
	background-position: -144px 0;
}

.icon-user {
	background-position: -168px 0;
}

.icon-film {
	background-position: -192px 0;
}

.icon-th-large {
	background-position: -216px 0;
}

.icon-th {
	background-position: -240px 0;
}

.icon-th-list {
	background-position: -264px 0;
}

.icon-ok {
	background-position: -288px 0;
}

.icon-remove {
	background-position: -312px 0;
}

.icon-zoom-in {
	background-position: -336px 0;
}

.icon-zoom-out {
	background-position: -360px 0;
}

.icon-off {
	background-position: -384px 0;
}

.icon-signal {
	background-position: -408px 0;
}

.icon-cog {
	background-position: -432px 0;
}

.icon-trash {
	background-position: -456px 0;
}

.icon-home {
	background-position: 0 -24px;
}

.icon-file {
	background-position: -24px -24px;
}

.icon-time {
	background-position: -48px -24px;
}

.icon-road {
	background-position: -72px -24px;
}

.icon-download-alt {
	background-position: -96px -24px;
}

.icon-download {
	background-position: -120px -24px;
}

.icon-upload {
	background-position: -144px -24px;
}

.icon-inbox {
	background-position: -168px -24px;
}

.icon-play-circle {
	background-position: -192px -24px;
}

.icon-repeat {
	background-position: -216px -24px;
}

.icon-refresh {
	background-position: -240px -24px;
}

.icon-list-alt {
	background-position: -264px -24px;
}

.icon-lock {
	background-position: -287px -24px;
}

.icon-flag {
	background-position: -312px -24px;
}

.icon-headphones {
	background-position: -336px -24px;
}

.icon-volume-off {
	background-position: -360px -24px;
}

.icon-volume-down {
	background-position: -384px -24px;
}

.icon-volume-up {
	background-position: -408px -24px;
}

.icon-qrcode {
	background-position: -432px -24px;
}

.icon-barcode {
	background-position: -456px -24px;
}

.icon-tag {
	background-position: 0 -48px;
}

.icon-tags {
	background-position: -25px -48px;
}

.icon-book {
	background-position: -48px -48px;
}

.icon-bookmark {
	background-position: -72px -48px;
}

.icon-print {
	background-position: -96px -48px;
}

.icon-camera {
	background-position: -120px -48px;
}

.icon-font {
	background-position: -144px -48px;
}

.icon-bold {
	background-position: -167px -48px;
}

.icon-italic {
	background-position: -192px -48px;
}

.icon-text-height {
	background-position: -216px -48px;
}

.icon-text-width {
	background-position: -240px -48px;
}

.icon-align-left {
	background-position: -264px -48px;
}

.icon-align-center {
	background-position: -288px -48px;
}

.icon-align-right {
	background-position: -312px -48px;
}

.icon-align-justify {
	background-position: -336px -48px;
}

.icon-list {
	background-position: -360px -48px;
}

.icon-indent-left {
	background-position: -384px -48px;
}

.icon-indent-right {
	background-position: -408px -48px;
}

.icon-facetime-video {
	background-position: -432px -48px;
}

.icon-picture {
	background-position: -456px -48px;
}

.icon-pencil {
	background-position: 0 -72px;
}

.icon-map-marker {
	background-position: -24px -72px;
}

.icon-adjust {
	background-position: -48px -72px;
}

.icon-tint {
	background-position: -72px -72px;
}

.icon-edit {
	background-position: -96px -72px;
}

.icon-share {
	background-position: -120px -72px;
}

.icon-check {
	background-position: -144px -72px;
}

.icon-move {
	background-position: -168px -72px;
}

.icon-step-backward {
	background-position: -192px -72px;
}

.icon-fast-backward {
	background-position: -216px -72px;
}

.icon-backward {
	background-position: -240px -72px;
}

.icon-play {
	background-position: -264px -72px;
}

.icon-pause {
	background-position: -288px -72px;
}

.icon-stop {
	background-position: -312px -72px;
}

.icon-forward {
	background-position: -336px -72px;
}

.icon-fast-forward {
	background-position: -360px -72px;
}

.icon-step-forward {
	background-position: -384px -72px;
}

.icon-eject {
	background-position: -408px -72px;
}

.icon-chevron-left {
	background-position: -432px -72px;
}

.icon-chevron-right {
	background-position: -456px -72px;
}

.icon-plus-sign {
	background-position: 0 -96px;
}

.icon-minus-sign {
	background-position: -24px -96px;
}

.icon-remove-sign {
	background-position: -48px -96px;
}

.icon-ok-sign {
	background-position: -72px -96px;
}

.icon-question-sign {
	background-position: -96px -96px;
}

.icon-info-sign {
	background-position: -120px -96px;
}

.icon-screenshot {
	background-position: -144px -96px;
}

.icon-remove-circle {
	background-position: -168px -96px;
}

.icon-ok-circle {
	background-position: -192px -96px;
}

.icon-ban-circle {
	background-position: -216px -96px;
}

.icon-arrow-left {
	background-position: -240px -96px;
}

.icon-arrow-right {
	background-position: -264px -96px;
}

.icon-arrow-up {
	background-position: -289px -96px;
}

.icon-arrow-down {
	background-position: -312px -96px;
}

.icon-share-alt {
	background-position: -336px -96px;
}

.icon-resize-full {
	background-position: -360px -96px;
}

.icon-resize-small {
	background-position: -384px -96px;
}

.icon-plus {
	background-position: -408px -96px;
}

.icon-minus {
	background-position: -433px -96px;
}

.icon-asterisk {
	background-position: -456px -96px;
}

.icon-exclamation-sign {
	background-position: 0 -120px;
}

.icon-gift {
	background-position: -24px -120px;
}

.icon-leaf {
	background-position: -48px -120px;
}

.icon-fire {
	background-position: -72px -120px;
}

.icon-eye-open {
	background-position: -96px -120px;
}

.icon-eye-close {
	background-position: -120px -120px;
}

.icon-warning-sign {
	background-position: -144px -120px;
}

.icon-plane {
	background-position: -168px -120px;
}

.icon-calendar {
	background-position: -192px -120px;
}

.icon-random {
	background-position: -216px -120px;
	width: 16px;
}

.icon-comment {
	background-position: -240px -120px;
}

.icon-magnet {
	background-position: -264px -120px;
}

.icon-chevron-up {
	background-position: -288px -120px;
}

.icon-chevron-down {
	background-position: -313px -119px;
}

.icon-retweet {
	background-position: -336px -120px;
}

.icon-shopping-cart {
	background-position: -360px -120px;
}

.icon-folder-close {
	background-position: -384px -120px;
}

.icon-folder-open {
	background-position: -408px -120px;
	width: 16px;
}

.icon-resize-vertical {
	background-position: -432px -119px;
}

.icon-resize-horizontal {
	background-position: -456px -118px;
}

.icon-hdd {
	background-position: 0 -144px;
}

.icon-bullhorn {
	background-position: -24px -144px;
}

.icon-bell {
	background-position: -48px -144px;
}

.icon-certificate {
	background-position: -72px -144px;
}

.icon-thumbs-up {
	background-position: -96px -144px;
}

.icon-thumbs-down {
	background-position: -120px -144px;
}

.icon-hand-right {
	background-position: -144px -144px;
}

.icon-hand-left {
	background-position: -168px -144px;
}

.icon-hand-up {
	background-position: -192px -144px;
}

.icon-hand-down {
	background-position: -216px -144px;
}

.icon-circle-arrow-right {
	background-position: -240px -144px;
}

.icon-circle-arrow-left {
	background-position: -264px -144px;
}

.icon-circle-arrow-up {
	background-position: -288px -144px;
}

.icon-circle-arrow-down {
	background-position: -312px -144px;
}

.icon-globe {
	background-position: -336px -144px;
}

.icon-wrench {
	background-position: -360px -144px;
}

.icon-tasks {
	background-position: -384px -144px;
}

.icon-filter {
	background-position: -408px -144px;
}

.icon-briefcase {
	background-position: -432px -144px;
}

.icon-fullscreen {
	background-position: -456px -144px;
}

.icon-email {
	background: url('/images/email_icon.jpg') no-repeat;
	background-size: cover;
	width: 23px;
}

.modal-open {
	overflow: hidden;
}

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

.modal button {
	border: none;
}

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

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

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

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

.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}

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

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

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

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

.modal-header .close {
	border: initial;
	background: initial;
	position: absolute;
	right: 1px;
	top: -1px;
	margin-right: 10px;
}

.modal-header .close span {
	font-size: 30px;
	line-height: 30px;
}

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

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

.modal-footer {
	padding: 15px;
	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;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}

	.modal-sm {
		width: 300px;
	}
}

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

.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
}

.clearfix:after,
.modal-footer: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;
}

.focus-img {
	background-position: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
	background-repeat: no-repeat;
}

.focus-img.focal-center {
	background-position: 50%;
}

.focus-img.focal-left {
	background-position: 25%;
}

.focus-img.focal-far-left {
	background-position: 10%;
}

.focus-img.focal-right {
	background-position: 75%;
}

.focus-img.focal-far-right {
	background-position: 90%;
}

img.ie {
	display: none;
}

form {
	*zoom: 1;
}

form:before,
form:after {
	content: "";
	display: table;
}

form:after {
	clear: both;
}

form.compact .formfield {
	width: 50%;
	padding-right: 20px;
	float: left;
}

form.compact .formfield textarea {
	height: 75px;
}

form.compact legend {
	padding-bottom: 3px;
	font-size: 19px;
}

form.compact .form-group label {
	font-weight: normal;
	line-height: 29px;
}

form fieldset {
	*zoom: 1;
	margin: 10px 0 10px 0;
	padding: 0;
	border: none;
}

form fieldset:before,
form fieldset:after {
	content: "";
	display: table;
}

form fieldset:after {
	clear: both;
}

form fieldset .invoices_line_wrapper {
	padding: 20px 0;
	width: 100%;
	*zoom: 1;
	border-top: 1px solid #d7dadc;
}

form fieldset .invoices_line_wrapper:before,
form fieldset .invoices_line_wrapper:after {
	content: "";
	display: table;
}

form fieldset .invoices_line_wrapper:after {
	clear: both;
}

form fieldset .invoices_line_wrapper .formfield {
	float: left;
	width: 22%;
	height: 75px;
}

form fieldset .invoices_line_wrapper .formfield.add_line {
	width: 10%;
	text-align: right;
	position: absolute;
	right: 20px;
}

form fieldset .invoices_line_wrapper .formfield.add_line img {
	height: 30px;
	vertical-align: middle;
	cursor: pointer;
}

form fieldset .invoices_line_wrapper .formfield.remove_line {
	width: 10%;
	text-align: right;
	position: absolute;
	right: 20px;
}

form fieldset .invoices_line_wrapper .formfield.remove_line img {
	height: 30px;
	vertical-align: middle;
	cursor: pointer;
}

form fieldset .invoices_line_wrapper .formfield label {
	font-weight: bold;
	width: 80%;
	float: none;
}

form fieldset .invoices_line_wrapper .formfield .field {
	width: 80%;
	float: none;
}

form fieldset .formfield {
	margin: 0 0 18px 0;
	*zoom: 1;
	position: relative;
}

form fieldset .formfield:before,
form fieldset .formfield:after {
	content: "";
	display: table;
}

form fieldset .formfield:after {
	clear: both;
}

form fieldset .formfield label {
	float: left;
	width: 40%;
	line-height: 36px;
}

form fieldset .formfield label.full-width {
	width: 100%;
	float: none;
}

form fieldset .formfield .field {
	position: relative;
	float: left;
	width: 60%;
}

form fieldset .formfield .field.field13 {
	width: 33%;
}

form fieldset .formfield .field.full-width {
	width: 100%;
	float: none;
}

form fieldset .formfield .field.search-field input,
form fieldset .formfield .field.search-field textarea,
form fieldset .formfield .field.search-field select {
	width: 80%;
}

form fieldset .formfield .field.search-field .search-icon {
	max-height: 30px;
	max-width: 20%;
	vertical-align: middle;
	cursor: pointer;
}

form fieldset .formfield .field .field-info {
	color: #bcc1c5;
}

form fieldset .formfield.error label {
	color: #d52b1e;
}

form fieldset .formfield.error input[type="text"],
form fieldset .formfield.error input[type="password"],
form fieldset .formfield.error select {
	border: 1px solid #d52b1e;
}

form fieldset .formfield.day_empty {
	float: left;
	width: 14%;
}

form fieldset .formfield.day_empty label {
	width: 100%;
	text-align: center;
}

form fieldset .formfield.day_empty .field {
	width: 100%;
	float: left;
	text-align: center;
}

form fieldset .formfield.amount_empty label {
	float: left;
	width: 15%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 36px;
}

form fieldset .formfield.amount_empty .field {
	position: relative;
	float: right;
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 36px;
	text-align: right;
}

form fieldset .formfield.amount_empty .field input,
form fieldset .formfield.amount_empty .field select {
	width: 134px;
	float: left;
	min-width: 0;
}

form fieldset .formfield.amount_empty .field span {
	float: left;
	margin: 0 10px;
	line-height: 36px;
}

.message {
	border: 1px solid #3f9fd7;
	padding: 15px;
	margin-bottom: 15px;
}

.skinned-form-controls input[type="checkbox"],
.skinned-form-controls input[type="radio"] {
	position: absolute;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	z-index: 999;
	cursor: pointer;
}

.skinned-form-controls span {
	position: relative;
	margin-right: 2em;
}

.skinned-form-controls input[type="radio"] + span::before,
.skinned-form-controls input[type="checkbox"] + span::before {
	content: "";
	display: inline-block;
	width: 33px;
	height: 24px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.skinned-form-controls input[type="radio"],
.skinned-form-controls input[type="checkbox"] {
	width: 24px;
	height: 24px;
}

.skinned-form-controls input[type="radio"] + span::before {
	background: url(/images/radio.png) no-repeat;
}

.skinned-form-controls input[type="radio"]:checked + span::before {
	background: url(/images/radio-selected.png) no-repeat;
}

.skinned-form-controls input[type="checkbox"] + span::before {
	background: url(/images/checkbox.png) no-repeat;
}

.skinned-form-controls input[type="checkbox"]:checked + span::before {
	background: url(/images/checkbox_checked.png) no-repeat;
}

.skinned-form-controls input[type="radio"]:disabled + span,
.skinned-form-controls input[type="checkbox"]:disabled + span,
.skinned-form-controls input[type="radio"]:disabled + span::before,
.skinned-form-controls input[type="checkbox"]:disabled + span::before {
	-moz-opacity: .4;
	-webkit-opacity: .4;
	opacity: .4;
}

.skinned-form-controls input[type="checkbox"]:focus + span::before,
.skinned-form-controls input[type="radio"]:focus + span::before,
.skinned-form-controls input[type="checkbox"]:active + span::before,
.skinned-form-controls input[type="radio"]:active + span::before {
	outline: dotted 1px #ccc;
}

.skinned-form-controls.skinned-form-controls-mac input[type="checkbox"] + span::before,
.skinned-form-controls.skinned-form-controls-mac input[type="radio"] + span::before {
	background-repeat: no-repeat;
}

.form-group label {
	font-weight: bold;
}

form .active-step h2 {
	color: #3f9fd7;
}

input[type="button"],
input[type="checkbox"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="range"],
input[type="reset"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	padding: 12px 13px 12px 13px;
	border: 1px solid #d7dadc;
	color: #262727;
}

input[type="button"].form-control,
input[type="checkbox"].form-control,
input[type="color"].form-control,
input[type="date"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="email"].form-control,
input[type="file"].form-control,
input[type="hidden"].form-control,
input[type="image"].form-control,
input[type="month"].form-control,
input[type="number"].form-control,
input[type="password"].form-control,
input[type="radio"].form-control,
input[type="range"].form-control,
input[type="reset"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="text"].form-control,
input[type="time"].form-control,
input[type="url"].form-control,
input[type="week"].form-control {
	padding: 6px 12px;
}

input[disabled] {
	border: none;
}

.checkbox.search_behaviour {
	float: left;
	margin-bottom: 10px;
	width: 50%;
}

textarea {
	padding: 10px 1%;
	width: 100%;
	height: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

textarea.rtb_large {
	height: 20em;
}

input.error,
select.error,
textarea.error {
	border: 1px solid red;
}

input.ng-dirty.ng-invalid,
select.ng-dirty.ng-invalid,
textarea.ng-dirty.ng-invalid {
	border: 1px solid red;
}

button,
input,
select,
textarea {
	line-height: 1em;
}

.mce-edit-area {
	border-width: 1px !important;
}

input[type="text"],
input[type="email"],
input[type="password"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input[type="submit"] {
	padding: 10px 8px 10px 8px;
	color: #ffffff;
	border: 1px solid #d7dadc;
}

input[type="checkbox"] {
	margin-right: 10px;
}

input:focus,
input:active {
	outline: #3f9fd7 solid 1px;
}

body.invert input[type="button"],
body.invert input[type="checkbox"],
body.invert input[type="color"],
body.invert input[type="date"],
body.invert input[type="datetime"],
body.invert input[type="datetime-local"],
body.invert input[type="email"],
body.invert input[type="file"],
body.invert input[type="hidden"],
body.invert input[type="image"],
body.invert input[type="month"],
body.invert input[type="number"],
body.invert input[type="password"],
body.invert input[type="radio"],
body.invert input[type="range"],
body.invert input[type="reset"],
body.invert input[type="search"],
body.invert input[type="submit"],
body.invert input[type="tel"],
body.invert input[type="text"],
body.invert input[type="time"],
body.invert input[type="url"],
body.invert input[type="week"] {
	border: 1px solid;
	background-color: #4b4d4f;
	color: #262727;
}

::-webkit-input-placeholder {
	color: #bcc1c5;
}

:-moz-placeholder {
	color: #bcc1c5;
}

::-moz-placeholder {
	color: #bcc1c5;
}

:-ms-input-placeholder {
	color: #bcc1c5;
}

.form-controls input[type="checkbox"],
.form-controls input[type="radio"] {
	position: absolute;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	z-index: 999;
	cursor: pointer;
}

.form-controls span {
	position: relative;
	margin-right: 2em;
}

.form-controls input[type="radio"] + span::before,
.form-controls input[type="checkbox"] + span::before {
	content: "";
	display: inline-block;
	width: 33px;
	height: 24px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.form-controls input[type="radio"],
.form-controls input[type="checkbox"] {
	width: 24px;
	height: 24px;
	background-image: url(/images/radio.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.form-controls input[type="radio"] + span::before {
	background-image: url(/images/radio.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.form-controls input[type="radio"]:checked + span::before {
	background-image: url(/images/radio-selected.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.form-controls input[type="checkbox"] + span::before {
	background-image: url(/images/checkbox.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.form-controls input[type="checkbox"]:checked + span::before {
	background-image: url(/images/checkbox_checked.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.form-controls input[type="radio"]:disabled + span,
.form-controls input[type="checkbox"]:disabled + span,
.form-controls input[type="radio"]:disabled + span::before,
.form-controls input[type="checkbox"]:disabled + span::before {
	-moz-opacity: .4;
	-webkit-opacity: .4;
	opacity: .4;
}

.form-controls input[type="checkbox"]:focus + span::before,
.form-controls input[type="radio"]:focus + span::before,
.form-controls input[type="checkbox"]:active + span::before,
.form-controls input[type="radio"]:active + span::before {
	outline: dotted 1px #ccc;
}

.form-controls.form-controls-mac input[type="checkbox"] + span::before,
.form-controls.form-controls-mac input[type="radio"] + span::before {
	background-repeat: no-repeat;
}

body.invert .form-controls input[type="radio"],
body.invert .form-controls input[type="checkbox"] {
	background-image: url(/images/radio-invert.png);
}

body.invert .form-controls input[type="radio"] + span::before {
	background-image: url(/images/radio-invert.png);
}

body.invert .form-controls input[type="radio"]:checked + span::before {
	background-image: url(/images/radio-invert-selected.png);
}

body.invert .form-controls input[type="checkbox"] + span::before {
	background-image: url(/images/checkbox.png);
}

body.invert .form-controls input[type="checkbox"]:checked + span::before {
	background-image: url(/images/checkbox_checked.png);
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}

#lightbox-nav-btnNext {
	right: 0;
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
	width: 130px;
	float: right;
	padding-bottom: 0.7em;
}

.loader {
	width: 100%;
	height: 100px;
	background: url('/images/ajax-loader.gif') no-repeat center center;
	opacity: 0.3;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.loader-container {
	position: relative;
	padding-top: 100px;
}

.loader-container .loader {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: center;
	transform: translateY(0);
}

.loader-container .loader:before {
	content: "\f110";
	font-family: FontAwesome;
	position: absolute;
	top: 25px;
	height: 50px;
	line-height: 50px;
	width: 50px;
	margin-left: -25px;
	font-size: 40px;
	animation: fa-spin 2s infinite linear;
}

.loader-container .loading-title {
	margin-top: 0;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

ul.default {
	padding-left: 20px;
	list-style: disc;
}

ul.default li {
	border-bottom: none;
	padding: 0;
}

ul li {
	border-bottom: 1px dashed #bcc1c5;
	padding: 5px 10px;
}

ul.nav li {
	border-bottom: none;
	padding: 0;
}

.tab-content {
	padding-top: 10px;
}

.customer-product:nth-child(even) {
	background: #EEE;
}

.search-product-list-item:nth-child(2n) {
	background-color: #eee;
}

nav.top-menu {
	height: 45px;
	background-color: #3f9fd7;
}

nav.top-menu ul li {
	border: none;
}

.header-stat {
	padding-left: 5px;
	padding-right: 5px;
}

.header-stat .row {
	width: auto;
}

.header-stat a {
	color: black;
}

.header-stat a:hover {
	color: #3f9fd7;
}

.header-stat .inner {
	padding: 0 10px;
	background: white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header-stat .status_icon {
	background: none;
	vertical-align: middle;
}

.header-stat .stat-amount {
	color: #3f9fd7;
	padding-right: 5px;
	padding-left: 5px;
}

.missing-orders {
	position: relative;
}

.missing-orders .fold-out {
	display: none;
	position: absolute;
	top: 46px;
	right: 0;
	width: 400px;
	padding: 20px;
	line-height: 1.3;
	background: white;
	color: black;
	border: 1px solid #ddd;
	border-top: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.missing-orders .trigger-dropdown {
	overflow: visible;
}

.missing-orders .trigger-dropdown:hover .fold-out {
	display: block;
}

nav.top-menu {
	height: 45px;
	line-height: 45px;
	background-color: #3f9fd7;
	margin-bottom: 36px;
	color: #ffffff;
}

nav.top-menu.top-menu-fixed {
	position: fixed;
	width: 100%;
	z-index: 100;
}

nav.top-menu ul li {
	padding: 0 20px;
	position: relative;
	float: left;
}

nav.top-menu ul li:not(.no-hover):hover,
nav.top-menu ul li:not(.no-hover).active {
	background-color: #ffffff;
}

nav.top-menu ul li:not(.no-hover):hover a,
nav.top-menu ul li:not(.no-hover).active a {
	color: #424242;
	text-decoration: none;
}

nav.top-menu ul li a {
	font-family: SyntaxLTStdRegular, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
}

nav.top-menu ul li ul.level-2 {
	display: none;
	width: 198px;
	position: absolute;
	background-color: #ffffff;
	top: 43px;
	left: 0;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	z-index: 1000000;
}

nav.top-menu ul li ul.level-2.open-left {
	left: auto;
	right: 0;
}

nav.top-menu ul li ul.level-2 li {
	line-height: 100%;
	width: 100%;
	border-bottom: 1px solid #eee;
}

nav.top-menu ul li ul.level-2 li a {
	padding: 15px 0;
	color: #828282;
}

nav.top-menu ul li ul.level-2 li:hover a {
	color: #424242;
}

nav.top-menu ul li:hover ul.level-2 {
	display: block;
}

nav.top-menu ul li:hover ul.level-2 a {
	text-decoration: none;
}

.home-news {
	position: relative;
	padding-bottom: 77%;
	background-position: 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.home-news:first-child {
	margin-bottom: 20px;
}

.home-news img {
	width: 100%;
	vertical-align: bottom;
}

.home-news p {
	font-size: 12px;
	line-height: 140%;
	padding: 12px;
	margin: 0;
	color: #ffffff;
	background: url('../images/.png') repeat;
	background: RGBA(0, 0, 0, 0.85);
	position: absolute;
	bottom: 0;
}

.home-news a {
	width: 100%;
	height: 100%;
	position: absolute;
}

.news_max_M .home-news {
	padding-bottom: 66%;
}

.news_max_XS .home-news {
	padding-bottom: 100%;
}

.notification-wrapper {
	width: 100%;
	padding: 10px 5%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

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

.notification-wrapper.error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.menu-notification-active {
	position: relative;
}

.menu-notification-active:after {
	position: absolute;
	right: 5px;
	top: 5px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	border: 1px solid #00af00;
	background: #00af00;
	color: white;
	display: block;
	content: attr(data-notification);
}

#pagination div.pagebar-wrapper,
.pagination div.pagebar-wrapper {
	margin: 16px 0;
	padding: 0;
	z-index: 10;
	text-align: center;
}

#pagination div.pagebar-wrapper .pagebar-item,
.pagination div.pagebar-wrapper .pagebar-item {
	margin-left: 10px;
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}

#pagination div.pagebar-wrapper .pagebar-item:first-child,
.pagination div.pagebar-wrapper .pagebar-item:first-child {
	margin-left: 0;
}

#pagination div.pagebar-wrapper .pagebar-item.current,
#pagination div.pagebar-wrapper .pagebar-item:hover,
.pagination div.pagebar-wrapper .pagebar-item.current,
.pagination div.pagebar-wrapper .pagebar-item:hover {
	color: ;
	background: #ced8ed;
	text-decoration: none;
}

#pagination div.pagebar-wrapper .pagebar-item span.modernpictogram,
#pagination div.pagebar-wrapper .pagebar-item.modernpictogram,
.pagination div.pagebar-wrapper .pagebar-item span.modernpictogram,
.pagination div.pagebar-wrapper .pagebar-item.modernpictogram {
	border: none;
	height: 30px;
	width: 30px;
	color: #ffffff;
}

#pagination div.pagebar-wrapper .pagebar-item span.modernpictogram.clickable:hover,
#pagination div.pagebar-wrapper .pagebar-item.modernpictogram.clickable:hover,
.pagination div.pagebar-wrapper .pagebar-item span.modernpictogram.clickable:hover,
.pagination div.pagebar-wrapper .pagebar-item.modernpictogram.clickable:hover {
	color: #3f9fd7;
}

#pagination div.pagebar-wrapper .pagebar-item.noclick,
.pagination div.pagebar-wrapper .pagebar-item.noclick {
	color: #707070;
	background: #e4e6e8;
}

#pagination div.pagebar-wrapper.small,
.pagination div.pagebar-wrapper.small {
	display: none;
}

.popup-background {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.ajax-search-wrapper {
	position: absolute;
	width: 900px;
	height: 600px;
	margin: auto;
	background: #ffffff;
	opacity: 1;
	top: 0;
	left: 0;
	z-index: 1043;
	right: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-content {
	max-width: 700px;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #cccccc;
}

.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 16px;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

#search {
	margin-top: 1.2em;
}

#search .search_wrapper {
	padding-top: 18px;
	border-bottom: 1px solid;
}

#search .searchresults_wrapper {
	padding-top: 18px;
}

#search .searchresults_wrapper .search_subheader {
	padding-bottom: 18px;
	border-bottom: 1px solid;
}

#search .searchresults_wrapper span a {
	font-family: verdana;
	color: ;
	font-size: 0.8em;
}

#search .searchurl a {
	color: ;
}

.select2-container {
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.select2-container .select2-choice {
	display: block;
	height: 26px;
	padding: 0 0 0 8px;
	overflow: hidden;
	position: relative;
	border: 1px solid #aaa;
	white-space: nowrap;
	line-height: 26px;
	color: #444;
	text-decoration: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
}

.select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #aaa;
}

.select2-container .select2-choice span {
	margin-right: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 26px;
	top: 8px;
	font-size: 1px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	outline: 0;
}

.select2-container .select2-choice abbr:hover {
	background-position: right -11px;
	cursor: pointer;
}

.select2-drop-mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9998;
	opacity: 0;
	filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background-color: #fff;
}

.select2-drop {
	width: 100%;
	margin-top: -1px;
	position: absolute;
	z-index: 9999;
	top: 100%;
	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	border-top: 0;
}

.select2-drop.select2-drop-above {
	margin-top: 1px;
	border-top: 1px solid #aaa;
	border-bottom: 0;
}

.select2-container .select2-choice div {
	display: block;
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #aaa;
	background: #ccc;
}

.select2-container .select2-choice div b {
	display: block;
	width: 100%;
	height: 100%;
}

.select2-search {
	display: inline-block;
	width: 100%;
	min-height: 26px;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
	position: relative;
	z-index: 10000;
	white-space: nowrap;
}

.select2-search-hidden {
	display: block;
	position: absolute;
	left: -10000px;
}

.select2-search input {
	width: 100%;
	height: auto !important;
	min-height: 26px;
	padding: 4px 20px 4px 5px;
	margin: 0;
	outline: 0;
	font-family: sans-serif;
	font-size: 1em;
}

.select2-drop.select2-drop-above .select2-search input {
	margin-top: 4px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: none;
}

.select2-dropdown-open .select2-choice {
	border-bottom-color: transparent;
	background-color: #eee;
}

.select2-dropdown-open .select2-choice div {
	background: transparent;
	border-left: none;
	filter: none;
}

.select2-dropdown-open .select2-choice div b {
	background-position: -18px 1px;
}

.select2-results {
	max-height: 200px;
	padding: 0 0 0 4px;
	margin: 4px 4px 4px 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
	margin: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
	padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
	padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
	padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
	padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
	padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
	padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
	padding-left: 120px;
}

.select2-results li {
	list-style: none;
	display: list-item;
	background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
	font-weight: bold;
}

.select2-results .select2-result-label {
	padding: 3px 7px 4px;
	margin: 0;
	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;
}

.select2-results .select2-highlighted {
	background: #3875d7;
	color: #fff;
}

.select2-results li em {
	background: #feffde;
	font-style: normal;
}

.select2-results .select2-highlighted em {
	background: transparent;
}

.select2-results .select2-highlighted ul {
	background: white;
	color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
	background: #f4f4f4;
	display: list-item;
}

.select2-results .select2-disabled.select2-highlighted {
	color: #666;
	background: #f4f4f4;
	display: list-item;
	cursor: default;
}

.select2-results .select2-disabled {
	background: #f4f4f4;
	display: list-item;
	cursor: default;
}

.select2-results .select2-selected {
	display: none;
}

.select2-more-results {
	background: #f4f4f4;
	display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.select2-container.select2-container-disabled .select2-choice div {
	background-color: #f4f4f4;
	background-image: none;
	border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
	display: none;
}

.select2-container-multi .select2-choices {
	height: auto !important;
	height: 1%;
	margin: 0;
	padding: 0;
	position: relative;
	border: 1px solid #aaa;
	cursor: text;
	overflow: hidden;
	background-color: #fff;
}

.select2-locked {
	padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
	min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: none;
}

.select2-container-multi .select2-choices li {
	float: left;
	list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
	padding: 5px;
	margin: 1px 0;
	font-family: sans-serif;
	font-size: 100%;
	color: #666;
	outline: 0;
	border: 0;
	background: transparent !important;
}

.select2-default {
	color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 18px;
	margin: 3px 0 3px 5px;
	position: relative;
	line-height: 13px;
	color: #333;
	cursor: default;
	border: 1px solid #aaaaaa;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #e4e4e4;
}

.select2-container-multi .select2-choices .select2-search-choice span {
	cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
	background: #d4d4d4;
}

.select2-search-choice-close {
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 4px;
	font-size: 1px;
	outline: none;
}

.select2-container-multi .select2-search-choice-close {
	left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
	background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
	background-position: right -11px;
}

.select2-container-multi.select2-container-disabled .select2-choices {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 5px;
	border: 1px solid #ddd;
	background-image: none;
	background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
	display: none;
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
	text-decoration: underline;
}

.select2-offscreen {
	position: absolute;
	left: -10000px;
}

select {
	height: 40px;
	border: 1px solid #d7dadc;
	padding: 8px 13px 8px 13px;
	vertical-align: middle;
	color: #262727;
	width: 100%;
}

option {
	line-height: 40px;
	border: 1px solid #d7dadc;
	padding: 12px 13px 12px 13px;
	color: #262727;
}

.select2-container {
	width: 100%;
	height: 38px;
}

input[type="file"] {
	cursor: pointer !important;
}

.select2-container .select2-choice {
	padding: 0;
	height: 38px;
	border: 1px solid #d7dadc;
}

.filter-wrapper .select2-container .select2-choice {
	height: 36px;
}

.select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #d7dadc;
}

.select2-container .select2-choice span {
	margin-right: 38px;
	margin-left: 14px;
	line-height: 38px;
	color: #262727;
}

.select2-container .select2-choice abbr {
	width: 38px;
	height: 36px;
	right: 38px;
	top: 8px;
}

.select2-container .select2-choice abbr:hover {
	background-position: right -11px;
	cursor: pointer;
}

.select2-drop-mask {
	background-color: white;
}

.select2-drop {
	background: #ffffff;
	color: #000;
	border: 1px solid #d7dadc;
	margin-top: 0px;
}

.select2-drop.select2-drop-above {
	margin-top: 1px;
	border-top: 1px solid #d7dadc;
	border-bottom: 0;
}

.select2-container .select2-choice {
	background: #ffffff;
}

.select2-container .select2-choice div {
	width: 39px;
	border-left: 1px solid #d7dadc;
	background: #ffffff;
}

.select2-container .select2-choice div b {
	background-color: #d7dadc;
	background-image: url('/images/btn-dd.png');
	background-size: 38px 37px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	border: 1px solid #d7dadc;
	outline: none;
}

.select2-dropdown-open .select2-choice {
	border-bottom-color: transparent;
	background-color: #ffffff;
}

.select2-dropdown-open .select2-choice div {
	background: transparent;
	filter: none;
}

.select2-dropdown-open .select2-choice div b {
	background-position: 0px 1px;
}

.select2-results {
	padding: 0;
	margin: 0;
}

.select2-result {
	line-height: 38px;
	border-bottom: 1px solid #d7dadc;
}

.select2-result:last-child {
	border-bottom: none;
}

.select2-results .select2-result-label {
	padding: 0px 7px 0px 14px;
}

.select2-results .select2-highlighted {
	background-color: #3f9fd7;
	color: #ffffff;
}

body.invert select {
	border: 1px solid;
	color: #bcc1c5;
	-webkit-box-shadow: inset 0 2px 2px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0 2px 2px 0px rgba(0, 0, 0, 0.35);
	-o-box-shadow: inset 0 2px 2px 0px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0 2px 2px 0px rgba(0, 0, 0, 0.35);
}

body.invert option {
	border: 1px solid;
	color: #bcc1c5;
}

body.invert .select2-container .select2-choice {
	border: 1px solid;
	-webkit-box-shadow: inset 0 2px 2px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0 2px 2px 0px rgba(0, 0, 0, 0.35);
	-o-box-shadow: inset 0 2px 2px 0px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0 2px 2px 0px rgba(0, 0, 0, 0.35);
}

body.invert .select2-container.select2-drop-above .select2-choice {
	border-bottom-color: ;
}

body.invert .select2-container .select2-choice span {
	color: #bcc1c5;
}

body.invert .select2-drop-mask {
	background-color: #4b4d4f;
}

body.invert .select2-drop {
	background: #4b4d4f;
	color: #bcc1c5;
	border: 1px solid;
}

body.invert .select2-drop.select2-drop-above {
	border-top: 1px solid;
}

body.invert .select2-container .select2-choice {
	background: #4b4d4f;
}

body.invert .select2-container .select2-choice div {
	border-left: 1px solid;
	background: #4b4d4f;
}

body.invert .select2-container .select2-choice div b {
	background-color: ;
	background-image: url('/images/btn-dd-invert.png');
	background-size: 38px 37px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

body.invert .select2-container-active .select2-choice,
body.invert .select2-container-active .select2-choices {
	border: 1px solid;
}

body.invert .select2-dropdown-open .select2-choice {
	border-bottom-color: transparent;
	background-color: #4b4d4f;
}

body.invert .select2-dropdown-open .select2-choice div {
	background: transparent;
}

body.invert .select2-result {
	border-bottom: 1px solid;
}

div.slider_background {
	background: transparent url('/images/slider_background.png') top left;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	width: 100%;
	height: 70px;
}

div.slider {
	background: transparent url('/images/slider_active.png') top left;
	background-repeat: no-repeat;
	background-size: cover;
	width: 1px;
	float: left;
	height: 70px;
}

.adv_calc_slider_firstvalue {
	width: 100px;
	padding-top: 5px;
	float: left;
}

.adv_calc_slider_lastvalue {
	float: right;
	width: 125px;
	padding-top: 5px;
	text-align: right;
}

.ui-slider {
	background: #f5f5f5;
}

.ui-slider .ui-slider-handle {
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #3f9fd7;
	cursor: pointer;
	height: 25px;
	width: 25px;
	top: -8px;
	text-align: center;
	line-height: 25px;
}

.social-media-bar li {
	padding: 0;
	background: none;
}

.social-media-bar li.social_media_item span {
	font-size: 11px;
	color: ;
}

.social-media-bar li.social_media_item img {
	vertical-align: middle;
}

.social-media-bar li:hover.social_media_item span {
	color: ;
}

li.social_media_item a span {
	line-height: 18px;
}

.socials .share_content {
	text-align: right;
	float: right;
	width: 100%;
	margin-left: 3%;
}

.socials .share_content a {
	float: right !important;
	margin-left: 10px;
}

.addthis_toolbox a {
	display: inline-block;
	height: 24px;
	width: 24px;
}

.addthis_toolbox .addthis_button_twitter {
	background-image: url(/images/social_twitter.png);
	background-image: url(/images/social_twitter.svg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: 23px 23px;
}

.addthis_toolbox .addthis_button_facebook {
	background-image: url(/images/social_facebook.png);
	background-image: url(/images/social_facebook.svg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: 23px 23px;
}

.addthis_toolbox .addthis_button_email {
	background-image: url(/images/social_mail.png);
	background-image: url(/images/social_mail.svg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: 23px 23px;
}

.addthis_toolbox .addthis_button_linkedin {
	background-image: url(/images/social_linkedin.png);
	background-image: url(/images/social_linkedin.svg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: 23px 23px;
}

.addthis_toolbox .addthis_button_twitter:hover {
	background-image: url(/images/social_twitter_hover.png);
	background-image: url(/images/social_twitter_hover.svg);
}

.addthis_toolbox .addthis_button_facebook:hover {
	background-image: url(/images/social_facebook_hover.png);
	background-image: url(/images/social_facebook_hover.svg);
}

.addthis_toolbox .addthis_button_email:hover {
	background-image: url(/images/social_mail_hover.png);
	background-image: url(/images/social_mail_hover.svg);
}

.addthis_toolbox .addthis_button_linkedin:hover {
	background-image: url(/images/social_linkedin_hover.png);
	background-image: url(/images/social_linkedin_hover.svg);
}

.social_media_bar_max_S .socials {
	width: 100%;
}

.social_media_bar_max_S .socials .share_content {
	text-align: right;
	float: left;
	width: 81%;
	padding-top: 5px;
}

.social_media_bar_max_S .socials .share_content a {
	float: left !important;
}

body.invert .table,
body.invert .t-row,
body.invert .t-cel,
body.invert .t-head {
	min-height: 30px;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.invert .table .t-col16,
body.invert .table .t-col25,
body.invert .table .t-col33,
body.invert .table .t-col66,
body.invert .table .t-col50,
body.invert .table .t-col100 {
	float: left;
}

body.invert .table .t-col16 {
	width: 16.66666666666667%;
}

body.invert .table .t-col25 {
	width: 25%;
}

body.invert .table .t-col33 {
	width: 33.3333333%;
}

body.invert .table .t-col66 {
	width: 66.6666666%;
}

body.invert .table .t-col50 {
	width: 50%;
}

body.invert .table .t-col100 {
	width: 100%;
}

body.invert tbody {
	*zoom: 1;
}

body.invert tbody:before,
body.invert tbody:after {
	content: "";
	display: table;
}

body.invert tbody:after {
	clear: both;
}

body.invert .table,
body.invert table {
	border: 1px solid #4b4d4f;
	border-bottom: none;
	font-family: Verdana;
	font-size: 12px;
	border-collapse: separate;
	margin-bottom: 18px;
}

body.invert .table .ziggo_icon,
body.invert table .ziggo_icon {
	vertical-align: text-top !important;
	margin: 0;
	padding: 0 5px;
}

body.invert .t-row,
body.invert tr,
body.invert .t-cel,
body.invert td {
	font-family: Verdana;
	font-size: 12px;
	line-height: 30px;
}

body.invert .t-row:nth-child(even),
body.invert tr:nth-child(even) {
	background: ;
}

body.invert th {
	text-align: left;
	font-weight: bold;
}

body.invert .t-row {
	border-bottom: 1px solid #4b4d4f;
}

body.invert .t-cel,
body.invert .t-head {
	border-right: 1px solid #4b4d4f;
	vertical-align: top;
}

body.invert td,
body.invert th {
	border-right: 1px solid #4b4d4f;
	border-bottom: 1px solid #4b4d4f;
	vertical-align: top;
}

body.invert .t-cel:last-child,
body.invert td:last-child,
body.invert .t-head:last-child,
body.invert th:last-child {
	border-right: none;
}

body.invert .t-cel,
body.invert td,
body.invert .t-head,
body.invert th {
	padding: 15px 10px;
}

table {
	width: 100%;
	border: 1px solid #c9cdd1;
	border-bottom: none;
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 18px;
}

table .saturday,
table .same-day {
	display: none;
}

table.order_info_table,
table.contracts_info_table {
	border: none;
}

table.order_info_table label,
table.contracts_info_table label {
	font-weight: bold;
}

table.order_info_table th,
table.contracts_info_table th {
	border: none;
	padding: 2px 5px;
	text-align: left;
}

table.order_info_table td,
table.contracts_info_table td {
	border: none;
	padding: 2px 5px;
}

table.order_info_table td.label,
table.contracts_info_table td.label {
	width: 17%;
	font-weight: bold;
}

table.order_info_table tr,
table.contracts_info_table tr {
	background: #ffffff;
}

table.order_info_table tr:nth-child(even),
table.contracts_info_table tr:nth-child(even) {
	background: #eceef0;
}

table .label {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
}

table tr,
table td {
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
}

table tr:nth-child(even) {
	background: #eceef0;
}

table tr.order-row,
table tr.contracts-row {
	cursor: pointer;
}

table tr.order-row.active,
table tr.contracts-row.active {
	background: #3f9fd7;
	color: #FFF;
}

table tr.order-row.contract-inactive,
table tr.contracts-row.contract-inactive {
	color: orange;
}

table tr.order-row.contract-inactive:hover,
table tr.contracts-row.contract-inactive:hover {
	color: orange;
}

table tr.order-row.contract-new,
table tr.contracts-row.contract-new {
	color: limegreen;
}

table tr.order-row.contract-new:hover,
table tr.contracts-row.contract-new:hover {
	color: limegreen;
}

table tr.order-row.contract-end,
table tr.contracts-row.contract-end {
	color: red;
}

table tr.order-row.contract-end:hover,
table tr.contracts-row.contract-end:hover {
	color: red;
}

table tr.order-row:hover,
table tr.contracts-row:hover {
	background: #3f9fd7;
	color: #FFF;
}

table tr.active {
	font-weight: bold;
}

table td,
table th {
	border-right: 1px solid #e4e6e8;
	border-bottom: 1px solid #c9cdd1;
	vertical-align: middle;
}

table th {
	visibility: top;
}

table td:last-child,
table th:last-child {
	border-right: none;
}

table td,
table th {
	padding: 10px 10px;
}

table td.country_image img {
	vertical-align: middle;
}

table td.advisory {
	font-size: 25px !important;
}

.ajax-search-wrapper table {
	border: 1px solid #c9cdd1;
}

.ajax-search-wrapper table tr td {
	padding: 0 10px;
	border: none;
}

.ajax-search-wrapper table tr td:last-child {
	width: 50px;
}

.table .price,
td.price {
	font-family: museo700, Verdana, Arial !important;
	font-size: 1.5em !important;
}

.table .price sup,
td.price sup {
	top: -0.5em;
	left: -0.3em;
	font-size: 0.6em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.tables_max_S td,
.tables_max_S th {
	padding-left: 10px;
	padding-right: 5px;
}

.tables_max_XS td,
.tables_max_XS th {
	padding-left: 20px;
	padding-right: 10px;
}

.td_border_right_js {
	border-right: 1px solid #c9cdd1;
}

.table_last_updated {
	padding: 5px 10px;
	background: #eceef0;
	border: 1px solid #c9cdd1;
	width: auto;
	float: left;
}

.responsive-table-horizon td[class="row-break"],
.responsive-table-vertical td[class="row-break"],
.responsive-table-mixed td[class="row-break"],
.responsive-treated-table-horizon td[class="row-break"],
.responsive-treated-table-mixed td[class="row-break"],
.responsive-treated-table-vertical td[class="row-break"],
.responsive-fixed-table td[class="row-break"] {
	border: none;
}

.table-header {
	position: relative;
}

.table-header img {
	vertical-align: middle;
}

.table-header .accordion-icon {
	position: absolute;
	cursor: pointer;
	right: 15px;
	top: 15px;
}

td.download {
	text-align: center;
}

tr.accordion_table {
	cursor: pointer;
}

.responsive-fixed-table {
	width: 100%;
	margin-bottom: 18px;
}

.responsive-fixed-table tr:first-child {
	font-weight: bold;
}

div.calender_header {
	display: table;
}

.calendar_header_input_wrapper {
	width: 170px;
	float: left;
	color: ;
}

input {
	cursor: pointer;
}

.calendar_header_input_wrapper.skinned-form-controls input {
	height: 45px;
}

.calendar_header {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.financial_calendar_table td.date {
	width: 25%;
}

.financial_calendar_table .tr_responsive_hidden {
	display: none;
}

.dividend_calendar_table td.date {
	width: 25%;
}

.dividend_calendar_table .tr_responsive_hidden {
	display: none;
}

.financial_publications_head .financialresults_years {
	width: 24%;
	float: left;
	color: ;
}

.financial_publications_head .annualreports_years {
	width: 24%;
	float: left;
	color: ;
}

.financial_publications_head input {
	cursor: pointer;
}

.financial_publications_head .skinned-form-controls input[type="radio"] + span::before {
	width: 28px;
}

.financialresults_table {
	width: 100%;
	margin: 0 0 15px 0;
}

.financialresults_table .td_first {
	width: 20%;
}

.financialresults_table .tr_responsive_hidden {
	display: none;
}

.annualreports_table td {
	width: 35%;
}

.annualreports_table .td_first {
	width: 30%;
}

.annualreports_table .tr_responsive_hidden {
	display: none;
}

tr.archived {
	display: none;
}

div.td_dropdown {
	display: none;
}

table.financial_calendar_table td {
	position: relative;
}

table.financial_calendar_table td.calendar.archived {
	display: none;
}

table.financial_calendar_table td.dropdown_td {
	text-align: center;
	padding: 0;
}

table.financial_calendar_table td div.td_dropdown_wrapper {
	display: block;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
	height: 45px;
	width: 45px;
}

table.financial_calendar_table td div.td_dropdown_wrapper.active {
	background: #bcc1c5;
}

table.financial_calendar_table td div.td_dropdown_wrapper.active span.ziggo_icon {
	position: relative;
	z-index: 10000;
}

table.financial_calendar_table td div.td_dropdown {
	position: absolute;
	width: 170px;
	display: none;
	background: #d7dadc;
	clear: both;
	z-index: 9999;
	top: -3px;
	right: -18px;
	font-size: 12px;
	padding-top: 45px;
	border: 1px solid #eceef0;
}

table.financial_calendar_table td div.td_dropdown ul {
	margin-bottom: 0;
}

table.financial_calendar_table td div.td_dropdown ul li {
	margin: 0;
	list-style: none;
	background: none;
	border-bottom: 1px solid #c9cdd1;
	padding: 5px 10px;
	line-height: 45px;
}

table.financial_calendar_table td div.td_dropdown ul li div.ziggo_icon {
	display: inline-table;
	float: left;
	width: 30px;
	line-height: 45px;
	vertical-align: middle;
}

table.financial_calendar_table td div.td_dropdown ul li div.description {
	float: right;
}

table.financial_calendar_table td div.td_dropdown ul li a:hover div.ziggo_icon,
table.financial_calendar_table td div.td_dropdown ul li a:hover div.description {
	color: #3f9fd7;
}

table.financial_calendar_table td:first-child {
	width: 20%;
}

table.upcomming td,
table.archived td {
	position: relative;
}

table.upcomming td.calendar.archived,
table.archived td.calendar.archived {
	display: none;
}

table.upcomming td.dropdown_td,
table.archived td.dropdown_td {
	padding: 0;
}

table.upcomming td div.td_dropdown_wrapper,
table.archived td div.td_dropdown_wrapper {
	display: block;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}

table.upcomming td div.td_dropdown_wrapper.active span.ziggo_icon,
table.archived td div.td_dropdown_wrapper.active span.ziggo_icon {
	position: relative;
	z-index: 10000;
}

table.upcomming td div.td_dropdown,
table.archived td div.td_dropdown {
	display: none;
	border-top: 1px solid #c9cdd1;
	padding-top: 6px;
}

table.upcomming td div.td_dropdown ul li,
table.archived td div.td_dropdown ul li {
	margin: 0;
	list-style: none;
	padding: 6px 0;
	background: none;
	line-height: 25px;
}

table.upcomming td div.td_dropdown ul li div.ziggo_icon,
table.archived td div.td_dropdown ul li div.ziggo_icon {
	display: inline-table;
	float: left;
	width: 30px;
	line-height: 25px;
	vertical-align: middle;
}

table.upcomming td div.td_dropdown ul li div.description,
table.archived td div.td_dropdown ul li div.description {
	float: right;
}

table.upcomming td div.td_dropdown ul li a:hover div.ziggo_icon,
table.upcomming td div.td_dropdown ul li a:hover div.description,
table.archived td div.td_dropdown ul li a:hover div.ziggo_icon,
table.archived td div.td_dropdown ul li a:hover div.description {
	color: #3f9fd7;
}

.table_type_1 tr:nth-child(even) td:last-child {
	background: #eceef0;
}

.table_type_1 td:first-child {
	font-weight: bold;
	width: 25%;
}

.table_type_2_wrapper {
	width: 100%;
	max-width: 100%;
}

.table_type_2 tr:first-child {
	font-weight: bold;
}

.table_type_2 tr:nth-child(even) {
	background: #eceef0;
}

.table_type_3_wrapper {
	width: 100%;
}

.table_type_3_filter_wrapper,
.table_filter_wrapper {
	position: relative;
	background: #bcc1c5;
	line-height: 45px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.table_filter_select {
	width: 100%;
	display: none;
	background-color: #d7dadc;
	border-left: 1px solid #c9cdd1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.table_filter_select .filter_item {
	display: table;
	width: 50%;
	float: left;
	padding-left: 1%;
	line-height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #c9cdd1;
	border-right: 1px solid #c9cdd1;
}

.table_filter_select .filter_item label {
	color: #000000;
	font-size: 12px;
	float: right;
	margin-right: 5%;
}

.table_filter_select .update_table.button {
	height: 30px;
	width: 110px;
	min-width: 1px;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	font-size: 12px;
	float: right;
	z-index: 20000;
	margin: 20px 23px 20px 0;
}

.table_filter_select .update_table.button span {
	font-weight: bold;
}

.table_filter_select .update_table.button.disabled {
	color: red;
}

.table_type_3_filter_wrapper {
	display: table;
	width: 100%;
}

.table_type_3_filter_wrapper .table_type_3_filter {
	float: right;
	line-height: 45px;
	margin-right: 20px;
	cursor: pointer;
}

.table_type_3_filter_wrapper .table_type_3_filter div.button {
	height: 30px;
	width: 90px;
	min-width: 1px;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	position: relative;
	font-size: 12px;
	color: #262727;
	z-index: 20000;
	margin-left: 5px;
}

.table_type_3_filter_wrapper .table_type_3_filter div.button span {
	font-weight: bold;
	vertical-align: middle !important;
}

.table_type_3_filter_wrapper .table_type_3_filter_content {
	position: absolute;
	width: 170px;
	display: none;
	background: #d7dadc;
	clear: both;
	z-index: 9999;
	top: -1px;
	right: -1px;
	font-size: 12px;
	padding-top: 45px;
	border: 1px solid #eceef0;
}

.table_type_3_filter_wrapper .table_type_3_filter_content .filter_item {
	border-bottom: 1px solid #c9cdd1;
	padding: 0 10px;
	cursor: pointer;
}

.table_type_3_filter_wrapper .table_type_3_filter_content .filter_item input {
	margin-top: 12px;
	border: 1px solid #c9cdd1;
}

.table_type_3_filter_wrapper .table_type_3_filter_content .filter_item input[type='checkbox'] {
	left: 10px;
}

.table_type_3_filter_wrapper .table_type_3_filter_content .filter_item label {
	color: #000000;
}

.table_type_3_filter_wrapper .table_type_3_filter_content .max_filter_items {
	margin: 0px;
	padding: 0px 10px;
	line-height: 16px;
	font-style: italic;
	text-align: center;
}

.table_type_3_filter_wrapper .table_type_3_filter_content .max_filter_items #table_filter_max_items {
	line-height: 16px;
	margin: 0;
	float: none;
	font-style: italic;
}

.table_type_3_filter_wrapper .table_type_3_filter_content span,
.table_type_3_filter_wrapper .table_type_3_filter_content label {
	vertical-align: middle;
	cursor: pointer;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	float: right;
	color: #262727;
}

.table_type_3_filter_wrapper .table_type_3_filter_content span.checkboxfix,
.table_type_3_filter_wrapper .table_type_3_filter_content span.radiofix {
	float: left;
}

.table_type_3_filter_wrapper .table_type_3_filter_content .update_table.button {
	height: 30px;
	width: 110px;
	min-width: 1px;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	font-size: 12px;
	z-index: 20000;
	margin: 20px 0px 20px 30px;
}

.table_type_3_filter_wrapper .table_type_3_filter_content .update_table.button span {
	font-weight: bold;
}

.table_type_3_filter_wrapper .table_type_3_filter_content .update_table.button.disabled {
	color: red;
}

@media screen and (max-width: 619px) {
	.table_type_3_filter_wrapper .table_type_3_filter_content .max_filter_items {
		display: none;
	}

	.table_type_3_filter_wrapper .table_type_3_filter_content .table_filter_select {
		display: block;
	}

	.table_type_3_filter_wrapper .table_type_3_filter_content .table_filter_checkboxes {
		display: none;
	}

	.filter_item {
		display: table;
		width: 50%;
		float: left;
		padding-left: 1%;
		line-height: 45px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 1px solid #c9cdd1;
		border-right: 1px solid #c9cdd1;
	}

	.filter_item label {
		color: #000000;
		font-size: 12px;
		float: right;
		margin-right: 5%;
	}

	.filter_item:last-child {
		border-bottom: 0px;
	}

	.skinned-form-controls input[type="radio"] {
		width: 18px;
		height: 18px;
		margin: 16px 0 0 4px;
		float: left;
	}

	.skinned-form-controls span {
		position: relative;
		margin-right: 0;
	}

	.update_table.button {
		height: 30px;
		width: 110px;
		padding: 0 5px;
		text-align: center;
		vertical-align: middle;
		line-height: 30px;
		font-size: 12px;
		float: right;
		z-index: 20000;
		margin: 20px 23px 20px 0;
	}

	.update_table.button span {
		font-weight: bold;
	}

	.update_table.button.disabled {
		color: red;
	}
}

.table_type_3 tr:first-child {
	font-weight: bold;
	color: #3f9fd7;
}

.table_type_3 tr:first-child td {
	border-right: none;
}

.table_type_3 td:first-child {
	width: 33%;
	font-weight: bold;
}

.table_type_3.key_financial tr:nth-child(even),
.table_type_3.key_operational tr:nth-child(even) {
	background: none;
}

.table_type_3.key_financial tr:first-child,
.table_type_3.key_operational tr:first-child {
	color: #3f9fd7;
}

.table_type_3.key_financial tr:first-child td,
.table_type_3.key_operational tr:first-child td {
	border-right: none;
}

.table_type_3.key_financial tr.row_highlight,
.table_type_3.key_operational tr.row_highlight {
	font-weight: bold;
}

.table_type_3.key_financial tr.section,
.table_type_3.key_operational tr.section {
	color: #3f9fd7;
	background-color: #ffffff;
}

.table_type_3.key_financial td,
.table_type_3.key_operational td {
	text-align: center;
}

.table_type_3.key_financial td:first-child,
.table_type_3.key_operational td:first-child {
	width: 33%;
	text-align: left;
}

.table_type_3.key_financial td.figures,
.table_type_3.key_operational td.figures {
	background-color: ;
}

.table_type_3.key_financial tr.row_highlight,
.table_type_3.key_operational tr.row_highlight {
	background-color: #eceef0;
}

.table_type_3.key_financial tr.row_highlight td.figures,
.table_type_3.key_operational tr.row_highlight td.figures {
	background-color: ;
}

.tables_type_4 td {
	padding: 0 10px;
}

.tables_type_4 td a.button {
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.table-responsive.max-height-sm {
	overflow-y: auto;
	max-height: 300px;
}

.table-responsive.max-height-md {
	overflow-y: auto;
	max-height: 600px;
}

.table-responsive.max-height-lg {
	overflow-y: auto;
	max-height: 900px;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}

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

	.table-responsive > .tables_type_4 > thead > tr > th,
	.table-responsive > .tables_type_4 > tbody > tr > th,
	.table-responsive > .tables_type_4 > tfoot > tr > th,
	.table-responsive > .tables_type_4 > thead > tr > td,
	.table-responsive > .tables_type_4 > tbody > tr > td,
	.table-responsive > .tables_type_4 > tfoot > tr > td {
		white-space: nowrap;
	}

	.table-responsive > .table-bordered {
		border: 0;
	}

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

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

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

.ziggo_icon.tooltip-trigger {
	font-size: 30px !important;
}

.tooltip-trigger {
	cursor: pointer;
}

.tooltip {
	position: absolute;
	z-index: 1070;
	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: 20px 14px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px;
	font-size: 12px;
	line-height: 160%;
}

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

.tool-container {
	background-color: #d0cbcb;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #d0cbcb), color-stop(100%, #e9e5e5));
	background: -moz-linear-gradient(top, #d0cbcb 14%, #e9e5e5 100%);
	background: -ms-linear-gradient(top, #d0cbcb 14%, #e9e5e5 100%);
	background: linear-gradient(to bottom, #d0cbcb 14%, #e9e5e5 100%);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiNkMGNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTllNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0cbcb', endColorstr='#e9e5e5', GradientType=0);
	background-size: 100% 100%;
	border-radius: 3px;
	box-shadow: 0px 0px 15px #969a9e;
	position: absolute;
}

.toolbar-content {
	display: none;
}

.tool-container.tool-top,
.tool-container.tool-bottom {
	height: 34px;
	border-bottom: 1px solid #beb8b8;
}

.tool-items {
	height: 100%;
}

.tool-top .tool-item,
.tool-bottom .tool-item {
	float: left;
	border-right: 1px solid #e2dfdf;
	border-left: 1px solid #9f9898;
}

.tool-left .tool-item,
.tool-right .tool-item {
	height: 34px;
	border-top: 1px solid #e2dfdf;
	border-bottom: 1px solid #9f9898;
}

.tool-item {
	height: 100%;
	display: block;
	width: 44px;
	text-align: center;
}

.tool-item:first-child {
	border-left: none;
}

.tool-left .tool-item:first-child,
.tool-right .tool-item:first-child {
	border-top: 1px solid transparent;
}

.tool-item:last-child {
	border-right: none;
	border-bottom: none;
}

.tool-item.selected,
.tool-item:hover {
	background: #a79f9f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a79f9f), color-stop(93%, #e2dfdf));
	background: -moz-linear-gradient(top, #a79f9f 0%, #e2dfdf 93%);
	background: -ms-linear-gradient(top, #a79f9f 0%, #e2dfdf 93%);
	background: linear-gradient(to bottom, #a79f9f 0%, #e2dfdf 93%);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3OWY5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2UyZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a79f9f', endColorstr='#e2dfdf', GradientType=0);
}

.tool-top .tool-item:last-child:hover,
.tool-bottom .tool-item:last-child:hover {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.tool-top .tool-item:first-child:hover,
.tool-bottom .tool-item:first-child:hover {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.tool-left .tool-item:last-child:hover,
.tool-right .tool-item:last-child:hover {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.tool-left .tool-item:first-child:hover,
.tool-right .tool-item:first-child:hover {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.tool-container .arrow {
	width: 0;
	height: 0;
	position: absolute;
	border-width: 7px;
	border-style: solid;
}

.tool-container.tool-top .arrow {
	border-color: #666666 transparent transparent;
	left: 50%;
	bottom: -14px;
	margin-left: -7px;
}

.tool-container.tool-bottom .arrow {
	border-color: transparent transparent #666666;
	left: 50%;
	top: -14px;
	margin-left: -7px;
}

.tool-container.tool-left .arrow {
	border-color: transparent transparent transparent #666666;
	top: 50%;
	right: -14px;
	margin-top: -7px;
}

.tool-container.tool-right .arrow {
	border-color: transparent #666666 transparent transparent;
	top: 50%;
	left: -14px;
	margin-top: -7px;
}

.demo-link {
	color: #89CDE4;
	text-decoration: underline;
	cursor: pointer;
	margin-left: 30px;
}

.demo-link:hover {
	text-decoration: none;
	cursor: pointer;
}

.settings-button {
	width: 36px;
	height: 28px;
	border-radius: 5px;
	border: 1px solid #161615;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.26), 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
	opacity: 0.7;
	background-color: #343433;
	z-index: 2;
	display: block;
}

.settings-button:hover,
.pressed {
	opacity: 1;
	cursor: pointer;
	z-index: 2;
}

.settings-button img {
	margin: 5px auto 0px auto;
	display: block;
	z-index: -1;
}

.z-always {
	z-index: 1000000;
}

.z-top {
	z-index: 100000;
}

.z-content {
	z-index: 1000;
}

.z-base {
	z-index: 1;
}

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

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

.alert .alert-link {
	font-weight: bold;
}

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

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

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .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;
}

.padding-none {
	padding: 0px !important;
}

.padding {
	padding: 10px !important;
}

.padding-sm {
	padding: 5px !important;
}

.padding-lg {
	padding: 22px !important;
}

.padding-top-none {
	padding-top: 0px !important;
}

.padding-top {
	padding-top: 10px !important;
}

.padding-top-sm {
	padding-top: 5px !important;
}

.padding-top-lg {
	padding-top: 22px !important;
}

.padding-right-none {
	padding-right: 0px !important;
}

.padding-right {
	padding-right: 10px !important;
}

.padding-right-sm {
	padding-right: 5px !important;
}

.padding-right-lg {
	padding-right: 22px !important;
}

.padding-bottom-none {
	padding-bottom: 0px !important;
}

.padding-bottom {
	padding-bottom: 10px !important;
}

.padding-bottom-sm {
	padding-bottom: 5px !important;
}

.padding-bottom-lg {
	padding-bottom: 22px !important;
}

.padding-left-none {
	padding-left: 0px !important;
}

.padding-left {
	padding-left: 10px !important;
}

.padding-left-sm {
	padding-left: 5px !important;
}

.padding-left-lg {
	padding-left: 22px !important;
}

.margin-none {
	margin: 0px !important;
}

.margin {
	margin: 10px !important;
}

.margin-sm {
	margin: 5px !important;
}

.margin-lg {
	margin: 22px !important;
}

.margin-top-none {
	margin-top: 0px !important;
}

.margin-top {
	margin-top: 10px !important;
}

.margin-top-lg {
	margin-top: 22px !important;
}

.margin-top-sm {
	margin-top: 5px !important;
}

.margin-right-none {
	margin-right: 0px !important;
}

.margin-right {
	margin-right: 10px !important;
}

.margin-right-lg {
	margin-right: 22px !important;
}

.margin-right-sm {
	margin-right: 5px !important;
}

.margin-bottom-none {
	margin-bottom: 0px !important;
}

.margin-bottom {
	margin-bottom: 10px !important;
}

.margin-bottom-lg {
	margin-bottom: 22px !important;
}

.margin-bottom-sm {
	margin-bottom: 5px !important;
}

.margin-left-none {
	margin-left: 0px !important;
}

.margin-left {
	margin-left: 10px !important;
}

.margin-left-lg {
	margin-left: 22px !important;
}

.margin-left-sm {
	margin-left: 5px !important;
}

.border-left-none {
	border-left: none !important;
}

.border-right-none {
	border-right: none !important;
}

.border-bottom-none {
	border-bottom: none !important;
}

.border-top-none {
	border-top: none !important;
}

.p-xxs {
	padding: 5px;
}

.p-xs {
	padding: 10px;
}

.p-sm {
	padding: 15px;
}

.p-m {
	padding: 20px;
}

.p-md {
	padding: 25px;
}

.p-lg {
	padding: 30px;
}

.p-xl {
	padding: 40px;
}

.p-w-xs {
	padding: 0 10px;
}

.p-w-sm {
	padding: 0 15px;
}

.p-w-m {
	padding: 0 20px;
}

.p-w-md {
	padding: 0 25px;
}

.p-w-lg {
	padding: 0 30px;
}

.p-w-xl {
	padding: 0 40px;
}

.p-l-none {
	padding-left: 0;
}

.p-l-xs {
	padding-left: 5px;
}

.p-l-sm {
	padding-left: 10px;
}

.p-l {
	padding-left: 15px;
}

.p-l-md {
	padding-left: 20px;
}

.p-l-lg {
	padding-left: 30px;
}

.p-l-xl {
	padding-left: 40px;
}

.m-xxs {
	margin: 2px 4px;
}

.m-xs {
	margin: 5px;
}

.m-sm {
	margin: 10px;
}

.m {
	margin: 15px;
}

.m-md {
	margin: 20px;
}

.m-lg {
	margin: 30px;
}

.m-xl {
	margin: 50px;
}

.m-n {
	margin: 0 !important;
}

.m-l-none {
	margin-left: 0;
}

.m-l-xs {
	margin-left: 5px;
}

.m-l-sm {
	margin-left: 10px;
}

.m-l {
	margin-left: 15px;
}

.m-l-md {
	margin-left: 20px;
}

.m-l-lg {
	margin-left: 30px;
}

.m-l-xl {
	margin-left: 40px;
}

.m-l-n-xxs {
	margin-left: -1px;
}

.m-l-n-xs {
	margin-left: -5px;
}

.m-l-n-sm {
	margin-left: -10px;
}

.m-l-n {
	margin-left: -15px;
}

.m-l-n-md {
	margin-left: -20px;
}

.m-l-n-lg {
	margin-left: -30px;
}

.m-l-n-xl {
	margin-left: -40px;
}

.m-t-none {
	margin-top: 0;
}

.m-t-xxs {
	margin-top: 1px;
}

.m-t-xs {
	margin-top: 5px;
}

.m-t-sm {
	margin-top: 10px;
}

.m-t {
	margin-top: 15px;
}

.m-t-md {
	margin-top: 20px;
}

.m-t-lg {
	margin-top: 30px;
}

.m-t-xl {
	margin-top: 40px;
}

.m-t-n-xxs {
	margin-top: -1px;
}

.m-t-n-xs {
	margin-top: -5px;
}

.m-t-n-sm {
	margin-top: -10px;
}

.m-t-n {
	margin-top: -15px;
}

.m-t-n-md {
	margin-top: -20px;
}

.m-t-n-lg {
	margin-top: -30px;
}

.m-t-n-xl {
	margin-top: -40px;
}

.m-r-none {
	margin-right: 0;
}

.m-r-xxs {
	margin-right: 1px;
}

.m-r-xs {
	margin-right: 5px;
}

.m-r-sm {
	margin-right: 10px;
}

.m-r {
	margin-right: 15px;
}

.m-r-md {
	margin-right: 20px;
}

.m-r-lg {
	margin-right: 30px;
}

.m-r-xl {
	margin-right: 40px;
}

.m-r-n-xxs {
	margin-right: -1px;
}

.m-r-n-xs {
	margin-right: -5px;
}

.m-r-n-sm {
	margin-right: -10px;
}

.m-r-n {
	margin-right: -15px;
}

.m-r-n-md {
	margin-right: -20px;
}

.m-r-n-lg {
	margin-right: -30px;
}

.m-r-n-xl {
	margin-right: -40px;
}

.m-b-none {
	margin-bottom: 0;
}

.m-b-xxs {
	margin-bottom: 1px;
}

.m-b-xs {
	margin-bottom: 5px;
}

.m-b-sm {
	margin-bottom: 10px;
}

.m-b {
	margin-bottom: 15px;
}

.m-b-md {
	margin-bottom: 20px;
}

.m-b-lg {
	margin-bottom: 30px;
}

.m-b-xl {
	margin-bottom: 40px;
}

.m-b-n-xxs {
	margin-bottom: -1px;
}

.m-b-n-xs {
	margin-bottom: -5px;
}

.m-b-n-sm {
	margin-bottom: -10px;
}

.m-b-n {
	margin-bottom: -15px;
}

.m-b-n-md {
	margin-bottom: -20px;
}

.m-b-n-lg {
	margin-bottom: -30px;
}

.m-b-n-xl {
	margin-bottom: -40px;
}

.space-15 {
	margin: 15px 0;
}

.space-20 {
	margin: 20px 0;
}

.space-25 {
	margin: 25px 0;
}

.space-30 {
	margin: 30px 0;
}

.display-block {
	display: block;
}

.no-underline:hover {
	text-decoration: none;
}

.clickable {
	cursor: pointer;
}

.strong {
	font-weight: bold;
}

.em {
	font-style: italic;
}

.small {
	font-size: 85%;
}

.no-link {
	color: #333333;
}

.text-sans-serif {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text-default {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	font-weight: normal;
}

.text-hilite {
	color: #337ab7;
}

.text-hilite:hover {
	color: #23527c;
	text-decoration: underline;
}

.text-strike {
	text-decoration: line-through;
}

.text-upper {
	text-transform: uppercase;
}

.text-lower {
	text-transform: lowercase;
}

.border-bottom-solid {
	border-bottom: 1px solid;
}

.border-top-solid {
	border-top: 1px solid;
}

.border-left-solid {
	border-left: 1px solid;
}

.border-right-solid {
	border-right: 1px solid;
}

.border-solid {
	box-shadow: 1px 0 0 0 #000, 0 1px 0 0 #000, 1px 1px 0 0 #000, 1px 0 0 0 #000 inset, 0 1px 0 0 #000 inset;
}

.border-bottom-dotted {
	border-bottom: 1px dotted;
}

.border-top-dotted {
	border-top: 1px dotted;
}

.border-left-dotted {
	border-left: 1px dotted;
}

.border-right-dotted {
	border-right: 1px dotted;
}

.border-dotted {
	border: 1px dotted;
}

.border-bottom-dashed {
	border-bottom: 1px dashed;
}

.border-top-dashed {
	border-top: 1px dashed;
}

.border-left-dashed {
	border-left: 1px dashed;
}

.border-right-dashed {
	border-right: 1px dashed;
}

.border-dashed {
	border: 1px dashed;
}

.large_data td {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
}

.large_data tr td:first-child {
	padding-left: 10px;
}

@media print {
	.top-menu {
		display: none;
	}
}
