/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}

/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}


/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	touch-action: none;
}

/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	touch-action: none;
}

/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png")/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png")/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png")/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png")/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

.meal-request-booking {
    text-decoration: none !important;
    margin-left: 9px;
    font-weight: 400;
    font-size: 14px;
    color: #c0262d;
}

/* omitted .filter-airline.ssr-req from first rule */
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    font-size: 13px !important;
}

.platform-content .btn.btn-viber {
    background: #7c529e !important;
    color: #fff !important;
    border-radius: 4px;
}

.platform-content .btn.btn-viber:focus,
.platform-content .btn.btn-viber:hover {
    background: #593972 !important;
    color: #fff !important;
}

.platform-content .btn.btn-whatsapp {
    background: #29ac00 !important;
    color: #fff !important;
    border-radius: 4px;
}

.platform-content .btn.btn-whatsapp:focus,
.platform-content .btn.btn-whatsapp:hover {
    background: #1f8101 !important;
    color: #fff !important;
}

.platform-content .btn.btn-messenger {
    background: #405894 !important;
    color: #fff !important;
    border-radius: 4px;
}

.platform-content .btn.btn-messenger:focus,
.platform-content .btn.btn-messenger:hover {
    background: #1a73ed !important;
    color: #fff !important;
}

.platform-content .btn.btn-instagram {
    background: #dd3f5c !important;
    color: #fff !important;
    border-radius: 4px;
}

.platform-content .btn.btn-instagram:focus,
.platform-content .btn.btn-instagram:hover {
    background: #c7237b !important;
    color: #fff !important;
}

.platform-container {
    position: relative;
}

/* Hidden platform */
@media (min-width: 992px) {
    .platform-content {
        display: none;
        position: absolute;
        top: 100%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        border: 1px solid #ccc;
        width: -moz-max-content;
        width: max-content;
    }

    .platform-container:hover .platform-content {
        display: block;
    }
}
@media (max-width: 991px) {
    .platform-content {
        border-block: 1px solid #ccc;
        width: 100%;
        text-align: center;
    }
    .topbar .platform-content .btn {
        padding-block: 5px;
    }
}

.platform-content {
    background-color: #fff;
    padding: 10px;
    z-index: 1000;
}

/* Show platform on hover */
.platform-content a {
    text-decoration: none;
    color: #fff;
    line-height: 1;
    aspect-ratio: 2.1;
}

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

/* Timer in Payment Page */

.payment-timer-container {
    display: flex;
    justify-content: center;
    margin-block: -10px 30px;
}

.payment-timer {
    display: flex;
    padding: 15px;
    border: 1px solid #c1272d;
    background: rgb(255 255 255 / 70%);
    color: #555;
    border-radius: 100px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 767px) {
    .payment-timer-container {
        margin-top: 15px;
    }
}

@media (max-width: 570px) {
    .payment-timer-container {
        margin-top: -20px;
    }
    .payment-timer {
        text-align: center;
        border-radius: 0;
        margin-top: 0;
        background: rgb(255 255 255 / 70%);
        border-inline: none;
        border-width: 2px;
        box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.3);
        margin-bottom: 20px;
    }
}

.payment-timer #payment-time-left:before {
    content: "Min";
    left: 5px;
}

.payment-timer #payment-time-left:after {
    content: "Sec";
    right: 5px;
}

.payment-timer #payment-time-left:before,
.payment-timer #payment-time-left:after {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}

.payment-timer #payment-time-left {
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
    position: relative;
    width: 70px;
}

.payment-timer svg line {
    stroke-linecap: round;
}

.payment-timer p {
    margin: 0 10px;
    font-size: 16px;
    line-height: 1.4;
}

.modal-body [type="radio"] + label {
    margin-bottom: 0;
    line-height: 34px;
}

.modal-body [type="checkbox"]:checked + label:before,
.modal-body [type="checkbox"]:not(:checked) + label:before,
.modal-body [type="checkbox"]:checked + label:after,
.modal-body [type="checkbox"]:not(:checked) + label:after,
.modal-body [type="radio"]:checked + label:before,
.modal-body [type="radio"]:not(:checked) + label:before,
.modal-body [type="radio"]:checked + label:after,
.modal-body [type="radio"]:not(:checked) + label:after {
    top: 50%;
    transform: translateY(-50%);
}

.modal-body .my-bookings-table th {
    font-weight: 500;
    font-size: 14px;
    vertical-align: middle;
}

.modal-body .my-bookings-table th,
.modal-body .my-bookings-table td {
    padding-block: 3px;
}

.modal-body .my-bookings-table [type="checkbox"] + label {
    margin-right: 0;
}

/* By Reekesh For IX Class wise flight */
h5.flight-options-extended-title {
    padding: 5px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #555;
}

.flight-options-extended {
    display: flex;
    padding: 5px 20px;
    gap: 20px;
    overflow-x: auto;
    margin-inline: 2px;
}

.flight-options-extended > label {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 8px;
    font-weight: 400;
    color: #555;
    cursor: pointer;
    width: calc(33.3% - 14px);
    flex-shrink: 0;
    transition: all ease 0.3s;
}

.flight-options-extended > label:has(input[type="radio"]:checked) {
    border-color: #c1272d;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
}

.flight-options-extended > label > input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.flight-options-extended > label:hover {
    border-color: #3d5a99;
}

.flight-options-extended > label:hover .check-icon {
    border-color: #c1272d;
}

.flight-options-extended .check-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    border: solid 2px #3d5a99;
    border-radius: 50%;
    transition: 200ms linear;
    position: relative;
    vertical-align: text-top;
}

.flight-options-extended .check-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center center;
    transform: scale(1.6);
    transition: 200ms linear;
    opacity: 0;
}

.flight-options-extended label:has(input[type="radio"]:focus) .check-icon {
    box-shadow: 0 0 0 3px rgba(48, 86, 213, 0.2);
    border-color: #3d5a99;
}

.flight-options-extended > label:has(input[type="radio"]:checked) .check-icon {
    background: #3d5a99;
    border-color: #3d5a99;
    transform: scale(1.2);
}

.flight-options-extended
    > label:has(input[type="radio"]:checked)
    .check-icon:before {
    transform: scale(1);
    opacity: 1;
}

.flight-options-extended h4 {
    text-transform: uppercase;
    color: #3d5a99;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1;
    display: inline-block;
    margin-inline: 5px;
    margin-top: 0;
}

.flight-options-extended h3 {
    margin-top: 0;
    font-weight: 400;
    color: #3d5a99;
    font-size: 20px;
}

.flight-options-extended > label:hover h3,
.flight-options-extended > label:has(input[type="radio"]:checked) h3 {
    color: #c1272d;
}

.flight-options-extended p {
    margin-bottom: 10px;
}

.flight-options-extended p img {
    opacity: 0.65;
    max-height: 16px;
}

.flight-options-extended .popup {
    color: #3c5a98;
}

@media (max-width: 767px) {
    .flight-options-extended {
        flex-direction: column;
        overflow: hidden;
    }
    .flight-options-extended > label {
        width: 100%;
    }
}

.primary-login {
    background: #c2272d !important;
    border-color: currentColor !important;
    color: #ffffff !important;
    margin: 3px !important;
    width: 50%;
}

.omni-wrapper {
    bottom: 2rem;
    position: fixed;
    right: 2rem;
    z-index: 9999
  }

  .omni {
    animation: blink 2s infinite;
    background: #3b5997;
    border: 1px solid #2f4575;
    border-radius: 50%;
    border-bottom-right-radius: 6px;
    bottom: -1rem;
    box-shadow: 0 3px 12px rgba(60,89,150,.48);
    color: #fff!important;
    font-size: 14px;
    font-weight: 500!important;
    height: 4rem;
    letter-spacing: 1px;
    line-height: 64px;
    margin: 0!important;
    padding: 0!important;
    position: absolute;
    right: -1rem;
    text-align: center;
    transition: background .3s ease, rotate .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 4rem;
    z-index: 1;
  }

  .omni:focus {
    pointer-events: none
  }

  .omni:focus,.omni:hover {
    animation: none
  }

  .omni:before {
    background-color: hsla(0,0%,100%,.15);
    border-radius: 50%;
    content: "";
    height: 96%;
    left: 2%;
    position: absolute;
    top: 2%;
    width: 96%
  }

  .omni:hover {
    background: #2f4575
  }

  @keyframes blink {
    50% {
      opacity: .85
    }
  }

  .omni-wheel {
    border: 1px solid transparent;
    bottom: 0;
    height: 8.5rem;
    position: absolute;
    right: 0;
    transform-origin: bottom right;
    transition: all .3s ease;
    width: 8.5rem
  }

  @media (min-width: 768px) {
    .omni:focus~.omni-wheel {
      transform: scale(1)
    }
    .omni-wrapper:hover .omni-wheel {
      transform:scale(1)
    }
    .omni-wheel {
      transform: scale(0);
    }
    .omni-action {
      opacity: 0;
    }

  .omni-wheel .omni-action:nth-child(1) {
    right: -1rem;
    top: 7px
  }

  .omni-wheel .omni-action:nth-child(2) {
    right: 33px;
    top: 18px
  }

  .omni-wheel .omni-action:nth-child(3) {
    bottom: 32px;
    left: 18px
  }

  .omni-wheel .omni-action:nth-child(4) {
    bottom: -1rem;
    left: 7px
  }
  }

  .omni-action {
    align-items: center;
    background: #0f1941;
    border-radius: 50%;
    box-shadow: 0 .1rem 1rem rgba(0,0,0,.32);
    color: #fff;
    display: flex;
    font-size: 1.5rem;
    height: 3rem;
    justify-content: center;
    position: absolute;
    transition: all 1s ease;
    width: 3rem
  }

  .omni-wrapper:hover .omni-wheel .omni-action,.omni:focus~.omni-wheel .omni-action {
    color: #fff;
    opacity: 1;
    text-decoration: none
  }

  .omni-action:hover {
    color: #fff;
    filter: brightness(.85)
  }

  .omni-wheel .omni-action[href*="viber"] {
    background: #7360f2;
    font-size: 20px;
  }

  .omni-wheel .omni-action[href*="wa"] {
    background: #25d366;
    font-size: 28px;
  }

  .omni-wheel .omni-action[href*="m.me"] {
    background: #0766ff;
  }

  .omni-wheel .omni-action[href*="ig"] {
    background: #ef4c5f;
  }

  .omni-wheel:after {
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    translate: 40% 40%
  }

  @media (max-width: 767px) {
    .omni-wrapper {
      bottom:5rem
    }

    .omni-wheel {
      top: -40px;
      width: auto;
      height: auto;
      display: block;
      left: auto;
      right: 10px;
    }

    .omni-wrapper .omni:not(:focus) + .omni-wheel .omni-action {
      right: 0;
      opacity: 0;
    }

    .omni-wrapper .omni:focus {
      font-size: 0;
      rotate: 135deg;
    }

    .omni-wrapper .omni:focus:after {
      content: '+';
      font-size: 1rem;
      font-weight: 300;
      /* rotate: 45deg; */
      display: inline-block;
      scale: 3;
    }

    .omni-wheel .omni-action {
      top: 0;
      left: unset;
    }

    .omni-wheel .omni-action:nth-child(1) {
      right: calc(54px * 1)
    }

    .omni-wheel .omni-action:nth-child(2) {
      right: calc(54px * 2)
    }

    .omni-wheel .omni-action:nth-child(3) {
      right: calc(54px * 3)
    }

    .omni-wheel .omni-action:nth-child(4) {
      right: calc(54px * 4)
    }

    a#back2Top {
      bottom: 140px!important
    }
  }

@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

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 {
  padding: 0;
  border: 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] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]: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("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 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: "\e001";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

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

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type=search] {
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.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 {
  background-color: transparent;
  border: 0;
}

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

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

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.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: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

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

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: 0.65;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

.fade {
  opacity: 0;
  transition: opacity 0.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;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}

.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

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

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

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

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

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

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

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

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

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

.btn .caret {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-stacked > li {
  float: none;
}

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

.nav-justified {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

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

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

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

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

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

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

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

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

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

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination > li {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pager li {
  display: inline;
}

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

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

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

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

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

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

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

.label:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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 {
  animation: progress-bar-stripes 2s linear infinite;
}

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

.progress-striped .progress-bar-success {
  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: #5bc0de;
}

.progress-striped .progress-bar-info {
  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: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  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: #d9534f;
}

.progress-striped .progress-bar-danger {
  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 {
  overflow: hidden;
  zoom: 1;
}

.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 {
  padding-left: 0;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-body {
  padding: 15px;
}

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

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

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

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

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

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

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

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-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-left-radius: 0;
  border-top-right-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-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.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;
  font-family: serif;
  line-height: 1;
}

.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 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;
  }
}
/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

/*
Site Name: Final
Site URI:
Author: Bsal Dahal
Author URI: www.bishaldahal.com.np
Version:1.0.0
Description:
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS
----------------------------------------------------------------
# GLOBAL (fonts, heading and paragraphs )
# Helper Classes and Styles
## Disable Google map scrolling
## Table Block Display Styles
# Reset Bootstrap Styles
## Carousel
## Navbar Brand Height
## Changing Icons for Collapse
# Default Styles
## Arrow Head List Styles
# Widgets
## Widget Name
# Header
# Footer
# Additional Styles
# Site Fixes
# Media Queries
## max-midth of 1024px & min-width of 768px
## max-midth of 991px
## min-midth of 768px
## max-midth of 767px
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# GLOBAL (fonts, heading and paragraphs )
--------------------------------------------------------------*/
html,
body {
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1em;
  color: #333;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-width: 300px;
}

body {
  background: #fff url("../images/world-map.png") top center no-repeat fixed;
  background-size: cover;
}

* {
  outline: none;
}

h1 {
  font-size: 54px;
  line-height: 55px;
}

h2 {
  font-size: 36px;
  line-height: 48px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
}

h6 {
  font-size: 16px;
  line-height: 22px;
}

p {
  font-size: 14px;
  line-height: 1.6;
}

a,
button,
.btn {
  border: none;
  transition: all ease 0.25s !important;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus {
  outline: none !important;
}

strong,
bold,
b {
  font-weight: 500;
}

em {
  font-style: italic;
  font-weight: inherit;
}

img,
figure {
  max-width: 100%;
}

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: rgba(34, 34, 34, 0.8);
}

::selection {
  text-shadow: none;
  color: #fff;
  background: rgba(34, 34, 34, 0.8);
}

img::-moz-selection {
  color: #fff;
  background: 0 0;
}

img::selection {
  color: #fff;
  background: 0 0;
}

img::-moz-selection {
  color: #fff;
  background: 0 0;
}

iframe {
  border: none !important;
  display: block;
  width: 100%;
}

::-moz-placeholder {
  opacity: 1;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
  text-transform: capitalize;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  text-transform: capitalize;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
  text-transform: capitalize;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  text-transform: capitalize;
}

.bg-noscroll {
  overflow-y: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}

/*--------------------------------------------------------------
# Helper Classes and Styles
--------------------------------------------------------------*/
.snap {
  margin: 0;
  padding: 0;
}

.snap-right {
  padding-right: 0;
  margin-right: 0;
}

.snap-top {
  margin-top: 0;
  padding-top: 0;
}

.snap-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.snap-left {
  padding-left: 0;
  margin-left: 0;
}

.snap-hoz {
  margin: auto 0;
  padding-left: 0;
  padding-right: 0;
}

.snap-vtl {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

.pad15 {
  padding-top: 15px;
  display: block;
}

.pad30 {
  padding: 15px;
  display: block;
}

.pad60 {
  padding: 30px;
  display: block;
}

.btn-inverse {
  background: #333;
  color: #fff;
  border: 1px solid #232323;
}

.btn-inverse:focus,
.btn-inverse:hover {
  background: #222;
  color: #eee;
  border: 1px solid #111;
}

.fixed-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.adspace a {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

/* Disable Google map scrolling */
/* ------------------------------------ */
.map-container {
  width: 100%;
}

.map-container iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
  /* IE needs a position other than static */
}

.map-container iframe.clicked {
  pointer-events: auto;
}

/* Table Block Display Styles */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  /* custom widths */
  .booking-form .col-md-5 {
    width: 41.177%;
  }
  .booking-form button[type=submit],
  .booking-form .col-md-5 .col-md-7 {
    width: 55.105%;
  }
  .booking-form .col-md-5 .col-md-5 {
    width: 44.895%;
  }
  .booking-form .col-md-3 {
    width: 26.892%;
  }
  .booking-form .col-md-4 {
    width: 31.931%;
  }
  /* custom widths end*/
  .display-table > div {
    margin-left: 0;
    margin-right: 0;
    display: table;
    width: 100%;
  }
  .display-table > div > div {
    padding-left: 0;
    padding-right: 0;
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .search-results .list-group-item > .row,
  .search-results .list-group-item > .roundTrip > .row,
  .search-results .list-group-item > .multiCity > div > .row {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .search-results .list-group-item > .multiCity > div > .row {
    border-bottom: 1px dashed #aaa;
    padding: 5px 0;
    margin-top: -1px;
  }
  .search-results .list-group-item > .multiCity > div > .row:last-child {
    border: none;
  }
  .search-results .list-group-item > .row.roundTrip {
    display: block;
    position: relative;
  }
  .search-results .list-group-item > .multiCity > div > .row > div:nth-child(2) {
    order: 2;
  }
  .search-results .list-group-item > .row > .row > div:nth-child(3),
  .search-results .list-group-item > .row > div:nth-child(3) {
    order: 4;
  }
  .search-results .list-group-item > .row > .row > div:nth-child(4),
  .search-results .list-group-item > .row > div:nth-child(4) {
    order: 3;
  }
  .search-results .list-group-item > .row > .row > div:nth-child(5),
  .search-results .list-group-item > .row > div:nth-child(5) {
    order: 5;
    padding-left: 0;
  }
  .search-results .list-group-item > .row > .row > div:nth-child(5) {
    order: 4;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .search-lists p.text-muted,
  .search-lists .price {
    margin: 0 -15px;
  }
  .search-lists > div > ul.nav-tabs > li > a {
    margin: 0;
    border: none;
    border-radius: 0;
    /* pointer-events: none;*/
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
  }
  /*
  .search-results .list-group-item > .row {
  display: table;
  width: 100%;
  margin: 0;
  }
  .search-results .list-group-item > .row > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
  }
  */
  footer .contact-infos a:hover .fa-viber {
    background: #7c529e;
    color: #fff;
    border: 1px solid transparent;
  }
  footer .contact-infos a:hover .fa-whatsapp {
    background: #29ac00;
    color: #fff;
    border: 1px solid transparent;
  }
  footer .contact-infos a:hover .fa-envelope {
    color: #333;
    background: #888;
  }
}
/*--------------------------------------------------------------
# Reset Bootstrap Styles
--------------------------------------------------------------*/
.btn.btn-danger {
  background: #c1272d;
}

.checkbox-inline,
.radio-inline {
  padding-left: 0;
}

hr {
  border-top: 1px solid #ddd;
}

/* Carousel */
/* ------------------------------------ */
.carousel {
  overflow: hidden;
}

.carousel .item,
.carousel .item img {
  margin: 0 auto;
}

.carousel .item img {
  margin-top: 1px;
}

.carousel .carousel-control {
  background: #000;
  font-size: 30px;
  line-height: 40px;
  opacity: 0.6;
  top: 55%;
  bottom: auto;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}

.carousel .carousel-control:hover {
  opacity: 1;
}

.carousel .carousel-control.left {
  left: -40px;
}

.carousel:hover .carousel-control.left {
  left: 0;
}

.carousel .carousel-control.right {
  right: -40px;
}

.carousel:hover .carousel-control.right {
  right: 0;
}

.carousel-indicators .active,
.carousel-indicators li {
  margin: 0;
  height: 10px;
  width: 10px;
  border: none;
  background: #888;
}

.carousel-indicators .active {
  background: #555;
}

/* Navbar Brand Height */
/* ------------------------------------ */
.navbar-brand {
  height: auto;
}

/* Changing Icons for Collapse */
/* ------------------------------------ */
.panel-title > a span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
}

.panel-title > a.collapsed span:before {
  content: "\f078";
}

/* End of Changing icons for collapse */
#accordion .panel-title > a {
  display: block;
  text-decoration: none;
}

#accordion .panel-title > a span {
  float: right;
}

/*--------------------------------------------------------------
# Default Styles
--------------------------------------------------------------*/
.heading {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
}

.col-heading {
  font-size: 1.4em;
}

.container-fluid {
  max-width: 1240px;
  width: 90%;
}

hr.divider {
  border-top: 1px solid #111;
  border-bottom: 1px solid #333;
  padding: 0;
  margin: 15px 0;
}

.dark-overlay {
  position: relative;
}

.dark-overlay:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.has-pattern:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("../images/line-pattern.png");
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dark-overlay > * {
  position: relative;
  z-index: 9;
}

.bannerad,
a.bannerad img {
  width: 100%;
}

/* Arrow Head List Styles */
/* ------------------------------------ */
.user-content-wrapper ul,
ul.list-arrowhead {
  list-style: none;
  padding-left: 18px;
  margin-bottom: 0;
}

.user-content-wrapper ul li,
ul.list-arrowhead li {
  font-size: 16px;
  margin-bottom: 5px;
}

.user-content-wrapper ul li:last-child,
ul.list-arrowhead li:last-child {
  margin-bottom: 5px;
}

.user-content-wrapper ul li:before,
ul.list-arrowhead li:before {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  float: left;
  margin-left: -15px;
  color: #eee;
  transition: all ease 0.3s;
}

.user-content-wrapper ul li:hover:before,
ul.list-arrowhead li:hover:before {
  margin-left: -10px;
}

.user-content-wrapper ul a,
ul.list-arrowhead a {
  color: #333;
  margin-left: 5px;
  text-decoration: none;
}

.user-content-wrapper ul a:hover,
ul.list-arrowhead a:hover {
  color: #333;
}

/* Double List */
/* ------------------------------------ */
ul.list-double {
  margin-bottom: 15px;
}

.list-double:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}

/* Default Table Design */
/* ------------------------------------ */
table {
  width: 100%;
}

table td {
  border: 1px solid #888;
  padding: 5px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Widget Name */
/* ------------------------------------ */
/*.social-icons a[href*="facebook"]:before {
content: "\f09a";
font-family: 'Font Awesome 5 Free';
}

.social-icons a[href*="twitter"]:before {
content: "\f099";
font-family: 'Font Awesome 5 Free';
}

.social-icons a[href*="instagram"]:before {
content: "\f16d";
font-family: 'Font Awesome 5 Free';
}

.social-icons a[href*="whatsapp"]:before {
content: "\f232";
font-family: 'Font Awesome 5 Free';
}

.social-icons a[href*="viber"]:before {
content: "\f16d";
font-family: 'Font Awesome 5 Free';
}*/
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader-container {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#preloader-container #plane-loader {
  position: relative;
  width: 250px;
  height: 250px;
  background-color: #00afdd;
  margin: 20px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

#preloader-container #plane-loader .plane {
  position: absolute;
  top: 60px;
  left: 60px;
  height: 130px;
  width: 130px;
  animation: levitate 4s alternate ease-in-out infinite;
  transition: transform 150ms ease;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#preloader-container #plane-loader .plane-cloud {
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}

#preloader-container #plane-loader .plane-cloud1 {
  top: -30px;
  left: 30px;
  height: 39px;
  width: 42px;
  animation: cloud1 7s linear infinite;
}

#preloader-container #plane-loader .plane-cloud2 {
  top: -260px;
  left: 150px;
  height: 82px;
  width: 96px;
  animation: cloud2 5s linear infinite;
  opacity: 0.5;
}

#preloader-container #plane-loader .plane-cloud3 {
  height: 82px;
  width: 96px;
  animation: cloud3 15s linear infinite 10s;
  top: -80px;
  left: 130px;
}

