﻿@import"https://fonts.googleapis.com/css?family=Fjalla+One|Karla:400,400i,700,700i|Lora";
@import"assets/stylesheets/components/owl.carousel.min.css";
@import"assets/stylesheets/components/animate.css";
@import"assets/stylesheets/components/font-awesome.min.css";
.animated {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes slideInPartial {
	0% {
		-webkit-transform: translateX(0);
		-webkit-transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
	100% {
		-webkit-transform: translateX(-280px);
		-webkit-transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
}

@keyframes slideInPartial {
	0% {
		transform: translateX(0);
		transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
	100% {
		transform: translateX(-280px);
		transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
}

@-webkit-keyframes slideOutPartial {
	0% {
		-webkit-transform: translateX(-280px);
		-webkit-transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
	100% {
		-webkit-transform: translateX(0);
		-webkit-transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
}

@keyframes slideOutParial {
	0% {
		transform: translateX(-280px);
		transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
	100% {
		transform: translateX(0);
		transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
}

@-webkit-keyframes slideInFull {
	0% {
		-webkit-transform: translateX(0);
		-webkit-transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
	100% {
		-webkit-transform: translateX(-100%);
		-webkit-transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
}

@keyframes slideInFull {
	0% {
		transform: translateX(0);
		transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
	100% {
		transform: translateX(-100%);
		transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
}

@-webkit-keyframes slideOutFull {
	0% {
		-webkit-transform: translateX(-100%);
		-webkit-transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
	100% {
		-webkit-transform: translateX(0);
		-webkit-transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
}

@keyframes slideOutFull {
	0% {
		transform: translateX(-100%);
		transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
	100% {
		transform: translateX(0);
		transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
}

@-webkit-keyframes slideButtonIn {
	0% {
		-webkit-transform: translateX(278px);
		-webkit-transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
	100% {
		-webkit-transform: translateX(0);
		-webkit-transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
}

@keyframes slideButtonIn {
	0% {
		transform: translateX(278px);
		transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
	100% {
		transform: translateX(0);
		transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
}

@-webkit-keyframes slideButtonOut {
	0% {
		-webkit-transform: translateX(0);
		-webkit-transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
	100% {
		-webkit-transform: translateX(280px);
		-webkit-transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
}

@keyframes slideButtonOut {
	0% {
		transform: translateX(0);
		transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
	100% {
		transform: translateX(280px);
		transition-timing-function: cubic-bezier(0, 0.59, 0.54, 1)
	}
}


/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 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: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

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

figure {
	margin: 1em 40px
}

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

pre {
	overflow: auto
}

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

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

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

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

input {
	line-height: normal
}

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

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

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

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

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

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 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;
		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
	}
}

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

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 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: "Karla", sans-serif;
	font-size: 15px;
	line-height: 1.56;
	color: #3e3d40;
	background-color: #fff
}

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

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

a:hover,
a:focus {
	color: #3e3d40;
	text-decoration: initial
}

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

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

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

.img-thumbnail {
	padding: 4px;
	line-height: 1.56;
	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: 23px;
	margin-bottom: 23px;
	border: 0;
	border-top: 1px solid #3e3d40
}

.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: 400;
	line-height: 1.2;
	color: inherit
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 23px;
	margin-bottom: 11.5px
}

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

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

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

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

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

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

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

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

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

p {
	margin: 0 0 11.5px
}

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

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

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

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,
.initialism {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #eceded
}

.text-primary {
	color: #005296
}

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

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

.bg-primary {
	background-color: #005296
}

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

.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: 10.5px;
	margin: 46px 0 23px;
	border-bottom: 1px solid #eceded
}

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

ul ul,
ul ol,
ol ul,
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: 23px
}

dt,
dd {
	line-height: 1.56
}

dt {
	font-weight: bold
}

dd {
	margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: " ";
	display: table
}

.dl-horizontal dd:after {
	clear: both
}

@media(min-width: 992px) {
	.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 #eceded
}

.initialism {
	font-size: 90%
}

blockquote {
	padding: 11.5px 23px;
	margin: 0 0 23px;
	font-size: 18.75px;
	border-left: 5px solid #eceded
}

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.56;
	color: #eceded
}

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 #eceded;
	border-left: 0;
	text-align: right
}

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

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

address {
	margin-bottom: 23px;
	font-style: normal;
	line-height: 1.56
}

code,
kbd,
pre,
samp {
	font-family: "Karla", sans-serif
}

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;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

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

pre {
	display: block;
	padding: 11px;
	margin: 0 0 11.5px;
	font-size: 14px;
	line-height: 1.56;
	word-break: break-all;
	word-wrap: break-word;
	color: #c6c7c8;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

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

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

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

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

.container:after {
	clear: both
}

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

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

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

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

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

.container-fluid:after {
	clear: both
}

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

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

.row:after {
	clear: both
}

.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,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.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,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16 {
	float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-13 {
	width: 81.25%
}

.col-xs-14 {
	width: 87.5%
}

.col-xs-15 {
	width: 93.75%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-13 {
	right: 81.25%
}

.col-xs-pull-14 {
	right: 87.5%
}

.col-xs-pull-15 {
	right: 93.75%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-13 {
	left: 81.25%
}

.col-xs-push-14 {
	left: 87.5%
}

.col-xs-push-15 {
	left: 93.75%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-13 {
	margin-left: 81.25%
}

.col-xs-offset-14 {
	margin-left: 87.5%
}

.col-xs-offset-15 {
	margin-left: 93.75%
}

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

@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,
	.col-sm-13,
	.col-sm-14,
	.col-sm-15,
	.col-sm-16 {
		float: left
	}
	.col-sm-1 {
		width: 6.25%
	}
	.col-sm-2 {
		width: 12.5%
	}
	.col-sm-3 {
		width: 18.75%
	}
	.col-sm-4 {
		width: 25%
	}
	.col-sm-5 {
		width: 31.25%
	}
	.col-sm-6 {
		width: 37.5%
	}
	.col-sm-7 {
		width: 43.75%
	}
	.col-sm-8 {
		width: 50%
	}
	.col-sm-9 {
		width: 56.25%
	}
	.col-sm-10 {
		width: 62.5%
	}
	.col-sm-11 {
		width: 68.75%
	}
	.col-sm-12 {
		width: 75%
	}
	.col-sm-13 {
		width: 81.25%
	}
	.col-sm-14 {
		width: 87.5%
	}
	.col-sm-15 {
		width: 93.75%
	}
	.col-sm-16 {
		width: 100%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-pull-1 {
		right: 6.25%
	}
	.col-sm-pull-2 {
		right: 12.5%
	}
	.col-sm-pull-3 {
		right: 18.75%
	}
	.col-sm-pull-4 {
		right: 25%
	}
	.col-sm-pull-5 {
		right: 31.25%
	}
	.col-sm-pull-6 {
		right: 37.5%
	}
	.col-sm-pull-7 {
		right: 43.75%
	}
	.col-sm-pull-8 {
		right: 50%
	}
	.col-sm-pull-9 {
		right: 56.25%
	}
	.col-sm-pull-10 {
		right: 62.5%
	}
	.col-sm-pull-11 {
		right: 68.75%
	}
	.col-sm-pull-12 {
		right: 75%
	}
	.col-sm-pull-13 {
		right: 81.25%
	}
	.col-sm-pull-14 {
		right: 87.5%
	}
	.col-sm-pull-15 {
		right: 93.75%
	}
	.col-sm-pull-16 {
		right: 100%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-push-1 {
		left: 6.25%
	}
	.col-sm-push-2 {
		left: 12.5%
	}
	.col-sm-push-3 {
		left: 18.75%
	}
	.col-sm-push-4 {
		left: 25%
	}
	.col-sm-push-5 {
		left: 31.25%
	}
	.col-sm-push-6 {
		left: 37.5%
	}
	.col-sm-push-7 {
		left: 43.75%
	}
	.col-sm-push-8 {
		left: 50%
	}
	.col-sm-push-9 {
		left: 56.25%
	}
	.col-sm-push-10 {
		left: 62.5%
	}
	.col-sm-push-11 {
		left: 68.75%
	}
	.col-sm-push-12 {
		left: 75%
	}
	.col-sm-push-13 {
		left: 81.25%
	}
	.col-sm-push-14 {
		left: 87.5%
	}
	.col-sm-push-15 {
		left: 93.75%
	}
	.col-sm-push-16 {
		left: 100%
	}
	.col-sm-offset-0 {
		margin-left: 0%
	}
	.col-sm-offset-1 {
		margin-left: 6.25%
	}
	.col-sm-offset-2 {
		margin-left: 12.5%
	}
	.col-sm-offset-3 {
		margin-left: 18.75%
	}
	.col-sm-offset-4 {
		margin-left: 25%
	}
	.col-sm-offset-5 {
		margin-left: 31.25%
	}
	.col-sm-offset-6 {
		margin-left: 37.5%
	}
	.col-sm-offset-7 {
		margin-left: 43.75%
	}
	.col-sm-offset-8 {
		margin-left: 50%
	}
	.col-sm-offset-9 {
		margin-left: 56.25%
	}
	.col-sm-offset-10 {
		margin-left: 62.5%
	}
	.col-sm-offset-11 {
		margin-left: 68.75%
	}
	.col-sm-offset-12 {
		margin-left: 75%
	}
	.col-sm-offset-13 {
		margin-left: 81.25%
	}
	.col-sm-offset-14 {
		margin-left: 87.5%
	}
	.col-sm-offset-15 {
		margin-left: 93.75%
	}
	.col-sm-offset-16 {
		margin-left: 100%
	}
}

@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,
	.col-md-13,
	.col-md-14,
	.col-md-15,
	.col-md-16 {
		float: left
	}
	.col-md-1 {
		width: 6.25%
	}
	.col-md-2 {
		width: 12.5%
	}
	.col-md-3 {
		width: 18.75%
	}
	.col-md-4 {
		width: 25%
	}
	.col-md-5 {
		width: 31.25%
	}
	.col-md-6 {
		width: 37.5%
	}
	.col-md-7 {
		width: 43.75%
	}
	.col-md-8 {
		width: 50%
	}
	.col-md-9 {
		width: 56.25%
	}
	.col-md-10 {
		width: 62.5%
	}
	.col-md-11 {
		width: 68.75%
	}
	.col-md-12 {
		width: 75%
	}
	.col-md-13 {
		width: 81.25%
	}
	.col-md-14 {
		width: 87.5%
	}
	.col-md-15 {
		width: 93.75%
	}
	.col-md-16 {
		width: 100%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-pull-1 {
		right: 6.25%
	}
	.col-md-pull-2 {
		right: 12.5%
	}
	.col-md-pull-3 {
		right: 18.75%
	}
	.col-md-pull-4 {
		right: 25%
	}
	.col-md-pull-5 {
		right: 31.25%
	}
	.col-md-pull-6 {
		right: 37.5%
	}
	.col-md-pull-7 {
		right: 43.75%
	}
	.col-md-pull-8 {
		right: 50%
	}
	.col-md-pull-9 {
		right: 56.25%
	}
	.col-md-pull-10 {
		right: 62.5%
	}
	.col-md-pull-11 {
		right: 68.75%
	}
	.col-md-pull-12 {
		right: 75%
	}
	.col-md-pull-13 {
		right: 81.25%
	}
	.col-md-pull-14 {
		right: 87.5%
	}
	.col-md-pull-15 {
		right: 93.75%
	}
	.col-md-pull-16 {
		right: 100%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-push-1 {
		left: 6.25%
	}
	.col-md-push-2 {
		left: 12.5%
	}
	.col-md-push-3 {
		left: 18.75%
	}
	.col-md-push-4 {
		left: 25%
	}
	.col-md-push-5 {
		left: 31.25%
	}
	.col-md-push-6 {
		left: 37.5%
	}
	.col-md-push-7 {
		left: 43.75%
	}
	.col-md-push-8 {
		left: 50%
	}
	.col-md-push-9 {
		left: 56.25%
	}
	.col-md-push-10 {
		left: 62.5%
	}
	.col-md-push-11 {
		left: 68.75%
	}
	.col-md-push-12 {
		left: 75%
	}
	.col-md-push-13 {
		left: 81.25%
	}
	.col-md-push-14 {
		left: 87.5%
	}
	.col-md-push-15 {
		left: 93.75%
	}
	.col-md-push-16 {
		left: 100%
	}
	.col-md-offset-0 {
		margin-left: 0%
	}
	.col-md-offset-1 {
		margin-left: 6.25%
	}
	.col-md-offset-2 {
		margin-left: 12.5%
	}
	.col-md-offset-3 {
		margin-left: 18.75%
	}
	.col-md-offset-4 {
		margin-left: 25%
	}
	.col-md-offset-5 {
		margin-left: 31.25%
	}
	.col-md-offset-6 {
		margin-left: 37.5%
	}
	.col-md-offset-7 {
		margin-left: 43.75%
	}
	.col-md-offset-8 {
		margin-left: 50%
	}
	.col-md-offset-9 {
		margin-left: 56.25%
	}
	.col-md-offset-10 {
		margin-left: 62.5%
	}
	.col-md-offset-11 {
		margin-left: 68.75%
	}
	.col-md-offset-12 {
		margin-left: 75%
	}
	.col-md-offset-13 {
		margin-left: 81.25%
	}
	.col-md-offset-14 {
		margin-left: 87.5%
	}
	.col-md-offset-15 {
		margin-left: 93.75%
	}
	.col-md-offset-16 {
		margin-left: 100%
	}
}

@media(min-width: 1200px) {
	.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,
	.col-lg-13,
	.col-lg-14,
	.col-lg-15,
	.col-lg-16 {
		float: left
	}
	.col-lg-1 {
		width: 6.25%
	}
	.col-lg-2 {
		width: 12.5%
	}
	.col-lg-3 {
		width: 18.75%
	}
	.col-lg-4 {
		width: 25%
	}
	.col-lg-5 {
		width: 31.25%
	}
	.col-lg-6 {
		width: 37.5%
	}
	.col-lg-7 {
		width: 43.75%
	}
	.col-lg-8 {
		width: 50%
	}
	.col-lg-9 {
		width: 56.25%
	}
	.col-lg-10 {
		width: 62.5%
	}
	.col-lg-11 {
		width: 68.75%
	}
	.col-lg-12 {
		width: 75%
	}
	.col-lg-13 {
		width: 81.25%
	}
	.col-lg-14 {
		width: 87.5%
	}
	.col-lg-15 {
		width: 93.75%
	}
	.col-lg-16 {
		width: 100%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 6.25%
	}
	.col-lg-pull-2 {
		right: 12.5%
	}
	.col-lg-pull-3 {
		right: 18.75%
	}
	.col-lg-pull-4 {
		right: 25%
	}
	.col-lg-pull-5 {
		right: 31.25%
	}
	.col-lg-pull-6 {
		right: 37.5%
	}
	.col-lg-pull-7 {
		right: 43.75%
	}
	.col-lg-pull-8 {
		right: 50%
	}
	.col-lg-pull-9 {
		right: 56.25%
	}
	.col-lg-pull-10 {
		right: 62.5%
	}
	.col-lg-pull-11 {
		right: 68.75%
	}
	.col-lg-pull-12 {
		right: 75%
	}
	.col-lg-pull-13 {
		right: 81.25%
	}
	.col-lg-pull-14 {
		right: 87.5%
	}
	.col-lg-pull-15 {
		right: 93.75%
	}
	.col-lg-pull-16 {
		right: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 6.25%
	}
	.col-lg-push-2 {
		left: 12.5%
	}
	.col-lg-push-3 {
		left: 18.75%
	}
	.col-lg-push-4 {
		left: 25%
	}
	.col-lg-push-5 {
		left: 31.25%
	}
	.col-lg-push-6 {
		left: 37.5%
	}
	.col-lg-push-7 {
		left: 43.75%
	}
	.col-lg-push-8 {
		left: 50%
	}
	.col-lg-push-9 {
		left: 56.25%
	}
	.col-lg-push-10 {
		left: 62.5%
	}
	.col-lg-push-11 {
		left: 68.75%
	}
	.col-lg-push-12 {
		left: 75%
	}
	.col-lg-push-13 {
		left: 81.25%
	}
	.col-lg-push-14 {
		left: 87.5%
	}
	.col-lg-push-15 {
		left: 93.75%
	}
	.col-lg-push-16 {
		left: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0%
	}
	.col-lg-offset-1 {
		margin-left: 6.25%
	}
	.col-lg-offset-2 {
		margin-left: 12.5%
	}
	.col-lg-offset-3 {
		margin-left: 18.75%
	}
	.col-lg-offset-4 {
		margin-left: 25%
	}
	.col-lg-offset-5 {
		margin-left: 31.25%
	}
	.col-lg-offset-6 {
		margin-left: 37.5%
	}
	.col-lg-offset-7 {
		margin-left: 43.75%
	}
	.col-lg-offset-8 {
		margin-left: 50%
	}
	.col-lg-offset-9 {
		margin-left: 56.25%
	}
	.col-lg-offset-10 {
		margin-left: 62.5%
	}
	.col-lg-offset-11 {
		margin-left: 68.75%
	}
	.col-lg-offset-12 {
		margin-left: 75%
	}
	.col-lg-offset-13 {
		margin-left: 81.25%
	}
	.col-lg-offset-14 {
		margin-left: 87.5%
	}
	.col-lg-offset-15 {
		margin-left: 93.75%
	}
	.col-lg-offset-16 {
		margin-left: 100%
	}
}

table {
	background-color: transparent
}

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

th {
	text-align: left
}

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

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.56;
	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>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.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>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
	padding: 5px
}

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

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.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>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.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>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.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>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.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>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.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>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.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: 17.25px;
		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>thead>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.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>thead>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th: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>thead>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th: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>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th,
	.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: 23px;
	font-size: 22.5px;
	line-height: inherit;
	color: #c6c7c8;
	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 \9;
	line-height: normal
}

input[type=file] {
	display: block
}

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

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

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

output {
	display: block;
	padding-top: 7px;
	font-size: 15px;
	line-height: 1.56;
	color: #3e3d40
}

.form-control {
	display: block;
	width: 100%;
	height: 37px;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.56;
	color: #3e3d40;
	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, 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: #005296;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 82, 150, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 82, 150, .6)
}

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

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

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

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

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eceded;
	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: 37px
	}
	input[type=date].input-sm,
	.input-group-sm>.input-group-btn>input[type=date].btn,
	.input-group-sm input[type=date],
	input[type=time].input-sm,
	.input-group-sm>.input-group-btn>input[type=time].btn,
	.input-group-sm input[type=time],
	input[type=datetime-local].input-sm,
	.input-group-sm>.input-group-btn>input[type=datetime-local].btn,
	.input-group-sm input[type=datetime-local],
	input[type=month].input-sm,
	.input-group-sm>.input-group-btn>input[type=month].btn,
	.input-group-sm input[type=month] {
		line-height: 42px
	}
	input[type=date].input-lg,
	.input-group-lg>.input-group-btn>input[type=date].btn,
	.input-group-lg input[type=date],
	input[type=time].input-lg,
	.input-group-lg>.input-group-btn>input[type=time].btn,
	.input-group-lg input[type=time],
	input[type=datetime-local].input-lg,
	.input-group-lg>.input-group-btn>input[type=datetime-local].btn,
	.input-group-lg input[type=datetime-local],
	input[type=month].input-lg,
	.input-group-lg>.input-group-btn>input[type=month].btn,
	.input-group-lg input[type=month] {
		line-height: 222px
	}
}

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

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

.radio label,
.checkbox label {
	min-height: 23px;
	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 \9
}

.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=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
	cursor: not-allowed
}

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

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

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

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

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

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

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

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

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

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

.form-group-sm .form-control-static {
	height: 42px;
	min-height: 43px;
	padding: 6px 10px;
	font-size: 20px;
	line-height: 1.5
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 222px;
	padding: 10px 16px;
	font-size: 150px;
	line-height: 1.3333333;
	border-radius: 6px
}

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

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

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

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

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

.form-group-lg .form-control-static {
	height: 222px;
	min-height: 173px;
	padding: 11px 16px;
	font-size: 150px;
	line-height: 1.3333333
}

.has-feedback {
	position: relative
}

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

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

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
	width: 222px;
	height: 222px;
	line-height: 222px
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
	width: 42px;
	height: 42px;
	line-height: 42px
}

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

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

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

@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: 30px
}

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

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table
}

.form-horizontal .form-group:after {
	clear: both
}

@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: 15px
}

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

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

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

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

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

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	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: #fff;
	background-color: #3e3d40;
	border-color: transparent
}

.btn-default:focus,
.btn-default.focus {
	color: #fff;
	background-color: #252426;
	border-color: rgba(0, 0, 0, 0)
}

.btn-default:hover {
	color: #fff;
	background-color: #252426;
	border-color: rgba(0, 0, 0, 0)
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
	color: #fff;
	background-color: #252426;
	border-color: rgba(0, 0, 0, 0)
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
	color: #fff;
	background-color: #131314;
	border-color: rgba(0, 0, 0, 0)
}

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

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

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

.btn-primary {
	color: #fff;
	background-color: #005296;
	border-color: #00447d
}

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

.btn-primary:hover {
	color: #fff;
	background-color: #003663;
	border-color: #00233f
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #003663;
	border-color: #00233f
}

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

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

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

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

.btn-success {
	color: #fff;
	background-color: #4caf50;
	border-color: #449d48
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #3d8b40;
	border-color: #1e441f
}

.btn-success:hover {
	color: #fff;
	background-color: #3d8b40;
	border-color: #327334
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #3d8b40;
	border-color: #327334
}

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

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

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
	background-color: #4caf50;
	border-color: #449d48
}

.btn-success .badge {
	color: #4caf50;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #cbbb9d;
	border-color: #c2af8c
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #b9a47c;
	border-color: #877148
}

.btn-info:hover {
	color: #fff;
	background-color: #b9a47c;
	border-color: #ad9464
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #b9a47c;
	border-color: #ad9464
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
	color: #fff;
	background-color: #ad9464;
	border-color: #877148
}

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

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

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

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

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #b9a47c;
	border-color: #877148
}

.btn-warning:hover {
	color: #fff;
	background-color: #b9a47c;
	border-color: #ad9464
}

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

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

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

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

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

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

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #b9a47c;
	border-color: #877148
}

.btn-danger:hover {
	color: #fff;
	background-color: #b9a47c;
	border-color: #ad9464
}

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

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

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

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

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

.btn-link {
	color: #005296;
	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: #3e3d40;
	text-decoration: initial;
	background-color: transparent
}

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

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

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

.btn-xs,
.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 20px;
	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;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-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 \9;
	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: 15px;
	text-align: left;
	background-color: #000;
	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);
	background-clip: padding-box
}

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

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

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

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

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

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

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

.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: 20px;
	line-height: 1.56;
	color: #eceded;
	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 \9;
	content: ""
}

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

@media(min-width: 992px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}
	.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>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.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:before,
.btn-toolbar:after {
	content: " ";
	display: table
}

.btn-toolbar:after {
	clear: both
}

.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,
.btn-group-lg.btn-group>.btn+.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,
.btn-group-lg>.btn .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .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:before,
.btn-group-vertical>.btn-group:after {
	content: " ";
	display: table
}

.btn-group-vertical>.btn-group:after {
	clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[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-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: 15px;
	font-weight: normal;
	line-height: 1;
	color: #3e3d40;
	text-align: center;
	background-color: #eceded;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: 5px 10px;
	font-size: 20px;
	border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 10px 16px;
	font-size: 150px;
	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:before,
.nav:after {
	content: " ";
	display: table
}

.nav:after {
	clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #005296
}

.nav-stacked>li {
	float: none
}

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

.nav-justified,
.nav-tabs.nav-justified {
	width: 100%
}

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

.nav-justified>li>a,
.nav-tabs.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,
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

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

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

.nav-tabs-justified>.active>a,
.nav-tabs.nav-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,
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs-justified>.active>a,
	.nav-tabs.nav-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: 82px;
	margin-bottom: 23px;
	border: 1px solid transparent
}

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

.navbar:after {
	clear: both
}

@media(min-width: 992px) {
	.navbar {
		border-radius: none
	}
}

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

.navbar-header:after {
	clear: both
}

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

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

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

.navbar-collapse:after {
	clear: both
}

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

@media(min-width: 992px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}
	.navbar-collapse.in {
		overflow-y: visible
	}
	.navbar-fixed-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: initial
}

@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>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
	margin-right: 0;
	margin-left: 0
}

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

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

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

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

@media(min-width: 992px) {
	.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: 30px 0;
	font-size: 150px;
	line-height: 23px;
	height: 82px
}

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

.navbar-brand>img {
	display: block
}

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

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

.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: 992px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 15px 0
}

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

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

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

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

@media(min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .form-control-static {
		display: inline-block
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.navbar-form .input-group .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: 991px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media(min-width: 992px) {
	.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: none;
	border-top-left-radius: none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

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

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
	margin-top: 20px;
	margin-bottom: 20px
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
	margin-top: 30px;
	margin-bottom: 30px
}

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

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

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

.navbar-default {
	background-color: #eceded;
	border-color: transparent
}

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

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

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

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

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

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

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

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

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

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

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

@media(max-width: 991px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #cbbb9d;
		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: #fff;
		background-color: #005296
	}
	.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: #fff
}

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

.navbar-default .btn-link {
	color: #fff
}

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

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

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

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

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

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

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

.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: #090909
}

.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: #090909;
	color: #fff
}

@media(max-width: 991px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #fff
	}
	.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: #090909
	}
	.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: #fff
}

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

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

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

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

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

.breadcrumb>li {
	display: inline-block
}

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

.breadcrumb>.active {
	color: #eceded
}

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

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.56;
	text-decoration: none;
	color: #005296;
	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>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
	z-index: 2;
	color: #3e3d40;
	background-color: #eceded;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #005296;
	border-color: #005296;
	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: #eceded;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 150px;
	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: 20px;
	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: 23px 0;
	list-style: none;
	text-align: center
}

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

.pager:after {
	clear: both
}

.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: #eceded
}

