/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner,
.fancybox-outer {
	position: relative
}

.fancybox-inner {
	overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
	background-image: url(fancybox_sprite.png)
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(blank.gif);
	-webkit-tap-highlight-color: transparent;
	z-index: 8040
}

.fancybox-prev {
	left: 0
}

.fancybox-next {
	right: 0
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}

.fancybox-nav:hover span {
	visibility: visible
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important
}

.fancybox-lock {
	overflow: hidden!important;
	width: auto
}

.fancybox-lock body {
	overflow: hidden!important
}

.fancybox-lock-test {
	overflow-y: hidden!important
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(fancybox_overlay.png)
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}

.fancybox-opened .fancybox-title {
	visibility: visible
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: 0 0;
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-next span,
	.fancybox-prev span {
		background-image: url(fancybox_sprite@2x.png);
		-webkit-background-size: 44px 152px;
		background-size: 44px 152px
	}
	#fancybox-loading div {
		background-image: url(fancybox_loading@2x.gif);
		-webkit-background-size: 24px 24px;
		background-size: 24px 24px
	}
}


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

body {
	margin: 0
}

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

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

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

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

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

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

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

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

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

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

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

pre {
	overflow: auto
}

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

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

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

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

input {
	line-height: normal
}

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

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

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

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

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

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

td,
th {
	padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
	*,
	:after,
	:before {
		background: 0 0!important;
		color: #000!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
		text-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000!important
	}
	.label {
		border: 1px solid #000
	}
	.page-exxon .focus table,
	.table {
		border-collapse: collapse!important
	}
	.page-exxon .focus table td,
	.page-exxon .focus table th,
	.table td,
	.table th {
		background-color: #fff!important
	}
	.page-exxon .focus table td,
	.page-exxon .focus table th,
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd!important
	}
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../fonts/glyphicons-halflings-regular.eot);
	src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-btc:before {
	content: "\e227"
}

.glyphicon-xbt:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-jpy:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-rub:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

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

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

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

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

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

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.95;
	color: #82817c;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

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

a:focus,
a:hover {
	color: #005fb4;
	text-decoration: underline
}

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

figure {
	margin: 0
}

img {
	vertical-align: middle
}

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

.img-rounded {
	border-radius: 0
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.95;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 27px;
	margin-bottom: 27px;
	border: 0;
	border-top: 1px solid #eee
}

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

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

[role=button] {
	cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.page-173 .mod_articles_category .page-header,
.websitecompany .item-name,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 500;
	line-height: 1;
	color: #000
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #7c7c7c
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 27px;
	margin-bottom: 13.5px
}

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

.h4,
.h5,
.h6,
.page-173 .mod_articles_category .page-header,
.websitecompany .item-name,
h4,
h5,
h6 {
	margin-top: 13.5px;
	margin-bottom: 13.5px
}

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

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

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

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

.h4,
.websitecompany .item-name,
h4 {
	font-size: 28px
}

.h5,
.page-173 .mod_articles_category .page-header,
h5 {
	font-size: 23px;
	line-height: 1.3;
}

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

p {
	margin: 0 0 13.5px
}

.lead {
	margin-bottom: 27px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:768px) {
	.lead {
		font-size: 21px
	}
}

.small,
small {
	font-size: 85%
}

.mark,
mark {
	background-color: #fcf8e3;
	padding: .2em
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #9b9a96
}

.text-primary,
.websitecompany .lead {
	color: #000
}

a.text-primary:focus,
a.text-primary:hover {
	color: #001c35
}

.text-success {
	color: #3c763d
}

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

.text-info {
	color: #31708f
}

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

.text-warning {
	color: #8a6d3b
}

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

.text-danger {
	color: #a94442
}

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

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

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #001c35
}

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

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

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

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

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

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

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

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

.page-header {
	padding-bottom: 12.5px;
	margin: 54px 0 27px;
	border-bottom: 1px solid #eee
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 13.5px
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

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

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

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

dl {
	margin-top: 0;
	margin-bottom: 27px
}

dd,
dt {
	line-height: 1.95
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

@media (min-width:767px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.dl-horizontal dd {
		margin-left: 180px
	}
}

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

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

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

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

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

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

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

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

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 27px;
	font-style: normal;
	line-height: 1.95
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

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

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

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none
}

pre {
	display: block;
	padding: 13px;
	margin: 0 0 13.5px;
	font-size: 13px;
	line-height: 1.95;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.category-article,
.category-desc,
.container,
.footer .nav {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.category-article,
	.category-desc,
	.container,
	.footer .nav {
		width: 100%
	}
}

@media (min-width:992px) {
	.category-article,
	.category-desc,
	.container,
	.footer .nav {
		width: 970px
	}
}

@media (min-width:1200px) {
	.category-article,
	.category-desc,
	.container,
	.footer .nav {
		width: 1190px
	}
}

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

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

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

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

@media (min-width:768px) {
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #9b9a96;
	text-align: left
}

th {
	text-align: left
}

.page-exxon .focus table,
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 27px
}

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

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

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

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

.page-exxon .focus table .page-exxon .focus table,
.table .table {
	background-color: #fff
}

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

.page-exxon .focus table,
.table-bordered {
	border: 1px solid #ddd
}

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

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

.page-exxon .focus table>tbody>tr:nth-of-type(odd),
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f0efef
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
	overflow-x: auto;
	min-height: .01%
}

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

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

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

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

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

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

input[type=file] {
	display: block
}

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

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

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

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

.form-control,
.form-validate input[type=email],
.form-validate input[type=password],
.form-validate input[type=text],
.form-validate select,
.form-validate textarea,
.rsform form input[type=text],
.rsform form select,
.rsform form textarea {
	display: block;
	width: 100%;
	height: 36px;
	padding: 7px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

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

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

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

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

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

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

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control,
	input[type=time].form-control {
		line-height: 49px
	}
	.input-group-sm input[type=date],
	.input-group-sm input[type=datetime-local],
	.input-group-sm input[type=month],
	.input-group-sm input[type=time],
	input[type=date].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm,
	input[type=time].input-sm {
		line-height: 36px
	}
	.input-group-lg input[type=date],
	.input-group-lg input[type=datetime-local],
	.input-group-lg input[type=month],
	.input-group-lg input[type=time],
	input[type=date].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg,
	input[type=time].input-lg {
		line-height: 122px
	}
}

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

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,
.radio label {
	min-height: 27px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

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

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

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

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

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

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

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 11px;
	padding-bottom: 11px;
	margin-bottom: 0;
	min-height: 41px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0
}

.input-sm {
	height: 36px;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 0
}

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

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

.form-group-sm .form-control {
	height: 36px;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 0
}

.form-group-sm select.form-control {
	height: 36px;
	line-height: 36px
}

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

.form-group-sm .form-control-static {
	height: 36px;
	min-height: 39px;
	padding: 11px 20px;
	font-size: 12px;
	line-height: 1.2
}

.input-lg {
	height: 122px;
	padding: 40px 50px;
	font-size: 17px;
	line-height: 2.33;
	border-radius: 0
}

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

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

.form-group-lg .form-control {
	height: 122px;
	padding: 40px 50px;
	font-size: 17px;
	line-height: 2.33;
	border-radius: 0
}

.form-group-lg select.form-control {
	height: 122px;
	line-height: 122px
}

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

.form-group-lg .form-control-static {
	height: 122px;
	min-height: 44px;
	padding: 41px 50px;
	font-size: 17px;
	line-height: 2.33
}

.has-feedback {
	position: relative
}

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

.has-feedback-reverse .form-control {
	padding-right: 12px;
	padding-left: 36px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 49px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	pointer-events: none
}

.has-feedback-reverse .form-control-feedback {
	right: auto;
	left: 0;
}

.form-control-feedback.fa {
	line-height: 36px;
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
	width: 122px;
	height: 122px;
	line-height: 122px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
	width: 36px;
	height: 36px;
	line-height: 36px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback label~.form-control-feedback {
	top: 32px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

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

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

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

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

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

@media (min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 11px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 41px;
		font-size: 17px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 11px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 1.95;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

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

.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,
.btn:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #fff
}

.btn-default.focus,
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #bfbfbf
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #e0e0e0
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #e0e0e0
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #bfbfbf
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #fff
}

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

.btn-primary {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #001c35;
	border-color: #000
}

.btn-primary:hover {
	color: #fff;
	background-color: #001c35;
	border-color: #00172b
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #001c35;
	border-color: #00172b
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #000911;
	border-color: #000
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #000;
	border-color: #000
}

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

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c
}

.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #2d672d
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #419641
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #419641
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #2d672d
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #5cb85c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de
}

.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1f7e9a
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #2aabd2
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #2aabd2
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1f7e9a
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #5bc0de
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.btn-warning.focus,
.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #b06d0f
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #eb9316
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #eb9316
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #b06d0f
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d9534f
}

.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #8b211e
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #c12e2a
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #c12e2a
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #8b211e
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d9534f
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #000;
	font-weight: 400;
	border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #005fb4;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #7c7c7c;
	text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 40px 50px;
	font-size: 17px;
	line-height: 2.33;
	border-radius: 0
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 10px 20px;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 0
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 0
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

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

.dropdown,
.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

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

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

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

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

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

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

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

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	cursor: not-allowed
}

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

.open>a {
	outline: 0
}

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

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

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.95;
	color: #7c7c7c;
	white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn .caret {
	margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

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

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

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

.input-group .form-control:focus {
	z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 122px;
	padding: 40px 50px;
	font-size: 17px;
	line-height: 2.33;
	border-radius: 0
}

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

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

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 36px;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 0
}

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

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

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

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

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

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

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

.input-group-addon.input-lg {
	padding: 40px 50px;
	font-size: 17px;
	border-radius: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav>li.disabled>a {
	color: #7c7c7c
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-pills>li {
	float: left
}

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

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

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

.nav-stacked>li {
	float: none
}

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

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

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

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

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

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

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

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

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

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

.navbar-brand {
	float: left;
	padding: 10px 10px;
	font-size: 17px;
	line-height: 27px;
	height: 0
}

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

.navbar-brand>img {
	display: block
}

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

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

.navbar-toggle:focus {
	outline: 0
}

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

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

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

@media (min-width:992px) {
	.navbar-nav {
		margin: 5px -10px
	}
}

@media (max-width:991px) {
	.navbar-nav {
		margin: auto
	}
}

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

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

@media (min-width:1100px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
}

@media (min-width:768px) {
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px
	}
}

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

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

@media (max-width:766px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

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

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

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

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

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

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

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

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

@media (min-width:767px) {
	.navbar-left {
		float: left!important;
		float: left
	}
	.navbar-right {
		float: right!important;
		float: right;
		margin-right: -10px
	}
	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #fff;
	border-color: rgba(0, 0, 0, .15)
}

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

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

.navbar-default .navbar-text {
	color: #7c7c7c
}

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

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #7c7c7c;
	background-color: #eee
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #7c7c7c;
	background-color: #eee
}

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

.navbar-default .navbar-toggle {
	border-color: transparent
}

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

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

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: rgba(0, 0, 0, .15)
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #eee;
	color: #7c7c7c
}

@media (max-width:766px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #7c7c7c;
		background-color: #eee
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #7c7c7c;
		background-color: #eee
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

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

.navbar-default .navbar-link:hover {
	color: #7c7c7c
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #7c7c7c
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-inverse .btn-link {
	color: #a2a2a2
}

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

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 27px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 0
}

.breadcrumb>li {
	display: inline-block
}

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

.breadcrumb>.active {
	color: #7c7c7c
}

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

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 10px 30px;
	line-height: 1.95;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

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

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

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

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

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

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 40px 50px;
	font-size: 17px;
	line-height: 2.33
}

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

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

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 10px 20px;
	font-size: 12px;
	line-height: 1.2
}

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

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

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

.pager li {
	display: inline
}

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

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

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

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

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

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

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

.label:empty {
	display: none
}

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

.label-default {
	background-color: #7c7c7c
}

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

.label-primary {
	background-color: #000
}

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

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

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

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

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

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

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

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

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

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

.badge:empty {
	display: none
}

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

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

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

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

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

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

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

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 0;
	padding-left: 15px;
	padding-right: 15px
}

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

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

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 27px;
	line-height: 1.95;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

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

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

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

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

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

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

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

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

.alert-dismissable,
.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
}

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

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

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

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

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 27px;
	color: #fff;
	text-align: center;
	background-color: #000;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

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

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

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

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

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

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

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

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

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

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

.media {
	margin-top: 15px
}

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

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

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

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

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

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

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

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

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

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

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

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

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

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

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	background-color: #eee;
	color: #7c7c7c;
	cursor: not-allowed
}

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

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
	color: #7c7c7c
}

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

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

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: #35a0ff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-body {
	padding: 15px
}

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

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

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

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
	color: inherit
}

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

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

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

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

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

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

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

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.page-exxon .focus table,
.panel>.panel-collapse>.page-exxon .focus table,
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.page-exxon .focus table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.page-exxon .focus table caption,
.panel>.panel-collapse>.page-exxon .focus table caption,
.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.page-exxon .focus table caption,
.panel>.table-responsive>.table caption {
	padding-left: 15px;
	padding-right: 15px
}

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

.panel>.page-exxon .focus table:first-child>tbody:first-child>tr:first-child,
.panel>.page-exxon .focus table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.page-exxon .focus table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.page-exxon .focus table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: -1;
	border-top-right-radius: -1
}

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

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

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

.panel>.page-exxon .focus table:last-child>tbody:last-child>tr:last-child,
.panel>.page-exxon .focus table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.page-exxon .focus table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.page-exxon .focus table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: -1;
	border-bottom-right-radius: -1
}

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

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

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

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

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

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

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

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

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

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

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

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0
}

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

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

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

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

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

/*.panel-default {
	border-color: #ececec
}*/

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

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

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

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

.panel-primary {
	border-color: #000
}

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

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

.panel-primary>.panel-heading .badge {
	color: #000;
	background-color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

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

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

.well-lg {
	padding: 24px;
	border-radius: 0;
	min-height:210px;
	
}

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

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

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5
}

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

.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.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 .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-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: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(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: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.in {
	opacity: .5
}

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

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

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

.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: 760px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}

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

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: 'Open Sans', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.95;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0
}

.tooltip.in {
	opacity: .9
}

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

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

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

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

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

.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;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -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;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

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

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.95;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 0;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

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

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

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

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

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: -1 -1 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
	top: -11px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
	.carousel-inner>.item.active.right,
	.carousel-inner>.item.next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0
	}
	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0
	}
	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0)
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-repeat: repeat-x
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.category-article:after,
.category-article:before,
.category-desc:after,
.category-desc:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container-striped:after,
.container-striped:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.footer .nav:after,
.footer .nav:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.fullpage-content-wrapper:after,
.fullpage-content-wrapper:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.moduletable.form-exxon .form-exxon:after,
.moduletable.form-exxon .form-exxon:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.page-101 .fixed-circle .image-list:after,
.page-101 .fixed-circle .image-list:before,
.page-101 .homepage-app .image-list:after,
.page-101 .homepage-app .image-list:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before,
.spotlight .spotlight-content:after,
.spotlight .spotlight-content:before,
html.is-full>.questionnaire .rsform .formContainer .row:after,
html.is-full>.questionnaire .rsform .formContainer .row:before {
	content: " ";
	display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.category-article:after,
.category-desc:after,
.clearfix:after,
.container-fluid:after,
.container-striped:after,
.container:after,
.dl-horizontal dd:after,
.footer .nav:after,
.form-horizontal .form-group:after,
.fullpage-content-wrapper:after,
.modal-footer:after,
.modal-header:after,
.moduletable.form-exxon .form-exxon:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.page-101 .fixed-circle .image-list:after,
.page-101 .homepage-app .image-list:after,
.pager:after,
.panel-body:after,
.row:after,
.spotlight .spotlight-content:after,
html.is-full>.questionnaire .rsform .formContainer .row:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none!important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table!important
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table!important
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}
	table.visible-md {
		display: table!important
	}
	tr.visible-md {
		display: table-row!important
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table!important
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table!important
	}
	tr.visible-print {
		display: table-row!important
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important
	}
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}


/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot?v=4.5.0);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');
	font-weight: 400;
	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: .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: .14285714em;
	text-align: center
}

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

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	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;
	-o-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

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

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

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

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

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	-webkit-filter: none;
	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: #fff
}

.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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
	content: "\f0c7"
}

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

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
	content: "\f0dc"
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}

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

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

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

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

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

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

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

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

.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}

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

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

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

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board: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: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5"
}

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

.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd"
}

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

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

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

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

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

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

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

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

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

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

.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
	content: "\f236"
}

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

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

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

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

.fa-y-combinator:before,
.fa-yc: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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"
}

.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%)
}

.ungrayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0)
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	src: url(../fonts/OpenSans-Regular-webfont.eot);
	src: url(../fonts/OpenSans-Regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Regular-webfont.woff) format('woff'), url(../fonts/OpenSans-Regular-webfont.ttf) format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#Open Sans') format('svg')
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 300;
	font-style: normal;
	src: url(../fonts/OpenSans-Light-webfont.eot);
	src: url(../fonts/OpenSans-Light-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Light-webfont.woff) format('woff'), url(../fonts/OpenSans-Light-webfont.ttf) format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#Open Sans') format('svg')
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/OpenSans-Regular-webfont.eot);
	src: url(../fonts/OpenSans-Regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Regular-webfont.woff) format('woff'), url(../fonts/OpenSans-Regular-webfont.ttf) format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#Open Sans') format('svg')
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 600;
	font-style: normal;
	src: url(../fonts/OpenSans-Semibold-webfont.eot);
	src: url(../fonts/OpenSans-Semibold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Semibold-webfont.woff) format('woff'), url(../fonts/OpenSans-Semibold-webfont.ttf) format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg#Open Sans') format('svg')
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/OpenSans-Bold-webfont.eot);
	src: url(../fonts/OpenSans-Bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Bold-webfont.woff) format('woff'), url(../fonts/OpenSans-Bold-webfont.ttf) format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#Open Sans') format('svg')
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 800;
	font-style: normal;
	src: url(../fonts/OpenSans-ExtraBold-webfont.eot);
	src: url(../fonts/OpenSans-ExtraBold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-ExtraBold-webfont.woff) format('woff'), url(../fonts/OpenSans-ExtraBold-webfont.ttf) format('truetype'), url('../fonts/OpenSans-ExtraBold-webfont.svg#Open Sans') format('svg')
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 300;
	font-style: italic;
	src: url(../fonts/OpenSans-LightItalic-webfont.eot);
	src: url(../fonts/OpenSans-LightItalic-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-LightItalic-webfont.woff) format('woff'), url(../fonts/OpenSans-LightItalic-webfont.ttf) format('truetype'), url('../fonts/OpenSans-LightItalic-webfont.svg#Open Sans') format('svg')
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 400;
	font-style: italic;
	src: url(../fonts/OpenSans-Italic-webfont.eot);
	src: url(../fonts/OpenSans-Italic-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-Italic-webfont.woff) format('woff'), url(../fonts/OpenSans-Italic-webfont.ttf) format('truetype'), url('../fonts/OpenSans-Italic-webfont.svg#Open Sans') format('svg')
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 600;
	font-style: italic;
	src: url(../fonts/OpenSans-SemiboldItalic-webfont.eot);
	src: url(../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-SemiboldItalic-webfont.woff) format('woff'), url(../fonts/OpenSans-SemiboldItalic-webfont.ttf) format('truetype'), url('../fonts/OpenSans-SemiboldItalic-webfont.svg#Open Sans') format('svg')
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 700;
	font-style: italic;
	src: url(../fonts/OpenSans-BoldItalic-webfont.eot);
	src: url(../fonts/OpenSans-BoldItalic-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-BoldItalic-webfont.woff) format('woff'), url(../fonts/OpenSans-BoldItalic-webfont.ttf) format('truetype'), url('../fonts/OpenSans-BoldItalic-webfont.svg#Open Sans') format('svg')
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 800;
	font-style: italic;
	src: url(../fonts/OpenSans-ExtraBoldItalic-webfont.eot);
	src: url(../fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/OpenSans-ExtraBoldItalic-webfont.woff) format('woff'), url(../fonts/OpenSans-ExtraBoldItalic-webfont.ttf) format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic-webfont.svg#Open Sans') format('svg')
}

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

@media screen {
	[data-uk-scrollspy*=animation-] {
		opacity: 0
	}
}