#preloader-container #plane-loader .plane-cloud4 {
  top: -30px;
  left: 180px;
  height: 39px;
  width: 42px;
  animation: cloud4 20s linear infinite;
}

#preloader-container #plane-loader .steam {
  position: absolute;
  top: 80px;
  left: 73px;
}

#preloader-container #plane-loader .steam div {
  opacity: 0;
  position: absolute;
  height: 120px;
  width: 10px;
  background: #ffffff;
  border-radius: 5px;
  animation: steam 0.4s ease-in-out infinite;
}

#preloader-container #plane-loader .steam .c2 {
  animation-delay: 50ms;
}

#preloader-container #plane-loader .steam .c3 {
  animation-delay: 150ms;
}

#preloader-container #plane-loader .steam .c4 {
  animation-delay: 200ms;
}

#preloader-container #plane-loader .steam .c5 {
  animation-delay: 250ms;
}

#preloader-container #plane-loader .steam .c6 {
  animation-delay: 300ms;
}

#preloader-container #plane-loader .steam .c7 {
  animation-delay: 350ms;
}

#preloader-container #plane-loader .steam .c8 {
  animation-delay: 400ms;
}

#preloader-container #plane-loader .steam .c9 {
  animation-delay: 450ms;
}

#preloader-container #plane-loader .steam .c10 {
  animation-delay: 500ms;
}

#preloader-container #plane-loader .steam2 {
  top: 75px;
  left: 91px;
}

#preloader-container #plane-loader .steam3 {
  top: 75px;
  left: 146px;
}

#preloader-container #plane-loader .steam4 {
  left: 166px;
}

#preloader-container #plane-loader .plane {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22138%22%20height%3D%22130%22%20viewBox%3D%220%200%20138%20130%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M18.359375%2053.6070313C20.5734375%2053.6070313%2022.3664062%2055.403125%2022.3664062%2057.6164063L22.3664062%2062.9601563C22.3664062%2065.175%2020.5734375%2066.96875%2018.359375%2066.96875%2016.146875%2066.96875%2014.3515625%2065.175%2014.3515625%2062.9601563L14.3515625%2057.6164063C14.3515625%2055.403125%2016.146875%2053.6070313%2018.359375%2053.6070313M39.8648438%2044.196875C42.0789063%2044.196875%2043.875%2045.9921875%2043.875%2048.2054687L43.875%2053.5492187C43.875%2055.7640625%2042.0789063%2057.5585937%2039.8648438%2057.5585937%2037.6507813%2057.5585937%2035.85625%2055.7640625%2035.85625%2053.5492187L35.85625%2048.2054687C35.85625%2045.9921875%2037.6507813%2044.196875%2039.8648438%2044.196875%22%2F%3E%3Cpolyline%20fill%3D%22%23FFA600%22%20points%3D%2264.623%20108.155%2046.487%20119.975%2048.025%20127.793%2068.184%20121.874%2064.623%20108.155%22%2F%3E%3Cpolyline%20fill%3D%22%23FFA600%22%20points%3D%2273.452%20108.155%2091.591%20119.975%2090.051%20127.793%2069.894%20121.874%2073.452%20108.155%22%2F%3E%3Cpolyline%20fill%3D%22%23F4F4F4%22%20points%3D%22.25%2077.402%2064.288%2072.034%2064.288%2039.112%20.25%2070.188%20.25%2077.402%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M119.640625%2053.6070313C117.425781%2053.6070313%20115.632031%2055.403125%20115.632031%2057.6164063L115.632031%2062.9601563C115.632031%2065.175%20117.425781%2066.96875%20119.640625%2066.96875%20121.853125%2066.96875%20123.65%2065.175%20123.65%2062.9601563L123.65%2057.6164063C123.65%2055.403125%20121.853125%2053.6070313%20119.640625%2053.6070313M98.1351563%2044.196875C95.9210938%2044.196875%2094.1257813%2045.9921875%2094.1257813%2048.2054687L94.1257813%2053.5492187C94.1257813%2055.7640625%2095.9210938%2057.5585937%2098.1351563%2057.5585937%20100.349219%2057.5585937%20102.142188%2055.7640625%20102.142188%2053.5492187L102.142188%2048.2054687C102.142188%2045.9921875%20100.349219%2044.196875%2098.1351563%2044.196875%22%2F%3E%3Cpolyline%20fill%3D%22%23F4F4F4%22%20points%3D%22137.749%2077.402%2073.712%2072.034%2073.712%2039.112%20137.749%2070.188%20137.749%2077.402%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M72.1414063%2C2.090625%20C71.34375%2C1.03046875%2070.1992188%2C0.42734375%2069.003125%2C0.43984375%20C67.8070313%2C0.45390625%2066.6726563%2C1.0796875%2065.8914063%2C2.15859375%20L65.8882813%2C2.1640625%20C60.40625%2C9.75%2057.4132813%2C19.3789062%2057.4132813%2C29.3828125%20L57.4132813%2C61.08125%20C57.4132813%2C67.9523437%2058.0390625%2C82.8390625%2059.2617188%2C90.259375%20C61.3546875%2C102.939062%2063.5164063%2C115.017969%2067.040625%2C127.711719%20C67.3460938%2C128.816406%2068.140625%2C129.550781%2069.03125%2C129.560937%20C69.925%2C129.56875%2070.7273438%2C128.849219%2071.046875%2C127.751562%20C74.678125%2C115.230469%2076.9359375%2C102.877344%2078.9453125%2C89.9078125%20C80.0414063%2C82.8445312%2080.5859375%2C68.4710937%2080.5859375%2C61.9492187%20L80.5859375%2C28.3929687%20C80.5859375%2C18.6890625%2077.5828125%2C9.3203125%2072.1414063%2C2.090625%22%2F%3E%3Cpath%20fill%3D%22%23E4E4E4%22%20d%3D%22M69.0429688%2C0.43984375%20L69%2C0.43984375%20L69%2C129.558594%20L69.05%2C129.558594%20C69.9351563%2C129.558594%2070.73125%2C128.841406%2071.046875%2C127.751562%20C74.678125%2C115.230469%2076.9359375%2C102.877344%2078.9453125%2C89.9078125%20C80.0414062%2C82.8445312%2080.5859375%2C68.4710937%2080.5859375%2C61.9492187%20L80.5859375%2C28.3929687%20C80.5859375%2C18.6890625%2077.5828125%2C9.3203125%2072.1414063%2C2.090625%20C71.3523438%2C1.04140625%2070.2265625%2C0.43984375%2069.0429688%2C0.43984375%22%2F%3E%3Cpath%20fill%3D%22%2300AFDD%22%20d%3D%22M68.6726563%2C9.840625%20C64.709375%2C9.840625%2061.496875%2C13.0523438%2061.496875%2C17.0148438%20C61.496875%2C17.2414063%2061.6507813%2C17.440625%2061.8710938%2C17.4992188%20C62.0898438%2C17.5570313%2062.321875%2C17.4585938%2062.4335938%2C17.2617188%20C63.6648438%2C15.0875%2065.9953125%2C13.6195313%2068.6726563%2C13.6195313%20C71.35%2C13.6195313%2073.6804688%2C15.0875%2074.9109375%2C17.2625%20C75.0234375%2C17.4601563%2075.2546875%2C17.5585938%2075.4742188%2C17.5%20C75.69375%2C17.44375%2075.8484375%2C17.2445313%2075.8484375%2C17.0179688%20L75.8484375%2C17.0164063%20C75.8484375%2C13.0523438%2072.6351563%2C9.840625%2068.6726563%2C9.840625%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M68.6726563%2C9.840625%20L68.6726563%2C13.6179688%20C71.3515625%2C13.6179688%2073.68125%2C15.0875%2074.9109375%2C17.2617188%20C75.003125%2C17.4226563%2075.1703125%2C17.5164063%2075.3476563%2C17.5164063%20L75.4757813%2C17.4992188%20C75.6953125%2C17.4421875%2075.85%2C17.2429688%2075.85%2C17.0148438%20C75.85%2C13.0523438%2072.6367188%2C9.840625%2068.6726563%2C9.840625%22%20opacity%3D%22.152%22%2F%3E%3Cpolygon%20fill%3D%22%23FFA600%22%20points%3D%2267.755%20121.461%2070.242%20121.461%2070.242%20105.548%2067.755%20105.548%22%2F%3E%3Cpolygon%20fill%3D%22%23FFA600%22%20points%3D%2269%20121.461%2070.242%20121.461%2070.242%20105.548%2069%20105.548%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

#preloader-container #plane-loader .plane-cloud1,
#preloader-container #plane-loader .plane-cloud4 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242%22%20height%3D%2239%22%20viewBox%3D%220%200%2042%2039%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22rotate(180%2021%2019.5)%22%3E%3Cpath%20fill%3D%22%23E6F4FA%22%20d%3D%22M28.9693613%2C12.1008289%20C29.469759%2C12.0343251%2029.9803124%2C12%2030.49887%2C12%20C36.8505945%2C12%2042%2C17.1462684%2042%2C23.4983049%20C42%2C29.8514715%2036.8505945%2C35%2030.49887%2C35%20C28.7713689%2C35%2027.132699%2C34.6188942%2025.6623971%2C33.9361096%20C23.0026635%2C37.029828%2018.9895771%2C39%2014.5%2C39%20C6.49201637%2C39%200%2C32.7318463%200%2C25%20C0%2C21.5922247%201.26111616%2C18.4687811%203.35731092%2C16.0410159%20C3.1237079%2C15.0657103%203%2C14.0476205%203%2C13.0005581%20C3%2C5.82056235%208.81882969%2C0%2016.0005581%2C0%20C22.8787115%2C0%2028.5073872%2C5.34054674%2028.9693613%2C12.1008289%20Z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M25.7129699%2C14.9431541%20C26.8536129%2C14.3396855%2028.1395044%2C14%2029.4988916%2C14%20C34.186139%2C14%2038%2C18.0366482%2038%2C23.0005869%20C38%2C27.9633518%2034.186139%2C32%2029.4988916%2C32%20C27.2986953%2C32%2025.2910292%2C31.1101569%2023.7801166%2C29.6524095%20C21.8873669%2C33.4138935%2017.9900082%2C36%2013.5%2C36%20C7.15899729%2C36%202%2C30.8421581%202%2C24.5%20C2%2C21.1954233%203.40113857%2C18.211869%205.64051942%2C16.1122333%20C5.22624883%2C14.9852652%205%2C13.7682536%205%2C12.4994255%20C5%2C6.70968977%209.71083876%2C2%2015.5005745%2C2%20C21.2903102%2C2%2026%2C6.70968977%2026%2C12.4994255%20C26%2C13.3404802%2025.9006144%2C14.1587676%2025.7129699%2C14.9431541%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

#preloader-container #plane-loader .plane-cloud2,
#preloader-container #plane-loader .plane-cloud3 {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2285%22%20height%3D%2296%22%20viewBox%3D%220%200%2085%2096%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23E6F4FA%22%20d%3D%22M53.6261275%2C86.0983539%20C44.9724207%2C86.0904138%2037.961165%2C79.0475196%2037.961165%2C70.367114%20C37.961165%2C70.2821461%2037.9618371%2C70.1973351%2037.9631762%2C70.1126861%20C36.052893%2C71.3237206%2033.7893915%2C72.0245902%2031.3626805%2C72.0245902%20C24.5242637%2C72.0245902%2018.9805825%2C66.4646135%2018.9805825%2C59.6056903%20C18.9805825%2C58.7095146%2019.07527%2C57.8354956%2019.2551602%2C56.9931488%20C14.9861648%2C52.3470271%2012.3786408%2C46.1411762%2012.3786408%2C39.3246282%20C12.3786408%2C38.980572%2012.3852821%2C38.6380723%2012.3984431%2C38.2972509%20C5.24955652%2C36.3134881%200%2C29.739649%200%2C21.9367926%20C0%2C12.565248%207.57527256%2C4.96721311%2016.9183389%2C4.96721311%20C21.1033698%2C4.96721311%2024.9339252%2C6.4922497%2027.8876267%2C9.01856689%20C30.937945%2C3.63274285%2036.7085736%2C0%2043.3269645%2C0%20C53.1237687%2C0%2061.0679612%2C7.96813226%2061.0679612%2C17.7983167%20C61.0679612%2C20.170505%2060.6055033%2C22.4341966%2059.7661462%2C24.5036533%20C62.6686866%2C28.7123217%2064.368932%2C33.8192168%2064.368932%2C39.3246282%20C64.368932%2C45.434588%2062.2742784%2C51.0538958%2058.7658771%2C55.4991083%20C60.2757998%2C56.0228961%2061.6811612%2C56.771633%2062.9421284%2C57.7053251%20C65.1528918%2C56.2866361%2067.7623944%2C55.4672131%2070.5574066%2C55.4672131%20C78.5348335%2C55.4672131%2085%2C62.139615%2085%2C70.3688525%20C85%2C76.9889463%2080.8160275%2C82.6015244%2075.0266219%2C84.5433647%20C75.0411625%2C84.7726494%2075.0485437%2C85.0038839%2075.0485437%2C85.2368457%20C75.0485437%2C91.1795229%2070.2454545%2C96%2064.3203883%2C96%20C58.686077%2C96%2054.0638162%2C91.6384942%2053.6261275%2C86.0983539%20Z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M56.3512418%2C80.989288%20C54.9373334%2C81.5501071%2053.3974426%2C81.8584071%2051.787234%2C81.8584071%20C44.9235834%2C81.8584071%2039.3404255%2C76.2595622%2039.3404255%2C69.3787797%20C39.3404255%2C65.7762562%2040.8716505%2C62.5253142%2043.3161178%2C60.2457302%20C41.9299403%2C60.6282602%2040.4913511%2C60.8826894%2039.0138682%2C60.9954556%20C37.949601%2C64.8651574%2034.4071226%2C67.7168142%2030.2136372%2C67.7168142%20C25.17979%2C67.7168142%2021.0851064%2C63.6105553%2021.0851064%2C58.5663717%20C21.0851064%2C57.3014675%2021.3425925%2C56.0955429%2021.8078058%2C54.9985589%20C17.2845467%2C50.8157531%2014.4468085%2C44.8270972%2014.4468085%2C38.1875636%20C14.4468085%2C36.9014589%2014.5532259%2C35.6397985%2014.7576931%2C34.4109662%20C7.64263685%2C33.9287895%202%2C27.9735101%202%2C20.7168142%20C2%2C13.147399%208.14226892%2C6.99115044%2015.6906203%2C6.99115044%20C20.9926227%2C6.99115044%2025.6003637%2C10.0270806%2027.8742627%2C14.4563702%20C28.8932077%2C7.42179944%2034.9496383%2C2%2042.2455469%2C2%20C50.2497002%2C2%2056.7659574%2C8.53117508%2056.7659574%2C16.5575221%20C56.7659574%2C19.1456372%2056.088719%2C21.5779972%2054.9027194%2C23.6860433%20C58.1397867%2C27.6360187%2060.0851064%2C32.6883322%2060.0851064%2C38.1875636%20C60.0851064%2C45.9744285%2056.1825466%2C52.8660327%2050.2345104%2C56.9992306%20C50.7432832%2C56.9354932%2051.2615023%2C56.9026549%2051.787234%2C56.9026549%20C55.4417448%2C56.9026549%2058.7340461%2C58.490221%2061.0133791%2C61.0134991%20C63.0311172%2C58.9844895%2065.7783823%2C57.7345133%2068.8012587%2C57.7345133%20C74.9763131%2C57.7345133%2080%2C62.9562954%2080%2C69.3787704%20C80%2C75.2436145%2075.8131%2C80.107763%2070.385595%2C80.9103885%20C70.6865252%2C81.721561%2070.8510638%2C82.5988391%2070.8510638%2C83.5141368%20C70.8510638%2C87.6399858%2067.4994155%2C91%2063.383839%2C91%20C59.2631009%2C91%2055.9148936%2C87.6399858%2055.9148936%2C83.5141368%20C55.9148936%2C82.6284372%2056.0688047%2C81.7783382%2056.3512418%2C80.989288%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

#heli-animation {
  position: relative;
  width: 250px;
  height: 250px;
  background-color: #87d7ff;
  margin: 20px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

/* #heli-animation {
    position: relative;
    background: #eee;
    animation: bounce 4s ease-in-out 0s infinite normal none;
    -webkit-animation: bounce 4s ease-in-out 0s infinite normal none;
    width: 250px;
    height: 250px;
    top: 0%;
    left: 0%;
}
*/
.helicopter-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -220px;
  z-index: 105;
  transform: rotate(-15deg) scale(0.9);
  animation: bounce 4s ease-in-out 0s infinite normal none;
}

#preloader-container .helicopter-loader .cockpit {
  width: 175px;
  height: 175px;
  border-radius: 100px;
  background-color: rgba(171, 220, 40, 1);
  position: fixed;
  overflow: hidden;
  z-index: 5;
}

#preloader-container .helicopter-loader .cockpit:before {
  content: "";
  width: 170px;
  height: 170px;
  border-radius: 40px;
  background-color: rgba(65, 94, 133, 1);
  position: absolute;
  z-index: 5;
  top: -10px;
  left: -25px;
}

#preloader-container .helicopter-loader .cockpit:after {
  content: "";
  width: 170px;
  height: 170px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: 8;
  top: -60px;
  left: -60px;
}

#preloader-container .helicopter-loader .tail {
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 90px solid transparent;
  border-left: 330px solid rgba(171, 220, 40, 1);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 10px;
  top: 40px;
  left: 150px;
  transform-origin: left center;
}

#preloader-container .helicopter-loader .main {
  border-bottom: 70px solid rgba(171, 220, 40, 1);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  width: 10px;
  position: absolute;
  left: 130px;
  top: -10px;
}

#preloader-container .helicopter-loader .smallrotor {
  animation: rotate 0.6s linear 0s infinite normal none;
  -webkit-animation: rotate 0.6s linear 0s infinite normal none;
  background-color: rgba(28, 18, 2, 0.02);
  width: 100px;
  height: 100px;
  position: absolute;
  top: 5px;
  left: 428px;
  border-radius: 100px;
  overflow: hidden;
}

#preloader-container .helicopter-loader .smallrotor div {
  width: 120px;
  height: 10px;
  background-color: rgba(28, 18, 2, 0.03);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -5px;
}

#preloader-container .helicopter-loader .smallrotor div:nth-of-type(2) {
  transform: rotate(90deg);
}

#preloader-container .helicopter-loader .rotor {
  width: 700px;
  height: 700px;
  border-radius: 350px;
  position: absolute;
  top: -360px;
  left: -200px;
  overflow: hidden;
  background-color: rgba(28, 18, 2, 0.03);
  transform: scale(1, 0.075);
  z-index: 20;
}

#preloader-container .helicopter-loader .rotor .rotator {
  width: 700px;
  height: 700px;
  border-radius: 350px;
  position: absolute;
  animation: rotate 0.6s linear 0s infinite normal none;
  -webkit-animation: rotate 0.6s linear 0s infinite normal none;
}

#preloader-container .helicopter-loader .rotor .rotator div {
  width: 700px;
  height: 60px;
  background-color: rgba(28, 18, 2, 0.03);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  margin-top: -30px;
}

#preloader-container .helicopter-loader .rotor div:nth-of-type(1) {
  transform: rotate(0deg);
}

#preloader-container .helicopter-loader .rotor div:nth-of-type(2) {
  transform: rotate(90deg);
}

#preloader-container .heli-cloud {
  position: fixed;
  margin-left: -2000px;
  left: 0%;
}

#preloader-container .heli-cloud:nth-of-type(1) {
  top: 0%;
  animation: cloudmove 18s linear 5s infinite normal none;
  -webkit-animation: cloudmove 18s linear 5s infinite normal none;
}

#preloader-container .heli-cloud:nth-of-type(2) {
  top: 25%;
  animation: cloudmove 30s linear -15s infinite normal none;
  -webkit-animation: cloudmove 30s linear -15s infinite normal none;
}

#preloader-container .heli-cloud:nth-of-type(3) {
  top: 50%;
  animation: cloudmove 20s linear 0s infinite normal none;
  -webkit-animation: cloudmove 20s linear 0s infinite normal none;
}

#preloader-container .heli-cloud:nth-of-type(4) {
  top: 75%;
  animation: cloudmove 20s linear 5s infinite normal none;
  -webkit-animation: cloudmove 20s linear 5s infinite normal none;
}

#preloader-container .heli-cloud:nth-of-type(5) {
  top: 100%;
  animation: cloudmove 25s linear -10s infinite normal none;
  -webkit-animation: cloudmove 25s linear -10s infinite normal none;
}

#preloader-container .heli-cloud .fluff {
  background-color: #fff;
  border-radius: 400px;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -200px;
  margin-left: -200px;
}

#preloader-container .heli-cloud .fluff:nth-of-type(1) {
  transform: scale(0.8);
  margin-top: -320px;
  margin-left: -380px;
  animation: fluff 20s ease-in-out -4s infinite alternate none;
  -webkit-animation: fluff 20s ease-in-out -4s infinite alternate none;
}

#preloader-container .heli-cloud .fluff:nth-of-type(2) {
  margin-top: -340px;
  margin-left: -90px;
  animation: fluff 20s ease-in-out -8s infinite alternate none;
  -webkit-animation: fluff 20s ease-in-out -8s infinite alternate none;
}

#preloader-container .heli-cloud .fluff:nth-of-type(3) {
  transform: scale(0.7);
  margin-top: -300px;
  margin-left: 90px;
  animation: fluff 20s ease-in-out -10s infinite alternate none;
  -webkit-animation: fluff 20s ease-in-out -10s infinite alternate none;
}

#preloader-container .heli-cloud .fluff:nth-of-type(4) {
  transform: scale(0.5);
  margin-top: -190px;
  margin-left: -250px;
  animation: fluff 20s ease-in-out -15s infinite alternate none;
  -webkit-animation: fluff 20s ease-in-out -15s infinite alternate none;
}

#rooms-loader {
  position: relative;
  width: 250px;
  height: 250px;
  background-color: #cfdfe8;
  margin: 20px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

#rooms-loader .st0 {
  fill: #bdbdbe;
}

#rooms-loader .st1 {
  fill: #ffcc4d;
}

#rooms-loader .st2 {
  fill: #f1f3f7;
}

#rooms-loader .st3 {
  fill: #b9783d;
}

#rooms-loader .st4 {
  fill: #6092e0;
}

#rooms-loader .st5 {
  fill: #82aaf0;
}

#rooms-loader .st6 {
  fill: #fec9a3;
}

#rooms-loader .st7 {
  fill: #de4c3c;
}

#rooms-loader .st8 {
  fill: #75462e;
}

#rooms-loader .st9 {
  fill: #3d8cc7;
}

#rooms-loader .st10 {
  fill: #69280f;
}

#rooms-loader .st11 {
  fill: #80391b;
}

#rooms-loader .st12 {
  fill: #965028;
}

#rooms-loader .st13 {
  fill: #ddb200;
}

#rooms-loader .st14 {
  fill: #ebb410;
}

#rooms-loader .st15 {
  fill: #ffe13c;
}

#rooms-loader .st16 {
  fill: #dc550a;
}

#rooms-loader .st17 {
  fill: #ff640a;
}

#rooms-loader .rooms-z1 {
  opacity: 0;
  animation: sleeping1 1s linear 0s infinite normal none;
  -webkit-animation: sleeping1 1s linear 0s infinite normal none;
}