.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: #eceded;
	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
}

.label:empty {
	display: none
}

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

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

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

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

.label-primary {
	background-color: #005296
}

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

.label-success {
	background-color: #4caf50
}

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

.label-info {
	background-color: #cbbb9d
}

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

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

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

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

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

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #eceded;
	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
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #005296;
	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
}

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

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eceded
}

.jumbotron h1,
.jumbotron .h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 23px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d2d4d4
}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 6px;
	padding-left: 15px;
	padding-right: 15px
}

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

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

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 23px;
	line-height: 1.56;
	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 {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

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

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

.alert {
	padding: 15px;
	margin-bottom: 23px;
	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
	}
}

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

.progress {
	overflow: hidden;
	height: 23px;
	margin-bottom: 23px;
	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: 20px;
	line-height: 23px;
	color: #fff;
	text-align: center;
	background-color: #005296;
	-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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	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: #4caf50
}

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

.progress-bar-info {
	background-color: #cbbb9d
}

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

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

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

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

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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,
a.list-group-item:focus,
button.list-group-item:hover,
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: #eceded;
	color: #eceded;
	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: #eceded
}

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

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
	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: #63b8ff
}

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

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

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

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

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
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: 23px;
	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: 0px
}

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

.panel-body:after {
	clear: both
}

.panel-heading {
	padding: 0px;
	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: 17px;
	color: inherit
}

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

.panel-footer {
	padding: 0px;
	background-color: #f5f5f5;
	border-top: 1px solid #fff;
	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: 0px;
	padding-right: 0px
}

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

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

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	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-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th: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-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th: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-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0
}

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

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

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

.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 #fff
}

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

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

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

.panel-default>.panel-heading {
	color: #192e6b;
	background-color: #fff;
	border-color: #fff
}

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

.panel-default>.panel-heading .badge {
	color: #fff;
	background-color: #192e6b
}

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

.panel-primary {
	border-color: #fff
}

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

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

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

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

.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: 22.5px;
	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;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-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);
	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:before,
.modal-header:after {
	content: " ";
	display: table
}

.modal-header:after {
	clear: both
}

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

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

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

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

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

.modal-footer:after {
	clear: both
}

