
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	/* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	/* Dark Gray 800 */
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: "";
	position: absolute;
	background-color: #fbfbfc;
	/* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: .5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

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

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=576e1d620a7a26f39ee4651139a8757b)
 * Config saved to config.json and https://gist.github.com/576e1d620a7a26f39ee4651139a8757b
 */

/*!
 * 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: bold;
}

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 #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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 {
	*, *:before, *:after {
		background: transparent !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: "";
	}
	
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr, img {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	p, h2, h3 {
		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;
	}
	
	.table {
		border-collapse: collapse !important;
	}
	
	.table td, .table th {
		background-color: #fff !important;
	}
	
	.table-bordered th, .table-bordered td {
		border: 1px solid #ddd !important;
	}
}

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

.glyphicon-asterisk:before {
	content: "*";
}

.glyphicon-plus:before {
	content: "+";
}

.glyphicon-euro:before, .glyphicon-eur:before {
	content: "€";
}

.glyphicon-minus:before {
	content: "−";
}

.glyphicon-cloud:before {
	content: "☁";
}

.glyphicon-envelope:before {
	content: "✉";
}

.glyphicon-pencil:before {
	content: "✏";
}

.glyphicon-glass:before {
	content: "";
}

.glyphicon-music:before {
	content: "";
}

.glyphicon-search:before {
	content: "";
}

.glyphicon-heart:before {
	content: "";
}

.glyphicon-star:before {
	content: "";
}

.glyphicon-star-empty:before {
	content: "";
}

.glyphicon-user:before {
	content: "";
}

.glyphicon-film:before {
	content: "";
}

.glyphicon-th-large:before {
	content: "";
}

.glyphicon-th:before {
	content: "";
}

.glyphicon-th-list:before {
	content: "";
}

.glyphicon-ok:before {
	content: "";
}

.glyphicon-remove:before {
	content: "";
}

.glyphicon-zoom-in:before {
	content: "";
}

.glyphicon-zoom-out:before {
	content: "";
}

.glyphicon-off:before {
	content: "";
}

.glyphicon-signal:before {
	content: "";
}

.glyphicon-cog:before {
	content: "";
}

.glyphicon-trash:before {
	content: "";
}

.glyphicon-home:before {
	content: "";
}

.glyphicon-file:before {
	content: "";
}

.glyphicon-time:before {
	content: "";
}

.glyphicon-road:before {
	content: "";
}

.glyphicon-download-alt:before {
	content: "";
}

.glyphicon-download:before {
	content: "";
}

.glyphicon-upload:before {
	content: "";
}

.glyphicon-inbox:before {
	content: "";
}

.glyphicon-play-circle:before {
	content: "";
}

.glyphicon-repeat:before {
	content: "";
}

.glyphicon-refresh:before {
	content: "";
}

.glyphicon-list-alt:before {
	content: "";
}

.glyphicon-lock:before {
	content: "";
}

.glyphicon-flag:before {
	content: "";
}

.glyphicon-headphones:before {
	content: "";
}

.glyphicon-volume-off:before {
	content: "";
}

.glyphicon-volume-down:before {
	content: "";
}

.glyphicon-volume-up:before {
	content: "";
}

.glyphicon-qrcode:before {
	content: "";
}

.glyphicon-barcode:before {
	content: "";
}

.glyphicon-tag:before {
	content: "";
}

.glyphicon-tags:before {
	content: "";
}

.glyphicon-book:before {
	content: "";
}

.glyphicon-bookmark:before {
	content: "";
}

.glyphicon-print:before {
	content: "";
}

.glyphicon-camera:before {
	content: "";
}

.glyphicon-font:before {
	content: "";
}

.glyphicon-bold:before {
	content: "";
}

.glyphicon-italic:before {
	content: "";
}

.glyphicon-text-height:before {
	content: "";
}

.glyphicon-text-width:before {
	content: "";
}

.glyphicon-align-left:before {
	content: "";
}

.glyphicon-align-center:before {
	content: "";
}

.glyphicon-align-right:before {
	content: "";
}

.glyphicon-align-justify:before {
	content: "";
}

.glyphicon-list:before {
	content: "";
}

.glyphicon-indent-left:before {
	content: "";
}

.glyphicon-indent-right:before {
	content: "";
}

.glyphicon-facetime-video:before {
	content: "";
}

.glyphicon-picture:before {
	content: "";
}

.glyphicon-map-marker:before {
	content: "";
}

.glyphicon-adjust:before {
	content: "";
}

.glyphicon-tint:before {
	content: "";
}

.glyphicon-edit:before {
	content: "";
}

.glyphicon-share:before {
	content: "";
}

.glyphicon-check:before {
	content: "";
}

.glyphicon-move:before {
	content: "";
}

.glyphicon-step-backward:before {
	content: "";
}

.glyphicon-fast-backward:before {
	content: "";
}

.glyphicon-backward:before {
	content: "";
}

.glyphicon-play:before {
	content: "";
}

.glyphicon-pause:before {
	content: "";
}

.glyphicon-stop:before {
	content: "";
}

.glyphicon-forward:before {
	content: "";
}

.glyphicon-fast-forward:before {
	content: "";
}

.glyphicon-step-forward:before {
	content: "";
}

.glyphicon-eject:before {
	content: "";
}

.glyphicon-chevron-left:before {
	content: "";
}

.glyphicon-chevron-right:before {
	content: "";
}

.glyphicon-plus-sign:before {
	content: "";
}

.glyphicon-minus-sign:before {
	content: "";
}

.glyphicon-remove-sign:before {
	content: "";
}

.glyphicon-ok-sign:before {
	content: "";
}

.glyphicon-question-sign:before {
	content: "";
}

.glyphicon-info-sign:before {
	content: "";
}

.glyphicon-screenshot:before {
	content: "";
}

.glyphicon-remove-circle:before {
	content: "";
}

.glyphicon-ok-circle:before {
	content: "";
}

.glyphicon-ban-circle:before {
	content: "";
}

.glyphicon-arrow-left:before {
	content: "";
}

.glyphicon-arrow-right:before {
	content: "";
}

.glyphicon-arrow-up:before {
	content: "";
}

.glyphicon-arrow-down:before {
	content: "";
}

.glyphicon-share-alt:before {
	content: "";
}

.glyphicon-resize-full:before {
	content: "";
}

.glyphicon-resize-small:before {
	content: "";
}

.glyphicon-exclamation-sign:before {
	content: "";
}

.glyphicon-gift:before {
	content: "";
}

.glyphicon-leaf:before {
	content: "";
}

.glyphicon-fire:before {
	content: "";
}

.glyphicon-eye-open:before {
	content: "";
}

.glyphicon-eye-close:before {
	content: "";
}

.glyphicon-warning-sign:before {
	content: "";
}

.glyphicon-plane:before {
	content: "";
}

.glyphicon-calendar:before {
	content: "";
}

.glyphicon-random:before {
	content: "";
}

.glyphicon-comment:before {
	content: "";
}

.glyphicon-magnet:before {
	content: "";
}

.glyphicon-chevron-up:before {
	content: "";
}

.glyphicon-chevron-down:before {
	content: "";
}

.glyphicon-retweet:before {
	content: "";
}

.glyphicon-shopping-cart:before {
	content: "";
}

.glyphicon-folder-close:before {
	content: "";
}

.glyphicon-folder-open:before {
	content: "";
}

.glyphicon-resize-vertical:before {
	content: "";
}

.glyphicon-resize-horizontal:before {
	content: "";
}

.glyphicon-hdd:before {
	content: "";
}

.glyphicon-bullhorn:before {
	content: "";
}

.glyphicon-bell:before {
	content: "";
}

.glyphicon-certificate:before {
	content: "";
}

.glyphicon-thumbs-up:before {
	content: "";
}

.glyphicon-thumbs-down:before {
	content: "";
}

.glyphicon-hand-right:before {
	content: "";
}

.glyphicon-hand-left:before {
	content: "";
}

.glyphicon-hand-up:before {
	content: "";
}

.glyphicon-hand-down:before {
	content: "";
}

.glyphicon-circle-arrow-right:before {
	content: "";
}

.glyphicon-circle-arrow-left:before {
	content: "";
}

.glyphicon-circle-arrow-up:before {
	content: "";
}

.glyphicon-circle-arrow-down:before {
	content: "";
}

.glyphicon-globe:before {
	content: "";
}

.glyphicon-wrench:before {
	content: "";
}

.glyphicon-tasks:before {
	content: "";
}

.glyphicon-filter:before {
	content: "";
}

.glyphicon-briefcase:before {
	content: "";
}

.glyphicon-fullscreen:before {
	content: "";
}

.glyphicon-dashboard:before {
	content: "";
}

.glyphicon-paperclip:before {
	content: "";
}

.glyphicon-heart-empty:before {
	content: "";
}

.glyphicon-link:before {
	content: "";
}

.glyphicon-phone:before {
	content: "";
}

.glyphicon-pushpin:before {
	content: "";
}

.glyphicon-usd:before {
	content: "";
}

.glyphicon-gbp:before {
	content: "";
}

.glyphicon-sort:before {
	content: "";
}

.glyphicon-sort-by-alphabet:before {
	content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "";
}

.glyphicon-sort-by-order:before {
	content: "";
}

.glyphicon-sort-by-order-alt:before {
	content: "";
}

.glyphicon-sort-by-attributes:before {
	content: "";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "";
}

.glyphicon-unchecked:before {
	content: "";
}

.glyphicon-expand:before {
	content: "";
}

.glyphicon-collapse-down:before {
	content: "";
}

.glyphicon-collapse-up:before {
	content: "";
}

.glyphicon-log-in:before {
	content: "";
}

.glyphicon-flash:before {
	content: "";
}

.glyphicon-log-out:before {
	content: "";
}

.glyphicon-new-window:before {
	content: "";
}

.glyphicon-record:before {
	content: "";
}

.glyphicon-save:before {
	content: "";
}

.glyphicon-open:before {
	content: "";
}

.glyphicon-saved:before {
	content: "";
}

.glyphicon-import:before {
	content: "";
}

.glyphicon-export:before {
	content: "";
}

.glyphicon-send:before {
	content: "";
}

.glyphicon-floppy-disk:before {
	content: "";
}

.glyphicon-floppy-saved:before {
	content: "";
}

.glyphicon-floppy-remove:before {
	content: "";
}

.glyphicon-floppy-save:before {
	content: "";
}

.glyphicon-floppy-open:before {
	content: "";
}

.glyphicon-credit-card:before {
	content: "";
}

.glyphicon-transfer:before {
	content: "";
}

.glyphicon-cutlery:before {
	content: "";
}

.glyphicon-header:before {
	content: "";
}

.glyphicon-compressed:before {
	content: "";
}

.glyphicon-earphone:before {
	content: "";
}

.glyphicon-phone-alt:before {
	content: "";
}

.glyphicon-tower:before {
	content: "";
}

.glyphicon-stats:before {
	content: "";
}

.glyphicon-sd-video:before {
	content: "";
}

.glyphicon-hd-video:before {
	content: "";
}

.glyphicon-subtitles:before {
	content: "";
}

.glyphicon-sound-stereo:before {
	content: "";
}

.glyphicon-sound-dolby:before {
	content: "";
}

.glyphicon-sound-5-1:before {
	content: "";
}

.glyphicon-sound-6-1:before {
	content: "";
}

.glyphicon-sound-7-1:before {
	content: "";
}

.glyphicon-copyright-mark:before {
	content: "";
}

.glyphicon-registration-mark:before {
	content: "";
}

.glyphicon-cloud-download:before {
	content: "";
}

.glyphicon-cloud-upload:before {
	content: "";
}

.glyphicon-tree-conifer:before {
	content: "";
}

.glyphicon-tree-deciduous:before {
	content: "";
}

.glyphicon-cd:before {
	content: "";
}

.glyphicon-save-file:before {
	content: "";
}

.glyphicon-open-file:before {
	content: "";
}

.glyphicon-level-up:before {
	content: "";
}

.glyphicon-copy:before {
	content: "";
}

.glyphicon-paste:before {
	content: "";
}

.glyphicon-alert:before {
	content: "";
}

.glyphicon-equalizer:before {
	content: "";
}

.glyphicon-king:before {
	content: "";
}

.glyphicon-queen:before {
	content: "";
}

.glyphicon-pawn:before {
	content: "";
}

.glyphicon-bishop:before {
	content: "";
}

.glyphicon-knight:before {
	content: "";
}

.glyphicon-baby-formula:before {
	content: "";
}

.glyphicon-tent:before {
	content: "⛺";
}

.glyphicon-blackboard:before {
	content: "";
}

.glyphicon-bed:before {
	content: "";
}

.glyphicon-apple:before {
	content: "";
}

.glyphicon-erase:before {
	content: "";
}

.glyphicon-hourglass:before {
	content: "⌛";
}

.glyphicon-lamp:before {
	content: "";
}

.glyphicon-duplicate:before {
	content: "";
}

.glyphicon-piggy-bank:before {
	content: "";
}

.glyphicon-scissors:before {
	content: "";
}

.glyphicon-bitcoin:before {
	content: "";
}

.glyphicon-btc:before {
	content: "";
}

.glyphicon-xbt:before {
	content: "";
}

.glyphicon-yen:before {
	content: "¥";
}

.glyphicon-jpy:before {
	content: "¥";
}

.glyphicon-ruble:before {
	content: "₽";
}

.glyphicon-rub:before {
	content: "₽";
}

.glyphicon-scale:before {
	content: "";
}

.glyphicon-ice-lolly:before {
	content: "";
}

.glyphicon-ice-lolly-tasted:before {
	content: "";
}

.glyphicon-education:before {
	content: "";
}

.glyphicon-option-horizontal:before {
	content: "";
}

.glyphicon-option-vertical:before {
	content: "";
}

.glyphicon-menu-hamburger:before {
	content: "";
}

.glyphicon-modal-window:before {
	content: "";
}

.glyphicon-oil:before {
	content: "";
}

.glyphicon-grain:before {
	content: "";
}

.glyphicon-sunglasses:before {
	content: "";
}

.glyphicon-text-size:before {
	content: "";
}

.glyphicon-text-color:before {
	content: "";
}

.glyphicon-text-background:before {
	content: "";
}

.glyphicon-object-align-top:before {
	content: "";
}

.glyphicon-object-align-bottom:before {
	content: "";
}

.glyphicon-object-align-horizontal:before {
	content: "";
}

.glyphicon-object-align-left:before {
	content: "";
}

.glyphicon-object-align-vertical:before {
	content: "";
}

.glyphicon-object-align-right:before {
	content: "";
}

.glyphicon-triangle-right:before {
	content: "";
}

.glyphicon-triangle-left:before {
	content: "";
}

.glyphicon-triangle-bottom:before {
	content: "";
}

.glyphicon-triangle-top:before {
	content: "";
}

.glyphicon-console:before {
	content: "";
}

.glyphicon-superscript:before {
	content: "";
}

.glyphicon-subscript:before {
	content: "";
}

.glyphicon-menu-left:before {
	content: "";
}

.glyphicon-menu-right:before {
	content: "";
}

.glyphicon-menu-down:before {
	content: "";
}

.glyphicon-menu-up:before {
	content: "";
}

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

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

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

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

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover, a:focus {
	color: #23527c;
	text-decoration: underline;
}

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

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

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

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-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: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

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

.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, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

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

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 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: #777;
}

.text-primary {
	color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
	color: #286090;
}

.text-success {
	color: #3c763d;
}

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

.text-info {
	color: #31708f;
}

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

.text-warning {
	color: #8a6d3b;
}

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

.text-danger {
	color: #a94442;
}

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

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

a.bg-primary:hover, a.bg-primary:focus {
	background-color: #286090;
}

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

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

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

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

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

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

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

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

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

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

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

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

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

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

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

dt, dd {
	line-height: 1.42857143;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

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

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

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

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

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

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

blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: "— ";
}

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

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

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
	content: " —";
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}

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

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

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-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: bold;
	-webkit-box-shadow: none;
	box-shadow: none;
}

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

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

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

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

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

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

@media (min-width:1240px) {
	.container {
		width: 1228px;
	}
}

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

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

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		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:1240px) {
	.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
		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: #777;
	text-align: left;
}

th {
	text-align: left;
}

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

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

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

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

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

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

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

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

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type="file"] {
	display: block;
}

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

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

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

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

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-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.nitro-lazy {
	background-image: none !important;
}

.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="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
		line-height: 34px;
	}
	
	input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
		line-height: 30px;
	}
	
	input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
		line-height: 46px;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

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

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

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}

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

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

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

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

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

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

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.has-feedback {
	position: relative;
}

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

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

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

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

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-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 .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-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 .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-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: 25px;
}

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

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

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

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

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

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

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

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

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

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

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	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: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn.nitro-lazy {
	background-image: none !important;
}

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

.btn:hover, .btn:focus, .btn.focus {
	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:active.nitro-lazy, .btn.active.nitro-lazy {
	background-image: none !important;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(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: #ccc;
}

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

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

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

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

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

.btn-default:active.nitro-lazy, .btn-default.active.nitro-lazy, .open > .dropdown-toggle.btn-default.nitro-lazy {
	background-image: none !important;
}

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

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

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

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

.btn-primary:active.nitro-lazy, .btn-primary.active.nitro-lazy, .open > .dropdown-toggle.btn-primary.nitro-lazy {
	background-image: none !important;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}

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

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

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

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

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

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

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

.btn-success:active.nitro-lazy, .btn-success.active.nitro-lazy, .open > .dropdown-toggle.btn-success.nitro-lazy {
	background-image: none !important;
}

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

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

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

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

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

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

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

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

.btn-info:active.nitro-lazy, .btn-info.active.nitro-lazy, .open > .dropdown-toggle.btn-info.nitro-lazy {
	background-image: none !important;
}

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

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

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

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

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

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

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

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

.btn-warning:active.nitro-lazy, .btn-warning.active.nitro-lazy, .open > .dropdown-toggle.btn-warning.nitro-lazy {
	background-image: none !important;
}

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

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

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

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

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

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

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

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

.btn-danger:active.nitro-lazy, .btn-danger.active.nitro-lazy, .open > .dropdown-toggle.btn-danger.nitro-lazy {
	background-image: none !important;
}

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

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

.btn-link {
	color: #337ab7;
	font-weight: normal;
	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:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}

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

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

.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

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

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

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

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

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].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-top: 4px solid 	;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropup, .dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-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: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

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

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

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

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

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

.dropdown-menu > .disabled > a:hover.nitro-lazy, .dropdown-menu > .disabled > a:focus.nitro-lazy {
	background-image: none !important;
}

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

.open > a {
	outline: 0;
}

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

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

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	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;
	border-bottom: 4px solid 	;
	content: "";
}

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

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

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

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

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
	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: 4px;
	border-top-left-radius: 4px;
	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: 4px;
	border-bottom-left-radius: 4px;
}

.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="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
	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: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	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:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	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:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	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:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
	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:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}

.nav > li.disabled > a {
	color: #777;
}

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

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

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

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

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

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

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

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

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	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: 4px;
}

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

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

.nav-pills > li {
	float: left;
}

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

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

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

.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: 4px;
}

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

@media (min-width:768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	
	.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
		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: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

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

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

.navbar-collapse {
	overflow-x: visible;
	padding-right: 14px;
	padding-left: 14px;
	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:768px) {
	.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-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

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

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

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

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

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

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

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

@media (min-width:768px) {
	.navbar-fixed-top, .navbar-fixed-bottom {
		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: 15px 14px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
}

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

.navbar-brand > img {
	display: block;
}

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

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

.navbar-toggle.nitro-lazy {
	background-image: none !important;
}

.navbar-toggle:focus {
	outline: 0;
}

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

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

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

.navbar-nav {
	margin: 7.5px -14px;
}

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

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

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

.navbar-form {
	margin-left: -14px;
	margin-right: -14px;
	padding: 10px 14px;
	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: 8px;
	margin-bottom: 8px;
}

@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 .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
		width: auto;
	}
	
	.navbar-form .input-group > .form-control {
		width: 100%;
	}
	
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.navbar-form .radio, .navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.navbar-form .radio label, .navbar-form .checkbox label {
		padding-left: 0;
	}
	
	.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

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

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

.navbar-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: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

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

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

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

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

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

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

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

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

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

.navbar-default .navbar-text {
	color: #777;
}

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

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

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

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

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

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

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

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

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

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

.navbar-default .navbar-link {
	color: #777;
}

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

.navbar-default .btn-link {
	color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #333;
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}

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

.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}

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

.navbar-inverse .navbar-text {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
}

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

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

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

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

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	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:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #080808;
	color: #fff;
}

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

.navbar-inverse .navbar-link {
	color: #9d9d9d;
}

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

.navbar-inverse .btn-link {
	color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}

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

.breadcrumb > li {
	display: inline-block;
}

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

.breadcrumb > .active {
	color: #777;
}

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

.pagination > li {
	display: inline;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #337ab7;
	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: 4px;
	border-top-left-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

.pager li {
	display: inline;
}

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

.pager li > a:hover, .pager li > a:focus {
	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:hover, .pager .disabled > a:focus, .pager .disabled > span {
	color: #777;
	background-color: #fff;
	cursor: not-allowed;
}

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

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

.label:empty {
	display: none;
}

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

.label-default {
	background-color: #777;
}

.label-default[href]:hover, .label-default[href]:focus {
	background-color: #5e5e5e;
}

.label-primary {
	background-color: #337ab7;
}

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

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

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

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

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

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

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

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

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

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

.badge:empty {
	display: none;
}

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

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

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

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
	color: #337ab7;
	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: 6px;
	padding-left: 14px;
	padding-right: 14px;
}

.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: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

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

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #337ab7;
}

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

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

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

.alert .alert-link {
	font-weight: bold;
}

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

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

.alert-dismissable, .alert-dismissible {
	padding-right: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-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: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-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-striped .progress-bar, .progress-bar-striped {
	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.active .progress-bar, .progress-bar.active {
	-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-left, .media-right, .media-body {
	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 #ddd;
}

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

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

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:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
	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:hover, .list-group-item.disabled:focus {
	background-color: #eee;
	color: #777;
	cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
	color: #777;
}

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

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
	color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
	color: #c7ddef;
}

.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:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6;
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
	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:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3;
}

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
	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:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc;
}

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
	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:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc;
}

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

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

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

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-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: 3px;
	border-top-left-radius: 3px;
}

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

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

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
	color: inherit;
}

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

.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: 3px;
	border-top-left-radius: 3px;
}

.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: 3px;
	border-bottom-left-radius: 3px;
}

.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 > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
	margin-bottom: 0;
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
	padding-left: 15px;
	padding-right: 15px;
}

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

.panel > .table:first-child > thead: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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel > .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 td:first-child, .panel > .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 td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}

.panel > .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 td:last-child, .panel > .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 td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}

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

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.panel > .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 td:first-child, .panel > .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 td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}

.panel > .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 td:last-child, .panel > .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 td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}

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

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

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

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

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

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

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

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

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

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

.panel-primary {
	border-color: #337ab7;
}

.panel-primary > .panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #337ab7;
}

.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 iframe, .embed-responsive embed, .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: 4px;
	-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: 6px;
}

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

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

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

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	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: 6px;
	-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;
	filter: alpha(opacity=0);
}

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

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

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

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

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

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

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

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

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

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .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: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	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;
	filter: alpha(opacity=0);
}

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

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

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

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

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

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

.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	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: 6px;
	-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: 5px 5px 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover > .arrow {
	border-width: 11px;
}

.popover > .arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	bottom: -11px;
}

.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
}

.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}

.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
	top: -11px;
}

.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25);
}

.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > 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.next, .carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}
	
	.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}
	
	.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
		-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;
	filter: alpha(opacity=50);
	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, color-stop(0, 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;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.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, color-stop(0, 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;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}

.carousel-control .icon-prev:before {
	content: "‹";
}

.carousel-control .icon-next:before {
	content: "›";
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 	;
	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-prev, .carousel-control .icon-next {
		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;
	}
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
	content: " ";
	display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.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-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-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;
	}
	
	th.visible-xs, td.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;
	}
	
	th.visible-sm, td.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:1239px) {
	.visible-md {
		display: block !important;
	}
	
	table.visible-md {
		display: table !important;
	}
	
	tr.visible-md {
		display: table-row !important;
	}
	
	th.visible-md, td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width:992px) and (max-width:1239px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width:992px) and (max-width:1239px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width:992px) and (max-width:1239px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width:1240px) {
	.visible-lg {
		display: block !important;
	}
	
	table.visible-lg {
		display: table !important;
	}
	
	tr.visible-lg {
		display: table-row !important;
	}
	
	th.visible-lg, td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width:1240px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width:1240px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width:1240px) {
	.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:1239px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width:1240px) {
	.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;
	}
	
	th.visible-print, td.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;
	}
}

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

/* makes the font 33% larger relative to the icon container */
.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;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

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

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

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

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

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