#rooms-loader .rooms-z2 {
  opacity: 0;
  animation: sleeping2 1.5s linear 0.75s infinite normal none;
  -webkit-animation: sleeping2 1.5s linear 0.75s infinite normal none;
}

#rooms-loader .rooms-z3 {
  opacity: 0;
  animation: sleeping3 3s linear 1.5s infinite normal none;
  -webkit-animation: sleeping3 3s linear 1.5s infinite normal none;
}

#sports-loader {
  position: relative;
  width: 250px;
  height: 250px;
  background-color: #00afdd;
  margin: 20px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

#vehicle-loader {
  position: relative;
  width: 250px;
  height: 250px;
  background-color: #00afdd;
  margin: 20px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

#vehicle-loader .st0 {
  fill: #76cdf1;
}

#vehicle-loader .st1 {
  fill: #ffffff;
}

#vehicle-loader .st2 {
  fill: #268bdc;
}

#vehicle-loader .st3 {
  fill: #ffe500;
}

#vehicle-loader .st4 {
  fill: #ffc404;
}

#vehicle-loader .st5 {
  fill: #777777;
}

#vehicle-loader .st6 {
  fill: #87d7ff;
}

#vehicle-loader .st7 {
  fill: #64bef0;
}

#vehicle-loader .st8 {
  fill: #625d6b;
}

#vehicle-loader .st9 {
  fill: #00aadc;
}

#vehicle-loader .st10 {
  fill: #ededee;
}

#vehicle-loader .st11 {
  fill: #504b5a;
}

#vehicle-loader .st12 {
  fill: #dcdbde;
}

#vehicle-loader .st13 {
  fill: #ff6464;
}

#vehicle-loader .st14 {
  fill: #fff6a4;
}

#vehicle-loader .cloud1 {
  animation: roadmove 10s linear 0s infinite normal none;
  -webkit-animation: roadmove 10s linear 0s infinite normal none;
}

#vehicle-loader .cloud3 {
  animation: roadmove 7s linear 0s infinite normal none;
  -webkit-animation: roadmove 7s linear 0s infinite normal none;
}

#vehicle-loader .cloud2 {
  animation: roadmove 5s linear 0s infinite normal none;
  -webkit-animation: roadmove 5s linear 0s infinite normal none;
}

#vehicle-loader .lane-divider {
  fill: #ffffff;
  animation: roadmove 1s linear 0s infinite normal none;
  -webkit-animation: roadmove 1s linear 0s infinite normal none;
}

#vehicle-loader .vehicle-tyre {
  transform-box: fill-box;
  transform-origin: 50%;
  animation: rotatetyre 0.5s linear 0s infinite normal none;
  -webkit-animation: rotatetyre 0.5s linear 0s infinite normal none;
}

#ticket-loader {
  position: relative;
  width: 250px;
  height: 250px;
  background-color: #00afdd;
  margin: 20px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

@keyframes fluff {
  80% {
    transform: translate(90px, -10px);
  }
  60% {
    transform: translate(10px, -5px);
  }
  40% {
    transform: translate(30px, -40px);
  }
  20% {
    transform: translate(-90px, 10px);
  }
  0% {
    transform: translate(90px, 120px);
  }
}
@keyframes cloudmove {
  0% {
    margin-left: -2000px;
    left: 0%;
  }
  100% {
    margin-left: 2000px;
    left: 100%;
  }
}
@keyframes sleeping1 {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(10px, -10px);
  }
}
@keyframes sleeping2 {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(20px, -20px);
  }
}
@keyframes sleeping3 {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(30px, -30px);
  }
}
@keyframes roadmove {
  0% {
    transform: translateX(450px);
  }
  100% {
    transform: translateX(-450px);
  }
}
@keyframes rotatetyre {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  100% {
    transform: translate(0px, -50px);
  }
  0% {
    transform: translate(0px, -50px);
  }
  50% {
    transform: translate(0px, 50px);
  }
}
@keyframes levitate {
  0% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-1px, 1px) scale(1.003);
  }
  50% {
    transform: translate(0, 1px) scale(1);
  }
  75% {
    transform: translate(-1px, 0) scale(1);
  }
  100% {
    transform: translate(0, -1px) scale(0.997);
  }
}
@keyframes cloud1 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  98% {
    transform: translate(0, 290px) scale(1);
  }
  99% {
    transform: translate(-100px, 290px) scale(1);
  }
  100% {
    transform: translate(-100px, 0) scale(1);
  }
}
@keyframes cloud2 {
  0% {
    transform: translate(0, 0) scale(4);
  }
  70% {
    transform: translate(0, 0) scale(4);
  }
  98% {
    transform: translate(0, 1000px) scale(4);
  }
  99% {
    transform: translate(200px, 1000px) scale(1);
  }
  100% {
    transform: translate(200px, 0) scale(1);
  }
}
@keyframes cloud4 {
  0% {
    transform: translate(0, 0) scale(0.3) rotate(150deg);
  }
  98% {
    transform: translate(0, 290px) scale(0.3) rotate(150deg);
  }
  99% {
    transform: translate(200px, 290px) scale(1);
  }
  100% {
    transform: translate(200px, 0) scale(1);
  }
}
@keyframes cloud3 {
  0% {
    transform: translate(0, 0) scale(1) rotate(180deg);
  }
  98% {
    transform: translate(0, 330px) scale(1) rotate(180deg);
  }
  99% {
    transform: translate(200px, 330px) scale(1);
  }
  100% {
    transform: translate(200px, 0) scale(1);
  }
}
@keyframes steam {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 280px) scale(1, 3);
    opacity: 1;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  padding-top: 40px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.topbar {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  background: #212121;
  color: #fff;
  z-index: 999;
}

.topbar ul {
  margin-bottom: 0;
}

.topbar ul.contact-info li,
ul.social-icons li {
  padding: 0;
  float: left;
}

.topbar .contact-info {
  position: relative;
}

.topbar .contact-info > button > img {
  max-height: 20px;
  margin-right: 3px;
}

.topbar .contact-info button.btn:focus,
.topbar .contact-info button.btn:hover,
.topbar .contact-info button.btn {
  background: none;
  color: #fff;
}

.topbar a {
  text-decoration: none;
  font-size: 14px;
  color: #ddd;
  font-weight: 400;
}

.topbar .booking-timer-wrapper {
  font-size: 13px;
  line-height: 40px;
  padding: 0 5%;
  position: relative;
}

.topbar .booking-timer-wrapper:hover .booking-timer-toast,
.topbar .booking-timer-toast {
  position: absolute;
  background: #c1272d;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  font-size: 15px;
  top: 100%;
  left: 50%;
  width: 100%;
  min-width: 200px;
  text-align: center;
  line-height: 1.4;
  transform: translateX(-50%);
}

.topbar .booking-timer-wrapper:hover .booking-timer-toast:before,
.topbar .booking-timer-toast:before {
  content: "";
  border-bottom: 7px solid #c1272d;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: -7px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.topbar .booking-timer-wrapper:hover .booking-timer-toast,
.topbar .booking-timer-wrapper:hover .booking-timer-toast:before {
  display: block !important;
}

.social-icons a,
.topbar i {
  font-size: 16px;
}

.topbar ul.pull-left li a {
  padding: 5px 10px;
  line-height: 29px;
  display: inline-block;
}

.topbar ul.social-icons li a {
  width: 40px;
  text-align: center;
  border-left: 1px solid #383838;
}

.topbar ul.social-icons li:last-child a {
  border-right: 1px solid #383838;
}

.topbar ul.contact-info {
  margin-left: 5px;
}

.topbar .pull-right a {
  text-transform: capitalize;
}

.topbar .pull-right a:hover {
  background: #3b5996;
  color: #fff;
}

.topbar ul.pull-right > li {
  float: left;
  padding: 0;
}

.topbar .btn {
  padding: 10px 18px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
}

.topbar .btn-link:hover {
  color: #fff;
}

.topbar .pull-right i {
  margin-right: 4px;
}

.mainheader {
  padding: 10px 0;
}

.mainheader .sti-logo {
  margin-top: 5px;
}

/*--------------------------------------------------------------
# Jumbotron
--------------------------------------------------------------*/
.jumbotron {
  position: relative;
  background-position: center 15%;
  background-color: #7bb8f1;
  height: 70vh;
  max-height: 600px;
  min-height: 550px;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron .video-background-wrapper {
  height: inherit;
  padding: 6% 0 14%;
  overflow: hidden;
}

.jumbotron > .container-fluid {
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
}

#video-background {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  transform: translateY(-50%);
}

.jumbotron .intro {
  padding: 15px 0;
}

.jumbotron .intro h1 {
  font-weight: 500;
  font-size: 50px;
  color: #fff;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
}

.jumbotron .intro p {
  margin: 0;
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
}

.jumbotron a.btn.btn-danger {
  font-size: 18px;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  background: #c1272d;
  line-height: 1;
  color: rgba(0, 0, 0, 0.75);
}

/*--------------------------------------------------------------
# Booking Tab
--------------------------------------------------------------*/
.booking-tab {
  position: relative;
  margin-top: -45px;
  margin-bottom: 60px;
  z-index: 99;
}

.booking-tab .nav-tabs {
  border: none;
}

.booking-tab .nav-tabs > li {
  margin: 0;
}

.booking-tab .nav-tabs > li > a {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  color: #333;
  margin: 0;
  padding: 0 30px;
  line-height: 45px;
  text-transform: capitalize;
  border-radius: 0;
}

.booking-tab .nav-tabs > li.active > a,
.booking-tab.nav-tabs > li.active > a:focus,
.booking-tab.nav-tabs > li.active > a:hover {
  background: #fff;
  border: none;
}

.booking-tab .nav-tabs a img {
  margin-right: 10px;
}

.booking-tab label {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}

.booking-tab label em {
  text-transform: none;
  font-size: 13px;
}

.booking-tab .form-control {
  background: #eee;
  border: 1px solid #ddd;
  height: 40px;
  box-shadow: none;
  border-radius: 0;
}

.booking-tab .row {
  margin-right: -10px;
  margin-left: -10px;
}

.container-fluid,
.booking-tab div[class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.slider .slider-handle {
  background: none;
}

/* Base for label styling */
[type=checkbox]:not(:checked),
[type=checkbox]:checked,
[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label,
[type=radio]:not(:checked) + label,
[type=radio]:checked + label {
  font-size: 15px;
  color: #666;
  text-transform: capitalize;
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  font-weight: 400;
}

/* radio aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before,
[type=radio]:not(:checked) + label:before,
[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #888;
  background: #fff;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after,
[type=radio]:not(:checked) + label:after,
[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  height: 6px;
  width: 6px;
  background: #c1272d;
  transition: all ease 0.2s;
}

[type=radio]:not(:checked) + label:before,
[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:after,
[type=radio]:checked + label:after {
  border-radius: 50%;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* checked mark aspect changes */
[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type=checkbox]:disabled:checked + label:after {
  color: #999;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

[type=checkbox]:checked + label:before,
[type=checkbox]:checked:focus + label:before {
  border: 2px solid #c1272d;
}

[type=checkbox]:not(:checked):focus + label:before {
  border: 2px solid #888;
}

/* disabled radio */
[type=radio]:disabled:not(:checked) + label:before,
[type=radio]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type=radio]:disabled:checked + label:after {
  color: #999;
}

[type=radio]:disabled + label {
  color: #aaa;
}

[type=radio]:checked + label:before,
[type=radio]:checked:focus + label:before,
[type=radio]:not(:checked):focus + label:before {
  border: 2px solid #c1272d;
}

.booking-tab .tab-content {
  padding-top: 25px;
}

.booking-tab .form-group {
  margin-bottom: 20px;
}

.booking-tab .form-group i.fa {
  font-size: 14px;
  color: #555;
  position: absolute;
  top: 38px;
  right: 20px;
}

.booking-form .radio-inline {
  padding-left: 0;
}

.booking-form .radio-inline label {
  font-size: 16px;
}

.booking-form .input-group-btn button.btn {
  background: #eee;
  height: 40px;
  width: 40px;
  border: 1px solid #ddd;
  border-radius: 0;
}

.booking-tab select.form-control {
  background: #eee url("../images/select-bg.png") no-repeat center right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

option:first-child {
  display: none;
}

.booking-tab select.form-control option {
  background: #fff;
  font-size: 17px !important;
}

.traveler-details button.btn.btn-danger,
.booking-tab button.btn.btn-danger {
  height: 40px;
  width: 100%;
  text-transform: uppercase;
  text-align: left;
  font-size: 16px;
  background: #c73c42;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.traveler-details button.btn.btn-danger span:after,
.booking-tab button.btn.btn-danger span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  background: #c1272d url("../images/icon-plane-flying.png") no-repeat center;
  z-index: 99;
}

.traveler-details button.btn.btn-danger:after,
.booking-tab button.btn.btn-danger:after {
  content: "search my flight";
  position: absolute;
  left: 15px;
  transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.traveler-details button.btn.btn-danger:after {
  content: "Continue Booking";
}

.traveler-details button.btn.btn-danger:before,
.booking-tab button.btn.btn-danger:before {
  content: "Submit →";
  position: absolute;
  color: #c1272d;
  left: -100%;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.traveler-details button.btn.btn-danger:hover,
.booking-tab button.btn.btn-danger:hover {
  background: #c1272d;
}

.traveler-details button.btn.btn-danger:hover:before,
.booking-tab button.btn.btn-danger:hover:before {
  left: 15px;
  opacity: 1;
  color: #fff;
}

.traveler-details button.btn.btn-danger:hover:after,
.booking-tab button.btn.btn-danger:hover:after {
  left: 100%;
  opacity: 0;
}

/* =========================================== */
.booking-form-container {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

#flight-search #form-container {
  background: #fff;
  display: inline-block;
  padding: 10px;
  background: #333;
  width: 500px;
}

#flight-search #form-container .form-group-wrapper {
  width: 800px;
  position: relative;
}

#flight-search #form-container label {
  margin: 0;
  font-size: 0;
  height: 50px;
  width: 50px;
  background: #fff;
  display: inline-block;
  float: left;
  background: #c1272d;
  border-radius: 4px;
}

#flight-search .form-group {
  position: relative;
}

#flight-search .form-control {
  height: 50px;
  border: none;
  padding-left: 30px;
  width: 100%;
  border-radius: 4px;
}

#flight-search .form-control.w100 {
  width: 100px;
  transition: all ease 0.3s;
}

#flight-search .form-control.w300 {
  width: 460px;
  transition: all ease 0.3s;
}

#flight-search label[for=departure-city] {
  height: auto;
  width: auto;
}

#flight-search label[for=departure-city]:before,
#flight-search label[for=destination-city]:before {
  content: "\f041";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 16px;
  top: 12px;
  left: 10px;
  color: #888;
}

#flight-search label[for=destination-city]:before {
  color: #fff;
}

#flight-search label[for=destination-city]:after {
  content: "Dest.";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 8px;
  text-transform: uppercase;
}

/* =========================================== */
.booking-form-wrapper .form-row-wrapper,
.booking-form-wrapper {
  /* margin: 0 auto; */
  background: #fff;
  width: 535px;
  height: 70px;
  /* padding: 5px; */
  position: relative;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  transition: all ease 0.3s;
}

.booking-form-wrapper .form-row-wrapper {
  margin-top: 15px;
  /* left: -5px; */
}

.booking-form-wrapper .form-row,
.booking-form-wrapper form {
  width: 820px;
  width: 1500px;
  position: relative;
}

.booking-form-wrapper .form-group {
  position: relative;
  float: left;
  margin-right: 5px;
  max-height: 70px;
}

.booking-form-wrapper #input-destination {
  margin-right: 2px;
}

.booking-form-wrapper .form-group.activated {
  border-left: 1px solid #ddd;
}

.booking-form-wrapper .form-group.activated:first-child {
  border-right: none;
}

.booking-form-wrapper.no-nationality .input-traveller.activated .traveller-info {
  display: block !important;
}

.booking-form-wrapper.no-nationality .input-traveller.activated .traveller-info select.form-control {
  background: none !important;
  border: 1px solid #c1272d;
  color: #bf272c;
  animation: error-shake 0.2s 5;
}

.booking-form-wrapper label {
  margin-top: 10px;
  display: inline-block;
  /*height: 50px;*/
  color: #fff;
  width: 50px;
  background: #3b5996;
  overflow: hidden;
  font-size: 0;
  border-radius: 4px;
}

.booking-form-wrapper label > i {
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  display: block;
  height: 50px;
}

.booking-form-wrapper .form-control {
  display: none;
  height: 50px;
  border: none;
  background: #fff !important;
  border-radius: 4px;
  box-shadow: none;
  transition: all ease 0.3s;
}

.booking-form-wrapper i.fas.fa-plane-departure,
.booking-form-wrapper i.fas.fa-plane-arrival,
.booking-form-wrapper i.fas.fa-user {
  position: relative;
}

.booking-form-wrapper i.fas.fa-plane-departure:before,
.booking-form-wrapper i.fas.fa-plane-arrival:before {
  background: url("../images/icon-departure-arrow-alt.png") no-repeat;
  font-size: 0;
  width: 27px;
  height: 19px;
  display: block;
  top: 15px;
  left: 11px;
  position: absolute;
}

.booking-form-wrapper .active i.fas.fa-plane-departure:before,
.booking-form-wrapper .activated i.fas.fa-plane-departure:before {
  background: url("../images/icon-departure-arrow.png") no-repeat;
  left: 7px;
}

.booking-form-wrapper i.fas.fa-plane-arrival:before {
  background: url("../images/icon-landing-arrow-alt.png") no-repeat;
}

.booking-form-wrapper .active i.fas.fa-plane-arrival:before,
.booking-form-wrapper .activated i.fas.fa-plane-arrival:before {
  background: url("../images/icon-landing-arrow.png") no-repeat;
  left: 7px;
}

.booking-form-wrapper i.fas.fa-user:before {
  background: url("../images/icon-passenger-alt.png") no-repeat;
  font-size: 0;
  width: 27px;
  height: 30px;
  display: block;
  top: 10px;
  left: 10px;
  position: absolute;
}

.booking-form-wrapper .active i.fas.fa-user:before,
.booking-form-wrapper .activated i.fas.fa-user:before {
  background: url("../images/icon-passenger.png") no-repeat;
  left: 5px;
}

.trip-type button.btn.btn-default {
  font-size: 15px;
  padding: 10px 10px;
  border-radius: 4px 4px 0 0;
}

.trip-type button.btn.btn-default.active {
  background: #c1272d !important;
  color: #fff !important;
}

.booking-form-wrapper .activated .form-control,
.booking-form-wrapper .active .form-control {
  display: inline-block;
  height: 70px;
}

.booking-form-wrapper .active > label,
.booking-form-wrapper .active > label,
.booking-form-wrapper .active > label,
.booking-form-wrapper .activated > label {
  position: absolute;
  left: 0;
  width: 40px;
  text-align: center;
  top: 0;
  color: #3b5996;
  height: auto;
  background: none;
  z-index: 1;
}

.booking-form-wrapper .active > label > i,
.booking-form-wrapper .active > label > i,
.booking-form-wrapper .active > label > i,
.booking-form-wrapper .activated > label > i {
  /* font-size: 18px; */
  /* line-height: 1; */
}

.booking-form-wrapper .active > .form-control,
.booking-form-wrapper .activated > .form-control {
  display: inline-block;
}

.booking-form-wrapper .activated > .form-control {
  width: 100px;
}

.booking-form-wrapper .form-group > button {
  height: 50px;
  width: 50px;
  background: #c1272d !important;
  color: #fff;
  font-size: 0;
  margin-top: 10px;
  opacity: 1;
}

.booking-form-wrapper .form-group > button[disabled]:hover {
  opacity: 0.8;
}

.booking-form-wrapper .form-group > button > i {
  font-size: 20px;
  transition: all ease 0.3s;
}

.booking-form-wrapper .activated > input.form-control {
  width: 210px !important;
}

#banner-section .booking-form-wrapper.step4 {
  width: 895px !important;
}

.booking-form-wrapper.nationality-selected .form-group > button {
  font-size: 16px;
  width: auto;
}

.booking-form-wrapper.nationality-selected .form-group > button > i {
  font-size: 16px;
}

/* =========================================== */
.booking-form-wrapper.step1 {
  width: 535px;
}

.booking-form-wrapper .form-control {
  padding-left: 40px;
}

.booking-form-wrapper.step1 .active .form-control {
  width: 500px;
}

.booking-form-wrapper.step2 .activated .form-control {
  width: 180px;
}

.booking-form-wrapper.step2 {
  width: 635px;
}

.booking-form-wrapper.step2 .active .form-control {
  width: 415px;
}

.booking-form-wrapper.step3 {
  width: 685px;
}

.booking-form-wrapper.step3 .active .form-control {
  width: 360px;
}

.booking-form-wrapper.step4 {
  width: 605px;
}

.booking-form-wrapper.step4 .active .form-control {
  width: 260px;
}

.booking-form-wrapper.step5 {
  width: 605px;
}

.booking-form-wrapper.step5 .active .form-group > button {
  font-size: 16px;
}

/* =========================================== */
/* =========================================== */
.panel.side-panel {
  border: none;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.side-panel .panel-heading {
  background: #f8f8f8;
  color: #c1272d;
  text-transform: capitalize;
  padding: 8px 10px;
  border-bottom: 1px dashed #ddd;
  position: relative;
}

.side-panel .panel-heading:before,
.side-panel .panel-heading:after {
  content: "";
  position: absolute;
  height: 6px;
  width: 4px;
  background: #dedede;
  bottom: -3px;
  left: -1px;
  border-radius: 0 50% 50% 0;
}

.side-panel .panel-heading:after {
  left: auto;
  right: -1px;
  border-radius: 50% 0 0 50%;
}

.side-panel dl {
  font-size: 15px;
  font-weight: 500;
  color: #555;
  padding: 15px;
  padding-bottom: 0;
}

.side-panel dt {
  text-align: left;
  font-weight: 500;
  width: 120px;
  margin-bottom: 15px;
  float: left;
  /* nw */
}

.side-panel dd {
  text-align: right;
  margin-left: 125px;
}

.side-panel dl:not(:last-child) {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 10px;
}

.side-panel dl:last-child {
  padding-top: 0;
  margin-bottom: 10px;
}

.side-panel dl:last-child dt {
  margin: 0;
}

.fare-details .side-panel img {
  max-height: 20px;
  opacity: 0.5;
  margin-right: 3px;
}

.well-support {
  background: #fff;
  padding-top: 30px;
  text-align: center;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.well-support h3 {
  font-size: 34px;
  font-weight: 300;
}

.well-support p {
  margin-bottom: 0;
  font-size: 16px;
}

.well-support a {
  color: #555;
  text-decoration: none;
}

.well-support a:hover {
  color: #c1272d;
}

.why-us .panel p {
  text-transform: capitalize;
  font-size: 14px;
  color: #555;
  padding: 10px 15px;
  margin-bottom: 0;
  border-bottom: 1px dashed #ddd;
}

.why-us .panel p:last-child {
  border-bottom: none;
}

.why-us .panel p img {
  margin-right: 5px;
}

.booking-summary a.bannerad {
  margin-bottom: 30px;
  display: inline-block;
}

/*--------------------------------------------------------------
# Listing Page
--------------------------------------------------------------*/
.result-header {
  margin-bottom: 18px;
}

.result-header h1 {
  font-weight: 400;
  font-size: 26px;
  color: #c1272d;
}

.result-header h1 + hr {
  padding-bottom: 20px;
  border-top: 2px solid #c1272d;
  margin-bottom: 0;
}

#sticky.stick .result-header h1 {
  margin: 0;
}

#sticky-nav-navbar.stick {
  position: fixed;
  z-index: 9;
  box-shadow: 0 0 10px 30px rgba(255, 255, 255, 0.8);
}