.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: "Karla", sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.56;
	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: 20px;
	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: #eceded;
	text-align: center;
	background-color: #eceded;
	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: #eceded
}

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

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

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

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

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

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

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

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Karla", sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.56;
	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: 15px;
	background-color: #fff;
	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: 15px;
	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 {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-moz-transition: -moz-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-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, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 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, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 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 \9;
	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 {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-xs {
	display: none !important
}

.visible-sm {
	display: none !important
}

.visible-md {
	display: none !important
}

.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: 1199px) {
	.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: 1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media(min-width: 992px)and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media(min-width: 992px)and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media(min-width: 1200px) {
	.visible-lg {
		display: block !important
	}
	table.visible-lg {
		display: table !important
	}
	tr.visible-lg {
		display: table-row !important
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important
	}
}

@media(min-width: 1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media(min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media(min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media(max-width: 767px) {
	.hidden-xs {
		display: none !important
	}
}

@media(min-width: 768px)and (max-width: 991px) {
	.hidden-sm {
		display: none !important
	}
}

@media(min-width: 992px)and (max-width: 1199px) {
	.hidden-md {
		display: none !important
	}
}

@media(min-width: 1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}
	table.visible-print {
		display: table !important
	}
	tr.visible-print {
		display: table-row !important
	}
	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
	}
}

.ml-0 {
	margin-left: 0px !important
}

.ml-3 {
	margin-left: 3px !important
}

.ml-5 {
	margin-left: 5px !important
}

.ml-7 {
	margin-left: 7px !important
}

.ml-8 {
	margin-left: 8px !important
}

.ml-10 {
	margin-left: 10px !important
}

.ml-12 {
	margin-left: 12px !important
}

.ml-15 {
	margin-left: 15px !important
}

.ml-20 {
	margin-left: 20px !important
}

.ml-22 {
	margin-left: 22px !important
}

.ml-25 {
	margin-left: 25px !important
}

.ml-30 {
	margin-left: 30px !important
}

.ml-40 {
	margin-left: 40px !important
}

.ml-50 {
	margin-left: 50px !important
}

.ml-60 {
	margin-left: 60px !important
}

.ml-70 {
	margin-left: 70px !important
}

.ml-80 {
	margin-left: 80px !important
}

.ml-90 {
	margin-left: 90px !important
}

.ml-100 {
	margin-left: 100px !important
}

.ml-108 {
	margin-left: 108px !important
}

.ml-120 {
	margin-left: 120px !important
}

.ml-130 {
	margin-left: 130px !important
}

.ml-140 {
	margin-left: 140px !important
}

.ml-150 {
	margin-left: 150px !important
}

.ml-165 {
	margin-left: 165px !important
}

.ml-180 {
	margin-left: 180px !important
}

.ml-200 {
	margin-left: 200px !important
}

.ml-250 {
	margin-left: 250px !important
}

.ml-300 {
	margin-left: 300px !important
}

.ml-350 {
	margin-left: 350px !important
}

.ml-400 {
	margin-left: 400px !important
}

.ml-450 {
	margin-left: 450px !important
}

.mr-0 {
	margin-right: 0px !important
}

.mr-3 {
	margin-right: 3px !important
}

.mr-5 {
	margin-right: 5px !important
}

.mr-7 {
	margin-right: 7px !important
}

.mr-8 {
	margin-right: 8px !important
}

.mr-10 {
	margin-right: 10px !important
}

.mr-12 {
	margin-right: 12px !important
}

.mr-15 {
	margin-right: 15px !important
}

.mr-20 {
	margin-right: 20px !important
}

.mr-22 {
	margin-right: 22px !important
}

.mr-25 {
	margin-right: 25px !important
}

.mr-30 {
	margin-right: 30px !important
}

.mr-40 {
	margin-right: 40px !important
}

.mr-50 {
	margin-right: 50px !important
}

.mr-60 {
	margin-right: 60px !important
}

.mr-70 {
	margin-right: 70px !important
}

.mr-80 {
	margin-right: 80px !important
}

.mr-90 {
	margin-right: 90px !important
}

.mr-100 {
	margin-right: 100px !important
}

.mr-108 {
	margin-right: 108px !important
}

.mr-120 {
	margin-right: 120px !important
}

.mr-130 {
	margin-right: 130px !important
}

.mr-140 {
	margin-right: 140px !important
}

.mr-150 {
	margin-right: 150px !important
}

.mr-165 {
	margin-right: 165px !important
}

.mr-180 {
	margin-right: 180px !important
}

.mr-200 {
	margin-right: 200px !important
}

.mr-250 {
	margin-right: 250px !important
}

.mr-300 {
	margin-right: 300px !important
}

.mr-350 {
	margin-right: 350px !important
}

.mr-400 {
	margin-right: 400px !important
}

.mr-450 {
	margin-right: 450px !important
}

.mt-0 {
	margin-top: 0px !important
}

.mt-3 {
	margin-top: 3px !important
}

.mt-5 {
	margin-top: 5px !important
}

.mt-7 {
	margin-top: 7px !important
}

.mt-8 {
	margin-top: 8px !important
}

.mt-10 {
	margin-top: 10px !important
}

.mt-12 {
	margin-top: 12px !important
}

.mt-15 {
	margin-top: 15px !important
}

.mt-20 {
	margin-top: 20px !important
}

.mt-22 {
	margin-top: 22px !important
}

.mt-25 {
	margin-top: 25px !important
}

.mt-30 {
	margin-top: 30px !important
}

.mt-40 {
	margin-top: 40px !important
}

.mt-50 {
	margin-top: 50px !important
}

.mt-60 {
	margin-top: 60px !important
}

.mt-70 {
	margin-top: 70px !important
}

.mt-80 {
	margin-top: 80px !important
}

.mt-90 {
	margin-top: 90px !important
}

.mt-100 {
	margin-top: 100px !important
}

.mt-108 {
	margin-top: 108px !important
}

.mt-120 {
	margin-top: 120px !important
}

.mt-130 {
	margin-top: 130px !important
}

.mt-140 {
	margin-top: 140px !important
}

.mt-150 {
	margin-top: 150px !important
}

.mt-165 {
	margin-top: 165px !important
}

.mt-180 {
	margin-top: 180px !important
}

.mt-200 {
	margin-top: 200px !important
}

.mt-250 {
	margin-top: 250px !important
}

.mt-300 {
	margin-top: 300px !important
}

.mt-350 {
	margin-top: 350px !important
}

.mt-400 {
	margin-top: 400px !important
}

.mt-450 {
	margin-top: 450px !important
}

.mb-0 {
	margin-bottom: 0px !important
}

.mb-3 {
	margin-bottom: 3px !important
}

.mb-5 {
	margin-bottom: 5px !important
}

.mb-7 {
	margin-bottom: 7px !important
}

.mb-8 {
	margin-bottom: 8px !important
}

.mb-10 {
	margin-bottom: 10px !important
}

.mb-12 {
	margin-bottom: 12px !important
}

.mb-15 {
	margin-bottom: 15px !important
}

.mb-20 {
	margin-bottom: 20px !important
}

.mb-22 {
	margin-bottom: 22px !important
}

.mb-25 {
	margin-bottom: 25px !important
}

.mb-30 {
	margin-bottom: 30px !important
}

.mb-40 {
	margin-bottom: 40px !important
}

.mb-50 {
	margin-bottom: 50px !important
}

.mb-60 {
	margin-bottom: 60px !important
}

.mb-70 {
	margin-bottom: 70px !important
}

.mb-80 {
	margin-bottom: 80px !important
}

.mb-90 {
	margin-bottom: 90px !important
}

.mb-100 {
	margin-bottom: 100px !important
}

.mb-108 {
	margin-bottom: 108px !important
}

.mb-120 {
	margin-bottom: 120px !important
}

.mb-130 {
	margin-bottom: 130px !important
}

.mb-140 {
	margin-bottom: 140px !important
}

.mb-150 {
	margin-bottom: 150px !important
}

.mb-165 {
	margin-bottom: 165px !important
}

.mb-180 {
	margin-bottom: 180px !important
}

.mb-200 {
	margin-bottom: 200px !important
}

.mb-250 {
	margin-bottom: 250px !important
}

.mb-300 {
	margin-bottom: 300px !important
}

.mb-350 {
	margin-bottom: 350px !important
}

.mb-400 {
	margin-bottom: 400px !important
}

.mb-450 {
	margin-bottom: 450px !important
}

.pl-0 {
	padding-left: 0px !important
}

.pl-3 {
	padding-left: 3px !important
}

.pl-5 {
	padding-left: 5px !important
}

.pl-7 {
	padding-left: 7px !important
}

.pl-8 {
	padding-left: 8px !important
}

.pl-10 {
	padding-left: 10px !important
}

.pl-12 {
	padding-left: 12px !important
}

.pl-15 {
	padding-left: 15px !important
}

.pl-20 {
	padding-left: 20px !important
}

.pl-22 {
	padding-left: 22px !important
}

.pl-25 {
	padding-left: 25px !important
}

.pl-30 {
	padding-left: 30px !important
}

.pl-40 {
	padding-left: 40px !important
}

.pl-50 {
	padding-left: 50px !important
}

.pl-60 {
	padding-left: 60px !important
}

.pl-70 {
	padding-left: 70px !important
}

.pl-80 {
	padding-left: 80px !important
}

.pl-90 {
	padding-left: 90px !important
}

.pl-100 {
	padding-left: 100px !important
}

.pl-108 {
	padding-left: 108px !important
}

.pl-120 {
	padding-left: 120px !important
}

.pl-130 {
	padding-left: 130px !important
}

.pl-140 {
	padding-left: 140px !important
}

.pl-150 {
	padding-left: 150px !important
}

.pl-165 {
	padding-left: 165px !important
}

.pl-180 {
	padding-left: 180px !important
}

.pl-200 {
	padding-left: 200px !important
}

.pl-250 {
	padding-left: 250px !important
}

.pl-300 {
	padding-left: 300px !important
}

.pl-350 {
	padding-left: 350px !important
}

.pl-400 {
	padding-left: 400px !important
}

.pl-450 {
	padding-left: 450px !important
}

.pr-0 {
	padding-right: 0px !important
}

.pr-3 {
	padding-right: 3px !important
}

.pr-5 {
	padding-right: 5px !important
}

.pr-7 {
	padding-right: 7px !important
}

.pr-8 {
	padding-right: 8px !important
}

.pr-10 {
	padding-right: 10px !important
}

.pr-12 {
	padding-right: 12px !important
}

.pr-15 {
	padding-right: 15px !important
}

.pr-20 {
	padding-right: 20px !important
}

.pr-22 {
	padding-right: 22px !important
}

.pr-25 {
	padding-right: 25px !important
}

.pr-30 {
	padding-right: 30px !important
}

.pr-40 {
	padding-right: 40px !important
}

.pr-50 {
	padding-right: 50px !important
}

.pr-60 {
	padding-right: 60px !important
}

.pr-70 {
	padding-right: 70px !important
}

.pr-80 {
	padding-right: 80px !important
}

.pr-90 {
	padding-right: 90px !important
}

.pr-100 {
	padding-right: 100px !important
}

.pr-108 {
	padding-right: 108px !important
}

.pr-120 {
	padding-right: 120px !important
}

.pr-130 {
	padding-right: 130px !important
}

.pr-140 {
	padding-right: 140px !important
}

.pr-150 {
	padding-right: 150px !important
}

.pr-165 {
	padding-right: 165px !important
}

.pr-180 {
	padding-right: 180px !important
}

.pr-200 {
	padding-right: 200px !important
}

.pr-250 {
	padding-right: 250px !important
}

.pr-300 {
	padding-right: 300px !important
}

.pr-350 {
	padding-right: 350px !important
}

.pr-400 {
	padding-right: 400px !important
}

.pr-450 {
	padding-right: 450px !important
}

.pt-0 {
	padding-top: 0px !important
}

.pt-3 {
	padding-top: 3px !important
}

.pt-5 {
	padding-top: 5px !important
}

.pt-7 {
	padding-top: 7px !important
}

.pt-8 {
	padding-top: 8px !important
}

.pt-10 {
	padding-top: 10px !important
}

.pt-12 {
	padding-top: 12px !important
}

.pt-15 {
	padding-top: 15px !important
}

.pt-20 {
	padding-top: 20px !important
}

.pt-22 {
	padding-top: 22px !important
}

.pt-25 {
	padding-top: 25px !important
}

.pt-30 {
	padding-top: 30px !important
}

.pt-40 {
	padding-top: 40px !important
}

.pt-50 {
	padding-top: 50px !important
}

.pt-60 {
	padding-top: 60px !important
}

.pt-70 {
	padding-top: 70px !important
}

.pt-80 {
	padding-top: 80px !important
}

.pt-90 {
	padding-top: 90px !important
}

.pt-100 {
	padding-top: 100px !important
}

.pt-108 {
	padding-top: 108px !important
}

.pt-120 {
	padding-top: 120px !important
}

.pt-130 {
	padding-top: 130px !important
}

.pt-140 {
	padding-top: 140px !important
}

.pt-150 {
	padding-top: 150px !important
}

.pt-165 {
	padding-top: 165px !important
}

.pt-180 {
	padding-top: 180px !important
}

.pt-200 {
	padding-top: 200px !important
}

.pt-250 {
	padding-top: 250px !important
}

.pt-300 {
	padding-top: 300px !important
}

.pt-350 {
	padding-top: 350px !important
}

.pt-400 {
	padding-top: 400px !important
}

.pt-450 {
	padding-top: 450px !important
}

.pb-0 {
	padding-bottom: 0px !important
}

.pb-3 {
	padding-bottom: 3px !important
}

.pb-5 {
	padding-bottom: 5px !important
}

.pb-7 {
	padding-bottom: 7px !important
}

.pb-8 {
	padding-bottom: 8px !important
}

.pb-10 {
	padding-bottom: 10px !important
}

.pb-12 {
	padding-bottom: 12px !important
}

.pb-15 {
	padding-bottom: 15px !important
}

.pb-20 {
	padding-bottom: 20px !important
}

.pb-22 {
	padding-bottom: 22px !important
}

.pb-25 {
	padding-bottom: 25px !important
}

.pb-30 {
	padding-bottom: 30px !important
}

.pb-40 {
	padding-bottom: 40px !important
}

.pb-50 {
	padding-bottom: 50px !important
}

.pb-60 {
	padding-bottom: 60px !important
}

.pb-70 {
	padding-bottom: 70px !important
}

.pb-80 {
	padding-bottom: 80px !important
}

.pb-90 {
	padding-bottom: 90px !important
}

.pb-100 {
	padding-bottom: 100px !important
}

.pb-108 {
	padding-bottom: 108px !important
}

.pb-120 {
	padding-bottom: 120px !important
}

.pb-130 {
	padding-bottom: 130px !important
}

.pb-140 {
	padding-bottom: 140px !important
}

.pb-150 {
	padding-bottom: 150px !important
}

.pb-165 {
	padding-bottom: 165px !important
}

.pb-180 {
	padding-bottom: 180px !important
}

.pb-200 {
	padding-bottom: 200px !important
}

.pb-250 {
	padding-bottom: 250px !important
}

.pb-300 {
	padding-bottom: 300px !important
}

.pb-350 {
	padding-bottom: 350px !important
}

.pb-400 {
	padding-bottom: 400px !important
}

.pb-450 {
	padding-bottom: 450px !important
}

@media(min-width: 480px) {
	.ml-0-xs {
		margin-left: 0px !important
	}
	.ml-3-xs {
		margin-left: 3px !important
	}
	.ml-5-xs {
		margin-left: 5px !important
	}
	.ml-7-xs {
		margin-left: 7px !important
	}
	.ml-8-xs {
		margin-left: 8px !important
	}
	.ml-10-xs {
		margin-left: 10px !important
	}
	.ml-12-xs {
		margin-left: 12px !important
	}
	.ml-15-xs {
		margin-left: 15px !important
	}
	.ml-20-xs {
		margin-left: 20px !important
	}
	.ml-22-xs {
		margin-left: 22px !important
	}
	.ml-25-xs {
		margin-left: 25px !important
	}
	.ml-30-xs {
		margin-left: 30px !important
	}
	.ml-40-xs {
		margin-left: 40px !important
	}
	.ml-50-xs {
		margin-left: 50px !important
	}
	.ml-60-xs {
		margin-left: 60px !important
	}
	.ml-70-xs {
		margin-left: 70px !important
	}
	.ml-80-xs {
		margin-left: 80px !important
	}
	.ml-90-xs {
		margin-left: 90px !important
	}
	.ml-100-xs {
		margin-left: 100px !important
	}
	.ml-108-xs {
		margin-left: 108px !important
	}
	.ml-120-xs {
		margin-left: 120px !important
	}
	.ml-130-xs {
		margin-left: 130px !important
	}
	.ml-140-xs {
		margin-left: 140px !important
	}
	.ml-150-xs {
		margin-left: 150px !important
	}
	.ml-165-xs {
		margin-left: 165px !important
	}
	.ml-180-xs {
		margin-left: 180px !important
	}
	.ml-200-xs {
		margin-left: 200px !important
	}
	.ml-250-xs {
		margin-left: 250px !important
	}
	.ml-300-xs {
		margin-left: 300px !important
	}
	.ml-350-xs {
		margin-left: 350px !important
	}
	.ml-400-xs {
		margin-left: 400px !important
	}
	.ml-450-xs {
		margin-left: 450px !important
	}
	.mr-0-xs {
		margin-right: 0px !important
	}
	.mr-3-xs {
		margin-right: 3px !important
	}
	.mr-5-xs {
		margin-right: 5px !important
	}
	.mr-7-xs {
		margin-right: 7px !important
	}
	.mr-8-xs {
		margin-right: 8px !important
	}
	.mr-10-xs {
		margin-right: 10px !important
	}
	.mr-12-xs {
		margin-right: 12px !important
	}
	.mr-15-xs {
		margin-right: 15px !important
	}
	.mr-20-xs {
		margin-right: 20px !important
	}
	.mr-22-xs {
		margin-right: 22px !important
	}
	.mr-25-xs {
		margin-right: 25px !important
	}
	.mr-30-xs {
		margin-right: 30px !important
	}
	.mr-40-xs {
		margin-right: 40px !important
	}
	.mr-50-xs {
		margin-right: 50px !important
	}
	.mr-60-xs {
		margin-right: 60px !important
	}
	.mr-70-xs {
		margin-right: 70px !important
	}
	.mr-80-xs {
		margin-right: 80px !important
	}
	.mr-90-xs {
		margin-right: 90px !important
	}
	.mr-100-xs {
		margin-right: 100px !important
	}
	.mr-108-xs {
		margin-right: 108px !important
	}
	.mr-120-xs {
		margin-right: 120px !important
	}
	.mr-130-xs {
		margin-right: 130px !important
	}
	.mr-140-xs {
		margin-right: 140px !important
	}
	.mr-150-xs {
		margin-right: 150px !important
	}
	.mr-165-xs {
		margin-right: 165px !important
	}
	.mr-180-xs {
		margin-right: 180px !important
	}
	.mr-200-xs {
		margin-right: 200px !important
	}
	.mr-250-xs {
		margin-right: 250px !important
	}
	.mr-300-xs {
		margin-right: 300px !important
	}
	.mr-350-xs {
		margin-right: 350px !important
	}
	.mr-400-xs {
		margin-right: 400px !important
	}
	.mr-450-xs {
		margin-right: 450px !important
	}
	.mt-0-xs {
		margin-top: 0px !important
	}
	.mt-3-xs {
		margin-top: 3px !important
	}
	.mt-5-xs {
		margin-top: 5px !important
	}
	.mt-7-xs {
		margin-top: 7px !important
	}
	.mt-8-xs {
		margin-top: 8px !important
	}
	.mt-10-xs {
		margin-top: 10px !important
	}
	.mt-12-xs {
		margin-top: 12px !important
	}
	.mt-15-xs {
		margin-top: 15px !important
	}
	.mt-20-xs {
		margin-top: 20px !important
	}
	.mt-22-xs {
		margin-top: 22px !important
	}
	.mt-25-xs {
		margin-top: 25px !important
	}
	.mt-30-xs {
		margin-top: 30px !important
	}
	.mt-40-xs {
		margin-top: 40px !important
	}
	.mt-50-xs {
		margin-top: 50px !important
	}
	.mt-60-xs {
		margin-top: 60px !important
	}
	.mt-70-xs {
		margin-top: 70px !important
	}
	.mt-80-xs {
		margin-top: 80px !important
	}
	.mt-90-xs {
		margin-top: 90px !important
	}
	.mt-100-xs {
		margin-top: 100px !important
	}
	.mt-108-xs {
		margin-top: 108px !important
	}
	.mt-120-xs {
		margin-top: 120px !important
	}
	.mt-130-xs {
		margin-top: 130px !important
	}
	.mt-140-xs {
		margin-top: 140px !important
	}
	.mt-150-xs {
		margin-top: 150px !important
	}
	.mt-165-xs {
		margin-top: 165px !important
	}
	.mt-180-xs {
		margin-top: 180px !important
	}
	.mt-200-xs {
		margin-top: 200px !important
	}
	.mt-250-xs {
		margin-top: 250px !important
	}
	.mt-300-xs {
		margin-top: 300px !important
	}
	.mt-350-xs {
		margin-top: 350px !important
	}
	.mt-400-xs {
		margin-top: 400px !important
	}
	.mt-450-xs {
		margin-top: 450px !important
	}
	.mb-0-xs {
		margin-bottom: 0px !important
	}
	.mb-3-xs {
		margin-bottom: 3px !important
	}
	.mb-5-xs {
		margin-bottom: 5px !important
	}
	.mb-7-xs {
		margin-bottom: 7px !important
	}
	.mb-8-xs {
		margin-bottom: 8px !important
	}
	.mb-10-xs {
		margin-bottom: 10px !important
	}
	.mb-12-xs {
		margin-bottom: 12px !important
	}
	.mb-15-xs {
		margin-bottom: 15px !important
	}
	.mb-20-xs {
		margin-bottom: 20px !important
	}
	.mb-22-xs {
		margin-bottom: 22px !important
	}
	.mb-25-xs {
		margin-bottom: 25px !important
	}
	.mb-30-xs {
		margin-bottom: 30px !important
	}
	.mb-40-xs {
		margin-bottom: 40px !important
	}
	.mb-50-xs {
		margin-bottom: 50px !important
	}
	.mb-60-xs {
		margin-bottom: 60px !important
	}
	.mb-70-xs {
		margin-bottom: 70px !important
	}
	.mb-80-xs {
		margin-bottom: 80px !important
	}
	.mb-90-xs {
		margin-bottom: 90px !important
	}
	.mb-100-xs {
		margin-bottom: 100px !important
	}
	.mb-108-xs {
		margin-bottom: 108px !important
	}
	.mb-120-xs {
		margin-bottom: 120px !important
	}
	.mb-130-xs {
		margin-bottom: 130px !important
	}
	.mb-140-xs {
		margin-bottom: 140px !important
	}
	.mb-150-xs {
		margin-bottom: 150px !important
	}
	.mb-165-xs {
		margin-bottom: 165px !important
	}
	.mb-180-xs {
		margin-bottom: 180px !important
	}
	.mb-200-xs {
		margin-bottom: 200px !important
	}
	.mb-250-xs {
		margin-bottom: 250px !important
	}
	.mb-300-xs {
		margin-bottom: 300px !important
	}
	.mb-350-xs {
		margin-bottom: 350px !important
	}
	.mb-400-xs {
		margin-bottom: 400px !important
	}
	.mb-450-xs {
		margin-bottom: 450px !important
	}
	.pl-0-xs {
		padding-left: 0px !important
	}
	.pl-3-xs {
		padding-left: 3px !important
	}
	.pl-5-xs {
		padding-left: 5px !important
	}
	.pl-7-xs {
		padding-left: 7px !important
	}
	.pl-8-xs {
		padding-left: 8px !important
	}
	.pl-10-xs {
		padding-left: 10px !important
	}
	.pl-12-xs {
		padding-left: 12px !important
	}
	.pl-15-xs {
		padding-left: 15px !important
	}
	.pl-20-xs {
		padding-left: 20px !important
	}
	.pl-22-xs {
		padding-left: 22px !important
	}
	.pl-25-xs {
		padding-left: 25px !important
	}
	.pl-30-xs {
		padding-left: 30px !important
	}
	.pl-40-xs {
		padding-left: 40px !important
	}
	.pl-50-xs {
		padding-left: 50px !important
	}
	.pl-60-xs {
		padding-left: 60px !important
	}
	.pl-70-xs {
		padding-left: 70px !important
	}
	.pl-80-xs {
		padding-left: 80px !important
	}
	.pl-90-xs {
		padding-left: 90px !important
	}
	.pl-100-xs {
		padding-left: 100px !important
	}
	.pl-108-xs {
		padding-left: 108px !important
	}
	.pl-120-xs {
		padding-left: 120px !important
	}
	.pl-130-xs {
		padding-left: 130px !important
	}
	.pl-140-xs {
		padding-left: 140px !important
	}
	.pl-150-xs {
		padding-left: 150px !important
	}
	.pl-165-xs {
		padding-left: 165px !important
	}
	.pl-180-xs {
		padding-left: 180px !important
	}
	.pl-200-xs {
		padding-left: 200px !important
	}
	.pl-250-xs {
		padding-left: 250px !important
	}
	.pl-300-xs {
		padding-left: 300px !important
	}
	.pl-350-xs {
		padding-left: 350px !important
	}
	.pl-400-xs {
		padding-left: 400px !important
	}
	.pl-450-xs {
		padding-left: 450px !important
	}
	.pr-0-xs {
		padding-right: 0px !important
	}
	.pr-3-xs {
		padding-right: 3px !important
	}
	.pr-5-xs {
		padding-right: 5px !important
	}
	.pr-7-xs {
		padding-right: 7px !important
	}
	.pr-8-xs {
		padding-right: 8px !important
	}
	.pr-10-xs {
		padding-right: 10px !important
	}
	.pr-12-xs {
		padding-right: 12px !important
	}
	.pr-15-xs {
		padding-right: 15px !important
	}
	.pr-20-xs {
		padding-right: 20px !important
	}
	.pr-22-xs {
		padding-right: 22px !important
	}
	.pr-25-xs {
		padding-right: 25px !important
	}
	.pr-30-xs {
		padding-right: 30px !important
	}
	.pr-40-xs {
		padding-right: 40px !important
	}
	.pr-50-xs {
		padding-right: 50px !important
	}
	.pr-60-xs {
		padding-right: 60px !important
	}
	.pr-70-xs {
		padding-right: 70px !important
	}
	.pr-80-xs {
		padding-right: 80px !important
	}
	.pr-90-xs {
		padding-right: 90px !important
	}
	.pr-100-xs {
		padding-right: 100px !important
	}
	.pr-108-xs {
		padding-right: 108px !important
	}
	.pr-120-xs {
		padding-right: 120px !important
	}
	.pr-130-xs {
		padding-right: 130px !important
	}
	.pr-140-xs {
		padding-right: 140px !important
	}
	.pr-150-xs {
		padding-right: 150px !important
	}
	.pr-165-xs {
		padding-right: 165px !important
	}
	.pr-180-xs {
		padding-right: 180px !important
	}
	.pr-200-xs {
		padding-right: 200px !important
	}
	.pr-250-xs {
		padding-right: 250px !important
	}
	.pr-300-xs {
		padding-right: 300px !important
	}
	.pr-350-xs {
		padding-right: 350px !important
	}
	.pr-400-xs {
		padding-right: 400px !important
	}
	.pr-450-xs {
		padding-right: 450px !important
	}
	.pt-0-xs {
		padding-top: 0px !important
	}
	.pt-3-xs {
		padding-top: 3px !important
	}
	.pt-5-xs {
		padding-top: 5px !important
	}
	.pt-7-xs {
		padding-top: 7px !important
	}
	.pt-8-xs {
		padding-top: 8px !important
	}
	.pt-10-xs {
		padding-top: 10px !important
	}
	.pt-12-xs {
		padding-top: 12px !important
	}
	.pt-15-xs {
		padding-top: 15px !important
	}
	.pt-20-xs {
		padding-top: 20px !important
	}
	.pt-22-xs {
		padding-top: 22px !important
	}
	.pt-25-xs {
		padding-top: 25px !important
	}
	.pt-30-xs {
		padding-top: 30px !important
	}
	.pt-40-xs {
		padding-top: 40px !important
	}
	.pt-50-xs {
		padding-top: 50px !important
	}
	.pt-60-xs {
		padding-top: 60px !important
	}
	.pt-70-xs {
		padding-top: 70px !important
	}
	.pt-80-xs {
		padding-top: 80px !important
	}
	.pt-90-xs {
		padding-top: 90px !important
	}
	.pt-100-xs {
		padding-top: 100px !important
	}
	.pt-108-xs {
		padding-top: 108px !important
	}
	.pt-120-xs {
		padding-top: 120px !important
	}
	.pt-130-xs {
		padding-top: 130px !important
	}
	.pt-140-xs {
		padding-top: 140px !important
	}
	.pt-150-xs {
		padding-top: 150px !important
	}
	.pt-165-xs {
		padding-top: 165px !important
	}
	.pt-180-xs {
		padding-top: 180px !important
	}
	.pt-200-xs {
		padding-top: 200px !important
	}
	.pt-250-xs {
		padding-top: 250px !important
	}
	.pt-300-xs {
		padding-top: 300px !important
	}
	.pt-350-xs {
		padding-top: 350px !important
	}
	.pt-400-xs {
		padding-top: 400px !important
	}
	.pt-450-xs {
		padding-top: 450px !important
	}
	.pb-0-xs {
		padding-bottom: 0px !important
	}
	.pb-3-xs {
		padding-bottom: 3px !important
	}
	.pb-5-xs {
		padding-bottom: 5px !important
	}
	.pb-7-xs {
		padding-bottom: 7px !important
	}
	.pb-8-xs {
		padding-bottom: 8px !important
	}
	.pb-10-xs {
		padding-bottom: 10px !important
	}
	.pb-12-xs {
		padding-bottom: 12px !important
	}
	.pb-15-xs {
		padding-bottom: 15px !important
	}
	.pb-20-xs {
		padding-bottom: 20px !important
	}
	.pb-22-xs {
		padding-bottom: 22px !important
	}
	.pb-25-xs {
		padding-bottom: 25px !important
	}
	.pb-30-xs {
		padding-bottom: 30px !important
	}
	.pb-40-xs {
		padding-bottom: 40px !important
	}
	.pb-50-xs {
		padding-bottom: 50px !important
	}
	.pb-60-xs {
		padding-bottom: 60px !important
	}
	.pb-70-xs {
		padding-bottom: 70px !important
	}
	.pb-80-xs {
		padding-bottom: 80px !important
	}
	.pb-90-xs {
		padding-bottom: 90px !important
	}
	.pb-100-xs {
		padding-bottom: 100px !important
	}
	.pb-108-xs {
		padding-bottom: 108px !important
	}
	.pb-120-xs {
		padding-bottom: 120px !important
	}
	.pb-130-xs {
		padding-bottom: 130px !important
	}
	.pb-140-xs {
		padding-bottom: 140px !important
	}
	.pb-150-xs {
		padding-bottom: 150px !important
	}
	.pb-165-xs {
		padding-bottom: 165px !important
	}
	.pb-180-xs {
		padding-bottom: 180px !important
	}
	.pb-200-xs {
		padding-bottom: 200px !important
	}
	.pb-250-xs {
		padding-bottom: 250px !important
	}
	.pb-300-xs {
		padding-bottom: 300px !important
	}
	.pb-350-xs {
		padding-bottom: 350px !important
	}
	.pb-400-xs {
		padding-bottom: 400px !important
	}
	.pb-450-xs {
		padding-bottom: 450px !important
	}
}

@media(min-width: 768px) {
	.ml-0-sm {
		margin-left: 0px !important
	}
	.ml-3-sm {
		margin-left: 3px !important
	}
	.ml-5-sm {
		margin-left: 5px !important
	}
	.ml-7-sm {
		margin-left: 7px !important
	}
	.ml-8-sm {
		margin-left: 8px !important
	}
	.ml-10-sm {
		margin-left: 10px !important
	}
	.ml-12-sm {
		margin-left: 12px !important
	}
	.ml-15-sm {
		margin-left: 15px !important
	}
	.ml-20-sm {
		margin-left: 20px !important
	}
	.ml-22-sm {
		margin-left: 22px !important
	}
	.ml-25-sm {
		margin-left: 25px !important
	}
	.ml-30-sm {
		margin-left: 30px !important
	}
	.ml-40-sm {
		margin-left: 40px !important
	}
	.ml-50-sm {
		margin-left: 50px !important
	}
	.ml-60-sm {
		margin-left: 60px !important
	}
	.ml-70-sm {
		margin-left: 70px !important
	}
	.ml-80-sm {
		margin-left: 80px !important
	}
	.ml-90-sm {
		margin-left: 90px !important
	}
	.ml-100-sm {
		margin-left: 100px !important
	}
	.ml-108-sm {
		margin-left: 108px !important
	}
	.ml-120-sm {
		margin-left: 120px !important
	}
	.ml-130-sm {
		margin-left: 130px !important
	}
	.ml-140-sm {
		margin-left: 140px !important
	}
	.ml-150-sm {
		margin-left: 150px !important
	}
	.ml-165-sm {
		margin-left: 165px !important
	}
	.ml-180-sm {
		margin-left: 180px !important
	}
	.ml-200-sm {
		margin-left: 200px !important
	}
	.ml-250-sm {
		margin-left: 250px !important
	}
	.ml-300-sm {
		margin-left: 300px !important
	}
	.ml-350-sm {
		margin-left: 350px !important
	}
	.ml-400-sm {
		margin-left: 400px !important
	}
	.ml-450-sm {
		margin-left: 450px !important
	}
	.mr-0-sm {
		margin-right: 0px !important
	}
	.mr-3-sm {
		margin-right: 3px !important
	}
	.mr-5-sm {
		margin-right: 5px !important
	}
	.mr-7-sm {
		margin-right: 7px !important
	}
	.mr-8-sm {
		margin-right: 8px !important
	}
	.mr-10-sm {
		margin-right: 10px !important
	}
	.mr-12-sm {
		margin-right: 12px !important
	}
	.mr-15-sm {
		margin-right: 15px !important
	}
	.mr-20-sm {
		margin-right: 20px !important
	}
	.mr-22-sm {
		margin-right: 22px !important
	}
	.mr-25-sm {
		margin-right: 25px !important
	}
	.mr-30-sm {
		margin-right: 30px !important
	}
	.mr-40-sm {
		margin-right: 40px !important
	}
	.mr-50-sm {
		margin-right: 50px !important
	}
	.mr-60-sm {
		margin-right: 60px !important
	}
	.mr-70-sm {
		margin-right: 70px !important
	}
	.mr-80-sm {
		margin-right: 80px !important
	}
	.mr-90-sm {
		margin-right: 90px !important
	}
	.mr-100-sm {
		margin-right: 100px !important
	}
	.mr-108-sm {
		margin-right: 108px !important
	}
	.mr-120-sm {
		margin-right: 120px !important
	}
	.mr-130-sm {
		margin-right: 130px !important
	}
	.mr-140-sm {
		margin-right: 140px !important
	}
	.mr-150-sm {
		margin-right: 150px !important
	}
	.mr-165-sm {
		margin-right: 165px !important
	}
	.mr-180-sm {
		margin-right: 180px !important
	}
	.mr-200-sm {
		margin-right: 200px !important
	}
	.mr-250-sm {
		margin-right: 250px !important
	}
	.mr-300-sm {
		margin-right: 300px !important
	}
	.mr-350-sm {
		margin-right: 350px !important
	}
	.mr-400-sm {
		margin-right: 400px !important
	}
	.mr-450-sm {
		margin-right: 450px !important
	}
	.mt-0-sm {
		margin-top: 0px !important
	}
	.mt-3-sm {
		margin-top: 3px !important
	}
	.mt-5-sm {
		margin-top: 5px !important
	}
	.mt-7-sm {
		margin-top: 7px !important
	}
	.mt-8-sm {
		margin-top: 8px !important
	}
	.mt-10-sm {
		margin-top: 10px !important
	}
	.mt-12-sm {
		margin-top: 12px !important
	}
	.mt-15-sm {
		margin-top: 15px !important
	}
	.mt-20-sm {
		margin-top: 20px !important
	}
	.mt-22-sm {
		margin-top: 22px !important
	}
	.mt-25-sm {
		margin-top: 25px !important
	}
	.mt-30-sm {
		margin-top: 30px !important
	}
	.mt-40-sm {
		margin-top: 40px !important
	}
	.mt-50-sm {
		margin-top: 50px !important
	}
	.mt-60-sm {
		margin-top: 60px !important
	}
	.mt-70-sm {
		margin-top: 70px !important
	}
	.mt-80-sm {
		margin-top: 80px !important
	}
	.mt-90-sm {
		margin-top: 90px !important
	}
	.mt-100-sm {
		margin-top: 100px !important
	}
	.mt-108-sm {
		margin-top: 108px !important
	}
	.mt-120-sm {
		margin-top: 120px !important
	}
	.mt-130-sm {
		margin-top: 130px !important
	}
	.mt-140-sm {
		margin-top: 140px !important
	}
	.mt-150-sm {
		margin-top: 150px !important
	}
	.mt-165-sm {
		margin-top: 165px !important
	}
	.mt-180-sm {
		margin-top: 180px !important
	}
	.mt-200-sm {
		margin-top: 200px !important
	}
	.mt-250-sm {
		margin-top: 250px !important
	}
	.mt-300-sm {
		margin-top: 300px !important
	}
	.mt-350-sm {
		margin-top: 350px !important
	}
	.mt-400-sm {
		margin-top: 400px !important
	}
	.mt-450-sm {
		margin-top: 450px !important
	}
	.mb-0-sm {
		margin-bottom: 0px !important
	}
	.mb-3-sm {
		margin-bottom: 3px !important
	}
	.mb-5-sm {
		margin-bottom: 5px !important
	}
	.mb-7-sm {
		margin-bottom: 7px !important
	}
	.mb-8-sm {
		margin-bottom: 8px !important
	}
	.mb-10-sm {
		margin-bottom: 10px !important
	}
	.mb-12-sm {
		margin-bottom: 12px !important
	}
	.mb-15-sm {
		margin-bottom: 15px !important
	}
	.mb-20-sm {
		margin-bottom: 20px !important
	}
	.mb-22-sm {
		margin-bottom: 22px !important
	}
	.mb-25-sm {
		margin-bottom: 25px !important
	}
	.mb-30-sm {
		margin-bottom: 30px !important
	}
	.mb-40-sm {
		margin-bottom: 40px !important
	}
	.mb-50-sm {
		margin-bottom: 50px !important
	}
	.mb-60-sm {
		margin-bottom: 60px !important
	}
	.mb-70-sm {
		margin-bottom: 70px !important
	}
	.mb-80-sm {
		margin-bottom: 80px !important
	}
	.mb-90-sm {
		margin-bottom: 90px !important
	}
	.mb-100-sm {
		margin-bottom: 100px !important
	}
	.mb-108-sm {
		margin-bottom: 108px !important
	}
	.mb-120-sm {
		margin-bottom: 120px !important
	}
	.mb-130-sm {
		margin-bottom: 130px !important
	}
	.mb-140-sm {
		margin-bottom: 140px !important
	}
	.mb-150-sm {
		margin-bottom: 150px !important
	}
	.mb-165-sm {
		margin-bottom: 165px !important
	}
	.mb-180-sm {
		margin-bottom: 180px !important
	}
	.mb-200-sm {
		margin-bottom: 200px !important
	}
	.mb-250-sm {
		margin-bottom: 250px !important
	}
	.mb-300-sm {
		margin-bottom: 300px !important
	}
	.mb-350-sm {
		margin-bottom: 350px !important
	}
	.mb-400-sm {
		margin-bottom: 400px !important
	}
	.mb-450-sm {
		margin-bottom: 450px !important
	}
	.pl-0-sm {
		padding-left: 0px !important
	}
	.pl-3-sm {
		padding-left: 3px !important
	}
	.pl-5-sm {
		padding-left: 5px !important
	}
	.pl-7-sm {
		padding-left: 7px !important
	}
	.pl-8-sm {
		padding-left: 8px !important
	}
	.pl-10-sm {
		padding-left: 10px !important
	}
	.pl-12-sm {
		padding-left: 12px !important
	}
	.pl-15-sm {
		padding-left: 15px !important
	}
	.pl-20-sm {
		padding-left: 20px !important
	}
	.pl-22-sm {
		padding-left: 22px !important
	}
	.pl-25-sm {
		padding-left: 25px !important
	}
	.pl-30-sm {
		padding-left: 30px !important
	}
	.pl-40-sm {
		padding-left: 40px !important
	}
	.pl-50-sm {
		padding-left: 50px !important
	}
	.pl-60-sm {
		padding-left: 60px !important
	}
	.pl-70-sm {
		padding-left: 70px !important
	}
	.pl-80-sm {
		padding-left: 80px !important
	}
	.pl-90-sm {
		padding-left: 90px !important
	}
	.pl-100-sm {
		padding-left: 100px !important
	}
	.pl-108-sm {
		padding-left: 108px !important
	}
	.pl-120-sm {
		padding-left: 120px !important
	}
	.pl-130-sm {
		padding-left: 130px !important
	}
	.pl-140-sm {
		padding-left: 140px !important
	}
	.pl-150-sm {
		padding-left: 150px !important
	}
	.pl-165-sm {
		padding-left: 165px !important
	}
	.pl-180-sm {
		padding-left: 180px !important
	}
	.pl-200-sm {
		padding-left: 200px !important
	}
	.pl-250-sm {
		padding-left: 250px !important
	}
	.pl-300-sm {
		padding-left: 300px !important
	}
	.pl-350-sm {
		padding-left: 350px !important
	}
	.pl-400-sm {
		padding-left: 400px !important
	}
	.pl-450-sm {
		padding-left: 450px !important
	}
	.pr-0-sm {
		padding-right: 0px !important
	}
	.pr-3-sm {
		padding-right: 3px !important
	}
	.pr-5-sm {
		padding-right: 5px !important
	}
	.pr-7-sm {
		padding-right: 7px !important
	}
	.pr-8-sm {
		padding-right: 8px !important
	}
	.pr-10-sm {
		padding-right: 10px !important
	}
	.pr-12-sm {
		padding-right: 12px !important
	}
	.pr-15-sm {
		padding-right: 15px !important
	}
	.pr-20-sm {
		padding-right: 20px !important
	}
	.pr-22-sm {
		padding-right: 22px !important
	}
	.pr-25-sm {
		padding-right: 25px !important
	}
	.pr-30-sm {
		padding-right: 30px !important
	}
	.pr-40-sm {
		padding-right: 40px !important
	}
	.pr-50-sm {
		padding-right: 50px !important
	}
	.pr-60-sm {
		padding-right: 60px !important
	}
	.pr-70-sm {
		padding-right: 70px !important
	}
	.pr-80-sm {
		padding-right: 80px !important
	}
	.pr-90-sm {
		padding-right: 90px !important
	}
	.pr-100-sm {
		padding-right: 100px !important
	}
	.pr-108-sm {
		padding-right: 108px !important
	}
	.pr-120-sm {
		padding-right: 120px !important
	}
	.pr-130-sm {
		padding-right: 130px !important
	}
	.pr-140-sm {
		padding-right: 140px !important
	}
	.pr-150-sm {
		padding-right: 150px !important
	}
	.pr-165-sm {
		padding-right: 165px !important
	}
	.pr-180-sm {
		padding-right: 180px !important
	}
	.pr-200-sm {
		padding-right: 200px !important
	}
	.pr-250-sm {
		padding-right: 250px !important
	}
	.pr-300-sm {
		padding-right: 300px !important
	}
	.pr-350-sm {
		padding-right: 350px !important
	}
	.pr-400-sm {
		padding-right: 400px !important
	}
	.pr-450-sm {
		padding-right: 450px !important
	}
	.pt-0-sm {
		padding-top: 0px !important
	}
	.pt-3-sm {
		padding-top: 3px !important
	}
	.pt-5-sm {
		padding-top: 5px !important
	}
	.pt-7-sm {
		padding-top: 7px !important
	}
	.pt-8-sm {
		padding-top: 8px !important
	}
	.pt-10-sm {
		padding-top: 10px !important
	}
	.pt-12-sm {
		padding-top: 12px !important
	}
	.pt-15-sm {
		padding-top: 15px !important
	}
	.pt-20-sm {
		padding-top: 20px !important
	}
	.pt-22-sm {
		padding-top: 22px !important
	}
	.pt-25-sm {
		padding-top: 25px !important
	}
	.pt-30-sm {
		padding-top: 30px !important
	}
	.pt-40-sm {
		padding-top: 40px !important
	}
	.pt-50-sm {
		padding-top: 50px !important
	}
	.pt-60-sm {
		padding-top: 60px !important
	}
	.pt-70-sm {
		padding-top: 70px !important
	}
	.pt-80-sm {
		padding-top: 80px !important
	}
	.pt-90-sm {
		padding-top: 90px !important
	}
	.pt-100-sm {
		padding-top: 100px !important
	}
	.pt-108-sm {
		padding-top: 108px !important
	}
	.pt-120-sm {
		padding-top: 120px !important
	}
	.pt-130-sm {
		padding-top: 130px !important
	}
	.pt-140-sm {
		padding-top: 140px !important
	}
	.pt-150-sm {
		padding-top: 150px !important
	}
	.pt-165-sm {
		padding-top: 165px !important
	}
	.pt-180-sm {
		padding-top: 180px !important
	}
	.pt-200-sm {
		padding-top: 200px !important
	}
	.pt-250-sm {
		padding-top: 250px !important
	}
	.pt-300-sm {
		padding-top: 300px !important
	}
	.pt-350-sm {
		padding-top: 350px !important
	}
	.pt-400-sm {
		padding-top: 400px !important
	}
	.pt-450-sm {
		padding-top: 450px !important
	}
	.pb-0-sm {
		padding-bottom: 0px !important
	}
	.pb-3-sm {
		padding-bottom: 3px !important
	}
	.pb-5-sm {
		padding-bottom: 5px !important
	}
	.pb-7-sm {
		padding-bottom: 7px !important
	}
	.pb-8-sm {
		padding-bottom: 8px !important
	}
	.pb-10-sm {
		padding-bottom: 10px !important
	}
	.pb-12-sm {
		padding-bottom: 12px !important
	}
	.pb-15-sm {
		padding-bottom: 15px !important
	}
	.pb-20-sm {
		padding-bottom: 20px !important
	}
	.pb-22-sm {
		padding-bottom: 22px !important
	}
	.pb-25-sm {
		padding-bottom: 25px !important
	}
	.pb-30-sm {
		padding-bottom: 30px !important
	}
	.pb-40-sm {
		padding-bottom: 40px !important
	}
	.pb-50-sm {
		padding-bottom: 50px !important
	}
	.pb-60-sm {
		padding-bottom: 60px !important
	}
	.pb-70-sm {
		padding-bottom: 70px !important
	}
	.pb-80-sm {
		padding-bottom: 80px !important
	}
	.pb-90-sm {
		padding-bottom: 90px !important
	}
	.pb-100-sm {
		padding-bottom: 100px !important
	}
	.pb-108-sm {
		padding-bottom: 108px !important
	}
	.pb-120-sm {
		padding-bottom: 120px !important
	}
	.pb-130-sm {
		padding-bottom: 130px !important
	}
	.pb-140-sm {
		padding-bottom: 140px !important
	}
	.pb-150-sm {
		padding-bottom: 150px !important
	}
	.pb-165-sm {
		padding-bottom: 165px !important
	}
	.pb-180-sm {
		padding-bottom: 180px !important
	}
	.pb-200-sm {
		padding-bottom: 200px !important
	}
	.pb-250-sm {
		padding-bottom: 250px !important
	}
	.pb-300-sm {
		padding-bottom: 300px !important
	}
	.pb-350-sm {
		padding-bottom: 350px !important
	}
	.pb-400-sm {
		padding-bottom: 400px !important
	}
	.pb-450-sm {
		padding-bottom: 450px !important
	}
}

@media(min-width: 992px) {
	.ml-0-md {
		margin-left: 0px !important
	}
	.ml-3-md {
		margin-left: 3px !important
	}
	.ml-5-md {
		margin-left: 5px !important
	}
	.ml-7-md {
		margin-left: 7px !important
	}
	.ml-8-md {
		margin-left: 8px !important
	}
	.ml-10-md {
		margin-left: 10px !important
	}
	.ml-12-md {
		margin-left: 12px !important
	}
	.ml-15-md {
		margin-left: 15px !important
	}
	.ml-20-md {
		margin-left: 20px !important
	}
	.ml-22-md {
		margin-left: 22px !important
	}
	.ml-25-md {
		margin-left: 25px !important
	}
	.ml-30-md {
		margin-left: 30px !important
	}
	.ml-40-md {
		margin-left: 40px !important
	}
	.ml-50-md {
		margin-left: 50px !important
	}
	.ml-60-md {
		margin-left: 60px !important
	}
	.ml-70-md {
		margin-left: 70px !important
	}
	.ml-80-md {
		margin-left: 80px !important
	}
	.ml-90-md {
		margin-left: 90px !important
	}
	.ml-100-md {
		margin-left: 100px !important
	}
	.ml-108-md {
		margin-left: 108px !important
	}
	.ml-120-md {
		margin-left: 120px !important
	}
	.ml-130-md {
		margin-left: 130px !important
	}
	.ml-140-md {
		margin-left: 140px !important
	}
	.ml-150-md {
		margin-left: 150px !important
	}
	.ml-165-md {
		margin-left: 165px !important
	}
	.ml-180-md {
		margin-left: 180px !important
	}
	.ml-200-md {
		margin-left: 200px !important
	}
	.ml-250-md {
		margin-left: 250px !important
	}
	.ml-300-md {
		margin-left: 300px !important
	}
	.ml-350-md {
		margin-left: 350px !important
	}
	.ml-400-md {
		margin-left: 400px !important
	}
	.ml-450-md {
		margin-left: 450px !important
	}
	.mr-0-md {
		margin-right: 0px !important
	}
	.mr-3-md {
		margin-right: 3px !important
	}
	.mr-5-md {
		margin-right: 5px !important
	}
	.mr-7-md {
		margin-right: 7px !important
	}
	.mr-8-md {
		margin-right: 8px !important
	}
	.mr-10-md {
		margin-right: 10px !important
	}
	.mr-12-md {
		margin-right: 12px !important
	}
	.mr-15-md {
		margin-right: 15px !important
	}
	.mr-20-md {
		margin-right: 20px !important
	}
	.mr-22-md {
		margin-right: 22px !important
	}
	.mr-25-md {
		margin-right: 25px !important
	}
	.mr-30-md {
		margin-right: 30px !important
	}
	.mr-40-md {
		margin-right: 40px !important
	}
	.mr-50-md {
		margin-right: 50px !important
	}
	.mr-60-md {
		margin-right: 60px !important
	}
	.mr-70-md {
		margin-right: 70px !important
	}
	.mr-80-md {
		margin-right: 80px !important
	}
	.mr-90-md {
		margin-right: 90px !important
	}
	.mr-100-md {
		margin-right: 100px !important
	}
	.mr-108-md {
		margin-right: 108px !important
	}
	.mr-120-md {
		margin-right: 120px !important
	}
	.mr-130-md {
		margin-right: 130px !important
	}
	.mr-140-md {
		margin-right: 140px !important
	}
	.mr-150-md {
		margin-right: 150px !important
	}
	.mr-165-md {
		margin-right: 165px !important
	}
	.mr-180-md {
		margin-right: 180px !important
	}
	.mr-200-md {
		margin-right: 200px !important
	}
	.mr-250-md {
		margin-right: 250px !important
	}
	.mr-300-md {
		margin-right: 300px !important
	}
	.mr-350-md {
		margin-right: 350px !important
	}
	.mr-400-md {
		margin-right: 400px !important
	}
	.mr-450-md {
		margin-right: 450px !important
	}
	.mt-0-md {
		margin-top: 0px !important
	}
	.mt-3-md {
		margin-top: 3px !important
	}
	.mt-5-md {
		margin-top: 5px !important
	}
	.mt-7-md {
		margin-top: 7px !important
	}
	.mt-8-md {
		margin-top: 8px !important
	}
	.mt-10-md {
		margin-top: 10px !important
	}
	.mt-12-md {
		margin-top: 12px !important
	}
	.mt-15-md {
		margin-top: 15px !important
	}
	.mt-20-md {
		margin-top: 20px !important
	}
	.mt-22-md {
		margin-top: 22px !important
	}
	.mt-25-md {
		margin-top: 25px !important
	}
	.mt-30-md {
		margin-top: 30px !important
	}
	.mt-40-md {
		margin-top: 40px !important
	}
	.mt-50-md {
		margin-top: 50px !important
	}
	.mt-60-md {
		margin-top: 60px !important
	}
	.mt-70-md {
		margin-top: 70px !important
	}
	.mt-80-md {
		margin-top: 80px !important
	}
	.mt-90-md {
		margin-top: 90px !important
	}
	.mt-100-md {
		margin-top: 100px !important
	}
	.mt-108-md {
		margin-top: 108px !important
	}
	.mt-120-md {
		margin-top: 120px !important
	}
	.mt-130-md {
		margin-top: 130px !important
	}
	.mt-140-md {
		margin-top: 140px !important
	}
	.mt-150-md {
		margin-top: 150px !important
	}
	.mt-165-md {
		margin-top: 165px !important
	}
	.mt-180-md {
		margin-top: 180px !important
	}
	.mt-200-md {
		margin-top: 200px !important
	}
	.mt-250-md {
		margin-top: 250px !important
	}
	.mt-300-md {
		margin-top: 300px !important
	}
	.mt-350-md {
		margin-top: 350px !important
	}
	.mt-400-md {
		margin-top: 400px !important
	}
	.mt-450-md {
		margin-top: 450px !important
	}
	.mb-0-md {
		margin-bottom: 0px !important
	}
	.mb-3-md {
		margin-bottom: 3px !important
	}
	.mb-5-md {
		margin-bottom: 5px !important
	}
	.mb-7-md {
		margin-bottom: 7px !important
	}
	.mb-8-md {
		margin-bottom: 8px !important
	}
	.mb-10-md {
		margin-bottom: 10px !important
	}
	.mb-12-md {
		margin-bottom: 12px !important
	}
	.mb-15-md {
		margin-bottom: 15px !important
	}
	.mb-20-md {
		margin-bottom: 20px !important
	}
	.mb-22-md {
		margin-bottom: 22px !important
	}
	.mb-25-md {
		margin-bottom: 25px !important
	}
	.mb-30-md {
		margin-bottom: 30px !important
	}
	.mb-40-md {
		margin-bottom: 40px !important
	}
	.mb-50-md {
		margin-bottom: 50px !important
	}
	.mb-60-md {
		margin-bottom: 60px !important
	}
	.mb-70-md {
		margin-bottom: 70px !important
	}
	.mb-80-md {
		margin-bottom: 80px !important
	}
	.mb-90-md {
		margin-bottom: 90px !important
	}
	.mb-100-md {
		margin-bottom: 100px !important
	}
	.mb-108-md {
		margin-bottom: 108px !important
	}
	.mb-120-md {
		margin-bottom: 120px !important
	}
	.mb-130-md {
		margin-bottom: 130px !important
	}
	.mb-140-md {
		margin-bottom: 140px !important
	}
	.mb-150-md {
		margin-bottom: 150px !important
	}
	.mb-165-md {
		margin-bottom: 165px !important
	}
	.mb-180-md {
		margin-bottom: 180px !important
	}
	.mb-200-md {
		margin-bottom: 200px !important
	}
	.mb-250-md {
		margin-bottom: 250px !important
	}
	.mb-300-md {
		margin-bottom: 300px !important
	}
	.mb-350-md {
		margin-bottom: 350px !important
	}
	.mb-400-md {
		margin-bottom: 400px !important
	}
	.mb-450-md {
		margin-bottom: 450px !important
	}
	.pl-0-md {
		padding-left: 0px !important
	}
	.pl-3-md {
		padding-left: 3px !important
	}
	.pl-5-md {
		padding-left: 5px !important
	}
	.pl-7-md {
		padding-left: 7px !important
	}
	.pl-8-md {
		padding-left: 8px !important
	}
	.pl-10-md {
		padding-left: 10px !important
	}
	.pl-12-md {
		padding-left: 12px !important
	}
	.pl-15-md {
		padding-left: 15px !important
	}
	.pl-20-md {
		padding-left: 20px !important
	}
	.pl-22-md {
		padding-left: 22px !important
	}
	.pl-25-md {
		padding-left: 25px !important
	}
	.pl-30-md {
		padding-left: 30px !important
	}
	.pl-40-md {
		padding-left: 40px !important
	}
	.pl-50-md {
		padding-left: 50px !important
	}
	.pl-60-md {
		padding-left: 60px !important
	}
	.pl-70-md {
		padding-left: 70px !important
	}
	.pl-80-md {
		padding-left: 80px !important
	}
	.pl-90-md {
		padding-left: 90px !important
	}
	.pl-100-md {
		padding-left: 100px !important
	}
	.pl-108-md {
		padding-left: 108px !important
	}
	.pl-120-md {
		padding-left: 120px !important
	}
	.pl-130-md {
		padding-left: 130px !important
	}
	.pl-140-md {
		padding-left: 140px !important
	}
	.pl-150-md {
		padding-left: 150px !important
	}
	.pl-165-md {
		padding-left: 165px !important
	}
	.pl-180-md {
		padding-left: 180px !important
	}
	.pl-200-md {
		padding-left: 200px !important
	}
	.pl-250-md {
		padding-left: 250px !important
	}
	.pl-300-md {
		padding-left: 300px !important
	}
	.pl-350-md {
		padding-left: 350px !important
	}
	.pl-400-md {
		padding-left: 400px !important
	}
	.pl-450-md {
		padding-left: 450px !important
	}
	.pr-0-md {
		padding-right: 0px !important
	}
	.pr-3-md {
		padding-right: 3px !important
	}
	.pr-5-md {
		padding-right: 5px !important
	}
	.pr-7-md {
		padding-right: 7px !important
	}
	.pr-8-md {
		padding-right: 8px !important
	}
	.pr-10-md {
		padding-right: 10px !important
	}
	.pr-12-md {
		padding-right: 12px !important
	}
	.pr-15-md {
		padding-right: 15px !important
	}
	.pr-20-md {
		padding-right: 20px !important
	}
	.pr-22-md {
		padding-right: 22px !important
	}
	.pr-25-md {
		padding-right: 25px !important
	}
	.pr-30-md {
		padding-right: 30px !important
	}
	.pr-40-md {
		padding-right: 40px !important
	}
	.pr-50-md {
		padding-right: 50px !important
	}
	.pr-60-md {
		padding-right: 60px !important
	}
	.pr-70-md {
		padding-right: 70px !important
	}
	.pr-80-md {
		padding-right: 80px !important
	}
	.pr-90-md {
		padding-right: 90px !important
	}
	.pr-100-md {
		padding-right: 100px !important
	}
	.pr-108-md {
		padding-right: 108px !important
	}
	.pr-120-md {
		padding-right: 120px !important
	}
	.pr-130-md {
		padding-right: 130px !important
	}
	.pr-140-md {
		padding-right: 140px !important
	}
	.pr-150-md {
		padding-right: 150px !important
	}
	.pr-165-md {
		padding-right: 165px !important
	}
	.pr-180-md {
		padding-right: 180px !important
	}
	.pr-200-md {
		padding-right: 200px !important
	}
	.pr-250-md {
		padding-right: 250px !important
	}
	.pr-300-md {
		padding-right: 300px !important
	}
	.pr-350-md {
		padding-right: 350px !important
	}
	.pr-400-md {
		padding-right: 400px !important
	}
	.pr-450-md {
		padding-right: 450px !important
	}
	.pt-0-md {
		padding-top: 0px !important
	}
	.pt-3-md {
		padding-top: 3px !important
	}
	.pt-5-md {
		padding-top: 5px !important
	}
	.pt-7-md {
		padding-top: 7px !important
	}
	.pt-8-md {
		padding-top: 8px !important
	}
	.pt-10-md {
		padding-top: 10px !important
	}
	.pt-12-md {
		padding-top: 12px !important
	}
	.pt-15-md {
		padding-top: 15px !important
	}
	.pt-20-md {
		padding-top: 20px !important
	}
	.pt-22-md {
		padding-top: 22px !important
	}
	.pt-25-md {
		padding-top: 25px !important
	}
	.pt-30-md {
		padding-top: 30px !important
	}
	.pt-40-md {
		padding-top: 40px !important
	}
	.pt-50-md {
		padding-top: 50px !important
	}
	.pt-60-md {
		padding-top: 60px !important
	}
	.pt-70-md {
		padding-top: 70px !important
	}
	.pt-80-md {
		padding-top: 80px !important
	}
	.pt-90-md {
		padding-top: 90px !important
	}
	.pt-100-md {
		padding-top: 100px !important
	}
	.pt-108-md {
		padding-top: 108px !important
	}
	.pt-120-md {
		padding-top: 120px !important
	}
	.pt-130-md {
		padding-top: 120px !important
	}
	.pt-140-md {
		padding-top: 140px !important
	}
	.pt-150-md {
		padding-top: 150px !important
	}
	.pt-165-md {
		padding-top: 165px !important
	}
	.pt-180-md {
		padding-top: 180px !important
	}
	.pt-200-md {
		padding-top: 200px !important
	}
	.pt-250-md {
		padding-top: 250px !important
	}
	.pt-300-md {
		padding-top: 300px !important
	}
	.pt-350-md {
		padding-top: 350px !important
	}
	.pt-400-md {
		padding-top: 400px !important
	}
	.pt-450-md {
		padding-top: 450px !important
	}
	.pb-0-md {
		padding-bottom: 0px !important
	}
	.pb-3-md {
		padding-bottom: 3px !important
	}
	.pb-5-md {
		padding-bottom: 5px !important
	}
	.pb-7-md {
		padding-bottom: 7px !important
	}
	.pb-8-md {
		padding-bottom: 8px !important
	}
	.pb-10-md {
		padding-bottom: 10px !important
	}
	.pb-12-md {
		padding-bottom: 12px !important
	}
	.pb-15-md {
		padding-bottom: 15px !important
	}
	.pb-20-md {
		padding-bottom: 20px !important
	}
	.pb-22-md {
		padding-bottom: 22px !important
	}
	.pb-25-md {
		padding-bottom: 25px !important
	}
	.pb-30-md {
		padding-bottom: 30px !important
	}
	.pb-40-md {
		padding-bottom: 40px !important
	}
	.pb-50-md {
		padding-bottom: 50px !important
	}
	.pb-60-md {
		padding-bottom: 60px !important
	}
	.pb-70-md {
		padding-bottom: 70px !important
	}
	.pb-80-md {
		padding-bottom: 80px !important
	}
	.pb-90-md {
		padding-bottom: 90px !important
	}
	.pb-100-md {
		padding-bottom: 100px !important
	}
	.pb-108-md {
		padding-bottom: 108px !important
	}
	.pb-120-md {
		padding-bottom: 120px !important
	}
	.pb-130-md {
		padding-bottom: 130px !important
	}
	.pb-140-md {
		padding-bottom: 140px !important
	}
	.pb-150-md {
		padding-bottom: 150px !important
	}
	.pb-165-md {
		padding-bottom: 165px !important
	}
	.pb-180-md {
		padding-bottom: 180px !important
	}
	.pb-200-md {
		padding-bottom: 200px !important
	}
	.pb-250-md {
		padding-bottom: 250px !important
	}
	.pb-300-md {
		padding-bottom: 300px !important
	}
	.pb-350-md {
		padding-bottom: 350px !important
	}
	.pb-400-md {
		padding-bottom: 400px !important
	}
	.pb-450-md {
		padding-bottom: 450px !important
	}
}

@media(min-width: 1200px) {
	.ml-0-lg {
		margin-left: 0px !important
	}
	.ml-3-lg {
		margin-left: 3px !important
	}
	.ml-5-lg {
		margin-left: 5px !important
	}
	.ml-7-lg {
		margin-left: 7px !important
	}
	.ml-8-lg {
		margin-left: 8px !important
	}
	.ml-10-lg {
		margin-left: 10px !important
	}
	.ml-12-lg {
		margin-left: 12px !important
	}
	.ml-15-lg {
		margin-left: 15px !important
	}
	.ml-20-lg {
		margin-left: 20px !important
	}
	.ml-22-lg {
		margin-left: 22px !important
	}
	.ml-25-lg {
		margin-left: 25px !important
	}
	.ml-30-lg {
		margin-left: 30px !important
	}
	.ml-40-lg {
		margin-left: 40px !important
	}
	.ml-50-lg {
		margin-left: 50px !important
	}
	.ml-60-lg {
		margin-left: 60px !important
	}
	.ml-70-lg {
		margin-left: 70px !important
	}
	.ml-80-lg {
		margin-left: 80px !important
	}
	.ml-90-lg {
		margin-left: 90px !important
	}
	.ml-100-lg {
		margin-left: 100px !important
	}
	.ml-108-lg {
		margin-left: 108px !important
	}
	.ml-120-lg {
		margin-left: 120px !important
	}
	.ml-130-lg {
		margin-left: 130px !important
	}
	.ml-140-lg {
		margin-left: 140px !important
	}
	.ml-150-lg {
		margin-left: 150px !important
	}
	.ml-165-lg {
		margin-left: 165px !important
	}
	.ml-180-lg {
		margin-left: 180px !important
	}
	.ml-200-lg {
		margin-left: 200px !important
	}
	.ml-250-lg {
		margin-left: 250px !important
	}
	.ml-300-lg {
		margin-left: 300px !important
	}
	.ml-350-lg {
		margin-left: 350px !important
	}
	.ml-400-lg {
		margin-left: 400px !important
	}
	.ml-450-lg {
		margin-left: 450px !important
	}
	.mr-0-lg {
		margin-right: 0px !important
	}
	.mr-3-lg {
		margin-right: 3px !important
	}
	.mr-5-lg {
		margin-right: 5px !important
	}
	.mr-7-lg {
		margin-right: 7px !important
	}
	.mr-8-lg {
		margin-right: 8px !important
	}
	.mr-10-lg {
		margin-right: 10px !important
	}
	.mr-12-lg {
		margin-right: 12px !important
	}
	.mr-15-lg {
		margin-right: 15px !important
	}
	.mr-20-lg {
		margin-right: 20px !important
	}
	.mr-22-lg {
		margin-right: 22px !important
	}
	.mr-25-lg {
		margin-right: 25px !important
	}
	.mr-30-lg {
		margin-right: 30px !important
	}
	.mr-40-lg {
		margin-right: 40px !important
	}
	.mr-50-lg {
		margin-right: 50px !important
	}
	.mr-60-lg {
		margin-right: 60px !important
	}
	.mr-70-lg {
		margin-right: 70px !important
	}
	.mr-80-lg {
		margin-right: 80px !important
	}
	.mr-90-lg {
		margin-right: 90px !important
	}
	.mr-100-lg {
		margin-right: 100px !important
	}
	.mr-108-lg {
		margin-right: 108px !important
	}
	.mr-120-lg {
		margin-right: 120px !important
	}
	.mr-130-lg {
		margin-right: 130px !important
	}
	.mr-140-lg {
		margin-right: 140px !important
	}
	.mr-150-lg {
		margin-right: 150px !important
	}
	.mr-165-lg {
		margin-right: 165px !important
	}
	.mr-180-lg {
		margin-right: 180px !important
	}
	.mr-200-lg {
		margin-right: 200px !important
	}
	.mr-250-lg {
		margin-right: 250px !important
	}
	.mr-300-lg {
		margin-right: 300px !important
	}
	.mr-350-lg {
		margin-right: 350px !important
	}
	.mr-400-lg {
		margin-right: 400px !important
	}
	.mr-450-lg {
		margin-right: 450px !important
	}
	.mt-0-lg {
		margin-top: 0px !important
	}
	.mt-3-lg {
		margin-top: 3px !important
	}
	.mt-5-lg {
		margin-top: 5px !important
	}
	.mt-7-lg {
		margin-top: 7px !important
	}
	.mt-8-lg {
		margin-top: 8px !important
	}
	.mt-10-lg {
		margin-top: 10px !important
	}
	.mt-12-lg {
		margin-top: 12px !important
	}
	.mt-15-lg {
		margin-top: 15px !important
	}
	.mt-20-lg {
		margin-top: 20px !important
	}
	.mt-22-lg {
		margin-top: 22px !important
	}
	.mt-25-lg {
		margin-top: 25px !important
	}
	.mt-30-lg {
		margin-top: 30px !important
	}
	.mt-40-lg {
		margin-top: 40px !important
	}
	.mt-50-lg {
		margin-top: 50px !important
	}
	.mt-60-lg {
		margin-top: 60px !important
	}
	.mt-70-lg {
		margin-top: 70px !important
	}
	.mt-80-lg {
		margin-top: 80px !important
	}
	.mt-90-lg {
		margin-top: 90px !important
	}
	.mt-100-lg {
		margin-top: 100px !important
	}
	.mt-108-lg {
		margin-top: 108px !important
	}
	.mt-120-lg {
		margin-top: 120px !important
	}
	.mt-130-lg {
		margin-top: 130px !important
	}
	.mt-140-lg {
		margin-top: 140px !important
	}
	.mt-150-lg {
		margin-top: 150px !important
	}
	.mt-165-lg {
		margin-top: 165px !important
	}
	.mt-180-lg {
		margin-top: 180px !important
	}
	.mt-200-lg {
		margin-top: 200px !important
	}
	.mt-250-lg {
		margin-top: 250px !important
	}
	.mt-300-lg {
		margin-top: 300px !important
	}
	.mt-350-lg {
		margin-top: 350px !important
	}
	.mt-400-lg {
		margin-top: 400px !important
	}
	.mt-450-lg {
		margin-top: 450px !important
	}
	.mb-0-lg {
		margin-bottom: 0px !important
	}
	.mb-3-lg {
		margin-bottom: 3px !important
	}
	.mb-5-lg {
		margin-bottom: 5px !important
	}
	.mb-7-lg {
		margin-bottom: 7px !important
	}
	.mb-8-lg {
		margin-bottom: 8px !important
	}
	.mb-10-lg {
		margin-bottom: 10px !important
	}
	.mb-12-lg {
		margin-bottom: 12px !important
	}
	.mb-15-lg {
		margin-bottom: 15px !important
	}
	.mb-20-lg {
		margin-bottom: 20px !important
	}
	.mb-22-lg {
		margin-bottom: 22px !important
	}
	.mb-25-lg {
		margin-bottom: 25px !important
	}
	.mb-30-lg {
		margin-bottom: 30px !important
	}
	.mb-40-lg {
		margin-bottom: 40px !important
	}
	.mb-50-lg {
		margin-bottom: 50px !important
	}
	.mb-60-lg {
		margin-bottom: 60px !important
	}
	.mb-70-lg {
		margin-bottom: 70px !important
	}
	.mb-80-lg {
		margin-bottom: 80px !important
	}
	.mb-90-lg {
		margin-bottom: 90px !important
	}
	.mb-100-lg {
		margin-bottom: 100px !important
	}
	.mb-108-lg {
		margin-bottom: 108px !important
	}
	.mb-120-lg {
		margin-bottom: 120px !important
	}
	.mb-130-lg {
		margin-bottom: 130px !important
	}
	.mb-140-lg {
		margin-bottom: 140px !important
	}
	.mb-150-lg {
		margin-bottom: 150px !important
	}
	.mb-165-lg {
		margin-bottom: 165px !important
	}
	.mb-180-lg {
		margin-bottom: 180px !important
	}
	.mb-200-lg {
		margin-bottom: 200px !important
	}
	.mb-250-lg {
		margin-bottom: 250px !important
	}
	.mb-300-lg {
		margin-bottom: 300px !important
	}
	.mb-350-lg {
		margin-bottom: 350px !important
	}
	.mb-400-lg {
		margin-bottom: 400px !important
	}
	.mb-450-lg {
		margin-bottom: 450px !important
	}
	.pl-0-lg {
		padding-left: 0px !important
	}
	.pl-3-lg {
		padding-left: 3px !important
	}
	.pl-5-lg {
		padding-left: 5px !important
	}
	.pl-7-lg {
		padding-left: 7px !important
	}
	.pl-8-lg {
		padding-left: 8px !important
	}
	.pl-10-lg {
		padding-left: 10px !important
	}
	.pl-12-lg {
		padding-left: 12px !important
	}
	.pl-15-lg {
		padding-left: 15px !important
	}
	.pl-20-lg {
		padding-left: 20px !important
	}
	.pl-22-lg {
		padding-left: 22px !important
	}
	.pl-25-lg {
		padding-left: 25px !important
	}
	.pl-30-lg {
		padding-left: 30px !important
	}
	.pl-40-lg {
		padding-left: 40px !important
	}
	.pl-50-lg {
		padding-left: 50px !important
	}
	.pl-60-lg {
		padding-left: 60px !important
	}
	.pl-70-lg {
		padding-left: 70px !important
	}
	.pl-80-lg {
		padding-left: 80px !important
	}
	.pl-90-lg {
		padding-left: 90px !important
	}
	.pl-100-lg {
		padding-left: 100px !important
	}
	.pl-108-lg {
		padding-left: 108px !important
	}
	.pl-120-lg {
		padding-left: 120px !important
	}
	.pl-130-lg {
		padding-left: 130px !important
	}
	.pl-140-lg {
		padding-left: 140px !important
	}
	.pl-150-lg {
		padding-left: 150px !important
	}
	.pl-165-lg {
		padding-left: 165px !important
	}
	.pl-180-lg {
		padding-left: 180px !important
	}
	.pl-200-lg {
		padding-left: 200px !important
	}
	.pl-250-lg {
		padding-left: 250px !important
	}
	.pl-300-lg {
		padding-left: 300px !important
	}
	.pl-350-lg {
		padding-left: 350px !important
	}
	.pl-400-lg {
		padding-left: 400px !important
	}
	.pl-450-lg {
		padding-left: 450px !important
	}
	.pr-0-lg {
		padding-right: 0px !important
	}
	.pr-3-lg {
		padding-right: 3px !important
	}
	.pr-5-lg {
		padding-right: 5px !important
	}
	.pr-7-lg {
		padding-right: 7px !important
	}
	.pr-8-lg {
		padding-right: 8px !important
	}
	.pr-10-lg {
		padding-right: 10px !important
	}
	.pr-12-lg {
		padding-right: 12px !important
	}
	.pr-15-lg {
		padding-right: 15px !important
	}
	.pr-20-lg {
		padding-right: 20px !important
	}
	.pr-22-lg {
		padding-right: 22px !important
	}
	.pr-25-lg {
		padding-right: 25px !important
	}
	.pr-30-lg {
		padding-right: 30px !important
	}
	.pr-40-lg {
		padding-right: 40px !important
	}
	.pr-50-lg {
		padding-right: 50px !important
	}
	.pr-60-lg {
		padding-right: 60px !important
	}
	.pr-70-lg {
		padding-right: 70px !important
	}
	.pr-80-lg {
		padding-right: 80px !important
	}
	.pr-90-lg {
		padding-right: 90px !important
	}
	.pr-100-lg {
		padding-right: 100px !important
	}
	.pr-108-lg {
		padding-right: 108px !important
	}
	.pr-120-lg {
		padding-right: 120px !important
	}
	.pr-130-lg {
		padding-right: 130px !important
	}
	.pr-140-lg {
		padding-right: 140px !important
	}
	.pr-150-lg {
		padding-right: 150px !important
	}
	.pr-165-lg {
		padding-right: 165px !important
	}
	.pr-180-lg {
		padding-right: 180px !important
	}
	.pr-200-lg {
		padding-right: 200px !important
	}
	.pr-250-lg {
		padding-right: 250px !important
	}
	.pr-300-lg {
		padding-right: 300px !important
	}
	.pr-350-lg {
		padding-right: 350px !important
	}
	.pr-400-lg {
		padding-right: 400px !important
	}
	.pr-450-lg {
		padding-right: 450px !important
	}
	.pt-0-lg {
		padding-top: 0px !important
	}
	.pt-3-lg {
		padding-top: 3px !important
	}
	.pt-5-lg {
		padding-top: 5px !important
	}
	.pt-7-lg {
		padding-top: 7px !important
	}
	.pt-8-lg {
		padding-top: 8px !important
	}
	.pt-10-lg {
		padding-top: 10px !important
	}
	.pt-12-lg {
		padding-top: 12px !important
	}
	.pt-15-lg {
		padding-top: 15px !important
	}
	.pt-20-lg {
		padding-top: 20px !important
	}
	.pt-22-lg {
		padding-top: 22px !important
	}
	.pt-25-lg {
		padding-top: 25px !important
	}
	.pt-30-lg {
		padding-top: 30px !important
	}
	.pt-40-lg {
		padding-top: 40px !important
	}
	.pt-50-lg {
		padding-top: 50px !important
	}
	.pt-60-lg {
		padding-top: 60px !important
	}
	.pt-70-lg {
		padding-top: 70px !important
	}
	.pt-80-lg {
		padding-top: 80px !important
	}
	.pt-90-lg {
		padding-top: 90px !important
	}
	.pt-100-lg {
		padding-top: 100px !important
	}
	.pt-108-lg {
		padding-top: 108px !important
	}
	.pt-120-lg {
		padding-top: 120px !important
	}
	.pt-130-lg {
		padding-top: 130px !important
	}
	.pt-140-lg {
		padding-top: 140px !important
	}
	.pt-150-lg {
		padding-top: 150px !important
	}
	.pt-165-lg {
		padding-top: 165px !important
	}
	.pt-180-lg {
		padding-top: 180px !important
	}
	.pt-200-lg {
		padding-top: 200px !important
	}
	.pt-250-lg {
		padding-top: 250px !important
	}
	.pt-300-lg {
		padding-top: 300px !important
	}
	.pt-350-lg {
		padding-top: 350px !important
	}
	.pt-400-lg {
		padding-top: 400px !important
	}
	.pt-450-lg {
		padding-top: 450px !important
	}
	.pb-0-lg {
		padding-bottom: 0px !important
	}
	.pb-3-lg {
		padding-bottom: 3px !important
	}
	.pb-5-lg {
		padding-bottom: 5px !important
	}
	.pb-7-lg {
		padding-bottom: 7px !important
	}
	.pb-8-lg {
		padding-bottom: 8px !important
	}
	.pb-10-lg {
		padding-bottom: 10px !important
	}
	.pb-12-lg {
		padding-bottom: 12px !important
	}
	.pb-15-lg {
		padding-bottom: 15px !important
	}
	.pb-20-lg {
		padding-bottom: 20px !important
	}
	.pb-22-lg {
		padding-bottom: 22px !important
	}
	.pb-25-lg {
		padding-bottom: 25px !important
	}
	.pb-30-lg {
		padding-bottom: 30px !important
	}
	.pb-40-lg {
		padding-bottom: 40px !important
	}
	.pb-50-lg {
		padding-bottom: 50px !important
	}
	.pb-60-lg {
		padding-bottom: 60px !important
	}
	.pb-70-lg {
		padding-bottom: 70px !important
	}
	.pb-80-lg {
		padding-bottom: 80px !important
	}
	.pb-90-lg {
		padding-bottom: 90px !important
	}
	.pb-100-lg {
		padding-bottom: 100px !important
	}
	.pb-108-lg {
		padding-bottom: 108px !important
	}
	.pb-120-lg {
		padding-bottom: 120px !important
	}
	.pb-130-lg {
		padding-bottom: 130px !important
	}
	.pb-140-lg {
		padding-bottom: 140px !important
	}
	.pb-150-lg {
		padding-bottom: 150px !important
	}
	.pb-165-lg {
		padding-bottom: 165px !important
	}
	.pb-180-lg {
		padding-bottom: 180px !important
	}
	.pb-200-lg {
		padding-bottom: 200px !important
	}
	.pb-250-lg {
		padding-bottom: 250px !important
	}
	.pb-300-lg {
		padding-bottom: 300px !important
	}
	.pb-350-lg {
		padding-bottom: 350px !important
	}
	.pb-400-lg {
		padding-bottom: 400px !important
	}
	.pb-450-lg {
		padding-bottom: 450px !important
	}
}

.m-0 {
	margin: 0px !important
}

.m-5 {
	margin: 5px !important
}

.m-10 {
	margin: 10px !important
}

.m-12 {
	margin: 12px !important
}

.m-15 {
	margin: 15px !important
}

.m-20 {
	margin: 20px !important
}

.m-22 {
	margin: 22px !important
}

.m-30 {
	margin: 30px !important
}

.m-40 {
	margin: 40px !important
}

.m-50 {
	margin: 50px !important
}

.m-60 {
	margin: 60px !important
}

.m-70 {
	margin: 70px !important
}

.m-80 {
	margin: 80px !important
}

.m-90 {
	margin: 90px !important
}

.m-100 {
	margin: 100px !important
}

.m-150 {
	margin: 150px !important
}

.m-200 {
	margin: 200px !important
}

.p-0 {
	padding: 0px !important
}

.p-5 {
	padding: 5px !important
}

.p-10 {
	padding: 10px !important
}

.p-12 {
	padding: 12px !important
}

.p-15 {
	padding: 15px !important
}

.p-20 {
	padding: 20px !important
}

.p-22 {
	padding: 22px !important
}

.p-30 {
	padding: 30px !important
}

.p-40 {
	padding: 40px !important
}

.p-50 {
	padding: 50px !important
}

.p-60 {
	padding: 60px !important
}

.p-70 {
	padding: 70px !important
}

.p-80 {
	padding: 80px !important
}

.p-90 {
	padding: 90px !important
}

.p-100 {
	padding: 100px !important
}

.p-150 {
	padding: 150px !important
}

.p-200 {
	padding: 200px !important
}

.h-40 {
	height: 40px !important
}

.h-100 {
	height: 100px !important
}

.h-150 {
	height: 150px !important
}

.h-200 {
	height: 200px !important
}

.h-300 {
	height: 300px !important
}

.h-400 {
	height: 400px !important
}

.h-500 {
	height: 500px !important
}

.h-600 {
	height: 600px !important
}

.h-800 {
	height: 800px !important
}

.w-20 {
	width: 20px !important
}

.w-40 {
	width: 40px !important
}

.w-100 {
	width: 100px !important
}

.w-150 {
	width: 150px !important
}

.w-200 {
	width: 200px !important
}

.w-300 {
	width: 300px !important
}

.w-400 {
	width: 400px !important
}

.w-500 {
	width: 500px !important
}

.w-600 {
	width: 600px !important
}

.w-800 {
	width: 800px !important
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .004)
}

.clear {
	clear: both
}

.op-0 {
	opacity: 0
}

.op-50 {
	opacity: .5 !important
}

.op-100 {
	opacity: 100
}

.op-hover {
	opacity: 1;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.op-hover:hover {
	opacity: .7
}

.scale-hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s
}

.scale-hover:hover img {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9)
}

.w100 {
	width: 100%
}

.pos-a {
	position: absolute
}

.pos-r {
	position: relative
}

.pos-f {
	position: fixed
}

.t0 {
	top: 0px
}

.t5 {
	top: 5px
}

.l0 {
	left: 0
}

.z-1 {
	z-index: -1
}

.z1 {
	z-index: 1
}

.z2 {
	z-index: 2
}

.z99 {
	z-index: 99
}

.centrar {
	margin: 0 auto
}

.c-blanco,
.c-blanco a,
.c-blanco-hover:hover {
	color: #fff !important
}

.c-negro,
.c-negro a,
.c-negro-hover:hover {
	color: #3e3d40 !important
}

.c-gris {
	color: #3e3d40
}

.c-gris-claro {
	color: #eceded
}

.c-gris-oscuro {
	color: #c6c7c8
}

.c-primary,
.c-primary-hover:hover {
	color: #005296 !important
}

.p {
	font-size: 15px
}

.c-secundary,
.c-secundary-hover:hover {
	color: #cbbb9d !important
}

.c-third,
.c-third-hover:hover {
	color: #192e6b !important
}

.bgc-blanco,
.bgc-blanco:hover {
	background-color: #fff
}

.bgc-1,
.bgc-1-hover:hover {
	background-color: #005296
}

.bgc-2,
.bgc-2-hover:hover {
	background-color: #cbbb9d
}

.bgc-3,
.bgc-3-hover:hover {
	background-color: #192e6b
}

.bgc-gris-claro,
.bgc-gris-claro-hover:hover {
	background-color: #eceded;
	overflow: scroll;
}

.bgc-1-hover,
.bgc-2-hover,
.bgc-3-hover {
	-webkit-transition: background-color .3s !important;
	-o-transition: background-color .3s !important;
	transition: background-color .3s !important
}

.girar90 {
	-webkit-transform: rotate(90deg) !important;
	-ms-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important
}

.imagen-background {
	position: relative;
	background: #fff center center;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat
}

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

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin-right: -5px
}