.fa-th:before {
	content: "";
}

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

.fa-check:before {
	content: "";
}

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

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

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

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

.fa-signal:before {
	content: "";
}

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

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

.fa-home:before {
	content: "";
}

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

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

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

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

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

.fa-inbox:before {
	content: "";
}

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

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

.fa-refresh:before {
	content: "";
}

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

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

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

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

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

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

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

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

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

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

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

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

.fa-list:before {
	content: "";
}

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

.fa-indent:before {
	content: "";
}

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

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

.fa-pencil:before {
	content: "";
}

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

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

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

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

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

.fa-arrows:before {
	content: "";
}

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

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

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

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

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

.fa-eject:before {
	content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
	content: "";
}

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

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

.fa-ban:before {
	content: "";
}

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

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

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

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

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

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

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

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

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

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

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

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

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

.fa-retweet:before {
	content: "";
}

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

.fa-folder:before {
	content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
	content: "";
}

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

.fa-comments:before {
	content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
	content: "";
}

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

.fa-upload:before {
	content: "";
}

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

.fa-phone:before {
	content: "";
}

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

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

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

.fa-twitter:before {
	content: "";
}

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

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

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

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

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

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

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

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

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

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

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

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

.fa-paperclip:before {
	content: "";
}

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

.fa-square:before {
	content: "";
}

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

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

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

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

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

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

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

.fa-money:before {
	content: "";
}

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

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

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

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

.fa-columns:before {
	content: "";
}

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

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

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

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

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

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

.fa-exchange:before {
	content: "";
}

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

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

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

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

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

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

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

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

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

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

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

.fa-beer:before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

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

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

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

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

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
	content: "";
}

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

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

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

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

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

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

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

.fa-crop:before {
	content: "";
}

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

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

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

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

.fa-microphone:before {
	content: "";
}

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

.fa-shield:before {
	content: "";
}

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

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

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

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

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

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

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

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

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

.fa-bullseye:before {
	content: "";
}

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

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

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

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

.fa-ticket:before {
	content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
	content: "";
}

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

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

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

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

.fa-gbp:before {
	content: "";
}

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

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

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

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

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

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

.fa-file:before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

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

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

.fa-dropbox:before {
	content: "";
}

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

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

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

.fa-tumblr:before {
	content: "";
}

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

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

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

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

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

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

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

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

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

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
	content: "";
}

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

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

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

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

.fa-slack:before {
	content: "";
}

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

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

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

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

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

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

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

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

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

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

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

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

.fa-steam:before {
	content: "";
}

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

.fa-recycle:before {
	content: "";
}

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

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

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

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

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

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

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

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

.fa-git:before {
	content: "";
}

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

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

.fa-qq:before {
	content: "";
}

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

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

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

.fa-history:before {
	content: "";
}

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

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

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

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

.fa-bomb:before {
	content: "";
}

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

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

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

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

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

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

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

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

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

.fa-lastfm:before {
	content: "";
}

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

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

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

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

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

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

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

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

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

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

.fa-motorcycle:before {
	content: "";
}

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

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

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

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

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

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

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

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

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

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

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

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
	content: "";
}

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

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

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

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

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

.fa-hourglass:before {
	content: "";
}

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

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

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

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

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

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

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

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

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

.fa-gg:before {
	content: "";
}

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

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

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

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

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

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

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

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

.fa-contao:before {
	content: "";
}

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

.fa-amazon:before {
	content: "";
}

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

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

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

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

.fa-industry:before {
	content: "";
}

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

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

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

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

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

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

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

.fa-fonticons:before {
	content: "";
}

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

.fa-edge:before {
	content: "";
}

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

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

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

.fa-usb:before {
	content: "";
}

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

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

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

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

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

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

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

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

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

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

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

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

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

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

.fa-blind:before {
	content: "";
}

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

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

.fa-braille:before {
	content: "";
}

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

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

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

.fa-glide:before {
	content: "";
}

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

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

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

.fa-viadeo:before {
	content: "";
}

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

.fa-snapchat:before {
	content: "";
}

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

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

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

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

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

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

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

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before, .fa-address-card:before {
	content: "";
}

.fa-vcard-o:before, .fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

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

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

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}

body {
	margin: 0;
	color: #736256;
	font: 300 18px/28px "Montserrat", sans-serif;
	background: #fff;
	min-width: 320px;
	-webkit-text-size-adjust: none;
}

img {
	border-style: none;
}

input, textarea, select {
	color: #000;
	vertical-align: middle;
	font: 100% "Montserrat", sans-serif;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

blockquote, q {
	quotes: none;
}

q:before, q:after {
	content: "";
}

a {
	color: #736256;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:focus {
	text-decoration: none;
}

a:hover {
	color: #00b68d;
	text-decoration: none;
}

a:focus, button:focus, input:focus, textarea:focus, select:focus {
	outline: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

.wrapper {
	overflow: hidden;
	position: relative;
	max-width: 100%;
	min-height: 100vh;
}

/*navbar-brand*/
.navbar-brand {
	background: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/optimized/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/logo.png") no-repeat;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 16px 0 0;
	width: 220px;
	height: 62px;
}

.navbar-brand.nitro-lazy {
	background: none !important;
}

.navbar-brand a {
	display: block;
	height: 100%;
}

h1 {
	text-align: center;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 45px;
	line-height: 50px;
	margin: 0 0 20px;
}

h1 a {
	color: #00b68d;
}

h1 a:hover {
	color: inherit;
}

.btn {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 5;
	min-width: 115px;
	/*overflow:hidden;*/
	text-align: center;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	padding: 8px 5px;
	border: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	border-radius: inherit;
}

.btn:active:hover:before, .btn.active:hover:before, .open > .dropdown-toggle.btn:hover:before, .btn:active:focus:before, .btn.active:focus:before, .open > .dropdown-toggle.btn:focus:before, .btn.focus:active:before, .btn.active.focus:before, .open > .dropdown-toggle.btn.focus:before, .btn:active:before, .btn:focus:before, .btn:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.btn-success {
	background: #00b68d;
	color: #fff;
}

.btn-success:before {
	background: #716156;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success.focus:active, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover {
	background: #00b68d;
	color: #fff;
}

/*header*/
#header {
	border-top: 7px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 7px 0 19px;
	background: #fff;
	position: relative;
	z-index: 10;
}

.mobile-nav {
	float: right;
}

#header .container {
	position: relative;
}

#header .tel-list {
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
	float: right;
}

#header .tel-list:after {
	content: "";
	clear: both;
	display: block;
}

#header .tel-list a {
	display: inline-block;
	vertical-align: top;
	padding-right: 34px;
	background: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/ico-tel.svg") no-repeat 100% 50%;
	-webkit-background-size: 26px 26px;
	background-size: 26px 26px;
}

#header .tel-list a.nitro-lazy {
	background: none !important;
}

#header .tel-list li {
	float: left;
	font-weight: 400;
	position: relative;
	margin-left: 20px;
	font-size: 15px;
	line-height: 26px;
}

.main-nav {
	clear: both;
	position: relative;
	z-index: 999;
}

.main-nav > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav > ul:after {
	content: "";
	clear: both;
	display: block;
}

.main-nav > ul > li {
	float: left;
	margin-left: 53px;
}

.main-nav > ul > li:not(.btn).active > a, .main-nav > ul > li:not(.btn):hover > a {
	color: #736256;
}

.main-nav > ul > li:not(.btn) > a {
	text-transform: uppercase;
	color: #00b68d;
	display: inline-block;
	vertical-align: top;
	padding: 8px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

/* .main-nav > ul > li.has-drop > a {
    padding-bottom: 30px;
    margin-bottom: -18px;
} */
.main-nav > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
}

.main-nav .btn-success.active {
	background-color: #00b68d;
	box-shadow: none;
}

.main-nav .btn {
	margin-left: 34px;
	-webkit-transition: background .3s;
	transition: background .3s;
	padding: 0;
}

.main-nav .btn a {
	color: #fff;
	display: block;
	padding: 8px 5px;
}

.main-nav .opener {
	display: none;
}

body:not(.single-solution2) .main-nav .mega-drop-parent ul {
	font-size: 0;
	line-height: 0;
	width: 589px;
	background: #fff;
	right: 14px;
	border: 1px solid #eaeaea;
	border-top: none;
	top: 100%;
	margin: 19px 0 0;
	padding: 0 20px;
	z-index: 999;
}

body:not(.single-solution2) .main-nav .mega-drop-parent ul li {
	display: inline-block;
	vertical-align: top;
	float: none;
	width: 50%;
	padding: 0 24px;
}

body:not(.single-solution2) .main-nav .mega-drop-parent ul li a:hover {
	color: #736256;
}

body:not(.single-solution2) .main-nav .mega-drop-parent ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 35px 0 67px;
	position: relative;
	color: #00b68d;
	white-space: normal;
	min-height: 81px;
	border-bottom: 1px solid #eaeaea;
}

body:not(.single-solution2) .main-nav .mega-drop-parent ul li + li {
	margin: 0;
}

body:not(.single-solution2) .main-nav .mega-drop-parent ul li:last-child a {
	border: none;
}

body:not(.single-solution2) .main-nav .mega-drop-parent ul li.web-design a:before {
	content: "";
	position: absolute;
	width: 51px;
	height: 54px;
	left: 0;
	top: 50%;
	margin-top: -27px;
	/*background: url(../images/ico-menu-1.png) no-repeat;*/
	background: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/img-002.svg") no-repeat;
	background-size: 100% 100%;
}

body:not(.single-solution2) .main-nav .mega-drop-parent ul li.wp-development a:before {
	content: "";
	position: absolute;
	width: 53px;
	height: 53px;
	left: 0;
	top: 50%;
	margin-top: -27px;
	/*background: url(../images/ico-menu-3.png) no-repeat;*/
	background: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/img-010.svg") no-repeat;
	background-size: 100% 100%;
}

body:not(.single-solution2) .main-nav .mega-drop-parent ul li.wp-maintenance a:before {
	content: "";
	position: absolute;
	width: 53px;
	height: 53px;
	left: 0;
	top: 50%;
	margin-top: -27px;
	/*background: url(../images/ico-menu-3.png) no-repeat;*/
	background: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/img-016.svg") no-repeat;
	background-size: 100% 100%;
}

body:not(.single-solution2) .main-nav .mega-drop-parent ul li.custom-web a:before {
	content: "";
	position: absolute;
	width: 48px;
	height: 48px;
	left: 0;
	top: 50%;
	margin-top: -24px;
	/*background: url(../images/ico-menu-5.png) no-repeat;*/
	background: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/img-004.svg") no-repeat;
	background-size: 100% 100%;
}

body:not(.single-solution2) .main-nav .mega-drop-parent ul li.digital-marketing a:before {
	content: "";
	position: absolute;
	width: 54px;
	height: 54px;
	left: 0;
	top: 50%;
	margin-top: -27px;
	/*background: url(../images/ico-menu-2.png) no-repeat;*/
	background: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/img-006.svg") no-repeat;
	background-size: 100% 100%;
}

body:not(.single-solution2) .main-nav .mega-drop-parent ul li.web-security a:before {
	content: "";
	position: absolute;
	width: 48px;
	height: 45px;
	left: 0;
	top: 50%;
	margin-top: -22px;
	/*background: url(../images/ico-menu-4.png) no-repeat;*/
	background: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/img-012.svg") no-repeat;
	background-size: 100% 100%;
}

body:not(.single-solution2) .main-nav .mega-drop-parent ul li.woo-development a:before {
	content: "";
	position: absolute;
	width: 58px;
	height: 58px;
	left: -5px;
	top: 50%;
	margin-top: -28px;
	/*background: url(../images/ico-menu-4.png) no-repeat;*/
	background: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/optimized/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/woo.svg") no-repeat;
	background-size: 100% 100%;
}

.open-menu {
	display: none;
}

/*visual*/
.visual {
	padding: 48px 0 12px;
	position: relative;
}

.visual h2 {
	text-align: center;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 45px;
	line-height: 50px;
	margin: 0 0 58px;
}

.visual h2 a {
	color: #00b68d;
}

.visual h2 a:hover {
	color: inherit;
}

/*icon-list*/
.icon-list:before {
	content: "";
	position: absolute;
	top: 50%;
	height: 179px;
	background: #716156;
	left: -2000px;
	right: 22%;
	z-index: -1;
	margin-top: -211px;
	display: block;
	border-radius: 0 4px 4px 0;
}

.icon-list:after {
	content: "";
	display: block;
	height: 174px;
	top: 50%;
	right: -2000px;
	left: 17%;
	background: #00b68d;
	position: absolute;
	z-index: -1;
	margin-top: -20px;
	border-radius: 4px 0 0 4px;
}

.icon-list {
	margin: 0 -10px 24px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	position: relative;
}

.icon-list li {
	color: #00b68d;
	font-size: 34px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 10px;
}

.icon-list a {
	color: inherit;
	display: block;
}

.icon-list a:hover {
	color: #716156;
}

.icon-list p {
	margin: 0;
}

.icon-list .img {
	display: block;
	width: 233px;
	height: 489px;
	background: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/ico-visual-1.svg") no-repeat 50% 50%;
	-webkit-background-size: 233px 489px;
	background-size: 233px 489px;
	margin: 0 auto 28px;
	position: relative;
}

.icon-list .img.nitro-lazy {
	background: none !important;
}

.icon-list .svg {
	position: absolute;
	top: 50%;
	left: 50%;
}

.icon-list li:nth-child(1) .svg {
	margin: -159px 0 0 -91px;
	width: 169px;
}

.icon-list li:nth-child(2) .svg {
	margin: -178px 0 0 -89px;
	width: 155px;
}

.icon-list li:nth-child(3) .svg {
	margin: -111px 0 0 -76px;
	width: 127px;
}

@-webkit-keyframes animIcon {
	0% {
		top: 370px;
	}
	
	50% {
		top: 141px;
	}
	
	100% {
		top: 370px;
	}
}

@keyframes animIcon {
	0% {
		top: 370px;
	}
	
	50% {
		top: 141px;
	}
	
	100% {
		top: 370px;
	}
}

@-webkit-keyframes fillOpacity {
	0% {
		fill-opacity: 1;
	}
	
	50% {
		fill-opacity: 0;
	}
	
	100% {
		fill-opacity: 1;
	}
}

@keyframes fillOpacity {
	0% {
		fill-opacity: 1;
	}
	
	50% {
		fill-opacity: 0;
	}
	
	100% {
		fill-opacity: 1;
	}
}

.icon-list li:nth-child(3) .img:before {
	content: "";
	position: absolute;
	top: 370px;
	left: 16px;
	right: 26px;
	z-index: 3;
	height: 4px;
	box-shadow: 0 0 5px #fff;
	-webkit-transform: skewY(33deg);
	transform: skewY(33deg);
	background: #fff;
	border-radius: 50%;
	-webkit-transition: all 2s;
	transition: all 2s;
	opacity: .8;
}

.icon-list li:nth-child(3) .img:after {
	content: "";
	position: absolute;
	top: 370px;
	bottom: 118px;
	left: 28px;
	right: 37px;
	-webkit-transform: skewY(33deg);
	transform: skewY(33deg);
	background: #fff;
	opacity: .5;
	-webkit-transition: all 2s;
	transition: all 2s;
}

.icon-list li:nth-child(4) .svg {
	margin: -64px 0 0 -89px;
	width: 156px;
}

.visual-text {
	padding: 25px 0 0;
	border-top: 1px solid #eaeaea;
	font-size: 21px;
	line-height: 30px;
	font-weight: 300;
	font-family: "Montserrat", sans-serif;
}

.visual-text h1 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 0 24px;
	text-align: center;
}

.visual-text p {
	margin: 0 0 24px;
}

/*work-area*/
.work-area {
	padding: 45px 0 33px;
}

.work-area h1 {
	font-size: 31px;
	line-height: 34px;
	margin: 0 0 12px;
	text-align: center;
}

.work-area .grid {
	font-size: 0;
	line-height: 0;
}

.work-area .grid > div {
	display: inline-block;
	vertical-align: top;
	float: none;
}

/*work-block*/
.work-block {
	padding: 30px 37px 20px;
	border-radius: 5px;
	border: 2px solid #f1efee;
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 26px;
}

.work-block img {
	border: 1px solid #f1efee;
}

.work-slider .img {
	padding-top: 64.5%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.work-slider .img img {
	display: none;
}

/*work-slider*/
.work-slider {
	margin: 0 0 26px;
}

.work-slider .slick-prev {
	left: -38px;
	border-radius: 0 3px 3px 0;
}

.work-slider .slick-next {
	right: -38px;
	border-radius: 3px 0 0 3px;
}

.work-block .work-slider .slick-arrow {
	opacity: 0;
}

.work-block:hover .work-slider .slick-arrow {
	opacity: 1;
}

.work-slider .slick-arrow:hover {
	background: #716156;
}

.work-slider .slick-arrow {
	position: absolute;
	font-size: 0;
	line-height: 0;
	border: none;
	padding: 0;
	background: #00ac85;
	width: 29px;
	height: 36px;
	top: 50%;
	margin-top: -8px;
	z-index: 2;
	text-align: center;
}

.work-slider .slick-arrow:before {
	font-family: "FontAwesome";
	color: #fff;
	font-size: 28px;
	line-height: 36px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: -1px;
}

.work-slider .slick-prev:before {
	content: "";
}

.work-slider .slick-next:before {
	content: "";
}

.work-block h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 16px;
	font-weight: 400;
}

.work-block p {
	margin: 0;
}

.work-block .btn-list {
	margin: 0;
	padding: 0 0 0 9px;
	list-style: none;
}

.work-block .btn-list li + li {
	margin-top: 8px;
}

.btn-block {
	min-width: 0;
}

.btn-md {
	font-size: 14px;
	padding: 5px 10px;
}

.btn-default {
	border: 1px solid #00be93;
	line-height: 18px;
}

.btn-default:before {
	background: #716156;
}

.btn-default:focus, .btn-default:hover, .btn-default:active, .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
	border-color: #716156;
	color: #fff;
}

.work-area .head .btn {
	color: #00b68d;
	font-size: 15px;
	margin: 2px 0 0;
	min-width: 108px;
	padding: 7px 5px;
	border-color: #cceee7;
}

.work-area .head .btn:hover {
	color: #fff;
	border-color: #716156;
}

/*work-detail*/
.work-detail {
	border: 1px solid #eae8e6;
	border-radius: 5px;
	padding: 11px 71px 47px;
}

.work-detail .work-slider {
	margin-bottom: 37px;
}

.work-detail .work-slider .img {
	padding-top: 73.8%;
}

.work-detail .work-slider .slick-arrow {
	width: 51px;
	height: 64px;
	margin-top: 20px;
}

.work-detail .work-slider .slick-prev {
	left: -71px;
}

.work-detail .work-slider .slick-prev:before {
	left: -2px;
}

.work-detail .work-slider .slick-next {
	right: -71px;
}

.work-detail .work-slider .slick-next:before {
	right: -2px;
}

.work-detail .work-slider .slick-arrow:before {
	font-size: 54px;
	line-height: 64px;
	position: relative;
	top: -2px;
}

.work-detail .btn-holder {
	padding: 0 0 38px;
}