.result-header h1 small {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  color: #3c5a98;
}

.result-header h1 small:last-child {
  margin-top: 5px;
}

.result-header h1 small > img {
  max-width: 17px;
  margin-right: 3px;
}

.result-header .btn-danger {
  margin-bottom: 10px;
  text-transform: uppercase;
  background: none;
  border: 1px solid #c1272d;
  font-size: 14px;
  color: #c1272d;
  padding: 10px 20px;
  border-radius: 0;
  transition: all ease 0.3s;
}

.result-header .btn-danger:focus,
.result-header .btn-danger:hover {
  background: #c1272d;
  color: #fff;
}

.result-header > .pull-left,
.result-header > .pull-right {
  margin-top: -80px;
}

button.slick-arrow {
  font-size: 0;
  top: 0;
  bottom: 10px;
  position: absolute;
  width: 3%;
  background: none;
  min-width: 45px;
}

button.slick-arrow:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  top: 57px;
}

button.slick-arrow.slick-prev {
  left: -36px;
}

button.slick-arrow.slick-prev:before {
  left: 0;
  background: url("../images/dbl-arrow-left.png") no-repeat center;
}

button.slick-arrow.slick-next {
  right: -40px;
}

button.slick-arrow.slick-next:before {
  right: 0;
  background: url("../images/dbl-arrow-right.png") no-repeat center;
}

.search-results .thumbnail,
.deals.top-deals .thumbnail,
.deals.top-deals .thumbnail {
  border: 1px solid #dedede;
  padding: 10px;
  padding-bottom: 5px;
  margin: 0 5px 10px;
  width: 20%;
  border-radius: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.search-results .thumbnail .img-wrapper {
  height: 70px;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}

.search-results .thumbnail .img-wrapper img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.search-results .thumbnail .caption {
  text-align: center;
  padding: 0;
}

.search-results .thumbnail .caption p {
  color: #c1272d;
  text-transform: capitalize;
  font-size: 16px;
  margin: 0;
}

.search-results .thumbnail .caption h3 {
  font-size: 11px;
  color: #333;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section.deals.package-deals {
  margin-top: -70px;
  padding-bottom: 30px;
  background: rgba(255, 255, 255, 0.5);
}

section.deals.package-deals .slick-list {
  max-height: none;
}

section.deals.package-deals .thumbnail {
  margin: 0 10px 15px;
  border: 4px solid #fff;
}

section.deals.package-deals .thumbnail > img + p {
  position: absolute;
  top: -60px;
  right: 5px;
  text-transform: uppercase;
  line-height: 1;
  transition: all ease 0.3s;
}

section.deals.package-deals .thumbnail:hover > img + p {
  top: 10px;
}

section.deals.package-deals .thumbnail > img + p > span:first-child {
  background: #333;
  color: white;
  padding: 2px 3px 2px 5px;
  border-radius: 25px 0 0 25px;
}

section.deals.package-deals .thumbnail > img + p > span:last-child {
  border-radius: 0 25px 25px 0;
  background: yellow;
  color: black;
  padding: 2px 5px 2px 3px;
}

section.deals.package-deals button.slick-arrow:before {
  top: 45%;
}

section.deals.package-deals button.slick-arrow.slick-next:before {
  right: 10px;
}

section.deals.package-deals button.slick-arrow.slick-prev:before {
  left: 5px;
}

section.bannerAd {
  padding-bottom: 30px;
}

.search-results .bannerAd {
  margin: 10px 0 20px;
  display: block;
}

.search-results .list-group-item {
  border-radius: 3px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all ease 0.3s;
}

.search-results .list-group-item:hover {
  border-color: transparent;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

.search-lists {
  color: #333;
  font-size: 15px;
  text-transform: capitalize;
}

.search-lists form .list-group-item {
  margin-bottom: 15px !important;
}

.search-lists .list-group-item a.row > .row {
  margin: 0;
}

.search-lists p {
  margin-bottom: 0;
}

.search-lists .location {
  font-weight: 500;
  color: #555;
}

.search-lists .time {
  font-size: 28px;
  line-height: 1.2;
}

.search-lists .flight-time {
  font-weight: 500;
  color: #555;
  position: relative;
}

.search-lists .list-group-item .fgt-duration .flight-time {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.search-lists .list-group-item .row[data-filter-stops="0"] .fgt-duration .flight-time {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.search-lists .list-group-item .fgt-duration .flight-time:after {
  content: "";
  position: absolute;
  border-top: 1px dashed #aaa;
  bottom: 0;
  left: -15px;
  right: -15px;
}

.search-lists .list-group-item .row[data-filter-stops="0"] .fgt-duration .flight-time:after {
  border-top: 1px solid #aaa;
}

.search-lists .list-group-item .fgt-duration .flight-time:before {
  content: "";
  position: absolute;
  border-left: 3px solid #999;
  border-right: 3px solid #999;
  bottom: -5px;
  left: -15px;
  right: -15px;
  height: 11px;
}

.search-lists > div > ul.nav-tabs {
  background: #3c5a98;
  padding: 1px 1px 2px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.search-lists > div > ul.nav-tabs > li {
  position: relative;
  width: 50%;
  text-align: center;
  background: #fff;
  color: #3c5a98;
}

.search-lists > div > ul.nav-tabs > li:first-child {
  border-right: 1px solid #3c5a98;
}

.search-lists > div > ul.nav-tabs > li:last-child {
  border-left: 1px solid #3c5a98;
}

.search-lists > div > ul.nav-tabs > li > a {
  margin: 0;
  border: none;
  border-radius: 0;
}

.search-lists > div > ul.nav-tabs > li.active > a {
  border: none;
  color: #3c5a98;
}

.search-lists > div > ul.nav-tabs > li.active > a:after {
  content: "";
  top: 100%;
  left: 49%;
  position: absolute;
  border-top: 10px solid #3c5a98;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.split-result {
  margin-bottom: 8px;
  margin-top: 10px;
}

#sticky.stick .result-header.split-result > .pull-left,
#sticky.stick .result-header.split-result > .pull-right {
  margin-top: -60px;
}

.split-summary > div {
  display: inline-block;
  margin-right: 5px;
  text-align: left;
  vertical-align: top;
}

.split-summary .airlines-logo > img {
  margin-top: 10px;
  max-height: 65px !important;
  border: 1px solid #ddd;
}

.split-summary p > img {
  margin: 0 5px;
}

.split-summary .split-flight-info {
  width: 40%;
  line-height: 1.4;
  margin-top: 5px;
  font-size: 24px;
}

.split-summary .price {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 0;
}

.split-summary .btn-book-now {
  background: #ce2c31;
  width: 100%;
  color: #fff;
  padding: 7px;
  margin: 0;
  line-height: 1.6;
  border-radius: 3px;
  animation: glow 2s infinite;
}

.split-result-list .flight-result-details > .row {
  margin: 0;
}

.split-result-list .flight-result-details .detail-title p {
  line-height: 36px;
  background: #c1272d;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 15px;
}

.split-result-list .flight-result-details img.airlines-logo {
  max-height: 40px !important;
  margin: 0 !important;
}

.split-result-list .flight-result-details img.airlines-logo + p {
  font-size: 13px;
  color: #555;
}

.split-result-list .flight-result-details .bordered-detail {
  border: 1px dashed #3c5a98;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}

.split-result-list .flight-result-details .bordered-detail p {
  font-weight: 500;
  font-size: 17px;
}

.split-result-list .flight-result-details .bordered-detail p > span {
  font-weight: 400;
  display: block;
  font-size: 14px;
  color: #555;
}

.split-result-list .flight-result-details .bordered-detail p.flight-time {
  display: block;
  margin: 10px 0;
  background: #ddd;
  text-align: center;
  font-weight: 500;
  color: #555;
  font-size: 14px;
}

.search-lists .split-result-list .list-group-item {
  padding-bottom: 2px;
}

.search-lists .split-result-list .list-group-item.selected {
  border-top: 2px solid #c1272d;
  border-bottom: 3px solid #c1272d;
}

.search-lists .split-result-list .list-group-item > a > .radio {
  position: absolute;
  top: -1px;
  left: 0;
  margin: 0;
  width: auto;
}

.search-lists .split-result-list .list-group-item > a > .radio .triangle {
  top: 0;
  left: 100%;
  position: absolute;
  border-top: 28px solid rgba(60, 90, 152, 0.35);
  border-right: 20px solid transparent;
}

.search-lists .split-result-list .list-group-item > a > .radio .checkbox {
  background: rgba(60, 90, 152, 0.35);
  margin: 0;
  color: #fff;
  font-size: 16px !important;
  font-weight: 300;
  padding: 4px 3px 2px 23px;
}

.search-lists .split-result-list .list-group-item > a > .radio .checkbox:before {
  top: 5px;
  left: 4px;
}

.search-lists .split-result-list .list-group-item > a > .radio .checkbox:after {
  top: 10px;
  left: 9px;
}

.search-lists .split-result-list .list-group-item > a > .radio [type=checkbox]:checked + label {
  background: #c1272d;
}

.search-lists .split-result-list .list-group-item > a > .radio [type=checkbox]:checked ~ .triangle {
  border-top-color: #c1272d;
}

.search-lists .split-result-list .airlines-logo {
  margin-top: 25px;
  max-height: 50px !important;
}

.search-lists .split-result-list .airlines-name {
  font-size: 16px;
  margin: 5px 0 0;
}

.search-lists .split-result-list p.text-muted,
.search-lists .split-result-list .price {
  margin: 0;
}

.search-lists .split-result-list .price {
  font-size: 28px !important;
}

.search-lists .split-result-list hr {
  margin: 0 0 8px;
  border-color: #aaa;
}

.search-lists .split-result-list .row[data-filter-stops="0"] .fgt-duration .flight-time:after {
  border-top: 1px dashed #aaa;
}

.search-lists .split-result-list .list-group-item .fgt-duration {
  margin-top: -20px;
}

.search-lists .split-result-list .list-group-item .fgt-duration .flight-time:after,
.search-lists .split-result-list .list-group-item .fgt-duration .flight-time:before {
  left: 0;
  right: 0;
}

.search-lists .list-group-item .fgt-duration .flight-time span {
  position: absolute;
  bottom: -6px;
  width: 20px;
  height: 12px;
  /* background: #fff url('../images/data-stop-destination.png') no-repeat center; */
  background: #fff url("../images/icon-plane-small.png") no-repeat center;
  font-size: 0;
  z-index: 1;
  left: 0;
}

.search-lists .list-group-item .row[data-filter-stops="1"] .fgt-duration .flight-time span,
.search-lists .list-group-item .row[data-filter-stops="3"] .fgt-duration .flight-time span + span {
  left: 50%;
  transform: translateX(-50%);
}

.search-lists .list-group-item .row[data-filter-stops="2"] .fgt-duration .flight-time span,
.search-lists .list-group-item .row[data-filter-stops="3"] .fgt-duration .flight-time span {
  left: 15%;
  transform: translateX(-15%);
}

.search-lists .list-group-item .row[data-filter-stops="2"] .fgt-duration .flight-time span + span,
.search-lists .list-group-item .row[data-filter-stops="3"] .fgt-duration .flight-time span + span + span {
  left: 85%;
  transform: translateX(-85%);
}

.popup[popup-data]:after {
  content: attr(popup-data);
  top: -34px;
  font-size: 15px;
  background: #3c5a98;
  color: #fff;
  width: auto;
  position: absolute;
  padding: 0px 6px;
  font-weight: 400;
  left: 50%;
  border-radius: 4px;
  transform: translateX(-50%);
}

.popup[popup-data] {
  position: relative;
}

.popup[popup-data]:after {
  content: attr(popup-data);
  top: -30px;
  font-size: 13px;
  background: #333;
  color: #fff;
  width: auto;
  position: absolute;
  padding: 0px 5px;
  font-weight: 400;
  left: 50%;
  z-index: 9;
  white-space: nowrap;
  border-radius: 4px;
  transform: translateX(-50%);
}

.popup[popup-data]:before {
  content: "";
  border-top: 5px solid #3c5a98;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: -10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.popup[popup-data]:before {
  border-top: 5px solid #333;
}

.popup[popup-data]:before,
.popup[popup-data]:after {
  display: none;
  pointer-events: none;
}

.popup[popup-data]:hover:before,
.popup[popup-data]:hover:after {
  display: block;
}

.search-lists .price {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #ce2c31;
}

.chip {
  display: inline-block;
}

.chip > i {
  display: inline-block;
  border: 1px solid #3c5a98;
  color: #3c5a98;
  border-radius: 4px;
  padding: 3px 4px;
  font-size: 12px;
  line-height: 1;
  height: 20px;
  min-width: 20px;
}

.chip > i:not([class^=fa]) {
  font-weight: 500;
}

.chip i {
  font-style: normal;
}

.chip.chip-slash > i {
  border: 1px solid #ce2c31;
  color: #ce2c31;
}

.chip.chip-slash > i:after {
  content: "";
  border-top: 1px solid #ce2c31;
  width: 100%;
  position: absolute;
  top: 9px;
  left: 0;
  height: 20px;
}

/* .search-lists .ticket-no-food {
    position: relative;
    margin-right: 5px;
}

.search-lists .ticket-no-food i {
    color: #CE2C31;
}

.search-lists .ticket-no-food:after {
    content: "";
    position: absolute;
    left: -4px;
    top: 7px;
    border: 1px solid #ce2c31;
    width: 20px;
    height: 0;
    transform: rotate(-40deg);
}
*/
.search-lists .flight-result-details .collapse-details {
  position: absolute;
  bottom: 0;
  right: 15px;
  background: #3c5a98;
  color: #fff;
  height: 40px;
  width: 40px;
}

.search-lists .flight-result-details .booking-button {
  margin-top: 20px;
  margin-right: 15px;
  font-size: 16px;
  background: #c1272d;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 30px;
  border-radius: 3px;
  box-shadow: 0 2px 17px 2px rgba(193, 39, 45, 0.5);
}

.search-lists .btn-book-now {
  background: #3c5a98;
  margin: 10px auto;
  display: block;
  color: #fff;
  border-radius: 3px;
  padding: 7px;
  width: 100%;
  transition: all ease 0.3s;
}

.search-lists .list-group-item .btn-book-now.booking-button,
.search-lists .list-group-item:hover .btn-book-now {
  background: #ce2c31;
}

.search-lists p.text-muted {
  font-size: 13px;
  color: #888;
}

.search-lists p.text-muted.baggage span i {
  margin-right: 1px;
  font-size: 18px;
}

.search-lists p.text-muted.baggage span {
  padding: 0 3px;
}

.search-lists p.text-muted.baggage .luggage i:before {
  content: "";
  background: url("../images/icon-briefcase-baggage.png") no-repeat;
  font-size: 0;
  width: 16px;
  height: 14px;
  display: inline-block;
  float: left;
}

.search-lists p.text-muted.baggage .handcarry i:before {
  content: "";
  background: url("../images/icon-pulling-handcarry.png") no-repeat;
  font-size: 0;
  width: 17px;
  height: 20px;
  display: inline-block;
  float: left;
}

.search-lists a.expand-details {
  font-size: 12px;
  font-weight: 500;
  color: #c1272d;
  text-decoration: none;
  text-transform: capitalize;
  position: absolute;
  left: 50%;
  bottom: -40px;
  z-index: 9;
  transform: translateX(-50%);
}

.search-lists .expand-details:after {
  content: "";
  position: absolute;
  background: #fff;
  left: 50%;
  height: 30px;
  width: 30px;
  bottom: 0px;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: -1;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}

.search-lists .expand-details i {
  display: block;
  font-size: 18px;
  color: #333;
  z-index: 9;
}

.search-lists .airlines-logo {
  max-height: 40px;
  margin-bottom: 5px;
}

.search-lists .airlines-name {
  font-size: 13px;
  color: #333;
  text-transform: capitalize;
}

.search-lists .flight-type,
.search-lists .flight-code {
  color: #888;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}

.search-lists .list-group-item {
  position: relative;
  padding: 10px 0;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.5);
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.5));
}

.search-lists .list-group-item:before,
.search-lists .list-group-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  width: 5px;
  height: 100%;
  opacity: 0;
  background: #c1272d;
  /*     -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; */
}

.search-lists .list-group-item:before {
  left: auto;
  right: -50px;
}

.search-lists .list-group-item:hover:after {
  left: -5px;
  opacity: 1;
}

.search-lists .list-group-item:hover:before {
  right: -5px;
  opacity: 1;
}

.flight-result-details > .row {
  margin: 0;
  margin-right: 15px;
}

.flight-result-details .detail-title {
  margin: 10px -16px;
}

.flight-result-details .detail-title .snap-right p {
  background: #911d22;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  line-height: 36px;
  position: relative;
}

.flight-result-details .detail-title .snap-right p:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #911d22;
  z-index: 1;
}

.flight-result-details .detail-title .snap-left p {
  text-align: left;
  line-height: 36px;
  background: #c1272d;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 20px;
}

.flight-result-details .col-md-10.bordered-detail {
  border: 1px dashed #3c5a98;
  padding: 5px 15px;
}

.flight-result-details .col-md-10.bordered-detail .form-group,
.flight-result-details .col-md-10.bordered-detail .radio {
  margin: 0;
}

.flight-result-details legend {
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.flight-result-details .checkbox label,
.flight-result-details .radio label {
  font-size: 15px;
  color: #555;
  line-height: 24px;
}

.flight-result-details .label-default {
  background: #f4f4f4;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  margin: 10px 0;
  padding: 5px 15px;
  font-size: 15px;
  border: 1px solid #dcdcdc;
  color: #555;
  border-radius: 20px;
}

.flight-result-details .label-default img {
  margin-right: 5px;
}

.flight-result-details .display-table {
  padding-right: 15px;
}

/*--------------------------------------------------------------
# Booking summary
--------------------------------------------------------------*/
.ticket-card {
  background: #fff;
  margin-bottom: 30px;
  padding: 0;
  background: #fff;
  position: relative;
  border-bottom: 2px solid #c1272d;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
}

.ticket-card:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 20px;
  background: transparent;
  border: 2px solid #c1272d;
  border-bottom: 2px solid #fff;
  border-radius: 10px 10px 0 0;
  bottom: -2px;
  right: 18.1%;
  z-index: 99;
}

.ticket-card:before {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 30px;
  width: 20px;
  right: 18.1%;
  background: transparent;
  border-radius: 50%;
}

.ticket-card > .row > div.col-sm-1 {
  border-right: 1px dashed #ccc;
  padding: 15px;
}

.ticket-card > .row > .col-sm-2 {
  border-left: 1px dashed #ccc;
  padding: 15px;
}

.ticket-card > .row > .col-sm-3 {
  padding: 15px;
}

.ticket-card > .row > .col-sm-4 {
  padding: 15px;
}

.ticket-card .img-wrapper {
  height: 120px;
  vertical-align: middle;
  width: inherit;
  display: table-cell;
  text-align: center;
  border: 1px solid #ddd;
}

.ticket-card p.airlines-name {
  font-size: 12px;
  color: #555;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 5px;
}

.ticket-card p {
  margin-bottom: 0;
}

.ticket-card p.location {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.ticket-card p.date {
  font-size: 14px;
}

.ticket-card p.price {
  font-size: 24px;
  text-transform: uppercase;
}

.ticket-card p.text-success {
  font-size: 13px;
  font-weight: 500;
  color: #8dc63f;
}

.ticket-card p.flight-time {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
}

.ticket-card p.text-muted {
  font-size: 12px;
  font-weight: 500;
}

.detail-tabs .nav-tabs {
  border-bottom: 3px solid #ddd;
}

.detail-tabs .nav-tabs > li > a {
  margin: 0;
  margin-right: 40px;
  padding: 10px 0;
  color: #888;
  border: none;
  text-transform: capitalize;
}

.detail-tabs .nav-tabs > li > a:focus,
.detail-tabs .nav-tabs > li > a:hover,
.detail-tabs .nav-tabs > li.active > a,
.detail-tabs .nav-tabs > li.active > a:focus,
.detail-tabs .nav-tabs > li.active > a:hover {
  color: #c1272d;
  border: none;
  position: relative;
  background: none;
}

.detail-tabs .nav-tabs > li.active > a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  border-bottom: 3px solid #c1272d;
}

.detail-tabs .tab-content {
  padding-top: 20px;
}

.detail-tabs #flight-details .row {
  margin-bottom: 10px;
}

.detail-tabs #flight-details .row > div {
  padding: 0 10px;
  float: left;
}

.detail-tabs #flight-details .row > .col-md-12 {
  float: none;
}

.detail-tabs #flight-details .col-md-4 {
  width: 30%;
}

.detail-tabs #flight-details .col-md-1 {
  width: 23.33%;
}

.detail-tabs .img-wrapper {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px;
}

.detail-tabs .airlines-name {
  font-size: 12px;
  color: #555;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.detail-tabs h4 {
  text-transform: capitalize;
  font-size: 14px;
  color: #c1272d;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1;
}

.detail-tabs .date {
  font-size: 13px;
  color: #555;
  font-weight: 500;
  margin-bottom: 2px;
  text-transform: capitalize;
}

.detail-tabs .date > span {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
}

.detail-tabs .location {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: -5px;
}

.detail-tabs .layover-detail {
  position: relative;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
}

.detail-tabs .layover-detail:before {
  content: "";
  position: absolute;
  left: -50%;
  right: -50%;
  border-bottom: 1px dashed #ddd;
  display: block;
  top: -4px;
}

.detail-tabs .layover-detail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: url("../images/icon-plane-small.png") no-repeat;
  width: 14px;
  height: 12px;
  display: inline-block;
  top: -10px;
  transform: translateX(-50%);
}

.detail-tabs .layover-detail h5 {
  line-height: 1;
  margin-bottom: 0;
  color: #c1272d;
  font-size: 13px;
  text-transform: capitalize;
}

.detail-tabs .layover-detail p {
  color: #555;
  font-size: 15px;
  font-weight: 500;
}

.contact-details {
  margin-top: 30px;
}

.contact-details input.form-control {
  background: none;
  padding-left: 25px !important;
  border-bottom: 1px solid #888 !important;
}

.contact-details h2,
.traveler-details h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 0;
}

.contact-details em,
.traveler-details em {
  color: #666;
}

#selectTraveller .traveller-class label.radio-inline,
.booking-form-wrapper .traveller-class label.radio-inline {
  width: 100%;
  background: none;
}