.vsub {
	display: inline-block;
	vertical-align: sub;
	float: none;
	margin-right: -5px
}

.cu-p {
	/*cursor: pointer*/
}

.cu-d {
	cursor: default
}

hr.c-primary {
	border-color: #005296
}

hr.c-gris {
	border-color: #d9dadb
}

hr.c-negro {
	border-color: #3e3d40 !important
}

.bds-dt {
	border-style: dotted
}

.bd-dashed {
	border: 1px dashed #3e3d40
}

.bt-dashed {
	border-top: 1px dashed #3e3d40
}

.bb-dashed {
	border-bottom: 1px dashed #c6c7c8
}

.bb-dotted {
	border-bottom: 1px dotted #d9dadb
}

.br-dashed {
	border-right: 1px dashed #3e3d40
}

.bl-dashed {
	border-left: 1px dashed #3e3d40
}

.bd-solid {
	border: 1px solid #3e3d40;
	-webkit-transition: all .3s !important;
	-o-transition: all .3s !important;
	transition: all .3s !important
}

.c-primary-hover.bd-solid:hover {
	border: 1px solid #005296
}

.bt-solid {
	border-top: 1px solid #3e3d40
}

.bb-solid {
	border-bottom: 1px solid #3e3d40
}

.bl-solid {
	border-left: 1px solid #3e3d40
}