.work-detail .btn-holder .btn {
	font-size: 24px;
	line-height: 30px;
	text-transform: none;
	min-width: 227px;
	padding: 14px 10px;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
}

.work-area.detail-style {
	padding-bottom: 0;
}

/*work-widget*/
.work-widget {
	padding: 25px 25px 28px;
	border: 1px solid #e9e6e4;
	border-radius: 5px;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
}

.work-widget h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	margin: 0 0 19px;
}

.work-widget p {
	margin: 0;
}

.work-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-widget ul li {
	padding: 0 0 7px 28px;
	position: relative;
}

.work-widget ul li:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 21px;
	height: 20px;
	background: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/optimized/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/ico-check-1.png") no-repeat;
}

.work-widget blockquote {
	padding: 0;
	margin: 0;
	border: none;
	font-size: 15px;
}

.work-widget blockquote q:before {
	content: "\"";
}

.work-widget blockquote q:after {
	content: "\"";
}

.work-widget blockquote q {
	display: block;
	line-height: 18px;
	font-style: italic;
	font-weight: 400;
	margin: 0 0 16px;
}

.work-widget blockquote cite {
	display: block;
	padding: 3px 0 3px 32px;
	background: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/optimized/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/ico-user-1.png") no-repeat 0 50%;
	font-style: normal;
	font-weight: 400;
}

.work-widget blockquote cite.nitro-lazy {
	background: none !important;
}

/*contact-us*/
.contact-us {
	padding: 45px 0 20px;
	font-size: 18px;
	line-height: 26px;
	position: relative;
	overflow: hidden;
}

.contact-us h1 {
	font-size: 40px;
	line-height: 46px;
	margin: 0 0 50px;
}

.contact-us a {
	font-weight: 400;
}

.contact-us p {
	margin: 0 0 27px;
}

.contact-us .text a {
	color: #00b68d;
}

.contact-us .text a:hover {
	color: #716156;
}

.contact-us h2 {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
}

.contact-us .text .tel:hover {
	color: #00b68d;
}

.contact-us .text .tel {
	color: #736256;
	font-weight: 300;
}

.contact-us address {
	margin-bottom: 28px;
	line-height: inherit;
}

.contact-us ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-us .partner-list {
	font-size: 0;
	line-height: 0;
	margin: 0 -25px;
	padding: 0;
	list-style: none;
}

.contact-us .partner-list li {
	display: inline-block;
	vertical-align: top;
	line-height: 80px;
	padding: 22px 25px 0;
}

.contact-us .partner-list img {
	vertical-align: middle;
	max-width: 100%;
}

/*contact-form*/
.contact-form {
	padding: 2px 43px 20px 28px;
}

.input-holder {
	position: relative;
	margin-bottom: 21px;
}

.input-holder.focus label {
	display: none;
}

.input-holder label {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	font-weight: 300;
	padding: 11px 0 11px 21px;
	margin: 0;
	color: #827369;
	cursor: text;
}

.input-holder label span {
	font-weight: 400;
	color: #df0010;
}

.form-control {
	height: 48px;
	background: #f6f6f6;
	color: #736256;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
	-webkit-appearance: none;
	padding: 11px 21px;
	font-size: 18px;
	font-weight: 300;
}

textarea.form-control {
	resize: none;
	height: 199px;
}

.form-control:focus {
	box-shadow: none;
	border-color: #ddd;
}

.contact-form .btn {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	min-width: 188px;
	padding: 14px 10px;
}

.contact-form .btn input[type="submit"] {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	/*width:500px;*/
	
	/*height:500px;*/
	opacity: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}

.wpcf7-form-control-wrap.comments {
	padding: 0;
}

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
	padding: 5px 0 0;
	color: #df0010;
}

.wpcf7-form div.wpcf7-validation-errors {
	border-radius: 4px;
	background-color: #df0010;
}

div.wpcf7 .ajax-loader {
	display: none;
}

div.wpcf7 .ajax-loader.is-active {
	display: inline-block;
}

.modal .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
	color: #f00;
}

/* services-items */
.services-items {
	padding: 48px 0 54px;
	color: #716156;
}

.services-items h2 {
	margin: 0 0 47px;
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
}

.services-items .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.services-items .row:before, .services-items .row:after {
	display: none;
}

.services-items [class*="col-"] {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.services-items + .testimonials {
	margin-top: -47px;
	padding-top: 0;
}

/* services-item */
.services-item {
	width: 100%;
	margin: 0 0 28px;
	padding: 20px 27px 37px;
	border: 2px solid #ebebeb;
	border-radius: 5px;
}

.services-item h3 {
	margin: 0 0 4px;
	font-size: 18px;
	line-height: 28px;
}

.services-item p {
	margin: 0;
}

/* logos-block */
.logos-block {
	padding: 34px 0 21px;
	color: #716156;
}

.logos-block h2 {
	margin: 0 0 22px;
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
}

.logos {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -27px;
	padding: 0;
}

.logos li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 0 27px 15px;
}

.logos a {
	display: block;
	max-width: 100%;
}

.logos a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.logos img {
	vertical-align: top;
	max-width: 251px;
	max-height: 74px;
	height: auto;
	width: auto;
}

.logos.type2 {
	margin: 0 -10px;
	padding: 52px 0 21px;
}

.logos.type2 li {
	padding: 0 10px;
}

.info-block + .logos {
	margin-top: -27px;
	margin-bottom: 32px;
}

/* services-boxes */
.services-boxes {
	color: #716156;
}

.services-boxes h2 {
	margin: 0 0 39px;
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
}

.services-boxes .row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.services-boxes .row:before, .services-boxes .row:after {
	display: none;
}

.services-boxes [class*="col-"] {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.services-boxes + .testimonials {
	padding-top: 9px;
}

/* services-box */
.services-box {
	width: 100%;
	margin: 0 0 26px;
	padding: 9px 34px 31px;
	border: 2px solid #ebebeb;
	border-radius: 5px;
	color: #716156;
}

.services-box .img {
	height: 120px;
	text-align: center;
}

.services-box .img img {
	position: relative;
	top: 50%;
	max-width: 99px;
	width: 100%;
	max-height: 96px;
	width: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.services-box h3 {
	margin: 0 0 9px;
	font-size: 21px;
	line-height: 28px;
	font-weight: 400;
}

.services-box p {
	margin: 0;
}

.services-box a {
	font-weight: 400;
	color: #22b690;
}

.services-box a:hover, .services-box a:focus {
	color: #716156;
}

/* intro-block */
.intro-block {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 90px 0 77px;
}

.intro-block:before, .intro-block:after {
	display: none;
}

.intro-block .img {
	margin: 0 0 0 -17px;
}

.intro-block .img img {
	vertical-align: top;
	max-width: 305px;
	max-height: 346px;
	height: auto;
	width: 100%;
}

.intro-block .holder {
	padding: 0 70px 0 0;
}

.intro-block h1 {
	font-size: 40px;
	line-height: 44px;
	text-align: left;
}

.intro-block p {
	margin: 0;
}

/* services-list */
.services-list-holder {
	padding: 28px 0 34px;
	background: #716156;
	color: #fff;
}

.services-list-holder a {
	color: #fff;
	text-decoration: underline;
}

.services-list-holder a:hover {
	opacity: .7;
	text-decoration: none;
}

.services-list-holder h2 {
	margin: 0 0 33px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
}

.services-list-holder p {
	margin: 0 0 22px;
}

.services-list-holder h2 + p {
	margin-top: -14px;
}

.services-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -4px;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
}

.services-list:before, .services-list:after {
	display: none;
}

.services-list li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 4px 8px;
}

.services-list .list-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 17px 12px 13px;
	border: 1px solid rgba(234, 234, 234, .1);
	border-radius: 5px;
	color: #fff;
}

.services-list .list-item span {
	display: block;
	max-width: 100%;
}

.services-list-holder h2.type2 {
	font-size: 21px;
}

.services-list-holder.green {
	background: #16a983;
}

.services-list-holder.green .services-list .list-item {
	border-color: rgba(234, 234, 234, .2);
}

/* info-block */
.info-block {
	padding: 45px 0 57px;
	color: #716156;
}

.info-block h2 {
	margin: 0 0 46px;
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
}

.info-block p {
	margin: 0 0 28px;
}

.info-block .txt {
	font-size: 21px;
	font-weight: 400;
}

/* fact-box */
.fact-box {
	margin: 4px 0 0;
	padding: 25px 28px 32px;
	border: 2px solid #eaeaea;
	border-radius: 5px;
	color: #716156;
	font-size: 21px;
	line-height: 30px;
}

.fact-box header {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 0 20px;
}

.fact-box .img, .fact-box h3 {
	display: table-cell;
	vertical-align: middle;
}

.fact-box .img {
	width: 107px;
	padding: 0 10px 0 0;
}

.fact-box .img img {
	vertical-align: top;
	width: 100%;
	max-width: 89px;
	max-height: 89px;
	height: auto;
}

.fact-box h3 {
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
}

.fact-box p, .info-block .fact-box p {
	margin: 0;
}

.fact-box a {
	color: #16a983;
}

.fact-box a:hover, .fact-box a:focus {
	color: #716156;
}

.fact-box strong {
	font-weight: 400;
}

/* testimonials */
.testimonials {
	padding: 30px 0 54px;
	color: #716156;
}

.testimonials h2 {
	margin: 0 0 30px;
}

/* testimonials-block */
.testimonials-block {
	overflow: hidden;
	padding: 0 95px;
}

.testimonials-block .inner {
	display: table;
	table-layout: fixed;
	position: relative;
	width: 100%;
	border: 2px solid #00b68d;
	border-radius: 5px;
	color: #716156;
}

.testimonials-block .inner .ico {
	position: absolute;
	top: 50%;
	width: 55px;
	height: 55px;
	margin-top: -27px;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	background: #00b68d;
}

.testimonials-block .inner .ico img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 33px;
	max-height: 31px;
}

.testimonials-block .inner .ico.left {
	left: -27px;
}

.testimonials-block .inner .ico.right {
	right: -27px;
}

.testimonials-block .frame {
	/* display:table-cell;
	vertical-align:top;
	width:66.7%; */
	display: block;
	width: 100%;
}

.testimonials-slider .slide {
	/* padding:49px 30px 38px 60px; */
	padding: 0;
}

.testimonials-block blockquote {
	margin: 0;
	padding: 0;
	border: none;
	display: table-cell;
	width: 66.7%;
	padding: 49px 30px 38px 60px;
}

.testimonials-block q {
	display: block;
	position: relative;
	margin: 0 0 21px;
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
	letter-spacing: -.1px;
}

.testimonials-block q:before, .testimonials-block q:after {
	position: absolute;
	font-size: 55px;
	line-height: 24px;
	display: none;
}

.testimonials-block q:before {
	left: -24px;
	top: 6px;
	content: "“";
}

.testimonials-block q:after {
	margin: 19px 0 0 -1px;
	content: "”";
}

.testimonials-block cite {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-style: normal;
}

.testimonials-block .ttl {
	display: block;
	margin: 0 0 6px;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -.2px;
}

.testimonials-block .holder {
	display: table-cell;
	vertical-align: middle;
	width: 33.3%;
	padding: 30px 50px 42px;
	font: 300 24px/28px "Raleway", sans-serif;
}

.testimonials-block .holder:before {
	position: absolute;
	top: -1000px;
	bottom: -1000px;
	margin-left: -50px;
	width: 2px;
	background: #00b68d;
	content: "";
	-webkit-transform: rotate(15.5deg);
	transform: rotate(15.5deg);
}

.testimonials-block .holder > * {
	text-align: center;
}

.testimonials-block .num {
	display: block;
	margin: 0 0 20px;
	font-size: 90px;
	line-height: 1;
}

.testimonials-block p {
	margin: 0;
}

/* contact-bar */
.contact-bar {
	padding: 0 0 37px;
	font-size: 21px;
	line-height: 25px;
}

.contact-bar p {
	margin: 0 0 15px;
}

.contact-bar .lead {
	font-size: 24px;
	line-height: 28px;
}

.contact-bar a {
	color: #18ab85;
}

.contact-bar a:hover, .contact-bar a:focus {
	color: #736256;
}

.contact-bar .tel {
	color: inherit;
}

.contact-bar .tel:hover {
	color: #18ab85;
}

/* visual-block */
.visual-block {
	border-bottom: 4px solid #00b68d;
}

.visual-block figure {
	margin: 0 -10px;
}

.visual-block img {
	display: block;
	max-width: 1220px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* company-section */
.company-section {
	padding: 56px 0 45px;
}

.company-section header {
	max-width: 1050px;
	margin: 0 auto 51px;
}

.company-section h2 {
	margin: 0 0 9px;
	font: 300 40px/44px "Raleway", sans-serif;
}

.company-section p {
	margin: 0;
}

.company-section footer h2 {
	margin: 0 0 22px;
}

/* team-boxes */
.team-boxes {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px 15px;
}

.team-boxes:before, .team-boxes:after {
	display: none;
}

.team-boxes [class*="col-"] {
	padding: 0 12px;
}

/* team-box */
.team-box {
	position: relative;
	margin: 0 0 23px;
}

.team-box figure {
	display: table;
	table-layout: fixed;
	position: relative;
	width: 100%;
	height: 206px;
	border: 2px solid #00be93;
	border-radius: 4px;
	font: 18px/26px "Raleway", sans-serif;
	color: #00b68d;
}

.team-box figure:before {
	position: absolute;
	right: 16px;
	bottom: 10px;
	width: 25px;
	height: 29px;
	background: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/ico-002.svg") no-repeat;
	background-size: 25px 29px;
	opacity: .2;
	content: "";
}

.team-box .img {
	display: table-cell;
	vertical-align: middle;
	width: 39.73%;
	padding: 20px;
	text-align: center;
}

.team-box .img img {
	vertical-align: top;
	max-width: 78px;
	max-height: 123px;
	width: 100%;
	height: auto;
}

.team-box figcaption {
	display: table-cell;
	vertical-align: middle;
	width: 60.27%;
	padding: 20px 30px 20px 0;
}

.team-box h3 {
	margin: 0;
	font-size: 21px;
	line-height: 26px;
	font-weight: 600;
}

.team-box p {
	margin: 0;
}

.team-box .mask {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	border-radius: 4px;
	background: #6c5749;
	color: #fff;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.team-box .mask:before {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	content: "";
}

.team-box .inner {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding: 10px 50px 5px 30px;
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	white-space: normal;
}

.team-box .social-link {
	position: absolute;
	right: 18px;
	bottom: 9px;
	z-index: 20;
	width: 25px;
	height: 25px;
	visibility: hidden;
	opacity: 0;
}

.team-box .social-link:before, .team-box .social-link:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s;
}

.team-box .social-link:after, .team-box .social-link:hover:before {
	opacity: 0;
}

.team-box .social-link:hover:after {
	opacity: 1;
}

.team-box .social-link.linkedin:before {
	background-image: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/ico-linkedin-green.svg");
}

.team-box .social-link.linkedin:after {
	background-image: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/ico-linkedin-white.svg");
}

.team-box:hover .mask, .team-box:hover .social-link {
	visibility: visible;
	opacity: 1;
}

/* featured-items */
.featured-items {
	position: relative;
	padding: 35px 0 18px;
	background-position: 50% 50%;
	background-size: cover;
	background-color: #f7f7f7;
}

.featured-items:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	height: 14px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	content: "";
}

.featured-items > img {
	display: none;
}

.featured-items h2 {
	margin: 0 0 30px;
	font: 30px/34px "Raleway", sans-serif;
}

.featured-items .row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 -12px;
}

.featured-items .row:before, .featured-items .row:after {
	display: none;
}

.featured-items [class*="col-"] {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 22px;
}

.featured-items .more {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 27px 0 0;
	font-size: 21px;
	line-height: 26px;
	color: #00ac85;
}

.featured-items .more:hover {
	color: #716156;
}

.featured-items .more:hover:before {
	opacity: 0;
}

.featured-items .more:hover:after {
	opacity: 1;
}

.featured-items .more:before, .featured-items .more:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 22px;
	height: 14px;
	margin-top: -5px;
	background: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/arrow-001.svg") no-repeat;
	background-size: 22px 14px;
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s;
}

.featured-items .more:after {
	opacity: 0;
	background-image: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/arrow-002.svg");
}

/* featured-item */
.featured-item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	margin: 0 0 25px;
}

.featured-item:hover figure {
	border-color: #716156;
}

.featured-item:hover .txt {
	color: #716156;
}

.featured-item figure {
	width: 100%;
	padding: 23px 23px 15px;
	border: 2px solid transparent;
	border-radius: 6px;
	background: #fff;
	color: #575c60;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	box-shadow: 0 0 11px rgba(0, 0, 0, .11);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.featured-item .img {
	height: 0;
	padding-bottom: 60.51%;
	background-position: 50% 50%;
	background-size: cover;
}

.featured-item .img > img {
	display: none;
}

.featured-item figcaption {
	padding: 12px 0 0;
}

.featured-item h3 {
	margin: 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}

.featured-item .txt {
	color: #00b68d;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* about */
.about {
	padding: 52px 0 55px;
}

.about h2 {
	margin: 0 0 5px;
	font: 30px/34px "Raleway", sans-serif;
}

.about .row {
	margin: 0 -41px;
}

.about [class*="col-"] {
	padding: 0 41px;
}

/* about-list */
.about-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.about-list li {
	padding: 7px 0 11px;
}

.about-list li + li {
	border-top: 1px solid #eaeaea;
}

.about-item {
	position: relative;
	overflow: hidden;
	font-size: 15px;
	line-height: 20px;
	color: #716156;
	cursor: pointer;
}

.about-item figure {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.about-item .img {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	width: 124px;
	height: 115px;
}

.about-item .img img, .about-item .img svg {
	width: 75px;
	height: 75px;
	max-width: 75px;
	max-height: 75px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.about-item .img .mobile {
	opacity: 0;
}

.about-item figure figcaption {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 0 100px 0 0;
}

.about-item h3 {
	margin: 0 0 5px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
}

.about-item figure:before {
	position: absolute;
	right: 20px;
	top: 50%;
	z-index: 20;
	width: 25px;
	height: 29px;
	margin-top: -15px;
	background: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/ico-001.svg") no-repeat;
	background-size: 25px 29px;
	opacity: .5;
	content: "";
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 1;
}

.about-item p {
	margin: 0;
}

.about-item .mask {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	border-radius: 10px;
	background: #716156;
	color: #fff;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.about-item .mask:before {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	content: "";
}

.about-item .mask .inner {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding: 5px 70px 5px 25px;
	font-size: 14px;
	line-height: 20px;
	white-space: normal;
}

.about-item:hover .mask {
	top: 0;
}

/* bottom-section */
.bottom-section {
	position: relative;
	padding: 35px 0 0;
}

.bottom-section:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 7px;
	border-radius: 2px;
	background: #00b68d;
	content: "";
}

.bottom-section h2 {
	margin: 0 0 33px;
	font-size: 36px;
	line-height: 40px;
	font-weight: 300;
}

.bottom-section .btn {
	min-width: 227px;
	margin-bottom: 18px;
	padding: 14px;
	font: 28px/32px "Raleway", sans-serif;
	text-transform: none;
}

.bottom-section p {
	margin: 0;
}

.bottom-section a:not(.btn) {
	color: #00ac85;
}

.bottom-section a:not(.btn):hover, .bottom-section a:not(.btn):focus {
	color: #716156;
}

/* bottom-image */
.bottom-image {
	margin: 67px 0 -1px;
}

.bottom-image img {
	vertical-align: top;
	max-width: 445px;
	max-height: 196px;
	height: auto;
}

/* footer */
#footer {
	padding: 43px 0 60px;
	background: #716156;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

#footer.new-footer {
	padding: 39px 0 13px;
	font-size: 18px;
	line-height: 36px;
}

#footer .logo {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 11px;
}

#footer.new-footer .logo {
	margin: 0 0 18px;
}

#footer .logo img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

#footer .nav {
	margin: 0 -26px 27px;
	font-size: 0;
	line-height: 0;
	font-weight: 400;
	text-transform: uppercase;
}

#footer .nav > li {
	display: inline-block;
	vertical-align: top;
	padding: 0 26px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}

#footer .nav > li > a {
	display: inline;
	padding: 0;
	color: #00b68d;
}

#footer .nav > li > a:hover, #footer .nav > li > a:focus {
	background: none;
	color: #fff;
}

#footer p {
	margin: 0;
}

#footer .txt {
	margin: 0 0 17px;
	font: 30px/34px "Raleway", sans-serif;
}

#footer.new-footer .txt {
	margin: 0 0 15px;
	font: 24px/36px "Raleway", sans-serif;
}

#footer .list {
	list-style: none;
	margin: 0 -6px;
	padding: 0;
}

#footer .list li {
	display: inline-block;
	vertical-align: top;
	padding: 0 6px;
}

#footer a {
	color: inherit;
}

#footer a:hover, #footer a:focus {
	color: #00b68d;
}

#footer.new-footer .footer-inner {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding-right: 25px;
	padding-top: 13px;
}

#footer.new-footer .footer-item {
	display: inline-flex;
	flex-direction: column;
	padding-left: 3px;
}

#footer.new-footer .footer-item h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 2;
	color: #00b68d;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
	letter-spacing: -.02em;
}

#footer.new-footer .footer-item ul {
	margin: 0;
	padding: 0 50px 0 0;
	list-style: none;
	letter-spacing: -.04em;
	border-right: 1px solid rgba(255, 255, 255, .1);
	flex-grow: 1;
	line-height: 1;
}

#footer.new-footer .footer-item ul li {
	margin-bottom: 18px;
}

#footer.new-footer .footer-item:last-child ul {
	border: none;
	padding: 0;
}

/* stars */
#footer.new-footer .reviews {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin: 0;
	padding: 0 3px 0 0;
	list-style: none;
}

#footer.new-footer .reviews li {
	margin-left: 33px;
}

#footer.new-footer .footer-rights {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 36px;
	padding-top: 40px;
	padding-left: 3px;
	letter-spacing: .01em;
}