#selectTraveller .traveller-info,
.booking-form-wrapper .input-traveller .traveller-info {
  width: 100%;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

#selectTraveller .traveller-info select.form-control,
.booking-form-wrapper .input-traveller .traveller-info select.form-control {
  border: 1px solid #c1272d;
  margin: 10px 0;
  padding-left: 12px;
  color: #c1272d;
  height: 50px;
}

#selectTraveller .traveller-info select.form-control option,
.booking-form-wrapper .input-traveller .traveller-info select.form-control option {
  color: #333;
  background: #fff;
}

.booking-form-wrapper .input-traveller .traveller-info {
  width: 112%;
}

.traveller-pax-info .input-group {
  border-bottom: none !important;
}

.traveller-pax-info .input-group button {
  height: 30px;
  width: 30px;
  border: 1px solid #c1272d;
  color: #c1272d;
  background: none;
}

.traveller-pax-info .input-group button:hover {
  border: 1px solid #c1272d;
  background: #c1272d;
  color: #fff;
}

.traveller-pax-info .input-group {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}

.traveller-class {
  margin-bottom: 10px;
}

.contact-details .query-contact {
  margin: 20px 0;
}

.contact-details .query-contact input {
  border: none;
  padding: 0;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  border-radius: 0;
}

.contact-details .query-contact input + i {
  font-size: 14px;
  color: #555;
  position: absolute;
  top: 10px;
  right: 15px;
}

.traveler-details {
  margin-bottom: 60px;
}

.traveler-details em a {
  color: #529cfb;
}

.traveler-details .alert-warning {
  font-size: 14px;
  color: #8a6d3b;
  padding: 10px 15px;
  font-weight: 500;
}

.traveler-details .alert-warning i {
  font-size: 20px;
  margin-right: 10px;
}

.traveler-details .detail-panel-wrapper {
  position: relative;
}

.traveler-details .detail-panel-wrapper:before {
  content: "";
  position: absolute;
  background: url("../images/bg-circles.png") repeat;
  top: 0;
  left: -40px;
  bottom: 0;
  width: 8px;
  opacity: 0.75;
}

.traveler-details .panel-icon {
  position: absolute;
  top: 0;
  left: -57px;
  width: 42px;
  height: 42px;
  background: #3498db;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.traveler-details .panel-primary .panel-icon {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.traveler-details .panel-primary.form-adult .panel-icon {
  background-image: url("../images/icon-adult-alt.png");
  background-repeat: no-repeat;
  background-position: 10px;
}

.traveler-details .panel-primary.form-adult.form-error .panel-icon,
.traveler-details .panel-primary.form-adult.form-current .panel-icon,
.traveler-details .panel-primary.form-adult.form-success .panel-icon {
  background-image: url("../images/icon-adult.png");
  background-repeat: no-repeat;
  background-position: 10px;
}

.traveler-details .panel-primary.form-child .panel-icon {
  background-image: url("../images/icon-child-alt.png");
  background-repeat: no-repeat;
  background-position: 10px;
}

.traveler-details .panel-primary.form-child.form-error .panel-icon,
.traveler-details .panel-primary.form-child.form-current .panel-icon,
.traveler-details .panel-primary.form-child.form-success .panel-icon {
  background-image: url("../images/icon-child.png");
  background-repeat: no-repeat;
  background-position: 10px;
}

.traveler-details .panel-primary.form-infant .panel-icon {
  background-image: url("../images/icon-infant-alt.png");
  background-repeat: no-repeat;
  background-position: 10px;
}

.traveler-details .panel-primary.form-infant.form-error .panel-icon,
.traveler-details .panel-primary.form-infant.form-current .panel-icon,
.traveler-details .panel-primary.form-infant.form-success .panel-icon {
  background-image: url("../images/icon-infant.png");
  background-repeat: no-repeat;
  background-position: 10px;
}

.traveler-details .panel-primary.form-success .panel-icon {
  background: #97ce68;
  box-shadow: 0 0 10px rgba(151, 206, 104, 0.5);
}

.traveler-details .panel-primary.form-error .panel-icon {
  background: #ff0000;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

.traveler-details .panel-primary.form-current .panel-icon {
  background: #3498db;
  box-shadow: 0 0 10px rgba(52, 152, 219, 0.5);
}

.traveler-details .panel-icon > img {
  margin: 6px 10px;
}

.traveler-details .panel {
  background: none;
  border: none;
  box-shadow: none;
}

.traveler-details .panel-heading {
  border: none;
  background: #c1272d;
  position: relative;
  padding: 5px 15px;
}

.traveler-details .panel-heading .panel-title {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.traveler-details .panel-body {
  padding: 0;
  padding-top: 15px;
  border: none;
}

.traveler-details .panel-body .form-group.bordered {
  border-bottom: 1px solid #aaa;
  padding: 3px 0 7px;
}

.traveler-details .panel-body label.control-label {
  font-weight: 400;
  font-size: 15px;
  color: #888;
  margin-right: 30px;
  text-transform: capitalize;
}

.traveler-details .panel-body .sample-link {
  text-decoration: none;
  float: right;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #3b5996;
}

.traveler-details .panel .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #888;
  color: #888;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

.traveler-details button.btn-danger {
  max-width: 260px;
}

.traveler-details button.btn-danger.btnConfirmBooking {
  margin: 10px 0;
}

.traveler-details div.checkbox {
  width: 100%;
  font-size: 15px;
  border-top: 1px dashed #ccc;
  margin: 20px 0;
  padding-bottom: 10px;
}

.traveler-details .panel .form-control.hint-popup + .input-format {
  display: none;
  background: #3b5996;
  padding: 10px 10px 0;
  border-radius: 4px;
  position: absolute;
  bottom: 60px;
  left: -30px;
  width: 150%;
  max-width: 439px;
  color: #fff;
  box-shadow: 0 -3px 7px rgba(59, 89, 150, 0.75);
}

.traveler-details .panel .form-control.hint-popup:focus + .input-format {
  display: block;
}

.traveler-details .panel .form-control.hint-popup + .input-format:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 75px;
  border-top: 7px solid #3b5996;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.traveler-details .panel .form-control.hint-popup + .input-format > p > button {
  opacity: 0.25;
  font-size: 30px;
}

.traveler-details .panel .form-control.hint-popup + .input-format > p > img {
  display: inline-block;
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Know us Better
--------------------------------------------------------------*/
.know-us-better {
  color: #fff;
  padding: 60px 0 15px;
  background-position: center 60%;
  background-color: #212121;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.know-us-better h2 {
  margin-top: 0;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 300;
}

.know-us-better p {
  margin-bottom: 45px;
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
}

.know-us-better p.lead {
  text-transform: none;
  font-size: 16px;
  line-height: 24px;
}

.know-us-better p > img {
  margin: 0 auto 10px;
  display: block;
  max-height: 50px;
}

/*--------------------------------------------------------------
# PRICE  BREAKDOWN
--------------------------------------------------------------*/
.split-summary .price,
.has-popup,
.search-lists .price {
  position: relative;
}

.has-popup--content,
.price-breakdown {
  border-radius: 6px;
  background: rgba(33, 33, 33, 0.87);
  display: inline-flex;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 140%;
  position: absolute;
  width: auto;
  white-space: nowrap;
  z-index: 999;
  bottom: calc(100% + 10px);
  left: 43px;
  pointer-events: none;
  right: 0;
  left: auto;
  font-family: monospace;
}

.split-summary .has-popup--content,
.split-summary .price-breakdown {
  top: calc(100% + 10px);
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.split-summary .has-popup--content:after,
.split-summary .price-breakdown:after {
  border-inline: 8px solid transparent;
  border-bottom: 6px solid rgba(33, 33, 33, 0.87);
  left: auto;
  bottom: 100%;
  border-top: none;
}

@media (max-width: 767px) {
  .price-breakdown {
    /* bottom: auto; */
    /* top: -20px; */
  }
}
.has-popup--content > hr,
.price-breakdown > hr {
  width: 100%;
  border: none;
  margin: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.has-popup--content:after,
.price-breakdown:after {
  position: absolute;
  content: "";
  bottom: -6px;
  border-top: 6px solid rgba(33, 33, 33, 0.87);
  border-inline: 8px solid transparent;
}

.split-summary .has-popup:not(:hover) .has-popup--content,
.search-lists .has-popup:not(:hover) .has-popup--content,
.split-summary .price:not(:hover) .price-breakdown,
.search-lists .price:not(:hover) .price-breakdown {
  display: none;
}

/*--------------------------------------------------------------
# PRICE  BREAKDOWN
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#
--------------------------------------------------------------*/
.search-results.redirect-link {
  margin: 0 -5px;
}

.search-results.redirect-link h2 {
  font-size: 30px;
  font-weight: 400;
  color: #3b5996;
}

.search-results.redirect-link h2 strong {
  color: #c1272d;
}

.search-results.redirect-link .thumbnail-wrapper {
  width: 25%;
  float: left;
  padding: 0 5px;
}

.search-results.redirect-link .thumbnail {
  float: left;
  margin: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.search-results.redirect-link .thumbnail a {
  text-decoration: none;
}

.search-results.redirect-link .thumbnail .img-wrapper {
  height: 140px;
  overflow: hidden;
}

.search-results.redirect-link .thumbnail .img-wrapper img {
  max-width: 100%;
  max-height: none;
}

.search-results.redirect-link .thumbnail .caption h3 {
  font-size: 15px;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# After facilities
--------------------------------------------------------------*/
.well.request-pcr,
.well.link-fcy,
.well.eticket-download {
  position: relative;
  padding: 0 20px;
  text-decoration: none;
  display: block;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  min-height: 175px;
  background: -ms-linear-gradient(91deg, rgb(219, 230, 240) 0%, rgb(255, 255, 255) 100%);
}

.well.link-fcy {
  background: #fff url("../images/bg-city-lines.jpg") no-repeat left bottom;
}

.well.request-pcr {
  background: #fff url(../images/bg-medical.jpg) no-repeat right bottom;
}

.well.request-pcr h2,
.well.link-fcy h2,
.well.eticket-download h2 {
  font-size: 30px;
  font-weight: 400;
  color: #3b5996;
}

.well.request-pcr h2 small {
  color: inherit;
}

.well.request-pcr .btn-primary,
.well.link-fcy .btn-danger,
.well.eticket-download .btn-success {
  background: #57ac37;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 30px;
  border-bottom: 5px solid #398b1a;
  margin-right: 20px;
  width: 250px;
}

.well.eticket-download .btn-success:focus,
.well.eticket-download .btn-success:hover {
  background: #398b1a;
  color: #fff;
}

.well.link-fcy .btn-danger {
  background: #c2272d;
  border-bottom: 5px solid #93161e;
}

.well.link-fcy .btn-danger:focus,
.well.link-fcy .btn-danger:hover {
  background: #93161e;
  color: #fff;
}

.well.request-pcr .btn-primary {
  background: #2e7fc4;
  border-bottom: 5px solid #1160a7;
}

.well.request-pcr .btn-primary:focus,
.well.request-pcr .btn-primary:hover {
  background: #1160a7;
  color: #fff;
}

.well.eticket-download .btn-success + a {
  font-size: 20px;
  color: #c2272d;
}

.well.request-pcr a,
.well.link-fcy a,
.well.eticket-download a {
  text-decoration: none;
}

.well.request-pcr a:focus,
.well.link-fcy a:focus,
.well.eticket-download a:focus,
.well.request-pcr a:hover,
.well.link-fcy a:hover,
.well.eticket-download a:hover {
  color: #3b5996;
}

.well.request-pcr img.bg-assets,
.well.eticket-download img.bg-assets,
.well.link-fcy img.bg-assets {
  position: absolute;
  bottom: 0;
  right: 10px;
}

.well.link-fcy img.bg-assets {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.after-facilities .col-md-4 .well {
  padding: 10px;
  background: -ms-linear-gradient(91deg, rgb(219, 230, 240) 0%, rgb(255, 255, 255) 100%);
}

.after-facilities .col-md-4 .well h3 {
  margin-top: 0;
  text-align: center;
  text-transform: capitalize;
}

.after-facilities .col-md-4 .well h3 small {
  font-size: 80%;
}

.after-facilities .col-md-4 .well img {
  margin: 10px 0;
}

.after-facilities .col-md-4 .well a {
  background: #2e7fc4;
  border-bottom: 5px solid #1160a7;
  color: #fff;
  margin: 0 auto;
  text-transform: capitalize;
  font-size: 20px;
  padding: 10px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

.after-facilities .col-md-4 .well a:hover {
  background: #1160a7;
}

.after-facilities .col-md-4 .well a.btn-danger {
  background: #c2272d;
  border-bottom: 5px solid #93161e;
}

.after-facilities .col-md-4 .well a.btn-danger:hover {
  background: #93161e;
}

.after-facilities .col-md-4 .well a.btn-warning {
  background: #e6b146;
  border-bottom: 5px solid #b98e38;
}

.after-facilities .col-md-4 .well a.btn-warning:hover {
  background: #b98e38;
}

/*--------------------------------------------------------------
# Deals
--------------------------------------------------------------*/
.deals {
  margin-top: 30px;
}

.deals h2 {
  font-weight: 300;
  margin-bottom: 40px;
}

.deals a.thumbnail {
  border: none;
  padding: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  text-decoration: none;
  border-radius: 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
}

.deals a.thumbnail:after {
  content: "";
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  transition: all ease 0.3s;
}

.deals a.thumbnail:hover:after {
  top: 0;
}

.deals a.thumbnail:before {
  content: "";
  top: -100%;
  left: -70px;
  height: 200%;
  width: 50px;
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25));
  transform: rotate(20deg);
}

.deals a.thumbnail:hover:before {
  top: -50%;
  left: 115%;
  transition: all ease-in 0.75s;
}

.deals a.thumbnail .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  text-transform: uppercase;
  z-index: 9;
}

.deals a.thumbnail:hover .caption:after {
  content: "";
  background: url("../images/icon-double-arrow.png");
  width: 51px;
  height: 36px;
  top: -30px;
  position: absolute;
  animation: slides 2s infinite;
}

.package-deals a.thumbnail:hover .caption.holidays:after {
  background: url("../images/icon-holidays.png") center no-repeat;
}

.package-deals a.thumbnail:hover .caption.airlines:after {
  background: url("../images/icon-plane.png") center no-repeat;
}

.package-deals a.thumbnail:hover .caption:after {
  background: url("../images/icon-double-arrow.png") center no-repeat;
  background-size: contain !important;
  height: 48px;
  width: 48px;
  top: -40px;
  animation: slides-halfway 2s infinite;
}

.deals a.thumbnail > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
}

.bottom-deals a.thumbnail > img {
  height: 210px;
}

@keyframes slides {
  0% {
    left: -51px;
  }
  50% {
    left: 51px;
  }
  100% {
    left: 51px;
  }
}
@keyframes slides-halfway {
  0% {
    left: 0;
  }
  50% {
    left: 50%;
    translate: -50% 0;
  }
  100% {
    left: 50%;
    translate: -50% 0;
  }
}
@keyframes glow {
  0% {
    box-shadow: 0 0 7px 0 rgba(206, 44, 49, 0);
  }
  50% {
    box-shadow: 0 0 7px 0 rgba(206, 44, 49, 1);
  }
  100% {
    box-shadow: 0 0 7px 0 rgba(206, 44, 49, 0);
  }
}
@keyframes error-shake {
  0% {
    margin-left: -10px;
  }
  20% {
    margin-left: 0;
  }
  40% {
    margin-left: 10px;
  }
  60% {
    margin-left: 0;
  }
  80% {
    margin-left: 10px;
  }
  100% {
    margin-left: 0;
  }
}
.deals a.thumbnail h3 {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
}

.deals a.thumbnail h3 small {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #c1272d;
  color: #fff;
  letter-spacing: 1px;
}

.deals .bannerAd {
  margin: 10px 0 30px;
  display: inline-block;
}

/* ---------------------------------------------------
# Sticky & Filter & Modify Search Style
----------------------------------------------------- */
#sticky {
  width: 100%;
  color: #fff;
}

#sticky.stick {
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 0 10%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

#filter-btn,
#modify-btn {
  display: block;
  width: 100%;
  color: #fff;
  border-radius: 0;
  background: #3c5a98;
  transition: none !important;
}

#sticky.stick .result-header > .pull-left,
#sticky.stick .result-header > .pull-right {
  margin-top: -50px;
}

#sticky.stick .result-header > .pull-left > #modify-btn {
  float: left;
  margin-top: 0;
  margin-right: 5px;
}

.stick#sticky #filter-btn,
.stick#sticky #modify-btn {
  display: inline-block;
  width: auto;
  font-size: 0;
  height: 42px;
  width: 42px;
  text-align: center;
  margin-top: -10px;
  transition: none;
}

.stick#sticky #filter-btn i,
.stick#sticky #modify-btn i {
  font-size: 16px;
}

.filter-search {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.filter-title {
  width: 100%;
  border-bottom: dashed 1px #ddd;
  padding: 5px 10px 0;
  float: left;
  color: #c1272d;
  margin-top: 5px;
  margin-bottom: 5px;
}

.filter-title li,
.filter-body li {
  display: inline-block;
}

.filter-body h5 {
  padding: 0 15px;
}

.filter-body li.li-price {
  width: 15%;
}

.filter-body li.li-airline {
  width: 25%;
}

.filter-body li.li-time {
  width: 15%;
}

.filter-body li.li-stops {
  width: 15%;
}

.filter-body li.li-layout {
  width: 15%;
}

.filter-body label.btn {
  margin-top: 5px;
}

.filter-body label.btn:hover,
.filter-body label.btn,
.filter-body .btn-default:hover,
.filter-body .btn-default.active,
.filter-body .btn-default:active {
  background: #eee;
  color: #111;
}

.filter-time > .btn-group,
.filter-stops > .btn-group,
.filter-layover > .btn-group {
  padding: 0 10px;
  width: 100%;
}

.filter-time > .btn-group > .btn {
  width: 25%;
}

.filter-stops > .btn-group > .btn {
  width: 33%;
}

.filter-layover > .btn-group > .btn {
  width: 50%;
}

.filter-price .slider.slider-horizontal {
  width: 70%;
  margin-right: -45px;
  margin-left: 45px;
}

.slider .slider-handle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #c1272d;
  background: #fff;
  border-radius: 50%;
}

.slider .slider-handle:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #c1272d;
  transition: all ease 0.2s;
}

.slider.slider-horizontal .slider-track {
  height: 2px !important;
  margin-top: 2px !important;
  background: rgba(193, 39, 45, 0.25);
}

.slider.slider-horizontal .slider-track .slider-selection {
  background: #c1272d;
}

.filter-airline {
  max-height: 165px;
  float: left;
  overflow-y: scroll;
  width: 95%;
  overflow-x: hidden;
  padding-left: 10px;
}

.filter-airline input {
  margin-right: 10px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c1272d;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: auto !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(217, 83, 79, 1) !important;
  opacity: 1;
}

/* ---------------------------------------------------
# SIDEBAR STYLE
----------------------------------------------------- */
#sidebar,
#modify-search {
  max-width: 380px;
  position: fixed;
  top: 0;
  width: 80%;
  right: -380px;
  height: 100vh;
  z-index: 1030;
  background: #fff;
  color: #000;
  transition: all 0.3s;
  /* overflow-y: scroll; */
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  right: 0;
}

#modify-search.active {
  left: 0;
}

#sidebar .btn,
#modify-search .btn {
  border: 1px solid #ccc;
}

#sidebar button.btn,
#modify-search button.btn {
  border: none;
}

#dismiss {
  width: 35px;
  height: 35px;
  /* line-height: 35px; */
  text-align: center;
  background: #c1272d;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

#dismiss:hover {
  background: #fff;
  color: #7386d5;
}

.filter-overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.filter-overlay.active {
  top: 0;
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header,
#modify-search .sidebar-header {
  padding: 1px;
  background: #c1272d;
  color: #fff;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #7386d5;
  background: #fff;
}

#sidebar ul li.active > a,
#sidebar a[aria-expanded=true] {
  color: #fff;
  background: #6d7fcc;
}

#sidebar a[data-toggle=collapse] {
  position: relative;
}

#sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#modify-search .booking-tab {
  margin-top: 0;
}

#modify-search .booking-tab label {
  font-size: 13px;
}

#modify-search .container-fluid {
  margin: 0;
  padding: 0 10px;
  width: 100%;
}

#modify-search {
  overflow-x: hidden;
  max-width: 470px;
  left: -470px;
  right: auto;
}

#modify-search .form-group i {
  position: absolute;
  top: 37px;
  left: 17px;
  right: auto;
}

#modify-search .marker input {
  padding-left: 25px;
}

#modify-search .typeaheadSuggest.disable {
  pointer-events: none;
}

/*--------------------------------------------------------------
# Sidebar Fixing Division
--------------------------------------------------------------*/
.division-wrapper {
  position: fixed;
  top: 23%;
  left: 0;
  z-index: 99;
}

.division-wrapper ul li {
  display: block;
  margin-bottom: 3px;
}

.division-wrapper ul li a {
  background: #fff;
  color: #c1272d;
  display: inline-block;
  width: 60px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 3px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
  border-radius: 0 4px 4px 0;
}

.division-wrapper ul li a i {
  display: block;
  font-size: 16px;
  line-height: 1.25;
}

.division-wrapper ul li a i.fa-ticket-alta {
  padding-left: 10px;
  font-size: 18px;
  transform: rotate(40deg);
}

.division-wrapper ul li a span {
  font-size: 13px;
  text-transform: capitalize;
  display: block;
  transition: all ease 0.2s;
}

.division-wrapper ul li a:focus,
.division-wrapper ul li a:hover {
  text-decoration: none;
  font-size: 15px;
  background: #c1272d;
}

.division-wrapper ul li a:focus span,
.division-wrapper ul li a:hover span {
  font-size: 13px;
  color: #fff;
}

.division-wrapper ul li a:focus i,
.division-wrapper ul li a:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sticky Sidebar
--------------------------------------------------------------*/
.sidebar-inner-ads {
  position: relative;
  top: 0;
}

#sidebar-inner-ads .col-md-12::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
}

/*--------------------------------------------------------------
# Profile Pages
--------------------------------------------------------------*/
.profile {
  margin: 40px 0;
}

.profile .heading {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.profile .profile-avatar {
  margin-bottom: 15px;
}

.profile .profile-menu li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.profile .profile-menu li a {
  text-decoration: none;
}

.profile .profile-menu li:last-child {
  border: none;
}

.profile .profile-menu li.active {
  color: #c1272d;
  background: #c1272d;
  border: none;
}

.profile .profile-menu li.active a {
  color: #fff;
}

.profile .profile-menu a {
  color: #555;
  text-transform: capitalize;
}

.profile .user-profile-details li {
  color: #555;
  line-height: 1;
  padding: 0 15px;
  border-right: 1px solid #ccc;
}

.profile .user-profile-details li:first-child {
  padding-left: 0;
}

.profile .user-profile-details li:last-child {
  padding-right: 0;
  border-right: none;
}

.profile h3 {
  /* font-weight: 500; */
  /* font-size: 22px; */
  /* margin-bottom: 5px; */
}

.profile h4 {
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
}

.profile dl {
  text-transform: capitalize;
}

.profile dt {
  text-align: left;
  margin-bottom: 7px;
  font-weight: 400;
}

.profile .document img {
  max-height: 110px;
}

/*--------------------------------------------------------------
# Other Links
--------------------------------------------------------------*/
.other-links {
  padding: 50px 0 0;
  background: rgba(255, 255, 255, 0.5);
}

.other-links .col-md-2 {
  width: 20% !important;
}

.other-links a {
  text-decoration: none;
}

.other-links img {
  max-height: 50px;
}

.other-links h3 {
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  color: #c1272d;
}

.other-links h3:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 2px;
  width: 50px;
  background: #c1272d;
  left: 0;
}

.other-links p {
  font-size: 13px;
  line-height: 1.85;
  color: #888;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Parallax BAckground
--------------------------------------------------------------*/
.background-wrapper {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  height: inherit;
  max-height: 100%;
  min-height: 550px;
}

.background {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 120%;
  z-index: 1;
  font-family: Courier;
  text-align: center;
}

.cloud {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 2;
  opacity: 0.8;
  text-align: center;
}

.cloud.cloud2 {
  opacity: 0.7;
  left: -15%;
}

.cloud.cloud3 {
  top: 20%;
  text-align: right;
  right: 10%;
  opacity: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #222;
  padding-top: 25px;
  color: #fff;
}

footer h4 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 300;
  color: #fff;
}

footer .list-arrowhead {
  margin-top: 25px;
}

footer .list-arrowhead a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #ccc;
}

