/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* 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-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.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: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.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-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.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;
}
.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: 21px;
	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-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.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("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.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;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.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;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For 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;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	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 overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.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 li a {
	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 a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	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 {
	border: 1px solid #999999;
	background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.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);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For 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_222222_256x240.png) !important;
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-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: -64px -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: -64px -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: 0 -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: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/*! jQuery-ui-Slider-Pips - v1.11.4 - 2016-09-04
* Copyright (c) 2016 Simon Goellner <simey.me@gmail.com>; Licensed MIT */

/* HORIZONTAL */
/* increase bottom margin to fit the pips */
.ui-slider-horizontal.ui-slider-pips {
  margin-bottom: 1.4em;
}

/* default hide the labels and pips that arnt visible */
/* we just use css to hide incase we want to show certain */
/* labels/pips individually later */
.ui-slider-pips .ui-slider-label,
.ui-slider-pips .ui-slider-pip-hide {
  display: none;
}

/* now we show any labels that we've set to show in the options */
.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
  display: block;
}

/* PIP/LABEL WRAPPER */
/* position each pip absolutely just below the default slider */
/* and also prevent accidental selection */
.ui-slider-pips .ui-slider-pip {
  width: 2em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  font-size: 0.8em;
  color: #666;
  overflow: visible;
  text-align: center;
  top: 24px;
  left: 20px;
  margin-left: -1em;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-state-disabled.ui-slider-pips .ui-slider-pip {
  cursor: default;
}

/* little pip/line position & size */
.ui-slider-pips .ui-slider-line {
  background: #999;
  width: 1px;
  height: 3px;
  position: absolute;
  left: 50%;
}

/* the text label postion & size */
/* it overflows so no need for width to be accurate */
.ui-slider-pips .ui-slider-label {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1em;
  width: 2em;
}

/* make it easy to see when we hover a label */
.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
  color: black;
  font-weight: bold;
}

/* VERTICAL */
/* vertical slider needs right-margin, not bottom */
.ui-slider-vertical.ui-slider-pips {
  margin-bottom: 1em;
  margin-right: 2em;
}

/* align vertical pips left and to right of the slider */
.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
  text-align: left;
  top: auto;
  left: 20px;
  margin-left: 0;
  margin-bottom: -0.5em;
}

/* vertical line/pip should be horizontal instead */
.ui-slider-vertical.ui-slider-pips .ui-slider-line {
  width: 3px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.ui-slider-vertical.ui-slider-pips .ui-slider-label {
  top: 50%;
  left: 0.5em;
  margin-left: 0;
  margin-top: -0.5em;
  width: 2em;
}

/* FLOATING HORIZTONAL TOOLTIPS */
/* remove the godawful looking focus outline on handle and float */
.ui-slider-float .ui-slider-handle:focus,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label {
  outline: none;
}

/* style tooltips on handles and on labels */
/* also has a nice transition */
.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
  position: absolute;
  visibility: hidden;
  top: -40px;
  display: block;
  width: 80px;
  margin-left: -40px;
  left: 50%;
  height: 25px;
  line-height: 20px;
  background: #3f728c;
  border-radius: 3px;
  border: 1px solid #3f728c;
  text-align: center;
  font-size: 13px;
  font-weight:600;
  opacity: 0;
  padding:2px 0;
  color: #fff;
  -webkit-transition-property: opacity, top, visibility;
  transition-property: opacity, top, visibility;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 200ms, 200ms, 0ms;
  transition-duration: 200ms, 200ms, 0ms;
  -webkit-transition-delay: 0ms, 0ms, 200ms;
  transition-delay: 0ms, 0ms, 200ms;
}

/* show the tooltip on hover or focus */
/* also switch transition delay around */
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  opacity: 1;
  top: -30px;
  visibility: visible;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 200ms, 200ms, 0ms;
  transition-delay: 200ms, 200ms, 0ms;
}

/* put label tooltips below slider */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  top: 42px;
}

.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 32px;
  font-weight: normal;
}

/* give the tooltip a css triangle arrow */
.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  content: " ";
  width: 0;
  height: 0;
   border: 5px solid rgba(63, 114, 140, 0);
  border-top-color: #3f728c;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}

/* put a 1px border on the tooltip arrow to match tooltip border */
.ui-slider-float .ui-slider-tip:before,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid rgba(63, 114, 140, 0);
  border-top-color: #3f728c;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -5px;
}

/* switch the arrow to top on labels */
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: white;
  top: -10px;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-bottom-color: #888;
  top: -11px;
}

/* FLOATING VERTICAL TOOLTIPS */
/* tooltip floats to left of handle */
.ui-slider-vertical.ui-slider-float .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  width: 34px;
  margin-left: 0px;
  left: -60px;
  color: #333;
  -webkit-transition-duration: 200ms, 200ms, 0;
  transition-duration: 200ms, 200ms, 0;
  -webkit-transition-property: opacity, left, visibility;
  transition-property: opacity, left, visibility;
  -webkit-transition-delay: 0, 0, 200ms;
  transition-delay: 0, 0, 200ms;
}

.ui-slider-vertical.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 50%;
  margin-top: -11px;
  left: -50px;
}

/* put label tooltips to right of slider */
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  left: 47px;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  left: 37px;
}

/* give the tooltip a css triangle arrow */
.ui-slider-vertical.ui-slider-float .ui-slider-tip:after,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: white;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -10px;
  margin-left: 0;
  top: auto;
  left: auto;
}

.ui-slider-vertical.ui-slider-float .ui-slider-tip:before,
.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-left-color: #888;
  border-top-color: transparent;
  position: absolute;
  bottom: 50%;
  margin-bottom: -5px;
  right: -11px;
  margin-left: 0;
  top: auto;
  left: auto;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: white;
  right: auto;
  left: -10px;
}

.ui-slider-vertical.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid rgba(255, 255, 255, 0);
  border-right-color: #888;
  right: auto;
  left: -11px;
}

/* SELECTED STATES */
/* Comment out this chuck of code if you don't want to have
        the new label colours shown */
.ui-slider-pips [class*=ui-slider-pip-initial] {
  font-weight: bold;
  color: #14CA82;
}

.ui-slider-pips .ui-slider-pip-initial-2 {
  color: #1897C9;
}

.ui-slider-pips [class*=ui-slider-pip-selected] {
  font-weight: bold;
  color: #FF7A00;
}

.ui-slider-pips .ui-slider-pip-inrange {
  color: black;
}

.ui-slider-pips .ui-slider-pip-selected-2 {
  color: #E70081;
}

.ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line,
.ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
  background: black;
}
.slider .ui-slider-handle{
    background:#F26522 !important; 
    border:1px solid #F26522 !important;
    border-radius:50%;
     top: -0.3em !important;
     width: 1.5em !important;
     height: 1.5em !important;
     box-shadow: 1px 2px 2px #888;
     cursor:pointer !important;
}
.slider.ui-widget-content {
    /*background: #e8f0f4 !important;*/
    border: 1px solid #3f728c !important;
    cursor: pointer;
    border-radius: 4px;
    padding: 8px;
    background: url('images/progressColors.png') no-repeat;
}

.slider{
    margin-top:20px;
}
.peFlareLightbox {
  z-index:2000;
  position:fixed;
  overflow:hidden;
  top:0;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-transform:translateZ(0px);
  -webkit-transition:opacity .5s;
  -moz-transition:opacity .5s;
  -o-transition:opacity .5s;
  -ms-transition:opacity .5s;
  opacity:0;
  filter:Alpha(Opacity=0);
  overflow:hidden;
  left:0;
  display:none;
  zoom:1;
}

.peFlareLightbox img {
  max-width:none !important;
}

.peFlareLightbox div,
.peFlareLightbox span,
.peFlareLightbox img {
  outline:0;
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -moz-box-shadow:0;
  -webkit-box-shadow:0;
  box-shadow:0;
}

.peFlareLightbox.peFlareLightboxActive {
  opacity:1;
}

.peFlareLightbox .peFlareLightboxHidden {
  position:absolute;
  opacity:0;
  visibility:hidden;
  filter:Alpha(Opacity=0);
  z-index:1;
}

.peFlareLightbox .peFlareLightboxOverlay {
  position:absolute;
  opacity:.8;
  background-color:black;
  filter:Alpha(Opacity=100);
  width:100%;
  height:100%;
  z-index:2;
}

.peFlareLightbox .peFlareLightboxContent {
  position:absolute;
  width:100%;
  height:100%;
  z-index:3;
}

.peFlareLightbox .peFlareLightboxVideo {
  -webkit-transform:translateZ(0px);
  -webkit-transition:opacity .5s;
  -moz-transition:opacity .5s;
  -o-transition:opacity .5s;
  -ms-transition:opacity .5s;
  position:absolute;
  background-color:black;
  width:100%;
  height:100%;
  z-index:6;
  opacity:0;
  visibility:hidden;
}

.peFlareLightbox .peFlareLightboxVideo video {
  display:block;
}

.peFlareLightbox .peFlareLightboxVideo.peFlareLightboxActive {
  opacity:1;
  visibility:visible;
}

.peFlareLightbox .peFlareLightboxVideo>div,
.peFlareLightbox .peFlareLightboxVideo>iframe {
  width:100%;
}

.peFlareLightbox .peFlareLightboxThumbs {
  -webkit-transform:translateZ(0px);
  position:absolute;
  width:100%;
  height:86px;
  margin-top:0;
  top:100%;
  z-index:5;
  -webkit-transition:margin-top .5s;
  -moz-transition:margin-top .5s;
  -o-transition:margin-top .5s;
  -ms-transition:margin-top .5s;
}

.peFlareLightbox .peFlareLightboxThumbs.peFlareLightboxActive {
  margin-top:-84px;
}

.peFlareLightbox .peFlareLightboxThumbs>span {
  overflow:hidden;
  display:block;
  width:100%;
  height:50px;
  margin-top:-50px;
}

.peFlareLightbox.msie .peFlareLightboxThumbs>span {
  background-color:black;
  opacity:0;
  filter:Alpha(Opacity=0);
}

.peFlareLightbox .peFlareLightboxThumbs>div {
  overflow:hidden;
  background-color:black;
  background-color:rgba(0,0,0,0.5);
}

.peFlareLightbox .peFlareLightboxThumbs>div>div {
  overflow:hidden;
  margin:auto;
}

.peFlareLightbox.mobile .peFlareLightboxThumbs>div>div {
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -o-transition:all .5s;
  -ms-transition:all .5s;
}

.peFlareLightbox.mobile .peFlareLightboxThumbs>div>div.touchMove {
  -webkit-transition:all 0s;
  -moz-transition:all 0s;
  -o-transition:all 0s;
  -ms-transition:all 0s;
}

.peFlareLightbox .peFlareLightboxThumbs>div>div>span {
  width:90px;
  height:60px;
  display:block;
  overflow:hidden;
  float:left;
  margin:10px 0 10px 10px;
  cursor:pointer;
}

.peFlareLightbox .peFlareLightboxThumbs>div>span {
  width:90px;
  height:60px;
  display:block;
  overflow:hidden;
  float:left;
  margin:10px 0 10px 10px;
  cursor:pointer;
}

.peFlareLightbox .peFlareLightboxThumbs>div>span.loaded {
  background-image:none;
}

.peFlareLightbox .peFlareLightboxContent>div {
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  -ms-transition:all 1s;
  -webkit-transform:translateZ(0px);
  position:absolute;
  overflow:hidden;
  display:block;
  width:100%;
  height:100%;
  opacity:0;
}

.peFlareLightbox .peFlareLightboxContent>div.touchMove {
  -webkit-transition:all 0s;
  -moz-transition:all 0s;
  -o-transition:all 0s;
  -ms-transition:all 0s;
}

.peFlareLightbox .peFlareLightboxControls {
  -webkit-transform:translateZ(0px);
  z-index:1000;
  left:50%;
  position:absolute;
}

.peFlareLightbox .peFlareLightboxControls>div {
  position:relative;
  left:-50%;
}

.peFlareLightbox .peFlareLightboxControls a {
  display:block;
  float:right;
  margin:5px 5px 5px 0;
  z-index:1000;
}

.peFlareLightbox .peFlareLightboxSpinner {
  -webkit-transform:translateZ(0px);
  z-index:1010;
  width:100%;
  height:100%;
  position:absolute;
  filter:Alpha(Opacity=100);
}

.peFlareLightbox .peFlareLightboxSpinner span {
  display:block;
  width:24px;
  height:24px;
  position:absolute;
  top:50%;
  margin-top:-12px;
  left:50%;
  margin-left:-12px;
  border-radius:4px;
  filter:Alpha(Opacity=100);
}

.peFlareLightbox a.peFlareLightboxVideoIcon {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-transform:translateZ(0px);
  -webkit-transition:opacity .5s;
  -moz-transition:opacity .5s;
  -o-transition:opacity .5s;
  -ms-transition:opacity .5s;
  position:absolute;
  z-index:10;
  cursor:pointer;
  display:block;
  height:84px;
  width:84px;
  top:50%;
  left:50%;
  display:block;
  visibility:hidden;
  opacity:0;
}

.peFlareLightbox a.peFlareLightboxVideoIcon.peFlareLightboxActive {
  opacity:1;
  visibility:visible;
}

.peFlareLightbox a.peFlareLightboxVideoIcon span {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  position:relative;
  display:block;
  width:84px;
  height:84px;
  margin-top:-42px;
  margin-left:-42px;
}

.peFlareLightbox .peFlareLightboxContent .peFlareLightboxRenderImage img {
  -webkit-transition:all 1s;
}

.peFlareLightbox .peFlareLightboxContent>div.peFlareLightboxRenderGallery {
  -webkit-transition:all 0s;
  -moz-transition:all 0s;
  -o-transition:all 0s;
  -ms-transition:all 0s;
  background-color:black;
  filter:Alpha(Opacity=100);
  opacity:1;
}

.peFlareLightbox .peFlareLightboxContent>div.peFlareLightboxRenderGallery img {
  display:block;
  position:absolute;
  -webkit-transform-origin:0 0;
}

.peFlareLightbox .peFlareLightboxContent>div.peFlareLightboxRenderGallery img.pePrevBW {
  z-index:1;
}

.peFlareLightbox .peFlareLightboxContent>div.peFlareLightboxRenderGallery img.pePrevColor {
  z-index:2;
}

.peFlareLightbox .peFlareLightboxContent>div.peFlareLightboxRenderGallery img.peCurrentBW {
  z-index:4;
}

.peFlareLightbox .peFlareLightboxContent>div.peFlareLightboxRenderGallery img.peCurrentColor {
  z-index:5;
}

@media(min-width:480px) and (max-width:767px) {
  .peFlareLightbox a.peFlareLightboxVideoIcon {
    height:42px;
    width:42px;
  }
  .peFlareLightbox a.peFlareLightboxVideoIcon span {
    width:42px;
    height:42px;
    margin-top:-21px;
    margin-left:-21px;
  }
}

.hiddenLightboxContent {
  display:none;
}

.peFlareLightbox .peFlareLightboxControls a {
  display:block;
  float:right;
  width:30px;
  height:30px;
  opacity:.65;
}

.peFlareLightbox .peFlareLightboxControls a:hover {
  opacity:1;
}

.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlPrev {
  background:url(themes/default/img/prev.png) no-repeat 0 0;
}

.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlNext {
  background:url(themes/default/img/next.png) no-repeat 0 0;
}

.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlClose {
  background:url(Images/close.png) no-repeat 0 0;
}

.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlThumbs {
  background:url(themes/default/img/thumbs.png) no-repeat 0 0;
}

.peFlareLightbox .peFlareLightboxSpinner span {
  background:url(Images/spinner.gif) no-repeat center center;
  background-color:black;
  background-color:rgba(0,0,0,.8);
}

.peFlareLightbox .peFlareLightboxThumbs>div>span {
  background:url(themes/default/img/spinner.gif) no-repeat center center;
  background-color:black;
  background-color:rgba(0,0,0,.8);
}


.peFlareLightbox a.peFlareLightboxVideoIcon span {
  background:url("themes/default/img/start.png") no-repeat 0 0;
}

.peFlareLightbox a.peFlareLightboxVideoIcon:hover span {
  background-position:0 -84px;
}

.peFlareLightbox .peFlareLightboxThumbs>div>div>span {
  border:2px solid white;
  box-shadow:2px 2px 2px #000;
}

.peFlareLightbox .peFlareLightboxContent .peFlareLightboxRenderImage img.fit {
  border:4px solid white;
  box-shadow:4px 4px 4px #000;
}

@media(min-width:480px) and (max-width:767px) {
  .peFlareLightbox a.peFlareLightboxVideoIcon span {
    background:url("themes/default/img/start_mob.png") no-repeat 0 0;
  }
  .peFlareLightbox a.peFlareLightboxVideoIcon:hover span {
    background-position:0 -42px;
  }
}

#simplePro,
#multiPro {
  zoom:1;
}

.projekktor {
  background-color:#000;
  font-family:'Lucida Grande',Trebuchet MS,Arial,Sans-Serif;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  text-transform:uppercase;
  text-shadow:0 1px 1px #0c0c0c;
  padding:0;
  margin:0;
  display:block;
  position:relative;
}

.ppdisplay {
  position:relative !important;
}

.ppcontrols {
  position:absolute;
  bottom:0;
  right:0;
  display:block;
  overflow:hidden;
  width:100%;
  height:36px;
  background:#000;
  border-style:solid;
  border-color:#413e3e;
  border-width:1px 0;
  padding:0;
  margin:0;
}

.pplogo.inactive,
.ppstart.inactive,
.ppbuffering.inactive,
.ppcontrols.inactive,
.ppplay.inactive,
.pppause.inactive,
.ppfsenter.inactive,
.ppfsexit.inactive,
.ppprev.inactive,
.ppnext.inactive {
  display:none;
}

.pplogo.active,
.ppstart.active,
.ppbuffering.active,
.ppcontrols.active,
.ppplay.active,
.pppause.active,
.ppfsenter.active,
.ppfsexit.active,
.ppprev.active,
.ppnext.active {
  display:block;
}

.ppplay,
.pppause {
  display:block;
  position:absolute;
  top:6px;
  left:0;
  background:url("video/theme/greyscale_ui.png") no-repeat left top transparent;
  width:30px;
  height:30px;
  cursor:pointer;
}

.ppplay:hover {
  background:url("video/theme/greyscale_ui.png") no-repeat left -35px transparent;
}

.ppplay:active {
  background:url("video/theme/greyscale_ui.png") no-repeat left -36px transparent;
}

.pppause {
  background:url("video/theme/greyscale_ui.png") no-repeat left -70px transparent;
}

.pppause:hover {
  background:url("video/theme/greyscale_ui.png") no-repeat left -105px transparent;
}

.ppfsenter,
.ppfsexit {
  display:block;
  position:absolute;
  top:6px;
  right:0;
  width:30px;
  height:30px;
  background:url("video/theme/greyscale_ui.png") no-repeat right top transparent;
  cursor:pointer;
}

.ppfsenter:hover {
  background:url("video/theme/greyscale_ui.png") no-repeat right -35px transparent;
}

.ppfsenter:active {
  background:url("video/theme/greyscale_ui.png") no-repeat right -36px transparent;
}

.ppfsexit {
  background:url("video/theme/greyscale_ui.png") no-repeat right -70px transparent;
}

.ppfsexit:hover {
  background:url("video/theme/greyscale_ui.png") no-repeat right -105px transparent;
}

.ppfsexit:active {
  background:url("video/theme/greyscale_ui.png") no-repeat right -106x transparent;
}

.ppscrubber {
  position:absolute;
  display:block;
  left:0;
  top:0;
  height:5px;
  width:100%;
  background:url("video/theme/greyscale_ui_bar_load.gif") repeat-x left top transparent;
  margin:auto;
  padding:0;
  border-bottom:1px solid #444;
}

.ppplayhead,
.pploaded {
  position:absolute;
  display:block;
  left:0;
  bottom:0;
  height:5px;
  width:1px;
  background-color:#ffb702;
  cursor:pointer;
  z-index:301;
}

.pploaded {
  z-index:10;
  background:#413e3e;
  opacity:.8;
  filter:alpha(opacity = 80);
  -ms-filter:"alpha(opacity=80)";
}

.ppplayhead {
  margin-top:-5px;
}

.pptitle {
  position:absolute;
  left:31px;
  padding:0 10px;
  color:#fff;
  overflow:hidden;
  text-align:left;
  line-height:30px;
  height:30px;
  font-size:11px;
}

.pptimeleft,
.ppvmax,
.ppmute {
  position:absolute;
  top:6px;
  right:153px;
  height:15px;
  color:#413e3e;
  width:100px;
  line-height:30px;
  height:30px;
  font-size:8px;
  font-style:normal;
  overflow:hidden;
}

.pptimeleft span {
  font-size:10px;
  background-color:transparent !important;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

.pptimeleft {
  background:url("video/theme/greyscale_ui.png") no-repeat -91px top transparent;
  right:100px;
  top:7px;
}

.ppvmax {
  position:absolute;
  top:6px;
  right:31px;
  width:30px;
  display:none;
  border-left:none;
  background:url("video/theme/greyscale_ui.png") no-repeat -842px top transparent;
}

.ppvmax:hover {
  background:url("video/theme/greyscale_ui.png") no-repeat -842px -35px transparent;
}

.ppvmax:active {
  background:url("video/theme/greyscale_ui.png") no-repeat -842px -36px transparent;
}

.ppmute {
  position:absolute;
  top:6px;
  width:30px;
  right:85px;
  border-right:0;
  cursor:default;
  background:url("video/theme/greyscale_ui.png") no-repeat -749px top transparent;
}

.ppvslider {
  position:absolute;
  right:17px;
  top:19px;
  height:6px;
  width:60px;
  cursor:pointer;
  background:url("video/theme/greyscale_ui.png") no-repeat -781px -13px transparent;
}

.ppvmarker {
  position:absolute;
  right:0;
  left:0;
  height:6px;
  width:100%;
  background:url("video/theme/greyscale_ui.png") no-repeat -634px -13px transparent;
}

.ppvknob {
  cursor:pointer;
  z-index:201;
  position:absolute;
  background:url("video/theme/greyscale_ui.png") no-repeat -699px -5px transparent;
  top:-7px;
  left:0;
  width:6px;
  height:20px;
}

.ppnext,
.ppprev {
  display:block;
  position:absolute;
  top:6px;
  right:255px;
  background:url("video/theme/greyscale_ui.png") no-repeat -59px top transparent;
  width:30px;
  height:30px;
  cursor:pointer;
}

.ppnext {
  border-right:0;
}

.ppnext:hover {
  background:url("video/theme/greyscale_ui.png") no-repeat -59px -35px transparent;
}

.ppnext:active {
  background:url("video/theme/greyscale_ui.png") no-repeat -59px -36px transparent;
}

.ppprev {
  right:284px;
  background:url("video/theme/greyscale_ui.png") no-repeat -32px top transparent;
}

.ppprev:hover {
  background:url("video/theme/greyscale_ui.png") no-repeat -32px -35px transparent;
}

.ppprev:active {
  background:url("video/theme/greyscale_ui.png") no-repeat -32px -36px transparent;
}

.pptestcard {
  background:url("video/theme/noise.gif") center center repeat;
  width:100%;
  height:100%;
  color:#fff;
  font-size:18px;
  overflow:hidden;
}

.pptestcard p {
  background-color:#3b393e;
  width:60%;
  margin:auto;
  line-height:25px;
  position:relative;
  top:25%;
  padding:10px;
  border:5px solid #000;
  text-align:center;
}

.ppbuffering {
  position:absolute;
  left:50%;
  bottom:50%;
  margin-left:-45px;
  margin-bottom:-38px;
  display:block;
  z-index:9010;
  padding:0;
  background:url("video/theme/buffering.gif") no-repeat center center #000;
  height:84px;
  width:84px;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  display:none;
}

.ppstart {
  position:absolute;
  left:50%;
  bottom:50%;
  margin-left:-45px;
  margin-bottom:-38px;
  cursor:pointer;
  height:84px;
  width:84px;
  display:block;
  z-index:8000;
  padding:0;
  background:url("video/theme/start.png") no-repeat left top transparent;
}

.ppstart:hover {
  background:url("video/theme/start.png") no-repeat left bottom transparent;
}

.ppstart:active {
  background:url("video/theme/start.png") no-repeat left -169px transparent;
}

.ppdebug {
  background-color:#fff;
  border:1px solid #999;
  margin-top:15px;
  position:absolute;
  text-align:left;
  width:250px;
  height:250px;
  z-index:1050;
  overflow:scroll;
  padding:25px 25px 20px;
}

.ppsocialbar {
  position:absolute;
  right:0;
  bottom:14%;
  width:90px;
  height:50%;
  padding:0;
}

.ppsocialbutton,
.ppsocialbutton:hover {
  cursor:pointer;
  overflow:hidden;
  height:16px;
  width:80px;
  padding:5px;
  margin:15px 0;
  text-align:center;
  font-size:14px;
  background-color:#191b10;
  color:#fdfdfd;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  line-height:14px;
  opacity:.5;
  filter:alpha(opacity=50);
  -ms-filter:"alpha(opacity=50)";
}

.ppsocialbutton:hover {
  opacity:1;
  filter:alpha(opacity=100);
  -ms-filter:"alpha(opacity=100)";
}

.ppsocialpopup {
  position:absolute;
  margin-right:-122px;
  margin-top:-140px;
  right:50%;
  top:50%;
  width:185px;
  height:225px;
  text-align:center;
  padding:10px 20px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background:#222;
  background:rgba(34,34,34,0.8);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99222222,endColorstr=#99222222);
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99222222,endColorstr=#99222222)";
  color:#fefefe;
}

.ppsocialpopup textarea {
  width:185px;
  height:65px;
  border:1px solid #ccc;
  outline:0 none;
  overflow:hidden;
  margin:0;
  padding:0;
  display:block;
}

.ppsocialpopup a {
  display:block;
  width:100%;
  text-decoration:underline;
  margin:5px auto;
  text-align:center;
  color:#ddd;
  cursor:pointer;
}

.ppsocialpopup a:hover {
  text-decoration:none;
}

.ppplayhead,
.pploaded {
  background-color:#fff !important;
}

.pploaded {
  opacity:.5 !important;
}

.pptimeleft span {
  font-size:11px;
  color:#999;
}

/*=========================================================================================================================================*/
/*=============================== Media Styles Start ===============================*/
/* 3000 resolution */


/* 1280 resolution */
@media only screen and (max-device-width:1280px) {
    .landBanner_content { top: 0 !important; }
    .vendor_logo li img { width: 100% !important; }
    .landBanner_info h1 { font-size: 40px !important; margin-bottom: 20px; }
    .landBanner_info h1 small { font-size: 24px !important; }
    .landBanner_info { text-align: center; }
    .land_title h2 { font-size: 28px !important; }
    .rigMinder p { margin: 20px auto; font-size: 14px; }
    .help_biz ul li h3 { font-size: 18px !important; }
    .help_biz ul li p { font-size: 15px; }
    .help_biz_icon img { width: 60px; }
    .help_biz ul li .help_biz_icon { margin-right: 10px !important; }
    .title_line1 { margin-left: 72px !important; }
    .help_biz ul li .help_biz_icon { height: inherit !important; }
    .testimonial_part .item { min-height: 0 !important; }
    .benefits ul li { width: 49% !important; padding: 5px 15px !important; }
    .benefits ul li .help_biz_icon { width: 73px !important; }
    .title_line { width: 120px !important; }
    .whyTruck p { font-size: 16px !important; }
    .landFooter { min-height: 150px !important; }
    .rigMinder a { color: #f26522; text-decoration: underline !important; margin-top: 12px; font-size: 14px; }

    .req_form { border-radius: 3px 0px 0px 3px !important; padding: 20px 18px !important; }
    .req_form h4 { font-size: 20px !important; }
    .margin-top-50 { margin-top: -30px !important; }

}

/* 1100 resolution */
@media only screen and (max-device-width:1100px) {
    .menu li a { padding:4px 3px !important; }
    .margin-top-50 { margin-top: -10px !important; }
     .inte{min-height:0px !important;}
     .min1{min-height:0px !important;}
     .min2{min-height:0px !important;}
}
/* 1024 resolution */
@media only screen and (max-width:1024px) {
    .tour-accor.payStubSec .min1{min-height:170px !important;}
    .tab-menu-new .carousel-indicators li, .tab-menu-new .carousel-indicators li.active{font-size:15px !important;}
    a.signup_Btn{padding:6px 12px !important;}
    .corona_alert h3{font-size:18px !important;}
    .menu li a{font-size:13px !important;}
    .mob_video { display: block !important; margin-top: 20px; display: inline-block !important; min-width: 200px !important; transition: 0.5s ease-in; }
    .desk_video { display: none; }
    .elog_vid a img { margin: 0 auto; }
    .elec_drv_log { padding: 0 !important; }
    .elog_sec img { margin: 0 auto; }
    .elog_ul { margin-top: 10px; }
    .ul_benefits { margin-top: 20px !important; }
    .thankYou h4 span { display: inline-block !important; }
    .contactForm td { display: block; padding: 5px 0 0 !important; text-align: left; width: 100%; }
    .contactForm td input, .contactForm td textarea, .inputbox.captca, .contactForm td select { width: 100% !important; }
    .contactForm td.fieldName { padding-bottom: 15px !important; }
    .contact-icons li { float: none !important; display: inline-block; }
    .contact-addr { margin-top: 0 !important; text-align: center; }
    .help_biz ul li { width: 100% !important; }
    .thankYou img { display: block !important; }
    .landBanner_info img, .landBanner_info p { display: none; }
    .landBanner_content .pull-right { float: none !important; }
    .resources { margin: 30px 0 0 !important; }
    .landMenu li { font-size: 15px !important; padding: 0 40px !important; }
    .landMenu li.call_icon span { left: 10px !important; top: -7px !important; background-size: 22px !important; }
    .landMenu li.mail_icon span { left: 7px !important; top: 0 !important; background-size: 24px !important; }
    .faq_tabs { display: flex; margin-right: 15px; }
    .faq_tabs li { flex-basis: 100%; }
    .faq_tabs li a span { display: none; }
    .margin-top-50 { margin-top: -40px !important; }
    .tab-menu2 .nav-tabs { margin: 0 auto; width: 67% !important; }
    /*.pricing_new #hometab .pricing1, .pricing_new #hometab .pricing2, .pricing_new #hometab .pricing3{
        min-height:750px !important;
    }*/
    .sec-part4 .tabimg { width: 100% !important; }
    .navbar-toggle { display: none !important; }
    .head-title h1, .head-title h2 { font-size: 25px !important; }
     .dispatch-part h3{font-size:25px !important;}
    .slider-cont h2 { font-size: 28px !important; }
    .slider-cont .slider-btn { font-size: 17px !important; padding: 8px 15px !important; }
    .tab_aling { margin-top: 75px !important; }
    .mobile_center { text-align: center; }
     .inte{min-height:350px;}
     /*.min2 {min-height:340px !important;}
     .min1 { min-height: 335px !important; }*/
}

@media only screen and (max-width:1200px) and (min-width:992px) {
    .pricingDiv.stickyBar .pricingPck:first-child{height:170px !important;}
    .pricingDiv .pricingPck:first-child{height:238px !important;}
    .home_pricing_type_slide .tab-menu-new .carousel-indicators li b{font-size:12px !important;}
    .home_pricing_type_slide .carousel-inner{margin-top:-2px !important;}
        .corona_alert h3{font-size:18px;}
    .pricing_new .pricing-para1, .pricing_new .pricing-para2, .pricing_new .pricing-para3 { font-size: inherit !important; }
    .home_pricing_type_slide .bestValue { top: -25px !important; }
    .landing_sign_in .tour-part h1 { font-size: 30px !important; }
    .useroffer h2 { font-size: 20px; }
    
    .useroffer_steps_section .unordered_list { display: block !important; }
    .offer-landing-banner-bg, .fleet_landing_bannerbg { background-position: top center !important; }
    .txt{font-size:22px;}
     .inte{min-height:295px !important;}
     .min2 {min-height:288px !important;}
     .min1{min-height:260px !important;}
     .intbot p{font-size:18px !important;}
     .intimg{padding:10px 0px 20px;}
    .dd-extension h3{font-size:20px;}
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .tour-monitor.payStubSec .stepSection.stepWhite ul li span img{margin-top:0 !important;}
    .paystubBanner{margin-top: 0;padding-bottom: 25px;}
    .payStubSec h2{font-size:22px !important;}
    .prcBody label{font-size:17px !important;}
    .prcBody span{font-size:22px !important;}
    .prcBody span.month{font-size:15px !important;}
    .pricingDiv .pricingPck:first-child{height:232px !important;}
    .pricingDiv.stickyBar .pricingPck:first-child{height:168px !important;}   
    .pricingDiv.stickyBar {padding: 2px !important;padding-top: 0 !important;margin-top: -15px;}
    .tab-menu-new .carousel-indicators{height:90px !important;}
    .pricing-New table thead tr td p{font-size:16px !important;}
    .pricing-New table tr td:first-child{max-width:300px !important;}
    .pricing-New table tr td span{font-size:24px !important;}
    .pricing-New table tr td, .td-green{padding:10px !important}
    .home_pricing_type_slide .tab-menu-new .carousel-indicators li b{font-size:12px !important;}
    .corona_alert h3{font-size:18px !important;}    
    .carousel.slide .tab-menu-new .col-xs-12.col-md-12.col-sm-12 { padding-left: 0px !important; padding-right: 0px !important; }
    .tab_p0 { padding: 0px !important; }
    .home_pricing_type_slide .tab-menu-new .carousel-indicators li { /*top: 24px !important;*/ top:15px !important; height:80px;}
    .tab-menu-new .carousel-indicators li.active { top: 7px !important; }
    .tab-menu-new .carousel-indicators li{padding:10px 8px !important;font-size:13px !important; }
    .tab-menu-new .carousel-indicators li.active { font-size: 13px !important;padding:12px 8px !important; }
    .home_pricing_type_slide .pricing_features { min-height: inherit !important; }
    .bor_rig { border-bottom: 1px #dedede solid; border-right: 0px !important; padding-bottom: 20px; }
    .offer-steps-box-row .offer-steps-box { min-height: 215px; }
    .useroffer h1 { font-size: 27px !important; line-height: 30px !important; }
    .geton_more_section h2, .useroffer_steps_section h2, .offer-landing-cta-section h2, .offer-landing-mobile-app h2 { font-size: 28px !important; }
    .offer-landing-mobile-app h3, .offer-steps-box h5 { font-size: 18px !important; }
    .offer-steps-box, .offer-steps-box-row .offer-steps-box { min-height: 190px !important; }
    .useroffer_steps_section .unordered_list { display: block !important; }
    .offer-landing-banner-bg, .fleet_landing_bannerbg { background-position: top center !important; }
    .trucking_guide_step_section .steps_option{border-bottom:none !important;margin-bottom:0px;}
     .trucking_guide_step_sec1 .slide-box{margin-bottom:0px;}
     .inte{min-height:0px;}
     .inte p{font-size:16px !important;}
     .borrgt { border-right: 0px !important;}
     .resbor{border-bottom:1px solid #ddd;}
     .intpara{padding:10px 10px 0px;}
     .spac30{padding-bottom:0px;}
     .intbot{padding-bottom:0px !important;}
     .borbot1{border-bottom:0px !important;}
     .intimg{padding:10px 0px 20px !important;}
     .dd-extension h3{font-size:18px; line-height:inherit;}
     .dd-extension p{font-size:14px;}
    .deadline-exten{background-position: top left; background-position:left bottom;}
    .dd-extension h3{font-size:20px !important; margin-bottom:5px;}
    .logo img{width:100px !important;}
    .menu li ul{left:0px !important;}

}
/* 990 resolution */
@media only screen and (max-width:990px) {

    .pricing_type_option { margin-top: 20px; }
    .pric-cont p { font-size: 16px !important; }
    .pricing_new .tab-content a.getStarted { width: 130px !important; position: relative !important; }
    .pricing2.selectedtab { position: relative; top: 0px; margin-bottom: 20px; margin-top: 35px; }
    .pricing_new #hometab .pricing1, .pricing_new #hometab .pricing2, .pricing_new #hometab .pricing3 { min-height: inherit !important; margin-bottom: 20px; }
    .tab-menu2 .nav-tabs { margin: 0 auto; width: 558px !important; padding: 5px 0 5px 5px; }
    .tab-menu2 .nav-tabs li { margin-right: 0px !important; }
    .mercerFlow { display: none !important; }
    .mercerTab { display: block !important; }
    .tab-menu ul li { padding: 15px 30px; }

    .dispatch-btnleft { height: 30px !important; width: 30px !important; }

    .wed-dev { display: none; }

    .mob-div { display: block !important; }

    .col-md-4.col-sm-12.col-xs-12.mrgtbtn a { margin-top: 0px !important; }

    #HomeBanner .item { min-height: 352px !important; }

    .col-md-12.nopadding.floatL.mTop10.hide-imgs { display: block; text-align: center; margin: 0 auto !important; float: none; top: 30px; }

    #HomeBanner .imgWidth { display: none; }

    /*.logo-orange, .top-chat, .tour-icon {
        display: none !important;
    }*/

    .menu li a { color: #ffffff; font-size: 15px !important; font-weight: bold; padding: 5px 10px; text-decoration: none; /*text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);*/ text-transform: uppercase; }

    .pricing3 .pricingltl2 p { font-family: 'Open Sans', sans-serif; font-weight: normal; font-size: 20px; text-transform: none; color: #000 !important; width: 50px; float: left; margin-left: -22px; margin-top: 26px; }

    .dispatch-btnleft i { color: #ffffff; font-size: 26px !important; margin-left: 3px !important; margin-right: 4px !important; margin-top: -2px !important; }

    .pricing-para1 p, .pricing-para2 p { color: #000000; float: right !important; font-family: 'Open Sans', sans-serif; font-size: 24px; font-weight: normal !important; margin-right: 210px !important; margin-top: -50px !important; text-align: right; width: 100% !important; }

    .pricing-para3 p { text-align: center; width: 66% !important; }

    #HomeBanner .mTop30 { margin-top: 0px !important; }

    .head-title h1, .head-title h2, .slider-cont h2, .slider-cont h2, .tour-part h2, .tour-part h1 { font-size: 35px !important; }

    .slider-cont p { margin-top: 0px !important; }

    .slider-cont { text-align: center; }

    .slider-btn { font-size: 16px !important; }

    .banner-img { display: none; }

    /*.item {
        min-height: 285px !important;
    }*/

    sec-part1 { text-align: left !important; }

    .video-cont h2, .truck-cont h2, .features h2, .more-feature h2 { font-size: 32px !important; padding-bottom: 20px !important; }

    .icon h3 { font-size: 26px !important; }

    .mTop75 { margin-top: 0px !important; }

    .homevid { margin-top: 35px !important; }

    .homevid-btn { margin-top: 0px !important; }

    .truck-part1 img { width: 25% !important; margin-top: 0px !important; }

    .sec-part2 h3 { text-align: left; font-size: 15px !important; }

    .sec-part2 p { margin-bottom: 5px !important; }

    .truck-part1 p { text-align: left; }

    .sec-part2 a { font-size: 14px !important; }

    .features-cont a h3 { font-size: 16px !important; }

    .features-cont h3 { }

    .tab-part h2 { font-size: 32px !important; line-height: 34px !important; padding-bottom: 20px !important; }

    .tab-part p { font-size: 28px !important; }

    .tour-icon a h5 { font-size: 10px !important; }

    .tour-icon a { width: 72px !important; }

    .tour-icon a span, .tour-icon a img { font-size: 18px !important; width: 36px !important; height: 36px !important; line-height: 36px !important; }

    .tour-banner h3, .tour-monitor h3 { font-size: 28px !important; }

    .mTop50 { margin-top: 0px !important; }

    .tour-featurelink, .about-link { font-size: 22px !important; }

    .accbg-img, .accbg-img2 { position: relative !important; }

    #DASH, #ADD, #ORDER, #DISPATCH, #INVOICE, #TRIP, #ACCOUNTS, #ADDRESS, #TRUCK, #REPORT { padding-top: 0px !important; }

    .tour-banner { padding: 0px !important; }

    .tour-monitor img, .trip-bg, .contact-bg, .dis-bg { margin-top: 10px !important; text-align: center !important; }

    .hide-imgs { display: none; }


    .sho-img { display: block !important; }


    #pricingslide .tab-menu { float: none; background-color: none; background: none !important; }

    .sec-part2 .tab-menu li.pricetab1 { margin-left: 7px !important; }

    .pric-cont { margin-top: -34px !important; }

    .tab-menu ul li { padding: 6px !important; }

    .sec-part2 .tab-menu li.pricetab1.active::after { margin-top: 29px !important; border: none !important; }

    .tab-menu { background: none !important; }

    .tab-menu .carousel-indicators .active { top: 0px !important; }

    #pricingslide .tab-menu { float: none; background-color: none; background: none !important; }

    .sec-part2 .tab-menu li.pricetab1 { margin-left: 7px !important; }

    .pric-cont { margin-top: -34px !important; }

    .mobtab-menu ul li { padding: 12px 30px 12px !important; font-size: 14px !important; }

    .sec-part2 .tab-menu li.pricetab1.active::after { margin-top: 29px !important; border: none !important; }

    .driver-app { background: none !important; }

    .team-part h2, .about-part h2 { font-size: 32px !important; background: rgba(0, 0, 0, 0) url("images/heading-bg.png") no-repeat scroll center 47px / 75% 12% !important; padding-bottom: 10px; }

    .slider-cont h5 { font-size: 26px !important; }

    .tab-part p { font-size: 20px !important; }

    .videoList li { width: 330px !important; }

    .faqBox h2 { font-size: 22px !important; }

    .about-part { width: 100% !important; }

    .carousel.slide ol { margin: 0 auto !important; }

    #HomeBanner .carousel-indicators { bottom: 4px !important; }

    .sec-part2 #pricingslide a.home-arrowL, .sec-part2 #pricingslide a.home-arrowR { display: none; }

    .M_top50 { margin-top: 15px !important; }
    .tab_aling { margin-top: 110px !important; }
}
/* 768 resolution */
@media only screen and (max-width:800px) {
    .payStubSecFooter .about-part h2{font-size:22px !important;}
    .tour-accor.payStubSec h2{font-size:22px !important;}
    .tour-accor.payStubSec h3{font-size:20px !important;margin-bottom:10px !important;margin-top:10px !important;}
    .tour-accor.payStubSec .min1{min-height:200px !important;}
    .payStubSec{padding:20px 0 !important;}
    .payStubSec .truck-cont h2{font-size:22px !important;}
    .navbar-toggle { display: block !important; }
    a.flowDetails img { width: 100% !important; }

    .pric-cont .bigTxt { margin-top: 15px !important; font-size: 22px !important; }

    .pric-cont h2 { margin-top: 2% !important; padding-bottom: 0 !important; font-size: 30px !important; }

    .bigTxt1 { font-size: 32px !important; }

    .mt-25 { margin-top: 0px !important; }

    .mTop40.img-responsive.mzpa { margin-top: 40px !important; }

    .mTop50.img-responsive.mzpa { margin-top: 50px !important; }

    .spacer60, .spacer40 { height: 0px !important; }

    .pricing1, .pricing2, .pricing3 { min-height: 550px !important; }

    .imgWidth { display: none; }

    #colorbox, #cboxWrapper, #cboxContent, #cboxLoadedContent { height: 100% !important; max-width: 100%; width: 100% !important; left: 0 !important; }
    /*div[id*="inline_"] iframe {
        width: 100% !important;
        height: 100% !important;
    }*/

    .pricing3 .pricingltl2 p { font-family: 'Open Sans', sans-serif; font-weight: normal; font-size: 20px; text-transform: none; color: #000 !important; width: 50px; float: left; margin-left: -22px; margin-top: 26px; }

    .dispatch-btnleft i { color: #ffffff; font-size: 26px !important; margin-left: 3px !important; margin-right: 4px !important; margin-top: -2px !important; }


    .mnu-for-dph .dropdown-menu > li > a { background-color: rgba(192,192,192,0.3) !important; color: #000 !important; }

    .mnu-for-dph .dropdown-menu > li > a:hover { color: #f26522 !important; }

    .mnu-for-dph .dropdown-menu > li > a.active { color: #f26522 !important; }

    .mob-div { display: block !important; }

    .wed-dev { display: none; }

    .navbar { margin-top: 73px !important; }

    .tour-part { width: 100% !important; }


    .pricing-para1 p, .pricing-para2 p { color: #000000; float: right !important; font-family: 'Open Sans', sans-serif; font-size: 24px; font-weight: normal !important; margin-right: 210px !important; margin-top: -50px !important; text-align: right; width: 100% !important; }

    .pricing-para3 p { text-align: center; width: 66% !important; }

    .navbar-collapse.collapse { height: auto !important; overflow: visible !important; padding-bottom: 0; }



    .top-chat { display: none; }

    .navbar-toggle { margin-top: -58px !important; }
    /*.mnus.navbar-collapse.nopadding.collapse.in, .mnus.navbar-collapse.nopadding.collapsing{margin-top:-72px; }*/
    #fixNav { background-color: rgba(192, 192, 192, 0.3); width: 100%; }

    #HomeBanner .mTop30 { margin-top: 0px !important; }

    .head-title h1, .head-title h2, .slider-cont h2, .slider-cont h2, .tour-part h2, .tour-part h1 { font-size: 32px !important; }

    .slider-cont p { margin-top: 0px !important; }

    .slider-cont { text-align: center; }

    .slider-btn { font-size: 16px !important; }

    .banner-img { display: none; }

    .item { min-height: 285px !important; }

    sec-part1 { text-align: left !important; }

    .video-cont h2, .truck-cont h2, .features h2, .more-feature h2 { font-size: 32px !important; padding-bottom: 20px !important; }

    .icon h3 { font-size: 26px !important; }

    .mTop75 { margin-top: 0px !important; }

    .homevid { margin-top: 35px !important; }

    .homevid-btn { margin-top: 0px !important; }

    .truck-part1 img { width: 25% !important; margin-top: 0px !important; }

    .sec-part2 h3 { text-align: left; font-size: 15px !important; }

    .sec-part2 p { margin-bottom: 5px !important; }

    .truck-part1 p { text-align: left; }

    .sec-part2 a { font-size: 14px !important; }

    .features-cont a h3 { font-size: 16px !important; }

    .features-cont h3 { }

    .tab-part h2 { font-size: 32px !important; line-height: 34px !important; padding-bottom: 20px !important; }

    .tab-part p { font-size: 15px !important; }

    .tour-icon a h5 { font-size: 10px !important; }

    .tour-icon a { width: 72px !important; }

    .tour-icon a span, .tour-icon a img { font-size: 18px !important; width: 36px !important; height: 36px !important; line-height: 36px !important; }

    .tour-banner h3, .tour-monitor h3 { font-size: 28px !important; }

    .mTop50 { margin-top: 0px !important; }

    .tour-featurelink, .about-link { font-size: 22px !important; }

    .accbg-img, .accbg-img2 { position: relative !important; }

    #DASH, #ADD, #ORDER, #DISPATCH, #INVOICE, #TRIP, #ACCOUNTS, #ADDRESS, #TRUCK, #REPORT { padding-top: 0px !important; }

    .tour-banner h3, .tour-monitor h3 { margin: 0 !important; }

    .tour-banner { padding: 20px 0px !important; }

    .tour-accor { padding: 20px 0 !important; }

    .tour-monitor img, .trip-bg, .contact-bg, .dis-bg { margin-top: 10px !important; text-align: center !important; }

    .hide-imgs { display: none; }


    .sho-img { display: block !important; }


    #pricingslide .tab-menu { float: none; background-color: none; background: none !important; }

    .sec-part2 .tab-menu li.pricetab1 { margin-left: 7px !important; }

    .pric-cont { margin-top: -34px !important; }

    .tab-menu ul li { padding: 6px !important; }

    .sec-part2 .tab-menu li.pricetab1.active::after { margin-top: 29px !important; border: none !important; }



    /*.tab-menu {
        background: none !important;
    }*/
    .tab-menu .carousel-indicators .active { top: 0px !important; }



    #pricingslide .tab-menu { float: none; background-color: none; background: none !important; }

    .sec-part2 .tab-menu li.pricetab1 { margin-left: 7px !important; }

    .pric-cont { margin-top: -34px !important; }

    .mobtab-menu ul li { padding: 12px 30px 12px !important; }

    .sec-part2 .tab-menu li.pricetab1.active::after { margin-top: 29px !important; border: none !important; }

    .driver-app { background: none !important; }

    .team-part h2, .about-part h2 { font-size: 32px !important; background: rgba(0, 0, 0, 0) url("images/heading-bg.png") no-repeat scroll center 51px / 75% 12% !important; padding-bottom: 10px; }

    .slider-cont h5 { font-size: 26px !important; }

    .tab-part p { font-size: 20px !important; }

    .videoList li { width: 330px !important; }

    .faqBox h2 { font-size: 22px !important; }

    .about-part { width: 100% !important; }

    .carousel.slide ol { margin: 0 auto !important; }

    #HomeBanner .carousel-indicators { bottom: 4px !important; }

    .sec-part2 #pricingslide a.home-arrowL, .sec-part2 #pricingslide a.home-arrowR { display: none; }
    #socialmediaMenu { padding-top: 0 !important; }
    #socialmediaMenu nav { margin: 0 -15px; max-width: inherit; }
    .landMenu li.call_icon span, .landMenu li.mail_icon span { background: none; position: relative; }
    .landMenu li.call_icon span:before { content: "\f095"; position: absolute; left: 5px; color: #f26522; top: 8px; font-family: 'FontAwesome'; font-size: 20px; }
    .landMenu li.mail_icon span:before { content: "\f0e0"; position: absolute; left: 5px; color: #f26522; top: 4px; font-family: 'FontAwesome'; font-size: 18px; }
    .landMenu { top: 0 !important; }
    .landMenu li { padding: 3px 40px !important; margin-top: 10px; width: 100%; color: #000 !important; font-weight: normal !important; }
     .inte{min-height:0px;}
     .min1{min-height:340px !important;}
}

@media only screen and (max-device-width:768px) {
    .landing_sign_in { padding: 30px 10px !important; }
    .landing_sign_in h2 { font-size: 24px !important; }
    .steps_option { border-left: 0px !important; min-height: auto !important; border-bottom: 1px solid #ffaa81; }
    .steps_option:last-child { border-bottom: 0px !important; }
    .demo-popup .popup-table { width: 100%; }
    .demo-popup table td { display: block !important; padding: 2px 15px; text-align: left; }
    .demo-popup table td label { text-align: left; }
    .demo-popup .popup-table input[type="text"], .demo-popup .popup-table select, .demo-popup .popup-table textarea { width: 100% !important; }
    .price_txt { margin-top: 25px !important; font-size: 12px; }
    .trucking_guide_bg .steps_option{border-bottom:none !important;}
     .inte{min-height:0px !important;}
     .inte p{font-size:16px !important;}
     .intbot h4{font-size:20px !important;}
    .logo img{width:100px !important;}

     
}


@media only screen and (max-device-width:767px) { 
    .menu li #solusubMenu.submenu.active, .menu li #prosubMenu.submenu.active{display:block !important;}
    .menu li ul.submenu{display:none;}    
    .menu .submenu li{padding:0 14px !important;display:block;width:100%;}
    .menu li{padding:10px 14px !important;}
    .mblExam .webinar-table{margin-bottom:0;}
    .mblExam{padding:30px 0;}
    .iftaPage .tab-slider{padding:20px 0 40px 0;}
    .chatSec p,.iftaPage p, .iftaPage .tour-banner p{font-size:16px !important;}
    .iftaPage h2{font-size:22px !important;}
    .centerImg img{width:98% !important;margin-bottom:40px;}
    .chatSec .webinar-cont{padding-left:0 !important;}
    .mblPad{padding-left:20px !important;}  
    .verticalCenter {display: block !important;}
    /*MblPricing*/
    .tour-monitor.payStubSec .stepSection.stepWhite ul li span img{margin-top:-7px !important;}
    .stepSection ul li span{padding:15px;}
    .tweetScroll{height:100% !important;}   
    .stepSection.features ul li {border-bottom: 1px solid #eee;padding-bottom: 30px;}
    .stepSection.features ul li:last-child{border-bottom:none;}
    .tour-accor.payStubSec{padding:20px 0 30px 0 !important;}
    .payStubSec .truck-cont h2{font-size:20px !important;}
    .intbot.payStubSec{padding:20px 0 30px 0 !important;}
    .tour-accor.payStubSec .min1{min-height:100% !important;}
    .mblPref {background-color: #f26522 !important;color: #fff !important;}
    .stepSection ul li{display:block !important;width:100% !important;margin-bottom: 40px;padding-bottom: 20px;}
    .stepSection ul li::after{right: 47% !important;top: 115px !important;transform: rotate(90deg);}
    .mblPref .month{color:#fff;}
    colgroup col{width:33%;}
    .pricingMbl table thead tr th span {display: block;font-weight: 600;}
    .month {font-style: italic;color: #717171;font-weight: normal !important;font-size: 13px;}
    .pricingMbl .floatThead-container.stickyMbl{top:-11px !important;}
    .pricingMbl table thead tr th {border: 1px solid #eee;text-align: center;padding: 15px;}
    .priContent span.month {color: #757575 !important;font-size: 16px;font-weight: normal;margin-bottom: 15px;display:block;}
    .priContent label {text-decoration: line-through !important;color: rgb(115, 115, 115);font-weight:normal;border-right:1px solid #757575;padding-right:10px;margin-right:5px;}
    /*.pricingMbl table tbody tr td:nth-child(2){background-color:rgba(255, 156, 107, 0.2);}*/
    .pricingMbl table {border: 1px solid #f0efef;width: 100%;border-radius: 10px;}
    .pricingMbl table tr td {padding: 10px;border-bottom: 1px solid #f0efef;border-left: 1px solid #f0efef;}
    .prcTitle-mbl {background-color: rgba(255, 156, 107, 0.2);color: #000;font-weight: 600;}
    .pricingMbl table tr td:first-child{border-left:none;}
    .mblPro {background-color: #f7f7f7;color:#000;}
    .mblPref {background-color: #f7f7f7;color:#000;}
    .mblPrem {background-color: #f7f7f7;color:#000;}
    .pricingMbl {padding: 10px;}
    .prcTbl {border: 1px solid #ccc !important;background-color: #fff !important;text-align: center;border-radius: 5px;margin-bottom:10px !important}
    .pricingMbl h3.pricingTitle {margin-top: 0 !important;margin-bottom: 0 !important;font-size: 20px !important;text-align: center !important;padding: 10px;color: #000 !important;border-bottom: 1px solid #ccc;}
    .priContent {padding: 15px;text-align: center;}
    .pricingMbl .priContent p {text-align: center;}
    .priContent span {font-size: 26px;font-weight: 700;color: #000;display: block;margin-bottom: 10px;display:inline-block}
    /*.prcTbl.pref{border-color: #12a9bf !important;}*/
    /*.prcTbl.pref h3.pricingTitle {background-color: #f26522 !important;color: #fff !important;}*/
    .prcTbl.pref .priContent span{color:#f26522;}
    .prcTble.prem .priContent span{color:#064f7d !important;}
    /*MblPricing-End*/
    .pricing-New{display:none !important;}
        .d-none-md{display:none;}
    .d-block-md{display:block !important;}
    .covid19-alert{padding:15px !important;margin-top:0px;}
    .covid19-alert h3 {margin-top: 0 !important;font-size: 16px !important;}
    .covid19-alert a {margin-bottom: 0 !important;font-size: 16px !important;}
    .corona_alert h3{font-size:16px !important;}
    .corona_alert a{font-size:14px !important;}
    .home_pricing_type_slide .tab-menu-new .carousel-indicators li{border-radius:0 !important;}
    .home_pricing_type_slide .tab-menu-new .carousel-indicators li.active, .home_pricing_type_slide .ta-menu-new .carousel-indicators li:first-child.active, .home_pricing_type_slide .tab-menu-new .carousel-indicators li:last-child.active { width: 100% !important; margin-left: 0px !important; z-index: 9; }
    .home_pricing_type_slide .tab-menu-new .carousel-indicators li.active { /*top: 31px;*/top:19px; padding: 11px 0px; }
    .home_pricing_type_slide .tab-menu-new .carousel-indicators li.active + li { margin-left: 0px !important; }
    .home_pricing_type_slide .carousel-inner { /*top: 27px;*/top:14px; }
    .bor_rig { border-bottom: 1px #dedede solid; border-right: 0px; padding-bottom: 20px; }
    .home_pricing_type_slide .bestValue { top: -30px !important; width: 112px; right: -1px !important; background-size: inherit !important; }
    .home_pricing_type_slide .bestValue span { padding-left: 10px; }
    .home_pricing_type_slide .pricing_features { min-height: inherit !important; }
    .offer-steps-box { margin-top: 20px; }
    .user_offer_landing_header { background: #f26522 !important; height: 60px; min-height: inherit; padding-bottom: 5px; }
    .user_callus { margin-top: 15px !important; }
    .user_callus, .user_callus i { color: #FFF !important; font-size: 20px !important; }
    /*.user_offer_landing_header .logo-orange{display:none !important;}*/
    .offer-landing-banner-bg { padding-top: 130px !important; min-height: inherit !important; }
    .useroffer { margin-bottom: 20px; padding: 15px !important; }
    .useroffer h1 { font-size: 23px !important; line-height: 26px !important; }
    .geton_more_section { margin: 20px 0px 0px; padding: 15px 0px !important; }
    .geton_more_section h2, .useroffer_steps_section h2, .offer-landing-cta-section h2, .offer-landing-mobile-app h2 { font-size: 24px !important; }
    .offer-landing-mobile-app h3, .offer-steps-box h5 { font-size: 18px !important; }
    .useroffer p { font-size: 18px !important; }
    .useroffer_steps_section .unordered_list { display: block !important; }
    .useroffer_steps_section .unordered_list li { font-size: 16px; }
    .useroffer_steps_section .unordered_list li::before { top: 10px; }
    .userland_footer { padding: 15px 0px !important; }
    .useroffer .landing_btn { font-size: 16px !important; }
    .fleet_landing_header .user_callus::before, .free_trial_landing_header .user_callus:before { display: none; }
    .fleet_landing_header .user_callus, .free_trial_landing_header .user_callus { display: block; padding: 0px !important; margin-top: 12px; }
    .trucking_guide_bg .trucking_head { font-size: 20px; }
    .trucking_guide_bg { padding: 115px 0px 0px !important; }
    .trucking_guide_bg .buiness_option { min-height: initial; }
    .trucking_guide_bg .buiness_option h3 { font-size: 17px; margin-bottom: 15px; }
    .trucking_guide_bg .landing_btn { font-size: 15px; }
    .trucking_guide_step_sec .steps_option .slide-box span { width: 50px; height: 50px; }
    .trucking_guide_step_sec .steps_option .slide-box .driver { background: url(/Content/images/landing_driver.png) no-repeat center / 33px !important; }
    .trucking_guide_step_sec .steps_option .slide-box .sign_in { background: url(/Content/Images/LandingPage/land_dispatch.png) no-repeat center / 33px !important; }
    .trucking_guide_step_sec .steps_option .slide-box .interview { background: url(/Content/Images/LandingPage/land_drivers.png) no-repeat center / 30px !important; }
    .trucking_guide_step_sec1 .steps_option .slide-box span { width: 50px; height: 50px; }
    .trucking_guide_step_sec1 .steps_option .slide-box .report { background: url(/Content/Images/LandingPage/guide_report.png) no-repeat center / 30px !important; }
    .trucking_guide_step_sec1 .steps_option .slide-box .ifta_fuel { background: url(/Content/Images/LandingPage/landing_fuel.png) no-repeat center / 33px !important; }
    .userland_footer p { font-size: 14px; }
    .trucking_guide_bg .steps_option h5 { margin-top: 10px; margin-bottom: 7px; font-size: 17px; }
    .trucking_guide_bg .steps_option{border-bottom:none !important;}
    .txt{font-size:18px !important;}
    .txts{font-size:16px !important;}
    .fnt{font-size:16px !important;text-align:center;display:inherit;}
    .mob{font-size:16px !important;}
    .expense{font-size:18px !important;text-align:center;}
    .align a{padding:10px 20px !important;}
     .aligns a{padding:10px 30px !important;}
    .itl_size{font-size:17px !important;}
    .dispatch-part h3{font-size:17px !important;}
    .inte p{font-size:14px !important;}
    .intbot h4{font-size:16px !important;line-height:21px;}
    .mob p{font-size:14px !important;}
    .intbot p{font-size:14px !important;}
     .intpara{padding:10px 10px 0px !important;}
     .resbor{border-bottom:1px solid #ddd;}
     .borrgt { border-right: 0px !important;}
     .spac30{padding-bottom:0px !important;}
     .intbot{padding-bottom:0px !important;}
     .marbot{margin-bottom:0px !important;}
    .dd-extension{display:block !important; text-align:center;}
    .dd-extension h3{font-size:20px; line-height:inherit;}
    .dd-extension p{font-size:14px;}
    .dd-extension .slider-btn{margin-top:10px;}
    .deadline-exten{background-position:center !important;}
    .dd-extension h3{font-size:18px !important;}
    .Corona_popup .modal-dialog{width:320px !important; max-width:320px;}
    .Corona_popup h4{font-size:16px !important;}
    .Corona_Wedget p{font-size:14px !important;}
    .head-title h1, .head-title h2{margin-top:25% !important;}
    .tour-part h2, .tour-part h1{margin-top:28% !important;}
    .menu li ul{left:0px !important;}
    .elec_drv_log h1, .cust-banner-title{font-size:28px !important;}
    .elec_drv_log{padding-top:86px !important; text-align:center;}
    .land_title h2, .cust-inner-title{font-size:24px !important; margin-top:0px; margin-bottom:0px;}
    footer .social-icons a {font-size: 16px;height: 34px;margin-left: 7px;text-align: center;width: 34px;}
    .social-icons a { line-height: 34px !important; }
    .social-icons a:nth-child(4){line-height: 39px !important;}
    .elec_drv_log h3{font-size:20px !important;}
    .ul_benefits ul li img{width: 50px;margin-bottom: 0;}
    .elog_panel{margin-top:0px !important;}
    }

/* 640 resolution */
@media only screen and (max-device-width:640px) {
      .chatSec p,.iftaPage p{font-size:16px !important;}
    .covid19-alert h3 {
        font-size: 14px;
    }
    .tab_aling { margin-top: inherit !important; }
    .startPrice { font-size: 15px !important; }
    .margin-top-50 { margin-top: -20px !important; }
    .mobile_spacing { margin-top: 25px; }
    .vertical_align { display: block !important; }
    .mobile_center { text-align: center; }
    /*#pricingtypeslide .nav.nav-pills li a{min-height:65px !important;}*/
    .home_pricing_type_slide .nav.nav-pills li a { min-height: inherit !important; font-size: 16px !important; min-width: 125px !important; margin: 0px !important; }
    #pricingtypeslide .or-crircle { top: 27px !important; }
    .blackbtn { margin-right: 0 !important; }
    button.close { right: -7px !important; top: -23px !important; }
    .mob_video { min-width: 100% !important; padding: 8px 15px !important; }
    .elog_vid a span { top: 22% !important; }
    .modal-dialog { margin: 20px 0px 10px !important; width: 100% !important; }
    .elog_sec h4 { font-size: 21px !important; margin: 0; }
    .elog_sec h2 { line-height: 32px !important; }
    .ul_benefits ul { display: block !important; }
    .ul_benefits ul li { flex-basis: inherit !important; width: 100%; min-height: inherit !important; }
    .ul_benefits ul:first-child { border-bottom: none !important; }
    .ul_benefits { border: none !important; }
    .elog_panel { padding: 15px; }
    .elog_panel .panel-default > .panel-heading { font-size: 18px !important; line-height: 22px; }
    .btn_pos .btn_orange, .btn_pos .btn_white { float: none !important; }
    .btn_pos { margin-top: 20px !important; text-align: center; }
    .btn_pos i { float: none !important; text-align: center !important; left: inherit !important; }
    .elog_panel .panel-default p { font-size: 15px !important; }
    .elec_drv_log h1 { font-size: 26px !important; }
    .benefits ul li .help_biz_icon { height: 65px !important; }
    .benefits ul li p { padding-top: 10px !important; }
    .elec_drv_log h3 { margin-top: 15px !important; }
    .app_icon a img { width: 110px !important; }
    .contact-icons { display: flex; margin: 0 !important; }
    .contact-icons li a { padding: 5px !important; }
    .contact-icons { flex-basis: 100%; }
    p.font16 { font-size: 16px !important; }
    .req_form { margin-bottom: 20px; }
    #socialmediaMenu, #socialFooter { min-height: inherit; }

    .followus a { width: 45px !important; height: 45px !important; font-size: 22px !important; margin: 0px 3px !important; }
    .thankYou h4 { font-size: 20px !important; line-height: 30px !important; }

    .demobtn { font-size: 16px !important; padding: 9px 15px !important; }
    .req_form input, .req_form select { padding: 9px 10px 9px 20px !important; font-size: 12px !important; margin: 7px 0 !important; }

    .landBanner_info h1 small { font-size: 18px !important; }
    .landBanner_info h1 { font-size: 30px !important; }
    .land_title h2 { font-size: 24px !important; }
    .title_line1 { width: 70px !important; }
    .help_biz ul li { width: 100% !important; padding: 0px 15px 15px !important; }
    .benefits ul li { width: 100% !important; padding: 0px 15px 20px !important; }
    .benefits ul li h3 { margin-top: 0 !important; font-size: 18px !important; }

    .whyTruck p { text-align: center; line-height: 27px !important; }
    .land_title { padding: 25px 0 !important; }
    .testimonial_part .carousel { padding: 0 15px !important; }
    .testimonial_part .carousel-indicators { bottom: -7px !important; }

    .faq_content_title span { display: none !important; }
    .faq_content_title { font-size: 18px !important; }
    .panel-title { line-height: 23px; }
    .faq_tabs li a { height: 35px !important; padding: 2px 12px !important; width: inherit !important; }
    .faq_tabs li a img { width: 15px !important; }
    .tab-menu-new h4 { padding-top: 7px; font-size: 20px !important; }
    .pric-cont p { font-size: 14px !important; }
    .ui-slider-float .ui-slider-tip,
    .ui-slider-float .ui-slider-tip-label { width: 67px !important; font-size: 12px !important; margin-left: -33px !important; }
    .ui-slider-pip-4, .ui-slider-pip-5, .ui-slider-pip-6, .ui-slider-pip-7, .ui-slider-pip-9, .ui-slider-pip-10, .ui-slider-pip-11, .ui-slider-pip-12, .ui-slider-pip-13, .ui-slider-pip-14 { visibility: hidden; }
    .bestValue span { left: -5px; padding-left: 0; position: relative; font-size: 12px; }
    .bestValue { background-size: 100px auto !important; padding: 20px 0 !important; right: -14px !important; top: 8px !important;; }
    .pricing_new .pricing1 h5, .pricing_new .pricing2 h5, .pricing_new .pricing3 h5 { padding: 20px 0 5px !important; }
    /*.pricing_new .tab-content .col-xs-12 { padding: 0; }*/
    /*.tab-menu-new .carousel-indicators { width: 96% !important; }*/
    .tab-menu-new .carousel-indicators li, .tab-menu-new .carousel-indicators li.active { padding: 13px 0 10px !important; font-size: 15px !important; }
    .tab-menu2 .nav-tabs li a { font-size: 11px !important; line-height: inherit !important; min-height: inherit; height: 19px !important; line-height: 12px; padding: 5px 6px !important; }
    .pricing_new .nav-tabs li a span { font-size: inherit !important; }
    .tab-menu2 .nav-tabs { padding: 0 !important; }
    .tab-menu2 .nav-tabs li { width: 50%; margin-right: 0 !important; }
    .tab-menu2 .nav-tabs { width: 100% !important; }
    .slider { margin-top: 0px !important; margin-bottom: 30px !important; }
    .pricing_new #hometab .pricing1, .pricing_new #hometab .pricing2, .pricing_new #hometab .pricing3 { min-height: inherit !important; }
    .mercerFlow, .mercerTab { display: none !important; }
    .mercermobile { display: block !important; }
    .banner-img { width: 100%; float: left; margin-top: 5%; }
    .head-title h1, .head-title h2{margin-top:35% !important;}
    .tabimg, .logo img, .res100 { width: 100%; }
    header{min-height:180px !important;}
    .tab-slider h2{font-size:22px !important;}

    .dispatch-btnleft { width: 30px; height: 30px; }

    .video-cont h2, .truck-cont h2, .features h2 { background: url(images/heading-bg.png) no-repeat center 35px; }



    .ch-info, .ch-info-wrap { width: 210px; height: 210px; margin: 10px auto; }

    .ch-info h3 { padding-top: 73px; }

    p { /*font-size:1.1em !important;*/ }

    .social-icons { float: left; }

    .tab-menu ul li { font-size: 0.8em !important; }


    /*.carousel-indicators .active {
        padding-bottom:9px !important;
    }*/
    .carou-slid img { /*width: 100%;*/ }

    .navbar-toggle { background: #fff !important; border: none !important; margin-top: -15px; }

    .navbar-collapse { background: #fff; width: 100%; border-color: transparent !important; position: relative; z-index: 9; box-shadow: 0px 0px 5px rgba(0,0,0,0.5) !important; /*padding-bottom:20px !important;*/ }

    .menu li { width: 100%; padding: 5px 14px; border-bottom: 1px solid #e4e4e4; }

    .menu li a { text-shadow: none; color: #000; font-weight: normal; }

    .menu li ul { display: block; opacity: 1; visibility: visible; position: relative; box-shadow: none; background: none; margin-top: 0; top: 0; padding-top: 0px; overflow: hidden; width: 100% !important; }

    .submenu:before { display: none; }

    .menu li ul li { float: left; padding-left: 5px; display: block; border-bottom: none; padding-top: 0px; padding-bottom: 0px; margin: 0px; list-style-type: disc; width: auto; }

    .menu li ul li a { color: #252524; font-size: 12px !important; }

    .menu li ul li i { font-size: 10px; color: #000; font-weight: bold; position: relative; top: -2px; display: none; margin-left: 9px; }

    .menu li a:hover, .menu li a.active { color: #f26522; background: none; }

    .submenu li a { padding: 5px 3px !important; }

    .navbar { position: absolute !important; right: 0; margin-top: 37px; }

    .logo-orange { display: none; }

    .dispatch-bg { height: auto; padding-left: 10px; padding-right: 10px; }

    .sliderimgapp { max-width: 100% !important; height: auto !important; }

    #DASH, #ADD, #ORDER, #DISPATCH, #INVOICE, #TRIP, #ACCOUNTS, #ADDRESS, #TRUCK, #REPORT, #MULTI { padding-top: 0 !important; }

    .pricing-para3.pricingltl2 span, .pricing-para4.pricingltl2 span, .pricing-para2.pricingltl2 span, .pricing-para3.pricingltl2 span { font-size: 24px !important; }

    .pricing-para1.pricingltl2 span sup, .pricing-para4.pricingltl2 span sup, .pricing-para2.pricingltl2 span sup, .pricing-para3.pricingltl2 span sup { font-size: 16px !important; }

    .pricing1 .ltlplanimg3 b, .pricing2 .ltlplanimg3 b, .pricing3 .ltlplanimg3 b, .pricing2 .iftaplanimg3 b, .iftaplanimg3 > b { font-size: 14px !important; }

    .pricing1 .pricingltl2 span { font-size: 22px !important; }

    sup.decivalue { font-size: 45px; }

    i.monthlytxt { font-size: 16px !important; margin-left: -20px !important; }

    .social { display: none; }

    .nav.navbar-nav.mnu-for-dph li a { background-color: #f26522; color: #ffffff; }

    .dispatch-btnleft i { color: #ffffff; font-size: 26px !important; margin-left: 3px !important; margin-right: 4px !important; margin-top: -2px !important; }


    .mnu-for-dph .dropdown-menu > li > a { background-color: rgba(192,192,192,0.3) !important; color: #646464 !important; }

    .mnu-for-dph .dropdown-menu > li > a:hover { color: #f26522 !important; }

    .mob-div { display: block !important; }

    .wed-dev { display: none; }

    .navbar { margin-top: 73px !important; }

    .navbar-toggle { margin-top: -125px !important; }

    .navbar-collapse { margin-top: -75px !important; }

    .tour-part { width: 100% !important; margin-top: 0px !important; }


    .pricing-para1 p, .pricing-para2 p { color: #000000; float: right !important; font-family: 'Open Sans', sans-serif; font-size: 24px; font-weight: normal !important; margin-right: 210px !important; margin-top: -50px !important; text-align: right; width: 100% !important; }

    .pricing-para3 p { text-align: center; width: 66% !important; }

    .navbar-collapse.collapse { height: auto !important; overflow: visible !important; padding-bottom: 0; }


    .top-chat { display: none; }


    #fixNav { background-color: rgba(192, 192, 192, 0.3); width: 100%; }

    #HomeBanner .mTop30 { margin-top: 0px !important; }

    .head-title h1, .head-title h2, .slider-cont h2, .slider-cont h2, .tour-part h2, .tour-part h1 { font-size: 32px !important; }

    .slider-cont p { margin-top: 0px !important; }

    .slider-cont { text-align: center; }

    .slider-btn { font-size: 16px !important; }

    .banner-img { display: none; }

    .item { min-height: 360px !important; }

    sec-part1 { text-align: left !important; }

    .video-cont h2, .truck-cont h2, .features h2, .more-feature h2 { font-size: 32px !important; padding-bottom: 20px !important; }

    .icon h3 { font-size: 26px !important; }

    .mTop75 { margin-top: 0px !important; }

    .homevid { margin-top: 35px !important; }

    .homevid-btn { margin-top: 0px !important; }

    .truck-part1 img { width: 25% !important; margin-top: 0px !important; }

    .sec-part2 h3 { text-align: left; font-size: 15px !important; }

    .sec-part2 p { margin-bottom: 5px !important; }

    .truck-part1 p { text-align: left; }

    .sec-part2 a { font-size: 14px !important; }

    .features-cont a h3 { font-size: 16px !important; }

    .features-cont h3 { }

    .tab-part h2 { font-size: 32px !important; line-height: 34px !important; padding-bottom: 20px !important; }

    .tab-part p { font-size: 28px !important; }

    .tour-icon a h5 { font-size: 10px !important; }

    .tour-icon a { width: 72px !important; }

    .tour-icon a span, .tour-icon a img { font-size: 18px !important; width: 36px !important; height: 36px !important; line-height: 36px !important; }

    .tour-banner h3, .tour-monitor h3 { font-size: 28px !important; }

    .mTop50 { margin-top: 0px !important; }

    .tour-featurelink, .about-link { font-size: 22px !important; }

    .accbg-img, .accbg-img2 { position: relative !important; }

    #DASH, #ADD, #ORDER, #DISPATCH, #INVOICE, #TRIP, #ACCOUNTS, #ADDRESS, #TRUCK, #REPORT { padding-top: 0px !important; }

    .tour-banner { padding: 20px 0px !important; }

    .tour-monitor img, .trip-bg, .contact-bg, .dis-bg { margin-top: 10px !important; text-align: center !important; }

    .hide-imgs { display: none; }


    .sho-img { display: block !important; }


    #pricingslide .tab-menu { float: none; background-color: none; background: none !important; }

    .sec-part2 .tab-menu li.pricetab1 { margin-left: 7px !important; }

    .pric-cont { margin-top: -34px !important; }

    .tab-menu ul li { padding: 6px !important; }

    .sec-part2 .tab-menu li.pricetab1.active::after { margin-top: 29px !important; border: none !important; }



    /*.tab-menu {
        background: none !important;
    }*/
    .tab-menu .carousel-indicators .active { top: 0px !important; }



    #pricingslide .tab-menu { float: none; background-color: none; background: none !important; }

    .sec-part2 .tab-menu li.pricetab1 { margin-left: 7px !important; }

    .pric-cont { margin-top: -34px !important; }

    .mobtab-menu ul li { padding: 12px 30px 12px !important; }

    .sec-part2 .tab-menu li.pricetab1.active::after { margin-top: 29px !important; border: none !important; }

    .driver-app { background: none !important; }

    .team-part h2, .about-part h2 { font-size: 32px !important; background: rgba(0, 0, 0, 0) url("images/heading-bg.png") no-repeat scroll center 51px / 75% 12% !important; padding-bottom: 10px; }

    .slider-cont h5 { font-size: 26px !important; }

    .tab-part p { font-size: 20px !important; }

    .videoList li { width: 330px !important; }

    .faqBox h2 { font-size: 22px !important; }

    .about-part { width: 100% !important; }

    .quick-btn { background: #141414; color: #fff; border-radius: 4px; padding: 15px; margin-top: 50px; margin-bottom: 150px; text-transform: uppercase; font-size: 20px; }

    .quick-btn:hover { background: #f26522; color: #fff; }
    .pricing-content .item.active .col-md-12.col-sm-12.col-xs-12 { padding-left: 0px !important; padding-right: 0px !important; }
    .pricing-content .annual_pricing b { padding-left: 0px; }
    .pricing-content .annual_pricing span { padding-right: 7px; }
    .pricing-content .pricing_getStarted { padding: 10px 30px !important; }
    .home_pricing_type_slide .bestValue span { top: 0px; }
    .mob p{font-size:14px !important;}
        #HomeBanner h2{color:#fff; margin-top:10px; font-size:18px; padding-top:15px;}
    #HomeBanner .banner-img{padding-bottom:15px;}
    #HomeBanner .item { min-height: inherit; margin-top:0px !important; padding-bottom:20px; }
}
/*mobile device*/
@media (max-width:480px) {
         .chatSec p,.iftaPage p{font-size:16px !important;}

    .pricingLeased table td {
        float: left;
        display: block !important;
        width: 100% !important;
    }

    .pricingLeased .pricingArea a { position: inherit; margin: auto; display: block; }

    .pricingLeased ul { padding: 10px !important; }

    .leasedOperator .featureLopL, .leasedOperator .featureLopR { padding-left: 0 !important; padding-right: 0 !important; }

    .leasedOperator .featureLopR { padding-top: 20px; }

    .pricing_new .tab-content a.getStarted { position: inherit !important; margin: 0 !important; }

    .pricing_new .nav-tabs li a, #pricingslide .pricing_new .nav-tabs li a { margin: 5px 5px 30px 5px !important; }
    .pricing_new .nav-tabs > li.active > a, .pricing_new .nav-tabs > li.active > a:hover, .pricing_new .nav-tabs > li > a:hover, .pricing_new .nav-tabs > li.active > a:focus, #pricingslide .pricing_new .nav-tabs > li.active > a, #pricingslide .pricing_new .nav-tabs > li.active > a:hover, #pricingslide .pricing_new .nav-tabs > li > a:hover, #pricingslide .pricing_new .nav-tabs > li.active > a:focus { margin: 5px 5px 30px 5px !important; }

    .pricing_new .nav-tabs li.pricetab1.active::after { top: 65px; }

    .pricing_new .tab-content { padding-top: 0 !important; }

    .rigMinder { padding: 10px !important; }

    i.rigMinderLogo { float: none !important; width: 100% !important; background-position: center center !important; }

    i.rigMinderLogo:before { display: none !important; }

    .rigMinder span { position: relative !important; display: block !important; text-align: justify !important; }

    .menu li a { padding: 0px 10px !important; font-size: 14px !important; }

    .menu li ul.submenu { padding-bottom: 0 !important; }

    .menu li ul.submenu li { padding-left: 2px !important; }

    .tab-part.mw { min-height: 550px; }

    .logo { margin: 5px 0px; }

    #fixNav.navigation { border-radius: 0px !important; }

    .head-title h1, .head-title h2, .slider-cont h2 { font-size: 20px !important; text-align: center !important; }

    .slider-cont p { font-size: 16px !important; text-align: center; }

    .slider-cont { margin: 0px auto; }

    .home-arrowL span, .home-arrowR span { font-size: 24px !important; }

    #fixNav { background-color: rgba(192,192,192,0.3); }

    .slider-cont { margin-top: 0px !important; }

    .tabimg, .logo img, .res100 { width: 100% !important; }
    .logo img{width:75px !important;}

    .homevid-btn { margin-top: 0px; }

    .col-md-6.mTop75.taC { margin-top: 0px !important; }

    .home-video { margin: -11% 38% 0px 185px !important; }


    .features-cont a img { width: 26%; }

    .features-cont a { padding: 10px; }

    .features-cont a h3 { font-size: 16px !important; }

    .top-chat { display: none; }

    .navbar { margin-top: 76px !important; }

    .slider-btn { font-size: 12px !important; padding: 10px 26px !important; }

    #HomeBanner .carousel-indicators { display: none; }

    .truck-part1 { margin-top: 0 !important; padding-bottom: 10px !important; }

    .imgWidth { display: none; }

    .home-icon { margin-top: 0px; }

    .icon p { font-size: 14px !important; }

    .icon h3 { font-size: 18px !important; }

    .homevid { margin-top: 30px !important; }

    .homevid-btn { margin-top: 0px !important; }

    .truck-part1 img { width: 35% !important; }

    .sec-part2 h3 { font-size: 20px !important; text-align: left !important; margin-top: 20px !important; }

    .ltladdon h3, .promilesaddon h3, .iftaaddon h3, .faxaddon h3, .textaddon h3, .mobileaddon h3, .useraddon h3 { font-size: 11px !important; text-align: left !important; margin-top: 8px !important; }
    .pricing_new .pricing1, .pricing_new .pricing2, .pricing_new .pricing3 { margin-bottom: 20px; }

    .tab-part h2 { font-size: 20px !important; line-height: 22px !important; background: rgba(0, 0, 0, 0) url("images/tab-heading.png") no-repeat scroll center 52px / 75% 12% !important; }

    .tab-part p { font-size: 16px !important; }

    .features-cont.mTop40 { margin-top: 0px !important; }

    .features-cont { border-radius: 0px !important; padding: 12px 20px 0 !important; }

    .feature-btn { font-size: 12px !important; font-weight: bold !important; top: -10px !important; }

    .sec-part3 { padding: 0px !important; }

    .tab-menu { width: 0px !important; padding: 0px !important; }

    .sec-part2 .tab-menu li.pricetab1 { width: 150px !important; margin-left: 7px !important; }

    .pric-cont { margin-top: -34px !important; }

    .tab-menu ul li { padding: 6px !important; }

    .sec-part2 .tab-menu li.pricetab1.active::after { margin-top: 29px !important; border: none !important; }

    .video-cont h2, .truck-cont h2, .features h2 { font-size: 22px !important; /*background:rgba(0, 0, 0, 0) url("images/heading-bg.png") no-repeat scroll center 40px !important;*/ /*background: #00498e url("Images/Website/bannerEpes.jpg") no-repeat scroll left top / 100% 100%;
    height: auto;*/ background: rgba(0, 0, 0, 0) url("images/heading-bg.png") no-repeat scroll center 40px / 75% 12% !important; padding-top: 8px; }

    .indextruck-bg h2 { background: rgba(0, 0, 0, 0) url("images/pricing-heading.png") no-repeat scroll center 40px / 75% 12% !important; }

    .col-md-6.icon.mTop30.taC { margin-top: 0px !important; border-bottom: 1px solid #333 !important; padding-bottom: 20px !important; }

    .icon a, .link-btn { font-size: 12px !important; margin-top: 0px !important; padding: 0px !important; }

    .readBtn { font-size: 14px !important; padding: 12px 5px !important; }


    .homevid.tabimg.mBot59 { margin-bottom: 12px !important; }

    .pricing-para3 p { margin-left: 60px !important; }

    .sec-part2 .pricing-para3 p { margin-left: -44px !important; font-size: 18px !important; }

    .pricing1.hs > p, .pricing2.hs > p, .pricing3.hs > p, .pricing3.hs p { margin-bottom: 5px !important; font-size: 16px !important; text-align: center; }

    .sec-part2 p { margin-bottom: 5px !important; font-size: 14px !important; text-align: justify; }

    .sec-part2 a { font-size: 14px !important; margin-bottom: 10px !important; margin-top: 10px !important; }

    .col-xs-12.col-sm-9.col-md-9.nopadding { border-bottom: 1px solid #333333; }

    .pricing1 h5, .pricing2 h5 { padding: 12px !important; font-size: 16px !important; }

    .hs { min-height: 500px !important; }

    .pricing-para1 p { font-size: 18px !important; margin-left: 180px !important; margin-top: -50px !important; }

    .spacer25, .spacer35 { height: 0px !important; }

    .pricing-para2 p { font-size: 18px !important; margin-left: 180px !important; margin-top: -50px !important; }

    .container.mBot20 i { font-size: 12px; }

    .col-md-12.nopadding.mob { display: none !important; margin-left: 22px !important; }

    .col-md-12.mTop20.taC.weds { display: block; }

    .pricing3 h5 { font-size: 16px !important; }
    /*.pricing-para3 span{font-size:36px !important;}*/
    .pricing3 .pricingltl2 p { font-size: 18px !important; margin-left: 125px !important; }

    .tour-part h2, .tour-part h1 { font-size: 20px !important; }

    .tour-part p { font-size: 16px !important; }

    .tour-part { width: 100% !important; }

    .tour-icon a { /*float: none !important;*/ width: inherit !important; }

    .tour-icon a span, .tour-icon a img { display: none !important; }

    .tour-icon a h5:hover, .tour-icon a:hover h5, .smenu-h5, .touractive h5 { background-color: #ffffff !important; padding: 5px !important; color: #f26522 !important; }

    .tour-icon a h5 { padding: 5px !important; }

    .tour-fixedmenu { padding-top: 70px !important; }

    #DASH, #ADD, #ORDER, #DISPATCH, #INVOICE, #TRIP, #ACCOUNTS, #ADDRESS, #TRUCK, #REPORT { padding-top: 0px !important; }

    .col-md-12.single-page-nav { display: none; }


    /*2page*/ .tour-banner { padding: 10px 0 0 !important; }

    .contact-bg { margin-top: 0px !important; }

    img[alt="report"] { padding-top: 8px !important; }

    img[alt="monitor"] { padding-top: 15px !important; }

    .tour-banner h3, .tour-monitor h3 { font-size: 22px !important; margin-top: 12px !important; }

    .trip-bg { margin-top: 0px !important; }

    .tour-monitor p, .tour-banner p { font-size: 14px !important; text-align: justify !important; }

    .panel-title > a { font-size: 16px !important; }

    .hide-imgs { display: none; }

    .tourlink-btn { font-size: 12px !important; padding: 6px 0 !important; margin: 0px auto !important; }

    .sho-img { display: block !important; }

    .dis-bg { margin: 0px !important; width: 100% !important; }

    .contact-bg { width: 100% !important; }

    .accbg-img, .accbg-img2 { position: relative !important; }

    .tour-featurelink, .about-part a { font-size: 16px !important; }

    .about-part a span { font-size: 16px !important; }

    .webinar-part { padding-bottom: 0px !important; font-size: 16px; }

    .webinar-table { padding: 5px 5px 20px !important; }

    .about-link { font-size: 14px !important; margin: 5px !important; }

    .sec-part2 h2.price { background: rgba(0, 0, 0, 0) url("images/heading-bg.png") no-repeat scroll center 110px / 75% 12% !important; }



    /*pricing*/ .bigTxt { font-size: 24px !important; padding: 10px !important; }

    .bigTxt1, .about-part h2 { font-size: 22px !important; }

    .about-part p { font-size: 14px !important; text-align: justify !important; }

    .pricing1 .pricingltl2 p, .pricing2 .pricingltl2 p { margin-left: 120px !important; font-size: 18px !important; }

    .tab-slider .tab-menu { display: none !important; float: none !important; }

    .mobtab-menu ul li { padding: 6px !important; }
    /*.carousel-indicators .active{line-height:0px !important;}*/
    .tab-menu .carousel-indicators .active { top: 0px !important; }

    .tab-slider { padding: 10px 0px !important; }

    .slider-cont h5 { font-size: 20px !important; }

    .team-part h2 { font-size: 22px !important; background:rgba(0, 0, 0, 0) url("images/pricing-heading.png") no-repeat scroll center 35px / 400px !important; }

    .about-part { width: 100% !important; }

    .driver-app { background: none !important; }

    .about-part ul { text-align: left; }

    .supporttab-menu ul { margin-left: 0px !important; }


    .tour-accor { padding: 5px 0 5px !important; }

    .tour-monitor img { margin-top: 15px !important; }

    /*Faq*/
    .faqBox h3 { font-size: 20px; }

    .faqBox p { font-size: 16px; margin: 0px !important; }

    .ch-item { width: 100% !important; }
    /*cont*/
    .content-para p { font-size: 16px !important; }

    .pricing-bg h2 { font-size: 22px !important; }

    .faqBox h5 { font-size: 14px; font-weight: normal; }

    .faqBox h2 { font-size: 20px !important; }

    .faqBox h2 span { font-size: 18px !important; }

    .fa-volume-up { font-size: 26px !important; }

    #ContactUsForm { padding: 0px !important; }

    #capchaHandlerId { margin-bottom: 10px; width: 114px !important; }

    .infoTxt { text-align: left !important; }

    .txt22 { font-size: 13px !important; }

    .live-btn, .contact-form input[type="button"] { font-size: 16px !important; }


    .content-para h3 { color: #0c0c0c; font-size: 24px !important; line-height: 24px !important; }

    .dispatch-btnleft i { color: #ffffff; font-size: 23px !important; margin-left: 2px !important; margin-right: 0 !important; margin-top: 0 !important; }

    .dispatch-cont h5 { font-size: 20px !important; }

    .dispatch-cont p { margin-top: 20px !important; }

    .video-iframe, .video-iframe1 { margin: 10px; }

    .video-iframe iframe { height: auto !important; width: 100%; }

    .video-iframe1 iframe { height: auto !important; width: 100%; }

    .videoBg h2 { font-size: 24px; }

    .videoBg { padding: 0px !important; }

    .videoList.playIcon li a::before { margin-left: 100px !important; margin-top: 60px !important; }

    .breadcrumb li, .bread-crumb2 { padding: 3px 5px !important; }

    .breadcrumb li { font-size: 14px !important; }

    .videoList.playIcon li { width: 100% !important; float: none !important; margin: 0 auto !important; }

    .supt img { width: 75% !important; }

    .support-tab span { font-size: 100px !important; }

    .supt .feature-btn { top: 0px !important; }

    .w50 { margin: 0 auto !important; text-align: center !important; width: 50% !important; }

    .tab-slider p, .privacy-list { font-size: 16px; }

    .tab-slider h2 { font-size: 24px; }

    .webinar-cal { width: 100%; margin-bottom: 15px; }

    .webinar-cont h3 { margin-top: 10px; }

    #pricingslide .tab-menu { background: none !important; float: none; }

    .nav.navbar-nav.mnu-for-dph li a { background-color: #f26522; color: #fff; }

    .mnu-for-dph .dropdown-menu > li > a { background-color: rgba(192,192,192,0.3) !important; color: #646464 !important; }

    .mnu-for-dph .dropdown-menu > li > a:hover { color: #f26522 !important; }

    .mob-div { display: block !important; }

    .wed-dev { display: none; }

    .driver-feat h5 { font-size: 18px !important; }

    .driver-feat p { font-size: 16px !important; }

    .dispatch-cont h3 { font-size: 20px !important; }

    .tabimg, .tour-banner img, .banner-img, .tour-banner img, .invoicebg, .accbg-img, .sho-img img { width: 100% !important; }

    #DISPATCH .sho-img img { width: 70% !important; }

    .pricing-para1 p, .pricing-para2 p, .pricing-para3 p { color: #000000; float: right !important; font-family: 'Open Sans', sans-serif; font-size: 24px; font-weight: normal !important; margin-right: 35px !important; margin-top: -50px !important; text-align: right; width: 100% !important; }

    footer .social-icons a { font-size: 16px; height: 34px; margin-left: 7px; text-align: center; width: 34px; }

    footer .yt i, footer .ln i { top: -3px; }

    #HomeBanner .fa.fa-angle-left { background-color: none !important; }

    .sec-part2 #pricingslide a.home-arrowL, .sec-part2 #pricingslide a.home-arrowR { display: none; }


    div[id*="inline_"] iframe { width: 100% !important; height: 100% !important; }
     .dispatch-part h3{font-size:18px !important;}
    .social-icons a{line-height:34px !important;}
}


@media only screen and (min-width:320px ) and (max-width:699px) {
    .covid19-alert h3 {
        font-size: 14px;
    }
}

    @media (max-width:320px) {
        .home-video {
            margin: -38% 38% 0px 108px !important;
        }

        .slider {
            margin: 10px 0 40px !important;
        }

        .fnt {
            font-size: 13px !important;
        }

        .size {
            font-size: 16px !important;
        }

        .itl_size {
            font-size: 15px !important;
        }

        .align a {
            padding: 10px 15px !important;
        }
    }


* { margin: 0; padding: 0; outline: none !important; text-decoration: none !important; }
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@font-face { font-family: 'Roboto Condensed'; src: url('fonts/Roboto-Condensed-webfont.eot'); src: url('fonts/Roboto-Condensed-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Condensed-webfont.woff2') format('woff2'), url('fonts/Roboto-Condensed-webfont.woff') format('woff'), url('fonts/Roboto-Condensed-webfont.ttf') format('truetype'), url('fonts/Roboto-Condensed-webfont.svg#robotocondensed') format('svg'); font-weight: normal; font-style: normal; }

body { background-color: #fff; color: #333; font-family: 'Open Sans', sans-serif; margin: 0; padding: 0; font-size: 16px; font-weight: 300; }
a { color: #f26522; outline: 0; padding-left: 3px; padding-right: 3px; text-decoration: underline; transition: all .2s ease 0s; -moz-transition: all .2s ease 0s; -webkit-transition: all .2s ease 0s; -o-transition: all .2s ease 0s; -ms-transition: all .2s ease 0s; }
a:hover, a:active, a:focus { outline: none; -moz-outline-style: none; }
a:hover { text-decoration: none !important; }
/* Start Common classes Styles */
img { border: none; outline: none; }
.disnone { display: none; }
.clear { clear: both; /*height: 1px;*/ }
.floatL, .button_left { float: left; }
.floatR, .button_right { float: right; }
.taL { text-align: left; }
.taC { text-align: center !important; }
.taR { text-align: right; }
.taJ { text-align: justify; }
.vaT { vertical-align: top; }
.vaM { vertical-align: middle; }
.vaB { vertical-align: bottom; }
.mTopMinus5 { margin-top: -5px; }
.mTop0 { margin-top: 0px !important; }
.mTop2 { margin-top: 2px; }
.mTop3 { margin-top: 3px !important; }
.mTop4 { margin-top: 4px; }
.mTop5 { margin-top: 5px; }
.mTop7 { margin-top: 7px; }
.mTop10 { margin-top: 10px; }
.mTop15 { margin-top: 15px; }
.mTop20 { margin-top: 20px; }
.mTop21 { margin-top: 21px !important; }
.mTop23 { margin-top: 23px !important; }
.mTop22 { margin-top: 22px; }
.mTop24 { margin-top: 24px; }
.mTop30 { margin-top: 30px; }
.mTop40 { margin-top: 40px; }
.mTop47 { margin-top: 47px; }
.mTop70 { margin-top: 70px !important; }
.mTop50 { margin-top: 50px; }
.mTop33 { margin-top: 33px !important; }
.mTop37 { margin-top: 37px !important; }
.mTop59 { margin-top: 59px !important; }
.mTop75 { margin-top: 76px; }
.mBot20 { margin-bottom: 20px; }
.mBot25 { margin-bottom: 25px; }
.mBot30 { margin-bottom: 30px; }
.mBot40 { margin-bottom: 40px; }
.mBot2 { margin-bottom: 2px; }
.mBot5 { margin-bottom: 5px; }
.mBot10 { margin-bottom: 10px !important; }
.mBot15 { margin-bottom: 15px; }
.mBot45 { margin-bottom: 45px; }
.mBot59 { margin-bottom: 59px; }
.mR6 { margin-right: 6px; }
.mRight5 { margin-right: 5px; }
.mRight7 { margin-right: 7px; }
.mRight9 { margin-right: 9px; }
.mRight10 { margin-right: 10px; }
.mRight15 { margin-right: 15px; }
.mRight20 { margin-right: 20px; }
.mRight25 { margin-right: 25px; }
.mRight30 { margin-right: 30px; }
.mRight40 { margin-right: 40px; }
.mRight300 { margin-right: 300px; }
.mLeft3 { margin-left: 3px; }
.mLeft5 { margin-left: 5px; }
.mLeft10 { margin-left: 10px; }
.mLeft11 { margin-left: 11px; }
.mLeft15 { margin-left: 15px; }
.mLeft17 { margin-left: 17px; }
.mLeft20 { margin-left: 20px; }
.mLeft25 { margin-left: 25px; }
.mLeft30 { margin-left: 30px; }
.mLeft35 { margin-left: 35px; }
.mlft200 { margin-left: 200px; }
.mLeft45 { margin-left: 45px; }
.mLeft50 { margin-left: 50px; }
.mLight300 { margin-left: 300px; }
.pLeft10 { padding-left: 10px; }
.pLeft15 { padding-left: 15px; }
.pLeft20 { padding-left: 20px; }
.pLeft30 { padding-left: 30px; }
.pLeft45 { padding-left: 45px; }
.pLeft70 { padding-left: 70px; }
.pLeft300 { padding-left: 300px; }
.pLeft15 { padding-left: 15px; }
.pRight10 { padding-right: 10px; }
.pRight5 { padding-right: 5px; }
.pTop10 { padding-top: 10px; }
.pBot10 { padding-bottom: 10px !important; }
.pBot20 { padding-bottom: 20px !important; }
.pRight20 { padding-right: 20px; }
.noRightpad { padding-right: 0; }
.text11 { font-size: 11px; }
.spacer3 { height: 3px; }
.spacer5 { height: 5px; }
.spacer10 { height: 10px; }
.spacer15 { height: 15px; }
.spacer20 { height: 20px; }
.spacer25 { height: 25px; }
.spacer30 { height: 30px; }
.spacer35 { height: 35px; }
.spacer40 { height: 40px; }
.spacer45 { height: 45px; }
.spacer50 { height: 50px; }
.spacer60 { height: 60px; }
.red { color: #f00; }
.noWrap { white-space: nowrap; }
.pad6 { padding: 6px 0px; }
.pad5 { padding: 5px; }
.w125 { width: 125px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w225 { width: 225px; }
.w100 { width: 100px; }
.w300 { width: 300px; }
.w400 { width: 400px; }
.w450 { width: 450px; }
.w80 { width: 80px; }
.w75 { width: 75px; }
.w70 { width: 70px; }
.w60 { width: 60px; }
.w50 { }
.w25 { width: 25px; }
.pT5 { padding-top: 5px; }
.pT10 { padding-top: 10px; }
.pR5 { padding-right: 5px; }
.f20 { font-size: 20px; }
.f23 { font-size: 23px; }
.noPad { padding: 0px !important; }
.noLeft { padding-left: 0px !important; }
.noRight { padding-right: 0px !important; }
.bold { font-weight: bold; }
.txt9 { font-size: 9px; font-style: italic; color: #434a4d; }
.txt011 { font-size: 14px; color: #434a4d; font-weight: normal; }
.txt11 { font: italic 13px 'Open Sans', sans-serif; color: #434a4d; }
.txt12 { font-size: 14px; font-style: italic; color: #000; }
.txt15 { font-size: 15px !important; }
.txt22 { font-size: 22px; }
.font-20{font-size:20px !important;}
.mBot0 { margin-bottom: 0px !important; }
.nopadding { padding: 0px !important; }
.pRight0 { padding-right: 0px !important; }
.border0 { border: none !important; }
::-webkit-input-placeholder { color: #6f6763; }
:-moz-placeholder { /* Firefox 18- */ color: #6f6763; }
::-moz-placeholder { /* Firefox 19+ */ color: #6f6763; }
:-ms-input-placeholder { color: #6f6763; }
/*End Common Classes Styles*/
header { width: 100%; height: auto; background: url(images/bannersamp21.jpg) no-repeat center center; background-size: cover; min-height: 250px; float: left; }
.logo-orange { position: absolute; left: -117px; z-index: -999; top: 0; }
.menu { display: inline; }
.menu li { display: inline-block; position: relative; padding: 25px 0px 15px 0px; cursor: pointer; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.menu li a { text-decoration: none; font-size: 14px; color: #333; font-weight: bold; padding: 5px 8px 5px 8px; text-transform: capitalize; margin-left: 5px; }
.menu li a:hover, .menu li a.active { /*background: #141414;*/ border-radius: 5px; color:#f26522;}
.menu li ul { padding: 0; position: absolute; top: 48px; left: 0; width: 150px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; display: none; opacity: 0; visibility: hidden; -webkit-transiton: opacity 0.2s; -moz-transition: opacity 0.2s; -ms-transition: opacity 0.2s; -o-transition: opacity 0.2s; -transition: opacity 0.2s; padding: 10px; width: 335px !important; position: absolute; top: 31px; left: -70px; margin: 25px 0px 0px 0px; z-index: 99; border-radius: 6px; background: #fff; box-shadow: 0px 0px 8px rgba(0,0,0,0.5); }
.menu li ul li { display: block; color: #505050; border-bottom: 1px solid #cccccc; padding: 1px 0px; display: block; }
.navbar-default { border: none !important; background: none !important; z-index: 1; }
.submenu li:last-child { border-bottom: none; }
.menu li ul li:hover { color: #f26522; }
.menu li:hover ul { display: block; opacity: 1; visibility: visible; }
.menu li ul li i { display: none; }
.submenu:before { width: 85px; height: 4px; /*border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 10px solid #fff;*/position: absolute;content: '';top: -5px;left: 77px;background-color: #f26522;}
.submenu li a { font-weight: bold; font-size: 15px !important; color: #505050; text-transform: capitalize; padding: 5px 15px !important; text-shadow: none !important; display: block; margin-left: 0px; }
.submenu li a:hover { color: #f36523; background: #eee7e4; border-radius: 0px; }
.signin-menu { background: url(images/user.png) no-repeat 0px 10px; padding-left: 20px !important; }
.trail-menu { background: #f26522; border-radius: 6px; margin: 5px; text-shadow: none !important; color:#fff !important;}
.slider-cont h2 { font-size: 36px; text-transform: uppercase; color: #fff; margin-top: 4%; }
.slider-cont h2 span { color: #f26522; }
.slider-cont p { font-size: 14px; font-weight: normal; color: #e5e5e5; margin-top: 5%; font-family: 'Open Sans', sans-serif; min-height: 100px; }
.slider-btn { font-weight: bold; font-size: 20px; background: #141414; border: 1px solid #82837d; color: #fff; text-transform: uppercase; padding: 8px 30px; display: inline-block; margin: 26px 0px; }
.slider-btn:hover { color: #f26522; border: 1px solid #ded0c9; background: none; }
.cust-offset { margin-left: 13.5%; }
.sec-part1, .more-feature, .dispatch-part { background: url(images/bg1.jpg) repeat center center; height: auto; padding-bottom: 40px; }
.more-feature { border-top: 1px solid #e3e3e3; }
.video-cont h2, .truck-cont h2, .features h2, .more-feature h2 { text-align: center; font-size: 42px; color: #2f2f2f; background: url(images/heading-bg.png) no-repeat center 60px; padding-bottom: 45px; text-transform: uppercase; margin-top: 3%; }
.video-cont h2 span, .truck-cont h2 span, .features h2 span, .more-feature h2 span { color: #f26522; }
.icon h3 { color: #303435; font-weight: 600; font-size: 22px; text-align: left; }
.icon p { color: #424242; font-size: 18px; text-align: left; }
.icon a { font-size: 18px; color: #fff; background: #303435; padding: 12px 5px; display: inline-block; margin-top: 20px; }
.link-btn span, .icon a span { background: #303435; border: 2px solid #595c5d; padding: 5px 10px; color: #afafaf; }
.link-btn span:hover, .icon a span:hover { color: #fff; transition: all 1s ease 0s; }
.tourlink-btn span { background: #f26522; border: 2px solid #ffaa81; padding: 5px 10px; color: #f2f1f0; }
.tourlink-btn span:hover { color: #fff; }
.tourlink-btn { font-size: 18px; color: #fff; background: #f26522; padding: 12px 5px; display: inline-block; margin-top: 10px; display: inline-block; }
.link-btn { font-size: 18px; color: #fff; background: #303435; padding: 12px 5px; display: inline-block; margin-top: 5px; display: inline-block; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .link-btn { margin-top: 10px; }
}

.sec-part2 { background: url(images/bg2.jpg); background-size: cover; height: auto; padding-bottom: 40px; }
.sec-part2 h3 { color: #231f20; text-transform: uppercase; font-weight: bold; font-size: 24px; margin-top: 30px; }
.truck-part1 { text-align: center; margin-top: 20px; }
.truck-part1 img { margin-top: 10%; }
.sec-part2 p { font-size: 18px !important; color: #424242; margin-bottom: 40px; }
.sec-part2 a { color: #000; font-size: 18px; border: 3px solid #252524; padding: 7px 11px; display: inline-block; }
.sec-part2 a:hover { background: #252524; color: #fff; text-decoration: none; }
.sec-part2 h2 { background: url(images/pricing-heading.png) no-repeat center 75px; }
.sec-part2 h2.price { background: url(images/heading-bg.png) no-repeat center 110px; }
.indextruck-bg h2 { background: url(images/pricing-heading.png) no-repeat center 60px; }
.sec-part3 { background: #fff; height: auto; padding-bottom: 40px; text-align: center; }
.features-cont { background: url(images/bg3.jpg) repeat; border-radius: 15px; text-align: center; min-height: 327px; padding: 50px 20px 0px 20px; }
.features-cont a { padding: 15px; display: block; transition: all 1.5s ease 0s; -moz-transition: all 1.5s ease 0s; -webkit-transition: all 1.5s ease 0s; -o-transition: all 1.5s ease 0s; -ms-transition: all 1.5s ease 0s; border-radius: 6px; }
.features-cont a:hover { box-shadow: 0px 0px 15px rgba(0,0,0,0.5); background: rgba(255, 255, 255, .5); }
.features-cont a:hover h3 { color: #f26522; }
.features-cont a h3 { font-size: 30px; color: #000; transition: all 1.5s ease 0s; -moz-transition: all 1.5s ease 0s; -webkit-transition: all 1.5s ease 0s; -o-transition: all 1.5s ease 0s; -ms-transition: all 1.5s ease 0s; }
.feature-btn { background: #f26522; border-radius: 28px; padding: 8px 30px !important; color: #fff !important; font-size: 24px; text-transform: uppercase; position: relative; top: -18px; font-family: 'Open Sans', sans-serif; cursor: pointer; }
.feature-btn:hover { background: #252524; }
.feature-btnprice { background: #f26522; border-radius: 28px; padding: 8px 30px !important; color: #fff !important; font-size: 24px !important; text-transform: uppercase; font-family: 'Open Sans', sans-serif; cursor: pointer; }
.feature-btnprice:hover { background: #252524; }
/*------------------------Large Fleet------------------------------------*/
.pricing { background: #fff; border-radius: 8px; text-align: center; min-height: 430px; margin-top: 15%; -webkit-transform: scale(1,1); -webkit-transition-timing-function: ease-out; -webkit-transition-duration: 250ms; -moz-transform: scale(1,1); -moz-transition-timing-function: ease-out; -moz-transition-duration: 250ms; }
.pricing:hover { -webkit-transform: scale(1.05,1.07); -webkit-transition-timing-function: ease-out; -webkit-transition-duration: 250ms; -moz-transform: scale(1.05,1.07); -moz-transition-timing-function: ease-out; -moz-transition-duration: 250ms; }
.pricing h5 { font-weight: bold; font-size: 30px; color: #fff; background: #0e5683; border-radius: 5px 5px 0px 0px; padding: 10px 0px; }
.pricing h4 { font-weight: bold; font-size: 36px; color: #000; text-transform: uppercase; position: relative; /*top: 30px;*/ }
.pricing-para span { font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 60px; color: #0e5683; }
.pricing-para strong { font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 30px !important; color: #0e5683; position: relative; top: -28px; }
.pricing-para p { font-family: 'Open Sans', sans-serif; font-weight: normal !important; font-size: 24px !important; color: #000 !important; width: 50px !important; float: left !important; margin-top: -50px !important; margin-left: 155px !important; }
.pricing p, .pricing1 p, .pricing2 p, .pricing3 p { font-size: 22px; color: #000000; font-weight: bold; background: none; margin-bottom: 10px; margin-top: 10%; }
.pricing a, .pricing1 a, .pricing2 a, .pricing3 a, .trucking_guide_btn a { background: #303030; border: none; font-size: 20px; color: #fff; font-weight: bold; text-transform: uppercase; border-radius: 5px; }
.trucking_guide_btn a { display: inline-block; position: relative; background: #141414; padding: 7px 16px; width: 100%; }
.trucking_guide_btn a:hover { background: #000; }
.col-md-4.col-sm-12.col-xs-12.mrgtbtn a { margin-top: 86px; }
.pricing a:hover, .pricing1 a:hover, .pricing2 a:hover, .pricing3 a:hover, .features-cont h3:hover { color: #f26522; transition: all 1s ease 0s; }
.pricing1 { background: #fff; border-radius: 8px; text-align: center; /*min-height: 430px;*/ margin-top: 3%; padding-bottom: 20px; box-shadow: 3px 0px 3px #C8C8C8; -webkit-transform: scale(1,1); -webkit-transition-timing-function: ease-out; -webkit-transition-duration: 250ms; -moz-transform: scale(1,1); -moz-transition-timing-function: ease-out; -moz-transition-duration: 250ms; }
.pricing1 h5 { font-weight: 600; font-size: 24px; text-transform: uppercase; color: #395767; padding: 25px 0 15px; }
.pricing1 h4 { font-weight: bold; font-size: 48px; color: #000; text-transform: uppercase; position: relative; top: 30px; }
/*.pricing-para1 {
    margin-top:49px;
}*/
.pricing_new .pricing-para1 { background: #0e5683; }
.pricing_new .pricing-para1 i, .pricing_new .pricing-para2 i, .pricing_new .pricing-para3 i { font-size: 15px; font-weight: normal; }
.pricing_new .pricing-para2 { background: #2fa9bb; }
.pricing_new .pricing-para3 { background: #4a8452; }
/*.pricing-para1 span { font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 50px; color: #0e5683; }*/
.pricing-para1 strong { font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 50px !important; color: #0e5683; position: relative; top: -12px; }
.pricing-para1 p { font-family: 'Open Sans', sans-serif; font-weight: normal !important; font-size: 24px; color: #000; width: 50px; float: left; margin-top: -50px; margin-left: 215px; }
.pricing2 { background: #fff; border-radius: 8px; text-align: center; /*min-height: 430px;*/ margin-top: 3%; padding-bottom: 20px; box-shadow: 3px 0px 3px #C8C8C8; -webkit-transform: scale(1,1); -webkit-transition-timing-function: ease-out; -webkit-transition-duration: 250ms; -moz-transform: scale(1,1); -moz-transition-timing-function: ease-out; -moz-transition-duration: 250ms; }
.pricing2 h4 { font-weight: bold; font-size: 48px; color: #000; text-transform: uppercase; position: relative; top: 30px; }
/*.pricing-para2 span { font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 50px; color: #f15f22; }*/
.annual_pricing span { text-decoration: line-through !important; font-style: italic; font-weight: 100 !important; padding-right: 15px; border-right: 1px #fff solid; font-size: 18px; }
.annual_pricing b { color: #fff !important; padding-left: 5px; }
.pricing-para2 strong { font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 50px !important; color: #f15f22; position: relative; top: -12px; }
.pricing-para2 p { font-family: 'Open Sans', sans-serif; font-weight: normal !important; font-size: 24px; text-transform: none; color: #000; width: 50px; float: left; margin-top: -50px; margin-left: 218px; }
.pricepara { color: #2f2f2f; font-weight: bold; font-size: 30px !important; text-align: center; }
.pricepara span { color: #f26522; font-size: 48px; }
ul.planpricingdet, ul.planpricingdet1, ul.planpricingdet2 { padding: 10px 10px 7px 30px; }
ul.planpricingdet3 { padding: 10px 10px 7px 30px; }
ul.planpricingdet li { background: url(images/Pricing/tickop.png) no-repeat left top; list-style-type: none; text-align: left; font-size: 14px; padding: 0px 5px 5px 20px; }
ul.planpricingdet1 li { background: url(images/Pricing/tickop.png) no-repeat left top; list-style-type: none; text-align: left; font-size: 14px; padding: 0px 5px 5px 20px; }
ul.planpricingdet2 li { background: url(images/Pricing/ticksf.png) no-repeat left top; list-style-type: none; text-align: left; font-size: 14px; padding: 0px 5px 5px 20px; }
ul.planpricingdet3 li { background: url(images/Pricing/tickmf.png) no-repeat left top; list-style-type: none; text-align: left; font-size: 14px; padding: 0px 5px 5px 20px; }
.iftaplandet h3 { background: #0e5683; color: #fff; font-size: 30px; font-weight: bold; text-align: center; padding: 5px; margin: 0 20px; }
.iftaplandet1 h3 { background: #f15f22; color: #fff; font-size: 30px; font-weight: bold; text-align: center; padding: 5px; margin: 0 20px; }
.iftaplandet2 h3 { background: #4a8452; color: #fff; font-size: 30px; font-weight: bold; text-align: center; padding: 5px; margin: 0 20px; }
.iftaplandet3 h3 { /*background:#9f7800;*/ color: #303030; font-size: 30px; font-weight: bold; text-align: left; padding: 5px; margin: 0px; }
.iftaplanimg { background: url(images/Pricing/iftaop.png) no-repeat left top; font-weight: normal; text-align: center; font-size: 15px; min-height: 56px; margin: 15px; }
.iftaplanimg b { font-size: 36px; font-weight: bold; color: #0e5683; }
.iftaplanimg p span { font-weight: normal; float: left !important; margin-top: -45px !important; margin-left: 140px !important; }
p.additonal { padding: 0 !important; margin: 0 !important; font-weight: normal; font-size: 18px !important; color: #303030; }
/*----------------------------IFTA--------------------------------*/
.iftaplanimg1 { background: url(images/Pricing/iftablue.png) no-repeat left top; min-height: 56px; margin: 15px; padding-left: 80px; }
.iftaplanimg1 b { font-size: 36px; font-weight: bold; color: #f15f22; }
.iftaplanimg1 p span { font-weight: normal; float: left !important; margin-top: -45px !important; margin-left: 140px !important; }
.iftaplanimg2 { background: url(images/Pricing/iftaorange.png) no-repeat left top; min-height: 56px; margin: 15px; padding-left: 80px; }
.iftaplanimg2 b { font-size: 36px; font-weight: bold; color: #4a8452; }
.iftaplanimg2 p span { font-weight: normal; float: left !important; margin-top: -45px !important; margin-left: 140px !important; }
/*--------------------------------------------LTL--------------------------------------------*/
.ltlplandet h3 { /*background: #0e5683;*/ color: #303030; font-size: 30px; font-weight: bold; text-align: center; padding: 5px; margin: 0 20px; }
.ltlplanimg { background: url(images/Pricing/ltltruck.png) no-repeat left top; min-height: 79px; margin: 15px; }
.ltlplanimg b { font-size: 36px; font-weight: bold; color: #f15f22; }
.ltlplanimg p span { font-weight: normal; float: left !important; margin-top: -45px !important; margin-left: 140px !important; }
.ltlplandet1 h3 { /*background: #f15f22;*/ color: #303030; font-size: 30px; font-weight: bold; text-align: center; padding: 5px; margin: 0 20px; }
.ltlplanimg1 { background: url(images/Pricing/ltltruck.png) no-repeat left top; min-height: 79px; margin: 15px; }
.ltlplanimg1 b { font-size: 36px; font-weight: bold; color: #f15f22; }
.ltlplanimg1 p span { font-weight: normal; float: left !important; margin-top: -45px !important; margin-left: 140px !important; }
.ltlplandet2 h3 { /*background: #4a8452;*/ color: #303030; font-size: 30px; font-weight: bold; text-align: center; padding: 5px; margin: 0 20px; }
.ltlplanimg2 { background: url(images/Pricing/ltltruck.png) no-repeat left top; min-height: 79px; margin: 15px; }
.ltlplanimg2 b { font-size: 36px; font-weight: bold; color: #4a8452; }
.ltlplanimg2 p span { font-weight: normal; float: left !important; margin-top: -45px !important; margin-left: 140px !important; }
.ltlplandet3 h3 { /*background: #9f7800;*/ color: #303030; font-size: 30px; font-weight: bold; text-align: left; padding: 5px; margin: 0; }
.green { color: #4a8452 !important; }
.orange { color: #f15f22 !important; }
.blue { color: #0e5683 !important; }
.iftaplanimg3 { border-top: 1px #c5c0ba solid; min-height: 79px; margin: 0 10px; padding: 10px 10px 10px 90px; }
.pricing1 .iftaplanimg3 { background: url(images/Pricing/iftablue.png) no-repeat left center; }
.pricing2 .iftaplanimg3 { background: url(images/Pricing/iftaorange.png) no-repeat left center; }
.pricing3 .iftaplanimg3 { background: url(images/Pricing/iftagreen.png) no-repeat left center; }
/*.pricing1 .iftaplanimg3 b {
   font-weight: normal;
   float: left;
   text-transform: none;
   margin-top: 20px;
    margin-right: 5px;
}*/
.pricing1 .iftaplanimg3 p span { font-weight: normal; float: left !important; margin-top: -45px !important; margin-left: 140px !important; }
.pricing1 .iftaplanimg3 p i { font-size: 14px; font-weight: normal; }
.pricing1 .pricingltl2 span { font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 28px; float: left; }
.pricing1 .pricingltl2 strong { font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 20px !important; position: relative; top: -18px; }

.pricing1 .pricingltl2 p { font-family: 'Open Sans', sans-serif; font-weight: normal; font-size: 20px; text-transform: none; color: #000; width: 50px; float: left; margin-top: -40px; margin-left: 160px; }

/*-------------------------------------------Pricing2----------------------------------------*/
.pricing2 .iftaplanimg3 b, .iftaplanimg3 > b { float: left; font-weight: normal; float: left; /*margin-top: 20px;*/ margin-top: 5px; font-size: 20px; margin-right: 5px; text-transform: none; }

.pricing2 .iftaplanimg3 p span { font-weight: normal; float: left !important; margin-top: -45px !important; margin-left: 140px !important; }

.pricing2 .iftaplanimg3 p i { font-size: 14px; font-weight: normal; }

.pricing2 .pricingltl2 span { font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 28px; float: left; }

.pricing2 .pricingltl2 strong { font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 20px !important; position: relative; top: -18px; }

.pricing2 .pricingltl2 p { font-family: 'Open Sans', sans-serif; font-weight: normal; font-size: 20px; color: #000; width: 50px; float: left; margin-top: -40px; margin-left: 160px; text-transform: none; }

/*-----------------------------------------------------Pricing3------------------------------------------------------*/
.pricing3 .iftaplanimg3 b { font-weight: normal; float: left; text-transform: none; /*margin-top: 20px;*/ margin-right: 5px; }

.pricing3 .iftaplanimg3 p span { font-weight: normal; float: left !important; margin-top: -45px !important; margin-left: 140px !important; }

.pricing3 .iftaplanimg3 p i { font-size: 14px; font-weight: normal; }

.pricing3 .pricingltl2 span { font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 28px; float: left; }

.pricing3 .pricingltl2 strong { font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 20px !important; position: relative; top: -18px; }

.pricing3 .pricingltl2 p { font-family: 'Open Sans', sans-serif; font-weight: normal; font-size: 20px; text-transform: none; color: #000 !important; width: 50px; float: left; margin-top: -40px; margin-left: 160px; }
/*------------------------------------------------------Pricing ends-------------------------------------------------*/

.pricing1 .ltlplanimg3, .pricing2 .ltlplanimg3, .pricing3 .ltlplanimg3 { background: url(images/Pricing/ltltruck.png) no-repeat left top; min-height: 79px; margin: 15px; padding-left: 90px; }

.pricing1 .ltlplanimg3 b, .pricing2 .ltlplanimg3 b, .pricing3 .ltlplanimg3 b { font-weight: normal; text-transform: none; float: left; /*margin-top: 20px;*/ margin-right: 5px; font-size: 20px; margin-top: 5px; }

.pricing1 .ltlplanimg3 p span, .pricing2 .ltlplanimg3 p span, .pricing3 .ltlplanimg3 p span { font-weight: normal; float: left; margin-top: -45px; margin-left: 140px; }

.pricing1 .ltlplanimg3 p i, .pricing2 .ltlplanimg3 p i, .pricing3 .ltlplanimg3 p i { font-size: 14px; font-weight: normal; }

.pricing1 .ltlplanimg3 h3, .pricing1 .iftaplanimg3 h3, .pricing2 .ltlplanimg3 h3, .pricing2 .iftaplanimg3 h3, .pricing3 .ltlplanimg3 h3, .pricing3 .iftaplanimg3 h3 { /*background: #9f7800;*/ color: #303030; font-size: 30px; font-weight: bold; text-align: left; padding: 5px; margin: 0 !important; }

/*------------------------------------Large Fleet--------------------------------------------*/
.pricing3 { background: #fff; border-radius: 8px; text-align: center; /*min-height: 430px;*/ margin-top: 3%; padding-bottom: 20px; box-shadow: 3px 0px 3px #C8C8C8; -webkit-transform: scale(1,1); -webkit-transition-timing-function: ease-out; -webkit-transition-duration: 250ms; -moz-transform: scale(1,1); -moz-transition-timing-function: ease-out; -moz-transition-duration: 250ms; }
/*.pricing3:hover {
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}*/
.mt-25 { margin-top: -25px; }

/*.pricing3 h5 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #4a8452;
    border-radius: 5px 5px 0px 0px;
    padding: 18px;
}*/

.pricing3 h4 { font-weight: bold; font-size: 48px; color: #000; text-transform: uppercase; position: relative; top: 30px; }

/*.pricing-para3 {
    margin-top:49px;
}*/
.pricing-para1.pricingltl2 span sup, .pricing-para4.pricingltl2 span sup, .pricing-para2.pricingltl2 span sup, .pricing-para3.pricingltl2 span sup { font-size: 22px; }

/*.pricing-para3 span { font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 50px; color: #4a8452; }*/

.pricing-para3 strong { font-family: 'Montserrat', sans-serif; font-weight: bold; font-size: 50px !important; color: #4a8452; position: relative; top: -12px; }

.pricing-para3 p { font-family: 'Open Sans', sans-serif; font-weight: normal !important; font-size: 24px; text-transform: none; color: #000; width: 50px; float: left !important; margin-top: -50px; margin-left: 212px; }

/*--------------------------------------------------------------*/


.sec-part4 { background: url(images/bg4.jpg); background-size: cover; height: auto; padding-bottom: 40px; background-size: cover; }

.tab-part h2 { text-align: center; font-size: 42px; color: #fff; background: url(images/tab-heading.png) no-repeat center bottom; padding-bottom: 40px; text-transform: uppercase; margin-top: 3%; line-height: 52px; margin-bottom: 5%; }

.tab-part h2 span, .tab-part p span { color: #f26522; }

.tab-part p { text-align: center; font-size: 40px; color: #fff; margin-top: 3%; }

footer { background: #f1f0ee; padding: 20px 0px; }

footer h5 { color: #f15e22; font-size: 18px; font-weight: bold; text-transform: capitalize; }

footer ul li { list-style-type: none; padding-top: 3px; padding-bottom: 5px; }

footer ul li i { font-size: 10px !important; color: #252424 !important; font-weight: bold !important; margin-right: 5px; position: relative; top: -2px; }

footer ul li a { font-size: 14px; color: #303030; transition: 0.2s ease-in-out;}
footer ul li a:hover{margin-left:8px; text-decoration:underline !important;}

footer ul li a:hover { color: #1b1b1b; }

footer p { color: #303030; font-size: 14px; }

.foot-cont { /*background: url(images/line.jpg) repeat-x left bottom;*/ float: left; padding-bottom: 0px; width: 100%;margin-bottom:0px;/*border-bottom:1px solid #4a4949;*/ }

.foot-address { padding-top: 15px; float: left; width: 100%; }

.foot-address p { font-size: 14px; color: #303030; }
.foot-address p a{color:#303030; text-decoration:underline !important;}
.foot-address p a:hover{color:#f15e22;}

.social-icons { float: right; margin-top: 20px; }

.social-icons a {float: left;border-radius: 20px;margin-left: 10px;-webkit-transform: scale(1, 1);-webkit-transition-duration: 500ms;-webkit-transition-timing-function: ease-out;-moz-transform: scale(1, 1);-moz-transition-duration: 500ms;-moz-transition-timing-function: ease-out;-ms-transform: scale(1, 1);-ms-transition-duration: 500ms;-ms-transition-timing-function: ease-out;font-size: 15px;color: #848287;background: #d4d4d4;width: 40px;text-align: center;height: 40px;line-height: 40px;}

.social-icons a:hover { /* Webkit for Chrome and Safari */ -webkit-transform: scale(1.2, 1.2); -webkit-transition-duration: 500ms; -webkit-transition-timing-function: ease-out; /* Webkit for Mozila Firefox */ -moz-transform: scale(1.2, 1.2); -moz-transition-duration: 500ms; -moz-transition-timing-function: ease-out; /* Webkit for IE( Version: 11, 10 ) */ -ms-transform: scale(1.20, 1.20); -ms-transition-duration: 500ms; -ms-transition-timing-function: ease-out; }
.sub-footer{background-color:#d1d0ce; padding:20px 0;}
.social-icons a i { }
/*.fb {
    background: url(images/social-icons/fb.jpg) no-repeat;
    width:36px;
    height:36px;
}
.twit{
    background: url(images/social-icons/twitter.jpg) no-repeat;
    width:36px;
    height:36px;
}*/
.yt i { /*background: url(images/social-icons/yt.jpg) no-repeat;
    width:36px;
    height:36px;*/ font-size: 18px; position: relative; top: -2px; left: 2px; }

/*.ln i { font-size: 23px; position: relative; top: -2px; left: 0px; }*/

/*.pin { background: url(images/social-icons/pin.jpg) no-repeat !important; width: 36px; height: 36px; }*/
/*.ln {
    background: url(images/social-icons/ln.jpg) no-repeat;
    width:36px;
    height:36px;
}
.gp {
    background: url(images/social-icons/gp.jpg) no-repeat;
    width:36px;
    height:36px;
}*/
.social-icons a:first-child:hover{box-shadow: 0 0 24px #dbdbdb; transform: scale(1.06); background-color:#4267B2; color:#fff;}
.social-icons a:nth-child(2):hover{box-shadow: 0 0 24px #dbdbdb; transform: scale(1.06); background-color:#1DA1F2; color:#fff;}
.social-icons a:nth-child(3):hover{box-shadow: 0 0 24px #dbdbdb; transform: scale(1.06); background-color:#0678b6; color:#fff;}
.social-icons a:nth-child(4):hover{box-shadow: 0 0 24px #dbdbdb; transform: scale(1.06); background-color:#e83f3a; color:#fff;}
.social-icons a:nth-child(5):hover{box-shadow: 0 0 24px #dbdbdb; transform: scale(1.06); background-color:#e83f3a; color:#fff;}
.social-icons a:last-child:hover{box-shadow: 0 0 24px #dbdbdb; transform: scale(1.06); background-color:#a83f91; color:#fff;}
.tweetScroll { height: 150px; overflow: auto; }

.head-title h1, .head-title h2 { color: #333; text-transform: uppercase; font-size: 35px; margin-top: 15%; }

.head-title h1 span, .head-title h2 span { color: #f36523; }

.breadcrumb { background: none !important; padding: 8px 0px !important; float: left; margin: 10px 0px !important; }

.breadcrumb li { list-style-type: none; float: left; color: #3f3f3f; font-size: 16px; padding: 3px 10px 5px 10px; border-radius: 5px; }

.breadcrumb li a { color: #3f3f3f; }

.breadcrumb li.active { color: #6f6763; }

.breadcrumb li.active a { color: #f26522; }

.content-para p { font-size: 16px; color: #424242; }

.content-para h3 { color: #0c0c0c; font-size: 28px; }

.content-para h5 { color: #424242; font-size: 22px; }

.tab-slider { background: url(images/bg1.jpg) repeat center center; height: auto; padding: 40px 0px; border-top: 1px solid #e3e3e3; }

.tab-part { width: 100%; float: left; text-align: center; }

.tab-menu { background: #e9e9e9; border-radius: 5px; /*float: left;*/ padding: 0px 20px; width: 100%; margin-top: 2%; height: 55px; }

.tab-menu ul li { color: #545454; font-weight: bold; font-size: 24px; /*text-transform:uppercase;*/ float: left; list-style-type: none; padding: 29px 50px 26px 50px; cursor: pointer; }

.mobtab-menu ul li { padding: 29px 30px 26px 30px; }

.supporttab-menu ul { margin-left: 12%; }

.supporttab-menu ul li { padding: 29px 35px 26px 35px; }

.tab-active { background: #252524; color: #fff !important; width: 231px; height: 75px; display: block; position: relative; z-index: 50; top: -10px; left: 0; border-radius: 6px; line-height: 55px; }

.slider-cont { margin-top: 6%; }

.slider-cont h5 { color: #303435; font-weight: bold; font-size: 26px; text-align: left; }

.tab-slider .slider-cont p { font-size: 18px; color: #424242; font-family: 'Open Sans', sans-serif; text-align: left; margin-top: 2%; }

.about-link { font-size: 27px; font-weight: bold; color: #fff; text-transform: uppercase; background: #f26522; border-radius: 28px; padding: 8px 30px; display: inline-block; }

.about-link:hover { background: #252524 !important; }

.driver-app { background: url(Images/driverImg.png) no-repeat right 235px; }

.team-part { background: url(images/bg2.jpg); background-size: cover; height: auto; padding-bottom: 50px; }

.team-part h2 { text-align: center; font-size: 48px; color: #2f2f2f; background: url(images/pricing-heading.png) no-repeat center 67px; padding-bottom: 55px; text-transform: uppercase; margin-top: 3%; }

.team-part h2.app { margin-top: 6%; }

.team-part h2 span { color: #f26522; }

.home-arrowL, .home-arrowR { opacity: 1 !important; top: 30% !important; }

.home-arrowL span, .home-arrowR span { font-size: 50px; color: #fff; transition: all 1.5s ease 0s; -moz-transition: all 1.5s ease 0s; -webkit-transition: all 1.5s ease 0s; -o-transition: all 1.5s ease 0s; -ms-transition: all 1.5s ease 0s; }

.home-arrowL span:hover, .home-arrowR span:hover { color: #f26522; }

.about-arrowL { left: -15px; }

.about-arrowR { right: -15px; }

.about-arrowL, .about-arrowR { opacity: 1 !important; top: 56% !important; }

.about-arrowL span, .about-arrowR span { font-size: 50px; color: #000; transition: all 1.5s ease 0s; -moz-transition: all 1.5s ease 0s; -webkit-transition: all 1.5s ease 0s; -o-transition: all 1.5s ease 0s; -ms-transition: all 1.5s ease 0s; }

.about-arrowL span:hover, .about-arrowR span:hover { color: #f26522; }
/*flip style*/
.ch-item { width: 73%; height: 100%; border-radius: 50%; position: relative; cursor: default; margin: 0 auto; }

.ch-info-wrap { width: 250px; height: 250px; max-width: 250px; max-height: 250px; border-radius: 50%; -webkit-perspective: 800px; -moz-perspective: 800px; -o-perspective: 800px; -ms-perspective: 800px; perspective: 800px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; top: 20px; left: 20px; }

.ch-info { width: 250px; height: 250px; max-width: 250px; max-height: 250px; border-radius: 50%; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; margin: 20% 0%; }

.ch-info > div { display: block; position: absolute; width: 100%; height: 100%; border-radius: 50%; background-position: center center; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; /*background:#e45a18;*/ }

.ch-info .ch-info-back { -webkit-transform: rotate3d(0,1,0,180deg); -moz-transform: rotate3d(0,1,0,180deg); -o-transform: rotate3d(0,1,0,180deg); -ms-transform: rotate3d(0,1,0,180deg); transform: rotate3d(0,1,0,180deg); background: #000; }

.ch-info-front img { margin-top: 20%; }

.ch-img-1 { background-image: url(images/team/charles.jpg); /*background-repeat:no-repeat;*/ }

.ch-img-2 { background-image: url(images/team/elena.jpg); }

.ch-img-3 { background-image: url(images/team/bryan.jpg); }

.ch-img-4 { background-image: url(images/team/jason.jpg); }

.ch-img-5 { background-image: url(images/team/melody.jpg); }

.ch-info h3 { color: #fff; letter-spacing: 2px; margin: 0 15px; padding: 91px 0 0 0; text-align: center; text-transform: uppercase; font-size: 24px; font-weight: bold; }

.ch-info p { padding: 10px 5px; margin: 0 30px; font-size: 16px; color: #8f8f8f; font-family: 'Open Sans', sans-serif; /*border-top: 1px solid rgba(255,255,255,0.5);*/ }

.ch-info p a { display: block; color: #fff; color: rgba(255,255,255,0.7); font-style: normal; font-weight: 700; text-transform: uppercase; font-size: 9px; letter-spacing: 1px; padding-top: 4px; font-family: 'Open Sans', Arial, sans-serif; }

.ch-info p a:hover { color: #fff222; color: rgba(255,242,34, 0.8); }

.ch-item:hover .ch-info-wrap { box-shadow: 0 0 0 0 rgba(255,255,255,0.8), inset 0 0 3px rgba(115,114, 23, 0.8); }

.ch-item:hover .ch-info { -webkit-transform: rotate3d(0,1,0,-180deg); -moz-transform: rotate3d(0,1,0,-180deg); -o-transform: rotate3d(0,1,0,-180deg); -ms-transform: rotate3d(0,1,0,-180deg); transform: rotate3d(0,1,0,-180deg); }
/*End flip styles*/
.learn-part { background: url(images/bg1.jpg) repeat center center; background-size: cover; height: auto; padding: 20px 0px 40px 0px; }

.learn-part .about-part, .startmanage-part .about-part, .trucklogic-part .about-part { width: 100%; }

.about-part { width: 72%; }

.about-part ul { margin-left: 30px; }

.about-part h2 { color: #252524; font-size: 34px; }

.about-part span { color: #e45a18; }

.about-part p { color: #424242; font-size: 16px; }

.about-part a { color: #fff; font-size: 18px; font-family: 'Open Sans', sans-serif; font-weight: 300; background: #252524; padding: 6px 55px 4px 55px; border-radius: 30px; text-align: center; display: inline-block; margin-top: 16%; }

.about-part a:hover { background: #f26522; }

.about-part a span { font-weight: bold; color: #fff; font-size: 24px; text-transform: uppercase; display: block; }

.startmanage-part { background: url(images/bg2.jpg); background-size: cover; height: auto; padding: 20px 0px 40px 0px; }

.trucklogic-part { background: url(images/bg4.jpg); background-size: cover; height: auto; padding: 20px 0px 40px 0px; }

.trucklogic-part h2, .trucklogic-part p { color: #fff; }

.trucklogic-part a { background: #f26522; }

.trucklogic-part a:hover { background: #252524; }

.carou-slid { margin-bottom: 5%; }

/*.carou-slid .slider-cont {
        margin-top: 13%;
    }*/

.white-theme { color: #fff !important; }

.carousel-indicators1 li { list-style-type: none; }

div[id*="inline_"] { padding: 20px 10px 10px; }

div[id*="inline_"] iframe { width: 100%; height: 600px; }

.feature-inner { background: url(images/bg3.jpg) repeat; border-radius: 15px; float: left; padding: 20px 0px 0px; margin: 30px 0px 0px; }

.feature-inner h4 { color: #000; font-size: 30px; }

.feature-inner p { font-size: 18px; color: #424242; }

.feature-inner img { margin: 27% 0% 0% 28%; }

.read-btn { font-size: 18px; background: #303435; padding: 10px 5px; margin: 2% 2% 4% 0%; border-radius: 5px; display: inline-block; }

.read-btn span { background: #303435; border: 2px solid #595c5d; padding: 4px 23px; color: #fff; }

.read-btn span:hover { color: #f26522; }

.video-btn span:hover { color: #303435; }

.video-btn { font-size: 18px; background: #f26522; padding: 10px 5px; border-radius: 5px; margin: 2% 0% 4% 0%; display: inline-block; }

.video-btn span { background: #f26522; border: 2px solid #f79a6e; padding: 4px 23px; color: #fff; }

.more-feature a { margin-bottom: 20%; display: block; -webkit-transform: scale(1, 1); -webkit-transition-duration: 500ms; -webkit-transition-timing-function: ease-out; /* Webkit for Mozila Firefox */ -moz-transform: scale(1, 1); -moz-transition-duration: 500ms; -moz-transition-timing-function: ease-out; /* Webkit for IE( Version: 11, 10 ) */ -ms-transform: scale(1, 1); -ms-transition-duration: 500ms; -ms-transition-timing-function: ease-out; }

.more-feature a:hover { -webkit-transform: scale(1.2, 1.2); -webkit-transition-duration: 500ms; -webkit-transition-timing-function: ease-out; /* Webkit for Mozila Firefox */ -moz-transform: scale(1.2, 1.2); -moz-transition-duration: 500ms; -moz-transition-timing-function: ease-out; /* Webkit for IE( Version: 11, 10 ) */ -ms-transform: scale(1.20, 1.20); -ms-transition-duration: 500ms; -ms-transition-timing-function: ease-out; color: #f26522; }

.more-feature a span:hover, .more-feature a:hover span { background: #f26522; }

.more-feature a span { background: #2f2f2f; font-size: 58px; color: #fff; border-radius: 65px; width: 100px; height: 100px; display: inline-block; padding: 24px 0; -moz-transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -ms-transition: all .5s ease 0s; }

.more-feature p { color: #2f2f2f; font-size: 18px; padding-top: 10px; }

.more-feature p:hover { color: #f26522; }

.showmore, .hidemore { color: #fff; font-size: 18px; padding: 10px 11px; border-radius: 5px; cursor: pointer; position: absolute; bottom: 0; right: 0; left: 0; text-align: center; background: #f26522; width: 40px; height: 40px; border-radius: 25px; margin: 0 auto; }

.showmore { bottom: -40px; border-radius: 25px 25px 0px 0px; }

.hidemore { bottom: -40px; border-radius: 25px 25px 0px 0px; }

.show-cont, .hidemore { display: none; }

.showmore span, .hidemore span { -webkit-animation-name: blinker; -webkit-animation-duration: 1s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -moz-animation-name: blinker; -moz-animation-duration: 1s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; animation-name: blinker; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; }

@-moz-keyframes blinker {
    0% { opacity: 1.0; }

    50% { opacity: 0.0; }

    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }

    50% { opacity: 0.0; }

    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }

    50% { opacity: 0.0; }

    100% { opacity: 1.0; }
}

.dispatch-part { border-bottom: 1px solid #e4e4e4; padding-bottom: 20px; }

.dispatch-part h3 { font-weight: normal; line-height: 36px; }

.dispatch-span { color: #f26522; font-size: 30px; margin: 3% 0%; display: block; font-weight: bold; }

.dispatch-btn { display: inline-block !important; margin: 3% 0% 2% 0%; }

.dispatch-cont { padding: 4% 0% 5%; }

.dispatch-menu { background: #fff; padding: 7px; border-radius: 6px; }

.dispatch-menu li { border-top: 1px solid #e7e7e7; list-style-type: none; padding: 2px 0px; }

.dispatch-menu li:last-child { border-bottom: 1px solid #e7e7e7; }

.dispatch-menu li a { color: #646464; font-size: 17px; padding: 5px 15px; /*width:265px;*/ display: block; }

.dispatch-menu li a:hover { color: #f26522; }

.dispatch-menu li a.menuactive { background: #f26522; color: #fff; /*border-radius: 10px;*/ }

.dispatch-cont h5 { font-size: 22px; color: #f26522; }

.dispatch-cont p { font-size: 16px; color: #2f2f2f; text-align: justify; }

.bread-crumb2 { /*background: #6f6763;*/ color: #f26522 !important; padding: 0px; border-radius: 5px; }

.home-icon { border: 3px solid #e45a18; border-radius: 41px; color: #e45a18; font-size: 46px !important; width: 82px; height: 82px; line-height: 80px !important; text-align: center; margin-top: 24px; }

.dispatch-menustruck { position: fixed; top: 0; }

.dispatch-btnleft { background: #141414; width: 70px; height: 70px; border-radius: 40px; text-align: center; float: left; border: 5px solid transparent; }

.dispatch-btnleft i { font-size: 40px; color: #fff; margin-top: 10px; margin-right: 5px; margin-left: 5px; }

.dispatch-btnleft:hover { background: #fff; border-color: #f26522; }

.dispatch-btnleft:hover i { color: #f26522; }

.dispatch-bg { background: url(images/dispatch-img.jpg) no-repeat center center; background-size: cover; height: 386px; text-align: left; padding-top: 18px; padding-left: 50px; }

div#wrapper { margin: 0 auto; width: 900px; background: #FFF; }

div#mainContent { width: 560px; padding: 20px; float: left; }

div#sideBar { width: 230px; padding: 0px; margin-left: 0px; float: left; }

.clear { clear: both; }

div#sticker { padding: 20px; margin: 20px 0; background: #AAA; width: 190px; }

.stick { position: fixed; top: 0px; }


iframe { /*border: 2px #8E8E8E solid;*/ width: 100%; }

#map-canvas iframe { height: 400px; }

.index-head { background: url(images/bg2.jpg); width: 100%; padding: 20px 0px; }

.minheight150 { min-height: 175px; }

.logo { margin-top: 13px; float: left; margin-bottom: 5px; display: block; }
.logo img{width:120px; height:auto;}

.tour-part { width: 60%; margin: 0 auto; margin-top: 140px; }

.tour-part h2, .tour-part h1 { font-size: 42px; color: #000; text-transform: uppercase; }

.tour-part h2 span, .tour-part h1 span { color: #f26522; }

.tour-part h5 { font-weight: bold; color: #000; font-size: 24px; text-transform: uppercase; margin: 20px 0px 30px; }

.tour-part p { font-weight: 300; color: #000; font-family: 'Open Sans', sans-serif; font-size: 18px; }

.tourvideo-btn { font-weight: bold; color: #fff; font-size: 24px; background: #141413; border: 1px solid #83837d; text-transform: uppercase; display: inline-block; padding: 12px 22px; margin: 25px 0px 19px; }

.tourvideo-btn:hover { background: #f26522; border: 1px solid #fff; }

.tour-icon { background: url(images/bg1.jpg) repeat center center; height: auto; padding: 20px 0px 10px; border-bottom: 1px solid #e3e3e3; width: 100%; transition: all .2s ease-in-out 0s; -moz-transition: all .2s ease-in-out 0s; -webkit-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; -ms-transition: all .2s ease-in-out 0s; }

.tour-fixedmenu { position: fixed; top: 0px; padding-top: 127px; left: 0; z-index: 99; }

.tourconst-icon { position: fixed; top: 0; z-index: 999; padding: 10px 0px; }

.tour-icon a { text-align: center; width: 100px; float: left; }

.tour-icon a span, .tour-icon a img { border: 3px solid #141413; color: #141413; font-size: 25px; border-radius: 51px; width: 50px; height: 50px; text-align: center; line-height: 45px; transition: all .2s ease-in-out 0s; -moz-transition: all .2s ease-in-out 0s; -webkit-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; -ms-transition: all .2s ease-in-out 0s; }

.tour-icon a span:hover, .tour-icon a:hover span, .smenu-span, .touractive span { border: 3px solid #f26522 !important; color: #f26522 !important; }

.tour-icon a h5 { color: #424242; font-size: 14px; line-height: 18px; transition: all .2s ease-in-out 0s; -moz-transition: all .2s ease-in-out 0s; -webkit-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; -ms-transition: all .2s ease-in-out 0s; font-weight: normal; }

.tour-icon a h5:hover, .tour-icon a:hover h5, .smenu-h5, .touractive h5 { color: #f26522 !important; }

.tour-banner { padding: 30px 0px 60px; }

.tour-banner h3 { font-weight: bold; color: #303435; margin: 8% 0% 0%; font-size: 30px; }

.tour-banner p { color: #424242; font-size: 16px; }

.tour-banner p span { color: #f26522; }

.tour-monitor { background: url(images/bg4.jpg); background-size: cover; height: auto; padding: 20px 0px; z-index: 9; position: relative; }

.tour-monitor img { /*width: 100%;*/ margin-top: 24%; }

.tour-monitor h3 { font-size: 30px; font-weight: bold; color: #fff; margin: 7% 0% 0%; }

.tour-monitor h4 { color: #fff; }

h4.panel-title a { color: #333; }

.panel-heading.active h4 a { color: #F26522; }

.tour-monitor h5 { font-size: 20px; font-weight: bold; color: #f26522; margin: 6% 0% 0%; }

.tour-monitor p { font-size: 18px; color: #d5d5d5; }

.tour-accor { padding: 30px 0px 50px; border-bottom: 1px solid #eaeaea; }

.tour-links { padding: 3% 0%; }

.tour-links h2 { color: #141413; font-size: 40px; text-transform: uppercase; margin-top: 25px; }

.tour-links h2 span { color: #f26522; }

.tour-links h2 a { color: #141413; }

.tour-links h2 a:hover { color: #f26522; }

.tourup-link { background: #141413; color: #fff; text-align: center; font-size: 34px !important; border-radius: 25px; width: 40px; height: 40px; float: right; margin-bottom: 10px; display: block !important; cursor: pointer; transition: all .2s ease-in-out 0s; -moz-transition: all .2s ease-in-out 0s; -webkit-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; -ms-transition: all .2s ease-in-out 0s; /*display:none !important;*/ }

.tourup-link:hover { background: #f26522; }

#map-canvas { width: 100%; height: 400px; margin-top: 2%; border-top: 1px solid #CFCFCF; border-bottom: 1px solid #CFCFCF; }

#map-canvas a { border: none; padding: 0; }

#map-canvas a:hover { background: none; }

.contact-form { margin: 5% 0px; }

.contact-form label { font-size: 16px; }
.labelName { text-align: right; width: 255px; padding-right: 15px; }
.fieldName { text-align: left; }
.contactForm td { padding: 10px 10px; }
.inputbox.captca { background: #fff none repeat scroll 0 0; border: 1px solid #6f6763; padding: 10px; width: 360px; }
.inputbox.captca input { width: 100% !important; border: 1px solid #ddd !important; box-shadow: none !important; }
.contact-form input[type="text"], .contact-form select { background: #fff; border: 1px solid #6f6763; /*border-radius:5px;*/ padding: 5px 10px; color: #252524; width: 360px; font-size: 15px; box-shadow: 0px 0px 5px rgba(0,0,0,0.3); margin-bottom: 10px; height: 40px; }

.contact-form textarea { background: #fff; border: 1px solid #6f6763; /*border-radius:5px;*/ padding: 5px 10px; color: #252524; font-size: 15px; height: 70px; width: 360px; box-shadow: 0px 0px 5px rgba(0,0,0,0.3); }

.contact-form input[type="button"] { border-radius: 15px; background: #f26522; border: none; padding: 5px 21px; color: #fff; font-size: 24px; text-transform: uppercase; font-weight: bold; transition: all .5s ease 0s; -moz-transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -ms-transition: all .5s ease 0s; }

.contact-form input[type="button"]:hover { background: #141413; }

.contact-addr { margin-top: 9%; }

.contact-addr p { font-size: 18px; color: #252524; margin-bottom: 3%; }

.contact-addr p span { color: #f26522; margin-right: 5px; }

.contact-addr p i { font-size: 15px; color: #f26522; margin-right: 5px; font-weight: bold; width: 15px; text-align: center; }

.contact-addr b { font-weight: normal; font-size: 15px; }


.infoTxt { font-size: 15px; color: #f26522; display: block; width: 100%; text-align: right; }

#capchaHandlerId { margin-bottom: 10px; }

.team-part ul li { list-style-type: none; margin-bottom: 5px; font-size: 16px !important; }

.fleet-list { margin: 10px 10px 10px 20px; }

.fleet-list li { list-style-type: none; font-size: 16px; }

.team-part ul li i, .fleet-list li i { font-size: 10px; color: #000; font-weight: bold; margin-right: 5px; position: relative; top: -2px; }

/*.video-iframe, .video-iframe1 {
    background: #000;
    padding: 15px;
    border-radius: 10px;
}

    .video-iframe iframe {
        height: 570px;
        width: 100%;
    }

 .video-iframe1 iframe {
        height: 400px;
        width: 100%;
    }*/

#back-top { position: fixed; bottom: 30px; right: 20px; z-index: 9999; }

#back-top a { width: 40px; display: block; text-align: center; font: 11px/100% Arial, Helvetica, sans-serif; text-transform: uppercase; text-decoration: none; color: #bbb; -ms-transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }

#back-top span { width: 40px; height: 40px; display: block; background: #141413; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; -ms-transition: 1s; -webkit-transition: 1s; opacity: 0.9; -moz-transition: 1s; transition: 1s; font-size: 24px; color: #fff; line-height: 36px; }

#back-top span:hover { background: #424242; }
.pric-cont { padding-top: 30px; }
.modal-head { background: linear-gradient(to bottom, #ffd4c3, #fff); margin: -15px; padding-top: 20px; }
.orange-color { color: #f26522;}
/*.pric-cont h2 {
        margin-top: 4% !important;
    }*/

.pric-cont p { font-size: 20px; }

.mlft240 { margin-left: 230px !important; }

.bigTxt { font-size: 25px; }

.bigTxt1 { font-size: 36px; text-transform: uppercase; font-weight: bold; color: #42382c; padding-left: 15px; }

.bigTxt1 span { color: #f26522; }

.videoList { margin-top: 2%; }

.videoList h3 { color: #f26522; font-weight: bold; }

.videoList li { float: left; margin: 0px 15px 0px 15px; width: 350px; background: none; padding: 0px; list-style-type: none; }

.videoList li:last-child { margin-right: 0px; }

.videoList li a { min-height: 200px; /*background: rgba(241, 242,242, .75);*/ text-align: center; padding: 0px 15px 15px 0px; overflow: hidden; display: block; /*border: 1px solid #d9d9d9;*/ font-size: 0px; }

.videoList.playIcon li a:before { content: ""; background: url(Images/video-playHover.png) no-repeat center center; width: 87px; height: 87px; position: absolute; margin-left: 125px; margin-top: 80px; }

.videoList.playIcon li a:hover:before { background: url(Images/homeVideohove.png) no-repeat center center; }


.videoList.playIcon.LOP a:before { content: ""; background: url(Images/video-playHover.png) no-repeat center center; width: 87px; height: 87px; position: absolute; margin-left: 125px; margin-top: 80px; }

.videoList.playIcon.LOP a:hover:before { background: url(Images/homeVideohove.png) no-repeat center center; }

.videoList li a img { width: 100%; border: 3px solid #141414; border-radius: 10px; /*height:200px;*/ }

.banner-img { /*width:100%;*/ }

.video-thumb a { margin-right: 16px; -webkit-transition: 1s ease-in-out; -moz-transition: 1s ease-in-out; -o-transition: 1s ease-in-out; transition: 1s ease-in-out; }

.video-thumb a:hover { -webkit-transform: translate(3em,0); -moz-transform: translate(3em,0); -o-transform: translate(3em,0); -ms-transform: translate(3em,0); transform: translate(3em,0); }

.faqBox { background: rgba(255, 255, 255, 0.5); padding: 20px; margin: 25px 0px; border-radius: 15px; border: 1px solid #e3e3e3; border-left: 5px solid #f26522; }

.faqBox h3 { margin-top: 0px; }

.faqBox p { margin-left: 25px; }

.upcoming-features { /*background: #fff;*/ /*padding:5px 10px;
    margin: 10px 10px;
    width: 18.4%;*/ float: left !important; min-height: 200px; border-right: 1px dotted #333; margin-left: 22px; }

.upcoming-features:last-child { border-right: none; margin-right: 0px; float: right; }

.upcoming-features ul { margin-left: 0px; margin-bottom: 0px; }

.upcoming-features ul li { font-size: 20px; color: #f26522; margin-top: 0px; list-style-type: decimal; }

.upcoming-features ul li ul { margin-left: 17px; }

.upcoming-features ul li ul li { list-style-image: url(images/bullet.png); color: #141413; }

.tour-banner .panel-group { margin-top: 3%; }

.accbg-img { position: absolute; margin-top: 22.4%; z-index: 0; }

.accbg-img2 { position: absolute; margin-top: 12.7%; }

.invoicebg { margin-top: 20%; }

.contact-bg { /*width:100%;*/ margin-top: 20%; }

.dis-bg { width: auto !important; margin-left: 36%; margin-top: 10%; }

.trip-bg { margin-top: 26%; }

.truckzonebg { width: 100%; margin-top: 17.2%; }

.privacy-list { margin-left: 17px; }

.privacy-list li { list-style-type: none; list-style-image: url(images/bullet.png); text-align: left;padding-bottom:11px; }

#fixNav { position: absolute; left: 0; right: 0; z-index: 999; /*transition: all .1s linear 0s; -moz-transition: all .3s linear 0s; -webkit-transition: all .3s linear 0s; -o-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s;*/ background-image:linear-gradient(to right, rgba(255, 255, 255, 0.19), rgba(255, 255, 255, 0.64)); top:0px; padding-bottom:15px;}

.ulmenu-align{display:block; margin-top:8px; margin-bottom:0;}

#fixNav.navigation { background: #fff; border-radius: 0 0 8px 8px; box-shadow: 0 5px 5px rgba(0,0,0,.25); border-radius: 0px; position:fixed; padding-bottom:0px;}

#fixNav.navigation .trail-menu { background: #f15e22; color: #f26522; }

#fixNav.navigation .menu li a { text-shadow: none; }

#fixNav.navigation .menu li a.trail-menu:hover { background: #141414; color: #fff; }
.menu li.signin-btnTL a, .menu li.signin-btnTL a:focus{font-size: 14px;color: #333;font-weight: bold;padding: 5px 30px !important;text-transform: capitalize;margin-left: 5px;border: 2px solid #f15e22;border-radius: 200px;}
    .menu li.signin-btnTL a:hover { background-color: #fff9f6 !important; color: #333 !important; border: 2px solid #f15e22; }
.menu li.signup-btnTL a.trail-menu, .menu li.signup-btnTL a.trail-menu:focus{padding: 5px 30px !important; border-radius:200px;  border: 2px solid #f15e22;}
.menu li.signup-btnTL a.trail-menu:hover { background-color: #fff !important; color: #303030 !important; border: 2px solid #f15e22; }

.tourClick { background: url(Images/video-play.png) no-repeat center center; width: 87px; height: 87px; display: block; margin: auto; }

.tourClick:hover { background: url(Images/video-playHover.png) no-repeat center center; }

#DASH, #ADD, #ORDER, #DISPATCH, #INVOICE, #TRIP, #ACCOUNTS, #ADDRESS, #TRUCK, #REPORT, #MULTI { padding-top: 50px; }

/*img[alt="report"] {
    margin-top: 14%;
    padding-top: 95px;
}*/

/*img[alt="monitor"] {
    padding-top: 85px;
}*/

/*#add img[alt="dispatch"] {
    padding-top: 50px;
}*/

/* Index Page Styles Start */
#HomeBanner .carousel-inner { margin-top: 33px; overflow: inherit !important; }

#item { min-height: 455px; }

#HomeBanner .carousel-indicators { position: absolute; bottom: 30px; left: 21%; z-index: 15; width: 60%; padding-left: 0; margin-left: -23%; text-align: center; list-style: none; }

#HomeBanner .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px 3px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); border: 1px solid #fff; border-radius: 10px; }

#HomeBanner .carousel-indicators .active { width: 12px; height: 12px; margin: 1px 3px 0; background-color: #f26522; border: 1px solid #f26522; display: inline-block; position: relative; z-index: 50; top: 0; left: 0; line-height: none; }

/* Index Page Styles End */

#back-top.hide { display: none !important; }

#AppsBanner .carou-slid { margin-bottom: 0px; }

/*accordion styles*/
.panel-default > .panel-heading { background: #e8ded2 !important; border: 1px solid #c8bcad !important; border-radius: 0px !important; }

.panel-heading.active { color: #f26522 !important; }

.panel-body { padding: 5px !important; }

.panel-body p { font-size: 16px; color: #424242; }

.panel-title > a { font-weight: bold; font-size: 18px; display: block; }

.panel-title > a > i { background: #141413; width: 25px; height: 25px; text-align: center; font-size: 12px; color: #e8ded2; border-radius: 25px; float: left; line-height: 25px; margin-right: 10px; margin-top: -1px; }

.panel { box-shadow: none !important; border-radius: 0px !important; }

.panel-default > .panel-heading { border: none !important; }

.pricing-bg { background: url(images/bg1.jpg) repeat center center; border-top: 1px solid #e3e3e3; }

#tiles li { list-style-type: none; }

#tiles li a { font-size: 0px; }

label.error { background: #f00; border-radius: 4px 4px 4px 0px; color: #fff; display: block; font: bold 12px Arial; margin-top: -68px; padding: 5px 10px; position: absolute; text-align: left; }
.req_form label.error { margin-top: -78px; }
.contactForm label.error[for="Info"] { margin-top: -128px; }


.contactForm label.error[for="AdditionalInfo"] { margin-top: -88px; }


label.error[for="CUcaptchaId"] { margin-top: -61px; }

label.error::before { content: ""; border: 10px solid #f00; border-left: none; border-right: 15px solid transparent; border-bottom: none; position: absolute; margin-top: 19px; margin-left: -10px; }

.readmore-btn { font-size: 14px; background: #303435; padding: 5px 13px; margin: 2% 2% 4% 0%; border-radius: 5px; display: inline-block; color: #fff; }

.readmore-btn:hover { background: #f26522; }

.sitemap { min-height: 810px; }

.main-menu a { width: 150px; height: 150px; border-radius: 90px; color: #fff; background: #f26522; margin: 0 auto; z-index: 99; position: relative; top: 30px; display: block; text-align: center; }

.main-menu a img { padding-top: 28%; }

.sub-menu a { width: 100px; height: 100px; border-radius: 90px; font-size: 24px; background: #141413; margin-top: 10%; transition: all .5s ease 0s; -moz-transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -ms-transition: all .5s ease 0s; color: #fff; display: block; text-align: center; line-height: 92px; }

.sub-menu a:hover { background: #f26522; }
/*.home {
    position: absolute;
    margin-top: -2%;
    margin-left: 20%;
}
.tour {
    position: absolute;
    margin-top: 1%;
    margin-left:35%;
}
.features-menu {
    position: absolute;
    margin-top:10%;
    margin-left:46%;
}
.mobile {
    margin-top:25%;
    margin-left:47%;
    position:absolute;
}
.support {
    margin-top:38%;
    margin-left:41%;
     position:absolute;
}
.more {
    margin-top:45%;
    margin-left:29%;
     position:absolute;
}*/
.home { position: absolute; margin-top: 4%; margin-left: 18.2%; }

.tour { position: absolute; margin-top: 13%; margin-left: 26%; }

.features-menu { position: absolute; margin-top: 19%; margin-left: 36%; }

.mobile { margin-top: 19%; margin-left: 48%; position: absolute; }

.support { margin-top: 13%; margin-left: 59%; position: absolute; }

.more { margin-top: 4%; margin-left: 67%; position: absolute; }

.sitemap-line { position: absolute; margin: 2.2% 0% 0% 26%; }

.sitemap-line1 { position: absolute; margin: -1px 0px 0px -89px; }

.sitemap-line2 { position: absolute; margin: -31% 0% 0% 60%; }

.supportsub-menu a { width: 85px; height: 85px; border-radius: 90px; font-size: 24px; background: #141413; margin-top: 10%; transition: all .5s ease 0s; -moz-transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -ms-transition: all .5s ease 0s; line-height: 80px; }

.moresub-menu a { width: 85px; height: 85px; border-radius: 90px; font-size: 24px; background: #141413; margin-top: 10%; transition: all .5s ease 0s; -moz-transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -ms-transition: all .5s ease 0s; line-height: 19px !important; padding-top: 21px !important; }

.blog a:last-child { line-height: 80px !important; padding-top: 0px !important; }

.supportsub-menu a:hover, .moresub-menu a:hover { background: #f26522 !important; }

.supbg a, .mbg a { background: #f26522 !important; }

.supportsub-menu a, .moresub-menu a { color: #fff; display: block; text-align: center; font-size: 17px; background: #141413 !important; }

.truckzonebg { margin-top: 18.2%; }

.support-tab .slider-cont { margin-top: 16%; }

.support-tab span { font-size: 250px; margin-top: 12%; color: #f26522; }

.videos-menu { position: absolute; margin-top: 41px; margin-left: -160px; }

.faq { position: absolute; margin-top: 37px; margin-left: 111px; }

.about-menu { position: absolute; margin-top: 56%; margin-left: 10%; }

.contact-menu { position: absolute; margin-top: 42%; right: -120px; }

.blog { position: absolute; margin-top: -69%; right: -155px; }

.terms { position: absolute; margin-left: -77px; margin-top: 116px; }

.privacy { position: absolute; margin-left: 35px; margin-top: 126px; }

#HomeBanner .item { min-height: 480px; margin-top:50px; }

#HomeBanner h2{color:#fff; margin-top:15px;}

.pagenotfound { position: absolute; top: 30%; left: 13%; }

.videoBg { background: #fff; background-size: cover; padding: 40px 0px; }

.black-theme { color: #141413; }

.home-video { position: absolute; background: transparent url("images/video-playHover.png") no-repeat scroll center 0px / 100% 100% !important; width: 87px; height: 87px; top: 174px; right: 0px; margin: 29% 43% 0% 0%; left: 0px; margin: 0px auto; }

.home-video:hover { background: url(Images/video-playwhite.png) no-repeat center center; }

.index-list { display: inline-block; margin-top: 48px; }

.helpvideo { padding: 20px 10px 5px; }

.helpvideo iframe { width: 100%; height: 610px; border: none; }

.tour-featurelink { font-size: 27px; font-weight: bold; color: #fff; text-transform: uppercase; background: #141413; border-radius: 28px; padding: 8px 30px; display: inline-block; }

.tour-featurelink:hover { background: #f26522; }

.tour-featurelink:hover { color: #fff; }

.minheight100 { min-height: 100px; }

.driver-list li { list-style-type: none; }

.driver-list i { font-size: 10px !important; color: #000 !important; font-weight: bold !important; margin-right: 5px; position: relative; top: -2px; }

.contact-ip { }

#CUcaptchaId { margin-bottom: 0px !important; }

.contact-icons { margin-top: 20px; }

.contact-icons li { float: left; list-style-type: none; }

.contact-icons li a { border: 0px; padding: 5px; }

.contact-icons li a:hover { background: none; }
/*accordion style ends here*/
.white-theme { color: #fff; }

.index-popup { display: none; width: 65%; }

.success { background: #109C0A; color: #FFFFFF; padding: 6px 0px; border-radius: 10px; width: 325px; margin: 0 auto 16px auto; }

.register-img { background: url(Images/register.png) no-repeat; width: 13px; height: 13px; }

.driver-feat { padding: 30px 20px; }

.driver-feat h5 { font-size: 24px; color: #f26522; }

.driver-feat p { font-size: 16px; color: #2f2f2f; text-align: justify; }

.top-chat { position: relative; top: 13px; color: #fff; text-align: right; z-index: 15; }

.top-chat a { color: #333; text-decoration: none !important; font-size: 14px; font-weight: 600; display: inline-block; cursor: pointer; }

.chat { background: url(Images/chat-icon.png) no-repeat 0px 6px; margin-left: 20px; padding-left: 25px; }

.phone { font-size: 17px; padding-right: 10px; color:#333;}
.call i { margin-right: 5px; font-weight: bold; }

.navbar { margin-bottom: 0px !important; }

#home i { font-size: 25px; position: relative; top: 2px; }

.tour-get:hover { background: none !important; }

#ContactUsForm { text-align: center; }

#ContactUsForm h2 { font-size: 24px; }

.fa-volume-up { font-size: 36px; top: 2px; position: relative; }

.call i { font-size: 22px; }

.fuel-part li { font-size: 16px; line-height: 28px; }

.popup-table label { font-size: 16px; text-align: right; padding-top: 5px; margin-right: 10px; font-weight: bold; }

.taR { text-align: right; }

.popup-table input[type="text"], .popup-table select, .popup-table textarea { background: #fff; border: 1px solid #6f6763; /* border-radius: 5px; */ padding: 5px 10px; color: #252524; font-size: 15px; margin-bottom: 5px; width: 300px; clear: both; box-shadow: 0px 0px 5px rgba(0,0,0,0.3); }

.btn-part { width: 94%; float: left; text-align: center; }

.btn-part input[type="button"] { border: none; padding: 5px 21px; color: #fff; font-size: 24px; text-transform: uppercase; font-weight: bold; transition: all .5s ease 0s; -moz-transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -ms-transition: all .5s ease 0s; color: #fff; border-radius: 15px; cursor: pointer; font-family: 'Open Sans', sans-serif; }


.contactBtn, .normalLink:hover { background: #f26522; }

.normalLink, .contactBtn:hover { background: #252524; }

.red { color: #f00; }
.faqBox h2 { font-size: 24px; }

.popup-table label.error { background: #f00; border-radius: 4px 4px 4px 0px; color: #fff; display: block; font: bold 12px Arial; margin-left: 0%; margin-top: -53px; padding: 5px 10px; position: absolute; text-align: left; width: 30%; }

.popup-table label.error::before { content: ""; border: 10px solid #f00; border-left: none; border-right: 15px solid transparent; border-bottom: none; position: absolute; margin-top: 19px; margin-left: -10px; }

.popup-table label.error[for="txtMessage"] { margin-top: -98px; }

.popContainer { margin-top: 4%; }

.cancelbtn { margin-left: 10px; }
/*Responsive styles*/
@media all and (max-width:800px) {


    .banner-img { width: 100%; float: left; margin-top: 5%; }

    .tabimg, .logo img, .res100 { width: 100%; }

    .dispatch-btnleft { width: 30px; height: 30px; }

    .video-cont h2, .truck-cont h2, .features h2 { background: url(images/heading-bg.png) no-repeat center 35px; }


    .user_offer_landing_header .logo-orange { display: block !important; }
    .ch-info, .ch-info-wrap { width: 210px; height: 210px; margin: 10px auto; }

    .ch-info h3 { padding-top: 73px; }

    p { /*font-size:1.1em !important;*/ }

    .social-icons { float: left; }

    .tab-menu ul li { font-size: 0.8em !important; }


    /*.carousel-indicators .active {
        padding-bottom:9px !important;
    }*/
    .carou-slid img { /*width: 100%;*/ }

    .navbar-toggle { background: #fff !important; border: none !important; margin-top: -15px; }

    .navbar-collapse { background: #fff; width: 100%; border-color: transparent !important; position: relative; z-index: 9; box-shadow: 0px 0px 5px rgba(0,0,0,0.5) !important; /*padding-bottom:20px !important;*/ }

    .menu li { width: 100%; padding: 5px 14px; border-bottom: 1px solid #e4e4e4; }

    .menu li a { text-shadow: none; color: #000; font-weight: normal; }

    .menu li ul { display: block; opacity: 1; visibility: visible; position: relative; box-shadow: none; background: none; margin-top: 0; top: 0; padding-top: 0px; overflow: hidden; width: 100% !important; }

    .submenu:before { display: none; }

    .menu li ul li { float: left; padding-left: 5px; display: block; border-bottom: none; padding-top: 0px; padding-bottom: 0px; margin: 0px; list-style-type: disc; width: auto; }

    .menu li ul li a { color: #252524; font-size: 12px !important; }

    .menu li ul li i { font-size: 10px; color: #000; font-weight: bold; position: relative; top: -2px; display: none; margin-left: 9px; }

    .menu li a:hover, .menu li a.active { color: #f26522; background: none; }

    .submenu li a { padding: 5px 3px !important; }

    .navbar { position: absolute !important; right: 0; margin-top: 37px; }

    .logo-orange { display: none; }
    /*.user_offer_landing_header .logo-orange{display:block;}*/
    .dispatch-bg { height: auto; padding-left: 10px; padding-right: 10px; }
}

.webinar-table { background: #fff; border-radius: 8px; box-shadow: 0px 0px 7px rgba(0,0,0,0.4); margin: 15px 0px; padding: 10px 30px 30px; overflow: hidden; }

.webinar-part { width: 100%; float: left; border-bottom: 1px solid #ececec; padding-bottom: 20px; }

.webinar-cal { min-width: 137px; float: left; margin-right: 30px; border-radius: 8px; background: #ececec; text-align: center; margin-top: 20px; padding-bottom: 5px; }

.webinar-cal h3 { background: #f36523; color: #fff; text-align: center; margin: 0; padding: 5px; font-size: 22px; font-weight: bold; border-radius: 10px 10px 0px 0px; }

.webinar-cal p { font-size: 20px; color: #141413; margin: 5px 0px 0px; }

.webinar-cal h2 { font-size: 45px; color: #141413; font-weight: bold; margin: 0px; }

.webinar-cal span { color: #d32e2e; font-weight: bold; font-size: 13px; }

.webinar-cont { margin-top: 2%; text-align: left; }

.webinar-cont a { font-size: 15px; color: #fff; background: #303435; padding: 12px 5px; display: inline-block; }

.webinar-cont a span { background: #303435; border: 2px solid #595c5d; padding: 5px 10px; color: #afafaf; }

.webinar-cont a span:hover { color: #fff; transition: all 1s ease 0s; }

.live-btn { border-radius: 20px; background: #f26522; border: none; padding: 9px 21px; color: #fff; font-size: 24px; text-transform: uppercase; font-weight: bold; transition: all .5s ease 0s; -moz-transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -ms-transition: all .5s ease 0s; margin-top: 15px; display: inline-block; }

.live-btn:hover { background: #141413; }

.width15 { width: 15%; }

pricingslide .item { min-height: 1500px; }

#pricingslide a { border: none; }

/*#pricingslide a span {
        color: #FFFFFF;
        background: #000;
        padding: 5px 13px;
        border-radius: 50%;
        font-size: 25px;
    }

        #pricingslide a span:hover {
            color: #F26522;
        }*/

#pricingslide a.home-arrowL { left: -2%; z-index: 9; }

#pricingslide a.home-arrowR { right: -2%; z-index: 9; }

#pricingslide a.home-arrowL:hover, #pricingslide a.home-arrowR:hover { background: none; color: #141413; }

.pricebgimg { background: url(images/Pricing/pricingtabbg.jpg) repeat-x; height: 30px; }

/*.pricing1, .pricing2, .pricing3 {
    min-height:950px !important;
}*/

.sec-part2 .tab-menu li.pricetab1 { background: #fff; font: bold 30px/24px 'Open Sans', sans-serif; color: #42382c; border-radius: 5px; padding: 25px 30px; display: inline-block; text-transform: uppercase; width: 300px; text-align: center; text-decoration: none; cursor: pointer; border: none; border-bottom: 7px #fff solid; }


.sec-part2.pricePage .tab-menu li.pricetab1 { background: #ddd; font: bold 30px/24px 'Open Sans', sans-serif; color: #42382c; border-radius: 5px; padding: 25px 30px; display: inline-block; text-transform: uppercase; width: 300px; text-align: center; text-decoration: none; cursor: pointer; border: none; border-bottom: 7px #ddd solid; }


.sec-part2 .tab-menu li.pricetab1.active:after { color: #fff; content: ''; position: absolute; width: 0px; height: 23px; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #f26522; margin-top: 49px; margin-left: -90px; }

.sec-part2 .tab-menu li.pricetab1.aftertab.active:after { margin-left: -122px; }

.sec-part2 .tab-menu li.pricetab1.active { background: #f26522; border-bottom: 7px #c0460b solid; color: #fff; }

.tab-menu .carousel-indicators .active { top: 11px; }

#pricingslide .tab-menu .carousel-indicators .active { top: 0px; }

#pricingslide .tab-menu { /*background: url(images/Pricing/pricingtabbg.jpg) repeat-x;*/ background: transparent; }

#pricingslide .tab-menu ul { width: 650px; margin: -20px auto 0 auto; }

.pricesep { background: #d3d3d3; height: 1px; margin: 20px 0px; }

.homevid { margin-top: 85px; border: 5px solid #000; }

.homevid-btn { margin-top: 130px; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .homevid-btn { margin-top: 121px; }
}

@media all and (max-width:1024px) {
    .tabimg, .tour-banner img, .banner-img, .tour-banner img { /*width: 100%;*/ }

    .tab-menu ul li { font-size: 1.2em; }

    .carou-slid .slider-cont { margin-top: 12%; }

    .about-part a { margin-top: 2%; }

    .tab-menu ul li { padding: 15px 20px 26px 20px; }

    .truck-part1 img { width: 50%; }

    .about-carou li.active { padding-top: 24px; top: -7px; }

    h2 { font-size: 40px; }
}

/*@media all and (max-width:400px) {
    /*.home-icon {
        width:50px;
        height:50px;
        font-size:25px !important;
        line-height:43px !important;
   
    }*/

.rc-cont img { border: 1px solid #E0E0E0; background-color: #fff !important; }

.rc-cont { background-color: #fff; }

sup.decivalue { font-size: 42px; top: -16px; }

i.monthlytxt { font-family: 'Open Sans', sans-serif; font-weight: normal !important; font-style: normal !important; font-size: 18px; text-transform: none; color: #000 !important; width: 50px; margin-left: -28px; }

i.monthlytxttop { font-family: 'Open Sans', sans-serif; font-weight: normal !important; font-style: normal !important; font-size: 18px; text-transform: none; color: #000 !important; width: 50px; margin-left: -42px; }

i.monthlyind { margin-left: -42px !important; }

.pricing-para1.spacer35 { height: inherit; }


.hs { }

.pricing1, .pricing2, .pricing3 { min-height: 500px; }


/****************************Fixed social icons***********************************/

.social { border: 0 solid #000; height: 100px; position: fixed; right: 0; top: 102px; z-index: 9999; }

a.socialicon { background: #fff; border-radius: 25px 0 0 25px; display: block; margin-right: -15px; margin-top: 3px; padding: 4px; transition: all .4s ease 0s; -moz-transition: all .4s ease 0s; -ms-transition: all .4s ease 0s; -webkit-transition: all .4s ease 0s; width: 50px; }

a.socialicon:hover { margin-left: -15px; }

.disp a { padding: 0px; }

.price-box2 { background: #f3b601; display: inline-block; width: 100%; /* padding-top: 65px; */ border: 1px solid #f3b601; }

.price2 .price-box1 { background: #f7e5bd; }

.price2 .price-box2 { background: #c3ad7c; border: 1px solid #c3ad7c; }

.price3 .price-box2 { background: #FF8449; border: 1px solid #FF8449; }

.price-box1 b { font-size: 30px; font-family: 'open_sansbold'; color: #bc8d00; position: relative; top: -40px; left: 10px; line-height: 0; }

.price-box1 h3 { font-size: 48px; font-family: 'open_sansbold'; /* padding-top: 13px; */ line-height: 15px; }

.price-box1 h3 span { font-size: 18px; /* float: right; */ font-family: 'open_sansregular'; }


.price3 .price-box1 h3 { color: #ff5300; }

.price-box1 h3 span#lblDollar { font-size: 40px; font-family: 'open_sansextrabold'; padding-top: 13px; line-height: 15px; float: none; padding: 0 0 0 15px; }

.price-box1 h3 span#lblTotalAmount { font-size: 40px; font-family: 'open_sansextrabold'; padding-top: 13px; line-height: 15px; float: none; }

/*About us flip*/

.memb-container { -webkit-perspective: 1000; -moz-perspective: 1000; -o-perspective: 1000; perspective: 1000; border-radius: 50%; height: 220px; overflow: hidden; width: 220px; margin: auto; border: 1px solid #ccc; box-shadow: 0 8px 7px -4px #959595; margin-bottom: 35px !important; }

/*.memb-container:hover .memb,
    .memb-container.hover .memb {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

.memb-container {
            position: relative;
            height: auto;
            width: auto;
            margin: 0 auto;
        }*/

.memb div { position: absolute; left: 0; top: 0; /*-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;*/ -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -ms-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; }

.memb div.back { -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-transform: perspective(1000px) rotateY(180deg); -webkit-transform: perspective(1000px) rotateY(180deg); transform: perspective(1000px) rotateY(180deg); }


.memb div.front { -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-transform: perspective(1000px) rotateY(0deg); -webkit-transform: perspective(1000px) rotateY(0deg); transform: perspective(1000px) rotateY(0deg); }

.memb:hover div.back { -moz-transform: perspective(1000px) rotateY(0); -webkit-transform: perspective(1000px) rotateY(0); transform: perspective(1000px) rotateY(0); }

.memb:hover div.front { -webkit-transform: perspective(1000px) rotateY(-179.9deg); -moz-transform: perspective(1000px) rotateY(-179.9deg); transform: perspective(1000px) rotateY(-179.9deg); }



.front, .back { width: 100%; height: 220px; }

.memb { -webkit-transition: 0.6s; -webkit-transform-style: preserve-3d; -moz-transition: 0.6s; -moz-transform-style: preserve-3d; -o-transition: 0.6s; -o-transform-style: preserve-3d; transition: 0.6s; transform-style: preserve-3d; position: relative; }

.front, .back { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; position: absolute; top: 0; left: 0; }



.prod-logo a { padding: 7px; box-shadow: 0px 0px 13px rgba(0,0,0,0.2); float: left; border-radius: 6px; margin-right: 5%; }



.front { background-image: url(images/team/amber-tl-tm.jpg); background-position: center !important; z-index: 2; background-size: cover !important; }

.back { background: #f8f8f8; transform: rotateY(180deg); text-align: center; }

.back-title { font-size: 18px; font-weight: bold; margin: 50px 0 0; vertical-align: middle; width: 100%; }


.back-title h3 { color: #000; font-size: 20px; font-weight: bold; letter-spacing: 2px; margin: 0 15px; padding: 10px 0 0; text-align: center; text-transform: uppercase; }

.back-title p { color: #8f8f8f; font-family: 'Open Sans', sans-serif; font-size: 16px; margin: 0 30px; padding: 10px 5px; }

.team-memb2 { background-image: url("images/team/Tim_Hanes.jpg"); z-index: 2; }

.team-memb3 { background-image: url(images/team/Amber_Tabb.jpg); z-index: 2; }

.team-memb5 { background-image: url(images/team/Jarissel_Morillo.jpg); z-index: 2; }

.team-memb6 { background-image: url(images/team/Bryan_Hinson.jpg); z-index: 2; }

.team-memb7 { background-image: url(images/team/Elena_Dedman.jpg); z-index: 2; }

.team-memb8 { background-image: url(images/team/Kay_Tolson.jpg); z-index: 2; }

.team-memb9 { background-image: url(images/team/demetri.jpg); z-index: 2; }

.team-memb10 { background-image: url(images/team/Chris_Hodges.jpg); z-index: 2; }

.team-memb11 { background-image: url(images/team/Brad_Wilson.jpg); z-index: 2; }

.team-memb12 { background-image: url(images/team/demetri.jpg); z-index: 2; }
.team-memb13 { background-image: url(images/team/jim-frazier.jpg); z-index: 2; }

.new-team-memb2 { background-image: url("images/team/Sebastian.jpg"); z-index: 2; }
.new-team-memb3 { background-image: url("images/team/David.jpg"); z-index: 2; }
.new-team-memb4 { background-image: url("images/team/ryan-tl-tm.jpg"); z-index: 2; }
.new-team-memb5 { background-image: url("images/team/Caleb.jpg"); z-index: 2; }
/*About us flip ends*/

.sliderimgapp { height: 260px !important; }

.rigMinder { font-size: 17px; font-style: italic; border: 1px #303030 solid; margin-top: 3%; overflow: hidden; }

i.rigMinderLogo { background: url("Images/rigLogo.png") no-repeat 10px 10px #303030; width: 186px; height: 65px; display: block; padding: 10px; float: left; position: relative; }

.rigMinder span { margin: 0 20px; padding-top: 3px; position: absolute; }

.rigMinder a:hover { background: none !important; color: #333 !important; }

.rigMinder a { color: #f26522; text-decoration: underline !important; border: none; }

i.rigMinderLogo:before { content: ''; width: 0; height: 0; border-style: solid; border-width: 10px 0 10px 15px; border-color: transparent transparent transparent #303030; position: absolute; margin-top: 15px; right: -15px; }

.mobileApp .icon p { font-size: 16px; }

/* Pricing New CSS*/
.pricing_new .nav-tabs li a, #pricingslide .pricing_new .nav-tabs li a { width: 260px; border: 2px solid #6f6763; border-radius: 4px; font-size: 22px; text-transform: uppercase; text-align: center; line-height: 34px; height: 90px; padding: 10px; margin: 0; color: #2f2f2f !important; font-family: 'Open Sans', sans-serif; }

.pricing_new .nav-tabs > li.active > a, .pricing_new .nav-tabs > li.active > a:hover, .pricing_new .nav-tabs > li > a:hover, .pricing_new .nav-tabs > li.active > a:focus,
#pricingslide .pricing_new .nav-tabs > li.active > a, #pricingslide .pricing_new .nav-tabs > li.active > a:hover, #pricingslide .pricing_new .nav-tabs > li > a:hover, #pricingslide .pricing_new .nav-tabs > li.active > a:focus { background: #f26522; border: 2px solid #f26522; color: #fff !important; }

.pricing_new .nav-tabs { border: none !important; }

#pricingslide .pricing_new .nav-tabs li { margin-right: 15px; }

#pricingslide .pricing_new .nav-tabs li.active a span { color: #fff; }

.pricing_new .nav-tabs li { position: relative; margin-right: 30px; }

.pricing_new .nav-tabs li.pricetab1.active:after { color: #fff; content: ''; position: absolute; width: 0px; height: 23px; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #f26522; left: 45%; }


.pricing_new .tab-content { padding-top: 30px; }


.pricing_new .pricing-para1, .pricing_new .pricing-para2, .pricing_new .pricing-para3 { font-family: 'Open Sans', sans-serif; font-size: 30px; font-weight: bold; margin: 10px -1px 10px -1px; color: #fff; padding: 9px 0px; padding-left: 0%; }

.pricing_new .pricing-para1 b, .pricing_new .pricing-para2 b, .pricing_new .pricing-para3 b { font-size: 24px; }

.pricing_new .pricing-para1 b { color: #fff; }

.pricing_new .pricing-para2 b { color: #f26522; }

.pricing_new .pricing-para3 b { color: #4a8452; }

.pric-cont .pricing_new p, .pric-cont1 .pricing_new p, .pric-cont2 .pricing_new p, .pric-cont3 .pricing_new p { font-size: 16px; color: #4d4d4d; }

.pricing_new .pricing1 h5, .pricing_new .pricing2 h5, .pricing_new .pricing3 h5 { color: #395767; font-size: 24px; font-weight: 600; padding: 28px 0 3px; text-transform: uppercase; }

.pricing_new .pricing1, .pricing_new .pricing2, .pricing_new .pricing3 { box-shadow: 0px 2px 6px #C8C8C8; position: relative; }

.pricing_new .pricing1:hover { /*-webkit-transform: scale(1.05, 1.05); -webkit-transition-duration: 500ms; -webkit-transition-timing-function: ease-out; -moz-transform: scale(1.05, 1.05); -moz-transition-duration: 500ms; -moz-transition-timing-function: ease-out; -ms-transform: scale(1.05, 1.05); -ms-transition-duration: 500ms; -ms-transition-timing-function: ease-out; z-index: 4;*/ }

/*.pricing_new .pricing2:hover { -webkit-transform: scale(1.05, 1.05); -webkit-transition-duration: 500ms; -webkit-transition-timing-function: ease-out; -moz-transform: scale(1.05, 1.05); -moz-transition-duration: 500ms; -moz-transition-timing-function: ease-out; -ms-transform: scale(1.05, 1.05); -ms-transition-duration: 500ms; -ms-transition-timing-function: ease-out; z-index: 4; }

.pricing_new .pricing3:hover { -webkit-transform: scale(1.05, 1.05); -webkit-transition-duration: 500ms; -webkit-transition-timing-function: ease-out; -moz-transform: scale(1.05, 1.05); -moz-transition-duration: 500ms; -moz-transition-timing-function: ease-out; -ms-transform: scale(1.05, 1.05); -ms-transition-duration: 500ms; -ms-transition-timing-function: ease-out; z-index: 4; }*/

.pricing_new .pricing1.selectedtab, .pricing_new .pricing2.selectedtab, .pricing_new .pricing3.selectedtab { /*-webkit-transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);*/ box-shadow: 0px 2px 6px #6B6B6B; z-index: 3; margin-bottom: 25px; }

.pricing_new .pricing1 .iftaplanimg3 i, .pricing_new .pricing2 .iftaplanimg3 i, .pricing_new .pricing3 .iftaplanimg3 i { text-transform: none; font-size: 15px; }

.pricing_new .nav-tabs li a span { font-size: 18px; text-transform: none; }

/*.lastltl {
    border-bottom: 1px solid #c5c0ba;
}*/

.pricing_new .pricing1, .pricing_new .pricing2, .pricing_new .pricing3 { min-height: 460px; z-index: 2; }
.pricing_box4 { min-height: 770px !important; }
.pricing_box3 { min-height: 705px !important; }
.pricing_box2 { min-height: 685px !important; }
.pricing_box1 { min-height: 450px !important; }

#pricingslide .pricing_new a span { background: none; border-radius: 0; color: #333; font-size: 18px; }

#pricingslide .pricing_new a span:hover { color: #333; }


#pricingslide .pricing_new a:hover span { color: #fff; }

.pricing_new .pricingheight .pricing1, .pricing_new .pricingheight .pricing2, .pricing_new .pricingheight .pricing3 { min-height: 920px; }

.ltladdon, .promilesaddon, .iftaaddon, .faxaddon, .textaddon, .mobileaddon, .useraddon { padding: 10px 0 10px 60px; min-height: 50px; border-top: 1px #c5c0ba solid; }

.ltladdon h3, .promilesaddon h3, .iftaaddon h3, .faxaddon h3, .textaddon h3, .mobileaddon h3, .useraddon h3 { font-size: 13px; text-align: left; margin-top: 8px; }

.ltladdon h3 i, .promilesaddon h3 i, .iftaaddon h3 i, .faxaddon h3 i, .textaddon h3 i, .mobileaddon h3 i, .useraddon h3 i { font-size: 16px; text-transform: none; }

.promilesaddon h3 { margin: 5px 0; }

.promilesaddon h3:after { background: url("images/Pricing/promileLogo.png") no-repeat right center; content: ''; height: 30px; width: 65px; position: absolute; margin-top: -8px; }

.ltladdon { background: url("images/icons/pricing-icon1.png") no-repeat 10px center; }

.promilesaddon { background: url("/Content/images/icons/pricing-icon2.png") no-repeat 10px center !important; }

.iftaaddon { background: url("images/icons/pricing-icon3.png") no-repeat 10px center !important; }

.faxaddon { background: url("images/icons/pricing-icon4.png") no-repeat 10px center !important; }

.textaddon { background: url("images/icons/pricing-icon5.png") no-repeat 10px center !important; }

.mobileaddon { background: url("images/Pricing/mobicon40.png") no-repeat 10px center !important; }

/*.useraddon {
    background:url("images/Pricing/multiuser.png") no-repeat 10px center !important;
}*/

.pricing_new #hometab .pricing1, .pricing_new #hometab .pricing2, .pricing_new #hometab .pricing3 { min-height: 735px; }

.pricing_new #profile .pricing1, .pricing_new #profile .pricing2, .pricing_new #profile .pricing3 { min-height: 735px; }

.pricing_new #messages .pricing1, .pricing_new #messages .pricing2, .pricing_new #messages .pricing3 { min-height: 735px; }

.pricing_new #settings .pricing1, .pricing_new #settings .pricing2, .pricing_new #settings .pricing3 { min-height: 735px; }

.pricing_new .tab-content a.getStarted { position: absolute; bottom: 10px; width: 170px; left: 0; right: 0; margin: 0 auto; }

.promiles .icon ul li { font-size: 15px; }

.promiles .icon p { font-size: 15px; text-align: justify; }

.promiles .icon h3 { font-size: 17px; text-align: center; }

.promiles .contentpart { background: url(images/bg3.jpg) repeat; padding: 20px; min-height: 300px; }

.promiles .contentpart img { margin: 10px; }

.promiles .contentpart h3 { margin-top: 0px; }

.promiles .contentpart li { list-style-type: none; text-align: left; margin-left: 30px; }

.promiles .contentpart li i { padding-right: 5px; color: #f26522; }


/*****************************LOP*********************************/

.leasedOperator h2 { font-size: 26px; margin: 20px 0; }

.ocolor { color: #f26522 !important; }

.pricingLeased { background: #fff; border: 1px #b2b2b2 solid; margin: 30px auto; }

.pricingArea { background: #f26522; color: #fff; padding: 20px; position: relative; }

.pricingArea h2 { text-align: center; font-size: 40px; font-weight: 600; }

.pricingArea h2 span { font-size: 30px; font-weight: normal; }

.pricingArea a { background: #333; color: #fff; padding: 10px 15px; text-align: center; font-size: 20px; border-radius: 5px; margin: 20px auto; position: absolute; bottom: 0; }

.pricingLeased ul { padding: 20px; margin: 0; }

.pricingLeased ul li { background: url(images/Pricing/ticksf.png) no-repeat left top; list-style-type: none; text-align: left; font-size: 14px; padding: 0px 5px 5px 20px; }

.featureLopL { padding-left: 0 !important; padding-right: 10px !important; }

.featureLopR { padding-left: 10px !important; padding-right: 0 !important; }

.featureLop { background: #fff; text-align: center; padding: 15px; border: 1px #cecece solid; box-shadow: 0px 0px 5px #BDBDBD; }

.featureLop h3 { font-size: 18px; color: #f26522; text-align: center; padding: 7px; margin: 0; }

.featureLop p { font-size: 15px; color: #333; text-align: center; padding: 7px 7px 0 7px; }

.LOP.videoList a img { border: 2px #000 solid; }

.featureLopL .LOP.videoList a img, .featureLopR .LOP.videoList a img { border: 1px #bebebe solid; }

.featureLopL .LOP a iframe, .featureLopR .LOP a iframe, .featureLopCont iframe { border: 2px #999 solid; height: 270px; }

a.flowDetaila { transition: none !important; position: relative; }

.leasedOperator #colorbox, .leasedOperator #cboxLoadedContent { width: 98% !important; height: 98% !important; margin: 0 !important; left: 10px !important; top: 10px !important; }

.slider-cont .slider-btn { background: #f26522; border: 1px #fff solid; color: #fff; }

.slider-cont .slider-btn:hover { background: #141414; border: 1px #82837d solid; color: #fff; }



.quick-btn { background: #141414; color: #fff; border-radius: 4px; padding: 15px; margin-top: 50px; text-transform: uppercase; font-size: 20px; }

.quick-btn:hover { background: #f26522; color: #fff; }

.truck-cont .mzpa, .tab-part .mzpa, .item .mzpa { margin: 0px auto; }

.tourwhole .mzpa { margin: 0px auto; margin-top: 10px; }

.tourwhole .col-md-6.col-sm-12.col-xs-12.hide-imgs { margin-top: 55px; }

.mzpa { margin: 0px auto; }

.outerline { margin: 0 auto; float: none; }

#open-overlay { border-radius: 10px; cursor: pointer; display: inline-block; margin: 20px; }

.video-part a { display: inline-block; margin-top: 5%; }

.mercerFlow { width: 900px; height: 570px; margin: auto; font-size: 13px; border: 1px #eee solid; position: relative; }

.mf1, .mf2, .mf4 { float: right; width: 220px; }

.mf1.sucessimp { width: 200px; }

.mf1.errorimg { width: 130px; }

.mf1.importimg { width: 300px; }

.mf1.emailimg { width: 115px; }

img.mf3 { margin: 0 5px; }

.mercerFlow p { font-size: 11px; }

.mf1 .imgHeight, .mf2 .imgHeight, .mf3 .imgHeight { height: 120px; display: flex; justify-content: center; align-items: center; }

.mfbottom { bottom: 10px; position: absolute; width: 100%; right: 35px; }


.mf2.sldown { width: 65px; margin-right: 75px; }

.mf2.mailarrow { float: left; width: 190px; }

.mf2.mailarrow1 { float: left; width: 310px; }

.mf2.mailarrow1 p { text-align: right; }

img.sldownarrow { margin-bottom: -45px; }

.row1 { bottom: 170px; position: absolute; width: 100%; }

.row2 { bottom: 230px; position: absolute; width: 100%; }

.mf3.errorimg { float: right; width: 220px; }

.mf3.errorimg p { float: right; width: 130px; }

.mf3.errorimg img { float: right; }


.mf3.mercermail { float: right; width: 380px; }

.mf3.mercermail p { float: right; width: 220px; text-align: left; margin-left: 10px; }

.mf3.mercermail img { float: right; }

.loaddelivered { margin-top: -70px; }

.loadmecer { margin-top: -40px; }

.mf4 { width: 230px; }

.row3 { bottom: 320px; position: absolute; width: 100%; right: 35px; }

.mercermain { width: 400px; }

.mercermain p { float: left; text-align: right; width: 190px; }

.mercermain img { float: left; width: 180px; }

.mercermobile { display: none; }

.mercermobile img { width: auto !important; }

.mercermobile p { margin-bottom: 20px !important; text-align: center !important; }

.mercerTab { display: none; }

.mercerTab img { width: 100%; }

/*--------------------------------------------Chrome style css----------------------------------------------------*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    .slider-cont {
        margin-top:6%;
    }
}*/
.tab-menu2 { background: transparent !important; }

.tab-menu2 { margin-top: 2.5%; }

.tab-menu2 .nav-tabs { width: 55%; margin: 15px auto 0px; position: relative; background: #fff; border: 2px solid #3f728c !important; padding: 5px 6px 6px; border-radius: 4px; }

.tab-menu2 .nav-tabs li a { width: auto; height: auto; font-size: 16px; padding: 6px 15px; font-weight: 600; z-index: 1; color: #000 !important; line-height: 30px; }

.tab-menu2 .nav-tabs li { margin: 0; }

.tab-menu2 .nav-tabs li.active a, .tab-menu2 .nav-tabs li:hover a { /*border:2px solid #f26522 !important;
    position:relative;*/ }

.tab-menu2 .nav-tabs li.active a:before { /*content:"";
 border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #f26522;
    bottom: -15px;
      position:absolute;
      width:0;
      height:0;
      left:0;
      right:0;
      margin:0 auto;*/ }

.tab-menu2 .nav-tabs li:hover a { color: #000 !important; }

.tab-menu2 .nav-tabs li.active a, .tab-menu2 .nav-tabs li:hover a, .tab-menu2 .nav-tabs li:focus a { background: transparent !important; }

.tab-menu2 .nav-tabs li.active .slideInLeft span { border-radius: 4px 0px 0px 4px; transition: transform 0.5s 0s; transform: translateX(-80px); background: #447aa7; padding: 22px; position: absolute; width: 100%; left: 80px; z-index: -1; top: 0; height: 44px; }

.tab-menu2 .nav-tabs li.active .slideInRight span { border-radius: 0px 4px 4px 0px; transition: transform 0.5s 0s; transform: translateX(80px); background: #447aa7; padding: 22px; position: absolute; width: 100%; left: -80px; z-index: -1; top: 0; height: 44px; }

.tab-content-new .pricing1, .tab-content-new .pricing2, .tab-content-new .pricing3 { min-height: 710px; }

.leasedOp .pricing1, .leasedOp .pricing2, .leasedOp .pricing3 { min-height: 460px; }



.tab-menu-new { text-align: center; }

.tab-menu-new h4 { color: #2f2f2f; font-weight: 100; font-size: 18px; padding-bottom: 10px; line-height: 24px; }

.chooseTxt { font-size: 18px; color: #2f2f2f; }
.car_arrow { display: none; }
.tab-menu-new .carousel-indicators { background: #fff; border: 2px solid #2f2f2f; border-radius: 4px; display: inline-block; height: 76px; margin: 0 auto; padding: 0px; width: 100%; }

.tab-menu-new .carousel-indicators li, .tab-menu-new .carousel-indicators li.active { border-radius: 4px; color: #141414; cursor: pointer; float: left; font-size: 18px; list-style-type: none; padding: 11px 0px; position: relative; top: 0px; /*width: 20%;*/width:16%; text-align: center; z-index: 1; line-height: inherit; text-transform: uppercase; font-weight: 600; }

.tab-menu-new .carousel-indicators li.active { background: transparent; }

.tab-menu-new .carousel-indicators li.active.slideInLeft span { border-radius: 2px 0px 0px 2px; transform: translateX(-80px); transition: transform 0.5s 0s; background: #3baee5; padding: 22px; position: absolute; width: 100%; left: 80px; z-index: -1; top: 0; height: 72px; }

.tab-menu-new .carousel-indicators li.active.slideInRight span { border-radius: 0px 2px 2px 0px; transform: translateX(80px); transition: transform 0.5s 0s; background: #3baee5; padding: 22px; position: absolute; width: 100%; left: -80px; z-index: -1; top: 0; height: 72px; border-right: 1px #000 solid; }
.tab-menu-new .carousel-indicators li.active.slideInCenter span { border-radius: 0px !important; }

.tab-menu-new .carousel-indicators li.active .car_arrow { display: block; content: ""; top: 100%; color: #3baee5; left: 50%; height: auto; width: 30px; margin-left: -15px; position: absolute; z-index: 999999; font-size: 42px; line-height: 0px; margin-top: -16px; }

	.tab-menu-new .carousel-indicators.MonthlyTabSec li, .tab-menu-new .carousel-indicators.MonthlyTabSec li.active {width:16.69% !important;
	}

	.bestValue {
		position: absolute;
		right: -5px;
		top: 18px;
		width: 109px;
		height: 51px;
		background: url('images/bestValue.png') no-repeat;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		padding: 23px 0;
		text-transform: uppercase;
	}

.bestValue span { padding-left: 6px; }

.ui-slider-pip-3:before { content: "min"; font-size: 12px; font-style: italic; font-weight: 600; margin-left: 6px; margin-top: 6px; position: absolute; }

.ui-slider-pip-15:before { content: "+"; font-size: 14px; font-style: italic; font-weight: 600; margin-left: 10px; margin-top: 6px; position: absolute; }

.faq_bg { background: #fff; border-radius: 5px; border: 1px solid #ddd; }

.faq_tabs { margin-left: 15px; margin-bottom: 0 !important; border-bottom: none !important; position: relative; top: 1px; /*display:flex;*/ }

.faq_tabs li { /*flex-basis:100%;*/ margin: 0 !important; padding: 0 !important; }

.faq_tabs li.active a { background: #fff; border-radius: 4px 4px 0 0; border-top: 5px solid #f26522 !important; color: #000 !important; }

.faq_tabs li a { height: 50px; padding: 8px 40px 5px; border-radius: 4px 4px 0 0; width: 100%; border-top: 5px solid transparent; text-align: center; font-size: 15px; color: #000; font-weight: 600; }

.faq_tabs li a img { width: 20px; margin-right: 3px; }

.faq_content { background: #fff; padding: 15px; border-radius: 5px; border: 1px solid #ddd; }

.faq_content .panel-default { border: none; }

.faq_content .panel-default > .panel-heading { background: none !important; border: none !important; padding: 3px 0 !important; }

.faq_content .panel-default > .panel-heading a { color: #4d4d4d; font-size: 18px; font-weight: 600; }

.faq_content .panel-default { background: #fff; border: 1px solid #efefef; border-radius: 4px !important; border-left: 4px solid #c1c1c1; padding: 10px 15px; margin: 12px 0 !important; }

.faq_content .panel-default.select { border-left: 4px solid #f26522 !important; border: 1px solid #ff8e00; box-shadow: 0 2px 5px #ccc !important; position: relative; }

.faq_content .panel-default.select:before { content: ""; border-left: 10px solid #f26522; border-top: 10px solid transparent; border-bottom: 10px solid transparent; position: absolute; left: 0; width: 0; height: 0; margin-top: 4px; }

.faq_content .panel-default.select > .panel-heading a { color: #f26522; }

.faq_content .panel-default.select > .panel-heading { border: none !important; padding-bottom: 7px !important; padding-top: 5px !important; }

.faq_content .panel-default .glyphicon { display: none; }

.faq_content_title { font-size: 22px; font-weight: bold; color: #000; text-transform: uppercase; margin-bottom: 18px; }

.faq_content_title span { display: inline-block; background: #525252; width: 40px; height: 40px; padding: 5px 0; text-align: center; border-radius: 50%; margin-right: 10px; position: relative; top: -2px; }

.faq_content_title span img { width: 24px; }

.faq_content .panel-body { color: #4e4e4e; font-size: 15px; border-top: none !important; line-height: 24px; }

.faq_content_title.w1 span img { width: 17px; }

.colorVariation { background: #f26522; left: 0; padding: 8px; position: relative; top: 0; width: 0; }

.colorVariation-outer { overflow: hidden; position: absolute; width: 100%; top: 0; left: 0; }

.ui-widget-header { background: url('images/progressColors.png') no-repeat !important; }

.noteText { font-size: 13px; font-weight: 600; color: #000; }

.noteText span { color: red; }

.carousel-control.left, .carousel-control.right { background-image: none; }

.hs:hover { /*border:1px solid #f26522 !important;*/ cursor: pointer; }

.pricing_new .pricing1, .pricing_new .pricing2, .pricing_new .pricing3 { border: 1px solid transparent; }

/*New Style*/
.call_button { /*border: 3px solid #252524;*/ color: #FFF; display: inline-block; font-size: 25px; padding: 15px 25px; background-color: #f26522; border-radius: 8px; font-weight: 900; margin: 35px 0 0 0; }

.call_button:hover { background: #252524; color: #fff; text-decoration: none; }

.hover_orange:hover { /*border:1px solid #F26522 !important;*/ box-shadow: 0 2px 6px #f26522 !important; }

.hover_blue:hover { /*border:1px solid #0e5683 !important;*/ box-shadow: 0 2px 6px #0e5683 !important; }

.hover_green:hover { /*border:1px solid #4a8452 !important;*/ box-shadow: 0 2px 6px #4a8452 !important; }

#socialmediaMenu { display: none; padding-top: 40px; }

#socialFooter { display: none; }

/*Landing Page*/
.landBanner { font-family: 'Open Sans'; height: 100%; padding-bottom: 5%; background: url('images/LandingPage/landingBanner.jpg') no-repeat; background-size: cover; }

.landBanner_info h1 { font-size: 40px; font-weight: bold; color: #fff; }

.landBanner_info h1 small { color: #fff; font-size: 24px; }

.landBanner_info img { margin: 40px 0 50px; }

.landBanner_info p { color: #fff; font-size: 15px; line-height: 24px; }

.landMenu { list-style-type: none; float: right; position: relative; }

.landMenu li { color: #fff; font-size: 20px; font-weight: 600; position: relative; display: inline-block; padding: 0 50px; text-align: left; }

.landMenu li.call_icon span { background: url('images/LandingPage/phoneicon.png') no-repeat left center; width: 34px; height: 35px; position: absolute; left: 5px; top: -5px; }

.landMenu li.mail_icon span { background: url('images/LandingPage/mailicon.png') no-repeat left center; width: 34px; height: 23px; position: absolute; left: 5px; top: 3px; }

.landBanner_content { position: relative; top: 50px; }

.req_form { background: #f26522; border-radius: 3px; padding: 20px 25px; }

.req_form h4 { color: #fff; font-size: 24px; font-weight: 600; margin: 0 0 15px; }

.req_form input, .req_form select { width: 100%; border: 01px solid transparent; background-color: #fff; padding: 10px 15px 10px 20px; color: #333; font-weight: 600; font-size: 14px; margin: 12px 0; border-radius: 2px; }

.req_form input:focus, .req_form select:focus { box-shadow: 0px 0px 6px #333; border: 1px solid #000; font-weight: 600; color: #000; }

::-webkit-input-placeholder { color: #666; font-weight: 500; }

:-moz-placeholder { /* Firefox 18- */ color: #666; font-weight: 500; }

::-moz-placeholder { /* Firefox 19+ */ color: #666; font-weight: 500; }

:-ms-input-placeholder { color: #666; font-weight: 500; }

.demobtn { background: #101010; border-radius: 5px; padding: 12px 15px; text-align: center; font-size: 20px; font-weight: 600; color: #fff; width: 100%; border: none; margin-top: 20px; display: block; }

.land_title { padding: 50px 0; }

.land_title h2, .cust-inner-title { color: #1f1f1f; font-size: 36px; font-weight: bold; text-align: center; }

.land_title h2 span, .cust-inner-title span { color: #f26522; }

.vendorLogo { padding: 40px 0; }

.vendor_logo { list-style-type: none; display: flex; margin-top: 40px; }

.vendor_logo li { flex-basis: 100%; text-align: center; }

.vendor_logo li img { margin: 0 auto; width: 160px; }

.title_line { background: #f26522; margin: 0 auto; padding: 1px; text-align: center; width: 175px; position: relative; top: 2px; }
.title_line1 { background: #f26522; padding: 1px; width: 110px; margin-left: 107px; }

.help_biz ul, .benefits ul { list-style-type: none; margin-top: 40px; }

.help_biz ul li { width: 49%; padding: 20px 15px; display: inline-block; vertical-align: top; }
.help_biz ul li .help_biz_icon { margin-right: 15px; height: 150px; }
.benefits ul li { width: 33%; padding: 20px 15px; display: inline-block; vertical-align: top; }
.benefits ul li .help_biz_icon { width: 90px; height: 140px; }
.benefits .title_line1 { margin-left: 91px; width: 60px; }
.help_biz ul li p { padding: 15px 10px 0 0; font-size: 15px; line-height: 24px; }
.help_biz ul li h3 { margin-top: 0; font-size: 22px; }
.benefits ul li h3 { margin-top: 0; font-size: 20px; color: #202020; }
.benefits ul li p { padding: 15px 10px 0 0; font-size: 15px !important; color: #3d3d3d; }
.testimonial { margin: 50px 0 30px; }
.testimonial_part .carousel { padding: 0 70px; }
.testimonial_part .carousel em { color: #f26522; }
.testimonial_part .carousel p { color: #3d3d3d; font-size: 16px; line-height: 26px; }
.testimonial_part .carousel .carousel-control { position: absolute; margin-top: 100px; left: auto; right: 0; }
.testimonial_part .carousel .left span { background: url('images/LandingPage/caroselArrow.png') no-repeat; width: 20px; height: 20px; transform: rotate(-180deg); right: 25px !important; margin-top: 4px; }
.testimonial_part .carousel .right span { background: url('images/LandingPage/caroselArrow.png') no-repeat; width: 20px; height: 20px; }
.testimonial_part { padding-bottom: 70px; }
.benefits { padding-bottom: 10px; }
.whyTruck { background: url('images/LandingPage/benefits_bg.jpg') no-repeat center center; background-size: cover; background-attachment: fixed; }
.whyTruck img { border: 10px #feefe8 solid; }
.whyTruck p { color: #fff; font-size: 18px; line-height: 32px; }
.whyTruck p span { color: #f26522; }
.mTop60 { margin-top: 60px; }
.pre_foot .demobtn { display: inline-block; width: inherit; padding: 12px 25px; transition: 0.5s; margin-top: 40px; }
.pre_foot .demobtn:hover { background: #f26522; }

.landFooter p { font-size: 16px; padding-top: 7px; }
.show_btn { display: none; }
.testimonial_part .carousel-indicators { position: relative; bottom: -30px; left: 0; right: 0; margin: 0 auto; }
.testimonial_part .carousel-indicators li { text-indent: -1000px; background: #ccc; padding: 2px; width: 28px; margin: 1px; display: inline-block; cursor: pointer; }
.testimonial_part .carousel-indicators li.active { background: #f26522; top: 0; }
.thankYou img { margin: 30px auto; }
.thankYou h4 { font-size: 26px; font-weight: 100; font-family: 'Open Sans'; color: #fff; line-height: 34px; padding-bottom: 15px; }
.thankYou h4 span { display: block; }
.resources { background: #f6f6f6; border: 1px solid #eeeeee; padding: 20px 15px; border-radius: 3px; text-align: center; margin-top: 50px; margin-bottom: 15px; box-shadow: 0 4px 8px #ddd; cursor: pointer; transition: 0.4s ease-in; }
.resources:hover { border-color: #222; }
.resources h3 { color: #1f1f1f; font-weight: 600; font-size: 24px; text-transform: uppercase; }
.followus { margin-top: 30px; }
.land_title.startmanage-part { padding-top: 20px; }
.followus a { width: 55px; height: 55px; text-align: center; color: #262626; border-radius: 100px; border: 2px solid #262626; padding: 5px; display: inline-block; font-size: 28px; margin: 0px 8px; transition: 0.4s ease-in; }
.followus a.yt i { font-size: 28px !important; position: inherit; }
.followus a:hover { border-color: #f26522; background: #f26522; color: #fff; }
.matatory { background: #fff url('images/LandingPage/mantatory.png') no-repeat 6px 6px !important; }
.getApp h2 { margin-bottom: 20px; }
.getApp a { display: inline-block; margin: 0 10px; }
.trademark { left: 1px; position: relative; top: -4px; }
.qbTitle { color: #fff !important; top: -11px; }
.pos-rel { position: relative; }
.spin_position { position: absolute; right: 14%; top: 16px; }
.modal-dialog800 { /*width:800px !important;*/ }
.driverlog_banner { background: url('images/ElectronicDriverLog/bannerlog.jpg') no-repeat; background-size: cover; height: auto; padding-bottom: 30px; }
.elec_drv_log { padding-top: 160px; color: #fff; }
.elec_drv_log h1, .cust-banner-title { color: #fff; font-size: 35px; font-weight: 600; text-transform: uppercase; }
.elec_drv_log h1 span, .cust-banner-title span { color: #f26522; }
.elec_drv_log p { line-height: 26px; font-size: 15px; }
.elec_drv_log h3 span { color: #f26522; text-transform: uppercase; font-weight: 600; }
.elec_drv_log h3 { font-size: 24px; margin-bottom: 15px; font-weight: 500; margin-top: 50px; }
.app_icon a { display: inline-block; margin-right: 10px; }
.app_icon a img { width: 150px; border: 1px solid #fff; border-radius: 6px; }
.datepicker_icon { background: url('images/LandingPage/datepicker.png') no-repeat, url("images/LandingPage/mantatory.png") no-repeat; background-position: center right, 6px 6px; cursor: pointer; z-index: 9; }
.elog_ul { list-style-type: none; position: relative; }
.elog_ul li { padding: 10px 15px 10px 33px; text-align: left; background: url('images/ElectronicDriverLog/ulicon.jpg') no-repeat left center; font-weight: 600; }
.elog_sec h2, .cust-inner-title { text-transform: uppercase; line-height: 45px; }
.elog_sec h4 { color: #666; font-size: 26px; font-weight: normal; }
.elog_sec p { font-size: 16px; font-weight: normal; color: #333; padding: 10px 15px; line-height: 26px; }
.elog_bene { background: url("images/bg2.jpg") repeat; background-size: cover; }
.ul_benefits { border: 2px solid #c7b29c; border-radius: 3px; margin-top: 50px; }
.ul_benefits ul { display: flex; list-style-type: none; position: relative; margin: 0; }
.ul_benefits ul li { flex-basis: 100%; padding: 15px; text-align: center; border-right: 2px solid #c7b29c; min-height: 235px; }
.ul_benefits ul li:last-child { border-right: none; }
.ul_benefits ul:first-child { border-bottom: 2px solid #c7b29c; }
.ul_benefits ul li h5 { color: #000; font-size: 16px; font-weight: 600; line-height: 24px; }
.ul_benefits ul li img { margin: 10px 0; }
.elog_panel { margin-top: 40px; }
.elog_sec.whyTruck { padding-bottom: 60px; }
.elog_sec.whyTruck h2 { color: #fff; }
.btn_orange { font-size: 16px; font-weight: 600; display: inline-block; background: #f26522; color: #fff; border-radius: 100px; padding: 12px 15px; min-width: 280px; transition: 0.5s ease-in; }
.btn_orange:hover, .btn_white:hover { background: #000; color: #fff; }
.btn_white { font-size: 16px; font-weight: 600; display: inline-block; background: #fff; color: #333; border-radius: 100px; padding: 12px 15px; min-width: 280px; }

.btn_pos { margin-top: 40px; }
.btn_pos .btn_orange { float: right; }
.btn_pos .btn_white { float: left; }
.btn_pos i { display: block; width: 100%; color: #fff; float: left; text-align: left; font-size: 14px; position: relative; left: 60px; top: 2px; }
.elog_panel { position: relative; }
.elog_panel .panel-default > .panel-heading { background: #f7f7f7 !important; color: #333333; font-size: 18px; }
.elog_panel .panel-default { border-radius: 3px !important; border: 1px solid #e7e7e7 !important; margin-bottom: 12px !important; }
.elog_panel .panel-default > .panel-heading a { color: #333333; padding-left: 10px; }
.elog_panel .panel-collapse p { margin: 0; font-size: 15px; }
.modal-body p, .modal-title { color: #000; }
.elog_vid a span { color: #000; opacity: 0.3; border-radius: 100px; display: inline-block; font-size: 80px; position: absolute; left: 0; right: 0; margin: 0 auto; top: 93px; }
.elog_vid a:hover span { opacity: 0.5; color: red; }
.elog_panel .panel-heading i { background: #f26522; font-size: 13px; width: 28px; height: 28px; text-align: center; position: relative; top: -1px; left: -10px; border-radius: 100px; color: #fff; padding: 7px 8px; display: inline-block; }
.mob_video { display: none; }
button.close { background: url('images/close_btn.png') no-repeat !important; position: absolute; right: -15px; top: -15px; width: 48px; height: 48px; opacity: inherit !important; }
.blackbtn { background: #101010; border: medium none; border-radius: 5px; color: #fff; display: inline-block; font-size: 20px; font-weight: 600; padding: 12px 25px; text-align: center; transition: all 0.5s ease 0s; margin-bottom: 15px; }
.blackbtn:hover { background: #f26522; }
.orangebtn { background: #f26522; border: medium none; border-radius: 5px; color: #fff; display: inline-block; font-size: 20px; font-weight: 600; padding: 12px 25px; text-align: center; transition: all 0.5s ease 0s; margin-bottom: 15px; }
.orangebtn:hover { background: #101010; }
.tab-menu-new .carousel-indicators li:hover { color: #f26522; }
.tab-menu-new .carousel-indicators li { border-right: 1px solid #000; }
.tab-menu-new .carousel-indicators li, .tab-menu-new .carousel-indicators li.active { border-radius: 0; }
.tab-menu-new .carousel-indicators li:last-child { border-right: 0px; }
.tab-menu-new .carousel-indicators li.active.slideInRight span { width: 100.5%; }
.sub_list { list-style-type: none; }
.sub_list li { padding: 4px 15px 4px 18px; position: relative; }
.sub_list li h5 { font-size: 17px; color: #222; }
.sub_list li p { font-size: 15px; }
.sub_list li:before { content: "\f111"; font-family: 'FontAwesome'; position: absolute; left: 0; top: 17px; font-size: 10px; color: #f26522; }
.icon_img { padding: 3px 0 !important; }
.submitBtn { border-radius: 15px; background: #f26522; border: none !important; padding: 5px 21px !important; color: #fff !important; font-size: 24px !important; text-transform: uppercase; font-weight: bold; transition: all .5s ease 0s; -moz-transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -ms-transition: all .5s ease 0s; }
.submitBtn:hover { background: #000; color: #fff; transition: all .5s ease 0s; -moz-transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -ms-transition: all .5s ease 0s; }
/******* Home page Design Changes in Who is TruckLogics For Section & TruckLogics Pricing Section Style Start Here *******/
.truck-cont .truck-part1 h3 { min-height: 55px; }
.pricing_getStarted { font-weight: bold; font-size: 20px; background: #f26522; border: 1px #fff solid !important; color: #fff !important; text-transform: uppercase; padding: 10px 50px !important; display: inline-block !important; margin: 20px 0px 15px; }
.no_credit { font-size: 14px !important; margin-left: 15px; top: 30px; }
.pricing_getStarted:hover { background: #141414; border: 1px #82837d solid !important; color: #fff; }
.price_txt { font-size: 18px; margin-bottom: 0; }
/*********** Pricing Section Arrow Design Style ***********/
.pricing_sec_arrow { margin-bottom: 0px !important; }


/******** Landing Page StyleSheet Start Here *******/
.landing_page_bg { background: url("/Content/Images/LandingPage/banner_landing_bg.jpg") no-repeat bottom; /*background-attachment:fixed;*/ -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 15px 0px 0px; min-height: 500px; }
.trucking_guide_bg { background: url("/Content/Images/LandingPage/trucking-guide-bg.jpg") no-repeat bottom; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 15px 0px 0px; min-height: 500px; }
.landing_sign_in_section { padding: 10px 0px; }
.input[type="password"] { background-image: url(Images/NewApplication/passIcon.png); background-position: 10px center; background-repeat: no-repeat; padding-left: 30px; }
input[type="text"], input[type="password"], input[type="email"] { border: 1px solid #C1C5C8; border-radius: 4px; box-shadow: 0 1px 3px 0 #DDDDDD inset; display: block; margin: 0; margin-bottom: 20px; width: 100%; padding: 0px 10px; height: 40px; }
.landing_sign_in { padding: 15px 30px; border: 3px solid rgba(242, 101, 34, 0.5); background: rgba(255,255,255,0.8); }
.landing_btn { font-size: 18px; color: #fff; background: #f26522; padding: 12px 5px; display: inline-block; margin-top: 10px; display: inline-block; }
.landing_btn span { background: #f26522; border: 2px solid #ffaa81; padding: 5px 10px; color: #f2f1f0; }
.landing_sign_in h2 { margin-bottom: 25px; font-size: 28px; line-height: 36px; }
.landing_sign_in h2 span { color: #f26522; }
.landing_efile_step_section { float: left; width: 100%; padding: 20px 0px; }
.steps_option h5 { font-size: 18px; color: #333; margin-top: 15px; }
.steps_option { border-right: 1px solid #ffaa81; min-height: 190px !important; }
.steps_option:last-child { border-right: 0px !important; }
.sign_in { background: url("/Content/Images/LandingPage/land_dispatch.png") no-repeat center / 45px !important; }
.org_details { background: url("/Content/Images/LandingPage/land_routing.png") no-repeat center / 45px !important; }
.interview { background: url("/Content/Images/LandingPage/land_drivers.png") no-repeat center / 45px !important; }
.report { background: url("/Content/Images/LandingPage/guide_report.png") no-repeat center / 45px !important; }
.driver { background: url("/Content/images/landing_driver.png") no-repeat center / 45px !important; }
.ifta_fuel { background: url("/Content/Images/LandingPage/landing_fuel.png") no-repeat center / 45px !important; }
.steps_option { float: left; width: 31%; padding: 0px 1%; }
.slide-box { text-align: center; }
.steps_option .slide-box span { position: relative; background: #fff; display: inline-block; border: 2px solid #f26522; border-radius: 100%; width: 80px; height: 80px; }
.landing_form input:active, .landing_form input:focus { border: 1px solid #333; box-shadow: 0px 0px 5px rgba(0,0,0,0.3); }
.landing_sign_in_section label.error { margin-top: -75px !important; }
.vertical_align { display: flex; align-items: center; }
.plr0 { padding-left: 0px !important; padding-right: 0px !important; }
.trucking_guide_step_section { background: #fff; }
.trucking_guide_step_section .slide-box { margin: 20px 0px; min-height: 260px; border: 1px solid #efefef; background-color: #fff; border-radius: 2px; box-shadow: 0 2px 5px 0 rgba(138,168,230,.2); padding: 15px; position: relative; overflow: hidden; display: block; transition: box-shadow .3s ease,-webkit-transform .3s ease; transition: transform .3s ease,box-shadow .3s ease; transition: transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease; }
.trucking_guide_step_section .steps_option { border-right: 0px; min-height: auto; }
.trucking_guide_step_sec1 .slide-box { min-height: 290px; }
.trucking_guide_bg .landing_form { float: none; margin: 20px auto 10px; width: 60%; }
.trucking_guide_bg .landing_sign_in { padding: 20px; margin-top: 15px; }
.trucking_head { color: #FFF; text-transform: uppercase; font-size: 30px; }
.buiness_option { width: 100%; background: rgba(255,255,255,0.8); min-height: 180px; padding: 20px; border-radius: 2px; border: 2px solid #aaa; box-shadow: 0 2px 5px 0 rgba(138,168,230,.2); }
.buiness_option h3 { margin: 10px 0px 20px; }
.buiness_option .landing_btn span { padding: 5px 26px; }
.buiness_option .landing_btn { padding: 12px 5px; }
.text-dark{color:#333 !important;}

@media only screen and (max-device-width:768px) { .landing_sign_in { padding: 30px 10px; }
    .landing_sign_in h2 { font-size: 24px; }
    .steps_option { border-right: 0px; min-height: auto; border-bottom: 1px solid #ffaa81; margin-bottom: 15px; }
    .steps_option:last-child { border-bottom: 0px; }
}

@media screen and (min-width:1700px) {
    .landing_page_bg { min-height: 670px; }
    .landing_sign_in_section { padding: 90px 0px 0px; }
    .trucking_guide_bg .landing_sign_in_section { padding-top: 0px; }
}

@media only screen and (max-device-width:1200px) and (min-device-width:992px) {
    .trucking_guide_step_section .slide-box { min-height: 290px; }
    .trucking_guide_step_sec1 .slide-box { min-height: 310px; }
    .truck-cont .truck-part1 .minheight100 { min-height: 210px; }
    .pricing_sec_arrow img { width: 780px; }
    .buiness_option h3 { font-size: 20px; }
}

@media only screen and (max-device-width:991px) and (min-device-width:768px) {
    .pricing_box4, .pricing_box3, .pricing_box2 { min-height: 1px !important; }
    .sec-part2 h3 { font-size: 18px !important; }
    .truck-cont .truck-part1 h3 { min-height: auto; text-align: center !important; }
    .trucking_guide_bg .landing_form input { width: 70%; }
    .trucking_guide_step_section .slide-box { min-height: 300px; }
    .trucking_guide_step_sec1 .slide-box { min-height: 320px; }
    .trucking_guide_step_section .slide-box p { font-size: 15px; }
    .tab-menu-new .carousel-indicators li, .tab-menu-new .carousel-indicators li.active { font-size: 15px; padding: 15px 0px; }
    .pricing_sec_arrow img { width: 625px; }
    .buiness_option h3 { font-size: 20px; }
    .buiness_option { padding: 10px; min-height: 170px; }
    .buiness_option .landing_btn span { padding: 5px 14px; }
}

@media only screen and (max-device-width:767px) {
    .pricing_box4, .pricing_box3, .pricing_box2, .pricing_box1 { min-height: 1px !important; }
    .trucking_guide_bg .landing_form input { width: 90%; }
    .trucking_guide_step_section .steps_option { border-bottom: 0px; margin-bottom: 0px; }
    .trucking_guide_step_section .slide-box { min-height: auto; margin: 10px 0px; }
    .trucking_guide_step_section .slide-box p { font-size: 15px; }
    .trucking_guide_btn a { width: auto; }
    .trucking_guide_btn { text-align: left !important; }
    .tab-menu-new .carousel-indicators { height: auto; }
    .car_arrow, .tab-menu-new .carousel-indicators li.active .car_arrow { display: none; }
    .tab-menu-new .carousel-indicators li, .tab-menu-new .carousel-indicators li.active { width: 100%; }
    .tab-menu-new .carousel-indicators li.active.slideInRight span { border-radius: 0px 0px 2px 2px; height: 73px; }
    .tab-menu-new .carousel-indicators li.active.slideInLeft span { border-radius: 2px 2px 0px 0px; width: 100%; }
    .pricing_sec_arrow { display: none; }
    .buiness_option { margin-bottom: 20px; }
    .trucking_banner_sec .col-xs-12.col-sm-3.col-md-3 { width: 50%; }
    .buiness_option { min-height: 200px; }
    .no_credit { position: relative; top: auto; display: block; }
    .pricing_getStarted { margin: 15px 0px 10px !important; }

    .tab-menu-new .carousel-indicators.MonthlyTabSec li, .tab-menu-new .carousel-indicators.MonthlyTabSec li.active {
        width: 100% !important;
    }
}

@media only screen and (max-device-width:499px) {
    .trucking_guide_bg .landing_form input { width: 100%; }
    .tab-menu-new .carousel-indicators li.active.slideInRight span { border-radius: 0px 0px 2px 2px; height: 66px; }
    .tab-menu-new .carousel-indicators li.active.slideInLeft span { border-radius: 2px 2px 0px 0px; width: 100.5%; }
    .trucking_banner_sec .col-xs-12.col-sm-3.col-md-3 { width: 100%; }
}
/******** Landing Page StyleSheet End Here *******/

#pricingtypeslide .nav.nav-pills li a { border: 1px solid #ddd; color: #232323; font-size: 20px; border-radius: 3px 0px 0px 3px; background: #FFF; padding: 13px 20px; min-width: 140px; font-weight: bold; min-height: 75px; }
#pricingtypeslide .nav.nav-pills .active a { border-color: #3baee5; background-color: #3baee5; color: #fff; border-radius: 3px 0px 0px 3px; position: relative; transition: all 0.4s linear; font-weight: bold; }
#pricingtypeslide .nav.nav-pills .active a span { font-size: 12px; display: block; }
#pricingtypeslide .nav.nav-pills li a span { font-size: 12px; display: block; }
#pricingtypeslide .nav.nav-pills .active a::before { position: absolute; bottom: -10px; left: 50%; content: ""; border-radius: 2px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #3baee5; margin-left: -10px; }
#pricingtypeslide .nav.nav-pills li:last-child a { border-left: none; border-radius: 0px 3px 3px 0px; }
pricingtypeslide .nav.nav-pills { display: inline-block; }
#pricingtypeslide .nav.nav-pills li { position: relative; }
#pricingtypeslide .nav-pills > li + li { margin-left: 0; }
#pricingtypeslide .nav.nav-pills li.active:last-child a { border-radius: 0px 3px 3px 0px; }
#pricingtypeslide .or-crircle { background-color: #033f55; border-radius: 200px; box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); color: #fff; display: block; font-size: 14px; height: 32px; line-height: 32px; text-align: center; width: 32px; position: absolute; top: 22px; left: -16px; z-index: 1; text-transform: uppercase; }
#pricingtypeslide .btn-get { padding: 18px 42px; border: 2px solid #e5e5e5; background: transparent; color: #232323; font-size: 12px; letter-spacing: 2px; display: inline-block; margin-top: 30px; margin-bottom: 0; }
pricingtypeslide .outer-border:hover .btn-get { background-color: #42a5f6; border-color: #42a5f6; color: #fff; }
#pricingtypeslide .upper-detail::after { border-left: 172px solid transparent; border-right: 171px solid transparent; border-top: 30px solid #fff; content: ""; position: absolute; bottom: 0; left: 0; width: 100%; transition: all 0.4s ease-in 0s; }
#pricingtypeslide .plan-price::after { border-left: 172px solid #fff; border-right: 170px solid #fff; border-top: 30px solid #ededed; content: ""; position: absolute; bottom: -1px; left: 0; width: 100%; }
#pricingtypeslide .pricing-table { border: 1px solid #ededed; }
#pricingtypeslide .outer-border { border: 8px solid #f8f8f8; }
#pricingtypeslide .new-tag span { font-size: 12px; background-color: #204165; color: #fff; font-family: 'PT Sans'; padding: 6px 15px; }
#pricingtypeslide .new-tag { position: absolute; right: 0; top: 5px; }
#pricingtypeslide .lower-detail { margin-top: 25px; padding: 0 50px; }
#pricingtypeslide .outer-border:hover .upper-detail { background-color: #f8f9fb; }
#pricingtypeslide .outer-border:hover .upper-detail::after { border-top-color: #f8f9fb; }
#pricingtypeslide .outer-border:hover { border-color: #fff; box-shadow: 0 0 12px #f6f6f6; }


.gear_box { width: 60px; height: 30px; border: 1px solid #ddd; box-shadow: inset 0px 1px 4px 2px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px 1px 4px 2px rgba(0,0,0,0.2); -webkit-box-shadow: inset 0px 1px 4px 2px rgba(0,0,0,0.2); background: rgba(150, 150, 150, 0.3); border-radius: 3px; }
.gear_box span { background: #FFF; border: 1px solid #ddd; width: 40px; height: 5px; display: inline-block; border-radius: 200px; position: relative; transition: all 0.4s linear; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; }
.gear_box span:before { position: absolute; width: 2px; height: 20px; background: #444; content: ""; right: 0px; bottom: 0px; transition: all 0.4s linear; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; }
.gear_box span:after { position: absolute; width: 14px; border-radius: 200px; height: 20px; background: #444; content: ""; right: -6px; bottom: 20px; box-shadow: 0px 1px 5px 2px inset #999; -webkit-box-shadow: inset 0px 1px 5px 2px #999; -moz-box-shadow: inset 0px 1px 5px 2px #999; transition: all 0.4s linear; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; }
.gear_box_rgt_section .gear_box span:before { right: 36px; }
.gear_box_rgt_section .gear_box span:after { right: 30px; }
.home_pricing_type_slide .nav.nav-pills li a { padding: 0px !important; border: 0px !important; background: none !important; color: #333 !important; min-height: inherit !important; }
.home_pricing_type_slide .nav.nav-pills li a:before { display: none; }
.home_pricing_type_slide .nav.nav-pills li.active a { color: #e45a18 !important; }
.home_pricing_type_slide .carousel-inner { background: #fff; border: 2px solid #f26522; padding-bottom: 20px; margin-top: -1px; }
.home_pricing_type_slide .carousel-indicators li.active .car_arrow { display: none; }
.home_pricing_type_slide .tab-menu-new .carousel-indicators { height: inherit; border: 0px; background: none; margin-top: 10px; }
.home_pricing_type_slide .tab-menu-new .carousel-indicators li { border: 1px solid #4d5051; border-bottom: 0px; background: #FFF; position: relative; top: 19px; color: #4d5051; border-radius: 3px 3px 0px 0px; transition: all 0.1s linear; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; }
.home_pricing_type_slide .tab-menu-new .carousel-indicators li b { color: #4d5051; border-radius: 3px 3px 0px 0px; font-size: 15px; font-weight: 100; }
.home_pricing_type_slide .tab-menu-new .carousel-indicators li.active p { color: #4d5051; border-radius: 3px 3px 0px 0px; font-size: 15px; font-weight: 100; }
.home_pricing_type_slide .tab-menu-new .carousel-indicators li.active span { display: none; }
.tab-menu-new .carousel-indicators li.active { border: 2px solid #f26522; height: 100%; color: #4d5051 !important; top: 6px; padding: 18px 0px; border-bottom: 0px; border-radius: 3px 3px 0px 0px; }
.bor_rig { border-right: 1px #dedede solid; margin-top: 20px; }
.bor_lft { border-right: none; margin-top: 20px; }
.home_pricing_type_slide .no_credit { margin-bottom: 15px; margin-left: 0px; top: inherit; }
.home_pricing_type_slide .pricing_features { min-height: 430px; }
.home_pricing_type_slide .pricing_features.leased_operator_box { min-height: inherit; }
.home_pricing_type_slide { margin-top: 20px; }
.pricing_features .premium { font-size: 28px; color: #0e5683; margin-top: 25px; }
.pricing_features .preferred { font-size: 28px; color: #2fa9bb; margin-top: 25px; }
.pricing_features .pro { font-size: 28px; color: #4a8452; margin-top: 25px; }
.pricing_features .amount { font-size: 28px; color: #f26522; }
.pricing_features .amount span { font-size: 24px; color: #4d5051; text-decoration: line-through !important; padding-right: 15px; border-right: 1px #6f6763 solid; margin-right: 5px; }
.pricing_features .amount i { font-size: 18px; color: #4d5051; font-style: italic; display: block; line-height: 30px; }
.pricing_features_list { padding: 10px 10px 7px 20px; }
ul.pricing_features_list li { background: url(images/pricing_features_list_icon.png) no-repeat left top 9px; list-style-type: none; text-align: left; font-size: 17px; padding: 0px 5px 5px 20px; line-height:30px; }
.home_pricing_type_slide .bestValue { position: absolute; right: 0px; top: 5px; width: 110px; height: 71px; background: url("images/icons/pricing_best_shadow.png"); color: #fff; font-size: 13px; font-weight: bold; padding: 0; text-transform: uppercase; line-height: 30px; z-index: 9; text-align: right; }
.bestValue span { padding-right: 6px; position: relative; top: 20px; left: 0px; padding-left: 0px; }
.pro_b{font-size:18px; color:#fff; background:#4a8452; text-align:center; padding:5px 5px;}
.preferred_b{font-size:18px; color:#fff; background:#2fa9bb; text-align:center; padding:5px 5px;}
.premium_b{font-size:18px; color:#fff; background:#0e5683; text-align:center; padding:5px 5px;}
/*.home_pricing_type_slide .bestValue:before{position:absolute;content:"";left:-30px;top:0px;width: 0; height: 0; border-bottom:30px solid #2fa9bb; border-left:30px solid transparent;}
.home_pricing_type_slide .bestValue:after{position:absolute;content:"";right:0px;top:-15px;width: 15px; height:55px;z-index:-1;}*/
.home_pricing_type_slide .tab-content.mrgt8x { padding-top: 0px; }
.home_pricing_type_slide { padding: 50px 0px; }
.annual_tab { left: -25px; z-index: 9; }
.monthly_tab { right: -20px; z-index: 9; }
.ltladdon, .promilesaddon, .iftaaddon, .faxaddon, .textaddon, .mobileaddon, .useraddon { border: 0px; }
.pricing_features_list { /*border-bottom: 1px #ddd solid;*/ }
.home_pricing_type_slide .tab-menu-new .carousel-indicators li.active { width: calc(20% + 4px); margin-left: -2px; z-index: 9; }
.home_pricing_type_slide .tab-menu-new .carousel-indicators li.active + li { margin-left: -2px; }
.home_pricing_type_slide .tab-menu-new .carousel-indicators li:first-child.active { margin-left: 0px; width: calc(20% + 2px); }
.home_pricing_type_slide .tab-menu-new .carousel-indicators li:last-child.active { width: calc(20% + 2px); }
.leased_operator_box .pricing_features_list { border-bottom: 0px !important; }
.home_pricing_type_slide .pricing_getStarted { position: relative; display: inline-block !important; padding: 12px 50px !important; margin-top: 40px; }
.home_pricing_type_slide .pricing_getStarted::before { position: absolute; top: 4px; left: 4px; height: calc(100% - 8px); width: calc(100% - 8px); content: ""; border: 2px solid rgba(255,255,255,0.4); }
.feature_soon .truck-part1 img { box-shadow: 7px 8px 7px -3px rgba(0,0,0,0.6); transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; }
.feature_soon .truck-part1 a:hover img { box-shadow: 0px 0px 20px rgba(0,0,0,0.4); }
.feature_soon .truck-part1 a { display: inline-block; }
.tap_app_features { background: #fff; border-radius: 8px; box-shadow: 0px 0px 7px rgba(0,0,0,0.4); margin: 15px 0px; padding: 10px 10px 10px 0px; overflow: hidden; }
.tap_app_features h2 { color: #f26522; margin-top: 0px; }
.new_features_img { display: inline-block; max-width: 100%; height: auto; border: 2px #6f6763 solid; }
.startPrice { font-size: 16px; position: relative; }
.startPriceAmount { font-size: 26px; }
.startPrice:before { content: ""; position: absolute; top: 4px; left: 4px; height: calc(100% - 8px); width: calc(100% - 8px); content: ""; border: 2px solid rgba(255,255,255,0.4); }
.outer_border_1 { border: 1px solid #4d5051; border-radius: 3px; padding: 0px 20px 10px 20px; margin-top: 20px; }
.top_border { border-top: 1px solid gray; margin: 30px -20px 0 -20px; }
.left_h2 { display: inline-block; margin-right: 30px; }
.ind_para { min-height: 310px; }
.fleet-list_1 { min-height: 230px; }
.M_top50 { margin-top: 50px; }
.dispatch-cont .ind_para { min-height: 198px; }
.ind_para2 { min-height: 188.5px; }

.useroffer { padding: 0px; }
.landing_sign_in .tour-part { margin: 0px; width: 100%; text-align: center; }
.landing_sign_in .tour-part h1 { font-size: 36px; color: #333; }
.landing_sign_in .tour-part p { color: #666; }
.useroffer h1 { font-size: 36px; line-height: 42px; margin-bottom: 15px; margin-top: 0px; color: #333; /*text-transform: uppercase;*/ }
.useroffer p { color: #444; font-size: 18px; }
.useroffer h1 span { color: #f26522; }
.useroffer_steps_section, .offer-landing-cta-section { padding: 30px 0px 10px; display: block; }
.offer-steps-box h5 { font-size: 20px; }
.useroffer_steps_section h2 { margin-bottom: 20px; }
.useroffer_steps_section h2 span, .offer-landing-mobile-app h2 span { color: #f26522; }
.offer-steps-box { border: 1px solid #ddd; padding: 15px; min-height: 150px; }
.offer-steps-box span img { width: 50px; }
.offer-steps-box-row .offer-steps-box { margin-top: 20px; min-height: 175px; }
.offer-steps-box p { margin-bottom: 0px; }
.pLeft0 { padding-left: 0px !important; }
.offer-landing-cta-section .call_txt { font-size: 20px; }
.offer-landing-banner-bg { background: url("images/LandingPage/user-offer-banner-img.jpg") no-repeat top left; padding-top: 90px; min-height: 500px; background-size: cover; }
.free_trial_landing_bannerbg { background: url("images/LandingPage/user-offer-banner-img1.jpg") no-repeat top right; padding-top: 90px; min-height: 500px; background-size: cover; }
.fleet_landing_bannerbg { background: url("images/LandingPage/user-offer-banner-img2.jpg") no-repeat top left; padding-top: 90px; min-height: 500px; background-size: cover; }
.geton_more_section { padding: 25px 0px; background: #f26522; color: #FFF; text-align: center; }
.geton_more_section h2 { margin: 0px; line-height: normal; font-size: 36px; }
.landing_btn:hover, .landing_btn:hover span { background: #252524; }
.landing_btn:hover span { border: 2px solid rgba(255,255,255,0.4); }
.offer-landing-mobile-app { padding: 20px 0px; }
.offer-landing-banner-bg .landing_btn span { padding: 5px 20px; }
/*.user_searchfield input {background: #FFF;margin:0px;border-radius: 0px; border: 0px;height: 50px;padding: 0px 250px 0px 15px;}
.user_searchfield a {position: absolute;top: 0px;right: 0px;margin: 0px;height: 50px;padding: 12px 15px;text-transform:uppercase;font-size:16px;font-weight:600;}
.user_searchfield a:hover{color:#fff;background:#000;}
.user_searchfield {margin-top: 24px;position: relative;min-height: 50px;box-shadow: 0px 0px 20px rgba(0,0,0,0.3);width:90%;margin-left:5%;border:5px solid rgba(255,255,255,0.3);border-radius:3px;}*/
.user_callus { font-size: 24px; text-align: right; display: block; color: #111; font-weight: 600; margin-top: 20px; }
.user_callus:hover { color: #f26522; }
.user_callus .fa { color: #f26522; }
.unordered_list li { position: relative; padding: 5px 0px 5px 22px; text-align: left; font-size: 18px; }
.unordered_list li:before { position: absolute; left: 0px; top: 13px; content: ""; width: 16px; height: 16px; background: url(images/pricing_features_list_icon.png) no-repeat 0px 0px; }
.margin-top-50 { margin-top: -80px; }
.useroffer .landing_btn { font-size: 18px; color: #fff; background: #f26522; padding: 11px 17px; margin-top: 10px; display: inline-block; border-radius: 3px; font-weight: 600; text-transform: uppercase; }
.useroffer .landing_btn:hover, .useroffer .landing_btn:active { background: #141414; }
.useroffer { background: rgba(255,255,255,0.8); padding: 20px; border-radius: 3px; border: 2px solid #F26522; box-shadow: 0px 4px 6px rgba(0,0,0,0.3); text-align: center; }
#fixNav.user_offer_landing_header { background: none; box-shadow: none; }
.userland_footer { background: #f6f6f6; margin-top: 20px; /*box-shadow: -10px 0 20px rgba(0,0,0,0.2);*/ border-top: 1px solid #ddd; }
.userland_footer p { margin-bottom: 0px; color: #333; font-size: 16px; }
.useroffer_steps_section .unordered_list { display: inline-block; }
.fleet_landing_header .user_callus, .free_trial_landing_header .user_callus { display: inline-block; position: relative; padding: 7px 20px; margin-top: 0px; float: right; }
.fleet_landing_header .user_callus::before, .free_trial_landing_header .user_callus:before { position: absolute; height: 70px; top: -20px; content: ""; right: 0px; z-index: -1; width: 100%; border-radius: 5px; background: rgb(255, 255, 255); }

.bottom_ad_section h3{margin-top:10px;}
.bottom_ad_section p{margin-top:0px; font-size:17px;}
.bottom_ad_section .list-inline li { font-size: 14px; }
.bottom_ad_section .pricing_getStarted { margin: 0px !important; }
.bottom_ad_section { background: #fff; border: 1px solid #949494; font-size: 20px; padding: 10px 15px; border-bottom: 0; box-shadow: 0 0 20px rgba(0,0,0,.3); border-radius: 3px 3px 0px 0px; }
.promote-text { font-size: 20px !important; margin-bottom: 5px; }
.modal-content.webinar-popup { background: url(NewImages/pop-image.jpg) no-repeat top left; background-size: auto; background-size: cover; padding: 15px 15px 0 15px; padding-top: 15px; padding-left: 15px; color: #fff; padding-left: 25px; padding-top: 30px; }
#TaxExit_Modal23 .modal-body h2{font-size:22px; font-weight:bold;}
#TaxExit_Modal23 .modal-body h3{font-size:20px;} .text-black{color:#000;}
.webinar-popup-footer { background-image: linear-gradient(to right, #fff 60%, #fff0); padding: 10px; margin-left: -25px; margin-right: -15px; margin-top: 40px; }
.webinar-popup-footer img { width: 70px; margin-right: 10px; position: relative; }
.webinar-popup hr { width: 41.6%; border-color: #fff; margin-left: 0; }
#TaxExit_Modal23 button.close { background: url('images/close_btn.png') no-repeat !important; z-index:99;}
a.white-btn, a.white-btn:focus { background-color: #fff; color: #f15e22 !important; padding:10px 50px !important; display:inline-block;}
    a.white-btn:hover { background-color: #303030; color: #fff !important; }
.ad_close { position: absolute; right: -10px; top: -12px; background: #e04949; border-radius: 200px; width: 24px; height: 24px; content: ""; color: #fff !important; font-size: 15px; font-weight: 600; line-height: 24px; cursor: pointer; text-align: center; }
.ad_close:hover { position: absolute; right: -10px; top: -12px; background: #e04949; border-radius: 200px; width: 24px; height: 24px; content: ""; color: #fff !important; font-size: 15px; font-weight: 600; line-height: 24px; cursor: pointer; text-align: center; text-decoration:none; }
.bottom_fixed_bar { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 999; transition: all .4s linear; -webkit-transition: all .4s linear;padding: 15px 0px 15px 20px; }
.bts{margin-top:5px;}
.stky-caption{margin-top:21px; color:#000 !important; font-size:18px;}
.sticky-top{position:sticky;top:100px;z-index:0;}
.foot_adpopup{display:none !important;}
.button_sticky { background-color: #4eaec0; border: 2px solid #4eaec0; padding: 6px 7px; color: #fff; border-radius: 3px; min-width: 130px; display: inline-block; font-size: 16px; font-weight:500; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; margin-top:15px;text-transform: uppercase;}
.button_sticky:hover, .button_sticky:focus { background-color: #e76c00; border: 2px solid #e76c00; padding: 6px 7px; color: #fff; border-radius: 3px; text-decoration: none;text-transform: uppercase; }
.bottom_ad_section .button_sticky{margin:0px;}
.ad_row{display:flex;align-items:center;}
.bottom_ad_section .stky-caption{margin:0px;}   
.vertical-align{align-items:center;}
#adPopup .btnblue{float:none;}
#adPopup .modal-body{padding: 28px 20px 30px 20px  !important;}
.bottom_fixed_bar{padding:0px !important;}
.let{margin-left:20px;}

.expense{font-size:22px;}
.white {color:#fff;}
.intimg img{text-align:center;}
.intimg{width:220px;text-align:center;align-items:center;padding: 10px 0px;}
.w-36{width:36% !important;}
.w-20 { width: 20% !important; }
.intbot p { margin-bottom: 0px !important; }
.less{min-height:0px !important;}
.inte{background: #fff; border-radius: 0px;padding: 10px 10px 0px;border-radius:5px; box-shadow: 0px 0px 7px rgba(0,0,0,0.4); margin: 20px 0px 10px; overflow: hidden;min-height:260px;text-align:center;}
/*.dat{width:120px;}*/

.intsize{padding:50px 0px;text-align:center !important;}
.inte p{padding-bottom:20px;}
.min1{min-height:240px;}
.min2{min-height:265px;}
.mt10{margin-top:20px !important;}
.w-25{width:25% !important;}
.intbot { padding-bottom: 30px; background: none; }
.intbot p{font-size:18px;}
.intstyle{text-align:center;font-size:20px;padding-bottom:15px;margin-top:25px;line-height:30px;}
/*.intimg1{border-bottom:1px solid #ddd;min-height:90px;margin-top:10px;}*/
.intpara{padding:15px 10px 0px;}
.borrgt{border-right:1px solid #ddd;padding:0px !important;}
.borbot{border-bottom:1px solid #ddd;}
.borbot1{border-bottom:1px solid #ddd;}
.padall{padding:0px !important;}
/*.hgt img{height:90px !important;}*/
.padles{padding: 15px 10px 0px;}
.intimg1{min-height:70px;}
.marbot{margin-bottom:50px;}
.spac30{padding-bottom:30px;}
.strip{width: 150px; height: 120px; overflow: hidden; position: absolute; top: -15px; left: 15px;}
.deadline-exten{background-color: #f1dacf; border-bottom: 1px solid #7225a8; background:url(images/corona_virus_bg.png) no-repeat; background-position:left center; background-size:cover;}
.dd-extension a, .dd-extension a:focus{background-color:#f26522; border:1px solid #fff; color:#fff;}
.dd-extension a:hover{background-color:#212121; color:#fff;}
.dd-extension h3{font-weight:600; color:#7225a8; margin-bottom:10px; font-size:24px;}
.dd-extension{display:flex; align-items:center;}
a.readmore{background-color:transparent; color:#000; text-decoration:underline !important; border:none; margin-bottom:20px; display:inline-block; font-weight:600; font-size:18px;}
a.readmore:hover, a.readmore:focus{background-color:transparent; color:#7225a8; text-decoration:underline; border:none;}

.Corona_popup .modal-header{background-color:#7225a8;color:#fff; border-top-left-radius: 10px; border-top-right-radius: 10px;}
button.close{background:none !important;}
.Corona_popup .modal-content{border-top-left-radius: 10px; border-top-right-radius: 10px;}
.Corona_popup.modal .close{color:#c82727 !important;font-size: 22px;font-weight: 500;background-color:#fff !important;opacity: 1;padding: 3px;padding-bottom: 3px;border-radius: 50%;width: 25px;height: 25px;line-height: 0px;padding-bottom: 5px;position: absolute;right: -10px !important;top: -7px !important;}
.Corona_popup h4{color:#fff;font-size: 20px;text-align: center; font-weight:600;}
.Corona_Wedget h3{color:#129332;font-size: 20px;text-align: center; font-weight:600;}Corona_Wedget h3{color:#129332;font-size: 20px;text-align: center; font-weight:500;}
.Corona_Wedget p{font-size:15px; color:#000; text-align:left;}
.Corona_popup .modal-dialog{left: 0px !important;margin: 0 auto !important;padding-top: 0 !important;top: 60px; max-width: 700px; width:700px;}
.modal-open{overflow-x:hidden !important; overflow-y:auto !important; padding-right:0px !important;}
.modal{z-index:99999 !important;}
.modal-backdrop{z-index:9999 !important;}
.Corona_popup.modal .modal-body{background:url(Images/pop-up-bg-corona.png) no-repeat #f0f0f0; background-position:bottom center; background-size:cover; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;}
.corona_alert{border: 1px solid #fff;display: inline-block;margin: 0 auto;margin-bottom: 0px;margin-bottom: 0px;border-radius: 5px;padding: 15px;background-color:#CA202F;position: relative;}
.corona_alert h3{color:#fff;margin-top:0;margin-bottom:0;font-size:20px;}
.corona_alert a{margin-bottom:0;color:#fff;font-size:16px;}
.corona_alert a:hover, .corona_alert a:focus, .corona_alert a:active{color:#fff !important;}
.covid19-alert {background-color: #EAB83D;padding: 5px;text-align: center;}
.covid19-alert h3 {font-size: 20px;font-weight: 500;color: #000;margin-bottom: 0px;}
.covid19-alert h3 a{color:#00498e; text-decoration:underline;}
.fixnav.fxdnav{top:0 !important;}
.d-block-md{display:none;}
/*Pricing Page Design*/
.signup_Btn {background-color: #f26522;border-radius: 25px;color: #fff !important;padding: 10px 25px !important;border:3px solid #f26522 !important}
a.signup_Btn:hover{border-color:#252524 !important;}
.pricing-New table {border: 1px solid #eee;margin-top: 15px;width:100%;}
.pricing-New table tr td {border-right: 1px solid #eee;padding: 15px;border-bottom: 1px solid #eee;background-color:#fff;}
.greenbg {background-color: #fdfdfd;color: #000;font-weight: 600;font-size: 20px;}
.bluebg {background-color: #f26522 !important;color: #fff;font-size: 20px;font-weight: 600;}
.dbluebg {background-color: #fdfdfd;color: #000;font-weight: 600;font-size: 20px;}
.pricing-New table thead tr th{padding:15px;text-align:center;border-right:1px solid #eee;border-bottom:1px solid #eee;background-color:#fff;}
.td-gray{background-color:#fff;color:#000;font-size:20px;font-weight:600;}
.td-green {/*background-color: rgba(151, 249, 165, 0.2);*/color: #000;text-align:center !important;padding-left:15px !important;}
.td-green p {font-weight: 500;margin-bottom: 5px;}
.td-green span {color: #000;font-weight: 700;font-size: 30px;margin-bottom: 30px;display: block;}
.td-blue {/*background-color: rgba(129, 231, 247, 0.2);*/color: #000;background-color:rgb(255, 239, 232) !important;}
.td-blue p {font-weight: 500;margin-bottom: 5px;}
.td-blue span {color: #f26522;font-weight: 700;font-size: 30px;margin-bottom: 30px;display: block;}
.td-dblue p {font-weight: 500;margin-bottom: 5px;}
.td-dblue span {color: #000;font-weight: 700;font-size: 30px;margin-bottom: 30px;display: block;}
.subTitle {background-color: #fff;color: #000;font-weight: 600;}
.pricing-New table tr td:first-child {max-width: 375px;text-align: left;padding-left: 30px;}
.mBot50{margin-bottom:50px;}
.pricing-New table tbody tr td:nth-child(3){background-color: rgba(255, 177, 139, 0.2);}

#profile-description{position:relative;}
#profile-description .text{position: relative;margin-bottom: 40px;top:15px;}
#profile-description .show-more {color: #777;position:relative;text-align: center;cursor: pointer;background-color:#f26522;display:inline-block;padding: 10px 15px;color: #fff;border-radius: 5px;transition:3s linear;-webkit-transition:2s linear;}
#profile-description .show-more:hover {color: #fff;}
#profile-description .show-more-height {min-height: 640px;overflow:hidden;}
.top-0{top:0;}
.pricing-New table thead tr th label {font-size: 22px;color: rgb(115, 115, 115);text-decoration: line-through !important;padding-bottom: 0;margin-bottom: 0;display: block;text-align: center;}
.pricing-New.col2-table tbody tr td:nth-child(2){background-color:rgb(255, 239, 232) !important;}
/*.show-more:before {position: absolute;width: 100%;background-color: #ccc;content: "";height: 1px;top: 50%;left: 0;display:block !important;z-index:1;}*/
/*.show-more span{background-color:rgb(242, 101, 34);color: #fff;padding: 10px 15px;border-radius: 6px;position:relative;z-index:9;}*/

/*New Pricing Div Design*/
.newPricing{padding:15px;position:relative !important;}
.pricingDiv {display: grid;display: -webkit-box;transition:0.3s all linear;-webkit-transition:0.3s all linear;}
.pricingDiv .pricingPck:first-child{padding: 15px;height: 259px;display: flex;align-items: center;justify-content: center;}
.pricingDiv .pricingPck:first-child p{margin-bottom: 0;font-size: 20px !important;font-weight: 600;color: #000;}
.pricingDiv .pricingPck {width: 25%;border: 1px solid #eee;border-right-color: rgb(204, 204, 204);border-right-style: solid;border-right-width: 1px;border-right: none;padding:0;}
.pricingDiv .pricingPck:last-child{border-right:1px solid #eee;}
.prcTitle {padding: 15px;border-bottom: 1px solid #eee;font-size: 20px;font-weight: 600;color: #000;}
.prcBody {padding: 15px;}
.prcBody span {font-size: 28px;color: #000;font-weight: 600;margin-bottom: 10px;display: inline-block;}
.prcBody span.month {font-size: 18px;font-weight: normal;color: #757575;font-style: italic;margin-bottom: 40px;display:block;}
.pricingDiv .pricingPck:nth-child(3) .prcTitle{background-color:rgb(242, 101, 34) !important;color:#fff;}
.pricingDiv .pricingPck:nth-child(3) .prcBody{background-color:rgb(255, 239, 232) !important;}
.prcFeature-div{background-color: #fff;border: 1px solid #eee;border-top-color: rgb(238, 238, 238);border-top-style: solid;border-top-width: 1px;border-top: none;text-align:center;}
.prcFeature-row {background-color: #fff;border: 1px solid #eee;border-top-color: rgb(238, 238, 238);border-top-style: solid;border-top-width: 1px;border-top: none;display:grid;display:-webkit-box;}
.prcFeature-div .prcFeature-subTitle{padding: 15px;color: #000;font-weight: 600;text-align:left;}
.prcFeature-row .prcFeature-col{width: 25%;border-right: 1px solid #eee;padding: 15px;}
.prcFeature-row .prcFeature-col:nth-child(3){background-color:rgb(255, 239, 232) !important;}
.prcFeature-row .prcFeature-col:first-child{text-align:left;padding-left:30px;}
.prcFeature-row .prcFeature-col:last-child{border-right:none;}
.prcFeature-col img{width:30px;}
.dis-none{display:none;}
.featuresBtn {margin-top: 30px;padding: 10px;}
.featuresBtn button.featureBtn-txt {border: 2px solid #f26522;border-radius: 3px;display: inline-block;padding: 5px 10px;color: #f26522;transition:0.3s all linear;-webkit-transition:0.3s all linear;background-color:#fff;}
.featuresBtn button.featureBtn-txt:hover{cursor:pointer;background-color:#f26522;color:#fff;}
.disNone{display:none;}
.disNone.stickyHeader{display:block;}
.disNone.stickyHeader {position: fixed !important;top: 0;left: 0;content: "";width: 100%;padding-top:82px;}
.pricingDiv.stickyBar{padding:16px;padding-top:0;}
.pricingDiv.stickyBar .pricingPck{border:1px solid #eee;border-right:none;}
.pricingDiv.stickyBar .prcTitle, .pricingDiv .stickyHeader .pricingPck:first-child p{padding:10px;font-size:16px;}
.stickyBar .prcBody{padding:10px;}
.stickyBar .prcBody span{font-size:22px;margin-bottom:0;}
.stickyBar .prcBody span.month{font-size:16px;margin-bottom:15px;}
.stickyBar .signup_Btn{padding:4px 18px !important;}
.stickyBar .sec-part2 a{font-size:14px;}
.pricingDiv.stickyBar .pricingPck:first-child{height:175px;}
.pricingDiv.stickyBar .pricingPck{background-color:#fff !important;}
/*.pricingDiv.stickyHeader {position: fixed !important;top: 0;left: 9%;content: "";width: 82%;padding-top:82px;}*/
/*.pricingDiv.stickyHeader .pricingPck{border:1px solid #eee;border-right:none;}
.pricingDiv.stickyHeader .prcTitle, .pricingDiv .stickyHeader .pricingPck:first-child p{padding:10px;font-size:16px;}
.stickyHeader .prcBody{padding:10px;}
.stickyHeader .prcBody span{font-size:22px;margin-bottom:0;}
.stickyHeader .prcBody span.month{font-size:16px;margin-bottom:10px;}
.stickyHeader .signup_Btn{padding:4px 18px !important;}
.stickyHeader .sec-part2 a{font-size:14px;}
.pricingDiv.stickyHeader .pricingPck:first-child{height:170px;}
.pricingDiv.stickyHeader .pricingPck{background-color:#fff !important;}*/
.newPricing .pricingDiv.prc-col2 .pricingPck {width: 50% !important;}
.newPricing .pricingDiv.prc-col2 .pricingPck:last-child .prcTitle{background-color:rgb(242, 101, 34) !important;color:#fff;}
.newPricing .pricingDiv.prc-col2 .pricingPck:last-child .prcBody{background-color:rgb(255, 239, 232) !important;}
.pricingFeatures.pricingFea-col2 .prcFeature-row .prcFeature-col {width: 50%;}
.disBlock{display:block;}
.prcBody label{font-size: 20px;color: #858686;text-decoration: line-through !important;display: inline-block;margin-bottom: 0;font-weight:normal;border-right: 1px solid #757575;padding-right: 10px;margin-right: 8px;}
.stickyBar .prcBody label{font-size:15px !important;}
/*New Pricing Div Design*/
.table-fixed thead {position: sticky;position: -webkit-sticky;top: 0;z-index: 999;background-color: #000;color: #fff;}
/*This will work on every browser*/
/*.table-fixed thead th {position: sticky;position: -webkit-sticky;top: 0;z-index: 999;background-color: #000;color: #fff;}*/
.paystubBanner img {padding: 5px;background-color: #fff;border-radius: 10px;border: 1px solid #e8e8e8;box-shadow: 0 0 15px rgba(0,0, 0, 0.2);width: 100%;}
p.caption1 {font-size: 18px;min-height: 50px;}
p.caption2 {font-size: 22px;min-height: 0;font-weight: 600;margin-bottom: 0;}
.paystubBanner a.slider-btn {margin-top: 10px;}
.payStubSec h2 {font-size: 30px;background:none !important;padding-bottom:20px;}
.tour-accor.payStubSec h2{color:#fff;text-align:center;}
.tour-accor.payStubSec h3 {color: #303435;font-size: 24px;font-weight: 600;margin-bottom: 20px;margin-top: 15px;}
.tour-accor.payStubSec p {font-size: 16px;color: rgb(66, 66, 66);}
.tour-accor.payStubSec .min1{min-height:170px;}
.stepSection {margin-top: 40px;}
.stepSection ul li {width: 16%;align-items:start;display: inline-grid;position:relative;}
.stepSection ul li span {border: 2px solid #2f2f2f;width: 70px;height: 70px;border-radius: 50%;margin: 0 auto;font-size: 28px;font-weight: 500;text-align: center;line-height: 65px;}
.stepSection ul li p {margin-top: 10px;}
.stepSection ul li:after{position:absolute;content:"";width:24px;height:24px;background:url('/Content/images/rightArrowIcon.png') no-repeat;right: -15px;top: 24px;}
.stepSection ul.steps6 li:last-child:after{background:none;}
.fnt-white{color:#fff !important;}
.stepSection.stepWhite ul li span {border-color: #fff;color: #fff;}
.stepSection.stepWhite ul li{width:25%;}
.stepSection.stepWhite ul li p{color:#fff;text-align:center !important;}
.stepSection ul.steps3 li:last-child:after{background:none;}
.stepSection.stepWhite ul li:after{background-image:url('/Content/images/rightArrowIconWhite.png');}
.payStubSecFooter a, .payStubSecFooter a:focus{background-color:transparent;padding:0;}
.payStubSecFooter a:hover{background:none;}
.payStubSecFooter .about-part h2{background:none !important;}
.payStubSecFooter .about-part a{margin-top:0 !important;}
a.orangeText {color: rgba(228, 90, 24,1) !important;}
.stepSection.features ul li:after{background:none !important;}
.payStub span {background: #2f2f2f;color: #fff;border-radius: 65px;width: 120px;height: 120px;display: inline-block;text-align: center;}
.payStub span img {vertical-align: middle;margin-top: 20px !important;}
.payStub {padding-top: 20px;}
.stepSection.features ul li span img {margin-top: -10px;}
.tour-monitor.payStubSec .stepSection.stepWhite ul li span img{margin-top:-5%;}
.d-flex{display:flex;}
.align-center{align-items:center;}
.webinar-cal.bgWhite {background-color: #fff !important;}
.verticalCenter{display:flex;align-items:center;}
.chatSec{position:relative;border-bottom:none;}
.chatSec .webinar-cal{position:absolute;left:0;}
.chatSec .webinar-cont{padding-left:225px;}
.centerImg {margin: 0 auto;margin-top: 0px;text-align: center;margin-top: 20px;}
.centerImg img {display: inline-block;background-color: #fff;border: 1px solid #e1dfdf;padding: 20px;border-radius: 10px;box-shadow: -10px 15px 4px rgba(0, 0, 0, 0.5);}
.chatSec .txtLink{color: #f26522;background-color:#fff;font-size:inherit;padding:0;}
.chatSec p {font-size: 16px;}
.listStyle{padding-left:25px;}
.listStyle li{padding-bottom:12px;}
.fw500{font-weight:500 !important;}
/*Privary Policy Design*/
.mTop100 {
	margin-top: 100px;
}
.top-chat a.text-underline { text-decoration: underline !important; }
.ccpa:after {
	display: none;
}

.info:after {
	display: none;
}

.ccpa {
	height: 270px !important;
	border-bottom: 1px solid #ececec;
}

.info {
	height: 250px !important;
}

.mTop50 {
	margin-top: 50px !important;
}

ul.number-list {
	padding-left: 25px;
}

	ul.number-list li {
		list-style: none;
		position: relative;
		padding-left: 20px;
		padding-bottom: 10px;
		font-size: 16px;
		line-height: 25px;
	}

.terms-box-inner ul li {
	padding-left: 25px;
	line-height: 25px;
}

.number-list li span {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
}

.ccpa:before {
	content: "";
	position: absolute;
	background-color: #3bacf0;
	border-radius: 50%;
	right: -120px;
	top: -465px;
	z-index: -1;
	background-image: url(../Content/Images/newImages/backgroundCircle.png);
	background-repeat: no-repeat;
	width: calc(89vh + 0px);
	height: calc(92vh + 0px);
}

.EnqFormDesign {
	display: block;
	float: none;
	margin: 0 auto;
	background: #fdfdfd;
	box-shadow: 0 0 13px #e1e1e1;
	padding: 45px 25px;
	border: 1px solid #eaeaea;
	border-radius: 5px;
}

.EnqFormTerms p {
	font-size: 13px;
	line-height: 16px;
}

.fiedlName {
	position: relative;
	text-align: left;
	vertical-align: top;
}

.formDesign .inputField, .formDesign .areaField, .formDesign select {
	background: #fff;
	border: none;
	border: 1px solid rgba(0,0,0,.3);
	font-size: 16px;
	margin-bottom: 25px;
	padding: 10px 15px;
	width: 90%;
	border-radius: 6px;
}

.EnqFormDesign td input {
	width: 100% !important;
}

.formDesign input:focus, .formDesign select:focus, .formDesign textarea:focus {
	border: 1px solid #000 !important;
	box-shadow: 0 1px 1px rgba(0,0,0,.075) inset, 0 0 8px rgba(0,0,0,.3);
	outline: none;
}

.EnqFormRadio {
	position: relative;
}
	.EnqFormRadio label {
		font-weight: initial;
	}

.EnqRadioBox {
	display: flex;
	justify-content: space-between;
}

.EnqFormRadio span label {
	font-size: 13px;
	line-height: 15px;
}

.cssRadioLabel {
	vertical-align: middle;
	background: url(images/radio_uncheck.png) no-repeat left/18px;
	padding: 2px 0 2px 30px;
	margin-bottom: 0;
	cursor: pointer;
	color: #333;
	font-weight: 600 !important;
	font-size: 14px;
	min-height: 24px;
}
.cssRadio:checked + label.cssRadioLabel, .cssRadio:checked + input + label.cssRadioLabel {
	background: url(images/radio_checked_start.png) no-repeat left/18px;
}

.cssRadio {
	position: absolute;
	opacity: 0;
	left: -9999px;
}

.EnqFormGcaptcha .g-recaptcha > div {
	margin: 0 auto;
}

.more_link_orange {
	background: #EE7D41;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	padding: 8px 25px;
	border-radius: 5px;
	border: 2px #fff solid;
	vertical-align: top;
	transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	padding: 10px 25px !important;
	line-height: 15px;
}
	.more_link_orange:hover, a.more_link_orange:focus {
		background-color: #e1672e !important;
	}

.EnqFormRadio span {
	width: 48%;
	border: 1px solid #b0b0b0;
	padding: 5px 10px;
	vertical-align: middle;
	line-height: 17px;
}

.info:before {
	content: "";
	position: absolute;
	background-color: #3bacf0;
	border-radius: 50%;
	right: -74px;
	top: -555px;
	z-index: -1;
	background-image: url(../Content/Images/newImages/backgroundCircle.png);
	background-repeat: no-repeat;
	width: calc(95vh + 0px);
	height: calc(92vh + 0px);
}

.ccpaAdd {
	font-size: 16px;
}

input.more_link_orange {
	display: inline-block;
	width: initial;
}
.thankqTxt {
	color: #00b870;
	font-size: 22px;
	font-weight: 500;
	border: 1px solid #f0f0f0;
	padding: 30px 50px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	text-align: center;
	display: inline-block;
}

.justiCol {
	display: flex;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.ul-list-style{padding-left:30px;}
.ul-list-style li{position:relative;}
.ul-list-style li::before{position: absolute;content: "";background: url("NewImages/icons/list-icon.png") no-repeat 0 0/14px;left: -18px;top: 8px;width: 25px;height: 25px;}.amp-borbot{border-bottom:1px solid #ccc;}
.bnr-top {display: flex;align-items: center;justify-content:end;}
.bnr-top ul.ulmenu-align {display: flex;align-items: center;}
.bnr-top ul.ulmenu-align li{padding-top:0;padding-bottom:0;}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    /*overflow: hidden;*/
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 20px;
    background: #000;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff;
}

#cboxTitle {
    position: absolute;
   background:#000;
    left: 0;
    color: #ccc;
    font:bold 13px "Open Sans";
    padding:5px 10px 10px; 
    width:100%;
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
}

/*#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center;
}*/

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, button#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(images/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

    #cboxPrevious:hover {
        background-position: bottom left;
    }

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(images/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

    #cboxNext:hover {
        background-position: bottom right;
    }



button#cboxClose {
   background: rgba(0, 0, 0, 0) url("images/controls.png") no-repeat scroll center top;
    display: block;
    height: 19px;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 5px;
    z-index:999;
    width: 38px;
}

#cboxClose:hover {
    background-position: bottom center;
}


/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figcaption,
figure,
main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details,
menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

@media print {
	*,
	::after,
	::before,
	blockquote::first-letter,
	blockquote::first-line,
	div::first-letter,
	div::first-line,
	li::first-letter,
	li::first-line,
	p::first-letter,
	p::first-line {
		text-shadow: none!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	abbr[title]::after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap!important
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd!important
	}
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*,
::after,
::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

@-ms-viewport {
	width: device-width
}

html {
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #292b2c;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	cursor: help
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

a {
	color: #0275d8;
	text-decoration: none
}

a:focus,
a:hover {
	color: #014c8c;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle
}

[role=button] {
	cursor: pointer
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

table {
	border-collapse: collapse;
	background-color: transparent
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #636c72;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: left
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
	line-height: inherit
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
	cursor: not-allowed
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
	-webkit-appearance: listbox
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit
}

input[type=search] {
	-webkit-appearance: none
}

output {
	display: inline-block
}

[hidden] {
	display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.1
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.1
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.1
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.1
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
	font-size: 80%;
	font-weight: 400
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: 5px
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	padding: .5rem 1rem;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	border-left: .25rem solid #eceeef
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #636c72
}

.blockquote-footer::before {
	content: "\2014 \00A0"
}

.blockquote-reverse {
	padding-right: 1rem;
	padding-left: 0;
	text-align: right;
	border-right: .25rem solid #eceeef;
	border-left: 0
}

.blockquote-reverse .blockquote-footer::before {
	content: ""
}

.blockquote-reverse .blockquote-footer::after {
	content: "\00A0 \2014"
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: .25rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #636c72
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
	padding: .2rem .4rem;
	font-size: 90%;
	color: #bd4147;
	background-color: #f7f7f9;
	border-radius: .25rem
}

a>code {
	padding: 0;
	color: inherit;
	background-color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 90%;
	color: #fff;
	background-color: #292b2c;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 90%;
	color: #292b2c
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:576px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:768px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:992px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:1200px) {
	.container {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:576px) {
	.container {
		width: 540px;
		max-width: 100%
	}
}

@media (min-width:768px) {
	.container {
		width: 720px;
		max-width: 100%
	}
}

@media (min-width:992px) {
	.container {
		width: 960px;
		max-width: 100%
	}
}

@media (min-width:1200px) {
	.container {
		width: 1140px;
		max-width: 100%
	}
}

.container-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:576px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:768px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:992px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:1200px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px
	}
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:576px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media (min-width:768px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media (min-width:992px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

@media (min-width:1200px) {
	.row {
		margin-right: -15px;
		margin-left: -15px
	}
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

@media (min-width:576px) {
	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9 {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:768px) {
	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9 {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:992px) {
	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9 {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width:1200px) {
	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9 {
		padding-right: 15px;
		padding-left: 15px
	}
}

.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto
}

.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.333333%;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.pull-0 {
	right: auto
}

.pull-1 {
	right: 8.333333%
}

.pull-2 {
	right: 16.666667%
}

.pull-3 {
	right: 25%
}

.pull-4 {
	right: 33.333333%
}

.pull-5 {
	right: 41.666667%
}

.pull-6 {
	right: 50%
}

.pull-7 {
	right: 58.333333%
}

.pull-8 {
	right: 66.666667%
}

.pull-9 {
	right: 75%
}

.pull-10 {
	right: 83.333333%
}

.pull-11 {
	right: 91.666667%
}

.pull-12 {
	right: 100%
}

.push-0 {
	left: auto
}

.push-1 {
	left: 8.333333%
}

.push-2 {
	left: 16.666667%
}

.push-3 {
	left: 25%
}

.push-4 {
	left: 33.333333%
}

.push-5 {
	left: 41.666667%
}

.push-6 {
	left: 50%
}

.push-7 {
	left: 58.333333%
}

.push-8 {
	left: 66.666667%
}

.push-9 {
	left: 75%
}

.push-10 {
	left: 83.333333%
}

.push-11 {
	left: 91.666667%
}

.push-12 {
	left: 100%
}

.offset-1 {
	margin-left: 8.333333%
}

.offset-2 {
	margin-left: 16.666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.333333%
}

.offset-5 {
	margin-left: 41.666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.333333%
}

.offset-8 {
	margin-left: 66.666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.333333%
}

.offset-11 {
	margin-left: 91.666667%
}

@media (min-width:576px) {
	.col-sm {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.pull-sm-0 {
		right: auto
	}
	.pull-sm-1 {
		right: 8.333333%
	}
	.pull-sm-2 {
		right: 16.666667%
	}
	.pull-sm-3 {
		right: 25%
	}
	.pull-sm-4 {
		right: 33.333333%
	}
	.pull-sm-5 {
		right: 41.666667%
	}
	.pull-sm-6 {
		right: 50%
	}
	.pull-sm-7 {
		right: 58.333333%
	}
	.pull-sm-8 {
		right: 66.666667%
	}
	.pull-sm-9 {
		right: 75%
	}
	.pull-sm-10 {
		right: 83.333333%
	}
	.pull-sm-11 {
		right: 91.666667%
	}
	.pull-sm-12 {
		right: 100%
	}
	.push-sm-0 {
		left: auto
	}
	.push-sm-1 {
		left: 8.333333%
	}
	.push-sm-2 {
		left: 16.666667%
	}
	.push-sm-3 {
		left: 25%
	}
	.push-sm-4 {
		left: 33.333333%
	}
	.push-sm-5 {
		left: 41.666667%
	}
	.push-sm-6 {
		left: 50%
	}
	.push-sm-7 {
		left: 58.333333%
	}
	.push-sm-8 {
		left: 66.666667%
	}
	.push-sm-9 {
		left: 75%
	}
	.push-sm-10 {
		left: 83.333333%
	}
	.push-sm-11 {
		left: 91.666667%
	}
	.push-sm-12 {
		left: 100%
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.333333%
	}
	.offset-sm-2 {
		margin-left: 16.666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.333333%
	}
	.offset-sm-5 {
		margin-left: 41.666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.333333%
	}
	.offset-sm-8 {
		margin-left: 66.666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.333333%
	}
	.offset-sm-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:768px) {
	.col-md {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.pull-md-0 {
		right: auto
	}
	.pull-md-1 {
		right: 8.333333%
	}
	.pull-md-2 {
		right: 16.666667%
	}
	.pull-md-3 {
		right: 25%
	}
	.pull-md-4 {
		right: 33.333333%
	}
	.pull-md-5 {
		right: 41.666667%
	}
	.pull-md-6 {
		right: 50%
	}
	.pull-md-7 {
		right: 58.333333%
	}
	.pull-md-8 {
		right: 66.666667%
	}
	.pull-md-9 {
		right: 75%
	}
	.pull-md-10 {
		right: 83.333333%
	}
	.pull-md-11 {
		right: 91.666667%
	}
	.pull-md-12 {
		right: 100%
	}
	.push-md-0 {
		left: auto
	}
	.push-md-1 {
		left: 8.333333%
	}
	.push-md-2 {
		left: 16.666667%
	}
	.push-md-3 {
		left: 25%
	}
	.push-md-4 {
		left: 33.333333%
	}
	.push-md-5 {
		left: 41.666667%
	}
	.push-md-6 {
		left: 50%
	}
	.push-md-7 {
		left: 58.333333%
	}
	.push-md-8 {
		left: 66.666667%
	}
	.push-md-9 {
		left: 75%
	}
	.push-md-10 {
		left: 83.333333%
	}
	.push-md-11 {
		left: 91.666667%
	}
	.push-md-12 {
		left: 100%
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.333333%
	}
	.offset-md-2 {
		margin-left: 16.666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.333333%
	}
	.offset-md-5 {
		margin-left: 41.666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.333333%
	}
	.offset-md-8 {
		margin-left: 66.666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.333333%
	}
	.offset-md-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:992px) {
	.col-lg {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.pull-lg-0 {
		right: auto
	}
	.pull-lg-1 {
		right: 8.333333%
	}
	.pull-lg-2 {
		right: 16.666667%
	}
	.pull-lg-3 {
		right: 25%
	}
	.pull-lg-4 {
		right: 33.333333%
	}
	.pull-lg-5 {
		right: 41.666667%
	}
	.pull-lg-6 {
		right: 50%
	}
	.pull-lg-7 {
		right: 58.333333%
	}
	.pull-lg-8 {
		right: 66.666667%
	}
	.pull-lg-9 {
		right: 75%
	}
	.pull-lg-10 {
		right: 83.333333%
	}
	.pull-lg-11 {
		right: 91.666667%
	}
	.pull-lg-12 {
		right: 100%
	}
	.push-lg-0 {
		left: auto
	}
	.push-lg-1 {
		left: 8.333333%
	}
	.push-lg-2 {
		left: 16.666667%
	}
	.push-lg-3 {
		left: 25%
	}
	.push-lg-4 {
		left: 33.333333%
	}
	.push-lg-5 {
		left: 41.666667%
	}
	.push-lg-6 {
		left: 50%
	}
	.push-lg-7 {
		left: 58.333333%
	}
	.push-lg-8 {
		left: 66.666667%
	}
	.push-lg-9 {
		left: 75%
	}
	.push-lg-10 {
		left: 83.333333%
	}
	.push-lg-11 {
		left: 91.666667%
	}
	.push-lg-12 {
		left: 100%
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.333333%
	}
	.offset-lg-2 {
		margin-left: 16.666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.333333%
	}
	.offset-lg-5 {
		margin-left: 41.666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.333333%
	}
	.offset-lg-8 {
		margin-left: 66.666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.333333%
	}
	.offset-lg-11 {
		margin-left: 91.666667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.pull-xl-0 {
		right: auto
	}
	.pull-xl-1 {
		right: 8.333333%
	}
	.pull-xl-2 {
		right: 16.666667%
	}
	.pull-xl-3 {
		right: 25%
	}
	.pull-xl-4 {
		right: 33.333333%
	}
	.pull-xl-5 {
		right: 41.666667%
	}
	.pull-xl-6 {
		right: 50%
	}
	.pull-xl-7 {
		right: 58.333333%
	}
	.pull-xl-8 {
		right: 66.666667%
	}
	.pull-xl-9 {
		right: 75%
	}
	.pull-xl-10 {
		right: 83.333333%
	}
	.pull-xl-11 {
		right: 91.666667%
	}
	.pull-xl-12 {
		right: 100%
	}
	.push-xl-0 {
		left: auto
	}
	.push-xl-1 {
		left: 8.333333%
	}
	.push-xl-2 {
		left: 16.666667%
	}
	.push-xl-3 {
		left: 25%
	}
	.push-xl-4 {
		left: 33.333333%
	}
	.push-xl-5 {
		left: 41.666667%
	}
	.push-xl-6 {
		left: 50%
	}
	.push-xl-7 {
		left: 58.333333%
	}
	.push-xl-8 {
		left: 66.666667%
	}
	.push-xl-9 {
		left: 75%
	}
	.push-xl-10 {
		left: 83.333333%
	}
	.push-xl-11 {
		left: 91.666667%
	}
	.push-xl-12 {
		left: 100%
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.333333%
	}
	.offset-xl-2 {
		margin-left: 16.666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.333333%
	}
	.offset-xl-5 {
		margin-left: 41.666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.333333%
	}
	.offset-xl-8 {
		margin-left: 66.666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.333333%
	}
	.offset-xl-11 {
		margin-left: 91.666667%
	}
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem
}

.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #eceeef
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #eceeef
}

.table tbody+tbody {
	border-top: 2px solid #eceeef
}

.table .table {
	background-color: #fff
}

.table-sm td,
.table-sm th {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #eceeef
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #eceeef
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-active,
.table-active>td,
.table-active>th {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

.table-success,
.table-success>td,
.table-success>th {
	background-color: #dff0d8
}

.table-hover .table-success:hover {
	background-color: #d0e9c6
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #d0e9c6
}

.table-info,
.table-info>td,
.table-info>th {
	background-color: #d9edf7
}

.table-hover .table-info:hover {
	background-color: #c4e3f3
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #c4e3f3
}

.table-warning,
.table-warning>td,
.table-warning>th {
	background-color: #fcf8e3
}

.table-hover .table-warning:hover {
	background-color: #faf2cc
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #faf2cc
}

.table-danger,
.table-danger>td,
.table-danger>th {
	background-color: #f2dede
}

.table-hover .table-danger:hover {
	background-color: #ebcccc
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #ebcccc
}

.thead-inverse th {
	color: #fff;
	background-color: #292b2c
}

.thead-default th {
	color: #464a4c;
	background-color: #eceeef
}

.table-inverse {
	color: #fff;
	background-color: #292b2c
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
	border-color: #fff
}

.table-inverse.table-bordered {
	border: 0
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #464a4c;
	background-color: #fff;
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #464a4c;
	background-color: #fff;
	border-color: #5cb3fd;
	outline: 0
}

.form-control::-webkit-input-placeholder {
	color: #636c72;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #636c72;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #636c72;
	opacity: 1
}

.form-control::placeholder {
	color: #636c72;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #eceeef;
	opacity: 1
}

.form-control:disabled {
	cursor: not-allowed
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
	color: #464a4c;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block
}

.col-form-label {
	padding-top: calc(.5rem - 1px * 2);
	padding-bottom: calc(.5rem - 1px * 2);
	margin-bottom: 0
}

.col-form-label-lg {
	padding-top: calc(.75rem - 1px * 2);
	padding-bottom: calc(.75rem - 1px * 2);
	font-size: 1.25rem
}

.col-form-label-sm {
	padding-top: calc(.25rem - 1px * 2);
	padding-bottom: calc(.25rem - 1px * 2);
	font-size: .875rem
}

.col-form-legend {
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 0;
	font-size: 1rem
}

.form-control-static {
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 0;
	line-height: 1.25;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
	height: 1.8125rem
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
	height: 3.166667rem
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-check {
	position: relative;
	display: block;
	margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
	color: #636c72;
	cursor: not-allowed
}

.form-check-label {
	padding-left: 1.25rem;
	margin-bottom: 0;
	cursor: pointer
}

.form-check-input {
	position: absolute;
	margin-top: .25rem;
	margin-left: -1.25rem
}

.form-check-input:only-child {
	position: static
}

.form-check-inline {
	display: inline-block
}

.form-check-inline .form-check-label {
	vertical-align: middle
}

.form-check-inline+.form-check-inline {
	margin-left: .75rem
}

.form-control-feedback {
	margin-top: .25rem
}

.form-control-danger,
.form-control-success,
.form-control-warning {
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right .5625rem;
	-webkit-background-size: 1.125rem 1.125rem;
	background-size: 1.125rem 1.125rem
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
	color: #5cb85c
}

.has-success .form-control {
	border-color: #5cb85c
}

.has-success .input-group-addon {
	color: #5cb85c;
	border-color: #5cb85c;
	background-color: #eaf6ea
}

.has-success .form-control-success {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
	color: #f0ad4e
}

.has-warning .form-control {
	border-color: #f0ad4e
}

.has-warning .input-group-addon {
	color: #f0ad4e;
	border-color: #f0ad4e;
	background-color: #fff
}

.has-warning .form-control-warning {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
	color: #d9534f
}

.has-danger .form-control {
	border-color: #d9534f
}

.has-danger .input-group-addon {
	color: #d9534f;
	border-color: #d9534f;
	background-color: #fdf7f7
}

.has-danger .form-control-danger {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.form-inline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	.form-inline label {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-static {
		display: inline-block
	}
	.form-inline .input-group {
		width: auto
	}
	.form-inline .form-control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-check {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		margin-top: 0;
		margin-bottom: 0
	}
	.form-inline .form-check-label {
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 0
	}
	.form-inline .custom-control-indicator {
		position: static;
		display: inline-block;
		margin-right: .25rem;
		vertical-align: text-bottom
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: .25rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.btn:focus,
.btn:hover {
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .25);
	box-shadow: 0 0 0 2px rgba(2, 117, 216, .25)
}

.btn.disabled,
.btn:disabled {
	cursor: not-allowed;
	opacity: .65
}

.btn.active,
.btn:active {
	background-image: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #0275d8;
	border-color: #0275d8
}

.btn-primary:hover {
	color: #fff;
	background-color: #025aa5;
	border-color: #01549b
}

.btn-primary.focus,
.btn-primary:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .5);
	box-shadow: 0 0 0 2px rgba(2, 117, 216, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #0275d8;
	border-color: #0275d8
}

.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #025aa5;
	background-image: none;
	border-color: #01549b
}

.btn-secondary {
	color: #292b2c;
	background-color: #fff;
	border-color: #ccc
}

.btn-secondary:hover {
	color: #292b2c;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-secondary.focus,
.btn-secondary:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, .5);
	box-shadow: 0 0 0 2px rgba(204, 204, 204, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	background-color: #fff;
	border-color: #ccc
}

.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
	color: #292b2c;
	background-color: #e6e6e6;
	background-image: none;
	border-color: #adadad
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #2aabd2
}

.btn-info.focus,
.btn-info:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, .5);
	box-shadow: 0 0 0 2px rgba(91, 192, 222, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	background-color: #5bc0de;
	border-color: #5bc0de
}

.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	background-image: none;
	border-color: #2aabd2
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #419641
}

.btn-success.focus,
.btn-success:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
	box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	background-color: #5cb85c;
	border-color: #5cb85c
}

.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	background-image: none;
	border-color: #419641
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #eb9316
}

.btn-warning.focus,
.btn-warning:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
	box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	background-image: none;
	border-color: #eb9316
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d9534f
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #c12e2a
}

.btn-danger.focus,
.btn-danger:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
	box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #d9534f;
	border-color: #d9534f
}

.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	background-image: none;
	border-color: #c12e2a
}

.btn-outline-primary {
	color: #0275d8;
	background-image: none;
	background-color: transparent;
	border-color: #0275d8
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #0275d8;
	border-color: #0275d8
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .5);
	box-shadow: 0 0 0 2px rgba(2, 117, 216, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #0275d8;
	background-color: transparent
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #0275d8;
	border-color: #0275d8
}

.btn-outline-secondary {
	color: #ccc;
	background-image: none;
	background-color: transparent;
	border-color: #ccc
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, .5);
	box-shadow: 0 0 0 2px rgba(204, 204, 204, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #ccc;
	background-color: transparent
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc
}

.btn-outline-info {
	color: #5bc0de;
	background-image: none;
	background-color: transparent;
	border-color: #5bc0de
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de
}

.btn-outline-info.focus,
.btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, .5);
	box-shadow: 0 0 0 2px rgba(91, 192, 222, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #5bc0de;
	background-color: transparent
}

.btn-outline-info.active,
.btn-outline-info:active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de
}

.btn-outline-success {
	color: #5cb85c;
	background-image: none;
	background-color: transparent;
	border-color: #5cb85c
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c
}

.btn-outline-success.focus,
.btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
	box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #5cb85c;
	background-color: transparent
}

.btn-outline-success.active,
.btn-outline-success:active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c
}

.btn-outline-warning {
	color: #f0ad4e;
	background-image: none;
	background-color: transparent;
	border-color: #f0ad4e
}

.btn-outline-warning:hover {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
	box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #f0ad4e;
	background-color: transparent
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.btn-outline-danger {
	color: #d9534f;
	background-image: none;
	background-color: transparent;
	border-color: #d9534f
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #d9534f;
	border-color: #d9534f
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
	box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #d9534f;
	background-color: transparent
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #d9534f;
	border-color: #d9534f
}

.btn-link {
	font-weight: 400;
	color: #000;
	border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
	background-color: transparent
}

.btn-link,
.btn-link:active,
.btn-link:focus {
	border-color: transparent
}

.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #014c8c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link:disabled {
	color: #636c72
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
	text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.show {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.show {
	display: block
}

tr.collapse.show {
	display: table-row
}

tbody.collapse.show {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease
}

.dropdown,
.dropup {
	position: relative
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent
}

.dropdown-toggle:focus {
	outline: 0
}

.dropup .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #292b2c;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.dropdown-divider {
	height: 1px;
	margin: .5rem 0;
	overflow: hidden;
	background-color: #eceeef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 3px 1.5rem;
	clear: both;
	font-weight: 400;
	color: #292b2c;
	text-align: inherit;
	white-space: nowrap;
	background: 0 0;
	border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #1d1e1f;
	text-decoration: none;
	background-color: #f7f7f9
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0275d8
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #636c72;
	cursor: not-allowed;
	background-color: transparent
}

.show>.dropdown-menu {
	display: block
}

.show>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #636c72;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: .125rem
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
	z-index: 2
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
	z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.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-left: -1px
}

.btn-toolbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn+.dropdown-toggle-split::after {
	margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
	padding-right: 1.125rem;
	padding-left: 1.125rem
}

.btn-group-vertical {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
	width: 100%
}

.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-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
	z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	color: #464a4c;
	text-align: center;
	background-color: #eceeef;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:not(:last-child) {
	border-right: 0
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	z-index: 3
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
	margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
	z-index: 3
}

.custom-control {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	margin-right: 1rem;
	cursor: pointer
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
	color: #fff;
	background-color: #0275d8
}

.custom-control-input:focus~.custom-control-indicator {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8
}

.custom-control-input:active~.custom-control-indicator {
	color: #fff;
	background-color: #8fcafe
}

.custom-control-input:disabled~.custom-control-indicator {
	cursor: not-allowed;
	background-color: #eceeef
}

.custom-control-input:disabled~.custom-control-description {
	color: #636c72;
	cursor: not-allowed
}

.custom-control-indicator {
	position: absolute;
	top: .25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 50% 50%;
	background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
	background-color: #0275d8;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.custom-controls-stacked .custom-control {
	margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
	margin-left: 0
}

.custom-select {
	display: inline-block;
	max-width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	line-height: 1.25;
	color: #464a4c;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	-webkit-background-size: 8px 10px;
	background-size: 8px 10px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
	-moz-appearance: none;
	-webkit-appearance: none
}

.custom-select:focus {
	border-color: #5cb3fd;
	outline: 0
}

.custom-select:focus::-ms-value {
	color: #464a4c;
	background-color: #fff
}

.custom-select:disabled {
	color: #636c72;
	cursor: not-allowed;
	background-color: #eceeef
}

.custom-select::-ms-expand {
	opacity: 0
}

.custom-select-sm {
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 75%
}

.custom-file {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: 2.5rem;
	margin-bottom: 0;
	cursor: pointer
}

.custom-file-input {
	min-width: 14rem;
	max-width: 100%;
	height: 2.5rem;
	margin: 0;
	filter: alpha(opacity=0);
	opacity: 0
}

.custom-file-control {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	height: 2.5rem;
	padding: .5rem 1rem;
	line-height: 1.5;
	color: #464a4c;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.custom-file-control:lang(en)::after {
	content: "Choose file..."
}

.custom-file-control::before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 6;
	display: block;
	height: 2.5rem;
	padding: .5rem 1rem;
	line-height: 1.5;
	color: #464a4c;
	background-color: #eceeef;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en)::before {
	content: "Browse"
}

.nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5em 1em
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #636c72;
	cursor: not-allowed
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-right-radius: .25rem;
	border-top-left-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #eceeef #eceeef #ddd
}

.nav-tabs .nav-link.disabled {
	color: #636c72;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #464a4c;
	background-color: #fff;
	border-color: #ddd #ddd #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
	color: #fff;
	cursor: default;
	background-color: #0275d8
}

.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: .5rem 1rem
}

.navbar-brand {
	display: inline-block;
	padding-top: .25rem;
	padding-bottom: .25rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-text {
	display: inline-block;
	padding-top: .425rem;
	padding-bottom: .425rem
}

.navbar-toggler {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background: 0 0;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

.navbar-toggler-left {
	position: absolute;
	left: 1rem
}

.navbar-toggler-right {
	position: absolute;
	right: 1rem
}

@media (max-width:575px) {
	.navbar-toggleable .navbar-nav .dropdown-menu {
		position: static;
		float: none
	}
	.navbar-toggleable>.container {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:767px) {
	.navbar-toggleable {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.navbar-toggleable .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-toggleable .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-toggleable>.container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.navbar-toggleable .navbar-collapse {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
		width: 100%
	}
	.navbar-toggleable .navbar-toggler {
		display: none
	}
}

@media (max-width:767px) {
	.navbar-toggleable-sm .navbar-nav .dropdown-menu {
		position: static;
		float: none
	}
	.navbar-toggleable-sm>.container {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	.navbar-toggleable-sm {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.navbar-toggleable-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-toggleable-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-toggleable-sm>.container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.navbar-toggleable-sm .navbar-collapse {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
		width: 100%
	}
	.navbar-toggleable-sm .navbar-toggler {
		display: none
	}
}

@media (max-width:991px) {
	.navbar-toggleable-md .navbar-nav .dropdown-menu {
		position: static;
		float: none
	}
	.navbar-toggleable-md>.container {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-toggleable-md {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.navbar-toggleable-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-toggleable-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-toggleable-md>.container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.navbar-toggleable-md .navbar-collapse {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
		width: 100%
	}
	.navbar-toggleable-md .navbar-toggler {
		display: none
	}
}

@media (max-width:1199px) {
	.navbar-toggleable-lg .navbar-nav .dropdown-menu {
		position: static;
		float: none
	}
	.navbar-toggleable-lg>.container {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1200px) {
	.navbar-toggleable-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.navbar-toggleable-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.navbar-toggleable-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-toggleable-lg>.container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.navbar-toggleable-lg .navbar-collapse {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
		width: 100%
	}
	.navbar-toggleable-lg .navbar-toggler {
		display: none
	}
}

.navbar-toggleable-xl {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-toggleable-xl>.container {
	padding-right: 0;
	padding-left: 0
}

.navbar-toggleable-xl .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.navbar-toggleable-xl .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-toggleable-xl>.container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.navbar-toggleable-xl .navbar-collapse {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	width: 100%
}

.navbar-toggleable-xl .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
	color: #fff
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
	color: #fff
}

.navbar-inverse .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5)
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75)
}

.navbar-inverse .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}

.navbar-inverse .navbar-nav .active>.nav-link,
.navbar-inverse .navbar-nav .nav-link.active,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .open>.nav-link {
	color: #fff
}

.navbar-inverse .navbar-toggler {
	border-color: rgba(255, 255, 255, .1)
}

.navbar-inverse .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-inverse .navbar-text {
	color: rgba(255, 255, 255, .5)
}

.card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.card-block {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-right-radius: .25rem;
	border-top-left-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: #f7f7f9;
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: #f7f7f9;
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-primary {
	background-color: #0275d8;
	border-color: #0275d8
}

.card-primary .card-footer,
.card-primary .card-header {
	background-color: transparent
}

.card-success {
	background-color: #5cb85c;
	border-color: #5cb85c
}

.card-success .card-footer,
.card-success .card-header {
	background-color: transparent
}

.card-info {
	background-color: #5bc0de;
	border-color: #5bc0de
}

.card-info .card-footer,
.card-info .card-header {
	background-color: transparent
}

.card-warning {
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.card-warning .card-footer,
.card-warning .card-header {
	background-color: transparent
}

.card-danger {
	background-color: #d9534f;
	border-color: #d9534f
}

.card-danger .card-footer,
.card-danger .card-header {
	background-color: transparent
}

.card-outline-primary {
	background-color: transparent;
	border-color: #0275d8
}

.card-outline-secondary {
	background-color: transparent;
	border-color: #ccc
}

.card-outline-info {
	background-color: transparent;
	border-color: #5bc0de
}

.card-outline-success {
	background-color: transparent;
	border-color: #5cb85c
}

.card-outline-warning {
	background-color: transparent;
	border-color: #f0ad4e
}

.card-outline-danger {
	background-color: transparent;
	border-color: #d9534f
}

.card-inverse {
	color: rgba(255, 255, 255, .65)
}

.card-inverse .card-footer,
.card-inverse .card-header {
	background-color: transparent;
	border-color: rgba(255, 255, 255, .2)
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
	color: #fff
}

.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
	color: rgba(255, 255, 255, .65)
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
	color: #fff
}

.card-blockquote {
	padding: 0;
	margin-bottom: 0;
	border-left: 0
}

.card-img {
	border-radius: calc(.25rem - 1px)
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img-top {
	border-top-right-radius: calc(.25rem - 1px);
	border-top-left-radius: calc(.25rem - 1px)
}

.card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

@media (min-width:576px) {
	.card-deck {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.card-deck .card {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 0%;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.card-deck .card:not(:first-child) {
		margin-left: 15px
	}
	.card-deck .card:not(:last-child) {
		margin-right: 15px
	}
}

@media (min-width:576px) {
	.card-group {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.card-group .card {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 0%;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
	.card-group .card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group .card:first-child {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}
	.card-group .card:first-child .card-img-top {
		border-top-right-radius: 0
	}
	.card-group .card:first-child .card-img-bottom {
		border-bottom-right-radius: 0
	}
	.card-group .card:last-child {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0
	}
	.card-group .card:last-child .card-img-top {
		border-top-left-radius: 0
	}
	.card-group .card:last-child .card-img-bottom {
		border-bottom-left-radius: 0
	}
	.card-group .card:not(:first-child):not(:last-child) {
		border-radius: 0
	}
	.card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
	.card-group .card:not(:first-child):not(:last-child) .card-img-top {
		border-radius: 0
	}
}

@media (min-width:576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem
	}
	.card-columns .card {
		display: inline-block;
		width: 100%;
		margin-bottom: .75rem
	}
}

.breadcrumb {
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #eceeef;
	border-radius: .25rem
}

.breadcrumb::after {
	display: block;
	content: "";
	clear: both
}

.breadcrumb-item {
	float: left
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #636c72;
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #636c72
}

.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-bottom-left-radius: .25rem;
	border-top-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-bottom-right-radius: .25rem;
	border-top-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 2;
	color: #fff;
	background-color: #0275d8;
	border-color: #0275d8
}

.page-item.disabled .page-link {
	color: #636c72;
	pointer-events: none;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0275d8;
	background-color: #fff;
	border: 1px solid #ddd
}

.page-link:focus,
.page-link:hover {
	color: #014c8c;
	text-decoration: none;
	background-color: #eceeef;
	border-color: #ddd
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
	border-bottom-left-radius: .3rem;
	border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-bottom-right-radius: .3rem;
	border-top-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
	border-bottom-left-radius: .2rem;
	border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-bottom-right-radius: .2rem;
	border-top-right-radius: .2rem
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-default {
	background-color: #636c72
}

.badge-default[href]:focus,
.badge-default[href]:hover {
	background-color: #4b5257
}

.badge-primary {
	background-color: #0275d8
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
	background-color: #025aa5
}

.badge-success {
	background-color: #5cb85c
}

.badge-success[href]:focus,
.badge-success[href]:hover {
	background-color: #449d44
}

.badge-info {
	background-color: #5bc0de
}

.badge-info[href]:focus,
.badge-info[href]:hover {
	background-color: #31b0d5
}

.badge-warning {
	background-color: #f0ad4e
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
	background-color: #ec971f
}

.badge-danger {
	background-color: #d9534f
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
	background-color: #c9302c
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #eceeef;
	border-radius: .3rem
}

@media (min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-hr {
	border-top-color: #d0d5d8
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.alert {
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible .close {
	position: relative;
	top: -.75rem;
	right: -1.25rem;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d0e9c6;
	color: #3c763d
}

.alert-success hr {
	border-top-color: #c1e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bcdff1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6d5ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faf2cc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7ecb5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebcccc;
	color: #a94442
}

.alert-danger hr {
	border-top-color: #e4b9b9
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	font-size: .75rem;
	line-height: 1rem;
	text-align: center;
	background-color: #eceeef;
	border-radius: .25rem
}

.progress-bar {
	height: 1rem;
	color: #fff;
	background-color: #0275d8
}

.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-background-size: 1rem 1rem;
	background-size: 1rem 1rem
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	-o-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite
}

.media {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.media-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%
}

.list-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.list-group-item-action {
	width: 100%;
	color: #464a4c;
	text-align: inherit
}

.list-group-item-action .list-group-item-heading {
	color: #292b2c
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	color: #464a4c;
	text-decoration: none;
	background-color: #f7f7f9
}

.list-group-item-action:active {
	color: #292b2c;
	background-color: #eceeef
}

.list-group-item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
	border-top-right-radius: .25rem;
	border-top-left-radius: .25rem
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
	text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #636c72;
	cursor: not-allowed;
	background-color: #fff
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item:disabled .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item:disabled .list-group-item-text {
	color: #636c72
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #0275d8;
	border-color: #0275d8
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text {
	color: #daeeff
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
button.list-group-item-success.active {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
button.list-group-item-info.active {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .75
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #eceeef
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 15px
}

.modal-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 15px;
	border-top: 1px solid #eceeef
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 30px auto
	}
	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		max-width: 800px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.tooltip.tooltip-top .tooltip-inner::before {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	content: "";
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before,
.tooltip.tooltip-right .tooltip-inner::before {
	top: 50%;
	left: 0;
	margin-top: -5px;
	content: "";
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.tooltip.tooltip-bottom .tooltip-inner::before {
	top: 0;
	left: 50%;
	margin-left: -5px;
	content: "";
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before,
.tooltip.tooltip-left .tooltip-inner::before {
	top: 50%;
	right: 0;
	margin-top: -5px;
	content: "";
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.tooltip-inner::before {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	padding: 1px;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover.bs-tether-element-attached-bottom,
.popover.popover-top {
	margin-top: -10px
}

.popover.bs-tether-element-attached-bottom::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.popover-top::after,
.popover.popover-top::before {
	left: 50%;
	border-bottom-width: 0
}

.popover.bs-tether-element-attached-bottom::before,
.popover.popover-top::before {
	bottom: -11px;
	margin-left: -11px;
	border-top-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-bottom::after,
.popover.popover-top::after {
	bottom: -10px;
	margin-left: -10px;
	border-top-color: #fff
}

.popover.bs-tether-element-attached-left,
.popover.popover-right {
	margin-left: 10px
}

.popover.bs-tether-element-attached-left::after,
.popover.bs-tether-element-attached-left::before,
.popover.popover-right::after,
.popover.popover-right::before {
	top: 50%;
	border-left-width: 0
}

.popover.bs-tether-element-attached-left::before,
.popover.popover-right::before {
	left: -11px;
	margin-top: -11px;
	border-right-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-left::after,
.popover.popover-right::after {
	left: -10px;
	margin-top: -10px;
	border-right-color: #fff
}

.popover.bs-tether-element-attached-top,
.popover.popover-bottom {
	margin-top: 10px
}

.popover.bs-tether-element-attached-top::after,
.popover.bs-tether-element-attached-top::before,
.popover.popover-bottom::after,
.popover.popover-bottom::before {
	left: 50%;
	border-top-width: 0
}

.popover.bs-tether-element-attached-top::before,
.popover.popover-bottom::before {
	top: -11px;
	margin-left: -11px;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-top::after,
.popover.popover-bottom::after {
	top: -10px;
	margin-left: -10px;
	border-bottom-color: #f7f7f7
}

.popover.bs-tether-element-attached-top .popover-title::before,
.popover.popover-bottom .popover-title::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 20px;
	margin-left: -10px;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.popover.bs-tether-element-attached-right,
.popover.popover-left {
	margin-left: -10px
}

.popover.bs-tether-element-attached-right::after,
.popover.bs-tether-element-attached-right::before,
.popover.popover-left::after,
.popover.popover-left::before {
	top: 50%;
	border-right-width: 0
}

.popover.bs-tether-element-attached-right::before,
.popover.popover-left::before {
	right: -11px;
	margin-top: -11px;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-right::after,
.popover.popover-left::after {
	right: -10px;
	margin-top: -10px;
	border-left-color: #fff
}

.popover-title {
	padding: 8px 14px;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-right-radius: calc(.3rem - 1px);
	border-top-left-radius: calc(.3rem - 1px)
}

.popover-title:empty {
	display: none
}

.popover-content {
	padding: 9px 14px
}

.popover::after,
.popover::before {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover::before {
	content: "";
	border-width: 11px
}

.popover::after {
	content: "";
	border-width: 10px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-item {
	position: relative;
	display: none;
	width: 100%
}

@media (-webkit-transform-3d) {
	.carousel-item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
}

@supports ((-webkit-transform:translate3d(0,
0,
0)) or (transform:translate3d(0,
0,
0))) {
	.carousel-item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0
}

@media (-webkit-transform-3d) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	.active.carousel-item-right,
	.carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	.active.carousel-item-left,
	.carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@supports ((-webkit-transform:translate3d(0,
0,
0)) or (transform:translate3d(0,
0,
0))) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	.active.carousel-item-right,
	.carousel-item-next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	.active.carousel-item-left,
	.carousel-item-prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	max-width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators .active {
	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
}

.align-baseline {
	vertical-align: baseline!important
}

.align-top {
	vertical-align: top!important
}

.align-middle {
	vertical-align: middle!important
}

.align-bottom {
	vertical-align: bottom!important
}

.align-text-bottom {
	vertical-align: text-bottom!important
}

.align-text-top {
	vertical-align: text-top!important
}

.bg-faded {
	background-color: #f7f7f7
}

.bg-primary {
	background-color: #0275d8!important
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #025aa5!important
}

.bg-success {
	background-color: #5cb85c!important
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #449d44!important
}

.bg-info {
	background-color: #5bc0de!important
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #31b0d5!important
}

.bg-warning {
	background-color: #f0ad4e!important
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #ec971f!important
}

.bg-danger {
	background-color: #d9534f!important
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #c9302c!important
}

.bg-inverse {
	background-color: #292b2c!important
}

a.bg-inverse:focus,
a.bg-inverse:hover {
	background-color: #101112!important
}

.border-0 {
	border: 0!important
}

.border-top-0 {
	border-top: 0!important
}

.border-right-0 {
	border-right: 0!important
}

.border-bottom-0 {
	border-bottom: 0!important
}

.border-left-0 {
	border-left: 0!important
}

.rounded {
	border-radius: .25rem
}

.rounded-top {
	border-top-right-radius: .25rem;
	border-top-left-radius: .25rem
}

.rounded-right {
	border-bottom-right-radius: .25rem;
	border-top-right-radius: .25rem
}

.rounded-bottom {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.rounded-left {
	border-bottom-left-radius: .25rem;
	border-top-left-radius: .25rem
}

.rounded-circle {
	border-radius: 50%
}

.rounded-0 {
	border-radius: 0
}

.clearfix::after {
	display: block;
	content: "";
	clear: both
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

.flex-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}

.flex-last {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.flex-unordered {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}

.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: row!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: column!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

.flex-wrap {
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap!important;
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}

.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse!important;
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}

.justify-content-start {
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}

.justify-content-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}

.justify-content-center {
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}

.justify-content-between {
	-webkit-box-pack: justify!important;
	-webkit-justify-content: space-between!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}

.justify-content-around {
	-webkit-justify-content: space-around!important;
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}

.align-items-start {
	-webkit-box-align: start!important;
	-webkit-align-items: flex-start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}

.align-items-end {
	-webkit-box-align: end!important;
	-webkit-align-items: flex-end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}

.align-items-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-webkit-box-align: baseline!important;
	-webkit-align-items: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}

.align-items-stretch {
	-webkit-box-align: stretch!important;
	-webkit-align-items: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}

.align-content-start {
	-webkit-align-content: flex-start!important;
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}

.align-content-end {
	-webkit-align-content: flex-end!important;
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}

.align-content-center {
	-webkit-align-content: center!important;
	-ms-flex-line-pack: center!important;
	align-content: center!important
}

.align-content-between {
	-webkit-align-content: space-between!important;
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}

.align-content-around {
	-webkit-align-content: space-around!important;
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}

.align-content-stretch {
	-webkit-align-content: stretch!important;
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}

.align-self-auto {
	-webkit-align-self: auto!important;
	-ms-flex-item-align: auto!important;
	-ms-grid-row-align: auto!important;
	align-self: auto!important
}

.align-self-start {
	-webkit-align-self: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}

.align-self-end {
	-webkit-align-self: flex-end!important;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}

.align-self-center {
	-webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	-ms-grid-row-align: center!important;
	align-self: center!important
}

.align-self-baseline {
	-webkit-align-self: baseline!important;
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}

.align-self-stretch {
	-webkit-align-self: stretch!important;
	-ms-flex-item-align: stretch!important;
	-ms-grid-row-align: stretch!important;
	align-self: stretch!important
}

@media (min-width:576px) {
	.flex-sm-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.flex-sm-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.flex-sm-unordered {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}
	.flex-sm-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: row!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: column-reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		-webkit-flex-wrap: wrap!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		-webkit-flex-wrap: nowrap!important;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		-webkit-justify-content: flex-start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		-webkit-justify-content: flex-end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		-webkit-justify-content: space-between!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		-webkit-justify-content: space-around!important;
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-sm-start {
		-webkit-box-align: start!important;
		-webkit-align-items: flex-start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-webkit-box-align: end!important;
		-webkit-align-items: flex-end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-webkit-box-align: center!important;
		-webkit-align-items: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		-webkit-align-items: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		-webkit-align-items: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		-webkit-align-content: flex-start!important;
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-sm-end {
		-webkit-align-content: flex-end!important;
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-sm-center {
		-webkit-align-content: center!important;
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-sm-between {
		-webkit-align-content: space-between!important;
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-sm-around {
		-webkit-align-content: space-around!important;
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		-webkit-align-content: stretch!important;
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-sm-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-sm-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-sm-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-sm-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-sm-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:768px) {
	.flex-md-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.flex-md-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.flex-md-unordered {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: row!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: column-reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		-webkit-flex-wrap: wrap!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-webkit-flex-wrap: nowrap!important;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-webkit-justify-content: flex-start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-webkit-justify-content: flex-end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-webkit-justify-content: space-between!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-webkit-justify-content: space-around!important;
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-md-start {
		-webkit-box-align: start!important;
		-webkit-align-items: flex-start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-webkit-box-align: end!important;
		-webkit-align-items: flex-end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-webkit-box-align: center!important;
		-webkit-align-items: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-webkit-align-items: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-webkit-align-items: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-webkit-align-content: flex-start!important;
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-webkit-align-content: flex-end!important;
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-webkit-align-content: center!important;
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-webkit-align-content: space-between!important;
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-webkit-align-content: space-around!important;
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-webkit-align-content: stretch!important;
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-md-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-md-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-md-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-md-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-md-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:992px) {
	.flex-lg-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.flex-lg-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.flex-lg-unordered {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: row!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: column-reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		-webkit-flex-wrap: wrap!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-webkit-flex-wrap: nowrap!important;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-webkit-justify-content: flex-start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-webkit-justify-content: flex-end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-webkit-justify-content: space-between!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-webkit-justify-content: space-around!important;
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-webkit-box-align: start!important;
		-webkit-align-items: flex-start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-webkit-box-align: end!important;
		-webkit-align-items: flex-end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-webkit-box-align: center!important;
		-webkit-align-items: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-webkit-align-items: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-webkit-align-items: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-webkit-align-content: flex-start!important;
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-webkit-align-content: flex-end!important;
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-webkit-align-content: center!important;
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-webkit-align-content: space-between!important;
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-webkit-align-content: space-around!important;
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-webkit-align-content: stretch!important;
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-lg-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-lg-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-lg-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-lg-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:1200px) {
	.flex-xl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}
	.flex-xl-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.flex-xl-unordered {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}
	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: row!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-webkit-flex-direction: column!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: row-reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-webkit-flex-direction: column-reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		-webkit-flex-wrap: wrap!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-webkit-flex-wrap: nowrap!important;
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse!important;
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		-webkit-justify-content: flex-start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		-webkit-justify-content: flex-end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		-webkit-justify-content: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		-webkit-justify-content: space-between!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		-webkit-justify-content: space-around!important;
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-xl-start {
		-webkit-box-align: start!important;
		-webkit-align-items: flex-start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-webkit-box-align: end!important;
		-webkit-align-items: flex-end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-webkit-box-align: center!important;
		-webkit-align-items: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		-webkit-align-items: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		-webkit-align-items: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		-webkit-align-content: flex-start!important;
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xl-end {
		-webkit-align-content: flex-end!important;
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xl-center {
		-webkit-align-content: center!important;
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xl-between {
		-webkit-align-content: space-between!important;
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xl-around {
		-webkit-align-content: space-around!important;
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		-webkit-align-content: stretch!important;
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xl-auto {
		-webkit-align-self: auto!important;
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important
	}
	.align-self-xl-start {
		-webkit-align-self: flex-start!important;
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xl-end {
		-webkit-align-self: flex-end!important;
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xl-center {
		-webkit-align-self: center!important;
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important
	}
	.align-self-xl-baseline {
		-webkit-align-self: baseline!important;
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		-webkit-align-self: stretch!important;
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

@media (min-width:576px) {
	.float-sm-left {
		float: left!important
	}
	.float-sm-right {
		float: right!important
	}
	.float-sm-none {
		float: none!important
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left!important
	}
	.float-md-right {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left!important
	}
	.float-lg-right {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left!important
	}
	.float-xl-right {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1030
}

.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
}

.w-25 {
	width: 25%!important
}

.w-50 {
	width: 50%!important
}

.w-75 {
	width: 75%!important
}

.w-100 {
	width: 100%!important
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.mw-100 {
	max-width: 100%!important
}

.mh-100 {
	max-height: 100%!important
}

.m-0 {
	margin: 0 0!important
}

.mt-0 {
	margin-top: 0!important
}

.mr-0 {
	margin-right: 0!important
}

.mb-0 {
	margin-bottom: 0!important
}

.ml-0 {
	margin-left: 0!important
}

.mx-0 {
	margin-right: 0!important;
	margin-left: 0!important
}

.my-0 {
	margin-top: 0!important;
	margin-bottom: 0!important
}

.m-1 {
	margin: .25rem .25rem!important
}

.mt-1 {
	margin-top: .25rem!important
}

.mr-1 {
	margin-right: .25rem!important
}

.mb-1 {
	margin-bottom: .25rem!important
}

.ml-1 {
	margin-left: .25rem!important
}

.mx-1 {
	margin-right: .25rem!important;
	margin-left: .25rem!important
}

.my-1 {
	margin-top: .25rem!important;
	margin-bottom: .25rem!important
}

.m-2 {
	margin: .5rem .5rem!important
}

.mt-2 {
	margin-top: .5rem!important
}

.mr-2 {
	margin-right: .5rem!important
}

.mb-2 {
	margin-bottom: .5rem!important
}

.ml-2 {
	margin-left: .5rem!important
}

.mx-2 {
	margin-right: .5rem!important;
	margin-left: .5rem!important
}

.my-2 {
	margin-top: .5rem!important;
	margin-bottom: .5rem!important
}

.m-3 {
	margin: 1rem 1rem!important
}

.mt-3 {
	margin-top: 1rem!important
}

.mr-3 {
	margin-right: 1rem!important
}

.mb-3 {
	margin-bottom: 1rem!important
}

.ml-3 {
	margin-left: 1rem!important
}

.mx-3 {
	margin-right: 1rem!important;
	margin-left: 1rem!important
}

.my-3 {
	margin-top: 1rem!important;
	margin-bottom: 1rem!important
}

.m-4 {
	margin: 1.5rem 1.5rem!important
}

.mt-4 {
	margin-top: 1.5rem!important
}

.mr-4 {
	margin-right: 1.5rem!important
}

.mb-4 {
	margin-bottom: 1.5rem!important
}

.ml-4 {
	margin-left: 1.5rem!important
}

.mx-4 {
	margin-right: 1.5rem!important;
	margin-left: 1.5rem!important
}

.my-4 {
	margin-top: 1.5rem!important;
	margin-bottom: 1.5rem!important
}

.m-5 {
	margin: 3rem 3rem!important
}

.mt-5 {
	margin-top: 3rem!important
}

.mr-5 {
	margin-right: 3rem!important
}

.mb-5 {
	margin-bottom: 3rem!important
}

.ml-5 {
	margin-left: 3rem!important
}

.mx-5 {
	margin-right: 3rem!important;
	margin-left: 3rem!important
}

.my-5 {
	margin-top: 3rem!important;
	margin-bottom: 3rem!important
}

.p-0 {
	padding: 0 0!important
}

.pt-0 {
	padding-top: 0!important
}

.pr-0 {
	padding-right: 0!important
}

.pb-0 {
	padding-bottom: 0!important
}

.pl-0 {
	padding-left: 0!important
}

.px-0 {
	padding-right: 0!important;
	padding-left: 0!important
}

.py-0 {
	padding-top: 0!important;
	padding-bottom: 0!important
}

.p-1 {
	padding: .25rem .25rem!important
}

.pt-1 {
	padding-top: .25rem!important
}

.pr-1 {
	padding-right: .25rem!important
}

.pb-1 {
	padding-bottom: .25rem!important
}

.pl-1 {
	padding-left: .25rem!important
}

.px-1 {
	padding-right: .25rem!important;
	padding-left: .25rem!important
}

.py-1 {
	padding-top: .25rem!important;
	padding-bottom: .25rem!important
}

.p-2 {
	padding: .5rem .5rem!important
}

.pt-2 {
	padding-top: .5rem!important
}

.pr-2 {
	padding-right: .5rem!important
}

.pb-2 {
	padding-bottom: .5rem!important
}

.pl-2 {
	padding-left: .5rem!important
}

.px-2 {
	padding-right: .5rem!important;
	padding-left: .5rem!important
}

.py-2 {
	padding-top: .5rem!important;
	padding-bottom: .5rem!important
}

.p-3 {
	padding: 1rem 1rem!important
}

.pt-3 {
	padding-top: 1rem!important
}

.pr-3 {
	padding-right: 1rem!important
}

.pb-3 {
	padding-bottom: 1rem!important
}

.pl-3 {
	padding-left: 1rem!important
}

.px-3 {
	padding-right: 1rem!important;
	padding-left: 1rem!important
}

.py-3 {
	padding-top: 1rem!important;
	padding-bottom: 1rem!important
}

.p-4 {
	padding: 1.5rem 1.5rem!important
}

.pt-4 {
	padding-top: 1.5rem!important
}

.pr-4 {
	padding-right: 1.5rem!important
}

.pb-4 {
	padding-bottom: 1.5rem!important
}

.pl-4 {
	padding-left: 1.5rem!important
}

.px-4 {
	padding-right: 1.5rem!important;
	padding-left: 1.5rem!important
}

.py-4 {
	padding-top: 1.5rem!important;
	padding-bottom: 1.5rem!important
}

.p-5 {
	padding: 3rem 3rem!important
}

.pt-5 {
	padding-top: 3rem!important
}

.pr-5 {
	padding-right: 3rem!important
}

.pb-5 {
	padding-bottom: 3rem!important
}

.pl-5 {
	padding-left: 3rem!important
}

.px-5 {
	padding-right: 3rem!important;
	padding-left: 3rem!important
}

.py-5 {
	padding-top: 3rem!important;
	padding-bottom: 3rem!important
}

.m-auto {
	margin: auto!important
}

.mt-auto {
	margin-top: auto!important
}

.mr-auto {
	margin-right: auto!important
}

.mb-auto {
	margin-bottom: auto!important
}

.ml-auto {
	margin-left: auto!important
}

.mx-auto {
	margin-right: auto!important;
	margin-left: auto!important
}

.my-auto {
	margin-top: auto!important;
	margin-bottom: auto!important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 0!important
	}
	.mt-sm-0 {
		margin-top: 0!important
	}
	.mr-sm-0 {
		margin-right: 0!important
	}
	.mb-sm-0 {
		margin-bottom: 0!important
	}
	.ml-sm-0 {
		margin-left: 0!important
	}
	.mx-sm-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.my-sm-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.m-sm-1 {
		margin: .25rem .25rem!important
	}
	.mt-sm-1 {
		margin-top: .25rem!important
	}
	.mr-sm-1 {
		margin-right: .25rem!important
	}
	.mb-sm-1 {
		margin-bottom: .25rem!important
	}
	.ml-sm-1 {
		margin-left: .25rem!important
	}
	.mx-sm-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.my-sm-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem .5rem!important
	}
	.mt-sm-2 {
		margin-top: .5rem!important
	}
	.mr-sm-2 {
		margin-right: .5rem!important
	}
	.mb-sm-2 {
		margin-bottom: .5rem!important
	}
	.ml-sm-2 {
		margin-left: .5rem!important
	}
	.mx-sm-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.my-sm-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem 1rem!important
	}
	.mt-sm-3 {
		margin-top: 1rem!important
	}
	.mr-sm-3 {
		margin-right: 1rem!important
	}
	.mb-sm-3 {
		margin-bottom: 1rem!important
	}
	.ml-sm-3 {
		margin-left: 1rem!important
	}
	.mx-sm-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.my-sm-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem 1.5rem!important
	}
	.mt-sm-4 {
		margin-top: 1.5rem!important
	}
	.mr-sm-4 {
		margin-right: 1.5rem!important
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-sm-4 {
		margin-left: 1.5rem!important
	}
	.mx-sm-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.my-sm-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.m-sm-5 {
		margin: 3rem 3rem!important
	}
	.mt-sm-5 {
		margin-top: 3rem!important
	}
	.mr-sm-5 {
		margin-right: 3rem!important
	}
	.mb-sm-5 {
		margin-bottom: 3rem!important
	}
	.ml-sm-5 {
		margin-left: 3rem!important
	}
	.mx-sm-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.my-sm-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.p-sm-0 {
		padding: 0 0!important
	}
	.pt-sm-0 {
		padding-top: 0!important
	}
	.pr-sm-0 {
		padding-right: 0!important
	}
	.pb-sm-0 {
		padding-bottom: 0!important
	}
	.pl-sm-0 {
		padding-left: 0!important
	}
	.px-sm-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.py-sm-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.p-sm-1 {
		padding: .25rem .25rem!important
	}
	.pt-sm-1 {
		padding-top: .25rem!important
	}
	.pr-sm-1 {
		padding-right: .25rem!important
	}
	.pb-sm-1 {
		padding-bottom: .25rem!important
	}
	.pl-sm-1 {
		padding-left: .25rem!important
	}
	.px-sm-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.py-sm-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem .5rem!important
	}
	.pt-sm-2 {
		padding-top: .5rem!important
	}
	.pr-sm-2 {
		padding-right: .5rem!important
	}
	.pb-sm-2 {
		padding-bottom: .5rem!important
	}
	.pl-sm-2 {
		padding-left: .5rem!important
	}
	.px-sm-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.py-sm-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem 1rem!important
	}
	.pt-sm-3 {
		padding-top: 1rem!important
	}
	.pr-sm-3 {
		padding-right: 1rem!important
	}
	.pb-sm-3 {
		padding-bottom: 1rem!important
	}
	.pl-sm-3 {
		padding-left: 1rem!important
	}
	.px-sm-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.py-sm-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem 1.5rem!important
	}
	.pt-sm-4 {
		padding-top: 1.5rem!important
	}
	.pr-sm-4 {
		padding-right: 1.5rem!important
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-sm-4 {
		padding-left: 1.5rem!important
	}
	.px-sm-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.py-sm-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem 3rem!important
	}
	.pt-sm-5 {
		padding-top: 3rem!important
	}
	.pr-sm-5 {
		padding-right: 3rem!important
	}
	.pb-sm-5 {
		padding-bottom: 3rem!important
	}
	.pl-sm-5 {
		padding-left: 3rem!important
	}
	.px-sm-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-sm-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.m-sm-auto {
		margin: auto!important
	}
	.mt-sm-auto {
		margin-top: auto!important
	}
	.mr-sm-auto {
		margin-right: auto!important
	}
	.mb-sm-auto {
		margin-bottom: auto!important
	}
	.ml-sm-auto {
		margin-left: auto!important
	}
	.mx-sm-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-sm-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 0!important
	}
	.mt-md-0 {
		margin-top: 0!important
	}
	.mr-md-0 {
		margin-right: 0!important
	}
	.mb-md-0 {
		margin-bottom: 0!important
	}
	.ml-md-0 {
		margin-left: 0!important
	}
	.mx-md-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.my-md-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.m-md-1 {
		margin: .25rem .25rem!important
	}
	.mt-md-1 {
		margin-top: .25rem!important
	}
	.mr-md-1 {
		margin-right: .25rem!important
	}
	.mb-md-1 {
		margin-bottom: .25rem!important
	}
	.ml-md-1 {
		margin-left: .25rem!important
	}
	.mx-md-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.my-md-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.m-md-2 {
		margin: .5rem .5rem!important
	}
	.mt-md-2 {
		margin-top: .5rem!important
	}
	.mr-md-2 {
		margin-right: .5rem!important
	}
	.mb-md-2 {
		margin-bottom: .5rem!important
	}
	.ml-md-2 {
		margin-left: .5rem!important
	}
	.mx-md-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.my-md-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.m-md-3 {
		margin: 1rem 1rem!important
	}
	.mt-md-3 {
		margin-top: 1rem!important
	}
	.mr-md-3 {
		margin-right: 1rem!important
	}
	.mb-md-3 {
		margin-bottom: 1rem!important
	}
	.ml-md-3 {
		margin-left: 1rem!important
	}
	.mx-md-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.my-md-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem 1.5rem!important
	}
	.mt-md-4 {
		margin-top: 1.5rem!important
	}
	.mr-md-4 {
		margin-right: 1.5rem!important
	}
	.mb-md-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-md-4 {
		margin-left: 1.5rem!important
	}
	.mx-md-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.my-md-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.m-md-5 {
		margin: 3rem 3rem!important
	}
	.mt-md-5 {
		margin-top: 3rem!important
	}
	.mr-md-5 {
		margin-right: 3rem!important
	}
	.mb-md-5 {
		margin-bottom: 3rem!important
	}
	.ml-md-5 {
		margin-left: 3rem!important
	}
	.mx-md-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.my-md-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.p-md-0 {
		padding: 0 0!important
	}
	.pt-md-0 {
		padding-top: 0!important
	}
	.pr-md-0 {
		padding-right: 0!important
	}
	.pb-md-0 {
		padding-bottom: 0!important
	}
	.pl-md-0 {
		padding-left: 0!important
	}
	.px-md-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.py-md-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.p-md-1 {
		padding: .25rem .25rem!important
	}
	.pt-md-1 {
		padding-top: .25rem!important
	}
	.pr-md-1 {
		padding-right: .25rem!important
	}
	.pb-md-1 {
		padding-bottom: .25rem!important
	}
	.pl-md-1 {
		padding-left: .25rem!important
	}
	.px-md-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.py-md-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.p-md-2 {
		padding: .5rem .5rem!important
	}
	.pt-md-2 {
		padding-top: .5rem!important
	}
	.pr-md-2 {
		padding-right: .5rem!important
	}
	.pb-md-2 {
		padding-bottom: .5rem!important
	}
	.pl-md-2 {
		padding-left: .5rem!important
	}
	.px-md-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.py-md-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.p-md-3 {
		padding: 1rem 1rem!important
	}
	.pt-md-3 {
		padding-top: 1rem!important
	}
	.pr-md-3 {
		padding-right: 1rem!important
	}
	.pb-md-3 {
		padding-bottom: 1rem!important
	}
	.pl-md-3 {
		padding-left: 1rem!important
	}
	.px-md-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.py-md-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem 1.5rem!important
	}
	.pt-md-4 {
		padding-top: 1.5rem!important
	}
	.pr-md-4 {
		padding-right: 1.5rem!important
	}
	.pb-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-md-4 {
		padding-left: 1.5rem!important
	}
	.px-md-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.py-md-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem 3rem!important
	}
	.pt-md-5 {
		padding-top: 3rem!important
	}
	.pr-md-5 {
		padding-right: 3rem!important
	}
	.pb-md-5 {
		padding-bottom: 3rem!important
	}
	.pl-md-5 {
		padding-left: 3rem!important
	}
	.px-md-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-md-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mt-md-auto {
		margin-top: auto!important
	}
	.mr-md-auto {
		margin-right: auto!important
	}
	.mb-md-auto {
		margin-bottom: auto!important
	}
	.ml-md-auto {
		margin-left: auto!important
	}
	.mx-md-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-md-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 0!important
	}
	.mt-lg-0 {
		margin-top: 0!important
	}
	.mr-lg-0 {
		margin-right: 0!important
	}
	.mb-lg-0 {
		margin-bottom: 0!important
	}
	.ml-lg-0 {
		margin-left: 0!important
	}
	.mx-lg-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.my-lg-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.m-lg-1 {
		margin: .25rem .25rem!important
	}
	.mt-lg-1 {
		margin-top: .25rem!important
	}
	.mr-lg-1 {
		margin-right: .25rem!important
	}
	.mb-lg-1 {
		margin-bottom: .25rem!important
	}
	.ml-lg-1 {
		margin-left: .25rem!important
	}
	.mx-lg-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.my-lg-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem .5rem!important
	}
	.mt-lg-2 {
		margin-top: .5rem!important
	}
	.mr-lg-2 {
		margin-right: .5rem!important
	}
	.mb-lg-2 {
		margin-bottom: .5rem!important
	}
	.ml-lg-2 {
		margin-left: .5rem!important
	}
	.mx-lg-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.my-lg-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem 1rem!important
	}
	.mt-lg-3 {
		margin-top: 1rem!important
	}
	.mr-lg-3 {
		margin-right: 1rem!important
	}
	.mb-lg-3 {
		margin-bottom: 1rem!important
	}
	.ml-lg-3 {
		margin-left: 1rem!important
	}
	.mx-lg-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.my-lg-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem 1.5rem!important
	}
	.mt-lg-4 {
		margin-top: 1.5rem!important
	}
	.mr-lg-4 {
		margin-right: 1.5rem!important
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-lg-4 {
		margin-left: 1.5rem!important
	}
	.mx-lg-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.my-lg-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem 3rem!important
	}
	.mt-lg-5 {
		margin-top: 3rem!important
	}
	.mr-lg-5 {
		margin-right: 3rem!important
	}
	.mb-lg-5 {
		margin-bottom: 3rem!important
	}
	.ml-lg-5 {
		margin-left: 3rem!important
	}
	.mx-lg-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.my-lg-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.p-lg-0 {
		padding: 0 0!important
	}
	.pt-lg-0 {
		padding-top: 0!important
	}
	.pr-lg-0 {
		padding-right: 0!important
	}
	.pb-lg-0 {
		padding-bottom: 0!important
	}
	.pl-lg-0 {
		padding-left: 0!important
	}
	.px-lg-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.py-lg-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.p-lg-1 {
		padding: .25rem .25rem!important
	}
	.pt-lg-1 {
		padding-top: .25rem!important
	}
	.pr-lg-1 {
		padding-right: .25rem!important
	}
	.pb-lg-1 {
		padding-bottom: .25rem!important
	}
	.pl-lg-1 {
		padding-left: .25rem!important
	}
	.px-lg-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.py-lg-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem .5rem!important
	}
	.pt-lg-2 {
		padding-top: .5rem!important
	}
	.pr-lg-2 {
		padding-right: .5rem!important
	}
	.pb-lg-2 {
		padding-bottom: .5rem!important
	}
	.pl-lg-2 {
		padding-left: .5rem!important
	}
	.px-lg-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.py-lg-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem 1rem!important
	}
	.pt-lg-3 {
		padding-top: 1rem!important
	}
	.pr-lg-3 {
		padding-right: 1rem!important
	}
	.pb-lg-3 {
		padding-bottom: 1rem!important
	}
	.pl-lg-3 {
		padding-left: 1rem!important
	}
	.px-lg-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.py-lg-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem 1.5rem!important
	}
	.pt-lg-4 {
		padding-top: 1.5rem!important
	}
	.pr-lg-4 {
		padding-right: 1.5rem!important
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-lg-4 {
		padding-left: 1.5rem!important
	}
	.px-lg-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.py-lg-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem 3rem!important
	}
	.pt-lg-5 {
		padding-top: 3rem!important
	}
	.pr-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-5 {
		padding-bottom: 3rem!important
	}
	.pl-lg-5 {
		padding-left: 3rem!important
	}
	.px-lg-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-lg-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mt-lg-auto {
		margin-top: auto!important
	}
	.mr-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-auto {
		margin-bottom: auto!important
	}
	.ml-lg-auto {
		margin-left: auto!important
	}
	.mx-lg-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-lg-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 0!important
	}
	.mt-xl-0 {
		margin-top: 0!important
	}
	.mr-xl-0 {
		margin-right: 0!important
	}
	.mb-xl-0 {
		margin-bottom: 0!important
	}
	.ml-xl-0 {
		margin-left: 0!important
	}
	.mx-xl-0 {
		margin-right: 0!important;
		margin-left: 0!important
	}
	.my-xl-0 {
		margin-top: 0!important;
		margin-bottom: 0!important
	}
	.m-xl-1 {
		margin: .25rem .25rem!important
	}
	.mt-xl-1 {
		margin-top: .25rem!important
	}
	.mr-xl-1 {
		margin-right: .25rem!important
	}
	.mb-xl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xl-1 {
		margin-left: .25rem!important
	}
	.mx-xl-1 {
		margin-right: .25rem!important;
		margin-left: .25rem!important
	}
	.my-xl-1 {
		margin-top: .25rem!important;
		margin-bottom: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem .5rem!important
	}
	.mt-xl-2 {
		margin-top: .5rem!important
	}
	.mr-xl-2 {
		margin-right: .5rem!important
	}
	.mb-xl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xl-2 {
		margin-left: .5rem!important
	}
	.mx-xl-2 {
		margin-right: .5rem!important;
		margin-left: .5rem!important
	}
	.my-xl-2 {
		margin-top: .5rem!important;
		margin-bottom: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem 1rem!important
	}
	.mt-xl-3 {
		margin-top: 1rem!important
	}
	.mr-xl-3 {
		margin-right: 1rem!important
	}
	.mb-xl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xl-3 {
		margin-left: 1rem!important
	}
	.mx-xl-3 {
		margin-right: 1rem!important;
		margin-left: 1rem!important
	}
	.my-xl-3 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem 1.5rem!important
	}
	.mt-xl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xl-4 {
		margin-left: 1.5rem!important
	}
	.mx-xl-4 {
		margin-right: 1.5rem!important;
		margin-left: 1.5rem!important
	}
	.my-xl-4 {
		margin-top: 1.5rem!important;
		margin-bottom: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem 3rem!important
	}
	.mt-xl-5 {
		margin-top: 3rem!important
	}
	.mr-xl-5 {
		margin-right: 3rem!important
	}
	.mb-xl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xl-5 {
		margin-left: 3rem!important
	}
	.mx-xl-5 {
		margin-right: 3rem!important;
		margin-left: 3rem!important
	}
	.my-xl-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important
	}
	.p-xl-0 {
		padding: 0 0!important
	}
	.pt-xl-0 {
		padding-top: 0!important
	}
	.pr-xl-0 {
		padding-right: 0!important
	}
	.pb-xl-0 {
		padding-bottom: 0!important
	}
	.pl-xl-0 {
		padding-left: 0!important
	}
	.px-xl-0 {
		padding-right: 0!important;
		padding-left: 0!important
	}
	.py-xl-0 {
		padding-top: 0!important;
		padding-bottom: 0!important
	}
	.p-xl-1 {
		padding: .25rem .25rem!important
	}
	.pt-xl-1 {
		padding-top: .25rem!important
	}
	.pr-xl-1 {
		padding-right: .25rem!important
	}
	.pb-xl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xl-1 {
		padding-left: .25rem!important
	}
	.px-xl-1 {
		padding-right: .25rem!important;
		padding-left: .25rem!important
	}
	.py-xl-1 {
		padding-top: .25rem!important;
		padding-bottom: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem .5rem!important
	}
	.pt-xl-2 {
		padding-top: .5rem!important
	}
	.pr-xl-2 {
		padding-right: .5rem!important
	}
	.pb-xl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xl-2 {
		padding-left: .5rem!important
	}
	.px-xl-2 {
		padding-right: .5rem!important;
		padding-left: .5rem!important
	}
	.py-xl-2 {
		padding-top: .5rem!important;
		padding-bottom: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem 1rem!important
	}
	.pt-xl-3 {
		padding-top: 1rem!important
	}
	.pr-xl-3 {
		padding-right: 1rem!important
	}
	.pb-xl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xl-3 {
		padding-left: 1rem!important
	}
	.px-xl-3 {
		padding-right: 1rem!important;
		padding-left: 1rem!important
	}
	.py-xl-3 {
		padding-top: 1rem!important;
		padding-bottom: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem 1.5rem!important
	}
	.pt-xl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xl-4 {
		padding-left: 1.5rem!important
	}
	.px-xl-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.py-xl-4 {
		padding-top: 1.5rem!important;
		padding-bottom: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem 3rem!important
	}
	.pt-xl-5 {
		padding-top: 3rem!important
	}
	.pr-xl-5 {
		padding-right: 3rem!important
	}
	.pb-xl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xl-5 {
		padding-left: 3rem!important
	}
	.px-xl-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
	.py-xl-5 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mt-xl-auto {
		margin-top: auto!important
	}
	.mr-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-auto {
		margin-bottom: auto!important
	}
	.ml-xl-auto {
		margin-left: auto!important
	}
	.mx-xl-auto {
		margin-right: auto!important;
		margin-left: auto!important
	}
	.my-xl-auto {
		margin-top: auto!important;
		margin-bottom: auto!important
	}
}

.text-justify {
	text-align: justify!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}

.text-lowercase {
	text-transform: lowercase!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-capitalize {
	text-transform: capitalize!important
}

.font-weight-normal {
	font-weight: 400
}

.font-weight-bold {
	font-weight: 700
}

.font-italic {
	font-style: italic
}

.text-white {
	color: #fff!important
}

.text-muted {
	color: #636c72!important
}

a.text-muted:focus,
a.text-muted:hover {
	color: #4b5257!important
}

.text-primary {
	color: #0275d8!important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #025aa5!important
}

.text-success {
	color: #5cb85c!important
}

a.text-success:focus,
a.text-success:hover {
	color: #449d44!important
}

.text-info {
	color: #5bc0de!important
}

a.text-info:focus,
a.text-info:hover {
	color: #31b0d5!important
}

.text-warning {
	color: #f0ad4e!important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #ec971f!important
}

.text-danger {
	color: #d9534f!important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #c9302c!important
}

.text-gray-dark {
	color: #292b2c!important
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
	color: #101112!important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.invisible {
	visibility: hidden!important
}

.hidden-xs-up {
	display: none!important
}

@media (max-width:575px) {
	.hidden-xs-down {
		display: none!important
	}
}

@media (min-width:576px) {
	.hidden-sm-up {
		display: none!important
	}
}

@media (max-width:767px) {
	.hidden-sm-down {
		display: none!important
	}
}

@media (min-width:768px) {
	.hidden-md-up {
		display: none!important
	}
}

@media (max-width:991px) {
	.hidden-md-down {
		display: none!important
	}
}

@media (min-width:992px) {
	.hidden-lg-up {
		display: none!important
	}
}

@media (max-width:1199px) {
	.hidden-lg-down {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-xl-up {
		display: none!important
	}
}

.hidden-xl-down {
	display: none!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
	}
}


/*# sourceMappingURL=bootstrap.min.css.map */


/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('.fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  margin-top: -18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/

}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  min-width:260px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  width:100%;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.datepicker th{
    background:#eee;
    border-radius:0 !important;

}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