#footer.new-footer .footer-rights p {
	margin-right: 30px;
}

/* social */
.social {
	list-style: none;
	margin: 0 -5px 15px;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

#footer.new-footer .social {
	margin: 0 -5px 39px;
}

.social li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
}

.social a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 51px;
	height: 51px;
	border: 2px solid #00b68d;
	border-radius: 50%;
}

.social a:hover {
	border-color: #fff;
	background-color: #fff;
}

.social a:before, .social a:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s;
}

.social a:after, .social a:hover:before {
	opacity: 0;
}

.social a:hover:after {
	opacity: 1;
}

.social .facebook:before, .social .facebook:after {
	background-size: 11px 22px;
}

.social .facebook:before {
	background-image: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/ico-facebook.svg");
}

.social .facebook:after {
	background-image: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/ico-facebook-dark.svg");
}

.social .twitter:before, .social .twitter:after {
	background-size: 22px 17px;
}

.social .twitter:before {
	background-image: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/ico-twitter.svg");
}

.social .twitter:after {
	background-image: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/ico-twitter-dark.svg");
}

.social .linkedin:before, .social .linkedin:after {
	background-size: 22px 19px;
}

.social .linkedin:before {
	background-image: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/ico-linkedin.svg");
}

.social .linkedin:after {
	background-image: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/ico-linkedin-dark.svg");
}

.modal-open .modal {
	overflow: hidden;
}

.modal-dialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 77%;
	min-height: 100%;
	margin: 0;
	overflow-y: auto;
	background: rgba(87, 76, 68, .95);
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
}

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

.modal-content {
	padding: 30px 114px 30px 55px;
	box-shadow: none;
	border-radius: 0;
	border: none;
	background: none;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.modal-content .btn-list {
	font-size: 0;
	line-height: 0;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
	text-align: center;
	border: none;
}

.modal-content .btn-list li {
	display: inline-block;
	vertical-align: top;
	font-size: 21px;
	line-height: 26px;
	font-family: "Raleway", sans-serif;
	float: none;
}

.modal-content .btn-list .active a:hover, .modal-content .btn-list .active a:focus, .modal-content .btn-list .active a {
	border: 1px solid #fff;
	color: #fff;
	background: none;
}

.modal-content .btn-list li a:hover {
	color: #fff;
}

.modal-content .btn-list li a {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	padding: 9px 16px;
	border-radius: 3px;
	color: #00b68d;
	border: 1px solid transparent;
	line-height: inherit;
}

.modal-body {
	padding: 18px 0;
}

.modal-content p {
	margin: 0 0 24px;
}

.modal-content p a {
	color: inherit;
}

.modal-content .close {
	width: 48px;
	height: 48px;
	border-radius: 3px;
	background: #00b68d;
	opacity: 1;
	color: #fff;
	text-shadow: none;
	font-weight: normal;
	font-size: 70px;
	line-height: 48px;
	font-size: 0;
	line-height: 0;
}

.modal-content .close:after, .modal-content .close:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -17px;
	width: 34px;
	height: 4px;
	-webkit-transition: all .6s;
	transition: all .6s;
	background: #fff;
	border-radius: 3px;
}

.modal-content .close:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.modal-content .close:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.modal-content .close:hover:before {
	-webkit-animation: closeBtn2 .5s;
	animation: closeBtn2 .5s;
}

.modal-content .close:hover:after {
	-webkit-animation: closeBtn .5s;
	animation: closeBtn .5s;
}

@-webkit-keyframes closeBtn {
	0% {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	
	50% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	
	100% {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
}

@keyframes closeBtn {
	0% {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	
	50% {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	
	100% {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
}

@-webkit-keyframes closeBtn2 {
	0% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	100% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
}

@keyframes closeBtn2 {
	0% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	100% {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
}

.modal-backdrop {
	background: none;
}

.modal-header .close {
	margin: 0;
	position: absolute;
	top: 15px;
	right: -18px;
}

.modal-title {
	font-size: 36px;
	line-height: 40px;
	margin: 0;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
	text-align: center;
}

.modal-header {
	border: none;
	position: relative;
	padding: 15px 54px;
}

/*help-form*/
.help-form input[type="file"] {
	margin: 0 0 20px;
	outline: none !important;
	color: #fff;
}

.wpcf7 .wpcf7-form input[type="file"] + .wpcf7-not-valid-tip {
	margin: -15px 0 18px;
	padding: 0;
}

.help-form .input-holder {
	margin-bottom: 18px;
}

.help-form label {
	font-weight: 400;
	margin: 0 0 10px;
	vertical-align: top;
}

.help-form label span {
	color: #df0010;
}

.help-form .input-holder label {
	color: #808080;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
}

.help-form .form-control {
	height: 44px;
	color: #808080;
	border: 1px solid #a6a6a6;
	font-family: "Montserrat", sans-serif;
	padding: 9px 21px;
}

.help-form textarea.form-control {
	height: 148px;
}

.help-form .btn-success:focus, .help-form .btn-success:active, .help-form .btn-success:hover {
	color: #00b68d;
	background: none;
}

.help-form .btn {
	min-width: 190px;
	padding: 13px 5px;
	font-weight: 400;
}

.help-form .btn-success:before {
	background: #fff;
}

.help-form .btn input[type="submit"] {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	/*width:500px;*/
	
	/*height:500px;*/
	opacity: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}

.help-form .select2-container--default .select2-selection--single {
	background-color: #f6f6f6;
}

.select2 {
	display: block;
	vertical-align: top;
	width: 100% !important;
}

.select2:focus, .select2:focus *, .select2 *:focus, .select2 *:focus * {
	outline: none !important;
}

.select2-container--default .select2-selection--single {
	height: 44px;
	border: 1px solid #a6a6a6;
	border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #808080;
	line-height: 42px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 21px;
	padding-right: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 10px 7px 0;
	border-color: #333 transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
	right: 22px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #333;
	border-width: 0 7px 10px;
}

.select2-results__option {
	padding: 5px 21px;
	font-size: 16px;
	line-height: 21px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #fff;
	background: #00b68d;
}

.btn-open-modal {
	position: fixed;
	top: 112px;
	border: 2px solid #00be93;
	border-radius: 3px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 44px;
	z-index: 100;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	min-width: 206px;
	padding: 0 48px 0 14px;
	background: #fff;
	-webkit-transition: color .3s;
	transition: color .3s;
	display: none;
}

.btn-open-modal:after {
	content: "";
	width: 27px;
	height: 23px;
	background: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/ico-chat-1.svg") no-repeat;
	-webkit-background-size: 27px 23px;
	background-size: 27px 23px;
	position: absolute;
	top: 10px;
	right: 16px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: rotate(90deg) scaleX(1);
	transform: rotate(90deg) scaleX(1);
}

.btn-open-modal:hover:after {
	-webkit-transform: rotate(90deg) scaleX(-1);
	transform: rotate(90deg) scaleX(-1);
}

/* animated-words */
.animated-words {
	display: inline-block;
	position: relative;
	min-width: 206px;
}

.animated-words .animate-txt {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-animation: animatedWords 18s linear infinite;
	animation: animatedWords 18s linear infinite;
}

.animated-words .animate-txt:nth-child(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.animated-words .animate-txt:nth-child(2) {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.animated-words .animate-txt:nth-child(3) {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}

.animated-words .animate-txt:nth-child(4) {
	-webkit-animation-delay: 9s;
	animation-delay: 9s;
}

.animated-words .animate-txt:nth-child(5) {
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

.animated-words .animate-txt:nth-child(6) {
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
}

@-webkit-keyframes animatedWords {
	0% {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateX(50px);
	}
	
	2% {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateX(50px);
	}
	
	5% {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	17% {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	20% {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateX(-50px);
	}
	
	80% {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateX(-50px);
	}
	
	100% {
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateX(-50px);
	}
}

@keyframes animatedWords {
	0% {
		visibility: hidden;
		opacity: 0;
		transform: translateX(50px);
	}
	
	2% {
		visibility: hidden;
		opacity: 0;
		transform: translateX(50px);
	}
	
	5% {
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
	}
	
	17% {
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
	}
	
	20% {
		visibility: hidden;
		opacity: 0;
		transform: translateX(-50px);
	}
	
	80% {
		visibility: hidden;
		opacity: 0;
		transform: translateX(-50px);
	}
	
	100% {
		visibility: hidden;
		opacity: 0;
		transform: translateX(-50px);
	}
}

@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 21px;
		-webkit-text-size-adjust: none;
	}
	
	.container {
		padding-left: 18px;
		padding-right: 18px;
	}
	
	.sub-menu {
		display: none;
	}
	
	.main-nav > ul > li.has-drop > a {
		margin-bottom: 0;
	}
	
	.work-area {
		padding: 17px 0 18px;
	}
	
	.work-area h1 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 14px;
	}
	
	.work-block {
		padding: 11px 11px 13px;
		text-align: center;
		margin-bottom: 16px;
	}
	
	.work-slider .img {
		padding-top: 65.4%;
	}
	
	.work-slider .slick-arrow {
		margin-top: -29px;
	}
	
	.work-slider .slick-prev {
		left: -12px;
	}
	
	.work-slider .slick-next {
		right: -12px;
	}
	
	.work-block p {
		margin-bottom: 15px;
	}
	
	.work-block .btn-list {
		margin: 0 auto;
		width: 144px;
	}
	
	.work-block .btn-list li + li {
		margin-top: 9px;
	}
	
	.work-area .head .clear-both {
		clear: both;
		padding: 12px 0 0;
	}
	
	.work-area .head .btn {
		font-size: 14px;
		line-height: 16px;
		min-width: 70px;
		padding: 3px 5px;
	}
	
	.work-area.detail-style {
		padding: 12px 0 0;
	}
	
	.work-detail {
		padding: 0 0 15px;
		border: none;
	}
	
	.work-detail .work-slider .slick-arrow:before {
		font-size: 28px;
		line-height: 36px;
		top: -1px;
	}
	
	.work-detail .work-slider .slick-arrow {
		margin-top: -31px;
		width: 29px;
		height: 36px;
	}
	
	.work-detail .holder {
		padding: 12px 12px 16px;
		border: 1px solid #e9e6e4;
		border-radius: 5px;
		margin-bottom: 16px;
	}
	
	.work-detail .work-slider .img {
		padding-top: 66.5%;
	}
	
	.work-detail .work-slider .slick-next {
		right: -12px;
	}
	
	.work-detail .work-slider .slick-prev {
		left: -12px;
	}
	
	.work-detail .work-slider {
		margin-bottom: 27px;
	}
	
	.work-detail .btn-holder {
		padding: 0;
	}
	
	.work-detail .btn-holder .btn {
		text-transform: uppercase;
		font-size: 14px;
		line-height: 18px;
		font-weight: 300;
		font-family: "Montserrat", sans-serif;
		padding: 7px 10px;
		min-width: 144px;
	}
	
	.work-widget {
		padding: 16px 23px 21px;
	}
	
	.work-widget h2 {
		margin-bottom: 13px;
	}
	
	.work-widget ul {
		margin: 0 0 -7px -6px;
		padding: 5px 0 0;
	}
	
	.work-widget blockquote {
		padding: 5px 0 0;
		margin: 0 -7px;
	}
	
	.work-widget blockquote cite {
		margin-left: -3px;
	}
	
	.contact-us {
		padding: 20px 0 29px;
		text-align: center;
		font-size: 16px;
		line-height: 21px;
	}
	
	.contact-us h1 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 24px;
	}
	
	.contact-us p {
		margin: 0 0 29px;
	}
	
	.contact-us h2 {
		font-size: 21px;
		line-height: 28px;
		margin: 0;
	}
	
	.contact-us address {
		margin-bottom: 19px;
	}
	
	.contact-us .text {
		margin-bottom: 32px;
	}
	
	.contact-form {
		padding: 0 8px;
	}
	
	.form-control {
		height: 36px;
		padding: 5px 13px;
	}
	
	.input-holder {
		margin-bottom: 15px;
	}
	
	.input-holder label {
		font-size: 16px;
		line-height: 20px;
		padding: 8px 0 8px 13px;
	}
	
	textarea.form-control {
		height: 156px;
		margin-bottom: 20px;
	}
	
	.wpcf7 .wpcf7-not-valid-tip {
		text-align: left;
	}
	
	.contact-form .btn {
		font-size: 15px;
		min-width: 184px;
		padding: 10px;
	}
	
	.contact-us .partner-list li {
		width: 61.6%;
		padding: 0 14px;
	}
	
	.contact-us .partner-list li:last-child {
		width: 38.4%;
	}
	
	.contact-us .partner-list {
		margin: 21px -14px 0;
		text-align: center;
	}
	
	/* services-items */
	.services-items {
		padding: 30px 0;
	}
	
	.services-items h2 {
		margin: 0 0 30px;
		font-size: 24px;
		line-height: 28px;
	}
	
	.services-items + .testimonials {
		margin-top: 0;
	}
	
	/* logos-block */
	.logos-block {
		padding: 30px 0 20px;
	}
	
	.logos-block h2 {
		font-size: 24px;
		line-height: 28px;
	}
	
	.logos {
		margin: 0 -10px;
	}
	
	.logos li {
		padding: 0 10px 10px;
	}
	
	.logos.type2 {
		padding: 30px 0 10px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.logos.type2 li {
		width: 25%;
		padding: 10px;
	}
	
	.info-block + .logos {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	.logos.type3 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.logos.type3 li {
		width: 50%;
		padding: 10px;
	}
	
	/* services-boxes */
	.services-boxes h2 {
		margin: 0 0 30px;
		font-size: 24px;
		line-height: 28px;
	}
	
	.services-box .img {
		height: 100px;
	}
	
	.services-box .img img {
		max-height: 80px;
	}
	
	/* intro-block */
	.intro-block {
		padding: 24px 0 17px;
		font-size: 15px;
	}
	
	.intro-block .img {
		margin: 0 0 18px;
		text-align: center;
	}
	
	.intro-block .img img {
		max-width: 37.32%;
	}
	
	.intro-block h1 {
		margin: 0 0 16px;
		font-size: 24px;
		line-height: 28px;
		text-align: center;
	}
	
	/* services-list */
	.services-list-holder {
		padding: 15px 0 24px;
	}
	
	.services-list-holder h2 {
		margin: 0 0 13px;
		font-size: 18px;
		line-height: 24px;
	}
	
	.services-list {
		font-size: 15px;
	}
	
	.services-list li {
		padding: 0 4px 7px;
	}
	
	.services-list .list-item {
		padding: 7px 12px;
	}
	
	.services-list-holder h2.type2 {
		font-size: 18px;
	}
	
	/* info-block */
	.info-block {
		padding: 19px 0 35px;
		font-size: 15px;
	}
	
	.info-block h2 {
		margin: 0 0 19px;
		font-size: 21px;
		line-height: 28px;
	}
	
	.info-block p {
		margin: 0 0 21px;
	}
	
	.info-block .txt {
		font-size: 15px;
		font-weight: 500;
	}
	
	/* fact-box */
	.fact-box {
		margin: 28px 0 0;
		padding: 18px 30px 19px 19px;
		font-size: 15px;
		line-height: 21px;
	}
	
	.fact-box header {
		margin: 0 0 17px;
	}
	
	.fact-box .img {
		width: 82px;
		padding: 0 15px 0 0;
	}
	
	.fact-box h3 {
		font-size: 18px;
		line-height: 21px;
	}
	
	/* testimonials */
	.testimonials {
		padding: 22px 0 27px;
	}
	
	.testimonials h2 {
		margin: 0 0 10px;
		font-size: 24px;
		line-height: 28px;
	}
	
	.testimonials-block {
		padding: 24px 0 18px;
	}
	
	.testimonials-block .inner .ico.left {
		top: -26px;
		width: 45px;
		height: 45px;
		margin-left: -23px;
		background-size: 26px 25px;
	}
	
	.testimonials-block .inner .ico img {
		max-width: 26px;
		max-height: 25px;
	}
	
	.testimonials-block .inner .ico.right {
		bottom: -20px;
		width: 43px;
		height: 43px;
		margin-left: -22px;
		background-size: 26px 22px;
	}
	
	.testimonials-slider .slide {
		padding: 31px 20px 33px 33px;
	}
	
	.testimonials-block q {
		margin: 0 0 17px;
		font-size: 16px;
		line-height: 21px;
	}
	
	.testimonials-block q::before {
		left: -27px;
		top: 7px;
	}
	
	.testimonials-block cite {
		font-size: 15px;
		line-height: 21px;
	}
	
	.testimonials-block .ttl {
		margin: 0 0 3px;
		font-size: 16px;
		line-height: 21px;
	}
	
	.testimonials-block .holder {
		padding: 15px 30px 36px;
		font-size: 21px;
		line-height: 28px;
	}
	
	.testimonials-block .num {
		margin: 0 0 8px;
	}
	
	/* contact-bar */
	.contact-bar {
		padding: 0 0 13px;
		font-size: 18px;
		line-height: 21px;
	}
	
	.contact-bar p {
		margin: 0 0 22px;
	}
	
	.contact-bar .lead {
		font-size: 21px;
		line-height: 24px;
	}
	
	/* visual-block */
	.visual-block {
		border-bottom-width: 2px;
	}
	
	/* company-section */
	.company-section {
		padding: 21px 0 45px;
	}
	
	.company-section header {
		margin-bottom: 21px;
	}
	
	.company-section h2 {
		margin: 0 0 15px;
		font-size: 30px;
		line-height: 34px;
	}
	
	.company-section footer h2 {
		margin: 0 0 11px;
	}
	
	/* team-box */
	.team-boxes {
		margin-bottom: 29px;
	}
	
	.team-box {
		top: 0;
		margin: 0 0 7px;
		visibility: visible;
		opacity: 1;
		-webkit-transition: none;
		transition: none;
	}
	
	.team-box figure {
		display: table-cell;
		vertical-align: middle;
		width: 1%;
		height: 226px;
		padding: 25px 20px 37px;
		font-size: 21px;
		line-height: 25px;
		font-weight: 300;
		text-align: center;
		color: #736256;
	}
	
	.team-box figure::before {
		right: 14px;
		bottom: 9px;
	}
	
	.team-box .img, .team-box figcaption {
		display: block;
		width: auto;
	}
	
	.team-box .img {
		padding: 0 0 9px;
	}
	
	.team-box .img img {
		max-height: 98px;
		height: 400px;
		max-width: none;
		width: auto;
	}
	
	.team-box figcaption {
		padding: 0;
	}
	
	.team-box h3 {
		font-size: 21px;
		line-height: 25px;
	}
	
	.team-box .inner {
		padding: 10px 50px 5px 20px;
		font-size: 12px;
		line-height: 16px;
	}
	
	.team-box.active .mask, .team-box.active .social-link {
		visibility: visible;
		opacity: 1;
	}
	
	/* featured-items */
	.featured-items {
		padding: 19px 0 21px;
		background-image: none !important;
	}
	
	.featured-items.nitro-lazy {
		background-image: none !important;
	}
	
	.featured-items .row {
		display: block;
	}
	
	.featured-items h2 {
		margin: 0 0 15px;
		font-size: 24px;
		line-height: 30px;
	}
	
	.featured-items .more {
		font-size: 18px;
		line-height: 22px;
	}
	
	.featured-item {
		margin: 0 0 20px;
	}
	
	.featured-item figure {
		padding: 18px 13px 17px;
	}
	
	.featured-item figcaption {
		padding: 14px 0 0;
	}
	
	.featured-item h3 {
		margin: 0 0 6px;
	}
	
	/* about */
	.about {
		padding: 16px 0 92px;
	}
	
	.about h2 {
		margin: 0 0 9px;
		font-size: 24px;
		line-height: 30px;
	}
	
	.about-list {
		margin: 0 -18px;
	}
	
	.about-list li {
		padding: 0;
		border-top: 1px solid #eaeaea;
	}
	
	.about-item {
		line-height: 18px;
		cursor: auto;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	
	.about-item.open {
		background: #726257;
		color: #fff;
	}
	
	.about-item.open .img img, .about-item.open figure:before {
		opacity: 0;
	}
	
	.about-item.open .img .mobile {
		opacity: 1;
	}
	
	.about-item.open .btn-close {
		visibility: visible;
		opacity: 1;
	}
	
	.about-item figure {
		cursor: pointer;
	}
	
	.about-item figure::before {
		right: 25px;
		opacity: .8;
	}
	
	.about-item .btn-close {
		position: absolute;
		top: 50%;
		right: 23px;
		width: 25px;
		height: 25px;
		margin-top: -12px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
	}
	
	.about-item .btn-close:before, .about-item .btn-close:after {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 32px;
		height: 6px;
		border-radius: 3px;
		background: #fff;
		content: "";
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
	}
	
	.about-item .btn-close:after {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	
	.about-item .img {
		width: 85px;
		height: 74px;
	}
	
	.about-item .img img {
		-webkit-transform: translate(-50%, -50%) scale(.8);
		transform: translate(-50%, -50%) scale(.8);
	}
	
	.about-item h3 {
		margin: 0;
		font-size: 21px;
		line-height: 26px;
	}
	
	.about-item .mask {
		display: none;
		position: static;
		width: auto;
		height: auto;
		overflow: visible;
		border-radius: 0;
		background: none;
		-webkit-transition: none;
		transition: none;
	}
	
	.about-item .mask::before {
		display: none;
	}
	
	.about-item .mask .inner {
		display: block;
		padding: 0 18px 23px;
		font-size: 14px;
	}
	
	/* bottom-section */
	.bottom-section {
		padding: 22px 0 0;
	}
	
	.bottom-section h2 {
		margin: 0 0 18px;
		font-size: 24px;
		line-height: 30px;
	}
	
	.bottom-section .btn {
		min-width: 170px;
		margin-bottom: 24px;
		padding: 11px;
		font-size: 21px;
		line-height: 25px;
	}
	
	/* bottom-image */
	.bottom-image {
		margin: 35px 0 -1px;
	}
	
	.bottom-image img {
		max-width: 79.57%;
	}
	
	/* footer */
	#footer {
		padding: 28px 0 89px;
		font-size: 13px;
		text-align: center;
	}
	
	#footer.new-footer {
		font-size: 15px;
	}
	
	#footer .logo {
		max-width: 152px;
		margin: 0 0 12px;
	}
	
	#footer .nav {
		margin: 0 0 22px;
	}
	
	#footer .nav > li {
		display: block;
		padding: 10px 0;
		font-size: 16px;
		line-height: 20px;
	}
	
	#footer [class*="col-"].pull-right {
		float: none !important;
	}
	
	#footer [class*="col-"].text-right {
		text-align: center;
	}
	
	#footer .txt {
		margin: 0 0 20px;
		font-size: 21px;
		line-height: 25px;
	}
	
	#footer.new-footer .footer-inner {
		flex-direction: column;
	}
	
	#footer.new-footer .footer-item h3 {
		font-size: 20px;
	}
	
	#footer.new-footer .footer-rights {
		padding-left: 0;
		font-size: 13px;
		line-height: 20px;
	}
	
	#footer.new-footer .footer-item {
		margin-bottom: 20px;
	}
	
	.social {
		margin-bottom: 34px;
	}
	
	.modal-content {
		padding: 30px 18px;
	}
	
	.modal-title {
		font-size: 24px;
		line-height: 28px;
	}
	
	.modal-header {
		padding: 52px 15px 0;
	}
	
	.modal-header .close {
		top: 0;
		right: 0;
	}
	
	.modal-content {
		text-align: center;
	}
	
	.modal-content .btn-list {
		margin-bottom: 10px;
	}
	
	.help-form .input-holder label {
		line-height: 28px;
	}
	
	.help-form .form-control {
		padding: 9px 13px;
	}
	
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		text-align: left;
	}
	
	.select2-container .select2-selection--single .select2-selection__rendered {
		padding-left: 13px;
	}
	
	.modal-content .btn-list li {
		display: block;
	}
}