.user-content-wrapper ul a:hover,
ul.list-arrowhead a:hover {
  color: #fff;
}

footer .social-icons a {
  color: #fff;
  font-size: 20px;
  margin: 0 10px;
}

footer .contact-infos {
  margin-bottom: 5px;
  font-size: 13px;
  color: #aaa;
  line-height: 26px;
  text-align: left;
}

footer .contact-infos .row {
  margin-bottom: 5px;
}

footer .contact-infos a {
  color: #aaa;
  text-decoration: none;
}

footer .contact-infos .col-sm-4 a {
  margin-right: 10px;
}

footer .contact-infos .col-sm-4 a[title=Viber],
footer .contact-infos .col-sm-4 a[title=Whatsapp] {
  margin-right: 0;
}

footer .contact-infos a .fa-viber,
footer .contact-infos a .fa-whatsapp,
footer .contact-infos a .fa-envelope {
  padding: 6px;
  color: #888;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  margin-right: 5px;
  border: 1px solid #555;
}

footer .contact-infos a .fa-viber {
  font-size: 15px;
}

footer .contact-infos a:focus,
footer .contact-infos a:hover {
  color: #fff;
}

footer .payment-partners-wrapper {
  border-top: 1px dashed #aaa;
  border-bottom: 1px dashed #aaa;
  padding: 5px 0;
  margin-top: 30px;
}

footer .payment-partners {
  background: #fff;
  padding: 10px 0 5px;
  text-align: center;
}

footer .payment-partners .container-fluid {
  max-width: none;
  width: 96%;
}

footer .payment-partners h4 {
  color: #555;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}

footer .payment-partners h4 + hr {
  border: 0;
  height: 1px;
  margin: 0 auto 5px;
  max-width: 50%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

footer .payment-partners a {
  margin: 10px;
  display: inline-block;
}

footer .payment-partners img {
  max-height: 50px;
  border-radius: 4px;
}

footer .footnotes {
  background: #111;
  padding: 15px 0;
}

footer .footnotes p {
  font-size: 13px;
  color: #555;
  margin-bottom: 0;
  text-transform: capitalize;
}

footer .footnotes img {
  max-height: 20px;
  margin-top: -8px;
  margin-left: 5px;
}

/*--------------------------------------------------------------
# Additional Styles
--------------------------------------------------------------*/
p.error {
  color: #f00;
  font-style: italic;
  font-size: 12px;
}

/*--------------------------------------------------------------
# Mobile View Forms
--------------------------------------------------------------*/
.searchMobilePopup {
  display: none;
  width: 100%;
  height: 100vh;
  background: #fafafa;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

input#flightSearchOrigin {
  margin-top: 50px;
}

.searchMobilePopup#dateSelection {
  overflow-y: scroll;
}

.popupHead {
  padding: 0 20px;
}

.popupHead .back,
.resultsHead .back,
.bookSteps .back {
  z-index: 5;
  background: #3b5996;
  height: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  position: fixed;
  height: 40px;
  right: 0;
  left: 0;
  top: 0;
}

.searchMobilePopup#dateSelection .datePicker,
.searchMobilePopup#dateSelection .flightsearchmbl {
  margin-top: 45px;
}

.popupHead .back:before,
.resultsHead .back:before,
.bookSteps .back:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  color: #495057;
  font-size: 21px;
  line-height: 38px;
  padding-right: 10px;
  color: #fff;
  font-weight: 900;
}

#selectFlight input {
  /* margin-left: 40px; */
  height: 60px;
  margin-bottom: 10px;
}

#selectTraveller .traveller-info {
  width: 100%;
  position: static;
}

#dateSelection .ui-datepicker-multi .ui-datepicker-group {
  float: none;
}

#dateSelection .ui-datepicker-inline.ui-datepicker.ui-widget {
  max-width: 100%;
}

#dateSelection .ui-datepicker-multi-3 .ui-datepicker-group {
  width: 100%;
}

.overFlowHidden {
  overflow-y: hidden;
}

#selectTraveller .traveller-info {
  width: 80%;
  position: static;
  margin-left: 11%;
  padding-top: 15px;
}

.saveBtn {
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
}

/*--------------------------------------------------------------
# Site Fixes
--------------------------------------------------------------*/
a#back2Top {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 100px;
  right: 22px;
  color: #8c2e5e;
  background: #fff;
  font-size: 30px;
  text-align: center;
  border-radius: 6px;
  border: 2px solid #8c2e5e;
  line-height: 46px;
  z-index: 999;
  opacity: 0.7;
}

a#back2Top > img {
  transform: rotate(-90deg);
}

a#back2Top:hover {
  /* background: #8c2e5e; */
  /* color: #fff; */
  opacity: 1;
}

.overFlowHidden .topbar {
  z-index: 0;
}

.booking-form-wrapper .tt-menu {
  width: 100%;
}

.tt-menu .tt-suggestion {
  width: 100%;
}

.tt-menu .tt-cursor,
.tt-menu .tt-suggestion:hover {
  background: rgba(59, 89, 150, 1);
}

.tt-menu .tt-cursor p,
.tt-menu .tt-suggestion:hover p {
  color: #fff;
}

/* override custom.css and replace in this css */
.jumbotron .booking-form-wrapper .form-control {
  background: #fff !important;
}

.booking-form-wrapper .tt-menu {
  width: 100% !important;
  min-width: 400px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.19);
}

#baggage .well {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

#baggage .well table {
  background: #fff;
}

.payment-choices li {
  display: inline-block;
  padding: 30px 0;
  background: #fff;
  width: 31.33%;
  float: left;
  text-align: center;
  min-height: 100px;
  height: 115px;
  margin: 1%;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.payment-choices li.ST-balance {
  position: relative;
  padding-top: 37px;
  height: 115px;
}

.payment-choices li.ST-balance a p {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: #485a98;
  font-size: 20px;
  font-weight: 500;
}

.slick-list {
  max-height: 150px;
  /* for slow loading */
}

.alert-success {
  border-color: #3c763d;
}

.alert.alert-cashback {
  position: relative;
  background: #e2f1ff;
  color: #333;
  border-radius: 8px;
  border: 1px solid #005aab;
}

.alert.alert-cashback img {
  max-height: 20px;
  vertical-align: top;
}

.alert.alert-cashback p.text-uppercase {
  margin: 0;
  color: #333;
}

.not-found-well {
  margin-top: 10px;
  padding: 30px;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: inset 0 3px 24px rgba(0, 0, 0, 0.15);
}

.not-found-well img {
  margin: 20px;
}

.not-found-well p {
  margin-bottom: 20px;
}

.not-found-well .btn-outline {
  border: 1px solid #c0262d;
  background: none;
  box-shadow: none;
  color: #c0262d;
}

.not-found-well .btn {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .alert-cashback {
    text-align: center;
  }
  .alert-cashback a {
    display: inline-block;
    margin: 10px 10px 20px;
    border: 1px solid #005aab;
    padding: 10px;
    border-radius: 4px;
    line-height: 1;
  }
  .alert.alert-cashback p.text-uppercase {
    display: inline-block;
    float: left;
  }
}
/*--------------------------------------------------------------
# Modal Designs
--------------------------------------------------------------*/
.modal-login {
  color: #e82426;
  width: 350px;
}

.modal-login .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}

.modal-login .modal-header {
  border-bottom: none;
  position: relative;
  padding-bottom: 0;
  justify-content: center;
  padding-top: 0;
}

.modal-login h4 {
  text-align: center;
  font-size: 26px;
  /*margin: 30px 0 -15px;*/
}

.modal-login .form-control:focus {
  border-color: #70c5c0;
}

.modal-login .form-control,
.modal-login .btn {
  min-height: 40px;
  border-radius: 3px;
}

.modal-login .close {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 30px;
  color: #e82426;
}

.modal-login .modal-footer {
  background: #ecf0f1;
  border-color: #dee4e7;
  /*text-align: center;*/
  justify-content: center;
  margin: 0 -20px -20px;
  border-radius: 5px;
  font-size: 13px;
  padding-right: 35px;
  padding-left: 35px;
}

.modal-login .modal-footer a {
  color: #e82426;
}

.modal-login.modal-dialog {
  margin-top: 80px;
}

.modal-login .btn {
  color: #fff;
  border-radius: 4px;
  background: #e82426;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}

.modal-login .btn:hover,
.modal-login .btn:focus {
  background: #a30f1e;
  outline: none;
}

.modal-session-out .close {
  font-size: 20px;
  opacity: 0.6;
}

.modal-session-out h2 {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  color: #c1272d;
  margin-bottom: 0;
  line-height: 1;
}

.modal-session-out .lead {
  margin-bottom: 10px;
}

.modal-session-out .btn {
  margin: 10px 5px 0;
  font-size: 14px;
}

.modal-session-out .btn-default {
  background: #ddd;
  border: 1px solid #bbb;
}

.modal-session-out .btn.primary-outline {
  background: none;
  border-color: currentColor;
  color: #c2272d;
  margin: 3px;
  width: 125px;
}

.modal-session-out p {
  margin-block: 10px 15px;
}

.modal-session-out p:last-of-type {
  margin-bottom: 10px;
}

.modal-session-out .btn.primary-outline.outline-2x {
  border-width: 2px;
}

.modal-session-out .search-dates {
  border-block: 1px solid #ccc;
  margin-inline: -15px;
  padding: 10px;
  margin-block: 10px 15px;
}

.modal-session-out .customer-support a {
  margin: 3px;
  line-height: 1.5;
}

.modal-session-out .customer-support-book {
  border-block: 1px solid #ccc;
  margin-inline: -15px;
  padding: 10px 5px;
  margin-block: 10px 15px;
}

@media (max-width: 450px) {
  .modal-session-out .btn.primary-outline,
  .modal-session-out .customer-support a {
    font-size: 12px;
    padding-inline: 8px;
    width: 31% !important;
    margin: 0.33%;
  }
}
/*--------------------------------------------------------------
# Other Styles Added
--------------------------------------------------------------*/
/* CUSTOM STYLE */
/* ------------------------------------ */
/** TYPEAHEAD AUTOCOMPLETE CSS**/
.twitter-typeahead {
  width: 100%;
}

.tt-dropdown-menu {
  min-height: 60px;
  max-height: 60px;
  overflow-y: auto;
}

.tt-query {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
  color: #999999;
}

.tt-menu {
  box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.19);
  background-color: #ffffff;
  border: none;
  /* box-shadow: inset 0 -8px 15px #fff;*/
  margin-top: 1px;
  padding: 0 0;
  width: 330px !important;
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.tt-suggestion {
  font-size: 14px;
  padding: 3px 20px;
  border-bottom: 1px solid #dddddd;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #c1272d;
  /*color: #FFFFFF;*/
}

.tt-suggestion p {
  font-size: 14px;
  color: #000000;
  margin: 0;
}

/** TYPEAHEAD CSS ENDS **/
/* DATE PICKER */
.ui-datepicker {
  /*box-shadow: 0 0 16px 10px rgba(0,0,0,.19);*/
  /*width: 40em !important;*/
  border-radius: 0px !important;
  font-family: "Fira Sans", sans-serif !important;
  padding: 0 !important;
  z-index: 5555 !important;
}

.ui-datepicker-group.ui-datepicker-group-last {
  border-left: 1px solid #ddd;
}

.ui-datepicker-header {
  border-radius: 0px !important;
}

.ui-datepicker .ui-datepicker-header {
  /* border-bottom: 1px solid #e6e6e6 !important;*/
  border: none !important;
  color: #fff;
  font-weight: bold;
  background: #3b5996 !important;
}

.ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-next:focus,
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: none;
  line-height: 2.4;
  text-align: center;
  height: auto;
}

.ui-datepicker a.ui-datepicker-prev,
.ui-datepicker a.ui-datepicker-next {
  text-decoration: none;
  border: none;
  font-weight: 600;
}

.ui-datepicker a.ui-datepicker-prev:hover,
.ui-datepicker a.ui-datepicker-next:hover {
  line-height: 2.4;
}

.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  font-family: "Font Awesome 5 Free";
  color: #fff;
}

.ui-datepicker .ui-datepicker-prev:hover:after,
.ui-datepicker .ui-datepicker-prev:after {
  content: "\f053";
}

.ui-datepicker .ui-datepicker-next:hover:after,
.ui-datepicker .ui-datepicker-next:after {
  content: "\f054";
}

.ui-datepicker-prev > .ui-icon.ui-icon-circle-triangle-w,
.ui-datepicker-next > .ui-icon.ui-icon-circle-triangle-e {
  display: none;
}

.ui-widget.ui-widget-content {
  border: none !important;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.ui-datepicker-title {
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 5px;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 40%;
  background: none;
  border: none;
  height: 25px;
  margin: 0 5%;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month option,
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year option {
  color: #3b5996;
}

.ui-datepicker th {
  font-weight: 500 !important;
}

.ui-datepicker-calendar td {
  position: relative;
  height: 34px;
  width: 50px;
  padding: 0 !important;
  cursor: pointer;
  /* border: 1px solid #e6e6e6 !important; */
}

.ui-datepicker-calendar td > a {
  text-align: center !important;
  border: none !important;
  background: none !important;
}

.ui-datepicker-calendar td > span {
  text-align: center !important;
  border: none !important;
  background: none !important;
}

.ui-datepicker-calendar td > a.ui-state-active {
  color: #fff !important;
}

.ui-datepicker-calendar td > a.ui-state-highlight {
  border: 1px solid #dcd7d7;
  background: #eeeeee;
  color: #fff;
}

.ui-datepicker-today {
  border: 1px solid #c1272d !important;
}

.ui-datepicker-calendar td.ui-datepicker-today > a.ui-state-highlight {
  color: #c1272d;
}

.ui-datepicker-today {
  border: 1px solid #c1272d !important;
  background: none;
  font-weight: normal;
  color: #c1272d !important;
}

.ui-datepicker .ui-datepicker-current-day,
.ui-datepicker-calendar td:hover {
  background: #c1272d;
  border: none !important;
}

.ui-datepicker .ui-datepicker-current-day a,
.ui-datepicker-calendar td:hover a {
  color: #fff;
}

.ui-datepicker-custom-btm {
  font-size: 14px !important;
  font-weight: 500 !important;
  border-top: 1px solid #e9e9e9;
  margin: 0.1em 0 0 0 !important;
  padding: 5px 0.5em;
}

.ui-datepicker-calendar td > a:hover {
  color: #ffffff !important;
}

/*NEPALI DATEPICKER*/
div#ndp-nepali-box table td {
  border: none !important;
}

/*DATE PICKER*/
/* Flight Search*/
.error-flight-search {
  display: none;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  position: absolute;
  background: #c2282d;
  width: auto;
  padding: 15px;
  top: -70px;
  border-radius: 4px;
  box-shadow: 0 0px 24px rgba(194, 40, 45, 0.5);
}

.remove-city {
  border-radius: 0;
  line-height: 28px;
}

.add-city {
  line-height: 28px;
  border-radius: 0;
}

.searching-flights {
  font-size: 14px;
  text-align: center;
}

.baggage {
  font-size: 12px;
  font-weight: 500;
}

.search-lists .list-group-item {
  margin-bottom: 25px !important;
}

/*Flight Search*/
/*.modal { overflow: auto !important; }*/
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

option:first-child {
  display: block !important;
}

.btn-book-now {
  background: none;
  font-size: 14px;
  text-decoration: none;
  color: #c1272d;
  margin: 10px 0;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-book-now-anchor {
  cursor: pointer;
  text-decoration: none;
}

.btn-book-now-anchor:hover {
  color: #c1272d;
}

.connection-time-flight {
  background: #fff;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  margin: 0px 0px 22px 0px;
  padding: 5px 15px;
  font-size: 15px;
  color: #555;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.segment-title {
  margin-bottom: 15px;
  border: none;
  color: #ffffff;
  background: #c1272d;
  position: relative;
  padding: 5px 15px;
}

.baggage-table {
  margin: 15px 0 0 0;
}

.query-contact-custom {
  border: none !important;
  padding: 0 !important;
  padding-left: 15px !important;
  border-bottom: 1px solid #ccc !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.query-contact-custom + i {
  font-size: 14px !important;
  color: #555 !important;
  position: absolute !important;
  top: 10px !important;
  left: 15px !important;
}

.bgwhite {
  background-color: #fff !important;
}

.my-bookings-table tr > td {
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle !important;
}

.btn-modal-close-custom {
  padding: 4px 6px 4px 6px !important;
  color: #000000 !important;
  margin-top: 1px !important;
  border: 1px solid #101010 !important;
}

.form-control {
  border-radius: 0 !important;
}

.panel-default {
  border-radius: 0 !important;
}

.text-max-filesize {
  font-size: 13px;
  color: #e8122c !important;
  font-style: italic;
}

.reg-modal-panel-header {
  padding: 6px 15px !important;
}

.btnRegisterSubmit {
  border-radius: 0;
  padding: 7px 40px 7px 40px;
  color: #ffffff !important;
  border: 1px solid #c2282d;
  background: #c2282d;
}

.reg-error-mesg {
  text-align: center;
  font-size: 15px;
  color: #c2282d;
}

.reg-form-error {
  font-style: italic;
  color: #c1272d;
}

@font-face {
  font-family: "fa-viber";
  src: url("../fonts/fa-viber.eot?-3dwksg");
  src: url("../fonts/fa-viber.eot?#iefix-3dwksg") format("embedded-opentype"), url("../fonts/fa-viber.ttf?-3dwksg") format("truetype"), url("../fonts/fa-viber.woff?-3dwksg") format("woff"), url("../fonts/fa-viber.svg?-3dwksg#fa-viber") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa-viber:before {
  font-family: "fa-viber";
  content: "\e666";
}

.btnMultiCityHome {
  text-transform: uppercase;
  min-width: 100px !important;
}

.booking-form-wrapper.step3 {
  /* width: 780px !important; */
}

.booking-form-wrapper.step4 {
  width: 770px !important;
}

.booking-form-wrapper.step5 {
  /*width: 970px !important;*/
  width: 1110px !important;
  /* Adjusted By Rabi*/
}

.booking-form-wrapper.step6 {
  width: 994px !important;
}

.trip-type button.btn.btn-default.active {
  background-color: #f00;
  color: #fff;
}

.input-traveller {
  position: relative;
}

.traveller-info {
  z-index: 999;
  display: none;
  position: absolute;
  /* top: 60px; */
  /* left: 5%; */
  /* right: 50.6%; */
  background: #fff;
  width: 186px;
  padding: 0 10px;
}

.booking-form-wrapper .traveller-info label {
  margin-top: 5px;
}

.traveller-info .radioo {
  height: 25px;
  width: 100%;
}

.traveller-info .radioo label {
  font-size: 14px;
  width: 100%;
  background: none;
  height: auto;
}

.traveller-pax-info input.quantity-field {
  pointer-events: none;
  border: none;
  width: 30px;
  text-align: center;
}

.traveller-pax-info + .alert {
  padding: 0.5rem;
  margin: 10px 0;
  font-size: 13px;
}

.traveller-pax-info input[type=button] {
  cursor: pointer;
  background: none;
  border: 0;
}

.traveller-pax-info .input-group {
  margin-bottom: 5px;
  font-size: 15px;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #aaa;
}

.traveller-pax-info .input-group input[type=button] {
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
}

.traveller-ok,
.traveller-ok:hover {
  border-radius: 4px;
  padding: 3px 6px 2px 6px;
  float: right;
  background: #c1272d;
  color: #ffffff;
  text-decoration: none;
}

.traveller-notok,
.traveller-notok:hover {
  border-radius: 4px;
  padding: 3px 8px 2px 8px;
  float: left;
  background: #9b9b9b;
  color: #ffffff;
  text-decoration: none;
}

.btnFlightSearchHome {
  width: 100px !important;
  text-transform: uppercase;
}

.booking-form-wrapper .form-control {
  background: #e6e6e6 !important;
}

.booking-form-wrapper .activated > .form-control {
  width: 180px !important;
}

#multiCityContainer .form-row-wrapper {
  width: 535px;
}

#multiCityContainer .form-row-wrapper .active .form-control {
  width: 500px !important;
}

.form-row-wrapper.multi-step-2 {
  /*width: 415px !important;*/
  width: 467px !important;
  /* Adjusted By Rabi */
}

.form-row-wrapper.multi-step-3 {
  /*width: 574px !important;*/
  width: 660px !important;
  /* Adjusted by Rabi*/
}

.btnRemoveMultiCity {
  /*height: 50px;
  width: 50px;
  background: #f00;
  color: #fff;
  margin-top: 5px;*/
}

.signup-cms-content h1 {
  color: #c1272d;
}

.search-lists .time,
.search-lists .date {
  color: #555 !important;
}

.search-lists .list-group-item a {
  text-decoration: none !important;
}

.search-lists .price {
  font-size: 20px !important;
}

.h-banner {
  display: inline !important;
  margin-bottom: 0px !important;
}

.booking-details-modal small {
  font-size: 13px !important;
  font-weight: 500;
  color: black;
}

/*Center Aligning the modal*/
.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  /* content: ''; */
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/*button.slick-prev.slick-arrow,button.slick-next.slick-arrow {
    display: none !important;
}
*/
.thumb-carousel {
  visibility: hidden !important;
  max-width: 94%;
  margin: 0 auto;
  /* max-height: 150px; */
  /* -ms-overflow-y: hidden; */
  /* overflow-y: hidden; */
}

.thumb-carousel.slick-initialized {
  visibility: visible !important;
}

.thumb-carousel .slick-track {
  display: flex;
}

.thumb-carousel .slick-track .slick-slide {
  display: inline-flex;
  height: auto;
}

.thumb-carousel .slick-track .slick-slide img {
  height: 100%;
  aspect-ratio: 4/5;
}

.thumb-carousel .slick-track .slick-slide a.thumbnail:after {
  top: 60%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
}

.thumb-carousel .slick-track .slick-slide a.thumbnail:hover:after {
  top: 0;
}

.thumb-carousel .slick-track .slick-slide a.thumbnail .day-night {
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
  font-weight: 400;
  letter-spacing: 0;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #fff;
}

.thumb-carousel .slick-track .slick-slide a.thumbnail .day-night span {
  font-size: 14px;
  display: inline-block;
  padding: 2px 3px;
}

.thumb-carousel .slick-track .slick-slide a.thumbnail .day-night span:first-child {
  background: black;
}

.thumb-carousel .slick-track .slick-slide a.thumbnail .day-night span:last-child {
  background: yellow;
  color: black;
}

.fi-np {
  margin-right: -10px;
  transform: translateY(-1px);
}

.thumb-carousel .slick-track .slick-slide h3 > span {
  font-size: 16px;
}

.booking-confirm-modal-header {
  text-transform: uppercase;
  color: #ffffff;
  background: #c1272d;
  padding: 0px 0px 0px 0px;
}

.flight-booking-alert {
  font-size: 14px;
  margin: 10px 0 0px 0;
  padding: 10px 15px;
  font-weight: 500;
}

.infants-age-booking {
  text-transform: none;
  float: right;
  font-size: 13px;
  font-style: italic;
}

.label-pass-details {
  font-size: 15px;
  font-weight: 500 !important;
}

.label-travel-detail-body {
  padding: 10px 0px 0px 15px !important;
}

.label-travel-detail-header {
  padding: 2px 15px !important;
}

.btnUpdateDetails {
  border-radius: 0;
  padding: 7px 20px 7px 20px;
  color: #ffffff !important;
  border: 1px solid #406320;
  background: #406321;
}

strong.tt-highlight {
  /* color: #f80100;*/
}

.tt-suggestion.tt-selectable.tt-cursor {
  /* background: rgba(59, 89, 150, 1);
  color: #ffffff;*/
}

.btnAddSpecialRequest,
.btnAddSpecialRequest:hover {
  text-decoration: none !important;
  margin-left: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  color: #c0262d;
}

.booking-fields-mandatory {
  font-style: italic;
  font-size: 14px;
  color: #c0262d;
  /* padding: 10px 15px; */
  font-weight: 400;
  float: right;
}

.nPay,
.nPay:hover {
  text-transform: none;
  color: #2e3192;
  font-weight: 500;
  text-decoration: none;
}

.nPay-ebank {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #c0262d;
  font-size: 17px;
  /* font-size: 10px; */
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #d4d3d3;
}

.flight-search-modal-th {
  text-align: center;
  font-weight: 500;
  border-bottom: none !important;
  vertical-align: middle !important;
}

.flight-result-details .detail-title .snap-left p {
  font-size: 13px !important;
}

.modal-session-out {
  max-width: 450px;
}

.modal-session-out .fa-clock {
  display: block;
  font-size: 2em;
  color: #ddd;
  margin-bottom: 15px;
}

.modal-session-out .close .fa-times {
  color: #ccc;
  transition: all ease 0.3s;
}

.modal-session-out .close .fa-times:hover {
  color: #333;
}

.modal-session-out h2 {
  line-height: 1.4;
}

.modal-session-out svg {
  margin: 20px auto;
  display: block;
}

.modal-session-out svg > line {
  animation: mymove 5s infinite;
}

@keyframes clock-hands {}
/*--------------------------------------------------------------
# PAYMENT DETAILS CARD
--------------------------------------------------------------*/
.payment-details-card {
  background: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 12px;
  box-shadow: 7px 0 21px rgba(0, 90, 171, 0.7);
  overflow: hidden;
}

.payment-details-card > .row {
  display: flex;
}

.payment-details-card .col-sm-9 {
  background: #005aab;
  color: #fff;
  padding: 30px;
  margin-left: 15px;
}

.payment-details-card h3 {
  font-weight: 400;
}

.payment-details-card small {
  font-size: 14px;
}

.payment-details-card dd,
.payment-details-card dt {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}

.payment-details-card dt {
  display: inline-block;
  width: 60%;
  text-align: left;
}

.payment-details-card dd {
  display: inline-block;
  width: 38%;
  text-align: right;
  margin-left: 2%;
}

.payment-details-card .btn {
  background: #005aab;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  transition: all ease 1s;
}

.payment-details-card .btn:hover {
  background: #fff;
  color: #333;
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.35);
}