.animation-properties,
[class*=animation-],
[class*=trigger-] {
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-fade {
	-webkit-animation-name: fade;
	-o-animation-name: fade;
	animation-name: fade;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-scale-x {
	-webkit-animation-name: scale-x;
	-o-animation-name: scale-x;
	animation-name: scale-x;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.animation-flash {
	-webkit-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-scale-up {
	-webkit-animation-name: fade-scale-02;
	-o-animation-name: fade-scale-02;
	animation-name: fade-scale-02;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-scale-down {
	-webkit-animation-name: fade-scale-18;
	-o-animation-name: fade-scale-18;
	animation-name: fade-scale-18;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-slide-top {
	-webkit-animation-name: fade-top;
	-o-animation-name: fade-top;
	animation-name: fade-top;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-slide-bottom {
	-webkit-animation-name: fade-bottom;
	-o-animation-name: fade-bottom;
	animation-name: fade-bottom;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-slight-slide-bottom {
	-webkit-animation-name: fade-slight-bottom;
	-o-animation-name: fade-slight-bottom;
	animation-name: fade-slight-bottom;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-slide-left {
	-webkit-animation-name: fade-left;
	-o-animation-name: fade-left;
	animation-name: fade-left;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-slide-right {
	-webkit-animation-name: fade-right;
	-o-animation-name: fade-right;
	animation-name: fade-right;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-move-left {
	-webkit-animation-name: slide-left;
	-o-animation-name: slide-left;
	animation-name: slide-left;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-move-right {
	-webkit-animation-name: slide-right;
	-o-animation-name: slide-right;
	animation-name: slide-right;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-scale {
	-webkit-animation-name: scale-12;
	-o-animation-name: scale-12;
	animation-name: scale-12;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-shake {
	-webkit-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-wave {
	-webkit-animation-name: wave;
	-o-animation-name: wave;
	animation-name: wave;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

.animation-spin {
	-webkit-animation-name: rotate;
	-o-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animation-pulse {
	-webkit-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: 4.5s;
	-o-animation-duration: 4.5s;
	animation-duration: 4.5s;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animation-reverse {
	-webkit-animation-direction: reverse;
	-o-animation-direction: reverse;
	animation-direction: reverse;
	-webkit-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

.animation-10 {
	-webkit-animation-duration: 10s;
	-o-animation-duration: 10s;
	animation-duration: 10s
}

.animation-top-left {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0
}

.animation-top-center {
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0
}

.animation-top-right {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.animation-middle-left {
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.animation-middle-right {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%
}

.animation-bottom-left {
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%
}

.animation-bottom-center {
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%
}

.animation-bottom-right {
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

@-webkit-keyframes fade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-o-keyframes fade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fade {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes soft-fade {
	0%,
	100% {
		opacity: .6
	}
	50% {
		opacity: .85
	}
}

@-o-keyframes soft-fade {
	0%,
	100% {
		opacity: .6
	}
	50% {
		opacity: .85
	}
}

@keyframes soft-fade {
	0%,
	100% {
		opacity: .6
	}
	50% {
		opacity: .85
	}
}

@-webkit-keyframes flash {
	0%,
	100% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
}

@-o-keyframes flash {
	0%,
	100% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
}

@keyframes flash {
	0%,
	100% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
}

@-webkit-keyframes fade-top {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-o-keyframes fade-top {
	0% {
		opacity: 0;
		-o-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fade-top {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fade-bottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-o-keyframes fade-bottom {
	0% {
		opacity: 0;
		-o-transform: translateY(100%);
		transform: translateY(100%)
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fade-bottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fade-slight-bottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-o-keyframes fade-slight-bottom {
	0% {
		opacity: 0;
		-o-transform: translateY(50px);
		transform: translateY(50px)
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fade-slight-bottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		-o-transform: translateY(50px);
		transform: translateY(50px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fade-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-o-keyframes fade-left {
	0% {
		opacity: 0;
		-o-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fade-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fade-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-o-keyframes fade-right {
	0% {
		opacity: 0;
		-o-transform: translateX(100%);
		transform: translateX(100%)
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fade-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes fade-scale-02 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.2);
		transform: scale(.2)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-o-keyframes fade-scale-02 {
	0% {
		opacity: 0;
		-o-transform: scale(.2);
		transform: scale(.2)
	}
	100% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes fade-scale-02 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.2);
		-o-transform: scale(.2);
		transform: scale(.2)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes fade-scale-15 {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-o-keyframes fade-scale-15 {
	0% {
		opacity: 0;
		-o-transform: scale(1.5);
		transform: scale(1.5)
	}
	100% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes fade-scale-15 {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes fade-scale-18 {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.8);
		transform: scale(1.8)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-o-keyframes fade-scale-18 {
	0% {
		opacity: 0;
		-o-transform: scale(1.8);
		transform: scale(1.8)
	}
	100% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes fade-scale-18 {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.8);
		-o-transform: scale(1.8);
		transform: scale(1.8)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes scale-x {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@-o-keyframes scale-x {
	0% {
		-o-transform: scaleX(0);
		transform: scaleX(0)
	}
	100% {
		-o-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes scale-x {
	0% {
		-webkit-transform: scaleX(0);
		-o-transform: scaleX(0);
		transform: scaleX(0)
	}
	100% {
		-webkit-transform: scaleX(1);
		-o-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@-webkit-keyframes slide-left {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-o-keyframes slide-left {
	0% {
		-o-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	100% {
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slide-left {
	0% {
		-webkit-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	100% {
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes slide-right {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-o-keyframes slide-right {
	0% {
		-o-transform: translateX(100%);
		transform: translateX(100%)
	}
	100% {
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slide-right {
	0% {
		-webkit-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%)
	}
	100% {
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes slide-left-33 {
	0% {
		-webkit-transform: translateX(-33%);
		transform: translateX(-33%)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-o-keyframes slide-left-33 {
	0% {
		-o-transform: translateX(-33%);
		transform: translateX(-33%)
	}
	100% {
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slide-left-33 {
	0% {
		-webkit-transform: translateX(-33%);
		-o-transform: translateX(-33%);
		transform: translateX(-33%)
	}
	100% {
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes slide-right-33 {
	0% {
		-webkit-transform: translateX(33%);
		transform: translateX(33%)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-o-keyframes slide-right-33 {
	0% {
		-o-transform: translateX(33%);
		transform: translateX(33%)
	}
	100% {
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slide-right-33 {
	0% {
		-webkit-transform: translateX(33%);
		-o-transform: translateX(33%);
		transform: translateX(33%)
	}
	100% {
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes scale-12 {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-o-keyframes scale-12 {
	0% {
		-o-transform: scale(1.2);
		transform: scale(1.2)
	}
	100% {
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes scale-12 {
	0% {
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(175, 8, 56, .4);
		box-shadow: 0 0 0 0 rgba(175, 8, 56, .4)
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(175, 8, 56, 0);
		box-shadow: 0 0 0 10px rgba(175, 8, 56, 0)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(175, 8, 56, 0);
		box-shadow: 0 0 0 0 rgba(175, 8, 56, 0)
	}
}

@-o-keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(175, 8, 56, .4)
	}
	70% {
		box-shadow: 0 0 0 10px rgba(175, 8, 56, 0)
	}
	100% {
		box-shadow: 0 0 0 0 rgba(175, 8, 56, 0)
	}
}

@keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(175, 8, 56, .4);
		box-shadow: 0 0 0 0 rgba(175, 8, 56, .4)
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(175, 8, 56, 0);
		box-shadow: 0 0 0 10px rgba(175, 8, 56, 0)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(175, 8, 56, 0);
		box-shadow: 0 0 0 0 rgba(175, 8, 56, 0)
	}
}

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

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

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

@-webkit-keyframes rotate-right {
	0% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	50% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@-o-keyframes rotate-right {
	0% {
		-o-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	50% {
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-o-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes rotate-right {
	0% {
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	50% {
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
}

@-webkit-keyframes rotate-left {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
	50% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@-o-keyframes rotate-left {
	0% {
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
	50% {
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-o-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes rotate-left {
	0% {
		-webkit-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
	50% {
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
}

@-webkit-keyframes shake {
	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	10% {
		-webkit-transform: translateX(-9px);
		transform: translateX(-9px)
	}
	20% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px)
	}
	30% {
		-webkit-transform: translateX(-7px);
		transform: translateX(-7px)
	}
	40% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px)
	}
	50% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}
	60% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px)
	}
	70% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px)
	}
	80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px)
	}
	90% {
		-webkit-transform: translateX(-1px);
		transform: translateX(-1px)
	}
}

@-o-keyframes shake {
	0%,
	100% {
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	10% {
		-o-transform: translateX(-9px);
		transform: translateX(-9px)
	}
	20% {
		-o-transform: translateX(8px);
		transform: translateX(8px)
	}
	30% {
		-o-transform: translateX(-7px);
		transform: translateX(-7px)
	}
	40% {
		-o-transform: translateX(6px);
		transform: translateX(6px)
	}
	50% {
		-o-transform: translateX(-5px);
		transform: translateX(-5px)
	}
	60% {
		-o-transform: translateX(4px);
		transform: translateX(4px)
	}
	70% {
		-o-transform: translateX(-3px);
		transform: translateX(-3px)
	}
	80% {
		-o-transform: translateX(2px);
		transform: translateX(2px)
	}
	90% {
		-o-transform: translateX(-1px);
		transform: translateX(-1px)
	}
}

@keyframes shake {
	0%,
	100% {
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	10% {
		-webkit-transform: translateX(-9px);
		-o-transform: translateX(-9px);
		transform: translateX(-9px)
	}
	20% {
		-webkit-transform: translateX(8px);
		-o-transform: translateX(8px);
		transform: translateX(8px)
	}
	30% {
		-webkit-transform: translateX(-7px);
		-o-transform: translateX(-7px);
		transform: translateX(-7px)
	}
	40% {
		-webkit-transform: translateX(6px);
		-o-transform: translateX(6px);
		transform: translateX(6px)
	}
	50% {
		-webkit-transform: translateX(-5px);
		-o-transform: translateX(-5px);
		transform: translateX(-5px)
	}
	60% {
		-webkit-transform: translateX(4px);
		-o-transform: translateX(4px);
		transform: translateX(4px)
	}
	70% {
		-webkit-transform: translateX(-3px);
		-o-transform: translateX(-3px);
		transform: translateX(-3px)
	}
	80% {
		-webkit-transform: translateX(2px);
		-o-transform: translateX(2px);
		transform: translateX(2px)
	}
	90% {
		-webkit-transform: translateX(-1px);
		-o-transform: translateX(-1px);
		transform: translateX(-1px)
	}
}

@-webkit-keyframes swing {
	15% {
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg)
	}
	30% {
		-webkit-transform: rotateX(50deg);
		transform: rotateX(50deg)
	}
	45% {
		-webkit-transform: rotateX(-30deg);
		transform: rotateX(-30deg)
	}
	60% {
		-webkit-transform: rotateX(20deg);
		transform: rotateX(20deg)
	}
	75% {
		-webkit-transform: rotateX(-10deg);
		transform: rotateX(-10deg)
	}
	85% {
		-webkit-transform: rotateX(5deg);
		transform: rotateX(5deg)
	}
	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0)
	}
}

@-o-keyframes swing {
	15% {
		transform: rotateX(-90deg)
	}
	30% {
		transform: rotateX(50deg)
	}
	45% {
		transform: rotateX(-30deg)
	}
	60% {
		transform: rotateX(20deg)
	}
	75% {
		transform: rotateX(-10deg)
	}
	85% {
		transform: rotateX(5deg)
	}
	100% {
		transform: rotateX(0)
	}
}

@keyframes swing {
	15% {
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg)
	}
	30% {
		-webkit-transform: rotateX(50deg);
		transform: rotateX(50deg)
	}
	45% {
		-webkit-transform: rotateX(-30deg);
		transform: rotateX(-30deg)
	}
	60% {
		-webkit-transform: rotateX(20deg);
		transform: rotateX(20deg)
	}
	75% {
		-webkit-transform: rotateX(-10deg);
		transform: rotateX(-10deg)
	}
	85% {
		-webkit-transform: rotateX(5deg);
		transform: rotateX(5deg)
	}
	100% {
		-webkit-transform: rotateX(0);
		transform: rotateX(0)
	}
}

.mod-152 {
	padding-top: 80px;
	padding-bottom: 80px
}

.mod-152 .custom {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto;
	z-index: 996;
	background: rgba(251, 251, 251, .65);
	background: -webkit-radial-gradient(circle, rgba(238, 238, 238, .7), rgba(255, 255, 255, .3)) no-repeat;
	background: -o-radial-gradient(circle, rgba(238, 238, 238, .7), rgba(255, 255, 255, .3)) no-repeat;
	background: radial-gradient(circle, rgba(238, 238, 238, .7), rgba(255, 255, 255, .3)) no-repeat;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	opacity: 1;
	overflow: hidden;
	padding: 50px
}

@media (min-width:768px) and (min-height:550px) {
	.mod-152 .custom {
		width: 440px;
		height: 440px;
		border-radius: 50%;
		background: rgba(248, 248, 248, .825);
		background: -webkit-radial-gradient(circle, rgba(238, 238, 238, .75), rgba(255, 255, 255, .95)) no-repeat;
		background: -o-radial-gradient(circle, rgba(238, 238, 238, .75), rgba(255, 255, 255, .95)) no-repeat;
		background: radial-gradient(circle, rgba(238, 238, 238, .75), rgba(255, 255, 255, .95)) no-repeat;
		-webkit-box-shadow: 0 0 0 4px rgba(85, 85, 85, .03);
		box-shadow: 0 0 0 4px rgba(85, 85, 85, .03)
	}
}

@media (min-width:992px) and (min-height:650px) {
	.mod-152 .custom {
		width: 490px;
		height: 490px
	}
}

@media (max-width:767px) {
	.mod-152 .custom {
		padding: 0 15px
	}
}

.mod-152 .custom h2 {
	font-size: 25px;
	margin-bottom: 20px
}

.mod-152 .custom h2 strong {
	font-weight: 500
}

.panel.mod-panel {
	padding: 0
}

.panel.mod-panel .panel-heading {
	padding-top: 20px;
	padding-bottom: 20px
}

.panel.mod-panel .panel-heading .panel-title {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase
}

.panel.mod-panel .panel-body .category-module {
	margin: -16px
}

.panel.mod-panel .panel-body .category-module .list-group-item .small {
	color: #af0838;
	letter-spacing: .2px;
	margin-bottom: 2px
}

.panel.mod-panel .panel-body .category-module .list-group-item .list-group-item-heading {
	color: #000;
	font-size: 18px
}

.panel.mod-panel .panel-body .category-module .list-group-item.active .list-group-item-heading,
.panel.mod-panel .panel-body .category-module .list-group-item.active .small {
	color: #fff
}

.mod_articles_category.mod-default .page-header {
	margin-top: 20px;
	margin-bottom: 20px
}

.mod_articles_category.mod-default ul {
	list-style: none;
	padding: 0 10px
}

.mod_articles_category.mod-default ul li a {
	display: block
}

.mod_articles_category.mod-default ul li a:before {
	display: none
}

.mod_articles_category.mod-default ul li a .item-date {
	color: #af0838;
	letter-spacing: .2px;
	margin-bottom: 2px
}

.mod_articles_category.mod-default ul li a .item-heading {
	display: inline-block;
	margin-top: 0;
	position: relative
}

@media (min-width:480px) {
	.mod_articles_category.mod-default ul li a .item-heading {
		font-size: 14px
	}
}

@media (max-width:767px) {
	.mod_articles_category.mod-default ul li a .item-heading {
		margin-bottom: 20px
	}
}

.mod_articles_category.mod-default ul li a .item-heading:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 60%;
	height: 2px;
	background-color: #af0838;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 350ms ease;
	-o-transition: -o-transform 350ms ease;
	transition: transform 350ms ease
}

.mod_articles_category.mod-default ul li a.active .item-heading:after {
	-webkit-transform: scaleX(.4);
	-ms-transform: scaleX(.4);
	-o-transform: scaleX(.4);
	transform: scaleX(.4)
}

.mod_articles_category.mod-default ul li a:active .item-heading:after,
.mod_articles_category.mod-default ul li a:focus .item-heading:after,
.mod_articles_category.mod-default ul li a:hover .item-heading:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.image-list {
	width: 100%;
	display: table
}

.image-list ul {
	list-style: none;
	text-align: center;
	padding: 0
}

@media (min-width:992px) {
	.image-list ul {
		display: table-row
	}
}

.image-list li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0 20px
}

.image-list li.image-list-lead {
	min-width: 260px
}

@media (max-width:767px) {
	.image-list li {
		width: 100%;
		display: block;
		margin-bottom: 20px
	}
}

@media (max-width:991px) {
	.image-list li {
		display: inline-block;
		padding: 10px 20px
	}
}

@media (min-width:1200px) {
	.image-list li {
		min-width: 120px
	}
}

.image-list img {
	max-width: 100%;
	max-height: 30px;
	height: auto;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%)
}

.image-list img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0)
}

.image-list-lead {
	height: 30px;
	color: #7c7c7c;
	float: left;
	font-size: 17px;
	line-height: 30px;
	padding-right: 20px;
	margin-right: 20px
}

@media (min-width:992px) {
	.image-list-lead {
		border-right: 1px solid #7c7c7c
	}
}

@media (max-width:991px) {
	.image-list-lead {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px
	}
}

.mod_sp_tweet {
	background: #eee;
	color: #7c7c7c
}

.mod_sp_tweet .page-header {
	border: 0;
	color: #af0838;
	font-size: 17px;
	margin-top: 6px
}

@media (max-width:767px) {
	.mod_sp_tweet .page-header {
		text-align: center
	}
}

.mod_sp_tweet .sp-tweet-item {
	background: 0;
	border: 0
}

.mod_sp_tweet .sp-tweet-item .date {
	display: block;
	float: none
}

.mod_sp_tweet .sp-tweet-item img.tweet-avatar {
	background: 0;
	border: 0;
	margin: 0;
	padding: 0
}

.mod_sp_tweet .avatar-container {
	min-width: 29px;
	padding-top: 4px
}

.mod_sp_tweet .avatar-container,
.mod_sp_tweet .tweet-container {
	display: table-cell;
	vertical-align: top
}

@media (max-width:767px) {
	.mod_sp_tweet .avatar-container,
	.mod_sp_tweet .tweet-container {
		font-size: 11px
	}
}

.mod_sp_tweet .tweet-container {
	padding: 0 10px
}

@media (min-width:992px) {
	.mod-131 {
		float: right
	}
}

.social-links a {
	margin-left: 20px
}

@media (min-width:992px) {
	.social-links {
		margin-left: 60px
	}
}

@media (min-width:1200px) {
	.social-links {
		margin-left: 140px
	}
}

.h1,
h1 {
	text-transform: uppercase;
	font-weight: 200
}

@media (max-width:980px) {
	.h1,
	h1 {
		font-size: 24.5px
	}
}

.h2,
h2 {
	text-transform: uppercase;
	font-weight: 200
}

@media (max-width:980px) {
	.h2,
	h2 {
		font-size: 22.44444444px
	}
}

.h3,
h3 {
	text-transform: uppercase;
	font-weight: 600
}

@media (max-width:980px) {
	.h3,
	h3 {
		font-size: 21.75px
	}
}

.h4,
.websitecompany .item-name,
h4 {
	text-transform: uppercase;
	font-weight: 200
}

@media (max-width:980px) {
	.h4,
	.websitecompany .item-name,
	h4 {
		font-size: 20px
	}
}

.h5,
.page-173 .mod_articles_category .page-header,
h5 {
	font-weight: 600
}

@media (max-width:980px) {
	.h5,
	.page-173 .mod_articles_category .page-header,
	h5 {
		font-size: 15.16666667px
	}
}

.h6,
h6 {
	font-weight: 600
}

@media (max-width:980px) {
	.h6,
	h6 {
		font-size: 14.16666667px
	}
}

.h1 b,
.h1 strong,
.h2 b,
.h2 strong,
.h3 b,
.h3 strong,
.h4 b,
.h4 strong,
.h5 b,
.h5 strong,
.h6 b,
.h6 strong,
h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong {
	font-weight: 600
}

.h1 b sup,
.h1 strong sup,
.h2 b sup,
.h2 strong sup,
.h3 b sup,
.h3 strong sup,
.h4 b sup,
.h4 strong sup,
.h5 b sup,
.h5 strong sup,
.h6 b sup,
.h6 strong sup,
h1 b sup,
h1 strong sup,
h2 b sup,
h2 strong sup,
h3 b sup,
h3 strong sup,
h4 b sup,
h4 strong sup,
h5 b sup,
h5 strong sup,
h6 b sup,
h6 strong sup {
	font-size: 50%;
	font-weight: 400;
	top: -.75em
}

@media (min-width:992px) {
	.h1 b,
	.h1 strong,
	.h2 b,
	.h2 strong,
	.h3 b,
	.h3 strong,
	.h4 b,
	.h4 strong,
	.h5 b,
	.h5 strong,
	.h6 b,
	.h6 strong,
	h1 b,
	h1 strong,
	h2 b,
	h2 strong,
	h3 b,
	h3 strong,
	h4 b,
	h4 strong,
	h5 b,
	h5 strong,
	h6 b,
	h6 strong {
		display: block
	}
}

h6 {
	line-height: 1.25;
	margin-bottom: 30px
}

a {
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms
}

a:active,
a:focus,
a:hover {
	text-decoration: none
}

img {
	max-width: 100%
}

@media (max-width:767px) {
	.d-xs-none {
		display: none!important
	}
}

blockquote {
	border: 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 500;
	line-height: 1;
	color: #000;
	margin-top: 13.5px;
	margin-bottom: 13.5px;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 200;
	text-transform: none;
	padding: 0 0 40px
}

blockquote .small,
blockquote small {
	font-weight: 400;
	line-height: 1;
	color: #7c7c7c
}

blockquote .small,
blockquote small {
	font-size: 75%
}

@media (max-width:767px) {
	blockquote {
		font-size: 20px
	}
}

blockquote b,
blockquote strong {
	font-weight: 600
}

blockquote b sup,
blockquote strong sup {
	font-size: 50%;
	font-weight: 400;
	top: -.75em
}

@media (min-width:992px) {
	blockquote b,
	blockquote strong {
		display: block
	}
}

@media (max-width:767px) {
	blockquote {
		padding: 0 0 20px
	}
}

@media (min-width:480px) {
	.d-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
}

.align-items-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.justify-content-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.mt-0 {
	margin-top: 0!important
}

.mt-30 {
	margin-top: 30px !important
}

.mb-0 {
	margin-bottom: 0!important
}

.mb-30 {
	margin-bottom: 30px !important
}

.mb-10 {
	margin-bottom: 10px !important
}

.text-center {
	text-align: center
}

.block {
	display: block
}

.inline-block {
	display: inline-block
}

.line-height-small {
	line-height: 1.2
}

.underline {
	text-decoration: underline
}

.font-weight-bold {
	font-weight: 600
}

.text-white {
	color: #fff
}

.text-primary,
.websitecompany .lead {
	color: #000!important
}

.text-secondary {
	color: #af0838!important
}

.text-blue {
	color: #000!important
}

.bg-gray-lighter,
.page-173 .lower {
	background-color: #eee
}

.bg_grey {
	background-color: #555
}

.bg-sky-blue {
	background-color: #afd3ed
}

.bg-white {
	background-color: #fff
}

.lead {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 500;
	line-height: 1;
	color: #000;
	margin-top: 13.5px;
	margin-bottom: 13.5px;
	font-size: 17px;
	font-weight: 600;
	line-height: 27px;
	display: inline-block;
	color: #82817c;
	margin-top: 0;
	margin-bottom: 30px
}

.lead .small,
.lead small {
	font-weight: 400;
	line-height: 1;
	color: #7c7c7c
}

.lead .small,
.lead small {
	font-size: 75%
}

@media (max-width:767px) {
	.lead {
		font-size: 14.16666667px
	}
}

.lead b,
.lead strong {
	font-weight: 600
}

.lead b sup,
.lead strong sup {
	font-size: 50%;
	font-weight: 400;
	top: -.75em
}

@media (min-width:992px) {
	.lead b,
	.lead strong {
		display: block
	}
}

@media (max-width:767px) {
	.lead {
		line-height: 1.5;
		margin: 0 0 13.5px
	}
}

.small {
	font-size: 12px
}

.large {
	font-size: 17px;
	line-height: 19px
}

.page-101 .fixed-circle h3:not(.page-header),
.page-101 .homepage-app h3:not(.page-header),
.services-list ul li,
.thin,
.why-us .box-secondary {
	font-weight: 300
}

.btn,
[class*=btn],
[class^=btn-] {
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.btn:after,
[class*=btn]:after,
[class^=btn-]:after {
	content: '\e250';
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 10px;
	font-size: 10px;
	line-height: 1;
	position: static;
	margin-left: 6px;
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms;
	-webkit-transform: translate(0, 0) rotateX(0);
	transform: translate(0, 0) rotateX(0)
}

.btn:hover:after,
[class*=btn]:hover:after,
[class^=btn-]:hover:after {
	-webkit-transform: translate(50%, 0) rotateX(359deg);
	transform: translate(50%, 0) rotateX(359deg)
}

.btn-group:after {
	content: '';
	display: none
}

.btn-primary {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 1.95;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #fff;
	background-color: #000;
	border-color: #000
}

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

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
	color: #333;
	text-decoration: none
}

.btn-primary.active,
.btn-primary:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn-primary.disabled,
fieldset[disabled] a.btn-primary {
	pointer-events: none
}

.btn-primary:after {
	content: '\e250';
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 10px;
	font-size: 10px;
	line-height: 1;
	position: static;
	margin-left: 6px;
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms;
	-webkit-transform: translate(0, 0) rotateX(0);
	transform: translate(0, 0) rotateX(0)
}

.btn-primary:hover:after {
	-webkit-transform: translate(50%, 0) rotateX(359deg);
	transform: translate(50%, 0) rotateX(359deg)
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #001c35;
	border-color: #000
}

.btn-primary:hover {
	color: #fff;
	background-color: #001c35;
	border-color: #00172b
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #001c35;
	border-color: #00172b
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #000911;
	border-color: #000
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #000;
	border-color: #000
}

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

@media (max-width:767px) {
	.btn-primary {
		padding: 10px 20px;
		font-size: 12px;
		line-height: 1.2;
		border-radius: 0
	}
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #004787
}

.btn-secondary {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 1.95;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #fff;
	background-color: #af0838;
	border-color: #af0838
}

@media only screen and (min-width:800px) and (max-width:980px) and (min-height:550px) and (orientation:portrait) {
	.btn-secondary {
		padding: 10px;
	}
}

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

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
	color: #333;
	text-decoration: none
}

.btn-secondary.active,
.btn-secondary:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn-secondary.disabled,
fieldset[disabled] a.btn-secondary {
	pointer-events: none
}

.btn-secondary:after {
	content: '\e250';
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 10px;
	font-size: 10px;
	line-height: 1;
	position: static;
	margin-left: 6px;
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms;
	-webkit-transform: translate(0, 0) rotateX(0);
	transform: translate(0, 0) rotateX(0)
}

.btn-secondary:hover:after {
	-webkit-transform: translate(50%, 0) rotateX(359deg);
	transform: translate(50%, 0) rotateX(359deg)
}

.btn-secondary.focus,
.btn-secondary:focus {
	color: #fff;
	background-color: #7e0628;
	border-color: #350211
}

.btn-secondary:hover {
	color: #fff;
	background-color: #7e0628;
	border-color: #740525
}

.btn-secondary.active,
.btn-secondary:active,
.open>.dropdown-toggle.btn-secondary {
	color: #fff;
	background-color: #7e0628;
	border-color: #740525
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.dropdown-toggle.btn-secondary.focus,
.open>.dropdown-toggle.btn-secondary:focus,
.open>.dropdown-toggle.btn-secondary:hover {
	color: #fff;
	background-color: #5c041d;
	border-color: #350211
}

.btn-secondary.active,
.btn-secondary:active,
.open>.dropdown-toggle.btn-secondary {
	background-image: none
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover {
	background-color: #af0838;
	border-color: #af0838
}

.btn-secondary .badge {
	color: #af0838;
	background-color: #fff
}

@media (max-width:767px) {
	.btn-secondary {
		padding: 10px 20px;
		font-size: 12px;
		line-height: 1.2;
		border-radius: 0
	}
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
	background-color: #cc0941
}

.btn-outline-secondary {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 1.95;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #fff;
	background-color: #af0838;
	border-color: #af0838;
	color: #af0838!important;
	background-color: transparent!important
}

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
	color: #333;
	text-decoration: none
}

.btn-outline-secondary.active,
.btn-outline-secondary:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary[disabled],
fieldset[disabled] .btn-outline-secondary {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn-outline-secondary.disabled,
fieldset[disabled] a.btn-outline-secondary {
	pointer-events: none
}

.btn-outline-secondary:after {
	content: '\e250';
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 10px;
	font-size: 10px;
	line-height: 1;
	position: static;
	margin-left: 6px;
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms;
	-webkit-transform: translate(0, 0) rotateX(0);
	transform: translate(0, 0) rotateX(0)
}

.btn-outline-secondary:hover:after {
	-webkit-transform: translate(50%, 0) rotateX(359deg);
	transform: translate(50%, 0) rotateX(359deg)
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	color: #fff;
	background-color: #7e0628;
	border-color: #350211
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #7e0628;
	border-color: #740525
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.open>.dropdown-toggle.btn-outline-secondary {
	color: #fff;
	background-color: #7e0628;
	border-color: #740525
}

.btn-outline-secondary.active.focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary:active.focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active:hover,
.open>.dropdown-toggle.btn-outline-secondary.focus,
.open>.dropdown-toggle.btn-outline-secondary:focus,
.open>.dropdown-toggle.btn-outline-secondary:hover {
	color: #fff;
	background-color: #5c041d;
	border-color: #350211
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.open>.dropdown-toggle.btn-outline-secondary {
	background-image: none
}

.btn-outline-secondary.disabled.focus,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary[disabled].focus,
.btn-outline-secondary[disabled]:focus,
.btn-outline-secondary[disabled]:hover,
fieldset[disabled] .btn-outline-secondary.focus,
fieldset[disabled] .btn-outline-secondary:focus,
fieldset[disabled] .btn-outline-secondary:hover {
	background-color: #af0838;
	border-color: #af0838
}

.btn-outline-secondary .badge {
	color: #af0838;
	background-color: #fff
}

@media (max-width:767px) {
	.btn-outline-secondary {
		padding: 10px 20px;
		font-size: 12px;
		line-height: 1.2;
		border-radius: 0
	}
}

.btn-link {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 1.95;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	white-space: normal;
	color: #af0838;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 24px 0 0;
	margin-right: -24px
}

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

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
	color: #333;
	text-decoration: none
}

.btn-link.active,
.btn-link:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-link.disabled,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn-link.disabled,
fieldset[disabled] a.btn-link {
	pointer-events: none
}

.btn-link:after {
	content: '\e250';
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 10px;
	font-size: 10px;
	line-height: 1;
	position: static;
	margin-left: 6px;
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms;
	-webkit-transform: translate(0, 0) rotateX(0);
	transform: translate(0, 0) rotateX(0)
}

.btn-link:hover:after {
	-webkit-transform: translate(50%, 0) rotateX(359deg);
	transform: translate(50%, 0) rotateX(359deg)
}

@media (max-width:767px) {
	.btn-link {
		padding-left: 0
	}
}

.btn-link:before {
	content: '';
	height: 1px;
	position: absolute;
	top: auto;
	right: 20px;
	bottom: 0;
	left: 0;
	background-color: #af0838;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0
}

.btn-link:after {
	content: '\e258';
	margin-left: 0;
	position: relative
}

.btn-link:hover {
	color: #af0838
}

.btn-link:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.btn-link.active,
.btn-link:active {
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (min-width:480px) {
	.well-xl {
		padding: 40px
	}
}

.well-transparent {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.parallax-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto
}

.article-default,
.category-article,
.category-desc,
.page-173 .lower .content,
.section,
.websitetabs .sidebar-default {
	position: relative;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px
}

.category-desc.category-desc01 {
	padding-top: 50px;
	padding-bottom: 0px
}

.article-default.no_overflow {
	overflow: visible;
}

@media (max-width:767px) {
	.article-default,
	.category-article,
	.category-desc,
	.page-173 .lower .content,
	.section,
	.websitetabs .sidebar-default {
		padding-top: 40px;
		padding-bottom: 40px
	}
	.section [class*=" col-"]:nth-of-type(2),
	.section [class^=col-]:nth-of-type(2) {
		padding-top: 20px
	}
}

.section .parallax {
	position: absolute;
	top: -20px;
	right: 0;
	bottom: -150px;
	left: 0;
	margin: auto;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media (min-width:768px) {
	.section .parallax {
		top: 0;
		right: 0;
		bottom: -150px;
		left: 0
	}
}

.section .parallax.parallax-sky {
	background-image: url(../images/sky.jpg);
	background-color: #c6e2f3
}

.section .parallax.parallax-sky-light {
	background-image: url(../images/sky-light.jpg);
	background-color: #cee6f5
}

.section .parallax.parallax-whyus02 {
	background-image: url(../images/whyus02.jpg);
	background-color: #cee6f5
}

.section .parallax.parallax-whyus03 {
	background-image: url(../images/whyus03.jpg);
	background-color: #cee6f5
}

.section .parallax.parallax-whyus04 {
	background-image: url(../images/whyus04.jpg);
	background-color: #cee6f5
}

.section .parallax.parallax-fees01 {
	background-image: url(../images/fees02.jpg);
	background-position: center center;
	background-color: #cee6f5
}

.section .parallax.parallax-insights-bottom {
	background-image: url(../images/insights/new_bottom.jpg);
	background-position: center;
	background-color: #cee6f5
}

.section.pad40 {
	padding: 40px 0;
}

.section.padtop40 {
	padding-top: 40px;
}

.section.padtop0 {
	padding-top: 0px;
}

.nopadtop {
	padding-top: 0px !important;
}

.nopadbottom {
	padding-bottom: 0px !important;
}

.padtop50 {
	padding-top: 50px !important;
}

.martop30 {
	margin-top: 30px;
}

.padleft20 {
	padding-left: 20px;
}

.hover-rotate {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: -webkit-transform .7s ease-in-out;
	-o-transition: -o-transform .7s ease-in-out;
	transition: transform .7s ease-in-out
}

.hover-rotate:hover {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg)
}

.backtotop {
	height: 43px;
	width: 43px;
	background: url(../images/down-arrow-dark.png) no-repeat;
	cursor: pointer;
	pointer-events: none;
	position: fixed;
	margin: auto;
	-webkit-transition: -webkit-transform 350ms ease, opacity 350ms ease;
	-o-transition: -o-transform 350ms ease, opacity 350ms ease;
	transition: transform 350ms ease, opacity 350ms ease;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 998;
	right: 20px;
	bottom: 40px;
	opacity: 0
}

@media (max-width:991px) {
	.backtotop {
		width: 30px;
		height: 30px;
		-webkit-background-size: cover;
		background-size: cover
	}
}

.backtotop.active {
	pointer-events: all;
	opacity: 1
}

.backtotop:hover {
	-webkit-transform: rotate(180deg) translate3D(0, 1px, 0);
	-ms-transform: rotate(180deg) translate3D(0, 1px, 0);
	-o-transform: rotate(180deg) translate3D(0, 1px, 0);
	transform: rotate(180deg) translate3D(0, 1px, 0)
}

.text-more {
	color: #af0838;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.5px;
	position: relative;
	display: inline-block
}

.text-more:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20%;
	height: 2px;
	background-color: #af0838;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 350ms ease;
	-o-transition: -o-transform 350ms ease;
	transition: transform 350ms ease
}

.text-more:active,
.text-more:focus,
.text-more:hover {
	color: #af0838
}

.text-more:active:after,
.text-more:focus:after,
.text-more:hover:after {
	-webkit-transform: scaleX(3);
	-ms-transform: scaleX(3);
	-o-transform: scaleX(3);
	transform: scaleX(3)
}

html {
	-ms-overflow-style: scrollbar
}

.panel {
	-webkit-box-shadow: initial;
	box-shadow: initial
}

.st-btn:after {
	display: none
}

.box-secondary {
	background: #af0838;
	color: #fff;
	position: relative;
	margin-bottom: 10px;
	padding: 16px 30px
}

.box-secondary:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 11px solid #af0838;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px
}

.spotlight.taller .cell {
	display: table-cell;
	vertical-align: bottom;
}

@media (min-width:768px) {
	.abs-bottom {
		display: table;
		padding-left: 0;
		padding-right: 0
	}
	.abs-bottom:after,
	.abs-bottom:before {
		display: none
	}
}

@media (max-width:767px) {
	.abs-bottom>.row {
		display: grid;
	}
	.abs-bottom>.row:after,
	.abs-bottom>.row:before {
		display: none
	}
	.spotlight.taller {
		min-height: 300px !important;
	}
}

@media (min-width:768px) {
	.abs-bottom>.row {
		display: table-row
	}
	.abs-bottom>.row:after,
	.abs-bottom>.row:before {
		display: none
	}
	.spotlight.taller {
		min-height: 100vh !important;
	}
}

.abs-bottom>.row>[class*=col-] {
	vertical-align: bottom
}

@media (max-width:991px) {
	.abs-bottom>.row>[class*=col-] {
		display: inline;
		float: none
	}
}

@media (min-width:992px) {
	.abs-bottom>.row>[class*=col-] {
		display: table-cell;
		float: none
	}
}

@media (min-width:992px) {
	.abs-md-bottom {
		display: table;
		padding-left: 0;
		padding-right: 0
	}
	.abs-md-bottom:after,
	.abs-md-bottom:before {
		display: none
	}
}

@media (min-width:992px) {
	.abs-md-bottom>.row {
		display: table-row
	}
	.abs-md-bottom>.row:after,
	.abs-md-bottom>.row:before {
		display: none
	}
}

.abs-md-bottom>.row>[class*=col-] {
	vertical-align: bottom
}

@media (min-width:992px) {
	.abs-md-bottom>.row>[class*=col-] {
		display: table-cell;
		float: none
	}
}

@media (min-width:1200px) {
	.abs-bottom>.row>.col-lg-offset-1,
	.abs-md-bottom>.row>.col-lg-offset-1 {
		margin-left: 0;
		padding-left: 97.5px
	}
}

@media (min-width:992px) {
	.abs-bottom>.row>.col-md-offset-1,
	.abs-md-bottom>.row>.col-md-offset-1 {
		margin-left: 0;
		padding-left: 80.83333333px
	}
}

@media (min-width:992px) {
	.container-md-heights {
		display: table;
		padding-left: 0;
		padding-right: 0
	}
	.container-md-heights:after,
	.container-md-heights:before {
		display: none
	}
}

@media (min-width:992px) {
	.container-md-heights .row {
		display: table-row
	}
	.container-md-heights .row:after,
	.container-md-heights .row:before {
		display: none
	}
}

.container-md-heights [class*=col-] {
	vertical-align: middle
}

@media (min-width:992px) {
	.container-md-heights [class*=col-] {
		display: table-cell;
		float: none
	}
}

.dash-list ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em
}

.dash-list ul li:before {
	display: inline-block;
	content: "-";
	width: 1em;
	margin-left: -1em
}

.text-primary .lead {
	color: #000
}

.text-number {
	display: inline-block;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1.2
}

.text-number .number {
	float: left;
	font-size: 78px;
	font-weight: 600;
	line-height: .75
}

.has-tip:hover+.tip-popover {
	opacity: 1
}

.has-tip+.tip-popover {
	color: #fff;
	position: absolute;
	left: 0;
	bottom: -150%;
	z-index: 1060;
	white-space: nowrap;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
	box-shadow: 0 0 4px rgba(0, 0, 0, .1);
	background: rgba(175, 8, 56, .9);
	-webkit-transition: opacity 350ms;
	-o-transition: opacity 350ms;
	transition: opacity 350ms;
	opacity: 0;
	pointer-events: none;
	padding: 10px;
	line-height: 1
}

.has-tip+.tip-popover:after {
	content: '\e250';
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 10px;
	position: static;
	margin-left: 6px;
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms;
	-webkit-transform: translate(0, 0) rotateX(0);
	transform: translate(0, 0) rotateX(0)
}

.button {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 1.95;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #fff;
	background-color: #000;
	border-color: #000
}

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

.button.focus,
.button:focus,
.button:hover {
	color: #333;
	text-decoration: none
}

.button.active,
.button:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.button.disabled,
.button[disabled],
fieldset[disabled] .button {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

a.button.disabled,
fieldset[disabled] a.button {
	pointer-events: none
}

.button:after {
	content: '\e250';
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 10px;
	font-size: 10px;
	line-height: 1;
	position: static;
	margin-left: 6px;
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms;
	-webkit-transform: translate(0, 0) rotateX(0);
	transform: translate(0, 0) rotateX(0)
}

.button:hover:after {
	-webkit-transform: translate(50%, 0) rotateX(359deg);
	transform: translate(50%, 0) rotateX(359deg)
}

.button.focus,
.button:focus {
	color: #fff;
	background-color: #001c35;
	border-color: #000
}

.button:hover {
	color: #fff;
	background-color: #001c35;
	border-color: #00172b
}

.button.active,
.button:active,
.open>.dropdown-toggle.button {
	color: #fff;
	background-color: #001c35;
	border-color: #00172b
}

.button.active.focus,
.button.active:focus,
.button.active:hover,
.button:active.focus,
.button:active:focus,
.button:active:hover,
.open>.dropdown-toggle.button.focus,
.open>.dropdown-toggle.button:focus,
.open>.dropdown-toggle.button:hover {
	color: #fff;
	background-color: #000911;
	border-color: #000
}

.button.active,
.button:active,
.open>.dropdown-toggle.button {
	background-image: none
}

.button.disabled.focus,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled].focus,
.button[disabled]:focus,
.button[disabled]:hover,
fieldset[disabled] .button.focus,
fieldset[disabled] .button:focus,
fieldset[disabled] .button:hover {
	background-color: #000;
	border-color: #000
}

.button .badge {
	color: #000;
	background-color: #fff
}

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

.button.focus,
.button:focus,
.button:hover {
	color: #333;
	text-decoration: none
}

.button.active,
.button:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.button.disabled,
.button[disabled],
fieldset[disabled] .button {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

a.button.disabled,
fieldset[disabled] a.button {
	pointer-events: none
}

.button:after {
	content: '\e250';
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 10px;
	font-size: 10px;
	line-height: 1;
	position: static;
	margin-left: 6px;
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms;
	-webkit-transform: translate(0, 0) rotateX(0);
	transform: translate(0, 0) rotateX(0)
}

.button:hover:after {
	-webkit-transform: translate(50%, 0) rotateX(359deg);
	transform: translate(50%, 0) rotateX(359deg)
}

.button.focus,
.button:focus {
	color: #fff;
	background-color: #001c35;
	border-color: #000
}

.button:hover {
	color: #fff;
	background-color: #001c35;
	border-color: #00172b
}

.button.active,
.button:active,
.open>.dropdown-toggle.button {
	color: #fff;
	background-color: #001c35;
	border-color: #00172b
}

.button.active.focus,
.button.active:focus,
.button.active:hover,
.button:active.focus,
.button:active:focus,
.button:active:hover,
.open>.dropdown-toggle.button.focus,
.open>.dropdown-toggle.button:focus,
.open>.dropdown-toggle.button:hover {
	color: #fff;
	background-color: #000911;
	border-color: #000
}

.button.active,
.button:active,
.open>.dropdown-toggle.button {
	background-image: none
}

.button.disabled.focus,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled].focus,
.button[disabled]:focus,
.button[disabled]:hover,
fieldset[disabled] .button.focus,
fieldset[disabled] .button:focus,
fieldset[disabled] .button:hover {
	background-color: #000;
	border-color: #000
}

.button .badge {
	color: #000;
	background-color: #fff
}

@media (max-width:767px) {
	.button {
		padding: 10px 20px;
		font-size: 12px;
		line-height: 1.2;
		border-radius: 0
	}
}

.button:active,
.button:focus,
.button:hover {
	background-color: #004787
}

.button-alt {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 1.95;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #fff;
	background-color: rgba(175, 8, 56, .85);
	border-color: rgba(175, 8, 56, .85);
	padding: 10px
}

.button-alt.active.focus,
.button-alt.active:focus,
.button-alt.focus,
.button-alt:active.focus,
.button-alt:active:focus,
.button-alt:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.button-alt.focus,
.button-alt:focus,
.button-alt:hover {
	color: #333;
	text-decoration: none
}

.button-alt.active,
.button-alt:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.button-alt.disabled,
.button-alt[disabled],
fieldset[disabled] .button-alt {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

a.button-alt.disabled,
fieldset[disabled] a.button-alt {
	pointer-events: none
}

.button-alt:after {
	content: '\e250';
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 10px;
	font-size: 10px;
	line-height: 1;
	position: static;
	margin-left: 6px;
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms;
	-webkit-transform: translate(0, 0) rotateX(0);
	transform: translate(0, 0) rotateX(0)
}

.button-alt:hover:after {
	-webkit-transform: translate(50%, 0) rotateX(359deg);
	transform: translate(50%, 0) rotateX(359deg)
}

.button-alt.focus,
.button-alt:focus {
	color: #fff;
	background-color: rgba(126, 6, 40, .85);
	border-color: rgba(53, 2, 17, .85)
}

.button-alt:hover {
	color: #fff;
	background-color: rgba(126, 6, 40, .85);
	border-color: rgba(116, 5, 37, .85)
}

.button-alt.active,
.button-alt:active,
.open>.dropdown-toggle.button-alt {
	color: #fff;
	background-color: rgba(126, 6, 40, .85);
	border-color: rgba(116, 5, 37, .85)
}

.button-alt.active.focus,
.button-alt.active:focus,
.button-alt.active:hover,
.button-alt:active.focus,
.button-alt:active:focus,
.button-alt:active:hover,
.open>.dropdown-toggle.button-alt.focus,
.open>.dropdown-toggle.button-alt:focus,
.open>.dropdown-toggle.button-alt:hover {
	color: #fff;
	background-color: rgba(92, 4, 29, .85);
	border-color: rgba(53, 2, 17, .85)
}

.button-alt.active,
.button-alt:active,
.open>.dropdown-toggle.button-alt {
	background-image: none
}

.button-alt.disabled.focus,
.button-alt.disabled:focus,
.button-alt.disabled:hover,
.button-alt[disabled].focus,
.button-alt[disabled]:focus,
.button-alt[disabled]:hover,
fieldset[disabled] .button-alt.focus,
fieldset[disabled] .button-alt:focus,
fieldset[disabled] .button-alt:hover {
	background-color: rgba(175, 8, 56, .85);
	border-color: rgba(175, 8, 56, .85)
}

.button-alt .badge {
	color: rgba(175, 8, 56, .85);
	background-color: #fff
}

.button-alt:active,
.button-alt:focus,
.button-alt:hover {
	background-color: rgba(199, 9, 64, .85);
	border-color: rgba(199, 9, 64, .85)
}

.button-border {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 1.95;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: rgba(0, 55, 104, .85);
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(0, 55, 104, .85)
}

.button-border.active.focus,
.button-border.active:focus,
.button-border.focus,
.button-border:active.focus,
.button-border:active:focus,
.button-border:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.button-border.focus,
.button-border:focus,
.button-border:hover {
	color: #333;
	text-decoration: none
}

.button-border.active,
.button-border:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.button-border.disabled,
.button-border[disabled],
fieldset[disabled] .button-border {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

a.button-border.disabled,
fieldset[disabled] a.button-border {
	pointer-events: none
}

.button-border:after {
	content: '\e250';
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 10px;
	font-size: 10px;
	line-height: 1;
	position: static;
	margin-left: 6px;
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms;
	-webkit-transform: translate(0, 0) rotateX(0);
	transform: translate(0, 0) rotateX(0)
}

.button-border:hover:after {
	-webkit-transform: translate(50%, 0) rotateX(359deg);
	transform: translate(50%, 0) rotateX(359deg)
}

.button-border.focus,
.button-border:focus {
	color: rgba(0, 55, 104, .85);
	background-color: rgba(230, 230, 230, 0);
	border-color: rgba(0, 0, 0, .85)
}

.button-border:hover {
	color: rgba(0, 55, 104, .85);
	background-color: rgba(230, 230, 230, 0);
	border-color: rgba(0, 23, 43, .85)
}

.button-border.active,
.button-border:active,
.open>.dropdown-toggle.button-border {
	color: rgba(0, 55, 104, .85);
	background-color: rgba(230, 230, 230, 0);
	border-color: rgba(0, 23, 43, .85)
}

.button-border.active.focus,
.button-border.active:focus,
.button-border.active:hover,
.button-border:active.focus,
.button-border:active:focus,
.button-border:active:hover,
.open>.dropdown-toggle.button-border.focus,
.open>.dropdown-toggle.button-border:focus,
.open>.dropdown-toggle.button-border:hover {
	color: rgba(0, 55, 104, .85);
	background-color: rgba(212, 212, 212, 0);
	border-color: rgba(0, 0, 0, .85)
}

.button-border.active,
.button-border:active,
.open>.dropdown-toggle.button-border {
	background-image: none
}

.button-border.disabled.focus,
.button-border.disabled:focus,
.button-border.disabled:hover,
.button-border[disabled].focus,
.button-border[disabled]:focus,
.button-border[disabled]:hover,
fieldset[disabled] .button-border.focus,
fieldset[disabled] .button-border:focus,
fieldset[disabled] .button-border:hover {
	background-color: rgba(255, 255, 255, 0);
	border-color: rgba(0, 55, 104, .85)
}

.button-border .badge {
	color: rgba(255, 255, 255, 0);
	background-color: rgba(0, 55, 104, .85)
}

@media (max-width:767px) {
	.body img {
		margin-bottom: 20px;
		margin-top: 20px
	}
}

.services-list ul {
	width: 100%;
	list-style: none;
	padding: 0
}

@media (max-width:767px) {
	.services-list ul {
		margin-bottom: 20px;
		padding-left: 0
	}
}

.services-list ul li {
	color: #000;
	font-size: 17px;
	line-height: 1.25;
	text-transform: uppercase;
	text-align: center;
	padding: 20px
}

@media (max-width:767px) {
	.services-list ul li {
		position: relative;
		display: block;
		padding: 10px 15px;
		margin-bottom: -1px;
		background-color: #fff;
		border: 1px solid #ececec
	}
	.services-list ul li:first-child {
		border-top-right-radius: 0;
		border-top-left-radius: 0
	}
	.services-list ul li:last-child {
		margin-bottom: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}
	.services-list ul li.disabled,
	.services-list ul li.disabled:focus,
	.services-list ul li.disabled:hover {
		background-color: #eee;
		color: #7c7c7c;
		cursor: not-allowed
	}
	.services-list ul li.disabled .list-group-item-heading,
	.services-list ul li.disabled:focus .list-group-item-heading,
	.services-list ul li.disabled:hover .list-group-item-heading {
		color: inherit
	}
	.services-list ul li.disabled .list-group-item-text,
	.services-list ul li.disabled:focus .list-group-item-text,
	.services-list ul li.disabled:hover .list-group-item-text {
		color: #7c7c7c
	}
	.services-list ul li.active,
	.services-list ul li.active:focus,
	.services-list ul li.active:hover {
		z-index: 2;
		color: #fff;
		background-color: #000;
		border-color: #000
	}
	.services-list ul li.active .list-group-item-heading,
	.services-list ul li.active .list-group-item-heading>.small,
	.services-list ul li.active .list-group-item-heading>small,
	.services-list ul li.active:focus .list-group-item-heading,
	.services-list ul li.active:focus .list-group-item-heading>.small,
	.services-list ul li.active:focus .list-group-item-heading>small,
	.services-list ul li.active:hover .list-group-item-heading,
	.services-list ul li.active:hover .list-group-item-heading>.small,
	.services-list ul li.active:hover .list-group-item-heading>small {
		color: inherit
	}
	.services-list ul li.active .list-group-item-text,
	.services-list ul li.active:focus .list-group-item-text,
	.services-list ul li.active:hover .list-group-item-text {
		color: #35a0ff
	}
}

@media (max-width:767px) {
	.services-list ul li {
		padding: 10px
	}
}

@media (min-width:768px) {
	.services-list ul li {
		display: table-cell
	}
	.services-list ul li:last-child {
		padding-right: 0
	}
}

.services-list a:focus {
	text-decoration: none
}

@media (min-width:992px) {
	.border-left ul {
		border-left: 1px solid #af0838
	}
}

.baselight {
	background: #f4f4f4;
	border-top: 4px solid #af0838
}

.baselight img {
	margin-right: 20px
}

@media (max-width:767px) {
	.baselight img {
		max-width: 70px
	}
}

.baselight [class*=mod_] {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px
}

@media (min-width:992px) {
	.baselight .container {
		display: table;
		padding-left: 0;
		padding-right: 0
	}
	.baselight .container:after,
	.baselight .container:before {
		display: none
	}
}

@media (min-width:992px) {
	.baselight .container .row {
		display: table-row
	}
	.baselight .container .row:after,
	.baselight .container .row:before {
		display: none
	}
}

.baselight .container [class*=col-] {
	vertical-align: middle
}

@media (min-width:992px) {
	.baselight .container [class*=col-] {
		display: table-cell;
		float: none
	}
}

.baselight .container [class*=col-] {
	vertical-align: top
}

@media (max-width:767px) {
	.baselight .baselight-content {
		text-align: center
	}
}

@media (max-width:1199px) {
	.baselight .baselight-content h4 {
		font-size: 24px
	}
}

@media (max-width:767px) {
	.baselight .baselight-content h4 {
		font-size: 18px
	}
}

@media (max-width:767px) {
	.baselight .baselight-content h6 {
		font-size: 12px
	}
}

@media (min-width:1200px) {
	.baselight .baselight-content h6 {
		display: inline-block
	}
}

@media (max-width:767px) {
	.baselight .baselight-content p {
		font-size: 10px
	}
}

@media (min-width:1200px) {
	.baselight .baselight-content p {
		display: inline-block
	}
}

.baselight .baselight-content .btn-secondary {
	padding: 10px 20px;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 0
}

@media (max-width:767px) {
	.baselight .baselight-content .btn-secondary {
		font-size: 11px
	}
}

@media (max-width:767px) {
	.baselight .baselight-content .btn-secondary {
		display: block
	}
}

@media (min-width:1200px) {
	.baselight .baselight-content .btn-secondary {
		margin-left: 20px
	}
}

@media (min-width:992px) {
	.footer [class*=mod-] {
		display: inline-block;
		vertical-align: middle
	}
}

* {
	outline: 0!important
}

::-moz-selection {
	color: #fff;
	background-color: #000
}

::selection {
	color: #fff;
	background-color: #000
}

body {
	-webkit-font-smoothing: antialiased;
	position: relative;
	cursor: default
}

@media (max-width:767px) {
	body {
		font-size: 13px
	}
	body p {
		font-size: 13px
	}
}

body .body {
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms
}

@media (max-width:767px) {
	body .body {
		line-height: 1.6
	}
}

.wrapper {
	position: relative;
	-webkit-transition: -webkit-transform 350ms ease;
	-o-transition: -o-transform 350ms ease;
	transition: transform 350ms ease
}

@media (max-width:767px) {
	.navbar-toggled .wrapper {
		-webkit-transform: translate3d(-180px, 0, 0);
		transform: translate3d(-180px, 0, 0)
	}
}

.logo-svg {
	width: 72px;
	height: 27px
}

@media (min-width:768px) {
	.logo-svg {
		width: 68px;
		height: 26px
	}
}

@media (min-width:992px) {
	.logo-svg {
		width: 118px;
		height: 45px
	}
}

.spotlight {
	position: relative;
	overflow: hidden;
	height: 300px;
	min-height: 150px;
	background-color: #f4f4f4
}

@media (min-width:768px) {
	.spotlight {
		height: 75vh
	}
	.spotlight.newsdetailhead {
		height: 85vh
	}
}

.spotlight.no-bg {
	height: 50vh
}

.spotlight.no-bg .spotlight-content {
	margin-top: 50px!important
}

@media (max-width:991px) {
	.spotlight.no-bg .spotlight-content {
		margin-top: 20px!important
	}
}

.spotlight .spotlight-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 100% 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.spotlight .spotlight-image.attop {
	background-position: top center;
}

.spotlight .spotlight-image.atcenter {
	background-position: center center;
}

.spotlight .spotlight-image.atbottom {
	background-position: bottom center;
}

@media (max-width:991px) {
	.spotlight .spotlight-image {
		opacity: .6
	}
}

.spotlight .spotlight-content {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	text-transform: uppercase;
	height: 100%
}

.spotlight.newsdetailhead .spotlight-content {
	margin: auto;
	padding: 4rem 4rem 0;
	text-transform: uppercase;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
}

.spotlight.newsdetailhead .spotlight-content .table {
	margin-bottom: 0px;
}

@media (min-width:768px) {
	.spotlight .spotlight-content {
		width: 100%
	}
}

@media (min-width:992px) {
	.spotlight .spotlight-content {
		width: 970px
	}
}

@media (min-width:1200px) {
	.spotlight .spotlight-content {
		width: 1170px
	}
}

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

@media (min-width:767px) {
	.spotlight .spotlight-content>.navbar-collapse,
	.spotlight .spotlight-content>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.spotlight .spotlight-content h1, .spotlight .spotlight-content h4, .spotlight .spotlight-content h6 {
	text-shadow: 1px 1px 2px rgba(51,51,51,.2);
	-webkit-animation-name: fade;
	-o-animation-name: fade;
	animation-name: fade;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
}

.spotlight .spotlight-content h4 {
	-webkit-animation-delay: 650ms;
	-o-animation-delay: 650ms;
	animation-delay: 650ms;
}

.spotlight .spotlight-content h6 {
	-webkit-animation-delay: 850ms;
	-o-animation-delay: 850ms;
	animation-delay: 850ms;
}

.spotlight .spotlight-content h1 {
	margin-top: 50px !important;
	margin-bottom: 0;
	-webkit-animation-name: fade;
	-o-animation-name: fade;
	animation-name: fade;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 350ms;
	-o-animation-delay: 350ms;
	animation-delay: 350ms
}

.spotlight.newsdetailhead .spotlight-content h2 {
	padding-bottom: 3.5rem;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	font-size: 40px;
	line-height: 1.2;
}

@media only screen and (max-width:979px) {
	.spotlight.newsdetailhead .spotlight-content h2 {
		font-size: 20px;
		line-height: 1.2;
	}
}

.spotlight .spotlight-content h1 b {
	-webkit-animation-name: fade;
	-o-animation-name: fade;
	animation-name: fade;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s
}

@media only screen and (max-width:767px) {
	.spotlight .spotlight-content h1 {
		font-size: 20px;
	}
	.spotlight .spotlight-content h4 {
		font-size: 16px;
	}
	.spotlight .spotlight-content h6 {
		font-size: 13px;
	}
}

@media (min-width:768px) {
	.spotlight .spotlight-content h1 b {
		display: block
	}
}

@media (max-width:991px) {
	.spotlight .spotlight-content h1 {
		margin-top: 40px
	}
}

.newsdetailbody .newsdetailbodycontainer {
	padding: 0 4rem;
}

.newsdetailbody h1.bigsmall {
  font-size: 20px;
  line-height: 1.4;
  text-transform: none;
  padding: 0 30px;
}

.newsdetailbody h1.bigsmall span {
  display: block;
  font-size: 35px;
  margin-bottom: 20px;
}

.newsdetailbody h1 {
	font-size: 17px;
}

.newsdetailbody .small_text {
	font-size: 75%;
	line-height: 1.6em;
}

.spotlight .page-exxon .focus table,
.spotlight .table {
	width: 100%;
	height: 100%;
	display: table
}

.spotlight .cell {
	display: table-cell;
	vertical-align: middle
}

.heading-bar {
	width: 100%;
	text-align: center;
	padding: 10px 15px;
	position: relative
}

.heading-bar:after {
	content: '';
	width: 12px;
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 12px solid transparent;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	z-index: 1000
}

.heading-bar .bar-title {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin: 0
}

.heading-bar.bar-primary {
	background-color: #af0838
}

.heading-bar.bar-primary:after {
	border-top: 12px solid #af0838
}

.heading-bar.bar-primary .bar-title {
	color: #fff
}

.heading-bar.bar-primary p {
	color: #fff;
	margin: 0;
	font-weight: 200;
	font-size: 13px
}

.site-header {
	width: 100%;
	position: fixed;
	margin-bottom: 0;
	z-index: 1000;
	top: 0;
	background-color: #fff;
	z-index: 1030;
	border-left: 0!important;
	border-right: 0!important;
	border-top: 0!important
}

@media (max-width:767px) {
	.site-header {
		border: 0!important;
		background: 0 0
	}
}

.header {
	padding: 2px 0
}

.baselight:after,
.baselight:before,
.body:after,
.body:before,
.featured:after,
.featured:before,
.footer:after,
.footer:before,
.header:after,
.header:before,
.spotlight:after,
.spotlight:before,
.upper:after,
.upper:before {
	content: " ";
	display: table
}

.baselight:after,
.body:after,
.featured:after,
.footer:after,
.header:after,
.spotlight:after,
.upper:after {
	clear: both
}

.baselight:after,
.baselight:before,
.body:after,
.body:before,
.featured:after,
.featured:before,
.footer:after,
.footer:before,
.header:after,
.header:before,
.spotlight:after,
.spotlight:before,
.upper:after,
.upper:before {
	content: " ";
	display: table
}

.baselight:after,
.body:after,
.featured:after,
.footer:after,
.header:after,
.spotlight:after,
.upper:after {
	clear: both
}

.panel {
	padding: 10px 30px
}

.baselight,
.footer {
	position: relative
}

.footer {
	color: #fff;
	font-size: 12px;
	font-weight: 200;
	/*background-color: #25282d;*/
	background-color: #012341;
	padding: 10px 0
}

@media (max-width:767px) {
	.footer {
		font-size: 10px
	}
}

img[src*=insidesales] {
	display: none!important
}

.navbar-toggle {
	width: 46px;
	height: 46px;
	position: fixed;
	top: 0;
	right: 15px;
	color: #fff;
	line-height: 17px;
	white-space: nowrap;
	border: 0;
	outline: 0;
	-webkit-transition: -webkit-transform 350ms, background-color .5s 20ms, color .5s 20ms, opacity 350ms 20ms;
	-o-transition: -o-transform 350ms, background-color .5s 20ms, color .5s 20ms, opacity 350ms 20ms;
	transition: transform 350ms, background-color .5s 20ms, color .5s 20ms, opacity 350ms 20ms;
	z-index: 1030;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0!important;
	padding: 14px;
	background: 0 0
}

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

@media (max-width:1099px) {
	.navbar-toggle {
		width: 44px;
		height: 44px;
		font-size: 14px;
		line-height: 14px;
		padding: 26px 12px
	}
}

.navbar-toggle .icon-bar {
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	border-radius: 0;
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms
}

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

@media (max-width:1099px) {
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 2px
	}
}

.navbar-toggle .icon-bar:nth-of-type(1) {
	top: -2px
}

.navbar-toggle .icon-bar:nth-of-type(2) {
	top: 0
}

.navbar-toggle .icon-bar:nth-of-type(3) {
	top: 2px
}

.navbar-toggle.active .icon-bar:nth-of-type(1),
.navbar-toggled .navbar-toggle .icon-bar:nth-of-type(1) {
	top: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

@media (max-width:1099px) {
	.navbar-toggle.active .icon-bar:nth-of-type(1),
	.navbar-toggled .navbar-toggle .icon-bar:nth-of-type(1) {
		top: 2px
	}
}

.navbar-toggle.active .icon-bar:nth-of-type(2),
.navbar-toggled .navbar-toggle .icon-bar:nth-of-type(2) {
	background-color: transparent
}

.navbar-toggle.active .icon-bar:nth-of-type(3),
.navbar-toggled .navbar-toggle .icon-bar:nth-of-type(3) {
	top: -6px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media (max-width:1099px) {
	.navbar-toggle.active .icon-bar:nth-of-type(3),
	.navbar-toggled .navbar-toggle .icon-bar:nth-of-type(3) {
		top: -4px
	}
}

.navbar-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin-right: 0!important;
	z-index: 1030
}

@media (max-width:1099px) {
	.navbar-header {
		background-color: rgba(255,255,255,.8);
		border-bottom: 1px solid rgba(0, 0, 0, .15)
	}
}

@media (min-width:1100px) {
	.navbar-header {
		position: absolute;
		left: auto;
		right: auto;
		margin-top: 0px;
		padding-top: 0px;
		padding-left: 15px
	}
}

.navbar-collapse {
	border: none;
	padding-left: 0;
	padding-right: 0
}

@media (max-width:1099px) {
	.navbar-collapse {
		padding-top: 20px;
		padding-bottom: 10px;
		padding-right: 10px
	}
}

@media (max-width:1098px) {
	.navbar-collapse {
		padding-right: 0
	}
}

.navbar-brand {
	width: auto;
	height: auto;
	position: relative;
	z-index: 1031;
	padding-top: 12px
}

.navbar-brand img {
	width: 180px;
	/*-webkit-filter: grayscale(0) invert(0) saturate(5) hue-rotate(0) brightness(110%);
	filter: grayscale(0) invert(0) saturate(5) hue-rotate(0) brightness(110%)*/
}

@media (max-width:991px) {
	.navbar-brand {
		width: 150px;
		padding-top: 12px
	}
	.navbar-brand img {
		width: 150px
	}
}

@media (max-width:767px) {
	.navbar-brand {
		padding: 8px;
		margin-left: 15px
	}
	.navbar-brand img {
		width: 100px
	}
}

.navbar-tabs {
	background-image: -webkit-linear-gradient(top, #585a60 60%, #55565c 60%);
	background-image: -o-linear-gradient(top, #585a60 60%, #55565c 60%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #585a60), color-stop(60%, #55565c));
	background-image: linear-gradient(to bottom, #585a60 60%, #55565c 60%);
	background-repeat: repeat-x
}

.navbar-tabs .nav-tabs {
	border: none!important
}

.navbar-tabs .nav-tabs>li {
	margin-bottom: 0;
	border: none
}

@media (min-width:768px) {
	.navbar-tabs .nav-tabs>li {
		border-right: 1px solid #7c7c7c
	}
}

@media (min-width:768px) {
	.navbar-tabs .nav-tabs>li:first-child {
		border-left: 1px solid #7c7c7c
	}
}

.navbar-tabs .nav-tabs>li>a {
	color: #fff;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	margin: 0
}

.navbar-tabs .nav-tabs>li>a:active,
.navbar-tabs .nav-tabs>li>a:focus,
.navbar-tabs .nav-tabs>li>a:hover,
.navbar-tabs .nav-tabs>li>a:hover:active {
	background-color: #bc2d55;
	border: none
}

.navbar-tabs .nav-tabs>li.active:after {
	content: '';
	width: 12px;
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 12px solid #bc2d55;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent
}

.navbar-tabs .nav-tabs>li.active a {
	color: #fff;
	background-color: #bc2d55;
	border: none!important
}

.navbar-tabs .nav-tabs>li.active a:active,
.navbar-tabs .nav-tabs>li.active a:focus,
.navbar-tabs .nav-tabs>li.active a:hover,
.navbar-tabs .nav-tabs>li.active a:hover:active {
	color: #fff;
	background-color: #bc2d55;
	border: none
}

.header {
	background: #f4f4f4
}

@media (min-width:768px) {
	.header {
		background: #012341
	}
}

@media (max-width:767px) {
	.header {
		padding: 4px 0;
		margin: 4px;
		border: 1px solid rgba(85, 85, 85, .1)
	}
}

.header .menu {
	text-align: right
}

@media (max-width:767px) {
	.header .nav-pills {
		text-align: left;
		padding: 0;
		margin-top: 6px;
		margin-bottom: 6px
	}
}

@media (min-width:768px) {
	.header .nav-pills {
		padding-left: 15px;
		padding-right: 15px
	}
}

.header .nav-pills>li {
	display: inline-block;
	float: none
}

@media (max-width:767px) {
	.header .nav-pills>li {
		width: 100%;
		margin-left: 0;
		margin: 0;
		padding: 0
	}
}

@media (max-width:767px) {
	.header li.active:hover>a,
	.header li.active>a,
	.header li:active>a,
	.header li:focus>a,
	.header li:hover>a {
		color: #000;
		background-color: #f6f6f6
	}
}

.header .nav>li>a {
	text-transform: uppercase;
	padding: 4px 12px;
	border-radius: 0;
	font-size: 12px;
	-webkit-transition: background-color 350ms;
	-o-transition: background-color 350ms;
	transition: background-color 350ms
}

@media (min-width:768px) {
	.header .nav>li>a {
		color: #fff
	}
}

@media (max-width:767px) {
	.header .nav>li>a {
		color: #333;
		font-size: 10px;
		padding: 4px 12px;
		line-height: 1.95
	}
}

@media (min-width:768px) {
	.header .nav>li>a:active,
	.header .nav>li>a:focus,
	.header .nav>li>a:hover {
		background: #023e73;
		color: #fff
	}
}

@media (min-width:768px) {
	.header li.highlight a {
		background: #fff;
		color: #000
	}
	.header li.highlight a:active,
	.header li.highlight a:focus,
	.header li.highlight a:hover {
		color: #000;
		background: #fff;
		text-decoration: none
	}
}

.navbar-default .navbar-toggle {
	margin: 10px
}

.navbar-default .mod-1 .navbar-nav {
	float: right;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0
}

@media (max-width:767px) {
	.navbar-default .mod-1 .navbar-nav {
		margin-top: 10px
	}
}

.navbar-default .mod-1 .navbar-nav a {
	position: relative
}

@media (min-width:768px) {
	.navbar-default .mod-1 .navbar-nav a:after {
		content: '';
		width: 40%;
		height: 2px;
		position: absolute;
		top: auto;
		right: auto;
		bottom: 48px;
		left: 10px;
		background-color: #af0838;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-o-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: bottom left;
		-ms-transform-origin: bottom left;
		-o-transform-origin: bottom left;
		transform-origin: bottom left;
		-webkit-transition: -webkit-transform 350ms;
		-o-transition: -o-transform 350ms;
		transition: transform 350ms
	}
}

@media (max-width:991px) {
	.navbar-default .mod-1 .navbar-nav a:after {
		bottom: 12px
	}
}

.navbar-default .mod-1 .navbar-nav .active>a {
	background: 0 0;
	color: #af0838
}

@media (max-width:767px) {
	.navbar-default .mod-1 .navbar-nav .active>a {
		color: #000
	}
}

.navbar-default .mod-1 .navbar-nav .active>a:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

@media (max-width:991px) {
	.navbar-default .mod-1 .navbar-nav>li {
		margin-left: 0
	}
}

@media (max-width:767px) {
	.navbar-default .mod-1 .navbar-nav>li {
		border-bottom: 1px solid rgba(124, 124, 124, .05)
	}
}

.navbar-default .mod-1 .navbar-nav>li a {
	color: #012341;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0;
	letter-spacing: .05em;
	font-weight: 600;
	line-height: 2
}

@media (min-width:768px) {
	.navbar-default .mod-1 .navbar-nav>li a {
		padding: 48px 10px
	}
}

@media (max-width:1099px) {
	.navbar-default .mod-1 .navbar-nav>li a {
		padding: 10px;
		font-size: 11px
	}
}

@media (max-width:767px) {
	.navbar-default .mod-1 .navbar-nav>li a {
		text-align: left;
		font-weight: 600;
		color: #333;
		font-size: 12px;
		padding: 8px 12px
	}
}

.navbar-default .mod-1 .navbar-nav>li a:active,
.navbar-default .mod-1 .navbar-nav>li a:focus,
.navbar-default .mod-1 .navbar-nav>li a:hover {
	color: #af0838;
	background: 0 0
}

.navbar-default .mod-1 .navbar-nav>li a:active:after,
.navbar-default .mod-1 .navbar-nav>li a:focus:after,
.navbar-default .mod-1 .navbar-nav>li a:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

@media (max-width:767px) {
	.navbar-default .mod-1 .navbar-nav>li a:active,
	.navbar-default .mod-1 .navbar-nav>li a:focus,
	.navbar-default .mod-1 .navbar-nav>li a:hover {
		color: #000;
		background: #f6f6f6;
		border-top: 0;
		border-bottom: 0;
		border-right: 0
	}
}

.navbar-default .mod-1 .navbar-nav>li>.dropdown-menu {
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (min-width:480px) {
	.navbar-default .mod-1 .navbar-nav>li>.dropdown-menu {
		top: 100%;
		border-top-color: #fff;
		border-bottom: 2px solid #000
	}
}

@media (max-width:1099px) {
	.navbar-default .mod-1 .navbar-nav>li>.dropdown-menu {
		display: block;
		background: 0 0;
		border: none;
		padding-top: 0;
		padding-bottom: 10px
	}
}

.navbar-default .mod-1 .navbar-nav>li>.dropdown-menu li a {
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	padding-top: 6px;
	color: #012341;
	padding-bottom: 6px
}

@media (min-width:480px) {
	.navbar-default .mod-1 .navbar-nav>li>.dropdown-menu li a {
		padding-top: 4px;
		padding-bottom: 4px
	}
	.navbar-default .mod-1 .navbar-nav>li>.dropdown-menu li a:active,
	.navbar-default .mod-1 .navbar-nav>li>.dropdown-menu li a:focus,
	.navbar-default .mod-1 .navbar-nav>li>.dropdown-menu li a:hover {
		color: #333;
		background-color: #eee
	}
	.navbar-default .mod-1 .navbar-nav>li>.dropdown-menu li a:after {
		display: none
	}
}

@media (max-width:1099px) {
	.navbar-default .mod-1 .navbar-nav>li>.dropdown-menu li a {
		font-size: 11px;
		padding: 2px 24px
	}
}

@media (min-width:480px) {
	.navbar-default .mod-1 .navbar-nav>li>.dropdown-menu li.active a {
		color: #000;
		font-weight: 600
	}
}

.navbar-default .mod-1 .navbar-nav>li.activated>.dropdown-menu,
.navbar-default .mod-1 .navbar-nav>li:hover>.dropdown-menu {
	display: block
}

@media (min-width:480px) {
	.navbar-default .mod-1 .navbar-nav>li.activated>.dropdown-menu,
	.navbar-default .mod-1 .navbar-nav>li:hover>.dropdown-menu {
		-webkit-animation-name: fade;
		-o-animation-name: fade;
		animation-name: fade;
		-webkit-animation-duration: 750ms;
		-o-animation-duration: 750ms;
		animation-duration: 750ms;
		-webkit-animation-timing-function: ease;
		-o-animation-timing-function: ease;
		animation-timing-function: ease;
		-webkit-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both
	}
}

@media (max-width:767px) {
	.navbar-default .mod-1 .navbar-nav {
		float: none;
		text-align: center;
		margin: 6px 0
	}
}

.navbar-default .navbar-offcanvas {
	padding: 0;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch
}

@media (max-width:1099px) {
	.navbar-default .navbar-offcanvas {
		overflow-y: auto;
		padding-top: 50px;
		padding-bottom: 20px;
		max-width: 260px;
		height: 100%!important;
		background: #eee;
		border: 0;
		-webkit-box-shadow: 1px 0 6px 2px rgba(0, 0, 0, .1);
		box-shadow: 1px 0 6px 2px rgba(0, 0, 0, .1);
		visibility: visible;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		-webkit-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		-o-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		z-index: 1030;
		-webkit-transition: -webkit-transform 350ms ease;
		-o-transition: -o-transform 350ms ease;
		transition: transform 350ms ease;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.navbar-default .navbar-offcanvas>.container {
		width: 100%
	}
	.navbar-default .navbar-offcanvas>.header {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.navbar-default .navbar-offcanvas.in,
	.navbar-toggled .navbar-default .navbar-offcanvas {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@media (max-width:1099px) {
	.navbar-default .navbar-offcanvas ul li a {
		border-left: 4px solid transparent
	}
	.navbar-default .navbar-offcanvas ul li a:hover {
		border-left: 4px solid rgba(0, 55, 104, .8)
	}
	.navbar-default .navbar-offcanvas ul li.active>a {
		border-left: 4px solid #000
	}
	.navbar-default .navbar-offcanvas ul .dropdown-menu {
		display: block;
		position: relative;
		float: none
	}
}

.footer .footer-links {
	width: 100%
}

.footer .footer-links>li {
	float: left
}

.footer .footer-links>li>a {
	border-radius: 0
}

.footer .footer-links>li+li {
	margin-left: 2px
}

.footer .footer-links>li.active>a,
.footer .footer-links>li.active>a:focus,
.footer .footer-links>li.active>a:hover {
	color: #fff;
	background-color: #000
}

.footer .footer-links>li {
	float: none
}

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

.footer .footer-links>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

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

@media (max-width:991px) {
	.footer .footer-links {
		text-align: center
	}
}

.footer .nav>li {
	text-transform: uppercase;
	text-align: center
}

@media (min-width:992px) {
	.footer .nav>li:first-child {
		text-align: left
	}
}

@media (max-width:767px) {
	.footer .nav>li {
		display: inline-block;
		text-align: center
	}
	.footer .nav>li:first-child {
		width: 100%;
		display: block
	}
}

@media (min-width:992px) {
	.footer .nav>li.item-left {
		text-align: left
	}
}

@media (min-width:992px) {
	.footer .nav>li.item-right {
		text-align: right
	}
}

@media (min-width:992px) {
	.footer .nav>li.item-left,
	.footer .nav>li.item-right {
		padding-left: 4px;
		padding-right: 4px
	}
}

@media (max-width:767px) {
	.footer .nav>li+li {
		margin-left: 0
	}
}

.footer .nav>li.active a {
	background: 0
}

.footer .nav>li.active a:focus,
.footer .nav>li.active a:hover {
	color: #eee;
	background: 0 0
}

.footer .nav>li a,
.footer .nav>li.no-anchor span {
	display: inline-block;
	font-weight: 400;
	position: relative;
	color: #fff;
	padding: 2px 6px;
	text-shadow: 0 -1px 1px #000
}

@media (max-width:767px) {
	.footer .nav>li a,
	.footer .nav>li.no-anchor span {
		font-size: 10px;
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.footer .nav>li a,
	.footer .nav>li.no-anchor span {
		white-space: nowrap
	}
}

.footer .nav>li.sec-link a {
	font-weight: 400
}

.footer .nav>li.sec-link a:before {
	content: "\f1c1";
	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;
	margin-right: 6px
}

@media (max-width:991px) {
	.footer .nav>li.no-anchor {
		width: 100%
	}
}

@media (max-width:767px) {
	.footer .nav>li.no-anchor span {
		font-size: 10px;
		padding-top: 0;
		padding-bottom: 0
	}
}

.footer .nav>li a:focus,
.footer .nav>li a:hover {
	color: #eee;
	background: 0 0
}

.footer .nav>li img {
	max-width: 14px
}

@media (min-width:768px) {
	.footer .nav>li img {
		max-width: 20px
	}
}

.form-control,
.form-validate input[type=email],
.form-validate input[type=password],
.form-validate input[type=text],
.form-validate select,
.form-validate textarea,
.rsform form input[type=text],
.rsform form select,
.rsform form textarea,
input[type=email],
input[type=password],
input[type=text],
select,
textarea {
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-control:active,
.form-control:focus,
.form-control:hover,
input[type=email]:active,
input[type=email]:focus,
input[type=email]:hover,
input[type=password]:active,
input[type=password]:focus,
input[type=password]:hover,
input[type=text]:active,
input[type=text]:focus,
input[type=text]:hover,
select:active,
select:focus,
select:hover,
textarea:active,
textarea:focus,
textarea:hover {
	color: #b8b8b8;
	border-color: #b8b8b8!important
}

.form-control.rsform-error,
input[type=email].rsform-error,
input[type=password].rsform-error,
input[type=text].rsform-error,
select.rsform-error,
textarea.rsform-error {
	border-color: #d9534f!important
}

.formResponsive .formBody {
	float: none
}

.rsform .formRed {
	color: #d9534f
}

.rsform .formResponsive .formHorizontal .formControlLabel {
	line-height: 0
}

.rsform .formResponsive .formHorizontal .rsform-block-resume .formControlLabel {
	line-height: 1.95
}

.rsform .formResponsive .formHorizontal .formControls {
	margin-left: 0
}

.rsform .formResponsive .formHorizontal .rsform-block {
	margin: 0
}

.rsform form input[type=text],
.rsform form select,
.rsform form textarea {
	display: inline-block;
	margin-bottom: 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.rsform form select::-ms-expand {
	background: 0;
	border: 0
}

.rsform form textarea {
	height: auto
}

.rsform .formResponsive .formHorizontal .formValidation .formError {
	display: block
}

.rsform .formResponsive .formHorizontal .rsform-block-resume {
	margin-bottom: 10px;
	padding: 10px
}

.rsform .rsform-block-resume {
	border: 1px solid #ccc;
	border-radius: 0;
	position: relative;
	overflow: hidden
}

.rsform .rsform-block-resume div.formControlLabel {
	width: auto;
	color: #000;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 1.95;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	white-space: normal;
	color: #af0838;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 24px 0 0;
	margin-right: -24px;
	line-height: inherit;
	position: relative;
	z-index: 2
}

.rsform .rsform-block-resume div.formControlLabel,
.rsform .rsform-block-resume div.formControlLabel.active,
.rsform .rsform-block-resume div.formControlLabel:active,
.rsform .rsform-block-resume div.formControlLabel[disabled],
fieldset[disabled] .rsform .rsform-block-resume div.formControlLabel {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.rsform .rsform-block-resume div.formControlLabel,
.rsform .rsform-block-resume div.formControlLabel:active,
.rsform .rsform-block-resume div.formControlLabel:focus,
.rsform .rsform-block-resume div.formControlLabel:hover {
	border-color: transparent
}

.rsform .rsform-block-resume div.formControlLabel:focus,
.rsform .rsform-block-resume div.formControlLabel:hover {
	color: #005fb4;
	text-decoration: underline;
	background-color: transparent
}

.rsform .rsform-block-resume div.formControlLabel[disabled]:focus,
.rsform .rsform-block-resume div.formControlLabel[disabled]:hover,
fieldset[disabled] .rsform .rsform-block-resume div.formControlLabel:focus,
fieldset[disabled] .rsform .rsform-block-resume div.formControlLabel:hover {
	color: #7c7c7c;
	text-decoration: none
}

.rsform .rsform-block-resume div.formControlLabel.active.focus,
.rsform .rsform-block-resume div.formControlLabel.active:focus,
.rsform .rsform-block-resume div.formControlLabel.focus,
.rsform .rsform-block-resume div.formControlLabel:active.focus,
.rsform .rsform-block-resume div.formControlLabel:active:focus,
.rsform .rsform-block-resume div.formControlLabel:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.rsform .rsform-block-resume div.formControlLabel.focus,
.rsform .rsform-block-resume div.formControlLabel:focus,
.rsform .rsform-block-resume div.formControlLabel:hover {
	color: #333;
	text-decoration: none
}

.rsform .rsform-block-resume div.formControlLabel.active,
.rsform .rsform-block-resume div.formControlLabel:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.rsform .rsform-block-resume div.formControlLabel.disabled,
.rsform .rsform-block-resume div.formControlLabel[disabled],
fieldset[disabled] .rsform .rsform-block-resume div.formControlLabel {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

a.rsform .rsform-block-resume div.formControlLabel.disabled,
fieldset[disabled] a.rsform .rsform-block-resume div.formControlLabel {
	pointer-events: none
}

.rsform .rsform-block-resume div.formControlLabel:after {
	content: '\e250';
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 10px;
	font-size: 10px;
	line-height: 1;
	position: static;
	margin-left: 6px;
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms;
	-webkit-transform: translate(0, 0) rotateX(0);
	transform: translate(0, 0) rotateX(0)
}

.rsform .rsform-block-resume div.formControlLabel:hover:after {
	-webkit-transform: translate(50%, 0) rotateX(359deg);
	transform: translate(50%, 0) rotateX(359deg)
}

@media (max-width:767px) {
	.rsform .rsform-block-resume div.formControlLabel {
		padding-left: 0
	}
}

.rsform .rsform-block-resume div.formControlLabel:before {
	content: '';
	height: 1px;
	position: absolute;
	top: auto;
	right: 20px;
	bottom: 0;
	left: 0;
	background-color: #af0838;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0
}

.rsform .rsform-block-resume div.formControlLabel:after {
	content: '\e258';
	margin-left: 0;
	position: relative
}

.rsform .rsform-block-resume div.formControlLabel:hover {
	color: #af0838
}

.rsform .rsform-block-resume div.formControlLabel:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.rsform .rsform-block-resume div.formControlLabel.active,
.rsform .rsform-block-resume div.formControlLabel:active {
	-webkit-box-shadow: none;
	box-shadow: none
}

.rsform .rsform-block-resume div.formControlLabel:before {
	background: 0;
	content: '\e022';
	display: block;
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	margin-right: 10px
}

@media (min-width:480px) {
	.rsform .rsform-block-resume div.formControlLabel {
		float: left
	}
}

@media (min-width:480px) {
	.rsform .rsform-block-resume .formBody {
		text-align: right
	}
}

.rsform .rsform-block-resume .formControls p.formDescription {
	margin: 0
}

.rsform .rsform-block-resume input {
	cursor: pointer
}

.rsform .rsform-block-resume input[type=file] {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	padding-left: 150%
}

.rsform div.rsform-block-submit .formControlLabel {
	padding: 0
}

.rsform .rsform-submit-button {
	width: 100%;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 1.95;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #fff;
	background-color: #af0838;
	border-color: #af0838
}

.rsform .rsform-submit-button.active.focus,
.rsform .rsform-submit-button.active:focus,
.rsform .rsform-submit-button.focus,
.rsform .rsform-submit-button:active.focus,
.rsform .rsform-submit-button:active:focus,
.rsform .rsform-submit-button:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.rsform .rsform-submit-button.focus,
.rsform .rsform-submit-button:focus,
.rsform .rsform-submit-button:hover {
	color: #333;
	text-decoration: none
}

.rsform .rsform-submit-button.active,
.rsform .rsform-submit-button:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.rsform .rsform-submit-button.disabled,
.rsform .rsform-submit-button[disabled],
fieldset[disabled] .rsform .rsform-submit-button {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

a.rsform .rsform-submit-button.disabled,
fieldset[disabled] a.rsform .rsform-submit-button {
	pointer-events: none
}

.rsform .rsform-submit-button:after {
	content: '\e250';
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 10px;
	font-size: 10px;
	line-height: 1;
	position: static;
	margin-left: 6px;
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms;
	-webkit-transform: translate(0, 0) rotateX(0);
	transform: translate(0, 0) rotateX(0)
}

.rsform .rsform-submit-button:hover:after {
	-webkit-transform: translate(50%, 0) rotateX(359deg);
	transform: translate(50%, 0) rotateX(359deg)
}

.rsform .rsform-submit-button.focus,
.rsform .rsform-submit-button:focus {
	color: #fff;
	background-color: #7e0628;
	border-color: #350211
}

.rsform .rsform-submit-button:hover {
	color: #fff;
	background-color: #7e0628;
	border-color: #740525
}

.open>.dropdown-toggle.rsform .rsform-submit-button,
.rsform .rsform-submit-button.active,
.rsform .rsform-submit-button:active {
	color: #fff;
	background-color: #7e0628;
	border-color: #740525
}

.open>.dropdown-toggle.rsform .rsform-submit-button.focus,
.open>.dropdown-toggle.rsform .rsform-submit-button:focus,
.open>.dropdown-toggle.rsform .rsform-submit-button:hover,
.rsform .rsform-submit-button.active.focus,
.rsform .rsform-submit-button.active:focus,
.rsform .rsform-submit-button.active:hover,
.rsform .rsform-submit-button:active.focus,
.rsform .rsform-submit-button:active:focus,
.rsform .rsform-submit-button:active:hover {
	color: #fff;
	background-color: #5c041d;
	border-color: #350211
}

.open>.dropdown-toggle.rsform .rsform-submit-button,
.rsform .rsform-submit-button.active,
.rsform .rsform-submit-button:active {
	background-image: none
}

.rsform .rsform-submit-button.disabled.focus,
.rsform .rsform-submit-button.disabled:focus,
.rsform .rsform-submit-button.disabled:hover,
.rsform .rsform-submit-button[disabled].focus,
.rsform .rsform-submit-button[disabled]:focus,
.rsform .rsform-submit-button[disabled]:hover,
fieldset[disabled] .rsform .rsform-submit-button.focus,
fieldset[disabled] .rsform .rsform-submit-button:focus,
fieldset[disabled] .rsform .rsform-submit-button:hover {
	background-color: #af0838;
	border-color: #af0838
}

.rsform .rsform-submit-button .badge {
	color: #af0838;
	background-color: #fff
}

@media (max-width:767px) {
	.rsform .rsform-submit-button {
		padding: 10px 20px;
		font-size: 12px;
		line-height: 1.2;
		border-radius: 0
	}
}

.rsform .rsform-submit-button:active,
.rsform .rsform-submit-button:focus,
.rsform .rsform-submit-button:hover {
	background-color: #cc0941
}

.form-validate input[type=email],
.form-validate input[type=password],
.form-validate input[type=text],
.form-validate select,
.form-validate textarea {
	display: inline-block;
	margin-bottom: 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.form-validate textarea {
	height: auto
}

#member-registration .spacer {
	display: none
}

.page-175 .content {
	color: #333;
	opacity: 0;
	-webkit-transition: opacity .7s ease;
	-o-transition: opacity .7s ease;
	transition: opacity .7s ease
}

.page-175 .content .fullpage-section .fullpage-content h2, .page-175 .content .fullpage-section .fullpage-content p, .page-175 .content .fullpage-section .fullpage-content h2 .text-secondary {
	color: #fff !important;
}

.page-175 .content .fullpage-section .fullpage-content .btn-secondary {
	background-color: #000;
	border-color: #000;
}

.page-175 .content .fullpage-section .fullpage-content .btn-secondary:hover, .page-175 .content .fullpage-section .fullpage-content .btn-secondary:active {
	background-color: #b03046;
	border-color: #b03046;
}

.page-175 .content .fullpage-section .fullpage-content .btn-outline-secondary {
	border-color: #fff;
	color: #fff !important;
}

.page-175 .content .fullpage-section .fullpage-content .btn-outline-secondary:hover, .page-175 .content .fullpage-section .fullpage-content .btn-outline-secondary:active {}

.fp-enabled .page-175 .content {
	opacity: 1
}

.page-175 .leading-0 {
	background-image: url(../images/roadmap/roadmap01.jpg)
}

.page-175 .leading-0 h2 span {
	font-size: 36px
}

@media (max-width:991px) {
	.page-175 .leading-0 h2 span {
		font-size: inherit
	}
}

.page-175 .leading-0 h2 span.thin {
	line-height: 90%
}

.page-175 .leading-1 {
	background-image: url(../images/roadmap/roadmap02.jpg)
}

.page-175 .leading-2 {
	background-image: url(../images/roadmap/roadmap03.jpg)
}

.page-175 .leading-3 {
	background-image: url(../images/roadmap/roadmap04.jpg)
}

.page-175 .leading-4 {
	background-image: url(../images/roadmap/roadmap05.jpg)
}

.page-175 .leading-5 {
	background-image: url(../images/roadmap/roadmap06.jpg)
}

@media (min-width:768px) {
	.page-175 .leading-5 .fullpage-content {
		position: fixed
	}
	.page-175 .leading-5 .fullpage-content h2 span {
		display: block
	}
}

#fp-nav,
.fullpage-menu,
.fullpage-panels {
	pointer-events: none
}

.fp-enabled #fp-nav,
.fp-enabled .fullpage-menu,
.fp-enabled .fullpage-panels {
	pointer-events: auto
}

.fullpage-panels {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.fp-enabled .wrapper {
	width: 100%;
	height: 100%
}

.fp-enabled .fullpage-menu {
	display: block
}

.fp-enabled .fullpage-menu a {
	z-index: 998
}

.fp-enabled .fullpage-section {
	overflow: hidden
}

.fp-enabled .fullpage-section.overflow-auto {
	overflow-y: auto
}

.fp-enabled .fullpage-section .baselight,
.fp-enabled .fullpage-section .footer {
	z-index: 999
}

.fullpage-scroll-button {
	height: 43px;
	width: 43px;
	background: url(../images/down-arrow.png) no-repeat;
	bottom: 40px;
	cursor: pointer;
	pointer-events: auto;
	position: absolute;
	margin: auto;
	-webkit-transition: -webkit-transform 350ms ease;
	-o-transition: -o-transform 350ms ease;
	transition: transform 350ms ease;
	z-index: 998
}

@media (min-width:992px) {
	.fullpage-scroll-button {
		left: 0;
		right: 0
	}
}

@media (max-width:991px) {
	.fullpage-scroll-button {
		width: 30px;
		height: 30px;
		-webkit-background-size: cover;
		background-size: cover
	}
}

.fullpage-scroll-button:hover {
	-webkit-transform: translate3D(0, 1px, 0);
	-ms-transform: translate3D(0, 1px, 0);
	-o-transform: translate3D(0, 1px, 0);
	transform: translate3D(0, 1px, 0)
}

.fullpage-scroll-button.up {
	display: none;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: 90px
}

@media (max-width:991px) {
	.fullpage-scroll-button.up {
		bottom: 80px
	}
}

.fullpage-scroll-button.up:hover {
	-webkit-transform: rotate(180deg) translate3D(0, 1px, 0);
	-ms-transform: rotate(180deg) translate3D(0, 1px, 0);
	-o-transform: rotate(180deg) translate3D(0, 1px, 0);
	transform: rotate(180deg) translate3D(0, 1px, 0)
}

@media (max-width:991px),
(max-height:549px) {
	.fullpage-scroll-button {
		right: 20px
	}
}

#fp-nav {
	position: fixed;
	right: 15px;
	top: 50%;
	z-index: 998
}

#fp-nav ul {
	list-style: none
}

#fp-nav li {
	margin-bottom: 10px
}

#fp-nav a {
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .9);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

#fp-nav a.active,
#fp-nav a:hover {
	background: rgba(255, 255, 255, .9)
}

.slimScrollBar {
	z-index: 1001!important
}

.fp-scrollable {
	width: 100%
}

.fullpage-menu-wrapper {
	display: table-cell;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	pointer-events: none;
	-webkit-transition: opacity 350ms ease;
	-o-transition: opacity 350ms ease;
	transition: opacity 350ms ease;
	z-index: 99
}

.fullpage-menu-wrapper.js-hidden {
	opacity: 0;
	z-index: 1
}

.fullpage-menu-wrapper li {
	position: absolute;
	pointer-events: auto;
	z-index: 1;
	top: 0;
	left: 50%
}

.fullpage-menu-wrapper li a {
	width: 180px;
	height: 180px;
	background: #bfccd9;
	border-radius: 0 180px 0 0;
	border: 1px solid #9ca6b1;
	border-top: 0;
	border-right: 0;
	display: table;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 50%;
	padding: 0
}

.fullpage-menu-wrapper li a:active,
.fullpage-menu-wrapper li a:focus,
.fullpage-menu-wrapper li a:hover {
	background: #afbfd0;
	color: #000
}

@media (max-width:991px),
(max-height:549px) {
	.fullpage-menu-wrapper li a {
		width: 117px;
		height: 117px
	}
}

.fullpage-menu-wrapper li.active a {
	background: #000;
	color: #fff
}

.fullpage-menu-wrapper .item-title {
	width: 254.55844123px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: table-cell;
	-webkit-transform-origin: 50% 51%;
	-webkit-transform: translateZ(0) rotate(45deg);
	transform: translateZ(0) rotate(45deg);
	text-align: center;
	vertical-align: middle
}

@media (min-width:992px) and (min-height:550px) {
	.fullpage-menu-wrapper .item-title:before {
		height: 26px;
		width: 26px;
		background-image: url(../images/roadmap/dial-backgrounds.png);
		background-repeat: no-repeat;
		content: '';
		display: block;
		margin: 6px auto
	}
}

@media (max-width:991px),
(max-height:549px) {
	.fullpage-menu-wrapper .item-title {
		width: 165.4629868px
	}
}

.fullpage-menu-wrapper .item-0 {
	display: none
}

.fullpage-menu-wrapper .item-3 a {
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	transform: rotate(-225deg)
}

.fullpage-menu-wrapper .item-3 .item-title:before {
	background-position: -64px 0
}

.fullpage-menu-wrapper .item-3.active .item-title:before {
	background-position: -90px 0
}

.fullpage-menu-wrapper .item-1 a {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.fullpage-menu-wrapper .item-1 .item-title:before {
	background-position: -116px 0
}

.fullpage-menu-wrapper .item-1.active .item-title:before {
	background-position: -142px 0
}

.fullpage-menu-wrapper .item-2 a {
	-webkit-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	-o-transform: rotate(-315deg);
	transform: rotate(-315deg)
}

.fullpage-menu-wrapper .item-2 .item-title:before {
	background-position: -168px 0
}

.fullpage-menu-wrapper .item-2.active .item-title:before {
	background-position: -194px 0
}

.fullpage-menu-wrapper .item-4 a {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.fullpage-menu-wrapper .item-4 .item-title:before {
	background-position: -220px 0
}

.fullpage-menu-wrapper .item-4.active .item-title:before {
	background-position: -246px 0
}

.fullpage-menu-wrapper .item-5 {
	height: 180px;
	width: 180px;
	list-style: none;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 2
}

.fullpage-menu-wrapper .item-5 a {
	background: #e5e8ec;
	border: 1px;
	border-radius: 50%;
	-webkit-box-shadow: 3px 3px 12px 6px rgba(0, 0, 0, .05);
	box-shadow: 3px 3px 12px 6px rgba(0, 0, 0, .05);
	color: #af0838;
	font-weight: 600;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.fullpage-menu-wrapper .item-5 a:active,
.fullpage-menu-wrapper .item-5 a:focus,
.fullpage-menu-wrapper .item-5 a:hover {
	color: #af0838;
	background: #d6dbe1;
	text-decoration: none
}

.fullpage-menu-wrapper .item-5 a .item-title {
	-webkit-backface-visibility: visible;
	backface-visibility: visible
}

.fullpage-menu-wrapper .item-5.active a {
	background: #000;
	color: #fff
}

.fullpage-menu-wrapper .item-5.active .item-title:before {
	background-position: -32px 0
}

.fullpage-menu-wrapper .item-5.active .item-title:after {
	background-position: -140px -26px
}

.fullpage-menu-wrapper .item-5 .item-title {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none
}

.fullpage-menu-wrapper .item-5 .item-title:before {
	width: 32px
}

.fullpage-menu-wrapper .item-5 .item-title:after {
	height: 146px;
	width: 140px;
	background: url(../images/roadmap/dial-backgrounds.png) no-repeat 0 -26px;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto
}

@media (max-width:991px),
(max-height:549px) {
	.fullpage-menu-wrapper .item-5 .item-title:after {
		display: none
	}
}

@media (max-width:991px),
(max-height:549px) {
	.fullpage-menu-wrapper .item-5 {
		width: 117px;
		height: 117px
	}
}

@media (max-width:991px) {
	.fullpage-menu-wrapper {
		left: 0;
		top: 50%
	}
}

@media (max-width:991px) and (max-height:549px),
(max-width:479px) and (max-height:649px),
(max-height:360px) {
	.fullpage-menu-wrapper {
		display: none
	}
}

.fullpage-menu {
	height: 360px;
	width: 360px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #9ca6b1;
	-webkit-background-clip: content-box;
	background-clip: content-box;
	-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, .65);
	box-shadow: 0 0 0 20px rgba(255, 255, 255, .65);
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: none;
	outline: 1px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: -webkit-transform .7s ease;
	-o-transition: -o-transform .7s ease;
	transition: transform .7s ease;
	margin: auto
}

@media (max-width:991px),
(max-height:549px) {
	.fullpage-menu {
		width: 234px;
		height: 234px;
		border-width: 10px
	}
}

.fullpage-section {
	width: 100%;
	height: 100%;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative
}

@media (max-height:649px) {
	.fullpage-section {
		background-position: 50% 0
	}
}

.fullpage-section-inner {
	width: 100%;
	height: 100%
}

@media (max-width:991px),
(max-height:360px) {
	.fullpage-section-inner {
		background: rgba(255, 255, 255, .65)
	}
}

.fullpage-inner {
	width: 100%;
	height: 100%
}

@media (max-width:991px) and (max-height:549px),
(max-width:479px) and (max-height:649px),
(max-height:360px) {
	.fullpage-inner {
		padding-top: 0;
		display: table;
		height: 100%
	}
	.fullpage-inner .fullpage-content-wrapper {
		display: table-cell;
		vertical-align: middle
	}
}

.fullpage-content-wrapper {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.fullpage-content-wrapper {
		width: 100%
	}
}

@media (min-width:992px) {
	.fullpage-content-wrapper {
		width: 970px
	}
}

@media (min-width:1200px) {
	.fullpage-content-wrapper {
		width: 1170px
	}
}

.fullpage-content-wrapper>.navbar-collapse,
.fullpage-content-wrapper>.navbar-header {
	margin-right: -10px;
	margin-left: -10px
}

@media (min-width:767px) {
	.fullpage-content-wrapper>.navbar-collapse,
	.fullpage-content-wrapper>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

@media (max-width:991px) {
	.fullpage-content {
		margin-left: -15px;
		margin-right: -15px
	}
}

.fullpage-content-inner {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-left: 0
}

@media (min-width:992px) {
	.fullpage-content-inner {
		float: left;
		width: 41.66666667%
	}
}

@media (min-width:1200px) {
	.fullpage-content-inner {
		float: left;
		width: 40%
	}
}

.fullpage-content-inner h2 {
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase
}

.fullpage-content-inner h2 span {
	font-size: 17px
}

@media (max-width:991px),
(max-height:549px) {
	.fullpage-content-inner h2 {
		font-size: 24px
	}
}

@media (max-width:767px),
(max-height:549px) {
	.fullpage-content-inner h2 {
		margin-top: 0
	}
}

@media (min-width:992px) {
	.fullpage-content-inner {
		padding-top: 50px
	}
}

@media (max-width:991px),
(max-height:360px) {
	.fullpage-content-inner {
		border-radius: 12px;
		padding: 40px 30px
	}
}

@media (max-height:360px) {
	.fullpage-content-inner {
		width: auto
	}
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-o-transition-property: -o-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	-o-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@-o-keyframes swiper-preloader-spin {
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-enabled .page-101 .wrapper {
	opacity: 1
}

.swiper-enabled,
.swiper-enabled .wrapper,
.swiper-enabled body {
	width: 100%;
	height: 100%;
	opacity: 1;
	position: relative;
	overflow: hidden
}

.page-101 .wrapper {
	opacity: 0;
	-webkit-transition: -webkit-transform 350ms ease, opacity 350ms ease 350ms;
	-o-transition: -o-transform 350ms ease, opacity 350ms ease 350ms;
	transition: transform 350ms ease, opacity 350ms ease 350ms
}

.page-101.secondary-collapsed .secondary-content {
	-webkit-transform: translateY(100%)!important;
	-ms-transform: translateY(100%)!important;
	-o-transform: translateY(100%)!important;
	transform: translateY(100%)!important
}

.page-101.reach-end .homepage-app .swiper-pagination {
	display: block
}

.page-101.reach-end .fixed-circle {
	opacity: 0;
	pointer-events: none;
	display: none !important;
}

.page-101.reach-end .app-nav {
	opacity: 0
}

.page-101.reach-end .app-nav li {
	opacity: 0
}

.page-101.reach-end .app-nav li a {
	pointer-events: none
}

.page-101 .toggle-secondary {
	color: #82817c;
	font-size: 17px;
	position: fixed;
	top: auto;
	right: 20px;
	bottom: 20px;
	left: auto;
	cursor: pointer;
	z-index: 1000
}

@media (max-width:767px) {
	.page-101 .btn-secondary,
	.page-101 .button-border {
		display: block
	}
}

.page-101 .fixed-circle .image-list,
.page-101 .homepage-app .image-list {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.page-101 .fixed-circle .image-list li .image-list-lead,
.page-101 .homepage-app .image-list li .image-list-lead {
	white-space: nowrap
}

.page-101 .fixed-circle .image-list li img,
.page-101 .homepage-app .image-list li img {
	max-height: 28px
}

@media (max-width:991px) {
	.page-101 .fixed-circle .image-list li,
	.page-101 .homepage-app .image-list li {
		position: relative;
		float: left;
		width: 33.33333333%;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px
	}
	.page-101 .fixed-circle .image-list li.image-list-lead,
	.page-101 .homepage-app .image-list li.image-list-lead {
		display: none
	}
}

.page-101 .fixed-circle h1,
.page-101 .fixed-circle h2,
.page-101 .fixed-circle h3,
.page-101 .homepage-app h1,
.page-101 .homepage-app h2,
.page-101 .homepage-app h3 {
	margin-top: 0
}

.page-101 .fixed-circle h2,
.page-101 .homepage-app h2 {
	font-size: 20px
}

@media (min-width:768px) {
	.page-101 .fixed-circle h2,
	.page-101 .homepage-app h2 {
		font-size: 26px
	}
}

@media (min-width:992px) {
	.page-101 .fixed-circle h2,
	.page-101 .homepage-app h2 {
		font-size: 34px
	}
}

.page-101 .fixed-circle h2 b,
.page-101 .fixed-circle h2 strong,
.page-101 .homepage-app h2 b,
.page-101 .homepage-app h2 strong {
	display: block
}

@media (min-width:768px) {
	.page-101 .fixed-circle h2 sup,
	.page-101 .homepage-app h2 sup {
		font-size: 30%;
		vertical-align: top;
		height: 0;
		line-height: 1;
		top: 3px
	}
}

.page-101 .fixed-circle h3:not(.page-header),
.page-101 .homepage-app h3:not(.page-header) {
	font-size: 16px
}

@media (min-width:768px) {
	.page-101 .fixed-circle h3:not(.page-header),
	.page-101 .homepage-app h3:not(.page-header) {
		font-size: 22px
	}
}

@media (max-width:767px) {
	.page-101 .fixed-circle p,
	.page-101 .homepage-app p {
		font-size: 12px
	}
}

.page-101 .fixed-circle .btn-secondary,
.page-101 .homepage-app .btn-secondary {
	font-weight: 600
}

@media (max-width:767px) {
	.page-101 .fixed-circle .btn-secondary,
	.page-101 .homepage-app .btn-secondary {
		padding: 10px 20px;
		font-size: 12px;
		line-height: 1.2;
		border-radius: 0;
		font-size: 11px;
		padding-left: 12px;
		padding-right: 12px
	}
}

.page-101 .scene {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	pointer-events: none
}

.page-101 .scene .layer {
	position: absolute!important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0
}

.page-101 .scene .layer .item {
	top: auto;
	right: -28px;
	bottom: -14px;
	left: -28px;
	display: block;
	position: absolute;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	padding: 0
}

.page-101 .scene .layer img {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.page-101 .scene .layer.background .item {
	top: -14px
}

.page-101 .homepage-app {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	line-height: 1.5;
	background-color: #eee;
	overflow: hidden
}

.page-101 .homepage-app .sections {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.page-101 .homepage-app .sections .section {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	pointer-events: none
}

.page-101 .homepage-app .sections .section.swiper-slide-active,
.page-101 .homepage-app .sections .section.swiper-slide-next,
.page-101 .homepage-app .sections .section.swiper-slide-prev {
	pointer-events: all
}

@media (max-width:767px) {
	.page-101 .homepage-app .swiper-pagination {
		display: none
	}
}

.page-101 .section {
	z-index: 995;
	padding: 0
}

.page-101 .section .section-content {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden
}

.page-101 .section .section-content h3 b,
.page-101 .section .section-content h3 strong {
	display: inline
}

.page-101 .section .section-content p {
	margin-bottom: 8px
}

.page-101 .section .section-content p:last-child {
	margin-bottom: 0
}

.page-101 .section .secondary {
	background-color: rgba(255, 255, 255, .9);
	opacity: 0;
	-webkit-box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, .6);
	box-shadow: 0 -20px 20px -20px rgba(0, 0, 0, .6);
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: opacity, transform;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 350ms;
	-o-transition-duration: 350ms;
	transition-duration: 350ms
}

@media (max-width:767px) {
	.page-101 .section .secondary {
		display: none
	}
}

.page-101 .section .secondary .secondary-content {
	display: table;
	width: 100%
}

@media (min-height:706px) {
	.page-101 .section .secondary .secondary-content {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.page-101 .section .secondary .secondary-content .row {
	display: table-row;
	height: 100%
}

.page-101 .section .secondary .secondary-content .row [class*=" col-"],
.page-101 .section .secondary .secondary-content .row [class^=col-] {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	float: none;
	padding-top: 4px;
	padding-bottom: 4px
}

.page-101 .section .secondary .secondary-content .row [class*=" col-"]:first-child,
.page-101 .section .secondary .secondary-content .row [class^=col-]:first-child {
	padding-top: 20px;
	padding-bottom: 20px
}

.page-101 .section .secondary .secondary-content .row [class*=" col-"] h3,
.page-101 .section .secondary .secondary-content .row [class^=col-] h3 {
	margin: 0 0 8px 0
}

@media (min-width:768px) {
	.page-101 .section .secondary .secondary-content .row [class*=" col-"] p,
	.page-101 .section .secondary .secondary-content .row [class^=col-] p {
		font-size: 13px
	}
}

@media (min-width:768px) {
	.page-101 .section.swiper-slide-active .secondary {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition-duration: .5s;
		-o-transition-duration: .5s;
		transition-duration: .5s;
		-webkit-transition-delay: 1.2s;
		-o-transition-delay: 1.2s;
		transition-delay: 1.2s
	}
}

.page-101 .fixed-circle {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 1.5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	z-index: 996;
	background: rgba(251, 251, 251, .65);
	background: -webkit-radial-gradient(circle, rgba(238, 238, 238, .7), rgba(255, 255, 255, .3)) no-repeat;
	background: -o-radial-gradient(circle, rgba(238, 238, 238, .7), rgba(255, 255, 255, .3)) no-repeat;
	background: radial-gradient(circle, rgba(238, 238, 238, .7), rgba(255, 255, 255, .3)) no-repeat;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	opacity: 1;
	overflow: hidden
}

@media (min-width:768px) and (min-height:550px) {
	.page-101 .fixed-circle {
		width: 300px;
		height: 300px;
		border-radius: 50%;
		background: rgba(248, 248, 248, .825);
		background: -webkit-radial-gradient(circle, rgba(238, 238, 238, .75), rgba(255, 255, 255, .95)) no-repeat;
		background: -o-radial-gradient(circle, rgba(238, 238, 238, .75), rgba(255, 255, 255, .95)) no-repeat;
		background: radial-gradient(circle, rgba(238, 238, 238, .75), rgba(255, 255, 255, .95)) no-repeat;
		-webkit-box-shadow: 0 0 0 4px rgba(85, 85, 85, .03);
		box-shadow: 0 0 0 4px rgba(85, 85, 85, .03)
	}
}

@media (min-width:992px) and (min-height:650px) {
	.page-101 .fixed-circle {
		width: 350px;
		height: 350px
	}
}

.page-101 .fixed-circle .circle-sections {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.page-101 .fixed-circle .circle-sections .fixed-content {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: 0;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none
}

.page-101 .fixed-circle .circle-sections .fixed-content a,
.page-101 .fixed-circle .circle-sections .fixed-content button {
	pointer-events: all
}

.page-101 .fixed-circle .circle-sections .fixed-content.swiper-slide-active,
.page-101 .fixed-circle .circle-sections .fixed-content.swiper-slide-next,
.page-101 .fixed-circle .circle-sections .fixed-content.swiper-slide-prev {
	visibility: visible
}

.page-101 .fixed-circle .circle-sections .fixed-content .page-exxon .focus table,
.page-101 .fixed-circle .circle-sections .fixed-content .table {
	width: 100%;
	height: 100%;
	display: table;
	margin: auto
}

.page-101 .fixed-circle .circle-sections .fixed-content .page-exxon .focus table .cell,
.page-101 .fixed-circle .circle-sections .fixed-content .table .cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	padding: 24px;
	overflow: hidden
}

@media (max-width:767px) {
	.page-101 .fixed-circle .circle-sections .fixed-content .page-exxon .focus table .cell,
	.page-101 .fixed-circle .circle-sections .fixed-content .table .cell {
		padding-bottom: 34px
	}
}

.page-101 .fixed-circle .circle-sections .fixed-content .page-exxon .focus table .cell h2,
.page-101 .fixed-circle .circle-sections .fixed-content .table .cell h2 {
	margin-bottom: 20px
}

.page-101 .fixed-circle .circle-sections .fixed-content .page-exxon .focus table .cell p,
.page-101 .fixed-circle .circle-sections .fixed-content .table .cell p {
	color: #333;
	margin: 0 0 20px 0
}

@media (max-width:991px) {
	.page-101 .fixed-circle .circle-sections .fixed-content .page-exxon .focus table .cell p,
	.page-101 .fixed-circle .circle-sections .fixed-content .table .cell p {
		font-size: 13px
	}
}

@media (min-width:768px) {
	.page-101 .fixed-circle .circle-sections .fixed-content .page-exxon .focus table .cell p,
	.page-101 .fixed-circle .circle-sections .fixed-content .table .cell p {
		padding-left: 20px;
		padding-right: 20px
	}
}

.page-101 .fixed-circle .circle-sections .fixed-content .page-exxon .focus table .cell p:last-child,
.page-101 .fixed-circle .circle-sections .fixed-content .table .cell p:last-child {
	margin-bottom: 0
}

.page-101 .fixed-circle .circle-sections .fixed-content.swiper-slide-active {
	opacity: 1
}

.page-101 .fixed-circle a,
.page-101 .fixed-circle h2,
.page-101 .fixed-circle img,
.page-101 .fixed-circle p {
	position: relative
}

@media (min-width:768px) {
	.page-101 .fixed-circle .swiper-pagination {
		display: none
	}
}

.page-101 .fixed-circle .btn,
.page-101 .fixed-circle .btn-secondary {
	overflow: visible!important;
	border: none!important;
	position: relative
}

.page-101 .fixed-circle .btn-secondary:before,
.page-101 .fixed-circle .btn:before {
	content: '';
	position: absolute;
	top: -4px;
	right: -4px;
	bottom: -4px;
	left: -4px;
	margin: auto;
	border: 1px solid rgba(255, 255, 255, .6)
}

.page-101 .fixed-circle.fade {
	opacity: 0
}

.page-101 .fixed-circle.active {
	pointer-events: all;
	z-index: 997
}

.page-101 .section {
	width: 100%;
	height: 100%
}

.page-101 .section.section-0 {
	background-color: #b8cedc
}

@media (max-height:549px) {
	.page-101 .section.section-0 .secondary {
		display: none
	}
}

.page-101 .section.section-0.swiper-slide-active .layer.background .item,
.page-101 .section.section-0.swiper-slide-next .layer.background .item,
.page-101 .section.section-0.swiper-slide-prev .layer.background .item {
	background-image: url(../images/home/homepage01.jpg)
}

.page-101 .section.section-0 .secondary {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.page-101 .section.section-0 .secondary .secondary-content {
	padding-top: 20px;
	padding-bottom: 20px
}

.page-101 .section.section-0 .image-list li {
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	-webkit-transition-duration: 350ms;
	-o-transition-duration: 350ms;
	transition-duration: 350ms
}

.page-101 .section.section-0 .image-list li:nth-of-type(2) {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition-delay: 1.1s;
	-o-transition-delay: 1.1s;
	transition-delay: 1.1s
}

.page-101 .section.section-0 .image-list li:nth-of-type(3) {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition-delay: 1.15s;
	-o-transition-delay: 1.15s;
	transition-delay: 1.15s
}

.page-101 .section.section-0 .image-list li:nth-of-type(4) {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s
}

.page-101 .section.section-0 .image-list li:nth-of-type(5) {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition-delay: 1.25s;
	-o-transition-delay: 1.25s;
	transition-delay: 1.25s
}

.page-101 .section.section-0 .image-list li:nth-of-type(6) {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition-delay: 1.3s;
	-o-transition-delay: 1.3s;
	transition-delay: 1.3s
}

.page-101 .section.section-0 .image-list li:nth-of-type(7) {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition-delay: 1.35s;
	-o-transition-delay: 1.35s;
	transition-delay: 1.35s
}

.page-101 .section.section-0.swiper-slide-active .image-list li {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.page-101 .section.section-1 {
	background-color: #dcdfe4
}

@media (max-height:649px) {
	.page-101 .section.section-1 .secondary {
		display: none
	}
}

.page-101 .section.section-1.swiper-slide-active .background .item,
.page-101 .section.section-1.swiper-slide-next .background .item,
.page-101 .section.section-1.swiper-slide-prev .background .item {
	background-image: url(../images/home/homepage02.jpg)
}

.page-101 .section.section-1 .img-stats {
	height: auto
}

@media (min-width:1200px) {
	.page-101 .section.section-1 .img-stats {
		max-width: 56%
	}
}

@media (min-width:768px) {
	.page-101 .section.section-1 [class*=" col-"]:first-child p,
	.page-101 .section.section-1 [class^=col-]:first-child p {
		padding-right: 10%
	}
}

.page-101 .section.section-2 {
	background-color: #d0cab6
}

.page-101 .section.section-2.swiper-slide-active .layer.background .item,
.page-101 .section.section-2.swiper-slide-next .layer.background .item,
.page-101 .section.section-2.swiper-slide-prev .layer.background .item {
	background-image: url(../images/home/homepage03.jpg)
}

.page-101 .section.section-3 {
	background-color: #308ce1
}

.page-101 .section.section-3.swiper-slide-active .background .item,
.page-101 .section.section-3.swiper-slide-next .background .item,
.page-101 .section.section-3.swiper-slide-prev .background .item {
	background-image: url(../images/home/homepage04.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-101 .section.section-4 {
	background-color: #c99355
}

@media (max-height:649px) {
	.page-101 .section.section-4 .secondary {
		display: none
	}
}

.page-101 .section.section-4 .img-stats {
	max-width: 62%;
	height: auto
}

@media (min-width:1200px) {
	.page-101 .section.section-4 .img-stats {
		max-width: 42%
	}
}

.page-101 .section.section-4.swiper-slide-active .background .item,
.page-101 .section.section-4.swiper-slide-next .background .item,
.page-101 .section.section-4.swiper-slide-prev .background .item {
	background-image: url(../images/home/homepage05.jpg)
}

.page-101 .section.section-4 .clouds .item {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.page-101 .section.section-4 .clouds img {
	top: 0;
	bottom: auto
}

@media (min-width:768px) {
	.page-101 .section.section-4 [class*=" col-"]:first-child p,
	.page-101 .section.section-4 [class^=col-]:first-child p {
		padding-right: 46%
	}
}

.page-101 .section.section-5 {
	background-color: #fde3b2
}

.page-101 .section.section-5 .section-content {
	height: 100%
}

.page-101 .section.section-5 .secondary-static-content h3 {
	width: 160px;
	max-width: 324px;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px
}

@media (min-width:768px) {
	.page-101 .section.section-5 .secondary-static-content h3 {
		width: auto;
		font-size: 32px
	}
}

@media (min-width:1200px) {
	.page-101 .section.section-5 .secondary-static-content h3 {
		font-size: 35px
	}
}

.page-101 .section.section-5 .secondary-static-content h3 b,
.page-101 .section.section-5 .secondary-static-content h3 strong {
	float: left;
	font-weight: 500;
	font-size: 70px;
	line-height: 74%
}

@media (min-width:768px) {
	.page-101 .section.section-5 .secondary-static-content h3 b,
	.page-101 .section.section-5 .secondary-static-content h3 strong {
		font-size: 128px
	}
}

@media (min-width:1200px) {
	.page-101 .section.section-5 .secondary-static-content h3 b,
	.page-101 .section.section-5 .secondary-static-content h3 strong {
		font-size: 138px
	}
}

.page-101 .section.section-5 .secondary-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 998
}

@media (max-height:649px) {
	.page-101 .section.section-5 .secondary-footer .baselight {
		display: none
	}
}

@media (max-width:991px) {
	.page-101 .section.section-5 .secondary-footer .baselight {
		display: none
	}
}

.page-101 .section.section-5.swiper-slide-active .background .item,
.page-101 .section.section-5.swiper-slide-next .background .item,
.page-101 .section.section-5.swiper-slide-prev .background .item {
	background-image: url(../images/background05.jpg)
}

@media (max-width:991px) {
	.page-101 .section.section-5 .scene {
		opacity: .6
	}
}

@media (min-width:992px) {
	.page-101 .section.section-5 .scene {
		bottom: -20%
	}
}

@media (min-height:700px) {
	.page-101 .section.section-5 .scene {
		bottom: -12%
	}
}

.page-101 .static-content {
	position: relative;
	z-index: 998
}

@media (max-width:767px) {
	.page-101 .static-content {
		height: 100%
	}
	.page-101 .static-content .container {
		display: table;
		height: 100%
	}
	.page-101 .static-content .container .row {
		display: table-cell;
		vertical-align: middle
	}
}

@media (min-width:768px) {
	.page-101 .static-content {
		padding-bottom: 150px;
		padding-top: 150px
	}
}

@media (min-width:768px) {
	.page-101 .static-content h1 {
		font-size: 34px
	}
}

@media (min-width:992px) {
	.page-101 .static-content h1 {
		font-size: 40px
	}
}

.page-101 .static-content p {
	color: #333
}

.page-101 .circle-0 h2 {
	font-weight: 600
}

.page-101 .circle-0 h2 b {
	display: block
}

.page-101 .circle-0 p b,
.page-101 .circle-0 p strong {
	display: inline-block;
	line-height: 1.2
}

.page-101 .circle-0 p:last-child {
	position: relative
}

.page-101 .circle-0 .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 1.95;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: uppercase;
	overflow: hidden;
	color: #fff;
	background-color: #af0838;
	border-color: #af0838;
	position: relative;
	line-height: 260%;
	font-weight: 700;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	letter-spacing: 2px;
	border: 1px solid #af0838!important
}

.page-101 .circle-0 .btn.active.focus,
.page-101 .circle-0 .btn.active:focus,
.page-101 .circle-0 .btn.focus,
.page-101 .circle-0 .btn:active.focus,
.page-101 .circle-0 .btn:active:focus,
.page-101 .circle-0 .btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.page-101 .circle-0 .btn.focus,
.page-101 .circle-0 .btn:focus,
.page-101 .circle-0 .btn:hover {
	color: #333;
	text-decoration: none
}

.page-101 .circle-0 .btn.active,
.page-101 .circle-0 .btn:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.page-101 .circle-0 .btn.disabled,
.page-101 .circle-0 .btn[disabled],
fieldset[disabled] .page-101 .circle-0 .btn {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

a.page-101 .circle-0 .btn.disabled,
fieldset[disabled] a.page-101 .circle-0 .btn {
	pointer-events: none
}

.page-101 .circle-0 .btn:after {
	content: '\e250';
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 10px;
	font-size: 10px;
	line-height: 1;
	position: static;
	margin-left: 6px;
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms;
	-webkit-transform: translate(0, 0) rotateX(0);
	transform: translate(0, 0) rotateX(0)
}

.page-101 .circle-0 .btn:hover:after {
	-webkit-transform: translate(50%, 0) rotateX(359deg);
	transform: translate(50%, 0) rotateX(359deg)
}

.page-101 .circle-0 .btn.focus,
.page-101 .circle-0 .btn:focus {
	color: #fff;
	background-color: #7e0628;
	border-color: #350211
}

.page-101 .circle-0 .btn:hover {
	color: #fff;
	background-color: #7e0628;
	border-color: #740525
}

.open>.dropdown-toggle.page-101 .circle-0 .btn,
.page-101 .circle-0 .btn.active,
.page-101 .circle-0 .btn:active {
	color: #fff;
	background-color: #7e0628;
	border-color: #740525
}

.open>.dropdown-toggle.page-101 .circle-0 .btn.focus,
.open>.dropdown-toggle.page-101 .circle-0 .btn:focus,
.open>.dropdown-toggle.page-101 .circle-0 .btn:hover,
.page-101 .circle-0 .btn.active.focus,
.page-101 .circle-0 .btn.active:focus,
.page-101 .circle-0 .btn.active:hover,
.page-101 .circle-0 .btn:active.focus,
.page-101 .circle-0 .btn:active:focus,
.page-101 .circle-0 .btn:active:hover {
	color: #fff;
	background-color: #5c041d;
	border-color: #350211
}

.open>.dropdown-toggle.page-101 .circle-0 .btn,
.page-101 .circle-0 .btn.active,
.page-101 .circle-0 .btn:active {
	background-image: none
}

.page-101 .circle-0 .btn.disabled.focus,
.page-101 .circle-0 .btn.disabled:focus,
.page-101 .circle-0 .btn.disabled:hover,
.page-101 .circle-0 .btn[disabled].focus,
.page-101 .circle-0 .btn[disabled]:focus,
.page-101 .circle-0 .btn[disabled]:hover,
fieldset[disabled] .page-101 .circle-0 .btn.focus,
fieldset[disabled] .page-101 .circle-0 .btn:focus,
fieldset[disabled] .page-101 .circle-0 .btn:hover {
	background-color: #af0838;
	border-color: #af0838
}

.page-101 .circle-0 .btn .badge {
	color: #af0838;
	background-color: #fff
}

@media (max-width:767px) {
	.page-101 .circle-0 .btn {
		padding: 10px 20px;
		font-size: 12px;
		line-height: 1.2;
		border-radius: 0
	}
}

.page-101 .circle-0 .btn:active,
.page-101 .circle-0 .btn:focus,
.page-101 .circle-0 .btn:hover {
	background-color: #cc0941
}

@media (max-width:767px) {
	.page-101 .circle-0 .btn {
		padding: 10px 20px;
		font-size: 12px;
		line-height: 1.2;
		border-radius: 0;
		display: block;
		line-height: 1.65em;
		padding-left: 12px;
		padding-right: 0
	}
}

.page-101 .circle-0 .btn i {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	line-height: inherit
}

@media (max-width:767px) {
	.page-101 .circle-0 .btn i {
		font-size: 1.5em;
		position: absolute;
		margin-left: -24px
	}
}

@media (min-width:768px) {
	.page-101 .circle-0 .btn i {
		display: block;
		float: left;
		font-size: 2.4em
	}
}

.page-101 .circle-0 .btn:active,
.page-101 .circle-0 .btn:focus,
.page-101 .circle-0 .btn:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	color: #333;
	background-color: rgba(175, 8, 56, 0);
	border-color: #af0838
}

.page-101 .circle-0 .btn:after {
	content: '';
	display: none
}

@media (min-width:768px) {
	.page-101 .circle-0 .btn:after {
		display: block;
		content: '';
		height: auto;
		-webkit-transform: none!important;
		-ms-transform: none!important;
		-o-transform: none!important;
		transform: none!important;
		margin: auto;
		-webkit-animation: pulse 2s infinite;
		-o-animation: pulse 2s infinite;
		animation: pulse 2s infinite;
		-webkit-box-shadow: 0 0 0 rgba(175, 8, 56, .4);
		box-shadow: 0 0 0 rgba(175, 8, 56, .4);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1
	}
}

.page-101 .circle-4 img, .page-101 .circle-5 img {
	display: block;
	position: relative;
	margin: 0 auto 4px auto
}

.page-101 .circle-6 .arrow-next {
	display: none!important
}

.page-101 .arrow-next {
	height: 43px;
	width: 43px;
	background: url(../images/down-arrow.png) no-repeat;
	cursor: pointer;
	pointer-events: auto;
	-webkit-transition: -webkit-transform 350ms ease;
	-o-transition: -o-transform 350ms ease;
	transition: transform 350ms ease;
	right: 0!important;
	top: auto;
	right: 0;
	bottom: 40px;
	left: 0;
	position: absolute;
	margin: auto;
	z-index: 998;
	opacity: 0;
	-webkit-transition: -webkit-transform 350ms ease, opacity 350ms ease;
	-o-transition: -o-transform 350ms ease, opacity 350ms ease;
	transition: transform 350ms ease, opacity 350ms ease
}

@media (min-width:992px) {
	.page-101 .arrow-next {
		left: 0;
		right: 0
	}
}

@media (max-width:991px) {
	.page-101 .arrow-next {
		width: 30px;
		height: 30px;
		-webkit-background-size: cover;
		background-size: cover
	}
}

.page-101 .arrow-next:hover {
	-webkit-transform: translate3D(0, 1px, 0);
	-ms-transform: translate3D(0, 1px, 0);
	-o-transform: translate3D(0, 1px, 0);
	transform: translate3D(0, 1px, 0)
}

.page-101 .arrow-next.up {
	display: none;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: 90px
}

@media (max-width:991px) {
	.page-101 .arrow-next.up {
		bottom: 80px
	}
}

.page-101 .arrow-next.up:hover {
	-webkit-transform: rotate(180deg) translate3D(0, 1px, 0);
	-ms-transform: rotate(180deg) translate3D(0, 1px, 0);
	-o-transform: rotate(180deg) translate3D(0, 1px, 0);
	transform: rotate(180deg) translate3D(0, 1px, 0)
}

@media (max-width:991px),
(max-height:549px) {
	.page-101 .arrow-next {
		right: 20px
	}
}

@media (max-width:991px) {
	.page-101 .arrow-next {
		top: auto;
		right: 0;
		bottom: 20%;
		left: 0
	}
}

@media (min-height:650px) {
	.page-101 .arrow-next {
		top: auto;
		right: 0;
		bottom: 12%;
		left: 0
	}
}

.page-101 .swiper-slide-active .arrow-next {
	opacity: .6
}

.page-101 .arrow-next {
	display: none;
	-webkit-background-size: contain;
	background-size: contain
}

.page-101 .fixed-circle .arrow-next {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/down-arrow-dark.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain
}

@media (max-width:991px) {
	.page-101 .fixed-circle .arrow-next {
		display: none
	}
}

.page-101 .fancybox-overlay {
	overflow: hidden!important
}

.page-101 .fancybox-inner {
	overflow: hidden!important
}

.page-101 .swiper-pagination {
	z-index: 1198
}

.page-101 .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0);
	border: 1px solid rgba(255, 255, 255, .9);
	margin-bottom: 10px;
	padding: 0;
	opacity: 1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

.page-101 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.page-101 .swiper-pagination .swiper-pagination-bullet:hover {
	background: rgba(255, 255, 255, .9)
}

.page-101 .nav-line {
	height: 1px;
	border-top: 1px solid transparent;
	position: absolute;
	background-color: #fff;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0
}

.page-101 .app-nav {
	position: absolute;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	opacity: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	pointer-events: none;
	z-index: 99;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.page-101 .app-nav li {
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	opacity: 1;
	position: absolute
}

.page-101 .app-nav a,
.page-101 .app-nav a:focus {
	height: 30px;
	width: 30px;
	background: #000;
	border-radius: 50%;
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	z-index: 998;
	pointer-events: all;
	position: relative;
	padding: 0
}

.page-101 .app-nav a:before,
.page-101 .app-nav a:focus:before {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid transparent;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms
}

.page-101 .app-nav .active a,
.page-101 .app-nav a:hover {
	background: #af0838;
	-webkit-transform: rotate(180deg) scale(1.25);
	-ms-transform: rotate(180deg) scale(1.25);
	-o-transform: rotate(180deg) scale(1.25);
	transform: rotate(180deg) scale(1.25)
}

.page-101 .app-nav .active a:before,
.page-101 .app-nav a:hover:before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	border: 1px solid #fff
}

.page-101 .app-nav .active a {
	cursor: default
}

.page-101 .app-nav li a {
	-webkit-animation-name: fade-scale-18;
	-o-animation-name: fade-scale-18;
	animation-name: fade-scale-18;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: backwards;
	-o-animation-fill-mode: backwards;
	animation-fill-mode: backwards
}

.page-101 .app-nav .item-0 {
	left: 8%;
	top: 40%
}

.page-101 .app-nav .item-0 a {
	-webkit-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s
}

.page-101 .app-nav .item-1 {
	left: 26%;
	top: 25%
}

.page-101 .app-nav .item-1 a {
	-webkit-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s
}

.page-101 .app-nav .item-2 {
	left: 88%;
	top: 60%
}

.page-101 .app-nav .item-2 a {
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s
}

.page-101 .app-nav .item-2 .tip-popover {
	left: auto;
	right: 0
}

.page-101 .app-nav .item-2 .tip-popover:before {
	left: auto;
	right: 10px
}

.page-101 .app-nav .item-3 {
	left: 78%;
	top: 30%
}

.page-101 .app-nav .item-3 a {
	-webkit-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.page-101 .app-nav .item-4 {
	left: 12%;
	top: 60%
}

.page-101 .app-nav .item-4 a {
	-webkit-animation-delay: 1.4s;
	-o-animation-delay: 1.4s;
	animation-delay: 1.4s
}

@media (max-width:767px) {
	.page-101 .app-nav {
		display: none!important
	}
}

@media (max-height:549px) {
	.page-101 .app-nav {
		display: none!important
	}
}

.page-service {
	color: #181a1b
}

.page-service .animation-properties,
.page-service [class*=animation-],
.page-service [class*=trigger-] {
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.page-service .m-auto {
	margin: auto
}

.page-service .p-2 {
	padding-top: 12px;
	padding-bottom: 12px
}

.page-service .service-footer,
.page-service .service-header {
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden!important
}

.page-service .service-footer .bg-cover,
.page-service .service-header .bg-cover {
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	bottom: -100px;
	margin: auto;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat
}

.page-service .service-header {
	color: #fff;
	min-height: 90vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 80px;
	margin-bottom: 0;
	border: none;
	overflow: hidden;
	-webkit-animation-name: fade;
	-o-animation-name: fade;
	animation-name: fade;
	-webkit-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0
}

@media (max-width:767px) {
	.page-service .service-header {
		padding: 20px 0;
		margin-top: 40px
	}
}

.page-service .service-header h4 {
	color: #fff
}

.page-service .service-header h4 b,
.page-service .service-header h4 strong {
	display: inline-block
}

@media (max-width:767px) {
	.page-service .service-header p {
		font-size: 12px;
		line-height: 1.5
	}
}

@media (max-width:767px) {
	.page-service .service-header .service-header-content h4 {
		font-size: 28px
	}
}

.page-service .service-header .service-header-content p>strong {
	font-size: 17px;
	line-height: 1.4
}

@media (min-width:992px) {
	.page-service .service-header .service-header-content p>strong {
		font-size: 18px;
		display: inline-block;
		padding-right: 70px
	}
}

.page-service .service-header .service-header-circle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: relative;
	width: 300px;
	height: 300px;
	background-color: rgba(255, 255, 255, .85);
	border-radius: 100%;
	margin: auto
}

.page-service .service-header .service-header-circle .content {
	padding: 24px
}

@media (max-width:767px) {
	.page-service .service-header .service-header-circle {
		width: 200px;
		height: 200px;
		margin: 40px
	}
	.page-service .service-header .service-header-circle .content {
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		-o-transform: scale(.75);
		transform: scale(.75);
		padding: 6px
	}
}

.page-service .service-header .service-header-circle img {
	margin: 0
}

.page-service .service-header .service-header-circle h6 {
	line-height: 1.2
}

.page-service .service-header .service-header-circle p {
	font-size: 13px;
	line-height: 1;
	color: #555;
	text-transform: uppercase;
	font-weight: 600
}

@media (max-width:767px) {
	.page-service .service-header .service-header-circle p {
		font-size: 11px
	}
}

.page-service .service-header .service-header-circle:after,
.page-service .service-header .service-header-circle:before {
	content: '';
	position: absolute;
	width: 130%;
	height: 130%;
	top: -15%;
	left: -15%;
	border-radius: 100%
}

.page-service .service-header .service-header-circle:before {
	border: 2px solid rgba(255, 255, 255, 0)
}

.page-service .service-header .service-header-circle:after {
	border: 0 solid rgba(255, 255, 255, 0)
}

.page-service .service-header .service-header-circle.anim:before {
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	-webkit-transition: border-top-color .25s linear, border-right-color .25s linear .2s, border-bottom-color .25s linear .3s;
	-o-transition: border-top-color .25s linear, border-right-color .25s linear .2s, border-bottom-color .25s linear .3s;
	transition: border-top-color .25s linear, border-right-color .25s linear .2s, border-bottom-color .25s linear .3s
}

.page-service .service-header .service-header-circle.anim:after {
	border-top: 2px solid #fff;
	border-left-width: 2px;
	border-right-width: 2px;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transition: -webkit-transform .7s ease-out 0s, border-left-width 0s linear .55s;
	-o-transition: -o-transform .7s ease-out 0s, border-left-width 0s linear .55s;
	transition: transform .7s ease-out 0s, border-left-width 0s linear .55s
}

.page-service .service-header .section-dots {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	pointer-events: none;
	z-index: 99;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	width: 134%;
	padding-bottom: 134%
}

.page-service .service-header .section-dots li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute
}

.page-service .service-header .section-dots a,
.page-service .service-header .section-dots a:focus {
	height: 36px;
	width: 36px;
	background: #000;
	border-radius: 50%;
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	z-index: 998;
	pointer-events: all;
	position: relative;
	padding: 0
}

.page-service .service-header .section-dots a:before,
.page-service .service-header .section-dots a:focus:before {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid transparent;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms
}

.page-service .service-header .section-dots .active a,
.page-service .service-header .section-dots a:hover {
	background: #af0838;
	-webkit-transform: rotate(180deg) scale(1.25);
	-ms-transform: rotate(180deg) scale(1.25);
	-o-transform: rotate(180deg) scale(1.25);
	transform: rotate(180deg) scale(1.25)
}

.page-service .service-header .section-dots .active a:before,
.page-service .service-header .section-dots a:hover:before {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	border: 1px solid #fff
}

.page-service .service-header .section-dots.dots-3 li:nth-of-type(1) {
	-webkit-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	top: -2%;
	left: 46%
}

.page-service .service-header .section-dots.dots-3 li:nth-of-type(2) {
	-webkit-animation-delay: 750ms;
	-o-animation-delay: 750ms;
	animation-delay: 750ms;
	top: 66%;
	right: 2%
}

.page-service .service-header .section-dots.dots-3 li:nth-of-type(3) {
	-webkit-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	top: 66%;
	left: 2%
}

.page-service .service-title {
	padding: 100px 0 0
}

@media (max-width:767px) {
	.page-service .service-title {
		padding-top: 40px
	}
}

.page-service .service-title h4 {
	margin-bottom: -40px
}

.page-service .scrollmagic-pin-spacer {
	z-index: 1
}

.page-service .section .section-heading {
	position: relative
}

@media (min-width:768px) {
	.page-service .section .section-heading .mt-40 {
		margin-top: 40px
	}
}

.page-service .section .section-heading .service-section-circle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: relative;
	border-radius: 100%;
	width: 90px;
	height: 90px;
	border: 1px solid rgba(85, 85, 85, .1);
	margin: auto
}

.page-service .section .section-heading .service-section-circle .circle {
	color: #fff;
	font-size: 17px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 30px;
	height: 30px;
	background-color: #000;
	border-radius: 100%;
	margin: auto;
	position: relative;
	left: 0;
	right: 0
}

.page-service .section .section-heading .service-section-circle .circle:after,
.page-service .section .section-heading .service-section-circle .circle:before {
	content: '';
	position: absolute;
	width: 300%;
	height: 300%;
	top: -100%;
	left: -100%;
	border-radius: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.page-service .section .section-heading .service-section-circle .circle:before {
	border: 2px solid rgba(175, 8, 56, 0)
}

.page-service .section .section-heading .service-section-circle .circle:after {
	border: 0 solid rgba(175, 8, 56, 0)
}

.page-service .section .section-heading .service-section-circle .circle.trigger-circle:before {
	border-top-color: #af0838;
	border-right-color: #af0838;
	border-bottom-color: #af0838;
	-webkit-transition: border-top-color .25s linear, border-right-color .15s linear .2s, border-bottom-color .25s linear .25s;
	-o-transition: border-top-color .25s linear, border-right-color .15s linear .2s, border-bottom-color .25s linear .25s;
	transition: border-top-color .25s linear, border-right-color .15s linear .2s, border-bottom-color .25s linear .25s
}

.page-service .section .section-heading .service-section-circle .circle.trigger-circle:after {
	border-top: 2px solid #af0838;
	border-left-width: 2px;
	border-right-width: 2px;
	-webkit-transform: rotate(200deg);
	-ms-transform: rotate(200deg);
	-o-transform: rotate(200deg);
	transform: rotate(200deg);
	-webkit-transition: -webkit-transform .35s ease-out 0s, border-left-width 0s linear .55s;
	-o-transition: -o-transform .35s ease-out 0s, border-left-width 0s linear .55s;
	transition: transform .35s ease-out 0s, border-left-width 0s linear .55s
}

.page-service .section:nth-of-type(2) .service-section-circle .circle:before {
	-webkit-transform: rotate(-100deg);
	-ms-transform: rotate(-100deg);
	-o-transform: rotate(-100deg);
	transform: rotate(-100deg)
}

.page-service .section:nth-of-type(2) .service-section-circle .circle.trigger-circle:before {
	border-top: 0!important;
	border-right: 0!important
}

.page-service .section:nth-of-type(2) .service-section-circle .circle.trigger-circle:after {
	-webkit-transform: rotate(100deg);
	-ms-transform: rotate(100deg);
	-o-transform: rotate(100deg);
	transform: rotate(100deg)
}

.page-service .section:nth-of-type(3) .service-section-circle .circle.trigger-circle:before {
	border-top: 0!important
}

.page-service .section:nth-of-type(3) .service-section-circle .circle.trigger-circle:after {
	-webkit-transition: -webkit-transform .45s ease-out 0s, border-left-width 0s linear .6s;
	-o-transition: -o-transform .45s ease-out 0s, border-left-width 0s linear .6s;
	transition: transform .45s ease-out 0s, border-left-width 0s linear .6s
}

.page-service .section:nth-of-type(4) .service-section-circle .circle.trigger-circle:after {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transition: -webkit-transform .7s ease-out 0s, border-left-width 0s linear .85s;
	-o-transition: -o-transform .7s ease-out 0s, border-left-width 0s linear .85s;
	transition: transform .7s ease-out 0s, border-left-width 0s linear .85s
}

.page-service .sections .section#section-2 {
	padding-top: 0!important;
	margin-top: 40px!important
}

.page-service .sections .section#section-2:before {
	content: '';
	position: absolute;
	top: -100px;
	height: 100px;
	background: #fff;
	width: 100%;
	z-index: 1
}

.page-service .sections .section:after {
	content: '';
	position: absolute;
	width: 1px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #7c7c7c;
	margin: auto
}

@media (max-width:991px) {
	.page-service .sections .section:after {
		display: none
	}
}

.page-service .sections .section .section-heading {
	position: relative;
	z-index: 99
}

.page-service .sections .section .section-heading .p-2 {
	background: #fff
}

.page-service .sections .section .section-heading .section-title {
	color: #181a1b;
	font-size: 15px;
	letter-spacing: 1.8px;
	display: inline-block;
	padding: 10px 24px;
	border: 1px solid #82817c;
	margin: auto
}

@media (min-width:992px) {
	.page-service .sections .section .section-content {
		padding: 0 40px
	}
}

.page-service .sections .section .section-content h6 {
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 1px;
	margin-top: 24px
}

.page-service .sections .section .section-content P {
	margin-bottom: 20px
}

.page-service .sections .section .section-content .text-more {
	font-size: 12px;
	background: 0 0;
	border: none;
	padding: 0
}

.page-service .sections .section .section-content hr {
	border-top-color: #7c7c7c
}

@media (min-width:992px) {
	.page-service .sections .section .section-content hr {
		margin-right: -55px
	}
}

.page-service .sections .section .section-imgs {
	padding: 0 40px;
	max-height: 600px
}

@media (max-width:767px) {
	.page-service .sections .section .section-imgs {
		margin-bottom: -40px
	}
}

@media (min-width:992px) {
	.page-service .sections .section .section-imgs {
		padding: 40px
	}
}

.page-service .sections .section .section-imgs img {
	width: 50%;
	height: auto;
	border: 2px solid #fff;
	margin: 0
}

.page-service .sections .section .section-imgs .section-img-2 {
	position: relative;
	-webkit-transform: translate3d(50%, -20%, 0);
	transform: translate3d(50%, -20%, 0)
}

.page-service .sections .section .section-imgs .section-img-3 {
	position: relative;
	-webkit-transform: translate3d(0, -80%, 0);
	transform: translate3d(0, -80%, 0)
}

.page-service .service-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 0;
	border: none;
	overflow: hidden;
	z-index: 99
}

@media (min-width:992px) {
	.page-service .service-footer {
		min-height: 90vh
	}
}

.page-service .service-footer .service-footer-content {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto;
	position: relative;
	z-index: 996;
	background: rgba(251, 251, 251, .65);
	background: -webkit-radial-gradient(circle, rgba(238, 238, 238, .7), rgba(255, 255, 255, .3)) no-repeat;
	background: -o-radial-gradient(circle, rgba(238, 238, 238, .7), rgba(255, 255, 255, .3)) no-repeat;
	background: radial-gradient(circle, rgba(238, 238, 238, .7), rgba(255, 255, 255, .3)) no-repeat;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	opacity: 1;
	overflow: hidden;
	padding: 50px;
	width: 440px;
	height: 440px;
	border-radius: 50%;
	background: rgba(248, 248, 248, .825);
	background: -webkit-radial-gradient(circle, rgba(238, 238, 238, .75), rgba(255, 255, 255, .95)) no-repeat;
	background: -o-radial-gradient(circle, rgba(238, 238, 238, .75), rgba(255, 255, 255, .95)) no-repeat;
	background: radial-gradient(circle, rgba(238, 238, 238, .75), rgba(255, 255, 255, .95)) no-repeat;
	-webkit-box-shadow: 0 0 0 4px rgba(85, 85, 85, .03);
	box-shadow: 0 0 0 4px rgba(85, 85, 85, .03)
}

@media (min-width:992px) and (min-height:650px) {
	.page-service .service-footer .service-footer-content {
		width: 490px;
		height: 490px
	}
}

@media (max-width:767px) {
	.page-service .service-footer .service-footer-content {
		padding: 0 15px;
		width: 280px;
		height: 280px
	}
}

.page-service .service-footer .service-footer-content img {
	max-width: 100px;
	margin-top: 0
}

@media (max-width:767px) {
	.page-service .service-footer .service-footer-content img {
		max-width: 80px;
		margin-bottom: 0
	}
}

.page-service .service-footer .service-footer-content h4 {
	margin-top: 20px;
	margin-bottom: 40px;
	line-height: 1.1
}

@media (max-width:767px) {
	.page-service .service-footer .service-footer-content h4 {
		margin: 10px 0 20px 0;
		font-size: 14px
	}
}

.page-service .service-footer .service-footer-content h2 {
	font-size: 25px;
	margin-bottom: 20px
}

.page-service .service-footer .service-footer-content h2 strong {
	font-weight: 500
}

.page-service .service-footer .service-footer-content p {
	margin-bottom: 0
}

.page-service .service-footer .service-footer-content .btn-primary {
	display: inline-block
}

.page-service .service-footer .service-footer-circle {
	display: inline-block;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: relative;
	border-radius: 100%;
	margin: auto;
	padding: 10px;
	margin-bottom: 20px;
	width: 120px;
	height: 80px
}

.page-service .service-footer .service-footer-circle:after,
.page-service .service-footer .service-footer-circle:before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-radius: 100%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: rotate(44deg);
	-ms-transform: rotate(44deg);
	-o-transform: rotate(44deg);
	transform: rotate(44deg)
}

.page-service .service-footer .service-footer-circle:before {
	border: 1px solid rgba(183, 183, 183, 0)
}

.page-service .service-footer .service-footer-circle:after {
	border: 0 solid rgba(183, 183, 183, 0)
}

.page-service .service-footer .service-footer-circle span {
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: #af0838;
	border-radius: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 350ms ease;
	-o-transition: -o-transform 350ms ease;
	transition: transform 350ms ease;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.page-service .service-footer .service-footer-circle span:nth-of-type(1) {
	top: -32%;
	left: 49%;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

@media (max-width:767px) {
	.page-service .service-footer .service-footer-circle span:nth-of-type(1) {
		top: -30%
	}
}

.page-service .service-footer .service-footer-circle span:nth-of-type(2) {
	top: 69%;
	right: -2%;
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s
}

@media (max-width:767px) {
	.page-service .service-footer .service-footer-circle span:nth-of-type(2) {
		right: -1%
	}
}

.page-service .service-footer .service-footer-circle span:nth-of-type(3) {
	top: 69%;
	left: 0;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}

@media (max-width:767px) {
	.page-service .service-footer .service-footer-circle span:nth-of-type(3) {
		left: -1%
	}
}

.page-service .service-footer .service-footer-circle.trigger-anim span {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.page-service .service-footer .service-footer-circle.trigger-anim:before {
	border-top-color: #b7b7b7;
	border-right-color: #b7b7b7;
	border-bottom-color: #b7b7b7;
	-webkit-transition: border-top-color .25s linear, border-right-color .15s linear .1s, border-bottom-color .25s linear .3s;
	-o-transition: border-top-color .25s linear, border-right-color .15s linear .1s, border-bottom-color .25s linear .3s;
	transition: border-top-color .25s linear, border-right-color .15s linear .1s, border-bottom-color .25s linear .3s
}

.page-service .service-footer .service-footer-circle.trigger-anim:after {
	border-top: 1px solid #b7b7b7;
	border-left-width: 1px;
	border-right-width: 1px;
	-webkit-transform: rotate(314deg);
	-ms-transform: rotate(314deg);
	-o-transform: rotate(314deg);
	transform: rotate(314deg);
	-webkit-transition: -webkit-transform .7s ease-out 0s, border-left-width 0s linear .55s;
	-o-transition: -o-transform .7s ease-out 0s, border-left-width 0s linear .55s;
	transition: transform .7s ease-out 0s, border-left-width 0s linear .55s
}

.page-service .focus {
	overflow: hidden
}

.page-service .lower {
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../images/services.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #012341;
	border-top: 4px solid #af0838
}

@media (max-width:767px) {
	.page-service .lower {
		background: rgba(248, 248, 248, .825);
		background: -webkit-radial-gradient(circle, rgba(238, 238, 238, .75), rgba(255, 255, 255, .95)) no-repeat;
		background: -o-radial-gradient(circle, rgba(238, 238, 238, .75), rgba(255, 255, 255, .95)) no-repeat;
		background: radial-gradient(circle, rgba(238, 238, 238, .75), rgba(255, 255, 255, .95)) no-repeat
	}
}

.service.item-page .fixed-dot-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 24px;
	z-index: 9999;
	margin: auto;
	padding: 0
}

@media (max-width:767px) {
	.service.item-page .fixed-dot-nav {
		right: 5px
	}
}

.service.item-page .fixed-dot-nav ul {
	margin: 0;
	padding: 0
}

.service.item-page .fixed-dot-nav ul li {
	width: 14px;
	height: 14px;
	display: block;
	margin: 12px 0
}

@media (max-width:767px) {
	.service.item-page .fixed-dot-nav ul li {
		width: 8px;
		height: 8px;
		margin: 8px 0
	}
}

.service.item-page .fixed-dot-nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #000;
	background-color: #f4f4f4;
	-webkit-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease
}

.service.item-page .fixed-dot-nav ul li a:hover {
	background-color: #af0838!important;
	border-color: #af0838!important
}

.service.item-page .fixed-dot-nav ul li:first-child {
	margin-top: 0
}

.service.item-page .fixed-dot-nav ul li:last-child {
	margin-bottom: 0
}

.service.item-page h6 {
	text-transform: uppercase;
	margin-bottom: 10px
}

.service.item-page .circle-border {
	-webkit-animation-name: fade-scale-02;
	-o-animation-name: fade-scale-02;
	animation-name: fade-scale-02;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 50%;
	padding: 50px;
	margin: auto;
	position: relative;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.service.item-page .circle-border .img-icon {
	padding: 20px;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: -webkit-transform 350ms ease;
	-o-transition: -o-transform 350ms ease;
	transition: transform 350ms ease
}

@media (max-width:767px) {
	.service.item-page .circle-border {
		width: 80%;
		margin-top: 60px;
		margin-bottom: 60px
	}
	.service.item-page .circle-border .img-icon {
		display: none
	}
}

.service.item-page .circle-border:after {
	content: '';
	position: absolute;
	width: 100%;
	display: block;
	padding-bottom: 100%;
	border-radius: 50%;
	border: 2px solid #000
}

.service.item-page .circle-border p {
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	color: #000;
	letter-spacing: 1px
}

.service.item-page .section {
	overflow: visible
}

.service.item-page .section .divide {
	width: 100%;
	height: 1px;
	background-color: #f4f4f4
}

@media (max-width:767px) {
	.service.item-page .section .col-xs-12.col-md-1 {
		display: none
	}
}

.service.item-page .section:nth-of-type(3):before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: #f8f8f8
}

.service.item-page .section:nth-of-type(3) .section-heading .p-2 {
	background: #f8f8f8
}

@media (min-width:992px) {
	.service.item-page .section:nth-of-type(3) .col-md-6:first-of-type {
		float: right
	}
}

.service.item-page .section:nth-of-type(3) .section-imgs {
	text-align: center
}

.service.item-page .section:nth-of-type(3) .section-imgs .section-img-2 {
	position: relative;
	-webkit-transform: translate3d(50%, -10%, 0);
	transform: translate3d(50%, -10%, 0)
}

.service.item-page .section:nth-of-type(3) .section-imgs .section-img-3 {
	position: relative;
	-webkit-transform: translate3d(0, -40%, 0);
	transform: translate3d(0, -40%, 0)
}

.service.item-page .sections {
	position: relative;
	margin-top: 100px;
	padding-bottom: 0;
	overflow: hidden
}

@media (max-width:767px) {
	.service.item-page .sections {
		margin-top: 40px
	}
}

.service.item-page .sections .img-icon {
	max-width: 60px
}

.service.item-page .sections .scrollmagic-pin-spacer {
	left: 0!important;
	right: 0!important;
	margin: auto!important
}

@media (max-width:767px) {
	.service.item-page .sections .scrollmagic-pin-spacer {
		margin-left: 0!important
	}
}

.service.item-page .sections .fixed-pin {
	position: absolute;
	width: 100%;
	z-index: -1
}

.service.item-page .sections .fixed-pin .line {
	position: absolute;
	width: 3px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	height: 250px;
	background-color: #000
}

@media (max-width:991px) {
	.service.item-page .sections .fixed-pin .line {
		width: 1px;
		left: auto;
		display: none
	}
}

.service.item-page .sections .fixed-pin .line-bg {
	width: 1px;
	top: 0;
	bottom: 0;
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	background-color: #eee
}

@media (max-width:767px) {
	.service.item-page .sections .fixed-pin .line-bg {
		margin-left: -15px
	}
}

.websitepanels .site-header,
.websitepanels-circle .site-header {
	background-color: rgba(255,255,255,.2);
	/*background-image: linear-gradient(to right, rgba(51,51,51,.4) 10%, rgba(11,19,31,.6) 60%)*/
}

@media (max-width:991px) {
	.websitepanels .site-header .navbar-header,
	.websitepanels-circle .site-header .navbar-header {
		/*background-color: transparent;*/
		border-bottom-color: transparent
	}
}

@media (min-width:768px) {
	.websitepanels .site-header.navbar-default .mod-1 .navbar-nav>li>.dropdown-menu,
	.websitepanels-circle .site-header.navbar-default .mod-1 .navbar-nav>li>.dropdown-menu {
		border-top: 0!important;
		background-color: rgba(255, 255, 255, .2)
	}
}

@media (min-width:992px) {
	.article-default {
		padding-top: 150px
	}
}

@media (max-width:767px) {
	.article-default {
		padding-bottom: 40px;
		padding-top: 40px
	}
}

.page-180 .lead {
	color: #000
}

.why-us {
	counter-reset: count-item
}

@media (min-width:768px) {
	.why-us .graphic-401 {
		padding-top: 70px
	}
}

.why-us .why-us-chart {
	padding-top: 20px
}

.why-us .why-us-chart .panel {
	background: #f4f4f4;
	border: 0;
	margin-top: 20px;
	padding: 40px
}

@media (max-width:991px) {
	.why-us .why-us-chart .panel {
		padding: 10px
	}
}

.why-us .why-us-chart .panel-footer {
	border: 0;
	padding: 0
}

.why-us .why-us-chart label,
.why-us .why-us-chart th {
	color: #82817c;
	font-weight: 600;
	text-transform: uppercase
}

.why-us .why-us-chart .page-exxon .focus table>thead>tr>th,
.why-us .why-us-chart .table>thead>tr>th {
	border-bottom: 1px solid #82817c
}

.why-us .why-us-chart .page-exxon .focus table>tbody>tr>td,
.why-us .why-us-chart .table>tbody>tr>td {
	border: 0
}

.why-us .why-us-chart .page-exxon .focus table,
.why-us .why-us-chart .table {
	font-weight: 600
}

.why-us .why-us-chart tr:nth-of-type(1) {
	color: #419aea
}

.why-us .why-us-chart tr:nth-of-type(2) {
	color: #000
}

.why-us .why-us-chart tr:nth-of-type(3) {
	color: green
}

.why-us .why-us-chart td {
	vertical-align: middle
}

.why-us .why-us-chart .js-increase {
	font-size: 17px
}

.why-us .why-us-chart .well {
	background: #fff;
	border: 0;
	padding: 20px
}

.why-us .why-us-chart .well:first-child {
	margin-right: 20px
}

.why-us .count-item {
	position: relative;
	padding-left: 50px
}

.why-us .count-item:before {
	border-right: 1px solid #a7a7a7;
	color: #a7a7a7;
	counter-increment: count-item;
	content: counter(count-item);
	font-size: 44px;
	font-weight: 600;
	line-height: 38px;
	left: 0;
	position: absolute;
	top: 0;
	padding-right: 10px
}

.why-us .text-number {
	width: 160px
}

.why-us .align-bottom {
	font-size: 0
}

.why-us .align-bottom p {
	font-size: 14px;
	vertical-align: bottom
}

@media (min-width:480px) {
	.why-us .align-bottom p {
		width: 60%;
		display: inline-block;
		text-align: right
	}
	.why-us .align-bottom p:first-child {
		width: 40%;
		text-align: left
	}
}

.why-us .box-secondary {
	width: 260px;
	line-height: .9;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:767px) {
	.why-us .box-secondary {
		width: 200px
	}
}

.why-us .box-secondary .text-large {
	display: block;
	font-weight: 600;
	font-size: 56px
}

@media (max-width:767px) {
	.why-us .box-secondary .text-large {
		font-size: 38px
	}
}

.why-us .box-secondary .col {
	width: 60%;
	display: inline-block
}

.why-us .box-secondary .col+.col {
	width: 40%;
	font-size: 24px
}

@media (max-width:767px) {
	.why-us .box-secondary .col+.col {
		font-size: 18px
	}
}

.why-us .bar {
	cursor: pointer
}

.why-us .axis line,
.why-us .axis path {
	fill: none;
	stroke: #666;
	shape-rendering: crispEdges
}

.why-us .axis text {
	fill: #666
}

@media (max-width:991px) {
	.why-us .x.axis .tick:nth-of-type(2n) {
		visibility: hidden
	}
}

@media (max-width:479px) {
	.why-us .x.axis .tick {
		visibility: hidden
	}
	.why-us .x.axis .tick:nth-of-type(4n+1) {
		visibility: visible
	}
}

.why-us .x .tick line {
	display: none
}

.why-us .panel-header {
	padding: 15px 15px 0
}

.why-us .panel-header h4 {
	margin: 0
}

.why-us .panel-body {
	line-height: 1.75
}

.why-us .panel-body .count-item:last-child p:last-child {
	margin-bottom: 0
}

.why-us .panel-body .btn-link {
	text-transform: none;
	font-weight: 400
}

.why-us .panel-footer {
	background: 0;
	border-color: #000;
	padding: 15px 0
}

.websitetabs .spotlight .spotlight-content .item-date {
	color: #000;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: .5px;
	margin-bottom: 0;
	-webkit-animation-name: fade-top;
	-o-animation-name: fade-top;
	animation-name: fade-top;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 520ms;
	-o-animation-delay: 520ms;
	animation-delay: 520ms
}

.websitetabs .spotlight .spotlight-content h1.h2 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 20px
}

@media (max-width:991px) {
	.websitetabs .spotlight .spotlight-content h1.h2 {
		font-size: 18px
	}
}

.websitetabs .spotlight .spotlight-content .author {
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
	-webkit-animation-name: fade-bottom;
	-o-animation-name: fade-bottom;
	animation-name: fade-bottom;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 750ms;
	-o-animation-delay: 750ms;
	animation-delay: 750ms;
	color: #000;
	margin-top: -14px
}

.websitetabs .spotlight .spotlight-content .more {
	-webkit-animation-name: fade;
	-o-animation-name: fade;
	animation-name: fade;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 1.25s;
	-o-animation-delay: 1.25s;
	animation-delay: 1.25s;
	color: #000;
	margin-bottom: 0
}

@media (max-width:767px) {
	.websitetabs .spotlight .spotlight-content .more {
		margin-bottom: -20px
	}
}

.websitetabs .spotlight .spotlight-content .caption {
	text-transform: none;
	font-weight: 400;
	-webkit-animation-name: fade;
	-o-animation-name: fade;
	animation-name: fade;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
	color: #000;
	line-height: 1.4
}

.websitetabs .category-desc {
	padding: 20px 0
}

.websitetabs .article-info {
	margin-top: 0!important
}

@media (min-width:992px) {
	.websitetabs .sidebar-default {
		padding-top: 100px
	}
}

@media (max-width:767px) {
	.websitetabs .sidebar-default {
		padding-bottom: 40px;
		padding-top: 40px
	}
}

.websitetabs .sidebar-default .mod-title .page-header {
	margin-bottom: 10px
}

.websitetabs .sidebar-default .category-module {
	padding: 0
}

.websitetabs .sidebar-default .category-module .item-heading {
	font-weight: 400;
	margin-bottom: 10px
}

@media (max-width:767px) {
	.websitetabs .sidebar-default .category-module .item-heading {
		font-size: 14px
	}
}

.websitetabs .sidebar-default .category-module .item-heading:after {
	height: 1px
}

.websitetabs .sidebar-default .category-module a.active .item-heading {
	font-weight: 600
}

.websitetabs.view-article .body {
	background-color: #f9f9f9
}

.websitetabs.view-article .body .item-page {
	margin-top: 100px;
	margin-bottom: 100px;
	margin-bottom: 27px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	-webkit-box-shadow: initial;
	box-shadow: initial;
	padding: 10px 30px;
	border-color: #ececec;
	padding: 40px
}

.websitetabs.view-article .body .item-page>.list-group,
.websitetabs.view-article .body .item-page>.panel-collapse>.list-group {
	margin-bottom: 0
}

.websitetabs.view-article .body .item-page>.list-group .list-group-item,
.websitetabs.view-article .body .item-page>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.websitetabs.view-article .body .item-page>.list-group:first-child .list-group-item:first-child,
.websitetabs.view-article .body .item-page>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: -1;
	border-top-left-radius: -1
}

.websitetabs.view-article .body .item-page>.list-group:last-child .list-group-item:last-child,
.websitetabs.view-article .body .item-page>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1
}

.websitetabs.view-article .body .item-page>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.websitetabs.view-article .body .item-page>.page-exxon .focus table,
.websitetabs.view-article .body .item-page>.panel-collapse>.page-exxon .focus table,
.websitetabs.view-article .body .item-page>.panel-collapse>.table,
.websitetabs.view-article .body .item-page>.table,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table,
.websitetabs.view-article .body .item-page>.table-responsive>.table {
	margin-bottom: 0
}

.websitetabs.view-article .body .item-page>.page-exxon .focus table caption,
.websitetabs.view-article .body .item-page>.panel-collapse>.page-exxon .focus table caption,
.websitetabs.view-article .body .item-page>.panel-collapse>.table caption,
.websitetabs.view-article .body .item-page>.table caption,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table caption,
.websitetabs.view-article .body .item-page>.table-responsive>.table caption {
	padding-left: 15px;
	padding-right: 15px
}

.websitetabs.view-article .body .item-page>.page-exxon .focus table:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.page-exxon .focus table:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.table:first-child,
.websitetabs.view-article .body .item-page>.table:first-child {
	border-top-right-radius: -1;
	border-top-left-radius: -1
}

.websitetabs.view-article .body .item-page>.page-exxon .focus table:first-child>tbody:first-child>tr:first-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table:first-child>thead:first-child>tr:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.page-exxon .focus table:first-child>tbody:first-child>tr:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.page-exxon .focus table:first-child>thead:first-child>tr:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.websitetabs.view-article .body .item-page>.table:first-child>tbody:first-child>tr:first-child,
.websitetabs.view-article .body .item-page>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: -1;
	border-top-right-radius: -1
}

.websitetabs.view-article .body .item-page>.page-exxon .focus table:first-child>tbody:first-child>tr:first-child td:first-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table:first-child>tbody:first-child>tr:first-child th:first-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table:first-child>thead:first-child>tr:first-child td:first-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table:first-child>thead:first-child>tr:first-child th:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.page-exxon .focus table:first-child>tbody:first-child>tr:first-child td:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.page-exxon .focus table:first-child>tbody:first-child>tr:first-child th:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.page-exxon .focus table:first-child>thead:first-child>tr:first-child td:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.page-exxon .focus table:first-child>thead:first-child>tr:first-child th:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.websitetabs.view-article .body .item-page>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.websitetabs.view-article .body .item-page>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.websitetabs.view-article .body .item-page>.table:first-child>thead:first-child>tr:first-child td:first-child,
.websitetabs.view-article .body .item-page>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: -1
}

.websitetabs.view-article .body .item-page>.page-exxon .focus table:first-child>tbody:first-child>tr:first-child td:last-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table:first-child>tbody:first-child>tr:first-child th:last-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table:first-child>thead:first-child>tr:first-child td:last-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table:first-child>thead:first-child>tr:first-child th:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.page-exxon .focus table:first-child>tbody:first-child>tr:first-child td:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.page-exxon .focus table:first-child>tbody:first-child>tr:first-child th:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.page-exxon .focus table:first-child>thead:first-child>tr:first-child td:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.page-exxon .focus table:first-child>thead:first-child>tr:first-child th:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.websitetabs.view-article .body .item-page>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.websitetabs.view-article .body .item-page>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.websitetabs.view-article .body .item-page>.table:first-child>thead:first-child>tr:first-child td:last-child,
.websitetabs.view-article .body .item-page>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: -1
}

.websitetabs.view-article .body .item-page>.page-exxon .focus table:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.page-exxon .focus table:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.table:last-child,
.websitetabs.view-article .body .item-page>.table:last-child {
	border-bottom-right-radius: -1;
	border-bottom-left-radius: -1
}

.websitetabs.view-article .body .item-page>.page-exxon .focus table:last-child>tbody:last-child>tr:last-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table:last-child>tfoot:last-child>tr:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.page-exxon .focus table:last-child>tbody:last-child>tr:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.page-exxon .focus table:last-child>tfoot:last-child>tr:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.websitetabs.view-article .body .item-page>.table:last-child>tbody:last-child>tr:last-child,
.websitetabs.view-article .body .item-page>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: -1;
	border-bottom-right-radius: -1
}

.websitetabs.view-article .body .item-page>.page-exxon .focus table:last-child>tbody:last-child>tr:last-child td:first-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table:last-child>tbody:last-child>tr:last-child th:first-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table:last-child>tfoot:last-child>tr:last-child td:first-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table:last-child>tfoot:last-child>tr:last-child th:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.page-exxon .focus table:last-child>tbody:last-child>tr:last-child td:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.page-exxon .focus table:last-child>tbody:last-child>tr:last-child th:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.page-exxon .focus table:last-child>tfoot:last-child>tr:last-child td:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.page-exxon .focus table:last-child>tfoot:last-child>tr:last-child th:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.websitetabs.view-article .body .item-page>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.websitetabs.view-article .body .item-page>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.websitetabs.view-article .body .item-page>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.websitetabs.view-article .body .item-page>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: -1
}

.websitetabs.view-article .body .item-page>.page-exxon .focus table:last-child>tbody:last-child>tr:last-child td:last-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table:last-child>tbody:last-child>tr:last-child th:last-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table:last-child>tfoot:last-child>tr:last-child td:last-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table:last-child>tfoot:last-child>tr:last-child th:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.page-exxon .focus table:last-child>tbody:last-child>tr:last-child td:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.page-exxon .focus table:last-child>tbody:last-child>tr:last-child th:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.page-exxon .focus table:last-child>tfoot:last-child>tr:last-child td:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.page-exxon .focus table:last-child>tfoot:last-child>tr:last-child th:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.websitetabs.view-article .body .item-page>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.websitetabs.view-article .body .item-page>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.websitetabs.view-article .body .item-page>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.websitetabs.view-article .body .item-page>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.websitetabs.view-article .body .item-page>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: -1
}

.websitetabs.view-article .body .item-page>.page-exxon .focus table+.panel-body,
.websitetabs.view-article .body .item-page>.panel-body+.page-exxon .focus table,
.websitetabs.view-article .body .item-page>.panel-body+.table,
.websitetabs.view-article .body .item-page>.panel-body+.table-responsive,
.websitetabs.view-article .body .item-page>.table+.panel-body,
.websitetabs.view-article .body .item-page>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.websitetabs.view-article .body .item-page>.page-exxon .focus table>tbody:first-child>tr:first-child td,
.websitetabs.view-article .body .item-page>.page-exxon .focus table>tbody:first-child>tr:first-child th,
.websitetabs.view-article .body .item-page>.table>tbody:first-child>tr:first-child td,
.websitetabs.view-article .body .item-page>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.websitetabs.view-article .body .item-page>.page-exxon .focus table,
.websitetabs.view-article .body .item-page>.table-bordered,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered {
	border: 0
}

.websitetabs.view-article .body .item-page>.page-exxon .focus table>tbody>tr>td:first-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table>tbody>tr>th:first-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table>tfoot>tr>td:first-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table>tfoot>tr>th:first-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table>thead>tr>td:first-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table>thead>tr>th:first-child,
.websitetabs.view-article .body .item-page>.table-bordered>tbody>tr>td:first-child,
.websitetabs.view-article .body .item-page>.table-bordered>tbody>tr>th:first-child,
.websitetabs.view-article .body .item-page>.table-bordered>tfoot>tr>td:first-child,
.websitetabs.view-article .body .item-page>.table-bordered>tfoot>tr>th:first-child,
.websitetabs.view-article .body .item-page>.table-bordered>thead>tr>td:first-child,
.websitetabs.view-article .body .item-page>.table-bordered>thead>tr>th:first-child,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>tbody>tr>td:first-child,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>tbody>tr>th:first-child,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>tfoot>tr>td:first-child,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>tfoot>tr>th:first-child,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>thead>tr>td:first-child,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>thead>tr>th:first-child,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>thead>tr>td:first-child,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.websitetabs.view-article .body .item-page>.page-exxon .focus table>tbody>tr>td:last-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table>tbody>tr>th:last-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table>tfoot>tr>td:last-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table>tfoot>tr>th:last-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table>thead>tr>td:last-child,
.websitetabs.view-article .body .item-page>.page-exxon .focus table>thead>tr>th:last-child,
.websitetabs.view-article .body .item-page>.table-bordered>tbody>tr>td:last-child,
.websitetabs.view-article .body .item-page>.table-bordered>tbody>tr>th:last-child,
.websitetabs.view-article .body .item-page>.table-bordered>tfoot>tr>td:last-child,
.websitetabs.view-article .body .item-page>.table-bordered>tfoot>tr>th:last-child,
.websitetabs.view-article .body .item-page>.table-bordered>thead>tr>td:last-child,
.websitetabs.view-article .body .item-page>.table-bordered>thead>tr>th:last-child,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>tbody>tr>td:last-child,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>tbody>tr>th:last-child,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>tfoot>tr>td:last-child,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>tfoot>tr>th:last-child,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>thead>tr>td:last-child,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>thead>tr>th:last-child,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>thead>tr>td:last-child,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.websitetabs.view-article .body .item-page>.page-exxon .focus table>tbody>tr:first-child>td,
.websitetabs.view-article .body .item-page>.page-exxon .focus table>tbody>tr:first-child>th,
.websitetabs.view-article .body .item-page>.page-exxon .focus table>thead>tr:first-child>td,
.websitetabs.view-article .body .item-page>.page-exxon .focus table>thead>tr:first-child>th,
.websitetabs.view-article .body .item-page>.table-bordered>tbody>tr:first-child>td,
.websitetabs.view-article .body .item-page>.table-bordered>tbody>tr:first-child>th,
.websitetabs.view-article .body .item-page>.table-bordered>thead>tr:first-child>td,
.websitetabs.view-article .body .item-page>.table-bordered>thead>tr:first-child>th,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>tbody>tr:first-child>td,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>tbody>tr:first-child>th,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>thead>tr:first-child>td,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>thead>tr:first-child>th,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>thead>tr:first-child>td,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.websitetabs.view-article .body .item-page>.page-exxon .focus table>tbody>tr:last-child>td,
.websitetabs.view-article .body .item-page>.page-exxon .focus table>tbody>tr:last-child>th,
.websitetabs.view-article .body .item-page>.page-exxon .focus table>tfoot>tr:last-child>td,
.websitetabs.view-article .body .item-page>.page-exxon .focus table>tfoot>tr:last-child>th,
.websitetabs.view-article .body .item-page>.table-bordered>tbody>tr:last-child>td,
.websitetabs.view-article .body .item-page>.table-bordered>tbody>tr:last-child>th,
.websitetabs.view-article .body .item-page>.table-bordered>tfoot>tr:last-child>td,
.websitetabs.view-article .body .item-page>.table-bordered>tfoot>tr:last-child>th,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>tbody>tr:last-child>td,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>tbody>tr:last-child>th,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>tfoot>tr:last-child>td,
.websitetabs.view-article .body .item-page>.table-responsive>.page-exxon .focus table>tfoot>tr:last-child>th,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.websitetabs.view-article .body .item-page>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.websitetabs.view-article .body .item-page>.table-responsive {
	border: 0;
	margin-bottom: 0
}

.websitetabs.view-article .body .item-page>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ececec
}

.websitetabs.view-article .body .item-page>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ececec
}

.websitetabs.view-article .body .item-page>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.websitetabs.view-article .body .item-page>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ececec
}

@media (max-width:991px) {
	.websitetabs.view-article .body .item-page {
		margin-top: 20px;
		padding: 20px
	}
}

.websitetabs.view-article .body .item-page .page-header.page-title {
	margin: 12px 0 0;
	border: 0
}

.websitetabs.view-article .body .item-page .page-header.page-title h2 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 500;
	line-height: 1;
	color: #000;
	margin-top: 27px;
	margin-bottom: 13.5px;
	font-size: 38px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0
}

.websitetabs.view-article .body .item-page .page-header.page-title h2 .small,
.websitetabs.view-article .body .item-page .page-header.page-title h2 small {
	font-weight: 400;
	line-height: 1;
	color: #7c7c7c
}

.websitetabs.view-article .body .item-page .page-header.page-title h2 .small,
.websitetabs.view-article .body .item-page .page-header.page-title h2 small {
	font-size: 65%
}

@media (max-width:767px) {
	.websitetabs.view-article .body .item-page .page-header.page-title h2 {
		font-size: 21.75px
	}
}

.websitetabs.view-article .body .item-page .page-header.page-title h2 b,
.websitetabs.view-article .body .item-page .page-header.page-title h2 strong {
	font-weight: 600
}

.websitetabs.view-article .body .item-page .page-header.page-title h2 b sup,
.websitetabs.view-article .body .item-page .page-header.page-title h2 strong sup {
	font-size: 50%;
	font-weight: 400;
	top: -.75em
}

@media (min-width:992px) {
	.websitetabs.view-article .body .item-page .page-header.page-title h2 b,
	.websitetabs.view-article .body .item-page .page-header.page-title h2 strong {
		display: block
	}
}

.websitetabs.view-article .body .item-page .page-header.article-info {
	padding-bottom: 20px
}

.websitetabs.view-article .body .item-page .page-header.article-info dd,
.websitetabs.view-article .body .item-page .page-header.article-info dl,
.websitetabs.view-article .body .item-page .page-header.article-info dt {
	color: #333;
	line-height: 1.4
}

.websitetabs.view-categories .list-article .item .item-date,
.websitetabs.view-category .list-article .item .item-date {
	color: #af0838;
	letter-spacing: 1.5px;
	font-size: 12px;
	margin-bottom: 0
}

.websitetabs.view-categories .list-article .item .item-title,
.websitetabs.view-category .list-article .item .item-title {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px
}

.article-content img {
	display: block;
	max-width: 100%;
	height: auto
}

@media (min-width:768px) {
	.list-article .featured-desc {
		padding-top: 40px
	}
}

@media (min-width:768px) {
	.list-article .spotlight {
		margin-bottom: 0
	}
}

.list-article .spotlight.well .spotlight-content {
	width: 100%
}

.list-article .featured {
	padding-top: 0;
	padding-bottom: 0
}

@media (max-width:767px) {
	.list-article .featured {
		padding-top: 0
	}
}

@media (min-width:768px) {
	.list-article .featured {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

@media (min-width:768px) {
	.list-article .featured .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center
	}
}

.list-article .featured a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 280px;
	color: #82817c;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	background-color: #eee
}

@media (min-width:768px) {
	.list-article .featured a {
		margin: 0
	}
}

.list-article .featured a .well {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 0;
	background-color: rgba(0, 55, 104, 0);
	line-height: 1;
	margin: 0;
	-webkit-transition: background-color 350ms ease;
	-o-transition: background-color 350ms ease;
	transition: background-color 350ms ease
}

.list-article .featured a .well p {
	margin: 0
}

@media (min-width:768px) {
	.list-article .featured a .well p {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	.list-article .featured a .well p.item-date {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%)
	}
}

.list-article .featured a .well p {
	font-weight: 600;
	letter-spacing: 1px
}

.list-article .featured a .well .item-date {
	letter-spacing: 0
}

.list-article .featured a .well h5 {
	font-weight: 700;
	margin: 20px 0;
	position: relative
}

.list-article .featured a .well h5,
.list-article .featured a .well p {
	-webkit-transition: color 350ms ease, -webkit-transform .5s ease, opacity .5s ease;
	-o-transition: color 350ms ease, -o-transform .5s ease, opacity .5s ease;
	transition: color 350ms ease, transform .5s ease, opacity .5s ease;
	text-transform: uppercase
}

.list-article .featured a:hover .well {
	background-color: rgba(0, 55, 104, .8)
}

.list-article .featured a:hover .well h5 {
	color: #fff
}

.list-article .featured a:hover .well p {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	color: #fff
}

.items-striped .item:nth-child(even) {
	background-color: #f0efef
}

.item {
	padding-top: 40px;
	padding-bottom: 40px
}

.item .item-date {
	text-transform: uppercase
}

.item .item-title {
	text-transform: uppercase;
	margin-bottom: 0
}

.link-type {
	float: right;
	height: auto;
	margin-top: 20px
}

@media (max-width:991px) {
	.container-xs-full {
		padding-left: 0;
		padding-right: 0
	}
}

.container-striped {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container-striped:nth-child(even) {
	background-color: #f0efef
}

.services .panel {
	padding: 10px;
	background: rgba(255, 255, 255, .65)
}

.services .panel .panel-footer {
	background: 0 0
}

@media (min-width:992px) {
	.services .bg-kid-lake {
		background: url(../images/services/kid-jumping-into-lake.jpg) no-repeat 0 0;
		-webkit-background-size: contain;
		background-size: contain
	}
}

@media (max-width:1199px) {
	.services .bg-kid-lake {
		background-position: -100px 0
	}
}

.services .bg-chart {
	background-image: url(../images/services/bargraph-bg.png);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	-webkit-background-size: 449px 343px;
	background-size: 449px 343px
}

@media (min-width:992px) {
	.services .bg-chart {
		background-position: -webkit-calc(50% + 260px) 100%;
		background-position: calc(50% + 260px) 100%
	}
}

@media (min-width:1200px) {
	.services .bg-chart {
		background-position: -webkit-calc(50% + 360px) 95%;
		background-position: calc(50% + 360px) 95%
	}
}

@media (max-width:991px) {
	.services .bg-chart {
		background-position: -webkit-calc(50% + 160px) 100%;
		background-position: calc(50% + 160px) 100%;
		padding-bottom: 140px
	}
}

@media (max-width:767px) {
	.services .bg-chart {
		background-position: 50% 100%
	}
}

.page-173 .lower a {
	color: #000;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 1.95;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	white-space: normal;
	color: #af0838;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 24px 0 0;
	margin-right: -24px
}

.page-173 .lower a,
.page-173 .lower a.active,
.page-173 .lower a:active,
.page-173 .lower a[disabled],
fieldset[disabled] .page-173 .lower a {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.page-173 .lower a,
.page-173 .lower a:active,
.page-173 .lower a:focus,
.page-173 .lower a:hover {
	border-color: transparent
}

.page-173 .lower a:focus,
.page-173 .lower a:hover {
	color: #005fb4;
	text-decoration: underline;
	background-color: transparent
}

.page-173 .lower a[disabled]:focus,
.page-173 .lower a[disabled]:hover,
fieldset[disabled] .page-173 .lower a:focus,
fieldset[disabled] .page-173 .lower a:hover {
	color: #7c7c7c;
	text-decoration: none
}

.page-173 .lower a.active.focus,
.page-173 .lower a.active:focus,
.page-173 .lower a.focus,
.page-173 .lower a:active.focus,
.page-173 .lower a:active:focus,
.page-173 .lower a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.page-173 .lower a.focus,
.page-173 .lower a:focus,
.page-173 .lower a:hover {
	color: #333;
	text-decoration: none
}

.page-173 .lower a.active,
.page-173 .lower a:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.page-173 .lower a.disabled,
.page-173 .lower a[disabled],
fieldset[disabled] .page-173 .lower a {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

a.page-173 .lower a.disabled,
fieldset[disabled] a.page-173 .lower a {
	pointer-events: none
}

.page-173 .lower a:after {
	content: '\e250';
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 10px;
	font-size: 10px;
	line-height: 1;
	position: static;
	margin-left: 6px;
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms;
	-webkit-transform: translate(0, 0) rotateX(0);
	transform: translate(0, 0) rotateX(0)
}

.page-173 .lower a:hover:after {
	-webkit-transform: translate(50%, 0) rotateX(359deg);
	transform: translate(50%, 0) rotateX(359deg)
}

@media (max-width:767px) {
	.page-173 .lower a {
		padding-left: 0
	}
}

.page-173 .lower a:before {
	content: '';
	height: 1px;
	position: absolute;
	top: auto;
	right: 20px;
	bottom: 0;
	left: 0;
	background-color: #af0838;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 350ms;
	-o-transition: -o-transform 350ms;
	transition: transform 350ms;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0
}

.page-173 .lower a:after {
	content: '\e258';
	margin-left: 0;
	position: relative
}

.page-173 .lower a:hover {
	color: #af0838
}

.page-173 .lower a:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.page-173 .lower a.active,
.page-173 .lower a:active {
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (max-width:767px) {
	.page-173 .lower {
		padding-bottom: 40px;
		padding-top: 40px
	}
}

.page-173 .mod_articles_category .page-header {
	margin: 0
}

.page-173 .mod_articles_category .item-heading {
	display: inline!important;
	color: #af0838
}

.page-173 .mod_articles_category ul {
	list-style: none;
	padding: 0
}

.page-173 .form-heading h2 {
	margin: 0 0 40px
}

.page-173 .careers-form {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.page-173 .careers-form {
		float: left;
		width: 50%
	}
}

@media (min-width:992px) {
	.page-173 .careers-form {
		float: left;
		width: 41.66666667%
	}
}

.page-173 .mod-141 {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.page-173 .mod-141 {
		float: left;
		width: 50%
	}
}

@media (min-width:992px) {
	.page-173 .mod-141 {
		float: left;
		width: 50%
	}
}

@media (min-width:992px) {
	.page-173 .mod-141 {
		margin-left: 8.33333333%
	}
}

@media (min-width:1200px) {
	.page-173 .mod-141 {
		float: left;
		width: 50%
	}
}

@media (min-width:1200px) {
	.page-173 .mod-141 {
		margin-left: 8.33333333%
	}
}

.websitecompany .contact-category>.section>.category {
	-webkit-transition: -webkit-transform 350ms ease, -webkit-filter 350ms ease, -webkit-transform 350ms ease, filter 350ms ease;
	-o-transition: -o-transform 350ms ease, filter 350ms ease;
	transition: transform 350ms ease, filter 350ms ease
}

.websitecompany.modal-open .modal.in {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}

@media (max-width:767px) {
	.websitecompany.modal-open .modal.in {
		display: block!important
	}
}

.websitecompany.is-open .contact-category>.section>.category {
	-webkit-filter: blur(8px);
	filter: blur(8px);
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	pointer-events: none
}

.websitecompany .modal-backdrop {
	background-color: rgba(0, 55, 104, .9)
}

@media (min-width:768px) {
	.websitecompany .modal-backdrop {
		border-top: 8px solid #012341
	}
}

.websitecompany .modal-backdrop.in {
	opacity: 1
}

@media (max-width:991px) {
	.websitecompany .modal .modal-body {
		padding-bottom: 40px
	}
}

.websitecompany .modal .btn-group {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 15px
}

@media (max-width:991px) {
	.websitecompany .modal .btn-group {
		left: 15px;
		bottom: 15px
	}
	.websitecompany .modal .btn-group .modal-next {
		float: right
	}
}

.websitecompany .modal .btn-group:after {
	display: none
}

.websitecompany .modal .btn-group .btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	background: 0 0
}

.websitecompany .modal .btn-group .btn i {
	font-size: 17px
}

.websitecompany .modal .btn-group .btn span {
	display: inline-block;
	margin-top: 2px;
	font-size: 12px
}

.websitecompany .modal .btn-group .btn:active,
.websitecompany .modal .btn-group .btn:focus,
.websitecompany .modal .btn-group .btn:hover {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline: 0!important
}

.websitecompany .modal .btn-group .btn:after {
	display: none
}

.websitecompany .modal .btn-group .btn.btn-text {
	color: #000;
	-webkit-transition: opacity 350ms ease;
	-o-transition: opacity 350ms ease;
	transition: opacity 350ms ease;
	opacity: .6
}

.websitecompany .modal .btn-group .btn.btn-text:active,
.websitecompany .modal .btn-group .btn.btn-text:focus,
.websitecompany .modal .btn-group .btn.btn-text:hover {
	opacity: 1
}

.websitecompany .modal .item-img {
	width: 100%;
	border-bottom: 3px solid #af0838
}

@media (min-width:768px) {
	.websitecompany .modal {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.websitecompany .modal .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0) scale(2.4);
	transform: translate3d(0, 0, 0) scale(2.4);
	-webkit-transition: -webkit-transform 350ms ease, opacity 350ms ease!important;
	-o-transition: -o-transform 350ms ease, opacity 350ms ease!important;
	transition: transform 350ms ease, opacity 350ms ease!important;
	opacity: 0;
	margin: 0 auto
}

.websitecompany .modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	opacity: 1
}

.websitecompany .modal .close {
	-webkit-transition: opacity 350ms ease;
	-o-transition: opacity 350ms ease;
	transition: opacity 350ms ease;
	opacity: .6;
	text-shadow: none;
	background: 0 0;
	position: absolute;
	right: 15px;
	z-index: 1;
	outline: 0!important
}

.websitecompany .modal .close span {
	height: auto;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 500;
	line-height: 1;
	color: #000;
	margin-top: 27px;
	margin-bottom: 13.5px;
	font-size: 44px;
	text-transform: uppercase;
	font-weight: 200;
	line-height: .6;
	margin-top: 0!important;
	margin-bottom: 0!important;
	overflow: hidden
}

.websitecompany .modal .close span .small,
.websitecompany .modal .close span small {
	font-weight: 400;
	line-height: 1;
	color: #7c7c7c
}

.websitecompany .modal .close span .small,
.websitecompany .modal .close span small {
	font-size: 65%
}

@media (max-width:767px) {
	.websitecompany .modal .close span {
		font-size: 22.44444444px
	}
}

.websitecompany .modal .close span b,
.websitecompany .modal .close span strong {
	font-weight: 600
}

.websitecompany .modal .close span b sup,
.websitecompany .modal .close span strong sup {
	font-size: 50%;
	font-weight: 400;
	top: -.75em
}

@media (min-width:992px) {
	.websitecompany .modal .close span b,
	.websitecompany .modal .close span strong {
		display: block
	}
}

@media (max-width:991px) {
	.websitecompany .modal .close span {
		font-size: 32px
	}
}

.websitecompany .modal .close:active,
.websitecompany .modal .close:focus,
.websitecompany .modal .close:hover {
	opacity: 1;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline: 0!important
}

.websitecompany .modal .modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	color: #012341
}

.websitecompany .list-title {
	margin-bottom: 20px
}

.websitecompany .category {
	padding: 40px 0
}

.websitecompany .category .container-fluid {
	max-width: 2200px;
	padding: 0
}

.websitecompany .category .item {
	position: relative;
	height: 0;
	padding: 0;
	padding-bottom: 50%;
	overflow: hidden
}

@media (min-width:768px) {
	.websitecompany .category .item {
		padding-bottom: 33%
	}
}

@media (min-width:992px) {
	.websitecompany .category .item {
		padding-bottom: 25%
	}
}

@media (min-width:1600px) {
	.websitecompany .category .item {
		width: 16.666666%;
		padding-bottom: 16.6%
	}
}

.websitecompany .category .item button {
	display: block;
	cursor: pointer;
	width: 100%;
	background-color: #303030;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	margin: 0;
	padding: 0
}

.websitecompany .category .item button .item-img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0!important;
	opacity: 1;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: -webkit-transform 350ms ease, opacity 350ms ease;
	-o-transition: -o-transform 350ms ease, opacity 350ms ease;
	transition: transform 350ms ease, opacity 350ms ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.websitecompany .category .item button .item-name {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: rgba(0, 55, 104, .7);
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 350ms ease, opacity 350ms ease;
	-o-transition: -o-transform 350ms ease, opacity 350ms ease;
	transition: transform 350ms ease, opacity 350ms ease;
	opacity: 1
}

.websitecompany .category .item button .item-name h6 {
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	align-self: start;
	text-align: left;
	font-weight: 700;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	margin: 0
}

.websitecompany .category .item button .item-name h6:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	background-color: #af0838;
	width: 80%;
	height: 3px;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	transition: transform .5s ease;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.websitecompany .category .item button .item-name p {
	-webkit-align-self: start;
	-ms-flex-item-align: start;
	align-self: start;
	color: #fff;
	font-size: 11px;
	text-align: left;
	margin: 14px 0 0 0
}

.websitecompany .category .item button:hover .item-img {
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	opacity: .9
}

.websitecompany .category .item button:hover .item-name {
	-webkit-transform: scale(4);
	-ms-transform: scale(4);
	-o-transform: scale(4);
	transform: scale(4);
	opacity: 0
}

.websitecompany .category .item button:hover .item-name h6:after {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0)
}

.websitecompany .item-name {
	font-weight: 600;
	margin: 0
}

.websitecompany .item-name .small {
	color: inherit;
	font-weight: 400;
	text-transform: none
}

.websitecompany .item-position {
	text-transform: uppercase;
	color: #af0838;
	font-weight: 600;
	letter-spacing: .5px
}

.websitecompany .item-image {
	border: 6px solid #fff;
	margin-bottom: 20px
}

.websitecompany .lower {
	text-align: center;
	position: relative;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px
}

@media (max-width:767px) {
	.websitecompany .lower {
		padding-top: 40px;
		padding-bottom: 40px
	}
	.websitecompany .lower [class*=" col-"]:nth-of-type(2),
	.websitecompany .lower [class^=col-]:nth-of-type(2) {
		padding-top: 20px
	}
}

.websitecompany .lower .parallax {
	position: absolute;
	top: -20px;
	right: 0;
	bottom: -150px;
	left: 0;
	margin: auto;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media (min-width:768px) {
	.websitecompany .lower .parallax {
		top: 0;
		right: 0;
		bottom: -150px;
		left: 0
	}
}

.websitecompany .lower .parallax.parallax-sky {
	background-image: url(../images/sky.jpg);
	background-color: #c6e2f3
}

.websitecompany .lower .parallax.parallax-sky-light {
	background-image: url(../images/sky-light.jpg);
	background-color: #cee6f5
}

@media (max-width:991px) {
	.websitecompany .lower {
		padding-top: 40px
	}
}

.websitecompany .lower .page-header {
	border: 0;
	font-size: 25.5px;
	text-transform: none;
	margin: 0
}

.websitecompany .lower .container-md-heights {
	width: 100%
}

@media (min-width:992px) {
	.websitecompany .lower .container-md-heights {
		margin-top: 40px
	}
}

.websitecompany .lower [class*=col-] {
	vertical-align: bottom
}

.websitecompany .lower img {
	max-height: 110px;
	max-width: 100%;
	display: block;
	margin: 0 auto 20px
}

@media (max-width:991px) {
	.websitecompany .lower img {
		padding: 40px 20px 0
	}
}

.page-179 .moduletable {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-left: 0
}

@media (min-width:768px) {
	.page-179 .moduletable {
		float: left;
		width: 50%
	}
}

@media (min-width:992px) {
	.page-179 .moduletable {
		float: left;
		width: 50%
	}
}

@media (max-width:991px) {
	.page-179 .moduletable {
		padding-right: 0
	}
}

@media (min-width:768px) {
	.page-179 .moduletable {
		margin-right: 20px
	}
}

@media (min-width:992px) {
	.page-179 .moduletable {
		margin-right: 80px
	}
}

.page-179 .category-desc,
.page-179 .category-desc .lead {
	color: #000;
	color: #000!important
}

a.page-179 .category-desc .lead:focus,
a.page-179 .category-desc .lead:hover,
a.page-179 .category-desc:focus,
a.page-179 .category-desc:hover {
	color: #001c35
}

.page-179 .category-desc>p strong {
	display: block;
	font-size: 24px;
	text-transform: none;
	margin-bottom: 40px;
	margin-top: 0
}

@media (max-width:991px) {
	.page-179 .category-desc>p strong {
		font-size: 17px
	}
}

.page-179 .list-title h3 {
	font-size: 30px;
	margin-top: 0
}

@media (max-width:1199px) {
	.page-179 .list-title h3 {
		font-size: 22px
	}
}

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

.page-179 .well:after {
	clear: both
}

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

.page-179 .well:after {
	clear: both
}

.page-179 .well [class*=col-] {
	display: block;
	float: left
}

@media (max-width:1199px) {
	.page-179 .well {
		font-size: 12px
	}
}

@media (max-width:991px) {
	.page-179 .well {
		font-size: 14px;
		text-align: center
	}
}

.page-179 .item-image img {
	border: 6px solid #fff;
	display: block;
	-webkit-transition: -webkit-box-shadow 350ms ease;
	-o-transition: box-shadow 350ms ease;
	transition: box-shadow 350ms ease;
	margin: 10px auto
}

.page-179 .item-image img:hover {
	-webkit-box-shadow: 0 0 12px 1px rgba(85, 85, 85, .1);
	box-shadow: 0 0 12px 1px rgba(85, 85, 85, .1)
}

@media (min-width:992px) {
	.employers .bg-woman-working {
		background-image: url(../images/employers/woman-working.png);
		background-repeat: no-repeat;
		background-position: 90% 0;
		-webkit-background-size: contain;
		background-size: contain
	}
}

@media (max-width:1199px) {
	.employers .bg-woman-working {
		background-position: 100% 0
	}
}

.employers .bg-desk {
	background-image: url(../images/employers/desk-contents.jpg);
	background-repeat: no-repeat
}

@media (min-width:992px) {
	.employers .bg-desk {
		background-repeat: no-repeat;
		background-position: -350px 0;
		-webkit-background-size: contain;
		background-size: contain
	}
}

@media (max-width:1199px) {
	.employers .bg-desk {
		background-position: -450px 0
	}
}

@media (max-width:991px) {
	.employers .bg-desk {
		opacity: .2;
		background-position: 50% 50%;
		-webkit-background-size: cover;
		background-size: cover
	}
}

.page-exxon .focus {
	text-align: center
}

.page-exxon .focus table {
	margin-bottom: 0
}

.page-exxon .focus table td,
.page-exxon .focus table th {
	text-align: center;
	white-space: nowrap
}

.page-exxon .focus .table-responsive {
	margin: 40px auto
}

.moduletable.form-exxon {
	background: #f4f4f4;
	padding: 40px
}

.moduletable.form-exxon .form-exxon {
	margin-left: -15px;
	margin-right: -15px
}

.moduletable.form-exxon form {
	float: left;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:992px) {
	.moduletable.form-exxon form {
		float: left;
		width: 50%
	}
}

@media (min-width:992px) {
	.moduletable.form-exxon form {
		margin-left: 25%
	}
}

.com-users .form-validate {
	margin-bottom: 20px
}

.com-users .focus .nav-stacked>li>a {
	padding: 0
}

.com-users .focus .nav-stacked>li>a:focus,
.com-users .focus .nav-stacked>li>a:hover {
	background: 0 0
}

html.is-full {
	background-image: -webkit-radial-gradient(circle, #fff, #eee);
	background-image: -o-radial-gradient(circle, #fff, #eee);
	background-image: radial-gradient(circle, #fff, #eee);
	background-repeat: no-repeat;
	overflow-x: hidden!important
}

html.is-full>.questionnaire {
	overflow: hidden;
	padding-top: 0!important;
	background-image: url(/uploads/images/logo-faded.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: 40% 40%;
	background-size: 40% 40%;
	line-height: 1.2
}

html.is-full>.questionnaire .wrapper {
	-webkit-animation-name: fade;
	-o-animation-name: fade;
	animation-name: fade;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-delay: 950ms;
	-o-animation-delay: 950ms;
	animation-delay: 950ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	background-color: #fff
}

html.is-full>.questionnaire .site-header {
	display: none
}

html.is-full>.questionnaire .backtotop {
	display: none
}

html.is-full>.questionnaire .col-main>.focus>.content>.container {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow-x: hidden
}

html.is-full>.questionnaire .rsformProgress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10
}

html.is-full>.questionnaire .rsformProgress>div>p {
	position: fixed;
	font-size: 14px;
	top: 34px;
	right: 15px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0
}

html.is-full>.questionnaire .rsformProgress>div>p em {
	font-style: normal!important
}

@media (max-width:767px) {
	html.is-full>.questionnaire .rsformProgress>div>p {
		font-size: 12px;
		top: 40px;
		left: 15px;
		right: auto
	}
}

html.is-full>.questionnaire .rsformProgress>div>p b {
	color: #af0838
}

html.is-full>.questionnaire .rsformProgress .rsformProgressContainer {
	height: 6px;
	border: 0;
	background-color: #012341
}

html.is-full>.questionnaire .rsformProgress .rsformProgressContainer .rsformProgressBar {
	width: 0;
	background-color: #af0838;
	height: 100%;
	-webkit-animation-name: scale-x;
	-o-animation-name: scale-x;
	animation-name: scale-x;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

html.is-full>.questionnaire .rsform .formContainer {
	position: fixed!important;
	top: 0!important;
	left: 0!important;
	right: 0!important;
	bottom: 0!important;
	margin: auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

html.is-full>.questionnaire .rsform .formContainer .row {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 950px;
	-webkit-transition: opacity 350ms ease;
	-o-transition: opacity 350ms ease;
	transition: opacity 350ms ease;
	padding-left: 0;
	padding-right: 0
}

@media (min-width:768px) {
	html.is-full>.questionnaire .rsform .formContainer .row {
		width: 100%
	}
}

@media (min-width:992px) {
	html.is-full>.questionnaire .rsform .formContainer .row {
		width: 970px
	}
}

@media (min-width:1200px) {
	html.is-full>.questionnaire .rsform .formContainer .row {
		width: 1170px
	}
}

html.is-full>.questionnaire .rsform .formContainer .row>.navbar-collapse,
html.is-full>.questionnaire .rsform .formContainer .row>.navbar-header {
	margin-right: -10px;
	margin-left: -10px
}

@media (min-width:767px) {
	html.is-full>.questionnaire .rsform .formContainer .row>.navbar-collapse,
	html.is-full>.questionnaire .rsform .formContainer .row>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

html.is-full>.questionnaire .rsform .formContainer .row:first-child {
	padding-top: 150px
}

@media (min-width:768px) {
	html.is-full>.questionnaire .rsform .formContainer .row:first-child {
		padding-top: 150px
	}
}

html.is-full>.questionnaire .rsform .formContainer .row:last-child {
	padding-bottom: 40px
}

html.is-full>.questionnaire .rsform .formContainer .row .control-label {
	-webkit-transition: opacity 750ms ease, -webkit-transform .5s ease-out;
	-o-transition: opacity 750ms ease, -o-transform .5s ease-out;
	transition: opacity 750ms ease, transform .5s ease-out
}

html.is-full>.questionnaire .rsform .formContainer .row .formControls {
	-webkit-transition: opacity 750ms ease 350ms, -webkit-transform .5s ease-out 350ms;
	-o-transition: opacity 750ms ease 350ms, -o-transform .5s ease-out 350ms;
	transition: opacity 750ms ease 350ms, transform .5s ease-out 350ms;
	-webkit-perspective: 1200px;
	perspective: 1200px
}

html.is-full>.questionnaire .rsform .formContainer .row .formControls.btn-group {
	-webkit-transition-delay: 750ms;
	-o-transition-delay: 750ms;
	transition-delay: 750ms
}

html.is-full>.questionnaire .rsform .formContainer .row .formControls>.radio {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background: rgba(255, 255, 255, .2)
}

html.is-full>.questionnaire .rsform .formContainer .row .formControls>.radio:nth-child(1) {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}

html.is-full>.questionnaire .rsform .formContainer .row .formControls>.radio:nth-child(2) {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}

html.is-full>.questionnaire .rsform .formContainer .row .formControls>.radio:nth-child(3) {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s
}

html.is-full>.questionnaire .rsform .formContainer .row .formControls>.radio:nth-child(4) {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s
}

html.is-full>.questionnaire .rsform .formContainer .row .formControls>.radio:nth-child(5) {
	-webkit-transition-delay: .9s;
	-o-transition-delay: .9s;
	transition-delay: .9s
}

html.is-full>.questionnaire .rsform .formContainer .row .formControls>.radio:nth-child(6) {
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s
}

html.is-full>.questionnaire .rsform .formContainer .row .formControls>.radio:nth-child(7) {
	-webkit-transition-delay: 1.1s;
	-o-transition-delay: 1.1s;
	transition-delay: 1.1s
}

html.is-full>.questionnaire .rsform .formContainer .row .formControls>.radio:nth-child(8) {
	-webkit-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s
}

html.is-full>.questionnaire .rsform .formContainer .row .formControls>.radio:nth-child(9) {
	-webkit-transition-delay: 1.3s;
	-o-transition-delay: 1.3s;
	transition-delay: 1.3s
}

html.is-full>.questionnaire .rsform .formContainer .row .formControls>.radio:nth-child(odd) {
	background: rgba(255, 255, 255, .3)
}

html.is-full>.questionnaire .rsform .formContainer .row .formControls>.radio:active,
html.is-full>.questionnaire .rsform .formContainer .row .formControls>.radio:focus,
html.is-full>.questionnaire .rsform .formContainer .row .formControls>.radio:hover {
	background: rgba(255, 255, 255, .8);
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

html.is-full>.questionnaire .rsform .formContainer.formHidden {
	pointer-events: none;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}

html.is-full>.questionnaire .rsform .formContainer.formHidden .control-label {
	opacity: 0;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition-duration: 350ms;
	-o-transition-duration: 350ms;
	transition-duration: 350ms;
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0
}

html.is-full>.questionnaire .rsform .formContainer.formHidden .formControls {
	opacity: 0;
	-webkit-transition-duration: 350ms;
	-o-transition-duration: 350ms;
	transition-duration: 350ms;
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0
}

html.is-full>.questionnaire .rsform .formContainer.formHidden .formControls>.radio {
	-webkit-transition: opacity 350ms ease!important;
	-o-transition: opacity 350ms ease!important;
	transition: opacity 350ms ease!important;
	opacity: 0;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg)
}

html.is-full>.questionnaire .rsform #rsform_11_page_10 .row:first-child {
	padding-top: 150px
}

@media (min-width:768px) {
	html.is-full>.questionnaire .rsform #rsform_11_page_10 .row:first-child {
		padding-top: 40px
	}
}

html.is-full>.questionnaire .rsform #rsform_11_page_10 .row:last-child {
	padding-bottom: 40px
}

html.is-full>.questionnaire .rsform-block-email .control-label {
	opacity: 0
}

html.is-full>.questionnaire form>h2 {
	color: #fff;
	background-color: #000;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	font-size: 18px;
	margin: 0;
	padding: 24px 15px 20px 15px
}

@media (max-width:767px) {
	html.is-full>.questionnaire form>h2 {
		padding-bottom: 32px
	}
}

html.is-full>.questionnaire form .btn:after,
html.is-full>.questionnaire form [class*=btn]:after,
html.is-full>.questionnaire form [class^=btn-]:after {
	display: none
}

html.is-full>.questionnaire form .btn {
	font-weight: 700;
	letter-spacing: 1px;
	-webkit-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease
}

html.is-full>.questionnaire form .btn.btn-success,
html.is-full>.questionnaire form .btn.btn-warning {
	color: #af0838;
	background-color: transparent;
	border-color: #af0838;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline: 0!important
}

html.is-full>.questionnaire form .btn.btn-success:active,
html.is-full>.questionnaire form .btn.btn-success:focus,
html.is-full>.questionnaire form .btn.btn-success:hover,
html.is-full>.questionnaire form .btn.btn-warning:active,
html.is-full>.questionnaire form .btn.btn-warning:focus,
html.is-full>.questionnaire form .btn.btn-warning:hover {
	color: #fff;
	background-color: #af0838;
	border-color: #af0838
}

html.is-full>.questionnaire form .btn-group {
	margin-top: 20px
}

html.is-full>.questionnaire form .btn-group .btn.btn-warning {
	color: #7c7c7c;
	border-color: #7c7c7c;
	margin-right: 10px
}

html.is-full>.questionnaire form .btn-group .btn.btn-warning:active,
html.is-full>.questionnaire form .btn-group .btn.btn-warning:focus,
html.is-full>.questionnaire form .btn-group .btn.btn-warning:hover {
	color: #fff;
	background-color: #af0838;
	border-color: #af0838
}

html.is-full>.questionnaire form label {
	font-size: 2rem;
	color: #000
}

html.is-full>.questionnaire form div[id*=rsform_error] {
	padding: 15px;
	margin-bottom: 27px;
	border: 1px solid transparent;
	border-radius: 0;
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
	z-index: 9;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 0
}

html.is-full>.questionnaire form div[id*=rsform_error] h4 {
	margin-top: 0;
	color: inherit
}

html.is-full>.questionnaire form div[id*=rsform_error] .alert-link {
	font-weight: 700
}

html.is-full>.questionnaire form div[id*=rsform_error]>p,
html.is-full>.questionnaire form div[id*=rsform_error]>ul {
	margin-bottom: 0
}

html.is-full>.questionnaire form div[id*=rsform_error]>p+p {
	margin-top: 5px
}

html.is-full>.questionnaire form div[id*=rsform_error] hr {
	border-top-color: #e4b9c0
}

html.is-full>.questionnaire form div[id*=rsform_error] .alert-link {
	color: #843534
}

html.is-full>.questionnaire form div[id*=rsform_error] p {
	width: 950px;
	margin: 0 auto
}

html.is-full>.questionnaire .formControls>.radio {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0
}

html.is-full>.questionnaire .formControls>.radio label.radio {
	color: #012341;
	font-size: 1.7rem;
	line-height: 1.4;
	font-weight: 300;
	margin: 0;
	padding: 16px 10px 16px 40px;
	border: 1px solid rgba(0, 55, 104, .4);
	-webkit-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease
}

html.is-full>.questionnaire .formControls>.radio label.radio:active,
html.is-full>.questionnaire .formControls>.radio label.radio:focus,
html.is-full>.questionnaire .formControls>.radio label.radio:hover {
	border: 1px solid #000
}

@media (min-width:768px) {
	html.is-full>.questionnaire .formControls>.radio label.radio {
		padding-left: 50px
	}
	html.is-full>.questionnaire .formControls>.radio label.radio input {
		margin-left: -30px
	}
}

html.is-full>.questionnaire .form-control,
html.is-full>.questionnaire .form-validate input[type=email],
html.is-full>.questionnaire .form-validate input[type=password],
html.is-full>.questionnaire .form-validate input[type=text],
html.is-full>.questionnaire .form-validate select,
html.is-full>.questionnaire .form-validate textarea,
html.is-full>.questionnaire .rsform form input[type=text],
html.is-full>.questionnaire .rsform form select,
html.is-full>.questionnaire .rsform form textarea {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #d5d5d5;
	background-color: transparent;
	font-size: 18px;
	font-weight: 200;
	-webkit-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
	padding: 10px;
	margin-left: -10px;
	height: auto;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline: 0!important
}

html.is-full>.questionnaire .form-control:active,
html.is-full>.questionnaire .form-control:focus,
html.is-full>.questionnaire .form-control:hover,
html.is-full>.questionnaire .form-validate input[type=email]:active,
html.is-full>.questionnaire .form-validate input[type=email]:focus,
html.is-full>.questionnaire .form-validate input[type=email]:hover,
html.is-full>.questionnaire .form-validate input[type=password]:active,
html.is-full>.questionnaire .form-validate input[type=password]:focus,
html.is-full>.questionnaire .form-validate input[type=password]:hover,
html.is-full>.questionnaire .form-validate input[type=text]:active,
html.is-full>.questionnaire .form-validate input[type=text]:focus,
html.is-full>.questionnaire .form-validate input[type=text]:hover,
html.is-full>.questionnaire .form-validate select:active,
html.is-full>.questionnaire .form-validate select:focus,
html.is-full>.questionnaire .form-validate select:hover,
html.is-full>.questionnaire .form-validate textarea:active,
html.is-full>.questionnaire .form-validate textarea:focus,
html.is-full>.questionnaire .form-validate textarea:hover,
html.is-full>.questionnaire .rsform form input[type=text]:active,
html.is-full>.questionnaire .rsform form input[type=text]:focus,
html.is-full>.questionnaire .rsform form input[type=text]:hover,
html.is-full>.questionnaire .rsform form select:active,
html.is-full>.questionnaire .rsform form select:focus,
html.is-full>.questionnaire .rsform form select:hover,
html.is-full>.questionnaire .rsform form textarea:active,
html.is-full>.questionnaire .rsform form textarea:focus,
html.is-full>.questionnaire .rsform form textarea:hover {
	border-bottom: 1px solid #000
}

html.is-full>.questionnaire .help-block {
	display: none
}

html.is-full>.questionnaire .rsform-block-total .control-label {
	display: block;
	text-transform: uppercase;
	color: #000;
	font-size: 30px;
	margin: 0;
	text-align: center
}

html.is-full>.questionnaire .rsform-block-total .formControls input {
	font-size: 80px;
	color: #af0838;
	text-align: center;
	margin: 0
}

html.is-full>.questionnaire .rsform-block-submit .btn-warning,
html.is-full>.questionnaire .rsform-block-submit-answers .btn-warning {
	display: none
}

html.is-full>.questionnaire .rsform-block-submit .btn-primary,
html.is-full>.questionnaire .rsform-block-submit-answers .btn-primary {
	display: inline-block
}

html.is-full>.questionnaire.inverse {
	color: #fff
}

html.is-full>.questionnaire.inverse h4 {
	color: #fff
}

html.is-full>.questionnaire.inverse .wrapper {
	background-color: #012341
}

html.is-full>.questionnaire.inverse .wrapper form label {
	font-weight: 400;
	color: #fff
}

html.is-full>.questionnaire.inverse .wrapper form .formControls>.radio label.radio {
	color: #fff;
	padding-top: 12px;
	padding-bottom: 12px
}

html.is-full>.questionnaire.inverse .wrapper form .formControls>.radio label.radio:active,
html.is-full>.questionnaire.inverse .wrapper form .formControls>.radio label.radio:focus,
html.is-full>.questionnaire.inverse .wrapper form .formControls>.radio label.radio:hover {
	color: #012341
}

html.is-full>.questionnaire.inverse .wrapper .rsform .form-control,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=email],
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=password],
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=text],
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate select,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate textarea,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form input[type=text],
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form select,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form textarea {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #f2f2f2;
	background-color: transparent;
	font-size: 18px;
	font-weight: 200;
	-webkit-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
	padding: 10px;
	margin-left: -10px;
	height: auto;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	outline: 0!important
}

html.is-full>.questionnaire.inverse .wrapper .rsform .form-control:active,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-control:focus,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-control:hover,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=email]:active,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=email]:focus,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=email]:hover,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=password]:active,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=password]:focus,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=password]:hover,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=text]:active,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=text]:focus,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=text]:hover,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate select:active,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate select:focus,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate select:hover,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate textarea:active,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate textarea:focus,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate textarea:hover,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form input[type=text]:active,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form input[type=text]:focus,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form input[type=text]:hover,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form select:active,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form select:focus,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form select:hover,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form textarea:active,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form textarea:focus,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form textarea:hover {
	color: #fff;
	border-bottom: 1px solid #fff
}

html.is-full>.questionnaire.inverse .wrapper .rsform .form-control::-webkit-input-placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=email]::-webkit-input-placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=password]::-webkit-input-placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=text]::-webkit-input-placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate select::-webkit-input-placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate textarea::-webkit-input-placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form input[type=text]::-webkit-input-placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form select::-webkit-input-placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form textarea::-webkit-input-placeholder {
	color: #f2f2f2
}

html.is-full>.questionnaire.inverse .wrapper .rsform .form-control::-moz-placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=email]::-moz-placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=password]::-moz-placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=text]::-moz-placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate select::-moz-placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate textarea::-moz-placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form input[type=text]::-moz-placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form select::-moz-placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form textarea::-moz-placeholder {
	color: #f2f2f2
}

html.is-full>.questionnaire.inverse .wrapper .rsform .form-control::placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=email]::placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=password]::placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate input[type=text]::placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate select::placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .form-validate textarea::placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form input[type=text]::placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form select::placeholder,
html.is-full>.questionnaire.inverse .wrapper .rsform .rsform form textarea::placeholder {
	color: #f2f2f2
}

html.is-full>.questionnaire.inverse .wrapper .rsform .formContainer .row .formControls>.radio:nth-child(1) {
	background: rgba(255, 255, 255, .1)
}

html.is-full>.questionnaire.inverse .wrapper .rsform .formContainer .row .formControls>.radio:nth-child(2) {
	background: rgba(255, 255, 255, .15)
}

html.is-full>.questionnaire.inverse .wrapper .rsform .formContainer .row .formControls>.radio:nth-child(3) {
	background: rgba(255, 255, 255, .2)
}

html.is-full>.questionnaire.inverse .wrapper .rsform .formContainer .row .formControls>.radio:nth-child(4) {
	background: rgba(255, 255, 255, .25)
}

html.is-full>.questionnaire.inverse .wrapper .rsform .formContainer .row .formControls>.radio:nth-child(5) {
	background: rgba(255, 255, 255, .3)
}

html.is-full>.questionnaire.inverse .wrapper .rsform .formContainer .row .formControls>.radio:nth-child(6) {
	background: rgba(255, 255, 255, .35)
}

html.is-full>.questionnaire.inverse .wrapper .rsform .formContainer .row .formControls>.radio:nth-child(7) {
	background: rgba(255, 255, 255, .4)
}

html.is-full>.questionnaire.inverse .wrapper .rsform .formContainer .row .formControls>.radio:nth-child(8) {
	background: rgba(255, 255, 255, .45)
}

html.is-full>.questionnaire.inverse .wrapper .rsform .formContainer .row .formControls>.radio:nth-child(9) {
	background: rgba(255, 255, 255, .5)
}

html.is-full>.questionnaire.inverse .wrapper .rsform .formContainer .row .formControls>.radio:active,
html.is-full>.questionnaire.inverse .wrapper .rsform .formContainer .row .formControls>.radio:focus,
html.is-full>.questionnaire.inverse .wrapper .rsform .formContainer .row .formControls>.radio:hover {
	background: rgba(255, 255, 255, .8);
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

button#q11Next {
	display: none!important
}

a.red {
	white-space: normal!important;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 10px 30px;
	font-size: 12px;
	line-height: 1.95;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
	color: #fff;
	background-color: #af0838;
	border-color: #af0838;
	font-weight: 700!important;
	letter-spacing: 1px;
	-webkit-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease;
	margin: 0 auto;
	line-height: 1.2
}

@media (min-width:768px) {
	a.red {
		width: 50%!important
	}
}

a.red:hover {
	background-color: #cc0941
}

a.red::after {
	content: ""!important
}

@media (min-width:1200px) {
	line#mu1,
	line#mu2 {
		stroke-width: 2px
	}
}

@media (min-width:768px) and (max-width:979px) {
	line#mu1,
	line#mu2 {
		stroke-width: 2px
	}
}

@media (max-width:767px) {
	line#mu1,
	line#mu2 {
		stroke-width: 1px
	}
}

@media (max-width:480px) {
	line#mu1,
	line#mu2 {
		stroke-width: 1px
	}
}

.tooltip_overlap {
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	background-color: #000
}

#viz {
	border-radius: 10px;
	padding: 0;
	width: 100%;
	margin: 0 auto
}

.axis {
	font: 10px sans-serif
}

.axis path {
	fill: none;
	stroke: #6aceeb;
	shape-rendering: crispEdges;
	stroke-width: 4px;
	display: none
}

.x.axis path {
	stroke: #000;
	stroke-width: 1px;
	display: block
}

.axis line {
	fill: red;
	stroke: #000;
	stroke-width: 1px;
	opacity: .5
}

.line-cut {
	fill: #fff;
	stroke: #fff;
	opacity: .8;
	stroke-width: 2px
}

.tick line,
.tick text {
	display: none
}

.beta_line {
	stroke: #000;
	stroke-width: 2px
}

path#dist1 {
	fill: none;
	stroke: #6aceeb;
	stroke-width: 0
}

path#dist2 {
	stroke: #000;
	stroke-width: 1px;
	fill: #bfccd9
}

path#dist2.h0 {
	fill: #c0392b
}

line#mu1 {
	fill: none;
	stroke: none;
	stroke-dasharray: 2, 2
}

line#mu2 {
	fill: none;
	stroke: #fff;
	stroke-dasharray: 2, 2
}

line#mu_connect {
	fill: none;
	stroke: #000;
	stroke-width: 2px
}

line#z_crit {
	fill: none;
	stroke: #000;
	stroke-width: 2px
}

.poly {
	stroke: #000;
	fill: #000
}

#beta {
	fill: #30394f;
	stroke: #30394f
}

li.list-group-item {
	border: 0
}

@media (max-width:992px) {
	.donuts {
		font-size: 12px
	}
	svg .perc {
		font-size: 14px;
		font-family: museo_slab500;
		fill: #3498db
	}
}

@media (min-width:993px) {
	svg .perc {
		font-family: museo_slab500;
		fill: #3498db;
		font-size: 25px
	}
}

.donuts svg {
	display: block;
	margin: 0 auto
}

p.donuts {
	text-align: center;
	font-weight: 700
}

div#beta_donut svg .perc {
	fill: #30394f
}

div#alpha_donut svg .perc {
	fill: #c0392b
}

div#power_donut svg .perc {
	fill: #3498db
}

div#n_donut svg .perc {
	fill: #16a085
}

.interpret {
	background-color: #16a085;
	color: #fff;
	border-radius: 6px;
	padding: 14px
}

div#accordion {
	color: #000
}

.cohen_float {
	font-family: museo_slab500;
	font-size: 20px
}

.rsformProgress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10
}

.rsformProgress {
	text-align: center;
	font-size: 14px
}

.rsformProgress .rsformProgressContainer .rsformProgressBar {
	width: 0;
	background-color: #af0838;
	height: 100%;
	-webkit-animation-name: scale-x;
	-o-animation-name: scale-x;
	animation-name: scale-x;
	-webkit-animation-duration: 750ms;
	-o-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: ease;
	-o-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.rsformProgress .rsformProgressContainer {
	height: 6px;
	border: 0;
	background-color: #012341
}

.rsformProgressContainer {
	width: 100%;
	height: 4px;
	border: solid 1px #c7c7c7;
	overflow: hidden;
	margin: 0 0 10px!important;
	background: #fff
}

h2.result-header {
	color: #fff;
	background-color: #000;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	font-size: 18px;
	margin: 0;
	padding: 24px 15px 20px 15px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400
}

@media (max-width:767px) {
	h2.result-header {
		font-size: 15px;
		padding-bottom: 32px
	}
}

.table-graph {
	font-family: "Open Sans", Arial, sans-serif;
	border: 0;
	width: 100%;
	margin: 0 auto;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	display: table
}

.title-row {
	background-color: #f0efef
}

.table-title {
	text-align: center;
	background: #000;
	color: #f0efef;
	padding: 15px 0;
	font-size: 14px;
	font-weight: 700
}

.table-graph th {
	font-weight: 700;
	color: #6d6d6d;
	text-align: left
}

.table-graph .table-row td,
.table-graph .table-row th {
	padding: 10px;
	border: 1px solid #d3d3d3
}

.table-graph .table-row td {
	color: #000;
	vertical-align: middle
}

.table-graph .table-row.current td {
	background: #af0838;
	color: #fff
}

.table-graph .table-row .table-history {
	font-size: 10px;
	padding: 0 15px
}

.table-graph-curve tr.border {
	border: 1px solid #d3d3d3
}

.table-graph-curve tr.border td {
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3
}

.table-graph-curve td.current {
	background-color: #2d4f6d;
	color: #fff;
	font-weight: 700
}

.table-graph-curve .title {
	font-weight: 700;
	color: #000
}

.rsform-thankyou-button {
	width: 300px;
	margin: 0 auto;
	display: block;
	margin-top: 30px
}

.score {
	font-size: 42px;
	color: #af0838;
	text-align: center;
	margin-top: 100px;
	padding: 0;
	width: 100%;
	display: block
}

.container-graph {
	max-width: 1024px;
	padding: 0 30px
}

@media (min-width:640px) and (max-width:1023px) {
	.container-graph {
		width: 100%;
		margin: 0 auto
	}
	.table-graph-curve {
		width: 100%;
		font-size: 12px;
		font-family: "Open Sans", Arial, sans-serif;
		color: #000;
		margin: 0 auto 5%;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		display: table
	}
	.table-graph-curve td {
		padding: 5px
	}
	.table-graph .table-row td {
		font-size: 10px
	}
	.table-graph th {
		font-size: 10px
	}
	.graph-history {
		font-size: 9px;
		width: 100%;
		display: table;
		margin: 0 auto 20px auto;
		line-height: 1
	}
}

@media (max-width:1023px) {
	.table-graph-curve {
		width: 100%;
		font-size: 12px;
		font-family: "Open Sans", Arial, sans-serif;
		color: #000;
		margin: 0 auto 5%;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		display: table
	}
	.table-graph-curve td {
		padding: 5px
	}
	.table-graph .table-row td {
		font-size: 10px
	}
	.table-graph th {
		font-size: 10px
	}
	.graph-history {
		font-size: 9px;
		width: 100%;
		display: table;
		margin: 0 auto 20px auto;
		line-height: 1
	}
}

@media (max-width:1023px) and (orientation:landscape) {
	.table-graph,
	.table-graph-curve {
		display: table
	}
	.table-graph .table-row td {
		font-size: 10px
	}
	.graph-history {
		font-size: 9px;
		width: 100%;
		display: table;
		margin: 0 auto 20px auto;
		line-height: 1
	}
}

@media (min-width:1024px) {
	.score {
		font-size: 70px
	}
	.container-graph {
		width: 100%;
		margin: 0 auto
	}
	.table-graph-curve td {
		padding: 10px
	}
	.table-graph-curve {
		width: 100%;
		font-size: 14px;
		font-family: "Open Sans", Arial, sans-serif;
		color: #000;
		margin: 0 auto 5%;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		display: table
	}
	.table-graph .table-row td {
		font-size: 14px
	}
	.table-graph th {
		font-size: 12px
	}
	.graph-history {
		font-size: 12px;
		display: table;
		margin: 0 auto 20px auto;
		line-height: 1
	}
	td.first-col {
		padding: 10px 32px
	}
	td.last-col {
		padding: 10px 43px
	}
}

.table-history {
	font-size: 12px;
	line-height: 1.2;
	color: #000;
	margin: 0
}

.table-history-button {
	text-align: center;
	margin-top: 30px
}

.services.moving-to-usa .section.bg-sky-blue .col-lg-6 .panel {
	display: none;
}

.services.moving-to-usa .section .parallax.parallax-sky {
	background-image: url(../images/services/moving.jpg);
	background-size: cover;
	background-position: 80% 50%;
	background-repeat: no-repeat;
}

.services.moving-to-usa .bg-chart {
	background-image: url(../images/services/planning.jpg);
	background-size: auto;
	background-position: 50% 50%;
	background-color: #ededed;
	background-repeat: no-repeat;
	bottom: -150px !important;
}

.services.moving-to-usa #section-4.section .parallax.parallax-sky {
	background-image: url(../images/services/enjoying.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-color: #a9b2bf !important;
	background-repeat: no-repeat;
}

.services.moving-to-usa .bg-sky-blue {
	background-color: #a9b2bf !important;
}

.services.moving-to-usa .bg-kid-lake {
	background-image: url(../images/services/financial.jpg);
	background-size: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.moving-to-usa .spotlight .spotlight-image {
	background-size: cover;
	background-position: 80% 50%;
	background-repeat: no-repeat;
}

.moving-to-usa .spotlight .spotlight-content .table {
	width: 60% !important;
}

.moving-to-usa .section:first-child .container:last-child {
	display: none;
}

@media (max-width: 993px) {
	.services.moving-to-usa .section .parallax.parallax-sky {
		background-position: 48% 50%;
	}
	.services.moving-to-usa .bg-kid-lake {
		background: #fff;
	}
	.services.moving-to-usa .bg-chart {
		background-position: 60% 50%;
		bottom: -300px !important;
	}
}

@media (max-width: 767px) {
	.services.moving-to-usa .section .parallax.parallax-sky {
		background-position: 0 50%;
	}
	.services.moving-to-usa br {
		display: none;
	}
	.services.moving-to-usa .bg-chart {
		background-position: 0 50%;
	}
}

@media (min-width: 768px) {
	.services.moving-to-usa .section .parallax {
		bottom: -150px;
	}
	.services.moving-to-usa .section {
		padding-top: 150px !important;
		padding-bottom: 150px !important;
	}
}

.l-title {
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
}

.mt50 {
	margin-top: 50px;
}

.mt40 {
	margin-top: 40px;
}

.mt40 {
	margin-top: 30px;
}

.websitelocations .rsform form button.submit {
  width: 100%;
  display: inline-block;
  margin: 0 !important;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  white-space: nowrap;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.95;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  background-color: #af0838;
  border-color: #af0838
}

.websitelocations .rsform form button.submit:hover, .websitelocations .rsform form button.submit:active {
	background-color: #cc3142
}

.contact_cta .js-app-nav {
	display: none !important;
}

.the_cta a.cta_button {
	color: #fff;
}

@media only screen and (max-width:767px) {
	.the_cta a.cta_button {
		margin-top: 70px !important;
		margin-bottom: 40px !important;
	}
}

@media only screen and (min-width:768px) {
	.the_cta a.cta_button {
		margin-top: 70px !important;
		margin-bottom: 40px !important;
	}
}

.websitecompany .modal .cta_modal_button {
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	background-color: #012341;
	color: #fff;
	border: none;
	-webkit-animation-name: fade;
	-o-animation-name: fade;
	animation-name: fade;
	-webkit-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

.websitecompany .modal .cta_modal_button:hover, .websitecompany .modal .cta_modal_button:active {
	background-color: #af0838;
	color: #fff;
}

.websitecompany .modal .contact_detail {
	padding-left: 10px;
}

.websitecompany .modal .contact_detail i:before {
	margin-right: 8px;
	vertical-align: middle;
}

.capitalized {
	text-transform: initial;
}

.allcaps {
	text-transform: uppercase;
}

.color_blue {
	color: #012341 !important;
}

.color_white {
	color: #fff !important;
}

.color_yellow {
	color: rgb(248,210,98);
}

.w800 {
	font-weight: 800;
}

.w600 {
	font-weight: 600;
}

.w400 {
	font-weight: 400;
}

.w200 {
	font-weight: 200;
}

.aligned_bottom {
	display: flex;
	vertical-align: text-bottom;
}

.overlay_grey {
	background-color: rgba(100,100,100,.3);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.overlay_darker_grey {
	background-color: rgba(0,0,0,.3);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.overlay_more_darker_grey {
	background-color: rgba(0,0,0,.6);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.overlay_white {
	background-color: rgba(255,255,255,.30);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.divider_container {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.small_separator {
	width: 15%;
	margin: 0 auto;
	border-top: 2px solid #fff;
}

.lineheight13 {
	line-height: 1.3;
}

.text_shadow {
	text-shadow: 2px 2px 5px rgba(51,51,51,.4);
}

.spotlight .h6, h6 {
  font-size: 18px;
}

@media only screen and (max-width:991px) {
	.services_detail {
		padding: 30px;
	}
}

@media only screen and (min-width:992px) {
	.services_detail {
		padding: 30px 0;
	}
}

.services_detail .services_detail_image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.services_detail .services_detail_description .services_h4_with_logo {
	position: relative;
	border-bottom: 1px solid #000;
	margin-left: 50px;
	margin-top: 0;
	padding-bottom: .4em;
	font-weight: 600;
	text-align: left;
}

.services_detail .services_detail_description .services_h4_with_logo span {
	width: 40px;
	height: 40px;
	margin-right: 8px;
	display: inline-block;
	background-image: url(../images/logo_round.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: -50px;
}

.services_detail .services_detail_description p.list_item {
	font-size: 17px;
	font-weight: 600;
	line-height: 27px;
	color: #000;
	margin-left: 30px;
	margin-bottom: 20px;
}

.services_detail .services_detail_description p.list_item i {
	font-family: "FontAwesome1", FontAwesomePro, FontAwesome, FontAwesomeLight FontAwesomeRegular !important;
	font-style: normal;
	text-rendering: auto;
	font-size: 25px;
	position: absolute;
	left: 10px;
}

@media only screen and (max-width:991px) {
	.services_detail > .row {
		display: flex;
		flex-wrap: wrap;
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: auto;
		min-width: 0;
		min-height: 0;
		justify-content: flex-start;
		align-items: stretch;
		align-content: stretch;
	}
	.services_detail > .row > :nth-child(n) {
		flex-basis: calc(100% - 2rem);
	}
	.services_detail .services_detail_image, .services_detail .services_detail_description {
		display: block;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
	.services_detail .services_detail_description .services_h4_with_logo {
		text-align: unset;
		margin-top: 20px;
		margin-left: unset;
	}
	.services_detail .services_detail_description .services_h4_with_logo span {
		position: relative;
		vertical-align: middle;
		left: auto;
	}
}

@font-face {
	font-family: "FontAwesome1";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("../fonts/fa-solid-900.woff2") format("woff2"),
    url("../fonts/fa-solid-900.woff") format("woff"),
    url("../fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
	font-family: "FontAwesomeRegular";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/fa-regular-400.woff2") format("woff2"),
    url("../fonts/fa-regular-400.woff") format("woff"),
    url("../fonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
	font-family: "FontAwesomePro";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/fa-regular-400.woff2") format("woff2"),
    url("../fonts/fa-regular-400.woff") format("woff"),
    url("../fonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
	font-family: "FontAwesomeLight";
	font-style: normal;
	font-weight: 300;
	font-display: block;
	src: url("../fonts/fa-light-300.woff2") format("woff2"),
    url("../fonts/fa-light-300.woff") format("woff"),
    url("../fonts/fa-light-300.ttf") format("truetype");
}
@font-face {
	font-family: "FontAwesomePro";
	font-style: normal;
	font-weight: 300;
	font-display: block;
	src: url("../fonts/fa-light-300.woff2") format("woff2"),
    url("../fonts/fa-light-300.woff") format("woff"),
    url("../fonts/fa-light-300.ttf") format("truetype");
}
@font-face {
	font-family: "FontAwesomeBrands";
	font-style: normal;
	font-weight: normal;
	font-display: block;
	src: url("../fonts/fa-brands-400.woff2") format("woff2"),
	url("../fonts/fa-brands-400.woff") format("woff"),
    url("../fonts/fa-brands-400.ttf") format("truetype");
}

@media only screen and (max-width:991px) {
	.page-101 video {
		object-fit: cover;
		width: 120vw;
		height: 120vh;
		position: fixed;
		top: 0;
		left: 0;
	}
}

@media only screen and (min-width:992px) {
	.page-101 video {
		position: fixed;
		top: 50%;
		left: 50%;
		max-width: 120%;
		max-height: 120%;
		width: auto;
		height: auto;
		transform: translate(-50%, -50%);
	}
}

.section.section-content.form_section {
	display: inline-grid;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.section.form_section .panel-body .logo {
	margin: auto;
}

@media only screen and (min-width:991px) {
	.page-101 .fixed-circle .circle-sections .fixed-content .table .cell.font70 h2 {
		font-size: 23px;
	}
	.page-101 .fixed-circle .circle-sections .fixed-content .table .cell.font70 p, .page-101 .fixed-circle .circle-sections .fixed-content .table .cell.font70 a {
		font-size: 11px;
	}
	.page-101 .fixed-circle .circle-sections .fixed-content .table .cell.font70 .btn-secondary {
		padding: 6px 10px;
	}
	.page-101 .fixed-circle .circle-sections .fixed-content .arrow-next {
		display: none;
	}
}

.foot h2, .foot p, .foot a {
	color: #fff !important;
	line-height: 1.5 !important;
}

.foot h2 {
	font-size: 11px !important;
}

.foot p {
	margin-bottom: 9px !important;
	font-size: 11px !important;
	text-align: justify !important;
}

/* Stocks Ticker */
.the_ticker {
	width: 100%;
	overflow: hidden;
	margin-top: -5px;
}
.the_ticker .ticker_inside {
	width: 110%;
}
.the_ticker .tradingview-widget-container {
	height: 80px !important;
}
.tv-embed-widget-wrapper__body {
	border-top: none !important;
	border-bottom: 1px solid #e0e3eb !important;
}

.the_services .round img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.the_services .round .link a {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.the_services a {
	display: block;
	background-color: #173967;
	color: white;
	font-size: 16px;
	padding: 10px;
	text-transform: uppercase;
}

.the_services a:hover, .the_services a:active {
	background-color: #b11e3b;
}

h2.with_small_logo span {
	width: 40px;
	height: 40px;
	margin-right: 8px;
	display: inline-block;
	background-image: url(../images/logo_round.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
	h2.with_small_logo {
		text-align: -moz-center;
	}
	h2.with_small_logo span {
		display: block;
	}
}

.white_opaque {
	background-color: rgba(255,255,255,.7);
}

.feesformcontainer {
	padding: 5em;
}

@media only screen and (max-width:767px) {
	.feesformcontainer {
		padding: 30px;
	}
	.feesformcontainer .rsform form [class*=" col-"]:nth-of-type(2), .feesformcontainer .rsform form [class^="col-"]:nth-of-type(2) {
		padding-top: 0px;
	}
	.feesformcontainer h6 {
		font-size: 17px;
	}
}

.feesformcontainer h2 {
	margin-top: 0px;
}

.feesformcontainer .rsform form p {
	margin-bottom: 35px;
}

.feesformcontainer .rsform form button.submit {
	width: 100%;
	display: inline-block;
	margin: 0 !important;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    white-space: nowrap;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 1.95;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    background-color: #af0838;
    border-color: #af0838
}

.feesformcontainer .rsform form button.submit:hover, .feesformcontainer .rsform form button.submit:active {
	background-color: #cc3142
}

.ub {
	font-weight: bold;
	text-decoration: underline;
}

.boxy01 {
	background-color: rgba(0,0,0,.5);
	border: 2px solid #999999;
	padding: 20px;
}

.boxy01 .boxy_header, .boxy_body {
	text-align: center;
}

.boxy01 .boxy_header ul {
	margin: 13.5px 0;
	list-style:  none;
	padding: 0 30px;
}

.boxy01 .boxy_header ul li {
	font-size: 25px;
	font-weight: 700;
}
.boxy01 .boxy_header ul li span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3;
}

.boxy01 .boxy_header ul li span.icon {
	padding-right: 20px;
}

.boxy01 .boxy_body p {
	font-size: 16px;
}

.f60 {
	font-size: 60px;
	line-height: 70px;
}

@media only screen and (max-width:980px) {
	.modal-content.cookie_consent {
		max-width: 90%;
		margin: 0px auto;
	}
}

.modal-content.cookie_consent .modal-subtitle {
	margin: 0px;
}

.modal-content.cookie_consent .logo_backy {
	width: 300px;
	height: 300px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../images/logo_round_small.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

/* =============================================
      News Grid
============================================= */
.tg-newsposts{
  width:100%;
  float:left;
}
.tg-newsposts .tg-sectiontitle {
  padding-bottom: 0px;
}
.tg-newsposts .tg-sectiontitle h2 {
  font-size: 30px;
  line-height: 35px;
  text-align: left;
  font-weight: 600;
  color: #171717;
  margin: 0 0 2rem;
}
.tg-newsposts .tg-sectiontitle h2::before {
  display: none;
}
.tg-newsposts .tg-sectiontitle p {
  margin-bottom: 0px;
}
.tg-newsposts .jumbotron {
    padding: 30px 0;
    margin-bottom: 30px;
    color: inherit;
    background-color: transparent;
    font-size: inherit;
    font-weight: inherit;
}
.tg-newsposts .newsposts .shell {
  padding: 0px;
}
.tg-news{
  width:94%;
  float:left;
  margin:15px 0;
  overflow:hidden;
  position:relative;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.tg-news:hover {
    transform: scale(1.05);
    transition: transform .3s
}
.tg-newsimg,
.tg-news figure{
  margin: 0;
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.tg-newsimg img,
.tg-news figure img{
  z-index: 1;
  width: 100%;
  margin: 0;
  height: auto;
  display: block;
  position: relative;
}
.tg-news figure figcaption{
  top:0;
  left:0;
  z-index:2;
  width:100%;
  height:100%;
  padding:20px;
  position:absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.tg-newscontent{
  width:100%;
  float:left;
  position:relative;
  min-height: 1px;
  padding: 1.25rem;
}
@media only screen and (min-width:1200px) {
  .tg-newscontent {
    min-height: 190px;
  }
}
.tg-newstitle{
  width:100%;
  float:left;
  padding:0 0 15px;
}
.inside_pages .inside_content .newsposts .tg-news .tg-newstitle h2{
  margin:0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #171717;
  text-transform: none;
}
.tg-newstitle h2 a{
  display:block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tg-newscontent .tg-description p{
	margin: 0;
	color: #6d6e71;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
.tg-news:hover .tg-borderstyle:before{ width:100%;}
.tg-newsmetadata{
  width:100%;
  float:left;
  padding:0 0 10px;
  list-style:none;
}
.tg-newsmetadata p {
  margin-bottom: 0px;
  font:12px/15px "Lato Light";
  color: #777777;
  text-transform: none;
  font-weight: bold;
}
.tg-newsmetadata li{
  float:left;
  padding:0 9px;
  position:relative;
  line-height:inherit;
  list-style-type:none;
}
.tg-newsmetadata li + li:before{
  top:0;
  left:-3px;
  content:'/';
  position:absolute;
}
.tg-newsmetadata li:first-child{ padding-left:0;}
.tg-newsmetadata li a{ color:#515151;}
.tg-news:hover figure img{ opacity:0.75;}
.tg-news:hover figcaption{
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/* =============================================
      News List
============================================= */
.tg-content .tg-sectionhead{ text-align:left;}
.tg-newsposts.tg-liststyle,
.tg-liststyle .tg-news{ margin:0;}
.tg-liststyle .tg-news + .tg-news{ margin:30px 0 0;}
.tg-liststyle .tg-news figure{
  width:auto;
  float:left;
  margin:0 30px 0 0;
}
.tg-liststyle .tg-newscontent{
  width:auto;
  float:none;
  padding:0;
  margin:37px 0;
  overflow:hidden;
}
.tg-liststyle .tg-newscontent .tg-description{ padding:0 0 25px;}
.tg-newscontent .tg-btn{
  float:left;
  height:50px;
  line-height:46px;
  margin:0 0 30px;
}
.tg-newscontent .tg-btn span:before{line-height:46px;}
.tg-mostcommentslider .tg-newsmetadata li{
  padding:0;
  float:left;
  width:auto;
}
.tg-mostcommentslider .owl-controls{
  width:100%;
  float:left;
  line-height:12px;
  position:relative;
  padding:15px 0 30px;
}
/* =============================================
      News Detail
============================================= */
.inside_pages.news_detail .tg-innerbanner.inside_top_banner {
  position: relative;
}
.inside_pages.news_detail .tg-sectionhead.news_inside_head {
  position: absolute;
  bottom: 0;
  width: 80%;
  padding: 4rem 4rem 0;
  margin: 0px auto;
  left: -100px;
  right: -100px;
  background-color: #fff;
}
.tg-sectionhead.news_inside_head p {
  font-size: 13px;
  text-transform: uppercase;
  margin: 16px 0;
}
.tg-sectionhead.news_inside_head h1 {
  font-size: 40px;
  line-height: 50px;
  text-transform: none;
  color: #171717 !important;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  padding-bottom: 3.5rem;
  text-shadow: none;
}
.tg-sectionhead.news_inside_head .tg-sectiontitle {
  padding-bottom: 0px;
  display: block;
}
@media only screen and (max-width:767px) {
  .inside_pages.news_detail .tg-sectionhead.news_inside_head {
    width: 90%;
  }
  .inside_pages.news_detail .tg-innerbanner.inside_top_banner {
    margin-top: 0;
    overflow: hidden;
  }
  .inside_pages.news_detail .tg-innerbanner.inside_top_banner .tg-sectionhead.news_inside_head {
    padding: 1.5rem;
  }
  .inside_pages.news_detail .tg-innerbanner.inside_top_banner .tg-sectionhead.news_inside_head h1 {
    font-size: 20px;
    line-height: 25px;
    padding: 0 0 2rem;
  }
  .tg-sectionhead.news_inside_head p {
    font-size: 12px;
    margin: 0 0 5px;
  }
}
.tg-newsimg{ margin:0 0 10px;}
.tg-news-detail{
  width:100%;
  float:left;
  margin:0 0 80px;
  padding:0 0 80px;
  border-bottom:2px solid #ddd;
}
.tg-description blockquote{
  width:100%;
  float:left;
  margin:0;
  border:0;
  padding:80px 0;
  position:relative;
  text-align:center;
  font:bold 26px/33px 'Open Sans', Arial, Helvetica, sans-serif;
}
.tg-description blockquote:before,
.tg-description blockquote:after{
  left:50%;
  width:30px;
  height:30px;
  display:block;
  font-size:30px;
  line-height:30px;
  position:absolute;
  text-align:center;
  margin:0 0 0 -15px;
  font-family:'FontAwesome';
}
.tg-description blockquote:before{
  top:25px;
  content:'\f10d';
}
.tg-description blockquote:after{
  bottom:25px;
  content:'\f10e';
}
blockquote span{
  clear:both;
  display:block;
  padding:30px 0 0;
  font:400 14px/17px 'Open Sans', Arial, Helvetica, sans-serif;
}
blockquote span a{ color:#515151;}
blockquote q{
  width:100%;
  float:left;
  font-style:italic;
}
.news_detail_section .tg-parallaximg_private {
    width: 100%;
    height: 400px;
    float: none;
    overflow: hidden;
    position: relative;
    display: table;
}
.news_detail_section .tg-innerbanner h1.bigsmall {
  font-size: 20px;
  text-transform: none;
}
.news_detail_section .tg-innerbanner h1.bigsmall span {
  display: block;
  font-size: 35px;
  margin-bottom: 20px;
}
.news_detail_section .small_text {
  font-size: 65%;
  line-height: 1.6em;
}
.tg-tags-social{
  width:100%;
  float:left;
  padding:20px 0;
  margin:0 0 30px;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
.tg-tags{
  width:auto;
  margin:0;
  float:left;
}
.tg-tags-social i,
.tg-tags-social strong{
  font-size:14px;
  line-height:14px;
  color:#515151;
  text-transform:uppercase;
}
.tg-tags-social i{margin:0 5px 0 0;}
.tg-tags a{

  height:24px;
  color:#aeaeae;
  padding:0 10px;
  font-size:13px;
  background:#fff;
  line-height:23px;
  margin:0 0 0 5px;
  border-radius:3px;
  border:1px solid #ddd;
  text-transform:uppercase;
}
.tg-socialshare a,
.tg-socialshare i,
.tg-socialshare strong,
.tg-tags a,
.tg-tags i,
.tg-tags strong{float:left;}
.tg-socialshare > i,
.tg-socialshare strong,
.tg-tags i,
.tg-tags strong{ padding:5px 0;}
.tg-tags a:hover{ color:#fff;}
.tg-socialshare{ float:right;}
.tg-socialshare ul{
  width:auto;
  float:right;
  list-style:none;
}
.tg-socialshare ul li{
  width:30px;
  height:24px;
  float:left;
  overflow:hidden;
  margin:0 0 0 5px;
  list-style-type:none;
}
.tg-socialshare ul li:hover{ width:120px;}
.tg-socialshare li a{
  width:150px;
  height:24px;
  display:block;
  position:relative;
}
.tg-socialshare a i{
  margin:0;
  color:#999;
  float:left;
  width:30px;
  height:24px;
  display:block;
  font-size:13px;
  line-height:22px;
  text-align:center;
  border-radius:3px;
  border:1px solid #ddd;
}
.tg-socialshare ul li a i:after{
  top:0;
  left:0;
  color:#fff;
  width:120px;
  padding:0 10px;
  font-size:12px;
  line-height:24px;
  font-family: 'Oswald', Arial, Helvetica, sans-serif;
  position:absolute;
  background:#3b5998;
  content:attr(data-iconname);
  text-transform:uppercase;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.tg-socialshare ul li:hover a i:after{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.tg-socialshare ul li:nth-child(2) a i:after{background:#55acee;}
.tg-socialshare ul li:nth-child(3) a i:after{background:#007bb5;}
.tg-socialshare ul li:nth-child(4) a i:after{background:#cb2027;}
.tg-authorbox{
  width:100%;
  float:left;
  padding:25px;
  background:#f7f7f7;
}
.tg-authorpic{
  float:left;
  margin:0 25px 0 0;
  border:1px solid #ddd;
}
.tg-authorpic a{ display:block;}
.tg-authorpic a img{
  width:100%;
  height:auto;
  display:block;
}
.tg-authorinfo{ overflow:hidden;}
.tg-authorinfo h3{
  margin:0 0 27px;
  line-height:14px;
}
.tg-authorinfo .tg-description{ padding:0 0 27px;}
.tg-authorinfo .tg-description p{ margin:0;}
.tg-authorinfo .tg-socialicons{
  width:100%;
  float:left;
  padding:0;
}
.tg-authorinfo .tg-socialicons li:first-child{ padding-left:0;}
.tg-authorinfo .tg-socialicons li a{
  color:#515151;
  background:#fff;
  border-color:#ddd;
}
.tg-authorinfo .tg-socialicons li a:hover i{ color:#fff;}
.tg-comments{
  width:100%;
  float:left;
  padding:0 0 80px;
  border-bottom:2px solid #ddd;
}
.tg-comments ul{
  width:100%;
  float:left;
  list-style:none;
}
.tg-comments ul li{
  width:100%;
  float:left;
  padding:30px;
  list-style-type:none;
  border:1px solid #aeaeae;
}
.tg-comments ul li + li{ margin:10px 0 0;}
.tg-comment{
  width:100%;
  float:left;
}
.tg-comment figure{
  float:left;
  margin:0 30px 0 0;
}
.tg-comment figure a{ display:block;}
.tg-comment figure a img{ display:block;}
.tg-commentdata{
  overflow:hidden;
  position:relative;
}
.tg-commentdata .tg-datetag{
  display:block;
  font-size:13px;
  line-height:16px;
  padding:0 0 15px;
}
.tg-commentdata h3{
  margin:0 0 15px;
  font-size:18px;
  line-height:14px;
}
.tg-commentdata .tg-btn{
  padding:0 50px;
  height:50px;
  line-height:46px;
}
.tg-commentdata .tg-btn span:before{ line-height:46px;}
.tg-commentdata .tg-description{ padding:0 0 20px;}
.tg-commentdata .tg-description p{ margin:0;}

/* Pagination */
.page-mimi{
  display: none;
}
.page-active {
  display: block;
}
.newsnav .shell {
  display: flex;
  align-content: center;
}
#luckmoshy.pagination {
	display: flex;
	margin: 0px auto;
}
#luckmoshy.pagination li {
	display: contents;
}
#luckmoshy.pagination li > a, #luckmoshy.pagination li > span {
    padding: 10px 16px;
    font-size: 13px;
    line-height: 1.3333333;
}
#luckmoshy.pagination li.active > a, #luckmoshy.pagination li.active > a:hover {
	background-color: #af0838;
}
#luckmoshy li.active::after {
	content: "";
}
.nobackcolor {
	background-color: transparent;
}

/*.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(0.75) !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}*/

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
    text-align: left;
    background-color: #012341;
    border: none;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    background-color: #b11e3b;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
    content: "\f056";
    font-family: "FontAwesome";
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: '\f055';
    font-size: 18px;
    font-family: "FontAwesome";
    color: #ccc;
    display: inline-table;
    transition: transform .2s ease-in-out;
}


@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #f4f4f4;
    border: none;
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion h6 {
	margin-top: 13.5px;
	margin-bottom: 13.5px;
}

.fw600 {
	font-weight: 600;
}

ul.dash {}

ul.dash, ul.dash li {
  list-style: none;
}

ul.dash li:before {
  content: "\2014";
  position: absolute;
  margin-left: -20px;
}

ul.dash li a {
  color: #012341;
}

ul.dash li a:hover, ul.dash li a:focus {
  color: #b11e3b;
}

.title600 {
	font-weight: 600;
}

.logos .row {
	display: inline-table;
}

.logos .row div {
	display: table-cell;
	text-align: center;
	padding-top: 0px !important;
}

.logos img {
	max-height: 60px;
	text-align: center;
}

@media only screen and (max-width:767px) {
	.logos .row {
		display: grid;
	}
	.logos img {
		max-width: 180px;
	}
}

/* Careers */
.careers .grid_item {
	padding: 29px;
	text-align: center;
	margin-bottom: 2%;
}

.careers .grid_item .logo_image {
	border-radius: 50%;
	background-color: #012341;
	display: inline-flex;
	align-items: center;
	height: 133px;
	width: 133px;
	line-height: 1px;
}

.careers .grid_item:hover .logo_image, .careers .grid_item:active .logo_image {
	animation: colorizer 5s infinite;
}

.careers .grid_item .logo_image img {
	width: 64%;
	position: relative;
	margin: auto;
}

.careers .grid_item p {
	font-weight: 600;
}


@keyframes colorizer {
  0% {
    background-color: #012341;
  }
  50% {
    background-color: #b11e3b;
  }
  99% {
    background-color: #012341;
  }
}