@media screen and (max-width: 479px) {
	/* animated-words */
	.animated-words {
		display: block;
	}
	
	.animated-words .animate-txt {
		right: 0;
	}
}

@media screen and (min-width: 768px) {
	/* about */
	.about-item .mask {
		display: block !important;
	}
}

/* Jason added styles */
.site-map-menu {
	padding-top: 40px;
	line-height: 30px;
}

.site-map-menu ul {
	text-align: left;
}

.visual-text p {
	font-size: 18px;
	line-height: 24px;
}

.testimonials {
	display: none;
}

/* Luke Styles - 2018-07-14 ------------------------------------------------- */
.bump {
	margin-bottom: 40px;
}

.v-center {
	width: 100%;
	height: 100%;
	display: table;
	top: 0;
}

.v-center .v-center-in {
	display: table-cell;
	vertical-align: middle;
}

.breadcrumbs {
	clear: both;
	position: absolute;
	top: 100%;
	right: 14px;
	padding-top: 21px;
	z-index: 1;
}

.breadcrumbs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumbs ul li {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	padding: 5px 7px;
	float: left;
}

.breadcrumbs ul li.item-linked a, .breadcrumbs ul li.separator {
	color: #15b68e;
}

.breadcrumbs ul li.item-linked a:hover {
	color: #736256;
}

.pricing-boxes-holder {
	padding: 30px 0;
}

.pricing-boxes h2 {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
}

.pricing-boxes .box-hlt-text {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}

.pricing-boxes .pricing-box {
	margin-bottom: 25px;
}

.pricing-boxes .pricing-box .box-header {
	color: #fff;
	text-align: center;
	padding: 18px 24px;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #716156;
}

.pricing-boxes .pricing-box .box-header .box-title {
	font-size: 21px;
	margin-top: 0;
}

.pricing-boxes .pricing-box .box-header .box-subtitle {
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 0;
}