.bdc-blanco {
	border-color: #fff !important
}

.bdc-negro {
	border-color: #3e3d40 !important
}

.bdc-gris-claro {
	border-color: #eceded
}

.bdc-gris-oscuro {
	border-color: #c6c7c8
}

.bdc-gris {
	border-color: #c6c7c8
}

.colmc-2 {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 45px;
	column-gap: 45px
}

.d-ib {
	display: inline-block
}

.fz-small {
	font-size: 20px
}

@media(max-width: 991px) {
	.text-center-sm {
		text-align: center
	}
}

@media(max-width: 480px) {
	.colmc-2 {
		-webkit-column-count: 1;
		column-count: 1
	}
}

@media(max-width: 1024px) {
	.hidden-1024 {
		display: none !important
	}
	.show-1024 {
		display: block !important
	}
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #005296;
	color: #fff;
	text-decoration: none
}

.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d9dadb;
	border: 1px solid #fff;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: backgroundy 300ms ease;
	-webkit-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #005296
}

@media(min-width: 1200px) {
	.col-lg-66 {
		width: 66.69%;
		float: left
	}
	.col-lg-33 {
		width: 33.31%;
		float: left
	}
	.clear-lg {
		clear: both
	}
}

@media(max-width: 1280px) {
	.nav>li>a {
		padding: 16px 10px 16px !important
	}
}