.payment-details-card hr {
  /* border-top: 1px solid rgba(0, 0, 0, 0.5); */
  /* border-bottom: 1px solid rgba(255,255, 255, 0.2); */
  border-top: 1px solid #bbb;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
}

.payment-details-card .col-sm-3 {
  padding: 15px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-right: 15px;
  flex-direction: column;
}

.payment-details-card .col-sm-3 img {
  max-width: 100%;
  margin: 10px auto;
  max-height: 100px;
}

.payment-details-card .col-sm-3 .imgCreditCard {
  max-width: 100px;
  margin: 20px auto;
}

.payment-details-card .col-sm-3 a {
  border-bottom: 1px dashed #888;
  padding: 10px 0;
  display: flex;
  width: 100%;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
}

.payment-details-card .col-sm-3 a:last-child {
  border-bottom: none;
}

.payment-details-card .col-sm-3 a i {
  color: #aaa;
}

.payment-details-card .col-sm-3 a img {
  opacity: 0.5;
}

.payment-details-card .col-sm-3 a.selected img {
  opacity: 1;
}

.payment-details-card .col-sm-3 a.selected i {
  color: green;
}

.payment-options-card-wrapper {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.payment-options-card-wrapper > div {
  margin-bottom: 30px;
}

.payment-options-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px 15px;
  height: 100%;
  min-height: 90px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}

.payment-options-card.card-selected {
  border-color: #005aab;
  box-shadow: 0 3px 12px rgba(0, 90, 171, 0.5);
}

.payment-options-card.md-img {
  padding: 5px;
}

.payment-options-card.lg-img {
  padding: 3px;
}

.payment-options-card img {
  max-height: 40px;
}

.payment-options-card.md-img img {
  max-height: 55px;
}

.payment-options-card.lg-img img {
  max-height: 70px;
}

.topup-balance-payment {
  margin: 0;
}

.topup-balance-payment form {
  margin: 30px auto 60px;
  border: 1px solid #ddd;
  padding: 0 20px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 21px rgba(0, 0, 0, 0.25);
}

.top-up-container .topup-balance-payment .form-control {
  font-size: 16px;
  height: 60px;
  border: none;
}

.topup-balance-payment form select.form-control {
  width: 25%;
}

.top-up-container .topup-balance-payment input.form-control {
  border-left: 1px solid #ddd;
  padding-left: 15px;
  margin-left: 15px;
  width: 70%;
  width: calc(75% - 20px);
}

.topup-balance-payment dt {
  clear: both;
  width: 60% !important;
}

@media (max-width: 767px) {
  .topup-balance-payment form {
    margin: 20px auto;
  }
  .payment-details-card .col-sm-9 {
    margin-left: 0;
  }
  .payment-details-card > .row {
    flex-direction: column-reverse;
  }
  .payment-options-card-wrapper {
    margin: 0 0 20px;
  }
  .payment-options-card-wrapper > div {
    padding: 5px;
    margin: 0;
  }
  .payment-details-card .col-sm-3 {
    margin-right: 0;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .payment-details-card .col-sm-3 a {
    width: auto;
    border: none;
  }
  .payment-details-card .col-sm-3 a i {
    margin-right: 10px;
  }
  .payment-details-card dd {
    margin-left: 0;
  }
  .payment-details-card .btn {
    width: 100%;
    white-space: normal;
  }
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
/* min-midth of 1901px */
/* ------------------------------------ */
@media (max-height: 1840px) {
  /* .jumbotron .intro {
      padding-top: 15px;
  }
  .jumbotron .intro p {
      margin: 0;
  }
  .trip-type button.btn.btn-default {
      padding: 8px 15px;
  }
  .booking-form-wrapper,
  .booking-form-wrapper .form-row-wrapper,
  .booking-form-wrapper .activated .form-control,
  .booking-form-wrapper .active .form-control {
      height: 60px;
  }
  .booking-form-wrapper .form-group > button,
  .booking-form-wrapper label {
      margin-top: 7px;
      height: 46px;
      width: 46px;
  }
  .booking-form-wrapper label > i {
      height: 46px;
      line-height: 46px;
  }
  .booking-form-wrapper .active i.fas.fa-plane-departure:before,
  .booking-form-wrapper .activated i.fas.fa-plane-departure:before {
      top: 10px;
  }
  .booking-form-wrapper i.fas.fa-plane-departure:before,
  .booking-form-wrapper i.fas.fa-plane-arrival:before {
      top: 12px;
      left: 11px;
  }
  .booking-form-wrapper i.fas.fa-user:before {
      top: 8px;
      left: 9px;
  }
  .booking-form-wrapper .form-row-wrapper {
      margin-top: 0;
  }
  .booking-form-wrapper .form-group.mt10 {
      margin-top: -5px;
      } */
}
/* min-midth of 1901px */
/* ------------------------------------ */
@media (min-width: 1921px) {
  .jumbotron .background {
    top: 30%;
  }
}
/* max-midth of 1430px */
/* ------------------------------------ */
@media (max-width: 1430px) {
  .search-results .slick-slider {
    max-width: 94%;
    max-width: calc(100% - 80px);
    margin: 0 auto;
  }
}
/* max-midth of 1400px */
/* ------------------------------------ */
@media (max-width: 1400px) {
  .cloud.cloud3 {
    right: 2%;
  }
  .traveler-details .detail-panel-wrapper {
    padding-left: 60px;
  }
  #sticky.stick.split-result-sticky {
    padding: 0;
  }
}
/* max-midth of 1300px */
/* ------------------------------------ */
@media (max-width: 1300px) {
  .topbar .booking-timer-wrapper {
    padding: 0;
    margin-left: 15px;
  }
}
/* max-midth of 1300px */
/* ------------------------------------ */
@media (max-width: 1200px) {
  .topbar .booking-timer-wrapper .time-left-bok-confirm {
    display: none;
  }
  .well.link-fcy h2,
  .well.eticket-download h2 {
    font-size: 26px;
    line-height: 1.4;
  }
  #sticky.stick.split-result-sticky .result-header .btn-danger {
    font-size: 0;
    height: 42px;
    width: 42px;
    padding: 0;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: none !important;
  }
  #sticky.stick.split-result-sticky .result-header .btn-danger > i {
    font-size: 20px;
    line-height: 40px;
  }
}
/* max-midth of 1024px & min-width of 768px */
/* ------------------------------------ */
@media (max-width: 1261px) and (min-width: 768px) {
  .search-lists .price {
    font-size: 18px;
  }
  .search-lists .btn-book-now {
    font-size: 12px;
  }
  .jumbotron .background {
    display: none;
  }
  .search-lists p.text-muted.baggage span i {
    display: block;
    margin: 0;
  }
  .search-lists p.text-muted.baggage span {
    width: 50%;
    text-align: center;
    display: inline-block;
    float: left;
  }
  .search-lists .split-result-list p.text-muted.baggage span {
    width: auto;
    float: none;
  }
  .search-lists .split-result-list p.text-muted.baggage span i {
    display: inline-block;
  }
}
/* max-midth of 1024px & min-width of 992px */
/* ------------------------------------ */
@media (max-width: 1075px) and (min-width: 768px) {
  .container-fluid {
    width: 86%;
    width: 98%;
  }
  /* ---------------------------------------------- */
  .division-wrapper {
    top: auto;
    bottom: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.15);
    padding-right: 90px;
    height: 58px;
    overflow: hidden;
  }
  .division-wrapper ul {
    margin-right: 35px;
  }
  .division-wrapper ul li {
    float: left;
    width: 20%;
    margin-bottom: 0;
    border-right: 1px solid #ddd;
  }
  .division-wrapper ul li a {
    width: 100%;
    text-align: center;
    padding: 5px 15px 0;
    background: none;
    color: #c1272d;
    border-radius: 0;
    box-shadow: none;
  }
  .division-wrapper ul li a i {
    width: auto;
    padding: 0;
    margin-right: 5px;
    transition: all ease 0.25s;
  }
  .division-wrapper button.slick-arrow:before {
    top: auto;
    transform: scale(0.6);
  }
  .division-wrapper ul li a span {
    font-size: 16px;
  }
  .division-wrapper ul li a:focus,
  .division-wrapper ul li a:hover {
    color: #fff;
  }
  /* ---------------------------------------------- */
}
/* max-midth of 1024px & min-width of 992px */
/* ------------------------------------ */
@media (min-width: 992px) {
  .topbar .contact-info button.btn {
    display: none;
  }
  .topbar .contact-info ul.dropdown-menu {
    position: static;
    display: block;
    background: none;
    margin-left: 5px;
    padding: 0;
    box-shadow: none;
  }
  .topbar .contact-info ul.dropdown-menu li {
    float: left;
  }
  .topbar .contact-info ul.dropdown-menu li a {
    font-size: 13px;
    color: #ddd;
    padding: 8px;
    background: none;
  }
}
/* max-midth of 991px */
/* ------------------------------------ */
@media (max-width: 991px) {
  .cloud.cloud3 {
    right: 0.2%;
  }
  .know-us-better p {
    font-size: 18px;
  }
  .result-header > .pull-left,
  .result-header > .pull-right {
    margin-top: -10px;
    max-width: 40%;
    margin-bottom: 15px;
    margin-left: 6px;
  }
  .result-header.split-result > .pull-left,
  .result-header.split-result > .pull-right {
    margin-top: -60px;
  }
  .result-header .btn-danger {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 15px;
    font-size: 13px;
    background: #c1272d;
    color: #fff;
    min-width: 140px;
  }
  /* PC 1rule*/
  .result-header .btn-danger.btnNextSearch {
    float: left !important;
    margin-left: 2px;
  }
  .result-header .btn-danger.btnPrevSearch {
    margin-right: 2px;
  }
  .result-header > .pull-right > .btn {
    float: right !important;
  }
  #filter-btn,
  #modify-btn {
    /* width: auto; */
    display: inline-block;
    font-size: 0;
    width: 42px;
    height: 42px;
    border: 1px solid #3c5a98;
    background: none;
    color: #3c5a98;
    /* min-width: 140px; */
  }
  #filter-btn i,
  #modify-btn i {
    font-size: 13px;
  }
  #filter-btn {
    /* padding: 10px 25px; */
    /* margin-left: 3px; */
  }
  #modify-btn {
    /* padding: 10px 20px; */
  }
  .result-header .btn-danger {
    float: left;
    font-size: 0;
    height: 42px;
    width: 42px;
    min-width: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: none !important;
  }
  .result-header .btn-danger > i {
    font-size: 20px;
    line-height: 40px;
  }
  footer .col-md-3,
  footer .col-md-9 {
    text-align: center;
  }
  footer .col-md-3 .list-arrowhead {
    padding: 0;
    margin-bottom: 15px;
  }
  footer .col-md-3 .list-arrowhead li:before {
    content: none;
  }
  footer .social-icons.pull-right,
  footer .col-md-9 h4.pull-left {
    float: none !important;
    display: inline-block;
  }
  footer .social-icons.pull-right {
    margin-top: 20px;
  }
  /* PC 1rule*/
  #form-customer-signup .checkbox-inline {
    padding-left: 20px;
  }
  .flight-result-details .detail-title .snap-left p {
    font-size: 15px;
  }
  .result-header h1 {
    font-size: 20px;
  }
  .ticket-card.display-table .col-sm-12.w62p {
    width: 100% !important;
  }
  .traveler-details .detail-panel-wrapper {
    padding-left: 0;
  }
  .traveler-details .detail-panel-wrapper .panel-icon {
    width: 0;
  }
  .traveler-details .panel-body label.control-label {
    margin-right: 10px;
  }
  .traveler-details .panel-body .sample-link {
    font-size: 10px;
  }
  .well.eticket-download img.bg-assets,
  .well.link-fcy img.bg-assets {
    max-width: 40%;
  }
  .well.link-fcy img.bg-assets {
    max-width: 50%;
    margin: 30px 0 0;
  }
  .well.link-fcy a.btn {
    width: auto;
    margin-bottom: 20px;
  }
  .well.eticket-download .a-wrapper {
    text-align: center;
    display: inline-block;
  }
  .well.eticket-download a.btn + a {
    display: block;
    margin: 10px 0;
  }
}
/* max-midth of 1024px & min-width of 768px */
/* ------------------------------------ */
@media (max-width: 991px) and (min-width: 768px) {
  .search-lists .list-group {
    /* margin-left: 3%; */
    /* margin-right: 3%; */
  }
  .deals a.thumbnail h3 {
    font-size: 20px;
  }
}
/* min-midth of 768px */
/* ------------------------------------ */
@media (min-width: 768px) {
  .jumbotron > .container-fluid {
    top: 40%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .list-double li {
    width: 50%;
    float: left;
    padding-right: 30px;
  }
  .ticket-card > .row > div.col-sm-1 {
    width: 19%;
  }
  .ticket-card > .row > .col-sm-2 {
    width: 19%;
  }
  .ticket-card > .row > .col-sm-3 {
    width: 14%;
  }
  .ticket-card > .row > .col-sm-4 {
    width: 24%;
  }
  .search-lists .split-result-list > .tab-pane {
    width: 50%;
    float: left;
    display: block;
    opacity: 1;
  }
  .search-lists .split-result-list > .tab-pane:first-child {
    padding-right: 10px;
  }
  .search-lists .split-result-list > .tab-pane:last-child {
    padding-left: 10px;
  }
  .search-lists > div > ul.nav-tabs > li > a {
    color: #3c5a98;
  }
  .search-lists > div > ul.nav-tabs > li > a:after {
    content: "";
    top: 100%;
    left: 49%;
    position: absolute;
    border-top: 10px solid #3c5a98;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
}
/* max-midth of 839px */
/* ------------------------------------ */
@media (max-width: 839px) {
  .mainheader .pull-left,
  .mainheader .pull-right {
    float: none !important;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .mainheader .pull-left {
    margin-bottom: 10px;
    width: auto;
  }
}
/* max-midth of 767px */
/* ------------------------------------ */
@media (max-width: 767px) {
  /* html,
  body {
      padding-bottom: 25px;
      background-attachment: fixed;
      background-position: center;
      background-color: #fff;
      background-image: url('../images/background.jpg');
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
  }
  */
  body {
    background-image: url("../images/clouds-bg.png"), linear-gradient(rgb(232, 247, 246), rgb(12, 157, 219), rgb(232, 247, 246) 80%);
    background-size: auto;
    background-attachment: inherit;
    background-repeat: repeat;
    background-position: center -30px;
    /* background: linear-gradient(#0C9DDB, #E8F7F6) url('../images/skypat.jpg') repeat center; */
  }
  .topbar .container-fluid {
    width: 100%;
  }
  section.bannerAd {
    background: #fff;
    padding: 10px 0;
  }
  section.bannerAd .container-fluid {
    width: 100%;
  }
  .traveler-details button.btn-danger.btnConfirmBooking {
    max-width: none;
  }
  .modal-confirmation-box {
    width: 95%;
  }
  .modal-confirmation-box .label-travel-detail-body .form-group {
    padding: 0 25px 0 10px !important;
    margin-bottom: 5px;
  }
  .modal-confirmation-box .label-travel-detail-body .form-group label {
    font-weight: 400 !important;
  }
  header {
    padding-top: 31px;
    background: none;
    box-shadow: none;
  }
  .booking-form-wrapper.no-nationality .input-traveller .traveller-info select.form-control {
    background: none !important;
    border: 1px solid #c1272d;
    color: #bf272c;
    animation: error-shake 0.2s 5;
  }
  .traveler-details div.checkbox {
    border: none;
    margin-bottom: 0;
  }
  footer {
    margin-bottom: 59px;
  }
  footer .contact-infos {
    text-align: center;
  }
  footer .payment-partners img {
    max-height: 30px;
    border-radius: 4px;
  }
  .search-results .slick-slider {
    max-width: 94%;
  }
  .search-results .slick-slider button.slick-arrow.slick-prev {
    left: -40px;
  }
  .thumb-carousel button.slick-arrow {
    min-width: 30px;
  }
  #filter-btn > span,
  #modify-btn > span {
    display: none;
  }
  #sticky.stick {
    position: static;
  }
  #sticky.stick.split-result-sticky {
    position: fixed;
  }
  #sticky.stick.split-result-sticky .airlines-logo {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
    float: left;
    width: 100px;
  }
  #sticky.stick.split-result-sticky .airlines-logo > img {
    max-height: 50px !important;
    margin-bottom: 5px;
    float: left;
  }
  #sticky.stick.split-result-sticky .split-flight-info {
    text-align: left;
    font-size: 18px;
    display: inline-block;
    float: left;
    width: auto;
    width: calc(100% - 115px);
  }
  #sticky.stick.split-result-sticky .split-flight-info > small {
    font-size: 14px;
  }
  #sticky.stick.split-result-sticky .pull-left,
  #sticky.stick.split-result-sticky .pull-right {
    display: none;
  }
  #sticky.stick.split-result-sticky .split-flight-price {
    margin-top: 0;
  }
  #sticky.stick.split-result-sticky .split-flight-price > p {
    float: left;
    line-height: 50px;
    clear: both;
  }
  #sticky.stick.split-result-sticky .split-flight-price > button {
    float: right;
    margin: 0;
    margin-bottom: 15px;
  }
  .mainheader {
    text-align: center;
  }
  .topbar .btn {
    padding: 10px;
  }
  .topbar ul.social-icons {
    width: 100%;
    text-align: center;
    display: none;
  }
  .topbar ul.social-icons li {
    float: none;
    display: inline-block;
  }
  .jumbotron {
    background: none;
  }
  .background-wrapper {
    display: none;
  }
  .ticket-card > .row > div.col-sm-1 {
    border: none;
  }
  .list-double li {
    width: 50%;
    float: left;
    padding-right: 30px;
  }
  .search-lists .list-group-item a .col-md-3 {
    text-align: right;
  }
  .search-lists .list-group-item a .col-md-3.text-right {
    text-align: left;
  }
  .search-lists .list-group-item a .fgt-duration {
    order: 4;
    margin-top: -25px;
  }
  .search-lists .list-group-item {
    padding: 0;
  }
  .search-lists .list-group-item .fgt-duration .flight-time span {
    background-color: transparent;
  }
  .search-lists .list-group-item .row[data-filter-stops="2"] .fgt-duration .flight-time span {
    left: 30%;
    transform: translateX(-30%);
  }
  .search-lists .list-group-item .row[data-filter-stops="2"] .fgt-duration .flight-time span + span {
    left: 70%;
    transform: translateX(-70%);
  }
  .search-lists .list-group-item .row[data-filter-stops="3"] .fgt-duration .flight-time span {
    left: 20%;
    transform: translateX(-20%);
  }
  .search-lists .list-group-item .row[data-filter-stops="3"] .fgt-duration .flight-time span + span + span {
    left: 80%;
    transform: translateX(-80%);
  }
  .search-lists .list-group-item {
    background: #fff;
    /* background: linear-gradient(to bottom, #fff,rgba(255, 255, 255, 0.5)); */
    /* w */
  }
  .search-lists .list-group-item a {
    display: block;
    padding: 10px 0;
    margin: 0;
  }
  .search-lists .list-group-item .fgt-duration .flight-time:before,
  .search-lists .list-group-item .fgt-duration .flight-time:after {
    left: 0;
    right: 0;
  }
  .search-lists .list-group-item a > div:first-child:not(.row) {
    margin-bottom: 20px;
  }
  .flight-result-details .detail-title .snap-right p {
    display: none;
  }
  .search-lists .list-group-item .row > .text-right {
    text-align: left !important;
  }
  .search-lists .list-group-item .row > .text-right + div {
    text-align: right !important;
  }
  .search-lists .list-group-item .fgt-duration p.text-muted {
    margin-top: -70px;
    margin-bottom: 50px;
  }
  .search-lists .list-group-item .row[data-filter-stops="0"] .fgt-duration p.text-muted {
    margin-top: -60px;
    margin-bottom: 50px;
  }
  .search-lists .price {
    padding: 7px 0;
    border-top: 1px solid #c1272d;
    border-bottom: 1px solid #c1272d;
    margin: 10px 0;
  }
  .flight-result-details .detail-title .snap-left {
    /* margin-left: 15px; */
    padding-right: 0;
    margin-right: 0;
  }
  .flight-result-details .display-table {
    padding-left: 15px;
    text-align: center;
  }
  .search-lists .list-group-item .row > .bordered-detail .text-right {
    text-align: center !important;
  }
  .result-header .btn-danger {
    background: none;
    border: 1px solid #c1272d;
    color: #c1272d;
  }
  .ticket-card {
    display: none;
  }
  .ticket-card .img-wrapper {
    display: inline-block;
    width: auto;
    padding: 0 15px;
  }
  .booking-form-wrapper .form-row-wrapper,
  .booking-form-wrapper {
    background: none;
    box-shadow: none;
  }
  .trip-type button.btn.btn-default:hover,
  .trip-type button.btn.btn-default.active {
    background: #fff;
    color: #c1272d;
    box-shadow: none;
    position: relative;
  }
  .trip-type button.btn.btn-default:hover:after,
  .trip-type button.btn.btn-default.active:after {
    /* content: "";
    background: #C1272D;
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; */
  }
  .jumbotron .trip-type {
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.1);
  }
  .jumbotron .trip-type button.btn {
    font-size: 15px;
    padding: 15px 1.5%;
    /*width: 33.33%;*/
    float: left;
    border-radius: 0;
    border-left: 1px solid #c1272d;
    white-space: normal;
    line-height: 1.3;
  }
  .jumbotron .trip-type button.btn:first-child {
    border-left: none;
  }
  /* styling after adding mountain flights */
  .jumbotron .trip-type button.btn:nth-child(1) {
    width: 22%;
    padding: 15px;
  }
  .jumbotron .trip-type button.btn:nth-child(2) {
    width: 25%;
    padding: 15px;
  }
  .jumbotron .trip-type button.btn:nth-child(3) {
    width: 23%;
    padding: 15px;
  }
  .jumbotron .trip-type button.btn:nth-child(4) {
    width: 30%;
    padding: 15px;
  }
  .detail-tabs #flight-details .row > div {
    width: 100% !important;
    text-align: center;
  }
  .detail-tabs .nav-tabs {
    border-color: #fff;
  }
  .booking-summary .detail-tabs {
    background: #fff;
  }
  .booking-summary .detail-tabs + hr {
    display: none;
  }
  .booking-summary .detail-tabs .nav-tabs {
    padding: 10px;
    border-bottom: 3px solid #ccc;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .result-header h1 + hr {
    padding-bottom: 0;
  }
  body .filter-airline.ssr-req [type=checkbox]:not(:checked) + label,
  body [type=checkbox]:checked + label,
  body [type=radio]:not(:checked) + label,
  body [type=radio]:checked + label {
    font-size: 15px !important;
  }
  .detail-tabs .layover-detail {
    margin: 20px 0;
    padding-top: 10px;
  }
  .detail-tabs .layover-detail h5,
  .detail-tabs .layover-detail p {
    float: left;
    color: #c1272d;
    margin: 0 5px;
    font-size: 14px;
    line-height: 1.5;
  }
  .traveler-details {
    margin-bottom: 30px;
  }
  .booking-summary a.bannerad {
    margin-bottom: 10px;
  }
  .passenger-nationality > .input-group {
    width: 100%;
  }
  .result-header h1 {
    line-height: 1.7;
    margin-top: auto;
    margin-bottom: 20px;
  }
  /* .search-lists p.text-muted.baggage span:after,
  .search-lists p.text-muted.baggage span:before,
  .search-lists .list-group-item .fgt-duration .flight-time span:before,
  .search-lists .list-group-item .fgt-duration .flight-time span:after {
      content: none;
  } */
  /* ==================================================== */
  .flight-result-details > p.text-right {
    padding: 0 5px;
  }
  .flight-result-details > p.text-right > button {
    width: 100%;
    margin-top: 10px;
  }
  .flight-result-details {
    padding: 0 15px 15px;
  }
  .flight-result-details .col-md-10.bordered-detail {
    padding: 5px;
  }
  .flight-result-details .col-md-10.bordered-detail .radio {
    margin: 0;
  }
  .flight-result-details .col-md-10.bordered-detail .form-group {
    margin-bottom: 5px;
  }
  .flight-result-details .col-md-10.bordered-detail .col-sm-2.text-center > img {
    display: none;
  }
  .flight-result-details .col-md-10.bordered-detail .col-sm-2.text-center > p {
    display: block;
    margin: 10px 0;
    background: #ddd;
    padding: 8px;
  }
  .flight-result-details .col-md-10.bordered-detail .col-sm-2.text-center > p:before {
    content: "\f017";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
  }
  .search-lists .airlines-name > br {
    display: none;
  }
  .flight-result-details .label-default {
    display: block;
    background: #3c5a98;
    color: #fff;
  }
  #banner-section {
    max-height: none;
    min-height: auto;
    height: auto;
    padding: 0 0 3px;
  }
  .traveller-class {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #c1272d;
  }
  .traveller-pax-info .input-group button {
    height: 40px;
    width: 40px;
  }
  .booking-form-wrapper .traveller-info label {
    margin-top: 10px;
  }
  /* Forms Mobile View
  ==================================================== */
  .booking-form-wrapper .form-control {
    display: block !important;
  }
  .booking-form-wrapper .tt-menu {
    min-width: auto;
  }
  .tt-menu {
    width: 100% !important;
  }
  .booking-form-wrapper .form-group {
    margin-right: 0;
  }
  .booking-form-wrapper .form-group label {
    width: 40px;
    left: 0;
    margin-top: 8px;
    margin-top: 4px;
    /* w */
  }
  .booking-form-wrapper label > i {
    display: none;
  }
  .booking-form-wrapper .form-row,
  .booking-form-wrapper form {
    max-width: 60%;
  }
  .booking-form-wrapper .form-group {
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 5px;
    /* w */
  }
  .booking-form-wrapper .form-group > button {
    margin-top: 5px;
    /* w */
  }
  .booking-form-wrapper[data-trip-type=round] #input-departureDate,
  .booking-form-wrapper[data-trip-type=round] #input-returneDate {
    width: 50%;
    margin-bottom: 10px;
    margin-bottom: 5px;
    /* w */
  }
  .booking-form-wrapper[data-trip-type=round] #input-departureDate {
    padding-right: 5px;
  }
  .booking-form-wrapper[data-trip-type=round] #input-returneDate {
    padding-left: 5px;
  }
  .booking-form-wrapper[data-trip-type=round] #input-returneDate label {
    left: 5px;
  }
  .booking-form-wrapper label {
    display: none;
  }
  .booking-form-wrapper,
  .booking-form-wrapper.step1 {
    width: 100%;
  }
  .booking-form-wrapper.step1 .active .form-control,
  .booking-form-wrapper.step1 .form-control {
    width: 100%;
    padding-left: 30px;
    height: 50px;
  }
  .booking-form-wrapper.step1 {
    max-width: 100%;
  }
  .booking-form-wrapper .form-row,
  .booking-form-wrapper form {
    max-width: 100%;
  }
  .booking-form-wrapper.nationality-selected .form-group > button,
  .booking-form-wrapper .form-group > button {
    font-size: 18px;
    width: 100%;
  }
  .booking-summary .container-fluid {
    width: 100%;
  }
  .booking-summary .contact-details,
  .booking-summary .traveler-details,
  .booking-summary .detail-tabs > .tab-content {
    background: #fff;
    padding: 1px 15px;
    border-radius: 4px;
  }
  .booking-summary .traveler-details {
    border-radius: 0 0 4px 4px;
  }
  .booking-summary .contact-details {
    border-radius: 4px 4px 0 0;
  }
  /*PC*/
  .overFlowHidden #ui-datepicker-div {
    width: 0;
    display: none !important;
  }
  #multiCityContainer .form-row-wrapper .active .form-control,
  #multiCityContainer .form-row-wrapper .form-control {
    max-width: 100%;
  }
  #multiCityContainer .form-row-wrapper {
    max-width: 100%;
    left: 0;
  }
  .booking-form-wrapper .form-row-wrapper,
  .booking-form-wrapper {
    height: auto;
  }
  .booking-form-wrapper .input-traveller .traveller-info {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
  }
  .traveller-pax-info {
    margin-top: 10px;
  }
  .booking-form-wrapper .input-traveller .traveller-info #traveller-save {
    padding: 10px 20px;
    /* position: absolute; */
    bottom: 10px;
    left: 10px;
    right: 10px;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 0 0 7px rgba(193, 39, 45, 0.75);
  }
  .intro {
    display: none;
  }
  #multiCityContainer .form-row-wrapper {
    width: 100%;
  }
  #multiCityContainer .form-row-wrapper .active .form-control {
    width: 100% !important;
  }
  .booking-form-wrapper.step1 .active .form-control,
  .booking-form-wrapper.step1 .form-control {
    width: 100%;
    padding-left: 40px;
    height: 60px;
    /* w */
    box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.1);
  }
  .booking-form-wrapper label {
    position: absolute;
    z-index: 1;
    display: block;
    color: #3b5996;
    background: none;
    width: 25px;
  }
  .booking-form-wrapper label > i {
    display: block;
    background: none;
  }
  .booking-form-wrapper i.fas.fa-plane-arrival:before {
    background: url("../images/icon-landing-arrow.png") no-repeat;
    left: 8px;
  }
  .booking-form-wrapper i.fas.fa-user:before {
    background: url("../images/icon-passenger.png") no-repeat;
    left: 8px;
  }
  #banner-section .container-fluid {
    padding: 0;
    position: static;
  }
  section.deals.package-deals {
    background: none;
    margin-top: 0;
  }
  .deals {
    margin: 0;
    padding-top: 30px;
    background: #fff url("../images/world-map.png") top center no-repeat fixed;
    background-size: cover;
  }
  .other-links {
    background: none;
  }
  .other-links .col-md-2 {
    width: 100% !important;
  }
  .other-links,
  .other-links h3,
  .other-links p.text-justify {
    text-align: center;
  }
  .other-links h3 {
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 0;
  }
  .other-links h3:after {
    width: 0;
  }
  .other-links p.text-justify {
    margin-bottom: 40px;
    color: #333;
  }
  .deals a.thumbnail:before,
  .deals a.thumbnail:after,
  .deals a.thumbnail:hover .caption:after {
    /* content: none; */
  }
  .deals a.thumbnail h3 small {
    color: #fff;
  }
  .deals a.thumbnail:after {
    top: 0;
  }
  .division-wrapper {
    top: auto;
    bottom: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.15);
    /* padding-right: 90px; */
    height: 50px;
    overflow: hidden;
  }
  .division-wrapper ul {
    margin-right: 35px;
  }
  .division-wrapper button.slick-arrow:before {
    top: auto;
    transform: scale(0.6);
  }
  iframe[title="chat widget"] {
    top: -140px !important;
  }
  .division-wrapper ul li {
    float: left;
    width: 20%;
    margin-bottom: 0;
    border-right: 1px solid #ddd;
  }
  .division-wrapper ul li a {
    width: 100%;
    height: 50px;
    text-align: center;
    padding: 6px 3px;
    background: none;
    color: #c1272d;
    border-radius: 0;
    box-shadow: none;
  }
  .division-wrapper ul li a i {
    width: auto;
    padding: 0;
    /* margin-right: 5px; */
    /* margin-top: 10px; */
    /* line-height: 1; */
    transition: all ease 0.25s;
  }
  .division-wrapper button.slick-arrow {
    bottom: 0;
    line-height: 20px;
    min-width: 50px;
  }
  .division-wrapper ul li a span {
    font-size: 14px;
  }
  .division-wrapper ul li a:focus,
  .division-wrapper ul li a:hover {
    color: #fff;
  }
  .profile dt {
    float: left;
    width: 45%;
  }
  .search-lists .split-result-list .list-group-item .row > .text-right {
    text-align: right !important;
  }
  .search-lists .split-result-list .price {
    border: none;
    padding: 0;
  }
  .split-summary > div {
    display: block;
    text-align: center;
  }
  .split-summary .airlines-logo > img {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .split-summary .split-flight-info {
    width: 100%;
    font-size: 22px;
  }
  .split-summary .split-flight-price {
    margin-top: 15px;
  }
  .split-summary .btn-book-now {
    width: auto;
    margin-top: 10px;
    padding: 10px 20px;
  }
  .search-lists > div > ul.nav-tabs > li.active > a {
    background: #3c5a98;
    color: #fff;
  }
  .traveler-details .panel .form-control.hint-popup + .input-format {
    left: 5%;
    bottom: 48px;
    width: 90%;
  }
  .traveler-details .panel .form-control.hint-popup + .input-format:after {
    left: 20px;
  }
  footer .contact-infos a[title=Viber],
  footer .contact-infos a[title=WhatsApp] {
    margin: 10px 5px;
    display: inline-block;
    border: 1px solid #444;
    width: 120px;
    padding: 5px;
    border-radius: 20px;
  }
  footer .contact-infos a[title=Viber]:hover {
    background: #7c529e;
    color: #fff;
    border: 1px solid transparent;
  }
  footer .contact-infos a[title=WhatsApp]:hover {
    background: #29ac00;
    color: #fff;
    border: 1px solid transparent;
  }
  footer .contact-infos a:hover i {
    color: #fff;
    background: none;
  }
  footer h4 {
    margin: 10px;
  }
  footer .payment-partners-wrapper {
    margin-top: 0;
  }
  footer .contact-infos > .row {
    border-top: 1px solid #333;
    border-bottom: 1px solid #111;
    margin-bottom: 0;
    padding: 10px 0;
  }
  footer .contact-infos > .row:first-child {
    border-top: none;
  }
  footer .contact-infos > .row:last-child {
    border-bottom: none;
  }
  footer .contact-infos a[title=Viber]:after,
  footer .contact-infos a[title=WhatsApp]:after {
    content: attr(title);
    display: inline-block;
  }
  footer .contact-infos a i {
    border: none !important;
    padding: 0 !important;
  }
  footer .contact-infos a[href*="mailto:"] {
    display: block;
  }
}
/* max-midth of 767px */
/* ------------------------------------ */
@media (max-width: 580px) {
  .topbar .contact-info button.btn {
    font-size: 0;
  }
  .well.eticket-download,
  .well.link-fcy {
    text-align: center;
  }
  .well.eticket-download img.bg-assets,
  .well.link-fcy img.bg-assets {
    position: static;
    max-width: 100%;
    transform: none;
  }
  .well.link-fcy img.bg-assets {
    margin: 0 auto 20px;
  }
}
/* max-midth of 767px */
/* ------------------------------------ */
@media (max-width: 520px) {
  #modify-search .booking-tab label > span {
    display: none;
  }
  .booking-form .radio-inline label {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px !important;
    margin-right: 10px;
    padding-left: 17px;
    padding-top: 2px;
  }
}
/* max-midth of 767px */
/* ------------------------------------ */
@media (max-width: 500px) {
  .know-us-better p {
    font-size: 16px;
  }
  .deals .col-xs-6.col-sm-4 {
    width: 100%;
  }
  .search-lists .list-group-item .fgt-duration .flight-time {
    margin-top: 60px;
  }
  .profile .user-profile-details li:last-child {
    padding-left: 0;
  }
  .payment-choices li {
    width: 100%;
    margin: 5px 0;
    padding: 20px;
    min-height: auto;
  }
  .filter-time > .btn-group > .btn > img {
    display: none;
  }
  #sticky.stick.split-result-sticky .airlines-logo > img {
    max-height: 50px !important;
  }
  #sticky.stick.split-result-sticky .split-flight-info {
    font-size: 16px;
  }
  #sticky.stick.split-result-sticky .split-flight-info > small {
    font-size: 13px;
  }
  #sticky.stick.split-result-sticky .split-flight-price {
    margin-top: 10px;
  }
  .search-lists > div > ul.nav-tabs > li > a {
    padding: 10px 5px;
    font-size: 13px;
  }
}
/* max-midth of 767px */
/* ------------------------------------ */
@media (max-width: 300px) {
  body,
  html {
    min-width: 300px;
    overflow: scroll;
  }
}
.signup-upload-doc {
  border: 1px solid #888888;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
  padding: 7px;
  display: block;
  color: #555555;
}