.pricing-boxes .pricing-box .box-body {
	padding: 10px 0 20px;
	border: 1px solid #ebebeb;
	border-top: none;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.pricing-boxes .pricing-box .box-list .list-item {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	padding: 4px 35px;
	overflow: hidden;
}

.pricing-boxes .pricing-box .box-list .list-item.item-even {
	background-color: #f8f7f6;
}

.pricing-boxes .pricing-box .box-list .list-item.item-empty {
	text-indent: -9999px;
}

.pricing-boxes .pricing-box .box-list .list-item > div {
	display: inline-block;
}

.pricing-boxes .pricing-box .box-list .list-item .item-text-sm {
	font-size: 12px;
}

.pricing-boxes .pricing-box .box-btn {
	text-align: center;
	margin-top: 30px;
}

.pricing-boxes .pricing-box .box-btn .btn {
	padding-left: 40px;
	padding-right: 40px;
}

.pricing-boxes .box-hlt-text {
	color: #00b68d;
}

.pricing-boxes .pricing-box.box-hlt .box-header {
	background-color: #00b68d;
}

@media screen and (max-width: 1239px) {
	.sub-menu {
		display: none;
	}
	
	.breadcrumbs {
		display: block;
	}
}

@media screen and (max-width: 991px) {
	.main-nav > ul > li.has-drop > a {
		margin-bottom: 0 !important;
	}
	
	.menu-opened .breadcrumbs {
		display: none !important;
	}
	
	.pricing-boxes .pricing-box .box-list .list-item.item-empty {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.single-solution #header {
		margin-bottom: 35px;
	}
}

/* Luke Styles - 2018-07-14 ------------------------------------------------- */
.footer-reviews {
	display: inline-block;
	margin: 0 0 20px 30px;
}

.footer-reviews a {
	display: inline-block;
	margin-left: 15px;
}

.footer-reviews a:first-child {
	margin-left: 0;
}

.footer-reviews a img {
	max-height: 61px;
	width: auto;
}

@media screen and (max-width: 991px) {
	.footer-reviews {
		margin: 0 0 30px 0;
	}
}

@media screen and (max-width: 767px) {
	.footer-reviews {
		width: 100%;
		display: block;
		clear: both;
		margin-top: 10px;
	}
	
	.footer-reviews a {
		display: inline-block;
		margin: 0 7px !important;
	}
	
	.footer-reviews a img {
		max-height: 44px;
		width: auto;
	}
}

/* Luke Styles - 2019-05-28 ------------------------------------------------- */
.contact-bar {
	text-align: center;
	position: relative;
	padding-top: 20px;
}

.contact-bar:after {
	content: "";
	width: 100%;
	height: 7px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	background-color: #00b68d;
}

.single-solution .template-new .intro-block {
	color: #fff;
	padding: 0;
	margin-top: 110px;
	margin-bottom: 50px;
	background-color: #716156;
}

.single-solution .template-new .intro-block .col-sm-2, .single-solution .template-new .intro-block .col-sm-10 {
	float: left;
}

.single-solution .template-new .intro-block .img {
	margin: -35px 0 -55px;
}

.single-solution .template-new .intro-block .img.square {
	margin: 50px 0 0 0;
}

.single-solution .template-new .intro-block .img svg {
	max-width: 100%;
	height: auto;
}

.single-solution .template-new .intro-block h1 {
	font-weight: 600;
	margin-bottom: 5px;
}

.single-solution .template-new .intro-block h2 {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	margin-top: 0;
}

.single-solution .template-new .intro-block .holder {
	padding: 40px 0 45px 30px;
}

.single-solution .template-new .in-page-nav {
	margin-top: 38px;
}

.single-solution .template-new .in-page-nav a {
	color: #1cb58e;
	font-weight: 500;
	text-transform: uppercase;
}

.single-solution .template-new .in-page-nav a:hover {
	opacity: .7;
}

.single-solution .template-new .in-page-nav a:before {
	content: "•";
	margin: 0 15px;
}

.single-solution .template-new .in-page-nav a:first-child:before {
	content: none;
}

.single-solution .template-new .services-items {
	padding-bottom: 0;
}

.single-solution .template-new .services-box {
	padding: 0 0 20px;
	position: relative;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #eaeaea;
}

.single-solution .template-new .services-box .img {
	width: 95px;
	position: absolute;
	top: 0;
	left: 0;
}

.single-solution .template-new .services-box figcaption {
	font-size: 15px;
	line-height: 20px;
	margin-left: 120px;
}

.single-solution .template-new .services-box figcaption h3 {
	color: #00b68d;
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	text-align: left;
	margin-bottom: 5px;
}

.single-solution .template-new .bottom-section {
	padding: 0;
}

.single-solution .template-new .bottom-section:before {
	content: none;
}

.single-solution .template-new .testimonials {
	display: block;
	padding: 0;
}

.single-solution .template-new .logos-block {
	padding-bottom: 0;
}

.template-new .build-row {
	margin-bottom: 30px;
}

.template-new .build-row:last-child {
	margin-bottom: 0;
}

.template-new .build-row .row-title {
	font-family: "Raleway", sans-serif;
	text-align: center;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.row.row-sm {
		margin-left: -12px;
		margin-right: -12px;
	}
	
	.row.row-sm > .col {
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.row.row-md {
		margin-left: -25px;
		margin-right: -25px;
	}
	
	.row.row-md > .col {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.row.row-lg {
		margin-left: -40px;
		margin-right: -40px;
	}
	
	.row.row-lg > .col {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.row.row-xl {
		margin-left: -60px;
		margin-right: -60px;
	}
	
	.row.row-xl > .col {
		padding-left: 60px;
		padding-right: 60px;
	}
}

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

@media (min-width: 1240px) {
	.single-solution .template-new .intro-block h1 {
		font-size: 56px;
		line-height: 76px;
	}
	
	.single-solution .template-new .intro-block h2 {
		font-size: 28px;
		line-height: 36px;
	}
	
	.single-solution .template-new .intro-block .col-sm-2 {
		width: 17.666667%;
	}
	
	.single-solution .template-new .intro-block .col-sm-10 {
		width: 82.33333333%;
	}
}

@media (max-width: 1239px) {
	.single-solution .template-new .intro-block .img {
		margin: -15px 0 -25px;
	}
	
	.single-solution .template-new .intro-block .img.square {
		margin: 25px 0 0 0;
	}
	
	.single-solution .template-new .intro-block h1 {
		font-size: 42px;
		line-height: 52px;
	}
	
	.single-solution .template-new .intro-block h2 {
		font-size: 24px;
		line-height: 30px;
	}
	
	.single-solution .template-new .in-page-nav {
		margin-top: 24px;
	}
}

@media (max-width: 991px) {
	.single-solution .template-new .intro-block h1 {
		font-size: 32px;
		line-height: 42px;
	}
	
	.single-solution .template-new .in-page-nav {
		margin-top: 15px;
	}
	
	.single-solution .template-new .in-page-nav a {
		font-size: 14px;
	}
	
	.single-solution .template-new .in-page-nav a:before {
		margin: 0 10px;
	}
	
	.single-solution .template-new .intro-block .col-sm-2, .single-solution .template-new .intro-block .col-sm-10 {
		width: 100%;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.single-solution .template-new .intro-block .container {
		width: 95%;
	}
	
	.single-solution .template-new .intro-block .col-sm-2 {
		width: 19.66666667%;
	}
	
	.single-solution .template-new .intro-block .col-sm-10 {
		width: 80.33333333%;
	}
	
	.single-solution .template-new .in-page-nav a:before {
		margin: 0 5px;
	}
	
	.single-solution .template-new .intro-block .holder {
		padding: 30px 0 25px 0px;
	}
}

@media (max-width: 767px) {
	.single-solution .template-new .intro-block {
		margin-bottom: 30px;
	}
	
	.single-solution .template-new .intro-block .col-sm-2, .single-solution .template-new .intro-block .col-sm-10 {
		width: 100%;
		float: none;
	}
	
	.single-solution .template-new .intro-block h2 {
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}
	
	.single-solution .template-new .intro-block .img {
		max-width: 100px;
		margin: -50px auto 0;
	}
	
	.single-solution .template-new .intro-block .img.square {
		margin: 25px auto 0;
	}
	
	.single-solution .template-new .intro-block .holder {
		padding: 20px 0px 30px;
	}
	
	.single-solution .template-new .in-page-nav {
		display: none;
	}
}

@media (max-width: 450px) {
	.single-solution .template-new .intro-block .img {
		max-width: 70px;
	}
	
	.single-solution .template-new .intro-block h1 {
		font-size: 28px;
		line-height: 32px;
	}
}

/* new 24.07.2019 */
.services-box.link {
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.services-box.link:before {
	position: absolute;
	left: -10px;
	top: -27px;
	right: -10px;
	bottom: -1px;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	background: #716156;
	content: "";
	-webkit-transition: all .3s;
	transition: all .3s;
}

.services-box.link:hover:before {
	visibility: visible;
	opacity: .1;
}

.services-box.link a {
	pointer-events: none;
}

.services-box.link a:hover, .services-box.link a:focus {
	color: #22b690;
}

/* Luke Styles - 2019-08-24 ------------------------------------------------- */
body:not(.single-solution2) .main-nav .mega-drop-parent ul li.shopify-development a:before {
	content: "";
	position: absolute;
	width: 59px;
	height: 48px;
	left: -5px;
	top: 50%;
	margin-top: -28px;
	/*background: url(../images/ico-menu-4.png) no-repeat;*/
	background: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/optimized/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/service-icon-shopify-alt.svg") no-repeat;
	background-size: 100% 100%;
}

/* projects-section */
.projects-section {
	padding: 47px 0;
}

@media (min-width: 1240px) {
	.projects-section .container {
		width: 1180px;
	}
}

.projects-section .container > h2 {
	margin: 0 0 37px;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 300;
}

.work-block.type2 {
	position: relative;
	overflow: hidden;
}

.work-block.type2 .caption {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(113, 97, 86, .95);
	padding: 40px 40px 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	z-index: 10;
	transition: opacity .3s ease-out;
	opacity: 0;
	letter-spacing: 1px;
}

.work-block.type2 .caption h3 {
	text-transform: uppercase;
	margin: 0 0 30px;
}

.work-block.type2 .caption ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-block.type2 .caption ul li {
	margin: 0 0 17px;
}

.work-block.type2 > .row {
	position: relative;
	z-index: 15;
	transition: color .3s ease-out;
}

.work-block.type2:hover > .row {
	color: #fff;
}

.work-block.type2:hover .caption {
	opacity: 1;
}

/* end projects-section */

/* experience-section */
.experience-section {
	padding: 41px 0 15px;
	text-align: center;
	background: #16a983;
	color: #fff;
}

.experience-section .title-block {
	padding: 0 0 26px;
}

.experience-section .title-block h2 {
	margin: 0 0 8px;
	font-weight: 300;
	font-size: 28px;
	line-height: 1.3;
}

.experience-section .val {
	display: block;
	font-size: 72px;
	line-height: 1;
	font-weight: 500;
	margin: 0 0 6px;
}

.experience-section .val small {
	font-size: 48px;
}

.experience-section h3 {
	margin: 0 0 40px;
	font-weight: normal;
	line-height: 1.25;
}

/* end experience-section */

/* customers-section */
.customers-section {
	padding: 0 0 67px;
}

.customers-section h2 {
	margin: 0 0 24px;
	font-weight: 300;
	font-size: 28px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: -1px;
}

.testimonials-box {
	max-width: 1012px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	border-radius: 5px;
	border: 2px solid #00b68d;
	position: relative;
}

.testimonials-box blockquote {
	margin: 0;
	padding: 50px 60px 38px;
	flex-grow: 1;
	width: 1%;
	border: 0;
}

.testimonials-box blockquote q {
	display: block;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 18px;
	position: relative;
	line-height: 1.3;
}

.testimonials-box blockquote q::before {
	font-size: 50px;
	content: "“";
	left: -22px;
	top: -8px;
	font-style: italic;
	position: absolute;
	line-height: 1;
}

.testimonials-box blockquote q::after {
	content: "”";
	font-size: 50px;
	font-style: italic;
	line-height: .3;
	vertical-align: top;
	position: relative;
	top: 20px;
}

.testimonials-box blockquote cite {
	display: block;
	font-style: normal;
	font-size: 24px;
	line-height: 1.3;
}

.testimonials-box blockquote cite span {
	display: block;
	font-size: 18px;
	padding: 6px 0 0;
}

.testimonials-box figure {
	margin: 0 0 0 auto;
	flex-shrink: 0;
	width: 36%;
	min-height: 262px;
	position: relative;
}

.testimonials-box figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 4px 4px 0;
	object-position: 0 50%;
}

.testimonials-box .icon {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 5;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00b68d;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.testimonials-box .icon img {
	display: block;
	height: 31px;
	width: auto;
}

/* end customers-section */

/* services-list-holder has-descr */
.services-list.has-descr .list-item {
	position: relative;
	padding: 0;
	align-items: stretch;
}

.services-list.has-descr .list-item > span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
}

.services-list.has-descr .list-item > span:last-child {
	position: static;
	min-height: 76px;
}

.services-list.has-descr .list-item .descr {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 8px 20px;
	text-transform: none;
	background: #51b390;
	border-radius: 5px;
	margin: -1px;
	position: relative;
	z-index: 5;
	width: 100%;
	flex-shrink: 0;
	transition: all .3s ease-out;
	opacity: 0;
	min-height: 76px;
}

.services-list.has-descr .list-item:hover .descr {
	opacity: 1;
}

.services-list.has-descr .list-item .descr p {
	margin: 0;
}

.services-list.has-descr .list-item .descr a {
	text-transform: uppercase;
	text-decoration: underline;
}

.services-list.has-descr .list-item .descr a:hover {
	text-decoration: none;
}

/* end services-list-holder has-descr */
@media screen and (max-width: 1239px) {
	.work-block.type2 .caption {
		font-size: 16px;
	}
	
	.experience-section .val {
		font-size: 60px;
	}
	
	.experience-section h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 991px) {
	.services-list.has-descr .list-item .descr {
		padding: 10px;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px) {
	.work-block.type2 .caption {
		font-size: 12px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
	}
	
	.work-block.type2 .caption h3 {
		font-size: 18px;
		margin: 0 0 10px;
	}
	
	.work-block.type2 .caption ul li {
		margin: 0 0 5px;
	}
	
	.projects-section {
		padding-bottom: 30px;
	}
	
	.customers-section {
		padding-bottom: 30px;
	}
	
	.customers-section h2 {
		margin: 0 0 50px;
	}
	
	.testimonials-box {
		display: block;
	}
	
	.testimonials-box blockquote {
		padding: 40px 30px 30px;
		width: auto;
	}
	
	.testimonials-box blockquote cite span, .testimonials-box blockquote q {
		font-size: 16px;
	}
	
	.testimonials-box blockquote cite {
		font-size: 20px;
	}
	
	.testimonials-box figure {
		width: auto;
		min-height: 1px;
	}
	
	.testimonials-box figure img {
		position: static;
		width: 100%;
		height: auto;
		border-radius: 0 0 4px 4px;
	}
	
	.testimonials-box .icon {
		top: 0;
		left: 50%;
	}
	
	.services-list.has-descr .list-item .descr {
		padding: 10px 20px;
		font-size: 16px;
	}
}

/* RESPONSIVE STYLES */
@media screen and (min-width: 992px) {
	.main-nav ul ul li .icon-wrap .menu-item-icon {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.main-nav ul ul {
		display: block !important;
	}
	
	/*.main-nav ul .active > ul{
		opacity: 1;
		visibility: visible;
	}*/
	.sub-menu {
		opacity: 1;
		visibility: visible;
	}
	
	.icon-list.appear li {
		position: relative;
		-webkit-transform: translate(-60px, 0);
		transform: translate(-60px, 0);
		-webkit-transition: all .5s;
		transition: all .5s;
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
		opacity: 0;
	}
	
	.icon-list.appear li p {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s;
		-webkit-transition-delay: 2.2s;
		transition-delay: 2.2s;
	}
	
	.icon-list.appear li:nth-child(2) {
		-webkit-transition-delay: 1.25s;
		transition-delay: 1.25s;
	}
	
	.icon-list.appear li:nth-child(3) {
		-webkit-transition-delay: 1.5s;
		transition-delay: 1.5s;
	}
	
	.icon-list.appear li:nth-child(4) {
		-webkit-transition-delay: 1.75s;
		transition-delay: 1.75s;
	}
	
	.icon-list.anim li {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
	
	.icon-list.anim li p {
		opacity: 1;
		visibility: visible;
	}
	
	.icon-list.appear:before {
		-webkit-transition: all 1s;
		transition: all 1s;
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}
	
	.icon-list.anim:before {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	
	.icon-list.appear:after {
		-webkit-transition: all 1s;
		transition: all 1s;
		-webkit-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
	
	.icon-list.anim:after {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	
	.icon-list li:nth-child(3) a:hover .img:before {
		-webkit-animation: animIcon 2s;
		animation: animIcon 2s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}
	
	.icon-list li:nth-child(3) a:hover .img:after {
		-webkit-animation: animIcon 2s;
		animation: animIcon 2s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}
	
	.icon-list li:nth-child(3):hover .svg > g:not(:nth-child(1)) {
		-webkit-animation: fillOpacity 2s;
		animation: fillOpacity 2s;
	}
	
	.icon-list li:nth-child(3):hover .svg > g:nth-child(2) {
		-webkit-animation-delay: .05s;
		animation-delay: .05s;
	}
	
	.icon-list li:nth-child(3):hover .svg > g:nth-child(3) {
		-webkit-animation-delay: .1s;
		animation-delay: .1s;
	}
	
	.icon-list li:nth-child(3):hover .svg > g:nth-child(4) {
		-webkit-animation-delay: .15s;
		animation-delay: .15s;
	}
	
	.icon-list li:nth-child(3):hover .svg > g:nth-child(5) {
		-webkit-animation-delay: .2s;
		animation-delay: .2s;
	}
	
	.icon-list li:nth-child(3):hover .svg > g:nth-child(6) {
		-webkit-animation-delay: .25s;
		animation-delay: .25s;
	}
}

@media screen and (max-width: 1239px) {
	.sub-menu > li, .main-nav > ul > li {
		margin-left: 30px;
	}
	
	.work-block .btn-list {
		padding: 0;
	}
	
	/* testimonials */
	.testimonials-block {
		padding: 0 40px;
	}
	
	.testimonials-block .holder {
		font-size: 20px;
		line-height: 24px;
	}
	
	.testimonials-block .num {
		font-size: 70px;
	}
	
	/* team-box */
	.team-box figure {
		font-size: 16px;
		line-height: 24px;
	}
	
	.team-box h3 {
		font-size: 18px;
		line-height: 24px;
	}
	
	.team-box .inner {
		font-size: 13px;
		line-height: 18px;
	}
	
	/* about */
	.about .row {
		margin: 0 -30px;
	}
	
	.about [class*="col-"] {
		padding: 0 30px;
	}
	
	.about-item .img {
		width: 100px;
	}
	
	.about-item .img img {
		-webkit-transform: translate(-50%, -50%) scale(.8);
		transform: translate(-50%, -50%) scale(.8);
	}
	
	.about-item figure figcaption {
		padding: 0 60px 0 0;
	}
	
	.about-item .mask .inner {
		font-size: 13px;
		line-height: 18px;
	}
	
	/* footer */
	#footer.new-footer {
		font-size: 15px;
	}
	
	#footer .nav {
		margin: 0 -20px 27px;
	}
	
	#footer .nav > li {
		padding: 0 20px;
	}
	
	#footer.new-footer .footer-inner {
		padding-right: 0;
	}
	
	#footer.new-footer .footer-item h3 {
		font-size: 16px;
	}
	
	#footer.new-footer .footer-item ul {
		padding-right: 15px;
		border: none;
	}
	
	/* modal */
	.modal-content {
		padding: 30px 55px;
	}
}

@media screen and (max-width: 991px) {
	.sub-menu, .main-nav ul ul {
		margin: 0;
		padding: 21px 10px 0;
		list-style: none;
		position: absolute;
		top: 100%;
		right: 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .3s, visibility .3s;
		transition: opacity .3s, visibility .3s;
		z-index: 100;
		left: auto;
		box-shadow: none;
		border: none;
		font-size: inherit;
		border-radius: 0;
		background: none;
	}
	
	.sub-menu li, .main-nav ul ul li {
		float: left;
		text-transform: uppercase;
		color: #15b68e;
		font-weight: 400;
	}
	
	.sub-menu li + li, .main-nav ul ul li + li {
		margin-left: 36px;
	}
	
	.sub-menu li a, .main-nav ul ul a {
		font-size: 14px;
		line-height: 18px;
		display: block;
		padding: 5px;
		color: inherit;
	}
	
	.sub-menu .active > a, .sub-menu li a:hover, .main-nav ul ul .active > a, .main-nav ul ul a:hover {
		color: #736256;
		background: none;
	}
	
	.sub-menu .active > a:hover, .main-nav ul ul .active > a:hover {
		background: none;
		color: inherit;
	}
	
	.main-nav ul#menu-primary-nav > li > ul.dropdown-menu > li > ul li a {
		padding-left: 30px;
	}
	
	.main-nav ul ul li .icon-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-right: 15px;
	}
	
	.main-nav ul ul li .icon-wrap a {
		flex: 1;
	}
	
	.main-nav ul ul li .icon-wrap .menu-item-icon {
		width: 42px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.main-nav ul ul li .icon-wrap .menu-item-icon svg {
		height: 30px;
		width: auto;
	}
	
	@media screen and (max-width: 991px) {
		h1 {
			font-size: 30px;
			line-height: 34px;
		}
		
		#header {
			border-top-width: 6px;
			padding: 11px 0 12px;
			-webkit-transition: border .3s;
			transition: border .3s;
		}
		
		#header .container {
			position: relative;
			z-index: 10;
		}
		
		.menu-opened {
			overflow: hidden;
			-webkit-overflow-scrolling: auto;
			position: fixed;
			width: 100%;
		}
		
		.menu-opened .mobile-nav {
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
			-webkit-transition-delay: .4s;
			transition-delay: .4s;
			opacity: 1;
			visibility: visible;
		}
		
		.mobile-nav {
			position: fixed;
			top: 71px;
			min-width: 320px;
			z-index: 10;
			height: calc(100vh - 71px);
			left: 0;
			width: 100%;
			-webkit-transform: translate(-20%, 0);
			transform: translate(-20%, 0);
			border-top: 1px solid #665c55;
			color: #fff;
			padding: 7px 16px;
			-webkit-transition: .5s all;
			transition: .5s all;
			opacity: 0;
			visibility: hidden;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
			float: none;
		}
		
		.main-nav {
			margin: 0 0 35px;
		}
		
		.main-nav > ul > li {
			float: none;
			margin: 0;
			position: relative;
		}
		
		.main-nav > ul > li.active:not(.btn) > a, .main-nav > ul > li:hover:not(.btn) > a {
			color: #fff;
		}
		
		.main-nav > ul > li:not(.btn) > a {
			display: block;
			padding: 12px 48px 13px 15px;
			color: #fff;
		}
		
		.main-nav > ul > li:not(.btn).active > a:after {
			display: inline-block;
		}
		
		.main-nav > ul > li:not(.btn) > a:after {
			content: "";
			vertical-align: top;
			border: 6px solid transparent;
			border-right: 8px solid #00ac85;
			margin: 4px 0 0 2px;
			display: none;
		}
		
		.main-nav .btn {
			margin: 0;
			min-width: 0;
		}
		
		.main-nav .btn a {
			padding: 11px 5px;
			min-width: 109px;
		}
		
		#header .tel-list {
			float: none;
			margin: 0;
			padding: 0 0 10px;
		}
		
		#header .tel-list li {
			font-size: 19px;
			margin: 0;
			padding: 0 0 1px 35px;
			background: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/ico-tel-2.svg") no-repeat 0 50%;
			-webkit-background-size: 26px 26px;
			background-size: 26px 26px;
		}
		
		#header .tel-list li.nitro-lazy {
			background: none !important;
		}
		
		#header .tel-list a {
			background: none;
			padding: 0;
			color: inherit;
		}
		
		.navbar-brand {
			width: 141px;
			height: 40px;
			-webkit-background-size: 141px 40px;
			background-size: 141px 40px;
			margin: 2px 0 0;
		}
		
		.open-menu {
			display: block;
			cursor: pointer;
			float: right;
			padding: 13px 51px 9px 0;
			position: relative;
			-webkit-transition: all .3s;
			transition: all .3s;
			font-size: 16px;
			line-height: 20px;
			font-weight: 500;
			color: #24bc95;
			text-transform: uppercase;
		}
		
		.open-menu:after {
			content: "";
			width: 44px;
			height: 42px;
			border-radius: 5px;
			background: #24bc95;
			top: 0;
			right: 0;
			position: absolute;
		}
		
		.open-menu .hamburger {
			background: #fff none repeat scroll 0 0 padding-box;
			position: absolute;
			top: 19px;
			right: 8px;
			width: 28px;
			display: block;
			border-radius: 3px;
			z-index: 1;
			height: 4px;
			transition: all .3s ease-out 0s;
		}
		
		.open-menu .hamburger:after, .open-menu .hamburger:before {
			content: "";
			background: #fff;
			height: 4px;
			left: 0;
			position: absolute;
			right: 0;
			top: -8px;
			border-radius: 3px;
			transition: all .5s ease-out 0s;
		}
		
		.open-menu .hamburger:after {
			top: 8px;
		}
		
		.open-menu span:last-child {
			display: none;
		}
		
		.menu-opened .open-menu span:nth-child(2) {
			display: none;
		}
		
		.menu-opened .open-menu span:last-child {
			display: block;
		}
		
		.menu-opened .open-menu {
			border-left-color: #d6d6d6;
		}
		
		.menu-opened .open-menu .hamburger {
			background: transparent;
			width: 33px;
			right: 5px;
			top: 18px;
		}
		
		.menu-opened .open-menu .hamburger:before {
			height: 6px;
			top: 0;
			transform: rotate(135deg);
		}
		
		.menu-opened .open-menu .hamburger:after {
			height: 6px;
			top: 0;
			transform: rotate(-135deg);
		}
		
		.menu-opened #header {
			border-top-color: #5a5048;
			border-bottom-color: transparent;
		}
		
		.menu-opened .navbar-brand {
			background-image: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/optimized/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/logo-2.png");
		}
		
		.menu-opened .navbar-brand.nitro-lazy {
			background-image: none !important;
		}
		
		.menu-opened .fader {
			opacity: 1;
			visibility: visible;
		}
		
		.fader {
			bottom: 0;
			left: 0;
			position: fixed;
			right: 0;
			top: 0;
			transition: all .3s ease 0s;
			z-index: 1;
			opacity: 0;
			visibility: hidden;
		}
		
		.menu-opened .btn-open-modal {
			z-index: 5;
		}
		
		.fader:before {
			left: 0;
		}
		
		.fader:after {
			right: 0;
		}
		
		.fader:before, .fader:after {
			content: "";
			background: #574c44;
			position: absolute;
			top: 0;
			bottom: 0;
			width: 0;
			-webkit-transition: all .3s;
			transition: all .3s;
		}
		
		.menu-opened .fader:after {
			right: 0;
		}
		
		.menu-opened .fader:before {
			left: 0;
		}
		
		.menu-opened .fader:after, .menu-opened .fader:before {
			width: 50%;
			opacity: .98;
			visibility: visible;
		}
		
		.main-nav .opener {
			position: absolute;
			font-size: 0;
			line-height: 0;
			top: 0;
			right: 0;
			width: 45px;
			height: 45px;
			display: block;
			z-index: 3;
			cursor: pointer;
			background: rgba(0, 0, 0, .1);
		}
		
		.main-nav .opener:after, .main-nav .opener:before {
			content: "";
			position: absolute;
			background: #fff;
			top: 50%;
			left: 50%;
		}
		
		.main-nav .current .opener:after {
			opacity: 0;
		}
		
		.main-nav .opener:before {
			width: 12px;
			height: 2px;
			margin: -1px 0 0 -7px;
		}
		
		.main-nav .opener:after {
			height: 12px;
			width: 2px;
			margin: -6px 0 0 -2px;
		}
		
		.main-nav ul ul {
			position: static;
			-webkit-transition: none;
			transition: none;
			opacity: 1;
			visibility: visible;
			padding: 0;
			background: rgba(0, 0, 0, .1);
			float: none;
			min-width: 0;
		}
		
		.main-nav ul#menu-primary-nav > li > ul {
			display: none;
		}
		
		body:not(.single-solution2) .main-nav .mega-drop-parent ul {
			width: auto;
			background: rgba(0, 0, 0, .1);
			border: none;
			padding: 0;
			margin: 0;
		}
		
		body:not(.single-solution2) .main-nav .mega-drop-parent ul li {
			display: block;
			width: auto;
			color: #fff;
			padding: 0;
		}
		
		body:not(.single-solution2) .main-nav .mega-drop-parent ul li.active:not(.current-solution-parent) > a {
			color: #00b68d;
		}
		
		body:not(.single-solution2) .main-nav .mega-drop-parent ul li a:before {
			display: none !important;
		}
		
		body:not(.single-solution2) .main-nav .mega-drop-parent ul li a {
			border: none !important;
			display: block;
			min-height: 0;
			color: #fff;
		}
		
		.main-nav ul ul li + li {
			margin: 0;
		}
		
		.main-nav ul ul li {
			float: none;
			color: #fff;
		}
		
		.main-nav ul ul .active a {
			color: #00b68d;
		}
		
		.main-nav ul ul li a:hover {
			color: inherit;
		}
		
		body:not(.single-solution2) .main-nav .mega-drop-parent ul li a, .main-nav ul ul li a {
			padding: 12px 15px 13px;
		}
		
		.visual {
			padding: 19px 0 9px;
		}
		
		.visual h2 {
			margin: 0 0 18px;
			font-size: 30px;
			line-height: 34px;
		}
		
		.icon-list {
			padding: 157px 0 0;
			margin-bottom: 16px;
		}
		
		.icon-list li:nth-child(1) .img {
			left: 50%;
			margin-left: -144px;
		}
		
		.icon-list li:nth-child(2) .img {
			left: 50%;
			margin-left: -70px;
		}
		
		.icon-list li:nth-child(3) .img {
			right: 50%;
			margin-right: -73px;
		}
		
		.icon-list li:last-child .img {
			right: 50%;
			margin-right: -147px;
		}
		
		.icon-list .img {
			width: 69px;
			height: 145px;
			-webkit-background-size: 69px 145px;
			background-size: 69px 145px;
			position: absolute;
			top: 0;
		}
		
		.icon-list li:nth-child(1) .svg {
			width: 49px !important;
			height: 91px !important;
			margin: -45px 0 0 -27px;
		}
		
		.icon-list li:nth-child(2) .svg {
			width: 45px !important;
			height: 86px !important;
			margin: -51px 0 0 -26px;
		}
		
		.icon-list li:nth-child(3) .svg {
			width: 38px !important;
			height: 62px !important;
			margin: -30px 0 0 -22px;
		}
		
		.icon-list li:nth-child(4) .svg {
			width: 46px !important;
			height: 67px !important;
			margin: -20px 0 0 -27px;
		}
		
		.icon-list:after {
			display: none;
		}
		
		.icon-list:before {
			display: none;
		}
		
		.icon-list li:nth-child(3) .img:before, .icon-list li:nth-child(3) .img:after {
			display: none;
		}
		
		.icon-list li {
			font-size: 24px;
			line-height: 30px;
			display: block;
			width: auto;
		}
		
		.visual-text {
			font-size: 16px;
			line-height: 24px;
			padding: 16px 0 0;
		}
		
		.visual-text h1 {
			font-size: 16px;
			line-height: 24px;
		}
		
		.visual-text p a {
			color: #00ac85;
		}
		
		.work-block .work-slider .slick-arrow {
			opacity: 1;
		}
		
		.work-widget {
			margin-bottom: 16px;
		}
		
		.contact-form {
			padding: 0;
		}
		
		.contact-us .text {
			margin-bottom: 27px;
		}
		
		/* services-items */
		.services-item {
			margin: 0 0 20px;
			padding: 20px;
			font-size: 16px;
			line-height: 21px;
		}
		
		.services-item h3 {
			font-size: 16px;
			line-height: 21px;
		}
		
		/* services-box */
		.services-box {
			padding: 9px 20px 20px;
			font-size: 16px;
			line-height: 21px;
		}
		
		/* intro-block */
		.intro-block .holder {
			padding: 0;
		}
		
		.intro-block h1 {
			font-size: 32px;
			line-height: 36px;
		}
		
		/* fact-box */
		.fact-box {
			font-size: 16px;
			line-height: 21px;
		}
		
		.fact-box .img {
			width: 75px;
		}
		
		.fact-box h3 {
			padding: 0;
			font-size: 18px;
			line-height: 22px;
		}
		
		/* testimonials */
		.testimonials-block {
			padding: 27px 0;
		}
		
		.testimonials-block .inner, .testimonials-block .frame, .testimonials-block .holder {
			display: block;
		}
		
		.testimonials-block .inner .ico {
			left: 50% !important;
			top: auto;
			right: auto !important;
			margin: 0 0 0 -27px;
		}
		
		.testimonials-block .inner .ico.left {
			top: -27px;
		}
		
		.testimonials-block .inner .ico.right {
			bottom: -27px;
		}
		
		.testimonials-block .frame {
			width: auto;
		}
		
		.testimonials-slider .slide {
			padding: 50px 30px 50px 60px;
		}
		
		.testimonials-block .holder {
			position: relative;
			width: auto;
			padding: 42px 50px;
		}
		
		.testimonials-block .holder::before {
			top: 0;
			bottom: auto;
			left: -1000px;
			right: -1000px;
			width: auto;
			height: 2px;
			-webkit-transform: rotate(-10.3deg);
			transform: rotate(-10.3deg);
		}
		
		/* company-section */
		.company-section h2 {
			font-size: 36px;
			line-height: 40px;
		}
		
		[class*="col-"]:nth-child(2n+1) .team-box {
			-webkit-transition-delay: 0s;
			transition-delay: 0s;
		}
		
		[class*="col-"]:nth-child(2n+2) .team-box {
			-webkit-transition-delay: .6s;
			transition-delay: .6s;
		}
		
		/* featured-items */
		.featured-items .row {
			margin: 0 -14px;
		}
		
		.featured-items [class*="col-"] {
			padding: 0 14px;
		}
		
		/* about */
		.about .row {
			margin: 0 -14px;
		}
		
		.about [class*="col-"] {
			padding: 0 14px;
		}
		
		.about-item {
			font-size: 14px;
		}
		
		.about-item h3 {
			font-size: 22px;
			line-height: 26px;
		}
		
		/* bottom-section */
		.bottom-section h2 {
			font-size: 32px;
			line-height: 36px;
		}
		
		/* footer */
		#footer .nav {
			margin: 0 -10px 27px;
		}
		
		#footer .nav > li {
			padding: 0 10px;
			font-size: 14px;
			line-height: 18px;
		}
		
		#footer .txt {
			font-size: 24px;
			line-height: 28px;
		}
		
		.work-area .grid > div {
			display: block;
		}
		
		.btn-open-modal {
			-webkit-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
			-webkit-transform: rotate(0deg) translateX(-50%);
			transform: rotate(0deg) translateX(-50%);
			right: auto;
			left: 50% !important;
			bottom: -2px;
			top: auto;
		}
		
		.btn-open-modal:after {
			-webkit-transform: rotate(0deg) scaleX(1);
			transform: rotate(0deg) scaleX(1);
		}
		
		.btn-open-modal:hover:after {
			-webkit-transform: rotate(0deg) scaleX(-1);
			transform: rotate(0deg) scaleX(-1);
		}
		
		.modal-dialog {
			width: 100%;
		}
		
		.modal-content {
			padding: 30px;
		}
		
		/* animated-words */
		.animated-words {
			min-width: 137px;
		}
		
		/* footer */
		#footer.new-footer .text-right {
			text-align: center;
		}
		
		#footer.new-footer .reviews {
			justify-content: center;
		}
		
		#footer.new-footer .reviews li {
			margin: 0 16.5px;
		}
		
		#footer.new-footer .footer-rights {
			flex-direction: column;
		}
		
		#footer.new-footer .footer-rights p {
			margin: 0;
		}
	}
	
	@media screen and (max-width: 991px) {
		.visual-text h1 {
			font-size: 17px;
			line-height: 20px;
		}
		
		.visual-text p {
			font-size: 15px;
			line-height: 20px;
		}
	}
}
/*# sourceMappingURL=styles-new.css.map */

.info-cards-grid {
	--gutter: 16px;
	--width: 33.33%;
	list-style: none;
	margin: 0 calc(var(--gutter) * -.5);
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.info-cards-grid > li {
	display: flex;
	padding-left: calc(var(--gutter) * .5);
	padding-right: calc(var(--gutter) * .5);
	max-width: var(--width);
	flex: 0 0 var(--width);
}

@media (max-width: 991px) {
	.info-cards-grid {
		--width: 50%;
	}
}

@media (max-width: 767px) {
	.info-cards-grid {
		--width: 100%;
	}
}

.info-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 4px;
	border: 2px solid rgba(113, 97, 86, .1);
	transition: all .3s ease;
	position: relative;
	padding: 22px 40px 39px;
	margin-bottom: 45px;
}

.info-card::before {
	content: "";
	position: absolute;
	z-index: 15;
	bottom: 14px;
	right: 17px;
	width: 31px;
	height: 37px;
	-webkit-mask-image: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/ico-hand-green-01.svg");
	mask-image: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/source/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/images/ico-hand-green-01.svg");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 31px 37px;
	mask-size: 31px 37px;
	color: #00b68d;
	background-color: currentColor;
	opacity: .2;
	transition: all .3s ease;
}

.info-card .info-card-heading {
	width: 100%;
	text-align: center;
}

.info-card .info-card-heading .info-card-val {
	display: block;
	margin-bottom: -20px;
	font-size: 90px;
	line-height: 1.2;
	font-weight: 300;
	font-family: "Raleway", sans-serif;
}

.info-card .info-card-heading h3 {
	color: #00b68d;
	font-size: 28px;
	line-height: 1.25;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
}

.info-card .info-card-heading h3:last-child {
	margin-bottom: 0;
}

.info-card .info-card-footer {
	width: 100%;
	margin-top: auto;
	padding-top: 20px;
	text-align: center;
	font-size: 21px;
	line-height: 1.2;
	font-family: "Raleway", sans-serif;
}

.info-card .info-card-footer h3 {
	font-size: 21px;
	line-height: 1.2;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
	color: inherit;
}

.info-card .info-card-footer h3:last-child {
	margin-bottom: 0;
}

.info-card .info-card-ico {
	margin: 0;
	position: absolute;
	z-index: 15;
	overflow: hidden;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 55px;
	height: 55px;
	border-radius: 100%;
	background-color: #00b68d;
}

.info-card .info-card-ico img {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 60%;
	max-height: 60%;
}

.info-card .info-card-body {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all .3s ease;
	opacity: 0;
	pointer-events: none;
	background-color: #716156;
	color: #f5f5f5;
	padding: 37px 35px 20px;
	font-size: 16px;
	line-height: 1.375;
	font-weight: 300;
	font-family: inherit;
}

.info-card .info-card-body p:last-child {
	margin-bottom: 0;
}

.info-card:hover {
	border-color: #716156;
}

.info-card:hover::before {
	color: #fff;
}

.info-card:hover .info-card-body {
	opacity: 1;
	pointer-events: all;
}

@media (max-width: 1239px) {
	.info-card {
		padding: 15px 30px 45px;
	}
	
	.info-card .info-card-heading .info-card-val {
		font-size: 65px;
	}
	
	.info-card .info-card-heading h3 {
		font-size: 24px;
	}
	
	.info-card .info-card-footer {
		font-size: 16px;
		padding-top: 10px;
	}
	
	.info-card .info-card-body {
		padding: 15px;
		font-size: 14px;
	}
}