@media(min-width: 992px)and (max-width: 1199px) {
	.col-md-66 {
		width: 66.69%;
		float: left
	}
	.col-md-33 {
		width: 33.31%;
		float: left
	}
	.clear-md {
		clear: both
	}
}

@media(min-width: 768px)and (max-width: 991px) {
	.col-sm-33 {
		width: 33.31%;
		float: left
	}
	.clear-sm {
		clear: both
	}
}

@media(max-width: 767px) {
	.clear-xs {
		clear: both;
		float: none !important
	}
}

.delay-05 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.delay-1 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.delay-15 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.delay-2 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.delay-25 {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s
}

.delay-3 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.delay-35 {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s
}

.delay-4 {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.delay-45 {
	-webkit-animation-delay: 4.5s;
	animation-delay: 4.5s
}

.delay-5 {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.delay-55 {
	-webkit-animation-delay: 5.5s;
	animation-delay: 5.5s
}

.delay-6 {
	-webkit-animation-delay: 6s;
	animation-delay: 6s
}

.delay-65 {
	-webkit-animation-delay: 6.5s;
	animation-delay: 6.5s
}

.delay-7 {
	-webkit-animation-delay: 7s;
	animation-delay: 7s
}

.delay-75 {
	-webkit-animation-delay: 7.5s;
	animation-delay: 7.5s
}

.delay-8 {
	-webkit-animation-delay: 8s;
	animation-delay: 8s
}

.delay-85 {
	-webkit-animation-delay: 8.5s;
	animation-delay: 8.5s
}

.delay-9 {
	-webkit-animation-delay: 9s;
	animation-delay: 9s
}

.delay-95 {
	-webkit-animation-delay: 9.5s;
	animation-delay: 9.5s
}

.delay-10 {
	-webkit-animation-delay: 10s;
	animation-delay: 10s
}

.navbar-default {
	background-image: -webkit-linear-gradient(#005296, #192E6B);
	background-image: -o-linear-gradient(#005296, #192E6B);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#005296), to(#192E6B));
	background-image: linear-gradient(#005296, #192E6B)
}

.navbar-fixed-top {
	-webkit-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s
}

.navbar-fixed-top .navbar-brand img {
	position: relative;
	top: 0;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s
}

.navbar-fixed-top.sticky {
	top: -75px
}

.navbar-fixed-top.sticky .navbar-brand img {
	-webkit-transform: scale(0.65);
	-ms-transform: scale(0.65);
	transform: scale(0.65);
	top: 15px
}

.navbar-right {
	height: 55px
}

.navbar-right .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after,
footer .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	background: url(https://www.elpastor.com/wp/wp-content/themes/aldea_v3/assets/img/quesos-el-pastor-flechas-select-blanco.svg);
	height: 20px;
	background-size: contain;
	display: block;
	background-position: 20px 0px;
	background-repeat: no-repeat;
	top: -23px;
	left: 5px;
	position: relative;
	border: 0;
	border-top: 0;
	right: 0
}

.navbar-right .js-wpml-ls-item-toggle,
footer .js-wpml-ls-item-toggle {
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent !important;
	border: none;
	border-radius: 0;
	width: 55px;
	margin-top: 8px;
	padding: 10px 0;
	color: #cbbb9d !important
}

.navbar-right .wpml-ls-legacy-dropdown-click,
footer .wpml-ls-legacy-dropdown-click {
	width: 50px
}

.navbar-right .wpml-ls-legacy-dropdown-click a:hover,
.navbar-right .wpml-ls-legacy-dropdown-click a:focus,
footer .wpml-ls-legacy-dropdown-click a:hover,
footer .wpml-ls-legacy-dropdown-click a:focus {
	opacity: 100 !important;
	color: #fff !important;
	background: transparent
}

.navbar-right .wpml-ls-legacy-dropdown-click a,
footer .wpml-ls-legacy-dropdown-click a {
	color: #cbbb9d;
	border: none;
	background: transparent;
	width: 50px;
	height: 35px;
	padding: 10px 5px !important
}

.navbar-right .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
footer .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	border-top: none
}

.navbar-right .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
footer .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
	background-color: #005296
}

footer .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	background: url(assets/img/quesos-el-pastor-flecha-select-blanco.svg);
	background-repeat: no-repeat;
	background-position: 14px 8px
}

footer .wpml-ls-legacy-dropdown-click {
	height: 0
}

footer .wpml-ls-legacy-dropdown-click a {
	top: -6px;
	padding: 0px 5px !important;
	color: #fff;
	text-align: left
}

footer .wpml-ls-legacy-dropdown-click a:hover {
	color: #cbbb9d !important
}

footer .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu {
	top: -120px
}

footer .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu a {
	top: 0;
	padding: 10px 5px !important
}

footer .js-wpml-ls-item-toggle {
	color: #fff !important
}

.navbar #primary-menu>li {
	text-align: center;
	width: 10%
}

.navbar #primary-menu>li.op-0 {
	width: 20%
}