.truncate-text {
  min-width: 187px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

.hotel-title-rooms {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* max-width: 227px;*/
}

.profile-title {
  margin-top: 45px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0px;
  border-bottom: 1px solid #c1272d;
  padding-bottom: 8px;
}

.profile-title strong {
  background: #c1272d;
  border-radius: 4px 0 0 0;
  color: #fff;
  font-weight: 500;
  padding: 10px;
  position: relative;
}

.profile-title strong:after {
  content: "";
  border-right: 20px solid transparent;
  border-bottom: 40px solid #c1272d;
  position: absolute;
  top: 0;
  left: 100%;
}

.top-up-container .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #c3c0c0;
  color: #000;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

.topup-error {
  font-size: 17px;
  text-transform: none;
  float: right;
  color: red;
  font-style: italic;
  font-weight: 500;
}

.modal-fare-details dt,
.modal-cashback-details dt {
  text-align: left;
  margin-left: 18px;
  font-weight: 500;
}

/** FOR CORONA **/
/*.jumbotron{
    margin-top: -100px;
    z-index: -999999;
}

@media (max-width:767px) {

    #banner-section {
        margin-top: 10px;
    }

    }*/
.alert-corona {
  margin: 10px 0 -10px 0;
  font-size: 13px;
  background: #4f75b5;
  color: #ffffff;
  text-align: justify;
}

@media (max-width: 767px) {
  .alert-corona {
    margin-top: 150px;
  }
}
@media (max-width: 1075px) and (min-width: 768px) {
  .alert-corona {
    margin-top: 150px;
  }
}
.seats-charter {
  margin-top: 10px !important;
  font-weight: 500;
  color: #3c5a98 !important;
  font-size: 14px !important;
}

span.image-file-name {
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#reg-map {
  width: 100%;
  height: 300px;
}

.pac-container {
  background-color: #fff;
  z-index: 10000;
  position: fixed;
  display: inline-block;
  float: left;
}

.icon-guest-login {
  font-size: 31px;
  line-height: 60px;
  width: 65px;
  height: 65px;
  color: #3b5996;
  border: 1px solid #3b5996;
  border-radius: 50%;
}

.guest-benefits {
  font-size: 13px;
  margin-bottom: 0px;
  color: #333;
}

.guest-benefits ul {
  margin-left: -25px;
  margin-bottom: 0px;
}

@media (max-height: 700px) and (min-width: 1076px) {
  .division-wrapper ul li a {
    padding-top: 4px;
    padding-bottom: 0px;
  }
}
@media (max-height: 600px) and (min-width: 1076px) {
  .division-wrapper ul li a i {
    font-size: 13px !important;
  }
}
/*@media (max-width: 1075px) and (min-width: 768px) {

    .division-wrapper {
        top: auto;
        bottom: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.15);
        padding-right: 90px;
        height: 58px;
        overflow: hidden;
    }

    .division-wrapper ul {
        margin-right: 35px;
    }

    .division-wrapper ul li {
        float: left;
        width: 20%;
        margin-bottom: 0;
        border-right: 1px solid #ddd;
    }

    .division-wrapper ul li a {
        width: 100%;
        text-align: center;
        padding: 5px 15px 0;
        background: none;
        color: #c1272d;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .division-wrapper ul li a i {
        width: auto;
        padding: 0;
        margin-right: 5px;
        -webkit-transition: all ease 0.25s;
        -moz-transition: all ease 0.25s;
        -ms-transition: all ease 0.25s;
        -o-transition: all ease 0.25s;
        transition: all ease 0.25s;
    }

    .division-wrapper button.slick-arrow:before {
        top: auto;
        transform: scale(0.6);
    }

    .division-wrapper ul li a span {
        font-size: 16px;
    }

    .division-wrapper ul li a:focus, .division-wrapper ul li a:hover {
        color: #fff;
    }
}

@media (min-width:768px) {

    .division-wrapper {
        top: auto;
        bottom: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.15);
        padding-right: 90px;
        height: 58px;
        overflow: hidden;
    }

    .division-wrapper ul {
        margin-right: 35px;
    }

    .division-wrapper button.slick-arrow:before {
        top: auto;
        transform: scale(0.6);
    }

    iframe[title="chat widget"] {
        top: -140px !important;
    }

    .division-wrapper ul li {
        float: left;
        width: 20%;
        margin-bottom: 0;
        border-right: 1px solid #ddd;
    }

    .division-wrapper ul li a {
        width: 100%;
        text-align: center;
        padding: 0 3px;
        background: none;
        color: #c1272d;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .division-wrapper ul li a i {
        width: auto;
        padding: 0;
        margin-right: 5px;
        margin-top: 10px;
        line-height: 1;
        -webkit-transition: all ease 0.25s;
        -moz-transition: all ease 0.25s;
        -ms-transition: all ease 0.25s;
        -o-transition: all ease 0.25s;
        transition: all ease 0.25s;
    }

    .division-wrapper ul li a span {
        font-size: 14px;
    }

    .division-wrapper ul li a:focus,
    .division-wrapper ul li a:hover {
        color: #fff;
    }
    }*/
.ui-datepicker-group.ui-datepicker-group-last {
  border: none;
}

.ui-datepicker.ui-datepicker-multi {
  padding: 5px !important;
  border-radius: 8px !important;
  border: 1px solid #dbdbdb !important;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  width: 45em !important;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  padding: 0px 10px;
}

.ui-datepicker-calendar > thead > tr > th {
  background: #cdd6ea !important;
  color: #3b5997;
  font-weight: 400 !important;
}

.ui-datepicker-unselectable.ui-state-disabled {
  opacity: 1;
}

.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  color: #c1c1c1 !important;
}

.ui-state-default {
  color: #616161 !important;
}

.ui-datepicker-today {
  border-color: #3b5996 !important;
}

.ui-datepicker-today a {
  color: #3b5996 !important;
}

table.ui-datepicker-calendar {
  border-collapse: separate;
}

.ui-datepicker-calendar > thead > tr > th:first-child {
  border-radius: 6px 0 0 6px;
}

.ui-datepicker-calendar > thead > tr > th:last-child {
  border-radius: 0 6px 6px 0;
}

.ui-datepicker-calendar > tbody > tr > td {
  border: 1px solid transparent;
  border-radius: 4px;
}

.ui-datepicker-calendar > tbody > tr > td:hover {
  border: 1px solid #6d8cc3 !important;
  background: #e8ebf6 !important;
}

.ui-datepicker-calendar > tbody > tr > td:hover > a {
  color: #616161 !important;
}

.ui-datepicker-current-day {
  background: #3b5997 !important;
}

.ui-datepicker-calendar td > a.ui-state-active {
  color: #f4f6fb !important;
}

.ui-datepicker .ui-datepicker-header {
  background: none !important;
  color: #3b5997;
}

.ui-datepicker-title {
  font-weight: 400 !important;
  font-size: 16px !important;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  color: #7b7b7b;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-prev:after {
  color: currentcolor !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
  color: #3b5997;
}

.ui-datepicker-current-day a::after:not(:hover),
.ui-datepicker-today a::after:not(:hover) {
  color: #cdd6ea;
}

td:has(.ui-state-default),
.ui-state-default,
.ui-state-default > a {
  transition: all linear 0.2s !important;
}

.calendar-price-active::after {
  content: attr(title);
  display: block;
  text-align: center;
  line-height: 0;
  font-size: 11px;
  padding-inline: 2px;
  color: #616160;
  margin-top: 2px;
}

.ui-datepicker-current-day.calendar-price-active:after {
  color: #fff;
}

.ui-datepicker-multi .ui-datepicker-calendar td {
  /*padding: 5px !important;*/
  height: 42px;
  padding-bottom: 5px !important;
}

/*Custom Helper Classes*/
.default-theme-color {
  color: #ce2c31 !important;
}

/*Font Helpers*/
.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs25 {
  font-size: 25px !important;
}

.fw500 {
  font-weight: 500 !important;
}

.font-style-italic {
  font-style: italic;
}

/*Font Helpers*/
/*Margin Helpers*/
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt25 {
  margin-top: 25px;
}

.mr9 {
  margin-right: 9px;
}

.mr20 {
  margin-right: 20px;
}

.mr-5 {
  margin-top: -5px;
}

.mr-10 {
  margin-top: -10px;
}

.mr-15 {
  margin-top: -15px;
}

.mr-20 {
  margin-top: -20px;
}

.ml20 {
  margin-left: 20px;
}

.mb20 {
  margin-bottom: 20px !important;
}

/*Margin Helpers*/
/* Height Helper Classed */
.mh75 {
  max-height: 75px !important;
}

/* Width */
.w23p {
  width: 23% !important;
}

.w62p {
  width: 62% !important;
}