.services-box figcaption, .single-solution .template-new .services-box figcaption {
	margin-left: 0;
}

.services-box .img + figcaption, .single-solution .template-new .services-box .img + figcaption {
	margin-left: 120px;
}

.marquee-carousel {
	position: relative;
}

.marquee-carousel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.marquee-carousel ul > li {
	padding-inline: 35px;
	display: flex;
	flex-shrink: 0;
}

.marquee-carousel ul > li figure {
	margin: 0;
	width: auto;
	height: 130px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.marquee-carousel ul > li figure img {
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-height: 100%;
}

@media (max-width: 991px) {
	.marquee-carousel ul > li {
		padding-inline: 20px;
	}
	
	.marquee-carousel ul > li figure {
		height: 60px;
	}
}

@media (max-width: 767px) {
	.intro-block .img.square, .single-solution .template-new .intro-block .img.square {
		width: 100%;
		max-width: 100%;
		height: 75px;
		position: relative;
		overflow: hidden;
		margin: 25px 0 0;
	}
	
	.intro-block .img.square img, .intro-block .img.square svg, .single-solution .template-new .intro-block .img.square img, .single-solution .template-new .intro-block .img.square svg {
		position: absolute;
		z-index: 10;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
		width: auto !important;
		height: 100% !important;
	}
}

.info-cards-section {
	position: relative;
	overflow: hidden;
	padding-top: 22px;
	padding-bottom: 53px;
}

.info-cards-section .container {
	width: 100%;
	max-width: 1178px;
}

.info-cards-section h2 {
	text-align: center;
	margin: 0 0 36px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 300;
	font-family: inherit;
}

@media (max-width: 767px) {
	.info-cards-section {
		padding-top: 15px;
		padding-bottom: 30px;
	}
	
	.info-cards-section .container {
		max-width: 100%;
	}
	
	.info-cards-section h2 {
		margin-bottom: 20px;
		font-size: 24px;
	}
}

.services-list-holder + .build-row {
	padding-top: 55px;
}

.experience-section + .nitro-offscreen {
	padding-top: 65px;
}

.testimonials-block blockquote q {
	font-style: normal;
}

.testimonials-block .holder {
	color: #00b68d;
}

.testimonials-block .num {
	color: #716156;
}

@media (max-width: 767px) {
	.testimonials-block blockquote {
		padding: 31px 20px 33px 33px;
	}
}

@media (max-width: 1239px) {
	.testimonials-slider .slick-track, .testimonials-slider .slick-slide {
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.testimonials-slider .slide {
		padding: 0;
	}
}

.contact-form-content {
	padding: 46px 0;
}

.contact-form-content header {
	text-align: center;
	max-width: 670px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 20px;
	font-weight: 400;
}

.contact-form-content h2 {
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	margin: 0 0 29px;
	font-family: "Raleway", sans-serif;
}

.contact-form-content form {
	--border-radius: 4px;
	max-width: 910px;
	margin: 0 auto;
}

.contact-form-content form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	margin-bottom: 16px;
}

.contact-form-content form .btn-holder {
	display: flex;
	justify-content: center;
	position: relative;
}

.contact-form-content form .btn-holder .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.contact-form-content form .wpcf7-form-control {
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
}

.contact-form-content form .wpcf7-form-control:not(.wpcf7-submit) {
	display: block;
	width: 100%;
	padding: 5px 20px;
	margin: 0;
	height: 45px;
	border: 1px solid #a6a6a6;
	color: #808080;
	border-radius: var(--border-radius);
}

.contact-form-content form .wpcf7-form-control:not(.wpcf7-submit)::-moz-placeholder {
	opacity: 1;
	color: #808080;
}

.contact-form-content form .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
	opacity: 1;
	color: #808080;
}

.contact-form-content form .wpcf7-form-control.wpcf7-submit {
	margin: 25px 0 16px;
	border: none;
	border-radius: var(--border-radius);
	background-color: #00b68d;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 3px rgba(24, 24, 24, .26);
	height: 47px;
	padding: 5px 10px;
	min-width: 190px;
}

.contact-form-content form .wpcf7-form-control.wpcf7-submit:hover {
	background-color: #008365;
}

.contact-form-content form textarea.wpcf7-form-control:not(.wpcf7-submit) {
	min-height: 148px;
	resize: vertical;
	padding: 17px 20px;
}

.contact-form-content form .wpcf7-response-output {
	padding-left: 4.2rem;
}

@media (min-width: 768px) {
	.contact-form-content form {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 16px 23px;
	}
	
	.contact-form-content form .wpcf7-response-output, .contact-form-content form .col-long {
		grid-column: span 2;
	}
	
	.contact-form-content form .wpcf7-form-control-wrap {
		margin-bottom: 0;
	}
}

.logos-section {
	position: relative;
	overflow: hidden;
	padding-top: 18px;
	padding-bottom: 60px;
}

.logos-section h2 {
	text-align: center;
	margin: 0 0 40px;
	color: #716156;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
}

@media (max-width: 991px) {
	.logos-section {
		padding-top: 15px;
		padding-bottom: 30px;
	}
	
	.logos-section h2 {
		margin-bottom: 20px;
		font-size: 20px;
	}
}

/*
Theme Name: BoundBy
*/
img {
	max-width: 100%;
	height: auto;
}

.help-form .input-holder label {
	z-index: 1;
}

.work-area .margin-row {
	margin-top: 25px;
}

.input-holder label {
	z-index: 1;
}

.contact-banner .bottom-section {
	display: none;
}

.btn-404 {
	margin-top: 30px;
}

.grecaptcha-badge {
	visibility: hidden;
}

/* Loading */
.wrapper {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.wrapper.loading {
	opacity: 0;
}

.animsition-loading, .animsition-loading:after {
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	border-radius: 50%;
	z-index: 2;
}

.animsition-loading {
	background-color: transparent;
	border-top: 5px solid rgba(0, 0, 0, .2);
	border-right: 5px solid rgba(0, 0, 0, .2);
	border-bottom: 5px solid rgba(0, 0, 0, .2);
	border-left: 5px solid #eee;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-name: animsition-loading;
	animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes animsition-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

/* Contact Form 7 */
.wpcf7-form-control-wrap {
	display: block;
}

div.wpcf7-response-output {
	line-height: 1.2;
	margin: .5em 0 1em 0;
	padding: .5em 50px;
	border: none;
	color: #fff;
	background-color: #255379;
	position: relative;
	z-index: 1;
}

div.wpcf7-response-output:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 17px;
	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;
	font-size: 18px;
	margin-top: -9px;
}

div.wpcf7-validation-errors {
	background-color: #c24747;
}

div.wpcf7-validation-errors:before {
	content: "";
}

div.wpcf7-mail-sent-ok {
	background-color: #0fa55d;
}

div.wpcf7-mail-sent-ok:before {
	content: "";
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #fff;
	padding-left: 0;
	min-height: 1px;
}

/* WordPress Generated Classes */
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
	max-width: 100%;
	height: auto;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 40px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 40px 20px 20px 0;
}

img {
	height: auto;
}

a img.alignright {
	float: right;
	margin: 40px 0 20px 20px;
}

a img.alignnone {
	margin: 40px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 40px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. ( z-index: 100000; - Above WP toolbar. )
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;  
}
*/
.gallery-caption {
	display: block;
	line-height: 1.5;
	padding: .5em 0;
}

.bypostauthor > .comment-body .fn:before {
	content: "";
	vertical-align: text-top;
}

/* WordPress Generated Classes END */

/* main elements */
.wp-pagenavi {
	margin-bottom: 2em;
	margin-top: 1em;
	padding-bottom: 0;
	text-align: center;
	padding: 10px 0 15px;
}

.wp-pagenavi span {
	color: #00b68d;
	font-weight: normal !important;
}

.info-form .select-box .holder {
	float: left;
}

.navigation {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	padding: 0 0 5px;
}

.navigation a {
	text-decoration: none;
}

.navigation .prev {
	float: left;
	padding-right: 30px;
}

.navigation .next {
	float: right;
	padding-left: 10px;
}

.respond {
	overflow: hidden;
	padding: 0 0 30px;
}

.respond h2 {
	font-size: 19px;
	line-height: 25px;
	margin: 0 0 5px !important;
}

.respond p {
	margin: 0 0 5px !important;
}

.respond dl {
	margin: 0;
}

.respond dt {
	display: block;
}

.respond dd {
	margin: 0;
	overflow: hidden;
}

.respond textarea {
	border: 1px solid #dddfe0;
	background: #fff;
	padding: 5px;
	height: 116px;
	font-size: 15px;
	line-height: 18px;
	overflow: auto;
	color: #444441;
}

.comments {
	padding: 40px 0 10px;
}

.comments h2 {
	margin: 0 0 15px;
	font: 19px/25px "chunkfive-roman", serif;
}

.commentlist {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
}

.commentlist .comment {
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}

.commentlist .comment p {
	margin: 0 0 5px !important;
}

.commentlist .comment img {
	float: left;
	margin: 0 5px 5px 0;
}

#content .commentlist ul {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: none;
}

#content .commentlist ul li {
	padding: 0;
}

#content .commentlist ul li:before {
	display: none;
}

#comments h2, #respond h2 {
	font: 22px/34px "Helvetica-Regular", sans-serif;
}

#comments a, #respond a {
	font-weight: bold;
	text-decoration: none;
}

#respond #submit {
	margin: 10px 0;
}

#respond #comment {
	width: 100%;
}

/*wp-pagenavi*/
.wp-pagenavi {
	position: relative;
	font-size: 16px;
	font-family: "Rubik";
}

.wp-pagenavi .pages {
	border-radius: 999px;
	border: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	color: #00b68d;
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.wp-pagenavi a:hover {
	text-decoration: none;
	opacity: .7;
}

.wp-pagenavi a {
	border-radius: 7px;
	border: 2px solid #00b68d;
	padding: 0;
	vertical-align: middle;
	display: inline-block;
	line-height: 26px;
	margin: 0 2px;
}

.wp-pagenavi .page {
	width: 30px;
	height: 30px;
}

.wp-pagenavi .current, .wp-pagenavi .extend {
	width: 30px;
	height: 30px;
	border: 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	padding: 0;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .first, .wp-pagenavi .last {
	width: 30px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	position: relative;
	margin: 0 2px;
}

.wp-pagenavi .previouspostslink:before, .wp-pagenavi .nextpostslink:before, .wp-pagenavi .first:before, .wp-pagenavi .last:before, .wp-pagenavi .first:after, .wp-pagenavi .last:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: solid #00b68d;
	border-width: 0 0 1px 1px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.wp-pagenavi .previouspostslink:before {
	margin: -5px 0 0 -3px;
}

.wp-pagenavi .nextpostslink:before {
	margin: -5px 0 0 -6px;
}

.wp-pagenavi .previouspostslink:before, .wp-pagenavi .first:before, .wp-pagenavi .first:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wp-pagenavi .first:before {
	margin: -5px 0 0 -6px;
}

.wp-pagenavi .first:after {
	margin: -5px 0 0 -0px;
}

.wp-pagenavi .nextpostslink:before, .wp-pagenavi .last:before, .wp-pagenavi .last:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.wp-pagenavi .last:before {
	margin: -5px 0 0 -3px;
}

.wp-pagenavi .last:after {
	margin: -5px 0 0 -9px;
}

@media screen and (max-width: 991px),
screen and (orientation: landscape) and (max-width: 991px),
screen and (orientation: portrait ) and (max-width: 991px) {}

@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait ) and (max-width: 767px) {
	.wp-pagenavi .pages, .wp-pagenavi .extend, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
		display: none !important;
	}
	
	.contact-banner .bottom-section {
		display: block;
	}
}

@media screen and (max-width: 479px),
screen and (orientation: landscape) and (max-width: 479px),
screen and (orientation: portrait ) and (max-width: 479px) {}

/* Luke Smith --------------------- */
.main-nav > ul:after {
	display: inline-block;
}

.contact-form .btn {
	padding: 14px 24px;
}

.contact-form .btn .wpcf7-spinner {
	vertical-align: middle;
	margin: 0 15px;
	display: none;
}

.contact-form .submitting .btn .wpcf7-spinner {
	display: inline-block;
}

.contact-form div.wpcf7-response-output {
	padding: 15px 15px 15px 50px;
	margin: 15px 0;
	border-radius: 4px;
	border: none;
	background: #00b68d;
}

.contact-form .invalid div.wpcf7-response-output {
	background: #df0010;
}

.v-center {
	width: 100%;
	height: 100%;
	display: table;
	top: 0;
}

.v-center .v-center-in {
	display: table-cell;
	vertical-align: middle;
}

/* Blog --- */
.blog .page-title {
	padding-top: 52px;
	margin: 0 0 40px;
	font: 30px/34px "Raleway", sans-serif;
}

.blog .wp-pagenavi {
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 80px;
}

.blog .wp-pagenavi .pages {
	font-size: 18px;
	padding: 10px 0;
	bottom: -22px;
}

.blog .wp-pagenavi a {
	color: #00b68d;
}

.blog .wp-pagenavi a:hover:before {
	border-color: #736256;
}

.blog .wp-pagenavi a:hover {
	color: #736256;
}

.blog .wp-pagenavi .current {
	color: #736256;
}

.blog-grid .grid-item {
	margin-bottom: 35px;
}

.blog-grid .grid-item img {
	display: block;
	margin-bottom: 15px;
}

.blog-grid .grid-item figcaption {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5em;
}

.blog-grid .grid-item.first {
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eaeaea;
}

.blog-grid .grid-item.first .inner {
	max-width: 892px;
	display: block;
	margin: 0 auto;
}

.blog-grid .grid-item.first figure img {
	margin-bottom: 30px;
}

.blog-grid .grid-item.first .item-title {
	font-size: 45px;
	font-weight: 300;
	margin-bottom: 15px;
}

.blog-grid .grid-item.first .item-meta {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
}

.blog-grid .grid-item.first .item-meta > span {
	display: inline-block;
	margin-right: 15px;
}

.blog-grid .grid-item.first .item-meta a {
	color: #04b48e;
}

.blog-grid .grid-item.first .item-meta a:hover {
	color: #736256;
}

.blog-grid .grid-item.first .item-excerpt {
	font-weight: 400;
}

.blog-grid .grid-item.first .item-more {
	color: #04b48e;
	font-weight: 400;
}

.blog-grid .grid-item.first .item-more:hover {
	color: #736256;
}

@media (max-width: 767px) {
	.blog .page-title {
		font-size: 26px;
	}
	
	.blog-grid .grid-item.first figure img {
		margin-bottom: 15px;
	}
	
	.blog-grid .grid-item.first .item-title {
		font-size: 28px;
	}
	
	.blog-grid .grid-item.first .item-excerpt {
		font-size: 15px;
	}
}

/* Single Post --- */
.single-post .single-post-content {
	padding: 25px 0 0;
}

.single-post .post-content a {
	color: #00b68d;
}

.single-post .post-content a:hover {
	color: #736256;
}

.single-post .post-content .content-box {
	padding-bottom: 30px;
}

.single-post .post-sidebar {
	position: static;
	padding-bottom: 10px;
}

.single-post .post-sidebar .sidebar-box {
	padding: 25px 30px;
	border-radius: 3px;
	background-color: #f6f6f6;
}

.single-post .post-sidebar .widget {
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #e0e0e0;
}

.single-post .post-sidebar .widget:first-child {
	padding-top: 0px;
	margin-top: 0px;
	border-top: none;
}

.single-post .post-sidebar .widget .widget-title {
	font-size: 20px;
	margin: 0 0 15px;
}

.single-post .single-post-content p, .single-post .single-post-content ul, .single-post .single-post-content ol {
	margin-bottom: 24px;
}

.single-post .single-post-content ul {
	/*list-style-type: square;*/
	list-style: none;
	padding-left: 22px;
}

.single-post .single-post-content ul li {
	position: relative;
	padding-left: 18px;
}

.single-post .single-post-content ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	background-color: #00b68d;
}

.single-post .post-title {
	text-align: left;
	margin-bottom: 25px;
}

.single-post .post-hero .post-title {
	margin-bottom: 0;
}

.single-post .post-subtitle {
	font-size: 42px;
	font-weight: 300;
	margin-top: 10px;
}

.single-post .post-info {
	font-size: 14px;
	margin-bottom: 25px;
}

.single-post .post-info > div {
	margin-right: 15px;
	display: inline-block;
}

.single-post .post-info > div a {
	font-weight: 400;
}

.single-post .post-info .post-date:after {
	width: 30px;
	height: 1px;
	clear: both;
	display: block;
	margin: 15px 0 30px;
	background-color: #736256;
	opacity: .3;
}

.single-post .post-crumbs {
	font-size: 14px;
	margin-bottom: 5px;
}

.single-post .post-featured {
	margin-bottom: 25px;
	background-color: #f4f4f4;
}

.single-post .post-hero {
	color: #fff;
	margin-bottom: 5px;
	position: relative;
	background-color: #777;
}

.single-post .post-hero .hero-image {
	position: relative;
}

.single-post .post-hero .hero-image .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.single-post .post-hero .hero-image img, .single-post .post-hero .hero-image .img {
	opacity: .2;
}

.single-post .post-hero .hero-content {
	width: 100%;
	height: 100%;
	padding: 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.single-post .single-post-content .testimonials {
	display: block;
}

.single-post .post-blocks {
	margin-top: 40px;
}

@media (min-width: 501px) {
	.single-post .post-hero .hero-image {
		background-image: none !important;
	}
	
	.single-post .post-hero .hero-image.nitro-lazy {
		background-image: none !important;
	}
}

@media (min-width: 992px) {
	.single-post .post-crumbs {
		padding-left: 0;
	}
	
	.single-post .single-post-content .col-md-8 {
		width: 71%;
	}
	
	.single-post .single-post-content .col-md-4 {
		width: 29%;
	}
}

@media (max-width: 767px) {
	.single-post .post-hero .hero-content {
		padding: 30px;
	}
}

@media (max-width: 500px) {
	.single-post .post-hero .hero-image {
		min-height: 370px;
	}
	
	.single-post .post-hero .hero-image img {
		display: none;
	}
}

/* Testimonials --- */
.testimonials-block .frame {
	width: 100%;
	display: block;
}

.testimonials-slider .slide {
	padding: 0;
}

.testimonials-block blockquote {
	display: table-cell;
	width: 66.7%;
	padding: 49px 30px 38px 60px;
}

.testimonials-block .holder {}

@media screen and (max-width: 991px) {
	.testimonials-block blockquote, .testimonials-block .holder {
		width: 100%;
	}
	
	.testimonials-block blockquote {
		padding: 50px 30px 50px 60px;
	}
}

@media screen and (max-width: 767px),
	screen and (max-width: 767px) and (orientation: landscape),
	screen and (max-width: 767px) and (orientation: portrait) {
	.testimonials-block blockquote {
		padding: 31px 20px 33px 33px;
	}
}

/* Shortcode - Listings --- */
.listings.shortcode .listings-wrap .listing-item {
	margin-top: 25px;
}

.listings.shortcode .listings-wrap .listing-item .the-title {
	font-size: 16px;
}

.listings.shortcode.type-solution .listings-wrap .listing-item .the-title {
	text-transform: uppercase;
}

.listings.shortcode .listings-wrap .listing-item .the-title a {
	color: #00b68d;
}

.listings.shortcode .listings-wrap .listing-item:hover .the-title a {
	color: #736256;
}

/*footer*/
#footer .footer-inner {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding-right: 25px;
	padding-top: 13px;
}

#footer .footer-item {
	display: inline-flex;
	flex-direction: column;
	padding-left: 3px;
}

#footer .footer-item h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 2;
	color: #00b68d;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 6px;
	letter-spacing: -.02em;
}

#footer .footer-item ul {
	margin: 0;
	padding: 0 50px 0 0;
	list-style: none;
	letter-spacing: -.04em;
	border-right: 1px solid rgba(255, 255, 255, .1);
	flex-grow: 1;
}

#footer .footer-item:last-child ul {
	border: none;
	padding: 0;
}

#footer .footer-rights {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 36px;
	padding-top: 47px;
	padding-left: 3px;
	letter-spacing: .01em;
}

@media screen and (max-width: 1239px) {
	/* footer */
	#footer {
		font-size: 15px;
	}
	
	#footer .nav {
		margin: 0 -20px 27px;
	}
	
	#footer .nav > li {
		padding: 0 20px;
	}
	
	#footer .footer-inner {
		padding-right: 0;
	}
	
	#footer .footer-item h3 {
		font-size: 16px;
	}
	
	#footer .footer-item ul {
		padding-right: 15px;
		border: none;
	}
	
	/* modal */
	.modal-content {
		padding: 30px 55px;
	}
}

.header-message {
	display: none;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
	.about-list li {
		padding: 6px 0 6px 0;
	}
}

@media (min-width: 768px) {
	.col-sm-3 {
		width: 35%;
	}
	
	@media (min-width: 768px) {
		.col-sm-9 {
			width: 60%;
		}
	}
	
	.intro-block .img img {
		vertical-align: top;
		max-width: 400px;
		height: auto;
		width: 100%;
	}
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
	.intro-block .img img {
		max-width: 70%;
	}
}

.company-section p {
	padding-bottom: 16px;
}

@charset "UTF-8";

.btn .btn-icon svg {
	fill: white;
	width: 32px;
	height: auto;
	transition: all .3s;
}

.btn.btn-border {
	border: 1px solid #dedad8;
	background: white;
}

.btn.btn-border:hover {
	color: #fff;
}

.btn.btn-border:before {
	background: #716156;
}

.btn.btn-border .btn-icon svg {
	fill: #000;
}

.btn-brown {
	background-color: #504640;
}

.btn-brown:hover:before {
	background: #00b68d;
}

.btn.has-icon {
	display: flex;
	align-items: center;
	gap: 14px;
}

.btn.has-icon:hover .btn-icon svg {
	fill: #fff;
}

.desktop-only, .mobile-only {
	display: none;
}

@media (min-width:992px) {
	.desktop-only {
		display: block;
	}
}

@media (max-width:991px) {
	.mobile-only {
		display: block;
	}
}