.navbar #primary-menu .menu-item-type-taxonomy>a {
	color: #005296;
	text-transform: uppercase;
	font-weight: 700
}

.navbar a {
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s
}

.navbar #primary-menu>li.current-menu-item>a,
.navbar #primary-menu>li.current-menu-ancestor>a,
.navbar #primary-menu>li.current-page-ancestor>a,
.navbar li.current_page_parent:not(.menu-item-26)>a {
	color: #cbbb9d
}

.navbar .tooltip.top {
	top: -13px !important
}

.navbar .navbar-toggle {
	z-index: 99
}

.navbar .navbar-toggle .icon-bar {
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s
}

.navbar .navbar-toggle:not(.collapsed) {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s
}

.navbar .navbar-toggle:not(.collapsed):hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg)
}

.navbar .navbar-toggle:not(.collapsed) .icon-bar.medio {
	background: transparent
}

.navbar .navbar-toggle:not(.collapsed) .icon-bar.abajo {
	-webkit-transform: rotate(-45deg) translate(3px, -5px);
	-ms-transform: rotate(-45deg) translate(3px, -5px);
	transform: rotate(-45deg) translate(3px, -5px)
}

.navbar .navbar-toggle:not(.collapsed) .icon-bar.arriba {
	-webkit-transform: rotate(45deg) translate(3px, 5px);
	-ms-transform: rotate(45deg) translate(3px, 5px);
	transform: rotate(45deg) translate(3px, 5px)
}

.navbar .navbar-toggle {
	left: -35px
}

.navbar .navbar-toggle .icon-bar.arriba,
.navbar .navbar-toggle .icon-bar.abajo {
	top: 0
}

.navbar .navbar-toggle.collapsed:hover .icon-bar.arriba {
	position: relative;
	top: -2px
}

.navbar .navbar-toggle.collapsed:hover .icon-bar.abajo {
	position: relative;
	top: 2px
}

.navbar .redes .nav {
	right: 0;
	position: absolute
}

.site.en .navbar #primary-menu>li,
.site.de .navbar #primary-menu>li,
.site.fr .navbar #primary-menu>li {
	width: 14%
}

.site.en .navbar #primary-menu>li.op-0,
.site.de .navbar #primary-menu>li.op-0,
.site.fr .navbar #primary-menu>li.op-0 {
	width: 16%
}

.single-post #primary-menu>li.current_page_parent>a {
	color: #cbbb9d
}

@media(min-width: 1200px)and (max-width: 1400px) {
	a.navbar-brand img {
		-webkit-transform: scale(0.65);
		-ms-transform: scale(0.65);
		transform: scale(0.65)
	}
}

@media(max-width: 1199px) {
	#primary-menu.nav>li>a {
		padding: 33px 11px 0px !important
	}
	.navbar #primary-menu .presupuesto>a:after {
		left: 11px
	}
	a.navbar-brand {
		padding-right: 0
	}
	a.navbar-brand img {
		-webkit-transform: scale(0.65);
		-ms-transform: scale(0.65);
		transform: scale(0.65);
		margin-top: 7px
	}
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
	#primary-menu.nav>li>a {
		padding: 33px 6px 0px !important;
		font-size: 17px
	}
	.redes.pl-70 {
		padding-left: 30px !important
	}
}

@media(max-width: 991px) {
	.navbar #primary-menu>li.op-0 {
		height: 0
	}
	.navbar #primary-menu>li {
		text-align: center;
		width: 100% !important
	}
	.navbar #primary-menu>li>a {
		text-align: center;
		width: 100%;
		padding: 18px 10px 0 !important
	}
	.navbar a.navbar-brand {
		width: auto;
		height: 100px;
		z-index: 99
	}
	.navbar a.navbar-brand img {
		top: -60px !important;
		left: 0
	}
	.navbar-fixed-top.sticky {
		top: 0px
	}
	a.navbar-brand {
		left: 0;
		-webkit-transition: left .8s;
		-o-transition: left .8s;
		transition: left .8s
	}
	body.menu-desplegado .redes {
		padding-left: 20px !important;
		padding-top: 32px !important;
		display: block !important
	}
	body.menu-desplegado a.navbar-brand {
		left: 80px
	}
	body.menu-desplegado .idiomas-header {
		display: block !important;
		right: 90px;
		top: -24px;
		position: absolute;
		padding-right: 0 !important
	}
	body.menu-desplegado .idiomas-header>li {
		display: inline-block
	}
	body.menu-desplegado .idiomas-header .wpml-ls-legacy-dropdown-click a {
		top: 14px
	}
	body.menu-desplegado .idiomas-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
		top: 50px
	}
}

@media(max-width: 767px) {
	.navbar a.navbar-brand {
		left: -50px
	}
}

@media(max-width: 480px) {
	.navbar .navbar-toggle {
		left: -20px
	}
	body.menu-desplegado a.navbar-brand {
		left: -300px
	}
}

#content {
	position: relative;
	top: 0px;
	/*overflow: hidden; sara*/
}

#content.animacion {
	top: -30px
}

h1,
.h1,
h2,
.h2 {
	word-wrap: break-word
}

.container {
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px
}

.small {
	font-size: 20px
}

.large {
	font-size: 150px;
	line-height: 150px
}

.fw-300 {
	font-weight: 300 !important
}

.fw-400 {
	font-weight: 400 !important
}

.fw-700,
strong,
b {
	font-weight: 700 !important
}

.ff-1 {
	font-family: "Karla", sans-serif
}

.ff-2 {
	font-family: "Lora", serif
}

.ff-3 {
	font-family: "Fjalla One", sans-serif
}

hr.corto {
	border: 0;
	border-bottom: 1px solid #fff;
	margin-top: 25px;
	margin-bottom: 35px;
	margin-right: 10px;
	width: 60px
}

hr.hr-especial {
	width: 100%;
	border-top: 0;
	border-bottom: 1px solid #d9dadb;
	position: relative;
	top: -17px;
	z-index: -1
}