.arrow-link {
	color: #00b68d;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	gap: 10px;
}

.arrow-link svg {
	width: 25px;
	fill: #00b68d;
}

.wpcf7-form-control-wrap.company-wrap {
	display: none !important;
	visibility: hidden !important;
}

.wpcf7-form .button-holder {
	position: relative;
	padding-top: 10px;
}

.wpcf7-form .button-holder .wpcf7-spinner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 16px;
}

@media screen and (max-width:991px) {
	.mobile-nav {
		height: calc(100dvh - 71px) !important;
	}
	
	.menu-opened #header {
		width: 100%;
		position: fixed;
		top: 0;
	}
	
	.menu-opened .navbar-brand {
		background-image: url("https://cdn-cojhk.nitrocdn.com/rTTCvORhOLuZyKixqPbaYqXdPijRtXtC/assets/images/optimized/rev-dcd8cff/www.bound.by/wp-content/themes/boundby/svg/logo-white.svg") !important;
	}
	
	.menu-opened .navbar-brand.nitro-lazy {
		background-image: none !important;
	}
}

@keyframes float {
	0%, 100% {
		transform: translate(0, 0) rotate(0deg);
	}
	
	33% {
		transform: translate(15px, 20px) rotate(0deg);
	}
	
	66% {
		transform: translate(-10px, 20px) rotate(0deg);
	}
}

section.hero-section {
	padding: 136px 0 64px;
	position: relative;
}

section.hero-section .container {
	width: 100%;
	max-width: calc(1050px + 28px);
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 2;
}

section.hero-section .heading {
	text-align: center;
	font-family: "Raleway", sans-serif;
	line-height: 50px;
	margin: 0 0 20px;
	color: #716156;
	font-size: 65px;
	font-weight: bold;
	line-height: 1.1538461538;
}

section.hero-section .subheading {
	max-width: 934px;
	color: #00b68d;
	font-weight: 500;
	font-size: 21px;
	line-height: 1.4285714286;
	text-align: center;
}

section.hero-section .button-wrap {
	display: flex;
	justify-content: center;
	gap: 21px;
	margin-top: 40px;
}

section.hero-section .button-wrap .btn {
	min-height: 50px;
	font-size: 18px;
	padding: 6px 42px;
}

section.hero-section .floating-boxes {
	width: 100%;
	max-width: 1400px;
	height: calc(100% - 64px);
	position: absolute;
	top: 0;
	left: 0;
	inset: 0;
	margin: 0 auto;
	z-index: 1;
}

section.hero-section .floating-boxes .box {
	position: absolute;
	background: #716156;
	border-radius: 10px;
	opacity: .06;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1);
	animation: float 18s ease-in-out infinite;
	will-change: transform;
}

section.hero-section .floating-boxes .box.box-1 {
	width: 204px;
	height: 213px;
	top: 12%;
	left: 6%;
	animation-delay: 0s;
}

section.hero-section .floating-boxes .box.box-2 {
	width: 154px;
	height: 160px;
	top: 46%;
	left: 2%;
	animation-delay: -4s;
}

section.hero-section .floating-boxes .box.box-3 {
	width: 87px;
	height: 91px;
	bottom: 0;
	left: 18%;
	animation-delay: -9s;
}

section.hero-section .floating-boxes .box.box-4 {
	width: 154px;
	height: 161px;
	top: 34%;
	right: 2%;
	animation-delay: -7s;
}

section.hero-section .floating-boxes .box.box-5 {
	width: 204px;
	height: 213px;
	bottom: 0;
	right: 6%;
	animation-delay: -2s;
}

@media (max-width:767.99px) {
	section.hero-section {
		padding: 68px 0 32px;
	}
	
	section.hero-section .heading {
		font-size: 32px;
	}
	
	section.hero-section .subheading {
		font-size: 16px;
	}
	
	section.hero-section .button-wrap {
		flex-direction: column;
	}
	
	section.hero-section .floating-boxes .box.box-1 {
		width: 102px;
		height: 106px;
		top: 5%;
	}
	
	section.hero-section .floating-boxes .box.box-2 {
		width: 77px;
		height: 80px;
		top: 20%;
	}
	
	section.hero-section .floating-boxes .box.box-3 {
		width: 44px;
		height: 46px;
		top: 50%;
		bottom: auto;
	}
	
	section.hero-section .floating-boxes .box.box-4 {
		width: 77px;
		height: 80px;
		top: 10%;
	}
	
	section.hero-section .floating-boxes .box.box-5 {
		width: 102px;
		height: 106px;
		top: 20%;
		bottom: auto;
	}
}

section.testimonials-section {
	margin-bottom: 30px;
}

section.testimonials-section .testimonials-wrap {
	display: flex;
}

section.testimonials-section .testimonials-wrap .testimonial-item {
	flex: 1;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.333;
	text-align: center;
	position: relative;
	padding: 40px 55px 20px;
}

section.testimonials-section .testimonials-wrap .testimonial-item:before {
	content: "“";
	font-size: 87px;
	font-weight: 500;
	line-height: 1;
	position: absolute;
	top: 20px;
	left: 30px;
	opacity: .2;
}

section.testimonials-section .testimonials-wrap .testimonial-item .item-quote p:last-child {
	margin-bottom: 0;
}

section.testimonials-section .testimonials-wrap .testimonial-item .item-stars {
	margin-top: 15px;
}

section.testimonials-section .testimonials-wrap .testimonial-item .item-stars svg {
	fill: #00b68d;
	width: 17px;
	height: auto;
}

@media (min-width:992px) {
	section.testimonials-section .testimonials-wrap .testimonial-item:not(:first-child) {
		border-left: 1px solid #e3dfdd;
	}
}

@media (max-width:991.99px) {
	section.testimonials-section .testimonials-wrap {
		flex-direction: column;
	}
	
	section.testimonials-section .testimonials-wrap .testimonial-item {
		max-width: 500px;
		padding: 40px 40px 12px;
	}
}

.visual-text h2 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 0 24px;
	text-align: center;
}

@media screen and (max-width:991px) {
	.visual-text h2 {
		font-size: 17px;
		line-height: 20px;
	}
}

.row-services {
	padding: 0 0 108px;
}

.row-services .about {
	padding: 54px 0 40px 0;
}

.row-services .about .row-title {
	font: 30px/34px "Raleway", sans-serif;
	margin-bottom: 10px;
}

.row-services .about p {
	font-family: "Montserrat", sans-serif;
	font-size: 21px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	margin: 0;
}

.service-categories {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 24px;
	row-gap: 21px;
}

@media screen and (max-width:991px) {
	.service-categories {
		grid-template-columns: 1fr;
	}
}

.row-services .service-categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.row-services .service-categories .service-box {
	width: calc(50% - 12px);
	flex: 0 0 auto;
}

@media screen and (max-width:991px) {
	.row-services .service-categories .service-box {
		width: 100%;
	}
}

.service-categories .service-box {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	padding: 48px 38px 38px 150px;
	padding-left: 150px;
	position: relative;
	border-radius: 16px;
	border: 1px solid #e3dfdd;
}

.service-categories .service-box figure {
	--icon-width: 76px;
	--icon-width_menu: 41px;
	width: var(--icon-width);
	position: absolute;
	top: 48px;
	right: 100%;
	transform: translateX(130px);
}

.service-categories .service-box figure svg {
	width: 100%;
	height: auto;
}

.service-categories .service-box h3 {
	color: #00b68d;
	font-size: 21px;
	margin-top: 0;
	margin-bottom: 20px;
}

.service-categories .service-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.service-categories .service-box ul li a {
	display: flex;
	align-items: start;
	gap: 10px;
}

.service-categories .service-box ul li a svg {
	flex: 0 0 auto;
	width: 15px;
	height: auto;
	fill: #e3dfdd;
	transition: all .3s;
	margin-top: 7px;
}

@media (hover:hover) {
	.service-categories .service-box ul li a:hover svg {
		fill: #00b68d;
	}
}

@media screen and (max-width:767px) {
	.service-categories .service-box {
		padding: 30px 30px 30px 120px;
	}
	
	.service-categories .service-box figure {
		--icon-width: 64px !important;
		top: 32px;
		transform: translateX(95px);
	}
	
	.service-categories .service-box h3 {
		font-size: 18px;
	}
	
	.service-categories .service-box ul {
		gap: 8px;
	}
}

.mega-menu .service-categories {
	gap: 30px;
}

.mega-menu .service-categories .service-box {
	padding: 0;
	padding-left: 65px;
	border: none;
}

.mega-menu .service-categories .service-box figure {
	--icon-width: 41px;
	width: var(--icon-width-menu);
	top: 0;
	transform: translateX(50px);
}

.mega-menu .service-categories .service-box h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

.mega-menu .service-categories .service-box ul {
	font-size: 15px;
}

.mega-menu .service-categories .service-box ul li a {
	gap: 8px;
}

.services-cta {
	font-family: "Montserrat", sans-serif;
	font-size: 21px;
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 28px;
}

@media screen and (max-width:767px) {
	.services-cta {
		font-size: 18px;
	}
}

.services-cta > svg {
	width: 40px;
	fill: #00b68d;
}

.services-cta > p {
	margin: 0;
}

.services-cta > p a {
	color: #00b68d;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.services-cta > p a svg {
	height: 16px;
	width: auto;
	fill: #00b68d;
}

.mega-menu .services-cta {
	font-size: 16px;
}

.mega-menu .services-cta > svg {
	width: 29px;
}

.mega-menu .services-cta > p a svg {
	height: 12px;
}

#header {
	padding-bottom: 5px;
}

body.announce-bar-enabled #header {
	border-top: none;
}

@media (min-width:992px) {
	.mobile-nav {
		min-width: 796px;
	}
}

@media (min-width:992px) {
	.main-nav > ul {
		display: flex;
		justify-content: end;
		align-items: start;
		position: relative;
	}
	
	.main-nav > ul > li:not(.btn) > a {
		padding: 0 0 31px 0;
		transform: translateY(8px);
	}
}

@media (max-width:991px) {
	.main-nav .opener {
		width: 42px;
		height: 42px;
	}
	
	.main-nav > ul#menu-primary-nav > li.btn {
		width: 100%;
		margin-top: 22px;
	}
	
	.main-nav > ul#menu-primary-nav > li.btn + .btn {
		margin-top: 18px;
	}
	
	.main-nav > ul#menu-primary-nav > li:not(.btn) > a {
		padding-left: 0 !important;
	}
	
	.main-nav > ul#menu-primary-nav > li > a {
		font-size: 20px !important;
		font-weight: 500 !important;
	}
	
	.main-nav > ul#menu-primary-nav > li ul.dropdown-menu {
		flex-direction: column;
		gap: 12px;
		padding-top: 4px;
		background: none !important;
	}
	
	.main-nav > ul#menu-primary-nav > li ul.dropdown-menu > li {
		padding: 20px 20px 24px !important;
		border-radius: 3px;
		background-color: #fff;
	}
	
	.main-nav > ul#menu-primary-nav > li ul.dropdown-menu > li a {
		font-size: 18px !important;
		font-weight: 500 !important;
	}
	
	.main-nav > ul#menu-primary-nav > li ul.dropdown-menu > li > a {
		color: #00b68d !important;
		padding-top: 0 !important;
		padding-left: 0;
	}
	
	.main-nav > ul#menu-primary-nav > li ul.dropdown-menu > li ul {
		background: none !important;
	}
	
	.main-nav > ul#menu-primary-nav > li ul.dropdown-menu > li ul li:last-child > a {
		padding-bottom: 0 !important;
	}
	
	.main-nav > ul#menu-primary-nav > li ul.dropdown-menu > li ul a {
		color: #5a5048 !important;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 0px !important;
		display: flex;
		gap: 8px;
	}
	
	.main-nav > ul#menu-primary-nav > li ul.dropdown-menu > li ul a svg {
		width: 15px;
		height: auto;
		fill: #e3dfdd;
		transition: all .3s;
	}
}

.mega-menu {
	position: absolute;
	top: 95%;
	right: 0;
	padding: 35px;
	padding-right: 54px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-7px);
	border: 1px solid #eaeaea;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 2, 0, .15);
	-webkit-transition: top .3s, opacity .3s, visibility .3s;
	transition: top .3s, opacity .3s, visibility .3s;
	z-index: 999;
}

@media (min-width:992px) {
	.main-nav > ul > li:hover > .mega-menu {
		top: 100%;
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}
}

.breadcrumbs ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}

.breadcrumbs ul li {
	float: none;
}

.product-row {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 28px;
	row-gap: 35px;
}

.product-row .grid-item {
	margin: 0;
}

.product-row .grid-item.first-item {
	grid-column: 1/-1;
}

@media (min-width:576px) {
	.product-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width:768px) {
	.product-row {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width:992px) {
	.product-row {
		grid-template-columns: repeat(4, 1fr);
	}
}

.announce-bar {
	height: 36px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	background-color: #716156;
}

.announce-bar a {
	color: #00b68d;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.announce-bar a svg {
	height: 11px;
	width: auto;
	fill: #00b68d;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (hover:hover) {
	.announce-bar a:hover {
		color: #fff;
	}
	
	.announce-bar a:hover svg {
		fill: #fff;
	}
}

@media (max-width:575px) {
	.announce-bar {
		font-size: 15px;
	}
}

.auto-popup {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity .35s ease, visibility .35s ease;
}

.auto-popup.is-visible {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.auto-popup__overlay {
	position: fixed;
	inset: 0;
	background: rgba(255, 255, 255, .8);
	cursor: pointer;
}

.auto-popup__window {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 926px;
	margin: auto;
	flex: 0 0 auto;
	background: rgba(87, 76, 68, .95);
	color: #fff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .25);
	padding: 55px 65px;
	text-align: center;
	transform: translateY(12px) scale(.98);
	transition: transform .35s ease;
}

.auto-popup.is-visible .auto-popup__window {
	transform: translateY(0) scale(1);
}

.auto-popup__close {
	position: absolute;
	top: 36px;
	right: 46px;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	border: 0;
	border-radius: 3px;
	background: #00b68d;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	transition: opacity .2s ease;
}

.auto-popup__close:hover, .auto-popup__close:focus {
	opacity: .8;
}

.auto-popup__close svg {
	fill: #fff;
	flex: 0 0 auto;
	width: 26px;
	height: auto;
	display: block;
}

.auto-popup__content figure {
	margin-bottom: 6px;
}

.auto-popup__content figure svg {
	width: 161px;
	height: auto;
	fill: #00b68d;
}

.auto-popup__title {
	font-family: "Raleway", sans-serif;
	font-size: 36px;
	font-weight: 400;
	margin: 0 0 20px;
}

.auto-popup__content {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 30px;
}

.auto-popup__content p:last-child {
	margin: 0;
}

.auto-popup__cta {
	display: flex;
	justify-content: center;
}

.auto-popup__cta .btn {
	min-height: 44px;
	font-weight: 500;
	padding: 6px 24px;
}

.auto-popup__bottom {
	font-family: "Raleway", sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin-top: 30px;
}

@media (max-width:575px) {
	.auto-popup {
		padding: 10px;
	}
	
	.auto-popup__window {
		padding: 25px;
	}
	
	.auto-popup__title {
		font-size: 30px;
	}
	
	.auto-popup__close {
		top: 24px;
		right: 30px;
		width: 32px;
		height: 32px;
	}
	
	.auto-popup__close svg {
		width: 17px;
	}
	
	.auto-popup__content {
		font-size: 15px;
	}
	
	.auto-popup__content figure svg {
		width: 120px;
	}
	
	.auto-popup__bottom {
		font-size: 20px;
	}
}

.listings.shortcode .listings-wrap .listing-item.is-child {
	margin-top: 10px;
}

.listings.shortcode .listings-wrap .listing-item.is-child .the-title {
	font-size: 14px;
	text-transform: none;
}

.listings.shortcode .listings-wrap .listing-item.is-parent {
	margin-top: 24px;
}

.listings.shortcode .listings-wrap .listing-item .the-title a {
	line-height: 1.6em;
}

#footer.new-footer .footer-item h3 {
	font-size: 18px;
	line-height: 1.4;
}

#footer.new-footer .footer-inner {
	display: grid;
	grid-template-columns: 3fr 1fr;
}

@media screen and (max-width:767px),screen and (orientation:landscape) and (max-width:767px),screen and (orientation:portrait) and (max-width:767px) {
	#footer.new-footer .footer-inner {
		grid-template-columns: 1fr;
	}
}

#footer.new-footer .footer-inner .footer-services {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

@media screen and (max-width:991px) {
	#footer.new-footer .footer-inner .footer-services {
		padding-bottom: 40px;
		gap: 30px;
	}
}

@media screen and (max-width:767px),screen and (orientation:landscape) and (max-width:767px),screen and (orientation:portrait) and (max-width:767px) {
	#footer.new-footer .footer-inner .footer-services {
		grid-template-columns: 1fr;
	}
}

#footer.new-footer .footer-inner .footer-services ul.menu {
	padding-right: 40px;
}

@media screen and (max-width:767px),screen and (orientation:landscape) and (max-width:767px),screen and (orientation:portrait) and (max-width:767px) {
	#footer.new-footer .footer-inner .footer-services ul.menu {
		padding-right: 0;
	}
}

#footer.new-footer .footer-inner .footer-services ul.menu li {
	color: inherit;
}

#footer.new-footer .footer-inner .footer-services ul.menu > li:last-child {
	margin-bottom: 0;
}

#footer.new-footer .footer-inner .footer-services ul.menu > li > a {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #00b68d;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
	letter-spacing: -.02em;
	display: block;
}

#footer.new-footer .footer-inner .footer-services ul.menu ul.sub-menu {
	border: none;
	padding: 0;
	opacity: 1;
	visibility: visible;
	position: static;
	display: block !important;
}

#footer.new-footer .footer-inner .footer-services ul.menu ul.sub-menu li {
	text-transform: none;
	margin-left: 0;
	float: none;
}

#footer.new-footer .footer-inner .footer-services ul.menu ul.sub-menu li:last-child {
	margin-bottom: 0;
}

#footer.new-footer .footer-inner .footer-services ul.menu ul.sub-menu li a {
	padding: 0;
}

#footer.new-footer .footer-inner .footer-services + .footer-item {
	padding-left: 40px;
}

@media screen and (max-width:767px),screen and (orientation:landscape) and (max-width:767px),screen and (orientation:portrait) and (max-width:767px) {
	#footer.new-footer .footer-inner .footer-services + .footer-item {
		padding-left: 0;
	}
}

body.postid-2266 .builder #service-box-get-found-and-get-customers {
	display: none;
}

.cookie-notice {
	color: #f2f2f4;
	font-size: 14px;
	position: fixed;
	left: 50%;
	bottom: 20px;
	z-index: 2147483000;
	display: flex;
	align-items: center;
	gap: 1.25rem;
	max-width: 50rem;
	padding: 7px 20px;
	border-radius: 3px;
	background-color: #716156;
	box-shadow: 0 6px 24px rgba(0, 0, 0, .18);
	backdrop-filter: saturate(140%) blur(6px);
	-webkit-backdrop-filter: saturate(140%) blur(6px);
	opacity: 0;
	transform: translateY(6px) translateX(-50%);
	transition: opacity .28s ease, transform .28s ease;
}

.cookie-notice[hidden] {
	display: none;
}

.cookie-notice.is-visible {
	opacity: 1;
	transform: translateY(0) translateX(-50%);
}

.cookie-notice__text {
	margin: 0;
}

.cookie-notice__link {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.cookie-notice__link:hover {
	color: #00b68d;
}

.cookie-notice__dismiss {
	flex: 0 0 auto;
	appearance: none;
	border: 1px solid rgba(255, 255, 255, .22);
	background: transparent;
	color: inherit;
	font: inherit;
	font-size: 13px;
	line-height: 1;
	padding: .5em 1rem;
	border-radius: 3px;
	cursor: pointer;
	transition: background .18s ease, border-color .18s ease;
}

.cookie-notice__dismiss:hover {
	background: rgba(255, 255, 255, .1);
}

.cookie-notice__dismiss:focus-visible {
	outline: 2px solid #9fc3ff;
	outline-offset: 2px;
}

@media (prefers-color-scheme:light) {
	.cookie-notice {
		background: rgba(255, 255, 255, .96);
		color: #1c1c1e;
		box-shadow: 0 6px 24px rgba(0, 0, 0, .12);
		border: 1px solid rgba(0, 0, 0, .08);
	}
	
	.cookie-notice__link {
		color: #1a5fd0;
	}
	
	.cookie-notice__link:hover {
		color: #0f47a6;
	}
	
	.cookie-notice__dismiss {
		border-color: rgba(0, 0, 0, .18);
	}
	
	.cookie-notice__dismiss:hover {
		background: rgba(0, 0, 0, .06);
	}
}

@media (max-width:480px) {
	.cookie-notice .cookie-notice {
		left: .75rem;
		right: .75rem;
		bottom: .75rem;
		max-width: none;
	}
}

@media (prefers-reduced-motion:reduce) {
	.cookie-notice {
		transition: opacity .01s linear;
		transform: none;
	}
	
	.cookie-notice.is-visible {
		transform: none;
	}
}

@media (min-width:992px) {
	.parent-pageid-432 .row-text .contact-bar {
		font-size: 24px;
		line-height: 1.42;
	}
	
	.parent-pageid-432 .row-text .contact-bar strong {
		font-weight: 500;
	}
}

@media (min-width:992px) {
	.parent-pageid-432 .customers-section h2 {
		font-size: 34px;
	}
	
	.parent-pageid-432 .customers-section .section-content {
		font-size: 21px;
		line-height: 1.62;
	}
}

.parent-pageid-432 .customers-section.has-content h2 {
	margin-bottom: 30px;
}

.parent-pageid-432 .customers-section .section-content {
	margin-bottom: 50px;
}

.parent-pageid-432 .customers-section {
	padding-bottom: 0;
}

.parent-pageid-432 .builder .row-quote_customers {
	padding: 70px 0 60px;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #bfbfbf;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