.texto-degradado {
	color: #005296;
	background: -webkit-linear-gradient(#005296, #CBBB9D);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

a:focus {
	outline: 0
}

input[type=submit]:focus,
a.boton:focus,
button.boton:focus {
	outline: 0;
	opacity: 1;
	border-bottom: 3px solid #cbbb9d !important;
	border-radius: 0px
}

.btn-default:focus,
.btn-default.focus {
	outline-color: #005296
}

table td {
	padding-right: 20px
}

.transicion03 {
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.checkbox input[type=checkbox] {
	top: 1px
}

.boton {
	position: relative;
	z-index: 1;
	padding: 5px 10px;
	background: #005296;
	color: #fff;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .3s !important;
	-o-transition: all .3s !important;
	transition: all .3s !important
}

.boton:hover {
	color: #005296;
	background: #fff
}

.boton-hover-gris:hover {
	background: #eceded
}

.img-superpuesta {
	position: absolute;
	top: 0
}

.panel {
	-webkit-box-shadow: none;
	box-shadow: none
}

.panel a:focus {
	color: #cbbb9d;
	opacity: 1
}

.panel .pull-right {
	width: 25px;
	height: 25px;
	line-height: 20px;
	text-align: center
}

.page-numbers.current {
	z-index: 3;
	color: #fff;
	background-color: #005296;
	border-color: #005296;
	cursor: default
}

.pagination>li>a,
.pagination>li>span {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.pagination .flechas-select {
	top: 6px;
	right: 25px
}

.pagination select {
	float: left;
	padding: 6px 12px;
	text-decoration: none;
	color: #005296;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: auto;
	margin-top: 0
}

.pagination select:focus {
	outline: none;
	border-bottom: 1px solid #cbbb9d
}

.single img {
	display: block;
	max-width: 100%;
	height: auto
}

.archive .owl-carousel .owl-nav .owl-prev,
.archive .owl-carousel .owl-nav .owl-next,
.single .owl-carousel .owl-nav .owl-prev,
.single .owl-carousel .owl-nav .owl-next {
	background: #eceded
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
	opacity: .5 !important
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.owl-carousel .owl-nav .owl-prev {
	top: 45%;
	left: 0;
	position: absolute;
	z-index: 99
}

.owl-carousel .owl-nav .owl-prev:hover {
	opacity: 1 !important
}

.owl-carousel .owl-nav .owl-next {
	top: 45%;
	right: 0;
	position: absolute;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.owl-carousel .owl-nav .owl-next:hover {
	opacity: 1 !important
}

.owl-carousel .owl-dots {
	text-align: left;
	position: absolute;
	width: 100%;
	bottom: 60px;
	padding-left: 100px;
	left: -100%;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.owl-carousel .owl-dots .owl-dot span {
	margin: 10px 5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 0;
	background: #fff
}

.owl-carousel .owl-dots .owl-dot.active span {
	background: #005296
}

.owl-carousel:hover .owl-dots {
	left: 0;
	opacity: 1
}

.barra-vertical-active {
	height: 40px;
	border-left: 2px solid #005296;
	margin-top: 11px;
	padding-right: 10px;
	margin-left: 5px
}

.barra-vertical-active:not(.active) {
	opacity: 0
}

.cbp:after,
.cbp-lazyload:after,
.cbp-popup-loadingBox:after,
.cbp-popup-singlePageInline:after {
	content: "";
	position: absolute;
	width: 34px;
	height: 34px;
	left: 0;
	right: 0;
	top: 0px;
	bottom: 0;
	margin: auto;
	-webkit-animation: cbp-rotation .8s infinite linear;
	animation: cbp-rotation .8s infinite linear;
	border-left: 3px solid rgba(190, 149, 91, .8);
	border-right: 3px solid rgba(190, 149, 91, .8);
	border-bottom: 3px solid rgba(190, 149, 91, .8);
	border-top: 3px solid rgba(190, 149, 91, .4);
	border-radius: 100%
}

a.scrollup {
	position: fixed;
	bottom: 25px;
	right: 30px;
	display: none;
	color: #3e3d40;
	background-color: #eceded;
	-webkit-transition: color .3s ease, background-color .3s ease, bottom .5s ease;
	-o-transition: color .3s ease, background-color .3s ease, bottom .5s ease;
	transition: color .3s ease, background-color .3s ease, bottom .5s ease;
	z-index: 999
}

a.scrollup:hover {
	background-color: #005296;
	color: #fff
}

@media(max-width: 767px) {
	.scrollup {
		right: 20px
	}
}

.producto-premiado {
	border-bottom: 1px solid #eceded
}

.producto-premiado.clear>div {
	border-right: 1px solid #eceded
}

.select-idiomas,
select {
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	border: none;
	border-bottom: 1px solid #3e3d40;
	border-radius: 0;
	width: 90%;
	margin-top: 10px;
	padding: 10px 0
}

.flechas-select {
	float: right;
	position: absolute;
	top: 20px;
	right: 15px
}

.ajuste-imagen-left {
	position: relative;
	left: -2px
}

.cuadro-fondo {
	background-color: rgba(26, 23, 27, .8)
}

.degradado-izq .imagen-background-lazy-load:after,
.degradado-izq .imagen-background:after {
	position: absolute;
	top: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background: -webkit-gradient(linear, left top, right top, from(#192E6B), color-stop(70%, rgba(0, 82, 150, 0.3)), to(rgba(0, 82, 150, 0)));
	background: -webkit-linear-gradient(left, #192E6B 0%, rgba(0, 82, 150, 0.3) 70%, rgba(0, 82, 150, 0) 100%);
	background: -o-linear-gradient(left, #192E6B 0%, rgba(0, 82, 150, 0.3) 70%, rgba(0, 82, 150, 0) 100%);
	background: linear-gradient(to right, #192E6B 0%, rgba(0, 82, 150, 0.3) 70%, rgba(0, 82, 150, 0) 100%)
}

.degradado-inf {
	background: -webkit-linear-gradient(rgba(0, 82, 150, 0) 0%, rgba(0, 82, 150, 0.3) 65%, #192E6B 100%);
	background: -o-linear-gradient(rgba(0, 82, 150, 0) 0%, rgba(0, 82, 150, 0.3) 65%, #192E6B 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 82, 150, 0)), color-stop(65%, rgba(0, 82, 150, 0.3)), to(#192E6B));
	background: linear-gradient(rgba(0, 82, 150, 0) 0%, rgba(0, 82, 150, 0.3) 65%, #192E6B 100%);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%
}

.degradado-sup {
	background: -webkit-gradient(linear, left top, left bottom, from(#192E6B), color-stop(35%, rgba(0, 82, 150, 0.3)), to(rgba(0, 82, 150, 0)));
	background: -webkit-linear-gradient(#192E6B 0%, rgba(0, 82, 150, 0.3) 35%, rgba(0, 82, 150, 0) 100%);
	background: -o-linear-gradient(#192E6B 0%, rgba(0, 82, 150, 0.3) 35%, rgba(0, 82, 150, 0) 100%);
	background: linear-gradient(#192E6B 0%, rgba(0, 82, 150, 0.3) 35%, rgba(0, 82, 150, 0) 100%);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%
}

.degradado-hover {
	background: #192e6b;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease
}

.cargador {
	width: 14px;
	margin-left: 20px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #005296;
	border-left-color: #005296;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite
}

.formulario .wpcf7-list-item {
	margin-left: 0px
}

.formulario input:not(.wpcf7-submit):not(.wpcf7-acceptance),
.formulario textarea {
	width: 100%;
	border: 0;
	border-bottom: 3px solid #fff;
	padding: 10px 10px 7px;
	margin-top: 6px;
	margin-right: 10px;
	border-radius: 5px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

.formulario input[type=submit] {
	border: 0;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.formulario input[disabled] {
	cursor: not-allowed;
	opacity: .5
}

.formulario input[type=text]:focus,
.formulario input[type=email]:focus,
.formulario input[type=tel]:focus,
.formulario textarea:focus {
	outline: 0;
	border-radius: 0px;
	border-bottom: 3px solid #cbbb9d
}

.formulario textarea {
	width: 100%;
	height: 80px
}

.formulario select {
	width: 100%;
	border: 0;
	border-bottom: 3px solid #fff;
	padding: 10px 10px 7px;
	margin-top: 6px;
	margin-right: 10px;
	border-radius: 5px;
	height: 35px;
	background: #fff;
	color: #d9dadb
}

.formulario select option {
	color: #d9dadb
}

.formulario select:focus {
	outline: 0;
	border-radius: 0px;
	border-bottom: 3px solid #cbbb9d
}

.formulario .flechas-select {
	top: 15px;
	height: 0
}

.formulario div.wpcf7 .ajax-loader {
	background-image: none;
	display: block;
	position: absolute;
	z-index: 2000;
	top: 10px;
	left: 75px;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #005296;
	border-left-color: #005296;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite
}

.formulario .archivo input {
	background: #fff
}

.post-type-archive-quesos .ajax-loader {
	background-image: none;
	display: inline-block;
	top: 3px;
	left: 3px;
	position: relative;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #fff;
	border-left-color: #fff;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite
}

.post-type-archive-quesos .ajax-loader.c-primary {
	left: 0;
	border-top-color: #005296;
	border-left-color: #005296
}

.wpml-ls-sub-menu li a {
	text-align: center
}

li.ver-archivos:after {
	background-image: url(assets/img/quesos-el-pastor-archivos.svg);
	height: 35px;
	background-size: contain;
	display: block;
	background-repeat: no-repeat;
	margin-top: -15px;
	top: -13px;
	position: relative;
	content: ""
}

li.ver-archivos:after {
	background-image: url(assets/img/quesos-el-pastor-ver-archivos.svg)
}

aside .busqueda i,
aside .widget_search i {
	top: 6px;
	left: 0;
	position: absolute;
	padding-left: 5px;
	color: #005296
}

aside .busqueda input[type=search],
aside .widget_search input[type=search] {
	font-size: 13px;
	padding-left: 25px;
	padding-top: 2px;
	border: 0;
	border-bottom: 2px solid #fff;
	border-radius: 5px;
	font-weight: 400;
	height: 30px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

aside .busqueda input[type=search]:focus,
aside .busqueda input[type=search]:active,
aside .widget_search input[type=search]:focus,
aside .widget_search input[type=search]:active {
	border-bottom: 2px solid #cbbb9d;
	border-radius: 0px;
	outline: 0
}

aside .search-submit {
	display: none
}

aside .widget_search {
	margin-top: 30px
}

aside .widget_search .search-field {
	background-color: #eceded
}

aside .widget_categories,
aside .widget_recent_entries {
	border-bottom: 1px solid #eceded;
	padding-bottom: 30px
}

aside .widget-title {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	color: #005296;
	margin-top: 40px
}

aside .widget_archive {
	margin-top: 40px
}

aside .widget_recent_entries .post-date {
	display: block;
	color: #c6c7c8;
	margin-bottom: 12px
}

aside ul {
	list-style: none;
	padding: 0
}

aside ul li {
	margin-bottom: 12px
}

aside ul a {
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	color: #3e3d40;
	text-transform: uppercase
}

aside ul a:hover {
	color: #005296
}

.ssba a {
	padding-left: 15px
}

.nuestros-quesos .sidebar {
	width: 100%;

}


.nuestros-quesos .sidebar hr.c-gris:not(.bds-dt) {
	display: none
}

.nuestros-quesos .sidebar hr.bds-dt {
	max-width: 100px
}
	
	
.nuestros-quesos .list-inline>li {
	vertical-align: text-top;
	width: 16%;
}
@media(max-width: 992px) {
	.nuestros-quesos .list-inline>li {
		width: 32%;
	}	
}

.nuestros-quesos .search-abajo {
	display: none
}

.nuestros-quesos .sidebar {
	width: 100%
}

.nuestros-quesos .sidebar hr.bds-dt {
	max-width: 100px
}

.nuestros-quesos #filter .list-inline>li {
	vertical-align: text-top;
	width: 100%
}

.nuestros-quesos .search-abajo {
	display: none
}

.nuestros-quesos-no .search-arriba {
	display: none
}


.tabla-nutricional {
	max-width: 600px
}

#filter .fa-caret-right {
	height: 20px;
	width: 20px;
	text-align: center;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s
}

#filter .fa-caret-right.girar90 {
	position: relative;
	left: -5px;
	top: 2px
}

.faldon-foto {
	position: absolute;
	top: 130px;
	left: 0;
	height: 400px;
	width: 100%;
	overflow: hidden;
	z-index: 10
}

.faldon-foto:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	border-radius: 0% 0% 48% 40%;
	-webkit-box-shadow: 0 0 0 999px #005296;
	box-shadow: 0 0 0 999px #005296
}

.faldon-foto:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	border-radius: 0% 0% 52% 30%;
	-webkit-box-shadow: 0 0 0 999px #fff;
	box-shadow: 0 0 0 999px #fff
}

.contacto-simple:not(.contacto-simple-blanco) .formulario input:not(.wpcf7-submit):not(.wpcf7-acceptance),
.contacto-simple:not(.contacto-simple-blanco) .formulario textarea {
	background-color: #eceded
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	font-weight: 700
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
	color: #cbbb9d;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.post-navigation .nav-previous {
	float: left;
	width: 50%;
	text-align: left
}

.post-navigation .nav-next {
	float: right;
	width: 40%;
	text-align: right
}

.wpcf7-form-control-wrap.acceptance {
	top: 0
}

.form-control {
	-webkit-box-shadow: none;
	box-shadow: none
}

div.wpcf7-validation-errors,
div.wpcf7-spam-blocked,
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok {
	margin: 0;
	color: #fff;
	font-size: 13px;
	clear: both;
	border-radius: 5px
}

div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
	border: 2px solid #cbbb9d;
	background-color: #cbbb9d
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #cbbb9d;
	background-color: #cbbb9d
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #4caf50;
	background-color: #4caf50
}

span.wpcf7-not-valid-tip {
	font-size: 13px;
	color: #3e3d40
}

.wpcf7-form-control-wrap {
	height: 120px
}

.wpcf7-not-valid {
	border-bottom: 3px solid #cbbb9d !important
}

.formulario ::-webkit-input-placeholder,
input[type=search] ::-webkit-input-placeholder {
	color: #c6c7c8
}

.formulario ::-moz-placeholder,
input[type=search] ::-moz-placeholder {
	opacity: 1;
	color: #c6c7c8
}

.formulario :-ms-input-placeholder,
input[type=search] :-ms-input-placeholder {
	color: #c6c7c8
}

.formulario :-moz-placeholder,
input[type=search] :-moz-placeholder {
	opacity: 1;
	color: #c6c7c8
}

.widget_search ::-webkit-input-placeholder {
	color: #c6c7c8
}

.widget_search ::-moz-placeholder {
	opacity: 1;
	color: #c6c7c8
}

.widget_search :-ms-input-placeholder {
	color: #c6c7c8
}

.widget_search :-moz-placeholder {
	opacity: 1;
	color: #c6c7c8
}

.tipo input:focus::-webkit-input-placeholder {
	font-style: italic
}

.tipo input:focus:-moz-placeholder:before {
	font-style: italic
}

.tipo input:focus::-moz-placeholder:before {
	font-style: italic
}

.tipo input:focus:-ms-input-placeholder:before {
	font-style: italic
}

.message textarea:focus::-webkit-input-placeholder {
	font-style: italic
}

.message textarea:focus:-moz-placeholder:before {
	font-style: italic
}

.message textarea:focus::-moz-placeholder:before {
	font-style: italic
}

.message textarea:focus:-ms-input-placeholder:before {
	font-style: italic
}

.cli-plugin-button,
.cli-plugin-button:visited {
	background: none;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	border-bottom: none;
	position: relative;
	cursor: pointer;
	margin: auto 10px
}

#cookie-law-info-bar {
	border: 0px solid #005296 !important;
	font-size: 13px !important;
	padding: 10px;
	width: 300px;
	margin: 20px;
	text-align: left;
	border-radius: 5px;
	color: #3e3d40 !important
}

.cookie_action_close_header {
	margin: 10px 10px 5px 0px;
	background-color: #005296 !important;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
	border-radius: 5px
}

.cookie_action_close_header:hover {
	background-color: #cbbb9d !important
}

#CONSTANT_OPEN_URL {
	opacity: 1;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

#CONSTANT_OPEN_URL:hover {
	opacity: .7
}

.cli-plugin-main-link {
	margin-left: 0 !important
}

.page .site-content pre {
	padding: 0;
	margin: 0 0 25px;
	font-size: inherit;
	color: #7c5912;
	background-color: transparent;
	border: 0
}

.page .site-content a {
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.error-404 .widgettitle {
	display: none
}

#content {
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pace-inactive {
	display: none
}

.pace .pace-progress {
	background: #005296;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 3px
}

.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	-webkit-box-shadow: 0 0 10px #005296, 0 0 5px #005296;
	box-shadow: 0 0 10px #005296, 0 0 5px #005296;
	opacity: 1;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px)
}

.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 15px;
	right: 15px;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #005296;
	border-left-color: #005296;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite
}

@-webkit-keyframes pace-spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes pace-spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@media(max-width: 1199px) {
	h1,
	.h1 {
		font-size: 50px
	}
	h4,
	.h4 {
		font-size: 16px
	}
	.nuestros-quesos #filter .list-inline>li {
		width: 24%
	}
}

@media(max-width: 991px) {
	.bd-solid-md {
		border-top: 1px solid #fff
	}
	.formulario .col-md-8 {
		padding-right: 0
	}
	.nuestros-quesos #filter .list-inline>li {
		width: 32%
	}
	.faldon-foto {
		top: 80px
	}
	.el-pastor .linea-tiempo {
		width: 80%
	}
	.nuestros-quesos-no .sidebar {
		height: auto !important;
		overflow: hidden;
	}
	
	.nuestros-quesos-no .sidebar .guiarapida .label-boton {
		width:30% !important;
	}

	.owl-carousel .owl-dots {
		opacity: 1;
		left: 0
	}
}

@media(max-width: 767px) {
	h1,
	.h1,
	h3,
	.h3 {
		font-size: 35px
	}
	hr.corto {
		margin-top: 10px;
		margin-bottom: 20px
	}
	.nuestros-quesos #filter .list-inline>li {
		width: 49%
	}
	.producto-premiado.clear>div {
		border-right: 0
	}
}

@media(max-width: 480px) {
	#cookie-law-info-bar {
		width: 90%;
		margin: 5%
	}
	.container {
		padding-left: 15px;
		padding-right: 15px
	}
	hr.corto {
		margin-top: 15px;
		margin-bottom: 20px
	}
	a.scrollup {
		right: 0px
	}
	.owl-carousel .owl-dots {
		padding-left: 0px
	}
	.boton-slider {
		display: table
	}
}

footer {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#005296), to(#192E6B));
	background-image: -webkit-linear-gradient(#005296, #192E6B);
	background-image: -o-linear-gradient(#005296, #192E6B);
	background-image: linear-gradient(#005296, #192E6B)
}

footer .menu-item-home {
	display: none
}

footer a {
	color: #fff;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

footer .menu-footer li {
	padding: 0 15px
}

footer .menu-footer li a:hover {
	color: #cbbb9d
}

footer .politicas li {
	padding-left: 0
}

footer .politicas li:not(:last-child):after {
	content: " · ";
	padding-left: 5px;
	color: #fff
}

footer .politicas li a:hover {
	color: #cbbb9d
}

@media(max-width: 991px) {
	footer .menu-footer li {
		width: 100%
	}
	footer .submenu-footer>.list-inline>li {
		width: 100%;
		margin: 10px 0px
	}
	footer .wpml-ls-legacy-dropdown-click a {
		top: 23px
	}
	footer .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu {
		top: -90px
	}
	footer .idioma-nav {
		margin-top: 0
	}
	footer .idioma-nav>li {
		display: inline-block
	}
}

@media(max-width: 767px) {
	footer #menu-politicas>li {
		width: 100%
	}
	footer .politicas li:not(:last-child):after {
		content: none
	}
}

@media(max-width: 767px) {
	.inicio .slider.owl-carousel .owl-dots {
		text-align: center;
		padding-right: 0
	}
}

@media(max-height: 850px) {
	.inicio .owl-carousel.slider h1,
	.inicio .owl-carousel.slider .h1 {
		font-size: 50px
	}
}

.el-pastor .linea-tiempo-inicio {
	margin-top: -175px
}

.el-pastor .linea-tiempo {
	border-left: 2px dotted #fff
}

.el-pastor .linea-tiempo hr {
	width: 20px;
	position: absolute;
	top: 50%
}

.el-pastor .linea-tiempo .circulo-final {
	background: #fff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	left: -24px;
	top: 18px
}

.el-pastor .desplazar-hito-montado hr {
	width: 320px
}

.el-pastor .desplazar-hito-montado .cuadro-fondo {
	left: 300px;
	position: relative
}

@media(min-width: 1500px) {
	.logos-instalaciones img {
		height: 58px !important
	}
}

@media(min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
	.logos-instalaciones img {
		height: 33px !important
	}
}

@media(max-width: 1199px) {
	.el-pastor .desplazar-hito-montado hr {
		width: 220px
	}
	.el-pastor .desplazar-hito-montado .cuadro-fondo {
		left: 200px;
		position: relative
	}
}

@media(max-width: 991px) {
	.el-pastor .instalaciones-fondo {
		height: auto !important;
		background-image: -webkit-linear-gradient(#005296, #192E6B) !important;
		background-image: -o-linear-gradient(#005296, #192E6B) !important;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#005296), to(#192E6B)) !important;
		background-image: linear-gradient(#005296, #192E6B) !important
	}
	.el-pastor .historia-fondo {
		background-image: none !important;
		background-color: #cbbb9d
	}
}

@media(max-width: 480px) {
	.el-pastor .linea-tiempo-inicio-col {
		left: -75px
	}
	.el-pastor .desplazar-hito-montado hr {
		width: 120px
	}
	.el-pastor .desplazar-hito-montado .cuadro-fondo {
		left: 100px;
		position: relative
	}
}

.single-post .content img,
.single-post .container-blog img {
	display: block;
	max-width: 100%;
	height: auto
}

@media(max-width: 480px) {
	.blog .imagen-background {
		height: 200px !important
	}
}


/*# sourceMappingURL=style.css.map */

footer {
	background-color: #fff !important;
}


/*guia rapida*/
.nuestros-quesos .guiarapida #filter .list-inline>li.guia-rapida {
    width: 100%;
}
.guiarapida input[type=checkbox] {
    display:none;
}
.guiarapida .label-boton {
    width: 100%;
	background-color: #005296;
	color: #fff;
	text-transform:uppercase;
	text-align: center;
	font-family: "Fjalla One", sans-serif;
	cursor: pointer;
}


.nuestros-quesos-no .guiarapida .label-boton {
    width: 80%;
}
.nuestros-quesos-no.nuestros-quesos-sm .guiarapida .label-boton {
    width: 100% !important;
}


@media(min-width: 767px) {
	.guiarapida .label-boton {
		width: 30%;
		margin-right: 2%;
		margin-bottom: 1%;
	}
	.guiarapida .label-boton:last-child {
		margin-right: 0%;
	}
}	

@media(max-width: 766px and min-width: 481px) {
	.guiarapida .label-boton {
		width: 45%;
		margin-right: 5%;
		
	}
	.guiarapida .label-boton:last-child {
		margin-right: 0%;
	}
}
	
@media(max-width: 480px) {
	.guia{
		padding: 15px;
	}
	
	.guia-rapida{
		padding: 0% 10%;
	}
}




.guiarapida .label-boton.guia_rapida_checked {
    pointer-events: none;
	cursor: none;
}
.guiarapida .label-boton.guia_rapida_checked {
	color: #005296;
	background-color: #fff;
}	
.nuestros-quesos .sidebar .guiarapida .label-boton {
    width: 28%;
    margin: 0 2% 10px 0;
}
.flecha_desplegar:before{
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;	
	content: "\f078";
	color: #000;
}
.flecha_desplegada:before{
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;	
	content: "\f077";
	color: #000;
}
.boton-filtro-arriba{
	background: #fff;
    color: #005296;	
}
#pie_response {
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 50px;
}
#icono_cargando {
	margin: 0px auto;
	display: block;
}

.division-categoria{
	width: 100%;
    background-color: #005296;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-family: "Fjalla One", sans-serif;
    font-size: 30px;
    padding: 5px 10px 2px 15px;
	clear: both;
}
.division-subcategoria {
    color: #005296;
    text-transform: uppercase;
    text-align: left;
    font-family: "Fjalla One", sans-serif;
    font-size: 24px;
    margin: 0px 0px 0px 20px;
	padding-top: 35px;
    border-bottom: 1px solid #005296 !important;
	clear: both;
}

@media (max-width: 767px){
	#response_quesos .clear-xs {
		clear: both;
		float: left !important;
	}
}


@media(min-width: 992px) {
	.nuestros-quesos .sidebar {
		float: none;
	}
}

.nuestros-quesos-sm .pl-30 {
	padding-left: 10px!important;
}
.nuestros-quesos-sm .pr-30 {
	padding-right: 10px!important;
}	

.guia{
	padding-left: 15px;
    padding-right: 15px;
}



/*Pisar estilos de las banderas del desplegable idiomas Gtranslate*/
.gtranslate .switcher {
	width: 55px;
	margin-top: 6px;
}
.gtranslate .switcher .selected {
    background: transparent !important;
}
.gtranslate .switcher .selected a, .gtranslate .switcher .option a, {
    border: 0px none;
    font-size:0pt;
}

.gtranslate .switcher .selected a, .gtranslate .switcher .selected a:hover, .gtranslate .switcher .selected a.open  {
	border: 0px none;
	padding-top: 0px;
	background: transparent url(https://www.elpastor.com/wp/wp-content/themes/aldea_v3/assets/img/quesos-el-pastor-flechas-select-blanco.svg) 28px -4px no-repeat;
}

.gtranslate .switcher .option a:hover {
    background: transparent;
}

.gtranslate .switcher .option .selected {
    /*display: none;*/
}

.gtranslate .switcher .option {
    border-left: 0px none;
    border-right: 0px none;
    border-bottom: 0px none;
    background-color: transparent;
    width: 55px;
}

.gtranslate .switcher a {
    font-size: 0pt;
}

.gtranslate_header {
    margin-top: 14px;
}

@media (max-width: 991px)
.gtranslate_header .gtranslate .switcher {
	margin-top: 50px;
}

.mover-premios .bgc-gris-claro{
	overflow: auto;
}	


